@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,300;0,400;1,300;1,400&family=Paprika&family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  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: #0C6781;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1120px;
  }
}

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

@media (min-width: 375px) {
  .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: 1180px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1120px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.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: 20px;
  padding-left: 20px;
}

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1180px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 375px) {
  .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: 1180px) {
  .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;
  }
}
.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: 375px) {
  .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: 1180px) {
  .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;
  }
}
.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: 375px) {
  .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: 1180px) {
  .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;
  }
}
.close {
  float: right;
  font-size: 1.3125rem;
  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;
  appearance: none;
}

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

.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;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.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);
  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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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.625;
}

.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: 375px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1180px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.625rem;
  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: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.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: 0.875rem;
  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;
}

/**
 * SVG Icons
 * ----------------------------------------------------------------------------
 */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #0C6781;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #0C6781;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #0C6781;
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.heading1 {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading2 {
    font-size: 28px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading2 {
    font-size: 20px;
    line-height: 1.14;
    margin: 0 0 35px !important;
  }
}

.heading3 {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading3 {
    font-size: 18px;
    line-height: 1.14;
  }
}

.heading4 {
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .heading4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.heading4--dark {
  font-weight: 500;
  color: #0C6781;
}

.uc {
  text-transform: uppercase;
}

.highlighted {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .highlighted {
    font-size: 1rem;
  }
}

.link-btn {
  display: inline-block;
  padding: 18px 24px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-position: center;
  background: #0C6781;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn:hover {
  color: #fff;
}
.link-btn:enabled {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}
.link-btn:enabled:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn:enabled .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn svg {
  width: 20px;
}
.link-btn__sm {
  padding: 12px 24px;
}
.link-btn__disabled {
  background-color: #ccc;
  color: #999;
}
.link-btn__home {
  width: 100%;
  max-width: 360px;
}
.link-btn__center {
  margin-left: auto;
  margin-right: auto;
}
.link-btn__full {
  width: 100%;
}
.link-btn__white {
  background: #fff;
  color: #0C6781;
}
.link-btn__white:hover {
  color: #0C6781;
}
.link-btn__outline {
  background: #fff;
  color: #0C6781;
  border: 1px solid #0C6781;
}
.link-btn__outline:hover {
  color: #0C6781;
}
.link-btn__delete {
  background: #f33631;
  color: #fff;
}

.link-button {
  display: inline-block;
  background: #0C6781;
  padding: 18px 25px 15px;
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.25em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

.link-more, .link-back {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
.link-more::after, .link-back::after {
  content: "";
  position: absolute;
  border: solid #F5821F;
  padding: 2.5px;
  border-width: 2px 2px 0 0;
  display: inline-block;
}
.link-more:hover, .link-back:hover {
  color: #F5821F;
}

.link-more {
  padding-right: 14px;
}
.link-more::after {
  right: 0;
  top: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.link-back {
  padding-left: 14px;
}
.link-back::after {
  left: 0;
  top: 2px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.video-wrapper {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  border: 10px solid #fff;
  background: #fff;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #0C6781;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900002;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 29px;
  height: 22px;
  text-indent: -999em;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  background: #fff;
}
.menu-toggle:hover, .menu-toggle:active {
  border-color: #052f89;
}
.menu-toggle:hover::after, .menu-toggle:active::after {
  background: #052f89;
}
@media (max-width: 991.98px) {
  .menu-toggle {
    display: block;
  }
}

/* jQuery UI - Date Picker */
.ui-datepicker {
  width: 280px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-weight: 600;
}
.ui-datepicker::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4a4a4a;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 9;
  display: block;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #4a4a4a;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 36px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(images/chevron-left.svg);
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(images/chevron-right.svg);
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-title span {
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #000;
  padding: 3px 6px;
  min-width: 70px;
  display: inline-block;
  margin: 0 5px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.ui-datepicker table thead {
  border-bottom: 3px solid #4a4a4a;
}
.ui-datepicker table thead th {
  padding: 7px 7px 7px 10px;
  text-align: left;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #cecece;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px 7px 8px 10px;
  text-decoration: none;
}
.ui-datepicker table td a {
  color: #4a4a4a;
}
.ui-datepicker table td a.ui-state-active {
  color: #0C6781;
}
.ui-datepicker table td a:hover {
  color: #0C6781;
}
.ui-datepicker table td span {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  /*padding: 0 .2em;*/
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.screen-message {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 50px;
  text-align: center;
}
.screen-message svg, .screen-message [class*=icon-] {
  margin: 0 auto 40px;
}
.screen-message p {
  max-width: 720px;
  margin: 0 auto 15px;
}
.screen-message:last-child {
  margin: 0;
}
.screen-message__left {
  text-align: left;
}
.screen-message__left svg, .screen-message__left [class*=icon-] {
  margin: 0 0 40px;
}
.screen-message__left p {
  margin: 0 0 15px;
}
.screen-message.display-block {
  display: block;
}
.screen-message.big-margin {
  margin: 60px 0;
  display: block;
  border: 2px solid red;
}

.error-message {
  display: none;
  margin: 0 0 20px;
}
.error-message .error-header {
  padding: 15px 25px;
  background: #de4b33;
  color: #fff;
  font-weight: 700;
}
.error-message .error-content {
  padding: 25px 25px 15px;
  font-size: 16px;
}
.error-message .error-content ul {
  padding: 0 0 0 25px;
  font-weight: 700;
}
.error-message .error-content ul li {
  margin: 0 0 5px;
}
.error-message .error-content ul li a {
  color: #212529;
}

.has-error {
  border-color: #de4b33 !important;
}
.has-error .select2-container--default .select2-selection--single {
  border-color: #de4b33 !important;
}

.ajax-response {
  display: none;
  margin: 0 0 30px;
  padding: 15px 20px 15px 56px;
  color: #383d41;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
.ajax-response p {
  margin: 0;
}
.ajax-response.success {
  color: #155724;
  border-color: #d4edda;
  background-image: url(../img/icon-success.png);
  background-color: #c3e6cb;
}
.ajax-response.error {
  padding-left: 48px;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 15px 15px;
  background-size: 20px;
}
.ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.ajax-response p {
  margin: 0 0 10px;
}
.ajax-response p:last-child {
  margin: 0;
}
.ajax-response .checkmark {
  margin: 0 auto 10px;
}

/* https://codepen.io/havardob/pen/dyYXBBr
*/
.payor-status-options *,
.payor-status-options *:after,
.payor-status-options *:before,
.two-fa-options *,
.two-fa-options *:after,
.two-fa-options *:before {
  box-sizing: border-box;
}
.payor-status-options body,
.two-fa-options body {
  font-family: "Inter", sans-serif;
  color: rgb(0, 0, 33.12);
  font-size: calc(1em + 1.25vw);
  background-color: rgb(229.5, 229.5, 238.7);
}
.payor-status-options form,
.two-fa-options form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.payor-status-options label,
.two-fa-options label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  /* Accessible outline */
  /* Remove comment to use */
  /*
    &:focus-within {
        outline: .125em solid $primary-color;
    }
  */
}
.payor-status-options label input,
.two-fa-options label input {
  position: absolute;
  left: -9999px;
}
.payor-status-options label input:checked + span,
.two-fa-options label input:checked + span {
  background-color: rgb(214.2, 214.2, 228.92);
}
.payor-status-options label input:checked + span:before,
.two-fa-options label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.payor-status-options label input:disabled + span,
.two-fa-options label input:disabled + span {
  background-color: rgb(246.84, 246.84, 246.84);
  color: #999;
}
.payor-status-options label input:disabled + span:before,
.two-fa-options label input:disabled + span:before {
  box-shadow: inset 0 0 0 0.125em #ccc;
}
.payor-status-options label span,
.two-fa-options label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.payor-status-options label span:hover,
.two-fa-options label span:hover {
  background-color: rgb(214.2, 214.2, 228.92);
}
.payor-status-options label span:before,
.two-fa-options label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1010;
}
.overlay__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.overlay__content {
  position: absolute;
  width: 960px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.upload-box {
  font-size: 1.25rem;
  background-color: #c8dadf;
  position: relative;
  padding: 100px 20px;
  text-align: center;
}

.upload-box__filename,
.upload-box__dragndrop,
.upload-box__uploading,
.upload-box__success,
.upload-box__error {
  display: none;
}

.upload-box.has-advanced-upload {
  outline: 2px dashed black;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.upload-box.has-advanced-upload .feather-upload-cloud {
  width: 100%;
  height: 80px;
  stroke: #33B0B5;
  display: block;
  margin-bottom: 40px;
}
.upload-box.has-advanced-upload .upload-box__filename {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 40px;
}
.upload-box.has-advanced-upload .upload-box__file {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
}
.upload-box.has-advanced-upload .upload-box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.upload-box.has-advanced-upload .upload-box__button {
  z-index: 2;
  font-weight: 700;
  color: #fff;
  background-color: #33B0B5;
  font-size: 16px;
  line-height: 20px;
  border: none;
  padding: 10px 25px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 20px auto 0;
}
.upload-box.has-advanced-upload .upload-box__button:hover {
  background-color: #000;
}
.upload-box.has-advanced-upload.drag-over {
  background: #fff;
}
.upload-box.has-advanced-upload.drag-over .upload-box__file {
  z-index: 99;
}

.upload-box.has-advanced-upload .upload-box__dragndrop {
  display: inline;
}

.upload-box.is-dragover {
  background-color: grey;
}

.upload-box.is-uploading .upload-box__input {
  visibility: none;
}

.upload-box.is-uploading .upload-box__uploading {
  display: block;
}

.upload-box__button {
  display: none;
}

.no-js .upload-box__button {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.765625rem;
  }
}

.info {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 50px;
  padding: 10px 0;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
}

.hline {
  margin: 50px 0;
  height: 1px;
  background: #ccc;
}
.hline__md {
  margin: 30px 0;
}
.hline__sm {
  margin: 20px 0;
}
.hline__purple {
  background: #7e5aee;
}
.hline__black {
  background: #000;
}

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

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

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-blocks {
  position: relative;
}
.content-blocks .container {
  position: static;
}
.content-blocks__left, .content-blocks__right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  z-index: -1;
}
.content-blocks__left {
  left: 0;
}
.content-blocks__right {
  right: 0;
}
.content-blocks .row > [class*=col-] {
  position: static;
}
.content-blocks .block-content__left, .content-blocks .block-content__right {
  padding: 80px 0;
}
.content-blocks .block-content__left {
  padding-right: 100px;
}
.content-blocks .block-content__right {
  padding-left: 100px;
}
.content-blocks ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  list-style-type: square;
}
.content-blocks ul li {
  margin: 0 0 10px;
  padding-left: 10px;
}
.content-blocks ul li:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .content-blocks .container {
    max-width: 100%;
  }
  .content-blocks .block-content__left, .content-blocks .block-content__right {
    padding: 60px 0;
  }
  .content-blocks .block-content__left {
    padding-right: 40px;
  }
  .content-blocks .block-content__right {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .content-blocks .row > [class*=col-] {
    padding: 0;
  }
  .content-blocks__left, .content-blocks__right {
    position: static;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 0;
    min-height: 300px;
  }
  .content-blocks .block-content__left, .content-blocks .block-content__right {
    padding: 40px 20px;
  }
  .content-blocks ul {
    margin-bottom: 0;
  }
}

.extream-left {
  padding: 40px;
  background-color: #0C6781;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}

.extream-right {
  padding: 40px;
  background-color: #0C6781;
  width: calc(100vw - (50vw - 50%));
  padding-right: calc(100vw - (50vw + 50%));
  position: relative;
}
@media (max-width: 991.98px) {
  .extream-right {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 50px calc(100vw - (50vw + 50%));
  }
}

.extream-left-right {
  background-color: #0C6781;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px calc(100vw - (50vw + 50%));
  position: relative;
}

.extream-left-right-nopad {
  padding: 40px;
  background-color: #0C6781;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.modal-screen {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
}
.modal-screen .modal-wrapper {
  transition: all 0.2s linear;
  border: none;
  width: 720px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #f5f7fa;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.modal-screen .modal-wrapper__confirmation {
  width: 480px;
}
.modal-screen .modal-header {
  padding: 25px 80px 20px 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  border-bottom: 1px solid #cfdde8;
}
.modal-screen .modal-header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  font-family: "Crimson Pro";
}
.modal-screen .close {
  position: absolute;
  right: 30px;
  top: 25px;
  border: none;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 20px;
  outline: none !important;
  z-index: 999;
}
.modal-screen .modal-body {
  border-top: none;
  padding: 20px 30px 10px;
  min-height: 320px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.modal-screen .modal-body .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-screen .modal-body .message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.modal-screen .modal-body .message svg {
  margin: 0 auto 20px;
}
.modal-screen .modal-body .confirmation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.modal-screen .modal-body .confirmation p {
  margin: 0 0 30px;
}
.modal-screen .modal-body .confirmation button {
  margin: 0 5px;
}

.modal-screen1 {
  z-index: 1050;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.modal-screen1 .modal-wrapper {
  transition: all 0.2s linear;
}
.modal-screen1 .modal-header {
  padding: 16px 80px 20px 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #40e0d0;
  background: rgb(245.5396039604, 244.5693069307, 239.9603960396);
  border-bottom: 1px solid #cfdde8;
  z-index: 990;
}
.modal-screen1 .modal-header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  font-family: "Crimson Pro";
}
.modal-screen1 .close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 20px;
  outline: none !important;
  z-index: 999;
  margin: 0;
  padding: 0;
}
.modal-screen1 .modal-body {
  padding: 80px 30px 30px;
  border-top: none;
  height: calc(100vh - 120px);
  overflow: auto;
}
.modal-screen1 .modal-body .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-screen1 .modal-body .message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.modal-screen1 .modal-body .message svg {
  margin: 0 auto 20px;
}
.modal-screen1 .modal-body .confirmation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.modal-screen1 .modal-body .confirmation p {
  margin: 0 0 30px;
}
.modal-screen1 .modal-body .confirmation button {
  margin: 0 5px;
}

.admin-dashboard {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  height: calc(100vh - 50px);
  min-height: 560px;
  position: relative;
}
.admin-dashboard .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-height: 560px;
}
.admin-dashboard .content h1 {
  margin: 60px 0 40px;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
  color: #345ea7;
}
.admin-dashboard .content .image {
  max-width: 480px;
  margin: 0 auto;
}
.admin-dashboard .content .items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.admin-dashboard .content .items .item {
  width: calc(20% - 20px);
}
.admin-dashboard .content .items .item a {
  display: block;
  width: 100%;
  padding-bottom: 66.6666666667%;
  position: relative;
  color: #212529;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, #f3f3f3, #fff);
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
  transition: all 0.3s linear;
}
.admin-dashboard .content .items .item a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -12px;
  width: 36px;
  height: 36px;
  stroke-width: 1px;
  stroke: #666;
  transition: all 0.3s linear;
}
.admin-dashboard .content .items .item a span {
  position: absolute;
  top: calc(100% - 40px);
  width: 100%;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.3s linear;
}
.admin-dashboard .content .items .item a:hover {
  background: #fff;
  color: #0C6781;
}
.admin-dashboard .content .items .item a:hover svg {
  stroke: #0C6781;
}
.admin-dashboard .content .items .item.disabled a {
  cursor: not-allowed;
  color: #bbb;
}
.admin-dashboard .content .items .item.disabled a svg {
  stroke: #ddd;
}
.admin-dashboard .content .items .item.disabled a:hover {
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, #f3f3f3, #fff);
  color: #bbb;
}
.admin-dashboard .content .items .item.disabled a:hover svg {
  stroke: #ddd;
}

.talk-track {
  position: absolute;
  text-align: right;
  right: 20px;
  top: 20px;
}
.talk-track__questions {
  right: 200px;
}
.talk-track__tms {
  right: 108px;
}
.talk-track__esk {
  right: 20px;
}
.talk-track:hover #textBlock {
  z-index: 999;
  transform: translateX(0);
  visibility: visible;
}
.talk-track:hover button {
  opacity: 0;
  filter: alpha(opacity=0);
}
.talk-track button {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s linear;
}
.talk-track #textBlock {
  text-align: left;
  width: 600px;
  position: fixed;
  height: 100vh;
  top: 0; /* Position the text block below the button */
  right: 0;
  transform: translateX(100%);
  padding-top: 4px;
  z-index: 1; /* Ensure the text block appears above other elements */
  visibility: visible;
  transition: all 0.3s linear;
}
.talk-track #textBlock .content {
  padding: 50px 30px 30px;
  height: 100%;
  overflow-y: auto;
  border-left: 2px solid #efefef;
  background-color: #fff;
}
.talk-track #textBlock .content .link-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
}
.talk-track #textBlock .content h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
  color: #7e5aee;
  margin: 0 0 20px;
}
.talk-track #textBlock .content h3 {
  color: #345ea7;
  font-size: 16px;
  line-height: 1.2;
}
.talk-track #textBlock .content p {
  margin: 0 0 10px;
}
.talk-track #textBlock .content p + h3, .talk-track #textBlock .content ul + h3 {
  margin-top: 25px;
}
.talk-track #textBlock .content ul {
  padding-left: 20px;
}
.talk-track #textBlock .content ul li {
  margin: 0 0 10px;
  padding-left: 5px;
}
.talk-track #textBlock .content .hline {
  margin: 40px 0 20px;
}

