/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.1; /**BX * 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* BX
b,
strong {
 font-weight: bolder;
}
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.1; /*BX /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* END OF NORMALIZE ================================= */
/* 550 or smaller */
/* 551 to 850 */
/* 851 - 1150 */
/* anything less than his width, then the inner-wrapper is less than 1120px based on left/right padding on outer-wrapper

/* 
@media screen and (max-width: $phablet) {
}
*/
/*fka dev 1.9 rem */
/* equals laptop 90% */
/* fka dev 1.5 */
/**/
/* universal stuff */
/**/
/* BASIC RESET ============== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
}

/* Set core root defaults */
*,
*::after,
*::before,
html,
body,
html:focus-within,
.scroll {
  scroll-behavior: smooth;
}

/* Mozilla Firefox  */
@-moz-document url-prefix() {
  *,
  *::after,
  *::before,
  html,
  body,
  html:focus-within,
  .scroll {
    --scroll-behavior: smooth !important;
    scroll-behavior: smooth !important;
  }
}
html {
  font-size: 62.5%;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  scroll-behavior: smooth;
}

/* prevent sideways wiggle in Chrome & Safari  */
:root, body {
  /* auto by default */
  overscroll-behavior-x: auto;
  /* disable only on non-touch devices to prevent sideways wiggle in Chrome & Safari*/
}
@media (hover: hover) {
  :root, body {
    overscroll-behavior-x: none;
  }
}

html.white-page {
  background-color: white;
}

body.iframe {
  background-color: none;
}

/* BX overflow-x hidden only for tablet and phone */
@media screen and (max-width: 850px) {
  html, body {
    overflow-x: hidden;
  }
}

.title, p, .m1, h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  color: hsl(0, 0%, 10%);
}

img {
  max-width: 100%;
  display: block;
}

/* balance lines of text, only for headline titles -- for six or less lines for Chromium and ten or less for Firefox) */
/* h1,
/* h2,
/* h3,
/* h4,
/* h5,
/* h6 {
/*   text-wrap: balance;
/* }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
}

/* GLOBAL ============== */
/* Remove default margin 
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
ul,
dd {
  margin: 0;
}
*/
#temporary-place-holder {
  height: 300px;
  border: 1px solid hsl(0, 0%, 80%);
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}

#temporary-place-holder-text {
  margin: 0 auto;
  font-size: 1.5rem;
  color: hsl(0, 0%, 58%);
  font-family: "sole-sans-variable", sans-serif;
}

.vertrulingline {
  width: 1px;
  background-color: hsl(0, 0%, 80%);
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .vertrulingline {
    width: 100%;
    height: 1px;
    align-items: center;
  }
}

/* Links and button hover ============== */
a:link {
  color: inherit;
  text-decoration: none;
  transition-duration: 330ms;
  opacity: 1;
}
a:visited {
  color: inherit;
  text-decoration: none;
  transition-duration: 330ms;
}
a:hover {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  text-underline-offset: 20%;
  text-decoration-thickness: 1px;
  opacity: 0.5;
  transition-duration: 300ms;
}
a:active {
  color: inherit;
}

.show-link:link {
  color: inherit;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  transition-duration: 330ms;
  opacity: 1;
}
.show-link:visited {
  color: inherit;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  transition-duration: 330ms;
}
.show-link:hover {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  text-underline-offset: 20%;
  text-decoration-thickness: 1px;
  opacity: 0.5;
  transition-duration: 300ms;
}
.show-link:active {
  color: inherit;
}

.dek a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.75;
  transition-duration: 300ms;
}

button:link {
  color: inherit;
  text-decoration: none;
  transition-duration: 330ms;
  opacity: 1;
}
button:visited {
  color: inherit;
  text-decoration: none;
  transition-duration: 330ms;
}
button:hover {
  opacity: 0.5;
  transition-duration: 300ms;
}
button:active {
  color: inherit;
}

/* End of Links and button hover ============== */
.author-blurb p a {
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
}

.m1 a:link {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 20%;
  text-decoration-thickness: 1px;
  color: inherit;
}
.m1 a:visited {
  color: inherit;
  text-decoration: none;
}
.m1 a:hover {
  color: inherit;
}
.m1 a:active {
  color: inherit;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.headPic {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}

.bw-photo {
  filter: grayscale(100%);
}

.copy-link-tooltip {
  color: rgb(0, 96, 124);
  position: absolute;
}

#copy-link-containter {
  cursor: pointer;
}

/* TYPOGRAPHY ============== */
/* items that need letter spacing */
.rubric, .author, .pubDate, .editionPub {
  letter-spacing: 0.013em;
}

/*  
.title {
 text-wrap: balance;  / << - balance or prettify ?
  }
*/
/* BASAL TEXT ============== */
b, strong {
  font-variation-settings: "wght" 575, "opsz" 500, "wdth" 100;
  font-weight: inherit;
}

p {
  font-size: 1.85rem;
  line-height: 1.54;
}

.m1 p, p {
  font-size: 1.85rem;
  line-height: 1.54;
  margin-bottom: 1.4245rem;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  color: hsl(0, 0%, 10%);
}
.m1 p:last-child, p:last-child {
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 850px) {
  .m1 p, p {
    font-size: 1.67rem;
    margin-bottom: 1.2859rem;
  }
}

