@charset "UTF-8";
*,
*::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;
}

[class^=col-], [class*=" col-"] {
  float: left;
}

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

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

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

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 {
  background-color: transparent;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?1.21") format("truetype"), url("../fonts/icomoon.woff?1.21") format("woff"), url("../fonts/icomoon.svg?1.21#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=icomoon-], i[class*=" icomoon-"] {
  display: inline-block;
  font-size: 16px;
}

[class^=icomoon-], [class*=" icomoon-"], .icomoon, .ls-freischaltcode-msg.voucher-ok::before, .ai-coach-chat .ai-coach-targets-block .ai-coach-targets-item:after, #backtotop > span::before, .hao-wrapper .hao-stat-nav.hao-down::after, .hao-wrapper .hao-stat-nav.hao-up::after, .apai-quiz .apai-results-success::before, .tour-item.unread::before, .tour-item::before, .image-cover-caption span::after, .image-cover-caption h2.wb::after, ul.checkboxes > li::before, ul.arrows > li::before, ul.bullets > li::before,
.details-box-content ul > li::before, .active > .accordion-head .accordion-head-sign::after, .accordion-head-sign::after, .ls-my-prefday-form .checkbox-switcher-label.has-success::after, .ls-pref-day-form .pref-day-wrap.has-success::after, div.popover.btour button.next::after, div.popover.btour button.back::after, div.popover.btour .cancel-top::after, .ch-calendar-wrapper .ch-calendar-circle.answer-yes::after, .ch-calendar-wrapper .ch-calendar-circle.answer-no::after, .challenge-block.open .challenge-details a.details-button::after, .challenge-block a.details-button::after, header .ppp-user-info .consumer-no-avatar::after, .task-box-btn.selected::after, .ls_livestream_feed .remove-stream-item::after, .table-of-contents li a::before, .checkbox-switcher.disabled .sld::after, .inline-calendar .ui-datepicker-inline .ui-datepicker-next::before,
#ui-datepicker-div .ui-datepicker-next::before, .inline-calendar .ui-datepicker-inline .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-prev::before, .ls-message.notification ul li::before, .ls-message.error ul li::before, .ls-message.updated ul li::before, .linkslist li a::after, a.download::before, a.arrow::after, .normal-button.decline-button::before, .normal-button.accept-button::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-leicht::before {
  content: "\e92d";
}

.icomoon-list::before {
  content: "\e929";
}

.icomoon-double-arrow-right::before {
  content: "\e90b";
}

.icomoon-circle::before {
  content: "\e90a";
}

.icomoon-home::before {
  content: "\e600";
}

.icomoon-study::before {
  content: "\e900";
}

.icomoon-challenge::before {
  content: "\e605";
}

.icomoon-download::before {
  content: "\e607";
}

.icomoon-menu::before,
.icomoon-menu-dots-vertical::before {
  content: "\e904";
}

.icomoon-tour::before {
  content: "\e902";
}

.icomoon-resize::before {
  content: "\e92b";
}

.icomoon-info::before {
  content: "\e909";
}

.icomoon-event::before {
  content: "\e926";
}

.icomoon-chart-bars::before {
  content: "\e922";
}

.icomoon-remove::before {
  content: "\e915";
}

.icomoon-filter::before {
  content: "\e90d";
}

.icomoon-arrow-rounded-right::before,
.icomoon-forward-right::before {
  content: "\e918";
}

.icomoon-arrow-rounded-left::before,
.icomoon-forward-left::before {
  content: "\e907";
}

.icomoon-arrow-rounded-up::before {
  content: "\e910";
}

.icomoon-arrow-rounded-down::before {
  content: "\e912";
}

.icomoon-success::before {
  content: "\e91d";
}

.icomoon-exit::before {
  content: "\e905";
}

.icomoon-calendar::before {
  content: "\e60c";
}

.icomoon-print::before {
  content: "\e908";
}

.icomoon-bewegung::before {
  content: "\e903";
}

.icomoon-mail::before {
  content: "\e619";
}

.icomoon-bookmark::before {
  content: "\e90c";
}

.icomoon-bookmark-filled::before {
  content: "\e913";
}

.icomoon-news::before {
  content: "\e906";
}

.icomoon-checkmark::before,
.icomoon-checkmark-circle::before {
  content: "\e90e";
}

.icomoon-artikel::before {
  content: "\e602";
}

.icomoon-calendar-x::before {
  content: "\e92a";
}

.icomoon-arrow-up::before {
  content: "\e61a";
}

.icomoon-arrow-down::before {
  content: "\e61b";
}

.icomoon-close::before {
  content: "\ea0f";
}

.icomoon-lock::before {
  content: "\e901";
}

.icomoon-arrow-left::before {
  content: "\e61f";
}

.icomoon-arrow-right::before {
  content: "\e61e";
}

.icomoon-video::before {
  content: "\e616";
}

.icomoon-play::before {
  content: "\e616";
}

.icomoon-plus::before {
  content: "\e916";
}

.icomoon-minus::before {
  content: "\e924";
}

.icomoon-search::before {
  content: "\e90f";
}

.icomoon-calendar-duration::before {
  content: "\e919";
}

.icomoon-clock::before {
  content: "\e919";
}

.icomoon-team::before {
  content: "\e615";
}

.icomoon-user::before {
  content: "\e613";
}

.icomoon-sound::before {
  content: "\e61c";
}

.icomoon-pin::before {
  content: "\e911";
}

.icomoon-edit::before {
  content: "\e914";
}

.icomoon-square::before {
  content: "\e91b";
}

.icomoon-channels::before {
  content: "\e994";
}

:root {
  --chart-color: #1b3d60;
  --dark-chart-color: #50b184;
  --secondary-chart-color: #4fa3b1;
  --third-chart-color: #ffb509;
  --fourth-chart-color: #a7c711;
  --fifth-chart-color: #ff0068;
  --danger-chart-color: #E54215;
  --opposite-chart-color: #EBE9E7;
}

html,
body {
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #47575B;
  background-color: #F1F1F3;
  font: 15px/24px "Open Sans", Arial, sans-serif;
  border-radius: 0;
  text-align: left;
  white-space: normal;
  min-width: 320px;
}
body.consumer-logged {
  padding: 150px 0 0;
}
body.consumer-logged.admin-bar {
  padding-top: 128px;
}
body.guest {
  padding: 90px 0 0;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #4fa3b1;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #1b3d60;
  outline: none;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 15px;
}

img {
  border: none;
  outline: 0;
}

button {
  outline: none;
}

div,
p,
span {
  vertical-align: baseline;
}

ul,
ol {
  padding: 0 0 0 20px;
}

ul {
  list-style: initial;
}

li {
  padding: 0;
}

ol > li {
  padding: 0 0 10px 8px;
}

ol > li::marker {
  color: #4fa3b1;
  font-weight: 700;
}

ul,
ol,
li {
  margin: 0;
  border: 0;
  outline: 0;
}

