/*
Theme Name: stockwoods
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stockwoods
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

stockwoods is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	/* color:#3a818b !important; */
	
	color: var(--color-orange) !important;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: sans-serif; */
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color:#8bbfc7;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	
	/* fix for animation on the lawyer page 	*/
	z-index: 9;
	position: relative;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	
	

	/* -- new --*/
	padding-top:40px;

	
}

.main-navigation li {
	/*float: left;*/
	display:inline-block;
	position: relative;
	/* width: 15.2%; */
	width: 12.6%;
	/* margin-top: -7px; */
	margin-top: -34px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block; 
	
	/* added by james */
	float: right;
	margin-top: 17px;
	margin-right: 15px;
	/*---------------- */
}

.menu-toggle{
	display:none;
}

/* @media screen and (min-width: 37.5em) { */
@media screen and (min-width: 940px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	margin:0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.8em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*============== spotfrank ===================*/
/* --------- new changes 2022 -------------------*/


@font-face {
	
    font-family: 'Akkurat';
    src: url('webfont/Akkurat-Light.woff2') format('woff2'),
        url('webfont/Akkurat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	
    font-family: 'Akkurat-regular';
    src: url('webfont/Akkurat.woff2') format('woff2'),
        url('webfont/Akkurat.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



:root{
	/* colors */
	/* --color-darkblue:#242934; */
	--color-darkblue:#001b2d;
	
	--color-orange:#f89373;
	
	
	/* --color-frontpageblue: #263c54; */
	/* --color-frontpageblue: #263a51; 
	--color-frontpageblue: #013459;
	*/
	--color-frontpageblue: #0e3b56;
	
	
	
	--color-darkgreen: #65BAAF;
	--color-green:#80c7bc;
	--color-grey:#BBC6C3;
	
	/* --background-grey:#f8f8f9; */
	
	--background-grey:#f0f3f2;
	

	--color-medgrey:#ececec;
	

}




.fp-swirl{

	position: absolute;
	z-index: 99;
	width: 100%;

	top: -5em;
	bottom: 0;


	mix-blend-mode: overlay;
	mix-blend-mode: color-dodge
}



#animated-circles {
    width: 100%;
    height: auto;
    right: 0;
	top:4em;
    position: absolute;
}

#animated-circlessearch{
	top:-4em;
    width: 116%;
    height: auto;
    right: 0;
    position: absolute;
	    mix-blend-mode: color-dodge;
}

.swirl-logo {
	max-width: 190px;
	margin: auto;
	width: 60%;
	margin-top: -1em;
}

.bottom-trees-background{
	background-position:bottom center;
	background-repeat:no-repeat;
}

.tree-blue-bg{
	background-color:var(--color-frontpageblue) !important;
}




body{
	background-color:#f1f5f1;
	background-color:var(--background-grey);
	/* color:#404b46; */
	color:var(--color-darkblue);
	/* 
	font-family: "ingra"; 
	font-weight:200;
	*/
	font-family: 'Akkurat';
	 font-weight: normal;
	
	font-size:14px;
	/*
	-webkit-font-smoothing: antialiased;
	*/
	
	text-align:center;
	position:relative;
}


section{
	padding-top:20px;
	padding-bottom:20px;
}

h1{
	font-family: "proxima-nova";
	text-transform:uppercase;
	font-size:1.8em;
}

.page h1{
	text-align:center !important;
	margin-top: 40px
}

.page h1:first-child{
	margin-top:.67em;
	
}



a, a:visited{
	color:#8bbfc7;
	color:var(--color-green);
	text-decoration:none;
}

a.read-more-btn {
	color:var(--color-darkblue);
}

a:focus, a:active{ 
	outline: 0 none; 
}

/*------- front page ---------*/

.sw-logo0 {
    fill: #fff;
}

.single-stock_lawyers .sw-logo0, .category .sw-logo0, .single .sw-logo0, .date .sw-logo0, .tag .sw-logo0{
	fill:#000;
}

.single-stock_lawyers .sw-logo1, .category .sw-logo1, .single .sw-logo1, .date .sw-logo1, .tag .sw-logo1{
	stroke:#BBC6C3;
}



.home #masthead{
	margin-top:100vh;
	
	/*
	background-color:#f1f5f1;
	background-color:var(--background-grey);
	*/
	
	background-color:var(--color-darkblue);
}

#masthead{
	background-color:var(--color-darkblue);
}

.single-stock_lawyers #masthead, .category #masthead, .single #masthead, .date #masthead, .tag #masthead{
	background-color:var(--background-color);
}


#barba-wrapper{
	background-color:var(--color-darkblue);
	color:#fff;
}

.archive #barba-wrapper, .single-stock_lawyers #barba-wrapper, .single #barba-wrapper, .date #barba-wrapper{
	color:var(--color-darkblue);
	background-color:var(--background-grey);
}

/*
.home #content, #barba-wrapper{
	background-color:#f1f5f1;
	background-color:var(--background-grey);
	
	background-color:var(--color-darkblue);
	
	color:#fff;
}
*/

.home .search-icon {
	/* display:none; */
}

.home .site-branding, .home #primary-menu{
	/* opacity:0; */
	transition:.2s;
}

.home #primary-menu.show-all{
	opacity:1;
	transition:.2s;
	
}

.home #primary-menu li{
	transform: translateY(0px) !important;
	opacity:1 !important;
}

.home .main-navigation a{
	/* color:#fff; */
}

.home #lawyer-sidebar{
	/* display:none; */
}

.home .news-title-single, .home .date-title{
	display:none;
}

.home .entry-content {
	/*
	max-width: 325px;
	margin-left:auto;
	margin-right:auto;
	*/
}

.splash-btn-container{
	margin-top:3em;
}


.splash-btn-container a{
	/*
	font-family: "proxima-nova";
	font-weight:800;
	 color:#fff; */
	text-transform:uppercase;
	font-size:.95em;
	
	letter-spacing:.2em;

}

.home .spash-container{
	position:relative;
	max-width: 80%;
	top:50%;
	left:50%;
	transform: translate(-50%, -55%);
	z-index: 999999999;
}

.splash-container-logo{
	max-width: 325px;
	position:relative;
	z-index:2000;
}

.home .splash-btn-container {
	/*
    margin-top: -43px;
	margin-left: -38px;
	*/
	position: relative;
	text-align: left;
	line-height:2.5;
}

.home .splash-btn-container a:last-child{
	/* margin-left: 29px; */
}






/*========= main header =========*/
.site-branding {
    width: 190px;
    margin: 10px;
	margin-left: 20px;
	padding-top:9px;
	position: absolute;
	z-index: 10;
	
	right:70px;
	
}

.site-branding img{
	width:100%;
}

/*-------- nav menu --------*/

#nav-arrow-marker{
	width:12px;
	position:absolute;
	transition: all 0.2s ease-out;
	top:23px;
	
	top:44px;

}

