@charset "UTF-8";
/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #3e88df;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #e74c3c;
  --bs-orange: #fd7e14;
  --bs-yellow: #f39c12;
  --bs-green: #18bc9c;
  --bs-teal: #20c997;
  --bs-cyan: #3498db;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #95a5a6;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ecf0f1;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #b4bcc2;
  --bs-gray-600: #95a5a6;
  --bs-gray-700: #7b8a8b;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3e88df;
  --bs-secondary: #95a5a6;
  --bs-success: #18bc9c;
  --bs-info: #3498db;
  --bs-warning: #f39c12;
  --bs-danger: #e74c3c;
  --bs-light: #ecf0f1;
  --bs-dark: #7b8a8b;
  --bs-primary-rgb: 62, 136, 223;
  --bs-secondary-rgb: 149, 165, 166;
  --bs-success-rgb: 24, 188, 156;
  --bs-info-rgb: 52, 152, 219;
  --bs-warning-rgb: 243, 156, 18;
  --bs-danger-rgb: 231, 76, 60;
  --bs-light-rgb: 236, 240, 241;
  --bs-dark-rgb: 123, 138, 139;
  --bs-primary-text-emphasis: rgb(24.8, 54.4, 89.2);
  --bs-secondary-text-emphasis: rgb(59.6, 66, 66.4);
  --bs-success-text-emphasis: rgb(9.6, 75.2, 62.4);
  --bs-info-text-emphasis: rgb(20.8, 60.8, 87.6);
  --bs-warning-text-emphasis: rgb(97.2, 62.4, 7.2);
  --bs-danger-text-emphasis: rgb(92.4, 30.4, 24);
  --bs-light-text-emphasis: #7b8a8b;
  --bs-dark-text-emphasis: #7b8a8b;
  --bs-primary-bg-subtle: rgb(216.4, 231.2, 248.6);
  --bs-secondary-bg-subtle: rgb(233.8, 237, 237.2);
  --bs-success-bg-subtle: rgb(208.8, 241.6, 235.2);
  --bs-info-bg-subtle: rgb(214.4, 234.4, 247.8);
  --bs-warning-bg-subtle: rgb(252.6, 235.2, 207.6);
  --bs-danger-bg-subtle: rgb(250.2, 219.2, 216);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(177.8, 207.4, 242.2);
  --bs-secondary-border-subtle: rgb(212.6, 219, 219.4);
  --bs-success-border-subtle: rgb(162.6, 228.2, 215.4);
  --bs-info-border-subtle: rgb(173.8, 213.8, 240.6);
  --bs-warning-border-subtle: rgb(250.2, 215.4, 160.2);
  --bs-danger-border-subtle: rgb(245.4, 183.4, 177);
  --bs-light-border-subtle: #ecf0f1;
  --bs-dark-border-subtle: #b4bcc2;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Fira Sans", "Oswald", -apple-system, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #ecf0f1;
  --bs-secondary-bg-rgb: 236, 240, 241;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #3e88df;
  --bs-link-color-rgb: 62, 136, 223;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(49.6, 108.8, 178.4);
  --bs-link-hover-color-rgb: 50, 109, 178;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(252.6, 235.2, 207.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(62, 136, 223, 0.25);
  --bs-form-valid-color: #18bc9c;
  --bs-form-valid-border-color: #18bc9c;
  --bs-form-invalid-color: #e74c3c;
  --bs-form-invalid-border-color: #e74c3c;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(139.2, 183.6, 235.8);
  --bs-secondary-text-emphasis: rgb(191.4, 201, 201.6);
  --bs-success-text-emphasis: rgb(116.4, 214.8, 195.6);
  --bs-info-text-emphasis: rgb(133.2, 193.2, 233.4);
  --bs-warning-text-emphasis: rgb(247.8, 195.6, 112.8);
  --bs-danger-text-emphasis: rgb(240.6, 147.6, 138);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(12.4, 27.2, 44.6);
  --bs-secondary-bg-subtle: rgb(29.8, 33, 33.2);
  --bs-success-bg-subtle: rgb(4.8, 37.6, 31.2);
  --bs-info-bg-subtle: rgb(10.4, 30.4, 43.8);
  --bs-warning-bg-subtle: rgb(48.6, 31.2, 3.6);
  --bs-danger-bg-subtle: rgb(46.2, 15.2, 12);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(37.2, 81.6, 133.8);
  --bs-secondary-border-subtle: rgb(89.4, 99, 99.6);
  --bs-success-border-subtle: rgb(14.4, 112.8, 93.6);
  --bs-info-border-subtle: rgb(31.2, 91.2, 131.4);
  --bs-warning-border-subtle: rgb(145.8, 93.6, 10.8);
  --bs-danger-border-subtle: rgb(138.6, 45.6, 36);
  --bs-light-border-subtle: #7b8a8b;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(139.2, 183.6, 235.8);
  --bs-link-hover-color: rgb(162.36, 197.88, 239.64);
  --bs-link-color-rgb: 139, 184, 236;
  --bs-link-hover-color-rgb: 162, 198, 240;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(97.2, 62.4, 7.2);
  --bs-border-color: #7b8a8b;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(116.4, 214.8, 195.6);
  --bs-form-valid-border-color: rgb(116.4, 214.8, 195.6);
  --bs-form-invalid-color: rgb(240.6, 147.6, 138);
  --bs-form-invalid-border-color: rgb(240.6, 147.6, 138);
}

