/*   
Theme Name: The Chekhov Collective Theme
Theme URI: http://1348design.com
Description: A custom WordPress theme created for The Chekhov Collective.
Author: 1348 Design
Author URI: http://1348design.com
Version: 1.0
*/

		
/***** Setup Custom Properties *****/
:root {
	--theme-pink: #ef5fa7;
	--theme-blue-1: #627c85;
	--theme-blue-2: #6f9e9e;
	--theme-blue-3: #c5d8d8;
	--theme-grey-1: #23231a;
	--theme-grey-2: #53544b;
	--theme-grey-3: #b2b7ac;
	--theme-grey-4: #e2e8dd;
	--theme-grey-5: #f0f3ee;
	--theme-font-main: 'Overpass', sans-serif;
	--theme-font-heading: 'Cormorant Garamond', serif;
}

/***** Reset *****/
html, body, div, span, applet, object, input, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***** Global *****/
body {
	font-family: var(--theme-font-main);
	font-weight: 300;
	color: var(--theme-grey-1);
}

.wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 30px 0;
	font-family: var(--theme-font-heading);
	line-height: 1.2;
	font-weight: 600;
}
h1 {
	font-size: 4.4rem;
}
h2 {
	font-size: 3.2rem;
}
h3 {
	font-size: 3rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 2rem;
}
p {
	margin: 0 0 22px 0;
	font-size: 1.2rem;
	line-height: 1.6;
}
p a,
li a {
	color: var(--theme-pink);
	text-decoration: underline;
}
p a:hover,
li a:hover {
	color: var(--theme-grey-1);
}
a {
	transition: all 0.3s;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
	margin-top: 45px;
}
b, strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
.btn,
.button,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	position: relative;
	display: inline-block;
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid var(--theme-grey-4);
	border-radius: 999px;
	background: var(--theme-blue-1) !important;
	color: var(--theme-grey-4);
	text-decoration: none;
	font-family: var(--theme-font-heading);
	font-size: 1.3rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 600;
	transition: all 0.3s;
}
.btn:hover,
.button:hover,
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {	
	background: var(--theme-pink) !important;
	color: #fff !important;
}
.nf-form-content input:not([type=button]),
.nf-error.field-wrap .nf-field-element:after {
	border-radius: 0 !important;
}
.nf-form-content textarea.ninja-forms-field {
	border-radius: 0;
}
.nf-field-label label {
	font-weight: 500 !important;
}
.nf-form-fields-required {
	display: none;
}
.nf-form-title {
	display: block;
	margin: 0 0 40px 0;
	font-weight: 600;
}
.main {
	position: relative;
	z-index: 100;
}
.main ul,
.main ol {
	margin: 40px;
	line-height: 1.4;
}
.main ul:first-child,
.main ol:first-child {
	margin-top: 0;
}
.main ul {
	list-style: disc;
}
.main ol {
	list-style: decimal;
}
.main li {
	margin: 13px 0;
	font-size: 1.2rem;
}
.main ul:first-child li:first-child,
.main ol:first-child li:first-child {
	margin-top: 0;
}
blockquote {
	padding: 30px 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    quotes: "“" "”" "‘" "’";
	text-align: center;
    text-indent: -0.3em;
	font-weight: 300;
}
blockquote::before {
    content: open-quote;
    display: inline;
}
blockquote::after {
    content: close-quote;
    display: inline;
}
.col-100 blockquote {
	font-size: 1.8rem;
}
.blocks-section {
	padding: 40px 0;
}

/***** Header *****/
.header {
	position: relative;
	z-index: 500;
}
.header + * {
	margin-top: -40px;
}
.header-bg {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 201;
}
.header-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20%;
	right: -20%;
	background: var(--theme-blue-1);	
	border-bottom-left-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
}
.header-content {
	position: relative;
	padding: 110px 60px 60px 300px;
	z-index: 202;
}
.header-logo {
	position: absolute;
	left: 60px;
	bottom: -20px;
}
.header-logo-a {
	display: block;
	transition: all 0.3s;
	cursor: pointer;
}
.header-logo-a:hover {
	transform: scale(1.1);	
}
.header-nav-main ul {
	display: flex;
	justify-content: flex-end;
}
.header-nav-main ul li {
	position: relative;
	margin: 0 0 0 48px;
	text-align: center;
	font-size: 1.3rem;
}
.header-nav-main ul li:first-child {
	margin: 0;
}
.header-nav-main ul li a {
	display: block;	
	text-decoration: none;
	color: var(--theme-grey-5);
	transition: all 0.3s;
	font-family: var(--theme-font-heading);
	font-weight: 600;
}
.header-nav-main ul li a:hover {
	color: var(--theme-grey-1);
}
.header-nav-main ul.sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	margin: 0;
	border-top: 8px solid transparent;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	box-shadow: rgba(50, 50, 50, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.03) 0px 8px 16px -8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 901;
}
.header-nav-main li:last-child ul.sub-menu {	
	max-width: 100%;
}
.header-nav-main li:hover ul.sub-menu,
.header-nav-main ul.sub-menu:hover {
	visibility: visible;
	opacity: 1;
}
.header-nav-main ul.sub-menu li {
	display: block;	
	padding: 0;
	margin: 0;
	border-right: none;
	font-size: 1.1rem;
	line-height: 1.2;
}
.header-nav-main ul.sub-menu li a {
	height: auto;
	padding: 10px 20px;
	border-bottom: none;
	color: var(--theme-blue-1);
	background: var(--theme-grey-4);
}
.header-nav-main ul.sub-menu li a:hover {
	background: var(--theme-grey-3);
}
.header-nav-mobile_toggle-container,
.header-nav-mobile_menu-container {
	display: none;
	
}

