@charset "UTF-8";
/*!
Theme Name: Christiana Care
Author: Christiana Care
Version: 2.0
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4 {
  font-size: inherit; }

strong {
  font-weight: bold; }

a,
button {
  color: inherit;
  transition: .3s; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: white;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #88c540;
  --secondary: #3870b7;
  --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: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #88c540;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #608e2b;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #c1e19c; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #98b5da; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

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

.table .thead-dark th {
  color: white;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: white; }

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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: white;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

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

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

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

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

.btn-primary {
  color: #212529;
  background-color: #88c540;
  border-color: #88c540; }
  .btn-primary:hover {
    color: white;
    background-color: #74ab34;
    border-color: #6ea131; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #74ab34;
    border-color: #6ea131;
    box-shadow: 0 0 0 0.2rem rgba(121, 173, 61, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #88c540;
    border-color: #88c540; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #6ea131;
    border-color: #67972e; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(121, 173, 61, 0.5); }

.btn-secondary {
  color: white;
  background-color: #3870b7;
  border-color: #3870b7; }
  .btn-secondary:hover {
    color: white;
    background-color: #2f5e9a;
    border-color: #2c5890; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: white;
    background-color: #2f5e9a;
    border-color: #2c5890;
    box-shadow: 0 0 0 0.2rem rgba(86, 133, 194, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: white;
    background-color: #3870b7;
    border-color: #3870b7; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #2c5890;
    border-color: #295286; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(86, 133, 194, 0.5); }

.btn-success {
  color: white;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: white;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: white;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: white;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: white;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: white;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: white;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: white;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #88c540;
  border-color: #88c540; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #88c540;
    border-color: #88c540; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(136, 197, 64, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #88c540;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #88c540;
    border-color: #88c540; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(136, 197, 64, 0.5); }

.btn-outline-secondary {
  color: #3870b7;
  border-color: #3870b7; }
  .btn-outline-secondary:hover {
    color: white;
    background-color: #3870b7;
    border-color: #3870b7; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 112, 183, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #3870b7;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: white;
    background-color: #3870b7;
    border-color: #3870b7; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 112, 183, 0.5); }

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #88c540;
  text-decoration: none; }
  .btn-link:hover {
    color: #608e2b;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #88c540; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    border-color: #88c540;
    background-color: #88c540; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(136, 197, 64, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #c5e3a2; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: white;
    background-color: #ddefc9;
    border-color: #ddefc9; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #88c540;
  background-color: #88c540; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='white' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(136, 197, 64, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(136, 197, 64, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(136, 197, 64, 0.5); }

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

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(136, 197, 64, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(136, 197, 64, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(136, 197, 64, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #88c540;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ddefc9; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #88c540;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ddefc9; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #88c540;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ddefc9; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #88c540; }

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

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

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

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

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: white; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: white; }

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

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

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 15px; }

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

.card-group > .card {
  margin-bottom: 15px; }

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #88c540;
  background-color: white;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #608e2b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(136, 197, 64, 0.25); }

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

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #88c540;
  border-color: #88c540; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

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

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

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

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

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

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

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

.badge-primary {
  color: #212529;
  background-color: #88c540; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #6ea131; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(136, 197, 64, 0.5); }

.badge-secondary {
  color: white;
  background-color: #3870b7; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: white;
    background-color: #2c5890; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(56, 112, 183, 0.5); }

.badge-success {
  color: white;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: white;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: white;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: white;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

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

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

.badge-dark {
  color: white;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: white;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #476621;
  background-color: #e7f3d9;
  border-color: #deefca; }
  .alert-primary hr {
    border-top-color: #d2e9b6; }
  .alert-primary .alert-link {
    color: #2c3f15; }

.alert-secondary {
  color: #1d3a5f;
  background-color: #d7e2f1;
  border-color: #c7d7eb; }
  .alert-secondary hr {
    border-top-color: #b4cae4; }
  .alert-secondary .alert-link {
    color: #112238; }

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

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

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

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

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

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

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

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

.media-body {
  flex: 1; }

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

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

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

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

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

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

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

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

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #476621;
  background-color: #deefca; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #476621;
    background-color: #d2e9b6; }
  .list-group-item-primary.list-group-item-action.active {
    color: white;
    background-color: #476621;
    border-color: #476621; }

.list-group-item-secondary {
  color: #1d3a5f;
  background-color: #c7d7eb; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1d3a5f;
    background-color: #b4cae4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: white;
    background-color: #1d3a5f;
    border-color: #1d3a5f; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: white;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: white;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: white;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: white;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: white;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: white;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

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

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #6ea131 !important; }

.bg-secondary {
  background-color: #3870b7 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2c5890 !important; }

.bg-success {
  background-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #3870b7 !important; }

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

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

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #88c540 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #608e2b !important; }

.text-secondary {
  color: #3870b7 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #264c7c !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/*@function set-notification-text-color($color) {
@if (lightness($color) > 50) {
  @return black(0.8);
}
@else {
  @return white(0.8);
}
}*/
@font-face {
  font-family: 'cchsicons';
  src: url("https://christianacare.org/wp-content/themes/cchs/library/fonts/cchsicons.eot");
  src: url("https://christianacare.org/wp-content/themes/cchs/library/fonts/cchsicons.eot#iefix") format("embedded-opentype"), url("https://christianacare.org/wp-content/themes/cchs/library/fonts/cchsicons.woff2") format("woff2"), url("https://christianacare.org/wp-content/themes/cchs/library/fonts/cchsicons.ttf") format("truetype"), url("https://christianacare.org/wp-content/themes/cchs/library/fonts/cchsicons.woff") format("woff"), url("https://christianacare.org/wp-content/themes/cchs/library/fonts/cchsicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'cchsicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-one-finger-tap:before {
  content: '\e936'; }

.icon-cloud-snowflakes:before {
  content: '\e924'; }

.icon-popout:before {
  content: '\e935'; }

.icon-resize:before {
  content: '\e92d'; }

.icon-resize2:before {
  content: '\e92e'; }

.icon-cone:before {
  content: '\e926'; }

.icon-snowy:before {
  content: '\e923'; }

.icon-file-text:before {
  content: '\e934'; }

.icon-arrow-right:before {
  content: '\e930'; }

.icon-zoom-in:before {
  content: '\e92f'; }

.icon-enlarge:before {
  content: '\e92b'; }

.icon-enlarge2:before {
  content: '\e92c'; }

.icon-play2:before {
  content: '\e929'; }

.icon-play:before {
  content: '\e928'; }

.icon-checkmark:before {
  content: '\e91c'; }

.icon-office:before {
  content: '\e917'; }

.icon-triangle-right:before {
  content: '\e912'; }

.icon-sync:before {
  content: '\e907'; }

.icon-gear:before {
  content: '\e901'; }

.icon-eye-plus:before {
  content: '\e906'; }

.icon-clock:before {
  content: '\e921'; }

.icon-mapmarker:before {
  content: '\e90a'; }

.icon-weather-snow:before {
  content: '\e922'; }

.icon-warning:before {
  content: '\e904'; }

.icon-arrow_drop_down_circle:before {
  content: '\e937'; }

.icon-person:before {
  content: '\e933'; }

.icon-zoom_out_map:before {
  content: '\e931'; }

.icon-videocam:before {
  content: '\e92a'; }

.icon-phone:before {
  content: '\e914'; }

.icon-edit:before {
  content: '\e908'; }

.icon-notifications:before {
  content: '\e905'; }

.icon-menu:before {
  content: '\e600'; }

.icon-plus-alt:before {
  content: '\e916'; }

.icon-cchs:before {
  content: '\e606'; }

.icon-elipsis:before {
  content: '\e927'; }

.icon-triangle-down:before {
  content: '\e91f'; }

.icon-triangle-right2:before {
  content: '\e920'; }

.icon-chevron-up:before {
  content: '\e91d'; }

.icon-chevron-down:before {
  content: '\e91e'; }

.icon-chevron-right:before {
  content: '\e911'; }

.icon-pinterest:before {
  content: '\e90d'; }

.icon-youtube:before {
  content: '\e90e'; }

.icon-facebook:before {
  content: '\e90f'; }

.icon-twitter:before {
  content: '\e910'; }

.icon-instagram:before {
  content: '\e939'; }

.icon-home:before {
  content: '\e90c'; }

.icon-chevron-thin-right:before {
  content: '\e90b'; }

.icon-close:before {
  content: '\e909'; }

.icon-stopwatch:before {
  content: '\e902'; }

.icon-chevron-thin-down:before {
  content: '\e900'; }

.icon-stethoscope:before {
  content: '\e932'; }

.icon-automobile:before {
  content: '\e925'; }

.icon-minus:before {
  content: '\e91a'; }

.icon-plus:before {
  content: '\e91b'; }

.icon-fax:before {
  content: '\e919'; }

.icon-building:before {
  content: '\e918'; }

.icon-document:before {
  content: '\e915'; }

.icon-calendar-check-o:before {
  content: '\e913'; }

.icon-line-chart:before {
  content: '\e903'; }

.icon-share:before {
  content: '\e609'; }

.icon-search:before {
  content: '\e607'; }

.icon-survey:before {
  content: '\e900'; }

/* Greens */
/* Other colors */
/*
 
 Frequently used screen resolutions (plus smallest and largest seen in Analytics)
 122x140
 122x160
 320x480
 320x568
 360x640
 375x667
 414x736
 768x1024
 1024x768
 1140x900
 1280x800
 1280x1024
 1366x768
 1600x900
 1680x1050
 1920x1080
 1920x1200
 2560x1440
 4080x768
 4608x864
 6400x5120
 9107x5120
 */
body {
  background: white;
  color: #202f33;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  font-feature-settings: "lnum"; }
  body li {
    margin: 0;
    padding: 0; }

a {
  color: #0081c7; }

a:hover {
  color: #202f33;
  transition: color 0.5s ease;
  text-decoration: none; }

body.christiana {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.christiana a,
  body.christiana header#top .about-search > ul li a:hover,
  body.christiana header#top #site-title .news,
  body.christiana header#top.compact #logo h1 .icon-cchs,
  body.christiana header#top.compact #logo #site-title .icon-cchs,
  body.christiana #sidebar h5,
  body.christiana article #sidebar div.categories ul li a,
  body.christiana #byline a,
  body.christiana article #sidebar a:hover,
  body.christiana form.searchandfilter .sf-field-submit input,
  body.christiana .sf-field-submit:before,
  body.christiana #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.christiana .sub:hover:after,
  body.christiana header#top #featured-topics > ul > li > a:hover,
  body.christiana nav.action h4,
  body.christiana header#top nav#featured-topics ul li .menu-toggle.active,
  body.christiana #back-to-top a [class*='icon-'],
  body.christiana button.open-all,
  body.christiana #wellness h1,
  body.christiana #wellness h3,
  body.christiana .search h1 span,
  body.christiana main .spotlights .featured.vert a:hover .article .title,
  body.christiana main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.christiana span.submit:before {
    color: #006544; }
  body.christiana header#top #small-title, body.christiana footer aside, body.christiana main.way article .way-header, body.christiana header#top #search form.searchandfilter, body.christiana header#top nav#share-link > ul ul, body.christiana #share nav ul li a:hover, body.christiana main.archive h1.page-title, body.christiana button.alm-load-more-btn, body.christiana #focus-viewer h2, body.christiana header#top.featured #site-title, body.christiana .box-title {
    background: #006544; }
  body.christiana h5 a {
    border-bottom: 1px solid rgba(0, 101, 68, 0.7); }
  body.christiana blockquote {
    border-left: 2px solid #006544; }
  body.christiana #content a {
    border-bottom: 1px dotted #006544; }
  body.christiana #content a:hover {
    border-bottom: 1px solid #006544; }
  body.christiana #front-page-features aside {
    background: #006544;
    background: linear-gradient(90deg, #006544, rgba(0, 101, 68, 0.8));
    background-image: -ms-linear-gradient(#006544, rgba(0, 101, 68, 0.8)); }
    @media (max-width: 1080px) {
      body.christiana #front-page-features aside {
        background: #006544;
        background: linear-gradient(180deg, #006544, rgba(0, 101, 68, 0.8));
        background-image: -ms-linear-gradient(#006544, rgba(0, 101, 68, 0.8)); } }

body.shamrock {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.shamrock a,
  body.shamrock header#top .about-search > ul li a:hover,
  body.shamrock header#top #site-title .news,
  body.shamrock header#top.compact #logo h1 .icon-cchs,
  body.shamrock header#top.compact #logo #site-title .icon-cchs,
  body.shamrock #sidebar h5,
  body.shamrock article #sidebar div.categories ul li a,
  body.shamrock #byline a,
  body.shamrock article #sidebar a:hover,
  body.shamrock form.searchandfilter .sf-field-submit input,
  body.shamrock .sf-field-submit:before,
  body.shamrock #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.shamrock .sub:hover:after,
  body.shamrock header#top #featured-topics > ul > li > a:hover,
  body.shamrock nav.action h4,
  body.shamrock header#top nav#featured-topics ul li .menu-toggle.active,
  body.shamrock #back-to-top a [class*='icon-'],
  body.shamrock button.open-all,
  body.shamrock #wellness h1,
  body.shamrock #wellness h3,
  body.shamrock .search h1 span,
  body.shamrock main .spotlights .featured.vert a:hover .article .title,
  body.shamrock main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.shamrock span.submit:before {
    color: #0aa34a; }
  body.shamrock header#top #small-title, body.shamrock footer aside, body.shamrock main.way article .way-header, body.shamrock header#top #search form.searchandfilter, body.shamrock header#top nav#share-link > ul ul, body.shamrock #share nav ul li a:hover, body.shamrock main.archive h1.page-title, body.shamrock button.alm-load-more-btn, body.shamrock #focus-viewer h2, body.shamrock header#top.featured #site-title, body.shamrock .box-title {
    background: #0aa34a; }
  body.shamrock h5 a {
    border-bottom: 1px solid rgba(10, 163, 74, 0.7); }
  body.shamrock blockquote {
    border-left: 2px solid #0aa34a; }
  body.shamrock #content a {
    border-bottom: 1px dotted #0aa34a; }
  body.shamrock #content a:hover {
    border-bottom: 1px solid #0aa34a; }
  body.shamrock #front-page-features aside {
    background: #0aa34a;
    background: linear-gradient(90deg, #0aa34a, rgba(10, 163, 74, 0.8));
    background-image: -ms-linear-gradient(#0aa34a, rgba(10, 163, 74, 0.8)); }
    @media (max-width: 1080px) {
      body.shamrock #front-page-features aside {
        background: #0aa34a;
        background: linear-gradient(180deg, #0aa34a, rgba(10, 163, 74, 0.8));
        background-image: -ms-linear-gradient(#0aa34a, rgba(10, 163, 74, 0.8)); } }

body.blue {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.blue a,
  body.blue header#top .about-search > ul li a:hover,
  body.blue header#top #site-title .news,
  body.blue header#top.compact #logo h1 .icon-cchs,
  body.blue header#top.compact #logo #site-title .icon-cchs,
  body.blue #sidebar h5,
  body.blue article #sidebar div.categories ul li a,
  body.blue #byline a,
  body.blue article #sidebar a:hover,
  body.blue form.searchandfilter .sf-field-submit input,
  body.blue .sf-field-submit:before,
  body.blue #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.blue .sub:hover:after,
  body.blue header#top #featured-topics > ul > li > a:hover,
  body.blue nav.action h4,
  body.blue header#top nav#featured-topics ul li .menu-toggle.active,
  body.blue #back-to-top a [class*='icon-'],
  body.blue button.open-all,
  body.blue #wellness h1,
  body.blue #wellness h3,
  body.blue .search h1 span,
  body.blue main .spotlights .featured.vert a:hover .article .title,
  body.blue main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.blue span.submit:before {
    color: #0081c7; }
  body.blue header#top #small-title, body.blue footer aside, body.blue main.way article .way-header, body.blue header#top #search form.searchandfilter, body.blue header#top nav#share-link > ul ul, body.blue #share nav ul li a:hover, body.blue main.archive h1.page-title, body.blue button.alm-load-more-btn, body.blue #focus-viewer h2, body.blue header#top.featured #site-title, body.blue .box-title {
    background: #0081c7; }
  body.blue h5 a {
    border-bottom: 1px solid rgba(0, 129, 199, 0.7); }
  body.blue blockquote {
    border-left: 2px solid #0081c7; }
  body.blue #content a {
    border-bottom: 1px dotted #0081c7; }
  body.blue #content a:hover {
    border-bottom: 1px solid #0081c7; }
  body.blue #front-page-features aside {
    background: #0081c7;
    background: linear-gradient(90deg, #0081c7, rgba(0, 129, 199, 0.8));
    background-image: -ms-linear-gradient(#0081c7, rgba(0, 129, 199, 0.8)); }
    @media (max-width: 1080px) {
      body.blue #front-page-features aside {
        background: #0081c7;
        background: linear-gradient(180deg, #0081c7, rgba(0, 129, 199, 0.8));
        background-image: -ms-linear-gradient(#0081c7, rgba(0, 129, 199, 0.8)); } }

body.sky {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.sky a,
  body.sky header#top .about-search > ul li a:hover,
  body.sky header#top #site-title .news,
  body.sky header#top.compact #logo h1 .icon-cchs,
  body.sky header#top.compact #logo #site-title .icon-cchs,
  body.sky #sidebar h5,
  body.sky article #sidebar div.categories ul li a,
  body.sky #byline a,
  body.sky article #sidebar a:hover,
  body.sky form.searchandfilter .sf-field-submit input,
  body.sky .sf-field-submit:before,
  body.sky #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.sky .sub:hover:after,
  body.sky header#top #featured-topics > ul > li > a:hover,
  body.sky nav.action h4,
  body.sky header#top nav#featured-topics ul li .menu-toggle.active,
  body.sky #back-to-top a [class*='icon-'],
  body.sky button.open-all,
  body.sky #wellness h1,
  body.sky #wellness h3,
  body.sky .search h1 span,
  body.sky main .spotlights .featured.vert a:hover .article .title,
  body.sky main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.sky span.submit:before {
    color: #0067ac; }
  body.sky header#top #small-title, body.sky footer aside, body.sky main.way article .way-header, body.sky header#top #search form.searchandfilter, body.sky header#top nav#share-link > ul ul, body.sky #share nav ul li a:hover, body.sky main.archive h1.page-title, body.sky button.alm-load-more-btn, body.sky #focus-viewer h2, body.sky header#top.featured #site-title, body.sky .box-title {
    background: #0067ac; }
  body.sky h5 a {
    border-bottom: 1px solid rgba(0, 103, 172, 0.7); }
  body.sky blockquote {
    border-left: 2px solid #0067ac; }
  body.sky #content a {
    border-bottom: 1px dotted #0067ac; }
  body.sky #content a:hover {
    border-bottom: 1px solid #0067ac; }
  body.sky #front-page-features aside {
    background: #0067ac;
    background: linear-gradient(90deg, #0067ac, rgba(0, 103, 172, 0.8));
    background-image: -ms-linear-gradient(#0067ac, rgba(0, 103, 172, 0.8)); }
    @media (max-width: 1080px) {
      body.sky #front-page-features aside {
        background: #0067ac;
        background: linear-gradient(180deg, #0067ac, rgba(0, 103, 172, 0.8));
        background-image: -ms-linear-gradient(#0067ac, rgba(0, 103, 172, 0.8)); } }

body.purple {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.purple a,
  body.purple header#top .about-search > ul li a:hover,
  body.purple header#top #site-title .news,
  body.purple header#top.compact #logo h1 .icon-cchs,
  body.purple header#top.compact #logo #site-title .icon-cchs,
  body.purple #sidebar h5,
  body.purple article #sidebar div.categories ul li a,
  body.purple #byline a,
  body.purple article #sidebar a:hover,
  body.purple form.searchandfilter .sf-field-submit input,
  body.purple .sf-field-submit:before,
  body.purple #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.purple .sub:hover:after,
  body.purple header#top #featured-topics > ul > li > a:hover,
  body.purple nav.action h4,
  body.purple header#top nav#featured-topics ul li .menu-toggle.active,
  body.purple #back-to-top a [class*='icon-'],
  body.purple button.open-all,
  body.purple #wellness h1,
  body.purple #wellness h3,
  body.purple .search h1 span,
  body.purple main .spotlights .featured.vert a:hover .article .title,
  body.purple main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.purple span.submit:before {
    color: #6b3b88; }
  body.purple header#top #small-title, body.purple footer aside, body.purple main.way article .way-header, body.purple header#top #search form.searchandfilter, body.purple header#top nav#share-link > ul ul, body.purple #share nav ul li a:hover, body.purple main.archive h1.page-title, body.purple button.alm-load-more-btn, body.purple #focus-viewer h2, body.purple header#top.featured #site-title, body.purple .box-title {
    background: #6b3b88; }
  body.purple h5 a {
    border-bottom: 1px solid rgba(107, 59, 136, 0.7); }
  body.purple blockquote {
    border-left: 2px solid #6b3b88; }
  body.purple #content a {
    border-bottom: 1px dotted #6b3b88; }
  body.purple #content a:hover {
    border-bottom: 1px solid #6b3b88; }
  body.purple #front-page-features aside {
    background: #6b3b88;
    background: linear-gradient(90deg, #6b3b88, rgba(107, 59, 136, 0.8));
    background-image: -ms-linear-gradient(#6b3b88, rgba(107, 59, 136, 0.8)); }
    @media (max-width: 1080px) {
      body.purple #front-page-features aside {
        background: #6b3b88;
        background: linear-gradient(180deg, #6b3b88, rgba(107, 59, 136, 0.8));
        background-image: -ms-linear-gradient(#6b3b88, rgba(107, 59, 136, 0.8)); } }

body.navy {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.navy a,
  body.navy header#top .about-search > ul li a:hover,
  body.navy header#top #site-title .news,
  body.navy header#top.compact #logo h1 .icon-cchs,
  body.navy header#top.compact #logo #site-title .icon-cchs,
  body.navy #sidebar h5,
  body.navy article #sidebar div.categories ul li a,
  body.navy #byline a,
  body.navy article #sidebar a:hover,
  body.navy form.searchandfilter .sf-field-submit input,
  body.navy .sf-field-submit:before,
  body.navy #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.navy .sub:hover:after,
  body.navy header#top #featured-topics > ul > li > a:hover,
  body.navy nav.action h4,
  body.navy header#top nav#featured-topics ul li .menu-toggle.active,
  body.navy #back-to-top a [class*='icon-'],
  body.navy button.open-all,
  body.navy #wellness h1,
  body.navy #wellness h3,
  body.navy .search h1 span,
  body.navy main .spotlights .featured.vert a:hover .article .title,
  body.navy main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.navy span.submit:before {
    color: #183163; }
  body.navy header#top #small-title, body.navy footer aside, body.navy main.way article .way-header, body.navy header#top #search form.searchandfilter, body.navy header#top nav#share-link > ul ul, body.navy #share nav ul li a:hover, body.navy main.archive h1.page-title, body.navy button.alm-load-more-btn, body.navy #focus-viewer h2, body.navy header#top.featured #site-title, body.navy .box-title {
    background: #183163; }
  body.navy h5 a {
    border-bottom: 1px solid rgba(24, 49, 99, 0.7); }
  body.navy blockquote {
    border-left: 2px solid #183163; }
  body.navy #content a {
    border-bottom: 1px dotted #183163; }
  body.navy #content a:hover {
    border-bottom: 1px solid #183163; }
  body.navy #front-page-features aside {
    background: #183163;
    background: linear-gradient(90deg, #183163, rgba(24, 49, 99, 0.8));
    background-image: -ms-linear-gradient(#183163, rgba(24, 49, 99, 0.8)); }
    @media (max-width: 1080px) {
      body.navy #front-page-features aside {
        background: #183163;
        background: linear-gradient(180deg, #183163, rgba(24, 49, 99, 0.8));
        background-image: -ms-linear-gradient(#183163, rgba(24, 49, 99, 0.8)); } }

body.maroon {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.maroon a,
  body.maroon header#top .about-search > ul li a:hover,
  body.maroon header#top #site-title .news,
  body.maroon header#top.compact #logo h1 .icon-cchs,
  body.maroon header#top.compact #logo #site-title .icon-cchs,
  body.maroon #sidebar h5,
  body.maroon article #sidebar div.categories ul li a,
  body.maroon #byline a,
  body.maroon article #sidebar a:hover,
  body.maroon form.searchandfilter .sf-field-submit input,
  body.maroon .sf-field-submit:before,
  body.maroon #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.maroon .sub:hover:after,
  body.maroon header#top #featured-topics > ul > li > a:hover,
  body.maroon nav.action h4,
  body.maroon header#top nav#featured-topics ul li .menu-toggle.active,
  body.maroon #back-to-top a [class*='icon-'],
  body.maroon button.open-all,
  body.maroon #wellness h1,
  body.maroon #wellness h3,
  body.maroon .search h1 span,
  body.maroon main .spotlights .featured.vert a:hover .article .title,
  body.maroon main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.maroon span.submit:before {
    color: #801a2a; }
  body.maroon header#top #small-title, body.maroon footer aside, body.maroon main.way article .way-header, body.maroon header#top #search form.searchandfilter, body.maroon header#top nav#share-link > ul ul, body.maroon #share nav ul li a:hover, body.maroon main.archive h1.page-title, body.maroon button.alm-load-more-btn, body.maroon #focus-viewer h2, body.maroon header#top.featured #site-title, body.maroon .box-title {
    background: #801a2a; }
  body.maroon h5 a {
    border-bottom: 1px solid rgba(128, 26, 42, 0.7); }
  body.maroon blockquote {
    border-left: 2px solid #801a2a; }
  body.maroon #content a {
    border-bottom: 1px dotted #801a2a; }
  body.maroon #content a:hover {
    border-bottom: 1px solid #801a2a; }
  body.maroon #front-page-features aside {
    background: #801a2a;
    background: linear-gradient(90deg, #801a2a, rgba(128, 26, 42, 0.8));
    background-image: -ms-linear-gradient(#801a2a, rgba(128, 26, 42, 0.8)); }
    @media (max-width: 1080px) {
      body.maroon #front-page-features aside {
        background: #801a2a;
        background: linear-gradient(180deg, #801a2a, rgba(128, 26, 42, 0.8));
        background-image: -ms-linear-gradient(#801a2a, rgba(128, 26, 42, 0.8)); } }

body.gold {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.gold a,
  body.gold header#top .about-search > ul li a:hover,
  body.gold header#top #site-title .news,
  body.gold header#top.compact #logo h1 .icon-cchs,
  body.gold header#top.compact #logo #site-title .icon-cchs,
  body.gold #sidebar h5,
  body.gold article #sidebar div.categories ul li a,
  body.gold #byline a,
  body.gold article #sidebar a:hover,
  body.gold form.searchandfilter .sf-field-submit input,
  body.gold .sf-field-submit:before,
  body.gold #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.gold .sub:hover:after,
  body.gold header#top #featured-topics > ul > li > a:hover,
  body.gold nav.action h4,
  body.gold header#top nav#featured-topics ul li .menu-toggle.active,
  body.gold #back-to-top a [class*='icon-'],
  body.gold button.open-all,
  body.gold #wellness h1,
  body.gold #wellness h3,
  body.gold .search h1 span,
  body.gold main .spotlights .featured.vert a:hover .article .title,
  body.gold main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.gold span.submit:before {
    color: #ebaa19; }
  body.gold header#top #small-title, body.gold footer aside, body.gold main.way article .way-header, body.gold header#top #search form.searchandfilter, body.gold header#top nav#share-link > ul ul, body.gold #share nav ul li a:hover, body.gold main.archive h1.page-title, body.gold button.alm-load-more-btn, body.gold #focus-viewer h2, body.gold header#top.featured #site-title, body.gold .box-title {
    background: #ebaa19; }
  body.gold h5 a {
    border-bottom: 1px solid rgba(235, 170, 25, 0.7); }
  body.gold blockquote {
    border-left: 2px solid #ebaa19; }
  body.gold #content a {
    border-bottom: 1px dotted #ebaa19; }
  body.gold #content a:hover {
    border-bottom: 1px solid #ebaa19; }
  body.gold #front-page-features aside {
    background: #ebaa19;
    background: linear-gradient(90deg, #ebaa19, rgba(235, 170, 25, 0.8));
    background-image: -ms-linear-gradient(#ebaa19, rgba(235, 170, 25, 0.8)); }
    @media (max-width: 1080px) {
      body.gold #front-page-features aside {
        background: #ebaa19;
        background: linear-gradient(180deg, #ebaa19, rgba(235, 170, 25, 0.8));
        background-image: -ms-linear-gradient(#ebaa19, rgba(235, 170, 25, 0.8)); } }

body.salmon {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.salmon a,
  body.salmon header#top .about-search > ul li a:hover,
  body.salmon header#top #site-title .news,
  body.salmon header#top.compact #logo h1 .icon-cchs,
  body.salmon header#top.compact #logo #site-title .icon-cchs,
  body.salmon #sidebar h5,
  body.salmon article #sidebar div.categories ul li a,
  body.salmon #byline a,
  body.salmon article #sidebar a:hover,
  body.salmon form.searchandfilter .sf-field-submit input,
  body.salmon .sf-field-submit:before,
  body.salmon #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.salmon .sub:hover:after,
  body.salmon header#top #featured-topics > ul > li > a:hover,
  body.salmon nav.action h4,
  body.salmon header#top nav#featured-topics ul li .menu-toggle.active,
  body.salmon #back-to-top a [class*='icon-'],
  body.salmon button.open-all,
  body.salmon #wellness h1,
  body.salmon #wellness h3,
  body.salmon .search h1 span,
  body.salmon main .spotlights .featured.vert a:hover .article .title,
  body.salmon main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.salmon span.submit:before {
    color: #dc606a; }
  body.salmon header#top #small-title, body.salmon footer aside, body.salmon main.way article .way-header, body.salmon header#top #search form.searchandfilter, body.salmon header#top nav#share-link > ul ul, body.salmon #share nav ul li a:hover, body.salmon main.archive h1.page-title, body.salmon button.alm-load-more-btn, body.salmon #focus-viewer h2, body.salmon header#top.featured #site-title, body.salmon .box-title {
    background: #dc606a; }
  body.salmon h5 a {
    border-bottom: 1px solid rgba(220, 96, 106, 0.7); }
  body.salmon blockquote {
    border-left: 2px solid #dc606a; }
  body.salmon #content a {
    border-bottom: 1px dotted #dc606a; }
  body.salmon #content a:hover {
    border-bottom: 1px solid #dc606a; }
  body.salmon #front-page-features aside {
    background: #dc606a;
    background: linear-gradient(90deg, #dc606a, rgba(220, 96, 106, 0.8));
    background-image: -ms-linear-gradient(#dc606a, rgba(220, 96, 106, 0.8)); }
    @media (max-width: 1080px) {
      body.salmon #front-page-features aside {
        background: #dc606a;
        background: linear-gradient(180deg, #dc606a, rgba(220, 96, 106, 0.8));
        background-image: -ms-linear-gradient(#dc606a, rgba(220, 96, 106, 0.8)); } }

body.tangerine {
  /*header#top.featured #share-link > ul, header#top.featured #site-links h4, header#top.featured #search h4 {
  background: rgba($color, 0.7);
}*/ }
  body.tangerine a,
  body.tangerine header#top .about-search > ul li a:hover,
  body.tangerine header#top #site-title .news,
  body.tangerine header#top.compact #logo h1 .icon-cchs,
  body.tangerine header#top.compact #logo #site-title .icon-cchs,
  body.tangerine #sidebar h5,
  body.tangerine article #sidebar div.categories ul li a,
  body.tangerine #byline a,
  body.tangerine article #sidebar a:hover,
  body.tangerine form.searchandfilter .sf-field-submit input,
  body.tangerine .sf-field-submit:before,
  body.tangerine #search-menu:hover form.searchandfilter .sf-field-submit:before,
  body.tangerine .sub:hover:after,
  body.tangerine header#top #featured-topics > ul > li > a:hover,
  body.tangerine nav.action h4,
  body.tangerine header#top nav#featured-topics ul li .menu-toggle.active,
  body.tangerine #back-to-top a [class*='icon-'],
  body.tangerine button.open-all,
  body.tangerine #wellness h1,
  body.tangerine #wellness h3,
  body.tangerine .search h1 span,
  body.tangerine main .spotlights .featured.vert a:hover .article .title,
  body.tangerine main#home .spotlights.vanilla-lists .story-column ul.grid li a,
  body.tangerine span.submit:before {
    color: #ee674e; }
  body.tangerine header#top #small-title, body.tangerine footer aside, body.tangerine main.way article .way-header, body.tangerine header#top #search form.searchandfilter, body.tangerine header#top nav#share-link > ul ul, body.tangerine #share nav ul li a:hover, body.tangerine main.archive h1.page-title, body.tangerine button.alm-load-more-btn, body.tangerine #focus-viewer h2, body.tangerine header#top.featured #site-title, body.tangerine .box-title {
    background: #ee674e; }
  body.tangerine h5 a {
    border-bottom: 1px solid rgba(238, 103, 78, 0.7); }
  body.tangerine blockquote {
    border-left: 2px solid #ee674e; }
  body.tangerine #content a {
    border-bottom: 1px dotted #ee674e; }
  body.tangerine #content a:hover {
    border-bottom: 1px solid #ee674e; }
  body.tangerine #front-page-features aside {
    background: #ee674e;
    background: linear-gradient(90deg, #ee674e, rgba(238, 103, 78, 0.8));
    background-image: -ms-linear-gradient(#ee674e, rgba(238, 103, 78, 0.8)); }
    @media (max-width: 1080px) {
      body.tangerine #front-page-features aside {
        background: #ee674e;
        background: linear-gradient(180deg, #ee674e, rgba(238, 103, 78, 0.8));
        background-image: -ms-linear-gradient(#ee674e, rgba(238, 103, 78, 0.8)); } }

p {
  margin: 0 0 20px 0; }

ul,
ol {
  margin: 0 0 20px 52px; }
  ul li,
  ol li {
    margin-bottom: 10px; }

h2,
h3,
h4,
h5,
h6 {
  color: #3a4741;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 20px 0; }

h1 {
  color: #0081c7;
  font-style: normal;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 20px 0; }

h2 {
  line-height: 1.3;
  font-size: 2.8125rem;
  font-weight: bold; }

h3 {
  font-size: 1.25rem;
  line-height: 1.2; }

h3 a:not(.CCHS__news--title-link) {
  color: #88c540;
  font-weight: 800;
  font-size: 2.1875rem; }

h4 {
  font-size: 1.2rem;
  line-height: 1.3; }

h5 {
  font-size: 1.1rem;
  line-height: 1.4; }

h6 {
  font-size: 1rem;
  line-height: 1.5; }

.visuallyhidden,
.screen-reader-text {
  display: none; }

div.wrapper.keep-open {
  display: block !important; }

header#top .fixedhead {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%; }

header#top nav#global {
  background: #00aae7;
  text-align: center;
  width: 100%; }
  header#top nav#global .row > ul {
    display: table;
    line-height: 1;
    margin: auto; }
    header#top nav#global .row > ul > li {
      display: table-cell; }
      header#top nav#global .row > ul > li a {
        color: white;
        display: block;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.035em;
        padding: 15px 20px; }
      header#top nav#global .row > ul > li:hover {
        background: #3870b7;
        background: linear-gradient(180deg, #3870b7, transparent);
        background-image: -ms-linear-gradient(#3870b7, transparent); }
    header#top nav#global .row > ul li {
      margin: 0;
      padding: 0;
      position: relative; }
      header#top nav#global .row > ul li li {
        margin: 0;
        padding: 0; }
      header#top nav#global .row > ul li .wrapper {
        background: white;
        box-shadow: 0 0 5px 0 rgba(32, 47, 51, 0.2);
        display: none;
        position: absolute;
        text-align: left;
        top: 100%;
        width: 280px;
        z-index: 9000 !important; }
        header#top nav#global .row > ul li .wrapper ul.sub-menu {
          margin: 0;
          padding: 0; }
          header#top nav#global .row > ul li .wrapper ul.sub-menu li {
            border-bottom: 1px solid #efefef;
            display: block; }
            header#top nav#global .row > ul li .wrapper ul.sub-menu li a {
              color: rgba(32, 47, 51, 0.7);
              display: block;
              font-size: 15px;
              font-weight: normal;
              letter-spacing: 0;
              line-height: 1.4;
              padding: 10px 20px;
              text-transform: none; }
            header#top nav#global .row > ul li .wrapper ul.sub-menu li:last-of-type {
              border: 0; }
          header#top nav#global .row > ul li .wrapper ul.sub-menu .wrapper {
            left: 100%;
            top: 0; }
        header#top nav#global .row > ul li .wrapper li:hover {
          background: rgba(239, 239, 239, 0.8);
          color: #88c540; }
      header#top nav#global .row > ul li:hover > .wrapper {
        display: block; }

header#top .row {
  margin: auto;
  position: relative;
  top: 1rem;
  width: 100%; }

header#top .cell {
  padding-left: 40px;
  position: relative; }

header#top div#branding {
  padding-left: 0;
  vertical-align: top; }
  header#top div#branding svg {
    height: 53px;
    transition: 500ms ease;
    width: 260px; }
    header#top div#branding svg .st0 {
      fill: black;
      transition: fill 0.25s ease; }
    header#top div#branding svg .st1 {
      fill: #88c540;
      transition: fill 0.25s ease; }
    header#top div#branding svg:hover .st0 {
      fill: rgba(0, 0, 0, 0.8); }
    header#top div#branding svg:hover .st1 {
      fill: #88c540; }
  header#top div#branding img {
    width: 26rem;
    max-width: 26rem; }

header#top div#nav-search {
  position: relative;
  vertical-align: top; }

header#top nav#audience {
  width: 100%;
  z-index: 1000; }
  header#top nav#audience .wrapper {
    background: white;
    box-shadow: 0 0 5px 0 rgba(32, 47, 51, 0.2);
    display: none;
    left: 2px;
    position: absolute;
    top: 100%;
    width: 140px;
    z-index: 5; }
  header#top nav#audience .provider-search .wrapper {
    padding: 0;
    width: 490px; }
    header#top nav#audience .provider-search .wrapper .gform_description {
      display: none; }
    header#top nav#audience .provider-search .wrapper .ky-search .ky-legal {
      position: relative; }
    header#top nav#audience .provider-search .wrapper .ky-search .ky-powered-by-link {
      display: none; }
    header#top nav#audience .provider-search .wrapper .ky-search form {
      padding: 20px; }
    header#top nav#audience .provider-search .wrapper .ky-search-form label {
      color: #3a4741;
      font-weight: 700; }
    header#top nav#audience .provider-search .wrapper .kyruus-custom .ky-legal {
      padding: 16px 0 0 30px;
      color: rgba(69, 75, 73, 0.6) !important;
      font-size: 9px; }
      header#top nav#audience .provider-search .wrapper .kyruus-custom .ky-legal a {
        color: rgba(69, 75, 73, 0.6) !important;
        font-size: 9px; }
    header#top nav#audience .provider-search .wrapper .ky-submit-search {
      padding-left: 0; }
      header#top nav#audience .provider-search .wrapper .ky-submit-search button {
        background-color: #65b76d;
        border: 0; }
    header#top nav#audience .provider-search .wrapper h4 {
      font-weight: normal;
      margin: 0; }
    header#top nav#audience .provider-search .wrapper li {
      border: 0; }
    header#top nav#audience .provider-search .wrapper input[type='text'] {
      width: 100%; }
    header#top nav#audience .provider-search .wrapper select {
      width: 100%; }
    header#top nav#audience .provider-search .wrapper .gform_wrapper {
      margin: 0; }
      header#top nav#audience .provider-search .wrapper .gform_wrapper .gform_heading {
        margin-bottom: 0; }
    header#top nav#audience .provider-search .wrapper form {
      background-color: transparent; }
      header#top nav#audience .provider-search .wrapper form label {
        font-size: 14px; }
      header#top nav#audience .provider-search .wrapper form li {
        padding: 5px 0; }
  header#top nav#audience > ul {
    margin: 0;
    padding: 0;
    right: 0; }
    header#top nav#audience > ul li {
      margin: 0;
      padding: 0; }
      header#top nav#audience > ul li:last-of-type {
        padding-right: 0; }
    header#top nav#audience > ul > li {
      display: inline-block;
      margin: 0;
      padding: 3px 12px;
      position: relative; }
      header#top nav#audience > ul > li > a {
        color: #575757;
        display: block;
        font-size: 14px;
        font-weight: 600; }
        header#top nav#audience > ul > li > a:hover {
          color: #88c540; }
      header#top nav#audience > ul > li ul {
        margin: 0;
        padding: 0; }
        header#top nav#audience > ul > li ul li {
          border-bottom: 1px solid #efefef;
          line-height: 1.2;
          list-style: none; }
          header#top nav#audience > ul > li ul li a {
            color: rgba(87, 87, 87, 0.6);
            display: block;
            font-size: 13px;
            margin: 0;
            padding: 8px 10px; }
            header#top nav#audience > ul > li ul li a:hover {
              background: rgba(239, 239, 239, 0.8);
              color: #88c540; }
      header#top nav#audience > ul > li:hover > .wrapper {
        display: block; }

header#top div#search {
  width: 100%; }

.header_nav_mobile .lang-switch {
  margin: 20px 0; }
  .header_nav_mobile .lang-switch span a {
    color: #0081c6;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase; }
  .header_nav_mobile .lang-switch span.current-language a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #0081c6;
    display: block; }

header.mobile {
  padding: 0.95rem;
  justify-content: space-between; }
  header.mobile img {
    width: 50%;
    width: 21.375rem;
    height: auto; }

@media (min-width: 768px) {
  header#top nav#global {
    position: relative;
    z-index: 9000;
    top: 0; }
    header#top nav#global .row {
      top: 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header#top nav#global .row > ul {
        margin: 0; }
        header#top nav#global .row > ul > li:hover {
          background: none; }
          header#top nav#global .row > ul > li:hover > a {
            position: relative; }
            header#top nav#global .row > ul > li:hover > a:before {
              content: '';
              position: absolute;
              bottom: 12px;
              right: 0;
              width: calc(100% - 20px);
              height: 2px;
              background-color: #fff;
              display: block; }
        header#top nav#global .row > ul > li a {
          font-size: 15px;
          padding-right: 0;
          padding-left: 20px; }
    header#top nav#global .wpml-ls a {
      color: #ffffff; }
    header#top nav#global .wpml-ls .wpml-ls-display {
      display: none; }
  header#top .row {
    padding: 0 0.95rem;
    top: 4rem;
    max-width: 53.75rem; }
  header#top div#branding {
    display: table-cell;
    width: 32%;
    padding-top: 1rem; }
  header#top div#nav-search {
    display: table-cell;
    width: 68%; }
  header#top nav#audience {
    text-align: right; }
    header#top nav#audience > ul {
      position: relative; }
  header#top div#search {
    max-width: 20rem;
    float: right;
    padding-top: 0.5rem; }
  .lang-switch span a {
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase; }
  .lang-switch span.current-language a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block; }
  .navbar-toggler {
    padding-top: 1.5rem; } }

@media (min-width: 992px) {
  header#top .row {
    max-width: 87.5rem; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  header#top div#branding img {
    height: 80px; } }

form.gsc-search-box {
  background: white;
  border-radius: 3px;
  border: 2px solid rgba(87, 87, 87, 0.1);
  margin: 0; }

form.gsc-search-box table {
  margin: 0 !important; }

form.gsc-search-box table .gsc-input-box-focus,
form.gsc-search-box table .gsc-input-box-hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

form.gsc-search-box table tr {
  position: relative; }

form.gsc-search-box table td.gsc-input {
  display: inline-block;
  float: left;
  padding: 0 !important;
  width: 89%; }

form.gsc-search-box table td.gsc-input .gsst_a .gscb_a {
  display: none; }

form.gsc-search-box table td.gsc-input td {
  padding: 0 !important;
  text-align: left; }

form.gsc-search-box table td.gsc-input input {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: none !important;
  border: 0 !important;
  color: rgba(87, 87, 87, 0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  text-indent: 0 !important;
  width: 95% !important; }

form.gsc-search-box table td.gsc-input input:focus,
form.gsc-search-box table td.gsc-input input:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

form.gsc-search-box table td.gsc-input div.gsc-input-box {
  background: none !important;
  border: 0 !important;
  height: auto; }

form.gsc-search-box table td.gsc-search-button {
  display: inline-block;
  float: right;
  position: absolute; }

form.gsc-search-box table td.gsc-search-button input,
form.gsc-search-box table td.gsc-search-button .gsc-search-button {
  background-image: url(/wp-content/themes/cchs/library/images/search-loop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
  margin: 0;
  height: 0;
  padding: 20px 16px;
  top: 0px;
  width: 0;
  z-index: 1; }

form.gsc-search-box table td.gsc-search-button input svg,
form.gsc-search-box table td.gsc-search-button .gsc-search-button svg {
  display: none; }

form.gsc-search-box table td.gsc-search-button:before {
  display: none; }

.desktop header#top nav#global .row ul.sub-menu li:hover a:before,
.ipad header#top nav#global .row ul.sub-menu li:hover a:before {
  content: none; }

footer#colophon {
  position: relative;
  background-color: #575757;
  background-image: url("/wp-content/themes/cchs/library/images/footer-logo.png");
  background-position: center bottom;
  background-size: 45rem;
  background-repeat: no-repeat;
  padding: 0 15px 12.5rem 15px; }
  footer#colophon nav {
    font-size: 1rem;
    margin: auto;
    padding: 2.5rem 0;
    width: 100%; }
    footer#colophon nav h4 {
      color: white;
      font-family: 'Raleway', sans-serif;
      font-size: 1.3rem;
      font-weight: 900;
      margin-bottom: 5px;
      text-transform: uppercase;
      margin-top: 10px; }
    footer#colophon nav div {
      white-space: nowrap;
      width: auto; }
      footer#colophon nav div:last-of-type {
        padding: 0; }
    footer#colophon nav ul {
      line-height: 1;
      margin: 0;
      padding: 0; }
      footer#colophon nav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 0;
        padding: 5px 0; }
        footer#colophon nav ul li a {
          color: white;
          font-weight: 600; }
  footer#colophon #support-our-mission {
    border-top: 5px solid white;
    color: white;
    font-size: 1rem;
    margin: auto;
    padding: 20px 0 60px 0; }
    footer#colophon #support-our-mission div {
      vertical-align: top; }
    footer#colophon #support-our-mission div.giving {
      padding-right: 20px; }
      footer#colophon #support-our-mission div.giving a {
        color: white;
        text-decoration: underline; }
    footer#colophon #support-our-mission div.contact {
      padding-top: 10px;
      font-weight: 900; }
    footer#colophon #support-our-mission div.badge {
      padding-left: 20px;
      width: 125px; }

.signup-footer {
  margin: 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  border-top: white 1px solid;
  padding-top: 2.5rem; }
  .signup-footer header {
    flex: 1;
    text-align: right;
    padding-right: 2rem; }
    .signup-footer header h3 {
      margin-bottom: 0;
      color: #88c540;
      font-size: 34px;
      font-size: 2.125rem;
      font-weight: 900; }
    .signup-footer header p {
      font-size: 1rem;
      font-weight: 600;
      color: white;
      margin-bottom: 0; }
  .signup-footer form {
    flex: 1 auto;
    position: relative;
    padding-top: 0.4rem; }
    .signup-footer form input {
      width: 100%;
      font-size: 16px;
      padding: 1rem;
      border: none;
      border-radius: 0.3125rem; }
    .signup-footer form .button {
      position: absolute;
      top: 0.5rem;
      right: -17px;
      display: none; }
    .signup-footer form button {
      background-image: url("/images/mail.png");
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      text-indent: -999rem;
      padding: 1rem;
      background-size: 100%;
      border-radius: 0;
      padding: 0;
      background-position: 50%; }

@media (min-width: 768px) {
  footer#colophon nav {
    max-width: 53.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer#colophon nav div {
      display: block; }
  footer#colophon #support-our-mission {
    max-width: 87.5rem; }
    footer#colophon #support-our-mission div.giving {
      display: table-cell; }
    footer#colophon #support-our-mission .badges-title {
      float: right; }
    footer#colophon #support-our-mission div.badge {
      display: table-cell; }
  .signup-footer {
    max-width: 53.75rem; }
    .signup-footer header {
      flex: 2; } }

