@charset "UTF-8";
/* (480px) */
/* (768px) */
/* (960px) */
/*! ---------- =reset ---------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,q {
  quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: "";
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  margin: 0 auto;
}

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

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 1rem 0;
  border-bottom: 1px solid #d2d6d8;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35rem .625rem .75rem;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! ---------- =typography ---------- */

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('/ResourcePackages/NPA/assets/fonts/AvenirNextCondensed-Bold.woff2') format('woff2'),
        url('/ResourcePackages/NPA/assets/fonts/AvenirNextCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Condensed Demi';
    src: url('/ResourcePackages/NPA/assets/fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'),
        url('/ResourcePackages/NPA/assets/fonts/AvenirNextCondensed-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
  /* set the root font size such that 1rem equals our baseline grid */
  font-size: 150%;
}

body {
  /* now bring the font-size down to our target body size for use */
  /* font: .75rem/1rem "Nunito Sans", Helvetica,Arial,sans-serif; */
  font: 20px/26px "Nunito Sans", Helvetica,Arial,sans-serif; 
  color: #443e4b;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,ol,p,ul {
  margin-bottom: 1rem;
}
.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,ol:last-child,p:last-child,ul:last-child {
  margin-bottom: 0;
}

ol,p,ul {
  orphans: 2;
  widows: 2;
}

ol,ul {
  margin-left: 2em;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family:  "Nunito Sans", Helvetica,Arial,sans-serif;
  text-rendering: optimizeLegibility;
  color: #5c0f8b;
  font-weight: 900;
}
.h1 img,.h2 img,.h3 img,.h4 img,.h5 img,.h6 img,h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
  display: inline-block;
  vertical-align: middle;
}
.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  display: block;
}

.h1,h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (max-width: 31.99875em) {
  .h1,h1 {
    font-size: 2.0833333333rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 19.99875em) {
  .h1,h1 {
    font-size: 1.5833333333rem;
    line-height: 2rem;
  }
}

.h2,h2 {
  font-size: 2.0833333333rem;
  line-height: 2.5rem;
   color: #006E96;
}
h2.purple {
    color: #5c0f8b !important;
}
@media (max-width: 31.99875em) {
  .h2,h2 {
    font-size: 1.5833333333rem;
    line-height: 2rem;
  }
}

.h3,h3 {
  font-size: 1.5833333333rem;
  line-height: 2rem;
  color: #98096C;
}
@media (max-width: 31.99875em) {
  .h3,h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

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

.h4,.h5,h4,h5 {
  line-height: 1.5rem;
}

.h5,h5 {
  font-size: 1.0833333333rem;
  color: #006E96;
}

.h6,h6 {
  font-size: .9166666667rem;
  line-height: 1rem;
  color: #98096C;
}

.text-size {
  font-size: .75rem;
  line-height: 1rem;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

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

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

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

.note {
  font-size: .6666666667rem;
  font-style: italic;
  color: #6f667b;
}
input + .note,pre + .note,textarea + .note {
  margin-top: -.5rem;
}

.highlight {
  color: #006e96;
}

.warn {
  color: #d10808;
}

abbr {
  font-size: .87em;
  letter-spacing: .04em;
}

.type-family-sample {
  font-size: 1.5833333333rem;
  line-height: 2rem;
}

/*! ---------- =common =components ---------- */
a {
  text-decoration: none;
  color: #007297;
  font-weight: 700;
}
a:focus,a:hover {
  color: #5C0F8B;
}

a,button {
  transition: color .15s ease-out,background-color .15s ease-out,border .15s ease-out,box-shadow .15s ease-out,opacity .15s ease-out;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: .3em;
  transition: transform .15s ease-out;
}
.more:focus .fa-arrow-right,.more:hover .fa-arrow-right {
  transform: translateX(.2em);
}

.img-left,.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 1rem;
}
.img-left img,.img-right img {
  display: block;
}

.img-left {
  float: left;
  margin-right: 1rem;
}

.img-right {
  float: right;
  margin-left: 1rem;
}

.clear {
  clear: both;
}

.pill {
  display: inline-block;
  padding: .125rem .75rem;
  margin-right: .5rem;
  margin-bottom: .25rem;
  border-radius: 1.5rem;
  background: #5c0f8b;
  color: #fff;
  font-weight: 700;
  font-size: .6666666667rem;
}

figure {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #fbfcfd;
  padding: .25rem;
}

figcaption {
  display: block;
  padding: .25rem 0;
  font-size: .625rem;
  opacity: .8;
}

dl:not(:last-child) {
  margin-bottom: 1rem;
}

dt {
  float: left;
  clear: left;
  margin-right: .75rem;
  font-weight: 700;
}
dt ~ dt {
  margin-top: .5rem;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: .5rem;
}

.content > .page-bounds > .hero,.content > .page-bounds > .interstitial,.to-screen-edges {
  width: auto !important;
  margin-left: -1rem;
  margin-right: -1rem;
}
.to-screen-edges__content {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 48em) {
  .content > .page-bounds > .hero,.content > .page-bounds > .interstitial,.to-screen-edges {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .to-screen-edges__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 106em) {
  .content > .page-bounds > .hero,.content > .page-bounds > .interstitial,.to-screen-edges {
    margin-left: calc(-50vw + 33.33333rem);
    margin-right: calc(-50vw + 33.33333rem);
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - 33.33333rem);
    padding-right: calc(50vw - 33.33333rem);
  }
}

.page-scroll-waypoint {
  position: relative;
  top: -3rem;
}

.pull-quote {
  padding: 1rem 0;
  margin: 1rem 0;
  border: solid #004057;
  border-width: 2px 0;
  font-size: .9166666667rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: .6666666667rem;
  line-height: 1rem;
  opacity: .8;
}
.pull-quote__attribution::before {
  content: "– ";
}
p + .pull-quote__attribution {
  margin-top: -.75rem;
}
@media (min-width: 30em) {
  .pull-quote--left,.pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 1rem;
    padding: 0 1rem 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 1rem;
  }
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: .25rem;
  margin-top: .5rem;
  border-top: 1px dashed #d2d6d8;
  text-align: left;
  color: #006e96;
  font-weight: 700;
  font-size: .6666666667rem;
}
.margin + .truncator-expand {
  margin-top: -.5rem;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 1rem;
}
.item-list + .truncator-expand,.margin-large + .truncator-expand {
  margin-top: -1.5rem;
}
.item-list + .truncator-expand:not(:last-child),.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 2rem;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #d2d6d8;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 1rem .75rem;
  font-size: .6666666667rem;
}
.color-spec__title {
  font-size: .9166666667rem;
}
.color-spec__text p:not(:last-child),.color-spec__title {
  margin-bottom: .5rem;
}
.color-spec__role {
  font-style: italic;
  opacity: .65;
}
.color-spec--compact .color-spec__text {
  padding: .5rem;
}
.color-spec--compact .color-spec__text p:not(:last-child) {
  margin-bottom: .25rem;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group::after,.horizontal-scroll__wrapper::after,.interior-layout::after,.item-list__item::after,.page-header::after,dl::after {
  content: "";
  display: table;
  clear: both;
}

/*! common spacing classes */
.space-t-0,.space-t-000 {
  margin-top: 0 !important;
}

.space-t-025 {
  margin-top: .25rem !important;
}

.space-t-050 {
  margin-top: .5rem !important;
}

.space-t-075 {
  margin-top: .75rem !important;
}

.space-t-100 {
  margin-top: 1rem !important;
}

.space-t-150 {
  margin-top: 1.5rem !important;
}

.space-t-200 {
  margin-top: 2rem !important;
}

.space-t-250 {
  margin-top: 2.5rem !important;
}

.space-t-300 {
  margin-top: 3rem !important;
}

.space-t-350 {
  margin-top: 3.5rem !important;
}

.space-t-400 {
  margin-top: 4rem !important;
}

.space-r-0,.space-r-000 {
  margin-right: 0 !important;
}

.space-r-025 {
  margin-right: .25rem !important;
}

.space-r-050 {
  margin-right: .5rem !important;
}

.space-r-075 {
  margin-right: .75rem !important;
}

.space-r-100 {
  margin-right: 1rem !important;
}

.space-r-150 {
  margin-right: 1.5rem !important;
}

.space-r-200 {
  margin-right: 2rem !important;
}

.space-r-250 {
  margin-right: 2.5rem !important;
}

.space-r-300 {
  margin-right: 3rem !important;
}

.space-r-350 {
  margin-right: 3.5rem !important;
}

.space-r-400 {
  margin-right: 4rem !important;
}

.space-b-0,.space-b-000 {
  margin-bottom: 0 !important;
}

.space-b-025 {
  margin-bottom: .25rem !important;
}

.space-b-050 {
  margin-bottom: .5rem !important;
}

.space-b-075 {
  margin-bottom: .75rem !important;
}

.space-b-100 {
  margin-bottom: 1rem !important;
}

.space-b-150 {
  margin-bottom: 1.5rem !important;
}

.space-b-200 {
  margin-bottom: 2rem !important;
}

.space-b-250 {
  margin-bottom: 2.5rem !important;
}

.space-b-300 {
  margin-bottom: 3rem !important;
}

.space-b-350 {
  margin-bottom: 3.5rem !important;
}

.space-b-400 {
  margin-bottom: 4rem !important;
}

.space-l-0,.space-l-000 {
  margin-left: 0 !important;
}

.space-l-025 {
  margin-left: .25rem !important;
}

.space-l-050 {
  margin-left: .5rem !important;
}

.space-l-075 {
  margin-left: .75rem !important;
}

.space-l-100 {
  margin-left: 1rem !important;
}

.space-l-150 {
  margin-left: 1.5rem !important;
}

.space-l-200 {
  margin-left: 2rem !important;
}

.space-l-250 {
  margin-left: 2.5rem !important;
}

.space-l-300 {
  margin-left: 3rem !important;
}

.space-l-350 {
  margin-left: 3.5rem !important;
}

.space-l-400 {
  margin-left: 4rem !important;
}

@media (min-width: 48em) {
  .space-t-0,.space-t-000-m {
    margin-top: 0 !important;
  }

  .space-t-025-m {
    margin-top: .25rem !important;
  }

  .space-t-050-m {
    margin-top: .5rem !important;
  }

  .space-t-075-m {
    margin-top: .75rem !important;
  }

  .space-t-100-m {
    margin-top: 1rem !important;
  }

  .space-t-150-m {
    margin-top: 1.5rem !important;
  }

  .space-t-200-m {
    margin-top: 2rem !important;
  }

  .space-t-250-m {
    margin-top: 2.5rem !important;
  }

  .space-t-300-m {
    margin-top: 3rem !important;
  }

  .space-t-350-m {
    margin-top: 3.5rem !important;
  }

  .space-t-400-m {
    margin-top: 4rem !important;
  }

  .space-r-0-m,.space-r-000-m {
    margin-right: 0 !important;
  }

  .space-r-025-m {
    margin-right: .25rem !important;
  }

  .space-r-050-m {
    margin-right: .5rem !important;
  }

  .space-r-075-m {
    margin-right: .75rem !important;
  }

  .space-r-100-m {
    margin-right: 1rem !important;
  }

  .space-r-150-m {
    margin-right: 1.5rem !important;
  }

  .space-r-200-m {
    margin-right: 2rem !important;
  }

  .space-r-250-m {
    margin-right: 2.5rem !important;
  }

  .space-r-300-m {
    margin-right: 3rem !important;
  }

  .space-r-350-m {
    margin-right: 3.5rem !important;
  }

  .space-r-400-m {
    margin-right: 4rem !important;
  }

  .space-b-0-m,.space-b-000-m {
    margin-bottom: 0 !important;
  }

  .space-b-025-m {
    margin-bottom: .25rem !important;
  }

  .space-b-050-m {
    margin-bottom: .5rem !important;
  }

  .space-b-075-m {
    margin-bottom: .75rem !important;
  }

  .space-b-100-m {
    margin-bottom: 1rem !important;
  }

  .space-b-150-m {
    margin-bottom: 1.5rem !important;
  }

  .space-b-200-m {
    margin-bottom: 2rem !important;
  }

  .space-b-250-m {
    margin-bottom: 2.5rem !important;
  }

  .space-b-300-m {
    margin-bottom: 3rem !important;
  }

  .space-b-350-m {
    margin-bottom: 3.5rem !important;
  }

  .space-b-400-m {
    margin-bottom: 4rem !important;
  }

  .space-l-0-m,.space-l-000-m {
    margin-left: 0 !important;
  }

  .space-l-025-m {
    margin-left: .25rem !important;
  }

  .space-l-050-m {
    margin-left: .5rem !important;
  }

  .space-l-075-m {
    margin-left: .75rem !important;
  }

  .space-l-100-m {
    margin-left: 1rem !important;
  }

  .space-l-150-m {
    margin-left: 1.5rem !important;
  }

  .space-l-200-m {
    margin-left: 2rem !important;
  }

  .space-l-250-m {
    margin-left: 2.5rem !important;
  }

  .space-l-300-m {
    margin-left: 3rem !important;
  }

  .space-l-350-m {
    margin-left: 3.5rem !important;
  }

  .space-l-400-m {
    margin-left: 4rem !important;
  }
}
/*! ---------- =buttons ---------- */
.button {
  text-align: center;
  font-size: .75rem;
  line-height: 1rem;
  border-radius: 7px;
  font-weight: 900;
}
.button,.button--disclose::after {
  display: inline-block;
  vertical-align: middle;
}
.button--disclose::after {
  content: "\f178";
  margin-left: 1em;
  font-family: Font Awesome\ 6 Pro,Font Awesome;
  font-weight: 300;
  transition: transform .15s ease-out;
}
.button--disclose:active::after,.button--disclose:focus::after,.button--disclose:hover::after {
  transform: translateX(2px);
}
.button--primary.button--disclose::after {
  font-weight: 400;
}
.button--small {
  font-size: .6666666667rem;
}
.button--tiny {
  font-size: .625rem;
}
.button--fill {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--fill + .button--fill {
  margin-left: 0;
  margin-top: .5rem;
}

/*! soft-squared button style */
.button {
  padding: 12px 36px;
  border-radius: 5px;
  font-weight: 900;
  color: #fff;
  background: #5c0f8b;
  transition: color .15s ease-out,background-color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;
}
.button:focus,.button:hover {
  color: #fff;
  background: #490573;
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0,0,0,.2);
}
.button:focus {
  outline: 1px dashed hsla(0,0%,50%,.8);
  outline-offset: -.25rem;
}
.button:active {
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--disclose {
  padding-right: 1rem;
}
.button--secondary {
  padding: calc(.5rem - 2px) calc(1.5rem - 2px);
  border: 2px solid #5c0f8b;
  color: #5c0f8b;
  background: #fff;
}
.button--tertiary {
  border: 1px solid #e2c0f7;
  font-weight: 900;
  color: #5c0f8b;
  background: #fbf5fe;
}
.button--secondary:focus,.button--secondary:hover,.button--tertiary:focus,.button--tertiary:hover {
  border-color: #490573;
  color: #fff;
  background: #490573;
}
.button--highlight {
  background: #006e96;
}
.button--highlight.button--secondary {
  border-color: #006e96;
  color: #006e96;
  background: #fff;
}
.button--highlight.button--tertiary {
  border-color: #b8ebfe;
  color: #006e96;
  background: #f4fcff;
}
.button--highlight.button--secondary:focus,.button--highlight.button--secondary:hover,.button--highlight.button--tertiary:focus,.button--highlight.button--tertiary:hover,.button--highlight:focus,.button--highlight:hover {
  border-color: #005675;
  color: #fff;
  background: #005675;
}
.button--action {
  background: #98096c;
}
.button--action.button--secondary {
  border-color: #98096c;
  color: #98096c;
  background: #fff;
}
.button--action.button--tertiary {
  border-color: #fabee8;
  color: #98096c;
  background: #fef5fc;
}
.button--action.button--secondary:focus,.button--action.button--secondary:hover,.button--action.button--tertiary:focus,.button--action.button--tertiary:hover,.button--action:focus,.button--action:hover {
  border-color: #7b0357;
  color: #fff;
  background: #7b0357;
}
.button--warn {
  background: #d10808;
}
.button--warn.button--secondary {
  border-color: #d10808;
  color: #d10808;
  background: #fff;
}
.button--warn.button--tertiary {
  border-color: #ebdacf;
  color: #d10808;
  background: #faf6f3;
}
.button--warn.button--secondary:focus,.button--warn.button--secondary:hover,.button--warn.button--tertiary:focus,.button--warn.button--tertiary:hover,.button--warn:focus,.button--warn:hover {
  border-color: #b21616;
  color: #fff;
  background: #b21616;
}

.button.button--alt {
  padding: 12px 36px;
  border-radius: 5px;
  font-weight: 900;
  color: #fff;
  background: #ad4225;
  transition: color .15s ease-out,background-color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;
}
.button.button--alt:focus,.button.button--alt:hover, .button.button--alt.button--secondary:hover,  .button.button--alt.button--tertiary:hover {
  color: #fff;
  background: #c14a2a;
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0,0,0,.2);
}

.button.button--alt.button--secondary {
  background: none;
  border: 1px solid #ad4225;
  color: #ad4225;
} 

.button.button--alt.button--tertiary {
  background: #ffefeb;
  border: 1px solid #ad4225;
  color: #ad4225;
} 

.button--cancel {
  border: 1px solid #d2d6d8;
  font-size: .6666666667rem;
  font-weight: 400;
  color: #443e4b;
  background: #fbfcfd;
}
.button--cancel:focus,.button--cancel:hover {
  color: #5c0f8b;
  border-color: #5c0f8b;
  background: #fff;
}
.button--large {
  padding: .75rem 2.5rem;
}
.button--large.button--secondary {
  padding: calc(.75rem - 2px) calc(2.5rem - 2px);
}
.button--large.button--disclose {
  padding-right: 2rem;
}
.button--small {
  padding: .25rem 1rem;
}
.button--small.button--secondary {
  padding: calc(.25rem - 2px) calc(1rem - 2px);
}
.button--small.button--disclose {
  padding-right: .75rem;
}
.button--tiny {
  padding: .125rem .5rem;
}
.button--tiny.button--secondary {
  padding: calc(.125rem - 2px) calc(.5rem - 2px);
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -.5rem;
  margin-right: -.25rem;
  margin-left: -.25rem;
}
.button-group > .button {
  flex: 1 0 auto;
  margin: .5rem .25rem 0;
}

@media (min-width: 49em) {
.more-margin-left {
  margin-left: 36px;
}
}

/*! ---------- =code and =syntax highlighting ---------- */
code,pre {
  font-family: Inconsolata,monospace;
  font-size: .6666666667rem;
  line-height: 1rem;
}

pre {
  display: block;
  padding: 1rem .5rem;
  border: 1px solid #edf2f6;
  color: #222;
  background: #fff;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 1rem;
}
pre::before {
  content: attr(rel);
  font-weight: 700;
  font-size: .625rem;
  color: #c3a9d5;
  position: absolute;
  top: 2px;
  right: .5rem;
}

li > code,p > code {
  background: #fff;
  font-style: normal;
}
li > code::after,li > code::before,p > code::after,p > code::before {
  content: "";
  display: inline-block;
  width: .5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.cdata,.token.comment,.token.doctype,.token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
  color: #905;
}

.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
  color: #690;
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
  color: #a67f59;
  background: hsla(0,0%,100%,.5);
}