/***** Hero *****/
.hero {
	background: var(--theme-pink);
	text-align: center;
	z-index: 100;
}
.hero-images {
	position: relative;
	height: 780px;
	background: var(--theme-blue-2);
	z-index: 300;
}
.hero-slides-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: translateX(20px);
	animation-timing-function: ease-in-out;
}
.hero-slide_image {
	width: calc(100% + 80px);
	height: 100%;
	transform: translateX(0);
	animation-timing-function: linear;
}
.hero-slide_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-text {
	position: relative;
	padding: 50px 0;
	margin: 0 auto;
	color: var(--theme-grey-4);
	font-family: var(--theme-font-heading);
	font-weight: 600;
	
}
.hero-text-h1 {
	margin-bottom: 15px;
}
.hero-text p {
	margin-top: 40px; 
	font-size: 1.6rem;
}

/***** Content Sections *****/

.page-title-section {
	position: relative;
	padding: 120px 0 40px 0;
}
.page-title-h1 {
	margin-bottom: 0;
}
.page-title-h1::after {
	content: '';
	position: relative;
	display: block;
	width: 130px;
	margin: 30px 0 0 0;
	border-bottom: 2px solid var(--theme-pink);
}
.page-title-h1--text-align-centre {
	text-align: center;
}
.page-title-h1--text-align-centre::after {
	margin: 30px auto 0 auto;
}

.content-section {
	position: relative;
	padding: 30px 0;
	background: #fff;
}

.content-section--spacing-reduce-above {
	padding-top: 0;
}
.content-section--spacing-reduce-below {
	padding-bottom: 0;
}
.content-section--spacing-reduce-both {
	padding-top: 0;
	padding-bottom: 0;
}

.section-title {
	text-align: center;
}
.section-title-h1::after {
	content: '';
	position: relative;
	display: block;
	width: 130px;
	margin: 30px auto 70px auto;
	border-bottom: 2px solid var(--theme-pink);
}
.section-border {
	transform: translateY(-17px);
	padding: 12px 0 0 0;
	margin: 0 0 30px 0;
	background: var(--theme-purple-dark);
}

.content-cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.col-33 {
	width: calc(33.33% - 30px);
}
.col-50 {
	width: calc(50% - 30px);
}
.col-66 {
	width: calc(66.66% - 30px);
}
.col-100 {
	width: 100%;
}
.col-content-section:not(.col-content-section--content_select_heading) + .col-content-section {
	padding-top: 26px;
}

.content-heading--text-align-centre{
	text-align: center;
}
.content-heading--text-align-right{
	text-align: right;
}
.content-heading h1::after {
	content: '';
	position: relative;
	display: block;
	width: 130px;
	margin: 30px 0 50px 0;
	border-bottom: 2px solid var(--theme-pink);
}
.content-heading h1.content-heading--text-align-centre::after {
	margin: 30px auto 50px auto;
}
.content-heading h1.content-heading--text-align-right::after {
	margin-left: calc(100% - 130px);
}

.content-image_img {
	width: 100%;
	height: auto;
}
.image-caption {
	margin-top: -4px;
    padding: 8px 10px 5px 10px;
    background: var(--theme-grey-5);
    font-style: italic;
    line-height: 1.2;
    font-size: 0.9rem;
}

.content-video video {
	width: 100%;
	height: auto;
}
.content-video-embed {
	position: relative;
	padding: 56.25% 0 0 0;
}
.content-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-image-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.image-link {
	position: relative;
	width: 100%;
	border: 8px solid var(--theme-blue-1);
	text-decoration: none;
}
.content-image-links--4 .image-link {
	width: calc(50% - 30px);
}
.content-image-links--4 .image-link:first-child {
	margin-bottom: 28px;
}
.image-link-image-container {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
}
.image-link-image-container img {
	width: 100%;
	height: auto;
	margin: 0;
	transition: all 0.3s;
}
.image-link:hover .image-link-image-container img {
	transform: scale(1.2);
}
.image-link-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(180deg, rgba(93,117,124,0) 0%, rgba(0,0,0,0.8) 96%);
	color: #fff;
	font-family: var(--theme-font-heading);
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.2;
}
.content-image-links--4 .image-link-text {
	font-size: 1.8rem;	
}