iframe,
input,
textarea,
button,
input[type=checkbox],
input[type=radio] {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

button,
input {
  line-height: normal;
}

iframe:not([frameborder]) {
  display: block;
  border-radius: 14px;
}

input,
select,
textarea {
  vertical-align: middle;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  accent-color: teal;
  width: 20px;
  height: 20px;
}

input[readonly],
select[readonly] {
  background-color: #EBE9E7;
  cursor: default;
  pointer-events: none;
}

input[type=checkbox][readonly] {
  box-shadow: 0 0 1px #EBE9E7;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=date],
input[type=email],
input[type=number],
input[type=url],
textarea,
select {
  border: 1px solid #DEDAD7;
  border-radius: 7px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 10px;
  padding: 10px 14px 11px;
  font-size: 16px;
  color: #2B3233;
}
input[type=text]:focus:not(:disabled),
input[type=password]:focus:not(:disabled),
input[type=tel]:focus:not(:disabled),
input[type=date]:focus:not(:disabled),
input[type=email]:focus:not(:disabled),
input[type=number]:focus:not(:disabled),
input[type=url]:focus:not(:disabled),
textarea:focus:not(:disabled),
select:focus:not(:disabled) {
  border-color: #4fa3b1;
}
input[type=text]:hover:not(:focus):not(:disabled),
input[type=password]:hover:not(:focus):not(:disabled),
input[type=tel]:hover:not(:focus):not(:disabled),
input[type=date]:hover:not(:focus):not(:disabled),
input[type=email]:hover:not(:focus):not(:disabled),
input[type=number]:hover:not(:focus):not(:disabled),
input[type=url]:hover:not(:focus):not(:disabled),
textarea:hover:not(:focus):not(:disabled),
select:hover:not(:focus):not(:disabled) {
  border-color: #B2B2B2;
}

input.inline,
select.inline,
textarea.inline {
  margin-bottom: 0;
}

input.fullwidth,
select.fullwidth,
textarea.fullwidth {
  width: 100%;
}

input.error,
form input.error,
textarea.error,
form textarea.error {
  border-color: #E54215;
}

form select.error,
form .selectize-input.error,
.ls-field-rich-editor.error {
  border: #E54215 solid 1px;
}

select {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2B3233;
  margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1b3d60;
}

h1 {
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  word-break: break-word;
}

h1.large {
  font-size: 46px;
  line-height: 66px;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

h2.large {
  font-size: 40px;
  line-height: 56px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 22px;
  line-height: 27px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

mark {
  background-color: #bdb6af;
}

.bold {
  font-weight: 600;
}

.divider {
  height: 1px;
  margin: 30px 0;
  clear: both;
  overflow: hidden;
  background-color: #EBE9E7;
}

.divider.dark {
  background-color: #47575B;
}

.divider.transparent {
  height: 30px;
  margin: 0;
  background-color: #F1F1F3;
}

.content.filled .divider.transparent {
  margin: 0 -25px;
}

.row > .divider.transparent {
  margin: 0 -10px;
}

img.size-full,
img.size-large,
img.size-medium {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  border-radius: 14px;
}

img.size-cover {
  width: 100%;
  min-height: 120px;
  object-fit: cover;
  margin-top: 0;
}

section {
  padding: 30px 0 0;
  background-color: #F1F1F3;
}

body > section {
  flex: 1 0 auto;
}

.excerpt {
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.container {
  width: 1140px;
  padding-left: 0;
  padding-right: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none !important;
}

.block {
  display: block;
}

.button {
  cursor: pointer;
}

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

.textcenter,
.text-center {
  text-align: center;
}

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

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

.ls-field-rich-editor {
  margin-bottom: 10px;
}

.ls-checkbox,
form .cell .ls-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 2px 0 0;
}

.no-results {
  text-align: center;
  background-color: #F1F1F3;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 14px;
}

.ls-file {
  margin-top: 20px;
}

.ls-cookie-error {
  text-align: center;
  color: #E54215;
  background-color: #FBF2BE;
  padding: 20px;
  margin: 0;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.alignnone,
a img.alignnone {
  float: none;
  margin: 0 auto 20px;
}

.alignright,
a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter,
a img.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.wp-caption {
  background: #fff;
  border: 1px solid #EBE9E7;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-playlist {
  border-radius: 14px;
}

.wp-playlist-item:not(.wp-playlist-playing) a {
  font-weight: normal;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 15px;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}

header {
  font-size: 16px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(18, 20, 25, 0.0784313725) 0 24px 24px -20px;
}
header .header-items,
header .logo-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
header .header-items {
  height: 90px;
  padding: 2px 0 0;
  transition: all 0.25s ease-out;
}
header.fixed .header-items {
  height: 67px;
  transition: all 0.25s ease-out;
}
header .logo-wrapper img {
  max-width: 300px;
  max-height: 60px;
  height: auto;
  object-fit: contain;
  transition: all 0.25s ease-out;
}
header .logo-wrapper img.default-logo {
  width: 300px;
  max-width: auto;
}
header .logo-wrapper a + a {
  margin-left: 15px;
}
header.fixed .logo-wrapper img {
  max-height: 50px;
}
header.fixed .logo-wrapper img.default-logo {
  width: 265px;
}
header .member-area {
  padding-top: 4px;
  display: flex;
  align-items: center;
}
header .member-area a {
  color: #47575B;
}
header .member-area a:hover {
  color: #4fa3b1;
}
header a.header-item {
  cursor: pointer;
  font-size: 14px;
  color: #47575B;
  display: flex;
  align-items: center;
}
header a.header-item i {
  font-size: 20px;
  margin: 0 8px 0 16px;
}
header a.header-item i {
  display: inline-block;
  transition: all 0.25s ease-out;
}
header a.header-item i:hover {
  color: #4fa3b1;
  transform: scale(1.2);
}
header a.header-item:hover i {
  transform: scale(1.2);
}
header a.header-item i,
header a.header-item img {
  cursor: pointer;
}
header a.header-item span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
header .specials a.header-item span {
  display: none;
}
header .header-popup-container {
  width: 100%;
  padding: 35px 22px 75px;
  display: none;
}
header .header-popup-container.open {
  display: block;
}
header i.close-menu {
  font-size: 24px;
}
header i.close-menu {
  color: #DEDAD7;
  display: inline-block;
  transition: all 0.25s ease-out;
}
header i.close-menu:hover {
  color: #2B3233;
  transform: scale(1.2);
}

.above-footer {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  justify-content: center;
}
.above-footer .above-footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.above-footer .above-footer-box {
  font-size: 14px;
}
.above-footer .above-footer-box a span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-left: 15px;
}
.above-footer .above-footer-box a:hover span {
  color: #fff;
}
.above-footer .above-footer-box svg {
  width: 42px;
  height: 42px;
  fill: #47575B;
  margin-right: 20px;
}

footer {
  background-color: #1b3d60;
}
footer a {
  position: relative;
}
footer a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: all 0.25s ease-out;
}
footer a.active::after, footer a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
}
footer a,
footer a:link,
footer a:hover,
footer a:visited {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-image: none;
}
footer .footer-menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 30px 0 0;
  overflow: hidden;
}
footer .footer-item {
  flex: 1 0 25%;
  padding: 0 15px;
}
footer li.menu-item {
  line-height: 32px;
}
footer h4 {
  color: #4fa3b1;
  font-size: 19px;
  line-height: 26px;
  margin: 0 0 15px;
  padding: 20px 0 0;
  font-weight: 600;
}
footer ul {
  list-style: none;
  padding: 15px 0 0;
  margin-top: -15px;
  margin-bottom: 36px;
}

.content {
  clear: both;
  margin: 0 15px;
}

.content.filled {
  padding: 25px;
  margin: 0 auto 30px;
  background-color: #fff;
}

.content.filled .fix-top-space {
  margin-top: -25px;
}

.content.filled .content {
  margin-bottom: 20px;
}

.content img.size-cover {
  margin: 0 -25px;
  width: calc(100% + 50px);
}

.content p > img.size-cover {
  margin: 0 -25px -15px;
}

.content .ls-box-content > img.size-cover,
.content .ls-box-content > p > img.size-cover,
.content .ls-box-content > a > img.size-cover {
  margin: -25px -25px 0;
}

.content h1 {
  font-size: 48px;
  line-height: 1.3;
  margin: 40px 0;
  text-align: center;
}

.content h2 {
  font-size: 36px;
  line-height: 1.25;
  margin: 30px 0;
}

.page .content.filled h1,
.page .content.filled h2 {
  text-align: left;
}

.fancybox-content .field-note,
.content .field-note {
  font-size: 80%;
  color: #47575B;
  margin-bottom: 15px;
}

.content.article-view {
  padding: 25px 120px;
}

.content.article-view > .row > .col-lg-12 > h2,
.content.article-view > .row > .col-lg-12 > p + h2 {
  margin: 50px 0 30px;
}

.content.article-view > .row > .col-lg-12 > h3,
.content.article-view > .row > .col-lg-12 > p + h3 {
  margin: 40px 0 20px;
}

.content.article-view > .row > .col-lg-12 > h4,
.content.article-view > .row > .col-lg-12 > p + h4 {
  margin: 30px 0 15px;
}

.content.article-view .pa-accordion,
.content.article-view .blockquote {
  margin: 30px 0;
}

.content.article-view .share {
  padding: 5px 0;
  border: solid #F1F1F3;
  border-width: 1px 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.content.article-view .share a,
.content.article-view .share span {
  padding: 10px;
  display: inline-block;
}

.content.article-view .share a:last-child,
.content.article-view .share span:last-child {
  padding-right: 0;
}

.content.article-view .share i,
.content.article-view .share span {
  font-size: 24px;
}
.content.article-view .share i,
.content.article-view .share span {
  color: #4fa3b1;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.content.article-view .share i:hover,
.content.article-view .share span:hover {
  color: #1b3d60;
  transform: scale(1.2);
}

.content.article-view .share a.marked:hover i {
  color: #1b3d60;
}

.content.article-view .share .fitco-audio {
  margin: 5px 0 25px;
}

.content.article-view .divider.transparent {
  margin: 30px -120px;
}

.thumbnail-wrapper > a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.thumbnail-wrapper > img,
.thumbnail-wrapper > a > img {
  width: 100%;
  height: auto;
}

h1.title {
  display: inline-block;
}

.entry-title-primary {
  color: #2B3233;
  display: block;
  margin: 0 0 60px;
  text-align: center;
}

h1 .entry-subtitle,
h1 span.entry-subtitle {
  font-size: 24px;
  line-height: 1.21;
  display: block;
  text-align: center;
}

h2 .entry-subtitle,
h2 span.entry-subtitle {
  font-size: 20px;
  line-height: 1.15;
  display: block;
}

#error404 {
  margin: 40px 0;
  text-align: center;
  font-size: 16px;
  color: #2B3233;
}

#error404 h1 {
  padding: 0 0 30px;
  margin-bottom: 10px;
  text-align: center;
}

.ls-astrix-note {
  margin: 20px 0;
  font-size: 14px;
}

.load-more-posts {
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

.load-more-posts a {
  transition: none;
}

.load-more-posts .loading,
.loading-large {
  text-indent: -9999px !important;
  background: url(../images/loading-large.gif) no-repeat bottom center;
  width: 64px;
  height: 64px;
  content: "";
  border: none;
  box-shadow: none !important;
  margin: 0 auto;
}

.load-more-posts .loading:hover {
  background-color: inherit !important;
  cursor: default;
}

.loading-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-block .loading-large {
  width: 64px !important;
  margin: 0 20px 0 0 !important;
}

.loading-block span {
  color: #47575B;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close, .ls-content-filter .form-filters .remove-filter, .ls-content-filter .form-filters .filter-switcher-button.marked, .normal-button.details-button.challenge-details-button,
.normal-button.action-button.task-box-btn,
#cockpit .normal-button.action,
input[type=submit].normal-button.primary, .normal-button,
.normal-button.primary,
input[type=submit],
input[type=reset],
input[type=button],
input[type=file] {
  color: #fff;
  background: linear-gradient(90deg, #2B3233 50%, #4fa3b1 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #4fa3b1;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover, .ls-content-filter .form-filters .remove-filter:hover, .ls-content-filter .form-filters .filter-switcher-button.marked:hover, .normal-button.details-button.challenge-details-button:hover,
.normal-button.action-button.task-box-btn:hover,
#cockpit .normal-button.action:hover,
input[type=submit].normal-button.primary:hover, .normal-button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=file]:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #2B3233;
  background-position: left bottom;
}

.normal-button.add-button,
.normal-button.save-button,
.normal-button.action-button,
.normal-button.accept-button,
.normal-button.action,
input[type=submit].normal-button.action {
  color: #fff;
  background: linear-gradient(90deg, #2B3233 50%, #1b3d60 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #1b3d60;
}
.normal-button.add-button:hover,
.normal-button.save-button:hover,
.normal-button.action-button:hover,
.normal-button.accept-button:hover,
.normal-button.action:hover,
input[type=submit].normal-button.action:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #2B3233;
  background-position: left bottom;
}

.normal-button.action-yellow,
input[type=submit].normal-button.action-yellow {
  color: #2B3233;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #f2d624 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #f2d624;
}
.normal-button.action-yellow:hover,
input[type=submit].normal-button.action-yellow:hover {
  color: #f2d624;
  box-shadow: inset 0 0 0 2px #f2d624;
  background-position: left bottom;
}

.normal-button.white,
input[type=submit].normal-button.white {
  color: #1b3d60;
  background: linear-gradient(90deg, #1b3d60 50%, #fff 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #fff;
}
.normal-button.white:hover,
input[type=submit].normal-button.white:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  background-position: left bottom;
}

.normal-button.rate-yes-selected,
.normal-button.task-box-btn.selected,
.normal-button.done,
input[type=submit].normal-button.done {
  color: #fff;
  background: linear-gradient(90deg, #2B3233 50%, #50b184 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #50b184;
}
.normal-button.rate-yes-selected:hover,
.normal-button.task-box-btn.selected:hover,
.normal-button.done:hover,
input[type=submit].normal-button.done:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #2B3233;
  background-position: left bottom;
}

.normal-button.rate-no-selected, .normal-button.danger,
input[type=submit].normal-button.danger {
  color: #fff;
  background: linear-gradient(90deg, #2B3233 50%, #E54215 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #E54215;
}
.normal-button.rate-no-selected:hover, .normal-button.danger:hover,
input[type=submit].normal-button.danger:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #2B3233;
  background-position: left bottom;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .normal-button.reversed.personal-plan-btn,
.normal-button.decline-button,
.normal-button.cancel-button,
.normal-button.close-button,
.normal-button.cp-challenge-button.decline-button, .normal-button.details-button.challenge-details-button.reversed,
.normal-button.action-button.task-box-btn.reversed,
#cockpit .normal-button.action.reversed,
input[type=submit].normal-button.primary.reversed, .normal-button.reversed,
.normal-button.primary.reversed,
input[type=submit].reversed,
input[type=reset].reversed {
  color: #2B3233;
  background: linear-gradient(90deg, #DEDAD7 50%, rgba(255, 255, 255, 0) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #DEDAD7;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover,
.normal-button.decline-button:hover,
.normal-button.cancel-button:hover,
.normal-button.close-button:hover, .normal-button.details-button.challenge-details-button.reversed:hover,
.normal-button.action-button.task-box-btn.reversed:hover,
#cockpit .normal-button.action.reversed:hover,
input[type=submit].normal-button.primary.reversed:hover, .normal-button.reversed:hover,
input[type=submit].reversed:hover,
input[type=reset].reversed:hover {
  background-position: left bottom;
  color: #2B3233;
  box-shadow: inset 0 0 0 2px #DEDAD7;
}

.normal-button.add-button.reversed,
.normal-button.save-button.reversed,
.normal-button.action-button.reversed,
.normal-button.accept-button.reversed,
.normal-button.action.reversed,
input[type=submit].normal-button.action.reversed {
  color: #1b3d60;
  background: linear-gradient(90deg, #1b3d60 50%, rgba(255, 255, 255, 0) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #1b3d60;
}
.normal-button.add-button.reversed:hover,
.normal-button.save-button.reversed:hover,
.normal-button.action-button.reversed:hover,
.normal-button.accept-button.reversed:hover,
.normal-button.action.reversed:hover {
  background-position: left bottom;
  color: #fff;
  box-shadow: inset 0 0 0 2px #1b3d60;
}

.normal-button.action-yellow.reversed,
input[type=submit].normal-button.action-yellow.reversed {
  color: #f2d624;
  background: linear-gradient(90deg, #f2d624 50%, rgba(255, 255, 255, 0) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #f2d624;
}
.normal-button.action-yellow.reversed:hover {
  background-position: left bottom;
  color: #1b3d60;
  box-shadow: inset 0 0 0 2px #f2d624;
}

.normal-button.white.reversed,
input[type=submit].normal-button.white.reversed {
  color: #fff;
  background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #fff;
}
.normal-button.white.reversed:hover {
  background-position: left bottom;
  color: #2B3233;
  box-shadow: inset 0 0 0 2px #fff;
}

.normal-button.rate-yes-selected.reversed,
.normal-button.task-box-btn.selected.reversed,
.normal-button.done.reversed,
input[type=submit].normal-button.done.reversed {
  color: #50b184;
  background: linear-gradient(90deg, #50b184 50%, rgba(255, 255, 255, 0) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #50b184;
}
.normal-button.rate-yes-selected.reversed:hover,
.normal-button.task-box-btn.selected.reversed:hover,
.normal-button.done.reversed:hover {
  background-position: left bottom;
  color: #fff;
  box-shadow: inset 0 0 0 2px #50b184;
}

.normal-button.stop-buttron, .normal-button.danger.reversed,
input[type=submit].normal-button.danger.reversed {
  color: #E54215;
  background: linear-gradient(90deg, #E54215 50%, rgba(255, 255, 255, 0) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.25s ease-out;
  box-shadow: inset 0 0 0 2px #E54215;
}
.normal-button.stop-buttron:hover, .normal-button.danger.reversed:hover {
  background-position: left bottom;
  color: #fff;
  box-shadow: inset 0 0 0 2px #E54215;
}

.normal-button,
.normal-button.primary,
input[type=submit],
input[type=reset],
input[type=button],
input[type=file] {
  margin: 0 0 10px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  vertical-align: middle;
  cursor: pointer;
  max-width: 300px;
  min-height: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  padding: 9px 22px;
  text-decoration: none;
  user-select: none;
}

.normal-button.small {
  max-width: 230px;
  min-height: 30px;
  padding: 8px 18px;
  line-height: 21px;
}

.normal-button.arrow::after {
  font-size: 15px;
  padding-left: 7px;
}

a.normal-button.close,
a.button.close {
  opacity: 1;
  text-shadow: none;
  float: none;
}

.normal-button.inline {
  margin-bottom: 0;
}

.normal-button:not(.hide) + .normal-button,
.normal-button + .normal-button.hide + .normal-button {
  margin-left: 25px;
}

.normal-button i {
  font-size: 18px;
  margin-bottom: 3px;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=file] {
  white-space: normal;
}

.normal-button.disabled,
.normal-button.disabled:hover,
.normal-button.x-disabled,
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled],
input[type=file][disabled] {
  cursor: not-allowed !important;
  color: #B2B2B2 !important;
  background: #EBE9E7 !important;
  box-shadow: inset 0 0 0 2px #EBE9E7 !important;
}

.normal-button.reversed.disabled,
.normal-button.reversed.x-disabled {
  color: #DEDAD7 !important;
  background: #fff !important;
}

.normal-button.fullwidth {
  width: 100%;
  max-width: none;
}

.confirm-control .normal-button {
  min-width: 100px;
}

input + input[type=submit] {
  margin-left: 15px;
}

.normal-button.accept-button::before {
  content: "\e90e";
  font-size: 18px;
  margin-right: 6px;
  padding-bottom: 3px;
}

.normal-button.decline-button::before {
  content: "\ea0f";
  font-size: 18px;
  margin-right: 6px;
  padding-bottom: 3px;
}

h1.lightblue,
h2.lightblue,
h3.lightblue,
h4.lightblue,
h5.lightblue {
  color: #4fa3b1;
}

.lightblue-bg,
.table th.lightblue-bg,
.image-cover-caption.lightblue::before {
  background-color: #4fa3b1;
}

.lightblue-color,
.table th.lightblue-color,
ul.lightblue > li::before {
  color: #4fa3b1;
}

h1.petrol,
h2.petrol,
h3.petrol,
h4.petrol,
h5.petrol {
  color: #4fa3b1;
}

.petrol-bg,
.table th.petrol-bg,
.image-cover-caption.petrol::before {
  background-color: #4fa3b1;
}

.petrol-color,
.table th.petrol-color,
ul.petrol > li::before {
  color: #4fa3b1;
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
  color: #1b3d60;
}

.blue-bg,
.table th.blue-bg,
.image-cover-caption.blue::before {
  background-color: #1b3d60;
}

.blue-color,
.table th.blue-color,
ul.blue > li::before {
  color: #1b3d60;
}

h1.red,
h2.red,
h3.red,
h4.red,
h5.red {
  color: #E54215;
}

.red-bg,
.table th.red-bg,
.image-cover-caption.red::before {
  background-color: #E54215;
}

.red-color,
.table th.red-color,
ul.red > li::before {
  color: #E54215;
}

h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink {
  color: #ff0068;
}

.pink-bg,
.table th.pink-bg,
.image-cover-caption.pink::before {
  background-color: #ff0068;
}

.pink-color,
.table th.pink-color,
ul.pink > li::before {
  color: #ff0068;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green {
  color: #50b184;
}

.green-bg,
.table th.green-bg,
.image-cover-caption.green::before {
  background-color: #50b184;
}

.green-color,
.table th.green-color,
ul.green > li::before {
  color: #50b184;
}

h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow {
  color: #f2d624;
}

.yellow-bg,
.table th.yellow-bg,
.image-cover-caption.yellow::before {
  background-color: #f2d624;
}

.yellow-color,
.table th.yellow-color,
ul.yellow > li::before {
  color: #f2d624;
}

h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray {
  color: #47575B;
}

.gray-bg,
.table th.gray-bg,
.image-cover-caption.gray::before {
  background-color: #47575B;
}

.gray-color,
.table th.gray-color,
ul.gray > li::before {
  color: #47575B;
}

h1.lightgray,
h2.lightgray,
h3.lightgray,
h4.lightgray,
h5.lightgray {
  color: #EBE9E7;
}

.lightgray-bg,
.table th.lightgray-bg,
.image-cover-caption.lightgray::before {
  background-color: #EBE9E7;
}

.lightgray-color,
.table th.lightgray-color,
ul.lightgray > li::before {
  color: #EBE9E7;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white {
  color: #fff;
}

.white-bg,
.table th.white-bg,
.image-cover-caption.white::before {
  background-color: #fff;
}

.white-color,
.table th.white-color,
ul.white > li::before {
  color: #fff;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #2B3233;
}

.dark-bg,
.table th.dark-bg,
.image-cover-caption.dark::before {
  background-color: #2B3233;
}

.dark-color,
.table th.dark-color,
ul.dark > li::before {
  color: #2B3233;
}

h1.action,
h2.action,
h3.action,
h4.action,
h5.action {
  color: #1b3d60;
}

.action-bg,
.table th.action-bg,
.image-cover-caption.action::before {
  background-color: #1b3d60;
}

.action-color,
.table th.action-color,
ul.action > li::before {
  color: #1b3d60;
}

h1.finished,
h2.finished,
h3.finished,
h4.finished,
h5.finished {
  color: #B2B2B2;
}

.finished-bg,
.table th.finished-bg,
.image-cover-caption.finished::before {
  background-color: #B2B2B2;
}

.finished-color,
.table th.finished-color,
ul.finished > li::before {
  color: #B2B2B2;
}

h1.danger,
h2.danger,
h3.danger,
h4.danger,
h5.danger {
  color: #E54215;
}

.danger-bg,
.table th.danger-bg,
.image-cover-caption.danger::before {
  background-color: #E54215;
}

.danger-color,
.table th.danger-color,
ul.danger > li::before {
  color: #E54215;
}

h1.done,
h2.done,
h3.done,
h4.done,
h5.done {
  color: #50b184;
}

.done-bg,
.table th.done-bg,
.image-cover-caption.done::before {
  background-color: #50b184;
}

.done-color,
.table th.done-color,
ul.done > li::before {
  color: #50b184;
}

h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary {
  color: #1b3d60;
}

.primary-bg,
.table th.primary-bg,
.image-cover-caption.primary::before {
  background-color: #1b3d60;
}

.primary-color,
.table th.primary-color,
ul.primary > li::before {
  color: #1b3d60;
}

h1.pastelblue,
h2.pastelblue,
h3.pastelblue,
h4.pastelblue,
h5.pastelblue {
  color: #dcebf3;
}

.pastelblue-bg,
.table th.pastelblue-bg,
.image-cover-caption.pastelblue::before {
  background-color: #dcebf3;
}

.pastelblue-color,
.table th.pastelblue-color,
ul.pastelblue > li::before {
  color: #dcebf3;
}

h1.pastelgreen,
h2.pastelgreen,
h3.pastelgreen,
h4.pastelgreen,
h5.pastelgreen {
  color: #cae8da;
}

.pastelgreen-bg,
.table th.pastelgreen-bg,
.image-cover-caption.pastelgreen::before {
  background-color: #cae8da;
}

.pastelgreen-color,
.table th.pastelgreen-color,
ul.pastelgreen > li::before {
  color: #cae8da;
}

a.link,
.stream-item p > a:not(.normal-button):not(.image-link),
.stream-item .accordion-content > a:not(.normal-button):not(.image-link),
.stream-item strong > a:not(.normal-button):not(.image-link),
.content.article-view p > a:not(.normal-button):not(.image-link),
.home-box .text > a:not(.normal-button):not(.image-link),
.ls_livestream_text a:not(.image-link) {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
a.link:hover,
.stream-item p > a:not(.normal-button):not(.image-link):hover,
.stream-item .accordion-content > a:not(.normal-button):not(.image-link):hover,
.stream-item strong > a:not(.normal-button):not(.image-link):hover,
.content.article-view p > a:not(.normal-button):not(.image-link):hover,
.home-box .text > a:not(.normal-button):not(.image-link):hover,
.ls_livestream_text a:not(.image-link):hover {
  outline: none;
  color: #1b3d60;
  text-decoration: none;
  background-size: 0 1px;
}
a.link:focus,
.stream-item p > a:not(.normal-button):not(.image-link):focus,
.stream-item .accordion-content > a:not(.normal-button):not(.image-link):focus,
.stream-item strong > a:not(.normal-button):not(.image-link):focus,
.content.article-view p > a:not(.normal-button):not(.image-link):focus,
.home-box .text > a:not(.normal-button):not(.image-link):focus,
.ls_livestream_text a:not(.image-link):focus {
  text-decoration: none;
}
a.link.white,
.stream-item p > a:not(.normal-button):not(.image-link).white,
.stream-item .accordion-content > a:not(.normal-button):not(.image-link).white,
.stream-item strong > a:not(.normal-button):not(.image-link).white,
.content.article-view p > a:not(.normal-button):not(.image-link).white,
.home-box .text > a:not(.normal-button):not(.image-link).white,
.ls_livestream_text a:not(.image-link).white {
  color: #fff;
  background-image: none;
}
a.link.white:hover,
.stream-item p > a:not(.normal-button):not(.image-link).white:hover,
.stream-item .accordion-content > a:not(.normal-button):not(.image-link).white:hover,
.stream-item strong > a:not(.normal-button):not(.image-link).white:hover,
.content.article-view p > a:not(.normal-button):not(.image-link).white:hover,
.home-box .text > a:not(.normal-button):not(.image-link).white:hover,
.ls_livestream_text a:not(.image-link).white:hover {
  color: #1b3d60;
}

a.arrow::after {
  content: "\e918";
  padding-left: 8px;
  margin-bottom: 1px;
  vertical-align: middle;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

a.arrow:hover::after {
  transform: scale(1.2);
}

a.download::before {
  content: "\e607";
  margin-bottom: 3px;
  padding-right: 10px;
  vertical-align: middle;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

a.download:hover::before {
  transform: scale(1.2);
}

.linkslist {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -30px 15px 0;
}
.linkslist li {
  padding: 18px 16px;
  list-style: none;
  margin-right: 30px;
  border-top: 1px solid #EBE9E7;
  border-bottom: 1px solid #EBE9E7;
  width: calc(33.333333% - 30px);
  flex: 0 0 calc(33.333333% - 30px);
}
.linkslist li:not(:nth-child(-n+3)) {
  border-top: none;
}
.linkslist li a {
  font-size: 16px;
  max-width: 100%;
  font-weight: 600;
  line-height: 24px;
  margin-right: 30px;
  display: flex;
  flex-direction: row;
  background-image: none;
  justify-content: space-between;
  position: relative;
}
.linkslist li a:hover::after {
  right: -35px;
}
.linkslist li a::after {
  content: "\e918";
  font-size: 22px;
  color: #4fa3b1;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.linkslist li span {
  padding-right: 30px;
}
.linkslist.current-menu-item a {
  color: #2B3233;
}
.linkslist.white li {
  border-color: #4fa3b1;
}
.linkslist.white li a {
  color: #fff;
}
.linkslist.white li a:hover, .linkslist.white li a::after {
  color: #2B3233;
}

.ls-message + .ls-message {
  margin-top: 15px;
}

.ls-message ul {
  padding-left: 0;
  list-style: none;
}

.ls-message ul li {
  padding: 24px 24px 24px 60px;
  border: 1px solid;
  border-radius: 14px;
  min-height: 70px;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #2B3233;
}

.ls-message ul li + li {
  margin-top: 15px;
}

.ls-message ul li::before {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 19px;
  transform: translateY(-50%);
  padding-bottom: 2px;
}

.ls-message a {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
.ls-message a:hover {
  outline: none;
  color: #4fa3b1;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-message a:focus {
  text-decoration: none;
}

.ls-message.updated ul li {
  border-color: #50b184;
  color: #2B3233;
}

.ls-message.updated ul li::before {
  content: "\e90e";
  color: #50b184;
}

.ls-message.error ul li {
  border-color: #E54215;
  color: #2B3233;
}

.ls-message.error ul li::before {
  content: "\e909";
  color: #E54215;
}

.ls-message.notification ul li {
  border-color: #B2B2B2;
  color: #2B3233;
}

.ls-message.notification ul li::before {
  content: "\e909";
  color: #47575B;
}

.ls-message > .title {
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: #2B3233;
}

.confirm-modal-container {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
  background-color: rgba(30, 30, 30, 0.9);
}

.confirm-modal-container .confirm-modal {
  position: fixed;
  width: 50%;
  max-width: 600px;
  z-index: 99999;
  background-color: #fff;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
}

.confirm-modal-container .confirm-modal .confirm-message {
  font-size: 18px;
  line-height: 36px;
  padding: 10px 10px 30px;
  color: #47575B;
  text-align: center;
}

.confirm-modal-container .confirm-modal .confirm-control {
  text-align: center;
}

form .cell {
  margin: 10px 0;
  clear: both;
}

form .cell.half-width {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  clear: unset;
}

form .cell label {
  display: block;
  margin: 0 5px 5px 0;
  vertical-align: top;
}

form .cell .ls-field-value {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.content.filled form .cell .ls-field-value {
  width: 300px;
}

form .cell .ls-field-value.fullwidth,
.content.filled form .cell .ls-field-value.fullwidth {
  width: 100%;
}

form .cell .ls-radio {
  display: inline-block;
  float: right;
  text-align: center;
}

form .cell .ls-radio label {
  display: inline-block;
}

form .cell .ls-checkbox {
  cursor: pointer;
  margin: 0 5px 1px 0;
}

form .cell .ls-textarea {
  height: 70px;
  line-height: normal;
}

form .cell .ls-reset {
  width: auto;
  line-height: normal;
}

form .cell .ls-date,
form .cell .ls-time,
form .cell .ls-datetime {
  width: 160px;
}

form .cell .ls-selectize .selectize-input {
  border-radius: 7px;
  box-shadow: none;
}

form .cell .ls-required {
  margin: 0 2px;
}

body.fancybox-lock-scrollbar {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.fancybox-container.primary .fancybox-content,
.fancybox-container.primary .fancybox-button {
  background-color: #1b3d60;
}
.fancybox-container.primary .fancybox-button, .fancybox-container.primary .fancybox-button:link, .fancybox-container.primary .fancybox-button:visited {
  color: #fff;
}
.fancybox-container.primary .fancybox-content,
.fancybox-container.primary .fancybox-content h1, .fancybox-container.primary .fancybox-content h2, .fancybox-container.primary .fancybox-content h3, .fancybox-container.primary .fancybox-content h4, .fancybox-container.primary .fancybox-content h5, .fancybox-container.primary .fancybox-content h6,
.fancybox-container.primary .fancybox-content p,
.fancybox-container.primary .fancybox-content pre {
  color: #fff;
}

.fancybox-container.primary .fancybox-button,
.fancybox-container.primary .fancybox-button:link,
.fancybox-container.primary .fancybox-button:visited,
.fancybox-container.primary .fancybox-content,
.fancybox-container.primary .fancybox-content h1,
.fancybox-container.primary .fancybox-content h2,
.fancybox-container.primary .fancybox-content h3,
.fancybox-container.primary .fancybox-content h4,
.fancybox-container.primary .fancybox-content h5,
.fancybox-container.primary .fancybox-content h6,
.fancybox-container.primary .fancybox-content p,
.fancybox-container.primary .fancybox-content pre {
  color: #fff;
}

.fancybox-content {
  outline: none;
  border-width: 0;
  background-color: #fff;
  color: #47575B;
  width: 100%;
  max-height: calc(100% - 45px) !important;
  padding: 40px 25px;
  border-radius: 14px;
  overflow: auto;
}
.fancybox-content h1, .fancybox-content h2, .fancybox-content h3 {
  color: #2B3233;
}
.fancybox-content .content {
  margin-left: 0;
  margin-right: 0;
}

.fancybox-content.error,
.fancybox-content.updated {
  max-width: 500px;
  padding: 15px;
}
.fancybox-content.error ul,
.fancybox-content.updated ul {
  padding: 0;
  list-style: none;
}
.fancybox-content.error li,
.fancybox-content.updated li {
  padding: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.fancybox-content.error li {
  color: #E54215;
}

.fancybox-content.updated li {
  color: #50b184;
}

.fancybox-show-toolbar .fancybox-toolbar {
  visibility: hidden;
}

.fancybox-content .fancybox-toolbar {
  margin: 0;
  opacity: 1;
  visibility: visible;
  top: 15px;
  right: 15px;
}

.fancybox-content .fancybox-toolbar .fancybox-button {
  width: 30px;
  height: 30px;
  padding: 3px;
  outline: none;
  border-radius: 50%;
  color: #fff;
  background-color: #B2B2B2;
}

.fancybox-content .fancybox-toolbar .fancybox-button:hover {
  color: #fff;
  background-color: #4fa3b1;
}

.fancybox-content .container {
  max-width: 100%;
}

div.fancybox-skin {
  border-width: 0;
  background-color: #fff;
}

a.fancybox-close {
  top: -10px;
  right: -10px;
}

.i-box-fancy .fancybox-skin {
  padding-right: 0 !important;
}

.ls-content-filter {
  margin-bottom: 20px;
}

.ls-content-filter .ls-filter-head,
.ls-content-filter .active .ls-filter-head,
.ls-content-filter .sub-accordion .ls-filter-head {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  justify-content: flex-start;
  font-size: 24px;
  padding: 19px 0;
  color: #2B3233;
  font-weight: 800;
  line-height: 36px;
  background-color: #fff;
  border-bottom: 2px solid #EBE9E7;
}

.ls-content-filter .accordion-content {
  padding: 20px 0;
  overflow: visible;
}

.ls-content-filter .pa-accordion {
  margin-bottom: 30px;
}

.ls-content-filter .sub-accordion,
.ls-content-filter .sub-accordion:last-child {
  border-width: 0;
}

.ls-content-filter .sub-accordion .main-filters-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ls-content-filter .sub-accordion .main-filters {
  gap: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  flex-direction: row;
  justify-content: start;
}

.ls-content-filter .form-filters,
.ls-content-filter .form-filters .filter-control,
.ls-content-filter .form-filters .filters-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.ls-content-filter .main-filters .filter-group .normal-button i {
  margin: 0 8px 0 0;
}
.ls-content-filter .main-filters .filter-group .normal-button[data-name=orderBy] i {
  margin: 0 0 0 16px;
}
.ls-content-filter .main-filters .filter-group .normal-button i.icomoon-close {
  margin: 0 0 3px 10px;
}

.ls-content-filter .form-filters {
  padding: 0;
  position: relative;
}
.ls-content-filter .form-filters .filter-control {
  padding: 0;
  text-align: left;
}
.ls-content-filter .form-filters .action-select,
.ls-content-filter .form-filters .action-switcher {
  margin: 0;
  display: inline-block;
}
.ls-content-filter .form-filters .filter-switcher-button i.icomoon-close {
  display: none;
}
.ls-content-filter .form-filters .filter-switcher-button.marked i.icomoon-close {
  font-size: 18px;
  display: inline-block;
}
.ls-content-filter .form-filters .filter-content {
  min-width: 100%;
  position: relative;
  overflow: visible !important;
}
.ls-content-filter .form-filters .dropdown-content {
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 900;
  display: none;
  text-align: left;
  position: absolute;
  background: #fff;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.ls-content-filter .form-filters .dropdown-content.open .filters-content {
  display: flex;
}
.ls-content-filter .form-filters .dropdown-content .filters-content, .ls-content-filter .form-filters .dropdown-content .text-center {
  background-color: #fff;
}
.ls-content-filter .form-filters .remove-filter {
  margin: 20px 10px 0 0;
  align-items: center;
  display: inline-flex;
}
.ls-content-filter .form-filters .remove-filter:first-of-type {
  margin: 20px 12px 0 0;
}
.ls-content-filter .form-filters .remove-filter span {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.ls-content-filter .form-filters .remove-filter i {
  flex: 1;
  margin: 2px 0 0 8px;
  font-size: 18px;
}
.ls-content-filter .form-filters .clear-all {
  margin: 0;
  min-width: 115px;
  font-size: 16px;
  display: none;
}
.ls-content-filter .form-filters .clear-all.active {
  display: inline-block;
  color: #4fa3b1;
}
.ls-content-filter .form-filters .clear-all.active:hover {
  color: #2B3233;
}

.ls-content-filter .hide-dropdown-content,
.ls-content-filter .hide-dropdown-content:focus {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 24px;
  margin: 0 0 30px 0;
}

.ls-content-filter .hide-icon {
  display: none;
}

.ls-content-filter {
  flex: 0 100%;
}

.ls-content-filter .filters-groups,
.ls-content-filter .filters-groups .filters-group {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.ls-content-filter .filters-groups .filters-group {
  border-bottom: 1px solid #EBE9E7;
}

.ls-content-filter .filters-groups .filters-group:last-child {
  border-bottom: none;
}

.ls-content-filter .filters-groups {
  overflow: hidden;
  padding: 20px 31px 30px 20px;
}
.ls-content-filter .filters-groups .filters-group-sub-label {
  font-size: 14px;
  font-weight: 400;
  color: #B2B2B2;
  line-height: 18px;
  margin-bottom: 20px;
}
.ls-content-filter .filters-groups .filters-group-sub-label:not(:first-of-type) {
  margin-top: 30px;
}
.ls-content-filter .filters-groups.has-checkbox {
  padding: 30px 31px;
}
.ls-content-filter .filters-groups.has-checkbox, .ls-content-filter .filters-groups.has-checkbox .filters-group {
  gap: 0 59px;
}

.ls-content-filter .dropdown-content .filter-radio {
  flex-basis: 100%;
  margin: 0 0 20px 0;
}
.ls-content-filter .dropdown-content .filter-radio input[type=radio] {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  accent-color: teal;
  border: 1px solid #2B3233;
  cursor: pointer;
}
.ls-content-filter .dropdown-content .filter-radio label {
  font-size: 16px;
  font-weight: 400;
  color: #2B3233;
  line-height: 24px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}

.ls-content-filter .filter-checkbox,
.ls-content-filter .filter-radio {
  margin: 0 0 20px 0;
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  max-width: calc((100% - 118px) / 3);
  flex-basis: calc((100% - 118px) / 3);
}
.ls-content-filter .filter-checkbox label,
.ls-content-filter .filter-radio label {
  font-size: 16px;
  color: #2B3233;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ls-content-filter .filter-checkbox > input, .ls-content-filter .filter-checkbox > input:focus, .ls-content-filter .filter-checkbox > input:active,
.ls-content-filter .filter-radio > input,
.ls-content-filter .filter-radio > input:focus,
.ls-content-filter .filter-radio > input:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 24px;
  height: 24px;
  padding: 4px;
  cursor: pointer;
  min-width: 24px;
  margin: 0 8px 0 0;
  border-radius: 4px;
  background-color: #fff;
  transition-duration: 0.3s;
  border: 1px solid #B2B2B2;
}
.ls-content-filter .filter-checkbox > input:checked + label::before,
.ls-content-filter .filter-radio > input:checked + label::before {
  content: "";
  color: #fff;
  display: block;
  position: absolute;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 14px;
  border: solid #2B3233;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
.ls-content-filter .filter-checkbox > input[disabled],
.ls-content-filter .filter-radio > input[disabled] {
  border-color: #B2B2B2;
  background-color: #EBE9E7;
}
.ls-content-filter .filter-checkbox > input[disabled] + label,
.ls-content-filter .filter-radio > input[disabled] + label {
  color: #B2B2B2;
}

.ui-widget-content {
  background: #fff;
  color: #47575B;
  border: #B2B2B2 solid 2px;
}

.ui-datepicker {
  border-radius: 0;
}

.ui-datepicker-header {
  margin-bottom: 15px;
}

.ui-datepicker-calendar .ui-state-default {
  border: none;
  color: #2B3233;
  background: #fff;
  text-align: center;
  opacity: 1;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
}
.ui-datepicker-calendar .ui-state-default::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
}

.ui-datepicker-calendar .ui-state-disabled,
.ui-datepicker-calendar .ui-state-disabled > *,
.ui-datepicker-calendar .ui-datepicker-unselectable > * {
  color: #DEDAD7;
  opacity: 1;
}

.ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
  cursor: default !important;
}

.ui-datepicker-calendar .ui-datepicker-today .ui-state-default,
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default :not(.ui-state-active) {
  color: #4fa3b1;
  background: #fff;
  border: #4fa3b1 solid 1px;
}

.ui-datepicker-calendar .ui-datepicker-today.ui-state-disabled .ui-state-default,
.ui-datepicker-calendar .ui-datepicker-today.ui-state-disabled .ui-state-default :not(.ui-state-active) {
  color: #DEDAD7;
  border-width: 0;
}

.ui-datepicker-calendar a.ui-state-hover,
.ui-datepicker-calendar .ui-datepicker-today > a.ui-state-hover {
  border-color: #1b3d60;
}
.ui-datepicker-calendar a.ui-state-hover::before,
.ui-datepicker-calendar .ui-datepicker-today > a.ui-state-hover::before {
  border: #1b3d60 solid 1px;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-highlight.ui-state-active,
.ui-datepicker-calendar .ui-datepicker-today .ui-state-active,
.ui-datepicker-calendar :not(.ui-datepicker-today) > a.ui-state-default.ui-state-highlight {
  color: #fff;
  background: #1b3d60;
  border-color: #1b3d60;
}

.ui-datepicker-calendar .ls-state-marked:not(.ls-state-startDate) .ui-state-default,
.ui-datepicker-calendar .ls-state-marked:not(.ls-state-endDate) .ui-state-default {
  color: #2B3233;
  background: #FBF2BE;
}

.ui-datepicker-calendar .ls-state-marked.ls-state-startDate .ui-state-default,
.ui-datepicker-calendar .ls-state-marked.ls-state-endDate .ui-state-default {
  color: #fff;
  background: #1b3d60;
}

.inline-calendar,
.inline-calendar .ui-datepicker-inline {
  width: 100%;
  border-width: 0;
}

#ui-datepicker-div {
  min-width: 326px;
  padding: 24px;
  border-radius: 14px;
}

.inline-calendar .ui-datepicker-inline .ui-widget-header,
#ui-datepicker-div .ui-widget-header {
  border: 0;
  border-radius: 0;
  background: #fff;
  position: relative;
}
.inline-calendar .ui-datepicker-inline table,
#ui-datepicker-div table {
  margin: 0;
}
.inline-calendar .ui-datepicker-inline select,
.inline-calendar .ui-datepicker-inline select.ui-datepicker-month,
.inline-calendar .ui-datepicker-inline select.ui-datepicker-year,
#ui-datepicker-div select,
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
  padding: 10px;
  color: #2B3233;
  border-radius: 4px;
  background: #fff;
  width: calc(50% - 5px);
  border: 1px solid #EBE9E7;
}
.inline-calendar .ui-datepicker-inline select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-month {
  margin-right: 10px;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-prev {
  left: 2px;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-next {
  right: 2px;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev,
.inline-calendar .ui-datepicker-inline .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  top: 0;
  border-radius: 0;
  text-align: center;
  transform: translateY(50%);
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev:not(.ui-state-disabled),
.inline-calendar .ui-datepicker-inline .ui-datepicker-next:not(.ui-state-disabled),
#ui-datepicker-div .ui-datepicker-prev:not(.ui-state-disabled),
#ui-datepicker-div .ui-datepicker-next:not(.ui-state-disabled) {
  color: #4fa3b1;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev:not(.ui-state-disabled):hover,
.inline-calendar .ui-datepicker-inline .ui-datepicker-next:not(.ui-state-disabled):hover,
#ui-datepicker-div .ui-datepicker-prev:not(.ui-state-disabled):hover,
#ui-datepicker-div .ui-datepicker-next:not(.ui-state-disabled):hover {
  cursor: pointer;
  color: #2B3233;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev.ui-state-hover,
.inline-calendar .ui-datepicker-inline .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover,
#ui-datepicker-div .ui-datepicker-next.ui-state-hover {
  border: none;
  background: none;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev span,
.inline-calendar .ui-datepicker-inline .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  background-image: none;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-prev::before {
  content: "\e61f";
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-next::before,
#ui-datepicker-div .ui-datepicker-next::before {
  content: "\e61e";
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-calendar,
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 10px 0;
  border-top: 1px solid #EBE9E7;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-calendar tr,
#ui-datepicker-div .ui-datepicker-calendar tr {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-calendar thead th,
.inline-calendar .ui-datepicker-inline .ui-datepicker-calendar tr td,
#ui-datepicker-div .ui-datepicker-calendar thead th,
#ui-datepicker-div .ui-datepicker-calendar tr td {
  padding: 0;
  height: 100%;
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-calendar thead th,
#ui-datepicker-div .ui-datepicker-calendar thead th {
  color: #2B3233;
  font-size: 14px;
  line-height: 20px;
}
.inline-calendar .ui-datepicker-inline .ui-datepicker-calendar tr td a,
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  padding: 0;
  width: 30px;
  height: 30px;
}

.inline-calendar .ui-datepicker-calendar tr,
#ui-datepicker-div .ui-datepicker-calendar tr {
  margin: 4px 0;
}

.inline-calendar .ui-datepicker-calendar thead,
#ui-datepicker-div .ui-datepicker-calendar thead th {
  border-bottom: #EBE9E7 solid 1px;
}

.ui-timepicker-div {
  padding: 0;
}
.ui-timepicker-div select {
  margin: 0;
  min-width: 80px;
}
.ui-timepicker-div .ui_tpicker_time,
.ui-timepicker-div .ui-widget-header,
.ui-timepicker-div .ui_tpicker_time_label {
  display: none;
}
.ui-timepicker-div dl {
  flex-wrap: nowrap;
  align-items: center;
  margin: 10px 0 20px;
  justify-content: flex-start;
}
.ui-timepicker-div dl dd,
.ui-timepicker-div dl dt {
  flex: 0 0;
  padding: 0;
}
.ui-timepicker-div dl dd {
  margin: 0;
}
.ui-timepicker-div dl dd.ui_tpicker_hour {
  margin-right: auto;
}
.ui-timepicker-div dl dt {
  width: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 6px;
}

.ui-datepicker-calendar + .ui-timepicker-div {
  margin-top: 10px;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
  gap: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-width: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  order: 2;
  opacity: 1;
  flex-basis: calc(50% - 10px);
  font: 15px/22px "Open Sans", Arial, sans-serif;
  font-weight: bold;
  border-radius: 7px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  margin: 0;
  border: none;
  max-width: 100%;
  min-height: 30px;
  padding: 8px 18px;
  line-height: 21px;
}

.wizard-progress-container {
  border: #EBE9E7 solid 1px;
  background-color: #fff;
  margin: 0 0 25px;
  padding: 14px 12px 0;
  border-radius: 14px;
}

form.wizard-form, form.wizard-form.content,
div.wizard-form,
div.wizard-form.content {
  padding: 0 20px;
}
form.wizard-form .wizard-progress .step,
div.wizard-form .wizard-progress .step {
  color: #47575B;
  font-weight: 600;
}
form.wizard-form .wizard-progress .step .step-counter,
div.wizard-form .wizard-progress .step .step-counter {
  width: 35px;
  height: 35px;
  border: #fff solid 3px;
  outline: #EBE9E7 solid 1px;
  background-color: #EBE9E7;
}
form.wizard-form .wizard-progress .step::after,
div.wizard-form .wizard-progress .step::after {
  background-color: #EBE9E7;
  top: 15px;
}
form.wizard-form .wizard-progress .step.finish::after,
div.wizard-form .wizard-progress .step.finish::after {
  background-color: #4fa3b1;
}
form.wizard-form .wizard-progress .step.finish .step-counter,
div.wizard-form .wizard-progress .step.finish .step-counter {
  border: #fff solid 3px;
  outline: #4fa3b1 solid 1px;
  background-color: #4fa3b1;
}
form.wizard-form .wizard-progress .step.active .step-counter,
div.wizard-form .wizard-progress .step.active .step-counter {
  border: #fff solid 3px;
  outline: #cae3e7 solid 1px;
  background-color: #cae3e7;
  color: #4fa3b1;
}
form.wizard-form .wizard-step,
div.wizard-form .wizard-step {
  margin: 15px 0 30px;
}
form.wizard-form h4,
div.wizard-form h4 {
  font-size: 20px;
  line-height: 28px;
}

.table-overflow {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.table-overflow .table {
  margin-bottom: 0;
}

.table {
  color: inherit;
  background: transparent !important;
  text-align: center;
  border-collapse: collapse;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.table.sticky-header {
  position: relative;
}

.table tr th {
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.table thead tr th,
.table thead tr td {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  text-align: left;
  padding: 15px 20px;
  border-bottom: #EBE9E7 solid 3px;
  color: #4fa3b1;
}

.table.small thead tr th,
.table.small thead tr td {
  padding: 10px;
  word-break: break-word;
}

.table.small thead tr th i {
  font-size: 18px;
  vertical-align: middle;
}

.table.small thead tr th svg {
  width: 20px;
  height: 20px;
  fill: #4fa3b1;
}

.table.sticky-header thead tr th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 0 #EBE9E7;
}

.table tbody tr td,
.table tbody tr th {
  font-size: 15px;
  line-height: 22px;
  border-top: #f4f3f2 solid 2px;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}

.table tbody tr:first-child td,
.table tbody tr:first-child th,
.table.small tbody tr:first-child td,
.table.small tbody tr:first-child th {
  border-top-width: 0;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f4f3f2;
}

.table tr td *:last-child,
.table.small tr td *:last-child {
  margin-bottom: 0;
}

.table.small tbody tr th,
.table.small tbody tr td {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  border-width: 1px;
}

.table tfoot tr td {
  padding: 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-shadow: none;
  border-top: #EBE9E7 solid 2px;
}

.table.small tfoot tr td {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.table.white thead tr th,
.table.white thead tr td,
.table.white tbody tr td,
.table.white tfoot tr th,
.table.white tfoot tr td {
  background-color: #fff;
}

form .cell label.checkbox-switcher,
label.checkbox-switcher {
  position: relative;
  display: inline-block;
  margin: 0;
}
form .cell label.checkbox-switcher + .field-note,
label.checkbox-switcher + .field-note {
  margin-left: 65px;
}

.checkbox-switcher input {
  display: none;
}

.checkbox-switcher .sld {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DEDAD7;
  transition: all 0.25s ease-out;
  border-radius: 16px;
  width: 56px;
  height: 32px;
}

.checkbox-switcher .sld::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: all 0.25s ease-out;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.checkbox-switcher.disabled .sld::after {
  content: "\e901";
  font-size: 16px;
  position: relative;
  display: block;
  color: #2B3233;
  padding: 8px 0 0 20px;
}

.checkbox-switcher.disabled input:checked + .sld::after {
  color: #F1F1F3;
}

.checkbox-switcher.disabled .sld::before {
  display: none;
}

.checkbox-switcher input:checked + .sld {
  background-color: #4fa3b1;
}

.checkbox-switcher input:checked + .sld::before {
  transform: translateX(27px);
  left: 1px;
}

.checkbox-switcher input:hover + .sld::before {
  transform: translateX(3px);
}

.checkbox-switcher input:checked:hover + .sld::before {
  transform: translateX(24px);
}

.checkbox-switcher-label,
form .cell label.checkbox-switcher-label {
  width: auto;
  display: inline-block;
  margin: 4px 0 15px 65px;
}

.ui-tooltip.channel-tooltip,
.ui-tooltip.personal-plan-tips,
.ui-tooltip.inbox-calendar-tips,
.ui-tooltip.ls-filter-tooltip {
  position: absolute;
  z-index: 9999;
  color: #2B3233;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
  display: flex;
}

.ui-tooltip.channel-tooltip,
.ui-tooltip.ls-filter-tooltip {
  padding: 5px 10px;
  max-width: 400px;
  border-color: #B2B2B2;
  box-shadow: 0 0 5px #B2B2B2;
  background: #fff;
}

body .ui-tooltip.channel-tooltip,
body .ui-tooltip.ls-filter-tooltip {
  border-width: 1px;
  border-radius: 7px;
}

body .ui-tooltip.personal-plan-tips,
body .ui-tooltip.inbox-calendar-tips {
  border: 1px solid #4fa3b1;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  max-width: 348px;
  line-height: 20px;
  position: relative;
  padding: 14px 20px;
  background: #F1F1F3;
}

body .ui-tooltip.inbox-calendar-tips .hours,
body .ui-tooltip.inbox-calendar-tips .hours.open,
body .ui-tooltip.inbox-calendar-tips .hours.completed {
  font-weight: 600;
  margin-right: 8px;
  color: #1b3d60;
}

div.blockquote {
  background: #dcebf3 url(../images/right-quote.svg) no-repeat 20px -20px;
  background-size: 160px;
  min-height: 150px;
  border-width: 0;
  margin: 0;
  padding: 0 0 0 200px;
  display: flex;
  justify-content: center;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 3px transparent;
  color: #47575B;
  overflow: hidden;
  border-left: 8px solid #dcebf3;
  font-size: 17px;
  line-height: 25px;
  border-radius: 14px;
}

div.blockquote > div {
  margin: 0;
  padding: 30px 40px 30px 20px;
  color: #47575B;
  font-size: 22px;
  font-style: normal;
  line-height: 34px;
}

.table-of-contents {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.table-of-contents li {
  margin: 0 0 15px 0;
  padding-left: 20px;
}
.table-of-contents li a {
  content: "";
  font-weight: 600;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
  position: relative;
}
.table-of-contents li a::before {
  content: "\e912";
  color: #1b3d60;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: -20px;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.table-of-contents li a:hover {
  background-size: 0 1px;
}
.table-of-contents li a:hover::before {
  transform: scale(1.25);
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
  color: #B2B2B2;
}
.carousel .owl-nav .owl-prev i::before,
.carousel .owl-nav .owl-next i::before {
  font-size: 28px;
  transition: all 0.25s ease-out;
  display: block;
}
.carousel .owl-nav .owl-prev i:hover::before {
  transform: translateX(-5px);
  color: #4fa3b1;
}
.carousel .owl-nav .owl-next i:hover::before {
  transform: translateX(5px);
  color: #4fa3b1;
}
.carousel .owl-dot.active span {
  background-color: #4fa3b1;
}

.ls-box {
  margin-bottom: 30px;
}

.ls-box-content {
  margin: 0;
  padding: 25px;
  background-color: #F1F1F3;
}

.ls-box-content a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
.ls-box-content a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #4fa3b1;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content .sub-accordion,
.ls-box-content .sub-accordion:last-child {
  border-color: #DEDAD7;
}

.ls-box-content.primary {
  background-color: #1b3d60;
  color: #fff;
}
.ls-box-content.primary h2, .ls-box-content.primary h3, .ls-box-content.primary h4 {
  color: inherit;
}

.ls-box-content.primary a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #f2d624;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#f2d624, #f2d624);
}
.ls-box-content.primary a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #f2d624;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content.primary a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content.white {
  background-color: #fff;
  color: #2B3233;
}
.ls-box-content.white h2, .ls-box-content.white h3, .ls-box-content.white h4 {
  color: inherit;
}

.ls-box-content.white a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
.ls-box-content.white a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #4fa3b1;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content.white a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content.pastelblue {
  background-color: #dcebf3;
  color: #2B3233;
}
.ls-box-content.pastelblue h2, .ls-box-content.pastelblue h3, .ls-box-content.pastelblue h4 {
  color: inherit;
}

.ls-box-content.pastelblue a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #377cc4;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#377cc4, #377cc4);
}
.ls-box-content.pastelblue a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #377cc4;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content.pastelblue a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content.pastelgreen {
  background-color: #cae8da;
  color: #2B3233;
}
.ls-box-content.pastelgreen h2, .ls-box-content.pastelgreen h3, .ls-box-content.pastelgreen h4 {
  color: inherit;
}

.ls-box-content.pastelgreen a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #377cc4;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#377cc4, #377cc4);
}
.ls-box-content.pastelgreen a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #377cc4;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content.pastelgreen a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content.gray {
  background-color: #bdb6af;
  color: #2B3233;
}
.ls-box-content.gray h2, .ls-box-content.gray h3, .ls-box-content.gray h4 {
  color: inherit;
}

.ls-box-content.gray a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #1b3d60;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#1b3d60, #1b3d60);
}
.ls-box-content.gray a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #1b3d60;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content.gray a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content.petrol {
  background-color: #4fa3b1;
  color: #fff;
}
.ls-box-content.petrol h2, .ls-box-content.petrol h3, .ls-box-content.petrol h4 {
  color: inherit;
}

.ls-box-content.petrol a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item) {
  outline: 0;
  content: "";
  color: #cae3e7;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#cae3e7, #cae3e7);
}
.ls-box-content.petrol a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):hover {
  outline: none;
  color: #cae3e7;
  text-decoration: none;
  background-size: 0 1px;
}
.ls-box-content.petrol a:not(.normal-button):not(.image-link):not([class^=ls_livestream_]):not(.remove-stream-item):focus {
  text-decoration: none;
}

.ls-box-content.primary .sub-accordion,
.ls-box-content.primary .sub-accordion:last-child {
  border-color: #83bec8;
}

.ls-box-content.primary .accordion-head,
.ls-box-content.primary .accordion-head-sign {
  color: #cae3e7;
}

.ls-box-content.primary .active > .accordion-head .accordion-head-sign {
  color: #cae3e7;
}

.ls-box-content.primary .accordion-head:hover,
.ls-box-content.primary .accordion-head:hover .accordion-head-sign {
  color: #83bec8;
}

.ls-box-content.pastelblue .sub-accordion,
.ls-box-content.pastelblue .sub-accordion:last-child {
  border-color: #83bec8;
}

.ls-box-content.pastelblue .accordion-head,
.ls-box-content.pastelblue .accordion-head-sign {
  color: #1b3d60;
}

.ls-box-content.pastelblue .active > .accordion-head .accordion-head-sign {
  color: #1b3d60;
}

.ls-box-content.pastelgreen .sub-accordion,
.ls-box-content.pastelgreen .sub-accordion:last-child {
  border-color: #fff;
}

.ls-box-content.pastelgreen .accordion-head,
.ls-box-content.pastelgreen .accordion-head-sign {
  color: #1b3d60;
}

.ls-box-content.pastelgreen .active > .accordion-head .accordion-head-sign {
  color: #1b3d60;
}

.ls-box-content.petrol .accordion-head,
.ls-box-content.petrol .accordion-head-sign {
  color: #fff;
}

.ls-box-content.petrol .active > .accordion-head .accordion-head-sign {
  color: #fff;
}

.ls-box-content.petrol .accordion-head:hover,
.ls-box-content.petrol .accordion-head:hover .accordion-head-sign {
  color: #1b3d60;
}

.ls-box-content.gray .sub-accordion,
.ls-box-content.gray .sub-accordion:last-child {
  border-color: #fff;
}

.ls-box-content.gray .accordion-head,
.ls-box-content.gray .accordion-head-sign {
  color: #2B3233;
}

.ls-box-content.gray .active > .accordion-head .accordion-head-sign {
  color: #2B3233;
}

.ls-box-content.gray .accordion-head:hover,
.ls-box-content.gray .accordion-head:hover .accordion-head-sign {
  color: #1b3d60;
}

.ls-box-content td {
  vertical-align: middle;
}

.ls-box-content > *:last-child:not(li),
.ls-box-content > *:last-child:not(li) > *:last-child:not(li) {
  margin-bottom: 0;
}

.ls-box-content.size-cover {
  width: calc(100% + 50px);
  margin: 0 0 -30px -25px;
}

.ls-box-content .divider {
  background-color: #fff;
}

.ls-box-content.white .divider {
  background-color: #B2B2B2;
}

.ls-box-content ul.bullets > li,
.ls-box-content ul.arrows > li,
.ls-box-content ul.checkboxes > li {
  text-indent: 0;
}

.ls-box + .divider.transparent {
  margin-bottom: 0;
}

.divider.transparent + .ls-box {
  margin-top: 0;
}

.fitco-audio {
  margin: 5px 0 25px;
}

.wp-video {
  margin-left: auto;
  margin-right: auto;
}

div.wp-video-shortcode,
div.wp-audio-shortcode,
.mejs-overlay-error > img {
  max-width: 100%;
}

.mejs-mediaelement {
  text-align: center;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay,
.wp-video iframe,
.mejs-poster {
  width: 100% !important;
}

.mejs-container {
  border-radius: 14px;
  overflow: hidden;
}

.fancybox-inner .wp-video,
.fancybox-inner video.wp-video-shortcode,
.fancybox-inner .mejs-container,
.fancybox-inner .mejs-overlay,
.fancybox-inner .wp-video iframe {
  height: 100% !important;
}

div.mejs-time {
  padding-top: 15px;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background-color: #2B3233 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #4889cc !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.icomoon, .ls-freischaltcode-msg.voucher-ok::before, .ai-coach-chat .ai-coach-targets-block .ai-coach-targets-item:after, #backtotop > span::before, .hao-wrapper .hao-stat-nav.hao-down::after, .hao-wrapper .hao-stat-nav.hao-up::after, .apai-quiz .apai-results-success::before, .tour-item.unread::before, .tour-item::before, .image-cover-caption span::after, .image-cover-caption h2.wb::after, ul.checkboxes > li::before, ul.arrows > li::before, ul.bullets > li::before,
.details-box-content ul > li::before, .active > .accordion-head .accordion-head-sign::after, .accordion-head-sign::after, .ls-my-prefday-form .checkbox-switcher-label.has-success::after, .ls-pref-day-form .pref-day-wrap.has-success::after, div.popover.btour button.next::after, div.popover.btour button.back::after, div.popover.btour .cancel-top::after, .ch-calendar-wrapper .ch-calendar-circle.answer-yes::after, .ch-calendar-wrapper .ch-calendar-circle.answer-no::after, .challenge-block.open .challenge-details a.details-button::after, .challenge-block a.details-button::after, header .ppp-user-info .consumer-no-avatar::after, .task-box-btn.selected::after, .ls_livestream_feed .remove-stream-item::after, [class^=icomoon-], [class*=" icomoon-"], .normal-button.accept-button::before, .normal-button.decline-button::before, a.arrow::after, a.download::before, .linkslist li a::after, .ls-message.updated ul li::before, .ls-message.error ul li::before, .ls-message.notification ul li::before, .inline-calendar .ui-datepicker-inline .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-prev::before, .inline-calendar .ui-datepicker-inline .ui-datepicker-next::before,
#ui-datepicker-div .ui-datepicker-next::before, .checkbox-switcher.disabled .sld::after, .table-of-contents li a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ls_livestream {
  width: 100%;
  margin-bottom: 30px;
}

.ls_livestream_header {
  position: relative;
  padding: 20px 0;
  border-bottom: #EBE9E7 solid 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ls_livestream_header h2 {
  font-size: 28px;
  line-height: 1.21;
  padding: 0;
  margin: 0;
}

.ls_livestream_nav {
  white-space: nowrap;
}

.ls_livestream_nav > a {
  display: inline-block;
  color: #4fa3b1;
  padding: 0 7px;
  font-size: 0;
}

.ls_livestream_nav > a i {
  font-size: 22px;
  transition: all 0.25s ease-out;
}

.ls_livestream_nav > a:hover i {
  transform: scale(1.2);
}

.ls_livestream_nav > a.ls_livestream_edit {
  padding: 3px 10px 5px;
  background-color: #f2d624;
  color: #2B3233;
  border-radius: 5px;
}

.ls_livestream_nav > a.ls_livestream_edit + a:not(.hide),
.ls_livestream_nav > a.ls_livestream_edit + a.hide + a {
  margin-left: 20px;
}

.ls_livestream_nav > a.ls_livestream_edit i {
  font-size: 20px;
}

.ls_livestream_nav > a.ended {
  opacity: 0.33;
}

.ls_livestream_content {
  position: relative;
  overflow: hidden;
}

.ls_livestream_content.no-items p {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.ls_livestream_feed {
  padding: 0;
  list-style: none;
  position: relative;
}

.ls_livestream_feed li {
  min-width: 200px;
  position: relative;
  padding: 20px 0 20px 65px;
  min-height: 80px;
}

.ls_livestream_feed li.scheduled {
  opacity: 0.75;
}

.ls_livestream_feed li.ls_ih {
  display: none;
}

.ls_livestream_feed li svg {
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  width: 45px;
  height: 45px;
  fill: #4fa3b1;
}

.ls_livestream_scheduled {
  background-color: #EBE9E7;
  color: #ff0068;
  border-radius: 7px;
  display: inline-block;
  padding: 3px 15px;
  font-style: italic;
}

.ls_livestream_scheduled span {
  font-weight: bold;
}

.ls_livestream_title {
  color: #2B3233;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  padding-right: 24px;
  margin-bottom: 10px;
}

.ls_livestream_text {
  min-height: 50px;
  padding-right: 30px;
  font-size: 15px;
  line-height: 24px;
}

.ls_livestream_text strong {
  font-weight: 600;
}

.ls_livestream_text *:last-child {
  margin-bottom: 0;
}

.ls_live_stream_right {
  position: absolute;
  top: 20px;
  right: 0;
  vertical-align: bottom;
  white-space: nowrap;
}

.ls_livestream.polling {
  opacity: 0.5;
}

.ls_livestream_date {
  display: none;
}

.ls_link_wrap {
  color: #F1F1F3;
  border-left: #EBE9E7 solid 1px;
  padding: 3px 0 3px 6px;
  margin-left: 6px;
}

.ls_livestream_consumer {
  font-style: italic;
  white-space: nowrap;
}

.ls_livestream_feed .remove-stream-item::after {
  font-size: 20px;
  color: #B2B2B2;
  content: "\e915";
}
.ls_livestream_feed .remove-stream-item:hover::after {
  color: #E54215;
}

.ls_livestream .updator {
  padding: 20px 0;
  border-top: #F1F1F3 solid 1px;
}

.ls_livestream .updator.no-items {
  border-top-width: 0;
  padding-top: 10px;
}

.ls_updator_wrapper .content {
  margin: 0;
}

.ls_updator_wrapper > h3 {
  padding: 25px 0;
  margin: 0;
}

.ls_updator_wrapper .cell {
  margin-bottom: 30px;
}

.ls_updator_wrapper input[type=text],
.ls_updator_wrapper .updator textarea {
  width: 100%;
  max-width: none;
}

.ls_updator_wrapper .updator textarea {
  height: 150px;
  resize: vertical;
}

.ls_updator_wrapper .updator .lsmessage + .error {
  margin: 0;
}

.ls_updator_wrapper .ls-message-char-counter {
  text-align: right;
  font-weight: 700;
  margin-bottom: 10px;
}

.ls_updator_wrapper .check {
  margin-bottom: 15px;
}

.ls_updator_wrapper .check:last-child {
  margin-bottom: 0;
}

.ls_updator_wrapper .updator .mistake {
  border-color: #E54215;
}

.ls_updator_wrapper .updator .error {
  color: #E54215;
  font-size: 13px;
  line-height: 20px;
}

.ls_updator_wrapper.fancybox-content {
  padding: 0;
}

.tdw div.fancybox-content {
  min-width: 300px !important;
  max-width: 700px !important;
  padding: 0 !important;
}

.tdw div.fancybox-content .fancybox-toolbar button {
  background-color: #4fa3b1;
}
.tdw div.fancybox-content .fancybox-toolbar button:hover {
  background-color: #2B3233;
}

.fancybox-inner .task-box {
  margin: 0;
}

.tdw-post-link {
  display: inline-block;
  margin: 15px auto 20px;
  font-weight: 400;
}
.tdw-post-link {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
.tdw-post-link:hover {
  outline: none;
  color: #4fa3b1;
  text-decoration: none;
  background-size: 0 1px;
}
.tdw-post-link:focus {
  text-decoration: none;
}

.tdw-post-link i {
  font-size: 10px;
  vertical-align: middle;
}

.task-box {
  margin: 30px 0;
  border-radius: 14px;
  overflow: hidden;
}

.task-box-tdw {
  margin-bottom: 20px;
}

.task-box-header {
  background-color: #cae3e7;
  padding: 10px 15px;
}

.task-box svg {
  width: 40px;
  height: 40px;
  vertical-align: top;
  fill: #1b3d60;
}

.task-box-title,
.fancybox-content h3.task-box-title {
  color: #2B3233;
  display: inline-block;
  padding-left: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
}

.task-box-body {
  background-color: #fff;
  border: #EBE9E7 solid 1px;
  padding: 25px 25px 15px;
  border-radius: 0 0 14px 14px;
}

.task-box-body strong {
  color: #2B3233;
}

.task-box-buttons {
  margin-top: 20px;
}

.task-box-buttons a {
  min-width: 120px !important;
}

.task-box-buttons a.selected {
  padding-top: 0;
  padding-bottom: 0;
}

.task-box-btn.selected::after {
  content: "\e90e";
  font-size: 22px;
  color: #fff;
  margin: 0 0 4px 10px;
  display: inline-block;
  padding: 10px 0;
}

.task-box-btn.selected:hover::after {
  color: #4fa3b1;
}

.task-box-message {
  color: #4fa3b1;
  font-weight: 600;
}

.task-box-message i {
  font-size: 21px;
  margin: 0 5px 3px 0;
}

.watchlist-overview.fancybox-content {
  min-height: 150px !important;
}

.watchlist-tabs .tabs-content {
  margin-bottom: 0;
  background-color: #fff;
}

.watchlist-overview.fancybox-content .watchlist-tabs li {
  padding: 20px 0 0;
}

.watchlist-overview .no-results {
  background-color: transparent;
  color: #47575B;
}

.watchlist-tabs .table-overflow {
  margin-bottom: 0;
}

.watchlist-tabs .no-results td {
  text-align: center;
}

.watchlist-table {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.watchlist-table td {
  vertical-align: middle !important;
  padding: 15px;
}

.watchlist-table .post-image {
  width: 200px;
}

.watchlist-table .post-image img {
  max-width: 100%;
  width: 160px;
  border-radius: 7px;
}

.watchlist-table .post-label {
  color: #B2B2B2;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.watchlist-table .post-title {
  display: inline-block;
  color: #2B3233;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.watchlist-table .post-actions-wrapper {
  width: 50px;
}

.watchlist-table .post-actions {
  white-space: nowrap;
  margin: 0 -15px;
}

.watchlist-table .watchlist-forward {
  color: #B2B2B2;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.watchlist-table .watchlist-forward:hover {
  color: #2B3233;
  transform: scale(1.2);
}

.watchlist-table .watchlist-remove {
  color: #E54215;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.watchlist-table .watchlist-remove:hover {
  color: #2B3233;
  transform: scale(1.2);
}

.watchlist-table .post-actions i {
  font-size: 24px;
  margin: 0 15px;
}

.watchlist-form {
  margin-bottom: 30px;
}

.watchlist-posts {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.watchlist-posts li {
  padding: 5px 10px;
  margin: 10px 0;
  background-color: #F1F1F3;
}

.watchlist-posts input[type=checkbox] {
  float: left;
  margin: 6px 8px 0 0;
}

.content.article-view .share .ls-watchlist.marked i::before {
  color: #f2d624;
  content: "\e913";
}

.ls-flip-group {
  display: flex;
  flex-wrap: wrap;
}

.col-flip-group {
  margin: 15px 0;
}

.flip-ico {
  background: rgba(0, 0, 0, 0) url(../images/flip.png) no-repeat right top;
  position: absolute;
  width: 30px;
  height: 23px;
  top: 6px;
  right: 8px;
}

.flip-card {
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  cursor: pointer;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.col-flip-group .flip-card {
  height: 100%;
}

.flip-card-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-card.flipped:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #4fa3b1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-front img,
.flip-card-back img {
  max-width: 100%;
  margin-bottom: 0 !important;
}

.flip-card-front.fc-content,
.flip-card-back.fc-content {
  position: relative;
  visibility: hidden;
}

.flip-card-back.fc-content {
  margin-left: -100%;
}

.gpoll_ratio_box {
  background-color: #4fa3b1 !important;
}

.gpoll_bar_juice {
  background-color: #47575B !important;
  background-image: none !important;
}

div.gform_wrapper.gravity-theme .gform_previous_button.button,
div.gform_wrapper.gravity-theme .gform_save_link.button {
  color: #fff;
}

div.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue,
div.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
  background-color: #1b3d60 !important;
}

div.gform_wrapper.gravity-theme .gf_progressbar_title {
  color: #2B3233;
}

#ui-datepicker-div.gravity-theme div.ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div.gravity-theme a.ui-datepicker-prev,
#ui-datepicker-div.gravity-theme a.ui-datepicker-next {
  position: absolute;
  top: -15px;
}
#ui-datepicker-div.gravity-theme div.ui-datepicker-title {
  display: flex;
  width: 100%;
}
#ui-datepicker-div.gravity-theme div.ui-datepicker-title select {
  margin: 0 10px;
  padding: 4px 8px;
  color: #47575B;
}
#ui-datepicker-div.gravity-theme th {
  font-size: 14px;
}
#ui-datepicker-div.gravity-theme .ui-state-default {
  background-image: none;
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
}
#ui-datepicker-div.gravity-theme .ui-state-disabled {
  opacity: 0.5;
}
#ui-datepicker-div.gravity-theme .ui-state-active {
  background-color: #1b3d60;
  color: #fff;
  border-radius: 4px;
}

div.gform_wrapper .gfield + .gsection {
  margin-top: 30px;
}

div.gform_wrapper .gfield_error .gfield_label,
div.gform_wrapper .gfield_error .gfield_required,
div.gform_wrapper.gravity-theme .gfield_validation_message,
div.gform_wrapper.gravity-theme .validation_message {
  color: #E54215;
  border-color: #E54215;
}

div.gform_wrapper.gravity-theme .gform_validation_errors > h2,
div.gform_wrapper.gravity-theme .gfield_required,
div.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
div.gform_wrapper.gravity-theme .gfield_error label,
div.gform_wrapper.gravity-theme .gfield_error legend,
div.gform_wrapper.gravity-theme .gfield_validation_message,
div.gform_wrapper.gravity-theme .validation_message,
div.gform_wrapper.gravity-theme [aria-invalid=true] + label,
div.gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #E54215;
}

div.gform_wrapper.gravity-theme .gform_validation_errors,
div.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #E54215;
}

div.gform_wrapper .ginput_container.ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
div.gform_wrapper .ginput_container.ginput_container_consent input {
  flex-shrink: 0;
  margin-top: 2px;
}

div.gform_wrapper .gchoice {
  margin-bottom: 5px;
}

div.gform_confirmation_message {
  margin-top: 30px;
}

.ginput_container_likert {
  overflow: scroll;
}

table.gsurvey-likert {
  border-radius: 7px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}

table.gsurvey-likert tr th {
  font-weight: 400;
  text-align: center;
  background-color: #F1F1F3;
}

table.gsurvey-likert thead tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  padding: 10px 15px;
  border-bottom: #EBE9E7 solid 3px;
  color: #4fa3b1;
}

table.gsurvey-likert tbody tr td {
  font-size: 15px;
  line-height: 22px;
  border-top: #f4f3f2 solid 2px;
  padding: 15px;
  vertical-align: middle;
}

table.gsurvey-likert tbody tr:hover td {
  background-color: #f4f3f2;
}

table.gsurvey-likert .gsurvey-likert-choice-label {
  font-weight: 400;
  color: #2B3233;
  text-align: center;
}

table.gsurvey-likert .gsurvey-likert-choice {
  text-align: center;
}

header .show-search {
  margin-left: 10px;
}
header.fixed .show-search {
  margin-left: 0;
}
header.fixed .show-search i {
  margin-right: 0;
}
header .main-search-close {
  text-align: right;
}

.main-search-wrapper {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
.main-search-wrapper label {
  color: #2B3233;
  font-size: 14px;
  margin-bottom: 4px;
}
.main-search-wrapper .main-search {
  border: #EBE9E7 solid 1px;
  border-radius: 7px;
  padding: 3px 3px 3px 14px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.main-search-wrapper .main-search i {
  color: #B2B2B2;
  font-size: 18px;
}
.main-search-wrapper input.main-search-input[type=text] {
  width: 100%;
  padding: 10px;
  margin: 0;
  border-width: 0;
}
.main-search-wrapper .search-button {
  width: 110px;
}
.main-search-wrapper + .no-results {
  margin-top: 30px;
}

.main-nav {
  position: relative;
}
.main-nav .main-menu-wrap {
  width: 100%;
  border-top: #EBE9E7 solid 1px;
}
.main-nav .main-menu, .main-nav .main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.main-nav .main-menu li {
  margin: 0 14px;
  color: #fff;
}
.main-nav .main-menu li:first-child {
  margin-left: 0;
}
.main-nav .main-menu li:last-child {
  margin-right: 0;
}
.main-nav .main-menu > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #4fa3b1;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: all 0.25s ease-out;
  transition: all 0.15s ease-out;
}
.main-nav .main-menu > li.open > a::after,
.main-nav .main-menu > li > a:hover::after,
.main-nav .main-menu > li.current_page_item > a::after,
.main-nav .main-menu > li.current-menu-ancestor > a::after,
.main-nav .main-menu > li.current-menu-ancestor > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
}
.main-nav .main-menu li a {
  color: #47575B;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  white-space: nowrap;
  padding: 22px 5px 0;
  display: inline-block;
  height: 60px;
  position: relative;
}
.main-nav .main-menu > li:hover a,
.main-nav .main-menu > li.current_page_item:hover > a {
  color: #4fa3b1;
}
.main-nav .main-menu li.current_page_item > a,
.main-nav .main-menu li .sub-menu li:hover a,
.main-nav .main-menu li .sub-menu li a:hover {
  color: #2B3233;
}
.main-nav .main-menu li .sub-menu li:hover a,
.main-nav .main-menu li .sub-menu li a:hover {
  font-weight: 600;
}
.main-nav .main-menu > li > .sub-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  overflow: auto;
}
.main-nav .main-menu li.open > .sub-menu {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0;
  padding: 20px calc((100% - 1140px) / 2) 75px;
  box-shadow: 0 24px 24px -20px rgba(18, 20, 25, 0.08), inset 0 24px 24px -20px rgba(18, 20, 25, 0.08);
}
.main-nav .main-menu li .sub-menu li {
  position: relative;
}
.main-nav .main-menu li .sub-menu li[class*=menu-item-] {
  padding: 0 7px 12px;
  margin: 15px 0 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.main-nav .main-menu li .sub-menu li[class*=menu-item-]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #EBE9E7 50%, #2B3233 0) 100%;
  transform-origin: bottom left;
  transform: scaleX(1);
  background-size: 200%;
  transition: all 0.25s ease-out;
}
.main-nav .main-menu li .sub-menu li:hover::after,
.main-nav .main-menu li .sub-menu li.current_page_item::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
}
.main-nav .main-menu li .sub-menu li.headline {
  grid-column: 1/span 3;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1b3d60;
  margin: 5px 0;
  padding-left: 8px;
  text-align: left;
}
.main-nav .main-menu li .sub-menu li.htmldescription {
  grid-column: 1/span 3;
  color: #47575B;
  font-size: 14px;
  line-height: 22px;
  margin: 0 8px;
  display: none;
}
.main-nav .main-menu li .sub-menu li.htmldescription h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.main-nav .main-menu li .sub-menu li.htmldescription p {
  margin-bottom: 10px;
}
.main-nav .main-menu li .sub-menu li.htmldescription:first-child,
.main-nav .main-menu li .sub-menu li:not(.htmldescription) + li.htmldescription {
  display: block;
}
.main-nav .main-menu li .sub-menu li.htmldescription:last-child {
  display: none !important;
}
.main-nav .main-menu li .sub-menu li:not(.headline) + li.htmldescription {
  margin-top: 30px !important;
}
.main-nav .main-menu li .sub-menu li.headline .close-menu {
  float: right;
  cursor: pointer;
}
.main-nav .main-menu li .sub-menu li a {
  padding: 0;
  display: inline;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #4fa3b1;
}
.main-nav .main-menu li .sub-menu li.current-menu-item a {
  color: #2B3233;
}
.main-nav .main-menu li .sub-menu li .sub-menu li {
  width: 100%;
}

.mobi-nav,
.mobi-nav-container {
  display: none;
}

header .ppp-profile {
  padding: 3px 0 3px 12px;
  margin-left: 22px;
  border-left: #EBE9E7 solid 1px;
}
header .ppp-close {
  text-align: right;
}
header .ppp-wrapper {
  display: flex;
  justify-content: space-between;
}
header .ppp-user {
  flex-basis: 50%;
  text-align: left;
  padding-right: 30px;
}
header .ppp-user h5 {
  color: #2B3233;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}
header .ppp-user-info {
  display: flex;
}
header .ppp-user-info img {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}
header .ppp-user-info .consumer-no-avatar {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #F1F1F3;
  border-radius: 50%;
}
header .ppp-user-info .consumer-no-avatar::after {
  content: "\e613";
  font-size: 24px;
  line-height: 60px;
  color: #B2B2B2;
}
header .ppp-user-info > div {
  margin-left: 15px;
}
header .ppp-user-info .name {
  margin-top: 7px;
  color: #2B3233;
  font-weight: 600;
}
header .ppp-user-info .email {
  font-size: 14px;
}
header .ppp-logout.normal-button {
  margin: 20px 0 0 75px;
  max-width: 150px;
}
header .ppp-logout.normal-button i {
  padding-left: 4px;
}
header .ppp-menu {
  width: 100%;
  max-width: 540px;
  display: inline-block;
  flex-basis: 50%;
}
header .ppp-menu .ppp-menu-inner {
  margin: 20px 0 0 45px;
}
header .ppp-menu a {
  color: #47575B;
  line-height: 23px;
  display: block;
  text-align: left;
  padding: 13px 7px 13px 0;
}
header .ppp-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .ppp-menu .menu li {
  position: relative;
}
header .ppp-menu .menu li:hover,
header .ppp-menu .menu li a:hover {
  color: #4fa3b1;
}
header .ppp-menu .menu li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #EBE9E7 50%, #4fa3b1 0) 100%;
  transform-origin: bottom left;
  transform: scaleX(1);
  background-size: 200%;
  transition: all 0.25s ease-out;
}
header .ppp-menu .menu li:hover::after,
header .ppp-menu .menu li.current_page_item::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
}
header .ppp-menu .menu a.watchlist-details[data-counter]::after {
  content: attr(data-counter);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  background-color: #f2d624;
  color: #2B3233;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
header .ppp-menu .menu li i {
  margin: 0 6px 3px 0;
  font-size: 16px;
  line-height: 16px;
  color: #4fa3b1;
  vertical-align: middle;
}

.overview-block {
  margin-bottom: 20px;
  min-height: 75px;
  border-top-style: solid;
  border-top-width: 5px;
  background-color: #F1F1F3;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.overview-blocks > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.overview-blocks > ul > li {
  position: relative;
}

.overview-block .icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

.overview-block .icon svg,
.overview-block .icon img {
  width: 40px;
  height: 40px;
}

.overview-block .icon i::before {
  font-size: 40px;
}

.overview-block .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin: 0 155px 0 65px;
}

