/**
 * ****************************************
 *
 * @format
 */

/* Copyright PaperStreet Web Design         */
/* Theme Name: PaperStreet                  */
/* Theme URI: http://www.wordpressbase.com  */
/* Author: PaperStreet                      */
/* Author URI: http://www.paperstreet.com   */
/* Description: For PaperStreet             */
/* Version: 2.0                             */
/********************************************/
/*****************/
/* CSS Scripts   */
/*****************/
/* - Foundation  */
/* - Fonts       */
/* - FontAwesome */
/* - Slick       */
/* - Style       */
/*****************/
/*********************/
/* Foundation v6.4.2 */
/*********************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
	overflow: visible;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

details {
	display: block;
}

summary {
	display: list-item;
}

menu {
	display: block;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.foundation-mq {
	font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

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

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 3px;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 3px;
	background: 0 0;
	line-height: 1;
	cursor: auto;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}

.hide-for-portrait,
.show-for-landscape {
	display: block !important;
}

@media screen and (orientation: landscape) {
	.hide-for-portrait,
	.show-for-landscape {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

.row {
	max-width: 62.5rem;
	margin-right: auto;
	margin-left: auto;
}

.row::after,
.row::before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.row::after {
	clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}

.row:not(.expanded) .row {
	max-width: none;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left;
}

.column.row.row,
.row.row.columns {
	float: none;
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	width: 8.33333%;
}

.small-push-1 {
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0 {
	margin-left: 0;
}

.small-2 {
	width: 16.66667%;
}

.small-push-2 {
	position: relative;
	left: 16.66667%;
}

.small-pull-2 {
	position: relative;
	left: -16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	width: 33.33333%;
}

.small-push-4 {
	position: relative;
	left: 33.33333%;
}

.small-pull-4 {
	position: relative;
	left: -33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.66667%;
}

.small-push-5 {
	position: relative;
	left: 41.66667%;
}

.small-pull-5 {
	position: relative;
	left: -41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	width: 58.33333%;
}

.small-push-7 {
	position: relative;
	left: 58.33333%;
}

.small-pull-7 {
	position: relative;
	left: -58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.66667%;
}

.small-push-8 {
	position: relative;
	left: 66.66667%;
}

.small-pull-8 {
	position: relative;
	left: -66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	width: 83.33333%;
}

.small-push-10 {
	position: relative;
	left: 83.33333%;
}

.small-pull-10 {
	position: relative;
	left: -83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.66667%;
}

.small-push-11 {
	position: relative;
	left: 91.66667%;
}

.small-pull-11 {
	position: relative;
	left: -91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
	float: left;
	width: 100%;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
	clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
	float: left;
	width: 50%;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
	clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
	float: left;
	width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
	clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
	float: left;
	width: 25%;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
	clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
	float: left;
	width: 20%;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
	clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
	float: left;
	width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
	clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
	float: left;
	width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
	clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
	float: left;
	width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
	clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
	float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0;
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.small-centered {
	margin-right: auto;
	margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}

.small-pull-0,
.small-push-0,
.small-uncentered {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

.small-margin-left {
	margin-left: 10px;
}

.small-margin-right {
	margin-right: 10px;
}

@media print, screen and (min-width: 40em) {
	.medium-1 {
		width: 8.33333%;
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-2 {
		width: 16.66667%;
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-push-3 {
		position: relative;
		left: 25%;
	}

	.medium-pull-3 {
		position: relative;
		left: -25%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		width: 41.66667%;
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-push-6 {
		position: relative;
		left: 50%;
	}

	.medium-pull-6 {
		position: relative;
		left: -50%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-7 {
		width: 58.33333%;
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		width: 66.66667%;
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-push-9 {
		position: relative;
		left: 75%;
	}

	.medium-pull-9 {
		position: relative;
		left: -75%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-10 {
		width: 83.33333%;
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		width: 91.66667%;
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		float: left;
		width: 100%;
	}

	.medium-up-1 > .column:nth-of-type(1n),
	.medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-1 > .column:nth-of-type(1n + 1),
	.medium-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both;
	}

	.medium-up-1 > .column:last-child,
	.medium-up-1 > .columns:last-child {
		float: left;
	}

	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		float: left;
		width: 50%;
	}

	.medium-up-2 > .column:nth-of-type(1n),
	.medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-2 > .column:nth-of-type(2n + 1),
	.medium-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both;
	}

	.medium-up-2 > .column:last-child,
	.medium-up-2 > .columns:last-child {
		float: left;
	}

	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

	.medium-up-3 > .column:nth-of-type(1n),
	.medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-3 > .column:nth-of-type(3n + 1),
	.medium-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both;
	}

	.medium-up-3 > .column:last-child,
	.medium-up-3 > .columns:last-child {
		float: left;
	}

	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		float: left;
		width: 25%;
	}

	.medium-up-4 > .column:nth-of-type(1n),
	.medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-4 > .column:nth-of-type(4n + 1),
	.medium-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both;
	}

	.medium-up-4 > .column:last-child,
	.medium-up-4 > .columns:last-child {
		float: left;
	}

	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		float: left;
		width: 20%;
	}

	.medium-up-5 > .column:nth-of-type(1n),
	.medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-5 > .column:nth-of-type(5n + 1),
	.medium-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both;
	}

	.medium-up-5 > .column:last-child,
	.medium-up-5 > .columns:last-child {
		float: left;
	}

	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

	.medium-up-6 > .column:nth-of-type(1n),
	.medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-6 > .column:nth-of-type(6n + 1),
	.medium-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both;
	}

	.medium-up-6 > .column:last-child,
	.medium-up-6 > .columns:last-child {
		float: left;
	}

	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

	.medium-up-7 > .column:nth-of-type(1n),
	.medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-7 > .column:nth-of-type(7n + 1),
	.medium-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both;
	}

	.medium-up-7 > .column:last-child,
	.medium-up-7 > .columns:last-child {
		float: left;
	}

	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

	.medium-up-8 > .column:nth-of-type(1n),
	.medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-8 > .column:nth-of-type(8n + 1),
	.medium-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both;
	}

	.medium-up-8 > .column:last-child,
	.medium-up-8 > .columns:last-child {
		float: left;
	}

	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto;
	}

	.medium-centered,
	.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}

	.medium-pull-0,
	.medium-push-0,
	.medium-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%;
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.large-offset-0 {
		margin-left: 0;
	}

	.large-2 {
		width: 16.66667%;
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.large-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		width: 25%;
	}

	.large-push-3 {
		position: relative;
		left: 25%;
	}

	.large-pull-3 {
		position: relative;
		left: -25%;
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		width: 41.66667%;
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.large-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.large-offset-4 {
		margin-left: 33.33333%;
	}

	.large-6 {
		width: 50%;
	}

	.large-push-6 {
		position: relative;
		left: 50%;
	}

	.large-pull-6 {
		position: relative;
		left: -50%;
	}

	.large-offset-5 {
		margin-left: 41.66667%;
	}

	.large-7 {
		width: 58.33333%;
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		width: 66.66667%;
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.large-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.large-offset-7 {
		margin-left: 58.33333%;
	}

	.large-9 {
		width: 75%;
	}

	.large-push-9 {
		position: relative;
		left: 75%;
	}

	.large-pull-9 {
		position: relative;
		left: -75%;
	}

	.large-offset-8 {
		margin-left: 66.66667%;
	}

	.large-10 {
		width: 83.33333%;
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		width: 91.66667%;
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.large-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.large-offset-10 {
		margin-left: 83.33333%;
	}

	.large-12 {
		width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.66667%;
	}

	.large-up-1 > .column,
	.large-up-1 > .columns {
		float: left;
		width: 100%;
	}

	.large-up-1 > .column:nth-of-type(1n),
	.large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-1 > .column:nth-of-type(1n + 1),
	.large-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both;
	}

	.large-up-1 > .column:last-child,
	.large-up-1 > .columns:last-child {
		float: left;
	}

	.large-up-2 > .column,
	.large-up-2 > .columns {
		float: left;
		width: 50%;
	}

	.large-up-2 > .column:nth-of-type(1n),
	.large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-2 > .column:nth-of-type(2n + 1),
	.large-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both;
	}

	.large-up-2 > .column:last-child,
	.large-up-2 > .columns:last-child {
		float: left;
	}

	.large-up-3 > .column,
	.large-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

	.large-up-3 > .column:nth-of-type(1n),
	.large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-3 > .column:nth-of-type(3n + 1),
	.large-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both;
	}

	.large-up-3 > .column:last-child,
	.large-up-3 > .columns:last-child {
		float: left;
	}

	.large-up-4 > .column,
	.large-up-4 > .columns {
		float: left;
		width: 25%;
	}

	.large-up-4 > .column:nth-of-type(1n),
	.large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-4 > .column:nth-of-type(4n + 1),
	.large-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both;
	}

	.large-up-4 > .column:last-child,
	.large-up-4 > .columns:last-child {
		float: left;
	}

	.large-up-5 > .column,
	.large-up-5 > .columns {
		float: left;
		width: 20%;
	}

	.large-up-5 > .column:nth-of-type(1n),
	.large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-5 > .column:nth-of-type(5n + 1),
	.large-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both;
	}

	.large-up-5 > .column:last-child,
	.large-up-5 > .columns:last-child {
		float: left;
	}

	.large-up-6 > .column,
	.large-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

	.large-up-6 > .column:nth-of-type(1n),
	.large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-6 > .column:nth-of-type(6n + 1),
	.large-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both;
	}

	.large-up-6 > .column:last-child,
	.large-up-6 > .columns:last-child {
		float: left;
	}

	.large-up-7 > .column,
	.large-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

	.large-up-7 > .column:nth-of-type(1n),
	.large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-7 > .column:nth-of-type(7n + 1),
	.large-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both;
	}

	.large-up-7 > .column:last-child,
	.large-up-7 > .columns:last-child {
		float: left;
	}

	.large-up-8 > .column,
	.large-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

	.large-up-8 > .column:nth-of-type(1n),
	.large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-8 > .column:nth-of-type(8n + 1),
	.large-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both;
	}

	.large-up-8 > .column:last-child,
	.large-up-8 > .columns:last-child {
		float: left;
	}

	.large-collapse > .column,
	.large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.large-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto;
	}

	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}

	.large-pull-0,
	.large-push-0,
	.large-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

.column-block {
	margin-bottom: 1.875rem;
}

.column-block > :last-child {
	margin-bottom: 0;
}

.slide-in-down.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	transition-duration: 750ms !important;
}

.fast {
	transition-duration: 250ms !important;
}

.linear {
	transition-timing-function: linear !important;
}

.ease {
	transition-timing-function: ease !important;
}

.ease-in {
	transition-timing-function: ease-in !important;
}

.ease-out {
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	transition-delay: 0.3s !important;
}

.long-delay {
	transition-delay: 0.7s !important;
}

.shake {
	animation-name: shake-7;
}

@keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		transform: translateX(7%);
	}
	15%,
	25%,
	35%,
	45%,
	5%,
	55%,
	65%,
	75%,
	85%,
	95% {
		transform: translateX(-7%);
	}
}

.spin-cw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn);
	}
	100% {
		transform: rotate(0);
	}
}

.spin-ccw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(1turn);
	}
}

.wiggle {
	animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		transform: rotate(7deg);
	}
	35%,
	45%,
	55%,
	65% {
		transform: rotate(-7deg);
	}
	0%,
	100%,
	30%,
	70% {
		transform: rotate(0);
	}
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
	animation-duration: 0.5s;
}

.infinite {
	animation-iteration-count: infinite;
}

.slow {
	animation-duration: 750ms !important;
}

.fast {
	animation-duration: 250ms !important;
}

.linear {
	animation-timing-function: linear !important;
}

.ease {
	animation-timing-function: ease !important;
}

.ease-in {
	animation-timing-function: ease-in !important;
}

.ease-out {
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	animation-delay: 0.3s !important;
}

.long-delay {
	animation-delay: 0.7s !important;
}

/**************/
/* Slick v1.8 */
/**************/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slick Navigation */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'FontAwesome';
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: 'Ã¢â€ Â';
}

[dir='rtl'] .slick-prev:before {
	content: 'Ã¢â€ â€™';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: 'Ã¢â€ â€™';
}

[dir='rtl'] .slick-next:before {
	content: 'Ã¢â€ Â';
}

.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '\f111';
	text-align: center;
	opacity: 0.25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'FontAwesome';
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #000;
}

/*********/
/* MMenu */
/*********/
.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: inherit;
	text-decoration: none;
}

.mm-panels,
.mm-panels > .mm-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-panel,
.mm-panels {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
}

.mm-panels {
	overflow: hidden;
}

.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.mm-panel:not(.mm-hidden) {
	display: block;
}

.mm-panel:after,
.mm-panel:before {
	content: '';
	display: block;
	height: 20px;
}

.mm-panel_has-navbar {
	padding-top: 40px;
}

.mm-panel_opened {
	z-index: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
	z-index: 2;
}

.mm-panel_noanimation {
	transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
	content: none;
	display: none;
}

.mm-listitem_opened > .mm-panel {
	display: block;
}

.mm-listitem_vertical > .mm-btn_next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
	border-color: transparent;
}

.mm-listitem_opened > .mm-btn_next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px;
}

.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-btn_fullwidth {
	width: 100%;
}

.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
	content: '';
	border: 2px solid transparent;
	box-sizing: content-box;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-btn_clear:before,
.mm-btn_close:before {
	border-right: none;
	border-bottom: none;
	right: 18px;
}

.mm-btn_clear:after,
.mm-btn_close:after {
	border-left: none;
	border-top: none;
	right: 25px;
}

.mm-btn_next:after,
.mm-btn_prev:before {
	content: '';
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.mm-btn_prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto;
}

.mm-btn_next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto;
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	display: none;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.mm-navbar > * {
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar__title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-navbar__btn:first-child {
	left: 0;
}

.mm-navbar__btn:last-child {
	text-align: right;
	right: 0;
}

.mm-panel_has-navbar .mm-navbar {
	display: block;
}

.mm-listitem,
.mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
	border-color: inherit;
}

.mm-listview {
	font: inherit;
	line-height: 20px;
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -20px;
}

.mm-listitem {
	position: relative;
}

.mm-listitem:after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mm-listitem:after {
	left: 20px;
}

.mm-listitem a,
.mm-listitem a:hover {
	text-decoration: none;
}

.mm-listitem > a,
.mm-listitem > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-listitem .mm-btn_next {
	background: rgba(3, 2, 1, 0);
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listitem .mm-btn_next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
	width: 50px;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
	margin-right: 50px;
}

.mm-listitem .mm-btn_fullwidth:before {
	border-left: none;
}

.mm-listitem .mm-btn_fullwidth + a,
.mm-listitem .mm-btn_fullwidth + span {
	padding-right: 50px;
}

.mm-listitem_divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 75%;
	text-transform: uppercase;
	padding: 5px 10px 5px 20px;
}

.mm-listitem_divider:after {
	content: ' ';
	display: none;
	position: static;
	display: inline-block;
}

.mm-listitem_spacer {
	padding-top: 40px;
}

.mm-listitem_spacer > .mm-btn_next {
	top: 40px;
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview .mm-btn_next:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
	tap-highlight-color: rgba(255, 255, 255, 0.4);
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
	background: rgba(255, 255, 255, 0.4);
}

.mm-menu .mm-listitem_opened > .mm-btn_next,
.mm-menu .mm-listitem_opened > .mm-panel {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-listitem_divider {
	background: rgba(0, 0, 0, 0.05);
}

.mm-page {
	box-sizing: border-box;
	position: relative;
}

.mm-slideout {
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	z-index: 1;
}

.mm-wrapper_opened {
	overflow-x: hidden;
	position: relative;
}

.mm-wrapper_background .mm-page {
	background: inherit;
}

.mm-menu_offcanvas {
	display: none;
	position: fixed;
	right: auto;
	z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
	display: block;
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
	z-index: 10;
}

.mm-menu_offcanvas {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0);
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0);
	}
}

.mm-page__blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

.mm-wrapper_blocking {
	overflow: hidden;
}

.mm-wrapper_blocking body {
	overflow: hidden;
}

.mm-wrapper_blocking .mm-page__blocker {
	display: block;
}

.mm-menu_position-right {
	left: auto;
	right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0);
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0);
	}
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
	z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
	z-index: 1;
}

.mm-menu_position-front {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom,
.mm-menu_position-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mm-menu_position-top {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
	height: 80vh;
	min-height: 140px;
	max-height: 880px;
}

.mm-menu_position-bottom {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto;
}

.mm-menu_position-bottom {
	height: 80vh;
	min-height: 140px;
	max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

[class*='mm-menu_pagedim'].mm-menu_opened ~ .mm-page__blocker {
	opacity: 0;
}

.mm-wrapper_opening [class*='mm-menu_pagedim'].mm-menu_opened ~ .mm-page__blocker {
	opacity: 0.3;
	transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
	background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
	background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
	background: #fff;
}

/*******************************************************************************************
Table of Contents
- NOTES
- GENERAL
- HEADER
- MENUS
- BANNER
- FOOTER
- CONTENT
- FEATURES
- RESPONSIVE
*******************************************************************************************/

/*******************************************************************************************
GENERAL
*******************************************************************************************/

body {
	display: block !important;
	line-height: 1.6;
	color: #464646;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

*:focus {
	outline: auto;
}

.wrapper {
	overflow: hidden;
	background: #fff;
}

/* GENERAL > Headings and Paragraphs */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	color: #19325b;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	line-height: 1.2;
	letter-spacing: 0.5px;
}

h1 {
	/*font-size: 2.0rem;*/
}

h2 {
	font-size: 90px;
	color: #0a2737;
}

h3 {
	font-size: 36px;
	color: #0a2737;
}

h4 {
	font-size: 24px;
	color: #927e3e;
}

h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6px;
}

p {
	margin: 0 0 30px;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 2;
	font-weight: 500;
}

q,
blockquote {
	quotes: '\201C''\201D''\2018''\2019';
}

/* 40px @ 320px increasing to 90px @ 1920px */
@media (min-width: 320px) {
	.experienced-section h1,
	.interior-faq-section h1,
	.cutting-edge-section h2.h1-replace,
	.interior-pa-two-col-left-block h1,
	.insights-section-left-block h2.h1-replace,
	.negotiation-section h2.h1-replace,
	.case-studies-section h2.h1-replace,
	.where-we-serve-section h2.h1-replace,
	.footer h2.h1-replace,
	.convo-box h1,
	.about-intro h1,
	.about-top-section-left-block h2.h1-replace,
	.about-mid-section-left-block h2.h1-replace,
	.about-bottom-section h2.h1-replace,
	.att-intro h1,
	.pa-intro h2.h1-replace,
	.attorney-bio-page-content h2.h1-replace,
	.footer-contact h1 {
		font-size: calc(2.5rem + ((1vw - 3.2px) * 3.125));
		/* Where: * 3.125 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	.experienced-section h1,
	.interior-faq-section h1,
	.cutting-edge-section h2.h1-replace,
	.interior-pa-two-col-left-block h1,
	.insights-section-left-block h2.h1-replace,
	.negotiation-section h2.h1-replace,
	.case-studies-section h2.h1-replace,
	.where-we-serve-section h2.h1-replace,
	.footer h2.h1-replace,
	.convo-box h1,
	.about-intro h1,
	.about-top-section-left-block h2.h1-replace,
	.about-mid-section-left-block h2.h1-replace,
	.about-bottom-section h2.h1-replace,
	.att-intro h1,
	.pa-intro h2.h1-replace,
	.attorney-bio-page-content h2.h1-replace,
	.footer-contact h1 {
		font-size: 90px;
	}
}

/* 28px @ 320px increasing to 48px @ 1920px */
@media (min-width: 320px) {
	.anchor-link-side-callout h2 h2.post-heading .post-head h1,
	.post-head h2.post-heading a {
		font-size: calc(1.75rem + ((1vw - 3.2px) * 1.25));
		/* Where: * 1.25 = 100 * font_Size_Difference / viewport_Width_Difference */
	}

	.post-head h1.post-heading {
		font-size: 48px;
	}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	.anchor-link-side-callout h2 h2.post-heading .post-head h1,
	.post-head h2.post-heading a {
		font-size: 48px;
	}
}

/* GENERAL > Lists */

ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: inside;
}

.content li {
	font-size: 16px;
	color: #363636;
	padding: 0 0 0 20px;
	position: relative;
	font-weight: 600;
	line-height: 2.2;
}

.content ul {
	background-color: #f5f5f5;
	padding: 10px;
}

.content ul li:before {
	position: absolute;
	left: 0;
	content: '\f0da';
	font-family: 'Font Awesome 6 Pro';
	color: #963;
}

.content ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
	margin: 0;
	padding: 0;
}

blockquote {
	font-style: italic;
	position: relative;
	margin: 0 0 35px;
	padding: 20px 20px 20px 14%;
	border-left: 5px solid #e0e0e0;
}

blockquote p {
	margin: 0;
}

blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.778rem;
	opacity: 0.1;
	font-style: normal;
}