/*
.article-prose p {
   &:last-child {
       }
}
*/
.m1 ul, .m1 ol {
  list-style: outside;
  font-size: 1.85rem;
  line-height: 1.54;
  margin-bottom: 1.4245rem;
  text-indent: 0px; /* make zero */
  padding-left: 4rem;
  padding-right: 4rem;
  /*
  margin-inline-start: 0;
  padding-inline-start: 0;
  */
}
@media screen and (max-width: 850px) {
  .m1 ul, .m1 ol {
    font-size: 1.67rem;
    margin-bottom: 1.2859rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.italic {
  font-style: italic;
}

.title {
  line-height: 1.1;
}

/* SECONDARY HEADINGS ============== */
h2, h3, h4 {
  line-height: 1.25;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 575, "opsz" 500, "wdth" 100;
  margin-bottom: 1.4245rem;
}

.m1 h2:first-child, .m1 h3:first-child, .m1 h4:first-child {
  margin-top: 0rem;
}
.m1 h2 {
  font-size: 2.1rem;
  margin-top: 5.698rem;
  margin-bottom: 1.4245rem;
}
@media screen and (max-width: 850px) {
  .m1 h2 {
    font-size: 1.89rem;
  }
}
.m1 h3 { /*equal to m1 plus bold */
  font-size: 1.9rem;
  margin-top: 2.849rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 850px) {
  .m1 h3 {
    font-size: 1.71rem;
  }
}
.m1 h4 { /*equal to m1 plus italic */
  font-size: 1.85rem;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  font-style: italic;
  margin-bottom: 0rem;
  margin-top: 2.849rem;
}
@media screen and (max-width: 850px) {
  .m1 h4 {
    font-size: 1.67rem;
    margin-top: 2.5718rem;
  }
}

.author-blurb-area p {
  font-size: 1.6rem;
}
.author-blurb-area p a {
  font-variation-settings: "wght" 575, "opsz" 500, "wdth" 100;
}
@media screen and (max-width: 850px) {
  .author-blurb-area p {
    font-size: 1.52rem;
  }
}

.skylight-1rem {
  font-size: 1.1rem;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp-animation-500 {
  animation: 500ms fadeInUp;
}

.fadeInUp-animation-1000 {
  animation: 1000ms fadeInUp;
}

.fadeInUp-animation-1500 {
  animation: 1000ms fadeInUp;
}

.fadeIn-animation {
  animation: 500ms fadeIn;
}

/**/
/* Primary layout */
/**/
/* LAYOUT ============== */
/*
#outer-wrapper {
    width: 100%;
    background-color: white;
} */
.main-wrapper {
  width: 100%;
  /* max-width: 1348px; */
  margin: 0 auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  /* &.home-page {
  /*    padding-top: 0rem; } */
}
@media screen and (max-width: 850px) {
  .main-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.inner-wrapper {
  margin: 0 auto;
  max-width: 112rem;
  padding-top: calc(6rem + 7.5rem);
}
@media screen and (max-width: 550px) {
  .inner-wrapper {
    padding-top: calc(6rem + 4rem);
  }
}

.hero.about {
  height: 77vh; /* 560 px over 680 px */ /* turn back on if placing hero within main-wrapper */
  max-height: 65rem;
  margin-top: calc(calc(6rem + 7.5rem) * -1);
  margin-bottom: 7.5rem; /* same margin as below header bar */
}
@media screen and (max-width: 850px) {
  .hero.about {
    height: 50vh;
    max-height: 50vh;
  }
}
.hero.about img {
  -o-object-position: bottom;
     object-position: bottom; /* anchor image at bottom */
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  height: 77vh;
  max-height: 65rem;
}
@media screen and (max-width: 850px) {
  .hero.about img {
    height: 50vh;
    max-height: 50vh;
  }
}

.edge-to-edge {
  /* BX edge to edge "bleeding" background without invoking overflow */
  position: absolute;
  width: calc(100vw - var(--scrollbar-width));
  left: calc(calc(calc(100vw - var(--scrollbar-width)) - 112rem) * -0.5);
}
@media screen and (max-width: 1210px) {
  .edge-to-edge {
    left: calc(4.5rem * -1);
  }
}
@media screen and (max-width: 850px) {
  .edge-to-edge {
    left: calc(-1 * 4rem);
  }
}
@media screen and (max-width: 550px) {
  .edge-to-edge {
    left: calc(-1 * 2.5rem);
  }
}

.edge-to-edge-dek {
  left: 0;
}

.title.author-name {
  margin-bottom: 65px;
}

.dek-area {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  grid-column-gap: 0px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 850px) {
  .dek-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    margin-bottom: 4rem; /* now equal to space between title and header - fka 6rem */
  }
  .dek-area.main-article {
    margin-bottom: 0rem;
  }
  .dek-area .dek-caption-area {
    margin-bottom: 5rem;
  }
}
.dek-area .dek-image img,
.dek-area .dek-col-1 {
  grid-column: 1;
}
@media screen and (max-width: 850px) {
  .dek-area .dek-image img,
  .dek-area .dek-col-1 {
    grid-column: 1;
    grid-row: 2;
  }
}
.dek-area .vertrulingline {
  grid-column: 2;
}
@media screen and (max-width: 850px) {
  .dek-area .vertrulingline {
    display: none;
  }
}
.dek-area .dek-text {
  grid-column: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-top: -0.4rem; /* BX-2025-08-31 */
}
@media screen and (max-width: 850px) {
  .dek-area .dek-text {
    margin-top: 0rem; /* BX-2025-08-31 */
  }
}
@media screen and (max-width: 850px) {
  .dek-area .dek-text h1.title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .dek-area .dek-text .dek-edition {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 850px) {
  .dek-area .dek-text {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 4rem; /*INDD 60px */
  }
}
.dek-area.index-page {
  width: 70%;
  display: block;
  min-width: 60rem;
}
@media screen and (max-width: 850px) {
  .dek-area.index-page {
    width: 100%;
    min-width: 100%;
  }
}
.dek-area.about {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  grid-column-gap: 0px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 850px) {
  .dek-area.about {
    grid-template-columns: 1fr;
    margin-bottom: 3.43333rem;
  }
}

.dek-area-author,
.dek-area-building {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-column-gap: 0px;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .dek-area-author,
  .dek-area-building {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 850px) {
  .dek-area-author .author-contact,
  .dek-area-building .author-contact {
    grid-column: 1;
    grid-row: 4;
  }
}
.dek-area-author .author-bio,
.dek-area-author .building-title,
.dek-area-building .author-bio,
.dek-area-building .building-title {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media screen and (max-width: 850px) {
  .dek-area-author .author-bio,
  .dek-area-author .building-title,
  .dek-area-building .author-bio,
  .dek-area-building .building-title {
    grid-column: 1;
    grid-row: 1;
  }
}
.dek-area-author figure.author-pic,
.dek-area-building figure.author-pic {
  grid-column: 7;
}
@media screen and (max-width: 850px) {
  .dek-area-author figure.author-pic,
  .dek-area-building figure.author-pic {
    grid-column: 1;
    grid-row: 2;
    width: 66%;
  }
}

.dek-area.event-page {
  display: grid;
  grid-template-columns: 60% auto 34%;
  grid-column-gap: 0px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 850px) {
  .dek-area.event-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
  }
}
.dek-area.event-page .event-title {
  grid-column: 1;
}
@media screen and (max-width: 850px) {
  .dek-area.event-page .event-title {
    grid-column: 1;
    grid-row: 1;
  }
}
.dek-area.event-page .vertrulingline {
  grid-column: 2;
}
@media screen and (max-width: 850px) {
  .dek-area.event-page .vertrulingline {
    grid-column: 1;
    grid-row: 3;
  }
}
.dek-area.event-page figure.event-pic {
  grid-column: 3;
}
@media screen and (max-width: 850px) {
  .dek-area.event-page figure.event-pic {
    grid-column: 1;
    grid-row: 2;
  }
}

@media screen and (max-width: 850px) {
  .dek-area-building {
    margin-bottom: 0;
  }
}

#feature-article-dek-wrapper #feature-article-dek-bg {
  background-image: linear-gradient(to right, hsl(0, 0%, 75%), hsl(0, 0%, 99%));
  z-index: -100;
  top: 0;
  height: 73rem;
}
@media screen and (max-width: 1160px) {
  #feature-article-dek-wrapper #feature-article-dek-bg {
    height: 73vh;
  }
}
@media screen and (max-width: 850px) {
  #feature-article-dek-wrapper #feature-article-dek-bg {
    height: 80vh;
  }
}

#feature-article-dek {
  width: 100%;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#feature-dek-area {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5.8fr 5.4fr;
  margin-bottom: 10rem;
}
@media screen and (max-width: 850px) {
  #feature-dek-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-bottom: 6rem;
  }
  #feature-dek-area #dek-col-1 {
    grid-row: 2;
  }
}
@media screen and (max-width: 850px) {
  #feature-dek-area .dek-image {
    margin-left: 20%;
  }
}
#feature-dek-area .dek-image img {
  height: 75rem; /* CHECK */
}
@media screen and (max-width: 1160px) {
  #feature-dek-area .dek-image img {
    height: initial;
  }
}
#feature-dek-area .dek-text {
  grid-column: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 7.4rem;
  padding-right: 5rem;
  padding-top: 13rem;
  padding-bottom: 6rem;
  height: 59rem;
}
@media screen and (max-width: 850px) {
  #feature-dek-area .dek-text {
    grid-column: 1/3;
    padding-left: 0;
    padding-right: 20%;
    padding-top: 0;
    height: initial;
    padding-bottom: 4.4rem;
  }
}
@media screen and (max-width: 850px) {
  #feature-dek-area .dek-caption-area {
    padding-left: 20%;
  }
}

.content-area {
  display: grid;
  grid-template-columns: 34% auto 60%;
  grid-template-rows: auto auto;
  grid-gap: 0;
  margin-bottom: 0; /*BX needed? */
}
.content-area .vertrulingline {
  margin-top: 0.5rem;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 850px) {
  .content-area .vertrulingline {
    grid-column: 1;
    grid-row: 2;
  }
}
.content-area .vertrulingline.event-page {
  margin-top: 0.5rem;
  grid-column: 2;
}
@media screen and (max-width: 850px) {
  .content-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
  }
}
.content-area.about {
  display: grid;
  grid-template-columns: 1fr 4rem 1fr;
  grid-gap: 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 850px) {
  .content-area.about {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 3rem;
    margin-bottom: 0rem;
  }
}
.content-area.index-page {
  display: block;
}
@media screen and (max-width: 850px) {
  .content-area.index-page {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 20px 1fr;
    grid-gap: 4rem;
  }
}
.content-area.event-page {
  display: grid;
  grid-template-columns: 60% auto 34%;
  grid-gap: 0;
  margin-bottom: 10rem;
  grid-template-rows: auto auto;
  grid-gap: 0;
  margin-bottom: 0; /*BX needed? */
  border-top: 1px hsl(0, 0%, 50%) solid;
  padding-top: 3rem;
}
@media screen and (max-width: 850px) {
  .content-area.event-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
    border-top: none;
    padding-top: 0;
  }
}

.body-col-1-upper {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  /*justify-content: space-between;
  flex-direction: column; 
   position: static; BX */
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 850px) {
  .body-col-1-upper {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 3rem;
  }
}
.body-col-1-upper.event-page {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 850px) {
  .body-col-1-upper.event-page {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 3rem;
  }
}

.body-col-1-lower {
  display: grid;
  grid-auto-rows: auto min-content;
  /* display: flex;
  justify-content: space-between;
  flex-direction: column;  */
  grid-row: 2/3;
  grid-column: 1/2;
}
.body-col-1-lower .sidebar-chunk:last-child {
  align-self: end;
}
@media screen and (max-width: 850px) {
  .body-col-1-lower {
    grid-row: 4;
    grid-column: 1;
  }
}
.body-col-1-lower.event-page {
  grid-column: 3;
}