#nav-arrow-marker img{
	width:100%;
}

.menu-top-menu-container {
    /* max-width: 580px; */
	max-width: 603px;
    margin-left: auto;
    margin-right: auto;
}

#primary-menu:before{
	 content: url(images/nav-gradientbar.svg);
	 display: block;
     width: 87%;
     margin-left: 7%;
}

/*
.current-menu-item:before{
    content: url(images/nav-marker.svg);
    padding: 0;
    margin-top: 0px;

    display: block;
    width: 10px;
	height: 18px;
    margin-left: auto;
    margin-right: auto;
}
*/

#primary-menu li{
	opacity:0;
	transition:.5s;
	transform: translateY(-10px);
}

#primary-menu li:hover{
	opacity:1;
	transition:.5s;
	transform: translateY(0px);
}

#primary-menu li.current-menu-item{
	opacity:1;
	transform: translateY(0px);
}

#primary-menu.show-all li{
	opacity:1;
	transform: translateY(0px);
}



.main-navigation{
	font-family: "proxima-nova";
	font-weight:400;
}

.main-navigation a{
	color:#2a717c;
	color:var(--color-green);
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing: .04em;
	
	/* spacing for button rollovers */
	padding-top: 20px;
	margin-top: 20px;
}

.hide-me{
	display:none;
}

.site-main{
	/*
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	*/
	padding-bottom:80px;
}

.single-stock_lawyers .site-main{
	padding-bottom:0;
}


.page-id-5 .site-main, .post-type-archive-stock_lawyers .site-main, .page-id-81 .site-main{
	padding-bottom:0px;
}

#hamburger-search {
   /*  position: absolute; */
	position: fixed;
   /*  right: 59px; */
	 left: 13px;
    top: 24px;
	z-index:98;
	
	top: 47px;
}

.top-icon {
    width: 16px;
    height: 16px;
	display:inline-block;
	margin-left:8px;
	cursor:pointer;
}

.top-icon img{
	width:100%;
}

/*==== front page ======*/
#frontpage-overlay{
	/* background-image:url('images/front-page-background-sm.jpg'); */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	
	height:100vh;
	width:100vw;
	position:fixed;
	top:0;
	left:0;
	
    z-index: -1;
	
	display:none;
	background-color:#437e86;
	
	background-color:var(--color-frontpageblue);
}

.home #frontpage-overlay{
	display:block;
}

.frontpage-overlay-background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
}

/*------ text ------*/
.text-left{
	text-align:left;
}

h1, h2{
	font-family: "proxima-nova";
	font-weight:700;
	text-transform:uppercase;
	/*letter-spacing:.06em;*/
	letter-spacing: .15em;
	line-height: 1.2;
}

h1.news-title-single, h2.news-title, h2.lawyer-txt-title, h2.prof-title{
	/* font-family: "lexia"; 
	font-weight:400;
	*/
	font-weight:100;
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing:.11em;
}

h2.news-title{
	font-family: 'Akkurat';
	margin-top:0;
}

h2.lawyer-txt-title{
	font-weight:700;
}

.entry-title.news-title{
	margin-bottom:.3em;
}

.entry-content-news{
	margin-top:0;
}

#publications-box h2:nth-of-type(1){
	margin-top:0.83em;
}


#publications-box h2{
	margin-top:35px;
}

.inner-cont h2.lawyer-txt-title{
	/* margin-top:30px; */
}

.title-info{
	letter-spacing:.11em;
}

h2.archive-lawyer-name{
	letter-spacing:.06em;
	margin-top: 3px;
	margin-bottom:0;
}

h2.back-to-lawyers{
	margin-top:80px;
}

.search-results-container h2{
	/* font-family: "lexia"; */
	font-weight:400;
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing:.11em;
	color:#404b46;
	margin-bottom:0;
}

.search-results-container h2 a{
	color:#404b46;
	color:var(--color-green);
}

.search-results-container h2 a:hover{
	color:#3a818b;
}

.search-results .leaf-green{
	margin-bottom:40px;
}


h1.lawyer-name{
	margin-bottom:8px;
	margin-top: 1.4em;
}

h2.archive-lawyer-name{
	/* font-family: "lexia"; */
	font-weight:400;
	font-size:.9em;
	text-align:center;
	text-transform:none;
	
	color:var(--color-darkblue);
	
	/* to accomodate for names that can't fit on one line */
	min-height: 38px;
	
	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: "proxima-nova";
	font-weight:800;
	text-transform:uppercase;
	
}

#lawyers-list h2.archive-lawyer-name{
	color:var(--color-darkblue);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	font-family: "proxima-nova";
	font-weight:800;
	text-transform:uppercase;
	
}

.post-type-archive-stock_lawyers #barba-wrapper{
	background-color:var(--color-darkblue);
	
	color:#fff;
}

h2.prof-title{
	/* font-family: "lexia"; */
	font-weight:400;
	font-size:1em;
	text-align:center;
	text-transform:none;
	margin-bottom:0;
}

h2.back-to-lawyers a{
	color:#404b46;
	
	color:var(--color-darkblue);
	
	color:#fff;
}

h3.bubble-title{
	text-align:center;
	color:#3a818b;
	color:var(--color-green);
	
	font-family: "proxima-nova";
	font-weight:800;
}

h3{
	/* font-family: "lexia"; */
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:.06em;
	font-size:1em;
}

h3.date-title{
	/*
	color:#8bbfc7;
	color:var(--color-green);
	*/
	color:var(--color-darkblue);
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	
	font-family: 'proxima-nova';
	font-weight: 700;
}

.newsletters h3.date-title{
	color:#fff;
}

.practice-areas-heading .line-under{
	background-color:#fff;
}

h3.num-title{
	font-size:.8em;
	text-transform:none;
	margin-left: 15px;
}

.grey-bg h3.date-title{
	color:#3a818b;
	color:var(--color-green);
}

h3.indiv-reco{
	color:#3a818b;
	margin-bottom:0;
	font-family: "proxima-nova";
	font-weight:800;
}

h3.year-title{
	font-family: "proxima-nova";
	font-weight:700;
	/* color:#404b46; */
	color:#fff;
	margin-right:20px;
}

h3.year-title a{
	color:#404b46;
	
	color:#fff;
}

h3.practice-title{
	font-family: "proxima-nova";
	font-weight:800;
	letter-spacing: .15em;
	margin-bottom: 20px;
}


.pull-statement{
	font-family: "proxima-nova";
	font-weight:800;
	text-transform:uppercase;
	letter-spacing: .08em;
}

.pull-statement p{
	line-height:1.8;
}

/*------- lines ----------*/
.line-under{
	display:block;
	width:1px;
	height:1px;
	/* background-color:#404b46; */
	background-color:var(--color-darkblue);
	background-color:#fff;

	margin-left:auto;
	margin-right:auto;
    margin-bottom: 50px;
	margin-top: 21px;
	opacity:.4;
	
	/*
    -webkit-animation: openline 3s ease 0s forwards;
    animation: openline 3s ease 0s forwards;
	*/
	
	-webkit-backface-visibility: hidden;
}

