/*
Theme Name: Newman
Theme URI: https://newman.jp-webs.com/
Author: JP Webs
Description: In-house WordPress theme for Newman Advisors.
Version: 0.1.0
Text Domain: newman
*/

:root {
	--newman-primary: #29363b;
	--newman-primary-dark: #1c282d;
	--newman-accent: #b2ac90;
	--newman-accent-dark: #918a69;
	--newman-text: #29363b;
	--newman-muted: #6d777b;
	--newman-light: #f5f5f5;
	--newman-lighter: #fafafa;
	--newman-border: #e5e5e5;
	--newman-white: #fff;
	--newman-shadow: 0 8px 24px rgba(41, 54, 59, 0.12);
	--newman-container: 1110px;
	--newman-radius: 4px;
	--newman-body-font: "Open Sans", Arial, sans-serif;
	--newman-heading-font: "Montserrat", Arial, sans-serif;
}

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

html {
	min-width: 320px;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body.newman-site {
	margin: 0;
	background: var(--newman-white);
	color: var(--newman-text);
	font-family: var(--newman-body-font);
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.newman-site.admin-bar {
	min-height: calc(100vh - 32px);
}

body.newman-site a {
	color: var(--newman-primary);
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

body.newman-site a:hover,
body.newman-site a:focus {
	color: var(--newman-accent-dark);
}

body.newman-site :focus-visible {
	outline: 2px solid var(--newman-accent);
	outline-offset: 3px;
}

img,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
}

img {
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0 0 24px;
}

figcaption {
	margin-top: 9px;
	color: var(--newman-muted);
	font-size: 13px;
	line-height: 1.45;
}

iframe {
	max-width: 100%;
	border: 0;
}

table {
	width: 100%;
	margin: 0 0 28px;
	border-spacing: 0;
	border-collapse: collapse;
}

th,
td {
	padding: 12px 14px;
	border: 1px solid var(--newman-border);
	text-align: left;
	vertical-align: top;
}

th {
	background: var(--newman-primary);
	color: var(--newman-white);
	font-family: var(--newman-heading-font);
	font-weight: 600;
}

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

button {
	border-radius: 0;
}

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

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto !important;
	background: var(--newman-white);
	box-shadow: var(--newman-shadow);
	color: var(--newman-primary);
	font-weight: 700;
	text-decoration: none;
}

.newman-container {
	width: var(--newman-container);
	max-width: calc(100% - 30px);
	margin-right: auto;
	margin-left: auto;
}

.newman-container--wide {
	width: 1200px;
}

.newman-container--narrow {
	width: 760px;
}

.site-wrapper {
	position: relative;
	min-height: 100vh;
	overflow-x: clip;
	background: var(--newman-white);
}

.site-content-wrapper {
	background: var(--newman-white);
}

.site-main {
	min-height: 420px;
	background: var(--newman-white);
}

.site-main > article,
.site-main > .page,
.site-main > .post {
	margin: 0;
}

.entry-content,
.page-content,
.post-content {
	width: 100%;
	overflow-wrap: anywhere;
}

.entry-content::after,
.page-content::after,
.post-content::after {
	display: table;
	clear: both;
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6,
.newman-heading {
	margin: 0 0 20px;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

h1 {
	font-size: 44px;
	line-height: 1.16;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 24px;
	line-height: 1.28;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
}

p {
	margin: 0 0 18px;
}

p:last-child {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 13px;
}

ul,
ol {
	margin: 0 0 24px 22px;
	padding: 0;
}

li {
	margin: 0 0 8px;
}

li > ul,
li > ol {
	margin-top: 8px;
	margin-bottom: 0;
}

blockquote {
	position: relative;
	margin: 0 0 28px;
	padding: 24px 28px;
	border-left: 4px solid var(--newman-accent);
	background: var(--newman-light);
	color: var(--newman-primary);
	font-size: 17px;
	line-height: 1.65;
}

blockquote p:last-child {
	margin-bottom: 0;
}

cite {
	color: var(--newman-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

hr {
	height: 1px;
	margin: 34px 0;
	border: 0;
	background: var(--newman-border);
}

.alignleft {
	float: left;
	margin: 6px 28px 22px 0;
}

.alignright {
	float: right;
	margin: 6px 0 22px 28px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.has-text-align-center,
.text-center {
	text-align: center;
}

.has-text-align-right,
.text-right {
	text-align: right;
}

.newman-section {
	position: relative;
	padding: 70px 0;
	background: var(--newman-white);
}

.newman-section--compact {
	padding: 46px 0;
}

.newman-section--tall {
	padding: 92px 0;
}

.newman-section--gray,
.newman-bg-light {
	background: var(--newman-light);
}

.newman-section--primary {
	background: var(--newman-primary);
	color: var(--newman-white);
}

.newman-section--primary h1,
.newman-section--primary h2,
.newman-section--primary h3,
.newman-section--primary h4,
.newman-section--primary h5,
.newman-section--primary h6 {
	color: var(--newman-white);
}

.newman-section__header {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.newman-section__eyebrow {
	display: block;
	margin: 0 0 7px;
	color: var(--newman-accent-dark);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.newman-section__title,
.newman-title {
	margin: 0 0 18px;
	font-size: 34px;
	text-transform: uppercase;
}

.newman-section__intro {
	margin: 0;
	color: var(--newman-muted);
	font-size: 16px;
	line-height: 1.7;
}

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

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

.newman-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.newman-grid--sidebar {
	grid-template-columns: minmax(0, 730px) minmax(260px, 1fr);
	align-items: start;
	gap: 48px;
}

.newman-card {
	position: relative;
	min-width: 0;
	border: 1px solid var(--newman-border);
	border-radius: var(--newman-radius);
	background: var(--newman-white);
	box-shadow: none;
	overflow: hidden;
}

.newman-card__body {
	padding: 26px 28px;
}

.newman-card__title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.3;
}

.newman-card__meta {
	margin: 0 0 10px;
	color: var(--newman-muted);
	font-size: 13px;
	line-height: 1.45;
}

.newman-card__excerpt {
	color: var(--newman-muted);
}

.newman-media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--newman-primary);
}

.newman-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newman-ratio-16x9 {
	aspect-ratio: 16 / 9;
}

.newman-ratio-4x3 {
	aspect-ratio: 4 / 3;
}

.newman-button,
.button,
.wp-block-button__link,
.wp-element-button,
button[type="submit"],
input[type="submit"],
.wpcf7-submit,
.vc_btn3,
.stm_button,
a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding: 12px 24px;
	border: 2px solid var(--newman-primary);
	border-radius: 0;
	background: var(--newman-primary);
	color: var(--newman-white);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.newman-button:hover,
.newman-button:focus,
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-element-button:hover,
.wp-element-button:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.vc_btn3:hover,
.vc_btn3:focus,
.stm_button:hover,
.stm_button:focus,
a.button:hover,
a.button:focus {
	border-color: var(--newman-accent);
	background: var(--newman-accent);
	color: var(--newman-primary);
}

.newman-button--accent,
.wp-block-button.is-style-fill .wp-block-button__link {
	border-color: var(--newman-accent);
	background: var(--newman-accent);
	color: var(--newman-primary);
}

.newman-button--accent:hover,
.newman-button--accent:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus {
	border-color: var(--newman-primary);
	background: var(--newman-primary);
	color: var(--newman-white);
}

.newman-button--outline,
.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: currentColor;
	background: transparent;
	color: var(--newman-primary);
}

.newman-button--outline:hover,
.newman-button--outline:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	border-color: var(--newman-primary);
	background: var(--newman-primary);
	color: var(--newman-white);
}

label {
	display: block;
	margin: 0 0 7px;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 10px 13px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: var(--newman-white);
	color: var(--newman-primary);
	font-family: var(--newman-body-font);
	font-size: 14px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

select {
	appearance: none;
	padding-right: 38px;
	background-image: linear-gradient(45deg, transparent 50%, var(--newman-primary) 50%), linear-gradient(135deg, var(--newman-primary) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

textarea {
	min-height: 140px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--newman-accent);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(178, 172, 144, 0.22);
}

input::placeholder,
textarea::placeholder {
	color: #90979a;
	opacity: 1;
}

.wpcf7-form {
	margin: 0;
}

.wpcf7-form p {
	margin-bottom: 14px;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #9f3333;
	font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 15px;
	border: 1px solid var(--newman-accent);
	background: rgba(178, 172, 144, 0.12);
	color: var(--newman-primary);
	font-size: 13px;
	line-height: 1.45;
}

.newman-page-header {
	position: relative;
	padding: 56px 0 48px;
	background: var(--newman-light);
	color: var(--newman-primary);
}

.newman-page-header__title {
	margin: 0;
	font-size: 42px;
	line-height: 1.15;
}

.newman-page-header__subtitle {
	margin: 12px 0 0;
	color: var(--newman-muted);
	font-family: var(--newman-heading-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
}

.newman-breadcrumbs {
	margin: 12px 0 0;
	color: var(--newman-muted);
	font-size: 13px;
	line-height: 1.5;
}

.newman-breadcrumbs a {
	color: var(--newman-primary);
}

.newman-content-area {
	padding: 64px 0;
}

.newman-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: var(--newman-muted);
}

.newman-breadcrumbs__item + .newman-breadcrumbs__item::before {
	display: inline-block;
	margin-right: 6px;
	color: #9aa1a4;
	content: "/";
}

.newman-entry-content {
	color: var(--newman-text);
	font-size: 15px;
	line-height: 1.78;
}

.newman-entry-content h2,
.newman-entry-content h3,
.newman-entry-content h4 {
	margin-top: 34px;
	text-transform: none;
}

.newman-entry-content h2:first-child,
.newman-entry-content h3:first-child,
.newman-entry-content h4:first-child {
	margin-top: 0;
}

.newman-entry-content p {
	margin-bottom: 20px;
}

.newman-contact__top,
.newman-contact__bottom {
	display: grid;
	align-items: stretch;
	gap: 30px;
}

.newman-contact__top {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	margin-bottom: 46px;
}

.newman-contact__bottom {
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	align-items: start;
}

.newman-contact__map,
.newman-contact__details,
.newman-contact__form,
.newman-contact__person {
	min-width: 0;
}

.newman-contact__map {
	background: var(--newman-light);
}

.newman-contact__map iframe {
	display: block;
	width: 100%;
	min-height: 330px;
}

.newman-contact__details {
	position: relative;
	padding: 44px 48px;
	overflow: hidden;
	background-color: var(--newman-primary);
	background-image: linear-gradient(rgba(41, 54, 59, 0.82), rgba(41, 54, 59, 0.82)), var(--newman-contact-bg);
	background-position: center;
	background-size: cover;
	color: var(--newman-white);
}

.newman-contact__details h2,
.newman-contact__details a {
	color: var(--newman-white);
}

.newman-contact__details h2 {
	margin-bottom: 26px;
	font-size: 24px;
	text-transform: capitalize;
}

.newman-contact__detail-list {
	margin: 0;
}

.newman-contact__detail-list div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 16px;
	margin: 0 0 18px;
}

.newman-contact__detail-list div:last-child {
	margin-bottom: 0;
}

.newman-contact__detail-list dt {
	color: var(--newman-accent);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}

.newman-contact__detail-list dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.55;
}

.newman-contact__detail-list dd span {
	display: block;
}

.newman-contact__form h2,
.newman-contact__person h2 {
	margin-bottom: 24px;
	font-size: 24px;
	text-transform: none;
}

.newman-contact__form {
	padding: 0;
}

.newman-contact__person {
	padding: 28px;
	border: 1px solid var(--newman-border);
	background: var(--newman-lighter);
}

.newman-contact__person-image {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 0 18px;
	border-radius: 50%;
	object-fit: cover;
}

.newman-contact__person h3 {
	margin: 0 0 8px;
	font-size: 20px;
}

.newman-page-news__image {
	margin-bottom: 34px;
	background: var(--newman-light);
}

.newman-page-news__image img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}

.newman-page-news__posts {
	margin-top: 46px;
	padding-top: 38px;
	border-top: 1px solid var(--newman-border);
}

.newman-page-news__posts h2 {
	margin-bottom: 24px;
	font-size: 24px;
}

.newman-page-sitemap {
	display: grid;
	gap: 38px;
}

.newman-page-sitemap__section h2 {
	margin-bottom: 18px;
	font-size: 24px;
}

.newman-page-sitemap__menu,
.newman-page-sitemap__menu .sub-menu,
.newman-page-sitemap__pages,
.newman-page-sitemap__pages .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-page-sitemap__menu,
.newman-page-sitemap__pages {
	display: grid;
	gap: 8px;
}

.newman-page-sitemap__menu li,
.newman-page-sitemap__pages li {
	margin: 0;
}

.newman-page-sitemap__menu a,
.newman-page-sitemap__pages a {
	display: inline-block;
	padding: 6px 0;
	color: var(--newman-primary);
	font-weight: 600;
}

.newman-page-sitemap__menu .sub-menu,
.newman-page-sitemap__pages .children {
	margin-top: 3px;
	margin-left: 22px;
}

.newman-page-sitemap__menu .sub-menu a,
.newman-page-sitemap__pages .children a {
	color: var(--newman-muted);
	font-weight: 400;
}

.newman-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-post-card__type {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--newman-accent-dark);
	font-family: var(--newman-heading-font);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.newman-pagination {
	margin-top: 44px;
}

.newman-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.newman-pagination .page-numbers {
	display: inline-flex;
	min-width: 38px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 8px 13px;
	border: 1px solid var(--newman-border);
	background: var(--newman-white);
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.newman-pagination a.page-numbers:hover,
.newman-pagination a.page-numbers:focus,
.newman-pagination .page-numbers.current {
	border-color: var(--newman-primary);
	background: var(--newman-primary);
	color: var(--newman-white);
}

.newman-post-detail__meta {
	margin: 12px 0 0;
	color: var(--newman-muted);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
}

.newman-post-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 285px;
	gap: 50px;
	align-items: start;
}

.newman-post-detail__main,
.newman-post-detail__sidebar {
	min-width: 0;
}

.newman-post-detail__image {
	margin-bottom: 38px;
	background: var(--newman-light);
}

.newman-post-detail__image img {
	display: block;
	width: 100%;
	max-height: 460px;
	object-fit: cover;
}

.newman-post-detail__content {
	max-width: 820px;
}

.newman-post-detail__adjacent {
	display: grid;
	gap: 10px;
	margin-top: 42px;
	padding-top: 28px;
	border-top: 1px solid var(--newman-border);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.newman-post-detail__adjacent a {
	color: var(--newman-primary);
}

.newman-post-detail__adjacent a:hover,
.newman-post-detail__adjacent a:focus {
	color: var(--newman-accent-dark);
}

.newman-post-detail__sidebar {
	position: sticky;
	top: 28px;
}

.newman-post-nav,
.newman-post-contact-box {
	border: 1px solid var(--newman-border);
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.1);
}

.newman-post-nav {
	margin-bottom: 28px;
}

.newman-post-nav__title,
.newman-post-contact-box__title {
	margin: 0;
	color: var(--newman-white);
	background: var(--newman-primary);
	font-size: 18px;
	line-height: 1.35;
	text-transform: none;
}

.newman-post-nav__title {
	padding: 18px 22px;
}

.newman-post-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-post-nav__item {
	margin: 0;
	border-top: 1px solid var(--newman-border);
}

.newman-post-nav__item a {
	display: grid;
	gap: 4px;
	padding: 14px 18px;
	color: var(--newman-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.newman-post-nav__item time {
	color: var(--newman-muted);
	font-size: 11px;
	text-transform: uppercase;
}

.newman-post-nav__item a:hover,
.newman-post-nav__item a:focus {
	background: var(--newman-lighter);
	color: var(--newman-accent-dark);
}

.newman-post-contact-box {
	padding: 0 22px 24px;
}

.newman-post-contact-box__title {
	margin: 0 -22px 22px;
	padding: 18px 22px;
}

.newman-post-contact-box__button {
	width: 100%;
	justify-content: center;
}

.newman-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	max-width: 760px;
	margin: 0 auto 42px;
}

.newman-search-form input[type="search"] {
	width: 100%;
	min-height: 46px;
}

.newman-search-empty,
.newman-not-found {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.newman-search-empty h2 {
	margin-bottom: 12px;
	font-size: 26px;
	text-transform: none;
}

.newman-quick-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.newman-services-grid__intro {
	max-width: 850px;
	margin: 0 auto 42px;
	text-align: center;
}

.newman-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-empty-message {
	margin: 0;
	color: var(--newman-muted);
	text-align: center;
}

.newman-service-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 285px;
	gap: 50px;
	align-items: start;
}

.newman-service-detail__main,
.newman-service-detail__sidebar {
	min-width: 0;
}

.newman-service-detail__image {
	margin-bottom: 38px;
	background: var(--newman-light);
}

.newman-service-detail__image img {
	display: block;
	width: 100%;
	max-height: 430px;
	object-fit: cover;
}

.newman-service-detail__content ul {
	margin-top: 8px;
}

.newman-service-detail__content li {
	margin-bottom: 8px;
}

.newman-service-detail__sidebar {
	position: sticky;
	top: 28px;
}

.newman-service-nav,
.newman-service-contact-box {
	border: 1px solid var(--newman-border);
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.1);
}

.newman-service-nav {
	margin-bottom: 28px;
}

.newman-service-nav__title,
.newman-service-contact-box__title {
	margin: 0;
	color: var(--newman-white);
	background: var(--newman-primary);
	font-size: 18px;
	line-height: 1.35;
	text-transform: none;
}

.newman-service-nav__title {
	padding: 18px 22px;
}

.newman-service-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-service-nav__item {
	margin: 0;
	border-top: 1px solid var(--newman-border);
}

.newman-service-nav__item a {
	display: block;
	padding: 14px 18px;
	color: var(--newman-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.newman-service-nav__item a:hover,
.newman-service-nav__item a:focus,
.newman-service-nav__item.is-current a {
	background: var(--newman-lighter);
	color: var(--newman-accent-dark);
}

.newman-service-contact-box {
	padding: 0 22px 24px;
}

.newman-service-contact-box__title {
	margin: 0 -22px 22px;
	padding: 18px 22px;
}

.newman-service-contact-box__button {
	width: 100%;
	justify-content: center;
}

.newman-people-page__intro {
	max-width: 860px;
	margin: 0 auto 42px;
	text-align: center;
}

.newman-staff-list {
	display: grid;
	gap: 34px;
}

.newman-staff-card {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 0;
	min-width: 0;
	border: 1px solid var(--newman-border);
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.14);
	overflow: hidden;
}

.newman-staff-card__image-link {
	display: block;
	min-height: 100%;
	background: var(--newman-primary);
	overflow: hidden;
}

.newman-staff-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	object-position: center top;
	transition: opacity 0.2s ease, transform 0.3s ease;
}

.newman-staff-card__image-link:hover .newman-staff-card__image,
.newman-staff-card__image-link:focus .newman-staff-card__image {
	opacity: 0.9;
	transform: scale(1.03);
}

.newman-staff-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 34px 38px 36px;
}

.newman-staff-card__name {
	margin: 0 0 8px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.28;
	text-transform: none;
}

.newman-staff-card__name a {
	color: var(--newman-primary);
}

.newman-staff-card__name a:hover,
.newman-staff-card__name a:focus {
	color: var(--newman-accent-dark);
}

.newman-staff-card__position {
	margin: 0 0 22px;
	color: var(--newman-accent-dark);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.newman-staff-card__content {
	font-size: 14px;
	line-height: 1.72;
}

.newman-staff-card__content p:last-child,
.newman-staff-card__excerpt {
	margin-bottom: 0;
}

.newman-staff-card__excerpt {
	color: var(--newman-muted);
	font-size: 14px;
	line-height: 1.72;
}

.newman-staff-card__more {
	display: inline-block;
	align-self: flex-start;
	margin-top: 22px;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.newman-staff-card__more::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateY(-1px) rotate(45deg);
}

.newman-staff-card__more:hover,
.newman-staff-card__more:focus {
	color: var(--newman-accent-dark);
}

.newman-staff-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 285px;
	gap: 50px;
	align-items: start;
}

.newman-staff-detail__main,
.newman-staff-detail__sidebar {
	min-width: 0;
}

.newman-staff-detail__image {
	max-width: 560px;
	margin: 0 0 34px;
	background: var(--newman-light);
}

.newman-staff-detail__image img {
	display: block;
	width: 100%;
	height: auto;
}

.newman-staff-detail__sidebar {
	position: sticky;
	top: 28px;
}

.newman-staff-nav,
.newman-staff-contact-box {
	border: 1px solid var(--newman-border);
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.1);
}