.token.atrule,.token.attr-value,.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.important,.token.regex,.token.variable {
  color: #e90;
}

.token.bold,.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/*! ---------- =forms ---------- */
input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea {
  display: block;
  width: 100%;
  padding: .375rem .5rem;
  margin: 0;
  border: 1px solid #d2d6d8;
  color: #443e4b;
  color: rgba(68,62,75,.8);
  font: .6666666667rem/1rem "Nunito Sans",Helvetica Neue,Helvetica,Arial,sans-serif;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
  transition: color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out,opacity .15s ease-out;
}
select#Category {
    height: 200px;
}
input[type=email]:not(:last-child),input[type=number]:not(:last-child),input[type=password]:not(:last-child),input[type=tel]:not(:last-child),input[type=text]:not(:last-child),select:not(:last-child),textarea:not(:last-child) {
  margin-bottom: 1rem;
}
input[type=email]:required,input[type=number]:required,input[type=password]:required,input[type=tel]:required,input[type=text]:required,select:required,textarea:required {
  border-color: #d4cadc;
}
input[type=email].input-validation-error,input[type=number].input-validation-error,input[type=password].input-validation-error,input[type=tel].input-validation-error,input[type=text].input-validation-error,select.input-validation-error,textarea.input-validation-error {
  border-color: #d10808;
  color: #d10808;
}
input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus {
  border-color: #5c0f8b;
  color: #443e4b;
  box-shadow: none;
}

textarea {
  padding: .5rem;
  min-height: 4rem;
}
textarea.textarea-large {
  min-height: 10rem;
}

input[type=checkbox],input[type=radio] {
  display: inline-block;
  position: relative;
  top: -.1em;
}
label + input[type=checkbox],label + input[type=radio] {
  margin-left: 1rem;
}

label {
  display: block;
  margin-bottom: .25rem;
  font-size: .625rem;
  font-weight: 700;
  color: #5c0f8b;
  opacity: .9;
  transition: color .15s ease-out,opacity .15s ease-out;
}
input[type=checkbox] + label,input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
label.required {
  color: #360357;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #d10808;
}
label.is-selected {
  color: #004057;
}
label.is-focused {
  color: #5c0f8b;
  opacity: 1;
}

.field-validation-error {
  display: block;
  margin-bottom: 1rem;
  font-size: .6666666667rem;
  color: #d10808;
}
input + .field-validation-error,select + .field-validation-error,textarea + .field-validation-error {
  margin-top: -.75rem;
}

/*! ---------- =grids ---------- */
.grid {
  display: block;
  padding: 0;
  margin: 0 -1rem 0 0;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -1rem;
}
.grid--compact {
  margin-right: -.5rem;
}
.grid--compact.no-margin {
  margin-bottom: -.5rem;
}

.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 1rem 1rem 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 .5rem .5rem 0;
}

.grid__unit--1-2 {
  width: 50%;
}

.grid__unit--1-3 {
  width: 33.33%;
}

.grid__unit--2-3 {
  width: 66.66%;
}

.grid__unit--1-4 {
  width: 25%;
}

.grid__unit--3-4 {
  width: 75%;
}

.grid__unit--1-5 {
  width: 20%;
}

.grid__unit--2-5 {
  width: 40%;
}

.grid__unit--3-5 {
  width: 60%;
}

.grid__unit--4-5 {
  width: 80%;
}

.grid__unit--1-6 {
  width: 16.66%;
}

.grid__unit--5-6 {
  width: 83.3%;
}

.grid__unit--1-8 {
  width: 12.5%;
}

.grid__unit--3-8 {
  width: 37.5%;
}

.grid__unit--5-8 {
  width: 62.5%;
}

.grid__unit--7-8 {
  width: 87.5%;
}

.grid__unit--1-9 {
  width: 11.11%;
}

.grid__unit--2-9 {
  width: 22.22%;
}

.grid__unit--4-9 {
  width: 44.44%;
}

.grid__unit--5-9 {
  width: 55.55%;
}

.grid__unit--7-9 {
  width: 77.77%;
}

.grid__unit--8-9 {
  width: 88.88%;
}

.grid__unit--1-12 {
  width: 8.33%;
}

.grid__unit--5-12 {
  width: 41.65%;
}

.grid__unit--7-12 {
  width: 58.31%;
}