.archive .line-under{
	background-color:var(--color-darkblue);
}

#news-teasers .line-under{
		background-color:var(--color-green);
}

.news-circle-overlay {
    position: absolute;
    left: 1.5em;
    width: 28%;
    top: 4em;
}

.lawyers-circle-overlay{
    position: absolute;
    width: 40%;
    top: 38em;
    left: -3em;
}

.experience-circle-overlay{
    position: absolute;
    right: 0;
    width: 40%;
    top: 40em;
}


.news-circle-overlay.bottom{
	bottom:7em;
	right:0em;
}

.side-circles-static {
    position: absolute;
	width: 36em;
	left: -13em;
    /* top: 0; */
}

.grey-bg .line-under{
	background-color:#fff;
}

/*====== colors and background colors =======*/
.grey-bg{
	background-color:#dee0df;
	
	background-color:var(--color-darkblue);

	color:#fff;
}

.teal-bg{
	background-color:var(--color-green);
}

.grey-bg h2{
	color:#fff;
}


.social-wrap{
	color:#fff;
}

.grey-bg a {
	/* color:#3a818b; */
	 
	color:var(--color-green);
}

.grey-bg a:hover{
		/* color:#fff !important; */
		color:#fff;
}


.white-bg{
	background-color:var(--color-grey);
	color:var(--color-darkblue);
}

.white-bg .line-under{
	background-color:var(--color-darkblue);
}

.white-bg .person-wrap{
	border-bottom:solid 1px var(--color-green);
}


.shop-box a:hover{
	color:var(--color-orange) !important;
}

.mid-grey-bg{
	background-color:#e7ebe8;
}

.blue-txt{
	color:#8bbfc7;
	
	color:var(--color-green);
}


#content{
	padding-top:50px;
	
}

/*====== grids ==========*/
.col{
	float:left;
}

.inner-col{
	padding:20px;
	margin:10px;
	height:475px;
	overflow:hidden;
	transition:.5s;
	
	position: relative;
}

.single-stock_lawyers .inner-col{
	background-color: var(--background-grey);
}

.inner-col:hover{
		background-color:#8bbfc7;
		background-color:var(--color-green);
		transition:.5s;
}

.open-box .inner-col{
	
	background-color:#8bbfc7;
	
	background-color:var(--color-green);
	
	
	
}

.newsletters .inner-col{
	background-color: rgba(101,186,175,.4);
	background-color:var(--color-green);
}

.newsletters .inner-col h2{
	color:#000;
}

.inner-cont{
	max-height: 87%;
	overflow:hidden;
}

.newsletters .inner-cont{
	overflow:auto;
	height: 90vh;
}

.newsletters .inner-col{
	height: 450px;
	height: 90vh;
}

.open-box .inner-cont{
	overflow-y:auto;
	margin-bottom: 10px;
	padding-right: 20px;
}

.inner-cont a{
	color:#000;
}

.inner-box .inner-cont{
	max-height:9999px;
}

.inner-cont ul, .inner-cont li{
	padding:0;
	margin:0;
	list-style:none;
	/* margin-bottom: 1.5em; */
	margin-bottom: 1em;
}

.newsletter-box .entry-content li{
	margin-bottom: 0em;
	margin-left:15px;
	list-style:disc;
}


/*=========================== scroll bar mods ===================*/
/* Let's get this party started */
.inner-cont::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.inner-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
.inner-cont::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(58,129,139,0.8); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}
.inner-cont::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}



.col-4{
	width:33.33333%;
}


/*=========== lawyer pages =======*/
.columns{
	text-align:left;
	position: relative;
	min-height:500px;
}

.lawyer-info{
	text-transform:uppercase;
}

.lawyer-info a{
	color:var(--color-darkblue)
	/* font-family: "lexia"; */
	font-weight:400;
}

#practice-box{
	position:absolute;
	left:0;
	top:0;
	width:33.333%;
	z-index:1;
	transition:.5s;
	max-height: 80vh;
}

#practice-box.open-box{
	width:66.666%;
	z-index:9;
	transition:.5s;
}


#representative-box{
	position:absolute;
	top:0;
	left:33.333%;
	width:33.333%;
	z-index:1;
	transition:.5s;
}

#representative-box.open-box{
	width:66.666%;
	z-index:99;
	transition:.5s;
}

#publications-box{
	position:absolute;
	top:0;
	left:66.666%;
	transition:.5s;
	width:33.333%;
	z-index:1;
}

#publications-box.open-box{
	z-index:9;
	left:33.333%;
	width:66.666%;
	transition:.5s;
	
}

.headshot-container{
	position:relative;
	min-height:400px;
	margin-bottom: 50px;
}

.headshot, .headshot-overlay{
	/*mask: url(images/nav-lawyer.svg);*/
	/*
	position:absolute;
	top:0;
	left:0;
	*/
	
}

.headshot-overlay {
	position: absolute;
    top: 52%;
    width: 57%;
    left: -17%;
}

.headshot-overlay img{
	width: 100%;
}

.headshot{
	height: 20vw;
	width: 20vw;
	margin:auto;
	position:relative;
}

.headshot img{
	border-radius: 50%;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}

.linked-in-logo{
	width:16px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

.linked-in-logo svg{
	width:100%;
	height:auto;
}

#post-linkedin path{
	fill:#3a818b;
}

/* ======== lawyer pages =============*/

#lawyers-list{
	margin-top:80px;
	margin-bottom:80px;
	/* border-bottom:solid 1px #d3d5d7; */
	padding:20px;
	position:relative;
	
	padding:4px;
	
	/* background-color:#fff; */
}

/*
#lawyers-list:after{
content: url(images/arrow.svg);
text-align: center;
left: 50%;
position: absolute;
bottom: -29px;
width: 100px;
height: 30px;
margin-left:-45px;
}
*/

.group-end-line{
	display: block;
	    width: 110%;
	    height: 194px;
		/*
	    border-bottom: solid 1px #d3d5d7;
	    border-left: solid 1px #d3d5d7;
	    border-right: solid 1px #d3d5d7;
		*/
	    margin-left: -5%;
	    margin-top: -170px;
		
	    border-bottom: solid 1px var(--color-green);
	    border-left: solid 1px var(--color-green);
	    border-right: solid 1px var(--color-green);
}


.s-justify-center{
	justify-content:center;
}

.s-flex{
	display:flex;
}

.s-flex-wrap{
	flex-wrap:wrap;
}

span.tags-links {
    color: var(--color-green);
	font-family: akkurat-regular;
}

span.tags-links a{
	color:var(--color-darkgreen) !important;
	font-family: akkurat-regular;
}