.newman-staff-nav {
	margin-bottom: 28px;
}

.newman-staff-nav__title,
.newman-staff-contact-box__title {
	margin: 0;
	color: var(--newman-white);
	background: var(--newman-primary);
	font-size: 18px;
	line-height: 1.35;
	text-transform: none;
}

.newman-staff-nav__title {
	padding: 18px 22px;
}

.newman-staff-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-staff-nav__item {
	margin: 0;
	border-top: 1px solid var(--newman-border);
}

.newman-staff-nav__item a {
	display: block;
	padding: 14px 18px;
	color: var(--newman-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.newman-staff-nav__item a:hover,
.newman-staff-nav__item a:focus,
.newman-staff-nav__item.is-current a {
	background: var(--newman-lighter);
	color: var(--newman-accent-dark);
}

.newman-staff-contact-box {
	padding: 0 22px 24px;
}

.newman-staff-contact-box__title {
	margin: 0 -22px 22px;
	padding: 18px 22px;
}

.newman-staff-contact-box__button {
	width: 100%;
	justify-content: center;
}

.newman-home-main {
	min-height: 0;
}

.newman-hero {
	position: relative;
	overflow: hidden;
	background: var(--newman-primary);
}

.newman-hero-slider,
.newman-hero__slide {
	min-height: 570px;
}

.newman-hero-slider {
	position: relative;
}

.newman-hero__slide {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
}

.newman-hero__slide::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 0.04);
	content: "";
}