.overview-block .part {
  padding: 10px;
  max-width: 100%;
}

.overview-block .part.part-20 {
  flex-basis: 20%;
}

.overview-block .part.part-40 {
  flex-basis: 40%;
}

.overview-block .part.part-60 {
  flex-basis: 60%;
}

.overview-block .part.part-80 {
  flex-basis: 80%;
}

.overview-block label {
  font-size: 16px;
  line-height: 24px;
}

.overview-block .title {
  color: #2B3233;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overview-block div.button {
  position: absolute;
  top: 13px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
}
.dropdown-menu .dropdown-btn {
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0537041), 0 12px 32px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.dropdown-menu .dropdown-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dropdown-menu .dropdown-btn:hover {
  border: #4fa3b1 solid 1px;
}
.dropdown-menu .dropdown-btn:hover i {
  color: #4fa3b1;
}
.dropdown-menu .dropdown-content {
  right: 0;
  left: auto;
  z-index: 1;
  padding: 10px;
  margin-top: 20px;
  width: max-content;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0537041), 0 12px 32px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-content .menu-item {
  display: flex;
  margin: 0 10px;
  padding: 15px 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBE9E7;
}
.dropdown-menu .dropdown-content .menu-item a {
  color: #2B3233;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.dropdown-menu .dropdown-content .menu-item a:hover {
  color: #4fa3b1;
}
.dropdown-menu .dropdown-content .menu-item a i {
  float: right;
  width: 16px;
  height: 16px;
  margin: 3px 0 0 10px;
  transition: all 0.25s ease-out;
}
.dropdown-menu .dropdown-content .menu-item a:hover i {
  transform: scale(1.2);
}
.dropdown-menu .dropdown-content .menu-item:last-child {
  border-bottom: none;
}
.dropdown-menu:not(.active) .dropdown-content {
  display: none;
}
.dropdown-menu.active .dropdown-content {
  display: block;
}

