html,
body {
	color: #414042;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
.container {
	padding: 0;
	width: 100%;
}

/* Links */
a {
	transition: background-color 0.2s, color 0.2s;
	padding: 4px 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
button {
	background: #666;
	border: 0;
	color: #fff;
	margin: 12px 0 6px;
	padding: 6px 12px;
	transition: background 0.2s, color 0.2s;
}
button:hover {
	background: #999;
}

/* Headers */
h1 {
	font-size: 3.4em;
	margin: 32px 0 0;
}
h2 {
	border-bottom: 2px solid #89c7dc;
	color: #414042;
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.9em;
	font-weight: 700;
	margin: 12px 0 0;
	padding-bottom: 4px;
}
h3 {
	font-size: 1.8em;
	margin: 32px 0 0;
}
h4 {
	font-size: 1.5em;
	margin: 32px 0 0;
}
h5 {
	font-size: 1.4em;
	margin: 32px 0 0;
}
h6 {
	font-size: 1.2em;
	margin: 32px 0 0;
}

/* Paragraphs & Lists */
p {
	line-height: 1.5em;
	margin: 16px 0 6px;
}
ul,
ol {
	margin: 16px 0 10px;
}
li {
	line-height: 1.4em;
	margin-bottom: 8px;
}
img {
	max-width: 100%;
}

/* Header */
header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 14px 2%;
}
header h1 {
	left: -9999px;
	position: absolute;
}
header img {
	height: 94px;
}
header nav {
	float: right;
}
header nav ul {
	margin: 0;
	padding: 0;
}
header nav li {
	display: inline-block;
	margin: 0;
}
header nav li a {
	border-bottom: 2px solid #fff;
	color: #414042;
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 18px;
	padding: 4px 0 2px;
	position: relative;
}
header nav li a:before {
	background: #414042;
	content: "";
	height: 100%;
	left: -18px;
	position: absolute;
	top: 0;
	width: 1px;
}
header nav li:first-of-type a:before {
	display: none;
}
header nav li a.active {
	border-bottom: 2px solid #89c7dc;
	color: #000;
}
header nav li a:hover {
	color: #888;
}

#skiptocontent {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 0 #000;
	font-size: 1.3em;
	left: -9999px;
	padding: 6px 12px;
	position: absolute;
	top: -9999px;
}
#skiptocontent:focus {
	left: 8px;
	top: 8px;
}

#mobile-menu {
	background: transparent;
	border: 0;
	display: none;
	margin: 0;
	padding: 0 4px;
	position: relative;
}
#mobile-menu .line {
	background: #414042;
	display: block;
	height: 3px;
	left: 0;
	margin: 2px 0 6px;
	position: relative;
	top: 0;
	transition: 0.3s;
	width: 26px;
}

/* General Formatting */
.row {
	margin: 0;
}
#content {
	margin: 0 auto;
	max-width: 100%;
}
#content > .row {
	padding: 56px 11% 68px;
}
#content .row > div {
	padding: 0 3%;
}
#content .row > div:first-of-type {
	padding-left: 0;
}
#content .row > div:last-of-type {
	padding-right: 0;
}

.ada-element {
	left: -9999px;
	position: absolute;
}
.uppercase {
	text-transform: uppercase;
}

.blue-bg {
	background: #2b3086;
	color: #fff;
}
.teal-bg {
	background: #e6f7fd;
}

/* Homepage */
#homepage-header {
	background-image: url("../images/header-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 70px 24px !important;
	text-align: center;
}
#homepage-header img {
	height: 152px;
}
#homepage-header h2 {
	border: 0;
	color: #fff;
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 28px;
}
#homepage-header h2 span {
	display: block;
}

#meeting-announcement {
	font-family: "Josefin Sans", sans-serif;
	background: #2b3086;
	padding: 10px !important;
	text-align: center;
	color: #fff;
}
#meeting-announcement p {
	font-size: 1.4em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 10px;
	margin: 0;
}
#meeting-announcement p a {
	color: #fff;
	text-decoration: underline;
}
#meeting-announcement p a:hover {
	color: #eee;
}

