/* ESSENTIALS CHILD THEME: "Virtuous" */

/* Hero */

.intro-content ul li::before{
	    position: absolute;
    left: 0;
    content: "\f105";
    color: var(--color-primary);
    font-family: "Font Awesome 6 Pro";
}

.intro-content ul li{
	font-size: 1rem;
    color: var(--color-body-text);
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 10px;
}

.hero-slide-content-inner p {
    font-size: 35px;
    color: var(--color-white);
    margin-bottom: 0px;
}
.hero {
	width: 100%;
	position: relative;
}


.hero:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero h2 {
	line-height: 1.2;
	font-weight: bold;
	font-size: 70px;
	letter-spacing: 10px;
	color: var(--color-white);
	text-transform: capitalize;
}

.hero .swiper-pagination {
	bottom: 30px;
}

.hero h2 strong {
	display: block;
	font-weight: inherit;
}

.hero .hero-title-1 {
	font-size: 1.15rem;
	letter-spacing: 2px;
}

.hero .hero-title-3 {
	font-weight: 500;
	color: var(--color-secondary);
}

.hero .slick-dots {
	bottom: 20px;
}

.hero-slide {
	position: relative;
}

.hero-slide-content {
	z-index: 1;
	display: flex;
	position: relative;
	text-align: center;
	align-items: flex-end;
}

.hero-slide-content-inner {
	padding-bottom: 100px;
}

.hero-slide-content .row {
	flex: 1;
}
.hero-slide-content-inner a.button {
	padding: 12px 25px;
	font-size: 16px;
}
.hero-slide-image {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.hero-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}


.hero-slide.slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-slide-image:after,
.hero-slide-image:before {
	left: 0;
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	pointer-events: none;
}

/*.hero-slide-image:before {
	bottom: 0;
	height: 160px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
}*/

.hero-slide-image::after {
	bottom: 0;
	height: 350px;
	/*background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.9) 100%);*/
}

@media screen and (min-width: 768px) {
	.hero h2 {
		font-size: 4.063rem;
		letter-spacing: 15px;
	}

	.hero .hero-title-1 {
		font-size: 1.375rem;
		letter-spacing: 3px;
	}

	.hero .slick-dots {
		bottom: 40px;
	}

	.hero-slide-content {
	}
}

@media screen and (min-width: 1025px) {
/*	.hero-height {
		height: 100vh;
	}
*/
.hero h2 {
	font-size: 70px;
	letter-spacing: 3px;
}

.hero {
	height: calc(100vh - 100px);
	margin-top: 0px;
	min-height: 640px;
}


	.hero .hero-title-1 {
		font-size: 1.5rem;
		letter-spacing: 5px;
	}

	.hero .slick-dots {
		bottom: 50px;
	}

	.hero-slide-content {
	}
}
@media screen and (max-width: 1799px) {

.hero-height {
	height: 720px;
}
}

@media screen and (min-width: 1800px) {
	.hero-height {
	height: 700px;
}
}
@media screen and (min-width: 2499px) {
	.hero-height {
	height: 1000px;
}
}

@media screen and (min-width: 3999px) {
	.hero-height {
	height: 2500px;
}
	.hero-slide-content-inner {
    padding-bottom: 111px;
}
}

/* Intro Section */
img.step-ico {
    max-width: 80px;
}
.intro {
	position: relative;
	padding-top: 75px;
	padding-bottom: 30px;
}

.intro-holder {
	display: flex;
	flex-wrap: wrap;
}

.intro-heading {
	text-transform: uppercase;
}
.intro-heading p .subtitle {
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	color: var(--color-primary);
	font-size: 22px;
}

.intro-heading p {
	margin: 0;
}

.intro-heading h1 {
    text-transform: capitalize;
    color: var(--color-secondary);
}

.intro-heading h6 {
	margin-bottom: 5px;
	color: var(--color-alternate);
	font-size: 1.25rem;
	letter-spacing: 4px;
}

.intro-heading h2 {
	color: #0e2840;
	margin-bottom: 22px;
}