.body-area.m1 {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media screen and (max-width: 850px) {
  .body-area.m1 {
    grid-row: 3;
    grid-column: 1;
    margin-top: 1.5rem;
  }
}
.body-area.event-page {
  grid-column: 1;
}
@media screen and (max-width: 850px) {
  .body-area.event-page {
    grid-row: 3;
    grid-column: 1;
    margin-top: 1.5rem;
    border-top: 1px hsl(0, 0%, 80%) solid;
    padding-top: 1.2rem;
  }
}

.sidebar-sticky {
  position: sticky;
  top: 10rem;
  margin-top: 0rem;
}
@media screen and (max-width: 850px) {
  .sidebar-sticky {
    position: static;
    top: 0rem;
    margin-top: 0rem;
  }
}

.sidebar-blank {
  display: none;
}

.info-area {
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 850px) {
  .info-area {
    margin-top: 0.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid hsl(0, 0%, 80%);
  }
}
.info-area.building-page {
  grid-column-start: 5;
  grid-column-end: 8;
  margin-top: -0.4rem; /* BX-2025-08-31 */
}
@media screen and (max-width: 850px) {
  .info-area.building-page {
    margin-top: 0rem; /* BX-2025-08-31 */
  }
}
@media screen and (max-width: 850px) {
  .info-area.building-page {
    grid-column: 1;
    grid-row: 2;
    display: block;
  }
  .info-area.building-page .info-block-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 36px;
    grid-row-gap: 0px;
  }
  .info-area.building-page .info-block-2 {
    display: none;
  }
}

.info-block-a {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 850px) {
  .info-block-a {
    grid-column: 1;
    grid-row: 1;
  }
}

.info-block-b {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 850px) {
  .info-block-b {
    grid-column: 2;
    grid-row: 1;
  }
}

.building-page .info-block-b {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 850px) {
  .building-page .info-block-b {
    grid-column: 2;
    grid-row: 1;
  }
}

.info-block-2 {
  display: block;
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 850px) {
  .info-block-2 {
    margin-top: 0.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid hsl(0, 0%, 80%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    grid-column: 1/3;
    grid-row: 2;
  }
  .info-block-2 .info-head {
    grid-column: 1;
    grid-row: 1;
  }
  .info-block-2 .info-data {
    grid-column: 1/3;
    grid-row: 2;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 36px;
  }
}

.sidebar-related-items,
.sidebar-also-in-edition {
  width: 65%;
  min-width: 22rem;
  margin-top: 4rem;
}
@media screen and (max-width: 850px) {
  .sidebar-related-items,
  .sidebar-also-in-edition {
    width: 100%;
    margin-top: 8rem;
  }
}

.sidebar-cta {
  width: 100%;
  margin-top: 5rem;
  background-image: linear-gradient(to right, hsl(0, 0%, 80%), hsl(0, 0%, 97%));
  height: 20rem;
  align-content: center;
  margin-bottom: 0rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: "sole-serif-small-variable", serif;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 850px) {
  .sidebar-cta {
    display: none;
  }
}
.sidebar-cta.blank {
  background-image: none;
}

.author-blurb-area {
  margin-top: 6.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid hsl(0, 0%, 80%);
  margin-bottom: 0rem;
}
@media screen and (max-width: 850px) {
  .author-blurb-area {
    margin-top: 4rem;
    margin-bottom: 0rem;
  }
}

/**/
/* Partials by section */
/* HEADER ============== */
/* pushes top of page down by 60px */
#header-spacer {
  position: static;
  width: 100%;
  height: 0px;
}

#header-shadow {
  position: absolute; /* Make it fixed */
  top: -75px; /* Hide the navbar outside of the top view */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: -10;
  height: 6rem;
  margin: 0px auto;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  left: 0;
  width: 100vw;
  background-color: rgb(53, 93, 111);
}

/*
#header-solid-behind {
    top: 0px;
    height: $header-thickness;
    position: fixed;
    z-index: 85;
    left: -25vw;
    width: 150vw;
    background-color: $accent-color-solid;
    overflow-x: hidden;
}
*/
header.header-main-wrapper {
  top: 0px;
  margin: 0 auto;
  height: 6rem;
  width: 100%;
  position: fixed;
  z-index: 100;
  /* OFF margin-bottom: 13.5rem;  */
  left: 0;
  background-color: rgb(53, 93, 111);
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media screen and (max-width: 850px) {
  header.header-main-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 550px) {
  header.header-main-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
header.header-main-wrapper .header-inner-wrapper {
  height: 6rem;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  font-size: 12px;
  align-items: center;
  /* not used
  .header-flex-container {
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 100%;
      font-size: 12px;
      align-items: center; 
      height: 100%;
  }
  */
}
header.header-main-wrapper .header-inner-wrapper #header-left {
  width: 100%;
  height: 6rem;
  align-items: center;
  display: flex;
}
header.header-main-wrapper .header-inner-wrapper .header-right-button {
  height: 6rem;
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  flex-flow: row-reverse;
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  margin-top: 3px;
  margin-right: 2px;
}

.header-bg {
  background-color: rgb(53, 93, 111);
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  left: 0;
  opacity: 1;
  height: 6rem;
}

img.logo-header {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: initial;
  height: 2.4rem;
}

img#logo-header-home,
img#logo-header {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: initial;
  height: 2.4rem;
}

#menu-icon {
  align-items: center;
  display: flex;
}

#menu-icon.pop-up {
  flex-direction: row-reverse;
}

#logo-header-home {
  position: fixed; /* Make it stick/fixed */
  top: -60px; /* -60px Hide the navbar 50 px outside of the top view */
  transition: top 0.5s; /* Transition effect when sliding down (and up) */
  z-index: 200;
  height: 6rem;
  align-content: center;
}

#header-tagline {
  position: fixed; /* Make it stick/fixed */
  top: 0px; /* -60px Hide the navbar 50 px outside of the top view */
  transition: top 0.5s;
  z-index: 190;
  height: 6rem;
  overflow: hidden;
  align-content: center;
  margin-left: 4.8rem;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1348px) {
  #header-tagline {
    margin-left: 0;
  }
}
.open #header-tagline {
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 850px) {
  #header-tagline {
    display: none;
  }
}

.tagline {
  color: white;
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  font-size: 1.6rem;
  margin-top: 3px;
}
.banner-bottom .tagline {
  color: black;
  margin: 0 auto;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 112rem;
  font-size: 1.5rem;
  text-wrap: balance;
}

.banner-bottom {
  background-color: #fff200;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: grid;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.75s, opacity 0.75s;
}
@media screen and (max-width: 850px) {
  .banner-bottom {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .banner-bottom {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#logo-header-menu {
  position: fixed; /* Make it stick/fixed */
  top: 0px; /* -60px Hide the navbar 50 px outside of the top view */
  transition: top 0.5s; /* Transition effect when sliding down (and up) */
  z-index: 250;
  height: 6rem;
  align-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.open #logo-header-menu {
  opacity: 1;
  transition: opacity 0.3s;
}

/* FOOTER ============== */
img#logo-footer {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: initial;
  height: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 850px) {
  img#logo-footer {
    margin-bottom: 1rem;
  }
}

footer {
  margin-top: 1rem;
  width: 100%;
  /* stick footer off:
  position: fixed;
  top: 100vh;*/
  position: relative;
}

#footer-inset-top {
  height: 12rem;
  background: none;
  position: relative;
  margin-top: 0rem;
}
@media screen and (max-width: 850px) {
  #footer-inset-top {
    height: 8rem;
  }
}
#footer-inset-top #footer-inset-top-bg {
  background-color: white;
  height: 100%;
  /* BX see style "edge-to-edge"  */
}

.footer-blurb > p {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-right: 8rem;
  color: hsl(0, 0%, 50%);
}
@media screen and (max-width: 1160px) {
  .footer-blurb > p {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-blurb > p {
    padding-right: 40%;
  }
}
@media screen and (max-width: 550px) {
  .footer-blurb > p {
    padding-right: 0;
  }
}

.footer-bg {
  /* BX see style "edge-to-edge"  */
  top: 0;
  height: 100%;
  z-index: -5;
  background-image: linear-gradient(hsl(0, 0%, 97%), hsl(0, 0%, 83%));
}

#footer-inner-wrapper {
  /* no padding needed, footer element is within inner-wrapper
  /* padding-left: 114px;
  /* padding-right: 114px; 
  /* width: 100%;
  /* max-width: 1348px;  */
  margin: 0 auto;
  max-width: 112rem;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  grid-column-gap: 45px;
  grid-template-rows: repeat(3, auto);
  padding-top: 7rem;
  /* background-image: $gradient-vertical; */
}
@media screen and (max-width: 850px) {
  #footer-inner-wrapper {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
  }
  #footer-inner-wrapper #footer-block-1 {
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

#footer-block-1 {
  padding-right: 0rem;
}
@media screen and (max-width: 850px) {
  #footer-block-1 {
    grid-column: 1;
    grid-row: 3;
    padding-right: 0rem;
  }
}

.footer-block-2 {
  margin-right: 0;
}

