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

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

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

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1--from--src-bootstrap-morehealth-themescss, .h2--from--src-bootstrap-morehealth-themescss, .h3--from--src-bootstrap-morehealth-themescss, .h4--from--src-bootstrap-morehealth-themescss, .h5--from--src-bootstrap-morehealth-themescss, .h6--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1--from--src-bootstrap-morehealth-themescss {
  font-size: 2.5rem; }

h2, .h2--from--src-bootstrap-morehealth-themescss {
  font-size: 2rem; }

h3, .h3--from--src-bootstrap-morehealth-themescss {
  font-size: 1.75rem; }

h4, .h4--from--src-bootstrap-morehealth-themescss {
  font-size: 1.5rem; }

h5, .h5--from--src-bootstrap-morehealth-themescss {
  font-size: 1.25rem; }

h6, .h6--from--src-bootstrap-morehealth-themescss {
  font-size: 1rem; }

.lead--from--src-bootstrap-morehealth-themescss {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1--from--src-bootstrap-morehealth-themescss {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2--from--src-bootstrap-morehealth-themescss {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3--from--src-bootstrap-morehealth-themescss {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4--from--src-bootstrap-morehealth-themescss {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

small,
.small--from--src-bootstrap-morehealth-themescss {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark--from--src-bootstrap-morehealth-themescss {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled--from--src-bootstrap-morehealth-themescss {
  padding-left: 0;
  list-style: none; }

.list-inline--from--src-bootstrap-morehealth-themescss {
  padding-left: 0;
  list-style: none; }

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

.initialism--from--src-bootstrap-morehealth-themescss {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

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

.img-fluid--from--src-bootstrap-morehealth-themescss {
  max-width: 100%;
  height: auto; }

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

.figure--from--src-bootstrap-morehealth-themescss {
  display: inline-block; }

.figure-img--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption--from--src-bootstrap-morehealth-themescss {
  font-size: 90%;
  color: #6c757d; }

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

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

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

.pre-scrollable--from--src-bootstrap-morehealth-themescss {
  max-height: 340px;
  overflow-y: scroll; }

.container--from--src-bootstrap-morehealth-themescss {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container--from--src-bootstrap-morehealth-themescss {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container--from--src-bootstrap-morehealth-themescss {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container--from--src-bootstrap-morehealth-themescss {
      max-width: 960px; } }
  @media (min-width: 1470px) {
    .container--from--src-bootstrap-morehealth-themescss {
      max-width: 1440px; } }

.container-fluid--from--src-bootstrap-morehealth-themescss {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row--from--src-bootstrap-morehealth-themescss {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters--from--src-bootstrap-morehealth-themescss {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters--from--src-bootstrap-morehealth-themescss > .col--from--src-bootstrap-morehealth-themescss,
  .no-gutters--from--src-bootstrap-morehealth-themescss > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col--from--src-bootstrap-morehealth-themescss {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12--from--src-bootstrap-morehealth-themescss {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first--from--src-bootstrap-morehealth-themescss {
  order: -1; }

.order-last--from--src-bootstrap-morehealth-themescss {
  order: 13; }

.order-0--from--src-bootstrap-morehealth-themescss {
  order: 0; }

.order-1--from--src-bootstrap-morehealth-themescss {
  order: 1; }

.order-2--from--src-bootstrap-morehealth-themescss {
  order: 2; }

.order-3--from--src-bootstrap-morehealth-themescss {
  order: 3; }

.order-4--from--src-bootstrap-morehealth-themescss {
  order: 4; }

.order-5--from--src-bootstrap-morehealth-themescss {
  order: 5; }

.order-6--from--src-bootstrap-morehealth-themescss {
  order: 6; }

.order-7--from--src-bootstrap-morehealth-themescss {
  order: 7; }

.order-8--from--src-bootstrap-morehealth-themescss {
  order: 8; }

.order-9--from--src-bootstrap-morehealth-themescss {
  order: 9; }

.order-10--from--src-bootstrap-morehealth-themescss {
  order: 10; }

.order-11--from--src-bootstrap-morehealth-themescss {
  order: 11; }

.order-12--from--src-bootstrap-morehealth-themescss {
  order: 12; }

.offset-1--from--src-bootstrap-morehealth-themescss {
  margin-left: 8.33333%; }

.offset-2--from--src-bootstrap-morehealth-themescss {
  margin-left: 16.66667%; }

.offset-3--from--src-bootstrap-morehealth-themescss {
  margin-left: 25%; }

.offset-4--from--src-bootstrap-morehealth-themescss {
  margin-left: 33.33333%; }

.offset-5--from--src-bootstrap-morehealth-themescss {
  margin-left: 41.66667%; }

.offset-6--from--src-bootstrap-morehealth-themescss {
  margin-left: 50%; }

.offset-7--from--src-bootstrap-morehealth-themescss {
  margin-left: 58.33333%; }

.offset-8--from--src-bootstrap-morehealth-themescss {
  margin-left: 66.66667%; }

.offset-9--from--src-bootstrap-morehealth-themescss {
  margin-left: 75%; }

.offset-10--from--src-bootstrap-morehealth-themescss {
  margin-left: 83.33333%; }

.offset-11--from--src-bootstrap-morehealth-themescss {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm--from--src-bootstrap-morehealth-themescss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first--from--src-bootstrap-morehealth-themescss {
    order: -1; }
  .order-sm-last--from--src-bootstrap-morehealth-themescss {
    order: 13; }
  .order-sm-0--from--src-bootstrap-morehealth-themescss {
    order: 0; }
  .order-sm-1--from--src-bootstrap-morehealth-themescss {
    order: 1; }
  .order-sm-2--from--src-bootstrap-morehealth-themescss {
    order: 2; }
  .order-sm-3--from--src-bootstrap-morehealth-themescss {
    order: 3; }
  .order-sm-4--from--src-bootstrap-morehealth-themescss {
    order: 4; }
  .order-sm-5--from--src-bootstrap-morehealth-themescss {
    order: 5; }
  .order-sm-6--from--src-bootstrap-morehealth-themescss {
    order: 6; }
  .order-sm-7--from--src-bootstrap-morehealth-themescss {
    order: 7; }
  .order-sm-8--from--src-bootstrap-morehealth-themescss {
    order: 8; }
  .order-sm-9--from--src-bootstrap-morehealth-themescss {
    order: 9; }
  .order-sm-10--from--src-bootstrap-morehealth-themescss {
    order: 10; }
  .order-sm-11--from--src-bootstrap-morehealth-themescss {
    order: 11; }
  .order-sm-12--from--src-bootstrap-morehealth-themescss {
    order: 12; }
  .offset-sm-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0; }
  .offset-sm-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 8.33333%; }
  .offset-sm-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 16.66667%; }
  .offset-sm-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 25%; }
  .offset-sm-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 33.33333%; }
  .offset-sm-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 41.66667%; }
  .offset-sm-6--from--src-bootstrap-morehealth-themescss {
    margin-left: 50%; }
  .offset-sm-7--from--src-bootstrap-morehealth-themescss {
    margin-left: 58.33333%; }
  .offset-sm-8--from--src-bootstrap-morehealth-themescss {
    margin-left: 66.66667%; }
  .offset-sm-9--from--src-bootstrap-morehealth-themescss {
    margin-left: 75%; }
  .offset-sm-10--from--src-bootstrap-morehealth-themescss {
    margin-left: 83.33333%; }
  .offset-sm-11--from--src-bootstrap-morehealth-themescss {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md--from--src-bootstrap-morehealth-themescss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first--from--src-bootstrap-morehealth-themescss {
    order: -1; }
  .order-md-last--from--src-bootstrap-morehealth-themescss {
    order: 13; }
  .order-md-0--from--src-bootstrap-morehealth-themescss {
    order: 0; }
  .order-md-1--from--src-bootstrap-morehealth-themescss {
    order: 1; }
  .order-md-2--from--src-bootstrap-morehealth-themescss {
    order: 2; }
  .order-md-3--from--src-bootstrap-morehealth-themescss {
    order: 3; }
  .order-md-4--from--src-bootstrap-morehealth-themescss {
    order: 4; }
  .order-md-5--from--src-bootstrap-morehealth-themescss {
    order: 5; }
  .order-md-6--from--src-bootstrap-morehealth-themescss {
    order: 6; }
  .order-md-7--from--src-bootstrap-morehealth-themescss {
    order: 7; }
  .order-md-8--from--src-bootstrap-morehealth-themescss {
    order: 8; }
  .order-md-9--from--src-bootstrap-morehealth-themescss {
    order: 9; }
  .order-md-10--from--src-bootstrap-morehealth-themescss {
    order: 10; }
  .order-md-11--from--src-bootstrap-morehealth-themescss {
    order: 11; }
  .order-md-12--from--src-bootstrap-morehealth-themescss {
    order: 12; }
  .offset-md-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0; }
  .offset-md-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 8.33333%; }
  .offset-md-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 16.66667%; }
  .offset-md-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 25%; }
  .offset-md-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 33.33333%; }
  .offset-md-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 41.66667%; }
  .offset-md-6--from--src-bootstrap-morehealth-themescss {
    margin-left: 50%; }
  .offset-md-7--from--src-bootstrap-morehealth-themescss {
    margin-left: 58.33333%; }
  .offset-md-8--from--src-bootstrap-morehealth-themescss {
    margin-left: 66.66667%; }
  .offset-md-9--from--src-bootstrap-morehealth-themescss {
    margin-left: 75%; }
  .offset-md-10--from--src-bootstrap-morehealth-themescss {
    margin-left: 83.33333%; }
  .offset-md-11--from--src-bootstrap-morehealth-themescss {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg--from--src-bootstrap-morehealth-themescss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first--from--src-bootstrap-morehealth-themescss {
    order: -1; }
  .order-lg-last--from--src-bootstrap-morehealth-themescss {
    order: 13; }
  .order-lg-0--from--src-bootstrap-morehealth-themescss {
    order: 0; }
  .order-lg-1--from--src-bootstrap-morehealth-themescss {
    order: 1; }
  .order-lg-2--from--src-bootstrap-morehealth-themescss {
    order: 2; }
  .order-lg-3--from--src-bootstrap-morehealth-themescss {
    order: 3; }
  .order-lg-4--from--src-bootstrap-morehealth-themescss {
    order: 4; }
  .order-lg-5--from--src-bootstrap-morehealth-themescss {
    order: 5; }
  .order-lg-6--from--src-bootstrap-morehealth-themescss {
    order: 6; }
  .order-lg-7--from--src-bootstrap-morehealth-themescss {
    order: 7; }
  .order-lg-8--from--src-bootstrap-morehealth-themescss {
    order: 8; }
  .order-lg-9--from--src-bootstrap-morehealth-themescss {
    order: 9; }
  .order-lg-10--from--src-bootstrap-morehealth-themescss {
    order: 10; }
  .order-lg-11--from--src-bootstrap-morehealth-themescss {
    order: 11; }
  .order-lg-12--from--src-bootstrap-morehealth-themescss {
    order: 12; }
  .offset-lg-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0; }
  .offset-lg-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 8.33333%; }
  .offset-lg-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 16.66667%; }
  .offset-lg-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 25%; }
  .offset-lg-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 33.33333%; }
  .offset-lg-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 41.66667%; }
  .offset-lg-6--from--src-bootstrap-morehealth-themescss {
    margin-left: 50%; }
  .offset-lg-7--from--src-bootstrap-morehealth-themescss {
    margin-left: 58.33333%; }
  .offset-lg-8--from--src-bootstrap-morehealth-themescss {
    margin-left: 66.66667%; }
  .offset-lg-9--from--src-bootstrap-morehealth-themescss {
    margin-left: 75%; }
  .offset-lg-10--from--src-bootstrap-morehealth-themescss {
    margin-left: 83.33333%; }
  .offset-lg-11--from--src-bootstrap-morehealth-themescss {
    margin-left: 91.66667%; } }

@media (min-width: 1470px) {
  .col-xl--from--src-bootstrap-morehealth-themescss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12--from--src-bootstrap-morehealth-themescss {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first--from--src-bootstrap-morehealth-themescss {
    order: -1; }
  .order-xl-last--from--src-bootstrap-morehealth-themescss {
    order: 13; }
  .order-xl-0--from--src-bootstrap-morehealth-themescss {
    order: 0; }
  .order-xl-1--from--src-bootstrap-morehealth-themescss {
    order: 1; }
  .order-xl-2--from--src-bootstrap-morehealth-themescss {
    order: 2; }
  .order-xl-3--from--src-bootstrap-morehealth-themescss {
    order: 3; }
  .order-xl-4--from--src-bootstrap-morehealth-themescss {
    order: 4; }
  .order-xl-5--from--src-bootstrap-morehealth-themescss {
    order: 5; }
  .order-xl-6--from--src-bootstrap-morehealth-themescss {
    order: 6; }
  .order-xl-7--from--src-bootstrap-morehealth-themescss {
    order: 7; }
  .order-xl-8--from--src-bootstrap-morehealth-themescss {
    order: 8; }
  .order-xl-9--from--src-bootstrap-morehealth-themescss {
    order: 9; }
  .order-xl-10--from--src-bootstrap-morehealth-themescss {
    order: 10; }
  .order-xl-11--from--src-bootstrap-morehealth-themescss {
    order: 11; }
  .order-xl-12--from--src-bootstrap-morehealth-themescss {
    order: 12; }
  .offset-xl-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0; }
  .offset-xl-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 8.33333%; }
  .offset-xl-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 16.66667%; }
  .offset-xl-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 25%; }
  .offset-xl-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 33.33333%; }
  .offset-xl-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 41.66667%; }
  .offset-xl-6--from--src-bootstrap-morehealth-themescss {
    margin-left: 50%; }
  .offset-xl-7--from--src-bootstrap-morehealth-themescss {
    margin-left: 58.33333%; }
  .offset-xl-8--from--src-bootstrap-morehealth-themescss {
    margin-left: 66.66667%; }
  .offset-xl-9--from--src-bootstrap-morehealth-themescss {
    margin-left: 75%; }
  .offset-xl-10--from--src-bootstrap-morehealth-themescss {
    margin-left: 83.33333%; }
  .offset-xl-11--from--src-bootstrap-morehealth-themescss {
    margin-left: 91.66667%; } }

.table--from--src-bootstrap-morehealth-themescss {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table--from--src-bootstrap-morehealth-themescss th,
  .table--from--src-bootstrap-morehealth-themescss td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table--from--src-bootstrap-morehealth-themescss thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table--from--src-bootstrap-morehealth-themescss tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table--from--src-bootstrap-morehealth-themescss .table--from--src-bootstrap-morehealth-themescss {
    background-color: #fff; }

.table-sm--from--src-bootstrap-morehealth-themescss th,
.table-sm--from--src-bootstrap-morehealth-themescss td {
  padding: 0.3rem; }

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

.table-borderless--from--src-bootstrap-morehealth-themescss th,
.table-borderless--from--src-bootstrap-morehealth-themescss td,
.table-borderless--from--src-bootstrap-morehealth-themescss thead th,
.table-borderless--from--src-bootstrap-morehealth-themescss tbody + tbody {
  border: 0; }

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

.table-hover--from--src-bootstrap-morehealth-themescss tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary--from--src-bootstrap-morehealth-themescss,
.table-primary--from--src-bootstrap-morehealth-themescss > th,
.table-primary--from--src-bootstrap-morehealth-themescss > td {
  background-color: #cfefeb; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-primary--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #bce9e3; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-primary--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-primary--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #bce9e3; }

.table-secondary--from--src-bootstrap-morehealth-themescss,
.table-secondary--from--src-bootstrap-morehealth-themescss > th,
.table-secondary--from--src-bootstrap-morehealth-themescss > td {
  background-color: #d6d8db; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-secondary--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #c8cbcf; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-secondary--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-secondary--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #c8cbcf; }

.table-success--from--src-bootstrap-morehealth-themescss,
.table-success--from--src-bootstrap-morehealth-themescss > th,
.table-success--from--src-bootstrap-morehealth-themescss > td {
  background-color: #c3e6cb; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-success--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #b1dfbb; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-success--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-success--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #b1dfbb; }

.table-info--from--src-bootstrap-morehealth-themescss,
.table-info--from--src-bootstrap-morehealth-themescss > th,
.table-info--from--src-bootstrap-morehealth-themescss > td {
  background-color: #bee5eb; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-info--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #abdde5; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-info--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-info--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #abdde5; }

.table-warning--from--src-bootstrap-morehealth-themescss,
.table-warning--from--src-bootstrap-morehealth-themescss > th,
.table-warning--from--src-bootstrap-morehealth-themescss > td {
  background-color: #ffeeba; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-warning--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #ffe8a1; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-warning--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-warning--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #ffe8a1; }

.table-danger--from--src-bootstrap-morehealth-themescss,
.table-danger--from--src-bootstrap-morehealth-themescss > th,
.table-danger--from--src-bootstrap-morehealth-themescss > td {
  background-color: #f5c6cb; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-danger--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #f1b0b7; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-danger--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-danger--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #f1b0b7; }

.table-light--from--src-bootstrap-morehealth-themescss,
.table-light--from--src-bootstrap-morehealth-themescss > th,
.table-light--from--src-bootstrap-morehealth-themescss > td {
  background-color: #fdfdfe; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-light--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #ececf6; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-light--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-light--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #ececf6; }

.table-dark--from--src-bootstrap-morehealth-themescss,
.table-dark--from--src-bootstrap-morehealth-themescss > th,
.table-dark--from--src-bootstrap-morehealth-themescss > td {
  background-color: #c6c8ca; }

.table-hover--from--src-bootstrap-morehealth-themescss .table-dark--from--src-bootstrap-morehealth-themescss:hover {
  background-color: #b9bbbe; }
  .table-hover--from--src-bootstrap-morehealth-themescss .table-dark--from--src-bootstrap-morehealth-themescss:hover > td,
  .table-hover--from--src-bootstrap-morehealth-themescss .table-dark--from--src-bootstrap-morehealth-themescss:hover > th {
    background-color: #b9bbbe; }

.table-active--from--src-bootstrap-morehealth-themescss,
.table-active--from--src-bootstrap-morehealth-themescss > th,
.table-active--from--src-bootstrap-morehealth-themescss > td {
  background-color: rgba(0, 0, 0, 0.075); }

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

.table--from--src-bootstrap-morehealth-themescss .thead-dark--from--src-bootstrap-morehealth-themescss th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table--from--src-bootstrap-morehealth-themescss .thead-light--from--src-bootstrap-morehealth-themescss th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #212529; }
  .table-dark--from--src-bootstrap-morehealth-themescss th,
  .table-dark--from--src-bootstrap-morehealth-themescss td,
  .table-dark--from--src-bootstrap-morehealth-themescss thead th {
    border-color: #32383e; }
  .table-dark--from--src-bootstrap-morehealth-themescss.table-bordered--from--src-bootstrap-morehealth-themescss {
    border: 0; }
  .table-dark--from--src-bootstrap-morehealth-themescss.table-striped--from--src-bootstrap-morehealth-themescss tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark--from--src-bootstrap-morehealth-themescss.table-hover--from--src-bootstrap-morehealth-themescss tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm--from--src-bootstrap-morehealth-themescss {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm--from--src-bootstrap-morehealth-themescss > .table-bordered--from--src-bootstrap-morehealth-themescss {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md--from--src-bootstrap-morehealth-themescss {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md--from--src-bootstrap-morehealth-themescss > .table-bordered--from--src-bootstrap-morehealth-themescss {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg--from--src-bootstrap-morehealth-themescss {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg--from--src-bootstrap-morehealth-themescss > .table-bordered--from--src-bootstrap-morehealth-themescss {
      border: 0; } }

@media (max-width: 1469.98px) {
  .table-responsive-xl--from--src-bootstrap-morehealth-themescss {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl--from--src-bootstrap-morehealth-themescss > .table-bordered--from--src-bootstrap-morehealth-themescss {
      border: 0; } }

.table-responsive--from--src-bootstrap-morehealth-themescss {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive--from--src-bootstrap-morehealth-themescss > .table-bordered--from--src-bootstrap-morehealth-themescss {
    border: 0; }

.form-control--from--src-bootstrap-morehealth-themescss {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control--from--src-bootstrap-morehealth-themescss {
      transition: none; } }
  .form-control--from--src-bootstrap-morehealth-themescss::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control--from--src-bootstrap-morehealth-themescss:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b4e5df;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
  .form-control--from--src-bootstrap-morehealth-themescss::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control--from--src-bootstrap-morehealth-themescss:disabled, .form-control--from--src-bootstrap-morehealth-themescss[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control--from--src-bootstrap-morehealth-themescss:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file--from--src-bootstrap-morehealth-themescss,
.form-control-range--from--src-bootstrap-morehealth-themescss {
  display: block;
  width: 100%; }

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

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

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

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

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

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

select.form-control--from--src-bootstrap-morehealth-themescss[size], select.form-control--from--src-bootstrap-morehealth-themescss[multiple] {
  height: auto; }

textarea.form-control--from--src-bootstrap-morehealth-themescss {
  height: auto; }

.form-group--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 1rem; }

.form-text--from--src-bootstrap-morehealth-themescss {
  display: block;
  margin-top: 0.25rem; }

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

.form-check--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input--from--src-bootstrap-morehealth-themescss:disabled ~ .form-check-label--from--src-bootstrap-morehealth-themescss {
    color: #6c757d; }

.form-check-label--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0; }

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

.valid-feedback--from--src-bootstrap-morehealth-themescss {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated--from--src-bootstrap-morehealth-themescss .form-control--from--src-bootstrap-morehealth-themescss:valid, .form-control--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss, .was-validated--from--src-bootstrap-morehealth-themescss
.custom-select--from--src-bootstrap-morehealth-themescss:valid,
.custom-select--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss {
  border-color: #28a745; }
  .was-validated--from--src-bootstrap-morehealth-themescss .form-control--from--src-bootstrap-morehealth-themescss:valid:focus, .form-control--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss:focus, .was-validated--from--src-bootstrap-morehealth-themescss
  .custom-select--from--src-bootstrap-morehealth-themescss:valid:focus,
  .custom-select--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated--from--src-bootstrap-morehealth-themescss .form-control--from--src-bootstrap-morehealth-themescss:valid ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
  .was-validated--from--src-bootstrap-morehealth-themescss .form-control--from--src-bootstrap-morehealth-themescss:valid ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss, .form-control--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
  .form-control--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss, .was-validated--from--src-bootstrap-morehealth-themescss
  .custom-select--from--src-bootstrap-morehealth-themescss:valid ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
  .was-validated--from--src-bootstrap-morehealth-themescss
  .custom-select--from--src-bootstrap-morehealth-themescss:valid ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss,
  .custom-select--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
  .custom-select--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss {
    display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .form-control-file--from--src-bootstrap-morehealth-themescss:valid ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .form-control-file--from--src-bootstrap-morehealth-themescss:valid ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss, .form-control-file--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.form-control-file--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .form-check-input--from--src-bootstrap-morehealth-themescss:valid ~ .form-check-label--from--src-bootstrap-morehealth-themescss, .form-check-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .form-check-label--from--src-bootstrap-morehealth-themescss {
  color: #28a745; }

.was-validated--from--src-bootstrap-morehealth-themescss .form-check-input--from--src-bootstrap-morehealth-themescss:valid ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .form-check-input--from--src-bootstrap-morehealth-themescss:valid ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss, .form-check-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.form-check-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:valid ~ .custom-control-label--from--src-bootstrap-morehealth-themescss, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .custom-control-label--from--src-bootstrap-morehealth-themescss {
  color: #28a745; }
  .was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:valid ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
    background-color: #71dd8a; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:valid ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:valid ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.custom-control-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:valid:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: #34ce57; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:valid:focus ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss:focus ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:valid ~ .custom-file-label--from--src-bootstrap-morehealth-themescss, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .custom-file-label--from--src-bootstrap-morehealth-themescss {
  border-color: #28a745; }
  .was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:valid ~ .custom-file-label--from--src-bootstrap-morehealth-themescss::after, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .custom-file-label--from--src-bootstrap-morehealth-themescss::after {
    border-color: inherit; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:valid ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:valid ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-feedback--from--src-bootstrap-morehealth-themescss,
.custom-file-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss ~ .valid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:valid:focus ~ .custom-file-label--from--src-bootstrap-morehealth-themescss, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-valid--from--src-bootstrap-morehealth-themescss:focus ~ .custom-file-label--from--src-bootstrap-morehealth-themescss {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

.was-validated--from--src-bootstrap-morehealth-themescss .form-control-file--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .form-control-file--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss, .form-control-file--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.form-control-file--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .form-check-input--from--src-bootstrap-morehealth-themescss:invalid ~ .form-check-label--from--src-bootstrap-morehealth-themescss, .form-check-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .form-check-label--from--src-bootstrap-morehealth-themescss {
  color: #dc3545; }

.was-validated--from--src-bootstrap-morehealth-themescss .form-check-input--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .form-check-input--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss, .form-check-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.form-check-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:invalid ~ .custom-control-label--from--src-bootstrap-morehealth-themescss, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .custom-control-label--from--src-bootstrap-morehealth-themescss {
  color: #dc3545; }
  .was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:invalid ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
    background-color: #efa2a9; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.custom-control-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:invalid:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: #e4606d; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:invalid:focus ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before, .custom-control-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss:focus ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:invalid ~ .custom-file-label--from--src-bootstrap-morehealth-themescss, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .custom-file-label--from--src-bootstrap-morehealth-themescss {
  border-color: #dc3545; }
  .was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:invalid ~ .custom-file-label--from--src-bootstrap-morehealth-themescss::after, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .custom-file-label--from--src-bootstrap-morehealth-themescss::after {
    border-color: inherit; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:invalid ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-feedback--from--src-bootstrap-morehealth-themescss,
.custom-file-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss ~ .invalid-tooltip--from--src-bootstrap-morehealth-themescss {
  display: block; }

.was-validated--from--src-bootstrap-morehealth-themescss .custom-file-input--from--src-bootstrap-morehealth-themescss:invalid:focus ~ .custom-file-label--from--src-bootstrap-morehealth-themescss, .custom-file-input--from--src-bootstrap-morehealth-themescss.is-invalid--from--src-bootstrap-morehealth-themescss:focus ~ .custom-file-label--from--src-bootstrap-morehealth-themescss {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.btn--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn--from--src-bootstrap-morehealth-themescss {
      transition: none; } }
  .btn--from--src-bootstrap-morehealth-themescss:hover, .btn--from--src-bootstrap-morehealth-themescss:focus {
    text-decoration: none; }
  .btn--from--src-bootstrap-morehealth-themescss:focus, .btn--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
  .btn--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn--from--src-bootstrap-morehealth-themescss:disabled {
    opacity: 0.65; }
  .btn--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss) {
    cursor: pointer; }

a.btn--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss,
fieldset:disabled a.btn--from--src-bootstrap-morehealth-themescss {
  pointer-events: none; }

.btn-primary--from--src-bootstrap-morehealth-themescss {
  color: #212529;
  background-color: #55c5b6;
  border-color: #55c5b6; }
  .btn-primary--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #3eb6a6;
    border-color: #3bac9d; }
  .btn-primary--from--src-bootstrap-morehealth-themescss:focus, .btn-primary--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.5); }
  .btn-primary--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-primary--from--src-bootstrap-morehealth-themescss:disabled {
    color: #212529;
    background-color: #55c5b6;
    border-color: #55c5b6; }
  .btn-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-primary--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #3bac9d;
    border-color: #38a394; }
    .btn-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-primary--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.5); }

.btn-secondary--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary--from--src-bootstrap-morehealth-themescss:focus, .btn-secondary--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-secondary--from--src-bootstrap-morehealth-themescss:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-secondary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-secondary--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-secondary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-secondary--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success--from--src-bootstrap-morehealth-themescss:focus, .btn-success--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-success--from--src-bootstrap-morehealth-themescss:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-success--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-success--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info--from--src-bootstrap-morehealth-themescss:focus, .btn-info--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-info--from--src-bootstrap-morehealth-themescss:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-info--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-info--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-info--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-info--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning--from--src-bootstrap-morehealth-themescss {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning--from--src-bootstrap-morehealth-themescss:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning--from--src-bootstrap-morehealth-themescss:focus, .btn-warning--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-warning--from--src-bootstrap-morehealth-themescss:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-warning--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-warning--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-warning--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-warning--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger--from--src-bootstrap-morehealth-themescss:focus, .btn-danger--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-danger--from--src-bootstrap-morehealth-themescss:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-danger--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-danger--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-danger--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-danger--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light--from--src-bootstrap-morehealth-themescss {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light--from--src-bootstrap-morehealth-themescss:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light--from--src-bootstrap-morehealth-themescss:focus, .btn-light--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-light--from--src-bootstrap-morehealth-themescss:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-light--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-light--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-light--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-light--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark--from--src-bootstrap-morehealth-themescss:focus, .btn-dark--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-dark--from--src-bootstrap-morehealth-themescss:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-dark--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-dark--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-dark--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-dark--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary--from--src-bootstrap-morehealth-themescss {
  color: #55c5b6;
  background-color: transparent;
  background-image: none;
  border-color: #55c5b6; }
  .btn-outline-primary--from--src-bootstrap-morehealth-themescss:hover {
    color: #212529;
    background-color: #55c5b6;
    border-color: #55c5b6; }
  .btn-outline-primary--from--src-bootstrap-morehealth-themescss:focus, .btn-outline-primary--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.5); }
  .btn-outline-primary--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-outline-primary--from--src-bootstrap-morehealth-themescss:disabled {
    color: #55c5b6;
    background-color: transparent; }
  .btn-outline-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-outline-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-outline-primary--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #212529;
    background-color: #55c5b6;
    border-color: #55c5b6; }
    .btn-outline-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-outline-primary--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-outline-primary--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.5); }

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

.btn-outline-success--from--src-bootstrap-morehealth-themescss {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success--from--src-bootstrap-morehealth-themescss:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success--from--src-bootstrap-morehealth-themescss:focus, .btn-outline-success--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .btn-outline-success--from--src-bootstrap-morehealth-themescss:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active, .btn-outline-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss,
  .show--from--src-bootstrap-morehealth-themescss > .btn-outline-success--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):active:focus, .btn-outline-success--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss).active--from--src-bootstrap-morehealth-themescss:focus,
    .show--from--src-bootstrap-morehealth-themescss > .btn-outline-success--from--src-bootstrap-morehealth-themescss.dropdown-toggle--from--src-bootstrap-morehealth-themescss:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

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

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

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

.btn-link--from--src-bootstrap-morehealth-themescss {
  font-weight: 400;
  color: #000;
  background-color: transparent; }
  .btn-link--from--src-bootstrap-morehealth-themescss:hover {
    color: black;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link--from--src-bootstrap-morehealth-themescss:focus, .btn-link--from--src-bootstrap-morehealth-themescss.focus--from--src-bootstrap-morehealth-themescss {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link--from--src-bootstrap-morehealth-themescss:disabled, .btn-link--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block--from--src-bootstrap-morehealth-themescss {
  display: block;
  width: 100%; }
  .btn-block--from--src-bootstrap-morehealth-themescss + .btn-block--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.5rem; }

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

.fade--from--src-bootstrap-morehealth-themescss {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade--from--src-bootstrap-morehealth-themescss {
      transition: none; } }
  .fade--from--src-bootstrap-morehealth-themescss:not(.show--from--src-bootstrap-morehealth-themescss) {
    opacity: 0; }

.collapse--from--src-bootstrap-morehealth-themescss:not(.show--from--src-bootstrap-morehealth-themescss) {
  display: none; }

.collapsing--from--src-bootstrap-morehealth-themescss {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing--from--src-bootstrap-morehealth-themescss {
      transition: none; } }

.dropup--from--src-bootstrap-morehealth-themescss,
.dropright--from--src-bootstrap-morehealth-themescss,
.dropdown--from--src-bootstrap-morehealth-themescss,
.dropleft--from--src-bootstrap-morehealth-themescss {
  position: relative; }

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

.dropdown-toggle--from--src-bootstrap-morehealth-themescss:empty::after {
  margin-left: 0; }

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

.dropdown-menu-right--from--src-bootstrap-morehealth-themescss {
  right: 0;
  left: auto; }

.dropup--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss:empty::after {
  margin-left: 0; }

.dropright--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss:empty::after {
  margin-left: 0; }

.dropright--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss::after {
  vertical-align: 0; }

.dropleft--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss::after {
  display: none; }

.dropleft--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss:empty::after {
  margin-left: 0; }

.dropleft--from--src-bootstrap-morehealth-themescss .dropdown-toggle--from--src-bootstrap-morehealth-themescss::before {
  vertical-align: 0; }

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

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

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

.dropdown-menu--from--src-bootstrap-morehealth-themescss.show--from--src-bootstrap-morehealth-themescss {
  display: block; }

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

.dropdown-item-text--from--src-bootstrap-morehealth-themescss {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group--from--src-bootstrap-morehealth-themescss,
.btn-group-vertical--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss,
  .btn-group-vertical--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss {
    position: relative;
    flex: 0 1 auto; }
    .btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:hover,
    .btn-group-vertical--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:hover {
      z-index: 1; }
    .btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:focus, .btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:active, .btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
    .btn-group-vertical--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:focus,
    .btn-group-vertical--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:active,
    .btn-group-vertical--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss {
      z-index: 1; }
  .btn-group--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .btn-group--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .btn-group--from--src-bootstrap-morehealth-themescss,
  .btn-group--from--src-bootstrap-morehealth-themescss .btn-group--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .btn-group--from--src-bootstrap-morehealth-themescss .btn-group--from--src-bootstrap-morehealth-themescss + .btn-group--from--src-bootstrap-morehealth-themescss,
  .btn-group-vertical--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .btn-group-vertical--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .btn-group--from--src-bootstrap-morehealth-themescss,
  .btn-group-vertical--from--src-bootstrap-morehealth-themescss .btn-group--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .btn-group-vertical--from--src-bootstrap-morehealth-themescss .btn-group--from--src-bootstrap-morehealth-themescss + .btn-group--from--src-bootstrap-morehealth-themescss {
    margin-left: -1px; }

.btn-toolbar--from--src-bootstrap-morehealth-themescss {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar--from--src-bootstrap-morehealth-themescss .input-group--from--src-bootstrap-morehealth-themescss {
    width: auto; }

.btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:first-child {
  margin-left: 0; }

.btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:not(:last-child):not(.dropdown-toggle--from--src-bootstrap-morehealth-themescss),
.btn-group--from--src-bootstrap-morehealth-themescss > .btn-group--from--src-bootstrap-morehealth-themescss:not(:last-child) > .btn--from--src-bootstrap-morehealth-themescss {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss:not(:first-child),
.btn-group--from--src-bootstrap-morehealth-themescss > .btn-group--from--src-bootstrap-morehealth-themescss:not(:first-child) > .btn--from--src-bootstrap-morehealth-themescss {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

.input-group-prepend--from--src-bootstrap-morehealth-themescss,
.input-group-append--from--src-bootstrap-morehealth-themescss {
  display: flex; }
  .input-group-prepend--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss,
  .input-group-append--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss {
    position: relative;
    z-index: 2; }
  .input-group-prepend--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .input-group-prepend--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .input-group-text--from--src-bootstrap-morehealth-themescss,
  .input-group-prepend--from--src-bootstrap-morehealth-themescss .input-group-text--from--src-bootstrap-morehealth-themescss + .input-group-text--from--src-bootstrap-morehealth-themescss,
  .input-group-prepend--from--src-bootstrap-morehealth-themescss .input-group-text--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .input-group-append--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss,
  .input-group-append--from--src-bootstrap-morehealth-themescss .btn--from--src-bootstrap-morehealth-themescss + .input-group-text--from--src-bootstrap-morehealth-themescss,
  .input-group-append--from--src-bootstrap-morehealth-themescss .input-group-text--from--src-bootstrap-morehealth-themescss + .input-group-text--from--src-bootstrap-morehealth-themescss,
  .input-group-append--from--src-bootstrap-morehealth-themescss .input-group-text--from--src-bootstrap-morehealth-themescss + .btn--from--src-bootstrap-morehealth-themescss {
    margin-left: -1px; }

.input-group-prepend--from--src-bootstrap-morehealth-themescss {
  margin-right: -1px; }

.input-group-append--from--src-bootstrap-morehealth-themescss {
  margin-left: -1px; }

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

.input-group-lg--from--src-bootstrap-morehealth-themescss > .form-control--from--src-bootstrap-morehealth-themescss,
.input-group-lg--from--src-bootstrap-morehealth-themescss > .input-group-prepend--from--src-bootstrap-morehealth-themescss > .input-group-text--from--src-bootstrap-morehealth-themescss,
.input-group-lg--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss > .input-group-text--from--src-bootstrap-morehealth-themescss,
.input-group-lg--from--src-bootstrap-morehealth-themescss > .input-group-prepend--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss,
.input-group-lg--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm--from--src-bootstrap-morehealth-themescss > .form-control--from--src-bootstrap-morehealth-themescss,
.input-group-sm--from--src-bootstrap-morehealth-themescss > .input-group-prepend--from--src-bootstrap-morehealth-themescss > .input-group-text--from--src-bootstrap-morehealth-themescss,
.input-group-sm--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss > .input-group-text--from--src-bootstrap-morehealth-themescss,
.input-group-sm--from--src-bootstrap-morehealth-themescss > .input-group-prepend--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss,
.input-group-sm--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group--from--src-bootstrap-morehealth-themescss > .input-group-prepend--from--src-bootstrap-morehealth-themescss > .btn--from--src-bootstrap-morehealth-themescss,
.input-group--from--src-bootstrap-morehealth-themescss > .input-group-prepend--from--src-bootstrap-morehealth-themescss > .input-group-text--from--src-bootstrap-morehealth-themescss,
.input-group--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss:not(:last-child) > .btn--from--src-bootstrap-morehealth-themescss,
.input-group--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss:not(:last-child) > .input-group-text--from--src-bootstrap-morehealth-themescss,
.input-group--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss:last-child > .btn--from--src-bootstrap-morehealth-themescss:not(:last-child):not(.dropdown-toggle--from--src-bootstrap-morehealth-themescss),
.input-group--from--src-bootstrap-morehealth-themescss > .input-group-append--from--src-bootstrap-morehealth-themescss:last-child > .input-group-text--from--src-bootstrap-morehealth-themescss:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.custom-control--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline--from--src-bootstrap-morehealth-themescss {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input--from--src-bootstrap-morehealth-themescss:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
    color: #fff;
    background-color: #55c5b6; }
  .custom-control-input--from--src-bootstrap-morehealth-themescss:focus ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
  .custom-control-input--from--src-bootstrap-morehealth-themescss:active ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
    color: #fff;
    background-color: #daf2ef; }
  .custom-control-input--from--src-bootstrap-morehealth-themescss:disabled ~ .custom-control-label--from--src-bootstrap-morehealth-themescss {
    color: #6c757d; }
    .custom-control-input--from--src-bootstrap-morehealth-themescss:disabled ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
      background-color: #e9ecef; }

.custom-control-label--from--src-bootstrap-morehealth-themescss {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label--from--src-bootstrap-morehealth-themescss::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  border-radius: 0.25rem; }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: #55c5b6; }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:indeterminate ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: #55c5b6; }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:indeterminate ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:disabled:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: rgba(85, 197, 182, 0.5); }

.custom-checkbox--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:disabled:indeterminate ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: rgba(85, 197, 182, 0.5); }

.custom-radio--from--src-bootstrap-morehealth-themescss .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  border-radius: 50%; }

.custom-radio--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: #55c5b6; }

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

.custom-radio--from--src-bootstrap-morehealth-themescss .custom-control-input--from--src-bootstrap-morehealth-themescss:disabled:checked ~ .custom-control-label--from--src-bootstrap-morehealth-themescss::before {
  background-color: rgba(85, 197, 182, 0.5); }

.custom-select--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select--from--src-bootstrap-morehealth-themescss:focus {
    border-color: #b4e5df;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(180, 229, 223, 0.5); }
    .custom-select--from--src-bootstrap-morehealth-themescss:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select--from--src-bootstrap-morehealth-themescss[multiple], .custom-select--from--src-bootstrap-morehealth-themescss[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select--from--src-bootstrap-morehealth-themescss:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select--from--src-bootstrap-morehealth-themescss::-ms-expand {
    opacity: 0; }

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

.custom-select-lg--from--src-bootstrap-morehealth-themescss {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input--from--src-bootstrap-morehealth-themescss {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input--from--src-bootstrap-morehealth-themescss:focus ~ .custom-file-label--from--src-bootstrap-morehealth-themescss {
    border-color: #b4e5df;
    box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
    .custom-file-input--from--src-bootstrap-morehealth-themescss:focus ~ .custom-file-label--from--src-bootstrap-morehealth-themescss::after {
      border-color: #b4e5df; }
  .custom-file-input--from--src-bootstrap-morehealth-themescss:disabled ~ .custom-file-label--from--src-bootstrap-morehealth-themescss {
    background-color: #e9ecef; }
  .custom-file-input--from--src-bootstrap-morehealth-themescss:lang(en) ~ .custom-file-label--from--src-bootstrap-morehealth-themescss::after {
    content: "Browse"; }

.custom-file-label--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label--from--src-bootstrap-morehealth-themescss::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range--from--src-bootstrap-morehealth-themescss {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range--from--src-bootstrap-morehealth-themescss:focus {
    outline: none; }
    .custom-range--from--src-bootstrap-morehealth-themescss:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
    .custom-range--from--src-bootstrap-morehealth-themescss:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
    .custom-range--from--src-bootstrap-morehealth-themescss:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
  .custom-range--from--src-bootstrap-morehealth-themescss::-moz-focus-outer {
    border: 0; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #55c5b6;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range--from--src-bootstrap-morehealth-themescss::-webkit-slider-thumb {
        transition: none; } }
    .custom-range--from--src-bootstrap-morehealth-themescss::-webkit-slider-thumb:active {
      background-color: #daf2ef; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #55c5b6;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range--from--src-bootstrap-morehealth-themescss::-moz-range-thumb {
        transition: none; } }
    .custom-range--from--src-bootstrap-morehealth-themescss::-moz-range-thumb:active {
      background-color: #daf2ef; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #55c5b6;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range--from--src-bootstrap-morehealth-themescss::-ms-thumb {
        transition: none; } }
    .custom-range--from--src-bootstrap-morehealth-themescss::-ms-thumb:active {
      background-color: #daf2ef; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range--from--src-bootstrap-morehealth-themescss::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

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

.nav--from--src-bootstrap-morehealth-themescss {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link--from--src-bootstrap-morehealth-themescss {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link--from--src-bootstrap-morehealth-themescss:hover, .nav-link--from--src-bootstrap-morehealth-themescss:focus {
    text-decoration: none; }
  .nav-link--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss {
    color: #6c757d; }

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

.nav-pills--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
  border-radius: 0.25rem; }

.nav-pills--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
.nav-pills--from--src-bootstrap-morehealth-themescss .show--from--src-bootstrap-morehealth-themescss > .nav-link--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #55c5b6; }

.nav-fill--from--src-bootstrap-morehealth-themescss .nav-item--from--src-bootstrap-morehealth-themescss {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified--from--src-bootstrap-morehealth-themescss .nav-item--from--src-bootstrap-morehealth-themescss {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content--from--src-bootstrap-morehealth-themescss > .tab-pane--from--src-bootstrap-morehealth-themescss {
  display: none; }

.tab-content--from--src-bootstrap-morehealth-themescss > .active--from--src-bootstrap-morehealth-themescss {
  display: block; }

.navbar--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0; }
  .navbar--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand--from--src-bootstrap-morehealth-themescss:hover, .navbar-brand--from--src-bootstrap-morehealth-themescss:focus {
    text-decoration: none; }

.navbar-nav--from--src-bootstrap-morehealth-themescss {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
    position: static;
    float: none; }

.navbar-text--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse--from--src-bootstrap-morehealth-themescss {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler--from--src-bootstrap-morehealth-themescss {
  padding: 0 0;
  font-size: 2.1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler--from--src-bootstrap-morehealth-themescss:hover, .navbar-toggler--from--src-bootstrap-morehealth-themescss:focus {
    text-decoration: none; }
  .navbar-toggler--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss) {
    cursor: pointer; }

.navbar-toggler-icon--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar-expand-sm--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm--from--src-bootstrap-morehealth-themescss {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss {
      flex-direction: row; }
      .navbar-expand-sm--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
        position: absolute; }
      .navbar-expand-sm--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
    .navbar-expand-sm--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
      flex-wrap: wrap; }
    .navbar-expand-sm--from--src-bootstrap-morehealth-themescss .navbar-collapse--from--src-bootstrap-morehealth-themescss {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar-expand-md--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md--from--src-bootstrap-morehealth-themescss {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss {
      flex-direction: row; }
      .navbar-expand-md--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
        position: absolute; }
      .navbar-expand-md--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
    .navbar-expand-md--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
      flex-wrap: wrap; }
    .navbar-expand-md--from--src-bootstrap-morehealth-themescss .navbar-collapse--from--src-bootstrap-morehealth-themescss {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar-expand-lg--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg--from--src-bootstrap-morehealth-themescss {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss {
      flex-direction: row; }
      .navbar-expand-lg--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
        position: absolute; }
      .navbar-expand-lg--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
    .navbar-expand-lg--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
      flex-wrap: wrap; }
    .navbar-expand-lg--from--src-bootstrap-morehealth-themescss .navbar-collapse--from--src-bootstrap-morehealth-themescss {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
      display: none; } }

@media (max-width: 1469.98px) {
  .navbar-expand-xl--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar-expand-xl--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1470px) {
  .navbar-expand-xl--from--src-bootstrap-morehealth-themescss {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss {
      flex-direction: row; }
      .navbar-expand-xl--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
        position: absolute; }
      .navbar-expand-xl--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
    .navbar-expand-xl--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
      flex-wrap: wrap; }
    .navbar-expand-xl--from--src-bootstrap-morehealth-themescss .navbar-collapse--from--src-bootstrap-morehealth-themescss {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
      display: none; } }

.navbar-expand--from--src-bootstrap-morehealth-themescss {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar-expand--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss {
    flex-direction: row; }
    .navbar-expand--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .dropdown-menu--from--src-bootstrap-morehealth-themescss {
      position: absolute; }
    .navbar-expand--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand--from--src-bootstrap-morehealth-themescss > .container--from--src-bootstrap-morehealth-themescss,
  .navbar-expand--from--src-bootstrap-morehealth-themescss > .container-fluid--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap; }
  .navbar-expand--from--src-bootstrap-morehealth-themescss .navbar-collapse--from--src-bootstrap-morehealth-themescss {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
    display: none; }

.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-brand--from--src-bootstrap-morehealth-themescss {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-brand--from--src-bootstrap-morehealth-themescss:hover, .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-brand--from--src-bootstrap-morehealth-themescss:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
  color: #41D2BF; }
  .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss:hover, .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .show--from--src-bootstrap-morehealth-themescss > .nav-link--from--src-bootstrap-morehealth-themescss,
.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss > .nav-link--from--src-bootstrap-morehealth-themescss,
.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.show--from--src-bootstrap-morehealth-themescss,
.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
  color: #41D2BF;
  border-color: transparent; }

.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-toggler-icon--from--src-bootstrap-morehealth-themescss {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2341D2BF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss {
  color: #41D2BF; }
  .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss a:hover, .navbar-light--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-brand--from--src-bootstrap-morehealth-themescss {
  color: #fff; }
  .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-brand--from--src-bootstrap-morehealth-themescss:hover, .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-brand--from--src-bootstrap-morehealth-themescss:focus {
    color: #fff; }

.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss:hover, .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .show--from--src-bootstrap-morehealth-themescss > .nav-link--from--src-bootstrap-morehealth-themescss,
.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss > .nav-link--from--src-bootstrap-morehealth-themescss,
.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.show--from--src-bootstrap-morehealth-themescss,
.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-nav--from--src-bootstrap-morehealth-themescss .nav-link--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss {
  color: #fff; }

.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-toggler--from--src-bootstrap-morehealth-themescss {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-toggler-icon--from--src-bootstrap-morehealth-themescss {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss a {
    color: #fff; }
    .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss a:hover, .navbar-dark--from--src-bootstrap-morehealth-themescss .navbar-text--from--src-bootstrap-morehealth-themescss a:focus {
      color: #fff; }

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

.card-body--from--src-bootstrap-morehealth-themescss {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0.75rem; }

.card-subtitle--from--src-bootstrap-morehealth-themescss {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text--from--src-bootstrap-morehealth-themescss:last-child {
  margin-bottom: 0; }

.card-link--from--src-bootstrap-morehealth-themescss:hover {
  text-decoration: none; }

.card-link--from--src-bootstrap-morehealth-themescss + .card-link--from--src-bootstrap-morehealth-themescss {
  margin-left: 1.25rem; }

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

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

.card-header-tabs--from--src-bootstrap-morehealth-themescss {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills--from--src-bootstrap-morehealth-themescss {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

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

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

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

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

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

.card-columns--from--src-bootstrap-morehealth-themescss .card--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0.75rem; }

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

.accordion--from--src-bootstrap-morehealth-themescss .card--from--src-bootstrap-morehealth-themescss:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion--from--src-bootstrap-morehealth-themescss .card--from--src-bootstrap-morehealth-themescss:not(:first-of-type) .card-header--from--src-bootstrap-morehealth-themescss:first-child {
  border-radius: 0; }

.accordion--from--src-bootstrap-morehealth-themescss .card--from--src-bootstrap-morehealth-themescss:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion--from--src-bootstrap-morehealth-themescss .card--from--src-bootstrap-morehealth-themescss:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.breadcrumb-item--from--src-bootstrap-morehealth-themescss + .breadcrumb-item--from--src-bootstrap-morehealth-themescss {
  padding-left: 0.5rem; }
  .breadcrumb-item--from--src-bootstrap-morehealth-themescss + .breadcrumb-item--from--src-bootstrap-morehealth-themescss::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item--from--src-bootstrap-morehealth-themescss + .breadcrumb-item--from--src-bootstrap-morehealth-themescss:hover::before {
  text-decoration: underline; }

.breadcrumb-item--from--src-bootstrap-morehealth-themescss + .breadcrumb-item--from--src-bootstrap-morehealth-themescss:hover::before {
  text-decoration: none; }

.breadcrumb-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss {
  color: #6c757d; }

.pagination--from--src-bootstrap-morehealth-themescss {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link--from--src-bootstrap-morehealth-themescss:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link--from--src-bootstrap-morehealth-themescss:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 197, 182, 0.25); }
  .page-link--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss) {
    cursor: pointer; }

.page-item--from--src-bootstrap-morehealth-themescss:first-child .page-link--from--src-bootstrap-morehealth-themescss {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item--from--src-bootstrap-morehealth-themescss:last-child .page-link--from--src-bootstrap-morehealth-themescss {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss .page-link--from--src-bootstrap-morehealth-themescss {
  z-index: 1;
  color: #fff;
  background-color: #55c5b6;
  border-color: #55c5b6; }

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

.pagination-lg--from--src-bootstrap-morehealth-themescss .page-link--from--src-bootstrap-morehealth-themescss {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg--from--src-bootstrap-morehealth-themescss .page-item--from--src-bootstrap-morehealth-themescss:first-child .page-link--from--src-bootstrap-morehealth-themescss {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg--from--src-bootstrap-morehealth-themescss .page-item--from--src-bootstrap-morehealth-themescss:last-child .page-link--from--src-bootstrap-morehealth-themescss {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.pagination-sm--from--src-bootstrap-morehealth-themescss .page-item--from--src-bootstrap-morehealth-themescss:first-child .page-link--from--src-bootstrap-morehealth-themescss {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm--from--src-bootstrap-morehealth-themescss .page-item--from--src-bootstrap-morehealth-themescss:last-child .page-link--from--src-bootstrap-morehealth-themescss {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge--from--src-bootstrap-morehealth-themescss:empty {
    display: none; }

.btn--from--src-bootstrap-morehealth-themescss .badge--from--src-bootstrap-morehealth-themescss {
  position: relative;
  top: -1px; }

.badge-pill--from--src-bootstrap-morehealth-themescss {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary--from--src-bootstrap-morehealth-themescss {
  color: #212529;
  background-color: #55c5b6; }
  .badge-primary--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-primary--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #3bac9d; }

.badge-secondary--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-secondary--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #28a745; }
  .badge-success--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-success--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-info--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning--from--src-bootstrap-morehealth-themescss {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-warning--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

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

.badge-light--from--src-bootstrap-morehealth-themescss {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-light--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark--from--src-bootstrap-morehealth-themescss {
  color: #fff;
  background-color: #343a40; }
  .badge-dark--from--src-bootstrap-morehealth-themescss[href]:hover, .badge-dark--from--src-bootstrap-morehealth-themescss[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

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

.jumbotron-fluid--from--src-bootstrap-morehealth-themescss {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading--from--src-bootstrap-morehealth-themescss {
  color: inherit; }

.alert-link--from--src-bootstrap-morehealth-themescss {
  font-weight: 700; }

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

.alert-primary--from--src-bootstrap-morehealth-themescss {
  color: #2c665f;
  background-color: #ddf3f0;
  border-color: #cfefeb; }
  .alert-primary--from--src-bootstrap-morehealth-themescss hr {
    border-top-color: #bce9e3; }
  .alert-primary--from--src-bootstrap-morehealth-themescss .alert-link--from--src-bootstrap-morehealth-themescss {
    color: #1d423e; }

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

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

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

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

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

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

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

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

.progress--from--src-bootstrap-morehealth-themescss {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar--from--src-bootstrap-morehealth-themescss {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #55c5b6;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar--from--src-bootstrap-morehealth-themescss {
      transition: none; } }

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

.progress-bar-animated--from--src-bootstrap-morehealth-themescss {
  animation: progress-bar-stripes--from--src-bootstrap-morehealth-themescss 1s linear infinite; }

.media--from--src-bootstrap-morehealth-themescss {
  display: flex;
  align-items: flex-start; }

.media-body--from--src-bootstrap-morehealth-themescss {
  flex: 1; }

.list-group--from--src-bootstrap-morehealth-themescss {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action--from--src-bootstrap-morehealth-themescss {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action--from--src-bootstrap-morehealth-themescss:hover, .list-group-item-action--from--src-bootstrap-morehealth-themescss:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action--from--src-bootstrap-morehealth-themescss:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item--from--src-bootstrap-morehealth-themescss:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item--from--src-bootstrap-morehealth-themescss:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item--from--src-bootstrap-morehealth-themescss:hover, .list-group-item--from--src-bootstrap-morehealth-themescss:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item--from--src-bootstrap-morehealth-themescss.disabled--from--src-bootstrap-morehealth-themescss, .list-group-item--from--src-bootstrap-morehealth-themescss:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss {
    z-index: 2;
    color: #fff;
    background-color: #55c5b6;
    border-color: #55c5b6; }

.list-group-flush--from--src-bootstrap-morehealth-themescss .list-group-item--from--src-bootstrap-morehealth-themescss {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush--from--src-bootstrap-morehealth-themescss:first-child .list-group-item--from--src-bootstrap-morehealth-themescss:first-child {
  border-top: 0; }

.list-group-flush--from--src-bootstrap-morehealth-themescss:last-child .list-group-item--from--src-bootstrap-morehealth-themescss:last-child {
  border-bottom: 0; }

.list-group-item-primary--from--src-bootstrap-morehealth-themescss {
  color: #2c665f;
  background-color: #cfefeb; }
  .list-group-item-primary--from--src-bootstrap-morehealth-themescss.list-group-item-action--from--src-bootstrap-morehealth-themescss:hover, .list-group-item-primary--from--src-bootstrap-morehealth-themescss.list-group-item-action--from--src-bootstrap-morehealth-themescss:focus {
    color: #2c665f;
    background-color: #bce9e3; }
  .list-group-item-primary--from--src-bootstrap-morehealth-themescss.list-group-item-action--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss {
    color: #fff;
    background-color: #2c665f;
    border-color: #2c665f; }

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

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

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

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

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

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

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

.close--from--src-bootstrap-morehealth-themescss {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss) {
    cursor: pointer; }
    .close--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):hover, .close--from--src-bootstrap-morehealth-themescss:not(:disabled):not(.disabled--from--src-bootstrap-morehealth-themescss):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close--from--src-bootstrap-morehealth-themescss {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open--from--src-bootstrap-morehealth-themescss {
  overflow: hidden; }
  .modal-open--from--src-bootstrap-morehealth-themescss .modal--from--src-bootstrap-morehealth-themescss {
    overflow-x: hidden;
    overflow-y: auto; }

.modal--from--src-bootstrap-morehealth-themescss {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog--from--src-bootstrap-morehealth-themescss {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal--from--src-bootstrap-morehealth-themescss.fade--from--src-bootstrap-morehealth-themescss .modal-dialog--from--src-bootstrap-morehealth-themescss {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal--from--src-bootstrap-morehealth-themescss.fade--from--src-bootstrap-morehealth-themescss .modal-dialog--from--src-bootstrap-morehealth-themescss {
        transition: none; } }
  .modal--from--src-bootstrap-morehealth-themescss.show--from--src-bootstrap-morehealth-themescss .modal-dialog--from--src-bootstrap-morehealth-themescss {
    transform: translate(0, 0); }

.modal-dialog-centered--from--src-bootstrap-morehealth-themescss {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered--from--src-bootstrap-morehealth-themescss::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

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

.modal-backdrop--from--src-bootstrap-morehealth-themescss {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop--from--src-bootstrap-morehealth-themescss.fade--from--src-bootstrap-morehealth-themescss {
    opacity: 0; }
  .modal-backdrop--from--src-bootstrap-morehealth-themescss.show--from--src-bootstrap-morehealth-themescss {
    opacity: 0.5; }

.modal-header--from--src-bootstrap-morehealth-themescss {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header--from--src-bootstrap-morehealth-themescss .close--from--src-bootstrap-morehealth-themescss {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body--from--src-bootstrap-morehealth-themescss {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer--from--src-bootstrap-morehealth-themescss {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer--from--src-bootstrap-morehealth-themescss > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer--from--src-bootstrap-morehealth-themescss > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog--from--src-bootstrap-morehealth-themescss {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered--from--src-bootstrap-morehealth-themescss {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered--from--src-bootstrap-morehealth-themescss::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm--from--src-bootstrap-morehealth-themescss {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg--from--src-bootstrap-morehealth-themescss {
    max-width: 800px; } }

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

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

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

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

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

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

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

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

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

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

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

.popover-header--from--src-bootstrap-morehealth-themescss {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header--from--src-bootstrap-morehealth-themescss:empty {
    display: none; }

.popover-body--from--src-bootstrap-morehealth-themescss {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel--from--src-bootstrap-morehealth-themescss {
  position: relative; }

.carousel-inner--from--src-bootstrap-morehealth-themescss {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item--from--src-bootstrap-morehealth-themescss {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
.carousel-item-next--from--src-bootstrap-morehealth-themescss,
.carousel-item-prev--from--src-bootstrap-morehealth-themescss {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
    .carousel-item-next--from--src-bootstrap-morehealth-themescss,
    .carousel-item-prev--from--src-bootstrap-morehealth-themescss {
      transition: none; } }

.carousel-item-next--from--src-bootstrap-morehealth-themescss,
.carousel-item-prev--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  top: 0; }

.carousel-item-next--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss,
.carousel-item-prev--from--src-bootstrap-morehealth-themescss.carousel-item-right--from--src-bootstrap-morehealth-themescss {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss,
    .carousel-item-prev--from--src-bootstrap-morehealth-themescss.carousel-item-right--from--src-bootstrap-morehealth-themescss {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next--from--src-bootstrap-morehealth-themescss,
.active--from--src-bootstrap-morehealth-themescss.carousel-item-right--from--src-bootstrap-morehealth-themescss {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next--from--src-bootstrap-morehealth-themescss,
    .active--from--src-bootstrap-morehealth-themescss.carousel-item-right--from--src-bootstrap-morehealth-themescss {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev--from--src-bootstrap-morehealth-themescss,
.active--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev--from--src-bootstrap-morehealth-themescss,
    .active--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item--from--src-bootstrap-morehealth-themescss {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item-next--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item-prev--from--src-bootstrap-morehealth-themescss.carousel-item-right--from--src-bootstrap-morehealth-themescss {
  opacity: 1; }

.carousel-fade--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss.carousel-item-right--from--src-bootstrap-morehealth-themescss {
  opacity: 0; }

.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item-next--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item-prev--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss,
.carousel-fade--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss.carousel-item-prev--from--src-bootstrap-morehealth-themescss {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item-next--from--src-bootstrap-morehealth-themescss,
    .carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item-prev--from--src-bootstrap-morehealth-themescss,
    .carousel-fade--from--src-bootstrap-morehealth-themescss .carousel-item--from--src-bootstrap-morehealth-themescss.active--from--src-bootstrap-morehealth-themescss,
    .carousel-fade--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss.carousel-item-left--from--src-bootstrap-morehealth-themescss,
    .carousel-fade--from--src-bootstrap-morehealth-themescss .active--from--src-bootstrap-morehealth-themescss.carousel-item-prev--from--src-bootstrap-morehealth-themescss {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev--from--src-bootstrap-morehealth-themescss,
.carousel-control-next--from--src-bootstrap-morehealth-themescss {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev--from--src-bootstrap-morehealth-themescss:hover, .carousel-control-prev--from--src-bootstrap-morehealth-themescss:focus,
  .carousel-control-next--from--src-bootstrap-morehealth-themescss:hover,
  .carousel-control-next--from--src-bootstrap-morehealth-themescss:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev--from--src-bootstrap-morehealth-themescss {
  left: 0; }

.carousel-control-next--from--src-bootstrap-morehealth-themescss {
  right: 0; }

.carousel-control-prev-icon--from--src-bootstrap-morehealth-themescss,
.carousel-control-next-icon--from--src-bootstrap-morehealth-themescss {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

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

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

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

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

.align-baseline--from--src-bootstrap-morehealth-themescss {
  vertical-align: baseline !important; }

.align-top--from--src-bootstrap-morehealth-themescss {
  vertical-align: top !important; }

.align-middle--from--src-bootstrap-morehealth-themescss {
  vertical-align: middle !important; }

.align-bottom--from--src-bootstrap-morehealth-themescss {
  vertical-align: bottom !important; }

.align-text-bottom--from--src-bootstrap-morehealth-themescss {
  vertical-align: text-bottom !important; }

.align-text-top--from--src-bootstrap-morehealth-themescss {
  vertical-align: text-top !important; }

.bg-primary--from--src-bootstrap-morehealth-themescss {
  background-color: #55c5b6 !important; }

a.bg-primary--from--src-bootstrap-morehealth-themescss:hover, a.bg-primary--from--src-bootstrap-morehealth-themescss:focus,
button.bg-primary--from--src-bootstrap-morehealth-themescss:hover,
button.bg-primary--from--src-bootstrap-morehealth-themescss:focus {
  background-color: #3bac9d !important; }

.bg-secondary--from--src-bootstrap-morehealth-themescss {
  background-color: #6c757d !important; }

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

.bg-success--from--src-bootstrap-morehealth-themescss {
  background-color: #28a745 !important; }

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

.bg-info--from--src-bootstrap-morehealth-themescss {
  background-color: #17a2b8 !important; }

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

.bg-warning--from--src-bootstrap-morehealth-themescss {
  background-color: #ffc107 !important; }

a.bg-warning--from--src-bootstrap-morehealth-themescss:hover, a.bg-warning--from--src-bootstrap-morehealth-themescss:focus,
button.bg-warning--from--src-bootstrap-morehealth-themescss:hover,
button.bg-warning--from--src-bootstrap-morehealth-themescss:focus {
  background-color: #d39e00 !important; }

.bg-danger--from--src-bootstrap-morehealth-themescss {
  background-color: #dc3545 !important; }

a.bg-danger--from--src-bootstrap-morehealth-themescss:hover, a.bg-danger--from--src-bootstrap-morehealth-themescss:focus,
button.bg-danger--from--src-bootstrap-morehealth-themescss:hover,
button.bg-danger--from--src-bootstrap-morehealth-themescss:focus {
  background-color: #bd2130 !important; }

.bg-light--from--src-bootstrap-morehealth-themescss {
  background-color: #f8f9fa !important; }

a.bg-light--from--src-bootstrap-morehealth-themescss:hover, a.bg-light--from--src-bootstrap-morehealth-themescss:focus,
button.bg-light--from--src-bootstrap-morehealth-themescss:hover,
button.bg-light--from--src-bootstrap-morehealth-themescss:focus {
  background-color: #dae0e5 !important; }

.bg-dark--from--src-bootstrap-morehealth-themescss {
  background-color: #343a40 !important; }

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

.bg-white--from--src-bootstrap-morehealth-themescss {
  background-color: #fff !important; }

.bg-transparent--from--src-bootstrap-morehealth-themescss {
  background-color: transparent !important; }

.border--from--src-bootstrap-morehealth-themescss {
  border: 1px solid #dee2e6 !important; }

.border-top--from--src-bootstrap-morehealth-themescss {
  border-top: 1px solid #dee2e6 !important; }

.border-right--from--src-bootstrap-morehealth-themescss {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom--from--src-bootstrap-morehealth-themescss {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left--from--src-bootstrap-morehealth-themescss {
  border-left: 1px solid #dee2e6 !important; }

.border-0--from--src-bootstrap-morehealth-themescss {
  border: 0 !important; }

.border-top-0--from--src-bootstrap-morehealth-themescss {
  border-top: 0 !important; }

.border-right-0--from--src-bootstrap-morehealth-themescss {
  border-right: 0 !important; }

.border-bottom-0--from--src-bootstrap-morehealth-themescss {
  border-bottom: 0 !important; }

.border-left-0--from--src-bootstrap-morehealth-themescss {
  border-left: 0 !important; }

.border-primary--from--src-bootstrap-morehealth-themescss {
  border-color: #55c5b6 !important; }

.border-secondary--from--src-bootstrap-morehealth-themescss {
  border-color: #6c757d !important; }

.border-success--from--src-bootstrap-morehealth-themescss {
  border-color: #28a745 !important; }

.border-info--from--src-bootstrap-morehealth-themescss {
  border-color: #17a2b8 !important; }

.border-warning--from--src-bootstrap-morehealth-themescss {
  border-color: #ffc107 !important; }

.border-danger--from--src-bootstrap-morehealth-themescss {
  border-color: #dc3545 !important; }

.border-light--from--src-bootstrap-morehealth-themescss {
  border-color: #f8f9fa !important; }

.border-dark--from--src-bootstrap-morehealth-themescss {
  border-color: #343a40 !important; }

.border-white--from--src-bootstrap-morehealth-themescss {
  border-color: #fff !important; }

.rounded--from--src-bootstrap-morehealth-themescss {
  border-radius: 0.25rem !important; }

.rounded-top--from--src-bootstrap-morehealth-themescss {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right--from--src-bootstrap-morehealth-themescss {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom--from--src-bootstrap-morehealth-themescss {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left--from--src-bootstrap-morehealth-themescss {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle--from--src-bootstrap-morehealth-themescss {
  border-radius: 50% !important; }

.rounded-0--from--src-bootstrap-morehealth-themescss {
  border-radius: 0 !important; }

.clearfix--from--src-bootstrap-morehealth-themescss::after {
  display: block;
  clear: both;
  content: ""; }

.d-none--from--src-bootstrap-morehealth-themescss {
  display: none !important; }

.d-inline--from--src-bootstrap-morehealth-themescss {
  display: inline !important; }

.d-inline-block--from--src-bootstrap-morehealth-themescss {
  display: inline-block !important; }

.d-block--from--src-bootstrap-morehealth-themescss {
  display: block !important; }

.d-table--from--src-bootstrap-morehealth-themescss {
  display: table !important; }

.d-table-row--from--src-bootstrap-morehealth-themescss {
  display: table-row !important; }

.d-table-cell--from--src-bootstrap-morehealth-themescss {
  display: table-cell !important; }

.d-flex--from--src-bootstrap-morehealth-themescss {
  display: flex !important; }

.d-inline-flex--from--src-bootstrap-morehealth-themescss {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none--from--src-bootstrap-morehealth-themescss {
    display: none !important; }
  .d-sm-inline--from--src-bootstrap-morehealth-themescss {
    display: inline !important; }
  .d-sm-inline-block--from--src-bootstrap-morehealth-themescss {
    display: inline-block !important; }
  .d-sm-block--from--src-bootstrap-morehealth-themescss {
    display: block !important; }
  .d-sm-table--from--src-bootstrap-morehealth-themescss {
    display: table !important; }
  .d-sm-table-row--from--src-bootstrap-morehealth-themescss {
    display: table-row !important; }
  .d-sm-table-cell--from--src-bootstrap-morehealth-themescss {
    display: table-cell !important; }
  .d-sm-flex--from--src-bootstrap-morehealth-themescss {
    display: flex !important; }
  .d-sm-inline-flex--from--src-bootstrap-morehealth-themescss {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none--from--src-bootstrap-morehealth-themescss {
    display: none !important; }
  .d-md-inline--from--src-bootstrap-morehealth-themescss {
    display: inline !important; }
  .d-md-inline-block--from--src-bootstrap-morehealth-themescss {
    display: inline-block !important; }
  .d-md-block--from--src-bootstrap-morehealth-themescss {
    display: block !important; }
  .d-md-table--from--src-bootstrap-morehealth-themescss {
    display: table !important; }
  .d-md-table-row--from--src-bootstrap-morehealth-themescss {
    display: table-row !important; }
  .d-md-table-cell--from--src-bootstrap-morehealth-themescss {
    display: table-cell !important; }
  .d-md-flex--from--src-bootstrap-morehealth-themescss {
    display: flex !important; }
  .d-md-inline-flex--from--src-bootstrap-morehealth-themescss {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none--from--src-bootstrap-morehealth-themescss {
    display: none !important; }
  .d-lg-inline--from--src-bootstrap-morehealth-themescss {
    display: inline !important; }
  .d-lg-inline-block--from--src-bootstrap-morehealth-themescss {
    display: inline-block !important; }
  .d-lg-block--from--src-bootstrap-morehealth-themescss {
    display: block !important; }
  .d-lg-table--from--src-bootstrap-morehealth-themescss {
    display: table !important; }
  .d-lg-table-row--from--src-bootstrap-morehealth-themescss {
    display: table-row !important; }
  .d-lg-table-cell--from--src-bootstrap-morehealth-themescss {
    display: table-cell !important; }
  .d-lg-flex--from--src-bootstrap-morehealth-themescss {
    display: flex !important; }
  .d-lg-inline-flex--from--src-bootstrap-morehealth-themescss {
    display: inline-flex !important; } }

@media (min-width: 1470px) {
  .d-xl-none--from--src-bootstrap-morehealth-themescss {
    display: none !important; }
  .d-xl-inline--from--src-bootstrap-morehealth-themescss {
    display: inline !important; }
  .d-xl-inline-block--from--src-bootstrap-morehealth-themescss {
    display: inline-block !important; }
  .d-xl-block--from--src-bootstrap-morehealth-themescss {
    display: block !important; }
  .d-xl-table--from--src-bootstrap-morehealth-themescss {
    display: table !important; }
  .d-xl-table-row--from--src-bootstrap-morehealth-themescss {
    display: table-row !important; }
  .d-xl-table-cell--from--src-bootstrap-morehealth-themescss {
    display: table-cell !important; }
  .d-xl-flex--from--src-bootstrap-morehealth-themescss {
    display: flex !important; }
  .d-xl-inline-flex--from--src-bootstrap-morehealth-themescss {
    display: inline-flex !important; } }

@media print {
  .d-print-none--from--src-bootstrap-morehealth-themescss {
    display: none !important; }
  .d-print-inline--from--src-bootstrap-morehealth-themescss {
    display: inline !important; }
  .d-print-inline-block--from--src-bootstrap-morehealth-themescss {
    display: inline-block !important; }
  .d-print-block--from--src-bootstrap-morehealth-themescss {
    display: block !important; }
  .d-print-table--from--src-bootstrap-morehealth-themescss {
    display: table !important; }
  .d-print-table-row--from--src-bootstrap-morehealth-themescss {
    display: table-row !important; }
  .d-print-table-cell--from--src-bootstrap-morehealth-themescss {
    display: table-cell !important; }
  .d-print-flex--from--src-bootstrap-morehealth-themescss {
    display: flex !important; }
  .d-print-inline-flex--from--src-bootstrap-morehealth-themescss {
    display: inline-flex !important; } }

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

.embed-responsive-21by9--from--src-bootstrap-morehealth-themescss::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9--from--src-bootstrap-morehealth-themescss::before {
  padding-top: 56.25%; }

.embed-responsive-4by3--from--src-bootstrap-morehealth-themescss::before {
  padding-top: 75%; }

.embed-responsive-1by1--from--src-bootstrap-morehealth-themescss::before {
  padding-top: 100%; }

.flex-row--from--src-bootstrap-morehealth-themescss {
  flex-direction: row !important; }

.flex-column--from--src-bootstrap-morehealth-themescss {
  flex-direction: column !important; }

.flex-row-reverse--from--src-bootstrap-morehealth-themescss {
  flex-direction: row-reverse !important; }

.flex-column-reverse--from--src-bootstrap-morehealth-themescss {
  flex-direction: column-reverse !important; }

.flex-wrap--from--src-bootstrap-morehealth-themescss {
  flex-wrap: wrap !important; }

.flex-nowrap--from--src-bootstrap-morehealth-themescss {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse--from--src-bootstrap-morehealth-themescss {
  flex-wrap: wrap-reverse !important; }

.flex-fill--from--src-bootstrap-morehealth-themescss {
  flex: 1 1 auto !important; }

.flex-grow-0--from--src-bootstrap-morehealth-themescss {
  flex-grow: 0 !important; }

.flex-grow-1--from--src-bootstrap-morehealth-themescss {
  flex-grow: 1 !important; }

.flex-shrink-0--from--src-bootstrap-morehealth-themescss {
  flex-shrink: 0 !important; }

.flex-shrink-1--from--src-bootstrap-morehealth-themescss {
  flex-shrink: 1 !important; }

.justify-content-start--from--src-bootstrap-morehealth-themescss {
  justify-content: flex-start !important; }

.justify-content-end--from--src-bootstrap-morehealth-themescss {
  justify-content: flex-end !important; }

.justify-content-center--from--src-bootstrap-morehealth-themescss {
  justify-content: center !important; }

.justify-content-between--from--src-bootstrap-morehealth-themescss {
  justify-content: space-between !important; }

.justify-content-around--from--src-bootstrap-morehealth-themescss {
  justify-content: space-around !important; }

.align-items-start--from--src-bootstrap-morehealth-themescss {
  align-items: flex-start !important; }

.align-items-end--from--src-bootstrap-morehealth-themescss {
  align-items: flex-end !important; }

.align-items-center--from--src-bootstrap-morehealth-themescss {
  align-items: center !important; }

.align-items-baseline--from--src-bootstrap-morehealth-themescss {
  align-items: baseline !important; }

.align-items-stretch--from--src-bootstrap-morehealth-themescss {
  align-items: stretch !important; }

.align-content-start--from--src-bootstrap-morehealth-themescss {
  align-content: flex-start !important; }

.align-content-end--from--src-bootstrap-morehealth-themescss {
  align-content: flex-end !important; }

.align-content-center--from--src-bootstrap-morehealth-themescss {
  align-content: center !important; }

.align-content-between--from--src-bootstrap-morehealth-themescss {
  align-content: space-between !important; }

.align-content-around--from--src-bootstrap-morehealth-themescss {
  align-content: space-around !important; }

.align-content-stretch--from--src-bootstrap-morehealth-themescss {
  align-content: stretch !important; }

.align-self-auto--from--src-bootstrap-morehealth-themescss {
  align-self: auto !important; }

.align-self-start--from--src-bootstrap-morehealth-themescss {
  align-self: flex-start !important; }

.align-self-end--from--src-bootstrap-morehealth-themescss {
  align-self: flex-end !important; }

.align-self-center--from--src-bootstrap-morehealth-themescss {
  align-self: center !important; }

.align-self-baseline--from--src-bootstrap-morehealth-themescss {
  align-self: baseline !important; }

.align-self-stretch--from--src-bootstrap-morehealth-themescss {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row--from--src-bootstrap-morehealth-themescss {
    flex-direction: row !important; }
  .flex-sm-column--from--src-bootstrap-morehealth-themescss {
    flex-direction: column !important; }
  .flex-sm-row-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill--from--src-bootstrap-morehealth-themescss {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0--from--src-bootstrap-morehealth-themescss {
    flex-grow: 0 !important; }
  .flex-sm-grow-1--from--src-bootstrap-morehealth-themescss {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 1 !important; }
  .justify-content-sm-start--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-start !important; }
  .justify-content-sm-end--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-end !important; }
  .justify-content-sm-center--from--src-bootstrap-morehealth-themescss {
    justify-content: center !important; }
  .justify-content-sm-between--from--src-bootstrap-morehealth-themescss {
    justify-content: space-between !important; }
  .justify-content-sm-around--from--src-bootstrap-morehealth-themescss {
    justify-content: space-around !important; }
  .align-items-sm-start--from--src-bootstrap-morehealth-themescss {
    align-items: flex-start !important; }
  .align-items-sm-end--from--src-bootstrap-morehealth-themescss {
    align-items: flex-end !important; }
  .align-items-sm-center--from--src-bootstrap-morehealth-themescss {
    align-items: center !important; }
  .align-items-sm-baseline--from--src-bootstrap-morehealth-themescss {
    align-items: baseline !important; }
  .align-items-sm-stretch--from--src-bootstrap-morehealth-themescss {
    align-items: stretch !important; }
  .align-content-sm-start--from--src-bootstrap-morehealth-themescss {
    align-content: flex-start !important; }
  .align-content-sm-end--from--src-bootstrap-morehealth-themescss {
    align-content: flex-end !important; }
  .align-content-sm-center--from--src-bootstrap-morehealth-themescss {
    align-content: center !important; }
  .align-content-sm-between--from--src-bootstrap-morehealth-themescss {
    align-content: space-between !important; }
  .align-content-sm-around--from--src-bootstrap-morehealth-themescss {
    align-content: space-around !important; }
  .align-content-sm-stretch--from--src-bootstrap-morehealth-themescss {
    align-content: stretch !important; }
  .align-self-sm-auto--from--src-bootstrap-morehealth-themescss {
    align-self: auto !important; }
  .align-self-sm-start--from--src-bootstrap-morehealth-themescss {
    align-self: flex-start !important; }
  .align-self-sm-end--from--src-bootstrap-morehealth-themescss {
    align-self: flex-end !important; }
  .align-self-sm-center--from--src-bootstrap-morehealth-themescss {
    align-self: center !important; }
  .align-self-sm-baseline--from--src-bootstrap-morehealth-themescss {
    align-self: baseline !important; }
  .align-self-sm-stretch--from--src-bootstrap-morehealth-themescss {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row--from--src-bootstrap-morehealth-themescss {
    flex-direction: row !important; }
  .flex-md-column--from--src-bootstrap-morehealth-themescss {
    flex-direction: column !important; }
  .flex-md-row-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: column-reverse !important; }
  .flex-md-wrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap !important; }
  .flex-md-nowrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill--from--src-bootstrap-morehealth-themescss {
    flex: 1 1 auto !important; }
  .flex-md-grow-0--from--src-bootstrap-morehealth-themescss {
    flex-grow: 0 !important; }
  .flex-md-grow-1--from--src-bootstrap-morehealth-themescss {
    flex-grow: 1 !important; }
  .flex-md-shrink-0--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 1 !important; }
  .justify-content-md-start--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-start !important; }
  .justify-content-md-end--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-end !important; }
  .justify-content-md-center--from--src-bootstrap-morehealth-themescss {
    justify-content: center !important; }
  .justify-content-md-between--from--src-bootstrap-morehealth-themescss {
    justify-content: space-between !important; }
  .justify-content-md-around--from--src-bootstrap-morehealth-themescss {
    justify-content: space-around !important; }
  .align-items-md-start--from--src-bootstrap-morehealth-themescss {
    align-items: flex-start !important; }
  .align-items-md-end--from--src-bootstrap-morehealth-themescss {
    align-items: flex-end !important; }
  .align-items-md-center--from--src-bootstrap-morehealth-themescss {
    align-items: center !important; }
  .align-items-md-baseline--from--src-bootstrap-morehealth-themescss {
    align-items: baseline !important; }
  .align-items-md-stretch--from--src-bootstrap-morehealth-themescss {
    align-items: stretch !important; }
  .align-content-md-start--from--src-bootstrap-morehealth-themescss {
    align-content: flex-start !important; }
  .align-content-md-end--from--src-bootstrap-morehealth-themescss {
    align-content: flex-end !important; }
  .align-content-md-center--from--src-bootstrap-morehealth-themescss {
    align-content: center !important; }
  .align-content-md-between--from--src-bootstrap-morehealth-themescss {
    align-content: space-between !important; }
  .align-content-md-around--from--src-bootstrap-morehealth-themescss {
    align-content: space-around !important; }
  .align-content-md-stretch--from--src-bootstrap-morehealth-themescss {
    align-content: stretch !important; }
  .align-self-md-auto--from--src-bootstrap-morehealth-themescss {
    align-self: auto !important; }
  .align-self-md-start--from--src-bootstrap-morehealth-themescss {
    align-self: flex-start !important; }
  .align-self-md-end--from--src-bootstrap-morehealth-themescss {
    align-self: flex-end !important; }
  .align-self-md-center--from--src-bootstrap-morehealth-themescss {
    align-self: center !important; }
  .align-self-md-baseline--from--src-bootstrap-morehealth-themescss {
    align-self: baseline !important; }
  .align-self-md-stretch--from--src-bootstrap-morehealth-themescss {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row--from--src-bootstrap-morehealth-themescss {
    flex-direction: row !important; }
  .flex-lg-column--from--src-bootstrap-morehealth-themescss {
    flex-direction: column !important; }
  .flex-lg-row-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill--from--src-bootstrap-morehealth-themescss {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0--from--src-bootstrap-morehealth-themescss {
    flex-grow: 0 !important; }
  .flex-lg-grow-1--from--src-bootstrap-morehealth-themescss {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 1 !important; }
  .justify-content-lg-start--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-start !important; }
  .justify-content-lg-end--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-end !important; }
  .justify-content-lg-center--from--src-bootstrap-morehealth-themescss {
    justify-content: center !important; }
  .justify-content-lg-between--from--src-bootstrap-morehealth-themescss {
    justify-content: space-between !important; }
  .justify-content-lg-around--from--src-bootstrap-morehealth-themescss {
    justify-content: space-around !important; }
  .align-items-lg-start--from--src-bootstrap-morehealth-themescss {
    align-items: flex-start !important; }
  .align-items-lg-end--from--src-bootstrap-morehealth-themescss {
    align-items: flex-end !important; }
  .align-items-lg-center--from--src-bootstrap-morehealth-themescss {
    align-items: center !important; }
  .align-items-lg-baseline--from--src-bootstrap-morehealth-themescss {
    align-items: baseline !important; }
  .align-items-lg-stretch--from--src-bootstrap-morehealth-themescss {
    align-items: stretch !important; }
  .align-content-lg-start--from--src-bootstrap-morehealth-themescss {
    align-content: flex-start !important; }
  .align-content-lg-end--from--src-bootstrap-morehealth-themescss {
    align-content: flex-end !important; }
  .align-content-lg-center--from--src-bootstrap-morehealth-themescss {
    align-content: center !important; }
  .align-content-lg-between--from--src-bootstrap-morehealth-themescss {
    align-content: space-between !important; }
  .align-content-lg-around--from--src-bootstrap-morehealth-themescss {
    align-content: space-around !important; }
  .align-content-lg-stretch--from--src-bootstrap-morehealth-themescss {
    align-content: stretch !important; }
  .align-self-lg-auto--from--src-bootstrap-morehealth-themescss {
    align-self: auto !important; }
  .align-self-lg-start--from--src-bootstrap-morehealth-themescss {
    align-self: flex-start !important; }
  .align-self-lg-end--from--src-bootstrap-morehealth-themescss {
    align-self: flex-end !important; }
  .align-self-lg-center--from--src-bootstrap-morehealth-themescss {
    align-self: center !important; }
  .align-self-lg-baseline--from--src-bootstrap-morehealth-themescss {
    align-self: baseline !important; }
  .align-self-lg-stretch--from--src-bootstrap-morehealth-themescss {
    align-self: stretch !important; } }

@media (min-width: 1470px) {
  .flex-xl-row--from--src-bootstrap-morehealth-themescss {
    flex-direction: row !important; }
  .flex-xl-column--from--src-bootstrap-morehealth-themescss {
    flex-direction: column !important; }
  .flex-xl-row-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse--from--src-bootstrap-morehealth-themescss {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap--from--src-bootstrap-morehealth-themescss {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse--from--src-bootstrap-morehealth-themescss {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill--from--src-bootstrap-morehealth-themescss {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0--from--src-bootstrap-morehealth-themescss {
    flex-grow: 0 !important; }
  .flex-xl-grow-1--from--src-bootstrap-morehealth-themescss {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1--from--src-bootstrap-morehealth-themescss {
    flex-shrink: 1 !important; }
  .justify-content-xl-start--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-start !important; }
  .justify-content-xl-end--from--src-bootstrap-morehealth-themescss {
    justify-content: flex-end !important; }
  .justify-content-xl-center--from--src-bootstrap-morehealth-themescss {
    justify-content: center !important; }
  .justify-content-xl-between--from--src-bootstrap-morehealth-themescss {
    justify-content: space-between !important; }
  .justify-content-xl-around--from--src-bootstrap-morehealth-themescss {
    justify-content: space-around !important; }
  .align-items-xl-start--from--src-bootstrap-morehealth-themescss {
    align-items: flex-start !important; }
  .align-items-xl-end--from--src-bootstrap-morehealth-themescss {
    align-items: flex-end !important; }
  .align-items-xl-center--from--src-bootstrap-morehealth-themescss {
    align-items: center !important; }
  .align-items-xl-baseline--from--src-bootstrap-morehealth-themescss {
    align-items: baseline !important; }
  .align-items-xl-stretch--from--src-bootstrap-morehealth-themescss {
    align-items: stretch !important; }
  .align-content-xl-start--from--src-bootstrap-morehealth-themescss {
    align-content: flex-start !important; }
  .align-content-xl-end--from--src-bootstrap-morehealth-themescss {
    align-content: flex-end !important; }
  .align-content-xl-center--from--src-bootstrap-morehealth-themescss {
    align-content: center !important; }
  .align-content-xl-between--from--src-bootstrap-morehealth-themescss {
    align-content: space-between !important; }
  .align-content-xl-around--from--src-bootstrap-morehealth-themescss {
    align-content: space-around !important; }
  .align-content-xl-stretch--from--src-bootstrap-morehealth-themescss {
    align-content: stretch !important; }
  .align-self-xl-auto--from--src-bootstrap-morehealth-themescss {
    align-self: auto !important; }
  .align-self-xl-start--from--src-bootstrap-morehealth-themescss {
    align-self: flex-start !important; }
  .align-self-xl-end--from--src-bootstrap-morehealth-themescss {
    align-self: flex-end !important; }
  .align-self-xl-center--from--src-bootstrap-morehealth-themescss {
    align-self: center !important; }
  .align-self-xl-baseline--from--src-bootstrap-morehealth-themescss {
    align-self: baseline !important; }
  .align-self-xl-stretch--from--src-bootstrap-morehealth-themescss {
    align-self: stretch !important; } }

.float-left--from--src-bootstrap-morehealth-themescss {
  float: left !important; }

.float-right--from--src-bootstrap-morehealth-themescss {
  float: right !important; }

.float-none--from--src-bootstrap-morehealth-themescss {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left--from--src-bootstrap-morehealth-themescss {
    float: left !important; }
  .float-sm-right--from--src-bootstrap-morehealth-themescss {
    float: right !important; }
  .float-sm-none--from--src-bootstrap-morehealth-themescss {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left--from--src-bootstrap-morehealth-themescss {
    float: left !important; }
  .float-md-right--from--src-bootstrap-morehealth-themescss {
    float: right !important; }
  .float-md-none--from--src-bootstrap-morehealth-themescss {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left--from--src-bootstrap-morehealth-themescss {
    float: left !important; }
  .float-lg-right--from--src-bootstrap-morehealth-themescss {
    float: right !important; }
  .float-lg-none--from--src-bootstrap-morehealth-themescss {
    float: none !important; } }

@media (min-width: 1470px) {
  .float-xl-left--from--src-bootstrap-morehealth-themescss {
    float: left !important; }
  .float-xl-right--from--src-bootstrap-morehealth-themescss {
    float: right !important; }
  .float-xl-none--from--src-bootstrap-morehealth-themescss {
    float: none !important; } }

.position-static--from--src-bootstrap-morehealth-themescss {
  position: static !important; }

.position-relative--from--src-bootstrap-morehealth-themescss {
  position: relative !important; }

.position-absolute--from--src-bootstrap-morehealth-themescss {
  position: absolute !important; }

.position-fixed--from--src-bootstrap-morehealth-themescss {
  position: fixed !important; }

.position-sticky--from--src-bootstrap-morehealth-themescss {
  position: sticky !important; }

.fixed-top--from--src-bootstrap-morehealth-themescss {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom--from--src-bootstrap-morehealth-themescss {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top--from--src-bootstrap-morehealth-themescss {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

.shadow--from--src-bootstrap-morehealth-themescss {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

.shadow-none--from--src-bootstrap-morehealth-themescss {
  box-shadow: none !important; }

.w-25--from--src-bootstrap-morehealth-themescss {
  width: 25% !important; }

.w-50--from--src-bootstrap-morehealth-themescss {
  width: 50% !important; }

.w-75--from--src-bootstrap-morehealth-themescss {
  width: 75% !important; }

.w-100--from--src-bootstrap-morehealth-themescss {
  width: 100% !important; }

.w-auto--from--src-bootstrap-morehealth-themescss {
  width: auto !important; }

.h-25--from--src-bootstrap-morehealth-themescss {
  height: 25% !important; }

.h-50--from--src-bootstrap-morehealth-themescss {
  height: 50% !important; }

.h-75--from--src-bootstrap-morehealth-themescss {
  height: 75% !important; }

.h-100--from--src-bootstrap-morehealth-themescss {
  height: 100% !important; }

.h-auto--from--src-bootstrap-morehealth-themescss {
  height: auto !important; }

.mw-100--from--src-bootstrap-morehealth-themescss {
  max-width: 100% !important; }

.mh-100--from--src-bootstrap-morehealth-themescss {
  max-height: 100% !important; }

.m-0--from--src-bootstrap-morehealth-themescss {
  margin: 0 !important; }

.mt-0--from--src-bootstrap-morehealth-themescss,
.my-0--from--src-bootstrap-morehealth-themescss {
  margin-top: 0 !important; }

.mr-0--from--src-bootstrap-morehealth-themescss,
.mx-0--from--src-bootstrap-morehealth-themescss {
  margin-right: 0 !important; }

.mb-0--from--src-bootstrap-morehealth-themescss,
.my-0--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0 !important; }

.ml-0--from--src-bootstrap-morehealth-themescss,
.mx-0--from--src-bootstrap-morehealth-themescss {
  margin-left: 0 !important; }

.m-1--from--src-bootstrap-morehealth-themescss {
  margin: 0.25rem !important; }

.mt-1--from--src-bootstrap-morehealth-themescss,
.my-1--from--src-bootstrap-morehealth-themescss {
  margin-top: 0.25rem !important; }

.mr-1--from--src-bootstrap-morehealth-themescss,
.mx-1--from--src-bootstrap-morehealth-themescss {
  margin-right: 0.25rem !important; }

.mb-1--from--src-bootstrap-morehealth-themescss,
.my-1--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0.25rem !important; }

.ml-1--from--src-bootstrap-morehealth-themescss,
.mx-1--from--src-bootstrap-morehealth-themescss {
  margin-left: 0.25rem !important; }

.m-2--from--src-bootstrap-morehealth-themescss {
  margin: 0.5rem !important; }

.mt-2--from--src-bootstrap-morehealth-themescss,
.my-2--from--src-bootstrap-morehealth-themescss {
  margin-top: 0.5rem !important; }

.mr-2--from--src-bootstrap-morehealth-themescss,
.mx-2--from--src-bootstrap-morehealth-themescss {
  margin-right: 0.5rem !important; }

.mb-2--from--src-bootstrap-morehealth-themescss,
.my-2--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 0.5rem !important; }

.ml-2--from--src-bootstrap-morehealth-themescss,
.mx-2--from--src-bootstrap-morehealth-themescss {
  margin-left: 0.5rem !important; }

.m-3--from--src-bootstrap-morehealth-themescss {
  margin: 1rem !important; }

.mt-3--from--src-bootstrap-morehealth-themescss,
.my-3--from--src-bootstrap-morehealth-themescss {
  margin-top: 1rem !important; }

.mr-3--from--src-bootstrap-morehealth-themescss,
.mx-3--from--src-bootstrap-morehealth-themescss {
  margin-right: 1rem !important; }

.mb-3--from--src-bootstrap-morehealth-themescss,
.my-3--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 1rem !important; }

.ml-3--from--src-bootstrap-morehealth-themescss,
.mx-3--from--src-bootstrap-morehealth-themescss {
  margin-left: 1rem !important; }

.m-4--from--src-bootstrap-morehealth-themescss {
  margin: 1.5rem !important; }

.mt-4--from--src-bootstrap-morehealth-themescss,
.my-4--from--src-bootstrap-morehealth-themescss {
  margin-top: 1.5rem !important; }

.mr-4--from--src-bootstrap-morehealth-themescss,
.mx-4--from--src-bootstrap-morehealth-themescss {
  margin-right: 1.5rem !important; }

.mb-4--from--src-bootstrap-morehealth-themescss,
.my-4--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 1.5rem !important; }

.ml-4--from--src-bootstrap-morehealth-themescss,
.mx-4--from--src-bootstrap-morehealth-themescss {
  margin-left: 1.5rem !important; }

.m-5--from--src-bootstrap-morehealth-themescss {
  margin: 3rem !important; }

.mt-5--from--src-bootstrap-morehealth-themescss,
.my-5--from--src-bootstrap-morehealth-themescss {
  margin-top: 3rem !important; }

.mr-5--from--src-bootstrap-morehealth-themescss,
.mx-5--from--src-bootstrap-morehealth-themescss {
  margin-right: 3rem !important; }

.mb-5--from--src-bootstrap-morehealth-themescss,
.my-5--from--src-bootstrap-morehealth-themescss {
  margin-bottom: 3rem !important; }

.ml-5--from--src-bootstrap-morehealth-themescss,
.mx-5--from--src-bootstrap-morehealth-themescss {
  margin-left: 3rem !important; }

.p-0--from--src-bootstrap-morehealth-themescss {
  padding: 0 !important; }

.pt-0--from--src-bootstrap-morehealth-themescss,
.py-0--from--src-bootstrap-morehealth-themescss {
  padding-top: 0 !important; }

.pr-0--from--src-bootstrap-morehealth-themescss,
.px-0--from--src-bootstrap-morehealth-themescss {
  padding-right: 0 !important; }

.pb-0--from--src-bootstrap-morehealth-themescss,
.py-0--from--src-bootstrap-morehealth-themescss {
  padding-bottom: 0 !important; }

.pl-0--from--src-bootstrap-morehealth-themescss,
.px-0--from--src-bootstrap-morehealth-themescss {
  padding-left: 0 !important; }

.p-1--from--src-bootstrap-morehealth-themescss {
  padding: 0.25rem !important; }

.pt-1--from--src-bootstrap-morehealth-themescss,
.py-1--from--src-bootstrap-morehealth-themescss {
  padding-top: 0.25rem !important; }

.pr-1--from--src-bootstrap-morehealth-themescss,
.px-1--from--src-bootstrap-morehealth-themescss {
  padding-right: 0.25rem !important; }

.pb-1--from--src-bootstrap-morehealth-themescss,
.py-1--from--src-bootstrap-morehealth-themescss {
  padding-bottom: 0.25rem !important; }

.pl-1--from--src-bootstrap-morehealth-themescss,
.px-1--from--src-bootstrap-morehealth-themescss {
  padding-left: 0.25rem !important; }

.p-2--from--src-bootstrap-morehealth-themescss {
  padding: 0.5rem !important; }

.pt-2--from--src-bootstrap-morehealth-themescss,
.py-2--from--src-bootstrap-morehealth-themescss {
  padding-top: 0.5rem !important; }

.pr-2--from--src-bootstrap-morehealth-themescss,
.px-2--from--src-bootstrap-morehealth-themescss {
  padding-right: 0.5rem !important; }

.pb-2--from--src-bootstrap-morehealth-themescss,
.py-2--from--src-bootstrap-morehealth-themescss {
  padding-bottom: 0.5rem !important; }

.pl-2--from--src-bootstrap-morehealth-themescss,
.px-2--from--src-bootstrap-morehealth-themescss {
  padding-left: 0.5rem !important; }

.p-3--from--src-bootstrap-morehealth-themescss {
  padding: 1rem !important; }

.pt-3--from--src-bootstrap-morehealth-themescss,
.py-3--from--src-bootstrap-morehealth-themescss {
  padding-top: 1rem !important; }

.pr-3--from--src-bootstrap-morehealth-themescss,
.px-3--from--src-bootstrap-morehealth-themescss {
  padding-right: 1rem !important; }

.pb-3--from--src-bootstrap-morehealth-themescss,
.py-3--from--src-bootstrap-morehealth-themescss {
  padding-bottom: 1rem !important; }

.pl-3--from--src-bootstrap-morehealth-themescss,
.px-3--from--src-bootstrap-morehealth-themescss {
  padding-left: 1rem !important; }

.p-4--from--src-bootstrap-morehealth-themescss {
  padding: 1.5rem !important; }

.pt-4--from--src-bootstrap-morehealth-themescss,
.py-4--from--src-bootstrap-morehealth-themescss {
  padding-top: 1.5rem !important; }

.pr-4--from--src-bootstrap-morehealth-themescss,
.px-4--from--src-bootstrap-morehealth-themescss {
  padding-right: 1.5rem !important; }

.pb-4--from--src-bootstrap-morehealth-themescss,
.py-4--from--src-bootstrap-morehealth-themescss {
  padding-bottom: 1.5rem !important; }

.pl-4--from--src-bootstrap-morehealth-themescss,
.px-4--from--src-bootstrap-morehealth-themescss {
  padding-left: 1.5rem !important; }

.p-5--from--src-bootstrap-morehealth-themescss {
  padding: 3rem !important; }

.pt-5--from--src-bootstrap-morehealth-themescss,
.py-5--from--src-bootstrap-morehealth-themescss {
  padding-top: 3rem !important; }

.pr-5--from--src-bootstrap-morehealth-themescss,
.px-5--from--src-bootstrap-morehealth-themescss {
  padding-right: 3rem !important; }

.pb-5--from--src-bootstrap-morehealth-themescss,
.py-5--from--src-bootstrap-morehealth-themescss {
  padding-bottom: 3rem !important; }

.pl-5--from--src-bootstrap-morehealth-themescss,
.px-5--from--src-bootstrap-morehealth-themescss {
  padding-left: 3rem !important; }

.m-auto--from--src-bootstrap-morehealth-themescss {
  margin: auto !important; }

.mt-auto--from--src-bootstrap-morehealth-themescss,
.my-auto--from--src-bootstrap-morehealth-themescss {
  margin-top: auto !important; }

.mr-auto--from--src-bootstrap-morehealth-themescss,
.mx-auto--from--src-bootstrap-morehealth-themescss {
  margin-right: auto !important; }

.mb-auto--from--src-bootstrap-morehealth-themescss,
.my-auto--from--src-bootstrap-morehealth-themescss {
  margin-bottom: auto !important; }

.ml-auto--from--src-bootstrap-morehealth-themescss,
.mx-auto--from--src-bootstrap-morehealth-themescss {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0--from--src-bootstrap-morehealth-themescss {
    margin: 0 !important; }
  .mt-sm-0--from--src-bootstrap-morehealth-themescss,
  .my-sm-0--from--src-bootstrap-morehealth-themescss {
    margin-top: 0 !important; }
  .mr-sm-0--from--src-bootstrap-morehealth-themescss,
  .mx-sm-0--from--src-bootstrap-morehealth-themescss {
    margin-right: 0 !important; }
  .mb-sm-0--from--src-bootstrap-morehealth-themescss,
  .my-sm-0--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0 !important; }
  .ml-sm-0--from--src-bootstrap-morehealth-themescss,
  .mx-sm-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0 !important; }
  .m-sm-1--from--src-bootstrap-morehealth-themescss {
    margin: 0.25rem !important; }
  .mt-sm-1--from--src-bootstrap-morehealth-themescss,
  .my-sm-1--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.25rem !important; }
  .mr-sm-1--from--src-bootstrap-morehealth-themescss,
  .mx-sm-1--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.25rem !important; }
  .mb-sm-1--from--src-bootstrap-morehealth-themescss,
  .my-sm-1--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1--from--src-bootstrap-morehealth-themescss,
  .mx-sm-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.25rem !important; }
  .m-sm-2--from--src-bootstrap-morehealth-themescss {
    margin: 0.5rem !important; }
  .mt-sm-2--from--src-bootstrap-morehealth-themescss,
  .my-sm-2--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.5rem !important; }
  .mr-sm-2--from--src-bootstrap-morehealth-themescss,
  .mx-sm-2--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.5rem !important; }
  .mb-sm-2--from--src-bootstrap-morehealth-themescss,
  .my-sm-2--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2--from--src-bootstrap-morehealth-themescss,
  .mx-sm-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.5rem !important; }
  .m-sm-3--from--src-bootstrap-morehealth-themescss {
    margin: 1rem !important; }
  .mt-sm-3--from--src-bootstrap-morehealth-themescss,
  .my-sm-3--from--src-bootstrap-morehealth-themescss {
    margin-top: 1rem !important; }
  .mr-sm-3--from--src-bootstrap-morehealth-themescss,
  .mx-sm-3--from--src-bootstrap-morehealth-themescss {
    margin-right: 1rem !important; }
  .mb-sm-3--from--src-bootstrap-morehealth-themescss,
  .my-sm-3--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1rem !important; }
  .ml-sm-3--from--src-bootstrap-morehealth-themescss,
  .mx-sm-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 1rem !important; }
  .m-sm-4--from--src-bootstrap-morehealth-themescss {
    margin: 1.5rem !important; }
  .mt-sm-4--from--src-bootstrap-morehealth-themescss,
  .my-sm-4--from--src-bootstrap-morehealth-themescss {
    margin-top: 1.5rem !important; }
  .mr-sm-4--from--src-bootstrap-morehealth-themescss,
  .mx-sm-4--from--src-bootstrap-morehealth-themescss {
    margin-right: 1.5rem !important; }
  .mb-sm-4--from--src-bootstrap-morehealth-themescss,
  .my-sm-4--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4--from--src-bootstrap-morehealth-themescss,
  .mx-sm-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 1.5rem !important; }
  .m-sm-5--from--src-bootstrap-morehealth-themescss {
    margin: 3rem !important; }
  .mt-sm-5--from--src-bootstrap-morehealth-themescss,
  .my-sm-5--from--src-bootstrap-morehealth-themescss {
    margin-top: 3rem !important; }
  .mr-sm-5--from--src-bootstrap-morehealth-themescss,
  .mx-sm-5--from--src-bootstrap-morehealth-themescss {
    margin-right: 3rem !important; }
  .mb-sm-5--from--src-bootstrap-morehealth-themescss,
  .my-sm-5--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 3rem !important; }
  .ml-sm-5--from--src-bootstrap-morehealth-themescss,
  .mx-sm-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 3rem !important; }
  .p-sm-0--from--src-bootstrap-morehealth-themescss {
    padding: 0 !important; }
  .pt-sm-0--from--src-bootstrap-morehealth-themescss,
  .py-sm-0--from--src-bootstrap-morehealth-themescss {
    padding-top: 0 !important; }
  .pr-sm-0--from--src-bootstrap-morehealth-themescss,
  .px-sm-0--from--src-bootstrap-morehealth-themescss {
    padding-right: 0 !important; }
  .pb-sm-0--from--src-bootstrap-morehealth-themescss,
  .py-sm-0--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0 !important; }
  .pl-sm-0--from--src-bootstrap-morehealth-themescss,
  .px-sm-0--from--src-bootstrap-morehealth-themescss {
    padding-left: 0 !important; }
  .p-sm-1--from--src-bootstrap-morehealth-themescss {
    padding: 0.25rem !important; }
  .pt-sm-1--from--src-bootstrap-morehealth-themescss,
  .py-sm-1--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.25rem !important; }
  .pr-sm-1--from--src-bootstrap-morehealth-themescss,
  .px-sm-1--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.25rem !important; }
  .pb-sm-1--from--src-bootstrap-morehealth-themescss,
  .py-sm-1--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1--from--src-bootstrap-morehealth-themescss,
  .px-sm-1--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.25rem !important; }
  .p-sm-2--from--src-bootstrap-morehealth-themescss {
    padding: 0.5rem !important; }
  .pt-sm-2--from--src-bootstrap-morehealth-themescss,
  .py-sm-2--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.5rem !important; }
  .pr-sm-2--from--src-bootstrap-morehealth-themescss,
  .px-sm-2--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.5rem !important; }
  .pb-sm-2--from--src-bootstrap-morehealth-themescss,
  .py-sm-2--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2--from--src-bootstrap-morehealth-themescss,
  .px-sm-2--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.5rem !important; }
  .p-sm-3--from--src-bootstrap-morehealth-themescss {
    padding: 1rem !important; }
  .pt-sm-3--from--src-bootstrap-morehealth-themescss,
  .py-sm-3--from--src-bootstrap-morehealth-themescss {
    padding-top: 1rem !important; }
  .pr-sm-3--from--src-bootstrap-morehealth-themescss,
  .px-sm-3--from--src-bootstrap-morehealth-themescss {
    padding-right: 1rem !important; }
  .pb-sm-3--from--src-bootstrap-morehealth-themescss,
  .py-sm-3--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1rem !important; }
  .pl-sm-3--from--src-bootstrap-morehealth-themescss,
  .px-sm-3--from--src-bootstrap-morehealth-themescss {
    padding-left: 1rem !important; }
  .p-sm-4--from--src-bootstrap-morehealth-themescss {
    padding: 1.5rem !important; }
  .pt-sm-4--from--src-bootstrap-morehealth-themescss,
  .py-sm-4--from--src-bootstrap-morehealth-themescss {
    padding-top: 1.5rem !important; }
  .pr-sm-4--from--src-bootstrap-morehealth-themescss,
  .px-sm-4--from--src-bootstrap-morehealth-themescss {
    padding-right: 1.5rem !important; }
  .pb-sm-4--from--src-bootstrap-morehealth-themescss,
  .py-sm-4--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4--from--src-bootstrap-morehealth-themescss,
  .px-sm-4--from--src-bootstrap-morehealth-themescss {
    padding-left: 1.5rem !important; }
  .p-sm-5--from--src-bootstrap-morehealth-themescss {
    padding: 3rem !important; }
  .pt-sm-5--from--src-bootstrap-morehealth-themescss,
  .py-sm-5--from--src-bootstrap-morehealth-themescss {
    padding-top: 3rem !important; }
  .pr-sm-5--from--src-bootstrap-morehealth-themescss,
  .px-sm-5--from--src-bootstrap-morehealth-themescss {
    padding-right: 3rem !important; }
  .pb-sm-5--from--src-bootstrap-morehealth-themescss,
  .py-sm-5--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 3rem !important; }
  .pl-sm-5--from--src-bootstrap-morehealth-themescss,
  .px-sm-5--from--src-bootstrap-morehealth-themescss {
    padding-left: 3rem !important; }
  .m-sm-auto--from--src-bootstrap-morehealth-themescss {
    margin: auto !important; }
  .mt-sm-auto--from--src-bootstrap-morehealth-themescss,
  .my-sm-auto--from--src-bootstrap-morehealth-themescss {
    margin-top: auto !important; }
  .mr-sm-auto--from--src-bootstrap-morehealth-themescss,
  .mx-sm-auto--from--src-bootstrap-morehealth-themescss {
    margin-right: auto !important; }
  .mb-sm-auto--from--src-bootstrap-morehealth-themescss,
  .my-sm-auto--from--src-bootstrap-morehealth-themescss {
    margin-bottom: auto !important; }
  .ml-sm-auto--from--src-bootstrap-morehealth-themescss,
  .mx-sm-auto--from--src-bootstrap-morehealth-themescss {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0--from--src-bootstrap-morehealth-themescss {
    margin: 0 !important; }
  .mt-md-0--from--src-bootstrap-morehealth-themescss,
  .my-md-0--from--src-bootstrap-morehealth-themescss {
    margin-top: 0 !important; }
  .mr-md-0--from--src-bootstrap-morehealth-themescss,
  .mx-md-0--from--src-bootstrap-morehealth-themescss {
    margin-right: 0 !important; }
  .mb-md-0--from--src-bootstrap-morehealth-themescss,
  .my-md-0--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0 !important; }
  .ml-md-0--from--src-bootstrap-morehealth-themescss,
  .mx-md-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0 !important; }
  .m-md-1--from--src-bootstrap-morehealth-themescss {
    margin: 0.25rem !important; }
  .mt-md-1--from--src-bootstrap-morehealth-themescss,
  .my-md-1--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.25rem !important; }
  .mr-md-1--from--src-bootstrap-morehealth-themescss,
  .mx-md-1--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.25rem !important; }
  .mb-md-1--from--src-bootstrap-morehealth-themescss,
  .my-md-1--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.25rem !important; }
  .ml-md-1--from--src-bootstrap-morehealth-themescss,
  .mx-md-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.25rem !important; }
  .m-md-2--from--src-bootstrap-morehealth-themescss {
    margin: 0.5rem !important; }
  .mt-md-2--from--src-bootstrap-morehealth-themescss,
  .my-md-2--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.5rem !important; }
  .mr-md-2--from--src-bootstrap-morehealth-themescss,
  .mx-md-2--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.5rem !important; }
  .mb-md-2--from--src-bootstrap-morehealth-themescss,
  .my-md-2--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.5rem !important; }
  .ml-md-2--from--src-bootstrap-morehealth-themescss,
  .mx-md-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.5rem !important; }
  .m-md-3--from--src-bootstrap-morehealth-themescss {
    margin: 1rem !important; }
  .mt-md-3--from--src-bootstrap-morehealth-themescss,
  .my-md-3--from--src-bootstrap-morehealth-themescss {
    margin-top: 1rem !important; }
  .mr-md-3--from--src-bootstrap-morehealth-themescss,
  .mx-md-3--from--src-bootstrap-morehealth-themescss {
    margin-right: 1rem !important; }
  .mb-md-3--from--src-bootstrap-morehealth-themescss,
  .my-md-3--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1rem !important; }
  .ml-md-3--from--src-bootstrap-morehealth-themescss,
  .mx-md-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 1rem !important; }
  .m-md-4--from--src-bootstrap-morehealth-themescss {
    margin: 1.5rem !important; }
  .mt-md-4--from--src-bootstrap-morehealth-themescss,
  .my-md-4--from--src-bootstrap-morehealth-themescss {
    margin-top: 1.5rem !important; }
  .mr-md-4--from--src-bootstrap-morehealth-themescss,
  .mx-md-4--from--src-bootstrap-morehealth-themescss {
    margin-right: 1.5rem !important; }
  .mb-md-4--from--src-bootstrap-morehealth-themescss,
  .my-md-4--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1.5rem !important; }
  .ml-md-4--from--src-bootstrap-morehealth-themescss,
  .mx-md-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 1.5rem !important; }
  .m-md-5--from--src-bootstrap-morehealth-themescss {
    margin: 3rem !important; }
  .mt-md-5--from--src-bootstrap-morehealth-themescss,
  .my-md-5--from--src-bootstrap-morehealth-themescss {
    margin-top: 3rem !important; }
  .mr-md-5--from--src-bootstrap-morehealth-themescss,
  .mx-md-5--from--src-bootstrap-morehealth-themescss {
    margin-right: 3rem !important; }
  .mb-md-5--from--src-bootstrap-morehealth-themescss,
  .my-md-5--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 3rem !important; }
  .ml-md-5--from--src-bootstrap-morehealth-themescss,
  .mx-md-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 3rem !important; }
  .p-md-0--from--src-bootstrap-morehealth-themescss {
    padding: 0 !important; }
  .pt-md-0--from--src-bootstrap-morehealth-themescss,
  .py-md-0--from--src-bootstrap-morehealth-themescss {
    padding-top: 0 !important; }
  .pr-md-0--from--src-bootstrap-morehealth-themescss,
  .px-md-0--from--src-bootstrap-morehealth-themescss {
    padding-right: 0 !important; }
  .pb-md-0--from--src-bootstrap-morehealth-themescss,
  .py-md-0--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0 !important; }
  .pl-md-0--from--src-bootstrap-morehealth-themescss,
  .px-md-0--from--src-bootstrap-morehealth-themescss {
    padding-left: 0 !important; }
  .p-md-1--from--src-bootstrap-morehealth-themescss {
    padding: 0.25rem !important; }
  .pt-md-1--from--src-bootstrap-morehealth-themescss,
  .py-md-1--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.25rem !important; }
  .pr-md-1--from--src-bootstrap-morehealth-themescss,
  .px-md-1--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.25rem !important; }
  .pb-md-1--from--src-bootstrap-morehealth-themescss,
  .py-md-1--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.25rem !important; }
  .pl-md-1--from--src-bootstrap-morehealth-themescss,
  .px-md-1--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.25rem !important; }
  .p-md-2--from--src-bootstrap-morehealth-themescss {
    padding: 0.5rem !important; }
  .pt-md-2--from--src-bootstrap-morehealth-themescss,
  .py-md-2--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.5rem !important; }
  .pr-md-2--from--src-bootstrap-morehealth-themescss,
  .px-md-2--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.5rem !important; }
  .pb-md-2--from--src-bootstrap-morehealth-themescss,
  .py-md-2--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.5rem !important; }
  .pl-md-2--from--src-bootstrap-morehealth-themescss,
  .px-md-2--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.5rem !important; }
  .p-md-3--from--src-bootstrap-morehealth-themescss {
    padding: 1rem !important; }
  .pt-md-3--from--src-bootstrap-morehealth-themescss,
  .py-md-3--from--src-bootstrap-morehealth-themescss {
    padding-top: 1rem !important; }
  .pr-md-3--from--src-bootstrap-morehealth-themescss,
  .px-md-3--from--src-bootstrap-morehealth-themescss {
    padding-right: 1rem !important; }
  .pb-md-3--from--src-bootstrap-morehealth-themescss,
  .py-md-3--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1rem !important; }
  .pl-md-3--from--src-bootstrap-morehealth-themescss,
  .px-md-3--from--src-bootstrap-morehealth-themescss {
    padding-left: 1rem !important; }
  .p-md-4--from--src-bootstrap-morehealth-themescss {
    padding: 1.5rem !important; }
  .pt-md-4--from--src-bootstrap-morehealth-themescss,
  .py-md-4--from--src-bootstrap-morehealth-themescss {
    padding-top: 1.5rem !important; }
  .pr-md-4--from--src-bootstrap-morehealth-themescss,
  .px-md-4--from--src-bootstrap-morehealth-themescss {
    padding-right: 1.5rem !important; }
  .pb-md-4--from--src-bootstrap-morehealth-themescss,
  .py-md-4--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1.5rem !important; }
  .pl-md-4--from--src-bootstrap-morehealth-themescss,
  .px-md-4--from--src-bootstrap-morehealth-themescss {
    padding-left: 1.5rem !important; }
  .p-md-5--from--src-bootstrap-morehealth-themescss {
    padding: 3rem !important; }
  .pt-md-5--from--src-bootstrap-morehealth-themescss,
  .py-md-5--from--src-bootstrap-morehealth-themescss {
    padding-top: 3rem !important; }
  .pr-md-5--from--src-bootstrap-morehealth-themescss,
  .px-md-5--from--src-bootstrap-morehealth-themescss {
    padding-right: 3rem !important; }
  .pb-md-5--from--src-bootstrap-morehealth-themescss,
  .py-md-5--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 3rem !important; }
  .pl-md-5--from--src-bootstrap-morehealth-themescss,
  .px-md-5--from--src-bootstrap-morehealth-themescss {
    padding-left: 3rem !important; }
  .m-md-auto--from--src-bootstrap-morehealth-themescss {
    margin: auto !important; }
  .mt-md-auto--from--src-bootstrap-morehealth-themescss,
  .my-md-auto--from--src-bootstrap-morehealth-themescss {
    margin-top: auto !important; }
  .mr-md-auto--from--src-bootstrap-morehealth-themescss,
  .mx-md-auto--from--src-bootstrap-morehealth-themescss {
    margin-right: auto !important; }
  .mb-md-auto--from--src-bootstrap-morehealth-themescss,
  .my-md-auto--from--src-bootstrap-morehealth-themescss {
    margin-bottom: auto !important; }
  .ml-md-auto--from--src-bootstrap-morehealth-themescss,
  .mx-md-auto--from--src-bootstrap-morehealth-themescss {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0--from--src-bootstrap-morehealth-themescss {
    margin: 0 !important; }
  .mt-lg-0--from--src-bootstrap-morehealth-themescss,
  .my-lg-0--from--src-bootstrap-morehealth-themescss {
    margin-top: 0 !important; }
  .mr-lg-0--from--src-bootstrap-morehealth-themescss,
  .mx-lg-0--from--src-bootstrap-morehealth-themescss {
    margin-right: 0 !important; }
  .mb-lg-0--from--src-bootstrap-morehealth-themescss,
  .my-lg-0--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0 !important; }
  .ml-lg-0--from--src-bootstrap-morehealth-themescss,
  .mx-lg-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0 !important; }
  .m-lg-1--from--src-bootstrap-morehealth-themescss {
    margin: 0.25rem !important; }
  .mt-lg-1--from--src-bootstrap-morehealth-themescss,
  .my-lg-1--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.25rem !important; }
  .mr-lg-1--from--src-bootstrap-morehealth-themescss,
  .mx-lg-1--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.25rem !important; }
  .mb-lg-1--from--src-bootstrap-morehealth-themescss,
  .my-lg-1--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1--from--src-bootstrap-morehealth-themescss,
  .mx-lg-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.25rem !important; }
  .m-lg-2--from--src-bootstrap-morehealth-themescss {
    margin: 0.5rem !important; }
  .mt-lg-2--from--src-bootstrap-morehealth-themescss,
  .my-lg-2--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.5rem !important; }
  .mr-lg-2--from--src-bootstrap-morehealth-themescss,
  .mx-lg-2--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.5rem !important; }
  .mb-lg-2--from--src-bootstrap-morehealth-themescss,
  .my-lg-2--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2--from--src-bootstrap-morehealth-themescss,
  .mx-lg-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.5rem !important; }
  .m-lg-3--from--src-bootstrap-morehealth-themescss {
    margin: 1rem !important; }
  .mt-lg-3--from--src-bootstrap-morehealth-themescss,
  .my-lg-3--from--src-bootstrap-morehealth-themescss {
    margin-top: 1rem !important; }
  .mr-lg-3--from--src-bootstrap-morehealth-themescss,
  .mx-lg-3--from--src-bootstrap-morehealth-themescss {
    margin-right: 1rem !important; }
  .mb-lg-3--from--src-bootstrap-morehealth-themescss,
  .my-lg-3--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1rem !important; }
  .ml-lg-3--from--src-bootstrap-morehealth-themescss,
  .mx-lg-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 1rem !important; }
  .m-lg-4--from--src-bootstrap-morehealth-themescss {
    margin: 1.5rem !important; }
  .mt-lg-4--from--src-bootstrap-morehealth-themescss,
  .my-lg-4--from--src-bootstrap-morehealth-themescss {
    margin-top: 1.5rem !important; }
  .mr-lg-4--from--src-bootstrap-morehealth-themescss,
  .mx-lg-4--from--src-bootstrap-morehealth-themescss {
    margin-right: 1.5rem !important; }
  .mb-lg-4--from--src-bootstrap-morehealth-themescss,
  .my-lg-4--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4--from--src-bootstrap-morehealth-themescss,
  .mx-lg-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 1.5rem !important; }
  .m-lg-5--from--src-bootstrap-morehealth-themescss {
    margin: 3rem !important; }
  .mt-lg-5--from--src-bootstrap-morehealth-themescss,
  .my-lg-5--from--src-bootstrap-morehealth-themescss {
    margin-top: 3rem !important; }
  .mr-lg-5--from--src-bootstrap-morehealth-themescss,
  .mx-lg-5--from--src-bootstrap-morehealth-themescss {
    margin-right: 3rem !important; }
  .mb-lg-5--from--src-bootstrap-morehealth-themescss,
  .my-lg-5--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 3rem !important; }
  .ml-lg-5--from--src-bootstrap-morehealth-themescss,
  .mx-lg-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 3rem !important; }
  .p-lg-0--from--src-bootstrap-morehealth-themescss {
    padding: 0 !important; }
  .pt-lg-0--from--src-bootstrap-morehealth-themescss,
  .py-lg-0--from--src-bootstrap-morehealth-themescss {
    padding-top: 0 !important; }
  .pr-lg-0--from--src-bootstrap-morehealth-themescss,
  .px-lg-0--from--src-bootstrap-morehealth-themescss {
    padding-right: 0 !important; }
  .pb-lg-0--from--src-bootstrap-morehealth-themescss,
  .py-lg-0--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0 !important; }
  .pl-lg-0--from--src-bootstrap-morehealth-themescss,
  .px-lg-0--from--src-bootstrap-morehealth-themescss {
    padding-left: 0 !important; }
  .p-lg-1--from--src-bootstrap-morehealth-themescss {
    padding: 0.25rem !important; }
  .pt-lg-1--from--src-bootstrap-morehealth-themescss,
  .py-lg-1--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.25rem !important; }
  .pr-lg-1--from--src-bootstrap-morehealth-themescss,
  .px-lg-1--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.25rem !important; }
  .pb-lg-1--from--src-bootstrap-morehealth-themescss,
  .py-lg-1--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1--from--src-bootstrap-morehealth-themescss,
  .px-lg-1--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.25rem !important; }
  .p-lg-2--from--src-bootstrap-morehealth-themescss {
    padding: 0.5rem !important; }
  .pt-lg-2--from--src-bootstrap-morehealth-themescss,
  .py-lg-2--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.5rem !important; }
  .pr-lg-2--from--src-bootstrap-morehealth-themescss,
  .px-lg-2--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.5rem !important; }
  .pb-lg-2--from--src-bootstrap-morehealth-themescss,
  .py-lg-2--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2--from--src-bootstrap-morehealth-themescss,
  .px-lg-2--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.5rem !important; }
  .p-lg-3--from--src-bootstrap-morehealth-themescss {
    padding: 1rem !important; }
  .pt-lg-3--from--src-bootstrap-morehealth-themescss,
  .py-lg-3--from--src-bootstrap-morehealth-themescss {
    padding-top: 1rem !important; }
  .pr-lg-3--from--src-bootstrap-morehealth-themescss,
  .px-lg-3--from--src-bootstrap-morehealth-themescss {
    padding-right: 1rem !important; }
  .pb-lg-3--from--src-bootstrap-morehealth-themescss,
  .py-lg-3--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1rem !important; }
  .pl-lg-3--from--src-bootstrap-morehealth-themescss,
  .px-lg-3--from--src-bootstrap-morehealth-themescss {
    padding-left: 1rem !important; }
  .p-lg-4--from--src-bootstrap-morehealth-themescss {
    padding: 1.5rem !important; }
  .pt-lg-4--from--src-bootstrap-morehealth-themescss,
  .py-lg-4--from--src-bootstrap-morehealth-themescss {
    padding-top: 1.5rem !important; }
  .pr-lg-4--from--src-bootstrap-morehealth-themescss,
  .px-lg-4--from--src-bootstrap-morehealth-themescss {
    padding-right: 1.5rem !important; }
  .pb-lg-4--from--src-bootstrap-morehealth-themescss,
  .py-lg-4--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4--from--src-bootstrap-morehealth-themescss,
  .px-lg-4--from--src-bootstrap-morehealth-themescss {
    padding-left: 1.5rem !important; }
  .p-lg-5--from--src-bootstrap-morehealth-themescss {
    padding: 3rem !important; }
  .pt-lg-5--from--src-bootstrap-morehealth-themescss,
  .py-lg-5--from--src-bootstrap-morehealth-themescss {
    padding-top: 3rem !important; }
  .pr-lg-5--from--src-bootstrap-morehealth-themescss,
  .px-lg-5--from--src-bootstrap-morehealth-themescss {
    padding-right: 3rem !important; }
  .pb-lg-5--from--src-bootstrap-morehealth-themescss,
  .py-lg-5--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 3rem !important; }
  .pl-lg-5--from--src-bootstrap-morehealth-themescss,
  .px-lg-5--from--src-bootstrap-morehealth-themescss {
    padding-left: 3rem !important; }
  .m-lg-auto--from--src-bootstrap-morehealth-themescss {
    margin: auto !important; }
  .mt-lg-auto--from--src-bootstrap-morehealth-themescss,
  .my-lg-auto--from--src-bootstrap-morehealth-themescss {
    margin-top: auto !important; }
  .mr-lg-auto--from--src-bootstrap-morehealth-themescss,
  .mx-lg-auto--from--src-bootstrap-morehealth-themescss {
    margin-right: auto !important; }
  .mb-lg-auto--from--src-bootstrap-morehealth-themescss,
  .my-lg-auto--from--src-bootstrap-morehealth-themescss {
    margin-bottom: auto !important; }
  .ml-lg-auto--from--src-bootstrap-morehealth-themescss,
  .mx-lg-auto--from--src-bootstrap-morehealth-themescss {
    margin-left: auto !important; } }

@media (min-width: 1470px) {
  .m-xl-0--from--src-bootstrap-morehealth-themescss {
    margin: 0 !important; }
  .mt-xl-0--from--src-bootstrap-morehealth-themescss,
  .my-xl-0--from--src-bootstrap-morehealth-themescss {
    margin-top: 0 !important; }
  .mr-xl-0--from--src-bootstrap-morehealth-themescss,
  .mx-xl-0--from--src-bootstrap-morehealth-themescss {
    margin-right: 0 !important; }
  .mb-xl-0--from--src-bootstrap-morehealth-themescss,
  .my-xl-0--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0 !important; }
  .ml-xl-0--from--src-bootstrap-morehealth-themescss,
  .mx-xl-0--from--src-bootstrap-morehealth-themescss {
    margin-left: 0 !important; }
  .m-xl-1--from--src-bootstrap-morehealth-themescss {
    margin: 0.25rem !important; }
  .mt-xl-1--from--src-bootstrap-morehealth-themescss,
  .my-xl-1--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.25rem !important; }
  .mr-xl-1--from--src-bootstrap-morehealth-themescss,
  .mx-xl-1--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.25rem !important; }
  .mb-xl-1--from--src-bootstrap-morehealth-themescss,
  .my-xl-1--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1--from--src-bootstrap-morehealth-themescss,
  .mx-xl-1--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.25rem !important; }
  .m-xl-2--from--src-bootstrap-morehealth-themescss {
    margin: 0.5rem !important; }
  .mt-xl-2--from--src-bootstrap-morehealth-themescss,
  .my-xl-2--from--src-bootstrap-morehealth-themescss {
    margin-top: 0.5rem !important; }
  .mr-xl-2--from--src-bootstrap-morehealth-themescss,
  .mx-xl-2--from--src-bootstrap-morehealth-themescss {
    margin-right: 0.5rem !important; }
  .mb-xl-2--from--src-bootstrap-morehealth-themescss,
  .my-xl-2--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2--from--src-bootstrap-morehealth-themescss,
  .mx-xl-2--from--src-bootstrap-morehealth-themescss {
    margin-left: 0.5rem !important; }
  .m-xl-3--from--src-bootstrap-morehealth-themescss {
    margin: 1rem !important; }
  .mt-xl-3--from--src-bootstrap-morehealth-themescss,
  .my-xl-3--from--src-bootstrap-morehealth-themescss {
    margin-top: 1rem !important; }
  .mr-xl-3--from--src-bootstrap-morehealth-themescss,
  .mx-xl-3--from--src-bootstrap-morehealth-themescss {
    margin-right: 1rem !important; }
  .mb-xl-3--from--src-bootstrap-morehealth-themescss,
  .my-xl-3--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1rem !important; }
  .ml-xl-3--from--src-bootstrap-morehealth-themescss,
  .mx-xl-3--from--src-bootstrap-morehealth-themescss {
    margin-left: 1rem !important; }
  .m-xl-4--from--src-bootstrap-morehealth-themescss {
    margin: 1.5rem !important; }
  .mt-xl-4--from--src-bootstrap-morehealth-themescss,
  .my-xl-4--from--src-bootstrap-morehealth-themescss {
    margin-top: 1.5rem !important; }
  .mr-xl-4--from--src-bootstrap-morehealth-themescss,
  .mx-xl-4--from--src-bootstrap-morehealth-themescss {
    margin-right: 1.5rem !important; }
  .mb-xl-4--from--src-bootstrap-morehealth-themescss,
  .my-xl-4--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4--from--src-bootstrap-morehealth-themescss,
  .mx-xl-4--from--src-bootstrap-morehealth-themescss {
    margin-left: 1.5rem !important; }
  .m-xl-5--from--src-bootstrap-morehealth-themescss {
    margin: 3rem !important; }
  .mt-xl-5--from--src-bootstrap-morehealth-themescss,
  .my-xl-5--from--src-bootstrap-morehealth-themescss {
    margin-top: 3rem !important; }
  .mr-xl-5--from--src-bootstrap-morehealth-themescss,
  .mx-xl-5--from--src-bootstrap-morehealth-themescss {
    margin-right: 3rem !important; }
  .mb-xl-5--from--src-bootstrap-morehealth-themescss,
  .my-xl-5--from--src-bootstrap-morehealth-themescss {
    margin-bottom: 3rem !important; }
  .ml-xl-5--from--src-bootstrap-morehealth-themescss,
  .mx-xl-5--from--src-bootstrap-morehealth-themescss {
    margin-left: 3rem !important; }
  .p-xl-0--from--src-bootstrap-morehealth-themescss {
    padding: 0 !important; }
  .pt-xl-0--from--src-bootstrap-morehealth-themescss,
  .py-xl-0--from--src-bootstrap-morehealth-themescss {
    padding-top: 0 !important; }
  .pr-xl-0--from--src-bootstrap-morehealth-themescss,
  .px-xl-0--from--src-bootstrap-morehealth-themescss {
    padding-right: 0 !important; }
  .pb-xl-0--from--src-bootstrap-morehealth-themescss,
  .py-xl-0--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0 !important; }
  .pl-xl-0--from--src-bootstrap-morehealth-themescss,
  .px-xl-0--from--src-bootstrap-morehealth-themescss {
    padding-left: 0 !important; }
  .p-xl-1--from--src-bootstrap-morehealth-themescss {
    padding: 0.25rem !important; }
  .pt-xl-1--from--src-bootstrap-morehealth-themescss,
  .py-xl-1--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.25rem !important; }
  .pr-xl-1--from--src-bootstrap-morehealth-themescss,
  .px-xl-1--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.25rem !important; }
  .pb-xl-1--from--src-bootstrap-morehealth-themescss,
  .py-xl-1--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1--from--src-bootstrap-morehealth-themescss,
  .px-xl-1--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.25rem !important; }
  .p-xl-2--from--src-bootstrap-morehealth-themescss {
    padding: 0.5rem !important; }
  .pt-xl-2--from--src-bootstrap-morehealth-themescss,
  .py-xl-2--from--src-bootstrap-morehealth-themescss {
    padding-top: 0.5rem !important; }
  .pr-xl-2--from--src-bootstrap-morehealth-themescss,
  .px-xl-2--from--src-bootstrap-morehealth-themescss {
    padding-right: 0.5rem !important; }
  .pb-xl-2--from--src-bootstrap-morehealth-themescss,
  .py-xl-2--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2--from--src-bootstrap-morehealth-themescss,
  .px-xl-2--from--src-bootstrap-morehealth-themescss {
    padding-left: 0.5rem !important; }
  .p-xl-3--from--src-bootstrap-morehealth-themescss {
    padding: 1rem !important; }
  .pt-xl-3--from--src-bootstrap-morehealth-themescss,
  .py-xl-3--from--src-bootstrap-morehealth-themescss {
    padding-top: 1rem !important; }
  .pr-xl-3--from--src-bootstrap-morehealth-themescss,
  .px-xl-3--from--src-bootstrap-morehealth-themescss {
    padding-right: 1rem !important; }
  .pb-xl-3--from--src-bootstrap-morehealth-themescss,
  .py-xl-3--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1rem !important; }
  .pl-xl-3--from--src-bootstrap-morehealth-themescss,
  .px-xl-3--from--src-bootstrap-morehealth-themescss {
    padding-left: 1rem !important; }
  .p-xl-4--from--src-bootstrap-morehealth-themescss {
    padding: 1.5rem !important; }
  .pt-xl-4--from--src-bootstrap-morehealth-themescss,
  .py-xl-4--from--src-bootstrap-morehealth-themescss {
    padding-top: 1.5rem !important; }
  .pr-xl-4--from--src-bootstrap-morehealth-themescss,
  .px-xl-4--from--src-bootstrap-morehealth-themescss {
    padding-right: 1.5rem !important; }
  .pb-xl-4--from--src-bootstrap-morehealth-themescss,
  .py-xl-4--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4--from--src-bootstrap-morehealth-themescss,
  .px-xl-4--from--src-bootstrap-morehealth-themescss {
    padding-left: 1.5rem !important; }
  .p-xl-5--from--src-bootstrap-morehealth-themescss {
    padding: 3rem !important; }
  .pt-xl-5--from--src-bootstrap-morehealth-themescss,
  .py-xl-5--from--src-bootstrap-morehealth-themescss {
    padding-top: 3rem !important; }
  .pr-xl-5--from--src-bootstrap-morehealth-themescss,
  .px-xl-5--from--src-bootstrap-morehealth-themescss {
    padding-right: 3rem !important; }
  .pb-xl-5--from--src-bootstrap-morehealth-themescss,
  .py-xl-5--from--src-bootstrap-morehealth-themescss {
    padding-bottom: 3rem !important; }
  .pl-xl-5--from--src-bootstrap-morehealth-themescss,
  .px-xl-5--from--src-bootstrap-morehealth-themescss {
    padding-left: 3rem !important; }
  .m-xl-auto--from--src-bootstrap-morehealth-themescss {
    margin: auto !important; }
  .mt-xl-auto--from--src-bootstrap-morehealth-themescss,
  .my-xl-auto--from--src-bootstrap-morehealth-themescss {
    margin-top: auto !important; }
  .mr-xl-auto--from--src-bootstrap-morehealth-themescss,
  .mx-xl-auto--from--src-bootstrap-morehealth-themescss {
    margin-right: auto !important; }
  .mb-xl-auto--from--src-bootstrap-morehealth-themescss,
  .my-xl-auto--from--src-bootstrap-morehealth-themescss {
    margin-bottom: auto !important; }
  .ml-xl-auto--from--src-bootstrap-morehealth-themescss,
  .mx-xl-auto--from--src-bootstrap-morehealth-themescss {
    margin-left: auto !important; } }

.text-monospace--from--src-bootstrap-morehealth-themescss {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify--from--src-bootstrap-morehealth-themescss {
  text-align: justify !important; }

.text-nowrap--from--src-bootstrap-morehealth-themescss {
  white-space: nowrap !important; }

.text-truncate--from--src-bootstrap-morehealth-themescss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left--from--src-bootstrap-morehealth-themescss {
  text-align: left !important; }

.text-right--from--src-bootstrap-morehealth-themescss {
  text-align: right !important; }

.text-center--from--src-bootstrap-morehealth-themescss {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left--from--src-bootstrap-morehealth-themescss {
    text-align: left !important; }
  .text-sm-right--from--src-bootstrap-morehealth-themescss {
    text-align: right !important; }
  .text-sm-center--from--src-bootstrap-morehealth-themescss {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left--from--src-bootstrap-morehealth-themescss {
    text-align: left !important; }
  .text-md-right--from--src-bootstrap-morehealth-themescss {
    text-align: right !important; }
  .text-md-center--from--src-bootstrap-morehealth-themescss {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left--from--src-bootstrap-morehealth-themescss {
    text-align: left !important; }
  .text-lg-right--from--src-bootstrap-morehealth-themescss {
    text-align: right !important; }
  .text-lg-center--from--src-bootstrap-morehealth-themescss {
    text-align: center !important; } }

@media (min-width: 1470px) {
  .text-xl-left--from--src-bootstrap-morehealth-themescss {
    text-align: left !important; }
  .text-xl-right--from--src-bootstrap-morehealth-themescss {
    text-align: right !important; }
  .text-xl-center--from--src-bootstrap-morehealth-themescss {
    text-align: center !important; } }

.text-lowercase--from--src-bootstrap-morehealth-themescss {
  text-transform: lowercase !important; }

.text-uppercase--from--src-bootstrap-morehealth-themescss {
  text-transform: uppercase !important; }

.text-capitalize--from--src-bootstrap-morehealth-themescss {
  text-transform: capitalize !important; }

.font-weight-light--from--src-bootstrap-morehealth-themescss {
  font-weight: 300 !important; }

.font-weight-normal--from--src-bootstrap-morehealth-themescss {
  font-weight: 400 !important; }

.font-weight-bold--from--src-bootstrap-morehealth-themescss {
  font-weight: 700 !important; }

.font-italic--from--src-bootstrap-morehealth-themescss {
  font-style: italic !important; }

.text-white--from--src-bootstrap-morehealth-themescss {
  color: #fff !important; }

.text-primary--from--src-bootstrap-morehealth-themescss {
  color: #55c5b6 !important; }

a.text-primary--from--src-bootstrap-morehealth-themescss:hover, a.text-primary--from--src-bootstrap-morehealth-themescss:focus {
  color: #3bac9d !important; }

.text-secondary--from--src-bootstrap-morehealth-themescss {
  color: #6c757d !important; }

a.text-secondary--from--src-bootstrap-morehealth-themescss:hover, a.text-secondary--from--src-bootstrap-morehealth-themescss:focus {
  color: #545b62 !important; }

.text-success--from--src-bootstrap-morehealth-themescss {
  color: #28a745 !important; }

a.text-success--from--src-bootstrap-morehealth-themescss:hover, a.text-success--from--src-bootstrap-morehealth-themescss:focus {
  color: #1e7e34 !important; }

.text-info--from--src-bootstrap-morehealth-themescss {
  color: #17a2b8 !important; }

a.text-info--from--src-bootstrap-morehealth-themescss:hover, a.text-info--from--src-bootstrap-morehealth-themescss:focus {
  color: #117a8b !important; }

.text-warning--from--src-bootstrap-morehealth-themescss {
  color: #ffc107 !important; }

a.text-warning--from--src-bootstrap-morehealth-themescss:hover, a.text-warning--from--src-bootstrap-morehealth-themescss:focus {
  color: #d39e00 !important; }

.text-danger--from--src-bootstrap-morehealth-themescss {
  color: #dc3545 !important; }

a.text-danger--from--src-bootstrap-morehealth-themescss:hover, a.text-danger--from--src-bootstrap-morehealth-themescss:focus {
  color: #bd2130 !important; }

.text-light--from--src-bootstrap-morehealth-themescss {
  color: #f8f9fa !important; }

a.text-light--from--src-bootstrap-morehealth-themescss:hover, a.text-light--from--src-bootstrap-morehealth-themescss:focus {
  color: #dae0e5 !important; }

.text-dark--from--src-bootstrap-morehealth-themescss {
  color: #343a40 !important; }

a.text-dark--from--src-bootstrap-morehealth-themescss:hover, a.text-dark--from--src-bootstrap-morehealth-themescss:focus {
  color: #1d2124 !important; }

.text-body--from--src-bootstrap-morehealth-themescss {
  color: #212529 !important; }

.text-muted--from--src-bootstrap-morehealth-themescss {
  color: #6c757d !important; }

.text-black-50--from--src-bootstrap-morehealth-themescss {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50--from--src-bootstrap-morehealth-themescss {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide--from--src-bootstrap-morehealth-themescss {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible--from--src-bootstrap-morehealth-themescss {
  visibility: visible !important; }

.invisible--from--src-bootstrap-morehealth-themescss {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn--from--src-bootstrap-morehealth-themescss) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container--from--src-bootstrap-morehealth-themescss {
    min-width: 992px !important; }
  .navbar--from--src-bootstrap-morehealth-themescss {
    display: none; }
  .badge--from--src-bootstrap-morehealth-themescss {
    border: 1px solid #000; }
  .table--from--src-bootstrap-morehealth-themescss {
    border-collapse: collapse !important; }
    .table--from--src-bootstrap-morehealth-themescss td,
    .table--from--src-bootstrap-morehealth-themescss th {
      background-color: #fff !important; }
  .table-bordered--from--src-bootstrap-morehealth-themescss th,
  .table-bordered--from--src-bootstrap-morehealth-themescss td {
    border: 1px solid #dee2e6 !important; }
  .table-dark--from--src-bootstrap-morehealth-themescss {
    color: inherit; }
    .table-dark--from--src-bootstrap-morehealth-themescss th,
    .table-dark--from--src-bootstrap-morehealth-themescss td,
    .table-dark--from--src-bootstrap-morehealth-themescss thead th,
    .table-dark--from--src-bootstrap-morehealth-themescss tbody + tbody {
      border-color: #dee2e6; }
  .table--from--src-bootstrap-morehealth-themescss .thead-dark--from--src-bootstrap-morehealth-themescss th {
    color: inherit;
    border-color: #dee2e6; } }

/*-----------------------------------------------------------------------------------

    Shortcodes: social-icons.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Social Icons
-----------------------------------------------------------------*/
 {
  /* Social Icons - Rounded
  -----------------------------------------------------------------*/
  /* Social Icons - Borderless
  -----------------------------------------------------------------*/
  /* Social Icons - Dark
  -----------------------------------------------------------------*/
  /* Social Icons - Light
  -----------------------------------------------------------------*/
  /* Social Icons - Colored
  -----------------------------------------------------------------*/
  /* Social Icons - Large
  -----------------------------------------------------------------*/
  /* Social Icons - Small
  -----------------------------------------------------------------*/
  /* Social Icons - Sticky
  -----------------------------------------------------------------*/
  /* Social Icons - Sticky Right
  -----------------------------------------------------------------*/
  /* Social Icons - Share
  -----------------------------------------------------------------*/ }
  .social-icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #43515C !important;
    text-align: center !important;
    background: white;
    border-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden; }
  .si-rounded {
    border-radius: 50%; }
  .si-borderless {
    border-color: transparent !important; }
  .si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent; }
  .si-light {
    background-color: rgba(0, 0, 0, 0.05);
    color: #666 !important;
    border-color: transparent; }
  .si-colored {
    border-color: transparent !important; }
    .si-colored i {
      color: #FFF; }
  .social-icon.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important; }
  .social-icon.si-small {
    width: 25px;
    height: 25px;
    font-size: 17px;
    line-height: 23px !important; }
  .social-icon i {
    display: block;
    position: relative; }
  body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .social-icon i:last-child {
    color: #FFF !important; }
  .social-icon:hover {
    color: #555;
    border-color: transparent; }
    .social-icon:hover i:first-child {
      margin-top: -38px; }
  .social-icon.si-large:hover i:first-child {
    margin-top: -54px; }
  .social-icon.si-small:hover i:first-child {
    margin-top: -23px; }
  .si-colored.social-icon {
    border-color: transparent; }
  .si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100; }
  .si-sticky.si-sticky-right {
    left: auto;
    right: 8px; }
  .si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE; }
    .si-share span {
      line-height: 36px;
      font-weight: bold;
      font-size: 13px; }
    .si-share div {
      float: right; }
    .si-share .social-icon {
      margin: -1px 0;
      border-radius: 0;
      font-size: 15px; }
  .si-facebook:hover,
  .si-colored.si-facebook {
    background-color: #3B5998 !important; }
  .si-delicious:hover,
  .si-colored.si-delicious {
    background-color: #205CC0 !important; }
  .si-paypal:hover,
  .si-colored.si-paypal {
    background-color: #00588B !important; }
  .si-flattr:hover,
  .si-colored.si-flattr {
    background-color: #F67C1A !important; }
  .si-android:hover,
  .si-colored.si-android {
    background-color: #A4C639 !important; }
  .si-smashmag:hover,
  .si-colored.si-smashmag {
    background-color: #E53B2C !important; }
  .si-gplus:hover,
  .si-colored.si-gplus {
    background-color: #DD4B39 !important; }
  .si-wikipedia:hover,
  .si-colored.si-wikipedia {
    background-color: #333 !important; }
  .si-stumbleupon:hover,
  .si-colored.si-stumbleupon {
    background-color: #F74425 !important; }
  .si-foursquare:hover,
  .si-colored.si-foursquare {
    background-color: #25A0CA !important; }
  .si-call:hover,
  .si-colored.si-call {
    background-color: #444 !important; }
  .si-ninetyninedesigns:hover,
  .si-colored.si-ninetyninedesigns {
    background-color: #F26739 !important; }
  .si-forrst:hover,
  .si-colored.si-forrst {
    background-color: #5B9A68 !important; }
  .si-digg:hover,
  .si-colored.si-digg {
    background-color: #191919 !important; }
  .si-spotify:hover,
  .si-colored.si-spotify {
    background-color: #81B71A !important; }
  .si-reddit:hover,
  .si-colored.si-reddit {
    background-color: #C6C6C6 !important; }
  .si-blogger:hover,
  .si-colored.si-blogger {
    background-color: #FC4F08 !important; }
  .si-cc:hover,
  .si-colored.si-cc {
    background-color: #688527 !important; }
  .si-dribbble:hover,
  .si-colored.si-dribbble {
    background-color: #EA4C89 !important; }
  .si-evernote:hover,
  .si-colored.si-evernote {
    background-color: #5BA525 !important; }
  .si-flickr:hover,
  .si-colored.si-flickr {
    background-color: #FF0084 !important; }
  .si-google:hover,
  .si-colored.si-google {
    background-color: #DD4B39 !important; }
  .si-instapaper:hover,
  .si-colored.si-instapaper {
    background-color: #333 !important; }
  .si-klout:hover,
  .si-colored.si-klout {
    background-color: #FF5F52 !important; }
  .si-linkedin:hover,
  .si-colored.si-linkedin {
    background-color: #0E76A8 !important; }
  .si-vk:hover,
  .si-colored.si-vk {
    background-color: #2B587A !important; }
  .si-rss:hover,
  .si-colored.si-rss {
    background-color: #EE802F !important; }
  .si-skype:hover,
  .si-colored.si-skype {
    background-color: #00AFF0 !important; }
  .si-twitter:hover,
  .si-colored.si-twitter {
    background-color: #00ACEE !important; }
  .si-youtube:hover,
  .si-colored.si-youtube {
    background-color: #C4302B !important; }
  .si-vimeo:hover,
  .si-colored.si-vimeo {
    background-color: #86C9EF !important; }
  .si-aim:hover,
  .si-colored.si-aim {
    background-color: #FCD20B !important; }
  .si-yahoo:hover,
  .si-colored.si-yahoo {
    background-color: #720E9E !important; }
  .si-email3:hover,
  .si-colored.si-email3 {
    background-color: #6567A5 !important; }
  .si-macstore:hover,
  .si-colored.si-macstore {
    background-color: #333333 !important; }
  .si-myspace:hover,
  .si-colored.si-myspace {
    background-color: #666666 !important; }
  .si-podcast:hover,
  .si-colored.si-podcast {
    background-color: #E4B21B !important; }
  .si-cloudapp:hover,
  .si-colored.si-cloudapp {
    background-color: #525557 !important; }
  .si-dropbox:hover,
  .si-colored.si-dropbox {
    background-color: #3D9AE8 !important; }
  .si-ebay:hover,
  .si-colored.si-ebay {
    background-color: #89C507 !important; }
  .si-github:hover,
  .si-colored.si-github {
    background-color: #171515 !important; }
  .si-googleplay:hover,
  .si-colored.si-googleplay {
    background-color: #DD4B39 !important; }
  .si-itunes:hover,
  .si-colored.si-itunes {
    background-color: #222 !important; }
  .si-plurk:hover,
  .si-colored.si-plurk {
    background-color: #CF5A00 !important; }
  .si-pinboard:hover,
  .si-colored.si-pinboard {
    background-color: #0000E6 !important; }
  .si-soundcloud:hover,
  .si-colored.si-soundcloud {
    background-color: #FF7700 !important; }
  .si-tumblr:hover,
  .si-colored.si-tumblr {
    background-color: #34526F !important; }
  .si-wordpress:hover,
  .si-colored.si-wordpress {
    background-color: #1E8CBE !important; }
  .si-yelp:hover,
  .si-colored.si-yelp {
    background-color: #C41200 !important; }
  .si-intensedebate:hover,
  .si-colored.si-intensedebate {
    background-color: #009EE4 !important; }
  .si-eventbrite:hover,
  .si-colored.si-eventbrite {
    background-color: #F16924 !important; }
  .si-scribd:hover,
  .si-colored.si-scribd {
    background-color: #666666 !important; }
  .si-stripe:hover,
  .si-colored.si-stripe {
    background-color: #008CDD !important; }
  .si-print:hover,
  .si-colored.si-print {
    background-color: #111 !important; }
  .si-dwolla:hover,
  .si-colored.si-dwolla {
    background-color: #FF5C03 !important; }
  .si-statusnet:hover,
  .si-colored.si-statusnet {
    background-color: #131A30 !important; }
  .si-acrobat:hover,
  .si-colored.si-acrobat {
    background-color: #D3222A !important; }
  .si-drupal:hover,
  .si-colored.si-drupal {
    background-color: #27537A !important; }
  .si-buffer:hover,
  .si-colored.si-buffer {
    background-color: #333333 !important; }
  .si-pocket:hover,
  .si-colored.si-pocket {
    background-color: #EE4056 !important; }
  .si-bitbucket:hover,
  .si-colored.si-bitbucket {
    background-color: #0E4984 !important; }
  .si-stackoverflow:hover,
  .si-colored.si-stackoverflow {
    background-color: #EF8236 !important; }
  .si-hackernews:hover,
  .si-colored.si-hackernews {
    background-color: #FF6600 !important; }
  .si-xing:hover,
  .si-colored.si-xing {
    background-color: #126567 !important; }
  .si-instagram:hover,
  .si-colored.si-instagram {
    background-color: #3F729B !important; }
  .si-quora:hover,
  .si-colored.si-quora {
    background-color: #A82400 !important; }
  .si-openid:hover,
  .si-colored.si-openid {
    background-color: #E16309 !important; }
  .si-steam:hover,
  .si-colored.si-steam {
    background-color: #111 !important; }
  .si-amazon:hover,
  .si-colored.si-amazon {
    background-color: #E47911 !important; }
  .si-disqus:hover,
  .si-colored.si-disqus {
    background-color: #E4E7EE !important; }
  .si-plancast:hover,
  .si-colored.si-plancast {
    background-color: #222 !important; }
  .si-appstore:hover,
  .si-colored.si-appstore {
    background-color: #000 !important; }
  .si-pinterest:hover,
  .si-colored.si-pinterest {
    background-color: #C8232C !important; }
  .si-fivehundredpx:hover,
  .si-colored.si-fivehundredpx {
    background-color: #111 !important; }

@font-face {
  font-family: 'font-icons';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/font-icons-0ac0548e3c5b84873768acf376d1671f.eot);
  src: url(https://cdn.morehealth.com/website/_next/static/assets/font-icons-0ac0548e3c5b84873768acf376d1671f.eot) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/font-icons-49d544be262deb157694b7501e3283b8.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/font-icons-35370862b6fdcb7cfbc451e9d383d839.ttf) format("truetype"), url(https://cdn.morehealth.com/website/_next/static/assets/font-icons-4b7974d6974db1118f0a8bae020dc4a3.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lined-icons';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/lined-icons-d95f626eaf6eaf5abaa833aeeeebd9b8.eot);
  src: url(https://cdn.morehealth.com/website/_next/static/assets/lined-icons-d95f626eaf6eaf5abaa833aeeeebd9b8.eot) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/lined-icons-443ebef006f8c24b02a84fe5b41f1049.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/lined-icons-8027104c0b4e2fc246024f347f520e38.ttf) format("truetype"), url(https://cdn.morehealth.com/website/_next/static/assets/lined-icons-396f0950dcd04ce88d10f882b57b8861.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Simple-Line-Icons';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Simple-Line-Icons-f19a7f6c7a0b54b748277c40d7cf8882.eot);
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Simple-Line-Icons-f19a7f6c7a0b54b748277c40d7cf8882.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Simple-Line-Icons-ff94ad94c3a9d04bd2f80cb3c87dcccb.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Simple-Line-Icons-596814caa4fbaecbf5014bcfe8e363fb.ttf) format("truetype"), url(https://cdn.morehealth.com/website/_next/static/assets/Simple-Line-Icons-5db2ea1bcb7a6cc078755c90458c3b65.svg#Simple-Line-Icons) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-line-"], [class*=" icon-line-"] {
  font-family: 'lined-icons'; }

[class^="icon-line2-"], [class*=" icon-line2-"] {
  font-family: 'Simple-Line-Icons'; }

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.iconlist {
  padding-left: 0;
  margin-left: 1.75em;
  list-style-type: none; }

.iconlist li {
  position: relative; }

.iconlist ul {
  list-style-type: none;
  margin: 5px 0 5px 25px; }

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
  position: absolute;
  left: -1.75em;
  width: 1.75em;
  text-align: center;
  top: 1px;
  width: 14px; }

.iconlist.iconlist-large {
  font-size: 16px; }

.iconlist.iconlist-large li {
  margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
  width: 16px;
  margin-right: 5px; }

.iconlist-color li i {
  color: #1ABC9C; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.icon.pull-left {
  margin-right: .3em; }

.icon.pull-right {
  margin-left: .3em; }

.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin--from--src-bootstrap-morehealth-themescss {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin--from--src-bootstrap-morehealth-themescss {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin--from--src-bootstrap-morehealth-themescss {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin--from--src-bootstrap-morehealth-themescss {
  :global 0% {
    -ms-transform: rotate(0deg); }
  :global 100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin--from--src-bootstrap-morehealth-themescss {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

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

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

.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

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

.icon-stacked-1x {
  line-height: inherit; }

.icon-stacked-2x {
  font-size: 2em; }

.icon-inverse {
  color: #ffffff; }

.icon-type:before {
  content: "\E600"; }

.icon-box:before {
  content: "\E601"; }

.icon-archive:before {
  content: "\E602"; }

.icon-envelope:before {
  content: "\E603"; }

.icon-email:before {
  content: "\E604"; }

.icon-files:before {
  content: "\E605"; }

.icon-printer2:before {
  content: "\E606"; }

.icon-folder-add:before {
  content: "\E607"; }

.icon-folder-settings:before {
  content: "\E608"; }

.icon-folder-check:before {
  content: "\E609"; }

.icon-wifi-low:before {
  content: "\E60A"; }

.icon-wifi-mid:before {
  content: "\E60B"; }

.icon-wifi-full:before {
  content: "\E60C"; }

.icon-connection-empty:before {
  content: "\E60D"; }

.icon-battery-full:before {
  content: "\E60E"; }

.icon-settings:before {
  content: "\E60F"; }

.icon-arrow-left:before {
  content: "\E610"; }

.icon-arrow-up:before {
  content: "\E611"; }

.icon-arrow-down:before {
  content: "\E612"; }

.icon-arrow-right:before {
  content: "\E613"; }

.icon-reload:before {
  content: "\E614"; }

.icon-download:before {
  content: "\E615"; }

.icon-tag:before {
  content: "\E616"; }

.icon-trashcan:before {
  content: "\E617"; }

.icon-search:before {
  content: "\E618"; }

.icon-zoom-in:before {
  content: "\E619"; }

.icon-zoom-out:before {
  content: "\E61A"; }

.icon-chat:before {
  content: "\E61B"; }

.icon-clock:before {
  content: "\E61C"; }

.icon-printer:before {
  content: "\E61D"; }

.icon-home:before {
  content: "\E61E"; }

.icon-flag:before {
  content: "\E61F"; }

.icon-meter:before {
  content: "\E620"; }

.icon-switch:before {
  content: "\E621"; }

.icon-forbidden:before {
  content: "\E622"; }

.icon-phone-landscape:before {
  content: "\E623"; }

.icon-tablet:before {
  content: "\E624"; }

.icon-tablet-landscape:before {
  content: "\E625"; }

.icon-laptop:before {
  content: "\E626"; }

.icon-camera:before {
  content: "\E627"; }

.icon-microwave-oven:before {
  content: "\E628"; }

.icon-credit-cards:before {
  content: "\E629"; }

.icon-map-marker:before {
  content: "\E62A"; }

.icon-map:before {
  content: "\E62B"; }

.icon-support:before {
  content: "\E62C"; }

.icon-newspaper2:before {
  content: "\E62D"; }

.icon-barbell:before {
  content: "\E62E"; }

.icon-stopwatch:before {
  content: "\E62F"; }

.icon-atom:before {
  content: "\E630"; }

.icon-image:before {
  content: "\E631"; }

.icon-cube:before {
  content: "\E632"; }

.icon-bars:before {
  content: "\E633"; }

.icon-chart:before {
  content: "\E634"; }

.icon-pencil:before {
  content: "\E635"; }

.icon-measure:before {
  content: "\E636"; }

.icon-eyedropper:before {
  content: "\E637"; }

.icon-file-settings:before {
  content: "\E638"; }

.icon-file-add:before {
  content: "\E639"; }

.icon-file:before {
  content: "\E63A"; }

.icon-align-left:before {
  content: "\E63B"; }

.icon-align-right:before {
  content: "\E63C"; }

.icon-align-center:before {
  content: "\E63D"; }

.icon-align-justify:before {
  content: "\E63E"; }

.icon-file-broken:before {
  content: "\E63F"; }

.icon-browser:before {
  content: "\E640"; }

.icon-windows:before {
  content: "\E641"; }

.icon-window:before {
  content: "\E642"; }

.icon-folder:before {
  content: "\E643"; }

.icon-connection-25:before {
  content: "\E644"; }

.icon-connection-50:before {
  content: "\E645"; }

.icon-connection-75:before {
  content: "\E646"; }

.icon-connection-full:before {
  content: "\E647"; }

.icon-list:before {
  content: "\E648"; }

.icon-grid:before {
  content: "\E649"; }

.icon-stack3:before {
  content: "\E64A"; }

.icon-battery-charging:before {
  content: "\E64B"; }

.icon-battery-empty:before {
  content: "\E64C"; }

.icon-battery-25:before {
  content: "\E64D"; }

.icon-battery-50:before {
  content: "\E64E"; }

.icon-battery-75:before {
  content: "\E64F"; }

.icon-refresh:before {
  content: "\E650"; }

.icon-volume:before {
  content: "\E651"; }

.icon-volume-increase:before {
  content: "\E652"; }

.icon-volume-decrease:before {
  content: "\E653"; }

.icon-mute:before {
  content: "\E654"; }

.icon-microphone:before {
  content: "\E655"; }

.icon-microphone-off:before {
  content: "\E656"; }

.icon-book:before {
  content: "\E657"; }

.icon-checkmark:before {
  content: "\E658"; }

.icon-checkbox-checked:before {
  content: "\E659"; }

.icon-checkbox:before {
  content: "\E65A"; }

.icon-paperclip:before {
  content: "\E65B"; }

.icon-chat-1:before {
  content: "\E65C"; }

.icon-chat-2:before {
  content: "\E65D"; }

.icon-chat-3:before {
  content: "\E65E"; }

.icon-comment:before {
  content: "\E65F"; }

.icon-calendar:before {
  content: "\E660"; }

.icon-bookmark:before {
  content: "\E661"; }

.icon-email2:before {
  content: "\E662"; }

.icon-heart:before {
  content: "\E663"; }

.icon-enter:before {
  content: "\E664"; }

.icon-cloud:before {
  content: "\E665"; }

.icon-book2:before {
  content: "\E666"; }

.icon-star:before {
  content: "\E667"; }

.icon-lock:before {
  content: "\E668"; }

.icon-unlocked:before {
  content: "\E669"; }

.icon-unlocked2:before {
  content: "\E66A"; }

.icon-users:before {
  content: "\E66B"; }

.icon-user:before {
  content: "\E66C"; }

.icon-users2:before {
  content: "\E66D"; }

.icon-user2:before {
  content: "\E66E"; }

.icon-bullhorn:before {
  content: "\E66F"; }

.icon-share:before {
  content: "\E670"; }

.icon-screen:before {
  content: "\E671"; }

.icon-phone:before {
  content: "\E672"; }

.icon-phone-portrait:before {
  content: "\E673"; }

.icon-calculator:before {
  content: "\E674"; }

.icon-bag:before {
  content: "\E675"; }

.icon-diamond:before {
  content: "\E676"; }

.icon-drink:before {
  content: "\E677"; }

.icon-shorts:before {
  content: "\E678"; }

.icon-vcard:before {
  content: "\E679"; }

.icon-sun:before {
  content: "\E67A"; }

.icon-bill:before {
  content: "\E67B"; }

.icon-coffee:before {
  content: "\E67C"; }

.icon-tv2:before {
  content: "\E67D"; }

.icon-newspaper:before {
  content: "\E67E"; }

.icon-stack:before {
  content: "\E67F"; }

.icon-syringe:before {
  content: "\E680"; }

.icon-health:before {
  content: "\E681"; }

.icon-bolt:before {
  content: "\E682"; }

.icon-pill:before {
  content: "\E683"; }

.icon-bones:before {
  content: "\E684"; }

.icon-lab:before {
  content: "\E685"; }

.icon-clipboard:before {
  content: "\E686"; }

.icon-mug:before {
  content: "\E687"; }

.icon-bucket:before {
  content: "\E688"; }

.icon-select:before {
  content: "\E689"; }

.icon-graph:before {
  content: "\E68A"; }

.icon-crop:before {
  content: "\E68B"; }

.icon-heart2:before {
  content: "\E68C"; }

.icon-cloud2:before {
  content: "\E68D"; }

.icon-star2:before {
  content: "\E68E"; }

.icon-pen:before {
  content: "\E68F"; }

.icon-diamond2:before {
  content: "\E690"; }

.icon-display:before {
  content: "\E691"; }

.icon-paperplane:before {
  content: "\E692"; }

.icon-params:before {
  content: "\E693"; }

.icon-banknote:before {
  content: "\E694"; }

.icon-vynil:before {
  content: "\E695"; }

.icon-truck:before {
  content: "\E696"; }

.icon-world:before {
  content: "\E697"; }

.icon-tv:before {
  content: "\E698"; }

.icon-sound:before {
  content: "\E699"; }

.icon-video:before {
  content: "\E69A"; }

.icon-trash:before {
  content: "\E69B"; }

.icon-user3:before {
  content: "\E69C"; }

.icon-key:before {
  content: "\E69D"; }

.icon-search2:before {
  content: "\E69E"; }

.icon-settings2:before {
  content: "\E69F"; }

.icon-camera2:before {
  content: "\E6A0"; }

.icon-tag2:before {
  content: "\E6A1"; }

.icon-lock2:before {
  content: "\E6A2"; }

.icon-bulb:before {
  content: "\E6A3"; }

.icon-location:before {
  content: "\E6A4"; }

.icon-eye:before {
  content: "\E6A5"; }

.icon-bubble:before {
  content: "\E6A6"; }

.icon-stack2:before {
  content: "\E6A7"; }

.icon-cup:before {
  content: "\E6A8"; }

.icon-phone2:before {
  content: "\E6A9"; }

.icon-news:before {
  content: "\E6AA"; }

.icon-mail:before {
  content: "\E6AB"; }

.icon-like:before {
  content: "\E6AC"; }

.icon-photo:before {
  content: "\E6AD"; }

.icon-note:before {
  content: "\E6AE"; }

.icon-clock2:before {
  content: "\E6AF"; }

.icon-data:before {
  content: "\E6B0"; }

.icon-music:before {
  content: "\E6B1"; }

.icon-megaphone:before {
  content: "\E6B2"; }

.icon-study:before {
  content: "\E6B3"; }

.icon-lab2:before {
  content: "\E6B4"; }

.icon-food:before {
  content: "\E6B5"; }

.icon-t-shirt:before {
  content: "\E6B6"; }

.icon-fire:before {
  content: "\E6B7"; }

.icon-clip:before {
  content: "\E6B8"; }

.icon-shop:before {
  content: "\E6B9"; }

.icon-calendar2:before {
  content: "\E6BA"; }

.icon-wallet:before {
  content: "\E6BB"; }

.icon-duckduckgo:before {
  content: "\E830"; }

.icon-lkdto:before {
  content: "\E896"; }

.icon-delicious:before {
  content: "\E832"; }

.icon-paypal:before {
  content: "\E833"; }

.icon-flattr:before {
  content: "\E834"; }

.icon-android:before {
  content: "\E835"; }

.icon-eventful:before {
  content: "\E836"; }

.icon-smashmag:before {
  content: "\E837"; }

.icon-gplus:before {
  content: "\E838"; }

.icon-wikipedia:before {
  content: "\E839"; }

.icon-lanyrd:before {
  content: "\E83A"; }

.icon-calendar-1:before {
  content: "\E83B"; }

.icon-stumbleupon:before {
  content: "\E83C"; }

.icon-bitcoin:before {
  content: "\E83F"; }

.icon-w3c:before {
  content: "\E840"; }

.icon-foursquare:before {
  content: "\E841"; }

.icon-html5:before {
  content: "\E842"; }

.icon-ie:before {
  content: "\E843"; }

.icon-call:before {
  content: "\E844"; }

.icon-grooveshark:before {
  content: "\E845"; }

.icon-ninetyninedesigns:before {
  content: "\E846"; }

.icon-forrst:before {
  content: "\E847"; }

.icon-digg:before {
  content: "\E848"; }

.icon-spotify:before {
  content: "\E849"; }

.icon-reddit:before {
  content: "\E84A"; }

.icon-guest:before {
  content: "\E84B"; }

.icon-blogger:before {
  content: "\E84E"; }

.icon-cc:before {
  content: "\E84F"; }

.icon-dribbble:before {
  content: "\E850"; }

.icon-evernote:before {
  content: "\E851"; }

.icon-flickr:before {
  content: "\E852"; }

.icon-google:before {
  content: "\E853"; }

.icon-viadeo:before {
  content: "\E854"; }

.icon-instapaper:before {
  content: "\E855"; }

.icon-weibo:before {
  content: "\E856"; }

.icon-klout:before {
  content: "\E857"; }

.icon-linkedin:before {
  content: "\E858"; }

.icon-meetup:before {
  content: "\E859"; }

.icon-vk:before {
  content: "\E85A"; }

.icon-rss:before {
  content: "\E85D"; }

.icon-skype:before {
  content: "\E85E"; }

.icon-twitter:before {
  content: "\E85F"; }

.icon-youtube:before {
  content: "\E860"; }

.icon-vimeo:before {
  content: "\E861"; }

.icon-windows2:before {
  content: "\E862"; }

.icon-aim:before {
  content: "\E831"; }

.icon-yahoo:before {
  content: "\E864"; }

.icon-chrome:before {
  content: "\E865"; }

.icon-email3:before {
  content: "\E866"; }

.icon-macstore:before {
  content: "\E867"; }

.icon-myspace:before {
  content: "\E868"; }

.icon-podcast:before {
  content: "\E869"; }

.icon-cloudapp:before {
  content: "\E86C"; }

.icon-dropbox:before {
  content: "\E86D"; }

.icon-ebay:before {
  content: "\E86E"; }

.icon-facebook:before {
  content: "\E86F"; }

.icon-github:before {
  content: "\E870"; }

.icon-github-circled:before {
  content: "\E871"; }

.icon-googleplay:before {
  content: "\E872"; }

.icon-itunes:before {
  content: "\E873"; }

.icon-plurk:before {
  content: "\E874"; }

.icon-songkick:before {
  content: "\E875"; }

.icon-lastfm:before {
  content: "\E876"; }

.icon-gmail:before {
  content: "\E877"; }

.icon-pinboard:before {
  content: "\E878"; }

.icon-soundcloud:before {
  content: "\E87B"; }

.icon-tumblr:before {
  content: "\E87C"; }

.icon-eventasaurus:before {
  content: "\E87D"; }

.icon-wordpress:before {
  content: "\E87E"; }

.icon-yelp:before {
  content: "\E87F"; }

.icon-intensedebate:before {
  content: "\E880"; }

.icon-eventbrite:before {
  content: "\E881"; }

.icon-scribd:before {
  content: "\E882"; }

.icon-posterous:before {
  content: "\E883"; }

.icon-stripe:before {
  content: "\E884"; }

.icon-opentable:before {
  content: "\E885"; }

.icon-cart:before {
  content: "\E886"; }

.icon-print:before {
  content: "\E887"; }

.icon-dwolla:before {
  content: "\E88A"; }

.icon-appnet:before {
  content: "\E88B"; }

.icon-statusnet:before {
  content: "\E88C"; }

.icon-acrobat:before {
  content: "\E88D"; }

.icon-drupal:before {
  content: "\E88E"; }

.icon-buffer:before {
  content: "\E88F"; }

.icon-pocket:before {
  content: "\E890"; }

.icon-bitbucket:before {
  content: "\E891"; }

.icon-lego:before {
  content: "\E892"; }

.icon-login:before {
  content: "\E893"; }

.icon-stackoverflow:before {
  content: "\E894"; }

.icon-hackernews:before {
  content: "\E895"; }

.icon-xing:before {
  content: "\E863"; }

.icon-instagram:before {
  content: "\E889"; }

.icon-angellist:before {
  content: "\E888"; }

.icon-quora:before {
  content: "\E87A"; }

.icon-openid:before {
  content: "\E879"; }

.icon-steam:before {
  content: "\E86B"; }

.icon-amazon:before {
  content: "\E86A"; }

.icon-disqus:before {
  content: "\E85C"; }

.icon-plancast:before {
  content: "\E85B"; }

.icon-appstore:before {
  content: "\E84D"; }

.icon-gowalla:before {
  content: "\E84C"; }

.icon-pinterest:before {
  content: "\E83E"; }

.icon-fivehundredpx:before {
  content: "\E83D"; }

.icon-glass:before {
  content: "\E6BC"; }

.icon-music2:before {
  content: "\E6BD"; }

.icon-search3:before {
  content: "\E6BE"; }

.icon-envelope2:before {
  content: "\E6BF"; }

.icon-heart3:before {
  content: "\E6C0"; }

.icon-star3:before {
  content: "\E6C1"; }

.icon-star-empty:before {
  content: "\E6C2"; }

.icon-user4:before {
  content: "\E6C3"; }

.icon-film:before {
  content: "\E6C4"; }

.icon-th-large:before {
  content: "\E6C5"; }

.icon-th:before {
  content: "\E6C6"; }

.icon-th-list:before {
  content: "\E6C7"; }

.icon-ok:before {
  content: "\E6C8"; }

.icon-remove:before {
  content: "\E6C9"; }

.icon-zoom-in2:before {
  content: "\E6CA"; }

.icon-zoom-out2:before {
  content: "\E6CB"; }

.icon-off:before {
  content: "\E6CC"; }

.icon-signal:before {
  content: "\E6CD"; }

.icon-cog:before {
  content: "\E6CE"; }

.icon-trash2:before {
  content: "\E6CF"; }

.icon-home2:before {
  content: "\E6D0"; }

.icon-file2:before {
  content: "\E6D1"; }

.icon-time:before {
  content: "\E6D2"; }

.icon-road:before {
  content: "\E6D3"; }

.icon-download-alt:before {
  content: "\E6D4"; }

.icon-download2:before {
  content: "\E6D5"; }

.icon-upload:before {
  content: "\E6D6"; }

.icon-inbox:before {
  content: "\E6D7"; }

.icon-play-circle:before {
  content: "\E6D8"; }

.icon-repeat:before {
  content: "\E6D9"; }

.icon-refresh2:before {
  content: "\E6DA"; }

.icon-list-alt:before {
  content: "\E6DB"; }

.icon-lock3:before {
  content: "\E6DC"; }

.icon-flag2:before {
  content: "\E6DD"; }

.icon-headphones:before {
  content: "\E6DE"; }

.icon-volume-off:before {
  content: "\E6DF"; }

.icon-volume-down:before {
  content: "\E6E0"; }

.icon-volume-up:before {
  content: "\E6E1"; }

.icon-qrcode:before {
  content: "\E6E2"; }

.icon-barcode:before {
  content: "\E6E3"; }

.icon-tag3:before {
  content: "\E6E4"; }

.icon-tags:before {
  content: "\E6E5"; }

.icon-book3:before {
  content: "\E6E6"; }

.icon-bookmark2:before {
  content: "\E6E7"; }

.icon-print2:before {
  content: "\E6E8"; }

.icon-camera3:before {
  content: "\E6E9"; }

.icon-font:before {
  content: "\E6EA"; }

.icon-bold:before {
  content: "\E6EB"; }

.icon-italic:before {
  content: "\E6EC"; }

.icon-text-height:before {
  content: "\E6ED"; }

.icon-text-width:before {
  content: "\E6EE"; }

.icon-align-left2:before {
  content: "\E6EF"; }

.icon-align-center2:before {
  content: "\E6F0"; }

.icon-align-right2:before {
  content: "\E6F1"; }

.icon-align-justify2:before {
  content: "\E6F2"; }

.icon-list2:before {
  content: "\E6F3"; }

.icon-indent-left:before {
  content: "\E6F4"; }

.icon-indent-right:before {
  content: "\E6F5"; }

.icon-facetime-video:before {
  content: "\E6F6"; }

.icon-picture:before {
  content: "\E6F7"; }

.icon-pencil2:before {
  content: "\E6F8"; }

.icon-map-marker2:before {
  content: "\E6F9"; }

.icon-adjust:before {
  content: "\E6FA"; }

.icon-tint:before {
  content: "\E6FB"; }

.icon-edit:before {
  content: "\E6FC"; }

.icon-share2:before {
  content: "\E6FD"; }

.icon-check:before {
  content: "\E6FE"; }

.icon-move:before {
  content: "\E6FF"; }

.icon-step-backward:before {
  content: "\E700"; }

.icon-fast-backward:before {
  content: "\E701"; }

.icon-backward:before {
  content: "\E702"; }

.icon-play:before {
  content: "\E703"; }

.icon-pause:before {
  content: "\E704"; }

.icon-stop:before {
  content: "\E705"; }

.icon-forward:before {
  content: "\E706"; }

.icon-fast-forward:before {
  content: "\E707"; }

.icon-step-forward:before {
  content: "\E708"; }

.icon-eject:before {
  content: "\E709"; }

.icon-chevron-left:before {
  content: "\E70A"; }

.icon-chevron-right:before {
  content: "\E70B"; }

.icon-plus-sign:before {
  content: "\E70C"; }

.icon-minus-sign:before {
  content: "\E70D"; }

.icon-remove-sign:before {
  content: "\E70E"; }

.icon-ok-sign:before {
  content: "\E70F"; }

.icon-question-sign:before {
  content: "\E710"; }

.icon-info-sign:before {
  content: "\E711"; }

.icon-screenshot:before {
  content: "\E712"; }

.icon-remove-circle:before {
  content: "\E713"; }

.icon-ok-circle:before {
  content: "\E714"; }

.icon-ban-circle:before {
  content: "\E715"; }

.icon-arrow-left2:before {
  content: "\E716"; }

.icon-arrow-right2:before {
  content: "\E717"; }

.icon-arrow-up2:before {
  content: "\E718"; }

.icon-arrow-down2:before {
  content: "\E719"; }

.icon-share-alt:before {
  content: "\E71A"; }

.icon-resize-full:before {
  content: "\E71B"; }

.icon-resize-small:before {
  content: "\E71C"; }

.icon-plus:before {
  content: "\E71D"; }

.icon-minus:before {
  content: "\E71E"; }

.icon-asterisk:before {
  content: "\E71F"; }

.icon-exclamation-sign:before {
  content: "\E720"; }

.icon-gift:before {
  content: "\E721"; }

.icon-leaf:before {
  content: "\E722"; }

.icon-fire2:before {
  content: "\E723"; }

.icon-eye-open:before {
  content: "\E724"; }

.icon-eye-close:before {
  content: "\E725"; }

.icon-warning-sign:before {
  content: "\E726"; }

.icon-plane:before {
  content: "\E727"; }

.icon-calendar3:before {
  content: "\E728"; }

.icon-random:before {
  content: "\E729"; }

.icon-comment2:before {
  content: "\E72A"; }

.icon-magnet:before {
  content: "\E72B"; }

.icon-chevron-up:before {
  content: "\E72C"; }

.icon-chevron-down:before {
  content: "\E72D"; }

.icon-retweet:before {
  content: "\E72E"; }

.icon-shopping-cart:before {
  content: "\E72F"; }

.icon-folder-close:before {
  content: "\E730"; }

.icon-folder-open:before {
  content: "\E731"; }

.icon-resize-vertical:before {
  content: "\E732"; }

.icon-resize-horizontal:before {
  content: "\E733"; }

.icon-bar-chart:before {
  content: "\E734"; }

.icon-twitter-sign:before {
  content: "\E735"; }

.icon-facebook-sign:before {
  content: "\E736"; }

.icon-camera-retro:before {
  content: "\E737"; }

.icon-key2:before {
  content: "\E738"; }

.icon-cogs:before {
  content: "\E739"; }

.icon-comments:before {
  content: "\E73A"; }

.icon-thumbs-up:before {
  content: "\E73B"; }

.icon-thumbs-down:before {
  content: "\E73C"; }

.icon-star-half:before {
  content: "\E73D"; }

.icon-heart-empty:before {
  content: "\E73E"; }

.icon-signout:before {
  content: "\E73F"; }

.icon-linkedin-sign:before {
  content: "\E740"; }

.icon-pushpin:before {
  content: "\E741"; }

.icon-external-link:before {
  content: "\E742"; }

.icon-signin:before {
  content: "\E743"; }

.icon-trophy:before {
  content: "\E744"; }

.icon-github-sign:before {
  content: "\E745"; }

.icon-upload-alt:before {
  content: "\E746"; }

.icon-lemon:before {
  content: "\E747"; }

.icon-phone3:before {
  content: "\E748"; }

.icon-check-empty:before {
  content: "\E749"; }

.icon-bookmark-empty:before {
  content: "\E74A"; }

.icon-phone-sign:before {
  content: "\E74B"; }

.icon-twitter2:before {
  content: "\E74C"; }

.icon-facebook2:before {
  content: "\E74D"; }

.icon-github2:before {
  content: "\E74E"; }

.icon-unlock:before {
  content: "\E74F"; }

.icon-credit:before {
  content: "\E750"; }

.icon-rss2:before {
  content: "\E751"; }

.icon-hdd:before {
  content: "\E752"; }

.icon-bullhorn2:before {
  content: "\E753"; }

.icon-bell:before {
  content: "\E754"; }

.icon-certificate:before {
  content: "\E755"; }

.icon-hand-right:before {
  content: "\E756"; }

.icon-hand-left:before {
  content: "\E757"; }

.icon-hand-up:before {
  content: "\E758"; }

.icon-hand-down:before {
  content: "\E759"; }

.icon-circle-arrow-left:before {
  content: "\E75A"; }

.icon-circle-arrow-right:before {
  content: "\E75B"; }

.icon-circle-arrow-up:before {
  content: "\E75C"; }

.icon-circle-arrow-down:before {
  content: "\E75D"; }

.icon-globe:before {
  content: "\E75E"; }

.icon-wrench:before {
  content: "\E75F"; }

.icon-tasks:before {
  content: "\E760"; }

.icon-filter:before {
  content: "\E761"; }

.icon-briefcase:before {
  content: "\E762"; }

.icon-fullscreen:before {
  content: "\E763"; }

.icon-group:before {
  content: "\E764"; }

.icon-link:before {
  content: "\E765"; }

.icon-cloud3:before {
  content: "\E766"; }

.icon-beaker:before {
  content: "\E767"; }

.icon-cut:before {
  content: "\E768"; }

.icon-copy:before {
  content: "\E769"; }

.icon-paper-clip:before {
  content: "\E76A"; }

.icon-save:before {
  content: "\E76B"; }

.icon-sign-blank:before {
  content: "\E76C"; }

.icon-reorder:before {
  content: "\E76D"; }

.icon-list-ul:before {
  content: "\E76E"; }

.icon-list-ol:before {
  content: "\E76F"; }

.icon-strikethrough:before {
  content: "\E770"; }

.icon-underline:before {
  content: "\E771"; }

.icon-table:before {
  content: "\E772"; }

.icon-magic:before {
  content: "\E773"; }

.icon-truck2:before {
  content: "\E774"; }

.icon-pinterest2:before {
  content: "\E775"; }

.icon-pinterest-sign:before {
  content: "\E776"; }

.icon-google-plus-sign:before {
  content: "\E777"; }

.icon-google-plus:before {
  content: "\E778"; }

.icon-money:before {
  content: "\E779"; }

.icon-caret-down:before {
  content: "\E77A"; }

.icon-caret-up:before {
  content: "\E77B"; }

.icon-caret-left:before {
  content: "\E77C"; }

.icon-caret-right:before {
  content: "\E77D"; }

.icon-columns:before {
  content: "\E77E"; }

.icon-sort:before {
  content: "\E77F"; }

.icon-sort-down:before {
  content: "\E780"; }

.icon-sort-up:before {
  content: "\E781"; }

.icon-envelope-alt:before {
  content: "\E782"; }

.icon-linkedin2:before {
  content: "\E783"; }

.icon-undo:before {
  content: "\E784"; }

.icon-legal:before {
  content: "\E785"; }

.icon-dashboard:before {
  content: "\E786"; }

.icon-comment-alt:before {
  content: "\E787"; }

.icon-comments-alt:before {
  content: "\E788"; }

.icon-bolt2:before {
  content: "\E789"; }

.icon-sitemap:before {
  content: "\E78A"; }

.icon-umbrella:before {
  content: "\E78B"; }

.icon-paste:before {
  content: "\E78C"; }

.icon-lightbulb:before {
  content: "\E78D"; }

.icon-exchange:before {
  content: "\E78E"; }

.icon-cloud-download:before {
  content: "\E78F"; }

.icon-cloud-upload:before {
  content: "\E790"; }

.icon-user-md:before {
  content: "\E791"; }

.icon-stethoscope:before {
  content: "\E792"; }

.icon-suitcase:before {
  content: "\E793"; }

.icon-bell-alt:before {
  content: "\E794"; }

.icon-coffee2:before {
  content: "\E795"; }

.icon-food2:before {
  content: "\E796"; }

.icon-file-alt:before {
  content: "\E797"; }

.icon-building:before {
  content: "\E798"; }

.icon-hospital:before {
  content: "\E799"; }

.icon-ambulance:before {
  content: "\E79A"; }

.icon-medkit:before {
  content: "\E79B"; }

.icon-fighter-jet:before {
  content: "\E79C"; }

.icon-beer:before {
  content: "\E79D"; }

.icon-h-sign:before {
  content: "\E79E"; }

.icon-plus-sign2:before {
  content: "\E79F"; }

.icon-double-angle-left:before {
  content: "\E7A0"; }

.icon-double-angle-right:before {
  content: "\E7A1"; }

.icon-double-angle-up:before {
  content: "\E7A2"; }

.icon-double-angle-down:before {
  content: "\E7A3"; }

.icon-angle-left:before {
  content: "\E7A4"; }

.icon-angle-right:before {
  content: "\E7A5"; }

.icon-angle-up:before {
  content: "\E7A6"; }

.icon-angle-down:before {
  content: "\E7A7"; }

.icon-desktop:before {
  content: "\E7A8"; }

.icon-laptop2:before {
  content: "\E7A9"; }

.icon-tablet2:before {
  content: "\E7AA"; }

.icon-mobile:before {
  content: "\E7AB"; }

.icon-circle-blank:before {
  content: "\E7AC"; }

.icon-quote-left:before {
  content: "\E7AD"; }

.icon-quote-right:before {
  content: "\E7AE"; }

.icon-spinner:before {
  content: "\E7AF"; }

.icon-circle:before {
  content: "\E7B0"; }

.icon-reply:before {
  content: "\E7B1"; }

.icon-github-alt:before {
  content: "\E7B2"; }

.icon-folder-close-alt:before {
  content: "\E7B3"; }

.icon-folder-open-alt:before {
  content: "\E7B4"; }

.icon-expand-alt:before {
  content: "\E7B5"; }

.icon-collapse-alt:before {
  content: "\E7B6"; }

.icon-smile:before {
  content: "\E7B7"; }

.icon-frown:before {
  content: "\E7B8"; }

.icon-meh:before {
  content: "\E7B9"; }

.icon-gamepad:before {
  content: "\E7BA"; }

.icon-keyboard:before {
  content: "\E7BB"; }

.icon-flag-alt:before {
  content: "\E7BC"; }

.icon-flag-checkered:before {
  content: "\E7BD"; }

.icon-terminal:before {
  content: "\E7BE"; }

.icon-code:before {
  content: "\E7BF"; }

.icon-reply-all:before {
  content: "\E7C0"; }

.icon-star-half-full:before {
  content: "\E7C1"; }

.icon-location-arrow:before {
  content: "\E7C2"; }

.icon-crop2:before {
  content: "\E7C3"; }

.icon-code-fork:before {
  content: "\E7C4"; }

.icon-unlink:before {
  content: "\E7C5"; }

.icon-question:before {
  content: "\E7C6"; }

.icon-info:before {
  content: "\E7C7"; }

.icon-exclamation:before {
  content: "\E7C8"; }

.icon-superscript:before {
  content: "\E7C9"; }

.icon-subscript:before {
  content: "\E7CA"; }

.icon-eraser:before {
  content: "\E7CB"; }

.icon-puzzle:before {
  content: "\E7CC"; }

.icon-microphone2:before {
  content: "\E7CD"; }

.icon-microphone-off2:before {
  content: "\E7CE"; }

.icon-shield:before {
  content: "\E7CF"; }

.icon-calendar-empty:before {
  content: "\E7D0"; }

.icon-fire-extinguisher:before {
  content: "\E7D1"; }

.icon-rocket:before {
  content: "\E7D2"; }

.icon-maxcdn:before {
  content: "\E7D3"; }

.icon-chevron-sign-left:before {
  content: "\E7D4"; }

.icon-chevron-sign-right:before {
  content: "\E7D5"; }

.icon-chevron-sign-up:before {
  content: "\E7D6"; }

.icon-chevron-sign-down:before {
  content: "\E7D7"; }

.icon-html52:before {
  content: "\E7D8"; }

.icon-css3:before {
  content: "\E7D9"; }

.icon-anchor:before {
  content: "\E7DA"; }

.icon-unlock-alt:before {
  content: "\E7DB"; }

.icon-bullseye:before {
  content: "\E7DC"; }

.icon-ellipsis-horizontal:before {
  content: "\E7DD"; }

.icon-ellipsis-vertical:before {
  content: "\E7DE"; }

.icon-rss-sign:before {
  content: "\E7DF"; }

.icon-play-sign:before {
  content: "\E7E0"; }

.icon-ticket:before {
  content: "\E7E1"; }

.icon-minus-sign-alt:before {
  content: "\E7E2"; }

.icon-check-minus:before {
  content: "\E7E3"; }

.icon-level-up:before {
  content: "\E7E4"; }

.icon-level-down:before {
  content: "\E7E5"; }

.icon-check-sign:before {
  content: "\E7E6"; }

.icon-edit-sign:before {
  content: "\E7E7"; }

.icon-external-link-sign:before {
  content: "\E7E8"; }

.icon-share-sign:before {
  content: "\E7E9"; }

.icon-compass:before {
  content: "\E7EA"; }

.icon-collapse:before {
  content: "\E7EB"; }

.icon-collapse-top:before {
  content: "\E7EC"; }

.icon-expand:before {
  content: "\E7ED"; }

.icon-euro:before {
  content: "\E7EE"; }

.icon-gbp:before {
  content: "\E7EF"; }

.icon-dollar:before {
  content: "\E7F0"; }

.icon-rupee:before {
  content: "\E7F1"; }

.icon-yen:before {
  content: "\E7F2"; }

.icon-renminbi:before {
  content: "\E7F3"; }

.icon-won:before {
  content: "\E7F4"; }

.icon-bitcoin2:before {
  content: "\E7F5"; }

.icon-file3:before {
  content: "\E7F6"; }

.icon-file-text:before {
  content: "\E7F7"; }

.icon-sort-by-alphabet:before {
  content: "\E7F8"; }

.icon-sort-by-alphabet-alt:before {
  content: "\E7F9"; }

.icon-sort-by-attributes:before {
  content: "\E7FA"; }

.icon-sort-by-attributes-alt:before {
  content: "\E7FB"; }

.icon-sort-by-order:before {
  content: "\E7FC"; }

.icon-sort-by-order-alt:before {
  content: "\E7FD"; }

.icon-thumbs-up2:before {
  content: "\E7FE"; }

.icon-thumbs-down2:before {
  content: "\E7FF"; }

.icon-youtube-sign:before {
  content: "\E800"; }

.icon-youtube2:before {
  content: "\E801"; }

.icon-xing2:before {
  content: "\E802"; }

.icon-xing-sign:before {
  content: "\E803"; }

.icon-youtube-play:before {
  content: "\E804"; }

.icon-dropbox2:before {
  content: "\E805"; }

.icon-stackexchange:before {
  content: "\E806"; }

.icon-instagram2:before {
  content: "\E807"; }

.icon-flickr2:before {
  content: "\E808"; }

.icon-adn:before {
  content: "\E809"; }

.icon-bitbucket2:before {
  content: "\E80A"; }

.icon-bitbucket-sign:before {
  content: "\E80B"; }

.icon-tumblr2:before {
  content: "\E80C"; }

.icon-tumblr-sign:before {
  content: "\E80D"; }

.icon-long-arrow-down:before {
  content: "\E80E"; }

.icon-long-arrow-up:before {
  content: "\E80F"; }

.icon-long-arrow-left:before {
  content: "\E810"; }

.icon-long-arrow-right:before {
  content: "\E811"; }

.icon-apple:before {
  content: "\E812"; }

.icon-windows3:before {
  content: "\E813"; }

.icon-android2:before {
  content: "\E814"; }

.icon-linux:before {
  content: "\E815"; }

.icon-dribbble2:before {
  content: "\E816"; }

.icon-skype2:before {
  content: "\E817"; }

.icon-foursquare2:before {
  content: "\E818"; }

.icon-trello:before {
  content: "\E819"; }

.icon-female:before {
  content: "\E81A"; }

.icon-male:before {
  content: "\E81B"; }

.icon-gittip:before {
  content: "\E81C"; }

.icon-sun2:before {
  content: "\E81D"; }

.icon-moon:before {
  content: "\E81E"; }

.icon-archive2:before {
  content: "\E81F"; }

.icon-bug:before {
  content: "\E820"; }

.icon-renren:before {
  content: "\E821"; }

.icon-weibo2:before {
  content: "\E822"; }

.icon-vk2:before {
  content: "\E823"; }

.icon-line-eye:before {
  content: "\E000"; }

.icon-line-paper-clip:before {
  content: "\E001"; }

.icon-line-mail:before {
  content: "\E002"; }

.icon-line-toggle:before {
  content: "\E003"; }

.icon-line-layout:before {
  content: "\E004"; }

.icon-line-link:before {
  content: "\E005"; }

.icon-line-bell:before {
  content: "\E006"; }

.icon-line-lock:before {
  content: "\E007"; }

.icon-line-unlock:before {
  content: "\E008"; }

.icon-line-ribbon:before {
  content: "\E009"; }

.icon-line-image:before {
  content: "\E010"; }

.icon-line-signal:before {
  content: "\E011"; }

.icon-line-target:before {
  content: "\E012"; }

.icon-line-clipboard:before {
  content: "\E013"; }

.icon-line-clock:before {
  content: "\E014"; }

.icon-line-watch:before {
  content: "\E015"; }

.icon-line-air-play:before {
  content: "\E016"; }

.icon-line-camera:before {
  content: "\E017"; }

.icon-line-video:before {
  content: "\E018"; }

.icon-line-disc:before {
  content: "\E019"; }

.icon-line-printer:before {
  content: "\E020"; }

.icon-line-monitor:before {
  content: "\E021"; }

.icon-line-server:before {
  content: "\E022"; }

.icon-line-cog:before {
  content: "\E023"; }

.icon-line-heart:before {
  content: "\E024"; }

.icon-line-paragraph:before {
  content: "\E025"; }

.icon-line-align-justify:before {
  content: "\E026"; }

.icon-line-align-left:before {
  content: "\E027"; }

.icon-line-align-center:before {
  content: "\E028"; }

.icon-line-align-right:before {
  content: "\E029"; }

.icon-line-book:before {
  content: "\E030"; }

.icon-line-layers:before {
  content: "\E031"; }

.icon-line-stack:before {
  content: "\E032"; }

.icon-line-stack-2:before {
  content: "\E033"; }

.icon-line-paper:before {
  content: "\E034"; }

.icon-line-paper-stack:before {
  content: "\E035"; }

.icon-line-search:before {
  content: "\E036"; }

.icon-line-zoom-in:before {
  content: "\E037"; }

.icon-line-zoom-out:before {
  content: "\E038"; }

.icon-line-reply:before {
  content: "\E039"; }

.icon-line-circle-plus:before {
  content: "\E040"; }

.icon-line-circle-minus:before {
  content: "\E041"; }

.icon-line-circle-check:before {
  content: "\E042"; }

.icon-line-circle-cross:before {
  content: "\E043"; }

.icon-line-square-plus:before {
  content: "\E044"; }

.icon-line-square-minus:before {
  content: "\E045"; }

.icon-line-square-check:before {
  content: "\E046"; }

.icon-line-square-cross:before {
  content: "\E047"; }

.icon-line-microphone:before {
  content: "\E048"; }

.icon-line-record:before {
  content: "\E049"; }

.icon-line-skip-back:before {
  content: "\E050"; }

.icon-line-rewind:before {
  content: "\E051"; }

.icon-line-play:before {
  content: "\E052"; }

.icon-line-pause:before {
  content: "\E053"; }

.icon-line-stop:before {
  content: "\E054"; }

.icon-line-fast-forward:before {
  content: "\E055"; }

.icon-line-skip-forward:before {
  content: "\E056"; }

.icon-line-shuffle:before {
  content: "\E057"; }

.icon-line-repeat:before {
  content: "\E058"; }

.icon-line-folder:before {
  content: "\E059"; }

.icon-line-umbrella:before {
  content: "\E060"; }

.icon-line-moon:before {
  content: "\E061"; }

.icon-line-thermometer:before {
  content: "\E062"; }

.icon-line-drop:before {
  content: "\E063"; }

.icon-line-sun:before {
  content: "\E064"; }

.icon-line-cloud:before {
  content: "\E065"; }

.icon-line-cloud-upload:before {
  content: "\E066"; }

.icon-line-cloud-download:before {
  content: "\E067"; }

.icon-line-upload:before {
  content: "\E068"; }

.icon-line-download:before {
  content: "\E069"; }

.icon-line-location:before {
  content: "\E070"; }

.icon-line-location-2:before {
  content: "\E071"; }

.icon-line-map:before {
  content: "\E072"; }

.icon-line-battery:before {
  content: "\E073"; }

.icon-line-head:before {
  content: "\E074"; }

.icon-line-briefcase:before {
  content: "\E075"; }

.icon-line-speech-bubble:before {
  content: "\E076"; }

.icon-line-anchor:before {
  content: "\E077"; }

.icon-line-globe:before {
  content: "\E078"; }

.icon-line-box:before {
  content: "\E079"; }

.icon-line-reload:before {
  content: "\E080"; }

.icon-line-share:before {
  content: "\E081"; }

.icon-line-marquee:before {
  content: "\E082"; }

.icon-line-marquee-plus:before {
  content: "\E083"; }

.icon-line-marquee-minus:before {
  content: "\E084"; }

.icon-line-tag:before {
  content: "\E085"; }

.icon-line-power:before {
  content: "\E086"; }

.icon-line-command:before {
  content: "\E087"; }

.icon-line-alt:before {
  content: "\E088"; }

.icon-line-esc:before {
  content: "\E089"; }

.icon-line-bar-graph:before {
  content: "\E090"; }

.icon-line-bar-graph-2:before {
  content: "\E091"; }

.icon-line-pie-graph:before {
  content: "\E092"; }

.icon-line-star:before {
  content: "\E093"; }

.icon-line-arrow-left:before {
  content: "\E094"; }

.icon-line-arrow-right:before {
  content: "\E095"; }

.icon-line-arrow-up:before {
  content: "\E096"; }

.icon-line-arrow-down:before {
  content: "\E097"; }

.icon-line-volume:before {
  content: "\E098"; }

.icon-line-mute:before {
  content: "\E099"; }

.icon-line-content-right:before {
  content: "\E100"; }

.icon-line-content-left:before {
  content: "\E101"; }

.icon-line-grid:before {
  content: "\E102"; }

.icon-line-grid-2:before {
  content: "\E103"; }

.icon-line-columns:before {
  content: "\E104"; }

.icon-line-loader:before {
  content: "\E105"; }

.icon-line-bag:before {
  content: "\E106"; }

.icon-line-ban:before {
  content: "\E107"; }

.icon-line-flag:before {
  content: "\E108"; }

.icon-line-trash:before {
  content: "\E109"; }

.icon-line-expand:before {
  content: "\E110"; }

.icon-line-contract:before {
  content: "\E111"; }

.icon-line-maximize:before {
  content: "\E112"; }

.icon-line-minimize:before {
  content: "\E113"; }

.icon-line-plus:before {
  content: "\E114"; }

.icon-line-minus:before {
  content: "\E115"; }

.icon-line-check:before {
  content: "\E116"; }

.icon-line-cross:before {
  content: "\E117"; }

.icon-line-move:before {
  content: "\E118"; }

.icon-line-delete:before {
  content: "\E119"; }

.icon-line-menu:before {
  content: "\E120"; }

.icon-line-archive:before {
  content: "\E121"; }

.icon-line-inbox:before {
  content: "\E122"; }

.icon-line-outbox:before {
  content: "\E123"; }

.icon-line-file:before {
  content: "\E124"; }

.icon-line-file-add:before {
  content: "\E125"; }

.icon-line-file-subtract:before {
  content: "\E126"; }

.icon-line-help:before {
  content: "\E127"; }

.icon-line-open:before {
  content: "\E128"; }

.icon-line-ellipsis:before {
  content: "\E129"; }

.icon-line2-user-female:before {
  content: "\E000"; }

.icon-line2-user-follow:before {
  content: "\E002"; }

.icon-line2-user-following:before {
  content: "\E003"; }

.icon-line2-user-unfollow:before {
  content: "\E004"; }

.icon-line2-trophy:before {
  content: "\E006"; }

.icon-line2-screen-smartphone:before {
  content: "\E010"; }

.icon-line2-screen-desktop:before {
  content: "\E011"; }

.icon-line2-plane:before {
  content: "\E012"; }

.icon-line2-notebook:before {
  content: "\E013"; }

.icon-line2-moustache:before {
  content: "\E014"; }

.icon-line2-mouse:before {
  content: "\E015"; }

.icon-line2-magnet:before {
  content: "\E016"; }

.icon-line2-energy:before {
  content: "\E020"; }

.icon-line2-emoticon-smile:before {
  content: "\E021"; }

.icon-line2-disc:before {
  content: "\E022"; }

.icon-line2-cursor-move:before {
  content: "\E023"; }

.icon-line2-crop:before {
  content: "\E024"; }

.icon-line2-credit-card:before {
  content: "\E025"; }

.icon-line2-chemistry:before {
  content: "\E026"; }

.icon-line2-user:before {
  content: "\E005"; }

.icon-line2-speedometer:before {
  content: "\E007"; }

.icon-line2-social-youtube:before {
  content: "\E008"; }

.icon-line2-social-twitter:before {
  content: "\E009"; }

.icon-line2-social-tumblr:before {
  content: "\E00A"; }

.icon-line2-social-facebook:before {
  content: "\E00B"; }

.icon-line2-social-dropbox:before {
  content: "\E00C"; }

.icon-line2-social-dribbble:before {
  content: "\E00D"; }

.icon-line2-shield:before {
  content: "\E00E"; }

.icon-line2-screen-tablet:before {
  content: "\E00F"; }

.icon-line2-magic-wand:before {
  content: "\E017"; }

.icon-line2-hourglass:before {
  content: "\E018"; }

.icon-line2-graduation:before {
  content: "\E019"; }

.icon-line2-ghost:before {
  content: "\E01A"; }

.icon-line2-game-controller:before {
  content: "\E01B"; }

.icon-line2-fire:before {
  content: "\E01C"; }

.icon-line2-eyeglasses:before {
  content: "\E01D"; }

.icon-line2-envelope-open:before {
  content: "\E01E"; }

.icon-line2-envelope-letter:before {
  content: "\E01F"; }

.icon-line2-bell:before {
  content: "\E027"; }

.icon-line2-badge:before {
  content: "\E028"; }

.icon-line2-anchor:before {
  content: "\E029"; }

.icon-line2-wallet:before {
  content: "\E02A"; }

.icon-line2-vector:before {
  content: "\E02B"; }

.icon-line2-speech:before {
  content: "\E02C"; }

.icon-line2-puzzle:before {
  content: "\E02D"; }

.icon-line2-printer:before {
  content: "\E02E"; }

.icon-line2-present:before {
  content: "\E02F"; }

.icon-line2-playlist:before {
  content: "\E030"; }

.icon-line2-pin:before {
  content: "\E031"; }

.icon-line2-picture:before {
  content: "\E032"; }

.icon-line2-map:before {
  content: "\E033"; }

.icon-line2-layers:before {
  content: "\E034"; }

.icon-line2-handbag:before {
  content: "\E035"; }

.icon-line2-globe-alt:before {
  content: "\E036"; }

.icon-line2-globe:before {
  content: "\E037"; }

.icon-line2-frame:before {
  content: "\E038"; }

.icon-line2-folder-alt:before {
  content: "\E039"; }

.icon-line2-film:before {
  content: "\E03A"; }

.icon-line2-feed:before {
  content: "\E03B"; }

.icon-line2-earphones-alt:before {
  content: "\E03C"; }

.icon-line2-earphones:before {
  content: "\E03D"; }

.icon-line2-drop:before {
  content: "\E03E"; }

.icon-line2-drawer:before {
  content: "\E03F"; }

.icon-line2-docs:before {
  content: "\E040"; }

.icon-line2-directions:before {
  content: "\E041"; }

.icon-line2-direction:before {
  content: "\E042"; }

.icon-line2-diamond:before {
  content: "\E043"; }

.icon-line2-cup:before {
  content: "\E044"; }

.icon-line2-compass:before {
  content: "\E045"; }

.icon-line2-call-out:before {
  content: "\E046"; }

.icon-line2-call-in:before {
  content: "\E047"; }

.icon-line2-call-end:before {
  content: "\E048"; }

.icon-line2-calculator:before {
  content: "\E049"; }

.icon-line2-bubbles:before {
  content: "\E04A"; }

.icon-line2-briefcase:before {
  content: "\E04B"; }

.icon-line2-book-open:before {
  content: "\E04C"; }

.icon-line2-basket-loaded:before {
  content: "\E04D"; }

.icon-line2-basket:before {
  content: "\E04E"; }

.icon-line2-bag:before {
  content: "\E04F"; }

.icon-line2-action-undo:before {
  content: "\E050"; }

.icon-line2-action-redo:before {
  content: "\E051"; }

.icon-line2-wrench:before {
  content: "\E052"; }

.icon-line2-umbrella:before {
  content: "\E053"; }

.icon-line2-trash:before {
  content: "\E054"; }

.icon-line2-tag:before {
  content: "\E055"; }

.icon-line2-support:before {
  content: "\E056"; }

.icon-line2-size-fullscreen:before {
  content: "\E057"; }

.icon-line2-size-actual:before {
  content: "\E058"; }

.icon-line2-shuffle:before {
  content: "\E059"; }

.icon-line2-share-alt:before {
  content: "\E05A"; }

.icon-line2-share:before {
  content: "\E05B"; }

.icon-line2-rocket:before {
  content: "\E05C"; }

.icon-line2-question:before {
  content: "\E05D"; }

.icon-line2-pie-chart:before {
  content: "\E05E"; }

.icon-line2-pencil:before {
  content: "\E05F"; }

.icon-line2-note:before {
  content: "\E060"; }

.icon-line2-music-tone-alt:before {
  content: "\E061"; }

.icon-line2-music-tone:before {
  content: "\E062"; }

.icon-line2-microphone:before {
  content: "\E063"; }

.icon-line2-loop:before {
  content: "\E064"; }

.icon-line2-logout:before {
  content: "\E065"; }

.icon-line2-login:before {
  content: "\E066"; }

.icon-line2-list:before {
  content: "\E067"; }

.icon-line2-like:before {
  content: "\E068"; }

.icon-line2-home:before {
  content: "\E069"; }

.icon-line2-grid:before {
  content: "\E06A"; }

.icon-line2-graph:before {
  content: "\E06B"; }

.icon-line2-equalizer:before {
  content: "\E06C"; }

.icon-line2-dislike:before {
  content: "\E06D"; }

.icon-line2-cursor:before {
  content: "\E06E"; }

.icon-line2-control-start:before {
  content: "\E06F"; }

.icon-line2-control-rewind:before {
  content: "\E070"; }

.icon-line2-control-play:before {
  content: "\E071"; }

.icon-line2-control-pause:before {
  content: "\E072"; }

.icon-line2-control-forward:before {
  content: "\E073"; }

.icon-line2-control-end:before {
  content: "\E074"; }

.icon-line2-calendar:before {
  content: "\E075"; }

.icon-line2-bulb:before {
  content: "\E076"; }

.icon-line2-bar-chart:before {
  content: "\E077"; }

.icon-line2-arrow-up:before {
  content: "\E078"; }

.icon-line2-arrow-right:before {
  content: "\E079"; }

.icon-line2-arrow-left:before {
  content: "\E07A"; }

.icon-line2-arrow-down:before {
  content: "\E07B"; }

.icon-line2-ban:before {
  content: "\E07C"; }

.icon-line2-bubble:before {
  content: "\E07D"; }

.icon-line2-camcorder:before {
  content: "\E07E"; }

.icon-line2-camera:before {
  content: "\E07F"; }

.icon-line2-check:before {
  content: "\E080"; }

.icon-line2-clock:before {
  content: "\E081"; }

.icon-line2-close:before {
  content: "\E082"; }

.icon-line2-cloud-download:before {
  content: "\E083"; }

.icon-line2-cloud-upload:before {
  content: "\E084"; }

.icon-line2-doc:before {
  content: "\E085"; }

.icon-line2-envelope:before {
  content: "\E086"; }

.icon-line2-eye:before {
  content: "\E087"; }

.icon-line2-flag:before {
  content: "\E088"; }

.icon-line2-folder:before {
  content: "\E089"; }

.icon-line2-heart:before {
  content: "\E08A"; }

.icon-line2-info:before {
  content: "\E08B"; }

.icon-line2-key:before {
  content: "\E08C"; }

.icon-line2-link:before {
  content: "\E08D"; }

.icon-line2-lock:before {
  content: "\E08E"; }

.icon-line2-lock-open:before {
  content: "\E08F"; }

.icon-line2-magnifier:before {
  content: "\E090"; }

.icon-line2-magnifier-add:before {
  content: "\E091"; }

.icon-line2-magnifier-remove:before {
  content: "\E092"; }

.icon-line2-paper-clip:before {
  content: "\E093"; }

.icon-line2-paper-plane:before {
  content: "\E094"; }

.icon-line2-plus:before {
  content: "\E095"; }

.icon-line2-pointer:before {
  content: "\E096"; }

.icon-line2-power:before {
  content: "\E097"; }

.icon-line2-refresh:before {
  content: "\E098"; }

.icon-line2-reload:before {
  content: "\E099"; }

.icon-line2-settings:before {
  content: "\E09A"; }

.icon-line2-star:before {
  content: "\E09B"; }

.icon-line2-symbol-female:before {
  content: "\E09C"; }

.icon-line2-symbol-male:before {
  content: "\E09D"; }

.icon-line2-target:before {
  content: "\E09E"; }

.icon-line2-volume-1:before {
  content: "\E09F"; }

.icon-line2-volume-2:before {
  content: "\E0A0"; }

.icon-line2-volume-off:before {
  content: "\E0A1"; }

.icon-line2-users:before {
  content: "\E001"; }

@font-face {
  font-family: "moreIcon";
  src: url(https://cdn.morehealth.com/website/_next/static/assets/moreIcon-fa1ddde35f506f9e7ccc04d71823be75.eot);
  src: url(https://cdn.morehealth.com/website/_next/static/assets/moreIcon-fa1ddde35f506f9e7ccc04d71823be75.eot?#iefix) format("eot"), url(https://cdn.morehealth.com/website/_next/static/assets/moreIcon-0739f5e49269b0973463cb1c02a8f005.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/moreIcon-39a001f39d8fabe8cac61fc968b95dfc.ttf) format("truetype"), url(https://cdn.morehealth.com/website/_next/static/assets/moreIcon-76b37f0f9d0f2b07cb86125d638e062e.svg#moreIcon) format("svg");
  font-weight: normal;
  font-style: normal; }

.more-icon {
  font-family: "moreIcon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.more-icon.icon-academic:before {
  content: "\EA01"; }

.more-icon.icon-alert:before {
  content: "\EA02"; }

.more-icon.icon-arrow-down:before {
  content: "\EA03"; }

.more-icon.icon-arrow-next:before {
  content: "\EA04"; }

.more-icon.icon-arrow-prev:before {
  content: "\EA05"; }

.more-icon.icon-burger-menu:before {
  content: "\EA06"; }

.more-icon.icon-calender:before {
  content: "\EA07"; }

.more-icon.icon-date-picker:before {
  content: "\EA07"; }

.more-icon.icon-case-study:before {
  content: "\EA08"; }

.more-icon.icon-cases:before {
  content: "\EA09"; }

.more-icon.icon-plan-detail:before {
  content: "\EA09"; }

.more-icon.icon-circle-plus-thin:before {
  content: "\EA0A"; }

.more-icon.icon-circle-plus:before {
  content: "\EA0B"; }

.more-icon.icon-circle:before {
  content: "\EA0C"; }

.more-icon.icon-clock:before {
  content: "\EA0D"; }

.more-icon.icon-co-diagnosis:before {
  content: "\EA0E"; }

.more-icon.icon-comment:before {
  content: "\EA0F"; }

.more-icon.icon-community:before {
  content: "\EA10"; }

.more-icon.icon-employ-info:before {
  content: "\EA10"; }

.more-icon.icon-company-account:before {
  content: "\EA11"; }

.more-icon.icon-company-profile:before {
  content: "\EA12"; }

.more-icon.icon-computer:before {
  content: "\EA13"; }

.more-icon.icon-contact:before {
  content: "\EA14"; }

.more-icon.icon-dashboard:before {
  content: "\EA15"; }

.more-icon.icon-delete:before {
  content: "\EA16"; }

.more-icon.icon-doctor:before {
  content: "\EA17"; }

.more-icon.icon-drug-add:before {
  content: "\EA18"; }

.more-icon.icon-edit:before {
  content: "\EA19"; }

.more-icon.icon-email-reverse:before {
  content: "\EA1A"; }

.more-icon.icon-email:before {
  content: "\EA1B"; }

.more-icon.icon-export:before {
  content: "\EA1C"; }

.more-icon.icon-fax:before {
  content: "\EA1D"; }

.more-icon.icon-file:before {
  content: "\EA1E"; }

.more-icon.icon-gear:before {
  content: "\EA1F"; }

.more-icon.icon-group:before {
  content: "\EA20"; }

.more-icon.icon-help:before {
  content: "\EA21"; }

.more-icon.icon-home:before {
  content: "\EA22"; }

.more-icon.icon-image:before {
  content: "\EA23"; }

.more-icon.icon-invite:before {
  content: "\EA24"; }

.more-icon.icon-journal:before {
  content: "\EA25"; }

.more-icon.icon-lab:before {
  content: "\EA26"; }

.more-icon.icon-member:before {
  content: "\EA27"; }

.more-icon.icon-message:before {
  content: "\EA28"; }

.more-icon.icon-news:before {
  content: "\EA29"; }

.more-icon.icon-note:before {
  content: "\EA2A"; }

.more-icon.icon-party:before {
  content: "\EA2B"; }

.more-icon.icon-pathology:before {
  content: "\EA2C"; }

.more-icon.icon-person:before {
  content: "\EA2D"; }

.more-icon.icon-phone-full:before {
  content: "\EA2E"; }

.more-icon.icon-phone:before {
  content: "\EA2F"; }

.more-icon.icon-quote:before {
  content: "\EA30"; }

.more-icon.icon-radiology:before {
  content: "\EA31"; }

.more-icon.icon-record-alt:before {
  content: "\EA32"; }

.more-icon.icon-record:before {
  content: "\EA33"; }

.more-icon.icon-refresh:before {
  content: "\EA34"; }

.more-icon.icon-remove:before {
  content: "\EA35"; }

.more-icon.icon-reply:before {
  content: "\EA36"; }

.more-icon.icon-resource-center:before {
  content: "\EA37"; }

.more-icon.icon-rx-download:before {
  content: "\EA38"; }

.more-icon.icon-rx-preview:before {
  content: "\EA39"; }

.more-icon.icon-rx-upload:before {
  content: "\EA3A"; }

.more-icon.icon-rx-write:before {
  content: "\EA3B"; }

.more-icon.icon-search:before {
  content: "\EA3C"; }

.more-icon.icon-service:before {
  content: "\EA3D"; }

.more-icon.icon-share:before {
  content: "\EA3E"; }

.more-icon.icon-square-empty:before {
  content: "\EA3F"; }

.more-icon.icon-square-partial:before {
  content: "\EA40"; }

.more-icon.icon-square-yes:before {
  content: "\EA41"; }

.more-icon.icon-star:before {
  content: "\EA42"; }

.more-icon.icon-switch:before {
  content: "\EA43"; }

.more-icon.icon-triangle-down:before {
  content: "\EA44"; }

.more-icon.icon-upload:before {
  content: "\EA45"; }

.more-icon.icon-video:before {
  content: "\EA46"; }

.more-icon.icon-view:before {
  content: "\EA47"; }

.more-icon.icon-yes:before {
  content: "\EA48"; }

/* Webfont: Lato-Black */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Black-d2d9ddbd08ae0ade29cebca9330a05fc.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Black-d2d9ddbd08ae0ade29cebca9330a05fc.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Black-33d5f0d956f3fc30bc51f81047a2c47d.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Black-f80bda6afd19534368443a3d0323a140.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Black-a54bddbc1689d05277d2127f58589917.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-BlackItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BlackItalic-a8642cee117dd62f5e48b1ff0f7db272.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BlackItalic-a8642cee117dd62f5e48b1ff0f7db272.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BlackItalic-0f4fa9755f480e75463e74b3dce5a3ee.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BlackItalic-798eafdd87dc8f3174f76164f0685e02.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BlackItalic-4c66fb2b46d728c2e8d73dff1ea22172.ttf) format("truetype");
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Bold-a2fb219c999a8fa6b95ad7c24890072e.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Bold-a2fb219c999a8fa6b95ad7c24890072e.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Bold-cccb897485813c7c256901dbca54ecf2.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Bold-d878b6c29b10beca227e9eef4246111b.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Bold-5b1b8b856d7a8cb1cb0bae6d0573f2e9.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-BoldItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BoldItalic-7b48d663230528ecb6dbf730251bbe44.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BoldItalic-7b48d663230528ecb6dbf730251bbe44.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BoldItalic-0b6bb6725576b072c5d0b02ecdd1900d.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BoldItalic-9c7e4e9eb485b4a121c760e61bc3707c.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-BoldItalic-71e8fd8ecaf5b352d6bee317985c2ee8.ttf) format("truetype");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Hairline */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Hairline-c27ae7852e3ba0749f095e5a9a78911b.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Hairline-c27ae7852e3ba0749f095e5a9a78911b.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Hairline-ada4458b361d5e72bcbd19da105afdc5.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Hairline-482fe0a9e92d9c5ff7fec117ca54c8ae.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Hairline-5c535860c145cbafff4b17e2bfa865a3.ttf) format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-HairlineItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HairlineItalic-0cf7709b2fb64cc047a2a54b56d79dc6.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HairlineItalic-0cf7709b2fb64cc047a2a54b56d79dc6.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HairlineItalic-d9cf517802956cd88eadcb9158aa6dec.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HairlineItalic-b4da0df63131b83ddeec1febb5b15374.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HairlineItalic-2b4910bf8b75c6b15b7356aa9a3552ff.ttf) format("truetype");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Heavy */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Heavy-b0357e425384d4222769a19587e27867.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Heavy-b0357e425384d4222769a19587e27867.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Heavy-c9cbbdc3762c340d5d37073a54971487.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Heavy-2ce4d82354fdf1be1788c526d94eefc1.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Heavy-72c6dd530f0acc74b5286a7dcfa9e2d8.ttf) format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-HeavyItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HeavyItalic-4c67ae6fdd968642a4add3b760c5e52b.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HeavyItalic-4c67ae6fdd968642a4add3b760c5e52b.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HeavyItalic-46f0461b6e19880fe446f094bbe787f4.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HeavyItalic-38d2399f6c10d8ba1d8d45ba0c440ad5.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-HeavyItalic-4a1d8c14d03979c73781b76904fa95bc.ttf) format("truetype");
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Italic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Italic-0acac3839ae2c89cf8b553c29943fceb.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Italic-0acac3839ae2c89cf8b553c29943fceb.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Italic-4eb103b4d12be57cb1d040ed5e162e9d.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Italic-f28f2d6482446544ef1ea1ccc6dd5892.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Italic-4ffc48d0549568bb624b9ef9c1cf2626.ttf) format("truetype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Light */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Light-4afee4c98483c85a33460792d1f0f6db.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Light-4afee4c98483c85a33460792d1f0f6db.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Light-7244318390cc4d36aac4a613ff42d308.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Light-90301aa07d780a09812229d6375c3b28.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Light-cf44fd55d7045a2378f92f86ddfca3d3.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-LightItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-LightItalic-7be5435e82c853b13cae85af56abf815.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-LightItalic-7be5435e82c853b13cae85af56abf815.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-LightItalic-314210a4825a7cc8ca7db893dfd9d283.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-LightItalic-b55e385f24f0f9f724dac935fe292ecf.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-LightItalic-7865ec9dc1b26d5447c722f5c2023687.ttf) format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Medium */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Medium-cecc32d267ee07ce3413637314b66ca0.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Medium-cecc32d267ee07ce3413637314b66ca0.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Medium-0996d39c4cf5d223a14559dfa37047fd.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Medium-acbd6ecc97c80340e9bf00ea80063234.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Medium-06e1c8dbe641dd9dfa4367dc2a6efb9f.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-MediumItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-MediumItalic-b56b2012c6aa9ad5bd1d901ed8ab0e2d.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-MediumItalic-b56b2012c6aa9ad5bd1d901ed8ab0e2d.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-MediumItalic-4d295621045bd774d4beed9d6d5796e4.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-MediumItalic-aa1a75124661b40a6770dc0d8274ddaa.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-MediumItalic-96f828791c07f91c0aa986e603b3b4d3.ttf) format("truetype");
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Regular-8ab18d934cfa1e51dc8273cd8585387e.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Regular-8ab18d934cfa1e51dc8273cd8585387e.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Regular-bd03a2cc277bbbc338d464e679fe9942.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Regular-27bd77b9162d388cb8d4c4217c7c5e2a.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Regular-6d4e78225df0cfd5fe1bf3e8547fefe4.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Semibold-8bb939ef88123e279c292794c0b23768.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Semibold-8bb939ef88123e279c292794c0b23768.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Semibold-8b4f872c5de19974857328d06d3fe48f.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Semibold-c2b50f4a7d908c8d06f5b05ec135e166.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Semibold-3b0cd7254b3b6ddb8a313d41573fda8b.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-SemiboldItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-SemiboldItalic-82b587d9f743383fb03f94e579d08193.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-SemiboldItalic-82b587d9f743383fb03f94e579d08193.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-SemiboldItalic-80f6811f6c30735dab68a01372d8b78f.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-SemiboldItalic-9fcec04cdba9253e002e740a7cd743fe.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-SemiboldItalic-d5fa302ed37be6c20a884a70850dba22.ttf) format("truetype");
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Thin */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Thin-fe4e34a5b0708ee85231d4b43fa6f2f3.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Thin-fe4e34a5b0708ee85231d4b43fa6f2f3.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Thin-0faa1074c17a74a7f5e32cbe6f9d76f3.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Thin-13fa4c60e0ee7ea5fe2bd84059fb8cac.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-Thin-454421e7b2b8aaee2980346571f86863.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-ThinItalic */
@font-face {
  font-family: 'Lato';
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-ThinItalic-2e89a614a99ac1324dac2d0cd1521be7.eot);
  /* IE9 Compat Modes */
  src: url(https://cdn.morehealth.com/website/_next/static/assets/Lato-ThinItalic-2e89a614a99ac1324dac2d0cd1521be7.eot?#iefix) format("embedded-opentype"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-ThinItalic-880cffe4febaa7476b6aee71db68b7e4.woff2) format("woff2"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-ThinItalic-16d14ad314296a4644d550c8f20bd407.woff) format("woff"), url(https://cdn.morehealth.com/website/_next/static/assets/Lato-ThinItalic-14caa659f6c771d8125c41098035cfcd.ttf) format("truetype");
  font-style: italic;
  font-weight: 200;
  text-rendering: optimizeLegibility; }

.g-mobile-only {
  display: none; }
  @media (max-width: 767.98px) {
    .g-mobile-only {
      display: block; } }

.btn-primary--from--src-bootstrap-morehealth-themescss {
  border-radius: 5px;
  color: white; }

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

hr {
  border: 1px solid rgba(80, 80, 80, 0.5); }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: inherit; }

html, body {
  height: 100%; }

#__next {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .language-zh #__next {
    font-weight: 400; }

small {
  font-size: 12px;
  line-height: 15px;
  display: inline-block; }

.btn--from--src-bootstrap-morehealth-themescss {
  white-space: normal; }

.first--from--src-partial-header-stylesscss {
  display: block;
  margin-right: auto; }
  @media (max-width: 767.98px) {
    .first--from--src-partial-header-stylesscss {
      padding-left: 20px;
      padding-right: 20px; } }

.brand--from--src-partial-header-stylesscss {
  display: block;
  cursor: pointer;
  width: 166px;
  padding: 15px 10px;
  margin-bottom: 40px;
  background: #55c5b6; }
  .brand--from--src-partial-header-stylesscss img {
    width: 100%; }
  @media (min-width: 576px) {
    .brand--from--src-partial-header-stylesscss {
      width: 200px;
      padding: 50px 20px 10px; } }
  @media (min-width: 1470px) {
    .brand--from--src-partial-header-stylesscss {
      width: 310px;
      padding: 50px 20px 10px; } }

.hamburger--from--src-partial-header-stylesscss {
  cursor: pointer; }
  .hamburger--from--src-partial-header-stylesscss svg {
    fill: #55c5b6; }

.navigator--from--src-partial-header-stylesscss {
  display: none; }
  .navigator--from--src-partial-header-stylesscss .title--from--src-partial-header-stylesscss {
    padding: 0 7px;
    font-weight: 600;
    color: #55c5b6; }
    @media (min-width: 1470px) {
      .navigator--from--src-partial-header-stylesscss .title--from--src-partial-header-stylesscss {
        padding: 0 12px; } }
  @media (min-width: 992px) {
    .navigator--from--src-partial-header-stylesscss {
      display: block; } }
  @media (min-width: 1470px) {
    .navigator--from--src-partial-header-stylesscss {
      padding-left: 16px;
      padding-right: 16px; } }
  .navigator--from--src-partial-header-stylesscss.mobile--from--src-partial-header-stylesscss {
    display: block; }
    @media (min-width: 992px) {
      .navigator--from--src-partial-header-stylesscss.mobile--from--src-partial-header-stylesscss {
        display: none; } }

.sep--from--src-partial-header-stylesscss {
  height: 100%;
  border-right: 1px solid #55c5b6; }

.drawer--from--src-partial-drawer-stylesscss {
  position: fixed;
  right: 0;
  top: 100px;
  bottom: 0;
  z-index: 1200;
  width: 300px;
  background: white;
  transform: translateX(100%);
  transition: transform 200ms linear; }
  .drawer--from--src-partial-drawer-stylesscss.enterActive--from--src-partial-drawer-stylesscss {
    transform: translateX(0); }
  .drawer--from--src-partial-drawer-stylesscss.enterDone--from--src-partial-drawer-stylesscss {
    transform: translateX(0); }
  @media (min-width: 992px) {
    .drawer--from--src-partial-drawer-stylesscss {
      display: none; } }

.mask--from--src-partial-drawer-stylesscss {
  position: fixed;
  z-index: 1199;
  top: 100px;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: opacity 200ms linear; }
  .mask--from--src-partial-drawer-stylesscss.enterActive--from--src-partial-drawer-stylesscss {
    opacity: 1; }
  .mask--from--src-partial-drawer-stylesscss.enterDone--from--src-partial-drawer-stylesscss {
    opacity: 1; }
  @media (min-width: 992px) {
    .mask--from--src-partial-drawer-stylesscss {
      display: none; } }

.menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss {
  border-top: 1px solid #f4f4f4; }
  .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .item--from--src-partial-drawer-stylesscss {
    display: flex;
    align-items: center;
    line-height: 40px;
    padding-left: 24px;
    padding-right: 34px;
    cursor: pointer;
    border-bottom: 1px solid #f4f4f4; }
    .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .item--from--src-partial-drawer-stylesscss.level1--from--src-partial-drawer-stylesscss {
      padding-left: 24px; }
    .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .item--from--src-partial-drawer-stylesscss.level2--from--src-partial-drawer-stylesscss {
      padding-left: 48px; }
    .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .item--from--src-partial-drawer-stylesscss .arrow--from--src-partial-drawer-stylesscss {
      width: 20px;
      height: 20px;
      margin-left: auto;
      transition: transform 0.3s ease-out; }
    .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .item--from--src-partial-drawer-stylesscss.open--from--src-partial-drawer-stylesscss .arrow--from--src-partial-drawer-stylesscss {
      transform: rotate(180deg); }
  .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .submenu--from--src-partial-drawer-stylesscss {
    height: auto;
    overflow: hidden; }
  .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .group--from--src-partial-drawer-stylesscss {
    transition: all 0.3s ease-out;
    margin-top: -100%; }
    .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .group--from--src-partial-drawer-stylesscss.enterActive--from--src-partial-drawer-stylesscss {
      margin-top: 0; }
    .menu--from--src-partial-drawer-stylesscss .list--from--src-partial-drawer-stylesscss .group--from--src-partial-drawer-stylesscss.enterDone--from--src-partial-drawer-stylesscss {
      margin-top: 0; }

.menu--from--src-partial-header-menu-stylesscss {
  position: relative;
  cursor: pointer; }
  .menu--from--src-partial-header-menu-stylesscss a {
    color: #55c5b6;
    background: white;
    transition: background-color .3s, color .3s; }
  .menu--from--src-partial-header-menu-stylesscss .bg--from--src-partial-header-menu-stylesscss {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    padding-top: 20px; }
  .menu--from--src-partial-header-menu-stylesscss .sub--from--src-partial-header-menu-stylesscss {
    background: white;
    font-weight: normal;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    min-width: 241px; }
    .menu--from--src-partial-header-menu-stylesscss .sub--from--src-partial-header-menu-stylesscss .item--from--src-partial-header-menu-stylesscss {
      display: block;
      padding: 10px 16px;
      border-bottom: 1px solid rgba(212, 212, 212, 0.5); }
      .menu--from--src-partial-header-menu-stylesscss .sub--from--src-partial-header-menu-stylesscss .item--from--src-partial-header-menu-stylesscss:last-child {
        border-bottom: none; }
    .menu--from--src-partial-header-menu-stylesscss .sub--from--src-partial-header-menu-stylesscss a {
      color: #666666; }
      .menu--from--src-partial-header-menu-stylesscss .sub--from--src-partial-header-menu-stylesscss a:hover {
        color: #55c5b6; }
  .menu--from--src-partial-header-menu-stylesscss:hover .bg--from--src-partial-header-menu-stylesscss {
    display: block; }

.section1--from--src-partial-footer-stylesscss {
  background-color: #f4f4f3;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .section1--from--src-partial-footer-stylesscss {
      padding: 70px 0 77px; } }

.section2--from--src-partial-footer-stylesscss {
  background: #55c5b6;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .section2--from--src-partial-footer-stylesscss {
      padding: 30px 0 20px; } }
  .section2--from--src-partial-footer-stylesscss .footer-logo--from--src-partial-footer-stylesscss {
    width: 250px;
    margin-bottom: 20px; }
  .section2--from--src-partial-footer-stylesscss .slogan--from--src-partial-footer-stylesscss {
    font-size: 14px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .section2--from--src-partial-footer-stylesscss .slogan--from--src-partial-footer-stylesscss {
        margin-top: 20px;
        text-align: right; } }

.footer-list--from--src-partial-footer-stylesscss {
  margin-bottom: 20px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer-list--from--src-partial-footer-stylesscss {
      font-size: 18px; } }
  .footer-list--from--src-partial-footer-stylesscss .title--from--src-partial-footer-stylesscss {
    font-weight: 600;
    color: #55c5b6;
    margin-bottom: 15px; }
  .footer-list--from--src-partial-footer-stylesscss .link--from--src-partial-footer-stylesscss {
    line-height: 1.6; }

.socials--from--src-partial-footer-stylesscss {
  font-size: 15px;
  font-weight: 600;
  color: #55c5b6;
  text-align: left; }
  @media (min-width: 768px) {
    .socials--from--src-partial-footer-stylesscss {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .socials--from--src-partial-footer-stylesscss {
      font-size: 18px;
      text-align: right; } }
  .socials--from--src-partial-footer-stylesscss .title--from--src-partial-footer-stylesscss {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .socials--from--src-partial-footer-stylesscss .title--from--src-partial-footer-stylesscss {
        margin-bottom: 40px; } }
  .socials--from--src-partial-footer-stylesscss svg {
    fill: #55c5b6;
    max-width: 100%;
    max-height: 100%; }
  .socials--from--src-partial-footer-stylesscss .icon-row--from--src-partial-footer-stylesscss {
    display: flex;
    flex-wrap: wrap; }
  .socials--from--src-partial-footer-stylesscss .icon-wrap--from--src-partial-footer-stylesscss {
    width: 50%;
    text-align: left; }
    @media (min-width: 768px) {
      .socials--from--src-partial-footer-stylesscss .icon-wrap--from--src-partial-footer-stylesscss {
        text-align: center;
        width: 20%; } }
  .socials--from--src-partial-footer-stylesscss .icon--from--src-partial-footer-stylesscss {
    width: 30px;
    height: 30px;
    margin: 10px 20px; }

.powered--from--src-partial-footer-stylesscss {
  display: flex;
  flex-wrap: wrap;
  color: #555961;
  font-size: 11px; }
  @media (min-width: 768px) {
    .powered--from--src-partial-footer-stylesscss {
      justify-content: flex-end;
      font-size: 16px;
      line-height: 1.6;
      text-align: right; } }

.jurisdiction--from--src-partial-jurisdiction-stylesscss {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: #000;
  position: fixed;
  bottom: 0%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; }
  @media (max-width: 767.98px) {
    .jurisdiction--from--src-partial-jurisdiction-stylesscss {
      height: 200px;
      display: block; } }
  .jurisdiction--from--src-partial-jurisdiction-stylesscss .content--from--src-partial-jurisdiction-stylesscss {
    width: 50%;
    text-align: left; }
    @media (max-width: 767.98px) {
      .jurisdiction--from--src-partial-jurisdiction-stylesscss .content--from--src-partial-jurisdiction-stylesscss {
        width: 80%;
        margin: 0 auto; } }
    .jurisdiction--from--src-partial-jurisdiction-stylesscss .content--from--src-partial-jurisdiction-stylesscss a {
      color: #fff;
      text-decoration: underline; }
  @media (max-width: 767.98px) {
    .jurisdiction--from--src-partial-jurisdiction-stylesscss .button--from--src-partial-jurisdiction-stylesscss {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 10px; } }
  .jurisdiction--from--src-partial-jurisdiction-stylesscss .button--from--src-partial-jurisdiction-stylesscss button {
    margin: 0 5px; }
    @media (max-width: 767.98px) {
      .jurisdiction--from--src-partial-jurisdiction-stylesscss .button--from--src-partial-jurisdiction-stylesscss button {
        display: block;
        margin: 5px;
        width: 80px; } }
  .jurisdiction--from--src-partial-jurisdiction-stylesscss .btn--from--src-partial-jurisdiction-stylesscss {
    background-color: #55c5b6;
    border: #55c5b6; }

.section1--from--pages-blog-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }

.news--from--pages-blog-stylesscss .header--from--pages-blog-stylesscss {
  display: flex; }
  .news--from--pages-blog-stylesscss .header--from--pages-blog-stylesscss .image--from--pages-blog-stylesscss {
    flex: none;
    width: 35%;
    margin-right: 5%; }
  .news--from--pages-blog-stylesscss .header--from--pages-blog-stylesscss .info--from--pages-blog-stylesscss {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .news--from--pages-blog-stylesscss .header--from--pages-blog-stylesscss .title--from--pages-blog-stylesscss {
    font-weight: bold;
    font-size: 20px; }
  .news--from--pages-blog-stylesscss .header--from--pages-blog-stylesscss .meta--from--pages-blog-stylesscss {
    font-size: 14px; }

.news--from--pages-blog-stylesscss .content--from--pages-blog-stylesscss {
  margin-top: 20px;
  margin-bottom: 40px; }
  .news--from--pages-blog-stylesscss .content--from--pages-blog-stylesscss h3 {
    font-size: 20px; }
  .news--from--pages-blog-stylesscss .content--from--pages-blog-stylesscss h2, .news--from--pages-blog-stylesscss .content--from--pages-blog-stylesscss h3, .news--from--pages-blog-stylesscss .content--from--pages-blog-stylesscss p {
    margin-bottom: 30px; }

.news--from--pages-blog-stylesscss .button--from--pages-blog-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 6px 80px;
  font-weight: bold;
  color: white; }
  .news--from--pages-blog-stylesscss .button--from--pages-blog-stylesscss:hover {
    color: white; }

.sideHeader--from--pages-blog-stylesscss {
  padding: 5px 0;
  font-size: 20px;
  color: white;
  background: #55c5b6;
  font-weight: bold;
  text-align: center; }
  .sideHeader--from--pages-blog-stylesscss:not(:first-child) {
    margin-top: 20px; }

.sideBlog--from--pages-blog-stylesscss {
  margin: 10px 0 20px; }
  .sideBlog--from--pages-blog-stylesscss .date--from--pages-blog-stylesscss {
    margin-bottom: 10px; }
  .sideBlog--from--pages-blog-stylesscss .title--from--pages-blog-stylesscss {
    font-weight: bold;
    text-decoration: underline; }

.socialShare--from--pages-blog-stylesscss {
  margin-bottom: 20px; }

.header--from--src-ui-social-share-stylesscss {
  font-size: 80%;
  margin-bottom: 10px; }

.icons--from--src-ui-social-share-stylesscss .button--from--src-ui-social-share-stylesscss {
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden; }

.title--from--pages-brokers-stylesscss {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px; }
  @media (min-width: 1470px) {
    .title--from--pages-brokers-stylesscss {
      font-size: 24px; } }

.button--from--pages-brokers-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 8px 40px;
  font-weight: bold;
  color: white; }
  .button--from--pages-brokers-stylesscss:hover {
    color: white; }

.section1--from--pages-brokers-stylesscss {
  background: #55c5b6;
  color: white; }
  .section1--from--pages-brokers-stylesscss .quote--from--pages-brokers-stylesscss {
    font-size: 24px; }
    @media (min-width: 1470px) {
      .section1--from--pages-brokers-stylesscss .quote--from--pages-brokers-stylesscss {
        font-size: 32px; } }
  .section1--from--pages-brokers-stylesscss .source--from--pages-brokers-stylesscss {
    font-size: 20px; }

.section2--from--pages-brokers-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section2--from--pages-brokers-stylesscss .primary--from--pages-brokers-stylesscss {
    color: #55c5b6; }
  .section2--from--pages-brokers-stylesscss .row1--from--pages-brokers-stylesscss {
    margin-bottom: 40px; }
    .section2--from--pages-brokers-stylesscss .row1--from--pages-brokers-stylesscss .btnGroup--from--pages-brokers-stylesscss {
      display: flex;
      justify-content: space-around; }
      .section2--from--pages-brokers-stylesscss .row1--from--pages-brokers-stylesscss .btnGroup--from--pages-brokers-stylesscss img {
        width: 280px; }
        @media (min-width: 1470px) {
          .section2--from--pages-brokers-stylesscss .row1--from--pages-brokers-stylesscss .btnGroup--from--pages-brokers-stylesscss img {
            width: 320px; } }
  .section2--from--pages-brokers-stylesscss .row2--from--pages-brokers-stylesscss .title--from--pages-brokers-stylesscss {
    text-align: left;
    color: #55c5b6; }
  .section2--from--pages-brokers-stylesscss .row2--from--pages-brokers-stylesscss .image--from--pages-brokers-stylesscss {
    margin: 0 auto; }

.section3--from--pages-brokers-stylesscss {
  margin-top: 40px;
  margin-bottom: 40px; }
  .section3--from--pages-brokers-stylesscss .title--from--pages-brokers-stylesscss .regular--from--pages-brokers-stylesscss {
    font-weight: normal !important; }

.video--from--pages-brokers-stylesscss {
  width: 100%; }

.title--from--pages-covid-19-stylesscss {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold; }
  @media (min-width: 1470px) {
    .title--from--pages-covid-19-stylesscss {
      font-size: 28px; } }

.section--from--pages-covid-19-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }

.assessment--from--pages-covid-19-stylesscss {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center; }
  .assessment--from--pages-covid-19-stylesscss .t--from--pages-covid-19-stylesscss {
    font-size: 24px;
    margin-bottom: 24px; }
  .assessment--from--pages-covid-19-stylesscss .c--from--pages-covid-19-stylesscss {
    margin-bottom: 20px; }
  .assessment--from--pages-covid-19-stylesscss .b--from--pages-covid-19-stylesscss {
    display: inline-block;
    border: 1px solid #55C5B6;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    color: #55c5b6;
    max-width: 230px;
    padding: 8px 20px;
    margin-left: auto;
    margin-right: auto; }

.video-thumbnail--from--pages-covid-19-stylesscss {
  width: 100%; }

.section1--from--pages-employers-stylesscss {
  background: #55c5b6;
  color: #ffffff; }
  .section1--from--pages-employers-stylesscss .quote--from--pages-employers-stylesscss {
    text-align: center;
    font-size: 24px; }
    @media (min-width: 1470px) {
      .section1--from--pages-employers-stylesscss .quote--from--pages-employers-stylesscss {
        font-size: 32px; } }
    .section1--from--pages-employers-stylesscss .quote--from--pages-employers-stylesscss .source--from--pages-employers-stylesscss {
      font-size: 20px; }

.information--from--pages-employers-stylesscss {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .information--from--pages-employers-stylesscss .count--from--pages-employers-stylesscss {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: -2.74px;
    color: #55c5b6;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-employers-stylesscss .count--from--pages-employers-stylesscss {
        font-size: 38px; } }
  .information--from--pages-employers-stylesscss .text--from--pages-employers-stylesscss {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
    color: #4a4f54;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-employers-stylesscss .text--from--pages-employers-stylesscss {
        font-size: 16px; } }
  .information--from--pages-employers-stylesscss .ref--from--pages-employers-stylesscss {
    margin-top: auto;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.92;
    color: #555961;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-employers-stylesscss .ref--from--pages-employers-stylesscss {
        font-size: 12px; } }

.section2--from--pages-employers-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .section2--from--pages-employers-stylesscss {
      padding-top: 50px;
      padding-bottom: 40px; } }

.infoCard--from--pages-employers-stylesscss {
  background: #f4f4f3;
  color: #55c5b6;
  text-align: center; }
  .infoCard--from--pages-employers-stylesscss .icon--from--pages-employers-stylesscss {
    width: 200px;
    margin-bottom: 20px; }
  .infoCard--from--pages-employers-stylesscss .content--from--pages-employers-stylesscss {
    padding: 40px 60px;
    font-weight: bold;
    font-size: 20px; }
    @media (min-width: 768px) {
      .infoCard--from--pages-employers-stylesscss .content--from--pages-employers-stylesscss {
        padding: 40px 60px 60px; } }
    @media (min-width: 1470px) {
      .infoCard--from--pages-employers-stylesscss .content--from--pages-employers-stylesscss {
        padding: 40px 155px 60px; } }
    .infoCard--from--pages-employers-stylesscss .content--from--pages-employers-stylesscss .title--from--pages-employers-stylesscss {
      font-size: 24px;
      margin-bottom: 20px; }
    .infoCard--from--pages-employers-stylesscss .content--from--pages-employers-stylesscss .button--from--pages-employers-stylesscss {
      margin-top: 40px; }
  .infoCard--from--pages-employers-stylesscss .button--from--pages-employers-stylesscss {
    display: inline-block;
    background: #55c5b6;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: normal; }
  .infoCard--from--pages-employers-stylesscss.r--from--pages-employers-stylesscss {
    background: #55c5b6;
    color: white; }
    .infoCard--from--pages-employers-stylesscss.r--from--pages-employers-stylesscss .button--from--pages-employers-stylesscss {
      background: white;
      color: #55c5b6; }

.section4--from--pages-employers-stylesscss {
  padding: 80px 0 60px; }
  .section4--from--pages-employers-stylesscss .flex--from--pages-employers-stylesscss {
    display: flex;
    flex-direction: column; }
  .section4--from--pages-employers-stylesscss .image--from--pages-employers-stylesscss {
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .section4--from--pages-employers-stylesscss .image--from--pages-employers-stylesscss {
        width: 100%;
        margin: auto auto; } }
    @media (min-width: 992px) {
      .section4--from--pages-employers-stylesscss .image--from--pages-employers-stylesscss {
        width: 90%; } }
  .section4--from--pages-employers-stylesscss .title--from--pages-employers-stylesscss {
    color: #55c5b6;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px; }
  .section4--from--pages-employers-stylesscss .content--from--pages-employers-stylesscss {
    font-size: 18px;
    margin-bottom: 30px; }
  .section4--from--pages-employers-stylesscss .button--from--pages-employers-stylesscss {
    display: inline-block;
    background: #55c5b6;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: normal; }

.buttonGroup--from--pages-expert-medical-opinion-stylesscss {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .buttonGroup--from--pages-expert-medical-opinion-stylesscss {
      margin-top: 10px;
      margin-bottom: 30px; } }

.button--from--pages-expert-medical-opinion-stylesscss {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 10px;
  cursor: pointer;
  border: 2px solid #55c5b6;
  color: white;
  border-radius: 6px;
  transition: all .3s ease-out;
  background: #55c5b6; }
  .button--from--pages-expert-medical-opinion-stylesscss .text--from--pages-expert-medical-opinion-stylesscss {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: white; }

.centerWrap--from--pages-expert-medical-opinion-stylesscss {
  display: flex;
  align-items: center;
  justify-content: center; }

.main--from--pages-expert-medical-opinion-stylesscss {
  color: #000;
  padding: 10px 0;
  text-align: center;
  margin: 0px 0 20px; }
  @media (min-width: 768px) {
    .main--from--pages-expert-medical-opinion-stylesscss {
      margin: none; } }
  .main--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .main--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .main--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
        padding: 10px 0;
        font-size: 26px; } }
    @media (min-width: 1470px) {
      .main--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
        font-size: 40px; } }
  .main--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss {
    padding: 10px 10px;
    font-size: 18px; }
    @media (min-width: 576px) {
      .main--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .main--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss {
        font-size: 20px;
        padding: 10px 0%; } }
  .main--from--pages-expert-medical-opinion-stylesscss .highlight--from--pages-expert-medical-opinion-stylesscss {
    color: #55c5b6;
    font-weight: bold; }

.title--from--pages-expert-medical-opinion-stylesscss {
  font-size: 22px;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px) {
    .title--from--pages-expert-medical-opinion-stylesscss {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .title--from--pages-expert-medical-opinion-stylesscss {
      font-size: 22px; } }
  @media (min-width: 1470px) {
    .title--from--pages-expert-medical-opinion-stylesscss {
      font-size: 40px; } }

.section--from--pages-expert-medical-opinion-stylesscss {
  padding-top: 40px;
  color: #000; }
  @media (max-width: 767.98px) {
    .section--from--pages-expert-medical-opinion-stylesscss {
      padding-top: 20px; } }
  .section--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss {
    padding: 40px 20px;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 576px) {
      .section--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss {
        font-size: 18px;
        padding: 40px 80px; } }
    @media (min-width: 1470px) {
      .section--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss {
        font-size: 20px;
        padding: 40px 19%; } }

@media (max-width: 767.98px) {
  .section--from--pages-expert-medical-opinion-stylesscss,
  .section2--from--pages-expert-medical-opinion-stylesscss,
  .section3--from--pages-expert-medical-opinion-stylesscss,
  .section4--from--pages-expert-medical-opinion-stylesscss {
    border-bottom: #eee solid 1px; } }

.section2--from--pages-expert-medical-opinion-stylesscss {
  text-align: center;
  color: white;
  padding-top: 30px;
  margin-bottom: 40px; }
  .section2--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss {
    padding: 20px 20px 40px;
    font-size: 16px;
    text-align: center; }
    .section2--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss br {
      display: none; }
    @media (min-width: 576px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss {
        font-size: 18px;
        padding: 20px 70px 40px; }
        .section2--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss br {
          display: block; } }
    @media (min-width: 1470px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .paragraph--from--pages-expert-medical-opinion-stylesscss {
        font-size: 20px;
        padding: 20px 19% 40px; } }
  .section2--from--pages-expert-medical-opinion-stylesscss .contain--from--pages-expert-medical-opinion-stylesscss {
    display: flex;
    justify-content: space-around; }
    @media (min-width: 768px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .contain--from--pages-expert-medical-opinion-stylesscss {
        display: block; } }
    .section2--from--pages-expert-medical-opinion-stylesscss .contain--from--pages-expert-medical-opinion-stylesscss .rowline--from--pages-expert-medical-opinion-stylesscss {
      width: 30%; }
      @media (min-width: 768px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .contain--from--pages-expert-medical-opinion-stylesscss .rowline--from--pages-expert-medical-opinion-stylesscss {
          width: 100%; } }
    .section2--from--pages-expert-medical-opinion-stylesscss .contain--from--pages-expert-medical-opinion-stylesscss .rowline--from--pages-expert-medical-opinion-stylesscss:nth-child(2) {
      width: 70%; }
      @media (min-width: 768px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .contain--from--pages-expert-medical-opinion-stylesscss .rowline--from--pages-expert-medical-opinion-stylesscss:nth-child(2) {
          width: 100%; } }
  .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss {
    width: 100%;
    justify-content: space-around;
    display: block; }
    @media (min-width: 768px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss {
        display: flex;
        align-items: center; } }
    .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .imgline--from--pages-expert-medical-opinion-stylesscss {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767.98px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .imgline--from--pages-expert-medical-opinion-stylesscss {
          flex-direction: column; } }
      .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .imgline--from--pages-expert-medical-opinion-stylesscss .icon--from--pages-expert-medical-opinion-stylesscss {
        width: 70px;
        margin: 0 20px; }
        @media (min-width: 768px) {
          .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .imgline--from--pages-expert-medical-opinion-stylesscss .icon--from--pages-expert-medical-opinion-stylesscss {
            width: 100px;
            height: 100px;
            margin: 0 20px; } }
        @media (min-width: 1470px) {
          .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .imgline--from--pages-expert-medical-opinion-stylesscss .icon--from--pages-expert-medical-opinion-stylesscss {
            width: 150px;
            height: 150px; } }
      .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .imgline--from--pages-expert-medical-opinion-stylesscss .display--from--pages-expert-medical-opinion-stylesscss {
        visibility: hidden; }
    .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss {
      position: relative;
      left: 10px; }
      @media (max-width: 767.98px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss {
          left: 0px; } }
      .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss img {
        width: 40px;
        transform: rotate(90deg); }
        @media (min-width: 768px) {
          .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss img {
            width: 80px;
            margin: 10px 0;
            transform: rotate(0deg); } }
        @media (min-width: 1470px) {
          .section2--from--pages-expert-medical-opinion-stylesscss .line--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss img {
            width: 130px; } }
  .section2--from--pages-expert-medical-opinion-stylesscss .listCon--from--pages-expert-medical-opinion-stylesscss {
    display: block;
    height: 107px; }
    @media (min-width: 768px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .listCon--from--pages-expert-medical-opinion-stylesscss {
        height: auto; } }
  .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss {
    display: block; }
    @media (min-width: 768px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss div {
      width: 100%; }
      @media (min-width: 768px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss div {
          width: 20%; } }
    @media (max-width: 991.98px) {
      .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss {
        text-align: center; } }
    .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss {
      position: relative;
      top: -70px;
      left: 170px;
      height: 0; }
      @media (max-width: 991.98px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss {
          display: none; } }
      @media (min-width: 1470px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss {
          top: -80px;
          left: 250px; } }
      .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .arrow--from--pages-expert-medical-opinion-stylesscss img {
        width: 100px; }
    .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
      padding: 0px 0 0 16px;
      font-weight: 500;
      font-size: 16px;
      word-break: keep-all;
      width: 100%;
      text-align: left; }
      @media (min-width: 768px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
          padding: 30px 0 0 16px; } }
      @media (min-width: 1470px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .title--from--pages-expert-medical-opinion-stylesscss {
          font-size: 22px; } }
    .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .text--from--pages-expert-medical-opinion-stylesscss {
      font-size: 14px;
      padding: 10px 16px;
      width: 100%;
      text-align: left; }
      @media (min-width: 1470px) {
        .section2--from--pages-expert-medical-opinion-stylesscss .step--from--pages-expert-medical-opinion-stylesscss .text--from--pages-expert-medical-opinion-stylesscss {
          font-size: 18px; } }

.section3--from--pages-expert-medical-opinion-stylesscss {
  padding-bottom: 40px; }

.section4--from--pages-expert-medical-opinion-stylesscss {
  padding: 40px 0px; }
  @media (min-width: 992px) {
    .section4--from--pages-expert-medical-opinion-stylesscss {
      font-size: 20px; } }
  .section4--from--pages-expert-medical-opinion-stylesscss .list--from--pages-expert-medical-opinion-stylesscss li {
    font-size: 16px; }
  .section4--from--pages-expert-medical-opinion-stylesscss .heading--from--pages-expert-medical-opinion-stylesscss {
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 768px) {
      .section4--from--pages-expert-medical-opinion-stylesscss .heading--from--pages-expert-medical-opinion-stylesscss {
        font-size: 20px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .section4--from--pages-expert-medical-opinion-stylesscss .heading--from--pages-expert-medical-opinion-stylesscss {
        font-size: 26px;
        margin-bottom: 30px; } }
    @media (min-width: 1470px) {
      .section4--from--pages-expert-medical-opinion-stylesscss .heading--from--pages-expert-medical-opinion-stylesscss {
        font-size: 40px;
        margin-bottom: 10px; } }
  @media (min-width: 1470px) {
    .section4--from--pages-expert-medical-opinion-stylesscss ul {
      padding: 10px 10%; } }
  .section4--from--pages-expert-medical-opinion-stylesscss ul li {
    padding: 5px; }
  .section4--from--pages-expert-medical-opinion-stylesscss .text--from--pages-expert-medical-opinion-stylesscss {
    margin-top: 20px;
    text-align: center; }
  .section4--from--pages-expert-medical-opinion-stylesscss .italic--from--pages-expert-medical-opinion-stylesscss {
    font-style: italic;
    color: #55c5b6;
    font-weight: 500; }

.section5--from--pages-expert-medical-opinion-stylesscss img {
  width: 100%; }

@media (min-width: 768px) {
  .main--from--pages-expert-medical-opinion-stylesscss,
  .section--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss,
  .section2--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss {
    font-size: 12px; } }

@media (min-width: 992px) {
  .main--from--pages-expert-medical-opinion-stylesscss,
  .section--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss,
  .section2--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss {
    font-size: 20px; } }

@media (min-width: 1470px) {
  .main--from--pages-expert-medical-opinion-stylesscss,
  .section--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss,
  .section2--from--pages-expert-medical-opinion-stylesscss .content--from--pages-expert-medical-opinion-stylesscss {
    font-size: 24px; } }

.buttonGroup--from--pages-for-kids-stylesscss {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .buttonGroup--from--pages-for-kids-stylesscss {
      margin-top: 10px;
      margin-bottom: 30px; } }

.button--from--pages-for-kids-stylesscss {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 10px;
  cursor: pointer;
  border: 2px solid #55c5b6;
  color: white;
  border-radius: 6px;
  transition: all .3s ease-out;
  background: #55c5b6; }
  .button--from--pages-for-kids-stylesscss .text--from--pages-for-kids-stylesscss {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: white; }

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  text-align: center; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px; } }
  @media (min-width: 1470px) {
    h3 {
      font-size: 40px; } }

@media (min-width: 768px) {
  h4 {
    font-size: 18px; } }

@media (min-width: 992px) {
  h4 {
    font-size: 24px; } }

@media (min-width: 1470px) {
  h4 {
    font-size: 30px; } }

@media (min-width: 768px) {
  h3 p {
    font-size: 16px; } }

@media (min-width: 992px) {
  h3 p {
    font-size: 22px; } }

@media (min-width: 1470px) {
  h3 p {
    font-size: 28px; } }

.centerWrap--from--pages-for-kids-stylesscss {
  display: flex;
  align-items: center;
  justify-content: center; }

.main--from--pages-for-kids-stylesscss {
  color: #000;
  padding: 10px 0;
  text-align: center; }
  .main--from--pages-for-kids-stylesscss .title--from--pages-for-kids-stylesscss {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .main--from--pages-for-kids-stylesscss .title--from--pages-for-kids-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .main--from--pages-for-kids-stylesscss .title--from--pages-for-kids-stylesscss {
        font-size: 26px; } }
    @media (min-width: 1470px) {
      .main--from--pages-for-kids-stylesscss .title--from--pages-for-kids-stylesscss {
        font-size: 40px; } }
  .main--from--pages-for-kids-stylesscss .subtitle--from--pages-for-kids-stylesscss {
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .main--from--pages-for-kids-stylesscss .subtitle--from--pages-for-kids-stylesscss {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .main--from--pages-for-kids-stylesscss .subtitle--from--pages-for-kids-stylesscss {
        font-size: 22px; } }
    @media (min-width: 1470px) {
      .main--from--pages-for-kids-stylesscss .subtitle--from--pages-for-kids-stylesscss {
        font-size: 32px; } }
  .main--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
    padding: 10px 10px;
    font-size: 18px; }
    @media (min-width: 576px) {
      .main--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .main--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
        font-size: 20px;
        padding: 10px 0%; } }
  .main--from--pages-for-kids-stylesscss .highlight--from--pages-for-kids-stylesscss {
    color: #55c5b6;
    font-weight: bold; }

@media (min-width: 768px) {
  .main--from--pages-for-kids-stylesscss,
  .section--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss,
  .section2--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
    font-size: 12px; } }

@media (min-width: 992px) {
  .main--from--pages-for-kids-stylesscss,
  .section--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss,
  .section2--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
    font-size: 20px; } }

@media (min-width: 1470px) {
  .main--from--pages-for-kids-stylesscss,
  .section--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss,
  .section2--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
    font-size: 24px; } }

.section--from--pages-for-kids-stylesscss {
  padding-top: 40px; }
  @media (max-width: 767.98px) {
    .section--from--pages-for-kids-stylesscss {
      padding-top: 20px; } }
  .section--from--pages-for-kids-stylesscss .paragraph--from--pages-for-kids-stylesscss {
    padding: 40px 20px;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 576px) {
      .section--from--pages-for-kids-stylesscss .paragraph--from--pages-for-kids-stylesscss {
        font-size: 18px;
        padding: 40px 80px; } }
    @media (min-width: 1470px) {
      .section--from--pages-for-kids-stylesscss .paragraph--from--pages-for-kids-stylesscss {
        font-size: 20px;
        padding: 40px 19%; } }
  @media (max-width: 575.98px) {
    .section--from--pages-for-kids-stylesscss .br--from--pages-for-kids-stylesscss {
      display: none; } }

.section2--from--pages-for-kids-stylesscss {
  padding: 0px 0 80px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .section2--from--pages-for-kids-stylesscss {
      padding: 20px 0;
      background: none; } }
  .section2--from--pages-for-kids-stylesscss .paragraph--from--pages-for-kids-stylesscss {
    padding: 0px 20px;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 576px) {
      .section2--from--pages-for-kids-stylesscss .paragraph--from--pages-for-kids-stylesscss {
        font-size: 18px;
        padding: 0px 80px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-for-kids-stylesscss .paragraph--from--pages-for-kids-stylesscss {
        font-size: 20px;
        padding: 0px 19%; } }
  .section2--from--pages-for-kids-stylesscss .card--from--pages-for-kids-stylesscss {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .section2--from--pages-for-kids-stylesscss .card--from--pages-for-kids-stylesscss {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section2--from--pages-for-kids-stylesscss .card--from--pages-for-kids-stylesscss {
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-for-kids-stylesscss .card--from--pages-for-kids-stylesscss {
        font-size: 22px; } }
    .section2--from--pages-for-kids-stylesscss .card--from--pages-for-kids-stylesscss img {
      width: 100px;
      margin: 25px 0 20px; }

.section3--from--pages-for-kids-stylesscss h3 {
  margin: 0px 0 20px; }

.section3--from--pages-for-kids-stylesscss p {
  font-size: 18px; }
  @media (min-width: 768px) {
    .section3--from--pages-for-kids-stylesscss p {
      padding: 0 5px;
      font-size: 13px; } }
  @media (min-width: 992px) {
    .section3--from--pages-for-kids-stylesscss p {
      padding: 0 5px;
      font-size: 16px; } }
  @media (min-width: 1470px) {
    .section3--from--pages-for-kids-stylesscss p {
      padding: 10px 75px;
      font-size: 22px; } }

.section3--from--pages-for-kids-stylesscss p:nth-child(2) {
  margin-bottom: 10px; }

.section4--from--pages-for-kids-stylesscss {
  padding: 40px 0; }
  .section4--from--pages-for-kids-stylesscss p {
    margin: 10px 0; }
  .section4--from--pages-for-kids-stylesscss .list--from--pages-for-kids-stylesscss {
    display: flex;
    justify-content: center; }
  .section4--from--pages-for-kids-stylesscss ol {
    text-align: left;
    margin: 0 auto 40px; }
    .section4--from--pages-for-kids-stylesscss ol li {
      margin: 15px 0; }
  .section4--from--pages-for-kids-stylesscss i {
    font-size: 18px;
    font-weight: 400;
    color: #55c5b6; }
    @media (min-width: 768px) {
      .section4--from--pages-for-kids-stylesscss i {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section4--from--pages-for-kids-stylesscss i {
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .section4--from--pages-for-kids-stylesscss i {
        font-size: 22px; } }

.section5--from--pages-for-kids-stylesscss {
  padding: 40px 0; }
  .section5--from--pages-for-kids-stylesscss .content--from--pages-for-kids-stylesscss {
    text-align: center;
    font-size: 18px;
    margin: 20px 0; }

.primary--from--pages-forkids-stylesscss {
  color: #55c5b6; }

.center--from--pages-forkids-stylesscss {
  text-align: center; }

.title--from--pages-forkids-stylesscss {
  font-weight: bold;
  text-align: center;
  color: black;
  font-size: 22px;
  margin-bottom: 40px; }
  @media (min-width: 1470px) {
    .title--from--pages-forkids-stylesscss {
      font-size: 24px; } }

.heading--from--pages-forkids-stylesscss {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px; }
  @media (min-width: 1470px) {
    .heading--from--pages-forkids-stylesscss {
      font-size: 24px; } }

.button--from--pages-forkids-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 8px 40px;
  font-weight: bold;
  color: white; }
  .button--from--pages-forkids-stylesscss.block--from--pages-forkids-stylesscss {
    display: block; }
  .button--from--pages-forkids-stylesscss:hover {
    color: white; }

.bannerText--from--pages-forkids-stylesscss {
  text-align: center; }
  .bannerText--from--pages-forkids-stylesscss img {
    width: 80%; }

.section--from--pages-forkids-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }

.heading--from--pages-forkids-stylesscss {
  color: #55c5b6;
  font-size: 24px;
  font-weight: 400; }

.hSpread--from--pages-forkids-stylesscss {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.hSpread2--from--pages-forkids-stylesscss {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.image2--from--pages-forkids-stylesscss {
  margin-top: 20px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .image2--from--pages-forkids-stylesscss {
      font-size: 100px; } }
  @media (min-width: 992px) {
    .image2--from--pages-forkids-stylesscss {
      font-size: 120px; } }

.image3--from--pages-forkids-stylesscss {
  margin-top: 20px;
  margin-bottom: 20px; }

.image4--from--pages-forkids-stylesscss {
  margin-top: 20px;
  margin-bottom: 20px; }

.image5--from--pages-forkids-stylesscss {
  margin-bottom: 40px; }

.image6--from--pages-forkids-stylesscss {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 500px;
  max-width: 100%; }
  .image6--from--pages-forkids-stylesscss .clickarea--from--pages-forkids-stylesscss {
    position: absolute;
    display: block; }
    .image6--from--pages-forkids-stylesscss .clickarea--from--pages-forkids-stylesscss.facebook--from--pages-forkids-stylesscss {
      top: 84%;
      bottom: 7%;
      left: 74.5%;
      right: 19.5%; }
    .image6--from--pages-forkids-stylesscss .clickarea--from--pages-forkids-stylesscss.instagram--from--pages-forkids-stylesscss {
      top: 84%;
      bottom: 7%;
      left: 81%;
      right: 12.5%; }

.imageTitle--from--pages-forkids-stylesscss {
  margin-bottom: 10px; }

.testy--from--pages-forkids-stylesscss {
  margin-bottom: 40px; }

.link--from--pages-forkids-stylesscss {
  color: #55c5b6; }

.wrap--from--pages-form-stylesscss {
  position: relative; }
  @media (min-width: 992px) {
    .wrap--from--pages-form-stylesscss .portal--from--pages-form-stylesscss {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; } }
  .wrap--from--pages-form-stylesscss .container--from--pages-form-stylesscss {
    position: relative;
    padding: 0; }
  .wrap--from--pages-form-stylesscss .form--from--pages-form-stylesscss {
    background: #FFFFFF;
    padding: 32px 34px; }
    @media (min-width: 992px) {
      .wrap--from--pages-form-stylesscss .form--from--pages-form-stylesscss {
        z-index: 10;
        position: absolute;
        top: 20px;
        right: 0;
        width: 370px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); } }

.form--from--pages-form-stylesscss .row--from--pages-form-stylesscss {
  margin-left: -5px;
  margin-right: -5px; }

.form--from--pages-form-stylesscss .col--from--pages-form-stylesscss {
  padding-left: 5px;
  padding-right: 5px; }

.form--from--pages-form-stylesscss .heading--from--pages-form-stylesscss {
  font-weight: bold;
  font-size: 18px;
  color: #55c5b6;
  margin-bottom: 20px; }

.form--from--pages-form-stylesscss .label--from--pages-form-stylesscss {
  font-weight: bold;
  font-size: 10px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 2px; }

.form--from--pages-form-stylesscss .sublabel--from--pages-form-stylesscss {
  font-size: 10px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 2px; }

.form--from--pages-form-stylesscss textarea {
  resize: none; }

.form--from--pages-form-stylesscss .button--from--pages-form-stylesscss {
  display: inline-block;
  font-weight: bold;
  background: #55C5B6;
  border-radius: 4px;
  margin: 20px auto 0;
  text-align: center;
  color: white;
  cursor: pointer;
  padding: 6px 33px;
  font-size: 20px;
  border: none;
  outline: none;
  transition: all 2s ease-in-out; }
  .form--from--pages-form-stylesscss .button--from--pages-form-stylesscss:disabled {
    cursor: default;
    background: #8e8e8e; }

.content--from--pages-form-stylesscss {
  margin-top: 40px;
  margin-bottom: 40px; }

.checkmark--from--pages-form-stylesscss {
  width: 30px;
  margin-right: 10px; }
  .checkmark--from--pages-form-stylesscss .path--from--pages-form-stylesscss {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash--from--pages-form-stylesscss 2s ease-in-out;
    -webkit-animation: dash--from--pages-form-stylesscss 2s ease-in-out; }
  .checkmark--from--pages-form-stylesscss .spin--from--pages-form-stylesscss {
    animation: spin--from--pages-form-stylesscss 2s;
    transform-origin: 50% 50%; }

@keyframes dash--from--pages-form-stylesscss {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes spin--from--pages-form-stylesscss {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes text--from--pages-form-stylesscss {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.title--from--pages-hospital-solutions-stylesscss {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px; }
  @media (min-width: 1470px) {
    .title--from--pages-hospital-solutions-stylesscss {
      font-size: 28px; } }

.button--from--pages-hospital-solutions-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 8px 40px;
  font-weight: bold;
  margin: 10px auto 0;
  color: white; }
  .button--from--pages-hospital-solutions-stylesscss:hover {
    color: white; }

.contents--from--pages-hospital-solutions-stylesscss {
  font-size: 20px;
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 1470px) {
    .contents--from--pages-hospital-solutions-stylesscss {
      font-size: 24px; } }

.section1--from--pages-hospital-solutions-stylesscss {
  padding: 70px 0 80px; }
  .section1--from--pages-hospital-solutions-stylesscss .section1Con--from--pages-hospital-solutions-stylesscss {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center; }
  .section1--from--pages-hospital-solutions-stylesscss .content--from--pages-hospital-solutions-stylesscss {
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    margin-bottom: 20px; }
    @media (min-width: 1470px) {
      .section1--from--pages-hospital-solutions-stylesscss .content--from--pages-hospital-solutions-stylesscss {
        margin-bottom: 40px; } }
  .section1--from--pages-hospital-solutions-stylesscss .source--from--pages-hospital-solutions-stylesscss {
    display: flex; }
  .section1--from--pages-hospital-solutions-stylesscss .icon--from--pages-hospital-solutions-stylesscss {
    display: flex;
    justify-content: right; }
    @media (min-width: 576px) {
      .section1--from--pages-hospital-solutions-stylesscss .icon--from--pages-hospital-solutions-stylesscss img {
        height: 380px; } }

.section3--from--pages-hospital-solutions-stylesscss .heading--from--pages-hospital-solutions-stylesscss {
  font-size: 24px;
  font-weight: 500; }
  @media (min-width: 1470px) {
    .section3--from--pages-hospital-solutions-stylesscss .heading--from--pages-hospital-solutions-stylesscss {
      font-size: 28px; } }

.section3--from--pages-hospital-solutions-stylesscss .image--from--pages-hospital-solutions-stylesscss {
  margin: 30px auto 0; }

.section4--from--pages-hospital-solutions-stylesscss {
  font-weight: 300; }
  .section4--from--pages-hospital-solutions-stylesscss p, .section4--from--pages-hospital-solutions-stylesscss ul, .section4--from--pages-hospital-solutions-stylesscss li {
    margin: 0; }
  .section4--from--pages-hospital-solutions-stylesscss .list--from--pages-hospital-solutions-stylesscss {
    height: 100%;
    background-color: #f6f6f6; }
  .section4--from--pages-hospital-solutions-stylesscss .title--from--pages-hospital-solutions-stylesscss {
    margin-bottom: 0; }
    @media (max-width: 1469.98px) {
      .section4--from--pages-hospital-solutions-stylesscss .title--from--pages-hospital-solutions-stylesscss {
        padding: 0 20px; } }
  .section4--from--pages-hospital-solutions-stylesscss .content--from--pages-hospital-solutions-stylesscss {
    width: 80%;
    margin: 20px auto 40px; }
  .section4--from--pages-hospital-solutions-stylesscss .heading--from--pages-hospital-solutions-stylesscss {
    font-weight: 400;
    margin-top: -20px; }
  .section4--from--pages-hospital-solutions-stylesscss ul {
    margin: 10px 10px 10px 0;
    text-align: left;
    font-weight: 400; }
    @media (min-width: 1470px) {
      .section4--from--pages-hospital-solutions-stylesscss ul {
        font-size: 20px; } }

.section2--from--pages-hospital-solutions-stylesscss, .section3--from--pages-hospital-solutions-stylesscss, .section4--from--pages-hospital-solutions-stylesscss, .section5--from--pages-hospital-solutions-stylesscss {
  margin-bottom: 70px;
  text-align: center; }
  @media (min-width: 1470px) {
    .section2--from--pages-hospital-solutions-stylesscss, .section3--from--pages-hospital-solutions-stylesscss, .section4--from--pages-hospital-solutions-stylesscss, .section5--from--pages-hospital-solutions-stylesscss {
      font-size: 24px; } }

.section2--from--pages-hospital-solutions-stylesscss {
  margin-bottom: 80px; }
  .section2--from--pages-hospital-solutions-stylesscss .title--from--pages-hospital-solutions-stylesscss {
    margin-bottom: 0; }
  .section2--from--pages-hospital-solutions-stylesscss .content--from--pages-hospital-solutions-stylesscss {
    font-size: 17px; }
    @media (min-width: 1470px) {
      .section2--from--pages-hospital-solutions-stylesscss .content--from--pages-hospital-solutions-stylesscss {
        font-size: 22px; } }
  .section2--from--pages-hospital-solutions-stylesscss .heading--from--pages-hospital-solutions-stylesscss {
    font-size: 22px;
    font-weight: 400; }
    @media (min-width: 1470px) {
      .section2--from--pages-hospital-solutions-stylesscss .heading--from--pages-hospital-solutions-stylesscss {
        font-size: 28px; } }

.title--from--pages-how-it-works-stylesscss {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px; }
  @media (min-width: 1470px) {
    .title--from--pages-how-it-works-stylesscss {
      font-size: 24px; } }

.button--from--pages-how-it-works-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 6px 40px;
  font-weight: bold;
  color: white; }
  .button--from--pages-how-it-works-stylesscss:hover {
    color: white; }

.section0--from--pages-how-it-works-stylesscss {
  padding: 40px 0 40px; }
  @media (min-width: 992px) {
    .section0--from--pages-how-it-works-stylesscss {
      padding: 60px 0 60px; } }
  .section0--from--pages-how-it-works-stylesscss .row2--from--pages-how-it-works-stylesscss {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .section0--from--pages-how-it-works-stylesscss .row2--from--pages-how-it-works-stylesscss {
        margin-top: 70px; } }
    @media (min-width: 992px) {
      .section0--from--pages-how-it-works-stylesscss .row2--from--pages-how-it-works-stylesscss p {
        margin-bottom: 30px; } }
  .section0--from--pages-how-it-works-stylesscss .row3--from--pages-how-it-works-stylesscss .title--from--pages-how-it-works-stylesscss {
    color: #55c5b6; }
  .section0--from--pages-how-it-works-stylesscss .row3--from--pages-how-it-works-stylesscss .button--from--pages-how-it-works-stylesscss {
    margin: 60px auto 0; }

.section1--from--pages-how-it-works-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section1--from--pages-how-it-works-stylesscss .normal--from--pages-how-it-works-stylesscss {
    font-weight: 300 !important; }
  .section1--from--pages-how-it-works-stylesscss .information--from--pages-how-it-works-stylesscss {
    text-align: center; }
    .section1--from--pages-how-it-works-stylesscss .information--from--pages-how-it-works-stylesscss .count--from--pages-how-it-works-stylesscss {
      font-size: 64px;
      font-weight: 600;
      line-height: 1.21;
      letter-spacing: -2.74px;
      color: #55c5b6;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .section1--from--pages-how-it-works-stylesscss .information--from--pages-how-it-works-stylesscss .count--from--pages-how-it-works-stylesscss {
          font-size: 38px; } }
    .section1--from--pages-how-it-works-stylesscss .information--from--pages-how-it-works-stylesscss .text--from--pages-how-it-works-stylesscss {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.65;
      color: #4a4f54;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .section1--from--pages-how-it-works-stylesscss .information--from--pages-how-it-works-stylesscss .text--from--pages-how-it-works-stylesscss {
          font-size: 16px; } }

.section2--from--pages-how-it-works-stylesscss {
  background: #55c5b6;
  color: white; }
  .section2--from--pages-how-it-works-stylesscss .quote--from--pages-how-it-works-stylesscss {
    font-size: 24px; }
    @media (min-width: 1470px) {
      .section2--from--pages-how-it-works-stylesscss .quote--from--pages-how-it-works-stylesscss {
        font-size: 32px; } }
  .section2--from--pages-how-it-works-stylesscss .source--from--pages-how-it-works-stylesscss {
    font-size: 20px; }

.section3--from--pages-how-it-works-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px; }
  @media (min-width: 1470px) {
    .section3--from--pages-how-it-works-stylesscss {
      font-size: 22px; } }
  .section3--from--pages-how-it-works-stylesscss .row1--from--pages-how-it-works-stylesscss {
    margin-bottom: 60px; }
    .section3--from--pages-how-it-works-stylesscss .row1--from--pages-how-it-works-stylesscss .content--from--pages-how-it-works-stylesscss {
      display: flex;
      flex-direction: column; }
    .section3--from--pages-how-it-works-stylesscss .row1--from--pages-how-it-works-stylesscss .button--from--pages-how-it-works-stylesscss {
      margin-top: auto;
      margin-right: auto; }

.appsection--from--pages-how-it-works-stylesscss {
  margin-bottom: 40px; }
  .appsection--from--pages-how-it-works-stylesscss .appt--from--pages-how-it-works-stylesscss {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px; }
  .appsection--from--pages-how-it-works-stylesscss .buttons--from--pages-how-it-works-stylesscss {
    display: flex;
    flex-direction: column; }
  .appsection--from--pages-how-it-works-stylesscss .btn--from--pages-how-it-works-stylesscss {
    display: block;
    margin: 20px auto;
    max-width: 250px; }

.splash--from--pages-index-stylesscss {
  position: relative;
  font-weight: 400;
  height: 460px;
  padding: 0;
  line-height: 22px;
  background: none; }
  .language-es .splash--from--pages-index-stylesscss {
    padding: 40px 0 0 0; }
    .language-es .splash--from--pages-index-stylesscss hr {
      margin: 12px 0; }
  @media (min-width: 768px) {
    .splash--from--pages-index-stylesscss {
      height: 540px; } }
  @media (min-width: 1470px) {
    .splash--from--pages-index-stylesscss {
      height: 720px; } }

.slider--from--pages-index-stylesscss {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: none;
  width: 100%; }
  @media (max-width: 575.98px) {
    .slider--from--pages-index-stylesscss {
      height: 460px; } }
  @media (min-width: 768px) {
    .slider--from--pages-index-stylesscss {
      height: 540px; } }
  @media (min-width: 1470px) {
    .slider--from--pages-index-stylesscss {
      height: 720px; } }

.select-the--from--pages-index-stylesscss {
  font-style: italic; }
  @media (max-width: 767.98px) {
    .select-the--from--pages-index-stylesscss {
      text-align: center;
      display: inline-block; } }

.banner--from--pages-index-stylesscss {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .banner--from--pages-index-stylesscss {
      font-size: 18px;
      padding: 17px 0;
      margin-bottom: 30px; } }
  .banner--from--pages-index-stylesscss .button--from--pages-index-stylesscss {
    display: inline-block;
    font-weight: bold;
    border-radius: 17.5px;
    border: solid 1.4px rgba(85, 197, 182, 0.5);
    margin-right: 36px;
    padding: 5px 40px;
    color: #55c5b6; }
    @media (max-width: 767.98px) {
      .banner--from--pages-index-stylesscss .button--from--pages-index-stylesscss {
        display: block;
        width: 140px;
        padding: 6px 28px;
        font-size: 16px;
        margin: 0 auto; } }

.information--from--pages-index-stylesscss {
  text-align: center; }
  .information--from--pages-index-stylesscss .count--from--pages-index-stylesscss {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: -2.74px;
    color: #55c5b6;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-index-stylesscss .count--from--pages-index-stylesscss {
        font-size: 38px; } }
  .information--from--pages-index-stylesscss .title1--from--pages-index-stylesscss {
    font-size: 30px;
    font-weight: 600;
    color: #55c5b6;
    margin-bottom: 10px;
    padding-top: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-index-stylesscss .title1--from--pages-index-stylesscss {
        font-size: 24px; } }
  .information--from--pages-index-stylesscss .text--from--pages-index-stylesscss {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
    color: #4a4f54;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-index-stylesscss .text--from--pages-index-stylesscss {
        font-size: 16px; } }
  .information--from--pages-index-stylesscss .ref--from--pages-index-stylesscss {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.92;
    color: #555961;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .information--from--pages-index-stylesscss .ref--from--pages-index-stylesscss {
        font-size: 12px; } }

.section--from--pages-index-stylesscss {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .section--from--pages-index-stylesscss {
      margin-bottom: 100px; } }
  .section--from--pages-index-stylesscss .title--from--pages-index-stylesscss {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #55c5b6;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .section--from--pages-index-stylesscss .title--from--pages-index-stylesscss {
        font-size: 24px;
        margin-bottom: 60px; } }
    @media (min-width: 1470px) {
      .section--from--pages-index-stylesscss .title--from--pages-index-stylesscss {
        font-size: 32px;
        margin-bottom: 60px; } }

.sectionMap--from--pages-index-stylesscss {
  margin-top: 20px;
  padding: 0; }
  @media (min-width: 768px) {
    .sectionMap--from--pages-index-stylesscss {
      margin-bottom: 60px;
      padding: 0; } }
  .sectionMap--from--pages-index-stylesscss .title--from--pages-index-stylesscss {
    margin-top: 30px; }

.flipper--from--pages-index-stylesscss {
  height: 195px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .flipper--from--pages-index-stylesscss {
      height: 270px;
      margin-bottom: 0; } }
  @media (min-width: 1470px) {
    .flipper--from--pages-index-stylesscss {
      height: 300px; } }
  .flipper--from--pages-index-stylesscss .first--from--pages-index-stylesscss {
    background-color: #f4f4f3;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #55c5b6;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .flipper--from--pages-index-stylesscss .first--from--pages-index-stylesscss .icon--from--pages-index-stylesscss {
      height: 80px; }
      .flipper--from--pages-index-stylesscss .first--from--pages-index-stylesscss .icon--from--pages-index-stylesscss img {
        height: 100%; }
  .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #55c5b6;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    transition: top .4s;
    padding: 10px;
    color: white; }
    @media (min-width: 768px) {
      .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss {
        padding: 15px 25px; } }
    @media (min-width: 1470px) {
      .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss {
        padding: 25px 45px; } }
    .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .heading--from--pages-index-stylesscss {
      font-size: 14px; }
      @media (min-width: 576px) {
        .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .heading--from--pages-index-stylesscss {
          display: block; } }
      @media (min-width: 768px) {
        .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .heading--from--pages-index-stylesscss {
          font-size: 18px;
          margin-bottom: 20px; } }
      @media (min-width: 1470px) {
        .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .heading--from--pages-index-stylesscss {
          font-size: 20px; } }
    .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .content--from--pages-index-stylesscss {
      display: block;
      margin-top: 5px;
      font-size: 12px;
      hyphens: auto; }
      @media (min-width: 768px) {
        .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .content--from--pages-index-stylesscss {
          display: block;
          font-size: 14px;
          margin-top: 5px; } }
      @media (min-width: 1470px) {
        .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .content--from--pages-index-stylesscss {
          font-size: 16px;
          margin-top: 10px;
          margin-bottom: 10px; } }
    .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .button--from--pages-index-stylesscss {
      display: block;
      border: 1px solid white;
      padding: 3px 10px;
      font-size: 14px;
      border-radius: 8px;
      margin-top: auto;
      margin-bottom: 10px;
      color: inherit; }
      @media (min-width: 768px) {
        .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .button--from--pages-index-stylesscss {
          display: inline-block;
          margin-right: auto; } }
    .flipper--from--pages-index-stylesscss .second--from--pages-index-stylesscss .short--from--pages-index-stylesscss {
      display: none;
      margin-top: 10px;
      font-size: 14px;
      hyphens: auto; }
  .flipper--from--pages-index-stylesscss:hover .second--from--pages-index-stylesscss {
    top: 0; }

.lastBtn--from--pages-index-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 6px 40px;
  font-weight: bold;
  color: white;
  margin-top: 30px; }
  .lastBtn--from--pages-index-stylesscss:hover {
    color: white; }

.img1--from--pages-index-stylesscss {
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden; }

.icon--from--pages-employee-benefits-stylesscss {
  height: 40px; }

.buttonGroup--from--pages-employee-benefits-stylesscss {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .buttonGroup--from--pages-employee-benefits-stylesscss {
      margin-bottom: 20px; } }

.button--from--pages-employee-benefits-stylesscss {
  margin: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #55c5b6;
  border-radius: 6px;
  background: #55c5b6;
  transition: all .3s ease-out; }
  .button--from--pages-employee-benefits-stylesscss .text--from--pages-employee-benefits-stylesscss {
    font-weight: bold;
    font-size: 16px;
    color: white;
    min-width: 160px; }
    @media (max-width: 991.98px) {
      .button--from--pages-employee-benefits-stylesscss .text--from--pages-employee-benefits-stylesscss {
        min-width: 150px; } }

.centerWrap--from--pages-employee-benefits-stylesscss {
  display: flex;
  align-items: center;
  justify-content: center; }

.main--from--pages-employee-benefits-stylesscss {
  color: #000;
  padding: 10px 0;
  text-align: center;
  width: 100%; }
  .main--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .main--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .main--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
        padding: 10px 0;
        font-size: 26px; } }
    @media (min-width: 1470px) {
      .main--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
        font-size: 40px; } }
  .main--from--pages-employee-benefits-stylesscss .content--from--pages-employee-benefits-stylesscss {
    font-size: 18px; }
    @media (min-width: 576px) {
      .main--from--pages-employee-benefits-stylesscss .content--from--pages-employee-benefits-stylesscss {
        font-size: 20px; } }
    @media (min-width: 1470px) {
      .main--from--pages-employee-benefits-stylesscss .content--from--pages-employee-benefits-stylesscss {
        font-size: 24px; } }
  .main--from--pages-employee-benefits-stylesscss .highlight--from--pages-employee-benefits-stylesscss {
    color: #55c5b6;
    font-weight: bold; }

.title--from--pages-employee-benefits-stylesscss {
  font-size: 22px;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px) {
    .title--from--pages-employee-benefits-stylesscss {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .title--from--pages-employee-benefits-stylesscss {
      font-size: 22px; } }
  @media (min-width: 1470px) {
    .title--from--pages-employee-benefits-stylesscss {
      font-size: 40px; } }

.subtitle--from--pages-employee-benefits-stylesscss {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .subtitle--from--pages-employee-benefits-stylesscss {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .subtitle--from--pages-employee-benefits-stylesscss {
      font-size: 18px; } }
  @media (min-width: 1470px) {
    .subtitle--from--pages-employee-benefits-stylesscss {
      font-size: 30px; } }

.card--from--pages-employee-benefits-stylesscss {
  color: #000;
  margin-bottom: 50px; }
  .card--from--pages-employee-benefits-stylesscss .image--from--pages-employee-benefits-stylesscss {
    width: 100%;
    margin-bottom: 20px;
    border: 5px solid #cccccc;
    border-radius: 50px; }
  .card--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
    font-size: 22px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .card--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .card--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
        font-size: 22px; } }
    @media (min-width: 1470px) {
      .card--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
        font-size: 40px; } }
  .card--from--pages-employee-benefits-stylesscss .subtitle--from--pages-employee-benefits-stylesscss {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .card--from--pages-employee-benefits-stylesscss .subtitle--from--pages-employee-benefits-stylesscss {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .card--from--pages-employee-benefits-stylesscss .subtitle--from--pages-employee-benefits-stylesscss {
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .card--from--pages-employee-benefits-stylesscss .subtitle--from--pages-employee-benefits-stylesscss {
        font-size: 30px; } }
  .card--from--pages-employee-benefits-stylesscss .content--from--pages-employee-benefits-stylesscss {
    font-size: 18px;
    min-height: 100px; }

.section--from--pages-employee-benefits-stylesscss {
  padding-top: 40px;
  color: #55c5b6; }
  @media (max-width: 767.98px) {
    .section--from--pages-employee-benefits-stylesscss {
      padding-top: 20px; } }
  @media (max-width: 320px) {
    .section--from--pages-employee-benefits-stylesscss .br--from--pages-employee-benefits-stylesscss {
      display: none; } }

@media (max-width: 767.98px) {
  .section--from--pages-employee-benefits-stylesscss, .section3--from--pages-employee-benefits-stylesscss, .section4--from--pages-employee-benefits-stylesscss, .section5--from--pages-employee-benefits-stylesscss {
    border-bottom: #eee solid 1px; } }

.section2--from--pages-employee-benefits-stylesscss {
  font-size: 20px;
  text-align: center;
  color: white;
  padding-top: 30px;
  margin-bottom: 40px; }
  .section2--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
    color: #000;
    font-weight: 500;
    margin: 20px 0 40px; }
    @media (min-width: 768px) {
      .section2--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .section2--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 24px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 40px; } }
  @media (min-width: 768px) {
    .section2--from--pages-employee-benefits-stylesscss {
      margin-top: 40px; } }

.section3--from--pages-employee-benefits-stylesscss {
  text-align: center; }
  @media (min-width: 768px) {
    .section3--from--pages-employee-benefits-stylesscss {
      padding-bottom: 100px; } }
  .section3--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400; }
    @media (min-width: 1470px) {
      .section3--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 40px; } }
  .section3--from--pages-employee-benefits-stylesscss .con--from--pages-employee-benefits-stylesscss {
    font-size: 22px; }
    @media (min-width: 768px) {
      .section3--from--pages-employee-benefits-stylesscss .con--from--pages-employee-benefits-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .section3--from--pages-employee-benefits-stylesscss .con--from--pages-employee-benefits-stylesscss {
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .section3--from--pages-employee-benefits-stylesscss .con--from--pages-employee-benefits-stylesscss {
        font-size: 28px; } }

.section4--from--pages-employee-benefits-stylesscss {
  background: url(https://cdn.morehealth.com/website/_next/static/assets/bg-8618c14e5c35559c3daa2a91563a3e39.png) no-repeat;
  background-size: cover;
  padding: 60px 0px; }
  @media (max-width: 991.98px) {
    .section4--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
      padding-top: 20px; } }
  .section4--from--pages-employee-benefits-stylesscss .line--from--pages-employee-benefits-stylesscss {
    justify-content: space-between; }
  .section4--from--pages-employee-benefits-stylesscss .textCenter--from--pages-employee-benefits-stylesscss {
    max-width: calc(50% - 30px);
    padding: 0; }
    @media (min-width: 1470px) {
      .section4--from--pages-employee-benefits-stylesscss .textCenter--from--pages-employee-benefits-stylesscss {
        max-width: calc(50% - 90px); } }
    @media (max-width: 767.98px) {
      .section4--from--pages-employee-benefits-stylesscss .textCenter--from--pages-employee-benefits-stylesscss {
        max-width: 90%;
        margin: 0 auto; } }
  .section4--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
    color: #000;
    margin-bottom: 30px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .section4--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 20px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .section4--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 26px;
        margin-bottom: 30px; } }
    @media (min-width: 1470px) {
      .section4--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 40px;
        margin-bottom: 40px; } }
  .section4--from--pages-employee-benefits-stylesscss .paragraph--from--pages-employee-benefits-stylesscss {
    min-height: 200px;
    margin-bottom: 20px; }
    .section4--from--pages-employee-benefits-stylesscss .paragraph--from--pages-employee-benefits-stylesscss .title--from--pages-employee-benefits-stylesscss {
      color: #55c5b6;
      font-weight: 400;
      font-size: 19px;
      text-align: left;
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 3px #000 solid; }
    .section4--from--pages-employee-benefits-stylesscss .paragraph--from--pages-employee-benefits-stylesscss .content--from--pages-employee-benefits-stylesscss {
      font-size: 18px;
      text-align: left;
      padding: 0; }
  .section4--from--pages-employee-benefits-stylesscss .buttonGroup--from--pages-employee-benefits-stylesscss {
    text-align: center; }

.section3--from--pages-employee-benefits-stylesscss {
  margin-bottom: 20px; }

.section5--from--pages-employee-benefits-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section5--from--pages-employee-benefits-stylesscss p {
    font-size: 15px; }
    @media (min-width: 768px) {
      .section5--from--pages-employee-benefits-stylesscss p {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .section5--from--pages-employee-benefits-stylesscss p {
        font-size: 16px; } }
    @media (min-width: 1470px) {
      .section5--from--pages-employee-benefits-stylesscss p {
        font-size: 24px; } }
  @media (max-width: 767.98px) {
    .section5--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
      padding-top: 30px; } }
  .section5--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
    font-size: 18px; }
    @media (min-width: 768px) {
      .section5--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 18px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .section5--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 1470px) {
      .section5--from--pages-employee-benefits-stylesscss .heading--from--pages-employee-benefits-stylesscss {
        font-size: 40px;
        margin-bottom: 10px; } }
  .section5--from--pages-employee-benefits-stylesscss .sections--from--pages-employee-benefits-stylesscss {
    margin-bottom: 10px; }

.title--from--pages-self-insured-groups-stylesscss {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1470px) {
    .title--from--pages-self-insured-groups-stylesscss {
      font-size: 24px; } }

.button--from--pages-self-insured-groups-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 8px 40px;
  font-weight: bold;
  color: white; }
  .button--from--pages-self-insured-groups-stylesscss:hover {
    color: white; }

.section1--from--pages-self-insured-groups-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }

.card--from--pages-self-insured-groups-stylesscss {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  height: 100%;
  text-align: center;
  padding: 30px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px; }
  .card--from--pages-self-insured-groups-stylesscss .icon--from--pages-self-insured-groups-stylesscss {
    margin-bottom: 20px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .card--from--pages-self-insured-groups-stylesscss .icon--from--pages-self-insured-groups-stylesscss img {
      height: 100%; }
  .card--from--pages-self-insured-groups-stylesscss .heading--from--pages-self-insured-groups-stylesscss {
    color: #55c5b6;
    font-weight: bold;
    margin-bottom: 20px; }
  .card--from--pages-self-insured-groups-stylesscss .content--from--pages-self-insured-groups-stylesscss {
    font-size: 14px;
    margin-bottom: 20px; }
    @media (min-width: 1470px) {
      .card--from--pages-self-insured-groups-stylesscss .content--from--pages-self-insured-groups-stylesscss {
        font-size: 16px; } }
  .card--from--pages-self-insured-groups-stylesscss .table--from--pages-self-insured-groups-stylesscss {
    text-align: left;
    margin: 0 auto; }
  .card--from--pages-self-insured-groups-stylesscss .source--from--pages-self-insured-groups-stylesscss {
    margin-top: auto;
    font-size: 12px;
    color: #656565; }

.section2--from--pages-self-insured-groups-stylesscss {
  margin-bottom: 40px; }
  .section2--from--pages-self-insured-groups-stylesscss .video--from--pages-self-insured-groups-stylesscss {
    width: 100%; }

.section3--from--pages-self-insured-groups-stylesscss {
  background: #55c5b6;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white; }
  .section3--from--pages-self-insured-groups-stylesscss .image--from--pages-self-insured-groups-stylesscss {
    width: 200px;
    display: block;
    margin: 0 auto 30px; }
  .section3--from--pages-self-insured-groups-stylesscss .button--from--pages-self-insured-groups-stylesscss {
    background: white;
    color: #55c5b6; }
  .section3--from--pages-self-insured-groups-stylesscss .content--from--pages-self-insured-groups-stylesscss {
    font-weight: bold; }
  .section3--from--pages-self-insured-groups-stylesscss .heading--from--pages-self-insured-groups-stylesscss {
    font-size: 24px;
    margin-bottom: 20px; }
  .section3--from--pages-self-insured-groups-stylesscss .item--from--pages-self-insured-groups-stylesscss {
    font-size: 20px;
    display: flex; }
    .section3--from--pages-self-insured-groups-stylesscss .item--from--pages-self-insured-groups-stylesscss:before {
      flex: none;
      content: "\25CF";
      display: block;
      margin-right: 10px; }

.section4--from--pages-self-insured-groups-stylesscss .quote--from--pages-self-insured-groups-stylesscss {
  font-size: 24px; }
  @media (min-width: 1470px) {
    .section4--from--pages-self-insured-groups-stylesscss .quote--from--pages-self-insured-groups-stylesscss {
      font-size: 34px; } }

.section4--from--pages-self-insured-groups-stylesscss .source--from--pages-self-insured-groups-stylesscss {
  font-size: 20px; }

.section5--from--pages-self-insured-groups-stylesscss {
  margin-top: 60px;
  margin-bottom: 80px; }
  .section5--from--pages-self-insured-groups-stylesscss .flex--from--pages-self-insured-groups-stylesscss {
    display: flex;
    flex-direction: column; }
  .section5--from--pages-self-insured-groups-stylesscss .image--from--pages-self-insured-groups-stylesscss {
    overflow: hidden;
    border-radius: 50%;
    width: 90%;
    margin: auto auto; }
  .section5--from--pages-self-insured-groups-stylesscss .heading--from--pages-self-insured-groups-stylesscss {
    color: #55c5b6;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px; }
  .section5--from--pages-self-insured-groups-stylesscss .content--from--pages-self-insured-groups-stylesscss {
    font-size: 18px;
    margin-bottom: 50px; }
  .section5--from--pages-self-insured-groups-stylesscss .button--from--pages-self-insured-groups-stylesscss {
    display: inline-block;
    background: #55c5b6;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: normal; }

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
 {
  /* Auto Height */
  /* 3D Effects */
  /* IE10 Windows Phone 8 Fixes */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */ }
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto; }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .swiper-slide-invisible-blank {
    visibility: hidden; }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto; }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto; }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .swiper-button-lock {
    display: none; }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff; }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform; }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff; }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25); }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff; }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000; }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25); }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000; }
  .swiper-pagination-lock {
    display: none; }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  .swiper-scrollbar-cursor-drag {
    cursor: move; }
  .swiper-scrollbar-lock {
    display: none; }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .swiper-slide-zoomed {
    cursor: move; }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin--from--src-ui-slider-stylesscss {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin--from--src-ui-slider-stylesscss {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-cube {
    overflow: visible; }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }
  .swiper-container-flip {
    overflow: visible; }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }

.swiper-container {
  height: 100%; }

.swiper-pagination {
  position: relative !important;
  display: inline-block;
  margin-left: 15px;
  padding: 0 5px 2px;
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.11);
  background-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .swiper-pagination {
      margin-left: 30px; } }

.swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background: white !important; }

.image--from--src-ui-slider-stylesscss {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center; }

.wrap--from--src-ui-slider-stylesscss {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 140px; }
  @media (max-width: 767.98px) {
    .wrap--from--src-ui-slider-stylesscss {
      bottom: 20px; } }
  @media (min-width: 1470px) {
    .wrap--from--src-ui-slider-stylesscss {
      bottom: 180px; } }

.splash-block--from--src-ui-slider-stylesscss {
  position: relative;
  z-index: 5;
  padding: 50px 15px 70px;
  top: 0;
  line-height: 1.2;
  color: white; }
  @media (min-width: 768px) {
    .splash-block--from--src-ui-slider-stylesscss {
      top: 85px;
      padding: 20px 30px; } }
  @media (min-width: 1470px) {
    .splash-block--from--src-ui-slider-stylesscss {
      top: 225px;
      padding: 20px 30px; } }
  .splash-block--from--src-ui-slider-stylesscss .heading--from--src-ui-slider-stylesscss {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .splash-block--from--src-ui-slider-stylesscss .heading--from--src-ui-slider-stylesscss {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .splash-block--from--src-ui-slider-stylesscss .heading--from--src-ui-slider-stylesscss {
        font-size: 45px; } }
  .splash-block--from--src-ui-slider-stylesscss .content--from--src-ui-slider-stylesscss {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .splash-block--from--src-ui-slider-stylesscss .content--from--src-ui-slider-stylesscss {
        font-size: 22px; } }
    @media (min-width: 992px) {
      .splash-block--from--src-ui-slider-stylesscss .content--from--src-ui-slider-stylesscss {
        font-size: 24px;
        width: 746px; } }
  .splash-block--from--src-ui-slider-stylesscss .button--from--src-ui-slider-stylesscss {
    padding: 8px 20px;
    border-radius: 12px;
    border: solid 1.4px rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2); }
    @media (max-width: 767.98px) {
      .splash-block--from--src-ui-slider-stylesscss .button--from--src-ui-slider-stylesscss {
        font-size: 14px; } }

.splash-block-md--from--src-ui-slider-stylesscss {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0px;
  padding-left: 55px;
  color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 1470px) {
    .splash-block-md--from--src-ui-slider-stylesscss {
      height: 140px;
      padding-left: 65px; } }
  .splash-block-md--from--src-ui-slider-stylesscss .heading--from--src-ui-slider-stylesscss {
    font-size: 34px;
    margin: 18px 0px 12px;
    font-weight: bold; }
    @media (min-width: 1470px) {
      .splash-block-md--from--src-ui-slider-stylesscss .heading--from--src-ui-slider-stylesscss {
        font-size: 44px;
        margin: 36px 0px 20px; } }
  .splash-block-md--from--src-ui-slider-stylesscss .content--from--src-ui-slider-stylesscss {
    font-size: 22px; }
    @media (min-width: 1470px) {
      .splash-block-md--from--src-ui-slider-stylesscss .content--from--src-ui-slider-stylesscss {
        font-size: 28px; } }

.splash--from--src-ui-slider-stylesscss {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.title--from--pages-international-stylesscss {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px; }
  @media (min-width: 1470px) {
    .title--from--pages-international-stylesscss {
      font-size: 24px; } }

.section1--from--pages-international-stylesscss {
  background: #55c5b6;
  color: white;
  padding-top: 46px;
  padding-bottom: 46px; }
  .section1--from--pages-international-stylesscss .quote--from--pages-international-stylesscss {
    padding-top: 20px;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1470px) {
      .section1--from--pages-international-stylesscss .quote--from--pages-international-stylesscss {
        padding-top: 30px;
        font-size: 24px; } }
  .section1--from--pages-international-stylesscss .source--from--pages-international-stylesscss {
    text-align: right; }

.section2--from--pages-international-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px; }
  @media (min-width: 1470px) {
    .section2--from--pages-international-stylesscss {
      font-size: 22px; } }
  .section2--from--pages-international-stylesscss img {
    width: 100%; }
  .section2--from--pages-international-stylesscss .list--from--pages-international-stylesscss {
    padding-left: 0; }
    .section2--from--pages-international-stylesscss .list--from--pages-international-stylesscss li {
      list-style: none; }
      .section2--from--pages-international-stylesscss .list--from--pages-international-stylesscss li:before {
        content: "\25CF";
        margin-right: 10px;
        color: #55c5b6; }
  .section2--from--pages-international-stylesscss .content1--from--pages-international-stylesscss {
    font-weight: bold;
    padding-top: 20px;
    padding-left: 60px; }
    @media (min-width: 1470px) {
      .section2--from--pages-international-stylesscss .content1--from--pages-international-stylesscss {
        padding-top: 40px; } }
  .section2--from--pages-international-stylesscss .row--from--pages-international-stylesscss {
    margin-bottom: 40px; }
  .section2--from--pages-international-stylesscss .content2--from--pages-international-stylesscss {
    display: flex;
    flex-direction: column; }
    .section2--from--pages-international-stylesscss .content2--from--pages-international-stylesscss .button--from--pages-international-stylesscss {
      display: block;
      font-size: 16px;
      background: #55c5b6;
      margin-top: auto;
      border-radius: 6px;
      text-align: center;
      padding: 6px 20px;
      font-weight: bold;
      color: white; }
  .section2--from--pages-international-stylesscss .content3--from--pages-international-stylesscss {
    display: flex;
    flex-direction: column;
    background: #55c5b6;
    color: white;
    padding: 30px 36px 20px; }
    .section2--from--pages-international-stylesscss .content3--from--pages-international-stylesscss .button--from--pages-international-stylesscss {
      display: block;
      font-size: 16px;
      background: white;
      margin-top: auto;
      border-radius: 6px;
      text-align: center;
      padding: 6px 20px;
      font-weight: bold;
      color: #55c5b6; }

.section3--from--pages-international-stylesscss {
  margin-bottom: 40px; }
  .section3--from--pages-international-stylesscss .title--from--pages-international-stylesscss {
    color: #55c5b6; }

.section4--from--pages-international-stylesscss {
  margin-bottom: 40px; }

.source--from--pages-medical-travel-concierge-stylesscss {
  margin-bottom: 20px; }

.button--from--pages-medical-travel-concierge-stylesscss {
  display: inline-block;
  font-size: 16px;
  background: #55c5b6;
  border-radius: 6px;
  text-align: center;
  padding: 8px 25px;
  font-weight: bold;
  margin: 10px auto 0;
  color: white; }
  @media (min-width: 1470px) {
    .button--from--pages-medical-travel-concierge-stylesscss {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    .button--from--pages-medical-travel-concierge-stylesscss {
      margin: 10px auto; } }
  .button--from--pages-medical-travel-concierge-stylesscss:hover {
    color: white; }

h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  text-align: center; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px; } }
  @media (min-width: 1470px) {
    h3 {
      font-size: 40px; } }

@media (min-width: 768px) {
  h4 {
    font-size: 18px; } }

@media (min-width: 992px) {
  h4 {
    font-size: 24px; } }

@media (min-width: 1470px) {
  h4 {
    font-size: 30px; } }

.centerWrap--from--pages-medical-travel-concierge-stylesscss {
  display: flex;
  align-items: center; }

.main--from--pages-medical-travel-concierge-stylesscss {
  color: #000;
  padding: 10px 0;
  text-align: center; }
  .main--from--pages-medical-travel-concierge-stylesscss .title--from--pages-medical-travel-concierge-stylesscss {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .main--from--pages-medical-travel-concierge-stylesscss .title--from--pages-medical-travel-concierge-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .main--from--pages-medical-travel-concierge-stylesscss .title--from--pages-medical-travel-concierge-stylesscss {
        font-size: 26px; } }
    @media (min-width: 1470px) {
      .main--from--pages-medical-travel-concierge-stylesscss .title--from--pages-medical-travel-concierge-stylesscss {
        font-size: 40px; } }
  .main--from--pages-medical-travel-concierge-stylesscss .subtitle--from--pages-medical-travel-concierge-stylesscss {
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .main--from--pages-medical-travel-concierge-stylesscss .subtitle--from--pages-medical-travel-concierge-stylesscss {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .main--from--pages-medical-travel-concierge-stylesscss .subtitle--from--pages-medical-travel-concierge-stylesscss {
        font-size: 22px; } }
    @media (min-width: 1470px) {
      .main--from--pages-medical-travel-concierge-stylesscss .subtitle--from--pages-medical-travel-concierge-stylesscss {
        font-size: 32px; } }
  .main--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
    padding: 10px 0px;
    font-size: 16px; }
    @media (min-width: 576px) {
      .main--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .main--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
        font-size: 16px;
        padding: 5px 2%; } }
    @media (min-width: 992px) {
      .main--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
        font-size: 20px;
        padding: 10px 0; } }
    @media (min-width: 1470px) {
      .main--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
        font-size: 26px;
        padding: 30px 0; } }

.section--from--pages-medical-travel-concierge-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .section--from--pages-medical-travel-concierge-stylesscss {
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .section--from--pages-medical-travel-concierge-stylesscss .image--from--pages-medical-travel-concierge-stylesscss {
      padding: 30px; } }

.section2--from--pages-medical-travel-concierge-stylesscss {
  padding: 80px 0;
  background: url(https://cdn.morehealth.com/website/_next/static/assets/map2-e0fa24e7450d194949d22baae07b7716.png) no-repeat;
  background-size: 100% 100%;
  text-align: center; }
  @media (max-width: 1469.98px) {
    .section2--from--pages-medical-travel-concierge-stylesscss {
      padding: 60px 0; } }
  @media (max-width: 767.98px) {
    .section2--from--pages-medical-travel-concierge-stylesscss {
      padding: 20px 0;
      background: none; } }
  @media (max-width: 767.98px) {
    .section2--from--pages-medical-travel-concierge-stylesscss .card--from--pages-medical-travel-concierge-stylesscss {
      border: 1px solid #ccc;
      border-radius: 30px;
      padding: 30px 20px;
      margin-bottom: 30px; } }
  .section2--from--pages-medical-travel-concierge-stylesscss .heading--from--pages-medical-travel-concierge-stylesscss h4 {
    margin-top: -10px;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .section2--from--pages-medical-travel-concierge-stylesscss .heading--from--pages-medical-travel-concierge-stylesscss h4 {
        margin-top: -40px;
        padding: 0; } }
  @media (max-width: 767.98px) {
    .section2--from--pages-medical-travel-concierge-stylesscss p {
      font-size: 18px; } }
  .section2--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
    font-size: 24px;
    font-weight: 400; }
    @media (min-width: 1470px) {
      .section2--from--pages-medical-travel-concierge-stylesscss .content--from--pages-medical-travel-concierge-stylesscss {
        font-size: 20px; } }
  .section2--from--pages-medical-travel-concierge-stylesscss ul {
    padding-left: 20px; }
    @media (min-width: 1470px) {
      .section2--from--pages-medical-travel-concierge-stylesscss ul {
        padding-left: 80px; } }
  .section2--from--pages-medical-travel-concierge-stylesscss ul, .section2--from--pages-medical-travel-concierge-stylesscss li {
    text-align: left;
    font-weight: 400; }
    @media (min-width: 768px) {
      .section2--from--pages-medical-travel-concierge-stylesscss ul, .section2--from--pages-medical-travel-concierge-stylesscss li {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .section2--from--pages-medical-travel-concierge-stylesscss ul, .section2--from--pages-medical-travel-concierge-stylesscss li {
        font-size: 16px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-medical-travel-concierge-stylesscss ul, .section2--from--pages-medical-travel-concierge-stylesscss li {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .section2--from--pages-medical-travel-concierge-stylesscss ul, .section2--from--pages-medical-travel-concierge-stylesscss li {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0; } }

.section3--from--pages-medical-travel-concierge-stylesscss {
  padding-bottom: 80px; }

.section--from--pages-medical-travel-concierge-stylesscss p, .section3--from--pages-medical-travel-concierge-stylesscss p {
  font-weight: 400; }
  @media (min-width: 768px) {
    .section--from--pages-medical-travel-concierge-stylesscss p, .section3--from--pages-medical-travel-concierge-stylesscss p {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .section--from--pages-medical-travel-concierge-stylesscss p, .section3--from--pages-medical-travel-concierge-stylesscss p {
      font-size: 20px; } }
  @media (min-width: 1470px) {
    .section--from--pages-medical-travel-concierge-stylesscss p, .section3--from--pages-medical-travel-concierge-stylesscss p {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .section--from--pages-medical-travel-concierge-stylesscss p, .section3--from--pages-medical-travel-concierge-stylesscss p {
      font-size: 14px; } }

.buttonGroup--from--pages-mentalhealth-stylesscss {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10px; }
  @media (max-width: 991.98px) {
    .buttonGroup--from--pages-mentalhealth-stylesscss {
      margin-top: 10px;
      margin-bottom: 10px; } }

@media (max-width: 575.98px) {
  .br--from--pages-mentalhealth-stylesscss {
    display: none; } }

@media (max-width: 991.98px) {
  .br--from--pages-mentalhealth-stylesscss {
    display: none; } }

.button--from--pages-mentalhealth-stylesscss {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 10px;
  cursor: pointer;
  border: 2px solid #55c5b6;
  color: white;
  border-radius: 6px;
  transition: all .3s ease-out;
  background: #55c5b6; }
  .button--from--pages-mentalhealth-stylesscss .text--from--pages-mentalhealth-stylesscss {
    font-weight: bold;
    text-align: center;
    color: white; }
    @media (min-width: 768px) {
      .button--from--pages-mentalhealth-stylesscss .text--from--pages-mentalhealth-stylesscss {
        font-size: 12px;
        padding: 3px; } }
    @media (min-width: 992px) {
      .button--from--pages-mentalhealth-stylesscss .text--from--pages-mentalhealth-stylesscss {
        height: auto;
        padding: 10px 10px;
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .button--from--pages-mentalhealth-stylesscss .text--from--pages-mentalhealth-stylesscss {
        height: auto;
        padding: 10px 10px;
        font-size: 18px; } }

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  text-align: center; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px; } }
  @media (min-width: 1470px) {
    h3 {
      font-size: 40px; } }

@media (min-width: 768px) {
  h4 {
    font-size: 18px; } }

@media (min-width: 992px) {
  h4 {
    font-size: 24px; } }

@media (min-width: 1470px) {
  h4 {
    font-size: 30px; } }

@media (min-width: 768px) {
  h3 p {
    font-size: 16px; } }

@media (min-width: 992px) {
  h3 p {
    font-size: 22px; } }

@media (min-width: 1470px) {
  h3 p {
    font-size: 28px; } }

.centerWrap--from--pages-mentalhealth-stylesscss {
  display: flex;
  align-items: center;
  justify-content: center; }

.main--from--pages-mentalhealth-stylesscss {
  color: #000;
  padding: 10px 0;
  text-align: center; }
  .main--from--pages-mentalhealth-stylesscss .title--from--pages-mentalhealth-stylesscss {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .main--from--pages-mentalhealth-stylesscss .title--from--pages-mentalhealth-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .main--from--pages-mentalhealth-stylesscss .title--from--pages-mentalhealth-stylesscss {
        font-size: 26px; } }
    @media (min-width: 1470px) {
      .main--from--pages-mentalhealth-stylesscss .title--from--pages-mentalhealth-stylesscss {
        font-size: 40px; } }
  .main--from--pages-mentalhealth-stylesscss .subtitle--from--pages-mentalhealth-stylesscss {
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .main--from--pages-mentalhealth-stylesscss .subtitle--from--pages-mentalhealth-stylesscss {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .main--from--pages-mentalhealth-stylesscss .subtitle--from--pages-mentalhealth-stylesscss {
        font-size: 22px; } }
    @media (min-width: 1470px) {
      .main--from--pages-mentalhealth-stylesscss .subtitle--from--pages-mentalhealth-stylesscss {
        font-size: 32px; } }
  .main--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
    padding: 10px 10px;
    font-size: 18px; }
    @media (min-width: 576px) {
      .main--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .main--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
        font-size: 20px;
        padding: 10px 0%; } }
  .main--from--pages-mentalhealth-stylesscss .highlight--from--pages-mentalhealth-stylesscss {
    color: #55c5b6;
    font-weight: bold; }

@media (min-width: 768px) {
  .main--from--pages-mentalhealth-stylesscss,
  .section--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss,
  .section2--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
    font-size: 12px; } }

@media (min-width: 992px) {
  .main--from--pages-mentalhealth-stylesscss,
  .section--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss,
  .section2--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
    font-size: 20px; } }

@media (min-width: 1470px) {
  .main--from--pages-mentalhealth-stylesscss,
  .section--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss,
  .section2--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
    font-size: 24px; } }

.section--from--pages-mentalhealth-stylesscss {
  padding-top: 40px; }
  @media (max-width: 767.98px) {
    .section--from--pages-mentalhealth-stylesscss {
      padding-top: 20px; } }
  .section--from--pages-mentalhealth-stylesscss .paragraph--from--pages-mentalhealth-stylesscss {
    margin: 0 auto;
    padding: 20px 0; }
    @media (min-width: 576px) {
      .section--from--pages-mentalhealth-stylesscss .paragraph--from--pages-mentalhealth-stylesscss {
        font-size: 18px;
        padding: 20px 0px; } }
    @media (min-width: 1470px) {
      .section--from--pages-mentalhealth-stylesscss .paragraph--from--pages-mentalhealth-stylesscss {
        font-size: 20px;
        padding: 20px 19%; } }
    .section--from--pages-mentalhealth-stylesscss .paragraph--from--pages-mentalhealth-stylesscss img {
      width: 200px;
      height: auto; }

.section2--from--pages-mentalhealth-stylesscss {
  padding: 0px 0 80px;
  text-align: center; }
  .section2--from--pages-mentalhealth-stylesscss h3 {
    margin: 30px 0; }
    .section2--from--pages-mentalhealth-stylesscss h3 p {
      margin: 10px 0;
      font-weight: 300; }
  @media (max-width: 767.98px) {
    .section2--from--pages-mentalhealth-stylesscss {
      padding: 20px 0;
      background: none; } }
  .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss {
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss {
        font-size: 22px; } }
    .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .icons--from--pages-mentalhealth-stylesscss {
      margin-bottom: 15px;
      width: 100px;
      height: 54px;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      line-height: 54px;
      font-size: 26px;
      border-radius: 10px; }
    .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p {
      font-weight: 300; }
      @media (min-width: 768px) {
        .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p {
          font-size: 10px; } }
      @media (min-width: 992px) {
        .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p {
          font-size: 20px; } }
      @media (min-width: 1470px) {
        .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p {
          font-size: 20px; } }
    @media (min-width: 768px) {
      .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p:nth-child(2) {
        font-size: 10px; } }
    @media (min-width: 992px) {
      .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p:nth-child(2) {
        font-size: 14px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-mentalhealth-stylesscss .card--from--pages-mentalhealth-stylesscss .heading--from--pages-mentalhealth-stylesscss p:nth-child(2) {
        font-size: 14px; } }

.section3--from--pages-mentalhealth-stylesscss .main--from--pages-mentalhealth-stylesscss {
  padding: 0; }

.section3--from--pages-mentalhealth-stylesscss h3 {
  margin: -5px 0 5px; }
  .section3--from--pages-mentalhealth-stylesscss h3 p {
    font-size: 24px;
    margin: 5px 0;
    font-weight: 300; }

.section3--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
  padding: 10px;
  margin: 0px 0 5px; }
  @media (min-width: 992px) {
    .section3--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
      line-height: 120%; } }

.section3--from--pages-mentalhealth-stylesscss .flex--from--pages-mentalhealth-stylesscss {
  display: flex;
  align-items: center;
  justify-content: center; }
  .section3--from--pages-mentalhealth-stylesscss .flex--from--pages-mentalhealth-stylesscss img {
    width: 30px;
    height: 30px; }
  @media (max-width: 767.98px) {
    .section3--from--pages-mentalhealth-stylesscss .flex--from--pages-mentalhealth-stylesscss {
      margin-bottom: 20px; } }

.section4--from--pages-mentalhealth-stylesscss {
  padding: 40px 0px; }
  .section4--from--pages-mentalhealth-stylesscss .list--from--pages-mentalhealth-stylesscss {
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 20px 0; }
  .section4--from--pages-mentalhealth-stylesscss ul {
    grid-template-columns: 2fr 2fr;
    display: grid;
    grid-column-gap: 20px; }

.section5--from--pages-mentalhealth-stylesscss {
  padding: 0px 0px 40px; }
  .section5--from--pages-mentalhealth-stylesscss h3 {
    padding-bottom: 20px; }
  .section5--from--pages-mentalhealth-stylesscss img {
    width: 100%; }
    @media (min-width: 768px) {
      .section5--from--pages-mentalhealth-stylesscss img {
        height: auto; } }
    @media (min-width: 992px) {
      .section5--from--pages-mentalhealth-stylesscss img {
        height: 300px; } }
    @media (min-width: 1470px) {
      .section5--from--pages-mentalhealth-stylesscss img {
        height: 460px; } }
  .section5--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
    text-align: center;
    margin: 20px 0; }
    @media (min-width: 768px) {
      .section5--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .section5--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
        font-size: 20px; } }
    @media (min-width: 1470px) {
      .section5--from--pages-mentalhealth-stylesscss .content--from--pages-mentalhealth-stylesscss {
        font-size: 20px; } }

.landing--from--pages-our-story-stylesscss {
  padding-top: 130px;
  padding-bottom: 130px;
  background: linear-gradient(black, black), url(https://cdn.morehealth.com/website/_next/static/assets/temp1-7083418be480d4df7c4c9f647ebc655f.jpg) 50% 50%;
  background-blend-mode: saturation;
  color: white; }
  .landing--from--pages-our-story-stylesscss .heading--from--pages-our-story-stylesscss {
    color: #55c5b6;
    font-size: 26px;
    margin-bottom: 10px; }
  .landing--from--pages-our-story-stylesscss .text--from--pages-our-story-stylesscss {
    font-size: 20px;
    line-height: 1.5; }

.section--from--pages-our-story-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .section--from--pages-our-story-stylesscss {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .section--from--pages-our-story-stylesscss .quote--from--pages-our-story-stylesscss {
    font-weight: 600;
    font-size: 20px; }
  .section--from--pages-our-story-stylesscss .ref--from--pages-our-story-stylesscss {
    font-weight: normal;
    text-align: right;
    font-size: 16px;
    margin-bottom: 20px; }
  .section--from--pages-our-story-stylesscss .content--from--pages-our-story-stylesscss {
    font-size: 18px; }
  .section--from--pages-our-story-stylesscss .hope--from--pages-our-story-stylesscss {
    margin: 40px auto 0;
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%; }
    .section--from--pages-our-story-stylesscss .hope--from--pages-our-story-stylesscss img {
      width: 100%; }
    @media (min-width: 768px) {
      .section--from--pages-our-story-stylesscss .hope--from--pages-our-story-stylesscss {
        margin-top: 0; } }

.section2--from--pages-our-story-stylesscss {
  color: white;
  font-size: 16px; }
  @media (min-width: 992px) {
    .section2--from--pages-our-story-stylesscss {
      font-size: 18px; } }
  .section2--from--pages-our-story-stylesscss .image--from--pages-our-story-stylesscss {
    max-width: 100%; }
  .section2--from--pages-our-story-stylesscss .content--from--pages-our-story-stylesscss {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #55c5b6; }
    .section2--from--pages-our-story-stylesscss .content--from--pages-our-story-stylesscss .text--from--pages-our-story-stylesscss {
      padding: 10px 20px; }
  .section2--from--pages-our-story-stylesscss .wrap--from--pages-our-story-stylesscss {
    position: relative; }
    .section2--from--pages-our-story-stylesscss .wrap--from--pages-our-story-stylesscss .wm--from--pages-our-story-stylesscss {
      position: absolute;
      color: white;
      font-style: italic;
      bottom: 15px;
      right: 20px;
      text-align: right;
      font-size: 12px; }
      @media (min-width: 1470px) {
        .section2--from--pages-our-story-stylesscss .wrap--from--pages-our-story-stylesscss .wm--from--pages-our-story-stylesscss {
          font-size: 16px;
          bottom: 20px;
          right: 40px; } }

.section3--from--pages-our-story-stylesscss {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section3--from--pages-our-story-stylesscss {
      padding-bottom: 40px; } }
  .section3--from--pages-our-story-stylesscss .heading--from--pages-our-story-stylesscss {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .section3--from--pages-our-story-stylesscss .heading--from--pages-our-story-stylesscss {
        font-size: 20px; } }
  .section3--from--pages-our-story-stylesscss .image--from--pages-our-story-stylesscss {
    text-align: center; }
  .section3--from--pages-our-story-stylesscss img {
    max-width: 100%; }

.button--from--pages-physicians-hospitals-stylesscss {
  display: block;
  font-size: 16px;
  background: #55c5b6;
  margin-top: auto;
  border-radius: 6px;
  text-align: center;
  padding: 6px 40px;
  font-weight: bold;
  color: white; }
  .button--from--pages-physicians-hospitals-stylesscss:hover {
    color: white; }

.title--from--pages-physicians-hospitals-stylesscss {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1470px) {
    .title--from--pages-physicians-hospitals-stylesscss {
      font-size: 24px; } }

ul.list--from--pages-physicians-hospitals-stylesscss li {
  list-style: none; }
  ul.list--from--pages-physicians-hospitals-stylesscss li:before {
    content: "\25CF";
    margin-right: 10px;
    color: #55c5b6; }

.section1--from--pages-physicians-hospitals-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section1--from--pages-physicians-hospitals-stylesscss a {
    color: #55c5b6;
    text-decoration: underline;
    font-weight: bold; }

.section2--from--pages-physicians-hospitals-stylesscss {
  background: #F4F4F3;
  padding-top: 46px;
  padding-bottom: 46px;
  margin-bottom: 40px; }
  .section2--from--pages-physicians-hospitals-stylesscss .quote--from--pages-physicians-hospitals-stylesscss {
    padding-top: 20px;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1470px) {
      .section2--from--pages-physicians-hospitals-stylesscss .quote--from--pages-physicians-hospitals-stylesscss {
        padding-top: 30px;
        font-size: 24px; } }
  .section2--from--pages-physicians-hospitals-stylesscss .source--from--pages-physicians-hospitals-stylesscss {
    text-align: right; }

.section3--from--pages-physicians-hospitals-stylesscss .row1--from--pages-physicians-hospitals-stylesscss {
  margin-bottom: 40px; }

.section3--from--pages-physicians-hospitals-stylesscss .button--from--pages-physicians-hospitals-stylesscss {
  display: inline-block;
  margin: 40px auto 0; }

.section4--from--pages-physicians-hospitals-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .section4--from--pages-physicians-hospitals-stylesscss .title--from--pages-physicians-hospitals-stylesscss {
    color: #55c5b6; }

.section5--from--pages-physicians-hospitals-stylesscss {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .section5--from--pages-physicians-hospitals-stylesscss .content1--from--pages-physicians-hospitals-stylesscss p {
      margin-bottom: 30px; } }
  .section5--from--pages-physicians-hospitals-stylesscss .content1--from--pages-physicians-hospitals-stylesscss ul {
    padding-left: 0; }

.section6--from--pages-physicians-hospitals-stylesscss {
  margin-bottom: 40px; }

.profile--from--pages-physicians-hospitals-stylesscss {
  border-radius: 50%;
  overflow: hidden;
  text-align: center; }

.title-black--from--pages-basicscss {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .title-black--from--pages-basicscss {
      font-size: 22px; } }

.title-white--from--pages-basicscss {
  font-size: 26px;
  color: white;
  font-weight: 400;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .title-white--from--pages-basicscss {
      font-size: 22px; } }

.text-white--from--pages-basicscss {
  color: white; }

.quote--from--pages-basicscss {
  text-align: center;
  width: 80%;
  font-size: 20px;
  margin: 0 auto 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px; }
  @media (max-width: 767.98px) {
    .quote--from--pages-basicscss {
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 5px; } }

.percent-image--from--pages-basicscss {
  width: 75%;
  margin-bottom: 10px; }

.title-black-light--from--pages-basicscss {
  font-size: 36px; }
  @media (max-width: 767.98px) {
    .title-black-light--from--pages-basicscss {
      font-size: 28px; } }

.clear-fix--from--pages-basicscss:before, .clear-fix--from--pages-basicscss:after {
  content: " ";
  display: table; }

.clear-fix--from--pages-basicscss:after {
  clear: both; }

.mobile-only--from--pages-basicscss {
  display: none; }
  @media (max-width: 767.98px) {
    .mobile-only--from--pages-basicscss {
      display: block; } }

.desktop-only--from--pages-basicscss {
  display: block; }
  @media (max-width: 767.98px) {
    .desktop-only--from--pages-basicscss {
      display: none; } }

.section--from--pages-basicscss {
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .section--from--pages-basicscss {
      padding-top: 15px;
      padding-bottom: 15px; } }

@media (max-width: 767.98px) {
  .chart-caption--from--pages-basicscss {
    margin-top: 15px;
    margin-bottom: 15px; } }

.quote-line--from--pages-basicscss {
  width: 50px;
  border-top: 1px solid white;
  margin: 15px auto; }

.quote-name--from--pages-basicscss {
  font-size: 16px;
  font-weight: 400; }

@media (max-width: 767.98px) {
  .mobile-full-width-button--from--pages-basicscss {
    width: 100%; } }

.long-dash--from--pages-basicscss {
  border-top: 1px solid white;
  width: 35px;
  height: 1px;
  position: absolute;
  left: -50px;
  top: 12px; }

.mobile-only {
  display: none; }
  @media (max-width: 767.98px) {
    .mobile-only {
      display: block; } }

.desktop-only {
  display: block; }
  @media (max-width: 767.98px) {
    .desktop-only {
      display: none; } }

.logo-table--from--src-ui-hospital-logos-stylesscss {
  margin: 0 auto 0;
  border-collapse: collapse; }
  .logo-table--from--src-ui-hospital-logos-stylesscss td {
    text-align: center;
    height: 180px;
    width: 270px;
    border: 1px solid rgba(151, 151, 151, 0.2); }
  .logo-table--from--src-ui-hospital-logos-stylesscss tr:first-child td {
    border-top: 0; }
  .logo-table--from--src-ui-hospital-logos-stylesscss tr:last-child td {
    border-bottom: 0; }
  .logo-table--from--src-ui-hospital-logos-stylesscss tr td:first-child {
    border-left: 0; }
  .logo-table--from--src-ui-hospital-logos-stylesscss tr td:last-child {
    border-right: 0; }
  .logo-table--from--src-ui-hospital-logos-stylesscss td img {
    max-width: 80%; }

.hotspot--from--src-ui-hotspot-stylesscss {
  position: relative; }
  .hotspot--from--src-ui-hotspot-stylesscss img {
    width: 100%; }
  .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss {
    position: absolute;
    display: flex;
    cursor: pointer;
    color: #D06A5E;
    background: transparent;
    transition: all .3s;
    /* Oval 59: */
    border: 2px solid #D06A5E;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
    .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss .more-icon {
      display: block;
      margin: auto;
      font-size: 16px;
      line-height: 26px; }
    .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss .description--from--src-ui-hotspot-stylesscss {
      background: #ffffff;
      border: 1px solid #bbbbbb;
      width: 300px;
      padding: 28px 52px 35px 33px;
      position: relative;
      border-radius: 2px;
      padding: 20px 20px;
      position: absolute;
      z-index: 100;
      display: none;
      top: 50px;
      left: 15px;
      transform: translateX(-50%);
      color: #4A4A4A;
      text-align: left; }
      .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss .description--from--src-ui-hotspot-stylesscss:before, .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss .description--from--src-ui-hotspot-stylesscss:after {
        content: '';
        border: 18px solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        left: 132px;
        transition: left .3s; }
      .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss .description--from--src-ui-hotspot-stylesscss:before {
        border-bottom-color: #bbbbbb;
        top: -36px; }
      .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss .description--from--src-ui-hotspot-stylesscss:after {
        border-bottom-color: #fff;
        top: -35px; }
    .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss.active--from--src-ui-hotspot-stylesscss {
      background: #D06A5E;
      color: white; }
      .hotspot--from--src-ui-hotspot-stylesscss .detail--from--src-ui-hotspot-stylesscss.active--from--src-ui-hotspot-stylesscss .description--from--src-ui-hotspot-stylesscss {
        display: block; }

.news--from--pages-index-news-stylesscss {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 30px; }
  .news--from--pages-index-news-stylesscss .frame--from--pages-index-news-stylesscss {
    display: block;
    border: solid 1px #a9abad;
    padding: 5px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .news--from--pages-index-news-stylesscss .frame--from--pages-index-news-stylesscss {
        margin-bottom: 20px; } }
    .news--from--pages-index-news-stylesscss .frame--from--pages-index-news-stylesscss .image--from--pages-index-news-stylesscss {
      box-sizing: border-box;
      height: 100%;
      width: 100%; }
  .news--from--pages-index-news-stylesscss .title--from--pages-index-news-stylesscss {
    margin-bottom: 20px;
    display: flex; }
    .news--from--pages-index-news-stylesscss .title--from--pages-index-news-stylesscss .message--from--pages-index-news-stylesscss {
      font-size: 14px;
      margin-right: 10px;
      font-weight: bold;
      color: #555961;
      height: 96px;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .news--from--pages-index-news-stylesscss .title--from--pages-index-news-stylesscss .message--from--pages-index-news-stylesscss {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          font-size: 14px; } }
    .news--from--pages-index-news-stylesscss .title--from--pages-index-news-stylesscss .date--from--pages-index-news-stylesscss {
      flex: none;
      margin-left: auto;
      display: inline-block;
      padding: 10px 0px 10px 0;
      font-size: 20px;
      line-height: 1.1;
      color: white;
      text-align: center;
      width: 67px;
      height: 67px;
      border-radius: 50%;
      background: #55c5b6; }
  .news--from--pages-index-news-stylesscss .button--from--pages-index-news-stylesscss {
    cursor: pointer;
    margin-top: auto;
    display: inline-block;
    width: 110px;
    border-radius: 5px;
    border: solid 1px #55c5b6;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #55c5b6; }

.faq--from--src-ui-faq-stylesscss {
  border-top: 2px solid #a7a7a7;
  padding-top: 6px;
  padding-bottom: 6px; }
  .faq--from--src-ui-faq-stylesscss:last-child {
    border-bottom: 2px solid #a7a7a7; }
  .faq--from--src-ui-faq-stylesscss .question--from--src-ui-faq-stylesscss {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer; }
  .faq--from--src-ui-faq-stylesscss .arrow--from--src-ui-faq-stylesscss {
    margin-left: auto;
    width: 22px;
    height: 22px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
    .faq--from--src-ui-faq-stylesscss .arrow--from--src-ui-faq-stylesscss path {
      fill: #55c5b6; }
  .faq--from--src-ui-faq-stylesscss .content--from--src-ui-faq-stylesscss {
    font-weight: 400; }
    .faq--from--src-ui-faq-stylesscss .content--from--src-ui-faq-stylesscss a {
      text-decoration: underline;
      color: #55c5b6; }
  .faq--from--src-ui-faq-stylesscss.open--from--src-ui-faq-stylesscss .arrow--from--src-ui-faq-stylesscss {
    transform: rotate(180deg); }

.section1--from--pages-patients-stylesscss {
  background: #55c5b6;
  color: #ffffff; }
  .section1--from--pages-patients-stylesscss .container--from--pages-patients-stylesscss {
    position: relative;
    padding: 40px 80px; }
  .section1--from--pages-patients-stylesscss .quote--from--pages-patients-stylesscss {
    font-size: 24px; }
    @media (min-width: 1470px) {
      .section1--from--pages-patients-stylesscss .quote--from--pages-patients-stylesscss {
        font-size: 32px; } }
  .section1--from--pages-patients-stylesscss .source--from--pages-patients-stylesscss {
    font-size: 20px; }

.section2--from--pages-patients-stylesscss {
  padding-bottom: 20px; }
  .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss {
    position: relative; }
    @media (min-width: 992px) {
      .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss {
        height: 480px; } }
    .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss {
      width: 100%; }
      @media (min-width: 992px) {
        .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss {
          width: 470px; } }
      @media (min-width: 1470px) {
        .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss {
          width: 620px; } }
    @media (max-width: 991.98px) {
      .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss .image--from--pages-patients-stylesscss {
        width: 300px;
        display: block;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .section2--from--pages-patients-stylesscss .wrap--from--pages-patients-stylesscss .image--from--pages-patients-stylesscss {
        z-index: -1;
        position: absolute;
        top: 0;
        right: -50px;
        height: 100%;
        bottom: 0; } }
  .section2--from--pages-patients-stylesscss .first--from--pages-patients-stylesscss {
    padding-top: 20px;
    font-weight: bold;
    font-size: 28px;
    color: #55c5b6;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .section2--from--pages-patients-stylesscss .first--from--pages-patients-stylesscss {
        padding-top: 80px; } }
    @media (min-width: 1470px) {
      .section2--from--pages-patients-stylesscss .first--from--pages-patients-stylesscss {
        font-size: 34px; } }
  .section2--from--pages-patients-stylesscss .large--from--pages-patients-stylesscss {
    font-size: 34px; }
    @media (min-width: 1470px) {
      .section2--from--pages-patients-stylesscss .large--from--pages-patients-stylesscss {
        font-size: 44px; } }
  .section2--from--pages-patients-stylesscss .second--from--pages-patients-stylesscss {
    font-size: 28px; }
    @media (min-width: 1470px) {
      .section2--from--pages-patients-stylesscss .second--from--pages-patients-stylesscss {
        font-size: 34px; } }

.section3--from--pages-patients-stylesscss {
  background: #f4f4f3;
  padding: 40px 20px; }
  .section3--from--pages-patients-stylesscss .inter--from--pages-patients-stylesscss {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    color: #555961; }
    @media (min-width: 1470px) {
      .section3--from--pages-patients-stylesscss .inter--from--pages-patients-stylesscss {
        font-size: 30px; } }
  .section3--from--pages-patients-stylesscss .btn--from--pages-patients-stylesscss {
    display: inline-block;
    margin-top: 30px;
    color: #55c5b6;
    font-weight: bold; }

.section4--from--pages-patients-stylesscss {
  color: white;
  font-size: 18px;
  font-weight: 500; }
  .section4--from--pages-patients-stylesscss .image--from--pages-patients-stylesscss {
    max-width: 100%; }
  .section4--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #55c5b6; }
    .section4--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss .title--from--pages-patients-stylesscss {
      font-size: 28px;
      margin-bottom: 20px; }
      @media (min-width: 1470px) {
        .section4--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss .title--from--pages-patients-stylesscss {
          font-size: 34px; } }
    .section4--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss .text--from--pages-patients-stylesscss {
      padding: 10px 20px; }
    .section4--from--pages-patients-stylesscss .content--from--pages-patients-stylesscss .btn--from--pages-patients-stylesscss {
      color: #55c5b6;
      background: white;
      padding: 10px 20px;
      border-radius: 6px;
      display: inline-block;
      margin-top: 20px;
      font-size: 16px; }

.section5--from--pages-patients-stylesscss .quote--from--pages-patients-stylesscss {
  font-size: 24px;
  color: #656565; }
  @media (min-width: 1470px) {
    .section5--from--pages-patients-stylesscss .quote--from--pages-patients-stylesscss {
      font-size: 32px; } }

.section5--from--pages-patients-stylesscss .source--from--pages-patients-stylesscss {
  font-size: 20px;
  font-weight: bold;
  text-align: right; }

.video--from--pages-patients-stylesscss {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px; }

.appsection--from--src-partial-mobile-app-section-stylesscss {
  margin-bottom: 40px; }
  .appsection--from--src-partial-mobile-app-section-stylesscss .appt--from--src-partial-mobile-app-section-stylesscss {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px; }
  .appsection--from--src-partial-mobile-app-section-stylesscss .buttons--from--src-partial-mobile-app-section-stylesscss {
    display: flex;
    flex-direction: column; }
  .appsection--from--src-partial-mobile-app-section-stylesscss .button--from--src-partial-mobile-app-section-stylesscss {
    display: block;
    margin: 20px auto;
    max-width: 250px; }

.banner--from--pages-press-stylesscss {
  margin-top: 20px;
  background-color: #f4f4f3;
  text-align: center;
  font-size: 12px;
  padding: 17px 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .banner--from--pages-press-stylesscss {
      font-size: 18px;
      padding: 20px 0;
      margin-bottom: 40px; } }
  .banner--from--pages-press-stylesscss .button--from--pages-press-stylesscss {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    border-radius: 17.5px;
    border: solid 1.4px rgba(85, 197, 182, 0.5);
    margin-right: 36px;
    padding: 5px 40px;
    color: #55c5b6; }
    @media (max-width: 767.98px) {
      .banner--from--pages-press-stylesscss .button--from--pages-press-stylesscss {
        display: block;
        width: 280px;
        padding: 6px 28px;
        font-size: 16px;
        margin: 0 auto 10px; } }

.topnews--from--pages-press-stylesscss .image--from--pages-press-stylesscss {
  width: 100%;
  height: 260px; }
  @media (min-width: 768px) {
    .topnews--from--pages-press-stylesscss .image--from--pages-press-stylesscss {
      height: 150px; } }
  @media (min-width: 992px) {
    .topnews--from--pages-press-stylesscss .image--from--pages-press-stylesscss {
      height: 170px; } }
  @media (min-width: 1470px) {
    .topnews--from--pages-press-stylesscss .image--from--pages-press-stylesscss {
      height: 260px; } }

.topnews--from--pages-press-stylesscss .heading--from--pages-press-stylesscss {
  font-size: 24px;
  font-weight: bold;
  color: #55c5b6;
  margin-bottom: 10px; }

.topnews--from--pages-press-stylesscss .date--from--pages-press-stylesscss {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 14px; }

.topnews--from--pages-press-stylesscss .title--from--pages-press-stylesscss {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.topnews--from--pages-press-stylesscss .content--from--pages-press-stylesscss {
  color: #555961;
  height: 69px;
  overflow: hidden; }

.news--from--pages-press-stylesscss {
  padding-bottom: 40px; }
  .news--from--pages-press-stylesscss .image--from--pages-press-stylesscss {
    margin-bottom: 10px;
    height: 200px; }
  .news--from--pages-press-stylesscss .date--from--pages-press-stylesscss {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px; }
  .news--from--pages-press-stylesscss .title--from--pages-press-stylesscss {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    height: 66px;
    overflow: hidden; }
  .news--from--pages-press-stylesscss .content--from--pages-press-stylesscss {
    font-size: 14px;
    color: #555961;
    height: 84px;
    overflow: hidden; }

.viewmore--from--pages-press-stylesscss {
  margin-bottom: 30px;
  font-weight: bold;
  color: #55c5b6;
  text-align: center; }
  .viewmore--from--pages-press-stylesscss a {
    color: inherit; }

.section1--from--pages-press-stylesscss {
  background: #cae6e2;
  padding-top: 30px;
  padding-bottom: 30px; }
  .section1--from--pages-press-stylesscss .heading--from--pages-press-stylesscss {
    font-size: 24px;
    font-weight: bold;
    color: #55c5b6;
    margin-bottom: 10px; }
  .section1--from--pages-press-stylesscss .award--from--pages-press-stylesscss {
    text-align: center; }
    .section1--from--pages-press-stylesscss .award--from--pages-press-stylesscss .image--from--pages-press-stylesscss {
      margin-bottom: 15px; }
      .section1--from--pages-press-stylesscss .award--from--pages-press-stylesscss .image--from--pages-press-stylesscss img {
        max-width: 200px; }
    .section1--from--pages-press-stylesscss .award--from--pages-press-stylesscss .name--from--pages-press-stylesscss {
      font-weight: bold;
      font-size: 20px; }

.recentblog--from--pages-press-stylesscss {
  margin-bottom: 40px;
  margin-top: 40px; }

.newslist--from--pages-press-stylesscss .heading--from--pages-press-stylesscss {
  font-size: 24px;
  font-weight: bold;
  color: #55c5b6;
  margin-bottom: 20px; }

.newslist--from--pages-press-stylesscss .item--from--pages-press-stylesscss {
  display: flex;
  padding: 4px 0; }
  .newslist--from--pages-press-stylesscss .item--from--pages-press-stylesscss .title--from--pages-press-stylesscss {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px; }
  .newslist--from--pages-press-stylesscss .item--from--pages-press-stylesscss .date--from--pages-press-stylesscss {
    text-align: right;
    width: 180px;
    flex: none;
    margin-left: auto; }
  .newslist--from--pages-press-stylesscss .item--from--pages-press-stylesscss:hover {
    color: #55c5b6; }

.pagination--from--src-ui-pagination-stylesscss {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .pagination--from--src-ui-pagination-stylesscss .item--from--src-ui-pagination-stylesscss {
      margin: 5px;
      border: 1px solid #6c757d; } }
  .pagination--from--src-ui-pagination-stylesscss .item--from--src-ui-pagination-stylesscss.active--from--src-ui-pagination-stylesscss {
    color: #55c5b6;
    border-color: #55c5b6; }
  .pagination--from--src-ui-pagination-stylesscss .item--from--src-ui-pagination-stylesscss.text--from--src-ui-pagination-stylesscss {
    border-color: transparent !important; }
  @media (max-width: 767.98px) {
    .pagination--from--src-ui-pagination-stylesscss .item--from--src-ui-pagination-stylesscss.arrow--from--src-ui-pagination-stylesscss .link--from--src-ui-pagination-stylesscss {
      color: white;
      background: #6c757d; }
      .pagination--from--src-ui-pagination-stylesscss .item--from--src-ui-pagination-stylesscss.arrow--from--src-ui-pagination-stylesscss .link--from--src-ui-pagination-stylesscss:hover {
        color: #55c5b6;
        background: #6c757d; } }
  @media (max-width: 767.98px) {
    .pagination--from--src-ui-pagination-stylesscss {
      margin-top: 20px;
      margin-bottom: 20px; } }

.left--from--src-ui-pagination-stylesscss {
  width: 10px;
  transform: rotate(90deg); }

.right--from--src-ui-pagination-stylesscss {
  width: 10px;
  transform: rotate(270deg); }

.buttonGroup--from--pages-prodigy-fertility-stylesscss {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .buttonGroup--from--pages-prodigy-fertility-stylesscss {
      margin-top: 10px;
      margin-bottom: 30px; } }

.button--from--pages-prodigy-fertility-stylesscss {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 10px;
  cursor: pointer;
  border: 2px solid #775c7b;
  color: white;
  border-radius: 6px;
  transition: all .3s ease-out;
  background: #775c7b; }
  .button--from--pages-prodigy-fertility-stylesscss .text--from--pages-prodigy-fertility-stylesscss {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: white; }

.main--from--pages-prodigy-fertility-stylesscss {
  color: #000;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 95%; }

.card--from--pages-prodigy-fertility-stylesscss {
  padding-bottom: 30px;
  height: 100%; }
  .card--from--pages-prodigy-fertility-stylesscss .bg--from--pages-prodigy-fertility-stylesscss {
    box-sizing: border-box;
    background: #775c7b;
    color: white;
    border-radius: 30px;
    padding: 50px 20px 30px;
    height: 100%; }
    .card--from--pages-prodigy-fertility-stylesscss .bg--from--pages-prodigy-fertility-stylesscss strong {
      color: white; }
    .card--from--pages-prodigy-fertility-stylesscss .bg--from--pages-prodigy-fertility-stylesscss img {
      height: 150px;
      margin-bottom: 20px; }
    .card--from--pages-prodigy-fertility-stylesscss .bg--from--pages-prodigy-fertility-stylesscss h3 {
      font-size: 24px; }
    .card--from--pages-prodigy-fertility-stylesscss .bg--from--pages-prodigy-fertility-stylesscss p {
      padding: 0 20px; }
      @media (min-width: 1470px) {
        .card--from--pages-prodigy-fertility-stylesscss .bg--from--pages-prodigy-fertility-stylesscss p {
          padding: 0 100px; } }

.section--from--pages-prodigy-fertility-stylesscss {
  padding-top: 40px;
  color: #775c7b; }
  @media (max-width: 767.98px) {
    .section--from--pages-prodigy-fertility-stylesscss {
      padding-top: 20px; } }
  .section--from--pages-prodigy-fertility-stylesscss h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    text-align: center; }
    @media (min-width: 768px) {
      .section--from--pages-prodigy-fertility-stylesscss h3 {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .section--from--pages-prodigy-fertility-stylesscss h3 {
        font-size: 26px; } }
    @media (min-width: 1470px) {
      .section--from--pages-prodigy-fertility-stylesscss h3 {
        font-size: 40px; } }
  .section--from--pages-prodigy-fertility-stylesscss p {
    color: black; }
    @media (min-width: 768px) {
      .section--from--pages-prodigy-fertility-stylesscss p {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .section--from--pages-prodigy-fertility-stylesscss p {
        font-size: 20px; } }
    @media (min-width: 1470px) {
      .section--from--pages-prodigy-fertility-stylesscss p {
        font-size: 24px; } }
  .section--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss img {
    margin: 20px 0; }

@media (max-width: 767.98px) {
  .section--from--pages-prodigy-fertility-stylesscss, .section2--from--pages-prodigy-fertility-stylesscss, .section3--from--pages-prodigy-fertility-stylesscss, .section4--from--pages-prodigy-fertility-stylesscss, .section5--from--pages-prodigy-fertility-stylesscss {
    border-bottom: #eee solid 1px; } }

.section2--from--pages-prodigy-fertility-stylesscss {
  padding: 40px 0 20px 0;
  font-size: 20px;
  text-align: center;
  color: white;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .section2--from--pages-prodigy-fertility-stylesscss {
      margin-top: 40px;
      margin-bottom: 80px; } }

.section3--from--pages-prodigy-fertility-stylesscss {
  text-align: center; }
  @media (min-width: 768px) {
    .section3--from--pages-prodigy-fertility-stylesscss {
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .section3--from--pages-prodigy-fertility-stylesscss .img--from--pages-prodigy-fertility-stylesscss img {
      width: 450px;
      height: 305px; } }
  @media (min-width: 1470px) {
    .section3--from--pages-prodigy-fertility-stylesscss .img--from--pages-prodigy-fertility-stylesscss img {
      width: 690px;
      height: 467px; } }
  .section3--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400; }
    @media (min-width: 1470px) {
      .section3--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 40px; } }
  .section3--from--pages-prodigy-fertility-stylesscss .con--from--pages-prodigy-fertility-stylesscss {
    font-size: 22px;
    margin: 20px 20px 0; }
    @media (min-width: 768px) {
      .section3--from--pages-prodigy-fertility-stylesscss .con--from--pages-prodigy-fertility-stylesscss {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .section3--from--pages-prodigy-fertility-stylesscss .con--from--pages-prodigy-fertility-stylesscss {
        font-size: 18px; } }
    @media (min-width: 1470px) {
      .section3--from--pages-prodigy-fertility-stylesscss .con--from--pages-prodigy-fertility-stylesscss {
        font-size: 28px; } }

.section4--from--pages-prodigy-fertility-stylesscss {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .section4--from--pages-prodigy-fertility-stylesscss {
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .section4--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
      padding-top: 20px; } }
  .section4--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .section4--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 18px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .section4--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 1470px) {
      .section4--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 40px;
        margin-bottom: 10px; } }
  .section4--from--pages-prodigy-fertility-stylesscss ul {
    font-size: 14px; }
    @media (min-width: 768px) {
      .section4--from--pages-prodigy-fertility-stylesscss ul {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .section4--from--pages-prodigy-fertility-stylesscss ul {
        font-size: 16px; } }
    @media (min-width: 1470px) {
      .section4--from--pages-prodigy-fertility-stylesscss ul {
        font-size: 24px; } }
    .section4--from--pages-prodigy-fertility-stylesscss ul li {
      padding-bottom: 5px; }

.section3--from--pages-prodigy-fertility-stylesscss {
  margin-bottom: 20px; }

.section5--from--pages-prodigy-fertility-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section5--from--pages-prodigy-fertility-stylesscss p {
    font-size: 15px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .section5--from--pages-prodigy-fertility-stylesscss p {
        font-size: 12px;
        padding: 0 10px; } }
    @media (min-width: 992px) {
      .section5--from--pages-prodigy-fertility-stylesscss p {
        font-size: 16px;
        padding: 0 30px; } }
    @media (min-width: 1470px) {
      .section5--from--pages-prodigy-fertility-stylesscss p {
        font-size: 24px;
        padding: 0 50px; } }
  .section5--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 767.98px) {
      .section5--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        padding-top: 30px; } }
    @media (min-width: 768px) {
      .section5--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 18px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .section5--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 1470px) {
      .section5--from--pages-prodigy-fertility-stylesscss .heading--from--pages-prodigy-fertility-stylesscss {
        font-size: 40px;
        margin-bottom: 10px; } }

.title--from--pages-security-stylesscss {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1470px) {
    .title--from--pages-security-stylesscss {
      font-size: 24px; } }

ul.list--from--pages-security-stylesscss li {
  list-style: none; }
  ul.list--from--pages-security-stylesscss li:before {
    content: "\25CF";
    margin-right: 10px;
    color: #55c5b6; }

.section1--from--pages-security-stylesscss {
  background: #55c5b6; }
  .section1--from--pages-security-stylesscss .quote--from--pages-security-stylesscss {
    color: white;
    font-size: 24px; }
    @media (min-width: 1470px) {
      .section1--from--pages-security-stylesscss .quote--from--pages-security-stylesscss {
        font-size: 32px; } }
  .section1--from--pages-security-stylesscss .source--from--pages-security-stylesscss {
    font-size: 20px; }

.section2--from--pages-security-stylesscss {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section2--from--pages-security-stylesscss .sep--from--pages-security-stylesscss {
    padding-top: 40px;
    border-bottom: 2px solid rgba(33, 37, 41, 0.8);
    margin-bottom: 40px; }
  .section2--from--pages-security-stylesscss .info--from--pages-security-stylesscss {
    text-align: center; }
    .section2--from--pages-security-stylesscss .info--from--pages-security-stylesscss .heading--from--pages-security-stylesscss {
      color: #55c5b6;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 20px; }
  .section2--from--pages-security-stylesscss .row3--from--pages-security-stylesscss {
    margin-top: 30px;
    margin-bottom: 40px; }

.link--from--pages-physicians-stylesscss {
  text-decoration: underline;
  color: #55c5b6; }

.photo--from--pages-physicians-stylesscss {
  position: relative;
  margin: 0 auto 10px;
  max-width: 226px; }
  .photo--from--pages-physicians-stylesscss img {
    width: 100%; }
  .photo--from--pages-physicians-stylesscss .layer--from--pages-physicians-stylesscss {
    background-color: rgba(69, 69, 69, 0.76);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    color: #fff;
    padding-left: 15px; }
    .photo--from--pages-physicians-stylesscss .layer--from--pages-physicians-stylesscss .photo-name--from--pages-physicians-stylesscss {
      font-size: 20px; }
    .photo--from--pages-physicians-stylesscss .layer--from--pages-physicians-stylesscss .photo-title--from--pages-physicians-stylesscss {
      font-size: 14px;
      font-weight: 400; }

.story--from--pages-patient-stories-story-stylesscss .title--from--pages-patient-stories-story-stylesscss {
  font-size: 36px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .story--from--pages-patient-stories-story-stylesscss .title--from--pages-patient-stories-story-stylesscss {
      font-size: 28px;
      margin-bottom: 0; } }

.story--from--pages-patient-stories-story-stylesscss .image--from--pages-patient-stories-story-stylesscss {
  float: right;
  clear: both;
  margin: 10px 0 10px 10px; }
  @media (min-width: 768px) {
    .story--from--pages-patient-stories-story-stylesscss .image--from--pages-patient-stories-story-stylesscss {
      max-width: 350px; }
      .story--from--pages-patient-stories-story-stylesscss .image--from--pages-patient-stories-story-stylesscss img {
        width: 100%; } }
  @media (max-width: 767.98px) {
    .story--from--pages-patient-stories-story-stylesscss .image--from--pages-patient-stories-story-stylesscss {
      width: 100%;
      text-align: center;
      margin: 10px 0; }
      .story--from--pages-patient-stories-story-stylesscss .image--from--pages-patient-stories-story-stylesscss img {
        width: 80%; } }
  @media (max-width: 575.98px) {
    .story--from--pages-patient-stories-story-stylesscss .image--from--pages-patient-stories-story-stylesscss img {
      width: 100%; } }

.story--from--pages-patient-stories-story-stylesscss .empty--from--pages-patient-stories-story-stylesscss {
  float: left;
  clear: both;
  height: 200px;
  width: 0; }

.story--from--pages-patient-stories-story-stylesscss .highlight--from--pages-patient-stories-story-stylesscss {
  float: left;
  clear: both;
  font-style: italic;
  font-weight: normal;
  margin: 10px 10px 10px 0;
  padding: 14px 20px;
  width: 295px;
  font-size: 17px;
  color: #000000;
  line-height: 1.5;
  background: rgba(64, 209, 191, 0.3); }

.story--from--pages-patient-stories-story-stylesscss .content--from--pages-patient-stories-story-stylesscss h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000000; }

.field--from--src-ui-form-components-styles-checkboxscss {
  display: flex;
  align-items: stretch; }
  .field--from--src-ui-form-components-styles-checkboxscss .optionIcon--from--src-ui-form-components-styles-checkboxscss {
    width: 27px;
    height: 27px; }

.field--from--src-ui-form-components-styles-optionscss {
  position: relative;
  flex: 1;
  margin: 13px 0;
  min-height: 18px;
  vertical-align: middle;
  font-size: 14px; }
  .field--from--src-ui-form-components-styles-optionscss .optionIcon--from--src-ui-form-components-styles-optionscss {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    color: #55c5b6;
    border: 1px solid #55c5b6;
    background: white; }
  .field--from--src-ui-form-components-styles-optionscss:not(.disabled--from--src-ui-form-components-styles-optionscss) {
    cursor: pointer; }
  .field--from--src-ui-form-components-styles-optionscss.invalid--from--src-ui-form-components-styles-optionscss:not(.pristine--from--src-ui-form-components-styles-optionscss) .option-icon--from--src-ui-form-components-styles-optionscss, .field--from--src-ui-form-components-styles-optionscss.invalid--from--src-ui-form-components-styles-optionscss.validating--from--src-ui-form-components-styles-optionscss .option-icon--from--src-ui-form-components-styles-optionscss {
    border-color: #FE3F3F; }

.content--from--src-ui-form-components-styles-optionscss {
  vertical-align: middle;
  display: inline-block; }

.field--from--src-ui-form-components-styles-inputscss {
  vertical-align: middle;
  margin: 5px 0;
  border-radius: 3px;
  height: 40px; }
  .field--from--src-ui-form-components-styles-inputscss input {
    width: 100%;
    line-height: 20px;
    border: 1px solid #D5D5D5;
    font-size: 1em;
    padding: 10px 10px;
    border-radius: 3px;
    display: block;
    transition: border-color .3s ease, background .3s ease; }
    .field--from--src-ui-form-components-styles-inputscss input::placeholder {
      color: #adb5bd;
      opacity: 1; }
    .field--from--src-ui-form-components-styles-inputscss input:focus {
      outline: none;
      border-color: #7ECBF8; }
    .field--from--src-ui-form-components-styles-inputscss input:disabled {
      border: 1px solid transparent;
      background: transparent; }
  .field--from--src-ui-form-components-styles-inputscss:not(.disabled--from--src-ui-form-components-styles-inputscss).invalid--from--src-ui-form-components-styles-inputscss:not(.pristine--from--src-ui-form-components-styles-inputscss) input, .field--from--src-ui-form-components-styles-inputscss:not(.disabled--from--src-ui-form-components-styles-inputscss).invalid--from--src-ui-form-components-styles-inputscss.validating--from--src-ui-form-components-styles-inputscss input {
    border-color: #FE3F3F;
    box-shadow: inset 0 0 0 1px rgba(254, 63, 63, 0.3); }

.field--from--src-ui-form-components-styles-textareascss {
  margin: 5px 0;
  border-radius: 3px;
  height: 40px;
  height: auto; }
  .field--from--src-ui-form-components-styles-textareascss textarea {
    width: 100%;
    line-height: 20px;
    border: 1px solid #D5D5D5;
    font-size: 1em;
    padding: 10px 10px;
    border-radius: 3px;
    display: block;
    transition: border-color .3s ease, background .3s ease;
    resize: none; }
    .field--from--src-ui-form-components-styles-textareascss textarea::placeholder {
      color: #adb5bd;
      opacity: 1; }
    .field--from--src-ui-form-components-styles-textareascss textarea:focus {
      outline: none;
      border-color: #7ECBF8; }
    .field--from--src-ui-form-components-styles-textareascss textarea:disabled {
      border: 1px solid transparent;
      background: transparent; }
  .field--from--src-ui-form-components-styles-textareascss:not(.disabled--from--src-ui-form-components-styles-textareascss).invalid--from--src-ui-form-components-styles-textareascss:not(.pristine--from--src-ui-form-components-styles-textareascss) textarea, .field--from--src-ui-form-components-styles-textareascss:not(.disabled--from--src-ui-form-components-styles-textareascss).invalid--from--src-ui-form-components-styles-textareascss.validating--from--src-ui-form-components-styles-textareascss textarea {
    border-color: #FE3F3F;
    box-shadow: inset 0 0 0 1px rgba(254, 63, 63, 0.3); }

/**
* React Select
* ============
* Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
* https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
* MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn--from--src-ui-form-components-lib-react-selectscss {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn--from--src-ui-form-components-lib-react-selectscss {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin--from--src-ui-form-components-lib-react-selectscss {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin--from--src-ui-form-components-lib-react-selectscss {
  to {
    -webkit-transform: rotate(1turn); } }

.field--from--src-ui-form-components-styles-selectscss {
  outline: none;
  min-height: 40px;
  height: auto;
  margin: 5px 0; }
  .field--from--src-ui-form-components-styles-selectscss .Select-control {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    transition: border-color .3s ease;
    height: 40px; }
    .field--from--src-ui-form-components-styles-selectscss .Select-control .Select-value {
      padding-right: 10px;
      line-height: 40px; }
    .field--from--src-ui-form-components-styles-selectscss .Select-control .Select-input {
      height: 30px; }
  .field--from--src-ui-form-components-styles-selectscss .Select-placeholder {
    color: #adb5bd;
    line-height: 40px; }
  .field--from--src-ui-form-components-styles-selectscss .Select-arrow-zone {
    background: transparent;
    height: 30px;
    width: 36px;
    padding: 0;
    top: 0;
    right: 0; }
    .field--from--src-ui-form-components-styles-selectscss .Select-arrow-zone .Select-arrow {
      display: inline-block;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 7px 0 7px;
      border-color: #32424E transparent transparent transparent;
      transition: border-color .3s ease; }
  .field--from--src-ui-form-components-styles-selectscss.is-focused:not(.is-open) > .Select-control {
    border: 1px solid #7ECBF8;
    box-shadow: none; }
  .field--from--src-ui-form-components-styles-selectscss.is-open > .Select-control {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    border-color: #D5D5D5; }
    .field--from--src-ui-form-components-styles-selectscss.is-open > .Select-control .Select-arrow {
      border-style: solid;
      border-width: 0 7px 8px 7px;
      border-color: transparent transparent #32424E transparent; }
  .field--from--src-ui-form-components-styles-selectscss.is-open .Select-menu-outer {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    line-height: 32px;
    z-index: 2000; }
  .field--from--src-ui-form-components-styles-selectscss.is-open .Select-option {
    padding: 8px 15px; }
  .field--from--src-ui-form-components-styles-selectscss.is-disabled > .Select-control {
    background-color: transparent !important;
    border-color: transparent; }
    .field--from--src-ui-form-components-styles-selectscss.is-disabled > .Select-control .Select-arrow {
      border-color: transparent; }
  .field--from--src-ui-form-components-styles-selectscss.invalid--from--src-ui-form-components-styles-selectscss:not(.pristine--from--src-ui-form-components-styles-selectscss) > div:first-child, .field--from--src-ui-form-components-styles-selectscss.invalid--from--src-ui-form-components-styles-selectscss.validating--from--src-ui-form-components-styles-selectscss > div:first-child {
    outline: 1px solid #FE3F3F !important;
    box-shadow: inset 0 0 0 1px rgba(254, 63, 63, 0.3); }
  .field--from--src-ui-form-components-styles-selectscss.Select--multi .Select-value {
    padding-right: 10px;
    line-height: 20px;
    margin: 5px; }

.field--from--src-ui-form-components-styles-captchascss > div {
  border: 1px solid #dee2e6;
  border-radius: 5px; }

.field--from--src-ui-form-components-styles-captchascss:not(.disabled--from--src-ui-form-components-styles-captchascss).invalid--from--src-ui-form-components-styles-captchascss:not(.pristine--from--src-ui-form-components-styles-captchascss) > div, .field--from--src-ui-form-components-styles-captchascss:not(.disabled--from--src-ui-form-components-styles-captchascss).invalid--from--src-ui-form-components-styles-captchascss.validating--from--src-ui-form-components-styles-captchascss > div {
  border-color: #FE3F3F;
  box-shadow: inset 0 0 0 1px rgba(254, 63, 63, 0.3); }

.main--from--src-ui-form-field-error-stylescss {
  font-size: 12px;
  color: #FE3F3F;
  letter-spacing: 0;
  line-height: 12px;
  margin: 7px 0; }

 {
  /*!
 * froala_editor v3.2.5-1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */
  /**
   * Image style.
   */
  /**
   * Link style.
   */ }
  .fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0; }
  .fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc; }
  .fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
    border: solid 5px #CCC; }
  .fr-view img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .fr-view .fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .fr-view {
    word-wrap: break-word; }
  .fr-view span[style~="color:"] a {
    color: inherit; }
  .fr-view strong {
    font-weight: 700; }
  .fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%; }
  .fr-view table td {
    min-width: 5px; }
  .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
    border-style: dashed; }
  .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: whitesmoke; }
  .fr-view table td, .fr-view table th {
    border: 1px solid #DDD; }
  .fr-view table td:empty, .fr-view table th:empty {
    height: 20px; }
  .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
    border: 1px double red; }
  .fr-view table td.fr-thick, .fr-view table th.fr-thick {
    border-width: 2px; }
  .fr-view table th {
    background: #ececec; }
  .fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    break-after: always;
    page-break-after: always; }
  .fr-view .fr-file {
    position: relative; }
  .fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: normal; }
  .fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible; }
  .fr-view[dir="rtl"] blockquote {
    border-left: none;
    border-right: solid 2px #55c5b6;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0; }
  .fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00BCD4; }
  .fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43A047; }
  .fr-view blockquote {
    border-left: solid 2px #55c5b6;
    margin-left: 0;
    padding-left: 5px;
    color: #55c5b6; }
  .fr-view blockquote blockquote {
    border-color: #00BCD4;
    color: #00BCD4; }
  .fr-view blockquote blockquote blockquote {
    border-color: #43A047;
    color: #43A047; }
  .fr-view span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    display: inline;
    line-height: 0; }
  .fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle; }
  .fr-view .fr-text-gray {
    color: #AAA !important; }
  .fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0; }
  .fr-view .fr-text-spaced {
    letter-spacing: 1px; }
  .fr-view .fr-text-uppercase {
    text-transform: uppercase; }
  .fr-view .fr-class-highlighted {
    background-color: #ffff00; }
  .fr-view .fr-class-code {
    border-color: #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace; }
  .fr-view .fr-class-transparency {
    opacity: 0.5; }
  .fr-view img {
    position: relative;
    max-width: 100%; }
  .fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top; }
  .fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left; }
  .fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right; }
  .fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px)); }
  .fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px); }
  .fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px); }
  .fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%; }
  .fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top; }
  .fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left; }
  .fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right; }
  .fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px)); }
  .fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px); }
  .fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px); }
  .fr-view .fr-video {
    text-align: center;
    position: relative; }
  .fr-view .fr-video.fr-rv {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  .fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .fr-view .fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none; }
  .fr-view .fr-video.fr-dvb {
    display: block;
    clear: both; }
  .fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left; }
  .fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right; }
  .fr-view .fr-video.fr-dvi {
    display: inline-block; }
  .fr-view .fr-video.fr-dvi.fr-fvl {
    float: left; }
  .fr-view .fr-video.fr-dvi.fr-fvr {
    float: right; }
  .fr-view a.fr-strong {
    font-weight: 700; }
  .fr-view a.fr-green {
    color: green; }
  .fr-view .fr-img-caption {
    text-align: center; }
  .fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%; }
  .fr-view .fr-img-caption .fr-img-wrap a {
    display: block; }
  .fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%; }
  .fr-view .fr-img-caption .fr-img-wrap > span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    text-align: center; }
  .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
    font-size: 24px; }
  .fr-view ul, .fr-view ol {
    list-style-position: inside; }
  a.fr-view.fr-strong {
    font-weight: 700; }
  a.fr-view.fr-green {
    color: green; }
  img.fr-view {
    position: relative;
    max-width: 100%; }
  img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top; }
  img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left; }
  img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right; }
  img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px)); }
  img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px); }
  img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px); }
  span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%; }
  span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top; }
  span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left; }
  span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right; }
  span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px)); }
  span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px); }
  span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px); }

.main--from--src-ui-fr-view-stylesscss a {
  color: #40d1bf !important; }

.main--from--src-ui-fr-view-stylesscss video {
  max-width: 100%; }

.row--from--pages-contact-us-stylesscss {
  margin-left: -5px;
  margin-right: -5px; }

.col--from--pages-contact-us-stylesscss {
  padding: 0 5px 10px; }

.sub-title--from--pages-contact-us-stylesscss {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 575.98px) {
    .sub-title--from--pages-contact-us-stylesscss {
      margin-top: 10px;
      margin-bottom: 0; } }

.sub-content--from--pages-contact-us-stylesscss {
  margin-bottom: 3px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap; }

.separator--from--pages-contact-us-stylesscss {
  margin: 40px 0; }
  @media (max-width: 767.98px) {
    .separator--from--pages-contact-us-stylesscss {
      margin: 20px 0; } }

.location--from--pages-contact-us-stylesscss {
  margin-bottom: 20px; }

.entry--from--src-partial-entryscss {
  margin-top: 30px;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .entry--from--src-partial-entryscss {
      margin-top: 15px;
      margin-bottom: 10px; } }

.header--from--src-partial-entryscss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px; }
  @media (max-width: 767.98px) {
    .header--from--src-partial-entryscss {
      margin-top: 0; } }
  .header--from--src-partial-entryscss .back--from--src-partial-entryscss {
    font-size: 12px;
    text-decoration: underline;
    text-align: right; }
    @media (max-width: 767.98px) {
      .header--from--src-partial-entryscss .back--from--src-partial-entryscss {
        order: -1;
        width: 100%; } }

.main--from--pages-privacy-stylesscss h1, .main--from--pages-privacy-stylesscss h2, .main--from--pages-privacy-stylesscss h3 {
  font-size: 18px; }

.main--from--pages-privacy-stylesscss ul {
  list-style: disc;
  margin-bottom: 20px; }

.main--from--pages-privacy-stylesscss table {
  border: 1px solid #000000;
  margin-bottom: 20px; }

.main--from--pages-privacy-stylesscss td {
  border: 1px solid #000000;
  padding: 2px 5px; }
  .main--from--pages-privacy-stylesscss td > span, .main--from--pages-privacy-stylesscss td strong {
    vertical-align: middle; }

.main--from--pages-privacy-stylesscss a {
  color: #55c5b6; }

.header--from--pages-press-view-page-stylesscss {
  display: flex;
  margin-bottom: 40px; }
  .header--from--pages-press-view-page-stylesscss .image--from--pages-press-view-page-stylesscss {
    flex: none;
    width: 20%;
    margin-right: 30px; }
  .header--from--pages-press-view-page-stylesscss .info--from--pages-press-view-page-stylesscss {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .header--from--pages-press-view-page-stylesscss .meta--from--pages-press-view-page-stylesscss {
    font-size: 14px; }

.title--from--pages-press-view-page-stylesscss {
  font-size: 20px;
  font-weight: bold;
  line-height: normal; }
  @media (min-width: 768px) {
    .title--from--pages-press-view-page-stylesscss {
      font-size: 28px; } }
  @media (min-width: 1470px) {
    .title--from--pages-press-view-page-stylesscss {
      font-size: 36px; } }

.date--from--pages-press-view-page-stylesscss {
  font-size: 12px; }

.content--from--pages-press-view-page-stylesscss a {
  text-decoration: underline; }
  .content--from--pages-press-view-page-stylesscss a:hover {
    text-decoration: underline; }

.content--from--pages-press-view-page-stylesscss img {
  max-width: 100%; }

.link--from--pages-brochures-stylesscss {
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px; }

.article--from--pages-brochures-brochure-list-stylesscss {
  display: block;
  background: #FFFFFF url(https://cdn.morehealth.com/website/_next/static/assets/m-72ac63b41f08ad2a482f79222498acbc.png) no-repeat center right;
  background-size: auto 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
  transition: background .3s ease-in-out; }
  .article--from--pages-brochures-brochure-list-stylesscss .title--from--pages-brochures-brochure-list-stylesscss {
    display: flex;
    font-weight: bold;
    padding-bottom: 10px;
    flex-direction: column-reverse;
    height: 75px;
    font-size: 16px;
    border-bottom: 4px solid #55c5b6; }
    @media (min-width: 1470px) {
      .article--from--pages-brochures-brochure-list-stylesscss .title--from--pages-brochures-brochure-list-stylesscss {
        font-size: 22px;
        padding-right: 18%; } }
  .article--from--pages-brochures-brochure-list-stylesscss .description--from--pages-brochures-brochure-list-stylesscss {
    height: 70px;
    text-align: right;
    font-size: 14px;
    padding-top: 10px; }
    @media (min-width: 992px) {
      .article--from--pages-brochures-brochure-list-stylesscss .description--from--pages-brochures-brochure-list-stylesscss {
        padding-left: 24%; } }
    @media (min-width: 1470px) {
      .article--from--pages-brochures-brochure-list-stylesscss .description--from--pages-brochures-brochure-list-stylesscss {
        font-size: 18px;
        padding-left: 40%; } }
  .article--from--pages-brochures-brochure-list-stylesscss:hover {
    background-color: #fbfbfb; }
  .article--from--pages-brochures-brochure-list-stylesscss.catp--from--pages-brochures-brochure-list-stylesscss {
    background-image: url(https://cdn.morehealth.com/website/_next/static/assets/p-d023726bfc702cd5d9b737affd798a25.png); }
    .article--from--pages-brochures-brochure-list-stylesscss.catp--from--pages-brochures-brochure-list-stylesscss .title--from--pages-brochures-brochure-list-stylesscss {
      border-bottom-color: #EE6F94; }

.list-item--from--pages-careers-stylesscss {
  border-bottom: 2px solid rgba(80, 80, 80, 0.5);
  padding: 15px 0; }
  .list-item--from--pages-careers-stylesscss:first-child {
    border-top: 2px solid rgba(80, 80, 80, 0.5); }

.title--from--pages-careers-stylesscss {
  line-height: 38px;
  white-space: nowrap; }

.video--from--pages-covid-19-webinar-stylesscss {
  max-width: 660px;
  width: 100%; }

.header--from--pages-covid-19-webinar-stylesscss {
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }
  .header--from--pages-covid-19-webinar-stylesscss .back--from--pages-covid-19-webinar-stylesscss {
    font-size: 12px;
    text-decoration: underline; }

.title-black-light--from--pages-faqs-stylesscss {
  font-size: 36px; }
  @media (max-width: 767.98px) {
    .title-black-light--from--pages-faqs-stylesscss {
      font-size: 28px; } }

.group--from--pages-faqs-stylesscss {
  margin-bottom: 20px; }

.readmore--from--pages-patient-stories-stylesscss {
  font-weight: 500;
  text-decoration: underline;
  display: inline-block; }

.video-thumbnail--from--pages-videos-stylesscss {
  width: 100%; }

.left-nav-title--from--src-partial-left-navsscss {
  margin: 10px 0;
  font-weight: 400;
  font-size: 22px; }

.nav--from--src-partial-left-navsscss {
  display: block;
  margin-bottom: 10px;
  line-height: 18px;
  letter-spacing: .4px; }
  .nav--from--src-partial-left-navsscss:hover, .nav--from--src-partial-left-navsscss.active--from--src-partial-left-navsscss {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0; }

.row--from--pages-dialab-stylesscss {
  margin-left: -5px;
  margin-right: -5px; }

.col--from--pages-dialab-stylesscss {
  padding: 0 5px 10px; }

.sub-title--from--pages-dialab-stylesscss {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 575.98px) {
    .sub-title--from--pages-dialab-stylesscss {
      margin-top: 10px;
      margin-bottom: 0; } }

.sub-content--from--pages-dialab-stylesscss {
  margin-bottom: 3px;
  font-weight: 400; }

.separator--from--pages-dialab-stylesscss {
  margin: 40px 0; }
  @media (max-width: 767.98px) {
    .separator--from--pages-dialab-stylesscss {
      margin: 20px 0; } }

.open--from--src-ui-notify-themescss {
  opacity: 0;
  transform: translate(0, -50%);
  animation: down_anim--from--src-ui-notify-themescss 0.5s cubic-bezier(0.42, 0, 1, 1); }

.close--from--src-ui-notify-themescss {
  animation: up_anim--from--src-ui-notify-themescss 0.5s cubic-bezier(0, 0, 0.58, 1); }

@keyframes down_anim--from--src-ui-notify-themescss {
  100% {
    transform: translate(0);
    opacity: 0.8; } }

@keyframes up_anim--from--src-ui-notify-themescss {
  100% {
    transform: translate(0, -50%);
    opacity: 0; } }

.noty_theme__more.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  opacity: 0.8;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px; }
  .noty_theme__more.noty_bar .noty_body {
    padding: 10px 20px; }
  .noty_theme__more.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__more.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__more.noty_bar .noty_progressbar {
    display: none; }
  .noty_theme__more.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__more.noty_type__alert,
.noty_theme__more.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__more.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__more.noty_type__error {
  background: #FE3F3F;
  color: #FFFFFF;
  border-color: #FE3F3F; }

.noty_theme__more.noty_type__info,
.noty_theme__more.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__more.noty_type__success {
  background: #55c5b6;
  color: #FFFFFF;
  border-color: #55c5b6; }

#noty_layout__topCenter {
  top: 10px !important;
  width: auto !important;
  max-width: 70% !important; }

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in--from--src-ui-notify-notyscss {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in--from--src-ui-notify-notyscss {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out--from--src-ui-notify-notyscss {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out--from--src-ui-notify-notyscss {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out--from--src-ui-notify-notyscss {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in--from--src-ui-notify-notyscss {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in--from--src-ui-notify-notyscss {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out--from--src-ui-notify-notyscss {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out--from--src-ui-notify-notyscss {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height--from--src-ui-notify-notyscss {
  100% {
    height: 0; } }

@keyframes noty_anim_height--from--src-ui-notify-notyscss {
  100% {
    height: 0; } }

.board--from--src-ui-bio-grid-stylesscss {
  background-color: #f4f4f4;
  padding: 12px 15px;
  margin: 5px 10px 5px; }
  .board--from--src-ui-bio-grid-stylesscss p {
    margin-bottom: .5rem; }

.photo--from--src-ui-bio-grid-stylesscss {
  position: relative;
  margin: 20px 10px 0;
  cursor: pointer; }
  .photo--from--src-ui-bio-grid-stylesscss .mask--from--src-ui-bio-grid-stylesscss {
    background-color: rgba(69, 69, 69, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer; }
  .photo--from--src-ui-bio-grid-stylesscss .avatar--from--src-ui-bio-grid-stylesscss {
    width: 100%; }
  .photo--from--src-ui-bio-grid-stylesscss .layer--from--src-ui-bio-grid-stylesscss {
    visibility: hidden;
    background-color: rgba(69, 69, 69, 0.76);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5px 5px;
    color: #fff; }
    .photo--from--src-ui-bio-grid-stylesscss .layer--from--src-ui-bio-grid-stylesscss .photo-name--from--src-ui-bio-grid-stylesscss {
      font-size: 20px; }
    .photo--from--src-ui-bio-grid-stylesscss .layer--from--src-ui-bio-grid-stylesscss .photo-title--from--src-ui-bio-grid-stylesscss {
      font-size: 14px;
      font-weight: 400; }
  .photo--from--src-ui-bio-grid-stylesscss.active--from--src-ui-bio-grid-stylesscss .layer--from--src-ui-bio-grid-stylesscss {
    visibility: visible; }
  .photo--from--src-ui-bio-grid-stylesscss.active--from--src-ui-bio-grid-stylesscss .mask--from--src-ui-bio-grid-stylesscss {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .1s ease-out; }
  @media (min-width: 768px) {
    .photo--from--src-ui-bio-grid-stylesscss:hover .layer--from--src-ui-bio-grid-stylesscss {
      visibility: visible; }
    .photo--from--src-ui-bio-grid-stylesscss:hover .mask--from--src-ui-bio-grid-stylesscss {
      background-color: rgba(255, 255, 255, 0);
      transition: background-color .1s ease-out; } }

.video--from--pages-videos-video-stylesscss {
  max-width: 660px;
  width: 100%; }

.header--from--pages-videos-video-stylesscss {
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }
  .header--from--pages-videos-video-stylesscss .back--from--pages-videos-video-stylesscss {
    font-size: 12px;
    text-decoration: underline; }

.description--from--pages-careers-one-stylesscss {
  margin-top: 30px; }

.title--from--pages-events-event-stylesscss {
  font-size: 36px;
  line-height: normal; }
  @media (max-width: 767.98px) {
    .title--from--pages-events-event-stylesscss {
      font-size: 28px; } }

.content--from--pages-events-event-stylesscss img {
  max-width: 100%; }

.content--from--pages-events-event-stylesscss a {
  text-decoration: underline; }
  .content--from--pages-events-event-stylesscss a:hover {
    text-decoration: underline; }