@media (min-width: 992px) {
  footer#colophon nav {
    max-width: 65.625rem;
    flex-direction: row; }
  .signup-footer {
    max-width: 87.5rem; } }

@media (min-width: 1200px) {
  footer#colophon nav {
    font-size: 1.3rem; } }

@media (max-width: 768px) {
  footer#colophon #support-our-mission .badges-title {
    display: block; }
  footer#colophon #support-our-mission .badge {
    padding-left: 0 !important;
    width: 24% !important;
    padding-top: 20px !important; } }

#confirmform {
  display: none; }

article#search .page-content {
  padding: 50px;
  width: 100%;
  max-width: 100%; }

article#search .search-page-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }

article#search .gglsearch {
  width: 100%;
  flex: 1;
  padding-right: 3rem;
  border-right: 1px solid #e8e9ea; }

article#search .search-banner {
  width: 100%;
  max-width: 33%;
  flex: 0 0 33%;
  padding-left: 30px; }

article#search .search-banner--card {
  background-color: #3870b7;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px; }

article#search .search-banner--image {
  width: 100%;
  height: auto; }

article#search .search-banner--content {
  padding: 30px 36px 48px; }
  article#search .search-banner--content h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ffff; }
  article#search .search-banner--content p {
    font-size: 18px; }

article#search .search-banner--content.mobile {
  display: none; }

article#search .search-banner--link {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  -webkit-text-decoration: white;
  text-decoration: white;
  display: flex;
  align-content: center;
  align-items: center; }
  article#search .search-banner--link .sb-icon {
    margin-left: 8px; }

article#announcement .page-content {
  padding: 50px; }

@media (max-width: 768px) {
  article#search .search-page-wrapper {
    flex-direction: column-reverse; }
  article#search .gglsearch {
    padding-right: 0;
    border-right: none; }
  article#search .search-banner {
    padding-left: 0;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  article#search .search-banner--card {
    border-radius: 0; }
  article#search .search-banner--image {
    display: none !important; }
  article#search .search-banner--content.desktop {
    display: none !important; }
  article#search .search-banner--content.mobile {
    display: block !important;
    padding: 18px 30px 15px; }
  article#search .search-banner--content h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  article#search .search-banner--content p {
    margin-bottom: 0; }
  article#search .search-banner--link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    padding: 18px 0 15px 30px; } }

article.new-landing {
  flex-direction: column; }
  article.new-landing .page-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.5rem; }
    article.new-landing .page-content > div.content {
      flex: 1;
      font-size: 1rem;
      padding: 0 0.9375rem 2.5rem 0.9375rem;
      vertical-align: top; }
    article.new-landing .page-content div.recognition {
      font-family: 'IBM Plex Serif', serif;
      font-size: 15px; }
      article.new-landing .page-content div.recognition img {
        float: left;
        padding: 0 20px 20px 0; }
    article.new-landing .page-content h3 {
      font-size: 18px; }
    article.new-landing .page-content aside {
      flex: 0 1 auto;
      border-left: none;
      padding: 2.5rem 0.9375rem 2.5rem 0.9375rem; }
      article.new-landing .page-content aside div.container {
        margin-bottom: 2.125rem;
        padding: 0; }
      article.new-landing .page-content aside a {
        color: #0081c6;
        text-decoration: none; }
      article.new-landing .page-content aside a.btn-primary {
        margin-bottom: 1rem;
        color: #ffffff; }
      article.new-landing .page-content aside a.btn {
        text-decoration: none; }
      article.new-landing .page-content aside h3 {
        color: #575757;
        display: block !important;
        font-size: 1.375rem;
        line-height: 1;
        font-weight: 800;
        margin: 0 0 1.25rem 0; }
      article.new-landing .page-content aside ul {
        list-style: none;
        margin-left: 0 !important; }
      article.new-landing .page-content aside select {
        -webkit-appearance: none;
        appearance: none;
        background: white;
        border: 2px solid rgba(87, 87, 87, 0.4);
        border-radius: 5px;
        color: rgba(87, 87, 87, 0.8);
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
        outline: none;
        padding: 6px 10px;
        width: 100%; }
        article.new-landing .page-content aside select::-ms-expand {
          display: none; }
      article.new-landing .page-content aside label {
        display: block;
        position: relative; }
        article.new-landing .page-content aside label:after:not(.gfield_label) {
          content: '';
          color: #0081c6;
          font-family: 'cchsicons';
          font-size: 1.5rem;
          position: absolute;
          right: -2px;
          top: 4px;
          z-index: 1;
          width: 10%;
          height: 100%;
          pointer-events: none; }
      article.new-landing .page-content aside .vcard {
        line-height: 1.3;
        margin-bottom: 30px; }
        article.new-landing .page-content aside .vcard .call-to-action-phone {
          font-size: 1.65em; }
        article.new-landing .page-content aside .vcard p.call-to-action {
          color: #88c540;
          font-size: 1.95625rem;
          font-weight: 800;
          margin: 0 0 2rem 0; }
          article.new-landing .page-content aside .vcard p.call-to-action > span {
            display: block;
            font-size: 1.25rem; }
          article.new-landing .page-content aside .vcard p.call-to-action a[href^='tel:'] {
            text-decoration: underline;
            display: inline;
            padding-left: 0;
            color: #88c540;
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-word; }
          article.new-landing .page-content aside .vcard p.call-to-action a[href^='mailto:'] {
            text-decoration: underline;
            display: inline;
            padding-left: 0;
            color: #88c540;
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-word; }
        article.new-landing .page-content aside .vcard .url {
          display: none; }
        article.new-landing .page-content aside .vcard a:not(.cta-link) {
          color: #7c7e80;
          display: block;
          padding-left: 2.3125rem;
          position: relative;
          text-decoration: none; }
          article.new-landing .page-content aside .vcard a:not(.cta-link) .adr {
            display: none; }
        article.new-landing .page-content aside .vcard .org:before {
          color: #7c7e80;
          content: '';
          font-family: 'cchsicons';
          font-style: normal;
          left: 0;
          position: absolute; }
        article.new-landing .page-content aside .vcard .call-to-action-phone {
          font-size: 1.3em;
          text-align: center; }
      article.new-landing .page-content aside div#feeds {
        font-size: 0.875rem;
        line-height: 1.4; }
        article.new-landing .page-content aside div#feeds h3 {
          margin: 0 0 15px 0; }
        article.new-landing .page-content aside div#feeds ul {
          margin: 0; }
          article.new-landing .page-content aside div#feeds ul li {
            list-style: none; }
            article.new-landing .page-content aside div#feeds ul li a {
              display: flex;
              text-decoration: none; }
            article.new-landing .page-content aside div#feeds ul li span.event-date {
              line-height: 1.2;
              flex: 0 0 6rem; }
              article.new-landing .page-content aside div#feeds ul li span.event-date .day {
                color: #575757;
                font-size: 1.5rem;
                font-weight: 800;
                display: inline;
                font-variant-numeric: lining-nums; }
              article.new-landing .page-content aside div#feeds ul li span.event-date .month {
                display: inline;
                color: #575757;
                font-size: 1.5rem;
                font-weight: 800;
                padding-right: 0.5rem; }
            article.new-landing .page-content aside div#feeds ul li span.container {
              display: block;
              padding: 0;
              vertical-align: middle;
              width: 95%; }
              article.new-landing .page-content aside div#feeds ul li span.container .event-title {
                display: block;
                font-size: 1.125rem;
                font-weight: 800;
                line-height: 1.2;
                margin-bottom: 3px;
                color: #0081c6; }
              article.new-landing .page-content aside div#feeds ul li span.container .today {
                color: rgba(87, 87, 87, 0.6); }
              article.new-landing .page-content aside div#feeds ul li span.container .venue {
                font-size: 1rem;
                font-weight: 800;
                color: #575757;
                display: block; }
    article.new-landing .page-content .social-media {
      font-size: 0.8em;
      text-align: center; }
    article.new-landing .page-content .cta.blue-buttons {
      margin-bottom: 12px; }
      article.new-landing .page-content .cta.blue-buttons a {
        font-size: 1.1em;
        padding: 12px 10px; }
    article.new-landing .page-content .content h2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 800;
      margin-bottom: 0; }
    article.new-landing .page-content .content h2.lead {
      font-family: 'Raleway', sans-serif;
      font-weight: 600;
      font-size: 2.8125rem;
      margin-bottom: 1rem;
      color: #202f33; }
    @media (max-width: 560px) {
      article.new-landing .page-content .content .wp-video {
        max-width: calc(100vw - 64px);
        margin-left: auto;
        margin-right: auto; } }
    article.new-landing .page-content div.featured-videos {
      background: #575757; }
    article.new-landing .page-content div.video1 {
      display: inline-block;
      padding: 2% 1% 2% 6%;
      width: 43%; }
    article.new-landing .page-content div.video2 {
      display: inline-block;
      padding: 2% 6% 2% 1%;
      width: 43%; }
  article.new-landing footer {
    flex: 0 100%; }
    article.new-landing footer div#feeds {
      background: transparent;
      font-size: 0.875rem;
      line-height: 1.4; }
      article.new-landing footer div#feeds div.rss {
        border-top: none;
        padding: 0; }
      article.new-landing footer div#feeds h3 {
        color: #0081c6;
        display: block !important;
        margin: 0;
        font-size: 2.8125rem;
        line-height: 1;
        text-align: center;
        font-weight: 700;
        padding: 3.75rem 0; }
      article.new-landing footer div#feeds ul {
        margin: 0;
        display: flex;
        flex-direction: column; }
        article.new-landing footer div#feeds ul li {
          list-style: none;
          flex-basis: 33.33%; }
          article.new-landing footer div#feeds ul li a {
            color: #efefef;
            display: flex;
            flex-wrap: wrap;
            text-decoration: none;
            padding: 0;
            flex-direction: column; }
          article.new-landing footer div#feeds ul li figure {
            margin: 0;
            padding-bottom: 1rem;
            width: 100%;
            vertical-align: top;
            flex: 0 0 1; }
            article.new-landing footer div#feeds ul li figure img {
              max-width: 100%;
              padding: 0; }
          article.new-landing footer div#feeds ul li span.container {
            padding: 0 20px 0 0; }
          article.new-landing footer div#feeds ul li:last-of-type span.container {
            padding: 0; }
  article.new-landing .flexslider .play-button {
    bottom: 55px;
    left: 470px; }
  @media (min-width: 768px) {
    article.new-landing .page-content > div.content {
      padding: 0 1.75rem 2.5rem 1rem; }
    article.new-landing .page-content aside {
      flex: 0 1 26.3125rem;
      padding: 0 1rem 2.5rem 1.75rem;
      border-left: 1px solid #575757; }
    article.new-landing footer div#feeds ul {
      flex-direction: row; }
      article.new-landing footer div#feeds ul li a {
        padding: 0 1.75rem; } }

article.new-landing.location .flexslider header h1 {
  width: 560px; }

article.new-landing.location .responsive-tabs .responsive-tabs__list__item {
  font-size: 15px;
  margin-right: 9px;
  padding: 8px 10px 9px 10px; }
  article.new-landing.location .responsive-tabs .responsive-tabs__list__item:last-of-type {
    margin-right: 0; }

article.new-landing.location .responsive-tabs .responsive-tabs__list__item--active {
  font-weight: bold;
  border: 0;
  border-bottom: 5px solid #88c540; }

article.new-landing.location .responsive-tabs .responsive-tabs__panel {
  border: 0; }

article.new-landing.location .responsive-tabs .responsive-tabs .responsive-tabs__list__item--active:hover {
  border: 0;
  border-bottom: 5px solid #88c540; }

article.new-landing.location .responsive-tabs .tabcontent {
  padding: 20px 0; }

article.new-landing.location .responsive-tabs .responsive-tabs__list {
  margin: 0 auto; }

#servicehome {
  float: left;
  position: relative;
  background-color: transparent !important;
  background-position: top right !important;
  border: 1px solid #fff; }
  @media (max-width: 991.98px) {
    #servicehome {
      background: none !important; } }
  #servicehome #servicecontent ul {
    margin: 0 0 20px 20px;
    padding-left: 25px; }
    #servicehome #servicecontent ul li {
      margin-bottom: 5px; }
  #servicehome #servicecontent #servsidebar ul.linklist {
    float: left;
    font-size: 0.9em;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0; }
    #servicehome #servicecontent #servsidebar ul.linklist li {
      line-height: 1.2;
      padding: 0 10px 3px 0;
      width: 140px; }
  #servicehome #servicecontent #servsidebar ul.col3 li {
    width: 90px; }
  #servicehome #servicecontent #servsidebar ul.caplist {
    float: none;
    margin: 0;
    padding: 0; }
    #servicehome #servicecontent #servsidebar ul.caplist li {
      font-size: 0.9em;
      line-height: 1.4;
      list-style: none;
      margin-bottom: 5px;
      padding: 0; }
  #servicehome #servicecontent #servsidebar p {
    color: #4c5a6b;
    font-size: 0.9em;
    margin: 5px 0; }
  #servicehome .contact {
    font-size: 0.9em;
    line-height: 1.4 !important;
    line-height: 1.8; }
    #servicehome .contact .tel {
      font: 1.5em 'Raleway', sans-serif !important;
      line-height: 1.3 !important;
      margin: 0 0 0.25em; }
    #servicehome .contact .fn {
      font: 1em 'Raleway', sans-serif;
      margin: 5px 0; }
    #servicehome .contact .extended-address {
      display: none; }
    #servicehome .contact a.url {
      display: none; }
  #servicehome .intro {
    color: #202020;
    font: 400 1.1em 'Raleway', sans-serif;
    line-height: 1.6;
    max-width: 400px; }
  #servicehome p.cta {
    font: 1.6em 'IBM Plex Serif', serif;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
  #servicehome .tel {
    font: 1.7em 'IBM Plex Serif', serif;
    line-height: 1.2; }
  #servicehome #servsidebar .tel {
    font: 1.4em 'IBM Plex Serif', serif;
    margin-top: 20px; }
  #servicehome .callout {
    clear: right;
    margin: 30px 0 0 0; }
  #servicehome h1 {
    background-repeat: no-repeat;
    height: 120px;
    text-indent: -9999px;
    width: 400px; }
  #servicehome .playvideo {
    margin: 20px 0 10px 0; }
    #servicehome .playvideo a {
      display: block;
      font: italic 1.4em 'IBM Plex Serif', serif;
      min-height: 65px;
      padding: 10px 20px 0 110px; }