.content-strands-links {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.strand-link {
	display: block;
	width: calc(33.33% - 30px);
	margin: 30px 15px 0 15px;
	text-decoration: none;
	color: var(--theme-grey-1);
}
.col-33 .strand-link,
.col-50 .strand-link,
.col-66 .strand-link{
	width: 100%;
	margin: 30px 0 0 0;
}
.strand-link:hover {
	transform: translateY(-8px);
	box-shadow: rgba(50, 50, 50, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.13) 0px 8px 16px -8px;
}
.strand-link-content {
	padding: 20px 14px;
	border-left: 6px solid var(--theme-blue-1);
	background: #fff;
}
.strand-link-eyebrow {
	font-size: 1.2rem;
	color: var(--theme-pink);
}
.strand-link-title {
	margin: 8px 0 20px 0;
	font-size: 1.8rem;
}
.strand-link-description {
	font-size: 1.1rem;
	line-height: 1.3;
}

.content-project-links {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -40px 50px -40px;
}
.col-33 .content-project-links,
.col-50 .content-project-links,
.col-66 .content-project-links {
	margin: 0 0 50px 0;
}
.project {
	display: block;
	visibility: visible;
}
.project.status-upcoming {
	display: none !important;
	visibility: hidden !important;
}
.project--hidden {
	display: none !important;
	visibility: hidden !important;
}
.project-link {
	width: calc(33.33% - 30px);
	margin: 30px 15px 0 15px;
	background: var(--theme-grey-4);
	text-decoration: none;
	color: var(--theme-grey-1);
}
.col-33 .project-link,
.col-50 .project-link,
.col-66 .project-link {
	width: 100%;
	margin: 30px 0 0 0;
}
.col-33 .project-link-image,
.col-50 .project-link-image,
.col-66 .project-link-image {
    height: 370px;
}
.project-link-image {
	position: relative;
	width: 100%;
	height: 255px;
	overflow: hidden;
}
.project-link-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.project-link:hover .project-link-image img {
	transform: scale(1.2);
}
.project-link-text {
	padding: 20px;
}
.project-link-date {
	font-size: 1.1rem;
	color: var(--theme-pink);
}
.project-link-title {
	margin: 8px 0 20px 0;
	font-size: 1.6rem;
}
.project-link-description {
	font-size: 1rem;
	line-height: 1.4;
}
.project-archive-timeline-link-container {
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.project-archive-timeline-link {
	display: inline-block;
	padding: 16px 40px;
	background: var(--theme-grey-4);
	color: var(--theme-pink);
	font-family: var(--theme-font-heading);
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
}
.project-archive-timeline-link:hover {
	background: var(--theme-blue-3);
}
.page-title-h1--project {
	font-size: 3.35rem;
    max-width: 1040px;
}
.project-meta + .content-section {
	padding-top: 7px;
}

.content-project-links--timeline {
	display: block;
	margin: 0 0 50px 0 !important;
}
.content-project-links--timeline::before,
.content-project-links--timeline::after {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 33px;
	border-top: 3px solid var(--theme-pink);
}
.content-project-links--timeline::after {
	top: auto;
	bottom: 0;
}
.project-timeline-item {
	display: block;
	border-left: 3px solid var(--theme-pink);
	padding: 20px 0;
}
.project-timeline-item:first-child {
	padding-top: 50px;
}
.project-timeline-item:last-child {
	padding-bottom: 50px;
}
.project-timeline-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--theme-grey-1);
}
.project-timeline-link-bar {
	position: relative;
	width: 100px;
	border-top: 3px solid var(--theme-pink);
	transition: all 0.3s;
}
.project-timeline-link-bar::before,
.project-timeline-link-bar::after {
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	display: block;
	width: 18px;
	height: 18px;
	background: var(--theme-pink);
	border: 5px solid #fff;
	border-radius: 100%;
	transition: all 0.3s;
}
.project-timeline-link-bar::after {
	left: auto !important;
	right: -15px;
}
a.project-timeline-link:hover .project-timeline-link-bar {
	border-top-color: 3px solid var(--theme-grey-1);
}
a.project-timeline-link:hover .project-timeline-link-bar::before,
a.project-timeline-link:hover .project-timeline-link-bar::after  {
	background: var(--theme-grey-1);
}
.project-timeline-link-text {
	max-width: 880px;
	padding: 30px 40px 30px 30px;
	background: var(--theme-grey-4);
	transition: all 0.3s;
}
a.project-timeline-link:hover .project-timeline-link-text {
	background: var(--theme-blue-3);
}
.project-timeline-link-title {
	margin: 0 0 8px 0;
	font-size: 1.6rem;
}
.project-timeline-link-date {
	margin: 0 0 8px 0;
	font-size: 1.1rem;
	color: var(--theme-pink);
}
.project-timeline-link-location {
	margin: 0 0 3px 0;
	font-size: 1rem;
	line-height: 1.5;
}
.project-timeline-link-description {
	font-size: 1rem;
	line-height: 1.5;
}

.content-button {
	text-align: center;
}
.content-button .btn {
	margin: 20px 0;
	padding: 12px 44px;
	font-size: 1.8rem;
}

.content-section--bg-white {
	background: #fff;
}
.content-section--bg-white .strand-link-content {
	background: var(--theme-grey-4);
}
.content-section--bg-white .btn, .content-section--bg-white .button, .content-section--bg-white .nf-form-content button, .content-section--bg-white .nf-form-content input[type=button], .content-section--bg-white .nf-form-content input[type=submit] {
	border-color: #fff;	
}
.content-section--bg-blue-1 {
	background: var(--theme-blue-1);
	color: var(--theme-grey-4);
}
.content-section--bg-blue-1 p a,
.content-section--bg-blue-1 li a {
	color: var(--theme-grey-1);
}
.content-section--bg-blue-1 p a:hover,
.content-section--bg-blue-1 li a:hover {
	color: #000;
}
.content-section--bg-blue-1 .strand-link-content {
	background: var(--theme-grey-4);
}
.content-section--bg-blue-1 .image-caption {
	background: var(--theme-grey-3);
	color: var(--theme-grey-1);
}
.content-section--bg-blue-2 {
	background: var(--theme-blue-2);
	color: var(--theme-grey-4);
}
.content-section--bg-blue-2 p a,
.content-section--bg-blue-2 li a {
	color: var(--theme-grey-1);
}
.content-section--bg-blue-2 p a:hover,
.content-section--bg-blue-2 li a:hover {
	color: #000;
}
.content-section--bg-blue-2 .strand-link-content {
	background: var(--theme-grey-4);
}
.content-section--bg-blue-2 .image-caption {
	background: var(--theme-grey-3);
	color: var(--theme-grey-1);
}
.content-section--bg-grey-4 {
	background: var(--theme-grey-4);
}
.content-section--bg-grey-4 .project-link {
	background: #fff;	
}