.intro-right {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.intro-right img {
	width: 100%;
}

.intro-shape {
	position: absolute;
	top: 0;
	height: 100%;
	left: -240px;
	opacity: 0.04;
	pointer-events: none;
}

.intro-shape img {
	height: 100%;
	width: auto;
	display: block;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-bottom: 90px;
	}

.intro::before {
	position: absolute;
	top: 0;
	right: 50%;
	width: 381px;
	height: 100%;
	background-color: var(--color-alternate);
	content: "";
	transform: translateX(50%);
	pointer-events: none;
	margin-right: -390px;
}

	.intro-holder {
		justify-content: space-between;
		flex-wrap: unset;
	}

	.intro-content {
    width: 50%;
    position: relative;
    margin-right: 70px;
    line-height: 1.75;
    padding-top: 45px;
    order: 1;
}

	.intro-content:before {
		position: absolute;
		top: 60px;
		left: -45px;
		width: 3px;
		min-height: 350px;
		background-color: var(--color-secondary);
		content: "";
	}

	.intro-right {
		width: calc(50% + 125px);
		margin-right: -125px;
		position: relative;
		order: 2;
		margin-bottom: 0;
	}

	.intro-right img {
		margin-left: auto;
		display: block;
		width: auto;
	}
}

/* Factors */
.steps {
	padding-top: 40px;
	padding-bottom: 40px;
	color: var(--color-near-white);
	background-color:var(--color-primary);
}

.steps-block {
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	font-size: 1rem;
	padding-bottom: 25px;
}

.steps-block:after {
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-near-white);
	opacity: 0.2;
	content: "";
}

.steps-block:last-child:after {
	display: none;
}

.steps-block i {
	margin-bottom: 25px;
	font-size: 48px;
	display: block;
	font-weight: 100;
	color: var(--color-secondary);
}

.steps-block p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: normal;
}

.steps-block strong {
	display: block;
	font-weight: 600;
	font-family: var(--font-family-heading);
}

.steps-block h3 {
    font-size: 1.5rem;
    /* margin-bottom: 22px; */
    color: var(--color-alternate);
    text-transform: capitalize;
    margin-top: 10px;
    height: 80px;
}

@media screen and (min-width: 768px) {
	.steps {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.steps-holder {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.steps-block {
		width: 50%;
		padding: 0 15px;
	}

	.steps-block:after {
		top: 0;
		left: auto;
		bottom: unset;
		right: 0;
		width: 1px;
		height: 100%;
	}

	.steps-block:nth-child(even):after {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.steps-block {
		width: 25%;
		margin: 0;
		padding: 0 30px;
	}

	.steps-block:nth-child(even):after {
		display: block;
	}

	.steps-block:last-child:after {
		display: none;
	}
}

/* Testimonials */
.testimonials {
	position: relative;
	padding-bottom: 50px;
}

.testimonials-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.04;
	pointer-events: none;
	z-index: -1;
	height: 100%;
}

.testimonials-shape img {
	width: auto;
	height: 100%;
	display: block;
}

.testimonials-left {
	position: relative;
	background-color: var(--color-alternate);
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	z-index: 1;
}

.testimonials-left:before {
	position: absolute;
	right: calc(var(--gutter-size) * -1);
	top: 0;
	width: 100vw;
	height: 100%;
	background-color:var(--color-alternate);
	content: "";
	pointer-events: none;
}

.testimonials-left blockquote {
	margin-bottom: 0;
	border-left: 0;
	padding-left: 0;
	padding-right: 60px;
	padding-bottom:60px;
}

.testimonials blockquote::before {
	display: none;
}

.testimonials-left .slick-dots {
	position: relative;
	text-align: left;
	margin-top: 30px;
}

.testimonials-left .slick-dots li {
	margin: 0 5px;
}

.testimonials-left .slick-dots li:first-of-type {
	margin-left: 0;
}

.testimonials-left .slick-dots li button {
	border: 0;
	background-color: var(--color-body-text);
}

.testimonials-left .slick-dots li.slick-active button {
	background: var(--color-secondary);
	transform: unset;
}
.testimonials-content p:first-child {
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	color: var(--color-primary);
	font-size: 20px;
}
.testimonials-content h4 {
	margin-bottom: 20px;
}

.testimonials-content button.no-button,
.testimonials-content .button.no-button {
	position: relative;
	padding-bottom: 10px;
}

.testimonials-content button.no-button:after,
.testimonials-content .button.no-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--color-secondary);
	transition: width 200ms ease-out;
}