.newman-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.newman-hero__panel {
	position: relative;
	z-index: 2;
	width: min(740px, 100%);
	padding: 22px 31px 39px;
	background: rgba(255, 255, 255, 0.84);
	color: var(--newman-primary);
	transform: translateY(96px);
}

.newman-hero__title {
	margin: 0;
	color: var(--newman-primary);
	font-size: 43px;
	font-weight: 400;
	line-height: 1.18;
	text-transform: none;
}

.newman-hero__rule {
	display: block;
	width: 35px;
	height: 5px;
	margin: 15px 0 22px;
	border-radius: 3px;
	background: #ff5b2e;
}

.newman-hero__text {
	max-width: 690px;
	margin: 0;
	color: var(--newman-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.48;
}

.newman-hero__button {
	min-width: 370px;
	margin-top: 31px;
	padding-right: 27px;
	padding-left: 27px;
}

body.newman-site .newman-hero__button {
	color: var(--newman-white);
}

body.newman-site .newman-hero__button:hover,
body.newman-site .newman-hero__button:focus {
	color: var(--newman-primary);
}

.newman-hero__button::after {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.newman-hero__control {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 3px solid rgba(41, 54, 59, 0.22);
	background: rgba(255, 255, 255, 0.16);
	color: var(--newman-primary);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.newman-hero__control--prev {
	left: 0;
}

.newman-hero__control--next {
	right: 0;
}

.newman-hero__control::before {
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
	opacity: 0.6;
}

.newman-hero__control--prev::before {
	transform: translateX(3px) rotate(-45deg);
}

.newman-hero__control--next::before {
	transform: translateX(-3px) rotate(135deg);
}

.newman-hero__control:hover,
.newman-hero__control:focus {
	border-color: rgba(41, 54, 59, 0.38);
	background: rgba(255, 255, 255, 0.42);
}

.newman-why {
	margin-bottom: 61px;
	padding: 61px 0 76px;
	background: var(--newman-light);
}

.newman-why__header {
	margin-bottom: 40px;
}

.newman-why__title {
	margin-bottom: 0;
}

.newman-why__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-why-card {
	min-width: 0;
	padding: 40px;
	background: var(--newman-white);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.newman-why-card:hover,
.newman-why-card:focus-within {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
	transform: translateY(-1px);
}

.newman-why-card__title-row {
	display: grid;
	grid-template-columns: 55px minmax(0, 1fr);
	align-items: center;
	min-height: 38px;
	margin-bottom: 10px;
}

.newman-why-card__icon {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	color: var(--newman-accent);
}

.newman-why-card__icon::before,
.newman-why-card__icon::after {
	position: absolute;
	content: "";
}

.newman-why-card__icon--experience::before {
	top: 2px;
	left: 12px;
	width: 12px;
	height: 12px;
	border: 3px solid currentColor;
	border-radius: 50%;
	box-shadow: -13px 7px 0 -5px currentColor, 13px 7px 0 -5px currentColor;
}

.newman-why-card__icon--experience::after {
	right: 3px;
	bottom: 4px;
	left: 3px;
	height: 13px;
	border: 3px solid currentColor;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom: 0;
}

.newman-why-card__icon--service::before {
	top: 3px;
	left: 10px;
	width: 16px;
	height: 30px;
	border: 3px solid currentColor;
	border-radius: 4px;
}

.newman-why-card__icon--service::after {
	bottom: 7px;
	left: 16px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 -22px 0 -1px currentColor;
}

.newman-why-card__icon--commitment::before {
	top: 1px;
	left: 7px;
	width: 22px;
	height: 22px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.newman-why-card__icon--commitment::after {
	top: 18px;
	left: 12px;
	width: 12px;
	height: 17px;
	border-right: 5px solid currentColor;
	border-left: 5px solid currentColor;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
	opacity: 0.9;
}

.newman-why-card__title {
	margin: 0;
	color: var(--newman-primary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
}

.newman-why-card__text {
	margin: 0 0 17px;
	padding-left: 55px;
	color: var(--newman-muted);
	font-size: 13px;
	line-height: 18px;
}

.newman-why-card__more {
	display: inline-block;
	padding-left: 55px;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
}

.newman-why-card__more::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateY(-1px) rotate(45deg);
}

.newman-why-card__more:hover,
.newman-why-card__more:focus {
	color: var(--newman-accent-dark);
}

.newman-home-news {
	padding-top: 0;
	padding-bottom: 76px;
	background: var(--newman-white);
}

.newman-home-news__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 42px;
	text-align: left;
}

.newman-home-news__title {
	margin-bottom: 0;
}

.newman-home-news__title::after {
	display: block;
	width: 35px;
	height: 5px;
	margin-top: 16px;
	border-radius: 3px;
	background: #ff5b2e;
	content: "";
}

.newman-home-news__archive-link {
	margin-bottom: 3px;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-transform: uppercase;
}

.newman-home-news__archive-link::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateY(-1px) rotate(45deg);
}

.newman-home-news__archive-link:hover,
.newman-home-news__archive-link:focus {
	color: var(--newman-accent-dark);
}

.newman-home-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-news-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.16);
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.newman-news-card:hover,
.newman-news-card:focus-within {
	box-shadow: 0 6px 18px rgba(41, 54, 59, 0.2);
	transform: translateY(-2px);
}

.newman-news-card__image-link {
	display: block;
	background: var(--newman-primary);
	overflow: hidden;
}

.newman-news-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	transition: opacity 0.2s ease, transform 0.3s ease;
}

.newman-news-card__image-link:hover .newman-news-card__image,
.newman-news-card__image-link:focus .newman-news-card__image {
	opacity: 0.88;
	transform: scale(1.03);
}

.newman-news-card__body {
	display: flex;
	min-height: 220px;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px 30px 30px;
}

.newman-news-card__date {
	display: block;
	margin-bottom: 12px;
	color: var(--newman-muted);
	font-family: var(--newman-heading-font);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
}

.newman-news-card__title {
	margin: 0 0 13px;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
}

.newman-news-card__title a {
	color: var(--newman-primary);
}

.newman-news-card__title a:hover,
.newman-news-card__title a:focus {
	color: var(--newman-accent-dark);
}

.newman-news-card__excerpt {
	margin: 0 0 22px;
	color: var(--newman-muted);
	font-size: 13px;
	line-height: 19px;
}

.newman-news-card__more {
	display: inline-block;
	margin-top: auto;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.newman-news-card__more::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateY(-1px) rotate(45deg);
}

.newman-news-card__more:hover,
.newman-news-card__more:focus {
	color: var(--newman-accent-dark);
}

.newman-home-services {
	padding-top: 0;
	padding-bottom: 76px;
	background: var(--newman-white);
}

.newman-home-services__header {
	margin-bottom: 42px;
}

.newman-home-services__header::after {
	display: block;
	width: 35px;
	height: 5px;
	margin: 16px auto 0;
	border-radius: 3px;
	background: #ff5b2e;
	content: "";
}

.newman-home-services__title {
	margin-bottom: 0;
}

.newman-home-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-service-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.16);
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.newman-service-card:hover,
.newman-service-card:focus-within {
	box-shadow: 0 6px 18px rgba(41, 54, 59, 0.2);
	transform: translateY(-2px);
}