.to-cockpit {
  padding: 15px 24px 24px;
  margin-bottom: 50px;
  border: #EBE9E7 solid 1px;
  border-top: #4fa3b1 solid 5px;
  border-radius: 14px;
  overflow: hidden;
}
.to-cockpit .to-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  align-items: center;
  padding-bottom: 15px;
  justify-content: space-between;
  border-bottom: 1px solid #EBE9E7;
}
.to-cockpit .to-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #2B3233;
}
.to-cockpit .to-header a {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.55px;
}
.to-cockpit .to-header a::after {
  margin-bottom: 3px;
}
.to-cockpit .to-items {
  display: flex;
  margin-top: 30px;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
.to-cockpit .to-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.to-cockpit .to-item svg {
  width: 54px;
  height: 54px;
  margin-right: 16px;
  fill: #4fa3b1;
}
.to-cockpit .to-item label {
  color: #B2B2B2;
  display: block;
  font-size: 15px;
  line-height: 24px;
  cursor: default;
}
.to-cockpit .to-item .to-item-value {
  color: #2B3233;
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
}
.to-cockpit .to-item + .to-item {
  margin-left: 16px;
}
.to-cockpit .to-list {
  margin-top: 24px;
  padding-top: 20px;
  color: #1b3d60;
  border-top: 1px solid #EBE9E7;
}
.to-cockpit .to-list li {
  padding: 0 0 0 8px;
}
.to-cockpit .to-list li::marker {
  color: #2B3233;
}
.to-cockpit .to-list li + li {
  margin-top: 8px;
}
.to-cockpit .to-list li:hover {
  color: #2B3233;
}
.to-cockpit .to-list a {
  font-weight: 600;
}

.gb-sorting {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  line-height: 40px;
}

.gb-sorting .sort {
  margin: 0 6px !important;
}

.gb-sorting .sort svg {
  width: 22px;
  height: 22px;
  fill: #2B3233;
}

.gb-sorting .sort.current svg,
.gb-sorting .sort:hover svg {
  fill: #fff;
}

.actions-area {
  margin-bottom: 0;
}

.aa-content h2 {
  text-align: left;
  margin: 0 20px 20px 0;
}

.aa-days {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.aa-days li {
  display: inline-block;
  margin: 7px 7px 0 0;
}

#actionsArea {
  min-width: 300px;
  min-height: 200px;
  max-width: 800px;
  max-height: 600px;
  width: 100%;
}

.actions-area-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.actions-area-close i.icomoon-close {
  font-size: 28px;
  color: #6b6b6b;
}

#challenge-create-team-wrapper,
.participation-nm-wrapper {
  min-width: 300px;
  min-height: 200px;
  max-width: 600px;
  padding: 0 !important;
  overflow: visible;
}

h3.challenge-create-team-title,
h3.participation-title {
  padding: 30px 0;
  margin: 0;
}

.challenge-create-team .team-modes .ls-radio,
.challenge-create-team .challenge-invitation-types .ls-radio {
  width: 100%;
  margin-bottom: 15px;
  float: none;
  text-align: left;
}

.challenge-create-team .team-modes .ls-radio label,
.challenge-create-team .challenge-invitation-types .ls-radio label {
  display: inline;
  margin: 0 0 0 8px;
  vertical-align: middle;
}

.challenge-create-team .team-modes .ls-radio label.mistake,
.challenge-create-team .challenge-invitation-types .ls-radio label.mistake {
  color: #E54215;
}

.challenge-create-team .challenge-list-inv {
  margin-bottom: 10px;
}

.challenge-create-team .challenge-list-inv .challenge-selected-list {
  border-bottom: 1px solid #EBE9E7;
}

.challenge-create-team .challenge-list-inv .challenge-selected-list span {
  float: right;
}

.challenge-create-team .challenge-new-list .new-list-create {
  margin: 10px 0;
}

.challenge-create-team .inv-message-char-counter,
.participation-nm .inv-message-char-counter {
  text-align: right;
  font-weight: 600;
}

.challenge-create-team .challenge-small-text,
.participation-nm .challenge-small-text {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
}

.challenge-create-team .challenge-hint,
.participation-nm .challenge-hint {
  margin: 10px 0 20px;
  font-size: 13px;
  line-height: 18px;
}

.challenge-create-team .challenge-pcps-lists select {
  margin: 15px 0 0;
}

.challenge-create-team .cell {
  position: relative;
}

.challenge-create-team .challenge-preview-items,
.participation-nm .challenge-preview-items {
  overflow: hidden;
  margin-bottom: 30px;
}

.challenge-create-team .challenge-preview-row,
.participation-nm .challenge-preview-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBE9E7;
  font-size: 16px;
  font-weight: 400;
}

.challenge-create-team .challenge-preview-label,
.participation-nm .challenge-preview-label {
  margin-right: 15px;
  min-width: 240px;
}

.challenge-create-team .challenge-preview-val,
.participation-nm .challenge-preview-val {
  color: #2B3233;
  word-break: break-word;
}

.challenge-create-team .challenge-pcp-loading::after,
.participation-nm .challenge-pcp-loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.challenge-participants-search {
  list-style: none;
  padding: 0 10px 0 0;
}

form .cell.participation-nm-search-wrapper {
  margin-bottom: 25px;
}

.challenge-create-team .challenge-participants-search .selectize-control,
.participation-nm .challenge-participants-search .selectize-control {
  width: 100%;
}

.challenge-participants-search img.spinner {
  vertical-align: middle;
}

.challenge-participants-item {
  margin: 0 40px 10px 0;
  position: relative;
}

.challenge-participants-item .selectize-control .selectize-input::after {
  display: none;
}

.challenge-add,
.challenge-del {
  position: absolute;
  right: -35px;
  top: 6px;
  text-align: center;
  display: inline-block;
}

a.challenge-add i,
a.challenge-del i {
  font-size: 22px;
}

.challenge-add.hide,
.challenge-del.hide {
  display: none;
}

.challenge-calendar-error,
.challenge-invitation-error,
.challenge-participants-error,
.challenge-participants-error p,
.challenge-list-error,
.team-mode-error {
  font-size: 14px;
  line-height: 20px;
  color: #E54215;
  margin-top: 10px;
}

.selectize-input + .challenge-participants-error {
  margin-top: 10px;
}

.content .challenge-create-team .mistake,
.content .challenge-create-team .mistake > input[type=text],
.content .participation-nm .mistake,
.content .participation-nm .mistake > input[type=text] {
  border-color: #E54215;
}

.challenge-loading {
  background: url(../images/spinner.gif) no-repeat left center;
  min-width: 20px;
  height: 20px;
  margin: 10px 0;
  padding: 0;
  display: block;
  background-position-x: center;
}

.challenge-overview-details {
  margin-bottom: 30px;
}

.challenge-block .challenge-details-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  background-color: #fff;
  padding: 12px 20px 12px 20px;
  border: 1px solid #EBE9E7;
  border-top-width: 0;
  border-radius: 14px;
}
.challenge-block .challenge-details-header .icon {
  margin-top: 4px;
}
.challenge-block .challenge-details-header .cdh-content {
  width: 100%;
  display: flex;
  margin-left: 50px;
  align-items: center;
  justify-content: space-between;
}
.challenge-block .challenge-details-header .cdh-content .text {
  padding-right: 20px;
}
.challenge-block .challenge-details-header .cdh-content .button {
  position: static;
}
.challenge-block .challenge-details-header label {
  font-size: 20px;
  font-weight: 600;
  color: #2B3233;
  line-height: 28px;
}
.challenge-block .challenge-details-header .titles-wrapper {
  margin-left: -5px;
}
.challenge-block .challenge-details-header .title,
.challenge-block .challenge-details-header .team-name {
  padding: 2px 10px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 7px;
  display: inline-block;
  vertical-align: top;
}
.challenge-block .challenge-details-header .team-name {
  color: #2B3233;
  background-color: #FBF2BE;
}
.challenge-block .challenge-details {
  background-color: rgba(255, 255, 255, 0);
  border-color: #4fa3b1;
  border-radius: 14px;
  overflow: hidden;
}
.challenge-block .challenge-details .icon svg {
  fill: #4fa3b1;
}
.challenge-block .challenge-details .challenge-details-header .title {
  color: #4fa3b1;
  background-color: #dcebf3;
}
.challenge-block .challenge-details.action-awaiting {
  border-color: #f2d624;
}
.challenge-block .challenge-details.action-awaiting .icon svg {
  fill: #f2d624;
}
.challenge-block .challenge-details.action-awaiting .challenge-details-header .title {
  color: #2B3233;
  background-color: #ffbdc1;
}
.challenge-block .button i::before {
  font-size: 24px;
}
.challenge-block a.details-button::after {
  content: "\e61b";
  font-size: 12px;
  padding: 0 0 2px 5px;
  vertical-align: middle;
}
.challenge-block.open .challenge-details-header {
  border-radius: 14px 14px 0 0;
}
.challenge-block.open .button {
  top: 15px;
  bottom: auto;
}
.challenge-block.open .challenge-details a.details-button::after {
  content: "\e61a";
}

.challenge-details-container {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #EBE9E7;
  border-top-width: 0;
  border-radius: 0 0 14px 14px;
}

.challenge-details-container h3 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.challenge-details-container h4 {
  font-size: 18px;
  line-height: 26px;
}

.challenge-details-container ul.challenge-participations,
.challenge-details-container .challenge-rpc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.challenge-details-container ul.challenge-participations {
  margin-bottom: 15px;
}

.challenge-task {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.challenge-task .label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #2B3233;
}
.challenge-task .task-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 20px 0 10px;
}

.challenge-details-info {
  margin: 10px 0 50px;
  position: relative;
  border-top: 1px solid #EBE9E7;
  border-bottom: 1px solid #EBE9E7;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.challenge-details-info .details-info-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-left: 5px;
}
.challenge-details-info .pdii {
  display: flex;
  margin: 20px 0;
  flex: 1 1 0;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.challenge-details-info .pdii > div:not(.dropdown-menu) {
  padding-left: 10px;
}
.challenge-details-info .pdii > div:not(.dropdown-menu) h3 {
  color: #2B3233;
  margin: 4px 15px 0 0;
  text-align: left;
  max-width: 230px;
}
.challenge-details-info .pdii > div:not(.dropdown-menu) i {
  width: 16px;
  height: 16px;
  color: #DEDAD7;
  vertical-align: middle;
  margin: 0 0 5px 5px;
}
.challenge-details-info .pdii > div:not(.dropdown-menu) i:hover {
  color: #4fa3b1;
}
.challenge-details-info .pdii:first-child > div:first-child {
  padding-left: 0;
}
.challenge-details-info .pdii svg {
  width: 48px;
  height: 48px;
  fill: #4fa3b1;
}
.challenge-details-info .pdii .pdi-label {
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.challenge-edit-team-name.fancybox-content {
  max-width: 350px !important;
  min-height: auto !important;
}
.challenge-edit-team-name.fancybox-content .ls-field-value {
  width: 100%;
}

.fancybox-container .challenge-add-to-calendar {
  width: max-content;
}

.challenge-add-to-calendar .add-to-calendar-box {
  text-align: center;
}

.challenge-add-to-calendar select {
  margin-bottom: 20px;
  width: calc(100% - 50px);
}

.challenge-sub-details {
  margin-bottom: 40px;
  background-color: #fff;
  border: 2px solid #dcebf3;
  border-top: 5px solid #377cc4;
  border-radius: 14px;
}
.challenge-sub-details .sub-details-alert-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid #EBE9E7;
}
.challenge-sub-details .sub-details-alert-block svg {
  width: 50px;
  height: 50px;
  fill: #377cc4;
  margin: 15px 20px 20px 20px;
  vertical-align: text-top;
}
.challenge-sub-details .sub-details-alert-block .alert-text {
  padding: 23px 0;
  font-size: 20px;
  font-weight: 600;
  color: #2B3233;
  line-height: 28px;
}

.challenge-ma {
  margin: 40px 25px 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
}
.challenge-ma input[type=text],
.challenge-ma select {
  height: 48px;
  width: 280px;
  color: #2B3233;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.challenge-ma .challenge-ma-block h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2B3233;
  text-align: left;
  line-height: 24px;
  margin-bottom: 20px;
}
.challenge-ma.done-bg h4 {
  color: #fff;
}
.challenge-ma .tracked-value {
  color: #2B3233;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  min-width: 120px;
  background-color: #FBF2BE;
  padding: 5px 20px;
  margin: 10px 0 30px;
  border-radius: 14px;
}
.challenge-ma .tracked-value h4 {
  text-align: center;
  margin: 0 !important;
}
.challenge-ma.today-challenge-form {
  margin: 10px 20px;
  justify-content: center;
}
.challenge-ma.today-challenge-form .challenge-ma-block {
  text-align: center;
}
.challenge-ma.today-challenge-form h4 {
  margin-top: 20px;
}

.challenge-ma-block {
  margin: 0 15px;
  text-align: left;
}

.challenge-ma-today {
  color: #fff;
}

.challenge-chart-wrapper {
  margin: 0 40px 40px;
  padding: 20px 0;
  border: solid 2px #EBE9E7;
  border-radius: 14px;
}
.challenge-chart-wrapper .chart-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.challenge-chart-wrapper .chart-header .chh-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 10px 10px 20px;
}
.challenge-chart-wrapper .chart-header .chh-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.challenge-chart-wrapper .chart-header .chh-elements .chh-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  padding: 3px 7px;
  margin: 0 5px 10px;
  border: 2px solid #EBE9E7;
  border-radius: 7px;
}
.challenge-chart-wrapper .chart-header .chh-elements .chh-element div {
  display: flex;
}
.challenge-chart-wrapper .chart-header .chh-elements .chh-element i {
  font-size: 20px;
  color: #377cc4;
}
.challenge-chart-wrapper .chart-header .chh-elements .chh-element svg {
  width: 20px;
  height: 20px;
  fill: #377cc4;
  margin-bottom: 2px;
}
.challenge-chart-wrapper .chart-header .chh-elements .chh-element .label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 0 10px;
}
.challenge-chart-wrapper .chart-header .chh-elements .chh-element .value {
  font-size: 16px;
  line-height: 24px;
  color: #377cc4;
}
.challenge-chart-wrapper .challenge-chart {
  width: 100%;
  overflow-x: auto;
  text-align: center;
}

.challenge-chart-wrapper + .thryve-memo {
  margin: -30px 40px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #B2B2B2;
}

.sub-details-alert-block + .challenge-chart-wrapper {
  margin-top: 40px;
}

.ch-calendar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -30px;
  max-width: 930px;
}
.ch-calendar-wrapper .ch-calendar {
  width: 100%;
  padding: 20px;
  max-width: 500px;
}
.ch-calendar-wrapper .ch-calendar-days {
  border-bottom: 1px solid #EBE9E7;
  font-size: 14px;
  font-weight: 600;
}
.ch-calendar-wrapper .ch-calendar-days > div {
  margin-bottom: 12px;
}
.ch-calendar-wrapper .ch-calendar-days,
.ch-calendar-wrapper .ch-calendar-items {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.ch-calendar-wrapper .ch-calendar-item {
  margin: 5px 0;
  padding: 12px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #B2B2B2;
  cursor: pointer;
  border-radius: 7px;
}
.ch-calendar-wrapper .ch-calendar-item.selected-cell {
  background-color: #F1F1F3;
}
.ch-calendar-wrapper .ch-calendar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background-color: transparent;
  position: relative;
}
.ch-calendar-wrapper .ch-calendar-circle.answer-no, .ch-calendar-wrapper .ch-calendar-circle.answer-yes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ch-calendar-wrapper .ch-calendar-circle.answer-no {
  background-color: #E54215;
  border-color: #E54215;
}
.ch-calendar-wrapper .ch-calendar-circle.answer-yes {
  background-color: #50b184;
  border-color: #50b184;
}
.ch-calendar-wrapper .ch-calendar-circle.answer-no::after, .ch-calendar-wrapper .ch-calendar-circle.answer-yes::after {
  font-size: 20px;
  color: #fff;
}
.ch-calendar-wrapper .ch-calendar-circle.answer-no::after {
  content: "\ea0f";
}
.ch-calendar-wrapper .ch-calendar-circle.answer-yes::after {
  content: "\e90e";
}
.ch-calendar-wrapper .ch-calendar-circle.future-cell {
  border: 2px solid #EBE9E7;
}
.ch-calendar-wrapper .ch-calendar-circle.empty-cell {
  border: 2px solid #47575B;
}
.ch-calendar-wrapper .ch-calendar-circle:not(.future-cell) {
  cursor: pointer;
}
.ch-calendar-wrapper .ch-calendar-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 44px;
  transform: translate(-50%, -50%);
}
.ch-calendar-wrapper .today-challenge-form.challenge-ma {
  margin: 20px 20px 0 20px;
}
.ch-calendar-wrapper .challenge-ma,
.ch-calendar-wrapper .challenge-ma.today-challenge-form {
  width: 350px;
  margin: 20px 20px 30px;
  align-content: flex-start;
  justify-content: flex-start;
}
.ch-calendar-wrapper .challenge-ma .challenge-ma-block,
.ch-calendar-wrapper .challenge-ma.today-challenge-form .challenge-ma-block {
  margin: 0;
}
.ch-calendar-wrapper .challenge-ma.today-challenge-form .challenge-ma-block {
  margin: 0 20px;
}
.ch-calendar-wrapper .challenge-my.radio {
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.ch-calendar-wrapper .challenge-my.radio h4 {
  margin: 0;
  text-align: left;
}
.ch-calendar-wrapper .challenge-my.radio .ch-answer {
  display: flex;
  align-items: center;
}
.ch-calendar-wrapper .challenge-my.radio .ch-answer:last-of-type {
  margin-right: 15px;
}
.ch-calendar-wrapper .challenge-my.radio input[type=radio] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ch-calendar-wrapper .challenge-my.radio label {
  padding: 0 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  user-select: none;
}
.ch-calendar-wrapper .challenge-my.radio .challenge-my-reset {
  margin: 0;
  font-weight: 600;
  color: #B2B2B2;
  text-decoration: underline;
  cursor: pointer;
}
.ch-calendar-wrapper .challenge-my.radio .challenge-my-reset:hover {
  color: #4fa3b1;
}

.challenge-bar-chart .canvas-container {
  height: 180px;
  padding: 0 20px 20px 10px;
  margin: 0 auto;
  overflow-x: auto;
}

.challenge-bar-chart .data-future-bar {
  color: #EBE9E7;
}
.challenge-bar-chart .data-plus-bar,
.challenge-bar-chart .today-data-bar {
  color: #50b184;
}
.challenge-bar-chart .data-minus-bar {
  color: #E54215;
}
.challenge-bar-chart .border-color {
  color: rgba(222, 218, 215, 0.2);
}

.challenge-notice {
  display: flex;
  margin: 20px 0 40px;
  font-size: 24px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 70px 30px 45px;
  background-color: #dcebf3;
  border-radius: 14px;
}
.challenge-notice svg {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  flex: 0 0 42px;
  fill: #ff0068;
}
.challenge-notice div .notice-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.challenge-notice div .notice-footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.challenge-added-notice {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 25px;
  display: none;
  color: #fff;
  background-color: #50b184;
  border-radius: 14px;
}

.achievements-header {
  margin-bottom: 20px;
}
.achievements-header .ah-label {
  font-size: 20px;
  font-weight: 600;
  color: #2B3233;
  line-height: 28px;
  margin-bottom: 20px;
}

.challenge-participations .activity-value {
  margin-left: 10px;
}
.challenge-participations .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.challenge-participations .name.awaiting {
  float: left;
  margin: 5px 5px 0 0;
}
.challenge-participations li.last-visible {
  padding-bottom: 6px;
}
.challenge-participations li.last-visible::after {
  padding-top: 4px;
  content: "‧‧‧‧‧‧‧ [+" attr(data-gap) "]";
  display: block;
  color: #B2B2B2;
}
.challenge-participations li .participation-status {
  line-height: 32px;
}
.challenge-participations li .challenge-activity-pcp {
  display: flex;
  color: #4fa3b1;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  justify-content: space-between;
}
.challenge-participations .participation-accepted {
  color: #50b184;
  margin-bottom: 3px;
}
.challenge-participations .participation-awaiting {
  color: #B2B2B2;
  margin-bottom: 3px;
}

.challenge-activities-bar {
  margin: 20px 0;
  background-color: inherit;
  border-radius: 0;
  box-shadow: 0 0 0;
  height: auto;
  font-size: 14px;
  display: block;
  line-height: inherit;
}
.challenge-activities-bar .txt,
.challenge-activities-bar .name .pos,
.challenge-activities-bar .activity-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #47575B;
}
.challenge-activities-bar .challenge-activity-width {
  width: 100%;
  height: 4px;
  position: relative;
  border-radius: 2px;
  background-color: #EBE9E7;
}
.challenge-activities-bar .challenge-activity-width > span {
  left: 0;
  height: 4px;
  position: absolute;
  border-radius: 2px;
  display: inline-block;
  background-color: #4fa3b1;
}
.challenge-activities-bar.me .txt,
.challenge-activities-bar.me .name .pos,
.challenge-activities-bar.me .activity-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #4fa3b1;
}
.challenge-activities-bar.me .txt i {
  color: #4fa3b1;
  font-size: 18px;
  margin: 0 0 2px 5px;
}

.ch-pcp-manage i {
  font-size: 20px;
  margin: 0 10px 1px 0;
  color: #4fa3b1;
}
.ch-pcp-manage .challenge-pcp-button {
  display: inline-block;
}
.ch-pcp-manage .challenge-rpc-link,
.ch-pcp-manage .challenge-pcp-link {
  font-size: 16px;
  margin-right: 20px;
  white-space: nowrap;
}
.ch-pcp-manage .challenge-rpc-link {
  outline: 0;
  content: "";
  color: #B2B2B2;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#B2B2B2, #B2B2B2);
}
.ch-pcp-manage .challenge-rpc-link:hover {
  outline: none;
  color: #4fa3b1;
  text-decoration: none;
  background-size: 0 1px;
}
.ch-pcp-manage .challenge-rpc-link:focus {
  text-decoration: none;
}
.ch-pcp-manage .challenge-pcp-link {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
.ch-pcp-manage .challenge-pcp-link:hover {
  outline: none;
  color: #4fa3b1;
  text-decoration: none;
  background-size: 0 1px;
}
.ch-pcp-manage .challenge-pcp-link:focus {
  text-decoration: none;
}

.challenge-rpc-list {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}
.challenge-rpc-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}
.challenge-rpc-list li .name {
  margin-top: 4px;
}
.challenge-rpc-list li .status {
  margin-left: 8px;
}