/***** Sidebar Page *****/
.page-with-sidebar {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.sidebar {
	position: relative;
	width: 230px;
	padding: 140px 40px 0 40px;
	background: var(--theme-blue-3);
}
.sidebar-nav {
	position: -webkit-sticky;
  	position: sticky;
	top: 40px;
}
.sidebar-nav-h1 {
	font-size: 1.7rem;
}

.sidebar-nav-h1::after {
	content: '';
    position: relative;
    display: block;
    width: 30px;
    margin: 20px 0 30px 0;
    border-bottom: 2px solid var(--theme-pink);
}
.sidebar-nav-menu-item {
	padding: 0 0 15px 0;
	line-height: 1.2;
}
.sidebar-nav-menu-item-text {
	display: block;
	color: var(--theme-grey-1);
	text-decoration: none;
	cursor: pointer;
}
.sidebar-nav-menu-item-text:hover {
	color: var(--theme-pink);
}
.category-link--active {
	color: var(--theme-pink);
}


.page-with-sidebar .main {
	width: calc(100% - 310px);
}
.main--strand-single {
	width: calc(100% - 310px);
	background: var(--theme-grey-4);
}
.strand-eyebrow {
	display: block;
	padding: 0 0 20px 0;
	font-family: var(--theme-font-heading);
	font-size: 3rem;
}
.page-title-h1--strand {
	font-size: 3.8rem;
	max-width: 1040px;
}
.page-with-sidebar .main .content-section:first-child {
	padding: 120px 0 0 0;
}
.page-with-sidebar .main .content-section:nth-child(2) {
	padding-top: 0;
}

.content-section-title-h2 {
	color: var(--theme-blue-1);
}
.content-section-title-h2::after {
	content: '';
    position: relative;
    display: block;
    width: 40px;
    margin: 20px 0 40px 0;
    border-bottom: 2px solid var(--theme-blue-2);
}
/***** Blog *****/
.archive-filters-container {
	position: relative;
	display: table;
	table-layout: fixed;
	width: calc(100% + 40px);
	margin: 60px 0 0 -20px;
}
.archive-filter {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 40px 20px;
	font-size: 15px;
}
.archive-filter select {
	font-size: 15px !important;
	height: 38px !important;
	width: 100% !important;
	padding: 0 0 0 10px !important;
	border: 1px solid var(--theme-grey-3) !important;
	border-radius: 4px !important;
	background-color: #fff !important;
	line-height: 40px !important;
	font-family: var(--font-main) !important;
    font-weight: 300 !important;
	color: var(--theme-grey-2) !important;
}
.archive-filter .search-form {
	position: relative;
	height: 38px;
	width: calc(100% - 12px);
	padding: 0 0 0 10px;
	border: 1px solid var(--theme-grey-3);
	border-radius: 4px;
	background-color: #fff;
	line-height: 38px;
    font-weight: 300 !important;
	color: var(--theme-grey-4) !important;
	overflow: hidden;
}
.archive-filter .search-form .search-field {
	width: calc(100% - 27px);
}
.archive-filter input[type=submit].search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	width: 27px;
	cursor: pointer;
	padding: 0 10px !important;
	border-radius: 0;
}
.grid {
	display: block;
	position: relative;
	width: calc(100% + 40px);
	margin-left: -20px;
}
/* clearfix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-sizer,
.grid-item {
	width: 33.33%;
}
.archive-post-container {
	padding: 0 20px 40px 20px;
}
.archive-post {
	display: block;
	padding: 20px;
	background: var(--theme-grey-4);
}
.archive-post:nth-child(3n+3) {
	margin-right: 0;
}
h1.archive-post_title {
	margin: 0 0 17px 0;
	font-size: 27px;
}
h1.archive-post_title::after {
	display: none; 
}
.archive-post_date {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	color: var(--theme-pink);
	border-bottom: 1px solid var(--theme-grey-2);
}
.archive-post_image-container {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
}
.archive-post_img {
	display: block;
	width: 100%;
	height: auto;
}
.archive-post_excerpt p{
	font-size: 15px;
}
.archive-post_links {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 0 0 0;
	border-top: 1px solid var(--theme-grey-2);
}
.archive-post_btn {
	display: table-cell;
	font-size: 17px;
	text-align: center;
}
.archive-post-nav {
	text-align: center;
}
.page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 9px 8px 9px;
	background: var(--theme-blue-1);
	color: var(--theme-grey-4);
	text-decoration: none;
}
.page-numbers.current,
a.page-numbers:hover {
	background: var(--theme-blue-2);
	color: #fff;
}
.single-post-meta {
	margin: 40px 0;
}
.single-post-meta p {
    font-size: 15px;
}
.single-post-meta_date,
.single-post-meta_author {
	margin: 0;
}
.single-post-entry {
	line-height: 1.6;
	padding: 0 0 80px 0;
}
.single-post-nav {
	line-height: 2;
	padding: 0 0 50px 0;
}
.single-post-nav .screen-reader-text {
	display: none;
}
.single-post-nav a {
    color: var(--theme-grey-4);
}
.single-post-nav a:hover {
    color: var(--theme-grey-2);
}
.blog-lower-heading {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid var(--theme-grey-4);
	color: var(--theme-grey-4);
	font-size: 2rem;
}
.search-list .search-item {
	display: block;
	border-bottom: 1px solid var(--theme-grey-4);
	padding: 30px 0;
}
.search-list .search-item .search-item_a {
	text-decoration: none;
	color: var(--theme-pink);
}
.search-list .search-item .search-item_a h3 {
	color: var(--theme-grey-1);
}
.search-list .search-item .search-item_a .search-item_date,
.search-list .search-item .search-item_a .search-item_read-more {
	font-size: 15px;
}
.search-list .search-item .search-item_a:hover .search-item_read-more {
	text-decoration: underline;
}

/***** comments *****/