.newman-service-card__image-link {
	display: block;
	background: var(--newman-primary);
	overflow: hidden;
}

.newman-service-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	transition: opacity 0.2s ease, transform 0.3s ease;
}

.newman-service-card__image-link:hover .newman-service-card__image,
.newman-service-card__image-link:focus .newman-service-card__image {
	opacity: 0.88;
	transform: scale(1.03);
}

.newman-service-card__body {
	display: flex;
	min-height: 260px;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px 30px 30px;
}

.newman-service-card__title {
	margin: 0 0 13px;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
}

.newman-service-card__title a {
	color: var(--newman-primary);
}

.newman-service-card__title a:hover,
.newman-service-card__title a:focus {
	color: var(--newman-accent-dark);
}

.newman-service-card__excerpt {
	margin: 0 0 22px;
	color: var(--newman-muted);
	font-size: 13px;
	line-height: 19px;
}

.newman-service-card__more {
	display: inline-block;
	margin-top: auto;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.newman-service-card__more::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateY(-1px) rotate(45deg);
}

.newman-service-card__more:hover,
.newman-service-card__more:focus {
	color: var(--newman-accent-dark);
}

.newman-home-testimonials {
	padding: 70px 0 76px;
	background: #f5f5f5;
}

.newman-home-testimonials__header {
	margin-bottom: 42px;
}

.newman-home-testimonials__header::after {
	display: block;
	width: 35px;
	height: 5px;
	margin: 16px auto 0;
	border-radius: 3px;
	background: #ff5b2e;
	content: "";
}

.newman-home-testimonials__title {
	margin-bottom: 0;
}

.newman-home-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newman-testimonial-card {
	min-width: 0;
	height: 100%;
}

.newman-testimonial-card__body {
	position: relative;
	display: flex;
	min-height: 285px;
	height: 100%;
	flex-direction: column;
	padding: 34px 30px 32px;
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.14);
	overflow: hidden;
}

.newman-testimonial-card__body::before {
	position: absolute;
	top: 14px;
	right: 22px;
	color: rgba(178, 172, 144, 0.34);
	content: "\"";
	font-family: Georgia, serif;
	font-size: 92px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.newman-testimonial-card__image-link {
	display: block;
	width: 72px;
	height: 72px;
	margin-bottom: 22px;
	border: 4px solid var(--newman-white);
	border-radius: 50%;
	background: var(--newman-primary);
	box-shadow: 0 0 0 1px rgba(41, 54, 59, 0.1);
	overflow: hidden;
}

.newman-testimonial-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.2s ease, transform 0.3s ease;
}

.newman-testimonial-card__image-link:hover .newman-testimonial-card__image,
.newman-testimonial-card__image-link:focus .newman-testimonial-card__image {
	opacity: 0.88;
	transform: scale(1.04);
}

.newman-testimonial-card__text {
	position: relative;
	z-index: 1;
	margin: 0 0 22px;
	color: var(--newman-muted);
	font-size: 14px;
	line-height: 24px;
}

.newman-testimonial-card__name {
	position: relative;
	z-index: 1;
	margin: auto 0 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
}

.newman-testimonial-card__name a {
	color: var(--newman-primary);
}

.newman-testimonial-card__name a:hover,
.newman-testimonial-card__name a:focus {
	color: var(--newman-accent-dark);
}

.newman-testimonial-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 44px;
	align-items: start;
}

.newman-testimonial-detail__main,
.newman-testimonial-detail__sidebar {
	min-width: 0;
}

.newman-testimonial-detail__quote {
	position: relative;
	padding: 50px 52px 44px;
	background: var(--newman-white);
	box-shadow: 0 1px 5px rgba(41, 54, 59, 0.16);
	overflow: hidden;
}