@media screen and (max-width: 850px) {
  .footer-menu-array {
    grid-column: 1;
    grid-row: 1;
  }
}
.footer-menu-array #main-menu {
  margin-top: -0.3rem;
}
.footer-menu-array .nav-items {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(5, auto);
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 30px 30px auto;
  }
}
.footer-menu-array .about .nav-items .nav-item,
.footer-menu-array .nav-item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: hsl(0, 0%, 50%);
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  /*  padding-right: 25px; */
}
@media screen and (max-width: 850px) {
  .footer-menu-array .about .nav-items .nav-item,
  .footer-menu-array .nav-item {
    margin-bottom: 0;
    font-size: 1.53rem;
  }
}
.footer-menu-array li.nav-group-2-cols ul.nav-items {
  display: block;
  width: 100%;
}
.footer-menu-array .nav-item.nav-level-A,
.footer-menu-array .nav-item.about {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 1.95rem;
  line-height: 1.75;
  color: hsl(0, 0%, 50%);
  margin-bottom: 4rem;
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-item.nav-level-A,
  .footer-menu-array .nav-item.about {
    margin-bottom: 0;
    font-size: 1.44rem;
  }
}
.footer-menu-array .about .nav-items {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer-menu-array .nav-item .nav-items {
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-item .nav-items {
    margin-top: 0px;
  }
}
.footer-menu-array .nav-item.about {
  grid-row: 1;
  grid-column: 1;
}
.footer-menu-array .nav-item.solutions {
  grid-column: 2;
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-item.solutions {
    grid-column: 2;
    grid-row: 1/4;
  }
}
.footer-menu-array .nav-item.buildings {
  grid-column: 3;
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-item.buildings {
    margin-bottom: 1.5rem;
    grid-row: 1;
    grid-column: 3;
  }
}
.footer-menu-array .nav-item.events {
  grid-column: 4;
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-item.events {
    margin-bottom: 1.5rem;
    grid-row: 2;
    grid-column: 3;
  }
}
.footer-menu-array .nav-item.newsletters {
  grid-column: 5;
}
@media screen and (max-width: 850px) {
  .footer-menu-array .nav-item.newsletters {
    margin-bottom: 1.5rem;
    grid-row: 3;
    grid-column: 3;
  }
}

#footer-copyright,
#footer-copyright p {
  grid-row: 3;
  grid-column: 1/3;
  margin-top: 0rem; /* ZERO becaue CTA iframe box above */
  margin-bottom: 5rem;
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  color: hsl(0, 0%, 50%);
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 850px) {
  #footer-copyright,
  #footer-copyright p {
    margin-top: 0;
    grid-row: 5;
    grid-column: 1;
    margin-bottom: 3.6rem;
  }
}

#footer-copyright-optional-line-break {
  display: inline;
}
@media screen and (max-width: 550px) {
  #footer-copyright-optional-line-break {
    display: none;
  }
}

#footer-copyright-line2::before {
  display: inline;
}
@media screen and (max-width: 550px) {
  #footer-copyright-line2::before {
    content: "\a";
    white-space: pre;
  }
}

.footer-social-media-links {
  grid-column: 2/3;
  grid-row: 3;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .footer-social-media-links {
    margin-top: 0;
    grid-row: 4;
    grid-column: 1;
    margin-bottom: 3rem;
    flex-direction: row;
  }
}
.footer-social-media-links .social-media-icons img {
  border-radius: 20%;
}
.footer-social-media-links .social-media-icons a {
  height: 1.8rem;
  width: 1.8rem;
  margin-left: 0.6rem;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .footer-social-media-links .social-media-icons a {
    height: 2.2rem;
    width: 2.2rem;
    margin-left: 0px;
    margin-right: 1.4rem;
  }
}

/**/
/* NAVIGATION ============================= */
/* MAIN MENU */
/*
#main-nav {
}
*/
.menu-transitions {
  opacity: 0; /* 0 */
  transition: visibility 0.34s ease, opacity 0.34s ease;
  visibility: hidden; /* hidden */
  display: block;
}
.open .menu-transitions {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.34s ease, opacity 0.34s ease;
}

/* 
#menu-background {
    background-color: none;
    width: 150vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -25vw;
    z-index: 40;
    opacity: 1;
    overflow-x: hidden;

}
*/
#menu-main-wrapper {
  background-color: hsl(0, 0%, 94%);
  z-index: 45;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (max-width: 850px) {
  #menu-main-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 550px) {
  #menu-main-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
#menu-main-wrapper::-webkit-scrollbar {
  display: none;
}
#menu-main-wrapper #menu-inner-wrapper {
  max-width: 112rem;
  margin: 0 auto;
  padding-bottom: 4rem;
  padding-top: calc(6rem + 7.5rem); /* actual 139, adjust for p box inset */
  display: grid;
  grid-template-columns: 30% 1fr; /*fka 2fr and 3fr */
  grid-column-gap: 0rem; /*fka 4rem */
}
@media screen and (max-width: 1160px) {
  #menu-main-wrapper #menu-inner-wrapper {
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (max-width: 850px) {
  #menu-main-wrapper #menu-inner-wrapper {
    grid-template-columns: 33% 1fr;
    display: block;
    width: 100%;
    padding-top: calc(6rem + 4rem);
  }
}

#main-menu {
  margin-top: -0.3rem;
}
@media screen and (max-width: 850px) {
  #main-menu {
    width: 100%;
    margin-top: -1rem;
  }
}

.menu-blurb,
.menu-blurb p {
  color: hsl(0, 0%, 50%);
}
@media screen and (max-width: 850px) {
  .menu-blurb,
  .menu-blurb p {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    grid-row: 3;
    width: 100%;
  }
}

#menu-block-2 {
  border-left: 1px solid hsl(0, 0%, 80%);
  margin-left: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 850px) {
  #menu-block-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-row-gap: 0rem;
    width: 100%;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}

#nav-search {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 850px) {
  #nav-search {
    margin-top: 3.6rem;
    margin-bottom: 0;
  }
}

#nav-topics {
  width: 100%;
  margin-top: 9.5rem;
}
@media screen and (max-width: 850px) {
  #nav-topics {
    margin-top: 3.6rem;
    margin-bottom: 0;
  }
}

#nav-topic-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3.8rem;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  /* same as narrow-laptop */
}
@media screen and (max-width: 1160px) {
  #nav-topic-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(10, auto);
  }
}
@media screen and (max-width: 550px) {
  #nav-topic-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(13, auto);
  }
}

.nav-items {
  width: 400px;
  font-family: "sole-sans-variable", sans-serif;
}
@media screen and (max-width: 850px) {
  .nav-items {
    width: 100%;
  }
}

.nav-item {
  font-size: 2.4rem;
  line-height: 1.375;
  color: hsl(0, 0%, 50%);
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
}

li.nav-group-2-cols ul.nav-items {
  grid-auto-flow: column;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  width: 30rem;
}
@media screen and (max-width: 850px) {
  li.nav-group-2-cols ul.nav-items {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  li.nav-group-2-cols ul.nav-items {
    grid-template-columns: 1fr 1fr;
  }
}

.nav-heading {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 1.95rem;
  line-height: 1.75;
  color: hsl(0, 0%, 30%);
}

.nav-item.nav-level-A,
.nav-item.about {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 1.95rem;
  line-height: 1.75;
  color: hsl(0, 0%, 30%);
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 850px) {
  .nav-item.nav-level-A,
  .nav-item.about {
    margin-bottom: 2rem;
  }
}

.nav-item.about {
  font-family: "sole-sans-variable", sans-serif;
}
@media screen and (max-width: 850px) {
  .nav-item.about {
    margin-bottom: 0rem;
  }
}

.about .nav-items .nav-item {
  font-size: 1.6rem;
  line-height: 1.5;
}

#nav-topic-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: hsl(0, 0%, 50%);
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
}

/* MENU ICON */
/*
#hamburger-icon,
#hamburger-icon-close {
    margin: auto 0;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 0.4s;
    font-size: 1.4rem;
}

#hamburger-icon:hover,
#hamburger-icon-close:hover {
    opacity: 0.55;
    transition-property: opacity;
    transition-duration: 0.1s;
}

#hamburger-icon {
    opacity: 1;
    transition-property: opacity;
    transition-duration: .3s;
    display: block;
}

.open #hamburger-icon {
    opacity: 0;
    display: none;
    transition-property: opacity;
    transition-duration: .3s;
}

#hamburger-icon-close {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    display: none;
}

.open #hamburger-icon-close {
    opacity: 1;
    display: block;
    transition-property: opacity;
    transition-duration: 0.3s;
}

*/
#subscribe-header-button-close,
#subscribe-header-button,
#hamburger-icon-open,
#hamburger-icon-close {
  margin: auto 0;
  cursor: pointer;
  top: 0px;
}

#hamburger-icon-open {
  top: 0;
  left: 30px;
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 110;
}

