/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #f5c3bf;
      --color-primary-100: #ee9f9a;
      --color-primary-200: #e77b75;
      --color-primary-300: #e05750;
      --color-primary-400: #d9332b;
      --color-primary-500: #d20f06;
      --color-primary-600: #b20d05;
      --color-primary-700: #920b04;
      --color-primary-800: #720903;
      --color-primary-900: #520702;
      --color-primary-950: #320501;
      --btn-link-disabled-color: #d20f06;
  }
  /* END Custom Color Scheme CSS */

/* ddcdmeline PPR-303205 */
.page-header.minimal.true-minimal .fn .org {font-size: 18px; }
.page-header.minimal.true-minimal .header-contact .vcard {align-items: center; }

/* fdbarfety PPR-303205 */
.responsive-type .page-bd .display-2 {font-size: calc(32px + 14 * ((100vw - 768px) / 1152));}

/* Start 'srp-new-price-label-ABCRule' (do not modify this line) */
/* Modified by johnshramek on 04/06/26 03:47 PM EDT */
.srp .inv-type-new.pricing-detail .ABCRule .price-label { text-decoration: none; font-weight: normal; font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-label-ABCRule' (do not modify this line) */

/* fdbarfety PPR-303205 */
.pricing-detail .ABCRule a, .pricing-detail .final-price a, .pricing-detail .internetPrice a {color: var(--text-muted-color);}