<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* testing piepline */
.supernav-menus-panels .supernav-menu-subnav {
  margin-left: -1px;
}

.igx-search-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.igx-search-wrapper .header-wrapper {
  width: 100%;
}
.igx-search-wrapper &gt; div, .igx-search-wrapper button {
  width: 100%;
}
.igx-search-wrapper .select, .igx-search-wrapper button {
  margin-top: 10px;
}

.fa-user-alt:before {
    content: "\f406";
}

.mgt-4{
  margin-top: -4px;
}

.mgt-3{
  margin-top: -3px;
}


.hero-content&gt;:last-child {
    padding-bottom: 2rem;
}

.hero-content&gt;:first-child {
    padding-top: 2rem;
}

@media (min-width: 768px) {
  .igx-search-wrapper {
    padding: 0 80px;
  }
  .igx-search-wrapper &gt; div:not(.header-wrapper) {
    width: 50%;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
  }
  .igx-search-wrapper .select, .igx-search-wrapper button {
    margin-top: 15px;
  }
}
.btn-cta--100, .btn-cta--50 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.btn-cta--50 {
  width: 100%;
}

.side-by-side {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.side-by-side .btn-cta:first-of-type {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .btn-cta--50 {
    width: 50%;
    margin-right: 20px;
    float: left;
  }
  .btn-cta--right {
    float: right;
    margin-left: 20px;
  }

  .side-by-side {
    flex-direction: row;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .side-by-side .btn-cta {
    margin: 0 10px;
  }
  .side-by-side .btn-cta:first-of-type {
    margin-bottom: 0;
  }
}

/* Spotlight Landing CSS */
main#content.opened {
    z-index: 2;
}

.image-grid .images {
    overflow: hidden;
    padding: 2px;
}

.image-grid .images a {
    display: block;
    float: left;
    width: 20%;
}

.image-grid .images .img-wrap {
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.image-grid .images img {
    border: 2px solid #fff;
    vertical-align: bottom;
    max-width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 960px) {

    .image-grid .images {
        padding: 5px;
    }

    .image-grid .images img {
        border: 5px solid #fff;
    }
}

.side-filters.opened {
    left: 0;
}

.side-filters {
    background: #fff;
    bottom: 0;
    display: none;
    display: block;
    left: -320px;
    padding: 30px 0;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 999;
    transition: left 100ms ease-out;
}

.side-filters .inner-wrap {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 35px;
    position: absolute;
    right: 0;
    top: 0;
}

.side-filters h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.side-filters hr {
    background: #e1e1e1;
    border: none;
    height: 1px;
    margin: 22px 0;
}

.side-filters .close-filters {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 30px;
    z-index: 1;
}

.side-filters .button-group .inner {
    display: flex;
    margin: 0 -10px;
}

.side-filters .button-group .btn {
    display: block;
    margin: 0 0 15px;
}

.side-filters .button-group .btn-clear,
.side-filters .button-group .btn-cancel {
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #007f88;
    font-weight: 400;
    margin: 0 10px;
    padding: .67rem;
    width: 50%;
}

.side-filters .side-toggle {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 -1px;
}

.side-filters .side-toggle h5 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.side-filters .side-toggle h5 a {
    color: #4b4b4b;
    display: block;
    outline: none;
    padding: 8px 30px 8px 0;
    position: relative;
    text-decoration: none;
}

.side-filters .side-toggle h5 a &gt; span {
    position: absolute;
    right: 0;
    top: 10px;
}

.side-filters .side-toggle .toggle-content {
    display: none;
    padding: 7px 0;
}

.side-filters .side-toggle.opened h5 a &gt; span {
    transform: rotate(180deg);
}

.side-filters .side-toggle.opened .toggle-content {
    display: block;
}
.side-filters .side-toggle .toggle-content form &gt; div{padding-left: 28px;position: relative;}
.side-filters .side-toggle .toggle-content form &gt; div &gt; input{left: 0;position: absolute; top: 1px;}

.main-content {
    padding: 30px 0;
}

.main-content hr {
    background: #e1e1e1;
    border: none;
    height: 2px;
    margin: 30px 0;
}

.main-content .btn {
    min-width: 200px;
}

.main-content .text-terms {
    font-size: 1.2rem;
}

.main-content .display-form {
    margin-top: -3px;
    width: 120px;
}

.main-content .display-form label &gt; span {
    display: none;
}

.main-content .display-form select {
    background-color: #fff;
    background-position: right 0.7rem center;
    border-color: #e1e1e1;
    height: auto;
    padding: 5px 7px;
}

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

.main-content .card-thumb-140 {
    margin: 0 0 30px;
}

.main-content .card-thumb-140 a:hover,
.main-content .card-thumb-140 a:focus {
    outline: 2px solid #752e8a;
}

.main-content .card-thumb-140 a {
    background: #752e8a;
    color: #fff;
    display: block;
    min-height: 140px;
    padding: 15px 15px 42px 160px;
    position: relative;
    text-decoration: none;
    transition: outline 100ms ease-out;
}

.main-content .card-thumb-140 a &gt; span {
    display: block;
}

.main-content .card-thumb-140 a &gt; span.thumb-wrap img.cover {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-content .card-thumb-140 a &gt; span.thumb-wrap {
    height: 140px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 140px;
}

.main-content .card-thumb-140 a &gt; span.name {
    font-family: bebas-neue,"Helvetica Neue Condensed","Roboto Condensed",Impact,"DejaVu Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 5px;
}

.main-content .card-thumb-140 a &gt; span.title {
    font-size: 1.0rem;
    line-height: 20px;
}

.main-content .card-thumb-140 a &gt; span.categories {
    background: #fff;
    bottom: 0;
    color: #545454;
    left: 140px;
    font-size: 15px;
    overflow: hidden;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-content .card-thumb-140 a &gt; span.categories &gt; span {
    margin-right: 15px;
}

.main-content .card-thumb-140 a &gt; span.categories &gt; span:last-child {
    margin-right: 0;
}

.main-content .filter-tags {
    display: flex;
    margin: 0 0 10px;
    flex-wrap: wrap;
}

.main-content .filter-tags &gt; span {
    background: #fff;
    border: 1px solid #9a9a9a;
    font-size: 0.9rem;
    margin: 0 15px 5px 0;
    padding: 0 7px 2px;
    white-space: nowrap;
}

.main-content .filter-tags &gt; span &gt; a {
    margin: 1px 0 0 5px;
    white-space: nowrap;
}

.main-content .select-filters {
    background: #fff;
    margin: 0 0 20px;
    padding: 20px 20px 5px;
}

.main-content .select-filters .text-terms {
    color: #545454;
}

.main-content .select-filters .btn {
    background: #ebebeb;
    border: 1px solid #959595;
    color: #007f88;
    display: block;
    font-weight: 400;
    margin: 0 0 10px;
}

@media (min-width:48rem) {

.side-filters {
    bottom: auto;
    display: block !important;
    left: auto;
    max-width: 350px;
    padding: 30px 0;
    position: static;
    top: auto;
    width: auto;
}

    .side-filters .inner-wrap {
        bottom: auto;
        left: auto;
        overflow: visible;
        padding: 0;
        position: static;
        right: auto;
        top: auto;
    }

    .side-filters .close-filters {
        display: none;
    }

    .side-filters .button-group {
        display: none;
    }

    .main-content .select-filters {
        background: transparent;
        padding: 0;
    }

    .main-content .select-filters .btn {
        display: none;
    }
}

@media (min-width:58rem) {

    .side-filters {
        padding: 30px 20px 30px 0;
    }
}

/* Spotlight Profile CSS */
.hero-content-text-align-left {
    text-align: left;
}

.hero-content .card {
    margin: 0 auto;
    max-width: 1000px;
}

.hero-content .card .caption {
    font-size: 18px;
    line-height: 24px;
}

.hero-content .card blockquote {
    border: none;
    font-family: acumin-pro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2rem;
    margin: -10px 0;
    padding: 0;
    text-transform: none;
}

.hero-content .card [role=tablist] .tablist-nav {
    border-top: none;
}

.hero-content .card [role=tablist] .tablist-nav [role=tab] {
    background-color: #ebebeb;
    border-top: 1px solid #d7d7d7;
    color: #007f88;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.hero-content .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true] {
    background: #fff;
    border-top-color: #fff;
    color: #007f88;
}

.hero-content .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true]:before,
.hero-content .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true]:after {
    display: none;
}

.hero-content .card .tablist-content [role="tabpanel"] {
    position: static;
}

/* Spotlight Grid and Carousel CSS */
.spotlight-grid {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 3px;
}

.spotlight-grid a {
    padding: 3px;
    position: relative;
    width: 33.333333%;
}

.spotlight-grid a &gt; span {
    display: block;
    padding-bottom: 100%;
}

.spotlight-grid a &gt; span &gt; img {
    vertical-align: bottom;
    max-width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.spotlight-grid a:hover &gt; .overlay,
.spotlight-grid a:focus &gt; .overlay {
    opacity: 1;
}

.spotlight-grid a &gt; .overlay {
    background: rgba(117, 46, 138, 0.6);
    bottom: 3px;
    color: #fff;
    left: 3px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 3px;
    text-align: center;
    transition: opacity 400ms ease-out;
    top: 3px;
}

.spotlight-grid a &gt; .overlay &gt; .content {
    font-size: 1.2rem;
    line-height: 1.4rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spotlight-grid a &gt; .overlay &gt; .content .name {
    font-family: bebas-neue,"Helvetica Neue Condensed","Roboto Condensed",Impact,"DejaVu Sans Condensed",sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0;
}
@media (min-width: 700px) {
    .spotlight-grid a &gt; .overlay &gt; .content .name{font-size: 1.5rem;line-height: 1.7rem;}
}

.sidebar-spotlight h3 {
    color: #752e8a;
}

.sidebar-spotlight .thumb {
    background: #752e8a;
    color: #fff;
}

.sidebar-spotlight .thumb img {
    margin: 0 0 -10px;
    width: 100%;
}

.sidebar-spotlight .thumb .name {
    font-family: bebas-neue,"Helvetica Neue Condensed","Roboto Condensed",Impact,"DejaVu Sans Condensed",sans-serif;
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin: 0;
}

.sidebar-spotlight .quote {
    color: #752e8a;
    font-size: 17px;
    margin: 0 0 10px;
}

.sidebar-spotlight .cta-link a {
    font-size: 0.9rem;
    text-decoration: none;
}

.sidebar-button .btn {
    background: #ebebeb;
    border: 1px solid #959595;
    color: #007f88;
    display: block;
    font-weight: 400;
    margin: 0 0 10px;
}

.slider-nav {
    align-items: center;
    background: #fff;
    display: flex;
    height: 60px;
    margin: 0 60px;
    padding: 5px;
}

.slider-nav .slide {
    height: 50px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: 11.1111111%;
}

.slider-nav .slide a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.slider-nav .slide a img {
    vertical-align: bottom;
    max-width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}


.slider {
    box-shadow: 0 0 .5rem 0 rgba(0,0,0,.2);
    margin: 20px 0;
}

.slider button.slick-arrow {
    background: #fff !important;
    border-radius: 100% !important;
    box-shadow: 0 0 .5rem 0 rgba(0,0,0,.2);
    border: .0625rem solid rgba(118,97,118,.25);
    color: #fff !important;
    overflow: hidden;
    position: absolute;
    font-size: 1px;
    bottom: -70px !important;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.slider button.slick-arrow.slick-prev {
    left: 8px;
}

.slider button.slick-arrow.slick-next {
    right: 8px;
}

.slider button.slick-arrow:before {
    font-family: FontAwesome;
    font-weight: 900;
    color: #752f8a !important;
    font-size: 20px;
    left: 15px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
}

.slider button.slick-arrow.slick-prev:before {
    content: "\f053";
    left: 10px;
}

.slider button.slick-arrow.slick-next:before {
    content: "\f054";
    left: 15px;
}

.slider .card {
    margin: 0 auto;
    max-width: 1000px;
}

.slider .card blockquote {
    border: none;
    font-family: acumin-pro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.4rem;
    margin: -15px -10px 5px;
    padding: 0;
    text-transform: none;
}

.slider .card .cta-link {
    bottom: 10px;
    font-size: 0.9rem;
    position: absolute;
    right: 20px;
}

.slider .card .cta-link a {
    text-decoration: none;
}

.slider .card [role=tablist] .tablist-nav {
    border-top: none;
}

.slider .card [role=tablist] .tablist-nav [role=tab] {
    padding: 12px;
    text-align: center;
    width: 50%;
}

.slider .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true] {
    background: #fff;
    color: #007f88;
}

.slider .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true]:before,
.slider .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true]:after {
    display: none;
}

.toggle-buttons .btn-reveal.on {
    background-color: #752f8a;
    border-color: #752f8a;
    color: #fff;
}

.toggle-buttons .btn-reveal {
    border-color: #ababab;
    border-radius: 0;
    color: #4b4b4b;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 40px;
}

.toggle-buttons .btn-reveal:first-child svg {
    height: 20px;
    width: 28px;
}

.toggle-buttons .btn-reveal svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.toggle-buttons .btn-reveal:hover svg,
.toggle-buttons .btn-reveal:focus svg,
.toggle-buttons .btn-reveal.on svg {
    fill: #ffffff;
}

.toggle-buttons .btn-reveal &gt; [class*="mu-icon-"] {
    margin-right: 0;
}

div#gallery.toggle-content, div#grid.toggle-content {
    height: 0;
    overflow: hidden;
}

div#gallery.toggle-content.opened, div#grid.toggle-content.opened {
    height: auto;
}