#about-the-study {
	display: flex;
}
#about-the-study > div:first-of-type {
	background-image: url("../images/IMG_4349.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 24px;
}
#about-the-study h2 {
	padding-right: 18px;
}

#project-map {
	text-align: center;
}
#project-map h2 {
	color: #fff;
	margin-bottom: 34px;
	padding: 0 14px 4px;
}

#project-timeline {
	text-align: center;
}
#project-timeline h2 {
	margin-bottom: 34px;
	padding: 0 14px 4px;
}
#project-timeline > h3 {
	background: #3b845e;
	border-radius: 10px;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	margin: 80px auto 18px;
	padding: 11px 8px 8px;
	position: relative;
	width: 95%;
}
#project-timeline > h3 img {
	bottom: 100%;
	height: 60px;
	left: 14%;
	margin-bottom: 9px;
	position: absolute;
}

#timeline-phases {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
}
#timeline-phases:before,
#timeline-phases:after {
	display: none;
}
#timeline-phases > div {
	background: #2b3086;
	border-radius: 10px;
	color: #fff;
	padding: 28px 2% !important;
	width: 31.5%;
}
#timeline-phases > div:first-of-type {
	background: #3b845e;
}
#timeline-phases img {
	height: 101px;
	margin-bottom: 20px;
}
#timeline-phases h3 {
	background: transparent;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.2em;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
#timeline-phases p {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3em;
	margin: 8px 0 15px;
	min-height: 56px;
}
#timeline-phases small {
	display: block;
	margin-top: 14px;
}

#timeline-phase-one {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
}
#timeline-phase-one:before,
#timeline-phase-one:after {
	display: none;
}
#timeline-phase-one > div {
	display: flex;
	flex-wrap: wrap;
	background: #3b845e;
	border: 3px solid #3b845e;
	border-radius: 8px;
	color: #fff;
	padding: 28px 2% !important;
	position: relative;
	text-align: left;
	width: 30%;
}

#timeline-phase-one > div .top-content {
	padding-bottom: 30px;
}

#timeline-phase-one > div .bottom-content {
	width: 100%;
	margin-top: auto;
	padding-top: 30px;
	border-top: 1px solid #fff;
	min-height: 220px;
}

#timeline-phase-one > div:after {
	display: none;
	background-image: url("../images/icon-downarrow.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 40px;
	left: 100%;
	margin-left: 5%;
	position: absolute;
	top: 50%;
	transform: rotate(-90deg) translateX(50%);
	width: 29px;
}

@media screen and (min-width: 768px) {
	#timeline-phase-one > div:after {
		display: inline-block;
	}
}

#timeline-phase-one > div:last-of-type:after {
	display: none;
}
#timeline-phase-one p {
	font-weight: 700;
}
#timeline-phase-one span {
	color: #f9e75e;
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	height: 38px;
	letter-spacing: 0.03em;
	text-align: center;
}
#timeline-phase-one span img {
	height: 24px;
	margin-right: 10px;
	margin-top: -3px;
}
#timeline-phase-one > div > img {
	display: block;
	height: 88px;
	margin: 18px auto 0;
}
#timeline-phase-one h5 {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 0;
}
#timeline-phase-one ul {
	padding-left: 24px;
}
#timeline-phase-one .we-are-here {
	border-color: #f9e75e;
}

#why-needed {
	display: flex;
}
#why-needed > div:first-of-type {
	background: #fff;
	border-radius: 12px 0 0 12px;
	color: #414042;
	padding: 18px 3% 156px !important;
}
#why-needed > div:last-of-type {
	background-image: url("../images/IMG_4340.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 0 12px 12px 0;
}

#get-involved {
	display: flex;
}
#get-involved > div:first-of-type {
	background: #fff;
	border-radius: 12px 0 0 12px;
	color: #414042;
	padding: 18px 3% 156px !important;
}
#get-involved > div:last-of-type {
	background-image: url("../images/IMG_4323.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 0 12px 12px 0;
}
#get-involved a {
	background: #2b3086;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	margin-top: 8px;
	padding: 6px 22px;
}
#get-involved a:hover {
	background: #1c216e;
}