.newman-testimonial-detail__quote::before {
	position: absolute;
	top: 18px;
	right: 34px;
	color: rgba(178, 172, 144, 0.32);
	content: "\"";
	font-family: Georgia, serif;
	font-size: 132px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.newman-testimonial-detail__image {
	position: relative;
	z-index: 1;
	width: 96px;
	height: 96px;
	margin: 0 0 28px;
	border: 5px solid var(--newman-white);
	border-radius: 50%;
	background: var(--newman-primary);
	box-shadow: 0 0 0 1px rgba(41, 54, 59, 0.12);
	overflow: hidden;
}

.newman-testimonial-detail__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newman-testimonial-detail__text {
	position: relative;
	z-index: 1;
	color: var(--newman-muted);
	font-size: 18px;
	line-height: 1.8;
}

.newman-testimonial-detail__text p {
	margin: 0;
}

.newman-testimonial-detail__name {
	position: relative;
	z-index: 1;
	margin: 28px 0 0;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 20px;
	font-weight: 600;
}

.newman-testimonial-detail__sidebar {
	position: sticky;
	top: 24px;
}

.newman-testimonial-nav,
.newman-testimonial-contact-box {
	background: var(--newman-white);
	box-shadow: 0 1px 4px rgba(41, 54, 59, 0.14);
}

.newman-testimonial-nav {
	margin-bottom: 24px;
}

.newman-testimonial-nav__title,
.newman-testimonial-contact-box__title {
	margin: 0;
	padding: 19px 22px;
	background: var(--newman-primary);
	color: var(--newman-white);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.newman-testimonial-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-testimonial-nav__item {
	border-bottom: 1px solid var(--newman-border);
}

.newman-testimonial-nav__item a {
	display: block;
	padding: 14px 22px;
	color: var(--newman-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.newman-testimonial-nav__item a:hover,
.newman-testimonial-nav__item a:focus,
.newman-testimonial-nav__item.is-current a {
	background: #f5f5f5;
	color: var(--newman-accent-dark);
}

.newman-testimonial-contact-box {
	padding-bottom: 24px;
}

.newman-testimonial-contact-box__title {
	margin-bottom: 24px;
}

.newman-testimonial-contact-box__button {
	margin: 0 22px;
}

.newman-home-request-info {
	position: relative;
	padding: 55px 0 50px;
	background-color: var(--newman-primary);
	background-image: linear-gradient(rgba(41, 54, 59, 0.72), rgba(41, 54, 59, 0.72)), var(--newman-request-info-bg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--newman-white);
}

.newman-home-request-info__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 30px;
	align-items: start;
}

.newman-home-request-info__title {
	margin: 0 0 22px;
	color: var(--newman-white);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
}

.newman-home-request-info__text {
	max-width: 330px;
	margin: 0;
	color: var(--newman-white);
	font-size: 14px;
	line-height: 22px;
}

.newman-home-request-info__form {
	min-width: 0;
	padding-top: 26px;
}

.newman-home-request-info .wpcf7-form {
	margin: 0;
}

.newman-home-request-info .request_callback .row {
	display: block;
	margin: 0;
}

.newman-home-request-info .request_callback .row::after {
	display: block;
	clear: both;
	content: "";
}

.newman-home-request-info .request_callback [class*="col-"] {
	float: left;
	width: calc(50% - 15px);
	margin: 0 30px 17px 0;
	min-width: 0;
	max-width: calc(50% - 15px);
}

.newman-home-request-info .request_callback [class*="col-"]:nth-of-type(2n) {
	margin-right: 0;
}

.newman-home-request-info .input-group {
	display: block;
	margin: 0;
}

.newman-home-request-info label {
	display: block;
	margin: 0 0 7px;
	color: var(--newman-white) !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.newman-home-request-info #wpcf7-f1568-o1 .request_callback .row > [class*="col-"]:last-child label[style*="visibility:hidden"],
.newman-home-request-info #wpcf7-f1568-o1 .request_callback .row > [class*="col-"]:last-child label[style*="visibility: hidden"] {
	display: none;
	margin: 0;
}

.newman-home-request-info input,
.newman-home-request-info select,
.newman-home-request-info textarea {
	width: 100%;
	min-height: 48px;
	border-color: transparent;
	background-color: var(--newman-white);
	color: var(--newman-primary);
}

.newman-home-request-info input:focus,
.newman-home-request-info select:focus,
.newman-home-request-info textarea:focus {
	border-color: var(--newman-accent);
	box-shadow: 0 0 0 3px rgba(178, 172, 144, 0.32);
}

.newman-home-request-info button[type="submit"],
.newman-home-request-info input[type="submit"],
.newman-home-request-info .wpcf7-submit {
	width: 100%;
	min-height: 48px;
	border-color: var(--newman-accent);
	background: var(--newman-accent);
	color: var(--newman-primary);
}

.newman-home-request-info button[type="submit"]:hover,
.newman-home-request-info button[type="submit"]:focus,
.newman-home-request-info input[type="submit"]:hover,
.newman-home-request-info input[type="submit"]:focus,
.newman-home-request-info .wpcf7-submit:hover,
.newman-home-request-info .wpcf7-submit:focus {
	border-color: var(--newman-white);
	background: var(--newman-white);
	color: var(--newman-primary);
}

.newman-home-request-info .wpcf7-spinner {
	background-color: rgba(255, 255, 255, 0.7);
}

.newman-home-request-info .wpcf7-not-valid-tip {
	color: #fff0d2;
}

.newman-home-request-info .wpcf7 form .wpcf7-response-output {
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.12);
	color: var(--newman-white);
}

.newman-readable {
	max-width: 780px;
}

.newman-readable > *:last-child {
	margin-bottom: 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	margin: 8px 0 0;
	color: var(--newman-muted);
	font-size: 13px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 28px;
}

.gallery-item {
	margin: 0;
}

.gallery img {
	display: block;
	width: 100%;
}

.wp-block-image {
	margin: 0 0 28px;
}

.wp-block-columns {
	gap: 30px;
}

.wp-block-cover {
	margin-bottom: 34px;
}

.wp-block-quote,
.wp-block-pullquote {
	border-color: var(--newman-accent);
}

.wp-block-separator {
	border: 0;
	background: var(--newman-border);
}

.vc_row,
.wpb_row {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.vc_row::after,
.vc_row::before,
.wpb_row::after,
.wpb_row::before {
	display: table;
	clear: both;
	content: "";
}

.vc_row[data-vc-full-width],
.vc_row.full_width,
.vc_row.vc_row-fluid {
	width: 100%;
}

.vc_row:not([data-vc-full-width]) {
	max-width: var(--newman-container);
}

.vc_row.vc_inner {
	max-width: none;
}

.vc_column_container {
	position: relative;
	min-height: 1px;
}

.vc_column-inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.wpb_content_element {
	margin-bottom: 28px;
}

.vc_custom_heading {
	margin-top: 0;
}

.stm_spacing {
	display: block;
	clear: both;
}

.stm_info_box,
.info_box {
	position: relative;
	height: 100%;
	padding: 30px 28px;
	border: 1px solid var(--newman-border);
	background: var(--newman-white);
	color: var(--newman-muted);
	text-align: center;
}

.stm_info_box h1,
.stm_info_box h2,
.stm_info_box h3,
.stm_info_box h4,
.stm_info_box h5,
.stm_info_box h6,
.info_box h1,
.info_box h2,
.info_box h3,
.info_box h4,
.info_box h5,
.info_box h6 {
	color: var(--newman-primary);
}

.stm_info_box .title,
.info_box .title {
	margin-bottom: 12px;
	color: var(--newman-primary);
	font-family: var(--newman-heading-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.overlay_2,
.overlay_4 {
	position: relative;
	color: var(--newman-white);
}

.overlay_2::before,
.overlay_4::before {
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(41, 54, 59, 0.58);
	content: "";
	pointer-events: none;
}

.overlay_2 > *,
.overlay_4 > * {
	position: relative;
	z-index: 1;
}

.fixed_bg {
	background-attachment: fixed;
}

#header.site-header {
	position: relative;
	z-index: 99999;
	background: var(--newman-white);
}

.site-header__top-bar {
	position: relative;
	z-index: 20;
	background: var(--newman-primary);
	color: var(--newman-white);
	font-size: 13px;
}

.site-header__top-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 46px;
	min-height: 50px;
	margin: 0;
	padding: 0 6px 0 0;
	list-style: none;
	white-space: nowrap;
}

.site-header__top-list li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 5px 0;
}

.site-header__main {
	background: var(--newman-white);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.site-header__main-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 113px;
}

.site-header__logo,
.newman-mobile-header__logo {
	flex: 0 0 auto;
	font-family: var(--newman-heading-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.site-header__logo-link {
	display: block;
	color: var(--newman-primary);
	text-decoration: none;
}

.site-header__logo-link img {
	display: block;
	width: auto;
	max-width: 260px;
	object-fit: contain;
}

.site-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.newman-primary-menu,
.newman-primary-menu .sub-menu,
.newman-mobile-menu,
.newman-mobile-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newman-primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: var(--newman-heading-font);
}

.newman-primary-menu > li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 -4px;
	color: var(--newman-primary);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.newman-primary-menu > li > a {
	position: relative;
	display: block;
	height: auto;
	padding: 10px 16px;
	color: var(--newman-primary);
	text-decoration: none;
	text-transform: capitalize;
	transition: color 0.2s linear;
}

.newman-primary-menu > li.menu-item-has-children > a {
	padding-right: 24px;
}

.newman-primary-menu > li.menu-item-has-children > a::after {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border-top: 4px solid currentColor;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.newman-primary-menu > li.current-menu-item > a,
.newman-primary-menu > li.current-menu-ancestor > a,
.newman-primary-menu > li.current-menu-parent > a,
.newman-primary-menu > li.current_page_item > a,
.newman-primary-menu > li.current_page_parent > a,
.newman-primary-menu > li.current_page_ancestor > a,
.newman-primary-menu > li > a:focus {
	color: var(--newman-accent-dark);
}

.newman-primary-menu > li:hover > a {
	color: var(--newman-accent);
}

.newman-primary-menu li {
	position: relative;
	margin-bottom: 0;
}

.newman-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 230px;
	padding: 14px 0;
	background: var(--newman-white);
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.27);
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: opacity 0.2s linear, visibility 0.2s linear, transform 0.2s linear;
}

.newman-primary-menu li:hover > .sub-menu,
html.no-js .newman-primary-menu li:focus-within > .sub-menu,
.newman-primary-menu li.is-dropdown-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

[data-newman-hero-slide][hidden],
.newman-hero__slide[hidden] {
	display: none !important;
}

.newman-primary-menu .sub-menu .sub-menu {
	top: -2px;
	left: 100%;
	padding: 6px 0 4px;
	background: var(--newman-primary);
}

.newman-primary-menu .sub-menu li {
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
}

.newman-primary-menu .sub-menu li::before,
.newman-primary-menu .sub-menu li::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 2px;
	background: var(--newman-primary);
	content: "";
	opacity: 0;
	visibility: hidden;
}

.newman-primary-menu .sub-menu li::before {
	top: -2px;
}

.newman-primary-menu .sub-menu li::after {
	bottom: -2px;
}

.newman-primary-menu .sub-menu li:hover::before,
.newman-primary-menu .sub-menu li:hover::after {
	opacity: 1;
	visibility: visible;
}

.newman-primary-menu .sub-menu a {
	display: block;
	padding: 13px 26px 11px;
	color: #333;
	text-decoration: none;
}

.newman-primary-menu .sub-menu a:hover,
.newman-primary-menu .sub-menu a:focus,
.newman-primary-menu .sub-menu li:hover > a {
	background: var(--newman-primary);
	color: var(--newman-white);
}

.newman-primary-menu .sub-menu .sub-menu a {
	color: var(--newman-white);
}

.newman-primary-menu .sub-menu .sub-menu a:hover,
.newman-primary-menu .sub-menu .sub-menu a:focus {
	color: var(--newman-accent);
}

.newman-mobile-header {
	display: none;
}

#footer.site-footer {
	position: relative;
	background: var(--newman-footer-bg, var(--newman-primary));
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.39);
	color: var(--newman-white);
}