.challenge-daily-tasks {
  width: 100%;
  margin-bottom: 30px;
}
.challenge-daily-tasks .owl-carousel-outer {
  padding: 0 40px 0;
}
.challenge-daily-tasks .owl-carousel {
  position: relative;
}
.challenge-daily-tasks .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.challenge-daily-tasks .owl-carousel .owl-stage .owl-item {
  margin: 0 10px;
}
.challenge-daily-tasks .owl-next,
.challenge-daily-tasks .owl-prev {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.challenge-daily-tasks .owl-next i,
.challenge-daily-tasks .owl-prev i {
  font-size: 28px;
  transition: all 0.25s ease-out;
  color: #4fa3b1;
}
.challenge-daily-tasks .owl-prev.disabled i,
.challenge-daily-tasks .owl-next.disabled i {
  color: #EBE9E7;
}
.challenge-daily-tasks .owl-prev:not(.disabled):hover i {
  transform: translateX(-5px);
}
.challenge-daily-tasks .owl-next:not(.disabled):hover i {
  transform: translateX(5px);
}
.challenge-daily-tasks .owl-prev {
  left: -40px;
}
.challenge-daily-tasks .owl-next {
  right: -40px;
}
.challenge-daily-tasks .daily-task {
  height: 98%;
  padding: 20px;
  border: 1px solid #EBE9E7;
  border-radius: 14px;
}
.challenge-daily-tasks .daily-task.past {
  border: 1px solid #F1F1F3;
}
.challenge-daily-tasks .daily-task.today {
  border: 1px solid #f2d624;
}
.challenge-daily-tasks .daily-task.future {
  border: 1px solid #4fa3b1;
}
.challenge-daily-tasks .daily-task-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.challenge-daily-tasks .daily-task-header i {
  font-size: 21px;
  color: #47575B;
}
.challenge-daily-tasks .daily-task-label {
  display: inline-block;
  color: #2B3233;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 7px;
}
.challenge-daily-tasks .past .daily-task-label {
  background-color: #F1F1F3;
}
.challenge-daily-tasks .today .daily-task-label {
  background-color: #f2d624;
}
.challenge-daily-tasks .future .daily-task-label {
  background-color: #cae3e7;
}
.challenge-daily-tasks .daily-task-text {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}

div.wpps-leaderboard .additional-data .data-value span {
  color: #2B3233;
}

div.wpps-leaderboard .additional-data .data-value {
  margin: 0 auto 10px;
}

div.wpps-leaderboard .additional-data .data-value.active svg {
  fill: #4fa3b1;
}

div.wpps-leaderboard .additional-data .data-item .data-label {
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 400;
}

div.wpps-leaderboard .leaderboard-bar .team-name {
  font-size: 18px;
}

div.wpps-leaderboard .leaderboard-bar .team-name {
  color: #2B3233;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
}

div.wpps-leaderboard .team-bar-container .team-bar {
  border-radius: 14px;
  justify-content: flex-end;
  padding: 16px;
}

div.wpps-leaderboard .team-bar-container:nth-child(1) .team-bar {
  border-top: #f2d624 5px solid;
}

div.wpps-leaderboard .team-bar-container:nth-child(1) .team-bar,
div.wpps-leaderboard .leaderboard-table tbody tr:nth-child(1) td {
  background-color: #FBF2BE !important;
}

div.wpps-leaderboard .team-bar-container:nth-child(2) .team-bar {
  border-top: #4fa3b1 5px solid;
}

div.wpps-leaderboard .team-bar-container:nth-child(2) .team-bar,
div.wpps-leaderboard .leaderboard-table tbody tr:nth-child(2) td {
  background-color: #cae3e7 !important;
}

div.wpps-leaderboard .team-bar-container:nth-child(3) .team-bar {
  border-top: #B2B2B2 5px solid;
}

div.wpps-leaderboard .team-bar-container:nth-child(3) .team-bar,
div.wpps-leaderboard .leaderboard-table tbody tr:nth-child(3) td {
  background-color: #EBE9E7 !important;
}

div.wpps-leaderboard .team-bar-container .team-position {
  color: #2B3233 !important;
  margin: 0 0 10px;
}

div.wpps-leaderboard .team-bar-container .team-position::before {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

div.wpps-leaderboard .best-participant {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 4px 0 40px;
}

div.wpps-leaderboard .best-participant span {
  color: #2B3233;
}

div.wpps-leaderboard .best-participant span.lbp-points {
  color: #4fa3b1;
}

div.wpps-leaderboard .best-participant svg {
  fill: #f2d624;
  width: 20px;
  height: 20px;
}

div.wpps-leaderboard .leaderboard-table {
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

div.wpps-leaderboard .leaderboard-table th {
  color: #2B3233;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 16px;
}

div.wpps-leaderboard .leaderboard-table td {
  color: #47575B !important;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  border-bottom: #F1F1F3 solid 1px;
}

div.wpps-leaderboard .leaderboard-table i,
div.wpps-leaderboard .leaderboard-table tbody tr:nth-child(1) td i {
  color: #50b184;
}

div.wpps-leaderboard .leaderboard-table tbody tr:nth-child(2n+1) td {
  background-color: transparent;
}

div.wpps-leaderboard .leaderboard-table tr .team-desc {
  color: #47575B !important;
  font-size: 13px;
  line-height: 20px;
}

.coli-overview .no-results {
  margin: 0 0 15px;
}

.coli-details.overview-block {
  border-color: #1b3d60;
}

.coli-details.overview-block .flex {
  margin-left: 0;
  margin-right: 190px;
}

.coli-details .coli-name .coli-actions {
  display: inline-block;
  float: right;
}

.coli-details .coli-name a {
  float: right;
  min-width: 22px;
}

.coli-details .coli-name a + a {
  margin-right: 15px;
}

.coli-details .coli-name a i {
  font-size: 20px;
}

.coli-details .coli-details-button i {
  float: right;
  margin: 5px 0 0 10px;
}

.coli-block.open .coli-details .coli-details-button i {
  transform: scaleY(-1);
  margin: 6px 0 0 10px;
}

.coli-details .button i::before {
  font-size: 24px;
}

.coli-details .coli-details-button i::before {
  font-size: 14px;
  font-weight: 700;
}

.coli-details-data {
  padding: 0 3px 3px;
}

.coli-details-container {
  background-color: #fff;
  padding: 20px;
}

.coli-details-container h3 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coli-details-container hr {
  margin-top: 5px;
  margin-bottom: 25px;
}

.coli-details-container .coli-edit-btn i {
  margin: 0 0 2px 5px;
}

.coli-details-container .coli-members-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.coli-details-container .coli-members-list li {
  align-items: center;
  padding: 0 10px 20px 0;
  display: flex;
  flex: 0 1 33.33%;
}

.coli-details-container .coli-member-avatar {
  margin-right: 10px;
}

.coli-details-container .coli-member-avatar .consumer-avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.coli-details-container .coli-member-avatar i::before {
  padding: 9px;
  border-radius: 50%;
  background-color: #EBE9E7;
  font-size: 16px;
  color: #B2B2B2;
}

.coli-details-container .coli-member-name {
  padding: 10px 15px;
}

.coli-manage-wrapper.fancybox-content {
  padding: 0;
  min-width: 300px;
  min-height: 200px;
  max-width: 600px;
  overflow: visible;
}

.coli-manage-wrapper > h3 {
  padding: 25px 0;
  margin: 0;
}

.coli-manage .coli-loading {
  margin: 0 0 20px;
  padding: 0;
  display: block;
  background-position-x: center;
}

.coli-manage .coli-mbr-loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.coli-manage .coli-hint {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.coli-manage .coli-members-search {
  list-style: none;
  margin-bottom: 30px;
}

.coli-manage .coli-members-search .selectize-control {
  width: 100%;
}

.coli-manage .coli-members-search .selectize-control .selectize-input::after {
  display: none;
}

.coli-manage .coli-members-search img.spinner {
  vertical-align: middle;
}

.coli-manage .coli-members-item {
  margin: 0 40px 10px 0;
  position: relative;
}

.coli-add,
.coli-del {
  position: absolute;
  right: -35px;
  top: 6px;
  text-align: center;
  display: inline-block;
}

a.coli-add i,
a.coli-del i {
  font-size: 22px;
}

.coli-add.hide,
.coli-del.hide {
  display: none;
}

.coli-manage .coli-preview-items {
  overflow: hidden;
  margin-bottom: 30px;
}

.coli-manage .coli-preview-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEDAD7;
  font-size: 16px;
  font-weight: 400;
}

.coli-manage .coli-preview-label {
  margin-right: 15px;
}

.coli-manage .coli-preview-val {
  word-break: break-word;
  color: #2B3233;
}

.coli-manage .coli-members-error {
  margin-bottom: 20px;
}

.coli-manage .coli-members-error p,
.coli-manage .list-error {
  color: #E54215;
  font-size: 14px;
}

.selectize-input + .coli-members-error {
  margin-top: 10px;
}

.coli-manage.content .mistake,
.coli-manage.content .mistake > input[type=text] {
  border-color: #E54215;
}

.coli-loading {
  background: url(../images/spinner.gif) no-repeat left center;
  min-width: 20px;
  height: 20px;
  padding-left: 25px;
  padding-right: 10px;
  margin-top: 10px;
  display: inline-block;
}

div.steps-plan .sp-carousel .owl-stage-outer {
  margin-bottom: 20px;
}

div.steps-plan .step .step-title {
  border-width: 0;
  position: relative;
  font-weight: 400;
}

div.steps-plan .step:hover .step-title,
div.steps-plan .step.step-selected .step-title {
  color: #4fa3b1;
  font-weight: 600;
}

div.steps-plan .step .step-title::after,
div.steps-plan .step.step-selected .step-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #EBE9E7 50%, #4fa3b1 0) 100%;
  transform-origin: bottom left;
  transform: scaleX(1);
  background-size: 200%;
  transition: all 0.25s ease-out;
}

div.steps-plan .step.step-selected .step-title::after,
div.steps-plan .step:hover .step-title::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
}

div.steps-plan .step .step-arrow {
  display: none;
}

div.steps-plan .sp-carousel .owl-next,
div.steps-plan .sp-carousel .owl-prev {
  top: 4px;
}

div.steps-plan .owl-prev i::before,
div.steps-plan .owl-next i::before {
  transition: all 0.25s ease-out;
  display: block;
  color: #B2B2B2;
}

div.steps-plan .owl-prev i:hover::before {
  transform: translateX(-5px);
  color: #4fa3b1;
}

div.steps-plan .owl-next i:hover::before {
  transform: translateX(5px);
  color: #4fa3b1;
}

div.steps-plan .plan-content {
  background-color: #F1F1F3;
  border-radius: 14px;
}

div.steps-plan.primary .plan-content {
  background-color: #1b3d60;
  color: #fff;
}

.company-sc .sc-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 30px;
}

.company-sc .sc-profile {
  min-width: 200px;
  padding-left: 25px;
}

.company-sc .sc-avatar {
  border-radius: 50%;
  text-align: center;
}

.company-sc .sc-avatar img {
  border-radius: 50%;
  width: 100px !important;
}

.company-sc .sc-avatar.no-image {
  background-color: #EBE9E7;
}

.company-sc .sc-avatar i {
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  color: #fff;
}

.company-sc .sc-name {
  color: #2B3233;
  font-size: 17px;
  margin-bottom: 5px;
}

.company-sc .sc-role {
  color: #B2B2B2;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.company-sc .sc-email {
  color: #4fa3b1;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}

.company-sc .sc-phone {
  font-size: 15px;
  line-height: 20px;
}

div.popover {
  font: 15px/22px "Open Sans", Arial, sans-serif;
}
div.popover.btour {
  min-width: 320px;
  border-radius: 14px;
  overflow: hidden;
}
div.popover.btour .popover-title {
  border-color: #EBE9E7;
}
div.popover.btour, div.popover.btour .popover-title {
  background-color: #fff;
}
div.popover.btour.top .arrow::after {
  border-top-color: #fff;
}
div.popover.btour.bottom .arrow::after {
  border-bottom-color: #fff;
}
div.popover.btour.right .arrow::after {
  border-right-color: #fff;
}
div.popover.btour.left .arrow::after {
  border-left-color: #fff;
}
div.popover.btour .popover-title {
  font-size: 18px;
  font-weight: 400;
  padding-right: 50px;
}
div.popover.btour .bt-num {
  display: none;
}
div.popover.btour .cancel-top {
  position: absolute;
  top: 14px;
  right: 14px;
  transition: all 0.25s ease-out;
}
div.popover.btour .cancel-top::after {
  content: "\ea0f";
  font-size: 22px;
  color: #B2B2B2;
  display: inline-block;
}
div.popover.btour .cancel-top:hover {
  transform: scale(1.2);
}
div.popover.btour .popover-navigation {
  padding: 0 14px;
}
div.popover.btour button {
  padding: 5px 10px;
  margin-bottom: 15px;
  min-width: 45px;
}
div.popover.btour button.back span, div.popover.btour button.next span {
  display: none;
}
div.popover.btour button::after {
  font-size: 18px;
}
div.popover.btour button.back::after {
  content: "\e61f";
}
div.popover.btour button.next::after {
  content: "\e61e";
}
div.popover.btour button.disabled {
  display: none;
}

.ls-pref-day-form .pref-day-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ls-pref-day-form .pref-day-wrap.loading::after {
  background: url(../images/spinner.gif) no-repeat left center;
  min-width: 20px;
  height: 20px;
  display: block;
  content: "";
  margin-left: 10px;
}
.ls-pref-day-form .pref-day-wrap.has-success::after {
  content: "\e90e";
  font-size: 22px;
  margin-left: 10px;
  color: #50b184;
}
.ls-pref-day-form select {
  cursor: pointer;
  min-width: 200px;
  margin-bottom: 0;
}

.ls-my-prefday-form .checkbox-switcher-label.loading::after {
  background: url(../images/spinner.gif) no-repeat left center;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  content: "";
  margin-left: 10px;
}
.ls-my-prefday-form .checkbox-switcher-label.has-success::after {
  content: "\e90e";
  font-size: 22px;
  margin-left: 10px;
  color: #50b184;
}

div.ls-download-link {
  background-color: #F1F1F3;
  margin: 20px 0;
  position: relative;
  border-radius: 14px;
}

div.ls-download-link a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 17px;
  height: auto;
  padding: 20px 45px 20px 0;
  border: none;
}

div.ls-download-link svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  fill: #4fa3b1;
  transform: translateY(-50%);
  margin-right: 18px;
}

div.ls-download-link.no-icon svg {
  display: none;
}

div.em-report-dashboard .tabs-wrapper,
div.em-report-dashboard .dashboard-title,
div.em-report-dashboard .em-dashboard-figure {
  border-color: #EBE9E7;
}
div.em-report-dashboard .dashboard-title {
  color: #2B3233;
}
div.em-report-dashboard .tabs {
  background: #83bec8;
}
div.em-report-dashboard .tabs a {
  background: #a6d1d8;
}
div.em-report-dashboard .tabs a svg {
  width: 30px;
  fill: #fff;
}
div.em-report-dashboard .tabs a.active,
div.em-report-dashboard .tabs a:not(.active):hover {
  background: #4fa3b1;
}
div.em-report-dashboard .stats-title {
  color: #47575B;
  display: flex;
  align-items: center;
}
div.em-report-dashboard .stats-number {
  padding: 12px;
  background: #F1F1F3;
  color: #4fa3b1;
}
div.em-report-dashboard .em-dashboard-more-items {
  border-top: #F1F1F3 solid 2px;
  background-color: transparent;
}
div.em-report-dashboard .em-dashboard-more-items i {
  color: #4fa3b1;
}
div.em-report-dashboard .em-dashboard-more-items:hover i {
  color: #1b3d60;
}

ul.pinterest {
  margin-bottom: 20px;
  padding: 0;
  clear: both;
  list-style: none;
}

.pinterest-item {
  text-align: center;
  float: left;
  margin-bottom: 30px;
}

.pinterest-item .ls-box {
  margin: 0;
}

.pinterest-item .ls-box-content {
  padding: 15px 20px 10px;
}

.pinterest-item img {
  max-width: 100%;
  height: auto;
  padding: 0 0 10px;
}

.pinterest-item .date {
  padding-bottom: 12px;
  font-size: 14px;
}

.pinterest-body {
  margin-bottom: 20px;
}

.recommend-colleague input.email {
  width: 100%;
}

.recommend-colleague-errors {
  margin: -15px 0 25px;
}

.recommend-colleague-success .msg {
  margin: 20px 0;
}

.pa-accordion {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.accordion-head {
  cursor: pointer;
  padding: 16px 40px 15px 14px;
  position: relative;
  background-color: transparent;
  color: #4fa3b1;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  user-select: none;
}

.accordion-head:hover {
  color: #1b3d60;
}

.accordion-head input {
  cursor: pointer;
  margin: 0 10px 3px 0;
}

.accordion-head p {
  margin: 0;
  user-select: none;
}

.accordion-content {
  padding: 0 16px 16px;
  overflow: hidden;
}

.accordion-content.content-wrap {
  padding: 20px;
}

.accordion-content > *:last-child:not(.normal-button) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-head-sign {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #4fa3b1;
  background-color: transparent;
  text-align: center;
  width: 17px;
  margin-left: 16px;
}

.accordion-head-sign::after {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  content: "\e61e";
}

.accordion-head:hover .accordion-head-sign,
.active > .accordion-head .accordion-head-sign {
  color: #4fa3b1;
  background-color: transparent;
}

.active > .accordion-head .accordion-head-sign::after {
  content: "\e61b";
}

.sub-accordion {
  border-top: #EBE9E7 solid 2px;
  scroll-margin-top: 20px;
}

.sub-accordion:last-child {
  border-bottom: #EBE9E7 solid 2px;
}

.tabs-wrapper {
  display: block;
  clear: both;
}

.tabs {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 30px -5px 0 0;
}

.tabs.align-center {
  justify-content: center;
  text-align: center;
}

.tabs > li {
  display: block;
  width: auto;
  padding: 0;
}

.tabs > li a {
  display: block;
  width: auto;
  padding: 10px 20px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  background: #fff;
  outline: 0;
  margin: 8px 5px 0 0;
  white-space: nowrap;
}

.tabs > li a.active {
  position: relative;
  color: #2B3233;
  background-color: #F1F1F3;
  border-radius: 7px;
}

.tabs-content {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  list-style: none;
  background-color: #F1F1F3;
}

.tabs-content > li {
  margin: 0;
  padding: 20px;
  width: 100%;
  overflow: hidden;
}

.tabs::before,
.tabs::after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.tabs::after {
  clear: both;
}

ul.inline,
ul.bullets,
ul.arrows,
ul.checkboxes,
.details-box-content ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

ul.bullets > li,
ul.arrows > li,
ul.checkboxes > li,
.details-box-content ul > li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}

ul.arrows > li::before,
ul.checkboxes > li::before,
ul.bullets > li::before,
.details-box-content ul > li::before {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  text-align: right;
}

ul > li::before {
  color: #4fa3b1;
}

ul.dark > li::before,
.details-box-content ul > li::before {
  color: #2B3233;
}

ul.bullets > li::before,
.details-box-content ul > li::before {
  content: "\e90a";
}

ul.arrows > li::before {
  content: "\e90b";
}

ul.checkboxes > li::before {
  content: "\e90e";
}

.equal-boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.equal-boxes > div {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.equal-boxes > div:not([class^=col-]) {
  max-width: 100%;
}

.equal-boxes .ls-box {
  width: 100%;
  height: 100%;
  margin: 0;
}

.equal-boxes > div:last-child .ls-box {
  margin-bottom: 0;
}

.equal-boxes .ls-box-title {
  margin: -25px -25px 25px;
  padding: 20px;
  text-align: center;
  background-color: #4fa3b1;
  color: #fff;
}

.equal-boxes .ls-box-content {
  width: 100%;
  height: 100%;
}

.equal-boxes .product h5 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 400;
}

.equal-boxes .product h4 {
  font-size: 20px;
  line-height: 28px;
}

.teasers.vertical {
  position: relative;
}

.teasers > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.teasers.vertical > ul {
  flex-wrap: nowrap;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.teasers > ul > li {
  padding: 0 15px;
  min-height: 1px;
  width: 33.3333%;
}

.teasers.vertical > ul > li {
  flex-shrink: 0;
  white-space: normal;
  scroll-snap-align: start;
  margin-left: -15px;
}

.teasers.vertical .vfade {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 100%);
}

.teasers .no-results {
  margin: 0 15px;
}

.teaser {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-width: 290px;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
}
.teaser .teaser-scrollable {
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.teaser .teaser-content {
  min-height: 120px;
}
.teaser .date {
  display: block;
  font-size: 13px;
  color: #B2B2B2;
  margin-bottom: 15px;
}
.teaser .thumbnail-wrapper {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.teaser .thumbnail-wrapper .image-link::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(64, 72, 77, 0.5), rgba(0, 0, 0, 0) 25%), linear-gradient(to top, rgba(64, 72, 77, 0.5), rgba(0, 0, 0, 0) 25%);
}
.teaser.no-image .thumbnail-wrapper .image-link::after {
  display: none;
}
.teaser .thumbnail-wrapper img {
  display: block;
  height: 228px;
  object-fit: cover;
}
.teaser .top-part {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.teaser .ls-watchlist + .top-part {
  margin-top: 55px;
}
.teaser .type-tag {
  display: inline-block;
  color: #4fa3b1;
  font-size: 14px;
  line-height: 24px;
}
.teaser .top-status-label {
  display: inline-block;
  padding: 2px 10px;
  background-color: #50b184;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 7px;
}
.teaser .top-status-label.missed {
  background-color: #bdb6af;
  color: #fff;
}
.teaser .type-tag + .top-status-label {
  margin-left: 10px;
}
.teaser .top-type-label-wrapper {
  float: right;
}
.teaser .top-type-label {
  float: right;
  display: inline-block;
  padding: 2px 8px;
  border: #EBE9E7 solid 1px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 7px;
}
.teaser .top-type-label i {
  color: #377cc4;
  font-size: 14px;
  line-height: 14px;
  margin: 0 3px 2px 0;
  vertical-align: middle;
}
.teaser .thumbnail-content {
  position: absolute;
  z-index: 3;
  bottom: 0;
}
.teaser .thumbnail-content .event-date {
  background-color: #4fa3b1;
  color: #fff;
  margin: 10px;
  padding: 2px 10px 0;
  border-radius: 7px;
  font-size: 16px;
  line-height: 24px;
}
.teaser .thumbnail-content .event-date i {
  margin-right: 5px;
}
.teaser .ls-watchlist {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  border: #fff solid 2px;
  border-radius: 7px;
  margin: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer !important;
}
.teaser .ls-watchlist.marked {
  background-color: #fff;
}
.teaser .ls-watchlist i {
  margin: 11px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  transition: all 0.25s ease-out;
}
.teaser .ls-watchlist:hover i {
  transform: scale(1.2);
}
.teaser .ls-watchlist.marked i {
  color: #1b3d60;
}
.teaser .teasers-tour-lessons-amount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.teaser .teasers-tour-lessons-amount svg {
  width: 20px;
  height: auto;
  margin: 0 5px 0 0;
  padding-right: 2px;
  fill: #47575B;
}
.teaser .title {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  color: #2B3233;
  margin: 8px 0 10px;
}
.teaser .title a {
  color: #2B3233;
}
.teaser .title a:hover {
  color: #4fa3b1;
}
.teaser .text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.teaser .text a {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
.teaser .text a:hover {
  outline: none;
  color: #1b3d60;
  text-decoration: none;
  background-size: 0 1px;
}
.teaser .text a:focus {
  text-decoration: none;
}
.teaser .text .divider {
  background-color: #B2B2B2;
}
.teaser .text .ti-list-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.teaser .text .ti-list-item i {
  font-size: 19px;
  margin-right: 6px;
}
.teaser .text .ti-list-item svg {
  width: 24px;
  height: 24px;
  fill: #47575B;
  margin: 0 8px 0 0;
  padding-right: 2px;
}
.teaser .buttons {
  margin: 15px 0 10px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.teaser .buttons > * {
  flex: 1;
  max-width: 220px;
}

.post-image {
  margin-bottom: 30px;
}

.post-image .image-cover {
  margin: 0;
  width: 100%;
}

.post-image-cover {
  position: relative;
  overflow: hidden;
  max-height: 570px;
  background-color: #F1F1F3;
  margin: 0;
  width: 100%;
}

.post-image-cover-img {
  width: 100%;
  min-height: 170px;
  object-fit: cover;
}

.image-cover {
  position: relative;
  margin: 0 -25px;
  width: calc(100% + 50px);
  max-height: 570px;
  overflow: hidden;
}

.article-view .image-cover {
  margin: 30px 0;
  width: 100%;
  max-height: 450px;
}

.image-cover.inline,
.article-view .image-cover.inline {
  margin-top: 0;
  margin-bottom: 0;
}

.col-lg-12 > .image-cover:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.image-cover > a:hover img {
  filter: brightness(0.9);
}

.image-cover-img {
  width: 100%;
  min-height: 170px;
  object-fit: cover;
}

.image-cover-caption {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 50%;
  padding: 30px;
}

.image-cover-caption::before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #1b3d60;
  mix-blend-mode: multiply;
  border-radius: 14px;
}

@supports not (mix-blend-mode: multiply) {
  .image-cover-caption::before {
    opacity: 0.5;
  }
}
.image-cover-caption span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.image-cover-caption > * {
  position: relative;
  z-index: 1;
}

.image-cover-caption h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-align: left;
  margin: 0;
}

.image-cover-caption h2.wb::after {
  display: none;
  content: "\e61e";
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #2B3233;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.image-cover-caption h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 0;
  color: #fff;
  text-align: left;
}

.image-cover-button {
  margin-top: 15px;
}

.image-cover > a:hover span:not(.normal-button) {
  text-decoration: underline;
}

.image-cover-caption span::after {
  display: inline-block;
  content: "\e918";
  margin-left: 7px;
}

.pagination-wrapper {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 100%;
  padding: 0;
  float: unset;
  height: auto;
  position: inherit;
  margin: 20px 0;
}
.pagination span,
.pagination a {
  margin: 0 16px 16px;
  color: #4fa3b1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  min-width: 16px;
}
.pagination span,
.pagination .current {
  color: #2B3233;
}
.pagination a {
  position: relative;
}
.pagination a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #4fa3b1;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: all 0.25s ease-out;
}
.pagination a.active::after, .pagination a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
}

.next-text {
  margin: 30px auto;
  position: relative;
}

.next-text.small {
  margin: 15px auto;
  font-size: 100%;
}

.next-text-link {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
}

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

.next-text.default .next-text-link {
  background-color: #4fa3b1;
  padding: 10px 15px;
}

.next-text-link.text {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  height: auto;
  letter-spacing: 2.55px;
  min-width: 100px;
  text-indent: -5px;
  display: inline-block;
  border-bottom: #EBE9E7 solid 1px;
  padding-left: 30px;
  border-radius: 7px;
}

.next-text-link.icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
}

.next-text-link.icon span::before {
  font-size: 28px;
  line-height: 40px;
  vertical-align: middle;
}

.next-text .next-text-link:hover {
  transition: all 0.25s ease-out;
}

.next-text-link.text > span {
  padding: 0 8px;
  vertical-align: bottom;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-left: -28px;
}

.next-text-link span {
  display: inline-block;
  transition: all 0.3s;
}

.next-text.visible .next-text-link > span {
  transform: scaleY(-1);
}

.next-text.default .next-text-link.text {
  padding: 10px 15px 10px 42px;
}

.next-text .next-text-link.text,
.next-text .next-text-link.icon {
  background-color: #F1F1F3;
}

.next-text.small .next-text-link.text {
  padding-left: 30px;
}

.next-text.small .next-text-link.text > span {
  font-size: 14px;
  margin-left: -20px;
}

.next-text-content {
  text-align: left;
}

.next-text-content.text {
  padding: 20px 0 0;
}

.next-text-content.text > *:first-child {
  margin-top: 0;
}

.next-text-content.icon {
  padding: 0 0 10px;
}

.ls-registration .ls-captcha {
  padding: 20px 0;
}

.ls-registration .ls-captcha label {
  float: none;
  width: auto;
}

.ls-registration .ls-captcha img {
  display: block;
  float: left;
  border: #EBE9E7 solid 1px;
  margin-right: 16px;
}

.ls-registration .ls-captcha .g-recaptcha input[type=text] {
  width: 60px;
}

.email-change-warning {
  color: #E54215;
  display: inline-block;
  padding: 4px 8px;
  background-color: #F1F1F3;
}

.ls-consumer-email-change .email-change-form {
  margin-bottom: 15px;
}

.ls-consumer-email-change .email-change-form .cell label.error {
  color: #E54215;
  font-size: 13px;
  font-weight: 600;
}

.ls-consumer-reset-password .ls-captcha {
  margin-bottom: 20px;
}

.ls-consumer-reset-password .ls-captcha img {
  display: block;
  margin-bottom: 10px;
}

.ls-consumer-reset-password .ls-captcha .g-recaptcha input[type=text] {
  width: 60px;
}

div.croppie-inner {
  border-color: #EBE9E7;
}

div.croppie-image.no-image {
  background: url(../images/user.svg) no-repeat center center;
  opacity: 0.5;
}

.ls-astrix-note {
  margin-bottom: 20px;
  color: #2B3233;
  font-size: 13px;
  line-height: 19px;
}

.consumer-loading {
  background: url(../images/spinner.gif) no-repeat left center;
  min-width: 20px;
  height: 20px;
}

.consumer-logged .hide-if-consumer {
  display: none;
}

.ls-consumer-codes table {
  margin-bottom: 10px;
}

.ls-consumer-codes table td {
  text-align: center;
}

.ls-consumer-codes .expired {
  color: #E54215;
}

.ls-consumer-codes .code {
  width: 75%;
}

.ls-consumer-codes .code-end {
  width: 25%;
}

.ls-bp-progress-bar {
  width: 260px;
  height: 30px;
  position: relative;
  padding: 3px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #F1F1F3;
  border-radius: 14px;
  border: #EBE9E7 solid 1px;
}

.ls-bp-progress-bar-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 22px;
  background-color: #4fa3b1;
  border-radius: 14px;
}