#servicecontent {
  float: left;
  padding-bottom: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    #servicecontent {
      padding: 3rem 0; } }
  #servicecontent p {
    margin-bottom: 20px; }

.red #servicecontent .dir {
  border-bottom: 1px dotted #ccc;
  color: #474747 !important;
  background: none !important;
  text-decoration: none !important;
  padding: 0 !important; }

#servsidebar {
  margin: 80px 0 30px 40px;
  padding: 25px;
  width: 300px; }
  #servsidebar select.styled {
    font-size: 1.4em; }
  #servsidebar h3 {
    color: #4c5a6b;
    font: bold 1.3em 'Raleway', sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px; }
  #servsidebar h4 {
    font: normal 1em 'Raleway', sans-serif;
    line-height: 1.4;
    margin-bottom: 10px; }
  #servsidebar ul.linklist li span {
    color: #535a63;
    padding-right: 10px;
    font-size: 0.9em; }
  #servsidebar form {
    clear: both;
    margin: 10px 0 5px 0; }

#servsidebar,
#sidebar {
  background: #fff url(/images/bg-gradient-gry.gif) bottom repeat-x;
  border: 2px solid #d7d7d5;
  display: inline;
  float: right;
  position: relative;
  right: 0;
  top: 0; }

#sidebar {
  margin: 0 0 20px 20px;
  padding: 20px; }
  #sidebar ul {
    margin: 0;
    padding: 0; }
    #sidebar ul li {
      margin: 0;
      padding: 0; }
  #sidebar h3 {
    color: #006544;
    font: bold 1.3em 'Raleway', sans-serif;
    letter-spacing: 0;
    margin: 0 0 10px 0; }

.sysspots {
  background: #4c5a6b url(/images/bg-dot-sysspots.gif) repeat-y;
  clear: both;
  overflow: hidden; }
  .sysspots img {
    box-shadow: 0 2px 5px #3e4a59;
    -moz-box-shadow: 0 2px 5px #3e4a59;
    -webkit-box-shadow: 0 2px 5px #3e4a59;
    float: left;
    margin-right: 10px; }
  .sysspots ul {
    border-top: 1px dotted #3e4a59;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .sysspots ul li {
      color: #ccced1;
      display: inline;
      float: left;
      margin: 0;
      min-height: 80px;
      padding: 30px;
      width: 260px; }
  .sysspots a {
    color: #fff !important;
    display: block;
    line-height: 1.8; }
  .sysspots p {
    float: left;
    font-size: 0.9em;
    line-height: 1.3;
    width: 160px; }
  .sysspots h4 {
    color: #fff;
    float: left;
    font: bold 1.2em 'Raleway', sans-serif;
    margin-bottom: 0;
    text-transform: capitalize;
    width: 160px; }

#homepage .sysspots {
  margin-top: 30px; }

body .sysspots {
  background: #6a7888;
  border-bottom: 1px solid #5e6b7b;
  overflow: visible !important;
  padding: 1em 0 0; }
  body .sysspots img {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    float: left;
    padding: 0 0.5em 1em 2em; }
  body .sysspots ul {
    background: #6a7888;
    border-top: 0;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    body .sysspots ul li {
      background: #6a7888;
      color: #c3c3c3;
      display: inline;
      float: left;
      font: 1.1em 'Raleway', sans-serif;
      width: 100%;
      margin: 0;
      padding: 1em 0; }
      body .sysspots ul li br {
        display: none; }
  body .sysspots a {
    color: #fff !important;
    display: inline;
    line-height: inherit;
    white-space: nowrap; }
  body .sysspots p {
    float: none;
    font-size: 0.9em;
    line-height: 1.3;
    width: auto;
    padding: 0 1.75em 0 2em; }
  body .sysspots h4 {
    color: #fff;
    float: none;
    font: 700 17px 'IBM Plex Serif', serif;
    line-height: 1.3;
    width: auto;
    margin: 0 1.5em 0.25em 0; }
  body .sysspots .programlist {
    display: block;
    float: none;
    z-index: 2000 !important;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em; }
    body .sysspots .programlist > li {
      display: inline-block;
      float: left;
      list-style-type: none;
      min-height: inherit !important;
      position: relative;
      padding: 0; }
      body .sysspots .programlist > li > a {
        background: url(/images/arrow-gry-dwn.png) right 10px center no-repeat;
        border-bottom: 1px solid #dcdcdc;
        color: #575f6a;
        font-size: 0.9em;
        text-decoration: none;
        padding: 0.25em 0; }
    body .sysspots .programlist ul {
      background: #fff;
      border: 2px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      display: none;
      float: none;
      position: absolute;
      z-index: 2000;
      margin: 0;
      padding: 0; }
      body .sysspots .programlist ul li {
        float: none;
        border-bottom: 1px solid #dcdcdc;
        display: block;
        min-height: inherit !important;
        position: relative;
        text-align: left;
        text-transform: none;
        width: 15em;
        padding: 0; }
        body .sysspots .programlist ul li a {
          display: block !important;
          font-size: 0.8em !important;
          text-decoration: none;
          white-space: normal !important;
          background: #fff;
          color: #6a7888 !important;
          padding: 0.5em 1em; }
    body .sysspots .programlist li:hover > ul {
      display: block;
      top: 100%;
      left: 0; }

@media (min-width: 768px) {
  body .sysspots ul li {
    width: 33.333%; } }

@media (max-width: 767px) {
  body .sysspots ul li {
    width: 100% !important; } }

.no-slider {
  font-size: 2.75rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 800;
  padding-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .no-slider {
      font-size: 3.75rem; } }

main.no-nav-no-subheader article:not(.landing):not(.new-landing) div.page-content {
  padding: 50px; }

main.no-nav-no-subheader aside.channel {
  display: table-cell;
  float: none;
  padding-top: 50px; }
  main.no-nav-no-subheader aside.channel div.channel {
    border: 0;
    padding: 0 50px 0 0; }
    main.no-nav-no-subheader aside.channel div.channel h3 {
      margin-bottom: 10px; }

.facilities-intro {
  margin-bottom: 2.5rem; }
  @media (max-width: 576px) {
    .facilities-intro {
      width: 100% !important; } }

.facilities-list {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0; }
  @media (max-width: 576px) {
    .facilities-list {
      padding-right: 0.5rem; } }
  .facilities-list--title {
    margin-bottom: 1.5rem !important; }
  .facilities-list--item {
    margin-bottom: 1rem; }
  .facilities-list .facilities-list--item > .row {
    align-items: center;
    align-content: stretch; }
  .facilities-list .facilities-list--item .col-image {
    max-width: 230px;
    flex: 0 0 230px; }
    @media (max-width: 576px) {
      .facilities-list .facilities-list--item .col-image {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem; } }
    .facilities-list .facilities-list--item .col-image img {
      width: 100%;
      max-width: 200px;
      height: auto; }
      @media (max-width: 576px) {
        .facilities-list .facilities-list--item .col-image img {
          max-width: 100%; } }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .facilities-list .facilities-list--item .col-image img {
          width: 200px;
          height: 140px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
          @media (max-width: 576px) {
            .facilities-list .facilities-list--item .col-image img {
              width: 100%;
              height: auto; } } }
  .facilities-list .facilities-list--item .col-content {
    flex: 1; }
    @media (max-width: 576px) {
      .facilities-list .facilities-list--item .col-content {
        margin-bottom: 1rem; } }

main#people ul.people-list {
  column-count: 2;
  list-style: none;
  margin: 0; }
  main#people ul.people-list li {
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    margin: 0; }

.diabetes-newsletter {
  flex-direction: column;
  max-width: 879px !important; }
  .diabetes-newsletter article:not(.landing):not(.new-landing) .page-content {
    max-width: unset !important; }

@media (max-width: 720px) {
  .bmi-table {
    font-size: 55%;
    margin-top: 0.5rem; }
    .bmi-table td,
    .bmi-table th {
      padding: 0.25rem;
      line-height: 1.2; } }

@media (max-width: 420px) {
  .bmi-table td,
  .bmi-table th {
    padding: 0.125rem; } }

form fieldset {
  border: 1px solid #efefef;
  padding: 20px; }
  form fieldset label {
    display: block; }
    form fieldset label span {
      display: inline-block;
      width: 20%; }
    form fieldset label input {
      display: inline-block; }

#ProviderSearch fieldset label {
  margin: 5px 0; }
  #ProviderSearch fieldset label span {
    font-weight: 600;
    width: 160px; }

main#basic input.submit-button,
main#basic .gform_button {
  -moz-box-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #36b276;
  border: 0;
  color: white;
  display: block;
  font-size: 18px;
  margin-top: 25px;
  padding: 10px;
  width: 100%; }

body .gform_wrapper .hide-label label.gfield_label {
  display: none; }

body .gform_wrapper .gform_button {
  background: #36b075;
  border-radius: 3px;
  border: 0;
  color: white;
  font: bold 1.1em "Raleway", sans-serif;
  padding: 5px 10px;
  text-transform: uppercase; }

body .gform_wrapper .top_label .gfield_label {
  font-size: 1.25rem; }

body .gform_wrapper .gfield_checkbox li label {
  font-size: 1.125rem; }

body .gform_wrapper .gfield_checkbox li label sup {
  vertical-align: super;
  font-size: 0.5rem; }

body .gform_wrapper ul.gform_fields li.gfield {
  font-size: 1.25rem;
  padding-right: 0; }

@media (max-width: 768px) {
  .no-js .accordion {
    height: 51px;
    overflow: hidden; } }

.no-js .accordion-content {
  display: none; }

[class*='notification '] {
  display: block;
  font-size: 1.5em;
  font-family: "Raleway", sans-serif;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center; }

.confirm {
  background: #88c540;
  color: set-notification-text-color(#88c540); }

.warning {
  background: #febc11;
  color: set-notification-text-color(#febc11); }

.alert {
  background: #c74a5c;
  color: set-notification-text-color(#c74a5c); }

.learnmore {
  background: #88c540;
  color: set-notification-text-color(black); }

body.single main #event-wrapper .tribe-events-notices {
  background-color: gray;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 35px, rgba(255, 255, 255, 0.5) 70px);
  border: 0;
  color: white;
  margin: 0;
  padding: 0;
  margin: auto;
  margin: 1em 0;
  padding: 0.75em 1em;
  text-align: center; }
  body.single main #event-wrapper .tribe-events-notices li {
    margin: 0;
    padding: 0; }
  body.single main #event-wrapper .tribe-events-notices ul {
    margin: 0;
    padding: 0; }
    body.single main #event-wrapper .tribe-events-notices ul li {
      margin: 0;
      padding: 0; }
    body.single main #event-wrapper .tribe-events-notices ul li {
      color: white;
      font-family: "Raleway", sans-serif;
      font-size: 1.25em;
      font-weight: 600;
      margin: 0;
      padding: 0;
      text-shadow: none; }
      body.single main #event-wrapper .tribe-events-notices ul li li {
        margin: 0;
        padding: 0; }
      body.single main #event-wrapper .tribe-events-notices ul li li {
        margin: 0;
        padding: 0; }
        body.single main #event-wrapper .tribe-events-notices ul li li li {
          margin: 0;
          padding: 0; }

.attention {
  border: 1px solid black;
  font-style: italic; }

.page-content div.call-to-action {
  font-size: 20px; }

header.mobile div#all-messages {
  margin-bottom: 30px; }

div#all-messages {
  flex: 0 0 100%; }

div.messages {
  margin: auto; }
  div.messages div.text {
    border: 0;
    color: white;
    position: relative; }
  div.messages .accordion-toggle {
    background: transparent;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(transparent, rgba(255, 255, 255, 0.1));
    color: white;
    cursor: pointer;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 18px !important;
    margin: 0;
    padding: 1rem 2%;
    transition: background 500ms ease; }
    div.messages .accordion-toggle span {
      display: inline-block;
      padding: 0 35px; }
    div.messages .accordion-toggle span:before {
      display: inline-block;
      font-family: cchsicons;
      font-size: 1.25em;
      left: 20px;
      line-height: 1;
      position: absolute;
      text-align: center;
      top: 12px;
      vertical-align: top; }
  div.messages .accordion-toggle:after {
    background: rgba(32, 47, 51, 0.6);
    content: "";
    display: block;
    font-family: cchsicons;
    line-height: 1;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: 15px;
    transition: opacity 500ms ease;
    top: 12px; }
  div.messages .accordion-toggle:hover {
    background: rgba(255, 255, 255, 0.1); }
  div.messages .accordion-toggle.active {
    background: transparent;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(transparent, rgba(255, 255, 255, 0.1)); }
  div.messages div.text.open .accordion-toggle:after {
    opacity: 1; }
  div.messages div.text:not(.open) .accordion-content {
    display: none; }
  div.messages .accordion-header-icon {
    position: absolute;
    right: 1rem;
    top: 1rem; }
  div.messages .accordion-content {
    box-shadow: inset 0 7px 9px -7px rgba(32, 47, 51, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px; }
    div.messages .accordion-content .container {
      display: block;
      padding: 2.5% 6%;
      transition: background 500ms ease; }
    div.messages .accordion-content a.container:hover {
      background: rgba(32, 47, 51, 0.15); }
    div.messages .accordion-content a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none; }
    div.messages .accordion-content h2,
    div.messages .accordion-content h3,
    div.messages .accordion-content h4,
    div.messages .accordion-content h5,
    div.messages .accordion-content h6 {
      color: rgba(255, 255, 255, 0.9) !important; }
    div.messages .accordion-content h2 {
      font-size: 20px; }
    div.messages .accordion-content p {
      margin: 15px 0; }
    div.messages .accordion-content p:first-of-type {
      margin-top: 0; }
    div.messages .accordion-content p:last-of-type {
      margin-bottom: 0; }
    div.messages .accordion-content ul {
      margin: 0 0 0 30px; }
      div.messages .accordion-content ul li {
        list-style: disc;
        margin: 5px 0; }
    div.messages .accordion-content h3 {
      font-size: 17px;
      margin: 8px 0; }
    div.messages .accordion-content table {
      border-collapse: collapse;
      border: 1px solid rgba(0, 103, 172, 0.1);
      box-shadow: 0 0 3px 0 rgba(32, 47, 51, 0.25); }
      div.messages .accordion-content table th,
      div.messages .accordion-content table td {
        background: white;
        border: 1px solid #efefef;
        color: rgba(32, 47, 51, 0.8);
        padding: 15px; }
      div.messages .accordion-content table th {
        font-weight: 600; }

div.text {
  background: #36b075; }

div.text.important {
  background: #c74a5c; }

div.text.system {
  background: #36b075; }

div.text.system .accordion-toggle span:before {
  content: "";
  font-size: 24px; }

div.text.survey {
  background: #ebaa19; }

div.text.survey .accordion-toggle span:before {
  content: "";
  font-size: 24px; }

div.text.important .accordion-toggle span:before {
  content: "";
  font-size: 24px; }

div.text.weather {
  background: #0067ac; }

div.text.weather .accordion-toggle span:before {
  content: "";
  font-size: 24px; }

div.text.hours {
  background: #36b075; }

div.text.hours .accordion-toggle span:before {
  content: "";
  font-size: 24px; }

div.text.parking {
  background: #183163; }

div.text.parking .accordion-toggle span:before {
  content: ""; }

div.text.construction {
  background: #ee674e; }

div.text.construction .accordion-toggle span:before {
  content: "";
  font-size: 24px; }

div.text.office {
  background: #6b3b88; }

div.text.office .accordion-toggle span:before {
  content: ""; }

div.text.notice {
  background: #febc11;
  border: 0;
  position: relative; }

div.text.notice span:before {
  content: '\e904';
  display: block;
  font-family: cchsicons;
  font-size: 1.75em;
  position: absolute;
  right: 20px;
  top: 20px; }

.ghost-button {
  border: 1px solid white;
  color: white !important;
  display: inline-block;
  font-weight: bold;
  padding: 6px 20px; }

div.button a {
  background: #00aae7;
  color: white;
  display: block;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: auto; }

div.button a:hover {
  background: #575757;
  text-decoration: none; }

table div.tablesorter-header-inner {
  display: inline-block; }

table th.tablesorter-headerDesc:after {
  content: '';
  display: inline-block;
  font-family: cchsicons;
  font-size: 1.25em;
  vertical-align: middle; }

table th.tablesorter-headerAsc:after {
  content: '';
  font-family: cchsicons;
  font-size: 1.25em;
  vertical-align: middle; }

table th.headerSortDown {
  color: #88c540; }

table th.headerSortUp {
  color: #88c540; }

table img.footer.logo {
  float: unset !important;
  margin-left: 0 !important; }

table.hours-and-services {
  border-collapse: collapse;
  color: rgba(87, 87, 87, 0.8);
  font-size: 0.9em; }
  table.hours-and-services tbody td {
    padding: 5px;
    white-space: nowrap; }
    table.hours-and-services tbody td:last-of-type {
      padding-right: 0; }
  table.hours-and-services tbody td.day-of-the-week {
    padding: 5px 0; }
  table.hours-and-services tbody td.hours {
    padding: 5px 0 5px 10px; }
  table.hours-and-services tbody th {
    font-weight: 600;
    max-width: 120px;
    padding: 5px 10px 5px 0;
    text-align: left; }
    table.hours-and-services tbody th a {
      text-decoration: none; }
  table.hours-and-services tbody tr:not(:last-of-type) th.rows {
    padding-bottom: 0; }
    table.hours-and-services tbody tr:not(:last-of-type) th.rows ~ td {
      padding-bottom: 0; }
  table.hours-and-services tbody tr:not(:first-of-type) td {
    padding-top: 0; }
  table.hours-and-services tbody tr:not(:first-of-type) th {
    padding-top: 0; }
  table.hours-and-services tbody:first-of-type tr:first-of-type td {
    border-top: 0; }
  table.hours-and-services tbody:first-of-type tr:first-of-type th {
    border-top: 0; }

.tablesorter-sticky-wrapper {
  background: #202f33;
  border-bottom: 1px solid #202f33;
  padding-top: 44px; }
  .tablesorter-sticky-wrapper table.services-chart thead th {
    color: white;
    padding: 5px 0; }

table.services-chart {
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%; }
  table.services-chart thead th {
    color: #202f33;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 5px;
    width: 9%; }
    table.services-chart thead th:first-of-type {
      padding-left: 10px;
      text-align: left;
      width: 180px; }
  table.services-chart tfoot th {
    color: #202f33;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 5px;
    width: 9%; }
    table.services-chart tfoot th:first-of-type {
      padding-left: 10px;
      text-align: left;
      width: 180px; }
  table.services-chart tbody div.accordion-content {
    line-height: 0;
    padding: 0;
    vertical-align: bottom; }
    table.services-chart tbody div.accordion-content > div {
      line-height: 1.4;
      padding: 0 30px; }
    table.services-chart tbody div.accordion-content a {
      display: block;
      margin-bottom: 3px; }
    table.services-chart tbody div.accordion-content .tel {
      display: block;
      font-size: 16px;
      font-weight: 300;
      padding-bottom: 3px; }
    table.services-chart tbody div.accordion-content iframe {
      margin-top: 10px; }
  table.services-chart tbody h4 {
    color: #00aae7;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    transition: all 500ms ease; }
    table.services-chart tbody h4 span {
      font-weight: normal; }
    table.services-chart tbody h4:hover {
      color: #202f33; }
  table.services-chart tbody h4.active {
    color: #202f33;
    text-decoration: none; }
  table.services-chart tbody tr:nth-of-type(even) td {
    background: rgba(136, 197, 64, 0.05); }
  table.services-chart tbody tr:nth-of-type(even) th {
    background: rgba(136, 197, 64, 0.05); }
  table.services-chart tbody tr:last-of-type td {
    border-bottom: 1px solid #b7dfcd; }
  table.services-chart tbody tr:last-of-type th {
    border-bottom: 1px solid #b7dfcd; }
  table.services-chart tbody td {
    border-top: 1px solid #b7dfcd;
    padding: 10px;
    text-align: center; }
    table.services-chart tbody td:last-of-type {
      border-right: 1px solid #b7dfcd; }
  table.services-chart tbody th {
    border-top: 1px solid #b7dfcd;
    border-left: 1px solid #b7dfcd;
    font-weight: normal;
    text-align: left;
    padding: 15px 0; }
  table.services-chart tbody td.check {
    color: #88c540; }
  table.services-chart tbody .caption {
    display: none; }
  table.services-chart tbody tr.current {
    box-shadow: inset 0 7px 9px -7px rgba(32, 47, 51, 0.35); }
    table.services-chart tbody tr.current td {
      background: rgba(239, 239, 239, 0.35);
      border-bottom: 1px solid rgba(87, 87, 87, 0.1);
      border-top: 1px solid rgba(87, 87, 87, 0.1);
      vertical-align: top; }
      table.services-chart tbody tr.current td:last-of-type {
        border-right: 1px solid rgba(87, 87, 87, 0.2); }
    table.services-chart tbody tr.current th {
      background: rgba(239, 239, 239, 0.35);
      border-bottom: 1px solid rgba(87, 87, 87, 0.1);
      border-top: 1px solid rgba(87, 87, 87, 0.1);
      vertical-align: top;
      background: white;
      border-left: 1px solid rgba(87, 87, 87, 0.2);
      padding-bottom: 0; }
    table.services-chart tbody tr.current td.check {
      padding-top: 85px; }
      table.services-chart tbody tr.current td.check span[class*='icon-'] {
        background: #88c540;
        border-radius: 50%;
        color: white;
        padding: 6px; }
      table.services-chart tbody tr.current td.check span.caption {
        color: rgba(87, 87, 87, 0.6);
        display: block;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 5px;
        opacity: 0;
        transition: opacity 500ms ease;
        visibility: hidden; }
      table.services-chart tbody tr.current td.check:hover span.caption {
        opacity: 1;
        visibility: visible; }
    table.services-chart tbody tr.current .caption {
      display: block; }

table.location-details {
  font-size: 0.9em;
  border-collapse: collapse;
  vertical-align: top;
  width: 100%; }
  table.location-details thead th {
    background: #00aae7;
    color: white;
    font-weight: 300;
    padding: 10px 15px;
    text-align: left; }
  table.location-details tbody td {
    background: rgba(87, 87, 87, 0.01);
    color: rgba(87, 87, 87, 0.8);
    padding: 12px 16px;
    vertical-align: top; }
  table.location-details tbody th {
    background: rgba(87, 87, 87, 0.01);
    color: rgba(87, 87, 87, 0.8);
    padding: 12px 16px;
    vertical-align: top;
    background: rgba(87, 87, 87, 0.01);
    font-weight: 600;
    text-align: left; }
  table.location-details tbody td.hours {
    padding-left: 0; }
  table.location-details tbody tr:nth-of-type(odd) td {
    background: rgba(87, 87, 87, 0.05); }
  table.location-details tbody tr:nth-of-type(odd) th {
    background: rgba(87, 87, 87, 0.05); }
  table.location-details a {
    font-weight: 600; }
  table.location-details td.service-name {
    color: #202f33; }
  table.location-details tr.current-category {
    background: #efefef; }
  table.location-details table td {
    font-size: 0.9em; }
  table.location-details table th {
    font-size: 0.9em; }
  table.location-details td:nth-of-type(2) {
    white-space: nowrap; }
  table.location-details td:nth-of-type(5) {
    white-space: nowrap; }

table.location-details.phone tr td {
  padding: 10px; }

table.location-details.phone tr td.phone {
  text-align: right;
  white-space: nowrap; }

table.location-details.phone tr td.address {
  color: rgba(87, 87, 87, 0.6); }

table.location-details.phone tr:nth-of-type(odd) td {
  background: rgba(239, 239, 239, 0.6); }

table.location-details.phone thead tr th {
  font-weight: 300;
  padding: 20px 10px;
  text-align: left; }
  table.location-details.phone thead tr th:last-child {
    text-align: right;
    text-wrap: nowrap; }

table.location-details.phone tfoot tr th {
  font-weight: 300;
  padding: 20px 10px;
  text-align: left; }
  table.location-details.phone tfoot tr th:last-child {
    text-align: right;
    text-wrap: nowrap; }

table.hours {
  border-collapse: collapse;
  color: rgba(87, 87, 87, 0.8); }
  table.hours tr th {
    font-weight: 600;
    text-align: left; }
  table.hours tr td:first-of-type {
    padding-right: 8px; }
  table.hours tbody:not(:first-of-type) th {
    padding-top: 10px; }

table.symptom-chart {
  border: 3px solid #eaebe8;
  border-collapse: collapse;
  margin-bottom: 26px; }
  table.symptom-chart tbody th {
    background: white;
    border: 1px solid rgba(234, 235, 232, 0.5);
    border-right: 0;
    color: rgba(0, 170, 231, 0.8);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.035em;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase; }
    table.symptom-chart tbody th:first-letter {
      color: #00aae7;
      font-weight: 700; }
  table.symptom-chart tbody td {
    border: 1px solid rgba(234, 235, 232, 0.75);
    border-left: 0;
    color: rgba(58, 71, 65, 0.8);
    font-size: 15px;
    padding: 10px 20px; }
  table.symptom-chart tbody tr:nth-of-type(even) td {
    background: rgba(234, 235, 232, 0.3); }
  table.symptom-chart tbody tr:nth-of-type(odd) td {
    background: rgba(234, 235, 232, 0.5); }

.cell {
  display: inline-block; }

button.show-all {
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  background: none;
  border: 0;
  color: rgba(58, 71, 65, 0.6);
  display: block;
  margin-top: 5px;
  outline: none;
  padding: 0; }
  button.show-all [class*='icon-'] {
    color: #00aae7;
    font-size: 1.25em;
    padding-right: 3px; }
  button.show-all span {
    vertical-align: middle; }
  button.show-all .text {
    font-size: 0.9em;
    font-weight: 600; }
  button.show-all:hover {
    color: #202f33; }
    button.show-all:hover [class*='icon-'] {
      color: #202f33; }

.cta .button {
  background: #36b075;
  color: white !important;
  border-radius: 3px;
  border: 0;
  display: block;
  font-size: 1.25em !important;
  font-weight: bold !important;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none !important; }
  .cta .button:hover {
    background: #88c540; }

.cta .button.small {
  font-size: 1em !important;
  padding: 8px; }
  .cta .button.small + .button.small {
    margin-top: 6px; }

.cta .blue {
  background: #0081c7; }
  .cta .blue:hover {
    background: #183163; }

.cta.blue-buttons {
  background: #0081c7;
  border-radius: 3px;
  text-align: center; }
  .cta.blue-buttons a {
    border-bottom: 1px solid rgba(239, 239, 239, 0.5);
    color: white;
    display: block;
    font-size: 0.95em;
    margin: 0;
    padding: 10px 8px;
    text-decoration: none; }
    .cta.blue-buttons a:hover {
      background: rgba(24, 49, 99, 0.25);
      color: #efefef;
      text-decoration: none; }
    .cta.blue-buttons a:last-of-type {
      border: 0; }
      .cta.blue-buttons a:last-of-type:hover {
        border-radius: 0 0 3px 3px; }
    .cta.blue-buttons a:first-of-type:hover {
      border-radius: 3px 3px 0 0; }

a.social-media {
  color: #575757;
  display: block;
  font-weight: bold;
  text-decoration: none; }
  a.social-media span {
    display: inline-block;
    vertical-align: middle; }
    a.social-media span:last-of-type {
      font-size: 1.25em; }
  a.social-media span[class*='icon-'] {
    font-size: 1.25em;
    padding-right: 8px; }

.icon-facebook {
  color: #3b5998; }

aside.channel .call-to-action-phone {
  font-size: 1.25em; }

aside.channel a.social-media span:last-of-type {
  font-size: 0.9em; }

.btn-primary {
  color: white; }

img {
  border: 0; }

.alignnone {
  width: 100%; }

.alignright {
  float: right;
  padding: 0 0 17px 25px; }
  @media (max-width: 768px) {
    .alignright {
      float: none;
      padding: 0 0 25px; } }

.alignleft {
  float: left;
  padding: 0 25px 15px 0; }
  @media (max-width: 768px) {
    .alignleft {
      float: none;
      padding: 0 0 25px; } }

figure figcaption {
  color: rgba(87, 87, 87, 0.8);
  font-size: 0.9em;
  font-style: italic;
  padding: 5px 0 20px 0; }

div.badge-banner {
  margin: 20px 0;
  text-align: center; }
  div.badge-banner img {
    margin: auto;
    max-width: 80%; }

div.badge-banner:first-of-type {
  margin-top: 0; }

div.badge-banner:last-of-type {
  margin-bottom: 30px; }

body.page article:not(.new-landing) .page-content aside img,
body.page article:not(.landing) .page-content aside img {
  max-width: 100%; }

.videowrapper {
  float: none;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .videowrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9995;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9997; }

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-arrow {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow .mfp-b {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-preloader {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9996; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9999;
  box-shadow: none; }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9999;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe {
  overflow-x: hidden;
  overflow-y: hidden; }

.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1080px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f; }
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.mfp-iframe-scaler.audio iframe {
  height: auto; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 1080px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.related-content.footer {
  margin-top: 10px;
  padding: 50px 0; }
  .related-content.footer > .container {
    line-height: 19px;
    margin: auto;
    width: 93%; }
  .related-content.footer div.rss {
    font-size: 1em; }
    .related-content.footer div.rss h4 {
      font-size: 20px;
      font-weight: normal;
      margin: 0 0 15px 0; }
      .related-content.footer div.rss h4 a {
        color: #3a4741; }
    .related-content.footer div.rss ul {
      margin: 0;
      padding: 0; }
      .related-content.footer div.rss ul li {
        margin: 0.75em 0;
        vertical-align: top; }
        .related-content.footer div.rss ul li a {
          display: block;
          font-size: 0.8em;
          margin: 0;
          outline: none;
          text-decoration: none;
          width: 100%; }
        .related-content.footer div.rss ul li strong {
          display: block; }
        .related-content.footer div.rss ul li figure {
          display: block;
          margin: 0;
          vertical-align: top; }
          .related-content.footer div.rss ul li figure img {
            display: block;
            height: auto;
            max-width: 160px;
            width: 100%; }
        .related-content.footer div.rss ul li span.container {
          display: block; }
          .related-content.footer div.rss ul li span.container span.title {
            display: block;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 5px;
            max-width: 160px; }
          .related-content.footer div.rss ul li span.container span.date {
            color: rgba(87, 87, 87, 0.5);
            display: block; }
  .related-content.footer .rss.news {
    display: table-cell;
    padding-right: 40px;
    vertical-align: top;
    width: auto; }
    .related-content.footer .rss.news li {
      display: table-cell;
      max-width: 180px;
      padding-right: 20px;
      width: 20%; }
  .related-content.footer .rss.events {
    display: table-cell;
    vertical-align: top;
    width: auto; }
    .related-content.footer .rss.events ul li {
      list-style: none;
      margin: 0;
      padding: 8px 0; }
    .related-content.footer .rss.events ul figure {
      display: table-cell;
      max-height: 50px;
      max-width: 50px;
      padding-bottom: 10px;
      width: 15.625%; }
      .related-content.footer .rss.events ul figure img {
        border-radius: 50%;
        max-width: 50px;
        padding: 0; }
    .related-content.footer .rss.events div.event-date {
      display: table-cell;
      line-height: 1;
      text-align: center;
      vertical-align: top;
      width: 10%; }
      .related-content.footer .rss.events div.event-date > span {
        display: block;
        min-width: 35px; }
      .related-content.footer .rss.events div.event-date .month {
        color: #36b075;
        display: block;
        font-weight: 300;
        font-size: 19px; }
      .related-content.footer .rss.events div.event-date .day {
        color: #36b075;
        display: block;
        font-size: 24px;
        font-weight: 300;
        font-variant-numeric: lining-nums; }
    .related-content.footer .rss.events figure + div.event-date + span.container {
      width: 67.1875%;
      vertical-align: top; }
    .related-content.footer .rss.events span.container {
      display: table-cell;
      padding-left: 15px;
      vertical-align: middle; }
      .related-content.footer .rss.events span.container span.today {
        color: #3a4741;
        font-weight: 600; }
      .related-content.footer .rss.events span.container span.event-title {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px;
        max-width: 300px; }
      .related-content.footer .rss.events span.container span.venue {
        color: rgba(87, 87, 87, 0.5);
        display: block; }

a {
  overflow: hidden; }

object {
  outline: none; }

#access {
  display: none; }

#container {
  margin: auto; }

#contentcontainer {
  clear: both;
  box-shadow: 0 5px 25px #ccc;
  -moz-box-shadow: 0 5px 25px #ccc;
  -webkit-box-shadow: 0 5px 25px #ccc; }

#content {
  background: #fff;
  clear: both; }

#bodycontent {
  background: #fff;
  padding-bottom: 25px; }

#landing {
  padding: 30px; }

#landing ul {
  border: 0;
  float: left;
  margin: 0;
  padding: 0 25px 25px 0; }

#landing ul li {
  background: none;
  margin: 0 0 5px 0;
  padding: 0; }

#landing ul li span {
  color: #666;
  font-size: 0.9em; }

/* TABLES */
table {
  border-collapse: collapse; }

table.wrap {
  margin: auto; }

table.copyBlock {
  background: #fff; }

/*  HEADER  */
#header {
  float: left;
  padding: 40px 0; }

.logo {
  display: block;
  float: left;
  margin-left: 40px; }

#mobilequicklinks {
  display: none; }

#quicklinks {
  float: right;
  font-size: 0.9em;
  list-style: none;
  margin-bottom: 10px;
  margin-right: 3px; }

#quicklinks li {
  background: url(/images/bullet-gry.gif) center left no-repeat;
  float: left;
  margin-left: 1.3em;
  padding-left: 1.6em; }

#quicklinks li:first-child {
  background: none; }

#quicklinks a:link {
  color: #383e46;
  text-decoration: none; }

#quicklinks a:visited {
  color: #383e46;
  text-decoration: none; }

#quicklinks a:hover {
  color: #006544;
  text-decoration: none; }

#quicklinks a:active {
  color: #000;
  text-decoration: none; }

#number-search {
  float: right;
  margin-top: 5px;
  padding-right: 50px;
  width: 500px; }

#carenumber {
  background: url(/images/800-693-CARE.gif) no-repeat;
  display: block;
  float: right;
  height: 14px;
  margin: 7px 20px 0 0;
  text-indent: -9999px;
  width: 123px; }

.blue #servsidebar a,
.blue .vcard a,
.blue .readmore a,
.blue .telnumbers,
.blue .tel,
.blue .sysspots a,
.blue .cta,
#subheader h2 .blue,
.blue .options a,
.blue #servicecontent a,
.blue a.playvideo,
#coefeature.blue a,
#coefeature.blue h2 span {
  color: #005a8c; }

.darkblue #servsidebar a,
.darkblue .vcard a,
.darkblue .readmore a,
.darkblue .telnumbers,
.darkblue .tel,
.darkblue .sysspots a,
.darkblue .cta,
#subheader h2 .darkblue,
.darkblue .options a,
.darkblue #servicecontent a,
.darkblue a.playvideo,
#coefeature.darkblue a,
#coefeature.darkblue h2 span {
  color: #002878; }

.lightblue #servsidebar a,
.lightblue .vcard a,
.lightblue .readmore a,
.lightblue .telnumbers,
.lightblue .tel,
.lightblue .sysspots a,
.lightblue .cta,
#subheader h2 .lightblue,
.lightblue .options a,
.lightblue #servicecontent a,
.lightblue a.playvideo,
#coefeature.lightblue a,
#coefeature.lightblue h2 span {
  color: #4e799b; }

.green #servsidebar a,
.green .vcard a,
.green .readmore a,
.green .telnumbers,
.green .tel,
.green .sysspots a,
.green .cta,
#subheader h2 .green,
.green .options a,
.green #servicecontent a,
.green a.playvideo,
#coefeature.green a,
#coefeature.green h2 span {
  color: #006544; }

.yellow-green #servsidebar a,
.yellow-green .vcard a,
.yellow-green .readmore a,
.yellow-green .telnumbers,
.yellow-green .tel,
.yellow-green .sysspots a,
.yellow-green .cta,
#subheader h2 .yellow-green,
.yellow-green .options a,
.yellow-green #servicecontent a,
.yellow-green a.playvideo,
#coefeature.yellow-green a,
#coefeature.yellow-green h2 span {
  color: #718e3b; }

.purple #servsidebar a,
.purple .vcard a,
.purple .readmore a,
.purple .telnumbers,
.purple .tel,
.purple .sysspots a,
.purple .cta,
#subheader h2 .purple,
.purple .options a,
.purple #servicecontent a,
.purple a.playvideo,
#coefeature.purple a,
#coefeature.purple h2 span {
  color: #4b106f; }

.magenta #servsidebar a,
.magenta .vcard a,
.magenta .readmore a,
.magenta .telnumbers,
.magenta .tel,
.magenta .sysspots a,
.magenta .cta,
#subheader h2 .magenta,
.magenta .options a,
.magenta #servicecontent a,
.magenta a.playvideo,
#coefeature.magenta a,
#coefeature.magneta h2 span {
  color: #904083; }

.pink #servsidebar a,
.pink .vcard a,
.pink .readmore a,
.pink .telnumbers,
.pink .tel,
.pink .sysspots a,
.pink .cta,
#subheader h2 .pink,
.pink .options a,
.pink #servicecontent a,
.pink a.playvideo,
#coefeature.pink a,
#coefeature.pink h2 span {
  color: #b22d61; }

.red #servsidebar a,
.red .vcard a,
.red .readmore a,
.red .telnumbers,
.red .tel,
.red .sysspots a,
.red .cta,
#subheader h2 .red,
.options a,
.red #servicecontent a,
.red a.playvideo,
#coefeature.red a,
#coefeature.red h2 span {
  color: #9c223f; }

/*GLOBAL NAV */
#menu {
  background: url(/images/globalnav.gif) no-repeat;
  height: 40px;
  list-style: none;
  padding-left: 60px;
  text-align: left;
  z-index: 100; }

#menu ul,
#menu ul li {
  list-style: none;
  z-index: 100; }

#menu li {
  float: left;
  display: block; }

#menu li a {
  display: block;
  text-decoration: none; }

#menu li a strong {
  color: #383e46; }

#menu li ul {
  left: -9999em;
  margin-left: 5px;
  position: absolute; }

#menu li ul li {
  background: #e9e9e9;
  float: none; }

#menu li ul li a {
  background: #efefef;
  color: #000;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0.9em;
  padding: 5px 10px 5px 13px;
  text-decoration: none;
  width: 186px; }

#menu li ul li a:hover {
  background: #fff;
  color: #006544; }

#menu li:hover ul,
#menu li.sfhover ul {
  left: auto;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }

a#ourservices,
a#patientvisitorguide,
a#healthwellness,
a#aboutus,
a#forhealthprofessionals {
  text-indent: -9999px; }

a#ourservices {
  background: url(/images/globalnav.gif) -60px 0 no-repeat;
  height: 40px;
  width: 134px; }