.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 30em) {
  .grid__unit--1-1-s {
    width: 100%;
  }

  .grid__unit--1-2-s {
    width: 50%;
  }

  .grid__unit--1-3-s {
    width: 33.33%;
  }

  .grid__unit--2-3-s {
    width: 66.66%;
  }

  .grid__unit--1-4-s {
    width: 25%;
  }

  .grid__unit--3-4-s {
    width: 75%;
  }

  .grid__unit--1-5-s {
    width: 20%;
  }

  .grid__unit--2-5-s {
    width: 40%;
  }

  .grid__unit--3-5-s {
    width: 60%;
  }

  .grid__unit--4-5-s {
    width: 80%;
  }

  .grid__unit--1-6-s {
    width: 16.66%;
  }

  .grid__unit--5-6-s {
    width: 83.3%;
  }

  .grid__unit--1-8-s {
    width: 12.5%;
  }

  .grid__unit--3-8-s {
    width: 37.5%;
  }

  .grid__unit--5-8-s {
    width: 62.5%;
  }

  .grid__unit--7-8-s {
    width: 87.5%;
  }

  .grid__unit--1-9-s {
    width: 11.11%;
  }

  .grid__unit--2-9-s {
    width: 22.22%;
  }

  .grid__unit--4-9-s {
    width: 44.44%;
  }

  .grid__unit--5-9-s {
    width: 55.55%;
  }

  .grid__unit--7-9-s {
    width: 77.77%;
  }

  .grid__unit--8-9-s {
    width: 88.88%;
  }

  .grid__unit--1-12-s {
    width: 8.33%;
  }

  .grid__unit--5-12-s {
    width: 41.65%;
  }

  .grid__unit--7-12-s {
    width: 58.31%;
  }

  .grid__unit--11-12-s {
    width: 91.63%;
  }
}
@media (min-width: 48em) {
  .grid {
    margin-right: -2rem;
  }
  .grid.no-margin {
    margin-bottom: -2rem;
  }
  .grid--compact {
    margin-right: -1rem;
  }
  .grid--compact.no-margin {
    margin-bottom: -1rem;
  }

  .grid__unit {
    padding: 0 2rem 2rem 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 1rem 1rem 0;
  }

  .grid__unit--1-1-m {
    width: 100%;
  }

  .grid__unit--1-2-m {
    width: 50%;
  }

  .grid__unit--1-3-m {
    width: 33.33%;
  }

  .grid__unit--2-3-m {
    width: 66.66%;
  }

  .grid__unit--1-4-m {
    width: 25%;
  }

  .grid__unit--3-4-m {
    width: 75%;
  }

  .grid__unit--1-5-m {
    width: 20%;
  }

  .grid__unit--2-5-m {
    width: 40%;
  }

  .grid__unit--3-5-m {
    width: 60%;
  }

  .grid__unit--4-5-m {
    width: 80%;
  }

  .grid__unit--1-6-m {
    width: 16.66%;
  }

  .grid__unit--5-6-m {
    width: 83.3%;
  }

  .grid__unit--1-8-m {
    width: 12.5%;
  }

  .grid__unit--3-8-m {
    width: 37.5%;
  }

  .grid__unit--5-8-m {
    width: 62.5%;
  }

  .grid__unit--7-8-m {
    width: 87.5%;
  }

  .grid__unit--1-9-m {
    width: 11.11%;
  }

  .grid__unit--2-9-m {
    width: 22.22%;
  }

  .grid__unit--4-9-m {
    width: 44.44%;
  }

  .grid__unit--5-9-m {
    width: 55.55%;
  }

  .grid__unit--7-9-m {
    width: 77.77%;
  }

  .grid__unit--8-9-m {
    width: 88.88%;
  }

  .grid__unit--1-12-m {
    width: 8.33%;
  }

  .grid__unit--5-12-m {
    width: 41.65%;
  }

  .grid__unit--7-12-m {
    width: 58.31%;
  }

  .grid__unit--11-12-m {
    width: 91.63%;
  }
}
@media (min-width: 60em) {
  .grid__unit--1-1-l {
    width: 100%;
  }

  .grid__unit--1-2-l {
    width: 50%;
  }

  .grid__unit--1-3-l {
    width: 33.33%;
  }

  .grid__unit--2-3-l {
    width: 66.66%;
  }

  .grid__unit--1-4-l {
    width: 25%;
  }

  .grid__unit--3-4-l {
    width: 75%;
  }

  .grid__unit--1-5-l {
    width: 20%;
  }

  .grid__unit--2-5-l {
    width: 40%;
  }

  .grid__unit--3-5-l {
    width: 60%;
  }

  .grid__unit--4-5-l {
    width: 80%;
  }

  .grid__unit--1-6-l {
    width: 16.66%;
  }

  .grid__unit--5-6-l {
    width: 83.3%;
  }

  .grid__unit--1-8-l {
    width: 12.5%;
  }

  .grid__unit--3-8-l {
    width: 37.5%;
  }

  .grid__unit--5-8-l {
    width: 62.5%;
  }

  .grid__unit--7-8-l {
    width: 87.5%;
  }

  .grid__unit--1-9-l {
    width: 11.11%;
  }

  .grid__unit--2-9-l {
    width: 22.22%;
  }

  .grid__unit--4-9-l {
    width: 44.44%;
  }

  .grid__unit--5-9-l {
    width: 55.55%;
  }

  .grid__unit--7-9-l {
    width: 77.77%;
  }

  .grid__unit--8-9-l {
    width: 88.88%;
  }

  .grid__unit--1-12-l {
    width: 8.33%;
  }

  .grid__unit--5-12-l {
    width: 41.65%;
  }

  .grid__unit--7-12-l {
    width: 58.31%;
  }

  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


@media (min-width: 80em) {
  .grid__unit--1-1-w {
    width: 100%;
  }

  .grid__unit--1-2-w {
    width: 50%;
  }

  .grid__unit--1-3-w {
    width: 33.33%;
  }

  .grid__unit--2-3-w {
    width: 66.66%;
  }

  .grid__unit--1-4-w {
    width: 25%;
  }

  .grid__unit--3-4-w {
    width: 75%;
  }

  .grid__unit--1-5-w {
    width: 20%;
  }

  .grid__unit--2-5-w {
    width: 40%;
  }

  .grid__unit--3-5-w {
    width: 60%;
  }

  .grid__unit--4-5-w {
    width: 80%;
  }

  .grid__unit--1-6-w {
    width: 16.66%;
  }

  .grid__unit--5-6-w{
    width: 83.3%;
  }

  .grid__unit--1-8-w{
    width: 12.5%;
  }

  .grid__unit--3-8-w {
    width: 37.5%;
  }

  .grid__unit--5-8-w {
    width: 62.5%;
  }

  .grid__unit--7-8-w {
    width: 87.5%;
  }

  .grid__unit--1-9-w {
    width: 11.11%;
  }

  .grid__unit--2-9-w {
    width: 22.22%;
  }

  .grid__unit--4-9-w {
    width: 44.44%;
  }

  .grid__unit--5-9-w {
    width: 55.55%;
  }

  .grid__unit--7-9-w {
    width: 77.77%;
  }

  .grid__unit--8-9-w {
    width: 88.88%;
  }

  .grid__unit--1-12-w {
    width: 8.33%;
  }

  .grid__unit--5-12-w {
    width: 41.65%;
  }

  .grid__unit--7-12-w {
    width: 58.31%;
  }

  .grid__unit--11-12-w {
    width: 91.63%;
  }
}

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d2d6d8;
  border-radius: .25rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.06);
  overflow: hidden;
}
.card__body {
  padding: 1rem;
  flex-grow: 1;
}
.card__image {
  width: 100%;
}
.card__footer,.card__header,.card__section {
  padding: 1rem;
  border: solid #d2d6d8;
}
.card__footer--secondary,.card__header--secondary,.card__section--secondary {
  background: #fbfcfd;
}
.card__footer--tertiary,.card__header--tertiary,.card__section--tertiary {
  background: #eef1f2;
}
.card__footer--borderless,.card__header--borderless,.card__section--borderless {
  border: none;
}
.card__header {
  border-width: 0 0 1px;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__footer {
  border-width: 1px 0 0;
  justify-self: flex-end;
  flex-grow: 0;
}
.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
  padding-top: 0;
}
.card__section {
  border-width: 1px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card__section + .card__section {
  margin-top: -1rem;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -1rem;
  margin-right: -1rem;
}
.card__body > .card__section:first-child {
  margin-top: -1rem;
}
.card__body > .card__section:last-child {
  margin-bottom: -1rem;
}
.card--primary,.card--primary .card__footer,.card--primary .card__header,.card--primary .card__section {
  border-color: #5c0f8b;
}
.card--primary .h1,.card--primary .h2,.card--primary .h3,.card--primary .h4,.card--primary .h5,.card--primary .h6,.card--primary a,.card--primary h1,.card--primary h2,.card--primary h3,.card--primary h4,.card--primary h5,.card--primary h6 {
  color: #5c0f8b;
}
.card--primary .button, .card__footer .button-group  .button {
  color: #fff !important;
}
.card--primary .card__footer--secondary,.card--primary .card__header--secondary,.card--primary .card__section--secondary {
  color: #360357;
  background: #fbf5fe;
}
.card--primary .card__footer--tertiary,.card--primary .card__header--tertiary,.card--primary .card__section--tertiary {
  color: #360357;
  background: #e2c0f7;
}
.card--accent,.card--accent .card__footer,.card--accent .card__header,.card--accent .card__section {
  border-color: #006e96;
}
.card--accent .h1,.card--accent .h2,.card--accent .h3,.card--accent .h4,.card--accent .h5,.card--accent .h6,.card--accent a,.card--accent h1,.card--accent h2,.card--accent h3,.card--accent h4,.card--accent h5,.card--accent h6 {
  color: #006e96;
}
.card--accent .card__footer--secondary,.card--accent .card__header--secondary,.card--accent .card__section--secondary {
  color: #004057;
  background: #f4fcff;
}
.card--accent .card__footer--tertiary,.card--accent .card__header--tertiary,.card--accent .card__section--tertiary {
  color: #004057;
  background: #b8ebfe;
}
.card--action,.card--action .card__footer,.card--action .card__header,.card--action .card__section {
  border-color: #98096c;
}
.card--action .h1,.card--action .h2,.card--action .h3,.card--action .h4,.card--action .h5,.card--action .h6,.card--action a,.card--action h1,.card--action h2,.card--action h3,.card--action h4,.card--action h5,.card--action h6 {
  color: #98096c;
}
.card--action .card__footer--secondary,.card--action .card__header--secondary,.card--action .card__section--secondary {
  color: #5c0241;
  background: #fef5fc;
}
.card--action .card__footer--tertiary,.card--action .card__header--tertiary,.card--action .card__section--tertiary {
  color: #5c0241;
  background: #fabee8;
}
.card--fill-accent .card__footer,.card--fill-accent .card__header,.card--fill-accent .card__section,.card--fill-action .card__footer,.card--fill-action .card__header,.card--fill-action .card__section,.card--fill-primary .card__footer,.card--fill-primary .card__header,.card--fill-primary .card__section,.card--inverse .card__footer,.card--inverse .card__header,.card--inverse .card__section {
  border-color: #fff;
}
.card--fill-accent,.card--fill-action,.card--fill-primary,.card--inverse {
  border: none;
  color: #fff;
  box-shadow: none;
}
.card--fill-accent .h1,.card--fill-accent .h2,.card--fill-accent .h3,.card--fill-accent .h4,.card--fill-accent .h5,.card--fill-accent .h6,.card--fill-accent h1,.card--fill-accent h2,.card--fill-accent h3,.card--fill-accent h4,.card--fill-accent h5,.card--fill-accent h6,.card--fill-action .h1,.card--fill-action .h2,.card--fill-action .h3,.card--fill-action .h4,.card--fill-action .h5,.card--fill-action .h6,.card--fill-action h1,.card--fill-action h2,.card--fill-action h3,.card--fill-action h4,.card--fill-action h5,.card--fill-action h6,.card--fill-primary .h1,.card--fill-primary .h2,.card--fill-primary .h3,.card--fill-primary .h4,.card--fill-primary .h5,.card--fill-primary .h6,.card--fill-primary h1,.card--fill-primary h2,.card--fill-primary h3,.card--fill-primary h4,.card--fill-primary h5,.card--fill-primary h6,.card--inverse .h1,.card--inverse .h2,.card--inverse .h3,.card--inverse .h4,.card--inverse .h5,.card--inverse .h6,.card--inverse h1,.card--inverse h2,.card--inverse h3,.card--inverse h4,.card--inverse h5,.card--inverse h6 {
  color: #fff;
}
.card--fill-accent a:not(.button):not(.more),.card--fill-action a:not(.button):not(.more),.card--fill-primary a:not(.button):not(.more),.card--inverse a:not(.button):not(.more) {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.card--fill-primary {
  background: #5c0f8b;
}
.card--fill-primary .card__footer--secondary,.card--fill-primary .card__header--secondary,.card--fill-primary .card__section--secondary {
  background: #490573;
}
.card--fill-primary .card__footer--tertiary,.card--fill-primary .card__header--tertiary,.card--fill-primary .card__section--tertiary {
  background: #360357;
}
.card--fill-accent {
  background: #006e96;
}
.card--fill-accent .card__footer--secondary,.card--fill-accent .card__header--secondary,.card--fill-accent .card__section--secondary {
  background: #005675;
}
.card--fill-accent .card__footer--tertiary,.card--fill-accent .card__header--tertiary,.card--fill-accent .card__section--tertiary {
  background: #004057;
}
.card--fill-action {
  background: #98096c;
}
.card--fill-action .card__footer--secondary,.card--fill-action .card__header--secondary,.card--fill-action .card__section--secondary {
  background: #7b0357;
}
.card--fill-action .card__footer--tertiary,.card--fill-action .card__header--tertiary,.card--fill-action .card__section--tertiary {
  background: #5c0241;
}
.card--inverse {
  background: #02101a;
}
.card--inverse .card__footer--secondary,.card--inverse .card__header--secondary,.card--inverse .card__section--secondary {
  background: #20282e;
}
.card--inverse .card__footer--tertiary,.card--inverse .card__header--tertiary,.card--inverse .card__section--tertiary {
  background: #4b5459;
}

.card-grid {
  display: grid;
/*   grid-template-columns: Repeat(auto-fit, minmax(12rem, 1fr)); */
  gap: 2rem;
}
.card-grid:not(:last-child) {
  margin-bottom: 2rem;
}
.card-grid--compact {
  gap: 1rem;
}

/*! ---------- =hero ---------- */
.hero {
  position: relative;
  margin-bottom: 2rem;
  margin-top: -1.2em;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child {
  margin-top: -1rem;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.4)); 
  z-index: 2;
}
.hero::after {
  content: '';
  background-image: url(/images/default-source/page-layout-images/herocurve.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 85px;
  width: 100%;
  display: block;
  bottom: -36px;
  position: relative;
  z-index: 1;
}

@media (max-width: 59.99em) {
  .hero::before {
    background: rgba(0,0,0,.3); 
  }
  .hero::after {
    background-size: contain;
    bottom: -75px;
  }
  .hero {
    margin-top: -3.5em;
  }
}

.hero__media {
  z-index: 1;
  background-color: #000;
}
.hero__image,.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__image {
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 59.99em) {
  .hero__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
}

@media (min-width: 60em) {
  .hero__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}



.hero__image--parallax img {
  height: calc(100% + 40vh);
  top: -20vh;
  bottom: -20vh;
}
.hero__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.hero__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s ease-in 2.9s;
}
.hero__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.hero__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.hero__video-container.is-loaded .hero__video-player {
  opacity: 1;
}
.hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__content {
  padding: 3rem 1rem;
  position: relative;
  z-index: 3;
}
.hero__description,.hero__subtitle,.hero__title {
  color: #fff;
}
.hero__actions {
  margin-top: 1rem;
}
@media (max-width: 19.99875em) {
  .hero__actions .button {
    display: block;
  }
  .hero__actions .button + .button {
    margin-top: .5rem;
  }
}
@media (min-width: 30em) {
  .hero__actions .button + .button {
    margin-left: .5rem;
  }
}
@media (max-width: 31.99875em) {

  .hero__title {
    font-size: 7vw;
  }
  .hero__subtitle,.hero__title {
    text-align: center;
    line-height: 1.2;
  }
  .hero__subtitle {
    font-size: 6vw;
  }
}
@media (min-width: 48em) {
  .hero__content {
    padding: 7rem 2rem;
  }
  .content > .page-bounds > .hero:first-child {
    margin-top: -3rem;
  }
}
@media (min-width: 60em) {
  .hero__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/*! 'professional' hero style */
/*.hero::before {
   background: rgba(2,16,26,.6); 
} */
.hero__title {
  color: #fbfcfd;
}
/* .hero__title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  margin: 1rem auto 0;
  background: rgba(251,252,253,.4);
} */

@media (max-width: 59.99em) {
.hero__description, .hero__subtitle, .hero__actions,  .hero__title {
  text-align: center;
}

}


@media (min-width: 48em) {
  .hero__content {
   text-align: left;
   width: 90%;
   position: relative;
   left: 5%;
  }
  .hero__title {
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .hero__subtitle {
    font-size: 1.5833333333rem;
    line-height: 2rem;
  }
  .hero__actions {
    margin-top: 1.5rem;
  }
  .hero__description {
      text-align: left;
  }
}

@media (min-width: 60em) {

h1.hero__title {
  font-size: 48px;
  margin-top: 24px;
}

 .hero__content {
   top: -50px;
   width: 450px;
   position: relative;
   left: 58%;
 }

.hero__actions {
    text-align: right;
    margin-right: 36px;
}
}

@media (min-width: 75em) {

h1.hero__title {
  margin-top: 36px;
}

 .hero__content {
  left: 67%;
  }
   .hero__content {
   top: -75px;
   width: 450px;
   position: relative;
 }
}
.hero__description,.hero__subtitle {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

.horizontal-scroll {
  position: relative;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 2rem;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding-right: 1rem;
  white-space: normal;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll__control {
  width: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  font-size: 1.5833333333rem;
  color: #5c0f8b;
}
.horizontal-scroll__control--left {
  left: -4rem;
}
.horizontal-scroll__control--right {
  right: -4rem;
}
.horizontal-scroll__control:focus,.horizontal-scroll__control:hover {
  color: #98096c;
}
.horizontal-scroll--is-at-end .horizontal-scroll__control--right,.horizontal-scroll--is-at-start .horizontal-scroll__control--left {
  color: #d2d6d8 !important;
  cursor: default;
}
@media (max-width: 68.6654166667em) {
  .horizontal-scroll__control {
    width: 2rem;
  }
  .horizontal-scroll__control--left {
    left: -2rem;
  }
  .horizontal-scroll__control--right {
    right: -2rem;
  }
}
@media (max-width: 31.99875em) {
  .horizontal-scroll__item {
    width: 45vw;
  }
  .horizontal-scroll__control {
    display: none;
  }
}
@media (max-width: 19.99875em) {
  .horizontal-scroll__item {
    width: 80vw;
  }
}

/*! ---------- =interstitials ---------- */
.interstitial {
  position: relative;
  padding: 0 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.interstitial:first-child {
  margin-top: 0;
}
.interstitial:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .interstitial:first-child {
  margin-top: -1rem;
}
.interstitial::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* background: linear-gradient(90deg, rgba(0,0,0,.5), transparent); */
  z-index: 2;
}
.interstitial__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.interstitial__media {
  z-index: 1;
  background-color: #000;
}
.interstitial__image,.interstitial__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.interstitial__image {
  overflow: hidden;
}
.interstitial__image {
  background:  url(/images/default-source/page-layout-images/GradientBKGD.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.interstitial__image--parallax img {
  height: calc(100% + 40vh);
  top: -20vh;
  bottom: -20vh;
}
.interstitial__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.interstitial__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s ease-in 2.9s;
}
.interstitial__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.interstitial__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.interstitial__video-container.is-loaded .interstitial__video-player {
  opacity: 1;
}
.interstitial__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.interstitial__content {
  padding: 3rem 0;
  position: relative;
  z-index: 3;
}

@media (min-width: 80em) {
  .interstitial__content.spiral {
    background: url(/images/default-source/page-layout-images/spiral-left.png) no-repeat;
  }
  }

@media (max-width: 79.99em) {
  .interstitial__content.spiral {
    background: none;
  }
}

.interstitial__actions {
  margin-top: 1rem;
}


.top-curve {
  position: relative;
  z-index: 11;
}

.gradient-curve {
/*  position: relative;
 margin-top: -90px;  */
   z-index: 4;
  background:  url(/images/default-source/page-layout-images/Top-Curve-New.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: -350px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.gradient-curve.roles {
  margin-top: 0;
}

.bottom-curve {
  position: relative;
 z-index: 11;
  /*  margin-top: -72px; */
}

@media (max-width: 28.99em) {
.gradient-curve {
  top: -455px;
}
}


@media (min-width: 29em) {
.gradient-curve {
  top: -470px;
}
}


@media (min-width: 32em) {
.gradient-curve {
  top: -504px;
}
}


@media (min-width: 34.3em) {
.gradient-curve {
  top: -494px;
}
}


@media  (min-width: 48em)  and (max-width: 54.99em) {
.gradient-curve {
  top: -521px;
}

}

@media  (min-width:58em) {
.gradient-curve {
  top: -519px;
}

}



@media  (min-width: 60em)  {
.gradient-curve {
    top: -476px;
}
}


@media  (min-width: 63em)  {
.gradient-curve {
    top: -495px;
}
}
@media  (min-width: 70em)  {
.gradient-curve {
    top: -458px;
}
}


@media  (min-width: 72em)  {
.gradient-curve {
    top: -470px;
}
}


@media  (min-width: 74em)  {
.gradient-curve {
    top: -424px;
}
}


@media  (min-width: 75em)  {
.gradient-curve {
    top: -419px;
}
}


@media  (min-width: 80em)  {
.gradient-curve {
    top: -366px;
}
}


@media  (min-width: 85em)  {
.gradient-curve {
    top: -371px;
}
}

@media  (min-width: 120em)  {
.gradient-curve {
    top: -361px;
}
}


@media (max-width: 19.99875em) {
  .interstitial__actions .button {
    display: block;
  }
  .interstitial__actions .button + .button {
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .interstitial__actions .button + .button {
    margin-left: .5em;
  }
}
@media (max-width: 31.99875em) {
  .interstitial__title {
    font-size: 7vw;
    line-height: 1.2;
  }
}
@media (min-width: 48em) {
  .interstitial {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content > .page-bounds > .interstitial:first-child {
    margin-top: -2rem;
  }
}

@media (max-width: 76.99em) {
  .interstitial__actions .button {
     width: 98%;
     margin-bottom: 24px;
  }
  .interstitial__actions .button + .button {  
       margin-left: 0;
  }
}

/* .interstitial__content.spiral .grid__unit {
  padding: 0 2rem 0 0;
} */

/*! 'professional' interstitial style */
.interstitial::before {
  /* background: rgba(2,16,26,.6); */
}
.interstitial__media {
  /* background: #02101a; */
}
.interstitial__title {
  color: #fff;
}

.interstitial__description h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
}

/* .interstitial__title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  margin: 1rem 0 0;
  background: hsla(0,0%,100%,.4);
} */
.interstitial__description {
  color: #fff;
}

@media (min-width: 48em) {
  .interstitial__content {
    padding-top: 8rem;
    padding-bottom: 5rem;
    position: relative;
    top: 50%;
  }
  .interstitial__title {
    margin-bottom: 1rem;
  }
  .interstitial__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 60em) {
  .interstitial::before {
    /* background: linear-gradient(90deg, rgba(2,16,26,.75) 30%, rgba(2,16,26,0)); */
  }
  .interstitial__content {
    width: 100%;
  }
  .interstitial--right::before {
    /* background: linear-gradient(270deg, rgba(2,16,26,.75) 30%, rgba(2,16,26,0)); */
  }
  .interstitial--right .interstitial__content {
    width: 40%;
    float: right;
  }
}

/*! ---------- =lists ---------- */
.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 2rem;
}
.item-list + .button {
  margin-top: -1rem;
}
.item-list__item + .item-list__item {
  margin-top: 1rem;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 1rem;
}
.item-list__content {
  overflow: hidden;
}

.item-list__item {
  margin-bottom: 2em;
}
.item-list__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 12px;
  color: #007297;  
  }
.item-list__title:focus,.item-list__title:hover {
  color: #98096c;
}
.item-list__date {
  font-family: "Nunito Sans",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #6F667B;
  font-weight: 500;
}

 a .item-list__date, a .item-list__description {
  font-size: 18px;
  color: #6F667B;
  font-weight: 500;
}
.item-list__date,.item-list__description {
  margin: .25rem 0 0;
}
.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto .5rem;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}
@media (max-width: 19.99875em) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto .5rem;
  }
}

.stacked-list {
  list-style: none;
}
.stacked-list:not(:last-child) {
  margin-bottom: 2rem;
}
.stacked-list--constrain {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}
.stacked-list__item {
  margin: 0;
}
.stacked-list__item + .stacked-list__item {
  margin-top: 2rem;
}
.stacked-list__link {
  display: block;
  position: relative;
  color: #443e4b;
}
.stacked-list__link:focus,.stacked-list__link:hover {
  color: #443e4b;
}
.stacked-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stacked-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform .15s ease-out;
}
.stacked-list__link:focus .stacked-list__media img,.stacked-list__link:hover .stacked-list__media img {
  transform: scale(1.05);
}
.stacked-list__content {
  position: relative;
  z-index: 3;
}
.stacked-list__title {
  font-size: 1.0833333333rem;
  line-height: 1.5rem;
}
.stacked-list__link:focus .stacked-list__title,.stacked-list__link:hover .stacked-list__title {
  color: #5c0f8b;
}
.stacked-list__title + .stacked-list__tags {
  margin-top: -.7rem;
  margin-bottom: .5rem;
}
.stacked-list__date {
  display: block;
  font-size: .6666666667rem;
  color: #6f667b;
}
.stacked-list__title + .stacked-list__date {
  margin-top: -1rem;
}
.stacked-list__date + .stacked-list__description {
  margin-top: .5rem;
}

.tiled-list {
  list-style: none;
}

.tiled-list__organization .tiled-list__item {
    list-style: none;
  }

.tiled-list:not(:last-child) {
  margin-bottom: 2rem;
}
.tiled-list__item {
  display: flex;
  margin: 0;
  border: #eceaef solid 1px;
  border-radius: 7px; 
}
.tiled-list__item-service {
    flex-direction: column;
    padding: 1%;
    max-width: 30%;
}

.tiled-list__item-services {
    flex-direction: row;
    padding: 1%;
    max-width: 30%;
    align-items: flex-end;
  }
@media (max-width: 59.99em) {
    .tiled-list__item-services {
        width: 100%;
    }
    .tiled-list__item-service {
        width: 100%;
    }
}

.flex-end {
    width: 100%;
    flex-direction: column;
}

.tiled-list__exposition {
  position: relative;
  overflow: hidden;
}
.tiled-list__actions {
  margin-top: 1rem;
}
.tiled-list__link {
  flex: 0 0 100%;
  display: block;
  position: relative;
}
.tiled-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tiled-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform .15s ease-out;
    -webkit-border-top-left-radius: 12px;
 -webkit-border-top-right-radius: 12px;
 -moz-border-radius-topleft: 12px;
 -moz-border-radius-topright: 12px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.tiled-list__link:focus .tiled-list__media img,.tiled-list__link:hover .tiled-list__media img {
  transform: scale(1.05);
}
.tiled-list__content {
  position: relative;
  z-index: 3;
  padding: 12px 36px;
}
.tiled-list__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  color: #007297;
}
.tiled-list__date {
  display: block;
  font-size: .6666666667rem;
}
.tiled-list__date + .tiled-list__description {
  margin-top: .5rem;
}
@media (max-width: 31.99875em) {
  .tiled-list__exposition + .tiled-list__item,.tiled-list__item + .tiled-list__item {
    margin-top: 1rem;
  }
}
@media (max-width: 47.99em) {
.tiled-list__item {
  max-width: 100%;
  margin-bottom: 48px;
}
}

@media (min-width: 48em) {
  .tiled-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
  }
  .tiled-list-left {
    justify-content: flex-start !important;
  }
  .tiled-list__exposition,.tiled-list__item {
    flex: 1 0 30%;
    /* max-width: 30%; */
  }
  .tiled-list__item--featured {
    flex: 11 0 45%;
  }
}

@media (min-width: 48em) and (max-width: 39.99875em) {
  .tiled-list__item:not(.tiled-list__item--featured) .tiled-list__description {
    display: none;
  }
}

@media (min-width: 48em) {
  .scroll-list__item {
    width: calc(50vw - 2.5rem);
    max-width: 100%;
  }
 .tiled-list__item.event-speakers {
    max-width: 48%;
    flex: 1 0 48%;
}

}
@media (min-width: 60em) {
  .scroll-list__item {
    width: calc(33.33333vw - 2.00033rem);
    max-width: 100%;
  }
  .tiled-list {
    gap: 1.5rem;
}
}
@media (min-width: 106em) {
  .scroll-list__item {
    width: 21.55522rem;
    max-width: 100%;
  }
}

/*! 'minimalist' homepage list styles */
.stacked-list__link {
  display: flex;
  gap: 1rem;
}
.stacked-list__media {
  flex: 0 0 40%;
}
@media (max-width: 31.99875em) {
  .stacked-list__link {
    flex-direction: column;
    align-items: stretch;
  }
  .stacked-list__media {
    height: 8rem;
    flex-basis: 8rem;
  }
}

.tiled-list {
  row-gap: 2rem;
}
.tiled-list__media {
  height: 8rem;
  margin-bottom: .75rem;
}
.tiled-list__link:focus .tiled-list__title,.tiled-list__link:hover .tiled-list__title {
  color: #5c0f8b;
}
.tiled-list__title + .tiled-list__tags {
  margin-top: -.75rem;
  margin-bottom: .75rem;
}
.tiled-list__date {
  font-size: 16px;
  color: #6F667B;
  font-weight: 500;
}
.tiled-list__title + .tiled-list__date {
  margin-top: -0.7rem; 
}
.tiled-list__description {
  color: #443e4b;
  font-weight: 400;
}
  a .tiled-list__description {
  color: #443e4b;
  font-weight: 400;
}

.tiled-list__title + .tiled-list__description {
  margin-top: -.5rem;
}

.pagination {
  list-style: none;
  margin: 0 0 1rem;
}
.pagination .overview {
  display: block;
  font-size: .6666666667rem;
}
.pagination li {
  display: inline-block;
  margin-bottom: .2em;
}
.pagination li a {
  display: block;
  width: 1.5rem;
  padding: .25rem 0;
  text-align: center;
  color: #443e4b;
  background: #fbfcfd;
  font-size: .6666666667rem;
}
.pagination li a:focus,.pagination li a:hover {
  color: #fff;
  background: #006e96;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #5c0f8b;
}
@media (min-width: 60em) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
  
.tiled-list__item.event-speakers {
  max-width: 30%;
  flex: 1 0 30%;
}
}

