/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #cde3d3;
      --color-primary-100: #afd1b7;
      --color-primary-200: #91bf9b;
      --color-primary-300: #73ad7f;
      --color-primary-400: #559b63;
      --color-primary-500: #378947;
      --color-primary-600: #2f743c;
      --color-primary-700: #275f31;
      --color-primary-800: #1f4a26;
      --color-primary-900: #17351b;
      --color-primary-950: #0f2010;
      --btn-link-disabled-color: #378947;
  }
  /* END Custom Color Scheme CSS */

.element {
    width: 280px;
    height: 550px;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.05);
  }

/* ddcrmelasky centering ctas */
.alias-sitebuilder-in-house-financing-1 [data-widget-id="links2"] .nav { display: flex; justify-content: center; }

/* reducing header height - kevinthibault */
.page-header .header-default .vcard.header-logo-enabled { height: fit-content; }