:root {
	--imago-yellow: #f2e83f;
	--imago-blue: #55b9d0;
	--imago-paper: #f6f6f3;
	--imago-ink: #252928;
	--imago-muted: #69706e;
	--imago-line: #d7d9d5;
	--imago-display: "Avenir Next", "Century Gothic", Futura, sans-serif;
	--imago-text: "Helvetica Neue", Helvetica, sans-serif;
}

html { background: var(--imago-yellow); }

body.imago-theme {
	background: var(--imago-yellow);
	color: var(--imago-ink);
	font-family: var(--imago-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	margin-bottom: 0;
}

.imago-theme a { color: var(--imago-ink); }
.imago-theme a:hover,
.imago-theme a:focus { color: #000; text-decoration: underline; text-underline-offset: 4px; }

.imago-theme h1,
.imago-theme h2,
.imago-theme h3,
.imago-theme h4 {
	color: var(--imago-ink);
	font-family: var(--imago-display);
	font-weight: 500;
	letter-spacing: -.025em;
	text-transform: none;
}

.imago-theme .navbar,
.imago-theme > .imago-page-shell,
.imago-theme #footer {
	background: var(--imago-paper);
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.imago-theme .navbar {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	min-height: 150px;
	padding: 38px 42px 26px;
}

.imago-theme .navbar .container { width: auto; padding: 0; }
.imago-theme .navbar-header { min-height: 82px; }
.imago-theme .navbar-brand.imago-brand { height: auto; margin: 0; padding: 0; }
.imago-theme .imago-brand img { display: block; height: auto; max-height: 96px; width: 116px; }

.imago-theme .navbar-collapse { border: 0; box-shadow: none; padding: 20px 0 0; }
.imago-theme .navbar-nav.menuItems { margin-top: 7px; }
.imago-theme .navbar-nav.menuItems > li > a,
.imago-theme #user-navbar > li > a {
	background: transparent;
	color: var(--imago-ink);
	font-family: var(--imago-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.35;
	padding: 10px 11px;
	text-transform: uppercase;
}
.imago-theme .navbar-nav.menuItems > li.active > a,
.imago-theme .navbar-nav.menuItems > li > a:hover { background: transparent; color: #000; }
.imago-theme .navbar-nav.menuItems > li.active > a::after {
	background: var(--imago-blue);
	content: "";
	display: block;
	height: 2px;
	margin-top: 6px;
	width: 100%;
}

.imago-theme .imago-search { clear: right; margin: 13px 10px 0 18px; padding: 0; }
.imago-theme .imago-search .formOutline { border: 0; border-bottom: 1px solid var(--imago-ink); border-radius: 0; }
.imago-theme .imago-search .form-control { background: transparent; border: 0; box-shadow: none; font-size: 12px; height: 31px; padding: 4px 28px 4px 2px; width: 145px; }
.imago-theme .imago-search .btn-search { background: transparent; border: 0; color: var(--imago-ink); padding: 5px; }

.imago-theme > .imago-page-shell {
	min-height: calc(100vh - 330px);
	padding: 0 64px 80px;
	width: auto;
}
.imago-theme #pageArea { border-top: 1px solid #fff; padding-top: 48px; }

.imago-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, .8fr);
	gap: 80px;
	align-items: end;
	border-bottom: 1px solid #fff;
	min-height: 430px;
	padding: 68px 0 58px;
}
.imago-kicker,
.imago-section-number {
	font-family: var(--imago-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.imago-kicker { margin-bottom: 52px; }
.imago-home-hero h1 { font-size: clamp(40px, 5vw, 66px); line-height: 1.08; margin: 0; }
.imago-home-hero h1 em { display: block; font-weight: 400; margin-top: 30px; }
.imago-home-intro { font-size: 17px; max-width: 390px; }
.imago-home-intro p + p { margin-top: 28px; }

.imago-home-explore {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	padding: 58px 0 25px;
}
.imago-section-number { color: var(--imago-muted); border-bottom: 1px solid var(--imago-line); padding-bottom: 12px; }
.imago-home-explore h2 { font-size: 30px; line-height: 1.2; margin: 24px 0; }
.imago-home-explore h2 em { font-weight: 400; }
.imago-cta { font-family: var(--imago-display); font-size: 12px; font-weight: 600; letter-spacing: .12em; margin-top: 28px; text-transform: uppercase; }

.imago-theme #footer { border-top: 1px solid #fff; padding: 46px 64px 30px; }
.imago-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.imago-footer-title { font-family: var(--imago-display); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.imago-footer-links { text-align: right; }
.imago-footer-base { border-top: 1px solid var(--imago-line); display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .06em; margin-top: 34px; padding-top: 18px; text-transform: uppercase; }
.imago-clear { clear: both; height: 1px; }

/* Native browse, detail, and search surfaces inherit the IMAGO material palette. */
.imago-theme .btn,
.imago-theme .btn-default,
.imago-theme .form-control,
.imago-theme .dropdown-menu { border-radius: 0; box-shadow: none; }
.imago-theme .btn-default,
.imago-theme .btn-primary { background: var(--imago-ink); border-color: var(--imago-ink); color: #fff; text-shadow: none; }
.imago-theme .btn-default:hover,
.imago-theme .btn-primary:hover { background: var(--imago-yellow); border-color: var(--imago-ink); color: var(--imago-ink); }
.imago-theme .bResultItem,
.imago-theme .browseResultItem,
.imago-theme .gallerySetItem { background: #fff; border: 0; box-shadow: none; }
.imago-theme .detailNavBgLeft,
.imago-theme .detailNavBgRight { background-color: var(--imago-yellow); }

@media (min-width: 768px) {
	.imago-theme .navbar-header { float: left; }
	.imago-theme #imago-main-nav { padding-top: 0; }
	.imago-theme .navbar-nav.menuItems { float: right; }
}

@media (max-width: 991px) {
	.imago-theme .navbar { padding-left: 28px; padding-right: 28px; }
	.imago-theme > .imago-page-shell,
	.imago-theme #footer { padding-left: 38px; padding-right: 38px; }
	.imago-home-hero { gap: 45px; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
	html,
	body.imago-theme { background: var(--imago-paper); }
	.imago-theme .navbar { min-height: 104px; padding: 22px 20px 14px; }
	.imago-theme .navbar-header { min-height: 65px; }
	.imago-theme .imago-brand img { width: 82px; }
	.imago-theme .navbar-toggle { border: 0; margin-top: 10px; }
	.imago-theme .navbar-collapse { background: var(--imago-paper); padding-top: 12px; }
	.imago-theme .navbar-nav.menuItems > li > a { font-size: 12px; padding: 11px 4px; }
	.imago-theme .imago-search { margin: 12px 0; }
	.imago-theme .imago-search .form-control { width: calc(100% - 36px); }
	.imago-theme > .imago-page-shell { min-height: 0; padding: 0 24px 55px; }
	.imago-theme #pageArea { padding-top: 20px; }
	.imago-home-hero,
	.imago-home-explore,
	.imago-footer-grid { display: block; }
	.imago-home-hero { min-height: 0; padding: 44px 0 42px; }
	.imago-kicker { margin-bottom: 32px; }
	.imago-home-hero h1 { font-size: 39px; }
	.imago-home-intro { margin-top: 42px; }
	.imago-home-explore > div + div { margin-top: 48px; }
	.imago-theme #footer { padding: 36px 24px 24px; }
	.imago-footer-grid > div + div { margin-top: 24px; }
	.imago-footer-links { text-align: left; }
	.imago-footer-base { display: block; }
	.imago-footer-base span { display: block; margin-top: 8px; }
}