.pagination {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
  margin: 60px 0 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pagination small {
  display: block;
  color: #828282;
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 1;
}
.pagination .page-link {
  display: inline-block;
  margin: 0 4px;
  font-weight: 400;
}
.pagination a, .pagination .current {
  border: none;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
}
.pagination a {
  display: inline-block;
  color: #0C6781;
}
.pagination .current {
  color: #000;
}
.pagination .first, .pagination .last {
  position: absolute;
  bottom: 0;
  width: auto;
  text-transform: uppercase;
}
.pagination .last {
  right: 0;
}
.pagination .first {
  left: 0;
}
.pagination .next, .pagination .prev {
  width: auto;
  text-transform: uppercase;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .prev {
  margin-right: 20px;
}

.post-navigation {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin: 30px 0;
}
.post-navigation::after {
  display: block;
  clear: both;
  content: "";
}
.post-navigation a {
  border: none;
}
.post-navigation .meta-nav {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
.post-navigation .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.post-navigation .nav-previous {
  float: left;
  width: 40%;
}
.post-navigation .nav-next {
  text-align: right;
  float: right;
  width: 40%;
}

.page-membership {
  min-height: 100vh;
  background: #fff url(../img/bg-login.svg) no-repeat bottom left;
  background-size: auto 75%;
  font-size: 14px;
  line-height: 1.4;
  padding: 200px 0 120px;
  display: flex;
  padding-left: 50%;
  align-items: end;
}
.page-membership .site-logo {
  position: absolute;
  left: 40px;
  top: 40px;
  margin: 0 auto;
  padding: 0;
}
.page-membership .site-logo img {
  max-height: 72px;
  width: auto;
}

.content-wrapper {
  width: 520px;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}
.content-wrapper h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.membership-content {
  padding: 40px;
}
.membership-content h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.membership-content p {
  font-size: 14px;
  line-height: 1.5;
}
.membership-content .login-separator {
  margin: 20px 0 30px;
  height: 1px;
  background: #efefef;
}

.field-group-login {
  margin: 0 0 20px;
}
.field-group-login .row {
  margin-left: -10px;
  margin-right: -10px;
}
.field-group-login .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.field-input-login {
  border: 1px solid #efefef;
  padding: 12px;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.login-footer {
  max-width: 960px;
  margin: 120px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: #999;
}
.login-footer a {
  color: #555;
}

.login-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.login-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.login-form .info {
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  margin: 0 0 30px;
}
.login-form .ajax-msg {
  font-weight: 700;
  font-style: italic;
}
.login-form .ajax-msg.alert-error, .login-form .ajax-msg.msg-success {
  margin-bottom: 20px;
  font-size: 16px;
}
.login-form .ajax-msg.alert-error {
  color: #de4b33;
}
.login-form .ajax-msg.hidden {
  display: none;
}
.login-form span.required {
  color: #de4b33;
  padding-left: 2px;
}
.login-form .field-group {
  position: relative;
  margin-bottom: 30px !important;
}
.login-form .field-group__other {
  display: none;
}
.login-form .field-group label {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin: 0;
}
.login-form .field-group label.hidden {
  display: none;
}
.login-form .field-group .instructions {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  margin: 0 0 10px;
}
.login-form .field-group .field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #212121;
  color: #212529;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 9px;
  outline: none;
}
.login-form .field-group .field-input::-moz-placeholder {
  font-style: normal;
  color: #bbb;
  opacity: 1;
}
.login-form .field-group .field-input:-ms-input-placeholder {
  color: #bbb;
}
.login-form .field-group .field-input::-webkit-input-placeholder {
  color: #bbb;
}
.login-form .field-group .field-input:focus {
  border-color: #0C6781;
}
.login-form .field-group .field-input.has-error {
  border-color: red;
}
.login-form .field-group-submit .field-submit {
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 15px 40px 15px 20px;
  font-weight: 600;
  background: #0C6781 url(../img/arrow-right_white.png) no-repeat right 15px center;
  background-size: 16px 8px;
  letter-spacing: 0.05;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.login-form .field-group-submit .field-submit:hover {
  background-color: #000;
}
.login-form .field-captcha {
  float: left;
  border-right: 1px solid #eaeaea;
  margin-right: 30px;
}
.login-form .field-captcha label {
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  display: block;
}
.login-form .field-captcha label span {
  font-family: Helvetica, Arial, sans-serif;
}
.login-form .field-captcha label span.required {
  color: #de4b33;
}
.login-form .field-captcha input {
  border: 1px solid #ccc;
  background: #fafafa;
  color: #212529;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
  outline: none;
}
@media (max-width: 767.98px) {
  .login-form small {
    font-size: 12px;
    line-height: 1.5;
  }
  .login-form .field-group {
    margin-bottom: 20px;
  }
  .login-form .field-group .instructions {
    font-size: 11px;
    line-height: 15px;
  }
  .login-form .field-group-submit .field-submit {
    border: none;
    padding: 15px 50px 15px 20px;
    background-position: right 15px center;
    background-size: 20px 10px;
    font-size: 16px;
    line-height: 1;
  }
}

.form-submit-errors {
  display: none;
  padding: 15px 20px;
  border: 1px solid #de4b33;
  background: white;
  margin: 30px 0 0;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.form-submit-errors a {
  color: #de4b33;
  text-decoration: none;
}
.form-submit-errors.success {
  border: 1px solid #60bf60;
  background: rgb(223.2713004484, 242.2286995516, 223.2713004484);
}

.thank-you-message {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  margin: 40px 0;
  font-weight: 600;
}
.thank-you-message h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px;
}

.login-other-links p {
  margin: 0 0 10px;
}
.login-other-links p a {
  font-weight: 600;
}

.login-message {
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d6d8db;
  padding: 30px 30px 40px;
}
.login-message p:last-child {
  margin: 0;
}
.login-message .material-symbols-outlined {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  color: #0C6781;
  margin: 0 0 20px;
}

.field-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.field-wrapper .field-input {
  border: 2px solid #999;
  padding: 15px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
  outline: none;
}
.field-wrapper .field-input:not([disabled]):focus ~ .field-placeholder {
  color: #000;
}
.field-wrapper .field-readonly {
  color: #777;
  background: #efefef;
}
.field-wrapper .field-placeholder {
  font-size: 16px;
  position: absolute;
  top: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #80868b;
  font-weight: 600;
  left: 0;
  padding: 0 12px;
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  text-align: left;
  width: 100%;
}
.field-wrapper .field-placeholder span {
  background: #ffffff;
  padding: 0px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.field-wrapper .field-submit {
  font-size: 16px;
  line-height: 1;
  background: #0C6781;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: none;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  height: 50px;
}

.field-wrapper .field-input:not([disabled]):focus ~ .field-placeholder,
.field-wrapper.hasValue .field-input:not([disabled]) ~ .field-placeholder {
  top: -8px;
  padding: 0 12px;
  font-size: 12px;
}

.digit-group input[type=password] {
  height: 50px;
  border: none;
  line-height: 44px;
  width: 48px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  margin: 0 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999;
}

.login-ajax-response {
  display: none;
  margin: 0 0 20px;
  padding: 15px 20px;
  color: #383d41;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
}
.login-ajax-response p {
  margin: 0;
}
.login-ajax-response.success {
  background: none;
  text-align: center;
  padding: 40px 30px;
}
.login-ajax-response.success svg, .login-ajax-response.success img {
  margin: 0 auto 20px;
}
.login-ajax-response.error {
  padding-left: 48px;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 15px 15px;
  background-size: 20px;
}
.login-ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.login-ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.login-ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.login-ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.login-ajax-response p {
  margin: 0 0 10px;
}
.login-ajax-response p:last-child {
  margin: 0;
}
.login-ajax-response .checkmark {
  margin: 0 auto 10px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/**
 * S H O W   L O A D I N G
 * -----------------------------------
 */
.loading-indicator {
  width: 40px;
  height: 40px;
  background-color: #0C6781;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loading-indicator-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

#site-header {
  height: 96px;
  position: relative;
  width: 100%;
  transition: all 0.3s linear;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  height: 68px;
  position: fixed;
  z-index: 1;
  display: none;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .site-title {
  margin: 0;
  padding: 10px 10px;
  font-size: 24px;
  line-height: 1;
  list-style: none;
}
#site-header .site-title img {
  max-height: 48px;
  width: auto;
}
#site-header .user-navigation {
  position: relative;
  margin: 0;
  padding: 0;
}
#site-header .user-navigation:hover ul {
  opacity: 1;
  visibility: visible;
}
#site-header .user-navigation h3 {
  text-align: right;
  color: #0C6781;
  font-size: 14px;
  line-height: 1.2;
  height: 68px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#site-header .user-navigation h3 img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  border: 1px solid #ccc;
}
#site-header .user-navigation ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 240px;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  z-index: 999;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  border: 1px solid #efefef;
}
#site-header .user-navigation ul li a {
  padding: 16px 20px 16px 56px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px center;
}
#site-header .user-navigation ul li a:hover {
  background-color: #33B0B5;
  color: #fff;
}
#site-header .user-navigation ul li.profile a {
  background-image: url(../img/icons/profile.svg);
}
#site-header .user-navigation ul li.profile a:hover {
  background-image: url(../img/icons/profile_hover.svg);
}
#site-header .user-navigation ul li.account-information a {
  background-image: url(../img/icons/account-information.svg);
}
#site-header .user-navigation ul li.account-information a:hover {
  background-image: url(../img/icons/account-information_hover.svg);
}
#site-header .user-navigation ul li.two-fa a {
  background-image: url(../img/icons/two-factor-authentication.svg);
}
#site-header .user-navigation ul li.two-fa a:hover {
  background-image: url(../img/icons/two-factor-authentication_hover.svg);
}
#site-header .user-navigation ul li.security-pin a {
  background-image: url(../img/icons/pin.png);
}
#site-header .user-navigation ul li.security-pin a:hover {
  background-image: url(../img/icons/pin_hover.png);
}
#site-header .user-navigation ul li.logout a {
  background-image: url(../img/icons/logout.svg);
}
#site-header .user-navigation ul li.logout a:hover {
  background-image: url(../img/icons/logout_hover.svg);
}

.header-userinfo {
  font-size: 14px;
  line-height: 32px;
}
.header-userinfo .userinfo {
  display: block;
  padding-right: 20px;
  position: relative;
}
.header-userinfo .userinfo img {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid blue;
  padding: 3px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
}
.header-userinfo .userinfo svg {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  transition: 0.25s all linear;
}
.header-userinfo .userinfo.menu--open svg {
  transform: rotate(-180deg);
}
.header-userinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  right: 0;
  top: 40px;
  width: 180px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 18px;
}
.header-userinfo ul li {
  border-bottom: 1px solid #efefef;
}
.header-userinfo ul li a {
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  color: #444;
}
.header-userinfo ul li a:hover {
  background-color: #f5f5f5;
  color: #000;
}

body {
  background-color: #fff;
}

.wrap {
  position: relative;
}

#content {
  position: relative;
  background: #fbf9f9;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
#content #secondary {
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.geo-search1, .providers-search {
  background: rgb(245.5396039604, 244.5693069307, 239.9603960396);
  padding: 30px 20px 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#primary {
  padding-top: 120px;
  width: 100%;
  height: 100vh;
}
#primary .page-content {
  position: relative;
}
#primary .page-content__header {
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 998;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(235.6930693069, 233.7128712871, 224.3069306931);
}
#primary .page-content__header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
#primary .page-content__header .flex-content {
  display: flex;
  gap: 10px;
}
#primary .page-content__header .flex-content .clear-fitlers a {
  text-decoration: underline;
  color: #0C6781;
  font-weight: 600;
}

#secondary {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 99999;
}
#secondary .site-icon {
  font-size: 10px;
  line-height: 1.2;
  top: 4px;
  z-index: 999;
}
#secondary .site-icon img {
  max-height: 36px;
  width: auto;
}
#secondary .vault-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#secondary .vault-navigation > ul {
  font-size: 12px;
  line-height: 1;
}
#secondary .vault-navigation > ul > li {
  position: relative;
}
#secondary .vault-navigation > ul > li.logout a {
  color: #d40601;
}
#secondary .vault-navigation > ul > li.logout a svg {
  stroke: #d40601;
}
#secondary .vault-navigation > ul > li > a {
  display: inline-block;
  color: #000;
}
#secondary .vault-navigation > ul > li > a:hover {
  color: #999;
}

