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

html {
	/*
  font-family: "TT Commons";
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: rgba(0,0,0, 1);
  font-display: swap;
*/
	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;
}

.wrapper {
	display: grid;
	background: #fafafa;
	grid-gap: 0;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: "nav	nav		nav		nav		nav		nav" "page	page	page	page	page	page" "ftr	ftr		ftr		ftr		ftr		ftr";
}

nav {
	grid-area: nav;
}

.pages {
	grid-area: page;
}

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

sup {
	position: relative;
	top: 2px;
	left: 1px;
	margin-right: 2px;
	line-height: 1;
}

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

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

img.rounded {
	border-radius: 10px;
}

.img-news-single {
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 10px;
}

.white {
	color: #fff !important;
}

.bold {
	font-weight: 600 !important;
}

a, a:visited, a:hover, a:active {
	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 .125s ease-in-out;
}

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

.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;
}

.pr-7 {
	padding-right: 7em;
}

.pr-6 {
	padding-right: 6em;
}

.pr-5 {
	padding-right: 5em;
}

.pr-4 {
	padding-right: 4em;
}

.pr-3 {
	padding-right: 3em;
}

.pr-2 {
	padding-right: 2em;
}

.pr-1 {
	padding-right: 1em;
}

.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;
}

.pl-7 {
	padding-left: 7em;
}

.pl-6 {
	padding-left: 6em;
}

.pl-5 {
	padding-left: 5em;
}

.pl-4 {
	padding-left: 4em;
}

.pl-3 {
	padding-left: 3em;
}

.pl-2 {
	padding-left: 2em;
}

.pl-1 {
	padding-left: 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;
}

.mr-7 {
	margin-right: 7em;
}

.mr-6 {
	margin-right: 6em;
}

.mr-5 {
	margin-right: 5em;
}

.mr-4 {
	margin-right: 4em;
}

.mr-3 {
	margin-right: 3em;
}

.mr-2 {
	margin-right: 2em;
}

.mr-1 {
	margin-right: 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;
}

.ml-7 {
	margin-left: 7em;
}

.ml-6 {
	margin-left: 6em;
}

.ml-5 {
	margin-left: 5em;
}

.ml-4 {
	margin-left: 4em;
}

.ml-3 {
	margin-left: 3em;
}

.ml-2 {
	margin-left: 2em;
}

.ml-1 {
	margin-left: 1em;
}

.ml-7i {
	margin-left: 7em !important;
}

.ml-6i {
	margin-left: 6em !important;
}

.ml-5i {
	margin-left: 5em !important;
}

.ml-4i {
	margin-left: 4em !important;
}

.ml-3i {
	margin-left: 3em !important;
}

.ml-2i {
	margin-left: 2em !important;
}

.ml-1i {
	margin-left: 1em !important;
}

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

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: "TT Commons";
	font-weight: 500;
	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;
	}
}

.collapsible {
	background-color: #353535;
	/* #3d5b9b */
	color: #fafafa;
	cursor: pointer;
	padding: 22px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 10px 10px 10px 10px;
	text-align: left;
	outline: none;
	font-size: 1em;
	font-weight: 500;
}

.collapsible span.peek {
	display: inline;
}

.collapsible.active span.peek {
	display: none;
}

.collapsible span.aboo {
	display: none;
}

.collapsible.active span.aboo {
	display: inline;
	font-size: 1.3em;
}

.collapsible.active {
	background-color: #fff;
	color: #151515;
	border-radius: 10px 10px 0 0;
	padding: 2.5em 1.25em 1em 1em;
}

.collapsible i.fa {
	font-size: 1.1em;
	position: relative;
	float: right;
	margin-right: .5em;
	color: #fafafa;
}

.collapsible i.fa.fa-caret-down {
	display: inline;
}

.collapsible i.fa.fa-times {
	display: none;
}

.collapsible.active i.fa.fa-caret-down {
	display: none;
}

.collapsible.active i.fa.fa-times {
	display: inline;
	top: -.9em;
}

.content66 {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease-out;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.content66 p a {
	color: red !important;
}

span.numbers {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .5);
	color: rgba(0, 0, 0, .9);
	font-size: 1.5em;
	font-weight: 500;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 50px;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: .75em;
}

.order-lawyer-1 {
	order: 1;
}

.order-lawyer-2 {
	order: 2;
}

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

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

.bg-accent {
	background-color: #dcd5cb;
}

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

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

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

.bg-lt-blue {
	background-color: #303030;
}

.bg-white {
	background-color: #fff;
}

.bg-gold {
	background-color: #c9a975;
}

.team-image {
	height: 370px;
	width: 370px;
}

.team-image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 190px;
	opacity: .95;
	transition: .3s ease-in-out;
}

