/*
 * UW Facilities Boundless
 * ---
 * Extends the uw_boundless theme.
 */
.radio label,
.checkbox label {
  font-family: inherit;
  font-size: inherit;
  font-weight: var(--uw-font-weight-base);
}
.select-wrapper select {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 1.75em;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #707070;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--uwf-color-brand-mediumpurple);
}
.btn-default {
  color: var(--uwf-btn-default-color);
  background-color: var(--uwf-btn-default-bg);
  border-color: var(--uwf-btn-default-border);
}
.btn-default:hover {
  background-color: var(--uwf-btn-default-hover-bg);
  border-color: var(--uwf-btn-default-hover-border);
}
a.btn-lg {
  text-decoration: none;
  border-bottom: none;
}
.btn-lg {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 0;
}
.btn-lg:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}
.btn-group > .btn.icon-before {
  padding-left: 8px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .dropdown-menu {
  left: auto;
  right: 0;
  list-style: none;
  padding: 0.5em;
  min-width: 130px;
  background: #fff;
  border-radius: 3px;
}
.btn-group > .dropdown-menu li {
  margin: 0;
  padding: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  border-radius: 0.375rem;
  background-color: #fff;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  white-space: nowrap;
}
.btn-group > .dropdown-menu li > a {
  padding: 0.375em 1em !important;
  font-weight: bold;
  text-align: start;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--uwf-color-brand-darkpurple);
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0;
  border: 0 none !important;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
}
.btn-group > .dropdown-menu li > a:hover,
.btn-group > .dropdown-menu li > a:focus {
  background: var(--uwf-color-brand-ultralightpurple);
}
.paragraphs-dropdown-action.button {
  color: var(--uw-color-text);
}
.paragraphs-dropdown-action.button:hover {
  color: #fff;
}
.uw-breadcrumbs li:first-child a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.25s ease-in;
  transition: border-bottom 0.25s ease-in;
}
.uw-breadcrumbs li:first-child a:hover {
  border-bottom: 1px solid #c9c9c9;
}
.form-text,
.form-textarea,
.form-select,
.form-file {
  border-radius: 6px;
}
.form-composite legend {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: var(--uw-font-weight-medium);
  font-size: var(--uw-font-size-base);
  border-bottom: 0;
}
.form-item label:not(.option),
.form-item .label,
.form-item .field-multiple-table legend {
  margin-bottom: 0;
  line-height: 1.3em;
  font-family: var(--uw-font-family-base);
  font-weight: var(--uw-font-weight-medium);
  font-size: var(--uw-font-size-base);
}
.select-wrapper {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-control {
  background-color: #fdfdfd;
}
.form-control:active,
.form-control:focus {
  background-color: #fff;
  border-width: 3px;
  -webkit-transition: border-width ease-in-out 0.15s;
  transition: border-width ease-in-out 0.15s;
}
.form-control.form-file {
  width: auto;
}
.form-type-managed-file .control-label,
.form-type-number .control-label,
.form-type-tel .control-label {
  display: block;
}
.contact-widget-inner h3 {
  font-weight: var(--uw-font-weight-heavy);
}
.contact-widget-inner h4 {
  margin-top: 0.5rem;
}
iframe.entity-browser-modal-iframe {
  margin: 0;
}
.help-block,
.control-group .help-inline {
  margin: 0;
  max-width: var(--uwf-max-line-length);
  color: var(--uwf-color-brand-mediumgray);
}
@media (min-width: 1300px) {
  .wide .container {
    width: 1300px;
  }
}
@media (min-width: 1300px) {
  .wide .col-lg-1,
  .wide .col-lg-2,
  .wide .col-lg-3,
  .wide .col-lg-4,
  .wide .col-lg-5,
  .wide .col-lg-6,
  .wide .col-lg-7,
  .wide .col-lg-8,
  .wide .col-lg-9,
  .wide .col-lg-10,
  .wide .col-lg-11,
  .wide .col-lg-12 {
    float: left;
  }
  .wide .col-lg-12 {
    width: 100%;
  }
  .wide .col-lg-11 {
    width: 91.66666667%;
  }
  .wide .col-lg-10 {
    width: 83.33333333%;
  }
  .wide .col-lg-9 {
    width: 75%;
  }
  .wide .col-lg-8 {
    width: 66.66666667%;
  }
  .wide .col-lg-7 {
    width: 58.33333333%;
  }
  .wide .col-lg-6 {
    width: 50%;
  }
  .wide .col-lg-5 {
    width: 41.66666667%;
  }
  .wide .col-lg-4 {
    width: 33.33333333%;
  }
  .wide .col-lg-3 {
    width: 25%;
  }
  .wide .col-lg-2 {
    width: 16.66666667%;
  }
  .wide .col-lg-1 {
    width: 8.33333333%;
  }
  .wide .col-lg-pull-12 {
    right: 100%;
  }
  .wide .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .wide .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .wide .col-lg-pull-9 {
    right: 75%;
  }
  .wide .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .wide .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .wide .col-lg-pull-6 {
    right: 50%;
  }
  .wide .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .wide .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .wide .col-lg-pull-3 {
    right: 25%;
  }
  .wide .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .wide .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .wide .col-lg-pull-0 {
    right: auto;
  }
  .wide .col-lg-push-12 {
    left: 100%;
  }
  .wide .col-lg-push-11 {
    left: 91.66666667%;
  }
  .wide .col-lg-push-10 {
    left: 83.33333333%;
  }
  .wide .col-lg-push-9 {
    left: 75%;
  }
  .wide .col-lg-push-8 {
    left: 66.66666667%;
  }
  .wide .col-lg-push-7 {
    left: 58.33333333%;
  }
  .wide .col-lg-push-6 {
    left: 50%;
  }
  .wide .col-lg-push-5 {
    left: 41.66666667%;
  }
  .wide .col-lg-push-4 {
    left: 33.33333333%;
  }
  .wide .col-lg-push-3 {
    left: 25%;
  }
  .wide .col-lg-push-2 {
    left: 16.66666667%;
  }
  .wide .col-lg-push-1 {
    left: 8.33333333%;
  }
  .wide .col-lg-push-0 {
    left: auto;
  }
  .wide .col-lg-offset-12 {
    margin-left: 100%;
  }
  .wide .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .wide .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .wide .col-lg-offset-9 {
    margin-left: 75%;
  }
  .wide .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .wide .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .wide .col-lg-offset-6 {
    margin-left: 50%;
  }
  .wide .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .wide .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .wide .col-lg-offset-3 {
    margin-left: 25%;
  }
  .wide .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .wide .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .wide .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1300px) {
  .wide .visible-lg {
    display: block !important;
  }
  table.wide .visible-lg {
    display: table !important;
  }
  tr.wide .visible-lg {
    display: table-row !important;
  }
  th.wide .visible-lg,
  td.wide .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .wide .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .wide .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .wide .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .wide .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .uw-body-copy ul {
    overflow: initial;
  }
}
@media screen and (min-width: 1300px) {
  .wide .navbar.container {
    max-width: 1270px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .wide .uw-thinstrip ul.uw-thin-links li a,
  .wide .uw-thinstrip ul.uw-thin-links li button {
    font-size: 16px;
    padding: 10px 25px 10px 0;
  }
  .wide .uw-thinstrip .uw-wordmark {
    left: 100px;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
  }
}
/*
 * Base
 */
@media only screen and (max-width: 767px) {
  h1.page-header {
    margin-right: 0;
  }
}
.uw-body {
  /* image links */
}
.uw-body h1 a,
.uw-body h2 a,
.uw-body h3 a,
.uw-body h4 a,
.uw-body h5 a,
.uw-body h6 a {
  border-bottom: 1px solid #bdbdbd;
}
.uw-body a img {
  border-bottom: 5px solid #d9d9d9;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.uw-body a img:hover {
  border-bottom: 5px solid #4b2e83;
  text-decoration: none;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
.text-align--center {
  text-align: center;
}
.float--right {
  float: right;
}
.float--left {
  float: left;
}
@media only screen and (max-width: 991px) {
  .sr-only--sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    margin-bottom: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only--lg {
    position: initial;
    width: initial;
    height: initial;
    margin: initial;
    padding: initial;
    overflow: hidden;
    clip: unset;
    border: initial;
  }
  .grid--sm {
    display: grid;
  }
}
@media only screen and (min-width: 768px) {
  .visible--xs-max {
    display: none !important;
  }
}
.skip-links {
  position: absolute;
  left: 6px;
  top: -99px;
}
.skip-links:hover {
  z-index: 999;
  top: 6px;
}
.skip-links a:focus {
  z-index: 999;
  font-size: 14px;
  font-weight: 800;
  top: 6px;
  padding: 15px 23px 14px;
  background-color: #f1f1f1;
  color: var(--uw-color-brand-spirit-purple);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/*
 * Components
 */
/** Component: uwf-blockquote */
blockquote.uwf-blockquote {
  position: relative;
  border-left: 0;
  border-top: 1px solid var(--uw-color-brand-lightgold);
  border-bottom: 1px solid var(--uw-color-brand-lightgold);
  padding: 30px;
}
blockquote.uwf-blockquote .uwf-blockquote__quote p {
  text-align: center;
  font-family: "Encode Sans Normal", sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.5em;
  color: var(--uwf-color-brand-mediumgray);
  margin-bottom: 1em;
}
blockquote.uwf-blockquote .uwf-blockquote__quote:before {
  position: absolute;
  left: 0;
  top: 1.1em;
  content: "";
  background-image: url(assets/images/quote-open-gold.svg);
  background-size: cover;
  height: 1.125em;
  width: 1.5em;
}
blockquote.uwf-blockquote .uwf-blockquote__quote:after {
  position: absolute;
  right: 0;
  bottom: 3.5em;
  content: "";
  background-image: url(assets/images/quote-close-gold.svg);
  background-size: cover;
  height: 1.125em;
  width: 1.5em;
}
blockquote.uwf-blockquote .uwf-blockquote__source p {
  text-align: center;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: normal;
  font-size: 0.75em;
  color: var(--uwf-color-brand-mediumgray);
  margin-bottom: 0;
}
blockquote.uwf-blockquote .uwf-blockquote__source p:before {
  content: "- ";
}
@media only screen and (min-width: var(--uw-screen-xs-min)) {
  blockquote.uwf-blockquote {
    padding: 40px 90px 20px 90px;
  }
  blockquote.uwf-blockquote .uwf-blockquote__quote:before {
    top: 1.1em;
    height: 2.25em;
    width: 3em;
  }
  blockquote.uwf-blockquote .uwf-blockquote__quote:after {
    bottom: 3.5em;
    height: 2.25em;
    width: 3em;
  }
}
/* Component: Action links */
.action-links {
  margin: 20px 0 10px;
  list-style-type: none;
  display: inline-block;
}
.action-links li {
  float: left;
  /* LTR */
  margin: 0 1em 0 0;
  /* LTR */
}
.action-links li a {
  display: block;
}
.action-links a {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: var(--uw-color-brand-lightgold);
  background: #fff;
  line-height: 30px;
  border: 2px solid var(--uw-color-brand-lightgold);
  margin: 5px 3px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.action-links a:hover,
.action-links a:focus {
  text-decoration: none;
  border-bottom-width: 2px;
  border-bottom-color: var(--uw-color-brand-lightgold);
  background: var(--uw-color-brand-lightgold);
  color: #fff;
}
.action-links a.action-link--highlight {
  color: var(--uw-color-brand-purple);
  border-color: var(--uw-color-brand-purple);
}
.action-links a.action-link--highlight:focus,
.action-links a.action-link--highlight:hover {
  color: #fff;
  background-color: var(--uw-color-brand-purple);
  border-bottom-color: var(--uw-color-brand-purple);
}
.action-links a.action-link--mute {
  color: var(--uw-color-gray);
  border-color: var(--uw-color-gray);
}
.action-links a.action-link--mute:focus,
.action-links a.action-link--mute:hover {
  color: #fff;
  background-color: var(--uw-color-gray);
  border-bottom-color: var(--uw-color-gray);
}
.grouped-view h3 {
  color: var(--uw-color-brand-purple);
  margin-top: 60px;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  line-height: 0.1em;
  border-bottom: 1px solid #a3a2a3;
  text-transform: uppercase;
}
.grouped-view h3 span {
  padding: 0 1em;
  background: #fff;
}
/**
 * @file
 * Visual styles for views exposed form.
 *
 * Copied from the Claro admin theme and modified.
 */
.views-exposed-form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: var(--uwf-space-l);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-before: var(--uwf-space-xs);
          padding-block-start: var(--uwf-space-xs);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.views-exposed-form .form-element--type-select {
  max-width: 240px;
}
.views-exposed-form .form-type-boolean .form-boolean {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: var(--uwf-space-xs);
          margin-inline-end: var(--uwf-space-xs);
}
.views-exposed-form .form-item {
  max-width: 100%;
  margin-block: var(--uwf-space-xs) 0;
  margin-inline: 0 var(--uwf-space-xs);
}
.views-exposed-form .form-item label {
  display: table;
}
.views-exposed-form .form-item label.option {
  font-size: var(--uw-font-size-small);
}
.views-exposed-form .form-item.form-type-boolean-checkbox {
  -webkit-margin-before: auto;
          margin-block-start: auto;
  -webkit-margin-after: var(--uwf-space-s);
          margin-block-end: var(--uwf-space-s);
}
.views-exposed-form .form-item.form-type-boolean-checkbox label {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.views-exposed-form .form-item.fieldgroup {
  -webkit-margin-before: var(--uwf-space-s);
          margin-block-start: var(--uwf-space-s);
}
.views-exposed-form .form-actions,
.views-exposed-form .form-no-label {
  margin-top: calc(var(--uwf-line-height-form-label) + var(--uwf-space-s) + var(--uwf-space-xs));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.views-exposed-form .form-actions .button {
  margin-block: 0;
}
.views-exposed-form .form-actions .button:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
/** Component: Bootstrap carousel overrides and extensions. */
.carousel {
  margin-bottom: 60px;
  max-width: 1200px;
  /* Should not be wider than the slideshow image style. */
  margin-left: auto;
  margin-right: auto;
}
/* Gallery-style Bootstrap carousel */
.carousel-indicators--gallery .thumbnail-control {
  padding: 0;
}
.carousel-indicators--gallery .thumbnail-control.active {
  border-color: var(--uw-color-brand-purple);
}
.carousel--gallery a.carousel-control {
  top: unset;
  bottom: unset;
  margin-top: -95px;
}
.carousel-indicators--gallery-grid {
  position: relative;
}
.carousel-indicators--gallery-grid .carousel-indicators {
  position: unset;
}
/* Carousel items */
.carousel-inner .item [class^="col-"] .carousel-caption {
  left: unset;
  right: unset;
}
@media only screen and (min-width: var(--uw-screen-sm-min)) {
  .carousel-inner .item [class^="col-"] .carousel-caption {
    width: 74.25%;
  }
}
.carousel-inner .item .carousel-caption {
  left: 0;
  bottom: 5%;
  background-color: var(--uw-color-brand-purple);
  padding: 12px 0 10px 40px;
  width: 77.5%;
  min-height: 85px;
  text-align: left;
}
.carousel-inner .item .carousel-caption h3 {
  color: #fff;
  float: none;
  margin: 10px 60px 0 0;
}
.carousel-inner .item .carousel-caption h3 a {
  border: 0;
}
.carousel-inner .item .carousel-caption p,
.carousel-inner .item .carousel-caption > div {
  color: #fff;
  width: 90%;
  font-size: 16px;
  line-height: 20px;
  padding-top: 7px;
}
.carousel-inner .item .carousel-caption a {
  color: #fff;
}
@media only screen and (min-width: var(--uw-screen-sm-min)) {
  .carousel-inner .item .carousel-caption {
    opacity: 0.9;
    width: 77.5%;
  }
}
@media only screen and (max-width: var(--uw-screen-xs-max)) {
  .carousel-inner .item .carousel-caption {
    position: unset;
    width: 100%;
    padding: 5px 20px;
  }
  .carousel-inner .item .carousel-caption p,
  .carousel-inner .item .carousel-caption > div {
    color: #fff;
    font-size: 0.95em;
    width: 90%;
    line-height: 20px;
    padding-top: 7px;
  }
}
@media only screen and (max-width: var(--uw-screen-xs-max)) {
  .transition--fade .carousel-inner > .item.active {
    opacity: 1;
  }
}
/* Carousel default "dot" indicators */
.carousel-indicators {
  bottom: -40px;
  width: 100%;
  margin-left: -50%;
  margin-bottom: 0;
  padding-top: 10px;
  background-color: #eee;
}
.carousel-indicators li {
  list-style: none;
  display: inline-block;
  border: 0;
  border-radius: 100%;
  padding: 10px;
  margin: 0 3px;
  background-color: #fff;
  cursor: pointer;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  background-color: var(--uw-color-brand-purple);
}
/* Carousel controls (previous/next buttons) */
a.carousel-control {
  position: absolute;
  top: unset;
  text-align: center;
  color: var(--uw-color-brand-darkgray);
  line-height: 60px;
  font-size: 30px;
  background-color: #eee;
  height: 60px;
  width: 45px;
  bottom: 36px;
  opacity: 1;
  border-bottom: 0;
}
a.carousel-control.right:after,
a.carousel-control.left:after {
  background: url(assets/images/uw-sprite.svg) no-repeat -698px -97px;
  content: "";
  width: 61px;
  height: 44px;
  position: absolute;
  top: 11px;
  left: 15px;
  background-size: 1700px;
}
a.carousel-control.left {
  z-index: 100;
  left: 77.5%;
  margin-left: -45px;
  -webkit-box-shadow: -1px 0px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 0px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  background-image: none;
}
a.carousel-control.right {
  background-image: none;
  z-index: 101;
  left: 77.5%;
  -webkit-box-shadow: -1px 0px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 0px 5px 0 rgba(0, 0, 0, 0.4);
}
a.carousel-control:hover,
a.carousel-control:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
a.carousel-control .icon-prev,
a.carousel-control .icon-next,
a.carousel-control .glyphicon-chevron-left,
a.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
a.carousel-control .icon-prev,
a.carousel-control .glyphicon-chevron-left {
  display: none;
}
a.carousel-control .icon-next,
a.carousel-control .glyphicon-chevron-right {
  display: none;
}
a.carousel-control .icon-prev,
a.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
a.carousel-control .icon-prev:before {
  content: "";
}
a.carousel-control .icon-next:before {
  content: "";
}
/** Component: Bootstrap panels - overrides and extensions */
/* Panel resets */
.panel {
  margin-bottom: calc(var(--uw-line-height-computed) / 2);
  background-color: var(--uw-panel-bg);
  border: 1px solid transparent;
  border-radius: var(--uw-panel-border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel:last-child {
  margin-bottom: calc(var(--uw-line-height-computed) / 2);
}
.panel-group .panel:last-child {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .panel-body {
    padding: 30px;
  }
}
.panel-heading {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
h1.panel-title,
h2.panel-title,
h3.panel-title,
h4.panel-title,
h5.panel-title,
h6.panel-title {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 600;
  color: #444;
}
.panel-title a.accordion-toggle {
  border-bottom: 0;
  text-decoration: none;
  position: relative;
}
.panel-title a.accordion-toggle:hover,
.panel-title a.accordion-toggle:focus {
  border-bottom: 0;
  text-decoration: none;
}
/* Default panels */
.panel-default {
  /* For field_group fieldset (non-collapsible) widget */
  /* a.panel-title for field_group details widget panels. */
}
.panel-default .panel-heading {
  background-color: #d8d2c3;
  padding: 0;
  min-height: calc(var(--uw-line-height-computed) + 10px);
  line-height: calc(var(--uw-line-height-heading));
}
.panel-default .panel-title {
  min-height: inherit;
  background-color: #ece9e2;
  font-size: 24px;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 600;
  color: #444;
}
@media only screen and (min-width: 768px) {
  .panel-default .panel-title {
    min-height: calc(var(--uw-line-height-computed) + 30px);
    font-size: 26px;
  }
}
.panel-default div.panel-title {
  padding: 10px;
}
.panel-default a.panel-title {
  position: relative;
}
.panel-default .panel-title a.accordion-toggle,
.panel-default a.panel-title {
  display: block;
  width: 100%;
  color: inherit;
  padding: 6px 10px 6px 55px;
  min-height: inherit;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .panel-default .panel-title a.accordion-toggle,
  .panel-default a.panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.panel-default .panel-title a.accordion-toggle.collapsed,
.panel-default a.panel-title.collapsed,
.panel-default .panel-title a.accordion-toggle[aria-expanded="false"],
.panel-default a.panel-title[aria-expanded="false"] {
  background-color: #ece9e2;
  color: #444;
}
.panel-default .panel-title a.accordion-toggle.collapsed:before,
.panel-default a.panel-title.collapsed:before,
.panel-default .panel-title a.accordion-toggle[aria-expanded="false"]:before,
.panel-default a.panel-title[aria-expanded="false"]:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.panel-default .panel-title a.accordion-toggle:before,
.panel-default a.panel-title:before {
  content: "";
  position: absolute;
  height: 35px;
  width: 35px;
  margin-right: 40px;
  left: 13px;
  background: url(assets/images/uw-sprite.svg) no-repeat 0 -615px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.panel-default .panel-title a.accordion-toggle[aria-expanded="true"],
.panel-default a.panel-title[aria-expanded="true"] {
  background-color: #d8d2c3;
}
@media only screen and (max-width: 767px) {
  form > .panel-default {
    margin-left: -21px;
    margin-right: -21px;
  }
}
.panel-form-block {
  background-color: var(--uwf-color-brand-ultralightgray);
}
@media only screen and (min-width: 768px) {
  .panel-form-block {
    -webkit-box-shadow: 0 4px 10px rgba(33, 33, 33, 0.2);
            box-shadow: 0 4px 10px rgba(33, 33, 33, 0.2);
    border: var(--uwf-color-brand-lightgray) solid 1px;
  }
  .panel-form-block .panel-heading {
    padding-left: 15px;
  }
}
.panel-form-block:not(:last-child) {
  margin-bottom: var(--uw-line-height-computed);
}
.panel-form-block .panel-heading {
  background-color: transparent;
}
.panel-form-block .panel-title {
  background-color: unset;
}
.panel-form-block .panel-title a.accordion-toggle.collapsed,
.panel-form-block a.panel-title.collapsed,
.panel-form-block .panel-title a.accordion-toggle[aria-expanded="false"],
.panel-form-block a.panel-title[aria-expanded="false"] {
  background-color: unset;
  color: #444;
}
.panel-form-block .panel-title a.accordion-toggle[aria-expanded="true"],
.panel-form-block a.panel-title[aria-expanded="true"] {
  background-color: unset;
}
.panel-form-block > .panel-body {
  padding: 15px;
}
.panel-form-block > .panel-body > .help-block {
  font-family: inherit;
  font-size: inherit;
  font-weight: var(--uw-font-weight-base);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .panel-form-block > .panel-body {
    padding: 30px;
  }
}
.panel-inline-entity-form .panel-heading .panel-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  min-height: auto;
}
.panel-inline-entity-form .panel-body {
  padding: 5px 15px;
}
.panel-minimal > .panel-heading {
  min-height: calc(var(--uw-line-height-computed));
}
.panel-minimal > .panel-heading .panel-title a.accordion-toggle,
.panel-minimal > .panel-heading a.panel-title {
  border-top: 1px solid #4b2e83;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: var(--uw-line-height-heading);
  color: #4b2e83;
  background-color: #fff;
  padding: 10px 10px 10px 40px;
  display: block;
}
.panel-minimal > .panel-heading .panel-title a.accordion-toggle.collapsed,
.panel-minimal > .panel-heading a.panel-title.collapsed,
.panel-minimal > .panel-heading .panel-title a.accordion-toggle[aria-expanded="false"],
.panel-minimal > .panel-heading a.panel-title[aria-expanded="false"] {
  border-top: 1px solid #4b2e83;
  border-bottom: 1px solid #4b2e83;
  color: #4b2e83;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
}
.panel-minimal > .panel-heading .panel-title a.accordion-toggle.collapsed:before,
.panel-minimal > .panel-heading a.panel-title.collapsed:before,
.panel-minimal > .panel-heading .panel-title a.accordion-toggle[aria-expanded="false"]:before,
.panel-minimal > .panel-heading a.panel-title[aria-expanded="false"]:before {
  background: url(assets/images/uw-sprite.svg) no-repeat -315px 0;
  height: 24px;
  width: 24px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: unset;
  transition: unset;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
}
.panel-minimal > .panel-heading .panel-title a.accordion-toggle[aria-expanded="true"]:before,
.panel-minimal > .panel-heading a.panel-title[aria-expanded="true"]:before {
  background: url(assets/images/uw-sprite.svg) no-repeat -315px -25px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: unset;
  transition: unset;
  height: 24px;
  width: 24px;
  position: absolute;
  content: "";
  left: 10px;
  top: 12px;
}
.panel-minimal > .panel-body {
  /* Not yet implemented */
}
.panel-minimal > .panel-body.panel-collapse.in {
  border-bottom: 1px solid #4b2e83;
  padding-bottom: 10px;
}
.panel-minimal > .panel-body .close-bar {
  margin: 20px -30px auto;
}
.panel-minimal > .panel-body .close-bar a {
  font-size: 11px;
  border: 0;
  color: #3d3d3d;
  text-decoration: none;
}
.panel-minimal > .panel-body .close-bar span:before {
  padding-right: 10px;
  text-decoration: none;
}
.panel-group {
  margin-bottom: calc(var(--uw-line-height-computed) / 2);
}
.panel.panel-fieldset {
  border-color: var(--uwf-color-brand-lightpurple);
  background-color: transparent;
  position: relative;
  margin-top: var(--uw-line-height-computed);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.panel.panel-fieldset > .panel-heading {
  background-color: unset;
  position: absolute;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  top: -11px;
}
.panel.panel-fieldset > .panel-heading .panel-title {
  color: var(--uw-color-brand-primary);
  font-family: var(--uw-font-family-base);
  font-size: var(--uw-font-size-base);
  padding: 0 10px 2px 10px;
  margin-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  min-height: auto;
}
.panel.panel-fieldset > .panel-heading a.panel-title {
  padding: 0 5px 2px 25px;
  background-color: #fff;
}
.panel.panel-fieldset > .panel-heading a.panel-title:before {
  height: 10px;
  width: 10px;
  background: url(assets/images/uw-sprite.svg) no-repeat -354px 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  top: 7px;
  left: 9px;
}
.panel.panel-fieldset > .panel-heading a.panel-title.collapsed:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.panel.panel-fieldset > .panel-body {
  padding: 20px 20px 10px 15px;
}
.well h2:first-child,
.well .h2:first-child,
.well h3:first-child,
.well .h3:first-child,
.well h4:first-child,
.well .h4:first-child,
.well h5:first-child,
.well .h5:first-child,
.well h6:first-child,
.well .h6:first-child {
  margin-top: 0;
}
.alert.alert-squish {
  margin-bottom: 15px;
}
.arrow-bar {
  border-top: 12px solid var(--uw-color-brand-darkgray);
}
.arrow-bar:before {
  border-top: 12px solid var(--uw-color-brand-darkgray);
  content: "";
  position: absolute;
  padding-top: 12px;
  left: 50%;
  margin-top: 0;
  margin-left: -12px;
  max-width: 10px;
  height: 12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 1;
}
.arrow-bar--gold {
  border-top: 12px solid var(--uw-color-brand-lightgold);
}
.arrow-bar--gold:before {
  border-top-color: var(--uw-color-brand-lightgold);
}
.arrow-bar--dark-gold {
  border-top: 12px var(--uw-color-brand-darkgold) solid;
}
.arrow-bar--dark-gold:before {
  border-top-color: var(--uw-color-brand-darkgold);
}
.arrow-bar--gray {
  border-top: 12px var(--uw-color-gray) solid;
}
.arrow-bar--gray:before {
  border-top-color: var(--uw-color-gray);
}
.arrow-bar--purple {
  border-top: 12px solid var(--uw-color-brand-purple);
}
.arrow-bar--purple:before {
  border-top-color: var(--uw-color-brand-purple);
}
.pill-list {
  list-style-type: none;
  padding: 0;
}
.pill {
  float: left;
  margin: 0 5px 5px;
}
.pill a {
  padding: 0 10px;
  border-radius: 2em;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.pill a.uwf-ic {
  padding-left: 3px;
}
.pill a:before {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pill a:hover,
.pill a:focus {
  border-width: 2px;
  border-style: solid;
}
.pill--outline a {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
}
.pill--outline.pill--purple a {
  border-color: var(--uw-color-brand-purple);
  color: var(--uw-color-brand-purple);
}
.pill--outline.pill--purple a:hover,
.pill--outline.pill--purple a:focus {
  background-color: #d8cdec;
  border-color: #6748a7;
  color: #6748a7;
}
.pill--outline.pill--purple a:hover:before,
.pill--outline.pill--purple a:focus:before {
  color: #6748a7;
}
.pill--solid a {
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
}
.pill--solid.pill--purple a {
  color: #fff;
}
.pill--solid.pill--purple a:hover,
.pill--solid.pill--purple a:focus {
  background-color: #130431;
  border-color: #d8cdec;
  color: #d8cdec;
}
.pill--solid.pill--purple a:hover:before,
.pill--solid.pill--purple a:focus:before {
  color: #d8cdec;
}
.nav-button {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (min-width: var(--uw-screen-sm-min)) {
  .uw-body .nav-button {
    display: none;
  }
}
@media only screen and (max-width: var(screen-xs-max)) {
  .uw-body .nav-button {
    margin-bottom: 10px;
    float: right;
    clear: both;
  }
  .navbar .nav-button {
    display: none;
  }
}
.uwf-button--rect,
.uwf-button--rounded {
  display: inline-block;
}
.uwf-button--rect a,
.uwf-button--rounded a {
  font-family: var(--uw-font-family-heading);
  color: #fff;
  font-weight: 600;
  border-bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: var(--uw-color-brand-purple);
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  /* Workaround to CKEditor5 not allowing <br> inside <a>. */
}
.uwf-button--rect a span,
.uwf-button--rounded a span {
  display: block;
}
.uwf-button--rect a.uwf-ic:before,
.uwf-button--rounded a.uwf-ic:before,
.uwf-button--rect a span,
.uwf-button--rounded a span {
  line-height: 1.3;
}
.uwf-button--rect a:hover,
.uwf-button--rounded a:hover,
.uwf-button--rect a:focus,
.uwf-button--rounded a:focus {
  text-decoration: none;
  border-bottom: 0;
}
.uwf-button--rounded a {
  padding: 5px 20px 5px;
  border-radius: 80px;
  text-transform: uppercase;
}
.uwf-button--rounded a:hover,
.uwf-button--rounded a:focus {
  color: var(--uw-color-brand-darkgold) !important;
  background-color: #ccc;
}
.uwf-button--rounded a:hover:before,
.uwf-button--rounded a:focus:before {
  color: var(--uw-color-brand-darkgold);
}
.uwf-button--rounded a:hover *,
.uwf-button--rounded a:focus * {
  color: var(--uw-color-brand-darkgold) !important;
}
.uwf-button--rect {
  position: relative;
}
.uwf-button--rect:before {
  position: absolute;
  top: 4px;
  height: 21px;
  width: 100%;
  content: "";
  background: url(../../uw_boundless/css/assets/images/stripes-dark-tile.svg);
  opacity: 0.3;
  color: #fff;
}
.uwf-button--rect a {
  padding: 40px 30px 20px;
  min-height: 125px;
  height: 100%;
  font-size: 20px;
  line-height: 22px;
}
.uwf-button--rect a:before {
  margin-bottom: 5px;
  color: #fff;
}
.uwf-button--rect a:hover,
.uwf-button--rect a:focus {
  color: var(--uw-color-brand-ultralightgold);
  background-color: var(--uwf-color-brand-darkpurple);
}
.uwf-button--rect a:hover:before,
.uwf-button--rect a:focus:before {
  color: var(--uw-color-brand-ultralightgold);
}
@media only screen and (max-width: 480px) {
  .uwf-button--rect a {
    padding: 35px 8px 10px;
  }
}
.uwf-button--rect-wrapper {
  margin-bottom: 25px;
}
.uwf-button--rect-wrapper .uwf-button--rect {
  display: block;
}
/* Override .links margin from uw.body-content.less. */
.links.btn-group.dropdown {
  margin-top: 0;
}
a.uwf-button--slant {
  border: 1px solid #fff !important;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  margin: 20px;
  display: inline-block;
  color: #fff;
  font-family: var(--uw-font-family-base);
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 30px;
}
a.uwf-button--slant div {
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
}
a.uwf-button--slant:hover {
  background-color: var(--uwf-color-brand-darkpurple);
  color: #fff;
}
a.uwf-button--slant.button--purple {
  color: var(--uw-color-brand-purple);
  border-color: var(--uw-color-brand-purple) !important;
}
a.uwf-button--slant.button--purple:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.uwf-button--slide {
  position: absolute;
  right: -20px;
  top: -10px;
  z-index: 999;
}
.uwf-button--slide a {
  padding: 5px;
  height: 35px;
  font-family: var(--uw-font-family-heading);
  font-size: 12pt;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 80px;
  border: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  z-index: 999;
  text-decoration: none;
}
.uwf-button--slide a:hover,
.uwf-button--slide a:focus,
.uwf-button--slide a:active {
  border-bottom: 0;
  outline: none;
}
.uwf-button--slide a:hover .button-text,
.uwf-button--slide a:focus .button-text,
.uwf-button--slide a:active .button-text {
  width: 150px;
}
.uwf-button--slide a.ic--sm:before {
  font-size: 30px;
}
.uwf-button--slide a .button-text {
  width: 0;
  line-height: 35px;
  height: 35px;
  top: 0;
  right: 20px;
  position: absolute;
  background-color: inherit;
  z-index: -1;
  -webkit-transition: width 1s;
  transition: width 1s;
  border-radius: 80px 0 0 80px;
  padding-right: 20px;
  overflow: hidden;
}
/* Image and adjacent button centering (from TS D7) */
.img-btn-container {
  position: relative;
}
img.img-responsive-235-max-h {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 235px;
}
.img-btn-container a.uw-btn {
  position: absolute;
  top: 50%;
  left: calc(50% - 24px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/** Component: uwf-callout */
.uwf-callout {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top: 12px solid var(--uw-color-brand-lightgold);
  position: relative;
  padding: 30px 45px;
}
.uwf-callout:before {
  border-top: 12px solid var(--uw-color-brand-lightgold);
  content: "";
  position: absolute;
  left: 50%;
  padding-top: 12px;
  margin-top: -30px;
  margin-left: -12px;
  max-width: 10px;
  height: 12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 1;
}
.uwf-callout--right {
  float: right;
  margin: 30px 0 30px 40px;
}
.uwf-callout--left {
  float: left;
  margin: 30px 40px 30px 0;
}
.uwf-callout--gray {
  background-color: var(--uwf-color-brand-ultralightgray);
}
.uwf-callout--gold {
  background-color: var(--uwf-color-brand-hyperlightgold);
}
@media only screen and (min-width: var(--uw-screen-sm-min)) {
  .uwf-callout {
    width: 360px;
  }
  .uwf-callout--right:before {
    right: 180px;
  }
  .uwf-callout--left:before {
    left: 180px;
  }
}
.cards,
.cards ul:first-of-type {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1em;
}
@media screen and (min-width: 620px) {
  .cards-grid.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .cards-grid.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 620px) {
  .cards-grid.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .cards-grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 620px) {
  .cards-grid.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .cards-grid.col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card--contact.card--ol {
  border: 1px solid var(--uw-color-brand-primary);
  border-radius: 8px;
}
.card--contact .card__inner {
  padding: 1em;
}
.card--contact .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card--contact .card__header :first-child:has(+ .uwf-ic) {
  margin-right: 2em;
}
.card--contact .card__header .uwf-ic:first-child + * {
  margin-left: 2em;
}
.card--contact .card__header h2,
.card--contact .card__header h3,
.card--contact .card__header h4,
.card--contact .card__header h5,
.card--contact .card__header h6 {
  margin-top: 0 !important;
}
.card--contact .card__subtitle {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.card--contact .card__body {
  font-size: 15px;
}
.card--contact dl.icon-list {
  display: grid;
  grid-template-columns: calc(var(--uwf-icon-font-size-xs) + 0.5em) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 0;
}
.card--contact dl.icon-list dt {
  grid-column: 1;
  margin-bottom: 0.5em;
}
.card--contact dl.icon-list dd {
  grid-column: 2;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  word-break: break-all;
}
/** Component: Content section Paragraphs */
.paragraph--content-section--default:last-child {
  margin-bottom: 20px;
}
/** Angled banner header sections **/
.paragraph--content-section--angle_banner .row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.paragraph--content-section--angle_banner .angle-banner {
  background-color: #5e3989;
  height: 184px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.paragraph--content-section--angle_banner .angle-banner .bg-image {
  background-size: cover;
  min-height: 100%;
  background-position: 50% 50%;
}
.paragraph--content-section--angle_banner .angle-banner h2 {
  font-size: 21px;
  font-family: "Uni Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 30px 60px 30px 30px;
  margin: 0;
}
.paragraph--content-section--angle_banner .angle-banner h2 .title {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 21px;
  display: block;
  text-transform: uppercase;
}
.paragraph--content-section--angle_banner .angle-banner img.img-responsive {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}
.paragraph--content-section--angle_banner .angle-banner .angles {
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.paragraph--content-section--angle_banner .angle-banner .angles.angle-1 {
  border-right: 60px solid #462178;
  left: 50%;
}
.paragraph--content-section--angle_banner .angle-banner .angles.angle-2 {
  border-right: 60px solid #2c0065;
  left: 57%;
}
.paragraph--content-section--angle_banner .section-content {
  padding: 35px;
}
@media only screen and (max-width: var(--uw-screen-xs-max)) {
  .paragraph--content-section--angle_banner .angle-banner {
    height: 270px;
  }
  .paragraph--content-section--angle_banner .angle-banner .bg-image {
    min-height: 180px;
    background-position: center center;
  }
  .paragraph--content-section--angle_banner .angle-banner h2,
  .paragraph--content-section--angle_banner .angle-banner h3 {
    padding: 20px;
  }
  .paragraph--content-section--angle_banner .angle-banner .angles.angle-1,
  .paragraph--content-section--angle_banner .angle-banner .angles.angle-2 {
    display: none;
  }
}
/* Component: Curated links */
.curated-links {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.curated-links > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.curated-links .link-group {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.curated-links .link-group > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.curated-links .link-group > * a {
  font-family: "Encode Sans Compressed", sans-serif;
  color: var(--uwf-color-brand-ultradarkgray) !important;
  font-weight: normal;
  text-align: center;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 1.3;
  font-size: 14px;
  border-bottom: 0;
  text-decoration: none;
  width: auto;
}
.curated-links .link-group > * a span.sub-title {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.curated-links .link-group > * a.link--bold {
  font-weight: var(--uw-font-weight-bold);
  text-transform: uppercase;
  font-size: 17px;
  color: var(--uw-color-brand-purple) !important;
}
.curated-links .link-group > * a:hover,
.curated-links .link-group > * a:focus {
  color: var(--uw-color-brand-darkgold);
}
.curated-links .link-group > * a:hover:before,
.curated-links .link-group > * a:focus:before {
  -webkit-transform: scale(1.125);
      -ms-transform: scale(1.125);
          transform: scale(1.125);
  color: var(--uw-color-brand-purple);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.curated-links .link-group > * a:before {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding-bottom: 3px;
}
.curated-links h2 {
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (max-width: var(--uw-screen-xs-max)) {
  .curated-links h2 {
    margin-top: 10px;
  }
}
.curated-links--box {
  margin-left: -15px;
  padding-top: 15px;
  -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
          box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
}
.curated-links--box .link-group > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid var(--uwf-color-brand-ultralightgray);
}
.curated-links--box .link-group > *:last-child {
  border: 0;
}
.curated-links--box h2 {
  margin-top: 5px;
}
.curated-links--badges .link-group > * a {
  -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
          box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding-top: 20px;
}
.ui-widget-overlay {
  opacity: var(--uw-modal-backdrop-opacity) !important;
  background: var(--uwf-modal-backdrop-bg) !important;
}
.ui-dialog.ui-widget-content {
  position: absolute;
  inset-block-start: 0;
  left: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: var(--uwf-modal-box-shadow);
          box-shadow: var(--uwf-modal-box-shadow);
  border-radius: 0;
  font-family: var(--uw-font-family-base);
  z-index: var(--uw-zindex-modal);
  outline: none;
  /* Media queries are moved outside */
}
.ui-dialog.ui-widget-content:focus,
.ui-dialog.ui-widget-content:focus:active,
.ui-dialog.ui-widget-content:focus:hover {
  -webkit-box-shadow: var(--gin-shadow-l1);
          box-shadow: var(--gin-shadow-l1);
}
.ui-dialog.ui-widget-content:not(.ui-dialog-off-canvas) {
  max-width: 1280px;
  border: 0 none !important;
  background: var(--uw-modal-content-bg);
}
.ui-dialog.ui-widget-content:not(.ui-dialog-off-canvas) .ui-dialog-content:first-of-type {
  border-start-start-radius: var(--gin-border-m);
  border-start-end-radius: var(--gin-border-m);
}
.ui-dialog.ui-widget-content:not(.ui-dialog-off-canvas) .layout-region-node-actions {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: var(--gin-spacing-m);
  inset-block-start: auto;
  inset-inline-end: auto;
}
.ui-dialog.ui-widget-content:not(.ui-dialog-off-canvas) .layout-region-node-secondary {
  width: 100%;
}
.ui-dialog.ui-widget-content:not(.ui-dialog-off-canvas) .views-exposed-form.views-exposed-form,
.ui-dialog.ui-widget-content:not(.ui-dialog-off-canvas) .views-displays {
  border: 1px solid var(--gin-border-color-layer);
}
@media (forced-colors: active) {
  .ui-dialog {
    border: 1px solid transparent;
  }
  .ui-dialog:not(.ui-dialog-off-canvas) {
    border: 1px solid buttonBorder !important;
  }
}
@media all and (max-width: 48em) {
  .ui-dialog:not(.ui-dialog-off-canvas) {
    min-width: 92%;
    max-width: 92%;
  }
}
@media (max-width: 47.99em) {
  .ui-dialog:not(.ui-dialog-off-canvas) {
    min-width: 92%;
    max-width: 92%;
  }
}
[dir="ltr"] .ui-dialog {
  inset-inline-start: 0;
}
[dir="rtl"] .ui-dialog {
  inset-inline-end: 0;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  background-color: var(--uwf-color-brand-darkpurple);
  line-height: 1.2;
  padding: 1rem 1.5rem;
  border: 0 none;
  border-radius: 0;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
  font-weight: var(--gin-font-weight-normal);
  color: #fff;
  width: 100%;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inline-size: 1.5em;
  margin: 0 1rem;
  padding: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid transparent;
  background: none;
  font-size: 21.25px;
  font-weight: bold;
  line-height: 1;
  color: white;
  width: 2rem;
  height: 2rem;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "X";
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close:hover,
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  color: var(--uw-color-brand-lightgold);
  text-decoration: none;
  cursor: pointer;
  outline: 3px solid var(--uw-color-brand-lightgold);
  outline-offset: -2px;
}
button.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ui-dialog.ui-widget-content > .ui-dialog-content.ui-widget-content {
  overflow: auto;
  padding: unset;
  padding-inline: 1.5rem;
  background: #fff;
}
.ui-dialog.ui-widget-content > .ui-dialog-content.ui-widget-content .form-actions,
.ui-dialog.ui-widget-content > .ui-dialog-content.ui-widget-content .field-actions {
  margin: 0;
  padding: 0;
}
.ui-dialog.ui-widget-content.ui-dialog-off-canvas .ui-widget-content.ui-dialog-content {
  background: none;
}
#drupal-off-canvas .form-item .form-item__description {
  color: var(--color-gray-050);
  font-size: 0.75rem;
}
/**
 * @file
 * Visual styles for fields.
 */
.views-field:not(.field--label-inline) {
  margin-bottom: 1em;
}
.uw-sidebar .views-field:not(.field--label-inline) {
  margin-bottom: 0.1em;
}
.field--label,
.views-label {
  font-weight: bold;
}
.field--label-inline .field--label,
.field--label-inline .views-label,
.field--label-inline .field--items {
  float: left;
  /* LTR */
}
.field--label-inline .field--label,
.field--label-inline .views-label,
.field--label-inline > .field--item,
.field--label-inline > .field-content,
.field--label-inline .field--items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .views-label,
[dir="rtl"] .field--label-inline .field--items {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field--label::after {
  content: ":";
}
.field--item .file .file-link {
  margin-right: 2px;
}
.field--widget-entity-browser-entity-reference .panel.panel-default {
  border-color: var(--uwf-color-brand-lightpurple);
  background-color: transparent;
  position: relative;
  margin-top: 11px;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .panel-heading {
  background-color: unset;
  position: absolute;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  top: -11px;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .panel-title {
  color: var(--uw-color-brand-primary);
  font-family: var(--uw-font-family-base);
  font-size: var(--uw-font-size-base);
  padding: 0 5px 2px 25px;
  margin-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .panel-title:before {
  height: 10px;
  width: 10px;
  background: url(assets/images/uw-sprite.svg) no-repeat -354px 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  top: 7px;
  left: 9px;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .panel-title.collapsed:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.field--widget-entity-browser-entity-reference .panel.panel-default .panel-body {
  padding: 20px 20px 10px 15px;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .panel-body .entities-list .label {
  color: var(--uw-font-color-base);
}
.field--widget-entity-browser-entity-reference .panel.panel-default .entities-list .rendered-entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .entities-list .rendered-entity:not(:last-child) {
  margin-bottom: 1em;
}
.field--widget-entity-browser-entity-reference .panel.panel-default .entities-list .rendered-entity .field {
  margin-bottom: unset;
}
.field--widget-entity-browser-entity-reference p {
  margin-bottom: 0;
}
.field--widget-options-grid[data-grid-size] .form-checkboxes .checkbox,
.field--widget-options-grid[data-grid-size] .form-radios .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.form-item--multiple-no-reorder > .control-label {
  display: block;
}
.form-item--multiple-no-reorder .form-type-textfield {
  display: inline-block;
}
.form-item--multiple-no-reorder .btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.field-group--inline:not(.panel),
.field-group--inline > .details-wrapper,
.field-group--inline > .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: normal;*/
  /*align-content: space-between;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field-group--inline:not(.panel):not(:first-child),
.field-group--inline > .details-wrapper:not(:first-child),
.field-group--inline > .panel-body:not(:first-child) {
  margin-top: 11px;
}
.field-group--inline:not(.panel):not(:last-child),
.field-group--inline > .details-wrapper:not(:last-child),
.field-group--inline > .panel-body:not(:last-child) {
  margin-bottom: calc(var(--uw-line-height-computed) / 2);
}
.field-group--inline:not(.panel) > div[class^="field--"],
.field-group--inline > .details-wrapper > div,
.field-group--inline > .panel-body > div[class^="field--"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field-group--inline:not(.panel) > div[class^="field--"]:not(:last-child),
.field-group--inline > .details-wrapper > div:not(:last-child),
.field-group--inline > .panel-body > div[class^="field--"]:not(:last-child) {
  margin-right: 20px;
}
.field-group--inline > .details-wrapper > div > .form-item {
  width: 100%;
}
.field-group--inline:not(.panel) > div[class^="field--"] > .form-inline > .control-label,
.field-group--inline > .panel-body > div[class^="field--"] > .form-inline > .control-label {
  display: block;
}
.field-group--inline:not(.panel) > div[class^="field--"] .form-control,
.field-group--inline > .panel-body > div[class^="field--"] .form-control {
  width: auto;
}
.form-inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: var(--uw-screen-xs-max)) {
  .form-inline-flex {
    display: block;
  }
}
.form-inline-flex > .form-group,
.form-inline-flex > .field-group--inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
  margin-bottom: 0;
}
.form-inline-flex > .form-group.flex-less,
.form-inline-flex > .field-group--inline.flex-less {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.form-inline-flex.flex-col-2 .form-group,
.form-inline-flex.flex-col-2 .field-group--inline {
  min-width: 40%;
}
.form-inline-flex.flex-col-3 .form-group,
.form-inline-flex.flex-col-3 .field-group--inline {
  min-width: 28%;
}
.form-filters.panel .panel-body {
  padding: 0 20px 0;
}
.form-filters .filter-group {
  padding: 5px 10px;
  margin-bottom: 5px;
}
.form-filters .filter-group.filter-group--required {
  background-color: var(--uwf-color-brand-ultralightpurple);
}
.form-filters .filter-group.filter-group--required .help-block,
.form-filters .filter-group.filter-group--required .help-block p {
  color: var(--uw-color-brand-darkgray);
}
.form-filters .filter-group .form-control {
  font-size: 15px;
  height: 35px;
}
.form-controls-reset-width .form-control {
  width: auto;
}
.form-item.panel-default .panel-body:not(.panel-collapse) {
  padding-top: 10px;
}
table.field-multiple-table {
  border: 0;
}
table.field-multiple-table .label {
  color: var(--uw-color-text);
  font-weight: var(--uw-font-weight-medium);
  font-size: 21px;
  padding-left: 0;
}
table.field-multiple-table tbody {
  -webkit-box-shadow: 4px 4px 10px rgba(33, 33, 33, 0.2);
          box-shadow: 4px 4px 10px rgba(33, 33, 33, 0.2);
  border-color: var(--uwf-color-brand-lightgray);
}
table.field-multiple-table tbody tr td {
  border-top: 0;
}
table.field-multiple-table tbody tr td > .form-item {
  margin-bottom: 0;
}
table.field-multiple-table caption {
  display: none;
}
@media only screen and (max-width: var(--uw-screen-sm-max)) {
  table.field-multiple-table label.sr-only {
    position: initial;
    width: initial;
    height: initial;
    margin: initial;
    padding: initial;
    overflow: initial;
    clip: initial;
    border: initial;
  }
  table.field-multiple-table legend .visually-hidden {
    position: initial !important;
    overflow: initial;
    clip: initial;
    width: initial;
    height: initial;
    word-wrap: initial;
  }
}
table .views-field.views-field-operations {
  text-align: end;
}
.field--widget-paragraphs .tabledrag-toggle-weight,
.field--widget-paragraphs-table-widget .tabledrag-toggle-weight {
  display: none;
}
.field--widget-paragraphs .form-group,
.field--widget-paragraphs-table-widget .form-group {
  margin-bottom: 5px;
}
.js .paragraph-top {
  grid-template-columns: auto auto 1fr auto;
}
.js .paragraph-top.form-group,
.js .paragraph-top .paragraph-type.form-group {
  margin-bottom: 0;
}
/* Multi-value fields rendered as a draggable table. */
.form-item--multiple-no-reorder button.icon-before[value="Remove"],
.field-multiple-table button.icon-before[value="Remove"],
.webform-multiple-table table button.icon-before[value="Remove"] {
  font-size: 0;
}
.form-item--multiple-no-reorder button.icon-before[value="Remove"] .glyphicon,
.field-multiple-table button.icon-before[value="Remove"] .glyphicon,
.webform-multiple-table table button.icon-before[value="Remove"] .glyphicon {
  margin-right: -0.25em;
  font-size: initial;
}
.form-group.form-type-webform-custom-composite {
  margin-bottom: 25px;
}
@media only screen and (min-width: var(--uw-screen-sm-min)) {
  .field--widget-link-default td:nth-child(2),
  .field--widget-link-default td:nth-child(2) .ajax-new-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-help {
  display: none !important;
}
.textfield-label-inset {
  position: relative;
  margin-top: 10px;
}
.textfield-label-inset input:focus + label {
  top: -10px;
  color: #1f3040;
  font-size: 13px;
}
.textfield-label-inset input:not(:-moz-placeholder-shown) + label {
  top: -10px;
  color: #1f3040;
  font-size: 12px;
}
.textfield-label-inset input:not(:-ms-input-placeholder) + label {
  top: -10px;
  color: #1f3040;
  font-size: 12px;
}
.textfield-label-inset input:not(:placeholder-shown) + label {
  top: -10px;
  color: #1f3040;
  font-size: 12px;
}
.textfield-label-inset label {
  position: absolute;
  top: 5px;
  left: 10px;
  font-weight: normal;
  padding: 0 5px;
  pointer-events: none;
  -webkit-transition: top 0.2s, font-size 0.2s;
  transition: top 0.2s, font-size 0.2s;
  background-color: white;
  color: #636363;
}
fieldset.form-composite {
  border: 1px solid var(--uw-color-gray-light);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px 10px 10px;
  margin-bottom: 15px;
}
fieldset.form-composite legend {
  padding-right: 5px;
  padding-left: 5px;
}
/* Select list widgets */
.form-item-wrapper--select2 .select-wrapper,
.form-item-wrapper--choices .select-wrapper {
  width: initial;
}
.select2-container .select2-selection,
.choices .choices__inner {
  min-height: 41px;
  padding: 6px 1.75em 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #303030;
  background-color: #fdfdfd;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2-container .select2-selection:focus,
.select2-container .select2-selection:active,
.choices.is-focused .choices__inner {
  padding-top: 4px;
  border-color: #4b2e83;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-width: 3px;
  -webkit-transition: border-width ease-in-out 0.15s, padding-top ease-in-out 0.15s;
  transition: border-width ease-in-out 0.15s, padding-top ease-in-out 0.15s;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.choices__list--single {
  padding: 0;
}
.choices__placeholder {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 6px;
}
.choices[data-type*="select-one"]:after {
  display: none;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 12;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
}
/* Webform elements */
.webform-element-border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.webform-element-border-top {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.form-wrapper.panel-default .panel-title {
  min-height: calc(var(--uw-line-height-computed) + 10px);
  font-size: 23px;
}
.form-wrapper.panel-default .panel-titlediv {
  padding: 10px;
}
.form-wrapper.panel-default a.panel-title:before,
.form-wrapper.panel-default .panel-title a.accordion-toggle:before {
  top: 7px;
}
.form-wrapper.panel-default div.panel-title {
  padding: 10px;
}
.form-wrapper.panel-default .panel-body {
  border: 1px solid var(--uwf-color-brand-hyperlightgold);
}
/* Webform composites */
/* Default composite/multiples container */
.webform-multiple-table table {
  border: none;
}
.webform-multiple-table table > thead > tr > th {
  padding: 5px 15px 0;
  border-bottom: none;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 17px;
}
.webform-multiple-table table > tbody > tr:focus-within {
  background-color: var(--uwf-color-brand-lightpurple);
}
/* Webform tables for displaying composite elements inside fieldset panels. */
.webform-multiple--fieldset-container .webform-multiple-table table > thead > tr > th {
  padding: 15px;
  font-size: 19px;
}
.webform-multiple--fieldset-container .webform-multiple-table table > thead > tr > th [class^="uwf-ic-"] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.webform-multiple--fieldset-container .webform-multiple-table table > tbody > tr {
  position: relative;
}
.webform-multiple--fieldset-container .webform-multiple-table table > tbody > tr:focus-within {
  background-color: unset;
}
.webform-multiple--fieldset-container .webform-multiple-table table > tbody > tr > td {
  border-top: none;
  padding: 0;
  /*vertical-align: middle;*/
  /*&.webform-multiple-table--operations .form-submit {*/
  /*font-size: 1.1em;*/
  /*transform: scale(0);*/
  /*transition: 0.5s;*/
  /*width: 30px;*/
  /*overflow-x: hidden;*/
  /*position: relative;*/
  /*	height: 30px;*/
  /*	background: none;*/
  /*width: 30px;*/
  /*	padding: 0;*/
  /*	display: flex;*/
  /*	border: none;*/
  /*transition: 0.5s;*/
  /*	.glyphicon {*/
  /*font-size: initial;*/
  /*transform: scale(1);*/
  /*width: fit-content;*/
  /*		width: 30px;*/
  /*		height: 100%;*/
  /*		background-color: #a60606;*/
  /*		margin: 0;*/
  /*		top: 0;*/
  /*border-color: #8d0505;*/
  /*	}*/
  /*	.btn__label {*/
  /*		transform: scaleX(0);*/
  /*		transform-origin: left;*/
  /*		transition: 0.5s;*/
  /*		background-color: #a60606;*/
  /*		padding: 2px 5px;*/
  /*		margin:0;*/
  /*display: none;*/
  /*	}*/
  /*		&:hover { */
  /*width: unset;*/
  /*			.btn__label {*/
  /*display: initial;*/
  /*				transform: scaleX(1);*/
  /*			}*/
  /*		}*/
  /*	&:before {*/
  /*content: "";*/
  /*position: absolute;*/
  /*inset: 0;*/
  /*opacity: 0;*/
  /*background: pink;*/
  /*padding: 10px;*/
  /*	}*/
  /*	&:after {*/
  /*background: blue;*/
  /*padding: 10px;*/
  /*	}*/
  /*	&:hover {*/
  /*font-size: initial;*/
  /*transition: font-size 1s;*/
  /*		width: fit-content;*/
  /*transition: width 1s;*/
  /*transform: scale(1);*/
  /*transition-delay: 0.25s;*/
  /*	}*/
  /*}*/
}
.webform-multiple--fieldset-container .webform-multiple-table table > tbody > tr > td.webform-multiple-table--operations {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 10px;
  top: 9px;
  border-bottom: none;
  /*width: 0;*/
  /*padding: 0;*/
  /*vertical-align: top;*/
  /* 	.form-submit {*/
  /*	position: absolute;*/
  /*	right: 15px;*/
  /*	top: 15px;*/
  /*}*/
}
.webform-multiple--fieldset-container .webform-multiple-table table > tbody > tr > td.webform-multiple-table--operations button:not(:last-child) {
  margin-right: 10px;
}
.inset--solid-bg {
  padding: 20px;
  background-color: #eee;
  margin-bottom: 20px;
}
.inset--solid-bg h2:first-child,
.inset--solid-bg h3:first-child {
  margin-top: 0;
}
.inset--solid-bg.inset--gold {
  background-color: #85754d;
}
.inset--solid-bg.inset--gold * {
  color: #fff;
}
.inset--solid-bg.inset--gold a {
  font-weight: bold;
}
.inset--toc {
  border: 1px solid #ccc;
  padding: 0 20px 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.inset--toc .inset__heading {
  margin: 0 -20px 10px;
  padding: 2px 0 2px 20px;
  font-size: 24px;
  font-weight: normal;
  color: var(--uw-font-color-base);
  background-color: #eee;
}
.inset--toc ul,
.inset--toc ol {
  padding-left: 40px;
}
.inset--shadowbox {
  margin-top: 30px;
  padding: 1px 40px 40px 40px;
  -webkit-box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
          box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  background-color: #fff;
  border-left: 10px solid;
}
.inset--shadowbox--border-left {
  padding-left: 80px;
}
.inset--shadowbox--border-right {
  padding-right: 80px;
}
.inset--shadowbox--border-dark-gold {
  border-left-color: var(--uw-color-brand-husky-metallic-gold);
}
.inset--shadowbox--border-purple {
  border-left-color: var(--uw-color-brand-purple);
}
.inset--shadowbox h2,
.inset--shadowbox h3,
.inset--shadowbox h4 {
  margin: 15px 0 0 0;
}
.inset--shadowbox h2:before,
.inset--shadowbox h3:before,
.inset--shadowbox h4:before {
  margin-left: -80px;
  color: #3d3d3d;
}
/**
 * Intro text styles
 * -----------------
 * Stylized blocks of text
 */
.intro-block {
  margin: 30px 0;
}
.intro {
  font-family: var(--uw-font-family-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .intro {
    font-size: 23px;
  }
}
.intro-block--bold {
  text-transform: uppercase;
}
.intro-block--bold .intro {
  font-family: var(--uw-font-family-heading-expanded);
  font-size: 23px;
  line-height: 1.75;
}
.intro-block--bold .intro__title {
  font-family: var(--uw-font-family-heading);
}
@media screen and (min-width: 1200px) {
  .intro-block--bold .intro {
    font-size: 28px;
  }
}
/** Fancy lists */
.illustrated-list__title {
  font-weight: 600 !important;
  font-size: 24px;
}
.illustrated-list .list-item {
  border-top: 1px solid #ababab;
  padding-top: 10px;
}
.illustrated-list .list-item:not(:first-child) {
  margin-top: 20px;
}
.illustrated-list .list-item.row {
  margin-right: 0;
  margin-left: 0;
}
.illustrated-list .list-item p,
.illustrated-list .list-item a,
.illustrated-list .list-item li {
  font-size: 15px;
}
.illustrated-list .list-item__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600 !important;
  font-size: 20px;
}
.step-list__title {
  font-weight: 600 !important;
  font-size: 24px;
}
.step {
  border-top: 1px solid #ababab;
  padding-top: 10px;
}
.step p,
.step a,
.step li {
  font-size: 15px;
}
.step:not(:first-child) {
  margin-top: 20px;
}
.step.row {
  margin-right: 0;
  margin-left: 0;
}
.step__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600 !important;
  font-size: 20px;
}
/** Linear, subway-style route maps */
/* Subway-like stops lists */
.route-stops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 15px 0;
  overflow: visible !important;
  margin-bottom: 0;
  width: 100%;
}
.route-stops .stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
}
.route-stops .stop:before {
  content: "";
  height: 0.5rem;
  width: 100%;
  background-color: #4b2e83;
  position: absolute;
  top: 0;
  /*left: 50%;*/
  left: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.route-stops .stop:last-child:before {
  width: 0;
}
.route-stops .stop > * {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  /*flex: 1 1 7.69%;*/
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
}
.route-stops .stop .stop-name {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 800;
  color: #3d3d3d;
  padding: 1.5rem 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.route-stops .stop .stop-name:after {
  content: "";
  height: 2rem;
  width: 2rem;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: block;
  border: 3px solid #4b2e83;
  background-color: #fff;
  border-radius: 100%;
}
.route-stops .stop .travel-time {
  font-size: 11px;
  line-height: 13px;
  padding: 0.85rem 0.125rem 0;
  /*flex: 1 0 auto;*/
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.route-stops .stop .travel-time:after {
  content: "";
  position: absolute;
  left: 45%;
  top: -15px;
  display: block;
  border-right: 5px solid #4b2e83;
  border-top: 5px solid #4b2e83;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .route-stops {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .route-stops .stop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0;
  }
  .route-stops .stop:before {
    height: 100%;
    width: 0.75rem;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 45%);
        -ms-transform: translate(-50%, 45%);
            transform: translate(-50%, 45%);
  }
  .route-stops .stop .stop-name {
    margin-left: -8em;
  }
  .route-stops .stop .stop-name:after {
    margin-left: calc(4em - 1em - 2px);
    -webkit-transform: translateY(55%) translateX(0);
        -ms-transform: translateY(55%) translateX(0);
            transform: translateY(55%) translateX(0);
  }
  .route-stops .stop .travel-time {
    padding: 0;
    margin-left: 8em;
  }
  .route-stops .stop .travel-time:after {
    padding: 1em;
    margin-left: -4em;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -30%) rotate(135deg) scale(85%);
        -ms-transform: translate(-50%, -30%) rotate(135deg) scale(85%);
            transform: translate(-50%, -30%) rotate(135deg) scale(85%);
  }
}
/** Stylized link list */
.link-list {
  list-style: none;
  width: 75%;
  margin: auto;
  padding-left: 0;
}
.link-list li {
  margin-bottom: 3px;
  background-color: #eee;
}
.link-list a {
  padding: 5px 20px;
  border-bottom: 0;
  color: #5a5a5a;
  font-weight: 600;
  display: block;
}
.link-list a:hover,
.link-list a:focus {
  border-bottom: 0;
  border-left: 10px #4b2e83 solid;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
ul.list--undecorated,
.list--undecorated ul {
  list-style: none;
  padding-left: 0;
}
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list > .tag__item {
  padding: 3px 12px;
  margin-bottom: 0.5em;
}
.tag-list.tags--solid-gold > .tag__item {
  color: var(--uw-color-brand-darkgray);
  background-color: var(--uw-color-brand-ultralightgold);
}
/** Marketo styles */
table.mkto-tables,
.mkto-tables .table {
  border: 0;
  margin-bottom: unset;
}
table.mkto-tables > tbody > tr > td,
.mkto-tables .table > tbody > tr > td,
table.mkto-tables > tbody > tr > th,
.mkto-tables .table > tbody > tr > th {
  border-top: 0;
  padding: 0;
}
table.mkto-tables td.button,
.mkto-tables .table td.button {
  padding-top: 11px;
}
.mkto-tables .purple-background.social-media-footer .table {
  background-color: initial;
}
.mkto-tables .purple-background.social-media-footer .table #socialMediaIconsP a {
  border-bottom: 0;
}
/* Component: News item */
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-item--text {
  margin: auto 0 auto 20px;
}
.news-item--thumbnail {
  min-width: 70px;
}
.news-item--thumbnail img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
h3.news-item--title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.news-item--date {
  font-size: 15px;
}
.news-item--teaser {
  font-size: 18px;
  font-family: "Encode Sans Compressed", sans-serif;
  line-height: 1.25;
  margin-top: 5px;
}
.news-list .news-item:last-child {
  margin-bottom: 10px;
}
/** Component: Promos */
.promos {
  width: 100%;
}
.promo a:not(.uw-btn) {
  border-bottom: solid 1px;
  text-decoration: none;
}
.promo ul.promo__links,
.promo .promo__links ul {
  list-style: none;
  padding-left: 0;
}
/* Sidebar promotions */
.promo--sidebar {
  padding: 30px;
  margin-top: 20px;
}
.promo--sidebar.bg--image {
  background-size: cover;
}
.promo--sidebar a.uw-btn {
  color: var(--uw-color-brand-darkgray) !important;
  border-bottom: 0;
}
.promo--sidebar .promo__body {
  margin-bottom: 15px;
}
.promo--sidebar .promo__body p,
.promo--sidebar .promo__body a,
.promo--sidebar .promo__body li,
.promo--sidebar .promo__body div,
.promo--sidebar .promo__body span {
  font-size: 0.95rem;
}
.promo--sidebar .promo__body h3,
.promo--sidebar .promo__body h4,
.promo--sidebar .promo__body h5,
.promo--sidebar .promo__body h6 {
  font-weight: 600;
  margin-bottom: 0;
}
.promo--sidebar .promo__body h3 {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 3px;
}
.promo--sidebar .promo__body h4 {
  font-size: 1.2rem;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .promo--sidebar .promo__body p:first-of-type {
    clear: none;
  }
}
.promo--sidebar .promo__title {
  margin: -30px -30px 20px;
  padding: 10px 30px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
}
.promo--sidebar .promo__title.bg--none {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.promo--sidebar iframe {
  margin: 0;
}
/* Full width angled promos */
.promo--angled {
  height: 295px;
  width: 100%;
  position: relative;
}
.promo--angled .promo__inner {
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  height: 100%;
  width: 59%;
  position: absolute;
}
.promo--angled .promo__inner--left {
  left: -90px;
}
.promo--angled .promo__inner--right {
  right: -90px;
}
.promo--angled .promo__text-wrapper {
  z-index: 1;
  color: #fff;
  background-color: inherit;
}
.promo--angled .promo__text,
.promo--angled .promo__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
}
.promo--angled .promo__text {
  height: 100%;
  max-width: 475px;
  text-align: center;
  margin: 0 auto;
  width: 65%;
  /* Text & button styles */
}
.promo--angled .promo__text h2 {
  margin-top: 0;
  color: #fff;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
}
.promo--angled .promo__text hr {
  border-top: 1px solid #b7a57a;
}
.promo--angled .promo__text p {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
}
.promo--angled .promo__text a {
  color: #fff;
}
.promo--angled .promo__image {
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .promo--angled {
    /* width: 61%; */
  }
  .promo--angled .promo__inner {
    width: 61%;
  }
  .promo--angled .promo__text {
    width: 47%;
  }
}
@media only screen and (max-width: 991px) {
  .promo--angled hr {
    margin: 8px 0;
  }
  .promo--angled .promo__inner {
    width: 65%;
  }
  .promo--angled.promo__inner--left {
    left: -50px;
  }
  .promo--angled.promo__inner--right {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .promo--angled {
    height: auto;
  }
  .promo--angled .promo__inner {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
  }
  .promo--angled .promo__inner.promo__inner--left {
    left: 0;
  }
  .promo--angled .promo__inner.promo__inner--right {
    right: 0;
  }
  .promo--angled .promo__inner .promo__text {
    padding: 40px 0;
    width: 70%;
  }
  .promo--angled .promo__inner .promo__image {
    height: 400px;
  }
}
@media only screen and (max-width: 1299px) {
  .wide .promo--angled {
    /*width: 61%;*/
  }
  .wide .promo--angled .promo__text {
    width: 47%;
  }
}
/* Full width "fact box" promos */
.promo--full-width a {
  border-bottom: 1px solid var(--uw-color-link);
}
.promo--full-width a:hover,
.promo--full-width a:focus {
  color: #85754d;
  border-bottom: 1px solid #bdbdbd;
}
.promo--full-width .promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 40px;
}
.promo--full-width .promo__text {
  width: 45%;
  padding-right: 30px;
}
.promo--full-width .promo__text h3 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 34px;
  color: #4b2e83;
}
.promo--full-width .promo__text p {
  font-weight: 400;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 20px;
  line-height: 40px;
}
.promo--full-width .promo__image {
  width: 40%;
}
.promo--full-width .promo__image.img-circle img {
  border-radius: 50%;
}
.promo--full-width .promo__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .promo--full-width .promo__text {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .promo--full-width .promo__image {
    width: 100%;
    padding: 0 30px;
  }
}
.promo-section-header {
  width: 320px;
  margin: 0 auto;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  background-color: #4b2e83;
  text-align: center;
}
.promo-section-header h2 {
  display: inline-block;
  color: #fff;
  margin-top: 0;
  padding: 25px 30px 0 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
}
@media only screen and (max-width: 767px) {
  .front .panels-flexible-region {
    width: 100%;
  }
}
/* Service/product comparison cards */
.service-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}
.service-compare p {
  font-size: 13px;
  line-height: 16px;
}
.service-compare .arrow-box,
.service-compare .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-compare .arrow-box {
  position: relative;
  margin-top: 25px;
  margin-right: 60px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25 0 0%;
          flex: 0.25 0 0%;
  background-color: #ece9e2;
}
.service-compare .arrow-box .card-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  margin: 15px 0;
}
.service-compare .arrow-box .card-content {
  padding: 0 5px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
.service-compare .arrow-box .right-arrow {
  position: absolute;
  fill: #ece9e2;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.service-compare .arrow-box .bottom-arrow {
  display: none;
}
.service-compare .card {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
          box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  background-color: #fff;
  border-top: 8px solid #b7a57a;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0.375;
      -ms-flex: 0.375 0 0%;
          flex: 0.375 0 0%;
  text-align: center;
}
.service-compare .card.bronze {
  border-top-color: #85754d;
}
.service-compare .card.bronze .uwf-ic:before {
  color: #85754d;
}
.service-compare .card.bronze .cta {
  background-color: #85754d;
}
.service-compare .card.bronze .cta a:hover,
.service-compare .card.bronze .cta a:focus {
  background-color: #b7a57a;
  color: #fff;
}
.service-compare .card.bronze .top-icon circle {
  fill: #85754d;
}
.service-compare .card.gold {
  border-top-color: #b7a57a;
}
.service-compare .card.gold .cta {
  background-color: #b7a57a;
}
.service-compare .card.gold .cta a:hover,
.service-compare .card.gold .cta a:focus {
  background-color: #85754d;
  color: #fff;
}
.service-compare .card.gold .uwf-ic:before {
  color: #b7a57a;
}
.service-compare .card.gold .top-icon circle {
  fill: #b7a57a;
}
.service-compare .card.purple {
  border-top-color: #4b2e83;
}
.service-compare .card.purple .cta {
  background-color: #4b2e83;
}
.service-compare .card.purple .cta a:hover,
.service-compare .card.purple .cta a:focus {
  background-color: #34205c;
  color: #e8e3d3;
}
.service-compare .card.purple .top-icon circle {
  fill: #4b2e83;
}
.service-compare .card:not(:last-child) {
  margin-right: 50px;
}
.service-compare .card .top-icon {
  margin-top: -30px;
  text-align: center;
}
.service-compare .card .card-title {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  padding: 0 25px;
}
.service-compare .card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.service-compare .card .card-content ul {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  list-style: none;
  padding: 10px 25px;
}
.service-compare .card .card-content li {
  margin-bottom: 10px;
}
.service-compare .card .cta {
  width: 100%;
  background-color: #b7a57a;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-compare .card .cta a {
  font-family: "Encode Sans Compressed";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 15px 58px;
  display: block;
  border-bottom: 0;
  width: 100%;
}
.service-compare .card .cta a:hover,
.service-compare .card .cta a:focus {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .service-compare {
    display: block;
  }
  .service-compare .arrow-box {
    margin-right: 0;
    margin-bottom: 55px;
  }
  .service-compare .arrow-box .card-content {
    padding: 25px 40px;
  }
  .service-compare .arrow-box .right-arrow {
    display: none;
  }
  .service-compare .arrow-box .bottom-arrow {
    display: block;
    position: absolute;
    fill: #ece9e2;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .service-compare .card {
    margin-top: 50px;
  }
  .service-compare .card:not(:last-child) {
    margin-right: 0;
  }
}
/** Component: Shoutboxes **/
.shoutbox {
  padding: 15px 20px;
  text-align: center;
}
.shoutbox a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.shoutbox a:focus,
.shoutbox a:hover {
  border-bottom-width: 2px;
}
.shoutbox p {
  font-size: 20px;
}
/* Overrides UW Boundless sidebar wells */
.uw-sidebar .well {
  margin-left: 40px;
  padding: 19px 19px 30px;
}
.uw-sidebar .well h2.block-title {
  margin-top: 0;
}
.uw-sidebar .well h2.block-title:after {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 992px) {
  .uw-sidebar .well {
    margin-left: 0;
  }
}
.sidebar-card {
  padding: 40px;
  margin-top: 20px;
  position: relative;
}
.sidebar-card:after {
  content: "";
  opacity: 0.2;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.sidebar-card * {
  margin: 0;
  font-size: 16px;
}
.sidebar-card h3,
.sidebar-card h4 {
  font-weight: 700;
}
.sidebar-card h3 {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.sidebar-card--dark:after {
  background: url("assets/images/stripes-dark-tile.svg") 0 -58px repeat-x;
}
.sidebar-card--dark * {
  color: #fff;
}
.sidebar-card--dark .widgettitle {
  font-weight: 700;
  color: #fff;
}
.sidebar-card--dark .widgettitle:after,
.sidebar-card--dark .widgettitle:before {
  background-color: #fff;
}
.sidebar-card--dark a {
  border-bottom: 1px solid #bdbdbd;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e3d3), to(#e8e3d3)) repeat-x 0 100%;
  background: linear-gradient(to bottom, #e8e3d3 0%, #e8e3d3 100%) repeat-x 0 100%;
  background-size: 0 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-card--dark a:hover,
.sidebar-card--dark a:focus {
  background-size: 4px 100%;
  color: #85754d;
  text-decoration: none;
}
.sidebar-card.bg--purple {
  background-color: #4b2e83;
}
.sidebar-card.bg--purple .widgettitle:after {
  background-color: #4b2e83;
}
.sidebar-card.bg--dark-gold {
  background-color: #85754d;
}
.sidebar-card.bg--dark-gold .widgettitle:after {
  background-color: #85754d;
}
.sidebar-card.bg--dark-gray {
  background-color: #5a5a5a;
}
.sidebar-card.bg--dark-gray .widgettitle:after {
  background-color: #5a5a5a;
}
.sidebar-card.bg--ultra-light-gold {
  background-color: #e8e3d3;
}
.sidebar-card.bg--ultra-light-gold .card__title:after {
  color: #4b2e83;
}
.sidebar-card.bg--ultra-light-gold a {
  border-bottom: 1px solid var(--uwf-color-brand-mediumpurple);
  color: var(--uwf-color-brand-mediumpurple);
}
.sidebar-card.bg--ultra-light-gold a:hover {
  color: var(--uw-color-brand-darkgold);
  border-bottom: 1px solid #bdbdbd;
}
.widgettitle {
  clear: left;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widgettitle:before {
  width: 100px;
  background-color: #b7a57a;
}
.widgettitle:after {
  width: 40px;
  -webkit-transform: skew(-25deg, 0);
      -ms-transform: skew(-25deg, 0);
          transform: skew(-25deg, 0);
  left: 80px;
  background-color: white;
  bottom: 3px;
  height: 8px;
}
.widgettitle:after,
.widgettitle:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  height: 4px;
}
.widgettitle .uwf-ic:before {
  padding-left: 10px;
}
.contact-widget-inner .widgettitle:after {
  background-color: #e8e3d3;
}
.contact-widget-inner a {
  color: var(--uwf-color-brand-mediumpurple);
  border-bottom: 1px solid var(--uwf-color-brand-mediumpurple);
}
.contact-widget-inner a:hover {
  color: var(--uw-color-brand-darkgold);
  border-bottom: 1px solid #bdbdbd;
}
.uw-sidebar .contact-widget-inner .widgettitle {
  margin-bottom: 20px;
}
.uw-content .contact-widget-inner {
  max-width: 400px;
}
.uw-content .contact-widget-inner h3 {
  margin-top: 25px;
}
/** Component: Tables **/
.table {
  font-size: 0.8em;
}
.table caption {
  font-family: "Uni Sans", sans-serif;
  font-weight: 800;
  color: #3d3d3d;
  font-size: 20px;
}
.table h2,
.table .h2,
.table h3,
.table .h3,
.table h4,
.table .h4,
.table h5,
.table .h5,
.table h6,
.table .h6 {
  margin-top: 0;
  margin-bottom: 3px;
}
.table h2,
.table .h2 {
  font-size: var(--uw-font-size-h4);
}
.table h3,
.table .h3 {
  font-size: var(--uw-font-size-h5);
}
.table h4,
.table .h4 {
  font-size: var(--uw-font-size-h6);
}
.table.table-borderless {
  border: 0;
}
.table.table-borderless > thead > tr > th {
  padding: 15px;
  border-bottom: 0;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 19px;
}
.table.table-borderless > thead > tr > th [class^="uwf-ic-"] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.table.table-borderless.sticky-header > thead > tr {
  border: 0;
}
.table.table-borderless > tbody > tr:nth-child(odd),
.table.table-borderless > tbody > tr:nth-child(odd) > td {
  background-color: #ece9e2;
}
.table.table-borderless > tbody > tr > td {
  border-top: 0;
  padding: 20px 15px;
  vertical-align: middle;
}
.table.table-borderless.table-condensed > thead > tr > th,
.table.table-borderless.table-condensed.table-borderless > thead > tr > th {
  padding: 5px 10px;
  font-size: 17px;
}
.table.table-borderless.table-condensed > tbody > tr > td {
  padding: 5px 10px;
}
.table .row-header {
  font-size: 16px;
  font-weight: 600;
}
.table .subtext,
.table .subtext p {
  font-size: 13px;
  line-height: 19.5px;
  color: #5a5a5a;
  font-style: italic;
  display: block;
}
.table .table-note {
  display: block;
  font-style: italic;
  font-size: 13px;
}
.table .table-note p {
  font-size: 13px;
}
.table tr.row-clickable > td {
  padding: 0;
}
.table tr.row-clickable > td > a {
  display: block;
  padding: 5px 15px;
}
.table tr.row-clickable > td > a:hover,
.table tr.row-clickable > td > a:focus {
  border-bottom: 0;
  background-color: #c9c9c9;
}
.table tr.row-clickable > td > a .cell-title {
  margin-bottom: 3px;
}
.table td.fix-width-5,
.table th.fix-width-5 {
  width: 5%;
}
.table td.fix-width-10,
.table th.fix-width-10 {
  width: 10%;
}
.table td.fix-width-15,
.table th.fix-width-15 {
  width: 15%;
}
.table td.fix-width-20,
.table th.fix-width-20 {
  width: 20%;
}
.table td.fix-width-25,
.table th.fix-width-25 {
  width: 25%;
}
.table td.fix-width-30,
.table th.fix-width-30 {
  width: 30%;
}
.table td.fix-width-35,
.table th.fix-width-35 {
  width: 35%;
}
.table td.fix-width-40,
.table th.fix-width-40 {
  width: 40%;
}
.table td.fix-width-45,
.table th.fix-width-45 {
  width: 45%;
}
.table td.fix-width-50,
.table th.fix-width-50 {
  width: 50%;
}
.table td.fix-width-55,
.table th.fix-width-55 {
  width: 55%;
}
.table td.fix-width-60,
.table th.fix-width-60 {
  width: 60%;
}
.table td.fix-width-65,
.table th.fix-width-65 {
  width: 65%;
}
.table td.fix-width-70,
.table th.fix-width-70 {
  width: 70%;
}
.table td.fix-width-75,
.table th.fix-width-75 {
  width: 75%;
}
.table td.fix-width-80,
.table th.fix-width-80 {
  width: 80%;
}
.table td.fix-width-85,
.table th.fix-width-85 {
  width: 85%;
}
.table td.fix-width-90,
.table th.fix-width-90 {
  width: 90%;
}
.table td.field-multiple-drag,
.table td.webform-multiple-table--handle {
  vertical-align: middle;
  text-align: center;
  min-width: 30px;
}
.table td.field-multiple-drag a.tabledrag-handle,
.table td.webform-multiple-table--handle a.tabledrag-handle {
  border-bottom: 0;
  color: var(--uw-color-brand-primary);
}
table.sticky-header > thead > tr > th {
  font-family: "Encode Sans Compressed", sans-serif;
}
.tabledrag-toggle-weight {
  float: right;
}
.table.time-table {
  border: 0;
}
.table.time-table.sticky-header > thead > tr {
  border: 0;
}
.table.time-table > thead > tr > th {
  background-color: var(--uw-color-brand-spirit-purple);
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  vertical-align: text-top;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  padding: 9px;
  position: relative;
}
.table.time-table > thead > tr > th .th__desc {
  font-weight: normal;
  display: block;
  line-height: 14px;
  margin-bottom: 15px;
}
.table.time-table > thead > tr > th .th__pill {
  color: #fff;
  text-decoration: none;
  padding: 0.125em 1em;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 10px;
}
.table.time-table > thead > tr > th .th__pill:hover,
.table.time-table > thead > tr > th .th__pill:focus {
  background-color: #130431;
  color: #d8cdec;
  border-color: #d8cdec;
}
.table.time-table tr {
  border-bottom: 1px solid #d1d1d1;
}
.table.time-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table.time-table tr:hover {
  background-color: #c0b6d4;
}
.table.time-table td {
  padding: 9px;
}
.table.time-table td:hover {
  background-color: #ece9e2;
  border-top-color: #ece9e2;
  border-bottom: 1px solid #ece9e2;
}
.uwf-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  /* animation */
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--uw-color-gray-light)));
  background-image: linear-gradient(var(--uw-color-gray-light) 0 0);
  background-size: 100% 0;
  background-repeat: no-repeat;
  /* end animation */
}
.uwf-teaser:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}
.uwf-teaser.clickable-tile {
  cursor: pointer;
}
.uwf-teaser.clickable-tile:hover {
  /* animation */
  background-color: #f2f2f2;
  -webkit-transition: all ease-in-out 175ms;
  transition: all ease-in-out 175ms;
  background-size: 100% 6px;
}
.uwf-teaser.clickable-tile:hover .uwf-teaser__image,
.uwf-teaser.clickable-tile:hover .uwf-teaser__text {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
.uwf-teaser--small .uwf-teaser__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  width: 75px;
  height: 75px;
}
.uwf-teaser--medium,
.uwf-teaser--large {
  padding: 40px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.uwf-teaser--medium .uwf-teaser__image,
.uwf-teaser--large .uwf-teaser__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  width: 75px;
  height: 75px;
}
.uwf-teaser--medium .uwf-teaser__meta,
.uwf-teaser--large .uwf-teaser__meta {
  font-size: 0.95em;
  margin-bottom: 0.85em;
}
.uwf-teaser__image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  /* animation */
}
.uwf-teaser__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.uwf-teaser__text {
  margin-left: 25px;
  padding-right: 15px;
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  /* animation */
}
.uwf-teaser__text .uwf-teaser__title h2 {
  font-size: 1.5em;
  margin: 0 0 0.25em;
}
.uwf-teaser__text .uwf-teaser__title h3 {
  margin: 0 0 0.75em;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.125em;
}
.uwf-teaser__text .uwf-teaser__title h2 a,
.uwf-teaser__text .uwf-teaser__title h3 a {
  text-decoration: none;
  border: 0;
  color: var(--uw-color-brand-purple);
}
.uwf-teaser__text .uwf-teaser__subtitle {
  margin: 0 0 0.75em;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.125em;
}
.uwf-teaser__text .uwf-teaser__meta {
  color: var(--uwf-color-brand-mediumgray);
  font-family: "Encode Sans Compressed", sans-serif;
}
.uwf-teaser__text .uwf-teaser__tags {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--uwf-color-brand-mediumgray);
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.uwf-teaser__text .uwf-teaser__fine-print {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 0.8em;
  color: var(--uwf-color-brand-mediumgray);
}
@media only screen and (min-width: 768px) {
  .uwf-teaser--medium,
  .uwf-teaser--large {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uwf-teaser--medium .uwf-teaser__meta,
  .uwf-teaser--large .uwf-teaser__meta {
    font-size: 0.95em;
    margin-bottom: 0.85em;
  }
  .uwf-teaser--medium .uwf-teaser__title h2,
  .uwf-teaser--large .uwf-teaser__title h2 {
    font-size: 28px;
  }
  .uwf-teaser--medium .uwf-teaser__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    height: 150px;
  }
  .uwf-teaser--large .uwf-teaser__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
    width: 225px;
    height: 225px;
  }
}
.uwf-teasers-block h2.block-title {
  margin-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #707070;
  font-size: 1em;
  font-weight: 800;
}
.uwf-teasers-block h2.block-title:before,
.uwf-teasers-block h2.block-title:after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}
.uwf-tile {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 var(--uw-grid-gutter-width);
  height: 100%;
  display: block;
  line-height: 1.72222;
  background-color: #fff;
}
.uwf-tile.clickable-tile,
.uwf-tile.clickable-card {
  cursor: pointer;
}
.uwf-tile a:hover,
.uwf-tile a:focus {
  text-decoration: none;
}
.uwf-tile__text {
  padding: calc(var(--uw-grid-gutter-width) / 2);
}
.uwf-tile__text h2,
.uwf-tile__text h3,
.uwf-tile__text .uwf-tile__title {
  margin-top: calc(var(--uw-grid-gutter-width) / 2);
  margin-bottom: calc(var(--uw-grid-gutter-width) / 2);
  text-transform: uppercase;
  color: var(--uw-color-brand-purple);
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 900;
}
.uwf-tile__text h2 a,
.uwf-tile__text h3 a,
.uwf-tile__text .uwf-tile__title a {
  color: var(--uw-color-brand-purple);
  text-decoration: underline;
  border-bottom: 0;
}
.uwf-tile__text h2 a:hover,
.uwf-tile__text h3 a:hover,
.uwf-tile__text .uwf-tile__title a:hover,
.uwf-tile__text h2 a:focus,
.uwf-tile__text h3 a:focus,
.uwf-tile__text .uwf-tile__title a:focus {
  border-bottom: 0;
}
.uwf-tile__text p {
  font-size: 0.9em;
  line-height: 1.6em;
}
.uwf-tile__banner img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uwf-tile__banner.tile-img--file-thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 220px;
}
.flexgrid .uwf-tile {
  margin-bottom: 0;
}
.cols-3 .uwf-tile {
  min-height: 520px;
}
.cols-3 .uwf-tile__text {
  padding: calc(var(--uw-grid-gutter-width) / 2) var(--uw-grid-gutter-width) var(--uw-grid-gutter-width);
}
.cols-3 .uwf-tile__banner img {
  height: 240px;
}
.uwf-tile--condensed .uwf-tile__text {
  padding: calc(var(--uw-grid-gutter-width) / 4);
}
.uwf-tile--condensed .uwf-tile__text h2,
.uwf-tile--condensed .uwf-tile__text h3,
.uwf-tile--condensed .uwf-tile__text .uwf-tile__title {
  margin-top: calc(var(--uw-grid-gutter-width) / 4);
  margin-bottom: calc(var(--uw-grid-gutter-width) / 2);
  text-transform: none;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
  font-family: "Encode Sans Compressed", sans-serif;
}
.uwf-tile--animated {
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--uwf-color-brand-hyperlightgold)));
  background-image: linear-gradient(var(--uwf-color-brand-hyperlightgold) 0 0);
  background-size: 100% 2px;
  background-position: 200% 100%;
  background-repeat: no-repeat;
}
.uwf-tile--animated:hover,
.uwf-tile--animated:focus,
.uwf-tile--animated:focus-within {
  -webkit-transition: all ease-in-out 175ms;
  transition: all ease-in-out 175ms;
  background-position: 100% 100%;
  background-size: 100% 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--uw-color-brand-purple)));
  background-image: linear-gradient(var(--uw-color-brand-purple) 0 0);
  text-decoration: none;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
  -webkit-box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
}
.uwf-tile--animated-slide {
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--uw-color-brand-purple)));
  background-image: linear-gradient(var(--uw-color-brand-purple) 0 0);
  background-size: 200% 8px;
  background-position: 200% 100%;
  background-repeat: no-repeat;
}
.uwf-tile--animated-slide:hover,
.uwf-tile--animated-slide:focus,
.uwf-tile--animated-slide:focus-within {
  -webkit-transition: all ease-in-out 175ms;
  transition: all ease-in-out 175ms;
  background-position: 100% 100%;
  background-size: 100% 8px;
  text-decoration: none;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
  -webkit-box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
}
.uwf-tile--shadowed {
  -webkit-box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
          box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
}
.tile--rollover-wrapper {
  height: 257px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
}
a.tile--rollover {
  text-decoration: none;
}
.tile--rollover:hover .tile__overlay,
.tile--rollover:focus .tile__overlay,
.tile--rollover:hover .tile__content,
.tile--rollover:focus .tile__content {
  top: 0;
}
.tile--rollover .tile__overlay {
  opacity: 0.75;
}
.tile--rollover .tile__overlay.overlay--purple {
  background-color: var(--uw-color-brand-purple);
}
.tile--rollover .tile__overlay.overlay--gold {
  background-color: var(--uw-color-brand-darkgold);
}
.tile--rollover .tile__overlay.overlay--gray {
  background-color: var(--uw-color-brand-darkgray);
}
.tile--rollover .tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tile--rollover .tile__overlay,
.tile--rollover .tile__content {
  position: absolute;
  top: 73%;
  height: 100%;
  width: 100%;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.tile--rollover .tile__overlay:focus,
.tile--rollover .tile__content:focus {
  outline-offset: -5px;
  outline: 5px solid #ffc700;
}
.tile--rollover *,
.tile--rollover .tile__icon svg {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.tile--rollover .tile__icon {
  text-align: center;
  padding-top: 40px;
}
.tile--rollover .tile__icon svg {
  padding-top: 0;
  fill: #fff;
  width: 30px;
}
.tile--rollover .tile__thumb {
  position: absolute;
  background-position-x: 50%;
  background-position-y: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.tile--rollover .tile__title {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  min-height: 70px;
}
.tile--rollover .tile__body *,
.tile--rollover .tile__body p {
  color: #fff;
  padding: 0 30px;
  font-family: var(--uw-font-family-heading);
  font-size: 17px;
  line-height: 20px;
}
.tile--rollover .uwf-md:before {
  font-size: 40px;
}
.views-view-responsive-grid__item-inner {
  height: 100%;
}
.views-view-responsive-grid__item-inner .uwf-tile {
  margin-bottom: 0;
}
/* Copied from Transportation Services */
.landing-page-tiles {
  margin-top: 22px;
}
.title-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.title-icon:before {
  padding-right: 10px;
}
.title-icon.right:before {
  padding-left: 10px;
}
.title-icon span {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .title-icon.ic--responsive span {
    padding-top: 0;
  }
}
/* Component: Webforms */
.webform-element-help:focus,
.webform-element-help:active,
.webform-element-help:hover {
  background-color: var(--uw-color-brand-purple);
  border-color: var(--uw-color-brand-purple);
}
/* tippy.js tooltips (used by webform) */
.tippy-box p {
  color: #fff;
}
/** Region: Footer */
.uw-footer {
  color: #fff;
}
.uw-footer .footer__column {
  font-size: 0.8em;
}
.uw-footer .footer__column h3 {
  color: var(--uw-color-brand-ultralightgold);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.uw-footer .footer__column ul {
  list-style: none;
  padding-left: 0;
}
.uw-footer .footer__column .ic--inline-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uw-footer .footer__column p {
  font-size: revert;
}
@media only screen and (min-width: 768px) {
  .uw-footer .footer__column {
    text-align: left;
    font-size: 1em;
  }
  .uw-footer .footer__column .ic--inline-text {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.uw-footer .footer__column-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
/** Component: Prefooter region */
.prefooter__row.slant--right {
  position: relative;
}
.prefooter__row.slant--right:after {
  content: "";
  position: absolute;
  background: url(assets/images/angle-bar-op-20.svg) 0 0 no-repeat, url(assets/images/angle-bar-op-20.svg) 45px 0 no-repeat;
  background-size: cover;
  top: 0;
  right: -3%;
  width: 25%;
  height: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .prefooter__row.slant--right:after {
    background: url(assets/images/angle-bar-op-20.svg) 0 0 no-repeat, url(assets/images/angle-bar-op-20.svg) 75px 0 no-repeat;
    background-size: cover;
    right: -2%;
  }
}
.prefooter__row--gray {
  background-color: var(--uw-color-gray-lighter);
}
.prefooter__row--gray h2.block-title {
  color: var(--uwf-color-brand-mediumgray);
  border-bottom: 1px solid var(--uw-color-gray-light);
}
.prefooter__row--gray h2 span {
  background: var(--uw-color-gray-lighter);
}
.prefooter__row.prefooter__row--gold-light {
  background-color: var(--uw-color-brand-ultralightgold);
}
.prefooter__row.prefooter__row--gold-light h2.block-title {
  border-bottom: 1px solid var(--uw-color-brand-darkgold);
}
.prefooter__row.prefooter__row--gold-light h2 span {
  background: var(--uw-color-brand-ultralightgold);
}
.prefooter__row .container {
  padding-top: calc(var(--uw-grid-gutter-width) * 1.5);
  padding-bottom: calc(var(--uw-grid-gutter-width) * 1.5);
}
@media only screen and (max-width: 767px) {
  .prefooter__row .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.prefooter__row h2.block-title {
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  line-height: 0.1em;
  margin: 1em 0 2em;
  text-transform: uppercase;
}
.prefooter__row h2 span {
  padding: 0 0.35em;
}
@media only screen and (min-width: 480px) {
  .prefooter__row h2.block-title {
    font-size: 1.75em;
  }
  .prefooter__row h2 span {
    padding: 0 1em;
  }
}
.prefooter__row h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.prefooter__row a {
  color: var(--uw-color-brand-purple);
  text-decoration: underline;
}
.prefooter__row a:hover {
  color: var(--uw-color-brand-darkgold);
}
.prefooter__row iframe {
  margin-top: 0;
}
.prefooter__row .prefooter__row__section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prefooter__row .prefooter__row__section {
  padding: 0 var(--uw-grid-gutter-width) var(--uw-grid-gutter-width);
  text-align: center;
}
.prefooter__row .prefooter__row__section ul {
  list-style: none;
  padding-left: 0;
}
.prefooter__row .prefooter__row__section:not(:last-child) {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .prefooter__row .prefooter__row__section {
    padding-left: calc(var(--uw-grid-gutter-width) / 2);
    padding-right: calc(var(--uw-grid-gutter-width) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .prefooter__row .prefooter__row__section {
    padding: 0 calc(var(--uw-grid-gutter-width) * 2);
    text-align: left;
  }
  .prefooter__row .prefooter__row__section ul {
    padding-left: 15px;
    list-style-type: disc;
  }
  .prefooter__row .prefooter__row__section:not(:last-child) {
    border-right: 1px solid var(--uw-color-brand-darkgold);
  }
  .prefooter__row .prefooter__row__section:last-child {
    border-left: 1px solid var(--uw-color-brand-darkgold);
    margin-left: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  .wide .prefooter__row.slant--right:after {
    background: unset;
    background-size: unset;
    right: unset;
  }
}
@media only screen and (min-width: 1300px) {
  .wide .prefooter__row.slant--right:after {
    background: url(assets/images/angle-bar-op-20.svg) 0 0 no-repeat, url(assets/images/angle-bar-op-20.svg) 75px 0 no-repeat;
    background-size: cover;
    right: -2%;
  }
}
/*
 * Layout
 */
@media only screen and (min-width: 992px) {
  .front .small-hero.uw-body > .row {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .front .uw-body > .row.indent-0 {
    margin-top: 0;
  }
  .front .uw-body > .row.indent-60 {
    margin-top: -60px;
  }
  .front .uw-body > .row.indent-90 {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 479px) {
  .navbar-dawgdrops .uw-site-title {
    padding-right: 85px;
    width: 100%;
  }
  .navbar-dawgdrops .uw-site-title a {
    font-size: 5cqw;
  }
}
.uw-hero-image.uw-hero--no-stripes::after {
  background: none;
}
.inline-block {
  display: inline-block;
}
/* Extend Bootstrap grids */
@media (min-width: 530px) and (max-width: 767px) {
  .col-xs-sm-12 {
    width: 100%;
  }
  .col-xs-sm-11 {
    width: 91.66666667%;
  }
  .col-xs-sm-10 {
    width: 83.33333333%;
  }
  .col-xs-sm-9 {
    width: 75%;
  }
  .col-xs-sm-8 {
    width: 66.66666667%;
  }
  .col-xs-sm-7 {
    width: 58.33333333%;
  }
  .col-xs-sm-6 {
    width: 50%;
  }
  .col-xs-sm-5 {
    width: 41.66666667%;
  }
  .col-xs-sm-4 {
    width: 33.33333333%;
  }
  .col-xs-sm-3 {
    width: 25%;
  }
  .col-xs-sm-2 {
    width: 16.66666667%;
  }
  .col-xs-sm-1 {
    width: 8.33333333%;
  }
}
.grid {
  display: grid;
  gap: 0.75rem 1.25rem;
  margin-block: 0.625rem;
  padding-left: 0;
  list-style: none;
}
.grid .grid-cell {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  margin-bottom: 0;
}
.flexgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexgrid .grid-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 var(--uw-grid-gutter-width);
}
.flexgrid .grid-cell > * {
  height: 100%;
}
/** Component: Image display styles */
/* Image display modes: embedded & pdf thumbnails */
.view-mode--download_icon {
  max-width: 30px;
}
.view-mode--embedded_xs {
  max-width: 125px;
}
.view-mode--embedded_small {
  max-width: 250px;
}
.view-mode--embedded_medium {
  max-width: 575px;
}
.view-mode--embedded_xs,
.view-mode--embedded_small,
.view-mode--embedded_medium,
.view-mode--pdf_thumbnail,
.view-mode--download_icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.view-mode--embedded_xs.align-left,
.view-mode--embedded_small.align-left,
.view-mode--embedded_medium.align-left,
.view-mode--pdf_thumbnail.align-left,
.view-mode--download_icon.align-left {
  padding-right: 15px;
}
.view-mode--embedded_xs.align-right,
.view-mode--embedded_small.align-right,
.view-mode--embedded_medium.align-right,
.view-mode--pdf_thumbnail.align-right,
.view-mode--download_icon.align-right {
  padding-left: 15px;
}
.text-align--center .view-mode--pdf_thumbnail {
  margin: auto;
}
@media only screen and (max-width: 479px) {
  /* Unset embedded image float for extra small screens. */
  .view-mode--embedded_xs,
  .view-mode--embedded_small,
  .view-mode--embedded_medium,
  .view-mode--pdf_thumbnail {
    max-width: 100%;
  }
  .view-mode--embedded_xs.align-left,
  .view-mode--embedded_small.align-left,
  .view-mode--embedded_medium.align-left,
  .view-mode--pdf_thumbnail.align-left,
  .view-mode--embedded_xs.align-right,
  .view-mode--embedded_small.align-right,
  .view-mode--embedded_medium.align-right,
  .view-mode--pdf_thumbnail.align-right {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) {
  .view-mode--embedded_xs.align-left,
  .view-mode--embedded_small.align-left,
  .view-mode--embedded_medium.align-left,
  .view-mode--pdf_thumbnail.align-left,
  .view-mode--embedded_xs.align-right,
  .view-mode--embedded_small.align-right,
  .view-mode--embedded_medium.align-right,
  .view-mode--pdf_thumbnail.align-right {
    max-width: 53%;
  }
  .view-mode--embedded_xs.align-center img,
  .view-mode--embedded_small.align-center img,
  .view-mode--embedded_medium.align-center img,
  .view-mode--pdf_thumbnail.align-center img {
    width: 100%;
  }
}
@media only screen and (min-width: 818px) {
  .view-mode--embedded_xs.align-left,
  .view-mode--embedded_small.align-left,
  .view-mode--embedded_medium.align-left,
  .view-mode--pdf_thumbnail.align-left {
    padding-right: 40px;
    padding-left: 0;
  }
  .view-mode--embedded_xs.align-right,
  .view-mode--embedded_small.align-right,
  .view-mode--embedded_medium.align-right,
  .view-mode--pdf_thumbnail.align-right {
    padding-right: 0;
    padding-left: 40px;
  }
}
/* Image display: Full width images */
.view-mode--image_full {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
}
.view-mode--image_full img {
  width: 100%;
}
/* Image displays caption styles */
.view-mode--image_full .field--name-field-media-caption p,
.view-mode--embedded_xs .field--name-field-media-caption p,
.view-mode--embedded_small .field--name-field-media-caption p,
.view-mode--embedded_medium .field--name-field-media-caption p {
  margin-top: 0.5em;
  color: #707070;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.35em;
}
@media only screen and (min-width: 768px) {
  .view-mode--image_full .field--name-field-media-caption p,
  .view-mode--embedded_xs .field--name-field-media-caption p,
  .view-mode--embedded_small .field--name-field-media-caption p,
  .view-mode--embedded_medium .field--name-field-media-caption p {
    font-size: 0.95em;
    line-height: 1.65em;
  }
}
/* Layout builder layouts */
@media screen and (min-width: 40em) {
  .uw-body .layout__region--first {
    padding-right: 20px;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .uw-body .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
  .uw-body .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
  .uw-body .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
  .uw-body .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
  .uw-body .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 992px) {
  .uw-body .layout__region--first {
    padding-right: 40px;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
  .uw-body .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
  .uw-body .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 67%;
            flex: 0 1 67%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
  .uw-body .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  .uw-body .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
  .uw-body .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}
@media only screen and (min-width: 992px) {
  .region-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: unset;
        align-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*
 * Theme
 */
/**
 * Core override: off-canvas dialog styles.
 */
#drupal-off-canvas {
  font-family: "Open Sans", sans-serif;
  border-left: 1px solid var(--gin-border-color-layer);
  background: var(--gin-bg-layer);
  width: var(--gin-sidebar-width);
}
#drupal-off-canvas .inline-block-create-button,
#drupal-off-canvas .inline-block-list__item {
  margin: 1rem;
}
#drupal-off-canvas .inline-block-create-button:hover,
#drupal-off-canvas .inline-block-list__item:hover {
  background-color: var(--gin-color-primary);
  color: #ddd;
}
#drupal-off-canvas .inline-block-create-button {
  padding: calc(var(--gin-spacing-m) - 2px) calc(var(--gin-spacing-l) - 2px) calc(var(--gin-spacing-m) - 2px) 2.5rem;
  border: 2px solid var(--gin-color-primary) !important;
  border-radius: var(--gin-border-m);
  -webkit-box-shadow: 0 1px 2px var(--gin-color-primary-light);
          box-shadow: 0 1px 2px var(--gin-color-primary-light);
  -webkit-transition: var(--gin-transition);
  transition: var(--gin-transition);
  font-weight: var(--gin-font-weight-semibold);
  color: var(--gin-color-primary);
  background-color: transparent;
}
#drupal-off-canvas a,
#drupal-off-canvas .link {
  font-family: "Open Sans", sans-serif;
}
#drupal-off-canvas .form-group {
  margin: 0;
  border: 0 none;
  border-radius: 0;
  border-bottom: 1px solid var(--gin-border-color-layer);
  background-color: var(--gin-bg-layer);
  color: var(--gin-color-text);
}
#drupal-off-canvas .form-group.form-item {
  border-top: 1px solid var(--gin-border-color-layer);
  padding: 1rem 1rem 1.5rem;
}
#drupal-off-canvas .form-group .form-item {
  background: var(--gin-bg-app);
  margin: 0;
}
#drupal-off-canvas .form-group .form-item ul li,
#drupal-off-canvas .form-group .form-item ol li {
  display: block;
  padding: 0;
  border-bottom: 1px dashed #979797;
  font-size: var(--gin-font-size-s);
}
#drupal-off-canvas .form-group .form-item ul li a,
#drupal-off-canvas .form-group .form-item ol li a {
  display: block;
  padding: 0.3125rem 0.5rem;
  color: #686868;
  -webkit-transition: -webkit-transform 0.12s ease-in 0s;
  transition: -webkit-transform 0.12s ease-in 0s;
  transition: transform 0.12s ease-in 0s;
  transition: transform 0.12s ease-in 0s, -webkit-transform 0.12s ease-in 0s;
}
#drupal-off-canvas .form-group .form-item ul li a:hover,
#drupal-off-canvas .form-group .form-item ol li a:hover {
  color: #85754d;
  text-decoration: none;
  background-color: var(--gin-bg-layer);
}
#drupal-off-canvas .panel {
  padding: 0;
}
#drupal-off-canvas .panel-heading {
  background-color: transparent;
}
#drupal-off-canvas a.panel-title {
  padding: 15px 15px 15px 3rem;
  display: block;
  background-color: var(--gin-bg-layer);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  color: var(--gin-color-primary);
  font-weight: 600;
}
#drupal-off-canvas a.panel-title:before {
  left: 1.5rem;
  top: 28px;
  background: var(--gin-color-primary);
  -webkit-mask-image: url(../../../../contrib/gin/dist/media/sprite.svg#handle-view);
          mask-image: url(../../../../contrib/gin/dist/media/sprite.svg#handle-view);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  content: "";
  text-align: center;
  -webkit-transition: -webkit-transform 0.12s ease-in 0s;
  transition: -webkit-transform 0.12s ease-in 0s;
  transition: transform 0.12s ease-in 0s;
  transition: transform 0.12s ease-in 0s, -webkit-transform 0.12s ease-in 0s;
}
#drupal-off-canvas a.panel-title:after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 3px #26a769;
          box-shadow: inset 0 0 0 3px #26a769;
  border-color: var(--gin-color-primary);
  border-left-width: 5px;
}
#drupal-off-canvas a.panel-title:hover {
  color: var(--gin-color-primary-hover);
  background-color: var(--gin-bg-item-hover);
  text-decoration: none;
}
#drupal-off-canvas a.panel-title:not(.collapsed):before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#drupal-off-canvas .panel-body {
  padding: 10px 20px;
}
.ui-dialog-off-canvas #drupal-off-canvas {
  padding: 0;
}
.ui-dialog a:not(.uw-btn),
.ui-dialog .link:not(.uw-btn),
.ui-dialog button.link:not(.uw-btn),
.ui-dialog.ui-widget-content a:not(.uw-btn):not(.uw-btn) {
  color: var(--uw-color-link);
  border-bottom: var(--uw-link-border-bottom);
  -webkit-text-decoration: var(--uw-link-hover-decoration);
          text-decoration: var(--uw-link-hover-decoration);
}
.ui-dialog a:not(.uw-btn):hover,
.ui-dialog .link:not(.uw-btn):hover,
.ui-dialog button.link:not(.uw-btn):hover,
.ui-dialog.ui-widget-content a:not(.uw-btn):not(.uw-btn):hover,
.ui-dialog a:not(.uw-btn):active,
.ui-dialog .link:not(.uw-btn):active,
.ui-dialog button.link:not(.uw-btn):active,
.ui-dialog.ui-widget-content a:not(.uw-btn):not(.uw-btn):active,
.ui-dialog a:not(.uw-btn):focus,
.ui-dialog .link:not(.uw-btn):focus,
.ui-dialog button.link:not(.uw-btn):focus,
.ui-dialog.ui-widget-content a:not(.uw-btn):not(.uw-btn):focus {
  color: var(--uw-color-link-hover);
  border-bottom: var(--uw-link-hover-border-bottom);
}
.ui-dialog a:focus,
.ui-dialog .link:focus,
.ui-dialog button.link:focus,
.ui-dialog.ui-widget-content a:not(.uw-btn):focus {
  outline: var(--uw-link-focus-outline);
  outline-offset: var(--uw-link-focus-outline-offset);
}
.ui-dialog *|*:-moz-any-link:not(svg|a) {
  text-decoration: underline;
  text-decoration-style: var(--gin-link-decoration-style);
}
.ui-dialog *|*:any-link:not(svg|a) {
  text-decoration: underline;
  text-decoration-style: var(--gin-link-decoration-style);
}
.ui-dialog .length-indicator {
  -webkit-margin-after: var(--gin-spacing-l);
          margin-block-end: var(--gin-spacing-l);
}
/** Text colors */
.text--white,
.text--white * {
  color: #fff !important;
}
.text--gray-light,
.text--gray-light * {
  color: #d9d9d9 !important;
}
.text--gray-dark,
.text--gray-dark * {
  color: #3d3d3d !important;
}
.text--black,
.text--black * {
  color: #000 !important;
}
.text--gold-light,
.text--gold-light * {
  color: var(--uw-color-brand-ultralightgold) !important;
}
.text--gold-dark,
.text--gold-dark * {
  color: var(--uw-color-brand-lightgold) !important;
}
.text--purple,
.text--purple * {
  color: var(--uw-color-brand-purple) !important;
}
/** Background colors */
.bg--white {
  background-color: #fff;
}
.bg--gray {
  background-color: var(--uw-color-gray);
}
.bg--gray-light {
  background-color: #d9d9d9;
}
.bg--gray-ultra-light {
  background-color: #f2f2f2;
}
.bg--gray-dark {
  background-color: #3d3d3d;
}
.bg--black {
  background-color: #000;
}
.bg--gold-light {
  background-color: var(--uw-color-brand-ultralightgold);
}
.bg--gold-dark {
  background-color: var(--uw-color-brand-darkgold);
}
.bg--purple {
  background-color: var(--uw-color-brand-purple);
}
/*
 * Print
 */
@media print {
  .skip-links {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
