
/*
Theme Name: Scholle Law
Version: 1.0.3
*/

/* ===== BASIC STYLES ===== */
* {
	-webkit-font-smoothing: antialiased;
	transition: color .3s linear;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: background .5s linear;
	-moz-transition: background .5s linear;
	-webkit-transition: background .5s linear;
	transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
}

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

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 20px;
}

h1 {
	font-size: 62px;
	line-height: 68px;
	margin: 0 0 40px;
	font-family: "DM Serif Display", serif;
	font-weight: 700;
	color: #09436b;
}

h2 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 20px;
	color: #f7962a;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
	font-weight: 700;
	color: #06283f;
}

h4 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
	font-weight: 700;
	color: #06283f;
}

h5 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
	font-weight: 700;
	color: #06283f;
}

p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin: 0 0 24px 0px;
}

p:last-child {
	margin: 0;
}

ul {
	padding: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}

ol {
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}

ul li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 0 20px 10px;
}

ol li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 0 10px 20px;
}

#main #primary ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0px;
	margin: 11px 0 0;
	top: 1px;
	border-radius: 100%;
	display: none;
}

blockquote {
	border-left: 0px;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	padding: 0;
	color: #09436b;
	text-align: left;
	font-size: 33px;
	line-height: 54px;
	font-weight: 400;
	font-family: "DM Serif Display", serif;
}

blockquote:before {
	content: none;
}

blockquote p {
	border-left: 0px;
	color: #09436b;
	text-align: left;
	font-size: 33px;
	line-height: 54px;
	font-weight: 400;
	font-family: "DM Serif Display", serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, input:focus, textarea:focus, button:focus, .slick-slide:focus {
	outline: 0;
}

.button {
	position: relative;
	margin: 0 auto;
	color: #fff !important;
	background: #09436b;
	display: table;
	padding: 30px 40px;
	/* font-size: 16px; */
	font-size: 20px;
	letter-spacing: 0;
	width: auto;
	height: 77px;
	/* line-height: 30px; */
	line-height: normal;
	overflow: visible;
	text-decoration: none !important;
	border: 0px;
	text-align: center;
	border-radius: 0px;
	font-weight: 400;
	transition: background .1s linear;
	-moz-transition: background .1s linear;
	-webkit-transition: background .1s linear;
}

.button em {
	display: block;
	font-style: normal;
	color: #fff;
	letter-spacing: .02em;
	font-weight: 300;
	text-transform: uppercase;
}

.button strong {
	font-size: 30px;
	display: block;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

b, strong {
	font-weight: 700;
}

#page {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.container {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1820px;
}

.content-block {
	position: relative;
	clear: both;
	width: 100%;
}

.content-row {
	position: relative;
	clear: both;
	width: 100%;
}

@media (max-width: 1299px) {
	p {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	#masthead {
		height: auto !important;
	}
	
	.home #masthead {
		z-index: 2;
		height: 468px !important;
		margin: 0 0 108px;
	}
}

.page-template-page-results-php #masthead {
	height: 120px;
}

.page-template-page-results-php #banner {
	display: none;
}

.page-template-page-results-php #banner-text {
	display: none;
}

/* ===== ALIGNMENT ===== */
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

/* ===== HEADER ===== */
#masthead {
	width: 100%;
	position: relative;
	padding: 0;
}

@media (max-width: 767px) {
	.home #masthead {
		z-index: 2;
		margin: 0 0 180px;
		background: none;
	}
}

/* ===== MOBILE HEADER ===== */
#header-mobile {
	border: 0px;
	height: 89px;
	margin: 0;
	position: relative;
	border-radius: 0px;
	z-index: 999;
	width: 100%;
	top: 0;
	background: #fff;
}

#logo-mobile {
	height: 89px;
	line-height: 84px;
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 190px;
	padding: 0 20px 0 30px;
}

#logo-mobile a {
	width: 100%;
	height: 89px;
	line-height: 84px;
	display: inline-block;
	text-align: left;
}

#logo-mobile img {
	margin: 0;
	display: inline-block;
	max-width: 188px;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}

#mobile-phone {
	width: 290px;
	position: absolute;
	top: 0px;
	right: 110px;
	padding: 10px 0 0 0;
	height: 89px;
	line-height: 1;
}

#mobile-phone .phone-number {
	margin: 0;
	text-align: left;
	color: #fff;
	font-weight: 400;
	padding: 0;
	line-height: 1;
}

#mobile-phone .phone-number strong {
	display: block;
	font-size: 22px;
	color: #f7962a;
	font-weight: 700;
	letter-spacing: .03em;
	margin: 0;
	text-transform: uppercase;
}

#mobile-phone .phone-number a {
	color: #06283f;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	display: block;
	letter-spacing: 0;
	font-family: "DM Serif Display", serif;
}

#mobile-toggle {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: lowercase;
	width: 103px;
	height: 89px;
	background: #f7962a;
	text-align: center;
	padding: 42px 0 0;
	margin: 0;
	border-radius: 0px;
	cursor: pointer;
	z-index: 999;
	border: 0px;
	top: 0;
	right: 0;
	position: absolute;
}

#mobile-toggle .brand {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	letter-spacing: .05em;
	position: absolute;
	top: 16px;
	left: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "DM Serif Display", serif;
}

#mobile-toggle .icon-bar {
	background: #fff;
	width: 46px;
	height: 4px;
	border-radius: 0px;
	margin: 0 auto 6px;
}

@media (max-width: 767px) {
	#header-mobile {
		height: 190px;
		margin: 0;
		top: 0;
		padding: 0;
	}
	
	#logo-mobile {
		position: absolute;
		left: 0px;
		line-height: 80px;
		text-align: center;
		width: 100%;
		height: 87px;
		max-width: 100%;
		background: #fff;
		top: 0px;
		padding: 0 87px 0 0;
		text-align: center;
	}
	
	#logo-mobile a {
		width: 100%;
		height: 87px;
		line-height: 80px;
		display: inline-block;
		text-align: center;
	}
	
	#logo-mobile img {
		max-width: 174px;
		height: auto;
	}
	
	#mobile-phone {
		height: 103px;
		bottom: 0px;
		left: 0px;
		top: auto;
		width: 100%;
		padding: 0;
		background: #09436b;
	}
	
	.home #mobile-phone {
		border-bottom: 0px;
		padding: 0;
		height: 103px;
	}
	
	#mobile-phone .phone-number {
		text-align: center;
		margin: 0 auto;
		font-size: 18px;
		line-height: 24px;
		display: table;
		padding: 14px 0;
	}
	
	#mobile-phone .phone-number strong {
		font-size: 21px;
		margin: 0 0 2px;
	}
	
	#mobile-phone .phone-number a {
		font-size: 40px;
		color: #fff;
	}
	
	#mobile-toggle {
		font-size: 16px;
		line-height: 1;
		letter-spacing: 2px;
		width: 89px;
		height: 87px;
		padding: 42px 0 0;
		bottom: 0px;
		top: 0px;
		margin: 0;
		right: 0px;
		background: #f7962a;
		position: absolute;
	}
	
	#mobile-toggle .brand {
		font-size: 16px;
		top: 15px;
		left: 0px;
		color: #fff;
	}
	
	#mobile-toggle .icon-bar {
		width: 46px;
		height: 4px;
		margin: 0 auto 6px;
		background: #fff;
	}
}

/* ===== MOBILE NAV ===== */
#mobile-nav-wrap {
	position: relative;
	z-index: 6;
}

#mobile-nav {
	width: 100%;
	border: 0px;
	position: absolute;
	z-index: 999;
	padding: 0;
	top: 100%;
}

#mobile-nav > div > ul {
	border-top: 0px;
	margin-left: 0px !important;
	padding: 0;
}

#mobile-nav .nav > li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
	margin: 0;
}

#mobile-nav .nav > li > a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 22px 5px 16px;
	height: auto;
	line-height: 1;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
	background: #09436b;
	border-top: rgba(255, 255, 255, .3) solid 1px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#mobile-nav .menu-item-has-children.open > a {}

#mobile-nav li > a:focus {
	text-decoration: none !important;
}

#mobile-nav li:hover > a {
	text-decoration: none !important;
	color: #fff;
}

#mobile-nav .nav-collapse .nav > li > a, #mobile-nav .nav-collapse .dropdown-menu a {
	width: 100%;
	color: #fff;
}

.nav-collapse, .nav-collapse.collapse {
	height: 0;
	overflow: hidden;
	margin: 0;
	float: left;
	width: 100%;
}

.nav-collapse .nav > li > a {
	margin-bottom: 0;
}

.nav-collapse .nav {
	padding-bottom: 0px;
	width: 100%;
}

.nav-collapse .nav > li {
	float: none;
	padding: 0;
}

#mobile-nav .sub-menu {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
}

#mobile-nav li.open > .sub-menu {
	max-height: 900px;
}

#mobile-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
	margin: 0;
}

#mobile-nav .sub-menu li > a {
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	line-height: 1;
	border-radius: 0px;
	padding: 24px 5px 14px;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: 400;
	position: relative;
	background: #02182a;
	text-transform: uppercase;
	border-top: rgba(255, 255, 255, .3) solid 1px;
}

#mobile-nav .sub-menu .sub-menu li > a {
	background: #09436b;
}

#mobile-nav .sub-menu li:hover > a {
	color: #fff;
}

#mobile-nav .menu-item-has-children > a:after {
	content: "";
	border-top: 6px solid #fff;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 5px 0 0 7px;
	vertical-align: top;
}

#mobile-nav .menu-item-has-children:hover > a:after {
	border-top: 6px solid #fff;
}

#mobile-nav .menu-item-has-children.open > a:after {}

@media (max-width: 1023px) {
	#mobile-nav {
		top: 88px;
	}
}

/* ===== DESKTOP HEADER ===== */
#header-desktop {
	height: 120px;
	top: 0px;
	width: 100%;
	z-index: 999;
	position: fixed;
	text-align: center;
	padding: 0 24% 0 22%;
	background: #fff;
}

.admin-bar #header-desktop {
	top: 32px;
}

#header-desktop .container {
	max-width: 100%;
}

#logo {
	width: 25%;
	max-width: 800px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo-inner {
	position: relative;
	width: 100%;
	line-height: 120px;
	height: 120px;
	padding: 0 25px;
}

#logo a {
	max-width: 100%;
	width: 100%;
	margin: 0 auto 0;
	position: absolute;
	top: 48%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	display: block;
}

#logo img {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	max-width: 300px;
}

/* ===== MAIN NAV ===== */
#main-nav {
	float: left;
	width: 100%;
	margin: 0;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-nav-inner {
	width: 100%;
	padding: 0px 10px 0;
}

#main-nav-inner > div > ul > li {
	font-size: 16px;
	line-height: 1;
	position: relative;
	margin: 0;
	padding: 0 15px;
	vertical-align: top;
	width: auto;
	text-align: center;
	display: inline-block;
}

html[lang=es] #main-nav-inner > div > ul > li {
	padding-left: 12px;
	padding-right: 12px;
}

#main-nav-inner > div > ul > li:first-child {
	padding-left: 0;
}

#main-nav-inner > div > ul > li:last-child {
	padding: 0 0 0 15px;
	display: inline-block;
}

#main-nav-inner > div > ul > li > a {
	margin: 0 auto;
	width: auto;
	font-size: 16px;
	color: #000;
	position: relative;
	padding: 20px 2px;
	height: auto;
	line-height: 1;
	display: table;
	text-transform: uppercase;
	font-weight: 600;
	background: none !important;
	transition: background .1s linear;
	-moz-transition: background .1s linear;
	-webkit-transition: background .1s linear;
}

#main-nav-inner > div > ul > li.current-menu-item > a {}

#main-nav-inner > div > ul > li.menu-item-has-children > a:after {
	content: "";
	border-top: 8px solid #000;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 5px 0 0 8px;
	vertical-align: top;
	float: right;
}

#main-nav-inner > div > ul > li:not(.weglot-flags):hover > a:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	margin: 0 0 0 -24px;
	width: 48px;
	height: 6px;
	background: #f7962b;
}

#main-nav-inner > div > ul > li.weglot-flags:hover:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0 0 0 -24px;
	width: 48px;
	height: 6px;
	background: #f7962b;
}

#main-nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, .3s;
}

#main-nav .sub-menu {
	float: left;
	clear: both;
	height: auto;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -145px;
	width: 290px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
}

#main-nav .sub-menu .sub-menu {
	left: 290px;
	top: 1px;
	position: absolute;
	margin: 0;
}

#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	transition: background 0s ease-in;
	-moz-transition: background 0s ease-in;
	-webkit-transition: background 0s ease-in;
	list-style: none;
}

#main-nav .sub-menu li a {
	font-size: 15px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 13px 5px 12px;
	height: auto;
	line-height: 1.3;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
	background: #09436b;
	border-top: 1px solid #fff;
	transition: all .5s ease-in-out;
	transition: color .3s linear;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	text-decoration: none !important;
}

#main-nav .sub-menu li.menu-item-has-children > a:after {
	content: "";
	border-top: 9px solid #fff;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 4px 0 0 8px;
	vertical-align: top;
}

#main-nav .sub-menu li.menu-item-has-children a:after {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #fff;
}

#main-nav .sub-menu .sub-menu li a {
	background: #09436b;
}

#main-nav .sub-menu li:first-child > a {
	border-top: 0px;
}

#main-nav .sub-menu li:last-child a {
	color: #fff;
}

#main-nav .sub-menu li:hover > a {
	text-decoration: none;
	font-weight: 600;
	color: #f7962a;
}

@media (max-width: 1900px) {
	#main-nav-inner > div > ul > li {
		padding: 0 20px;
	}
}

@media (max-width: 1800px) {
	#main-nav-inner > div > ul > li {
		padding: 0 15px;
	}
}

@media (max-width: 1700px) {
	#main-nav-inner > div > ul > li {
		padding: 0 10px;
	}
	
	#main-nav-inner > div > ul > li:last-child {}
	
	#main-nav-inner > div > ul > li > a {}
}

@media (max-width: 1600px) {
	#main-nav-inner > div > ul > li {
		padding: 0 5px;
	}
	
	#main-nav-inner > div > ul > li > a {
		font-size: 16px;
		padding: 0px 2px -1px;
	}
}

@media (max-width: 1300px) {
	#main-nav-inner > div > ul > li {
		padding: 0 3px;
	}
	
	#main-nav-inner > div > ul > li > a {
		font-size: 16px;
		padding: 12px 2px 29px;
	}
}

/* ===== HEADER PHONE ===== */
#header-phone {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22%;
	margin: 0;
	height: 100%;
	text-align: center;
	padding: 0 0 0 5px;
}

#header-phone .phone-number {
	color: #06283f;
	font-weight: 400;
	font-size: 51px;
	text-align: center;
	padding: 20px 20px;
	max-width: 100%;
	width: 100%;
	display: block;
	line-height: 32px;
}

#header-phone .phone-number strong {
	color: #f7962a;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .02em;
	display: inline-block;
	line-height: 1;
	text-align: left;
	margin: 0 auto 8px;
	text-transform: uppercase;
	width: 100%;
}

#header-phone a {
	color: #06283f !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1;
	display: block;
	text-align: left;
	letter-spacing: 0;
	margin: 0 auto;
	font-family: "DM Serif Display", serif;
}

/*
@media (max-width: 1800px) {
  #header-phone .phone-number strong {
    font-size: 26px;
  }
  #header-phone a {
    font-size: 48px;
    line-height: 1.1;
  }
}


@media (max-width: 1700px) {
  #header-phone .phone-number strong {
    font-size: 24px;
  }
  #header-phone a {
    font-size: 46px;
    line-height: 1.1;
  }
}

@media (max-width: 1300px) {
  #header-phone .phone-number strong {
    font-size: 14px;
  }
  #header-phone a {
    font-size: 24px;
  }
}


@media (max-width: 1600px) {
  #header-phone .phone-number strong {
    font-size: 20px;
  }
  #header-phone a {
    font-size: 18px;
  }
}

*/
@media (min-width: 1300px) and (max-width: 1580px) {
	#header-phone a {
		font-size: 24px;
	}
	
	#header-phone .phone-number strong {
		font-size: 16px;
		letter-spacing: 0;
	}
}

/* ===== BANNER ===== */
@media (min-width: 901px) and (max-width: 1024px) {
	.home #banner {
		top: 89px;
	}
	
	.home #banner-text h2 {
		font-size: 38px;
		line-height: 50px;
	}
	
	.home #banner-text {
		max-width: 565px !important;
	}
	
	.home #section1 .selling-point-text {
		height: 105px;
		background-size: 39px;
	}
	
	.home #section1 .selling-point h4 {
		font-size: 15px;
		line-height: 19px;
		margin: 0 auto 4px;
	}
	
	.home #banner {
		top: 89px !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.home #banner {
		top: 89px;
	}
	
	.home #banner-text h2 {
		font-size: 33px;
		line-height: 48px;
		margin: 28px 0 20px;
	}
	
	.home #banner-text {
		max-width: 565px !important;
	}
	
	.home span.request {
		font-size: 11px;
	}
	
	#banner .button {
		margin: 0px 12px 0 37px;
	}
	
	.home #banner p {
		font-size: 27px;
		line-height: 40px;
		margin: -8px 0 30px;
	}
	
	.home #section1 .selling-point-text {
		height: 118px;
		background-size: 39px;
	}
	
	.home #section1 .selling-point h4 {
		font-size: 15px;
		line-height: 19px;
		margin: 0 auto 4px;
	}
	
	.home #banner {
		top: 89px !important;
	}
	
	.home #section1 .selling-point-icon {
		margin: 0 auto 19px;
	}
	
	.home #banner .button {
		padding: 23px 20px;
		margin: 0px 12px 0 37px;
	}
	
	.home #banner-video {
		margin: 24px 0 0 76px;
	}
}

#banner {
	display: table;
	clear: both;
	width: 100%;
	/* position: absolute; */
	top: 120px;
	left: 0px;
	padding: 54px 30px;
	color: #fff;
	height: 398px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") center center no-repeat;
	background-size: cover;
}

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

.home #banner {
	padding: 140px 30px 0;
	height: 913px;
	top: 120px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.home #banner.nitro-lazy {
	background: none !important;
}

#banner .container {
	max-width: 1720px;
	position: relative;
}

#banner-text {
	margin: 0;
	display: table;
	width: 100%;
	max-width: 920px;
	float: right;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0;
}

.home #banner-text {
	max-width: 940px;
}

#banner h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 62px;
	line-height: 72px;
	letter-spacing: .01em;
	color: #fff;
	margin: 0 0 20px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 90%) 0px 0px 12px;
	text-transform: uppercase;
	font-weight: 600;
}

#banner h3 {
	font-style: normal;
	font-size: 50px;
	line-height: 63px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 56px;
	float: left;
	letter-spacing: .01em;
	max-width: 800px;
	text-shadow: rgba(0, 0, 0, 40%) 0px 0px 12px;
	padding-left: 120px;
}

#banner p {
	font-style: normal;
	font-family: "DM Serif Display", serif;
	font-size: 38px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	margin: 0 0 50px;
	float: center;
	letter-spacing: .01em;
	max-width: 800px;
	text-shadow: rgba(0, 0, 0, 90%) 0px 0px 12px;
}

#banner-text p {
	color: #ffb100;
}

span.all-caps {
	text-transform: uppercase;
}

#banner .button {
	width: 440px;
	height: 137px;
	border: 0px;
	background: #f7962a;
	padding: 32px 40px;
	font-size: 20px;
	line-height: 31px;
	font-weight: 300;
	float: left;
	margin: 0 33px 0 10%;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: left;
	border-left: 10px solid rgba(255, 255, 255, .33);
}

#banner .button:hover {
	background: #09436b;
}

#banner-video {
	width: 232px;
	height: 136px;
	display: inline-block;
	border: 5px solid #fff;
	float: left;
	position: relative;
}

#banner-video:before {
	content: "";
	width: 88px;
	height: 88px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -44px 0 0 -44px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/button-play.webp") 0px 0px no-repeat;
}

#banner-video:hover:before {
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/button-play.webp") 0px -120px no-repeat;
}

#banner-reviews {
	position: absolute;
	top: 20px;
	left: 2%;
	text-align: center;
}

#banner-reviews img {
	margin: 0 auto 10px;
	display: block;
}

#banner-reviews p {
	text-align: center;
	font-size: 30px;
	line-height: 41px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	margin: 0;
}

#banner-reviews p strong {
	font-size: 38px;
	font-weight: 600;
	padding: 0 0 5px;
	position: relative;
	width: 100%;
	display: inline-block;
}

#banner-reviews p strong:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	height: 1px;
	width: 100%;
	display: none;
}

@media (max-width: 1900px) {
	.home #banner {
		padding: 120px 30px 0;
		height: 800px;
	}
	
	#banner-reviews {
		left: 0;
	}
	
	.home #banner-text {
		max-width: 920px;
	}
}

@media (max-width: 1800px) {
	#banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -130px center no-repeat;
		background-size: cover;
	}
	
	.home #banner {
		padding: 130px 30px 0;
		height: 760px;
	}
	
	#banner-reviews {
		left: 0;
	}
	
	#banner-text {
		max-width: 1000px;
	}
	
	.home #banner-text {
		max-width: 900px;
	}
	
	#banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 1700px) {
	#banner-text {
		max-width: 980px;
	}
	
	.home #banner-text {
		max-width: 900px;
	}
}

@media (max-width: 1600px) {
	#banner-text {
		max-width: 900px;
	}
	
	.home #banner {
		padding: 130px 30px 0;
		height: 720px;
	}
	
	#banner-reviews {
		left: 0;
	}
	
	.home #banner-text {
		max-width: 900px;
	}
	
	#banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -260px center no-repeat;
	}
	
	#banner.nitro-lazy {
		background: none !important;
	}
	
	.home #banner h2 {
		font-size: 53px;
		line-height: 68px;
	}
}