span.tags-links a:hover{
	color:var(--color-orange) !important;
}


.group-end-line:after {
    content: url(images/arrow.svg);
    text-align: center;
   /*  left: 50%; */
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 30px;
    margin-left: -45px;
}

.lawyer-sm-cont{
	position:relative;
	width:18%;
	margin:1%;
	/* float:left; */
}

#secret-sauce{
	/* font-family: "lexia"; */
	font-weight:400;
	/* margin-bottom:80px; */
	margin-bottom: 120px;
}

#secret-sauce p{
	letter-spacing:.06em;
	/* -moz-text-align-last: justify; /* Code for Firefox */
   /*  text-align-last: justify; */
}

/* =========== laywer sidebar ================*/

body.slide-in{
	height:100vh;
	overflow:hidden;
}

.post-type-archive-stock_lawyers #lawyer-sidebar{
	transform: translateX(100%);
}

#lawyer-sidebar{
	position:fixed;
	z-index:99;
	top:0;
	/*
	left:20%;
	width:80%;
	
	
	left: 70%;
	width: 30%;
	*/
	
	left: 60%;
	width: 40%;
	
	
	min-height:100vh;
	
	background-color:#dee0df;
	background-color:var(--color-darkblue);
	
	transform: translateX(100%) translateX(-40px);
	-webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
}

#lawyer-sidebar.slide-in{
	transform: translateX(0);
	-webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
}

#lawyer-sidebar .lawyer-sm-cont {
	width: 130px;
}

#lawyer-sidebar .lawyer-sidebar-wrap{
	padding:40px;
	padding-right:20px;
	height: 100vh;
	overflow-y: auto;
	
}

.lawyer-sidebar-button{
	width:40px;
	/* background-color:#78a7ad; */
	background-color:var(--color-darkblue);
	color:#fff;
	min-height:100vh;
	float:left;
	padding-top:40vh;
	
	cursor:pointer;
	
	font-family: "proxima-nova";
	font-weight:700;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:.06em;
	transition:1s;
	
}

.slide-in .lawyer-sidebar-button{
	/* background-color:var(--color-green); */
	transition:1s;
}

.home .lawyer-sidebar-button{
	background-color:var(--color-medgrey);
}

.lawyer-sidebar-button .side-btn{
	transform: rotate(90deg);
}

.home .side-btn{
	color:var(--color-darkblue);
	transform:.3s;
}

.lawyer-sidebar-wrap{
	float:left;
	/* width: 86%; 
	width: 94%; */
	width: calc(100% - 40px); /* the width of the panel minus the width of the vertical button */
}





/* steph has at least 3 different center column widths she's using. */

.inner-med-width{
	max-width: 1024px;
	margin-left:auto;
	margin-right:auto;
}

#lawyers-list.inner-med-width{
	/*max-width: 960px;;*/
	max-width: 750px;
}


.inner-small-width{
	/* max-width:528px; */
	max-width: 513px;
	margin-left:auto;
	margin-right:auto;
}

.inner-small-width-with-pad,  #in-the-numbers .inner-med-width {
	max-width:585px;
	margin-left:auto;
	margin-right:auto;
}

.inner-xsmall-width{
	max-width: 320px;
	margin-left:auto;
	margin-right:auto;
}



.teaching-wrap li, .associations-wrap li, .awards-wrap li{
	list-style:none;
}

/*
.associations-wrap li{
	text-transform:uppercase;
	    font-family: "proxima-nova";
	    font-weight: 800;
	    font-size: 1.2em;
	    letter-spacing: .1em;
	    line-height: 1.7;
}
*/



/* hack for extra space on the lawyers page */
.post-type-archive-stock_lawyers .inner-xsmall-width{
	max-width: 411px;
}

.justified{
	text-align:justify;
	font-size:1.3em;
}

.justified-reg-text{
	text-align:justify;
}

.white-bg{
	background-color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
    padding-left: 47px;
	padding-right: 47px;
	
	background-color:var(--color-medgrey);
	
}


.headshot-sm{
	/*
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	*/
	
	overflow: hidden;
	
	-webkit-backface-visibility: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.headshot-sm-inner{
	width:100%;
	/* height:120px; */
	/* height: 122px; */
	
	height:18em;
	
	transition: 3s;
	transform: scale(1);
	
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	
}

.headshot-sm-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.roll-effect .headshot-sm-inner{
	transition: 5s;
	transform: scale(1.2);
	
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.border-corners{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.show-more{
	color:#8bbfc7;
	transition:.5s;
	cursor:pointer;
	font-size: 2em;
	
	position: absolute;
	right: 7px;
	bottom: 1px;
	
	-webkit-backface-visibility: hidden;
	
}

.open-box .show-more{
	color:#fff;
	transform: rotate(45deg);
}


.active .show-more{
	color:#fff;
	transition:.5s;
}




/* ============ about page ===============*/

.leaf-green, .leaf-grey{
	width: 27px;
	
	margin-left:auto;
	margin-right:auto;
}

.leaf-green{
	margin-bottom:15px;
}

.leaf-grey{

	/* -ms-transform: rotate(180deg) !important; /* IE 9 */
	/*    -webkit-transform: rotate(180deg) !important; /* Chrome, Safari, Opera */
	/*    transform: rotate(180deg) !important; */
		
		transform-origin: center center;

	margin-top: -30px;
	
}


#practice-areas{
	position:relative;
	letter-spacing:.08em;
	
	margin-top: 50px;
}

#practice-areas .inner-xsmall-width {
  /*   max-width: 343px; */
	max-width: 400px;
	
}


.practice-entry-content{
	text-align:justify;
	font-family: "lexia";
	font-weight:400;
	line-height: 1.7;
}

.practice-entry-content a{
	text-transform:uppercase;
	font-family: "proxima-nova";
	font-weight:800;
}

.white-box{
	/* background-color: #fff; */
	height: 226px;
	width: 450px;
	position: absolute;
	top: 75px;
	padding: 25px;
	text-align:left;
	transition:.5s;
}

.left-box{
	left:0;
}

.right-box{
	right:0;
}

.hidden{
	opacity:0;
	transition: .5s;
}

#right-box div, #left-box div{
	transition:.5s;

}

.close-me{
	text-align:right;
	padding-bottom:15px;
	opacity:0;
	transition:.5s;
	cursor:pointer;
}

.center-me .close-me{
	opacity:1;
	transition:.5s;
}

#right-box, #left-box{
	/* font-family: "lexia"; */
	font-weight:400;
	/* background-color:var(--background-grey); */
}

#left-box.center-me {
    left: 50%;
    margin-left: -225px;
	transition:.7s;
	
	background-color:var(--color-grey);
	color:var(--color-darkblue);
}

#right-box.center-me {
    right: 50%;
    margin-right: -225px;
	transition:.7s;
	
	background-color:#fff;
	color:var(--color-darkblue);
	background-color: var(--color-grey);
}

