
@font-face {
  font-family: "gc16 Mono";
  src: url("/static/css/fonts/gc16/gc16-Mono.woff2") format("woff2"),
       url("/static/css/fonts/gc16/gc16-Mono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gc16 Mono";
  src: url("/static/css/fonts/gc16/gc16-MonoItalic.woff2") format("woff2"),
       url("/static/css/fonts/gc16/gc16-MonoItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Apercu Mono';
  src: url('/static/css/fonts/apercu/apercu-mono-regular.eot');
  src: url('/static/css/fonts/apercu/apercu-mono-regular.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/apercu/apercu-mono-regular.woff') format('woff'),
       url('/static/css/fonts/apercu/apercu-mono-regular.woff2') format('woff2'),
       url('/static/css/fonts/apercu/apercu-mono-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url('/static/css/fonts/apercu/apercu-light-italic.eot');
  src: url('/static/css/fonts/apercu/apercu-light-italic.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/apercu/apercu-light-italic.woff') format('woff'),
       url('/static/css/fonts/apercu/apercu-light-italic.woff2') format('woff2'),
       url('/static/css/fonts/apercu/apercu-light-italic.ttf') format('truetype');
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: 'Apercu Light';
  src: url('/static/css/fonts/apercu/apercu-light.eot');
  src: url('/static/css/fonts/apercu/apercu-light.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/apercu/apercu-light.woff') format('woff'),
       url('/static/css/fonts/apercu/apercu-light.woff2') format('woff2'),
       url('/static/css/fonts/apercu/apercu-light.ttf') format('truetype');
  /* font-weight: lighter; */
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url('/static/css/fonts/apercu/apercu-medium.eot');
  src: url('/static/css/fonts/apercu/apercu-medium.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/apercu/apercu-medium.woff') format('woff'),
       url('/static/css/fonts/apercu/apercu-medium.woff2') format('woff2'),
       url('/static/css/fonts/apercu/apercu-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/static/css/fonts/lato/Lato-Regular.eot');
  src: url('/static/css/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/lato/Lato-Regular.woff') format('woff'),
       url('/static/css/fonts/lato/Lato-Regular.woff2') format('woff2'),
       url('/static/css/fonts/lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/static/css/fonts/lato/Lato-Italic.eot');
  src: url('/static/css/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/lato/Lato-Italic.woff') format('woff'),
       url('/static/css/fonts/lato/Lato-Italic.woff2') format('woff2'),
       url('/static/css/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('/static/css/fonts/lato/Lato-Light.eot');
  src: url('/static/css/fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'),
       url('/static/css/fonts/lato/Lato-Light.woff') format('woff'),
       url('/static/css/fonts/lato/Lato-Light.woff2') format('woff2'),
       url('/static/css/fonts/lato/Lato-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}




body {
  /*overflow-x: hidden; /* suppress scrollbar from bird animation */
  /* min-width: 700px; */
  min-width: 340px;
}

a, a:hover { color: #66f1c8; }

*:focus {
  outline: none; /* mac's border around input/textarea; other highlighted items */
}


ul.nonlist {
  margin: 0;
  padding: 0;
}
ul.nonlist li {
  list-style: none;
}

.clear { clear: both; }
#bootstrap {
  display: none;
}

.split-paragraph p.long-p {
  display: none;
}
a.show-long-p {
  white-space: nowrap;
}

#pagewrpr {
  /* max-width set in index.php */
  margin: 0 auto;
  position: relative; /* for overlays */
  padding: 0 1%;
}

.app-page { display: none; }
body[data-req-path="/"] .app-page.home-page { display: block; }
body[data-req-path="/news"] .app-page.news-page { display: block; }
body[data-req-path="/about"] .app-page.about-page { display: block; }
body[data-req-path^="/projects/"] .app-page.project-page { display: block; }


#birdAnimation {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 1256px;
  top: 184px;
  width: 42px;
  height: 34px;
}
#birdAnimation img {
  width: 100%;
  height: 100%;
}


/* OVERLAYS */

.overlay-view {
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  z-index: 100;
}
.overlay-view .overlay-bgrnd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 0, 0, 0.5);
}
.overlay-view .overlay-bgrnd.overlay-bgrnd-white {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.overlay-view .overlay-content {
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.overlay-view .close {
  font-family: "gc16 Mono";
  font-size: 4rem;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}
.mailinglist-content .close {
  position: absolute;
  right: 2rem;
  top: -3.2rem;
}


#mailinglist {
  display: none;
}
/* #mailinglist .mailinglist-content {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 2rem;
} */
#mailinglist .mailinglist-bubble {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 51;
}
#mailinglist .mailinglist-bubble svg {
  display: none;
  background: transparent;
  float: left;
}
#mailinglist .mailinglist-bubble svg polygon {
  stroke-width: 0;
  fill: #fefea6;
}
#mailinglist .mailinglist-content {
  width: 100%;
  background-color: #fefea6;
  float: left;
  padding: 2rem;
  min-height: 500px;
  position: relative;
}
.mailinglist-content img {
  width: 10%;
  display: block;
  position: absolute;
  right: 27%;
  top: -15px;
}
.mailinglist-content span {
  display: block;
  padding-left: 58%;
  margin: 3rem 0;
  font-family: "Apercu Mono";
  font-size: 1.3rem;
}
.mailinglist-content input.mailing-list-email {
  width: 100%;
  border: none;
  padding: 2rem 5rem 2rem 1rem;
  font-size: 3rem;
  font-family: "gc16 Mono";
  font-style: italic;
}
.mailinglist-content .mailing-list-input-wrpr {
  margin: 0 3% 0 11%;
  position: relative;
}
/* .mailinglist-content .mailing-list-input-wrpr .mailing-list-go {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 52;
  width: 3rem;
  height: 3rem;
  background-image: url(/static/img/ff-www/2019/search-submit-black.png);
  right: 2rem;
  top: 2.7rem;
} */
#mc-embedded-subscribe {
  cursor: pointer;
  display: inline-block;
  z-index: 52;
  width: 3rem;
  height: 3rem;
  background-image: url(/static/img/ff-www/2019/search-submit-black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 2.7rem;
  padding: 0;
  margin: 0;
  border: none;
}
.mailinglist-bgrnd {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 50;
}


