/* Add imports of custom sass/scss files here */
*,
*::after,
*::before {
  box-sizing: border-box;
  outline: 0;
}

body {
  background: white;
  color: #0a0a0a;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1,
ul {
  margin-top: 0;
}

li,
p {
  line-height: 1.6;
  margin-top: 0;
}

h1 {
  font-size: 1.1875rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

ul {
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  padding: 0;
}

a {
  color: #173C8E;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
}

button {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  padding: 0;
}

@media (min-width: 40rem) {
  h1 {
    font-size: 1.625rem;
  }
}
.h1--index-pg {
  margin-top: 3em;
}
@media (max-width: 640px) {
  .h1--index-pg {
    font-size: 1.3em;
  }
}

.h1--interior-pg {
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  .h1--interior-pg {
    font-size: 1.6em;
  }
}

.h1--print-pg {
  font-size: 130%;
  margin-top: 0px;
  text-align: center;
}

.label--testimonial {
  display: block;
  color: #ffe;
  font-size: 1%;
}

.p-footer {
  color: #999;
  font-size: 80%;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .p-footer {
    text-align: center;
  }
}

.p--testimonial-signature {
  margin-bottom: 0;
}

.span--gp-signature-name {
  margin: 0;
}

.span--underline {
  text-decoration: underline;
}

.a--print:link,
.a--print:visited {
  color: #aaa;
  margin: 3em auto 0 auto;
  padding: 6px 0 6px;
  width: 9em; /* must define for margin centering to work */
}

.a--full-testimonial {
  display: block;
  margin: -2em 1.4em 0 0;
  text-align: right;
}

.a--gp-contact-info {
  color: #333;
  font-weight: bold;
  line-height: 1.7em;
}

.a--print:hover {
  color: #ff9900;
}

.a--testimonial-anchor {
  float: left;
  margin-top: -5em;
  padding-top: 5em;
}

.btn-cta-learn-more {
  display: inline-block;
  background: #007b00;
  background-image: linear-gradient(to bottom right, #209620, #0a5d0a);
  border: 1px solid white;
  box-shadow: 0 0 0 3px #007b00;
  border-radius: 8px;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  margin: 40px auto;
  padding: 1em 2.5em;
  position: relative;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
}
@media (max-width: 640px) {
  .btn-cta-learn-more {
    font-size: 1.2em;
    padding: 1em;
  }
}

.btn-cta-learn-more:hover {
  background: #209620;
  background-image: none;
  box-shadow: 0 0 0 3px #209620, 3px 3px 9px 3px rgba(0, 0, 0, 0.18);
  color: white;
}

.button--nav-burger {
  align-items: center;
  border: 1px solid #777;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  gap: 0.625rem;
  justify-content: center;
  padding: 0.625rem 0.5rem;
  text-transform: uppercase;
  width: 6rem;
}

.current {
  background-color: #e6e6e6;
  border-radius: 3px;
}

.span--tooltip {
  border-bottom: 1px dotted #333;
  cursor: help;
}

.left--header--mobile {
  line-height: 1;
}

.right--header--mobile {
  font-size: 0.8em;
}

.gp-contact-info--header--mobile,
.gp-contact-info--header--desktop,
.gp-contact-info-index-pg {
  display: flex;
  flex-direction: column;
}

.cta-and-contact-info,
.footer--index-pg {
  grid-column: 3/span 8;
}

.gp-contact-info--header--mobile,
.gp-contact-info--header--desktop {
  align-items: flex-end;
}

.article--testimonial {
  background: #ffe;
  border: 1px solid #fed;
  border-radius: 3px;
  box-shadow: 2px 2px 8px #ccc;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.1em;
  margin-bottom: 3em;
  padding: 2em;
}

.body--index-pg {
  padding-top: 2.5em;
  text-align: center;
}

.body--interior-pg {
  overflow-x: hidden;
}

.footer--interior-pg {
  grid-column: 1/span 12;
}
@media (min-width: 40rem) {
  .footer--interior-pg {
    grid-column: 4/span 9;
    padding-inline: 0.9375rem;
  }
}

.gp-contact-info--header--desktop {
  margin-top: 3em;
}

.gp-contact-info-index-pg {
  align-items: center;
  font-size: 1.4em;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .gp-contact-info-index-pg {
    font-size: 1.2em;
  }
}

.gp-signature {
  margin-top: 2em;
  text-align: center;
}

.gp-signatures {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  margin-left: 1em;
}

.gridfield {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  max-width: 75rem;
  margin: 0 auto;
}

.header--desktop-interior-pg {
  display: none;
}
@media (min-width: 40rem) {
  .header--desktop-interior-pg {
    display: flex;
    grid-column: 1/span 12;
    height: 12em;
    justify-content: space-between;
    margin-bottom: 1em;
    padding-inline: 1.875rem;
    padding-top: 1em;
  }
}

.header--index-pg {
  grid-column: 2/span 10;
  padding-inline: 0.625rem;
}
@media (min-width: 40rem) {
  .header--index-pg {
    grid-column: 3/span 8;
    padding-inline: 1rem;
  }
}

.header--mobile-interior-pg {
  align-items: center;
  background-color: white;
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.74);
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 0.7em 0.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (min-width: 40rem) {
  .header--mobile-interior-pg {
    display: none;
  }
}

.header--print-pg {
  display: flex;
  height: 180px;
  justify-content: space-between;
  margin-right: 20px;
}

.header--testimonial {
  margin-bottom: 3em;
  text-align: right;
}

.li--testimonial-excerpt {
  font-size: 1.2em;
  font-style: italic;
  margin: 0 auto 3em;
  text-align: left;
}
@media (max-width: 640px) {
  .li--testimonial-excerpt {
    font-size: 1em;
  }
}

.main--interior-pg {
  grid-column: 1/span 12;
  padding-inline: 0.625rem;
}
@media (min-width: 40rem) {
  .main--interior-pg {
    grid-column: 4/span 9;
    padding-inline: 0.9375rem;
  }
}

.main--print-pg {
  margin: 0 20px 0 0;
  font-size: 10pt;
}

.nav--desktop-interior-pg {
  display: none;
}
@media (min-width: 40rem) {
  .nav--desktop-interior-pg {
    display: block;
    grid-column: 1/span 3;
    padding-inline: 0.9375rem;
  }
}

.section--testimonials-intro {
  margin-bottom: 3em;
}

.servicearea-map {
  height: 400px;
  margin-top: 2.6em;
}

.ul--testimonials-excerpts {
  grid-column: 1/span 12;
  list-style: none;
  margin-left: 0;
  padding-inline: 1.375rem;
}
@media (min-width: 40rem) {
  .ul--testimonials-excerpts {
    grid-column: 3/span 8;
    padding: unset;
  }
}
@media (min-width: 64rem) {
  .ul--testimonials-excerpts {
    grid-column: 4/span 6;
  }
}

.svg--gp-logo-desktop,
.svg--gp-logo-index-pg,
.svg--gp-logo-off-canvas {
  clip-rule: evenodd;
  fill-rule: evenodd;
  filter: drop-shadow(2px 4px 6px lightgray);
}

.svg--gp-logo-desktop {
  min-width: 302px;
}

.svg--gp-logo-index-pg {
  max-width: 490px;
}

.svg--gp-logo-off-canvas {
  width: 50px;
}

.svg--gp-logo-print-pg {
  width: 280px;
}

.g-svg--gp-logomark {
  fill: #173C8E;
}

.path-svg--gp-logomark-fill-stroke-width {
  stroke: #173C8E;
  stroke-width: 0.22px;
}

.path-svg--gp-logomark-fill-nonzero {
  fill-rule: nonzero;
}

.g-svg--gp-logotype {
  fill: #231f20;
  fill-rule: nonzero;
}

.g-svg--gp-tagline {
  fill: #5a5b5e;
  fill-rule: nonzero;
}

.path-svg--gp-tagline-ampresand {
  fill: #ef3d33;
}

.gp-signature-container {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 42px;
}

.rect-svg--nav-burger {
  fill: #333;
}

.signature-image-mf {
  background-image: url("/assets/signature-mf-66331fd2.png");
}

.signature-image-jp {
  background-image: url("/assets/signature-jp-8673cd8c.png");
  width: 145px;
}

.signature-image-rk {
  background-image: url("/assets/signature-rk-7d5e0b9d.png");
}

.flextrack-justify-between {
  display: flex;
  justify-content: space-between;
}

nav ul a,
nav .a--gp-contact-info {
  line-height: 1;
}

nav ul a {
  color: #173C8E;
  display: block;
  padding: 0.7rem 1rem;
}

nav ul a:hover {
  color: #ff9900;
}

nav .a--gp-contact-info {
  color: #333;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav--off-canvas.is-shown {
  box-shadow: 2px 0 15px rgba(50, 50, 50, 0.74);
  transform: translateX(0);
}

.canvas-overlay.is-shown {
  display: block;
}

.nav--off-canvas {
  background: white;
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  width: 16rem;
  z-index: 200;
}

.canvas-overlay {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150;
}

@media (prefers-color-scheme: dark) {
  nav ul a {
    color: white;
  }
  nav .a--gp-contact-info {
    color: #aaa;
  }
  .nav--off-canvas.is-shown {
    box-shadow: 10px 0 20px 6px rgba(35, 43, 53, 0.84);
  }
  .nav--off-canvas {
    background: #373f49;
  }
  .canvas-overlay {
    background: rgba(35, 43, 53, 0.7);
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #373f49;
    color: white;
  }
  a {
    color: white;
  }
  .label--testimonial {
    color: #39383b;
  }
  .a--full-testimonial {
    color: #ababab;
  }
  .a--gp-contact-info {
    color: #aaa;
  }
  .btn-cta-learn-more {
    background: #007b00;
    background-image: linear-gradient(to bottom right, #1b7b1b, #092a09);
    border-color: #d1d1d1;
    box-shadow: 0 0 0 3px #1b7b1b;
    color: #d0cbcb;
  }
  .btn-cta-learn-more:hover {
    background: #1b7b1b;
    border-color: #dbd7d7;
    box-shadow: 0 0 0 3px #209620, 3px 3px 9px 3px rgba(0, 0, 0, 0.3);
    color: #dbd7d7;
  }
  nav.nav--desktop-interior-pg a:not(.current):hover {
    color: #ffa216;
    text-shadow: 2px 4px 6px black;
  }
  a.current:hover {
    color: white;
    cursor: default;
  }
  .button--nav-burger {
    border-color: #8a8a8a;
    color: #aaa;
  }
  .current {
    background-color: #4c5969;
    box-shadow: 2px 4px 6px #353535;
  }
  .span--tooltip {
    border-bottom-color: #aaa;
  }
  .article--testimonial {
    background: #39383b;
    border-color: #804f05;
    box-shadow: 2px 2px 8px #2C2B4C;
    color: #f4e7e2;
  }
  .header--mobile-interior-pg {
    background-color: #373f49;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.84);
  }
  .header--mobile-interior-pg .a--gp-contact-info {
    color: #ababab;
  }
  .svg--gp-logo-desktop,
  .svg--gp-logo-index-pg,
  .svg--gp-logo-off-canvas {
    filter: drop-shadow(2px 4px 6px black);
  }
  .g-svg--gp-logomark {
    fill: #516fb1;
  }
  .path-svg--gp-logomark-fill-stroke-width {
    stroke: #516fb1;
  }
  .g-svg--gp-logotype {
    fill: #969696;
  }
  .g-svg--gp-tagline {
    fill: #8b8b8b;
  }
  .path-svg--gp-tagline-ampresand {
    fill: #c04943;
  }
  .rect-svg--nav-burger {
    fill: #8a8a8a;
  }
  .svg--gp-logo-desktop .g-svg--gp-logomark {
    fill: #5d80cc;
  }
  .svg--gp-logo-desktop .path-svg--gp-logomark-fill-stroke-width {
    stroke: #5d80cc;
  }
  .svg--gp-logo-desktop .g-svg--gp-logotype {
    fill: #999;
  }
  .svg--gp-logo-desktop .g-svg--gp-tagline {
    fill: #969494;
  }
  .svg--gp-logo-desktop .path-svg--gp-tagline-ampresand {
    fill: #cf4b44;
  }
  .svg--gp-logo-off-canvas .g-svg--gp-logomark {
    fill: #5d80cc;
  }
  .svg--gp-logo-off-canvas .path-svg--gp-logomark-fill-stroke-width {
    stroke: #5d80cc;
  }
  .signature-image-mf {
    background-image: url("/assets/signature-mf-dm-604aa635.png");
  }
  .signature-image-jp {
    background-image: url("/assets/signature-jp-dm-19dcadbc.png");
  }
  .signature-image-rk {
    background-image: url("/assets/signature-rk-dm-d7ce3bf6.png");
  }
}

/*# sourceMappingURL=/assets/application-b75d1433.css.map */