iframe {
	margin-bottom: 30px;
}

hr {
	background: #927e3e;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 30px 0;
}

/* GENERAL > Links and Buttons */

a {
	color: #88753a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #3679a4;
	text-decoration: underline;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
}

a,
button,
.button {
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, border 200ms ease-out;
	-o-transition: color 200ms ease-out, background 200ms ease-out, border 200ms ease-out;
	transition: color 200ms ease-out, background 200ms ease-out, border 200ms ease-out;
}

button,
.button {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	background-color: #0a2737;
	width: 220px;
	margin: 0 15px 15px auto;
	display: inline-block;
	padding: 15px 0;
	color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	border: none;
	background-color: #a8965e;
	color: #fff;
	text-decoration: none;
}

/*Button variation 1: Blue to black and white*/

button.outline,
.button.outline {
	background: none;
	border: 3px solid #0054a6;
	color: #0054a6;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #0054a6;
	color: #fff;
}

button.outline-2,
.button.outline-2 {
	background: none;
	border: 3px solid #837649;
	color: #837649;
}

button.outline-2:hover,
button.outline-2:focus,
.button.outline-2:hover,
.button.outline-2:focus {
	background: #837649;
	color: #fff;
}

button.thin,
.button.thin {
	padding: 6px 18px;
}

/* GENERAL > Inputs */

input,
select,
textarea {
	color: #0054a6;
	background-color: #fff;
	font-size: 0.8889rem;
	line-height: 1;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0.5rem;
}

input {
	height: 2.4375rem;
}

textarea {
	resize: none;
	min-height: 100px;
}

form label,
form p {
	font-size: 0.8889rem;
}

label {
	color: #19325b;
}

label i {
	margin-right: 4px;
}

.form-input-group {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

input.has-error {
	border: 1px solid #f00 !important;
	-webkit-box-shadow: 0 0 2px #f00 !important;
	box-shadow: 0 0 2px #f00 !important;
}

p.error-text {
	color: #f00;
	margin: 0;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

/* GENERAL > Common Animations */

.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
	from {
		opacity: 1;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		opacity: 1;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@keyframes slideInRight {
	from {
		opacity: 1;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	from {
		opacity: 1;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* GENERAL > Skip To Content */

#skiptocontent {
	padding: 6px;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #0054a6;
	color: #fff;
	border-radius: 0 0 8px 0;
	-webkit-transition: transform 400ms ease-out, opacity 700ms ease-out;
	-webkit-transition: opacity 700ms ease-out, -webkit-transform 400ms ease-out;
	transition: opacity 700ms ease-out, -webkit-transform 400ms ease-out;
	-o-transition: transform 400ms ease-out, opacity 700ms ease-out;
	transition: transform 400ms ease-out, opacity 700ms ease-out;
	transition: transform 400ms ease-out, opacity 700ms ease-out, -webkit-transform 400ms ease-out;
}

#skiptocontent:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/* GENERAL > Utility Classes */

.row {
	max-width: 1570px;
}

.row.smaller {
	max-width: 1200px;
}

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

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.no-margin {
	margin: 0;
}

.no-min-height {
	min-height: 0;
}

.no-padding {
	padding: 0;
}

.no-float {
	float: unset;
}

.case-studies-section .columns:last-child:not(:first-child) {
	float: left;
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

body.scrolled .header {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	background-color: #0a1e2b;
	padding-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

body.scrolled .mobile-menu {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
	background-color: #0a1e2b;
	padding-bottom: 20px;
	transition: all 0.3s ease-in-out;
	top: 60px;
}

body.scrolled #top-menu-btn-icon {
	border-color: #fff;
}

body.search-open .header {
	position: relative;
}

.search-open main#main {
	margin-top: 27px !important;
}

.search-open .banner {
	margin-top: 0 !important;
}

.header {
	display: none;
}

@media screen and (min-width: 1025px) {
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		display: block;
		left: 0;
		padding: 0 30px 20px;
	}

	.single-attorneys .header {
		padding-bottom: 53px;
		background-color: #0a1e2b;
	}

	.header.nobanner {
		background-color: #0a1e2b;
	}
}

.header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.header a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.logo {
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.logo-mobile {
	display: block;
	width: 187px;
}

.logo img {
	margin: 0;
	display: block;
	height: 100%;
	max-height: 92px;
	width: 100%;
	max-width: 313px;
	padding-bottom: 0;
}

.logo-mobile img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 260px;
	margin-left: 0;
}

.header-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.header-nav-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 10px;
}

.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 50px;
	align-items: flex-end;
	padding-right: 26px;
}

.header-right-inner {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
}

.header-right-inner > * {
	order: 9999;
}

.header-right-phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 600;
}

.header-right-phone a {
	color: #a6955e;
	font-size: 27px;
	line-height: 1.5;
	font-weight: 600;
}

.header-right-cta a {
	margin: 0 0 0 15px;
	width: auto;
	padding: 4px 12px;
	background-color: #837649;
	text-transform: none;
}

.header-right-cta a:hover,
.header-right-cta a:focus {
	background-color: #0e2737;
}

.button-top-header {
	background-color: #837649;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	text-transform: uppercase;
}

.button-top-header:hover,
.button-top-header:focus {
	background-color: #0a2737;
	color: #fff;
}

.header-right-phone a:hover,
.header-right-phone a:focus {
	color: #fff;
}

.header-right-phone span {
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 2px;
	display: inline-block;
	color: #0e2737;
	font-weight: 700;
}

.header-right-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-menu {
	display: flex;
	padding: 20px 10px 20px 20px;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	justify-content: space-between;
}

.mobile-menu.nobanner {
	background-color: #0a1e2b;
}

@media screen and (min-width: 1025px) {
	.mobile-menu {
		display: none;
	}
}

/* HEADER > Mobile Navigation */

#mobile-menu:not(.active) {
	display: none;
}

#top-menu-btn-icon {
	font-size: 1.111rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #0e2737;
	margin: 0;
	border-radius: 0;
	border: 1px solid transparent;
}

.menu-phone {
	margin: 0;
	padding: 10px;
	width: 40px;
	height: 40px;
	background-color: #a6955e;
	border-radius: 0;
	border: 1px solid #a6955e;
}

.menu-phone:hover,
.menu-phone:focus {
	color: #0e2737;
}

/* HEADER > Top Search */

.top-search {
	position: relative;
	background-color: #0e2737;
	width: 100%;
	display: none;
	padding: 40px 0;
}

.top-search form {
	position: relative;
}

.top-search input {
	margin: 0;
	height: 50px;
	border: 0 none;
	font-size: 1.333rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.top-search input::-webkit-input-placeholder {
	color: #e0e0e0;
}

.top-search input:-ms-input-placeholder {
	color: #e0e0e0;
}

.top-search input::-ms-input-placeholder {
	color: #e0e0e0;
}

.top-search input::placeholder {
	color: #e0e0e0;
}

.top-search button {
	padding: 0 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	color: #fff;
	font-size: 1.2rem;
	background: none;
	-webkit-transition: transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.top-search button:hover,
.top-search button:focus {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#top-search-open-button {
	font-size: 1.111rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	color: #949393;
	background-color: #fff;
	margin: 0;
	border: 2px solid #b7b7b7;
	border-radius: 3px;
}

#top-search-open-button:hover,
#top-search-open-button:focus {
	color: #fff;
	background-color: #0e2737;
	border: 2px solid #0e2737;
}

#top-search-open-button:hover,
#top-search-open-button:focus {
	background-color: #000;
}

/* HEADER > Mobile Header */

/*******************************************************************************************
MENUS
*******************************************************************************************/

nav.menu-main-navigation-container,
nav.menu-top-navigation-container {
	font-size: 14px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	letter-spacing: 1px;
	text-transform: uppercase;
}

nav.menu-main-navigation-container > ul,
nav.menu-top-navigation-container > ul {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	/* height: 141px; */
	width: 100%;
	margin: 0;
	align-content: center;
}

nav.menu-main-navigation-container > ul > li,
nav.menu-top-navigation-container > ul > li {
	position: relative;
	padding-bottom: 0;
	text-align: center;
	display: inline-block;
}

nav.menu-main-navigation-container > ul > li > a,
nav.menu-top-navigation-container > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #fff;
}

nav.menu-main-navigation-container > ul > li > a {
	font-size: 17px;
}

nav.menu-main-navigation-container > ul > li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 35%;
	background: #fff;
}

nav.menu-main-navigation-container > ul > li:last-child > a {
	padding-right: 0;
}

nav.menu-top-navigation-container > ul > li > a {
	font-weight: 400;
	text-transform: none;
}

nav.menu-main-navigation-container > ul > li > a:hover,
nav.menu-top-navigation-container > ul > li > a:hover,
nav.menu-main-navigation-container > ul > li > a:focus,
nav.menu-top-navigation-container > ul > li > a:focus {
	color: #a6955e;
}

nav.menu-main-navigation-container > ul > li > a:before,
nav.menu-top-navigation-container > ul > li > a:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: none;
	width: 2px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/wp-content/themes/paperstreet/images/menu-sep.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*nav.menu-main-navigation-container > ul > li > a:after,
nav.menu-top-navigation-container > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: '';
  opacity: 0;
  border: solid transparent;
  border-width: 8px;
  border-bottom-color: #3e7cab;
}*/

nav.menu-main-navigation-container > ul > li > a:hover,
nav.menu-top-navigation-container > ul > li > a:hover,
nav.menu-main-navigation-container > ul > li > a:focus,
nav.menu-top-navigation-container > ul > li > a:focus {
	color: #a6955e;
}

nav.menu-main-navigation-container > ul > li:hover > ul,
nav.menu-top-navigation-container > ul > li:hover > ul,
nav.menu-main-navigation-container > ul > li.active > ul,
nav.menu-top-navigation-container > ul > li.active > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

nav.menu-main-navigation-container > ul > li:last-child > a:before,
nav.menu-top-navigation-container > ul > li:last-child > a:before {
	display: none;
}

nav.menu-main-navigation-container > ul > li.drop-down > a:hover:after,
nav.menu-top-navigation-container > ul > li.drop-down > a:hover:after,
nav.menu-main-navigation-container > ul > li.drop-down > a:focus:after,
nav.menu-top-navigation-container > ul > li.drop-down > a:focus:after {
	opacity: 1;
}

/* nav.menu-main-navigation-container > ul > li.drop-mega,
nav.menu-top-navigation-container > ul > li.drop-mega {
	position: static;
} */

nav.menu-main-navigation-container > ul > li.drop-mega > ul,
nav.menu-top-navigation-container > ul > li.drop-mega > ul {
	position: absolute;
	right: 0;
	left: 50px;
	width: 939px;
	/*width: 100%;*/
	top: 90%;
	/* padding: 0 0 16px 0; */
}

/*.drop-down.drop-mega,
nav.menu-main-navigation-container > li:hover .sub-men,
nav.menu-top-navigation-container > li:hover .sub-menu,
nav.menu-main-navigation-container a:focus + .sub-menu,
nav.menu-top-navigation-container a:focus + .sub-menu {
	display: block;
	-webkit-animation: menu-slide-down 200ms both;
	animation: menu-slide-down 200ms both;
}*/

nav.menu-main-navigation-container > ul > li.drop-mega > ul li,
nav.menu-top-navigation-container > ul > li.drop-mega > ul li {
	width: 32.23%;
	min-height: 64px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #a8965e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

nav.menu-main-navigation-container > ul > li > ul,
nav.menu-top-navigation-container > ul > li > ul {
	font-family: 'Montserrat', Arial, sans-serif;
	position: absolute;
	top: 100%;
	left: -5px;
	display: none;
	width: 230px;
	margin-left: 0;
	padding: 0 16px 16px;
	border-top: 1px solid #0a2737;
	background: #0a2737;
	z-index: 1;
}

nav.menu-main-navigation-container > ul > li > ul.sub-menu li,
nav.menu-top-navigation-container > ul > li > ul.sub-menu li {
	border-bottom: 1px solid #a8965e;
}

nav.menu-main-navigation-container > ul > li > ul > li,
nav.menu-top-navigation-container > ul > li > ul > li {
	width: 100%;
	padding: 9px;
}

nav.menu-main-navigation-container > ul > li > ul > li > a,
nav.menu-top-navigation-container > ul > li > ul > li > a {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Montserrat', Arial, sans-serif;
	position: relative;
	display: block;
	padding: 0;
	letter-spacing: normal;
	color: #fff;
}

nav.menu-main-navigation-container > ul > li > ul > li > a:before,
nav.menu-top-navigation-container > ul > li > ul > li > a:before {
	/*  font-family: 'Fontawesome', Arial, sans-serif;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f138';
  color: #92aa4e;*/
	display: none;
}

nav.menu-main-navigation-container > ul > li > ul > li > a:hover,
nav.menu-top-navigation-container > ul > li > ul > li > a:hover,
nav.menu-main-navigation-container > ul > li > ul > li > a:focus,
nav.menu-top-navigation-container > ul > li > ul > li > a:focus {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #a8965e;
	font-weight: 600;
}

nav.menu-main-navigation-container > ul > li > ul > li > a:hover:before,
nav.menu-top-navigation-container > ul > li > ul > li > a:hover:before,
nav.menu-main-navigation-container > ul > li > ul > li > a:focus:before,
nav.menu-top-navigation-container > ul > li > ul > li > a:focus:before {
	color: #fff;
}

nav.menu-main-navigation-container > ol,
nav.menu-top-navigation-container > ol {
	margin-left: 30px;
}

nav.menu-main-navigation-container > ol > li,
nav.menu-top-navigation-container > ol > li {
	font-weight: 400;
}

nav.menu-main-navigation-container > ol > li > a,
nav.menu-top-navigation-container > ol > li > a {
	position: relative;
	display: block;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 42px;
	color: #92aa4e;
}

nav.menu-main-navigation-container > ol > li > a:hover,
nav.menu-top-navigation-container > ol > li > a:hover,
nav.menu-main-navigation-container > ol > li > a:focus,
nav.menu-top-navigation-container > ol > li > a:focus {
	color: #fff;
}

nav.menu-main-navigation-container > ol > li > a:hover:before,
nav.menu-top-navigation-container > ol > li > a:hover:before,
nav.menu-main-navigation-container > ol > li > a:focus:before,
nav.menu-top-navigation-container > ol > li > a:focus:before {
	color: #fff;
	border-color: #fff;
}

nav.menu-main-navigation-container > ol > li > a:before,
nav.menu-top-navigation-container > ol > li > a:before {
	font-family: 'Fontawesome', Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	content: '\f2c0';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #92aa4e;
	border: 2px solid #92aa4e;
	border-radius: 50%;
}

/*******************************************************************************************
HOMEPAGE
*******************************************************************************************/
.home-slider {
	width: 100%;
	position: relative;
}

.home-slider .slick-dots {
	z-index: 2;
	bottom: 15px;
}

.home-slider .slick-dots li button {
	opacity: 0.5;
	padding: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	text-indent: -9999px;
}

.home-slider .slick-dots li.slick-active button {
	opacity: 1;
}

/* .home-slider .home-item {
	height: 100vh;
	min-height: 600px;
} */

.home-slider .home-content {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 35px;
}

@media screen and (min-width: 768px) {
	.home-slider .home-content {
		top: 50%;
	}
}

.home-slider .home-block {
	width: 100%;
	/* padding-bottom: 65px; */
}

.home-slider .home-block h1 a {
	color: inherit;
}

.home-slider .home-content .home-title {
	display: block;
	font-family: 'Playfair Display', sans-serif;
	color: #0e2737;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 1.2;
}

.home-slider .home-content .home-title i {
	color: #a6955e;
}

.home-slider .home-content h1 {
	font-size: 52px;
	color: #0e2737;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 32px;
}

/* .home-slider .home-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

.home-slider .home-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgb(14, 39, 55);
	background: linear-gradient(0deg, rgba(14, 39, 55, 0) 0%, rgba(14, 39, 55, 1) 100%);
}

.home-slider .home-image img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	max-height: 800px;
}

@media screen and (min-width: 1025px) {
	.home-slider .home-image::before {
		height: 145px;
	}

	.home-slider .home-image img {
		height: 100vh;
		min-height: 750px;
		max-height: auto;
	}
}

.home-slider .home-button {
	padding: 20px 30px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #0a1e2b;
	letter-spacing: 0.2px;
}

.home-slider .home-button:hover,
.home-slider .home-button:focus {
	background-color: #a8965e;
}

.home-slider-wpr {
	padding-top: 210px;
	padding-left: 0;
	/* min-height: 1140px; */
	z-index: 0;
	/*	opacity: 0;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	z-index: 1;
	height: 100vh;
}

.homepage-h1-container {
	width: 100%;
	display: none;
	margin-top: 130px;
	justify-content: center;
	position: absolute;
}

.homepage-h1-container h1 {
	margin-bottom: 20px;
	font-size: 1.2rem;
}

@media screen and (min-width: 501px) {
	.homepage-h1-container h1 {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 769px) {
	.homepage-h1-container h1 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1025px) {
	.homepage-h1-container h1 {
		font-size: 3rem;
	}

	.home-slider .home-block {
		max-width: 82%;
	}
}

.home-slider-wpr .left-col {
	width: 25%;
	opacity: 0;
	z-index: 1;
	height: 100%;
}

.home-slider-wpr .left-col .slider-controls-wpr {
	background: #0e2737;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	/* padding-right: 57%; */
}

.home-slider-wpr .left-col .slider-controls-wpr .slider-controls-inner {
	height: 100%;
}

@media screen and (min-height: 795px) {
	.home-slider-wpr .left-col .slider-controls-wpr .slider-controls-inner {
		padding: 50px 0 30px 0;
	}
}

.home-slider-wpr .right-col {
	margin-left: -25%;
	width: 100%;
	opacity: 0;
	height: 100%;
}

.slick-list,
.slick-track {
	height: 100%;
}

.home-slider-wpr .slick-track {
	background-color: #284151;
}

.slider {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: left center !important;
	background-color: #284151;
	/* min-height: 938px; */
	/*padding: 113px 186px 0 35px;*/
	padding: 113px 35px 0 35px;
	z-index: 1;
	margin-top: 0;
	height: 100%;
}

.img-bg2 {
	position: absolute;
	/*	height: 100%;*/
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	/*  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);*/
	z-index: 3;
}

/*.img-bg2.loaded {
	height: 0;
}*/

.img-bg1 {
	position: absolute;
	/*	height: 100%;*/
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	/*  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);*/
	z-index: 3;
}

/*.img-bg1.loaded {
	height: 0;
}*/

.slider-controls a {
	text-decoration: none;
	padding: 20px 5% 15px 5%;
	display: block;
}

.slider-controls {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

@media screen and (min-width: 1281px) {
	.slider-controls a {
		/* padding: 20px 15% 20px 21%; */
		padding: 20px 5% 15px 5%;
	}
}

.slider-controls a.active {
	background: #416375;
}

.slider-controls a h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #927e3e;
	margin: 0;
	position: relative;
	padding-left: 21px;
	margin-bottom: 8px;
	transition: all 0.5s ease;
}

.slider-controls a span {
	color: #fff;
	transition: all 0.5s ease;
}

.slider-controls a.active h4,
.slider-controls a.active span {
	color: #fff;
	transition: all 0.5s ease;
}

.slider-controls a h4:before {
	content: '';
	width: 11px;
	height: 3px;
	background-color: #a8965e;
	position: absolute;
	left: 0;
	top: 9px;
}

.slider-controls a span {
	line-height: 1.8;
	font-weight: 500;
}

.slider-content-wpr {
	text-align: center;
	display: block;
	height: auto;
	/*	width: 100%;*/
	position: absolute;
	bottom: 50px;
	width: 100%;
	max-width: 1175px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*	left: -25px; */
	padding-left: 420px;
}

.slider-content-wpr span.h1-replace {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	line-height: 1.2;
	display: block;
	margin-bottom: 15px;
}