/*! ---------- =quicklinks ---------- */
.quicklinks {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 2rem;
}
.quicklinks__item,.quicklinks__link {
  display: flex;
  min-width: 0;
}
.quicklinks__link {
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  padding: 1rem;
  word-wrap: break-word;
  position: relative;
}
.quicklinks__media {
  z-index: 1;
  overflow: hidden;
}
.quicklinks__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: opacity .15s ease-out,transform .15s ease-out;
}
.quicklinks__link:focus .quicklinks__media img,.quicklinks__link:hover .quicklinks__media img {
  transform: scale(1.05);
}
.quicklinks__content,.quicklinks__disclose,.quicklinks__icon {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.quicklinks__icon {
  font-size: 2.0833333333rem;
}
.quicklinks__icon + .quicklinks__content .quicklinks__description:first-child,.quicklinks__icon + .quicklinks__content .quicklinks__title {
  margin-top: .75rem;
}
.quicklinks__title {
  display: block;
}
.quicklinks__description {
  margin-top: .5rem;
}
.quicklinks__disclose {
  margin-top: 1rem;
  font-size: 1.0833333333rem;
}
@media (max-width: 31.99875em), (min-width: 60em) {
  .quicklinks__item--horizontal .quicklinks__link {
    flex-direction: row;
  }
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content {
    margin-left: .75rem;
  }
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__description:first-child,.quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__title {
    margin-top: 0;
  }
  .quicklinks__item--horizontal .quicklinks__disclose {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (max-width: 31.99875em) {
  .quicklinks {
    flex-direction: column;
  }
  .quicklinks__item + .quicklinks__item {
    margin-top: 1rem;
  }
}
@media (min-width: 48em) {
  .quicklinks__item {
    flex: 1 0 10%;
  }
  .quicklinks__item + .quicklinks__item {
    margin-left: 1rem;
  }
}

/*! 'professional' quicklinks style */
.quicklinks__link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  background: #490573;
}
.quicklinks__link:focus,.quicklinks__link:hover {
  color: #fff;
  background: #8d26cd;
}
.quicklinks__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quicklinks__media img {
  opacity: .4;
}
.quicklinks__link:focus .quicklinks__media img,.quicklinks__link:hover .quicklinks__media img {
  opacity: .7;
}
.quicklinks__icon {
  color: #fff;
  transition: color .15s ease-out;
}
.quicklinks__link:focus .quicklinks__icon,.quicklinks__link:hover .quicklinks__icon {
  color: #fff;
}
.quicklinks__title {
  font-size: .9166666667rem;
  color: #fff;
  transition: color .15s ease-out;
}
.quicklinks__link:focus .quicklinks__title,.quicklinks__link:hover .quicklinks__title {
  color: #fff;
}
.quicklinks__description::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  margin: .75rem 0;
  transition: background-color .15s ease-out;
}
.quicklinks__description::before,.quicklinks__link:focus .quicklinks__description::before,.quicklinks__link:hover .quicklinks__description::before {
  background: hsla(0,0%,100%,.4);
}

/*! ---------- =tabs ---------- */
.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #f1f1f1;
  color: #495b65;
  background: #f1f1f1;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #3e8bcd;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f1f1f1;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #3e8bcd;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #1c60a0;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}
@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px), (min-width: 960px) and (max-width: 1175px) {
  .tabs--standard,.tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,.tabs--standard .tabs__pane,.tabs--vertical .tabs__tab,.tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,.tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f1f1f1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,.tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,.tabs--vertical .tabs__tab.is-active {
    border-color: #d4d4d4 #d4d4d4 #f1f1f1;
  }
  .tabs--standard .tabs__tab:nth-child(2),.tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),.tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),.tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),.tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),.tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),.tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),.tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),.tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),.tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,.tabs--vertical .tabs__pane {
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #d4d4d4;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 20;
    order: 20;
  }
}
@media (min-width: 768px) and (max-width: 959px), (min-width: 1176px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #f1f1f1;
    border-right-color: #d4d4d4;
    box-shadow: inset 6px 0 0 #d4d4d4;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d4d4d4 #fff #d4d4d4 #d4d4d4;
    box-shadow: inset 6px 0 0 #3e8bcd;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #d4d4d4;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}
.accordion:not(:last-child) {
  margin-bottom: 0.5rem;
}
.accordion__label {
  display: block;
  padding: .5rem;
  background: #fff;
  border: 1px solid #d2d6d8;
  color: #443e4b;
  font-weight: 700;
  font-size: .6666666667rem;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: .4em;
  transition: transform .15s ease-out;
}
.accordion__label:focus,.accordion__label:hover {
  color: #006e96;
}
.accordion__label.is-active {
  color: #5c0f8b;
  border-color: #5c0f8b #5c0f8b #d2d6d8;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed hsla(0,0%,50%,.3);
  outline-offset: -.25rem;
}
.accordion__label ~ .accordion__label {
  margin-top: .25rem;
}
.accordion__content {
  border: 1px solid #5c0f8b;
  border-top: none;
  padding: 1rem .5rem;
  transition: all .2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

/*! ---------- =body ---------- */
html {
  scroll-behavior: smooth;
   overflow-x: hidden; 
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.content {
  padding: 4rem 1rem 1rem;
}

.page-bounds {
  max-width: 66.6666666667rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48em) {
  .content {
    padding: 4rem 2rem 2rem 2rem;
  }
}
/*! ---------- =header common ---------- */
.page-header {
  padding: 0 1rem;
 border-bottom: 1px solid #d2d6d8; 
  background: #fff;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

body.is-scrolled .page-header{
  border-bottom: 1px solid #d2d6d8;
}

.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}
@media (max-width: 59.99em) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -1rem;
    top: 0;
    padding: 1rem;
    color: #001f33;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #1ca429;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: .25rem;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    clear: both;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 60em) {
  .page-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 59.99em) {
  .header-search {
    order: 1;
  }

  .header-nav {
    order: 2;
    margin-top: 24px;
  }

  .header-buttons {
    order: 3;
    margin: 24px auto;
    text-align: center;
  }
  
 .header-utility.translator {
    margin-top: -24px;
  }
  
  .header-utility {
    order: 4;
  }

  
  body {
    transition: transform .2s ease-out;
  }
  body.mobile-menu-is-open {
    right: 0;
    transform: translateX(calc(100% - 3rem));
    overflow-x: visible;
  }

  .page-header__content,body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: visible;
  }

  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 3rem);
    margin: 0;
    background: #fff;
    transition: all .2s ease-out;
    overflow-y: auto;
  }
}
/*! push-right / offscreen mobile menu */
@media (max-width: 59.99em) {
  @supports (transform: translateX(calc(100% - 3rem))) {
    .page-header__content {
      display: flex;
      left: auto;
      right: 100%;
    }
  }
  .page-header__content.mobile-menu-is-open {
    display: block;
    display: flex;
  }
  .page-header .header-search__input {
    padding-top: calc(1rem - 1px) !important;
    padding-bottom: calc(1rem - 1px) !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: transparent;
    color: #0e6ba8;
  }
  .page-header__toggle {
    transition: all .2s ease-out;
  }
  .page-header__toggle.mobile-menu-is-open {
    width: 100%;
    position: fixed;
    right: 0;
    top: -90%;
    left: 0;
    bottom: 0;
    font-size: .01px;
    color: transparent;
    background: rgba(2,16,26,.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: block;
    color: #fff;
  }
  
  .header-utility__item .button {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

/*! ---------- =header components ---------- */
.header-logo a,.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
@media (max-width:  59.99em) {
  .header-logo a {
    padding: .5rem 0;
  }
  .header-logo img {
   max-height: 2rem; 
   width: auto;
  }
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 1rem;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity .2s ease-out .4s,margin .2s ease-out .4s,transform .25s ease-out;
}
.toggle-indicator__piece::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #02101a;
  transition: background .2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #5c0f8b;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity .2s ease-out,margin .2s ease-out,transform .25s ease-out .3s;
}
.is-active .toggle-indicator__piece::before,.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #006e96;
}
.is-active .toggle-indicator__piece--2,.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #fff;
  }

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: .5rem .25rem;
  color: #6F667B;
  font-size: 16px;
  font-weight: 400;
}