.ls-bp-progress-bar-value {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ls-bp-progress-bar-value.outer {
  color: #fff;
}

.ls-consumer-bpo table,
.ls-consumer-bpo .bpo-pagination {
  margin-bottom: 20px;
}

.ls-consumer-bpo .bpo-date {
  width: 100px;
}

.ls-consumer-bpo .bpo-points {
  text-align: right;
}

.tour-cockpit {
  border-bottom: 1px solid #EBE9E7;
  margin-bottom: 30px;
}
.tour-cockpit .tour-cockpit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-cockpit .tour-cockpit-content .tour-cp-item {
  margin: 0 0 35px;
}
.tour-cockpit .tour-cockpit-content .tour-cp-item:first-of-type {
  display: block;
}
.tour-cockpit .tour-cockpit-content .tour-cp-item a.arrow {
  letter-spacing: 2.55px;
}

.tour-cp-item {
  margin: 5px 0 35px;
}
.tour-cp-item h4 {
  margin: 0;
  font-size: 31px;
  line-height: 38px;
  text-align: left;
}
.tour-cp-item label {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.tour-cp-item .tour-pb {
  margin: 0;
}

.tour-progress-num {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2B3233;
}

.tour-info {
  margin: 30px 0;
}
.tour-info .tour-header h3 {
  color: #2B3233;
  margin-bottom: 40px;
  text-align: left;
}
.tour-info .tour-ended {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  margin-bottom: 50px;
  background-color: #dcebf3;
  border-radius: 14px;
}
.tour-info .tour-ended i {
  font-size: 40px;
  padding-right: 20px;
  color: #50b184;
}
.tour-info .tour-ended h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.tour-items {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
.tour-items .tour-item:last-of-type .tour-details {
  border-bottom: none;
}

.tour-item {
  width: 100%;
  padding: 0 0 24px;
  position: relative;
  border-left: 2px solid #EBE9E7;
}
.tour-item::before {
  content: "\e90e";
  left: -1px;
  top: 17px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-color: #4fa3b1;
  color: #fff;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.tour-item:last-child {
  padding: 0;
}
.tour-item.read {
  border-left-color: #cae3e7;
}
.tour-item.unread::before {
  content: "\e90b";
  background-color: #F1F1F3;
  color: #2B3233;
}
.tour-item.soon::before, .tour-item.unavailable::before {
  content: "";
  top: 26px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #DEDAD7;
}

.tour-details {
  text-align: left;
  padding: 20px 24px;
  margin-left: 30px;
  border-radius: 14px;
}
.tour-details .tour-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.tour-details .lesson-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 10px;
}
.tour-details a:hover > .lesson-title {
  color: #4fa3b1;
}
.tour-details .tour-desc {
  color: #2B3233;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 16px;
}
.tour-details .tour-status a {
  letter-spacing: 2.55px;
}

.tour-item.read .tour-details {
  background-color: #cae3e7;
  border-bottom: 2px solid #4fa3b1;
}

.tour-item.accessible.unread .tour-details {
  background-color: #F1F1F3;
  border-bottom: 2px solid #EBE9E7;
}

.tour-item.soon,
.tour-item.unavailable,
.tour-item.soon .tour-details,
.tour-item.unavailable .tour-details {
  padding-bottom: 0;
}

.tour-status span {
  color: #4fa3b1;
  font-weight: 600;
}
.tour-status.soon {
  padding: 0;
  display: flex;
  align-items: center;
}
.tour-status.soon .tour-status-date {
  margin: 0 12px 0 0;
}
.tour-status.unavailable {
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  border: #DEDAD7 solid 2px;
  color: #47575B;
}

.tour-lesson-cockpit {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  background-color: #fff;
  border-bottom: 2px solid #EBE9E7;
}

.tour-lesson-status {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 14px;
}
.tour-lesson-status svg {
  width: 42px;
  height: 42px;
  margin: 5px 20px 0 0;
  fill: #bdb6af;
}
.tour-lesson-status h4 {
  line-height: 36px;
  margin-bottom: 5px;
}
.tour-lesson-status.finished {
  background-color: #F1F1F3;
}
.tour-lesson-status.future {
  background-color: #F1F1F3;
}
.tour-lesson-status.future svg {
  fill: #E54215;
}
.tour-lesson-status.future h4 {
  color: #E54215;
}
.tour-lesson-status.active {
  background-color: #dcebf3;
}
.tour-lesson-status.active svg {
  fill: #4fa3b1;
}

.tour-lesson-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 50px;
  margin: 50px auto 15px;
  border-top: 2px solid #EBE9E7;
}
.tour-lesson-footer span {
  color: #4fa3b1;
}

.tour-lesson-footer-text,
.tour-lesson-scheduled-text {
  padding-top: 3px;
  font-weight: 600;
}

.tour-lesson-next-date {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.tour-details .tour-status-date,
.tour-lesson-footer .tour-lesson-footer-date {
  width: 34px;
  height: 34px;
  color: #1b3d60;
  border-radius: 7px;
  margin: 0 12px 0 40px;
  background-color: #dcebf3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-details .tour-status-date i,
.tour-lesson-footer .tour-lesson-footer-date i {
  font-size: 18px;
}

.tour-details span:not(.tour-status-date),
.tour-lesson-footer span:not(.tour-lesson-footer-date) {
  margin-left: 4px;
}

.tour-target {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 30px;
  margin-bottom: 50px;
  background-color: #dcebf3;
  border-radius: 14px;
}
.tour-target h4 {
  line-height: 32px;
  margin: 0 0 10px 0;
}
.tour-target p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.tour-target svg {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  fill: #4fa3b1;
}

.tour-pb {
  display: inline-block;
  margin: 30px auto;
  padding-top: 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 280px;
}

.tour-pb-line {
  display: flex;
  flex-direction: row;
  margin: 6px 0 0;
}

.ls-tour-progress-step {
  width: 100%;
  height: 4px;
  margin: 0 5px;
  background-color: #EBE9E7;
  border-radius: 2px;
}
.ls-tour-progress-step.finished {
  background-color: #50b184;
}

.tour-pb-value {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #B2B2B2;
  font-size: 16px;
  margin: 0 5px;
}
.tour-pb-value :first-of-type {
  text-align: left;
}
.tour-pb-value :not(.tour-pb-value) {
  font-size: 12px;
  line-height: 18px;
  width: 65px;
}
.tour-pb-value .tour-progress {
  width: 100%;
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
  color: #2B3233;
}

.tour-lesson-target {
  padding: 30px;
  background-color: #F1F1F3;
  display: block;
  font-weight: 600;
  border-radius: 14px;
}
.tour-lesson-target .tour-lesson-target-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tour-lesson-target .tour-lesson-target-title h4 {
  line-height: 36px;
  display: inline-block;
}
.tour-lesson-target svg {
  width: 40px;
  height: 40px;
  margin: 5px 15px 20px 0;
  display: inline-block;
  fill: #4fa3b1;
}
.tour-lesson-target p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.tour-lesson-target + a {
  margin-top: 30px;
}

.faq-category {
  margin-top: 30px;
}

.faq-category:first-child {
  margin-top: 0;
}

ul.flex-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.flex-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #2B3233;
  font-weight: 600;
  white-space: nowrap;
  flex: 1 0 25%;
}
ul.flex-list li img {
  margin: 0 16px 0 0;
}

.ls-consumer-badges {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ls-consumer-badges .badge-item {
  display: flex;
  flex: 0 1 calc(50% - 30px);
  min-width: 220px;
  margin: 0 10px 40px;
}

.ls-consumer-badges .badge-item.disabled {
  cursor: default;
}

.ls-consumer-badges .badge-item .badge-image {
  padding-right: 20px;
}

.ls-consumer-badges .badge-item .badge-image img {
  max-width: 100px;
}

.ls-consumer-badges .badge-item .badge-image:not(.done) img {
  filter: grayscale(100%);
  opacity: 0.33;
}

.ls-consumer-badges .badge-item .badge-label {
  font-size: 15px;
  line-height: 22px;
}
.ls-consumer-badges .badge-item .badge-label h5 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ls-consumer-badges .badge-item .badge-label .badge-label-text {
  display: inline-block;
  background-color: #F1F1F3;
  padding: 1px 10px 3px;
  border-radius: 7px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #47575B;
}
.ls-consumer-badges .badge-item .badge-label p {
  font-size: 14px;
  line-height: 24px;
  color: #4fa3b1;
  margin: 0;
}

.health-activities .pagination {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 0 100%;
  float: unset;
  position: inherit;
}

.health-activities-table tbody.loading-large {
  width: 100%;
  margin: 10px 0;
  caption-side: bottom;
  display: table-caption;
}

.health-activities-table td.health-activities-no-results {
  text-align: center;
  font-weight: 600;
}

.health-activities-table thead tr td.sorting-col {
  cursor: pointer;
  white-space: break-spaces;
}

.health-activities-table tbody .ha-tr-current-month td {
  background-color: #FBF2BE;
  border-top-color: #fff;
}

.health-activities-table tbody .ha-tr-last-month td {
  background-color: #cae8da;
  border-top-color: #fff;
}

.health-activities-table tbody tr td.ha-activity-date {
  width: 120px;
}

.health-activities-table tbody tr td.ha-title {
  min-width: 150px;
}

.health-activities-table tbody tr td.ha-result,
.health-activities-table tbody tr td.ha-rank,
.health-activities-table tbody tr td.ha-details {
  min-width: 100px;
}

.health-activities-table thead tr td.sorting-col.asc::after,
.health-activities-table thead tr td.sorting-col.desc::after,
.health-activities-table thead tr td.sorting-col:hover::after {
  color: #B2B2B2;
  content: "⯆";
  display: inline-block;
}

.health-activities-table thead tr td.sorting-col::after {
  content: "  ";
}

.health-activities-table thead tr td.sorting-col.asc::after {
  transform: scaleY(-1);
}

.apai-quiz h6 {
  font-size: 21px;
  line-height: 32px;
  margin: 0;
}
.apai-quiz h6.ellipsis-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.apai-quiz .apai-desc {
  margin: 25px 0;
}
.apai-quiz .apai-desc p {
  font-size: 16px;
  line-height: 24px;
  margin-right: 35px;
}
.apai-quiz .apai-desc p.text-hint {
  color: #50b184;
  font-size: 14px;
  line-height: 20px;
}
.apai-quiz .apai-header {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  justify-content: flex-start;
  border-bottom: 2px solid #EBE9E7;
}
.apai-quiz .apai-header .svg-wrapper {
  padding: 10px;
  border-radius: 7px;
  margin-right: 15px;
  background-color: #1b3d60;
}
.apai-quiz .apai-header h3 {
  margin-bottom: 0;
}
.apai-quiz .apai-header svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.apai-quiz .apai-question-wrapper .question-wrapper {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 7px;
  margin-right: 10px;
  color: #2B3233;
  background-color: #cae3e7;
  text-wrap: nowrap;
}
.apai-quiz .apai-question-wrapper h6 {
  font-size: 20px;
  line-height: 28px;
}
.apai-quiz .category-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  padding: 6px 20px;
  justify-content: space-between;
  border-radius: 14px;
}
.apai-quiz .category-header .category-header-stars,
.apai-quiz .category-header .category-header-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.apai-quiz .category-header .category-header-content > div {
  margin-right: 16px;
}
.apai-quiz .category-header .category-header-content > p {
  margin: 0;
  font-weight: 600;
  color: #2B3233;
}
.apai-quiz .category-header .category-header-content svg {
  width: 40px;
  height: 40px;
  fill: #4fa3b1;
}
.apai-quiz .category-header .category-header-stars {
  margin-bottom: 4px;
}
.apai-quiz .category-header .category-header-stars .star svg {
  fill: none;
  margin: 2px;
  width: 15px;
  height: 15px;
}
.apai-quiz .category-header .category-header-stars .star.empty svg {
  fill: #B2B2B2;
}
.apai-quiz .category-header .category-header-stars .star.fill svg {
  fill: #1b3d60;
}
.apai-quiz .category-header .checkmark {
  width: 24px;
  height: 24px;
  fill: #50b184;
  margin-left: 20px;
}
.apai-quiz .category-header span p {
  margin: 0;
  color: #2B3233;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.apai-quiz .apai-results .category-header,
.apai-quiz .apai-finished .category-header {
  border: 1px solid #EBE9E7;
}
.apai-quiz .apai-finished .category-header {
  cursor: pointer;
}
.apai-quiz .apai-finished .category-header:last-of-type {
  margin-bottom: 30px;
}
.apai-quiz .apai-category-wrapper .category-header {
  background-color: #F1F1F3;
}
.apai-quiz .apai-results-wrapper {
  width: 100%;
  text-align: center;
}
.apai-quiz .apai-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}
.apai-quiz .apai-results .category-header {
  padding: 6px 16px 6px 6px;
  margin: 0;
  overflow: hidden;
}
.apai-quiz .apai-results .category-header .checkmark {
  margin-left: 0;
}
.apai-quiz .apai-results .category-header .header-svg {
  background-color: #F1F1F3;
  border-radius: 7px;
  padding: 7px;
  margin-right: 15px;
}
.apai-quiz .apai-results .category-header .category-header-stars .star.empty svg {
  fill: #DEDAD7;
}
.apai-quiz .apai-results .category-header .category-header-stars .star.fill svg {
  fill: #f2d624;
}
.apai-quiz .apai-results .category-header .header-inner p {
  color: #2B3233;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.apai-quiz .apai-pb-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
.apai-quiz .apai-pb-wrapper .apai-pb {
  width: 100%;
  height: 10px;
  position: relative;
  border-radius: 30px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #EBE9E7;
}
.apai-quiz .apai-pb-wrapper .pb-progress {
  left: 0;
  height: 8px;
  position: absolute;
  border-radius: 30px;
  display: inline-block;
  background-color: #4fa3b1;
}
.apai-quiz .apai-pb-wrapper .apai-pb-labels {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 12px;
  color: #B2B2B2;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
}
.apai-quiz .apai-pb-wrapper .apai-pb-labels .rendered {
  color: #47575B;
}
.apai-quiz .apai-pb-wrapper .apai-pb-item {
  position: relative;
}
.apai-quiz .apai-pb-wrapper .apai-pb-item .pb-mark {
  left: 0;
  width: 1px;
  top: -10px;
  height: 7px;
  position: absolute;
  background-color: #EBE9E7;
}
.apai-quiz .apai-question-wrapper {
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
  border-top: 2px solid #EBE9E7;
  border-bottom: 2px solid #EBE9E7;
}
.apai-quiz .category-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px;
  justify-content: space-between;
}
.apai-quiz .category-content p {
  font-size: 14px;
  max-width: 575px;
  margin-right: 15px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
}
.apai-quiz .category-content .apai-interval-inner {
  width: 100%;
  max-width: 280px;
  min-width: 250px;
}
.apai-quiz .category-content .apai-interval-slider {
  height: 6px;
  border-radius: 30px;
  border: 1px solid #EBE9E7;
}
.apai-quiz .category-content .slider-labels {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.apai-quiz .category-content .slider-label {
  cursor: pointer;
}
.apai-quiz .category-content .slider-label:hover {
  color: #2B3233;
}
.apai-quiz .category-content .apai-interval-inner .ui-slider-tick-mark {
  top: -3px;
  z-index: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  border: 2px solid #fff;
}
.apai-quiz .category-content .apai-interval-inner .ui-slider-tick-mark.weak {
  left: -1%;
  background-color: #70a3d7;
}
.apai-quiz .category-content .apai-interval-inner .ui-slider-tick-mark.normal {
  left: 49%;
  background-color: #377cc4;
}
.apai-quiz .category-content .apai-interval-inner .ui-slider-tick-mark.strong {
  left: 99%;
  background-color: #1b3d60;
}
.apai-quiz .category-content .ui-slider {
  background: linear-gradient(116deg, #70a3d7 0%, #377cc4 50%, #1b3d60 100%);
}
.apai-quiz .category-content .slider-range-inverse {
  right: 0;
  height: 100%;
  background: #fff;
  position: absolute;
}
.apai-quiz .category-content .apai-slider-handle.ui-state-hover,
.apai-quiz .category-content .apai-slider-handle.ui-state-default {
  top: -10px;
  z-index: 2;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #fff;
  border: 7px solid;
  border-radius: 50%;
}
.apai-quiz .category-content .apai-slider-handle:focus {
  outline: none;
}
.apai-quiz .category-content .apai-slider-handle.weak {
  border-color: #70a3d7;
}
.apai-quiz .category-content .apai-slider-handle.normal {
  border-color: #377cc4;
}
.apai-quiz .category-content .apai-slider-handle.strong {
  border-color: #1b3d60;
}
.apai-quiz .category-content .slider-range-inverse.inverse-full {
  width: 100%;
}
.apai-quiz .category-content .slider-range-inverse.inverse-middle {
  width: 50%;
}
.apai-quiz .category-content .slider-range-inverse.inverse-no {
  width: 0;
}
.apai-quiz .category-content .ui-slider-range {
  background: transparent;
}
.apai-quiz .category-content .handle-track.offset-no {
  left: 0;
}
.apai-quiz .category-content .handle-track.offset-middle {
  left: 50%;
}
.apai-quiz .category-content .handle-track.offset-full {
  left: 100%;
}
.apai-quiz .category-manage {
  margin: 0 20px;
}
.apai-quiz .apai-loader {
  margin: 80px auto;
}
.apai-quiz .apai-results-success {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 30px;
  border-radius: 14px;
  margin-bottom: 30px;
  background-color: #cae8da;
  color: #2B3233;
}
.apai-quiz .apai-results-success::before {
  content: "\e90e";
  font-size: 40px;
  color: #4fa3b1;
  margin-right: 20px;
}

.hao-wrapper .hao-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 30px 0 0;
  padding: 16px 20px;
  border: 1px solid #EBE9E7;
  border-radius: 7px;
  font-size: 16px;
  line-height: 24px;
}
.hao-wrapper .hao-info i {
  margin-right: 16px;
  font-size: 20px;
  color: #bdb6af;
}
.hao-wrapper .hao-stat-nav {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2.55px;
  font-style: normal;
  user-select: none;
  color: #4fa3b1;
}
.hao-wrapper .hao-stat-nav::after {
  padding: 0 0 2px 7px;
  font-size: 14px;
}
.hao-wrapper .hao-stat-nav.hao-up::after {
  content: "\e61b";
}
.hao-wrapper .hao-stat-nav.hao-down::after {
  content: "\e61a";
}
.hao-wrapper .hao-stat-nav:hover {
  cursor: pointer;
  color: #1b3d60;
}

.hao-blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hao-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  width: 100%;
  max-width: 800px;
}

.hao-pb-wrapper {
  width: 100%;
  margin-top: 35px;
  margin-right: 30px;
  position: relative;
}
.hao-pb-wrapper .hao-pb-scale,
.hao-pb-wrapper .hao-pb-numbers {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.hao-pb-wrapper .hao-pb-numbers {
  width: calc(100% + 8px);
  margin: 7px 0 0 -3px;
  padding: 0 0 3px 0;
}
.hao-pb-wrapper .hao-pb-numbers p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
}
.hao-pb-wrapper .hao-pb-scale {
  height: 7px;
  margin: 10px 0 0 -1px;
}
.hao-pb-wrapper .hao-pb-scale span {
  width: 1px;
  height: 100%;
  background-color: #EBE9E7;
}
.hao-pb-wrapper .hao-pb-scale span.dec-scale {
  background-color: #B2B2B2;
}
.hao-pb-wrapper .hao-pb {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: 13px;
  border: 1px solid #EBE9E7;
}
.hao-pb-wrapper .hao-pb,
.hao-pb-wrapper .hao-pb .hao-pb-back,
.hao-pb-wrapper .hao-pb .hao-pb-weeks {
  border-radius: 30px;
}
.hao-pb-wrapper .hao-pb .hao-pb-back {
  height: 9px;
  margin: 1px;
  background-color: #fff;
}
.hao-pb-wrapper .hao-pb .hao-pb-weeks {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
  background: linear-gradient(116deg, #f2d624 0%, #50b184 100%);
}
.hao-pb-wrapper .hao-pb .hao-pb-weeks span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 1px;
}
.hao-pb-wrapper .hao-pb .hao-pb-weeks span {
  right: 2px;
}
.hao-pb-wrapper .hao-pb .hao-pb-pin {
  position: absolute;
  transform: rotate(-45deg);
  border-radius: 50% 50% 50% 2px;
}
.hao-pb-wrapper .hao-pb .hao-pb-pin > div {
  width: 100%;
  height: 100%;
  display: flex;
  color: #2B3233;
  border-radius: 50%;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  transform: rotate(45deg);
}
.hao-pb-wrapper .hao-pb .hao-pb-weeks-pin {
  top: -55px;
  z-index: 2;
  width: 42px;
  right: -16px;
  height: 42px;
  background-color: #50b184;
  border: 6px solid #50b184;
}
.hao-pb-wrapper .hao-pb .hao-pb-weeks-pin > div {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.hao-pb-wrapper .hao-info-btn {
  position: absolute;
  top: -6px;
  right: -30px;
  line-height: 20px;
}
.hao-pb-wrapper .hao-info-btn i {
  font-size: 20px;
  color: #47575B;
}
.hao-pb-wrapper .hao-info-btn i:hover {
  color: #1b3d60;
}

.hao-stats {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 14px;
  align-items: center;
  padding: 30px 20px 30px 0;
  justify-content: space-between;
  border: #EBE9E7 solid 1px;
}
.hao-stats .stat-blocks,
.hao-stats .hao-pie-chart {
  width: 50%;
}
.hao-stats .hao-pie-chart {
  display: flex;
  height: 320px;
  margin: 0 40px;
  align-items: center;
  justify-content: center;
}
.hao-stats .hao-pie-chart canvas {
  width: 95%;
}
.hao-stats .stat-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 4px 14px 4px 7px;
  justify-content: space-between;
  border: #EBE9E7 solid 1px;
  border-radius: 7px;
}
.hao-stats .stat-block .stat-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hao-stats .stat-block .stat-title div {
  margin-right: 12px;
  background-color: #F1F1F3;
  border-radius: 7px;
  padding: 6px;
}
.hao-stats .stat-block .stat-title svg {
  width: 32px;
  height: 32px;
  fill: #4fa3b1;
}
.hao-stats .stat-block .stat-title p {
  margin: 0;
  font-size: 16px;
  color: #2B3233;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
}
.hao-stats .stat-block .stat-block-points {
  width: 26px;
  height: 26px;
  display: flex;
  padding: 5px 10px;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}
.hao-stats .stat-block .stat-block-points p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
}
.hao-stats .stat-block + .stat-block {
  margin-top: 4px;
}

.quiz {
  position: relative;
  margin-bottom: 20px;
}
.quiz .quiz-details {
  padding: 30px 32px;
  border: #EBE9E7 solid 1px;
  border-top: #1b3d60 solid 5px;
  border-radius: 14px;
}
.quiz .quiz-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBE9E7;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #2B3233;
}
.quiz .quiz-title .icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: #1b3d60;
  border-radius: 7px;
}
.quiz .quiz-title .icon svg {
  fill: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz .quiz-question {
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 2px solid #EBE9E7;
}
.quiz .question-text {
  font-size: 20px;
  font-weight: 600;
  color: #2B3233;
  line-height: 28px;
  margin-bottom: 10px;
}
.quiz .quiz-question span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 7px;
  color: #4fa3b1;
  background-color: #cae3e7;
}
.quiz .quiz-answers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  counter-reset: answersCount;
}
.quiz .quiz-answer {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-basis: calc(50% - 15px);
  margin-bottom: 30px;
  padding: 5px 44px 5px 5px;
  border: 1px solid #EBE9E7;
  border-radius: 7px;
  cursor: pointer;
}
.quiz .quiz-item {
  margin-bottom: -30px;
}
.quiz .quiz-item.finished {
  margin: 0;
}
.quiz .quiz-item.finished .quiz-answer {
  cursor: default;
}
.quiz .quiz-answer.correct {
  border-color: #50b184;
}
.quiz .quiz-answer.incorrect {
  border-color: #E54215;
}
.quiz .quiz-answer::before {
  counter-increment: answersCount;
  content: counter(answersCount, upper-alpha);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 65px;
  height: 100%;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #2B3233;
  background: #F1F1F3;
  border-radius: 7px;
}
.quiz .quiz-answer.correct::before {
  color: #fff;
  background: #50b184;
}
.quiz .quiz-answer.incorrect::before {
  color: #fff;
  background: #E54215;
}
.quiz .answer-text span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.quiz .quiz-answer.correct .answer-text span {
  color: #50b184;
}
.quiz .quiz-answer.incorrect .answer-text span {
  color: #E54215;
}
.quiz .answer-text p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.quiz .answer-checkbox {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #B2B2B2;
  border-radius: 7px;
}
.quiz .quiz-answer.selected .answer-checkbox::before {
  content: "✓";
}
.quiz .question-explanation {
  margin-bottom: 25px;
  font-weight: 600;
}
.quiz .question-explanation.correct span {
  color: #50b184;
}
.quiz .question-explanation.incorrect span {
  color: #E54215;
}
.quiz .quiz-result .loading-large {
  margin: 0;
}
.quiz .quiz-result h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.quiz .quiz-result p:first-of-type {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #50b184;
  margin: 0;
}
.quiz .quiz-result p + p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

#backtotop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  text-align: center;
  font-size: 10px;
  z-index: 1000;
}

#backtotop > span {
  width: 40px;
  height: 40px;
  padding: 8px 6px 4px;
  border-radius: 7px;
  display: block;
  position: absolute;
  background-color: #B2B2B2;
  opacity: 0.75;
  transition: all 0.25s ease-out;
}

#backtotop > span:hover {
  background-color: #4fa3b1;
  transform: scale(1.2);
  opacity: 1;
}

#backtotop > span::before {
  content: "\e61a";
  font-size: 20px;
  color: #fff;
}

#cookies-modal-content.fancybox-content {
  height: auto;
  max-width: 656px;
  width: 100%;
  padding: 50px 64px;
}

#cookies-modal-content a {
  outline: 0;
  content: "";
  color: #4fa3b1;
  font-weight: 600;
  text-decoration: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-image: linear-gradient(#4fa3b1, #4fa3b1);
}
#cookies-modal-content a:hover {
  outline: none;
  color: #1b3d60;
  text-decoration: none;
  background-size: 0 1px;
}
#cookies-modal-content a:focus {
  text-decoration: none;
}

#cookies-modal-content h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #47575B;
  margin: 0;
}

#cookies-modal-content h2 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: #1b3d60;
  text-align: left;
  padding: 4px 0 8px;
  margin: 0;
}

#cookies-modal-content .pa-accordion {
  margin: 15px 0;
}

#cookies-modal-content p,
#cookies-modal-content li {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

#cookies-modal-content .accordion-head label {
  font-weight: 600;
}

.cookies-modal-buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 25px;
}

.cookies-modal-buttons > input {
  margin: 0 !important;
  width: 100%;
}

@keyframes msgeffect {
  50% {
    margin-right: 25px;
    padding-right: 0;
  }
}
.streamline-channels {
  position: relative;
  margin: 0 60px;
}
.streamline-channels .inline-msg {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  margin: 0 0 40px 0;
  border-radius: 4px;
  border: #E54215 solid 1px;
  border-left-width: 4px;
  color: #E54215;
  line-height: 22px;
}
.streamline-channels .inline-msg i {
  color: #E54215;
  font-size: 19px;
  margin: -4px 20px 0 0;
  animation: msgeffect 300ms;
  animation-iteration-count: 2;
  animation-timing-function: ease;
  animation-delay: 500ms;
}
.streamline-channels .channels-swiper {
  width: 100%;
  overflow: hidden;
}
.streamline-channels .streamline-item {
  display: flex;
}
.streamline-channels .streamline-data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.streamline-channels .streamline-logo-container {
  margin-right: 30px;
}
.streamline-channels .streamline-logo-container,
.streamline-channels .streamline-logo-container img,
.streamline-channels .streamline-logo-placeholder {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.streamline-channels .streamline-logo-placeholder {
  background-color: #F1F1F3;
}
.streamline-channels .streamline-label-title {
  color: #2B3233;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.streamline-channels .streamline-label-desc {
  color: #47575B;
  font-size: 14px;
  line-height: 20px;
}
.streamline-channels .streamline-label-link {
  margin: 0 0 2px 5px;
}
.streamline-channels .streamline-switcher {
  display: inline-block;
  width: 58px;
  height: 42px;
  margin: 20px 0 0 0;
}
.streamline-channels .checkbox-switcher {
  display: inline;
  vertical-align: bottom;
}
.streamline-channels .swiper-button-prev,
.streamline-channels .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.streamline-channels .swiper-button-prev {
  left: -60px;
}
.streamline-channels .swiper-button-next {
  right: -60px;
}
.streamline-channels .swiper-button-prev i,
.streamline-channels .swiper-button-next i {
  font-size: 30px;
  color: #B2B2B2;
}
.streamline-channels .swiper-button-prev:hover i,
.streamline-channels .swiper-button-next:hover i {
  color: #4fa3b1;
}
.streamline-channels .swiper-button-lock,
.streamline-channels .swiper-pagination-lock {
  display: none !important;
}

.consumers-invitation-form input.mistake {
  border-color: #E54215;
}

p.ci-error {
  color: #E54215;
}

@keyframes csRotating {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.cs-content-search {
  max-width: 550px;
  margin: 0 auto;
}
.cs-content-search .cs-search-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 2px 14px;
  background-color: #fff;
  border: #EBE9E7 solid 1px;
  border-radius: 7px;
}
.cs-content-search .cs-search-wrapper:hover {
  border-color: #B2B2B2;
}
.cs-content-search .cs-search-wrapper .cs-search-field {
  width: 100%;
  margin: 0;
  padding: 6px 10px 6px 0;
  border: none;
  font-size: 16px;
}
.cs-content-search .cs-search-icon {
  color: #B2B2B2;
  font-size: 18px;
}
.cs-content-search .cs-search-loading,
.cs-content-search .cs-search-clear {
  display: none;
  font-size: 18px;
}
.cs-content-search .cs-search-clear {
  cursor: pointer;
}
.cs-content-search .cs-search-loading {
  content: "";
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  border: 2px solid #2B3233;
  border-bottom-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  background: transparent;
  opacity: 0.7;
  animation: rotating 2s linear infinite;
}
.cs-content-search .cs-post-list {
  list-style: none;
  padding: 5px;
  margin: 10px;
}
.cs-content-search .cs-post-list li {
  margin-bottom: 10px;
}
.cs-content-search .cs-post-list a {
  display: block;
  text-decoration: underline;
  font-weight: 600;
}
.cs-content-search .cs-posts li:last-child {
  margin: 0;
}
.cs-content-search .cs-search-result .accordion-content {
  padding: 0;
}
.cs-content-search .cs-no-results {
  margin: 20px 4px;
}
.cs-content-search .pa-accordion {
  margin: 0 !important;
}
.cs-content-search .pa-accordion .accordion-head {
  color: #47575B;
  border-top: #DEDAD7 solid 1px;
  border-bottom: #DEDAD7 solid 1px;
}
.cs-content-search .pa-accordion .sub-accordion {
  border-width: 0;
}
.cs-content-search .pa-accordion .accordion-head:hover {
  color: #1b3d60;
}

.personal-plan-btn {
  position: relative;
}
.personal-plan-btn.planned {
  color: #50b184;
}
.personal-plan-btn i {
  margin: 0 4px 4px -4px;
  vertical-align: middle;
}
.personal-plan-btn > input[type=text] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  left: -2px;
  border: none;
  bottom: -20px;
  position: absolute;
}

.top-type-label-wrapper .personal-plan-btn i {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 4px;
}
.top-type-label-wrapper .personal-plan-btn + .top-type-label {
  margin-left: 10px;
}

.share .personal-plan-btn i {
  margin: 0;
}

.share .personal-plan-btn.planned i {
  color: #f2d624;
}

.personal-plan-streamline-message {
  font-size: 14px;
  font-weight: 600;
  color: #50b184;
  line-height: 24px;
}
.personal-plan-streamline-message:hover {
  cursor: pointer;
}
.personal-plan-streamline-message i {
  color: #2B3233;
  font-size: 18px;
  margin: 0 6px 2px 0;
}
.personal-plan-streamline-message span {
  color: #2B3233;
}

.personal-plan-planer.ui-datepicker {
  z-index: 999 !important;
}

.expert-description {
  color: #fff;
}

.expert-container {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 14px;
  background-color: #1b3d60;
}
.expert-container .expert-info-wrapper {
  display: flex;
  padding-top: 24px;
  margin-top: 24px;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #70a3d7;
}
.expert-container .expert-info-wrapper img.expert-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  border-radius: 50%;
}
.expert-container .expert-info-wrapper .expert-info {
  width: 100%;
  color: #fff;
}
.expert-container .expert-info-wrapper .expert-info h4 {
  color: #f2d624;
  margin: 0;
  font-weight: 600;
}
.expert-container .expert-info-wrapper .expert-info p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.expert-container .expert-info-wrapper .expert-info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.expert-container .expert-info-wrapper .expert-info a:hover {
  color: #cae3e7;
}

.expert-thumbnail-block {
  z-index: 3;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-start;
  bottom: 0;
  right: 0;
  margin: 10px;
}
.expert-thumbnail-block h4 {
  margin: 3px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
}
.expert-thumbnail-block h2 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.expert-thumbnail-block img.expert-img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px !important;
  margin-left: 10px;
}

.stream-item .expert-thumbnail-block {
  margin: 0 20px 20px 0;
}
.stream-item .expert-thumbnail-block img.expert-img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
}

.rate-block-theme-wrapper {
  width: 100%;
  padding: 0 15px;
}