.open #hamburger-icon-open {
  display: block;
  visibility: hidden;
  opacity: 0;
}

#hamburger-icon-close {
  position: relative;
  top: 0;
  left: 0px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 120;
}

.pop-up > #hamburger-icon-close {
  visibility: visible;
  opacity: 1;
}

.open #hamburger-icon-close {
  display: block;
  visibility: visible;
  opacity: 1;
}

#subscribe-header-button-close:hover,
#subscribe-header-button:hover,
#hamburger-icon-open:hover,
#hamburger-icon-close:hover {
  opacity: 0.55;
}

#hamburger-icon-open div,
#hamburger-icon-close div {
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
}

.pop-up > #hamburger-icon-close > div {
  background-color: black;
}

.bar1 {
  transform: rotate(0deg) translate(0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
}

.bar2 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.bar3 {
  transform: rotate(0deg) translate(0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  transition-property: transform;
  transition-duration: 0.3s;
}
.open .bar2 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.open .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
  transition-property: transform;
  transition-duration: 0.3s;
}

/* CAPTIONS ============== */
figcaption p,
p.caption,
.dek-caption-area p {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  color: hsl(0, 0%, 55%);
  font-size: 1.3rem;
  line-height: 1.25;
}

figcaption {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  color: hsl(0, 0%, 55%);
  font-size: 1.3rem;
  margin-top: 1.2rem;
}

.image-and-caption {
  margin-top: 3.2rem;
  margin-bottom: 3.8rem;
}
.image-and-caption .image-container {
  width: 100%;
  height: 100%;
  max-height: 650px;
}
.image-and-caption .image-container img {
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-and-caption .image-container .image-pairing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.4rem;
}
.image-and-caption .image-container .image-pairing .one-of-pair {
  width: 100%;
  aspect-ratio: 0.75;
}
.image-and-caption .image-container .image-pairing .one-of-pair img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.75;
}

/*   
 img {
        width: 100%;
        height: 100%;
        max-height: 650px;
        aspect-ratio: initial;
        object-fit: contain;
        object-position: 0 0;
    } 
*/
/* INFO-BLOCKS ============== */
.info-area, .author-contact-area {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0;
  color: hsl(0, 0%, 55%);
}

.contact-heading {
  font-size: 1.9rem;
  /* @media screen and (max-width: $phablet) {
  ;
     } */
}

.info-head {
  color: rgb(0, 96, 124);
  /*for author contact page */
  margin-right: 1rem;
}

.info-data {
  margin-bottom: 0.9rem; /* for info-data contact div */
}
.info-data:last-child {
  margin-bottom: 0.9rem; /* for info-data contact div */
}

.author-contact-area > div {
  margin-bottom: 0.6rem; /* NEEDED?? BX */
}

/**/
/* DEK AREA ============== */
.rubric {
  color: rgb(0, 96, 124);
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 1.45rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}

h1.title {
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 850px) {
  h1.title {
    margin-bottom: 1.2rem;
  }
}

.gray-text {
  color: hsl(0, 0%, 58%);
}

.buildingNickname {
  color: hsl(0, 0%, 42%);
  font-style: italic;
}

.staff-title {
  font-size: 2.2rem;
}