@media (max-width: 1299px) {
	#banner {
		top: 89px;
		padding: 45px 10px 0;
		height: 300px;
	}
	
	.home #banner {
		height: 540px;
		padding: 50px 30px 0;
		background-position: top center;
		top: 115px;
	}
	
	#banner-text {
		max-width: 845px;
		margin: 0;
	}
	
	.home #banner-text {
		max-width: 480px;
		top: 58px;
	}
	
	#banner h1 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 20px;
		width: 100%;
		text-align: left;
		text-shadow: rgba(0, 0, 0, .4) 0px 0px 12px;
	}
	
	#banner br {
		display: none;
	}
	
	#banner h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 20px;
		width: 100%;
		text-align: center;
		max-width: 100%;
		text-shadow: rgba(0, 0, 0, 90%) 0px 0px 12px;
	}
	
	.home #banner h2 {
		font-size: 25px;
		line-height: 36px;
		margin: 0 0 32px;
	}
	
	#banner h3 {
		margin: 0 0 6px;
	}
	
	#banner-reviews p {
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		margin: 0 auto 20px;
		clear: both;
		display: table;
		float: left;
		text-shadow: rgba(0, 0, 0, 40%) 0px 0px 12px;
	}
	
	#banner .button {
		padding: 27px 20px;
		width: 239px;
		height: 105px;
		font-size: 18px;
		line-height: 24px;
		margin: 260px 8px 0 0;
	}
	
	#banner-video {
		width: 182px;
		height: 105px;
		display: inline-block;
		border: 4px solid #fff;
		float: left;
		position: relative;
	}
	
	#banner-video:before {
		content: "";
		width: 66px;
		height: 66px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -33px 0 0 -33px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/button-play.webp") 0px 0px no-repeat;
		background-size: 100% auto;
	}
	
	#banner-video:hover:before {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/button-play.webp") 0px -89px no-repeat;
		background-size: 100% auto;
	}
	
	#banner p {
		font-size: 27px;
		line-height: 40px;
		margin: 10px 0 30px;
	}
}

@media (max-width: 767px) {
	#banner {
		display: none;
	}
	
	.home #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 200px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.home #banner.nitro-lazy {
		background: none !important;
	}
	
	.home #banner-text {
		max-width: 100%;
		margin: 0 auto;
		top: -23px;
	}
	
	#banner h1 {
		text-align: center;
		font-size: 30px;
		line-height: 36px;
		max-width: 300px;
		width: 100%;
		margin: 10px auto 20px;
		color: #fff;
		float: none;
		display: block;
		letter-spacing: .01em;
	}
	
	#banner p {
		text-align: center;
		font-size: 24px;
		line-height: 24px;
		width: 100%;
		max-width: 380px;
		padding: 0;
		font-weight: 400;
		display: table;
		float: none;
		margin: 20px auto 30px;
		color: #f7c12a;
	}
	
	#banner .button {
		border: 0px;
		width: 361px;
		height: 64px;
		padding: 12px 20px;
		line-height: 19px;
		float: none;
		margin: 0 auto;
		display: block;
		font-size: 16px;
	}
	
	#banner-video {
		width: 232px;
		height: 136px;
		display: inline-block;
		border: 4px solid #fff;
		float: right;
		position: absolute;
		bottom: -218px;
		left: 50%;
		margin: 0 0 0 -116px;
	}
	
	#section1 .selling-point-info img {
		height: 50px;
		width: auto;
	}
}

/* ===== MAIN ===== */
#main {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: visible;
	clear: both;
}

/* ===== SECTION 1 ===== */
#main #section1 {
	padding: 0 30px;
	width: 100%;
	position: relative;
	margin: -220px auto 0;
	height: 474px;
	clear: both;
	z-index: 2;
}

#main #section1 .container {
	max-width: 1720px;
}

#selling-points {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	float: left;
	height: 474px;
}

#section1 .selling-point {
	width: 25%;
	height: 474px;
	margin: 0;
	text-align: center;
	position: relative;
	float: left;
	background: #09436b;
	text-decoration: none !important;
}

#section1 .selling-point-content {
	position: relative;
	width: 100%;
	height: 100%;
}

#section1 .selling-point:nth-child(1) {
	background: #09436b;
}

#section1 .selling-point:nth-child(2) {
	background: #0a4a77;
}

#section1 .selling-point:nth-child(3) {
	background: #0b5385;
}

#section1 .selling-point:nth-child(4) {
	background: #09436b;
}

#section1 .selling-point-info {
	width: 100%;
	margin: 0;
	height: 474px;
	padding: 52px 10px 0;
	text-align: center;
	position: relative;
	float: left;
	text-decoration: none !important;
}

#section1 .selling-point-icon {
	width: auto;
	margin: 0 auto 40px;
	height: 82px;
	line-height: 70px;
	text-align: center;
}

#section1 .selling-point img {
	display: inline;
	vertical-align: middle;
	max-height: 82px;
	max-width: 100%;
}

#section1 .selling-point-text p {
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	font-size: 21px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	line-height: 34px;
	font-family: "DM Serif Display", serif;
}

#section1 .selling-point:first-child .selling-point-text p {
	max-width: 230px;
}

#section1 .selling-point:nth-child(4) .selling-point-text p {
	max-width: 220px;
}

#section1 .selling-point h4 {
	color: #f7962a;
	font-size: 22px;
	line-height: 24px;
	position: inherit;
	margin: 10px auto 15px;
	text-align: center;
	width: 100%;
	font-weight: 550;
	letter-spacing: 0;
	text-transform: uppercase;
}

#section1 .selling-point h4 p {
	display: none;
}

#section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

#section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

#section1 .selling-point-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #09436b;
	padding: 25px 38px;
	text-align: center;
}

#section1 .selling-point-hover-text {
	width: 100%;
	height: 100%;
	border: 1px solid #f7962a;
	position: relative;
	padding: 0 30px;
}

#section1 .selling-point-hover-text p {
	max-width: 100%;
	width: 100%;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	display: block;
	color: #fff;
	font-family: "DM Serif Display", serif;
	font-size: 18px;
	line-height: 36px;
	padding: 20px;
}

#section1 .selling-point-hover h4 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	max-width: 220px;
	background: none;
	padding: 0 0 26px;
	min-height: 0px;
	position: relative;
	margin: 0 auto 26px;
}

#section1 .selling-point:nth-child(1) .selling-point-hover {
	background: #09436b;
}

#section1 .selling-point:nth-child(2) .selling-point-hover {
	background: #0a4a77;
}

#section1 .selling-point:nth-child(3) .selling-point-hover {
	background: #0b5385;
}

#section1 .selling-point:nth-child(4) .selling-point-hover {
	background: #09436b;
}

#section1 .selling-point-hover h4:after {
	content: "";
	width: 64px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 0 0 -32px;
	background: #6c857c !important;
}

#section1 .selling-point-hover .selling-point-text {
	width: 100%;
	display: table;
	padding: 0 0 30px;
}

#section1 .selling-point-hover p a {
	color: #fff;
}

@media (min-width: 1025px) {
	#section1 .selling-point:hover .selling-point-hover {
		opacity: 1;
	}
	
	#section1 .selling-point:hover:after {
		content: none;
	}
}

@media (max-width: 1800px) {
	#section1 .selling-point-hover {
		padding: 25px 20px;
	}
}

@media (max-width: 1299px) {
	#main #section1 {
		padding: 0 20px;
		margin: 0;
		height: auto;
	}
	
	#main #section1 .container {
		max-width: 100%;
	}
	
	#selling-points {
		margin: -44px auto 0;
		height: 308px;
		float: none;
		padding: 0;
		max-width: 740px;
	}
	
	#section1 .selling-point {
		height: 322px;
	}
	
	#section1 .selling-point:last-child:after {
		content: none;
	}
	
	#section1 .selling-point-header {
		height: 272px;
		border-left: 0px;
	}
	
	#section1 .selling-point:first-child .selling-point-header {
		border-left: 1px solid #b7b7b7;
	}
	
	#section1 .selling-point-info {
		height: 276px;
		padding: 30px 15px 23px 12px;
		box-shadow: none;
	}
	
	#section1 .selling-point-icon {
		margin: 0 auto 30px;
		max-width: 70px;
		float: none;
		height: 45px;
		vertical-align: middle;
		line-height: 45px;
	}
	
	#section1 .selling-point-info img {
		max-height: 45px;
		max-width: 70px;
	}
	
	#section1 .selling-point h4 {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 0;
		margin: 0 auto 20px;
		text-align: center;
		width: 100%;
		height: auto;
		display: table;
		float: none;
		padding: 0;
		min-height: 34px;
	}
	
	#section1 .selling-point-text {
		height: 120px;
	}
	
	#section1 .selling-point p {
		font-size: 15px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		padding: 8px;
	}
	
	#section1 .selling-point.open .selling-point-hover {
		opacity: 1;
	}
	
	#section1 .selling-point-hover {
		padding: 12px;
	}
}

@media (max-width:1024px) {
	#section1 .selling-point p {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		padding: 8px;
	}
}

@media (max-width:767px) {
	#main #section1 {
		padding: 0;
		margin: 0;
	}
	
	#main #section1 .container {
		padding: 0;
	}
	
	#selling-points {
		margin: 0;
		height: auto;
		width: 100%;
		padding: 0;
	}
	
	#section1 .selling-point {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		float: none;
		display: table;
		box-shadow: none;
		min-height: 150px;
		height: auto;
	}
	
	#section1 .selling-point-info {
		height: auto;
		padding: 20px 20px 20px;
		width: 100%;
		max-width: 100%;
		box-shadow: none;
	}
	
	#section1 .selling-point:after {
		content: "";
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0px;
		right: 0px;
	}
	
	#section1 .selling-point-content {
		height: auto;
		display: table;
		margin: 0 auto;
		width: 100%;
	}
	
	#section1 .selling-point-icon {
		margin: 0 auto 20px;
	}
	
	#section1 .selling-point h4 {
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		letter-spacing: .01em;
		min-height: 0px;
		background: none;
		position: relative;
	}
	
	#section1 .selling-point-header {
		border: 0px !important;
		height: auto;
	}
	
	#section1 .selling-point-text {
		margin: 0 auto;
		clear: both;
		float: none;
		height: 150px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 10%;
	}
	
	#section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	#section1 .selling-point p {
		font-size: 16px;
		line-height: 25px;
		padding: 0px 20px;
	}
}

/* ===== SECTION2 ===== */
#main #section2 {
	padding: 80px 0 100px;
	float: left;
	width: 100%;
	z-index: 2;
	margin: 0;
}

#main #section2 .container {
	max-width: 1760px;
	padding: 0;
}

#section2 .content-title {
	margin: 0 0 120px;
	width: 100%;
	float: left;
	position: relative;
	display: table;
}

#section2 .content-title h2 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

#section2 .content-title h2 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

#section2 .content-title p {
	font-size: 36px;
	text-align: center;
	line-height: 48px;
	max-width: 800px;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	color: #7da1b1;
}

#section2-image {
	position: relative;
	margin: 0 0 90px;
	width: 100%;
	display: block;
}

#section2-image:after {
	content: "";
	width: 89%;
	height: 125%;
	background: #09436b;
	position: absolute;
	top: -10%;
	right: 0px;
	z-index: -1;
}

#section2-image img {
	max-width: 100%;
}

#section2 .content-title img {
	max-width: 100%;
}

#section2-row1 {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 0 0 140px;
	clear: none;
}

#section2-row2 {
	float: right;
	width: 46%;
	margin: 0;
	clear: none;
	padding: 40px 0 0;
}

#section2-quote {
	margin: 60px 0 0 7%;
	width: 93%;
	padding: 0 0 0 48px;
	z-index: 99;
	position: relative;
	float: left;
}

#section2-quote:before {
	content: "";
	background: #f7962a;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 100%;
}

#section2-quote blockquote {
	text-align: left;
	color: #09436b;
	margin: 0 0 30px;
	font-size: 33px;
	font-weight: 400;
	line-height: 54px;
	position: relative;
}

#section2-quote cite {
	text-align: left;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
}

#section2-row2 p:last-child {
	margin: 0;
}

#section2-text1 {
	margin: 0 0 30px;
	position: relative;
}

#section2-text2 {
	margin: 0;
	padding: 0;
}

#section2-text1 h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #06283f;
	font-family: "DM Serif Display", serif;
	margin: 0 0 10px;
}

#section2-text1 h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #09436b;
	margin: 0 0 34px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

#section2-text1 h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #f7962a;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

@media (max-width: 1800px) {
	#section2-row1 {
		padding: 0 0 0 100px;
	}
	
	#section2-quote {
		margin: 60px 0 0 2%;
		width: 98%;
	}
}

@media (max-width: 1700px) {
	#section2-row1 {
		padding: 0 0 0 80px;
	}
	
	#section2-quote {
		margin: 60px 0 0 0;
		width: 100%;
	}
}

@media (max-width: 1600px) {}

@media (max-width: 1299px) {
	#main #section2 {
		padding: 40px 30px;
		margin: 0;
	}
	
	#section2 .content-title {
		padding: 0;
		margin: 0 0 30px;
		width: 100%;
	}
	
	#section2 .content-title h2 {
		font-size: 35px;
		line-height: 48px;
	}
	
	#section2 .content-title h2 strong {
		font-size: 75px;
	}
	
	#main #section2 .container {
		max-width: 700px;
	}
	
	#section2-caption:before {
		width: 12px;
		height: 224px;
	}
	
	#section2 .content-title p {
		font-size: 20px;
		line-height: 27px;
	}
	
	#section2-caption {
		padding: 0 30px;
	}
	
	#section2-caption h3 {
		font-size: 21px;
		line-height: 28px;
		margin: 0 0 12px;
	}
	
	#section2-caption h3:after {
		width: 24px;
		height: 3px;
		margin: 0 0 0 -12px;
	}
	
	#section2-caption p {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 15px;
	}
	
	#section2-text2 h3 {
		font-size: 16px;
		line-height: 24px;
		margin: 20px 0 15px;
	}
	
	#section2-text2 h3:first-child {
		margin: 0 0 15px;
	}
	
	#section2-text1 h3 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 16px;
	}
	
	#section2-row1 {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
		clear: none;
	}
	
	#section2-row2 {
		float: right;
		width: 46%;
		margin: 0;
		clear: none;
		padding: 40px 0 0;
	}
	
	#section2-image {
		margin: 0 0 50px;
	}
	
	#section2-image:after {
		width: 89%;
		height: 125%;
		top: -12%;
		right: -8%;
	}
	
	#section2-quote:before {
		content: "";
		width: 15px;
	}
	
	#section2-quote blockquote {
		font-size: 21px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	
	#section2-quote cite {
		font-size: 14px;
	}
	
	#section2-row2 p:last-child {
		margin: 0;
	}
	
	#section2-text1 {
		margin: 0 0 20px;
	}
	
	#section2-quote {
		margin: 20px 0 0 0;
		width: 100%;
		padding: 0 0 0 33px;
		z-index: 99;
		position: relative;
		float: left;
	}
	
	#section2-text2 {
		margin: 0;
	}
	
	#section2-text1 h3 {
		font-size: 23px;
	}
	
	#section2-text1 h4 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	
	#section2-text1 h5 {
		font-size: 14px;
		line-height: 22px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	#main #section2 {
		padding: 40px 20px 60px;
		margin: 0;
	}
	
	#section2 .content-title {
		width: 100%;
		margin: 0 0 30px;
	}
	
	#section2 .content-title h2 {
		font-size: 24px;
		line-height: 20px;
		text-align: center;
		margin: 0 auto;
		max-width: 300px;
		letter-spacing: .01em;
	}
	
	#section2 .content-title h2 em {
		margin: 0;
	}
	
	#section2 .content-title h2 em:before {
		content: none;
	}
	
	#section2 .content-title h2 strong {
		font-size: 71px;
		line-height: 60px;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#section2 .content-title p {
		font-size: 15px;
		line-height: 19px;
		max-width: 320px;
	}
	
	#section2-image2 img {
		width: 255px;
	}
	
	#section2-image {
		padding: 0;
		margin: 0;
	}
	
	#section2-image:after {
		content: none;
	}
	
	#section2-row1 {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}
	
	#section2-row2 {
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 0;
	}
	
	#section2-row2 img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	
	#section2-caption h3 {
		text-align: center;
		font-size: 30px;
		line-height: 30px;
	}
	
	#section2-caption p {
		text-align: center;
	}
	
	#section2-text1 {
		padding: 0;
		margin: 0;
	}
	
	#section2-text1 h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	
	#section2-text1 p {
		font-size: 14px;
		line-height: 23px;
		text-align: center;
	}
	
	#section2-text1:before {
		width: 12px;
	}
	
	#section2-caption:before {
		content: none;
	}
	
	#section2-text2 {
		overflow: hidden;
		max-height: 0px;
		margin: 0;
	}
	
	.open #section2-text2 {
		max-height: 9000px;
	}
	
	#section2-text2 h3 {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	
	#section2-text p {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	
	#section2 .button {
		background: #f7962a;
		width: 100%;
		height: 48px;
		line-height: 20px;
		padding: 14px 0;
		margin: 30px auto 0;
		float: none;
		clear: both;
		max-width: 204px;
		border-radius: 40px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .05em;
	}
	
	#main #section2-row2 .button:after {
		content: none;
	}
	
	#main #section2-row2 .button em {
		font-size: 13px;
		color: #fff;
	}
	
	#main #section2-row2 .button strong {
		color: #fff;
		font-size: 13px;
		line-height: 18px;
		max-width: 180px;
		margin: 0 auto;
	}
	
	#section2.open .button {
		display: none !important;
	}
	
	#section2 #section2-text3 {
		clear: both;
		text-align: center;
	}
}

/* ===== HOME SECTION3 ===== */
#section3 {
	padding: 0px 0 80px;
}

#section3 .container {
	max-width: 100%;
	position: relative;
	padding: 0;
}

#section3-title {
	margin: 0 auto 40px;
	width: 38%;
	float: left;
	height: 774px;
	border: 14px solid #ccc;
	border-left: 0px;
	padding: 90px 5% 0 0;
}

#section3-title h2 {
	font-size: 86px;
	text-align: center;
	line-height: 91px;
	letter-spacing: .05em;
	font-weight: 400;
	position: relative;
	color: #09436b;
	text-transform: uppercase;
	margin: 0 auto 50px;
	padding: 0 0 30px;
	display: table;
	max-width: 400px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-dots2.webp") center bottom no-repeat;
}

#section3-title h2.nitro-lazy {
	background: none !important;
}

#section3-title h3 {
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	font-weight: 700;
	position: relative;
	color: #f7962a;
	text-transform: uppercase;
	margin: 0 auto 30px;
	max-width: 475px;
}

#section3-title h3 span {
	font-weight: 300;
	font-size: 60%;
}

#section3-title p {
	font-size: 20px;
	text-align: center;
	line-height: 33px;
	font-weight: 400;
	position: relative;
	color: #06283f;
	margin: 0 auto;
	max-width: 400px;
	font-family: "DM Serif Display", serif;
}

#section3-text {
	float: left;
	width: 33%;
}

#section3-text p {
	font-size: 16px;
	line-height: 28px;
	color: #050f15;
	padding: 0 0 0 26px;
	position: relative;
}

#section3-text p:before {
	content: "";
	background: #ca9139;
	width: 5px;
	height: 96%;
	position: absolute;
	top: 8px;
	left: 0px;
}

#section3-text1 {
	margin: 0 0 40px;
}

#section3-text2 {
	margin: 0 0 40px;
}

#section3-text3 {
	margin: 0;
}

#team-members {
	width: 67%;
	float: right;
	top: 110px;
	right: 0px;
	position: absolute;
	z-index: 3;
}

#team-members .team-member {
	position: relative;
	text-decoration: none !important;
	overflow: hidden;
	padding: 0 27px 0 0;
}

#team-members .team-member:nth-child(2) {
	padding: 60px 27px 0 0;
}

#team-members .team-member-content {
	padding: 0 0 138px;
	position: relative;
}

#team-members .team-member:last-child {
	margin: 0;
}

#team-members .team-member-image {
	overflow: hidden;
	margin: 0;
	position: relative;
	display: block;
	max-width: 100%;
	width: 100%;
}

#team-members .team-member-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 138px;
	width: 100%;
	background: #06283f;
	padding: 17px 20px;
}

#team-members .team-member-name {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0 0 10px;
	color: #fff;
	width: 100%;
	text-decoration: none !important;
	position: relative;
	text-align: center;
	font-family: "DM Serif Display", serif;
}

#team-members .team-member-job-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .03em;
	text-align: center;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	z-index: 9999;
	transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
}

#team-members .team-member-more {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .03em;
	font-family: "DM Serif Display", serif;
	margin: 0 auto;
	padding: 0 0 5px;
	display: table;
	color: #f7962a;
	position: relative;
	text-transform: lowercase;
	z-index: 9999;
	transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
}

#team-members .team-member-more:after {
	content: "";
	background: #f7962a;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#team-members .team-member-more:hover {
	color: #fff;
}

#team-members .team-member-more:hover:after {
	background: #fff;
}

@media (max-width: 1899px) {
	#section3-title {
		margin: 0 auto;
		width: 42%;
		height: 720px;
		border: 12px solid #ccc;
		border-left: 0px;
		padding: 120px 5% 0 0;
	}
	
	#section3-title h2 {
		font-size: 76px;
		line-height: 84px;
	}
	
	#team-members {
		width: 62%;
		top: 110px;
		right: 0px;
	}
	
	#team-members .team-member {
		padding: 0 20px 0 0;
	}
	
	#team-members .team-member:nth-child(2) {
		padding: 50px 20px 0 0;
	}
}

@media (max-width: 1299px) {
	#section3 {
		padding: 30px 0 160px;
	}
	
	#section3-text {
		float: left;
		width: 100%;
	}
	
	#section3-title {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 425px;
		float: none;
		display: table;
		border: 14px solid #ccc;
		padding: 30px 2.5%;
		max-width: 475px;
	}
	
	#section3-title h2 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 auto 30px;
	}
	
	#section3-title h2:before {
		height: 5px;
	}
	
	#section3-title h3 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	
	#section3-title p {
		font-size: 18px;
		line-height: 22px;
		max-width: 320px;
	}
	
	#section3-text1 {
		margin: 0 0 30px;
	}
	
	#section3-text p {
		font-size: 14px;
		line-height: 28px;
	}
	
	#section3-text p:before {
		top: 4px;
	}
	
	#section3-text3 {
		overflow: hidden;
		max-height: 0px;
	}
	
	#section3-text2 p {
		padding: 0 0 0 24px;
	}
	
	#section3-text2 p:before {
		width: 8px;
	}
	
	#team-members .team-member-content {
		padding: 0 0 74px;
		position: relative;
		margin: -1px 0 0;
	}
	
	#team-members .team-member-info {
		height: 74px;
		padding: 6px 10px;
	}
	
	#team-members .team-member-name {
		font-size: 16px;
		line-height: 22px;
		margin: 0;
	}
	
	#team-members .team-member-name:after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 44px;
		height: 3px;
		margin: 0 0 0 -22px;
	}
	
	#team-members .team-member-job-title {
		font-size: 12px;
		line-height: 16px;
		margin: 0 auto;
	}
	
	#team-members .team-member-more {
		font-size: 12px;
		line-height: 18px;
		margin: 0 auto;
		padding: 0 0 2px;
	}
	
	#team-members {
		width: 100%;
		margin: -200px 0 0;
		float: left;
		text-align: center;
		position: relative;
	}
	
	#team-members .team-member {
		float: none;
		width: 46%;
		max-width: 292px;
		margin: 0 2% 0 0;
		position: relative;
		text-decoration: none !important;
		overflow: hidden;
		height: 394px;
		display: inline-block;
		padding: 0;
	}
	
	#team-members .team-member:nth-child(2) {
		padding: 30px 0 0 0;
	}
}

