/*
Theme Name: Premium Quicklaunch 24
Author: iLawyerMarketing.com
Description: Wordpress Theme
*/

/* Resets
 --------------------------------------------------------------------------------------- */

 :root {
	--font-primary: "Inter", sans-serif;
	--font-secondary: "DM Serif Text", serif;
}
 @font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?iqjp1v");
    src: url("fonts/icomoon.eot?iqjp1v#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?iqjp1v") format("truetype"), url("fonts/icomoon.woff?iqjp1v") format("woff"), url("fonts/icomoon.svg?iqjp1v#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

 [class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Group-63 .path1:before {
	content: "\e909";
	color: rgb(255, 255, 255);
	opacity: 0.45;
}

.icon-Group-63 .path2:before {
	content: "\e90a";
	margin-left: -1em;
	color: black;
}

.icon-Group-63 .path3:before {
	content: "\e90b";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}

.icon-play-button .path1:before {
	content: "\e906";
	color: rgb(255, 255, 255);
	opacity: 0.45;
}

.icon-play-button .path2:before {
	content: "\e907";
	margin-left: -1em;
	/* background: linear-gradient(180deg, #EDD29A 0%, #B29168 100%); */
	color: #EDD29A;
	border-radius: 100%;
}

.icon-play-button .path3:before {
	content: "\e908";
	margin-left: -1em;
	color: white;
}

.icon-Group-1599 .path1:before {
	content: "\e902";
	color: rgb(10, 42, 90);
}

.icon-Group-1599 .path2:before {
	content: "\e903";
	margin-left: -1.23046875em;
	color: rgb(255, 255, 255);
}

.icon-Group-1599 .path3:before {
	content: "\e904";
	margin-left: -1.23046875em;
	color: rgb(10, 42, 90);
}

.icon-Group-1599 .path4:before {
	content: "\e905";
	margin-left: -1.23046875em;
	color: rgb(255, 255, 255);
}

.icon-solid-arrow-left:before {
	content: "\e900";
	color: #EDD29A;
}

.icon-solid-arrow-right:before {
	content: "\e901";
	color: #EDD29A;
}

/* IE Fix */

/* */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}



body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	margin-bottom: 30px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox 25*/
}

input:not([type="radio"]):not([type="checkbox"]),
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
	resize: none;
	display: block;
	font: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

button {
	border: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	transition: .35s ease-in-out;
}

.wow {
	visibility: hidden;
}

.gform_hidden,
.gform_validation_container {
	display: none;
}

/* emulate background cover on image tags */
.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 1199px) {
	/* Turn off wow.js animations on tablet/mobile */
	.animated {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.wow {
		visibility: visible;
	}
	/* Remove scrollbar on tablet/mobile */
	::-webkit-scrollbar {
		display: none;
	}
}

body {
	font-family: var(--font-primary);
	color: #191A1C;
}



  /* Background Block
--------------------------------------------------------------- */
.responsive-background {
	pointer-events: none;
	overflow: hidden;
	transform-style: preserve-3d;
	z-index: -1;
  }
  .responsive-background-wrapper {
	position: relative;
	z-index: 0;
  }
  .responsive-background, .responsive-background-bg {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  }
  .responsive-background-bg {
	/* Note: when styling instances of this block, make sure properties are NOT set as shorthand to avoid override issues */
	background-size: cover;
	background-position: center center;
	/* Note: Best practice to add fallback background-colors to your background images */
	background-color: var(--color-base-alt);
	z-index: -2;
	background-image: var(--responsive-background-image, none) !important;
  }
  @media only screen and (min-width: 1200px) {
	:is(.responsive-background-animated-on-loaded, .responsive-background-animated-on-visible.visible) .responsive-background-bg {
	  /* make background block animate for document ready or when visible*/
	  transition: opacity ease-in-out 1.5s, transform ease-in-out 1.5s;
	  opacity: 1;
	  transform: scale(1);
	  transform-style: preserve-3d;
	}
	:is(html:not(.doc-images-loaded) .responsive-background-animated-on-loaded,
	.responsive-background-animated-on-visible:not(.visible)) .responsive-background-bg {
	  /* hide if not ready to let the world to know got to let it show */
	  opacity: 0;
	  transform: scale(1.125);
	}
  }

/* Content Styles
   --------------------------------------------------------------------------------------- */

.content h1 {
	font-family: var(--font-secondary);
	font-weight: normal;
	/* font-weight: 700; */
	font-size: 60px;
	line-height: calc(1em + 5px);
	color: #0A4030;
}

.content h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #976B35;
	margin-bottom: 14px;
}

.content p + h2 {
	margin-top: 2.25em;
}

@media(min-width: 768px) {
	.content h2 {
		font-size: 18px; 
		line-height: 28px; 
	}
}

@media(min-width: 1181px) {
	.content h2 {
		/* font-size: 20px; */
		/* line-height: 28px; */
	}
}

@media(min-width: 1301px) {
	.content h2 {
		font-size: 22px;
		/* line-height: 31px; */
	}
}

.content h3 {
	font-weight: bold;
	font-size: 17px;
	line-height: 32px;
	text-align: left;
	color: #001D0B;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
}

.content p + h3 {
	margin-top: 1.75em;
}

@media(min-width: 768px) {
	.content h3 {
		font-size: 14px; 
		line-height: 25px; 
	}
}

@media(min-width: 1301px) {
	.content h3 {
		/* font-size: 16px;
		line-height: 25px; */
	}
}

.content h4 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 24px;
	color: #976B35;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.content h4 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1.6px;
	}
}

.content  {
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
}

@media (max-width:1600px) {
	.content {
		/* font-size: 16px; */
		/* line-height: 31px; */
	}
}

@media (max-width:1300px) {
	.content {
		/* font-size: 19px; */
		/* line-height: 32px; */
	}
}

.content p {
	margin-bottom: 30px;
}

.content a {
	color: #976B35;
	text-decoration: underline;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-decoration: underline;
}

.content a:hover {
	color: #B29168;
	text-decoration: underline;
}

.content strong {
	font-weight: bold;
}

.content em {
	font-style: italic;
}

.content ul li {
	list-style: none;
	padding-left: 25px;
	position: relative;
	margin-bottom: 6px;
}

.content ul li:before {
	content: '';
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: #976B35;
	position: absolute;
	left: 0;
	top: 12px;
	font-weight: bold;
	font-size: 1.5em;
}

.content ol {
	counter-reset: item;
	margin-bottom: 32px;
}

.content ol li {
	padding-left: 25px;
	position: relative;
	/* margin-bottom: 20px; */
}

.content ol li:before {
	content: counter(item) '. ';
	counter-increment: item;
	color: #976B35;
	position: absolute;
	left: 0px;
	font-weight: bold;
}

.content blockquote {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 28px;
	/* font-weight: 700; */
	line-height: 38px;
	color: #101936;
}

.content blockquote:after {
	content: '';
	background: #976B35;
	width: 100px;
	height: 2px;
	display: block;
	margin-top: 20px;
}

.content blockquote p {
    font:inherit;
    color:inherit;
	margin-bottom: .25em;
}

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

h1.page-title {
	padding-top: 3px;
	margin-bottom: 20px;
}

.default-main.content p {
	padding-right: 3px;
}

.default-main.content ul {
	margin-bottom: 30px;
}

.default-main.content>p>img {
	width: 100%;
	margin: 15px 0px 24px;
}

body.page-id-135 .default-main.content>p>img {
	width: calc(100% + 12px);
	max-width: 110%;
}

.content blockquote {
	margin: 30px 0px 45px;
}

/* Styleguide Page */

.inner-hero-subtitle p strong:after {
	content: '';
	width: 5px;
	height: 5px;
	background: #EDD29A;
	display: block;
	border-radius: 5px;
	margin: 0 12px 0 12px;
}

.inner-hero-subtitle strong {
	display: flex;
	align-items: center;
}

.inner-hero-subtitle p strong:last-child:after {
	display: none;
}

.default-page-container {
	max-width: 1366px;
	margin: 0 auto;
}

#attorneys-list-page .default-page-container {
	max-width:1366px;
}

.default-sidebar {
	width: 360px;
}

.default-page-container.has-sidebar .default-main {
	width: 889px;
	order: 2;
}

#default-page {
	background: linear-gradient(to bottom, #F2EEE4, #FFFFFF 5%);
}

.default-page-container.has-sidebar {	
	display: flex;
	justify-content: space-between;
	padding: 104px 0 85px;
}

/* Responsive Global Styles
   --------------------------------------------------------------------------------------- */

.desktop-only {
	display: block !important;
}

.laptop-only {
	display: none !important;
}

.laptop-only-1200 {
	display: none !important;
}

.tablet-only {
	display: none !important;
}

.mobile-only {
	display: none !important;
}

.tablet-mobile-only {
	display: none !important;
}

.desktop-mobile-only {
	display: block !important;
}

.internal-only {
	display: none !important;
}

body:not(.home) .internal-only {
	display: block !important;
}

@media (max-width: 1600px) {
	.laptop-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
}

@media (max-width: 1300px) {
	.desktop-only {
		display: none !important;
	}
	.laptop-only {
		display: none !important;
	}
	.laptop-only-1200 {
		display: block !important;
	}
	.tablet-only {
		display: none !important;
	}
	.mobile-only {
		display: none !important;
	}
	.desktop-mobile-only {
		display: none !important;
	}
	.tablet-mobile-only {
		display: block !important;
	}
}

@media (max-width: 1180px) {
	.tablet-only {
		display: block !important;
	}
	.laptop-only-1200 {
		display: none!important;
	}
	.tablet-mobile-hide {
		display: none!important;
	}
}

.visible-mobile {
	display: none;
}

@media (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
	.laptop-only {
		display: none !important;
	}
	.tablet-only {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
	.desktop-tablet-only {
		display: none !important;
	}
	.desktop-mobile-only {
		display: block !important;
	}
	.tablet-mobile-only {
		display: block !important;
	}
	.visible-mobile {
		display: block;
	}
}

img {
	vertical-align: middle;
	max-width: 100%;
}

/* Header */
header.site-header {
	position: absolute;
	width: 100%;
	top: 15px;
	left: 0;
	z-index: 99;
}


html.menu-active img.main-logo {
	opacity: 1;
	visibility: visible;
}

html.menu-active img.light-logo {
	opacity: 1;
	visibility: visible;
	top: -10px;
	max-width: 167px;
	left: -5px;
}

.header-container {
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	padding: 0 30px 0px 80px;
	align-items: center;
}


.sticky .header-container{
	flex-wrap: wrap;
}

.page-template-template-home header.site-header.sticky .header-container,
body.no-hero .header-container {
	padding: 0 30px 0px 30px;
}

ul#main-menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 980px;
	margin-bottom: -1px;
}

ul#main-menu>li>ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 256px;
	background: #053E2D;
	top: 100%;
	margin-top: -2px;
	left: 0;
	padding: 15px 0px 15px 30px;
}