.blog-footer-section {
	padding: 40px 0 4px 0;
	background: var(--theme-blue-2);
	border-top: 2px solid var(--theme-grey-4);
}
#respond {
	padding: 0 20px 20px 20px;
	margin: 20px 20px 20px 40px;
    border-left: 1px solid var(--theme-grey-2);
}
#respond ol,
.commentlist {
	list-style: none;	
	margin: 0 0 20px 0;
}
#respond li,
.commentlist li {
    border-left: 1px solid var(--theme-grey-2);
	padding: 10px 0 10px 10px;
}
.commentlist .depth-1 {
	margin-bottom: 10px;
}
.commentlist ul {
	list-style: none;
}
#respond h2 {
	display: block;
    padding: 0 0 10px 0;
	margin: 0 0 10px 0;
    font-size: 20px;
}
#respond h3 {
	margin: 0 0 20px 0;
    font-size: 18px;
	display: inline-block;
}
.comment-author img,
.says {
	display: none;
}
.commentlist .fn {
	font-size: 18px;
}
.commentlist .comment-meta {
	font-size: 14px;
	margin: 10px 0 20px 0;
}
.commentlist .reply {
	font-size: 14px;
	margin: 20px 0 10px 0;
}
#respond .required-field-message {
	display: block;
}
#respond .comment-form-comment label {
	display: block;
}
#respond .comment-reply-title {
	margin: 20px 0;
	font-size: 1.7rem;
}
#respond p a {
	color: var(--theme-grey-1);
}
#respond p a:hover {
	color: var(--theme-grey-2);
}
#cancel-comment-reply-link {
	font-size: 14px;
	margin: 0 0 0 20px;	
}
#commentform input,
#commentform textarea {
	border: 1px solid var(--theme-grey-2);
	padding: 10px !important;
	max-width: calc(100vw - 110px);
	font-size: 16px !important;
	font-family: var(--font-main) !important;
}
#commentform input[type=submit] {
	position: relative;
	display: inline-block;
	padding: 10px 40px !important;
	margin: 20px 0;
	border: 2px solid var(--theme-grey-4);
	border-radius: 999px;
	background: var(--theme-blue-2) !important;
	color: var(--theme-grey-4);
	text-decoration: none;
	font-family: var(--theme-font-heading) !important;
	font-size: 1.3rem !important;
	cursor: pointer;
	overflow: hidden;
	font-weight: 600 !important;
	transition: all 0.3s;
}
#commentform input[type=submit]:hover {	
	background: var(--theme-pink) !important;
	color: #fff !important;
}
.comment-form-cookies-consent label {
	font-size: 16px;
}
h3#comments {
	display: none;
}
.comment a {
	color: var(--theme-grey-1);
	line-height: 1.6;
}
.comment a:hover {
	color: var(--theme-grey-2);
}