.pos-absolute{
	top: 55px !important;
	position: absolute;
	width: 90%;
}






/*========= social =================*/






.social-wrap ul{
	margin:0;
	padding:0;
}

.social-wrap li{
	list-style:none;
	border-bottom:solid 1px rgba(64, 75, 70, .4);
	border-bottom:solid 1px var(--color-green);
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

#all-tweets p{
	letter-spacing:.06em;
}

#all-tweets a{
	font-family: "lexia";
	/* font-weight:700; */
}


/*============ client page ===========*/
.clients-page ul{
	text-align:left;
	padding:0;
	margin:0;
	margin-left: 40px;
}

.clients-page li{
	text-transform:uppercase;
	font-family: "proxima-nova";
	font-weight:800;
	font-size:1.2em;
	/* letter-spacing:.06em; */
	letter-spacing: .1em;
	line-height: 1.7;
}

.clients-page li:nth-child(even){
	/* color:#8bbfc7; */
	color:var(--color-green);
}

#in-the-numbers{
	padding-top: 70px;
	padding-bottom:100px;
}

#in-the-numbers ul{
	text-align:left;
	margin:0;
	padding:0;
}

#in-the-numbers li{
	list-style:none;
	background-color:#fff;
	width:21%;
	margin:2%;
	display:inline-block;
	padding-bottom: 2px;
	padding-top: 16px;
	padding-left:15px;
	
	font-size:1.8em;
	
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.n-wrap{
	vertical-align:top;
	width: 21%;
	margin: 2%;
	display: inline-block;
	text-align:left;
}

.site-header {
    height: 118px;
}

.n-wrap div{
	font-family: "lexia";
	font-weight: 400;
	color: var(--color-darkblue);
	font-size: 3em;
	background-color:#fff;
	
	width:100%;
	
	padding-top: 20px;
	padding-left: 7px;
	
	-webkit-border-top-right-radius: 30px;
	/* -webkit-border-bottom-left-radius: 30px; */
	-moz-border-radius-topright: 30px;
	/* -moz-border-radius-bottomleft: 30px; */
	border-top-right-radius: 30px;
	/* border-bottom-left-radius: 30px; */
	
}

#lawyers-circles {
    opacity: .7;
}

.lawyer-name-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(187,198,195,.7);
    position: absolute;
    top: 0;
	
	opacity:0;
	transition:.3s;
}

.lawyer-sm-cont:hover .lawyer-name-wrap{
	opacity:1;
	transition:.6s;
}


/*============ experience page =============*/
.person-wrap{
	text-align:left;
	/* border-bottom:solid 1px #404b46; */
	
	border-bottom:solid 1px rgba(64, 75, 70, .4);
	
	min-height: 96px;
	
	margin-top: 7px;
	
}

.ctas{
	margin-top:40px;
	margin-bottom:40px;
	
	
}

.cta-exp{
	text-align:center;
	/* font-family: "lexia"; */
	text-transform:uppercase;
	letter-spacing:.08em;
	font-size: .9em;
	margin-bottom: 0;
	line-height: 1.7em;
	
	font-family: "proxima-nova";
	font-weight:800;
}

.bench-knows{
    padding-top: 25px;
    padding-bottom: 64px;
	
}

#individual-recognition{
	padding-top: 70px;
	/* padding-bottom: 100px; */
	padding-bottom: 128px;
}

/*
.person-pic {
	width: 10%;
	display: inline-block;
	height: 39px;
	background: #3a818b;
	vertical-align: top;
	margin-top: 19px;
}
*/

.person-pic {
    width: 70px;
    display: inline-block;
    height: 70px;
    /* background: #3a818b; */
    vertical-align: top;
    margin-top: 19px;
    border-radius: 50%;
    overflow: hidden;
	
	border: solid 1px var(--color-green);
	
	
	background-color: #F80;
	  border: 2px solid var(--color-medgrey);
	  border-radius: 50%;
	  box-shadow: 0 0 2px var(--color-green);
	  box-shadow: 0 0 2px var(--color-darkblue);
}


.person-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.person-details {
    display: inline-block;
    width: 84%;
    margin-left: 2%;
}

/*=========== clients ================*/
#client-list{
	padding-top:40px;
}

#numbers-list li{
	/* font-family: "lexia"; */
	font-weight:400;
	color:#8bbfc7;
	font-size:3em;
}

/*============== news and news archive ================*/

.year-group {
    margin: 0;
    margin-top: -25px;
}

/* slick ------*/
.slick-prev {
   /*  display: none !important; */
}

#in-the-news{
	margin-top: 55px;
}

#news-archive h3, #news-archive ul, #news-archive li{
	display:inline-block;
}

#news-archive{
	padding-top:70px;
	padding-bottom:100px;
}

#news-archive ul{
	margin:0;
	padding:0;
}

#news-archive li{
	list-style:none;
	letter-spacing: .06em;
}

#news-teasers {
    padding-top: 90px;
    padding-bottom: 0px;
}

#news-teasers .teasers-holder{
	/*
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
	*/
	
    border-bottom: solid 2px var(--color-green);
    border-left: solid 2px var(--color-green);
    border-right: solid 2px var(--color-green);
}

#news-teasers .teasers-holder::after{
	
}

.month-nav{
	text-align:left;
}

ul.month-nav {
	margin:0;
	padding:0;
}

.month-nav li{
	display:inline-block;
	list-style:none;
}

.month-nav li:last-child{
	float:right;
}

.news-teaser{
	/*
	width:18%;
	margin:1%;
	margin-top:0;
	float:left;
	
	*/
	text-align:left;
	margin:1%;
}

.news-teaser .news-title{
	/* min-height: 90px; */
	min-height: 136px;
	letter-spacing:.06em;
}

.read-more-link{
	margin-top:15px;
	font-family: "lexia";
	letter-spacing:.04em;
}

.archive-list{
	font-family: "proxima-nova";
	font-weight:800;
	text-transform:uppercase;
}

.single-post .entry-content a{

}


.teasers-holder{
	padding-bottom:30px;
	/*
	border-bottom:solid 1px #d3d5d7;
	border-left:solid 1px #d3d5d7;
	border-right:solid 1px #d3d5d7;
	*/
	
	border-bottom:solid 1px var(--color-green);
	border-left:solid 1px var(--color-green);
	border-right:solid 1px var(--color-green);
	/* display:flex; */
	padding-left:30px;
	padding-right:30px;
	position:relative;
	margin-bottom: 80px;
	
	width: 90%;
	margin-left: auto;
	margin-right: auto
}

.slick-next{
    content: url(images/arrow.svg);
    text-align: center;
    /* left: 100%; */
    position: absolute;
    transform: rotate(-90deg);
	right: -57px;
    top: 11px;
	background:transparent;
	border:0;
	outline:0;
}