ul#main-menu>li {
	/* margin: 0 38px 0 0; */
	padding: 20px 0 15px;
	position: relative;
}

ul#main-menu>li>a {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-primary);
}

ul#main-menu>li.menu-item-has-children>a {
	padding-right: .75em;
	position: relative;
	justify-content: flex-start;
}

/* header.site-header.not-sticky ul#main-menu>li.menu-item-has-children>a{
	height: 12px;
} */

ul.sub-menu{
	padding-left: .75em;
}

ul#main-menu>li.menu-item-has-children>a:after{
	content: ' \25BE';
	width: 12px;
	height: 12px;
	padding-left: 8px;
	padding-bottom: 15px;
	color: #fff;
}

ul#main-menu>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

ul#main-menu>li>ul li a {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 23px;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	display: table;
}

ul#main-menu>li>ul li a:hover {
	color: #EDD29A;
}

ul#main-menu>li>ul li a:hover{
	border-color: #EDD29A;
}

ul#main-menu>li>a:hover{
	color: #EDD29A;
}

ul#main-menu>li>ul li {
	padding: 10px 0px 10px;
}

.mobile-hamburger {
	display: none;
}

.site-logo {
	margin-top: 1em;
	margin-bottom: .5em;
	margin-right: 2em;
	width: 21%;
}

header.site-header.sticky .site-logo img.main-logo{
		margin: 1em 3em 1.2em;
		width: 22%;
}

.header-right {
	display: flex;
	justify-content: space-between;
	flex: 1 1;
	max-width: 1300px;
	align-items: center;
}

.site-header:not(.sticky) .header-cta label {
	margin-bottom: -.3125em;
}

.header-cta {
	display: block;
	flex: 0 0 auto;
}

@media (max-width: 1180px) {
	.header-cta {

		padding-right: 30px;
	}
	.sticky .header-cta{
		padding-right: 30px;
	}
	.sticky .site-logo{
/* 		padding-left: 37px; */
	}
}

.header-cta a {
	display: block;
	font-family: var(--font-secondary);
	font-weight: regular;
	font-size: 39px;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	margin-bottom: .125em;
}

.header-cta label {
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-align: center;
	color: #141414;
	text-transform: uppercase;
	background: #EDD29A;
	padding: .25em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 0px;
}

.main-menu-wrap {
	flex: 1 1;
	margin-top: 5px;
}

.menu-main-menu-container {
	border-bottom: 1px solid rgb(255 255 255 / 70%);
}

.menu-main-menu-container {
	border-bottom: 1px solid rgb(255 255 255 / 70%);
}

/* ul#main-menu>li.menu-item-has-children>a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .45em .25em 0 .25em;
	border-color: currentColor #0000 #0000 #0000;
	content: '';
	margin-left: .375em;
} */


ul#main-menu>li>ul>li>ul.sub-menu{
	display: none;
}

/* ul#main-menu>li>ul>li:hover>ul.sub-menu{
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 300px;
	background-color: #FFF;
} */

ul#main-menu>li>ul>li.menu-item-has-children>a:after{
	content: ' \25BE';
	width: 12px;
	height: 12px;
	padding-left: 2px;
	padding-bottom: 15px;
	color: #fff;
}

ul#main-menu>li:after {
	opacity: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #976B35;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .35s ease;
}

/* ul#main-menu>li.current-menu-item {
	color: #EDD29A;
} */

/* ul#main-menu>li.current-menu-item:after, */
ul#main-menu>li:hover:after {
	opacity: 1;
}

/* Header Dark */

header.site-header.sticky,
body.no-hero header.site-header {
	position: sticky;
	top: 0;
	left: 0;
	background: #053E2D;
}

header.site-header.sticky {
	position: fixed;
}

@media (min-width: 768px) {
	.small-logo {
		display: none;
	}
}


header.site-header.sticky .site-logo,
body.no-hero .site-logo {
	margin-bottom: 0;
}

header.site-header.sticky img.light-logo,
body.no-hero img.light-logo {
	position: static;
	opacity: 1;
	visibility: visible;
	width: 205px;
	padding-top: 11px;
}

header.site-header.sticky .menu-main-menu-container,
body.no-hero .menu-main-menu-container {
	border: 0;
}


/* Site Footer */

footer#contact {
	background: #053e2d;
	color: #fff;
}

.footer-container {
	width: calc(100% - 120px);
	max-width: 1504px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 135px 0 100px;
}

.footer-copyrights-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 63px 0 45px;
}

.footer-coprights-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid rgb(255 255 255 / 14%);
	padding: 25px 10px 45px;
}

.footer-coprights-content {
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 5px;
}

.footer-coprights-content p,
.footer-coprights-content ul,
.footer-coprights-content li {
	display: inline;
}

.footer-coprights-content li:before {
	content: " | ";
	margin: 0 .25em;
	display: inline;
}

.footer-coprights-content a {
	color: #fff;
}


.contact-heading {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size:  55px;
	text-align: center;
	color: #fff;
}

.footer-logo a {
	display: table;
	margin: 0 auto 0;
}

.footer-right-column {
	width: 589px;
	max-width: 50%;
}

.footer-offices-grid {
	display: flex;
	justify-content: space-between;
	max-width: 655px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}

.footer-form-wrap {
	width: 665px;
}

.contact-sub-heading {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 24px;
	color: #EDD29A;
	padding: 28px 0 22px;
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}

.contact-sub-heading:before,
.contact-sub-heading:after {
	content: '';
	width: 425px;
	height: 1px;
	background: rgb(255 255 255 / 14%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.contact-sub-heading:before {
	top: 0;
}

.contact-sub-heading:after {
	bottom: 0;
}


.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	color: #191A1C;
}


div.gform_wrapper {
	margin: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]) {
	height: 57px;
	padding: 0 20px;
	border-radius: 6px;
	width: 100%;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox])::placeholder,
::placeholder {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #002447;
}

textarea#input_1_6 {
	height: 121px;
	padding: 15px 20px;
	border-radius: 5px;
}

div.gform_wrapper label.gfield_label {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px!important;
	text-align: left;
}

footer div.gform_wrapper label.gfield_label {
	color: #fff;
	margin-bottom: 12px;
	padding-left: 5px;
}

div.gform_wrapper .gfield_required {
	color: #EDD29A;
	margin: 0;
}

div.gform_wrapper .gform_fields .gfield {
	padding: 0;
	margin: 0;
}

div.gform_wrapper .gform_fields .field_description_below {
	font-weight: 700;
}
div.gform_wrapper .gform_fields .field_description_below span {
	color: #EDD29A;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin: 0;
}


button.button.gform_button:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

button.button.gform_button {
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	padding: 1em 43px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	background: linear-gradient(180deg, #EDD29A 0%, #B29168 75%);
}

button.button.gform_button span {
	position: relative;
	z-index: 2;
}

button.button.gform_button:hover:hover {
	background: linear-gradient(180deg, #EDD29A 0%, #B29168 100%);
}

.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	background: transparent!important;
	border: none!important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	padding: 0!important;
}

.office-city,
.footer-social-heading {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1.7px;
}

.office-city:after, .footer-social-heading:after {
	height: 1px;
	width: 100px;
	display: block;
	margin: 0 auto;
	content: '';
	background: #EDD29A;
	margin: 23px auto 18px;
}

.office-address {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.office-phone-fax {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 29px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	margin: 10px 0 30px;
	padding: 0 5px;
}

.office-direction {}

.office-phone-fax label {
	color: #EDD29A;
	padding-right: 5px;
	font-size: .875em;
	text-transform:  uppercase;
}

.office-phone-fax a {
	color: #fff;
	font-size: 1.125em;
}

.office-phone-fax>div {
	/* display: flex; */
	/* justify-content: center; */
	margin-top: .5em;
}

.office-direction a {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 24px;
	text-align: center;
	color: #fff;
	width: 132px;
	height: 35px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 30px;
	padding-top: 3px;
}

.footer-social-heading:after {
	height: 1px;
	width: 100px;
	display: block;
	margin: 0 auto;
	content: '';
	background: #EDD29A;
	margin: 20px auto 33px;
	text-align: center;
}

.footer-social-heading {
	text-align: center;
}

.footer-social-links {
	display: flex;
	justify-content: center;
}

.footer-social-links a {
	color: inherit;
	margin: 0 10px;
}

.footer-social-links a:hover {
	color: #B29168;
	margin: 0 10px;
}

.footer-social-links a svg path {
	fill: currentColor!important
}

li#field_1_7 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	margin-top: -0.25em;
}

div.gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

button#gform_submit_button_1 {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	width: 8em;
}

.footer-logo {
	margin-top: 42px;
	margin-bottom: 80px;
}

.footer-logo img {
	width: 260px;
}

.footer-social {
	padding-left: 15px;
}

.footer-coprights-content strong {
	padding: 0 8px;
}

.footer-social-links a:hover svg path {
	fill: #EDD29A;
}

.footer-social-links svg path {
	transition: .35s ease;
}

.office-direction a:hover {
	color: #101936;
	background: #fff;
}

/* Styleguide Page */

.inner-hero-title {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 45px;
	line-height: 55px;
	/* text-align: left; */
	color: white;
	font-weight: 400;
	/* margin-top: 1.5em; */
	margin-bottom: .25em;
}

@media only screen and (max-width: 1919px){
	.inner-hero-title{
		font-size: 40px;
	}
}

.inner-hero-subtitle p {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	display: flex;
	align-items: center;
	color: #EDD29A;
	max-width: 523px;
}

.inner-hero-subtitle p strong:after {
	content: '';
	width: 5px;
	height: 5px;
	background: #EDD29A;
	display: block;
	border-radius: 5px;
	margin: 0px 15px 0 12px;
}

.inner-hero-subtitle strong {
	display: flex;
	align-items: center;
}

.inner-hero-subtitle p strong:last-child:after {
	display: none;
}

.page-hero-content {
	position: relative;
	width: 100%;
	z-index: 2;
}

.inner-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 425px;
	background-size: cover;
	background-position: 50% 40%;
	position: relative;
	padding: 97px 0 30px;
}

.inner-hero  a.hero-btn {
    font-size:16px;
}

.hero-inner-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 40%;
}

.inner-hero img {
	opacity: 0;
	visibility: hidden;
}

div#default-sidebar .widget.gform_widget {
	background: #053E2D;
	color: #FFF;
	padding: 42px 33px 51px 33px;
}

.widget.gform_widget h3.widget-title {
	font-family: var(--font-secondary);
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #EDD29A;
	padding-bottom: .5em;
	margin-bottom: .6em;
}

#default-sidebar label.gfield_label {
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	color: #fff;
	display: block;
	margin-bottom: 6px;
	padding-left: 5px;
}

div#default-sidebar ul>.gfield {
	margin-bottom: 10px;
}

textarea#input_2_6 {
	padding: 10px 20px;
	height: 177px;
	border-radius: 6px;
}