.header-utility__item a.button {
  color: #fff;
  font-size: 14px;
  padding: .125rem .5rem;
  font-weight: 700;
}

.header-utility__item a.button.button--highlight.button--secondary {
  color: #006e96;
  padding: .1em .5rem;
}

.header-utility__item a.button:hover, .header-utility__item a:hover.button.button--highlight.button--secondary  {
  color: #fff;
}

.header-utility__item--highlight > a {
  padding-left: .5rem;
  padding-right: .5rem;
  background: #5c0f8b;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:focus,.header-utility__item--highlight > a:hover {
  background: #b564e8;
  color: #fff;
}
@media (max-width: 59.99em) {
  .header-utility {
    padding: .75rem 1rem;
    text-align: center;
    font-size: .6666666667rem;
  }
}
@media (min-width: 48em) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__item a {
    color: #6f667b;
  }
  .header-utility__item a:focus,.header-utility__item a:hover {
    color: #5c0f8b;
  }
}

/*! account for utility nav dropdowns */
.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 59.99em) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: .25rem .25rem .25rem 1rem;
  }
}
@media (min-width: 60em) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: .5rem 0;
    position: absolute;
    left: 50%;
    top: 90%;
    border: 1px solid #fbfcfd;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-.5rem);
    z-index: -1;
    transition: all .15s ease-out;
  }
  .header-utility__item > ul::after,.header-utility__item > ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #fbfcfd;
    border-style: solid;
    border-width: 0 .5rem .5rem;
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: .25rem .5rem;
    color: #443e4b;
  }
  .header-utility__item:focus > ul,.header-utility__item:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    z-index: 101;
  }
}

.header-user__welcome {
  font-family: "Nunito Sans",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-style: italic;
  font-size: .6666666667rem;
  opacity: .75;
  display: none !important;
}
.header-user__action {
  display: inline-block;
  padding: .25rem;
  color: #6f667b;
}
.header-user__action:focus,.header-user__action:hover {
  color: #5c0f8b;
}
@media (min-width: 60em) {
  .header-user,.header-user__actions,.header-user__welcome {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: .75rem;
    margin-right: .5rem;
  }
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: .5rem;
  margin: 0;
  opacity: .3;
  font-size: .75rem;
}
.header-search__label:focus,.header-search__label:hover {
  opacity: .8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: .5rem 3rem .5rem 1rem !important;
  margin: 0 !important;
  border: 1px solid rgba(0,0,0,.2) !important;
  font-size: .75rem;
  line-height: 1rem;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 2.5rem;
  padding: calc(.5rem + 1px) 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #006e96;
  font-weight: 700;
  color: #006e96;
}
@media (max-width:  59.99em) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}
@media (min-width: 60em) {
  .header-search {
    width: 100%;
    position: absolute;
    right: 0;
  }
  @supports (left: calc(100% - 2.5rem)) {
    .header-search {
      width: auto;
      left: calc(100% - 1.5rem);
      transition: left .15s ease-out;
    }
  }
  .header-search.is-focused {
    width: 100%;
  }
  @supports (left: calc(100% - 2.5rem)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }
  .header-search__label {
    position: absolute;
    top: 50%;
    color: #006e96;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
  }
  .header-search__label:focus,.header-search__label:hover {
    color: #006e96;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 1.75rem !important;
    transform-origin: 100% 50%;
    transform: translateY(-50%);
    opacity: .01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a {
  font-weight: 700;
  color: #1E022F;
}
.header-nav li li a {
  font-size: .6666666667rem;
  color: #443e4b;
}
.header-nav li li li a {
  color: #5d5567;
}
.header-nav li li li li a {
  color: #6d6378;
}
.header-nav__toggle {
  display: none;
}
@media (max-width: 59.99em) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: .5rem 2.5rem .5rem 1rem;
    border-bottom: 1px solid #fbfcfd;
  }
  .header-nav li li a {
    padding-left: 2rem;
    border-bottom-color: rgba(251,252,253,.5);
  }
  .header-nav li li li a {
    padding-left: 3rem;
  }
  .header-nav li li li li a {
    padding-left: 4rem;
  }
  .header-nav > ul > li > a {
    color: #5c0f8b;
  }
  .header-nav > ul > li > ul a {
    color: #443e4b;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s cubic-bezier(0, .5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height .4s cubic-bezier(.7, 0, .1, 1);
  }
  .header-nav__toggle {
    width: 2.5rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #d2d6d8 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(.6);
    transition: transform .2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #98096c;
    transform: scaleX(.6) rotateX(180deg);
  }
  .fa.fa-search {
    color: #006E96;
  }
  .media-body, .header-user {
      margin-top: 12px; 
    }
}
@media (min-width: 60em) {
  .header-nav > ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
     z-index: 11;
  }
  
  .header-nav.logged-in-nav > ul {
      position: relative;
       z-index: 11;
    }
  .header-nav > ul > li {
    display: inline-block;
    flex: 1 0 auto;
    position: static;
  }