a#ourservices:hover,
a#ourservices.active {
  background: url(/images/globalnav.gif) -60px -40px no-repeat;
  height: 40px;
  width: 134px; }

a#patientvisitorguide {
  background: url(/images/globalnav.gif) -194px 0 no-repeat;
  height: 40px;
  width: 207px; }

a#patientvisitorguide:hover,
a#patientvisitorguide.active {
  background: url(/images/globalnav.gif) -194px -40px no-repeat;
  height: 40px;
  width: 207px; }

a#healthwellness {
  background: url(/images/globalnav.gif) -401px 0 no-repeat;
  height: 40px;
  width: 172px; }

a#healthwellness:hover,
a#healthwellness.active {
  background: url(/images/globalnav.gif) -401px -40px no-repeat;
  height: 40px;
  width: 172px; }

a#aboutus {
  background: url(/images/globalnav.gif) -573px 0 no-repeat;
  height: 40px;
  width: 106px; }

a#aboutus:hover,
a#aboutus.active {
  background: url(/images/globalnav.gif) -573px -40px no-repeat;
  height: 40px;
  width: 106px; }

a#forhealthprofessionals {
  background: url(/images/globalnav.gif) -679px 0 no-repeat;
  height: 40px;
  width: 221px; }

a#forhealthprofessionals:hover,
a#forhealthprofessionals.active {
  background: url(/images/globalnav.gif) -679px -40px no-repeat;
  height: 40px;
  width: 221px; }

/*  FORMS  */
fieldset {
  border: 0; }

legend {
  border: 0;
  display: none; }

#gobutton2 {
  background: url(/images/button-go-grn.gif) no-repeat;
  border: 0;
  font-size: 0;
  height: 19px;
  line-height: 0;
  overflow: hidden;
  padding: 0 0 0 70px;
  text-indent: -9999px;
  vertical-align: bottom;
  width: 36px; }

#gobutton2:hover {
  background: url(/images/button-go-grn.gif) 0 -19px no-repeat; }

#gobutton2:active {
  background: url(/images/button-go-grn.gif) 0 -38px no-repeat; }

.loc {
  background: #efefef;
  margin: 3px 0 0 0; }

/*  MORE LINKS  */
.viewall a {
  font: italic 1em "IBM Plex Serif", serif; }

#events li.readmore {
  padding-top: 5px; }

li.readmore a {
  color: #535a63;
  font: italic 1.2em "IBM Plex Serif", serif; }

#newsevents li.readmore a {
  float: right;
  padding: 0 !important; }

li.readmore a {
  padding: 0 10px 0 0;
  margin: 0 8px 0 0; }

p.readmore a,
p.readmore strong {
  color: #535a63;
  font-size: 0.9em;
  padding-right: 8px; }

/*  CONTENT  */
#homepage #content {
  position: relative; }

#coefeature {
  height: 500px;
  position: relative; }

#coefeature ul {
  list-style: none;
  margin-top: 40px; }

#coefeature ul li {
  float: left;
  font-size: 0.9em;
  padding-right: 1em;
  text-transform: uppercase; }

#coefeature ul,
#coefeature h2,
#coefeature h3,
#coefeature p {
  float: left;
  padding-left: 80px; }

#coefeature h2,
#coefeature h3,
#coefeature p {
  clear: left; }

#coefeature h2 {
  color: #383e46;
  font: italic 3em "IBM Plex Serif", serif;
  line-height: 1;
  margin: 20px 0 0 0;
  width: 520px; }

#coefeature h3 {
  color: #383e46;
  font: italic 1.6em "IBM Plex Serif", serif;
  line-height: 1;
  margin-top: 0;
  width: 520px; }

#coefeature h2 span {
  display: block;
  font: 1.7em "IBM Plex Serif", serif;
  line-height: 1;
  text-transform: uppercase; }

#coefeature p {
  color: #383e46;
  font-size: 0.9em;
  width: 420px; }

#featured-container {
  background: #fff url(/images/bg-gradient-gry.gif) bottom repeat-x;
  margin: auto;
  margin-top: -220px;
  overflow: hidden;
  position: relative;
  width: 876px; }

#featured-content {
  background: url(/images/bg-dot.gif) 380px repeat-y;
  border: 2px solid #d7d7d5;
  overflow: hidden;
  padding: 30px 0 40px 0;
  position: relative; }

#newsevents {
  float: left;
  padding: 0 20px 0 40px;
  width: 320px; }

#checkitout {
  float: left;
  line-height: 1.5;
  padding: 0 20px 0 20px;
  width: 440px; }

#newsevents ul li p {
  font-size: 1em; }

#newsevents ul {
  font-size: 0.9em;
  list-style: none; }

#newsevents ul li {
  line-height: 1.5em;
  margin: 10px 0 0 0; }

#newsevents ul li span {
  color: #787b80; }

#newsevents h4 {
  color: #383e46;
  font: bold 1.2em "Raleway", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0; }

h4#upcomingevents {
  margin-top: 25px; }

#newsevents h4 a {
  color: #383e46;
  font: normal 0.7em "Raleway", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none; }

h4#topstories span {
  color: #383e46;
  font: italic 0.9em "IBM Plex Serif", serif;
  text-transform: lowercase; }

#events #featuredevent {
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding: 0;
  width: 100%; }

#featuredevent span {
  background: #fff url(/images/bg-gradient-gry.gif) bottom repeat-x;
  border: 1px solid #c3c3c3;
  box-shadow: 0 2px 5px #c3c3c3;
  -moz-box-shadow: 0 2px 5px #c3c3c3;
  -webkit-box-shadow: 0 2px 5px #c3c3c3;
  display: block;
  float: left;
  font: 1.2em "Raleway", sans-serif;
  line-height: 1em;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 30px; }

#featuredevent span strong {
  display: block;
  font: 1.6em "Raleway", sans-serif;
  line-height: 0.9em; }

#featuredevent a {
  font: bold 1.2em "Raleway", sans-serif;
  text-decoration: none; }

ul#events li.event {
  clear: both;
  float: left;
  margin: 0;
  padding-bottom: 5px;
  width: 100%; }

ul#events li.event span {
  display: block;
  float: left;
  margin: 0 17px 0 0;
  text-align: center;
  width: 50px; }

ul#events li.event a {
  display: block;
  float: left; }

#news .alert a {
  background: url(/images/icon-alert.gif) no-repeat;
  color: #9c223f;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 20px; }

.pulldownform {
  font: 1em "Raleway", sans-serif;
  vertical-align: baseline; }

#homepage #checkitout form {
  margin-bottom: 20px;
  margin-left: 15px; }

#checkitout form button {
  padding: 1px 5px; }

span.checkbox {
  width: 19px;
  height: 15px;
  padding: 0 5px 0 0;
  background: url(checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left; }

#poll span span.radio {
  width: 16px;
  height: 15px;
  background: url(/images/bg-radio.gif) no-repeat;
  margin: 0;
  padding-right: 5px; }

span.select {
  background: url(/images/bg-select300.gif) no-repeat;
  color: #383e46;
  font-size: 0.9em;
  height: 18px;
  line-height: 1.6;
  overflow: hidden;
  padding: 2px 0 3px 8px;
  position: absolute;
  width: 300px;
  /* With the padding included,the width is 300 pixels:the actual width of the image. */ }

#servsidebar select.styled {
  font-size: 1.4em; }

#checkitout h4 {
  color: #000;
  font: 2.2em "IBM Plex Serif", serif;
  margin: 0 0 15px 15px; }

#checkitout h5 {
  font: italic 1.6em "IBM Plex Serif", serif;
  line-height: 1.3;
  margin: 0 0 15px 0; }

#checkitout p {
  margin-bottom: 15px; }

#checkitout p,
#checkitout h5 {
  padding: 0 15px; }

#checkitout .learnmore {
  font-size: 0.9em;
  padding-left: 5px; }

#featuredvideo {
  margin: 10px 0 0 15px;
  width: 400px; }

.noscript {
  background: #efefef;
  color: #333;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 15px !important;
  text-align: center;
  text-transform: uppercase; }

.noscript a {
  color: #999; }

#additionalcontent {
  clear: both;
  margin: auto;
  padding: 30px 0 10px 0;
  overflow: hidden;
  width: 880px; }

#banners,
#poll {
  float: left; }

#banners img {
  margin: 0 5px; }

#poll {
  margin-left: 30px;
  padding: 0;
  width: 300px; }

#poll span {
  display: block;
  float: left;
  margin-bottom: 5px;
  text-align: top;
  width: 150px; }

#poll span a {
  color: #535a63;
  float: left;
  margin: 8px; }

#poll p {
  color: #535a63;
  font: italic 1.2em "IBM Plex Serif", serif;
  margin-top: 15px; }

#poll p a {
  color: #535a63; }

#poll span span {
  float: left; }

#poll h4 {
  color: #000;
  font: 1.2em "Raleway", sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
  text-transform: uppercase; }

#poll h5 {
  color: #006544;
  font: bold 1.2em "Raleway", sans-serif; }

.sysspots {
  background: #4c5a6b url(/images/bg-dot-sysspots.gif) repeat-y;
  clear: both;
  overflow: hidden; }

.sysspots img {
  box-shadow: 0 2px 5px #3e4a59;
  -moz-box-shadow: 0 2px 5px #3e4a59;
  -webkit-box-shadow: 0 2px 5px #3e4a59;
  float: left;
  margin-right: 10px; }

.sysspots ul {
  border-top: 1px dotted #3e4a59;
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.sysspots ul li {
  color: #ccced1;
  display: inline;
  float: left;
  margin: 0;
  min-height: 80px;
  padding: 30px;
  width: 260px; }

.sysspots a {
  color: #fff !important;
  display: block;
  line-height: 1.8; }

.sysspots p {
  float: left;
  font-size: 0.9em;
  line-height: 1.3;
  width: 160px; }

.sysspots h4 {
  color: #fff;
  float: left;
  font: bold 1.2em "Raleway", sans-serif;
  margin-bottom: 0;
  text-transform: capitalize;
  width: 160px; }

#homepage .sysspots {
  margin-top: 30px; }

/*  SUBHEADER  */
#subheader {
  background-color: #fff;
  background-repeat: no-repeat;
  clear: both;
  height: auto;
  background-size: cover;
  background-position: left;
  padding: 2rem; }
  @media (min-width: 768px) {
    #subheader {
      padding: 5.6rem 50px 5.6rem 300px !important;
      background-position: bottom; } }

#content #subheader h2 {
  color: #4c5a6b;
  font: 1.5em "IBM Plex Serif", serif;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase; }

#subheader h3 {
  color: #666;
  display: none;
  font: italic 1.1em "IBM Plex Serif", serif;
  letter-spacing: 0.075em;
  margin-top: 5px;
  text-transform: none; }

#subheader .subtitle {
  color: #818b97;
  display: block;
  font: italic 0.9em "IBM Plex Serif", serif;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-transform: none; }

/*  FOOTER  */
#footer {
  background: url(/images/bg-utilitynav.gif) center bottom no-repeat;
  border-top: 5px solid #4c5a6b;
  clear: both;
  margin: auto;
  padding-bottom: 15px;
  text-align: center; }

#utilitylinks {
  background: #6a7888;
  color: #c3c3c3;
  font-size: 0.9em;
  list-style: none;
  padding: 15px 15px 0 15px; }

#utilitylinks {
  margin-top: 40px; }

#utilitylinks li {
  display: inline; }

#utilitylinks a {
  color: #c3c3c3;
  padding: 5px 8px; }

#utilitylinks a:hover {
  color: #fff;
  text-decoration: underline; }

#utilitylinks strong {
  margin-right: 10px; }

#contactfooter {
  clear: both;
  float: left;
  padding: 40px 0;
  text-align: center; }

#contactfooter #badge-left,
#contactfooter #badge-right {
  float: left;
  width: 120px; }

#contactfooter #badge-left img {
  float: right; }

#contactfooter #badge-right img {
  float: left; }

#visitus {
  float: left;
  margin: auto;
  text-align: center;
  width: 720px; }

#visitus strong {
  background: url(/images/title-visitus.gif) 0 6px no-repeat;
  display: block;
  float: left;
  height: 21px;
  padding-left: 5px;
  text-indent: -9999px;
  width: 91px; }

#visitus p {
  margin: auto;
  margin-bottom: 0;
  margin-top: 20px;
  width: 640px; }

#visitus p a {
  display: block;
  float: left;
  height: 21px;
  margin-left: 20px;
  text-indent: -9999px; }

a#facebook {
  background: url(/images/logo-facebook.gif) no-repeat;
  width: 63px; }

a#facebook:hover {
  background: url(/images/logo-facebook.gif) 0 -21px no-repeat; }

a#flickr {
  background: url(/images/logo-flickr.gif) no-repeat;
  width: 48px; }

a#flickr:hover {
  background: url(/images/logo-flickr.gif) 0 -21px no-repeat; }

a#itunes {
  background: url(/images/logo-itunes.gif) no-repeat;
  width: 60px; }

a#itunes:hover {
  background: url(/images/logo-itunes.gif) 0 -21px no-repeat; }

a#twitter {
  background: url(/images/logo-twitter.gif) no-repeat;
  width: 60px; }

a#twitter:hover {
  background: url(/images/logo-twitter.gif) 0 -21px no-repeat; }

#youtube {
  background: url(/images/logo-youtube.gif) no-repeat;
  width: 48px; }

a#youtube:hover {
  background: url(/images/logo-youtube.gif) 0 -21px no-repeat; }

#vimeo {
  background: url(/images/logo-vimeo.gif) no-repeat;
  width: 52px; }

a#vimeo:hover {
  background: url(/images/logo-vimeo.gif) 0 -21px no-repeat; }

#issuu {
  background: url(/images/logo-issuu.gif) no-repeat;
  width: 68px; }

a#issuu:hover {
  background: url(/images/logo-issuu.gif) 0 -21px no-repeat; }

#bottombanner {
  margin: auto;
  padding-bottom: 80px;
  width: 728px; }

/* VCARDS */
.maincontact {
  clear: both;
  font-size: 0.9em;
  font-style: normal;
  padding-top: 10px; }

.maincontact span,
.maincontact .org {
  color: #535a63;
  text-decoration: none; }

.maincontact .postal-code,
.maincontact .org {
  border-right: 1px solid #c3c3c3;
  padding-right: 15px; }

.maincontact .adr,
.maincontact .tel {
  padding-left: 10px; }

.vcard .note,
.maincontact .type,
.maincontact .email,
.maincontact .country-name,
.maincontact span.url,
.maincontact .photo,
.vcard .type,
.vcard .xtra,
.contact .organization-name,
.no-title .org * {
  display: none; }

.vcard .extended-address {
  display: block; }

.hours td {
  color: #383e46; }

.contact .tel {
  display: block; }

.maincontact .tel {
  display: inline; }

#servicehome p.cta {
  font: 1.6em "IBM Plex Serif", serif;
  letter-spacing: 0.05em;
  margin-bottom: 10px; }

.vcard.contact.cta {
  color: #000;
  font: 1.6em "IBM Plex Serif", serif; }

.vcard.contact.cta a {
  display: none; }

p .fn,
.multiplelocations th,
.contact strong {
  color: #383e46;
  font: normal 1.5em "IBM Plex Serif", serif; }

.contact a.url {
  text-decoration: none; }

.contact .org,
.contact .organization-unit {
  display: block; }

.contact .tel .org {
  display: inline; }

.region {
  border: 0; }

a.dir {
  font-size: 0.9em;
  background: url(/images/icon-map-pin.gif) left 0 no-repeat;
  padding-left: 15px; }

a.dir-lrg {
  background: url(/images/icon-map-pin.gif) 1px 0 no-repeat;
  padding-left: 15px; }

h4.dir {
  background: url(/images/icon-map-pin.gif) 1px 0 no-repeat;
  margin: 0;
  padding-left: 15px; }

#servicehome .contact .fn {
  font: 1em "Raleway", sans-serif;
  margin: 5px 0; }

#servicehome .contact {
  line-height: 1.8; }

#servicehome .tel {
  font: 1.7em "IBM Plex Serif", serif;
  line-height: 1.2; }

#servicehome #servsidebar .tel {
  font: 1.4em "IBM Plex Serif", serif;
  margin-top: 20px; }

#servicehome .contact .extended-address,
#servicehome .contact a.url {
  display: none; }

.multiplelocations th {
  padding: 20px 0 10px 0;
  text-align: left; }

.multiplelocations td {
  color: #383e46;
  padding: 0 20px 10px 0;
  vertical-align: top; }

.multiplelocations p {
  margin: 0; }

.contact .display {
  display: block; }

/* ROUNDED CORNERS */
#featuredevent span,
.rrule abbr.byday,
.rrule2 span,
.addthis_default_style,
table.metadetail td.metadetail center {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

button,
#servsidebar,
#sidebar,
#teaser_display,
#contentbox,
#poll {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.event-button,
.button,
#frmNextPage input.metalist,
#frmPrevPage input.metalist,
input[value='Find'],
input[value='Back'],
input[value='Submit'],
button.metanew[onClick='history.go(-1)'],
input[value='Next Page >>'],
input[value='<<Previous Page'],
input[value='Find Again'],
input[value='New Search'],
input#submit1,
.aesubmitbutton,
.sm6modulebutton,
#poll button,
#pollvote {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

#utilitylinks,
#footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }

#contentcontainer,
#featured-container,
#featured-content {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

#content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px; }

#menu {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px; }

/* LANDING PAGE */
#servicehome #servicecontent ul {
  margin: 0 0 20px 20px;
  padding-left: 25px; }

#servicehome #servicecontent ul li {
  margin-bottom: 5px; }

#servicehome {
  float: left;
  position: relative; }
  @media (max-width: 991.98px) {
    #servicehome {
      background: none !important; } }

#servicecontent {
  float: left;
  padding-bottom: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    #servicecontent {
      padding: 3rem 0; } }

#servsidebar,
#sidebar {
  background: #fff url(/images/bg-gradient-gry.gif) bottom repeat-x;
  border: 2px solid #d7d7d5;
  display: inline;
  float: right;
  position: relative;
  right: 0;
  top: 0; }

#sidebar {
  margin: 0 0 20px 20px;
  padding: 20px; }

#sidebar ul,
#sidebar ul li {
  margin: 0;
  padding: 0; }

#servsidebar {
  margin: 80px 0 30px 40px;
  padding: 25px;
  width: 300px; }

#servsidebar h3 {
  color: #4c5a6b;
  font: bold 1.3em "Raleway", sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px; }

#sidebar h3 {
  color: #006544;
  font: bold 1.3em "Raleway", sans-serif;
  letter-spacing: 0;
  margin: 0 0 10px 0; }

#servsidebar h4 {
  font: normal 1em "Raleway", sans-serif;
  line-height: 1.4;
  margin-bottom: 10px; }

#servicehome #servicecontent #servsidebar ul.linklist {
  float: left;
  font-size: 0.9em;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0; }

#servicehome #servicecontent #servsidebar ul.linklist li {
  line-height: 1.2;
  padding: 0 10px 3px 0;
  width: 140px; }

#servicehome #servicecontent #servsidebar ul.col3 li {
  width: 90px; }

#servsidebar ul.linklist li span {
  color: #535a63;
  padding-right: 10px;
  font-size: 0.9em; }

#servicehome #servicecontent #servsidebar ul.caplist {
  float: none;
  margin: 0;
  padding: 0; }

#servicehome #servicecontent #servsidebar ul.caplist li {
  font-size: 0.9em;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 5px;
  padding: 0; }

#servicehome #servicecontent #servsidebar p {
  color: #4c5a6b;
  font-size: 0.9em;
  margin: 5px 0; }

.callout {
  color: #383e46;
  font: italic 1.3em "IBM Plex Serif", serif;
  line-height: 1.4; }

.callout img {
  float: left;
  margin-right: 20px;
  margin-top: -5px; }

#servicehome .callout {
  clear: right;
  margin: 30px 0 0 0; }

#servsidebar form {
  clear: both;
  margin: 10px 0 5px 0; }

#servsidebar button,
#checkitout form button {
  background: #c1c3c5 url(/images/bg-button-gry.gif) bottom repeat-x;
  border: 0;
  color: #fff;
  font: 1em "Raleway", sans-serif;
  padding: 1px 3px; }

#servicehome h1 {
  background-repeat: no-repeat;
  height: 120px;
  text-indent: -9999px;
  width: 400px; }

.pulldown {
  margin-top: 20px; }

.yt-side {
  height: 175px;
  width: 200px; }

.h250 {
  height: 250px; }

.h220 {
  height: 220px; }

.h210 {
  height: 210px; }

.h200 {
  height: 200px; }

.h180 {
  height: 180px; }

.h160 {
  height: 160px; }

.h150 {
  height: 140px; }

.h140 {
  height: 140px; }

.h120 {
  height: 120px; }

.h100 {
  height: 100px; }

.h80 {
  height: 80px; }

.w480 {
  width: 480px; }

.w460 {
  width: 460px; }

.w440 {
  width: 440px; }