#questions-answered {
	display: flex;
}
#questions-answered > div:first-of-type {
	background-image: url("../images/IMG_4355.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 12px;
}
#questions-answered h3 {
	border-top: 2px dotted #89c7dc;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 14px;
	padding-top: 26px;
}
#questions-answered h3:first-of-type {
	border-top: 0;
	margin-top: 0;
}

/* Footer */
footer {
	background-color: #2b3086;
	color: #fff;
}
footer p {
	margin: 0;
}

#footer-top {
	align-items: center;
	display: flex;
	padding: 28px 11%;
}
#footer-top > div {
	height: 100%;
}
#footer-top > div:first-of-type {
	padding-right: 4%;
}
#footer-top > div:first-of-type img {
	display: block;
	margin: 0 auto;
	max-width: 440px;
	width: 100%;
}
#footer-top > div:nth-of-type(2) {
	border: 1px solid #fff;
	border-width: 0 1px;
	height: 100%;
	text-align: center;
}
#footer-top > div:nth-of-type(2) p {
	line-height: 1.3em;
}
#footer-top > div:nth-of-type(2) p span {
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 0.8em;
}
#footer-top > div:nth-of-type(2) a {
	color: #fff;
	display: block;
}
#footer-top > div:nth-of-type(2) a:hover {
	color: #ccd;
}
#footer-top > div:nth-of-type(2) img {
	height: 124px;
	margin-bottom: 14px;
}
#footer-top > div:last-of-type {
	padding-left: 4%;
}
#footer-top > div:last-of-type h2 {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 1.3em;
	margin: 0;
}
#footer-top > div:last-of-type ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}
#footer-top > div:last-of-type li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 6px 2px;
}
#footer-top > div:last-of-type a {
	color: #fff;
}
#footer-top > div:last-of-type a:hover {
	color: #ccd;
}
#footer-top > div:last-of-type a.active {
	font-weight: 700;
}

#footer-bottom {
	background: #3b845e;
	padding: 14px 11%;
}
#footer-bottom a {
	background: #2c5f44;
	border-radius: 60px;
	color: #fff;
	font-weight: 700;
	padding: 4px 18px;
	text-transform: uppercase;
}
#footer-bottom a:hover {
	background: #1b432e;
}

.resource-lists ul {
	list-style: none;
	padding: 0;
}
.resource-lists li {
	margin: 14px 0;
}
.resource-lists li img {
	height: 46px;
	margin-right: 8px;
}

#comment-form > div {
	border-radius: 12px;
	padding: 34px 5% !important;
}

/* Forms */
form {
	margin: 18px 0;
}
label {
	display: block;
	margin: 10px 0 8px;
	width: 100%;
}
input[type="text"] {
	margin-bottom: 8px;
	padding-left: 3px;
	width: 100%;
}
textarea {
	height: 80px;
	margin-bottom: 8px;
	padding: 3px 5px;
	resize: none;
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 4px 0 2px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: -1px;
	width: auto;
}
input[type="submit"],
input[type="reset"] {
	background-color: #666;
	border-radius: 14px;
	border: 0;
	color: #fff;
	letter-spacing: 0.05em;
	margin-top: 14px;
	padding: 4px 16px;
	transition: background-color 0.2s;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #999;
}

/* Tables */
table {
	border: 1px solid #333;
	margin: 14px 0;
	width: 100%;
}
table tr th {
	border: 1px solid #333;
	padding: 2px 4px;
}
table tr td {
	border: 1px solid #333;
	padding: 2px 4px;
}

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
	html,
	body {
		font-size: 20px;
	}
	p {
		line-height: 1.8em;
		margin: 24px 0 8px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 54px 0 0;
	}

	#content > .row {
		padding: 56px 16% 68px;
	}
	#homepage-header {
		padding: 98px 24px !important;
	}
	#timeline-phases p {
		line-height: 1.2em;
		margin: 12px 0 16px;
	}
}