li#field_2_7 {
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	margin-top: -7px;
	padding-left: 0;
}

ul#gform_fields_2 {
	padding-left: 1px;
}

button#gform_submit_button_2 {
	height: 54px;
	width: 141px;
	padding: 0;
	margin: 0 auto;
	display: block;
	margin-top: 12px;
}

button#gform_submit_button_2 span {
	padding: 0;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.default-sidebar .widget:not(.gform_widget) h3.widget-title {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	text-align: left;
	color: #0A4030;
	border-bottom: 4px solid #976B35;
	padding-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div#default-sidebar ul.menu li>a {
	font-weight: normal;
	font-size: 17px;
	line-height: 1.4;
	text-align: left;
	color: #141414;
	padding: 1.5em 0;
	display: block;
	padding-left: 6px;
}

div#default-sidebar .widget.gform_widget {
	margin-bottom: 70px;
}

div#default-sidebar ul.menu li {
	min-height: 70px;
	border-bottom: 1px solid #CDD8D5;
}

div#default-sidebar ul.menu li.menu-item-has-children > a:after {
	content:"+";
	margin-left: .5em;
	color: #EDD29A;
}

div#default-sidebar ul.menu li>ul {
	border-top: 1px solid #CCDAE4;
	padding-left: 2em;
	width: 100%;
	flex: 0 0 auto;
}

div#default-sidebar ul.menu li:not(.open)>ul{
	display: none;
}

div#default-sidebar .current-menu-ancestor ul.sub-menu{
	display: block!important;
}

div#default-sidebar ul.menu li:last-child {
	border: 0;
}

div#default-sidebar ul.menu li>a:hover {
	color: #B29168;
}

div#default-sidebar {}

div#categories-3 {}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu)>ul li>a {
	font-weight: normal;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	color: #101936;
}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu)>ul li {
	min-height: 70px;
	padding: 20px 6px 20px;
	border-bottom: 1px solid #CCDAE4;
}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu)>ul li:last-child {
	border-bottom: 0;
}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu) {
	margin-bottom: 40px;
}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu)>ul li>a:hover {
	color: #976B35;
}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu) h3.widget-title span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #101936 transparent transparent transparent;
	content: '';
	margin-left: 3px;
	position: relative;
	margin-right: 12px;
	top: 0px;
}

/* Blog Page */

.blog .content h1{
	font-size: 50px;
}

.blog-time.news-meta {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 19px;
	color: #976B35;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.blog-time.news-meta a {
	color: inherit;
	text-decoration: underline;
}

.blog-time.news-meta a:hover {
	color: #EDD29A;
}

.blog-time.news-meta strong {
	position: relative;
	margin: 0 5px;
}

h2.blog-title a {
	color: inherit;
	text-decoration: none;
}

h2.blog-title {
	color: #101936;
}

.blog-post h2.blog-title {
	margin: 15px 0 12px;
	font-size: 22px;
	line-height: 32px;
}

.readmore-btn a {
	width: 112px;
	height: 35px;
	border: 1px solid #976B35;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 24px;
	text-align: center;
	color: #976B35;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.readmore-btn a:hover {
	background: linear-gradient(180deg, #EDD29A 0%, #B29168 100%);
	color: #000;
	border: none;
	text-decoration: none;
}

.blog-post {
	padding-bottom: 53px;
	border-bottom: 1px solid #CDD8D5;
	margin-bottom: 62px;
}

.blog-post:last-child {
	border: 0;
	margin-bottom: 0;
}

.default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu) h3.widget-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	padding-top: 5px;
}

.number-pagination {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 19px;
	text-align: center;
	color: #04366c;
	position: relative;
}

.number-pagination a {
	color: #101936;
	text-decoration: none;
}

span.page-numbers.current {
	color: #976B35;
}

.number-pagination a:hover {
	color: #976B35;
}

.number-pagination>* {
	margin: 0 2px;
	text-transform: uppercase;
}

.pagination-nav {
	border-top: 4px solid #ECEEEF;
	padding-top: 15px;
}

.number-pagination a.next.page-numbers {
	position: absolute;
	right: 0;
	margin: 0;
	top: 0;
}

.number-pagination a.prev.page-numbers {
	left: 0;
	position: absolute;
	top: 0;
}

.pagination-nav i:before {
	font-size: 10px;
	color: #101936;
	transition: .35s ease;
}

.pagination-nav a:hover i:before {
	color: #976B35;
}

.blog-posts {
	margin-top: -7px;
}

.blog-excerpt-archive p:last-child {
	margin-bottom: 18px;
	font-size: 18px;
}

.number-pagination a.next.page-numbers i {
	margin-left: 3px;
}

.number-pagination a.prev.page-numbers i {
	margin-right: 3px;
}

.widget.widget_recent_entries>ul {
	margin-top: 1px;
}

div#default-sidebar .widget:not(.gform_widget):not(.widget_nav_menu).widget_recent_entries>ul li {
	padding: 25px 6px 15px;
}

h1.page-title+.blog-time.news-meta {
	margin-bottom: 20px;
}

/* About Page */

h1.page-title-centered {
	text-align: center;
	margin-top: 95px;
	margin-bottom: 75px;
	padding: 0 25px;
}

div.about-blockquote blockquote {
	margin: 16px auto 16px;
	text-align: center;
	max-width: 30em;
	color: #101936;
}


.about-blockquote blockquote:after {
	margin: 0 auto;
	margin-top: 25px;
}

.about-blockquote {
	margin-bottom: 85px;
	color:#0A4030;
}

.about-page-grid {
	display: flex;
	justify-content: space-between;
}

.about-content-left {
	width: 612px;
	max-width: 50%;
}

.about-content-right {
	width: 610px;
	max-width: 48%;
}

.about-page-grid {
	margin-bottom: 80px;
}

.about-video-wrapper>a {
	display: block;
	position: relative;
}

.about-video-caption {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #101936;
	width: 100%;
	height: 68px;
}

.about-caption {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 70px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	margin-left: auto;
	padding-right: 83px;
}

.about-caption strong {
	color: #EDD29A;
}

.about-video-caption .video-icon {
	position: absolute;
	bottom: 25px;
	left: 36px;
	background: rgb(255 255 255 / 45%);
	border-radius: 50%;
	padding: 12px;
	height: 109px;
	width: 109px;
}

.about-video-caption .video-icon:before {
	content: "";
	position: absolute;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	background: #101936;
	border-radius: 50%;
	transition: .35s ease-in-out;
}

.about-video-wrapper a:hover .video-icon:before {
	background: #fff;
}

.about-video-wrapper a:hover .video-icon svg path {
	fill: black;
}

.about-video-wrapper {
/* 	margin-bottom: 65px; */
	position: relative;
}

.about-content-right>div:nth-child(2) {
	padding-left: 5px;
}

div#about-page .about-page-grid p {
	margin-bottom: 30px;
}

div#home-awards.about-page .slick-dots {
	padding-left: 10px;
	display: none!important;
}

div#about-page {
	padding-bottom: 50px;
}

/* Video Center */

.videos-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
	padding-top: 70px;
	padding-bottom: 55px;
}

.video-item {
	width: calc(100%/3 - 70px);
	margin: 0 35px 110px;
}

.video-title-full {
	font-family: var(--font-primary);
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #141414;
	margin: 30px 0 0px;
}

.video-title-full:after {
	width: 100px;
	height: 2px;
	background: #EDD29A;
	content: '';
	display: block;
	margin: 22px auto 0;
}

body.error404 .footer-right-column {
	display: none;
}

body.error404 .footer-form-wrap {
	margin: 0 auto;
	width: 915.14px;
}

#page-404 a.default-btn{
	text-decoration: none;
}

#page-404 a.default-btn span{
	background: linear-gradient(180deg, #edd29a 0%, #b29168 75%)
}

#page-404 a.default-btn span:hover{
	background: linear-gradient(180deg, #edd29a 0%, #b29168 100%)
}

.videos-thumb {
	position: relative;
	transition: .35s all;
}

.videos-thumb .video-icon {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 119px;
}

.videos-thumb:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #131313;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .35s ease;
}

.videos-thumb .video-icon span.path1 {
	position: relative;
	z-index: -1;
}

.video-item a:hover .videos-thumb:after {
	opacity: .7;
	visibility: visible;
}

.video-item a:hover .icon-play-button .path2:before {
	color: #fff;
}

.video-item a:hover .icon-play-button .path3:before {
	color: #EDD29A;
}

.video-item .icon-play-button span:before {
	transition: .35s ease;
}

/* Page 404 */

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

div#page-404 p {
	margin: 0;
	font-family: var(--font-primary);
	font-weight: normal;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	color: #101936;
	max-width: 27em;
	margin: 16px auto 45px;
}

div#page-404 h1:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #976B35;
	display: block;
	margin: .25em auto .25em;
}

div#page-404 a.default-btn {
	width: 285px;
	height: 60px;
}

div#page-404 {
	padding: 115px 0 120px;
}

div#page-404 a.default-btn span {
	font-size: 20px;
}

/* Attorneys list page */

.attorneys-grid {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	margin: 0 -26px;
	padding-top: 67px;
	padding-bottom: 50px;
}

.attorney-grid-item {
	width: calc(100%/4 - 53px);
	margin: 0 26px 55px;
	max-width: 300px;
}


.attorney-grid-item a,
.attorney-grid-item a:hover {
	text-decoration:none;
}
.attorney-name {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	text-align: center;
	color: #141414;
	margin-top: 27px;
}

.attorney-designation {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 24px;
	text-align: center;
	color: #976B35;
	text-transform: uppercase;
}

.attorney-grid-image .placeholder {
	position: relative
}

.attorney-grid-image {
	position: relative;
	background: #EDF4F5;
}

.attorney-grid-image:after {
	content: "";
	padding-bottom: 126.666666667%;
	display: block;
}

.attorney-grid-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attorney-grid-image a {
	color: inherit;
}

.attorney-grid-image .placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #001D0B;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .07em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F2F5F4;
}

.attorney-name:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #10193633;
	display: block;
	margin: 15px auto 14px;
}

.view-profile-hover {
	position: absolute;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 24px;
	text-align: center;
	color:#EDD29A;
	text-transform: uppercase;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #053E2D;
}

.attorney-grid-image {
	position: relative;
}

.view-profile-hover span:before,
.view-profile-hover span:after {
	display: block;
	content: '';
	width: 87.89px;
	height: 0px;
	background: transparent;
	border: 1px solid #CDD8D526;
	margin: 25px auto;
}

.view-profile-hover span {
	display: block;
	position: relative;
	position: absolute;
	top: 30%;
	text-align: center;
	width: 100%;
}

.view-profile-hover {
	opacity: 0;
	transition: .35s ease;
}

.attorney-grid-item>a:hover .view-profile-hover:hover {
	opacity: 1;
}

