/* =========================================
*** PADDING - MARGINS - LINE-HEIGHT ENDS ***
========================================== */

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

html {
	font-family: "TT Commons";
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.5;
	color: #252525;
	font-display: swap;
}

body {
	margin: 0;
	background: #fafafa;
}

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

.hero {
	grid-area: hero;
	margin-top: -1px;
}

.newsbar {
	grid-area: news;
	background: #303030;
}

.content-new {
	grid-area: contn;
	background: #fafafa;
}

.pages {
	grid-area: page;
}

footer {
	grid-area: ftr;
	background: #fafafa;
}

.responsive {
	width: 100%;
	height: auto;
}

img.responsive {
	width: 100%;
	height: auto;
}

.white {
	color: #fff !important;
}

a, a:active, a:hover, a:visited {
	transition: all .2s ease-in-out;
}

p a, p a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	transition: all 125ms ease-in-out;
}

p a:active, p a:hover {
	color: #656565;
	text-decoration: none;
	border-bottom: 1px solid rgba(55, 89, 156, .25);
	transition: all 125ms ease-in-out;
}

.right-then-left {
	justify-self: end;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: "TT Commons";
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-size: 4.7em;
	line-height: 1.1;
}

h2 {
	font-size: 3.8em;
	line-height: 1.2;
}

h2.h2small {
	font-size: 3.1em;
	line-height: 1.2;
}

h3 {
	font-size: 3em;
	line-height: 1.2;
}

h4 {
	font-size: 1.9em;
	line-height: 1.2;
}

h5 {
	font-size: 1.4em;
	line-height: 1.5;
}

h4 a, h5 a {
	color: #252525;
	text-decoration: none;
}

h5 a i.fa {
	position: relative;
	font-size: .8em;
	padding-left: 11px;
	top: 1px;
	color: #fafafa;
}

h5 a:hover i.fa {
	color: #fff;
}

h5 a:active i.fa {
	color: rgba(255, 255, 255, .6);
}

p {
	font-size: 1.1em;
	margin: 0;
	padding: 1.2em 0;
	line-height: 1.4;
}

@media only screen and (max-width: 800px) {
	h1 {
		font-size: 3em;
		line-height: 1.1;
		padding: 0;
	}
	
	h2 {
		font-size: 2.1em;
		line-height: 1.2;
	}
	
	h2.h2small {
		font-size: 1.9em;
		line-height: 1.2;
	}
	
	h3 {
		font-size: 1.9em;
		line-height: 1.2;
	}
	
	h4 {
		font-size: 1.6em;
		line-height: 1.2;
	}
	
	h5 {
		font-size: 1.3em;
		line-height: 1.6;
	}
	
	p {
		padding: .6em 0;
	}
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

.text-white {
	color: #fafafa !important;
}

.text-dark {
	color: #404040 !important;
}

.text-gold {
	color: #cfb580 !important;
}

/* swapped cfb580 for d5b66e */
.text-blue {
	color: #37599c !important;
}

.text-blue-dk {
	color: #1e3d6c !important;
}

.bg-pale-grey-blue {
	background-color: #e3e6eb;
}

.bg-dk-blue {
	background-color: #fafafa;
}

.bg-md-blue {
	background-color: #d9d1c1;
	margin-top: -1px;
}

.bg-dk-grey {
	background-color: #353535;
}

.bg-lt-grey {
	background-color: #e9e9e9;
}

.bg-logo-blue {
	background-color: #37599c;
}

.bg-blue-lt {
	background-color: #f0f6fc !important;
}

.bg-blue-lt-trans {
	background-color: rgba(240, 246, 252, .75);
}

.bg-blue-md {
	background-color: #30508e !important;
}

.bg-blue-dk {
	background-color: #1e3d6c !important;
}

.bg-lightback {
	background-color: rgba(255, 255, 255, .35);
}

.bg-gold {
	background-color: #cfb580 !important;
}

.bg-lt-gold {
	background-color: #dcd5cb;
}

.bg-trans-lt-gold {
	background-color: rgba(217, 209, 193, .75);
}

.bg-trans-gold {
	background-color: rgba(207, 181, 128, .5);
}

rgba(207, 181, 128, 0.75)

.bg-lighter {
	background-color: rgba(255, 255, 255, .5);
}

.bg-darker {
	background-color: rgba(0, 0, 0, .25);
}

.t-shadow {
	text-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}

.b-shadow {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, .3);
}

/*
.bg-blue-grad {
    background:
        radial-gradient(
            ellipse at center,
            rgba(120,160,210,0.95) 0%,
            rgba(75,115,170,0.85) 35%,
            rgba(45,80,130,0.95) 65%,
            #1e3d6c 100%
        ),
        linear-gradient(
            135deg,
            rgba(255,255,255,0.06) 0%,
            rgba(0,0,0,0.15) 100%
        );

    background-blend-mode: overlay;
}
*/
.bg-blue-grad {
	background: radial-gradient(ellipse at center, #20447d 0%, #1b3a6b 35%, #142d56 65%, #0c1f3c 100%), linear-gradient(135deg, rgba(255, 255, 255, .03) 0%, rgba(0, 0, 0, .18) 100%);
	background-blend-mode: overlay;
}

.t-shadow {
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .25);
}

.newhero {
	display: grid;
	grid-template-rows: auto 1fr auto;
	box-sizing: border-box;
}

.newhero {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-xl.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 740px;
	padding: 0;
	text-align: center;
}

@supports (background: url("bg-homepage-hero-final-vp-xl.webp")) {
	.newhero {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-xl.webp");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.newhero-row-top {
	grid-row: 1;
	background: transparent;
	padding: 3.25em 1.5em 2.25em 1.5em;
	text-align: center;
}

.newhero-row-top h1 {
	color: #fafafa;
	font-size: 3.8em;
	font-weight: 600;
	line-height: 1.1;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .9), 0 0 40px rgba(0, 0, 0, .7);
}

.newhero-row-bottom {
	grid-row: 3;
	align-self: end;
	background: linear-gradient(to bottom, transparent, black);
	padding: 2.5em 2em 2em 2em;
	text-align: center;
}

.newhero-row-bottom h2 {
	color: #fafafa;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.1;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .8), 0 0 25px rgba(0, 0, 0, .9);
}

.newhero-row-bottom p {
	color: #fafafa;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .8), 0 0 25px rgba(0, 0, 0, .9);
}

button.btn.btn-newhero, button.btn.btn-newhero-alt, button.btn.btn-new, button.btn.btn-new-alt {
	-webkit-appearance: none;
	appearance: none;
	font-family: "TT Commons";
	font-weight: 600 !important;
	line-height: 1.3em !important;
	border-radius: 14px;
}

button.btn.btn-newhero, .btn.btn-newhero, .btn.btn-newhero:visited, a.btn.btn-newhero, a.btn.btn-newhero:visited {
	display: inline-block;
	background: #fafafa;
	border: 2px solid rgba(207, 181, 128, .75);
	border-radius: 14px;
	color: #202020;
	font-size: 1.3em;
	font-weight: 600 !important;
	line-height: 1.3em !important;
	padding: 24px 38px 20px 38px;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
}

button.btn.btn-newhero:hover, .btn.btn-newhero:hover, a.btn.btn-newhero:hover {
	background: #cfb580;
	border: 2px solid rgba(207, 181, 128, .85);
	color: #202020;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
}

button.btn.btn-newhero:active, .btn.btn-newhero:active, a.btn.btn-newhero:active {
	background: rgba(0, 0, 0, .75);
	border: 2px solid rgba(207, 181, 128, .85);
	color: #cfb580;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
}

button.btn.btn-newhero-alt, .btn.btn-newhero-alt, .btn.btn-newhero-alt:visited, a.btn.btn-newhero-alt, a.btn.btn-newhero-alt:visited {
	display: inline-block;
	background: #1f385f;
	border: 2px solid rgba(207, 181, 128, .75);
	border-radius: 14px;
	color: rgba(255, 255, 255, .8);
	font-size: 1.3em;
	font-weight: 600 !important;
	line-height: 1.3em !important;
	padding: 24px 38px 20px 38px;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
}

button.btn.btn-newhero-alt:hover, .btn.btn-newhero-alt:hover, a.btn.btn-newhero-alt:hover {
	background: #cfb580;
	border: 2px solid rgba(207, 181, 128, .85);
	color: #202020;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
}

button.btn.btn-newhero-alt:active, .btn.btn-newhero-alt:active, a.btn.btn-newhero-alt:active {
	background: rgba(0, 0, 0, .75);
	border: 2px solid rgba(207, 181, 128, .85);
	color: #cfb580;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
}

button.btn.btn-new, .btn.btn-new, .btn.btn-new:visited, a.btn.btn-new, a.btn.btn-new:visited {
	display: inline-block;
	background: #fafafa;
	border: 1px solid #454545;
	border-radius: 14px;
	color: #202020;
	font-size: 1.3em;
	font-weight: 600 !important;
	line-height: 1.3em !important;
	padding: 24px 38px 20px 38px;
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .2);
}

button.btn.btn-new:hover, .btn.btn-new:hover, a.btn.btn-new:hover {
	background: #cfb580;
	border: 1px solid #454545;
	color: #202020;
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}

button.btn.btn-new:active, .btn.btn-new:active, a.btn.btn-new:active {
	background: #303030;
	border: 1px solid #fafafa;
	color: #fafafa;
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
}

button.btn.btn-new-alt, .btn.btn-new-alt, .btn.btn-new-alt:visited, a.btn.btn-new-alt, a.btn.btn-new-alt:visited {
	display: inline-block;
	background: #cfb580;
	border: 1px solid #454545;
	border-radius: 14px;
	color: #202020;
	font-size: 1.3em;
	font-weight: 600 !important;
	line-height: 1.3em !important;
	padding: 24px 38px 20px 38px;
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .2);
}

button.btn.btn-new-alt:hover, .btn.btn-new-alt:hover, a.btn.btn-new-alt:hover {
	background: #fafafa;
	border: 1px solid #454545;
	color: #202020;
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}

button.btn.btn-new-alt:active, .btn.btn-new-alt:active, a.btn.btn-new-alt:active {
	background: #303030;
	border: 1px solid #fafafa;
	color: #fafafa;
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
}

.bg-lawyer-award-wall {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-lawyer-award-wall-xl.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 2000px) {
	.bg-lawyer-award-wall {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-lawyer-award-wall-lg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media only screen and (max-width: 1800px) {
	.newhero {
		min-height: 700px;
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-lg.jpg");
		background-position: center center;
	}
	
	@supports (background: url("bg-homepage-hero-final-vp-lg.webp")) {
		.newhero {
			background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-lg.webp");
			background-position: center center;
		}
	}
	
	.newhero-row-top h1 {
		font-size: 3.2em;
		line-height: 1.1;
	}
	
	.newhero-row-bottom h2 {
		font-size: 2.1em;
		line-height: 1.2;
		padding: 0;
	}
	
	.newhero-row-bottom p {
		font-size: 1.5em;
		line-height: 1.3;
		margin-bottom: 1.5em;
		padding: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.newhero {
		min-height: 670px;
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-sm.jpg");
		background-position: center center;
	}
	
	@supports (background: url("bg-homepage-hero-final-vp-sm.webp")) {
		.newhero {
			background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-sm.webp");
			background-position: center center;
		}
	}
	
	.newhero-row-top h1 {
		font-size: 2.8em;
		line-height: 1.1;
	}
	
	.newhero-row-bottom h2 {
		font-size: 1.9em;
		line-height: 1.4;
		padding: 0;
	}
	
	.newhero-row-bottom p {
		font-size: 1.5em;
		line-height: 1.3;
		margin-bottom: 1.5em;
		padding: 0;
	}
}

@media only screen and (max-width: 800px) {
	.newhero {
		min-height: 640px;
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-xs.jpg");
		background-position: center center;
	}
	
	@supports (background: url("bg-homepage-hero-final-vp-xs.webp")) {
		.newhero {
			background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-hero-final-vp-xs.webp");
			background-position: center center;
		}
	}
	
	.newhero-row-top h1 {
		font-size: 2.4em;
		line-height: 1.1;
	}
	
	.newhero-row-bottom h2 {
		font-size: 1.7em;
		line-height: 1.3;
		margin-bottom: 1em;
		padding: 0;
	}
	
	.newhero-row-bottom p {
		font-size: 1.4em;
		line-height: 1.3;
		margin-bottom: 1.5em;
		padding: 0;
	}
}

@media only screen and (max-width: 600px) {
	.newhero {
		min-height: 87vh;
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-newhero-c-xxs.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	@supports (background: url("bg-homepage-newhero-c-xxs.webp")) {
		.newhero {
			background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-newhero-c-xxs.webp");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
	}
	
	.newhero-row-top {
		padding: 1.75em 1.5em 2em 1.5em;
	}
	
	.newhero-row-top h1 {
		font-size: 2.2em;
		line-height: 1;
	}
	
	.newhero-row-bottom h2 {
		font-size: 1.5em;
		line-height: 1.3;
		margin-bottom: 1em;
		padding: 0;
	}
	
	.newhero-row-bottom p {
		font-size: 1.3em;
		line-height: 1.3;
		margin-bottom: 1.5em;
		padding: 0;
	}
}

@media only screen and (max-width: 1350px) {
	button.btn.btn-newhero, .btn.btn-newhero, .btn.btn-newhero:visited, a.btn.btn-newhero, a.btn.btn-newhero:visited {
		font-size: 1.2em;
		line-height: 1.15em !important;
		padding: 20px 34px 16px 34px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .4);
	}
	
	button.btn.btn-newhero:hover, .btn.btn-newhero:hover, a.btn.btn-newhero:hover {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
	}
	
	button.btn.btn-newhero:active, .btn.btn-newhero:active, a.btn.btn-newhero:active {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .65);
	}
	
	button.btn.btn-newhero-alt, .btn.btn-newhero-alt, .btn.btn-newhero-alt:visited, a.btn.btn-newhero-alt, a.btn.btn-newhero-alt:visited {
		font-size: 1.2em;
		line-height: 1.15em !important;
		padding: 20px 34px 16px 34px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .4);
	}
	
	button.btn.btn-newhero-alt:hover, .btn.btn-newhero-alt:hover, a.btn.btn-newhero-alt:hover {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
	}
	
	button.btn.btn-newhero-alt:active, .btn.btn-newhero-alt:active, a.btn.btn-newhero-alt:active {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .65);
	}
	
	button.btn.btn-new, .btn.btn-new, .btn.btn-new:visited, a.btn.btn-new, a.btn.btn-new:visited {
		font-size: 1.2em;
		line-height: 1.15em !important;
		padding: 20px 34px 16px 34px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	}
	
	button.btn.btn-new:hover, .btn.btn-new:hover, a.btn.btn-new:hover {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	}
	
	button.btn.btn-new:active, .btn.btn-new:active, a.btn.btn-new:active {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);
	}
	
	button.btn.btn-new-alt, .btn.btn-new-alt, .btn.btn-new-alt:visited, a.btn.btn-new-alt, a.btn.btn-new-alt:visited {
		font-size: 1.2em;
		line-height: 1.15em !important;
		padding: 20px 34px 16px 34px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	}
	
	button.btn.btn-new-alt:hover, .btn.btn-new-alt:hover, a.btn.btn-new-alt:hover {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	}
	
	button.btn.btn-new-alt:active, .btn.btn-new-alt:active, a.btn.btn-new-alt:active {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);
	}
}

