/* Base style include all required basic styles to view the site. */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.justify-content-center {
  justify-content: center !important;
}

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

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

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

/* Backdrop */
.backdrop {
  position: absolute;
  display: block;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-size: cover;
  padding: 0;
}
.backdrop > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: " ";
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .backdrop > div {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .backdrop.mobile-stack > div {
    height: 45vw;
  }
  .backdrop.mobile-stack + .block-content {
    margin-top: 45vw;
    flex: 100%;
  }
}
@media (min-width: 767px) {
  .backdrop.right > div {
    transform: translate(100%);
  }
}
.backdrop.fw > div {
  width: 100vw;
}
.backdrop.contain {
  width: 100%;
}
.backdrop.contain > div {
  width: 100%;
}

/* Flipping */
.flip {
  transform: rotate(180deg);
}

.rotate {
  transform: rotate(90deg);
}

/* Background Image Positioning */
div.top-pos {
  background-position-y: top;
}

div.right-pos {
  background-position-x: right;
}

div.bottom-pos {
  background-position-y: bottom;
}

div.left-pos {
  background-position-x: left;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.backdrop > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Gradients */
/* Equalize margin on content inside boxes */
@media (min-width: 767px) {
  .equal-margin > *:first-child {
    margin-top: 0px;
  }
  .equal-margin > *:last-child {
    margin-bottom: 0px;
  }
}
/* Opacity Options */
.opacity70 {
  opacity: .7;
}
.opacity70.lazyloaded {
  opacity: .7;
}

/* Link Cover */
a.link-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}

a.link-cover:hover {
  outline: none;
}