.testimonials-content button.no-button:hover,
.testimonials-content button.no-button:focus,
.testimonials-content .button.no-button:hover,
.testimonials-content .button.no-button:focus {
	color: var(--color-primary);
	text-decoration: none;
}

.testimonials-content button.no-button:hover:after,
.testimonials-content button.no-button:focus:after,
.testimonials-content .button.no-button:hover:after,
.testimonials-content .button.no-button:focus:after {
	width: 0;
}

@media screen and (min-width: 768px) {
	.testimonials {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.testimonials-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.testimonials-shape {
		top: 0;
		bottom: unset;
		right: -132px;
	}

	.testimonials-left {
		width: 41.6%;
		margin-right: 102px;
		padding-top: 75px;
		padding-bottom: 75px;
		margin-bottom: 0;
	}

	.testimonials-left:before {
		right: 100%;
	}

	.testimonials-left .slick-dots {
		margin-top: 58px;
	}

	.testimonials-content {
		flex: 1;
		align-self: center;
		line-height: 1.8;
	}

	.testimonials-slider {
		padding-right: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.testimonials-slider {
		padding-right: 110px;
	}
}

/* Team Slider */
.attorney-hover-box {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	display: block;
}

.attorney-result-image-container {
	height: 392px;
	position: relative;
}

.attorney-result-image-container:before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(11, 33, 54, 0) 0%, rgba(11, 33, 54, 1) 100%);
	content: "";
	width: 100%;
	height: 50%;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attorney-result-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--color-primary);
	width: 100%;
	height: 100%;
	transition: 400ms ease-out;
	color: var(--color-near-white);
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.8;
}

.attorney-result-overlay-inner {
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.attorney-result-overlay p {
	color: #fff;
	margin-bottom: 15px;
	font-size: 0.8rem;
}

.attorney-result-overlay span {
	color: var(--color-secondary);
	font-size: 0.813rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}

.attorney-hover-box:hover .attorney-result-overlay,
.attorney-hover-box:focus .attorney-result-overlay {
	top: 0;
}

.attorney-hover-box-info {
	padding: 12px;
	position: absolute;
	bottom: 0;
	color: var(--color-near-white);
	background-color: var(--color-primary);
	width: 100%;
	text-align: center;
	font-size: 1.063rem;
	box-sizing: border-box;
}

.attorney-hover-box-info h2,
.attorney-hover-box-info p {
	margin: 0;
}

.attorney-hover-box-info h2 {
	color: var(--color-secondary);
	font-size: 1.2rem;
	margin-bottom: 4px;
	text-transform: none;
}

.attorney-hover-box-info p {
	color: #fff;
	font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
	.attorney-hover-box {
		margin-bottom: 0;
	}
}

.module-attorneys-e {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(images/background_columns.webp);
	background-size: cover;
}

.module-attorneys-e-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	pointer-events: none;
	z-index: -1;
	content: "";
}