.slick-prev{
    content: url(images/arrow.svg);
    text-align: center;
    /* left: 100%; */
    position: absolute;
	left: -57px;
    top: 11px;
	background:transparent;
	border:0;
	outline:0;
	transform: rotate(90deg);
}

.teasers-holder::after{
	/*
    content: url(images/arrow.svg);
    text-align: center;
    left: 100%;
    position: absolute;
	transform: rotate(-90deg);
	right: -30px;
	top: 33px;
	*/
  
}

#news-teasers .teasers-holder::after{
	/*  content: url(images/arrow-white.svg); */
}

/*=========== contact page ==============*/
#shop ul{
	margin:0;
	padding:0;
}

#shop li{
	list-style:none;
}

.shop-box{
	float:left;
	width:31.333%;
	margin:1%;
}

.shop-box a{
	color:#404b46 !important;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}


#map{
	width:100%;
	height:400px;
}

section#map-section, #shop{
	padding-bottom: 0;
	padding-top: 70px
}

#shop:after{
	content:'';
	display:block;
	clear:both;
}

#shop{
	padding-bottom:70px;
	background-color: var(--background-grey);
	color:var(--color-darkblue);
}

/*============ social =============*/
#twitter{
    padding-top: 70px;
	padding-bottom: 100px;
}

.twitter-sidebar .inner-col{
	background-color:rgba(101,186,175,.4);
	background-color:var(--color-green);
	height: 80vh;
	max-height: 700px;
}

.twitter-sidebar h2{
	color:#000 !important;
}


/*========= page footer ==========*/
#colophon{
	min-height:100px;
	background-color:#3a818b;
	color:#fff;
	
	/* font-family: "lexia"; */
	font-weight:400;
	font-size:.9em;
	
	letter-spacing:.06em;
}

#colophon a{
	color:#fff;
}

#colophon a:hover{
	color:#8bbfc7 !important;
}



.home #colophon{
	/* display:none; */
}

#footer-award-logos{
	padding-top: 35px;
	padding-bottom:15px;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}

.aw-logo{
	display:inline-block;
	margin-left:20px;
	margin-right:20px;
	height:100px;
}

.aw-logo a{
	display:block;
}

.aw-logo img{
	height:70px;
	max-height:100%;
	width:auto;
	max-width: none;
}



#footer-menu li{
	list-style:none;
}

.footer-social-logo{
	width:20px;
	margin-right:7px;
	display:inline-block;
}

svg{
	width:100%;
	height:auto;
}

.footer-social-logo #post-linkedin path, .footer-social-logo path{
	fill:#fff;
}

.col-3{
	margin: 0.25em auto;
	vertical-align: top;
	display: inline-block;
	width: 33.3333%;
	float: left;
	text-align:left;
}

.col-4{
	width:33.33333%;
	float:left;
}

.newsletter-box{
	margin-bottom:30px;
}

.newsletters.col-4{
	position:absolute;
	margin-left:66.6666%;
	transition:.3s;
}

.newsletters.open-box{
	margin-left:33.3333%;
	width:66.6666%;
	transition:.3s;
}

.newsletters .show-more{
	color:#FFF;
	position:absolute;
	bottom:10px;
	/* right:10px; */
}

.newsletters .entry-content{
	display:none;
	opacity:0;
}

.newsletters.open-box .entry-content{
	display:block;
	opacity:1;
	-webkit-animation: .8s ease 0s normal forwards 1 newsfadein;
	animation: .8s ease 0s normal forwards 1 newsfadein;
}

.site-info {
    margin-left: 8%;
}

@keyframes newsfadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes newsfadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.newsletters .entry-content a{
	color:#fff;
}


.col-6{
	width:50%;
	float:left;
}


.col-8{
	width:66.6666%;
	float:left;
}

.right-side-col, .left-side-col{
	/* font-family: "lexia"; */
	font-weight:400;
	letter-spacing:.07em;
	line-height:1.7;
}

.right-side-col{
	color:#8bbfc7;
}

/*================== search box ================*/
#search-box{
	position:fixed;
	width:100%;
	height:100vh;
	background-image:url();
	background-color:green;
	top:-100vh;
	left:0;
	transition:.5s;
	z-index: 11;
	
	background-size:cover;
	background-repeat:no-repeat;
	background-position: bottom center;
	overflow:hidden;
}

#search-box.show-search{
	top:0;
	transition:.5s;
}

#search-box form{
	position:absolute;
	top:50%;
	left:30px;
	
	transform: translateY(-50%);
	
}

.search-results .site-main{
	position:relative;
}

.search-results .inner-small-width{
	padding-bottom:30px;
	margin-bottom:30px;
    padding-left: 30px;
    padding-right: 30px;
	border-bottom:solid 1px #d3d5d7;
	position: relative;
}

.search-results .inner-small-width::after{
	/*
    content: url(images/arrow.svg);
    text-align: center;
    left: 50%;
    position: absolute;
    bottom: -29px;
    width: 100px;
    height: 30px;
	margin-left:-45px;
	*/
	
}



.search-form input[type="search"]{
	font-size: 3em;
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: solid 1px #fff;
	outline: none;
	
	-webkit-appearance: textfield;
}

.search-results-container .entry-summary{
	margin-top:10px;
}

.search-results-container .hentry{
	margin-bottom:2.2em;
}

.cat-links{
	display:none;
}

.nav-links{
	display:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



/*==================== products ====================*/
.prod-row{
	display:flex;
	justify-content: center;
}

.prod-image{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 0;
}

/*------------------- animations -----------------*/



@keyframes fademeout {
  0%{
	opacity:1;
  }
  
  95%{
	opacity:0;
  }

  100%{
	display:none;
  }
}


[nvs-animation-type]{
	visibility: hidden;
}

#home-copy-block{
	animation-delay:0s !important;
}

.leaf-green {
	animation-delay:1.1s !important;
}

.leaf-grey{
	animation-delay:1.3s !important;
}

#left-box, #right-box{
	animation-delay:1.6s !important;
}


.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  
  animation-delay:.1s;
}

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

.past-results{
	display: block;
	clear: both;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin-left: -10%;
}







@-webkit-keyframes openline {
  0%{
	width:0px;

  }
  100%{
	width:132px;

  }
}

@keyframes openline {
  0%{
	width:0px;

  }
  100%{
	width:132px;

  }
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  
  40%{
  	 opacity: 0;
  }

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

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

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

  100% {
    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);
  }
}

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

@-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);
  }
}

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

@-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);
  }
}

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


/* ================= end animation ====================*/





.newsletters ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
	
}

.newsletter-title a{
	text-transform:uppercase;
	font-family: "proxima-nova";
	font-weight: 700;
	letter-spacing: .09em;
	color:#404b46;
	
	color:var(--color-darkblue);
		
}

.newsletters h2{
	text-transform:uppercase;
	font-family: "proxima-nova";
	font-weight: 700;
	letter-spacing: .09em;
	color:#fff;
	font-size:1.2em;
	margin-top:0;
}