.w400 {
  width: 400px; }

.w350 {
  width: 350px; }

.w340 {
  width: 340px; }

.w330 {
  width: 330px; }

.w320 {
  width: 320px; }

.w310 {
  width: 310px; }

.w300 {
  width: 300px; }

.w250 {
  width: 250px; }

.w225 {
  width: 225px; }

.w200 {
  width: 200px; }

.m40top {
  margin-top: 40px; }

.m20top {
  margin-top: 20px; }

.m100top {
  margin-top: 100px; }

.m120top {
  margin-top: 120px !important; }

.m140top {
  margin-top: 140px !important; }

.m150top {
  margin-top: 150px !important; }

.m160top {
  margin-top: 160px !important; }

.m170top {
  margin-top: 170px !important; }

.m180top {
  margin-top: 180px !important; }

.m200top {
  margin-top: 200px !important; }

.m30btm {
  margin-bottom: 30px; }

.m40btm {
  margin-bottom: 40px; }

.m20rgt {
  margin-right: 20px; }

.p20top {
  padding-top: 20px; }

.p20rgt {
  padding-right: 20px; }

.p20btm {
  padding-bottom: 20px; }

.p20lft {
  padding-left: 20px; }

.p20 {
  padding: 20px; }

.border-btm {
  border-bottom: 1px solid #c3c3c3; }

.border-top {
  border-top: 1px solid #c3c3c3; }

.border {
  border: 1px solid #c3c3c3; }

#servicecontent p {
  margin-bottom: 20px; }

.p20 {
  padding: 20px; }

/* STUFF */
.info * {
  margin: 0;
  padding: 0; }

.info {
  margin: 15px 0; }

button.registeronline {
  background: #87b8d2 url(/images/bg-button-blu.gif) bottom repeat-x;
  border: 0;
  color: #fff;
  font: bold 1.2em "Raleway", sans-serif;
  padding: 4px;
  width: 175px; }

.date-time {
  color: #006544;
  font-size: 1.5em; }

.vevent .dtstart {
  display: block; }

.vevent .location,
.vevent .date-time {
  display: block; }

.vevent .location {
  margin-bottom: 20px; }

.vevent abbr {
  border: 0; }

.vevent h1 {
  margin-bottom: 5px; }

#eventactions {
  border: 1px solid #c3c3c3;
  margin-top: 20px;
  padding: 8px; }

#eventactions a {
  color: #005a8c;
  font-size: 0.9em; }

#rightsidebar #eventactions p {
  line-height: 1.8;
  margin: 0;
  padding: 0; }

a.cal {
  background: url(/images/icon-calendar.gif) 0 1px no-repeat;
  font-size: 0.9em;
  margin-left: 5px;
  padding-left: 15px; }

h2.news {
  color: #383e46;
  font: italic 1.4em "IBM Plex Serif", serif; }

.small {
  font-size: 0.9em; }

.gray {
  color: #666; }

/* LEFT SIDEBAR */
#leftsidebar {
  float: left;
  padding-top: 55px;
  margin-bottom: 80px; }

#leftsidebar table.collapse img {
  margin-left: 50px; }

#navigationLeft {
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-left: 50px;
  text-align: left;
  width: 180px; }

#leftNavigation h4.navigationLeft-title {
  margin: 0 0 8px 0; }

#leftNavigation h4.navigationLeft-title a {
  color: #535a63;
  font: normal 1em "Raleway", sans-serif;
  text-decoration: none; }

#leftNavigation a {
  text-decoration: none; }

#leftNavigation ul {
  line-height: 1.4;
  list-style: none; }

#leftNavigation ul ul li {
  margin: 6px 0; }

#leftNavigation li.navtop ul a {
  color: #4c5a6b; }

#leftNavigation li.navtop ul ul {
  padding-left: 10px; }

#leftNavigation li.navtop {
  border-top: 1px dotted #c3c3c3;
  margin: 0;
  padding: 7px 0;
  width: 180px; }

#leftNavigation li.navtop a {
  color: #000; }

#leftNavigation li.navtop a.active-top,
#leftNavigation li.navtop a.active-current {
  color: #006544;
  font-style: normal;
  font-weight: bold; }

#leftNavigation li.navtop ul a.active-current {
  color: #4c5a6b;
  font-style: italic;
  font-weight: normal;
  text-decoration: none; }

/* RIGHT SIDEBAR */
#rightsidebar {
  display: inline;
  float: right;
  margin: 0 0 30px 40px;
  position: relative;
  width: auto; }

#rightsidebar table.collapse {
  position: relative; }

#rightsidebar table.collapse img,
#rightsidebar object {
  margin-top: 40px; }

#rightsidebar p.caption {
  padding-bottom: 0;
  margin: 0;
  width: 200px; }

.xsmallview {
  font-size: 0.7em; }

.smallview {
  font-size: 0.9em; }

.largeview {
  font-size: 1.2em; }

.xlargeview {
  font-size: 1.6em; }

#textsize a {
  margin-right: 3px; }

#smtxt {
  font-size: 0.7em; }

#mdtxt {
  font-size: 1em; }

#lgtxt {
  font-size: 1.2em; }

#rightsidebar #teaser_display div {
  float: none; }

#rightsidebar #teaser_display {
  background: #fff;
  border: 2px solid #d7d7d5;
  clear: both;
  margin-top: 35px;
  padding: 20px 20px 10px 20px;
  width: 156px; }

#rightsidebar .channel_name {
  color: #383e46;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px; }

#rightsidebar .content_type {
  font-size: 0.9em;
  padding-bottom: 3px; }

#rightsidebar ul.channel_items {
  margin: 0;
  margin-bottom: 15px;
  padding: 0; }

#rightsidebar ul.channel_items li {
  line-height: 1.3;
  margin: 0 0 5px 20px;
  padding: 0; }

#rightsidebar #teaser_display a {
  color: #383e46;
  font: bold 0.9em "Raleway", sans-serif; }

#rightsidebar #teaser_display .channel_items a {
  color: #006544;
  font: normal 0.9em "Raleway", sans-serif; }

/* ANNOUNCEMENTS */
.modAnnouncements {
  background: #fc0 url(/images/bg-announcements.gif) bottom repeat-x;
  border-bottom: 1px solid #c69f05;
  clear: both;
  color: #000;
  float: left;
  font-size: 0.9em;
  padding: 10px 0 5px 0;
  width: 100%; }

.modAnnouncements table {
  background: url(/images/icon-warning.gif) no-repeat;
  margin-left: 78px;
  width: 805px; }

.modAnnouncements table th {
  line-height: 1.3;
  padding-bottom: 6px;
  padding-left: 200px; }

#announcements h5 {
  background: url(/images/icon-warning.gif) left 2px no-repeat;
  color: #6b2638;
  display: inline;
  float: left;
  letter-spacing: 0.1em;
  margin-left: 78px;
  padding: 4px 10px 4px 20px;
  text-transform: uppercase; }

.modAnnouncements th a {
  color: #000;
  font-weight: normal; }

/* OTHER */
#breadcrumbs {
  display: none; }

hr.metalist {
  display: none; }

table.metalist {
  width: 100%; }

#homepage #bottombanner {
  display: none; }

.ig_reset a,
.ig_reset img,
.ig_reset span {
  display: none !important; }

#cse-search-results {
  margin: auto;
  width: 800px; }

#cse-search-results iframe {
  height: 1100px; }

form.metadetail table.metadetail td.metadetail,
form.metadetail table.metadetail th.metadetail {
  padding: 0 10px 10px 0; }

form.metadetail table.metadetail textarea {
  margin-bottom: 10px; }

form.metadetail table.metadetail th.metadetail[colspan='2'] {
  color: #383e46;
  font: bold 1.2em "Raleway", sans-serif !important;
  padding: 20px 0;
  text-align: center; }

div.metanew p.metanew {
  color: #383e46;
  font-size: 0.9em;
  margin: 10px 0 0 0; }

.formdetail {
  color: #383e46;
  font-size: 0.9em;
  margin: 3px 0 0 0; }

p.footnote {
  color: #383e46;
  font-size: 0.9em;
  margin-bottom: 8px; }

/* CONTENTBOX */
.lists h4 {
  clear: both;
  color: #535a63;
  font: 2.2em "IBM Plex Serif", serif;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 0; }

#content #bodyarea-content .lists {
  padding-top: 20px;
  width: 100%; }

#content .lists {
  clear: both;
  float: left;
  padding: 5px 0 20px 0;
  width: 100%; }

#content #bodyarea-content .lists ul {
  float: left;
  list-style: none;
  margin: 0 20px 20px 0;
  padding: 0; }

#content .lists ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 0 0 40px;
  width: 40%; }

#content .lists.col3 ul {
  width: 25%; }

#content #bodyarea-content .lists ul li {
  margin: 0 0 5px 0;
  padding: 0; }

.lists ul li span {
  color: #535a63;
  font-size: 0.9em; }

/* -- */
.charttable {
  margin-bottom: 20px; }

.charttable th,
.hourstable th,
.listtable thead th {
  background: #e3e3e3; }

.charttable tbody td,
.hourstable tbody td,
.listtable tbody td,
.listtable tbody th {
  background: #efefef; }

.charttable td,
.charttable th,
.hourstable td,
.hourstable th,
.listtable td,
.listtable th {
  border: 2px solid #fff; }

.charttable td,
.charttable th,
.hourstable td,
.hourstable tbody th,
.listtable td,
.listtable th {
  font-size: 0.9em;
  line-height: 1.3;
  padding: 5px;
  text-align: center; }

.charttable tbody th,
.hourstable tbody th {
  font-weight: normal;
  padding: 8px 5px;
  text-align: left; }

.charttable tbody td {
  color: #006544;
  font: bold 1.1em "Raleway", sans-serif; }

.charttable thead th,
.hourstable thead th {
  vertical-align: top;
  text-align: center; }

.charttable thead td,
.hourstable thead td {
  border: 0; }

.charttable th span {
  display: block;
  font-weight: normal; }

.listtable td,
.listtable th {
  padding: 10px;
  text-align: left;
  vertical-align: top; }

.listtable tbody th {
  color: #006544;
  font-weight: bold; }

.listtable tbody ul,
.listtable tbody ol {
  margin-top: 10px;
  padding-right: 2%; }

.numbertable th {
  border-bottom: 1px dotted #c3c3c3;
  color: #006544;
  font-size: 0.9em;
  line-height: 1.3;
  padding: 10px 6px 10px 0;
  text-align: left; }

.numbertable td {
  border-bottom: 1px dotted #c3c3c3;
  font-size: 0.9em;
  line-height: 1.3;
  padding: 6px 6px 6px 15px;
  text-align: left; }

.peopletable {
  width: 100%; }

.peopletable td {
  line-height: 1.4;
  padding: 0 15px 15px 0;
  vertical-align: top; }

.peopletable p {
  font-size: 0.9em;
  margin: 3px 0 0 0;
  padding: 0; }

.peopletable img {
  height: 150px;
  width: 100px; }

.peopletable em {
  font: italic 1.1em "IBM Plex Serif", serif; }

.hourstable td,
.hourstable th {
  text-align: left; }

.hourstable tbody td {
  padding: 10px;
  vertical-align: top; }

.hourstable tbody th {
  color: #383e46;
  font-weight: bold;
  padding: 10px; }

.hourstable thead td {
  padding: 0; }

.hourstable thead td p {
  color: #383e46;
  font-size: 1.1em;
  line-height: 1.6;
  padding: 15px 15px 0 0; }

.hourstable tbody td p {
  margin-bottom: 10px; }

.hourstable tbody td ul {
  margin-bottom: 10px;
  margin-top: 3px; }

.hourstable tbody td ul li {
  margin-bottom: 3px; }

.hourstable thead td p strong,
.hourstable th.contact strong {
  color: #006544;
  font: 1.5em "IBM Plex Serif", serif; }

.hourstable th.contact {
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
  white-space: nowrap; }

.hourstable th {
  vertical-align: top; }

.hourstable h3 {
  margin: 0 0 5px 0; }

.hourstable h4 {
  color: #006544;
  font: 1.6em "IBM Plex Serif", serif;
  margin: 0 0 10px 0; }

.jobtable td {
  padding: 0 15px 10px 0; }

.jobtable td label {
  font-size: 0.9em; }

.jobtable a {
  font-size: 0.9em; }

.mediatable p {
  margin-bottom: 5px; }

.mediatable thead th {
  font-weight: normal;
  text-align: left; }

.mediatable tbody td {
  padding: 10px 0;
  text-align: left; }

.mediatable tfoot td {
  text-align: left; }

.mediatable h3 {
  margin: 0; }

/* CALENDAR */
table td.metasearch,
table th.metasearch,
th.metanew {
  background: none;
  border: 0;
  margin: 0;
  padding: 0 10px 10px 3px;
  text-align: left; }

tr.metalist th.staticCalendarWeekday,
h3.metalist,
td.metalistgroupheader {
  background: #e3e3e3;
  border: 1px solid #fff;
  color: #383e46;
  font: bold 1.2em "Raleway", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 8px;
  text-align: left; }

h3.metalist {
  border-bottom: 0; }

th.metadetail,
tr th.metalist,
tr.metalist td.metalist,
.metalistcolor1,
.metalistcolor2 {
  background: none;
  border: 0;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3;
  padding-top: 3px;
  text-align: left;
  vertical-align: top; }

table.metadetail td.metadetail center {
  border: 1px solid #c1c3c5;
  box-shadow: 0 2px 5px #c3c3c3;
  -moz-box-shadow: 0 2px 5px #c3c3c3;
  -webkit-box-shadow: 0 2px 5px #c3c3c3;
  display: block;
  line-height: 1.2;
  margin-right: 20px;
  padding: 10px;
  text-align: center; }

table.metadetail td.metadetail center .text {
  color: #383e46;
  font-size: 0.9em;
  font-weight: bold; }

tr.metalist td.metalist,
table.metadetail .metalistcolor1,
table.metadetail .metalistcolor2 {
  background: #efefef;
  border: 1px solid #fff;
  padding: 8px !important; }

table.metalist td.metadetail {
  padding: 3px; }

tr.metalist td.metalist a,
td.metadetail a,
.metalistcolor1 a,
.metalistcolor2 a {
  line-height: 1.4; }

tr th.metalist,
tr.metalist th.metalist {
  background: #efefef;
  border: 1px solid #fff;
  color: #666;
  font-weight: bold;
  padding: 8px; }

form tr th.metalist {
  border: 0; }

ul.metalist {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.metalist li.metalist {
  border-top: 0;
  margin: 0;
  padding: 8px; }

ul.metalist li.metalist a {
  line-height: 1.4; }

td.metadescription {
  padding-bottom: 10px; }

form.metasearch table.metadescription td.metadescription {
  padding-left: 0; }

table.metalist span.required {
  color: #9c223f;
  display: block;
  font: italic 0.9em "IBM Plex Serif", serif;
  padding: 20px 0; }

table.metadetail span.required {
  color: #9c223f;
  font: italic 0.9em "IBM Plex Serif", serif; }

form.metadetail table.metadetail td.metadetail span.required {
  display: block;
  float: right;
  padding-bottom: 10px; }

table.metalist td.metalist span.required,
table.metadetail td.metadetail span.required {
  display: inline;
  padding: 0; }

.dayofweek {
  color: #000;
  font-size: 0.9em; }

.month {
  color: #000;
  font-size: 0.9em; }

iframe#smGraphicCalendar {
  height: 200px !important;
  width: 240px !important; }

#body-blankmodule table.staticCalendar {
  margin: 3px;
  padding: 0;
  text-align: left; }

#body-blankmodule {
  background: #fff;
  margin: 0;
  padding: 0; }

.staticCalendar th {
  border: 1px solid #dcdcdc;
  color: #000;
  font: 0.9em "Raleway", sans-serif;
  padding: 5px 0; }

.staticCalendar th a {
  color: #383e46;
  font-weight: normal;
  padding: 5px; }

th.staticCalendarDayHighlight {
  background: #cce0da; }

table.staticCalendar th.staticCalendarDayHighlight a {
  color: #383e46; }

table.staticCalendar th.staticCalendarWeekday a.staticCalendarWeekday {
  color: #383e46;
  font-size: 0.8em; }

th.staticCalendarWeekday,
th.staticCalendarWeekdayLG {
  background: #efefef; }

th.staticCalendarMonthYear {
  background: #c1c3c5 url(/images/bg-button-gry.gif) bottom repeat-x;
  border: 0;
  color: #fff; }

th.staticCalendarMonthYear a {
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

th.staticCalendarMonthYear a:visited {
  color: #fff; }

.metalist .staticCalendarWeekday,
.metadetail .staticCalendarWeekday {
  background: none; }

.metadetail th.staticCalendarWeekday {
  color: #006544;
  font: 1.5em "Raleway", sans-serif;
  padding-bottom: 15px;
  text-align: left; }

.metadetail th.staticCalendarWeekday.additional {
  color: #000;
  font: bold 1.1em "Raleway", sans-serif; }

.metadetail th.staticCalendarWeekday i {
  color: #000;
  font-size: 0.8em;
  font: normal 0.8em "Raleway", sans-serif; }

#blank .smmt_poll {
  border: 1px solid #c3c3c3;
  padding: 5px; }

#blank .smmt_poll_title {
  background: #c1c3c5 url(/images/bg-button-gry.gif) bottom repeat-x;
  color: #fff;
  font: bold 1.3em "Raleway", sans-serif;
  padding: 5px;
  width: 360px; }

#blank .smmt_poll_total {
  background: #efefef; }

#blank table.smmt_poll {
  margin: auto;
  margin-top: 20px;
  width: 360px; }

#blank font b {
  color: #9c223f;
  display: block;
  text-align: center;
  padding-top: 10px; }

#blank {
  background: #fff;
  margin: 0;
  padding: 0; }

.metadetail .titleHeader {
  color: #383e46;
  font: 1.8em "IBM Plex Serif", serif;
  padding: 15px 0 !important; }

table table.metadetail tr.metadetail td.metadetail {
  padding: 2px 0 0 0 !important;
  text-align: left;
  vertical-align: top; }

table table.metadetail tr.metadetail th.metadetail {
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px 10px 0 0 !important;
  text-align: left;
  vertical-align: top; }

td.headerTitle {
  color: #006544;
  font: 1.5em "Raleway", sans-serif;
  padding: 15px 0 !important;
  width: 100%; }

th[style~='groove'] {
  border: 1px solid red !important; }

.physdirectory {
  margin-top: 30px; }

.physdirectory tr td ul,
.physdirectory tr td ul li,
.physdirectory tr td p {
  margin: 0;
  padding: 0; }

.physdirectory tr td ul {
  list-style: none; }

.physdirectory th {
  padding: 5px 5px 5px 0;
  width: 12em;
  vertical-align: top; }

.physdirectory td {
  padding: 5px !important;
  vertical-align: top; }

.physdirectory th,
.physdirectory td {
  color: #535a63;
  font-size: 0.9em;
  line-height: 1.8;
  text-align: left; }

/*.physdirectory p{background:url(/images/icon-fax.gif) 8em bottom no-repeat; margin-bottom:10px !important}*/
.physdirectory .none {
  background: none; }

.none {
  display: none; }

.photo.right {
  margin-top: 20px; }

.stepslist {
  padding: 0; }

.stepslist h3 {
  background: #efefef;
  padding: 6px; }

.stepslist li {
  clear: right; }

.stepslist ul li {
  clear: none; }

.stepslist li img {
  margin-bottom: 20px; }

.stepslist p,
.stepslist ul {
  padding-left: 6px; }

#content .alth1 {
  margin: 0 0 10px 0;
  padding: 0; }

.alth2 {
  color: #535a63;
  font: bold 1.3em "Raleway", sans-serif;
  margin: 0 0 10px 0;
  position: relative; }

h1.dailynews {
  color: #383e46;
  font: bold 1.3em "Raleway", sans-serif; }

h3.dailynews {
  color: #006544;
  font: 1.8em "Raleway", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px; }

.gfc-tabsArea .gfc-tabHeader.gfc-tabhActive {
  border-top: 2px solid #006544; }

.gfc-resultsRoot .gfc-resultsHeader {
  border-bottom: 0; }

.gfc-tabHeader {
  padding: 5px; }

.gfc-tabsArea {
  padding-bottom: 5px; }

sup {
  font-size: 0.8em;
  vertical-align: top; }

h1 i {
  color: #6a7888;
  font: normal 0.6em "Raleway", sans-serif;
  letter-spacing: 0.05em; }

.event-sub {
  font: italic 1.4em "IBM Plex Serif", serif;
  margin-bottom: 5px; }

.event-date,
.event-time,
.event-weekdays {
  font-size: 1.4em; }

.event-location {
  margin: 5px 0 20px 0; }

.event-location a {
  font-size: 0.9em;
  background: url(/images/icon-map-pin.gif) left 0 no-repeat;
  padding-left: 15px; }

.event-contact {
  color: #383e46;
  font: bold 1.3em "Raleway", sans-serif;
  margin: 20px 0; }

.event-cost {
  margin-top: 20px; }

.event-full {
  border: 2px solid #d9d9d9;
  color: #9c223f;
  font-size: 0.9em;
  margin-top: 40px;
  padding: 20px; }

.event-note,
.note {
  border: 2px solid #d9d9d9;
  color: #383e46;
  font-size: 0.9em;
  padding: 12px; }

.note p {
  margin-bottom: 8px; }

#bodypage .event-full a {
  color: #9c223f; }

.callout-box {
  background: #efefef;
  color: #383e46;
  float: left;
  font-size: 0.9em;
  margin: 30px 0;
  padding: 20px; }

.callout-box img {
  float: left;
  margin-right: 20px; }

.callout-box p {
  margin: 0; }

.event-full a {
  color: #9c223f; }

.event-prerequisites,
.event-additional {
  margin: 0 0 20px 0; }

.event-prerequisites ul,
.event-additional ul {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0; }

.event-prerequisites ul li,
.event-additional ul li {
  margin: 3px 0;
  padding: 0; }

.event-button,
a.button,
input[value='Find'],
input[value='Back'],
input[value='Submit'],
input[value='Cancel'],
input[value='Continue Registration'],
button.metanew[onClick='history.go(-1)'],
input[value='Next Page >>'],
input[value='<<Previous Page'],
input[value='Find Again'],
input[value='New Search'],
input#submit1,
.aesubmitbutton,
.sm6modulebutton,
#poll button,
#pollvote {
  background: #fafafa url(/images/bg-gradient-gry.gif) bottom repeat-x;
  border: 2px solid #d9d9d9;
  color: #666;
  font: bold 1.2em "Raleway", sans-serif !important;
  padding: 2px 6px; }

.event-button {
  margin: 15px 0;
  padding: 3px 10px;
  width: 150px; }

a.button {
  color: #666;
  padding: 4px 10px;
  text-decoration: none; }

div.aeAlphaSearch {
  border: 1px solid #c3c3c3;
  padding: 10px;
  text-align: center; }

table.aemetasearchTopic div.aemetasearchTopic {
  color: #383e46;
  font-weight: bold; }

input[type='text'],
textarea {
  padding: 2px 3px; }

table.aemetasearch input.aetextbox {
  padding: 4px; }

table.aemetasearch td.metadetail {
  padding-top: 10px; }

table.aemetasearchTopic td {
  font-size: 0.9em;
  padding: 0 20px 5px 0;
  text-align: left;
  white-space: nowrap;
  width: auto; }

table.aemetasearchTopic td.aemetasearchtopic br {
  display: none; }

hr.AEmetadetail {
  display: none; }

table.AETopicSelection {
  color: #c3c3c3;
  font-size: 0.9em; }

table.aemetasearch td.metadetail a {
  color: #383e46;
  font-size: 0.9em; }

table.aemetasearch td.aemetasearch input.aetextbox {
  width: 300px; }

table.aemetasearch td.metadetail {
  padding-bottom: 20px; }

table.AETopicSelection td[align='right'] a,
table.aemetasearch span a.metalist {
  display: none; }

span.AEmetadetail {
  display: block;
  padding-bottom: 20px; }

#frmBasicSearch table.aemetasearch td.aemetasearch {
  color: #383e46;
  padding-bottom: 10px; }

#frmBasicSearch table.aemetasearch th.aemetasearch {
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: right; }

#container .playvideo {
  margin: 5px 0; }

#servicehome .playvideo {
  margin: 20px 0 10px 0; }

#servicehome .playvideo a {
  display: block;
  font: italic 1.4em "IBM Plex Serif", serif;
  min-height: 65px;
  padding: 10px 20px 0 110px; }

.playvideo a {
  background: url(/images/button-play-video.gif) 0 -74px no-repeat;
  color: #4c5a6b;
  display: block;
  font: italic 1.4em "IBM Plex Serif", serif;
  min-height: 85px;
  padding: 17px 20px 0 110px; }

#container .playvideo a {
  text-decoration: none; }

#container .playvideo a:hover {
  background: url(/images/button-play-video.gif) -97px 0 no-repeat;
  color: #000; }

.playvideo a span {
  color: #4c5a6b;
  font-size: 0.8em;
  padding-left: 5px; }

#myform th.metanew {
  font-weight: normal;
  padding: 0; }

#myform .metalist_subgroup {
  color: #383e46;
  font: 1.7em "IBM Plex Serif", serif;
  line-height: 1.2;
  padding: 10px 0; }

#myform .applyonline .applyonline,
#myform .applyonline .metalist_subgroup {
  display: none; }

#myform table.applyonline td.metalist a {
  font-size: 1.2em; }

#myform table.applyonline .staticCalendarWeekday {
  display: none; }

table.applyonline th.metalist {
  background: #efefef;
  padding: 6px !important;
  white-space: nowrap; }

table.applyonline td.metalist {
  padding: 6px !important; }

table.applyonline table.applyonline b {
  font-weight: normal; }

table.applyonline table.applyonline {
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3; }

blockquote span.required {
  color: #9c223f;
  float: right;
  font: italic 1em "IBM Plex Serif", serif;
  text-align: right;
  width: 100%; }

.quote {
  background: url(/images/icon-quotes.gif) no-repeat;
  color: #383e46;
  font: italic 1.5em "IBM Plex Serif", serif;
  line-height: 1.4;
  margin: 30px 0;
  padding-left: 65px;
  padding-right: 15%; }

.quote span {
  display: block;
  font: normal 0.6em/1.5 "Raleway", sans-serif;
  margin-top: 8px;
  text-align: right; }

.peopletable.quote-sm p {
  background: url(/images/icon-quotes-sm.gif) 20px 35px no-repeat;
  border-top: 1px dotted #c3c3c3;
  color: #383e46;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0;
  padding: 35px 35px 35px 60px; }

.peopletable.quote-sm p span {
  display: block;
  font: italic 1em "IBM Plex Serif", serif;
  margin-top: 8px;
  text-align: right; }

.peopletable.quote-sm td {
  padding: 15px 0;
  vertical-align: top; }

table.applyonline {
  margin: 0 !important;
  padding: 0 !important; }

#myform table.applyonline th.metalist,
#myform table.applyonline td.metalist {
  font-weight: normal;
  padding: 0;
  text-align: left; }

#myform td,
#myform th {
  padding-bottom: 10px;
  vertical-align: top; }

h3.titletext {
  font: 2.2em "IBM Plex Serif", serif;
  margin-bottom: 20px; }

table.metalist tr.metalist td.metalist i {
  color: #383e46;
  font: italic 1em "IBM Plex Serif", serif; }

#body-blankmodule script {
  display: none; }

.contact .hide,
.hide {
  display: none; }

.physdirectory ul li [value='No Primary Specialty Listed'] {
  display: none; }

#sidebar input#keyword {
  width: 140px; }

#homepage #content {
  background: 0 0 !important;
  border-top: 0; }

#content {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

#servicehome {
  background-color: transparent !important;
  background-position: top right !important;
  border: 1px solid #fff; }

#goinput {
  background: url(/images/search-button.png) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  width: 32px;
  overflow: hidden;
  text-indent: -9999px; }

#contactoptions {
  display: block;
  position: absolute;
  right: 0;
  z-index: 1000 !important;
  margin: 0.25em 0 1em !important;
  padding: 0 !important; }

#contactoptions #makeagift a {
  border-left: 1px solid #ccc;
  font-weight: 700;
  color: #216b99;
  padding: 0 0 0 1em; }

#contactoptions #makeagift a:hover {
  color: #575f6a; }

#contactoptions #makeagift {
  padding: 0 0 0 0.75em; }

#contactoptions #contactus > a {
  background: url(/images/arrow-gry-dwn.png) right center no-repeat;
  padding: 0 1.25em 0 0; }

#contactoptions > li > a {
  color: #575f6a;
  text-decoration: none; }

#contactoptions > li {
  display: inline-block;
  float: left;
  list-style-type: none;
  position: relative;
  padding: 0 0.75em; }

#contactoptions ul li a {
  text-decoration: none;
  color: #575f6a;
  display: block;
  padding: 0.5em 1em; }

body #contactoptions li:hover > ul {
  display: block;
  top: 100%;
  left: -0.3em; }

#contactoptions ul {
  background: #fff;
  border: 2px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: none;
  position: absolute;
  z-index: 2000 !important;
  padding: 0; }

#contactoptions ul li {
  float: none;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 12em; }

#contentcontainer {
  background: #fff;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

#contactoptions select {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0.5em; }

#wayfeature {
  background: #fff; }

#coe ul {
  background: #fff;
  float: left;
  margin: auto;
  padding: 40px 60px; }

#coe ul li {
  color: #747474;
  display: table-cell;
  font: 12px "Raleway", sans-serif;
  line-height: 16px;
  list-style: none;
  text-align: center;
  vertical-align: top;
  width: 25%;
  margin: 0;
  padding: 0 20px;
  vertical-align: top; }

#coe img {
  background: #efefef;
  width: 100px;
  margin: auto auto 1em;
  padding: 10px; }

#coe a:hover img {
  background: #d3d3d3; }

#coe a:hover {
  color: #383e46; }

#coe span {
  color: #383e46;
  display: block;
  font: 700 13px "IBM Plex Serif", serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }

#coe p {
  margin: 0.25em 0 0; }

#coe .blue:hover span {
  color: #005a8c; }

#coe .red:hover span {
  color: #9c223f; }

#coe .purple:hover span {
  color: #4b106f; }

#homepage-features {
  float: left;
  width: 100%;
  margin: 0 0 10px; }

.featured {
  background: #fff;
  color: #474747;
  float: left;
  min-height: 620px;
  font: 1em "Raleway", sans-serif; }

.featured h4 {
  font: 1.6em "IBM Plex Serif", serif;
  margin: 0 0 1em; }