@media (max-width:767px) {
	#section3 {
		padding: 0 30px 74px;
		height: auto;
		background-size: 400px auto;
	}
	
	#section3:before {
		content: none;
	}
	
	#section3-title {
		padding: 0;
		width: 100%;
		height: auto;
		margin: 0 0 40px;
		border: 0px;
	}
	
	#section3-title h2 {
		font-size: 40px;
		line-height: 48px;
		max-width: 100%;
		margin: 0 auto 25px;
		transform: none;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		text-align: center;
		letter-spacing: .05em;
		display: table;
	}
	
	#section3-title h2:after {
		content: none;
	}
	
	#section3-title h3 {
		font-size: 18px;
		line-height: 24px;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
	#section3-text {
		float: left;
		width: 100%;
	}
	
	#section3-text p {
		text-align: left;
		font-size: 12px;
		line-height: 20px;
	}
	
	#team-members .team-member {
		width: 100%;
		margin: 0 auto !important;
		max-width: 260px;
		float: none;
		display: table;
		height: auto;
	}
	
	#team-members .team-member:nth-child(2) {
		padding: 0;
	}
	
	#team-members .team-member-image {
		margin: 0 auto;
	}
	
	#team-members .team-member-name {
		font-size: 18px;
	}
	
	#team-members .team-member-job-title {
		font-size: 12px;
	}
	
	#team-members {
		width: 100%;
		height: auto;
		margin: 0;
		top: auto;
		right: auto;
		float: none;
	}
	
	#main #section3 .slick-next {
		width: 10px;
		height: 15px;
		font-size: 0px;
		border: 0px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-arrow.webp") center center no-repeat;
		position: absolute;
		background-size: 100% auto;
		right: 44%;
		bottom: -45px;
		transform: scaleX(-1);
	}
	
	#main #section3 .slick-next.nitro-lazy {
		background: none !important;
	}
	
	#main #section3 .slick-prev {
		width: 10px;
		height: 15px;
		font-size: 0px;
		border: 0px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-arrow.webp") center center no-repeat;
		position: absolute;
		background-size: 100% auto;
		left: 44%;
		bottom: -45px;
	}
	
	#main #section3 .slick-prev.nitro-lazy {
		background: none !important;
	}
}

/* ===== HOME SECTION4 ===== */
#main #section4 {
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2024/04/case-results-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 140px 50px;
	background-attachment: fixed;
}

#main #section4.nitro-lazy {
	background: none !important;
}

#main #section4 .container {
	max-width: 100%;
}

#section4-title {
	margin: 0 auto 150px;
}

#section4-title h2 {
	color: #fff;
	font-size: 82px;
	font-weight: 300;
	margin: 0 auto;
	display: table;
	position: relative;
	text-align: center;
	letter-spacing: .11em;
	line-height: 72px;
	text-transform: uppercase;
}

#section4-title h2 strong {
	text-transform: uppercase;
	color: #fff;
	font-size: 150px;
	line-height: 1;
	text-shadow: rgba(0, 0, 0, 50%) 0px 0px 12px;
	letter-spacing: .05em;
}

#case-results {
	position: relative;
	float: left;
	width: 100%;
}

#case-results .slick-list {
	max-width: 100%;
	width: 100%;
}

#section4 .case-result {
	padding: 0 20px;
	position: relative;
	border: 0px;
	float: left;
	width: 33.33%;
	height: 260px;
	margin: 0 0 100px;
}

#section4 .case-result-info {
	height: 620px;
	width: 100%;
	padding: 15px 23px;
	position: relative;
}

#section4 .case-result-content {
	width: 100%;
	position: relative;
	text-align: center;
	border: 0px;
}

#section4 .case-result-amount {
	color: #fff;
	font-size: 62px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "DM Serif Display", serif;
}

#section4 .case-result-title:before {
	content: "";
	width: 50px;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 0 0 -25px;
}

#section4 .case-result-title {
	color: #f7962a;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 auto 5px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: .1em;
}

#section4 .case-result-text p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	max-width: 330px;
	margin: 0 auto;
	float: none;
}

#section4-slider .slick-dots {
	clear: both;
	text-align: center;
	margin: 35px 0 50px;
}

#section4-slider .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

#section4-slider .slick-dots li button {
	font-size: 0px;
	border: 0px;
	background: #dcc7a3;
	width: 13px;
	height: 13px;
	padding: 0;
	border-radius: 100%;
}

#section4-slider .slick-dots li.slick-active button {
	background: #0f203b;
}

#section4-slider .slick-dots li button:hover {
	background: #0f203b;
}

#main #section4 .button {
	background: #09436b;
}

#main #section4 .button:hover {
	background: #f7962a;
}

@media (max-width: 1299px) {
	#main #section4 {
		padding: 80px 30px 70px;
	}
	
	#main #section4:before {
		height: 435px;
	}
	
	#main #section4 .container {
		max-width: 100%;
	}
	
	#section4-title {
		margin: 0 auto 80px;
	}
	
	#section4-title h2 {
		font-size: 50px;
		line-height: 60px;
		text-align: center;
		margin: 0 auto;
		letter-spacing: .02em;
		font-weight: 300;
	}
	
	#section4-title h2 strong {
		font-size: 58px;
		line-height: 58px;
	}
	
	#section4 .case-result {
		padding: 0 20px;
		margin: 0 0 100px;
		height: 270px;
	}
	
	#section4 .case-result-info {
		padding: 0;
	}
	
	#section4 .case-result-content:after {
		top: 10px;
		height: 530px;
		left: 4%;
		width: 92%;
	}
	
	#section4 .case-result-amount {
		font-size: 35px;
		margin: 0 0 20px;
		line-height: 40px;
		background-size: 30px auto;
		padding: 0 0 28px;
	}
	
	#section4 .case-result-amount:before {
		width: 64px;
		height: 4px;
		margin: 0 0 0 -32px;
	}
	
	#section4 .case-result-title {
		font-size: 14px;
		line-height: 18px;
		margin: 0 auto 16px;
		max-width: 160px;
	}
	
	#section4 .case-result:nth-child(2) .case-result-title {
		max-width: 90px;
	}
	
	#section4 .case-result:nth-child(3) .case-result-title {
		max-width: 130px;
	}
	
	#section4 .case-result:nth-child(6) .case-result-title {
		max-width: 90px;
	}
	
	#section4 .case-result-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	#section4 .case-result-description p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#section4-slider .slick-dots {
		clear: both;
		text-align: center;
		margin: 10px 0 40px;
	}
	
	#section4-slider .slick-dots li {
		display: inline-block;
		margin: 0 4px;
		line-height: 1;
	}
	
	#section4-slider .slick-dots li button {
		width: 7px;
		height: 7px;
	}
	
	#main #section4 .button {
		margin: 0 auto;
		padding: 30px 40px;
		line-height: 22px;
		width: auto;
		height: 60px;
	}
	
	#main #section4 .button em {
		font-size: 13px;
	}
	
	#main #section4 .button strong {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	#main #section4 {
		padding: 40px 30px;
	}
	
	#section4-title {
		margin: 0 auto 40px;
		height: auto;
		background: none;
	}
	
	#section4-title h2 {
		text-align: center;
		width: 100%;
		font-size: 20px;
		line-height: 32px;
	}
	
	#section4-title h2 strong {
		font-size: 46px;
		line-height: 52px;
	}
	
	#case-results .slick-slider {
		margin: 0 0 80px;
	}
	
	#section4 .case-result {
		width: 100%;
		margin: 0 0 30px;
	}
	
	#section4 .case-result-info {
		height: 600px;
	}
	
	#section4 .case-result-content:after {
		top: 15px;
		content: "";
		height: 584px;
		left: 3%;
		width: 94%;
	}
	
	#section4 .case-result-amount {
		font-size: 45px;
		margin: 0 0 20px;
		line-height: 50px;
	}
	
	#section4 .case-result-text p {
		max-width: 260px;
		margin: 0 auto;
	}
	
	#section4 .case-result-title {
		max-width: 100%;
	}
	
	#section4-slider .slick-dots {
		margin: 0 0 40px;
	}
	
	#section4-slider .slick-dots li button {}
	
	#case-results .slick-list {
		padding: 0;
	}
	
	#main #section4 .button {
		width: 260px;
	}
	
	#main #section4 .slick-prev {
		width: 10px;
		height: 15px;
		font-size: 0px;
		border: 0px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-arrow-white.webp") center center no-repeat;
		position: absolute;
		background-size: 100% auto;
		left: 44%;
		bottom: -40px;
	}
	
	#main #section4 .slick-prev.nitro-lazy {
		background: none !important;
	}
	
	#main #section4 .slick-next {
		width: 10px;
		height: 15px;
		font-size: 0px;
		border: 0px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-arrow-white.webp") center center no-repeat;
		position: absolute;
		background-size: 100% auto;
		right: 44%;
		bottom: -40px;
		transform: scaleX(-1);
	}
	
	#main #section4 .slick-next.nitro-lazy {
		background: none !important;
	}
}

/* ===== HOME SECTION5 ===== */
#main #section5 {
	padding: 120px 50px 130px;
	margin: 0;
	width: 100%;
	z-index: 2;
	position: relative;
	background: none;
	float: left;
}

#main #section5 .container {
	max-width: 1570px;
}

#main #section5-content {
	position: relative;
}

#main #section5-title {
	margin: 0 auto 90px;
	position: relative;
	float: left;
	width: 100%;
}

#main #section5-title h2 {
	color: #06283f;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	letter-spacing: .2em;
	margin: 0;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

#main #section5-slider {
	padding: 0 30px;
	clear: both;
}

#main #section5 .award {
	display: inline-block;
	margin: 0;
	height: 140px;
	line-height: 140px;
	text-align: center;
}

#main #section5 .award img {
	margin: 0 auto;
	max-width: 100%;
	display: inline-block;
}

#main #section5 .slick-prev {
	width: 17px;
	height: 26px;
	font-size: 0px;
	border: 0px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-arrow.webp") center center no-repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -13px 0 0;
}

#main #section5 .slick-prev.nitro-lazy {
	background: none !important;
}

#main #section5 .slick-next {
	width: 17px;
	height: 26px;
	font-size: 0px;
	border: 0px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-arrow.webp") center center no-repeat;
	position: absolute;
	right: 0px;
	top: 50%;
	margin: -13px 0 0;
	transform: scaleX(-1);
}

#main #section5 .slick-next.nitro-lazy {
	background: none !important;
}

@media (max-width: 1299px) {
	#main #section5 {
		padding: 60px 40px 60px;
	}
	
	#main #section5 .container {
		max-width: 100%;
	}
	
	#main #section5-title {
		margin: 0 0 70px;
		text-align: center;
	}
	
	#main #section5-title h2 {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: .1em;
		text-align: center;
	}
	
	#main #section5 .award {
		height: 100px;
		line-height: 100px;
		padding: 0 20px;
	}
	
	#main #section5 .award img {
		margin: 0 auto;
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
	
	#main #section5-slider .slick-prev {
		left: 0px;
		width: 14px;
		height: 21px;
		background-size: 14px auto;
	}
	
	#main #section5-slider .slick-next {
		right: 0px;
		width: 14px;
		height: 21px;
		background-size: 14px auto;
	}
	
	#main #section5-slider .slick-prev:before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 14px solid #b3b2b2;
		margin: -10px 0 0 0;
	}
	
	#main #section5-slider .slick-next:before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 12px solid #b3b2b2;
		margin: -10px 0 0 0;
	}
	
	#section5-slider .slick-dots {
		margin: 20px 0;
	}
	
	#section5-slider .slick-dots li button {
		width: 7px;
		height: 7px;
	}
}

@media (max-width: 767px) {
	#main #section5 {
		padding: 30px 20px 30px;
		margin: 0;
	}
	
	#main #section5:before {
		content: none;
	}
	
	#main #section5-title {
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	
	#main #section5-title h2 {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	
	#main #section5-title:after {
		content: "";
		width: 194px;
		right: auto;
		left: 50%;
		bottom: 0px;
		width: 100%;
		height: 1px;
		margin: 0 0 0 -97px;
	}
	
	#main #section5-slider .slick-prev {
		left: 30px;
	}
	
	#main #section5-slider .slick-next {
		right: 30px;
	}
	
	#main #section5-slider .slick-prev:before {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #b3b2b2;
		margin: -9px 0 0 0;
		left: 5px;
	}
	
	#main #section5-slider .slick-prev:after {}
	
	#main #section5-slider .slick-next:before {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-right: 10px solid #b3b2b2;
		margin: -9px 0 0 0;
		right: 4px;
	}
	
	#main #section5-slider .slick-next:after {}
}

/* ===== SECTION6 ===== */
#section6 {
	padding: 120px 40px 90px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2024/04/atlanta-bw.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

#section6 .container {
	max-width: 1550px;
}

#section6-title {
	margin: 0 auto 105px;
	position: relative;
}

#section6-title h2 {
	color: #fff;
	text-align: center;
	font-size: 90px;
	line-height: 1;
	font-weight: 300;
	margin: 0 auto 50px;
	letter-spacing: .08em;
	text-transform: uppercase;
	position: relative;
}

#section6-title p {
	font-size: 24px;
	font-weight: 400;
	color: #0f6eb0;
	text-align: center;
	font-family: "DM Serif Display", serif;
	letter-spacing: .05em;
}

#section6-title p em {
	position: relative;
	padding: 0 0 3px;
}

#section6-title p em:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	width: 100%;
	background: #065ca2;
}

#section6-title a {
	color: #0f1617;
	text-align: center;
	width: auto;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	padding: 5px 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	display: table;
}

#section6-title a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #0f1617;
	width: 100%;
	height: 1px;
}

#section6-title a:hover {
	color: #fff;
	text-decoration: none;
}

#section6-title a:hover:after {
	background: #fff;
}

#section6 #testimonials {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 748px;
	padding: 0;
}

#section6-slider {
	margin: 0;
	float: left;
	width: 100%;
}

#section6-slider .slick-list {
	margin: 0;
	padding: 0 20px;
}

#section6-slider .slick-track {
	padding: 0;
}

#section6-slider .slick-dots {
	width: 100%;
	text-align: center;
	margin: 60px 0;
}

#section6-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#section6-slider .slick-dots li button {
	font-size: 0px;
	border: 0px;
	background: #fff;
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 auto;
	display: table;
	border-radius: 50%;
}

#section6-slider .slick-dots li.slick-active button {
	background: #09436b;
}

#section6-slider .slick-dots li button:hover {
	background: #fff;
}

#section6 .testimonial {
	padding: 0 25px;
}

#section6 .testimonial-content {
	height: 600px;
	position: relative;
	padding: 60px 20px;
	background: #06283f;
	border: 1px solid #09436b;
}

#section6 .testimonial-info {
	position: relative;
	width: 100%;
	padding: 70px 14% 55px;
	box-shadow: rgba(0, 0, 0, 40%) 0px 0px 18px;
	border: 0px;
	height: 100%;
	background: #fff url("https://www.schollelaw.com/wp-content/themes/scholle/images/testimonial-bg.webp");
}

#section6 .testimonial-info.nitro-lazy {
	background: none !important;
}

#section6 .testimonial-info:after {
	content: "";
	width: 88%;
	height: 610px;
	border: 1px solid #c5af8a;
	position: absolute;
	left: 6%;
	top: -40px;
}

#section6 .testimonial-inner {
	position: relative;
	height: 100%;
}

#section6 .testimonial-text {
	padding: 270px 8% 4px;
	height: 485px;
	position: relative;
}

#section6 .testimonial-title {
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	font-weight: 400;
	max-width: 360px;
	text-align: center;
	margin: 0 auto 40px;
	padding: 0 0 30px;
	position: relative;
	font-family: "DM Serif Display", serif;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-dots.webp") bottom center no-repeat;
}

#section6 .testimonial-title.nitro-lazy {
	background: none !important;
}

#section6 .testimonial-quote {
	border-left: 0px;
	text-align: left;
	position: relative;
	margin: 0 auto 20px;
	width: 100%;
	float: none;
	display: block;
	padding: 0;
}

#section6 .testimonial-quote:before {
	content: none;
}

#section6 .testimonial-quote p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	max-width: 380px;
	margin: 0 auto;
}

#section6 .testimonial-source {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto 6px;
	width: 100%;
	float: none;
	display: block;
}

#section6 .testimonial-review {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 18px;
	padding: 0 0 6px;
	float: none;
	display: table;
	text-transform: uppercase;
}

#section6 .testimonial img {
	margin: 0 auto 60px;
	max-width: 100%;
}

#main #section6 .button {
	color: #fff !important;
	margin: -60px auto 0;
	padding: 30px 40px;
	text-align: center;
	width: auto;
	height: 77px;
	background: #fff;
	border: 0px;
}

#main #section6 .button em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	color: #09436b;
}

#main #section6 .button strong {
	font-size: 30px;
	display: block;
	color: #09436b;
	font-weight: 900;
}

#main #section6 .button:hover {
	background: #f7962a !important;
	color: #fff !important;
}

@media (max-width: 1900px) {
	#section6 #testimonials {}
	
	#section6 .testimonial-content {}
	
	#section6 .testimonial-text {
		padding: 270px 6% 4px;
	}
	
	#section6 .testimonial-title {}
	
	#section6 .testimonial-quote p {}
	
	#section6 .testimonial-source {}
	
	#section6 .testimonial-review {}
}

@media (max-width: 1800px) {
	#section6 #testimonials {}
	
	#section6 .testimonial-content {}
	
	#section6 .testimonial-text {
		padding: 270px 5% 4px;
	}
	
	#section6 .testimonial {
		padding: 0 20px;
	}
	
	#section6 .testimonial-title {}
	
	#section6 .testimonial-quote p {}
	
	#section6 .testimonial-source {}
	
	#section6 .testimonial-review {}
}

@media (max-width: 1299px) {
	#main #section6 {
		padding: 60px 0 60px;
		position: relative;
		z-index: 999;
	}
	
	#section6:before {
		height: 409px;
	}
	
	#main #section6 .container {
		max-width: 780px;
	}
	
	#section6-title {
		margin: 0 auto 40px;
	}
	
	#section6-title h2 {
		font-size: 45px;
		line-height: 52px;
		margin: 0 0 15px;
	}
	
	#section6-title p {
		font-size: 18px;
	}
	
	#section6-title a {
		font-size: 14px;
	}
	
	#section6 #testimonials {
		padding: 0;
		height: 400px;
	}
	
	#section6-slider {}
	
	#section6-slider .slick-list {
		margin: 0;
		border: 0px;
		padding: 0;
	}
	
	#section6-slider .slick-dots {
		width: 100%;
		text-align: center;
		margin: 35px 0;
	}
	
	#section6 .testimonial-info:after {
		content: "";
		width: 88%;
		height: 442px;
		border: 1px solid #c5af8a;
		position: absolute;
		left: 6%;
		top: -12px;
	}
	
	#section6 .testimonial {
		padding: 0 12px;
	}
	
	#section6 .testimonial-content {
		height: 624px;
		padding: 35px 14px;
	}
	
	#section6 .testimonial-info {
		height: 418px;
		padding: 30px 20px 26px;
	}
	
	#section6 .testimonial-inner {}
	
	#section6 .testimonial-text {
		padding: 30px 20px;
		height: 561px;
	}
	
	#section6 .testimonial-title {
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto 20px;
		padding: 0 0 20px;
	}
	
	#section6 .testimonial-quote {
		margin: 0 0 20px;
		max-width: 100%;
		padding: 0;
	}
	
	#section6 .testimonial-quote p {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	
	#section6 .testimonial-source {
		left: 0;
		margin: 0;
		line-height: 24px;
		font-size: 14px;
		text-align: center;
	}
	
	#section6 .testimonial-review {
		bottom: 10px;
		padding: 0;
		max-width: 100%;
		font-size: 12px;
		text-align: center;
	}
	
	#section6 .testimonial img {
		width: 96px;
		margin: 0 auto 20px;
	}
	
	#main #section6 .button {
		font-size: 12px;
		width: 243px;
		height: 55px;
		padding: 10px 0;
		line-height: 18px;
	}
	
	#main #section6 .button:after {
		width: 332px;
		height: 84px;
		left: -12px;
		top: -12px;
		position: absolute;
	}
	
	#main #section6 .button em {
		font-size: 12px;
	}
	
	#main #section6 .button strong {
		font-size: 14px;
	}
	
	#section6-slider .slick-dots li {
		display: inline-block;
		margin: 0 4px;
	}
	
	#section6-slider .slick-dots li button {
		width: 6px;
		height: 6px;
	}
}

@media (max-width:767px) {
	#main #section6 {
		padding: 46px 15px 50px;
	}
	
	#section6-title {
		margin: 0 auto 40px;
	}
	
	#section6-title h2 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 10px;
	}
	
	#section6-title {
		max-width: 440px;
	}
	
	#section6-title p {
		font-size: 18px;
		line-height: 25px;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	
	#section6 .testimonial {
		height: 624px;
	}
	
	#section6-slider {
		margin: -106px 0 0;
	}
	
	#section6 #testimonials {
		margin: 0;
		height: 560px;
	}
	
	#section6-slider {
		margin: 0;
	}
	
	#section6-slider .slick-list {
		margin: 0;
	}
	
	#section6-slider .slick-dots {
		width: 100%;
		text-align: center;
		margin: 40px auto 20px;
	}
	
	#section6-slider .slick-track {}
	
	#section6 .testimonial {
		margin: 0 !important;
		border: 0px !important;
		padding: 0;
		height: 460px;
	}
	
	#section6 .testimonial-content {
		height: 460px;
		padding: 30px 24px;
		max-width: 280px;
		margin: 0 auto;
	}
	
	#section6 .testimonial-info {
		height: 430px;
		padding: 40px 25px;
		max-width: 270px;
		margin: 0 auto;
	}
	
	#section6 .testimonial-info:after {
		height: 456px;
	}
	
	#section6 .testimonial-text {
		margin: 0 auto;
	}
	
	#section6 .testimonial-title {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		margin: 0 auto 20px;
	}
	
	#section6 .testimonial-quote {
		text-align: center;
		margin: 0 auto 20px;
	}
	
	#section6 .testimonial-quote p {
		font-size: 14px;
		line-height: 22px;
	}
	
	#section6 .testimonial-source {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		max-width: 100%;
		bottom: 30px;
	}
	
	#section6 .testimonial img {
		width: 140px;
		bottom: auto;
		position: relative;
	}
	
	#section6-slider .slick-dots li button {}
	
	#main #section6 .button {
		margin: 20px auto 0;
		width: 288px;
		max-width: 260px;
		padding: 10px 0 12px c;
		font-size: 16px;
	}
	
	#main #section6 .button:after {
		width: 282px;
		height: 76px;
		left: -11px;
		top: -8px;
		position: absolute;
	}
	
	#section6 .testimonial-review {
		text-align: center;
	}
}

