/* ==========================================================================
   BOSS child theme - Figma implementation
   ========================================================================== */

:root {
	--dfci-dark-blue: #00629b;
	--dfci-orange: #ffa300;
	--dfci-light-blue: #41b6e6;
	--dfci-gray: #63666a;
	--dfci-deep-blue: #003354;
	--dfci-light-blue-70: #79caeb;
	--dfci-orange-70: #ffbe5f;
	--dfci-dark-blue-70: #4c91b9;
	--dfci-db-text-70: #0e7eaf;
	--dfci-gray-70: #919496;
	--dfci-light-gray: #eeefef;

	--boss-font: Arial, Helvetica, sans-serif;
	--boss-text: #000;
	--boss-body-size: 20px;
	--boss-body-line: 30px;
	--boss-h1-size: 42px;
	--boss-h1-line: 46px;
	--boss-h2-size: 36px;
	--boss-h2-line: 40px;
	--boss-eyebrow-line: 46px;
	--boss-h3-size: 28px;
	--boss-h3-line: 34px;
	--boss-h4-size: 20px;
	--boss-h4-line: 25px;
	--boss-h5-size: 26px;
	--boss-h5-line: 30px;
	--boss-h6-size: 24px;
	--boss-h6-line: 28px;
	--boss-content: 1020px;
	--boss-wide: 1440px;
	--boss-card-width: 480px;
	--boss-header-height: 110px;
	--boss-program-height: 70px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	font-family: var(--boss-font);
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: var(--boss-text);
	font-family: var(--boss-font);
	font-size: var(--boss-body-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-body-line);
	padding-left: 0;
	padding-right: 0;
}

body .wp-site-blocks {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--dfci-dark-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--dfci-deep-blue);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	font-family: var(--boss-font);
	margin-top: 0;
}

h1,
.has-h-1-font-size,
.has-h1-font-size {
	color: var(--dfci-deep-blue);
	font-size: var(--boss-h1-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-h1-line);
}

h2,
.has-h-2-font-size,
.has-h2-font-size {
	color: var(--dfci-gray);
	font-size: var(--boss-h2-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-h2-line);
}

h3,
.has-h-3-font-size,
.has-h3-font-size {
	color: #000;
	font-size: var(--boss-h3-size);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: var(--boss-h3-line);
	margin-bottom: 10px;
}

h4,
.has-h-4-font-size,
.has-h4-font-size {
	color: #000;
	font-size: var(--boss-h4-size);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: var(--boss-h4-line);
	margin-bottom: 5px;
	text-transform: uppercase;
}

h5,
.has-h-5-font-size,
.has-h5-font-size {
	color: #000;
	font-size: var(--boss-h5-size);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: var(--boss-h5-line);
}

h6,
.has-h-6-font-size,
.has-h6-font-size {
	color: #000;
	font-size: var(--boss-h6-size);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: var(--boss-h6-line);
}

:focus-visible {
	outline: 3px solid var(--dfci-orange);
	outline-offset: 3px;
}

.boss-fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Break out of WP layout constraints inside post content */
.wp-block-post-content > .boss-fullbleed,
.is-layout-flow > .boss-fullbleed,
.is-layout-constrained > .boss-fullbleed {
	max-width: none !important;
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.boss-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.boss-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	transform: translateY(-140%);
	background: var(--dfci-deep-blue);
	color: #fff;
	padding: 10px 14px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
}

.boss-skip-link:focus {
	transform: translateY(0);
	color: #fff;
}

/* Header ------------------------------------------------------------------ */

.boss-header {
	position: relative;
	z-index: 20;
	background: #fff;
	border: 0;
	min-height: var(--boss-header-height);
}

.boss-header__inner {
	max-width: var(--boss-wide);
	min-height: var(--boss-header-height);
	margin: 0 auto;
	padding: 0 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.boss-header__brand,
.boss-header__brand:hover,
.boss-header__brand:focus {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.boss-header__brand-img {
	display: block;
	width: 217px;
	height: auto;
}

.boss-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 38px;
}

.boss-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	color: var(--dfci-dark-blue);
	font-size: 20px;
	line-height: 50px;
	letter-spacing: -0.02em;
	text-decoration: none;
	border-bottom: 0;
}