@media screen and (max-width: 1210px) {
	header nav li a {
		font-size: 1em;
	}

	#homepage-header {
		padding: 54px 24px !important;
	}
	#homepage-header img {
		height: 136px;
	}
	#homepage-header h2 {
		font-size: 2.8em;
	}

	#timeline-phases h3 {
		font-size: 2.5em;
	}
	#timeline-phase-one > div > img {
		height: 64px;
	}

	#footer-top {
		flex-wrap: wrap;
	}
	#footer-top > div:first-of-type {
		width: 100%;
	}
	#footer-top > div:first-of-type img {
		height: 134px;
		margin-bottom: 20px;
		width: auto;
	}
	#footer-top > div:nth-of-type(2) {
		border-left: 0;
		width: 50%;
	}
	#footer-top > div:last-of-type {
		font-size: 0.9em;
		width: 50%;
	}
	#footer-bottom > div {
		padding: 6px;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	h1 {
		font-size: 2.2em;
		margin: 24px 0 6px;
	}
	h2 {
		font-size: 1.6em;
		margin: 24px 0 0;
	}
	h3 {
		font-size: 1.4em;
		margin: 24px 0 0;
	}
	h4 {
		font-size: 1.3em;
		margin: 24px 0 0;
	}
	h5 {
		font-size: 1.2em;
		margin: 24px 0 0;
	}
	h6 {
		font-size: 1.1em;
		margin: 24px 0 0;
	}
	p,
	li {
		font-size: 0.9em;
		line-height: 1.3em;
	}
	button {
		font-size: 0.9em;
		padding: 4px 10px;
	}

	#content > .row {
		padding: 38px 8% 46px;
	}
	#content .row > div {
		padding: 0;
	}

	/* Header */
	#mobile-menu {
		display: inline-block;
	}
	.menu-opened #mobile-menu .line.top {
		top: 8px;
		transform: rotate(45deg);
	}
	.menu-opened #mobile-menu .line.mid {
		opacity: 0;
		transform: rotate(90deg);
	}
	.menu-opened #mobile-menu .line.btm {
		top: -10px;
		transform: rotate(-45deg);
	}

	header {
		margin-bottom: 4px;
		padding: 18px 26px;
	}
	header nav {
		position: relative;
	}
	header nav ul {
		background-color: #fff;
		box-shadow: 2px 4px 8px -4px #000;
		opacity: 0;
		position: absolute;
		right: 110%;
		top: 100%;
		width: 220px;
		z-index: 1;
	}
	header nav li {
		border-top: 1px solid #414043;
		display: block;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	header nav li a {
		border: 0;
		margin: 0;
		padding: 8px 8px 4px;
	}
	header nav li a:before {
		display: none;
	}
	header nav li a.active {
		background: #e6f7fd;
		border: 0;
	}
	.menu-opened header nav ul {
		opacity: 1;
		right: 0;
		transition: right 0s, opacity 0.2s;
	}

	.large-img {
		overflow: auto;
	}
	.large-img img {
		max-width: 8000%;
		width: 700px;
	}

	#homepage-header {
		padding: 44px 24px 32px !important;
	}
	#homepage-header img {
		height: 106px;
	}
	#homepage-header h2 {
		font-size: 2.1em;
	}

	#timeline-phases > div {
		padding: 28px 2% !important;
	}
	#timeline-phase-one span {
		height: auto;
	}
	#timeline-phase-one > div {
		margin-bottom: 18px;
		padding: 12px 5% 20px !important;
	}
	#timeline-phase-one > div > img {
		height: 34px;
	}
	#project-timeline > h3 img {
		left: 50%;
		transform: translateX(-50%);
	}

	#about-the-study {
		display: block;
		margin-top: 14px;
	}
	#about-the-study > div:first-of-type {
		height: 200px;
	}

	#why-needed {
		display: block;
	}
	#why-needed > div:first-of-type {
		border-radius: 12px 12px 0 0;
		padding: 18px 3% 36px !important;
	}
	#why-needed > div:last-of-type {
		border-radius: 0 0 12px 12px;
		height: 340px;
	}

	#get-involved {
		display: block;
	}
	#get-involved > div:first-of-type {
		border-radius: 12px 12px 0 0;
		padding: 18px 3% 36px !important;
	}
	#get-involved > div:last-of-type {
		border-radius: 0 0 12px 12px;
		height: 340px;
	}

	#questions-answered {
		display: block;
	}
	#questions-answered > div:first-of-type {
		border-radius: 12px;
		height: 180px;
	}

	#comment-form > div {
		padding: 12px 7% 30px !important;
	}
}