.dek, .dek p {
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 300, "opsz" 500, "wdth" 100;
  font-size: 2.2rem;
  line-height: 1.25;
  color: hsl(0, 0%, 42%);
  margin-bottom: 1.3rem;
}
.dek.event-page, .dek p.event-page {
  margin-bottom: 3rem;
}
@media screen and (max-width: 850px) {
  .dek.event-page, .dek p.event-page {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 850px) {
  .dek, .dek p {
    font-size: 1.7rem;
  }
  #home-primary-article .dek, #home-primary-article .dek p {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
}

.dek.building-page {
  font-size: 3rem;
}

.author, .pubDate, .editionPub {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.5rem;
  color: hsl(0, 0%, 23%);
}

.title-and-author {
  margin-bottom: 2.8rem;
}

.pubDate, .eventDate {
  color: hsl(0, 0%, 50%);
  margin-top: 0.4rem;
}

div.event-map-link {
  margin-top: 0.6rem;
}

.pubDate.event-page {
  margin-top: 2rem;
  color: hsl(0, 0%, 10%);
  font-size: 1.6rem;
  line-height: 1.25;
}
.pubDate.event-location {
  margin-top: 2rem;
  color: hsl(0, 0%, 50%);
}

.editionPub {
  font-size: 1.4rem;
  margin-bottom: -0.4rem; /*baseline shift up*/
}
@media screen and (max-width: 850px) {
  .editionPub {
    margin-top: 0.4rem;
    margin-bottom: 0rem;
  }
}

/* ARTICLE CARD ============== */
/* This is the GRID ITEM */
.article-card, .event-card {
  margin-bottom: 2.4rem;
  /* for drawing global grid lines using 100vh or 100vw */
  /* position: relative; */
  /* FOR articles listed in column group */
  /* HOME PAGE - listing under main post */
  /* HOME PAGE - RIGHT COL  */
}
@media screen and (max-width: 850px) {
  .feature-row-home .article-card, .feature-row-home .event-card {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (max-width: 850px) {
  .people-cards .article-card, .people-cards .event-card {
    grid-template-columns: 3fr 2fr;
  }
}
.sidebar-also-in-edition .article-card, .sidebar-also-in-edition .event-card {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 850px) {
  .sidebar-also-in-edition .article-card, .sidebar-also-in-edition .event-card {
    margin-top: 0;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: 3fr 1fr;
    border-top: none;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
  .sidebar-also-in-edition .article-card:last-child, .sidebar-also-in-edition .event-card:last-child {
    margin-bottom: -0.3rem;
  }
}
.sidebar-related-items .article-card, .sidebar-related-items .event-card {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 850px) {
  .sidebar-related-items .article-card, .sidebar-related-items .event-card {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-top: 2.4rem;
    padding-bottom: 3.6rem;
  }
}
.article-card .headPic, .event-card .headPic {
  margin-bottom: 1.8rem;
}
.article-card .rubric, .event-card .rubric {
  margin-top: 0rem;
}
.article-card .title, .article-card .title-building, .article-card .title-event, .event-card .title, .event-card .title-building, .event-card .title-event {
  font-size: 1.7rem;
  line-height: 1.25;
  margin-bottom: 0.3rem;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
}
.article-card .dek, .event-card .dek {
  font-size: 1.5rem;
  margin-bottom: 0.6rem; /* BX before Oct 1 was .8 */
}
.article-card .author, .article-card .pubDate, .event-card .author, .event-card .pubDate {
  font-size: 1.3rem;
  margin-top: 0.2rem;
}
.article-card div:last-of-type:not(:first-of-type), .event-card div:last-of-type:not(:first-of-type) {
  margin-bottom: -0.3rem;
}
.article-card div:last-of-type:not(:first-of-type).pubDate.event-list, .event-card div:last-of-type:not(:first-of-type).pubDate.event-list {
  margin-bottom: 2rem; /*fka 5rem */
}
@media screen and (max-width: 850px) {
  .article-card div:last-of-type:not(:first-of-type).pubDate.event-list, .event-card div:last-of-type:not(:first-of-type).pubDate.event-list {
    /* margin-top: 1rem; */
    /* margin-bottom: 1.5rem; */
  }
}
.article-card h5.title-building:last-of-type, .event-card h5.title-building:last-of-type {
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 850px) {
  .buildings-index-page .article-card, .buildings-index-page .event-card {
    display: block;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0rem; /*works with grid row gap of 1rem */
  }
  .buildings-index-page .article-card .article-card-image, .buildings-index-page .event-card .article-card-image {
    grid-column: 1;
    grid-row: 1;
  }
  .buildings-index-page .article-card .article-card-text, .buildings-index-page .event-card .article-card-text {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (max-width: 850px) {
  .article-card, .event-card {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    grid-template-rows: 1fr;
    border-top: 1px solid hsl(0, 0%, 80%);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
  .article-card .article-card-image, .event-card .article-card-image {
    grid-row: 1;
    grid-column: 2;
  }
  .feature-row-home .article-card .article-card-image, .feature-row-home .event-card .article-card-image {
    grid-row: 1;
    grid-column: 1;
  }
  .article-card .article-card-text, .event-card .article-card-text {
    grid-row: 1;
    grid-column: 1;
  }
  .feature-row-home .article-card .article-card-text, .feature-row-home .event-card .article-card-text {
    grid-row: 1;
    grid-column: 2;
  }
}
.column-group .article-card, .column-group .event-card {
  border-left: 1px solid hsl(0, 0%, 80%);
  padding-left: calc((4rem - 1px) * 0.5);
  padding-right: calc((4rem - 1px) * 0.5);
  /* remove left border from 1st, 5th, 9th, etc. entry (grid item) because line is not wanted along LEFT side outside the row group. */
  /* ADD a right border for "last of type". */
  /* REMOVE the right border on any 4th, 12th, 16th item in case it is also the "last of type" (i.e. there are 4 or 8 items displayed)*/
}
@media screen and (max-width: 850px) {
  .column-group .article-card, .column-group .event-card {
    border-left: none;
  }
}
@media screen and (max-width: 850px) {
  .column-group .article-card, .column-group .event-card {
    padding-left: 0;
    padding-right: 0;
  }
}
.column-group .article-card:nth-child(4n+1), .column-group .event-card:nth-child(4n+1) {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 850px) {
  .column-group .article-card:nth-child(4n+1), .column-group .event-card:nth-child(4n+1) {
    border-left: none;
    border-right: none;
  }
}
.column-group .article-card:last-of-type, .column-group .event-card:last-of-type {
  border-right: 1px solid hsl(0, 0%, 80%);
}
@media screen and (max-width: 850px) {
  .column-group .article-card:last-of-type, .column-group .event-card:last-of-type {
    border-right: none;
    border-bottom: none;
    margin-bottom: 0rem; /* BX fka zero */
  }
  .people-cards .column-group .article-card:last-of-type, .people-cards .column-group .event-card:last-of-type {
    margin-bottom: 0rem; /* BX fka zero */
  }
  .feature-row-home .column-group .article-card:last-of-type, .feature-row-home .column-group .event-card:last-of-type {
    margin-bottom: 0rem; /* BX */
  }
  .solutions-index .column-group .article-card:last-of-type, .solutions-index .column-group .event-card:last-of-type {
    margin-bottom: 0rem; /* BX */
  }
  .buildings-index-page .column-group .article-card:last-of-type, .buildings-index-page .column-group .event-card:last-of-type {
    border-bottom: none;
  }
}
.column-group .article-card:nth-child(4n+4), .column-group .event-card:nth-child(4n+4) {
  border-right: none;
}
#home-tertiary-articles-list .article-card, #home-tertiary-articles-list .event-card {
  border-top: 1px solid hsl(0, 0%, 80%);
  padding-top: 2.2rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
#home-tertiary-articles-list .article-card:last-child, #home-tertiary-articles-list .event-card:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  #home-tertiary-articles-list .article-card, #home-tertiary-articles-list .event-card {
    border-right: none;
    display: grid;
    grid-template-columns: 80% auto;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-rows: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #home-tertiary-articles-list .article-card:last-child, #home-tertiary-articles-list .event-card:last-child {
    border-bottom: 1px solid hsl(0, 0%, 80%);
    padding-bottom: 4rem; /* BX */
  }
}
#home-secondary-articles-with-pix .article-card, #home-secondary-articles-with-pix .event-card {
  border-top: 1px solid hsl(0, 0%, 80%);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-bottom: 0;
}
#home-secondary-articles-with-pix .article-card:first-child, #home-secondary-articles-with-pix .event-card:first-child {
  border-top: none;
  padding-top: 0;
}
#home-secondary-articles-with-pix .article-card:last-child, #home-secondary-articles-with-pix .event-card:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  #home-secondary-articles-with-pix .article-card, #home-secondary-articles-with-pix .event-card {
    border-right: none;
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #home-secondary-articles-with-pix .article-card .article-card-text, #home-secondary-articles-with-pix .event-card .article-card-text {
    width: 95%;
  }
}
.also-in-edition .article-card, .also-in-edition .event-card {
  border-top: none;
  padding-top: 0;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 850px) {
  .article-card, .event-card {
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
  }
}
.events-index-page .article-card, .events-index-page .event-card {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 3rem;
  grid-template-rows: 1fr;
  border-top: 1px solid hsl(0, 0%, 80%);
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .events-index-page .article-card, .events-index-page .event-card {
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
  }
}
.events-index-page .article-card .event-block, .events-index-page .event-card .event-block {
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 850px) {
  .events-index-page .article-card .event-block, .events-index-page .event-card .event-block {
    display: block;
    grid-template-columns: 1fr;
    grid-gap: 0rem;
  }
}

.event-date-block {
  grid-row: 1;
}

.pubDate.event-list-large {
  font-size: 2.4rem;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  color: hsl(0, 0%, 10%);
}

.pubDate.event-list {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .pubDate.event-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
/* ARTICLE CARD IN ROWS =========== */
.row-group-text-area .rubric {
  font-size: 1.5rem;
  margin-top: 0rem;
}
.row-group-text-area .title, .row-group-text-area .title-event {
  font-size: 2.4rem;
  margin-bottom: 0.35rem;
}
.row-group-text-area .dek {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.row-group-text-area .author, .row-group-text-area .pubDate {
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

/*all titles that are links, meaning, all titles on index pages */
.title a {
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  /* color: red; */
}

/* unused 
.feature-row-home {
}
unused */
/* Alternate row group ==========*/
/* Following three chunks of code are for drawing global grid lines using 100vh or 100vw. To be used in tandem with batch(4) in Twig */
/*
.article-card::before, 
.article-card::after {
   content: '';
   position: absolute;
   background-color: $rl-pale;
   z-index: 1;
}  */
/* This block creates lines in the ROW GAP */
/* .article-card::after {
    inline-size: 100vw;
    block-size: 2px;
    inset-inline-start: 0;
    inset-block-start: -2rem;
} */
/* .article-card::before {
    inline-size: 1px;
    block-size: 100vh;
    inset-block-start: 0;
    inset-inline-start: -2rem;
}  */
/**/
/* INDEX PAGES ============== */
.column-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 8rem;
  /* overflow: hidden; ***needed if using BATCH to array 4 items per row; NOT needed otherwise and keep this off: "hidden" will trim off descenders of last item */
  margin-bottom: 9rem; /* needed if using BATCH to array 4 items per row */
  /* following chunk is for drawing the vertical lines bin columns by way a left border */
  grid-column-gap: 0rem;
  margin-left: calc((4rem - 1px) * 0.5 * -1);
  margin-right: calc((4rem - 1px) * 0.5 * -1);
}
@media screen and (max-width: 850px) {
  .column-group {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    grid-gap: 0;
    margin-bottom: 0rem;
  }
  .solutions-index .column-group {
    margin-bottom: 8rem;
  }
  .solutions-index .column-group:last-of-type {
    margin-bottom: 0rem;
  }
  .buildings-index-page .column-group {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5rem;
    grid-row-gap: 6rem; /* use here instead of margin-bottom on Article Card */
  }
}

/* SOLUTIONS INDEX PAGE PHONE */
@media screen and (max-width: 850px) {
  .solutions-more-heading-topic {
    display: none;
  }
  .section.dek {
    width: 95%;
  }
}
.pinned-articles {
  margin-bottom: 10rem;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
@media screen and (max-width: 850px) {
  .pinned-articles {
    margin-bottom: 9rem;
    border-bottom: none;
  }
}

/* BX for each section of articles, space below except for last item */
@media screen and (max-width: 850px) {
  .solutions-index .featured-list {
    margin-bottom: 8rem;
  }
  .solutions-index .featured-list:last-of-type {
    margin-bottom: 0rem;
  }
}

.row-group {
  border-top: 1px solid hsl(0, 0%, 80%);
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  display: grid;
  grid-template-columns: 2fr 0.92fr;
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
}
@media screen and (max-width: 850px) {
  .row-group {
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .row-group:last-of-type {
    padding-bottom: 0rem;
  }
}
.row-group.event-list {
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 850px) {
  .row-group.event-list {
    grid-template-columns: 3fr 1fr;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .row-group.event-list:last-of-type {
    padding-bottom: 0rem;
  }
}
.row-group .row-group-text-area {
  width: 75%;
}
@media screen and (max-width: 850px) {
  .row-group .row-group-text-area {
    width: 80%;
  }
}
.row-group .row-group.event-list {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .row-group .row-group.event-list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

.section-heading-area {
  font-family: "sole-sans-variable", sans-serif;
  color: rgb(0, 96, 124);
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 850px) {
  .section-heading-area {
    margin-bottom: 4.5rem;
  }
  .content-area.index-page .section-heading-area {
    padding-top: 1.2rem;
    border-top: 1px solid hsl(0, 0%, 50%);
  }
  .sidebar-also-in-edition .section-heading-area {
    margin-bottom: 3rem;
  }
  .section-heading-area.skylight-team {
    margin-top: 8rem;
  }
}
.section-heading-area.withline {
  padding-top: 1.2rem;
  border-top: 1px solid hsl(0, 0%, 50%);
}
.section-heading-area.withline:nth-of-type(2) {
  margin-top: 4rem;
}
@media screen and (max-width: 850px) {
  .section-heading-area.withline:nth-of-type(2) {
    margin-top: 6rem;
  }
}
.section-heading-area.withoutline {
  padding-top: 0;
  border-top: 0;
}
@media screen and (max-width: 850px) {
  .section-heading-area.withoutline {
    padding-top: 1.2rem;
    border-top: 1px solid hsl(0, 0%, 50%);
  }
}
.section-heading-area .section-text-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.section-heading-area .section-text-area .section-more {
  font-family: "sole-sans-variable", sans-serif;
  font-size: 1.2rem;
  float: inline-end;
  color: hsl(0, 0%, 50%);
}

.section-heading,
.section-heading-smaller,
h4.sidebar {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  color: rgb(0, 96, 124);
}

.section-heading.home-page, .section-heading.solution-topic-index-page, .section-heading.index-page, .section-heading.building-page {
  margin-bottom: 0;
  font-size: 2.07rem;
}
.section-heading.home-page.withline, .section-heading.solution-topic-index-page.withline, .section-heading.index-page.withline, .section-heading.building-page.withline {
  padding-top: 1.2rem;
  border-top: 1px solid hsl(0, 0%, 50%);
}
.section-heading.solution-topic-index-page {
  font-size: 1.71rem;
}

.section-heading-smaller {
  color: rgb(0, 96, 124);
  font-size: 1.71rem;
  /* 
  &.smaller h4 {
  font-family: $sans;
  font-variation-settings: $medium;
  color: $accent-color-text; 
  font-size: 1.53rem;
  color: orange;
  }
  */
}

h4.sidebar {
  font-size: 1.53rem;
  font-size: 1.65rem;
}
@media screen and (max-width: 850px) {
  h4.sidebar {
    font-size: 1.71rem; /* larger for phone */
  }
}

.section.dek {
  margin-top: 1rem;
}

/* EDITION INDEX ============== */
.edition-panel {
  padding-top: 10rem;
  padding-bottom: 10rem;
  left: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .edition-panel {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .edition-on-home-page .edition-panel {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.edition-panel .edition-bg {
  background-color: hsl(0, 0%, 97%);
  border-top: 1px solid hsl(0, 0%, 80%);
  margin-top: -10rem;
  padding-bottom: 10rem;
  height: 100%;
  z-index: -10;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .edition-panel .edition-bg {
    margin-top: -6rem;
    padding-bottom: 6rem;
  }
}
.edition-panel:nth-child(even) .edition-bg {
  background-color: white;
}
.edition-panel:last-child {
  margin-bottom: 4rem;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
.edition-panel:last-child:nth-child(even) {
  margin-bottom: none;
  padding-bottom: 0rem;
  border-bottom: none;
}
.edition-panel:last-child:nth-child(even) .edition-inner {
  padding-bottom: 0rem;
}
.edition-panel .edition-inner {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  grid-template-columns: 1.3fr 1.7fr 3fr;
  display: grid;
  grid-gap: 6rem;
}
@media screen and (max-width: 850px) {
  .edition-panel .edition-inner {
    display: grid;
    grid-template-columns: 50px 40px auto;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
  }
}

.edition-grouping {
  padding-left: calc((6rem - 1px) * 0.5);
  padding-right: calc((6rem - 1px) * 0.5);
  margin-left: calc((6rem - 1px) * -0.5);
  margin-right: calc((6rem - 1px) * -0.5);
  border-left: 1px solid hsl(0, 0%, 80%);
  border-right: 1px solid hsl(0, 0%, 80%);
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 850px) {
  .edition-grouping {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
    grid-column: 3;
    grid-row: 3;
    margin-top: 3rem;
  }
  .edition-grouping .article-card {
    border-top: none;
    display: block;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2.6rem;
  }
  .edition-grouping .article-card:last-child {
    margin-bottom: -0.3rem;
  }
}

@media screen and (max-width: 850px) {
  .edition-pic {
    grid-column: 3;
    grid-row: 2;
  }
}
.edition-pic img {
  width: 100%;
  max-height: 680px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}

.edition-on-home-page .edition-panel {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.edition-on-home-page .edition-panel .edition-bg {
  background-color: white;
  border-top: none;
}
.edition-on-home-page .edition-panel:nth-child(even) {
  background-color: hsl(0, 0%, 97%);
}
.edition-on-home-page .edition-panel .edition-inner {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.edition-title {
  font-size: 2.1rem;
  line-height: 1.25;
}
@media screen and (max-width: 850px) {
  .edition-title {
    grid-column: 1/4;
    grid-row: 1;
    margin-bottom: 2rem;
  }
}

.vertrulingline.edition {
  display: none;
}
@media screen and (max-width: 850px) {
  .vertrulingline.edition {
    display: block;
    width: 1px;
    height: 100%;
    background-color: hsl(0, 0%, 80%);
    grid-column: 2;
    grid-row: 2/4;
  }
}

/* HOMNE PAGE ============== */
#home-section-top {
  margin-left: -114px;
  margin-right: -114px;
  display: grid;
  grid-template-columns: 114fr 98fr 584fr 98fr 340fr 114fr;
  grid-template-rows: auto auto;
  min-height: 200px;
  margin-bottom: 13.5rem;
}
@media screen and (max-width: 1348px) {
  #home-section-top {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 8.45vw 98fr 584fr 98fr 340fr;
  }
}
@media screen and (max-width: 850px) {
  #home-section-top {
    grid-template-columns: 70px 40px auto;
    grid-template-rows: auto auto auto;
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 550px) {
  #home-section-top {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media screen and (max-width: 850px) {
  .feature-row-home {
    margin-bottom: 0rem;
    margin-top: 9rem;
  }
}

#home-logo {
  grid-column: 1;
  grid-row: 1/3;
}
#home-logo img {
  aspect-ratio: 0.2316;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 850px) {
  #home-logo {
    grid-column: 1;
    grid-row: 1;
    margin-top: -1rem;
  }
}

#home-vertical-line-1 {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 850px) {
  #home-vertical-line-1 {
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 100%;
  }
}

#home-primary-article {
  grid-column: 3;
  grid-row: 1/2;
}
@media screen and (max-width: 850px) {
  #home-primary-article {
    grid-column: 3;
    grid-row: 1;
  }
}

#home-tertiary-articles-list {
  grid-column: 3;
  grid-row: 2/3;
}
@media screen and (max-width: 850px) {
  #home-tertiary-articles-list {
    grid-column: 1/4;
    grid-row: 2;
    margin-top: 6rem;
    margin-bottom: 4rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 550px) {
  #home-tertiary-articles-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

#home-vertical-line-2 {
  grid-column: 4;
  grid-row: 1/3;
}
@media screen and (max-width: 850px) {
  #home-vertical-line-2 {
    grid-column: 1/4;
    grid-row: 3;
    display: none;
  }
}

#home-secondary-articles-with-pix {
  grid-column: 5;
  grid-row: 1/3;
}
@media screen and (max-width: 850px) {
  #home-secondary-articles-with-pix {
    grid-column: 1/4;
    grid-row: 4;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 550px) {
  #home-secondary-articles-with-pix {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

#home-primary-article {
  margin-bottom: 5rem;
  margin-top: 0rem;
}
@media screen and (max-width: 850px) {
  #home-primary-article {
    margin-bottom: 0;
    margin-top: 6rem;
  }
}
#home-primary-article .article-card-text {
  width: 77%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 850px) {
  #home-primary-article .article-card-text {
    margin-bottom: 2.5rem;
  }
}
#home-primary-article .title {
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 3.3rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 850px) {
  #home-primary-article .title {
    font-size: 2.95rem;
  }
}
#home-primary-article img {
  aspect-ratio: 0.76;
  margin-top: 3rem;
}

