<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2112                         */
/*******************************************/

/*
GENERAL
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL &gt; HTML and Structure */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.no-banner main {
	padding-top: 180px;
}

.sidebar {
	clear: both;
	float: none;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}

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

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

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

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

.content li {
	font-size: 1.0rem;
	color: #101A29;
	padding: 0 0 0 20px;
	position: relative;
}

.content ol li {
	padding-left: 0;
}

.sidebar section ul li:before,
.content ul li:before {
	position: absolute;
	left: 0;
	position: absolute;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	content: '';
	background: #B2861E;
}

.content ul li:before {
	top: 10px;
}

.content ul ul {
	margin: 20px 0 20px 20px;
}

hr,
.hr-after:after {
	background: rgb(197, 152, 45);
	background: linear-gradient(90deg, rgba(197, 152, 45, 1) 0%, rgba(99, 76, 23, 1) 100%);
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
	content: '';
}

figure {
	margin: 0;
}

.non-italic,
address {
	font-style: normal;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

section.sidebar-block {
	background-color: #E8F0FA;
	padding: 35px;
}

.sidebar-block .ginput_container textarea,
.sidebar-block .ginput_container input {
	border-color: #b9c6da;
}

.sidebar-block&gt;h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.1rem;
}

.sidebar section:not(:last-child) {
	margin-bottom: 40px;
}

.sidebar section ul li {
	padding: 6px 0 6px 20px;
	position: relative;
}

.sidebar section ul li:before {
	top: 17px;
	left: 0;
}