.boss-nav a:hover,
.boss-nav a:focus,
.boss-nav a[aria-current="page"] {
	color: var(--dfci-dark-blue);
}

.boss-nav a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	height: 2px;
	background: var(--dfci-orange);
	content: "";
	opacity: 0;
}

.boss-nav a:hover::after,
.boss-nav a:focus::after,
.boss-nav a[aria-current="page"]::after {
	opacity: 1;
}

.boss-menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	border: 1px solid var(--dfci-dark-blue);
	border-radius: 4px;
	background: #fff;
	color: var(--dfci-dark-blue);
	font: 700 16px/1 var(--boss-font);
	padding: 10px 12px;
	cursor: pointer;
}

.boss-menu-toggle__bars,
.boss-menu-toggle__bars::before,
.boss-menu-toggle__bars::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	content: "";
}

.boss-menu-toggle__bars {
	position: relative;
}

.boss-menu-toggle__bars::before,
.boss-menu-toggle__bars::after {
	position: absolute;
	left: 0;
}

.boss-menu-toggle__bars::before {
	top: -6px;
}

.boss-menu-toggle__bars::after {
	top: 6px;
}

/* Program bar ------------------------------------------------------------- */

.boss-program-bar {
	background: #fff;
	display: grid;
	width: 100%;
	max-width: none;
	grid-template-columns: 9.44% minmax(0, 1fr);
	min-height: var(--boss-program-height);
	margin: 0;
	color: #fff;
}

.boss-program-bar__accent {
	background: var(--dfci-orange);
}

.boss-program-bar__title {
	min-width: 0;
	display: flex;
	align-items: center;
	background: var(--dfci-dark-blue);
	padding: 8px 20.62vw 10px 2.16vw;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
}

/* Home hero --------------------------------------------------------------- */

.boss-hero {
	background: #fff;
	line-height: 0;
	margin-top: 0;
}

.boss-hero__picture {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	background: #fff;
}

.boss-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

.boss-hero__mobile {
	display: none;
}

.boss-hero__mobile-image {
	display: block;
	width: 100%;
	height: auto;
}

.boss-hero__mobile-title {
	margin: 0;
	color: var(--dfci-dark-blue);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.boss-program-bar + .boss-hero,
.wp-block-post-content > .boss-program-bar + .boss-hero {
	margin-top: 0 !important;
}

.boss-home-main {
	max-width: var(--boss-content);
	margin: 0 auto;
	padding: 131px 24px 137px;
}

.boss-pathway {
	width: min(616px, 100%);
	margin: 0 auto;
}

.boss-pathway__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	background: var(--dfci-dark-blue);
	color: #fff;
	border-radius: 9px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.boss-pathway__button:hover,
.boss-pathway__button:focus {
	background: var(--dfci-deep-blue);
	color: #fff;
}

.boss-pathway__list {
	list-style: none;
	margin: 24px auto 0;
	padding: 0;
	width: min(538px, 100%);
}

.boss-pathway__list li {
	border-bottom: 1px solid #d8dadd;
}

.boss-pathway__list a {
	display: grid;
	grid-template-columns: 27px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 72px;
	color: var(--dfci-dark-blue);
	font-size: 21px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	text-decoration: none;
}

.boss-pathway__list a::before,
.boss-arrow::before {
	content: "\2192";
	color: var(--dfci-orange);
	font-size: 27px;
	font-weight: 700;
	line-height: 27px;
}

.boss-pathway__list a:hover,
.boss-pathway__list a:focus {
	color: var(--dfci-dark-blue);
}

/* Page content ------------------------------------------------------------ */

.boss-main {
	max-width: var(--boss-content);
	margin: 0 auto;
	padding: 118px 24px 132px;
}

.boss-page-title {
	margin: 0 0 40px;
	padding-bottom: 14px;
	color: var(--dfci-deep-blue);
	border-bottom: 1px solid var(--dfci-dark-blue);
	font-size: var(--boss-h1-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-h1-line);
}

.boss-main p {
	margin: 0 0 30px;
	max-width: 1015px;
	letter-spacing: -0.01em;
}

.boss-section {
	margin-top: 56px;
}

.boss-section--large {
	margin-top: 60px;
}

.boss-section__eyebrow {
	margin: 0 0 35px;
	padding-bottom: 8px;
	width: min(792px, 100%);
	color: var(--dfci-gray);
	border-bottom: 1px solid #000;
	font-size: var(--boss-h2-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-eyebrow-line);
}

.boss-section__eyebrow + .boss-section__title {
	margin-top: 60px;
}

.boss-section__title {
	margin: 0 0 10px;
	color: var(--dfci-deep-blue);
	font-size: var(--boss-h3-size);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: var(--boss-h3-line);
}

.boss-section__title--black {
	color: #000;
}

.boss-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, var(--boss-card-width)));
	gap: 54px;
	align-items: stretch;
	margin-top: 50px;
}