.team-image#team-gary:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-gary.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-duncan:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-duncan.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-greg:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-greg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-jeff:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-jeff.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-rose:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-rose.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-stacy-k:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-stacy-k.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-daniel-m:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-daniel-m.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-sonia-l:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-sonia-l.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-daniela-p:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-daniela-p.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-michelle:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-michelle.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-michael:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-michael.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-erik:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-erik.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-sonia-n:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-sonia-n.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-nicholas:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-nicholas.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-kristina-m:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-kristina-m.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-lianna:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-lianna.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-thomas-m:before {
	background-image: url("https://neinstein.com/assets/theme/img/lawyers/team-thomas-m.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-natalie-g:before {
	background-image: url("https://neinstein.com/assets/theme/img/lawyers/team-natalie-g.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-yasmin:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-yasmin.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-sebastian:before {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/lawyers/team-sebastian.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-christina-z:before {
	background-image: url("https://neinstein.com/assets/theme/img/lawyers/team-christina-z.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-jonah-m:before {
	background-image: url("https://neinstein.com/assets/theme/img/lawyers/team-jonah-m.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image#team-daniel-h:before {
	background-image: url("https://neinstein.com/assets/theme/img/lawyers/team-daniel-h.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

/* Nicola to be deleted */
.team-image#team-nicola-l:before {
	background-image: url("https://neinstein.com/assets/theme/img/lawyers/team-nicola-l.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(0);
	filter: blur(0);
	transition: .3s ease-in-out;
}

.team-image:hover:before {
	transform: scale(1.05);
	opacity: .2;
	transition: .3s ease-in-out;
}

.team-image#team-gary:hover:before, .team-image#team-duncan:hover:before, .team-image#team-greg:hover:before, .team-image#team-jeff:hover:before, .team-image#team-rose:hover:before, .team-image#team-stacy-k:hover:before, .team-image#team-daniel-m:hover:before, .team-image#team-sonia-l:hover:before, .team-image#team-daniela-p:hover:before, .team-image#team-michelle:hover:before, .team-image#team-michael:hover:before, .team-image#team-erik:hover:before, .team-image#team-sonia-n:hover:before, .team-image#team-nicholas:hover:before, .team-image#team-kristina-m:hover:before, .team-image#team-lianna:hover:before, .team-image#team-thomas-m:hover:before, .team-image#team-natalie-g:hover:before, .team-image#team-yasmin:hover:before, .team-image#team-sebastian:hover:before, .team-image#team-christina-z:hover:before, .team-image#team-jonah-m:hover:before, .team-image#team-nicola-l:hover:before, .team-image#team-daniel-h:hover:before {
	-webkit-filter: blur(9px);
	filter: blur(9px);
}

.team-image-outer {
	position: relative;
	width: 380px;
	height: 380px;
	border-radius: 190px;
	border: 1px solid rgba(255, 255, 255, .2);
	overflow: hidden;
	transition: .3s ease-in-out;
}

.team-image > p {
	position: absolute;
	top: 25%;
	display: block;
	visibility: hidden;
	text-align: center !important;
	color: #fff;
	z-index: 990;
	width: 100%;
	height: 100%;
	transition: .3s ease-in-out;
}

.team-image:hover > p {
	visibility: visible;
	transition: .3s ease-in-out;
}

.team-image > p.name {
	top: 26%;
	font-size: 2em !important;
	font-weight: 400 !important;
	padding: 0em .5em 0em .5em !important;
}

.team-image > p.title {
	top: 39%;
	font-size: 1.3em !important;
	line-height: 1.4 !important;
	padding: 0em .5em 0em .5em !important;
}

.team-image > p.bio {
	top: 49%;
	font-size: 1.15em !important;
	line-height: 1.4 !important;
	padding: 1em 1.5em 0em 1.5em !important;
}

.team-image > p.bio-down {
	top: 55%;
	font-size: 1.15em !important;
	line-height: 1.4 !important;
	padding: 1em 1.5em 0em 1.5em !important;
}

.pages {
	display: grid;
	grid-column-gap: 4em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
}

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

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

.fivecircles {
	grid-column: span 12;
	display: block;
	padding: 0;
}

.fivecircles-inner {
	display: grid;
	grid-column-gap: 0;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 0em 2em 0em 2em;
	justify-items: center;
}

.fivecircles-inner div.onefifth {
	grid-column: span 1;
	display: block;
	padding: 2em;
	justify-items: center;
}

.fivecircles-inner div.onefifth img {
	max-width: 360px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .25);
}

@media only screen and (max-width: 1080px) {
	.fivecircles-inner {
		display: grid;
		grid-column-gap: 0;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		padding: 1.5em 1em 3em 1em;
	}
	
	.fivecircles-inner div.onefifth {
		grid-column: span 2;
		display: block;
		padding: 2em;
	}
	
	/* Center the fifth div when alone in its row */
	.fivecircles-inner .onefifth:last-child:nth-child(odd) {
		grid-column: 1/-1;
		/* span all columns */
		justify-self: center;
		/* center horizontally */
		padding: 2em;
		padding-right: 24.5%;
		padding-left: 24.5%;
	}
	
	.fivecircles-inner div.onefifth img {
		max-width: 260px;
	}
}

@media only screen and (max-width: 900px) {
	.fivecircles {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 600px) {
	.fivecircles-inner div.onefifth, .fivecircles-inner .onefifth:last-child:nth-child(odd) {
		grid-column: span 4;
		display: block;
		padding: 0;
		padding-right: 0;
		padding-left: 0;
		padding: .5em;
		margin: 0;
		margin-top: 0;
		margin-bottom: .75em;
	}
	
	.fivecircles-inner div.onefifth img {
		max-width: 260px;
	}
}

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

.pages-glider {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 6em 2em 6.5em 2em;
}

.google-reviews-glider {
	grid-column: span 12;
}

.google-reviews-glider {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 1em 2.5em 1em 2.5em;
	align-items: center;
}

.google-reviews-onequarter {
	grid-column: span 3;
}

.google-reviews-onequarter {
	display: grid;
	grid-column-gap: 2em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 4em 0em 4em 0em;
}

.google-reviews-threequarter {
	grid-column: span 9;
}

.google-reviews-threequarter {
	display: grid;
	grid-column-gap: 2em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 4em 0em 4em 0em;
}

.google-reviews-glider div.google-reviews-threequarter div.glider-contain {
	grid-column: span 12;
}

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

.pages-news {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0em 4em 0em 4em;
}

ul.news-links {
	list-style: none !important;
	padding: 0 !important;
	margin-top: -.5em !important;
	margin-bottom: 3.5em !important;
	margin-left: .1em !important;
}

ul.news-links li {
	font-size: 1.04em !important;
	font-weight: 400 !important;
	line-height: 2.75 !important;
	padding-top: .2em !important;
	border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
}

ul.news-links li:last-child {
	border-bottom: none !important;
}

ul.news-links li a {
	text-decoration: none;
	color: #303030;
}

ul.news-links li a i.fa {
	position: relative;
	padding-left: 9px;
	top: 2px;
}

ul.news-links li a i.fa-caret-down {
	position: relative;
	float: none !important;
	padding-left: 9px !important;
	top: 1px !important;
}

ul.news-links-dropdown {
	list-style: none;
	padding: .7em 0em 2.5em 0em;
	margin-top: -.5em;
	margin-left: .1em;
}

ul.news-links-dropdown li {
	font-size: .95em;
	line-height: 2.9;
	padding-top: .2em;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}

ul.news-links-dropdown li:last-child {
	border-bottom: none;
}

ul.news-links-dropdown li a, ul.news-links-dropdown li a:visited {
	display: block;
	text-decoration: none;
	color: #101010 !important;
	font-weight: 500;
}

ul.news-links-dropdown li a:hover, ul.news-links-dropdown li a:active, ul.news-links-dropdown li a:focus {
	text-decoration: none;
	color: #c9a975 !important;
}

ul.news-links-dropdown li a i.fa {
	position: relative;
	font-size: 1.2em;
	padding-left: 17px;
	top: 2px;
}

.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: 4.2em;
	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: 0em;
	margin-bottom: 0em;
	margin-top: .75em !important;
	margin-bottom: .35em !important;
	display: block !important;
}

.pages-inner h2.h4 {
	font-size: 2.1em;
	font-weight: 400;
	line-height: 1.25;
	padding-top: .3em;
	margin-top: 0em;
	margin-bottom: 0em;
	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;
	font-weight: 400;
	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 {
		font-size: 1.9em;
	}
	
	.pages-inner h4 {
		font-size: 1.9em;
	}
}

.pages-inner div.inner-thirdw h4 {
	font-size: 1.65em;
	line-height: 1;
	padding: 0;
	margin-top: 1.5em;
	margin-bottom: -10px;
}

.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.quarter {
	grid-column: span 3;
	margin-top: 1.5em;
}

.pages-inner div.quarter-circle {
	grid-column: span 3;
	margin-top: 1.5em;
}

@media only screen and (max-width: 1150px) {
	.pages-inner div.quarter {
		grid-column: span 6;
	}
	
	.pages-inner div.quarter-circle {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 900px) {
	.pages-inner div.quarter-circle {
		grid-column: span 3;
	}
}

@media only screen and (max-width: 800px) {
	.pages-inner div.quarter-circle {
		grid-column: span 3;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner div.quarter-circle {
		grid-column: span 6;
	}
}

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

.pages-inner div.quarter.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 rgba(0, 0, 0, .25);
	text-align: left;
	color: #101010;
	font-weight: 400;
}

.pages-inner div.quarter.inner-white h4 {
	color: #101010;
	font-weight: 500;
	margin-bottom: 0em;
}

.pages-inner div.quarter.inner-white h5 {
	font-size: 1.6em;
	color: #101010;
	font-weight: 500;
	margin-bottom: -5px;
}

.pages-inner div.quarter.inner-white p {
	color: #101010;
}

.pages-inner div.quarter.inner-white p.faded {
	color: #909090;
}

.pages-inner div.quarter.inner-white p.hline {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 11px;
	margin-bottom: -15px;
}

.pages-inner div.quarter.inner-white p a.camo {
	color: #202020;
}

.pages-inner div.quarter.inner-white p a.camo:visited {
	color: #202020;
}

.pages-inner div.quarter.inner-white p a.camo:hover {
	color: #202020;
}

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

.pages-inner div.halves.inner-lt-blue {
	margin: 0;
	margin-top: 1em;
	margin-bottom: 2.25em;
	padding: 2.5em .8em 2.5em .8em;
	width: 100%;
	background-color: #2369d3;
	border-radius: 10px;
	text-align: center;
	color: rgba(255, 255, 255, .95);
}

.pages-inner div.halves.inner-lt-blue img.icon {
	width: auto;
	height: 65px;
	text-align: center;
	color: rgba(255, 255, 255, .95);
}

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

.pages-inner div.half img.pageiconshort {
	display: block;
	height: 34px;
	width: auto;
	vertical-align: middle;
	margin-top: 30px;
}

.pages-inner div.half img.pageicon {
	display: block;
	height: 38px;
	width: auto;
	vertical-align: middle;
	margin-top: 30px;
}

.pages-inner div.half img.pageiconheader {
	display: block;
	height: 50px;
	width: auto;
	margin-top: 0;
	margin-bottom: 6px;
}

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

.pages-inner div.third.inner-lt-blue {
	margin: 0;
	margin-bottom: 1.5em;
	padding: 2.5em .8em 2.5em .8em;
	width: 100%;
	background-color: #2369d3;
	border-radius: 10px;
	text-align: center;
	color: rgba(255, 255, 255, .95);
}

.pages-inner div.third.inner-lt-blue img.icon {
	width: auto;
	height: 65px;
	text-align: center;
	color: rgba(255, 255, 255, .95);
}

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

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

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

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

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

.pages-inner div.half img.icon-mvaccidents, .pages-inner div.half img.icon-accidents, .pages-inner div.half img.icon-injuries, .pages-inner div.half img.icon-claims, .pages-inner div.half img.icon-massclaims, .pages-inner div.half h2 {
	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.half img.icon-massclaims {
	position: relative;
	top: 20px;
	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 0em;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6;
	color: rgba(0, 0, 0, .85);
}

.pages-inner div.third p.heavy {
	padding: 1.5em .5em 1.5em 0em;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.45;
}

.pages-inner div.fullw div.inner-white, .pages-inner div.half.inner-white, .pages-inner div.half div.inner-white, div.one-third div.inner-white, div.one-thirdb 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, .3);
	border-radius: 10px;
	text-align: left;
	color: #101010;
	font-weight: 400;
}

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

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

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

.pages-inner div.fullw div.inner-white p.hline, .pages-inner div.half.inner-white p.hline, .pages-inner div.half div.inner-white p.hline, div.one-third div.inner-white p.hline, div.one-thirdb div.inner-white p.hline {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 11px;
	margin-bottom: -15px;
}

.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 rgba(0, 0, 0, .2);
	text-align: left;
	color: #101010;
	font-weight: 400;
	position: relative;
}

.pages-inner div.third-lg.inner-white h4 {
	color: #101010;
	font-weight: 500;
	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.inner-white p.light {
	color: #909090;
	margin-bottom: -15px;
}

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

.pages-inner div.third-lg p.hline {
	display: block;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: -30px;
}

.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: rgba(255, 255, 255, .85);
	font-weight: 400;
}

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

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

.pages-inner div.third-lg.inner-blue p {
	color: rgba(255, 255, 255, .85);
}

div.testimonialblock {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}

div.testimonialblock {
	grid-column: span 12;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-top: 2.5em;
	margin-right: auto;
	margin-left: auto;
	border-radius: 12px 12px 12px 12px;
}

div.testimonialblock div.voidspace {
	grid-column: span 6;
	background: none;
	height: 100%;
	width: 100%;
}

div.testimonialblock div.review {
	grid-column: span 6;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 10px;
	margin: 0em 0em 2.75em 0em;
	padding: 4.5em 3.75em 3em 3.75em;
}

div.testimonialblock div.review-faq {
	grid-column: span 6;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin: 0em 0em 2.75em 0em;
	padding: 4.5em 3.75em 3em 3.75em;
}

div.testimonialblock div.review div.reviewname {
	color: #aaa;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0em 0em .5em 0em;
}

div.testimonialblock div.review-faq div.reviewname {
	color: #aaa;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0em 0em .5em 0em;
}

div.testimonialblock div.review div.reviewcaption {
	color: #101010;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: 0em;
}

div.testimonialblock div.review-faq div.reviewcaption {
	color: #101010;
	font-size: 1.35em;
	font-weight: 400;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: 0em;
}

div.testimonialblock div.review-faq div.reviewcaption > .answer {
	color: #9f9f9f;
	font-size: 87%;
}

div.testimonialblock div.review div.reviewname img.icon-quote {
	display: block;
	position: relative;
	width: 56px;
	height: auto;
	top: -32px;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: auto;
}

div.testimonialblock div.review-faq div.reviewname img.icon-quote {
	display: block;
	position: relative;
	width: 56px;
	height: auto;
	top: -32px;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: auto;
}

div.half div.testimonialblock {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}

div.half div.testimonialblock {
	grid-column: span 6;
	padding: 0;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

div.half div.testimonialblock div.voidspace {
	grid-column: span 6;
	height: 230px;
	width: 100%;
}

div.half div.testimonialblock div.review {
	grid-column: span 6;
	border-right: 1px solid rgba(0, 0, 0, .25);
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	border-left: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0 0 10px 10px;
	padding: 3em 1.75em 2em 1.75em;
	margin: 0em 0em 0em 0em;
	min-height: 365px;
}

div.half div.testimonialblock div.review-faq {
	grid-column: span 6;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0 0 10px 10px;
	padding: 3em 1.75em 2em 1.75em;
	margin: 0em 0em 0em 0em;
	min-height: 450px;
}

@media only screen and (min-width: 801px) {
	.lawyers-bg-jeff {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-lawyers-jeff.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-jeff-sm {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-jeff-sm.nitro-lazy {
		background-image: none !important;
	}
	
	.lawyers-bg-rose {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-lawyers-rose.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.lawyers-bg-rose.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-rose-sm {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-rose-sm.nitro-lazy {
		background-image: none !important;
	}
	
	.lawyers-bg-greg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-lawyers-greg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.lawyers-bg-greg.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-greg-sm {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-greg-sm.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-01 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial001-lg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-01.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-01 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-01.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-02 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial002-lg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-02.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-02 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-02.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-03 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial003-lg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-03.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-03 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-03.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-04 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial004-lg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-04.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-04 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-04.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-05 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial005-lg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-05.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-05 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-05.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-06 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial006.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-06.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-06 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-06.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-c7UsJydb3qE {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-c7UsJydb3qE.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-c7UsJydb3qE.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg--loDqdWB3QM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial--loDqdWB3QM.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg--loDqdWB3QM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-V7pQqeXqwjw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-V7pQqeXqwjw.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-V7pQqeXqwjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-F00rIWkBtEg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-F00rIWkBtEg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-F00rIWkBtEg.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-1BkQCtTlf2E {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-1BkQCtTlf2E.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-1BkQCtTlf2E.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-TxXfCv6Sw_M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-TxXfCv6Sw_M.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-TxXfCv6Sw_M.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-23FWkagbhoY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-23FWkagbhoY.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-23FWkagbhoY.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-LQe_Lo2ec1U {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-LQe_Lo2ec1U.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-LQe_Lo2ec1U.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-PztnN2dU32M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-PztnN2dU32M.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-PztnN2dU32M.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-z7GRkwcIIcg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-z7GRkwcIIcg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-z7GRkwcIIcg.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-xZ_Cp0vjvZc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-xZ_Cp0vjvZc.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-xZ_Cp0vjvZc.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-5wJjSimCW8s {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-5wJjSimCW8s.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-5wJjSimCW8s.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-wWdWSG_pnQU {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-wWdWSG_pnQU.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-wWdWSG_pnQU.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-MGKk6VwilVw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-MGKk6VwilVw.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-MGKk6VwilVw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-bjReBV4XD_c {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-bjReBV4XD_c.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-bjReBV4XD_c.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-XMPESrJpPiM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-XMPESrJpPiM.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-XMPESrJpPiM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-edbxIVPy1Mc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-edbxIVPy1Mc.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-edbxIVPy1Mc.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-h512Mhho-bY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-h512Mhho-bY.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-h512Mhho-bY.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-dTKE1Xlnh9o {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-dTKE1Xlnh9o.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-dTKE1Xlnh9o.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-u_GdEkcHEqM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-u_GdEkcHEqM.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-u_GdEkcHEqM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-9dxg6vb7iIo {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-9dxg6vb7iIo.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-9dxg6vb7iIo.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-yHb74GMqiXI {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-yHb74GMqiXI.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-yHb74GMqiXI.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-3zCYmyfcErE {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-3zCYmyfcErE.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-3zCYmyfcErE.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-47PdAf2zUjw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-47PdAf2zUjw.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-47PdAf2zUjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-jFHkwuDRiSs {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-jFHkwuDRiSs.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-jFHkwuDRiSs.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-eOpWfBqVSu8 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-eOpWfBqVSu8.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.testimony-bg-eOpWfBqVSu8.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-lxjvLGE5yLI {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-lxjvLGE5yLI.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-lxjvLGE5yLI.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-kM4OFtO7xiw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-kM4OFtO7xiw.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-kM4OFtO7xiw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-DQe7dUykxe4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-DQe7dUykxe4.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-DQe7dUykxe4.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-mfs5LwDyDT0 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-mfs5LwDyDT0.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-mfs5LwDyDT0.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-Tghw2sUeFQ0 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-Tghw2sUeFQ0.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-Tghw2sUeFQ0.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-6SvyrHAlkAY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-6SvyrHAlkAY.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-6SvyrHAlkAY.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-7CbSS9JZU8M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-7CbSS9JZU8M.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-7CbSS9JZU8M.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-C9JwTX-e_T4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-C9JwTX-e_T4.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-C9JwTX-e_T4.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-tH6gr7afNAM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-tH6gr7afNAM.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-tH6gr7afNAM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-VOOMYsELCWc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-VOOMYsELCWc.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-VOOMYsELCWc.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-MxxFAqWBT0A {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-MxxFAqWBT0A.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-MxxFAqWBT0A.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-aZ18pLVLuKM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-aZ18pLVLuKM.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-aZ18pLVLuKM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-N0IAraKRxZs {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-N0IAraKRxZs.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-N0IAraKRxZs.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-oSmR3rVM4Q4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-oSmR3rVM4Q4.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-oSmR3rVM4Q4.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-MrgwMhY18IQ {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-MrgwMhY18IQ.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-MrgwMhY18IQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-QLeCOU1bqq8 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-QLeCOU1bqq8.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-QLeCOU1bqq8.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8 {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-yl6AKmdTeKQ {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-yl6AKmdTeKQ.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.faq-bg-yl6AKmdTeKQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ {
		background-image: none;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-c7UsJydb3qE-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-c7UsJydb3qE {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-c7UsJydb3qE.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial--loDqdWB3QM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg--loDqdWB3QM {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg--loDqdWB3QM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-V7pQqeXqwjw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-V7pQqeXqwjw {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-V7pQqeXqwjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-F00rIWkBtEg-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-F00rIWkBtEg {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-F00rIWkBtEg.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-1BkQCtTlf2E-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-1BkQCtTlf2E {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-1BkQCtTlf2E.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-TxXfCv6Sw_M-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-TxXfCv6Sw_M {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-TxXfCv6Sw_M.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-23FWkagbhoY-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-23FWkagbhoY {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-23FWkagbhoY.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-LQe_Lo2ec1U-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-LQe_Lo2ec1U {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-LQe_Lo2ec1U.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-PztnN2dU32M-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-PztnN2dU32M {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-PztnN2dU32M.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-z7GRkwcIIcg-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-z7GRkwcIIcg {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-z7GRkwcIIcg.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-xZ_Cp0vjvZc-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-xZ_Cp0vjvZc {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-xZ_Cp0vjvZc.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-5wJjSimCW8s-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-5wJjSimCW8s {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-5wJjSimCW8s.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-wWdWSG_pnQU-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-wWdWSG_pnQU {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-wWdWSG_pnQU.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-MGKk6VwilVw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-MGKk6VwilVw {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-MGKk6VwilVw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-bjReBV4XD_c-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-bjReBV4XD_c {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-bjReBV4XD_c.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-XMPESrJpPiM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-XMPESrJpPiM {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-XMPESrJpPiM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc {
		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;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-edbxIVPy1Mc {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-edbxIVPy1Mc.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-h512Mhho-bY-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-h512Mhho-bY {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-h512Mhho-bY.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-dTKE1Xlnh9o-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-dTKE1Xlnh9o {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-dTKE1Xlnh9o.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-u_GdEkcHEqM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-u_GdEkcHEqM {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-u_GdEkcHEqM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-9dxg6vb7iIo-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-9dxg6vb7iIo {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-9dxg6vb7iIo.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-yHb74GMqiXI-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-yHb74GMqiXI {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-yHb74GMqiXI.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-3zCYmyfcErE-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-3zCYmyfcErE {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-3zCYmyfcErE.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-47PdAf2zUjw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-47PdAf2zUjw {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-47PdAf2zUjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-jFHkwuDRiSs-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-jFHkwuDRiSs {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-jFHkwuDRiSs.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-eOpWfBqVSu8-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.testimony-bg-eOpWfBqVSu8 {
		background-image: none;
	}
	
	div.half div.testimonialblock.testimony-bg-eOpWfBqVSu8.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-lxjvLGE5yLI-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-lxjvLGE5yLI {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-lxjvLGE5yLI.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-kM4OFtO7xiw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-kM4OFtO7xiw {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-kM4OFtO7xiw.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-DQe7dUykxe4-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-DQe7dUykxe4 {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-DQe7dUykxe4.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-mfs5LwDyDT0-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-mfs5LwDyDT0 {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-mfs5LwDyDT0.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-Tghw2sUeFQ0-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-Tghw2sUeFQ0 {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-Tghw2sUeFQ0.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-6SvyrHAlkAY-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-6SvyrHAlkAY {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-6SvyrHAlkAY.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-7CbSS9JZU8M-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-7CbSS9JZU8M {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-7CbSS9JZU8M.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-C9JwTX-e_T4-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-C9JwTX-e_T4 {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-C9JwTX-e_T4.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-tH6gr7afNAM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-tH6gr7afNAM {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-tH6gr7afNAM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-VOOMYsELCWc-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-VOOMYsELCWc {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-VOOMYsELCWc.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-MxxFAqWBT0A-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-MxxFAqWBT0A {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-MxxFAqWBT0A.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-aZ18pLVLuKM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-aZ18pLVLuKM {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-aZ18pLVLuKM.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-N0IAraKRxZs-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-N0IAraKRxZs {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-N0IAraKRxZs.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-oSmR3rVM4Q4-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-oSmR3rVM4Q4 {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-oSmR3rVM4Q4.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-MrgwMhY18IQ-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-MrgwMhY18IQ {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-MrgwMhY18IQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-QLeCOU1bqq8-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-QLeCOU1bqq8 {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-QLeCOU1bqq8.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-yl6AKmdTeKQ-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.half div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.half div.testimonialblock.faq-bg-yl6AKmdTeKQ {
		background-image: none;
	}
	
	div.half div.testimonialblock.faq-bg-yl6AKmdTeKQ.nitro-lazy {
		background-image: none !important;
	}
	
	.lawyers-bg-jeff.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 900px) {
	div.testimonialblock, div.half div.testimonialblock {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
	
	div.testimonialblock, div.half div.testimonialblock {
		grid-column: span 6;
		padding: 0;
		margin-top: 1.5em;
		margin-right: auto;
		margin-left: auto;
	}
	
	div.testimonialblock div.voidspace, div.half div.testimonialblock div.voidspace {
		grid-column: span 6;
		height: 220px;
		width: 100%;
	}
	
	div.testimonialblock div.review, div.half div.testimonialblock div.review {
		grid-column: span 6;
		border-radius: 0 0 10px 10px;
		padding: 3em 1.75em 2em 1.75em;
	}
	
	div.testimonialblock div.review-faq, div.half div.testimonialblock div.review-faq {
		grid-column: span 6;
		border-radius: 0 0 10px 10px;
		padding: 3em 1.75em 2em 1.75em;
	}
	
	.lawyers-bg-jeff {
		background-image: none;
	}
	
	.lawyers-bg-jeff.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-jeff-sm {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-lawyers-jeff-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-jeff-sm.nitro-lazy {
		background-image: none !important;
	}
	
	.lawyers-bg-rose {
		background-image: none;
	}
	
	.lawyers-bg-rose.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-rose-sm {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-lawyers-rose-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-rose-sm.nitro-lazy {
		background-image: none !important;
	}
	
	.lawyers-bg-greg {
		background-image: none;
	}
	
	.lawyers-bg-greg.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-greg-sm {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-lawyers-greg-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.lawyers-bg-greg-sm.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-01 {
		background-image: none;
	}
	
	.testimony-bg-01.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-01 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial001-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-01.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-02 {
		background-image: none;
	}
	
	.testimony-bg-02.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-02 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial002-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-02.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-03 {
		background-image: none;
	}
	
	.testimony-bg-03.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-03 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial003-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-03.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-04 {
		background-image: none;
	}
	
	.testimony-bg-04.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-04 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial004-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-04.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-05 {
		background-image: none;
	}
	
	.testimony-bg-05.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-05 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial005-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-05.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-06 {
		background-image: none;
	}
	
	.testimony-bg-06.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-06 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial006-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-06.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-c7UsJydb3qE {
		background-image: none;
	}
	
	.testimony-bg-c7UsJydb3qE.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE, div.half div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-c7UsJydb3qE-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-c7UsJydb3qE.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg--loDqdWB3QM {
		background-image: none;
	}
	
	.testimony-bg--loDqdWB3QM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM, div.half div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial--loDqdWB3QM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm--loDqdWB3QM.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-V7pQqeXqwjw {
		background-image: none;
	}
	
	.testimony-bg-V7pQqeXqwjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw, div.half div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-V7pQqeXqwjw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-V7pQqeXqwjw.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-F00rIWkBtEg {
		background-image: none;
	}
	
	.testimony-bg-F00rIWkBtEg.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg, div.half div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-F00rIWkBtEg-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-F00rIWkBtEg.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-1BkQCtTlf2E {
		background-image: none;
	}
	
	.testimony-bg-1BkQCtTlf2E.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E, div.half div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-1BkQCtTlf2E-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-1BkQCtTlf2E.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-TxXfCv6Sw_M {
		background-image: none;
	}
	
	.testimony-bg-TxXfCv6Sw_M.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M, div.half div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-TxXfCv6Sw_M-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-TxXfCv6Sw_M.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-23FWkagbhoY {
		background-image: none;
	}
	
	.testimony-bg-23FWkagbhoY.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY, div.half div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-23FWkagbhoY-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-23FWkagbhoY.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-LQe_Lo2ec1U {
		background-image: none;
	}
	
	.testimony-bg-LQe_Lo2ec1U.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U, div.half div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-LQe_Lo2ec1U-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-LQe_Lo2ec1U.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-PztnN2dU32M {
		background-image: none;
	}
	
	.testimony-bg-PztnN2dU32M.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M, div.half div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-PztnN2dU32M-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-PztnN2dU32M.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-z7GRkwcIIcg {
		background-image: none;
	}
	
	.testimony-bg-z7GRkwcIIcg.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg, div.half div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-z7GRkwcIIcg-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-z7GRkwcIIcg.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-xZ_Cp0vjvZc {
		background-image: none;
	}
	
	.testimony-bg-xZ_Cp0vjvZc.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc, div.half div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-xZ_Cp0vjvZc-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-xZ_Cp0vjvZc.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-5wJjSimCW8s {
		background-image: none;
	}
	
	.testimony-bg-5wJjSimCW8s.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s, div.half div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-5wJjSimCW8s-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-5wJjSimCW8s.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-wWdWSG_pnQU {
		background-image: none;
	}
	
	.testimony-bg-wWdWSG_pnQU.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU, div.half div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-wWdWSG_pnQU-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-wWdWSG_pnQU.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-MGKk6VwilVw {
		background-image: none;
	}
	
	.testimony-bg-MGKk6VwilVw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw, div.half div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-MGKk6VwilVw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-MGKk6VwilVw.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-bjReBV4XD_c {
		background-image: none;
	}
	
	.testimony-bg-bjReBV4XD_c.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c, div.half div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-bjReBV4XD_c-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-bjReBV4XD_c.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-XMPESrJpPiM {
		background-image: none;
	}
	
	.testimony-bg-XMPESrJpPiM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM, div.half div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-XMPESrJpPiM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-XMPESrJpPiM.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-edbxIVPy1Mc {
		background-image: none;
	}
	
	.testimony-bg-edbxIVPy1Mc.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc, div.half div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc {
		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;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-edbxIVPy1Mc.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-h512Mhho-bY {
		background-image: none;
	}
	
	.testimony-bg-h512Mhho-bY.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY, div.half div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-h512Mhho-bY-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-h512Mhho-bY.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-dTKE1Xlnh9o {
		background-image: none;
	}
	
	.testimony-bg-dTKE1Xlnh9o.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o, div.half div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-dTKE1Xlnh9o-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-dTKE1Xlnh9o.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-u_GdEkcHEqM {
		background-image: none;
	}
	
	.testimony-bg-u_GdEkcHEqM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM, div.half div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-u_GdEkcHEqM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-u_GdEkcHEqM.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-9dxg6vb7iIo {
		background-image: none;
	}
	
	.testimony-bg-9dxg6vb7iIo.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo, div.half div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-9dxg6vb7iIo-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-9dxg6vb7iIo.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-yHb74GMqiXI {
		background-image: none;
	}
	
	.testimony-bg-yHb74GMqiXI.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI, div.half div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-yHb74GMqiXI-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-yHb74GMqiXI.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-3zCYmyfcErE {
		background-image: none;
	}
	
	.testimony-bg-3zCYmyfcErE.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE, div.half div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-3zCYmyfcErE-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-3zCYmyfcErE.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-47PdAf2zUjw {
		background-image: none;
	}
	
	.testimony-bg-47PdAf2zUjw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw, div.half div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-47PdAf2zUjw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-47PdAf2zUjw.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-jFHkwuDRiSs {
		background-image: none;
	}
	
	.testimony-bg-jFHkwuDRiSs.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs, div.half div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-jFHkwuDRiSs-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-jFHkwuDRiSs.nitro-lazy {
		background-image: none !important;
	}
	
	.testimony-bg-eOpWfBqVSu8 {
		background-image: none;
	}
	
	.testimony-bg-eOpWfBqVSu8.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8, div.half div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vidtestimonial-eOpWfBqVSu8-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8.nitro-lazy, div.half div.testimonialblock div.voidspace.testimony-bg-sm-eOpWfBqVSu8.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-lxjvLGE5yLI {
		background-image: none;
	}
	
	.faq-bg-lxjvLGE5yLI.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI, div.half div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-lxjvLGE5yLI-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-lxjvLGE5yLI.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-kM4OFtO7xiw {
		background-image: none;
	}
	
	.faq-bg-kM4OFtO7xiw.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw, div.half div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-kM4OFtO7xiw-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-kM4OFtO7xiw.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-DQe7dUykxe4 {
		background-image: none;
	}
	
	.faq-bg-DQe7dUykxe4.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4, div.half div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-DQe7dUykxe4-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-DQe7dUykxe4.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-mfs5LwDyDT0 {
		background-image: none;
	}
	
	.faq-bg-mfs5LwDyDT0.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0, div.half div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-mfs5LwDyDT0-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-mfs5LwDyDT0.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-Tghw2sUeFQ0 {
		background-image: none;
	}
	
	.faq-bg-Tghw2sUeFQ0.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0, div.half div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-Tghw2sUeFQ0-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-Tghw2sUeFQ0.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-6SvyrHAlkAY {
		background-image: none;
	}
	
	.faq-bg-6SvyrHAlkAY.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY, div.half div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-6SvyrHAlkAY-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-6SvyrHAlkAY.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-7CbSS9JZU8M {
		background-image: none;
	}
	
	.faq-bg-7CbSS9JZU8M.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M, div.half div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-7CbSS9JZU8M-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-7CbSS9JZU8M.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-C9JwTX-e_T4 {
		background-image: none;
	}
	
	.faq-bg-C9JwTX-e_T4.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4, div.half div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-C9JwTX-e_T4-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-C9JwTX-e_T4.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-tH6gr7afNAM {
		background-image: none;
	}
	
	.faq-bg-tH6gr7afNAM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM, div.half div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-tH6gr7afNAM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-tH6gr7afNAM.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-VOOMYsELCWc {
		background-image: none;
	}
	
	.faq-bg-VOOMYsELCWc.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc, div.half div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-VOOMYsELCWc-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-VOOMYsELCWc.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-MxxFAqWBT0A {
		background-image: none;
	}
	
	.faq-bg-MxxFAqWBT0A.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A, div.half div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-MxxFAqWBT0A-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-MxxFAqWBT0A.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-aZ18pLVLuKM {
		background-image: none;
	}
	
	.faq-bg-aZ18pLVLuKM.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM, div.half div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-aZ18pLVLuKM-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-aZ18pLVLuKM.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-N0IAraKRxZs {
		background-image: none;
	}
	
	.faq-bg-N0IAraKRxZs.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs, div.half div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-N0IAraKRxZs-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-N0IAraKRxZs.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-oSmR3rVM4Q4 {
		background-image: none;
	}
	
	.faq-bg-oSmR3rVM4Q4.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4, div.half div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-oSmR3rVM4Q4-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-oSmR3rVM4Q4.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-MrgwMhY18IQ {
		background-image: none;
	}
	
	.faq-bg-MrgwMhY18IQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ, div.half div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-MrgwMhY18IQ-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-MrgwMhY18IQ.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-QLeCOU1bqq8 {
		background-image: none;
	}
	
	.faq-bg-QLeCOU1bqq8.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8, div.half div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8 {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-QLeCOU1bqq8-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-QLeCOU1bqq8.nitro-lazy {
		background-image: none !important;
	}
	
	.faq-bg-yl6AKmdTeKQ {
		background-image: none;
	}
	
	.faq-bg-yl6AKmdTeKQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ, div.half div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-vid-faq-yl6AKmdTeKQ-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ.nitro-lazy, div.half div.testimonialblock div.voidspace.faq-bg-sm-yl6AKmdTeKQ.nitro-lazy {
		background-image: none !important;
	}
	
	div.testimonialblock div.review div.reviewname {
		color: #aaa;
		font-size: 1.1em;
		padding: 0em 0em 0em 0em;
	}
	
	div.testimonialblock div.review div.reviewcaption {
		color: #101010;
		font-size: 1.2em;
		font-weight: 400;
		margin-bottom: 0em;
	}
	
	div.testimonialblock div.review div.reviewname img.icon-quote {
		width: 46px;
		height: auto;
		top: -33px;
	}
}

.pages-news div.two-thirds {
	grid-column: span 8;
	margin-top: 0em;
	padding: 2.5em 2em 3em 0em;
	border-right: 1px solid rgba(0, 0, 0, .2);
}

.pages-news div.two-thirdsb {
	grid-column: span 7;
	margin-top: 0em;
	padding: 2.5em 3em 3em 0em;
	border-right: 1px solid rgba(0, 0, 0, .2);
}

.pages-news div.two-thirds p, .pages-news div.two-thirdsb p {
	padding: .5em 3.5em .5em 0em;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6;
	color: rgba(0, 0, 0, .85);
}

.pages-news div.two-thirds p.condense, .pages-news div.two-thirdsb p.condense {
	padding: .5em 3.5em .5em 0em;
}

.pages-news div.two-thirds p.faded {
	padding: 3.8em 1em .4em 0em;
	font-size: 1.1em;
	line-height: 1.3;
	color: rgba(255, 255, 255, .75);
}

.pages-news div.two-thirds p.faded a, .pages-news div.two-thirds p.faded a:visited {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.pages-news div.two-thirds p.faded a:hover, .pages-news div.two-thirds p.faded a:active {
	color: rgba(255, 255, 255, .95);
	text-decoration: none;
}

.pages-news div.two-thirdsb p.faded {
	padding: 3.8em 1em .4em 0em;
	font-size: 1.1em;
	line-height: 1.3;
	color: rgba(0, 0, 0, .75);
}

.pages-news div.two-thirdsb p.faded a, .pages-news div.two-thirdsb p.faded a:visited {
	color: rgba(0, 0, 0, .75);
	text-decoration: none;
}

.pages-news div.two-thirdsb p.faded a:hover, .pages-news div.two-thirdsb p.faded a:active {
	color: rgba(0, 0, 0, .95);
	text-decoration: none;
}

.hpages-news div.two-thirds p.faded a:hover, .hpages-news div.two-thirds p.faded a:active {
	color: rgba(255, 255, 255, .95);
	text-decoration: none;
}

/*
.hpages-news div.two-thirds p.faded a:hover,
.hpages-news div.two-thirds p.faded a:active {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
*/
.pages-news div.two-thirds h1, .pages-news div.two-thirdsb h1 {
	padding: 1.5em 1.5em .15em 0em;
	font-size: 4.15em;
	font-weight: 400;
	text-align: left;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}

.pages-news div.two-thirds h1.resetpadding, .pages-news div.two-thirdsb h1.resetpadding {
	padding: 0em 1em .15em 0em;
	position: relative;
	top: -8px !important;
}

.pages-news div.two-thirds h2.faded, .pages-news div.two-thirdsb h2.faded {
	margin-top: .15em !important;
	margin-bottom: .75em !important;
	color: rgba(0, 0, 0, .6) !important;
}

.pages-news div.two-thirds h1.article-title, .pages-news div.two-thirdsb h1.article-title {
	padding: .3em 2em .4em 0em;
	font-size: 2.1em;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(0, 0, 0, 1);
}

.pages-news div.one-thirdb div.inner-white {
	display: inline-block;
	margin-top: 4em;
	padding: 3em 3em 3em 3em;
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
}

.pages-news div.one-thirdb div.inner-white h4 {
	color: #101010;
	font-weight: 500;
}

.pages-news div.one-thirdb div.inner-white p {
	color: #101010;
	font-weight: 400;
}

.pages-news div.one-thirdb div.inner-white p.name-contact {
	margin-top: -30px;
	margin-bottom: 0;
}

.pages-news div.one-thirdb div.inner-white p.name-blue {
	color: #cbbfad;
	font-size: 1.6em;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: 30px;
}

.pages-news div.one-thirdb div.inner-white p.name-blue.nomar-nopad {
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	padding: 0 0;
	padding: 0;
}

.pages-news div.one-thirdb div.inner-white p.nomar-nopad {
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	padding: 0 0;
	padding: 0;
}

.pages-news div.one-thirdb div.inner-white p.team-blue {
	color: #2369d3;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-news div.one-thirdb div.inner-white p.team-name {
	margin-top: -25px;
	margin-bottom: -10px;
}

.pages-news div.one-thirdb div.inner-white p.team-name-next {
	margin-top: -5px;
	margin-bottom: -10px;
}

.pages-news div.one-thirdb div.inner-white p.hline {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: -30px;
	margin-bottom: -30px;
}

.pages-news div.one-thirdb div.inner-white p.hline-team {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 40px;
	margin-bottom: -40px;
}

.pages-news div.one-thirdb div.inner-white p.hline-team-spec {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 20px;
	margin-bottom: -40px;
}

.pages-news div.one-thirdb div.inner-white img {
	display: block;
	position: relative;
	width: 220px;
	height: auto;
	border-radius: 50%;
	margin-top: -160px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: auto;
	box-shadow: -2px 6px 10px rgba(0, 0, 0, .25);
}

.pages-news div.one-thirdb div.inner-white img.reset {
	width: 100%;
	height: 100%;
	border-radius: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: auto;
	box-shadow: none;
}

.pages-news div.two-thirdsb div.inner-white {
	display: inline-block;
	margin-top: 4em;
	padding: 3em 3em 3em 3em;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 10px;
	width: 100%;
}

.pages-news div.two-thirdsb div.inner-white h3 {
	color: #101010;
	font-weight: 500;
	font-size: 2em;
	padding: .25em 0em .25em 0em;
}

.pages-news div.two-thirdsb div.inner-white h4 {
	color: #101010;
	font-weight: 500;
	font-size: 1.65em;
	padding: .5em 0em 0em 0em;
}

.pages-news div.two-thirdsb div.inner-white h5 {
	color: #101010;
	font-weight: 500;
	font-size: 1.3em;
	padding: .5em 0em 0em 0em;
}

.pages-news div.two-thirdsb div.inner-white p {
	color: #101010;
	font-weight: 400;
}

.pages-news div.two-thirdsb div.inner-white p.name-contact {
	margin-top: -30px;
	margin-bottom: 0;
}

.pages-news div.two-thirdsb div.inner-white p.name-blue {
	color: #2369d3;
	font-size: 1.6em;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: 30px;
}

.pages-news div.two-thirdsb div.inner-white p.team-blue {
	color: #2369d3;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-news div.two-thirdsb div.inner-white p.team-name {
	margin-top: -25px;
	margin-bottom: -10px;
}

.pages-news div.two-thirdsb div.inner-white p.team-name-next {
	margin-top: -5px;
	margin-bottom: -10px;
}

.pages-news div.two-thirdsb div.inner-white p.hline {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 8px;
	margin-bottom: -35px;
}

@media only screen and (min-width: 1800px) {
	.pages-news div.two-thirds h1.article-title, .pages-news div.two-thirdsb h1.article-title {
		padding: .4em 7em .5em 0em;
		font-size: 2.4em;
	}
}

.pages-news div.two-thirds h2.article-subtitle, .pages-news div.two-thirdsb h2.article-subtitle {
	padding: 1.2em 3em .5em 0em;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.25;
	color: #fafafa;
}

.pages-news div.two-thirds h3, .pages-news div.two-thirdsb h3 {
	padding: 1.2em 3em .5em 0em;
	font-size: 1.7em;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(0, 0, 0, 1);
}

.pages-news div.two-thirds h4, .pages-news div.two-thirdsb h4 {
	padding: 1.2em 3em .5em 0em;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(0, 0, 0, 1);
}

.pages-news div.two-thirds ul, .pages-news div.two-thirdsb ul {
	list-style-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/dash.png");
	margin: .5em 0em .1em 1.4em;
}

.pages-news div.two-thirds ul li, .pages-news div.two-thirdsb ul li {
	margin: 7px 0 7px 0;
	font-size: 1.1em;
	line-height: 1.3;
	color: #252525;
}

.pages-news div.two-thirds ul li a, .pages-news div.two-thirds ul li a:visited, .pages-news div.two-thirdsb ul li a, .pages-news div.two-thirdsb ul li a:visited {
	color: #252525;
	text-decoration: none;
}

.pages-news div.two-thirds ul li a:hover, .pages-news div.two-thirdsb ul li a:hover {
	color: #555;
	text-decoration: none;
}

.pages-news div.two-thirds ul li a:active, .pages-news div.two-thirdsb ul li a:active {
	color: #151515;
	text-decoration: none;
}

.pages-news div.one-third {
	grid-column: span 4;
	margin-top: 0em;
	padding: 7em 0em 4em 0em;
}

.pages-news div.one-thirdb {
	grid-column: span 5;
	margin-top: 0em;
	padding: 7em 0em 4em 0em;
}

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

.pages-news div.one-third h5, .pages-news div.one-thirdb h5 {
	padding: 1em 1.5em 1em 0em;
	font-size: 1.45em;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

.two-thirds-inner {
	margin-top: 2em;
	padding: 0;
}

.two-thirds-inner-top {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
}

.two-thirds-inner-top {
	grid-column: span 4;
	padding: 0em 3em 2.5em 3em;
	background-color: rgba(0, 23, 43, 1);
	border-radius: 10px 10px 0 0;
	align-items: center;
}

.two-thirds-inner-top-left {
	grid-column: span 3;
	padding: 0;
}

.pages-news
  div.two-thirds
  div.two-thirds-inner-top
  div.two-thirds-inner-top-left
  h2.article-subtitle, .pages-news
  div.two-thirdsb
  div.two-thirds-inner-top
  div.two-thirds-inner-top-left
  h2.article-subtitle {
	padding: .2em 0em .3em 0em;
}

.two-thirds-inner-top-right {
	grid-column: span 1;
	padding: 0;
}

.two-thirds-inner-bottom {
	margin: 0;
	padding: 0;
}

.two-thirds-inner-bottom img {
	margin: 0;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

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

.pages-inner div.half div.triple {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 1em;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
	margin-top: 1.5em;
}

.pages-inner div.half div.triple div.triple-inner {
	display: inline-block;
	grid-column: span 1;
	padding: .5em;
	text-align: center;
}

.pages-inner div.half div.triple img {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .25);
	position: relative;
	display: inline-block;
	margin: auto auto;
}

.pages-inner div.half div.double {
	display: grid;
	grid-column-gap: .75em;
	grid-row-gap: .75em;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: .25em;
	margin-top: 1.75em;
	margin-bottom: -1em;
}

.pages-inner div.half div.double div.double-inner {
	display: inline-block;
	grid-column: span 1;
	padding: 0;
	text-align: center;
}

.pages-inner div.half div.double img {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .25);
	position: relative;
	display: inline-block;
	margin: auto auto;
}

@media only screen and (max-width: 1300px) {
	.pages-inner div.half div.double div.double-inner {
		grid-column: span 2;
		padding: .5em;
	}
}

@media only screen and (max-width: 900px) {
	.pages-inner div.half div.double div.double-inner {
		grid-column: span 1;
		padding: .5em;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner div.half div.double div.double-inner {
		grid-column: span 2;
		padding: .5em;
	}
}

@media only screen and (max-width: 300px) {
	.pages-inner div.half div.double div.double-inner {
		grid-column: span 1;
		padding: 1em;
	}
}

.pages-inner div.half div.half-inner-white {
	display: inline-block;
	margin-top: 4em;
	padding: 3em 3em 3em 3em;
	background-color: #fff;
	border-radius: 10px;
	width: 74%;
	float: right;
}

.pages-inner div.half div.half-inner-white h4 {
	color: #101010;
	font-weight: 500;
}

.pages-inner div.half div.half-inner-white p {
	color: #101010;
	font-weight: 400;
}

.pages-inner div.half div.half-inner-white p.name-contact {
	margin-top: -30px;
	margin-bottom: 0;
}

.pages-inner div.half div.half-inner-white p.name-blue {
	color: #2369d3;
	font-size: 1.6em;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: 30px;
}

.pages-inner div.half div.half-inner-white p.team-blue {
	color: #2369d3;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-inner div.half div.half-inner-white p.team-name {
	margin-top: -25px;
	margin-bottom: -10px;
}

.pages-inner div.half div.half-inner-white p.team-name-next {
	margin-top: -5px;
	margin-bottom: -10px;
}

.pages-inner div.half div.half-inner-white p.hline {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: -30px;
	margin-bottom: -30px;
}

.pages-inner div.half div.half-inner-white p.hline-team {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 40px;
	margin-bottom: -40px;
}

.pages-inner div.half div.half-inner-white p.hline-team-spec {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 20px;
	margin-bottom: -40px;
}

.pages-inner div.half div.half-inner-white img {
	display: block;
	position: relative;
	width: 220px;
	height: auto;
	border-radius: 50%;
	margin-top: -165px;
	margin-right: 0;
	margin-left: auto;
	box-shadow: -2px 6px 10px rgba(0, 0, 0, .25);
}

.pages-inner div.half div.half-inner-white img.reset {
	width: 100%;
	height: 100%;
	border-radius: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: auto;
	box-shadow: none;
}

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

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

.pages-inner div.half p.hline {
	display: block;
	font-size: 1em;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 4.5em;
	margin-bottom: 2em;
}

.pages-inner div.half p.hline2 {
	display: block;
	font-size: 1em;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 2em;
	margin-bottom: .5em;
}

.pages-inner div.half p.hline-nopad {
	display: block;
	font-size: .5em;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 1.7em;
	margin-bottom: 0em;
}

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

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

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

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

.pages-inner div.fullw-white, .pages-inner div.fullw-lt-blue {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
}

.pages-inner div.fullw-white div.inner-fullw p a, .pages-inner div.fullw-white div.inner-halfw p a:visited {
	color: rgba(35, 105, 211, 1);
	text-decoration: none;
}

.pages-inner div.fullw-white div.inner-fullw p a:hover {
	color: rgba(35, 105, 211, .7);
	text-decoration: none;
}

.pages-inner div.fullw-white div.inner-halfw p a:active {
	color: rgba(0, 23, 43, .7);
	text-decoration: none;
}

.pages-inner div.fullw-white div.inner-halfw h1.h1green {
	color: #0c6 !important;
}

.pages-inner div.fullw-lt-blue div.text.line1 {
	grid-column: span 6;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.pages-inner div.fullw-white {
	grid-column: span 12;
	background: #fff;
	padding: 6em 5em 5em 5em;
	border-radius: 12px;
	margin-top: 2.25em;
}

.pages-inner div.fullw-lt-blue {
	grid-column: span 12;
	background: #303030;
	padding: 5em 5em 4em 5em;
	border-radius: 12px;
	margin-top: 2.25em;
}

.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.fullw-white div.inner-fullw, .pages-inner div.fullw-lt-blue div.inner-fullw {
	display: block;
	grid-column: span 6;
}

.pages-inner div.fullw-white div.inner-halfw, .pages-inner div.fullw-lt-blue div.inner-halfw {
	display: block;
	grid-column: span 3;
}

.pages-inner div.fullw-white div.inner-thirdw, .pages-inner div.fullw-lt-blue div.inner-thirdw {
	display: block;
	grid-column: span 2;
}

.pages-inner div.fullw-white div.inner-thirdw.b-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	padding-bottom: .75em;
	margin-bottom: 1.2em;
}

@media only screen and (max-width: 1100px) {
	.pages-inner div.fullw-white div.inner-halfw, .pages-inner div.fullw-lt-blue div.inner-halfw {
		display: block;
		grid-column: span 6;
	}
	
	.pages-inner div.fullw-white div.inner-thirdw, .pages-inner div.fullw-lt-blue div.inner-thirdw {
		display: block;
		grid-column: span 6;
	}
}

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

.pages-inner div.fullw-white p {
	padding: .5em .5em .5em 0em;
	font-size: 1.15em;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
	color: #202020;
}

.pages-inner div.fullw-white p.large {
	padding: .7em .5em .7em 0em;
	font-size: 1.45em;
}

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

.pages-inner div.fullw-white h2, .pages-inner div.fullw-white h3, .pages-inner div.fullw-white h4 {
	color: #202020;
	font-weight: 500;
	padding: .25em 0em .25em 0em;
}

.pages-inner div.fullw-white p.hline {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .25);
	margin-top: 20px;
	margin-bottom: 5px;
}

.pages-inner div.fullw-white i.fa.fa-check {
	display: inline-block;
	position: relative;
	top: 6px;
	float: left;
	font-size: 1em;
	margin-right: 20px;
	color: #0c6;
	border: 2px solid #0c6;
	border-radius: 50%;
	width: 40px;
	text-align: center;
	padding: 10px;
}

.pages-inner div.fullw-white i.fa.fa-times {
	display: inline-block;
	position: relative;
	top: 6px;
	float: left;
	font-size: 1em;
	margin-right: 20px;
	color: #df0000;
	border: 2px solid #df0000;
	border-radius: 50%;
	width: 40px;
	text-align: center;
	padding: 10px;
}

.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;
}

ul.faq {
	list-style-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/dash-dark.png") !important;
	margin: .5em 0em .1em 1.4em;
}

ul.dash {
	list-style-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/dash-dark.png") !important;
	margin: .5em 0em .1em 1.4em;
}

ul.dash.dark {
	list-style-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/dash.png") !important;
	margin: .5em 0em .1em 1.4em;
}

ul.faq li {
	margin: 7px 0 7px 0;
	font-size: 1.1em;
	line-height: 1.3;
	color: rgba(0, 0, 0, .8);
}

ul.faq li a, ul.faq li a:visited {
	color: rgba(0, 0, 0, .9);
	text-decoration: underline;
}

ul.faq li a:hover {
	color: rgba(0, 0, 0, .5);
	text-decoration: underline;
}

ul.faq li a:active {
	color: rgba(40, 40, 40, .5);
	text-decoration: none;
}

ul.dash li {
	margin: 7px 0 7px 0;
	font-size: 1.1em;
	line-height: 1.3;
	color: rgba(0, 0, 0, .8);
}

ul.dash li a, ul.dash li a:visited {
	color: rgba(0, 0, 0, .9);
	text-decoration: underline;
}

ul.dash li a:hover {
	color: rgba(0, 0, 0, .5);
	text-decoration: underline;
}

ul.dash li a:active {
	color: rgba(40, 40, 40, .5);
	text-decoration: none;
}

ul.dash.dark li {
	color: rgba(0, 0, 0, .8);
}

ul.dash.dark li a, ul.dash.dark li a:visited {
	color: rgba(0, 0, 0, .9);
	text-decoration: underline;
}

ul.dash.dark li a:hover {
	color: rgba(0, 0, 0, .5);
	text-decoration: underline;
}

ul.dash.dark li a:active {
	color: rgba(40, 40, 40, .5);
	text-decoration: none;
}

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

ol.large {
	font-size: 1.2em;
}

ol li {
	margin: 7px 0 7px 16px;
	font-size: 1.2em;
	line-height: 1.3;
	color: rgba(0, 0, 0, .8);
}

ol.large li {
	margin: 7px 0 7px 16px;
	font-size: 1.2em;
	line-height: 1.3;
	color: rgba(0, 0, 0, .8);
}

ol li a, ol li a:visited {
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
}

ol li a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

ol li a:active {
	color: rgba(35, 105, 211, 1);
	text-decoration: none;
}

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

ol.flush li {
	margin: 7px 0 7px 15px;
	font-size: 1.2em;
	line-height: 1.3;
	color: rgba(0, 0, 0, .8);
}

ol.flush li a, ol.flush li a:visited {
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
}

ol.flush li a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

ol.flush li a:active {
	color: rgba(35, 105, 211, 1);
	text-decoration: none;
}

.pages div.pages-inner.bg-about {
	background: linear-gradient(rgba(250, 250, 250, .3), rgba(250, 250, 250, .3)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-header-about-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 680px;
	align-items: center;
}

.pages div.pages-inner.bg-about.nitro-lazy {
	background: none !important;
}

.pages div.pages-inner.bg-lawyers {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-header-lawyers-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 680px;
	align-items: center;
}

.pages div.pages-inner.bg-lawyer-bio-garyn {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-garyn-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-duncane {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-duncane-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-gregn {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-gregn-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-jeffn {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-jeffn-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-rosel {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-rosel-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-stacyk {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-stacyk-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-danielm {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-danielm-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-sonial {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-sonial-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-danielap {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-danielamp-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-michellek {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-michellek-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-michaelw {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-michaelw-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-erikj {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-erikj-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-sonian {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-sonian-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-nicholass {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-nicholass-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-liannaw {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-liannaw-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-yasmink {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-yasmink-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-sebastiang {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-sebastiang-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-kristinam {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-kristinam-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-christinaz {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-christinaz-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-natalieg {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-natalieg-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-danielh {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-danielh-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-linday {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-linday-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

.pages div.pages-inner.bg-lawyer-bio-kevinw {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-kevinw-xl.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 630px;
}

@media only screen and (max-width: 1800px) {
	.pages div.pages-inner.bg-lawyers {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-header-lawyers-lg.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
}

@media only screen and (max-width: 1400px) {
	.pages div.pages-inner.bg-about {
		background: linear-gradient(rgba(250, 250, 250, .3), rgba(250, 250, 250, .3)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-header-about-lg.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-about.nitro-lazy {
		background: none !important;
	}
}

@media only screen and (max-width: 1200px) {
	.pages div.pages-inner.bg-about {
		background: linear-gradient(rgba(250, 250, 250, .3), rgba(250, 250, 250, .3)), url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-header-about-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-about.nitro-lazy {
		background: none !important;
	}
}

@media only screen and (max-width: 1000px) {
	.pages div.pages-inner.bg-lawyers {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg/bg-header-lawyers-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-garyn {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-garyn-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-duncane {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-duncane-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-gregn {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-gregn-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-jeffn {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-jeffn-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-rosel {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-rosel-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-stacyk {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-stacyk-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-danielm {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-danielm-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-sonial {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-sonial-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-danielap {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-danielamp-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-michellek {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-michellek-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-michaelw {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-michaelw-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-erikj {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-erikj-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-sonian {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-sonian-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-nicholass {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-nicholass-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-liannaw {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-liannaw-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-yasmink {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-yasmink-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-sebastiang {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-sebastiang-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-kristinam {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-kristinam-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-christinaz {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-christinaz-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-natalieg {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-natalieg-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-danielh {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-danielh-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-linday {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-linday-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
	
	.pages div.pages-inner.bg-lawyer-bio-kevinw {
		background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bio-bg/2025/bg-lawyer-bio-kevinw-sm.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}
}

.pages-inner div.btnspace {
	padding: 2.2em 0em 2em 0em;
}

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

.pages-glider div.glider-contain {
	grid-column: span 12;
}

.pages-glider figure {
	background: rgba(255, 255, 255, 1);
	display: block;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px 10px 10px 10px;
	margin: 1em 2.3em 1em 0em;
	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: 0em 3em 2.85em 2.75em;
}

.question {
	color: #c9a975;
	font-size: 1.25em;
	font-weight: 400;
	margin: 0;
	line-height: 1.1;
}

.pages-glider figure > figcaption {
	color: #101010;
	font-size: 1.1em !important;
	font-weight: 400;
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: 3.5em;
}

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

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

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

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

.pages-glider .glider-slide {
	min-width: 150px;
}

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

.pages-glider .glider-dots {
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.pages-glider .glider-dot {
	background: none;
	border: 0;
	padding: 0;
	user-select: none;
	outline: none;
	display: block;
	cursor: pointer;
	color: #ccc;
	border-radius: 999px;
	background: #ff9;
	width: 12px;
	height: 12px;
	margin: 7px;
}

.pages-glider .glider-dot:hover, .pages-glider .glider-dot:focus, .pages-glider .glider-dot.active {
	background: #f69;
}

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

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

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

.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: #00172b;
	color: #fff;
	cursor: default;
}

.google-reviews-glider .glider-prev.movedownhalf {
	top: 45% !important;
	right: auto !important;
	left: -60px !important;
}

.google-reviews-glider .glider-next.movedownhalf {
	top: 45% !important;
	right: -60px !important;
	left: auto !important;
}

@media only screen and (max-width: 900px) {
	.google-reviews-glider .glider-prev.movedownhalf {
		right: auto !important;
		left: -30px !important;
	}
	
	.google-reviews-glider .glider-next.movedownhalf {
		right: -30px !important;
		left: auto !important;
	}
}

@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 > .pr-7 {
		padding-right: 7em;
	}
	
	div.pages-inner > .pr-6 {
		padding-right: 6em;
	}
	
	div.pages-inner > .pr-5 {
		padding-right: 5em;
	}
	
	div.pages-inner > .pr-4 {
		padding-right: 4em;
	}
	
	div.pages-inner > .pr-3 {
		padding-right: 3em;
	}
	
	div.pages-inner > .pr-2 {
		padding-right: 2em;
	}
	
	div.pages-inner > .pr-1 {
		padding-right: 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 > .pl-7 {
		padding-left: 7em;
	}
	
	div.pages-inner > .pl-6 {
		padding-left: 6em;
	}
	
	div.pages-inner > .pl-5 {
		padding-left: 5em;
	}
	
	div.pages-inner > .pl-4 {
		padding-left: 4em;
	}
	
	div.pages-inner > .pl-3 {
		padding-left: 3em;
	}
	
	div.pages-inner > .pl-2 {
		padding-left: 2em;
	}
	
	div.pages-inner > .pl-1 {
		padding-left: 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 > .mr-7 {
		margin-right: 7em;
	}
	
	div.pages-inner > .mr-6 {
		margin-right: 6em;
	}
	
	div.pages-inner > .mr-5 {
		margin-right: 5em;
	}
	
	div.pages-inner > .mr-4 {
		margin-right: 4em;
	}
	
	div.pages-inner > .mr-3 {
		margin-right: 3em;
	}
	
	div.pages-inner > .mr-2 {
		margin-right: 2em;
	}
	
	div.pages-inner > .mr-1 {
		margin-right: 1em;
	}
	
	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 > .ml-7 {
		margin-left: 7em;
	}
	
	div.pages-inner > .ml-6 {
		margin-left: 6em;
	}
	
	div.pages-inner > .ml-5 {
		margin-left: 5em;
	}
	
	div.pages-inner > .ml-4 {
		margin-left: 4em;
	}
	
	div.pages-inner > .ml-3 {
		margin-left: 3em;
	}
	
	div.pages-inner > .ml-2 {
		margin-left: 2em;
	}
	
	div.pages-inner > .ml-1 {
		margin-left: 1em;
	}
	
	div.pages-inner > .mb-0 {
		margin-bottom: 1em;
	}
	
	div.pages-inner > .mb-15 {
		margin-bottom: 1.5em;
	}
}

@media only screen and (max-width: 1900px) {
	.team-image-outer {
		position: relative;
		width: 360px;
		height: 360px;
		border-radius: 180px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 26%;
		font-size: 1.8em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 38%;
		font-size: 1.2em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 48%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 54%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
}

@media only screen and (max-width: 1700px) {
	.team-image-outer {
		position: relative;
		width: 330px;
		height: 330px;
		border-radius: 165px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 25%;
		font-size: 1.7em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 37%;
		font-size: 1.2em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 46%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 52%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
}

@media only screen and (max-width: 1500px) {
	.team-image-outer {
		position: relative;
		width: 300px;
		height: 300px;
		border-radius: 150px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 25%;
		font-size: 1.6em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 37%;
		font-size: 1.1em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 46%;
		font-size: 1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 52%;
		font-size: 1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
}

@media only screen and (max-width: 1300px) {
	.team-image-outer {
		position: relative;
		width: 300px;
		height: 300px;
		border-radius: 150px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 25%;
		font-size: 1.5em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 37%;
		font-size: 1.1em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 46%;
		font-size: 1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 52%;
		font-size: 1em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.pages-inner div.half div.triple div.triple-inner {
		padding: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.team-image-outer {
		position: relative;
		width: 260px;
		height: 260px;
		border-radius: 130px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 25%;
		font-size: 1.4em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 37%;
		font-size: 1em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 46%;
		font-size: .95em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 52%;
		font-size: .95em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.pages-inner h2.h2shrink {
		font-size: 2.6em;
		padding-top: .25em;
		padding-bottom: 2em;
	}
}

@media only screen and (max-width: 1100px) {
	.team-image-outer {
		position: relative;
		width: 250px;
		height: 250px;
		border-radius: 125px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 25%;
		font-size: 1.4em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 37%;
		font-size: 1em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 46%;
		font-size: .95em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 52%;
		font-size: .95em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.pages-inner div.fullw-white div.inner-thirdw.b-bottom {
		border-bottom: 1px solid rgba(0, 0, 0, .25);
		padding-bottom: .75em;
		margin-bottom: 1.2em;
	}
	
	.pages-inner div.half div.triple img {
		max-width: 300px;
		max-height: 300px;
	}
	
	.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) {
	.team-image-outer {
		position: relative;
		width: 240px;
		height: 240px;
		border-radius: 120px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 25%;
		font-size: 1.4em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 37%;
		font-size: 1em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 46%;
		font-size: .95em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 56%;
		font-size: .95em !important;
		line-height: 1.3 !important;
		padding: .5em 1.5em 0em 1.5em !important;
	}
	
	.pages-inner div.third-lg.inner-white h4.shrink {
		font-size: 1.85em;
	}
	
	.pages-inner div.fullw p.condense {
		padding: 0em 3em 2.5em 0em;
	}
}

@media only screen and (min-width: 901px) {
	.pages-inner div.third p.mobiletext {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	.pages-news div.two-thirdsb {
		grid-column: span 6;
		margin-top: 0em;
		padding: 3em 3em 3em 0em;
		border-right: 1px solid rgba(255, 255, 255, .2);
	}
	
	.pages-news div.one-thirdb {
		grid-column: span 6;
		margin-top: 0em;
		padding: 6em 0em 4em 0em;
	}
	
	.pages-news div.two-thirdsb p {
		padding: .5em 1em .5em 0em;
	}
}

@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 {
		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;
		padding: 3em .75em 3em .75em;
	}
	
	.pages-glider div.glider-contain {
		grid-column: span 6;
	}
	
	.google-reviews-glider {
		grid-column: span 6;
	}
	
	.google-reviews-glider {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 1em 1em 1em 1em;
		align-items: center;
	}
	
	.google-reviews-onequarter {
		grid-column: span 6;
	}
	
	.google-reviews-onequarter {
		display: grid;
		grid-column-gap: 2em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 3em 0em 3em 0em;
	}
	
	.google-reviews-threequarter {
		grid-column: span 6;
	}
	
	.google-reviews-threequarter {
		display: grid;
		grid-column-gap: 2em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 3em 0em 3em 0em;
	}
	
	.google-reviews-glider div.google-reviews-threequarter div.glider-contain {
		grid-column: span 6;
	}
	
	.pages-news {
		grid-column: span 6;
	}
	
	.pages-news {
		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 4em 3em 4em;
	}
	
	.right-then-left {
		justify-self: start;
	}
	
	.pages-news div.two-thirds, .pages-news div.two-thirdsb {
		grid-column: span 6;
		padding: 1em 0em 2.5em 0em;
		border-right: 0 solid rgba(255, 255, 255, .2);
	}
	
	.pages-news div.two-thirds p, .pages-news div.two-thirdsb p {
		padding: .5em .5em .5em 0em;
		font-size: 1.1em;
		text-align: left;
		line-height: 1.6;
		color: inherit;
	}
	
	.pages-news div.two-thirds p.condense, .pages-news div.two-thirdsb p.condense {
		padding: .5em 1.5em .5em 0em;
	}
	
	.pages-news div.two-thirds h1, .pages-news div.two-thirdsb h1 {
		padding: 1.5em 1.5em .15em 0em;
		font-size: 3.85em;
		text-align: left;
		line-height: 1;
	}
	
	.pages-news div.two-thirds h1.article-title, .pages-news div.two-thirdsb h1.article-title {
		padding: .4em 2em .5em 0em;
		font-size: 2em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h2.article-subtitle, .pages-news div.two-thirdsb h2.article-subtitle {
		padding: 1.2em 2em .5em 0em;
		font-size: 1.8em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h3, .pages-news div.two-thirdsb h3 {
		padding: 1.2em 2em .5em 0em;
		font-size: 1.6em;
		font-weight: 400;
		line-height: 1.25;
		color: inherit;
	}
	
	.pages-news div.two-thirds h4, .pages-news div.two-thirdsb h4 {
		padding: 1.2em 2em .5em 0em;
		font-size: 1.3em;
		font-weight: 400;
		line-height: 1.25;
		color: inherit;
	}
	
	.pages-news div.one-third, .pages-news div.one-thirdb {
		grid-column: span 6;
		margin-top: 0em;
		padding: 2em 0em 2em 0em;
	}
	
	.pages-news div.one-third p, .pages-news div.one-thirdb p {
		padding: .5em 1.5em .5em 0em;
		font-size: 1.1em;
		text-align: left;
		line-height: 1.6;
		color: rgba(255, 255, 255, .85);
	}
	
	.pages-news div.one-third p.category, .pages-news div.one-thirdb p.category {
		padding: 0em 0em 1em 0em;
		font-size: .95em;
		text-align: left;
		line-height: 1.6;
		color: rgba(0, 0, 0, .7);
	}
	
	.pages-news div.one-third h5, .pages-news div.one-thirdb h5 {
		padding: 1em 1em .1em 0em;
	}
	
	.pages-inner div.half div.triple div.triple-inner {
		display: inline-block;
		grid-column: span 3;
		padding: 1em;
		text-align: center;
	}
	
	.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: 0em 0em 0em 0em;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner h2 {
		font-size: 2.7em;
		padding: 0;
		padding: 0em 0em 0em 0em;
		margin-bottom: 1em;
	}
	
	.pages-inner h2.h4 {
		font-size: 1.8em;
		font-weight: 400;
		line-height: 1.3;
		padding: 0;
		padding: 0em 0em 0em 0em;
		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: 0em 0em 0em 0em;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner h4 {
		font-size: 1.8em;
		font-weight: 400;
		line-height: 1.3;
		padding: 0;
		padding: 0em 0em 0em 0em;
		margin-top: .25em;
		margin-bottom: .25em;
	}
	
	.pages-inner div.inner-thirdw h4 {
		font-size: 1.6em;
		line-height: 1;
		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.quarter {
		grid-column: span 6;
		margin-top: 1.5em;
	}
	
	.pages-inner div.quarter p {
		text-align: left;
		font-size: 1.1em;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.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.third p.mobiletext {
		text-align: center;
		margin-top: 1em;
	}
	
	.pages-inner div.half {
		display: inline-block;
		grid-column: span 6;
		margin-top: 0em;
	}
	
	.pages-inner div.half.butup {
		margin-top: -35px;
	}
	
	.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 0em;
		line-height: 1.7;
	}
	
	.pages-inner div.half p.tiny {
		font-size: .25em;
	}
	
	.pages-inner div.half p.hline {
		display: block;
		font-size: 1em;
		border-top: 1px solid rgba(255, 255, 255, .25);
		margin-top: 2em;
		margin-bottom: .5em;
	}
	
	.pages-inner div.fullw p.condense {
		padding: 0em 3em 0em 0em;
		margin-bottom: -1em;
	}
	
	.pages-inner div.fullw {
		display: inline-block;
		grid-column: span 6;
		margin-top: 1.5em;
		padding: 1em .5em .5em 0em;
	}
	
	.pages-inner div.fullw-m0 {
		display: inline-block;
		grid-column: span 6;
		margin-top: .5em;
		padding: .5em 0em .5em 0em;
	}
	
	.pages-inner div.fullw-white {
		grid-column: span 6;
		background: #fff;
		padding: 3em 1.5em 3em 1.5em;
		border-radius: 12px;
		margin-top: 2em;
	}
	
	.pages-inner div.fullw-lt-blue {
		grid-column: span 6;
		background: #303030;
		padding: 3em 1.5em 3em 1.5em;
		border-radius: 12px;
		margin-top: 2em;
	}
	
	.team-image-outer {
		position: relative;
		width: 350px;
		height: 350px;
		border-radius: 175px;
		margin-top: 2em !important;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 28%;
		font-size: 2em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 40%;
		font-size: 1.3em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 48%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 2em 0em 2em !important;
	}
	
	.team-image > p.bio-down {
		top: 58%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 2em 0em 2em !important;
	}
}

@media only screen and (max-width: 800px) {
	.pages-news {
		grid-column: span 6;
	}
	
	.pages-news {
		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-news div.two-thirds, .pages-news div.two-thirdsb {
		grid-column: span 6;
		padding: 1em 0em 2em 0em;
		border-right: 0 solid rgba(255, 255, 255, .2);
	}
	
	.pages-news div.two-thirds h1, .pages-news div.two-thirdsb h1 {
		padding: 1.5em 1.2em .15em 0em;
		font-size: 3em;
		text-align: left;
		line-height: 1;
	}
	
	.pages-news div.two-thirds h1.article-title, .pages-news div.two-thirdsb h1.article-title {
		padding: .4em 1.2em .5em 0em;
		font-size: 1.9em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h2.article-subtitle, .pages-news div.two-thirdsb h2.article-subtitle {
		padding: 1.2em 1.2em .5em 0em;
		font-size: 1.7em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h3, .pages-news div.two-thirdsb h3 {
		padding: 1.2em 1.2em .5em 0em;
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h4, .pages-news div.two-thirdsb h4 {
		padding: 1.2em 1.2em .5em 0em;
		font-size: 1.35em;
		line-height: 1.25;
	}
	
	.pages-news div.one-third, .pages-news div.one-thirdb {
		grid-column: span 6;
		margin-top: 0em;
		padding: 1em 0em 1em 0em;
	}
	
	.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;
	}
	
	.order-lawyer-1 {
		order: 2;
	}
	
	.order-lawyer-2 {
		order: 1;
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 600px) {
	.team-image-outer {
		position: relative;
		width: 380px;
		height: 380px;
		border-radius: 190px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 28%;
		font-size: 2em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 40%;
		font-size: 1.3em !important;
		line-height: 1.4 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 48%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 2em 0em 2em !important;
	}
	
	.team-image > p.bio-down {
		top: 56%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: .5em 2em 0em 2em !important;
	}
	
	.pages-inner h1 {
		font-size: 2.8em;
		padding: 0;
		padding: 0em 0em 0em 0em;
	}
	
	.pages-inner div.fullw-white h2 {
		font-size: 1.9em;
	}
	
	.pages-inner div.fullw-white h3 {
		font-size: 1.65em;
	}
	
	.pages-inner div.fullw-white h4 {
		font-size: 1.4em;
	}
	
	.pages-inner div.fullw-white i.fa.fa-check {
		top: 1px;
		float: left;
		font-size: .9em;
		margin-right: 11px;
		width: 35px;
		height: 35px;
		padding: 9px;
	}
	
	.pages-inner div.fullw-white i.fa.fa-times {
		top: 1px;
		float: left;
		font-size: .9em;
		margin-right: 11px;
		width: 35px;
		height: 35px;
		padding: 9px;
	}
	
	.pages-inner div.fullw p.condense {
		padding: 0em 0em 0em 0em;
		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-600 {
		display: block;
	}
	
	.hide-in-600 {
		display: none;
	}
	
	div.hide-in-600 {
		display: none;
	}
	
	.pages-inner div.inner-thirdw h4 {
		font-size: 1.55em;
		line-height: 1;
		padding: 0;
		margin-top: .5em;
		margin-bottom: 0;
	}
	
	.pages-inner div.half {
		display: inline-block;
		grid-column: span 6;
		margin-top: 0em;
	}
	
	.pages-inner div.half p.condense {
		padding: .5em 0em .5em 0em;
		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;
	}
	
	.pages-inner div.half div.triple img {
		max-width: 260px;
		max-height: 260px;
	}
}

@media only screen and (max-width: 412px) {
	.pages {
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
	}
	
	.pages-inner {
		grid-column: span 6;
	}
	
	.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: 1em 1.25em 2em 1.25em;
	}
	
	.pages-inner div.half div.triple img {
		max-width: 200px;
		max-height: 200px;
	}
	
	.pages-glider {
		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;
		padding: 1em .6em 2em .6em;
	}
	
	.pages-glider div.glider-contain {
		grid-column: span 6;
	}
	
	.pages-news {
		grid-column: span 6;
	}
	
	.pages-news {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 1em 1.25em 2em 1.25em;
	}
	
	.pages-news div.two-thirds, .pages-news div.two-thirdsb {
		grid-column: span 6;
		padding: 1em 1em 1em 0em;
		border-right: 0 solid rgba(255, 255, 255, .2);
	}
	
	.pages-news div.two-thirds p, .pages-news div.two-thirdsb p {
		padding: .5em 1em .5em 0em;
		font-size: 1.1em;
		text-align: left;
		line-height: 1.6;
		color: rgba(255, 255, 255, .85);
	}
	
	.pages-news div.two-thirds p.condense, .pages-news div.two-thirdsb p.condense {
		padding: .5em 1em .5em 0em;
	}
	
	.pages-news div.two-thirds h1, .pages-news div.two-thirdsb h1 {
		padding: 1em 1em .15em 0em;
		font-size: 2.8em;
		font-weight: 400;
		text-align: left;
		line-height: 1;
	}
	
	.pages-news div.two-thirds h1.article-title, .pages-news div.two-thirdsb h1.article-title {
		padding: .4em 1em .5em 0em;
		font-size: 1.6em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h2.article-subtitle, .pages-news div.two-thirdsb h2.article-subtitle {
		padding: 1.2em 1em .5em 0em;
		font-size: 1.7em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h3, .pages-news div.two-thirdsb h3 {
		padding: 1.2em 1em .5em 0em;
		font-size: 1.55em;
		line-height: 1.25;
	}
	
	.pages-news div.two-thirds h4, .pages-news div.two-thirdsb h4 {
		padding: 1.2em 1em .5em 0em;
		font-size: 1.4em;
		line-height: 1.25;
	}
	
	.pages-news div.one-third, .pages-news div.one-thirdb {
		grid-column: span 6;
		margin-top: 0em;
		padding: 1em 0em 1em 0em;
	}
	
	.pages-news div.one-third p, .pages-news div.one-thirdb p {
		padding: .5em 1em .5em 0em;
		font-size: 1.1em;
		text-align: left;
		line-height: 1.6;
		color: rgba(255, 255, 255, .85);
	}
	
	.pages-news div.one-third h5, .pages-news div.one-thirdb h5 {
		padding: 1em 1em 1em 0em;
		font-size: 1.4em;
		font-weight: 500;
		text-align: left;
		line-height: 1.5;
		color: rgba(255, 255, 255, 1);
	}
	
	.div-height {
		display: block;
		padding: 0;
		padding: .75em;
	}
	
	.pages-inner h1 {
		font-size: 2.6em;
		padding-top: .25em;
	}
	
	.pages-inner h2 {
		font-size: 2.4em;
		padding-top: .25em;
	}
	
	.pages-inner h2.h4 {
		font-size: 1.7em;
		font-weight: 400;
		line-height: 1.3;
		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: .25em;
	}
	
	.pages-inner h4 {
		font-size: 1.7em;
		font-weight: 400;
		line-height: 1.3;
		padding-top: .25em;
	}
	
	.pages-inner div.inner-thirdw h4 {
		font-size: 1.6em;
		line-height: 1;
		padding: 0;
		margin-top: .25em;
		margin-bottom: 0;
	}
	
	.pages-inner div.text.line1 {
		grid-column: span 6;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	
	.pages-inner div.text.line2 {
		grid-column: span 6;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .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.quarter {
		grid-column: span 6;
		margin-top: 1.5em;
	}
	
	.pages-inner div.quarter p {
		text-align: left;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.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: 1em;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.pages-inner div.half p.condense {
		padding: .5em 0em .5em 0em;
		line-height: 1.7;
	}
	
	.pages-inner div.fullw {
		display: inline-block;
		grid-column: span 6;
		margin-top: 1.5em;
		padding: 1em .5em .5em 0em;
	}
	
	.pages-inner div.fullw-m0 {
		display: inline-block;
		grid-column: span 6;
		margin-top: .5em;
		padding: .5em 0em .5em 0em;
	}
	
	.pages-inner div.fullw-white {
		grid-column: span 6;
		background: #fff;
		padding: 3em 1.25em 3em 1.25em;
		border-radius: 12px;
		margin-top: 2em;
	}
	
	.pages-inner div.fullw-lt-blue {
		grid-column: span 6;
		background: #303030;
		padding: 3em 1.25em 3em 1.25em;
		border-radius: 12px;
		margin-top: 2em;
	}
	
	ul.dash li {
		margin: 7px 0 7px 0;
		font-size: 1em;
		line-height: 1.3;
	}
	
	.team-image-outer {
		position: relative;
		width: 260px;
		height: 260px;
		border-radius: 130px;
	}
	
	.team-image > p {
		position: absolute;
		top: 10%;
	}
	
	.team-image > p.name {
		top: 21%;
		font-size: 1.6em !important;
		font-weight: 400 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.title {
		top: 33%;
		font-size: 1.1em !important;
		line-height: 1.3 !important;
		padding: 0em .5em 0em .5em !important;
	}
	
	.team-image > p.bio {
		top: 43%;
		font-size: 1em !important;
		line-height: 1.2 !important;
		padding: 1em 1.5em 0em 1.5em !important;
	}
	
	.team-image > p.bio-down {
		top: 50%;
		font-size: 1em !important;
		line-height: 1.2 !important;
		padding: 1em 1.5em 0em 1.5em !important;
	}
}

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

.pages-glider div.half p.fadetext, .pages-glider div.half-rightv2 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;
}

.half-rightv2 {
	grid-column: 7/-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.homepage {
	background: #353535;
	display: block;
	border-radius: 10px;
	margin: 1em 1.5em 1em 0;
	padding: 4em .75em 3em .75em;
}

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

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

figure.homepage > blockquote p.bqheader {
	color: #fff;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0;
	margin-top: .75em;
	padding: 0;
	text-align: center;
}

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

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

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: 400;
	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: .9em;
	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;
	}
}

div.testimonials-single {
	display: flex;
	width: 100%;
	background: transparent;
	padding: 0;
	margin-top: 2.5em;
	margin-right: 4em;
	margin-left: auto;
	border-radius: 12px 12px 12px 12px;
}

div.testimonials-single div.voidspace {
	width: 50%;
	height: 100%;
	background: transparent;
	padding: 3em 3em 3em 3em;
}

div.testimonials-single div.quotebox {
	width: 50%;
	height: auto;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 10px 10px 10px 10px;
	margin: 0em 0em 3em 0em;
	padding: 4.25em 3.5em 3em 3.5em;
	float: right;
}

div.testimonials-single div.quotebox div.reviewname {
	color: #aaa;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0;
	padding: 0em 0em .5em 0em;
}

div.testimonials-single div.quotebox div.reviewcaption {
	color: #101010;
	font-size: 1.3em;
	font-weight: 400;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: 0em;
}

div.testimonials-single div.reviewname img.icon-quote {
	display: block;
	position: relative;
	width: 54px;
	height: auto;
	top: -32px;
	margin-top: .5em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: auto;
}

#single01-b {
	background-image: none;
}

#single01-b.nitro-lazy {
	background-image: none !important;
}

#single01 {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial002-lg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#single01.nitro-lazy {
	background-image: none !important;
}

#single02-b {
	background-image: none;
}

#single02-b.nitro-lazy {
	background-image: none !important;
}

#single02 {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial012-lg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#single02.nitro-lazy {
	background-image: none !important;
}

#single03-b {
	background-image: none;
}

#single03-b.nitro-lazy {
	background-image: none !important;
}

#single03 {
	background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial011-lg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#single03.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 900px) {
	div.testimonials-single {
		display: grid;
		grid-column-gap: 2em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
	
	div.testimonials-single {
		grid-column: span 6;
		padding: 0;
		margin-top: 1.5em;
		margin-right: 1.5em;
		margin-left: auto;
		border-radius: 12px 12px 12px 12px;
	}
	
	div.testimonials-single div.voidspace {
		grid-column: span 6;
		height: 220px;
		width: 100%;
		border-radius: 12px 12px 0 0;
	}
	
	div.testimonials-single div.quotebox {
		grid-column: span 6;
		width: 100%;
		border-radius: 0 0 12px 12px;
		padding: 3em 1.75em 2em 1.75em;
	}
	
	#single01 {
		background-image: none;
	}
	
	#single01.nitro-lazy {
		background-image: none !important;
	}
	
	#single01-b {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial002-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#single01-b.nitro-lazy {
		background-image: none !important;
	}
	
	#single02 {
		background-image: none;
	}
	
	#single02.nitro-lazy {
		background-image: none !important;
	}
	
	#single02-b {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial012-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#single02-b.nitro-lazy {
		background-image: none !important;
	}
	
	#single03 {
		background-image: none;
	}
	
	#single03.nitro-lazy {
		background-image: none !important;
	}
	
	#single03-b {
		background-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/bg-testimonial011-sm.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#single03-b.nitro-lazy {
		background-image: none !important;
	}
}

div.google-reviews-onequarter {
	display: block;
	align-items: center;
	text-align: center;
	padding: 2em 0em 2em 0em;
}

div.google-reviews-onequarter img {
	max-width: 280px;
}

div.google-reviews-onequarter div.contains-two {
	display: flex;
	width: 100%;
	align-items: center;
	text-align: center;
	padding: .5em 0em .5em 0em;
}

div.google-reviews-onequarter div.contains-two div.two-left {
	width: 100%;
	color: #101010;
	font-size: 3.2em;
	font-weight: 600;
	line-height: 1 !important;
	text-align: right;
	padding: 0em .1em 0em 0em;
}

div.google-reviews-onequarter div.contains-two div.two-right {
	width: 100%;
	color: #101010;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1 !important;
	text-align: left;
	padding: 0em 0em .1em .1em;
}

div.google-reviews-onequarter p {
	color: #101010;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	padding: 0;
	margin-top: .5em;
	margin-bottom: .6em;
}

.red-text {
	color: rgba(246, 0, 0, 1) !important;
}

div.google-reviews-threequarter {
	display: flex;
	width: 100%;
	padding: 2em 3em 2em 3em;
}

div.google-reviews-threequarter div.g-review-single {
	display: block;
	width: 100%;
	background: #fff;
	padding: 3em 2.25em 3em 2.25em;
	margin-right: .4em;
	margin-left: .4em;
	border: 1px solid #ddd;
	border-radius: 6px 6px 6px 6px;
}

div.google-reviews-threequarter div.g-review-single div.g-stars {
	display: block;
	background: transparent;
	color: #101010;
	font-weight: 500 !important;
	text-align: center !important;
	margin-bottom: 1em;
}

div.google-reviews-threequarter div.g-review-single div.g-review-name {
	display: block;
	color: #101010;
	font-size: 1.1em;
	font-weight: 600;
}

div.google-reviews-threequarter div.g-review-single div.g-review-date {
	display: block;
	color: #101010;
	font-size: 1.1em;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1em;
}

div.google-reviews-threequarter div.g-review-single div.g-review-content {
	display: block;
	color: #101010;
	font-size: 1.1em;
	font-weight: 400;
}

@media only screen and (max-width: 900px) {
	div.google-reviews-threequarter {
		padding: 1.5em 1.5em 2.5em 1.5em;
	}
	
	div.google-reviews-threequarter div.g-review-single {
		display: block;
		width: 100%;
		background: #fff;
		padding: 2em 1.5em 2em 1.5em;
		margin-top: .1em;
		margin-right: .5em;
		margin-bottom: 33px;
		margin-left: .5em;
		border: 1px solid #ddd;
		border-radius: 6px 6px 6px 6px;
	}
}

figure > figcaption {
	color: #101010;
	font-size: 1.1em !important;
	font-weight: 400;
	margin-bottom: 1.5em;
}

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

.glider-prev, .glider-next {
	user-select: none;
	position: absolute;
	outline: none;
	background: none;
	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-prev:hover, .glider-next:hover, .glider-prev:focus, .glider-next:focus {
	color: #fff;
}

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

.glider-slide {
	min-width: 150px;
}

.glider-hide {
	opacity: 0;
}

.glider-dots {
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.glider-dot {
	background: none;
	border: 0;
	padding: 0;
	user-select: none;
	outline: none;
	display: block;
	cursor: pointer;
	color: #ccc;
	border-radius: 999px;
	background: #ff9;
	width: 12px;
	height: 12px;
	margin: 7px;
}

.glider-dot:hover, .glider-dot:focus, .glider-dot.active {
	background: #f69;
}

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-prev, button.glider-next {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	transition: .3s;
	margin-top: 20px;
}

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

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

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

.google-reviews-glider button.glider-prev, .google-reviews-glider button.glider-next {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	background: #fff;
	transition: .3s;
	margin-top: 0;
}

.google-reviews-glider button.glider-prev:hover, .google-reviews-glider button.glider-next:hover {
	border: 1px solid #2369d3;
	color: #fff;
	background: #2369d3;
	transition: .3s;
}

.google-reviews-glider button.glider-prev:active, .google-reviews-glider button.glider-next:active {
	border: 1px solid #ccc;
	color: #00172b;
	background: #fff;
	transition: .3s;
}

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

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

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

.content-1 {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: .5em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 1em 4em 4em 4em;
}

.content-1 h2 {
	grid-column: span 6;
}

.content-1 div.text {
	grid-column: span 3;
}

.content-1 div.text.line1 {
	display: none;
}

.content-1 div.onethird {
	grid-column: span 2;
	margin-top: 1.5em;
	padding: 2em;
}

.content-1 div.onethird p {
	text-align: center;
	padding: 1.5em;
}

img.circle {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	margin-top: 15px;
}

@media only screen and (max-width: 1100px) {
	.content-1 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		padding: 2em;
	}
	
	.content-1 div.text.line1 {
		grid-column: span 6;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin-bottom: 2.9em;
		margin-top: -2em;
	}
}

@media only screen and (max-width: 800px) {
	.masthead-inner {
		display: none;
	}
	
	.hero-inner-2 {
		padding: 5em 2em 2em 2em;
	}
	
	.content-1 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		padding: 2em;
	}
	
	.content-1 h2 {
		grid-column: span 6;
	}
	
	.content-1 div.text {
		grid-column: span 6;
	}
	
	.content-1 div.text.line1 {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin-bottom: 2.9em;
		margin-top: -1.75em;
	}
	
	.content-1 div.onethird {
		grid-column: span 6;
		margin-top: 0;
		padding: 1em;
	}
	
	.content-1 div.onethird p {
		padding: 1em;
	}
	
	img.circle {
		width: 215px;
		height: 215px;
		margin-top: 1em;
		margin-right: auto;
		margin-left: auto;
	}
}

.award-circle {
	display: inline-block;
	position: relative;
	margin: .5em auto 2em auto;
	max-width: 380px;
	padding: .75em;
}

.vac {
	align-items: center;
}

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

.content-3 h2 {
	grid-column: span 2;
}

.content-3 div.text {
	grid-column: span 2;
	padding-right: 7em;
}

.content-3-inner-mdblue {
	grid-column: span 4;
	background: rgba(0, 32, 56, 1);
	padding: 4.2em 5em 2.8em 5em;
	border-radius: 12px;
	margin-top: 2em;
}

.content-3-i-mdb-inner {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: .5em;
	grid-template-columns: 1fr 1fr;
}

.content-3-inner-mdblue div.single {
	grid-column: span 2;
	margin-bottom: 1.3em;
}

.content-3-inner-mdblue div.text2 {
	grid-column: span 1;
}

.content-3-inner-mdblue div.text2 p {
	color: #fff;
	font-weight: 400;
	padding: 0;
	margin-bottom: .8em;
}

.content-3-inner-mdblue img.icon.brainwhite {
	display: inline;
	width: 57px;
	height: auto;
	vertical-align: middle;
}

.content-3-inner-mdblue img.icon.spinalwhite {
	display: inline;
	width: 42px;
	height: auto;
	vertical-align: middle;
}

.content-3-inner-mdblue img.icon.pediatricwhite {
	display: inline;
	width: 60px;
	height: auto;
	vertical-align: middle;
}

.content-3-inner-mdblue img.icon.brainblue {
	display: none;
	height: auto;
	vertical-align: middle;
}

.content-3-inner-mdblue img.icon.spinalblue {
	display: none;
	height: auto;
	vertical-align: middle;
}

.content-3-inner-mdblue img.icon.pediatricblue {
	display: none;
	height: auto;
	vertical-align: middle;
}

.content-3-inner-mdblue h3 {
	display: inline;
	font-size: 2.1em;
	font-weight: 500;
	color: #fff;
	position: relative;
	top: 9px;
	left: 18px;
}

@media only screen and (max-width: 800px) {
	.content-3 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		padding: 1em 1.5em 4em 1.5em;
	}
	
	.content-3 h2 {
		grid-column: span 4;
	}
	
	.content-3 div.text {
		grid-column: span 4;
		padding: 0;
	}
	
	.content-3-inner-mdblue {
		grid-column: span 4;
		margin-top: 1em;
		padding: 3em 1.75em 1.5em 1.75em;
	}
	
	.content-3-inner-mdblue div.single {
		grid-column: span 4;
		margin-bottom: 1em;
	}
	
	.content-3-inner-mdblue div.text2 {
		grid-column: span 4;
	}
	
	.content-3-inner-mdblue div.text2 p {
		margin-bottom: 1em;
	}
	
	.content-3-inner-mdblue img.icon.brainwhite {
		display: none;
	}
	
	.content-3-inner-mdblue img.icon.spinalwhite {
		display: none;
	}
	
	.content-3-inner-mdblue img.icon.pediatricwhite {
		display: none;
	}
	
	.content-3-inner-mdblue img.icon.brainblue {
		display: inline;
		width: 44px;
		height: auto;
	}
	
	.content-3-inner-mdblue img.icon.spinalblue {
		display: inline;
		width: 32px;
		height: auto;
	}
	
	.content-3-inner-mdblue img.icon.pediatricblue {
		display: inline;
		width: 48px;
		height: auto;
	}
	
	.content-3-inner-mdblue h3 {
		font-size: 1.9em;
		position: relative;
		top: 7px;
		left: 18px;
	}
}

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

.content-4 h2 {
	grid-column: span 3;
}

.content-4 div.text {
	grid-column: span 3;
}

.content-4 div.text.line1 {
	grid-column: span 6;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: 3em;
	margin-bottom: 3em;
}

.content-4 div.third {
	grid-column: span 2;
	margin-top: 1.5em;
}

.content-4 div.third p {
	text-align: left;
	font-size: 1.4em;
	font-weight: 400;
}

.content-4 div.half {
	grid-column: span 3;
	margin-top: 1.5em;
}

.content-4 div.half h3 {
	margin-top: 1.5em;
	font-size: 3.75em;
}

.content-4 div.half p {
	text-align: left;
}

img.half-w {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.round-blue {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	line-height: 200px;
	background: #303030;
	text-align: center;
	color: #fafafa;
}

.round-blue .hipp {
	line-height: 1.5;
	font-size: 65px !important;
	position: relative;
	top: 8px;
	font-weight: 400 !important;
}

.round-blue .hippsmall {
	line-height: 1.5;
	font-size: 45px !important;
	position: relative;
	top: 0;
	font-weight: 400 !important;
}

.round-blue .hopp {
	line-height: 1.5;
	font-size: 20px !important;
	position: relative;
	top: -160px;
}

@media only screen and (max-width: 800px) {
	.content-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		padding: 5em 1.5em 2em 1.5em;
	}
	
	.content-4 h2 {
		grid-column: span 6;
	}
	
	.content-4 div.text {
		grid-column: span 6;
	}
	
	.content-4 div.text.line1 {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin-bottom: 2.9em;
	}
	
	.content-4 div.third {
		grid-column: span 6;
		margin-top: 0;
	}
	
	.content-4 div.third p {
		text-align: center;
		padding: 1.5em;
	}
	
	.content-4 div.half {
		grid-column: span 6;
		margin-top: 1.5em;
	}
	
	.content-4 div.half h3 {
		margin-top: .5em;
		font-size: 2.2em;
	}
	
	.round-blue {
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}
}

.content-6 {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 1em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 1em 4em 4em 4em;
}

.content-6 div.text.line1 {
	grid-column: span 6;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 2.9em;
}

.content-6 div.half {
	grid-column: span 3;
	padding: 0em 1.5em 1.5em 0em;
	margin-top: -.5em;
}

.content-6 div.third {
	grid-column: span 2;
	margin: 0em;
}

.content-6 h3 {
	grid-column: span 6;
	margin-top: .25em;
	margin-bottom: .5em;
	font-size: 2.2em;
	font-weight: 500;
}

.content-6 div.third p {
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 800px) {
	.content-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		padding: 1.5em 1.5em 3.5em 1.5em;
	}
	
	.content-6 div.text.line1 {
		margin-bottom: 1em;
	}
	
	.content-6 div.half {
		grid-column: span 6;
		margin: 0;
		padding: 0;
	}
	
	.content-6 div.third {
		grid-column: span 6;
		margin: 0;
		padding: 0;
	}
	
	.content-6 div.third p {
		font-size: 1.1em;
		line-height: 1.4;
		padding-bottom: .6em;
	}
}

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

.content-7-inner-ltblue {
	grid-column: span 6;
	background: #2369d3;
	padding: 8em 5em 4em 5em;
	border-radius: 12px;
	margin-top: 2em;
	margin-bottom: 5em;
}

.content-7-i-ltb-inner {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: .5em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.content-7 h2 {
	color: #fff;
	padding: 0 0 1em 0;
}

.content-7-i-ltb-inner div.half {
	grid-column: span 3;
}

.content-7-i-ltb-inner p {
	color: #fff;
	font-weight: 400;
	padding: 0 0 1.5em 0;
}

.content-7 div.half {
	grid-column: span 3;
}

div.move-from {
	display: block;
}

div.move-fromv2 {
	display: block;
}

div.move-to {
	display: none;
}

.content-7 div.full {
	grid-column: span 6;
}

.content-7-inner-white {
	grid-column: span 6;
	background: #fff;
	padding: 7em 5em 4em 5em;
	border-radius: 12px;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.content-7-i-w-inner {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: .5em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.content-7 h4 {
	color: #101010;
	font-size: 2.2em;
	font-weight: 500;
	padding: 0 0 .4em 0;
}

.content-7-i-w-inner p {
	color: #101010;
	font-weight: 400;
	padding: 0 0 1.5em 0;
}

.content-7 div.half.adjusted {
	margin-top: 2.5em;
}

@media only screen and (max-width: 900px) {
	div.move-fromv2 {
		margin-top: -1.25em !important;
	}
}

@media only screen and (max-width: 800px) {
	.content-7 {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: 1em;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		padding: 2em 1.5em 2.5em 1.5em;
	}
	
	.content-7-inner-ltblue {
		grid-column: span 6;
		background: #2369d3;
		padding: 3.5em 1.5em 2em 1.5em;
		border-radius: 12px;
		margin-top: 2em;
		margin-bottom: 5em;
	}
	
	.content-7-i-ltb-inner {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: .5em;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.content-7 h2 {
		color: #fff;
		padding: 0 0 1em 0;
	}
	
	.content-7-i-ltb-inner div.half {
		grid-column: span 6;
	}
	
	div.move-from {
		display: none;
	}
	
	div.move-to {
		display: block;
	}
	
	.content-7-i-ltb-inner p {
		color: #fff;
		font-weight: 400;
		padding: 0 0 1.4em 0;
	}
	
	.content-7 div.half {
		grid-column: span 6;
	}
	
	.content-7 div.full {
		grid-column: span 6;
	}
	
	.content-7-inner-white {
		grid-column: span 6;
		background: #fff;
		padding: 3em 1.5em 3em 1.5em;
		border-radius: 12px;
		margin-top: 0;
		margin-bottom: 1.5em;
	}
	
	.content-7-i-w-inner {
		display: grid;
		grid-column-gap: 3em;
		grid-row-gap: .5em;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.content-7 h4 {
		color: #101010;
		font-size: 2.2em;
		font-weight: 500;
		padding: 0 0 .4em 0;
	}
	
	.content-7-i-w-inner p {
		color: #101010;
		font-weight: 400;
		padding: 0 0 1.2em 0;
	}
	
	.content-7 div.half.adjusted {
		margin-top: 0em;
	}
}

.pages-inner div.half p.ebro {
	color: #fff;
	font-size: 3.3em;
	font-weight: 400;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.pages-inner div.half p.ebro {
		font-size: 2.7em;
		margin-top: .25em;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.pages-inner div.half p.ebro {
		font-size: 2.5em;
		margin-top: .15em;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 900px) {
	.pages-inner div.half p.ebro {
		font-size: 2.3em;
		margin-top: .1em;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 600px) {
	.pages-inner div.half p.ebro {
		font-size: 2.1em;
		margin-top: .1em;
		margin-bottom: 0;
	}
}

/* FOOTER CSS WAS HERE - removed 2025-04-29  */
p.brighter {
	color: rgba(0, 0, 0, .95) !important;
	font-weight: 500 !important;
}

.brighter {
	color: rgba(0, 0, 0, .95) !important;
	font-weight: 500 !important;
}

.btn {
	transition: .3s;
	text-decoration: none;
	outline: none !important;
	outline: 0 !important;
}

.btn:hover {
	transition: .3s;
	cursor: pointer;
	text-decoration: none;
}

.btn:active {
	transition: .1s;
	cursor: pointer;
	text-decoration: none;
}

.btn.btn-more, a.btn.btn-more {
	display: inline-block;
	background: transparent;
	color: #2369d3;
	font-weight: 400 !important;
	font-size: .85em !important;
	text-decoration: none;
	padding: 0 !important;
	border: none !important;
	float: right !important;
}

.btn.btn-more:hover, a.btn.btn-more:hover {
	color: #2369d3;
	text-decoration: none;
}

.btn.btn-more:active, a.btn.btn-more:active {
	color: #002038;
	text-decoration: none;
}

/* btn-bluelt */
.btn.btn-bluelt, a.btn.btn-bluelt, .btn.btn-bluelt:visited, a.btn.btn-bluelt:visited {
	display: inline-block;
	background: #252525;
	color: #fafafa;
	font-weight: 400 !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 #3d5b9b;
}

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

.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, a.btn.btn-bluelt i.fa {
	position: relative;
	top: -2px;
	margin-left: 5px;
}

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

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

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

/* btn-video-blue */
.btn.btn-video-blue, a.btn.btn-video-blue, .btn.btn-video-blue:visited, a.btn.btn-video-blue:visited {
	display: inline-block;
	background: #252525;
	color: #fafafa;
	font-weight: 400 !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 #3d5b9b;
}

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

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

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

/*
.pages a.btn.btn-video-blue {
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 23px 31px 18px 32px;
  font-size: 1.2em;
  position: relative;
  color: #353535;
}
.pages a.btn.btn-video-blue::before {
  transition: all 0.3s;
  content: "";
  border-radius: 50px;
  border: 1px solid transparent;
  width: 60px;
  height: 60px;
  background: #353535;
  position: absolute;
  top: 0;
  left: 0;
}

.pages a.btn.btn-video-blue i.fa {
  padding-right: 40px;
  transition: 0.3s;
}

.pages a.btn.btn-video-blue i.fa::before {
  font-size: 1.2em;
  position: relative;
  top: 1px !important;
  left: -16px !important;
}

.pages a.btn.btn-video-blue:hover::before {
  background: #c9a975;
  border: 1px solid rgba(0,0,0, 0.7);
  width: 100%;
}

.pages a.btn.btn-video-blue i.fa {
  color: #fff;
}
.pages a.btn.btn-video-blue:hover i.fa {
  color: #353535;
  padding-right: 15px;
  transition: 0.3s;
}

.pages a.btn.btn-video-blue:active {
  background: #c9a975;
  color: #202020;
  width: 100%;
  transition: 0.3s;
}

.pages a.btn.btn-video-blue:active i.fa {
  color: #002038;
}
*/

/* 
.btn.btn-darkoline,
a.btn.btn-darkoline {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  text-decoration: none;
  padding: 19px 34px 15px 28px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-darkoline:hover,
a.btn.btn-darkoline:hover {
  background: #2369d3;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-darkoline:active,
a.btn.btn-darkoline:active {
  background: #fff;
  color: #002038;
  text-decoration: none;
  border: 1px solid #002038;
}
.btn.btn-darkoline i.fa,
a.btn.btn-darkoline i.fa {
  position: relative;
  font-size: 0.8em;
  padding-left: 25px;
  top: 0;
  margin-right: -14px;
}
 */

/* btn-darkoline */
.btn.btn-darkoline, a.btn.btn-darkoline, .btn.btn-darkoline:visited, a.btn.btn-darkoline:visited {
	display: inline-block;
	background: transparent;
	color: #252525;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 19px 34px 15px 28px;
	border-radius: 50px;
	border: 1px solid #252525;
}

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

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

.btn.btn-darkoline i.fa, a.btn.btn-darkoline i.fa {
	position: relative;
	font-size: .8em;
	padding-left: 25px;
	top: 0;
	margin-right: -14px;
}

/* 
.btn-bluesm,
a.btn-bluesm {
  display: inline-block;
  background: rgba(35, 105, 211, 1);
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  line-height: 120%;
  padding: 12px 19px 8px 19px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid rgba(35, 105, 211, 0);
  margin-right: 0.3em;
  margin-left: 0.3em;
  margin-bottom: 1.2em;
}
.btn-bluesm:hover,
a.btn-bluesm:hover {
  background: #002038;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn-bluesm:active,
a.btn-bluesm:active {
  background: #fff;
  color: #002038;
  text-decoration: none;
  border: 1px solid #002038;
}
*/

/* btn-bluesm */
.btn-bluesm, a.btn-bluesm {
	display: inline-block;
	background: #252525;
	color: #fafafa;
	font-weight: 400;
	font-size: 1em;
	line-height: 120%;
	padding: 12px 19px 8px 19px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #252525;
	margin-right: .3em;
	margin-left: .3em;
	margin-bottom: 1.2em;
}

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

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

/* btn-news */

/* 
.btn.btn-news,
a.btn.btn-news {
  display: inline-block;
  background: rgba(35, 105, 211, 1);
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  padding: 12px 25px 9px 25px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.btn.btn-news:hover,
a.btn.btn-news:hover {
  background: #002038;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.btn.btn-news:active,
a.btn.btn-news:active {
  background: #fff;
  color: #002038;
  text-decoration: none;
  border: 1px solid transparent;
}
*/

/* 
.btn.btn-headerphone {
  display: inline-block;
  background: #2369d3;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  padding: 18px 76px 15px 74px;
  margin: 0;
  border: 1px solid transparent;
}
.btn.btn-headerphone:hover {
  background: #002038;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-headerphone:active {
  background: #fff;
  color: #002038;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn.btn-headerphone i.fa {
  position: relative;
  font-size: 0.8em;
  margin-right: 10px;
}
*/
.btn .btn-video, a.btn .btn-video {
	margin: 20px auto;
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 23px 31px 18px 32px;
	font-size: 1.1em;
	position: relative;
	color: #fff;
}

.btn .btn-video::before, a.btn .btn-video::before {
	transition: all .3s;
	content: "";
	border-radius: 50px;
	border: 1px solid transparent;
	width: 59px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.btn .btn-video i.fa, a.btn .btn-video i.fa {
	padding-right: 40px;
	transition: .3s;
}

.btn .btn-video i.fa::before, a.btn .btn-video i.fa::before {
	font-size: 1.2em;
	position: relative;
	top: 2px;
	left: -4px;
}

.btn .btn-video:hover::before, a.btn .btn-video:hover::before {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .7);
	width: 100%;
}

.btn .btn-video i.fa, a.btn .btn-video i.fa {
	color: #002038;
}

.btn .btn-video:hover i.fa, a.btn .btn-video:hover i.fa {
	color: #fff;
	padding-right: 15px;
	transition: .3s;
}

.btn .btn-video:active, a.btn .btn-video:active {
	background: #fff;
	color: #002038;
	width: 100%;
	transition: .3s;
}

.btn .btn-video:active i.fa, a.btn .btn-video:active i.fa {
	color: #002038;
}

.btn.btn-clear, a.btn.btn-clear {
	display: inline-block;
	background: transparent;
	color: #fff;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 20px 38px 17px 38px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, .7);
	margin: 1.2em 0;
}

.btn.btn-clear:hover, a.btn.btn-clear:hover {
	background: rgba(35, 105, 211, 1);
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(35, 105, 211, 0);
}

.btn.btn-clear:active, a.btn.btn-clear:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid rgba(35, 105, 211, 0);
}

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

.btn.btn-clear-round, a.btn.btn-clear-round {
	display: inline-block;
	background: #c9a975;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1;
	text-decoration: none;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 1px solid #c9a975;
	float: right;
	margin-right: .75em;
	margin-top: 1.5em;
}

.btn.btn-clear-round:hover, a.btn.btn-clear-round:hover {
	background: #353535;
	text-decoration: none;
	border: 1px solid #c9a975;
}

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

.btn.btn-clear-round i.fa, a.btn.btn-clear-round i.fa {
	position: relative;
	top: 23px;
	left: 23px;
	margin: auto auto;
}

.btn.btn-round-plus, a.btn.btn-round-plus {
	display: inline-block;
	background: #2369d3;
	color: #fff;
	font-size: 2em;
	text-decoration: none;
	padding: 30px 30px;
	border-radius: 50px;
	border: none;
	width: 90px;
	height: 90px;
	line-height: 1;
	position: relative;
	top: 68%;
	left: 1.2em;
}

.btn.btn-round-plus:hover, a.btn.btn-round-plus:hover {
	background: #fff;
	color: #2369d3;
	text-decoration: none;
}

.btn.btn-round-plus:active, a.btn.btn-round-plus:active {
	background: #1955a9;
	color: #fff;
	text-decoration: none;
}

.btn.btn-round-plus i.fa, a.btn.btn-round-plus i.fa {
	position: relative;
	margin: auto auto;
}

.btn.btn-white, a.btn.btn-white {
	display: inline-block;
	background: #fff;
	color: #101010;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 20px 38px 17px 38px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, .7);
	margin: 1.2em 0;
}

.btn.btn-white:hover, a.btn.btn-white:hover {
	background: #2369d3;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .9);
}

.btn.btn-white:active, a.btn.btn-white:active {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .9);
}

.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,
a.btn.btn-ltb-on-ltb {
  display: inline-block;
  background: rgba(35, 105, 211, 1);
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  text-decoration: none;
  padding: 18px 32px 15px 28px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-ltb-on-ltb:hover,
a.btn.btn-ltb-on-ltb:hover {
  background: rgba(255, 255, 255, 1);
  color: #2369d3;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn.btn-ltb-on-ltb:active,
a.btn.btn-ltb-on-ltb:active {
  background: #fff;
  color: #2369d3;
  text-decoration: none;
  border: 1px solid #2369d3;
}
.btn.btn-ltb-on-ltb i.fa,
a.btn.btn-ltb-on-ltb i.fa {
  position: relative;
  padding-left: 30px;
  color: #fff;
  top: 1px;
  margin-right: -10px;
}
.btn.btn-ltb-on-ltb:hover i.fa,
a.btn.btn-ltb-on-ltb:hover i.fa {
  color: #2369d3;
}
.btn.btn-ltb-on-ltb:active i.fa,
a.btn.btn-ltb-on-ltb:active i.fa {
  color: #2369d3;
}
 */
.btn.btn-ltb-on-ltb, a.btn.btn-ltb-on-ltb, .btn.btn-ltb-on-ltb:visited, a.btn.btn-ltb-on-ltb:visited {
	display: inline-block;
	background: #dcd5cb;
	color: #252525;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 18px 32px 15px 28px;
	border-radius: 50px;
	border: 1px solid #dcd5cb;
}

.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;
}

.btn.btn-feedback-red, a.btn.btn-feedback-red {
	display: inline-block;
	background: rgba(246, 0, 0, 1);
	color: #fff;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 18px 32px 15px 28px;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, .6);
}

.btn.btn-feedback-red:hover, a.btn.btn-feedback-red:hover {
	background: #fff;
	color: rgba(246, 0, 0, 1);
	text-decoration: none;
	border: 2px solid rgba(246, 0, 0, .3);
}

.btn.btn-feedback-red:active, a.btn.btn-feedback-red:active {
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 2px solid #888;
}

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

.btn.btn-feedback-red:hover i.fa, a.btn.btn-feedback-red:hover i.fa {
	color: #fff;
}

.btn.btn-feedback-red:active i.fa, a.btn.btn-feedback-red:active i.fa {
	color: rgba(246, 0, 0, 1);
}

/* 
figure.homepage > blockquote .btn.btn-ltb-on-ltb,
figure.homepage > blockquote a.btn.btn-ltb-on-ltb {
  display: inline-block;
  margin: 0;
  margin-top: 1.0em;
  margin-right: auto;
  margin-left: auto;
  background: rgba(35, 105, 211, 1);
  color: #fff;
  font-weight: 400;
  font-size: 0.8em;
  text-decoration: none;
  padding: 16px 28px 13px 26px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
figure.homepage > blockquote .btn.btn-ltb-on-ltb:hover,
figure.homepage > blockquote a.btn.btn-ltb-on-ltb:hover {
  background: rgba(255, 255, 255, 1);
  color: #2369d3;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
figure.homepage > blockquote .btn.btn-ltb-on-ltb:active,
figure.homepage > blockquote a.btn.btn-ltb-on-ltb:active {
  background: #fff;
  color: #2369d3;
  text-decoration: none;
  border: 1px solid #2369d3;
}
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: 22px;
  color: #fff;
  top: 1px;
  margin-right: 0;
}
figure.homepage > blockquote .btn.btn-ltb-on-ltb:hover i.fa,
figure.homepage > blockquote a.btn.btn-ltb-on-ltb:hover i.fa {
  color: #2369d3;
}
figure.homepage > blockquote .btn.btn-ltb-on-ltb:active i.fa,
figure.homepage > blockquote a.btn.btn-ltb-on-ltb:active i.fa {
  color: #2369d3;
}
*/
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 a.btn.btn-ltb-on-ltb, figure.homepage > blockquote .btn.btn-ltb-on-ltb:visited, 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: #dcd5cb;
	color: #252525;
	font-weight: 400;
	font-size: .8em;
	text-decoration: none;
	padding: 16px 26px 13px 26px;
	border-radius: 50px;
	border: none;
}

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: #fafafa;
	color: #353535;
	text-decoration: none;
}

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: #cbbfad;
	color: #202020;
	text-decoration: none;
}

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: 22px;
	color: #252525;
	top: 1px;
	margin-right: 0;
}

figure.homepage > blockquote .btn.btn-ltb-on-ltb:hover i.fa, figure.homepage > blockquote a.btn.btn-ltb-on-ltb:hover i.fa {
	color: #353535;
}

figure.homepage > blockquote .btn.btn-ltb-on-ltb:active i.fa, figure.homepage > blockquote a.btn.btn-ltb-on-ltb:active i.fa {
	color: #202020;
}

.btn.btn-round-play, a.btn.btn-round-play {
	display: inline-block;
	background: #fafafa;
	text-decoration: none;
	padding: 30px 30px;
	border-radius: 100%;
	border: 1px solid rgba(25, 25, 25, .5);
	width: 90px;
	height: 90px;
	line-height: 1;
	position: relative;
	top: 68%;
	left: 0;
}

.btn.btn-round-play.custom.move-right, a.btn.btn-round-play.custom.move-right {
	left: 10%;
}

.btn.btn-round-play:hover, a.btn.btn-round-play:hover {
	background: #303030;
	border: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
}

.btn.btn-round-play:active, a.btn.btn-round-play:active {
	background: #151515;
	border: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
}

.btn.btn-round-play i.fa, a.btn.btn-round-play i.fa {
	position: relative;
	margin: auto auto;
	top: 6px;
	left: 10px;
	padding: 8px 8px 8px 8px;
}

div.half .btn.btn-round-play, div.half a.btn.btn-round-play {
	display: inline-block;
	padding: 26px 26px;
	width: 74px;
	height: 74px;
	line-height: 1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.half .btn.btn-round-play.custom.move-right, div.half a.btn.btn-round-play.custom.move-right {
	left: 20%;
}

@media only screen and (max-width: 900px) {
	.btn.btn-round-play, a.btn.btn-round-play {
		display: inline-block;
		padding: 26px 26px;
		width: 74px;
		height: 74px;
		line-height: 1;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.btn.btn-round-play.custom.move-right, a.btn.btn-round-play.custom.move-right {
		left: 20%;
	}
	
	.btn.btn-round-play i.fa, a.btn.btn-round-play i.fa {
		top: 4px;
		left: 5px;
	}
}

div.half .btn.btn-round-play i.fa, div.half a.btn.btn-round-play i.fa {
	position: relative;
	margin: auto auto;
	top: 4px;
	left: 5px;
	padding: 8px 8px 8px 8px;
}

@media only screen and (max-width: 800px) {
	.btn.btn-round-plus, a.btn.btn-round-plus {
		display: inline-block;
		padding: 26px 26px;
		width: 74px;
		height: 74px;
		line-height: 1;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width: 600px) {
	.two-thirds-inner-top-left {
		grid-column: span 4;
		padding: 0;
	}
	
	.pages-news
    div.two-thirds
    div.two-thirds-inner-top
    div.two-thirds-inner-top-left
    h2.article-subtitle, .pages-news
    div.two-thirdsb
    div.two-thirds-inner-top
    div.two-thirds-inner-top-left
    h2.article-subtitle {
		padding: .2em 0em .3em 0em;
	}
	
	.two-thirds-inner-top-right {
		grid-column: span 4;
		padding: 0;
	}
	
	.btn.btn-clear-round, a.btn.btn-clear-round {
		display: block;
		font-size: 1.1em;
		line-height: 1;
		color: #252525;
		float: left;
		min-width: 190px;
		max-height: 62px;
		text-decoration: none;
		padding: 23px 38px 17px 38px;
		border-radius: 50px;
		margin: 0;
		margin-top: 1.2em;
		margin-bottom: 1.1em;
	}
	
	.btn.btn-clear-round:hover, a.btn.btn-clear-round:hover {
		color: #fafafa;
	}
	
	.btn.btn-clear-round:active, a.btn.btn-clear-round:active {
		color: #252525;
	}
	
	.btn.btn-clear-round i.fa, a.btn.btn-clear-round i.fa {
		display: inline;
		position: relative;
		float: right;
		font-size: 1.2em;
		top: -23px;
		left: 15px;
		margin: 0;
		margin-right: .25em;
	}
	
	.btn.hide-in-600, a.btn.hide-in-600 {
		display: none;
	}
	
	.btn-bluesm, a.btn-bluesm {
		margin-right: .2em;
		margin-left: .2em;
		margin-bottom: .8em;
	}
	
	.adjustformobile {
		text-align: center !important;
	}
}

.third-adjusted {
	margin-left: 0 !important;
	width: 100% !important;
}

@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-news, a.btn.btn-news {
		font-weight: 400;
		font-size: 1em;
		padding: 12px 25px 9px 25px;
	}
	
	.btn .btn-video, a.btn .btn-video {
		margin: 20px auto;
		border: 1px solid transparent;
		border-radius: 50px;
		padding: 23px 31px 18px 32px;
		font-size: 1.1em;
		position: relative;
		color: #fff;
	}
	
	.btn .btn-video::before, a.btn .btn-video::before {
		transition: all .3s;
		content: "";
		border-radius: 50px;
		border: 1px solid transparent;
		width: 59px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.btn .btn-video i.fa, a.btn .btn-video i.fa {
		padding-right: 40px;
		transition: .3s;
	}
	
	.btn .btn-video i.fa::before, a.btn .btn-video i.fa::before {
		font-size: 1.2em;
		position: relative;
		top: 2px;
		left: -4px;
	}
	
	.btn .btn-video:hover i.fa, a.btn .btn-video:hover i.fa {
		color: #fff;
		padding-right: 15px;
		transition: .3s;
	}
	
	.btn.btn-clear, a.btn.btn-clear {
		font-weight: 400;
		font-size: .95em;
		padding: 16px 27px 13px 24px;
		margin: 1em 0;
	}
	
	.btn.btn-clear i.fa, a.btn.btn-clear i.fa {
		position: relative;
		padding-left: 20px;
		top: 1px;
		margin-right: -5px;
	}
	
	.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: #2369d3;
    color: #fff;
    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: none;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 0;
    transition: 0.4s;
  }
  .accordion h5 {
    display: inline-flex;
    justify-self: start;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 7px;
    order: 2;
  }
  .active,
  .accordion:hover {
    background-color: #fff;
    color: #101010;
    border-radius: 12px 12px 12px 12px;
  }
  .panel {
    position: relative;
    top: -12px;
    padding: 0em 19em 0em 11em;
    color: #101010 !important;
    background-color: #fff;
    max-height: 0;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
  .accordion.active:first-child {
    margin-top: -42px;
  }
  .panel p {
    color: #101010 !important;
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 1em;
  }
  .panel p a,
  .panel p a:visited {
    color: #2369d3 !important;
    text-decoration: none;
  }
  .panel p a:hover,
  .panel p a:active {
    color: #101010 !important;
    text-decoration: none;
  }
  .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: rgba(35, 105, 211, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 22px;
    transition: 0.4s ease-out;
    order: 1;
  }
  .accordion:hover i.fa.fa-plus {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(35, 105, 211, 1);
    border: 1px solid rgba(35, 105, 211, 1);
    transition: 0.4s ease-out;
  }
  .active i.fa.fa-plus {
    display: none;
    justify-self: start;
  }
  .accordion i.fa.fa-minus {
    display: none;
    justify-self: start;
    position: relative;
    top: 0;
    font-size: 1rem;
    margin-right: 70px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(35, 105, 211, 1);
    border: 1px solid rgba(35, 105, 211, 1);
    border-radius: 50%;
    padding: 22px;
    order: 1;
  }
  .active i.fa.fa-minus {
    display: inline-flex;
    justify-self: start;
  }
}
@media only screen and (max-width: 1150px) {
  .panel {
    padding: 0em 8em 0em 11em;
  }
}
@media only screen and (max-width: 800px) {
  .accordion {
    display: inline-flex;
    align-items: center;
    background-color: #2369d3;
    color: #fff;
    cursor: pointer;
    padding: 2em 1.5em 1.8em 1.5em;
    width: 100%;
    border: none;
    border-radius: 12px 12px 12px 12px;
    text-align: left;
    outline: none;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 0;
    transition: 0.4s;
  }
  .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;
  }
  .active,
  .accordion:hover {
    background-color: #fff;
    color: #101010;
    border-radius: 12px 12px 12px 12px;
  }
  .panel {
    position: relative;
    top: -12px;
    padding: 0em 1.9em 0em 2em;
    color: #101010 !important;
    background-color: #fff;
    max-height: 0;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
  .accordion.active:first-child {
    margin-top: -42px;
  }
  .panel p {
    color: #101010 !important;
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: -0.75em;
  }
  .accordion i.fa.fa-plus {
    display: inline-flex;
    justify-self: end;
    position: relative;
    top: 0;
    font-size: 0.8rem;
    margin-right: 0;
    margin-left: auto;
    color: rgba(35, 105, 211, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 14px;
    transition: 0.4s ease-out;
    order: 2;
  }
  .accordion:hover i.fa.fa-plus {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(35, 105, 211, 1);
    border: 1px solid rgba(35, 105, 211, 1);
    transition: 0.4s ease-out;
  }
  .active i.fa.fa-plus {
    display: none;
    justify-self: end;
  }
  .accordion i.fa.fa-minus {
    display: none;
    justify-self: end;
    position: relative;
    top: 0;
    font-size: 0.8rem;
    margin-right: 0;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(35, 105, 211, 1);
    border: 1px solid rgba(35, 105, 211, 1);
    border-radius: 50%;
    padding: 14px;
    order: 2;
  }
  .active i.fa.fa-minus {
    display: inline-flex;
    justify-self: end;
    float: right;
  }
}

*/
@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: none;
		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;
	}
	
	.active, .accordion:hover {
		background-color: #fafafa;
		color: #303030;
		border-radius: 12px 12px 12px 12px;
	}
	
	.panel {
		position: relative;
		top: -12px;
		padding: 0em 19em 0em 11em;
		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;
	}
	
	.accordion.active:first-child {
		margin-top: -42px;
	}
	
	.panel p {
		color: #303030 !important;
		font-size: 1.1em;
		font-weight: 500;
		margin-top: 1em;
	}
	
	.panel p a, .panel p a:visited, .panel ul li a, .panel ul li a:visited {
		color: #d6b682 !important;
		text-decoration: none;
	}
	
	.panel p a:hover, .panel p a:active, .panel ul li a:hover, .panel ul li a:active {
		color: #101010 !important;
		text-decoration: none;
	}
	
	.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;
	}
	
	.active i.fa.fa-plus {
		display: none;
		justify-self: start;
	}
	
	.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;
	}
	
	.active i.fa.fa-minus {
		display: inline-flex;
		justify-self: start;
	}
}

@media only screen and (max-width:1150px) {
	.panel {
		padding: 0em 8em 0em 11em;
	}
}

@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: none;
		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;
	}
	
	.active, .accordion:hover {
		background-color: #fafafa;
		color: #303030;
		border-radius: 12px 12px 12px 12px;
	}
	
	.panel {
		position: relative;
		top: -12px;
		padding: 0em 1.9em 0em 2em;
		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;
	}
	
	.accordion.active:first-child {
		margin-top: -42px;
	}
	
	.panel p {
		color: #303030 !important;
		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;
	}
	
	.active i.fa.fa-plus {
		display: none;
		justify-self: end;
	}
	
	.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;
	}
	
	.active i.fa.fa-minus {
		display: inline-flex;
		justify-self: end;
		float: right;
	}
}

.update {
	color: rgba(255, 205, 0, 1) !important;
}

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

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

.clear-margins {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.modal1, .modal2, .modaltest01, .modaltest02, .modaltest03, .modaltest04, .modaltest05, .modaltest06, .modaltest07, .modaltest08, .modaltest09, .modalEmbury, .modalGregNeinstein, .modalJeffNeinstein, .modalLeto, .modalLeith, .modalKoumarelas {
	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:hover, .close:focus {
	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: 0em 10em 0em 7em;
	background-color: #fff;
	color: gray;
	width: 85%;
}

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

div.modal-body-inner div.review div.reviewname {
	color: #aaa;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0em 0em 0em 0em;
}

div.modal-body-inner div.review div.reviewcaption {
	color: #101010;
	font-size: 1.35em;
	font-weight: 400;
	padding: 1em 3em 0em 0em;
}

div.modal-body-inner div.review div.reviewname img.icon-quote {
	display: block;
	position: relative;
	width: 54px;
	height: auto;
	top: -32px;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: auto;
}

@media only screen and (max-width: 1400px) {
	.modal-body-inner {
		display: block;
		padding: 2.5em 3.5em 0em 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 0em 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: 0em 0em 1.5em 0em;
		padding: 0em 0em 0em 0em;
	}
	
	div.modal-body-inner div.review div.reviewname {
		font-size: 1em;
		font-weight: 400;
		padding: 0em 0em 0em 0em;
	}
	
	div.modal-body-inner div.review div.reviewcaption {
		font-size: 1.1em;
		padding: 0em 0em 0em 0em;
	}
	
	div.modal-body-inner div.review div.reviewname img.icon-quote {
		display: block;
		position: relative;
		width: 44px;
		height: auto;
		top: -32px;
		margin-top: .5em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-left: auto;
	}
}

.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;
}

.vline {
	font-family: "TT Commons";
	font-weight: 400;
	font-style: normal;
	font-size: 1.3em;
	line-height: 2.8;
	padding: 0 16px 0 4px;
	color: #bbb;
}

@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: 500;
	}
}

img.icon-square {
	width: 44px;
	height: 44px;
	margin-top: 24px;
}

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;
}

img.icon-newsblog {
	width: 60px;
	height: auto;
	margin-top: 80px;
	margin-right: 10px;
}

img.icon-newsblog, h1.resetpadding {
	display: inline !important;
}

h1.resetpadding {
	margin-top: -22px !important;
}

@media only screen and (max-width: 800px) {
	img.icon-newsblog {
		width: 50px;
		height: auto;
		margin-top: 50px;
		margin-right: 10px;
	}
}

.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-cancel, a.btn-modal-cancel {
	display: inline;
	background: rgba(255, 255, 255, 1);
	color: #202020;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 130%;
	padding: 17px 28px 14px 28px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid rgba(35, 105, 211, 0);
	margin-right: .75em;
	margin-bottom: 1.25em;
}

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

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

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

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

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

.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: none;
	position: relative;
	top: 6px;
	left: 97%;
	transition: .2s;
	cursor: pointer;
	text-decoration: none;
}

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

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

.btn-modal-close.closetest01 i.fa, .btn-modal-close.closetest02 i.fa, .btn-modal-close.closetest03 i.fa, .btn-modal-close.closetest04 i.fa, .btn-modal-close.closetest05 i.fa, .btn-modal-close.closetest06 i.fa, .btn-modal-close.closetest07 i.fa, .btn-modal-close.closetest08 i.fa, .btn-modal-close.closetest09 i.fa {
	font-size: 1.3em;
	color: #fff;
	background: #2369d3;
	border: 1px solid #2369d3;
	padding: 16px 16px 16px 16px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	outline: none;
	position: relative;
	top: 10px;
	left: 95%;
	transition: .2s;
	cursor: pointer;
	text-decoration: none;
}

.btn-modal-close.closetest01:hover i.fa, .btn-modal-close.closetest02:hover i.fa, .btn-modal-close.closetest03:hover i.fa, .btn-modal-close.closetest04:hover i.fa, .btn-modal-close.closetest05:hover i.fa, .btn-modal-close.closetest06:hover i.fa, .btn-modal-close.closetest07:hover i.fa, .btn-modal-close.closetest08:hover i.fa, .btn-modal-close.closetest09:hover i.fa {
	color: #2369d3;
	background: #fff;
	border: 1px solid #2369d3;
	outline: none;
	transition: .2s;
	cursor: pointer;
	text-decoration: none;
}

.btn-modal-close.closetest01:active i.fa, .btn-modal-close.closetest02:active i.fa, .btn-modal-close.closetest03:active i.fa, .btn-modal-close.closetest04:active i.fa, .btn-modal-close.closetest05:active i.fa, .btn-modal-close.closetest06:active i.fa, .btn-modal-close.closetest07:active i.fa, .btn-modal-close.closetest08:active i.fa, .btn-modal-close.closetest09:active i.fa {
	color: #fff;
	background: #909090;
	border: 1px solid #909090;
	outline: none;
	transition: .1s;
	cursor: pointer;
	text-decoration: none;
}

@media only screen and (max-width: 900px) {
	.btn-modal-close.closetest01 i.fa, .btn-modal-close.closetest02 i.fa, .btn-modal-close.closetest03 i.fa, .btn-modal-close.closetest04 i.fa, .btn-modal-close.closetest05 i.fa, .btn-modal-close.closetest06 i.fa, .btn-modal-close.closetest07 i.fa, .btn-modal-close.closetest08 i.fa, .btn-modal-close.closetest09 i.fa {
		position: relative;
		top: 10px;
		left: 92%;
	}
}

input[type="text"], input[type="phone"], input[type="tel"], input[type="email"], input[type="date"], 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 .25s ease-in-out;
	outline: none;
}

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

select:focus {
	box-shadow: 0 0 6px rgba(145, 180, 233, .5) !important;
	outline: none;
	transition: all .25s 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;
}

div.vline-right {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

@media only screen and (min-width: 800px) {
	.lessthan800 {
		display: none;
	}
	
	.morethan800 {
		display: inline;
	}
}

@media only screen and (max-width: 800px) {
	.lessthan800 {
		display: inline;
	}
	
	.morethan800 {
		display: none;
	}
	
	div.vline-right {
		border-right: none;
	}
}

input[value=""] {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/optionaltext.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

textarea[value=""] {
	background: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/optionaltext.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

.parts-video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.parts-video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.aic {
	align-items: center !important;
}

@media only screen and (min-width: 901px) {
	div.two-thirdsb.adjust-v-padding-left {
		padding-top: 6em;
		padding-bottom: 6em;
	}
	
	div.one-thirdb.adjust-v-padding-right {
		padding-top: 10.3em;
	}
}

@media only screen and (max-width: 900px) {
	div.two-thirdsb.adjust-v-padding-left {
		padding-top: 3.5em;
	}
	
	div.one-thirdb.adjust-v-padding-right {
		padding-top: 6em;
	}
}

.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%;
}

.pages-inner div.half-post {
	grid-column: span 6;
	padding: 0;
	margin-bottom: 3em;
}

.pages-inner div.half-post:last-child {
	margin-bottom: .25em;
}

.half-inner-posts {
	display: grid;
	grid-column-gap: 0em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
	background-color: #202020;
	border-radius: 10px 10px 10px 10px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .1);
}

.half-inner-posts-left {
	grid-column: span 4;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.half-inner-posts-middle {
	grid-column: span 6;
	padding: 2.4em 1.5em 1.5em 1.75em;
	height: 250px;
	align-items: center;
}

.half-inner-posts-middle i.fa.fa-caret-right {
	align-items: center;
}

.half-inner-posts-middle h2.article-subtitle {
	color: #fff;
	font-size: 1.425em !important;
	line-height: 1.2;
	padding: 0;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.half-inner-posts-middle p.faded {
	font-size: 1em;
	line-height: 1.2;
	color: rgba(255, 255, 255, .75);
	padding: 0;
	padding: 0em 0em .5em 0em !important;
}

.half-inner-posts-middle p.faded a, .half-inner-posts-middle p.faded a:visited {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.half-inner-posts-middle p.faded a:hover, .half-inner-posts-middle p.faded a:active {
	color: rgba(255, 255, 255, .95);
	text-decoration: none;
}

.half-inner-posts-right {
	grid-column: span 2;
	padding: 0em .25em 1em 1em;
}

@media screen and (max-width: 1100px) {
	.pages-inner div.half-post {
		grid-column: span 12;
		padding: 0;
	}
	
	.half-inner-posts {
		display: grid;
		grid-column-gap: 0em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
		background-color: rgba(0, 32, 56, 1);
		border-radius: 10px 10px 10px 10px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .1);
	}
	
	.half-inner-posts-left {
		grid-column: span 12;
		padding: 0;
		width: 100%;
		height: 210px;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		order: 3;
	}
	
	.half-inner-posts-middle {
		grid-column: span 9;
		padding: 2.4em 1em 0em 1.75em;
		height: auto;
		order: 1;
	}
	
	.half-inner-posts-middle h2.article-subtitle {
		padding: 0;
		padding-top: 15px;
		padding-bottom: 25px;
	}
	
	.half-inner-posts-middle p.faded {
		font-size: 1em;
		line-height: 1.2;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: 0em 0em .5em 0em !important;
	}
	
	.half-inner-posts-right {
		grid-column: span 3;
		padding: 0em .25em 1em 1em;
		order: 2;
	}
}

@media screen and (max-width: 600px) {
	.pages-inner div.half-post {
		grid-column: span 6;
		padding: 0;
	}
	
	.half-inner-posts {
		display: grid;
		grid-column-gap: 0em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
		background-color: rgba(0, 32, 56, 1);
		border-radius: 10px 10px 10px 10px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .1);
	}
	
	.half-inner-posts-left {
		grid-column: span 6;
		padding: 0;
		width: 100%;
		max-height: 210px;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		order: 3;
	}
	
	.half-inner-posts-middle {
		grid-column: span 6;
		padding: 2.3em 1.5em 0em 1.5em;
		height: auto;
		order: 1;
	}
	
	.half-inner-posts-middle h2.article-subtitle {
		padding: 0;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	
	.half-inner-posts-right {
		grid-column: span 6;
		padding: 0em 1em 1em 1.5em;
		order: 2;
	}
}

.pages-news div.two-thirds-post {
	grid-column: span 6;
	padding: 0;
	margin-bottom: 3em;
}

.pages-news div.two-thirds-post:last-child {
	margin-bottom: .25em;
}

.two-thirds-post {
	display: grid;
	grid-column-gap: 0em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
	background-color: #202020;
	border-radius: 10px 10px 10px 10px;
	align-items: center;
	border: 1px solid #202020;
}

.two-thirds-post-left {
	grid-column: span 4;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.two-thirds-post-middle {
	grid-column: span 6;
	padding: 2.4em 1.5em 1.5em 1.75em;
	height: auto;
	align-items: center;
}

.two-thirds-post-middle i.fa.fa-caret-right {
	font-size: .95em;
	position: relative;
	top: 1px;
	margin-right: 8px;
	margin-left: 9px;
	align-items: center;
}

.two-thirds-post-middle h2.article-subtitle {
	color: #fff;
	font-size: 1.425em !important;
	line-height: 1.2;
	padding: 0;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.two-thirds-post-middle p.faded {
	font-size: 1em;
	line-height: 1.2;
	color: rgba(255, 255, 255, .75);
	padding: 0;
	padding: 0em 0em .5em 0em !important;
}

.two-thirds-post-middle p.faded a, .two-thirds-post-middle p.faded a:visited {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.two-thirds-post-middle p.faded a:hover, .two-thirds-post-middle p.faded a:active {
	color: rgba(255, 255, 255, .95);
	text-decoration: none;
}

.two-thirds-post-right {
	grid-column: span 2;
	padding: 0em .25em 1em 1em;
}

@media screen and (max-width: 1100px) {
	.pages-news div.two-thirds-post {
		grid-column: span 12;
		padding: 0;
	}
	
	.two-thirds-post {
		display: grid;
		grid-column-gap: 0em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
		background-color: rgba(0, 23, 43, 1);
		border-radius: 10px 10px 10px 10px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .1);
	}
	
	.two-thirds-post-left {
		grid-column: span 12;
		padding: 0;
		width: 100%;
		height: 210px;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		order: 3;
	}
	
	.two-thirds-post-middle {
		grid-column: span 9;
		padding: 2.4em 1em 0em 1.75em;
		height: auto;
		order: 1;
	}
	
	.two-thirds-post-middle h2.article-subtitle {
		padding: 0;
		padding-top: 15px !important;
		padding-bottom: 25px !important;
	}
	
	.two-thirds-post-middle p.faded {
		font-size: 1em;
		line-height: 1.2;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: 0em 0em .5em 0em !important;
	}
	
	.two-thirds-post-right {
		grid-column: span 3;
		padding: 0em .25em 1em 1em;
		order: 2;
	}
}

@media screen and (max-width: 600px) {
	.pages-news div.two-thirds-post {
		grid-column: span 6;
		padding: 0;
	}
	
	.two-thirds-post {
		display: grid;
		grid-column-gap: 0em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
		background-color: rgba(0, 23, 43, 1);
		border-radius: 10px 10px 10px 10px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .1);
	}
	
	.two-thirds-post-left {
		grid-column: span 6;
		padding: 0;
		width: 100%;
		max-height: 100%;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		order: 3;
	}
	
	.two-thirds-post-middle {
		grid-column: span 6;
		padding: 2.3em 1.5em 0em 1.5em;
		height: auto;
		order: 1;
	}
	
	.two-thirds-post-middle h2.article-subtitle {
		padding: 0;
		padding-top: 15px !important;
		padding-bottom: 5px !important;
	}
	
	.two-thirds-post-middle p.faded {
		font-size: 1em;
		line-height: 1.2;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: 0em 0em .5em 0em !important;
	}
	
	.two-thirds-post-right {
		grid-column: span 6;
		padding: 0em 1em 1em 1.5em;
		order: 2;
	}
}

.pages-inner div.fullw-post {
	grid-column: span 12;
	padding: 0;
	margin-bottom: 2.25em;
}

.pages-inner div.fullw-post:last-child {
	margin-bottom: .25em;
}

.fullw-inner-posts {
	display: grid;
	grid-column-gap: 0em;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding: 0;
	background-color: #303030;
	border-radius: 10px 10px 10px 10px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .1);
}

.fullw-inner-posts-left {
	grid-column: span 3;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.fullw-inner-posts-middle {
	grid-column: span 7;
	padding: 2.3em 1.5em 1.5em 1.75em;
	height: auto;
	align-items: center;
}

.fullw-inner-posts-middle i.fa.fa-caret-right {
	font-size: .95em;
	position: relative;
	top: 1px;
	margin-right: 8px;
	margin-left: 9px;
	align-items: center;
}

.fullw-inner-posts-middle h2.article-subtitle {
	color: #fff;
	font-size: 1.6em !important;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.fullw-inner-posts-middle p {
	font-size: 1.1em;
	line-height: 1.3;
	color: rgba(255, 255, 255, .75);
	padding: 0;
	padding: .5em .5em 1em 0em !important;
}

.fullw-inner-posts-middle p.faded {
	font-size: 1em;
	line-height: 1.2;
	color: rgba(255, 255, 255, .75);
	padding: 0;
	padding: .5em 0em .5em 0em !important;
}

.fullw-inner-posts-middle p.faded a, .fullw-inner-posts-middle p.faded a:visited {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.fullw-inner-posts-middle p.faded a:hover, .fullw-inner-posts-middle p.faded a:active {
	color: rgba(255, 255, 255, .95);
	text-decoration: none;
}

.fullw-inner-posts-right {
	grid-column: span 2;
	padding: 0em 1.5em 1em 1em;
}

.fullw-inner-posts-right a.btn {
	margin-top: .5em !important;
}

@media screen and (max-width: 1100px) {
	.pages-inner div.fullw-post {
		grid-column: span 12;
		padding: 0;
	}
	
	.fullw-inner-posts {
		display: grid;
		grid-column-gap: 0em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
		background-color: rgba(0, 32, 56, 1);
		border-radius: 10px 10px 10px 10px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .1);
	}
	
	.fullw-inner-posts-left {
		grid-column: span 12;
		padding: 0;
		width: 100%;
		height: 210px;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		order: 3;
	}
	
	.fullw-inner-posts-middle {
		grid-column: span 9;
		padding: 2.25em 1em 0em 1.75em;
		height: auto;
		order: 1;
	}
	
	.fullw-inner-posts-middle h2.article-subtitle {
		color: #fff;
		font-size: 1.6em !important;
		font-weight: 500;
		line-height: 1.2;
		padding: 0;
		margin: 0;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.fullw-inner-posts-middle p {
		font-size: 1.05em;
		line-height: 1.3;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: .25em .5em 2em 0em !important;
		margin-top: 0;
	}
	
	.fullw-inner-posts-middle p.faded {
		font-size: 1em;
		line-height: 1.2;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: .5em 0em .5em 0em !important;
	}
	
	.fullw-inner-posts-right {
		grid-column: span 3;
		padding: 0em 1.5em 1em 1em;
		order: 2;
	}
	
	.fullw-inner-posts-right a.btn {
		margin-top: .45em !important;
	}
}

@media screen and (max-width: 600px) {
	.pages-inner div.fullw-post {
		grid-column: span 6;
		padding: 0;
	}
	
	.fullw-inner-posts {
		display: grid;
		grid-column-gap: 0em;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
		background-color: rgba(0, 32, 56, 1);
		border-radius: 10px 10px 10px 10px;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .1);
	}
	
	.fullw-inner-posts-left {
		grid-column: span 6;
		padding: 0;
		width: 100%;
		max-height: 210px;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		order: 3;
	}
	
	.fullw-inner-posts-middle {
		grid-column: span 6;
		padding: 1.5em 1.5em 0em 1.5em;
		height: auto;
		order: 1;
	}
	
	.fullw-inner-posts-middle h2.article-subtitle {
		color: #fff;
		font-size: 1.6em !important;
		font-weight: 500;
		line-height: 1.2;
		padding: 0;
		margin: 0;
		padding-top: 17px !important;
		padding-bottom: 0px !important;
	}
	
	.fullw-inner-posts-middle p {
		font-size: 1em;
		line-height: 1.3;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: 0em .5em 1.5em 0em !important;
		margin-top: 10px;
	}
	
	.fullw-inner-posts-middle p.faded {
		font-size: 1em;
		line-height: 1.2;
		color: rgba(255, 255, 255, .75);
		padding: 0;
		padding: .5em 0em .5em 0em !important;
	}
	
	.fullw-inner-posts-right {
		grid-column: span 6;
		padding: 0em 1.5em 1em 1.5em;
		order: 2;
	}
	
	.fullw-inner-posts-right a.btn {
		margin-top: .15em !important;
	}
}

div.two-thirdsb p.faded i.fa.fa-caret-right {
	font-size: .95em;
	position: relative;
	top: 1px;
	margin-right: 8px;
	margin-left: 9px;
	align-items: center;
}

.btn.btn-bluelt-form, a.btn.btn-bluelt-form {
	display: inline-block;
	background: rgba(35, 105, 211, 1);
	color: #fff;
	font-weight: 400;
	font-size: .9em !important;
	text-decoration: none;
	padding: 18px 31px 17px 25px;
	border-radius: 50px;
	border: 1px solid rgba(35, 105, 211, 0);
	margin-top: 1em;
	margin-bottom: .75em;
}

.btn.btn-bluelt-form:hover, a.btn.btn-bluelt-form:hover {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .7);
}

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

.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;
	}
}

@media only screen and (max-width: 1100px) {
	div.pages-inner.bg-dk-blue.seeya {
		display: none;
	}
	
	div.pages-inner.bg-md-blue.seeya {
		display: none;
	}
}

.podcast-surround {
	background: rgba(255, 255, 255, .75);
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 1em;
	padding: 1.75em 1.75em 1.75em 1.75em;
	margin-bottom: 1.5em;
}

h3.stayasis a, h3.stayasis a:visited {
	color: #252525;
	text-decoration: none !important;
}

h3.stayasis a:hover, h3.stayasis a:active {
	color: #252525;
	text-decoration: none !important;
}

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

div.two-thirdsb div.inner-white ul.dark-on-light {
	list-style-image: url("https://cdn-ileaomc.nitrocdn.com/fUworztndjVUzJpHLPLamOCpzQlXwSoh/assets/images/optimized/rev-18a126a/neinstein.com/assets/theme/img/dash-dark.png") !important;
	margin: .5em 0 .1em 1.4em;
}

div.two-thirdsb div.inner-white ul.dark-on-light li {
	margin: 6px 0;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.2;
	color: rgba(0, 0, 0, .8);
}

div.two-thirdsb div.inner-white a, div.two-thirdsb div.inner-white a:visited, div.two-thirdsb div.inner-white p a, div.two-thirdsb div.inner-white p a:visited {
	color: #2369d3;
}

div.two-thirdsb div.inner-white a:hover, div.two-thirdsb div.inner-white p a:hover {
	color: #909090;
}

div.two-thirdsb div.inner-white a:active, div.two-thirdsb div.inner-white a:focus, div.two-thirdsb div.inner-white p a:active, div.two-thirdsb div.inner-white p a:focus {
	color: #202020;
}

div.panel.panel-faq p, div.panel.panel-faq ul, div.panel.panel-faq ul li, div.panel.panel-faq ul li a, div.panel.panel-faq ol, div.panel.panel-faq ol li, div.panel.panel-faq ol li a {
	font-size: 1.075em !important;
	font-weight: 400 !important;
}

div.panel.panel-faq p, div.panel.panel-faq ul, div.panel.panel-faq ul li, div.panel.panel-faq ol, div.panel.panel-faq ol li {
	color: #202020;
	padding-left: 6px !important;
}

div.panel.panel-faq ul li, div.panel.panel-faq ol li {
	padding-left: 6px !important;
}

div.panel.panel-faq p a, div.panel.panel-faq p a:visited, div.panel.panel-faq ul li a, div.panel.panel-faq ul li a:visited, div.panel.panel-faq ol li a, div.panel.panel-faq ol li a:visited {
	color: #2369d3;
	text-decoration: underline;
}

div.panel.panel-faq p a:hover, div.panel.panel-faq ul li a:hover, div.panel.panel-faq ol li a:hover {
	color: #101010;
	text-decoration: underline;
}

div.panel.panel-faq p a:active, div.panel.panel-faq ul li a:active, div.panel.panel-faq ol li a:active {
	color: #909090;
	text-decoration: none;
}

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

* 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;
}

h3.homepage {
	font-size: 3em;
	font-weight: 600;
	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;
	}
}

.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: 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;
	}
}