div#gallery .slider-nav{max-width: 500px;justify-content: space-between;}
div#gallery .slider-nav .slide{max-width: 50px;}
@media (min-width: 660px) {
    div#gallery .slider-nav{margin: 0 auto;}
    div#gallery .slider button.slick-arrow.slick-prev{left: 50%;margin-left: -300px;}
    div#gallery .slider button.slick-arrow.slick-next{margin-right: -300px;right: 50%;}
}

@media (min-width: 1280px) {

    .slider button.slick-arrow {
        bottom: -80px;
    }

    .slider .card blockquote {
        margin: 0 0 20px;
    }
}

/* Flex Spotlights Component CSS */
.carousel {
    margin: 0 0 40px;
}

.carousel-item blockquote {
    border: none;
    font-family: acumin-pro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6rem;
    margin: -10px 0;
    padding: 0;
    text-transform: none;
}

.carousel-item .card [role=tablist] .tablist-nav {
    border-top: none;
}

    .carousel-item .card [role=tablist] .tablist-nav [role=tab] {
        background-color: #ebebeb;
        border-top: 1px solid #d7d7d7;
        padding: 12px;
        text-align: center;
        text-transform: uppercase;
        width: 50%;
    }

.carousel-item .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true] {
    background: #fff;
    border-color: #fff;
    color: #007f88;
}

    .carousel-item .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true]:before,
    .carousel-item .card [role=tablist][data-rendered=true] [role=tab][aria-selected=true]:after {
        display: none;
    }

.carousel-item .card .tablist-content [role="tabpanel"] {
    position: static;
}

.carousel-item .card .text-truncate {
    min-height: 50px;
}

@media (min-width: 1024px) {
    .carousel-item .card .text-truncate {
        min-height: 0;
    }
}

.carousel-item .mu-icon-long-arrow-right:hover {
    opacity: 0.7;
}

.carousel-item .mu-icon-long-arrow-right:before {
    display: none;
}

.carousel-item .mu-icon-long-arrow-right:after {
    content: "\f30b";
    font-family: FontAwesome;
    font-weight: 900;
}

.flickity-prev-next-button {
    margin-top: -30px;
}

.carousel[data-type="wrapAround"] .flickity-page-dots {
    margin: 15px 0 0;
    display: block;
    top: auto;
    bottom: auto;
    position: relative;
}

.carousel .flickity-page-dots li {
    display: inline-block !important;
    margin:3px;
    width: 15px;
    height: 15px;
    background-color: #8b8b8b;
    overflow: hidden;
    text-indent: -9999px;
}

/*# sourceMappingURL=igx.css.map */</pre></body></html>