.boss-card-grid--single {
	grid-template-columns: minmax(0, var(--boss-card-width));
}

.boss-resource-card {
	display: flex;
	flex-direction: column;
	width: min(100%, var(--boss-card-width));
	min-height: 404px;
	background: #fff;
	border: 2px solid var(--dfci-light-gray);
	box-shadow: 0 2px 8px rgba(0, 51, 84, 0.08);
}

.boss-resource-card--tall {
	min-height: 674px;
}

.boss-section--large .boss-card-grid > .boss-resource-card {
	min-height: 709px;
}

.boss-staff-main .boss-resource-card--tall {
	min-height: 679px;
}

.boss-resource-card__header {
	min-height: 172px;
	background: var(--dfci-db-text-70);
	color: #fff;
	padding: 27px 40px 24px;
}

.boss-resource-card--tall .boss-resource-card__header {
	min-height: 195px;
}

.boss-resource-card__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 46px;
}

.boss-resource-card__intro {
	margin: 0;
	color: #fff;
	font-size: 19px;
	line-height: 26px;
}

.boss-resource-card__body {
	flex: 1;
	padding: 32px 38px 36px;
}

.boss-resource-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 26px;
}

.boss-resource-list--compact {
	gap: 16px;
}

.boss-resource-list a {
	min-width: 0;
	display: grid;
	grid-template-columns: 109px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	color: var(--dfci-dark-blue);
	font-size: 19px;
	line-height: 26px;
	text-decoration: none;
}

.boss-resource-list a span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.boss-resource-list--documents a {
	grid-template-columns: 27px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.boss-video-thumb {
	display: block;
	width: 109px;
	height: 67px;
	object-fit: cover;
	border: 1px solid var(--dfci-light-blue);
}

.boss-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	text-decoration: none;
}

.boss-resource-note-row {
	display: grid;
	grid-template-columns: 27px minmax(0, 326px);
	gap: 14px;
	align-items: start;
	margin: 13px 0 14px;
}

.boss-resource-note-spacer {
	display: block;
	width: 27px;
	height: 1px;
}

.boss-resource-note {
	width: 100%;
	min-height: 108px;
	margin: 0;
	padding: 9px 7px 9px 19px;
	background: var(--dfci-light-gray);
	color: #000;
	border: 0;
	font-size: 15px;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 21px;
}

.boss-resource-note a {
	color: #000;
	text-decoration: underline;
}

.boss-info-band {
	margin: 38px 0 83px;
	background: #d6f0fb;
	color: #000;
	padding: 37px 61px 38px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.01em;
}

.boss-info-band a {
	color: inherit;
	text-decoration: underline;
}

/* Healthcare team ---------------------------------------------------------- */