.viewall {
  background: url(/images/arrow_grn_right.gif) left center no-repeat;
  color: #747474;
  float: right;
  font: 1em "Raleway", sans-serif;
  text-decoration: none;
  padding: 0 0 0 1em; }

.featured.col1 {
  border-right: 5px solid #ededed;
  width: 475px; }

.featured.col2 {
  width: 420px;
  padding: 0 30px; }

.featured.col2 h4 {
  clear: both;
  font: 700 1.3em "IBM Plex Serif", serif; }

body .sysspots {
  background: #6a7888;
  border-bottom: 1px solid #5e6b7b;
  overflow: visible !important;
  padding: 1em 0 0; }

body .sysspots img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  float: left;
  padding: 0 0.5em 1em 2em; }

body .sysspots ul {
  background: #6a7888;
  border-top: 0;
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

body .sysspots ul li {
  background: #6a7888;
  color: #c3c3c3;
  display: inline;
  float: left;
  font: 1.1em "Raleway", sans-serif;
  width: 33.333%;
  margin: 0;
  padding: 1em 0; }

body .sysspots ul li br {
  display: none; }

body .sysspots a {
  color: #fff !important;
  display: inline;
  line-height: inherit;
  white-space: nowrap; }

body .sysspots p {
  float: none;
  font-size: 0.9em;
  line-height: 1.3;
  width: auto;
  padding: 0 1.75em 0 2em; }

body .sysspots h4 {
  color: #fff;
  float: none;
  font: 700 17px "IBM Plex Serif", serif;
  line-height: 1.3;
  width: auto;
  margin: 0 1.5em 0.25em 0; }

body #homepage .sysspots {
  margin-top: 30px; }

body #footer {
  background: 0 0;
  border-top: 0;
  width: 800px;
  margin: auto;
  padding: 0; }

body #footer h3 {
  color: #4c5a6b;
  font: 700 1.1em "IBM Plex Serif", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0.25em; }

body #footer ul {
  float: left;
  font: 1em "Raleway", sans-serif;
  list-style: none;
  margin: 2em 0 0;
  padding: 0; }

#login,
#socialmedia {
  width: 160px; }

#christianacarewebsites {
  width: 250px; }

#siteinformation {
  width: 200px; }

body #footer ul li {
  line-height: 1.4;
  text-align: left;
  margin: 0.5em 0;
  padding: 0 4% 0 0; }

body #contactfooter {
  margin: 1em 0;
  padding: 1em 0 5em; }

#badges-banners {
  border-top: 3px solid #fff;
  padding: 1.25em 0; }

body #nonprofit {
  border-right: 1px solid #fff;
  color: #7d8289;
  float: left;
  font: 1.1em/1.5 "IBM Plex Serif", serif;
  text-align: left;
  text-transform: none;
  width: 68%;
  margin: auto;
  padding: 0 3% 0 0; }

body #nonprofit a {
  color: #7d8289; }

#maincontact {
  color: #7d8289;
  float: left;
  font: 0.9em/1.5 "Raleway", sans-serif;
  text-align: left;
  width: 25%;
  padding: 0 0 0 3%; }

#maincontact span {
  display: block; }

body .sysspots .programlist {
  display: block;
  float: none;
  z-index: 2000 !important;
  margin: 0 0 1.5em;
  padding: 0 0 1.5em; }

body .sysspots .programlist > li > a {
  background: url(/images/arrow-gry-dwn.png) right 10px center no-repeat;
  border-bottom: 1px solid #dcdcdc;
  color: #575f6a;
  font-size: 0.9em;
  text-decoration: none;
  padding: 0.25em 0; }

body .sysspots .programlist > li {
  display: inline-block;
  float: left;
  list-style-type: none;
  min-height: inherit !important;
  position: relative;
  padding: 0; }

body .sysspots .programlist ul li a {
  display: block !important;
  font-size: 0.8em !important;
  text-decoration: none;
  white-space: normal !important;
  background: #fff;
  color: #6a7888 !important;
  padding: 0.5em 1em; }

body .sysspots .programlist li:hover > ul {
  display: block;
  top: 100%;
  left: 0; }

body .sysspots .programlist ul {
  background: #fff;
  border: 2px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: none;
  float: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0; }

body .sysspots .programlist ul li {
  float: none;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  min-height: inherit !important;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 15em;
  padding: 0; }

#coefeature.red a,
#coefeature.red h2 span,
#subheader h2 .red,
.options a,
.red #servicecontent a,
.red #servsidebar a,
.red .calltoaction,
.red .readmore a,
.red .spotlights li:hover a:hover,
.red .tel,
.red .telnumbers,
.red .vcard a,
.red a.playvideo,
.red h1 .line2 {
  color: #c60c46 !important; }

.red .spotlights h4 {
  background-color: #c60c46 !important; }

#coefeature.blue a,
#coefeature.blue h2 span,
#subheader h2 .blue,
.blue #servicecontent a,
.blue #servsidebar a,
.blue .calltoaction,
.blue .readmore a,
.blue .spotlights li:hover a:hover,
.blue .tel,
.blue .telnumbers,
.blue .vcard a,
.blue a.playvideo,
.blue h1 .line2,
.options a {
  color: #0067ac !important; }

#coefeature.green a,
#coefeature.green h2 span,
#subheader h2 .green,
.green #servicecontent a,
.green #servsidebar a,
.green .calltoaction,
.green .readmore a,
.green .spotlights li:hover a:hover,
.green .tel,
.green .telnumbers,
.green .vcard a,
.green a.playvideo,
.green h1 .line2,
.options a {
  color: #006544 !important; }

#coefeature.magenta a,
#coefeature.magenta h2 span,
#subheader h2 .magenta,
.magenta #servicecontent a,
.magenta #servsidebar a,
.magenta .calltoaction,
.magenta .readmore a,
.magenta .spotlights li:hover a:hover,
.magenta .tel,
.magenta .telnumbers,
.magenta .vcard a,
.magenta a.playvideo,
.magenta h1 .line2,
.options a {
  color: #904083 !important; }

.blue .spotlights h4 {
  background-color: #0067ac !important; }

.green .spotlights h4 {
  background-color: #006544 !important; }

.gray.spotlights h4 {
  background-color: #43536b !important; }

.magenta .spotlights h4 {
  background-color: #904083 !important; }

#servicehome .contact {
  font-size: 0.9em;
  line-height: 1.4 !important; }

#servicehome .contact .tel {
  font: 1.5em "Raleway", sans-serif !important;
  line-height: 1.3 !important;
  margin: 0 0 0.25em; }

.contact strong,
.multiplelocations th,
p .fn {
  color: #383e46;
  font: 400 1.6em "Raleway", sans-serif !important; }

.red #servicecontent .dir {
  border-bottom: 1px dotted #ccc;
  color: #474747 !important;
  background: none !important;
  text-decoration: none !important;
  padding: 0 !important; }

.spotlights {
  clear: both;
  color: #fff;
  margin: auto;
  padding: 0 30px;
  text-align: center; }

.spotlights div {
  display: inline-block;
  vertical-align: top;
  white-space: none;
  width: 280px;
  margin: 0 10px;
  text-align: left; }

.spotlights ul {
  font-size: 1em;
  list-style: none;
  margin: 0; }

.spotlights li {
  line-height: 1.5;
  margin: 0.5em 0; }

.spotlights select {
  border: 1px solid #ccc !important;
  font-size: 1.1em;
  margin: 0.5em 0;
  padding: 0.5em; }

.spotlights h4 {
  background-position: top center;
  background-repeat: no-repeat !important;
  border-radius: 3px;
  color: #fff;
  font: 700 14px "IBM Plex Serif", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1.25em 0 0;
  padding: 68px 0 8px; }

.spotlights h4 a {
  color: #fff;
  text-decoration: none; }

.spotlights h4.ui-state-active {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.spotlights h4:hover {
  background-color: #6a7888;
  color: #efefef;
  cursor: pointer;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9; }

.spotlights li a {
  color: #202020;
  text-decoration: none; }

.ui-accordion div .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  min-height: 0; }

.ui-accordion div .ui-accordion-noicons {
  padding-left: 0.7em; }

.ui-accordion div .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  bottom: 10%; }

.ui-accordion div .ui-accordion-content {
  background: #efefef;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: auto;
  padding: 1em 2em 1em 2.5em; }

.ui-icon {
  float: left;
  width: 16px;
  height: 16px; }

.ui-state-default .ui-icon {
  background-image: url(/images/spots/jquery-ui-icons-white.png); }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

#rightsidebar {
  width: 200px !important;
  margin: 5px 0 30px 30px !important; }

#rightsidebar .channel_items {
  font-size: 9pt;
  list-style-type: none; }

#rightsidebar .channel,
#rightsidebar .content_type,
#rightsidebar ul.channel_items,
#rightsidebar ul.channel_items li {
  border: 0;
  margin: 0;
  padding: 0; }

#rightsidebar ul.channel_items {
  padding: 0 0 1em; }

#rightsidebar ul.channel_items li {
  padding: 0.25em 0; }

#rightsidebar #rssfeed a,
#rightsidebar #teaser_display .channel_items a {
  color: #747474;
  text-decoration: none;
  padding: 0.25em 0; }

#rightsidebar td {
  background: 0 0; }

#rightsidebar td.channel {
  border-left: 2px solid #efefef;
  padding: 0 0 0 1em; }

#rightsidebar img {
  margin: 0 0 20px !important; }

#rightsidebar #teaser_display {
  background: 0 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: 0 !important;
  width: auto !important;
  margin: 0 0 1em !important;
  padding: 0 !important; }

#rightsidebar #teaser_display .channel_name {
  display: none; }

#rightsidebar #teaser_display .content_type {
  color: #006544;
  font: 1.4em "Raleway", sans-serif; }

#rightsidebar #rssfeed {
  border: 0 !important;
  border-left: 2px solid #efefef !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  width: auto !important;
  margin: 0 0 10px !important;
  padding: 0 0 0 1em !important; }

#rightsidebar #rssfeed h3 {
  color: #006544;
  font: 1.4em "Raleway", sans-serif !important;
  margin: 0; }

#rssfeed ul {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.9em; }

#rightsidebar #rssfeed ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0.25em 0 !important;
  line-height: 1.3; }

#leftsidebar {
  float: left;
  width: 190px !important;
  margin: 0 !important;
  padding: 45px 0 60px 40px !important; }

#leftsidebar table.collapse img {
  margin-left: 0 !important; }

#navigationLeft {
  background: #fff;
  font-size: 1em;
  text-align: left;
  margin: 0 0 20px !important; }

#leftNavigation h4.navigationLeft-title {
  margin: 0 0 0.5em !important;
  padding: 0 !important; }

#leftNavigation h4.navigationLeft-title a {
  color: #535a63;
  font: 1em "Raleway", sans-serif !important;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }

#leftNavigation li,
#leftNavigation ul {
  vertical-align: top;
  margin: 0 !important;
  padding: 0 !important; }

#leftNavigation li {
  padding: 0.5em 0 !important; }

#leftNavigation li li {
  padding: 0.25em 0 !important; }

#leftNavigation ul ul {
  padding: 0.25em 0 0 !important; }

#leftNavigation ul {
  line-height: 1.4;
  list-style: none; }

#leftNavigation li.navtop ul a {
  color: #4c5a6b; }

#leftNavigation li.navtop {
  border: 0 !important; }

#leftNavigation li.navtop > a {
  color: #000; }

#leftNavigation li.navtop ul a.active-current {
  color: #4c5a6b;
  font-style: italic;
  font-weight: 400;
  text-decoration: none; }

#servicehome .intro {
  color: #202020;
  font: 400 1.1em "Raleway", sans-serif;
  line-height: 1.6;
  max-width: 400px; }

.calltoaction {
  font: 400 1.8em/1.2 "IBM Plex Serif", serif;
  width: 80%;
  margin: 0 !important; }

#textsize {
  display: none !important; }

#subheader h2 {
  color: #4c5a6b;
  font: 25px "Raleway", sans-serif;
  margin-bottom: 0;
  text-align: right; }

.home-img-feature {
  border-bottom: 5px solid #ededed;
  border-top: 5px solid #ededed;
  clear: both; }

.links {
  width: 860px;
  margin: auto;
  padding: 2em 0; }

.links .col {
  float: left;
  width: 120px; }

.links .col,
.links h5 {
  font: 1.1em "Raleway", sans-serif; }

.event-sub {
  font: italic 1.4em "IBM Plex Serif", serif; }

#contactoptions > li:hover > a,
#contactoptions > li > a:hover,
body .sysspots .programlist > li:hover > a,
body .sysspots .programlist > li > a:hover {
  color: #216b99; }

#contactoptions ul li a:hover,
body .sysspots .programlist ul li a:hover {
  background: #efefef;
  color: #747474; }

#contactoptions ul ul,
#globalnav ul ul,
body .sysspots .programlist ul ul {
  position: absolute;
  left: 100%;
  top: 0; }

#coe ul li:first-child,
#globalnav > li:first-child {
  border: 0; }

#quicklinks a:link,
#quicklinks a:visited {
  color: #383e46;
  text-decoration: none; }

#coe a,
body #footer ul a {
  color: #747474;
  text-decoration: none; }

#coe .green:hover span,
#leftNavigation li.navtop a.active-current,
#leftNavigation li.navtop a.active-top,
.featured h4 a:hover,
.feed li a:visited {
  color: #006544; }

.featured ul,
.feed ul,
.links ul {
  list-style: none; }

#rightsidebar #rssfeed a:hover,
#rightsidebar #teaser_display .channel_items a:hover,
body #footer ul a:hover {
  color: #474747;
  text-decoration: underline; }

#leftNavigation a,
.spotlights div a {
  text-decoration: none; }

#wellness-feed a:hover,
.spotlights li:hover a:hover {
  text-decoration: underline; }

.ui-accordion div .ui-accordion-icons,
.ui-accordion div .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

#leftNavigation,
#leftNavigation > ul,
#rightsidebar .channel_display {
  padding: 0 !important; }

#cse-search-results iframe {
  height: 1600px; }

.peopletable ul {
  list-style: none;
  width: 640px;
  margin: 0;
  padding: 0; }

.peopletable ul li {
  display: inline;
  float: left;
  width: 300px;
  margin: 0;
  padding: 10px 20px 0 0; }

.peopletable ul img {
  float: left;
  padding: 0 15px 20px 0; }

.peopletable ul img.noimage {
  border: 1px solid #ccc;
  float: left;
  margin: 0 15px 18px 0;
  padding: 0; }

.peopletable em {
  display: block;
  font-family: "IBM Plex Serif", serif; }

.listtable tbody th.bg {
  background: #e3e3e3; }

.m10top {
  margin-top: 10px; }

.calloutbox {
  border: 2px solid #d9d9d9;
  color: #383e46;
  margin-top: 3em;
  padding: 2em; }

.calloutbox h3 {
  margin: 0 0 5px; }

.calloutbox p {
  color: #535a63;
  font-size: 1.2em;
  margin-bottom: 0; }

.charttable tbody td {
  font-size: 1.6em; }

.maincontact .contactus {
  padding-left: 15px; }

h2.trigger {
  background: url(/images/arrow-right.gif) left no-repeat;
  font-size: 1.1em;
  padding-left: 12px; }

h3.trigger {
  background: url(/images/arrow-right.gif) left no-repeat;
  padding-left: 12px; }

h3.trigger a {
  color: #006544 !important;
  font-size: 0.8em !important;
  text-decoration: underline !important; }

.toggle_container {
  margin: 0;
  padding: 0; }

.trigger {
  font: 700 1.3em "Raleway", sans-serif;
  margin: 0 0 10px !important; }

.toggle_container h3 {
  margin: 0 !important; }

.toggle_container ul li {
  margin: 0 !important;
  padding: 0 0 5px !important; }

.toggle_container p {
  margin: 0 !important;
  padding: 0 1em 1em; }

#input_smm_locations,
#label_smm_locations {
  display: none; }

.charttable a,
form .metadetail a {
  color: #006544 !important; }

h2.active,
h3.active {
  background: url(/images/arrow-down.gif) left no-repeat; }

#emergency-message {
  clear: both;
  background: #9c223f;
  font-size: 1.2em;
  padding: 1em;
  text-align: center; }

#emergency-message a {
  color: #fff; }

.g1 {
  border-left: 2px solid #efefef;
  margin-top: 1em;
  padding: 0.75em; }

.g1 a {
  color: #747474;
  text-decoration: none;
  padding: 0.25em 0;
  font-size: 0.9em; }

.spotlights.alt h4 {
  font: 400 17px "IBM Plex Serif", serif;
  letter-spacing: 0;
  text-transform: none; }

.spotlights.alt span {
  bottom: 12% !important; }

.spotlights.alt h4 {
  line-height: 1.4;
  padding-left: 1.75em;
  padding-bottom: 5px; }

img[width='1'] {
  display: none; }

.right {
  float: right;
  margin: 0 0 20px 20px; }

p.contact {
  margin-top: 20px;
  padding-top: 20px; }

#servicecontent .fadein {
  height: 330px; }

#servicecontent .fadein img {
  height: auto;
  width: 100%; }

body #servicehome.bodycontent h1 {
  color: #202020;
  font-family: "IBM Plex Serif", serif;
  font-weight: normal;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
  text-indent: 0;
  text-transform: uppercase;
  width: auto; }

body #servicehome.bodycontent h1 span.line2 {
  display: block;
  font-size: 2.5em;
  letter-spacing: 0;
  margin: 0.1em 0 0; }

body #servicehome.bodycontent h1 span.line3 {
  color: #202020;
  display: block;
  font-size: 1em;
  letter-spacing: 0;
  margin: 0;
  text-transform: none; }

nav#local {
  color: #7c7e80;
  line-height: 1.4;
  padding: 50px 15px 50px 50px;
  vertical-align: top; }
  nav#local a {
    color: #7c7e80;
    text-decoration: none; }
  nav#local h3 {
    font-size: 16px;
    margin: 0 0 10px 0; }
  nav#local div.local-nav {
    margin-bottom: 20px; }
  nav#local ul {
    margin: 0;
    padding: 0; }
    nav#local ul li {
      margin: 0;
      padding: 0;
      font-size: 14px;
      list-style: none;
      margin: 0;
      padding: 5px 0; }
  nav#local ul.menu > li > a {
    color: #7c7e80; }
  nav#local ul.menu > li.current-menu-ancestor a {
    color: rgba(87, 87, 87, 0.8); }
  nav#local ul.menu > li.current-menu-ancestor > a {
    color: #88c540;
    font-weight: bold; }
  nav#local ul.menu li.current-menu-item > span {
    font-style: italic; }
  nav#local ul.menu li.current-menu-item ul {
    border-left: 3px solid #efefef;
    margin: 8px 0;
    padding-left: 10px; }
  nav#local ul.menu li.current-menu-ancestor ul {
    border-left: 3px solid #efefef;
    margin: 8px 0;
    padding-left: 10px; }

@media (min-width: 768px) {
  nav#local {
    flex: 0 1 300px;
    padding-left: 0; } }

aside.channel {
  padding-top: 3.125rem;
  line-height: 1.4;
  margin: 0 0 20px 20px; }
  aside.channel a {
    color: #0081c6;
    text-decoration: none;
    line-height: 1.5rem;
    font-size: 1.125rem; }
    aside.channel a:hover {
      text-decoration: underline; }
  aside.channel img {
    display: block;
    margin-bottom: 20px; }
  aside.channel h3 {
    color: #7c7e80;
    font-family: ff-meta-web-pro, arial, sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    padding-bottom: 0.4rem; }
    aside.channel h3 li {
      margin: 0;
      padding: 0; }
  aside.channel .content_type {
    color: #7c7e80;
    font-family: ff-meta-web-pro, arial, sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
    aside.channel .content_type li {
      margin: 0;
      padding: 0; }
  aside.channel ul {
    margin: 0 0 10px 0;
    padding: 0; }
    aside.channel ul li {
      font-size: 1.3rem;
      list-style: none;
      margin: 0;
      padding: 5px 0; }
  aside.channel table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0; }
    aside.channel table tr:last-of-type ul:last-of-type {
      margin: 0; }
  aside.channel td {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0; }
  aside.channel #rssfeed {
    border-left: 2px solid #efefef;
    padding-left: 15px; }
  aside.channel .teaser {
    border-left: 2px solid #efefef;
    padding-left: 15px; }
  aside.channel .channel_name {
    display: none; }
  aside.channel table.channel_display {
    display: block; }
  aside.channel p.call-to-action {
    color: #88c540;
    font-size: 2.1875rem;
    font-weight: 800;
    margin: 0 0 2rem 0;
    line-height: 1.2; }
    aside.channel p.call-to-action > span:first-of-type {
      display: block;
      font-size: 1.25rem; }
    aside.channel p.call-to-action a[href^='tel:'] {
      text-decoration: none;
      display: inline;
      padding-left: 0;
      color: #88c540;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      font-size: unset;
      line-height: unset; }
    aside.channel p.call-to-action a[href^='mailto:'] {
      text-decoration: none;
      display: inline;
      padding-left: 0;
      color: #88c540;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      font-size: unset;
      line-height: unset; }
  aside.channel .gform_wrapper {
    border-left: 1px solid #575757;
    padding-left: 1.5rem; }

@media (min-width: 768px) {
  aside.channel {
    flex: 0 1 350px;
    width: 30%; } }

@media (min-width: 992px) {
  body.page:not(.home) article .page-content {
    margin: 0; } }

@media (min-width: 768px) {
  article:not(.landing):not(.new-landing) {
    display: flex;
    flex-wrap: wrap; }
    article:not(.landing):not(.new-landing) .page-content {
      flex: 1;
      max-width: 49rem; } }

body.page:not(.home) article .page-content div#feeds {
  font-size: 14px;
  line-height: 1.4;
  width: 100%; }
  body.page:not(.home) article .page-content div#feeds h3 {
    display: none; }
  body.page:not(.home) article .page-content div#feeds ul {
    margin: 0; }
    body.page:not(.home) article .page-content div#feeds ul li {
      list-style: none; }
      body.page:not(.home) article .page-content div#feeds ul li a {
        display: flex;
        text-decoration: none; }
      body.page:not(.home) article .page-content div#feeds ul li figure {
        display: block;
        width: 100%;
        flex: 1;
        max-width: 160px;
        margin: 0; }
      body.page:not(.home) article .page-content div#feeds ul li figure img {
        display: block;
        width: 160px;
        max-width: 160px;
        padding-right: 10px;
        margin: 0; }
      body.page:not(.home) article .page-content div#feeds ul li span {
        display: block;
        padding: 0;
        flex: 0 0 1; }
      body.page:not(.home) article .page-content div#feeds ul li span .title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #0081c6;
        text-transform: uppercase;
        display: block; }
      body.page:not(.home) article .page-content div#feeds ul li span .excerpt {
        display: none;
        color: #575757;
        font-size: 0.875rem;
        font-weight: 500; }

body.page:not(.home) article .page-content #feeds.legacy .rss ul li figure {
  width: auto;
  margin-right: 1rem; }

