.itg {
	box-sizing: border-box;
	color: var(--itg-color-text);
	font-family: var(--itg-font-body);
	font-size: var(--itg-font-size-body);
	font-weight: var(--itg-font-weight-regular);
	line-height: var(--itg-line-height-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.itg h1,
.itg h2,
.itg h3,
.itg h4,
.itg h5,
.itg h6 {
	margin: 0;
	font-weight: var(--itg-font-weight-light);
}

.itg h1 {
	font-family: var(--itg-font-heading);
	font-size: var(--itg-font-size-h1);
	line-height: var(--itg-line-height-h1);
}

.itg h2 {
	font-family: var(--itg-font-heading);
	font-size: var(--itg-font-size-h2);
	line-height: var(--itg-line-height-h2);
}

.itg h3 {
	font-family: var(--itg-font-heading);
	font-size: var(--itg-font-size-h3);
	line-height: var(--itg-line-height-h3);
}

.itg h4 {
	font-family: var(--itg-font-heading);
	font-size: var(--itg-font-size-h4);
	line-height: var(--itg-line-height-h4);
}

.itg p {
	margin: 0;
	padding: 0;
}

.itg ul,
.itg ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.itg a {
	color: inherit;
	text-decoration: none;
}

.itg img,
.itg svg,
.itg video {
	display: block;
	max-width: 100%;
	height: auto;
}


.itg img.itg-our-collective-page-brand__photo {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	border-radius: 0;
	object-fit: cover;
}

.itg figure {
	margin: 0;
}

.itg button,
.itg input,
.itg textarea,
.itg select {
	font: inherit;
}

.itg-button:focus-visible,
.itg-header__menu-toggle:focus-visible,
.itg-header__nav-link:focus-visible,
.itg-footer__link:focus-visible,
.itg-footer__social-link:focus-visible {
	outline: 2px solid var(--itg-color-clay);
	outline-offset: 2px;
}

html:has(body.itg-site) {
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
}


body.itg-site {
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
}

body.itg-site #ajax-content-wrap {
	padding-top: 0 !important;
	background-color: #fff;
}

body.itg-site .body-border-top,
body.itg-site .body-border-right,
body.itg-site .body-border-bottom,
body.itg-site .body-border-left {
	display: none !important;
}

body.itg-site #header-outer,
body.itg-site #footer-outer,
body.itg-site #footer-outer .nectar-global-section,
body.itg-site .nectar-global-section.before-footer {
	display: none !important;
}

body.itg-site:not(.home):not(.itg-about-us-page):not(.itg-our-collective-page):not(.itg-climate-approach-page):not(.itg-contact-us-page):not(.itg-news-archive-page):not(.itg-news-single-page):not(.itg-legal-page):not(.itg-search-page) .itg-main {
	padding-top: calc(var(--itg-header-height) + var(--itg-space-lg));
}

body.itg-site.itg-about-us-page .itg-main,
body.itg-site.itg-our-collective-page .itg-main,
body.itg-site.itg-climate-approach-page .itg-main,
body.itg-site.itg-contact-us-page .itg-main,
body.itg-site.itg-news-archive-page .itg-main,
body.itg-site.itg-news-single-page .itg-main,
body.itg-site.itg-legal-page .itg-main,
body.itg-site.itg-search-page .itg-main {
	padding-top: 0;
}

body.itg-site.itg-about-us-page,
body.itg-site.itg-about-us-page #ajax-content-wrap,
body.itg-site.itg-our-collective-page,
body.itg-site.itg-our-collective-page #ajax-content-wrap,
body.itg-site.itg-climate-approach-page,
body.itg-site.itg-climate-approach-page #ajax-content-wrap,
body.itg-site.itg-contact-us-page,
body.itg-site.itg-contact-us-page #ajax-content-wrap,
body.itg-site.itg-news-archive-page,
body.itg-site.itg-news-archive-page #ajax-content-wrap,
body.itg-site.itg-news-single-page,
body.itg-site.itg-news-single-page #ajax-content-wrap,
body.itg-site.itg-legal-page,
body.itg-site.itg-legal-page #ajax-content-wrap,
body.itg-site.itg-search-page,
body.itg-site.itg-search-page #ajax-content-wrap {
	background-color: var(--itg-color-sand);
}

html:has(body.itg-site.itg-about-us-page),
html:has(body.itg-site.itg-our-collective-page),
html:has(body.itg-site.itg-climate-approach-page),
html:has(body.itg-site.itg-contact-us-page),
html:has(body.itg-site.itg-news-archive-page),
html:has(body.itg-site.itg-news-single-page),
html:has(body.itg-site.itg-legal-page),
html:has(body.itg-site.itg-search-page) {
	background-color: var(--itg-color-sand);
}

body.itg-site.itg-about-us-page .itg-footer,
body.itg-site.itg-our-collective-page .itg-footer,
body.itg-site.itg-climate-approach-page .itg-footer,
body.itg-site.itg-contact-us-page .itg-footer,
body.itg-site.itg-news-archive-page .itg-footer,
body.itg-site.itg-news-single-page .itg-footer,
body.itg-site.itg-legal-page .itg-footer,
body.itg-site.itg-search-page .itg-footer {
	margin-top: -1px;
}

html.itg-nav-open {
	overflow: hidden;
}

body.itg-site.admin-bar .itg-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.itg-site.admin-bar .itg-header {
		top: 46px;
	}
}