/***** Footer *****/
.footer {
	border-top: 2px solid var(--theme-blue-3);
}
.footer-upper {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.footer-heading {
	margin: 0 0 34px 0;
}
.footer-heading h2 {
	font-size: 1.9rem;
}
.footer-supporters {
	width: calc(50% - 120px);
	padding: 40px 60px 40px 60px;
	background: #fff;
}
.footer-supporters .footer-heading {
	border-bottom: 2px solid var(--theme-blue-1);
	color: var(--theme-blue-1);
}
.footer-supporter-links-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-supporter-link {
	margin: 0 60px 30px 0;
}
a.footer-supporter-link:hover {
	opacity: 0.7;
}
.footer-supporter-link-img {
	max-height: 50px;
	width: auto;
}
.footer-contact {
	width: calc(50% - 120px);
	padding: 40px 60px 40px 60px;
	background: var(--theme-blue-2);
	color: var(--theme-grey-4);
}
.footer-contact .footer-heading {
	border-bottom: 2px solid var(--theme-grey-4);
	color: var(--theme-grey-4);
}
.footer-contact-email {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-contact-email-icon.material-symbols-outlined {
	margin: 0 14px 3px 0;
}
.footer-contact-email-text {
	font-size: 1.1rem;
}
.footer-contact-button {
	padding: 8px 40px;
	margin: 30px 0 0 0;
	font-size: 1.2rem;
	background: var(--theme-blue-2) !important;
}
.footer-lower {
	position: relative;
	padding: 20px 0;
	background: var(--theme-grey-4);
	color: var(--theme-blue-1);
	text-align: center;
}
.footer-lower-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer-lower-span {
	margin: 0 22px;
}
.footer-credit-link {
	color: var(--theme-blue-1);
}
.footer-credit-link:hover {
	color: var(--theme-pink);
}
.footer-scroll-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 5px 3px 10px;
	position: absolute;
	right: 60px;
	top: -20px;
	background: var(--theme-blue-1);
	color: var(--theme-grey-4);
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}
.footer-scroll-to-top-icon.material-symbols-outlined {
	margin: 0 0 3px 10px;
	font-size: 21px;
}
.footer-scroll-to-top:hover {
	background: var(--theme-pink);	
}


@media screen and (max-width: 1640px) {

	h1 {
		font-size: 4.5rem;
	}
	.header-nav-main ul li{
		margin: 0 0 0 30px;
		font-size: 1.2rem;
	}
	.hero-images {
		height: 650px;
	}
	.sidebar {
		width: 170px;	
	}
	.sidebar-nav-menu-item {
		line-height: 1.1;
	}
	.page-with-sidebar .main {
		width: calc(100% - 250px);
	}
	.project-timeline-link-text {
		max-width: 820px;
	}
	
}

@media screen and (max-width: 1400px) {
	h1 {
		font-size: 4.2rem;
	}
	.header-bg::before {
		border-bottom-left-radius: 50% 40%;
    	border-bottom-right-radius: 50% 40%;
	}
	.header-nav-main ul li{
		margin: 0 0 0 20px;
	}
	.hero-images {
		height: 600px;
	}
	
	.col-33 {
		width: calc(33.33% - 20px);
	}
	.col-50 {
		width: calc(50% - 20px);
	}
	.col-66 {
		width: calc(66.66% - 20px);
	}
	.sidebar {
		padding: 140px 25px 0 30px;
	}
	.sidebar-nav-menu {
		font-size: 0.9rem;
	}
	.page-with-sidebar .main {
		width: calc(100% - 225px);
	}
	.project-link-image {
		height: 200px;
	}
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image {
		height: 300px;
	}
	.project-link-title {
		margin: 8px 0 16px 0;
		font-size: 1.5rem;
	}
	.project-link-description {
		font-size: 0.95rem;
	}
	.project-timeline-link-bar {
    	width: 70px;
	}
	.project-timeline-link-text {
		max-width: 780px;
		padding: 20px 30px 20px 30px;
	}
	
}

@media screen and (max-width: 1300px) {
	
	.wrap {
		padding: 0 40px;
	}
	.header-content {
		padding: 90px 50px 50px 240px;
	}
	.header-logo {
		left: 50px;
	}
	.header-nav-main ul li {
		margin: 0 0 0 22px;
		font-size: 1.1rem;
	}
	.hero-images {
		height: 560px;
	}
	.project-link {
		width: calc(33.33% - 20px);
		margin: 20px 10px 0 10px;
	}
	.content-project-links {
    	margin: 0 -30px 50px -30px;
	}

}

@media screen and (max-width: 1250px) {
	
	h1 {
		font-size: 3.9rem
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2.8rem;
	}
	h4 {
		font-size: 2.2rem;
	}
	h5 {
		font-size: 1.8rem;
	}
	p {
		margin: 0 0 20px 0;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.col-33 .content-image-links--4 .image-link {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.image-link-text {
		font-size: 1.9rem;
	}
	.content-image-links--4 .image-link-text {
		font-size: 1.6rem;
	}
	.strand-link-description {
		font-size: 0.9rem;
		line-height: 1.4;
	}
	.project-link-title {
		font-size: 1.4rem;
	}
	.project-link-description {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 4;
	  overflow: hidden;
	}
	.strand-eyebrow {
		font-size: 2.7rem;
	}
	.page-title-h1--strand {
		font-size: 3.4rem;
	}
	.content-project-links--timeline::before, .content-project-links--timeline::after {
		left: -13px;
		width: 30px;
	}
	.project-timeline-link-bar {
		width: 50px;
	}
	.project-timeline-link-bar::before, .project-timeline-link-bar::after {
		left: -10px;
		top: -11px;
		width: 12px;
		height: 12px;
		border: 3px solid #fff;
	}
	.project-timeline-link-bar::after {
		right: -9px;
	}
	.project-timeline-link-text {
		max-width: 600px;
	}
	.project-timeline-link-title {
		font-size: 1.35rem;
	}
	.project-timeline-link-date {
		font-size: 1rem;
	}
	
}

@media screen and (orientation:portrait), screen and (hover: none), screen and (max-width: 1240px) {	
	
	.header-content {
		padding: 50px;
	}
	.header-logo-img {
		width: 180px;
		height: auto;
	}
	.header-nav-main {
		display: none;
	}
	.header-nav-mobile_toggle-container {
		display: block;
		text-align: right;
		transition: all 0.3s;
	}
	.header-nav-mobile_toggle {
		display: inline-flex;
		cursor: pointer;
		color: #fff;
		transition: all 0.3s;
		font-family: var(--theme-font-heading);
		font-weight: 600;
		font-size: 1.4rem;
	}
	.header-nav-mobile_toggle-icon {
		margin-bottom: 8px;
	}
	.header-nav-mobile_bar {
		width: 50px;
		height: 6px;
		background: var(--theme-grey-5);
		margin: 8px 0 0 0;
		transition: all 0.3s;
		border-radius: 9999px;
		overflow: hidden;
	}
	/* Rotate first bar */
	.menu-open .header-nav-mobile_bar--1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 10px);
		transform: rotate(-45deg) translate(-9px, 10px);
		width: 56px;
	}
	/* Fade out the second bar */
	.menu-open .header-nav-mobile_bar--2 {
		opacity: 0;
	}
	/* Rotate third bar */
	.menu-open .header-nav-mobile_bar--3 {
		-webkit-transform: rotate(45deg) translate(-9px, -10px);
		transform: rotate(45deg) translate(-9px, -10px);
		width: 56px;
	}
	.header-nav-mobile_toggle-container:hover .header-nav-mobile_bar {
	}
	.header-nav-mobile_menu-container {
		display: none;
		position: absolute;
		right: 0;
		top: 120px;
		background: var(--theme-blue-1);
	}
	.header-nav-mobile_menu-inner {
		padding: 36px;
	}
	.header-nav-mobile_menu-container ul li a {
		display: inline-block;
		padding: 10px 40px;
		margin: 8px 0 0 0;
		color: var(--theme-grey-5);
		font-size: 19px;
		text-decoration: none;
		cursor: pointer;
	}
	.header-nav-mobile_menu-container ul li a:hover {
		color: var(--theme-grey-1);
	}
	.header-nav-mobile_menu-container .sub-menu {
		margin: 0 0 0 40px;
		border-left: 2px solid var(--theme-blue-2);
	}
	.header-nav-mobile_menu-container ul li .sub-menu a {
		margin: 8px 0 0 8px;
	}
}

@media screen and (max-width: 1150px) {
	
	h1 {
		font-size: 3.7rem
	}
	h2 {
		font-size: 2.8rem;
	}
	h3 {
		font-size: 2.6rem;
	}
	h4 {
		font-size: 2rem;
	}
	h5 {
		font-size: 1.6rem;
	}
	p {
		margin: 0 0 19px 0;
		font-size: 1.075rem;
	}
	blockquote {
		font-size: 1.2rem;
	}
	.main ul, .main ol {
		margin: 35px;
		line-height: 1.2;
	}
	.main li {
		font-size: 1.075rem;
	}
	.col-100 blockquote {
		font-size: 1.3rem;
	}
	.header-bg::before {
		border-bottom-left-radius: 50% 30%;
    	border-bottom-right-radius: 50% 30%;
	}
	.header-logo {
		left: 40px;
	}
	.hero-images {
		height: 500px;
	}
	.project-link--archive {
		width: calc(50% - 20px);
	}
	.project-link--archive .project-link-image {
		height: 270px;
	}
	.page-title-h1--project {
		font-size: 2.9rem;
	}

}

@media screen and (max-width: 1080px) {
	
	.page-title-section {
		padding: 100px 0 40px 0;
	}
	.wrap {
		padding: 0 26px;
	}
	.image-link-text {
		font-size: 1.6rem;
	}
	.content-image-links--4 .image-link-text {
		font-size: 1.4rem;
	}
	.content-button .btn {
		margin: 15px 0;
		padding: 12px 42px;
		font-size: 1.5rem;
	}
	.strand-link {
		width: calc(50% - 30px);
	}
	.footer-upper {
		flex-wrap: wrap;
	}
	.footer-supporters,
	.footer-contact {
		width: calc(100% - 120px);
	}
	.sidebar {
		padding: 120px 18px 0 20px;
	}
	.page-with-sidebar .main {
		width: calc(100% - 208px);
	}
	.content-project-links {
		margin: 0 -10px 25px -10px;
	}
	.content-project-links--timeline::before, .content-project-links--timeline::after {
		border-width: 2px;
	}
	.project-timeline-item {
		padding: 10px 0;
		border-width: 2px;
	}
	.project-timeline-link-bar {
		width: 25px;
		border-width: 2px;
	}
	.project-timeline-link-bar::before, .project-timeline-link-bar::after {
		left: -8px;
   	 	top: -8px;
    	width: 8px;
   		height: 8px;
	}
	.project-timeline-link-bar::after {
		right: -7px;
	}
	.image-link-text {
    	padding: 9px 12px;
	}
	
}

@media screen and (max-width: 980px) {
	
	h1 {
		font-size: 3.4rem
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.3rem;
	}
	h4 {
		font-size: 1.7rem;
	}
	h5 {
		font-size: 1.4rem;
	}
	p {
		margin: 0 0 19px 0;
		font-size: 1.07rem;
	}
	blockquote {
		font-size: 1.1rem;
	}
	.main ul, .main ol {
		margin: 34px;
	}
	.main li {
		font-size: 1.07rem;
	}
	.header-nav-mobile_toggle-icon {
		transform: scale(0.7);
	}
	
	.hero-images {
		height: 450px;
	}
	.hero-text p {
		font-size: 1.3rem;
	}
	.sidebar {
		padding: 100px 18px 0 20px;
	}
	.sidebar-nav-h1 {
		font-size: 1.5rem;
	}
	.strand-eyebrow {
		font-size: 2.2rem;
	}
	.page-title-h1--strand {
		font-size: 3.4rem;
	}
	.project-link-date {
		font-size: 1rem;
	}
	.project-link-title {
		font-size: 1.2rem;
	}
	.project-link-image {
		height: 165px;
	}
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image,
	.project-link--archive .project-link-image {
		height: 230px;
	}
	.project-timeline-link-text {
		max-width: 500px;
	}
	.project-timeline-link-description {
		font-size: 0.9rem;
		line-height: 1.3;
	}
	
}

@media screen and (max-width: 900px) {
	
	h1 {
		font-size: 3.1rem
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.4rem;
	}
	.header-bg::before {
		border-bottom-left-radius: 50% 20%;
    	border-bottom-right-radius: 50% 20%;
	}
	.section-title-h1::after {
		margin: 30px auto 45px auto;
	}
	.archive-filters-container .archive-filter:nth-child(2) {
		display: none;
	}
	.sidebar {
		width: 150px;
	}
	.sidebar-nav-h1 {
		font-size: 1.3rem;
	}
	.sidebar-nav-menu {
		font-size: 0.8rem;
	}
	.page-with-sidebar .main {
		width: calc(100% - 188px);
	}
	.strand-link-eyebrow {
		font-size: 1rem;
	}
	.strand-link-title {
		font-size: 1.5rem;
	}
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image,
	.project-link--archive .project-link-image {
		height: 200px;
	}
	.page-title-h1--project {
		font-size: 2.4rem;
	}
	.page-title-h1--strand {
		font-size: 3.1rem;
	}

}

@media screen and (max-width: 850px) {
	
	.hero-images {
		height: 400px;
	}
	
	.grid-sizer, .grid-item {
		width: 100%;
	}
	#share-buttons a {
		font-size: 16px;
	}
	#share-buttons a .dashicons-before:before {
		font-size: 18px;
		height: 18px;
	}
	#respond {
		margin: 20px 0;
	}
	.commentlist li.depth-1 {
		margin-left: 0;
	}
	.page-with-sidebar {
		flex-wrap: wrap;	
	}
	.sidebar {
		width: 100%;
		padding: 70px 20px 20px 20px;
		text-align: center;
	}
	.sidebar-nav-h1 {
		margin: 0 0 20px 0;
	}
	.sidebar-nav-h1::after {
		margin: 20px auto 10px auto;
	}
	.sidebar-nav-menu {
		display: flex;
    	flex-wrap: wrap;
		justify-content: center;
	}
	.sidebar-nav-menu-item {
		padding: 0;
	}
	.sidebar-nav-menu-item-text {
		padding: 10px 12px;
	}
	.page-with-sidebar .main {
		width: 100%;
	}
	.page-with-sidebar .page-title-section {
		padding: 40px 0 50px 0;
	}
	.project-link-image {
		height: 152px;
	}
	.project-link--archive .project-link-image {
		height: 230px;
	}
	.footer-lower {
		padding: 30px 0;
	}
	
}

