:root {
  --link-blue: #005ac5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
	
}

.introduction-section---aritcle-landing {
  padding: 24px 48px;
}

.section-title {
  color: #000;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}

.introduction-body-text---article-landing {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.contributors-section---article-landing {
  padding: 24px 48px;
}

.author-name {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.authors-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.article-subsections-section {
  padding: 24px 48px;
}

.article-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
}
@media screen and (max-width: 820px) {
.article-grid {
	grid-template-columns: auto auto;
	}

.karen-circle-image-div {
position: relative;
inset: auto;
}

.Rebecca-circle-image-div {
position: relative;
inset: auto;
padding-top: 0;
}

.body-text-no-columns-padding {padding-right: 0}

}
@media screen and (max-width: 600px) {
.article-grid {
	grid-template-columns: auto;
	}
}

.article-grid-block {
  color: #000;
  padding: 12px;
  text-decoration: none;
}

.article-grid-block:hover {
  color: #fff;
  background-color: #000;
}

.article-grid-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.footer {
  justify-content: center;
  align-content: center;
  text-align: center;
  display: grid;
  padding: 48px;
}

.article-title-block {
  padding: 48px 48px 24px;
}

.article-body-text {
  color: #000;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.callout-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.callout-content-div-halftone {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(90deg, #f9f9f9, #f9f9f9 0%, #fff0), url('../images/Halftone-Background-Gray.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 48px;
}

.callout-text {
  color: #000;
  text-align: left;
  max-width: 75%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.callout-quote-image {
  max-width: 100px;
}

.columns {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body-with-picture-image---article {
  float: right;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  overflow: hidden;
}

.article-section-header-image {
  max-width: 70%;
  margin-left: auto;
}



.article-section-title {
  color: #000;
  text-transform: uppercase;
  font-family: Popfine, Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.author-sideways-div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40px;
  display: flex;
}

.hero-image {
  float: left;
}

.hero-title---article-landing {
  text-align: left;
  font-family: Popfine, Impact, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 100px;
}

._2px-line {
  background-color: #000;
  width: 100%;
  max-width: 1080px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.body-text-columns {
  color: #000;
  text-align: left;
  column-count: 3;
  column-gap: 36px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 820px) {
.body-text-columns {
	column-count: 1;
	}
}

.footer-cta-button---article {
  color: #000;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-cta-button---article:hover {
  color: #fff;
  background-color: #000;
}

.text-span {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.hero-title---article-landing-copy {
  z-index: 1;
  text-align: right;
  padding-right: 10px;
  font-family: Popfine, Impact, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 100px;
}

.hero-image-copy {
  max-width: 70%;
  margin-right: auto;
}

.introduction-subtext---article-landing {
  color: #000;
  text-align: right;
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.intro-text-overlay {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.black-dot {
  width: 12px;
}

.article-container---article-landing {
  flex-flow: column;
}

.header {
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
}

.body-block {
  padding: 24px 48px;
}

.title-image-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.author-name-rot90 {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transform: rotate(90deg);
}

.article-title-author {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}

.article-title-highlight {
  border-bottom: 64px solid #d9d9d9;
  height: 1em;
  display: inline-block;
}

.article-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

.article-nav-block {
  opacity: .5;
  color: #000;
  padding: 8px;
  text-decoration: none;
}

.article-nav-block:hover {
  opacity: .75;
}

.article-nav-block.w--current {
  opacity: 1;
}

.article-nav-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.body-gray {
  background-color: #f9f9f9;
}

.body-text-no-columns---references {
  text-align: left;
  border-top: 2px solid #000;
  margin-top: 48px;
  padding-top: 24px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.body-text-no-columns---references ul {
	list-style: none;
	padding-left: 0;
	word-break:break-word;
}
.body-text-no-columns---references ul li {
	margin-bottom: 10px;
}

.image-block {
  padding: 24px 48px;
}

.image-caption {
  color: #6e6e6e;
  text-align: center;
  text-transform: none;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.header-container {
  display: flex;
}

.section-title-highlight {
  background-color: #d9d9d9;
  display: inline-block;
}

.article-section-title-1-line {
  color: #000;
  font-family: Popfine, Impact, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 64px;
}

.article-title-highlight-larger {
  border-bottom: 64px solid #d9d9d9;
  height: 1em;
  display: inline-block;
}

.article-section-title-3-lines {
  color: #f9f9f9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) { 
	.article-section-title-3-lines {font-size:24px;line-height:36px;}
}


.article-image {
  width: 100%;
}

.block-quote-within-body-text {
  color: #636363;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.article-title-highlight-smaller {
  /*border-bottom: 48px solid #000;
  height: 1em;*/
  display: inline-block;
  background-color: black;
}

.hero-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section {
  padding: 48px 48px 24px;
}

.hero-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 75%;
  position: absolute;
}

.hero-title-div {
  justify-content: center;
  align-items: flex-end;
}

.hero-image-left {
  max-width: 70%;
  margin-right: auto;
  display: none;
}

.hero-title {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  line-height: 90px;
}

.introduction-subtext-test {
  margin-bottom: 24px;
  font-family: Popfine, Impact, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 50px;
}

.introduction-subtext-highlight---test {
  border-bottom: 48px solid #d9d9d9;
  height: 1em;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 32px;
  display: inline-block;
}

.body-text-no-columns {
  color: #000;
  text-align: justify;
  padding-top: 24px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.intro-subtext-div {
  display: none;
}

.intro-article-title {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Popfine, Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 32px;
}

.intro-title-highlight {
  border-bottom: 48px solid #d9d9d9;
  height: 1em;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 32px;
  display: inline-block;
}

.hero-image-div {
  background-image: url('../images/Introduction-Picture.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  max-width: 70%;
  height: 500px;
  margin-right: auto;
}

.subtitle-highlight {
  margin-top: 10px;
	background-color: #d9d9d9;
}

.div-block {
  float: left;
  shape-outside: circle();
  background-image: url('../images/donald-giannatti-Wj1D-qiOseE-unsplash-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.body-text-columns-copy {
  color: #000;
  text-align: left;
  column-count: 1;
  column-gap: 36px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image {
  float: right;
  shape-outside: circle();
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 201.5px;
  right: 993.5px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  float: right;
  object-fit: cover;
}

.text-block {
  color: #000;
  max-width: 70%;
  margin-top: 12px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.image-caption-header {
  color: #6e6e6e;
  text-align: left;
  text-transform: none;
  max-width: 70%;
  margin-top: 8px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.image-caption-header-div {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.body-text-no-columns---centered {
  color: #000;
  text-align: center;
  padding-top: 24px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}



.video-div {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
		text-align: center;
  }
  .video-div iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

.callout-text---smaller-font {
  color: #000;
  text-align: left;
  max-width: 75%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.body-text-single-column {
  color: #000;
  text-align: left;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.article-image---wrapped {
  float: none;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
}

.image-container---wrapped {
  float: right;
  text-align: center;
  width: 100%;
  max-width: 470px;
  margin-left: 24px;
  margin-right: 24px;
}

.half-circle-div-1 {
  background-image: url('../images/Comet-Karen.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.circle-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body-text-2-columns {
  color: #000;
  text-align: left;
  column-count: 2;
  column-gap: 36px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.rebecca-circle-image-div {
  padding-top: 8em;
  width: 400px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-text-no-columns-no-padding {
  color: #000;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.body-text-no-columns-padding {
  color: #000;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding-right: 450px;
}

.karen-circle-image-div {
  width: 400px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link {
  color: var(--link-blue);
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Popfine';
  src: url('../fonts/POPFINE-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@media screen and (max-width: 767px) {
	h1.hero-title {
		font-size: 60px;
	}
	.hero-section, .contributors-section---article-landing, .introduction-section---article-landing, .article-subsections-section, .body-block, .article-title-block, .image-block {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width: 600px) {
	.title-image-container {display:flex;flex-direction:column-reverse;}
	.article-section-header-image {width:100%;max-width:100%;}
	.article-title-author {position:relative;width:100%;}
	.author-name-rot90 {
  transform: none;
}
	.article-title-author {flex-direction:column-reverse;}
	.author-sideways-div {flex-flow:row;max-width:100%;}
	.article-section-title-3-lines {color:black;}
	.article-title-highlight-smaller {background-color: transparent;}
	.article-title-highlight-smaller br {display:none;}
}