.linear-gradient {
	background-image: linear-gradient(0deg, #0e2737, transparent);
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.left-col.showsmall {
	display: none !important;
}

@media (max-width: 640px) {
	.home-slider-wpr .left-col {
		width: 100%;
	}

	.home-slider-wpr {
		padding-left: 0 !important;
		min-height: 850px;
	}

	.home-slider-wpr .left-col .slider-controls-wpr {
		width: 100%;
		padding: 10px;
	}

	.home-slider-wpr .right-col {
		margin: 0;
		width: 100%;
	}

	.left-col.showsmall {
		display: block !important;
	}

	.left-col.showlarge {
		display: none !important;
	}

	.home-scroll-down {
		display: none !important;
	}

	.slider-content-wpr {
		bottom: 50% !important;
	}

	.home-slider-wpr .left-col .slider-controls-wpr {
		margin-top: 0 !important;
	}

	/*.header-nav, .header-right,.header-inner {display: none;}*/
}

/* 30px @ 320px increasing to 70px @ 1920px */
@media (min-width: 320px) {
	.slider-content-wpr span.h1-replace {
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		/* Where: * 2.5 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	.slider-content-wpr span.h1-replace {
		font-size: 70px;
	}
}

.slider-content-wpr span.h2-replace {
	color: #fff;
	font-weight: 400;
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 1.3;
	max-width: 1000px;
	margin: 0 auto 20px;
	display: block;
}

/* 20px @ 320px increasing to 34px @ 1920px */
@media (min-width: 320px) {
	.slider-content-wpr span.h2-replace {
		font-size: calc(0.95rem + ((1vw - 4px) * 0.875));
		/* Where: * 0.875 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	.slider-content-wpr span.h2-replace {
		font-size: 28px;
	}
}

.slider-content-wpr .button {
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	display: block;
	padding: 1.4% 0;
	font-weight: 600;
}

.slider-content-wpr .button:hover,
.slider-content-wpr .button:focus {
	border: 2px solid #537080;
	background: #537080;
	color: #fff;
}

.home-scroll-down {
	position: absolute;
	right: 4%;
	bottom: 5%;
	z-index: 1;
}

.bio-scroll-down {
	position: absolute;
	right: 4%;
	bottom: 95px;
	z-index: 1;
}

.home-scroll-down a,
.bio-scroll-down a {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 0.1rem;
	text-decoration: none;
	color: #fff;
	padding-right: 20px;
	position: relative;
}

/*.home-scroll-down a:after,
.bio-scroll-down a:after {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-size: 22px;
	content: '\f309';
	position: absolute;
	right: 0;
	top: -6px;
}*/

/*.home-scroll-down a i.far {
	font-size: 16px;
}*/

.slick-prev,
.slick-next {
	display: none !important;
}

/*******************************************************************************************
HOMEPAGE CONTENT
*******************************************************************************************/

/* Homepage - Experienced Section */

.experienced-section {
	background-color: #ececec;
	padding: 115px 0 85px;
	width: 100%;
	display: flex;
	flex-direction: column;
	/* min-height: 100vh; */
	justify-content: center;
}

.experienced-section span {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 1.2;
	display: block;
}

.experienced-section span:after {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 15px;
	top: 0;
	display: inline-block;
}

.experienced-section span:before {
	background-color: #a8965e;
	content: '';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 0;
	right: 15px;
}

.experienced-section h1 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}

.experienced-section .experienced-call-out-block {
	width: 100%;
	text-align: center;
}

.experienced-section .experienced-call-out-block h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.5;
	color: #0e2737;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	padding: 0 10%;
}

.experienced-section .experienced-intro-block {
	width: 100%;
	text-align: center;
	padding: 0 20%;
}

.experienced-section .experienced-intro-block p {
	font-size: 15px;
	color: #363636;
	font-weight: 300;
	line-height: 2;
}

/* Homepage - Practice Area Section */
.practice-area-list-single {
	width: 100%;
	color: white;
	background: #927e3e;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	margin-bottom: 5px;
	padding-left: 25px;
	text-transform: uppercase;
}

.practice-area-list-single:hover,
.practice-area-list-single:focus {
	color: #0a2737;
}

.practice-area-section h2 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}

.practice-area-list-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.practice-area-section {
	background-image: url('/wp-content/uploads/2019/12/homepage-slider-ctrl_bg-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 60px;
}

@media screen and (min-width: 769px) {
	.practice-area-section {
		height: 450px;
	}

	.practice-area-list-single {
		width: 33%;
	}
}

/* Homepage - Cutting Edge Section */

.cutting-edge-section {
	background-color: #ececec;
	padding: 170px 0 80px 0;
	width: 100%;
}

.cutting-edge-section span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.cutting-edge-section span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.cutting-edge-section span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.cutting-edge-section h2.h1-replace {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 126px 0;
	position: relative;
}

.cutting-edge-intro-block {
	width: 100%;
	float: left;
	height: 100%;
}

.cutting-edge-intro-text {
	width: 65%;
	float: left;
	padding: 0 4% 0 6%;
}

.cutting-edge-intro-text p {
	font-size: 20px;
	line-height: 1.6;
	color: #363636;
}

.cutting-edge-intro-text span,
.cutting-edge-intro-text p:last-of-type {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.2;
	color: #0e2737;
	font-style: italic;
}

.cutting-edge-intro-text .normalize p:last-of-type {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	color: #363636;
	font-style: normal;
}

.cutting-edge-intro-photo-wpr {
	float: right;
	position: relative;
	width: 35%;
	margin: 0;
	padding-bottom: 0;
	display: flex;
}

.cutting-edge-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.cutting-edge-image-container img:first-of-type {
	margin-bottom: 50px;
}

.cutting-edge-intro-photo {
	background-image: url(/wp-content/themes/paperstreet/images/cutting-edge-photo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	/*max-height: 605px;*/
	width: 100%;
	height: 605px;
	position: absolute;
	right: 0;
	top: 0;
}

.cutting-edge-bottom-block {
	/*max-height: 487px;*/
	height: auto;
	position: relative;
	width: 65%;
	float: left;
	margin-top: -100px;
}

.cutting-edge-grey-block {
	background-color: #ececec;
	min-height: 487px;
	height: 100%;
	z-index: 1;
	display: block;
	padding: 9% 9% 9% 9%;
}

.cutting-edge-grey-block p {
	font-size: 16px;
	line-height: 1.8;
	color: #363636;
}

.cutting-edge-grey-block p:last-of-type {
	margin: 0;
}

.cutting-edge-logo-block {
	float: right;
	width: 35%;
	padding: 4% 2% 0 2%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* Homepage - Insights Section */

.insights-section {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

.insights-section-left-block {
	background-image: url(/wp-content/themes/paperstreet/images/insights-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	min-height: 800px;
	width: 100%;
	/*max-width: 960px;*/
	position: relative;
	float: left;
	/*	margin-top: -134px;*/
}

.insights-section-left-block span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 1.2;
	display: block;
}

.insights-section-left-block span.h5-replace:after {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 15px;
	top: -3px;
	display: inline-block;
}

.insights-section-left-block span.h5-replace:before {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	right: 15px;
	top: -3px;
	display: inline-block;
}

.insights-section-left-block h2.h1-replace {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}

.insights-section-left-block p {
	line-height: 1.6;
	color: #fff;
	text-align: left;
	padding: 0 15%;
}

.insights-section-left-block .button {
	text-align: center;
	display: block;
	margin: auto;
}

.insights-section-left-block p:first-of-type {
	font-size: 24px;
}

.insights-section-left-block .row {
	padding: 7% 0 80px 0;
}

/* Homepage - Negotiation Section */

.negotiation-section {
	background-color: #fff;
	padding: 100px 0 80px 0;
	width: 100%;
}

.negotiation-section span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.negotiation-section span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.negotiation-section span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.negotiation-section h2.h1-replace {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}

.negotiation-section span {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.4;
	color: #0a2737;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 15%;
}

.negotiation-section p {
	display: block;
	text-align: left;
	line-height: 2;
	padding: 0 15%;
}

.negotiation-section a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 160px;
	margin: 4% auto 0 auto;
	display: block;
	padding: 10px 0;
	color: #0a2737;
}

.negotiation-section a.button:hover,
.negotiation-section a.button:focus {
	border: 2px solid #a8965e;
	background: #a8965e;
	color: #fff;
}

/* Homepage - Innovation Section */

.innovations-section {
	height: 1000px;
	width: 100%;
	position: relative;
}

.innovations-section-right-block span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 25px 0;
	text-align: center;
	line-height: 1.2;
	display: block;
}

.innovations-section-right-block span.h5-replace:after {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 15px;
	top: 0;
	display: inline-block;
}

.innovations-section-right-block span.h5-replace:before {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	right: 15px;
	top: 0;
	display: inline-block;
}

.innovations-section-right-block h2.h1-replace {
	font-family: 'Playfair Display', serif;
	/*font-size: 80px;*/
	line-height: 1.1;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
	/*	word-wrap: break-word;*/
}

/* 42px @ 320px increasing to 60px @ 1920px */
@media (min-width: 320px) {
	.innovations-section-right-block h2.h1-replace {
		font-size: calc(2.625rem + ((1vw - 3.2px) * 1.125));
		/* Where: * 1.125 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	.innovations-section-right-block h2.h1-replace {
		font-size: 60px;
	}
}

.innovations-section-left-block p {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.6;
	color: #231f20;
	text-align: left;
	margin: 0;
}

.innovations-section-left-block-inner {
	padding: 18% 15% 10% 15%;
}

.innovations-section-right-block {
	background-image: url(/wp-content/themes/paperstreet/images/innovation-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	min-height: 1000px;
	width: 100%;
	/*	max-width: 960px;*/
	float: right;
}

.innovations-section-right-block p {
	line-height: 2;
	position: relative;
	color: #fff;
}

.innovations-section-right-block-inner {
	padding: 7% 15% 10% 15%;
}

.innovations-section-right-block a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 160px;
	margin: 0 auto;
	display: inline-block;
	padding: 2% 0;
	color: #fff;
}

.innovations-section-right-block a.button:hover,
.innovations-section-right-block a.button:focus {
	border: 2px solid #a8965e;
	background: #a8965e;
	color: #fff;
}

/* Homepage - Case Studies Grid */

.case-studies-section span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.case-studies-section span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.case-studies-section span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.case-studies-section h2.h1-replace {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0;
	position: relative;
}

.case-studies-section span {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 10px 0 80px 0;
	display: block;
}

.case-studies-section {
	padding-top: 140px;
	padding-bottom: 80px;
	width: 100%;
}

.case-studies-section .parent .child a .box-title {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 542px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
	letter-spacing: 1px;
	padding: 0 5%;
	z-index: 3;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 300px;
}

.box-title:hover,
.box-title:focus {
	color: #fff;
}

.case-studies-section a:hover,
.case-studies-section a:focus {
	background: transparent;
}

.case-studies-section .case-study-box-one a .box-title,
.case-studies-section .case-study-box-two a .box-title,
.case-studies-section .case-study-box-three a .box-title,
.case-studies-section .case-study-box-four a .box-title,
.case-studies-section .case-study-box-five a .box-title,
.case-studies-section .case-study-box-six a .box-title {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 542px;
	color: #fff;
	text-decoration: none;
	padding: 0;
	-webkit-transition: color 200ms ease-out, background 200ms ease-out;
	-moz-transition: color 200ms ease-out, background 200ms ease-out;
	-ms-transition: color 200ms ease-out, background 200ms ease-out;
	-o-transition: color 200ms ease-out, background 200ms ease-out;
	transition: color 200ms ease-out, background 200ms ease-out;
}

/*.case-studies-section a.case-study-box-one:hover .box-title,
.case-studies-section a.case-study-box-two:hover .box-title,
.case-studies-section a.case-study-box-three:hover .box-title,
.case-studies-section a.case-study-box-four:hover .box-title,
.case-studies-section a.case-study-box-five:hover .box-title,
.case-studies-section a.case-study-box-six:hover .box-title {
	color: #cd022c;
	border: 2px solid #fff;
	background: #fff;
	-webkit-transition: color 200ms ease-out, background 200ms ease-out;
	-moz-transition: color 200ms ease-out, background 200ms ease-out;
	-ms-transition: color 200ms ease-out, background 200ms ease-out;
	-o-transition: color 200ms ease-out, background 200ms ease-out;
	transition: color 200ms ease-out, background 200ms ease-out;
}*/

/*.case-studies-section a.case-study-box-one {
	background:#416375 url("/wp-content/themes/paperstreet/images/candles-photo.jpg") no-repeat center center;
	background-size: cover;
}

.case-studies-section a.case-study-box-two {
	background:#416375 url("/wp-content/themes/paperstreet/images/lady-justice-photo.jpg") no-repeat center center;
	background-size: cover;
}

.case-studies-section a.case-study-box-three {
	background:#416375 url("/wp-content/themes/paperstreet/images/door-knocker-photo.jpg") no-repeat center center;
	background-size: cover;
}

.case-studies-section a.case-study-box-four {
	background:#416375 url("/wp-content/themes/paperstreet/images/palm-trees-photo.jpg") no-repeat center center;
	background-size: cover;
}

.case-studies-section a.case-study-box-five {
	background:#416375 url("/wp-content/themes/paperstreet/images/books-photo.jpg") no-repeat center center;
	background-size: cover;
}

.case-studies-section a.case-study-box-six {
	background:#416375 url("/wp-content/themes/paperstreet/images/red-chair-photo.jpg") no-repeat center center;
	background-size: cover;
}*/

/*.case-studies-section a.case-study-box-one:hover,
.case-studies-section a.case-study-box-two:hover,
.case-studies-section a.case-study-box-three:hover,
.case-studies-section a.case-study-box-four:hover,
.case-studies-section a.case-study-box-five:hover,
.case-studies-section a.case-study-box-six:hover {

    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}
*/

/*.case-study-box-one {
	background: url("/wp-content/themes/paperstreet/images/candles-photo.jpg") no-repeat center center;
}
.case-study-box-two {
	background: url("/wp-content/themes/paperstreet/images/lady-justice-photo.jpg") no-repeat center center;
}
.case-study-box-three {
	background: url("/wp-content/themes/paperstreet/images/door-knocker-photo.jpg") no-repeat center center;
}
.case-study-box-four {
	background: url("/wp-content/themes/paperstreet/images/palm-trees-photo.jpg") no-repeat center center;
}
.case-study-box-five {
	background: url("/wp-content/themes/paperstreet/images/books-photo.jpg") no-repeat center center;
}
.case-study-box-six {
	background: url("/wp-content/themes/paperstreet/images/red-chair-photo.jpg") no-repeat center center;
}*/

.case-study-item {
	position: relative;
}

.case-study-item a {
	position: absolute;
	z-index: 1;
}

.parent {
	width: 100%;
	margin: 0;
	height: 340px;
	border: 0;
	overflow: hidden;
	position: relative;
	float: none;
	display: block;
	cursor: pointer;
}

.child {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.parent:hover .child,
.parent:focus .child {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.parent:hover .child:before,
.parent:focus .child:before {
	display: block;
}

.parent:hover a,
.parent:focus a {
	display: block;
}

.child:before {
	content: '';
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Homepage - Where We Serve Section */

.where-we-serve-section {
	background-color: #fff;
	padding: 115px 0 75px;
	width: 100%;
	display: flex;
	flex-direction: column;
	/* min-height: 100vh; */
	justify-content: center;
}

.where-we-serve-section span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.where-we-serve-section span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.where-we-serve-section span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.where-we-serve-section h2.h1-replace {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	/* margin: 0 0 126px 0; */
	position: relative;
}

.global-presence-map {
	background: url('/wp-content/themes/paperstreet/images/dotted-map.png');
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 800px;
}

/* Homepage Map */

#map-about-static {
	position: relative;
	width: 100%;
}

.inner-ma-static {
	width: 100%;
	position: relative;
}

.inner-ma-static img {
	width: 100%;
	height: auto;
	display: block;
}

.marker-map,
.title-map-home {
	width: auto;
	z-index: 0;
	position: absolute;
	white-space: nowrap;
}

.title-map-home {
	bottom: 0;
	right: 59px;
	color: rgba(0, 0, 0, 0.31);
	text-align: center;
}

.marker-map {
	margin: -26px 0 0 -26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.circle-wr-map {
	width: 26px;
	height: 26px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: rgba(9, 39, 55, 100);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.inside-wr-map1 {
	width: 18px;
	height: 18px;
	z-index: 0;
	background: rgba(255, 255, 255, 0.3);
}

.circle-wr-map,
.inside-wr-map1 {
	-webkit-animation: mapCircle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite alternate;
	animation: mapCircle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite alternate;
}

.inside-wr-map2 {
	width: 6px;
	height: 6px;
	z-index: 3;
	background: #fff;
	-webkit-animation: mapCircleInner 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 150ms infinite alternate;
	animation: mapCircleInner 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 150ms infinite alternate;
}

.inside-wr-map1,
.inside-wr-map2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@-webkit-keyframes mapCircle {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.9;
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes mapCircle {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.9;
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-webkit-keyframes mapCircleInner {
	0%,
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@keyframes mapCircleInner {
	0%,
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

.circle-wr-map,
.inside-wr-map1,
.inside-wr-map2 {
	border-radius: 100%;
}

.info-wr-map {
	white-space: nowrap;
	display: none;
	margin: -4px 0 0 10px;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(10, 39, 55, 0.85);
	padding: 30px;
	z-index: 4;
}

.info-wr-map ul li {
	font-weight: 400;
	font-size: 14px;
	padding: 6px 0 0 0;
}

.info-wr-map > * {
	margin: 1px 0;
	z-index: 4;
}

.circle-wr-map:hover ~ .info-wr-map,
.circle-wr-map:focus ~ .info-wr-map {
	display: block;
	z-index: 4;
}

.count-map,
.list-op-content-screen {
	display: -webkit-box;
	display: -ms-flexbox;
}

.count-map {
	display: flex;
}

.currency-map {
	padding: 0 0 0 5px;
}

.circle-wr-map:hover,
.circle-wr-map:focus {
	background: rgba(0, 0, 0, 0.1);
}

.circle-wr-map:hover .inside-wr-map2,
.circle-wr-map:focus .inside-wr-map2 {
	background: #000;
}

.circle-wr-map:hover .inside-wr-map1,
.circle-wr-map:focus .inside-wr-map1 {
	background: rgba(0, 0, 0, 0.3);
}

/*******************************************************************************************
BANNER
*******************************************************************************************/

.banner {
	padding-top: 120px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.banner-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 280px;
}

.banner-title-wpr {
	width: 678px;
	height: 200px;
	/* background-color: rgba(14, 39, 55, 0.8); */
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 36px;
	margin-top: 42px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 2%;
	justify-content: center;
}

.banner-title-wpr h1.banner-title,
.banner-title-wpr p.banner-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-top: -4%;
	margin-bottom: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
}

.banner-title-wpr h1.banner-title:after,
.banner-title-wpr p.banner-title:after {
	background-color: #a8965e;
	content: '\a0';
	height: 7px;
	width: 37px;
	position: absolute;
	display: inline-block;
	top: 114%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*******************************************************************************************
CONTENT
*******************************************************************************************/

main#main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

main#main.homepage section {
	width: 100%;
	display: block;
}

main#main .sidebar {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 30%;
}

.single-attorneys-template-B main#main .sidebar {
	width: 40%;
}

main#main .sidebar .sidebar-inner {
}

main#main .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 70%;
	padding: 80px 20% 136px 4%;
}

.single-attorneys-template-B main#main .content {
	width: 60%;
}

main#main .content.full-width {
	width: 100%;
}

main#main .content .inner {
}

@media screen and (min-width: 1025px) {
	nav.menu-main-navigation-container > ul > li.drop-mega > ul {
		left: auto;
		right: -180px;
	}

	nav.menu-main-navigation-container > ul > li.menu-item-1684 > ul {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 1367px) {
	nav.menu-main-navigation-container > ul > li.drop-mega > ul {
		left: auto;
		right: -217px;
	}
}

@media screen and (min-width: 1501px) {
	nav.menu-main-navigation-container > ul > li.drop-mega > ul {
		left: auto;
		right: -257px;
	}

	nav.menu-main-navigation-container > ul > li.menu-item-1684 > ul {
		left: -5px;
		right: auto;
		transform: none;
	}
}

@media screen and (max-width: 1366px) {
	main#main .content {
		padding: 80px 5% 136px 5%;
	}

	.attorney-bio-page-content .sidebar .sidebar-inner {
		margin: 0 0 0 20% !important;
	}

	/* nav.menu-main-navigation-container > ul > li.drop-mega > ul,
	nav.menu-top-navigation-container > ul > li.drop-mega > ul {
		left: -250px;
	} */
}

@media screen and (max-width: 1024px) {
	main#main .content,
	.single-attorneys-template-B main#main .content {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		/*padding: 66px 5% 66px 5%;*/
		padding: 20px 5% 66px 5%;
	}

	main#main .sidebar,
	.single-attorneys-template-B main#main .sidebar {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.attorney-bio-page-content .sidebar .sidebar-inner {
		margin: 0 !important;
	}

	nav.menu-main-navigation-container > ul > li.drop-mega > ul,
	nav.menu-top-navigation-container > ul > li.drop-mega > ul {
		left: -42px;
	}
}

.content a {
	font-weight: 600;
}

.content h2 a {
	font-weight: 400;
}

.sidebar {
	width: 35%;
	background-color: #ebebeb;
	padding: 0 0 0 0;
}

.content h1 {
	font-size: 40px;
}

.content h2 {
	font-size: 36px;
}

.sidebar h2 {
	font-size: 24px;
}

/* Breadcrumbs */

.content .breadcrumbs {
	margin: 0 0 20px;
	padding: 0;
}

ul#breadcrumb {
	background-color: transparent;
}

.content .breadcrumbs li {
	margin: 0;
	padding: 0 !important;
	display: inline-block;
	line-height: 1;
}

.breadcrumbs li {
	color: #8e8e8e;
	font-size: 14px;
	text-transform: none;
	font-weight: 300;
}

.breadcrumbs li:before {
	display: none !important;
}

.breadcrumbs li:after {
	content: '\f101';
	font-family: 'Font Awesome 6 Pro';
	color: #8e8e8e;
	margin: 0 7px;
}

.breadcrumbs li a {
	color: #8e8e8e;
	text-decoration: none;
	font-weight: 400;
}

.breadcrumbs li:not(:last-child):after {
	content: '\f101';
	font-family: 'Font Awesome 6 Pro';
	color: #8e8e8e;
	margin: 0 7px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

/*Search Results Page Top Spacing */

.search-results main#main,
.search-no-results main#main {
	margin-top: 120px;
}

/* Interior Centered Callout Strip */

.centered-callout-strip {
	background-color: #416375;
	padding: 120px 0;
	text-align: center;
	min-height: 412px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.centered-callout-strip h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #fff;
	font-size: 36px;
	line-height: 1.3;
	position: relative;
	margin-bottom: 70px;
}

.centered-callout-strip h2:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: absolute;
	left: 50%;
	bottom: -40%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
}

.centered-callout-strip p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

/* Interior Two Column Callout Strip */

.two-col-callout-strip {
	background-color: #0c1e2a;
	padding: 120px 105px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.two-col-callout-strip .col-left {
	width: 50%;
}

.two-col-callout-strip .col-right {
	width: 50%;
}

.two-col-callout-strip ul li {
	border-bottom: 1px solid #24353e;
}

.two-col-callout-strip ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 15px 0 15px 10px;
	position: relative;
}

.two-col-callout-strip ul li a i {
	color: #a8965e;
	font-size: 18px;
	padding-left: 10px;
	display: inline-block;
}

.two-col-callout-strip h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4rem;
	position: relative;
	margin: 0 0 40px 0;
	padding-left: 60px;
}