div.attorney-widget>h3 {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	color: #101936;
	letter-spacing: 0;
	text-transform: none;
	border-bottom: 2px solid #976B35;
	margin-bottom: .75em;
	padding-bottom: .31225em;
	margin-top: 40px;
}

div.attorney-widget>ul>li>p{
	margin-bottom: 0;
}

@media (min-width: 1331px) and (max-width: 1600px) {
	div#attorney-page .default-page-container.has-sidebar {
		width: calc(100% - 150px);
		max-width: 1250px;
	}
}

@media (min-width: 1601px) {
	.footer-right-column {
		width: 710px;
	}
	div.attorney-widget>h3 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 1180px) {
	.footer-logo img {
		width: 215px;
	}
	.footer-right-column {
		margin-top: 105px;
	}
	.office-address {
		font-size: 16px;
		line-height: 26px;
		padding: 0 5px;
	}
	.footer-location-item {
		max-width: 295px;
	}
	.footer-logo {
		margin-bottom: 54px;
	}
}

.attorney-sidebar-headshot {
	margin-bottom: 34px;
}

.attorney-content-headshot {
	display: none;
}

.default-sidebar.attorney-sidebar {
	padding-top: 8px;
}

.attorney-widget {
	margin-bottom: 15px;
}

.attorney-widget ul li strong {
	display: block;
	margin-top: 5px;
	font-weight: normal;
	font-size: 18px;
}

.attorney-widget ul li:first-child strong {
	margin-top: 0;
}

#attorney-page .list-item{
	font-weight: bold;
}

.attory-widget ul li p{
	padding-left: 10px;
}

div#attorney-page .attorney-widget p:before{
	content:'\25CF';
	color: #B29168;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 15px;
}

div#attorney-page p, div#attorney-page li{
	font-size: 18px;
	line-height: 35px;
}

div#attorney-page h2 {
	margin-bottom: 16px;
}

div#attorney-page h4{
	font-size: 22px;
	line-height: 32px;
	color:#976B35;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: bold;
}

.attorney-page-content ul{
	margin-bottom: 35px;
}

div#attorney-page h1.page-title {
	margin-bottom: 30px;
	padding-bottom: .25em;
	border-bottom: 4px solid #976B35;
	font-size: 50px;
	color: #001D0B;
}

div#attorney-page ul li:before{
	content:'';
	height: 8px;
	width: 8px;
	background: #976B35;
	border-radius: 5px;
	margin-top: 10px;
	top: 1px;
}

@media(max-width: 1099px){
	
	div#attorney-page ul li:before{
		top: 2px;
	}
}

div#attorney-page ul li ul li:before{
	content:'';
	height: 8px;
	width: 8px;
	background: #B29168;
	border-radius: 5px;
	margin-top: 10px;
}

.job-title{
	margin-bottom: 35px;
	font-family: var(--font-primary);
	text-transform: capitalize;
	font-size:22px;
	font-weight: bold;
	line-height: 32px;
	color:#976B35;
}

/* Single Attorney */

@media all and (min-width: 1400px) and (max-width: 1600px) {
	div#attorney-page .default-main {
		width: 805px;
	}
	div#attorney-page h1.page-title{
		font-size: 45px;
		margin-bottom: 30px;
	}
	.job-title{
		font-weight: normal;
	}

	.content-image-block {
		margin-inline: 70px auto;
	}

}

@media(max-width: 1200px){
	div#attorney-page h1.page-title{
		font-size: 35px;
		margin-bottom: 20px;
	}
	.job-title{
		font-weight: normal;
		font-size: 20px;
	}
	div#attorney-page p, div#attorney-page li{
		font-size: 17px;
	}
	div.attorney-widget>h3{
		line-height: 55px;
		margin-bottom: .9em;
	}
}

@media(max-width: 768px){
	ul#main-menu>li.current-menu-item>a:after{
		display: none;
	}
	div#attorney-page h4{
		font-size: 18px;
	}
	div.attorney-widget>h3{
		font-size: 26px;
	}
}

@media(max-width: 360px){
	div#attorney-page h1.page-title{
		font-size: 30px;
	}
}

@media all and (min-width: 1601px) {
	div#attorney-page .default-main {
		width: 891px;
	}



.content-image-block {
	margin-inline: 100px auto;
} 
}

/* Practice Areas Grid */
.practice-area-grid-item h3 {
	font-size: 16px;
	border-bottom: 4px solid #976B35;
	letter-spacing: .08em;
	padding-bottom: 8px;
	color: #001D0B;
}

.practice-area-grid-item ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px;
	position: relative;
}

.practice-area-grid-item ul li:before {
	display: none;
}

.practice-area-grid-item ul li {
	padding: 0;
	border-bottom: 1px solid #CDD8D5;
	margin: 0 57px;
	width: calc(100%/4 - 114px);
	min-height: 70px;
	display: flex;
	align-items: center;
	padding: 20px 7px;
}

.practice-areas-grid {
	padding: 51px 0;
}

.practice-area-grid-item {
	margin-bottom: 60px;
}

.practice-area-grid-item ul li a {
	color: inherit;
	text-decoration: none;
}

.practice-area-grid-item ul li a:hover {
	color: #976B35;
	text-decoration: none;
}

.practice-area-grid-item ul:after {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #fff;
	padding-bottom: 0;
}

.practice-area-grid-item ul {
	padding-bottom: 0!important;
}

/* Case Results */
.case-results-list {
	max-width: 1144px;
	margin: 0 auto;
}

.case-result-item {
	border-bottom: 1px solid #CDD8D5;
	padding-bottom: 60px;
	margin-bottom: 110px;
	display: flex;
	justify-content: space-between;
	min-height: 240px;
}

.case-results-list {
	padding-top: 97px;
	padding-bottom: 50px;
}

.case-result-right {
	width: 750px;
}

.cs-worth {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	color: #0A4030;
	font-weight: 700;
}

.cs-worth:after {
	content: '';
	width: 134px;
	height: 3px;
	background: #CDD8D5;
	margin: .25em auto 16px;
	display: block;
}

.cs-verdict {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	text-align: center;
	color: #976B35;
	text-transform: uppercase;
	font-weight: bold;
}

.cs-categories {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #001D0B;
}

.cs-categories strong:after {
	content: '|';
	color: #976B35;
	margin: 0 0.5em;
}

.cs-categories strong:last-child:after {
	display: none;
}

.cs-content {
	margin-top: 15px;
}

.case-result-left {
	padding-left: 0;
	text-align: center;
	width: 100%;
	max-width: 272px;
}

.case-result-item:last-child {
	margin-bottom: 0;
	border: 0;
}

/* Testimonials */

.testimonials-list {
	max-width: 843.14px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

.testimonials-item-content p {
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 28px;
	line-height: 46px;
	text-align: center;
	font-weight: normal;
	color: #001D0B;
}

.tst-author {
	font-size: 15px;
	color: #001D0B;
	font-weight: bold;
}

.testimonials-item-content:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #976B35;
	display: block;
	margin: 35px auto 20px;
}

.testimonials-item-content {
	margin-top: 28px;
	padding: 0 10px;
}

.testimonial-item {
	border-bottom: 1px solid #ECEEEF;
	padding-bottom: 98px;
	margin-bottom: 75px;
}

.testimonial-item:last-child {
	border: 0;
	margin-bottom: 5px;
}

/* Contact */

div#contact-page+#contact .footer-right-column {
	display: none;
}

div#contact-page+#contact .footer-container {
	justify-content: center;
}

@media (min-width: 1301px) {
	div#contact-page+#contact .footer-form-wrap {
		width: 925px;
	}
	div.testimonials-item-content p_wrapper label.gfield_label{
		font-size: 18px;
	}
	button#gform_submit_button_1{
		width: 7em;
	}
	button.button.gform_button{
		padding: .75em 25px;
	}
	.office-address{
		padding: 0;
		padding-bottom: 10px;
	}
	.office-phone-fax a{
		font-size: 30px;
	}
	.office-direction a{
		width: 150px;
		font-weight: bold;
	}
	.footer-offices-grid{
		justify-content: space-around;
	}
	.footer-coprights-container{
		padding: 25px 0;
	}
}

div#contact-page .office-address {
	color: #001D0B;
	padding: 0 1px;
}

div#contact-page .office-phone-fax a {
	color: #101936;
	font-size: 26px;
}

div#contact-page .office-phone-fax label {
	color: #976B35;
}

div#contact-page .footer-location-item {
	color: #101936;
}

div#contact-page .office-phone-fax>div {
	display: flex;
	justify-content: center;
	color: #101936;
	font-size: 26px;
}

div#contact-page .contact-page-grid {
	display: flex;
	justify-content: space-between;
	max-width: 925px;
	margin: 0 auto;
	padding-top: 60px;
	transform: translateX(-50px);
	padding-bottom: 72px;
}

div#contact-page .footer-offices-grid {
	width: 569px;
	max-width: 100%;
}

div#contact-page .office-city:after, #contact-page .footer-social-heading:after {
	margin-top: 16px;
	background: #976B35;
}

#contact-page .footer-social-heading, #contact-page .office-city, #contact-page .office-city a{
	color: #001D0B;
}

div#contact-page .office-direction a {
	color: #001D0B;
	border-color: #001D0B;
}

div#contact-page .office-direction a:hover {
	background: #001D0B;
	color: #fff;
}

h3.widget-title.active span {
	transform: rotate(-180deg);
}

h3.widget-title span {
	transition: .35s ease;
}

.default-page-container.contact-page .footer-social-links svg path {
	fill: #101936;
}

.default-page-container.contact-page .footer-social-links a:hover svg path {
	fill: #EDD29A;
}

.footer-location-item {
	max-width: 230px;
}

/* Responsiveness */

@media all and (max-width: 1600px) {
	.header-right {
		max-width: 1030px;
	}
}