@media screen and (max-width: 768px) {
	header {
		margin-bottom: 0;
	}

	#homepage-header h2 span {
		display: inline;
	}

	#meeting-announcement {
		padding: 10px 20px 22px !important;
	}
	#meeting-announcement p {
		font-size: 1.1em;
	}
	#meeting-announcement p a {
		display: block;
		margin: 18px auto 0;
		max-width: 200px;
		width: 100%;
	}

	#timeline-phases div {
		font-size: 0.9em;
		margin-bottom: 18px;
		padding: 14px !important;
		width: 100%;
	}
	#timeline-phases h3 {
		font-size: 2em;
		margin-top: 14px;
	}
	#timeline-phases p {
		margin: 4px 0;
	}
	#timeline-phases img {
		height: 60px;
	}

	#timeline-phase-one > div {
		width: 100%;
	}

	.resource-lists li img {
		height: 34px;
		margin-right: 8px;
	}

	#footer-top > div:first-of-type img {
		height: 94px;
		margin-bottom: 20px;
	}
	#footer-top > div:nth-of-type(2) {
		border: 0;
		margin-bottom: 32px;
		width: 100%;
	}
	#footer-top > div:nth-of-type(2) img {
		height: 44px;
	}
	#footer-top > div:nth-of-type(2) a {
		word-wrap: break-word;
	}
	#footer-top > div:last-of-type {
		width: 100%;
	}
}

.link {
	display: inline !important;
	padding: 0 !important;
	background-color: transparent !important;
	color: #337ab7 !important;
}

.link:hover {
	text-decoration: underline !important;
	color: #23527c !important;
}

.down-arrow-container {
	display: none;
	text-align: left;
}

.down-arrow-container img {
	margin-left: 10%;
}

@media screen and (min-width: 768px) {
	.down-arrow-container {
		display: block;
	}
}

/* Lightbox */

.hdr-lightbox {
	display: inline-block;
}

.hdr-lightbox img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.hdr-lightbox a {
	display: block;
	padding: 0;
	color: $blue;
}
.hdr-lightbox > button {
	background-color: rgba(0, 0, 0, 0.75);
	border: 0;
	cursor: pointer;
	display: none;
	height: 0;
	left: -9999px;
	margin: 0;
	position: absolute;
	top: 0;
	transition: 0s;
	width: 100%;
}
.hdr-lightbox button span {
	left: -9999px;
	position: absolute;
}
.hdr-lightbox > div {
	top: 80px;
}
.hdr-lightbox > div .hdr-close-lightbox {
	background: 0;
	border: 0;
	font-size: 3em;
	display: none;
	line-height: 0.6em;
	padding: 6px 8px;
	position: fixed;
	right: 14px;
	top: 6px;
	color: #ddd;
}
.showing-hdr-lightbox {
	overflow: hidden;
}
.hdr-lightbox.enhanced {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5555;
}
.hdr-lightbox.enhanced > button {
	display: block;
	height: 100%;
	left: 0;
	transition: height 0.6s, left 0s;
}
.hdr-lightbox.enhanced > div {
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 4px 13px 28px 0 #111;
	left: 6%;
	margin: 0;
	max-height: 80%;
	overflow: auto;
	position: absolute;
	top: 40px;
	transition: 0.8s;
	width: 86%;
}
.hdr-lightbox.enhanced > div .hdr-close-lightbox {
	display: block;
}
.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus {
	border: 1px solid #aaa;
	color: #aaa;
}
@media screen and (max-width: 992px) {
	.hdr-lightbox > div .hdr-close-lightbox {
		font-size: 2em;
		right: 6px;
		top: 2px;
	}
	.hdr-lightbox.enhanced img {
		max-width: 555%;
		width: 992px;
	}
}

.hdr-lightbox-anchor {
	transition: filter 150ms ease-in-out;
	&:hover {
		filter: brightness(80%);
	}
}

.hdr-lightbox figcaption {
	text-align: left;
	margin-top: 10px;
}