.blog-cont .lawyer-txt-title{
	margin-top:5px;
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
}

#blog-news:after{
	content:'';
	display:block;
	clear:both;
}

.search-no-results .search-form input[type="search"], .error404 .search-form input[type="search"]{ 
	color:#fff;
	border-bottom:solid 1px #FFF;
}

.search-no-results ::-webkit-input-placeholder, .error404 ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color:#f3f3f3;
}
.search-no-results ::-moz-placeholder, .error404 ::-moz-placeholder{ /* Firefox 19+ */
color:#f3f3f3;
}
.search-no-results :-ms-input-placeholder, .error404 :-ms-input-placeholder{ /* IE 10+ */
  color:#f3f3f3;
}
.search-no-results :-moz-placeholder, .error404 :-moz-placeholder{ /* Firefox 18- */
  color:#f3f3f3;
}

/* -- title change july 25 2018 ---*/
.inner-cont h2.lawyer-txt-title {
    text-transform: none;
}



.home .cta{
	border:solid 1px #FFF;
    width: 112%;
    margin-left: -2em;
	margin-top: 2em;
}

.cta{
	padding:.5em;
	padding-top:.5em;
	border:solid 1px #404b46;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	line-height: 1.1;
	margin-top:1em;
	margin-bottom:1em;
}

.home .cta a{
	color:#fff !important;
}

.cta a{
	font-family: "proxima-nova";
	font-weight: 700;
	text-transform: uppercase;
	font-size:.9em;
	letter-spacing:.05em;
}


.page-id-81 #barba-wrapper, .page-id-53 #barba-wrapper, .page-id-6 #barba-wrapper{
	background-color:var(--color-darkblue);
	color:#fff;
}

.page-id-81 .lawyer-sidebar-button, .page-id-53 .lawyer-sidebar-button, .page-id-6 .lawyer-sidebar-button{
	background-color:#02243b;
}


.page-id-6 .site-main{
	padding-bottom:0px;
}



.archive .site-main{
	min-height:90vh;
	min-height:900px;
}


.spacer-lawyer{
	height:0em;
}


.background-box{
	padding:1em;
	background-color:var(--background-grey);
	margin-bottom:1em;
}


/*========== mobile =============*/

@media screen and (max-width: 1024px) { 
	.left-box {
	    left: -10vw;
	}
	
	.right-box{
		right:-10vw;
	}
	
	body{
		overflow-x:hidden;
	}
}

@media screen and (max-width: 830px) { 

	.site-info {
		margin-left: 0%;
	}
	
	ul#footer-menu {
   		margin: 0 0 1.5em 0em;
	}
	
}



@media screen and (max-width: 812px) { 
	
	
	#animated-circles {
	    width: auto;
	    height: 100%;
	    right: -93%;
	    top: 0em;
	    position: absolute;
	    /* left: -134%; */
	}
	
	
	
	/* ----- menu ------*/
	.menu-top-menu-container{
		max-width:none;
	}
	
	#primary-menu{
		background-color:#fff;
	    top: 62px;
	    width: 100vw;
		height:90vh;
		text-align:left;
		transition:.3s;
		
		transform: translateX(-100vw);
		position: absolute;
	}
	
	#primary-menu.show-all{
		transform: translateX(0vw);
	}
	
	.toggled #primary-menu{
		transition:.3s;
	}
	
	#primary-menu li {
	    opacity: 1;
	    transition: .5s;
	    transform: translateY(0px);
		padding-left: 20px;
	}
	
	.main-navigation.toggled ul{
	
	}
	
	.main-navigation{
		transition:.3s;
	}
	
	.main-navigation.toggled ul{
		float:none;
	
	}
	
	.main-navigation li{
		display:block;
	}
	
	.main-navigation a{
		font-size:1.2em;
	}
	/*----------------------*/
	
	#nav-arrow-marker{
		display:none;
	}
	
	.bench-knows h2, #individual-recognition h2{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.home .splash-btn-container {
	    margin-top: 4px;
	    text-align: center;
		margin-left: -12px;
	}
	
	.home .splash-btn-container a:last-child {
	    margin-left: 0px;
	}
	
	#left-box.center-me, #right-box.center-me {
	    left: 0%;
	    margin-left: 0px;
	    transition: .7s;
	    width: 95%;
	}
	
	.left-box {
    	left: -100vw;
	}
	
	.right-box{
		left: -100vw;
	}
	
	#primary-menu.show-all li {
	    width: 100%;
	}
	
	.main-navigation li {
	    padding-top: 0px;
	    margin-top: 0px;
	    height: 40px;
	}
	
	.main-navigation a {

	    padding-top: 0px;
	    margin-top: 0px;
	}
	
	#primary-menu:before {
	    margin-left: -3%;
	}
	
	#practice-box, #representative-box, #publications-box{
		width: 100%;
		position:relative;
		top:0;
		left:0;
	}
	
	#practice-box.open-box,  #representative-box.open-box, #publications-box.open-box{
		width:100%;
		top:0;
		left:0;
	}
	
	.inner-med-width{
		margin-left: auto;
		margin-right: auto;
		/* margin-right:20px; */
	}
	
	.inner-small-width{
		margin-left: auto;
		margin-right: auto;
		/* margin-right:20px; */
	}
	
	.inner-xsmall-width{
		margin-left: auto;
		margin-right: auto;
		/* margin-right:20px; */
	}
	
	.inner-med-width {
	    width: 90%;
	}
	
	
	
}

@media screen and (max-width: 414px) { 
	.home .cta{
	    width: 85%;
	    margin-left: auto;
		margin-right:auto;
		margin-top: 2em;
	}
	
	.fp-swirl{
		position: absolute;
		    z-index: 99;
		    height: 100%;
		    right: 6em;
		    top: 8em;
		    transform: scale(.6);
	}
	
}

@media only screen and (min-device-width: 375px) and (max-device-width: 760px) and (orientation: landscape) { 
	/* landscape iphone */
	.inner-col{
		height:auto;
	}
	
	#practice-box, #representative-box, #publications-box{
		max-height:none;
	}
	
	.show-more{
		display:none;
	}
}