.sidebar-block-external-blog {
	background-image: url(images/background_rays.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.external-blog-inner h2 {
	color: #B2861E;
	text-transform: uppercase;
	font-size: 1.6rem;
	margin-bottom: 14px;
}

.external-blog-inner a {
	border-color: #B2861E !important;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section button.no-button,
.sidebar section ul li a {
	color: #101A29;
	text-decoration: none;
	font-weight: 400;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #B2861E;
	text-decoration: underline;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

section.sidebar-block-cta {
	padding: 12px;
	background-image: url(images/background_twirl.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}

.sidebar-block-cta h2 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.sidebar-block-cta-inner span {
	color: #C5982D;
}

.sidebar-block-cta-inner a {
	color: #fff;
}

.sidebar-block-cta-inner {
	border: 1px solid #fff;
	padding: 30px;
	text-align: center;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

@media screen and (min-width: 768px) {
	main {
		padding: 80px 0;
	}

	.main-attorney-search {
		padding-top: 40px;
	}

	.content {
		padding-right: 90px;
		width: 69%;
		margin-bottom: 0;
	}

	.content.full-width {
		width: 100%;
		padding-right: 15px;
	}

	.sidebar {
		width: 31%;
		float: right;
		clear: none;
		padding-left: 0;
	}
}

/* GENERAL &gt; Form and Inputs */
input,
select,
textarea {
	color: #101A29;
	background: none;
	border: 1px solid #DDDDDD;
	font-size: 1rem;
	line-height: 1.0;
	font-family: var(--body-font-family);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
}

input,
select,
textarea,
label {
	height: 45px;
	line-height: 45px;
}

input.light-input,
input.light-input ~ label,
select.light-input,
textarea.light-input {
	color: #fff;
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #fff;
}

input::placeholder,
textarea::placeholder {
	color: #fff;
}

input.dark-text::placeholder,
textarea.dark-text::placeholder {
	color: #101A29;
}

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

legend,
label {
	color: #101A29;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

label.active,
input:focus:not([type='checkbox'])~label,
textarea:focus~label,
input.active~label,
textarea.active~label,
select.active~label {
	padding-left: 0;
	line-height: 0;
	top: -10px;
	font-size: 0.7rem;
}

.form-input-group label i {
	color: #B2861E;
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper:after {
	content: "\f107";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: #B2861E;
	pointer-events: none;
	-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;
}

.select-wrapper.active:after {
	background: #101A29;
	color: #fff;
}

.form-container {
	background: #E8F0FA;
	padding: 30px;
}

.contact-form-heading {
	color: #fff;
	text-align: center;
}

.background-input input:focus:not([type='checkbox'])~label,
.background-input textarea:focus~label,
.background-input input.active~label,
.background-input textarea.active~label,
.background-input select.active~label {
	color: #101A29;
}

.background-input input:not([type="submit"]),
.background-input textarea,
.background-input select {
	background-color: #fff;
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
	background-color: #fff;
}

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

p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

/* GENERAL &gt; Slick Customizations */
.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
}

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

.slick-next:focus,
.slick-prev:focus {
	top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
	color: #B2861E;
	font-size: 2rem;
	margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default;
}

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

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
	display: block;
	color: #000;
	opacity: .75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
}

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

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

.slick-prev .slick-prev-icon:before {
	content: "â†";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
	content: "â†’";
}

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

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

.slick-next .slick-next-icon:before {
	content: "â†’";
}

[dir=rtl] .slick-next .slick-next-icon:before {
	content: "â†";
}

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

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: #E8F0FA;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	background: #B2861E;
	transform: scale(1.1);
}

.slick-dots li.slick-active button {
	background: #101A29;
	transform: scale(1.2);
}

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

.slick-autoplay-toggle-button {
	position: absolute;
	left: 5px;
	bottom: -32px;
	z-index: 10;
	opacity: .75;
	background: 0 0;
	border: 0;
	cursor: pointer;
	color: #000;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.slick-autoplay-toggle-button:focus {
	color: #B2861E;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "â¸";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "â–¶";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slider-container {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.slick-arrow-container button {
	position: relative;
	padding: 0;
	background: none;
	font-size: 3rem;
	width: 50px;
	height: 50px;
	color: #101A29;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}

@media screen and (min-width: 1025px) {
	.slider-container {
		max-width: 100%;
	}

	.slick-arrow-container {
		width: 100%;
		left: 0;
	}
}

/* GENERAL &gt; Skip To Content */
#skiptocontent {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #B2861E;
	color: #fff;
	-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;
}

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

/*******************************************************************************************
FOOTER
*******************************************************************************************/
.footer {
	padding: 80px 0;
	text-align: center;
	background-color: #3A4D6B;
	padding: 32px 0;
}

.footer,
.footer a {
	color: #C4C4C4;
}

.footer a:focus,
.footer a:hover {
	color: #B2861E;
}

.footer-inner span {
	font-size: 0.85rem;
	position: relative;
}

.footer-inner span:after {
	margin: 0 12px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 0;
	content: '';
	width: 1px;
	height: 12px;
	background: #C4C4C4;
}

.footer-inner span:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.footer-inner span:last-of-type:after {
	display: none;
}


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


	.footer-inner {
		text-align: right;
	}
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES &gt; Breadcrumbs */
.breadcrumbs-container {
	display: none;
	flex-wrap: wrap;
}

.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
	color: #A8A8A8;
	font-size: 0.85rem;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

@media screen and (min-width: 1025px) {
	.breadcrumbs-container {
		display: flex;
	}
}

/* FEATURES &gt; Accordion */
.accordion-item {
	border-bottom: 1px solid #E8F0FA;
}

.accordion-item-title {
	padding: 20px 15px;
	font-size: 1.0rem;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	color: #101A29;
	line-height: 30px;
	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;
	justify-content: space-between;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.accordion-item-title:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;
	color: #B2861E;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	background: #E8F0FA;
}

.accordion-item-title:focus:not(:focus-visible) {
	outline: none;
}

.accordion-item.active .accordion-item-title:after {
	content: "\f106";
}

.accordion-item-content {
	display: none;
}

.accordion-item-content p {
	font-size: 0.9rem;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content&gt;*:first-child {
	margin-top: 20px;
}

.accordion-item-content&gt;*:last-child {
	margin-bottom: 35px;
}

/* FEATURES &gt; Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	border-left: 5px solid #101A29;
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote cite,
.quote-single cite {
	display: block;
	text-align: right;
	font-weight: 700;
	margin-top: 12px;
	font-style: normal;
}

blockquote:before,
.quote-single:before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1.0;
	color: #101A29;
	font-style: normal;
}

/* FEATURES &gt; YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #000;
	margin: 20px 0 50px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner:after,
.videos-single:after {
	content: "\f144";
	font-family: 'Font Awesome 5 Pro';
	font-size: 3.5rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #B2861E;
	pointer-events: none;
	z-index: 1;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-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;
}

/* FEATURES &gt; Social Link Lists */
.social-links {
	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;
	margin: 0;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	margin: 0 20px;
}

.social-links a:hover,
.social-links a:focus {
	color: #B2861E;
}

/* FEATURES &gt; Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	border: 1px solid #B2861E;
	padding: 30px;
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #101A29;
	margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.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;
}

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

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

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

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

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

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

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

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

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

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

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

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInGentleUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInGentleUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module {
	padding: 80px 0;
}

.module-dark {
	background: #101A29;
}

.module-title {
	display: none;
}

h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	content: "\f0e3";
	font-family: 'Font Awesome 5 Pro';
	width: 50px;
	line-height: 50px;
	font-size: 2.0rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #101A29;
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: #E8F0FA;
}

.module-title span {
	font-size: 80%;
	display: block;
}

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
	.header {
		top: 0;
		border: none;
		height: auto;
	}
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/
.grecaptcha-badge {
	display: none;
}



.add-gradient-bottom:after {
	background: rgb(197, 152, 45);
	background: linear-gradient(90deg, rgba(197, 152, 45, 1) 0%, rgba(99, 76, 23, 1) 100%);
	content: '';
	height: 5px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.modal-form-container {
	display: none;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.modal-form {
	max-width: 590px;
	background: white;
	width: 100%;
	position: relative;
	margin: 0 15px;
}

.modal-form-container:before {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(16 26 41 / 72%);
}

.modal-form-container.active {
	display: flex;
	-webkit-animation: fadeInGentleUp 300ms ease-out;
	animation: fadeInGentleUp 300ms ease-out;
}

.modal-form-top,
.modal-form-bottom {
	padding: 20px 40px;
}

.modal-form-top {
	background: #B2861E;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal-form-top h2 {
	font-size: 1.2rem;
}

.modal-form-top button {
	margin-left: auto;
}

.gform_button[type="submit"] {
	padding: 0;
	font-weight: 700;
	font-size: 1.1rem;
}

.gfield {
	margin-bottom: 20px;
	position: relative;
}

.hidden_label label {
	display: none !important;
}

#modal-form-close {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 1.3rem;
}

#modal-form-close:focus,
#modal-form-close:hover {
	text-decoration: none;
	color: #101A29;
}

@media screen and (min-width: 1025px) {
	.content #modal-first-row {
		display: flex;
	}

	.content #modal-first-row &gt; * {
		flex: 1;
	}

	.content #modal-first-row .gfield {
		margin-bottom: 0;
	}

	.content #modal-first-row .gfield:not(:last-child) {
		margin-right: 20px;
	}

	.modal-form {
		max-width: 810px;
	}
}


/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/

.banner {
	height: 270px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner&gt;.row {
	height: 100%;
}

.banner-inner {
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	float: none;
	align-items: flex-end;
}


.banner-title {
	text-align: center;
	text-transform: none;
	font-size: 2.0rem;
	letter-spacing: 0.8px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	margin-bottom: 70px;
	position: relative;
	font-family: var(--heading-font-family);
}

.banner-subtitle {
	display: none;
	font-size: 1.6rem;
	font-weight: 400;
}

.banner-title:after {
	height: 2px;
	width: calc(100% + 16px);

	background: rgb(197, 152, 45);
	background: linear-gradient(90deg, rgba(197, 152, 45, 1) 0%, rgba(99, 76, 23, 1) 100%);
	content: '';
	position: absolute;
	top: calc(100% + 10px);
	left: -8px;
	right: 0;
}

@media screen and (min-width: 920px) {
	.banner-title {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1025px) {
	.banner-subtitle {
		display: block;
	}
	.single-practices .banner,
	.banner {
		height: 390px;
	}

	.banner,
	.banner-xl {}
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
	.banner {
		height: 250px;
	}
}

.search-form {
	display: flex;
	position: relative;
}

.search-form input {
	border-color: #101a29;
}

.search-form button {
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 12px;
}




/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #B2861E;
}

.post:last-child {
	border: none;
	padding-bottom: 0;
}

.post-head h1,
.post-head h2 {
	font-size: 1.7rem;
	margin-bottom: 12px;
	padding: 0;
	border: 0;
	text-transform: none;
	color: #B2861E;
}

.post-head h2:before {
	display: none;
}

.post-head,
.post-body {
	margin-bottom: 30px;
}

.post-body {
	display: block;
}

.single-post .post-body {
	display: block;
}

.post-head-info {
	line-height: 1.3;
}

.post-head-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	color: #747474;
	margin-bottom: 0;
}


.post-head-info a {
	color: #747474;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: #B2861E;
}

.post-head-info span:not(:last-child):after {
	content: '&gt;';
	display: inline-block;
	margin: 0 6px;
}

.post-head-info&gt;div:not(:last-of-type):after {
	width: 1px;
	height: 12px;
	background: #B2861E;
	content: '';
	display: inline-block;
	margin: 0 6px 0 12px;
	position: relative;
	top: 2px;
}

.post-head-info-authors span:not(:last-child):after,
.post-head-info-authors a:not(:last-child):after {
	content: ",";
}

.post-body-image img {
	max-width: 100%;
}

.post-body-image {
	margin-bottom: 8px;
}

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: right;
	margin: 0 30px 30px 0;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

.post-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.post-bottom-share {
	color: #8E8E8E;
	font-weight: 600;
}

.post-bottom-share i {
	color: #B2861E;
}

@media screen and (min-width: 1025px) {
	.post-body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.single .post-body-image {
		margin: 0 0 30px;
	}

	.post-body-image~.post-body-excerpt {
		margin-left: 40px;
		width: 75%;
	}
}


/* BLOG &gt; Page Navigation */

.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 {
	text-decoration: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	display: block;
	background: none;
	color: #101A29;
	margin-right: 10px;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #B2861E;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: #3A4D6B;
	color: #fff;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	color: #101A29;
	background: none;
	padding: 0 15px;
	border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	background: none;
	color: #B2861E;
}

.bmform_inner107252 {
	border: none !important;
}

.bmform_frm107252 {
	background: #fff !important;
}

.bmform_body107252,
.bmform_head107252 {
	background-color: #e8f0fa !important;
}

.bmform_frm107252,
.bmform_outer107252 {
	width: 100% !important;
}</pre></body></html>