.rate-block-wrapper {
  width: 100%;
  display: flex;
  padding: 15px 10px;
  margin: 40px 0 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: #EBE9E7 solid 1px;
  border-radius: 14px;
}
.rate-block-wrapper h3 {
  font-size: 20px;
  line-height: 30px;
}
.rate-block-wrapper h3,
.rate-block-wrapper .rate-buttons {
  margin: 0 30px;
}
.rate-block-wrapper .rate-buttons {
  padding: 16px 0;
}
.rate-block-wrapper .normal-button {
  margin: 0;
}
.rate-block-wrapper .normal-button > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rate-block-wrapper .normal-button > span svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.rate-block-wrapper .normal-button.rate-no > span svg {
  margin-top: 3px;
}
.rate-block-wrapper .rate-buttons.rated .normal-button.reversed {
  filter: grayscale(1);
  opacity: 0.7;
}
.rate-block-wrapper .normal-button.rate-yes:hover > span svg {
  fill: #50b184;
}
.rate-block-wrapper .normal-button.rate-no:hover > span svg {
  fill: #E54215;
}
.rate-block-wrapper .normal-button.rate-yes-selected > span svg,
.rate-block-wrapper .normal-button.rate-no-selected > span svg {
  fill: #fff;
}

form#sport-calc,
form#pulse-calc,
form#walking-calc,
form#calories-calc,
form#mountain-calc,
form#umrechnungstool-calc,
form#bewegungs-calc {
  border-radius: 14px;
  background-color: #F1F1F3;
}
form#sport-calc h3 label,
form#pulse-calc h3 label,
form#walking-calc h3 label,
form#calories-calc h3 label,
form#mountain-calc h3 label,
form#umrechnungstool-calc h3 label,
form#bewegungs-calc h3 label {
  color: #47575B;
}
form#sport-calc .calc-results-box,
form#pulse-calc .calc-results-box,
form#walking-calc .calc-results-box,
form#calories-calc .calc-results-box,
form#mountain-calc .calc-results-box,
form#umrechnungstool-calc .calc-results-box,
form#bewegungs-calc .calc-results-box {
  background-color: #cae3e7;
  border: #fff solid 1px !important;
  border-radius: 7px;
}
form#sport-calc .calc-results-box div,
form#pulse-calc .calc-results-box div,
form#walking-calc .calc-results-box div,
form#calories-calc .calc-results-box div,
form#mountain-calc .calc-results-box div,
form#umrechnungstool-calc .calc-results-box div,
form#bewegungs-calc .calc-results-box div {
  color: #2B3233;
}
form#sport-calc .calc-results-box h5,
form#pulse-calc .calc-results-box h5,
form#walking-calc .calc-results-box h5,
form#calories-calc .calc-results-box h5,
form#mountain-calc .calc-results-box h5,
form#umrechnungstool-calc .calc-results-box h5,
form#bewegungs-calc .calc-results-box h5 {
  color: #2B3233;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
form#sport-calc .calc-results-box span,
form#pulse-calc .calc-results-box span,
form#walking-calc .calc-results-box span,
form#calories-calc .calc-results-box span,
form#mountain-calc .calc-results-box span,
form#umrechnungstool-calc .calc-results-box span,
form#bewegungs-calc .calc-results-box span {
  color: #1b3d60;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
form#sport-calc .error-msg,
form#pulse-calc .error-msg,
form#walking-calc .error-msg,
form#calories-calc .error-msg,
form#mountain-calc .error-msg,
form#umrechnungstool-calc .error-msg,
form#bewegungs-calc .error-msg {
  color: #E54215;
}

div#company-channel-post .cct-table-control a:hover i.icomoon-remove {
  color: #E54215;
}

.legal-text-item {
  display: flex;
  align-items: center;
}
.legal-text-item .legal-text-item-icon {
  margin-right: 30px;
}

@keyframes ai-coach-loading {
  0% {
    transform: translate(0, 0);
    background-color: #B2B2B2;
  }
  25% {
    transform: translate(0, -3px);
  }
  50% {
    transform: translate(0, 0);
    background-color: #B2B2B2;
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes badge-shake {
  0% {
    transform: scale(1.2) rotate(0deg);
  }
  20% {
    transform: scale(1.2) rotate(-5deg);
  }
  40% {
    transform: scale(1.2) rotate(5deg);
  }
  60% {
    transform: scale(1.2) rotate(-3deg);
  }
  80% {
    transform: scale(1.2) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.ai-coach-chat {
  position: relative;
  width: 100%;
  max-width: 550px;
  font-size: 14px;
  line-height: 23px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 #EBE9E7;
  border-radius: 14px;
}
.ai-coach-chat a.normal-button {
  display: inline-block;
  min-width: 100px;
}
.ai-coach-chat a.normal-button.long-btn {
  max-width: unset;
}
.ai-coach-chat .ai-coach-message:last-child a.normal-button {
  margin-bottom: 0;
}
.ai-coach-chat .normal-button:not(.hide) + .normal-button,
.ai-coach-chat .normal-button + .normal-button.hide + .normal-button {
  margin-left: 0;
}
.ai-coach-chat .ai-coach-message-text h4 {
  margin: 0;
  font-size: 17px;
  line-height: 25px;
}
.ai-coach-chat .ai-coach-message-text > a {
  font-weight: 600;
}
.ai-coach-chat .ai-coach-box-text .ai-coach-message-content {
  background-color: #E5F1F3;
}
.ai-coach-chat .ai-coach-start-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FBF2BE;
  padding: 5px 15px;
  margin: 5px 0;
  border-radius: 7px;
  line-height: 28px;
}
.ai-coach-chat .ai-coach-start-date span {
  font-weight: 600;
}
.ai-coach-chat .ai-coach-start-date + .tcf-overview-list {
  margin-top: 15px;
  border-top: #EBE9E7 solid 1px;
}
.ai-coach-chat .ai-coach-messages-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 80vh;
  max-height: 800px;
  padding: 30px;
  overflow-y: scroll;
  transition: justify-content 0.3s ease-in-out;
}
.ai-coach-chat .ai-coach-messages-container::-webkit-scrollbar {
  display: none;
}
.ai-coach-chat .ai-coach-intro {
  margin-bottom: 20px;
}
.ai-coach-chat .ai-coach-message {
  position: relative;
  margin-bottom: 5px;
}
.ai-coach-chat .ai-coach-message.user {
  align-self: flex-end;
}
.ai-coach-chat .ai-coach-message:not(.ai-coach-loading) {
  left: -10%;
  opacity: 0;
}
.ai-coach-chat .ai-coach-message.bot + .ai-coach-message.user,
.ai-coach-chat .ai-coach-message.user + .ai-coach-message.bot,
.ai-coach-chat .ai-coach-message.bot.expert-message + .ai-coach-message.bot:not(.expert-message),
.ai-coach-chat .ai-coach-message.bot:not(.expert-message) + .ai-coach-message.bot.expert-message,
.ai-coach-chat .ai-coach-message.bot.ai-coach-expert-block + .ai-coach-message {
  margin-top: 17px;
}
.ai-coach-chat .ai-coach-message.bot:not(.ai-coach-expert-block) + .ai-coach-message.bot .ai-coach-avatar {
  display: none;
}
.ai-coach-chat .ai-coach-message.ai-coach-compass,
.ai-coach-chat .ai-coach-message.ai-coach-compass + .ai-coach-message.ai-coach-actions-container {
  width: 100%;
  padding-right: 48px;
  justify-content: center;
}
.ai-coach-chat .ai-coach-message.ai-coach-compass .ai-coach-message-content {
  background-color: #fff;
  padding: 20px 0;
}
.ai-coach-chat .ai-coach-message.ai-coach-list-block .ai-coach-message-content {
  background: white;
  border: 1px solid #EBE9E7;
  border-radius: 14px;
  padding: 8px 16px;
  min-width: 240px;
}
.ai-coach-chat .ai-coach-message.ai-coach-teaser-block {
  width: 100%;
}
.ai-coach-chat .ai-coach-message.ai-coach-teaser-block .ai-coach-message-content {
  background: white;
  border: 1px solid #EBE9E7;
  border-radius: 14px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
}
.ai-coach-chat .ai-coach-message.ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-message-content {
  border: none;
}
.ai-coach-chat .ai-coach-message.bot,
.ai-coach-chat .ai-coach-actions-container,
.ai-coach-chat .ai-coach-message.ai-coach-loading {
  padding-left: 48px;
}
.ai-coach-chat .ai-coach-message.bot .ai-coach-avatar,
.ai-coach-chat .ai-coach-message.ai-coach-loading .ai-coach-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.ai-coach-chat .ai-coach-message.bot .ai-coach-avatar .ai-coach-avatar-status,
.ai-coach-chat .ai-coach-message.ai-coach-loading .ai-coach-avatar .ai-coach-avatar-status {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #50b184;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 50%;
}
.ai-coach-chat .ai-coach-message.bot .ai-coach-avatar img,
.ai-coach-chat .ai-coach-message.ai-coach-loading .ai-coach-avatar img {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F1F1F3;
  width: 100%;
  height: 100%;
}
.ai-coach-chat .ai-coach-message.bot.ai-coach-expert-block {
  padding-left: 0;
  width: 100%;
}
.ai-coach-chat .ai-coach-message.bot.ai-coach-expert-block .ai-coach-avatar {
  display: none;
}
.ai-coach-chat .ai-coach-message.bot.ai-coach-expert-block .ai-coach-message-content {
  border-radius: 14px;
  background-color: #FBF2BE;
  padding: 0;
}
.ai-coach-chat .ai-coach-message-content {
  width: auto;
  padding: 10px 14px;
  border-radius: 0 14px 14px 14px;
  color: #47575B;
  background-color: #F1F1F3;
}
.ai-coach-chat .ai-coach-message.user .ai-coach-message-content {
  background-color: #cae3e7;
  color: #2B3233;
  border-radius: 14px 0 14px 14px;
}
.ai-coach-chat .ai-coach-read-indicator {
  width: fit-content;
  margin-left: auto;
}
.ai-coach-chat .ai-coach-read-indicator svg {
  fill: #4fa3b1;
}
.ai-coach-chat .ai-coach-message-text {
  margin: 0;
  text-align: left;
}
.ai-coach-chat .ai-coach-actions-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ai-coach-chat .ai-coach-actions-container.center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
}
.ai-coach-chat .ai-coach-targets-block {
  width: 100%;
  max-width: 510px;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-grid {
  width: 100%;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 8px 32px 8px 8px;
  margin-bottom: 8px;
  background-color: white;
  border: 1px #EBE9E7 solid;
  border-radius: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
  position: relative;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-item:after {
  content: "\e61e";
  position: absolute;
  right: 13px;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-item:hover {
  border-color: #4fa3b1;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-image {
  width: 48px;
  height: 48px;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-content {
  overflow: hidden;
  overflow-wrap: break-word;
}
.ai-coach-chat .ai-coach-targets-block .ai-coach-targets-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2B3233;
  margin-bottom: 0;
  text-align: left;
}
.ai-coach-chat .ai-training-plan {
  list-style-position: inside;
  padding: 4px 24px 0 26px;
}
.ai-coach-chat .ai-training-plan li {
  margin-bottom: 2px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #47575B;
}
.ai-coach-chat .tcf-overview-list {
  padding-left: 0;
  list-style: none;
}
.ai-coach-chat .tcf-overview-list > li {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ai-coach-chat .tcf-overview-list > li + li {
  border-top: 1px solid #EBE9E7;
}
.ai-coach-chat .tcf-overview-list .ai-coach-list {
  padding: 4px 0 8px;
}
.ai-coach-chat .tcf-overview-list .ai-coach-list-header {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 18px;
  padding: 0 6px;
}
.ai-coach-chat .tcf-overview-list .ai-coach-list-type {
  margin-left: 35px;
  color: #B2B2B2;
  font-size: 12px;
  line-height: 18px;
}
.ai-coach-chat .tcf-overview-list .ai-coach-list-completed {
  background-color: #cae8da;
  color: #50b184;
  padding: 2px 10px;
  border-radius: 7px;
  font-weight: 600;
}
.ai-coach-chat .tcf-overview-list .ai-coach-status-wrap {
  padding-left: 10px;
}
.ai-coach-chat .tcf-overview-list li ul,
.ai-coach-chat .tcf-overview-list li ol {
  padding: 6px 0 0 26px;
  list-style-position: inside;
}
.ai-coach-chat .tcf-overview-list li .ai-coach-list-title {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #2B3233;
  margin-top: 1px;
}
.ai-coach-chat .tcf-overview-list li .ai-coach-list-icon {
  margin-right: 10px;
  align-items: center;
}
.ai-coach-chat .tcf-overview-list li .ai-coach-list-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #4889cc;
}
.ai-coach-chat .tcf-overview-list li.completed .ai-coach-list-icon i {
  color: #50b184;
}
.ai-coach-chat .tcf-overview-list > li.completed .ai-coach-list li {
  color: #B2B2B2;
}
.ai-coach-chat .tcf-overview-list > li:not(.completed) .ai-coach-list li,
.ai-coach-chat .tcf-overview-list > li:not(.completed) .ai-coach-list li::marker {
  color: #47575B;
}
.ai-coach-chat .tcf-overview-list > li.completed .ai-coach-list li::marker {
  color: #DEDAD7;
}
.ai-coach-chat .tcf-overview-list .ai-training-plan {
  padding: 6px 0 8px 34px;
}
.ai-coach-chat .tcf-overview-list .ai-training-plan li {
  font-size: 12px;
  line-height: 18px;
}
.ai-coach-chat .tcf-overview-list .completed .ai-training-plan li {
  color: #B2B2B2;
}
.ai-coach-chat .tcf-overview-list .ai-training-plan li::marker {
  color: #4889cc;
}
.ai-coach-chat .tcf-overview-list .completed .ai-training-plan li::marker {
  color: #DEDAD7;
}
.ai-coach-chat .tcf-audio audio {
  width: 300px;
  border-radius: 7px;
}
.ai-coach-chat .tcf-video .vimeo-video {
  width: 400px;
  border-radius: 7px;
  overflow: hidden;
}
.ai-coach-chat .ai-coach-message.image img {
  max-width: 100%;
  border-radius: 0 14px 14px 14px;
  padding: 4px 0;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser {
  padding: 0;
  height: 200px;
  position: relative;
  isolation: isolate;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px;
  list-style: none;
  padding: 0;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-tags:not(.no-image) {
  position: absolute;
  bottom: 8px;
  inset-inline: 8px;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-tags:not(.no-image) {
  top: 16px;
  bottom: unset;
  inset-inline: 16px;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-tag {
  border-radius: 7px;
  background: #dcebf3;
  color: #2B3233;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 8px;
  text-transform: capitalize;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-tag:first-child {
  background: #f2d624;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-image-wrapper {
  border-radius: 0;
  overflow: visible;
  position: static;
  width: 100%;
  height: 100%;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-image-wrapper img {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-image-wrapper::before {
  background: linear-gradient(360deg, rgba(43, 50, 51, 0.8) 0%, rgba(43, 50, 51, 0) 79.81%);
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-content {
  padding: 16px;
  gap: 0;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2B3233;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-title {
  font-size: 15px;
  line-height: 24px;
  color: white;
}
.ai-coach-chat .ai-coach-teaser-block .ai-coach-teaser-excerpt {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #47575B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ai-coach-chat .ai-coach-teaser-block.ai-coach-recipe-block .ai-coach-teaser-excerpt {
  color: #f2d624;
  font-size: 12px;
  line-height: 18px;
}
.ai-coach-chat .ai-coach-expert {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  text-align: left;
}
.ai-coach-chat .ai-coach-expert .ai-coach-expert-image {
  width: 104px;
  height: 104px;
  border: none;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0;
}
.ai-coach-chat .ai-coach-expert .ai-coach-expert-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ai-coach-chat .ai-coach-expert .ai-coach-expert-image.no-image svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.ai-coach-chat .ai-coach-expert h5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2B3233;
}
.ai-coach-chat .ai-coach-expert p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #47575B;
}
.ai-coach-chat .ai-coach-expert span {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #377cc4;
  font-weight: 600;
}
.ai-coach-chat .ai-coach-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.ai-coach-chat .ai-coach-input {
  margin-bottom: 0;
}
.ai-coach-chat .ai-coach-go {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #4fa3b1;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 14px;
}
.ai-coach-chat .ai-coach-go:hover {
  background-color: #1b3d60;
}
.ai-coach-chat .ai-coach-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 8px;
  background-color: #47575B;
}
.ai-coach-chat .ai-coach-dot:nth-child(1) {
  animation: ai-coach-loading 0.6s 0.1s linear infinite;
}
.ai-coach-chat .ai-coach-dot:nth-child(2) {
  animation: ai-coach-loading 0.6s 0.2s linear infinite;
}
.ai-coach-chat .ai-coach-dot:nth-child(3) {
  margin: 0;
  animation: ai-coach-loading 0.6s 0.3s linear infinite;
}
.ai-coach-chat .ai-coach-calendar-container {
  width: 100%;
  max-width: 330px;
}
.ai-coach-chat .ai-coach-calendar-container .inline-calendar {
  padding: 0;
  margin: 15px 0;
  border: #EBE9E7 solid 1px;
  border-radius: 7px;
  overflow: hidden;
}
.ai-coach-chat .ai-coach-calendar-container .ui-timepicker-div dl {
  margin: 0;
}
.ai-coach-chat .ai-coach-calendar-container .ui-datepicker-buttonpane {
  display: none;
}
.ai-coach-chat .ai-coach-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 30px 0 10px;
}
.ai-coach-chat .ai-coach-badge-image {
  margin-bottom: 15px;
}
.ai-coach-chat .ai-coach-badge-image.shake {
  animation: badge-shake 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.ai-coach-chat .ai-coach-badge-image img {
  max-width: 200px;
}
.ai-coach-chat .ai-coach-badge-content {
  font-weight: 600;
  color: #50b184;
}

#ai-coach-frame {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  width: 100px;
  height: 100px;
  padding: 0;
  background-color: #fff;
  border: #EBE9E7 solid 1px;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
#ai-coach-frame.loaded {
  right: 20px;
  bottom: 20px;
  width: 550px;
  height: 100%;
  border-radius: 14px;
  max-height: min(800px, 90vh);
}
#ai-coach-frame .ai-coach-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
#ai-coach-frame .ai-coach-loading::before {
  display: block;
  background: url(../images/loading-large.gif) no-repeat 50% 50%;
  content: "";
  width: 64px;
  height: 64px;
}
#ai-coach-frame .ai-coach-scroll-container {
  width: 100%;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#ai-coach-frame .ai-coach-iframe {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.ai-coach-control-panel {
  padding: 8px;
  border-bottom: #EBE9E7 solid 1px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
}
.ai-coach-control-panel a.ai-coach-overview-btn {
  min-width: 0;
}
.ai-coach-control-panel a.ai-coach-close-btn {
  background-color: #F1F1F3;
  padding: 12px;
  border-radius: 50%;
}
.ai-coach-control-panel a.ai-coach-close-btn i {
  font-size: 24px;
  line-height: 24px;
  color: #B2B2B2;
  transition: all 0.25s ease-out;
}
.ai-coach-control-panel a.ai-coach-close-btn:hover i {
  color: #2B3233;
  transform: rotate(90deg);
}

#ai-coach-iframe-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#ai-coach-iframe-content .ai-coach-chat {
  box-shadow: none;
  border-radius: 0;
  flex-grow: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
#ai-coach-iframe-content .ai-coach-chat .ai-coach-messages-container {
  flex: 1;
  min-height: 0;
  height: auto;
  max-height: none;
  justify-content: flex-start;
  align-items: flex-start;
}
#ai-coach-iframe-content .ai-coach-control-panel a.ai-coach-overview-btn {
  position: absolute;
  left: 15px;
}

.ai-coach-started #backtotop {
  display: none !important;
}

.compass-wheel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Position icons in the center of each section */
}
.compass-wheel .category-container {
  width: 100%;
  max-width: 400px;
}
.compass-wheel .section-details {
  background-color: #E5F1F3;
  border-radius: 20px;
  padding: 14px;
  margin: 30px 20px 0;
}
.compass-wheel .section-details i {
  margin: 0 8px 2px 0;
}
.compass-wheel .section-details i::before {
  width: 18px;
  height: 18px;
  color: #47575B;
}
.compass-wheel .section-details h5 {
  color: #47575B;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.compass-wheel .section-details p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 25px;
}
.compass-wheel .wheel-container {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 26px;
}
.compass-wheel .wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  border: 1px dashed #47575B;
}
.compass-wheel .wheel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  height: 94%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #DEDAD7;
}
.compass-wheel .wheel-sections-svg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}
.compass-wheel .section-icon {
  position: absolute;
  overflow: hidden;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5A9FD4;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(222, 218, 215, 0.6);
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
  cursor: pointer;
}
.compass-wheel .section-icon.active {
  background: #4fa3b1;
}
.compass-wheel .section-icon > svg {
  width: 32px;
  height: 32px;
  z-index: 2;
}
.compass-wheel.spinning .section-icon.filled > svg,
.compass-wheel .section-icon > svg {
  fill: #DEDAD7;
}
.compass-wheel .section-icon.filled > svg,
.compass-wheel .section-icon:hover > svg {
  fill: #47575B;
}
.compass-wheel .section-icon.active > svg,
.compass-wheel .section-icon.active.filled > svg {
  fill: #fff;
}
.compass-wheel .section-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.compass-wheel.spinning .section-progress,
.compass-wheel .section-icon.active .section-progress {
  display: none;
}
.compass-wheel .section-progress svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140%;
  height: 140%;
  fill: #f2d624;
}
.compass-wheel .icon-1 {
  top: 0;
  left: 50%;
}
.compass-wheel .icon-2 {
  top: 36%;
  left: 98%;
}
.compass-wheel .icon-3 {
  top: 91%;
  left: 78%;
}
.compass-wheel .icon-4 {
  top: 91%;
  left: 22%;
}
.compass-wheel .icon-5 {
  top: 36%;
  left: 2%;
}
.compass-wheel .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding-bottom: 25px;
}
.compass-wheel .arrow {
  width: 40px;
  height: 40px;
}
.compass-wheel .arrow svg {
  width: 100%;
  height: 100%;
}

.ai-coach-compass-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

@media screen and (max-width: 600px) {
  #ai-coach-frame.loaded {
    width: 100%;
    height: 100%;
    max-height: 9999px;
    right: 0;
    bottom: 0;
    box-shadow: none;
    border-radius: 0;
  }
  #ai-coach-frame .ai-coach-iframe {
    border-radius: 0;
  }
  #ai-coach-frame .ai-coach-close-panel {
    padding: 15px;
    background-color: #F1F1F3;
  }
  #ai-coach-iframe-content .ai-coach-chat {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  #ai-coach-iframe-content .ai-coach-messages-container {
    padding: 15px 15px 20px 10px;
  }
  #ai-coach-iframe-content .tcf-audio audio,
  #ai-coach-iframe-content .tcf-video .vimeo-video {
    width: 200px;
  }
}
.success-box {
  padding: 24px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  border: solid 1px #EBE9E7;
  border-radius: 24px;
}
.success-box .sb-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: solid 1px #EBE9E7;
}
.success-box h3.sb-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 31px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}
.success-box h3.sb-title svg {
  width: 50px;
  height: 50px;
  fill: #4fa3b1;
  margin-right: 16px;
}
.success-box .sb-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #47575B;
}
.success-box .sb-date i {
  font-size: 24px;
  line-height: 24px;
  color: #4fa3b1;
  margin: 0 0 2px 14px;
}
.success-box .sb-goal {
  margin-bottom: 40px;
  border-radius: 14px;
}
.success-box .sb-boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}
.success-box .sb-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #EBE9E7;
  border-radius: 14px;
  padding: 24px 16px;
}
.success-box .sb-box.sb-personal-goal {
  justify-content: center;
}
.success-box .sb-box-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.success-box .sb-box h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2B3233;
  margin-bottom: 10px;
}
.success-box .sb-box.sb-personal-goal h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.success-box .sb-box.sb-personal-goal svg {
  width: 34px;
  height: 34px;
  fill: #4fa3b1;
  margin-bottom: 22px;
}
.success-box .sb-personal-goal-text {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  color: #2B3233;
  margin-bottom: 16px;
  text-align: center;
}
.success-box .sb-personal-goal-text.sb-small {
  font-size: 16px;
  line-height: 24px;
}
.success-box .sb-month-value {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #50b184;
  color: #fff;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 7px;
  width: 62px;
  height: 62px;
  text-align: center;
  font-size: 31px;
  line-height: 40px;
  font-weight: 600;
  border: solid 2px #fff;
  box-shadow: 0 0 0 1px #EBE9E7;
}
.success-box .sb-actual-month .sb-month-value {
  background-color: #f2d624;
}
.success-box .sb-month-label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.success-box .sb-month-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 400px;
  text-align: center;
  background-color: #cae8da;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #2B3233;
}
.success-box .sb-actual-month .sb-month-message {
  background-color: #FBF2BE;
}

.ls-freischaltcode-msg {
  color: #4fa3b1;
  font-weight: 600;
  margin: 7px 10px;
}
.ls-freischaltcode-msg.voucher-ok {
  color: #50b184;
  position: relative;
  padding-left: 30px;
}
.ls-freischaltcode-msg.voucher-ok::before {
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 21px;
}

.company-registration-form .ls-captcha-image {
  display: block;
}