#home-blurb {
  margin-bottom: 13.5rem;
  margin-top: 13.5rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  #home-blurb {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
}
#home-blurb .home-blurb-bg {
  /* BX edge to edge "bleeding" background without invoking overflow */
  height: -moz-fit-content;
  height: fit-content;
  background-color: hsl(0, 0%, 97%);
  z-index: -10;
  height: 100%;
}

.home-blurb-main-wrapper {
  margin: 0 auto;
  width: 100%;
}
.home-blurb-main-wrapper .home-blurb-text {
  font-size: 3.2rem;
  line-height: 1.3;
  padding: 13.5rem 8.5rem;
  color: hsl(0, 0%, 58%);
}
.home-blurb-main-wrapper .home-blurb-text .logo-inline {
  display: inline-block;
  padding-right: 0.6rem;
}
.home-blurb-main-wrapper .home-blurb-text .logo-inline img {
  height: 3.2rem;
  aspect-ratio: 4.333;
  width: initial;
}
@media screen and (max-width: 850px) {
  .home-blurb-main-wrapper .home-blurb-text {
    padding: 5rem 2.5rem;
    font-size: 2rem;
    text-align: left;
  }
  .home-blurb-main-wrapper .home-blurb-text .logo-inline img {
    height: 2rem;
    aspect-ratio: 4.375;
    width: initial;
  }
}