.boss-staff-main {
	max-width: none;
	margin: 0;
	padding-left: 167px;
	padding-right: 0;
}

.boss-staff-main .boss-page-title {
	width: 1273px;
	padding-left: 24px;
}

.boss-staff-main > p {
	width: 1025px;
	max-width: 1025px;
	margin-left: 29px;
}

.boss-staff-main > .boss-section:first-of-type {
	margin-top: 82px;
}

.boss-staff-main > .boss-section:first-of-type .boss-section__eyebrow {
	width: 895px;
	margin-left: 29px;
	margin-bottom: 35px;
}

.boss-staff-main > .boss-section:first-of-type > p {
	width: 1015px;
	max-width: 1015px;
	margin-left: 29px;
}

.boss-staff-main > .boss-section:first-of-type .boss-card-grid {
	gap: 53px;
	margin-top: 50px;
	margin-left: 31px;
}

.boss-staff-main > .boss-section:first-of-type .boss-resource-list--documents {
	gap: 18px;
}

.boss-staff-main > .boss-section:first-of-type .boss-resource-list--documents a {
	line-height: 30px;
}

.boss-staff-main > .boss-section:first-of-type .boss-resource-card:nth-child(2) .boss-resource-card__body {
	padding-left: 56px;
}

.boss-staff-main .boss-info-band {
	width: 1013px;
	min-height: 135px;
	margin-left: 31px;
	text-align: left;
}

.boss-staff-main #patient-materials,
.boss-staff-main #patient-materials ~ .boss-section {
	margin-left: 29px;
}

.boss-staff-main #patient-materials .boss-section__eyebrow {
	width: 801px;
}

.boss-staff-main #patient-materials ~ .boss-section .boss-card-grid {
	margin-left: 2px;
}

/* Patients page — same wide container as healthcare team / team contacts */

.boss-patients-main > .boss-section:first-of-type {
	margin-top: 56px;
}

.boss-patients-main .boss-section {
	margin-left: 29px;
}

.boss-patients-main .boss-section__eyebrow {
	width: min(792px, 100%);
	margin-left: 0;
}

.boss-patients-main .boss-section > p {
	width: 1015px;
	max-width: 1015px;
	margin-left: 0;
}

.boss-patients-main .boss-card-grid {
	margin-left: 2px;
}

.boss-patients-main > .boss-section:first-of-type .boss-section__eyebrow,
.boss-patients-main > .boss-section:first-of-type > p,
.boss-patients-main > .boss-section:first-of-type .boss-card-grid {
	margin-left: 0;
}

/* Team contacts ------------------------------------------------------------ */

.boss-team-intro {
	margin: 0 0 66px;
	max-width: 1015px;
	color: #000;
	font-size: var(--boss-body-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-body-line);
}

.boss-team-main {
	max-width: none;
	margin: 0;
	padding-left: 167px;
	padding-right: 0;
}

.boss-team-main .boss-page-title {
	padding-left: 24px;
}

.boss-team-main .boss-team-intro,
.boss-team-main .boss-team-heading {
	margin-left: 29px;
}

.boss-team-main .boss-team-list {
	margin-left: 36px;
}

.boss-team-intro p {
	margin: 0 0 30px;
	max-width: none;
}

.boss-team-intro p:last-child {
	margin-bottom: 0;
}