.module-attorneys-e-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.module-attorneys-e-button {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
	.module-attorneys-e {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.module-attorneys-e:before {
		position: absolute;
		top: -115px;
		left: 50%;
		z-index: 2;
		background-color: var(--color-secondary);
		width: 3px;
		height: 408px;
		content: "";
		margin-left: -560px;
		transform: translateX(-50%);
	}
}

/* Badges */
.module-badges-b {
	padding: 30px 0;
}

.module-badges-b-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.module-badges-b-single {
	flex-basis: 50%;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.module-badges-b-single img {
	height: auto;
}

@media screen and (min-width: 768px) {
	.module-badges-b-single {
		flex-basis: 33.3%;
		width: 33.3%;
	}
}

@media screen and (min-width: 1025px) {
	.module-badges-b-single {
		flex-basis: 20%;
		width: 20%;
		margin: 0;
	}
}
.module-attorneys-a-inner .module-attorneys-a-content {
	text-align: center;
}

.module-attorneys-a-photo {
	margin-bottom: 30px;
	text-align: center;
}

.module-attorneys-a-photo img {
    width: 100%;
    max-width: 500px;
	margin-top: 50px;
}
.module.module-attorneys-a .module-title {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.module-attorneys-a-photo {
		margin: 0 4% 0 0;
		padding-right: 4%;
		border-right: 1px solid #000;
		display: flex;
		align-items: flex-start;
	}

	.module-attorneys-a-inner {
		display: flex;
	}

	.module-attorneys-a-inner .module-attorneys-a-content {
		text-align: left;
		margin-top: 50px;
		flex: 1;
	}

	.module-attorneys-a .module-title {
		text-align: left;
	}
}

@media screen and (min-width: 1025px) {
	.module-attorneys-a-content {
		padding-right: 1%;
	}
}
.module-cta-a-inner {
  margin-top: 40px;
}

.module-cta-a-inner .button {
  width: 100%;
  margin-bottom: 20px;
}

.module-cta-a-inner .button:last-of-type {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .module-cta-a-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .module-cta-a-inner .button {
    margin: 0 2%;
    width: auto;
  }
}
.home blockquote, .quote-single {
    font-style: italic;
    position: relative;
    margin:0px;
    padding-top: 20px;
    font-size: 25px;
 
}
.testimonials-left h4 {
    font-size: 25px;
    color: var(--color-primary);
    font-weight: 600;
}

@media screen and (min-width: 280px) and (max-width: 767px) {

.hero {
	margin-top: 0px;
}
.button.alt-01.tel-link i {
	color: #fff;
}

.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
 
.hero .hero-title-1 {
	font-size: 18px;
 
}
.hero .hero-title-2 {
	font-size: 32px;
	max-width: 620px;
	line-height: normal;
}

.hero-slide-content-inner {
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 15px;
}
	
	.hero-slide-content-inner p{
		font-size: 16px;
	}

.hero-slide-content.hero-height {
	height: 600px;
}

.hero-height {
	height: 767px;
}
.hero-slide-content {
	align-items: flex-end;
}
 
.hero-slide-content.hero-height .column {
	padding: 0 15px;
}
.hero h2 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0;
    color: var(--color-white);
    text-transform: capitalize;
    /* text-shadow: 0 0 5px #fff; */
}

.hero-slide-content-inner a.button {
	padding: 12px 25px;
	font-size: 14px;
}

.hero-slide-image::after {
	height: 230px;
	 
}
	img.step-ico {
	max-width: 60px;
}

.intro {
	position: relative;
	padding-top: 45px;
	padding-bottom: 30px;
}

.home blockquote, .quote-single {
	font-style: italic;
	position: relative;
	margin: 0px;
	padding-top: 20px;
	font-size: 20px;
	padding: 10px;
}

.testimonials-left::before {
	z-index: -1;
}
.module.module-cta-a.module-dark.light-text {
	padding: 50px 0;
}

.module.module-attorneys-a {
	padding: 50px 0;
}




	
}



@media screen and (min-width: 767px) and (max-width: 1024px) {
		
	.hero.hero-height {
	margin-top: 0px;
}

.button.alt-01.tel-link i {
	color: #fff;
}
	
.hero .hero-title-2 {
  
	font-size: 40px;
 
}
.hero-slide-content {
	align-items: center;
	padding-top:70px
}

	.hero-height {
	height: 400px;
}
.hero-slide-content-inner {
	padding-bottom: 0;
}
.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
	
	.hero h2 {
	font-size: 2rem;
	letter-spacing: 5px;
}
	
	.hero-slide-content-inner p {
    font-size: 28px;
    color: var(--color-white);
    margin-bottom: 0px;
}

.intro-heading h1 {
	text-transform: capitalize;
	font-size: 30px;
}
.intro-heading p .subtitle {
 
	font-size: 20px;
}
.intro-heading h1 {
	text-transform: capitalize;
	font-size: 22px;
}
.intro-content {
	width: 50%;
	position: relative;
	margin-right: 10px;
	line-height: 1.75;
	padding-top: 0;
	order: 1;
}
.intro-content p {
	font-size: 17px;
	line-height: 1.5;
}

.intro {
	padding-bottom: 50px;
}

.testimonials-left {
 
	margin-right: 30px;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: 0;
}

.module-attorneys-a-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.module-attorneys-a-photo img {
	width: 100%;
	max-width: 500px;
	margin: 50px auto 0;
}

.module-attorneys-a-photo {
	margin: 0;
	padding-right: 0;
	border-right: none;
	display: flex;
	align-items: flex-end;
}






	
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
	
.module-attorneys-a-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.module-attorneys-a-photo {
	margin: 0;
	padding-right: 50px;
	border-right: none;
	display: flex;
	align-items: flex-end;
}

.module.module-attorneys-a {
	padding: 50px 0;
}	
	
}

	@media screen and (min-width: 1024px) and (max-width:1279px) {
	
.hero-slide-content {
	align-items: flex-end;
	padding-top: 0;
}
 

.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
.hero-height {
	height: 100vh;
}	
.hero {
	margin-top: 0px;
	overflow: hidden;
}

.hero h2 {
	font-size: 3.5rem;
	letter-spacing: 2px;
}	}
.module-attorneys-c-single-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
    padding: 12px 0;
}