.site-footer__widgets {
	padding: 22px 0 5px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 1fr);
	gap: 30px;
	align-items: start;
}

.site-footer__logo {
	margin: 0 0 37px;
	padding-top: 22px;
}

.site-footer__logo a {
	display: inline-block;
	vertical-align: top;
}

.site-footer__logo img {
	display: block;
	width: auto;
	max-width: 260px;
	object-fit: contain;
}

.site-footer__copy {
	max-width: 540px;
	margin: 0 0 35px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 22px;
}

.site-footer__copy p {
	margin: 0;
}

.site-footer__nav {
	padding-top: 19px;
	font-family: var(--newman-body-font);
}

.site-footer__nav-title {
	margin: 0 0 17px;
	color: var(--newman-white);
	font-family: var(--newman-heading-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: uppercase;
}

.newman-footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 26px;
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}

.newman-footer-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

body.newman-site #footer.site-footer .newman-footer-menu a,
body.newman-site #footer.site-footer .newman-footer-menu a:visited {
	display: block;
	padding: 9px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.newman-site #footer.site-footer .newman-footer-menu a:hover,
body.newman-site #footer.site-footer .newman-footer-menu a:focus,
body.newman-site #footer.site-footer .newman-footer-menu a:visited:hover,
body.newman-site #footer.site-footer .newman-footer-menu a:visited:focus {
	color: var(--newman-footer-accent, var(--newman-accent));
}

.site-footer__copyright-row {
	position: relative;
}

