/* @link https://utopia.fyi/space/calculator?c=240,16,1.125,1280,20,1.25,5,2,&s=0.75|0.5|0.25|0.125|0.0625,1.5|2|3|4|6|8,s-l&g=s,l,xl,12 */
.nf-field-element input.nf-element:not([type=submit]),
.nf-field-element textarea.nf-element {
  width: 100%;
  max-width: unset;
  background: #eee;
  border: 1px solid #ccc;
}

.nf-element[type=submit] {
  padding: 0.5em;
  margin: 0.5em 0 1em 0;
}

.fadeup {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1.2s ease-out, transform 0.6s ease-out;
}

.fadeup.in-view {
  opacity: 1;
  transform: translateY(0);
}

html {
  font-size: 12px !important;
}

body {
  font-size: 1rem !important;
}
body::before {
  top: 0;
  width: 5rem;
}

.no-print,
nav,
#primaryNav,
.js #primaryNav,
.otgs-development-site-front-end,
#onetrust-consent-sdk,
.wp-block-embed.is-type-video {
  display: none !important;
}

li, img, figure, blockquote, header, footer, pre,
.box, .banner, .slab, .card, .ctaBox {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

h2, h3, h4, h5, h6 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
h2::after, h3::after, h4::after, h5::after, h6::after {
  content: "";
  display: block;
  height: 200px;
  margin-bottom: -200px;
}

.align-full,
.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.align-wide,
.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
/*# sourceMappingURL=print.css.map */