.module-attorneys-c-single-content h3
 {
	margin: 0;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
}
.module-attorneys-c-single-content span{
	font-size:18px;
	margin: 0;
	display: block;
	width: 100%;
	color: #fff;
}

.module-attorneys-c-single-content p {
	display: none;
	font-size: 0.9rem;
	margin: 25px 0;
	color: #fff;
}

.module-attorneys-c-single {
	width: 250px;
	height: 317px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	position: relative;
	display: block;
}

.module-attorneys-c-single::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 317px;
	top: 0;
	left: 0;
	background: var(--color-primary);
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.module-attorneys-c-single:hover::before,
.module-attorneys-c-single:focus::before {
	opacity: 1;
}

.module-attorneys-c-single:hover .module-attorneys-c-single-content,
.module-attorneys-c-single:focus .module-attorneys-c-single-content {
	top: 0;
	bottom: 0;
	text-align: left;
	padding: 20px;
	background: none;
}

.module-attorneys-c-single:hover .module-attorneys-c-single-content p,
.module-attorneys-c-single:focus .module-attorneys-c-single-content p {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

@media screen and (min-width: 280px) {
	.module-attorneys-c-inner {
		display: flex;
	
	}
}

@media screen and (min-width: 1025px) {
.module-attorneys-c-inner {
     column-gap: 20px;
    margin: 0 auto;
    justify-content: center;
}
}
/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */

.attorney-search-inner {
	display: block;
	outline: none;
	transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
	filter: blur(12px);
	opacity: 0;
}

.attorney-single-box {
    padding: 0;
    background: var(--color-near-white);
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.attorney-results {
	display: flex;
    flex-direction: column;
    justify-self: center;
}

.attorney-results .attorney-single-box {
	width: 250px;
}

.attorney-single-box img {
    width: 100%;
    transition: all 200ms ease-out;
    height: auto;

}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
	transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px;
	background-color: var(--color-primary);
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: background 200ms ease-out;
	width:100%;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	color: white;
	margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: var(--color-alternate);
}

.attorney-single-box h2 {
	font-size: 25px;
}

.attorney-single-box-info p {
	font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		justify-items: center;
	}
	
	.home .attorney-results {
		grid-column-gap: 40px;
	}

	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {

	.attorney-results {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Attorney Rows */
.attorney-single-row {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin-bottom: 40px;
}

.attorney-row-link {
	justify-content: center;
	margin: 0 auto;
	max-width: 280px;
	transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
	opacity: 0.9;
}

.attorney-row-info-main {
	padding-top: 20px;
	border-top: 2px solid var(--color-gray);
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: var(--color-primary);
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		flex-direction: row;
		border-bottom: 2px solid var(--color-gray);
		text-align: left;
		margin-bottom: 30px;
	}

	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}

	.attorney-row-info {
		display: flex;
		flex: 1;
		padding: 0 0 40px 5vw;
	}

	.attorney-row-info-main {
		justify-content: flex-end;
		display: flex;
		flex-direction: column;
		padding: 0;
		border: none;
		flex: 1;
	}

	.attorney-row-info-main-contact {
		margin-top: 40px;
	}

	.attorney-row-additional {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}
}