.two-col-callout-strip h3:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 0;
	top: 7px;
	margin-left: 0;
}

.two-col-callout-strip a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 180px;
	margin: 0 auto 0 10px;
	display: inline-block;
	padding: 12px 0;
	color: #a8965e;
}

.two-col-callout-strip ul {
	padding-right: 80px;
}

/* Blog Search */

.sidebar-form {
	position: relative;
}

input#blog-search-input {
	background-color: #ebebeb;
	border: 2px solid #949393;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	height: 59px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 14px;
	color: #949393;
	padding: 20px 60px 20px 20px;
}

@media screen and (min-width: 640px) {
	input#blog-search-input {
		letter-spacing: 1px;
		font-size: 12px;
	}
}

@media screen and (min-width: 1025px) {
	input#blog-search-input::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		white-space: pre-line;
		position: relative;
		top: -10px;
	}
}

@media screen and (min-width: 1200px) {
	input#blog-search-input {
		font-size: 15px;
	}
}

@media screen and (min-width: 1740px) {
	input#blog-search-input::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		top: 0;
	}
}

.blog-search button {
	background-color: #949393;
	width: 60px;
	margin: 0;
	position: absolute;
	right: 1px;
	top: 0;
	height: 100%;
	font-size: 24px;
	padding: 0 12px;
}

/* OUR PROMISE SIDE CALLOUT */

.our-promise-side-callout {
	background-color: #426376;
	width: 100%;
	height: auto;
}

.our-promise-side-callout h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	position: relative;
	margin: 0 0 85px 0;
	padding-left: 0;
}

.our-promise-side-callout h3:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	right: auto;
	bottom: 7px;
	margin-left: 20px;
}

h4.our-promise-quotation {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	position: relative;
	margin-bottom: 50px;
}

h4.our-promise-quotation q span {
	margin-left: 40px;
	display: inline-block;
}

h4.our-promise-quotation q:before {
	content: open-quote;
	color: #6b8594;
	font-size: 80px;
	position: absolute;
	top: -9px;
}

h4.our-promise-quotation q:after {
	content: no-close-quote;
}

.our-promise-side-callout p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #fff;
}

.our-promise-side-callout p q:before {
	content: no-open-quote;
}

.our-promise-side-callout p q:after {
	content: close-quote;
}

.our-promise-side-callout span {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

/* RELATED ITEMS SIDE CALLOUT */

.related-side-callout {
	background-color: #0c1e2a;
	width: 100%;
	height: auto;
}

.related-side-callout ul li {
	border-bottom: 1px solid #24353e;
}

.related-side-callout ul li a {
	margin-right: 86px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 15px 0 15px 10px;
	position: relative;
}

.related-side-callout ul li a i {
	color: #a8965e;
	font-size: 18px;
	padding-left: 10px;
	display: inline-block;
}

/*.related-side-callout ul li a:after {
	content: '\f30b';
	position: absolute;
	right: auto;
	bottom: 0;
	margin-left: 20px;
}*/

.related-side-callout h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4rem;
	position: relative;
	margin: 0 100px 40px 0;
	padding-left: 10px;
}

.related-side-callout h3:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	right: auto;
	bottom: 7px;
	margin-left: 20px;
}

.related-side-callout a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 180px;
	margin: 0 auto 0 10px;
	display: inline-block;
	padding: 1.5% 0;
	color: #a8965e;
}

.related-side-divider {
	padding: 80px 0;
}

/* Anchor Links Side Callout */

.anchor-link-side-callout {
	background-image: url(/wp-content/themes/paperstreet/images/anchor-link-callout-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	min-height: 1050px;
	width: 100%;
}

.anchor-link-side-callout .inner {
	height: 100%;
	/*	padding-top: 124px;
	padding-left: 160px;*/
}

.anchor-link-side-callout h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	position: relative;
	margin: 0 100px 40px 0;
	padding-left: 10px;
}

.anchor-link-side-callout h3:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	right: auto;
	margin-left: 20px;
	top: 7px;
}

.anchor-link-side-callout h2 {
	font-family: 'Playfair Display', serif;
	/*font-size: 48px;*/
	font-weight: 400;
	color: #0a2737;
}

.anchor-link-side-callout h4 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	color: #0a2737;
	line-height: 1.2;
	margin-bottom: 80px;
}

.anchor-link-side-callout ul li {
	border-bottom: 1px solid #acb0b2;
	padding: 15px 0 15px 30px;
}

.anchor-link-side-callout ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #04141d;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.2px;
}

/* Sidebar Items */

.blog-search {
	padding: 0 0 0 15%;
	margin: 80px 40px 40px 0;
}

.success-stories-sort {
	padding: 0 0 0 15%;
	margin: 0 0 0 0;
}

.our-promise-side-callout {
	padding: 155px 40px 132px 15%;
}

.anchor-link-side-callout .inner {
	padding: 124px 0 0 15%;
}

.blog-list-links {
	padding: 0 0 0 15%;
}

.select-list-categories {
	/*NEW CLASS*/
	padding: 124px 0 0 15%;
}

.side-buttons-callout .inner {
	margin: -1px 0 0 15%;
	padding: 0 0 0 0;
}

.pa-accordion-list {
	padding: 40px 0 0 15%;
}

.pa-accordion-list h2 {
	padding-right: 30px;
}

.related-side-callout {
	padding: 155px 0 132px 15%;
}

@media screen and (min-width: 1280px) {
	.blog-search {
		margin: 80px 70px 40px 0;
	}

	.our-promise-side-callout {
		padding: 155px 110px 132px 15%;
	}
}

/* SIDEBAR ACCORDION */

/* Hide PA preview template posts from side menu list */

li.page_item.page-item-1795,
li.page_item.page-item-1800,
li.page_item.page-item-1805 {
	display: none;
}

ul.side-bar-accordion {
	position: relative;
}

ul.side-bar-accordion li {
	position: relative;
	border-bottom: 2px solid #e1e2e2;
	padding: 15px 45px 15px 0;
	line-height: 1.2;
}

ul.side-bar-accordion li .open-sub {
	position: absolute;
	top: 15px;
	right: 24px;
}

ul.side-bar-accordion li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #295170;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 2px;
	padding-right: 0;
	display: inline-block;
}

ul.side-bar-accordion li ul.children {
	display: none;
	border-bottom: 2px solid #e1e2e2;
}

ul.side-bar-accordion li ul.children li {
	border-top: 2px solid #e1e2e2;
	border-bottom: 0;
	padding-left: 36px;
}

ul.side-bar-accordion li ul.children li:first-of-type {
	margin-top: 8px;
}

ul.side-bar-accordion li ul.children li:last-of-type {
	border-bottom: none;
}

ul.side-bar-accordion li ul.children a {
	color: #8d8c8c;
	padding-right: 20%;
	display: inline-block;
}

ul.side-bar-accordion li a.open-sub:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f067';
	color: #a8965e;
	padding-left: 10px;
}

ul.side-bar-accordion li a.open-sub.active:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f068';
}

/*******************************************************************************************
ABOUT US TEMPLATE
*******************************************************************************************/

.page-template-template-about .banner,
.page-template-template-attorneys .banner {
	display: none;
}

.about-intro {
	margin-top: 120px; /*Compensates header spacing*/
	position: relative;
	min-height: 900px;
	width: 100%;
	/*  z-index: -1;	*/
}

.about-intro:after {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '\a0';
	position: absolute;
	background: url('/wp-content/themes/paperstreet/images/about-us-b-symbol.webp');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 960px;
	height: 960px;
	z-index: -1;
}

.about-intro span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	text-align: center;
	position: relative;
	margin: 114px auto 60px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.about-intro span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.about-intro span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.about-intro h1 {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 126px 0;
	position: relative;
}

.about-intro span {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.4;
	color: #927e3e;
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

.about-intro p {
	display: block;
	text-align: center;
	line-height: 2;
	padding: 0 15%;
}

/* About Us Top Section */

.about-top-section {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-direction: column;
}

.about-top-section-left-block {
	background-image: url(/wp-content/themes/paperstreet/images/insights-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: 100%;
	text-align: center;
}

.about-top-section-left-block h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	position: relative;
	margin: 0 0 85px 0;
	padding-left: 85px;
}

.about-top-section-left-block h5:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 0;
	top: 7px;
}

.about-top-section-left-block h2.h1-replace {
	font-family: 'Playfair Display', serif;
	/*	font-size: 80px;*/
	line-height: 1.1;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}

.about-top-section-left-block h3.h2-replace {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.6;
	color: #a8965e;
	text-align: center;
}

.about-top-section-left-block p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: center;
}

.about-top-section-left-block a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #a8965e;
	border-radius: 8px;
	background: transparent;
	width: 160px;
	margin: 0 auto;
	display: inline-block;
	padding: 15px 0;
	color: #a8965e;
}

.about-top-section-left-block-inner {
	padding: 100px 15% 100px 15%;
}

.about-top-section-right-block {
	background-color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-top-section-right-block p {
	line-height: 2;
	position: relative;
	text-align: center;
}

.about-top-section-right-block-inner {
	padding: 100px 15% 100px 15%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.about-top-section-right-block-inner h3,
.about-mid-section-right-block-inner h3 {
	color: #927f3d;
	font-size: 36px;
	position: relative;
	text-align: center;
}

/*
.about-top-section-right-block-inner h3:before,
.about-mid-section-right-block-inner h3:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 609px;
	height: 5px;
	background-color: #fff;
	margin-top: 0;
	left: 0;
	top: -65px;
} */

.about-top-section-right-block a.button,
.about-mid-section-right-block a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #0a2737;
	border-radius: 3px;
	background: transparent;
	width: 160px;
	margin: 0 auto;
	display: inline-block;
	padding: 2% 0;
	color: #2c516e;
}

.about-top-expand-box {
	margin-top: 80px;
	width: 100%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.about-top-expand-box-inner {
	width: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10%;
}

.about-top-expand-box h3 {
	color: #446377;
	font-size: 36px;
	margin: 0;
}

.about-top-expand-box-inner button,
.about-mid-expand-box-inner button {
	display: block;
	text-align: center;
	width: auto;
	/* height: 45px; */
	color: #fff;
	background: #b0986c;
	border-radius: 3px;
	margin-left: 30px;
	text-decoration: none;
	/* font-size: 34px; */
	line-height: 45px;
	padding: 0 25px;
	margin: 0 0 0 20px;
	letter-spacing: 1px;
}

.about-top-expand-box-inner button:hover,
.about-top-expand-box-inner button:focus,
.about-mid-expand-box-inner button:hover,
.about-mid-expand-box-inner button:focus {
	background: #0a2737;
}

/* Expanded Section Wide */

.ps219sw17 {
	color: blue;
}

.expanded-content-wide,
.expanded-content-wide2,
.expanded-content-wide3 {
	display: none;
}

.expanded-content-wide {
	height: 327px;
	width: 100%;
	background-color: #0b1e29;
	bottom: 0;
	right: 0px;
	position: absolute;
}

.expanded-content-wide2 {
	height: 328px;
	width: 50%;
	background-color: #0b1e29;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.expanded-content-wide3 {
	height: 328px;
	width: 100%;
	background-color: #0b1e29;
	bottom: 0;
	left: 0;
	position: absolute;
}

.expanded-content-wide-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 8%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 327px;
}

.expanded-content-wide-inner .col {
	-webkit-box-flex: 6;
	-webkit-flex-grow: 6;
	-ms-flex-positive: 6;
	flex-grow: 6;
}

.expanded-content-wide-inner .col.last {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
}

.expanded-content-wide-inner .col.last a {
	font-family: 'Playfair Display', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

.expanded-content-wide-inner .col.last button.expand-toggle,
.expanded-content-wide-inner .col.last button.expand-toggle2,
.expanded-content-wide-inner .col.last button.expand-toggle3 {
	display: block;
	text-align: center;
	width: 72px;
	height: 45px;
	color: #fff;
	border: 2px solid #b0986c;
	background: transparent;
	border-radius: 3px;
	text-decoration: none;
	font-size: 34px;
	line-height: 45px;
	padding: 0;
	margin: 0 auto 10px auto;
}

.expanded-content-wide-inner .col.last button.expand-toggle2:hover,
.expanded-content-wide-inner .col.last button.expand-toggle2:focus {
	background: #b0986c;
	color: #0b1e29;
}

.expanded-content-wide-inner ul {
	padding-right: 50px;
	margin: 0;
}

.expanded-content-wide-inner ul li {
	border-bottom: 2px solid #24353e;
}

.expanded-content-wide-inner ul li:last-of-type {
	border-bottom: none;
}

.expanded-content-wide-inner ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 0 8px 10px;
	position: relative;
}

.expanded-content-wide-inner ul li a:hover,
.expanded-content-wide-inner ul li a:focus {
	text-decoration: underline;
}

.expanded-content-wide-inner ul li a i {
	color: #a8965e;
	font-size: 18px;
	padding-left: 10px;
	display: inline-block;
}

.about-mid-section {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	flex-direction: column;
}

.about-mid-section-left-block {
	background-image: url(/wp-content/themes/paperstreet/images/grey-speck-texture.webp);
	background-repeat: repeat;
	background-position: left top;
	height: auto;
	width: 100%;
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-mid-section-left-block span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #102737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	position: relative;
	margin: 0 0 40px 0;
	/* padding-left: 85px; */
	text-align: center;
	line-height: 1.2;
	display: block;
}

.about-mid-section-left-block span.h5-replace:after {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	right: -15px;
	top: -3px;
	display: inline-block;
}

.about-mid-section-left-block span.h5-replace:before {
	content: '';
	position: relative;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: -15px;
	top: -3px;
	display: inline-block;
}

.about-mid-section-left-block h2.h1-replace {
	font-family: 'Playfair Display', serif;
	/*font-size: 80px;*/
	line-height: 1.1;
	color: #102737;
	text-align: center;
	margin: 0 0 40px 0;
	position: relative;
}

.about-mid-section-left-block p {
	/* font-family: 'Playfair Display', serif;
	font-size: 24px; */
	line-height: 1.6;
	color: #231f20;
	text-align: center;
	margin: 0;
	padding: 0 15%;
}

.about-mid-section-left-block-inner {
	padding: 100px 15% 100px 15%;
	align-self: flex-start;
}

.about-mid-section-right-block {
	background-color: #f7f7f7;
	/* min-height: 1153px; */
	width: 100%;
	margin-top: 0;
}

.about-mid-section-right-block-inner h3:before {
	background-color: #e6e6e6 !important;
}

.about-mid-section-right-block p:first-of-type:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 609px;
	height: 5px;
	background-color: #416375;
	margin-top: 80px;
	left: 0;
	top: -80px;
	display: none;
}

.about-mid-section-right-block-inner {
	padding: 100px 15% 100px 19%;
}

.about-mid-section-right-block a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 160px;
	margin: 0 auto;
	display: inline-block;
	padding: 2% 0;
	color: #fff;
}

.about-mid-expand-box.mobile {
	display: none;
}