@media screen and (max-width: 800px) {
	
	.header-bg::before {
		border-bottom-left-radius: 50% 17%;
    	border-bottom-right-radius: 50% 17%;
	}
	
	.hero-images {
		height: 370px;
	}
	.content-section {
		padding: 20px 0;
	}
	.project-link,
	.project-link--archive{
		width: calc(50% - 20px);
	}
	.project-link-image,
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image,
	.project-link--archive .project-link-image {
		height: 190px;
	}
	
}

@media screen and (max-width: 700px) {
	
	.wrap {
		padding: 0 20px;
	}
	.header-content {
		padding: 45px 30px;
	}
	.header-logo {
		left: 24px;
	}
	.header-logo-img {
		width: 160px;
	}
	.header-nav-mobile_menu-container {
		top: 116px;
	}
	.hero-images {
		height: 320px;
	}
	
	.col-33,
	.col-50,
	.col-66 {
		width: 100%;
	}
	.col + .col {
		margin-top: 20px;
	}
	.content-text {
		font-size: 20px;
	}
	.main ul,
	.main ol {
		margin: 40px 10px 40px 30px;
	}
	.image-link,
	.col-33 .image-link,
	.col-50 .image-link,
	.col-66 .image-link {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.image-link-text,
	.content-image-links--4 .image-link-text {
		font-size: 2rem;
		padding: 15px 22px;
	}
	.strand-link {
		width: 100%;
	}
	.project-link,
	.project-link--archive {
		width: 100%;
	}
	.project-link-image,
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image,
	.project-link--archive .project-link-image {
		height: 350px;
	}
	.footer {
		text-align: center;
	}
	.footer-supporter-links-container {
		justify-content: center;
	}
	.footer-supporter-link {
		margin: 0 30px 30px 30px;
	}
	.footer-contact-email {
    	display: inline-flex;
	}
	.footer-lower {
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding: 0;
		font-size: 0.8rem;
	}
	.footer-lower-text {
		padding: 20px;
		width: calc(100% - 160px);
		line-height: 1.3;
	}
	.footer-scroll-to-top {
		position: relative;
		right: auto;
		top: auto;
		width: 160px;
	}
	
}

@media screen and (max-width: 660px) {
	
	h1 {
		font-size: 2.8rem
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.7rem;
	}
	.archive-filters-container {
		padding: 0 0 10px 0;
	}
	.archive-filters-container .archive-filter {
		display: block;
		padding: 0 20px 10px 20px;
	}
	#share-buttons a {
		display: block;
		margin: 0 0 10px 0;
		max-width: 200px;
	}
	.sidebar {
		display: none;
	}
	.page-with-sidebar .page-title-section {
		padding: 100px 0 30px 0;
	}
	.project-timeline-link-text {
		max-width: 448px;
	}
	.page-title-h1--project {
		font-size: 2.1rem;
	}
	.page-title-h1--strand {
		font-size: 2.8rem;
	}
	
}
	