@media all and (max-width: 1600px) {
	.site-logo img.main-logo {
		max-width: 150px;
	}
	.header-cta a {
		text-align: center;
		font-size: 34px;
	}
	label.phone-label {
		font-size: 10px;
		padding-left: .5em;
		padding-right: .5em;
	}
	ul#main-menu>li {
		padding: 20px 0 17px;
	}
	.header-container {
		padding: 0px 27px 0 52px;
	}
	.footer-container {
		display: block;
		padding-top: 136px;
		padding-bottom: 72px;
	}
	.footer-form-wrap {
		width: 915px;
		margin: 0 auto;
	}
	.footer-right-column {
		margin: 0 auto;
		margin-top: 80px;
		max-width: 685px;
		width: 100%;
	}
	
	.footer-offices-grid {
		max-width: 835px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer-social {
		padding-left: 10px;
	}
	.footer-coprights-content strong {
		padding: 0 9px;
	}
	.footer-copyrights-wrapper {
		padding: 0 47px 0 48px;
	}
	/* Styleguide */
	.page-hero-content .default-page-container,
	.default-page-container.has-sidebar {
		width: calc(100% - 171px);
		max-width: 1230px;
	}
	.default-page-container.has-sidebar .default-main {
		width: 783px;
		max-width: calc(100% - 400px);
	}
	.default-page-container.has-sidebar {
		padding-top: 92px;
	}
	.content h1 {
		/* font-size: 55px; */
		/* line-height: 65px; */
	}
	h1.page-title {
		padding: 0;
		margin-bottom: 38px;
		font-size: 45px;
		line-height: 55px;
	}
	div#attorney-page h1.page-title {
		padding-bottom: .375em;
	}
	.inner-hero-title {
		margin-top: 1em;
		font-size: 40px;
		line-height: 50px;
	}
	.inner-hero-subtitle p {
		font-size: 18px;
		line-height: 25px;
		margin-top: 5px;
	}
	.inner-hero-subtitle p strong:after {
		margin: 0 13px 0 10px;
	}
	.default-page-container {
		max-width: calc(100% - 170px);
	}
	.about-content-left {
		width: 550px;
	}
	.about-content-right {
		width: 550px;
	}
	#practices-area-page h1.page-title-centered, #testimonials-page h1.page-title-centered{
		font-size: 45px;
		margin-top: 85px;
		margin-bottom: 55px;
	}
	#testimonials-page .testimonials-item-content p{
		font-size: 24px;
		line-height: 42px;
	}
}

@media (min-width: 1200px) and (max-width: 1330px){
	.default-page-container {
		margin: 0 120px;
	}
}

@media (max-width: 1330px) {
	
	.content h1 {
		 font-size: 40px;
		 line-height: 50px;
	}
	.site-logo img.main-logo {
		max-width: 215px;
	}
	ul#main-menu>li>a {
		font-size: 12px;
		padding: 0 2px;
	}
	ul#main-menu>li {
		padding: 18px 0 18px;
	}
	.header-cta a {
		font-size: 34px;
	}
	label.phone-label {
		 font-size: 10px;
    	letter-spacing: 0.12em;
   		 font-weight: 700;
	}
	.header-container {
		padding: 0px 15px 0 20px;
	}
	.sticky .header-container {
		padding: 0px 20px 0px 20px;
	}
	.main-menu-wrap {
		margin-right: 0;
	}
	ul#main-menu>li.menu-item-has-children>a:after {
	}
	.footer-coprights-content strong {
		padding: 0px 9px;
	}
	.footer-copyrights-wrapper {
		padding: 0 27px;
	}
	.default-page-container.has-sidebar {
		display: block;
		padding-top: 90px;
	}
	.default-page-container.has-sidebar .default-main {
		width: 100%;
		padding-right: 18px;
		max-width: 100%;
	}
	div#default-sidebar .widget.gform_widget {
		display: none;
	}
	div#default-sidebar {
		width: 100%;
		margin-top: 70px;
		padding-right: 18px;
	}
	.inner-hero {
		min-height: 376px;
		padding-bottom: 70px;
	}
	.inner-hero-title {
		margin-top: 0.75em;
		margin-bottom: .625em;
		font-size: 35px;
	}
	.inner-hero a.hero-btn {
		height: 48px;
		width: 240px;
	}
	.inner-hero a.hero-btn span {
		font-size: 14px;
	}
	.inner-hero-subtitle strong {
		display: flex;
	}
	.inner-hero-subtitle p strong:after {
		display: none;
	}
	.inner-hero-subtitle p strong:before {
		content: '';
		width: 5px;
		height: 5px;
		background: #EDD29A;
		display: block;
		border-radius: 5px;
		margin: 0px 7px 0 0px;
	}

	.inner-hero-subtitle p {
		flex-wrap: wrap;
		font-size: 18px;
		line-height: 25px;
	}
	.attorney-content-headshot {
		display: block;
		text-align: center;
		margin-bottom: 65px;
	}
	.attorney-content-headshot img {
		max-width: 360px;
	}
	.attorney-sidebar-headshot {
		display: none;
	}
	.default-sidebar.attorney-sidebar {
		padding-top: 20px;
		width: 100%;
	}
	.about-content-left {
		width: 100%;
		max-width: 100%;
	}
	.about-content-right {
		width: 550px;
	}
	.about-page-grid {
		display: block;
		max-width: 900px;
		width: calc(100% - 110px);
		margin: 0 auto;
	}
	.about-content-right {
		width: 100%;
		max-width: 100%;
	}
	.about-video-wrapper {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
	}
	.about-blockquote blockquote {
		max-width: 800px;
	}
	.attorney-grid-item {
		width: calc(100%/3 - 53px);
	}
	.practice-area-grid-item ul li {
		width: calc(100%/3 - 100px);
		margin: 0 50px;
	}
	div.practice-area-grid-item ul {
		margin: 0 -50px;
	}
	h1.page-title-centered {
		font-size:  50px;
		margin-top: 90px;
	}
	.case-result-item {
		display: block;
	}
	.case-result-right {
		transform: none;
		margin: 0 auto;
	}
	.case-result-left {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.cs-categories {
		text-align: center;
		font-size: 20px;
		line-height: 28px;
	}
	.cs-content {
		text-align: center;
	}
	.case-result-item {
		padding-bottom: 40px;
		margin-bottom: 80px;
	}
	.videos-thumb .video-icon {
		font-size: 80px;
	}
	#testimonials-page .testimonials-list{
		padding: 10px 0;
	}
	#practices-area-page h1.page-title-centered, #testimonials-page h1.page-title-centered{
		font-size: 40px;
		margin-top: 85px;
		margin-bottom: 55px;
	}
}

@media all and (max-width: 1600px){
	#about-page .about-blockquote p{
		font-size: 25px;
	}
	#about-page h1.page-title-centered{
		font-size: 44px;
	}
	#attorneys-list-page h1.page-title-centered{
		font-size: 40px;
		text-align: center;
		margin-top: 85px;
		margin-bottom: 55px;
	}
	#attorneys-list-page .attorney-grid-item {
		width:calc(100%/4 - 53px);
	}
	#attorneys-list-page .attorney-grid-image .placeholder{
		font-size: 12px;
	}
	#attorneys-list-page .attorney-name{
		font-size: 26px;
	}
	#attorneys-list-page .attorney-designation{
		font-size: 13px;
	}
}

@media all and (max-width: 1300px) {
	.header-right {
		max-width: 910px;
	}
	.footer-container{
		padding-top: 80px;
	}
	button#gform_submit_button_1{
		width: 7em;
		margin-top: 5px;
	}
	button.button.gform_button{
		padding: .75em 43px;
		font-size: 18px;
	}
	
	div#about-page .about-page-grid p {
		margin-bottom: 60px;
	}
	div#about-page ul{
		margin-bottom: 60px;
	}
	
}

@media all and (max-width: 1180px) {
	.hero-inner-bg{
		height: calc(100% - 85px);
		top: 85px;
	}
	.main-menu-wrap {
		opacity: 0;
		margin: 0;
		visibility: visible;
		position: fixed;
		top: 85px;
		left: 0;
		width: 100%;
		height: calc(100% - 85px);
		background: #fff;
		overflow: auto;
		transition: .35s ease;
		max-height: 0;
		z-index: 1;
	}
	.mobile-hamburger {
		width: 85px;
		height: 85px;
		color: #FFF;
		background: linear-gradient(180deg, #edd298 0%, #B29168 100%);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		top: 0;
		right: 0;
	}
	header.site-header {
		top: 0;
		padding-top: 0;
		height: 85px;
		position: fixed;
	}
	
	body.no-hero header.site-header {
		background: #053E2D;
	}
	body.no-hero header.site-header {
		position: sticky;
	}
	header.site-header.sticky {
		position: fixed;
	}
	.header-phone-wrap {
		padding-right: 75px;
		padding-top: 0;
	}
	div.hamburger {
		opacity: 1;
		padding: 0;
	}
	.hamburger-box {
		width: 42.5px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 100%;
	}
	.mobile-hamburger span {
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 0.2em;
		line-height: 21px;
		text-align: center;
		text-transform: uppercase;
		position: relative;
		color: #000;
		top: 5px;
	}
	.header-cta a {
		margin-top: 0px;
		margin-bottom: 3px;
	}
	.header-container {
/* 		padding: 0 33px 0 37px; */
/* 		background: #053E2D; */
	}
	.site-logo {
		padding-top: 0;
		transform: translateY(0px);
	}
	html.menu-active .main-menu-wrap {
		opacity: 1;
		visibility: visible;
		display: block;
		max-height: 100%;
	}
	html.menu-active {
		overflow: hidden;
	}
	ul#main-menu {
		display: block;
		padding: 25px 60px;
	}
	ul#main-menu>li>a {
		color: #001D0B;
		position: relative;
		font-size: 15px;
	}
	ul#main-menu>li>a:hover{
		color: #976B35;
	}
	
	.menu-main-menu-container {
		padding: 0;
	}
	ul#main-menu>li {
		margin: 0;
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 7px;
	}
	ul#main-menu>li:after {
		bottom: 3px;
	}
	ul#main-menu>li>ul {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 110vw;
		margin-left: -60px;
		padding: 10px 60px;
		margin-top: 20px;
		margin-bottom: -10px;
		display: none;
	}
	ul#main-menu>li.active>ul {
		display: block;
	}
	ul#main-menu>li.menu-item-has-children:after {
		display: none;
	}
	ul#main-menu > li > ul ul {
		padding-top: 10px;
	}
	ul#main-menu>li>ul>li.active>ul.sub-menu {
		display: block;
		top: 0;
		left: 0;
		width: 100%;
	}
	.default-page-container {
		max-width: calc(100% - 125px);
	}
	.about-page-grid {
		width: 100%;
	}
	h1.page-title-centered {
		padding: 0;
		margin-top: 60px;
		margin-bottom: 45px;
	}
	.about-blockquote blockquote {
		margin-top: 40px;
	}
	.case-results-list {
		padding-top: 60px;
	}
	.cs-worth {
		font-size: 50px;
	}
	.cs-verdict {
		font-size: 14px;
	}
	.cs-categories {
		font-size: 16px;
	}
	.cs-categories strong:after {
		margin: 0px 6px 0 8px;
	}
	.case-result-right {
		max-width: 100%;
	}
	ul#main-menu>li.menu-item-has-children>a:after {
	}
	div#contact-page .contact-page-grid {
		display: block;
		padding: 30px;
	}
	.about-blockquote {
		margin-bottom: 50px;
	}
	#testimonials-page .testimonials-list{
		padding: 10px 0;
	}
	div#contact-page .contact-page-grid{
		transform: none;
	}
	.sticky .header-container {
		padding: 0;
	}
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