.about-mid-expand-box {
	width: 100%;
	/* height: 236px; */
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.about-mid-expand-box-inner {
	width: 100%;
	margin-top: 80px;
	/* background-color: #fff; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10%;
}

.about-mid-expand-box h3 {
	color: #446377;
	font-size: 36px;
	margin: 0;
}

.about-mid-expand-box a {
	display: block;
	text-align: center;
	width: 72px;
	height: 45px;
	color: #446377;
	border: 2px solid #b0986c;
	border-radius: 3px;
	margin-left: 30px;
	text-decoration: none;
	font-size: 40px;
	line-height: 42px;
}

/* ACCORDION STYLES */

.accordion-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accordion-item {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.accordion-item {
		width: 48%;
	}
}

.accordion-item-title {
	padding: 15px 45px 15px 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	color: #285171;
	line-height: 1.6;
	border-bottom: 1px solid #c2c2c2;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion-item-title:before {
	content: '\f067';
	font-family: 'Font Awesome 6 Pro';
	line-height: 30px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	text-align: center;
	color: #a9965c;
	background-color: transparent;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
	position: absolute;
	right: 0;
}

.accordion-item-title.active:before {
	content: '\f068';
}

.accordion-item-title:hover:before,
.accordion-item-title:focus:before {
	background: transparent;
}

.accordion-item:first-of-type .accordion-item-title,
.accordion-item:nth-of-type(2) .accordion-item-title {
	border-top: 1px solid #c2c2c2;
}

.sidebar-inner .accordion-item:nth-of-type(2) .accordion-item-title {
	border-top: unset;
}

.accordion-item-content {
	display: none;
}

.accordion-item-content p {
	font-size: 0.8889rem;
}

.accordion-item-title.active + .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
	margin-top: 35px;
}

.accordion-item-content > *:last-child {
	margin-bottom: 35px;
}

.about-bottom-section {
	width: 100%;
	background-image: linear-gradient(180deg, #416375, #21323b);
	padding-bottom: 50px;
}

.about-bottom-section .row {
	max-width: 1100px;
}

.about-bottom-section p {
	color: #fff;
}

.about-bottom-section .top-color-bar {
	background-color: #416375;
	text-align: center;
	padding-top: 150px;
	min-height: 730px;
}

.about-bottom-section .top-color-bar .inner {
	display: block;
	height: 500px;
}

.about-bottom-section span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	text-align: left;
	position: relative;
	margin: 35px auto 60px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.about-bottom-section span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

@media screen and (min-width: 1025px) {
	.about-bottom-right {
		padding-left: 70px;
	}
}

.about-bottom-left {
	background: #182739;
	margin-bottom: 70px;
}

.about-bottom-section h2.h1-replace {
	font-family: 'Playfair Display', serif;
	font-size: 70px;
	line-height: 1.1;
	color: #fff;
	text-align: left;
	margin: 0 0 50px 0;
	position: relative;
}

.about-bottom-section .text-blurb.desktop {
	display: block;
	padding-right: 10%;
	height: 200px;
}

.about-bottom-section .text-blurb.mobile {
	display: none;
}

.about-bottom-section .text-blurb h3 {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.8;
	text-align: left;
}

.about-bottom-section .photo-wpr.mobile {
	display: none;
}

.about-left-inner h3 {
	color: #a8965e;
	text-align: center;
	font-size: 28px;
}

.about-left-inner p {
	text-align: center;
}

.about-left-inner {
	padding: 0 25px;
	text-align: center;
	position: relative;
}

.about-left-inner:after {
	content: '';
	width: 100%;
	height: 0;
	bottom: -60px;
	position: absolute;
	left: 0;
	border-left: 43vw solid transparent;
	border-right: 43vw solid transparent;
	border-top: 60px solid #182739;
}

@media screen and (min-width: 450px) {
	.about-left-inner:after {
		content: '';
		width: 100%;
		height: 0;
		bottom: -60px;
		position: absolute;
		left: 0;
		border-left: 45vw solid transparent;
		border-right: 45vw solid transparent;
		border-top: 60px solid #182739;
	}
}

@media screen and (min-width: 720px) {
	.about-left-inner:after {
		content: '';
		width: 100%;
		height: 0;
		bottom: -60px;
		position: absolute;
		left: 0;
		border-left: 47vw solid transparent;
		border-right: 47vw solid transparent;
		border-top: 60px solid #182739;
	}
}

@media screen and (min-width: 1024px) {
	.about-left-inner:after {
		content: '';
		width: 100%;
		height: 0;
		bottom: -60px;
		position: absolute;
		left: 0;
		border-left: 168px solid transparent;
		border-right: 168px solid transparent;
		border-top: 60px solid #182739;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1110px) {
	.about-left-inner:after {
		content: '';
		width: 100%;
		height: 0;
		bottom: -60px;
		position: absolute;
		left: 0;
		border-left: 154px solid transparent;
		border-right: 154px solid transparent;
		border-top: 60px solid #182739;
	}
}

.about-bottom-section .photo-wpr.desktop {
	display: block;
	margin-top: 40px;
	margin-bottom: 50px;
}

.about-bottom-section .photo-wpr {
	/*  float: left;*/
	position: relative;
	width: 100%;
	margin: 0;
	height: auto;
	padding-bottom: 0;
}

.about-bottom-section .photo-wpr img {
	max-width: 100%;
	display: block;
	width: 100%;
}

.about-bottom-section .btm-content {
	min-height: 1086px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -126px;
	width: 100%;
}

/* LEFT COLUMN */

.about-bottom-section .left-column {
	width: 45%;
	margin-top: -174px;
}

/* Sidebar Buttons Callout */

.side-buttons-callout {
	/* border-top: 1px solid #2b4b5c; */
	margin-top: 100px;
	border-top: 9px solid #a8965e;
	margin-bottom: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.side-buttons-callout .inner {
	/*margin: -1px 0 0 160px;*/
	/* border-top: 9px solid #a8965e; */
	width: 100%;
}

.side-buttons-callout .inner h3,
.side-buttons-callout.mobile .inner h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 6px;
	color: #0a2737;
	text-transform: uppercase;
	margin-top: 48px;
}

.side-buttons-callout .inner a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	background-color: #0a2737;
	width: 220px;
	margin: 0 15px 15px auto;
	display: inline-block;
	padding: 3% 0;
	color: #fff;
	margin-left: 30px;
}

/* Bottom Section */

.side-buttons-callout .inner a.button:hover,
.side-buttons-callout .inner a.button:focus {
	border: none;
	background-color: #a8965e;
	color: #fff;
}

/* RIGHT COLUMN */

.about-bottom-section .right-column {
	width: 55%;
	margin-top: -140px;
}

.side-buttons-callout.mobile {
	display: none;
}

.about-bottom-section .right-column .inner {
	padding: 50px 10% 50px 10%;
}

.about-bottom-section .right-column .inner a {
	font-weight: 600;
}

.about-bottom-section .right-column .inner h3 {
	margin-bottom: 71px;
}

.about-bottom-section .right-column .inner p:first-of-type {
	padding: 80px 0 0 0;
}

.about-bottom-section .right-column .inner p {
	font-size: 16px;
	line-height: 2.2;
}

.about-bottom-section .right-column .inner span {
	color: #102737;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 24px;
	line-height: 1.4;
	display: block;
	margin-bottom: 40px;
}

.about-bottom-section .right-column .inner hr {
	color: #ececec;
	background-color: #ececec;
	height: 5px;
	width: 100%;
	max-width: 886px;
	margin: 40px 0;
}

/*******************************************************************************************
PRACTICE LADNING
*******************************************************************************************/

.pa-landing {
}

.pa-intro span.h5-replace,
.attorney-bio-page-content span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

@media screen and (min-width: 769px) {
	.pa-intro span.h5-replace,
	.attorney-bio-page-content span.h5-replace {
		letter-spacing: 0.3rem;
		font-size: 18px;
	}
}

.pa-intro span.h5-replace:before,
.attorney-bio-page-content span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	margin-right: 20px;
}

.pa-intro span.h5-replace:after,
.attorney-bio-page-content span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.pa-intro h2.h1-replace,
.attorney-bio-page-content h2.h1-replace {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: left;
	margin: 0 0 40px 0;
	position: relative;
}

.attorney-bio-page-content h2.h1-replace {
	font-size: calc(1.5rem + ((1vw - 3.2px) * 3.125));
}

.pa-intro span,
.attorney-bio-page-content span {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.4;
	color: #927e3e;
	display: block;
	text-align: left;
	margin-bottom: 40px;
}

.pa-intro p {
	line-height: 2.2;
}

/* Side Menu */

.pa-landing ul.side-bar-accordion li a {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	color: #0e2b3a;
	position: relative;
	padding-right: 80px;
}

.pa-landing ul.side-bar-accordion li a.open-sub {
	width: 100%;
}

.pa-landing ul.side-bar-accordion li ul.children li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}

.pa-landing ul.side-bar-accordion li a.open-sub:before {
	font-size: 18px;
	position: absolute;
	right: 34px;
	bottom: 48px;
	font-weight: 600;
}

.pa-landing ul.side-bar-accordion li {
	border-bottom: none;
	padding: 25px 0 25px 24px;
	line-height: 1.2;
}

.pa-landing ul.side-bar-accordion li ul.children li {
	padding: 10px 0 10px 24px;
}

ul.side-bar-accordion li ul.children li a.open-sub:before {
	bottom: 0;
}

/*******************************************************************************************
PRACTICE AREAS DETAIL
*******************************************************************************************/

/* Interior FAQ Section */

.interior-faq-section {
	width: 100%;
	order: 5;
}

.interior-faq-section h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	text-align: center;
	position: relative;
	margin: 114px auto 60px auto;
	padding: 0;
}

.interior-faq-section h5:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.interior-faq-section h5:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.interior-faq-section h1 {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 126px 0;
	position: relative;
}

.faq-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.faq-content .left-column {
	width: 40%;
	padding: 76px 6% 186px 10%;
}

.faq-content .right-column {
	width: 60%;
	background-image: url(/wp-content/themes/paperstreet/images/faq-section-grey-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	min-height: 667px;
	padding: 136px 10% 104px 8%;
}

.faq-content .right-column .top-line {
	width: 100%;
	max-width: 607px;
	height: 5px;
	background-color: #416375;
	margin-top: 0;
	margin-bottom: 96px;
}

.faq-content .left-column span {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.4;
	color: #927e3e;
	display: block;
	margin-bottom: 60px;
}

.faq-content .left-column p {
	display: block;
	line-height: 2;
}

.faq-content .accordion-item-title {
	padding: 15px 70px 15px 15px;
}

/* PA Two Column Section */

.interior-pa-two-col {
	height: 100%; /*1170*/
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.interior-pa-two-col-left-block {
	background-image: url(/wp-content/themes/paperstreet/images/court-selection-bg-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: 50%;
}

.interior-pa-two-col-left-block h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	position: relative;
	margin: 0 0 85px 0;
	padding-left: 85px;
}

.interior-pa-two-col-left-block h5:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 0;
	top: 7px;
}

.interior-pa-two-col-left-block h1 {
	font-family: 'Playfair Display', serif;
	/*font-size: 80px;*/
	line-height: 1.1;
	color: #fff;
	text-align: left;
	margin: 0 0 75px 0;
	position: relative;
}

.interior-pa-two-col-left-block span {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.6;
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
	display: block;
}

.interior-pa-two-col-left-block p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: left;
}

.interior-pa-two-col-left-block-inner {
	padding: 18% 15% 10% 15%;
}

.interior-pa-two-col-right-block {
	background-image: url(/wp-content/themes/paperstreet/images/grey-speck-texture.jpg);
	background-repeat: repeat;
	background-position: left top;
	width: 50%;
	margin-top: 134px;
}

.interior-pa-two-col-right-block p {
	line-height: 2;
	position: relative;
}

.interior-pa-two-col-right-block p:first-of-type {
	padding-top: 80px;
}

.interior-pa-two-col-right-block .accordion-item-content p:first-of-type {
	padding-top: 0;
}

.interior-pa-two-col-right-block p:first-of-type:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 609px;
	height: 5px;
	background-color: #fff;
	margin-top: 80px;
	left: 0;
	top: -80px;
}

.interior-pa-two-col-right-block .accordion-item-content p:first-of-type:before {
	display: none;
}

.interior-pa-two-col-right-block-inner h3 {
	color: #927f3d;
	font-size: 24px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 60px;
}

.interior-pa-two-col-right-block-inner h3:first-of-type {
	padding-top: 80px;
}

.interior-pa-two-col-right-block-inner h3:first-of-type:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 609px;
	height: 5px;
	background-color: #fff;
	margin-top: 80px;
	left: 0;
	top: -80px;
}

.interior-pa-two-col-right-block-inner {
	padding: 25% 15% 10% 19%;
}

.interior-pa-two-col-right-block a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #0a2737;
	border-radius: 3px;
	background: transparent;
	width: 160px;
	margin: 0 auto;
	display: inline-block;
	padding: 2% 0;
	color: #0a2737;
}

/*******************************************************************************************
ATTORNEY LADNING
*******************************************************************************************/

.attorney-landing {
	margin-top: 120px;
}

.attorney-landing {
}

.att-intro span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	text-align: center;
	position: relative;
	margin: 114px auto 60px auto;
	padding: 0;
	line-height: 1.2;
	display: block;
}

.att-intro span.h5-replace:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.att-intro span.h5-replace:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.att-intro h1 {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 80px 0;
	position: relative;
}

.att-intro span {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.4;
	color: #927e3e;
	display: block;
	text-align: center;
	margin-bottom: 80px;
}

.att-callout-wpr {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 23px;
}

/* LEFT COLUMN */

.att-callout-wpr .left-col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	width: 50%;
}

.att-callout-wpr .left-col .att-callout-img {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	min-height: 513px;
	width: 100%;
}

/* Mobile Buttons Wpr */
.att-callout-buttons-wpr.mobile {
	position: relative;
	margin-left: 4%;
	display: none;
}

ul.att-callout-buttons {
	list-style: none;
	/* float: right; */
	/* margin-top: 26px; */
	margin: 0;
}

ul.att-callout-buttons li {
	display: inline-block;
	text-align: center;
	padding-right: 26px;
}

ul.att-callout-buttons li a {
	/* background-color: #ebebeb; */
	color: #416375;
	font-size: 26px;
	/* height: 75px;
	width: 75px; */
	display: inline-block;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.att-callout-buttons li a:hover,
ul.att-callout-buttons li a:focus {
	color: #a8965e;
}

/* RIGHT COLUMN */

.att-callout-wpr .right-col {
	background-image: url(/wp-content/themes/paperstreet/images/grey-speck-texture.jpg);
	background-repeat: repeat;
	background-position: left top;
	/* max-height: 514px; */
	width: 50%;
	padding: 0 5% 46px 11%;
	/* margin: 0 0 75px 0; */
}

.att-callout-wpr .right-col h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 6px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 70px;
}

.att-callout-wpr .right-col h2:after {
	content: '';
	position: absolute;
	width: 37px;
	height: 7px;
	background-color: #a8965e;
	left: 0;
	bottom: -50px;
}

.att-callout-wpr .right-col h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #416375;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.att-callout-wpr .right-col p {
	color: #363636;
	line-height: 2.4;
}

.att-callout-wpr .right-col a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 100%;
	max-width: 188px;
	display: block;
	line-height: 20px;
	padding: 10px 0;
	height: 45px;
	color: #a8965e;
	margin: 0;
}

.att-callout-wpr .right-col a.button:hover,
.att-callout-wpr .right-col a.button:focus {
	border: 2px solid #416375;
	background-color: transparent;
	color: #416375;
}

.att-callout-wpr .buttons-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	grid-gap: 30px;
	gap: 30px;
	flex-wrap: wrap;
}

/* ATTORNEY LISTINGS */

.att-line-wpr {
	height: 2px;
	width: 100%;
}

.att-listings-top-line {
	width: 100%;
	height: 1px;
	margin-top: 1px;
	background: #2b4b5c;
}

.att-listings-row {
	padding: 0;
	margin: 0 auto 126px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.att-listings-row .att-listing-item {
	text-align: center;
	margin: 0 0.625em 0 0.625em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-basis: calc(32.3% - 0.625em);
	-ms-flex-preferred-size: calc(32.3% - 0.625em);
	flex-basis: calc(32.3% - 0.625em);
}

.att-listings-row .att-listing-item .team-header {
	background-color: #0e2737;
	padding-top: 33px;
	min-height: 133px;
	position: relative;
}

.att-listings-row .att-listing-item .team-header .box-arrow {
	width: 39px;
	height: 39px;
	background: transparent;
	border: 2px solid #a8965e;
	border-radius: 3px;
	line-height: 38px;
	position: absolute;
	right: 24px;
	top: 24px;
}

.att-listings-row .att-listing-item a .team-header .box-arrow i {
	color: #a8965e;
}

.att-listings-row .att-listing-item .team-header p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 12px;
}

.att-listings-row .att-listing-item .team-header p:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background-color: #a8965e;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -6px;
}

.att-listings-row .att-listing-item .team-header span {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

.att-listings-row .att-listing-item figure {
	margin: 0;
	overflow: hidden;
}

.att-listings-row .att-listing-item figure img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.att-listings-row .att-listing-item a {
	/*	width: 538px;*/
}

.att-listings-row .att-listing-item a:hover figure img,
.att-listings-row .att-listing-item a:focus figure img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 1366px) {
	.att-listings-row .att-listing-item {
		-webkit-flex-basis: calc(32.3% - 0.625em);
		-ms-flex-preferred-size: calc(32.3% - 0.625em);
		flex-basis: calc(32.3% - 0.625em);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 960px) {
	.att-listings-row .att-listing-item {
		-webkit-flex-basis: calc(48.6% - 0.625em);
		-ms-flex-preferred-size: calc(48.6% - 0.625em);
		flex-basis: calc(48.6% - 0.625em);
		margin-bottom: 20px;
	}

	nav.menu-main-navigation-container > ul > li.drop-mega > ul li,
	nav.menu-top-navigation-container > ul > li.drop-mega > ul li {
		width: 31%;
	}

	nav.menu-main-navigation-container > ul > li > ul > li,
	nav.menu-top-navigation-container > ul > li > ul > li {
		font-size: 11px;
	}

	nav.menu-main-navigation-container > ul > li.drop-mega > ul,
	nav.menu-top-navigation-container > ul > li.drop-mega > ul {
		width: 790px;
		left: 0;
	}
}

@media screen and (max-width: 810px) {
	nav.menu-main-navigation-container > ul > li.drop-mega > ul,
	nav.menu-top-navigation-container > ul > li.drop-mega > ul {
		display: none;
	}
}

/* @media screen and (max-width: 640px) {
	.att-listings-row .att-listing-item {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}


@media screen and (max-width: 320px) {
	.att-listings-row .att-listing-item {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
} */

/*******************************************************************************************
ATTORNEY BIO
*******************************************************************************************/

.single-attorneys .banner {
	display: none;
}

.attorney-bio-top {
	margin-top: 120px;
	display: block;
	width: 100%;
}

@media screen and (max-width: 1025px) {
	.attorney-bio-top {
		margin-top: 70px;
	}
}

.bio-top-content-wpr {
	/* margin-left: 84px; */
	min-height: 530px;
	z-index: 0;
	overflow: hidden;
	position: relative;
}

.bio-top-content-wpr .overlap {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 120px;
}

.bio-top-content-wpr .overlap.photo {
	background-color: #0a2737;
	height: 695px;
	max-width: 1121px;
	width: 62%;
	display: none;
}

.bio-top-content-wpr .att-actions {
	position: absolute;
	bottom: -12px;
	right: -340px;
}

.bio-top-content-wpr .att-info-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: right top !important;
	min-height: 530px;
	background-position-x: 45% !important;
	/* max-width: 1281px; */
}

.bio-top-content-wpr .att-info-box .att-info-inner,
.bio-top-content-wpr .att-info-inner.mobile {
	background-color: rgba(4, 29, 41, 0.9);
	width: 40%;
	/* max-width: 571px; */
	padding-top: 102px;
	padding-left: 180px;
	min-height: 573px;
	bottom: 0;
	position: absolute;
}

@media screen and (max-width: 1600px) {
	.bio-top-content-wpr .att-info-box .att-info-inner,
	.bio-top-content-wpr .att-info-inner.mobile {
		padding-left: 50px;
	}
}

.bio-top-content-wpr .att-info-inner.mobile {
	padding-top: 30px;
	padding-left: 30px;
	min-height: 530px;
	bottom: 0;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.bio-top-content-wpr .att-info-inner.mobile {
		padding-top: 30px;
		padding-left: 30px;
		min-height: 445px;
		bottom: 0;
		z-index: 1;
		width: 100%;
	}
}

.att-info-inner.mobile {
	display: none;
}

.bio-top-content-wpr .att-info-box .att-info-inner strong,
.bio-top-content-wpr .att-info-inner.mobile strong {
	font-weight: 400;
}

.postid-3921 .bio-top-content-wpr .att-info-box .att-info-inner h1.h2-replace,
.postid-3921 .bio-top-content-wpr .att-info-inner.mobile h2 {
	font-size: 40px;
	letter-spacing: 0px !important;
	padding-right: 10px !important;
}

.bio-top-content-wpr .att-info-box .att-info-inner h1.h2-replace,
.bio-top-content-wpr .att-info-inner.mobile h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 6px;
	position: relative;
	margin-bottom: 84px;
	padding-right: 140px;
}

.bio-top-content-wpr .att-info-box .att-info-inner h1.h2-replace:after,
.bio-top-content-wpr .att-info-inner.mobile h2:after {
	content: '';
	position: absolute;
	width: 37px;
	height: 7px;
	background-color: #a8965e;
	left: 0;
	bottom: -50px;
}

.bio-top-content-wpr .att-info-box .att-info-inner h3,
.bio-top-content-wpr .att-info-inner.mobile h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #a8965e;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.bio-top-content-wpr .att-info-box .att-info-inner a,
.bio-top-content-wpr .att-info-inner.mobile a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.bio-top-content-wpr .att-info-box .att-info-inner span,
.bio-top-content-wpr .att-info-inner.mobile span {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block;
}

/* Attorney Bio Social */

ul.bio-social {
	list-style: none;
	padding-top: 25px;
}

ul.bio-social li {
	display: inline-block;
	text-align: center;
	padding-left: 5px;
}

ul.bio-social li:first-of-type {
	padding-left: 0;
}

ul.bio-social li a {
	border: 2px solid #a8965e;
	background-color: transparent;
	border-radius: 50%;
	height: 52px;
	width: 52px;
	display: inline-block;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.bio-social li a:hover,
ul.bio-social li a:focus {
	border: 2px solid #a8965e;
	background-color: #a8965e;
}

ul.bio-social li a i {
	text-align: center;
	display: block;
	color: #a8965e;
	font-size: 26px;
}

ul.bio-social li a:hover i,
ul.bio-social li a:focus i {
	color: #091720;
}

/* Attorney Bio Sidebar */

.attorney-bio-page-content .sidebar .accordion-item {
	width: 100%;
}

.sidebar-cta-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: 4%;
}

.sidebar-cta-flex p,
.sidebar-cta-flex span {
	margin-bottom: 0;
}

.sidebar-cta-flex span {
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #927e3e;
}

.sidebar-cta-flex p {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #0a2737;
}

@media screen and (min-width: 1366px) {
	.sidebar-cta-flex p {
		font-size: 18px;
	}

	.sidebar-cta-flex span {
		font-size: 42px;
	}
}

.attorney-bio-page-content .sidebar .sidebar-inner {
	margin: 0 0 0 40%;
}

.attorney-bio-page-content .sidebar .accordion-item:first-of-type .accordion-item-title {
	border-top: none;
}

.attorney-bio-page-content .sidebar .accordion-item h2.accordion-item-title {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
	color: #0e2b3a;
	text-transform: none;
	padding: 60px 150px 60px 15px;
}