body.page:not(.home) article .page-content .content h2 {
  font-weight: 800;
  margin-bottom: 0;
  color: #575757; }
  body.page:not(.home) article .page-content .content h2.lead {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #202f33; }

body.page:not(.home) article .page-content .content h3 {
  font-weight: 800;
  margin-bottom: 0;
  color: #575757; }

body.page:not(.home) article .page-content footer div#feeds ul li figure {
  flex: none; }

article {
  background: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  color: #575757; }
  article a {
    color: #88c540;
    font-weight: 800; }
    article a:not(.btn) {
      text-decoration: underline; }

@media (min-width: 768px) {
  article:not(.landing):not(.new-landing) {
    display: flex;
    flex-wrap: wrap; } }

article:not(.landing):not(.new-landing) .page-content {
  padding: 3.125rem 1rem; }
  @media (min-width: 768px) {
    article:not(.landing):not(.new-landing) .page-content {
      flex: 1;
      max-width: 49rem; } }
  article:not(.landing):not(.new-landing) .page-content h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0;
    color: #575757; }
  article:not(.landing):not(.new-landing) .page-content h3 {
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 0;
    color: #575757; }
  article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award h3 {
    display: none; }
  article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul {
    margin: 0;
    padding: 0; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li {
      list-style: none; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li a {
      text-decoration: none; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li figure {
      display: table-cell;
      margin: 0;
      vertical-align: top; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li figure img {
      padding: 0; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li span {
      vertical-align: top; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li span span.title {
      display: block;
      font-size: 1.75em;
      font-weight: 700;
      line-height: 1.2;
      margin-top: 10px; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li span span.date {
      color: #575757;
      display: block;
      font-size: 1.1em;
      margin: 8px 0; }
    article:not(.landing):not(.new-landing) .page-content div#awards-feeds div#most-recent-award ul li span span.excerpt {
      color: #575757;
      font-size: 1.1em;
      line-height: 1.4; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.tabcontent:first-of-type ul > li:first-of-type {
    display: none; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss h3 {
    display: none; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul {
    margin: 0; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li {
    list-style: none; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li a {
    text-decoration: none; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li figure {
    display: table-cell;
    margin: 0;
    padding-right: 15px;
    width: 120px;
    vertical-align: top; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li figure img {
    max-width: 120px;
    padding: 0; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li span.container {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: top; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li span.container span.title {
    font-size: 1.25em;
    font-weight: 700; }
  article:not(.landing):not(.new-landing) .page-content div.responsive-tabs-wrapper div.rss ul li span.container span.date {
    color: #575757;
    display: block; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list ul {
    column-count: 2;
    list-style: none;
    margin: 0; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list ul li {
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    margin: 0; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list a {
    text-decoration: none; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list div {
    display: table-cell;
    vertical-align: middle; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list div.provider-photo {
    width: 100px; }
    article:not(.landing):not(.new-landing) .page-content > .provider-list div.provider-photo img {
      height: 150px;
      margin-bottom: 10px;
      vertical-align: middle;
      width: 100px; }
    article:not(.landing):not(.new-landing) .page-content > .provider-list div.provider-photo + .provider {
      padding-left: 10px; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list span.provider-name {
    font-weight: bold; }
  article:not(.landing):not(.new-landing) .page-content > .provider-list span.provider-title {
    color: #575757;
    display: block; }

article:not(.landing):not(.new-landing) aside.channel iframe + div.rss {
  margin-top: 15px; }

article:not(.landing):not(.new-landing) aside.channel iframe + .provider-list {
  margin-top: 15px; }

article:not(.landing):not(.new-landing) aside.channel object + div.rss {
  margin-top: 15px; }

article:not(.landing):not(.new-landing) aside.channel object + .provider-list {
  margin-top: 15px; }

article:not(.landing):not(.new-landing) aside.channel ul li a {
  color: #0081c6;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 800; }

article:not(.landing):not(.new-landing) aside.channel .provider-list .provider-photo {
  display: none; }

article:not(.landing):not(.new-landing) aside.channel .provider-list .provider-title {
  display: none; }

article:not(.landing):not(.new-landing) iframe {
  display: block;
  margin-bottom: 20px; }

article:not(.landing):not(.new-landing) sup {
  vertical-align: super;
  font-size: 0.5rem; }

#site-container {
  margin: auto;
  position: relative;
  width: 100%; }

@media (min-width: 768px) {
  #site-container {
    padding-top: 10px;
    max-width: 53.75rem; } }

@media (min-width: 992px) {
  #site-container {
    margin-top: 2.875rem;
    max-width: 1400px; } }

body.page:not(.home) #site-container {
  display: flex;
  flex-wrap: wrap; }
  body.page:not(.home) #site-container main {
    width: 100%;
    margin-top: 30px !important; }

.flexslider {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  .flexslider header {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13.6rem;
    position: relative;
    transition: 1.25s ease;
    transition-delay: 0.25s;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .flexslider header {
        height: 25rem;
        background-size: auto; } }
    .flexslider header a.slide-link {
      height: auto;
      text-decoration: none;
      width: 100%;
      display: flex; }
    .flexslider header h1,
    .flexslider header p.slider-home-text {
      color: white;
      font-family: 'Raleway', sans-serif;
      height: auto;
      line-height: 1.2;
      margin: 0 0 3.125rem 0;
      width: 100%;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      padding: 0 3.75rem; }
      @media (min-width: 768px) {
        .flexslider header h1,
        .flexslider header p.slider-home-text {
          flex: 0 0 58.3333333333%;
          max-width: 58.3333333333%; } }
      @media (min-width: 576px) {
        .flexslider header h1,
        .flexslider header p.slider-home-text {
          flex: 0 0 50%;
          max-width: 50%; } }
      .flexslider header h1 span,
      .flexslider header p.slider-home-text span {
        display: block; }
      .flexslider header h1 span.line1,
      .flexslider header p.slider-home-text span.line1 {
        line-height: 1;
        font-weight: 700;
        margin-bottom: 0; }
        @media (max-width: 720px) {
          .flexslider header h1 span.line1,
          .flexslider header p.slider-home-text span.line1 {
            font-size: 0.6875rem !important; } }
        @media (min-width: 768px) {
          .flexslider header h1 span.line1,
          .flexslider header p.slider-home-text span.line1 {
            font-size: 1.875rem;
            line-height: 1; } }
      .flexslider header h1 span.line2,
      .flexslider header p.slider-home-text span.line2 {
        line-height: 1;
        font-weight: 800;
        font-family: "Raleway", sans-serif; }
        @media (max-width: 720px) {
          .flexslider header h1 span.line2,
          .flexslider header p.slider-home-text span.line2 {
            font-size: 1.875rem !important; } }
        @media (min-width: 768px) {
          .flexslider header h1 span.line2,
          .flexslider header p.slider-home-text span.line2 {
            font-size: 3.75rem;
            line-height: 1; } }
      .flexslider header h1 span.line2:not(.sentence-case),
      .flexslider header p.slider-home-text span.line2:not(.sentence-case) {
        text-transform: capitalize; }
      .flexslider header h1 span.line3,
      .flexslider header p.slider-home-text span.line3 {
        line-height: 1;
        font-weight: 700;
        margin-top: 0;
        padding-top: 0;
        font-family: "Raleway", sans-serif; }
        @media (max-width: 720px) {
          .flexslider header h1 span.line3,
          .flexslider header p.slider-home-text span.line3 {
            font-size: 0.6875rem !important; } }
        @media (min-width: 768px) {
          .flexslider header h1 span.line3,
          .flexslider header p.slider-home-text span.line3 {
            font-size: 1.375rem;
            line-height: 2.5rem;
            padding-top: 0; } }
    .flexslider header h2 {
      color: white;
      display: table-cell;
      font-family: "IBM Plex Serif", serif;
      height: 320px;
      line-height: 1.2;
      margin: 0;
      padding: 0 0 0 60px;
      vertical-align: middle;
      width: 460px; }
      .flexslider header h2 span {
        display: block; }
      .flexslider header h2 span.line1 {
        font-size: 38px;
        font-weight: normal;
        margin-bottom: 5px; }
      .flexslider header h2 span.line2 {
        font-size: 54px;
        text-transform: uppercase; }
      .flexslider header h2 span.line3 {
        font-size: 28px;
        font-weight: normal; }
    .flexslider header .play-button {
      position: absolute;
      top: 55px;
      left: 80vw; }
      @media (min-width: 768px) {
        .flexslider header .play-button {
          position: unset; } }
    .flexslider header .play-button a {
      color: white;
      display: block;
      margin: auto;
      text-align: center;
      text-decoration: none; }
      .flexslider header .play-button a:hover {
        color: rgba(255, 255, 255, 0.8); }
      .flexslider header .play-button a:after {
        -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        content: '';
        display: block;
        font-family: cchsicons;
        font-size: 70px; }
      .flexslider header .play-button a span {
        display: block;
        margin: auto;
        text-align: center;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: auto; }
  .flexslider .slides {
    height: 15rem;
    position: relative;
    overflow: hidden;
    width: 980px; }
    @media (min-width: 768px) {
      .flexslider .slides {
        height: 25rem; } }

.flex-direction-nav {
  display: none; }

.flex-control-nav {
  bottom: 30px;
  right: 40px;
  list-style: none;
  margin: 0;
  position: absolute;
  text-align: center;
  z-index: 9000; }
  .flex-control-nav li {
    display: inline;
    float: none;
    _float: left;
    margin: 0 6px; }
  .flex-control-nav a {
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 15px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    _display: block;
    width: 10px;
    height: 10px; }
  .flex-control-nav a.flex-active {
    background: #ccc;
    background: rgba(255, 255, 255, 0.9); }

.slide iframe {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 20px;
  top: 20px; }

body.home #content {
  padding-bottom: 60px; }

body.home .column {
  display: table-cell;
  padding: 40px;
  vertical-align: top;
  width: 50%; }

body.home .home-rss-feeds {
  padding-bottom: 10px; }
  body.home .home-rss-feeds .column:first-of-type {
    padding: 0 15px 0 60px; }
  body.home .home-rss-feeds .column:last-of-type {
    padding: 0 60px 0 15px; }

body.home .home-rss-feeds.events .column:first-of-type {
  width: 60%; }

body.home .home-rss-feeds.events .column:last-of-type {
  width: 40%; }

body.home .feeds {
  padding: 40px 0; }
  body.home .feeds h3 {
    border-bottom: 2px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 5px; }
    body.home .feeds h3 a {
      color: #00aae7; }

body.home div.rss h3 {
  margin: 30px 0 15px 0; }
  body.home div.rss h3:first-of-type {
    margin-top: 0; }

body.home div.rss ul {
  margin: 0;
  display: flex;
  flex-direction: column; }
  body.home div.rss ul li {
    list-style: none; }
    body.home div.rss ul li a {
      display: flex;
      flex-wrap: wrap;
      text-decoration: none;
      padding: 0 2rem; }
    body.home div.rss ul li figure {
      width: 100%; }
      body.home div.rss ul li figure:first-of-type {
        display: none; }
      body.home div.rss ul li figure + span {
        padding: 0; }
        body.home div.rss ul li figure + span .venue {
          display: block;
          line-height: 1.4; }
        body.home div.rss ul li figure + span .title {
          display: block;
          line-height: 1.4;
          font-size: 1.125rem;
          font-weight: 700;
          text-transform: uppercase; }
    body.home div.rss ul li span.event-date {
      display: inline-block;
      line-height: 1;
      text-align: left;
      vertical-align: top;
      flex: 0 0 6rem;
      padding-right: 1rem; }
      body.home div.rss ul li span.event-date .day {
        color: #575757;
        display: block;
        font-size: 1.5rem;
        font-weight: 800; }
      body.home div.rss ul li span.event-date .month {
        color: #575757;
        display: block;
        font-size: 1.5rem;
        font-weight: 800;
        padding-right: 0.4rem; }
      body.home div.rss ul li span.event-date + span {
        padding: 0; }
        body.home div.rss ul li span.event-date + span .venue {
          display: block;
          line-height: 1.4; }
        body.home div.rss ul li span.event-date + span .title {
          display: block;
          line-height: 1.4;
          font-size: 1.125rem;
          font-weight: 700;
          text-transform: uppercase; }
    body.home div.rss ul li span {
      display: block;
      line-height: 1.2;
      vertical-align: middle; }
      body.home div.rss ul li span .event-title {
        display: block;
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.4; }
      body.home div.rss ul li span .today {
        color: black; }
      body.home div.rss ul li span .venue {
        color: #575757;
        font-size: 1rem;
        line-height: 1; }
      body.home div.rss ul li span .mediaoutlet {
        color: #575757;
        font-size: 1rem;
        line-height: 1;
        font-style: italic; }
      body.home div.rss ul li span .excerpt {
        display: none; }

body.home #site-container {
  width: auto;
  max-width: unset; }

body.home .hero {
  font-family: 'Raleway', sans-serif;
  font-feature-settings: 'lnum';
  background-color: #eeeff1;
  color: #ffffff;
  padding-top: 14rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  body.home .hero:before {
    content: '';
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1; }
  body.home .hero .content {
    z-index: 5;
    max-width: 1400px;
    padding: 0 5% 12rem 5%;
    position: relative; }
    body.home .hero .content .cta:before {
      content: '';
      display: inline-block;
      background-image: url("/wp-content/themes/cchs/library/images/homepage/check-green.svg");
      background-repeat: no-repeat;
      width: 26px;
      height: 26px;
      background-size: 26px 26px;
      margin-right: 0.5rem; }
  body.home .hero a {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none; }
  body.home .hero h1 {
    font-size: 5.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-feature-settings: 'lnum';
    line-height: 0.9;
    margin-bottom: 1.8rem; }
    body.home .hero h1 + a {
      font-size: 1.2rem;
      font-weight: 600; }
  body.home .hero .action {
    font-size: 1.2rem;
    font-weight: 600; }
  body.home .hero h2 {
    color: #ffffff; }
  body.home .hero .list-unstyled {
    margin-left: 0; }
  body.home .hero .cta {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2; }
  body.home .hero .card .card-body .card-title a {
    font-size: calc(12px + 1.4vw); }

body.home a.hero-link {
  display: block; }

body.home .auxiliary {
  background-color: #44ba87;
  padding: 3.5rem 0 5rem 0;
  z-index: 5;
  position: relative; }
  body.home .auxiliary .media {
    padding-top: 1.5rem !important; }
    body.home .auxiliary .media + a {
      color: #65b76d;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 0.825rem; }
    body.home .auxiliary .media + .btn.btn-outline-primary {
      border-color: #65b76d;
      color: #65b76d;
      font-weight: 700;
      text-transform: uppercase; }
    body.home .auxiliary .media + .btn:after {
      content: '';
      display: inline-block;
      background-image: url("/wp-content/themes/cchs/library/images/homepage/green-arrow.svg");
      background-repeat: no-repeat;
      width: 14px;
      height: 10px;
      background-size: 14px 10px;
      margin-left: 0.5rem; }
    body.home .auxiliary .media img {
      float: right;
      height: auto;
      max-height: 5.5rem; }
  body.home .auxiliary .btn {
    float: right; }
  body.home .auxiliary .media-body p {
    margin: 0 0 10px 0; }
  body.home .auxiliary h5 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #3570b8; }
  body.home .auxiliary .col:nth-of-type(1) .media {
    border-bottom: 1px solid #fff; }
  body.home .auxiliary .col:nth-of-type(2) .media {
    border-bottom: 1px solid #fff; }
  body.home .auxiliary .row .col {
    border-right: none;
    padding: 0 3rem; }
    body.home .auxiliary .row .col:last-child {
      border-right: none; }
  body.home .auxiliary a {
    display: block; }
    body.home .auxiliary a:hover .btn.btn-outline-primary {
      background-color: transparent;
      border: 1px solid #ffffff; }

body.home .featured-services {
  margin-bottom: 5rem; }

body.home .media-body p {
  color: #575757;
  font-weight: 600; }

body.home .card {
  border: 0;
  flex-basis: 50%; }
  body.home .card .btn {
    background: transparent;
    border: none; }
  body.home .card btn:active {
    background: transparent;
    border: none; }
  body.home .card .card-body .card-title {
    line-height: 1;
    margin-top: 0;
    color: #0081c6; }
    body.home .card .card-body .card-title a {
      background: none;
      border: none;
      color: #0081c6;
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: bold; }
  body.home .card .card-body .card-text {
    font-size: 0.875rem;
    font-weight: bold;
    color: #575757; }

body.home .top-stories {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem; }
  body.home .top-stories h2 {
    padding-bottom: 1rem; }
  body.home .top-stories ul li {
    flex: 1; }

body.home .topics {
  padding: 1.75rem 15px 3.5rem 15px;
  margin-top: 0;
  margin-bottom: 0; }
  body.home .topics ul {
    flex-direction: column;
    margin-bottom: 0; }
    body.home .topics ul li {
      text-align: left;
      margin-bottom: 1.251rem;
      padding: 0; }
      body.home .topics ul li a {
        font-weight: 800; }

body.home .other {
  margin-top: 5.25rem; }
  body.home .other ul.chevron {
    font-weight: 800; }
    body.home .other ul.chevron li {
      margin-bottom: 1.251rem; }
  body.home .other .news {
    flex-basis: 10%; }
    body.home .other .news .rss ul li a {
      padding-left: 0; }
    body.home .other .news ul {
      display: block; }
      body.home .other .news ul li {
        margin-bottom: 1.125rem; }
        body.home .other .news ul li a .title {
          font-size: 1.25rem;
          line-height: 1.875rem;
          font-weight: 800; }
        body.home .other .news ul li a .container {
          padding: 0; }
  body.home .other .events {
    flex-basis: 10%; }
    body.home .other .events .rss ul li a {
      padding-left: 0; }
    body.home .other .events ul {
      display: block; }
      body.home .other .events ul li {
        margin-bottom: 1.125rem; }
        body.home .other .events ul li a .title {
          font-size: 1.25rem;
          line-height: 1.875rem;
          font-weight: 800; }
        body.home .other .events ul li a .event-date .month {
          display: inline; }
        body.home .other .events ul li a .event-date .day {
          display: inline; }
  body.home .other div > div {
    padding-bottom: 3.75rem; }
  body.home .other .rss {
    padding-bottom: 0; }

@media (min-width: 768px) {
  body.home div.rss ul {
    flex-direction: row; }
  body.home .events .rss ul li a {
    flex-wrap: nowrap; }
  body.home .hero .play-button {
    position: absolute;
    top: 25%;
    left: -25%; }
  body.home .hero .card .card-body {
    padding-right: 45px; }
  body.home .hero .card .card-img {
    height: auto; }
  body.home .auxiliary .row .col {
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  body.home .card {
    flex-basis: 20%; }
  body.home .topics {
    padding: 4.6875rem 0;
    margin-top: 0; }
    body.home .topics ul {
      flex-direction: row; }
      body.home .topics ul li {
        text-align: center;
        margin-bottom: 0; }
  body.home .other {
    padding-bottom: 0; } }

@media (max-width: 991px) {
  body.home .hero {
    padding-top: 12rem; }
    body.home .hero .content {
      padding: 0 5% 8rem 5%; }
    body.home .hero h1 {
      font-size: 4.25rem; }
    body.home .hero a {
      font-size: 1.6em; }
  body.home .auxiliary .btn {
    float: left; }
  body.home .auxiliary .row .col {
    border-right: 0; } }

@media (min-width: 992px) {
  body.home .hero .auxiliary .col:nth-of-type(1) .media {
    border-right: 1px solid #fff;
    border-bottom: 0; }
  body.home .hero .auxiliary .col:nth-of-type(2) .media {
    border-right: 1px solid #fff;
    border-bottom: 0; }
  body.home .other div > div {
    padding-bottom: 0; } }

@media (max-width: 768px) {
  body.home .hero {
    padding-top: 10rem; }
    body.home .hero .play-button {
      display: flex;
      align-items: center;
      justify-content: center; }
    body.home .hero a {
      font-size: 1.2em; }
    body.home .hero .content {
      padding: 0 5% 6rem 5%;
      text-align: center; }
  body.home .auxiliary .btn {
    float: none;
    margin: auto; } }

@media (max-width: 480px) {
  body.home .hero {
    background-position: -460px -60px;
    background-size: 260%;
    padding-top: 8rem; }
    body.home .hero:before {
      background: rgba(0, 0, 0, 0.3); }
    body.home .hero h1 {
      font-size: 3.5rem;
      line-height: 1;
      margin-bottom: 1rem; }
    body.home .hero a {
      font-size: 0.85em;
      line-height: 0.9; }
    body.home .hero .content {
      padding: 0 1.5%;
      text-align: center; }
      body.home .hero .content a.cta:before {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        margin-right: 0.35rem; }
  body.home .auxiliary {
    padding: 1.5rem 0 2.5rem 0; } }

@media (min-width: 1200px) and (max-width: 1352px) {
  body.home .hero .card .card-body .card-title a {
    font-size: 23px;
    font-size: 1.65vw; } }

@media (min-width: 1353px) and (max-width: 1600px) {
  body.home .hero .card .card-body {
    padding-right: 2rem; }
    body.home .hero .card .card-body .card-title a {
      font-size: 1.5625rem; } }

@media (min-width: 1601px) {
  body.home .hero .card .card-body {
    padding-right: 1.5rem; }
    body.home .hero .card .card-body .card-title a {
      font-size: 1.6875rem; } }

@media (min-width: 1200px) {
  body.home .hero {
    background-position: top left; } }

@media (max-width: 1200px) {
  body.home .auxiliary .container {
    max-width: 100%; } }

.homehealth .carousel-caption h5 {
  color: white;
  line-height: 1;
  width: 70%;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4); }

.homehealth #first .carousel-caption {
  margin: 0 auto;
  padding-bottom: 7rem; }
  .homehealth #first .carousel-caption h5 {
    font-weight: 700;
    font-style: italic;
    margin: 0 auto;
    font-size: 2rem; }

.homehealth #second .carousel-caption {
  padding-bottom: 7rem; }
  .homehealth #second .carousel-caption h5 {
    font-family: 'IBM Plex Serif';
    font-style: italic;
    text-align: left;
    font-weight: 400;
    font-size: 2rem; }
    .homehealth #second .carousel-caption h5 strong {
      font-family: 'Raleway';
      font-weight: 700;
      font-style: normal; }

.homehealth #third .carousel-caption {
  padding-bottom: 7rem; }
  .homehealth #third .carousel-caption h5 {
    text-indent: 3.3125rem;
    font-size: 2rem; }

@media (min-width: 768px) {
  .homehealth #first .carousel-caption {
    padding-bottom: 20%; }
    .homehealth #first .carousel-caption h5 {
      font-size: 2.0625rem; }
  .homehealth #second .carousel-caption {
    padding-bottom: 20%; }
    .homehealth #second .carousel-caption h5 {
      font-size: 2.0625rem; }
  .homehealth #third .carousel-caption {
    padding-bottom: 20%; }
    .homehealth #third .carousel-caption h5 {
      font-size: 2.0625rem; } }

@media (min-width: 960px) {
  .homehealth #first .carousel-caption {
    padding-bottom: 20%; }
    .homehealth #first .carousel-caption h5 {
      font-size: 3.0625rem; }
  .homehealth #second .carousel-caption {
    padding-bottom: 20%; }
    .homehealth #second .carousel-caption h5 {
      font-size: 3.0625rem; }
  .homehealth #third .carousel-caption {
    padding-bottom: 20%; }
    .homehealth #third .carousel-caption h5 {
      font-size: 3.0625rem; } }

@media (min-width: 1080px) {
  .homehealth #first .carousel-caption {
    padding-bottom: 13rem; }
    .homehealth #first .carousel-caption h5 {
      font-size: 5.0625rem; }
  .homehealth #second .carousel-caption {
    padding-bottom: 11rem; }
    .homehealth #second .carousel-caption h5 {
      font-size: 5.0625rem; }
  .homehealth #third .carousel-caption {
    padding-bottom: 11rem; }
    .homehealth #third .carousel-caption h5 {
      font-size: 5.0625rem; } }

/* Unique cases */
/* Due to images not being same ratio/size, cannot use width */
ul.chevron {
  list-style: none;
  margin-left: 0; }
  ul.chevron li a {
    background-image: url("/wp-content/themes/cchs/library/images/green-bullet.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 2.125rem 2rem;
    padding-left: 2.5rem;
    font-size: 1.875rem; }

.other ul.chevron li a {
  font-size: 1.5625rem; }

.kyruus-custom .ky-search-bar.kyruus-config-primary-color {
  background-color: #f4f4f3; }

.kyruus-custom .ky-label-m {
  color: #575757;
  font-weight: bold; }

.kyruus-custom .ky-powered-by-link {
  color: #575757 !important;
  font-size: 10px; }

.kyruus-custom .ky-legal {
  color: #575757 !important;
  font-size: 10px; }
  .kyruus-custom .ky-legal a {
    color: #575757 !important;
    font-size: 10px; }
    .kyruus-custom .ky-legal a:visited {
      color: #575757 !important;
      font-size: 10px; }

.kyruus-custom .kyruus-config-secondary-color.button.btn-link {
  background-color: #65b76d;
  border-color: #65b76d;
  background-image: none;
  text-shadow: none; }

.kyruus-custom .kyruus-config-secondary-color.button.btn-positive {
  background-color: #65b76d;
  border-color: #65b76d;
  background-image: none;
  text-shadow: none; }

.kyruus-custom .kyruus-config-secondary-color.ky-button.btn-link {
  background-color: #65b76d;
  border-color: #65b76d;
  background-image: none;
  text-shadow: none; }

.kyruus-custom .kyruus-config-secondary-color.ky-button.ky-btn-positive {
  background-color: #65b76d;
  border-color: #65b76d;
  background-image: none;
  text-shadow: none; }

.provider-list {
  display: none; }

.default.portales-para-pacientes #all-portals {
  margin-bottom: 20px; }
  .default.portales-para-pacientes #all-portals .portal-container .row {
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0 0 20px 0; }
    .default.portales-para-pacientes #all-portals .portal-container .row > div:first-child {
      min-width: 75px;
      max-width: 75px;
      margin-right: 20px; }
    .default.portales-para-pacientes #all-portals .portal-container .row div h3 {
      font-size: 1.7rem;
      margin-bottom: 5px; }
      .default.portales-para-pacientes #all-portals .portal-container .row div h3 a {
        font-size: 1.7rem; }
    .default.portales-para-pacientes #all-portals .portal-container .row div p {
      margin-bottom: 0; }
    .default.portales-para-pacientes #all-portals .portal-container .row div select {
      display: block;
      width: 100%;
      max-width: 400px;
      margin-bottom: 20px; }

.cchs-phone-no + a {
  padding-left: 5px; }

a + .cchs-phone-no {
  padding-left: 5px; }

.mobile-local-nav-title {
  display: none; }

@media (max-width: 768px) {
  nav#local {
    padding: 17px 0;
    background: #efefef; }
    nav#local div.local-nav {
      margin-bottom: 0; }
    nav#local .menu {
      display: none;
      margin-top: 17px; }
      nav#local .menu li {
        margin-top: 0;
        margin-bottom: 10px; }
        nav#local .menu li:last-child {
          margin-bottom: 0; }
        nav#local .menu li a {
          padding: 7px 0; }
    nav#local .mobile-local-nav-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    nav#local h3:not(.mobile-local-nav-title) {
      display: none; }
    nav#local .mobile-local-nav-title {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      color: #7b7c7f;
      padding-right: 1rem; }
      nav#local .mobile-local-nav-title .arrow {
        display: none;
        margin-right: 5px; }
    nav#local .mobile-local-nav-toggle {
      display: inline-flex;
      flex-direction: row-reverse;
      align-items: center;
      font-size: 10px;
      color: #0281c5;
      font-style: italic;
      font-weight: 600;
      flex-shrink: 0; }
      nav#local .mobile-local-nav-toggle .arrow {
        border-right: 2px solid #0281c5;
        border-bottom: 2px solid #0281c5;
        margin-left: 10px;
        transform: rotate(45deg);
        top: -2px; }
      nav#local .mobile-local-nav-toggle:after {
        content: 'Open menu'; }
    nav#local .arrow {
      display: inline-block;
      border-right: 2px solid #7b7c7f;
      border-bottom: 2px solid #7b7c7f;
      width: 8px;
      height: 8px;
      transform: rotate(-225deg);
      position: relative; }
    nav#local .current-menu-ancestor:after {
      display: inline-block;
      border-right: 2px solid #7b7c7f;
      border-bottom: 2px solid #7b7c7f;
      width: 8px;
      height: 8px;
      transform: rotate(-225deg);
      position: relative;
      content: '';
      transform: rotate(-405deg);
      margin-left: 10px;
      display: none; }
    nav#local .current-menu-ancestor .sub-menu {
      display: none; }
    nav#local .current-menu-item:after {
      display: inline-block;
      border-right: 2px solid #7b7c7f;
      border-bottom: 2px solid #7b7c7f;
      width: 8px;
      height: 8px;
      transform: rotate(-225deg);
      position: relative;
      content: '';
      transform: rotate(-405deg);
      margin-left: 10px;
      display: none; }
    nav#local .current-menu-item .sub-menu {
      display: none; }
    nav#local .current-menu-ancestor.hasChildItem:after {
      display: inline-block; }
    nav#local .current-menu-item.hasChildItem:after {
      display: inline-block; }
    nav#local ul.menu li.current-menu-ancestor ul {
      border-left: 2px solid rgba(123, 124, 127, 0.2);
      margin: 17px 0 0;
      padding-left: 15px; }
    nav#local ul.menu li.current-menu-item ul {
      border-left: 2px solid rgba(123, 124, 127, 0.2);
      margin: 17px 0 0;
      padding-left: 15px; }
  nav#local.active .mobile-local-nav-toggle:after {
    content: 'Close menu'; }
  nav#local.active .mobile-local-nav-toggle .arrow {
    transform: rotate(225deg);
    top: 2px; }
  nav#local.active .menu {
    display: block; }
  nav#local.submenuOpen li:not(.hasChildItem) {
    display: none; }
  nav#local.submenuOpen .sub-menu {
    display: block; }
    nav#local.submenuOpen .sub-menu li {
      display: block; }
  nav#local.submenuOpen .current-menu-ancestor:after {
    display: none; }
  nav#local.submenuOpen .current-menu-item:after {
    display: none; }
  nav#local.submenuOpen.active .mobile-local-nav-title .arrow {
    display: block; } }

@media (max-width: 600px) {
  header.mobile {
    align-items: flex-end; }
    header.mobile img {
      width: 14rem !important; }
  #subheader {
    min-height: 120px;
    background-position: 30%; }
    #subheader h2 {
      display: block !important;
      font-size: 14px !important; }
  .default article:not(.landing):not(.new-landing) .page-content {
    padding: 1rem; }
  aside.channel {
    padding: 1rem !important;
    margin: 0 auto !important; }
  html[lang='es-ES'] nav#local .mobile-local-nav-toggle:after {
    content: 'Menú abierto'; }
  html[lang='es-ES'] nav#local.active .mobile-local-nav-toggle:after {
    content: 'Cerrar menú'; } }