@media all and (max-width: 1180px) {
	.footer-form-wrap {
		max-width: 100%;
	}
	.footer-container {
		padding-top: 84px;
		width: calc(100% - 100px);
		padding-bottom: 44px;
	}
	.footer-offices-grid {
		margin-bottom: 0;
		max-width: none;
	}
	.contact-sub-heading {
		padding: 26px 0 24px;
		margin-bottom: 45px;
	}
	
	.footer-coprights-container {
		padding-top: 26px;
		padding-bottom: 28px;
	}
	.footer-coprights-content {
		padding: 0 23px;
	}
	.branding-logo {
		margin-top: 20px;
	}
	.inner-hero {
		min-height: 285px;
	}
	.default-page-container.has-sidebar {
		width: calc(100% - 100px);
		padding-top: 50px;
	}
	.content h1 {
		font-size: 40px;
		line-height: 50px;
	}
	h1.page-title {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 50px;
	}
	.default-page-container.has-sidebar .default-main {
		padding-right: 0;
	}
    
	.attorney-content-headshot {
		display: block;
		text-align: center;
		margin-bottom: 65px;
	}
	.attorney-content-headshot img {
		max-width: 295px;
	}
	.attorney-sidebar-headshot {
		display: none;
	}
	.default-sidebar.attorney-sidebar {
		padding-top: 20px;
		width: 100%;
	}
    
	.testimonial-item {
		padding-bottom: 60px;
		margin-bottom: 75px;
	}
	div#home-awards.about-page {
		padding-top: 100px;
	}
}

@media all and (max-width: 1180px) {
	.attorney-grid-item {
		width: calc(100%/2 - 53px);
	}
	.attorneys-grid {
		justify-content: center;
	}
    
	.practice-area-grid-item ul li {
		width: calc(100%/2 - 100px);
	}
	.video-item {
		width: calc(100%/2 - 70px);
	}
	.footer-coprights-container {
		display: block;
		text-align: center;
	}
}

@media all and (max-width: 1180px) {
	.header-right {
		flex: 0 0 auto;
		height: 85px;
		align-items: center;
	}
	html.menu-active header.site-header,
	.sticky.site-header {
		background: #053e2d;
	}
}

@media all and (max-width: 1180px) {
	.contact-heading {
		font-size:  45px;
		line-height: 50px;
	}
	h1.page-title-centered {
		font-size: 48px;
	}
}

@media all and (max-width: 767px) {
	.hero-inner-bg{
		height: calc(100% - 75px);
		top: 75px;
	}
	div#contact-page .contact-page-grid {
		padding: 20px;
	}
	#practices-area-page .practice-areas-grid{
		padding: 20px 0;
	}
	ul#main-menu>li.menu-item-has-children>a:after{
		content: ' \25BE';
		height: 12px;
		padding-left: 5px;
		padding-bottom: 15px;
		color: #141414;
	}
	img.main-logo {
		display: none;
	}
	.header-right {
		height: 75px;
	}
	.mobile-hamburger {
		height: 75px;
		width: 75px;
	}
	header.site-header {
		background: #053E2D;
		height: 75px;
	}
	.header-cta a {
		font-size: 18px;
		line-height: 1;
		margin: 0;
	}
	label.phone-label {
		font-size: 9px;
		padding-left: 1em;
		padding-right: 1em;
		margin-top: 9px;
		color: #101936;
	}
	label.phone-label {
		display: none;
	}
	label.phone-label.mobile-only {
		display: flex!important;
	}
	.header-phone-wrap {
		padding: 0;
		width: 100%;
		display: flex;
	}
	.header-right {
		width: calc(100% - 60px);
		height: 75px;
	}
	.page-template-template-home header.site-header.sticky .header-container,
	body.no-hero .header-container,
	.header-container {
		padding: 0;
		align-items: center;
	}
	.hamburger-box {
		width: 36px;
	}
	.mobile-hamburger span {
		font-size: 10px;
		line-height: 1;
		text-align: center;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		height: 2px;
	}
	.footer-container {
		padding-top: 73px;
		width: calc(100% - 60px);
		padding-bottom: 40px;
	}
	.contact-sub-heading {
		position: relative;
		margin-top: 21px;
		padding: 14px 0;
		margin-bottom: 40px;
		font-size: 13px;
	}
	.contact-sub-heading:before,
	.contact-sub-heading:after {
		width: 100%;
	}
	footer .gform_fields>.gfield {
		width: 100%;
		margin-bottom: 10px;
	}
	footer#contact div.gform_wrapper {
		padding-left: 6px;
	}
	footer div.gform_wrapper label.gfield_label {
		margin-bottom: 10px;
	}
	body div.gform_wrapper .top_label div.ginput_container{
		margin-bottom: 5px;
	}

	textarea#input_1_6 {
		height: 150px;
	}
	footer .gform_fields>.gfield#field_1_7 {
		font-size: 14px;
		margin-top: -7px;
	}
	button#gform_submit_button_1 {
		font-size: 18px;
		margin-top: 30px;
	}
	.footer-right-column {
		width: 100%;
		margin-top: 60px;
	}
	.footer-logo {
		margin: 0;
		transform: none;
		margin-bottom: 51px;
		display: block;
	}
	.footer-location-item {
		width: 100%;
		margin: 0 auto 56px;
	}
	.office-phone-fax a, .office-phone-fax span{
		font-size: 22px;
	}
	.footer-offices-grid {
		display: block;
	}
	.footer-social {
		padding: 0px;
		margin-top: -12px;
	}
	.footer-copyrights-wrapper {
		padding: 0 20px;
	}
	.footer-coprights-content {
		font-size: 11px;
		padding: 0;
	}
	.office-address{
		font-size: 17px;
	}	
	.branding-logo {
		margin-top: 18px;
	}
	body.home img.light-logo {
		display: none;
	}
	ul#main-menu {
		padding: 25px 25px;
	}
    
	.default-page-container.has-sidebar {
		width: calc(100% - 50px);
		padding-top: 55px;
		padding-bottom: 30px;
	}
	h1.page-title {
		font-size: 35px;
		margin-bottom: 34px;
		text-align: center;
	}
	.default-main.content p+ul {
		margin-top: -5px;
	}
	.content ul li {
		padding-left: 30px;
	}
	.content ol li {
		padding-left: 30px;
	}
    
	h1.page-title-centered {
		margin-top: 50px;
	}
	.default-page-container.content {
		max-width: calc(100% - 50px);
	}
    
	.attorney-grid-item {
		width: 100%;
		margin-bottom: 60px;
	}
	.attorneys-grid {
		padding-top: 40px;
	}
	.default-page-container {
		max-width: calc(100% - 50px);
	}
    
	.attorney-content-headshot {
		margin-bottom: 40px;
	}
	.practice-area-grid-item ul li {
		width: calc(100% - 100px);
		padding-left: 7px;
	}
	.testimonials-list {
		padding-top: 50px;
	}
	.testimonials-item-content p {
		font-size: 20px;
		line-height: 30px;
	}
	.rating-img {
		max-width: 140px;
		margin: 0 auto;
	}
	.content blockquote {
		font-size: 20px;
		line-height: 28px;
	}
	.content blockquote p {
		margin-bottom: 20px;
	}
	.site-logo {
		transform: translateY(0px);
	}
	.site-logo img.small-logo {
		display: block;
		height: 22px;
	}

	.sticky .site-logo img.small-logo {
		height: 36px;
	}

	.site-logo img.main-logo {
		display: none;
	}
	.site-logo img.main-logo {
		height: 54px;
		margin-top: 17px;
	}
	.header-right {
		width: 100%;
		max-width: 230px;
		padding-right: 85px;
		margin-left: 4%;
	}
	.site-logo {
		margin-left: 15px;
	}
	h1.page-title-centered {
		font-size: 36px;
	}
	.content blockquote {
		margin: 30px 0;
	}
    
	.about-video-caption .video-icon {
		height: 80px;
		width: 80px;
		padding: 8px;
		bottom: 45px;
		left: 10px;
	}
	.about-video-caption .video-icon::before {
		content: "";
		position: absolute;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		background: black;
		border-radius: 50%;
		transition: .35s ease-in-out;
	}
	.about-caption {
		padding-right: 10px;
		text-align: right;
		line-height: 1;
		font-size: 13px;
		padding: 20px 10px 20px;
	}
	.about-video-caption {
		height: auto;
	}
	div#home-awards.about-page {
		padding-top: 50px;
	}
	.video-item {
		width: calc(100% - 70px);
		margin: 0 35px 70px;
		max-width: 350px;
	}
	.videos-grid {
		justify-content: center;
		padding-top: 40px;
	}

	#about-page .about-blockquote p{
		font-size: 22px;
	}
	#about-page h1.page-title-centered{
		font-size: 31px;
		margin-top: 50px;
	}
	#about-page .content h2{
		font-size: 21px;
	}
	#about-page .about-video-wrapper{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#about-page .content h3{
		font-size: 17px;
		line-height: 25px;
	}
	#testimonials-page .testimonials-item-content p{
		font-size: 20px;
		line-height: 30px;
	}
	#testimonials-page h1.page-title-centered{
		font-size: 31px;
		margin-top: 80px;
	}
	#testimonials-page .testimonials-list{
		padding: 30px 0;
	}
}

li#field_1_7 span,
li#field_2_7 span {
	color: #EDD29A;
}

#testimonials-slider-home .testimonial-bg-home {
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