/*  .header-nav.logged-in-nav > ul > li a {
    background: #2e6c92;
    border-radius: 10px;
    padding-top: 12px;
    margin-left: 12px;
    margin-top: 2em;  
    color: #fff;
    } */
  .header-nav > ul > li > a {
    /* padding: 2rem 20px 18px 2px; 
    position: relative;
    font-size: 15px;
    z-index: 19;*/
    padding: 0 20px 18px 2px; 
  position: relative;
  font-size: 15px;
  z-index: 19;
  margin-top: 3.15em;
  }
  
  body.is-scrolled .header-nav > ul > li > a {
   margin-top: 3.23em;
}
  .header-nav .logged-in-nav > ul > li > a {
     margin-top: 3.2em;
  }
  
    body.is-scrolled  .header-nav .logged-in-nav > ul > li > a {
     margin-top: 3.35em;
  }
  
  .header-nav > ul > li > a:focus,.header-nav > ul > li > a:hover {
    color: #006e96;
  }
  
  .header-nav ul li:hover .header-nav ul ul {
    transition: opacity 1s ease-out .5s,z-index 0s linear .5s,visibility 0s linear .5s;
}

.header-nav ul li:hover .header-nav ul li ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}
  
  .header-nav .is-current > a {
    color: #006f93;
  }
  .header-nav > ul > li > a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    border: solid #360357;
    border-width: 2px 2px 0 0;
    transform: scaleY(.33) rotate(-45deg);
    transition: opacity 1s ease-out,visibility 0s linear .15s,z-index 0s linear .15s;
  }
  
  .header-nav.logged-in-nav > ul > li > a::before {
         bottom: -7px;
    }
  
  body.is-scrolled .header-nav > ul > li > a::before {
    bottom: -12px;
    }
  
  
  .header-nav > ul > li > a::before,.header-nav > ul > li > ul {
    position: absolute;
    background: #fffae8;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .header-nav > ul > li > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    left: 0;
    right: 0;
    top: 164px;
    padding: 1.5rem 2rem;
    border-top: 1px solid #360357;
    text-align: left;
    transition: opacity 1s ease-out,visibility 0s linear .15s,z-index 0s linear .15s;
    box-shadow: 0 1px 0 #d2d6d8;
    height: calc(800px - 179px);
    overflow-y: auto;
  }
   .header-nav.logged-in-nav > ul > li > ul { 
      top: 95%;
      height: calc(800px - 179px);
      overflow-y: auto;
   }
  .header-nav > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 1rem;
    flex: 0 0 30%;
    flex: 0 0 calc(33% - 0.5rem);
  }
  .header-nav > ul > li > ul > li > a {
    font-size: .75rem;
    color: #5c0f8b;
    padding-bottom: .25rem;
  }
  .header-nav > ul > li > ul > li > ul {
    padding-top: .5rem;
    border-top: 1px solid #d2d6d8;
  }
  .header-nav > ul > li > ul > li > ul a {
    color: #443e4b;
  }
  .header-nav > ul > li > ul a:focus,.header-nav > ul > li > ul a:hover {
    color: #006e96;
  }
  .header-nav > ul > li:hover > a {
    color: #98096c;
    
  }
  .header-nav > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 16;
    transition: opacity 2s ease-out .575s,z-index 0s linear .575s,visibility 0s linear .575s;
  }
  .header-nav > ul > li > ul.is-focused,.header-nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 15;
    visibility: visible;
  }
  .header-nav > ul > li:hover > ul, .header-nav > ul > li > ul:focus {
    transition: opacity 2s ease-out .5s, z-index 0s linear .5s,visibility 0s linear .5s;
  }
  .header-nav > ul > li > ul:focus {
    transition: opacity 2s ease-out, z-index 0s linear,visibility 0s linear;
  }

}

@media (min-width: 1024px) and (max-width: 1400px) {
 .header-nav > ul > li > ul {
    height: calc(640px - 179px);
  }
   .header-nav.logged-in-nav > ul > li > ul { 
      height: calc(640px - 179px);
   }
   }

@media (min-width: 75em) {
 .header-nav > ul > li > ul {
     top: 164px;
  }
  
  .header-nav.logged-in-nav > ul > li > ul {
     top: 95%;
  }
  
  body.is-scrolled .header-nav {
  /* margin-top: 3rem; */
}

}
/*! megamenu-style dropdowns */

/*! ---------- =header layout ---------- */
.header-logo {
  float: left;
}

@media (min-width: 60em) {
  .page-header > .page-bounds {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .page-header__content {
    flex-grow: 1;
  }

  .header-logo {
    max-width: 10.5rem;
    margin-right: 1rem;
    margin-top: 12px;
  }
  .header-logo > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6rem;
    padding: .5rem 0;
  }
  .header-logo img {
    max-height: 100%;
  }

  /*! disclosure search */
  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -.25rem 0 #fbfcfd,0 .25rem 0 #fbfcfd;
  }

  .header-nav {
   padding-right: 2rem;
  }
  
  .header-nav {
  /* margin-top: 4rem; */
  margin-top: 1.9rem;
}

.header-nav {
  padding-right: 9rem;
}
   
}


@media (min-width: 60em) and (max-width:  59.99em) {
  .page-header {
    padding-bottom: 3rem;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }

  /*! sticky header */
  .content {
    padding-top: 12rem;
  }

  .page-header {
    transition: transform .2s ease;
  }

  body.is-scrolled .page-header {
    transform: translateY(-7rem);
  }

  /*! disclosure search */
  .header-search {
    top: 100%;
    margin-top: 1.5rem;
  }

}
@media (min-width: 60em) {

 .page-header {
    padding-bottom: 1rem;
   height: 10em;
  }
  
  .header-search,.header-utility {
    position: absolute;
    top: 1.0rem;
  }

  .header-utility {
    right: 0;
    /* right: calc(20em + 1rem); */
  }

  .header-search {
    width: auto;
    right: 0;
  }

  .header-nav {
    /* margin-top: 3rem; */
    margin-top: 1.9rem;
  }
  
  .header-nav.logged-in-nav {
    /* margin-top: 3rem; */
    margin-top: -2.9rem;
  }


  /*! sticky header */
  .content {
    padding-top: 12rem;
  }
  
  .hero {
   margin-top: -4.5em; 
  /*  margin-top: -0.5em; */
  }

  .header-logo > a {
    transition: height .2s ease;
  }

  .header-search,.header-utility {
    transition: top .2s ease,left .15s ease;
  }

  .header-nav {
    transition: margin .2s ease;
  }

  body.is-scrolled .header-logo > a {
    height: 5rem;
  }

  body.is-scrolled .header-search,body.is-scrolled .header-utility {
    top: -3rem;
  }

 body.is-scrolled .header-nav {
  margin-top: 1rem; 
}

 body.is-scrolled .header-nav.logged-in-nav  {
  margin-top: -1rem; 
}
  /*! disclosure search */
  .header-utility {
    right: 0;
  }

  .header-search {
   /* top: auto;
    bottom: 2.5rem;
    */
    top: 132px;
  }
  .header-search.is-focused {
    left: 11.5rem;
    z-index: 20;
  }
  
    .header-buttons {
    display: block;
  }

  body.is-scrolled .header-search {
    top: 4.2em;
  }
  body.is-scrolled .header-search.is-focused {
    left: 20%;
  }
  
  body.is-scrolled .header-buttons {
    display: none;
  }
  
  
}

@media (min-width: 75em) {
  .content {
    /* padding-top: 7.5rem; */
    padding-top: 10rem;
  }
  
  .hero {
   /* margin-top: -3.5em; */
   margin-top: -3em;
  }

  .header-nav.logged-in-nav {
    /* margin-top: 3rem; */
    margin-top: -2.1rem;
  }

}

@media (min-width: 60em) and  (max-width: 74.99em)  {

body.is-scrolled .page-header {
  height: 12em;
}

  .header-nav {
   padding-bottom: 0.8rem; 
  }
   .header-nav.logged-in-nav {
   padding-bottom: 0.2rem;
  }
  
  body.is-scrolled .header-nav {
    margin-top: 4.5em;
   padding-bottom: 0;     
}
 body.is-scrolled .header-nav.logged-in-nav {
    margin-top: -2.5em;
   padding-bottom: 0;     
}

  body.is-scrolled .header-nav > ul > li > a::before {
    bottom: -5px;
    }
    body.is-scrolled .header-search {
    top: 7.5em;
  }
  
      
  body.is-scrolled   .header-nav > ul > li > ul {
    /* top: 96.5%; */
    top: 175px;
  }
  
   body.is-scrolled  .header-nav.logged-in-nav > ul > li > ul {
    /* top: 96.5%; */
    top: 85px;
  }
  
}

  @media (min-width: 90em) {
      
.page-header {
  height: 9em;
}

  
.header-nav > ul > li > a {
    /* padding: 18px 12px 18px 12px; */
  }

body.is-scrolled .header-nav {
  margin-top: 1rem;
}

body.is-scrolled .header-nav.logged-in-nav {
  margin-top: -1.5rem;
}
   .header-nav > ul > li > ul {
    /* top: 100%; */
   /* top: 72%; */
   top: 132px;
    z-index: 999;
  }
  
  .header-nav.logged-in-nav > ul > li > ul {
       top: 95%;
    }

  .header-nav {
   padding-right: 2rem;
  }
  
  .header-nav {
    /* margin-top: 1.8rem; */
    margin-top: 0.7em;
}

  .header-nav.logged-in-nav {
    /* margin-top: 1.8rem; */
    margin-top: -2em;
}

 .header-search,.header-utility {
    position: absolute;
    top: 1.5rem;
  }

.header-utility {
    position: absolute;
    top: 0.7rem;
  }

  .header-utility {
    /* right: 24em; 
    right: 33em; */
    right: 29em;
  }
  .header-search {
     top: 4.2rem;
  }

.page-header {
  padding-left: 1rem;
  padding-right: 1rem;
}

  body.is-scrolled   .header-nav > ul > li > ul {
   top: 87%;
  }
  
  .header-buttons {
   top: 1em;   
    }

}

/*! ---------- =footer common ---------- */
.page-footer {
  padding: 0 1rem;
}
.page-footer .page-bounds {
  position: relative;
  padding-top: 3rem;
}

@media (min-width: 48em) {
  .page-footer {
    padding: 0 2rem;
  }
    
  .page-footer .fa-light {
    margin-right: 48px;
    color: #F9CBEB;
  }
}
/*! ---------- =footer style ---------- */
/*! solid footer style */
.page-footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: url(/images/default-source/page-layout-images/GradientBKGD.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: 50% 50%; 
  color: #fff;
}

.footer-curve {
  position: relative;
  z-index: 4;
  margin-top: -80px;
}

@media (max-width: 47.99em) {
  .footer-curve {
    margin-top: -115px;
  }
  
  .page-footer {
    margin-top: 100px;
  }
}


@media (min-width: 48em) {
  .footer-curve {
    margin-top: -78px;
  }
}

@media (min-width: 60em) {
.footer-curve {
  margin-top: -80px;
}
}

.page-footer a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.page-footer a:focus,.page-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-actions__title,.page-footer .footer-trending__title {
   color: #F9CBEB;
}
@media (min-width: 48em) {
  .page-footer {
    padding-top: 3rem;
  }
}
.page-footer__details  {
    width: 100%;
}
.page-footer__details div {
    font-size: 14px;
    text-align: right;
}

/*! ---------- =footer components ---------- */
.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: .125rem;
  margin-right: 12px;
  font-size: 1.0833333333rem;
}

.footer-trending__title {
  margin: 0;
  font-size: .6666666667rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: .25rem;
}
@media (min-width: 30em) {
  .footer-utility__item a {
    padding: .25rem .5rem;
  }
}

.footer-actions__section {
  margin-bottom: 1rem;
}

.org-name {
 font-size: 21px;
 font-weight: 700;
 line-height: 24px;
 margin-bottom: 12px;
}
.footer-actions__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1rem;
  margin-bottom: .25rem;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -.5rem;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: .25rem;
}
@media (max-width: 19.99875em) {
  .footer-actions__item {
    display: block;
  }
}
@media (min-width: 30em) {
  .footer-actions__item a {
    padding: .25rem .5rem;
  }
}
@media (min-width: 75em) {
  .footer-actions {
    display: flex;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    flex-grow: 1;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: .25rem 0;
  }
}
@media (min-width: 106em) {
  .footer-actions__section {
    flex: 1 1;
  }
}