.family-members {
  margin-bottom: 30px;
}
.family-members input[name=email] {
  width: 100%;
  max-width: 400px;
}
.family-members h5 {
  margin-bottom: 30px;
}
.family-members .invited-list {
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
}
.family-members li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  max-width: 650px;
}
.family-members li + li {
  border-top: #EBE9E7 solid 1px;
  padding-top: 15px;
}
.family-members li > div + div {
  margin-left: 20px;
}
.family-members .invited-email {
  flex-grow: 1;
  font-weight: 600;
  color: #47575B;
}
.family-members .invited-email span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: #EBE9E7 solid 2px;
}
.family-members .invited-status {
  flex-basis: 160px;
  font-size: 14px;
  line-height: 20px;
}
.family-members .invited-remove {
  flex-basis: 100px;
}
.family-members .accepted {
  color: #50b184;
  font-weight: 600;
}
.family-members .pending {
  color: #47575B;
}
.family-members .accepted-on,
.family-members .pending-on {
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 1199px) {
  .container {
    width: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content.article-view {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content.article-view .divider.transparent {
    margin-left: -30px;
    margin-right: -30px;
  }
  .above-footer .above-footer-container {
    margin: 0 -15px;
  }
  footer,
  footer a {
    font-size: 15px;
  }
  footer .footer-item {
    flex: 1 0 33.3333%;
  }
  footer h4 {
    font-size: 20px;
  }
  .main-nav .main-menu li.open > .sub-menu {
    padding-left: 32px;
    padding-right: 32px;
  }
  .teasers > ul > li {
    width: 50%;
  }
  .teasers.vertical > ul > li {
    width: 33.3333%;
  }
  ul.flex-list li {
    flex: 1 0 50%;
  }
  .challenge-details-info .pdii {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 991px) {
  body.consumer-logged, body.consumer-logged.admin-bar {
    padding-top: 60px;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .divider.transparent {
    height: 20px;
  }
  .divider.transparent,
  .row > .divider.transparent {
    margin: 0;
  }
  .content.filled .col-md-12 > .divider.transparent {
    margin: 0 -15px;
  }
  section {
    padding: 15px 0 0;
  }
  header {
    font-size: 13px;
  }
  header .header-items, header.fixed .header-items {
    padding: 0;
    height: 60px;
  }
  header a.header-item i {
    margin: 0 auto;
  }
  header .logo-wrapper img, header.fixed .logo-wrapper img {
    max-width: 180px;
    max-height: 40px;
  }
  header .member-area {
    height: auto;
    min-width: 0;
    justify-content: flex-end;
  }
  header .member-area > div {
    margin: 0 10px;
  }
  header .logo-wrapper {
    padding: 5px 15px;
  }
  header a.header-item {
    display: inline-block;
    text-align: center;
  }
  header a.header-item span {
    display: block;
  }
  header .header-popup-container,
  header .specials {
    display: none;
  }
  footer .container {
    margin: 0 15px;
  }
  footer .footer-menus {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
  }
  footer .footer-item {
    flex: 1 0 50%;
  }
  header .show-search {
    display: none;
  }
  .ls-content-filter .filters-groups,
  .ls-content-filter .filters-groups.has-checkbox {
    padding: 20px;
  }
  .ls-content-filter .hide-dropdown-content,
  .ls-content-filter .hide-dropdown-content:focus {
    margin: 0 0 20px 0;
  }
  .ls-content-filter .filters-groups.has-checkbox,
  .ls-content-filter .filters-groups.has-checkbox .filters-group {
    gap: 0 20px;
  }
  .ls-content-filter .filter-checkbox,
  .ls-content-filter .filter-radio {
    max-width: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
  .ls-content-filter .filter-checkbox:nth-of-type(2n),
  .ls-content-filter .filter:nth-of-type(2n) {
    margin-right: 0;
  }
  .ls-content-filter .sub-accordion .main-filters {
    justify-content: center;
  }
  .main-nav {
    display: none;
  }
  .consumer-logged header .mobi-nav,
  .consumer-logged header .mobi-nav-container {
    display: block;
  }
  .consumer-logged header .mobi-nav.open a {
    color: #4fa3b1;
  }
  .consumer-logged header .slicknav_menu {
    position: relative;
  }
  .consumer-logged header .header-popup-container.open,
  .consumer-logged header .slicknav_nav {
    display: block;
    overflow: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: #fff;
    padding: 22px;
    z-index: 999;
  }
  .consumer-logged header .slicknav_menu .slicknav_btn {
    padding: 12px 10px 8px;
    margin: 0 0 0 -10px;
    display: inline-block;
  }
  .consumer-logged header .slicknav_menu .slicknav_btn,
  .consumer-logged header .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .consumer-logged header .slicknav_menu ul {
    list-style: none;
    padding: 22px;
  }
  .consumer-logged header .slicknav_menu ul.sub-menu {
    padding: 0 0 10px 10px;
  }
  .consumer-logged header .slicknav_menu ul li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .consumer-logged header .slicknav_menu ul li[class*=menu-item-] {
    color: #1b3d60;
  }
  .consumer-logged header .slicknav_menu ul li.htmldescription {
    color: #47575B;
    font-size: 14px;
    line-height: 20px;
  }
  .consumer-logged header .slicknav_menu ul li.htmldescription h4 {
    color: #1b3d60;
    font-size: 17px;
    line-height: 25px;
    font-weight: 200;
    margin-bottom: 5px;
  }
  .consumer-logged header .slicknav_menu li:not(.headline) + li.htmldescription {
    margin-top: 30px !important;
  }
  .consumer-logged header .slicknav_menu > ul > li.menu-item:not(.slicknav_open)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #EBE9E7 50%, #4fa3b1 0) 100%;
    transform-origin: bottom left;
    transform: scaleX(1);
    background-size: 200%;
    transition: all 0.25s ease-out;
  }
  .consumer-logged header .slicknav_menu > ul > li.menu-item:not(.slicknav_open):hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    background-position: 0;
  }
  .consumer-logged header .slicknav_menu ul li a:not(.normal-button) {
    color: #2B3233;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .consumer-logged header .slicknav_menu ul li a[role=menuitem] {
    display: flex;
    justify-content: space-between;
    padding: 15px 7px;
  }
  .consumer-logged header .slicknav_menu ul li a:not(.normal-button):hover {
    color: #4fa3b1;
  }
  .consumer-logged header .slicknav_menu ul.sub-menu li a {
    padding: 5px 7px;
    display: block;
  }
  .consumer-logged header .slicknav_menu ul.sub-menu li a {
    outline: 0;
    content: "";
    color: #2B3233;
    font-weight: 400;
    text-decoration: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: background-size 0.35s ease-in-out;
    background-image: linear-gradient(#DEDAD7, #DEDAD7);
  }
  .consumer-logged header .slicknav_menu ul.sub-menu li a:hover {
    outline: none;
    color: #2B3233;
    text-decoration: none;
    background-size: 0 1px;
  }
  .consumer-logged header .slicknav_menu ul.sub-menu li a:focus {
    text-decoration: none;
  }
  .consumer-logged header .slicknav_menu .specials,
  .consumer-logged header .specials a.header-item span {
    display: inline-block;
  }
  .consumer-logged header .slicknav_menu .specials {
    padding: 30px 0 0;
  }
  .consumer-logged header .slicknav_menu .specials a {
    display: block;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 15px;
    color: #47575B;
    text-align: left;
  }
  .consumer-logged header .slicknav_menu .specials a i {
    color: #47575B;
    margin: 0 8px 0 0;
  }
  .consumer-logged header .slicknav_menu .main-search-wrapper {
    max-width: 600px;
  }
  .consumer-logged header .slicknav_menu ul.sub-menu .close-menu {
    display: none;
  }
  header .ppp-close {
    display: none;
  }
  header .ppp-profile {
    padding: 0;
    margin: 0;
    border-width: 0;
  }
  header .ppp-profile a.open {
    color: #4fa3b1;
  }
  header .ppp-wrapper {
    display: block;
  }
  header .ppp-menu {
    max-width: 100%;
  }
  header .ppp-menu .ppp-menu-inner {
    margin: 20px 0 0 0;
  }
  .teasers.vertical > ul > li {
    width: 50%;
  }
  .linkslist li {
    width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
  .linkslist li:not(:nth-child(-n+2)) {
    border-top: none;
  }
  .table thead tr th,
  .table thead tr td,
  .table tbody tr th,
  .table tbody tr td {
    padding: 10px;
  }
  .image-cover-caption {
    width: auto;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 20px;
  }
  .image-cover-caption h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .image-cover-caption h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .image-cover-button {
    margin-top: 15px;
  }
  .equal-boxes {
    flex-wrap: wrap;
  }
  .equal-boxes .ls-box {
    margin: 0;
  }
  .equal-boxes > div,
  .equal-boxes > .col-lg-6,
  .equal-boxes > .col-md-6 {
    margin-bottom: 15px;
  }
  .equal-boxes > .col-lg-6,
  .equal-boxes > .col-lg-4,
  .equal-boxes > .col-lg-3 {
    flex-basis: 100%;
  }
  .equal-boxes > .col-md-6 {
    flex-basis: 49.9%;
  }
  .overview-block .flex {
    flex-wrap: wrap;
  }
  .overview-block .part.text-center {
    text-align: left;
  }
  .dropdown-menu {
    right: 0;
    top: 20px;
    position: absolute;
  }
  .ls-account {
    padding-bottom: 30px;
    border-bottom: #EBE9E7 solid 1px;
  }
  .tour-cockpit .tour-cockpit-content {
    flex-wrap: wrap;
  }
  .tour-cockpit .tour-cockpit-content .tour-cp-item:first-of-type {
    width: 100%;
  }
  .ch-calendar-wrapper {
    flex-direction: column;
  }
  .apai-quiz .apai-results {
    grid-template-columns: repeat(2, 1fr);
  }
  .apai-quiz .category-content p {
    max-width: 400px;
  }
  .hao-stats .hao-pie-chart {
    margin: 0 20px;
  }
  .coli-details-container .coli-members-list li {
    flex: 0 1 50%;
  }
  .success-box .sb-boxes {
    flex-wrap: wrap;
  }
  .success-box .sb-box.sb-personal-goal {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .content h1 {
    font-size: 28px;
    line-height: 38px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: strict;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
  }
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
  header .member-area {
    padding: 4px 10px 0;
  }
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .content a {
    word-wrap: break-word;
  }
  .content.filled {
    margin: 0;
    padding: 15px;
  }
  .content.filled .fix-top-space {
    margin-top: -15px;
  }
  .content.filled .divider.transparent {
    margin: 0 -15px;
  }
  .content.article-view {
    padding: 15px;
  }
  section {
    padding: 0;
  }
  .content.article-view {
    padding: 15px;
  }
  .content img.size-cover {
    margin: 0 0 0 -15px;
    width: calc(100% + 30px);
  }
  .content p > img.size-cover {
    margin: 0 0 -15px -15px;
  }
  .content .ls-box-content > img.size-cover,
  .content .ls-box-content > p > img.size-cover,
  .content .ls-box-content > a > img.size-cover {
    margin: -15px -15px 0;
  }
  .above-footer {
    border-top: #EBE9E7 solid 5px;
  }
  .above-footer .above-footer-container {
    margin: 0;
  }
  .normal-button:not(.hide) + .normal-button,
  .normal-button + .normal-button.hide + .normal-button {
    margin-left: 15px;
  }
  .fancybox-content {
    padding: 20px 15px;
  }
  .fancybox-slide {
    padding: 10px 5px;
  }
  #messages {
    margin: 20px 15px;
  }
  .confirm-modal-container .confirm-modal {
    padding: 30px 0;
    width: 90%;
  }
  form .cell.half-width {
    width: calc(100% - 20px);
  }
  .wizard-progress-container {
    margin: 0 0 20px;
  }
  form.wizard-form, form.wizard-form.content,
  div.wizard-form,
  div.wizard-form.content {
    padding: 0 10px;
  }
  form.wizard-form .wizard-step,
  div.wizard-form .wizard-step {
    margin: 0 0 20px;
  }
  .ls-box-content {
    padding: 15px;
  }
  .ls-box-content.size-cover {
    margin: 0 0 -30px -15px;
    width: calc(100% + 30px);
  }
  .linkslist {
    margin-right: 0;
  }
  .linkslist li {
    width: 100%;
    flex: 0 0 auto;
  }
  .linkslist li:not(:nth-child(-n+1)) {
    border-top: none;
  }
  .ls_livestream_header h2 {
    font-size: 19px;
    line-height: 28px;
  }
  .ls_livestream_feed li.ls_livestream_item {
    padding: 15px 0;
  }
  .ls_livestream_feed li.ls_livestream_item svg {
    display: none;
  }
  .ls_live_stream_right {
    top: 12px;
  }
  .watchlist-table,
  .watchlist-table tbody,
  .watchlist-table tr,
  .watchlist-table td {
    display: block;
    width: 100%;
  }
  .watchlist-table {
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .watchlist-table.table {
    border-top: none;
  }
  .watchlist-table tr {
    padding-top: 30px;
    margin-top: 30px;
    border-top: #EBE9E7 solid 1px;
    text-align: center;
  }
  .watchlist-table .no-results {
    padding: 20px;
    margin: 30px 0 -30px;
    color: #47575B;
    background-color: transparent;
  }
  .watchlist-table td {
    padding: 0 !important;
  }
  .watchlist-table.table tr td,
  .watchlist-table.table tbody tr:hover td {
    background-color: #fff !important;
  }
  .watchlist-table .post-image,
  .watchlist-table .post-content {
    margin: 0 auto 15px;
  }
  .watchlist-table .post-image.no-image {
    margin-bottom: 0;
  }
  .watchlist-table .post-actions-wrapper {
    width: auto;
  }
  .watchlist-table .post-actions {
    margin: 0;
  }
  .company-sc .sc-profile {
    margin-bottom: 0;
  }
  .teasers > ul > li {
    width: 100%;
  }
  .teasers.vertical > ul > li {
    width: 50%;
  }
  .teaser .teaser-content {
    min-height: 0;
  }
  .teaser .thumbnail-wrapper img {
    height: 228px;
  }
  .image-cover {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .tabs-content > li {
    padding: 15px;
  }
  .equal-boxes > .col-lg-6.col-md-6 {
    flex-basis: 100%;
  }
  .equal-boxes .ls-box-title {
    margin: -15px -15px 15px;
  }
  .overview-block .part.part-20 {
    flex-basis: 40%;
  }
  .overview-block .part.part-40 {
    flex-basis: 60%;
  }
  .overview-block .part.part-60 {
    flex-basis: 80%;
  }
  .overview-block .part.part-80 {
    flex-basis: 100%;
  }
  #backtotop {
    left: auto;
    right: 5px;
    bottom: 5px;
    width: 34px;
    height: 34px;
  }
  #backtotop > span {
    width: 34px;
    height: 34px;
    padding-top: 4px;
  }
  ul.flex-list li {
    flex: 1 0 100%;
  }
  .challenge-details.overview-block .challenge-details-header {
    padding: 10px;
  }
  .challenge-details.overview-block .challenge-details-header .cdh-content {
    margin-left: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .challenge-details.overview-block .challenge-details-header .cdh-content .title,
  .challenge-details.overview-block .challenge-details-header .cdh-content .team-name {
    margin: 3px 5px 7px;
  }
  .challenge-details.overview-block .challenge-details-header .cdh-content .button {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
  .challenge-details.overview-block .challenge-details-header .cdh-content .button a {
    margin: 10px 0;
    max-width: 130px;
  }
  .challenge-details.overview-block .challenge-details-header .icon {
    top: 14px;
    left: 10px;
    display: inherit;
  }
  .challenge-my-buttons,
  .challenge-task {
    text-align: center;
  }
  .challenge-details-info {
    align-items: flex-start;
  }
  .challenge-details-info .pdii {
    margin: 15px 0;
    flex-basis: 100%;
    flex-direction: column;
  }
  .challenge-details-info .pdii .pdi-label {
    text-align: center;
  }
  .challenge-details-info .pdii > div:not(.dropdown-menu) {
    padding: 0;
  }
  .challenge-details-info .pdii > div:not(.dropdown-menu) h3 {
    margin: 10px 0 0;
    text-align: center;
  }
  .challenge-details-info .dropdown-menu {
    margin-top: 0;
  }
  .challenge-sub-details .sub-details-alert-block svg {
    width: 40px;
    height: 40px;
    margin: 10px 10px 15px;
  }
  .challenge-chart-wrapper .challenge-chart {
    margin-bottom: 20px;
  }
  .challenge-bar-chart .canvas-container {
    padding: 0 10px 10px;
  }
  .tour-lesson-cockpit {
    flex-wrap: wrap;
  }
  .tour-lesson-cockpit .tour-cp-item:first-of-type {
    width: 100%;
  }
  .tour-lesson-footer {
    flex-wrap: wrap;
  }
  #cookies-modal-content.fancybox-content {
    padding: 20px;
  }
  .cookies-modal-buttons {
    flex-direction: column;
  }
  .apai-quiz h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .apai-quiz .apai-pb-wrapper {
    margin-bottom: 20px;
  }
  .apai-quiz .apai-results {
    grid-template-columns: repeat(1, 1fr);
  }
  .apai-quiz .category-content {
    display: block;
    margin: 20px 0;
  }
  .apai-quiz .category-content p,
  .apai-quiz .category-content .apai-interval-inner {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .apai-quiz .category-content .apai-interval-inner {
    padding: 0 10px;
  }
  .apai-quiz .category-content .slider-labels .slider-label {
    width: auto;
  }
  .apai-quiz .category-manage {
    margin: 0;
  }
  .hao-block {
    max-width: 100%;
  }
  .quiz .quiz-details {
    padding: 30px 20px;
  }
  .quiz .quiz-title {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .quiz .quiz-question {
    margin-bottom: 20px;
  }
  .quiz .quiz-item {
    margin-bottom: 0;
  }
  .quiz .quiz-item.finished .quiz-answers {
    margin-bottom: 30px;
  }
  .quiz .quiz-answer {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .quiz .quiz-answer:last-child {
    margin: 0;
  }
  .personal-plan-btn i {
    margin: 0 4px 0 0;
  }
  .actions-area img {
    margin-bottom: 20px;
  }
  .ls-consumer-badges .badge-item {
    flex: calc(100% - 20px);
  }
  .coli-details .coli-details-button i,
  .coli-block.open .coli-details .coli-details-button i {
    margin: 3px 0 0 10px;
  }
  .rate-block-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  h1,
  h2 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .alignright,
  a img.alignright {
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  .content a {
    word-wrap: break-word;
  }
  footer .container,
  footer .footer-menus {
    margin: 0;
  }
  footer .footer-item {
    flex: 1 0 100%;
  }
  .normal-button,
  a.normal-button,
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=file] {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .normal-button,
  a.normal-button {
    min-width: 60px;
  }
  .teasers.vertical > ul > li {
    width: 100%;
  }
  .ls-content-filter .form-filters .remove-filter,
  .ls-content-filter .form-filters .remove-filter:first-of-type {
    margin: 0 10px 10px 0;
  }
  .ls-content-filter .form-filters .remove-filter:last-of-type {
    margin: 0 0 20px 0;
  }
  .ls-content-filter .sub-accordion .main-filters-wrapper {
    flex-wrap: wrap;
  }
  .ls-content-filter .form-filters .clear-all {
    padding: 8px 10px;
    margin: 0 auto 12px;
  }
  .ls-content-filter .form-filters .remove-filter + .clear-all {
    margin: 0;
  }
  .ls-content-filter .filters-groups.has-checkbox,
  .ls-content-filter .filters-groups.has-checkbox .filters-group {
    gap: 0;
  }
  .ls-content-filter .filter-checkbox,
  .ls-content-filter .filter-radio {
    max-width: 100%;
    flex-basis: 100%;
  }
  .ls-content-filter .filters-groups,
  .ls-content-filter .filters-groups.has-checkbox {
    padding: 60px 19px 30px 20px;
  }
  .ls-content-filter .hide-dropdown-content,
  .ls-content-filter .hide-dropdown-content:focus {
    margin: 0 0 30px 0;
  }
  .ls-content-filter .form-filters .dropdown-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    outline: none;
    overflow: auto;
    position: fixed;
    max-width: 100%;
    transform: translateZ(0);
    padding: 48px 17px 38px 16px;
    background-color: rgba(64, 72, 77, 0.7);
  }
  .ls-content-filter .form-filters .dropdown-content .text-center {
    margin-top: -1px;
  }
  .ls-content-filter .form-filters .hide-icon {
    top: 68px;
    z-index: 100;
    margin: 0;
    padding: 0;
    right: 36px;
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: #B2B2B2;
    position: absolute;
    background-color: transparent;
  }
  .ls-content-filter .sub-accordion .main-filters {
    gap: 0 20px;
    margin-right: 0;
  }
  .ls-content-filter .main-filters .filter-group {
    flex: 1 1 200px;
    margin: 0 0 20px 0;
  }
  .ls-content-filter .main-filters .filter-group > div, .ls-content-filter .main-filters .filter-group .normal-button {
    width: 100%;
    max-width: 100%;
  }
  .ls-content-filter .main-filters .filter-group > div[data-name=orderBy], .ls-content-filter .main-filters .filter-group .normal-button[data-name=orderBy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ls-content-filter .main-filters .filter-group .normal-button.filter-switcher-button {
    padding: 12px 3px;
  }
  .owl-item .item,
  .owl-item .item img {
    text-align: center;
    margin: 0 auto;
  }
  .table thead tr th,
  .table thead tr td,
  .table tbody tr th,
  .table tbody tr td {
    padding: 8px;
    font-size: 14px;
    line-height: 21px;
  }
  .table colgroup col {
    width: 100% !important;
  }
  .inline-calendar,
  .inline-calendar .ui-datepicker-inline {
    padding: 0;
  }
  .inline-calendar .ui-datepicker-inline,
  #ui-datepicker-div .ui-datepicker-inline {
    padding: 8px;
  }
  .inline-calendar span.ui-state-default::before,
  .ui-datepicker-calendar .ui-state-default::before {
    width: 30px;
    height: 30px;
  }
  #ui-datepicker-div {
    padding: 10px;
  }
  .inline-calendar .ui-datepicker-inline .ui-datepicker-calendar tr,
  #ui-datepicker-div .ui-datepicker-calendar tr {
    height: 30px;
  }
  .inline-calendar .ui-datepicker-inline .ui-datepicker-calendar thead th,
  .inline-calendar .ui-datepicker-inline .ui-datepicker-calendar tr td,
  #ui-datepicker-div .ui-datepicker-calendar thead th,
  #ui-datepicker-div .ui-datepicker-calendar tr td {
    flex: 0 0 30px;
  }
  .inline-calendar .ui-datepicker-inline .ui-datepicker-calendar tr td a,
  #ui-datepicker-div .ui-datepicker-calendar tr td a {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 575px) and (max-width: 400px) {
  #ui-datepicker-div {
    left: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  div.blockquote {
    padding-left: 0;
  }
  .company-sc .sc-item {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .company-sc .sc-profile {
    padding-left: 0;
  }
  .company-sc .sc-avatar {
    margin: 0 0 15px;
    float: none;
  }
  ul.inline > li {
    display: block;
  }
  .tabs-content > li {
    padding: 10px;
  }
  .post-image {
    margin-bottom: 0;
  }
  .image-cover-caption {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
  }
  .image-cover-caption::before {
    border-radius: 0;
  }
  .image-cover-caption h2 {
    padding-right: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .image-cover-caption h2.wb::after {
    display: block;
  }
  .image-cover-caption h3,
  .image-cover-button {
    display: none;
  }
  .equal-boxes > .col-md-6 {
    flex-basis: 100%;
  }
  .overview-block .flex {
    margin: 0;
  }
  .overview-block .icon {
    display: none;
  }
  .overview-block .part:first-child {
    margin-right: 65px;
  }
  .overview-block .part.part-20,
  .overview-block .part.part-40 {
    flex-basis: 100%;
  }
  .overview-block div.button {
    position: static;
    text-align: center;
  }
  .overview-block div.button a {
    width: calc(100% - 20px);
    margin: 15px 10px;
    max-width: 9999px;
  }
  .to-cockpit {
    padding: 20px;
  }
  .to-cockpit .to-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .to-cockpit .to-header h3 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .to-cockpit .to-items {
    display: block;
  }
  .to-cockpit .to-item {
    margin-bottom: 25px;
  }
  .to-cockpit .to-item + .to-item {
    margin-left: 0;
  }
  .dropdown-menu {
    margin-top: 20px;
  }
  .challenge-create-team.wizard-form .wizard-progress .step,
  .participation-nm.wizard-form .wizard-progress .step {
    font-size: 10px;
  }
  .challenge-create-team .challenge-preview-row,
  .participation-nm .challenge-preview-row {
    flex-direction: column;
  }
  .challenge-create-team .challenge-preview-label,
  .participation-nm .challenge-preview-label {
    margin: 0;
    font-size: 12px;
    color: #47575B;
  }
  .challenge-details-data {
    border-width: 5px;
  }
  .challenge-details-container {
    padding: 15px;
  }
  .challenge-details-container h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .challenge-task {
    display: block;
    margin-bottom: 15px;
  }
  .challenge-task .task-content {
    margin: 0;
  }
  .challenge-my-buttons a {
    margin: 0 5px 15px !important;
  }
  .challenge-details-info {
    border-bottom-width: 0;
    margin-bottom: 20px;
  }
  .challenge-details-info .details-info-items {
    margin: 0;
  }
  .challenge-notice {
    padding: 20px;
  }
  .achievements-header {
    display: block;
  }
  .challenge-chart-wrapper {
    margin: 0;
    padding: 0;
    border: unset;
  }
  .challenge-chart-wrapper .chart-header {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 10px;
  }
  .challenge-chart-wrapper .chart-header .chh-label {
    margin-left: 0;
    margin-right: 0;
  }
  .challenge-chart-wrapper .chart-header .chh-elements {
    align-items: flex-start;
    margin: 0 0 15px -5px;
  }
  .challenge-chart-wrapper + .thryve-memo {
    margin: -15px 10px 15px;
  }
  .sub-details-alert-block + .challenge-chart-wrapper {
    margin-top: 20px;
  }
  .challenge-participations {
    margin: 15px 0;
  }
  .challenge-participations li .participation-status {
    margin-bottom: 10px;
  }
  .ch-pcp-manage .challenge-pcp-button {
    margin-bottom: 15px;
  }
  .challenge-ma {
    margin: 20px 10px 0;
  }
  .challenge-ma.today-challenge-form {
    margin: 10px;
    padding: 0 10px;
  }
  .challenge-ma .challenge-ma-block {
    width: 100%;
    margin: 0;
  }
  .challenge-ma .challenge-ma-block input[type=text],
  .challenge-ma .challenge-ma-block select {
    width: 100%;
  }
  .ch-calendar-wrapper {
    margin-bottom: 0;
  }
  .ch-calendar-wrapper .challenge-ma,
  .ch-calendar-wrapper .challenge-ma.today-challenge-form {
    width: auto;
    margin: 10px;
  }
  .ch-calendar-wrapper .ch-calendar {
    padding: 10px;
  }
  .ch-calendar-wrapper .ch-calendar .ch-calendar-circle {
    width: 22px;
    height: 22px;
  }
  .ch-calendar-wrapper .ch-calendar .ch-calendar-circle.answer-no::after,
  .ch-calendar-wrapper .ch-calendar .ch-calendar-circle.answer-yes::after {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .ch-calendar-wrapper .ch-calendar .ch-calendar-item {
    padding: 10px 5px;
  }
  .challenge-activities-bar {
    margin-top: 0;
  }
  .tour-items {
    margin: 0;
  }
  .tour-details {
    margin-left: 20px;
  }
  .tour-item::before {
    left: -1px;
    top: 22px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .tour-item.soon::before, .tour-item.unavailable::before {
    top: 25px;
  }
  .tour-cockpit .tour-cockpit-content {
    display: block;
  }
  .tour-cockpit .tour-cockpit-content .tour-cp-item {
    display: block;
  }
  .tour-cockpit .tour-cockpit-content .tour-cp-item .tour-pb {
    width: 100%;
  }
  .tour-cockpit .tour-cockpit-content .tour-cp-item .tour-progress-num {
    float: right;
  }
  .tour-cockpit .tour-progress-num {
    float: right;
  }
  .tour-lesson-cockpit {
    display: block;
  }
  .tour-lesson-cockpit .tour-cp-item {
    display: flex;
    justify-content: center;
  }
  .tour-lesson-cockpit .tour-cp-item .tour-pb {
    width: 100%;
  }
  .tour-lesson-cockpit .tour-cp-item:first-of-type {
    justify-content: flex-start;
  }
  .tour-lesson-cockpit .tour-cp-item:nth-of-type(2) {
    justify-content: space-between;
  }
  .tour-lesson-cockpit .tour-progress-num {
    float: right;
  }
  .tour-lesson-status {
    align-items: flex-start;
  }
  .tour-lesson-status .tour-lesson-status-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
  }
  .tour-lesson-status .tour-lesson-status-subtitle {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .tour-lesson-footer {
    justify-content: center;
  }
  .tour-lesson-footer a, .tour-lesson-footer div, .tour-lesson-footer .normal-button + .normal-button {
    margin-left: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
  .apai-quiz .apai-desc {
    margin: 20px 0;
  }
  .apai-quiz .category-header {
    padding: 6px 10px;
  }
  .apai-quiz .category-header .category-header-stars .checkmark {
    margin-left: 5px;
  }
  .apai-quiz .apai-finished .category-header:last-of-type {
    margin-bottom: 20px;
  }
  .apai-quiz .apai-question-wrapper {
    display: block;
    padding: 10px 0;
  }
  .apai-quiz .apai-question-wrapper .question-wrapper {
    max-width: max-content;
    margin-bottom: 10px;
  }
  .apai-quiz .apai-pb-wrapper .apai-pb-item .pb-mark,
  .apai-quiz .apai-pb-wrapper .apai-pb-item .pb-sub-label {
    display: none;
  }
  .hao-stats {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .hao-stats .stat-blocks,
  .hao-stats .hao-pie-chart {
    width: 100%;
    margin: 0;
  }
  .hao-stats .hao-pie-chart {
    margin-bottom: 20px;
  }
  .hao-stats .stat-blocks {
    margin-top: 20px;
  }
  .quiz .quiz-details {
    padding: 20px 0;
    border: 0;
  }
  .quiz .quiz-title .icon {
    width: 50px;
    height: 50px;
  }
  .quiz .quiz-title .icon svg {
    width: 38px;
    height: 38px;
  }
  .quiz .quiz-item.finished .quiz-answers {
    margin-bottom: 20px;
  }
  .quiz .question-explanation {
    margin-bottom: 15px;
  }
  .quiz .quiz-result p:first-of-type {
    margin-bottom: 10px;
  }
  .streamline-channels {
    margin: 0 40px;
  }
  .streamline-channels .streamline-item {
    flex-direction: column;
  }
  .streamline-channels .streamline-logo-container {
    margin: 0 0 20px;
  }
  .streamline-channels .swiper-button-prev {
    left: -45px;
  }
  .streamline-channels .swiper-button-next {
    right: -45px;
  }
  .expert-container {
    padding: 24px;
    margin: 20px 0;
  }
  .stream-item .expert-thumbnail-block {
    margin: 0 10px 10px 0;
  }
  .rate-block-wrapper {
    text-align: center;
  }
  .coli-details.overview-block .flex,
  .coli-details.overview-block .flex .part,
  .coli-details .coli-details-button i,
  .coli-block.open .coli-details .coli-details-button i {
    margin: 0;
  }
  .coli-details-container {
    padding: 15px 15px 0;
  }
  .coli-details-container .coli-members-list li {
    flex: 0 1 100%;
  }
  .coli-manage .coli-preview-row {
    flex-direction: column;
  }
  .next-text-link.text {
    letter-spacing: 0;
    font-size: 14px;
    text-indent: -3px;
  }
  .success-box .sb-top {
    flex-direction: column;
    align-items: center;
  }
  .success-box h3.sb-title {
    margin-bottom: 10px;
  }
  .success-box .sb-box {
    flex-basis: 100%;
  }
}
@media print {
  *,
  ::after,
  ::before {
    color: #000 !important;
    background: 0 0 !important;
  }
  body {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto !important;
  }
  html,
  html.tag,
  .content,
  .table tfoot tr td {
    color: #47575B;
    font-size: 10pt;
    line-height: 1.4;
  }
  .table > caption + thead > tr:first-child > td,
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th {
    border-top: 0;
  }
  section {
    padding: 0 !important;
  }
  header {
    margin-bottom: 20px;
    position: static;
  }
  header .header-items {
    margin: 0 !important;
    height: auto !important;
    justify-content: flex-start !important;
  }
  .logo-wrapper img {
    max-width: 200px !important;
    max-height: 50px !important;
  }
  h4,
  .accordion-head {
    font-size: 12pt;
    line-height: 1.5;
  }
  a:not(.btn) {
    text-decoration: solid;
  }
  a[href]::after {
    visibility: hidden !important;
    content: none !important;
  }
  .no-print,
  footer,
  .above-footer,
  .ls_livestream .updator,
  .owl-controls,
  .owl-item.cloned,
  #backtotop,
  .header-popup-container,
  .teaser .type-tag,
  .pagination a,
  .pagination .current,
  .content .share,
  .mobi-nav,
  .main-nav,
  .flip-card-front.fc-content,
  .flip-card-back.fc-content,
  .stats-progress-bar,
  .load-more-posts,
  .main-filters-wrapper {
    display: none !important;
  }
  .container {
    width: 100%;
    max-width: 100%;
    min-width: auto !important;
  }
  .content {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    overflow: visible;
  }
  .content.filled,
  .content.article-view {
    padding: 0;
  }
  .tabs-content > li,
  .next-text-content,
  .col-flip-group,
  .flip-card,
  .flip-card-inner {
    display: block !important;
    position: relative !important;
    height: auto !important;
  }
  .col-flip-group {
    margin-bottom: 0 !important;
  }
  .image-cover {
    max-height: 1000px;
  }
  .image-cover-caption {
    position: static;
    width: 100%;
  }
  .flip-card {
    margin-bottom: 10px !important;
  }
  .flip-card.flipped:hover .flip-card-inner,
  .flip-card-back {
    transform: none;
  }
  .flip-card-front,
  .flip-card-back {
    position: relative !important;
    padding: 10px !important;
  }
  .table-overflow {
    overflow: visible;
  }
  blockquote {
    border: none;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .pa-accordion .accordion-content {
    display: block !important;
  }
  .masonry,
  .ls_livestream_content,
  .ls_livestream_item,
  .pinterest {
    height: auto !important;
  }
  div.owl-stage {
    width: 100% !important;
    transform: none !important;
  }
  div.owl-item {
    width: auto !important;
    float: left !important;
    margin-bottom: 20px !important;
  }
  div.carousel {
    margin: 0 !important;
  }
  .pinterest-item,
  .teasers > ul > li {
    width: 100% !important;
    position: static !important;
  }
  .post-image-cover-img {
    max-height: 300px;
  }
  .equal-boxes > div {
    flex: 1;
  }
  .tour-cp-item,
  .cl-cockpit-block {
    -webkit-justify-content: flex-start;
    justify-content: start;
  }
  .print-block,
  .online-report-dashboard,
  .em-report-dashboard {
    page-break-after: always;
    break-after: always;
  }
  .teaser,
  .task-box,
  .em-report-dashboard .tabs-content li {
    page-break-inside: avoid;
  }
  @page {
    size: auto !important;
  }
}

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