.boss-team-heading {
	width: min(1015px, 100%);
	margin: 0 0 72px;
	padding-bottom: 13px;
	color: var(--dfci-gray);
	border-bottom: 1px solid #000;
	font-size: var(--boss-h2-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: var(--boss-eyebrow-line);
}

.boss-team-list {
	width: min(801px, 100%);
	margin: 0 0 48px;
}

.boss-team-member {
	padding: 0 0 35px;
	margin: 0 0 39px;
	border-bottom: 1px solid #000;
}

.boss-team-member__name {
	margin: 0 0 16px;
	color: var(--dfci-dark-blue);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 26px;
}

.boss-team-member__details {
	margin: 0;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 30px;
}

.boss-team-member__details strong {
	font-weight: 700;
}

.boss-team-member__details span {
	font-weight: 400;
}

/* Footer ------------------------------------------------------------------ */

.boss-footer {
	position: relative;
	background: #fff;
	border-top: 3px solid var(--dfci-dark-blue);
	color: var(--dfci-gray);
}

.boss-footer__inner {
	position: relative;
	max-width: var(--boss-wide);
	height: 340px;
	min-height: 340px;
	margin: 0 auto;
	padding: 0;
}

.boss-footer__col {
	display: block;
	padding: 0;
	border-right: 0;
}

.boss-footer__col::after {
	position: absolute;
	left: 76.35%;
	top: 28px;
	bottom: 28px;
	width: 1px;
	background: #000;
	content: "";
}

.boss-footer__title {
	position: absolute;
	left: 5.14%;
	top: 52px;
	width: 460px;
	margin: 0;
	color: var(--dfci-gray);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.boss-footer__funding {
	position: absolute;
	left: 5.14%;
	top: 123px;
	width: 642px;
	margin: 0;
	color: var(--dfci-gray);
	font-size: 12px;
	line-height: 22px;
	letter-spacing: -0.02em;
}

.boss-footer__legal,
.boss-footer__copyright,
.boss-footer__credit {
	position: absolute;
	left: 5.14%;
	margin: 0;
	color: var(--dfci-gray);
	letter-spacing: -0.02em;
}

.boss-footer__legal {
	top: 222px;
	font-size: 13px;
	line-height: 18px;
}

.boss-footer__legal a,
.boss-footer__credit a {
	color: var(--dfci-gray);
	text-decoration: underline;
}

.boss-footer__legal span {
	margin: 0 6px;
	color: var(--dfci-gray);
}

.boss-footer__copyright {
	top: 254px;
	font-size: 12px;
	line-height: 22px;
}

.boss-footer__credit {
	top: 273px;
	font-size: 12px;
	line-height: 22px;
}

.boss-footer__brand {
	position: absolute;
	left: 80.21%;
	top: 59px;
	display: block;
	padding: 0;
}

.boss-footer__brand-img {
	display: block;
	width: 217px;
	height: auto;
}

/* WordPress block cleanup -------------------------------------------------- */

.wp-site-blocks > * {
	margin-block-start: 0;
}

.wp-block-post-content {
	margin: 0;
}

.wp-block-post-content > .boss-program-bar:first-child {
	margin-top: 0;
}

/* Responsive --------------------------------------------------------------- */

@media (min-width: 1101px) {
	.boss-header__inner {
		position: relative;
		height: 110px;
		min-height: 110px;
		padding: 0;
	}

	.boss-header__brand {
		position: absolute;
		left: 4.86%;
		top: 25.45%;
		width: 217px;
		height: 53px;
	}

	.boss-header__brand-img {
		width: 217px;
		height: auto;
	}

	.boss-nav {
		position: absolute;
		left: 63.06%;
		right: 4.86%;
		top: 30.91%;
		height: 50px;
	}

	.boss-nav ul {
		width: 100%;
		height: 100%;
		justify-content: space-between;
		gap: 0;
	}
}

@media (max-width: 1100px) {
	.boss-header__inner {
		padding: 0 32px;
	}

	.boss-nav ul {
		gap: 24px;
	}

	.boss-program-bar {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.boss-program-bar__title {
		font-size: 28px;
		line-height: 33px;
	}

	.boss-card-grid {
		gap: 32px;
	}
}

@media (max-width: 800px) {
	:root {
		--boss-header-height: 88px;
	}

	body {
		font-size: 18px;
		line-height: 28px;
	}

	.boss-header__inner {
		position: relative;
		min-height: var(--boss-header-height);
		padding: 0 22px;
	}

	.boss-header__brand-img {
		width: 184px;
	}

	.boss-menu-toggle {
		display: inline-flex;
	}

	.boss-nav {
		position: absolute;
		top: calc(100% - 1px);
		left: 16px;
		right: 16px;
		display: none;
		background: #fff;
		border: 1px solid #d8dadd;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	}

	.boss-nav.is-open {
		display: block;
	}

	.boss-nav ul {
		display: block;
	}

	.boss-nav a {
		display: flex;
		width: 100%;
		min-height: 54px;
		padding: 0 18px;
		border-bottom: 1px solid #e7e8ea;
		line-height: 54px;
	}

	.boss-nav a::after {
		display: none;
	}

	.boss-nav li:last-child a {
		border-bottom: 0;
	}

	.boss-nav a[aria-current="page"] {
		border-left: 5px solid var(--dfci-orange);
		border-bottom-color: #e7e8ea;
		padding-left: 13px;
	}

	.boss-program-bar {
		max-width: 100%;
		grid-template-columns: 76px minmax(0, 1fr);
		min-height: 64px;
	}

	.boss-program-bar__title {
		display: block;
		padding: 10px 16px;
		font-size: 22px;
		line-height: 25px;
		white-space: normal;
	}

	.boss-home-main {
		width: 100%;
		max-width: 100%;
		padding: 60px 24px 84px;
		overflow: hidden;
	}

	.boss-main {
		width: 100%;
		max-width: 100%;
		padding: 54px 24px 84px;
		overflow: hidden;
	}

	.boss-main p,
	.boss-page-title,
	.boss-section__eyebrow,
	.boss-section__title,
	.boss-pathway__list a {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.boss-page-title {
		font-size: 36px;
		line-height: 42px;
	}

	.boss-section__eyebrow {
		font-size: 30px;
		line-height: 38px;
	}

	.boss-section__title {
		font-size: 24px;
		line-height: 30px;
	}

	.boss-card-grid,
	.boss-card-grid--single {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.boss-resource-card,
	.boss-resource-card--tall {
		min-height: 0;
		min-width: 0;
		overflow: hidden;
	}

	.boss-resource-card__header,
	.boss-resource-card--tall .boss-resource-card__header {
		min-height: 0;
		padding: 24px;
	}

	.boss-resource-card__body {
		padding: 26px 24px 32px;
	}

	.boss-resource-card__title {
		font-size: 30px;
		line-height: 36px;
	}

	.boss-resource-list a {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.boss-video-thumb {
		width: 88px;
		height: 54px;
	}

	.boss-info-band {
		padding: 24px;
		text-align: left;
	}

	.boss-resource-note-row {
		grid-template-columns: 27px minmax(0, 1fr);
		margin-left: 0;
	}

	.boss-resource-note {
		width: auto;
		min-height: 0;
	}

	.boss-staff-main {
		max-width: 100%;
		padding: 54px 24px 84px;
	}

	.boss-staff-main .boss-page-title,
	.boss-staff-main > p,
	.boss-staff-main > .boss-section:first-of-type > p,
	.boss-staff-main .boss-info-band,
	.boss-staff-main #patient-materials .boss-section__eyebrow {
		width: auto;
		max-width: 100%;
	}

	.boss-staff-main .boss-page-title {
		padding-left: 0;
	}

	.boss-staff-main > p,
	.boss-staff-main > .boss-section:first-of-type .boss-section__eyebrow,
	.boss-staff-main > .boss-section:first-of-type > p,
	.boss-staff-main > .boss-section:first-of-type .boss-card-grid,
	.boss-staff-main .boss-info-band,
	.boss-staff-main #patient-materials,
	.boss-staff-main #patient-materials ~ .boss-section,
	.boss-staff-main #patient-materials ~ .boss-section .boss-card-grid {
		margin-left: 0;
	}

	.boss-staff-main > .boss-section:first-of-type {
		margin-top: 56px;
	}

	.boss-staff-main > .boss-section:first-of-type .boss-resource-card:nth-child(2) .boss-resource-card__body {
		padding-left: 24px;
	}

	.boss-patients-main .boss-section,
	.boss-patients-main .boss-section > p,
	.boss-patients-main .boss-section__eyebrow,
	.boss-patients-main .boss-card-grid {
		margin-left: 0;
		width: auto;
		max-width: 100%;
	}

	.boss-team-main .boss-page-title {
		padding-left: 0;
	}

	.boss-team-main .boss-team-intro,
	.boss-team-main .boss-team-heading,
	.boss-team-main .boss-team-list {
		margin-left: 0;
	}

	.boss-team-heading {
		font-size: 30px;
		line-height: 38px;
	}

	.boss-team-member__details {
		font-size: 18px;
		line-height: 28px;
	}

	.boss-footer__inner {
		position: static;
		height: auto;
		min-height: 0;
		padding: 42px 24px 46px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.boss-footer__col {
		position: relative;
		border-right: 0;
		border-bottom: 0;
		padding: 0;
		width: 100%;
		text-align: center;
		order: 1;
	}

	.boss-footer__col::after {
		display: none;
	}

	.boss-footer__title {
		position: static;
		width: auto;
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 28px;
		white-space: normal;
	}

	.boss-footer__funding,
	.boss-footer__legal,
	.boss-footer__copyright,
	.boss-footer__credit {
		position: static;
		width: auto;
	}

	.boss-footer__funding {
		margin: 0 0 24px;
	}

	.boss-footer__legal {
		margin-bottom: 14px;
	}

	.boss-footer__brand {
		position: static;
		order: 0;
		margin: 0 auto 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid var(--dfci-gray-70);
	}

	.boss-footer__brand-img {
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	:root {
		--boss-header-height: 118px;
	}

	.boss-header__inner {
		min-height: var(--boss-header-height);
		padding: 0;
	}

	.boss-header__brand {
		position: absolute;
		left: 26px;
		top: 45px;
	}

	.boss-header__brand-img {
		width: 211px;
	}

	.boss-menu-toggle {
		position: absolute;
		top: 56px;
		right: 27px;
		width: 32px;
		height: 28px;
		min-height: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--dfci-dark-blue);
	}

	.boss-menu-toggle__bars,
	.boss-menu-toggle__bars::before,
	.boss-menu-toggle__bars::after {
		width: 31.5px;
		height: 3px;
		background: currentColor;
	}

	.boss-menu-toggle__bars::before {
		top: -10px;
	}

	.boss-menu-toggle__bars::after {
		top: 10px;
	}

	.boss-menu-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.boss-program-bar {
		grid-template-columns: 46px minmax(0, 1fr);
		min-height: 83px;
	}

	.boss-program-bar__title {
		padding: 14px 7px 14px 15px;
		font-size: 22px;
		line-height: 24px;
	}

	.boss-hero__picture {
		display: none;
	}

	.boss-hero__mobile {
		display: block;
	}

	.boss-hero__mobile-image {
		object-fit: contain;
	}

	.boss-hero__mobile-image--consult {
		height: auto;
	}

	.boss-hero__mobile-title {
		margin: 16px 23px 20px;
		font-size: 21px;
		line-height: 25px;
	}

	.boss-hero__mobile-image--staff {
		height: auto;
	}

	.boss-pathway__button {
		min-height: 56px;
		font-size: 20px;
		line-height: 35px;
	}

	.boss-home-main {
		padding: 38px 26px 72px;
	}

	.boss-pathway {
		width: 350px;
		max-width: 100%;
	}

	.boss-pathway__list {
		width: min(332px, 100%);
		margin-top: 21px;
	}

	.boss-pathway__list a {
		grid-template-columns: 27px minmax(0, 1fr);
		gap: 12px;
		min-height: 87px;
		padding-left: 15px;
		font-size: 20px;
		line-height: 25px;
	}

	.boss-resource-list a,
	.boss-resource-list--documents a {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.boss-resource-list--documents a {
		grid-template-columns: 27px minmax(0, 1fr);
	}
}