/* ===== SECTION7 ===== */
#main #section7 {
	padding: 112px 5% 120px 0;
	float: left;
	width: 100%;
	z-index: 2;
	margin: 0;
	background: #06283f;
}

#main #section7 .container {
	max-width: 1800px;
	padding: 0;
}

#section7 a {
	color: #f7962a;
}

#section7 a:hover {
	color: #fff;
}

#section7 ul {
	padding: 0 15px 15px;
}

#section7 li {
	margin: 0;
	line-height: 30px;
	color: #fff;
}

#section7 .content-title {
	margin: 0px auto 60px;
	width: 100%;
	position: relative;
	display: table;
}

#section7 .content-title h2 {
	font-size: 18px;
	text-align: left;
	line-height: 53px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	font-weight: 500;
	color: #fff;
}

#section7 .content-title h2 strong {
	font-size: 50px;
	line-height: 70px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	letter-spacing: .01em;
	position: relative;
	margin: 0;
	padding: 0 0 5px;
	text-transform: none;
	font-family: "DM Serif Display", serif;
}

#section7 .content-title h2 strong:after {
	content: "";
	background: #f7962a;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 3000px;
}

#section7-image {
	position: relative;
	margin: 0;
	display: block;
}

#section7-image:before {
	content: "";
	background: #003c67;
	width: 85%;
	height: 120%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#section7-image img {
	max-width: 100%;
	z-index: 1;
	position: relative;
}

#section7 .content-title img {
	max-width: 100%;
}

#section7-row1 {
	float: right;
	width: 50%;
	margin: 0;
	clear: none;
}

#section7-row2 {
	float: left;
	width: 46%;
	margin: 0;
	clear: none;
}

#section7-row2 img {
	max-width: 100%;
	height: auto;
	margin: 48px 0 0 0;
	width: auto;
}

#section7-row2 p:last-child {
	margin: 0;
}

#section7-text1 {
	margin: 0 0 30px;
	position: relative;
	color: #fff;
}

#section7-text1 h3 {
	font-size: 18px;
	line-height: 24px;
	color: #f7962a;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: .1em;
}

#section7-text1 p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 20px;
}

#section7-text2 {
	margin: 0;
	padding: 0;
	color: #fff;
}

#section7-text2 p {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 20px;
}

#section7-text3 {
	margin: 0;
}

#section7-text2 h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 40px 0 20px;
	font-family: "Roboto", sans-serif;
	color: #fff;
}

#section7-text2 h3:first-child {
	margin: 0 0 20px;
}

#section7-text p {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 30px;
}

#section7-text3 h3 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 25px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#section7-text2 p:last-child {
	margin: 0;
}

@media (max-width: 1600px) {
	#section7 .content-title h2 {}
	
	#section7 .content-title h2 strong {
		font-size: 42px;
		line-height: 60px;
	}
	
	#section7 .content-title {
		margin: 30px 0 40px;
	}
	
	#main #section7 {}
}

@media (max-width: 1299px) {
	#main #section7 {
		padding: 78px 30px 40px 0;
		margin: 0;
	}
	
	#main #section7 .container {
		padding: 0;
	}
	
	#section7 .content-title {
		margin: 0 0 20px;
		width: 100%;
		background-size: 80px auto;
	}
	
	#section7 .content-title h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 11px;
	}
	
	#section7 .content-title h2 strong {
		font-size: 32px;
		line-height: 40px;
		padding: 5px 0 10px;
	}
	
	#section7 .content-title h3 {
		font-size: 21px;
		line-height: 30px;
		max-width: 600px;
	}
	
	#section7-row1 {
		width: 49%;
	}
	
	#section7-row2 {
		width: 46%;
	}
	
	#section7-row2 img {
		margin: 40px 0 0;
	}
	
	#section7-image:before {
		left: 0px;
	}
	
	#section7-row2 figcaption {
		font-size: 22px;
		line-height: 44px;
		padding: 22px 0 0;
	}
	
	#section7-row2 figcaption:before {
		height: 7px;
	}
	
	#section7-text1 {
		margin: 0 0 30px;
	}
	
	#section7-text1 h3 {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 15px;
	}
	
	#section7-text1 p {
		font-size: 18px;
		line-height: 25px;
	}
	
	#section7-text1:before {
		width: 12px;
	}
	
	#section7-text2 {
		margin: 90px 0 0;
		padding: 0 0 0 40px;
	}
	
	#section7-row2 #section7-text2 p {
		font-size: 20px;
		line-height: 28px;
	}
	
	#section7 p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	
	#section7-text3 h3 {
		font-size: 16px;
		margin: 0 0 15px;
	}
	
	#section7-text1 blockquote {
		margin: 0 0 20px;
	}
	
	#section7-text1 blockquote p {
		font-size: 14px;
		line-height: 24px;
		margin: 0;
	}
	
	#section7 .button {
		background: none !important;
		color: #ca9139 !important;
		border-bottom: 1px solid #ca9139;
		line-height: 1;
		padding: 0 0 6px;
		font-weight: 700;
		height: auto;
		display: table;
		width: auto;
		float: left;
	}
}

@media (max-width: 767px) {
	#main #section7 {
		padding: 48px 30px 40px;
		margin: 0;
	}
	
	#section7 .content-title {
		width: 100%;
		margin: 0 0 30px;
	}
	
	#section7 .content-title h2 {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		margin: 0 auto;
		max-width: 100%;
		letter-spacing: .05em;
	}
	
	#section7 .content-title h2 strong {
		font-size: 30px;
		line-height: 34px;
		display: block;
		padding: 10px 0 12px;
	}
	
	#section7 .content-title h2 strong:after {
		width: 100%;
	}
	
	#section7 .content-title h3 {
		font-size: 24px;
		line-height: 34px;
	}
	
	#section7-text1 h3 {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 15px;
	}
	
	#section7-row1 {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	
	#section7-row2 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	#section7-row2 img {
		margin: 0;
		max-width: 282px;
	}
	
	#section7-image:before {
		content: none;
	}
	
	#section7-row2 figcaption {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 30px;
	}
	
	#section7-row2 figcaption strong {}
	
	#section7-row2 figcaption:before {}
	
	#section7-row2 p:last-child {}
	
	#section7-text1 {
		padding: 0;
		margin: 0;
	}
	
	#section7-text1 p {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	
	#section7-text1:before {
		width: 12px;
	}
	
	#section7-text2 {
		margin: 0 0 10px;
		padding: 0;
	}
	
	#section7-text2 p {
		font-size: 20px;
		line-height: 25px;
		margin: 0;
	}
	
	#section7-text p {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	
	#section7-text1 blockquote p {
		font-size: 16px;
		line-height: 28px;
	}
}

/* ===== HOME section8 ===== */
#section8 {
	padding: 160px 5% 100px 8%;
	background: #fff;
}

#section8 .container {
	max-width: 100%;
}

#section8 #practice-areas {
	float: left;
	width: 57%;
}

#section8-title {
	margin: 0 0 60px;
}

#section8 #practice-areas h2 {
	position: relative;
	color: #09436b;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .03em;
	padding: 0 0 50px;
	margin: 0 0 50px;
}

#section8 #practice-areas h2:before {
	content: "";
	background: #ccc;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 15px;
	width: 9000px;
}

#section8 #practice-areas p {
	font-size: 22px;
	line-height: 34px;
	color: #06283f;
	font-family: "DM Serif Display", serif;
}

#section8 .practice-area {
	float: left;
	width: 48%;
	position: relative;
	padding: 0;
	margin: 0 4% 50px 0;
	overflow: visible;
	cursor: pointer;
	text-decoration: none !important;
	transition: background .5s linear;
	-moz-transition: background .5s linear;
	-webkit-transition: background .5s linear;
	border-bottom: 1px solid #ccc;
}

#section8 .practice-area:nth-child(2n+2) {
	margin: 0 0 50px 0;
}

#section8 .practice-area-content {
	text-decoration: none !important;
}

#section8 .practice-area-title {
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	text-align: left;
	position: relative;
	color: #06283f;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 100%;
	text-decoration: none !important;
	letter-spacing: .08em;
	padding: 12px 0 12px 50px;
}

#section8 .practice-area-title:hover {
	color: #f7962a;
}

#section8 .practice-area-title:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #f7962a;
}

#section8-quote {
	float: right;
	width: 34%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/pattern.webp") center center no-repeat;
	background-size: cover;
	padding: 90px 5%;
}

#section8-quote.nitro-lazy {
	background: none !important;
}

#section8-quote p {
	color: #fff;
	font-size: 34px;
	line-height: 70px;
	font-weight: 400;
}

#section8-quote cite {
	color: #f7962a;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .1em;
}

@media (max-width: 1800px) {
	#section8 {
		padding: 120px 3% 60px 4%;
		background: #fff;
	}
	
	#section8 #practice-areas {
		width: 60%;
	}
	
	#section8 #practice-areas h2 {
		font-size: 50px;
		padding: 0 0 40px;
		margin: 0 0 50px;
	}
	
	#section8 #practice-areas p {
		font-size: 20px;
		line-height: 32px;
	}
	
	#section8-quote p {
		font-size: 30px;
		line-height: 60px;
	}
	
	#section8 .practice-area-title {
		font-size: 19px;
		line-height: 30px;
		padding: 12px 0 12px 40px;
	}
}

@media (min-width: 1300px) {
	#section8 .practice-area:hover {}
	
	#section8 .practice-area:hover .practice-area-title {}
}

@media (max-width: 1299px) {
	#section8 {
		padding: 40px 10px 60px;
	}
	
	#section8 #practice-areas {
		float: none;
		width: 100%;
		max-width: 590px;
		margin: 0 auto;
	}
	
	#section8 .practice-area {
		padding: 0;
		margin: 0 4% 20px 0;
	}
	
	#section8 .practice-area:nth-child(2n+2) {
		margin: 0 0 20px;
	}
	
	#section8 #practice-areas h2 {
		position: relative;
		color: #09436b;
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .03em;
		padding: 0 0 30px;
		margin: 0 0 30px;
	}
	
	#section8 #practice-areas h2:before {
		height: 9px;
		width: 9000px;
	}
	
	#section8 #practice-areas p {
		font-size: 16px;
		line-height: 24px;
	}
	
	#section8 .practice-area-title {
		font-size: 14px;
		line-height: 18px;
		max-width: 100%;
		margin: 0 auto;
		padding: 10px 0 10px 20px;
	}
	
	#section8 .practice-area-title:after {
		top: 15px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #f7962a;
	}
	
	#section8 .button {
		width: 243px;
		height: 57px;
		margin: 0 auto;
		padding: 8px 0px 8px;
		font-size: 14px;
		line-height: 20px;
	}
	
	#section8 .button em {
		font-size: 14px;
	}
	
	#section8 .button strong {
		font-size: 14px;
	}
	
	#section8 .button:before {
		width: 262px;
		height: 78px;
		top: -10px;
		left: 8px;
	}
}

@media (max-width:767px) {
	#section8 {
		padding: 40px 20px 30px;
	}
	
	#section8 #practice-areas {
		margin: 0 0 30px;
	}
	
	#section8-title {
		margin: 0 0 30px;
	}
	
	#section8 #practice-areas h2 {
		font-size: 34px;
		padding: 0 0 25px;
		margin: 0 auto 30px;
		text-align: center;
		max-width: 300px;
	}
	
	#section8 #practice-areas h2:before {
		height: 10px;
		width: 100%;
	}
	
	#section8 #practice-areas p {
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		max-width: 330px;
		margin: 0 auto;
	}
	
	#section8 .practice-area {
		width: 100%;
		height: auto;
		margin: 0 auto 20px !important;
		max-width: 255px;
		clear: both;
		float: none;
		display: block;
	}
	
	#section8 .practice-area:last-child {
		margin: 0;
	}
	
	#section8 .practice-area-content {
		padding: 0;
		height: auto;
	}
	
	#section8 .practice-area-title {
		font-size: 16px;
		margin: 0 auto;
		padding: 12px 0 12px 20px;
		border-bottom: 0px;
		font-weight: 700;
		letter-spacing: .05em;
		margin: 0;
	}
	
	#section8 .practice-area-title:after {
		top: 16px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #f7962a;
		left: 0px;
	}
	
	#section8 .button {
		width: 100%;
		padding: 10px 20px;
		margin: 0 auto;
		letter-spacing: 0;
	}
	
	#section8 .button:before {
		width: 242px;
		height: 75px;
		top: -10px;
		left: 8px;
	}
	
	#section8 .button em {
		font-size: 12px;
		top: 2px;
	}
	
	#section8 .button strong {
		font-size: 14px;
		bottom: 2px;
	}
	
	#section8-quote {
		float: none;
		width: 100%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/pattern.webp") center center no-repeat;
		background-size: cover;
		padding: 40px 20px;
		clear: both;
	}
	
	#section8-quote.nitro-lazy {
		background: none !important;
	}
	
	#section8-quote p {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
	
	#section8-quote cite {
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}

/* ===== FOOTER ===== */
#colophon {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 9;
	padding: 0;
}

#footer-form {
	width: 100%;
	/* height: 1350px; */
	position: relative;
	margin: 0;
	padding: 100px 50px 0;
	z-index: 2;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/bg-footer.webp");
	background-size: cover;
}

#footer-form .container {
	max-width: 1770px;
}

#footer-form-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: rgba(3, 20, 32, .95);
	/* height: 1160px; */
	padding: 120px 40px 90px;
}

#footer-form-title {
	margin: 0 auto 60px;
	position: relative;
	display: block;
	max-width: 1190px;
}

#footer-form-title h2 {
	clear: both;
	width: 100%;
	font-weight: 300;
	color: #fff;
	text-align: left;
	line-height: 130px;
	margin: 0 0 26px;
	position: relative;
	display: block;
	font-size: 120px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

#footer-form-title h2 strong {
	font-size: 100px;
	line-height: 110px;
	font-weight: 700;
	letter-spacing: .06em;
	color: #fff;
	margin: 0 auto;
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
}

#footer-form-title h3 {
	float: left;
	clear: both;
	width: 100%;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 30px;
	margin: 0 0 10px;
	position: relative;
	display: inline;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: .1em;
}

#footer-form-title p {
	font-size: 40px;
	line-height: 48px;
	color: #0d619b;
	font-weight: 400;
	text-align: left;
	clear: both;
	margin: 0 auto 15px;
	max-width: 1200px;
	font-family: "DM Serif Display", serif;
	padding: 0 0 0 126px;
	position: relative;
}

#footer-form-title p:before {
	content: "";
	width: 111px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin: -1px 0 0;
	background: #0d619b;
}

#footer-form-title p strong {
	font-weight: 600;
}

#footer-form-title p:last-child {}

#footer-form-fields {
	position: relative;
	max-width: 1190px;
	margin: 0 auto;
}

#footer-required {
	position: absolute;
	top: 60px;
	right: 0px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 0 32px 0 0;
}

#footer-required:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin: -4px 0 0;
	right: 10px;
	background: #f7962a;
	display: none;
}

#footer-form .gform_wrapper {
	overflow: visible;
	margin: 0 auto;
	width: 100%;
	clear: both;
	max-width: 100%;
}

#footer-form .gform_body {
	width: 100%;
	float: left;
	margin: 0 auto 45px;
}

#footer-form .gfield_input_label {
	margin: -10px 0 0;
	position: absolute;
	top: 38px;
	left: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.gfield_contains_required .gfield_input_label:after {
	content: none;
}

#footer-form .active .gfield_input_label {
	opacity: 0;
}

#footer-form .gform_wrapper label {
	display: none;
}

#footer-form .gform_wrapper .gfield_required {
	color: #000;
}

#footer-form .ginput_container {
	position: relative;
	width: 100%;
	height: 80px !important;
	overflow: hidden;
	background: transparent;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#footer-form .ginput_container:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 35px;
	margin: -4px 0 0;
	right: 10px;
	background: #f7962a;
	display: none;
}

#footer-form input[type="text"], #footer-form input[type="email"] {
	float: left;
	width: 100% !important;
	padding: 0 20px 0 !important;
	margin: 0 !important;
	border-radius: 0px;
	height: 80px !important;
	line-height: 80px !important;
	text-align: left;
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, .19);
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1em;
}

#footer-form textarea {
	float: left;
	width: 100% !important;
	padding: 20px 20px 20px 20px !important;
	line-height: 28px;
	margin: 0 !important;
	border-radius: 0px;
	background: rgba(255, 255, 255, .19);
	text-align: left;
	height: 170px !important;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	z-index: 999;
	position: relative;
	border: 0px;
}

#footer-form .gform_wrapper .gform_footer {
	font-size: 16px;
	height: 66px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 3;
}

#footer-form input[type=submit] {
	padding: 30px 40px;
	z-index: 3;
	font-size: 30px;
	letter-spacing: 0;
	width: 100%;
	max-width: 400px;
	height: auto;
	float: right;
	background: #0d619b;
	border-radius: 0px;
	font-weight: 900;
	/* font-family: 'DM Serif Display', serif; */
	text-transform: uppercase;
	margin: 0;
}

#footer-form input[type=submit]:hover {
	background: #f7962a;
}

#footer-form .gfield {
	position: relative;
}

.gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible;
	position: relative;
}

#footer-form .gform_wrapper .gform_footer {
	margin: 0 auto;
	padding: 0px;
	clear: none;
	display: table;
}

#footer-form .gform_wrapper .gform_footer:hover:before {
	color: #386291;
}

#footer-form .gform_wrapper .gform_footer:hover:after {
	color: #386291;
}

#footer-form #field_2_1 {
	position: relative;
	float: left;
	clear: none;
	width: 48%;
	margin: 0 4% 50px 0;
	padding: 0;
}

#footer-form #field_2_8 {
	position: relative;
	float: left;
	clear: none;
	width: 48%;
	margin: 0 0 50px 0;
	padding: 0;
}

#footer-form #field_2_2 {
	position: relative;
	float: left;
	clear: none;
	width: 48%;
	margin: 0 4% 50px 0;
	padding: 0;
}

#footer-form #field_2_4 {
	position: relative;
	float: left;
	clear: none;
	width: 48%;
	margin: 0 0 50px 0;
	padding: 0;
}

#footer-form #field_2_9 {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#footer-form #field_2_5 {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	margin: 0;
	height: 200px !important;
	padding-right: 0;
}

#footer-form #field_2_5 .ginput_container {
	height: 200px !important;
}

.gfield_contains_required .gfield_input_label:after {
	content: "*";
	color: #fff;
	margin: 0 0 0 4px;
}

@media (max-width: 1800px) {
	#footer-form-title h2 strong {
		font-size: 80px;
		line-height: 110px;
	}
	
	#footer-form {
		padding: 100px 30px 0;
	}
	
	#footer-form-content {
		padding: 120px 90px 90px;
	}
}

@media (max-width: 1500px) {
	#footer-form-title h2 strong {
		font-size: 60px;
		line-height: 72px;
	}
}

@media (max-width: 1299px) {
	#footer-form {
		padding: 36px 20px 40px;
		height: 685px;
		width: 100%;
	}
	
	#footer-form-content {
		max-width: 730px;
		height: 620px;
		padding: 40px 40px 40px;
	}
	
	#footer-form-title {
		margin: 0 0 45px;
	}
	
	#footer-form-title h2 {
		font-size: 55px;
		line-height: 60px;
		margin: 0 0 16px;
		letter-spacing: .01em;
	}
	
	#footer-form-title p {
		font-size: 18px;
		line-height: 22px;
		margin: 0 auto 20px;
		padding: 0 0 0 56px;
	}
	
	#footer-form-title p:before {
		width: 45px;
	}
	
	#footer-form-title h2 strong {
		font-size: 42px;
		line-height: 46px;
		margin: 0 auto 20px;
	}
	
	#footer-required {
		font-size: 12px;
		line-height: 16px;
		top: 24px;
		right: 0px;
		padding: 0 12px 0 0;
	}
	
	#footer-required:after {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		top: 6px;
		margin: 0;
		right: 0px;
	}
	
	#footer-form .gform_body {
		margin: 0 auto 10px;
		max-width: 100%;
		float: none;
		display: table;
	}
	
	#footer-form #field_2_1 {
		width: 48%;
		margin: 0 4% 40px 0;
	}
	
	#footer-form #field_2_2 {
		width: 48%;
		margin: 0 4% 40px 0;
	}
	
	#footer-form #field_2_3 {
		width: 48%;
	}
	
	#footer-form #field_2_4 {
		width: 48%;
		margin: 0 0 40px 0;
	}
	
	#footer-form #field_2_6 {
		width: 48%;
	}
	
	#footer-form #field_2_7 {
		width: 48%;
	}
	
	#footer-form #field_2_8 {
		width: 48%;
		margin: 0 0 40px 0;
	}
	
	#footer-form .gfield_input_label {
		font-size: 14px;
		top: 22px;
	}
	
	#footer-form .gform_wrapper label {
		font-size: 16px;
	}
	
	#footer-form .ginput_container {
		height: 40px !important;
	}
	
	#footer-form #field_2_5 .ginput_container {
		height: 124px !important;
	}
	
	#footer-form textarea {
		height: 124px !important;
		padding: 10px 20px 10px 0 !important;
		font-size: 14px;
		line-height: 20px;
	}
	
	#footer-form .gform_wrapper .gform_footer {
		width: 100%;
		height: 54px;
	}
	
	#footer-form .gform_wrapper .gform_footer:before {
		top: 12px;
		font-size: 14px;
	}
	
	#footer-form .gform_wrapper .gform_footer:after {
		bottom: 12px;
		font-size: 14px;
	}
	
	#footer-form .gform_wrapper .gform_footer input[type="submit"] {
		margin: 0;
		width: 100%;
		height: 54px;
		font-size: 14px;
		padding: 5px 0;
		max-width: 253px;
	}
	
	#footer-form #field_2_5 {
		height: 124px !important;
	}
	
	#footer-form input[type="text"] {
		height: 40px !important;
		line-height: 40px !important;
		font-size: 14px;
	}
	
	#footer-form .ginput_container:after {
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		position: absolute;
		top: 16px;
		margin: 0;
		right: 0px;
	}
}