#testimonials-slider-home .testimonial-bg-home img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1181px) {
	.home-hero-bg {
		overflow: hidden;
		background-color: #0A4030;
	}
	.home-hero-bg>div {
		opacity: 0;
		transform: scale(1.3);
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
	}
	.hero-headings {
		transform: translateY(-50px);
		opacity: 0;
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
	}
	.content-one-video-wrap a,
	.attorney-grid-image,
	.attorney-sidebar-headshot,
	.about-video-thumb,
	.videos-thumb {
		overflow: hidden;
	}
	.content-one-video-wrap img,
	.attorney-grid-image img,
	.attorney-sidebar-headshot img,
	.about-video-thumb img,
	.videos-thumb img {
		transform: scale(1.3);
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
	}
	.testimonial-bg-home {
		overflow: hidden;
	}
	.testimonial-bg-home img {
		transform: scale(1.3);
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
	}
	.pa-home-image-right {
		overflow: hidden;
	}
	.pa-home-image-right img {
		transform: scale(1.3);
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
	}
	.office-city:after,
	.footer-social-heading:after,
	.contact-sub-heading:before,
	.contact-sub-heading:after,
	.heading-accolades:before,
	.heading-accolades:after,
	.heading-featured:before,
	.heading-featured:after,
	.testimonial-slide-content:after,
	.about-blockquote blockquote:after {
		width: 0 !important;
		transition: width 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
		transition-delay: 500ms;
	}
	/* .home-pa-menu {
		border-top: none !important;
	} */

	.inner-hero {
		overflow: hidden;
		background-color: #0a4030;
	}
	.inner-hero img {
		opacity: 1;
		visibility: visible;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		transform: scale(1.3);
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
		object-fit: cover;
	}
	.inner-hero .default-page-container {
		transform: translateY(-50px);
		opacity: 0;
		transition: transform 1500ms cubic-bezier(0.17, 0.66, 0.34, 0.98), opacity 500ms linear;
		transition-delay: 500ms;
	}
	body.ready .attorney-grid-image img,
	body.ready .attorney-sidebar-headshot img,
	body.ready .about-video-thumb img,
	body.ready .videos-thumb img,
	body.ready .pa-home-image-right img {
		transform: scale(1)
	}
	/* body.ready .about-video-thumb img {
		margin-bottom: 50px;
	} */
	body.ready .inner-hero .default-page-container {
		transform: translateY(0);
		opacity: 1;
	}
	body.ready .home-hero-bg>div {
		opacity: 1;
		transform: scale(1);
		background-position: center;
	}
	body.ready .hero-headings {
		opacity: 1;
		transform: translateY(0);
	}
	body.ready .inner-hero img {
		opacity: 1;
		transform: scale(1);
	}
	#home-content-one .content-one-video-wrap>img {
		transform: none;
	}
	#home-content-one.visible .content-one-video-wrap a>img {
		transform: scale(1);
	}
	#testimonials-slider-home.visible .testimonial-bg-home img {
		transform: scale(1);
	}
	#testimonials-slider-home.visible .testimonial-slide-content:after {
		width: 100px !important;
	}
	#home-practice-areas.visible .pa-home-image-right img {
		transform: scale(1);
	}
	footer#contact.visible .office-city:after,
	footer#contact.visible .footer-social-heading:after,
	body.ready .office-city:after,
	body.ready .footer-social-heading:after,
	body.ready .about-blockquote blockquote::after {
		width: 100px !important;
	}
	footer#contact.visible .contact-sub-heading:before,
	footer#contact.visible .contact-sub-heading:after {
		width: 425px !important;
	}
	.heading-accolades:before,
	.heading-accolades:after,
	.heading-featured:before, .heading-featured:after {
		width: 78px !important;
	}

}

@media (min-width: 360px){
	.home-pa-menu:before {
		content: '';
		height: 4px;
		background: #B29168;
		display: block;
		top: 0;
		position: absolute;
	}
	#home-practice-areas.visible .home-pa-menu:before {
		width: 100% !important;
	}
	.footer-logo img{
		width: 275px;
	}
}

.testimonial-slider-arrow>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-slider-arrow>span::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid currentColor;
	border-right: 0 solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.testimonial-slider-arrow>span.arrow-left::before {
	transform: rotate(-180deg);
	margin-left: -2px;
}

.slick-slide.sp-slide-item {
	min-height: 280px;
	flex-grow: 1;
	flex-basis: 0;
}

.content-one-video-wrap a .video-icon:before {
	content: "";
	width: 95px;
	position: absolute;
	height: 95px;
	background: black;
	border-radius: 50%;
	transition: .35s ease-in-out;
}

.content-one-video-wrap a .video-icon svg {
	z-index: 1;
	margin-left: 5px;
}

.content-one-video-wrap a:hover .video-icon:before {
	background: #B29168;
}

.content-one-video-wrap a:hover .video-icon svg path {
	fill: black;
}

.video-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-icon svg {
	z-index: 1;
	margin-left: 5px;
}

/* Nav open for mobile */

@media (max-width: 1180px) {
	html.menu-active header.site-header .site-logo {
		transform: none;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	html.menu-active header.site-header .header-container {
		height: 100%;
	}
	html.menu-active header.site-header .header-phone-wrap {
		padding-top: 0;
	}
	html.menu-active header.site-header .header-cta a {
		margin-top: 0;
	}
	html.menu-active header.site-header .header-cta {
		padding: 0 30px 0;
	}
	ul#main-menu>li.menu-item-has-children>a:after{
		color: black;
	}
}

@media (max-width: 767px) {
	/* html.menu-active header.site-header .header-container {
          flex-direction: column;
          height: auto;
      } */
	.main-menu-wrap {
		top: 75px;
		height: 100%;
	}
	/* html.menu-active header.site-header .site-logo {
          transform: none;
          height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 75px);
      margin-left: 0;
      margin-right: 75px;
      }
      html.menu-active header.site-header .site-logo a img {
          margin-top: 0;
      } */
	/* html.menu-active header.site-header .header-right {
          max-width: 100%;
          width: 100%;
          background-color: #EDD29A;
          padding-top: 0;
      height: 40px;
      } */
	/* html.menu-active header.site-header .header-cta {
          display: flex;
          flex-direction: row-reverse;
          justify-content: center;
          width: 100%;
          align-items: center;
          padding: 0 20px;
      }
      html.menu-active header.site-header .header-cta a {
          margin-bottom: 0;
      }
      html.menu-active header.site-header label.phone-label {
          width: auto;
          color: inherit;
          letter-spacing: 1.5px;
          color: #FFF;
      } */
}

	.site-logo img.main-logo {
		margin-left: auto;
		margin-right: auto;
	}
@media (max-width: 767px){
	#case-results-page .case-results-list{
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	.header-right {
		/* height: 85px; */
		align-items: center;
	}
	/* .site-logo img.main-logo {
		max-width: 195px;
	}
	.sticky .site-logo img.main-logo {
		padding-left: 20px;
	}
	.sticky .header-right{
		padding-right: 20px;
	} */
	
	#case-results-page .case-results-list{
		padding-top:30px;
	}
}


@media(min-width: 1151px) {
	div#home-content-one h1 span {
		display: block;
		max-width: 658px;
		margin: auto;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #EDD29A;
		margin-top: 25px;
	}
}

@media(min-width: 1181px) {
	.site-logo img.main-logo {
		max-width: 230px;
	}
	header.site-header.sticky .site-logo img.main-logo{
		width: 100%;
	}

	
	ul#main-menu>li:after {
		background: #EDD29A;
	}
	header.site-header.sticky .header-right,
	body.no-hero .header-right {
		height: auto;
	}
	header.site-header.sticky ul#main-menu>li,
	body.no-hero ul#main-menu>li {
		padding: 0;
	}
	
	header.site-header.sticky ul#main-menu>li>a,
	body.no-hero ul#main-menu>li>a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	header.site-header.sticky ul#main-menu>li.menu-item-has-children>a, body.no-hero ul#main-menu>li.menu-item-has-children>a{
		padding-top: 39px;
		padding-bottom: 39px;
	}
	
	header.site-header.sticky .main-menu-wrap,
	body.no-hero .main-menu-wrap {
		height: 105px;
		margin-top: 0;
		display: flex;
		align-items: flex-end;
	}
	header.site-header.sticky ul#main-menu>li:after,
	body.no-hero ul#main-menu>li:after {
		bottom: 0;
	}
	#case-results-page .case-results-list{
		padding-top:35px;
	}
}

@media (min-width: 1331px) {
	
	.site-logo img.main-logo {
		max-width: 260px;
	}
	header.site-header.sticky .site-logo  img.main-logo ,
	body.no-hero header.site-header .site-logo  img.main-logo  {
		max-width:260px;
	}
	header.site-header.sticky .site-logo img.main-logo{
		margin: 0 2em;
		width: 100%;
	}
	.page-template-template-home header.site-header.sticky .header-container{
		padding: 0 30px 0 52px;
	}
	
	div#home-content-one h1 span {
		font-size: 20px;
		line-height: 24px;
	}
	.contact-sub-heading {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.6px;
	}
	.contact-heading {
	}
	button.button.gform_button {
		font-size: 21px;
		/* height: 60px; */

	}
	.office-direction a {
		font-size: 12px;
		height: 35px;
		padding-top: 2px;
	}
}

@media (min-width: 1601px) {
	.site-logo img.main-logo {
		max-width: 300px;
	}

	ul#main-menu{
		max-width: 920px;
	}
	 
	.header-cta a {
		/* margin-bottom: 9px; */
	}
	ul#main-menu>li>a {
		font-size: 18px;
	}
	.menu-main-menu-container {
		padding-right: 50px;
	}

	ul#main-menu>li>ul li a {
		font-size: 15px;
	}
	.contact-sub-heading {
		font-size: 15px;
		line-height: 24px;
	}
	button.button.gform_button {
		font-size: 20px;
		line-height: 20px;
	}
	
	h1.page-title-centered {
		font-size:  65px;
		line-height:  70px;
	}
	div#home-awards .container {
		max-width: 1660px !important;
		padding: 0 60px;
		transform: translateX(0) !important;
	}
	#case-results-page h1.page-title-centered{
		font-size: 60px;
	}
}

@media (min-width: 1381px) {
	.menu-main-menu-container {
		padding-right: 30px;
	}
}

@media(min-width: 1920px) {
	.site-logo img.main-logo, header.site-header.sticky .site-logo img.main-logo {
		max-width: 385px;
		width: 385px;
	}
	.site-logo {
		margin-bottom: -20px;
	}
}

@media (min-width: 1181px) {
	.menu-main-menu-container {
		padding-right: 30px;
		width: 100%;
	}
}

@media (max-width: 1399px) {
	.menu-main-menu-container {
		padding-right: 17px;
		width: 100%;
	}
}


/* contact page Edits */

@media (min-width: 768px) {
	.footer-social {
		width: 100%;
		margin-top: 70px;
		padding: 0;
	}
	.footer-offices-grid {
		flex-wrap: wrap;
	}
}

@media (min-width: 1181px) {
	div#contact-page .footer-social {
		width: auto;
		margin-top: 0;
		padding: 0;
		width: 200px;
	}
	div#contact-page .footer-offices-grid {
		flex-wrap: no-wrap;
	}
	div#contact-page .contact-page-grid {
		transform: translateX(0px);
	}
	div#contact-page .footer-offices-grid {
		width: 100%;
		max-width: 100%;
	}
}

/* FORM ERROR */

.gravity-theme div.validation_error {
	border-bottom: 2px solid #EDD29A !important;
	color: #EDD29A !important;
}

.instruction.validation_message{
	margin-top: 10px;
}

.gform_validation_errors{
	margin-bottom: 2em
}
.gravity-theme .gfield_error input:not([type=radio]):not([type=checkbox]),
.gravity-theme .gfield_error textarea {
	border: 2px solid #EDD29A !important;
}

.gform_validation_errors>h2 {
	color: #EDD29A !important;
}

.gravity-theme .gfield.gfield_error,
.gravity-theme .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, 0) !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.gravity-theme .validation_message {
	color: #EDD29A !important;
	font-size: .75em;
	font-weight: 700;
}

.gravity-theme .gform_fields .gfield.gfield_error+.gfield.gfield_error {
	margin-top: 0 !important;
}

.gravity-theme .field_description_below .gfield_description {
	padding-top: 10px !important;
}

.blog-time.news-meta span {
	text-decoration: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: currentColor;
}

@media (min-width: 768px) {
	.default-main>.hero-btn {
		display: none;
	}
}