@media screen and (max-width: 568px) {
	
	
	.frontpage-overlay-background {
		background-position:bottom center;
		background-size: 181%;
	}
	
	    
	
	.splash-container-logo {
	    max-width: 255px;
	}
	
	
	.home .spash-container {
	    top: 28%;
	}
	
	
	
	/* ----- menu ------*/
	.menu-top-menu-container{
		max-width:none;
	}
	
	#primary-menu{
		background-color:#fff;
	    top: 95px;
	    width: 100vw;
		height:90vh;
		text-align:left;
		transition:.3s;
		
		transform: translateX(-100vw);
		position: absolute;
	}
	
	#primary-menu.show-all{
		transform: translateX(0vw);
	}
	
	.toggled #primary-menu{
		transition:.3s;
	}
	
	#primary-menu li {
	    opacity: 1;
	    transition: .5s;
	    transform: translateY(0px);
		padding-left: 20px;
	}
	
	.main-navigation.toggled ul{
	
	}
	
	.main-navigation{
		transition:.3s;
	}
	
	.main-navigation.toggled ul{
		float:none;
	
	}
	
	.main-navigation li{
		display:block;
	}
	
	.main-navigation a{
		font-size:1.2em;
	}
	/*----------------------*/
	
	
	.post-type-archive-stock_lawyers #lawyer-sidebar {
		transform: translateX(100%) translateX(-40px);
	}
	
	.post-type-archive-stock_lawyers.slide-in #lawyer-sidebar {
		transform: translateX(0);
	}
	
	
	
	
	
	#nav-arrow-marker{
		display:none;
	}
	
	h1 {
	    font-size: 1.5em;
	}
	
	h2 {
	    font-size: 1.3em;
		/*
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		*/
	}
	
	.bench-knows h2, #individual-recognition h2{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.home .splash-btn-container {
		margin-top: 4px;
		text-align: left;
		margin-left: 0px;
	}
	
	.home .splash-btn-container a:last-child {
	    margin-left: 0px;
	}
	
	
	#content {
	    padding-top: 0px;
		margin-right: 30px;
	}
	
	.news-circle-overlay {
	    left: -2.5em;
	    width: 53%;
	    top: 4em;
	}
	
	
	#practice-box, #representative-box, #publications-box{
		width: 100%;
		position:relative;
		top:0;
		left:0;
	}
	
	#practice-box.open-box,  #representative-box.open-box, #publications-box.open-box{
		width:100%;
		top:0;
		left:0;
	}
	
	.lawyer-sm-cont {
	    width: 46%;
	    margin: 2%;
	    float: left;
	}
	
	.left-box {
    	left: -700px;
	}
	
	.right-box{
		left: -700px;
	}
	
	#lawyers-list {
	    margin-top: 30px;
	    margin-bottom: 30px;
	    /* border-bottom: solid 1px #d3d5d7; */
	    padding: 0px;
	}
	
	#secret-sauce p {
	    letter-spacing: .06em;
	    text-align:center;

		-moz-text-align-last: center;
		text-align-last: center;

	}
	
	.group-end-line:after {
	    bottom: -30px;
	}
	
	.headshot-container {
	    min-height: 230px;
	    margin-bottom: 0px; 
	}
	
	.headshot-overlay{
		/* width:80%;  */
		/*
		width: 77.5%;   
		left: 10%;
		*/
	}
	
	.headshot {
		/*
	    width: 66.5%;
	    top: 11.2%;
	    left: 20%;
		*/
		
		width: 64.5%;
		top: 10.2%;
		left: 22%;
	}
	
	.inner-med-width{
		margin-left:20px;
		margin-right: 32px;
		/* margin-right:20px; */
	}
	
	.inner-small-width{
		margin-left:20px;
		margin-right: 32px;
		/* margin-right:20px; */
	}
	
	.inner-xsmall-width{
		margin-left:20px;
		margin-right: 32px;
		/* margin-right:20px; */
	}
	
	.practice-entry-content{
		text-align:center;
	}
	
	.inner-small-width-with-pad, #in-the-numbers .inner-med-width {
	    max-width: 585px;
	    margin-left: 20px;
		margin-right: 32px;
	   /*  margin-right: 20px; */
	}
	
	.teasers-holder{
		-webkit-flex-direction: column;
		   flex-direction: column;
	}
	
	.news-teaser {
	    width: 98%;
	    margin: 1%;
	}
	
	.news-teaser .news-title{
		min-height:0;
	}
	
	.read-more-link {
	    margin-top: 0px;
	    margin-bottom:15px;
	}
	
	.justified {
	    text-align: center;
	    font-size: 1.1em;
	}
	
	.col-3 {
		width:90%;
	}
	
	.col-6{
		width:100%;
	}
	
	
	#colophon{
		padding-bottom:30px;
	}
	
	#colophon .col-3{
		text-align:center;
	}
	
	.menu-footer-menu-container ul{
		margin-left:0;
		padding-left:0;
	}
	
	.n-wrap {
		width: 46%;
		margin: 2%;
	}
	
	.white-bg {
	    background-color: #fff;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	.person-pic {
	    width: 16%;
		
		width: 90px;
		height: 90px;
	}
	
	.person-details {
	    width: 75%;
	    margin-left: 4%;
	}
	
	.shop-box {
	    float: left;
	    width: 98%;
	    margin: 1%;
	}
	
	#hamburger-search {
	   /*  right: 49px; */
	}
	
	.site-branding {
	    width: 170px;
		right: 42px;
		top: -5px;
	}
	
	.lawyer-sidebar-wrap {
	    width: 87%;
	}
	
	#lawyer-sidebar .lawyer-sidebar-wrap {
	    padding: 0px;
	}
	
	#lawyer-sidebar .lawyer-sm-cont {
	     width: 45%; 
	}
	
	.headshot {
	    height: 60vw;
	    width: 60vw;
		top:unset;
		left:unset;
	}
	
	.col-8, .clo-4{
		width:100%;
	}
	
	.newsletters.col-4 {
	    position: relative;
	    margin-left: 0%;
		width:100%;
	    transition: .3s;
	}
	
	.newsletters.open-box .inner-col{
		height:auto;
	}
	
	#lawyer-sidebar {
	    width: 90%; 
		left:10%;
	}
	
	ul, ol {
	    margin: 0 0 1.5em 1em;
	}
	
	#hamburger-search {
	    position: absolute;
	}
	
	#left-box.center-me, #right-box.center-me {
	    left: 0%;
	    margin-left: 0px;
	    transition: .7s;
	    width: 95%;
	}
	
	#primary-menu.show-all li {
	    width: 100%;
	}
	
	.main-navigation li {
	    padding-top: 0px;
	    margin-top: 0px;
	    height: 40px;
	}
	
	.main-navigation a {

	    padding-top: 0px;
	    margin-top: 0px;
	}
	
	#primary-menu:before {
	    margin-left: -3%;
	}
	
	#news-archive ul {
	    margin: 0;
	    padding: 0;
	    margin-bottom: 30px;
	}
	
	h3.year-title {
	    margin-bottom: 0;
		display: block !important;
	}
	
	.search-form input[type="search"] {
	    font-size: 2em;
		
	}
	
	input {
	    -webkit-appearance: none;
	}
	
	
	.group-end-line {
	    border-bottom: solid 1px #d3d5d7;
	    border-left: none;
	    border-right: none;
		
		width:98%;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	

}


/* fix for IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	#frontpage-overlay{
		position:relative;
		z-index:0;
	}
	
	.home #masthead {
	    margin-top: 0;
	}
}