@media (max-width: 767px) {
	#colophon {
		padding: 0;
	}
	
	#footer-form {
		width: 100%;
		float: left;
		padding: 30px 15px 60px;
		height: auto;
	}
	
	#footer-form-content {
		margin: 0px;
		box-shadow: none;
		height: auto;
	}
	
	#footer-form-title h2 {
		font-size: 45px;
		line-height: 50px;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 0 0 15px;
		letter-spacing: 0;
	}
	
	#footer-form-title {
		margin: 0 0 30px;
	}
	
	#footer-form-title p {
		padding: 0;
		text-align: center;
		font-size: 18px;
	}
	
	#footer-form-title p:before {
		content: none;
	}
	
	#footer-required {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		clear: both;
		display: table;
		bottom: auto;
		text-align: center;
		margin: 0 auto;
		padding: 0 30px 0 0;
		font-size: 12px;
	}
	
	#footer-required:after {
		width: 5px;
		height: 5px;
		margin: -2.5px 0 0;
	}
	
	#footer-form .gform_body {
		margin: 0 auto 40px;
	}
	
	#footer-form .gform_wrapper .gform_footer {
		margin: 0 auto;
	}
	
	#footer-form #field_2_1 {
		width: 100%;
		margin: 0 0 13px 0;
	}
	
	#footer-form #field_2_6 {
		width: 100%;
		margin: 0 0 13px 0;
	}
	
	#footer-form #field_2_2 {
		width: 100%;
		margin: 0 0 13px 0;
	}
	
	#footer-form #field_2_4 {
		float: left;
		width: 100%;
		margin: 0 0 13px 0;
	}
	
	#footer-form #field_2_5 {
		width: 100%;
		margin: 0;
		height: 115px !important;
	}
	
	#footer-form #field_2_8 {
		width: 100%;
		margin: 0 0 12px 0;
	}
	
	#footer-form #field_2_5 .ginput_container {
		height: 115px !important;
	}
	
	#footer-form .ginput_container {
		height: 56px !important;
	}
	
	#footer-form .ginput_container:after {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		position: absolute;
		top: 22px;
		right: 10px;
		background: #f7962a;
	}
	
	#footer-form input[type="text"] {
		height: 56px !important;
		line-height: 56px;
		font-size: 16px;
	}
	
	#footer-form textarea {
		height: 115px !important;
		line-height: 24px;
		font-size: 16px;
	}
	
	#footer-form .gfield_input_label {
		font-size: 14px;
		line-height: 20px;
		top: 26px;
	}
	
	#footer-form .gform_wrapper .gform_footer input[type="submit"] {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 273px;
	}
}

/* ===== FOOTER INFO ===== */
#footer-main {
	float: left;
	width: 100%;
	padding: 120px 0 150px;
	position: relative;
	margin: 0;
}

#footer-logo {
	margin: 0 auto 60px;
	float: left;
	width: 30%;
}

#footer-logo img {
	margin: 0 auto 35px;
	display: block;
}

#footer-info {
	float: left;
	width: 100%;
	padding: 98px 30px 60px;
	background: #06283f;
}

#footer-info .container {
	max-width: 1800px;
}

.footer-location {
	float: left;
	width: 20%;
}

#footer-info h3 a:hover {
	color: #f7962a;
}

#footer-info h3 a {
	width: auto;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	padding: 0px;
	position: relative;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	display: table;
}

#footer-info h3 {
	width: auto;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	padding: 0 0 35px;
	position: relative;
	margin: 0 auto 25px;
	text-align: center;
	text-transform: uppercase;
	display: table;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-dots.webp") bottom center no-repeat;
}

#footer-info h3.nitro-lazy {
	background: none !important;
}

.footer-location p {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: "DM Serif Display", serif;
	margin: 0 0 20px;
}

.footer-location a {
	color: #f7962a;
	text-align: center;
	font-size: 16px;
	text-transform: lowercase;
	display: block;
	margin: 0 auto;
}

.footer-location a:hover {
	font-weight: 600;
	text-decoration: none;
}

#footer-address {
	margin: 0 auto 70px;
	color: #fff;
	font-size: 26px;
	line-height: 43px;
	max-width: 200px;
	clear: both;
	display: table;
	width: 100%;
}

#footer-address p {
	color: #30271d;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
	clear: both;
	text-align: center;
	font-weight: 600;
}

#footer-address a {
	color: #beab94 !important;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 700;
	text-decoration: none !important;
	display: table;
	margin: 0 auto;
	letter-spacing: .1em;
}

#footer-address a:after {
	content: "";
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-left: 9px solid #beab94;
	border-top: 5px solid rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 17px 0 0 8px;
	vertical-align: top;
}

#footer-address a:hover {
	color: #6c857c !important;
	font-weight: 700;
}

#footer-address a:hover:after {
	border-left: 9px solid #6c857c;
}

#footer-phone {
	margin: 0 auto 40px;
	color: #fff;
	font-size: 38px;
	line-height: 43px;
	clear: both;
	display: table;
	width: auto;
	font-family: "DM Serif Display", serif;
}

#footer-phone a {
	color: #fff !important;
}

#footer-social {
	text-align: center;
}

#social-facebook {
	text-align: center;
	width: 21px;
	height: 32px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-facebook.webp") 0px 0px no-repeat;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}

#social-facebook.nitro-lazy {
	background: none !important;
}

#social-twitter {
	text-align: center;
	width: 34px;
	height: 32px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-twitter.webp") 0px 0px no-repeat;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}

#social-twitter.nitro-lazy {
	background: none !important;
}

#social-linkedin {
	text-align: center;
	width: 24px;
	height: 32px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-linkedin.webp") 0px 0px no-repeat;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}

#social-linkedin.nitro-lazy {
	background: none !important;
}

#social-youtube {
	text-align: center;
	width: 41px;
	height: 32px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-youtube.webp") 0px 3px no-repeat;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}

#social-youtube.nitro-lazy {
	background: none !important;
}

@media (min-width: 1300px) {
	#social-facebook:hover {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-facebook.webp") 0px -43px no-repeat;
	}
	
	#social-twitter:hover {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-twitter.webp") 0px -43px no-repeat;
	}
	
	#social-twitter:hover.nitro-lazy {
		background: none !important;
	}
	
	#social-linkedin:hover {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-linkedin.webp") 0px -42px no-repeat;
	}
	
	#social-linkedin:hover.nitro-lazy {
		background: none !important;
	}
	
	#social-youtube:hover {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-youtube.webp") 0px -40px no-repeat;
	}
	
	#social-youtube:hover.nitro-lazy {
		background: none !important;
	}
	
	#social-facebook:hover.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 1299px) {
	#footer-main {
		padding: 100px 30px 20px;
	}
	
	#footer-info {
		padding: 40px 30px 30px;
		height: auto;
		width: 100%;
	}
	
	#footer-logo {
		float: left;
		width: 25%;
		margin: 0;
	}
	
	#footer-logo img {
		width: 179px;
		margin: 0 auto 10px;
	}
	
	#footer-phone {
		margin: 0 auto 20px;
		clear: none;
		font-size: 20px;
	}
	
	#footer-phone p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.footer-location {
		float: left;
		width: 25%;
	}
	
	.footer-location p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px;
	}
	
	.footer-location a {
		font-size: 14px;
	}
	
	#footer-info h3 {
		font-size: 16px;
		margin: 0 auto 20px;
		line-height: 30px;
		padding: 0 0 12px;
		background-size: 16px auto;
	}
	
	#footer-info h3 a {
		font-size: 20px;
	}
	
	#footer-phone a {
		font-size: 18px;
		line-height: 30px;
	}
	
	#footer-phone .footer-phone {
		font-size: 14px;
		line-height: 1;
		margin: 0 0 20px;
	}
	
	#footer-phone .footer-phone a {
		font-size: 14px;
	}
	
	#footer-social {
		max-width: 150px;
		margin: 0 auto;
	}
	
	#footer-social p {
		font-size: 16px;
		line-height: 24px;
	}
	
	#social-facebook {
		text-align: center;
		width: 10px;
		height: 19px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-facebook.webp") 0px 0px no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
	}
	
	#social-facebook.nitro-lazy {
		background: none !important;
	}
	
	#social-twitter {
		text-align: center;
		width: 17px;
		height: 23px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-twitter.webp") 0px 0px no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
	}
	
	#social-twitter.nitro-lazy {
		background: none !important;
	}
	
	#social-linkedin {
		text-align: center;
		width: 15px;
		height: 24px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-linkedin.webp") 0px 0px no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
	}
	
	#social-linkedin.nitro-lazy {
		background: none !important;
	}
	
	#social-youtube {
		text-align: center;
		width: 19px;
		height: 20px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/social-youtube.webp") 0px 3px no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
	}
	
	#social-youtube.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	#footer-main {
		width: 100%;
		margin: 80px 0 0;
	}
	
	#footer-logo {
		text-align: center;
		width: 100%;
		margin: 0 0 50px;
	}
	
	#footer-logo img {
		margin: 0 auto 20px;
	}
	
	#footer-info {
		text-align: center;
		width: 100%;
		height: auto;
		padding: 40px 30px 30px;
	}
	
	#footer-info h3 {
		font-size: 25px;
		line-height: 34px;
		padding: 0 0 16px;
	}
	
	.footer-location p {
		font-size: 16px;
		line-height: 25px;
	}
	
	.footer-location {
		width: 100%;
		margin: 0 0 50px;
	}
	
	.footer-location:last-child {
		margin: 0;
	}
	
	#footer-phone {
		width: 100%;
		text-align: center;
	}
	
	#footer-phone .footer-phone {
		font-size: 22px;
	}
	
	#footer-social {
		width: 100%;
	}
}

/* ===== FOOTER BOTTOM ===== */
#footer-bottom {
	float: left;
	width: 100%;
	padding: 20px 30px;
	position: relative;
	background: #fff;
	margin: 0;
}

#footer-bottom .container {
	max-width: 1800px;
}

#footer-disclaimer {
	width: 100%;
}

#footer-bottom p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	line-height: 28px;
	text-transform: uppercase;
}

#footer-bottom p:last-child {
	text-align: center;
	margin: 0;
}

#footer-bottom p a {
	color: #000;
	text-decoration: none;
}

#footer-bottom p a:hover {
	font-weight: 700;
}

@media (max-width: 1299px) {
	#footer-bottom {
		height: auto;
		padding: 20px 0;
	}
	
	#footer-bottom p {
		font-size: 12px;
		text-align: center;
		line-height: 20px;
	}
	
	#footer-disclaimer {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	#footer-main p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px;
	}
	
	#footer-location .button {
		font-size: 14px !important;
		margin: 0 0 20px;
		padding: 12px 30px;
	}
	
	#footer-bottom p {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		margin: 0;
		padding: 0 0 0 17px;
		width: auto;
	}
	
	#footer-bottom p:last-child {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	#footer-bottom p {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		width: 100%;
		margin: 0 auto 20px;
		max-width: 300px;
		float: none;
		display: block;
	}
	
	#footer-bottom p:last-child {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	#footer-disclaimer {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 0;
	}
	
	#footer-main h3 {
		font-size: 14px;
		max-width: 100%;
		text-align: center;
	}
	
	#footer-phone {
		text-align: center;
		margin: 0 auto 24px;
		font-size: 34px;
	}
	
	#footer-location .button {
		margin: 0 auto;
	}
}

/* ===== PAGE CONTENT ===== */
#main #page-content {
	padding: 110px 50px 90px;
}

#page-content .container {
	max-width: 1260px;
}

#page-title {
	text-align: left;
	position: relative;
}

.single-post #page-title {
	text-align: left;
}

#page-content a {
	color: #169fda;
	font-weight: 700;
	text-decoration: none;
}

#page-content a:hover {
	color: #d4ab28;
	font-weight: 700;
	text-decoration: none;
}

#main #page-content img {
	margin: 10px 25px 10px 0px;
}

#primary {
	float: right;
	width: 65%;
	margin: 0;
	padding: 0;
	position: relative;
	padding-right: 2%;
}

#secondary {
	float: left;
	width: 26%;
	margin: 0;
	padding: 20px 0 0;
	overflow: visible;
	height: 100%;
}

#secondary #sidebar {
	float: left;
	width: 100%;
}

#page-content p:last-child {
	margin: 0;
}

#primary h1 {
	margin: 0 0 30px;
	color: #09436b;
	font-size: 46px;
	line-height: 56px;
	font-weight: 400;
	font-family: "DM Serif Display", serif;
	position: relative;
	letter-spacing: .02em;
	display: block;
}

#primary h2 {
	font-size: 34px;
	line-height: 42px;
	margin: 0 0 20px;
	font-weight: 600;
	color: #f7962a;
	letter-spacing: 0;
	display: block;
}

#primary h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 18px;
	font-weight: 700;
	color: #06283f;
	letter-spacing: .01em;
	display: block;
}

@media (max-width: 1500px) {
	#main #page-content {
		padding: 120px 50px 140px;
	}
}

@media (max-width: 1279px) {
	#main #page-content {
		padding: 40px 40px 60px;
	}
	
	#primary {
		float: left;
		width: 100%;
		margin: 0;
		position: relative;
	}
	
	#secondary {
		float: left;
		width: 100%;
		margin: 0;
		position: relative;
		clear: both;
		padding: 0;
		display: none;
	}
	
	#primary h1 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 25px;
	}
	
	#primary h2 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	#main #page-content {
		padding: 40px 30px;
	}
	
	#primary h1 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 18px;
	}
	
	#primary h2 {
		font-size: 18px;
		line-height: 24px;
	}
	
	#primary h3 {
		font-size: 16px;
		line-height: 24px;
	}
	
	#primary h4 {
		font-size: 16px;
	}
	
	#primary h5 {
		font-size: 30px;
		line-height: 42px;
		margin: 0 0 20px;
	}
}

/* ===== POSTS ===== */
#posts {
	width: 110%;
	clear: both;
	margin: 0;
	padding-right: 15%;
}

#posts .post {
	width: 110%;
	clear: both;
	margin: 0 0 40px;
	border-bottom: 2px solid #169fda;
	padding-bottom: 30px;
}

#posts .post:last-child {
	border-bottom: 0px;
	padding-bottom: 10px;
	margin: 0;
}

#main .post .entry-title {
	text-align: left;
	border-bottom: 0px;
	padding: 0;
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: none;
	color: #02182a;
}

#main .post .entry-title a {
	font-weight: 400;
}

#main .post .entry-title a:hover {
	text-decoration: none;
}

#main .post .entry-meta {
	width: 100%;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
	font-weight: 400;
	letter-spacing: .01em;
	text-transform: uppercase;
	position: relative;
}

#main .post .entry-meta a {
	font-weight: 400;
	color: #000;
}

#main .post .entry-meta a:hover {
	font-weight: 600;
	text-decoration: none;
}

#main .post .entry-content {
	width: 100%;
	clear: none;
}

#main .post .entry-content p {
	font-size: 16px;
	line-height: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#main .post .entry-content ul {
	padding: 0 0 0 10px;
	margin: 0 0 20px;
}

#main .post .entry-content ol {
	padding: 0 0 0 10px;
	margin: 0 0 20px;
}

#main .posts-nav {
	float: left;
	width: 100%;
	margin: 70px 0 0;
}

#main .posts-nav ul {
	margin: 0;
}

#main .posts-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline-block;
	clear: none;
	width: auto;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

#main #primary .posts-nav ul li:before {
	content: none;
}

#main .posts-nav ul li a {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	text-decoration: none !important;
	border: 1px solid #000;
	padding: 10px 10px;
}

#main .posts-nav-links {
	float: left;
}

#main .posts-nav-links > div {
	position: relative;
}

#main .posts-nav-links .prev-link:after {
	content: "";
	position: absolute;
	height: 14px;
	width: 1px;
	right: 0px;
	top: 5px;
}

#main .posts-nav-links a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	padding: 0 14px 0 0;
}

#main .posts-nav-links a.next-link:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	right: 0px;
}

/* ===== SIDEBAR ===== */
#secondary .widget {
	float: left;
	width: 100%;
	clear: both;
	font-size: 15px;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#secondary .widget:last-child {
	margin: 0;
}

#secondary .widget h3 {
	width: 100%;
	clear: both;
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	text-align: left;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 20px;
	height: auto;
	position: relative;
	padding: 0 0 0 20px;
}

.widget ul {
	width: 100%;
	clear: both;
	margin: 0;
	float: left;
	padding: 0;
	position: relative;
	z-index: 2;
}

#secondary li {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary li:last-child {
	margin: 0;
}

#secondary li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 16px 12px;
	box-sizing: border-box;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .03px;
	text-decoration: none !important;
	position: relative;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #777;
}

#secondary li:hover > a {
	width: 100%;
	position: relative;
	color: #f7962a;
	font-weight: 700;
}

#secondary li:last-child a {
	border-bottom: 0px;
}

/* ===== PRACTICE AREAS ===== */
.page-template-page-practice-areas #page-content .container {
	max-width: 1170px;
}

#practice-areas-title {
	margin: 0 0 50px;
}

#practice-areas-title h1 {
	text-align: center;
	font-weight: 400;
	font-size: 52px;
	color: #2b597b;
	line-height: 70px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
}

.page-template-page-practice-areas #practice-areas {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-template-page-practice-areas #practice-areas > div {
	float: left;
	width: 100%;
	padding: 0;
}

.page-template-page-practice-areas #practice-areas > div h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.page-template-page-practice-areas #practice-areas > div:last-child {
	margin: 0;
}

.page-template-page-practice-areas #practice-areas ul {
	float: left;
	width: 100%;
}

.page-template-page-practice-areas #practice-areas li {
	list-style: none;
	margin: 0 0 30px;
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
}

.page-template-page-practice-areas #practice-areas li:nth-child(3n) {
	margin-right: 0;
}

.page-template-page-practice-areas #page-content #practice-areas li a {
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: 400;
	text-decoration: none !important;
	line-height: 1;
	border-bottom: 1px solid #beab94;
}

.page-template-page-practice-areas #page-content #practice-areas li a:hover {
	color: #3e3326;
	background: none;
	font-weight: 700;
}

.page-template-page-practice-areas #practice-areas > div:last-child ul {
	margin: 0;
}

@media (max-width: 1299px) {
	#practice-areas-title {
		margin: 0 0 60px;
	}
}

@media (max-width: 767px) {
	.page-template-page-practice-areas #practice-areas-title {
		margin: 0 0 30px;
	}
	
	.page-template-page-practice-areas #practice-areas-title h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	.page-template-page-practice-areas #practice-areas > div {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.page-template-page-practice-areas #practice-areas > div:last-child {
		margin: 0;
	}
	
	.page-template-page-practice-areas #practice-areas li {
		margin: 0;
	}
	
	.page-template-page-practice-areas #page-content #practice-areas li a {
		padding: 20px 0;
	}
	
	.page-template-page-practice-areas #practice-areas li {
		width: 100%;
		margin-right: 0;
	}
}

/* ===== ERROR 404 ===== */
.error404 #page-content h1 {
	text-align: center;
	font-size: 46px;
	line-height: 60px;
	margin: 0 0 200px;
}

.error404 #page-content p {
	text-align: center;
}

div#areas-served ul li {
	float: left;
	width: 30%;
	margin: 0 5% 15x 0;
	background-color: #06283f;
	list-style: none;
	text-align: center;
	padding: 10px 5px;
}

@media (max-width: 767px) {
	div#areas-served ul li {
		width: 90%;
	}
	
	.case-result-individual-wrap {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

div#areas-served ul li:nth-child(3n) {
	margin-right: 0;
}

div#areas-served h1 {
	text-align: center;
}

div#areas-served a {
	color: white;
}

#results-page h5 {
	color: #f7962a;
}

#results-page ul li {
	list-style: none;
}

.button-wrap {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 0px;
}

.individual-case-wrapper {
	float: left;
	width: 18%;
	margin-right: 2%;
	background-color: #e3e3e3;
	text-align: center;
	padding: 20px;
	min-height: 380px;
	margin-bottom: 40px;
}

.individual-case-wrapper h3 {
	font-size: 28px !important;
	margin: 0 0px 20px !important;
	color: #0d619b !important;
	display: block !important;
	border-bottom: 2px solid #e99423 !important;
	padding-bottom: 10px !important;
}

.individual-case-wrapper h4 {
	font-size: 21px;
	color: #0d619b;
	display: block;
}

div#results-page {
	text-align: center;
}

#results-page h3 {
	display: block;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	font-size: 40px;
	line-height: 50px;
	margin: 30px 0 40px;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	float: left;
	width: 100%;
}

.case-result-individual-wrap {
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 20px;
	min-height: 460px;
	border: 2px solid white;
}

.case-result-page-title {
	color: #f7962a;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 auto 5px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: .1em;
}

.case-result-page-amount {
	color: white;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 30px;
	margin: 0 0 30px;
	position: relative;
	font-family: "DM Serif Display", serif;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/icon-dots.webp") bottom center no-repeat;
}

.case-result-page-amount.nitro-lazy {
	background: none !important;
}

.case-result-page-text p {
	font-size: 16px;
	line-height: 26px;
	color: white;
	max-width: 330px;
	margin: 0 auto;
	float: none;
}

.page-template-page-results #page-content {
	background-color: #031e30;
	float: left;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/bg1.webp") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-top: 5px solid white;
}

.page-template-page-results #page-content.nitro-lazy {
	background: none !important;
}

.one-fourth {
	float: left;
	width: 23%;
	padding: 20px;
	background-color: #dedede;
	margin-right: 2%;
	margin-bottom: 30px;
	min-height: 420px;
	text-align: center;
}

.title {
	font-size: 22px;
	line-height: 32px;
	color: #003d67;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 40px;
	padding: 0 0 30px;
	position: relative;
	font-family: "DM Serif Display", serif;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/05/reviews-divider.webp") bottom center no-repeat;
}

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

.reviewbody {
	font-size: 16px;
	line-height: 24px;
}

small.author {
	font-size: 18px;
	color: #133f69;
	display: block;
	text-transform: uppercase;
	margin: 20px 0 0px;
	font-weight: bold;
}

.no-container #page-title {
	text-align: center;
	position: relative;
}

.no-container {
	text-align: center;
}

div#results-page #page-title {
	text-align: center;
	color: white;
}

/* ===== Result and Review pages ===== */
.page-template-page-results a.results {
	width: 13%;
}

@media (min-width: 1300px) and (max-width: 1550px) {
	.page-template-page-results a.results {
		width: 13%;
	}
	
	.page-template-page-results .case-result-individual-wrap {
		width: 23%;
	}
	
	.page-template-page-reviews .one-fourth {
		width: 31%;
	}
}