body {
  font-style: normal;
  line-height: 24px;
}
body .container.py-4 {
  font-family: "Roboto", sans-serif !important;
}
body .container.py-4 a {
  text-decoration: none;
  color: #ffffff;
}
body .container.py-4 a:hover {
  text-decoration: underline;
}
body h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
}
@media screen and (max-width: 375px) {
  body h2 {
    font-size: 24px;
  }
}
body h2 a {
  color: #ffffff;
}
body h2 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  body .page > .container.py-4 {
    padding-right: 31px;
    padding-left: 31px;
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  body .page > .container.py-4 div[class^=col-sm-] {
    width: 100%;
  }
  body .page > .container.py-4 .featured-image {
    margin-bottom: 20px;
  }
  body .page > .container.py-4 .payer-register-button {
    width: 100%;
  }
  body .page > .container.py-4 .payer-register-button i {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  body .page > .container.py-4 .grid-parent.default-1, body .page > .container.py-4 .grid-parent.default-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  body .page > .container.py-4 .grid-parent.default-1 div[class^=views-row-], body .page > .container.py-4 .grid-parent.default-2 div[class^=views-row-] {
    grid-area: auto;
  }
  body .page > .container.py-4 .payer-register-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  body .page > .container.py-4 .payer-item--featured .view-content .content {
    position: static;
    margin-bottom: 20px;
  }
  body .page > .container.py-4 .featured-image {
    margin-bottom: 0;
  }
}

.divider {
  margin-bottom: 30px;
}

.box-shadow--item {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #606060;
  position: relative;
}
.box-shadow--item h4 {
  font-size: 18px;
  margin-top: 0;
  color: #000000;
}
.box-shadow--item h4 a {
  color: inherit !important;
}
.box-shadow--item h3 {
  font-size: 24px;
  margin-top: 0;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .box-shadow--item h3 {
    font-size: 20px;
  }
}
.box-shadow--item h3 a {
  color: inherit !important;
}
.box-shadow--item .feature-image {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.payer-header {
  margin-bottom: 50px;
}
.payer-header p {
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 300;
  color: #606060;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
.payer-header h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.payer-header .col-md-3:not(:first-child) {
  border-left: 1px solid #bfbfbf;
}

.row.grid-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.row.grid-parent div[class^=views-row-] {
  display: grid;
}
.row.grid-parent.default-1 .views-row-1 {
  grid-area: 1/1/3/2;
}
.row.grid-parent.default-1 .views-row-2 {
  grid-area: 1/2/2/3;
}
.row.grid-parent.default-1 .views-row-3 {
  grid-area: 2/2/3/3;
}
.row.grid-parent.default-1 .views-row-4 {
  grid-area: 3/1/3/2;
}
.row.grid-parent.default-1 .views-row-5 {
  grid-area: 3/2/4/3;
}
.row.grid-parent.default-1 .views-row-6 {
  grid-area: 4/1/4/2;
}
.row.grid-parent.default-2 .views-row-1 {
  grid-area: auto;
}
.row.grid-parent.default-2 .views-row-2 {
  grid-area: auto;
}
.row.grid-parent.default-2 .views-row-3 {
  grid-area: auto;
}
.row.grid-parent.default-2 .views-row-4 {
  grid-area: auto;
}
.row.grid-parent.view-right {
  grid-template-columns: repeat(1, 1fr);
}
.row.grid-parent.view-right .views-row-1 {
  grid-area: auto;
}
.row.grid-parent.view-right .views-row-2 {
  grid-area: auto;
}
.row.grid-parent.view-right .views-row-3 {
  grid-area: auto;
}

.payer-register-button {
  background-color: #c71d26;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 25px 35px 25px 35px;
  display: inline-block;
  margin: 25px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  text-decoration: none;
}
.payer-register-button:hover {
  text-decoration: underline;
}
.payer-register-button i {
  margin-left: 20px;
}

#newsletter-hpn a {
  margin: 0 0 25px;
}

.primary-1 {
  margin-bottom: 30px;
}

.primary-2 {
  margin-bottom: 35px;
}
.primary-2 .payer-item--featured {
  margin-bottom: 30px;
}

.payer-item--featured .view-content {
  position: relative;
}
.payer-item--featured .view-content .content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 30px;
  width: 100%;
}
.payer-item--featured .view-content .content .type {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.payer-item--featured .view-content img {
  width: 100%;
}

.post-date {
  font-size: 14px;
}
.post-date .field-content-author {
  display: inline-block;
}
.post-date .field-content-author::after {
  content: "·";
  position: relative;
  top: 5px;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
}

.has-post-date {
  padding-bottom: 35px;
}
.has-post-date .type {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.has-post-date .post-date {
  position: absolute;
  bottom: 15px;
}
.has-post-date .post-date a {
  color: #606060 !important;
  font-weight: 300;
}
.has-post-date .field-content-date {
  font-weight: 400;
  font-style: italic;
}

.topics .views-row-1 {
  position: relative;
}
.topics .group-items h4 {
  border-top: 1px solid #000000;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 766px) {
  .topics .box-shadow--item {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=payer-primary.css.map*/