/*
Theme Name: FS Advisory ACF
Theme URI: https://fsadvisory-acf.test/
Description: Pixel-matched FS Advisory theme powered by ACF Flexible Content.
Version: 1.0.0
Text Domain: fsadvisory-acf
*/

:root {
	--fs-navy: #212741;
	--fs-footer: #181d30;
	--fs-green: #43ba7f;
	--fs-orange: #ff511a;
	--fs-text: #212741;
	--fs-container: 1320px;
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

#about-us,
#contact-us {
	scroll-margin-top: 90px;
}

body.fsadvisory-site {
	margin: 0;
	overflow-x: hidden;
	background: #fff;
	color: var(--fs-text);
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.fsadvisory-site a {
	text-decoration: none;
}

body.fsadvisory-site h1,
body.fsadvisory-site h2,
body.fsadvisory-site h3,
body.fsadvisory-site h4,
body.fsadvisory-site p {
	margin-top: 0;
}

body.fsadvisory-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

.site-content {
	min-height: 1px;
}

.fs-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
}

.fs-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}

.fs-col {
	position: relative;
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
}

.fs-section {
	margin-top: 120px;
}

.site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: height .5s ease, background-color .5s ease, box-shadow .5s ease;
}

.site-header.is-scrolled {
	position: fixed;
	height: 80px;
	background-color: var(--fs-navy);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.site-header__nav {
	position: relative;
	min-height: 80px;
}

.site-header__logo {
	float: left;
	display: block;
	line-height: 110px;
	transition: line-height .3s ease;
}

.site-header__logo img {
	width: 353px;
	height: 70px;
	transition: width .3s ease, height .3s ease;
}

.site-header:not(.is-scrolled) .site-header__logo img {
	margin-top: 27px;
}

.site-header.is-scrolled .site-header__logo {
	line-height: 80px;
}

.site-header.is-scrolled .site-header__logo img {
	width: 160px;
	height: auto;
	margin-top: 25px;
}

.site-header__links {
	position: relative;
	z-index: 2;
	float: right;
	display: flex;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	transition: margin .3s ease;
}

.site-header.is-scrolled .site-header__links {
	margin-top: 18px;
}

.site-header__links li {
	padding: 0 25px;
}

.site-header__links li:last-child {
	padding-right: 0;
}

.site-header__links a {
	display: block;
	height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 40px;
	text-transform: capitalize;
	transition: color .3s ease, opacity .3s ease;
}

.site-header__links a:hover,
.site-header__links a.is-active {
	color: var(--fs-orange);
}

.site-header__links li:last-child a {
	display: inline-block;
	height: auto;
	padding: 10px 20px;
	border-radius: 5px;
	background: var(--fs-green);
	color: #fff;
	font-weight: 500;
	letter-spacing: .5px;
	line-height: 25px;
}

.site-header__links li:last-child a:hover {
	color: #fff;
	opacity: .9;
}

.site-header__toggle {
	display: none;
	position: absolute;
	top: 33px;
	right: 40px;
	width: 32px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 0;
}

.site-header__toggle::before,
.site-header__toggle::after,
.site-header__toggle span::before {
	position: absolute;
	right: 0;
	left: 0;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	content: '';
	transition: transform .3s ease, top .3s ease;
}

.site-header__toggle::before {
	top: 10px;
}

.site-header__toggle span::before {
	top: 18px;
}

.site-header__toggle::after {
	top: 26px;
}

.site-header.is-menu-open .site-header__toggle::before {
	top: 18px;
	transform: rotate(45deg);
}

.site-header.is-menu-open .site-header__toggle span::before {
	transform: scaleX(0);
}

.site-header.is-menu-open .site-header__toggle::after {
	top: 18px;
	transform: rotate(-45deg);
}

.fs-hero {
	position: relative;
	height: 100vh;
	min-height: 620px;
	margin: 0;
	overflow: hidden;
	background: var(--fs-navy);
}

.fs-hero__slide {
	position: absolute;
	inset: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	background-position: center;
	background-size: cover;
	transition: opacity 1s ease, visibility 0s linear 1s;
}

.fs-hero__slide.is-active {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s ease;
}

.fs-hero .fs-container {
	position: relative;
	height: 100%;
}

.fs-hero__content {
	position: absolute;
	top: 50%;
	left: 12px;
	width: 50vw;
	transform: translateY(-50%);
}

.fs-hero__content h1 {
	margin: 0 0 40px;
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 70px;
}

.fs-hero__content h1 em {
	color: var(--fs-orange);
	font-style: normal;
}

.fs-hero__rule,
.fs-page-heading__rule {
	width: 80px;
	height: 6px;
	margin-bottom: 40px;
	border-radius: 3px;
	background: #fff;
}

.fs-hero__content p {
	max-width: 804px;
	margin: 0 60px 50px 0;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}

.fs-button {
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	line-height: 21px;
	transition: opacity .3s ease, transform .3s ease, border-radius .3s ease, background .3s ease;
}

.fs-button--green {
	padding: 12px 30px;
	background: var(--fs-green);
	color: #fff;
}

.fs-button--green:hover {
	color: #fff;
	opacity: .9;
}

.fs-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.fs-hero__arrow--prev {
	left: 20px;
}

.fs-hero__arrow--next {
	right: 20px;
}

.fs-about {
	margin-top: 120px;
	font-family: 'Merriweather', serif;
}

.fs-section-heading {
	max-width: 636px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}

.fs-section-heading__eyebrow {
	margin: 0;
	color: var(--fs-orange);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	text-transform: uppercase;
}

body.fsadvisory-site .fs-section-heading h2 {
	margin: 10px 0 0;
	color: var(--fs-text);
	font-family: inherit;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}

.fs-about__overview {
	margin: 0 0 40px 30px;
	padding: 50px 40px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.fs-about__overview h3 {
	margin: 0 0 24px;
	color: var(--fs-text);
	font-size: 28px;
	font-weight: 500;
	line-height: 33.6px;
}

.fs-about__copy {
	color: var(--fs-text);
	font-size: 15px;
	line-height: 26px;
}

.fs-about__copy p {
	margin: 0;
}

.fs-about__values-title {
	margin-top: 24px !important;
	margin-bottom: 8px !important;
}

.fs-about__values p {
	margin-bottom: 8px;
}

.fs-about-details {
	margin-top: 0;
	padding-top: 0;
	font-family: 'Merriweather', serif;
}

.fs-about-details .fs-row {
	align-items: center;
}

.fs-col--half {
	flex: 0 0 50%;
	max-width: 50%;
}

.fs-col--third {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.fs-about-details__image img {
	width: 100%;
	border-radius: 10px;
}

.fs-accordion {
	margin-left: 30px;
	padding: 50px 40px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.fs-accordion__item {
	border-bottom: 1px solid #eee;
}

.fs-accordion__item:last-of-type {
	border-bottom: 0;
}

.fs-accordion__button {
	display: flex;
	width: 100%;
	padding: 35px 0 !important;
	border: 0;
	background: transparent;
	color: var(--fs-text);
	cursor: pointer;
	font-family: inherit;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	transition: color .2s ease-in-out;
}

.fs-accordion__button span:first-child {
	flex: 1;
}

.fs-accordion__button.is-open {
	color: var(--fs-green);
	padding-bottom: 20px;
}

.fs-accordion__icon {
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
	transition: transform .2s ease-in-out;
}

.fs-accordion__button.is-open .fs-accordion__icon {
	transform: rotate(45deg);
}

.fs-accordion__body {
	max-height: 0;
	overflow: hidden;
	color: var(--fs-text);
	font-size: 15px;
	line-height: 26px;
	transition: max-height .3s ease-in-out;
}

.fs-accordion__body > div {
	padding-bottom: 30px;
}

.fs-about-details__cta {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.fs-button--dark {
	padding: .375em 1.125em;
	border: 2px solid #000;
	border-radius: 0;
	background: hsl(190deg 30% 15%);
	box-shadow: 0 0 0 hsl(190deg 15% 5% / .2);
	color: hsl(190deg 10% 95%);
	font-size: 2rem;
	line-height: 1.5;
	--fs-radius: 16px;
}

.fs-button--dark:hover,
.fs-button--dark:focus {
	transform: translateY(-4px);
	border-radius: var(--fs-radius);
	background: hsl(230deg 50% 45%);
	box-shadow: 0 4px 8px hsl(190deg 15% 5% / .2);
	color: hsl(190deg 10% 95%);
}

.fs-contact {
	margin-top: 119px;
	font-family: 'Poppins', sans-serif;
}

.fs-contact .fs-container {
	padding-top: 10px;
}

.fs-section-heading--contact {
	padding-top: 0;
	margin-bottom: 70px;
}

body.fsadvisory-site .fs-contact .fs-section-heading h2 {
	margin-top: 0;
}

.fs-contact__map {
	position: relative;
	z-index: 1;
	height: 457px;
	overflow: hidden;
	border-radius: 5px;
}

.fs-contact__map iframe {
	display: block;
	border: 0;
	border-radius: 5px;
}

.fs-contact__cards {
	width: calc(83.333333% + 20px);
	margin: -60px auto 0;
}

.fs-contact-card {
	position: relative;
	z-index: 2;
	min-height: 197px;
	margin: 0 15px;
	padding: 40px 30px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	text-align: center;
	transition: margin-top .5s ease;
}

.fs-contact-card:hover {
	margin-top: -10px;
}

.fs-contact-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin: 0 auto 25px;
	color: var(--fs-green);
}

.fs-contact-card__icon svg {
	width: 44px;
	height: 44px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.fs-contact-card h3 {
	margin: 0 0 12px;
	color: var(--fs-text);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.fs-contact-card a,
.fs-contact-card p {
	margin: 0;
	color: var(--fs-green);
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	transition: color .3s ease;
}

.fs-contact-card a:hover {
	color: var(--fs-orange);
}

.fs-contact-card--map a,
.fs-contact-card--map p {
	line-height: 22.5px;
}

.site-footer {
	margin-top: 0;
	padding: 25px 0;
	background: var(--fs-footer);
	text-align: center;
}

.site-footer p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}

.fs-page-heading {
	margin: 0;
	padding: 215px 0 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.fs-page-heading h1 {
	margin: 0;
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
}

.fs-page-heading__rule {
	margin: 20px auto 0;
}

.fs-projects {
	margin-top: 120px;
}

.fs-projects__row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}

.fs-projects__column {
	flex: 0 0 auto;
	width: 100%;
	margin: 10px;
	padding: 0 12px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
}

.fs-project-card {
	display: flow-root;
	margin: 3rem 0;
	padding: 0;
}

.fs-project-card__images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: calc(100% + 9px);
	margin: 0 0 0 3px;
	padding: 1rem;
}

.fs-project-card__images--one {
	grid-template-columns: minmax(0, 1fr);
}

.fs-project-card__images img {
	width: min(100%, 500px);
	margin: auto;
}

.fs-project-table {
	width: calc(100% - 15px);
	margin: 1rem 0 1rem 15px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 24px;
}

.fs-project-table th,
.fs-project-table td {
	padding: .5rem;
	border: 1px solid #dee2e6;
	vertical-align: top;
	text-align: left;
}

.fs-project-table th {
	font-weight: 700;
}

.fs-fallback-page {
	min-height: 60vh;
	padding-top: 150px;
	padding-bottom: 120px;
}

.fs-fallback-page h1 {
	margin-bottom: 25px;
}

/* Content collections: Services, News and Careers. */
.fs-content-hero {
	padding: 190px 0 100px;
	background: linear-gradient(125deg, #171c31, var(--fs-navy));
	color: #fff;
	text-align: center;
}

.fs-content-hero--compact {
	padding-bottom: 78px;
}

.fs-content-hero__eyebrow,
.fs-content-card__eyebrow {
	margin-bottom: 10px;
	color: var(--fs-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.fs-content-hero h1 {
	max-width: 950px;
	margin: 0 auto;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: clamp(38px, 5vw, 56px);
	line-height: 1.2;
}

.fs-content-hero > .fs-container > p:not(.fs-content-hero__eyebrow),
.fs-archive-description {
	max-width: 760px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, .85);
	font-size: 17px;
	line-height: 1.7;
}

.fs-archive-description p {
	margin-bottom: 0;
}

.fs-content-section {
	padding: 96px 0 120px;
}

.fs-content-section--narrow .fs-container {
	max-width: 900px;
}

.fs-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.fs-content-card {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 34px 30px 30px;
	border: 1px solid #e6e8ee;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(23, 28, 49, .07);
	transition: transform .25s ease, box-shadow .25s ease;
}

.fs-content-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 34px rgba(23, 28, 49, .13);
}

.fs-content-card h2 {
	margin-bottom: 16px;
	font-family: 'Merriweather', serif;
	font-size: 23px;
	line-height: 1.35;
}

.fs-content-card h2 a,
.fs-vacancy-card h2 a {
	color: var(--fs-text);
}

.fs-content-card h2 a:hover,
.fs-news-card__footer a:hover,
.fs-post-footer a:hover {
	color: var(--fs-orange);
}

.fs-content-card__summary {
	color: #586078;
	font-size: 15px;
	line-height: 1.7;
}

.fs-content-card__summary p:last-child {
	margin-bottom: 0;
}

.fs-text-link {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-top: auto;
	padding-top: 24px;
	color: var(--fs-green);
	font-size: 14px;
	font-weight: 700;
}

.fs-text-link span {
	font-size: 19px;
	line-height: .8;
	transition: transform .2s ease;
}

.fs-text-link:hover span {
	transform: translateX(4px);
}

.fs-news-card__footer {
	display: flex;
	gap: 12px;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: auto;
}

.fs-news-card__footer > span,
.fs-news-card__footer > span a,
.fs-post-footer,
.fs-post-footer a {
	color: #667087;
	font-size: 13px;
}

.fs-news-card__footer .fs-text-link {
	flex: none;
	padding-top: 24px;
}

.fs-empty-state {
	margin: 0;
	padding: 48px;
	border-radius: 5px;
	background: #f4f5f8;
	color: #586078;
	text-align: center;
}

.fs-prose {
	color: #384057;
	font-size: 16px;
	line-height: 1.8;
}

.fs-prose h2,
.fs-prose h3 {
	margin: 48px 0 18px;
	color: var(--fs-text);
	font-family: 'Merriweather', serif;
	line-height: 1.4;
}

.fs-prose h2 {
	font-size: 28px;
}

.fs-prose h3 {
	font-size: 22px;
}

.fs-prose p,
.fs-prose ul,
.fs-prose ol {
	margin-bottom: 22px;
}

.fs-prose ul,
.fs-prose ol {
	padding-left: 24px;
}

.fs-prose a,
.fs-post-footer a {
	color: var(--fs-green);
	text-decoration: underline;
}

.fs-content-cta {
	margin: 42px 0 0;
}

.fs-hero-meta,
.fs-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.fs-hero-meta {
	justify-content: center;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
}

.fs-hero-meta li:not(:last-child)::after,
.fs-meta-list li:not(:last-child)::after {
	margin-left: 18px;
	color: var(--fs-orange);
	content: '•';
}

.fs-meta-list {
	margin-top: 20px;
	color: #586078;
	font-size: 14px;
}

.fs-vacancy-list {
	display: grid;
	gap: 20px;
}

.fs-vacancy-card {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	padding: 32px 34px;
	border: 1px solid #e6e8ee;
	border-left: 5px solid var(--fs-green);
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(23, 28, 49, .06);
}

.fs-vacancy-card h2 {
	margin-bottom: 10px;
	font-family: 'Merriweather', serif;
	font-size: 24px;
}

.fs-vacancy-card .fs-button {
	flex: none;
	white-space: nowrap;
}

.fs-vacancy-content > section {
	padding-top: 1px;
}

.fs-application {
	margin-top: 64px;
	padding: 42px;
	border-radius: 6px;
	background: #f4f5f8;
}

.fs-application h2 {
	margin-bottom: 24px;
	color: var(--fs-text);
	font-family: 'Merriweather', serif;
	font-size: 28px;
}

.fs-application-form p {
	margin-bottom: 20px;
}

.fs-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.fs-form-grid p {
	margin: 0 0 20px;
}

.fs-application-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--fs-text);
	font-size: 14px;
	font-weight: 600;
}

.fs-application-form label span {
	color: var(--fs-orange);
}

.fs-application-form label .fs-form-optional {
	color: #667087;
	font-weight: 400;
}

.fs-application-form input:not([type='file']),
.fs-application-form textarea,
.fs-application-form input[type='file'] {
	width: 100%;
	border: 1px solid #cfd4df;
	border-radius: 4px;
	background: #fff;
	color: var(--fs-text);
	font: inherit;
}

.fs-application-form input:not([type='file']),
.fs-application-form textarea {
	padding: 11px 13px;
}

.fs-application-form textarea {
	resize: vertical;
}

.fs-application-form input[type='file'] {
	padding: 10px;
	font-size: 14px;
}

.fs-application-form small,
.fs-form-legal {
	display: block;
	margin-top: 7px;
	color: #667087;
	font-size: 12px;
	line-height: 1.5;
}

.fs-form-legal {
	max-width: 540px;
}

.fs-form-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.fs-form-notice {
	margin: 0 0 24px;
	padding: 13px 16px;
	border-radius: 4px;
	font-size: 14px;
}

.fs-form-notice--success {
	border: 1px solid #a8dec4;
	background: #e8f7ef;
	color: #175d39;
}

.fs-form-notice--error {
	border: 1px solid #f0b9a9;
	background: #fff0ec;
	color: #9b3114;
}

.nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 48px;
}

.nav-links .page-numbers {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid #d7dbe5;
	border-radius: 4px;
	color: var(--fs-text);
	font-size: 14px;
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
	border-color: var(--fs-green);
	background: var(--fs-green);
	color: #fff;
}

.fs-post-footer {
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid #e6e8ee;
}

.fs-post-footer p:last-child {
	margin-bottom: 0;
}

button.fs-button {
	cursor: pointer;
	font-family: inherit;
}

body.fsadvisory-site.is-contact-modal-open {
	overflow: hidden;
}

.fs-contact-modal {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	overflow-y: auto;
	background: rgba(18, 23, 43, .76);
}

.fs-contact-modal[hidden] {
	display: none;
}

.fs-contact-modal__dialog {
	position: relative;
	width: min(100%, 620px);
	margin: auto;
	padding: 42px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.fs-contact-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eff1f5;
	color: var(--fs-text);
	cursor: pointer;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
}

.fs-contact-modal__close:hover,
.fs-contact-modal__close:focus {
	background: var(--fs-orange);
	color: #fff;
}

.fs-contact-modal__eyebrow {
	margin-bottom: 8px;
	color: var(--fs-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.fs-contact-modal h2 {
	margin-bottom: 8px;
	padding-right: 42px;
	color: var(--fs-text);
	font-family: 'Merriweather', serif;
	font-size: 30px;
	line-height: 1.3;
}

.fs-contact-modal__service {
	margin-bottom: 26px;
	color: #667087;
	font-size: 15px;
}

.fs-contact-modal__form .wpcf7-form > p {
	margin-bottom: 18px;
}

.fs-contact-modal__form label {
	display: block;
	color: var(--fs-text);
	font-size: 14px;
	font-weight: 600;
}

.fs-contact-modal__form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	margin-top: 7px;
	padding: 11px 13px;
	border: 1px solid #cfd4df;
	border-radius: 4px;
	background: #fff;
	color: var(--fs-text);
	font: inherit;
}

.fs-contact-modal__form textarea.wpcf7-form-control {
	min-height: 120px;
	resize: vertical;
}

.fs-contact-modal__form .wpcf7-list-item {
	margin: 0;
}

.fs-contact-modal__form .wpcf7-list-item label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

.fs-contact-modal__form .wpcf7-list-item input {
	flex: none;
	width: auto;
	margin: 3px 0 0;
}

.fs-contact-modal__form .wpcf7-submit {
	padding: 12px 30px;
	border: 0;
	border-radius: 5px;
	background: var(--fs-green);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
}

.fs-contact-modal__form .wpcf7-submit:hover {
	opacity: .9;
}

.fs-contact-modal__form .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px;
}

.fs-contact-modal__form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 10px 12px;
	font-size: 14px;
}

@media (min-width: 576px) {
	.fs-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.fs-container {
		max-width: 720px;
	}

	.fs-accordion__button {
		font-size: 1.2rem;
	}
}

@media (min-width: 992px) {
	.fs-container {
		max-width: 960px;
	}
}

@media (min-width: 993px) {
	.fs-accordion {
		min-height: 561px;
	}
}

@media (min-width: 1200px) {
	.fs-container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.fs-container {
		max-width: var(--fs-container);
	}
}

@media (max-width: 1200px) {
	.site-header__links li {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 992px) {
	.site-header {
		background-color: var(--fs-navy);
	}

	.fs-hero__content {
		left: 56px;
		width: calc(100% - 112px);
	}

	.fs-hero__content h1 {
		font-size: clamp(42px, 7vw, 52px);
		line-height: 1.2;
	}

	.fs-col--half,
	.fs-col--third {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.fs-about__overview {
		margin-right: 0;
		margin-left: 0;
	}

	.fs-accordion {
		margin-top: 45px;
		margin-left: 0;
	}

	.fs-contact-card {
		margin-top: 30px;
	}

	.fs-contact-card:hover {
		margin-top: 20px;
	}

	.fs-project-card__images {
		grid-template-columns: 1fr;
	}

	.fs-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.site-header {
		height: 80px;
		padding: 0 20px;
		box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
	}

	.site-header.is-scrolled {
		height: 80px;
	}

	.site-header .fs-container {
		max-width: none;
		padding: 0;
	}

	.site-header__nav {
		min-height: 80px;
	}

	.site-header__logo,
	.site-header.is-scrolled .site-header__logo {
		line-height: 80px;
	}

	.site-header__logo img,
	.site-header.is-scrolled .site-header__logo img {
		width: min(220px, calc(100vw - 112px));
		height: auto;
		margin-top: 18px;
	}

	.site-header:not(.is-scrolled) .site-header__logo img {
		margin-top: 18px;
	}

	.site-header__toggle,
	.site-header.is-scrolled .site-header__toggle {
		display: block;
		top: 20px;
		right: 0;
		z-index: 3;
		width: 40px;
		height: 40px;
	}

	.site-header__toggle::before {
		top: 9px;
	}

	.site-header__toggle span::before {
		top: 18px;
	}

	.site-header__toggle::after {
		top: 27px;
	}

	.site-header__links,
	.site-header.is-scrolled .site-header__links {
		position: fixed;
		top: 80px;
		right: 0;
		left: 0;
		float: none;
		display: none;
		width: 100%;
		max-height: calc(100dvh - 80px);
		margin: 0;
		padding: 0;
		overflow-y: auto;
		background: #fff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
	}

	.site-header.is-menu-open .site-header__links {
		display: block;
	}

	.site-header__links li,
	.site-header__links li:last-child {
		display: block;
		width: 100%;
		padding: 0 !important;
		border-bottom: 1px solid #e9e9e9;
		background: #fff;
		text-align: center;
	}

	.site-header__links li:first-child {
		border-top: 1px solid #e9e9e9;
	}

	.site-header__links a,
	.site-header__links li:last-child a {
		display: block;
		height: 54px;
		padding: 0 !important;
		border-radius: 0;
		background: #fff;
		color: #191a20 !important;
		font-size: 15px;
		font-weight: 500;
		line-height: 54px;
	}

	.site-header__links a:hover,
	.site-header__links a.is-active,
	.site-header__links li:last-child a:hover {
		background: #f3f4f7;
		color: var(--fs-orange) !important;
	}

	body.fsadvisory-site.is-menu-open {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.fs-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.fs-row,
	.fs-projects__row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.fs-col {
		padding-right: 10px;
		padding-left: 10px;
	}

	.fs-section,
	.fs-about,
	.fs-contact,
	.fs-projects {
		margin-top: 72px;
	}

	.fs-hero {
		height: 100svh;
		min-height: 600px;
		max-height: 900px;
	}

	.fs-hero__content {
		left: 48px;
		width: calc(100% - 96px);
		margin: 0;
		text-align: center;
	}

	.fs-hero__content h1 {
		margin-bottom: 24px;
		font-size: clamp(32px, 9vw, 40px);
		line-height: 1.18;
		overflow-wrap: break-word;
	}

	.fs-hero__content p {
		display: none;
	}

	.fs-hero__rule {
		width: 64px;
		height: 5px;
		margin-right: auto;
		margin-bottom: 28px;
		margin-left: auto;
	}

	.fs-hero .fs-button--green {
		min-height: 48px;
		padding: 12px 28px;
		font-size: 15px;
		line-height: 20px;
	}

	.fs-hero__arrow {
		width: 34px;
		height: 44px;
		margin-top: -22px;
		font-size: 30px;
	}

	.fs-hero__arrow--prev {
		left: 6px;
	}

	.fs-hero__arrow--next {
		right: 6px;
	}

	.fs-section-heading {
		max-width: 100%;
		margin-bottom: 36px;
		padding-top: 0;
	}

	.fs-section-heading__eyebrow {
		font-size: 14px;
		line-height: 1.3;
	}

	body.fsadvisory-site .fs-section-heading h2 {
		font-size: clamp(27px, 8vw, 32px);
		line-height: 1.25;
	}

	.fs-about__overview {
		margin: 0 0 32px;
		padding: 30px 24px;
	}

	.fs-about__overview h3 {
		margin-bottom: 18px;
		font-size: 23px;
		line-height: 1.3;
	}

	.fs-about__copy,
	.fs-accordion__body {
		font-size: 15px;
		line-height: 1.7;
	}

	.fs-about-details__image img {
		width: 100%;
	}

	.fs-accordion {
		margin-top: 28px;
		padding: 12px 24px 28px;
	}

	.fs-accordion__button,
	.fs-accordion__button.is-open {
		min-height: 68px;
		padding: 20px 0 !important;
		font-size: 18px;
		line-height: 1.35;
	}

	.fs-accordion__icon {
		margin-left: 14px;
		font-size: 22px;
	}

	.fs-accordion__body > div {
		padding-bottom: 22px;
	}

	.fs-about-details__cta {
		margin-top: 18px;
	}

	.fs-button--dark {
		padding: 10px 22px;
		font-size: 17px;
		line-height: 1.4;
	}

	.fs-section-heading--contact {
		margin-bottom: 36px;
	}

	.fs-contact .fs-container {
		padding-top: 0;
	}

	.fs-contact__map,
	.fs-contact__map iframe {
		height: 340px;
	}

	.fs-contact__cards {
		width: 100%;
		margin: 16px 0 0;
	}

	.fs-contact-card {
		min-height: 0;
		margin: 16px 0 0;
		padding: 30px 22px;
	}

	.fs-contact-card:hover {
		margin-top: 16px;
	}

	.fs-page-heading {
		padding: 140px 0 72px;
	}

	.fs-page-heading h1 {
		font-size: clamp(36px, 10vw, 46px);
	}

	.fs-page-heading__rule {
		width: 64px;
		height: 5px;
	}

	.fs-projects__column {
		width: 100%;
		margin: 10px 0;
		padding: 0 12px;
	}

	.fs-project-card {
		margin: 24px 0;
	}

	.fs-project-card__images {
		width: 100%;
		margin: 0;
		padding: 8px 0 20px;
		gap: 16px;
	}

	.fs-project-table {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 1.5;
		table-layout: fixed;
	}

	.fs-project-table th,
	.fs-project-table td {
		display: block;
		width: 100%;
		padding: 10px 12px;
		overflow-wrap: anywhere;
	}

	.fs-project-table th {
		border-bottom: 0;
		background: #f4f5f8;
	}

	.fs-fallback-page {
		padding-top: 120px;
		padding-bottom: 72px;
	}

	.fs-content-hero {
		padding: 138px 0 72px;
	}

	.fs-content-hero--compact {
		padding-bottom: 58px;
	}

	.fs-content-hero > .fs-container > p:not(.fs-content-hero__eyebrow),
	.fs-archive-description {
		font-size: 15px;
	}

	.fs-content-section {
		padding: 64px 0 80px;
	}

	.fs-card-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fs-content-card {
		min-height: 0;
		padding: 28px 24px 24px;
	}

	.fs-vacancy-card {
		display: block;
		padding: 26px 24px;
	}

	.fs-vacancy-card .fs-button {
		margin-top: 24px;
	}

	.fs-application {
		margin-top: 48px;
		padding: 30px 24px;
	}

	.fs-application h2,
	.fs-prose h2 {
		font-size: 24px;
	}

	.fs-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.fs-hero-meta {
		display: block;
		margin-top: 20px;
	}

	.fs-hero-meta li {
		margin-top: 6px;
	}

	.fs-hero-meta li::after,
	.fs-meta-list li::after {
		display: none;
	}

	.fs-contact-modal {
		padding: 14px;
	}

	.fs-contact-modal__dialog {
		padding: 34px 24px 26px;
	}

	.fs-contact-modal h2 {
		font-size: 25px;
	}

	.trp-language-switcher.trp-floating-switcher {
		--right: 12px !important;
		--bottom: 12px !important;
		--font-size: 12px !important;
		--switcher-padding: 8px 0 !important;
		max-width: calc(100vw - 24px);
	}
}

@media (max-width: 479px) {
	.site-header {
		padding-right: 16px;
		padding-left: 16px;
	}

	.site-header__logo img,
	.site-header.is-scrolled .site-header__logo img {
		width: min(190px, calc(100vw - 100px));
		margin-top: 21px;
	}

	.site-header:not(.is-scrolled) .site-header__logo img {
		margin-top: 21px;
	}

	.fs-hero__content {
		left: 42px;
		width: calc(100% - 84px);
	}

	.fs-hero__content h1 {
		margin-bottom: 20px;
		font-size: clamp(29px, 9vw, 36px);
	}

	.fs-hero__rule {
		margin-bottom: 24px;
	}

	.fs-hero__arrow--prev {
		left: 3px;
	}

	.fs-hero__arrow--next {
		right: 3px;
	}

	.fs-about__overview,
	.fs-accordion {
		padding-right: 20px;
		padding-left: 20px;
	}

	.fs-contact__map,
	.fs-contact__map iframe {
		height: 300px;
	}
}

@media (max-width: 767px) and (orientation: landscape) and (max-height: 600px) {
	.fs-hero {
		height: 100svh;
		min-height: 340px;
		max-height: none;
	}

	.fs-hero__content {
		top: 54%;
	}

	.fs-hero__content h1 {
		margin-bottom: 14px;
		font-size: clamp(27px, 5vw, 34px);
		line-height: 1.12;
	}

	.fs-hero__rule {
		margin-bottom: 18px;
	}
}