.WHLocations-wrapper {
  background: #f4f4f3; }
  .WHLocations-wrapper .menu-content .container {
    background-color: #3870B7; }
    .sub .WHLocations-wrapper .menu-content .container {
      background-color: #ececec; }
    .landing .WHLocations-wrapper .menu-content .container {
      background-color: #fff; }
      .landing .WHLocations-wrapper .menu-content .container .row {
        border-width: 2px 0;
        border-style: solid;
        border-color: #ebebeb; }
  .WHLocations-wrapper .menu-content .menu-wrapper {
    position: relative;
    box-sizing: border-box; }
  .WHLocations-wrapper .menu-content .menu-nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
    position: relative;
    font-size: 0; }
    .WHLocations-wrapper .menu-content .menu-nav::-webkit-scrollbar {
      display: none; }
  .WHLocations-wrapper .menu-content .menu-contents {
    float: left;
    text-align: center;
    transition: transform .2s ease-in-out;
    position: relative; }
  .WHLocations-wrapper .menu-content [data-overflowing="none"] .menu-contents {
    float: none; }
  .WHLocations-wrapper .menu-content .menu-contents-no-transition {
    transition: none; }
  .WHLocations-wrapper .menu-content .menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    height: 50px;
    padding: 0 14px; }
    .WHLocations-wrapper .menu-content .menu-link:hover {
      color: #fff;
      text-decoration: none; }
    .sub .WHLocations-wrapper .menu-content .menu-link {
      color: #00AAE7;
      font-weight: normal; }
    .landing .WHLocations-wrapper .menu-content .menu-link {
      color: #3870B7;
      font-weight: bold; }
    .WHLocations-wrapper .menu-content .menu-link.current-menu-item, .WHLocations-wrapper .menu-content .menu-link.current-page-ancestor {
      box-sizing: content-box;
      border-bottom: 4px solid #00AAE7;
      height: 46px; }
      .sub .WHLocations-wrapper .menu-content .menu-link.current-menu-item, .sub .WHLocations-wrapper .menu-content .menu-link.current-page-ancestor {
        border-color: #00AAE7; }
  .WHLocations-wrapper .menu-content .menu-arrow {
    -webkit-appearance: none;
            appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 7.5px;
    bottom: 7.5px;
    opacity: 0;
    transition: opacity .3s; }
    .WHLocations-wrapper .menu-content .menu-arrow:focus {
      outline: 0; }
    .WHLocations-wrapper .menu-content .menu-arrow:hover {
      cursor: pointer; }
  .WHLocations-wrapper .menu-content .menu-arrow-left {
    left: -30px;
    border-right: 1px solid #ccc; }
    .sub .WHLocations-wrapper .menu-content .menu-arrow-left {
      border-color: #00AAE7; }
  .WHLocations-wrapper .menu-content [data-overflowing="both"] ~ .menu-arrow-left,
  .WHLocations-wrapper .menu-content [data-overflowing="left"] ~ .menu-arrow-left {
    opacity: 1; }
  .WHLocations-wrapper .menu-content .menu-arrow-right {
    right: -30px;
    border-left: 1px solid #ccc; }
    .sub .WHLocations-wrapper .menu-content .menu-arrow-right {
      border-color: #00AAE7; }
  .WHLocations-wrapper .menu-content [data-overflowing="both"] ~ .menu-arrow-right,
  .WHLocations-wrapper .menu-content [data-overflowing="right"] ~ .menu-arrow-right {
    opacity: 1; }
  .WHLocations-wrapper .menu-content .menu-arrow-icon {
    width: 5px;
    height: 10px;
    fill: #00AAE7;
    margin: 12px;
    pointer-events: none; }
    .sub .WHLocations-wrapper .menu-content .menu-arrow-icon {
      fill: #00AAE7; }
  .WHLocations-wrapper header#top div#branding img {
    width: 260px;
    max-width: 260px; }
  .WHLocations-wrapper header#top nav#global .row > ul > li a {
    font-weight: 500; }
  @media (min-width: 980px) {
    .WHLocations-wrapper header#top nav#global .row,
    .WHLocations-wrapper header#top .row {
      max-width: 980px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 980px) {
    .WHLocations-wrapper #site-container {
      max-width: 980px; } }
  .WHLocations-wrapper #primary-menu .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px; }
  .WHLocations-wrapper #primary-menu a {
    font-size: 0.9375rem; }
  @media (min-width: 768px) {
    .WHLocations-wrapper article:not(.landing):not(.new-landing) {
      display: block; } }
  .WHLocations-wrapper .menu-content .menu-wrapper {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto; }
  .WHLocations-wrapper .menu-content .menu-arrow-right {
    right: -45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .WHLocations-wrapper .menu-content .menu-arrow-left {
    left: -45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .WHLocations-wrapper .menu-content .menu-link {
    line-height: 1.2; }

.WHLocations {
  flex-direction: column;
  font-size: 0.875rem;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .WHLocations {
      font-size: 1rem; } }
  .WHLocations h1 {
    font-weight: 700; }
    .WHLocations h1,
    .WHLocations h1 a {
      color: #00aae7; }
  .WHLocations h2 {
    font-weight: 700; }
    .WHLocations h2,
    .WHLocations h2 a {
      color: #00aae7; }
  .WHLocations h3 {
    font-weight: 700; }
    .WHLocations h3,
    .WHLocations h3 a {
      color: #00aae7; }
  .WHLocations h4 {
    font-weight: 700; }
    .WHLocations h4,
    .WHLocations h4 a {
      color: #00aae7; }
  .WHLocations h5 {
    font-weight: 700; }
    .WHLocations h5,
    .WHLocations h5 a {
      color: #00aae7; }
  .WHLocations h6 {
    font-weight: 700; }
    .WHLocations h6,
    .WHLocations h6 a {
      color: #00aae7; }
  .WHLocations ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .WHLocations ul li {
      margin: 0;
      padding: 0; }
  .WHLocations .WHLocations__contact-links a:before, .WHLocations__contact-links .WHLocations a:before, .WHLocations .WHLocations__services ul li:before, .WHLocations__services ul .WHLocations li:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .WHLocations__hero {
    min-height: 270px;
    background-position: top center;
    background-size: cover;
    padding: 0.9375rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 20%; }
    @media (min-width: 87.5rem) {
      .WHLocations__hero {
        height: 12.5rem; } }
    @media (min-width: 768px) {
      .WHLocations__hero {
        padding: 1.25rem 2.5rem; } }
    .WHLocations__hero .hero-title {
      font-weight: 700;
      font-size: 1.9375rem;
      line-height: 1.3;
      color: white;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .WHLocations__hero .hero-title {
          font-size: 2.5rem; } }
      .WHLocations__hero .hero-title:not(:last-child) {
        margin-bottom: 2rem; }
    .WHLocations__hero .find-a-provider {
      background-color: #3870b7;
      color: white;
      border-radius: 2.5rem;
      font-size: 15px;
      font-family: "Raleway", sans-serif;
      padding: .75rem 40px .75rem 1.5rem;
      position: relative;
      text-decoration: none;
      font-weight: bold;
      line-height: 100%; }
      @media (max-width: 600px) {
        .WHLocations__hero .find-a-provider {
          width: auto;
          max-width: 180px; } }
      .WHLocations__hero .find-a-provider:after {
        content: '';
        width: 15px;
        height: 15px;
        background: red;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        left: auto;
        margin: auto;
        pointer-events: none; }
      .WHLocations__hero .find-a-provider:hover {
        text-decoration: none; }
      .WHLocations__hero .find-a-provider.cta-provider:after {
        background: url(/wp-content/themes/cchs/library/images//wh-search.svg) no-repeat center;
        background-size: contain; }
      .WHLocations__hero .find-a-provider.cta-location:after {
        background: url(/wp-content/themes/cchs/library/images//wh-feather-arrow-right.svg) no-repeat center;
        background-size: contain; }
      .WHLocations__hero .find-a-provider + .btn {
        margin-left: 22px; }
        @media (max-width: 600px) {
          .WHLocations__hero .find-a-provider + .btn {
            margin-left: 0;
            margin-top: 10px; } }
  .WHLocations__menu {
    background-color: #3870b7;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.9rem 1.875rem;
    overflow-x: auto;
    margin-top: -1px;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .WHLocations__menu::-webkit-scrollbar {
      display: none; }
    .WHLocations__menu a {
      color: white;
      text-decoration: none; }
      .WHLocations__menu a:hover {
        text-decoration: underline; }
    .WHLocations__menu ul {
      display: flex; }
    .WHLocations__menu li {
      flex-shrink: 0; }
      .WHLocations__menu li:last-child {
        padding-right: 1.875rem; }
    .WHLocations__menu li + li {
      margin-left: 1.5625rem; }
  .WHLocations__contact-links {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
    border-top: 1px solid rgba(0, 170, 231, 0.3);
    border-bottom: 1px solid rgba(0, 170, 231, 0.3);
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .WHLocations__contact-links {
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0; } }
    .WHLocations__contact-links a {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      font-weight: 900; }
      .WHLocations__contact-links a:before {
        content: '';
        display: inline-block;
        margin-right: 0.5rem;
        vertical-align: middle; }
    .WHLocations__contact-links a + a {
      margin-left: 1.875rem; }
    .WHLocations__contact-links .tel:before {
      background-image: url("/wp-content/themes/cchs/library/images//green-bullet.svg");
      width: 1.375rem;
      height: 1.375rem; }
    .WHLocations__contact-links .direction:before {
      background-image: url("/wp-content/themes/cchs/library/images//green-pin.svg");
      width: 1.4375rem;
      height: 1.6875rem; }
  .WHLocations__content {
    padding: 1.875rem 2.5rem; }
    @media (min-width: 768px) {
      .WHLocations__content {
        padding: 3.125rem; } }
    .WHLocations__content h2 {
      font-size: 1.4375rem; }
      @media (min-width: 768px) {
        .WHLocations__content h2 {
          font-size: 1.75rem; } }
    .WHLocations__content h3 {
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .WHLocations__content h3 {
          font-size: 1.25rem; } }
    .WHLocations__content p {
      margin-bottom: 1.25rem; }
      .WHLocations__content p:last-of-type {
        margin-bottom: 0; }
    .WHLocations__content .col-text,
    .WHLocations__content .col-image {
      margin-top: 1.875rem; }
      @media (min-width: 768px) {
        .WHLocations__content .col-text,
        .WHLocations__content .col-image {
          margin-top: 3rem; } }
    .WHLocations__content .col-text {
      order: 1; }
      @media (min-width: 768px) {
        .WHLocations__content .col-text {
          padding-right: 1.5625rem; } }
    .WHLocations__content .col-image {
      order: 0; }
      @media (min-width: 768px) {
        .WHLocations__content .col-image {
          order: 1;
          text-align: right;
          padding-left: 1.5625rem; } }
      .WHLocations__content .col-image img {
        max-width: 100%;
        height: auto; }
  .WHLocations__doctors {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 768px) {
      .WHLocations__doctors {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
  .WHLocations__doctor {
    width: 50%;
    padding: 0.46875rem; }
    @media (min-width: 992px) {
      .WHLocations__doctor {
        width: 25%; } }
    @media (min-width: 768px) {
      .WHLocations__doctor {
        padding: 1.25rem; } }
    .WHLocations__doctor__card {
      background-color: #f8f8f8;
      padding: 1.875rem 1.25rem;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .WHLocations__doctor__image {
      width: 6.8125rem;
      height: 6.8125rem;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 50%;
      margin-bottom: 1.25rem;
      max-width: inherit; }
      @media (min-width: 768px) {
        .WHLocations__doctor__image {
          width: 8.125rem;
          height: 8.125rem; } }
    .WHLocations__doctor__name {
      font-size: 1.125rem;
      color: #00aae7;
      margin-bottom: 0.5rem; }
    .WHLocations__doctor__name,
    .WHLocations__doctor h5 {
      font-weight: 900; }
    .WHLocations__doctor__title {
      font-size: 0.9375rem;
      line-height: 1.3;
      font-weight: 500;
      color: #54586c;
      margin-bottom: 1.875rem; }
      .WHLocations__doctor__title:last-child {
        margin-bottom: 0; }
    .WHLocations__doctor__cta {
      margin-top: auto;
      display: inline-block;
      font-weight: 700;
      color: white;
      text-decoration: none;
      background-color: #00aae7;
      border-radius: 18px;
      padding-left: 1rem;
      padding-right: 1rem;
      height: 2.1875rem;
      line-height: 2.1875rem; }
      .WHLocations__doctor__cta:hover {
        background-color: #00729b;
        color: white; }
  .WHLocations__blockquote {
    color: #88c540;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin: 2.5rem auto;
    max-width: 70%; }
    @media (min-width: 768px) {
      .WHLocations__blockquote {
        font-size: 1.375rem;
        margin: 2.75rem auto 4rem; } }
  .WHLocations__services {
    background-color: #f8f8f8;
    padding: 2.5rem; }
    @media (min-width: 768px) {
      .WHLocations__services {
        padding: 4rem 3.125rem 2.75rem; } }
    .WHLocations__services__title {
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .WHLocations__services__title {
          font-size: 1.875rem; } }
    .WHLocations__services__text {
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .WHLocations__services__text {
          font-size: 0.9375rem; } }
    .WHLocations__services ul {
      margin-top: 1.875rem;
      margin-left: 2.1rem; }
      @media (min-width: 768px) {
        .WHLocations__services ul {
          display: flex;
          flex-wrap: wrap; } }
      .WHLocations__services ul li {
        margin-bottom: 1.25rem;
        font-size: 1rem;
        text-indent: -2.1rem; }
        @media (min-width: 768px) {
          .WHLocations__services ul li {
            width: 50%; } }
        .WHLocations__services ul li:before {
          content: '';
          display: inline-block;
          margin-right: 0.5rem;
          vertical-align: middle;
          background-image: url("/wp-content/themes/cchs/library/images//green-bullet.svg");
          width: 1.375rem;
          height: 1.375rem; }
        .WHLocations__services ul li:last-child {
          margin-bottom: 0; }
      .WHLocations__services ul a {
        color: #00aae7; }
  .WHLocations__contact {
    padding: 2.5rem; }
    @media (min-width: 768px) {
      .WHLocations__contact {
        padding: 4rem 3.125rem; } }
    .WHLocations__contact__title {
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .WHLocations__contact__title {
          font-size: 1.375rem; } }
    .WHLocations__contact__text {
      font-size: 0.875rem;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .WHLocations__contact__text {
          font-size: 0.9375rem; } }
    .WHLocations__contact .WHLocations__contact-links {
      font-size: 1.25rem;
      padding: 0;
      margin-bottom: 0;
      margin-top: 2rem;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .WHLocations__contact .WHLocations__contact-links {
          margin-top: 4rem; } }
      .WHLocations__contact .WHLocations__contact-links a {
        color: #00aae7;
        margin-left: 0;
        display: flex;
        margin-bottom: 0.9375rem;
        font-weight: 700; }
        .WHLocations__contact .WHLocations__contact-links a:hover {
          color: #202f33; }
        @media (min-width: 768px) {
          .WHLocations__contact .WHLocations__contact-links a {
            display: inline-flex;
            margin-bottom: 0; }
            .WHLocations__contact .WHLocations__contact-links a + a {
              margin-left: 1.875rem; } }
  .WHLocations__hours {
    font-weight: 700;
    font-size: 1.125rem; }
    .WHLocations__hours li:not(:last-child) {
      margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .WHLocations__hours {
        display: flex; }
        .WHLocations__hours li {
          margin-bottom: 0; }
        .WHLocations__hours li + li {
          margin-left: 1rem; } }
    .WHLocations__hours span {
      color: #00aae7;
      font-weight: 900; }
  .WHLocations .WHLocations__blockquote + .WHLocations__contact {
    padding-top: 0; }

.homepage #site-container {
  padding: 0;
  color: #58595B; }
  @media (min-width: 992px) {
    .homepage #site-container {
      margin-top: 4rem; } }

.CCHS__fluid-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  @media (max-width: 1140px) {
    .CCHS__fluid-section .container {
      max-width: 100%; } }

.CCHS__banner {
  position: relative;
  color: white;
  padding: 0; }
  .CCHS__banner--image {
    display: flex;
    align-items: flex-end; }
    .CCHS__banner--image.mobile {
      display: none; }
      @media (max-width: 768px) {
        .CCHS__banner--image.mobile {
          display: block; } }
    @media (max-width: 768px) {
      .CCHS__banner--image.desktop {
        display: none; } }
    .CCHS__banner--image img {
      width: 100%; }
  .CCHS__banner--container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center; }
    @media (max-width: 768px) {
      .CCHS__banner--container {
        align-items: flex-end; } }
    .CCHS__banner--container > .row {
      width: 100%; }
  .CCHS__banner--title {
    color: white;
    font-size: 3.5em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 769px) and (max-width: 1280px) {
      .CCHS__banner--title {
        font-size: 4.375vw; } }
    @media (max-width: 768px) {
      .CCHS__banner--title {
        font-size: 2.5em;
        margin-bottom: 1rem; } }
    @media (max-width: 767px) {
      .CCHS__banner--title {
        font-size: 2em;
        margin-bottom: 1rem; } }
  .CCHS__banner--content {
    font-size: 1em;
    font-weight: 500;
    line-height: 100%; }
    @media (min-width: 769px) {
      .CCHS__banner--content {
        transform: translateY(25%); } }
    @media (max-width: 768px) {
      .CCHS__banner--content {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 2rem; } }
    @media (max-width: 560px) {
      .CCHS__banner--content {
        margin-bottom: 1rem; } }

.CCHS__info {
  position: relative;
  z-index: 10; }
  .CCHS__info .messages,
  .CCHS__info .messages.sitewide,
  .CCHS__info #all-messages {
    margin: 0 0 5px 0;
    border-radius: 0 !important; }
    .CCHS__info .messages .text,
    .CCHS__info .messages.sitewide .text,
    .CCHS__info #all-messages .text {
      border-radius: 0 !important; }
    .CCHS__info .messages .accordion-toggle span,
    .CCHS__info .messages.sitewide .accordion-toggle span,
    .CCHS__info #all-messages .accordion-toggle span {
      display: block;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      margin-left: auto;
      margin-right: auto;
      background: transparent;
      padding-left: 1.5rem; }
      @media (min-width: 576px) {
        .CCHS__info .messages .accordion-toggle span,
        .CCHS__info .messages.sitewide .accordion-toggle span,
        .CCHS__info #all-messages .accordion-toggle span {
          max-width: 540px; } }
      @media (min-width: 768px) {
        .CCHS__info .messages .accordion-toggle span,
        .CCHS__info .messages.sitewide .accordion-toggle span,
        .CCHS__info #all-messages .accordion-toggle span {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .CCHS__info .messages .accordion-toggle span,
        .CCHS__info .messages.sitewide .accordion-toggle span,
        .CCHS__info #all-messages .accordion-toggle span {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .CCHS__info .messages .accordion-toggle span,
        .CCHS__info .messages.sitewide .accordion-toggle span,
        .CCHS__info #all-messages .accordion-toggle span {
          max-width: 1400px; } }
      @media (max-width: 768px) {
        .CCHS__info .messages .accordion-toggle span,
        .CCHS__info .messages.sitewide .accordion-toggle span,
        .CCHS__info #all-messages .accordion-toggle span {
          padding-left: 40px;
          padding-right: 20px; } }
    .CCHS__info .messages .accordion-content .container,
    .CCHS__info .messages.sitewide .accordion-content .container,
    .CCHS__info #all-messages .accordion-content .container {
      padding-left: 1rem;
      padding-right: 1rem; }

.CCHS__dropdown-boxes {
  position: relative;
  z-index: 5;
  pointer-events: none;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
  font-weight: 500; }

.CCHS__dropdown--item {
  pointer-events: all; }
  .CCHS__dropdown--item:not(:first-of-type) {
    border-left: 2px solid #f4f4f4; }
  @media (max-width: 768px) {
    .CCHS__dropdown--item {
      max-width: 100%;
      flex: 0 0 100%;
      border-left: none; } }
  .CCHS__dropdown--item:has(.active) {
    border: none !important; }

@media (max-width: 768px) {
  .CCHS__dropdown--container {
    width: 100%;
    max-width: 100%; }
    .CCHS__dropdown--container > .row {
      margin-left: -15px;
      margin-right: -15px; } }

.CCHS__dropdown--trigger {
  padding: 2rem 2.5rem;
  cursor: pointer;
  pointer-events: all; }
  @media (max-width: 1280px) {
    .CCHS__dropdown--trigger {
      padding: 1.5rem; } }
  @media (max-width: 768px) {
    .CCHS__dropdown--trigger {
      border-top: 1px solid #F5F5F5;
      border-bottom: 1px solid #F5F5F5; }
      .CCHS__dropdown--item:first-child .CCHS__dropdown--trigger {
        border-top: none; } }
  .CCHS__dropdown--trigger.active {
    background-color: #50A8E1;
    color: white; }
    @media (min-width: 769px) {
      .CCHS__dropdown--trigger.active {
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25); } }

.CCHS__dropdown--title {
  position: relative;
  width: 100%;
  color: #3770B7;
  font-size: 1.375em;
  font-weight: 700;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 1.5rem;
  margin-bottom: 0; }
  @media (max-width: 1280px) {
    .CCHS__dropdown--title {
      font-size: 1.25em; } }
  @media (max-width: 768px) {
    .CCHS__dropdown--title {
      font-size: 1em; } }
  .CCHS__dropdown--title:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/cchs/library/images//homepage-redesign/arrow-blue-down.svg) no-repeat center;
    pointer-events: none; }
  .active .CCHS__dropdown--title {
    color: white; }
    .active .CCHS__dropdown--title:after {
      background: url(/wp-content/themes/cchs/library/images//homepage-redesign/arrow-white-up.svg) no-repeat center; }

.CCHS__dropdown--desc {
  font-size: 1em;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 500; }
  @media (max-width: 768px) {
    .CCHS__dropdown--desc {
      display: none; } }
  @media (max-width: 1280px) {
    .CCHS__dropdown--desc br {
      display: none; } }
  .active .CCHS__dropdown--desc {
    display: none; }

.CCHS__dropdown--menu {
  width: 100%;
  background-color: white;
  padding: 0 2.5rem 2rem; }
  @media (min-width: 769px) {
    .CCHS__dropdown--menu {
      position: absolute;
      left: 0;
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25); } }
  @media (max-width: 768px) {
    .CCHS__dropdown--menu {
      padding: 0 1.5rem; } }
  .CCHS__dropdown--menu:not(.active) {
    display: none; }
  .CCHS__dropdown--menu.active .CCHS__dropdown--links {
    opacity: 1; }

.CCHS__dropdown--search {
  margin-top: 2.5rem;
  pointer-events: all; }
  .CCHS__dropdown--search label {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 1.625rem;
    color: #58595B; }
  .CCHS__dropdown--search input {
    width: 100%;
    display: flex;
    height: 3.25rem;
    align-items: center;
    border-radius: 3.375rem;
    -webkit-appearance: none;
            appearance: none;
    border: 2px solid #F8F8F8;
    background-color: #f8f8f8;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.25rem; }
    @media (max-width: 768px) {
      .CCHS__dropdown--search input {
        margin-bottom: 1rem; } }
    .CCHS__dropdown--search input:-ms-input-placeholder {
      font-size: 90%; }
    .CCHS__dropdown--search input::placeholder {
      font-size: 90%; }
  .CCHS__dropdown--search button {
    width: 100%;
    height: 3.25rem;
    align-items: center;
    border-radius: 3.375rem;
    -webkit-appearance: none;
            appearance: none;
    border: 2px solid #6AB78B;
    background-color: #6AB78B;
    color: white;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 700; }

.CCHS__dropdown--links {
  opacity: 0;
  transition: opacity .3s ease-out;
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  pointer-events: all; }
  @media (max-width: 768px) {
    .CCHS__dropdown--links {
      margin-bottom: 2.5rem; } }

.CCHS__dropdown--link {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  position: relative; }
  .CCHS__dropdown--link a {
    display: block;
    width: 100%;
    padding: 0.375rem 2rem 0.375rem 0;
    color: #3770B7; }
    .CCHS__dropdown--link a:hover {
      color: #3770B7; }
    .CCHS__dropdown--link a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 0;
      margin: auto;
      width: 1.75rem;
      height: 1.75rem;
      background: url(/wp-content/themes/cchs/library/images//homepage-redesign/circle-arrow-blue.svg) no-repeat center;
      background-size: contain; }

.CCHS__cards {
  background-color: #F2F2F2;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .CCHS__cards {
      padding: 40px 0; } }
  @media (min-width: 1200px) {
    .CCHS__cards--container {
      max-width: 1200px; } }

.CCHS__card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 23px 50px rgba(54, 135, 163, 0.25);
  color: white;
  overflow: hidden; }
  @media (max-width: 980px) {
    .CCHS__card {
      margin: 1.25rem;
      max-width: calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem); } }
  .CCHS__card:only-child {
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 981px) {
    .CCHS__card.with-3 {
      max-width: calc(33.333333% - 2rem);
      flex: 0 0 calc(33.333333% - 2rem); } }
  .CCHS__card--image img {
    width: 100%;
    height: auto; }
  .CCHS__card--content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.625rem 1.25rem 2rem;
    font-size: 1em;
    font-weight: 500; }
  .CCHS__card--title {
    color: white;
    flex: 0;
    font-size: 1.375rem;
    font-weight: 900;
    position: relative;
    padding-right: 3rem; }
    .CCHS__card--title:after {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: auto;
      background: url(/wp-content/themes/cchs/library/images//homepage-redesign/circle-left-arrow.svg) no-repeat center;
      background-size: 2.5rem;
      margin: auto; }
  .CCHS__card--more {
    font-size: 1rem;
    font-weight: 900;
    line-height: 2;
    position: relative;
    padding-right: 2.5rem; }
    .CCHS__card--more:after {
      content: '';
      width: 1.75rem;
      height: 1.75rem;
      display: block;
      position: absolute;
      top: -0.25rem;
      right: 0;
      background: url(/wp-content/themes/cchs/library/images//homepage-redesign/circle-arrow-white.svg) no-repeat center;
      background-size: contain; }
  .CCHS__card--url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.CCHS__icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .CCHS__icon-box {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; } }
  .CCHS__icon-box + .CCHS__icon-box {
    border-left: 2px solid #f4f4f4; }
    @media (max-width: 992px) {
      .CCHS__icon-box + .CCHS__icon-box {
        border-left: none;
        border-top: 2px solid #f4f4f4; } }
  @media (max-width: 768px) {
    .CCHS__icon-box {
      flex-direction: row-reverse;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; } }
  .CCHS__icon-box:first-of-type {
    color: #4A9DA3; }
    .CCHS__icon-box:first-of-type .CCHS__icon-box--link a:after {
      background: url(/wp-content/themes/cchs/library/images//homepage-redesign/circle-arrow-green.svg) no-repeat center;
      background-size: contain; }
  .CCHS__icon-box:nth-of-type(2) {
    color: #1CAAE7; }
    .CCHS__icon-box:nth-of-type(2) .CCHS__icon-box--link a:after {
      background: url(/wp-content/themes/cchs/library/images//homepage-redesign/circle-arrow-cyan.svg) no-repeat center;
      background-size: contain; }
  .CCHS__icon-box--icon {
    max-width: 11.125rem;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .CCHS__icon-box--icon {
        max-width: 5rem;
        flex: 0 0 5rem;
        margin-bottom: 0;
        position: absolute; } }
  .CCHS__icon-box--title {
    font-size: 50px; }
    @media (max-width: 768px) {
      .CCHS__icon-box--title {
        max-width: 65%;
        flex: 0 0 65%;
        font-size: 22px;
        margin: 0 auto 0 0;
        font-weight: 800; } }
    .CCHS__icon-box:first-of-type .CCHS__icon-box--title {
      color: #4A9DA3; }
    .CCHS__icon-box:nth-of-type(2) .CCHS__icon-box--title {
      color: #1CAAE7; }
  .CCHS__icon-box--links {
    max-width: 532px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1280px) {
      .CCHS__icon-box--links {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .CCHS__icon-box--links {
        max-width: 65%;
        flex: 0 0 65%;
        margin-left: 0;
        flex-direction: column; } }
  .CCHS__icon-box--link {
    width: 100%;
    max-width: 250px;
    flex: 0 0 250px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 0;
    line-height: 100%; }
    @media (max-width: 1280px) {
      .CCHS__icon-box--link {
        max-width: calc(50% - 1rem);
        flex: 0 0 calc(50% - 1rem);
        font-size: 18px; } }
    @media (max-width: 768px) {
      .CCHS__icon-box--link {
        max-width: 100%;
        flex: 1;
        font-size: 16px; } }
    .CCHS__icon-box--link:nth-of-type(even) {
      margin-left: 2rem; }
      @media (max-width: 768px) {
        .CCHS__icon-box--link:nth-of-type(even) {
          margin-left: 0; } }
    .CCHS__icon-box--link a {
      display: block;
      padding: 0.75rem 2rem 0.75rem 0;
      width: 100%; }
      .CCHS__icon-box:first-of-type .CCHS__icon-box--link a {
        color: #4A9DA3; }
      .CCHS__icon-box:nth-of-type(2) .CCHS__icon-box--link a {
        color: #1CAAE7; }
      .CCHS__icon-box--link a:after {
        content: '';
        width: 1.75rem;
        height: 1.75rem;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        margin: auto; }

.CCHS__stories-carousel {
  padding: 60px 0;
  background-color: #3870b7;
  color: white; }
  @media (max-width: 768px) {
    .CCHS__stories-carousel {
      padding: 2.25rem 0 1.365rem; } }
  .CCHS__stories-carousel--title {
    text-align: center;
    margin-bottom: 60px;
    color: white;
    font-size: 3.125rem; }
    @media (max-width: 768px) {
      .CCHS__stories-carousel--title {
        font-size: 1.625rem;
        margin-bottom: 3.825rem; } }
  @media (max-width: 581px) {
    .CCHS__stories-carousel .row > .col {
      padding-left: 0;
      padding-right: 0;
      font-weight: 500; } }

.CCHS__news--slider {
  position: relative; }
  @media (min-width: 581px) and (max-width: 1366px) {
    .CCHS__news--slider {
      max-width: calc(100% - 8rem);
      margin-left: auto;
      margin-right: auto; } }
  .CCHS__news--slider .slick-arrow {
    position: absolute;
    top: -50%;
    bottom: 0;
    margin: auto;
    width: 3.75rem;
    height: 3.75rem;
    background: white url(/wp-content/themes/cchs/library/images//homepage-redesign/carousel-button.svg) no-repeat center;
    background-size: 0.75rem;
    border-radius: 50%;
    text-indent: -1000vw; }
    .CCHS__news--slider .slick-arrow.slick-prev {
      left: -4rem;
      transform: rotate(-180deg); }
    .CCHS__news--slider .slick-arrow.slick-next {
      right: -4rem; }

.CCHS__news--slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.CCHS__news--title {
  margin-top: 1.125rem;
  color: white;
  font-size: 1.375em;
  font-weight: 700; }
  .CCHS__news--title a,
  .CCHS__news--title a:hover {
    color: white; }

.CCHS__news--link {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 55.55555555555556%; }

.CCHS__news--image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.CCHS__footer {
  padding-top: 6rem;
  margin-top: 3.875rem;
  display: none; }
  .CCHS__footer--visible {
    display: block; }
  @media (max-width: 1280px) {
    .CCHS__footer {
      padding-top: 40px; } }
  @media (max-width: 1140px) {
    .CCHS__footer .container {
      max-width: 100%; } }
  @media (max-width: 980px) {
    .CCHS__footer {
      margin-top: 0; } }
  @media (max-width: 580px) {
    .CCHS__footer {
      text-align: center; } }
  .CCHS__footer--signup-title {
    font-size: 3.125rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 900;
    color: #50A8E1;
    margin-bottom: 1rem; }
    @media (max-width: 1280px) {
      .CCHS__footer--signup-title {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .CCHS__footer--signup-title {
        font-size: 26px; } }
  @media (max-width: 1140px) {
    .CCHS__footer--follow {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%; } }
  .CCHS__footer--social-menu .title {
    color: #50A8E1;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1.125rem; }
  .CCHS__footer--social-menu #info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    @media (max-width: 580px) {
      .CCHS__footer--social-menu #info {
        justify-content: center; } }
    .CCHS__footer--social-menu #info li {
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 1.5rem;
      margin-bottom: 0;
      background-size: contain; }
      .CCHS__footer--social-menu #info li.fa-facebook-f {
        background: url(/wp-content/themes/cchs/library/images//homepage-redesign/facebook.svg) no-repeat center; }
      .CCHS__footer--social-menu #info li.fa-instagram {
        background: url(/wp-content/themes/cchs/library/images//homepage-redesign/instagram.svg) no-repeat center; }
      .CCHS__footer--social-menu #info li.fa-pinterest-p {
        background: url(/wp-content/themes/cchs/library/images//homepage-redesign/pinterest.svg) no-repeat center; }
      .CCHS__footer--social-menu #info li.fa-twitter {
        background: url(/wp-content/themes/cchs/library/images//homepage-redesign/twitter.svg) no-repeat center; }
      .CCHS__footer--social-menu #info li.fa-youtube-play {
        width: 2.75rem;
        background: url(/wp-content/themes/cchs/library/images//homepage-redesign/youtube.svg) no-repeat center; }
      .CCHS__footer--social-menu #info li a {
        display: block;
        text-indent: -1000vw;
        white-space: nowrap;
        width: 100%;
        height: 100%; }
  .CCHS__footer--navs {
    border-left: 2px solid #f4f4f4; }
    @media (max-width: 1140px) {
      .CCHS__footer--navs {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 40px; } }
  @media (max-width: 1280px) {
    .CCHS__footer--menu {
      max-width: 33.333333%;
      flex: 0 0 33.333333%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 580px) {
    .CCHS__footer--menu {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%; }
      .CCHS__footer--menu:not(:last-child) {
        margin-bottom: 30px; } }
  .CCHS__footer--menu #login {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
    @media (max-width: 580px) {
      .CCHS__footer--menu #login {
        margin-bottom: 0; } }
  .CCHS__footer--menu .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.625rem; }
    @media (max-width: 1280px) {
      .CCHS__footer--menu .title {
        font-size: 18px;
        margin-bottom: 10px; } }
  .CCHS__footer--menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .CCHS__footer--menu ul li {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.82;
      margin: 0;
      padding: 0; }
      @media (max-width: 1280px) {
        .CCHS__footer--menu ul li {
          font-size: 18px; } }
      .CCHS__footer--menu ul li a {
        color: #50A8E1; }
  .CCHS__footer--mission {
    margin-top: 7rem; }
    @media (max-width: 1280px) {
      .CCHS__footer--mission {
        margin-top: 40px; } }
    @media (max-width: 1140px) {
      .CCHS__footer--mission > .row {
        flex-direction: column-reverse; } }
  @media (max-width: 580px) {
    .CCHS__footer--badge {
      max-width: 20%;
      flex: 0 0 20%;
      padding: 0 0.25rem; } }
  .CCHS__footer--contact {
    margin: 0;
    padding: 0; }
  .CCHS__footer--flower {
    margin-top: 5rem;
    transform: translateY(25px); }
    @media (max-width: 1280px) {
      .CCHS__footer--flower {
        margin-top: 40px; } }
    .CCHS__footer--flower .row {
      width: 100%;
      justify-content: center;
      margin: 0; }

#womens-health .CCHS__footer {
  padding-top: 48px;
  margin-top: 36px; }
  @media (min-width: 980px) {
    #womens-health .CCHS__footer .container {
      max-width: 980px; } }
  @media (max-width: 1140px) {
    #womens-health .CCHS__footer--follow {
      flex: 0 0 100%;
      max-width: 100%; } }
  #womens-health .CCHS__footer--signup-title {
    font-size: 36px; }
    @media (max-width: 580px) {
      #womens-health .CCHS__footer--signup-title {
        font-size: 32px; } }
  #womens-health .CCHS__footer--signup-copy {
    font-size: 13px; }
    #womens-health .CCHS__footer--signup-copy a {
      color: #50A8E1; }
  #womens-health .CCHS__footer--social-menu .title {
    font-size: 18px; }
  #womens-health .CCHS__footer--social-menu #info li {
    width: 22px;
    height: 22px;
    background-size: contain; }
    #womens-health .CCHS__footer--social-menu #info li.fa-youtube-play {
      width: 28px; }
    #womens-health .CCHS__footer--social-menu #info li:before {
      content: ''; }
  @media (max-width: 1140px) {
    #womens-health .CCHS__footer--menu.col-auto {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  #womens-health .CCHS__footer--menu .title {
    font-size: 18px; }
  #womens-health .CCHS__footer--menu ul li {
    font-size: 16px; }
  #womens-health .CCHS__footer--mission {
    margin-top: 32px; }
  #womens-health .CCHS__footer--text {
    font-size: 13px; }
    #womens-health .CCHS__footer--text a {
      color: #50A8E1;
      transition: color .3s linear; }
      #womens-health .CCHS__footer--text a:hover {
        color: #202f33; }
  @media (max-width: 1140px) {
    #womens-health .CCHS__footer--badges {
      margin-bottom: 32px; } }
  #womens-health .CCHS__footer--badge img {
    max-height: 56px;
    width: auto; }
  #womens-health .CCHS__footer--flower {
    margin-top: 32px;
    transform: translateY(16px); }
  @media (max-width: 580px) {
    #womens-health .CCHS__footer .col-auto:not(.CCHS__footer--badge),
    #womens-health .CCHS__footer .col {
      flex: 0 0 100%;
      max-width: 100%; } }

#womens-health.page-template-page-womenshealth-locations .CCHS__footer {
  padding-top: 9.875rem;
  margin-top: 0;
  background: #f4f4f3; }
  @media (max-width: 1280px) {
    #womens-health.page-template-page-womenshealth-locations .CCHS__footer {
      padding-top: 40px; } }
  #womens-health.page-template-page-womenshealth-locations .CCHS__footer--flower {
    transform: none; }

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