@media screen and (max-width: 600px) {
	
	.hero-images {
		height: 300px;
	}
	.project-link-image,
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image, 
	.project-link--archive .project-link-image {
		height: 300px;
	}
	.footer-lower-text {
		padding: 20px 10px;
		width: calc(100% - 180px);
	}
	.footer-scroll-to-top {
		padding: 0;
	}
	.project-timeline-item {
		padding: 5px 0;
	}
	.project-timeline-link-text {
		max-width: 410px;
		padding: 14px 20px 14px 20px;
	}
	
}
	
@media screen and (max-width: 540px) {
	
	h1 {
		font-size: 2.7rem
	}
	h2 {
		font-size: 1.9rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	.hero-images {
		height: 280px;
	}
	.project-link-image,
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image,
	.project-link--archive .project-link-image {
		height: 260px;
	}
	.strand-eyebrow {
		font-size: 2rem;
		padding: 0 0 20px 0;
	}
	.page-title-h1--strand {
		font-size: 2.7rem;
		max-width: 1040px;
	}
	.footer-supporters, .footer-contact {
		width: calc(100% - 60px);
		padding: 40px 30px 40px 30px;
	}
	.footer-lower-text {
		width: calc(100% - 130px);
	}
	.footer-scroll-to-top {
		width: 130px;
	}
	.footer-lower-span {
		margin: 0;
	}
	.project-timeline-link-bar {
		width: 0;
	}
	.project-timeline-link-bar::before {
		display: none;
	}
	.project-timeline-link-bar::after {
		right: -6px;
	}
	.project-timeline-link-title {
		font-size: 1.30rem;
	}
	.project-timeline-link-date {
		font-size: 0.9rem;
	}
	.project-timeline-link-location {
		font-size: 0.9rem;
	}
	.page-title-h1--project {
		font-size: 1.8rem;
	}
	
}

@media screen and (max-width: 490px) {
	
	.header-nav-mobile_menu-inner {
		padding: 50px 20px 20px 20px;
	}
	.hero-images {
		height: 240px;
	}
	.project-link-image,
	.col-33 .project-link-image,
	.col-50 .project-link-image,
	.col-66 .project-link-image,
	.project-link--archive .project-link-image {
		height: 230px;
	}
	.project-timeline-link-text {
		padding: 12px 15px 12px 15px;
	}
	.footer-contact-email-text {
		font-size: 1rem;
	}
	.footer-contact-email-icon.material-symbols-outlined {
		margin: 0 8px 3px 0;
	}
	.footer-lower {
		font-size: 0.7rem;
	}
	
}
