<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @media screen and (max-width: 1200px) {
  #middle.middle #middle-center.middle-center {
    padding: inherit 0px;
  }
}

.paragraph.paragraph--width--full&gt;.paragraph__column,
.paragraph.paragraph--width--medium&gt;.paragraph__column,
.paragraph.paragraph--width--narrow&gt;.paragraph__column,
.paragraph.paragraph--width--tiny&gt;.paragraph__column,
.paragraph.paragraph--width--wide&gt;.paragraph__column,
.paragraph&gt;.paragraph__column {
  padding-left: 0;
  padding-right: 0;
}

.modular-page-body #middle-center.middle-center .node--type-modular-page .innerRow{
  padding: 0px 30px;
}

.mod-page-hide-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mod-page-white-text, .mod-page-white-text *:not(i) {
  color: var(--white)!important;
}

.mod-page-green-text, .mod-page-green-text *{
  color: var(--cutler)!important;
}

.contextual-region .contextual .contextual-links a,
.contextual-region .contextual .contextual-links a:hover {
  color:var(--black) !important;
}

.contextual-region .contextual .contextual-links a:focus {
  color:var(--white) !important;
}

#middle .mod-page-light-transparency{
  opacity: 0.75;
}

.container.top-confined-with-breadcrumb_cont .breadcrumb-container {
  padding-left: 0;
  padding-right: 0;
}

.mod-page-col-white-top-border{
  border-top: 2px solid var(--white);
}
.mod-page-col-white-right-border{
  border-right: 2px solid var(--white);
}
.mod-page-col-white-bottom-border{
  border-bottom: 2px solid var(--white);
}
.mod-page-col-white-left-border{
  border-left: 2px solid var(--white);
}
.mod-page-col-black-top-border{
  border-top: 2px solid var(--black);
}
.mod-page-col-black-right-border{
  border-right: 2px solid var(--black);
}
.mod-page-col-black-bottom-border{
  border-bottom: 2px solid var(--black);
}
.mod-page-col-black-left-border{
  border-left: 2px solid var(--black);
}
.mod-page-col-green-top-border{
  border-top: 2px solid var(--cutler);
}
.mod-page-col-green-right-border{
  border-right: 2px solid var(--cutler);
}
.mod-page-col-green-bottom-border{
  border-bottom: 2px solid var(--cutler);
}
.mod-page-col-green-left-border{
  border-left: 2px solid var(--cutler);
}

/* WSS-4052 Mod Page Spacing for Breadcrumbs */
.breadcrumb-container {
  padding-bottom: 38px !important;
}

.breadcrumb-container nav.breadcrumb {
  padding: 0px !important;
}

.breadcrumb-container nav.breadcrumb ol {
  margin-top: 0px;
}

@media screen and (min-width: 1200px) {
  .page-node-type-modular-page #middle &gt; .row {
    padding: 0;
  }
}
</pre></body></html>