.data-table {
  margin: 0 0 40px;
  width: 100%;
  min-width: 600px;
  overflow-x: auto;
}
.data-table table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}
.data-table table thead tr {
  border-bottom: 2px solid #6c757d;
  border-top: 2px solid #6c757d;
  font-weight: 800;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.data-table table thead tr th {
  padding: 15px 30px 15px 0;
  word-break: break-all;
}
.data-table table tbody {
  font-size: 13px;
  line-height: 1.3;
}
.data-table table tbody tr {
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.data-table table tbody tr td {
  overflow: hidden;
  padding: 15px 40px 15px 0;
  word-break: break-all;
}
.data-table table tbody tr td h3 {
  margin: 0 0 10px;
}
.data-table table tbody tr td h3 a {
  color: inherit;
}
.data-table table tbody tr td .action-links {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}
.data-table table tbody tr td .action-links li {
  display: block;
  float: left;
}
.data-table table tbody tr td .action-links li::after {
  content: "|";
  padding: 0 10px;
  color: #6c757d;
}
.data-table table tbody tr td .action-links li:last-child::after {
  content: "";
}
.data-table table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.data-table table .action-buttons {
  width: 90px;
}

.add-new-post {
  margin-bottom: 40px;
}

.resend-opt-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
.resend-opt-wrapper .btn-resend-otp {
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
  border: 1px solid #33B0B5;
  color: #33B0B5;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.resend-opt-wrapper .btn-resend-otp:disabled {
  border-color: #ccc;
  color: #ccc;
}

.page-header-a {
  background: linear-gradient(270deg, #0ecad4 10.72%, #7e5cef 95.71%);
  padding: 30px;
  color: #fff;
  position: relative;
}
.page-header-a h1 {
  border: 2px solid green;
}
.page-header-a.has-tabs {
  padding-bottom: 0;
}
.page-header-a p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.page-header-a p:last-child {
  margin-bottom: 0;
}
.page-header-a .btn-addnew {
  position: absolute;
  right: 0;
  top: 0;
}
.page-header-a .btn-addnew .link-btn {
  background: #a535ef;
}
.page-header-a .back-link {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.page-header-a h1 {
  font-size: 30px;
  line-height: 1.3;
}

.page-header .links {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  padding: 20px;
}
.page-header .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header .links ul li {
  margin: 0 0 20px;
}
.page-header .links a {
  color: #212529;
}
.page-header .links a:hover {
  color: #0C6781;
}
.page-header .links a.active {
  color: #0C6781;
}

.payor-general-information {
  margin: 0 0 30px;
}

.link-btn-a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  display: inline-block;
  padding: 15px 20px 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(270deg, #0ecad4 10.72%, #7e5cef 95.71%);
}
.link-btn-a:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn-a .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn-a__home {
  width: 100%;
  max-width: 360px;
}
.link-btn-a__center {
  margin-left: auto;
  margin-right: auto;
}
.link-btn-a__full {
  width: 100%;
}
.link-btn-a__white {
  background: #fff;
  color: #0C6781;
}
.link-btn-a__outline {
  background: #fff;
  color: #0C6781;
  border: 1px solid #0C6781;
}
.link-btn-a__amazon {
  color: #000;
  background: #ECB839 url(../img/icon-amazon.png) no-repeat 9px 9px;
  background-size: 24px 24px;
}
.link-btn-a__amazon:hover {
  color: #000;
}
.link-btn-a__flipkart {
  background: #0F77CE url(../img/icon-flipkart.png) no-repeat 9px 9px;
  background-size: 24px 24px;
}

.page-content-a {
  background: #efefef;
  padding: 22px 20px;
}
.page-content-a .section-block {
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
  margin: 0 0 30px;
  background: #fff;
}
.page-content-a .section-block__header {
  background: #f5f5f5;
  border-bottom: 2px solid #efefef;
  padding: 30px;
  position: relative;
}
.page-content-a .section-block__header h2, .page-content-a .section-block__header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}
.page-content-a .section-block__header.tabs {
  padding: 0;
}
.page-content-a .section-block__header.tabs::after {
  display: block;
  clear: both;
  content: "";
}
.page-content-a .section-block__header.tabs a {
  display: block;
  float: left;
  width: auto;
  padding: 30px;
  color: #000;
  font-weight: 600;
  border-right: 1px solid #ddd;
  position: relative;
}
.page-content-a .section-block__header.tabs a.selected {
  background: #fff;
}
.page-content-a .section-block__header.tabs a.selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.page-content-a .section-block__header .action-buttons {
  position: absolute;
  right: 30px;
  top: 22px;
}
.page-content-a .section-block__content {
  padding: 30px;
}

.list .item {
  margin: 0 0 25px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 15px;
  border-top: 2px solid rgba(12, 103, 129, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.list .item.show-notification::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 15px;
  width: 12px;
  height: 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #33B0B5;
}
.list .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.list .item__info {
  width: 28%;
  padding-right: 30px;
  font-size: 14px;
  line-height: 1.4;
}
.list .item__info h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.list .item__progress {
  margin-top: 5px;
  width: 23%;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
  padding: 10px;
  display: block;
  color: #212529;
}
.list .item__progress h4 {
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.list .item__progress .last-updated {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item a.item__progress:hover,
.list .item a.item__payors:hover {
  border-color: rgba(12, 103, 129, 0.5);
}
.list .item__payors {
  margin-top: 5px;
  width: 23%;
  padding: 10px;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
  color: #212529;
}
.list .item__payors h4 {
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.list .item__payors .provider-payors {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item__status {
  margin-top: 5px;
  width: 18%;
  text-align: right;
}
.list .item__status h4 {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.list .item__status h4 span {
  padding-left: 12px;
  position: relative;
  display: inline-block;
}
.list .item__status h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: -1px;
}
.list .item__status h4 span.active::before {
  background: green;
}
.list .item__status h4 span.inactive::before {
  background: red;
}
.list .item__status .last-updated {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item__action {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item__action a {
  color: #0C6781;
  font-weight: 600;
}
.list .item__action a.success {
  color: green;
}

.data-filters {
  padding: 20px 0 30px;
}

.credentialing-search-forms {
  display: flex;
  justify-content: space-between;
}
.credentialing-search-forms .item {
  width: calc(33.3333333333% - 20px);
  border: 1px solid #efefef;
  padding: 20px;
}
.credentialing-search-forms .item .field-group {
  margin: 0 0 10px;
}

.no-data {
  font-size: 12px;
  line-height: 1.4;
  color: #999;
}

.data-list .no-data {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
}
.data-list .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #efefef;
  padding: 15px 0 15px 0;
  font-size: 12px;
  line-height: 1.3;
}
.data-list .item__featured::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 17px;
  background: url(../img/icon-star.png) no-repeat center center;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.data-list .item:last-child {
  padding-bottom: 0;
}
.data-list .item.new-item {
  background: rgba(228, 245, 213, 0.5);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.data-list .item__header {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #7e5aee;
  letter-spacing: 0.05em;
  border: none;
  padding-top: 0;
  align-items: center;
}
.data-list .item__header .sortable {
  padding-left: 12px;
  position: relative;
  cursor: pointer;
}
.data-list .item__header .sortable::before, .data-list .item__header .sortable::after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
.data-list .item__header .sortable::before {
  border-bottom-color: #ccc;
  margin-top: -9px;
}
.data-list .item__header .sortable::after {
  border-top-color: #ccc;
  margin-top: 1px;
}
.data-list .item__header .sortable.desc::after {
  border-top-color: #0C6781;
}
.data-list .item__header .sortable.asc::before {
  border-bottom-color: #0C6781;
}
.data-list .item__col {
  padding-right: 20px;
}
.data-list .item__col h3, .data-list .item__col h4 {
  margin: 0;
}
.data-list .item__col p {
  margin: 0 0 2px;
}
.data-list .item__col p span {
  color: #666;
  font-style: italic;
  font-size: 0.825em;
}
.data-list .item__col a:not(.btn-edit) {
  color: #0C6781;
}
.data-list .item__col .na {
  font-size: 0.875em;
  color: #999;
}
.data-list .item__action {
  width: 10%;
  padding-right: 0;
  text-align: right;
}
.data-list .item__action button {
  margin-left: 5px;
}
.data-list .item__action button:first-child {
  margin: 0;
}
.data-list .item__action .disabled {
  cursor: not-allowed;
}
.data-list .item__action .disabled svg {
  stroke: #ccc;
}
.data-list .item__action .disabled:hover {
  border-color: #ccc;
}
.data-list .item__action .disabled:hover svg {
  stroke: #ccc;
}
.data-list .item__action a {
  display: inline-block;
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  margin: 0 0 0 5px;
}
.data-list .item__action a:first-child {
  margin-left: 0;
}
.data-list .item__action a svg {
  stroke: #000;
  width: 16px;
}
.data-list .item__action a:hover {
  border-color: #0C6781;
}
.data-list .item__action a:hover svg {
  stroke: #0C6781;
}
.data-list .item__action a.disbaled {
  display: none;
}

.loader {
  margin: 0;
  width: 45px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.loader > div {
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn-submit {
  position: relative;
  padding: 15px 30px;
  background: #052f89;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.btn-submit .button__text {
  color: #fff;
  transition: all 0.2s;
}
.btn-submit.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
.btn-submit.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 18px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 19px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.field-group .radio-buttons {
  position: relative;
  margin: 6px 0 0;
  line-height: 20px;
}
.field-group .radio-buttons label {
  position: static;
  margin: 0;
  padding: 0;
  transform: none;
}
.field-group .radio-buttons__inline input + label {
  margin-right: 20px;
}

.filed-input-inline {
  padding: 5px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
}
.filed-input-inline.field-datepicker {
  background-position: right 5px center !important;
}

.subheading {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 30px;
}

.providers-search {
  position: relative;
}
.providers-search .row {
  margin-left: -10px;
  margin-right: -10px;
}
.providers-search .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.data-list .select2-selection--single {
  border: 1px solid #ccc;
  padding: 0 10px 5px;
}
.data-list .select2-selection--single .select2-selection__rendered {
  font-size: 12px !important;
  line-height: 1.3 !important;
}
.data-list .select2-selection--single .select2-selection__arrow {
  right: 6px !important;
}
.data-list .select2-selection--single .select2-selection__clear {
  right: -7px !important;
  top: -7px !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  z-index: 9;
}

.copy-to-clipboard, .btn-file-delete {
  display: inline-block;
  margin-left: 5px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  transform: translateY(-2px);
  font-size: 12px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.copy-to-clipboard svg, .btn-file-delete svg {
  width: 16px;
}
.copy-to-clipboard:hover, .btn-file-delete:hover {
  border-color: #ccc;
  background: #efefef;
}

.btn-file-delete svg {
  stroke: red;
}

.wrapper-sm {
  max-width: 480px;
  margin: 0 auto;
}

.info-row {
  margin-left: -10px;
  margin-right: -10px;
}
.info-row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.search-meta {
  font-style: italic;
  margin: 0 0 30px;
  color: #666;
}

@keyframes glowing {
  0% {
    background-color: #6D0B6A;
    box-shadow: 0 0 3px #6D0B6A;
  }
  50% {
    background-color: #830C83;
    box-shadow: 0 0 10px #830C83;
  }
  100% {
    background-color: #6D0B6A;
    box-shadow: 0 0 3px #6D0B6A;
  }
}
@keyframes glowing-green {
  0% {
    background-color: #6D0B6A;
    box-shadow: 0 0 3px #6D0B6A;
  }
  50% {
    background-color: #830C83;
    box-shadow: 0 0 10px #830C83;
  }
  100% {
    background-color: #6D0B6A;
    box-shadow: 0 0 3px #6D0B6A;
  }
}
.search-results .item__provider {
  width: 12%;
  font-weight: 600;
}
.search-results .item__languages {
  width: 6%;
}
.search-results .item__location {
  width: 10%;
}
.search-results .item__gender {
  width: 6%;
}
.search-results .item__schizophrenia-psychosis {
  width: 5%;
}
.search-results .item__patient-max {
  width: 4%;
}
.search-results .item__in-office {
  width: 4%;
}
.search-results .item__adhd-panel {
  width: 4%;
}
.search-results .item__em-panel {
  width: 4%;
}
.search-results .item__toc-em {
  width: 4%;
}
.search-results .item__tms-panel {
  width: 4%;
}
.search-results .item__esk-panel {
  width: 4%;
}
.search-results .item__ik-panel {
  width: 4%;
}
.search-results .item__couples {
  width: 4%;
}
.search-results .item__family {
  width: 4%;
}
.search-results .item__cbt {
  width: 4%;
}
.search-results .item__erp {
  width: 4%;
}
.search-results .item__emdr {
  width: 4%;
}
.search-results .item__adhd-panel, .search-results .item__em-panel, .search-results .item__toc-em, .search-results .item__tms-panel, .search-results .item__esk-panel, .search-results .item__ik-panel, .search-results .item__couples, .search-results .item__family, .search-results .item__cbt, .search-results .item__erp, .search-results .item__emdr, .search-results .item__schizophrenia-psychosis {
  text-align: center;
}
.search-results .item__adhd-panel span, .search-results .item__em-panel span, .search-results .item__toc-em span, .search-results .item__tms-panel span, .search-results .item__esk-panel span, .search-results .item__ik-panel span, .search-results .item__couples span, .search-results .item__family span, .search-results .item__cbt span, .search-results .item__erp span, .search-results .item__emdr span, .search-results .item__schizophrenia-psychosis span {
  background: #efefef;
  padding: 3px 5px;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.search-results .item__adhd-panel span.yes, .search-results .item__em-panel span.yes, .search-results .item__toc-em span.yes, .search-results .item__tms-panel span.yes, .search-results .item__esk-panel span.yes, .search-results .item__ik-panel span.yes, .search-results .item__couples span.yes, .search-results .item__family span.yes, .search-results .item__cbt span.yes, .search-results .item__erp span.yes, .search-results .item__emdr span.yes, .search-results .item__schizophrenia-psychosis span.yes {
  background: green;
}
.search-results .item__adhd-panel span.yes.featured, .search-results .item__em-panel span.yes.featured, .search-results .item__toc-em span.yes.featured, .search-results .item__tms-panel span.yes.featured, .search-results .item__esk-panel span.yes.featured, .search-results .item__ik-panel span.yes.featured, .search-results .item__couples span.yes.featured, .search-results .item__family span.yes.featured, .search-results .item__cbt span.yes.featured, .search-results .item__erp span.yes.featured, .search-results .item__emdr span.yes.featured, .search-results .item__schizophrenia-psychosis span.yes.featured {
  animation: glowing 1300ms infinite;
}
.search-results .item__adhd-panel span.no, .search-results .item__em-panel span.no, .search-results .item__toc-em span.no, .search-results .item__tms-panel span.no, .search-results .item__esk-panel span.no, .search-results .item__ik-panel span.no, .search-results .item__couples span.no, .search-results .item__family span.no, .search-results .item__cbt span.no, .search-results .item__erp span.no, .search-results .item__emdr span.no, .search-results .item__schizophrenia-psychosis span.no {
  background: red;
}
.search-results .item__adhd-panel a:hover span, .search-results .item__em-panel a:hover span, .search-results .item__toc-em a:hover span, .search-results .item__tms-panel a:hover span, .search-results .item__esk-panel a:hover span, .search-results .item__ik-panel a:hover span, .search-results .item__couples a:hover span, .search-results .item__family a:hover span, .search-results .item__cbt a:hover span, .search-results .item__erp a:hover span, .search-results .item__emdr a:hover span, .search-results .item__schizophrenia-psychosis a:hover span {
  animation: glowing 1300ms infinite;
}
.search-results .item__treatments {
  width: 14%;
}
.search-results .item__treatments span {
  font-style: italic;
  color: #0C6781;
}
.search-results .item__payor-contract {
  width: 21%;
  text-align: left;
}
.search-results .item__closed-panel {
  background: #fffdca;
  color: red;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: rgba(255, 0, 0, 0.1);
}
.search-results .item:last-child {
  padding-bottom: 15px;
}
.search-results .list-data .item__provider {
  font-size: 1.175em;
}
.search-results .list-data .item__provider em {
  font-size: 12px;
  font-weight: 400;
}
.search-results .list-data .item__provider .licenses, .search-results .list-data .item__provider .registrations, .search-results .list-data .item__provider .npi, .search-results .list-data .item__provider .distance {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.search-results .list-data .item__provider .distance {
  color: #7e5aee;
  font-weight: 700;
  font-style: italic;
}

.therapits-options {
  display: flex;
  gap: 20px;
}
.therapits-options .field-group {
  width: calc(20% - 16px);
}

.payors-list .item__name {
  width: 18%;
}
.payors-list .item__alias {
  width: 20%;
}
.payors-list .item__nexgen_name {
  width: 14%;
}
.payors-list .item__phreesia_supported {
  width: 12%;
}
.payors-list .item__phreesia_alias {
  width: 15%;
}
.payors-list .item__update_datetime {
  width: 8%;
}
.payors-list .item__toggle {
  width: 13%;
  text-align: right;
  padding: 0;
}
.payors-list .item__information {
  width: 100%;
  border: 1px solid #efefef;
  border: 1px solid #7e5aee;
  margin: 20px 0 0;
  padding: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: none;
  background: #fafafa;
}
.payors-list .item__information .info-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.payors-list .item__information .info-item:last-child {
  border: none;
}
.payors-list .item__information .info-item h3 {
  font-size: 12px;
  line-height: 1.4;
  width: 170px;
}
.payors-list .item__information .info-item__content {
  width: calc(100% - 200px);
  max-width: 900px;
}
.payors-list .list-data .item {
  flex-wrap: wrap;
}
.payors-list .list-data .item__name {
  font-weight: 600;
  color: #0C6781;
}
.payors-list .list-data .toggle-button {
  width: 140px;
  outline: none;
  background: #7e5aee;
  color: #fff;
  border: 1px solid #7e5aee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.payors-list .list-data .toggle-button.clicked {
  background-color: rgba(126, 90, 238, 0.5);
  color: #7e5aee;
  background: #fff;
  border: 1px solid #7e5aee;
}

.download-patients {
  padding: 30px 25px 20px;
  display: none;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.download-patients .field-group {
  margin: 0;
}
.download-patients .row {
  margin-left: -10px;
  margin-right: -10px;
}
.download-patients .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.patient-reschedule-eligibility-check {
  padding-top: 30px;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list.can-delete .item {
  padding-right: 30px;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__new::before {
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  top: -1px;
  bottom: -1px;
  left: -20px;
  right: 0;
  background: rgba(0, 128, 0, 0.1);
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item .btn-delete {
  position: absolute;
  right: 0;
  top: 12px;
  width: 32px;
  height: 32px;
  min-width: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.2s linear;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item .btn-delete svg {
  width: 16px;
  height: 16px;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item:hover .btn-delete {
  opacity: 1;
  filter: alpha(opacity=100);
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item label {
  margin: 0;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__mrn {
  width: 20%;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__name {
  width: 25%;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__provider {
  width: 25%;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility {
  width: 30%;
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response {
  font-style: italic;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response svg {
  width: 20px;
  height: 20px;
  stroke: #33B0B5;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response.success, .patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response.error {
  font-weight: 600;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response.success {
  color: green;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response.error {
  color: red;
}
.patient-reschedule-eligibility-check .patient-reschedule-eligibility-list .item__eligibility .response.processing {
  color: blue;
}
.patient-reschedule-eligibility-check .page-section {
  width: calc(66.6666666667% - 20px);
  background: #fff;
}
.patient-reschedule-eligibility-check .page-section.form {
  width: calc(33.3333333333% - 20px);
}
.patient-reschedule-eligibility-check .page-section.form h3 {
  margin: 0 0 30px;
}
.patient-reschedule-eligibility-check .page-section.form .row {
  margin-left: -16px;
  margin-right: -16px;
}
.patient-reschedule-eligibility-check .page-section.form .row > [class*=col-] {
  padding-left: 16px;
  padding-right: 16px;
}
.patient-reschedule-eligibility-check .page-section__content {
  padding-top: 40px !important;
}
.patient-reschedule-eligibility-check .calculator {
  position: relative;
}
.patient-reschedule-eligibility-check .calculator .result {
  font-weight: 400;
  font-size: 1.25em;
  border-bottom: 3px double #000;
  padding: 5px 100px 20px 0;
  margin: -20px 0 20px;
  position: relative;
}
.patient-reschedule-eligibility-check .calculator .result span {
  color: #7e5aee;
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Search results */
.psychiatrist-results .psychiatrist {
  border: 1px solid #ccc;
}
.psychiatrist-results table {
  margin: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #ccc;
}
.psychiatrist-results table tbody tr {
  background: #fff;
  vertical-align: top;
}
.psychiatrist-results table tbody tr:nth-child(even) {
  background: #fafafa;
}
.psychiatrist-results table td, .psychiatrist-results table th {
  border: 1px solid #f3f3f3;
  padding: 15px;
}
.psychiatrist-results table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f3f3f3;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}
.psychiatrist-results table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ccc;
}
.psychiatrist-results table td {
  height: 90px;
  min-width: 100px;
}
.psychiatrist-results table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.psychiatrist-results table td ul li {
  padding: 5px 0;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
.psychiatrist-results table td ul li.selected {
  font-weight: 600;
}
.psychiatrist-results table td ul li:first-child {
  padding-top: 0;
}
.psychiatrist-results table td ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.psychiatrist-results table tbody th {
  font-weight: 600;
  min-width: 200px;
  position: relative;
}
.psychiatrist-results table tbody th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  background: #ccc;
}
.psychiatrist-results table tbody tr th {
  background: #fff;
}
.psychiatrist-results table tbody tr:nth-child(even) th {
  background: #fafafa;
}
.psychiatrist-results table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.psychiatrist-results table thead th:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
.psychiatrist-results table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}
.psychiatrist-results table tbody th .item__provider {
  font-weight: 400;
  padding-right: 40px;
  width: 300px;
}
.psychiatrist-results caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}
.psychiatrist-results .item th {
  font-weight: 400;
}
.psychiatrist-results .item th .notes {
  font-style: italic;
  margin-top: 10px;
}
.psychiatrist-results .item__featured th::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  background: url(../img/icon-star.png) no-repeat center center;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.psychiatrist-results .item__view-type, .psychiatrist-results .item__languages {
  min-width: 140px;
}
.psychiatrist-results .item__yesno {
  min-width: 100px;
  text-align: center;
}
.psychiatrist-results .item__yesno span {
  background: #efefef;
  padding: 3px 5px;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.psychiatrist-results .item__yesno span.yes {
  background: green;
}
.psychiatrist-results .item__yesno span.yes.featured {
  animation: glowing 1300ms infinite;
}
.psychiatrist-results .item__yesno span.no {
  background: red;
}
.psychiatrist-results .item__yesno a:hover span {
  animation: glowing 1300ms infinite;
}
.psychiatrist-results .item__location, .psychiatrist-results .item__client-age, .psychiatrist-results .item__client-age-virtual {
  min-width: 200px;
}
.psychiatrist-results .item__modalities, .psychiatrist-results .item__specialities, .psychiatrist-results .item__populations, .psychiatrist-results .item__insurances {
  min-width: 300px;
}
.psychiatrist-results .item__closed-panel {
  background: #fffdca;
  color: red;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: rgba(255, 0, 0, 0.1);
}
.psychiatrist-results .item:last-child {
  padding-bottom: 15px;
}
.psychiatrist-results .item .showMore {
  border: none;
  padding: 0;
  margin: 10px 0 0;
  background: none;
  color: #0C6781;
  font-weight: 600;
  outline: none !important;
}
.psychiatrist-results .item__provider {
  font-size: 1.175em;
}
.psychiatrist-results .item__provider em {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
.psychiatrist-results .item__provider .distance {
  color: #7e5aee;
  font-weight: 600;
  font-style: italic;
}

.clinicians-wrapper {
  display: flex;
  gap: 0;
  width: 100%;
  height: calc(100vh - 120px);
  border: 1px solid #e8e8e8;
}

.clinicians-list {
  width: 400px;
  background: rgb(245.5396039604, 244.5693069307, 239.9603960396);
  border-right: 1px solid #e8e8e8;
  height: 100%;
}
.clinicians-list .clinician-search {
  background: #fafafa;
  margin: 0 auto;
  max-width: 460px;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.clinicians-list .clinician-search input[type=text] {
  border: none;
  width: 100%;
  padding: 10px;
  background: transparent;
  outline: none;
  font-size: 14px;
  line-height: 20px;
}
.clinicians-list .clinician-search input[type=text]::-moz-placeholder {
  font-style: italic;
  color: #999;
  opacity: 1;
}
.clinicians-list .clinician-search input[type=text]:-ms-input-placeholder {
  color: #999;
}
.clinicians-list .clinician-search input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.clinicians-list .clinician-search .icon-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  line-height: 1;
}
.clinicians-list .clinician-search .icon-search span {
  font-size: 24px;
}
.clinicians-list .items {
  height: calc(100% - 60px);
  overflow: auto;
}
.clinicians-list .items .item {
  position: relative;
  width: 100%;
  padding: 15px 50px 15px 15px;
  display: flex;
  gap: 12px;
  border-top: 1px solid #e8e8e8;
}
.clinicians-list .items .item__status-0 .item__status {
  display: none;
}
.clinicians-list .items .item__status-1 {
  display: none;
}
.clinicians-list .items .item__status-1 .item__status {
  display: inline-block;
}
.clinicians-list .items .item__status {
  font-size: 10px;
  line-height: 1.2;
  margin: 5px 0 0;
  display: inline-block;
  padding: 5px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid transparent;
}
.clinicians-list .items .item__status.status-1 {
  color: #d40601;
  background: rgb(254.8028169014, 214.1830985915, 213.1971830986);
  border-color: rgb(254.5633802817, 164.6197183099, 162.4366197183);
}
.clinicians-list .items .item__status.status-0 {
  color: green;
  background: rgb(204.5, 255, 204.5);
  border-color: #00e600;
}
.clinicians-list .items .item__image {
  width: 48px;
}
.clinicians-list .items .item__image.featured {
  position: relative;
}
.clinicians-list .items .item__image.featured::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icon-star.png) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 100%;
  transform: translateX(50%) translateY(-50%);
}
.clinicians-list .items .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.clinicians-list .items .item__content {
  width: calc(100% - 60px);
}
.clinicians-list .items .item__content h3 {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
.clinicians-list .items .item__content p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.clinicians-list .items .item__action {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  gap: 5px;
  width: 28px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.clinicians-list .items .item__action .icon-button {
  width: 28px;
  height: 28px;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  background: rgb(235.6930693069, 233.7128712871, 224.3069306931);
}
.clinicians-list .items .item__action .icon-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
}
.clinicians-list .items .item__action .icon-button:hover {
  background: #159ABA;
  color: #fff;
}
.clinicians-list .items .item:hover {
  background: #fff;
}
.clinicians-list .items .item:hover .item__action {
  display: flex;
}

.clinicians-view {
  width: calc(100% - 40px);
  height: calc(100vh - 120px);
  position: relative;
}
.clinicians-view .info-message {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.clinicians-view .canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: none;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}

.form-wapper {
  position: relative;
  padding: 20px 30px;
}
.form-wapper .form-response {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  background: rgb(254.3035714286, 209.0357142857, 138.6964285714);
}
.form-wapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-wapper .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.switch-toggle {
  display: flex;
  gap: 10px;
  align-items: center;
}
.switch-toggle h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.switch-toggle .switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.7em;
  height: 1.8em;
  margin: 0;
}
.switch-toggle .switch input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-toggle .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.2s;
  border-radius: 30px;
}
.switch-toggle .switch .slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.2em;
  bottom: 0.2em;
  background-color: #ccc;
  transition: 0.4s;
}
.switch-toggle .switch input:checked + .slider::before {
  background-color: #0C6781;
}
.switch-toggle .switch input:focus + .slider {
  box-shadow: 0 0 1px #0C6781;
}
.switch-toggle .switch input:checked + .slider:before {
  transform: translateX(1.9em);
}

.field-group__switch {
  margin: 0 0 30px;
}
.field-group__switch .switch-toggle .switch .slider {
  background-color: #e8e8e8;
  transition: 0.2s;
  border-radius: 30px;
}
.field-group__switch .switch-toggle .switch .slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.2em;
  bottom: 0.2em;
  background-color: #b8b8b8;
  transition: 0.4s;
}
.field-group__switch .switch-toggle .switch input:checked + .slider::before {
  background-color: #0C6781;
}
.field-group__switch .switch-toggle .switch input:focus + .slider {
  box-shadow: 0 0 1px #0C6781;
}
.field-group__switch .switch-toggle .switch input:checked + .slider:before {
  transform: translateX(1.9em);
}

.clinician-view {
  max-width: 720px;
  padding-top: 10px;
}
.clinician-view .quick-info-tags {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clinician-view .quick-info-tags div {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  font-weight: 600;
}
.clinician-view .quick-info-tags div.tag-featured {
  background-color: gold;
  border-color: gold;
}
.clinician-view .quick-info-tags div.tag-view_type {
  background-color: #0C6781;
  border-color: #0C6781;
  color: #fff;
}
.clinician-view .quick-info-tags div.tag-archived {
  color: #d40601;
  background: rgb(254.8028169014, 214.1830985915, 213.1971830986);
  border-color: rgb(254.5633802817, 164.6197183099, 162.4366197183);
}
.clinician-view .quick-info-tags div .material-symbols-outlined {
  font-size: 20px;
}
.clinician-view .item {
  margin: 0 0 40px;
}
.clinician-view .item .label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.clinician-view .item .value {
  font-size: 16px;
  line-height: 1.4;
}
.clinician-view .item .value .gender {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}
.clinician-view .item .value .profile-links {
  display: flex;
  gap: 10px;
  padding-top: 5px;
}
.clinician-view .item .value .profile-links a {
  font-size: 14px;
  line-height: 1;
  display: block;
  min-width: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
}
.clinician-view .item .value .profile-links a .material-symbols-outlined {
  font-size: 20px;
}
.clinician-view .item .value .profile-links a:hover {
  background: rgba(246, 208, 154, 0.2);
}
.clinician-view .item .value__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 5px;
}
.clinician-view .item .value__tags span {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
}
.clinician-view .item .value__tags span:hover {
  background: rgba(246, 208, 154, 0.2);
}

.tag-container {
  background: #fff;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tag-container .tag {
  background-color: #fafafa;
  color: #fff;
  padding: 5px 10px;
  margin: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
}
.tag-container .tag .remove {
  margin-left: 8px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.tag-container .tag-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 5px;
  min-width: 100px;
  font-size: 14px;
  background: none;
}

.field-group .tag-container {
  background: #fff;
  display: flex;
  gap: 5px;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  border-radius: none;
}
.field-group .tag-container .tag {
  background-color: rgba(12, 103, 129, 0.15);
  color: #000;
  padding: 5px 10px;
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
}
.field-group .tag-container .tag .remove {
  margin-left: 8px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
.field-group .tag-container .tag-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 5px;
  min-width: 100px;
  font-size: 14px;
  background: none;
}

.modal-dialog .modal-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.modal-dialog .modal-content .modal-header {
  background: #0C6781;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}
.modal-dialog .modal-content .modal-header .modal-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 600;
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 12px 12px;
  text-indent: -999em;
  width: 32px;
  height: 32px;
  overflow: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 1px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-dialog .modal-content .modal-body {
  padding: 40px 25px;
}
.modal-dialog .modal-content .modal-body.job-apply {
  padding: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.modal-dialog .modal-content .modal-body.job-apply .checkmark {
  margin: 0 auto 30px;
}
.modal-dialog .modal-content .modal-body .note-form-group {
  margin: 0 0 20px;
}
.modal-dialog .modal-content .modal-body .note-form-group .note-input {
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
.modal-dialog .modal-content .modal-body .checkbox {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px;
}
.modal-dialog .modal-content .modal-body .checkbox input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-dialog .modal-content .modal-footer {
  padding: 20px 25px;
}
@media (max-width: 767.98px) {
  .modal-dialog .modal-content .modal-header .modal-title {
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .modal-dialog .modal-content .modal-header .close {
    background-size: 10px 10px;
    width: 24px;
    height: 24px;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 30px 25px;
  }
  .modal-dialog .modal-content .modal-body.job-apply {
    padding: 40px;
    font-size: 16px;
    line-height: 1.4;
  }
}

#modalDeleteItem .modal-dialog .modal-content .modal-header {
  background: #de4b33;
}

.site-footer {
  display: none;
  position: absolute;
  bottom: 0;
  max-height: 100px;
  width: 100%;
  border-top: 2px solid #0C6781;
  padding: 15px 0 30px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__nav {
  margin: 0 0 10px;
}
.site-footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__nav ul li {
  display: inline;
}
.site-footer__nav ul li::after {
  content: "|";
  padding: 0 6px 0 10px;
  color: #ccc;
}
.site-footer__nav ul li:last-child::after {
  content: "";
  padding: 0;
}
.site-footer__nav ul li a {
  /*color: $brand-secondary;*/
  font-weight: 600;
}
.site-footer .copyright {
  padding: 0;
  color: #343a40;
}
.site-footer .copyright a {
  color: #f7d4ae;
}
.site-footer .credits {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.site-footer .credits a {
  color: #000;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .site-footer {
    /*height: $footer-height-sm;*/
  }
}

.dashboard-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.dashboard-grids .item {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px;
  height: 100%;
  border-top: 5px solid #0C6781;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
}
.dashboard-grids .item__wrapper {
  display: block;
  width: 33.3333333333%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.dashboard-grids .item:hover {
  box-shadow: 0 0 3px 0 #0c6781;
}
.dashboard-grids .item h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Crimson Pro";
  color: #0C6781;
}
.dashboard-grids .item p {
  font-size: 13px;
  line-height: 1.5;
}
.dashboard-grids .item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.dashboard-grids .item__bottom::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #e5e5e5;
}
.dashboard-grids .item__link {
  display: block;
  width: 100%;
  padding: 10px 15px 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #0C6781;
  position: relative;
  color: #33B0B5;
}
@media (max-width: 1179.98px) {
  .dashboard-grids .item {
    padding: 15px;
  }
  .dashboard-grids .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .dashboard-grids .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-grids .item {
    height: 200px;
    padding: 15px;
  }
  .dashboard-grids .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .dashboard-grids .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.dashboard-lists {
  padding-bottom: 40px;
}
.dashboard-lists .section {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-top: 5px solid #eefaff;
}
.dashboard-lists .section:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.dashboard-lists .section__header {
  padding: 20px 30px;
  position: relative;
  padding-right: 140px;
}
.dashboard-lists .section__header h3 {
  color: #0C6781;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Crimson Pro";
  margin: 0 0 5px;
}
.dashboard-lists .section__header p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.dashboard-lists .section__header .action-buttons {
  position: absolute;
  right: 30px;
  top: 20px;
}
.dashboard-lists .section__header .action-buttons a {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  min-width: 80px;
  text-align: center;
}
.dashboard-lists .section__header .action-buttons a:hover {
  background: #000;
  color: #fff;
}
.dashboard-lists .section__header .btn-close-content {
  display: none;
  position: absolute;
  right: 30px;
  top: 20px;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  min-width: 80px;
  text-align: center;
}
.dashboard-lists .section__header .btn-close-content:hover {
  background: #000;
  color: #fff;
}
.dashboard-lists .section__content {
  border-top: 1px solid #efefef;
  padding: 30px;
  /*display: none;*/
  position: relative;
}
.dashboard-lists .section__content .btn-close-content {
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -999em;
  width: 32px;
  height: 32px;
  background: url(../images/icon-close.png) no-repeat center center;
  background-size: 100%;
  outline: none;
}

.has-data {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.spouse-details .item {
  margin: 0 0 30px;
}
.spouse-details .item__title {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.4;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spouse-details .item__content {
  /*@include type(16px, 1.4);*/
  color: #000;
}
.spouse-details .item__content span {
  font-style: italic;
  font-size: 0.925em;
}
.spouse-details .item__actions a {
  margin-right: 10px;
}

.dashboard-section {
  padding-bottom: 40px;
}
.dashboard-section .section-header {
  max-width: 720px;
  margin: 0 0 40px;
}
.dashboard-section .section-header .section-heading {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
  color: #000;
}
.dashboard-section .section-header .section-intro {
  font-size: 18px;
  line-height: 1.4;
}
.dashboard-section .section-form {
  max-width: 560px;
}

/*
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid $brand-primary;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid blue; 
}
*/
.data {
  margin: 0 0 40px;
}
.data__wrapper {
  margin: 0 0 40px;
}
.data .item {
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  line-height: 1.4;
}
.data .item:nth-child(even) {
  background-color: #fafafa;
}
.data .item__header {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.data .item__name, .data .item__relationship, .data .item__phone, .data .item__email, .data .item__action {
  float: left;
  padding: 15px 30px 15px 10px;
}
.data .item__name {
  width: 20%;
}
.data .item__relationship {
  width: 20%;
}
.data .item__phone {
  width: 20%;
}
.data .item__email {
  width: 20%;
}
.data .item__action {
  width: 20%;
  text-align: right;
  padding: 10px;
}
.data .item:hover {
  /*background: #fff;*/
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  width: 100%;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 6px;
  padding: 0;
  border-radius: 0;
  width: 100%;
  background: #fff;
  color: #000;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 8px 10px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

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

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  background: #fff;
  position: absolute;
  right: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #c4000e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f9f6f0;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single span {
  color: #888;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none;
  cursor: text;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 7px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #c4000e;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 18px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 10px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.field-group {
  border: 1px solid #d8d8d8;
  padding: 15px 15px 12px;
  background: #fff;
  margin: 0 0 30px;
  position: relative;
}
.field-group__readonly {
  background: #f9f6f0;
}
.field-group.has-error {
  border-color: #de4b33;
}
.field-group.has-error label.field-label {
  color: #de4b33;
}
.field-group .field-description {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.3;
}
.field-group .field-description ul {
  padding-left: 20px;
}
.field-group .field-description ul li {
  margin: 0 0 10px;
}
.field-group label {
  position: absolute;
  left: 8px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.field-group .datepicker-format-dropdown {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #999;
  height: 22px;
  font-size: 11px;
  line-height: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.field-group .datepicker-format-dropdown li {
  display: inline-block;
  padding: 3px 6px;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}
.field-group .datepicker-format-dropdown li:first-child {
  border: none;
}
.field-group .datepicker-format-dropdown li.active {
  color: #000;
  background: #d8d8d8;
}
.field-group .field-input-wrapper {
  position: relative;
  padding-left: 110px;
}
.field-group .field-input-wrapper .prefix {
  position: absolute;
  left: 0;
  width: 110px;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-right: none;
  background: #e9ecef;
  font-weight: 400;
}
.field-group .field-input {
  color: #000;
  border: none;
  width: 100%;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  padding: 5px 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}
.field-group .field-input::-moz-placeholder {
  font-style: italic;
  color: #adb5bd;
  opacity: 1;
}
.field-group .field-input:-ms-input-placeholder {
  color: #adb5bd;
}
.field-group .field-input::-webkit-input-placeholder {
  color: #adb5bd;
}
.field-group .field-input.field-select {
  background-repeat: no-repeat;
  background-position: right center;
}
.field-group .field-input[readonly] {
  background-color: #f9f6f0;
  color: #888;
}
.field-group textarea {
  margin-top: 5px;
}

.field-input.field-datepicker {
  background-image: url(../img/calendar.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.field-submit {
  display: inline-block;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background-color: #0C6781;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px 25px;
  min-width: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.field-submit:disabled {
  background: #999;
}
.field-submit:hover, .field-submit:focus {
  color: #fff;
  background-color: #33B0B5;
}
.field-submit.edit {
  background: #0C6781;
}
.field-submit.reset {
  background: #999;
}
/* C U S T O M   R A D I O / C H E C K B O X
--------------------------------------------- */
.form-group-radio,
.form-group-checkbox {
  margin: 10px 0;
}
.form-group-radio ::-moz-selection,
.form-group-checkbox ::-moz-selection {
  background: white;
}
.form-group-radio ::selection,
.form-group-checkbox ::selection {
  background: #123456;
}
.form-group-radio *,
.form-group-checkbox * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-group-radio label,
.form-group-checkbox label {
  display: inline;
  position: relative;
  padding: 1px 0 0 26px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #212529;
  text-transform: uppercase;
}
.form-group-radio label:last-of-type,
.form-group-checkbox label:last-of-type {
  margin-right: 5px;
}
.form-group-radio label i,
.form-group-checkbox label i {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  font-style: normal;
  border: 2px solid #123456;
}
.form-group-radio label i::after,
.form-group-checkbox label i::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0C6781;
  display: none;
}
.form-group-radio label span,
.form-group-checkbox label span {
  margin-left: 0;
  color: #000;
  position: relative;
}
.form-group-radio input[type=radio],
.form-group-radio input[type=checkbox],
.form-group-checkbox input[type=radio],
.form-group-checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  font-style: normal;
}
.form-group-radio input[type=radio]:focus + i,
.form-group-radio input[type=checkbox]:focus + i,
.form-group-checkbox input[type=radio]:focus + i,
.form-group-checkbox input[type=checkbox]:focus + i {
  box-shadow: 2px 2px 4px rgba(18, 52, 86, 0.5);
  border-color: #123456;
}
.form-group-radio input[type=checkbox] + i,
.form-group-checkbox input[type=checkbox] + i {
  /*height: 22px; width: 22px;*/
  background-size: 20px 20px;
  display: inline-block;
}
.form-group-radio input[type=checkbox]:focus + i,
.form-group-checkbox input[type=checkbox]:focus + i {
  border: 2px solid green;
  /*background-image: url(../images/input_checkbox_focus.png) !important;*/
}
.form-group-radio input[type=radio] + i,
.form-group-checkbox input[type=radio] + i {
  background-size: 20px 20px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.form-group-radio input[type=radio]:focus + i,
.form-group-checkbox input[type=radio]:focus + i {
  box-shadow: 2px 2px 4px rgba(18, 52, 86, 0.5);
}
.form-group-radio input[type=radio]:checked + i,
.form-group-radio input[type=checkbox]:checked + i,
.form-group-checkbox input[type=radio]:checked + i,
.form-group-checkbox input[type=checkbox]:checked + i {
  /*position: relative;*/
  /*    -webkit-animation: icon-beat 0.1s ease;
      animation: icon-beat 0.1s ease;*/
}
.form-group-radio input[type=radio]:checked + i + span,
.form-group-radio input[type=checkbox]:checked + i + span,
.form-group-checkbox input[type=radio]:checked + i + span,
.form-group-checkbox input[type=checkbox]:checked + i + span {
  /*.transition (all 0.1s ease);*/
}
.form-group-radio input[type=radio] + i,
.form-group-checkbox input[type=radio] + i {
  /*background-image: url(../images/input_radio.png);*/
}
.form-group-radio input[type=radio]:checked + i,
.form-group-checkbox input[type=radio]:checked + i {
  border-color: #0C6781;
}
.form-group-radio input[type=radio]:checked + i::after,
.form-group-checkbox input[type=radio]:checked + i::after {
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.form-group-radio input[type=checkbox] + i,
.form-group-checkbox input[type=checkbox] + i {
  /*background-image: url(../images/input_checkbox.png);*/
}
.form-group-radio input[type=checkbox]:checked + i,
.form-group-checkbox input[type=checkbox]:checked + i {
  border-color: #0C6781;
}
.form-group-radio input[type=checkbox]:checked + i::after,
.form-group-checkbox input[type=checkbox]:checked + i::after {
  display: block;
}
.form-group-radio.vertical label,
.form-group-checkbox.vertical label {
  display: block;
  margin: 0 0 10px;
  padding-top: 0;
}
.form-group-radio.vertical label i,
.form-group-checkbox.vertical label i {
  top: 0;
}
.form-group-radio.horizontal label,
.form-group-checkbox.horizontal label {
  margin: 0 20px 0 0;
  display: inline-block;
}
.form-group-radio.horizontal label:last-child,
.form-group-checkbox.horizontal label:last-child {
  margin: 0;
}

.form-group-radio.has-error label i,
.form-group-checkbox.has-error label i {
  border-color: red !important;
}

/*
.form-group-radio {
  &.has-error {
    input[type="radio"] + i {
      background-image: url(images/radio-empty-error.png);
    }
  }
}
.form-group-checkbox {
  &.has-error {
    input[type="checkbox"] + i { 
      border-color: red;
      background-image: url(images/checkbox-empty-error.png); 
    }
  }
}*/
/* jQuery UI - Date Picker */
.ui-datepicker {
  width: 280px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-weight: 600;
}
.ui-datepicker::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4a4a4a;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 9;
  display: block;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #4a4a4a;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 36px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/chevron-left.svg);
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(../img/chevron-right.svg);
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-title span {
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #000;
  padding: 3px 6px;
  min-width: 70px;
  display: inline-block;
  margin: 0 5px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.ui-datepicker table thead {
  border-bottom: 3px solid #4a4a4a;
}
.ui-datepicker table thead th {
  padding: 7px 7px 7px 10px;
  text-align: left;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #cecece;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px 7px 8px 10px;
  text-decoration: none;
}
.ui-datepicker table td a {
  color: #4a4a4a;
}
.ui-datepicker table td a.ui-state-active {
  color: #F5821F;
}
.ui-datepicker table td a:hover {
  color: #F5821F;
}
.ui-datepicker table td span {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  /*padding: 0 .2em;*/
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.field-group .input-file-wrap {
  position: relative;
  padding: 0 0 0 100px;
  margin-bottom: 5px;
}
.field-group .input-file-wrap .field-input {
  width: 100% !important;
  max-width: 100%;
  width: 100%;
  padding: 10px 40px 10px 10px;
  padding-left: 15px;
  outline: none;
  background: #f7f7f7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.field-group .input-file-wrap .input-browse {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5px 0;
  overflow: hidden;
  background: #0C6781;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100px;
  text-align: center;
  outline: none;
}
.field-group .input-file-wrap .input-browse span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 10px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.field-group .input-file-wrap .input-browse input {
  font-size: 100px;
  background-color: color1;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: middle;
  z-index: 9999;
}

/* Strong Password checker */
.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url(passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  padding-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.pass-text .weak, .pass-text .medium, .pass-text .strong {
  font-weight: 600;
}

.pass-text .weak {
  font-weight: 600;
  color: #de4b33;
}

.pass-text .medium {
  color: #f7d4ae;
}

.pass-text .strong {
  color: #60bf60;
}

.pass-percent {
  margin-right: 5px;
}

/* CUSTOM TOGGLE BUTTON */
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  /*    align-items: center;*/
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-right: 20px;
  font-weight: 400;
  /*padding-left: 20px;*/
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(93.5, 93.5, 93.5);
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: rgb(106.25, 106.25, 106.25);
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
  color: rgb(84.5384615385, 187.8807692308, 72.8192307692);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(112.4358974359, 198.8653846154, 102.6346153846);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(79.2179487179, 183.0576923077, 67.4423076923);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(71.1538461538, 164.4230769231, 60.5769230769);
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: rgb(131.75, 131.75, 131.75);
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 15px;
}
.can-toggle.can-toggle--size-small label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 50px;
  flex: 0 0 160px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  left: 80px;
  font-size: 14px;
  line-height: 50px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 78px;
  line-height: 46px;
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(143.012345679, 48.987654321, 91.6543209877);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
  color: rgb(162.0061728395, 55.4938271605, 103.8271604938);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
  color: rgb(56.699078341, 145.000921659, 105.9622119816);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(68.168202765, 174.331797235, 127.3963133641);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(53.831797235, 137.668202765, 100.6036866359);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(46.66359447, 119.33640553, 87.2073732719);
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: rgb(193.3827160494, 75.1172839506, 128.7839506173);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(42.5, 42.5, 42.5);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
  color: rgb(55.25, 55.25, 55.25);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
  color: rgb(98.0152173913, 177.3608695652, 37.3391304348);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(116.6847826087, 210.7391304348, 44.7608695652);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(93.3586956522, 168.9347826087, 35.5652173913);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(81.7173913043, 147.8695652174, 31.1304347826);
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgb(80.75, 80.75, 80.75);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 60px;
  flex: 0 0 120px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 60px;
  width: 60px;
  padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 58px;
  line-height: 56px;
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.toggle-wrapper {
  overflow: hidden;
  position: relative;
}
.toggle-wrapper input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  display: none;
}
.toggle-wrapper__text {
  position: absolute;
  left: 60px;
  top: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4a4a4a;
}

.toggle {
  position: relative;
  display: inline-block;
}

label.toggle-item {
  width: 100px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  height: 3em;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: 20% center;
  cursor: pointer;
}
label.toggle-item:before {
  display: block;
  transition: all 0.2s ease;
  width: 2.3em;
  height: 2.3em;
  top: 0.25em;
  left: 0.25em;
  border-radius: 2em;
  border: 2px solid #88cf8f;
  transition: 0.3s ease;
}

.checkcross {
  transform: scale(0.6);
  transform-origin: left top;
}
.checkcross * {
  box-sizing: border-box;
}
.checkcross *:before, .checkcross *:after {
  content: "";
  position: absolute;
}
.checkcross label:before {
  content: none;
}
.checkcross .check {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 4px;
  transform: rotate(360deg);
  transition: 0.4s ease;
  left: 4.5px;
  background: #c34a4a;
}
.checkcross .check:before, .checkcross .check:after {
  height: 4px;
  border-radius: 10px;
  background: #fff;
  transition: 0.4s ease;
}
.checkcross .check:before {
  width: 27px;
  transform: rotate(-45deg) translate(-8px, 18px);
}
.checkcross .check:after {
  width: 27px;
  transform: rotate(45deg) translate(18px, 8px);
}

.input-checkcross:disabled + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.input-checkcross:checked + label .check {
  background: #8BC34A;
  left: 56px;
}
.input-checkcross:checked + label .check:before {
  width: 25px;
  transform: rotate(-45deg) translate(-6px, 20px);
}
.input-checkcross:checked + label .check:after {
  width: 10px;
  transform: rotate(45deg) translate(20px, 11px);
}

/* https://codepen.io/mallendeo/pen/eLIiG  */
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 1.5em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 1.5em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #33B0B5;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  font-size: 12px;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 3px solid #33B0B5;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #0C6781;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.select2-container {
  /*width: 100% !important;*/
  padding: 0;
}

.select2 {
  width: 100% !important;
}

.select2-search__field {
  font-size: 14px;
  line-height: 20px;
}

.field-group-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-top: 10px;
}
.field-group-checkboxes .checkbox-item {
  width: calc(50% - 12px);
}
.field-group-checkboxes .checkbox-item label {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  position: static;
  align-items: center;
}

.form-wrapper {
  position: relative;
}
.form-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-wrapper .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-with-otp-btn {
  padding-right: 132px;
  position: relative;
}
.mobile-with-otp-btn .field-submit {
  position: absolute;
  right: 0;
  top: 5px;
}

.error-message {
  display: none;
  background: #fbe8ea;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}
.error-message .error-header {
  padding: 15px 20px;
  background: #de4b33;
  color: #fff;
  font-weight: 600;
}
.error-message .error-content {
  padding: 20px 20px 15px;
}
.error-message .error-content ul {
  padding: 0 0 0 15px;
  font-weight: 600;
}
.error-message .error-content ul li {
  margin: 0 0 5px;
  padding-left: 5px;
}
.error-message .error-content ul li a {
  color: #212529;
}

.input-error {
  border-color: #de4b33 !important;
}

.success-message {
  margin: 0 0 30px;
  max-width: 600px;
  padding: 15px 50px 15px 20px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
  background-size: 96px 96px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background: #acdf87;
  border: 1px solid #60bf60;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.success-message__close {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  right: 20px;
}
.success-message__close svg {
  stroke: #000;
}

.input-file-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 1px dashed #0C6781;
  width: 100%;
  overflow: hidden;
  padding-bottom: 160%;
  background-color: #efefef;
  text-align: center;
  margin: 10px 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.input-file-wrapper.has-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  left: 0;
  top: 0;
}
.input-file-wrapper.article {
  padding-bottom: 75%;
}
.input-file-wrapper .icon, .input-file-wrapper label, .input-file-wrapper input, .input-file-wrapper .filename, .input-file-wrapper .removefile, .input-file-wrapper img {
  position: absolute;
}
.input-file-wrapper img {
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.input-file-wrapper.site-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrapper.banner-image img {
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrapper .icon {
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.input-file-wrapper .icon .material-symbols-outlined {
  color: #ccc;
  font-size: 48px;
}
.input-file-wrapper label {
  left: 50%;
  top: calc(50% + 10px);
  z-index: 1;
  color: #343a40;
  width: 80%;
  padding: 0 20px;
  background: transparent;
  transform: translateX(-50%);
}
.input-file-wrapper label small {
  margin: 10px 0 0;
  display: block;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
}
.input-file-wrapper .filename {
  display: none;
  z-index: 3;
  background: #333;
  color: #fff;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 100px 20px 15px 20px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  text-transform: none;
  font-weight: 400;
}
.input-file-wrapper .filename span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 25px;
}
.input-file-wrapper .removefile {
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #0C6781;
}
.input-file-wrapper .removefile.active {
  display: block;
}
.input-file-wrapper .removefile .material-symbols-outlined {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
}
.input-file-wrapper input {
  z-index: 9;
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  opacity: 0.01;
  filter: alpha(opacity=1);
  right: 0;
  top: 0;
  vertical-align: middle;
}

.fields-block {
  margin: 40px 0;
}
.fields-block.secondary {
  border: 1px dashed #0C6781;
  padding: 20px;
  background: #efefef;
  margin: 30px 0;
}
.fields-block .heading4 {
  margin: 0 0 10px;
  font-weight: 500;
}
.fields-block .field-group {
  margin: 0 0 20px;
}

.form-footer {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  margin-top: 30px;
}

.field-group-action {
  margin-top: 40px;
}

.field-instructions {
  font-size: 10px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 400;
  font-style: italic;
  color: #666;
}

label + .field-instructions {
  margin-top: 4px;
}

.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
  font-size: 14px;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-airframe .note-editing-area h3, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2, .note-editor.note-frame .note-editing-area h3 {
  line-height: 1.2;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2 {
  margin: 0 0 20px;
}

.note-editor.panel {
  margin: 10px 0 5px;
}

.note-editor.note-frame {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.password-field {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../img/icons/eye.svg) no-repeat center center;
  background-size: 100%;
}
.toggle-password.active {
  background-image: url(../img/icons/eye-off.svg);
}

.toggle-item {
  border-top: 1px solid #96d6d9;
}
.toggle-item:first-child {
  border-top: none;
}
.toggle-item .toggle__header {
  position: relative;
  padding: 20px 20px 20px 25px;
  cursor: pointer;
  margin: 0;
}
.toggle-item .toggle__header::before, .toggle-item .toggle__header::after {
  content: "";
  position: absolute;
  background: #33B0B5;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s linear;
}
.toggle-item .toggle__header::before {
  width: 14px;
  height: 2px;
  left: 0;
  top: 26px;
}
.toggle-item .toggle__header::after {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 20px;
}
.toggle-item .toggle__header h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #33B0B5;
}
.toggle-item .toggle__content {
  display: none;
}
.toggle-item.active .toggle__header::after {
  transform: rotate(270deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.forms-list .item {
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15px 0 15px;
  border-top: 5px solid #f8f6f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.forms-list .item:last-child {
  margin-bottom: 0;
}
.forms-list .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.forms-list .item__header {
  position: relative;
  padding-right: 200px;
}
.forms-list .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.forms-list .item__header .item__content {
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.forms-list .item__header .item__content p {
  margin: 0 0 10px;
}
.forms-list .item__header .item__content ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.forms-list .item__header .item__content ul li {
  margin: 0 0 5px;
}
.forms-list .item__header .btn-download-form {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  min-width: 60px;
  text-align: center;
  border: 1px solid #b8daff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: #33B0B5;
  color: #fff;
  text-transform: uppercase;
}
.forms-list .item__header .upload-new-document {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 10px 20px;
  min-width: 60px;
  text-align: center;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #0C6781;
  text-transform: uppercase;
}
.forms-list .item .uploads-list {
  border-top: 1px solid #efefef;
  background: rgba(150, 214, 217, 0.15);
  margin: 10px -15px 0;
  padding: 15px 15px 0;
}
.forms-list .item .uploads-list h4 {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  color: #0C6781;
  margin: 0 0 10px;
  padding: 0;
}
.forms-list .item .uploads-list .item-upload {
  padding: 15px 15px 15px;
  margin: 0 -15px;
  position: relative;
}
.forms-list .item .uploads-list .item-upload:nth-child(odd) {
  background-color: rgba(153, 153, 153, 0.1);
}
.forms-list .item .uploads-list .item-upload__name {
  font-weight: 700;
}
.forms-list .item .uploads-list .item-upload__meta {
  font-style: italic;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.forms-list .item .uploads-list .item-upload__notes {
  font-size: 14px;
  line-height: 1.4;
}
.forms-list .item .uploads-list .item-upload__actions {
  position: absolute;
  right: 15px;
  top: 18px;
}
.forms-list .item .uploads-list .item-upload__actions a {
  margin-left: 10px;
}
.forms-list .item .uploads-list .item-upload__comments {
  font-size: 13px;
  line-height: 1.3;
}
.forms-list .item .uploads-list .item-upload__comments .item-comment {
  margin: 10px 0;
}
.forms-list .item .uploads-list .item-upload__comments .item-comment.rejected {
  color: #721c24;
}
.forms-list .item .uploads-list .item-upload__comments .item-comment.verified {
  color: darkgreen;
}
.forms-list .item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
}
.forms-list .item__bottom::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #e5e5e5;
}
.forms-list .item__link {
  display: block;
  width: 100%;
  padding: 10px 15px 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  color: #0C6781;
  position: relative;
}
.forms-list .item__link svg {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.forms-list .item__link:hover {
  background-color: #eefaff;
}
@media (max-width: 1179.98px) {
  .forms-list .item {
    padding: 15px;
  }
  .forms-list .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .forms-list .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .forms-list .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .forms-list .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .forms-list .item {
    height: 200px;
    padding: 15px;
  }
  .forms-list .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .forms-list .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .forms-list .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .forms-list .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.form-wrapper {
  padding: 20px 0;
}

/* P A G I N A T I O N
--------------------------------------------- */
.admin-dashboard-grid {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.admin-dashboard-grid .item {
  width: 24%;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  border-top: 5px solid #0C6781;
  padding: 40px 30px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.admin-dashboard-grid .item strong {
  display: block;
  font-size: 4em;
  line-height: 1;
  color: #0C6781;
}

.notifications {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  border-top: 5px solid #0C6781;
}
.notifications .item {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.notifications .item:nth-child(odd) {
  background: #fafafa;
}
.notifications .item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.notifications .item .time {
  font-size: 11px;
  line-height: 1.4;
  color: #777;
}

.tabs__header {
  background: #efefef;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  height: 56px;
  overflow: hidden;
  margin: -20px;
  margin-bottom: 0;
  border-bottom: 1px solid #e2ddd8;
}
.tabs__header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding-bottom: 20px;
}
.tabs__header ul li {
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 20px 20px 16px;
  border-bottom: 4px solid transparent;
  font-weight: 600;
  border-right: 1px solid #e2ddd8;
}
.tabs__header ul li.active {
  border-bottom-color: #a535ef;
  color: #a535ef;
}
.tabs__content {
  margin-top: 20px;
}
.tabs__content .content-item {
  display: none;
}
.tabs__content .content-item.active {
  display: block;
}
@media (max-width: 1179.98px) {
  .tabs__header {
    font-size: 21px;
    line-height: 30px;
  }
  .tabs__content {
    padding: 90px 0 100px;
    background-position: calc(50vw + 390px) center;
  }
  .tabs__content .item__content {
    width: 420px;
  }
  .tabs__content .item__video {
    width: 460px;
  }
}
@media (max-width: 991.98px) {
  .tabs__header {
    font-size: 18px;
    line-height: 20px;
    height: 60px;
  }
  .tabs__header ul {
    padding-bottom: 20px;
  }
  .tabs__header ul li {
    padding: 20px 20px 16px;
    border-width: 4px;
  }
  .tabs__content {
    background-size: 220px 169px;
    background-position: calc(50vw + 300px) 60px;
    padding: 40px 0 50px;
  }
  .tabs__content .item__content {
    max-width: 320px;
  }
  .tabs__content .item__content h3 {
    margin: 0 0 10px;
  }
  .tabs__content .item__video {
    width: 360px;
  }
}
@media (max-width: 767.98px) {
  .tabs__header {
    font-size: 15px;
    line-height: 16px;
    height: 56px;
  }
  .tabs__header ul {
    padding-bottom: 20px;
  }
  .tabs__header ul li {
    padding: 20px 12px 16px;
    border-width: 4px;
  }
  .tabs__content {
    background-image: none;
    padding: 40px 0 50px;
  }
  .tabs__content .item__wrap {
    flex-wrap: wrap;
  }
  .tabs__content .item__content {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .tabs__content .item__video {
    width: 100%;
  }
}
.filters-wrapper {
  display: flex;
}
.filters-wrapper .item {
  position: relative;
  margin-right: 20px;
}
.filters-wrapper .item:last-child {
  margin-right: 0;
}
.filters-wrapper h4 {
  background: #fff;
  padding: 12px 15px;
  position: relative;
  font-size: 12px;
  line-height: 11px;
  cursor: pointer;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin: 0;
  text-transform: uppercase;
}
.filters-wrapper h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #7e5aee;
}
.filters-wrapper h4 svg {
  width: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #33B0B5;
}
.filters-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  max-height: 220px;
  overflow: auto;
  display: none;
}
.filters-wrapper ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #f8f8f8;
  cursor: pointer;
}
.filters-wrapper ul li:hover, .filters-wrapper ul li.selected {
  color: #7e5aee;
}
.filters-wrapper ul li.selected {
  cursor: default;
}
.filters-wrapper .filter, .filters-wrapper .sort {
  width: 180px;
}

.knowledge-base .text {
  margin: 20px 0;
  max-width: 720px;
}

.post-header {
  margin: 20px 0;
}
.post-header .heading2 {
  font-family: "Crimson Pro", sans-serif;
  color: #0C6781;
}

.article-wrapper {
  max-width: 960px;
}

.articles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.articles-list .item {
  width: 100%;
  display: flex;
  gap: 36px;
  border-top: 1px solid #0C6781;
  padding: 15px 0;
  position: relative;
  height: 100%;
}
.articles-list .item__header {
  border-color: #000;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 12px !important;
}
.articles-list .item__header .item__excerpt {
  font-size: 12px !important;
}
.articles-list .item h4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.articles-list .item__title {
  width: calc(30% - 24px);
}
.articles-list .item h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px;
}
.articles-list .item__excerpt {
  width: calc(30% - 24px);
  font-size: 14px;
  line-height: 1.5;
}
.articles-list .item__tags {
  width: calc(25% - 24px);
}
.articles-list .item__last-updated {
  width: calc(15% - 24px);
  text-align: right;
}
.articles-list .item .read-more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .articles-list {
    margin: 40px -15px 0;
  }
  .articles-list .item {
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .articles-list .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .articles-list .item__excerpt {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .articles-list {
    margin: 20px 0 0;
  }
  .articles-list .item {
    width: 100%;
    padding: 0;
    border-width: 2px;
  }
  .articles-list .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 374.98px) {
  .articles-list .item {
    width: 100%;
    padding: 0;
  }
}

.articles-list--org {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.articles-list--org .item {
  width: calc(33.3333333333% - 30px);
  border-top: 3px solid #0C6781;
  padding: 15px 20px 60px 0;
  position: relative;
  height: 100%;
}
.articles-list--org .item h4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.articles-list--org .item h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px;
}
.articles-list--org .item__excerpt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-list--org .item .read-more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .articles-list--org {
    margin: 40px -15px 0;
  }
  .articles-list--org .item {
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .articles-list--org .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .articles-list--org .item__excerpt {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .articles-list--org {
    margin: 20px 0 0;
  }
  .articles-list--org .item {
    width: 100%;
    padding: 0;
    border-width: 2px;
  }
  .articles-list--org .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 374.98px) {
  .articles-list--org .item {
    width: 100%;
    padding: 0;
  }
}

.entry-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
}
.entry-meta a {
  color: #0d004c;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .entry-meta {
    font-size: 12px;
    line-height: 1.4;
  }
}

.entry-header {
  padding: 120px 0 90px;
  background: #EDEEEB;
  position: relative;
}
.entry-header.has-image {
  padding-bottom: 0;
}
.entry-header.has-image::after {
  content: "";
  height: 100px;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.entry-header.has-image img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}
.entry-header .postmeta {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400 !important;
  margin: 0 0 10px;
}
.entry-header .entry-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  max-width: 860px;
}
@media (max-width: 991.98px) {
  .entry-header {
    padding: 150px 0 60px;
  }
  .entry-header.has-image::after {
    height: 60px;
  }
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .entry-header {
    padding: 100px 0 60px;
  }
  .entry-header.has-image::after {
    content: "";
    height: 30px;
  }
  .entry-header .entry-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
}

.post-categories {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.single .post-categories {
  margin: 0 0 20px;
}

.entry-content {
  font-size: 16px;
  line-height: 1.6;
}
.entry-content *:first-child {
  margin-top: 0;
}
.entry-content figure {
  margin: 40px 0;
  width: 100%;
}
.entry-content figure.wp-block-image figcaption {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
}
.entry-content figure.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 78.75%;
  border: 10px solid #d8d8d8;
}
.entry-content figure.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.entry-content p {
  margin: 0 0 25px;
}
.entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn) {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.entry-content p a:not(.link-btn)::before, .entry-content li a:not(.link-btn)::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #0C6781;
  height: 2px;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.entry-content p a:not(.link-btn):hover::before, .entry-content li a:not(.link-btn):hover::before {
  width: 100%;
}
.entry-content .has-small-font-size a {
  text-decoration: underline;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.entry-content .has-small-font-size a::before, .entry-content .has-small-font-size a::after {
  display: none !important;
}
.entry-content .has-small-font-size a:hover {
  color: #33B0B5;
}
.entry-content h2 {
  font-size: 24px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 20px;
  color: #0C6781;
}
.entry-content h3 {
  padding: 0;
  margin: 0 0 20px;
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .entry-content h3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content h3 {
    font-size: 18px;
    line-height: 1.14;
  }
}
.entry-content h4 {
  margin: 0 0 20px;
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .entry-content h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.entry-content .heading2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .entry-content .heading2 {
    font-size: 28px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content .heading2 {
    font-size: 20px;
    line-height: 1.14;
    margin: 0 0 35px !important;
  }
}
.entry-content .heading3 {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .entry-content .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content .heading3 {
    font-size: 18px;
    line-height: 1.14;
  }
}
.entry-content .heading4 {
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .entry-content .heading4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.entry-content ul, .entry-content ol {
  margin: 0 0 30px;
  padding: 0 0 0 25px;
}
.entry-content ul li, .entry-content ol li {
  padding-left: 5px;
  margin: 0 0 10px;
}
.entry-content ul li ul, .entry-content ol li ul {
  margin: 10px 0 0 !important;
}
.entry-content ul li ul li, .entry-content ol li ul li {
  background: none;
  position: relative;
  padding-left: 15px;
  font-size: 0.925em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content p ~ h4 {
  margin-top: 40px;
}
.entry-content .wp-block-separator {
  border-color: #000;
  margin: 40px 0 10px;
}
@media (max-width: 991.98px) {
  .entry-content figure {
    margin: 30px 0 40px;
  }
  .entry-content figure.wp-block-image figcaption {
    margin: 10px 0 0;
  }
  .entry-content figure img {
    width: 100%;
  }
  .entry-content .wp-block-separator {
    border-color: #000;
    margin: 40px 0 10px;
  }
}

.pagination {
  position: relative;
  text-align: center;
  border-top: 1px solid #0C6781;
  padding-top: 20px;
  margin: 40px 0 30px;
}
.pagination small {
  display: block;
  color: #999;
  margin: 0 0 15px;
}
.pagination .page-link {
  display: inline-block;
  margin: 0 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.pagination a, .pagination .current {
  border: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
}
.pagination a {
  display: inline-block;
  color: #0C6781;
}
.pagination .current {
  color: #fff;
  background: #0C6781;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pagination .next, .pagination .prev {
  position: absolute;
  bottom: 0;
  width: auto;
  text-transform: uppercase;
}
.pagination .next {
  right: 0;
}
.pagination .prev {
  left: 0;
}

.entry-footer {
  margin: 60px 0 20px;
}
@media (max-width: 767.98px) {
  .entry-footer {
    margin: 40px 0 30px;
  }
}

.post-navigation {
  width: 50%;
  text-transform: uppercase;
  font-family: "Crimson Pro";
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.post-navigation::after {
  display: block;
  clear: both;
  content: "";
}
.post-navigation svg {
  width: 14px;
  margin-top: -1px;
}
.post-navigation a {
  border: none;
  display: inline-block;
}
.post-navigation a.nav-next {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .post-navigation {
    font-size: 10px;
    line-height: 12px;
  }
  .post-navigation svg {
    width: 12px;
  }
  .post-navigation a.nav-next {
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .post-navigation {
    margin-top: 6px;
  }
  .post-navigation svg {
    display: none;
  }
}

.post-author {
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #e9ecef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 120px 15px 15px;
  color: #454545;
  margin: 0 0 40px;
  min-height: 120px;
  position: relative;
}
.post-author__image {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
.post-author__image img {
  border: 1px solid #efefef;
  padding: 3px;
  max-width: 90px !important;
  height: auto !important;
}
.post-author__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.post-author h4 {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .post-author {
    font-size: 12px;
    line-height: 1.4;
  }
  .post-author h4 {
    font-size: 10px;
  }
  .post-author__name {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .post-author {
    margin: 50px 0 40px;
  }
}

.entry-content-wrapper {
  padding: 60px 0 100px;
}
.entry-content-wrapper .container {
  position: relative;
}
.entry-content-wrapper .entry-meta {
  font-size: 14px;
  line-height: 1.33;
  margin: 0 0 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item {
  margin: 0 0 15px;
  float: left;
  margin-left: 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item:first-child {
  margin-left: 0;
}
.entry-content-wrapper .entry-meta .entry-author .item h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.33;
  font-weight: 700;
}
.entry-content-wrapper .post-content {
  max-width: 60%;
  margin: 0 auto;
}
.entry-content-wrapper .post-content .wp-block-quote {
  margin: 50px -20% 60px;
  padding-left: 30px;
  font-size: 36px;
  line-height: 1.33;
}
.entry-content-wrapper .post-content .wp-block-quote p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .entry-content-wrapper {
    padding: 40px 0 50px;
  }
  .entry-content-wrapper .post-content {
    max-width: 100%;
  }
  .entry-content-wrapper .post-content .wp-block-quote {
    margin: 40px 0 50px -40px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.33;
  }
}
@media (max-width: 767.98px) {
  .entry-content-wrapper {
    padding: 40px 0 50px;
  }
  .entry-content-wrapper .entry-meta {
    font-size: 14px;
    line-height: 1.33;
    margin: 0 0 30px;
  }
  .entry-content-wrapper .entry-meta .entry-author {
    margin: 0 0 15px;
  }
  .entry-content-wrapper .post-content {
    max-width: 100%;
  }
  .entry-content-wrapper .post-content .wp-block-quote {
    margin: 40px 0 50px -20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.33;
  }
}

.post-social-share h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding-top: 10px;
  position: relative;
  font-weight: 400;
}
.post-social-share h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 20px;
  background: #000;
}
.post-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-social-share ul li {
  margin: 0 20px 0 0;
  display: inline;
}
.post-social-share ul li:last-child {
  margin: 0;
}
.post-social-share ul li a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}
.post-social-share ul li a svg {
  width: 24px;
  height: 24px;
}
.post-social-share ul li a svg g {
  fill: #000;
}
.post-social-share ul li a:hover svg g {
  fill: #0C6781;
}
@media (max-width: 767.98px) {
  .post-social-share ul li {
    margin: 0 12px 0 0;
  }
}

.related-articles {
  margin: 60px 0 0;
}
.related-articles h2 {
  border-top: 1px solid #EDEEEB;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Crimson Pro";
  padding: 10px 0 0;
  margin: 0 0 30px;
}
.related-articles .more-articles-link {
  margin: 30px 0 0;
  font-size: 18px;
}
.related-articles .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related-articles .articles .article {
  width: calc(50% - 30px);
  border-top: 3px solid #0C6781;
  padding: 15px 20px 50px 0;
  margin: 0 0 50px;
  position: relative;
}
.related-articles .articles .article h4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.related-articles .articles .article h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  font-family: Poppins;
}
.related-articles .articles .article .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
}
.related-articles .articles .article .read-more a {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  font-size: 14px;
  line-height: 30px;
}
.related-articles .articles .article .read-more a::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-left: 24px;
  width: 24px;
  height: 24px;
  background: rgba(161, 239, 139, 0.4);
  background: #f8f8f8;
  transition: all 0.35s;
}
.related-articles .articles .article .read-more a::after {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/right-arrow-icon.png) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transition: all 0.35s;
}
.related-articles .articles .article .read-more a:hover {
  color: #0C6781;
}
.related-articles .articles .article .read-more a:hover::before {
  background: #0c6781;
}
.related-articles .articles .article .read-more a:hover::after {
  right: 6px;
}
@media (max-width: 767.98px) {
  .related-articles .articles .article {
    width: 100%;
  }
  .related-articles .articles .article:last-child {
    margin-bottom: 0;
  }
}

.featured-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  text-align: left;
  margin: 0 0 40px;
}
.featured-articles .item-group {
  height: 100%;
  position: relative;
}
.featured-articles .item-group__wrapper {
  width: 25%;
  padding: 0 10px;
}
.featured-articles .item-group__wrapper:first-child {
  width: 50%;
}
.featured-articles .item-group .item {
  margin: 0 0 20px;
  border: 1px solid #efefef;
  box-shadow: 3px 3px 2px 1px rgba(204, 204, 204, 0.2);
  position: relative;
}
.featured-articles .item-group .item:last-child {
  margin: 0;
}
.featured-articles .item-group .item .item__excerpt {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.featured-articles .item-group .item__date {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 18px;
  color: #666666;
  text-transform: uppercase;
  border-top: 1px solid #efefef;
  font-family: "Crimson Pro";
  width: 100%;
}
.featured-articles .item-group.item-group__0 .item, .featured-articles .item-group.item-group__1 .item {
  height: 100%;
}
.featured-articles .item-group.item-group__0 .item {
  height: calc(100% - 40px);
}
.featured-articles .item-group.item-group__2 .item {
  padding: 20px;
}
.featured-articles .item-group.item-group__1 .item, .featured-articles .item-group.item-group__2 .item {
  padding-bottom: 70px;
}
.featured-articles .item-group.item-group__1 .item h3, .featured-articles .item-group.item-group__2 .item h3 {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Crimson Pro";
  margin: 0;
}
.featured-articles .item-group.item-group__1 .item__image {
  margin: 0 0 20px;
}
.featured-articles .item-group.item-group__1 .item__content {
  padding: 0 20px;
}
.featured-articles .item-group.item-group__0 .item {
  box-shadow: none;
}
.featured-articles .item-group.item-group__0 .item__image {
  margin: 0 0 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.featured-articles .item-group.item-group__0 .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
}
.featured-articles .item-group.item-group__0 .item__content {
  position: absolute;
  width: 80%;
  padding: 50px 30px 70px;
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 3px 3px 2px 1px rgba(204, 204, 204, 0.2);
}
.featured-articles .item-group.item-group__0 .item__content h3 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .featured-articles .item-group__wrapper {
    width: 50%;
  }
  .featured-articles .item-group__wrapper:first-child {
    width: 100%;
  }
  .featured-articles .item-group.item-group__0 {
    margin-bottom: 80px;
  }
  .featured-articles .item-group.item-group__0 .item {
    height: 360px;
  }
  .featured-articles .item-group.item-group__0 .item__content {
    width: 90%;
    padding: 40px 30px 70px;
  }
}
@media (max-width: 767.98px) {
  .featured-articles .item-group {
    height: auto;
    position: relative;
  }
  .featured-articles .item-group__wrapper {
    width: 100%;
    padding: 0;
  }
  .featured-articles .item-group__wrapper:first-child {
    width: 100%;
  }
  .featured-articles .item-group__wrapper:last-child .item {
    margin-bottom: 0;
  }
  .featured-articles .item-group .item {
    margin: 0 0 20px !important;
  }
  .featured-articles .item-group .item .item__excerpt {
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 1.4;
    display: none;
  }
  .featured-articles .item-group .item__date {
    height: 36px;
    padding: 10px 20px;
    font-size: 10px;
    line-height: 16px;
  }
  .featured-articles .item-group.item-group__0 .item, .featured-articles .item-group.item-group__1 .item {
    height: auto;
  }
  .featured-articles .item-group.item-group__0 {
    margin-bottom: 0;
  }
  .featured-articles .item-group.item-group__0 .item {
    height: auto;
  }
  .featured-articles .item-group.item-group__2 .item {
    padding: 20px;
  }
  .featured-articles .item-group.item-group__1 .item, .featured-articles .item-group.item-group__2 .item {
    padding-bottom: 70px;
  }
  .featured-articles .item-group.item-group__1 .item h3, .featured-articles .item-group.item-group__2 .item h3 {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Crimson Pro";
    margin: 0;
  }
  .featured-articles .item-group.item-group__1 .item__image {
    margin: 0 0 20px;
  }
  .featured-articles .item-group.item-group__1 .item__content {
    padding: 0 20px;
  }
  .featured-articles .item-group.item-group__0 .item {
    box-shadow: 3px 3px 2px 1px rgba(204, 204, 204, 0.2);
  }
  .featured-articles .item-group.item-group__0 .item__image {
    margin: 0;
    position: static;
    width: 100%;
    height: auto;
  }
  .featured-articles .item-group.item-group__0 .item__content {
    position: static;
    width: 100%;
    padding: 30px 20px 50px;
    left: 0;
    bottom: auto;
    transform: none;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: none;
  }
  .featured-articles .item-group.item-group__0 .item__content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.kb-filters {
  padding: 40px 20px 20px;
  border-bottom: 1px solid #e2ddd8;
}

#sidebar {
  padding: 20px 20px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .widget ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
}
#sidebar .widget ul li {
  margin: 0 0 15px;
}
#sidebar .widget ul li:last-child {
  margin: 0;
}
#sidebar .widget ul li a {
  color: #0C6781;
}
#sidebar .widget ul li.active {
  font-weight: 700;
}
#sidebar .widget ul li.active a {
  color: #666666;
}
#sidebar .widget_search {
  margin: 0 0 30px;
}
#sidebar .widget_search label {
  display: none;
}
#sidebar .widget_search .wp-block-search__inside-wrapper {
  position: relative;
  border: 1px solid #ccc;
  display: flex;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#sidebar .widget_search .wp-block-search__inside-wrapper input[type=search] {
  border: none;
}
#sidebar .widget_search .wp-block-search__inside-wrapper button[type=submit] {
  width: 40px;
  height: 40px;
  text-indent: -999em;
  margin: 0;
  border: none;
  border-left: 1px solid #ccc;
  background: url(../img/search.svg) no-repeat center center;
  background-size: 18px 18px;
}
#sidebar .widget_recent_entries a {
  color: #212529;
}
#sidebar .widget_recent_entries a:hover {
  color: #0C6781;
}

.wp-block-tag-cloud {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}

.wp-block-tag-cloud a {
  display: block;
  padding: 5px 0;
}

.whoiswhere-calendar table {
  margin: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.3;
}
.whoiswhere-calendar table tbody tr {
  background: #fafafa;
  vertical-align: top;
}
.whoiswhere-calendar table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.whoiswhere-calendar table td,
.whoiswhere-calendar table th {
  border: 1px solid #dedede;
  padding: 10px;
  min-width: 180px;
}
.whoiswhere-calendar table td.today,
.whoiswhere-calendar table th.today {
  background: #ffff99;
}
.whoiswhere-calendar table td.empty,
.whoiswhere-calendar table th.empty {
  background: #F1E5E6;
}
.whoiswhere-calendar table td.first-day-of-week,
.whoiswhere-calendar table th.first-day-of-week {
  border-left-width: 2px;
  border-left-color: #7e5aee;
}
.whoiswhere-calendar table td.weekend,
.whoiswhere-calendar table th.weekend {
  width: 80px;
  min-width: 80px;
  background-color: lightgrey;
}
.whoiswhere-calendar table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #eaeaea;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}
.whoiswhere-calendar table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ccc;
}
.whoiswhere-calendar table td {
  height: 90px;
}
.whoiswhere-calendar table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.whoiswhere-calendar table td ul li {
  margin: 0 0 5px;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.whoiswhere-calendar table td ul li .provider-info {
  padding-right: 0;
}
.whoiswhere-calendar table td ul li .provider-info .name {
  padding-right: 24px;
  font-weight: 600;
  margin: 0 0 2px;
}
.whoiswhere-calendar table td ul li button {
  border: none;
  position: absolute !important;
  right: 0;
  top: 0;
  padding: 0;
  background: none;
}
.whoiswhere-calendar table td ul li button svg {
  stroke: #7e5aee;
  width: 16px;
  height: 16px;
}
.whoiswhere-calendar table td ul li span.timings {
  display: block;
}
.whoiswhere-calendar table td ul li span.availability {
  display: block;
  font-style: italic;
  color: #7e5aee;
}
.whoiswhere-calendar table td ul li:first-child {
  padding-top: 0;
}
.whoiswhere-calendar table td ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.whoiswhere-calendar table tbody th {
  font-weight: 600;
  min-width: 200px;
  position: relative;
}
.whoiswhere-calendar table tbody th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  background: #ccc;
}
.whoiswhere-calendar table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.whoiswhere-calendar table thead th:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
.whoiswhere-calendar table tbody th {
  position: sticky;
  left: 0;
  background: #eaeaea;
  z-index: 1;
}
.whoiswhere-calendar caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}

[role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 99vh;
  overflow: auto;
}

[role=region][aria-labelledby][tabindex]:focus {
  outline: 0;
}

.calendar-nav {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.calendar-nav span {
  color: #ccc;
}
.calendar-nav svg {
  width: 16px;
  height: 16px;
}
.calendar-nav a {
  display: inline-block;
}

[aria-label][role~=tooltip]::after {
  font-size: 11px !important;
}

.no-schedule-data {
  padding: 40px;
  text-align: center;
  font-style: italic;
  color: #777;
}

.mdnp-list .item {
  width: 100%;
  display: flex;
  border-top: 1px solid #eaeaea;
  padding: 15px;
  position: relative;
  height: 100%;
  background: #fafafa;
}
.mdnp-list .item:nth-child(even) {
  background: #f7f7f7;
}
.mdnp-list .item__header {
  border-color: #000;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  background: #eaeaea;
  font-size: 10px;
  line-height: 1.2;
  align-items: center;
}
.mdnp-list .item__header .item__excerpt {
  font-size: 12px !important;
}
.mdnp-list .item__insurance {
  width: 20%;
  padding-right: 20px;
  font-weight: 600;
}
.mdnp-list .item__provider-type, .mdnp-list .item__mt, .mdnp-list .item__standard, .mdnp-list .item__redo, .mdnp-list .item__onsite-supervision, .mdnp-list .item__esk-first-treatment, .mdnp-list .item__esk-start, .mdnp-list .item__esk-observation {
  width: 10%;
  padding-right: 15px;
  text-align: center;
}
.mdnp-list .item__esk-observation {
  padding-right: 0;
}
.mdnp-list .list-data .item {
  cursor: pointer;
}
.mdnp-list .list-data .item:hover {
  background: #f4f4f4;
}

.mdnp-form {
  max-width: 600px;
}
.mdnp-form__wrapper {
  padding: 40px;
  display: flex;
  gap: 60px;
  background: #fff;
  margin: 20px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}
.mdnp-form__wrapper .header {
  width: 300px;
}
.mdnp-form__wrapper .header h3 {
  font-size: 18px;
  line-height: 1;
}
.mdnp-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mdnp-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-window .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-window__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 720px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  margin: 0 auto;
  border: 1px solid #efefef;
  padding: 30px 30px 10px;
  z-index: 2;
}
.modal-window__content h2 {
  margin: 0 0 30px;
  font-size: 21px;
  line-height: 1.2;
  color: #0C6781;
}
.modal-window .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 24px;
  outline: none !important;
}

.file-upload-wrapper .uploaded-documents-list {
  margin: 10px 0 40px;
  border-top: 4px solid #ddd;
}
.file-upload-wrapper .uploaded-documents-list:empty {
  display: none;
}
.file-upload-wrapper .uploaded-documents-list .item {
  border-bottom: 1px solid #efefef;
  padding: 10px 180px 10px 0;
  position: relative;
}
.file-upload-wrapper .uploaded-documents-list .item__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.file-upload-wrapper .uploaded-documents-list .item a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 5px 10px;
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.file-upload-wrapper .uploaded-documents-list .item a.btn-delete {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
  right: 90px;
}
.file-upload-wrapper .uploaded-documents-list .item a.btn-download {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  right: 0;
}

.input-file-wrap {
  position: relative;
  padding-right: 100px;
  background: #fff;
}
.input-file-wrap .field-input {
  width: 100% !important;
  background: #fff;
  color: #666;
  padding-left: 15px;
  outline: none;
}
.input-file-wrap .input-browse svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.input-file-wrap .btn-remove-file {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 20px;
  height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #fe5533;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.input-file-wrap .btn-remove-file svg {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrap .loader {
  position: absolute;
  right: 110px;
  top: 50%;
  border: 2px solid #999; /* Light grey */
  border-top: 2px solid #000; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  margin: -8px 0 0;
  z-index: 99;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.upload-progress-bar {
  margin: 0 0 30px;
  position: relative;
  padding-top: 10px;
  display: none;
}
.upload-progress-bar .bar {
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  background: #60bf60;
  transition: width 0.2s ease;
}
.upload-progress-bar .percent {
  font-family: "Crimson Pro";
  font-size: 16px;
  line-height: 1;
}

.item-upload__status {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px !important;
}
.item-upload__status .selected {
  display: inline-block;
  padding: 6px 20px 5px 10px;
  width: 90px;
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff url(../img/gear.svg) no-repeat right 5px center;
  background-size: 10px;
  cursor: pointer;
}
.item-upload__status .selected.verified {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}
.item-upload__status .selected.rejected {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}
.item-upload__status ul {
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
}
.item-upload__status ul li {
  border-bottom: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 10px 5px !important;
}
.item-upload__status ul li:not(.active) {
  cursor: pointer;
}
.item-upload__status ul li:not(.active):hover {
  background: #FFFDCA;
}
.item-upload__status ul li:last-child {
  border: none;
}
.item-upload__status ul li.active {
  color: #999;
}
.item-upload__status ul li a {
  margin: 0 !important;
}

.btn-delete, .btn-edit, .btn-danger, .btn-download, .btn-locked, .btn-verified, .btn-pending, .btn-inline-submit {
  display: inline-block;
  padding: 6px 10px;
  min-width: 60px;
  text-align: center;
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-delete.btn-inline-submit, .btn-edit.btn-inline-submit, .btn-danger.btn-inline-submit, .btn-download.btn-inline-submit, .btn-locked.btn-inline-submit, .btn-verified.btn-inline-submit, .btn-pending.btn-inline-submit, .btn-inline-submit.btn-inline-submit {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}
.btn-delete.btn-delete, .btn-delete.btn-locked, .btn-edit.btn-delete, .btn-edit.btn-locked, .btn-danger.btn-delete, .btn-danger.btn-locked, .btn-download.btn-delete, .btn-download.btn-locked, .btn-locked.btn-delete, .btn-locked.btn-locked, .btn-verified.btn-delete, .btn-verified.btn-locked, .btn-pending.btn-delete, .btn-pending.btn-locked, .btn-inline-submit.btn-delete, .btn-inline-submit.btn-locked {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}
.btn-delete.btn-edit, .btn-edit.btn-edit, .btn-danger.btn-edit, .btn-download.btn-edit, .btn-locked.btn-edit, .btn-verified.btn-edit, .btn-pending.btn-edit, .btn-inline-submit.btn-edit {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.btn-delete.btn-danger, .btn-edit.btn-danger, .btn-danger.btn-danger, .btn-download.btn-danger, .btn-locked.btn-danger, .btn-verified.btn-danger, .btn-pending.btn-danger, .btn-inline-submit.btn-danger {
  color: #fff;
  background-color: #d40601;
  border-color: #d40601;
}
.btn-delete.btn-download, .btn-edit.btn-download, .btn-danger.btn-download, .btn-download.btn-download, .btn-locked.btn-download, .btn-verified.btn-download, .btn-pending.btn-download, .btn-inline-submit.btn-download {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.btn-delete.btn-verified, .btn-edit.btn-verified, .btn-danger.btn-verified, .btn-download.btn-verified, .btn-locked.btn-verified, .btn-verified.btn-verified, .btn-pending.btn-verified, .btn-inline-submit.btn-verified {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}
.btn-delete.btn-pending, .btn-edit.btn-pending, .btn-danger.btn-pending, .btn-download.btn-pending, .btn-locked.btn-pending, .btn-verified.btn-pending, .btn-pending.btn-pending, .btn-inline-submit.btn-pending {
  background-color: #fff;
  color: #212529;
}

.providers-list1 .item {
  margin: 0 0 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 15px 15px;
  border-top: 2px solid rgba(12, 103, 129, 0.5);
  display: flex;
  justify-content: space-between;
}
.providers-list1 .item.show-notification::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 15px;
  width: 12px;
  height: 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #33B0B5;
}
.providers-list1 .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.providers-list1 .item__info {
  width: 28%;
  padding-right: 30px;
  font-size: 14px;
  line-height: 1.4;
}
.providers-list1 .item__info h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.providers-list1 .item__progress {
  margin-top: 5px;
  width: 23%;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
  padding: 10px;
  display: block;
  color: #212529;
}
.providers-list1 .item__progress h4 {
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.providers-list1 .item__progress .last-updated {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.providers-list1 .item a.item__progress:hover,
.providers-list1 .item a.item__payors:hover {
  border-color: rgba(12, 103, 129, 0.5);
}
.providers-list1 .item__payors {
  margin-top: 5px;
  width: 23%;
  padding: 10px;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
  color: #212529;
}
.providers-list1 .item__payors h4 {
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.providers-list1 .item__payors .provider-payors {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.providers-list1 .item__status {
  margin-top: 5px;
  width: 18%;
  text-align: right;
}
.providers-list1 .item__status h4 {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.providers-list1 .item__status h4 span {
  padding-left: 12px;
  position: relative;
  display: inline-block;
}
.providers-list1 .item__status h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: -1px;
}
.providers-list1 .item__status h4 span.active::before {
  background: green;
}
.providers-list1 .item__status h4 span.inactive::before {
  background: red;
}
.providers-list1 .item__status .last-updated {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.providers-list1 .item__action {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.providers-list1 .item__action a {
  color: #0C6781;
  font-weight: 600;
}
.providers-list1 .item__action a.success {
  color: green;
}

.progress-bar {
  position: relative;
  margin: 0 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.progress-bar::before {
  content: "";
  height: 4px;
  width: 100%;
  background: #efefef;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress-bar .completed {
  position: relative;
  height: 4px;
  background: green;
  z-index: 1;
}

.success-message-login {
  text-align: center;
}
.success-message-login svg, .success-message-login [class*=icon-] {
  margin: 0 auto 20px;
}

.allow-multiple .item-group {
  margin: 0 0 20px;
}
.allow-multiple .item-group .field-group {
  margin: 0;
}
.allow-multiple .btn-add {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.allow-multiple .btn-add a {
  color: #33B0B5;
  padding-left: 22px;
  display: inline-block;
  background: url(../img/icons/plus.svg) no-repeat left center;
  background-size: 14px 14px;
}
.allow-multiple .item-group {
  position: relative;
}
.allow-multiple .item-group .btn-remove {
  position: absolute;
  right: -12px;
  top: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/minus-circle.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.user-actions p {
  margin: 0 0 5px;
}

.autocomplete-container {
  position: relative;
}

.autocomplete-results {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  background: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
}
.autocomplete-results:empty {
  border: none;
}
.autocomplete-results li {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.autocomplete-results li:hover {
  background-color: #f0f0f0;
}

.main-filters, .advance-filters {
  padding: 20px 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.main-filters .field-group, .advance-filters .field-group {
  width: calc(20% - 16px);
}
.main-filters .clear-fitlers a, .advance-filters .clear-fitlers a {
  text-decoration: underline;
  color: #0C6781;
  font-weight: 600;
}

.main-filters .field-group {
  margin: 0;
}

.advance-filters {
  padding-top: 0;
}

.more-filters-toggle {
  margin: 15px 0 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.more-filters-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 0;
  border-top: 1px dashed #999;
}
.more-filters-toggle button {
  position: relative;
  border: none;
  background: none;
  background: #fff;
  padding: 7px 12px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px dashed #999;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: blue;
}

.search-by-location {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 10px;
  position: relative;
}
.search-by-location input {
  border: none;
  background: transparent;
  margin: 0;
  width: 100%;
  outline: none;
}
.search-by-location input::-moz-placeholder {
  font-style: italic;
  color: #b9b9b9;
  opacity: 1;
}
.search-by-location input:-ms-input-placeholder {
  color: #b9b9b9;
}
.search-by-location input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.search-by-location .get-location {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  line-height: 1;
  color: #052f89;
}

/*# sourceMappingURL=app.css.map */