@media (min-width: 1025px) and (max-width: 1299px) {
	.page-template-page-results a.results {
		width: 13%;
	}
	
	.page-template-page-results .case-result-individual-wrap {
		width: 23%;
	}
	
	.page-template-page-reviews .one-fourth {
		width: 48%;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-results a.results {
		width: 24%;
	}
	
	.page-template-page-results .case-result-individual-wrap {
		width: 31%;
	}
	
	.page-template-page-reviews .one-fourth {
		width: 48%;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-results #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -280px center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-results .container {
		margin-left: 110px;
	}
	
	.page-template-page-results #banner h2 {
		font-size: 35px;
	}
	
	.page-template-page-results #banner-text {
		max-width: 500px;
	}
	
	.page-template-page-results #banner .container {
		max-width: 650px;
	}
	
	.page-template-page-reviews #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -280px center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-reviews #banner.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-reviews .container {
		margin-left: 110px;
	}
	
	.page-template-page-reviews #banner h2 {
		font-size: 35px;
	}
	
	.page-template-page-reviews #banner-text {
		max-width: 500px;
	}
	
	.page-template-page-reviews #banner .container {
		max-width: 650px;
	}
	
	.page-template-page-results a.results {
		width: 24%;
	}
	
	.page-template-page-results .case-result-individual-wrap {
		width: 48%;
	}
	
	.page-template-page-reviews .one-fourth {
		width: 48%;
	}
	
	.page-template-page-results #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-results a.results {
		width: 100%;
	}
	
	.page-template-page-reviews .one-fourth {
		width: 100%;
	}
	
	#no-sidebar-wrap iframe {
		float: left;
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 30px !important;
		height: 250px;
	}
}

#no-sidebar-wrap iframe {
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 280px;
	margin-bottom: 65px;
}

iframe.no-margin-right {
	margin-right: 0px !important;
}

h1.video-header {
	width: 100%;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}

a.vcard {
	background-color: #169fda;
	color: white !important;
	padding: 10px 20px;
}

.page-template-page-attorney-charles #secondary .widget h3 {
	width: 100%;
	clear: both;
	font-size: 22px;
	line-height: 24px;
	font-weight: 800;
	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 20px;
	height: auto;
	position: relative;
	padding: 0;
	color: orange;
}

.page-template-page-attorney-todd #secondary .widget h3 {
	width: 100%;
	clear: both;
	font-size: 22px;
	line-height: 24px;
	font-weight: 800;
	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 20px;
	height: auto;
	position: relative;
	padding: 0;
	color: orange;
}

.page-template-page-attorney-annette #secondary .widget h3 {
	width: 100%;
	clear: both;
	font-size: 22px;
	line-height: 24px;
	font-weight: 800;
	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 20px;
	height: auto;
	position: relative;
	padding: 0;
	color: orange;
}

.post.hentry.ivycat-post {
	float: left;
	width: 30%;
	margin-right: 3%;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #ababab;
	padding-top: 25px;
	margin-bottom: 30px;
	min-height: 525px;
}

.post.hentry.ivycat-post img {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10% !important;
	margin-right: 10% !important;
	display: block;
	border: 1px solid #65a4e9;
	margin-bottom: 20px !important;
}

#main .post.hentry.ivycat-post .entry-title {
	text-align: center;
	border-bottom: 0px;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: none;
	color: #02182a;
	width: 80%;
	float: left;
	margin: 0 10% 10px;
}

.entry-utility {
	display: none;
}

.post.hentry.ivycat-post p {
	float: left;
	width: 80%;
	margin-left: 10% !important;
	margin-right: 10% !important;
	display: block;
	margin-bottom: 10px !important;
	text-align: center;
	line-height: 24px;
	margin-top: 5px !important;
}

.post.hentry.ivycat-post a {
	color: #0c1e2b;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 767px) {
	.post.hentry.ivycat-post {
		float: left;
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
		margin-top: 20px;
		min-height: 100%;
	}
	
	.pullout-text-box {
		width: 100%;
	}
	
	body.blog img.attachment-post-thumbnail.size-post-thumbnail {
		width: 50% !important;
		margin-right: 0 !important;
	}
	
	#main .post .entry-title {
		font-size: 22px;
		line-height: 24px;
	}
}

.pullout-text-box {
	float: left;
	width: 40%;
	background-color: #003d67;
	color: white !important;
	margin-right: 30px;
	border-left: 5px solid #1e6ba1 !important;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

.pullout-text-box li {
	color: white !important;
}

.pullout-text-box p {
	color: white !important;
}

.pullout-text-box-right {
	float: right;
	width: 40%;
	background-color: #003d67;
	color: white !important;
	margin-right: 30px;
	border-left: 5px solid #1e6ba1 !important;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

.pullout-text-box li {
	color: white !important;
}

.pullout-text-box p {
	color: white !important;
}

body.blog img.attachment-post-thumbnail.size-post-thumbnail {
	width: 25%;
	height: auto;
	float: left;
	margin-right: 75%;
	margin-bottom: 20px !important;
}

.practice-area-grid-wrap li a {
	color: #000 !important;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	padding: 12px 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: 400 !important;
	text-decoration: none !important;
	line-height: 1;
	border-bottom: 1px solid #beab94;
}

.practice-area-grid-wrap li a:hover {
	font-weight: 700 !important;
}

.practice-area-grid-wrap ul li {
	list-style: none !important;
	margin: 0 0 30px;
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
}

.practice-area-grid-wrap ul li:nth-child(3n) {
	margin-right: 0;
}

@media (max-width: 767px) {
	.practice-area-grid-wrap ul li {
		width: 100%;
		margin-right: 0;
		margin: 0 0 12px;
	}
	
	.practice-area-grid-wrap li a {
		font-size: 13px;
		line-height: 15px;
	}
	
	#banner h2 {
		font-size: 27px;
		line-height: 32px;
		text-align: center;
		letter-spacing: 0px;
	}
	
	.home #banner {
		padding: 260px 0 0;
	}
}

.blog .post .entry-meta {
	clear: none !important;
}

.blog #posts .post:last-child {
	border-bottom: 0px;
	padding: 0;
	margin: 0;
}

div#areas-served ul li:hover {
	background-color: #f7962a;
}

@media (max-width: 767px) {
	div#mobile-nav ul {
		margin: 0 !important;
	}
	
	div#results-page ul {
		margin: 0 !important;
	}
	
	.page-template-page-no-sidebar #main #page-content img {
		margin: 27px 16px 20px 16px;
		width: 80%;
	}
	
	#main #page-content img {
		margin: 10px 16px 20px 16px;
		width: 95%;
		height: auto;
	}
	
	ul li {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	#main #section2 .container {
		max-width: 90%;
	}
	
	#main #section6 .container {
		max-width: 90%;
	}
	
	#selling-points {
		margin: -44px auto 0;
		height: 308px;
		max-width: 1180px;
		float: none;
	}
	
	.home #banner-text {
		max-width: 700px;
		margin-top: 50px;
	}
	
	.home #banner .button {
		margin: 0px 15px 0 68px;
		width: 346px;
	}
	
	#section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	#section1 .selling-point-text {
		height: 233px;
	}
	
	#section1 .selling-point-text {
		height: 60%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	#section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	#selling-points {
		height: 308px;
	}
	
	#section3-title {
		max-width: 800px;
	}
	
	#section3-title h2 {
		max-width: 700px;
	}
	
	#section3-title h3 {
		max-width: 600px;
	}
	
	#section3-title p {
		max-width: 500px;
	}
	
	#section6 .testimonial-content {
		height: 444px;
	}
	
	#section8 #practice-areas {
		max-width: 900px;
	}
	
	#footer-form-content {
		max-width: 980px;
	}
	
	#banner .button {
		margin: 0px 18px 0px 180px;
		width: 350px;
	}
	
	#primary h1 {
		font-size: 47px;
		line-height: 56px;
	}
	
	#secondary li a {
		font-size: 14px;
		padding: 12px 12px;
	}
	
	#header-desktop {
		display: block !important;
		padding: 0 20% 0 20%;
		height: 121px;
	}
	
	#logo {
		width: 20%;
	}
	
	#header-phone {
		width: 20%;
	}
	
	#header-phone a {
		font-size: 24px;
	}
	
	#header-phone .phone-number strong {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	#main-nav-inner {
		padding: 10px 10px 0;
	}
	
	#banner-reviews img {
		display: block;
		width: 51%;
		float: left;
	}
	
	#banner-reviews {
		display: block !important;
		width: 220px;
		top: 50px;
	}
	
	#banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -110px center no-repeat;
		background-size: 120%;
		height: 355px;
	}
	
	#banner.nitro-lazy {
		background: none !important;
	}
	
	#banner-text {
		margin-top: 30px;
	}
	
	#banner h3 {
		font-size: 45px;
		line-height: 50px;
		margin: 0 0 30px !important;
	}
	
	#section2-text1 h4 {
		margin: 0 0 30px 30px;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	#main-nav-inner {
		width: 104%;
		padding: 66px 10px 0;
	}
	
	#header-phone {
		width: 20%;
	}
	
	/*
	#header-phone .phone-number strong {
    font-size: 18px;
}
	#header-phone a {
    font-size: 34px;
} */
	#section1 .selling-point h4 {
		font-size: 21px;
		line-height: 30px;
	}
	
	#section1 .selling-point {
		height: 444px;
	}
	
	#section1 .selling-point-text {
		height: 43%;
	}
	
	#section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	#section2 .content-title h2 strong {
		font-size: 126px;
	}
	
	#section2 .content-title {
		margin: 0 0 100px;
	}
	
	#main #section2 {
		padding: 30px 0 100px;
	}
	
	#section2-quote blockquote {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 40px;
	}
	
	#section6 .testimonial-content {
		height: 540px;
	}
	
	.home #banner-text {
		max-width: 850px;
	}
	
	#banner .button {
		width: 394px;
		margin: 0 32px 0 16%;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-decaturPI-landing #banner-text {
		width: 54% !important;
		top: -14px;
	}
	
	#banner {
		background-size: 200%;
	}
	
	#banner-text {
		width: 70%;
		top: 14px;
	}
	
	#banner h3 {
		font-size: 30px;
		line-height: 33px;
		padding-left: 0px;
		margin-bottom: 20px !important;
	}
	
	#banner {
		top: 89px;
	}
	
	#banner-buttons {
		margin-left: 74px;
	}
	
	#banner .button {
		margin: 0px 8px 0 0;
		width: 189px;
		height: 94px;
		font-size: 16px;
		line-height: 17px;
	}
	
	.home #banner .button {
		width: 262px;
	}
	
	.home #banner .button {
		font-size: 13px;
		line-height: 20px;
	}
	
	#section1 .selling-point-text {
		height: 273px;
	}
	
	#section1 .selling-point {
		height: 262px;
	}
	
	#selling-points {
		height: 298px;
		margin-top: -13px;
	}
	
	.page-template-page-no-sidebar .post.hentry.ivycat-post {
		width: 47%;
		margin-top: 20px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	#banner {
		background-size: 200%;
	}
	
	#banner-text {
		width: 60%;
		top: 14px;
	}
	
	#banner h3 {
		font-size: 30px;
		line-height: 33px;
		padding-left: 0px;
		margin-bottom: 20px !important;
	}
	
	#banner {
		top: 89px;
	}
	
	#banner .button {
		margin: 0px 8px 0 0;
	}
	
	.home #banner .button {
		width: 350px;
	}
	
	.home #banner .button {
		font-size: 16px;
		line-height: 20px;
	}
	
	#section1 .selling-point-text {
		height: 200px;
	}
	
	#section1 .selling-point {
		height: 262px;
	}
	
	#selling-points {
		height: 298px;
		max-width: 924px;
	}
	
	#main #section2 .container {
		max-width: 870px;
	}
	
	#section3-title {
		max-width: 785px;
	}
	
	#section3-title h3 {
		max-width: 570px;
	}
	
	#section3-title p {
		max-width: 500px;
	}
	
	#main #section6 .container {
		max-width: 860px;
	}
	
	#section6 .testimonial-content {
		height: 414px;
	}
	
	#section8 #practice-areas {
		max-width: 800px;
	}
	
	#footer-form-content {
		max-width: 860px;
	}
	
	.page-template-page-reviews .clear {
		display: none;
	}
}

.featured-image img.attachment-thumbnail.size-thumbnail.wp-post-image.lazyloaded {
	max-height: 240px;
}

#posts ul {
	margin-left: 20px !important;
	float: left;
	width: 100%;
	display: block;
}

.blog #main .post .entry-title img {
	display: none;
}

.pullout-text-box-right {
	background-color: #003d67;
	color: white;
	padding: 20px;
	width: 40%;
	float: right;
	margin-left: 5%;
	border-radius: 5px;
	border-right: 5px solid #1e6ba1 !important;
	margin-bottom: 30px;
}

.pullout-text-box-right li {
	color: white;
}

.pullout-text-box-right p {
	color: white;
}

@media (max-width: 767px) {
	.pullout-text-box {
		width: 100%;
	}
	
	.pullout-text-box-right {
		width: 100%;
	}
}

/*REVIEWS PAGE*/
.page-id-28834 #primary h1 {
	text-align: center;
}

.review-container {
	width: 100%;
}

.review-container h2 {
	text-align: center;
}

.review-container h3 {
	text-align: center;
	padding-bottom: 30px;
}

.review-left {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.review-right {
	width: 48%;
	float: right;
	margin-right: 0;
}

.review-bottom {
	width: 48%;
	float: none;
	margin: 0 auto;
}

.review-left img {
	display: block;
	margin: 0 auto !important;
	padding-bottom: 5px;
	height: 54px;
	width: auto;
}

.review-right img {
	display: block;
	margin: 0 auto !important;
	padding-bottom: 5px;
	height: 54px;
	width: auto;
}

.review-bottom img {
	display: block;
	margin: 0 auto !important;
	padding-bottom: 5px;
	width: auto;
	padding-top: 20px;
}

.review-bottom {
	clear: both;
}

.review-button {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	background-color: #f7962a;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
}

a.review-button:hover {
	color: #fff;
	background-color: #09436b;
	text-decoration: none;
}

a.review-button {
	color: #fff !important;
}

@media (max-width:767px) {
	.review-left {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.review-right {
		width: 100%;
		float: none;
	}
	
	.review-bottom {
		width: 100%;
	}
	
	.review-right img {
		padding-top: 30px;
	}
	
	.review-bottom img {
		padding-top: 30px;
	}
}

/* END REVIEWS PAGE


/* Sara Duluth PI Landing */
.page-template-page-duluthPI-landing #masthead {
	height: 1078px;
}

.page-template-page-duluthPI-landing #banner {
	height: 808px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.page-template-page-duluthPI-landing #banner.nitro-lazy {
	background: none !important;
}

.page-template-page-duluthPI-landing #banner-text {
	max-width: 940px !important;
}

.page-template-page-duluthPI-landing #banner .container {
	max-width: 1720px;
	position: relative;
	top: 86px;
}

.page-template-page-duluthPI-landing #section2 .content-title h1 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

.page-template-page-duluthPI-landing #section2 .content-title h1 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

.page-template-page-duluthPI-landing #banner-text h2 {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 23px;
}

.page-template-page-duluthPI-landing #banner-text p {
	font-size: 38px;
	line-height: 40px;
	margin: 0px 0 60px;
}

.page-template-page-duluthPI-landing #section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

.page-template-page-duluthPI-landing #section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

.page-template-page-duluthPI-landing #section1 .selling-point-text p {
	font-size: 21px;
	line-height: 34px;
}

.page-template-page-duluthPI-landing #section1 .selling-point h4 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
}

.page-template-page-duluthPI-landing #banner .button {
	width: 435px;
	margin: 0 33px 0 2%;
	font-size: 20px;
	padding: 26px 30px;
	padding: 42px 30px 0px;
	line-height: 18px;
}

.page-template-page-duluthPI-landing #banner-buttons {
	margin-left: 74px;
}

.page-template-page-duluthPI-landing span.request {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

.page-template-page-duluthPI-landing span.request {
	margin-top: 14px;
}

.page-template-page-duluthPI-landing #section2-text1 h2 {
	font-size: 30px;
}

@media (min-width: 1501px) and (max-width: 1599px) {
	.page-template-page-duluthPI-landing h2 {
		font-size: 29px;
	}
	
	.page-template-page-duluthPI-landing #banner h2 {
		font-size: 59px !important;
	}
	
	.page-template-page-duluthPI-landing #main-nav-inner > div > ul > li > a {
		padding: -1px 2px 29px !important;
	}
}

@media (min-width: 1401px) and (max-width: 1500px) {
	.page-template-page-duluthPI-landing h2 {
		font-size: 27px;
	}
	
	.page-template-page-duluthPI-landing #banner h2 {
		font-size: 58px !important;
	}
	
	.page-template-page-duluthPI-landing #banner-reviews p strong {
		font-size: 31px;
	}
	
	.page-template-page-duluthPI-landing #banner p {
		font-size: 28px;
		line-height: 31px;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		margin: 0 33px 0 7%;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-duluthPI-landing #banner {
		height: 708px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
		top: 146px;
	}
	
	.page-template-page-duluthPI-landing #masthead {
		height: 1048px;
	}
	
	.page-template-page-duluthPI-landing #banner .container {
		top: 126px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point h4 {
		font-size: 21px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point {
		height: 444px;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		width: 394px;
		margin: 0 32px 0 16%;
	}
	
	.page-template-page-duluthPI-landing #banner-text h2 {
		font-size: 47px;
		line-height: 65px;
	}
	
	.page-template-page-duluthPI-landing #banner-text p {
		font-size: 31px;
		line-height: 37px;
		margin: 0px 0 60px;
	}
	
	.page-template-page-duluthPI-landing #banner-reviews {
		top: -46px;
	}
	
	.page-template-page-duluthPI-landing #main-nav-inner > div > ul > li > a {
		padding: 0px 1px 28px;
	}
	
	.page-template-page-duluthPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.page-template-page-duluthPI-landing #masthead {
		height: 670px !important;
	}
	
	.page-template-page-duluthPI-landing #banner {
		height: 600px;
	}
	
	.page-template-page-duluthPI-landing #banner-text {
		max-width: 790px !important;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point {
		height: 350px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point p {
		font-size: 17px;
		line-height: 32px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text {
		height: 75%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-duluthPI-landing #banner h2 {
		font-size: 49px;
		line-height: 62px;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		width: 435px;
		margin: 0 33px 0 0%;
		font-size: 20px;
		padding: 29px 30px 0px;
	}
	
	.page-template-page-duluthPI-landing #banner-text {
		max-width: 790px !important;
	}
	
	.page-template-page-duluthPI-landing #banner-text p {
		font-size: 34px;
		line-height: 10px;
	}
	
	.page-template-page-duluthPI-landing #banner-reviews {
		top: -10px;
		left: 28px;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title {
		margin: 0 0 86px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-duluthPI-landing #banner {
		height: 500px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-duluthPI-landing #masthead {
		height: 570px !important;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title h1 {
		font-size: 48px;
		text-align: center;
		line-height: 70px;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-duluthPI-landing #banner h2 {
		font-size: 33px;
		line-height: 48px;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		width: 350px;
		margin: 27px 33px 0 -5%;
		font-size: 17px;
		padding: 19px 30px 0px;
	}
	
	.page-template-page-duluthPI-landing #banner-video {
		height: 108px;
		margin-top: 26px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point {
		height: 355px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text {
		height: 69%;
	}
	
	.page-template-page-duluthPI-landing #banner-text {
		width: 64%;
		top: -20px;
	}
	
	.page-template-page-duluthPI-landing #banner-text p {
		font-size: 27px;
		line-height: 19px;
		margin: -14px 0 6px;
	}
	
	.page-template-page-duluthPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-duluthPI-landing #banner {
		height: 468px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-duluthPI-landing #banner .container {
		top: 0px;
	}
	
	.page-template-page-duluthPI-landing #masthead {
		height: 550px !important;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title h1 strong {
		font-size: 76px;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title h1 {
		font-size: 40px;
		line-height: 70px;
	}
	
	.page-template-page-duluthPI-landing #banner h2 {
		font-size: 32px;
		line-height: 43px;
		text-align: center;
	}
	
	.page-template-page-duluthPI-landing #banner p {
		font-size: 23px;
		line-height: 23px;
		text-align: center;
		margin: 0 auto 42px;
		margin-left: -2px;
	}
	
	.page-template-page-duluthPI-landing #banner-text h2 {
		font-size: 32px;
		line-height: 51px;
		padding-bottom: 0px;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		width: 338px;
		margin: -15px 32px 0 3%;
		font-size: 16px;
		padding: 18px 30px 0px;
	}
	
	.page-template-page-duluthPI-landing #banner-video {
		margin: 14px 24px 1px 17%;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point h4 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point {
		height: 376px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text {
		height: 80%;
	}
	
	.page-template-page-duluthPI-landing #section4 .case-result {
		margin: 0 0 100px;
		height: 242px;
	}
	
	.page-template-page-duluthPI-landing #section6 .testimonial-content {
		height: 428px !important;
		padding: 35px 14px;
	}
	
	.page-template-page-duluthPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-duluthPI-landing #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 200px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.page-template-page-duluthPI-landing #masthead {
		height: 940px !important;
	}
	
	.page-template-page-duluthPI-landing #banner-text p {
		font-size: 23px;
		line-height: 40px;
		margin: 0px 0 27px;
		margin-left: 54px;
	}
	
	.page-template-page-duluthPI-landing #banner-text h2 {
		font-size: 28px;
		line-height: 32px;
		padding-bottom: 0px !important;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		width: 375px;
		margin: 0 33px 0 12%;
		padding: 14px 30px 0px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point h4 {
		font-size: 16px;
		line-height: 19px;
		margin: 0px auto 0px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 60px;
	}
	
	.page-template-page-duluthPI-landing #section1 .selling-point-text {
		background-size: 40px;
	}
	
	.page-template-page-duluthPI-landing span.request {
		font-size: 12px;
		display: block;
		margin-top: 0px;
	}
	
	.page-template-page-duluthPI-landing #banner .button {
		width: 93%;
		margin: -11px 33px 0 1%;
		font-size: 16px;
		float: left;
		margin-left: -7%;
		margin-right: 5%;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title h1 strong {
		font-size: 93px;
	}
	
	.page-template-page-duluthPI-landing #section2 .content-title h1 {
		font-size: 36px;
		line-height: 64px;
	}
	
	.page-template-page-duluthPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

/* END Sara's Duluth PI Landing */