.attorney-bio-page-content .sidebar .accordion-item-title:before {
	font-size: 18px;
	margin-right: 66px;
}

/*First Tier*/

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul {
	margin-bottom: 0;
	padding-right: 80px;
	padding-left: 15px;
}

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li {
	font-size: 15px;
	text-transform: uppercase;
	color: #295170;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 2px;
	padding-right: 0;
	display: block;
	padding-bottom: 15px;
	line-height: 1.4;
}

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li a {
	color: #927e3e;
	display: block;
}

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li a:hover,
.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li a:focus {
	color: #295170;
}

/*Second Tier*/

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li ul {
	padding-left: 12px;
	padding-right: 0;
	color: #8d8c8c;
}

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li ul li {
	color: #8d8c8c;
	padding-bottom: 15px;
	display: block;
}

/*Third Tier*/

/*.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li ul li ul li {
	color: #8d8c8c;
	padding-left: 30px;
	display: block;
}

.attorney-bio-page-content .sidebar .accordion-item .accordion-item-content ul li ul li ul {
	padding-bottom: 15px;
	display: block;
	padding-right: 0;
}
*/

/* PORTFOLIO SECTION */

/*Table*/
table {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

table tbody {
	background-color: #f5f5f5;
}

table tr {
	border-bottom: 1px solid #e1e2e2;
}

table tr td,
table tr th {
	padding: 20px 0;
}

.portfolio-page .content {
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

/*******************************************************************************************
WP BLOG
*******************************************************************************************/

.post {
	padding: 0;
	margin: 0 0 75px;
}

.post:last-child {
	border: none;
	padding-bottom: 0;
}

h2.post-heading {
	/*font-size: 48px;*/
	line-height: 1.2;
	padding: 0;
	border: 0;
	color: #0a2737;
}

.post-head h1,
.post-head h2.post-heading a {
	/*font-size: 48px;*/
	line-height: 1.2;
	margin: 15px 0;
	padding: 0;
	border: 0;
	color: #0a2737;
	font-weight: 400;
}

.post-head h2 a:hover,
.post-head h2 a:focus {
	color: #000;
	text-decoration: underline;
}

.post-head {
	margin-bottom: 30px;
}

.post-body {
	margin-bottom: 60px;
}

.post-head-divider {
	padding: 0 10px;
	color: #ebebeb;
	display: inline-block;
	font-weight: 600;
}

.post-head .button {
	padding: 5px 10px;
	font-size: 0.7778rem;
}

.post-body {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-body p {
	font-size: 16px;
	line-height: 2;
}

.single-post .post-body {
	display: block;
}

.post-head-info {
	/*padding-bottom: 50px;*/
	border-bottom: none;
	position: relative;
	padding-left: 70px;
}

.post-head-info:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 0;
	top: 11px;
}

.post-head-info p,
.post-head-info a {
	font-size: 18px;
	color: #0a2737;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 6px;
}

.post-head-info a {
	text-decoration: none;
	color: #a8965e;
}

.post-head-info i {
	margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: #000;
}

.post-head-info p {
	margin-bottom: 0;
	display: inline-block;
}

.post-body-image {
	margin-right: 4%;
	width: 32%;
}

.post-body-excerpt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

/* POST BOTTOM */

.post-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 65px;
	border-bottom: 5px solid #ebebeb;
}

.single-post .post-bottom,
.single-success_stories .post-bottom {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post-bottom a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #416375;
	text-decoration: none;
	text-transform: uppercase;
}

.post-categories i {
	color: #416375;
}

.post-bottom a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #a8965e;
	border-radius: 3px;
	background: transparent;
	width: 100%;
	max-width: 188px;
	display: block;
	line-height: 20px;
	padding: 10px 0;
	height: 45px;
	color: #a8965e;
	margin: 0;
}

.post-bottom a.button:hover,
.post-bottom a.button:focus {
	border: 2px solid #416375;
	background-color: transparent;
	color: #416375;
}

/* POST AUX ITEMS */

.post-aux-items {
	width: auto;
}

.post-aux-items .post-categories {
	display: inline-block;
	padding-right: 40px;
}

.post-aux-items .post-categories i.far {
	padding-right: 23px;
}

.post-aux-items .post-bottom-share {
	display: inline-block;
}

.post-aux-items .post-bottom-share a {
	height: 53px;
	width: 53px;
	background-color: #ebebeb;
	text-align: center;
	line-height: 53px;
	display: block;
}

.post-aux-items .post-bottom-share p {
	margin-right: 10px;
}

/* BLOG > Pagination */

.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 600;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	display: block;
	color: #19325b;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	border: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {
	color: #0a2737;
	background-color: #ebebeb;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	padding: 0 15px;
}

.wp-pagenavi .first,
.wp-pagenavi .first i {
	margin-right: 8px;
}

.wp-pagenavi .last {
	color: #a8965e;
	border: 2px solid #a8965e;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 14px;
}

.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	border: 2px solid #a8965e;
	background-color: transparent;
}

.wp-pagenavi .last,
.wp-pagenavi .last i {
	margin-left: 8px;
}

/*******************************************************************************************
SUCCESS STORIES TEMPLATE
*******************************************************************************************/

/*.success-stories-sort {
	padding-left: 160px;
}
*/
.single-success_stories .post-body {
	display: block;
}

.success-stories-sort-inner h5 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #e1e2e2;
	padding-right: 40px;
}

.success-stories-sort-inner a.button {
	background-color: #a8965e;
	font-weight: 600;
	width: 100%;
	max-width: 188px;
	margin-top: 48px;
	margin-bottom: 160px;
}

.success-stories-sort-inner a.button i.far {
	padding-left: 15px;
}

.success-stories-sort-inner a.button:hover,
.success-stories-sort-inner a.button:focus {
	background-color: #426376;
}

.select-pa-form {
	position: relative;
	margin-right: 0;
}

.select-pa-form::after {
	content: '\f107';
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 45px;
	line-height: 1;
	color: #19325b;
	pointer-events: none;
	transition: all 200ms ease-out;
}

select#select-pa {
	height: 50px;
	/* width: 85%; */
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	color: #0e2b3a;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media screen and (min-width: 1025px) {
	.select-pa-form {
		position: relative;
		margin-right: 40px;
	}
}

@media screen and (min-width: 1280px) {
	.success-stories-sort-inner h5 {
		padding-right: 75px;
	}

	.select-pa-form {
		position: relative;
		margin-right: 70px;
	}
}

/*******************************************************************************************
CONTACT US TEMPLATE
*******************************************************************************************/

#main.contact-page {
	margin-top: 70px;
	background-image: url(/wp-content/themes/paperstreet/images/start-convo-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	position: relative;
}

main#main.contact-page:before {
	content: '';
	width: 100%;
	background-color: rgba(16, 22, 49, 0.8);
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
}

@media screen and (min-width: 1025px) {
	#main.contact-page {
		margin-top: 103px;
	}
}

@media screen and (min-width: 1280px) {
	#main.contact-page {
		margin-top: 120px;
	}
}

.contact-content-wpr {
	margin-left: 84px;
	min-height: 1109px;
	z-index: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.contact-content-wpr .left-col {
	width: 60%;
	/*max-width: 1033px;*/
}

.contact-content-wpr .right-col {
	margin-left: -9%;
	width: 49%;
}

.convo-box {
	min-height: 700px;
	width: 100%;
	padding-right: 28%;
}

.convo-box-inner {
	padding: 130px 0 160px 29%;
}

.connect-box {
	/* width: 100%; */
	min-height: 780px;
	padding: 0 186px 0 35px;
	z-index: 1;
	margin-top: 130px;
}

.convo-box h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	margin: 0 0 30px 0;
}

.convo-box p.error-text {
	color: #f00;
}

.connect-box span.h5-replace {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #102737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	position: relative;
	margin: 0 0 85px 23px;
	padding-left: 60px;
}

.page-id-297 .connect-box span.h5-replace {
	margin: 0 0 40px 23px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 4px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
}

.connect-box span.h5-replace:after {
	content: '';
	position: absolute;
	width: 37px;
	height: 6px;
	background-color: #a8965e;
	left: 0;
	top: 7px;
}

.connect-box span.h5-replace:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 5px;
	background-color: #fff;
	margin-top: 0;
	left: 0;
	bottom: -80px;
}

.page-id-297 .connect-box span.h5-replace:before {
	content: unset;
}

.connect-box .contact-form {
	padding-top: 80px;
	min-height: 500px;
}

.page-id-297 .connect-box .contact-form {
	padding-top: unset;
}

@media screen and (min-width: 1500px) {
	.page-id-297 .connect-box .contact-form {
		width: 500px;
	}

	ul.footer-social {
		width: 515px;
	}
}

.connect-box .contact-form .form-input-group input,
.connect-box .contact-form .form-input-group textarea {
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.06);
}

.sticky-footer {
	position: fixed;
	top: 0;
	background: #0a2737;
	z-index: 9;
	display: flex;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: none;
}

body.scrolled .sticky-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.sticky-footer p {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.sticky-footer a {
	background: #a6955e;
	color: #fff;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
}

@media screen and (min-width: 769px) {
	.sticky-footer {
		display: none;
	}
}

/* Hides Default Footer on Contact Page */
.page-template-template-contact .footer {
	display: none;
}

/* Hides Contact Page Footer on All Other Pages */
.footer-contact {
	display: none;
}

/* Shows Contact Page Footer */
.page-template-template-contact .footer-contact {
	display: block;
	background: linear-gradient(to bottom, #fff, #fff 84%, #ebebeb 84%, #ebebeb);
	margin-top: 112px;
}

/* Hides Banner */
.page-template-template-contact .banner {
	display: none;
}

.footer-contact h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2737;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	text-align: center;
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
}

.footer-contact h3:before {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	right: 20px;
}

.footer-contact h3:after {
	background-color: #a8965e;
	content: '\a0';
	height: 6px;
	width: 45px;
	position: relative;
	display: inline-block;
	top: 7px;
	left: 15px;
}

.footer-contact h1 {
	font-family: 'Playfair Display', serif;
	/*font-size: 90px;*/
	line-height: 1.1;
	color: #0a2737;
	text-align: center;
	margin: 0 0 130px 0;
	position: relative;
}

.footer-contact .footer-top-line {
	width: 100%;
	height: 1px;
	margin-top: 0;
	background: #2b4b5c;
}

/*******************************************************************************************
FOOTER
*******************************************************************************************/

.footer {
	position: relative;
	padding: 120px 0 0 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	overflow: hidden;
}

.footer .row {
	z-index: 1;
}

.footer .footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	object-fit: cover;
	width: 100%;
}

.footer .footer-inner {
	padding: 0 120px 0 120px;
}

.footer span.h5-replace,
.footer-contact h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 15px 0;
	padding-left: 60px;
	line-height: 1.2;
	display: block;
}

.footer span.h5-replace:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 6px;
	background-color: #a8965e;
	left: 0;
	top: 7px;
}

.footer h2.h1-replace,
.convo-box h1 {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 1.1;
	color: #fff;
	text-align: left;
	margin: 0 0 20px 0;
	position: relative;
	word-break: initial;
}

/*.footer h2.h1-replace:after {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 610px;
	height: 4px;
	background-color: #416375;
	right: 0;
	bottom: 0;
}*/

.footer .footer-left-block {
	width: 40%;
	float: left;
}

.footer .footer-left-block h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	margin: 0 0 30px 0;
}

.footer .footer-left-block p,
.convo-box p {
	font-size: 15px;
	color: #fff;
	line-height: 2;
}

.footer .footer-left-block .footer-left-block-address p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.page-id-297 p[itemprop='address'] {
	margin-bottom: 10px;
}

.lrg-phone-numb {
	font-size: 36px;
	display: block;
	color: #a8965e;
	font-weight: 400;
	margin-bottom: 20px;
}

.lrg-phone-numb a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	letter-spacing: 2px;
}

ul.footer-social {
	list-style: none;
	padding-top: 55px;
	text-align: right;
	float: right;
	background-color: unset;
}

.page-id-297 ul.footer-social {
	float: unset;
}

.confirmation-page .content ul.footer-social li:before {
	display: none;
}

ul.footer-social li {
	display: inline-block;
	text-align: center;
	padding-left: 5px;
}

ul.footer-social li:first-of-type {
	padding-left: 0;
}