#contact {
  display: none;
}
#contact .overlay-content {
  padding: 200px 10% 0;
  font-family: "gc16 Mono";
  font-style: italic;
  font-size: 5rem;
  line-height: 5.5rem;
}
#contact .overlay-content p {
  margin-bottom: 7rem;
}
#contact .overlay-content u {
  text-decoration: underline;
}
#contact .overlay-content a {
  color: inherit;
  text-decoration: underline;
}
#contact .overlay-content a.irot:hover {
  opacity: 0.6;
}
#contact .overlay-content address {
  line-height: 5.5rem;
}
#contact .close {
  position: absolute;
  right: 71px;
  top: 140px;
  font-style: normal;
}


/* HEADER */

#header {
  text-align: center;
  position: relative;
  margin: 3rem 1%;
}
#header #heading a {
  font-family: "gc16 Mono";
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-weight: lighter;
  font-size: 4rem;
  letter-spacing: 1px;
}
#nav {
  margin-bottom: 10px;
}
#header #topNav li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1rem;
}
#header #topNav li a {
  font-size: 1.6rem;
  font-family: "Apercu Mono";
  color: black;
  border-bottom: 2px solid transparent;
}
#header #topNav li a:hover {
  text-decoration: none;
  border-bottom-color: black;
}
.menu-toggle {
  display: inline-block;
  width: 51px;
  height: 26px;
  background: url(/static/img/ff-www/2019/menu-toggle.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}


.subnav {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 40px;
}
.subnav .spacer-bar {
  height: 2px;
  background-color: black;
  top: 0;
}
.subnav .page-nav,
.subnav .spacer-bar {
  display: none;
  width: 140px;
  position: absolute;
  left: -42px;
  z-index: 103; /* above .overlay-view and .box-heading */
}

/* .burger-active for initial page load so the menu is visible for a few seconds */
.subnav.burger-active .page-nav,
.subnav.burger-active .spacer-bar {
  display: block;
}
.subnav.burger-active .menu-toggle {
  visibility: hidden;
}

.subnav.force-subnav-closed .page-nav,
.subnav.force-subnav-closed .spacer-bar {
  display: none;
}
.subnav .page-nav {
  top: 7px;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  padding: 1.4rem 1.8rem 0.6rem;
}
.subnav .page-nav li {
  list-style: none;
  text-align: left;
  padding-bottom: 0.5rem;
}
.subnav .page-nav li a {
  font-family: "gc16 Mono";
  font-style: italic;
  color: black;
  text-decoration: none;
  font-size: 1.4rem;
  white-space: nowrap;
  display: block;
}
.subnav .page-nav li a:hover {
  text-decoration: underline;
}

#header .box-heading {
  display: none;
  position: absolute;
  right: 14%;
  top: 13px;
  width: 150px;
  height: 80px;
  background-color: #fefea6;
  padding: 0.8rem 0 0 2rem;
  text-align: left;
  z-index: 102; /* above .mailinglist-bgrnd */
}
#header .box-heading span {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-family: "gc16 Mono";
  font-style: italic;
  color: black;
  border-bottom: 1px solid black;
}
#header .box-heading[data-showing-box-heading="Mailing List"] {
  cursor: pointer;
}
#header .box-heading[data-showing-box-heading="Mailing List"]:hover span {
  opacity: 0.7;
}