/* Sara Decatur PI Landing */
.page-template-page-decaturPI-landing #masthead {
	height: 1078px;
}

.page-template-page-decaturPI-landing #banner {
	height: 808px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.page-template-page-decaturPI-landing #banner.nitro-lazy {
	background: none !important;
}

.page-template-page-decaturPI-landing #banner-text h2 {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 23px;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	margin: 0 0 20px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 90%) 0px 0px 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-decaturPI-landing #banner-text p {
	font-size: 38px;
	line-height: 40px;
	margin: 0px 0 60px;
	color: #ffb100;
}

.page-template-page-decaturPI-landing #banner-text {
	max-width: 940px !important;
}

.page-template-page-decaturPI-landing #banner .container {
	max-width: 1720px;
	position: relative;
	top: 86px;
}

.page-template-page-decaturPI-landing #section2 .content-title h1 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

.page-template-page-decaturPI-landing #section2 .content-title h1 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

.page-template-page-decaturPI-landing #section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

.page-template-page-decaturPI-landing #section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

.page-template-page-decaturPI-landing #section1 .selling-point-text p {
	font-size: 21px;
	line-height: 34px;
}

.page-template-page-decaturPI-landing #section1 .selling-point h4 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
}

.page-template-page-decaturPI-landing #banner .button {
	width: 435px;
	margin: 0 33px 0 10%;
	font-size: 20px;
}

.page-template-page-decaturPI-landing span.request {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-decaturPI-landing #banner {
		height: 708px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
		top: 135px;
	}
	
	.page-template-page-decaturPI-landing #masthead {
		height: 1048px;
	}
	
	.page-template-page-decaturPI-landing #banner .container {
		top: 126px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point h4 {
		font-size: 21px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point {
		height: 444px;
	}
	
	.page-template-page-decaturPI-landing #banner .button {
		width: 394px;
		margin: 0 32px 0 16%;
	}
	
	.page-template-page-decaturPI-landing #banner-text h2 {
		font-size: 57px;
		margin: -42px 0 0px;
	}
	
	.page-template-page-decaturPI-landing #banner-reviews img {
		margin-top: -58px;
	}
	
	.page-template-page-decaturPI-landing h2 {
		font-size: 26px;
		line-height: 40px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 strong {
		font-size: 132px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title {
		margin: 0 0 94px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 {
		font-size: 72px;
		line-height: 95px;
	}
	
	.page-template-page-decaturPI-landing #main-nav-inner > div > ul > li > a {
		padding: 0px 1px 28px;
	}
	
	.page-template-page-decaturPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.page-template-page-decaturPI-landing #masthead {
		height: 670px !important;
	}
	
	.page-template-page-decaturPI-landing #banner {
		height: 600px;
	}
	
	.page-template-page-decaturPI-landing #banner-text {
		max-width: 790px !important;
	}
	
	.page-template-page-decaturPI-landing #banner-reviews {
		margin-left: 30px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 strong {
		font-size: 115px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 {
		font-size: 55px;
		line-height: 75px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point {
		height: 350px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point p {
		font-size: 17px;
		line-height: 32px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text {
		height: 75%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-decaturPI-landing #banner .container {
		top: 0px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title {
		margin: 20px 0 78px;
	}
	
	.page-template-page-decaturPI-landing #banner-text h2 {
		font-size: 48px;
		line-height: 61px;
		margin: 42px 0 20px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-decaturPI-landing #banner {
		height: 500px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-decaturPI-landing #masthead {
		height: 570px !important;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 {
		font-size: 48px;
		text-align: center;
		line-height: 70px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-decaturPI-landing #banner h2 {
		font-size: 36px;
		line-height: 48px;
		margin: 0 0 -7px;
	}
	
	.page-template-page-decaturPI-landing #banner .button {
		width: 356px;
		margin: 27px 33px 0 -1%;
		font-size: 19px;
	}
	
	.page-template-page-decaturPI-landing #banner-video {
		height: 108px;
		margin-top: 26px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point {
		height: 355px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text {
		height: 69%;
	}
	
	.page-template-page-decaturPI-landing #banner .container {
		top: 16px;
	}
	
	.page-template-page-decaturPI-landing #banner-text p {
		font-size: 32px;
		line-height: 40px;
		margin: 0px 0px 26px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title {
		margin: 0 0 70px;
	}
	
	.page-template-page-decaturPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-decaturPI-landing #banner {
		height: 468px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-decaturPI-landing #banner .container {
		top: 0px;
	}
	
	.page-template-page-decaturPI-landing #masthead {
		height: 550px !important;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 strong {
		font-size: 76px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 {
		font-size: 40px;
		line-height: 61px;
	}
	
	.page-template-page-decaturPI-landing #banner h2 {
		font-size: 28px;
		line-height: 43px;
		text-align: center;
		margin: 36px -30px -10px;
	}
	
	.page-template-page-decaturPI-landing #banner p {
		font-size: 21px;
		line-height: 25px;
		margin: 0 auto 37px;
		margin-left: -66px;
	}
	
	.page-template-page-decaturPI-landing #banner .button {
		width: 340px;
		margin: -10px 32px 0 -13%;
		font-size: 18px;
	}
	
	.page-template-page-decaturPI-landing #banner-video {
		margin: 14px 24px 1px 39px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point h4 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point {
		height: 376px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text {
		height: 80%;
	}
	
	.page-template-page-decaturPI-landing h2 {
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 16px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title {
		margin: 0 0 51px;
	}
	
	.page-template-page-decaturPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-decaturPI-landing #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 200px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.page-template-page-decaturPI-landing #masthead {
		height: 940px !important;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-decaturPI-landing #section2 .content-title h1 {
		font-size: 30px;
		line-height: 53px;
	}
	
	.page-template-page-decaturPI-landing #banner h2 {
		font-size: 30px;
		line-height: 42px;
		text-shadow: 2px 2px 10px black;
	}
	
	.page-template-page-decaturPI-landing #banner .button {
		width: 375px;
		margin: 0 33px 0 12%;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point h4 {
		font-size: 16px;
		line-height: 19px;
		margin: 0px auto 0px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 60px;
	}
	
	.page-template-page-decaturPI-landing #section1 .selling-point-text {
		background-size: 40px;
	}
	
	.page-template-page-decaturPI-landing span.request {
		font-size: 12px;
		display: block;
	}
	
	.page-template-page-decaturPI-landing #banner .button {
		width: 90%;
		margin: 0 33px 0 0%;
		font-size: 16px;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.page-template-page-decaturPI-landing #banner-text p {
		font-size: 24px;
		line-height: 0px;
		margin: -14px 53px 31px;
		color: #ffb100;
	}
	
	.page-template-page-decaturPI-landing h2 {
		font-size: 20px;
		line-height: 32px;
		margin: 0 0 20px;
	}
	
	.page-template-page-decaturPI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

/* END Sara's Decatur PI Landing */

/* Sara's Lawrenceville PI Landing */
.page-template-page-lawrencevillePI-landing #masthead {
	height: 1078px;
}

.page-template-page-lawrencevillePI-landing #banner {
	height: 808px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.page-template-page-lawrencevillePI-landing #banner.nitro-lazy {
	background: none !important;
}

.page-template-page-lawrencevillePI-landing #banner-text {
	max-width: 940px !important;
}

.page-template-page-lawrencevillePI-landing #banner .container {
	max-width: 1720px;
	position: relative;
	top: 86px;
}

.page-template-page-lawrencevillePI-landing #section2 .content-title h1 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

.page-template-page-lawrencevillePI-landing #section2 .content-title h1 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

.page-template-page-lawrencevillePI-landing #banner-text h2 {
	font-size: 52px;
	line-height: 68px;
}

.page-template-page-lawrencevillePI-landing #banner-text p {
	font-size: 46px;
	line-height: 40px;
	margin: 20px 0 60px;
}

.page-template-page-lawrencevillePI-landing #section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

.page-template-page-lawrencevillePI-landing #section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

.page-template-page-lawrencevillePI-landing #section1 .selling-point-text p {
	font-size: 21px;
	line-height: 34px;
}

.page-template-page-lawrencevillePI-landing #section1 .selling-point h4 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
}

.page-template-page-lawrencevillePI-landing #banner .button {
	width: 435px;
	margin: 0 33px 0 10%;
	font-size: 20px;
}

.page-template-page-lawrencevillePI-landing span.request {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-lawrencevillePI-landing #banner {
		height: 708px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
		top: 153px;
	}
	
	.page-template-page-lawrencevillePI-landing #masthead {
		height: 1048px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .container {
		top: 48px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point h4 {
		font-size: 21px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point {
		height: 444px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .button {
		width: 394px;
		margin: 0 32px 0 16%;
	}
	
	.page-template-page-lawrencevillePI-landing #main-nav-inner > div > ul > li > a {
		padding: 1px 2px 28px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text h2 {
		font-size: 48px;
		line-height: 59px;
		margin: 47px 0 20px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text p {
		font-size: 39px;
		line-height: 40px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 strong {
		font-size: 125px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title {
		margin: 0 0 114px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.page-template-page-lawrencevillePI-landing #masthead {
		height: 670px !important;
	}
	
	.page-template-page-lawrencevillePI-landing #banner {
		height: 600px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text {
		max-width: 790px !important;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-reviews {
		margin-left: 30px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 strong {
		font-size: 115px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 {
		font-size: 55px;
		line-height: 75px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point {
		height: 350px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point p {
		font-size: 17px;
		line-height: 32px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text {
		height: 75%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text h2 {
		font-size: 40px;
		line-height: 49px;
		margin: 54px 0 8px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text p {
		font-size: 35px;
		line-height: 32px;
		margin: 20px 0 43px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .container {
		top: 19px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title {
		margin: 0 0 77px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-lawrencevillePI-landing #banner {
		height: 500px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-lawrencevillePI-landing #masthead {
		height: 570px !important;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 {
		font-size: 48px;
		text-align: center;
		line-height: 70px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner h2 {
		font-size: 30px;
		line-height: 44px;
		margin: -50px -32px 0px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .button {
		width: 356px;
		margin: 27px 33px 0 -1%;
		font-size: 19px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-video {
		height: 108px;
		margin-top: 26px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point {
		height: 355px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text {
		height: 69%;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text p {
		font-size: 30px;
		line-height: 40px;
		margin: 19px 0px 3px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title {
		margin: 0 0 56px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-lawrencevillePI-landing #banner {
		height: 468px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .container {
		top: 0px;
	}
	
	.page-template-page-lawrencevillePI-landing #masthead {
		height: 550px !important;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 strong {
		font-size: 76px;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 {
		font-size: 45px;
		line-height: 63px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner h2 {
		font-size: 26px;
		line-height: 38px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner p {
		font-size: 25px;
		line-height: 25px;
		text-align: center;
		margin: 0 auto 37px;
		margin-left: 23px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .button {
		width: 340px;
		margin: -10px 32px 0 6%;
		font-size: 18px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-video {
		margin: 21px 24px 1px 96px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point h4 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point {
		height: 376px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text {
		height: 80%;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title {
		margin: 0 0 47px !important;
	}
	
	.page-template-page-lawrencevillePI-landing h2 {
		font-size: 24px !important;
		line-height: 31px !important;
		margin: 0 0 17px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-lawrencevillePI-landing #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 180px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.page-template-page-lawrencevillePI-landing #masthead {
		height: 940px !important;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 strong {
		font-size: 52px;
		font-weight: 400;
	}
	
	.page-template-page-lawrencevillePI-landing #section2 .content-title h1 {
		font-size: 36px;
		line-height: 51px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner h2 {
		font-size: 21px;
		line-height: 31px;
		text-shadow: 2px 2px 10px black;
	}
	
	.page-template-page-lawrencevillePI-landing #banner-text p {
		font-size: 24px;
		line-height: 30px;
		margin: 10px 65px 35px;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .button {
		width: 375px;
		margin: 0 33px 0 12%;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point h4 {
		font-size: 16px;
		line-height: 19px;
		margin: 0px auto 0px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 60px;
	}
	
	.page-template-page-lawrencevillePI-landing #section1 .selling-point-text {
		background-size: 40px;
	}
	
	.page-template-page-lawrencevillePI-landing span.request {
		font-size: 12px;
		display: block;
	}
	
	.page-template-page-lawrencevillePI-landing #banner .button {
		width: 90%;
		margin: 0 33px 10px 0%;
		font-size: 16px;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.page-template-page-lawrencevillePI-landing #banner.nitro-lazy {
		background: none !important;
	}
}

/*END Sara's Lawrenceville PI landing */

/* Bianca's Duluth Car Landing */
.page-template-page-duluth-car #banner-text h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #fff;
	margin: 0 0 20px;
}

.page-template-page-duluth-car #banner-text p {
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	margin: 10px 0 60px;
}

.page-template-page-duluth-car ul li {
	color: #fff;
}

.page-template-page-duluth-car h2 {
	font-size: 31px;
}

.page-template-page-duluth-car iframe.lazyloaded {
	margin-top: 277px;
}

.page-template-page-duluth-car #masthead {
	height: 1078px;
}

.page-template-page-duluth-car #banner {
	height: 808px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.page-template-page-duluth-car #banner.nitro-lazy {
	background: none !important;
}

.page-template-page-duluth-car #banner-text {
	max-width: 940px !important;
}

.page-template-page-duluth-car #banner .container {
	max-width: 1720px;
	position: relative;
	top: 86px;
}

.page-template-page-duluth-car #section2 .content-title h1 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

.page-template-page-duluth-car #section2 .content-title h1 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

.page-template-page-duluth-car #section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

.page-template-page-duluth-car #section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

.page-template-page-duluth-car #section1 .selling-point-text p {
	font-size: 21px;
	line-height: 34px;
}

.page-template-page-duluth-car #section1 .selling-point h4 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
}

.page-template-page-duluth-car #banner .button {
	width: 435px;
	margin: 0 33px 0 10%;
	font-size: 20px;
}

#banner-buttons span.request {
	font-size: 30px;
	display: block;
	font-weight: 900;
}

span.request {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

@media (min-width: 1501px) and (max-width: 1599px) {
	.page-template-page-duluth-car h2 {
		font-size: 29px;
	}
	
	.page-template-page-duluth-car #banner h2 {
		font-size: 68px !important;
	}
}

@media (min-width: 1401px) and (max-width: 1500px) {
	.page-template-page-duluth-car h2 {
		font-size: 27px;
	}
	
	.page-template-page-duluth-car #banner h2 {
		font-size: 68px !important;
	}
	
	#banner-reviews p strong {
		font-size: 31px;
	}
	
	.page-template-page-duluth-car #banner p {
		font-size: 23px;
		line-height: 36px;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-duluth-car #banner {
		height: 708px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
		top: 160px;
	}
	
	.page-template-page-duluth-car #masthead {
		height: 1048px;
	}
	
	.page-template-page-duluth-car #banner .container {
		top: 126px;
	}
	
	.page-template-page-duluth-car #main-nav-inner {
		width: 108%;
		padding: 25px 10px 0;
	}
	
	.page-template-page-duluth-car #banner p {
		font-size: 25px;
	}
	
	.page-template-page-duluth-car #banner .container {
		top: 77px;
	}
	
	.page-template-page-duluth-car #section2 .content-title {
		margin: 0 0 104px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point h4 {
		font-size: 21px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point {
		height: 444px;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 394px;
		margin: 0 32px 0 16%;
	}
	
	.page-template-page-duluth-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.page-template-page-duluth-car #masthead {
		height: 670px !important;
	}
	
	.page-template-page-duluth-car #banner {
		height: 600px;
	}
	
	.page-template-page-duluth-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-duluth-car h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 17px;
	}
	
	.page-template-page-duluth-car #banner-text {
		max-width: 790px !important;
		margin-top: -11px;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 strong {
		font-size: 126px;
	}
	
	.page-template-page-duluth-car #banner-reviews {
		margin-left: 30px;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 {
		font-size: 72px;
		line-height: 92px;
	}
	
	.page-template-page-duluth-car #section2 .content-title {
		margin: 0 0 69px;
	}
	
	.page-template-page-duluth-car #main-nav-inner {
		padding: 15px 10px 0;
	}
	
	.page-template-page-duluth-car #main-nav-inner > div > ul > li > a {
		font-size: 16px;
	}
	
	.page-template-page-duluth-car #banner-reviews {
		margin-left: 16px;
		top: -1px;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 373px;
		margin: 0 33px 0 5%;
	}
	
	.page-template-page-duluth-car #section1 .selling-point {
		height: 350px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point p {
		font-size: 17px;
		line-height: 32px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text {
		height: 75%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-duluth-car #banner h2 {
		font-size: 58px;
		line-height: 72px;
		margin: 0 0 11px;
	}
	
	.page-template-page-duluth-car #banner-reviews p strong {
		font-size: 29px;
		font-weight: 600;
		padding: 0 0 0px;
	}
	
	.page-template-page-duluth-car #banner p {
		font-size: 24px;
		line-height: 40px;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 373px;
		margin: 0px 32px 0 12%;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-duluth-car #banner {
		height: 500px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-duluth-car #masthead {
		height: 570px !important;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 {
		font-size: 48px;
		text-align: center;
		line-height: 70px;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-duluth-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-duluth-car iframe.lazyloaded {
		margin-top: 178px;
	}
	
	.page-template-page-duluth-car #banner-text {
		width: 60%;
		top: -47px;
	}
	
	.page-template-page-duluth-car #banner h2 {
		font-size: 43px;
		line-height: 48px;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 356px;
		margin: -3px 33px 0 0%;
		font-size: 19px;
	}
	
	.page-template-page-duluth-car #banner-video {
		height: 108px;
		margin-top: -4px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point {
		height: 355px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text {
		height: 69%;
	}
	
	.page-template-page-duluth-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-duluth-car #banner {
		height: 468px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-duluth-car #banner .container {
		top: 0px;
	}
	
	.page-template-page-duluth-car #masthead {
		height: 550px !important;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 strong {
		font-size: 76px;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 {
		font-size: 40px;
		line-height: 60px;
	}
	
	.page-template-page-duluth-car #banner h2 {
		font-size: 38px;
		line-height: 43px;
		text-align: center;
	}
	
	.page-template-page-duluth-car #banner p {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		margin: 0 auto 35px;
		margin-left: -2px;
	}
	
	.page-template-page-duluth-car h2 {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 15px;
	}
	
	.page-template-page-duluth-car #section2 .content-title {
		margin: 0 0 52px;
		width: 100%;
	}
	
	.page-template-page-duluth-car #main #section4 {
		padding: 80px 29px 81px;
	}
	
	.page-template-page-duluth-car #section4 .case-result-text p {
		font-size: 14px;
		line-height: 21px;
	}
	
	.page-template-page-duluth-car #banner-buttons {
		margin-left: 74px;
	}
	
	.page-template-page-duluth-car #section4 .case-result {
		margin: 0 0 100px;
		height: 242px;
	}
	
	.page-template-page-duluth-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-duluth-car #footer-logo img {
		width: 225px;
		margin: 0px -22px 7px;
	}
	
	.page-template-page-duluth-car #section6 .testimonial-content {
		height: 428px;
		padding: 35px 14px;
	}
	
	.page-template-page-duluth-car iframe.lazyloaded {
		margin-top: 100px;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 338px;
		margin: -10px 32px 0 2%;
		font-size: 17px;
	}
	
	.page-template-page-duluth-car #banner-video {
		margin: 14px 24px 1px 17%;
	}
	
	.page-template-page-duluth-car #section1 .selling-point h4 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point {
		height: 376px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text {
		height: 80%;
	}
	
	.page-template-page-duluth-car span.request {
		margin-top: 14px;
	}
	
	.page-template-page-duluth-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-duluth-car #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 200px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.page-template-page-duluth-car #banner-text h2 {
		font-size: 28px;
		line-height: 32px;
		text-shadow: 2px 2px 10px black;
	}
	
	.page-template-page-duluth-car #banner-text p {
		font-size: 23px;
		margin-bottom: 40px;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 375px;
		margin: 0 33px 0 12%;
	}
	
	.page-template-page-duluth-car #masthead {
		height: 940px !important;
	}
	
	.page-template-page-duluth-car #section7 .content-title h2 strong {
		font-size: 29px;
	}
	
	.page-template-page-duluth-car iframe.lazyloaded {
		margin-top: 47px;
	}
	
	ul li {
		font-size: 14px;
		line-height: 20px;
		color: #000;
		margin: 0 0 20px 10px;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 strong {
		font-size: 63px;
	}
	
	.page-template-page-duluth-car #section2 .content-title h1 {
		font-size: 32px;
		line-height: 42px;
	}
	
	.page-template-page-duluth-car h2 {
		font-size: 28px;
	}
	
	.page-template-page-duluth-car h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point h4 {
		font-size: 16px;
		line-height: 19px;
		margin: 0px auto 0px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 60px;
	}
	
	.page-template-page-duluth-car #section1 .selling-point-text {
		background-size: 40px;
	}
	
	.page-template-page-duluth-car span.request {
		font-size: 12px;
		display: block;
	}
	
	.page-template-page-duluth-car #banner .button {
		width: 79%;
		margin: -22px 33px 0 -1%;
		font-size: 16px;
		float: left;
		margin-left: 10%;
		margin-right: 5%;
	}
	
	.page-template-page-duluth-car #banner h2 {
		margin: 0 0 10px;
	}
	
	.page-template-page-duluth-car ul li {
		list-style: none;
		margin-left: -10px;
	}
	
	.page-template-page-duluth-car #banner.nitro-lazy {
		background: none !important;
	}
}

/* Bianca's Duluth Car Landing End */

/* Bianca's Decatur Car Landing */
.page-template-page-decatur-car #masthead {
	height: 1078px;
}

.page-template-page-decatur-car #banner {
	height: 808px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.page-template-page-decatur-car #banner.nitro-lazy {
	background: none !important;
}

.page-template-page-decatur-car #banner-text {
	max-width: 940px !important;
}

.page-template-page-decatur-car #banner .container {
	max-width: 1720px;
	position: relative;
	top: 86px;
}

.page-template-page-decatur-car ul li {
	color: #fff;
}

.page-template-page-decatur-car h2 {
	font-size: 31px;
}

.page-template-page-decatur-car iframe.lazyloaded {
	margin-top: 177px;
}

.page-template-page-decatur-car #banner-text h2 {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 23px;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	margin: 0 0 20px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 90%) 0px 0px 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-decatur-car #banner-text p {
	font-size: 38px;
	line-height: 40px;
	margin: 0px 0 60px;
	color: #ffb100;
}

.page-template-page-decatur-car #section2 .content-title h1 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

.page-template-page-decatur-car #section2 .content-title h1 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

.page-template-page-decatur-car #section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