@media (max-width:1180px) {
	.page-template-default header.site-header {
		background: #053E2D;
	}
	.page-template-default .inner-hero {
		/* margin-top: 85px; */
	}
	.inner-hero .default-page-container {
		width: calc(100% - 20px);
	}
	/*   .single .inner-hero,
      .blog .inner-hero,
      .archive .inner-hero {
        display:none;
      } */
	.inner-hero {
		padding: 110px 0 25px;
   		min-height: 390px;
	}
	.page-hero-content {
		text-align: center;
	}
	.inner-hero-title {
		font-size: 37px;
		line-height: 1;
		color: #FFF;
		max-width: 550px;
		margin-top: 0;
		margin: 0 auto;
	}
	.inner-hero-title br {
		display: none;
	}
	.inner-hero-subtitle p {
		display: none;
	}
	.inner-hero a.hero-btn {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#attorneys-list-page .attorney-grid-item{
		width: calc(100%/2 - 53px);
	}
	#attorneys-list-page .attorney-name:after{
		margin: 10px auto;
	}
	#attorneys-list-page .attorney-grid-image .placeholder{
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.inner-hero {
		min-height: 360px;
		padding-top: 133px;
	}
	.page-template-default .inner-hero {
		/* margin-top: 113px; */
	}
	.inner-hero .hero-btn {
		display: none;
	}
	.inner-hero-title {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 88%;
	}
	/* h1.inner-hero-title {
        font-size: 35px;
      } */
	.default-page-container a.hero-btn {
		margin-bottom: 40px;
		margin-top: -10px;
	}

/* 	.content a{
		color: black;
		text-decoration: none;
	} */
	
	h1.page-title {
		text-align: center;
	}
	#blog-page h1.page-title{
		text-align: left;
	}
	#attorneys-list-page .attorney-grid-item{
		width: calc(100% - 53px)
	}
}

/* fancy disappearing home pageheader logo :O */

@media (min-width: 768px) {
	#home-hero .site-logo {
		display: none;
	}
}

@media (max-width:767px) {
	#home-hero .site-logo {
		display:none;
		margin-bottom: 58px;
	}
	.header-right {
		width: calc(100% - 157px);
		margin: 0;
		display: flex;
		justify-content: center;
		max-width: none;
	}
	.header-cta a {
		font-size: 18px;
	}
	.header-phone-wrap {
		justify-content: flex-end;
	}
	label.phone-label {
		margin: 2px .5em;
		padding: 0 .5em;
		font-size: 8px;
	}
	body.page-template-template-home header:not(.sticky) .site-logo {
		margin-right: 0;
	}
	header.site-header.sticky .site-logo {
		width: calc(100% - 75px);
		height: 75px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	header.site-header.sticky .header-right {
		padding: .25em 1em;
		background: #EDD29A;
		flex: 0 0 auto;
		margin: 0;
		height: auto;
		width: 100%;
	}
	header.site-header.sticky .header-phone-wrap{
		display: block;
	}
	header.site-header.sticky .header-cta{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		padding: 0;
		justify-content: center;
	}
	header.site-header.sticky .header-cta a{
		font-size: 20px;
		color: #101936;
	}
	header.site-header.sticky label.phone-label{
		margin: 0 .5em 0 0;
		padding: 0;
		font-size: 10px;
	}
}

/* ,
	body:not(.page-template-template-home) header.site-header label.phone-label  */


/* Wordpress Core Classes
--------------------------------------------------------------- */
.alignleft,
.alignright,
.aligncenter,
.alignnone,
img.alignleft,
img.alignright img.aligncenter,
img.alignnone {
  margin-bottom: 0.5em;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    clear: right;
    margin-right: 0.5em;
    margin-top: 0.5em;
  }

  .alignright, img.alignright {
    display: inline;
    float: right;
    clear: right;
    margin-left: 0.5em;
    margin-top: 0.5em;
  }

  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

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

#case-results-page .cs-worth{
		font-family: var(--font-primary);
}

#contact-page .footer-location-item{
	max-width: 247px;
}

#videos-center .video-title-full:after{
	background: #976B35;
}

@media only screen and (min-width: 1600px){
	ul.slick-dots li.slick-active{
		display: none;
	}
}

@media only screen and (max-width: 1600px){
	#attorneys-list-page .default-page-container {
	max-width:1066px;
}
	.slick-slide{
		min-height:28vh;
	}
	.contact-heading{
		font-size: 50px;
	}
	header.site-header.sticky .site-logo img.main-logo{
		margin: 1em 2em 1.2em 0;
	}
}

@media only screen and (max-width: 1300px){
	.contact-heading{
		font-size: 50px;
	}
	.footer-location-item{
		max-width: 310px;
	}
	#attorneys-list-page .attorney-grid-item{
		width: calc(100%/3 - 53px);
	}
	.office-address{
		font-size: 17px;
	}
	.office-phone-fax a, .office-phone-fax span{
		font-size: .875em;
	}
}

@media only screen and (max-width: 1179px) {
	header.site-header.sticky .site-logo img.main-logo{
		margin: 0 auto;
		width: 215px;
	}
	ul#main-menu>li.current-menu-item>a:after{
	display: none;
 	}
	.page-template-template-home header.site-header.sticky .header-container{
	padding: 0;
	}
	.office-phone-fax a, .office-phone-fax label, .office-phone-fax span{
		font-size: 24px;
	}
	.footer-location-item{
		max-width: 300px;
	}
	#attorneys-list-page .attorney-grid-item{
		width: calc(100%/2 - 53px);
	}
	.blog-post h2.blog-title{
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 767px){
	.header-container .site-logo{
		margin-top: 0;
	}
		#attorneys-list-page .attorney-grid-item{
		width: calc(100% - 53px);
	}
	.header-cta{
		padding-right: 0px;
	}
	html.menu-active header.site-header .header-cta{
		padding: 0;
	}
	body.page-template-template-home header:not(.sticky) .site-logo{
		width: 36%;
	}
	.site-logo{
		margin-bottom:0;
	}
}


ul#main-menu > li:after{
	content: "";
	opacity: 0;
	width: 100%;
	height: 5px;
	background: currentcolor;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #EDD29A;
	transition: 0.35s ease;
	z-index: 1;
}

ul#main-menu > li:hover:after, ul#main-menu > li.current-menu-item:after, ul#main-menu > li.current-menu-ancestor:after{
	opacity: 1;
}



.video-caption{
	font-family: var(--font-secondary);
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	color: #0A4030;
	text-align: center;
	margin-bottom: 70px;
}

#home-awards {
	margin-block: 150px 0;
}

#home-awards.featured {
	margin-bottom: 200px;
}

#default-page .content ul{
	margin-bottom: 30px;
}


@media (min-width: 768px) and (max-width: 1200px){
	.site-logo{
		margin-right: 0;
	}
	body.no-hero .site-logo{
		margin-right: 2em;
	}
	header.site-header.sticky .site-logo{
		margin-right: 0;
	}
	.page-template-template-home header.site-header.sticky .header-container, body.no-hero .header-container{
		padding: 0 15px 0 20px;
	}
	a.hero-btn span{
		font-size: 18px;
	}
	.awards-logo-slider .award-item img{
		max-width: 60%;
	}
}

p.gform_required_legend{
	display: none;
}

@media (max-width: 1199px){
	#about-page div#home-awards .awards-logo-slider{
		margin: 0;
	}
	.home-hero-img.tablet-only {
    background-size: 160% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
	.home-hero-img.hd_desktop-only{
		display: none;
	}
}

@media (min-width: 1600px){
	.office-phone-fax a, .office-phone-fax span, .office-phone-fax label{
		font-size: 26px;
	}
}

@media (min-width: 1601px) {
	.home-hero-bg{
		height: 666px;
	}
	body.ready .home-hero-bg>div{
		background-position: 100%;
	}
}

#about-page div#home-awards .awards-logo-slider{
	margin: 60px 0 40px;
}

#about-page div.about-blockquote blockquote{
	font-size: 26px;
	line-height: 36px;
	color: #0a4030;
}

@media (min-width: 1181px){
	ul#main-menu>li>ul li{
		width: 100%;
		position: relative;
	}
	ul#main-menu>li>ul>li.menu-item-has-children{
		position: relative;
	}
	ul#main-menu>li>ul>li.menu-item-has-children:hover>ul.sub-menu{
		display: block;
		position: absolute;
		left: 100%;
		background: #fff;
		padding: 18px 0;
		width: 300px;
		top: 0%;
		transition: all 300ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
	}
	ul#main-menu>li>ul>li:hover>ul.sub-menu>li>a{
		color: #0A4030;
		padding: 0px 30px;
	}
	ul#main-menu>li>ul>li:hover>ul.sub-menu>li>a:hover{
		color: #976B35;
	}
}

@media (max-width: 767px){
	.video-caption {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.contact-heading {
		font-size: 40px;
	}
}


div#default-sidebar #categories-3 h3::after, div#default-sidebar #archives-3 h3::after{
	content: ' \25BE';
	width: 12px;
	padding-left: 12px;
	color: #0A4030;
}

.page-id-87 .content p{
	margin-bottom: 0px;
}

.page-id-87 .content p img{
	margin-top: 30px;
}


body.page-template-default.page.page-id-5919.logged-in.admin-bar.customize-support.ready .content p{
	margin-bottom: 0px;
}


body.page-template-default.page.page-id-5919.logged-in.admin-bar.customize-support.ready .content ul li:before{
	margin-left: 10px;
}

body.page-template-default.page.page-id-5919.logged-in.admin-bar.customize-support.ready .content ul li{
	margin-left: 25px;
}

.content-one-bottom{
	padding-top: 75px;
	max-width: 1000px;
	margin-inline: auto;
}

.content-two-bottom{
	max-width: 950px;
	margin-inline: auto;
	padding-bottom: 162px;
}

.content-two-bottom div iframe {
	margin-top: 60px;
	max-width: 690px;
	margin-inline: auto;
	left: 0;
	right: 0;
}

@media (max-width: 1599px) {
	#home-awards {
		margin-block: 90px 100px;
	}

	#home-awards.featured {
		margin-bottom: 120px;
	}
}


@media (max-width: 1300px){
	.content-one-bottom{
		padding-top: 25px;
		max-width: 845px;
	}
	
	.content-two-bottom{
		max-width: 900px;
		padding-bottom: 85px;
	}

	.hero-lead {
		font-size: 18px; 		
		line-height: 25px;
		max-width: 500px;
	}
}

@media (max-width: 1180px){
	.content-one-bottom{
		padding-top: 25px;
		max-width: 668px;
	}
	
	.content-two-bottom{
		max-width: 668px;
		padding-bottom: 81px;
	}
}

@media (max-width: 767px){


    .content-two-bottom div iframe {
        margin-top: 10px;
    }
	
	.content-two-bottom{
		padding-bottom: 50px;
	}

	#home-awards.featured {
		margin-top: 10px;
		margin-bottom: 70px;
	}
}