@media only screen and (max-width: 400px) {
	.bg-lawyer-award-wall {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-lawyer-award-wall-xs.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.hero {
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}

.hero {
	grid-column: span 6;
	padding: 0;
}

.hero-inner-1 {
	grid-column: span 3;
	display: block;
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-right-lg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (background: url("bg-homepage-right-lg.webp")) {
	.hero-inner-1 {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-right-lg.webp");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.hero-inner-2 {
	grid-column: span 3;
	padding: 5em 4em 4em 4em;
	display: block;
}

.hero-inner-2 p {
	font-size: 1.3em;
}

@media only screen and (max-width: 1500px) {
	.hero-inner-1 {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-right-md.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	@supports (background: url("bg-homepage-right-md.webp")) {
		.hero-inner-1 {
			background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-right-md.webp");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
	}
	
	.hero-inner-2 {
		padding: 5.5em 3.5em 3.5em 3.5em;
	}
}

@media only screen and (max-width: 900px) {
	.hero-inner-1 {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-right-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	@supports (background: url("bg-homepage-right-sm.webp")) {
		.hero-inner-1 {
			background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-right-sm.webp");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
	}
	
	.hero-inner-2 {
		padding: 4em 3em 3em 3em;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-inner-1 {
		grid-column: span 6;
		order: 2;
		background: 0 0;
		padding: 0;
		background-color: transparent;
	}
	
	.hero-inner-2 {
		grid-column: span 6;
		order: 1;
	}
}

@media only screen and (max-width: 800px) {
	.hero-inner-2 {
		padding: 4em 2em 2em 2em;
	}
}

.show-below-1200 {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.show-below-1200 {
		display: block;
	}
}

.newsbar {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: .7em 4em .7em 4em;
}

@media only screen and (max-width: 1100px) {
	.newsbar {
		display: none;
	}
}

.hero-inner-4 {
	grid-column: span 6;
	height: 65px;
	margin-top: 0;
}

.hero-inner-4-inner {
	display: grid;
	grid-column-gap: .5em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 6px 0 0 0;
}

.hero-inner-4-inner {
	grid-column: span 12;
	background: #303030;
	align-items: center;
	font-size: 1em;
	font-weight: 500;
}

.hi4i-news-icon {
	grid-column: span 1;
	justify-self: end;
}

.hi4i-news-icon img {
	width: 24px;
	height: auto;
	position: relative;
	top: 4px;
	left: -28px;
}

.hi4i-news {
	grid-column: span 1;
	position: relative;
	top: 2px;
	left: -20px;
	color: #fefefe;
}

.hi4i-date {
	grid-column: span 2;
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-align: right;
	padding-right: 1.75em;
	position: relative;
	top: 2px;
	color: #fefefe;
}

.hi4i-story {
	grid-column: span 6;
	padding-left: 1em;
	position: relative;
	top: 2px;
	color: #fefefe;
}

.hi4i-story i.fa {
	font-size: 1.1em;
	position: relative;
	top: 2px;
	left: 9px;
}

.shift15 {
	margin-left: 1.4em;
}

.hi4i-link {
	grid-column: span 2;
	justify-self: center;
	margin-right: 19px;
}

.pages {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
	padding: 0;
}

.pages-inner {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
	padding: 5em 4em 5em 4em;
}

.pages-inner {
	grid-column: span 12;
}

.pages-glider {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
}

.pages-glider {
	grid-column: span 12;
	padding: 0;
}

.pages-glider div.glider-contain {
	grid-column: span 12;
	padding: 2em 3.5em 2em 3.5em;
}

.show-in-xl {
	display: block;
}

.show-in-lg {
	display: none;
}

.show-in-md {
	display: none;
}

.show-in-sm {
	display: none;
}

.show-in-900 {
	display: none;
}

.show-in-800 {
	display: none;
}

.show-in-600 {
	display: none;
}

.no-show {
	display: none;
}

.display-800 {
	display: none;
}

.div-height {
	display: block;
	padding: 0;
	padding: 3em;
}

.pages-inner h1 {
	font-size: 4em;
	padding-top: .25em;
}

.pages-inner h2 {
	font-size: 3.3em;
	padding-top: .35em;
}

.pages-inner h2.h2shrink {
	font-size: 3.2em;
	padding-top: .25em;
	padding-bottom: 2em;
}

.pages-inner h2.h3 {
	font-size: 3em;
	font-weight: 400;
	line-height: 1.25;
	padding-top: .35em;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: .75em !important;
	margin-bottom: .3em !important;
	display: block !important;
}

.pages-inner h2.h4, .pages-inner h3.h4 {
	font-size: 3em;
	font-weight: 600;
	line-height: 1.1;
	padding-top: .3em;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: .75em !important;
	margin-bottom: .35em !important;
	display: block !important;
}

.pages-inner h3 {
	font-size: 2.8em;
	padding-top: .35em;
}

.pages-inner h4 {
	font-size: 2.1em;
	line-height: 1.25;
	padding-top: .35em;
}

@media only screen and (max-width: 1100px) {
	.pages-inner h2.h3 {
		font-size: 2.4em;
	}
	
	.pages-inner h2.h4, .pages-inner h3.h4 {
		font-size: 2.75em;
	}
	
	.pages-inner h4 {
		font-size: 1.9em;
	}
}

.pages-inner div.text.line-new {
	grid-column: span 12;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 5.5em;
	margin-bottom: 3em;
}

.pages-inner div.text.line1 {
	grid-column: span 12;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 5.5em;
	margin-bottom: 3em;
}

.pages-inner div.text.line2 {
	grid-column: span 12;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 1em;
	margin-bottom: 3em;
}

.pages-inner div.text.line3 {
	grid-column: span 12;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 0;
	margin-bottom: 1.5em;
}

.pages-inner div.text.line4 {
	grid-column: span 12;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}

.pages-inner div.halves {
	grid-column: span 6;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

.pages-inner div.half div.h-line {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin: 1.3em 0 1.2em 0;
}

.pages-inner div.third {
	grid-column: span 4;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

.pages-inner div.half img.icon-mvaccidents {
	width: auto;
	height: 48px;
	text-align: center;
	color: rgba(0, 0, 0, .95);
}

.pages-inner div.half img.icon-accidents {
	width: auto;
	height: 50px;
	text-align: center;
	color: rgba(0, 0, 0, .95);
}

.pages-inner div.half img.icon-injuries {
	width: auto;
	height: 50px;
	text-align: center;
	color: rgba(0, 0, 0, .95);
}

.pages-inner div.half img.icon-claims {
	width: auto;
	height: 60px;
	text-align: center;
	color: rgba(0, 0, 0, .95);
}

.pages-inner div.half h2, .pages-inner div.half img.icon-accidents, .pages-inner div.half img.icon-claims, .pages-inner div.half img.icon-injuries, .pages-inner div.half img.icon-mvaccidents {
	display: inline;
}

.pages-inner div.half img.icon-mvaccidents {
	position: relative;
	top: 7px;
	margin-right: 25px;
}

.pages-inner div.half img.icon-accidents {
	position: relative;
	top: 5px;
	margin-right: 26px;
}

.pages-inner div.half img.icon-injuries {
	position: relative;
	top: 15px;
	margin-right: 26px;
}

.pages-inner div.half img.icon-claims {
	position: relative;
	top: 18px;
	margin-right: 26px;
}

.pages-inner div.third-lg {
	grid-column: span 4;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

.pages-inner div.third p {
	padding: .5em .5em .5em 0;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6;
	color: rgba(255, 255, 255, .85);
}

.pages-inner div.fullw div.inner-white, .pages-inner div.half div.inner-white, .pages-inner div.half.inner-white, div.one-third div.inner-white {
	margin: 0;
	margin-top: 1em;
	margin-bottom: 2.25em;
	padding: 2.5em 2em 2.5em 2em;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 10px;
	text-align: left;
	color: #101010;
	font-weight: 400;
}

.pages-inner div.fullw div.inner-white h4, .pages-inner div.half div.inner-white h4, .pages-inner div.half.inner-white h4, div.one-third div.inner-white h4 {
	color: #101010;
	font-weight: 400;
	margin-bottom: 0;
}

.pages-inner div.fullw div.inner-white h5, .pages-inner div.half div.inner-white h5, .pages-inner div.half.inner-white h5, div.one-third div.inner-white h5 {
	font-size: 1.6em;
	color: #101010;
	font-weight: 400;
	margin-bottom: -5px;
}

.pages-inner div.fullw div.inner-white p, .pages-inner div.half div.inner-white p, .pages-inner div.half.inner-white p, div.one-third div.inner-white p {
	color: #101010;
}

* div.with-bg-img {
	min-height: 680px;
	border-radius: 10px;
}

@media (max-width: 575.98px) {
	* div.with-bg-img {
		min-height: 800px;
	}
}

@media (max-width: 475.98px) {
	* div.with-bg-img {
		min-height: 880px;
	}
}

@media (max-width: 375.98px) {
	* div.with-bg-img {
		min-height: 960px;
	}
}

* div.inner-white.sticky-base {
	margin: 0;
	margin-top: auto !important;
	margin-bottom: 0 !important;
}

* div > .make-translucent {
	background: transparent;
	background-color: transparent;
	background-color: rgba(255, 255, 255, .75) !important;
}

* div > .make-more-translucent {
	background: transparent;
	background-color: transparent;
	background-color: rgba(255, 255, 255, .55) !important;
}

* div > .make-transparent {
	background: transparent;
	background-color: transparent !important;
}

.pages-inner div.third-lg.inner-white {
	margin: 0;
	margin-top: 1em;
	margin-bottom: 2.25em;
	padding: 2.5em 2em 2.5em 2em;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #bbb;
	text-align: left;
	color: #101010;
	font-weight: 400;
	position: relative;
}

.pages-inner div.third-lg.inner-white h4 {
	color: #101010;
	margin-bottom: .3em;
}

.pages-inner div.third-lg.inner-white h4.shrink {
	font-size: 2em;
}

.pages-inner div.third-lg.inner-white p {
	color: #101010;
	padding-bottom: 1em;
}

.pages-inner div.third-lg.inner-white p.force-space {
	padding-bottom: 1.9em;
}

.pages-inner div.third-lg p {
	padding: .5em .5em .5em 0;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6;
	color: #303030;
}

.pages-inner div.third-lg.inner-white a.btn.btn-bluelt.mt-15 {
	position: absolute !important;
	bottom: 2.2em !important;
}

.pages-inner div.third-lg.inner-blue {
	margin: 0;
	margin-top: 1em;
	margin-bottom: 2.25em;
	padding: 2.5em 2em 2.5em 2em;
	width: 100%;
	background-color: #353535;
	border-radius: 10px;
	text-align: left;
	color: #fafafa;
	font-weight: 400;
}

.pages-inner div.third-lg.inner-blue h4 {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	margin-bottom: .3em;
}

.pages-inner div.third-lg.inner-blue h4.shrink {
	font-size: 2em;
}

.pages-inner div.third-lg.inner-blue p {
	color: #303030;
}

.pages-inner div.half {
	display: inline-block;
	grid-column: span 6;
	margin-top: 1.5em;
}

.pages-inner div.half p {
	padding: .5em .5em .5em 0;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6;
	color: rgba(5, 5, 5, 1);
}

.pages-inner div.half p.condense {
	padding: 0 7em 3.5em 0;
}

.pages-inner div.fullw {
	display: inline-block;
	grid-column: span 12;
	margin-top: 1.5em;
	padding: 1em .5em .5em 0;
}

.pages-inner div.fullw-m0 {
	display: inline-block;
	grid-column: span 12;
	margin-top: 0;
	padding: .5em 0 .5em 0;
}

.pages-inner div.fullw p {
	padding: .5em .5em .5em 0;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.6;
	color: #303030;
}

.pages-inner div.fullw p.larger, .pages-inner div.half p.larger {
	font-size: 1.3em;
	line-height: 1.4;
}

.pages-inner div.fullw p.condense {
	padding: 0 7em 4em 0;
}

.pages-inner div.fullw.image-top {
	margin: 0;
	margin-top: 0;
	margin-bottom: -10px !important;
	padding: 0 !important;
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.pages-inner div.fullw.inner-white-bottom {
	margin: 0;
	margin-top: 0 !important;
	margin-bottom: 1em !important;
	padding: 3em 2.5em 2.75em 2.5em;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0 0 10px 10px;
	text-align: left;
}

.pages-inner div.fullw.inner-white-bottom p {
	color: #202020;
	font-weight: 400;
}

.pages-inner div.fullw.inner-white-bottom img.icon-quote-home {
	display: block;
	width: 56px;
	height: auto;
	margin-top: .3em;
	margin-right: .65em;
	margin-bottom: 1.15em;
	margin-left: auto;
}

.pages-inner div.half.inner-white i.fa.fa-check {
	font-size: 1em;
	margin-bottom: .5em;
	color: #0c6;
	border: 2px solid #0c6;
	border-radius: 50%;
	width: 40px;
	text-align: center;
	padding: 10px;
}

.pages-inner div.half.inner-white i.fa.fa-times {
	font-size: 1em;
	margin-bottom: .5em;
	color: #df0000;
	border: 2px solid #df0000;
	border-radius: 50%;
	width: 40px;
	text-align: center;
	padding: 10px;
}

.height-groupshot {
	min-height: 16em;
}

@media (max-width: 1999.98px) {
	.height-groupshot {
		min-height: 11em;
	}
}

@media (max-width: 1699.98px) {
	.height-groupshot {
		min-height: 7em;
	}
}

@media (max-width: 1499.98px) {
	.height-groupshot {
		min-height: 5em;
	}
}

@media (max-width: 1299.98px) {
	.height-groupshot {
		min-height: 3em;
	}
}

@media (max-width: 1099.98px) {
	.height-groupshot {
		min-height: 2em;
	}
}

@media (max-width: 899.98px) {
	.height-groupshot {
		min-height: 1em;
	}
}

ol {
	margin: .5em 0 .1em 1em;
	list-style-type: decimal;
}

ol li {
	margin: 7px 0 7px 16px;
	font-size: 1.1em;
	line-height: 1.3;
	color: #353535;
}

ol li a, ol li a:visited {
	color: #353535;
	text-decoration: none;
}

ol li a:hover {
	color: #656565;
	text-decoration: none;
}

ol li a:active {
	color: #353535;
	text-decoration: none;
}

ol.flush {
	margin: .5em 0 .1em 0;
	list-style-type: decimal;
}

ol.flush li {
	margin: 7px 0 7px 15px;
	font-size: 1.1em;
	line-height: 1.3;
	color: #353535;
}

ol.flush li a, ol.flush li a:visited {
	color: #353535;
	text-decoration: none;
}

ol.flush li a:hover {
	color: #656565;
	text-decoration: none;
}

ol.flush li a:active {
	color: #353535;
	text-decoration: none;
}

.pages.pages-inner a.btn {
	display: inline;
}

.pages-glider figure {
	background: rgba(255, 255, 255, 1);
	display: block;
	border-radius: 10px 10px 10px 10px;
	margin: 1em 2.3em 1em 0;
	padding: 0;
}

.pages-glider figure>div.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 2em;
}

.pages-glider figure>div.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.pages-glider figure>blockquote {
	color: #101010;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0;
	padding: 0 3em 2.85em 2.75em;
}

.pages-glider img.icon-quote {
	display: block;
	position: relative;
	width: 56px;
	height: auto;
	top: -32px;
	margin-top: .5em;
	margin-right: 3.5em;
	margin-bottom: .5em;
	margin-left: auto;
}

.pages-glider .glider-next, .pages-glider .glider-prev {
	user-select: none;
	position: absolute;
	left: 0;
	top: 0;
	outline: 0;
	background: 0 0;
	padding: 0;
	z-index: 2;
	font-size: 30px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	color: #666;
	opacity: 1;
	line-height: 1;
	transition: none;
}

.pages-glider .glider-next.movedown, .pages-glider .glider-prev.movedown {
	top: 35% !important;
}

.pages-glider .glider-next:focus, .pages-glider .glider-next:hover, .pages-glider .glider-prev:focus, .pages-glider .glider-prev:hover {
	color: #fff;
}

.pages-glider .glider-prev {
	left: 10px;
	right: auto;
}

.pages-glider .glider-next {
	left: auto;
	right: 11px;
}

.pages-glider .glider-hide {
	opacity: 0;
}

.pages-glider button.glider-prev>i.fa {
	position: relative;
	left: -2px;
	top: -2px;
	font-size: .7em;
}

.pages-glider button.glider-next>i.fa {
	position: relative;
	left: 1px;
	top: -2px;
	font-size: .7em;
}

.pages-glider button.glider-next, .pages-glider button.glider-prev {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #c9a975;
	margin-top: 20px;
}

.pages-glider button.glider-next:hover, .pages-glider button.glider-prev:hover {
	border: 1px solid #353535;
	color: #fff;
	background: #353535;
}

.pages-glider button.glider-next:active, .pages-glider button.glider-prev:active {
	border: 1px solid #656565;
	color: red;
	background: #fafafa;
}

.pages-glider button.glider-next.disabled, .pages-glider button.glider-prev.disabled, .pages-glider button.glider-next.disabled:hover, .pages-glider button.glider-prev.disabled:hover, .pages-glider button.glider-next.disabled:active, .pages-glider button.glider-prev.disabled:active {
	opacity: .4;
	border: 1px solid #fff;
	background: #101010;
	color: #fff;
	cursor: default;
}

@media only screen and (max-width: 1200px) {
	.pages-inner h2.h2shrink {
		font-size: 2.6em;
		padding-top: .25em;
		padding-bottom: 2em;
	}
	
	.show-in-lg {
		display: block;
	}
}

@media only screen and (max-width: 1100px) {
	.pages-inner div.third-lg {
		grid-column: span 12;
		margin-top: 1.5em;
		margin-right: auto;
		margin-left: auto;
	}
	
	.pages-inner div.half.inner-white {
		margin: 0;
		margin-top: .75em;
		margin-bottom: 1.25em;
	}
	
	.pages-inner div.half.inner-white h4 {
		font-size: 1.85em;
	}
	
	.pages-inner div.third-lg.inner-white {
		margin: 0;
		margin-top: .75em;
		margin-bottom: 1.25em;
		position: relative;
	}
	
	.pages-inner div.third-lg.inner-white h4.shrink {
		font-size: 1.85em;
	}
	
	.pages-inner h2.h2shrink {
		font-size: 2.35em;
		padding-top: .25em;
		padding-bottom: 2em;
	}
}

@media only screen and (max-width: 1000px) {
	.pages-inner div.third-lg.inner-white h4.shrink {
		font-size: 1.85em;
	}
	
	.show-in-xl {
		display: none;
	}
	
	.show-in-lg {
		display: none;
	}
	
	.show-in-md {
		display: block;
	}
	
	.pages-inner div.fullw p.condense {
		padding: 0 3em 2.5em 0;
	}
}

@media only screen and (max-width: 900px) {
	.pages {
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
	}
	
	.pages-inner {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 3em 1.5em 3em 1.5em;
	}
	
	.pages-inner {
		grid-column: span 6;
	}
	
	.pages-glider {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
	
	.pages-glider {
		grid-column: span 6;
		padding: 0;
	}
	
	.pages-glider div.glider-contain {
		grid-column: span 6;
		padding: 2em 2em 2em 2em;
	}
	
	.show-in-900 {
		display: block;
	}
	
	.hide-in-900 {
		display: none;
	}
	
	div.hide-in-900 {
		display: none;
	}
	
	.div-height {
		display: block;
		padding: 0;
		padding: .75em;
	}
	
	.pages-inner h1 {
		font-size: 3em;
		padding: 0;
		padding: 0;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner h2 {
		font-size: 2.7em;
		padding: 0;
		padding: 0;
		margin-bottom: 1em;
	}
	
	.pages-inner h2.h4, .pages-inner h3.h4 {
		font-size: 2.3em;
		font-weight: 600;
		line-height: 1.1;
		padding: 0;
		padding: 0;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner h2.h2shrink {
		font-size: 2.3em;
		padding-top: .25em;
		padding-bottom: 2em;
	}
	
	.pages-inner h3 {
		font-size: 2.3em;
		padding: 0;
		padding: 0;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner h4 {
		font-size: 1.8em;
		line-height: 1.3;
		padding: 0;
		padding: 0;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner div.text.line1 {
		grid-column: span 6;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.pages-inner div.text.line2 {
		grid-column: span 6;
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.pages-inner div.text.line3 {
		grid-column: span 6;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.pages-inner div.text.line4 {
		grid-column: span 6;
		margin-top: 2em;
		margin-bottom: 1.5em;
	}
	
	.pages-inner div.third-lg {
		grid-column: span 6;
		margin-top: 1.5em;
		margin-right: auto;
		margin-left: auto;
	}
	
	.pages-inner div.third-lg.inner-white h4.shrink {
		font-size: 1.75em;
	}
	
	.pages-inner div.third {
		grid-column: span 6;
		margin-top: 1.5em;
		margin-right: auto;
		margin-left: auto;
	}
	
	.pages-inner div.third p {
		text-align: left;
		font-size: 1.1em;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.pages-inner div.half {
		display: inline-block;
		grid-column: span 6;
		margin-top: 0;
	}
	
	.pages-inner div.half p {
		text-align: left;
		font-size: 1.1em;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.pages-inner div.half p.condense {
		padding: .5em 5em .5em 0;
		line-height: 1.7;
	}
	
	.pages-inner div.half p.tiny {
		font-size: .25em;
	}
	
	.pages-inner div.fullw p.condense {
		padding: 0 3em 0 0;
		margin-bottom: -1em;
	}
	
	.pages-inner div.fullw {
		display: inline-block;
		grid-column: span 6;
		margin-top: 1.5em;
		padding: 1em .5em .5em 0;
	}
}

@media only screen and (max-width: 800px) {
	.show-in-800 {
		display: block;
	}
	
	div.show-in-800 {
		display: block;
	}
	
	.hide-in-800 {
		display: none;
	}
	
	div.hide-in-800 {
		display: none;
	}
}

@media only screen and (max-width: 1350px) {
	.pages-inner div.half div.half-inner-white {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.pages-inner div.half div.half-inner-white {
		margin-top: 9em;
		padding: 3em 3em 3em 3em;
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h1 {
		font-size: 2.8em;
		padding: 0;
		padding: 0;
	}
	
	.pages-inner div.fullw p.condense {
		padding: 0;
		margin-bottom: -1em;
	}
	
	.pages-inner div.half.inner-white i.fa.fa-check {
		font-size: .9em;
		width: 35px;
		height: 35px;
		padding: 9px;
	}
	
	.pages-inner div.half.inner-white i.fa.fa-times {
		font-size: .9em;
		width: 35px;
		height: 35px;
		padding: 9px;
	}
	
	.show-in-md {
		display: none;
	}
	
	.show-in-sm {
		display: block;
	}
	
	.show-in-600 {
		display: block;
	}
	
	.hide-in-600 {
		display: none;
	}
	
	div.hide-in-600 {
		display: none;
	}
	
	.pages-inner div.half {
		display: inline-block;
		grid-column: span 6;
		margin-top: 0;
	}
	
	.pages-inner div.half p.condense {
		padding: .5em 0 .5em 0;
		line-height: 1.7;
	}
	
	.pages-inner div.half div.half-inner-white {
		margin-top: 6em;
		padding: 2em 2em 2.5em 2em;
		width: 100%;
		float: none;
	}
}

.div-height {
	display: block;
	padding: 0;
	padding: .75em;
}

/*
.pages-inner h1 {
font-size: 2.6em;
padding-top: 0.25em;
}

.pages-inner h2 {
font-size: 2.4em;
padding-top: 0.25em;
}
*/
.pages-inner h2.h4, .pages-inner h3.h4 {
	font-size: 2.1em;
	font-weight: 600;
	line-height: 1.1;
	padding-top: .25em;
}

.pages-inner h2.h2shrink {
	font-size: 2.3em;
	padding-top: .25em;
	padding-bottom: 2em;
}

/*
.pages-inner h3 {
font-size: 2.1em;
padding-top: 0.25em;
}
*/
.pages-inner h4 {
	font-size: 1.7em;
	line-height: 1.3;
	padding-top: .25em;
}

/* 
.pages-inner div.text.line1 {
display: block;
border-top: 1px solid rgba(0,0,0,0.2);
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.pages-inner div.text.line2 {
display: block;
border-top: 1px solid rgba(0,0,0,0.2);
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.pages-inner div.text.line3 {
grid-column: span 6;
margin-top: 1em;
margin-bottom: 1em;
}
.pages-inner div.text.line4 {
grid-column: span 6;
margin-top: 2em;
margin-bottom: 1.5em;
}
*/
.pages-inner div.third {
	grid-column: span 6;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

.pages-inner div.third p {
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}

.pages-inner div.half {
	display: inline-block;
	grid-column: span 6;
	margin-top: 1.5em;
}

.pages-inner div.half p {
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.6;
}

.pages-inner div.half p.condense {
	padding: .5em 0 .5em 0;
	line-height: 1.7;
}

.pages-inner div.fullw {
	margin-top: 1.5em;
	padding: 1em .5em .5em 0;
}

.pages-inner div.fullw-m0 {
	display: inline-block;
	grid-column: span 6;
	margin-top: .5em;
	padding: .5em 0 .5em 0;
}

.pages-glider div.half h5 {
	font-weight: 400;
	padding-right: 4em;
}

.pages-glider div.half p.fadetext {
	color: rgba(0, 0, 0, .75);
	padding-right: 4em;
}

.half-right {
	grid-column: 4/-1;
	justify-self: end;
	margin-top: -1.1em;
	margin-right: 4em;
}

.glider-contain {
	grid-column: span 6;
}

figure {
	background: rgba(255, 255, 255, 1);
	display: block;
	border-radius: 10px;
	margin: 1em 1.5em 1em 0;
	padding: 4.5em 3.75em 3em 3.75em;
}

figure>blockquote {
	color: #101010;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0;
}

figure.homepage {
	background: #353535;
	display: block;
	border-radius: 10px;
	margin: 1em 1.5em 1em 0;
	padding: 4em .75em 3em .75em;
}

figure.homepage-new {
	background: #1f385f;
	display: block;
	border-radius: 10px;
	margin: 1em 1em 1em 1em;
	padding: 0;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .35);
}

figure.homepage-new div.homepage-new-inner-top {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	padding: 0;
}

figure.homepage-new div.homepage-new-inner-bottom {
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	margin: 1em 1.5em 1em 0;
	padding: 2em .75em 2.75em .75em;
	text-align: center;
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote, figure.homepage>blockquote {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0;
	text-align: center;
	padding: 0;
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote p.bqheader, figure.homepage>blockquote p.bqheader {
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	text-shadow: 0px 3px 12px rgba(0, 0, 0, .4);
	margin: 0;
	padding: 0;
	text-align: center;
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote p.bqcategory, figure.homepage>blockquote p.bqcategory {
	color: rgba(255, 255, 255, .8);
	font-size: .95em;
	font-weight: 400;
	margin: 0;
	margin-top: .1em;
	margin-bottom: .75em;
	padding: 0;
	text-align: center;
}

.slide-bg-medmal-one {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/aoe-images/brain-injury-claims.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-medmal-one.nitro-lazy {
	background: none !important;
}

.slide-bg-medmal-two {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/Picture31.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-medmal-two.nitro-lazy {
	background: none !important;
}

.slide-bg-medmal-three {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/Oct_28_-_flu_misdiagnosis2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-medmal-three.nitro-lazy {
	background: none !important;
}

.slide-bg-medmal-four {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/birth-injury-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-medmal-four.nitro-lazy {
	background: none !important;
}

.slide-bg-catastrophic-one {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/Mar-10-caring-for-injured-loved-one1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-catastrophic-one.nitro-lazy {
	background: none !important;
}

.slide-bg-caraccident-one {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/car_accident_lawyer.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-caraccident-one.nitro-lazy {
	background: none !important;
}

.slide-bg-caraccident-two {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/May_31_-_ON_fatality_rate.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-caraccident-two.nitro-lazy {
	background: none !important;
}

.slide-bg-caraccident-three {
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .075)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/uploads/news/May-14-car-accident-brain-injury1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.slide-bg-caraccident-three.nitro-lazy {
	background: none !important;
}

figure.homepage-new div.homepage-new-inner-top {
	height: 270px;
}

@media only screen and (max-width: 1400px) {
	figure.homepage-new div.homepage-new-inner-top {
		height: 240px;
	}
}

@media only screen and (max-width: 1000px) {
	figure.homepage-new div.homepage-new-inner-top {
		height: 210px;
	}
}

@media only screen and (max-width: 600px) {
	figure.homepage-new div.homepage-new-inner-top {
		height: 180px;
	}
}

img.icon-quote {
	display: block;
	position: relative;
	width: 56px;
	height: auto;
	top: -32px;
	margin-right: 0;
	margin-left: auto;
}

.glider-next, .glider-prev {
	user-select: none;
	position: absolute;
	outline: 0;
	background: 0 0;
	padding: 0;
	z-index: 2;
	font-size: 30px;
	text-decoration: none;
	left: 1px;
	border: 0;
	top: 100%;
	cursor: pointer;
	color: #666;
	opacity: 1;
	line-height: 1;
	transition: none;
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
	color: #fff;
}

.glider-next {
	right: auto;
	left: 74px;
}

.glider-hide {
	opacity: 0;
}

button.glider-prev>i.fa {
	position: relative;
	left: -2px;
	top: -2px;
	font-size: .7em;
}

button.glider-next>i.fa {
	position: relative;
	left: 1px;
	top: -2px;
	font-size: .7em;
}

button.glider-next, button.glider-prev {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	transition: all .25s ease-in-out;
	margin-top: 20px;
}

button.glider-next:hover, button.glider-prev:hover {
	border: 1px solid #2369d3;
	color: #fff;
	background: #2369d3;
	transition: all .25s ease-in-out;
}

button.glider-next:active, button.glider-prev:active {
	border: 1px solid #fff;
	color: #00172b;
	background: #fff;
	transition: all .25s ease-in-out;
}

@media only screen and (max-width: 800px) {
	.half-right {
		grid-column: 1/-1;
		justify-self: start;
		margin-top: -1.1em;
		margin-right: none;
	}
}

div.move-from {
	display: block;
}

div.move-fromv2 {
	display: block;
}

div.move-to {
	display: none;
}

@media only screen and (max-width: 900px) {
	div.move-fromv2 {}
}

@media only screen and (max-width: 800px) {
	div.move-from {
		display: none;
	}
	
	div.move-to {
		display: block;
	}
}

.pages-inner div.half div.half-inner-white {
	margin-top: 6em;
	padding: 2em 2em 2.5em 2em;
	width: 100%;
	float: none;
}

footer h3 {
	font-size: 1.6em;
}

.btn {
	text-decoration: none;
	outline: 0 !important;
	transition: all .2s ease-in-out;
}

.btn:hover {
	cursor: pointer;
	text-decoration: none;
	transition: all .125s ease-in-out;
}

.btn:active {
	cursor: pointer;
	text-decoration: none;
	transition: all .125s ease-in-out;
}

button.btn.btn-bluelt, .btn.btn-bluelt, .btn.btn-bluelt:visited, a.btn.btn-bluelt, a.btn.btn-bluelt:visited {
	display: inline-block;
	background: #252525;
	color: #fafafa;
	font-weight: 500 !important;
	font-size: 1.1em !important;
	line-height: 1.1em !important;
	text-decoration: none;
	padding: 20px 22px 15px 28px;
	border-radius: 50px;
	border: 1px solid #fafafa;
}

button.btn.btn-bluelt:hover, .btn.btn-bluelt:hover, a.btn.btn-bluelt:hover {
	background: #fafafa;
	color: #252525;
	text-decoration: none;
	border: 1px solid #252525;
}

button.btn.btn-bluelt:active, .btn.btn-bluelt:active, a.btn.btn-bluelt:active {
	background: #404040;
	color: #fff;
	text-decoration: none;
	border: 1px solid #404040;
}

.btn.btn-bluelt i.fa, .btn.btn-bluelt i.fa, a.btn.btn-bluelt i.fa {
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.hero-inner-2 .btn.btn-bluelt, .hero-inner-2 a.btn.btn-bluelt {
	position: relative;
	top: -1.7em;
}

button.btn.btn-gold-on-dark, .btn.btn-gold-on-dark, .btn.btn-gold-on-dark:visited, a.btn.btn-gold-on-dark, a.btn.btn-gold-on-dark:visited {
	display: inline-block;
	background: #cfb580;
	color: #252525;
	font-weight: 600 !important;
	font-size: .85em !important;
	line-height: 1em !important;
	text-decoration: none;
	padding: 20px 22px 15px 22px;
	border-radius: 50px;
	border: 1px solid #cfb580;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}

button.btn.btn-gold-on-dark:hover, .btn.btn-gold-on-dark:hover, a.btn.btn-gold-on-dark:hover {
	background: #fafafa;
	color: #252525;
	text-decoration: none;
	border: 1px solid #252525;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .45);
}

button.btn.btn-gold-on-dark:active, .btn.btn-gold-on-dark:active, a.btn.btn-gold-on-dark:active {
	background: #353535;
	color: #fafafa;
	text-decoration: none;
	border: 1px solid #cfb580;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}

.btn.btn-news, .btn.btn-news:visited, a.btn.btn-news, a.btn.btn-news:visited {
	display: inline-block;
	background: #d9d1c1;
	color: #252525;
	font-weight: 500;
	font-size: 1em;
	text-decoration: none;
	padding: 12px 25px 9px 25px;
	border-radius: 50px;
	border: 1px solid #d9d1c1;
}

.btn.btn-news:hover, a.btn.btn-news:hover {
	background: #fafafa;
	color: #252525;
	text-decoration: none;
	border: 1px solid #252525;
}

.btn.btn-news:active, a.btn.btn-news:active {
	background: #353535;
	color: #fafafa;
	text-decoration: none;
	border: 1px solid #fafafa;
}

.btn.btn-white, a.btn.btn-white {
	display: inline-block;
	background: #fff;
	color: #101010;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.3em;
	text-decoration: none;
	padding: 24px 36px 18px 36px;
	border-radius: 50px;
	border: 1px solid #fff;
	margin: 1.2em 0;
}

.btn.btn-white:hover, a.btn.btn-white:hover {
	background: #c9a975;
	color: #101010;
	text-decoration: none;
	border: 1px solid #101010;
}

.btn.btn-white:active, a.btn.btn-white:active {
	background: #101010;
	color: #fff;
	text-decoration: none;
	border: 1px solid #101010;
}

.btn.btn-white i.fa, a.btn.btn-white i.fa {
	position: relative;
	padding-left: 39px;
	top: 1px;
	margin-right: -15px;
}

.btn.btn-ltb-on-ltb, .btn.btn-ltb-on-ltb:visited, a.btn.btn-ltb-on-ltb, a.btn.btn-ltb-on-ltb:visited {
	display: inline-block;
	background: #d9d1c1;
	color: #252525;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 18px 32px 15px 28px;
	border-radius: 50px;
	border: 1px solid #d9d1c1;
}

.btn.btn-ltb-on-ltb:hover, a.btn.btn-ltb-on-ltb:hover {
	background: #fafafa;
	color: #252525;
	text-decoration: none;
	border: 1px solid #fafafa;
}

.btn.btn-ltb-on-ltb:active, a.btn.btn-ltb-on-ltb:active {
	background: #353535;
	color: #fafafa;
	text-decoration: none;
	border: 1px solid #fafafa;
}

.btn.btn-ltb-on-ltb i.fa, a.btn.btn-ltb-on-ltb i.fa {
	position: relative;
	padding-left: 30px;
	color: #252525;
	top: 1px;
	margin-right: -10px;
}

.btn.btn-ltb-on-ltb:hover i.fa, a.btn.btn-ltb-on-ltb:hover i.fa {
	color: #252525;
}

.btn.btn-ltb-on-ltb:active i.fa, a.btn.btn-ltb-on-ltb:active i.fa {
	color: #fafafa;
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote .btn.btn-ltb-on-ltb, figure.homepage-new div.homepage-new-inner-bottom>blockquote .btn.btn-ltb-on-ltb:visited, figure.homepage-new div.homepage-new-inner-bottom>blockquote a.btn.btn-ltb-on-ltb, figure.homepage-new div.homepage-new-inner-bottom>blockquote a.btn.btn-ltb-on-ltb:visited, figure.homepage>blockquote .btn.btn-ltb-on-ltb, figure.homepage>blockquote .btn.btn-ltb-on-ltb:visited, figure.homepage>blockquote a.btn.btn-ltb-on-ltb, figure.homepage>blockquote a.btn.btn-ltb-on-ltb:visited {
	display: inline-block;
	margin: 0;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	background: #f0f6fc;
	color: #353535;
	line-height: 1.2;
	font-weight: 500;
	font-size: .8em;
	text-decoration: none;
	padding: 16px 26px 13px 26px;
	border-radius: 50px;
	border: 3px solid #cfb580;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .25);
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote .btn.btn-ltb-on-ltb:hover, figure.homepage-new div.homepage-new-inner-bottom>blockquote a.btn.btn-ltb-on-ltb:hover, figure.homepage>blockquote .btn.btn-ltb-on-ltb:hover, figure.homepage>blockquote a.btn.btn-ltb-on-ltb:hover {
	background: #cfb580;
	color: #202020;
	line-height: 1.2;
	text-decoration: none;
	border: 3px solid #cfb580;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .35);
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote .btn.btn-ltb-on-ltb:active, figure.homepage-new div.homepage-new-inner-bottom>blockquote a.btn.btn-ltb-on-ltb:active, figure.homepage>blockquote .btn.btn-ltb-on-ltb:active, figure.homepage>blockquote a.btn.btn-ltb-on-ltb:active {
	background: #fafafa;
	color: #353535;
	line-height: 1.2;
	text-decoration: none;
	border: 3px solid #cfb580;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .25);
}

figure.homepage-new div.homepage-new-inner-bottom>blockquote .btn.btn-ltb-on-ltb i.fa, figure.homepage-new div.homepage-new-inner-bottom>blockquote a.btn.btn-ltb-on-ltb i.fa, figure.homepage>blockquote .btn.btn-ltb-on-ltb i.fa, figure.homepage>blockquote a.btn.btn-ltb-on-ltb i.fa {
	position: relative;
	padding-left: 15px;
	top: 0px;
	margin-right: 0;
}

@media only screen and (max-width: 600px) {
	.btn.hide-in-600, a.btn.hide-in-600 {
		display: none;
	}
}

@media only screen and (max-width: 412px) {
	.btn.btn-bluelt, a.btn.btn-bluelt {
		font-weight: 400;
		font-size: .95em;
		padding: 16px 27px 13px 24px;
	}
	
	.btn.btn-bluelt i.fa, a.btn.btn-bluelt i.fa {
		position: relative;
		padding-left: 20px;
		top: 1px;
		margin-right: -5px;
	}
	
	.hero-inner-2 .btn.btn-bluelt, .hero-inner-2 a.btn.btn-bluelt {
		position: relative;
		top: -1.7em;
	}
	
	.btn.btn-gold-on-dark, a.btn.btn-gold-on-dark {
		padding: 16px 22px 13px 22px;
	}
	
	.btn.btn-news, a.btn.btn-news {
		font-weight: 500;
		font-size: 1em;
		padding: 12px 25px 9px 25px;
	}
	
	.btn.btn-white, a.btn.btn-white {
		font-weight: 400;
		font-size: .95em;
		padding: 16px 27px 13px 24px;
		margin: 1em 0;
	}
	
	.btn.btn-white i.fa, a.btn.btn-white i.fa {
		position: relative;
		padding-left: 20px;
		top: 1px;
		margin-right: -5px;
	}
	
	.btn.btn-ltb-on-ltb, a.btn.btn-ltb-on-ltb {
		padding: 16px 28px 13px 24px;
	}
	
	.btn.btn-ltb-on-ltb i.fa, a.btn.btn-ltb-on-ltb i.fa {
		padding-left: 24px;
		margin-right: -10px;
	}
	
	figure.homepage>blockquote .btn.btn-ltb-on-ltb, figure.homepage>blockquote a.btn.btn-ltb-on-ltb {
		padding: 15px 26px 12px 22px;
	}
	
	figure.homepage>blockquote .btn.btn-ltb-on-ltb i.fa, figure.homepage>blockquote a.btn.btn-ltb-on-ltb i.fa {
		padding-left: 24px;
		margin-right: -10px;
	}
	
	.hero-inner-2 .btn.btn-ltb-on-ltb, .hero-inner-2 a.btn.btn-ltb-on-ltb {
		position: relative;
		top: -1.7em;
	}
}

@media only screen and (min-width: 801px) {
	.accordion {
		display: inline-flex;
		align-items: center;
		background-color: #353535;
		color: #fafafa;
		cursor: pointer;
		padding: 1.75em 1.75em 1.75em 1.75em;
		width: 100%;
		border: none;
		border-radius: 12px 12px 12px 12px;
		text-align: left;
		outline: 0;
		font-size: 1.3em;
		margin-top: 20px;
		margin-bottom: 0;
		transition: none;
		transition: all .35s ease-in-out;
	}
	
	.accordion h5 {
		display: inline-flex;
		justify-self: start;
		font-size: 1.4em;
		font-weight: 500;
		line-height: 1.4;
		margin-top: 7px;
		order: 2;
	}
	
	.accordion:hover {
		background-color: #fafafa;
		color: #303030;
		border-radius: 12px 12px 12px 12px;
	}
	
	div.panel {
		position: relative;
		top: -12px;
		padding: 0 19em 0 11em;
		font-size: 1.1em;
		font-weight: 500;
		color: #303030 !important;
		background-color: #fafafa;
		max-height: 0;
		border-radius: 0 0 12px 12px;
		overflow: hidden;
		transition: none;
		transition: all .35s ease-in-out;
	}
	
	div.panel p {
		color: #303030;
		font-size: 1.1em;
		font-weight: 500;
		margin-top: 1em;
	}
	
	div.panel p a, div.panel p a:visited {
		color: #cfb580;
		text-decoration: none;
	}
	
	div.panel p a:active, div.panel p a:hover {
		color: #101010;
		text-decoration: none;
	}
	
	div.panel ul {
		color: #303030;
		font-size: 1.05em;
		font-weight: 500;
		padding: .25em .5em 0 .75em;
	}
	
	div.panel ul li {
		color: #303030;
		font-size: 1.05em;
		font-weight: 500;
		margin: 8px;
		text-decoration: none;
	}
	
	div.panel ul li a, div.panel ul li a:visited {
		color: #cfb580;
		text-decoration: none;
	}
	
	div.panel ul li a:active, div.panel ul li a:hover {
		color: #101010;
		text-decoration: none;
	}
	
	div.panel.panel-master {
		padding: 0 .75em .75em .75em;
		background-color: #c9a975;
	}
	
	.accordion i.fa.fa-plus {
		display: inline-flex;
		justify-self: start;
		position: relative;
		top: 0;
		font-size: 1rem;
		margin-right: 70px;
		margin-left: 0;
		color: #353535;
		background-color: #fafafa;
		border: 1px solid #fafafa;
		border-radius: 50%;
		padding: 22px;
		transition: none;
		transition: all .35s ease-in-out;
		order: 1;
	}
	
	.accordion:hover i.fa.fa-plus {
		color: #fafafa;
		background-color: #353535;
		border: 1px solid #353535;
		transition: none;
		transition: all .35s ease-in-out;
	}
	
	.accordion i.fa.fa-minus {
		display: none;
		justify-self: start;
		position: relative;
		top: 0;
		font-size: 1rem;
		margin-right: 70px;
		margin-left: 0;
		color: #fafafa;
		background-color: #353535;
		border: 1px solid #353535;
		border-radius: 50%;
		padding: 22px;
		transition: none;
		transition: all .35s ease-in-out;
		order: 1;
	}
}

@media only screen and (max-width: 1150px) {
	.panel {
		padding: 0 8em 0 11em;
	}
	
	div.panel.panel-master {
		padding: 0 .75em .75em .75em;
		background-color: #c9a975;
	}
}

@media only screen and (max-width: 800px) {
	.accordion {
		display: inline-flex;
		align-items: center;
		background-color: #353535;
		color: #fafafa;
		cursor: pointer;
		padding: 2em 1.5em 1.8em 1.5em;
		width: 100%;
		border: none;
		border-radius: 12px 12px 12px 12px;
		text-align: left;
		outline: 0;
		font-size: 1.3em;
		margin-top: 20px;
		margin-bottom: 0;
		transition: none;
		transition: all .35s ease-in-out;
	}
	
	.accordion h5 {
		display: inline-flex;
		justify-self: start;
		font-size: 1.2em;
		font-weight: 500;
		line-height: 1.2;
		margin-top: 10px;
		margin-right: 50px;
		order: 1;
	}
	
	.accordion:hover {
		background-color: #fafafa;
		color: #303030;
		border-radius: 12px 12px 12px 12px;
	}
	
	.panel {
		position: relative;
		top: -12px;
		padding: 0 1.9em 0 2em;
		max-height: 0;
		border-radius: 0 0 12px 12px;
		overflow: hidden;
		transition: none;
		transition: all .35s ease-in-out;
	}
	
	div.panel.panel-master {
		padding: 0 .75em .75em .75em;
		background-color: #c9a975;
	}
	
	.panel p {
		font-size: 1.1em;
		font-weight: 500;
		margin-top: 1em;
		margin-bottom: -.75em;
	}
	
	.accordion i.fa.fa-plus {
		display: inline-flex;
		justify-self: end;
		position: relative;
		top: 0;
		font-size: .8rem;
		margin-right: 0;
		margin-left: auto;
		color: #353535;
		background-color: #fafafa;
		border: 1px solid #fafafa;
		border-radius: 50%;
		padding: 14px;
		transition: none;
		transition: all .35s ease-in-out;
		order: 2;
	}
	
	.accordion:hover i.fa.fa-plus {
		color: #fafafa;
		background-color: #353535;
		border: 1px solid #353535;
		transition: none;
		transition: all .35s ease-in-out;
	}
	
	.accordion i.fa.fa-minus {
		display: none;
		justify-self: end;
		position: relative;
		top: 0;
		font-size: .8rem;
		margin-right: 0;
		margin-left: auto;
		color: #fafafa;
		background-color: #353535;
		border: 1px solid #353535;
		border-radius: 50%;
		padding: 14px;
		order: 2;
	}
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-left-then-center {
	text-align: left;
}

.text-right-then-center {
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	.text-left-then-center {
		text-align: center;
	}
	
	.text-right-then-center {
		text-align: center;
	}
}

/* Image-side CTA positioning */
.hero-image-panel {
	position: relative;
	overflow: hidden;
}

.hero-image-panel picture, .hero-image-panel img {
	display: none;
}

@media only screen and (min-width: 1201px) {
	.hero-image-panel picture, .hero-image-panel img {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-image-panel picture, .hero-image-panel img {
		display: block;
		width: 100%;
		height: auto;
		min-height: 320px;
	}
}

/* optional subtle dark fade behind buttons for readability */
.hero-image-panel::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 34%;
	background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .18) 45%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

.hero-image-cta-wrap {
	position: absolute;
	left: 50%;
	padding: 1em 1em 1em 1em;
	bottom: 4em;
	transform: translateX(-50%);
	width: calc(100% - 3.5em);
	z-index: 3;
	display: flex;
	justify-content: center;
}

.hero-image-cta-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 1em;
	width: auto;
	max-width: 100%;
}

.hero-image-cta-row .btn, .hero-image-cta-row a.btn, .hero-image-cta-row button.btn {
	margin: 0 !important;
	white-space: nowrap;
}

/* large tablet */
@media only screen and (max-width: 1400px) {
	.hero-image-cta-wrap {
		bottom: 3em;
		width: calc(100% - 3em);
	}
	
	.hero-image-cta-row {
		gap: .85em;
	}
}

/* stack buttons when space gets tighter */
@media only screen and (max-width: 900px) {
	.hero-image-cta-wrap {
		bottom: 2.5em;
		width: calc(100% - 3em);
	}
	
	.hero-image-cta-row {
		flex-direction: column;
		gap: .75em;
		width: 100%;
		max-width: 540px;
	}
	
	.hero-image-cta-row .btn, .hero-image-cta-row a.btn, .hero-image-cta-row button.btn {
		width: 100%;
		text-align: center;
	}
}

/* extra small phones */
@media only screen and (max-width: 600px) {
	.hero-image-cta-wrap {
		bottom: 1.75em;
		width: calc(100% - 3em);
	}
}

.modal1, .modal2 {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 3%;
	padding-bottom: 3%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

.modal-content {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: none;
	border-radius: 14px;
	color: gray;
	width: 70%;
	height: auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	
	to {
		top: 0;
		opacity: 1;
	}
}

.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: 700;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border-radius: 14px 14px 0 0;
	color: #fff;
}

.modal-body {
	display: flex;
	padding: 0;
	height: auto;
	overflow: auto;
}

.modal-footer {
	padding: 0 30px 30px 30px;
	background-color: #fff;
	color: #fff;
	border-radius: 0 0 14px 14px;
	text-align: right;
}

.modal-body-inner {
	display: block;
	padding: 0 10em 0 7em;
	background-color: #fff;
	color: gray;
	width: 85%;
}

div.modal-body-inner div.review {
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin: 0 0 1.5em 0;
	padding: 3em 3em 1em 4em;
}

@media only screen and (max-width: 1400px) {
	.modal-body-inner {
		display: block;
		padding: 2.5em 3.5em 0 3.5em;
		background-color: #fff;
		color: gray;
		width: 88%;
	}
}

@media only screen and (max-width: 1100px) {
	.modal-body-inner {
		display: block;
		padding: 2.5em 2.5em 0 2.5em;
		background-color: #fff;
		color: gray;
		width: 92%;
	}
}

@media only screen and (max-width: 900px) {
	.modal-body-inner {
		display: block;
		padding: 2em 1.5em 1.5em 1.5em;
		background-color: #fff;
		color: gray;
		width: 96%;
	}
	
	div.modal-body-inner div.review {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
}

.modal-body-left {
	display: inline-block;
	padding: 30px 40px 15px 40px;
	background-color: #fff;
	color: gray;
	width: 50%;
}

.modal-body-right {
	display: inline-block;
	padding: 30px 40px 15px 40px;
	background-color: #fff;
	color: gray;
	width: 50%;
}

.modal-body-left h1 {
	font-size: 4.7em;
	line-height: 1.05;
	font-weight: 400;
	color: rgba(0, 0, 0, .9);
}

.modal-body-left p.large {
	font-family: "TT Commons";
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
	line-height: 1.5;
	color: rgba(0, 0, 0, .9);
}

.modal-body-video {
	display: inline-block;
	padding: 10px 80px 0 80px;
	background-color: #fff;
	color: gray;
	width: 100%;
}

.modal-body-video div.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 2em;
}

.modal-body-video div.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

div.modal-buttons {
	display: flex;
	padding: 0;
	margin-top: 10px;
}

@media only screen and (max-width: 1400px) {
	.modal-content {
		width: 84%;
	}
	
	.modal-body-left h1 {
		font-size: 4.1em;
		line-height: 1.05;
	}
}

@media only screen and (max-width: 1100px) {
	.modal-content {
		width: 98%;
	}
	
	.modal-body-left h1 {
		font-size: 3.5em;
		line-height: 1.05;
	}
	
	.modal-body-video {
		padding: 0 25px 0 25px;
	}
}

@media only screen and (max-width: 800px) {
	.modal {
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	
	.modal-content {
		width: 100%;
	}
	
	.modal-body {
		display: block;
	}
	
	.modal-body-left {
		display: block;
		padding: 10px 30px 0 30px;
		width: 100%;
	}
	
	.modal-body-right {
		display: block;
		padding: 0 30px 10px 30px;
		width: 100%;
	}
	
	.modal-body-left h1 {
		font-size: 2.5em;
		line-height: 1.05;
		font-weight: 400;
	}
}

img.icon-resources1 {
	width: 50px;
	height: auto;
}

img.icon-resources2 {
	width: 45px;
	height: auto;
}

img.icon-resources3 {
	width: 43px;
	height: auto;
}

img.icon-header {
	width: 44px;
	height: auto;
	margin-top: 15px;
}

.btn-modal-blue, a.btn-modal-blue {
	display: inline;
	background: #353535;
	color: #fafafa;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 130%;
	padding: 17px 28px 14px 28px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #353535;
	margin-right: .75em;
	margin-bottom: 1.25em;
}

.btn-modal-blue:hover, a.btn-modal-blue:hover {
	background: #fafafa;
	color: #353535;
	text-decoration: none;
	border: 1px solid #353535;
}

.btn-modal-blue:active, a.btn-modal-blue:active {
	background: #101010;
	color: #fafafa;
	text-decoration: none;
	border: 1px solid #101010;
}

.btn.btn-modal-blue i.fa, a.btn.btn-modal-blue i.fa {
	position: relative;
	padding-left: 20px;
	color: #fafafa;
	font-size: .95em;
	top: 1px;
	margin-right: -5px;
}

.btn.btn-modal-blue:hover i.fa, a.btn.btn-modal-blue:hover i.fa {
	color: #353535;
}

.btn.btn-modal-blue:active i.fa, a.btn.btn-modal-blue:active i.fa {
	color: #fafafa;
}

.btn-modal-video-close, a.btn-modal-video-close {
	background: #fff;
	color: #606060;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 130%;
	padding: 12px 25px 9px 20px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #ddd;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.btn-modal-video-close:hover, a.btn-modal-video-close:hover {
	background: #eee;
	color: #202020;
	text-decoration: none;
	border: 1px solid #eee;
}

.btn-modal-video-close:active, a.btn-modal-video-close:active {
	background: #aaa;
	color: #fff;
	text-decoration: none;
	border: 1px solid #aaa;
}

.btn.btn-modal-video-close i.fa, a.btn.btn-modal-video-close i.fa {
	position: relative;
	padding-left: 5px;
	color: #2369d3;
	font-size: .95em;
	top: 1px;
	margin-right: 5px;
}

.btn.btn-modal-video-close:hover i.fa, a.btn.btn-modal-video-close:hover i.fa {
	color: #2369d3;
}

.btn.btn-modal-video-close:active i.fa, a.btn.btn-modal-video-close:active i.fa {
	color: #fff;
}

.btn-modal-close.close2 i.fa {
	font-size: 1.5em;
	color: rgba(145, 180, 233, 1);
	outline: 0;
	position: relative;
	top: 6px;
	left: 97%;
	transition: .2s;
	cursor: pointer;
	text-decoration: none;
}

.btn-modal-close.close2:hover i.fa {
	color: red;
	outline: 0;
	transition: .2s;
	cursor: pointer;
	text-decoration: none;
}

.btn-modal-close.close2:active i.fa {
	color: #202020;
	outline: 0;
	transition: .1s;
	cursor: pointer;
	text-decoration: none;
}

input[type="date"], input[type="phone"], input[type="tel"], input[type="email"], input[type="text"], select, textarea {
	width: 100%;
	padding: 18px 24px 14px 16px;
	color: #202020;
	font-family: "TT Commons";
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-style: normal;
	border: 2px solid gray;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 12px;
	resize: vertical;
	transition: all .2s ease-in-out;
	outline: 0;
}

input[type="date"]:active, input[type="date"]:focus, input[type="phone"]:active, input[type="phone"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="text"]:active, input[type="text"]:focus, select:active, select:focus, textarea:active, textarea:focus {
	border: 2px solid #91b4e9;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(145, 180, 233, .5);
	outline: 0;
	transition: all .2s ease-in-out;
}

label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

select {
	width: 100%;
	padding: 18px 24px 14px 16px;
	color: #202020;
	font-family: "TT Commons";
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	font-style: normal;
	border: 2px solid gray;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 12px;
	outline: 0;
	transition: all .2s ease-in-out;
}

select:focus {
	box-shadow: 0 0 6px rgba(145, 180, 233, .5) !important;
	outline: 0;
	transition: all .2s ease-in-out;
}

select>option {
	position: relative;
	top: 20px;
	font-size: .9em !important;
}

::-webkit-input-placeholder {
	color: #202020;
	font-family: "TT Commons";
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-style: normal;
}

:-ms-input-placeholder {
	color: #202020;
	font-family: "TT Commons";
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-style: normal;
}

::placeholder {
	color: #202020;
	font-family: "TT Commons";
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-style: normal;
}

/*
input[value=""] {
	background: url(https://neinstein.com/assets/theme/img/optionaltext.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

textarea[value=""] {
	background: url(https://neinstein.com/assets/theme/img/optionaltext.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
*/
.blog-video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.blog-video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn.btn-bluelt-form, a.btn.btn-bluelt-form {
	display: inline-block;
	background: #252525;
	color: #fafafa;
	font-weight: 400;
	font-size: .95em !important;
	text-decoration: none;
	padding: 18px 31px 17px 25px;
	border-radius: 50px;
	border: 1px solid #252525;
	margin-top: 1em;
	margin-bottom: .75em;
}

.btn.btn-bluelt-form:hover, a.btn.btn-bluelt-form:hover {
	background: #fafafa;
	color: #252525;
	text-decoration: none;
	border: 1px solid #252525;
}

.btn.btn-bluelt-form:active, a.btn.btn-bluelt-form:active {
	background: #d9d1c1;
	color: #151515;
	text-decoration: none;
	border: 1px solid #151515;
}

.btn.btn-bluelt-form i.fa, a.btn.btn-bluelt-form i.fa {
	position: relative;
	padding-left: 26px;
	top: 1px;
	margin-right: -12px;
}

h4.modalheading {
	color: #202020;
	font-size: 4.5em;
	font-weight: 400;
	line-height: 1.1;
}

@media only screen and (max-width: 1100px) {
	h4.modalheading {
		font-size: 3.7em;
		line-height: 1.1;
	}
}

@media only screen and (max-width: 800px) {
	h4.modalheading {
		font-size: 3em;
		line-height: 1.1;
	}
}

@media only screen and (max-width: 600px) {
	h4.modalheading {
		font-size: 2.6em;
		line-height: 1.1;
	}
}

.newsbar-inner-4 {
	grid-column: span 12;
	height: 65px;
	margin-top: .75em;
	margin-bottom: .75em;
}

.newsbar-inner-4-inner {
	display: grid;
	grid-column-gap: .5em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 6px 0 0 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 11px;
	padding-bottom: 8px;
	background: #2369d3;
	border-radius: 5px 5px 5px 0;
	align-items: center;
	font-size: 1em;
	font-weight: 400;
}

.hi4i-news-icon {
	grid-column: span 1;
	justify-self: end;
}

.hi4i-news-icon img {
	width: 24px;
	height: auto;
	position: relative;
	top: 4px;
	left: -28px;
}

.hi4i-news {
	grid-column: span 1;
	position: relative;
	top: 2px;
	left: -20px;
}

.hi4i-date {
	grid-column: span 2;
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-align: right;
	padding-right: 1.75em;
	position: relative;
	top: 2px;
}

.hi4i-story {
	grid-column: span 6;
	padding-left: 1em;
	position: relative;
	top: 2px;
}

.hi4i-story i.fa {
	font-size: 1.1em;
	position: relative;
	top: 2px;
	left: 9px;
}

.shift15 {
	margin-left: 1.4em;
}

.hi4i-link {
	grid-column: span 2;
	justify-self: center;
	margin-right: 19px;
}

.pages-inner div.third-lg.inner-white p a {
	color: #c9a975;
	text-decoration: none;
}

div.half.mt-0-half {
	margin-top: 0;
}

.text-center {
	text-align: center !important;
}

.lt-gold {
	color: #d9d1c1 !important;
}

.golden {
	color: #cfb580 !important;
}

.aic {
	align-items: center;
}

.aie {
	align-items: end;
}

.ais {
	align-items: start;
}

.hide-in-sm {
	display: inline-block;
}

.hide-in-lg {
	display: none;
}

img.aoe-image {
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 8px 8px 0px 0px;
	display: block;
	height: auto;
	margin-bottom: 1.8em;
	width: 100%;
}

.bg-foyer {
	background: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .25)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/home/bg-homepage-foyer.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 810px;
}

.bg-foyer.nitro-lazy {
	background: none !important;
}

@media only screen and (max-width: 900px) {
	div.half.mt-0-half {
		margin-top: 1em;
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 600px) {
	.hide-in-sm {
		display: none;
	}
	
	.hide-in-lg {
		display: inline-block;
	}
}

h3.homepage {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.1;
}

.image-one {
	display: inline-block;
}

.image-two {
	display: none;
}

@media only screen and (min-width: 901px) and (max-width: 1700px) {
	h3.homepage {
		font-size: 2.8em;
	}
	
	.image-one {
		display: none;
	}
	
	.image-two {
		display: inline-block;
	}
}

@media only screen and (min-width: 561px) and (max-width: 900px) {
	h3.homepage {
		font-size: 2.6em;
	}
	
	.image-one {
		display: inline-block;
	}
	
	.image-two {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	h3.homepage {
		font-size: 2.4em;
	}
	
	.image-one {
		display: none;
	}
	
	.image-two {
		display: inline-block;
	}
}

button.accordion-button {
	background-color: #303030;
	border: none;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 12px;
	color: #fafafa;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 2.25em 2em;
	text-align: left;
	transition: all .3s;
	width: 100%;
}

button.accordion-button:hover {
	background-color: #fafafa;
	color: #303030;
}

button.accordion-button.active {
	background-color: #37599c;
	color: #fff;
}

button.accordion-button div.icon {
	align-items: center;
	background-color: #c9a975;
	border: none;
	border-radius: 50%;
	color: #303030;
	display: inline-flex;
	font-size: 2.1em;
	font-weight: 600;
	justify-content: center;
	transition: all .3s;
	min-height: 38px !important;
	min-width: 38px !important;
	margin-right: 28px !important;
}

button.accordion-button.active div.icon {
	background-color: #fff;
	color: #37599c;
	transition: all .3s;
}

div.accordion-panel {
	background-color: #eee;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 12px;
	margin-top: -16px;
	max-height: 0;
	overflow: hidden;
	transition: all .3s;
}

div.accordion-panel .inner-content {
	color: #353535;
	padding: 1.5em 1.5em;
}

div.accordion-panel .inner-content p, div.accordion-panel .inner-content p a, div.accordion-panel .inner-content ul, div.accordion-panel .inner-content ol, div.accordion-panel .inner-content ul li, div.accordion-panel .inner-content ol li, div.accordion-panel .inner-content ul li a, div.accordion-panel .inner-content ol li a {
	color: #303030;
	font-size: 1em;
	font-weight: 500;
}

div.accordion-panel .inner-content p, div.accordion-panel .inner-content ul, div.accordion-panel .inner-content ol {
	margin: 0;
	margin-bottom: .5em;
	margin-top: .5em;
}

div.accordion-panel .inner-content p {
	padding: 0;
}

button.accordion-button div.accordion-title {
	display: inline-flex;
	font-size: 2.25em;
	padding: 0;
	margin: 0;
	width: auto;
}

div.nested-accordion {
	padding: .25em .75em .75em .75em;
}

div.nested-accordion button.accordion-button {
	background-color: #404040;
	border: none;
	border: 1px solid #404040;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 1.2em 1.1em;
	text-align: left;
	transition: all .3s;
	width: 100%;
}

div.nested-accordion button.accordion-button:hover {
	background-color: #fafafa;
	color: #37599c;
}

div.nested-accordion button.accordion-button.active {
	background-color: #fafafa;
	color: #37599c;
}

div.nested-accordion div.accordion-panel {
	border: 0;
}

div.nested-accordion button.accordion-button.active+.accordion-panel {
	border: 1px solid #909090;
	background-color: #fff;
}

div.nested-accordion button.accordion-button.active div.icon {
	background-color: #37599c;
	color: #fff;
	transition: all .3s;
}

div.nested-accordion button.accordion-button div.icon {
	display: inline-flex;
	height: 30px !important;
	width: 30px !important;
}

div.nested-accordion button.accordion-button div.accordion-title {
	display: inline-flex;
	font-size: 1.9em;
	line-height: 1.1;
	padding: 0;
	margin: 0;
	width: auto;
}

@media only screen and (min-width: 1201px) and (max-width: 1800px) {
	button.accordion-button {
		padding: 2em 1.8em;
	}
	
	button.accordion-button div.accordion-title {
		font-size: 2em;
		line-height: 1.1;
	}
	
	div.nested-accordion button.accordion-button div.accordion-title {
		font-size: 1.75em;
		line-height: 1.1;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
	button.accordion-button {
		padding: 1.65em 1.4em;
	}
	
	button.accordion-button div.accordion-title {
		font-size: 1.8em;
		line-height: 1.1;
	}
	
	div.nested-accordion button.accordion-button div.accordion-title {
		font-size: 1.6em;
		line-height: 1.1;
	}
}

@media only screen and (min-width: 561px) and (max-width: 900px) {
	button.accordion-button {
		padding: 1.3em 1.1em;
	}
	
	button.accordion-button div.accordion-title {
		font-size: 1.5em;
		line-height: 1.1;
	}
	
	div.nested-accordion button.accordion-button div.accordion-title {
		font-size: 1.4em;
		line-height: 1.1;
	}
}

@media only screen and (max-width: 560px) {
	button.accordion-button {
		padding: 1em .8em;
	}
	
	button.accordion-button div.accordion-title {
		font-size: 1.3em;
		line-height: 1.1;
	}
	
	div.nested-accordion button.accordion-button div.accordion-title {
		font-size: 1.2em;
		line-height: 1.1;
	}
}

.lawyer-grid-container {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

.lawyer-grid-item {
	position: relative;
	overflow: hidden;
	border-radius: 21px;
	display: block;
	text-decoration: none;
}

.lawyer-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.lawyer-grid-item .lawyer-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fafafa;
	transition: height .4s ease, background-color .4s ease;
}

.lawyer-grid-item:hover .lawyer-overlay {
	height: 30%;
	background-color: rgba(0, 0, 0, .75);
}

.lawyer-grid-item .lawyer-overlay p.hover-name {
	margin: 0 .5em;
	font-size: 1.25em;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, .65);
}

.lawyer-grid-item .lawyer-overlay p.hover-name {
	color: #c9a975;
	font-size: 1.25em;
	font-weight: 600;
	text-align: center !important;
	margin: 0 .5em;
	transition: color .3s ease;
}

.lawyer-grid-item:hover .lawyer-overlay p.hover-name {
	color: #fafafa;
}

.lawyer-grid-item.center {
	grid-column: span 2;
	grid-row: span 1;
}

.item1 {
	order: 1;
}

.item2 {
	order: 2;
}

.item3 {
	order: 3;
}

.item4 {
	order: 4;
}

.item5 {
	order: 5;
}

.item6 {
	order: 6;
}

.item7 {
	order: 7;
}

.item8 {
	order: 9;
}

.item9 {
	order: 10;
}

.center4x1 {
	display: none;
}

.center3x1 {
	display: none;
}

.center2x1 {
	display: none;
}

.center1x1 {
	display: none;
}

.item10 {
	order: 16;
}

.item11 {
	order: 19;
}

.item12 {
	order: 22;
}

.item13 {
	order: 24;
}

.item14 {
	order: 25;
}

.item15 {
	order: 26;
}

.item16 {
	order: 27;
}

.item17 {
	order: 28;
}

.item18 {
	order: 29;
}

@media (max-width: 539px) {
	.lawyer-grid-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.lawyer-grid-item.center {
		grid-column: span 1;
		grid-row: span 1;
	}
}

@media (min-width: 540px) and (max-width: 899px) {
	.lawyer-grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.lawyer-grid-item.center {
		grid-column: span 2;
		grid-row: span 1;
	}
	
	.center2x1 {
		order: 30;
		display: block;
	}
}

@media (min-width: 900px) and (max-width: 1299px) {
	.lawyer-grid-container {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.lawyer-grid-item.center {
		grid-column: span 3;
		grid-row: span 1;
	}
	
	.center3x1 {
		order: 30;
		display: block;
	}
}

@media (min-width: 1300px) and (max-width: 1599px) {
	.lawyer-grid-container {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.lawyer-grid-item.center {
		grid-column: span 2;
		grid-row: span 1;
	}
	
	.center2x1 {
		order: 11;
		display: block;
	}
}

@media (min-width: 1600px) and (max-width: 1999px) {
	.lawyer-grid-container {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.lawyer-grid-item.center {
		grid-column: span 2;
		grid-row: span 1;
	}
	
	.center2x1 {
		order: 17;
		display: block;
	}
}

@media (min-width: 2000px) {
	.lawyer-grid-container {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.lawyer-grid-item.center {
		grid-column: span 3;
		grid-row: span 1;
	}
	
	.center3x1 {
		order: 11;
		display: block;
	}
}

/* Hero Main Heading */
.pages-inner h1.hero-main {
	color: #fafafa;
	font-weight: 700;
	/* letter-spacing: 0.010em; */
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .45);
	line-height: 1;
	margin-top: .2em;
}

.pages-inner h1.hero-main {
	font-size: 5em;
}

@media only screen and (max-width: 2200px) {
	.pages-inner h1.hero-main {
		font-size: 4em;
	}
}

@media only screen and (max-width: 1800px) {
	.pages-inner h1.hero-main {
		font-size: 3.5em;
	}
}

@media only screen and (max-width: 1200px) {
	.pages-inner h1.hero-main {
		font-size: 3em;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner h1.hero-main {
		font-size: 2.7em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h1.hero-main {
		font-size: 2.4em;
	}
}

/* Hero Gold Heading */
.pages-inner h2.hero-gold {
	display: block !important;
	color: #cfb580;
	font-weight: 600;
	/* letter-spacing: 0.010em; */
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .45);
	line-height: 1;
	margin-top: .25em;
}

.pages-inner h2.hero-gold {
	font-size: 3.5em;
}

@media only screen and (max-width: 1800px) {
	.pages-inner h2.hero-gold {
		font-size: 2.8em;
	}
}

@media only screen and (max-width: 1200px) {
	.pages-inner h2.hero-gold {
		font-size: 2em;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner h2.hero-gold {
		font-size: 1.9em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h2.hero-gold {
		font-size: 1.8em;
		line-height: 1.2;
		margin-top: .95em;
	}
}

/* Hero Light Heading */
.pages-inner h3.hero-light {
	color: #fafafa;
	font-weight: 600;
	/* letter-spacing: 0.010em; */
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .45);
	line-height: 1.1;
	margin-top: .2em;
}

.pages-inner h3.hero-light {
	font-size: 2.9em;
}

@media only screen and (max-width: 1800px) {
	.pages-inner h3.hero-light {
		font-size: 2.4em;
	}
}

@media only screen and (max-width: 1200px) {
	.pages-inner h3.hero-light {
		font-size: 1.8em;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner h3.hero-light {
		font-size: 1.7em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h3.hero-light {
		font-size: 1.55em;
		line-height: 1.3;
		margin-top: .95em;
		margin-bottom: .5em;
	}
}

/* Hero Translucent White Heading */
.pages-inner h3.hero-trans-white {
	color: rgba(255, 255, 255, .66);
	font-weight: 600;
	/* letter-spacing: 0.010em; */
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .35);
	line-height: 1.2;
	margin-top: .2em;
}

.pages-inner h3.hero-trans-white {
	font-size: 2.25em;
}

@media only screen and (max-width: 1800px) {
	.pages-inner h3.hero-trans-white {
		font-size: 1.95em;
	}
}

@media only screen and (max-width: 1200px) {
	.pages-inner h3.hero-trans-white {
		font-size: 1.65em;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner h3.hero-trans-white {
		font-size: 1.55em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h3.hero-trans-white {
		font-size: 1.45em;
		margin-top: .5em;
	}
}

/* Hero Translucent Dark Heading */
.pages-inner h3.hero-trans-dark {
	color: rgba(0, 0, 0, .65);
	/* letter-spacing: 0.010em; */
	line-height: 1.2;
	margin-top: .2em;
}

.pages-inner h3.hero-trans-dark {
	font-size: 1.75em;
}

@media only screen and (max-width: 1800px) {
	.pages-inner h3.hero-trans-dark {
		font-size: 1.65em;
	}
}

@media only screen and (max-width: 1200px) {
	.pages-inner h3.hero-trans-dark {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner h3.hero-trans-dark {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h3.hero-trans-dark {
		font-size: 1.4em;
		margin-top: .5em;
	}
}

.mr-adjustment {
	margin-right: .45em;
}

.ml-adjustment {
	margin-left: .45em;
}

@media only screen and (max-width: 1200px) {
	.mr-adjustment {
		margin-right: 0em;
	}
	
	.ml-adjustment {
		margin-left: 0em;
	}
}

@media only screen and (max-width: 1000px) {
	.mr-adjustment {
		margin-right: .375em;
	}
	
	.ml-adjustment {
		margin-left: .375em;
	}
}

@media only screen and (max-width: 698px) {
	.mr-adjustment {
		margin-right: 0em;
	}
	
	.ml-adjustment {
		margin-left: 0em;
	}
}

/* Team ghosted background on hero section */
.pages-inner.hero-bg-team {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

/* background image layer */
.pages-inner.hero-bg-team::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(rgba(12, 31, 60, .58), rgba(12, 31, 60, .58)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-homepage-hero-2026-large-v3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: .4;
	transform: scale(1.03);
	pointer-events: none;
}

@media only screen and (max-width: 1400px) {
	.pages-inner.hero-bg-team::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		background: linear-gradient(rgba(12, 31, 60, .58), rgba(12, 31, 60, .58)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-homepage-hero-2026-medium-v3.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: .4;
		transform: scale(1.03);
		pointer-events: none;
	}
}

@media only screen and (max-width: 1000px) {
	.pages-inner.hero-bg-team::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		background: linear-gradient(rgba(12, 31, 60, .58), rgba(12, 31, 60, .58)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-homepage-hero-2026-small-v3.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: .4;
		transform: scale(1.03);
		pointer-events: none;
	}
}

/* soft blue/vignette blend to keep text readable */
.pages-inner.hero-bg-team::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(ellipse at center, rgba(48, 80, 142, .1) 0%, rgba(12, 31, 60, .3) 68%, rgba(12, 31, 60, .52) 100%);
	pointer-events: none;
}

/* keep all actual content above the pseudo background layers */
.pages-inner.hero-bg-team>* {
	position: relative;
	z-index: 1;
}

.hero-split-intro {
	align-items: center;
	column-gap: 4em;
}

.hero-split-left {
	padding-right: 1.5em;
}

.hero-split-left h2 {
	margin-bottom: .9em;
}

.hero-accomplishments {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25em;
	margin-top: 2.75em;
	margin-bottom: 2.75em;
}

.hero-accomplishment {
	padding: 1.65em 1em 1em 1em;
	border: 2px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .05);
	/*
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	*/
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.hero-accomplishment.darkback {
	background: #303030;
	border: 2px solid rgba(0, 0, 0, .65);
}

.hero-accomplishment.lightback {
	background: rgba(255, 255, 255, .25);
	border: 2px solid rgba(30, 61, 108, .3);
}

.hero-accomplishment-number {
	display: block;
	color: #cfb580;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1;
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .35);
}

.hero-accomplishment-number.han-small {
	font-size: 1.9em;
	line-height: 1;
}

.hero-accomplishment-number.han-smaller {
	font-size: 1.35em;
	line-height: 1.2;
}

.hero-accomplishment-label {
	display: block;
	margin-top: .25em;
	color: rgba(255, 255, 255, .8);
	font-size: 1em;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.lightback>.hero-accomplishment-number {
	color: #30508e;
	text-shadow: none;
}

.lightback>.hero-accomplishment-label {
	color: #505050;
}

.hero-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: center;
	margin-top: .5em;
}

.hero-cta-row .btn.btn-white, .hero-cta-row .btn.btn-ltb-on-ltb {
	margin: 0;
}

.hero-cta-row .btn.btn-ltb-on-ltb, .hero-cta-row a.btn.btn-ltb-on-ltb {
	background: transparent;
	color: #fafafa;
	border: 1px solid rgba(255, 255, 255, .45);
}

.hero-cta-row .btn.btn-ltb-on-ltb i.fa, .hero-cta-row a.btn.btn-ltb-on-ltb i.fa {
	color: #fafafa;
}

.hero-cta-row .btn.btn-ltb-on-ltb:hover, .hero-cta-row a.btn.btn-ltb-on-ltb:hover {
	background: rgba(255, 255, 255, .12);
	color: #fafafa;
	border: 1px solid rgba(255, 255, 255, .75);
}

.hero-cta-row .btn.btn-ltb-on-ltb:hover i.fa, .hero-cta-row a.btn.btn-ltb-on-ltb:hover i.fa {
	color: #fafafa;
}

.hero-cta-row .btn.btn-ltb-on-ltb:active, .hero-cta-row a.btn.btn-ltb-on-ltb:active {
	background: #fafafa;
	color: #101010;
	border: 1px solid #fafafa;
}

.hero-cta-row .btn.btn-ltb-on-ltb:active i.fa, .hero-cta-row a.btn.btn-ltb-on-ltb:active i.fa {
	color: #101010;
}

.hero-form-card {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 1400px) {
	.hero-accomplishment-number {
		font-size: 1.9em;
	}
	
	.hero-accomplishment-number.han-small {
		font-size: 1.7em;
	}
	
	.hero-accomplishment-number.han-smaller {
		font-size: 1.25em;
	}
	
	.hero-accomplishment-label {
		font-size: .95em;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-split-intro {
		column-gap: 2.5em;
	}
	
	.hero-accomplishments {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 900px) {
	.hero-split-left {
		padding-right: 0;
	}
	
	.hero-accomplishments {
		gap: .95em;
		margin-top: 2.5em;
		margin-bottom: 2.5em;
	}
	
	.hero-accomplishment {
		padding: 1em .85em .9em .85em;
	}
	
	.hero-cta-row {
		gap: .85em;
	}
}

@media only screen and (max-width: 600px) {
	.hero-accomplishments {
		grid-template-columns: 1fr;
	}
	
	.hero-cta-row {
		flex-direction: column;
		align-items: stretch;
	}
	
	.hero-cta-row .btn {
		width: 100%;
		text-align: center;
	}
}

.hero-form-card {
	padding: 0;
	overflow: hidden;
}

/* header band */
.form-card-header {
	background: #37599c;
	color: #fff;
	padding: 2em 2em 1.7em 2em;
	border-radius: 10px 10px 0 0;
}

.form-card-header h4 {
	margin: 0;
	font-size: 1.9em;
	font-weight: 600;
}

.form-card-header p {
	margin: .4em 0 0 0;
	padding: 0;
	font-size: 1.1em;
	color: rgba(255, 255, 255, .9);
}

/* form area */
.form-card-body {
	padding: 2.2em 2em 2.4em 2em;
}

/* slightly tighter spacing */
.form-card-body input, .form-card-body select, .form-card-body textarea {
	margin-bottom: 14px;
}

/* Consultation Card Container */
.hero-consultation-card {
	border-radius: 16px;
	border: 2px solid rgba(207, 181, 128, .75);
	overflow: hidden;
	box-shadow: 0 15px 50px rgba(0, 0, 0, .45);
	display: flex;
	flex-direction: column;
}

/* Dark Header Area */
.consultation-card-header {
	background: linear-gradient(145deg, #1b3a6b, #0c1f3c);
	padding: 2.2em 2.2em 1.9em 2.2em;
	text-align: left;
}

.consultation-card-header h4 {
	color: #fafafa;
	font-size: 1.7em;
	font-weight: 600;
	margin-bottom: .3em;
}

.consultation-card-header p {
	color: rgba(255, 255, 255, .85);
	font-size: 1.05em;
	padding: 0;
}

/* Consultation Card Header Typography */
.consultation-eyebrow {
	color: #cfb580;
	font-size: 1.05em;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: .75em;
}

.consultation-headline {
	color: #fafafa;
	font-size: 2.2em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: .15em;
}

.consultation-sub {
	color: rgba(255, 255, 255, .75);
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.2;
}

/* Form Body */
.consultation-card-body {
	padding: 2em 2.2em 1.25em 2.2em;
}

.consultation-card-body.goldback {
	background: #eeeae3;
}

/* Form spacing refinement */
.consultation-card-body form input, .consultation-card-body form select, .consultation-card-body form textarea {
	margin-bottom: .85em;
}

/* Submit button alignment */
.consultation-card-body .modal-buttons {
	margin-top: .5em;
	padding: 0;
}

/* Mobile refinement */
@media only screen and (max-width: 900px) {
	.hero-consultation-card {
		margin-top: 1.5em;
	}
	
	.consultation-card-header {
		padding: 1.9em 1.7em 1.6em 1.7em;
	}
	
	.consultation-card-body {
		padding: 1.7em;
	}
}

/* Quarter card grid */
.quarter-card-grid {
	align-items: stretch;
}

.pages-inner div.quarter {
	grid-column: span 3;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: block;
}

.quarter-card {
	height: 100%;
	background: rgba(255, 255, 255, .2);
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 16px;
	padding: 2.3em 2em 1.5em 2em;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
	text-align: left;
}

.quarter-card h3 {
	font-size: 2em;
	line-height: 1.1 !important;
	font-weight: 700 !important;
	color: #30508e;
	margin-top: 0 !important;
	margin-bottom: .45em !important;
	padding-top: 0;
}

.quarter-card p {
	padding: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-size: 1.2em !important;
	line-height: 1.2;
	color: #404040;
}

/* 2 across */
@media only screen and (max-width: 1500px) {
	.pages-inner div.quarter {
		grid-column: span 6;
	}
	
	.quarter-card {
		padding: 2em 1.75em 1.8em 1.75em;
	}
	
	.quarter-card h3 {
		font-size: 1.8em;
	}
}

/* still 2 across on tablet */
@media only screen and (max-width: 900px) {
	.pages-inner div.quarter {
		grid-column: span 3;
	}
	
	.quarter-card {
		padding: 1.8em 1.5em 1.6em 1.5em;
	}
	
	.quarter-card h3 {
		font-size: 1.55em;
	}
	
	.quarter-card p {
		font-size: 1em;
	}
}

/* 1 across on mobile */
@media only screen and (max-width: 600px) {
	.pages-inner div.quarter {
		grid-column: span 6;
		margin-top: 1em;
	}
	
	.quarter-card {
		padding: 1.5em 1.25em 1.4em 1.25em;
		border-radius: 12px;
	}
	
	.quarter-card h3 {
		font-size: 1.55em;
	}
	
	.quarter-card p {
		font-size: 1em;
	}
}

/* Quarter card icons */
.quarter-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.4em;
}

.quarter-icon img {
	width: 100px;
	height: 100px;
	border: none;
	margin-top: .75em;
	margin-bottom: .75em;
}

.quarter-card h3.text-center {
	margin-top: 0 !important;
}

@media only screen and (max-width: 1500px) {
	.quarter-icon {
		margin-bottom: 1.05em;
	}
	
	.quarter-icon img {
		width: 90px;
		height: 90px;
	}
}

@media only screen and (max-width: 900px) {
	.quarter-icon {
		margin-bottom: .95em;
	}
	
	.quarter-icon img {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 600px) {
	.quarter-icon {
		margin-bottom: .85em;
	}
	
	.quarter-icon img {
		width: 70px;
		height: 70px;
	}
}

.quarter-icon img {
	/*	box-shadow: 0 0 0 rgba(0, 0, 0, 0); */
	transition: transform .25s ease;
}

.quarter-card:hover .quarter-icon img {
	transform: translateY(-3px);
}

/* H2 Large Heading Similar to H1 */
.pages-inner h2.like-h1-hero {
	color: #1f385f;
	font-weight: 800;
	/* letter-spacing: 0.010em; */
	line-height: 1;
	margin-top: .2em;
}

.pages-inner h2.like-h1-hero {
	font-size: 4.75em;
}

@media only screen and (max-width: 2200px) {
	.pages-inner h2.like-h1-hero {
		font-size: 4.2em;
	}
}

@media only screen and (max-width: 1800px) {
	.pages-inner h2.like-h1-hero {
		font-size: 3.6em;
	}
}

@media only screen and (max-width: 1200px) {
	.pages-inner h2.like-h1-hero {
		font-size: 3em;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner h2.like-h1-hero {
		font-size: 2.7em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner h2.like-h1-hero {
		font-size: 2.4em;
	}
}

.outlined-text {
	-webkit-text-stroke: 1px rgba(255, 255, 255, .75);
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .45);
}

.outlined-text {
	text-shadow: -1px -1px 0 rgba(255, 255, 255, .75), 0 -1px 0 rgba(255, 255, 255, .75), 1px -1px 0 rgba(255, 255, 255, .75), -1px 0 0 rgba(255, 255, 255, .75), 1px 0 0 rgba(255, 255, 255, .75), -1px 1px 0 rgba(255, 255, 255, .75), 0 1px 0 rgba(255, 255, 255, .75), 1px 1px 0 rgba(255, 255, 255, .75), 2px 2px 4px rgba(0, 0, 0, .45);
}

@supports (-webkit-text-stroke: 1px white) {
	.outlined-text {
		-webkit-text-stroke: 1px rgba(255, 255, 255, .75);
		text-shadow: 1px 2px 10px rgba(0, 0, 0, .45);
	}
}

.outlined-text-dark {
	-webkit-text-stroke: 1px rgba(0, 0, 0, .75);
}

.outlined-text-dark {}

@supports (-webkit-text-stroke: 1px white) {
	.outlined-text-dark {
		-webkit-text-stroke: 1px rgba(0, 0, 0, .75);
	}
}

/* Ghosted Partners background on any section */
.pages-inner.bg-partners {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-partners-large-grey-v1.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1400px) {
	.pages-inner.bg-partners {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-partners-medium-grey-v1.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media only screen and (max-width: 1000px) {
	.pages-inner.bg-partners {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-partners-small-grey-v1.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* Ghosted CHESS background on any section */
.pages-inner.bg-chess {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

/* background image layer */
.pages-inner.bg-chess::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(rgba(217, 209, 193, .58), rgba(217, 209, 193, .58)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-chess-large-v01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	opacity: .75;
	transform: scale(1.03);
	pointer-events: none;
}

@media only screen and (max-width: 1400px) {
	.pages-inner.bg-chess::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		background: linear-gradient(rgba(217, 209, 193, .58), rgba(217, 209, 193, .58)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-chess-medium-v01.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: .7;
		transform: scale(1.03);
		pointer-events: none;
	}
}

@media only screen and (max-width: 1000px) {
	.pages-inner.bg-chess::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		background: linear-gradient(rgba(217, 209, 193, .58), rgba(217, 209, 193, .58)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-chess-small-v01.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: .65;
		transform: scale(1.03);
		pointer-events: none;
	}
}

/* soft gold/vignette blend to keep text readable */
.pages-inner.bg-chess::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(ellipse at center, rgba(249, 244, 233, .1) 0%, rgba(217, 209, 193, .3) 68%, rgba(217, 209, 193, .52) 100%);
	pointer-events: none;
}

/* keep all actual content above the pseudo background layers */
.pages-inner.bg-chess>* {
	position: relative;
	z-index: 1;
}

/* Alternate 2/3 + 1/3 hero split layout */
.pages-inner.hero-split-2-1 {
	align-items: center;
}

.pages-inner.hero-split-2-1>div.half:first-child {
	grid-column: span 8;
	padding-right: 2em;
}

.pages-inner.hero-split-2-1>div.half.hero-consultation-card, .pages-inner.hero-split-2-1>div.half:last-child {
	grid-column: span 4;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/* large tablet / smaller desktop */
@media only screen and (max-width: 1200px) {
	.pages-inner.hero-split-2-1 {
		column-gap: 2em;
	}
	
	.pages-inner.hero-split-2-1>div.half:first-child {
		grid-column: span 7;
		padding-right: 1em;
	}
	
	.pages-inner.hero-split-2-1>div.half.hero-consultation-card, .pages-inner.hero-split-2-1>div.half:last-child {
		grid-column: span 5;
	}
}

/* stack earlier for cleaner form usability */
@media only screen and (max-width: 1000px) {
	.pages-inner.hero-split-2-1>div.half:first-child, .pages-inner.hero-split-2-1>div.half.hero-consultation-card, .pages-inner.hero-split-2-1>div.half:last-child {
		grid-column: span 12;
	}
	
	.pages-inner.hero-split-2-1>div.half:first-child {
		padding-right: 0;
		margin-top: 0;
	}
	
	.pages-inner.hero-split-2-1>div.half.hero-consultation-card, .pages-inner.hero-split-2-1>div.half:last-child {
		margin-top: 1.5em;
		/* max-width: 760px; */
		width: 100%;
	}
}

/* match your 6-column mobile/tablet grid */
@media only screen and (max-width: 900px) {
	.pages-inner.hero-split-2-1>div.half:first-child, .pages-inner.hero-split-2-1>div.half.hero-consultation-card, .pages-inner.hero-split-2-1>div.half:last-child {
		grid-column: span 6;
	}
	
	.pages-inner.hero-split-2-1>div.half.hero-consultation-card, .pages-inner.hero-split-2-1>div.half:last-child {
		max-width: none;
	}
}

/* Why Neinstein section */
.why-neinstein-section {
	align-items: center;
	column-gap: 4.5em;
	padding-top: 5.5em;
	padding-bottom: 5.5em;
}

.why-neinstein-left {
	grid-column: span 6;
	padding-right: 1em;
}

.why-neinstein-right {
	grid-column: span 6;
}

.why-neinstein-eyebrow {
	color: #cfb580;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	margin-bottom: 1.35em;
}

.why-neinstein-heading {
	color: #fafafa;
	font-size: 4.1em;
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.02em;
	margin: 0 0 .45em 0;
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .28);
}

.why-neinstein-heading-gold {
	color: #cfb580;
	font-style: italic;
	font-weight: 700;
}

.why-neinstein-intro {
	color: rgba(255, 255, 255, .78);
	font-size: 1.35em;
	line-height: 1.65;
	max-width: 880px;
	padding: 0;
	margin: 0 0 2.2em 0;
}

.why-neinstein-points {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2.6em;
	row-gap: 1.8em;
	margin-top: .75em;
}

.why-neinstein-point {
	border-left: 3px solid #cfb580;
	padding-left: 1.15em;
}

.why-neinstein-point h4 {
	color: #fafafa;
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 .35em 0;
}

.why-neinstein-point p {
	color: rgba(255, 255, 255, .66);
	font-size: 1.05em;
	line-height: 1.55;
	padding: 0;
	margin: 0;
}

.why-neinstein-testimonial-card {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 3.2em 3.1em 2.8em 3.1em;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .14);
}

.why-neinstein-quote-mark {
	color: rgba(201, 168, 90, .55);
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-size: 5em;
	line-height: 1;
	margin-bottom: .1em;
}

.why-neinstein-testimonial-card blockquote {
	color: #fafafa;
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-size: 1.55em;
	font-style: italic;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	padding: 0;
}

.why-neinstein-attribution {
	color: #cfb580;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-top: 2em;
}

/* Responsive */
@media only screen and (max-width: 1800px) {
	.why-neinstein-heading {
		font-size: 3.5em;
	}
	
	.why-neinstein-intro {
		font-size: 1.22em;
	}
	
	.why-neinstein-testimonial-card blockquote {
		font-size: 1.38em;
	}
}

@media only screen and (max-width: 1400px) {
	.why-neinstein-section {
		column-gap: 3em;
	}
	
	.why-neinstein-heading {
		font-size: 3em;
	}
	
	.why-neinstein-point h4 {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 1100px) {
	.why-neinstein-left {
		grid-column: span 12;
		padding-right: 0;
	}
	
	.why-neinstein-right {
		grid-column: span 12;
		margin-top: 2em;
	}
	
	.why-neinstein-heading {
		font-size: 2.7em;
	}
	
	.why-neinstein-testimonial-card {
		padding: 2.6em 2.3em 2.3em 2.3em;
	}
}

@media only screen and (max-width: 900px) {
	.why-neinstein-left, .why-neinstein-right {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 900px) {
	.why-neinstein-section {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	
	.why-neinstein-heading {
		font-size: 2.45em;
		line-height: 1.08;
	}
	
	.why-neinstein-intro {
		font-size: 1.1em;
		line-height: 1.6;
		margin-bottom: 1.8em;
	}
	
	.why-neinstein-points {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1.25em;
	}
	
	.why-neinstein-testimonial-card blockquote {
		font-size: 1.25em;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 600px) {
	.why-neinstein-eyebrow {
		font-size: .9em;
		margin-bottom: 1em;
	}
	
	.why-neinstein-heading {
		font-size: 2.1em;
	}
	
	.why-neinstein-intro {
		font-size: 1em;
	}
	
	.why-neinstein-point h4 {
		font-size: 1.15em;
	}
	
	.why-neinstein-point p {
		font-size: .98em;
	}
	
	.why-neinstein-testimonial-card {
		padding: 2em 1.5em 1.9em 1.5em;
	}
	
	.why-neinstein-quote-mark {
		font-size: 4em;
		margin-bottom: .15em;
	}
	
	.why-neinstein-testimonial-card blockquote {
		font-size: 1.12em;
	}
	
	.why-neinstein-attribution {
		font-size: .9em;
		margin-top: 1.6em;
	}
}

/* ==========================================
   Video Testimonial Card
   ========================================== */
.video-testimonial-card {
	position: relative;
	width: 100%;
	margin: 1.5em 0 0 0;
	background: #fafafa;
	border: 2px solid rgba(17, 42, 78, .18);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.video-testimonial-media {
	position: relative;
	width: 100%;
	min-height: 320px;
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-edbxIVPy1Mc-sm.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-testimonial-media.nitro-lazy {
	background-image: none !important;
}

.video-testimonial-body {
	position: relative;
	background: #fafafa;
	padding: 2.6em 2.2em 2.1em 2.2em;
	text-align: left;
}

.video-testimonial-quote-icon {
	margin-bottom: 1em;
}

.video-testimonial-quote-icon img {
	display: block;
	width: 52px;
	height: auto;
	opacity: .9;
}

.video-testimonial-name {
	color: #1e3d6c;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .5em;
}

.video-testimonial-text {
	color: #353535;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.65;
}

/* ==========================================
   Center Overlapping Play Button
   ========================================== */
.video-testimonial-play {
	position: absolute;
	left: 50%;
	bottom: -38px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #cfb580;
	border: 4px solid #fafafa;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
	text-decoration: none;
	z-index: 5;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.video-testimonial-play:hover {
	background: #37599c;
	transform: translateX(-50%) scale(1.06);
	box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
}

.video-testimonial-play:active {
	background: #0c1f3c;
	transform: translateX(-50%) scale(.97);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .22);
}

.video-testimonial-play-icon {
	display: block;
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #fff;
}

/* ==========================================
   Responsive
   ========================================== */
@media only screen and (max-width: 1600px) {
	.video-testimonial-media {
		min-height: 310px;
	}
	
	.video-testimonial-name {
		font-size: 1.65em;
	}
	
	.video-testimonial-text {
		font-size: 1.08em;
	}
}

@media only screen and (max-width: 1200px) {
	.video-testimonial-media {
		min-height: 280px;
	}
	
	.video-testimonial-body {
		padding: 2.4em 1.9em 1.9em 1.9em;
	}
	
	.video-testimonial-name {
		font-size: 1.5em;
	}
	
	.video-testimonial-text {
		font-size: 1.02em;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 900px) {
	.video-testimonial-card {
		margin-top: 1.5em;
	}
	
	.video-testimonial-media {
		min-height: 250px;
	}
	
	.video-testimonial-play {
		width: 70px;
		height: 70px;
		bottom: -35px;
	}
	
	.video-testimonial-play-icon {
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 17px solid #fff;
	}
}

@media only screen and (max-width: 600px) {
	.video-testimonial-card {
		border-radius: 14px;
	}
	
	.video-testimonial-media {
		min-height: 220px;
	}
	
	.video-testimonial-body {
		padding: 2em 1.4em 1.5em 1.4em;
	}
	
	.video-testimonial-quote-icon img {
		width: 44px;
	}
	
	.video-testimonial-name {
		font-size: 1.35em;
	}
	
	.video-testimonial-text {
		font-size: .98em;
		line-height: 1.55;
	}
	
	.video-testimonial-play {
		width: 64px;
		height: 64px;
		bottom: -32px;
		border-width: 3px;
	}
	
	.video-testimonial-play-icon {
		margin-left: 3px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid #fff;
	}
}

/* ===============================
*** NEW HOMEPAGE FAQ ACCORDION ***
================================ */
.faq-section {
	padding-top: 3.5em;
	padding-bottom: 3.5em;
}

.faq-shell {
	background: linear-gradient(180deg, rgba(255, 255, 255, .45) 0%, rgba(255, 255, 255, .18) 100%);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 22px;
	padding: 2.25em;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.faq-header {
	display: flex;
	gap: 1.25em;
	margin-bottom: 2em;
}

.faq-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: .5em;
}

.faq-header-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.faq-header-text {
	flex: 1 1 auto;
	min-width: 0;
}

.faq-heading, h2.faq-heading {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.05;
	color: #1e3d6c;
	margin: .3em 0 .3em 0;
	padding: 0;
}

.faq-intro {
	font-size: 1.25em;
	line-height: 1.6;
	color: #404040;
	padding: 0;
	margin: 0;
	max-width: 980px;
}

.faq-list {
	display: grid;
	gap: 1em;
}

button.faq-question {
	background: #303030;
	border: 1px solid rgba(0, 0, 0, .18);
	border-radius: 14px;
	color: #fafafa;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 1.1em;
	width: 100%;
	text-align: left;
	padding: 1.35em 1.4em;
	transition: all .28s ease;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

button.faq-question:hover {
	background: #fafafa;
	color: #1e3d6c;
	border: 1px solid rgba(30, 61, 108, .18);
	transform: translateY(-1px);
}

button.faq-question.active {
	background: #37599c;
	color: #fff;
	border: 1px solid #37599c;
	box-shadow: 0 10px 24px rgba(55, 89, 156, .22);
}

.faq-question-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	border-radius: 50%;
	background: #d5b66e;
	color: #202020;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	transition: all .28s ease;
	flex-shrink: 0;
}

button.faq-question:hover .faq-question-icon {
	background: #37599c;
	color: #fff;
}

button.faq-question.active .faq-question-icon {
	background: #fff;
	color: #37599c;
}

.faq-question-title {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.25;
	padding: 0;
	margin: 0;
}

.faq-answer {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 14px;
	margin-top: -1em;
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease, padding .35s ease, border-color .35s ease;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .05);
}

.faq-answer-inner {
	padding: 1.5em 2em;
}

button.faq-question.active + .faq-answer {
	border-color: rgba(55, 89, 156, .18);
}

button.faq-question.active + .faq-answer .faq-answer-inner {
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.faq-answer-inner p, .faq-answer-inner ul, .faq-answer-inner ol {
	margin: 0 0 1em 0;
	padding: 0;
}

.faq-answer-inner p:last-child, .faq-answer-inner ul:last-child, .faq-answer-inner ol:last-child {
	margin-bottom: 0;
}

.faq-answer-inner p {
	color: #353535;
	font-size: 1.08em;
	font-weight: 500;
	line-height: 1.7;
}

.faq-answer-inner strong {
	color: #1e3d6c;
	font-weight: 700;
}

.faq-answer-inner a, .faq-answer-inner a:visited {
	color: #37599c;
	text-decoration: none;
	border-bottom: 1px solid rgba(55, 89, 156, .25);
}

.faq-answer-inner a:hover, .faq-answer-inner a:active {
	color: #1e3d6c;
	border-bottom: 1px solid rgba(30, 61, 108, .45);
}

.faq-answer-inner ul, .faq-answer-inner ol {
	padding-left: 1.35em;
}

.faq-answer-inner ul li, .faq-answer-inner ol li {
	color: #353535;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.6;
	margin: .4em 0;
}

@media only screen and (max-width: 1200px) {
	.faq-shell {
		padding: 2em 1.75em;
	}
	
	.faq-heading, h2.faq-heading {
		font-size: 2.5em;
	}
	
	.faq-question-title {
		font-size: 1.4em;
	}
	
	.faq-header-icon {
		flex: 0 0 56px;
		width: 56px;
		height: 56px;
		min-width: 56px;
		min-height: 56px;
		top: .4em;
	}
}

@media only screen and (max-width: 900px) {
	.faq-section {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	
	.faq-shell {
		padding: 1.5em 1.25em;
		border-radius: 18px;
	}
	
	.faq-header {
		align-items: flex-start;
		gap: .9em;
		margin-bottom: 1.5em;
	}
	
	.faq-header-icon {
		flex: 0 0 50px;
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
		top: .05em;
	}
	
	.faq-heading, h2.faq-heading {
		font-size: 2.2em;
		margin: .2em 0 .2em 0;
	}
	
	.faq-intro {
		font-size: 1.15em;
		line-height: 1.55;
	}
	
	button.faq-question {
		padding: 1.1em 1em;
		border-radius: 12px;
		gap: .85em;
	}
	
	.faq-question-icon {
		min-width: 36px;
		min-height: 36px;
		font-size: 1.25em;
	}
	
	.faq-question-title {
		font-size: 1.3em;
		line-height: 1.3;
	}
	
	.faq-answer {
		border-radius: 12px;
	}
	
	.faq-answer-inner {
		padding: 1.25em 1.5em;
	}
	
	button.faq-question.active + .faq-answer .faq-answer-inner {
		padding-top: 1.25em;
		padding-bottom: 1.25em;
	}
	
	.faq-answer-inner p {
		font-size: 1em;
		line-height: 1.65;
	}
	
	.faq-answer-inner ul li, .faq-answer-inner ol li {
		font-size: 1em;
	}
}

@media only screen and (max-width: 560px) {
	.faq-header {
		align-items: flex-start;
		gap: .75em;
	}
	
	.faq-header-icon {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
		margin: .1em 0 .1em 0;
	}
	
	.faq-heading, h2.faq-heading {
		font-size: 1.85em;
	}
	
	.faq-intro {
		font-size: 1.05em;
	}
	
	.faq-question-title {
		font-size: 1.25em;
	}
	
	.faq-question-icon {
		min-width: 32px;
		min-height: 32px;
		font-size: 1.05em;
	}
}

/* ====================================
*** END NEW HOMEPAGE FAQ ACCORDION ***
===================================== */

/* ====================================
*** PADDING - MARGINS - LINE-HEIGHT ***
===================================== */
.p-7 {
	padding: 7em;
}

.p-6 {
	padding: 6em;
}

.p-5 {
	padding: 5em;
}

.p-4 {
	padding: 4em;
}

.p-3 {
	padding: 3em;
}

.p-2 {
	padding: 2em;
}

.p-1 {
	padding: 1em;
}

.p-0 {
	padding: 0;
}

.pt-7 {
	padding-top: 7em;
}

.pt-6 {
	padding-top: 6em;
}

.pt-5 {
	padding-top: 5em;
}

.pt-4 {
	padding-top: 4em;
}

.pt-3 {
	padding-top: 3em;
}

.pt-2 {
	padding-top: 2em;
}

.pt-1 {
	padding-top: 1em !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-7 {
	padding-bottom: 7em;
}

.pb-6 {
	padding-bottom: 6em;
}

.pb-5 {
	padding-bottom: 5em;
}

.pb-4 {
	padding-bottom: 4em;
}

.pb-3 {
	padding-bottom: 3em;
}

.pb-2 {
	padding-bottom: 2em;
}

.pb-15 {
	padding-bottom: 1.5em;
}

.pb-1 {
	padding-bottom: 1em;
}

.mt-0 {
	margin-top: 0;
}

.mt-7 {
	margin-top: 7em;
}

.mt-6 {
	margin-top: 6em;
}

.mt-5 {
	margin-top: 5em;
}

.mt-4 {
	margin-top: 4em;
}

.mt-35 {
	margin-top: 3.5em;
}

.mt-3 {
	margin-top: 3em;
}

.mt-25 {
	margin-top: 2.5em;
}

.mt-2 {
	margin-top: 2em;
}

.mt-15 {
	margin-top: 1.5em;
}

.mt-1 {
	margin-top: 1em;
}

.mt-08 {
	margin-top: .8em;
}

.mt-07 {
	margin-top: .7em;
}

.mt-06 {
	margin-top: .6em;
}

.mt-05 {
	margin-top: .5em;
}

.mt-025 {
	margin-top: .25em;
}

.mt--5 {
	margin-top: -5em;
}

.mt--4 {
	margin-top: -4em;
}

.mt--3 {
	margin-top: -3em;
}

.mt--2 {
	margin-top: -2em;
}

.mt--15 {
	margin-top: -1.5em;
}

.mt--1 {
	margin-top: -1em;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-7 {
	margin-bottom: 7em;
}

.mb-6 {
	margin-bottom: 6em;
}

.mb-5 {
	margin-bottom: 5em;
}

.mb-4 {
	margin-bottom: 4em;
}

.mb-35 {
	margin-bottom: 3.5em;
}

.mb-3 {
	margin-bottom: 3em;
}

.mb-25 {
	margin-bottom: 2.5em;
}

.mb-2 {
	margin-bottom: 2em;
}

.mb-15 {
	margin-bottom: 1.5em;
}

.mb-1 {
	margin-bottom: 1em;
}

.mb-05 {
	margin-bottom: .4em;
}

.lh-1-0 {
	line-height: 1;
}

.lh-1-1 {
	line-height: 1.1;
}

.lh-1-2 {
	line-height: 1.2;
}

.lh-1-3 {
	line-height: 1.3;
}

.lh-1-4 {
	line-height: 1.4;
}

.lh-1-5 {
	line-height: 1.5;
}

.lh-1-6 {
	line-height: 1.6;
}

.lh-1-7 {
	line-height: 1.7;
}

.lh-1-8 {
	line-height: 1.8;
}

.lh-1-9 {
	line-height: 1.9;
}

@media only screen and (min-width: 951px) {
	div.pages-inner>.p-7 {
		padding: 7em;
	}
	
	div.pages-inner>.p-6 {
		padding: 6em;
	}
	
	div.pages-inner>.p-5 {
		padding: 5em;
	}
	
	div.pages-inner>.p-4 {
		padding: 4em;
	}
	
	div.pages-inner>.p-3 {
		padding: 3em;
	}
	
	div.pages-inner>.p-2 {
		padding: 2em;
	}
	
	div.pages-inner>.p-1 {
		padding: 1em;
	}
	
	div.pages-inner>.p-0 {
		padding: 0;
	}
	
	div.pages-inner>.pt-7 {
		padding-top: 7em;
	}
	
	div.pages-inner>.pt-6 {
		padding-top: 6em;
	}
	
	div.pages-inner>.pt-5 {
		padding-top: 5em;
	}
	
	div.pages-inner>.pt-4 {
		padding-top: 4em;
	}
	
	div.pages-inner>.pt-3 {
		padding-top: 3em;
	}
	
	div.pages-inner>.pt-2 {
		padding-top: 2em;
	}
	
	div.pages-inner>.pt-1 {
		padding-top: 1em;
	}
	
	div.pages-inner>.pb-7 {
		padding-bottom: 7em;
	}
	
	div.pages-inner>.pb-6 {
		padding-bottom: 6em;
	}
	
	div.pages-inner>.pb-5 {
		padding-bottom: 5em;
	}
	
	div.pages-inner>.pb-4 {
		padding-bottom: 4em;
	}
	
	div.pages-inner>.pb-3 {
		padding-bottom: 3em;
	}
	
	div.pages-inner>.pb-2 {
		padding-bottom: 2em;
	}
	
	div.pages-inner>.pb-15 {
		padding-bottom: 1.5em;
	}
	
	div.pages-inner>.pb-1 {
		padding-bottom: 1em;
	}
	
	div.pages-inner>.mt--3 {
		margin-top: -3em;
	}
	
	div.pages-inner>.mt--2 {
		margin-top: -2em;
	}
	
	div.pages-inner>.mt--15 {
		margin-top: -1.5em;
	}
	
	div.pages-inner>.mt--1 {
		margin-top: -1em;
	}
	
	div.pages-inner>.mt-0 {
		margin-top: 0;
	}
	
	div.pages-inner>.mt-7 {
		margin-top: 7em;
	}
	
	div.pages-inner>.mt-6 {
		margin-top: 6em;
	}
	
	div.pages-inner>.mt-5 {
		margin-top: 5em;
	}
	
	div.pages-inner>.mt-4 {
		margin-top: 4em;
	}
	
	div.pages-inner>.mt-35 {
		margin-top: 3.5em;
	}
	
	div.pages-inner>.mt-3 {
		margin-top: 3em;
	}
	
	div.pages-inner>.mt-25 {
		margin-top: 2.5em;
	}
	
	div.pages-inner>.mt-2 {
		margin-top: 2em;
	}
	
	div.pages-inner>.mt-15 {
		margin-top: 1.5em;
	}
	
	div.pages-inner>.mt-1 {
		margin-top: 1em;
	}
	
	div.pages-inner>.mt-05 {
		margin-top: .5em;
	}
	
	div.pages-inner>.mt-025 {
		margin-top: .25em;
	}
	
	div.pages-inner>.mb-7 {
		margin-bottom: 7em;
	}
	
	div.pages-inner>.mb-6 {
		margin-bottom: 6em;
	}
	
	div.pages-inner>.mb-5 {
		margin-bottom: 5em;
	}
	
	div.pages-inner>.mb-4 {
		margin-bottom: 4em;
	}
	
	div.pages-inner>.mb-35 {
		margin-bottom: 3.5em;
	}
	
	div.pages-inner>.mb-3 {
		margin-bottom: 3em;
	}
	
	div.pages-inner>.mb-25 {
		margin-bottom: 2.5em;
	}
	
	div.pages-inner>.mb-2 {
		margin-bottom: 2em;
	}
	
	div.pages-inner>.mb-15 {
		margin-bottom: 1.5em;
	}
	
	div.pages-inner>.mb-1 {
		margin-bottom: 1em;
	}
	
	div.pages-inner>.mb-05 {
		margin-bottom: .4em;
	}
	
	div.pages-inner>.mb-0 {
		margin-bottom: 1em;
	}
	
	div.pages-inner>.mb-15 {
		margin-bottom: 1.5em;
	}
}