.cta-text {
  font-size: 1.5rem;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  text-align: left;
  margin-bottom: 1rem;
}

.cta-text-line2 {
  font-size: 1.5rem;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  color: hsl(0, 0%, 23%);
  text-align: left;
  line-height: 1.2;
}

#CTA-home {
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: 12rem;
  margin-bottom: 12rem;
  position: relative;
  width: 100%;
  text-align: center;
  text-wrap: balance;
  text-wrap: pretty;
}
@media screen and (max-width: 850px) {
  #CTA-home {
    margin-top: 9rem;
    margin-bottom: 8rem;
  }
}
#CTA-home .cta-home-bg {
  /* BX edge to edge "bleeding" background without invoking overflow */
  background-image: linear-gradient(to right, hsl(0, 0%, 70%), hsl(0, 0%, 97%));
  height: 100%;
  z-index: -10;
  top: 0;
}

.cta-popup-outer-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 50;
  top: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-popup-area-background {
  background-color: gray;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 40;
}

.CTA-popup {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  width: 66%;
  max-width: 90rem;
  height: 40rem;
  margin: auto;
  text-align: center;
  text-wrap: balance;
  text-wrap: pretty;
  background-color: white;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 550px) {
  .CTA-popup {
    width: 75%;
  }
}

.pop-up-close-icon.pop-up {
  position: absolute;
  right: 10px;
  top: 10px;
}

#popup-subsribe-field,
#popup-cta-subscribe {
  display: block;
  opacity: 1;
  z-index: 110;
}

#popup-special-button,
#popup-cta-special {
  display: none;
  opacity: 0;
}

.button.special-popup {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

#cta-popup-outer-wrapper {
  z-index: 95;
}

#cta-popup-outer-wrapper-auto {
  z-index: 99;
}

#CTA-home .cta-text, #CTA-popup .cta-text, #CTA-popup-auto .cta-text {
  font-size: 2.2rem;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}
#CTA-home .cta-text-line2, #CTA-popup .cta-text-line2, #CTA-popup-auto .cta-text-line2 {
  font-size: 1.8rem;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  color: hsl(0, 0%, 23%);
  line-height: 1.3;
  margin-bottom: 2rem;
  text-align: center;
}

.sign-up-form {
  width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .sign-up-form {
    width: 100%;
  }
}

#form-and-submit {
  display: grid;
  grid-template-columns: 1fr 4rem;
  grid-template-rows: 4rem 0rem;
  margin-top: 0rem;
}
#form-and-submit input {
  margin-top: 1rem;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
  font-size: 15px;
  font-family: "sole-sans-variable", sans-serif;
  font-size: 1.5rem;
  color: black;
  padding: 1rem;
  grid-column: 1/3;
  grid-row: 1;
  border: 1px solid hsl(0, 0%, 42%);
}
#form-and-submit input::-moz-placeholder {
  color: hsl(0, 0%, 58%);
}
#form-and-submit input::placeholder {
  color: hsl(0, 0%, 58%);
}
#form-and-submit input:focus {
  outline: none;
  background-color: hsl(0, 0%, 95%);
}
#main-nav #form-and-submit input {
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 475, "opsz" 500, "wdth" 100;
  font-size: 1.95rem;
  line-height: 1.75;
  background: none;
}
#main-nav #form-and-submit input:focus {
  outline: none;
}
#form-and-submit .submit-button {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  font-size: 1.2em;
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  text-align: center;
  width: 2rem;
}
#form-and-submit button[type=submit],
#form-and-submit input[type=submit] {
  font-size: 1.5rem;
  text-transform: uppercase;
  background: none;
  color: hsl(0, 0%, 42%);
  border: none;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.0375rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  top: -4rem;
  grid-row: 2;
  grid-column: 2/3;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 1.2rem;
}

#mce-responses {
  font-size: 1.4rem;
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  text-align: center;
  margin-top: 1.4rem;
  color: rgb(0, 96, 124);
}
#cta-footer-area #mce-responses {
  text-align: left;
}
.cta-left #mce-responses {
  text-align: left;
}
.sidebar-cta #mce-responses {
  text-align: left;
}
.inline-box-cta #mce-responses {
  text-align: left;
}

#cta-footer-area {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  display: block;
}
@media screen and (max-width: 850px) {
  #cta-footer-area {
    display: block;
    grid-row: 2;
    grid-column: 1;
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
}
#cta-footer-area .cta {
  height: 100%;
  display: block;
  grid-column: 1/5;
}
#cta-footer-area .cta .cta-text {
  padding-left: 1px;
}

.sidebar-cta .cta-text {
  margin-bottom: 1rem;
}

.iframe-form-container {
  position: relative;
  overflow: visible;
  width: 99%;
  height: 6.5rem;
}
.iframe-form-container iframe {
  width: 82%;
}
@media screen and (max-width: 850px) {
  .iframe-form-container iframe {
    width: 99%;
  }
}

.button {
  border: 1px solid rgb(0, 96, 124);
  width: 100%;
  height: auto;
  margin-top: 0rem;
  margin-bottom: 4rem;
  background-color: hsl(0, 0%, 90%);
}
.button:hover {
  background-color: hsl(0, 0%, 93%);
}
.button a:link {
  color: inherit;
  text-decoration: none;
}
.button .button-text {
  color: hsl(0, 0%, 10%);
  font-family: "sole-sans-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  padding: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.button-text.decline-button {
  color: hsl(0, 0%, 50%);
}

.inline-box-cta {
  margin-top: 0rem;
}
.inline-box-cta .cta-text {
  text-align: left;
  margin-bottom: 1.2rem;
}

.button-event, .banner-bottom .button {
  width: auto;
  max-width: 30rem;
  min-width: 10rem;
  padding: 0rem;
  margin-top: 2rem;
}
.button-event .button-text, .banner-bottom .button .button-text {
  font-size: 1.4rem;
}

.banner-bottom .button {
  padding: 1rem;
  margin: 1rem;
  border: 1px solid black;
  display: block;
}
.banner-bottom .button .button-text {
  font-size: 1.3rem;
  padding: 0rem;
}

.banner-bottom-button-zone, .banner-bottom-buttons {
  margin: 0 auto;
  display: inline-flex;
}

/* see also _nav.scss */
#nav-search #search-area {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  padding-bottom: 0;
  /*grid item 2 */
}
@media screen and (max-width: 850px) {
  #nav-search #search-area {
    border-bottom: 1px solid hsl(0, 0%, 50%);
    padding-bottom: 3rem;
  }
}
#nav-search #search-area #form-and-submit {
  display: block;
}
#nav-search #search-area .form-row-1 {
  display: flex;
  height: 3.4rem;
  align-items: baseline;
  align-content: space-between;
  /*flex item 1, left */
  /*flex item 2, right */
}
#nav-search #search-area .form-row-1 .nav-heading {
  margin-right: 1rem;
}
@media screen and (max-width: 850px) {
  #nav-search #search-area .form-row-1 .nav-heading {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 0.5rem;
  }
}
#nav-search #search-area .form-row-1 input {
  border: none;
  padding: 0;
  font-family: "sole-serif-small-variable", serif;
  font-variation-settings: "wght" 400, "opsz" 500, "wdth" 100;
  font-size: 1.9rem;
  height: 3rem;
  color: black;
  padding-left: 0.7rem;
}
@media screen and (max-width: 850px) {
  #nav-search #search-area .form-row-1 input {
    grid-row: 2;
    grid-column: 1/3;
    padding-left: 0;
  }
}
#nav-search #search-area .form-row-1 input::-moz-placeholder {
  color: hsl(0, 0%, 58%);
  opacity: 1; /* Firefox */
}
#nav-search #search-area .form-row-1 input::placeholder {
  color: hsl(0, 0%, 58%);
  opacity: 1; /* Firefox */
}
#nav-search #search-area .form-row-1 input::-ms-input-placeholder { /* Edge 12 -18 */
  color: hsl(0, 0%, 58%);
}
#nav-search #search-area .form-row-1 input:focus {
  color: black;
  outline: none;
}
#nav-search #search-area .form-row-1 .submit-button {
  padding-right: 0;
  top: 0;
  position: relative;
  right: 0;
  width: 3rem;
  height: 3rem;
  /* off grid-row: 1; */
}
@media screen and (max-width: 850px) {
  #nav-search #search-area .form-row-1 .submit-button {
    grid-row: 2;
    grid-column: 3;
  }
}
#nav-search #search-area .form-row-1 .submit-button:focus {
  border: 1px solid black;
}

@media screen and (max-width: 850px) {
  #nav-search #search-area .form-row-1 {
    display: grid;
    grid-template-columns: 4rem auto 3rem;
    grid-template-rows: 3rem 4rem;
  }
}
/**/
/**/
/**//*# sourceMappingURL=styles.css.map */