
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: "";
}

header, aside, nav, footer, section, article, hgroup, address,
figure, figcaption, video, details, small, summary, img, main,
time, dl, dt, dd, li, picture {
  display: block;
}

html {
  webkit-text-size-adjust: none;
}

i, b, em, strong {
  font-style: inherit;
  font-weight: inherit;
}

img, video {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

mark {
  background: none;
  color: inherit;
}

small {
  font-size: inherit;
}

abbr {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "object";
  src: font-url(/assets/PPObjectSans-Light-f583adbb07c6ec25af0d28c9aaccd7b4022a669f9936ea1617c399a1e65f7467.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "object";
  src: font-url(/assets/PPObjectSans-Regular-d0ae412ff2f01bcc6db8b0d625cf18b447e1b40d1ec8e333ce3f7e30ba712945.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "object";
  src: font-url(/assets/PPObjectSans-Medium-e653dff526cfce79867f6c8e2062b12af2ec49e381ec4411cabbcd1744543640.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "object";
  src: font-url(/assets/PPObjectSans-Bold-fd32d2945bcb786c7496d4f058140dfc4a4702aa528b73025d557815982182cc.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "object";
  src: font-url(/assets/PPObjectSans-Heavy-a9bdf10322851ee893e69a271da8d1a2583a832f5c9efd1ed13fb96c986b9944.woff2);
  font-weight: 900;
}
/*
----------------------------------------------
    PP OBJECT SANS
----------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
•   X00                   light
•   X00                   regular
•   X00                   medium
•   X00                   bold
•   X00                   heavy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
full family up to 10k views:              $320
uprights (7x) up to 10k views:            $180
discrete weights (x5) up to 10k views:    $150
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------
*/
/*==============================================================
ASPECT RATIO
================================================================ */
/*==============================================================
BIG TITLE HYPHENATION
================================================================ */
/*==============================================================
STROKED TYPE
================================================================ */
/*==============================================================
DOTTED RULES
================================================================ */
/*==============================================================
LITTLE LABEL
================================================================ */
/*================================================================================
Globals
================================================================================*/
:root {
  --vh-offset: 0px;
  --scrollbar: 0px;
}

/*================================================================================
Bound
================================================================================*/
.bound {
  width: calc(100% * 0.89);
  margin: 0 auto;
  max-width: 1270px;
}

/*================================================================================
Screen widths that exclude scrollbar width
================================================================================*/
/*==============================================================
COLORS
================================================================ */
/*==============================================================
BODY
================================================================ */
body {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
  font: 400 normal 1rem/1.45 "object", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
}
body .page-main {
  flex: 1;
}

html {
  scroll-padding-top: 82px;
}

html, body {
  height: 100%;
}

#__next {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-main {
  display: flex;
}

body.locked {
  height: 100vh;
  overflow: hidden;
}

body .flashes {
  position: fixed;
  top: 10px;
  width: 16em;
  height: 4em;
  line-height: 4em;
  vertical-align: center;
  left: calc(50vw - 8em);
  text-align: center;
  background: white;
  color: #238c5c;
  border: 3px solid #238c5c;
  margin: 3px;
  border-radius: 9px;
  animation-name: fadeOut;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pyl-v001-block-header nav,
.pyl-v001-block-header .menu-trigger,
.pyl-v001-block-mini-menu,
.pyl-v001-block-sticky-header,
.pyl-v001-block-footer .pane.right,
.summary-control-panel {
  display: none;
}

h1,
h2.logo {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1rem;
}

h2:not(.logo) {
  font-weight: 900;
  font-size: 3em;
  border-top: 6pt solid black;
  padding-top: 0.75rem;
}

.pyl-v001-summary-ledger {
  margin-top: 1.5em;
  border-top: 6pt solid black;
}
.pyl-v001-summary-ledger hr {
  display: none;
}
.pyl-v001-summary-ledger input[type=text],
.pyl-v001-summary-ledger input[type=email],
.pyl-v001-summary-ledger input[type=tel],
.pyl-v001-summary-ledger textarea {
  display: block;
  width: 100%;
  font: inherit;
  padding: 0.25em 0.5em;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  border: 1px solid black;
}
.pyl-v001-summary-ledger [data-input-type=text] label,
.pyl-v001-summary-ledger [data-input-type=textarea] label {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.pyl-v001-summary-ledger [data-input-type=text] label + input,
.pyl-v001-summary-ledger [data-input-type=text] label + textarea,
.pyl-v001-summary-ledger [data-input-type=textarea] label + input,
.pyl-v001-summary-ledger [data-input-type=textarea] label + textarea {
  margin-top: 0.5em;
}
.pyl-v001-summary-ledger h3 {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: solid 1pt black;
  margin-top: 2em;
}
.pyl-v001-summary-ledger .field-cell + .field-cell,
.pyl-v001-summary-ledger ul.checklist li + li,
.pyl-v001-summary-ledger .pyl-input-component + .pyl-input-component {
  margin-top: 0.75em;
}
.pyl-v001-summary-ledger .pyl-input-component,
.pyl-v001-summary-ledger h2,
.pyl-v001-summary-ledger h3,
.pyl-v001-summary-ledger h4,
.pyl-v001-summary-ledger .result-pane {
  page-break-inside: avoid;
  break-inside: avoid;
}
.pyl-v001-summary-ledger .agency-search-results {
  page-break-inside: avoid;
}
.pyl-v001-summary-ledger .agency-search-results .result-panes {
  display: flex;
  justify-content: space-between;
}
.pyl-v001-summary-ledger .agency-search-results .result-pane {
  box-sizing: border-box;
  width: 48%;
  border: 1px solid black;
  padding: 0.5em;
}

.pyl-v001-block-footer {
  display: none;
}