.footer-copyright {
  font-size: 14px;
  color: #BC85DE;
  clear: both;
  width: 100%;
}

/*! ---------- =footer layouts ---------- */
@media (max-width: 47em) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 4rem;
  }

  .footer-contact,.footer-copyright,.footer-social {
    margin-top: 1rem;
  }

  .footer-actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 48em) {
  .footer-actions {
    margin-right: -1rem;
  }
  .footer-actions__section {
    padding-right: 1rem;
    clear: both;
  }

  .footer-contact,.footer-logo,.footer-social {
    margin-bottom: 1rem;
  }
}
@media (min-width: 48em) and (max-width: 39.99875em) {
  .footer-logo {
    float: left;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }

  .footer-actions {
    clear: both;
  }
}

@media (min-width: 90em){ 
.footer-actions__section {
  padding-right: 3rem;
  
}
}

@media (min-width: 60em) {
  .page-footer__content {
    width: 22%;
    float: left;
    padding-right: .333rem;
  }

  .footer-actions {
    padding-left: .667rem;
  }

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

  .footer-copyright {
    clear: both;
  }
}
/* ---------- =interior common ---------- */
.page-title {
  color: #5c0f8b;
}

.page-title + .breadcrumbs {
  margin-top: -1rem;
}

/* ---------- =interior components ---------- */
.title-block {
  margin: -1rem -1rem 1rem;
  padding: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.title-block::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
   background: none; 
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.title-block .breadcrumbs a,.title-block .page-title,.title-block__content,.title-block__content a {
  color: #5C0F8B;
  }
.title-block__content {
  position: relative;
  /* text-shadow: 0 0 3px rgba(2,16,26,.5); */
  z-index: 3;
}

.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block .breadcrumbs a:focus,.title-block .breadcrumbs a:hover,.title-block__content a:focus,.title-block__content a:hover {
  color: #fff;
  text-decoration: underline;
}
.title-block .page-title {
 /* text-shadow: 0 0 16px rgba(2,16,26,.4), 0 0 3px rgba(2,16,26,.3); */
}
/*.title-block .breadcrumbs {
  margin-bottom: 0;
} */

 .breadcrumbs {
  margin-bottom: 24px;
  font-weight: bold;
}

 .breadcrumbs span {
    display: none !important;  
  }
  
 .breadcrumbs a:after {
   content: ">";
   display: inline-block;
   margin: 0 .3em;
   opacity: .4;  
  }

@media (min-width: 48em) {
  .title-block {
    margin: 0 -2rem 2rem;
    padding: 3rem 2rem;
  }
  .title-block::before {
    width: 75%;
   /* background: linear-gradient(90deg, #02101a, rgba(2,16,26,0)); */
    opacity: .5;
  }
}
@media (min-width: 60em) {
  .title-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
    .title-block {
    margin: -3rem -2rem 2rem;
  }
}

.breadcrumbs {
  font-size: .6666666667rem;
  margin-bottom: 1.5rem;
}
.breadcrumbs a {
  color: #443e4b;
  opacity: .9;
}
.breadcrumbs a:focus,.breadcrumbs a:hover {
  color: #006e96;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 .3em;
  opacity: .4;
}

.in-this-section a {
  display: block;
  padding: .25rem 0;
  color: #006E96;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 1rem;
}
.in-this-section ul ul a {
  font-size: .6666666667rem;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #98096c;
}
@media (max-width: 59.99em) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
  }
  .js .in-this-section > ul,.no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: .5rem;
  }
}
@media (min-width: 60em) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -.25rem;
  }
}

.share-buttons {
  font-size: 1.0833333333rem;
}
.share-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: .6666666667rem;
  opacity: .7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: .25rem .25rem 0 0;
  color: #006E96 ;
}
.share-buttons__button:focus,.share-buttons__button:hover {
  color: #98096c;
}

/* ---------- =interior layout ---------- */
.interior-layout__main,.interior-layout__nav {
  margin-bottom: 1rem;
}
@media (min-width: 60em) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 2rem;
  }
  .interior-layout__title {
    margin-bottom: 1rem;
  }
  .interior-layout__main {
    margin-bottom: 2rem;
  }
  .interior-layout__aside,.interior-layout__nav {
    width: 30%;
    float: left;
    clear: left;
    padding-right: 2rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    float: right;
  }
}

/*! ---------- =print ---------- */
@media print {
  .breadcrumbs,.footer-logo,.footer-social,.footer-utility,.header-nav,.header-search,.header-utility,.home-feature,.in-this-section,.page-header__toggle,.share-buttons,.truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }

  @page {
    margin: .5in;
  }
  @page :first {
    margin-top: 1in;
  }
/*   @page :last {
    margin-bottom: 1in;
  } */
  
  .page-bounds {
    max-width: 100%;
  }

  .content,.page-footer,.page-header {
    padding-left: 0;
    padding-right: 0;
  }

  h1,h2,h3,h4 {
    page-break-after: avoid;
  }

  blockquote,img,pre,table {
    page-break-inside: avoid;
  }

  dl,ol,ul {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #fbfcfd;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__aside,.interior-layout__main,.interior-layout__nav,.interior-layout__title {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #d2d6d8;
    padding-top: 2rem;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #5c0f8b;
    color: #443e4b;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: .85em;
    color: #5d5567;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*=item] > * {
    display: initial !important;
  }
}

.testimonial {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  line-height: 36px;
  margin: 42px 0 42px 42px;
}

.quote-mark {
  margin-left: -64px;
}

.attribute {
  font-size: 18px;
  line-height: 24px;
}
.testimonial-photo {
  margin-right: 24px;
}
.testimonial-name {
  font-size: 18px;
  line-height: 24px;
  color: #007297;
  font-weight: bold;
}
 .tiled-list__item.clear {
  flex: 1 0 100%;
}

.hero-curve {
  position: relative;
  z-index: 2;
  margin-top: -24px;
}

@media (min-width: 48em) {
.home-page-features {
  margin-top: -170px;
   z-index: 4;
  position: relative;
}


}

.tiled-list.grid {
  /* margin-right: 0.5em;
  gap: 2rem; */
   display: block;
}

.grid__unit--1-3-m  .tiled-list__item {
  padding: 8px;
  position: relative;
  z-index: 1; 
  background: #fff;
}

.grid__unit--1-3-m  .tiled-list__title {
  font-size: 26px;
  line-height: 30px
}

.tiled-list.grid .button {
  width: 100%;
  margin-top: 12px;
  padding: 24px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
}

.button.button--highlight.extra-bold, .button.extra-bold,  .button.button--action.extra-bold {
  font-weight: 900 !important;
}

.tiled-list.grid .button.button--secondary {
  border: #ECEAEF solid 1px;
}

.home-page-features  .tiled-list__title.secondary-color {
  color: #5C0F8B;
}

.home-page-features  .tiled-list__title.secondary-color:hover {
  color: #006E96;
}

.home-page-features  .tiled-list__title.tertiary-color {
  color: #98096C;
}

.home-page-features  .tiled-list__title.tertiary-color:hover {
  color: #006E96;
}

.clear {
  clear: both;
}


/* translation  and header buttons*/


ul.header-list.header-translate  {
  list-style: none;
}

.header-list.header-translate li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 12px;
  background: #98096C;
  border-radius: 8px;
  height: 30px;
}

.header-list.header-translate li li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 0 12px;
  background: none;
  border-radius: 0;
  height: 30px;
  text-transform: capitalize;
}

.header-list.header-translate li li a:hover {
  background: #eee;
}

ul.header-list.header-translate  ul {
  min-width: 8em;
  border: #ddd solid 1px;
}

.header-list.header-translate  .header-list__item > ul::before, .header-list.header-translate .header-list__item > ul::after {
  content:'';
  display: none;
}

.header-list.header-translate {
   /*width: 120px;
   top: 100%; */
  }

  .translate select {
   opacity: 0
  }

  .translate:hover select,   .translate:focus select {
   opacity: 1;
   z-index: 999;
   background: #006E96;
   color: #fff;
  }

 .dropdown {
   color: transparent;
   position: absolute;
   top: 5px;
   right: 0; 
   width: 30px;
   height: 30px;
 }

@media (min-width: 60em) {
/*.translate {
  position: absolute;
  right: 140px;
  top: 72px;
} */

.register-header {
  position: absolute;
  right: 325px;
  top: 72px;
  height: 30px;
  font-size: 14px;
  z-index: 20;
}

.member-login {
  position: absolute;
  right: 0;
  top: 72px;
  height: 30px;
  font-size: 14px;
  z-index: 999;
}

 .header-utility.translator {
    position: absolute;
    right: 140px;
    top: 72px;
   }
   
   a.switcher {
       top: 48px;
      }
  .header-list.header-translate  ul {
    padding: 4px 0;
  }
}
  @media (min-width: 75em) {
  
/* .translate {
  top: 24px;
} */

.register-header {
  top: 24px;
}

.member-login {
  top: 24px;
}


 .header-utility.translator {
    top: 24px;
   }


  }

 @media (min-width: 75em)  and  (max-width: 89.99em) {
     .register-header {
  top: 72px;
}

.member-login {
  top: 72px;
}


 .header-utility.translator {
    top: 72px;
   }

  }


.header-list.header-translate a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 3px 12px 4px 12px;
}

 .translate label {
    color: #2c3843;
 }
 
.header-list.header-translate li li a.selected { 
    background: #2e6c92;
    color: #fff;
  }
 
 @media (max-width: 59.99em) {

.header-list.header-share a {
    display: inline-block;
  }

  
  .header-list.header-share a span {
    font-size: 24px;
  }
 .header-list.header-translate li li { 
    display: block;
    margin-bottom: 12px;
  }
  
  .header-list.header-translate li li a {
      border: #ddd solid 1px;
      border-radius: 8px;
    }
  
  .header-list.header-translate li li a.selected { 
    background: #2e6c92;
    color: #fff;
    border: none;
  }
  
  .header-list.header-translate ul {
      margin-top: 12px;
      border: none !important;
    }

}

/*! account for utility nav dropdowns */

.header-list {
  list-style: none;
  margin-left: 0;
}
.header-list__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 59.99em) {
  .header-list {
    margin-top: 24px;
    text-align: center;
  }
  .header-list__item {
    display: block;
  }
  .header-list__item > a {
    font-weight: 700;
  }
  .header-list__item > a > .fas {
    display: none;
  }
  .header-list__item > ul a {
    padding: 6px 6px 6px 24px;
  }
  .header-list__item > ul > li {
    display: inline-block;
  }
}

@media (min-width: 60em) {
  .header-list {
    margin-left: 12px;
  }
  .header-list__item {
    position: relative;
  }
  .header-list__item > ul {
    min-width: 40em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #f7f9fa;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.25s ease-out;
  } 
  .header-list__item > ul::before,
  .header-list__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f7f9fa;
    position: absolute;
    left: 48%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-list__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-list__item > ul > li > a {
    padding: 6px 12px;
    color: #4d5362;
  }
  .header-list__item > ul.header-user__actions {
   right: 45px;
   top: 37px;
  }

  .header-list.header-share .header-list__item > ul.header-user__actions {
    left: 35%;
    top: 100%;
    text-align: center;
  } 

  .header-list.header-translate {
   /* width: 200px;    */
   top: 100%;
  }

  .translate select {
   opacity: 0;
   background: #fff !important;
   color: #443e4b !important;
   border: 1px #eee solid;
   /* font-weight: bold
   border: solid 2px #8b1e69 !important;
   border-radius: 10px; */
  }

  .translate:hover select {
   opacity: 1;
  }

  .header-list.header-share ul {
  min-width: 12em;

  }

  .header-list.header-share .header-list__item > ul.header-user__actions a {
    display: inline-block;
    color: #ee9200;
    font-size: 30px;
  }

  .header-list__item:hover > ul,
  .header-list__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }

  .header-share {
    position: absolute;
    right: 210px;
  } 
  
  .header-list.header-share {
    width: 100px;
  }
 .translate label {
    color: #2c3843;
 }

 .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }

 .dropdown {
   color: transparent;
   position: absolute;
   top: 5px;
   right: 0; 
   width: 30px;
   height: 30px;
 }
}

.header-list__item.header-translate-item {
 z-index: 100;
}


/* disciplines */

.circle-text, .circle-text  h3 {
  color: #fff;
  }
  
  .circle-text  h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  }

  
  @media (max-width: 59.99em) {

.circle-text, .circle-text  h3 {
  color: #fff;
  margin-bottom: 24px;
  }
  
.circle {
 margin: 0 30%;
 text-align: center !important;
 }
  }
  
  
  @media (min-width: 36em) and  (max-width: 59.99em) {
   
.circle {
 margin: 0 40%;
 text-align: center !important;
 }
  }

.discipline {
   /* background-size: contain; */
   padding-top: 48px;
}
  
  .stat {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 24px;
}

.stat a {
  color: #fff;
  width: 153px;
  height: 153px;
  padding-top: 56px;
  z-index: 9999;
  }

.stat:nth-child(2) {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  color: #fff;
}
.stat:nth-child(3) {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
}