ul.footer-social li a {
	border: 2px solid #a8965e;
	background-color: transparent;
	border-radius: 50%;
	height: 52px;
	width: 52px;
	display: inline-block;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.footer-social li a:hover,
ul.footer-social li a:focus {
	border: 2px solid #a8965e;
	background-color: #a8965e;
}

ul.footer-social li a i {
	text-align: center;
	display: block;
	color: #a8965e;
	font-size: 26px;
}

ul.footer-social li a:hover i,
ul.footer-social li a:focus i {
	color: #091720;
}

.footer .footer-right-block {
	width: 60%;
	float: right;
	padding-left: 4%;
	position: relative;
}

.footer .footer-right-block:after {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 90%;
	height: 6px;
	background-color: #416375;
	right: 0;
	top: -45px;
}

/* Address Boxes */

.footer-top-line {
	width: 100%;
	height: 1px;
	margin-top: 115px;
	background: #2b4b5c;
}

.footer-top {
	margin-top: 0;
	position: relative;
	height: 483px;
}

.footer-address-wpr {
	padding: 0;
	margin: 0 auto 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-address-box {
	text-align: center;
	margin: 0 0.625em 0 0.625em;
	min-height: 482px;
	border-top: 9px solid #a8965e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, border 200ms ease-out;
	-o-transition: color 200ms ease-out, background 200ms ease-out, border 200ms ease-out;
	transition: color 200ms ease-out, background 200ms ease-out, border 200ms ease-out;
}

@media screen and (max-width: 960px) {
	.footer-address-box {
		-webkit-flex-basis: calc(33.3% - 0.625em);
		-ms-flex-preferred-size: calc(33.3% - 0.625em);
		flex-basis: calc(33.3% - 0.625em);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.footer-address-box {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 320px) {
	.footer-address-box {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.footer-address-box.dallas-location {
	background: url('/wp-content/themes/paperstreet/images/dallas.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.dallas-location:hover,
.footer-address-box.dallas-location:focus {
	background: url('/wp-content/themes/paperstreet/images/dallas-hover.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.fort-w-location {
	background: url('/wp-content/themes/paperstreet/images/ftworth.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.fort-w-location:hover,
.footer-address-box.fort-w-location:focus {
	background: url('/wp-content/themes/paperstreet/images/ftworth-hover.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.houston-location {
	background: url('/wp-content/themes/paperstreet/images/houston.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.houston-location:hover,
.footer-address-box.houston-location:focus {
	background: url('/wp-content/themes/paperstreet/images/houston-hover.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.austin-location {
	background: url('/wp-content/themes/paperstreet/images/austin.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box.austin-location:hover,
.footer-address-box.austin-location:focus {
	background: url('/wp-content/themes/paperstreet/images/austin-hover.jpg') no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-address-box h6 {
	text-align: center;
	color: #04141d;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	position: relative;
	padding: 0;
}

.footer-address-box h6:after {
	background-color: #a8965e;
	content: '\a0';
	height: 2px;
	width: 10px;
	position: absolute;
	display: block;
	top: 54px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

/*.footer-address-box h5:after {
	display: none;
}*/

.footer-address-box p {
	text-align: center;
	color: #fff;
	font-style: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.footer-address-box p.address-text {
	font-size: 17px;
	color: #04141d;
	padding: 68px 0 20px 0;
}

.footer-address-box:hover p.address-text,
.footer-address-box:hover h6,
.footer-address-box:hover p.numbers-text span,
.footer-address-box:hover p.numbers-text,
.footer-address-box:hover p.numbers-text a {
	color: #fff;
}

.footer-address-box:hover a.button {
	border: 2px solid #a8965e;
	color: #fff;
}

.footer-address-box p.numbers-text {
	padding: 0 0 50px 0;
}

.footer-address-box p.numbers-text,
.footer-address-box p.numbers-text a {
	color: #04141d;
	font-weight: 700;
	text-decoration: none;
	transition: none;
}

.footer-address-box p.numbers-text span {
	color: #a8965e;
	font-weight: 400;
}

.footer-address-box a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-style: normal;
	border: 2px solid #537080;
	border-radius: 3px;
	background: transparent;
	min-width: 200px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 6% 11%;
	color: #0a2737;
}

.footer-address-box a.button:hover {
	border: 2px solid #a8965e;
	background: #a8965e;
	color: #fff;
}

.footer-bottom-container {
	/* min-height: 206px; */
	/* background: #ececec; */
	margin-bottom: 65px;
}

@media screen and (min-width: 769px) {
	.footer-bottom-container {
		margin-bottom: 0;
	}
}

.footer-bottom-inner {
	/* background: #ececec; */
}

.footer-bottom-inner p {
	text-align: center;
	display: block;
	margin: 15px auto 25px auto;
	max-width: 1250px;
	width: 100%;
	position: relative;
	color: #0e2737;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}

.footer-bottom-inner p span.bar-divider {
	padding: 0 4px;
}

.footer-bottom-inner p a {
	text-decoration: none;
	color: #847547;
}

.footer-bottom-inner p a:hover,
.footer-bottom-inner p a:focus {
	text-decoration: underline;
	color: #0e2737;
}

/* .footer-bottom-inner p:before {
	background-color: #2b4b5c;
	content: '\a0';
	height: 1px;
	max-width: 1250px;
	width: 100%;
	position: absolute;
	display: block;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
} */

/* Contact Form */

.contact-form {
	/*	height: 311px;*/
}

.contact-form .form-input-row {
	min-height: 311px;
}

.contact-form .form-input-row .form-input-group {
	position: relative;
	margin-left: 3%;
	margin-bottom: 20px;
}

.contact-form .form-input-row .form-input-group.half {
	width: 47%;
	float: left;
}

.page-id-297 .contact-form .form-input-row .form-input-group.half,
.page-id-297 .contact-form .form-input-group.full {
	width: 100%;
}

@media screen and (min-width: 961px) {
	.page-id-297 .contact-form .form-input-row .form-input-group.half,
	.page-id-297 .contact-form .form-input-group.full {
		width: 97%;
	}
}

.page-id-297 .contact-form .form-input-group input,
.page-id-297 .contact-form .form-input-group textarea {
	border-radius: 7px;
}

.contact-form .form-input-group input,
.contact-form .form-input-group textarea {
	text-indent: 30px;
	text-transform: uppercase;
	border-radius: 4px;
	height: 50px;
	color: #777676;
}

.contact-form .form-input-group textarea {
	height: 150px;
	padding-top: 15px;
}

.contact-form .form-input-group .fa-user,
.contact-form .form-input-group .fa-phone,
.contact-form .form-input-group .fa-envelope {
	position: absolute;
	top: 20px;
	left: 16px;
	font-size: 12px;
	color: #828383;
}

.contact-form .form-input-group.full {
	width: 97%;
	float: left;
	height: 150px;
	margin-top: 0;
	margin-left: 3%;
}

.contact-form .form-input-group.full .fa-align-left {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 12px;
	color: #828383;
}

.form-input-group.button-container {
	display: flex;
	justify-content: flex-end;
}

.contact-form button.button {
	background-color: #837649;
	font-weight: 600;
	color: #fff;
	width: 200px;
	height: 55px;
	display: block;
	float: right;
	margin: 0;
	border-radius: 8px;
}

.page-id-297 .contact-form button.button {
	background-color: #837649;
	width: 100%;
	float: unset;
	border-radius: 8px;
}

@media screen and (min-width: 1025px) {
	.page-id-297 .contact-form button.button {
		margin-left: 3%;
	}
}

.contact-form button.button:hover,
.contact-form button.button:focus {
	background-color: #416375;
	color: #fff;
}

/*******************************************************************************************
RESPONSIVE
*******************************************************************************************/

/* 1600 */
@media screen and (max-width: 1600px) {
	.logo {
		padding-left: 0;
	}

	.about-bottom-section .text-blurb.desktop {
		padding-right: 0;
	}

	.about-bottom-section .right-column .inner {
		padding: 50px 10% 50px 10%;
	}
}

/* 1500 */
@media screen and (max-width: 1500px) {
	/* Navigation */
	nav.menu-main-navigation-container > ul > li > a,
	nav.menu-top-navigation-container > ul > li > a {
		/* padding: 32px 21px; */
		font-size: 15px;
	}

	/* Homepage Slider */
	.slider-content-wpr {
		bottom: 175px;
		left: 0;
		/* padding: 0 4%; */
	}

	.slider {
		background-position: center left !important;
	}

	/* Contact Us Template */
	.convo-box-inner {
		padding: 227px 8% 0 19%;
	}

	.connect-box {
		padding: 0 86px 0 35px;
	}

	/* About Us Template */
	.about-bottom-section .right-column .inner h3 {
		margin-bottom: 30px;
	}
}

/* 1366 */
@media screen and (max-width: 1366px) {
	/* body.scrolled .header {
		padding-bottom: 0;
	} */

	/* Header */
	.header-right {
		flex: 1 0 auto;
	}

	.header-right-phone span {
		font-size: 9px;
		letter-spacing: 0.8px;
	}

	.header-right-phone a {
		font-size: 21px;
		line-height: 1.1;
	}

	.logo {
		width: 140px;
	}

	/* Navigation */
	nav.menu-main-navigation-container > ul > li > a,
	nav.menu-top-navigation-container > ul > li > a {
		padding: 10px;
		font-size: 15px;
	}

	.header-right {
		font-size: 12px;
	}

	/* Homepage Slider */
	.slider {
		background-position: center center !important;
		background-position-x: 61% !important;
	}

	.slider-content-wpr {
		bottom: 94px;
		left: 0;
	}

	/* Attorney Bio Template */
	.attorney-bio-page-content .sidebar .accordion-item h2.accordion-item-title {
		padding: 60px 90px 60px 15px;
	}

	.attorney-bio-page-content .sidebar .accordion-item-title:before {
		margin-right: 30px;
	}

	/* About Us Template */
	.about-bottom-section .text-blurb.desktop {
		padding-right: 0;
	}

	.about-bottom-section .right-column .inner h3 {
		margin-bottom: 48px;
	}

	.about-bottom-section .right-column .inner p:first-of-type {
		padding: 60px 0 0 0;
	}

	/* Contact Us Template */
	.convo-box-inner {
		padding: 198px 8% 80px 19%;
	}

	.connect-box {
		padding: 0 46px 113px 35px;
	}

	/*	.contact-form button.button {
	  margin: 0;
	}*/
}

/* 1280 */

@media screen and (min-width: 1280px) {
	.footer-address-box {
		width: 23%;
		-webkit-box-flex: 0.25;
		-webkit-flex: 0.25;
		-ms-flex: 0.25;
		flex: 0.25;
	}
}

@media screen and (max-width: 1280px) {
	/* Attorney Bio Template */
	.bio-top-content-wpr {
		margin-left: 0;
	}

	/* About Us Template */
	.about-bottom-section .text-blurb h3 {
		font-size: 22px;
		line-height: 1.8;
	}

	.about-bottom-section .right-column .inner {
		padding: 60px 10% 50px 10%;
	}

	/* Attorney Landing Template */
	.att-listings-row .att-listing-item {
		margin-bottom: 20px;
	}

	/* Footer */
	.footer .footer-inner {
		padding: 0 60px;
	}
}

/* 1024 */

@media screen and (max-width: 1024px) {
	.banner {
		padding-top: 70px;
	}

	.attorney-landing {
		margin-top: 70px;
	}

	/* Typography */
	.about-top-section-left-block h5,
	.about-mid-section-left-block span.h5-replace,
	.experienced-section span,
	.insights-section-left-block span.h5-replace,
	.innovations-section-left-block h5,
	.footer span.h5-replace,
	.interior-pa-two-col-left-block h5 {
		font-size: 14px;
	}

	.practice-area-section h2 {
		font-size: calc(2.5rem + ((1vw - 3.2px) * 3.125));
	}

	.about-top-section-left-block h5:after,
	.interior-pa-two-col-left-block h5:after {
		width: 22px;
		height: 2px;
		left: 0;
		top: 7px;
	}

	.interior-faq-section h5,
	.cutting-edge-section span.h5-replace,
	.negotiation-section span.h5-replace,
	.case-studies-section span.h5-replace,
	.where-we-serve-section span.h5-replace {
		font-size: 14px;
		letter-spacing: 0.3rem;
	}

	.interior-faq-section h5:before,
	.cutting-edge-section span.h5-replace:before,
	.negotiation-section span.h5-replace:before,
	.case-studies-section span.h5-replace:before,
	.where-we-serve-section span.h5-replace:before {
		width: 22px;
		height: 2px;
		left: -15px;
		top: 7px;
	}

	.interior-faq-section h5:after,
	.cutting-edge-section span.h5-replace:after,
	.negotiation-section span.h5-replace:after,
	.case-studies-section span.h5-replace:after,
	.where-we-serve-section span.h5-replace:after {
		width: 22px;
		height: 2px;
		left: 15px;
		top: 7px;
	}

	/* Header */
	.header {
		background-color: #f6f6f6;
		height: 130px;
	}

	.header-inner {
		height: 130px;
	}

	.header-nav {
		display: none;
	}

	.header-right-mobile-menu {
		display: block;
		padding-left: 10px;
	}

	/* Homepage Slider */
	.home-slider-wpr {
		padding-left: 0;
	}

	.home-slider-wpr .left-col .slider-controls-wpr .slider-controls-inner {
		display: none;
	}

	.home-slider-wpr .left-col {
		display: none !important;
	}

	.home-slider-wpr .right-col {
		margin-left: 0%;
		width: 100%;
	}

	.home-slider .home-content h1 {
		font-size: 38px;
		letter-spacing: 1px;
	}

	.slider-content-wpr {
		padding-left: unset;
		padding: 0 15px;
	}

	/* Homepage - Experienced Section */
	.experienced-section h1:after {
		display: none;
	}

	.experienced-section .experienced-call-out-block {
		width: 100%;
	}

	.experienced-section .experienced-intro-block {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	/* Homepage - Cutting Edge Section */
	.cutting-edge-section {
		padding: 3.125em 0 50px 0;
	}

	.cutting-edge-section h2.h1-replace {
		margin: 0 0 30px 0;
	}

	.cutting-edge-intro-block {
		height: unset;
		padding: 0 0.9375rem;
	}

	.cutting-edge-intro-text p {
		font-size: 19px;
	}

	.cutting-edge-intro-text span {
		font-size: 20px;
	}

	.cutting-edge-intro-text {
		width: 100%;
		padding: 0;
	}

	.cutting-edge-intro-photo-wpr {
		width: 100%;
		height: auto;
		z-index: 2;
		justify-content: center;
	}

	.cutting-edge-intro-text span,
	.cutting-edge-intro-text p:last-of-type {
		font-size: 24px;
	}

	.cutting-edge-intro-photo-wpr img {
		z-index: 1;
	}

	.cutting-edge-intro-photo {
		width: 100%;
		height: 220px;
		z-index: 1;
	}

	.cutting-edge-bottom-block {
		width: 96%;
		margin-top: -10%;
		z-index: 1;
	}

	.cutting-edge-grey-block {
		padding: 20% 2% 9% 4%;
		margin-top: 300px;
	}

	.cutting-edge-logo-block {
		width: 100%;
	}

	.cutting-edge-logo-block img {
		width: 33.333%;
		height: 100%;
		max-width: 100px;
	}

	/* Homepage - Insights Section */
	.insights-section {
		height: 100%;
	}

	.insights-section-left-block {
		width: 100%;
		min-height: 500px;
		height: auto;
		display: block;
		float: none;
	}

	.insights-section-left-block .row {
		padding: 13% 0 10% 0;
	}

	.insights-section-left-block h2.h1-replace {
		margin: 0 0 50px 0;
		font-size: calc(2.5rem + ((1vw - 3.2px) * 3.125));
	}

	.insights-section-left-block p {
		margin-bottom: 50px;
		font-size: 19px !important;
		padding: 0;
	}

	.insights-section-right-block {
		margin-top: 0;
		width: 96%;
		margin-left: 4%;
		min-height: 500px;
		display: block;
		height: auto;
		float: none;
	}

	.insights-section-right-block-inner {
		padding: 6% 6% 10% 6%;
	}

	.insights-section-right-block p {
		line-height: 1.8;
	}

	.insights-section-right-block p:first-of-type {
		padding-top: 24px;
	}

	.insights-section-right-block a.button {
		display: block;
	}

	/* Homepage - Negotiation Section */
	.negotiation-section span.h5-replace {
		font-size: 16px;
		letter-spacing: 0.3rem;
		margin: 0 auto 30px auto;
	}

	.negotiation-section span.h5-replace:before,
	.negotiation-section span.h5-replace:after {
		width: 24px;
	}

	.negotiation-section h2.h1-replace {
		margin: 0 0 30px 0;
		font-size: calc(1.8rem + ((1vw - 3.2px) * 3.125));
	}

	.negotiation-section p,
	.negotiation-section span {
		padding: 0;
	}

	.negotiation-section span br {
		display: none;
	}

	/* Homepage - Innovations Section */
	.innovations-section {
		height: 100%;
	}

	.innovations-section-left-block h5 {
		margin: 0 0 30px 0;
		padding-left: 35px;
	}

	.innovations-section-left-block h5:after {
		width: 20px;
	}

	.innovations-section-left-block {
		width: 96%;
		min-height: 480px;
		height: auto;
		display: block;
		float: none;
	}

	.innovations-section-left-block-inner {
		padding: 13% 10% 10% 6%;
	}

	.innovations-section-left-block h1 {
		margin: 0 0 50px 0;
	}

	.innovations-section-left-block p {
		margin-bottom: 50px;
		font-size: 19px;
	}

	.innovations-section-right-block {
		min-height: 680px;
		display: block;
		height: auto;
		float: none;
	}

	.innovations-section-right-block-inner {
		padding: 6% 0.9375rem 10% 0.9375rem;
	}

	.innovations-section-right-block p {
		line-height: 1.8;
	}

	.innovations-section-right-block p:first-of-type {
		padding-top: 24px;
	}

	.innovations-section-right-block a.button {
		display: block;
	}

	/* Homepage - Case Studies Grid */
	.case-studies-section {
		padding-top: 2.625em;
		padding-bottom: 0;
	}

	.case-studies-section span.h5-replace {
		font-size: 16px;
		letter-spacing: 0.3rem;
		margin: 0 auto 30px auto;
	}

	.case-studies-section span.h5-replace:before,
	.case-studies-section span.h5-replace:after {
		width: 24px;
	}

	.case-studies-section h2.h1-replace {
		margin: 0 0 -4px 0;
	}

	.case-studies-section span {
		font-size: 28px;
	}

	.case-studies-section span {
		margin: 10px 0 40px 0;
	}

	.case-studies-section .child a .box-title {
		height: 142px;
		font-size: 15px;
	}

	.case-studies-section .parent,
	.case-studies-section .parent .child a .box-title {
		height: 142px;
	}

	.box-title {
		font-size: 15px;
		height: 142px;
	}

	/* Homepage - Who We Are Section */
	.where-we-serve-section {
		padding: 4.625em 0 6.25em 0;
	}

	.where-we-serve-section span.h5-replace {
		font-size: 16px;
		letter-spacing: 0.3rem;
		margin: 0 auto 30px auto;
	}

	.where-we-serve-section span.h5-replace:before,
	.where-we-serve-section span.h5-replace:after {
		width: 24px;
	}

	.where-we-serve-section h2.h1-replace {
		/* margin: 0 0 80px 0; */
		font-size: 35px;
	}

	.global-presence-map {
		width: 100%;
		height: 100%;
		min-height: 180px;
		margin-top: 50px;
	}

	/* About Us Template */
	.about-intro h1 {
		margin: 0 0 30px 0;
	}

	.about-intro span.h5-replace {
		font-size: 14px;
		letter-spacing: 0.3rem;
		margin: 50px auto 40px auto;
	}

	.about-intro span.h5-replace:before {
		height: 3px;
		width: 10px;
		top: 7px;
		right: 20px;
	}

	.about-intro span.h5-replace:after {
		height: 3px;
		width: 10px;
		top: 7px;
		left: 15px;
	}

	.about-intro span {
		margin-bottom: 30px;
	}

	.about-intro span br {
		display: none;
	}

	.about-intro p {
		padding: 0 5%;
	}

	.about-top-section {
		display: block;
	}

	.about-top-section-left-block-inner {
		padding: 50px 0.9375rem 50px 0.9375rem;
	}

	.about-top-section-right-block-inner {
		padding: 50px 0.9375rem 50px 0.9375rem;
	}

	.about-bottom-section h2.h1-replace {
		margin: 0 0 50px 0;
		font-size: 34px;
	}

	.about-top-section-left-block {
		/* width: 96%; */
		min-height: 480px;
	}

	.about-top-section-left-block h5 {
		margin: 0 0 45px 0;
		padding-left: 35px;
	}

	.about-top-section-left-block h2.h1-replace {
		margin: 0 0 40px 0;
	}

	.about-top-section-right-block {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		/* margin-left: 4%; */
	}

	.about-mid-section-right-block {
		width: 100%;
		min-height: 500px;
		display: block;
		float: none;
	}

	.about-mid-section-right-block-inner {
		padding: 50px 0.9375rem 60px 0.9375rem;
	}

	.about-mid-section-left-block {
		width: 100%;
	}

	.about-mid-section-left-block-inner {
		padding: 50px 0.9375rem 50px 0.9375rem;
	}

	.about-mid-section-left-block span.h5-replace {
		margin: 0 0 30px 0;
		padding-left: 0;
	}

	.about-mid-section-left-block h2.h1-replace {
		margin: 0 0 50px 0;
	}

	.about-mid-section-left-block p,
	.about-top-section-left-block h3.h2-replace {
		font-size: 20px;
		padding: 0;
	}

	.about-mid-section-right-block {
		width: 100%;
	}

	.about-mid-expand-box.desktop {
		display: none;
	}

	.about-mid-expand-box.mobile {
		display: block;
		/* padding: 0 5%; */
	}

	.about-mid-expand-box-inner {
		padding: 0 0.9375rem;
	}

	.about-bottom-section .text-blurb.desktop {
		display: none;
	}

	.about-bottom-section .text-blurb.mobile {
		width: 100%;
		display: block;
		float: none;
		padding: 0 0;
	}

	.about-bottom-section .right-column .inner p:first-of-type {
		padding: 0;
	}

	.about-bottom-section .text-blurb h3 {
		text-align: left;
	}

	.about-bottom-section .btm-content {
		margin-top: 0;
		width: 100%;
	}

	.about-bottom-section .top-color-bar {
		min-height: 1000px;
	}

	.about-bottom-section .left-column {
		width: 100%;
		margin-top: 0;
	}

	.about-bottom-section .right-column {
		width: 100%;
		margin-top: 0;
	}

	.side-buttons-callout.desktop {
		display: none;
	}

	.side-buttons-callout.mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.about-bottom-section .photo-wpr.mobile {
		display: block;
		width: 75%;
		margin: -375px auto 0 auto;
	}

	.about-bottom-section .right-column .inner {
		padding: 50px 30px 50px 30px;
	}

	.side-buttons-callout .inner {
		margin: -1px 0 0 30px;
		width: 100%;
	}

	.about-bottom-section span.h5-replace {
		font-size: 14px;
		letter-spacing: 0.3rem;
		margin: 0 auto 60px auto;
	}

	.about-bottom-section span.h5-replace:before {
		height: 3px;
		width: 10px;
		top: 7px;
		right: 20px;
	}

	.about-bottom-section span.h5-replace:after {
		height: 3px;
		width: 10px;
		top: 7px;
		left: 15px;
	}

	/* Attorney Landing Template */
	.att-intro span br {
		display: none;
	}

	.att-intro span.h5-replace {
		font-size: 14px;
		letter-spacing: 0.3rem;
		margin: 50px auto 40px auto;
	}

	.att-intro span.h5-replace:before {
		height: 3px;
		width: 10px;
		top: 7px;
		right: 20px;
	}

	.att-intro span.h5-replace:after {
		height: 3px;
		width: 10px;
		top: 7px;
		left: 15px;
	}

	.att-callout-wpr .left-col {
		width: 100%;
	}

	.att-callout-wpr .left-col .att-callout-img {
		background-position: center top;
		min-height: 330px;
	}

	.att-callout-wpr .right-col {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 11% 46px 11%;
		min-height: 495px;
	}

	.att-callout-wpr .right-col h2 {
		margin-top: 50px;
		font-size: 30px;
	}

	.att-callout-wpr .right-col h3 {
		font-size: 19px;
	}

	ul.att-callout-buttons.desktop {
		display: none;
	}

	.att-callout-buttons-wpr.mobile {
		position: relative;
		margin-left: 4%;
		margin-bottom: 15px;
		display: block;
	}

	.att-listings-row {
		margin: 0 auto 30px auto;
	}

	.centered-callout-strip {
		padding: 60px 0;
	}

	.centered-callout-strip h2 {
		margin-bottom: 100px;
	}

	.centered-callout-strip h2 br {
		display: none;
	}

	.centered-callout-strip h2:after {
		bottom: -24%;
	}

	/* Attorney Detail Template */
	.att-info-inner.mobile {
		display: block;
	}

	.bio-top-content-wpr .overlap {
		margin-top: 30px;
	}

	.bio-top-content-wpr .overlap.photo:after {
		background-color: rgba(14, 39, 55, 0.8);
		content: '\a0';
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}

	.bio-top-content-wpr {
		min-height: 656px;
		z-index: 0;
		overflow: hidden;
		position: relative;
	}

	.bio-top-content-wpr .overlap.photo {
		width: 96%;
		height: 500px;
		position: relative;
		display: block;
	}

	.bio-top-content-wpr .att-info-inner.mobile h2 {
		padding-right: 80px;
	}

	/* .bio-top-content-wpr .att-info-box {
	  min-height: 450px;
	  width: 57%;
	} */
	.bio-top-content-wpr .att-info-inner.mobile h3 {
		font-size: 18px;
	}

	.bio-top-content-wpr .att-info-inner.mobile a,
	.bio-top-content-wpr .att-info-inner.mobile strong,
	.bio-top-content-wpr .att-info-inner.mobile span {
		font-size: 16px;
	}

	.bio-top-content-wpr .att-info-inner.mobile h2:after {
		bottom: -35px;
	}

	.bio-top-content-wpr .att-actions-mobile-wpr {
		display: block;
		position: relative;
		height: 120px;
		width: 96%;
	}

	.bio-top-content-wpr .att-actions-mobile-wpr .att-actions {
		position: absolute;
		left: 0;
		right: 0;
		display: block;
	}

	.bio-top-content-wpr .att-actions-mobile-wpr .att-actions ul.att-callout-buttons {
		float: left;
		margin-left: 30px;
	}

	.bio-top-content-wpr .att-info-box .att-info-inner {
		display: none;
	}

	.bio-top-content-wpr .att-actions {
		display: none;
	}

	.bio-scroll-down {
		display: none;
	}

	.attorney-bio-page-content .sidebar .accordion-item h2.accordion-item-title {
		padding: 20px 90px 20px 15px;
		font-size: 24px;
	}

	.attorney-bio-page-content .sidebar .sidebar-inner {
		margin: 30px 0 30px 5%;
	}

	/* Practice Area Landing Template */
	.pa-intro span.h5-replace {
		font-size: 14px;
		letter-spacing: 0.3rem;
		margin: 50px auto 40px auto;
	}

	.pa-intro span.h5-replace:before {
		height: 3px;
		width: 10px;
		top: 7px;
		right: 0px;
	}

	.pa-intro span.h5-replace:after {
		height: 3px;
		width: 10px;
		top: 7px;
		left: 15px;
	}

	/* Practice Area Detail */
	.pa-accordion-list {
		padding: 30px 5% 30px 5%;
	}

	.side-buttons-callout {
		margin-top: 0;
		margin-bottom: 50px;
	}

	/* Practice Area Detail - Template A */
	.related-side-divider {
		padding: 0 0 75px 0;
	}

	.related-side-callout {
		padding: 50px 0 50px 5%;
	}

	.interior-pa-two-col-left-block {
		width: 96%;
		min-height: 480px;
	}

	.interior-pa-two-col-right-block {
		width: 96%;
		margin-left: 4%;
		margin-top: 0;
	}

	.interior-pa-two-col-right-block-inner {
		padding: 90px 5% 60px 6%;
	}

	.interior-pa-two-col-left-block-inner {
		padding: 50px 5% 50px 5%;
	}

	.two-col-callout-strip h3 {
		font-size: 15px;
		padding-left: 35px;
		margin: 50px 0 40px 0;
	}

	.two-col-callout-strip h3:before {
		width: 22px;
		height: 2px;
		left: 0;
		top: 7px;
		margin-left: 0;
	}

	.two-col-callout-strip ul li a,
	.related-side-callout ul li a {
		font-size: 12px;
	}

	.interior-faq-section h1 {
		margin: 0 0 60px 0;
	}

	.interior-faq-section h5 {
		margin: 60px auto 60px auto;
	}

	.faq-content .right-column .top-line {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.faq-content .left-column {
		width: 100%;
		padding: 0 5% 50px 5%;
	}

	.faq-content .right-column {
		width: 100%;
		padding: 50px 5% 50px 5%;
	}

	/* Practice Area Detail - Template B */
	.related-side-callout h3 {
		font-size: 15px;
	}

	.related-side-callout h3:after {
		width: 22px;
		height: 2px;
		margin-left: 10px;
	}

	/* Practice Area Detail - Template C */
	.two-col-callout-strip {
		padding: 0 0.9375rem 50px 0.9375rem;
	}

	.two-col-callout-strip h3 {
		margin: 50px 0 40px 0;
	}

	.two-col-callout-strip ul {
		padding-right: 40px;
	}

	/* Blog Template */
	.blog-list-links {
		padding: 0 5% 0 5%;
	}

	.select-list-categories {
		padding: 30px 5% 30px 5%;
		margin: 0 0 30px 0;
	}

	.blog-search {
		padding: 0 5% 0 5%;
		margin: 30px 0 30px 0;
	}

	/* .sidebar h2 {
		margin-bottom: 0;
	} */

	/* Success Stories */
	.success-stories-sort {
		padding: 0 5% 0 5%;
		margin: 50px 0 0 0;
	}

	.success-stories-sort-inner h5 {
		padding-right: 0;
	}

	.success-stories-sort-inner select#select-pa {
		width: 100%;
	}

	.success-stories-sort-inner a.button {
		margin-bottom: 50px;
	}

	.our-promise-side-callout,
	.anchor-link-side-callout .inner {
		padding: 75px 5% 75px 5%;
	}

	.anchor-link-side-callout {
		min-height: 945px;
	}

	.anchor-link-side-callout h4 {
		margin-bottom: 40px;
		margin-top: 15px;
	}

	/* Contact Us Template */
	.convo-box {
		padding-right: 20%;
	}

	.convo-box-inner {
		padding: 109px 0 60px 10%;
	}

	.contact-content-wpr {
		margin-left: 0;
	}

	.connect-box {
		margin-top: 114px;
	}

	/* Insights Template */
	.post-aux-items {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.post-bottom a.button {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	/* Footer	*/
	.footer {
		padding: 0px 0 0 0;
		/* background: #ececec url(/wp-content/themes/paperstreet/images/footer-contact-form-bg.jpg); */
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto;
	}

	.footer span.h5-replace {
		margin: 0 0 30px 0;
		padding-left: 35px;
	}

	.footer .footer-address-box h5 {
		padding-left: 0;
	}

	.footer span.h5-replace:after {
		width: 20px;
		height: 2px;
		left: 0;
		top: 7px;
	}

	.footer h2.h1-replace {
		margin: 0 0 50px 0;
		font-size: calc(2.5rem + ((1vw - 3.2px) * 3.125));
	}

	.footer h2.h1-replace:after,
	.footer .footer-right-block:after {
		display: none;
	}

	.footer .footer-inner {
		padding: 6% 0 0 0;
	}

	.about-top-expand-box-inner {
		padding: 0 0;
	}

	.about-top-expand-box-inner button {
		margin: 0;
		font-size: 13px;
	}

	.footer .footer-left-block {
		width: 100%;
	}

	.footer .footer-right-block {
		width: 100%;
		padding-left: 0;
	}

	.lrg-phone-numb {
		margin-bottom: 50px;
		font-size: 24px;
	}

	ul.footer-social {
		padding-top: 0;
	}

	/* Footer - Contact Form */
	.contact-form .form-input-row .form-input-group.half {
		width: 100%;
	}

	.contact-form .form-input-row .form-input-group {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.contact-form .form-input-group.full {
		width: 100%;
		margin-left: 0;
	}

	.contact-form button.button {
		width: 100%;
		margin-bottom: 40px;
	}
}

/* 960 */
@media screen and (max-width: 960px) {
	/* Homepage - Experienced Section */
	.experienced-section {
		padding: 50px 0;
		margin-top: 0;
	}

	.experienced-section .experienced-call-out-block h3 {
		font-size: 21px;
		line-height: 1.5;
		padding: 0;
	}

	.experienced-section span {
		font-size: 16px;
		letter-spacing: 0.3rem;
		padding-left: 0;
		margin: 0 0 15px 0;
	}

	.experienced-section span:after {
		display: none;
	}

	.experienced-section h1 {
		font-size: 46px;
		line-height: 1.2;
		margin: 0 0 40px 0;
	}

	.experienced-section h1:after {
		display: none;
	}

	.experienced-section .experienced-call-out-block {
		width: 100%;
		margin-bottom: 30px;
	}

	.experienced-section .experienced-intro-block {
		width: 100%;
		padding-left: 0;
	}

	.cutting-edge-grey-block {
		margin-top: 250px;
	}

	/* Practice Area Detail - Template C */
	.two-col-callout-strip ul {
		padding-right: 0;
	}

	/* Contact Us Template */
	.contact-content-wpr .left-col {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.contact-content-wpr .right-col {
		margin-left: 0;
		width: 100%;
	}

	.convo-box {
		padding: 0 0 0 0;
	}

	.convo-box-inner {
		padding: 10% 10%;
	}

	.connect-box {
		margin-top: 0;
		padding: 10% 10%;
	}

	.connect-box span.h5-replace {
		margin: 0 0 65px 0;
	}

	.connect-box span.h5-replace:before {
		bottom: -60px;
	}

	.connect-box .contact-form {
		padding-top: 40px;
		min-height: 500px;
		width: 100%;
		margin: 0 auto;
	}
}

/* 768 */
@media screen and (max-width: 768px) {
	/* Homepage */
	.cutting-edge-grey-block {
		padding: 15% 2% 9% 4%;
	}

	.cutting-edge-grey-block {
		margin-top: 187px;
	}

	/* Layout */
	.content,
	.sidebar {
		width: 100%;
	}

	/* .home-slider .home-block {
		padding-bottom: 190px;
	} */

	/* .home-slider .home-content .home-title {
		font-size: 25px;
	} */

	.home-slider .home-content h1 {
		font-size: 25px;
		letter-spacing: normal;
	}

	.home-slider .slick-dots {
		bottom: 70px;
	}

	/* Attorney Bio Template */
	.bio-top-content-wpr .att-info-box {
		width: 100%;
		background-position: center right !important;
		background-position-x: 60% !important;
	}

	.postid-576 .bio-top-content-wpr .att-info-box {
		background-position-x: 80% !important;
	}

	.bio-top-content-wpr .overlap.photo {
		width: 100%;
		height: 765px;
		position: relative;
	}

	.bio-top-content-wpr .att-info-inner.mobile h2 {
		font-size: 30px;
		display: block;
		margin-bottom: 70px;
		padding-right: 50px;
	}

	.bio-top-content-wpr .att-info-box {
		min-height: 350px;
	}
}

/* 640 */
@media screen and (max-width: 640px) {
	/* Header */
	.header,
	.header-inner {
		height: 80px;
	}

	.header-right-phone {
		padding: 0;
		text-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 5;
		-webkit-flex: 5 0 auto;
		-ms-flex: 5 0 auto;
		flex: 5 0 auto;
	}

	.header-right-search {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.header-right-mobile-menu {
		padding-left: 0;
	}

	/* Homepage Slider */
	.home-slider-wpr .left-col .slider-controls-wpr {
		min-height: 450px;
		margin-top: 30px;
	}

	.slider-content-wpr span.h1-replace {
		letter-spacing: 1px;
	}

	.slider-content-wpr span.h2-replace {
		margin-bottom: 15px;
	}

	.home-slider-wpr {
		min-height: 494px;
		padding-top: 170px;
	}

	.slider {
		min-height: 450px;
		padding: 0;
	}

	.slider-content-wpr {
		bottom: 150px !important;
	}

	.home-scroll-down {
		display: none;
	}

	/* Homepage Sections */
	.experienced-section {
		padding: 100px 0;
	}

	.cutting-edge-grey-block {
		margin-top: 120px;
	}

	.cutting-edge-grey-block {
		padding: 23% 2% 9% 4%;
	}

	/* Practice Areas Detail */
	.interior-pa-two-col {
		height: 100%;
	}

	.interior-pa-two-col-left-block h5 {
		margin: 0 0 30px 0;
		padding-left: 35px;
	}

	.interior-pa-two-col-left-block h5:after {
		width: 20px;
	}

	.interior-pa-two-col-left-block {
		width: 96%;
		min-height: 680px;
		height: auto;
		display: block;
		float: none;
	}

	.interior-pa-two-col-left-block-inner {
		padding: 13% 10% 10% 6%;
	}

	.interior-pa-two-col-left-block h1 {
		margin: 0 0 50px 0;
	}

	.interior-pa-two-col-left-block p {
		margin-bottom: 50px;
	}

	.interior-pa-two-col-right-block {
		width: 96%;
		margin-left: 4%;
		min-height: 680px;
		display: block;
		height: auto;
		float: none;
	}

	.interior-pa-two-col-right-block-inner {
		padding: 6% 6% 10% 6%;
	}

	.interior-pa-two-col-right-block p {
		line-height: 1.8;
	}

	.interior-pa-two-col-right-block p:first-of-type {
		padding-top: 24px;
	}

	.interior-pa-two-col-right-block a.button {
		display: block;
	}

	/* Attorney Detail Template */
	.att-listings-row .att-listing-item .team-header .box-arrow {
		display: none;
	}

	/* Homepage - Negotiation Section */
	.negotiation-section span br {
		display: none;
	}

	/* Practice Areas Template - A */
	.two-col-callout-strip a.button,
	.related-side-callout a.button {
		margin: 0 auto 0 auto;
		display: block;
	}

	/* About Us Template */
	.about-bottom-section .top-color-bar {
		min-height: 800px;
	}

	.about-bottom-section .photo-wpr.mobile {
		margin: -150px auto 0 auto;
	}

	/* Footer */
	.footer-top-line {
		margin-top: 10px;
	}

	ul.footer-social {
		padding-top: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media print {
	.header {
		top: 0;
		border: none;
		height: auto;
	}
}

.single_box {
	padding: 30px 50px;
	background-color: #0e2737;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.single_box p {
	margin-bottom: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.single_box p strong {
	color: #ceba79;
}

.single_box:nth-child(1) {
	background-color: #1e333b;
}

.single_box:nth-child(2) {
	background-color: #303f40;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.ticker-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 80px;
	background-color: #f2f2f2;
	padding-left: 100%;
	box-sizing: content-box;
}

.ticker-wrap .ticker {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
}
.ticker-wrap .ticker_item {
	display: inline-block;
	padding: 0 30px;
}

.ticker-wrap .ticker_item a {
	color: #0e2737;
	font-weight: 600;
}

.ticker-wrap .ticker_item a:hover,
.ticker-wrap .ticker_item a:focus {
	text-decoration: underline;
}

.client_wins {
	padding: 25px 30px 30px;
	text-align: center;
}

.client_wins h2 {
	color: #0e2737;
	font-size: 40px;
}

.client_wins .inner_wrapper {
	display: grid;
	background-color: #0e2737;
}

.single_win {
	padding: 50px 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	position: relative;
}

.single_win p {
	margin: 0;
	color: #fff;
	line-height: 22px;
}

.single_win strong {
	color: #ceba79;
}

.single_win p:first-child {
	margin-bottom: 10px;
}

.single_win .bg_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
}

.single_win_content {
	position: relative;
	z-index: 1;
}

.practice_boxes {
	padding: 35px 35px 60px;
}

.section_line {
	position: relative;
}

.section_line::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 95px;
	background-color: #a6955e;
	transform: translate(-50%, 50%);
	z-index: 1;
}

.practice_boxes h2 {
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
}

.practice_boxes .inner_wrapper {
	padding: 30px;
}

.practice_boxes .boxes_wrapper {
	display: grid;
	grid-gap: 15px;
	gap: 15px;
}

.practice_boxes .inner_wrapper a.button {
	color: #fff;
	font-size: 15px;
	background-color: #837649;
	padding: 15px 15px 15px 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	text-align: left;
	align-items: center;
	border-radius: 0;
	width: 100%;
}

.practice_boxes .inner_wrapper a.button:hover,
.practice_boxes .inner_wrapper a.button:focus {
	background-color: #0e2737;
}

.content_wrapper {
	max-width: 850px;
	padding: 30px 0;
	margin: 0 auto;
}

.content_wrapper h2 {
	color: #0e2737;
	text-align: center;
}

.content_wrapper p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.375px;
	color: #363636;
}

.content_wrapper a {
	justify-content: center;
	color: #837649;
	border: 3px solid #837649;
	background-color: transparent;
	display: block;
	margin: 0 auto;
	border-radius: 0;
}

.content_wrapper a:hover,
.content_wrapper a:focus {
	background-color: #837649;
	color: #fff;
	border: 3px solid #837649;
}

.govt {
	background-color: #ececec;
	padding: 80px 30px 60px;
}

.govt h2 {
	font-size: 50px;
	color: #0e2737;
	max-width: 500px;
	text-align: center;
}

.govt h2 span {
	font-size: 15px;
	letter-spacing: 4.5px;
	font-family: 'Montserrat';
	display: block;
	text-transform: uppercase;
}

.govt .content_wrapper {
	padding: 0;
}

.global_reach_content {
	padding: 0 30px;
}

.global_reach_content p {
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.375px;
	color: #363636;
	text-align: center;
	max-width: 750px;
	margin: 0 auto 30px;
}

.govt .button {
	border-color: #766a42;
	color: #766a42;
}

@media screen and (min-width: 700px) {
	.home-slider .home-content {
		width: 70%;
		max-width: 750px;
		text-align: left;
		transform: translateY(-50%);
		top: 50%;
	}
}

@media screen and (min-width: 768px) {
	.practice_boxes .boxes_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.practice_boxes .inner_wrapper a.button {
		width: 100%;
	}

	.govt {
		padding: 95px 30px 115px;
	}

	.govt h2 {
		margin: 0 auto 30px auto;
	}

	.practice_boxes .content_wrapper {
		padding: 70px 0 30px;
	}

	.practice_boxes .content_wrapper a {
		margin-top: 65px;
	}
}

@media screen and (min-width: 1025px) {
	.home-slider .home-content {
		left: 100px;
		top: 45%;
	}

	.home-slider .home-content .home-title {
		font-size: 55px;
	}

	.featured_boxes {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		position: absolute;
		bottom: 0;
	}

	.single_box {
		flex: 1 1 0;
		padding: 30px 25px;
	}

	.client_wins h2 {
		font-size: 50px;
	}

	.client_wins .inner_wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.practice_boxes .boxes_wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.practice_boxes .inner_wrapper {
		padding: 50px 100px;
	}
}

@media screen and (min-width: 1150px) {
	.home-slider .home-content {
		left: 100px;
	}
}

@media screen and (min-width: 1450px) {
	.home-slider .home-content {
		max-width: 900px;
	}

	.home-slider .home-content .home-title {
		font-size: 65px;
	}
}

/* ADA UPDATES */

.no-animation,
.no-animation * {
	animation: none !important;
	opacity: 1 !important;
}

.pause-button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 1;
	background: none;
	padding: 0;
	margin: 0;
	color: #0e2737;
}

.pause-button:hover,
.pause-button:focus {
	background: #0e2737;
	color: #fff;
}

#ticker-wrap.no-animation {
	display: flex !important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	height: auto;
}

#ticker-wrap.no-animation .ticker {
	padding-right: 0;
	height: auto;
	line-height: 1.3;
}

#ticker-wrap.no-animation .ticker_item {
	display: block;
	padding: 15px 30px;
}

#ticker-wrap.no-animation .ticker_item a {
	white-space: break-spaces;
}
/*IRS*/
.module-intro-d {
	padding-top: 0;
	background: #14172f;
}

.module-intro-d-inner {
	display: flex;
	flex-wrap: wrap;
}

.module-intro-d-badges {
	order: 1;
	display: block;
	width: 100%;
	text-align: center;
}

.module-intro-d-badges-single {
	margin-bottom: 20px;
}

.module-intro-d-badges-single:last-child {
	margin-bottom: 0;
}

.module-intro-d-badges-single img {
	max-width: 100%;
	filter: grayscale(1);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.module-intro-d-badges-single:hover img,
.module-intro-d-badges-single:focus img {
	filter: grayscale(0);
}

.module-intro-d-content {
	order: 0;
	margin-bottom: 50px;
	background: #edf1f5;
	padding-top: 50px;
	padding-bottom: 50px;
}
h2.irs {
    font-size: 35px;
}
.tax-controversy h2,
.module h2.module-title {
  font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 1.1;
    color: #0a2737;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
	section.module.module-benefits-b,
	section.module.module-benefits-a {
    padding:10px!important;
    padding-bottom: 0;
}
}

@media screen and (min-width: 500px) {
	.module-intro-d-badges {
		display: flex;
		flex-wrap: wrap;
	}

	.module-intro-d-badges-single {
		width: 50%;
	}
}

@media screen and (min-width: 800px) {
	.module-intro-d-badges-single {
		width: auto;
		flex: 1;
	}
}

@media screen and (min-width: 1025px) {
	.module-intro-d-inner {
		flex-wrap: nowrap;
	}

	.module-intro-d-badges {
		order: 0;
		padding-top: 80px;
		flex-basis: 25%;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.module-intro-d-content {
		order: 1;
		flex: 1;
		padding: 80px;
	}
}

section.module.module-benefits-a {
    padding: 60px;
    padding-bottom: 0px;
}
.module-benefits-a-content {
	text-align: center;
	margin-bottom: 80px;
}

.box-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bolder;
    color: #ceba79;
}
.module-benefits-c-boxes {
    display: flex;
}
.module-benefits-c-content {
	margin-bottom: 60px;
	text-align: center;
}

.module-benefits-c-boxes {
	flex-wrap: wrap;
}

.module-benefits-c-box {
	text-align: center;
	margin-bottom: 60px;
}

.module-benefits-c-box p:last-of-type {
	margin: 0;
}

.module-benefits-c-box .box-icon {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.module-benefits-c-boxes {
		justify-content: center;
		
	}

	.module-benefits-c-box {
		padding: 0 60px;
		margin-bottom: 40px;
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.module-benefits-c-boxes {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.module-benefits-c-box {
		width: auto;
		flex: 1;
		margin: 0;
		padding: 0 20px;
	}

	.module-benefits-c-box:nth-child(2n) {
		margin-right: 0;
	}

	.module-benefits-c-box:last-of-type {
		margin: 0;
	}
}

section.module.module-benefits-b {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}
.module-benefits-b-boxes {
	flex-wrap: wrap;
}

.module-benefits-b-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 60px;
}

.module-benefits-b-box h3 {
	margin-bottom: 12px;
}

.module-benefits-b-box p:last-of-type {
	margin: 0;
}

.module-benefits-b-box .box-icon {
	margin: 0 25px 0 0;
}

@media screen and (min-width: 1025px) {
.module-benefits-b-boxes {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 30px;
    grid-column-gap: 3vw;
}
	
	.module-benefits-b-boxes.services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 3vw;
}

	.module-benefits-b-box {
		margin-bottom: 0;
	}
}
section.module.module-benefits-b.services-section {
    padding-top: 60px;
}
.module-faq-a .accordion-container {
	margin-bottom: 50px;
}

.module-faq-a .accordion-item {
	margin-bottom: 15px;
	border: 2px solid #c2c2c2;
}
.custom-accordion-body {
    display: none;
}
.custom-accordion-section.open .custom-accordion-body {
    display: block;
}
.custom-accordion-section {
    width: 100%;
}
.custom-accordion {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}
button.custom-accordion-header {
    width: 100%;
}
.module-faq-a .accordion-item-title::after {
	content: "\f067";
}

.module-faq-a .accordion-item-content {
	padding: 15px;
}

.module-faq-a .accordion-item.active .accordion-item-title::after {
	content: "\f068";
}
section.module.module-faq-a {
    padding-top: 60px;
}
.box-content p {
    color: #fff;
}
.box-content {
    background: #0a1e2b;
    padding: 20px;
    text-align: center;
    padding-bottom: 0;
    width: 100%;
}
.module-benefits-b-boxes {
    padding-bottom: 30px;
    padding-top: 30px;
}
.box-content.irs-content {
    padding-bottom: 20px;
}
.global_reach_content ul li {
    position: relative;
    font-size: 16px;
    color: #363636;
    padding: 0 0 0 20px;
    position: relative;
    font-weight: 600;
    line-height: 2.2;
}
.global_reach_content ul li:before {
    position: absolute;
    left: 0;
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    color: #963;
}
@media screen and (min-width: 768px) {
    .global_reach_content ul {
        overflow: hidden;
    }
    .global_reach_content ul li {
        width: 49%;    
        float:left;
        display:inline;
        padding-right: 5px;
    }
}