/* Prisma Health Mesh Background */
.prisma-mesh-bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-header, .section-footer {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media (min-width: 767px) {
  .section-header {
    margin-bottom: 2em;
  }
}

.section-header h2 {
  margin-bottom: 0.2em;
}

.section-footer {
  margin-top: 1em;
}

/* Component Alternate (Grey) - ONLY USED IN STYLEGUIDE */
.component[class*="prisma"] {
  position: relative;
}
@media (min-width: 767px) {
  .component[class*="prisma"] {
    padding: 4em 0;
  }
}

.add-spacing > div {
  margin: 15px 0;
}

.align-center {
  margin: auto;
}

.position-relative {
  position: relative;
}

.headline {
  position: relative;
}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/
/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up,
  .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
   {
    display: none !important;
  }
  .hidden-xs-down > div, .hidden-sm-down > div, .hidden-md-down > div, .hidden-lg-down > div, .hidden-xl-down > div,
  .hidden-xs-up > div,
  .hidden-unless-sm > div, .hidden-unless-md > div, .hidden-unless-lg > div, .hidden-unless-xl
  > div {
    background-image: none !important;
  }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up,
  .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
   {
    display: none !important;
  }
  .hidden-sm-down > div, .hidden-md-down > div, .hidden-lg-down > div, .hidden-xl-down > div,
  .hidden-xs-up > div, .hidden-sm-up > div,
  .hidden-unless-xs > div, .hidden-unless-md > div, .hidden-unless-lg > div, .hidden-unless-xl
  > div {
    background-image: none !important;
  }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
   {
    display: none !important;
    background-image:none!important;
  }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
   {
    display: none !important;    
    background-image:none!important;
  }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
   {
    display: none !important;
    background-image:none!important;
  }
}
@media (max-width: 576px) {
  .mobile-hidden-xs {
    display: none !important;
    background-image:none!important;
  }
}
@media (max-width: 767px) {
  .mobile-hidden-sm {
    display: none !important;
    background-image:none!important;
  }
}
@media (max-width: 992px) {
  .mobile-hidden-md {
    display: none !important;
    background-image:none!important;
  }
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: museo-sans, verdana, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media (min-width: 767px) and (max-width: 992px) {
  body {
    font-size: 1.04em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 1.08em;
  }
}
@media (min-width: 1199px) and (max-width: 1600px) {
  body {
    font-size: 1.12em;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  body {
    font-size: 1.16em;
  }
}
@media (min-width: 1799px) {
  body {
    font-size: 1.2em;
  }
}

p {
  margin: 0 0 1em 0;
}

ul.discs > li, ol.discs > li {
  list-style-type: none;
  margin-left: 2em;
  position: relative;
}
ul.discs > li:before, ol.discs > li:before {
  content: "\2022";
  color: #ED1849;
  font-size: 1.3em;
  position: absolute;
  width: 0.5em;
  top: 0;
  bottom: 0;
  line-height: 1em;
  margin-left: -1em;
}
ul.underline, ol.underline {
  padding: 0px;
  margin: 0px 0px 20px;
}
ul.underline > li, ol.underline > li {
  list-style-type: none;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
ul.underline > li:last-child, ol.underline > li:last-child {
  border-bottom: none;
}

.dark-mode ul, .dark-mode ol {
  color: #fff;
}
.dark-mode ul.discs > li:before, .dark-mode ol.discs > li:before {
  color: #FFD600;
}

a:-webkit-any-link {
  text-decoration: none;
}

a {
  color: #d30a7c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #d5348d;
}

.entry-content ul.buttons a {
  border-bottom:0;
  text-decoration:none;
}

h1, h2, h3, h4, h5 {
  font-family: museo, serif;
}

h1, h2, h3 {
  font-weight: bold;
  color: #ED1849;
}

h4, h5, h6 {
  color: #333;
  line-height: 1.5;
}

h1 {
  line-height: 1.1;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
  margin-bottom: .5em;
}

h2 {
  font-size: 2.25em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-family: museo-sans, verdana, sans-serif;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.7em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.2em;
  }
}
.btn {
  transition: 200ms ease;
  font-weight: bold;
  border-radius: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}
.btn.primary {
  background: #830065;
  border: 2px solid #830065;
  color: #ffffff;
}
.btn.secondary {
  background: #B32572;
  border: 2px solid #B32572;
  color: #ffffff;
}
.btn.gradientT {
  position: relative;
  color: #ED1849;
  border-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
  border-image-slice: 1;
  border-width: 2px;
  z-index: 0;
  border-width: 2px;
  border-style: solid;
  border-color: unset;
}
.btn.gradientT:after {
  transition: opacity 250ms ease;
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  opacity: 0;
  background-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
  z-index: -1;
}
.btn.whiteT {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.primary:hover {
  background: #a70081;
  border: 2px solid #a70081;
  color: #ffffff;
}
.btn.secondary:hover {
  background: #d12b85;
  border: 2px solid #d12b85;
  color: #ffffff;
}
.btn.whiteT:hover {
  color: #830065;
  background: #ffffff;
}
.btn.gradientT:hover {
  color: #ffffff;
}
.btn.gradientT:hover:after {
  opacity: 1;
}
.btn[disabled] {
  color: #999;
  background: #ddd;
  border: 2px solid #ddd;
  cursor: not-allowed;
}
.btn[disabled]:hover {
  color: #999;
  background: #ddd;
  border: 2px solid #ddd;
}
.btn[disabled]:hover:after {
  opacity: 0;
}

.form .field {
  margin-bottom: .5em;
}
.form .field > label {
  display: block;
  font-weight: bold;
}
.form .field > input + label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
.form .field > input[type="text"],
.form .field > input[type="phone"],
.form .field > input[type="email"],
.form .field > textarea,
.form .field > select {
  border: 0;
  color: #333;
  background: #f0f0f0;
  margin-bottom: .5em;
  padding: .5em;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  max-width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer !important;
}
.form .field > input[type="text"]:focus, .form .field > input[type="text"]:active,
.form .field > input[type="phone"]:focus,
.form .field > input[type="phone"]:active,
.form .field > input[type="email"]:focus,
.form .field > input[type="email"]:active,
.form .field > textarea:focus,
.form .field > textarea:active,
.form .field > select:focus,
.form .field > select:active {
  outline: none;
  background: whitesmoke;
}
.form .field > input[type="text"]::placeholder,
.form .field > input[type="phone"]::placeholder,
.form .field > input[type="email"]::placeholder,
.form .field > textarea::placeholder,
.form .field > select::placeholder {
  color: #999;
}
.form .field > input[type="text"][disabled],
.form .field > input[type="phone"][disabled],
.form .field > input[type="email"][disabled],
.form .field > textarea[disabled],
.form .field > select[disabled] {
  background: #ddd;
  cursor: not-allowed !important;
}
.form .field > textarea {
  width: 500px;
}
.form .field > select {
  padding-right: 2em;
  background: url(https://lp.prismahealth.org/styleguide/assets/icons/ui/caret-down.svg) no-repeat scroll right 0.5em center/20px 50% #f0f0f0;
}
.form .field > select:focus, .form .field > select:active {
  outline: none;
  background: url(https://lp.prismahealth.org/styleguide/assets/icons/ui/caret-down.svg) no-repeat scroll right 0.5em center/20px 50% whitesmoke;
}
.form .field > input[type="checkbox" i],
.form .field > input[type="radio" i] {
  font-size: 1em;
  display: inline-flex;
  height: 15px;
  width: 15px;
  margin: 0 .5em 0 2px;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  box-shadow: 0 0 0px 2px #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer !important;
}
.form .field > input[type="checkbox" i]:focus, .form .field > input[type="checkbox" i]:active,
.form .field > input[type="radio" i]:focus,
.form .field > input[type="radio" i]:active {
  outline: none;
}
.form .field > input[type="checkbox" i]:checked,
.form .field > input[type="radio" i]:checked {
  background: #830065 !important;
  box-shadow: 0 0 0px 2px #830065;
}
.form .field > input[type="checkbox" i] + label,
.form .field > input[type="radio" i] + label {
  margin-bottom: 5px;
  margin-top: 5px;
}
.form .field input[type="radio" i] {
  border-radius: 50%;
}
.form .field.req > label:after {
  content: "*";
  color: #ED1849;
}
.form .field>input.error {
  margin-bottom: 0;
}
.form .field .error {
  color: #ED1849;
  font-size: 0.9em;
  margin-bottom: .5em;
}
.form .field.invalid input {
  background: #fcdfe6;
}
.form .field.invalid input:focus, .form .field.invalid input:active {
  background: #fde8ed;
}
.form .field.invalid .error {
  display: block;
}
.form input[type="submit"] {
  margin: 0 auto 1em auto;
  width: auto;
  display: block;
}

table.styled {
  border-collapse: collapse;
  background: #fff;
}
table.styled thead {
  background: #830065;
  color: #ffffff;
  border: 1px solid #830065;
}
table.styled th {
  padding: .5em 1em;
}
table.styled td {
  padding: .5em 1em;
  border: 1px solid #ffffff;
}
table.styled tr:nth-child(even) {
  background: #f0f0f0;
}

.gradient {
  background: linear-gradient(90deg, #ffd301 0%, #f4702a 21%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
}

.gradient-2 {
  background: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
}

.gradient-3 {
  background: linear-gradient(90deg, #ec0086 0%, #830065 100%);
}

.gradient-image {
  background-image: url("https://lp.prismahealth.org/wp-content/uploads/2021/08/MicrosoftTeams-image-5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.black-gradient, .color-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+40,0.6+70,0.8+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 );
  /* IE6-9 */
}

.white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&0+15,0+40,0.3+50,0.75+80 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
  /* IE6-9 */
}

.white-gradient-2x {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0.85) 100%);
}

.black-gradient-vert, .color-gradient-vert {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+40,0.6+70,0.8+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
}

.white-gradient-vert {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&0+15,0+40,0.3+50,0.75+80 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
  /* IE6-9 */
}

/* Main stylesheet will contain all non-render blocking styles. This including components, vendor styles, etc. */
/* 5050 COMPONENT */
.prisma-5050 {
  position: relative;
}
@media (min-width: 767px) {
  .prisma-5050 .backdrop:not(.right)+.block-content {
    margin-left: 50%;
    padding-left: 4em
  }
  .prisma-5050 .backdrop.right+.block-content {
    padding-right: 4em
  }
  .prisma-5050 > .row {
    min-height: 22vw;
  }
}
.prisma-5050.alt .backdrop {
  background: #f5f5f5;
}
.prisma-5050.dark-mode .backdrop {
  background: #830065;
  background: linear-gradient(150deg,#830065 0%,#b32572 100%);
}
.prisma-5050.dark-mode .block-content {
  color: #fff;
}
.prisma-5050.dark-mode .block-content h2, .prisma-5050.dark-mode .block-content h3, .prisma-5050.dark-mode .block-content h4, .prisma-5050.dark-mode .block-content h5 {
  color: #fff;
}
.prisma-5050.image-left .block-content {
  margin-left: 50%;
}

.card-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .card-container > .row > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) {
  .card-container > .row > div {
    margin-bottom: 30px;
  }
}
.card-container > .card {
  flex-direction: column;
  display: flex;
  flex: 1 auto;
  box-shadow: 0 5px 15px rgba(34,34,34,.1);
}
.card-container > .card .image {
  padding-top: 62.5%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.card-container > .card .image > img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.card-container > .card .block-content {
  background: #ffffff;
  padding: 20px 25px;
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.card-container > .card .block-content .category {
  font-size: smaller;
  text-transform: uppercase;
}
.card-container > .card .block-content .title {
  margin-top: 0;
}
.card-container > .card .block-content .date-time {
  font-size: smaller;
  color: #999;
}
.card-container > .card .block-content .description {
  flex: 1 auto;
}
.card-container > .card .block-content .actions a.btn {
  margin-bottom: 0;
}
.card-container > .card > a {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.card-container > .card > a:hover {
  box-shadow: 0 5px 15px -5px rgba(35, 35, 35, 0.5);
  transform: scale(1.02);
}

@media (min-width: 576px) {
  .prisma-features {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .prisma-features .col {
    min-width: 20%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .prisma-features .col {
    min-width: 33%;
  }
}
@media (max-width: 576px) {
  .prisma-features .col {
    min-width: 100%;
  }
}
.prisma-features .feature {
  position: relative;
  display: flex;
}
@media (max-width: 576px) {
  .prisma-features .feature {
    flex-direction: row;
  }
  .prisma-features .feature .headline {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .prisma-features .feature {
    flex-direction: column;
    margin: auto;
  }
  .prisma-features .feature .headline {
    margin-top: .5em;
  }
}
.prisma-features i.pr-icons {
  flex: 1 auto;
}
@media (min-width: 576px) {
  .prisma-features i.pr-icons {
    width: 80px;
    max-width: 50%;
    margin: auto;
    margin-bottom: 1em;
  }
}
@media (max-width: 576px) {
  .prisma-features i.pr-icons {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    padding-right: 15px;
  }
}
.prisma-features.dark-mode {
  color: #fff;
}
.prisma-features.dark-mode > .backdrop {
  background: #830065;
  background: linear-gradient(150deg,#830065 0%,#b32572 100%);
}
.prisma-features.dark-mode .content {
  color: #fff;
}
.prisma-features.dark-mode h1, .prisma-features.dark-mode h2, .prisma-features.dark-mode h3, .prisma-features.dark-mode h4, .prisma-features.dark-mode h5 {
  color: #fff;
}
.prisma-features.dark-mode i.pr-icons {
  filter: brightness(0) invert(1);
}
.prisma-features.alt > .backdrop {
  background: #F5F5F5;
}

/* Prisma Block - Hero
--------------------------------------------- */
.prisma-hero {
  display: flex;
  align-items: center;
  flex-direction: row;
  height:auto;
}
@media (min-width: 767px) and (max-width:1600px) {
  .prisma-hero {
    min-height: 35vw;
  }
}
@media (min-width:1600px) {
  .prisma-hero {
    min-height: 30vw;
  }
}
.prisma-hero .block-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .prisma-hero .block-content {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.prisma-launchpads {
  /* Icon or image inside */
  /* Content */
  /* Tablet and up */
}
.prisma-launchpads .launchpad {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 21px 10px #eee;
  display: flex;
  flex-direction: column;
  padding: 2em;
  text-align: center;
  height: 100%;
  transition: 200ms ease-out;
}
.prisma-launchpads .launchpad a.btn {
  align-self: center;
}
.prisma-launchpads .launchpad .box-content {
  flex: 1 auto;
}
.prisma-launchpads a.launchpad {
  text-decoration: none;
  color: inherit;
}
.prisma-launchpads a.launchpad:hover {
  transform: scale(1.1);
  z-index: 1;
}
.prisma-launchpads i.pr-icons {
  display: block;
  margin: auto;
}
@media (min-width: 767px) {
  .prisma-launchpads i.pr-icons {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .prisma-launchpads i.pr-icons {
    width: 50px;
  }
}
.prisma-launchpads i.pr-icons > img {
  width: 100%;
}
.prisma-launchpads .headline {
  margin-top: .5em;
}
.prisma-launchpads .launchpad  .actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .prisma-launchpads .launchpad {
    padding: 3em;
  }
}
.prisma-launchpads.dark-mode .backdrop {
  background:#f5f5f5;
}
.prisma-launchpads.alt .launchpad {    
  background: #f5f5f5;
  overflow: hidden;
  box-shadow: inset 0 0 100px -70px;
}
.pr-popup {
  background: #fff;
  margin: auto;
  width: 700px;
  max-width: 100%;
  padding: 2em 2em 1em;
  text-align: center;
  position: relative;
}
.pr-popup h3 {
  margin-top: 0px;
}
.pr-popup a.btn {
  margin: 15px;
}
.pr-popup form {
  text-align:left;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  background: none;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.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, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .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;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  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:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

/* Main image in popup */
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;
}

/* The shadow behind the image */
.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-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .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;
  }
}
.mfp-bg {
  animation: fadeIn ease 350ms;
  -webkit-animation: fadeIn ease 350ms;
  -moz-animation: fadeIn ease 150ms;
  -o-animation: fadeIn ease 350ms;
  -ms-animation: fadeIn ease 350ms;
}

.mfp-bg + .mfp-wrap {
  animation: fadeIn ease 350ms;
  -webkit-animation: fadeIn ease 350ms;
  -moz-animation: fadeIn ease 150ms;
  -o-animation: fadeIn ease 350ms;
  -ms-animation: fadeIn ease 350ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
/* 5050 COMPONENT */
.callout-box {
  margin-bottom: 1em;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .callout-box .image {
    flex: 2;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .callout-box .image + .border-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .callout-box.noimage .image {
    display: none;
  }
}
.callout-box .border-top {
  height: 7px;
  background: linear-gradient(90deg, #ffd301 0%, #f4702a 21%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
  width: 100%;
}
.callout-box .block-content {
  flex: 5;
  padding: 1.5em;
  max-width: 100%;
}
.callout-box .block-content > h5 {
  color: #830065;
  margin-top: 0px;
}
.callout-box .block-content > .btn {
  width: auto;
}
.callout-box.alt {
  background: #f4f4f4;
}

/* ACCORDION COMPONENT */
.accordion .group {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  z-index: 10;
  margin-bottom: 5px;
}
.accordion .group.active {
  height: auto;
}
.accordion .group.active .title {
  color: #B32572;
}
.accordion .group:last-child {
  border: 0;
}
.accordion .title {
  padding: 1em;
  transition: 200ms ease;
}
.accordion .block-content {
  display: block;
  height: 0px;
  transition: 200ms ease;
  padding: 0px;
}
.accordion .block-content .content-body {
  display: block;
  padding: 1em;
  overflow: hidden;
}
.accordion .block-content .content-body.right {
  display: inline-block;
  padding: 1em 4em 1em 1em;
  overflow: hidden;
}
.accordion .block-content .content-body.left {
  display: inline-block;
  padding: 1em 1em 1em 4em;
  overflow: hidden;
}
@media (min-width: 767px) {
  .accordion .expand.left + .block-content {
    padding-left: 3em;
  }
  .accordion .expand.right + .block-content {
    padding-right: 3em;
  }
}

.accordion.alt .group {
  background: #f5f5f5;
}

/* Accordion */
.expand {
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
.expand::after, .expand::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) scale(1);
  transition: opacity 250ms ease, transform 250ms ease;
}
.expand:after {
  opacity: 1;
  background-image: url("https://lp.prismahealth.org/styleguide/assets/icons/ui/accordian-plus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.expand:before {
  opacity: 0;
  background-image: url("https://lp.prismahealth.org/styleguide/assets/icons/ui/accordian-minus.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.expand.left {
  padding-left: 4em;
}
.expand.left::after, .expand.left::before {
  left: 1em;
}
.expand.right {
  padding-right: 4em;
}
.expand.right::after, .expand.right::before {
  right: 1em;
}

.active > .expand::after {
  opacity: 0;
  transform: translateY(-50%) scale(1, 0);
}
.active > .expand::before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .expand.m::after {
    display: none;
  }
}
ul.buttons {
  padding: 0px;
  margin: 0px 0px 20px;
  display: flex;
  flex-flow: row wrap;
  max-width:400px;
}

ul.buttons>li {
  list-style-type: none;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0px;
  border-collapse: collapse;
  padding: 0
}

ul.buttons>li:last-child {
  border-bottom: none
}

ul.buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  overflow: hidden;
  height: 100%;
  padding: 1em;
  position: relative;
  padding-right: 50px;
  border-collapse: collapse;
}

ul.buttons a:hover {
  text-decoration: underline
}

ul.buttons.dark-mode>li {
  border-bottom: 1px solid #FFD600
}

ul.buttons.dark-mode a {
  color: #fff
}

ul.buttons.dark-mode a:hover {
  color: #fff
}

.wp-block-buttons {
  margin-bottom:2em;
  }
  ul.buttons.alt li:after {
      height: 2px;
      content: "";
      width: 100%;
      background-image: -webkit-gradient(linear,left top,right top,from(#ffd301),color-stop(21%,#f4702a),color-stop(40%,#ee254a),color-stop(60%,#ed2870),color-stop(80%,#c52378),to(#861766));
      background-image: linear-gradient(90deg,#ffd301 0%,#f4702a 21%,#ee254a 40%,#ed2870 60%,#c52378 80%,#861766 100%);
      display: block;
  }
  ul.buttons.alt a:before {
  
      content: "";
      background-image: -webkit-gradient(linear,left top,right top,from(#ffd301),color-stop(21%,#f4702a),color-stop(40%,#ee254a),color-stop(60%,#ed2870),color-stop(80%,#c52378),to(#861766));
      background-image: linear-gradient(90deg,#ffd301 0%,#f4702a 21%,#ee254a 40%,#ed2870 60%,#c52378 80%,#861766 100%);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transition: 400ms;
      transition: 400ms;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0;
  }
  ul.buttons.alt a:after {
      content: " ";
      background: url(https://lp.prismahealth.org/styleguide/assets/icons/ui/caret.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right;
      border-collapse: collapse;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 1em;
  }
  ul.buttons.alt a:hover {
      color: #fff;
  }
  
  ul.buttons.alt a:hover:before {
      opacity: 1;
  }
  ul.buttons.alt a:hover:after {
      background: url(https://lp.prismahealth.org/styleguide/assets/icons/ui/caret-white.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right;
  }
/* Prisma Block - Video
--------------------------------------------- */
.prisma-video {
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 50px -30px #666;
  margin: 20px auto;
}
.prisma-video .video-spacer {
  display: block;
  padding-top: 56.25%;
}
.prisma-video i.play {
  background-image: url("https://lp.prismahealth.org/wp-content/uploads/2020/02/video-square-play.svg");
  height: 100px;
  width: 100px;
  max-width: 25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  transform-origin: center;
  transition: 250ms ease;
  z-index: 1;
}
.prisma-video:hover i.play {
  transform: scale(1.1);
}


/* Prisma Rich Text */
.prisma-rich-text.alt .backdrop {
  background: #f5f5f5;
}

.prisma-rich-text.dark-mode .backdrop {
  background: #830065;
  background: linear-gradient(150deg,#830065 0%,#b32572 100%);
}
.prisma-rich-text.dark-mode * {
  color: #fff;
}
.text-center {
text-align:center;
}
.margin-center {
  margin-left:auto;
  margin-right:auto;
}
.wp-block-group {
  position: relative;
}
.landing-page main>.entry {
  margin-bottom: 0;
}

/* ==========================================================================
   PATIENT STORIES COMPONENT
   ========================================================================== */
/* SLIDER CAPTION COMPONENT */
.prisma-slider.contain {
  padding: 20px 0; }
  .prisma-slider.contain > .backdrop, .prisma-slider.contain > .backdrop > span {
    width: 100%; }
  .prisma-slider.contain .swiper-container {
    width:100%;
    min-height: unset; }
    .prisma-slider.contain .swiper-container .swiper-wrapper .swiper-slide .slide-container > .caption {
      padding: 10px 30px; }
.prisma-slider .swiper-container {
  padding: 3px 0 4em 0; }
  .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container {
    display: table;
    width: 80%;
    height: 100%;
    min-height: 425px;
    margin: auto;
    box-shadow: 0 5px 15px rgba(34,34,34,.2); }
    .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container > .image,
    .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container .caption {
      position: relative;
      width: 50%;
      height: 100%;
      vertical-align: middle;
      background-position: center;
      background-size: cover;
      display: table-cell; }
    .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container > .caption {
      padding: 4em;
      background: #fff;    
      box-sizing: border-box;
    }
      .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container > .caption > h3.title {
        margin-top: 0;
        font-style: italic; }
      
  .prisma-slider  h3.title.quotes {
    position: relative;
  }
  
  .prisma-slider h3.title.quotes:before,h3.title.quotes:after { font-family: sans-serif;position: absolute;line-height: .5;font-size: 2.5em;display: flex;}
  
  .prisma-slider h3.title.quotes:before {
    content: '“';
    transform: translate(0,-100%);
    left: 0;
  }
  
  .prisma-slider h3.title.quotes:after {
    content: "”";
    transform: translate(0,100%);
    right: 0;
  }
@media (max-width: 768px) {
    .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container {
      min-height: 0px;
      height: auto; }
      .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container > .image,
      .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container .caption {
        width: 100%;
        display: block;
        height: auto;
        padding: 1em;
      }
        .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container > .caption > h3.title {
          font-size: 1.3em;
      }
      .prisma-slider h3.title.quotes:before {
        transform:none;
      }
      .prisma-slider h3.title.quotes:before, .prisma-slider h3.title.quotes:after {
          position: relative;
      }
      
      .prisma-slider h3.title.quotes:after {
          text-align: right;
          display: block;
      }
      
      .prisma-slider h3.title.quotes:before {
          transform: none;
      }
      .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container > .image {
        height: 225px; }
    .prisma-slider .swiper-container .swiper-pagination {
      padding-bottom: 1em; } }
@media (max-width: 544px) {
  .prisma-slider .swiper-container .swiper-wrapper .swiper-slide .slide-container {
    width: 90%; }
  .prisma-slider .swiper-container .swiper-button-next,
  .prisma-slider .swiper-container .swiper-button-prev {
    top: 30%;
    background-color: rgba(255, 255, 255, 0.33);
    border-radius: 50%;
    display: none; } }
.prisma-slider .swiper-button-next {
  background-image: url("/wp-content/uploads/2020/08/ic-arrow-right.svg");
  width: 44px;
  height: 44px;
  background-size: 44px 44px; }
.prisma-slider .swiper-button-prev {
  background-image: url("/wp-content/uploads/2020/08/ic-arrow-right.svg");
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  transform: translateY(-50%) rotate(180deg); }
.prisma-slider .swiper-button-next {
  transform: translateY(-50%); }
  .prisma-slider.alt .swiper-container .swiper-wrapper .swiper-slide .slide-container > .caption {
    background: #f4f4f4; }
    .prisma-slider.dark-mode .backdrop {
      background: #f5f5f5;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display:none;
  } 

  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f15f22
  }
  
  .swiper-pagination-progress {
      background: rgba(0,0,0,.25);
      position: absolute
  }
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #f15f22;
  }
  
  .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
  }
  
  .swiper-pagination-white .swiper-pagination-bullet {
      background: #fff
  }
  
  .swiper-pagination-bullet-active {
      opacity: 1;
      background: #f15f22
  }
  
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
  }

  .swiper-pagination-bullet {
    height:16px;
    width:16px;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    display:none;
  }
.video-overlay {
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.video-overlay>span {
  background-image: url(https://lp.prismahealth.org/wp-content/uploads/2020/02/video-square-play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 30%;
  width: 30%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out,-webkit-transform 200ms ease-out;
  z-index: 2
}

.video-overlay>span.shade {
  background: none;
  background-image: url("https://lp.prismahealth.org/wp-content/uploads/2021/08/MicrosoftTeams-image-5.jpg");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .4
}

.video-overlay>i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12em;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: rgba(255,255,255,.7)
}

.video-overlay.phy_video.link:hover>span.play {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}