/* Display Classes */
.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.d-inline-block {
	display: inline-block;
}

/* Flex Direction */
.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.flex-col {
	flex-direction: column;
}

/* Flex Wrapping */
.flex-wrap {
	flex-wrap: wrap;
}

/* Flex Grow */
.flex-1 {
	flex: 1 1 0%;
}

.flex-2 {
	flex: 2 1 0%;
}

/* Width Classes */
.w-full {
	width: 100%;
}

.w-1\/2 {
	width: 50%;
}

/* Gap Classes */
.gap-5 {
	gap: 1.25rem;
}

.gap-8 {
	gap: 2rem;
}

/* Padding Classes */
.p-3 {
	padding: 0.75rem;
}

.p-4 {
	padding: 1rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

/* Margin Classes */
.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

/* Position Classes */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

/* Positioning */
.top-4 {
	top: 1rem;
}

.left-2 {
	left: 0.5rem;
}

/* Border Classes */
.rounded-xl {
	border-radius: 0.75rem;
}

.rounded-full {
	border-radius: 9999px;
}

.border-solid {
	border-style: solid;
}

.border-1 {
	border-width: 1px;
}

/* Overflow */
.overflow-hidden {
	overflow: hidden;
}

/* Object Fit */
.object-cover {
	object-fit: cover;
}

.object-center {
	object-position: center;
}

/* Height Classes */
.h-full {
	height: 100%;
}

.h-\[200px\] {
	height: 200px;
}

/* Justify Content */
.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

/* Align Items */
.items-center {
	align-items: center;
}

/* Text Color */
.text-white {
	color: #ffffff;
}

.text-\[\#009C84\] {
	color: #009c84;
}

.text-\[\#48cbff\] {
	color: #48cbff;
}

/* Background Color */
.bg-teal {
	background-color: #009c84;
}
.bg-teal-200 {
	background-color: #4e87a0;
}

.bg-offwhite {
	background-color: #f0f0f0;
}

/* Border Color */
.border-teal {
	border-color: #e5e7eb;
}

/* Custom Classes */
.home-hero-button {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	border-radius: 10px;
	background: #009c84;
	padding: 9px 19px 10px 19px;
}

.home-hero-button:hover {
	color: #000000;
}

.pill-text {
	font-size: 12px;
	line-height: 16px;
}

.quote-box {
	border-radius: 16px;
	padding: 49px 116px 16px 49px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.quote-box .quote {
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	line-height: 39px;
	letter-spacing: 0.07px;
}

.quote-box .source {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
}

.hero-header {
	font-size: 48px;
	line-height: 60px;
}

.text-xl {
	font-size: 32px;
}

.text-lg {
	font-size: 24px;
}

.text-lg-desc {
	font-size: 20px;
}

.text-desc {
	font-size: 14px;
	line-height: 20px;
}

/* Max Height for Image Containers */
[style*="max-height:230px"] {
	max-height: 230px;
}

/* Additional hover states */
a > h3:hover {
	color: #48cbff;
}
.font-bold {
	font-weight: bold;
}
.home-hero-button:hover {
	background: #008571;
}

.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4,
.homepage h5,
.homepage p {
	font-family: "Lato";
}
.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4,
.homepage h5 {
	font-weight: 700;
}
.homepage h2,
.homepage h3,
.homepage h4,
.homepage h5 {
	color: #101828;
}

.home-hero-button {
	font-family: "Lato";
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	border-radius: 10px;
	background: #009c84;
	padding: 9px 19px 10px 19px;
}

.bg-offwhite {
	background-color: #f0f0f0;
}

.bio-list {
	background-color: #f0f0f0;
	border-radius: 10px;
	padding: 4px 16px;
}

.bg-teal {
	background-color: #009c84;
}

.btn.btn-alphabet {
	font-family: "Lato";
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000000;
}

.btn-alphabet:hover {
	color: #009c84;
}

.pill-text {
	font-size: 12px;
	line-height: 16px;
}

.quote-box {
	border-radius: 16px;
	padding: 49px 116px 16px 49px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.quote-box .quote {
	font-weight: 400;
	font-style: Italic;
	font-size: 24px;
	line-height: 39px;
	letter-spacing: 0.07px;
}

.quote-box .speaker {
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
}

.homepage a > h3 {
	color: #000000;
}

.homepage a > h3:hover {
	color: #48cbff;
}

.border-teal {
	border-color: #e5e7eb;
}

.hero-header {
	font-size: 48px;
	line-height: 60px;
}

.text-xl {
	font-size: 32px;
}

.text-lg {
	font-size: 24px;
}

.text-lg-desc {
	font-size: 20px;
}

.text-desc {
	font-size: 14px;
	line-height: 20px;
}

.hero-content-area {
	padding-top: 60px;
	padding-bottom: 80px;
}

/* Responsive Width Classes */
@media (min-width: 996px) {
	.lg\:justify-between {
		justify-content: space-between;
	}
}

/* Responsive Flex Direction */
@media (min-width: 768px) {
	.hero-header {
	}
	.flex-md-row {
		flex-direction: row;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:justify-between {
		justify-content: space-between;
	}
}