#header #searchWrpr {
  position: absolute;
  left: 0;
  top: 20px;
  height: 100px;
  background-color: white;
  padding-top: 20px;
  margin: -20px 2% 0;
}
#header #searchWrpr.showing-search {
  width: 96%;
}
#header #searchWrpr.showing-search input#searchProjects {
  display: inline-block;
  color: red;
}
#header #searchWrpr.showing-search #searchPadding {
  display: block;
}
#header #searchWrpr.showing-search .magnify {
  background-image: url(/static/img/ff-www/2019/search-icon-red.png);
}
#header #searchPadding {
  display: none;
  border: 1px solid red;
  padding: 0.5rem 0;
  z-index: 99;
  position: relative;
}
#header .magnify,
#header .search-submit {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 100;
}
#header .magnify {
  width: 43.5px;
  height: 45px;
  background-image: url(/static/img/ff-www/2019/search-icon.png);
  left: 10px;
  bottom: 26px;
}
#header .search-submit {
  display: none;
  width: 25.5px;
  height: 28px;
  background-image: url(/static/img/ff-www/2019/search-submit-red.png);
  right: 10px;
  bottom: 31px;
}
#header #searchWrpr.showing-search .search-submit {
  display: inline-block;
}
#header input#searchProjects {
  display: none;
  border: none;
  height: 50px;
  padding: 0 50px 0 80px;
  width: 100%;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-family: "gc16 Mono";
  font-style: italic;
}
#header #searchWrpr #searchBgrnd {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#header #searchWrpr.showing-search #searchBgrnd {
  display: block;
}





/* HOME */

.hero-wrpr {
  position: relative;
}
ul.hero-controls {
  margin: 0 0 1rem 13%;
}
ul.hero-controls li {
  display: inline-block;
  padding: 0rem 2rem 1rem;
  font-family: "gc16 Mono";
  font-style: italic;
  cursor: pointer;
  font-size: 1.2rem;
}
ul.hero-controls li > span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin-right: 0.3rem;
}
ul.hero-controls li.hero-image-info-btn.show-active-content > span .yellow-dot,
ul.hero-controls li.hero-image-info-btn:hover > span .yellow-dot {
  display: inline-block;
}
ul.hero-controls li.hero-image-info-btn > span .yellow-dot {
  display: none;
}
ul.hero-controls li.hero-image-info-btn > span {
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
}
ul.hero-controls li.hero-image-info-btn > span .plus-sign {
  z-index: 2;
  position: relative;
}
ul.hero-controls li.hero-image-info-btn > span .yellow-dot {
  display: none;
  background-color: #fdfd68;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: -2px;
  z-index: 1;
}
ul.hero-controls li.hero-image-info-btn.slide-without-caption:hover > span .yellow-dot {
  display: none;
}
ul.hero-controls li.hero-image-info-btn.slide-without-caption {
  opacity: 0.5;
  cursor: default;
}

.hero-wrpr .image-info-bubble {
  display: none;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
}
.hero-wrpr .image-info-bubble p {
  position: absolute;

  /* can set these dynamically to fit whatever text content we're showing: */
  left: -200px;
  top: -200px;
  width: 400px;
  height: 400px;

  padding: 4rem;
  font-size: 3rem;
  font-family: "gc16 Mono";
  font-style: italic;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fdfd68;
  border-radius: 50%;
}
.showing-image-info .image-info-bubble {
  display: block !important;
}