.site-footer__copyright {
	border-top: 1px solid rgba(204, 204, 204, 0.5);
	padding: 26px 0 23px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

.site-footer__copyright a {
	color: var(--newman-footer-accent, var(--newman-accent));
}

.site-footer__copyright a:hover,
.site-footer__copyright a:focus {
	color: var(--newman-white);
}

@media (min-width: 769px) {
	.vc_row,
	.wpb_row {
		display: flex;
		flex-wrap: wrap;
	}

	.vc_column_container {
		float: left;
	}

	.vc_col-sm-12,
	.vc_col-md-12,
	.vc_col-lg-12 {
		width: 100%;
	}

	.vc_col-sm-8,
	.vc_col-md-8,
	.vc_col-lg-8 {
		width: 66.66666667%;
	}

	.vc_col-sm-6,
	.vc_col-md-6,
	.vc_col-lg-6 {
		width: 50%;
	}

	.vc_col-sm-4,
	.vc_col-md-4,
	.vc_col-lg-4 {
		width: 33.33333333%;
	}

	.vc_col-sm-3,
	.vc_col-md-3,
	.vc_col-lg-3 {
		width: 25%;
	}
}

@media (max-width: 1199px) {
	:root {
		--newman-container: 970px;
	}

	h1 {
		font-size: 40px;
	}

	h2,
	.newman-section__title,
	.newman-title {
		font-size: 31px;
	}

	.newman-primary-menu > li > a {
		padding-right: 12px;
		padding-left: 12px;
	}

	.newman-primary-menu > li.menu-item-has-children > a {
		padding-right: 21px;
	}
}

@media (max-width: 991px) {
	:root {
		--newman-container: 750px;
	}

	body.newman-site {
		font-size: 14px;
	}

	h1 {
		font-size: 36px;
	}

	h2,
	.newman-section__title,
	.newman-title {
		font-size: 29px;
	}

	.newman-section {
		padding: 58px 0;
	}

	.newman-section--tall {
		padding: 72px 0;
	}

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

	.newman-grid--sidebar {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.newman-hero-slider,
	.newman-hero__slide {
		min-height: 520px;
	}

	.newman-hero__panel {
		width: min(650px, 100%);
		transform: translateY(60px);
	}

	.newman-hero__title {
		font-size: 36px;
	}

	.newman-hero__text {
		font-size: 18px;
	}

	.newman-home-news__grid,
	.newman-services-grid,
	.newman-home-services__grid,
	.newman-home-testimonials__grid,
	.newman-testimonials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.newman-service-detail__layout {
		grid-template-columns: minmax(0, 1fr) 250px;
		gap: 34px;
	}

	.newman-staff-card {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.newman-staff-card__body {
		padding: 30px;
	}

	.newman-staff-detail__layout {
		grid-template-columns: minmax(0, 1fr) 250px;
		gap: 34px;
	}

	.newman-testimonial-detail__layout {
		grid-template-columns: minmax(0, 1fr) 250px;
		gap: 34px;
	}
}

@media (max-width: 991px) and (min-width: 769px) {
	.site-header__main-inner {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 20px;
	}

	.site-header__logo {
		width: 100%;
		margin-bottom: 12px;
	}

	.site-header__logo-link img {
		margin-right: auto;
		margin-left: auto;
	}

	.site-header__nav {
		width: 100%;
		justify-content: center;
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	:root {
		--newman-container: 100%;
	}

	body.newman-site.admin-bar {
		min-height: calc(100vh - 46px);
	}

	.newman-container {
		max-width: calc(100% - 40px);
	}

	h1 {
		font-size: 32px;
	}

	h2,
	.newman-section__title,
	.newman-title {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	blockquote {
		padding: 20px;
		font-size: 16px;
	}

	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 0 auto 24px;
	}

	.newman-section,
	.newman-content-area {
		padding: 46px 0;
	}

	.newman-section--compact {
		padding: 34px 0;
	}

	.newman-section--tall {
		padding: 56px 0;
	}

	.newman-section__header {
		margin-bottom: 30px;
	}

	.newman-grid,
	.newman-grid--2,
	.newman-grid--4 {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.newman-card__body {
		padding: 22px;
	}

	.newman-page-header {
		padding: 40px 0 34px;
	}

	.newman-page-header__title {
		font-size: 30px;
	}

	.newman-contact__top,
	.newman-contact__bottom {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.newman-contact__top {
		margin-bottom: 38px;
	}

	.newman-contact__map iframe {
		min-height: 300px;
	}

	.newman-contact__details,
	.newman-contact__person {
		padding: 30px;
	}

	.newman-contact__detail-list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.newman-page-news__image img {
		max-height: 300px;
	}

	.newman-post-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.newman-post-detail__layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.newman-post-detail__sidebar {
		position: static;
	}

	.newman-post-detail__image {
		margin-bottom: 30px;
	}

	.newman-search-form {
		grid-template-columns: 1fr;
		margin-bottom: 34px;
	}

	.newman-quick-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.newman-services-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.newman-service-detail__layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.newman-service-detail__sidebar {
		position: static;
	}

	.newman-service-detail__image {
		margin-bottom: 30px;
	}

	.newman-people-page__intro {
		margin-bottom: 34px;
		text-align: left;
	}

	.newman-staff-list {
		gap: 28px;
	}

	.newman-staff-card {
		grid-template-columns: 1fr;
	}

	.newman-staff-card__image-link {
		min-height: 0;
	}

	.newman-staff-card__image {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.newman-staff-card__body {
		padding: 28px 30px 30px;
	}

	.newman-staff-detail__layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.newman-staff-detail__sidebar {
		position: static;
	}

	.newman-testimonials-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.newman-testimonial-detail__layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.newman-testimonial-detail__sidebar {
		position: static;
	}

	.newman-testimonial-detail__quote {
		padding: 36px 30px 34px;
	}

	.newman-testimonial-detail__text {
		font-size: 16px;
		line-height: 1.7;
	}

	.newman-staff-detail__image {
		margin-bottom: 30px;
	}

	.newman-hero-slider,
	.newman-hero__slide {
		min-height: 500px;
	}

	.newman-hero__slide {
		align-items: flex-start;
		padding: 36px 0 76px;
	}

	.newman-hero__panel {
		width: 100%;
		padding: 25px 24px 30px;
		background: rgba(255, 255, 255, 0.9);
		transform: none;
	}

	.newman-hero__title {
		font-size: 31px;
		line-height: 1.18;
	}

	.newman-hero__rule {
		margin: 13px 0 18px;
	}

	.newman-hero__text {
		font-size: 16px;
		line-height: 1.55;
	}

	.newman-hero__button {
		min-width: 0;
		margin-top: 24px;
	}

	.newman-hero__control {
		top: auto;
		bottom: 20px;
		width: 40px;
		height: 40px;
		transform: none;
	}

	.newman-hero__control--prev {
		left: 20px;
	}

	.newman-hero__control--next {
		right: 20px;
	}

	.newman-why {
		margin-bottom: 46px;
		padding: 46px 0 56px;
	}

	.newman-why__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.newman-why-card {
		padding: 34px 30px;
	}

	.newman-home-news {
		padding-bottom: 56px;
	}

	.newman-home-news__header {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.newman-home-news__title::after {
		margin-right: auto;
		margin-left: auto;
	}

	.newman-home-news__archive-link {
		display: inline-block;
		margin-top: 18px;
		margin-bottom: 0;
	}

	.newman-home-news__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.newman-news-card__body {
		min-height: 0;
	}

	.newman-home-services {
		padding-bottom: 56px;
	}

	.newman-home-services__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.newman-service-card__body {
		min-height: 0;
	}

	.newman-home-testimonials {
		padding: 56px 0;
	}

	.newman-home-testimonials__header {
		margin-bottom: 30px;
	}

	.newman-home-testimonials__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.newman-testimonial-card__body {
		min-height: 0;
	}

	.newman-home-request-info {
		padding: 46px 0;
	}

	.newman-home-request-info__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.newman-home-request-info__title {
		margin-bottom: 14px;
		font-size: 22px;
		text-align: center;
	}

	.newman-home-request-info__text {
		max-width: none;
		text-align: center;
	}

	.newman-home-request-info__form {
		padding-top: 0;
	}

	.newman-home-request-info .request_callback .row {
		display: block;
	}

	.newman-home-request-info .request_callback [class*="col-"] {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		max-width: 100%;
	}

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

	.fixed_bg {
		background-attachment: scroll;
	}

	.vc_row,
	.wpb_row {
		display: block;
		max-width: none;
	}

	.vc_column_container {
		width: 100% !important;
	}

	.vc_column-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.site-header__desktop {
		display: none;
	}

	.newman-mobile-header {
		display: block;
	}

	.newman-mobile-header__logo-row {
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		min-height: 142px;
		padding: 22px 35px 30px 41px;
		background: var(--newman-white);
	}

	.newman-mobile-header__logo img {
		display: block;
		width: auto;
		max-width: 230px;
		object-fit: contain;
	}

	.newman-mobile-toggle {
		position: relative;
		width: 26px;
		height: 28px;
		margin: 17px 0 0;
		padding: 12px 0;
		border: 0;
		background: transparent;
		color: var(--newman-primary);
		cursor: pointer;
	}

	.newman-mobile-toggle__bar,
	.newman-mobile-toggle__bar::before,
	.newman-mobile-toggle__bar::after {
		position: absolute;
		left: 0;
		display: block;
		width: 26px;
		height: 4px;
		border-radius: 2px;
		background: var(--newman-primary);
		content: "";
		transition: transform 0.2s linear, background 0.2s linear, top 0.2s linear, bottom 0.2s linear;
	}

	.newman-mobile-toggle__bar {
		top: 50%;
		margin-top: -2px;
	}

	.newman-mobile-toggle__bar::before {
		top: -8px;
	}

	.newman-mobile-toggle__bar::after {
		bottom: -8px;
	}

	.newman-mobile-header.is-menu-open .newman-mobile-toggle__bar {
		background: transparent;
	}

	.newman-mobile-header.is-menu-open .newman-mobile-toggle__bar::before {
		top: 0;
		transform: rotate(-45deg);
	}

	.newman-mobile-header.is-menu-open .newman-mobile-toggle__bar::after {
		bottom: 0;
		transform: rotate(45deg);
	}

	.newman-mobile-header__info {
		background: var(--newman-primary);
		color: var(--newman-white);
	}

	.newman-mobile-nav {
		display: none;
		margin: 0 0 15px;
		padding: 16px 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
	}

	.newman-mobile-header.is-menu-open .newman-mobile-nav {
		display: block;
	}

	.newman-mobile-menu {
		font-family: var(--newman-heading-font);
	}

	.newman-mobile-menu li {
		position: relative;
		margin: 0;
	}

	.newman-mobile-menu a {
		display: block;
		color: var(--newman-white);
		text-decoration: none;
	}

	.newman-mobile-menu > li > a {
		padding: 11px 36px 11px 44px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.25;
		text-transform: lowercase;
	}

	.newman-mobile-menu > li.current-menu-item > a,
	.newman-mobile-menu > li.current-menu-ancestor > a,
	.newman-mobile-menu > li.current-menu-parent > a,
	.newman-mobile-menu > li > a:hover,
	.newman-mobile-menu > li > a:focus {
		color: var(--newman-accent);
	}

	.newman-mobile-menu .sub-menu {
		display: block;
		padding: 0 0 8px;
	}

	.newman-mobile-menu .sub-menu a {
		padding: 7px 54px;
		color: rgba(255, 255, 255, 0.82);
		font-size: 14px;
		line-height: 1.35;
		text-transform: none;
	}

	.newman-mobile-menu .sub-menu a:hover,
	.newman-mobile-menu .sub-menu a:focus {
		background: rgba(255, 255, 255, 0.08);
		color: var(--newman-white);
	}

	.newman-mobile-contact {
		padding: 40px;
		color: var(--newman-white);
		font-size: 13px;
		line-height: 1.55;
	}

	.newman-mobile-contact__group {
		margin: 0 0 18px;
	}

	.newman-mobile-contact__group:last-child {
		margin-bottom: 0;
	}

	.site-footer__widgets {
		padding-top: 20px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.site-footer__logo {
		margin-bottom: 24px;
	}

	.site-footer__nav {
		padding-top: 0;
	}

	.newman-footer-menu {
		grid-template-columns: 1fr;
	}

	.site-footer__copyright {
		padding: 18px 0 20px;
		line-height: 1.5;
	}
}

@media (max-width: 480px) {
	.newman-container {
		max-width: calc(100% - 30px);
	}

	h1 {
		font-size: 28px;
	}

	h2,
	.newman-section__title,
	.newman-title {
		font-size: 24px;
	}

	.newman-button,
	.button,
	.wp-block-button__link,
	.wp-element-button,
	button[type="submit"],
	input[type="submit"],
	.wpcf7-submit,
	.vc_btn3,
	.stm_button,
	a.button {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.newman-mobile-header__logo-row {
		min-height: 130px;
		padding: 20px 24px 24px;
	}

	.newman-mobile-header__logo img {
		max-width: 210px;
	}

	.newman-mobile-menu > li > a {
		padding-right: 28px;
		padding-left: 30px;
	}

	.newman-mobile-menu .sub-menu a {
		padding-right: 36px;
		padding-left: 42px;
	}

	.newman-mobile-contact {
		padding: 32px 30px;
	}

	.newman-why-card {
		padding: 30px 24px;
	}

	.newman-why-card__title-row {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.newman-why-card__text,
	.newman-why-card__more {
		padding-left: 48px;
	}

	.newman-news-card__body {
		padding: 24px;
	}

	.newman-service-card__body {
		padding: 24px;
	}

	.newman-staff-card__body {
		padding: 26px 24px;
	}

	.newman-testimonial-card__body {
		padding: 28px 24px;
	}

	.gallery {
		grid-template-columns: 1fr;
	}
}

/* Step 33 visual tuning against the Consulting child reference screenshots. */
.newman-primary-menu > li.current-menu-item > a,
.newman-primary-menu > li.current-menu-ancestor > a,
.newman-primary-menu > li.current-menu-parent > a,
.newman-primary-menu > li.current_page_item > a,
.newman-primary-menu > li.current_page_parent > a,
.newman-primary-menu > li.current_page_ancestor > a {
	color: #000080;
}

.newman-page-header--image {
	min-height: 172px;
	padding: 52px 0 38px;
	background-color: var(--newman-primary);
	background-image: linear-gradient(rgba(35, 82, 101, 0.68), rgba(35, 82, 101, 0.68)), var(--newman-page-header-bg);
	background-position: center;
	background-size: cover;
	color: var(--newman-white);
}

.newman-page-header--image .newman-container {
	position: relative;
	z-index: 1;
}

.newman-page-header--image .newman-page-header__title {
	color: var(--newman-white);
	font-size: 34px;
	font-weight: 400;
	line-height: 1.2;
}

.newman-page-header--image .newman-page-header__title::after {
	display: block;
	width: 35px;
	height: 5px;
	margin: 17px 0 0;
	border-radius: 3px;
	background: var(--newman-white);
	content: "";
}

.newman-page-header--image .newman-breadcrumbs {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.9);
}

.newman-page-header--image .newman-breadcrumbs a,
.newman-page-header--image .newman-breadcrumbs__item,
.newman-page-header--image .newman-breadcrumbs__item::before {
	color: rgba(255, 255, 255, 0.9);
}

.newman-services-page__layout,
.newman-service-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 255px;
	gap: 39px;
	align-items: start;
}

.newman-services-page .newman-services-grid {
	gap: 50px 30px;
}

.newman-services-page .newman-service-card {
	height: auto;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	transform: none;
}

.newman-services-page .newman-service-card:hover,
.newman-services-page .newman-service-card:focus-within {
	box-shadow: none;
	transform: none;
}

.newman-services-page .newman-service-card__image-link {
	background: transparent;
}

.newman-services-page .newman-service-card__image {
	aspect-ratio: 350 / 250;
}

.newman-services-page .newman-service-card__body {
	min-height: 0;
	padding: 26px 0 0;
}

.newman-services-page .newman-service-card__title {
	margin: 0 0 12px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.18;
}

.newman-services-page .newman-service-card__title::before {
	display: block;
	width: 47px;
	height: 4px;
	margin: 0 0 20px;
	background: #ff5b2e;
	content: "";
}

.newman-services-page .newman-service-card__excerpt {
	color: #111;
	font-size: 14px;
	line-height: 20px;
}

.newman-services-page .newman-service-card__more {
	color: #111;
	font-family: var(--newman-body-font);
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}

.newman-services-page .newman-service-card__more::after {
	display: none;
}

.newman-services-support {
	min-width: 0;
}

.newman-services-support__callout {
	margin: 0 0 30px;
	padding: 38px 30px 39px;
	background: #ff5b2e;
	color: #111;
}

.newman-services-support__callout h2 {
	margin: 0 0 17px;
	color: #111;
	font-size: 18px;
	line-height: 1.35;
	text-transform: none;
}

.newman-services-support__callout p {
	margin: 0 0 19px;
	font-size: 14px;
	line-height: 22px;
}

.newman-services-support__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	min-height: 40px;
	padding: 10px 22px;
	background: var(--newman-white);
	color: #111;
	font-family: var(--newman-heading-font);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.newman-services-support__testimonial {
	position: relative;
	margin: 0 0 21px;
	padding: 25px 30px;
	border: 3px solid #eeeeee;
	background: var(--newman-white);
	color: #111;
	font-size: 14px;
	line-height: 26px;
}

.newman-services-support__testimonial::after {
	position: absolute;
	bottom: -17px;
	left: 62px;
	width: 28px;
	height: 28px;
	border-right: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	background: var(--newman-white);
	content: "";
	transform: rotate(45deg);
}

.newman-services-support__testimonial p {
	margin: 0;
}

.newman-services-support__person {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #111;
	font-family: var(--newman-heading-font);
	font-size: 13px;
}

.newman-services-support__image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.newman-service-detail .newman-content-area > .newman-container > .newman-breadcrumbs {
	margin: 0 0 38px;
}

.newman-service-detail__title {
	margin: 0 0 25px;
	color: var(--newman-primary);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
}

.newman-service-detail__title::after {
	display: block;
	width: 35px;
	height: 5px;
	margin: 18px 0 0;
	border-radius: 3px;
	background: #ff5b2e;
	content: "";
}

.newman-home-statement {
	position: relative;
	padding: 61px 0 65px;
	background-color: #657173;
	background-image: linear-gradient(rgba(75, 87, 90, 0.82), rgba(75, 87, 90, 0.82)), var(--newman-statement-bg);
	background-position: center;
	background-size: cover;
	color: var(--newman-white);
	text-align: center;
}

.newman-home-statement p {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 27px;
	line-height: 1.28;
}

.newman-home-testimonials {
	background: var(--newman-white);
}

.newman-home-testimonials__intro {
	max-width: 690px;
	margin: 28px auto 0;
	color: #111;
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
}

.newman-home-testimonials .newman-testimonial-card:nth-child(n+4) {
	display: none;
}

.newman-home-testimonials .newman-testimonial-card__body {
	min-height: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.newman-home-testimonials .newman-testimonial-card__body::before {
	display: none;
}

.newman-home-testimonials .newman-testimonial-card__image-link {
	order: 1;
	width: 122px;
	height: 122px;
	margin: 0 auto 32px;
	border: 0;
	box-shadow: none;
}

.newman-home-testimonials .newman-testimonial-card__name {
	order: 2;
	margin: 0 0 24px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}

.newman-home-testimonials .newman-testimonial-card__text {
	order: 3;
	margin: 0;
	color: #111;
	font-size: 14px;
	line-height: 22px;
}

.newman-contact__detail-list div {
	display: block;
	margin-bottom: 16px;
}

.newman-contact__detail-list dt {
	display: none;
}

.newman-contact__detail-list dd,
.newman-contact__detail-list dd a {
	color: var(--newman-white);
}

.newman-contact__bottom {
	grid-template-columns: minmax(0, 2fr) 350px;
}

.newman-contact__form h2,
.newman-contact__person h2 {
	position: relative;
	margin-bottom: 38px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.newman-contact__form h2::after,
.newman-contact__person h2::after {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 35px;
	height: 5px;
	border-radius: 3px;
	background: #ff5b2e;
	content: "";
}

.newman-contact .request_callback .row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.newman-contact .request_callback [class*="col-"],
.newman-contact .input-group {
	min-width: 0;
	margin: 0;
}

.newman-contact .input-group + .input-group {
	margin-top: 30px;
}

.newman-contact input[type="text"],
.newman-contact input[type="email"],
.newman-contact input[type="tel"],
.newman-contact textarea {
	min-height: 50px;
	border: 0;
	background: #cccccc;
	color: #111;
}

.newman-contact textarea {
	height: 128px;
	min-height: 128px;
}

.newman-contact button[type="submit"] {
	min-width: 132px;
	margin-top: 0;
	background: var(--newman-primary);
}

.newman-contact__person {
	padding: 0;
	border: 0;
	background: transparent;
}

.newman-contact__person-image {
	float: left;
	width: 88px;
	height: 88px;
	margin: 0 22px 0 0;
	border-radius: 0;
}

.newman-contact__person h3 {
	margin: 7px 0 4px;
	font-size: 18px;
	font-weight: 700;
}

.newman-contact__person a {
	color: #111;
}

@media (max-width: 768px) {
	.newman-page-header--image {
		min-height: 176px;
		padding: 72px 0 38px;
	}

	.newman-page-header--image .newman-page-header__title {
		font-size: 32px;
	}

	.newman-services-page__layout,
	.newman-service-detail__layout,
	.newman-contact__bottom,
	.newman-contact .request_callback .row {
		grid-template-columns: 1fr;
	}

	.newman-services-page .newman-service-card {
		background: var(--newman-white);
		box-shadow: 0 1px 4px rgba(41, 54, 59, 0.16);
		overflow: hidden;
	}

	.newman-services-page .newman-service-card__body {
		padding: 24px;
	}

	.newman-services-support {
		display: none;
	}

	.newman-home-statement {
		padding: 48px 0 52px;
	}

	.newman-home-statement p {
		font-size: 29px;
		line-height: 1.22;
	}

	.newman-home-testimonials .newman-testimonial-card:nth-child(n+2) {
		display: none;
	}

	.newman-home-testimonials .newman-testimonial-card__name {
		font-size: 34px;
	}

	.newman-contact__details {
		padding: 40px 50px;
	}

	.newman-contact__person-image {
		float: left;
	}
}

@media (max-width: 480px) {
	.newman-contact__person h3,
	.newman-contact__person a {
		display: block;
		margin-left: 110px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
