/* left and right page content margins */
/* margin after page content */
/* margin between sub-sections */
/* Text styles */
._h1, .hpHeroTitle {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 54px;
  line-height: 128%; }

._h2 {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 34px;
  line-height: 42px; }

._h3, div.pSectionTitle {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px; }

._h4, .hpSubscribeTitle, div.pSubSectionHeading, p.pSubSectionHeading, div.pSubSectionTitle, p.pSubSectionTitle {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px; }

._h5, div.projectTitle {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }

._displaytitle, div.hpFeaturedProjectTitle {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

._subtitle, .newsItemTitle, .hpNewsItemTitle, .hpHeroSubTitle {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; }

._body1 {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px; }

._body2, .hpSubscribeText, div.pSubSectionText, div.pSubSectionLeader, p.pSubSectionLeader {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px; }

._body3, .newsItemContent, div.projectText, .hpNewsItemContent {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

._body4, div.hpFeaturedProjectText {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }

._caption {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

._btn, a.hpHeroMoreBtn {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.15px; }

._smallbtn, a.downloadBtn, .projectType, div.projectTypeScience, div.projectTypeVisualArts, div.projectTypeCorp, div.projectTypeConsortium, div.projectTypeHistory, div.projectTypeGallery, div.projectTypeCulture, div.projectTypeEdu, div.projectTypeCR, div.projectTypeArchive, div.projectTypePerf {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.15px; }

._overline {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 10px;
  line-height: 16px; }

._more, div.pSectionMoreLink {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px; }

._date, .newsItemDate, .hpNewsItemDate {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px; }

._subtext, .hpSubscribeDescription, ul.pSubSectionListSmall li {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 12.5px;
  line-height: 18px; }

._typebarbtn, div.projectTypeBarType a {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px; }

/* Link behavior */
a.link, div.projectTypeBarType a {
  text-decoration: none;
  color: #000; }

a.link:hover, div.projectTypeBarType a:hover {
  text-decoration: underline;
  color: #333; }

a.inline-link {
  text-decoration: underline;
  color: #000; }

a.inline-link:hover {
  text-decoration: underline;
  color: #333; }

/* Navigation bar */
nav {
  border-bottom: 1px solid #DADADA; }

@media screen and (min-width: 780px) {
  .headerLogo {
    padding: 50px;
    margin: -0.5rem -2rem !important; } }

@media screen and (max-width: 779px) {
  .headerLogo {
    padding: 0;
    margin: 0; } }

/* Page */
.pageContainer {
  margin: 0; }

/* Footer */
html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 58px;
  /* Margin bottom by footer height */ }

.footer {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 160px;
  line-height: 30px;
  /* Vertically center the text */
  background-color: #052529;
  color: #fff;
  padding: 25px 20px 20px 50px; }

@media screen and (max-width: 779px) {
  div.footerLinks {
    display: none; } }

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px; }

.footerTitle {
  color: #fff; }

.footerLink {
  color: #fff;
  margin: 0px;
  padding: 0px; }

.footerLink:hover {
  color: #28B4C9;
  text-decoration: none; }

.footerCopyright {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff; }

.footerMailingListText, .footerMailingListText:focus {
  background: none;
  color: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #fff; }

.footerMailingListText:focus {
  border-bottom: 1px solid #28B4C9; }

.footerMailingListBtn {
  margin: 0px; }

/* Home page */
.hpHero {
  width: 100%;
  background: #F1F8F9;
  padding: 50px 0 50px 50px;
  margin: 50px 0 0 0;
  overflow: hidden; }

.hpHeroTitle {
  color: #000;
  margin-right: 10px; }

.hpHeroSubTitle {
  color: #000;
  margin-top: 15px;
  margin-right: 10px; }

div.hpHeroMoreBtn {
  margin: 35px 0 30px 0; }

a.hpHeroMoreBtn {
  width: 181px;
  height: 38px;
  background: #000;
  border-radius: 20px;
  color: #fff;
  padding: 12px 20px 12px 20px;
  text-decoration: none; }

div.hpHeroImage {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  min-height: 425px; }

div.hpHeroImage img {
  position: absolute;
  width: 500px;
  right: 0px; }

a.hpHeroMoreBtn:hover {
  color: #DADADA;
  text-decoration: none; }

@media screen and (max-width: 576px) {
  div.hpHeroImage {
    display: none; }
  div.hpHero {
    margin-top: 20px;
    padding: 50px 20px 5px 20px; }
  .hpHeroTitle {
    margin-top: 0px;
    font-size: 30px;
    color: #000; }
  .hpHeroSubTitle {
    font-size: 18px;
    color: #000;
    margin-top: 10px; } }

/* Pages */
@media screen and (max-width: 375px) {
  div.pSection {
    width: 100%;
    padding: 25px 15px 10px 15px; } }

@media screen and (min-width: 376px) {
  div.pSection {
    width: 100%;
    padding: 25px 50px 10px 50px; } }

div.pSectionTitle {
  position: relative;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 0;
  margin-bottom: 5px; }

@media screen and (max-width: 375px) {
  div.pSectionTitle {
    margin: 0 5px 0 5px; } }

@media screen and (min-width: 780px) {
  div.pSubSection {
    width: 100%;
    padding: 25px 50px 25px 50px; } }

@media screen and (max-width: 779px) {
  div.pSubSection {
    width: 100%;
    padding: 25px 0 25px 0; } }

div.pSubSectionRule {
  border-bottom: 2px solid #000; }

div.pSubSectionTitle, p.pSubSectionTitle {
  color: #000;
  margin: 0 0 10px 0;
  padding: 0; }

@media screen and (max-width: 375px) {
  div.pSubSectionTitle, p.pSubSectionTitle {
    margin: 0 5px 0 5px; }
  div.pSubSectionText {
    margin-left: 5px; } }

div.pSubSectionHeading, p.pSubSectionHeading {
  margin-bottom: 10px;
  color: #000; }

div.pSubSectionLeader, p.pSubSectionLeader {
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

div.pSubSectionText {
  color: #000; }

ul.pSubSectionList, ul.pSubSectionListSmall {
  margin: 0px;
  padding: 0 0 0 1rem; }

div.pSectionMoreLink {
  position: absolute;
  bottom: -24px;
  right: 0px; }

/* News - front page */
.hpNewsItem {
  margin-bottom: 20px; }

.hpNewsItemIcon {
  background-color: #28B4C9;
  width: auto;
  height: 170px;
  padding: 10px;
  margin-bottom: 15px; }

.hpNewsItemDate {
  margin-bottom: 5px; }

.hpNewsItemTitle {
  margin-bottom: 20px; }

.hpNewsItemContent {
  letter-spacing: 0.15px; }

.hpSubscribe {
  position: relative;
  background-color: #052529;
  color: #fff;
  width: 100%;
  min-height: 300px;
  padding: 25px;
  margin-bottom: 5px; }

.hpSubscribeTitle {
  margin-bottom: 20px; }

.hpSubscribeText {
  margin-bottom: 40px; }

.hpSubscribeDescription {
  margin-top: 20px; }

.hpSubscribeEmailInput, .hpSubscribeEmailInput:focus {
  background: none;
  color: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #fff;
  width: 95%; }

.hpSubscribeFormSubmitBtn {
  margin-top: 10px; }

/* Front page support section */
.hpSupportIconContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center; }

img.hpSupportIcon {
  width: 42px;
  height: 32px;
  object-fit: none; }

div.hpSupportIcon {
  margin-top: 10px;
  margin-right: 20px; }

a.hpSupportIconText {
  margin-left: 3px; }

/* Front page featured projects */
div.hpFeaturedProject {
  position: relative;
  width: 100%;
  min-height: 300px;
  border: 1px solid #000;
  margin-top: 10px; }

div.hpFeaturedProjectTitle {
  margin: 15px 0 3px 15px; }

div.hpFeaturedProjectText {
  margin: 0 0 15px 15px; }

a.hpFeaturedProjectLink {
  position: absolute;
  right: 5px;
  bottom: 5px; }

/* Interior pages */
div.page {
  margin-top: 60px; }

/* Projects page */
#projectMap {
  width: 100%;
  height: 360px; }

.projectMap {
  margin: -20px 0 0 0; }

.projectType, div.projectTypeScience, div.projectTypeVisualArts, div.projectTypeCorp, div.projectTypeConsortium, div.projectTypeHistory, div.projectTypeGallery, div.projectTypeCulture, div.projectTypeEdu, div.projectTypeCR, div.projectTypeArchive, div.projectTypePerf {
  height: 38px;
  padding: 8px 20px 12px 20px;
  text-decoration: none;
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 20px;
  margin-left: 5px;
  display: inline; }

div.projectTypePerf {
  border: 2px solid #34C88F; }

div.projectTypeArchive {
  border: 2px solid #C89028; }

div.projectTypeCR {
  border: 2px solid #C731B2; }

div.projectTypeEdu {
  border: 2px solid #3E31C6; }

div.projectTypeCulture {
  border: 2px solid #3E31C6; }

div.projectTypeGallery {
  border: 2px solid #2C66C6; }

div.projectTypeHistory {
  border: 2px solid #B29EE9; }

div.projectTypeConsortium {
  border: 2px solid #B4E7CF; }

div.projectTypeCorp {
  border: 2px solid #4BA6FC; }

div.projectTypeVisualArts {
  border: 2px solid #4BA6FC; }

div.projectTypeScience {
  border: 2px solid #333333; }

@media screen and (max-width: 640px) {
  div.projectTypeVisualArts, div.projectTypeCorp, div.projectTypeConsortium, div.projectTypeHistory, div.projectTypeGallery, div.projectTypeEdu, div.projectTypeCR, div.projectTypeArchive, div.projectTypePerf {
    display: none; } }

div.project {
  margin-top: 10px;
  margin-bottom: 10px; }

a.projectLink img {
  margin: -5px 0 0 5px; }

@media screen and (max-width: 850px) {
  div.projectTypeBarContainer {
    display: none; } }

div.projectTypeBar {
  display: flex;
  justify-content: space-evenly; }

div.projectTypeBarType {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 10px;
  text-align: center; }

div.projectTypeBarType a:hover {
  text-decoration: none; }

div.projectTypeBarTypeActive, div.projectTypeBarTypeActive:hover {
  border-bottom: 2px solid #28B4C9; }

div.projectTypeBarTypeActive a, div.projectTypeBarTypeActive a:hover {
  color: #28B4C9; }

/* Getting started page */
div.downloadBtn {
  margin-top: 20px;
  margin-bottom: 20px; }

a.downloadBtn {
  width: 160px;
  height: 20px;
  background: #000;
  border-radius: 20px;
  color: #fff;
  padding: 12px 20px 12px 20px;
  text-decoration: none; }

a.downloadBtn:hover {
  color: #DADADA;
  text-decoration: none; }

/* News */
.newsItem {
  margin: 10px 0 10px 0; }

.newsItemIcon {
  background-color: #28B4C9;
  width: auto;
  height: 170px;
  padding: 10px;
  margin-bottom: 15px; }

.newsItemDate {
  margin-bottom: 5px; }

.newsItemTitle {
  margin-bottom: 20px; }

.newsItemContent {
  letter-spacing: 0.15px; }

.tableContainer {
  width: 100%;
  overflow: auto; }