.page-template-page-decatur-car #section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

.page-template-page-decatur-car #section1 .selling-point-text p {
	font-size: 21px;
	line-height: 34px;
}

.page-template-page-decatur-car #section1 .selling-point h4 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
}

.page-template-page-decatur-car #banner .button {
	width: 435px;
	margin: 0 33px 0 10%;
	font-size: 20px;
}

.page-template-page-decatur-car span.request {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

@media (min-width: 1501px) and (max-width: 1599px) {
	.page-template-page-decatur-car h2 {
		font-size: 29px;
	}
}

@media (min-width: 1401px) and (max-width: 1500px) {
	.page-template-page-decatur-car h2 {
		font-size: 27px;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-decatur-car #banner {
		height: 708px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
		top: 160px;
	}
	
	.page-template-page-decatur-car #masthead {
		height: 1048px;
	}
	
	.page-template-page-decatur-car #banner .container {
		top: 126px;
	}
	
	.page-template-page-decatur-car #main-nav-inner {
		width: 108%;
		padding: 25px 10px 0;
	}
	
	.page-template-page-decatur-car #banner p {
		font-size: 25px;
	}
	
	.page-template-page-decatur-car #banner .container {
		top: 77px;
	}
	
	.page-template-page-decatur-car #section2 .content-title {
		margin: 0 0 104px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point h4 {
		font-size: 21px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point {
		height: 444px;
	}
	
	.page-template-page-decatur-car #banner .button {
		width: 394px;
		margin: 0 32px 0 16%;
	}
	
	.page-template-page-decatur-car #main-nav-inner > div > ul > li > a {
		padding: 0px 2px -1px !important;
	}
	
	.page-template-page-decatur-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.page-template-page-decatur-car #masthead {
		height: 670px !important;
	}
	
	.page-template-page-decatur-car #banner {
		height: 600px;
	}
	
	.page-template-page-decatur-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-decatur-car h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 17px;
	}
	
	.page-template-page-decatur-car #banner-text {
		max-width: 790px !important;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 strong {
		font-size: 126px;
	}
	
	.page-template-page-decatur-car #banner-reviews {
		margin-left: 30px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 {
		font-size: 72px;
		line-height: 92px;
	}
	
	.page-template-page-decatur-car #section2 .content-title {
		margin: 0 0 69px;
	}
	
	.page-template-page-decatur-car #main-nav-inner {
		padding: 15px 10px 0;
	}
	
	.page-template-page-decatur-car #main-nav-inner > div > ul > li > a {
		font-size: 16px;
		padding: 32px 2px 29px;
	}
	
	.page-template-page-decatur-car #banner-reviews {
		margin-left: 16px;
		top: -1px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point {
		height: 350px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point p {
		font-size: 17px;
		line-height: 32px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text {
		height: 75%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-decatur-car #banner-text h2 {
		font-size: 50px;
		line-height: 64px;
		margin: 0 0 -4px;
	}
	
	.page-template-page-decatur-car #banner-text p {
		font-size: 35px;
		margin: 0px 0 43px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h2 strong {
		font-size: 103px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h2 {
		font-size: 54px;
		line-height: 77px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-decatur-car #banner {
		height: 500px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-decatur-car #masthead {
		height: 570px !important;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 {
		font-size: 48px;
		text-align: center;
		line-height: 70px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-decatur-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-decatur-car iframe.lazyloaded {
		margin-top: 178px;
	}
	
	.page-template-page-decatur-car #banner-text {
		width: 60%;
		top: -47px;
	}
	
	.page-template-page-decatur-car #banner h2 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 -27px 0px;
	}
	
	.page-template-page-decatur-car #banner-text p {
		font-size: 31px;
		line-height: 40px;
		margin: 0px 0px 5px;
	}
	
	.page-template-page-decatur-car #banner .button {
		width: 356px;
		margin: 27px 33px 0 -1%;
		font-size: 19px;
	}
	
	.page-template-page-decatur-car #banner-video {
		height: 108px;
		margin-top: 26px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point {
		height: 355px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text {
		height: 69%;
	}
	
	.page-template-page-decatur-car #section2 .content-title {
		padding: 0;
		margin: 0 0 65px;
		width: 100%;
	}
	
	.page-template-page-decatur-car h2 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.page-template-page-decatur-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-decatur-car #banner {
		height: 468px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-decatur-car #banner .container {
		top: 0px;
	}
	
	.page-template-page-decatur-car #masthead {
		height: 550px !important;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 strong {
		font-size: 76px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 {
		font-size: 40px;
		line-height: 60px;
	}
	
	.page-template-page-decatur-car #banner h2 {
		font-size: 33px;
		line-height: 43px;
		margin: 0 0 1px;
	}
	
	.page-template-page-decatur-car #banner p {
		font-size: 24px;
		line-height: 25px;
		text-align: center;
		margin: 0 auto 37px;
		margin-left: 0px;
	}
	
	.page-template-page-decatur-car h2 {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 15px;
	}
	
	.page-template-page-decatur-car #section2 .content-title {
		margin: 0 0 52px;
		width: 100%;
	}
	
	.page-template-page-decatur-car #main #section4 {
		padding: 80px 29px 81px;
	}
	
	.page-template-page-decatur-car #section4 .case-result-text p {
		font-size: 14px;
		line-height: 21px;
	}
	
	.page-template-page-decatur-car #banner-buttons {
		margin-left: 74px;
	}
	
	.page-template-page-decatur-car #section4 .case-result {
		margin: 0 0 100px;
		height: 242px;
	}
	
	.page-template-page-decatur-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-decatur-car #footer-logo img {
		width: 225px;
		margin: 0px -22px 7px;
	}
	
	.page-template-page-decatur-car #section6 .testimonial-content {
		height: 428px;
		padding: 35px 14px;
	}
	
	#footer-info h3 a {
		font-size: 25px;
	}
	
	#footer-logo img {
		width: 176px;
	}
	
	.page-template-page-decatur-car #banner-video {
		margin: 14px 24px 1px 94px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point h4 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point {
		height: 376px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text {
		height: 80%;
	}
	
	.page-template-page-decatur-car #banner .button {
		width: 408px;
		margin: -6px 33px 0 -3%;
	}
	
	.page-template-page-decatur-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-decatur-car #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 200px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.page-template-page-decatur-car #masthead {
		height: 940px !important;
	}
	
	.page-template-page-decatur-car #section7 .content-title h2 strong {
		font-size: 29px;
	}
	
	.page-template-page-decatur-car iframe.lazyloaded {
		margin-top: 47px;
	}
	
	.page-template-page-decatur-car ul li {
		font-size: 14px;
		line-height: 20px;
		color: #000;
		margin: 0 0 20px 10px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 strong {
		font-size: 93px;
	}
	
	.page-template-page-decatur-car #section2 .content-title h1 {
		font-size: 44px;
		line-height: 77px;
	}
	
	.page-template-page-decatur-car h2 {
		font-size: 28px;
	}
	
	.page-template-page-decatur-car #banner h2 {
		font-size: 31px;
		line-height: 39px;
		margin: 0 0 -16px;
	}
	
	.page-template-page-decatur-car #banner .button {
		width: 375px;
		margin: 0 33px 0 12%;
		font-size: 16px;
		float: left;
		margin-left: 11%;
		margin-right: 5%;
	}
	
	.page-template-page-decatur-car #section1 .selling-point h4 {
		font-size: 16px;
		line-height: 19px;
		margin: 0px auto 0px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 60px;
	}
	
	.page-template-page-decatur-car #section1 .selling-point-text {
		background-size: 40px;
	}
	
	.page-template-page-decatur-car span.request {
		font-size: 12px;
		display: block;
	}
	
	.page-template-page-decatur-car #banner-text p {
		font-size: 24px;
		line-height: 40px;
		margin: 0px 49px 18px;
	}
	
	.page-template-page-decatur-car #banner.nitro-lazy {
		background: none !important;
	}
}

/* Bianca's Decatur Car Landing End */

/* Bianca's Lawrenceville Car Landing */
.page-template-page-lawrenceville-car ul li {
	color: #fff;
}

.page-template-page-lawrenceville-car h2 {
	font-size: 31px;
}

.page-template-page-lawrenceville-car iframe.lazyloaded {
	margin-top: 277px;
}

.page-template-page-lawrenceville-car #masthead {
	height: 1078px;
}

.page-template-page-lawrenceville-car #banner {
	height: 808px;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
	background-size: cover;
}

.page-template-page-lawrenceville-car #banner.nitro-lazy {
	background: none !important;
}

.page-template-page-lawrenceville-car #banner-text {
	max-width: 940px !important;
}

.page-template-page-lawrenceville-car #banner .container {
	max-width: 1720px;
	position: relative;
	top: 86px;
}

.page-template-page-lawrenceville-car #banner-text h2 {
	font-size: 58px;
	line-height: 72px;
}

.page-template-page-lawrenceville-car #section2 .content-title h1 strong {
	font-weight: 300;
	color: #f7962a;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 156px;
	letter-spacing: .05em;
}

.page-template-page-lawrenceville-car #section2 .content-title h1 {
	font-size: 88px;
	text-align: center;
	line-height: 100px;
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #09436b;
	font-family: "DM Serif Display", serif;
}

.page-template-page-lawrenceville-car #section1 .selling-point-text {
	height: 50%;
	background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
	background-size: 50px;
}

.page-template-page-lawrenceville-car #section1 .selling-point-text.nitro-lazy {
	background: none !important;
}

.page-template-page-lawrenceville-car #section1 .selling-point-text p {
	font-size: 21px;
	line-height: 34px;
}

.page-template-page-lawrenceville-car #section1 .selling-point h4 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
}

.page-template-page-lawrenceville-car #banner .button {
	width: 435px;
	margin: 0 33px 0 10%;
	font-size: 20px;
}

.page-template-page-lawrenceville-car span.request {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

@media (min-width: 1501px) and (max-width: 1599px) {
	.page-template-page-lawrenceville-car h2 {
		font-size: 29px;
	}
	
	.page-template-page-lawrenceville-car #banner .button {
		padding: 24px 30px;
	}
}

@media (min-width: 1401px) and (max-width: 1500px) {
	.page-template-page-lawrenceville-car h2 {
		font-size: 27px;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-lawrenceville-car #banner {
		height: 708px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
		top: 160px;
	}
	
	.page-template-page-lawrenceville-car #masthead {
		height: 1048px;
	}
	
	.page-template-page-lawrenceville-car #banner .container {
		top: 126px;
	}
	
	.page-template-page-lawrenceville-car #main-nav-inner {
		width: 108%;
		padding: 25px 10px 0;
	}
	
	.page-template-page-lawrenceville-car #banner p {
		font-size: 25px;
	}
	
	.page-template-page-lawrenceville-car #banner .container {
		top: 77px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title {
		margin: 0 0 104px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point h4 {
		font-size: 21px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text p {
		font-size: 19px;
		line-height: 33px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point {
		height: 444px;
	}
	
	.page-template-page-lawrenceville-car #banner .button {
		width: 363px;
		margin: 0 32px 0 18%;
		font-size: 18px;
	}
	
	.page-template-page-lawrenceville-car #banner h2 {
		font-size: 50px;
		line-height: 66px;
	}
	
	.page-template-page-lawrenceville-car span.request {
		font-size: 14px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 strong {
		font-size: 130px;
		letter-spacing: .05em;
	}
	
	.page-template-page-lawrenceville-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.page-template-page-lawrenceville-car #masthead {
		height: 670px !important;
	}
	
	.page-template-page-lawrenceville-car #banner {
		height: 600px;
	}
	
	.page-template-page-lawrenceville-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-lawrenceville-car h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 17px;
	}
	
	.page-template-page-lawrenceville-car #banner-text {
		max-width: 790px !important;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 strong {
		font-size: 126px;
	}
	
	.page-template-page-lawrenceville-car #banner-reviews {
		margin-left: 30px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 {
		font-size: 72px;
		line-height: 92px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title {
		margin: 0 0 69px;
	}
	
	.page-template-page-lawrenceville-car #main-nav-inner {
		padding: 15px 10px 0;
	}
	
	.page-template-page-lawrenceville-car #main-nav-inner > div > ul > li > a {
		font-size: 16px;
		padding: 34px 2px 29px;
	}
	
	.page-template-page-lawrenceville-car #banner-reviews {
		margin-left: 16px;
		top: -1px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point {
		height: 350px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point h4 {
		font-size: 19px;
		line-height: 34px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point p {
		font-size: 17px;
		line-height: 32px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text {
		height: 75%;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/uploads/2022/03/broken-arrow.webp") bottom center no-repeat;
		background-size: 50px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text.nitro-lazy {
		background: none !important;
	}
	
	.page-template-page-lawrenceville-car #banner h2 {
		font-size: 47px;
		line-height: 59px;
	}
	
	.page-template-page-lawrenceville-car #banner .button {
		margin: -11px 33px 0 9%;
	}
	
	.page-template-page-lawrenceville-car #banner-video {
		margin-top: -10px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-lawrenceville-car #banner {
		height: 500px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-lawrenceville-car #masthead {
		height: 570px !important;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 {
		font-size: 48px;
		text-align: center;
		line-height: 70px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 strong {
		font-size: 86px;
	}
	
	.page-template-page-lawrenceville-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-lawrenceville-car iframe.lazyloaded {
		margin-top: 178px;
	}
	
	.page-template-page-lawrenceville-car #banner-text {
		width: 60%;
		top: -47px;
	}
	
	.page-template-page-lawrenceville-car #banner h2 {
		font-size: 36px;
		line-height: 48px;
		margin: 0 -23px 20px;
	}
	
	.page-template-page-lawrenceville-car #banner .button {
		width: 356px;
		margin: -4px 33px 0 -1%;
		font-size: 19px;
	}
	
	.page-template-page-lawrenceville-car #banner-video {
		height: 108px;
		margin-top: -4px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point {
		height: 355px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point p {
		font-size: 15px;
		line-height: 27px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text {
		height: 69%;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title {
		margin: 0 0 62px;
	}
	
	.page-template-page-lawrenceville-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-lawrenceville-car #banner {
		height: 468px;
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-desktop.webp") center center no-repeat;
		background-size: cover;
	}
	
	.page-template-page-lawrenceville-car #banner .container {
		top: 0px;
	}
	
	.page-template-page-lawrenceville-car #masthead {
		height: 550px !important;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 strong {
		font-size: 76px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 {
		font-size: 40px;
		line-height: 60px;
	}
	
	.page-template-page-lawrenceville-car #banner h2 {
		font-size: 33px;
		line-height: 43px;
		text-align: center;
		margin: 16px 9px 20px;
	}
	
	.page-template-page-lawrenceville-car #banner p {
		font-size: 21px;
		line-height: 25px;
		text-align: center;
		margin: 0 auto 37px;
		margin-left: -8px;
	}
	
	.page-template-page-lawrenceville-car h2 {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 15px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title {
		margin: 0 0 52px;
		width: 100%;
	}
	
	.page-template-page-lawrenceville-car #main #section4 {
		padding: 80px 29px 81px;
	}
	
	.page-template-page-lawrenceville-car #section4 .case-result-text p {
		font-size: 14px;
		line-height: 21px;
	}
	
	.page-template-page-lawrenceville-car #banner-buttons {
		margin-left: 74px;
	}
	
	.page-template-page-lawrenceville-car #section4 .case-result {
		margin: 0 0 100px;
		height: 242px;
	}
	
	.page-template-page-lawrenceville-car ul li {
		font-size: 14px;
	}
	
	.page-template-page-lawrenceville-car #footer-logo img {
		width: 225px;
		margin: 0px -22px 7px;
	}
	
	.page-template-page-lawrenceville-car #section6 .testimonial-content {
		height: 428px;
		padding: 35px 14px;
	}
	
	.page-template-page-lawrenceville-car iframe.lazyloaded {
		margin-top: 100px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point h4 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point {
		height: 376px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text {
		height: 80%;
	}
	
	.page-template-page-lawrenceville-car #banner .button {
		margin: -12px 33px 0 1%;
	}
	
	.page-template-page-lawrenceville-car #banner-video {
		margin: 10px 0 0 126px;
	}
	
	.page-template-page-lawrenceville-car #banner.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 767px) {
	.page-template-page-lawrenceville-car #banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-mobile.webp") top center no-repeat;
		background-size: cover;
		padding: 200px 0 0;
		height: 524px;
		top: 190px;
		display: block;
		margin: 0;
	}
	
	.page-template-page-lawrenceville-car #masthead {
		height: 940px !important;
	}
	
	.page-template-page-lawrenceville-car #section7 .content-title h2 strong {
		font-size: 29px;
	}
	
	.page-template-page-lawrenceville-car iframe.lazyloaded {
		margin-top: 47px;
	}
	
	.page-template-page-lawrenceville-car ul li {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		margin: 0 0 20px 10px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 strong {
		font-size: 46px;
	}
	
	.page-template-page-lawrenceville-car #section2 .content-title h1 {
		font-size: 32px;
		line-height: 52px;
	}
	
	.page-template-page-lawrenceville-car h2 {
		font-size: 28px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point h4 {
		font-size: 16px;
		line-height: 19px;
		margin: 0px auto 0px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text p {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 60px;
	}
	
	.page-template-page-lawrenceville-car #section1 .selling-point-text {
		background-size: 40px;
	}
	
	.page-template-page-lawrenceville-car span.request {
		font-size: 12px;
		display: block;
	}
	
	.page-template-page-lawrenceville-car #banner .button {
		width: 90%;
		margin: 0 33px 0 0%;
		font-size: 16px;
		float: left;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.page-template-page-lawrenceville-car #banner h2 {
		margin: 0 0 10px;
		font-size: 23px;
		line-height: 30px;
	}
	
	.page-template-page-lawrenceville-car #banner.nitro-lazy {
		background: none !important;
	}
}

/* Bianca's Lawrenceville Car Landing End */
div#review-wrapper {
	max-width: 100%;
	max-height: 280px;
}

.indv-review {
	width: 16%;
	float: left;
	display: block;
	margin: 10px 2%;
}

.indv-review img:hover {
	opacity: 40%;
}

.page-template-page-reviews-php h2 {
	float: none;
}

h2.review-heading {
	float: none;
}

@media (max-width: 767px) {
	.indv-review {
		width: 30%;
		float: left;
		margin: 0px 5% 0 -10px;
	}
	
	.mobile-row {
		margin-left: 17%;
		width: 100%;
	}
	
	.page-template-page-reviews-php h2 {
		float: left;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.page-template-page-home #main-nav-inner > div > ul > li > a {
		padding: 0px 1px 28px;
	}
}

@media (min-width: 1401px) and (max-width: 1501px) {
	#banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -200px center no-repeat;
	}
	
	#banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1501px) and (max-width: 1600px) {
	#banner {
		background: url("https://cdn-ilaopah.nitrocdn.com/tjCkAelOmzyzGfkNJtgBXijDuHgJnMWO/assets/images/optimized/rev-502280f/www.schollelaw.com/wp-content/themes/scholle/images/banner-internal.webp") -150px center no-repeat;
	}
	
	#banner.nitro-lazy {
		background: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.home #banner h2 {
		font-size: 44px;
		line-height: 55px;
		margin: -54px 0 24px;
	}
	
	.page-template-page-home #section2 .content-title h2 {
		font-size: 40px;
		line-height: 56px;
	}
	
	.page-template-page-home #section2 .content-title {
		padding: 0;
		margin: 0 0 76px;
		width: 100%;
	}
	
	.footer-location .phone a {
		font-size: 20px !important;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-template-page-home #section2 .content-title {
		margin: 0 0 53px;
	}
	
	.footer-location .phone a {
		font-size: 18px !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.page-template-page-home #section2 .content-title {
		margin: 0 0 60px;
	}
	
	.footer-location .phone a {
		font-size: 18px !important;
	}
}

.contact-half {
	float: left;
	width: 48%;
	font-size: 24px;
	margin-right: 2%;
	background-color: #e7e7e7;
	padding: 20px;
	line-height: 30px;
	text-align: center;
	color: #0c2e6c;
	margin-bottom: 30px;
}

.contact-half strong {
	color: #ff8f40;
	margin-top: 20px;
	display: block;
}

@media (max-width: 767px) {
	.contact-half {
		width: 100%;
		font-size: 20px;
		margin-right: 0;
		line-height: 26px;
	}
	
	.footer-location .phone a {
		font-size: 18px !important;
	}
}

.footer-location .phone a {
	color: white;
	font-size: 26px;
	display: block;
	font-family: "DM Serif Display", serif;
}

@media (min-width: 768px) {
	img.attorney-bio-photo {
		display: none;
	}
}

.top-banner {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f7962a;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	display: none;
}

html[lang=es] body.has-spanish-banner .top-banner {
	display: block;
}

/* html[lang=es] body.has-spanish-banner #header-desktop {
  top: 48px;
}
html[lang=es] body.has-spanish-banner.admin-bar #header-desktop {
  top: 80px;
} */

/* @media (max-width: 767px) {
  html[lang=es] body.has-spanish-banner #mobile-nav {
    top: 136px;
  }
} */
.header-mobile-top-wrapper {
	position: relative;
}

.mobile-weglog-widget {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
}

.mobile-weglog-widget .country-selector.weglot-dropdown ul {
	position: static;
}

@media (max-width: 1023px) {
	#mobile-nav .weglot-lang {
		display: none;
	}
}

@media (min-width: 768px) {
	.top-banner {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.top-banner {
		font-size: 21px;
	}
}

@media (min-width: 1024px) {
	.mobile-weglog-widget {
		display: none;
	}
	
	#mobile-nav-wrap {
		display: none !important;
	}
	
	#page {
		overflow: initial;
	}
	
	#masthead {
		position: sticky;
		top: 0;
		z-index: 5;
		height: auto !important;
	}
	
	#header-desktop {
		position: sticky;
		height: auto;
	}
}

.weglot-flags.flag-1.en > a:before, .weglot-flags.flag-1.en > span:before {
	background-image: url("https://www.schollelaw.com/wp-content/themes/scholle/images/Flag_of_the_United_States.svg");
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.weglot-flags.flag-1.es > a:before, .weglot-flags.flag-1.es > span:before {
	background-image: url("https://www.schollelaw.com/wp-content/themes/scholle/images/Flag_of_Mexico.svg");
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
	display: flex;
	align-items: center;
}

.weglot-flags > a:before, .weglot-flags > span.wglanguage-name:before {
	display: none !important;
}

.mobile-weglog-widget {
	bottom: 70px !important;
}

.single-post-heading #page-title {
	margin: 0;
}

.single-post-heading {
	margin-bottom: 30px;
}

.single-post-heading .post-author {
	margin-top: 10px;
}