.image-info-bubble .heroCaptionHeading {
  font-size: 3rem;
}
.image-info-bubble .heroCaptionBody {
  font-size: 2rem;
}
.image-info-bubble .heroCaptionDescr {
  font-size: 2.4rem;
}
.image-info-bubble .heroCaptionDescr .captionNote {
  font-size: 1.8rem;
}
.image-info-bubble .heroCaptionDescr .captionHeading {
  font-size: 2.2rem;
  font-style: normal;
  text-decoration: underline;
}
.image-info-bubble .heroCaptionDescr .captionTitle {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.image-info-bubble .heroCaptionDescr .captionBody {
  font-size: 1.4rem;
}



.splash-notes .news_item {
  background-color: #00FFFF;
  width: 280px;
  position: absolute;
  z-index: 2;
  font-family: "Apercu";
}
.splash-notes .news_item .sticky-content {
  padding: 0.6rem 1.8rem 1rem;
}
.splash-notes .close_news_div {
  position: absolute;
  right: 7px;
  top: 7px;
  display: block;
  width: 11px;
  height: 12px;
  cursor: pointer;
  background: url(/static/img/x-clear-slash-min.png) center no-repeat;
  background-size: cover;
}
.splash-notes .close_news_div:hover {
  background-image: url(/static/img/x-clear-min.png);
}
.splash-notes .news_date {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
.splash-notes .news_category {
  font-size: 2.4rem;
  line-height: 4.2rem;
  font-family: "Apercu Light";
}
.splash-notes .news_item .news_category > a {
  color: inherit;
}
.splash-notes .news_title {
  min-height: 3.2rem;
  font-family: "Apercu Mono";
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 0.3rem;
  padding-bottom: 1.4rem;
}
.splash-notes .news_description {
  margin: 0 0 3rem;
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.splash-notes .news_description a,
.splash-notes .news_description a:hover {
  color: inherit;
  text-decoration: underline;
}


/* .splash-notes .sticky-pull {
  position: absolute;
  right: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
}
.splash-notes .sticky-pull .sticky-triangle {
  float: left;
  height: 20px;
  width: 20px;
  border-left: 20px solid transparent;
  border-top: 20px solid gray;
  cursor: pointer;
}
.splash-notes .sticky-pull .sticky-bottom {
  float: left;
  height: 20px;
  width: calc(100% - 20px);
} */



.prj-list-ui {
  margin-bottom: 100px;
}
.prj-list-wrpr {
  /* margin-top: 40px;
  margin-bottom: 0; */
  margin: 40px 10% 0;
}
.prj-list-wrpr .prj-sel-heading {
  float: left;
  margin-right: 189px;
  font-family: "Apercu Mono";
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 0.5rem;
  margin-left: -0.5rem;
}
.prj-list-wrpr.show-prjs-by-category .prj-sel-heading:hover,
.prj-list-wrpr.show-prjs-by-date .prj-sel-heading:hover {
  background-color: #fefea6;
}

.prj-list-wrpr .prj-names-list {
  display: none;
}
.prj-list-actions {
  font-family: "Apercu Mono";
  text-transform: uppercase;
}
.prj-list-actions .prj-mode-btn[data-action] {
  cursor: pointer;
  display: inline-block;
  padding: 2px 0.5rem;
  margin-right: 40px;
  font-size: 1.6rem;
}
.prj-mode-btn span {
  border-bottom: 2px solid transparent;
}
.prj-mode-btn:hover span {
  border-bottom-color: black;
}
.prj-sel-heading span,
.prj-sel-heading:hover span {
  border-bottom-color: transparent !important;
}
.prj-list-wrpr[data-view-mode="date"]     .prj-mode-btn[data-action="list-view"],
.prj-list-wrpr[data-view-mode="category"] .prj-mode-btn[data-action="date-sort"]
{
  background-color: #fefea6;
}
.prj-list-wrpr[data-view-mode="date"]     .prj-mode-btn[data-action="list-view"] span,
.prj-list-wrpr[data-view-mode="category"] .prj-mode-btn[data-action="date-sort"] span
{
  border-bottom-color: transparent !important;
}
.prj-list-wrpr[data-view-mode="category"] .prj-mode-btn[data-action="list-view"] span,
.prj-list-wrpr[data-view-mode="date"]     .prj-mode-btn[data-action="date-sort"] span
{
  border-bottom-color: black;
}

.prj-list-wrpr .prj-list-actions .prj-mode-btn[data-action="clear-filter"] {
  display: none;
}
.prj-list-wrpr.showing-search-results .prj-list-actions [data-action="clear-filter"] {
  display: inline-block;
}

.prj-list-wrpr .project-list-views {
  margin-top: 50px;
}
.prj-list-wrpr.showing-search-results .project-list-views[data-no-search-results]::before {
  content: 'No projects matching "' attr(data-no-search-results) '"';
  font-family: "Apercu";
  font-size: 2rem;
}


.project-list {
  position: relative;
}
.prj-summary {
  position: absolute;
  transition: top 0.25s;
  text-align: center;
  cursor: pointer;
  /* max-width: 400px; */
}
.prj-summary:hover {
  color: #ff0f0f;
}


@media (min-width: 765px) {
  .prj-summary {
    filter: grayscale(100%);
  }
  .prj-summary:hover {
    filter: none;
  }
}

.prj-summary .prjtn img {
  width: 100%;
}
.prj-summary a {
  color: inherit;
  text-decoration: none;
}
.prj-summary a:hover {
  text-decoration: none;
}
.prj-summary .prjline1 {
  font-family: "gc16 Mono";
  font-size: 2.3rem;
  line-height: 2.8rem;
  margin: 1.8rem 0 0.6rem;
}
.prj-summary .prjmedium {
  font-family: "Apercu Mono";
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.prj-summary .prjyear {
  font-family: "Apercu";
  font-size: 1.2rem;
  line-height: 2rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}

.hidden-tile { display: none; }


.prj-names-list .prj-names {
  margin-top: -6px;
  position: relative;
}
.prj-names-list .prj-names li {
  position: relative;
  margin-left: 329px;
  font-family: "Apercu Mono";
  font-size: 1.6rem;
  line-height: 2.6rem;
  cursor: pointer;
}
.prj-names-list.prj-names-list-by-date .prj-names li {
  margin-left: 478px;
}
.prj-names-list .prj-names li.work-category-heading {
  margin-top: 4rem;
  margin-bottom: 2rem;
  cursor: default;
  text-transform: uppercase;
  color: black;
}
.prj-names-list .prj-names li.work-category-heading:nth-of-type(1) {
  margin-top: 0;
}
.prj-names-list .prj-names li a {
  color: black;
  text-decoration: none;
}
.prj-names-list .prj-names li .prj-name-year {
  font-weight: bold;
}
.prj-names-list .prj-names li .prj-name-tn {
  position: absolute;
  max-width: 278px;
  width: 100%;
  top: 0;
  right: 100%;
  display: block;
  visibility: hidden;
  z-index: 1;
}
.prj-names-list .prj-names li:hover .prj-name-tn {
  visibility: visible;
}
.prj-names-list .prj-names li .prj-name-tn {
  margin-right: 5rem;
}
.prj-names-list .prj-names li .prj-name-tn img {
  width: 100%;
  filter: grayscale(100%);
}
.prj-names-list .prj-names li .prj-name-tn .prj-category {
  text-align: center;
  margin-top: 0.5rem;
}


/* ABOUT */
.about-content {
  margin: 0 8rem 10rem;
  font-size: 1.6rem;
  font-family: "Lato";
  text-align: justify;
  font-weight: bold;
}
#about-page .hero-controls {
  display: none;
}
.about-content .about-section {
  padding: 2rem 16%;
  margin-bottom: 2rem;
}
.about-content .about-section-category {
  background-color: #fefea6;
  margin-top: 4rem;
}
.about-content .about-section .about-section-heading {
  margin: 5rem 0 2rem;
  text-align: center;
  font-family: "Lato";
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-style: italic;
  font-weight: lighter;
}
.about-section.about-section-intro {
  text-align: center;
  font-family: "gc16 Mono";
  font-style: italic;
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.about-section.about-section-intro b {
  font-family: "Apercu";
  font-weight: bold;
  font-style: normal;
}
.about-section .person {
  text-align: center;
  text-align-last: center;
  margin-bottom: 10rem;
}
.about-section .person:last-child {
  margin-bottom: 3rem;
}
.about-section .person h4 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Lato";
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.about-section .person h5 {
  text-align: center;
  font-family: "Lato";
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.about-section .person p {
  text-align: justify;
  margin-top: 2rem;
}
.about-section .person ul.people-links {
  margin-top: 3rem;
}
.about-section .person ul.people-links li {
  margin-bottom: 0.8rem;
}
.about-section .person ul.people-links li a {
  color: black;
  text-decoration: none;
}
.about-section .person ul.people-links li a:hover {
  text-decoration: underline;
}
.about-section-category .about-category-heading {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Lato";
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 3rem;
  letter-spacing: 1px;
}
.download-line-1 {
  text-transform: uppercase;
  color: red;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.download-line-2 {
  font-family: "Apercu";
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
}


/* NEWS */
body[data-current-page="news-page"],
body[data-current-page="news-page"] #header #searchWrpr
{
  background-color: #f0f2f3;
}
body[data-current-page="news-page"] #header input#searchProjects {
  background-color: transparent;
}
#news-page {
  position: relative;
}
.news-items {
  background-color: white;
  margin: 5rem 8rem;
  padding: 3rem 11%;
}
.news-item {
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 4rem;
  padding: 0 10% 2rem;
}
.news-items .news-item.news-item-hidden {
  display: none;
}
.news-item:nth-child(3n-2) .news-date {
  background-color: #f4f6a1;
}
.news-item:nth-child(3n-1) .news-date {
  background-color: #89ffdc;
}
.news-item:nth-child(3n) .news-date {
  background-color: #ffffff;
}
.news-item .news-date {
  display: inline-block;
  padding: 0.2rem 1rem 0.1rem;
  font-family: "Apercu";
}
.news-item .news-category {
  font-size: 2.8rem;
  font-family: "Apercu Mono";
  font-weight: lighter;
  line-height: 5rem;
  text-decoration: underline;
}
.news-item .news-title {
  font-family: "Apercu Mono";
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 1rem 0 2rem;
}
.news-item .news-title a,
.news-item .news-title a:hover,
.news-item .news-category a,
.news-item .news-category a:hover {
  color: black;
}
.news-item .news-title a:hover {
  text-decoration: underline;
}
.news-item .news-descr {
  font-family: "Apercu";
  font-style: italic;
}
.news-item .news-descr a {
  color: black;
  text-decoration: underline;
}

.news-items .show-more {
  display: block;
  padding: 1rem;
  font-family: "gc16 Mono";
  font-style: italic;
  cursor: pointer;
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
}



/* PROJECT */


/*
 *
 * next/prev project nav, currently disabled in favor of
 * nav at the bottom of the page
 *
 */
.current-project-nav {
  position: relative;
  max-height: 463px; /* SLIDESHOW-HEIGHT */
}
.current-project-nav .project-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.current-project-nav .project-nav .prj-next a,
.current-project-nav .project-nav .prj-prev a {
  display: inline-block;
  position: absolute;
  top: 50%;
  top: calc(50% - 15px);
}
.current-project-nav .project-nav .prj-prev a {
  left: 0;
}
.current-project-nav .project-nav .prj-next a {
  right: 0;
}
.current-project-nav .project-nav .prj-next a span,
.current-project-nav .project-nav .prj-prev a span {
  text-transform: uppercase;
  background-color: #fefea6;
  color: black;
  position: absolute;
  top: -52%;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-family: "gc16 Mono";
  font-style: italic;
  text-decoration: underline;
  line-height: 2.1rem;
  letter-spacing: 1px;
}
.current-project-nav .project-nav .prj-next a span {
  right: 0;
}
.current-project-nav .project-nav .prj-prev a span {
  left: 0;
}
.current-project-nav .project-nav .prj-next a:hover span,
.current-project-nav .project-nav .prj-prev a:hover span {
  background-color: lightgray;
}
/*
 *
 * end prj nav alongside the main project image, replaced with
 * .project-nav-bottom below
 *
 */

.project-nav-bottom .prj-prev,
.project-nav-bottom .prj-next {
  padding: 2rem 0;
  width: 45%;
  width: calc(50% - 3rem);
  text-align: left;
  font-family: "gc16 Mono";
  font-size: 2rem;
  font-style: italic;
  position: relative;
}
.project-nav-bottom .prj-next {
  margin-right: 3rem;
  float: right;
  text-align: right;
}
.project-nav-bottom .prj-prev {
  margin-left: 3rem;
  float: left;
}
.project-nav-bottom a {
  color: black;
  text-decoration: none;
}
.project-nav-bottom a span {
  background-color: #fefea6;
  padding: 0.2rem 0.8rem;
}
.project-nav-bottom a em {
  position: absolute;
}
.project-nav-bottom .prj-prev a em {
  left: -3rem;
}
.project-nav-bottom .prj-next a em {
  right: -3rem;
}
.project-nav-bottom a:hover span {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
}


.current-project-nav .current-project-image {
  text-align: center;
}
.current-project-nav .current-project-image img {
  max-width: 84%;
  margin: 0 8%;
  max-height: 463px; /* SLIDESHOW-HEIGHT */
}
.scroll-down-arrow {
  cursor: pointer;
  position: absolute;
  width: 68px;
  height: 68px;
  background-color: #27ff32;
  border-radius: 50%;
  background-image: url(/static/img/ff-www/2019/arrow-down-white-green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30% 63%;
  top: 95%;
  left: 75%;
}
.scroll-down-arrow:hover {
  margin-top: 1rem;
}

.project-detail .project-text-data {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  min-width: 300px;
}
.project-detail h1 {
  font-family: "gc16 Mono";
  font-style: italic;
  letter-spacing: 0px;
  margin: 3.6rem 0 0;
}
.project-detail .prj-location {
  text-transform: uppercase;
  font-family: "gc16 Mono";
  font-size: 2rem;
}
.project-detail .prj-date {
  font-family: "Apercu";
  font-size: 2rem;
  line-height: 2rem;
}
.project-detail .prj-external-link {
  min-width: 90px;
  margin: 3rem auto 0;
  text-align: center;
  display: inline-block;
  background-image: url(/static/img/ff-www/2019/dashed-line-small.png);
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 0.3rem;
}
.project-detail .prj-external-link a {
  text-transform: uppercase;
  color: black;
  background-color: #66f1c8;
  display: block;
  padding: 1.4rem 1rem;
  margin-top: 0.5rem;
  text-align: center;
}
.project-detail .prj-external-link a:hover {
  background-color: #d8fcef;
}
.project-detail .prj-external-link a:hover {
  text-decoration: none;
}
.project-detail .prj-descr p {
  text-align: justify;
  text-align-last: center;
  font-family: "Lato";
  font-weight: bold;
  font-size: 1.6rem;
  margin: 4.5rem 0;
}
.project-detail .prj-descr p a,
.project-detail .prj-descr p a:hover {
  text-decoration: none;
}
.project-detail .prj-metadata {
  margin-bottom: 5rem;
}
.project-detail .prj-metadata h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Apercu Mono";
  margin: 0 0 0.6rem;
  letter-spacing: 1px;
}
.project-detail .prj-metadata li {
  font-family: "gc16 Mono";
  font-style: italic;
  font-size: 1.3rem;
}
.project-detail .prj-metadata .prj-metadata-link {
  color: inherit;
  text-decoration: underline;
}
.project-detail .prj-metadata .prj-metadata-link:hover {
  text-decoration: none;
}
.project-detail .prj-video {
  text-align: center;
}
.project-detail .prj-images {
  margin-top: 7rem;
}
.project-detail .prj-images li {
  text-align: center;
  margin: 0 auto 6rem;
  display: block;
}
.project-detail .prj-images li div {
  display: inline-block;
  position: relative;
}
.project-detail .prj-images li div span {
  display: none;
  position: absolute;
  left: -10%;
  bottom: 20%;
  padding: 3rem;
  background-color: #fefea6;
  opacity: 0.9;
  text-align: left;
  font-style: italic;
  font-family: "Apercu";
  font-weight: bold;
  font-size: 1.5rem;
  width: 90%;
}
.project-detail .prj-images li div:hover span {
  display: block;
}
.project-detail .prj-images li img {
  max-width: 100%;
}
.project-detail .prj-images li.flush-captions div span {
  left: 0;
}



/* SHARED */

.inline-slideshow {
  position: relative;
}
.inline-slideshow .slides {
  margin: 0 105px;
}
.inline-slideshow-next {
  right: 0;
}
.inline-slideshow-prev {
  left: 0;
}
.inline-slideshow-prev, .inline-slideshow-next {
  display: none;
  position: absolute;
  top: 50%;
  line-height: 0;
  cursor: pointer;
}
.inline-slideshow-next,
.inline-slideshow-prev {
  width: 58px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.inline-slideshow-next {
  background-image: url(/static/img/ff-www/2019/arrow-thin-right.png);
  background-position: left center;
}
.inline-slideshow-prev {
  background-image: url(/static/img/ff-www/2019/arrow-thin-left.png);
  background-position: right center;
}
.inline-slideshow-next:hover {
  background-image: url(/static/img/ff-www/2019/arrow-thick-right.png);
  background-position: right center;
}
.inline-slideshow-prev:hover {
  background-image: url(/static/img/ff-www/2019/arrow-thick-left.png);
  background-position: left center;
}
.inline-slideshow .slides li {
  display: none;
  position: relative;
}
.inline-slideshow .slides li.slide-showing {
  display: block;
  max-height: 100%;
}
.inline-slideshow .slides li .slideshow-caption {
  display: none; /* only for use in js */
}


.inline-slideshow .slides li {
  max-height: 463px; /* SLIDESHOW-HEIGHT */
  text-align: center;
}
.inline-slideshow img {
  max-width: 100%;
}
.home-slideshow, .news-slideshow, .about-slideshow {
  margin-bottom: 1rem;
}
.home-slideshow, .news-slideshow {
  /* min-width: 700px; */
}


/* FOOTER */

footer {
  text-align: center;
  margin: 8rem 0 4rem;
  clear: both;
}
footer .to-top {
  width: 30px;
  height: 33px;
  background-image: url(/static/img/ff-www/2019/arrow-up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 0.7rem;
  cursor: pointer;
  visibility: hidden;
}
body[data-current-page] footer .to-top {
  visibility: visible;
}
footer .bottom-anim {
  background-image: url(/static/img/ff-www/2019/bottom-anim-off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 58px;
  display: inline-block;
  position: relative;
}
footer .bottom-anim:hover {
  background-image: url(/static/img/ff-www/2019/bottom-anim-on.png);
}
footer .bottom-anim .bird-line-drawing {
  display: none;
  background-image: url(/static/img/ff-www/2019/bird-line-drawing.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 41px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 0;
}
footer .bottom-anim.show-bird-line-drawing .bird-line-drawing {
  display: block;
}
.bottom-nav ul {
  margin-bottom: 2rem;
}
.bottom-nav li {
  display: inline-block;
  padding: 0 0.6rem;
}
.bottom-nav li a {
  color: black;
  text-decoration: none;
  font-family: "Apercu Mono";
  text-transform: uppercase;
  font-size: 1.4rem;
  border-bottom: 2px solid transparent;
}
.bottom-nav.bottom-sub-nav li a {
  font-size: 1.2rem;
  border-bottom-width: 1px;
}
.bottom-nav li a:hover {
  text-decoration: none;
  border-bottom-color: black;
}
#siteFooter hr {
  width: 380px;
  margin: 0.5rem auto;
  border-top-color: #ccc;
}
#siteFooter hr,
.bottom-nav.bottom-sub-nav {
  /* not sure we want this */
  display: none;
}



@media (min-width: 800px) {

  /* act as hover-state things */
  .subnav:hover .page-nav,
  .subnav:hover .spacer-bar {
    display: block !important;
  }
  .subnav:hover .menu-toggle {
    visibility: hidden;
  }
}

@media (max-width: 800px) {

  /* act as click-state */
  .subnav.toggle-open .page-nav,
  .subnav.toggle-open .spacer-bar {
    display: block;
  }
  .subnav.toggle-open .menu-toggle {
    visibility: hidden;
  }
  /***/


  .about-slideshow .slides {
    margin: 0 25px;
  }
  .home-slideshow .slides,
  .news-slideshow .slides {
    margin: 0 75px;
  }
  .about-content {
    margin: 0 4rem 10rem;
  }
  .about-content .about-section {
    padding: 2rem 12%;
  }

  .prj-list-wrpr .prj-sel-heading {
    margin-right: 129px;
  }
  .prj-list-actions .prj-mode-btn[data-action] {
    margin-left: 2rem;
    margin-right: 0;
  }
  .prj-names-list .prj-names li,
  .prj-names-list.prj-names-list-by-date .prj-names li {
    margin-left: 288px;
  }

  #contact .overlay-content {
    padding-top: 120px;
  }
  #contact .close {
    top: 80px;
  }

  #header .box-heading {
    right: 40px; /* same as .subnav */
  }
  /* not really a great place for it on small screens */
  .box-heading { display: none !important; }
  /* underline header link since box-heading is hidden */
  body[data-current-page="home-page"] #topNav a.nav-page[href="/projects"],
  body[data-current-page="about-page"] #topNav a.nav-page[href="/about"],
  body[data-current-page="news-page"] #topNav a.nav-page[href="/news"] {
    text-decoration: underline;
  }
}

@media (max-width: 650px) {
  #header #topNav li {
    padding: 0 0.5rem;
  }

  .mailinglist-content img {
    position: static;
    top: auto;
    right: auto;
    width: 50%;
    max-width: 173px;
    float: left;
  }
  #mailinglist .mailinglist-bubble {
    top: 18px;
  }

  .prj-list-wrpr {
    margin: 40px 5% 0;
  }
  .prj-list-wrpr .prj-sel-heading {
    float: none;
  }
  .prj-list-actions .prj-mode-btn[data-action] {
    margin-right: 2rem;
    padding: 0;
    margin-left: 0;
  }
  .prj-names-list .prj-names li,
  .prj-names-list.prj-names-list-by-date .prj-names li {
    margin-left: 0;
  }
  .prj-names-list .prj-names li:hover .prj-name-tn {
    visibility: hidden;
  }

  .home-slideshow .slides,
  .news-slideshow .slides {
    margin: 0 2rem;
  }

  .about-content {
    margin: 0 2rem 10rem;
  }
  .about-content .about-section {
    padding: 2rem 4%;
  }

  .news-items {
    margin: 5rem 3rem;
    padding: 3rem 3%;
  }
  .news-item .news-category {
    word-wrap: break-word;
    hyphens: auto;
  }

  ul.hero-controls {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  ul.hero-controls li {
    padding: 0rem 1rem 1rem;
  }
  .inline-slideshow-next,
  .inline-slideshow-prev {
    top: 100%;
    margin-top: 1rem;
    max-width: 10%;
  }
  .inline-slideshow-next {
    right: 1rem;
  }
  .inline-slideshow-prev {
    left: 1rem;
  }

  /* hidden in 800px media rule instead */
  /* .box-heading { display: none !important; } */

  .current-project-nav .project-nav {
    top: auto;
    bottom: -35px;
    height: auto;
    padding: 0 30px;
    margin-left: 5%;
    width: 90%;
  }
  .project-detail {
    padding-top: 55px;
  }
  .project-detail .project-text-data {
    width: 70%;
  }
  .project-detail .prj-images li div span {
    left: auto;
    bottom: auto;
    display: block;
    position: static;
    width: 100%;
    padding: 1rem;
    background-color: transparent;
  }
}

@media (max-width: 550px) {
  #header {
    /* padding-bottom: 50px; */
  }
  .subnav {
    /* top: 100px; */
    top: 1px;
    right: 7px;
  }
  .subnav .menu-toggle {
    width: 40px;
    height: 17px;
  }
  .subnav .page-nav,
  .subnav .spacer-bar {
    left: -102px;
  }
  .subnav .page-nav {
    top: 4px;
  }
  .subnav .spacer-bar {
    top: -3px;
  }
  #header {
    margin: 3rem 0;
  }
  #header #searchWrpr {
    /* height: 160px;
    padding-top: 80px; */
    height: 110px;
    padding-top: 0;
    top: 0;
    left: -10px;
  }
  #header #topNav li a {
    font-size: 1.3rem;
  }
  #header #searchWrpr.showing-search {
    width: 98%;
  }
  #header .magnify {
    width: 30px;
    height: 31px;
    left: 10px;
    bottom: 66px;
  }
  #header input#searchProjects {
    padding-left: 50px;
    font-size: 2.2rem;
  }
  #header .search-submit {
    bottom: 62px;
  }

  /* .home-slideshow .slides,
  .news-slideshow .slides {
    margin: 0 75px;
  } */

  .splash-notes {
    height: 275px;
    position: relative;
  }
  .splash-notes.notes-all-closed {
    height: 0;
  }
  .news_item {
    margin-top: -150px !important;
  }
  .splash-notes .close_news_div {
    background-size: cover;
    width: 23px;
    height: 24px;
    background-image: url(/static/img/x-clear-min.png);
  }
  .splash-notes .close_news_div:hover {
    background-image: url(/static/img/x-clear-min.png); /* no change */
  }

}