.stat:nth-child(4) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.27turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(5) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.27turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(6) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.26turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(7) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.24turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(8) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.24turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(9) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.23turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(10) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.22turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(11) {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.21turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}
@media (max-width: 59.99em) {
.stat:after {
    content: "";
    display: block;
    width: 169px;
    height: 169px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(0,0,0,.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    top: auto;
    left: auto;
    position: absolute;
    right: auto;
}
}

@media (min-width: 60em) {

.discipline {
   padding-top: 150px;
}

.circle-text {
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  margin: auto;
}
.circle-text  h3 {
  padding-top: 150px;
  }

.circle-text {
   background-image: url(/images/default-source/page-layout-images/spiral.png);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   min-width: 456px;
   min-height: 451px;
}

.circle {
  display: grid;
  grid-template-areas: "layer";
  place-items: center;
  background: transparent;
  border-radius: 35%;
  --radius: 17em;
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
  margin-left: auto;
  margin-right: auto;
}


.stat {
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: url(/images/default-source/page-layout-images/images/dietician.png);
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}


.stat:after {
    content: "";
    display: block;
    width: 169px;
    height: 169px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(0,0,0,.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    top: 0;
    left: 0;
    position: absolute;
}

.stat:hover:after {
    opacity: 0.7;
}

.stat a {
  color: #fff;
  width: 169px;
  height: 169px;
  padding-top: 64px;
  z-index: 9999;
}

.stat:nth-child(2) {
  background: url(/images/default-source/page-layout-images/driver.png);
   grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
   --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(3) {
  background: url(/images/default-source/page-layout-images/home-care-liason.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(4) {
  background: url(/images/default-source/page-layout-images/nurse.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
   --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(5) {
  background: url(/images/default-source/page-layout-images/occupational-therapist.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(6) {
  background: url(/images/default-source/page-layout-images/PACE-center-supervisor.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(7) {
  background: url(/images/default-source/page-layout-images/personal-care-attendant.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(8) {
  background: url(/images/default-source/page-layout-images/physical-therapist.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(9) {
  background: url(/images/default-source/page-layout-images/primary-care-physician.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(10) {
  background: url(/images/default-source/page-layout-images/recreational-therapist.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

.stat:nth-child(11) {
  background: url(/images/default-source/page-layout-images/social-worker.png);
  grid-area: layer;
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-size: cover;
  --d: calc(var(--i) / var(--total));
  --r-offset: -0.29turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius))
    rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
}

}

@media (min-width: 80em) {

.circle-text {
  position: absolute;
  top: 32%;
  right: auto;
  left: 45%;
  margin: auto;
}

.circle {
     --radius: 17em;
     max-width: 100%;
}


.discipline {
   padding-top: 79px;
}

}


@media (min-width: 90em) {
.circle-text {
  position: absolute;
  top: 33%;
  right: auto;
  left: 48%;
  margin: auto;
}

}

@media (min-width: 100em) {
.circle-text {
  position: absolute;
  top: 33%;
  right: auto;
  left: 49%;
  margin: auto;
}
}

@media (min-width: 1500px) {

.circle {
     --radius: 40vmin;
}

}


@media (min-width: 1600px) {

.circle {
     --radius: 40vmin;
}

}

@media (min-width: 2000px) {

.circle {
     --radius: 30vmin;
}

}


h2.home-page-subheader {
  color: #5C0F8B;
}

/* counting numbers */

.grid.numbers {
  margin-top: 72px;
} 

h1.counter-numbers {
 color: #06739a;
 font-size: 200px;
 font-weight: bold;
 line-height: 100px;
 font-family: 'Avenir Next Condensed', sans-serif;
}

h1.counter-numbers.secondary-numbers {
  /* font-size: 135px; */
  font-size: 100px;
   line-height: 70px;
}

.item-list__subtext {
  color: #55177c;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  padding-bottom: 48px;
  font-family: 'Avenir Next Condensed Demi', sans-serif;
  letter-spacing: -4px;
}


.item-list__subtext.secondary-subtext {
  color: #9b0a67;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  padding-bottom: 0;
  letter-spacing: -2px;
}

.item-list__subtext.secondary-subtext.all-caps {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
}

.numbers img {
 margin-bottom: 60px;
}


@media (min-width: 90em) {
h1.counter-numbers {
 font-size: 200px;
 line-height: 100px;
 padding-top: 48px;
}

h1.counter-numbers.secondary-numbers {
  font-size: 135px;
  line-height: 70px;
  padding-top: 0;
}

.item-list__subtext {
  font-size: 85px;
  line-height: 90px;
  padding-bottom: 100px;
}


.item-list__subtext.secondary-subtext {
  font-size: 36px;
  line-height: 42px;
}

.item-list__subtext.secondary-subtext.all-caps {
  font-size: 48px;
  line-height: 60px;
}

}


/*! ---------- =sitefinity ---------- */
.sys-template{
  display:none
}
.sfContentBlock{
  margin-bottom:24px
}
.sfContentBlock:last-child{
  margin-bottom:0
}
.debug-url{
  background-color:#efe;
  border:2px solid #2c2;
  padding:12px;
  margin-bottom:24px;
  word-wrap:break-word
}
/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,.sfPageEditor .header-logo,.sfPageEditor .page-header__content,.sfPageEditor .header-utility,.sfPageEditor .header-search,.sfPageEditor .header-nav,.sfPageEditor .title-block,.sfPageEditor .title-block__background,.sfPageEditor .title-block__content,.sfPageEditor .page-footer,.sfPageEditor .footer-logo,.sfPageEditor .footer-social,.sfPageEditor .footer-contact,.sfPageEditor .footer-utility,.sfPageEditor .footer-copyright{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
  margin:0 0 20px !important;
  float:none !important;
  position:relative !important;
  left:0 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important
}

.sfPageEditor .RadDock.RadDock_Default.zeControlDock {
 z-index: 999;
 margin-top: 48px;
 margin-bottom: 48px;
}

.sfPageEditor .header-nav ul ul {
  display: none;
}
.sfPageEditor .content{
  padding-top:48px;
  /* z-index: 9999; */
  z-index: 9999;
   position: relative;
}
.sfPageEditor .title-block::before{
  display:none !important
}
.sfPageEditor .title-block__background,.sfPageEditor .title-block__content{
  position:static !important
}
.sf-fieldWrp>input,.sf-fieldWrp>select,.sf-fieldWrp>textarea,.sf-fieldWrp>div>input,.sf-fieldWrp>div>select,.sf-fieldWrp>div>textarea{
  margin-bottom:20px !important
}
.sf_colsIn>.sf-fieldWrp>input:last-child,.sf_colsIn>.sf-fieldWrp>select:last-child,.sf_colsIn>.sf-fieldWrp>textarea:last-child{
  margin-bottom:0 !important
}
.sfInlineEditingPageMenu .sfInlineEditingToggleLnk{
  z-index:1001 !important
}

.sfPageEditor .header-nav ul {
  display: none;
}

.sfPageEditor #ctl00_SecondHeaderNavPlaceholder_ctl00_C, .sfPageEditor #ctl00_HeaderNavPlaceholder_ctl00_C {
 z-index: 12 !important;
}

.sfPageEditor .interior-layout__main, .sfPageEditor #ctl00_ContentPlaceholder_ctl00 {
  z-index: 9999 !important;
}

.sfPageEditor [data-edit-label]::before{
  content:"[" attr(data-edit-label) "]";
  font-size:14px;
  opacity:.3
}
.tabs.sf_cols{
  margin-left:0 !important;
  margin-right:0 !important
}
.tabs__tab>.sf_colsIn,.tabs__pane>.sf_colsIn{
  margin:0 !important
}
.sfPageEditor .tabs--standard .tabs__tab{
  width:100% !important;
  float:none !important
}
.sfPageEditor .tabs.sf_cols .tabs__pane{
  display:block !important
}

.optionbutton.side-by-side {
  margin-bottom: 12px;
}

.item-list__content {
  overflow: hidden;
}

a.switcher {
  color: #6f667b;
  display: block;
  padding: .5rem .25rem;
  color: #6F667B;
  font-size: 14px;
  font-weight: 900;
  z-index: 999;
}

@media (max-width: 59.99em) {
   a.switcher {
     margin-bottom: 12px !important;
     position: static;
  }
}

@media (min-width: 60em) {
  a.switcher {
    position: absolute;
    /* right: 430px; */
    right: 350px;
    margin-top: 24px;
  }
}

/*.header-nav.logged-in-nav {
  display: none;
} */

@media (min-width: 60em) and  (max-width: 79.99em) {
  a.switcher {
   top: 48px;
  }
}

@media (min-width: 75em)  {
.header-nav {
 padding-right: 2rem;
}
body.is-scrolled .header-nav > ul > li > ul {
  /* top: 87%; */
  top: 117px;
}

body.is-scrolled .header-nav.logged-in-nav > ul > li > ul {
  /* top: 87%; */
 top: 93px;
 }
}

@media (min-width: 90em)  {
  a.switcher {
        top: 24px;
        margin-top: 0;
}

}

.sf-fieldWrp {
  margin-top: 24px;
  margin-bottom: 24px;
}

.sf-fieldWrp label:first-child {
  margin-top: 12px;
}

.spacer.spacer--tiny {
margin-bottom: 6px;
}
.spacer.spacer--small {
margin-bottom: 12px;
}
.spacer.spacer--medium {
margin-bottom: 24px;
}
.spacer.spacer--large {
margin-bottom: 36px;
}
.spacer.spacer--huge {
margin-bottom: 48px;
}

.people__title  {
font-family: "Nunito Sans", Helvetica,Arial,sans-serif;
text-rendering: optimizeLegibility;
color: #5c0f8b;
font-weight: 900;
font-size: 1.25rem;
line-height: 1.5rem;
padding-bottom: 0;
margin-bottom: 12px;
max-width: 282px;
}
.board-role, .people-detail-title {
line-height: 1.2rem;
padding-bottom: 0;
margin-bottom: 12px;
}
.people-media img {
  text-align: left;
  margin-left: 0;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
  height: auto;
}

.people-content {
   padding: 7px 24px 12px 24px;
}
.people-tile {
  border: #eceaef solid 1px;
  /* max-width: 282px; */
  border-radius: 10px; 
}

@media(max-width: 959px) {
.people-media img {
  /* width: 282px;
  height: 282px;
  aspect-ratio: 16/9; */
  width: 100%;
  height: auto;
}

}


@media(min-width: 960px) and (max-width: 1079px) {
.people-media img {
  /* width: 180px;
  height: 180px;
  aspect-ratio: 16/9; */
  width: 100%;
  height: auto;
}

.people-tile {
  /* max-width: 180px !important; */
}

}

@media(min-width: 1180px) and (max-width: 1399px) {
.people-media img {
  /* width: 200px;
  height: 200px;
  aspect-ratio: 16/9; */
  width: 100%;
  height: auto;
}

.people-tile {
  /* max-width: 200px !important; */
}

}


@media (min-width: 1400px) {
.people-media img {
  /* width: 282px;
  height: 282px;
  aspect-ratio: 16/9; */
  width: 100%;
  height: auto;
}
}

.people-content {
  margin-top: 12px;
  max-width: 282px;
}


a .people__description {
  color: #443e4b;
  font-weight: normal;
  line-height: 24px;
}

.people__organization {
  color: #443e4b;
  font-weight: bold;
}

.people__description-detail {
  margin-bottom: 24px;
}

.people-tile {
  border: #eceaef solid 1px;
  max-width: 282px;
}

.search-current-tags {
  margin-bottom: 24px;
}

.search-current-tags .button {
  margin-bottom: 24px;
}

.fax-number {
  font-weight: 700;
  font-size: 16px;
}

/*Testimonial randomizer for org detail pages*/
.random-testimonial__item {
    display: block;
}

/*Video randomizer for org detail pages*/
.random-video__item {
    display: block;
}

.videos::before {
    font-family: Font Awesome\ 6 Pro,Font Awesome;
    content: "\f144";
    color: white;
    position: absolute;
    z-index: 1;
    font-size: 50px;
    font-weight: 500;
}

.videos {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sf-fieldWrp p {
   font-size: .6666666667rem;
   font-style: italic;
   color: #6f667b;
}

/*----- Map Styles ------*/
@media (max-width: 59.99em) {
    .pace-map {
        display: none;
    }
    .map-wrapper {
        display: none;
    }
    select#stateDDL {
        width: 70%;
    }
}

.map-hasprogram {
    fill: #9bc6d6 !important;
}

.map-activeprogram {
    fill: #8d26cd !important;
}

.pace-map {
    max-width: 70%;
}

select#stateDDL {
    width: 25%;
}

/* find-a-pace search */
.pacefinder-map-wrapper {
  max-height: 5%;
}
.pacefinder-searchRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 59.99em) {
    .pacefinder-searchRow {
        flex-direction: column;
    }
    .people-tile {
      min-height: auto !important;
      margin-left: auto;
      margin-right: auto;
    }
}
#pacefinderZipCodeText {
  width: 250px;
  margin-left: 2%;
}
#pacefinderSearchAgainText {
  width: 400px;
  margin-left: 2%;
}
#pacefinderSearch, #pacefinderSearchLabel {
  color: #006e96;
  margin-left: -15px;
  font-size: .8rem;
}
.visually-hidden {
    opacity: 0;
}
.left-space {
    margin-left: 1%;
    margin-right: 1%;
}
.w-75 {
    width: 75%;
}
@media (max-width: 59.99em) {
    .left-space, #pacefinderSearchAgainText, #pacefinderSearchAgainText, #pacefinderZipCodeText {
        margin-left: 0;
        margin-right: 0;
    }
    .search-input {
        display: flex;
        flex-direction: row;
    }
    #pacefinderSearch {
        margin-left: 15px;
        font-size: 0.75rem;
    }
}