/*
Theme Name: Studio Simpatico
Theme URI: http://www.studiosimpati.co/
Description: This theme is a derivative of Super Hijinksified, custom coded for the client.
Author: Studio Simpatico
Author URI: http://www.studiosimpati.co/
Version: 1.0
*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;}canvas{display:inline;}video{display:inline;}audio:not([controls]){display:none}[hidden]{display:none}html{color:#222;font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button{-webkit-appearance:button;color:#222;cursor:pointer;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;overflow:visible;vertical-align:middle}input{color:#222;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;vertical-align:middle}select{color:#222;font-family:sans-serif;font-size:100%;margin:0;vertical-align:middle}textarea{color:#222;font-family:sans-serif;font-size:100%;margin:0;overflow:auto;resize:vertical;vertical-align:top}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{bottom:-.25em;font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{font-size:75%;line-height:0;position:relative;top:-.5em;vertical-align:baseline}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;padding:0;white-space:normal}input[type="button"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="reset"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="submit"]{-webkit-appearance:button;cursor:pointer;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="radio"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

:root {
  	--white: #fff;
  	--black: #000;
  	--regular-blue: #2A3043;
  	--dark-blue: #0D1325;
	--darker-blue: #2D3356;
	--light-blue: #ECF3F9;
  	--light-gray: #F4F4F4;
  	--light-gray-alt: #F2F2F2;
  	--dark-gray: #595959;
  	--gray: #181818;
  	--darkest-blue: #0E1324;
  	--medium-gray: #979797;
  	--dark-purple: #040C2D;
  	--darker-purple: #212529;
  	--light-purple: #dedee6;
  	--brighter-purple: #2C3259;
  	--purple: #585C83;
  	--purple-alt: #262B43;
  	--body-font: baskerville-display-pt, baskerville, georgia, serif;
	--special-font: lato, arial, helvetica, sans-serif;
	--container-width: 1284px;
	--container-outer-padding: 56px;
}

html {
    font-size: 100%;
	scroll-behavior: smooth;
}

body {
	background: var(--white);
	color: var(--black);
	font: 1rem var(--body-font);
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.svg-inline--fa {
	display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
	vertical-align: -0.125em;
}

.svg-inline--fa path {
	fill: currentColor;
}

a {
	color: var(--dark-blue);
	text-decoration: none;
	transition: all .25s ease;
}

a:hover {
}

.btn,
.gform_wrapper .gform_button {
	background: none;
	border: 2px solid var(--black);
	border-radius: 2px;
	color:  var(--black);
	display: inline-block;
	font: 700 calc(14rem / 16)/calc(17 / 14) var(--special-font);
	padding: 12px 38px 12px 24px;
	position: relative;
}

.btn.no-icon,
.gform_wrapper .gform_button {
	padding-right: 24px;
}

.btn svg {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	transition: transform .25s ease;
}

.btn:hover {
	background: var(--black);
	color: var(--white);
	text-decoration: none;
}

.btn:hover svg {
	transform: translate3d(10px, -50%, 0);
}

.btn.filled,
.gform_wrapper .gform_button {
	background: var(--darker-blue);
	border: none;
	color: white;
}

.btn.filled:hover,
.gform_wrapper .gform_button:hover {
	background: var(--dark-gray);
}

.btn.white {
	border-color: var(--white);
	color: var(--white);
}

.btn.white:hover {
	background: var(--white);
	color: var(--black);
}

input[type=submit],
button {
	border-radius: 0;
	font-family: inherit;
	transition: all .25s ease;
}

img,
svg,
iframe {
	height: auto;
	max-width: 100%;
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4 {

}

h1,
.heading-1 {
	font-size: 3.5rem; /*56*/
	font-weight: normal;
	line-height: 1.35;
	margin: 0;
}

h1 span {
	display: block;
	font-size: 1.25rem; /*20*/
	font-weight: bold;
}

h2,
.heading-2 {
	font-size: 2.5rem; /*40*/
	font-weight: 900;
	line-height: 1.5;
	margin: 0 0 48px;
}

h3,
.heading-3 {
	font-size: 1.25rem; /*20*/
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: calc(28 / 20);
	margin: 0;
	text-transform: uppercase;
}

h4,
.heading-4 {
	font-size: calc(18rem / 16);
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: calc(24 / 18);
	margin: 0;
}

p,
ul,
ol {
	font-size: calc(20rem / 16);
	letter-spacing: 0.01875rem;
	line-height: calc(30 / 20);
	margin-bottom: 48px;
}

p.medium,
ul.medium,
ol.medium {
	font-size: calc(18rem / 16);
	letter-spacing: 0.3px;
	line-height: calc(28 / 18);
	margin-bottom: 22px;
}

header,
section,
footer,
article {
	width: 100%;
}

.container {
	clear: both;
	margin: 0 auto;
	max-width: var(--container-width); /*Based off 1200 Sketch files*/
	padding: 0 var(--container-outer-padding);
	position: relative;
}

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

.grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.grid li {
	list-style: none;
}

.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

.image-zoom {
	overflow: hidden;
}

.image-zoom img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: all .25s ease;
	width: 100%;
}

.hidden {
	display: none !important;
}

/***Carousels***/

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

.carousel {
	overflow: hidden;
}

.slick-track {
	display: flex;
}

/***reCaptcha***/

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
	background-color: var(--regular-blue);
	padding: 90px 0 0;
	position: relative;
}

header > form {
	position: absolute;
	right: 57px;
	top: 24px;
	width: 115px;
}

header form input {
	background-color: transparent;
	border: none;
	border-bottom: 0.5px solid #E1E6EB;
	color: var(--white);
	font-family: var(--body-font);
	font-size: calc(14rem / 16);
	height: 27px;
	width: 100%;
}

header form ::-webkit-input-placeholder {
	color: #E1E6EB;
	font-style: italic;
}

header form ::-moz-placeholder {
	color: #E1E6EB;
	font-style: italic;
	opacity: 1;
}

header form :-ms-input-placeholder {
	color: #E1E6EB;
	font-style: italic;
}

header form input:focus {
	border-bottom-color: var(--white);
	outline: none;
}

header form button {
	background: none;
	border: 0;
	color: var(--white);
	font-size: 1rem;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
}

header .logo {
	display: block;
	margin: 0 auto 37px;
	max-width: 100%;
	width: 1072px;
}

/*Nav*/

header nav {
	background: var(--dark-blue);
}

header nav #menu-main {
	display: flex;
	justify-content: space-between;
}

header nav #menu-main > li > a {
	color: var(--white);
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.01875rem;
	padding: 14px 0 13px;
	text-transform: uppercase;
}

header nav #menu-main > li > a:hover {
	text-decoration: underline;
}

header nav #menu-main > li > ul.sub-menu {
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	margin-left: -50px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 999;
}

header nav #menu-main > li.three-column > ul.sub-menu {
	column-count: 3;
	column-gap: 30px;
	left: 0;
	margin-left: 0;
	width: 100%;
}

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

header nav #menu-main > li:hover a {
	position: relative;
}

header nav #menu-main > li.menu-item-has-children:hover > a::before {
	border-color: transparent transparent #ffffff transparent;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -19px;
	position: absolute;
	top: 41px;
	width: 0;
}

header nav #menu-main .sub-menu {
	background-color: var(--white);
	padding: 22px 38px;
}

header nav #menu-main .sub-menu > li > a {
	color: var(--gray);
	display: inline-block;
	margin-bottom: 18px;
}

.tax-testimonial_type #menu-item-32129 .sub-menu {
	display: block!important;
}

header nav #menu-main .sub-menu > li:last-of-type > a {
	margin-bottom: 0;
}

header nav #menu-main .sub-menu > li > a:hover {
	text-decoration: underline;
}

header nav #menu-main .sub-menu > li > ul {
	background-color: var(--light-gray-alt);
	break-inside: avoid;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
	margin-bottom: 20px;
	padding: 13px 19px;
}

header nav #menu-main .sub-menu > li > ul > li > a {
	font-size: .875rem;
}

header nav .searchform {
	display: none;
}

/***Mobile Menu***/

header .mobile-menu {
    display: none;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer.main {
	background-color: var(--light-gray);
	padding: 25px 0 16px;
	text-align: center;
}

footer p {
	font-size: 0.875rem;
	letter-spacing: 0.015625rem;
	line-height: 1.71;
	margin: 0;
}

footer .copyright {
	color: var(--dark-gray);
	font: calc(11rem / 16)/calc(15 / 11) var(--special-font);
	letter-spacing: 1px;
	margin-top: 20px;
}

footer #returnhome,
footer #contactus {
	background-color: var(--darker-blue);
	border: 2px solid var(--darker-blue);
	color: white;
	display: inline-block;
	font-size: .875rem;
	margin: 20px 0 0;
	padding: 4px 10px;
	text-transform: uppercase;
}

footer #contactus {
	margin-bottom: 40px;
}

footer #returnhome:hover,
footer #contactus:hover {
	opacity: .8;
}

footer p a,
footer p a:hover {
	text-decoration: underline;
}

.foundation-logo {
	background: var(--darker-blue);
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 16px;
	padding: 4px 5px 7px;
	width: 226px;
}

.foundation-logo img {
	filter: brightness(0) invert(1);
}

.social {
	display: inline-block;
	margin: 36px auto 5px;
	padding: 0;
	width: 100%;
}

.social li.linkedin a {
	background-image: url('svgs/linkedin.svg');
}

.social li.facebook a {
	background-image: url('svgs/facebook.svg');
}

.social li.instagram a {
	background-image: url('svgs/instagram.svg');
}

.social li.twitter a {
	background-image: url('svgs/twitter.svg');
}

.social li.youtube a {
	background-image: url('svgs/youtube.svg');
}

.social li {
	display: inline-block;
}

.social li a {
	background-color: var(--darker-blue);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	margin: 0 6px;
	width: 36px;
}

.social li a:hover,
.foundation-logo:hover {
	opacity: .8;
}

/***************************************************************************************************************************************************************************************/

/*HOME PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.hero {
	height: 600px;
	overflow: hidden;
	position: relative;
}

.hero .slide {
	background: no-repeat center;
	background-size: cover;
	display: flex;
	position: relative;
}

.hero .slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(45,51,86,.7)
}

.hero video {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.hero article {
	color: var(--white);
	margin: auto;
	max-width: 834px;
	position: relative;
	text-align: center;
	width: 100%;
}

.hero h1 {
	font-weight: 700;
	margin-bottom: 30px;
}

.hero p {
	font-weight: 600;
	margin-bottom: 22px;
}

.slick-arrow {
	background: none;
	border: none;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 0;
	position: absolute;
	top: 239px;
	width: 23px;
	z-index: 2;
}

.slick-arrow:hover,
.slick-dots button:hover {
	opacity: .6;
}

.slick-arrow.slick-prev {
	left: 52px;
}

.slick-arrow.slick-next {
	right: 52px;
}

.slick-arrow svg {
	fill: var(--white);
	width: 100%;
}

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

.slick-dots li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
}

.slick-dots button {
	background: var(--white);
	border: none;
	border-radius: 100%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	height: 12px;
	padding: 0;
	text-indent: -9999999px;
	width: 12px;
}

.slick-dots .slick-active button {
	background: var(--dark-gray);
}

/***Case Studies***/

.case-studies {
	background: var(--light-blue);
	position: relative;
}

.case-studies h2,
.awards h2 {
	background: var(--regular-blue);
	color: var(--white);
	padding: 13px 20px 15px;
	text-align: center;
}

.case-studies .carousel {
	padding: 29px 60px 30px;
}

.case-studies .slick-list {
	overflow: hidden;
}

.case-studies .slide {
	height: auto;
	padding: 0 4px 10px;
}

.case-studies .slide a {
	background: white;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--black);
	display: block;
	height: 100%;
	position: relative;
}

.case-studies .image-zoom {
	height: 261px;
}

.case-studies article {
	padding: 19px 30px 37px;
	width: 100%;
}

.case-studies h3 {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: calc(24 / 16);
	margin-bottom: 16px;
	text-transform: none;
}

.case-studies span {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	text-align: center;
}

.case-studies span.read-more {
	bottom: 16px;
	color: var(--purple-alt);
	margin: 0;
	position: absolute;
	right: 30px;
}

.case-studies .read-more:hover {
	color: var(--dark-gray);
}

.case-studies .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.awards .slick-arrow.slick-prev,
.case-studies .slick-arrow.slick-prev {
	left: 17px;
}

.awards .slick-arrow.slick-next,
.case-studies .slick-arrow.slick-next {
	right: 17px;
}

.case-studies .slick-arrow svg,
.awards .slick-arrow svg {
	fill: var(--darker-blue);
}

/***Awards***/

.awards .carousel {
	margin: 52px 0;
	padding: 0 50px;
	position: relative;
}

.awards .slick-list {
	overflow: hidden;
}

.awards .slide {
	padding: 15px;
}

.awards .slide a {
	align-items: center;
	background: var(--regular-blue);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	height: 500px;
	justify-content: center;
	margin: 0 auto;
	padding: 15px;
}

.awards .slide a img {
	max-width: 250px;
	width: 100%;
}

.awards .slide p {
	color: white;
	font-weight: bold;
	text-align: center;
}


.awards .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

main {
	padding-bottom: 100px;
}

main article {
	position: relative;
	width: 71.7%;
}

article .share-post {
	margin: 0;
	padding: 0;
	text-align: right;
}

article .share-post li {
	display: inline-block;
	list-style: none;
	margin-left: 12px;
}

article .share-post a {
	background: no-repeat center;
	background-color: var(--darker-blue);
	border-radius: 2px;
	display: block;
	height: 42px;
	width: 42px;
}

article .share-post a:hover {
	opacity: .6;
}

article .share-post .share-print {
	background-image: url('svgs/icon-print.svg');
}

article .share-post .share-email {
	background-image: url('svgs/icon-email.svg');
}

main article .content-wrapper a,
.careers-list a {
	text-decoration: underline;
}

main article a:hover {
	color: var(--black);
	text-decoration: underline;
}

main article h2 {
	margin-bottom: 24px;
}

main article p:first-of-type {
	margin-top: 0;
}

main article figure {
	margin-bottom: 30px;
}

main article figcaption {
	font-style: italic;
	margin-top: 10px;
}

main article p :visited,
main article p a {
	color: var(--dark-purple);
	text-decoration: underline;
}

main article p a:hover {
	color: var(--dark-purple);
	text-decoration: none;
}

main article ol,
main article ul {
	padding: 0 0 0 22px;
}

main article ol li,
main article ul li {
	margin-bottom: 5px;
}

main article .wp-block-file__button {
	margin-left: 10px;
}

main article .article-tags {
	margin: 0;
	padding: 0;
}

main article .article-tags.first {
	margin-top: 60px;
}

main article .article-tags li {
	display: inline-block;
}

main article .article-tags li a {
	background-color: var(--darker-blue);
	color: white;
	display: inline-block;
	font-family: var(--special-font);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 9px 11px 0;
	padding: 6px 10px;
}

main article .article-tags li a:hover {
	text-decoration: none;
	opacity: .8;
}

main article .article-tags.practice-areas li a {
	background-color: var(--light-purple);
	color: var(--darker-blue);
}

main article .article-tags.publications li a {
	background-color: #5D6887;
	color: #DEDEE6;
}


.captioned-image {
	background: #fff;
	border-radius: 4px 4px 0 0;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15), inset 0px -3px 0px #2D3356;
	margin-bottom: 10px;
	max-width: 340px;
	padding: 24px 24px 32px 24px;
	width: 37%;
}

.captioned-image.left {
	float: left;
	margin-right: 30px;
}

.captioned-image.right {
	float: right;
	margin-left: 30px;
}

.captioned-image img {
	display: block;
	margin: 0 auto 27px;
	max-width: 200px;
	width: 100%;
}

.captioned-image p {
	color: #000;
	font-size: calc(14rem / 16);
	font-weight: 600;
	letter-spacing: calc(0.25rem / 16);
	line-height: calc(20rem / 16);
	margin: 0;
}

/* Page Hero */

.page-hero {
	background-position: center;
	background-size: cover;
	box-shadow: 0px 2px 4px rgba(4,12,45,.3);
	margin-bottom: 32px;
	padding: 125px 0 151px;
	position: relative;
	text-align: center;
}

.page-hero h1 {
	color: var(--white);
}

.page-hero::before {
	background-color: rgba(45,51,86,.7);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Left Navigation */

.mobile-filters,
.mobile-filters-alt {
	display: none;
}

.left-navigation {
	margin-right: 3.1%;
	margin-top: 15px;
	width: 25.2%;
}

.left-navigation > ul {
	border-top: 3px solid var(--purple);
}

.back-link {
	color: var(--dark-gray);
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.01875rem;
	margin-bottom: 33px;
}

.back-link:hover {
	color: var(--dark-gray);
	text-decoration: underline;
}

.back-link::before {
	background-image:url('svgs/back-caret.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	display: inline-block;
	height: 15px;
	margin-right: 11px;
	width: 9px;
}

main nav ul li a {
	color: var(--black);
	display: block;
	padding: 15px 20px;
}

main nav ul li a:hover {
	color: var(--black);
}

.single-practice-areas main nav > ul > li > a {
	text-transform: none;
}

main nav > ul > li > a {
	border-top: 1px solid var(--light-purple);
	text-transform: uppercase;
	width: 100%;
}

main nav > ul > li.current-menu-item > a,
main nav > ul > li.current_page_item > a,
main nav > ul > li.current_page_ancestor > a,
main nav > ul > li > a:hover,
.single-galleries main nav > ul > li.menu-item-28499 > a,
.single-com-testimonials main nav > ul > li.menu-item-31672 > a,
main nav > ul > li.current-menu-parent > a,
.single-testimonials main nav > ul > li.menu-item-28412 > a
{
	background-color: var(--light-purple);
	color: var(--black);
	font-weight: bold;
}

main nav > ul > li.current-menu-item > ul,
main nav > ul > li.current_page_ancestor > ul,
main nav > ul > li.current_page_parent > ul,
main nav > ul > li.current_page_item > ul,
.single-galleries main nav > ul > li.menu-item-28499 > ul,
.single-com-testimonials main nav > ul > li.menu-item-31672 > ul,
main nav > ul > li.current-menu-parent > ul,
.single-testimonials main nav > ul > li.menu-item-28412 > ul,
.post-type-archive-com-testimonials main nav > ul > li.menu-item-31672 > ul
{
	display: block;
}

main nav > ul > li > ul {
	display: none;
	margin: 0px 0 20px;
}

main nav > ul > li > ul > li > a {
	padding: 6px 50px;
}

main nav > ul > li > ul > li > ul > li > a {
	font-size: 1rem;
	padding: 6px 50px 6px 70px;
}



main nav > ul > li > ul > li.current-menu-ancestor > a,
main nav > ul > li > ul > li.current-menu-parent > a,
main nav > ul > li > ul > li > a:hover,
main nav > ul > li > ul > li.current-menu-item > a,
main nav > ul > li > ul > li.selected > a,
main nav > ul > li > ul > li > ul > li > a:hover,
main nav > ul > li > ul > li > ul > li.current-menu-item > a,
main nav > ul > li > ul > li > ul > li.selected > a {
	font-weight: bold;
}

/* Grids */

.publication-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.publication-grid li {
	list-style: none;
	margin-bottom: 4px;
	margin-right: 4px;
	width: calc((100% - 12px) / 4);
}

.publication-grid li:nth-of-type(4n) {
	margin-right: 0;
}

.publication-grid li a {
	background-color: var(--light-gray-alt);
	display: flex;
	width: 100%;
}

.community-grid li {
	margin-right: 4px;
	width: calc((100% - 8px) / 3);
}

.community-grid li a img {
	display: block;
	margin-bottom: 4px;
	width: 100%;
}

.community-grid li a {
	color: var(--dark-blue);
	display: block;
	margin-bottom: 32px;
}

.community-grid li:nth-of-type(3n) {
	margin-right: 0;
}

.honors-awards-grid {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(4,1fr);
}

.honors-awards-grid li a {
	align-items: center;
	background-color: var(--regular-blue);
	border: 10px solid var(--darkest-blue);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.page-template-default .honors-awards-grid li a {
	justify-content: center;
	height: 200px;
}

.honors-awards-grid li a span.image-wrapper {
	display: flex;
	height: 220px;
	align-items: center;
	max-width: 80%;
}

.honors-awards-grid li a span.image-wrapper img {
	max-height: 180px;
	width: auto;
}

.honors-awards-grid li a span.teaser {
	color: white;
	display: block;
	font-weight: bold;
	text-align: center;
}

.languages-grid > li {
	align-items: center;
	background-color: var(--dark-purple);
	color: var(--white);
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	height: 240px;
	justify-content: center;
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 20px;
	position: relative;
	text-align: center;
	width: calc((100% - 2px) / 3);
}

.languages-grid > li:hover {
	background-color: var(--brighter-purple);
	transform: scale(1.1);
	transition: all .25s;
	z-index: 2;
}

.languages-grid ul {
	background-color: var(--white);
	margin: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 100%;
}

.languages-grid > li:hover ul {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.languages-grid ul li {
	display: block;
	list-style: none;
	width: 100%;
}

.languages-grid ul a {
	color: var(--dark-purple);
	display: block;
	font-size: 1rem;
	padding: 8px 29px;
	text-align: center;
	width: 100%;
}

.languages-grid ul a:hover {
	background-color: var(--light-gray);
}

.languages-grid li:nth-of-type(3n) {
	margin-right: 0;
}

/* Content Cards */

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

ul.cards li {
	list-style: none;
}

ul.cards li a {
	border-bottom: 3px solid var(--purple);
	box-shadow: 0px 2px 10px rgba(4,12,45,.15);
	display: flex;
	margin-bottom: 24px;
	padding: 22px 40px 20px 24px;
}

ul.cards li a:hover .readmore::after {
}

ul.cards li img.attachment-thumbnail,
ul.cards li img.attachment-card-thumb,
.search-results li.video-card a img {
	height: 122px;
	margin-right: 27px;
	object-fit: cover;
	width: 122px;
}

.search-results li.video-card a {
	display: block;
}

.search-results li.video-card a img {
	float: left;
}

ul.cards li .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 149px);
}

ul.video-cards li .content {
	width: 100%;
}

ul.cards.career li .content {
	width: 100%;
}

ul.cards li .content .title {
	width: 100%;
}

.publication-image {
	max-width: 160px;
}

ul.cards .publication-image {
	margin-top: 20px;
}

.single:not(.single-practice-areas):not(.single-attorneys) article .publication-image {
	margin-top: -30px;
	margin-bottom: 48px;
}

ul.cards li a,
ul.cards li a h2 {
	color: var(--black);
	font-size: calc(18rem / 16);
}

ul.cards .eyebrow {
	color: var(--purple);
	display: block;
	font: bold calc(12rem / 16)/calc(24 / 12) var(--special-font);
	letter-spacing: .4px;
}

ul.cards .readmore,
.case-studies .read-more {
	color: var(--purple-alt);
	display: block;
	font-family: var(--special-font);
	font-size: 0.875rem;
	margin-left: auto;
	margin-top: auto;
	text-align: right;
}

ul.cards .readmore::after,
.case-studies .read-more:after {
	background-image:url('svgs/caret.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 4px;
	vertical-align: middle;
	width: 6px;
}

.alm-btn-wrap {
	margin-top: 30px;
	text-align: center;
}

.alm-load-more-btn.done {
	display: none;
}

.alm-load-more-btn:after {
	background: url('svgs/icon-arrow-down-dark.svg') no-repeat;
	background-size: contain;
	content: '';
	height: 17px;
	margin-top: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.alm-load-more-btn:hover::after {
	background-image: url('svgs/icon-arrow-down.svg');
}

/* Full Widths */

.grid.full li {
	margin-right: 1.74%;
	width: 23.12%;
}

.grid.full li:nth-of-type(3n) {
	margin-right: 1.74%;
}

.grid.full li:nth-of-type(4n) {
	margin-right: 0;
}

.attorney-grid:not(.full) li {
	list-style: none;
	margin-right: 1.52%;
	width: 32.3%;
}

.attorney-grid:not(.full) li:nth-of-type(3n) {
	margin-right: 0;
}

.attorney-grid li a {
	color: var(--black);
	display: block;
	font-size: 1.125rem;
	line-height: 1.33;
	margin-bottom: 23px;
}

.attorney-grid li a span {
	display: block;
	padding: 11px 20px 37px;
}

.attorney-grid li a:hover {
	box-shadow: 0 2px 10px rgba(4,12,45,.15);
}

.attorney-grid li:nth-of-type(3n) {
	margin-right: 0;
}

/* Full Width Page */

.full-width-archive .container h1 {
	display: block;
	margin: 30px 0 65px;
	text-align: center;
	width: 100%;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

.wp-caption {
    max-width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*CONTACT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.contact-details h2 {
	margin: 30px 0 25px;
	width: 100%;
}

.contact-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/***Form***/

.contact-details article {
	margin-bottom: 72px;
	width: calc(726 / 1194 * 100%);
}

.gform_wrapper li {
	margin-bottom: 6px;
}

.gform_wrapper label {
	display: block;
	font-size: calc(18rem / 16);
	letter-spacing: .3px;
	line-height: calc(28 / 18);
	text-transform: uppercase;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
	border: 1px solid rgba(88,92,131,.5);
	font-family: inherit;
	height: 40px;
	padding: 0 20px;
	width: 100%;
}

.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper textarea:focus {
	border-color: var(--gray);
	outline: none;
}

.gform_wrapper textarea {
	height: 127px;
	padding: 20px;
}

.gform_wrapper .gform_button {
	margin-top: 50px;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message{
	color: red;
	font-style: italic;
}

.gform_wrapper .validation_error {
	margin-bottom: 30px;
}

.gform_wrapper .validation_message {
	font-size: calc(14rem / 16);
	margin-bottom: 15px;
}

/***Details***/

.contact-details aside {
	width: calc(330 / 1194 * 100%);
}

.contact-details .details li {
	border-bottom: 1px solid var(--purple);
	color: var(--dark-gray);
	font-size: calc(18rem / 16);
	line-height: calc(28 / 16);
	margin-bottom: 14px;
	padding: 0 0 15px 30px;
	position: relative;
}

.contact-details .details li svg {
	color: var(--darker-blue);
	left: 0;
	position: absolute;
	top: 6px;
}

.contact-details address {
	font-style: normal;
}

.contact-details .details a {
	color: var(--dark-gray);
}

.contact-details .details a:hover {
	color: var(--brighter-purple);
}

.contact-details .social {
	margin-top: 10px;
}

/***Map***/

.acf-map {
	box-shadow: 0px 2px 10px rgba(4, 12, 45, 0.15), inset 0px -3px 0px #585C83;
	height: 439px;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*TIMELINE LANDING STYLES*/

/***************************************************************************************************************************************************************************************/

.timeline-years {
	padding-top: 30px;
}

.timeline-years h1 {
	margin-bottom: 62px;
	text-align: center;
}

.timeline-years select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('svgs/icon-arrow-down-dark.svg') no-repeat calc(100% - 15px) center #EAEAEA;
	background-size: 12px auto;
	border: none;
	color: var(--gray);
	display: block;
	font: 700 calc(14rem / 16) var(--special-font);
	height: 40px;
	margin: 0 auto 45px;
	padding: 0 32px 0 16px;
	width: 226px;
}

.timeline-years ul {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(4,1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.timeline-years li a {
	align-items: center;
	background: var(--dark-purple);
	color: var(--white);
	display: flex;
	font-size: calc(32rem / 16);
	font-weight: 700;
	height: 240px;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.timeline-years li a:hover {
	background: var(--brighter-purple);
}

/***************************************************************************************************************************************************************************************/

/*TIMELINE CALENDAR STYLES*/

/***************************************************************************************************************************************************************************************/

.timline-calendar {
	margin-top: 100px;
}

.year-buttons,
.post-lists,
.posts {
	list-style-type: none;
	padding: 0;
}

.year-buttons {
	margin: 0 auto;
	position: relative;
}

.year-buttons .slick-list {
	overflow: hidden;
	padding-bottom: 17px;
}

.year-buttons li {
	background-color: var(--light-purple);
	border-left: 1px solid var(--darker-blue);
	border-right: 1px solid var(--darker-blue);
	height: 50px;
	text-align: center;
}

.year-buttons input:checked + label:focus,
.year-buttons li:focus {
	outline: none;
}

.year-buttons li.slick-slide:not(.slick-active) + li,
.year-buttons li:first-of-type {
	border-left: 0;
}

.year-buttons label {
	align-items: center;
	display: flex;
	font-size: calc(24rem / 16);
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: calc(30rem / 16);
	position: relative;
	width: 100%;
}

.year-buttons input:checked + label {
	background-color: var(--darker-blue);
	color: #d8d8d8;
}

.year-buttons input:checked + label::after {
	border-style: solid;
	border-color: var(--darker-blue) transparent transparent transparent;
	border-width: 17px 14px 0 14px;
	bottom: -17px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.year-buttons .slick-arrow.slick-prev,
.year-buttons .slick-arrow.slick-next {
	align-self: center;
	display: flex;
	height: 37px;
	position: absolute;
	top: 6px;
}

.year-buttons .slick-arrow svg {
	fill: var(--darker-blue);
	height: 100%;
}

.year-buttons .slick-arrow.slick-prev {
	left: -43px;
}

.year-buttons .slick-arrow.slick-next {
	right: -43px;
}

.sr-only {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.post-lists {
	margin-top: 0;
}

.posts {
	align-items: flex-end;
	background-color: var(--light-gray);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 32px 34px 0;
	margin: 0;
}

.posts li {
	margin-bottom: 38px;
	margin-right: 18px;
	width: calc((100% - 54px) / 4);
}

.posts li:nth-child(4n) {
	margin-right: 0;
}

.posts .month {
	color: var(--darker-blue);
	display: block;
	font-size: calc(24rem / 16);
	font-weight: 700;
	letter-spacing: calc(0.3rem / 16);
	line-height: calc(28rem / 16);
	margin-bottom: 26px;
	text-transform: uppercase;
}

.timeline-post a {
	background-color: var(--white);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: block;
	padding: 13px 10px 10px;
}

.mfp-content .publication-name,
.timeline-post a .publication-name {
	background-color: var(--dark-blue);
	color: white;
	display: inline-block;
	padding: 4px 10px;
}

.publication-name-wrapper {
	display: block;
	height: 32px;
}

.timeline-post a:hover {
	color: var(--dark-blue);
}

.timeline-post p {
	font-family: var(--special-font);
	font-size: calc(12rem / 16);
	font-weight: 700;
	height: 150px;
	letter-spacing: calc(0.4rem / 16);
	line-height: calc(24rem / 16);
	margin: 8px 0 12px;
}

/***************************************************************************************************************************************************************************************/

/*COMMUNITY SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

.gallery-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(5,1fr);
	list-style: none;
	margin: 60px 0 0;
	padding: 0;
}

article iframe {
	height: 450px;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*GALLERY ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.gallery-archive h1 {
	margin-bottom: 35px;
}

.gallery-posts {
	display: grid;
	gap: 27px 13px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery-posts a {
	display: block;
	overflow: hidden;
	position: relative;
}

.gallery-posts a span {
	bottom: 0;
	color: var(--white);
	font-size: calc(24rem / 16);
	font-weight: 700;
	left: 0;
	padding: 0 10px 25px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 100%;
}

.gallery-posts .image-zoom {
	padding-bottom: calc(285 / 305 * 100%);
}

.gallery-posts .image-zoom img {
	left: 0;
	position: absolute;
	top: 0;
}

/***************************************************************************************************************************************************************************************/

/*GALLERY SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

.gallery-carousel {
	height: auto;
	margin-top: 54px;
	overflow: visible;
	position: relative;
}

.gallery-carousel .slick-list {
	overflow: hidden;
	padding-right: calc((100vw - var(--container-width)) / 2 + var(--container-outer-padding));
	width: calc(100% + (100vw - var(--container-width)) / 2 + var(--container-outer-padding));
}

.gallery-carousel .slide {
	margin-right: 18px;
	text-align: center;
}

.gallery-carousel .slide img {
	height: 500px;
	width: auto;
}

.slick-arrow:focus {
	opacity: .6;
	outline: none;
}

.gallery-carousel .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.gallery-carousel .slick-arrow::before {
	background-color: rgba(45,51,86,.9);
	display: block;
	width: 70px;
	height: 70px;
	content: '';
	position: absolute;
	border-radius: 200%;
	margin-left: -21px;
	margin-top: -5px;
}

.slick-arrow svg {
	position: relative;
	z-index: 2;
}

.gallery-carousel .slick-arrow.slick-next {
	right: -102px;
}

.gallery-carousel img {
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*PRESS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.filter-posts {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 1fr 100px;
	margin-bottom: 16px;
}

.filter-posts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('svgs/icon-arrow-down-dark.svg') calc(100% - 22px) center no-repeat rgba(88,92,131,.2);
	background-size: 14px auto;
	border: none;
	height: 52px;
	font-family: inherit;
	font-size: calc(18rem / 16);
	letter-spacing: .3px;
	padding: 0 55px 0 16px;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*ATTORNEY SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

.photo-content-wrapper {
	display: flex;
	margin-bottom: 37px;
	margin-top: 70px;
	align-items: flex-end;
}

.photo-content-wrapper img {
	margin-right: 30px;
	max-width: 311px;
}

.photo-content-wrapper a {
	background: var(--darker-blue);
	color: white;
	display: block;
	margin-top: 6px;
	padding: 8px 18px;
}

.photo-content-wrapper a:hover {
	background: var(--darker-blue);
	color: white;
	opacity: .8;
}

.photo-content-wrapper a svg {
	margin-right: 8px;
}

/***************************************************************************************************************************************************************************************/

/*CONTACT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.search-filters {
	border-top: 3px solid var(--purple);
}

.search-filters > label {
	border-bottom: 1px solid var(--purple);
	display: block;
	font-size: calc(18rem / 16);
	letter-spacing: calc(0.3rem / 16);
	line-height: calc(28rem / 16);
	padding: 11px 0;
	text-transform: uppercase;
}

.search-filters ul {
	display: none;
}

.search-filters ul.active {
	display: block;
}

.search-filters ul label {
	background-color: var(--light-purple);
	border-bottom: 1px solid var(--white);
	color: var(--dark-gray);
	display: block;
	padding: 10px 26px 10px 10px;
	position: relative;
}

.search-filters ul input:checked + label {
	background-color: var(--dark-purple);
	color: var(--white);
}

.search-filters ul input:checked + label::before,
.search-filters ul input:checked + label::after {
	background: var(--white);
	content: '';
	height: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 16px;
}

.search-filters ul input:checked + label::after {
	transform: translateY(-50%) rotate(-45deg);
}

/***************************************************************************************************************************************************************************************/

/*PRACTICE AREAS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.post-type-archive-practice-areas .attorney-grid,
.post-type-archive-galleries .attorney-grid,
.page-template-default .attorney-grid {
	display: grid;
	gap: 25px 15px;
	grid-template-columns: repeat(5,1fr);
}

.post-type-archive-galleries .attorney-grid,
.page-template-default .attorney-grid {
	grid-template-columns: repeat(4,1fr);
}

.post-type-archive-practice-areas .attorney-grid li,
.post-type-archive-galleries .attorney-grid li,
.page-template-default .attorney-grid li {
	margin: 0 !important;
	width: 100% !important;
}

.post-type-archive-practice-areas .attorney-grid li a,
.post-type-archive-galleries .attorney-grid li a,
.page-template-default .attorney-grid li a {
	height: 100%;
	position: relative;
	box-shadow: 0 2px 10px rgba(4,12,45,.15);
}

.post-type-archive-practice-areas .attorney-grid li a img,
.post-type-archive-galleries .attorney-grid li a img,
.page-template-default .attorney-grid li a img {
	object-fit: cover;
	height: 150px;
}

.post-type-archive-practice-areas .attorney-grid li a span,
.post-type-archive-galleries .attorney-grid li a span,
.page-template-default .attorney-grid li a span {
	color: var(--darker-purple);
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0;
	text-align: center;
}

/***************************************************************************************************************************************************************************************/

/*TESTIMONIALS VIDEOS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

ul.video-cards {
	display: grid;
	gap: 58px 5px;
	grid-template-columns: repeat(3,1fr);
}

ul.video-cards.alm-listing li:nth-of-type(n - 3) {
	margin-top: 58px;
}

ul.video-cards li a {
	height: 100%;
	margin-bottom: 0;
	padding: 0 0 10px;
	display: flex;
	flex-direction: column;
}

ul.video-cards .title {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
}

ul.video-cards .title a {
	margin-bottom: 10px;
}

ul.video-cards .readmore {
	margin: auto 10px 0;
	text-align: left;
}

ul.video-cards li img,
ul.video-cards li img.attachment-thumbnail {
	display: block;
	height: 207px;
	margin: 0 0 10px;
	object-fit: cover;
	width: 100%;
}

.term-videos .alm-listing li:nth-of-type(-n + 2) {
	margin-top: 58px;
}

.collections-popup.video-popup {
	padding-right: 58px;
}

.collections-popup.video-popup h3 {
	margin-bottom: 20px;
}

.video-popup .video {
	margin-bottom: 20px;
	padding-bottom: calc(315 / 560 * 100%);
	position: relative;
	width: 100%;
}

.video-popup .video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*COLLECTIONS POPUPS STYLES*/

/***************************************************************************************************************************************************************************************/

.collections-posts {
	display: grid;
	gap: 7px 16px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.collections-lightbox {
	background: none;
	border: none;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--darker-blue);
	display: flex;
	flex-direction: column;
	font: 700 calc(12rem / 16) / calc(24 / 12) var(--special-font);
	height: 100%;
	letter-spacing: .4px;
	padding: 13px 3px 16px 7px;
	text-align: left;
	width: 100%;
}

.collections-lightbox .image-zoom {
	height: 180px;
	margin-bottom: 7px;
	width: calc(100% - 8px);
}

.collections-lightbox span {
	display: block;
}

.collections-popup {
	align-items: flex-start;
	background: var(--white);
	display: flex;
	flex-direction: column;
	left: 50%;
	max-height: 85%;
	max-width: 95%;
	overflow: auto;
	padding: 62px 58px 36px 58px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 919px;
}

.close-popup {
	background: none;
	border: none;
	color: var(--medium-gray);
	font-size: 28px;
	left: 12px;
	padding: 10px;
	position: absolute;
	top: 14px;
}

.collections-popup h3 {
	font-size: calc(28rem / 16);
	letter-spacing: .58px;
	line-height: calc(32 / 28);
	margin-bottom: 20px;
	text-transform: none;
}

.collections-popup .btn {
	margin-left: auto;
}

/***************************************************************************************************************************************************************************************/

/*CREATIVE LAWYERING PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.numbered-cards {
	margin: 0;
	padding: 0;
}

.numbered-cards li {
	align-items: flex-start;
	flex-wrap: nowrap;
	list-style: none;
	margin-bottom: 16px;
}

.numbered-cards li img {
	height: 142px;
	object-fit: cover;
	width: calc(202 / 956 * 100%);
}

.numbered-cards .card-number {
	font-size: 144px;
	line-height: 56px;
	margin: 46px calc(45 / 956 * 100%) 13px;
}

.numbered-cards p {
	/*
	font-size: calc(12rem / 16);
	font-weight: bold;
	letter-spacing: .4px;
	line-height: calc(24 / 12);
	*/
	margin: 17px 0 12px !important;
	width: calc(596 / 956 * 100%);
}

/***************************************************************************************************************************************************************************************/

/*REMARKABLE RESULTS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.js-filtering {
	margin-bottom: 28px;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 87.5em) {

	:root {
		--container-width: 100%;
	}

	/***Gallery Single***/

	.gallery-carousel .slick-list {
		width: calc(100% + 56px);
	}

	.gallery-carousel .slick-arrow.slick-next {
		right: 0;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1200*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 75em) {

	:root {
		--container-outer-padding: 20px;
	}

	.hide-on-tablet {
		display: none!important;
	}

	header .logo {
		max-width: 90%;
	}

	html.active,
	html.active body {
		height: 100%;
		overflow: hidden;
	}

	main {
		padding-bottom: 40px;
	}

	h1,
	.heading-1 {
		font-size: calc(48rem / 16);
		line-height: calc(50 / 48);
	}

	h2,
	.heading-2 {
		font-size: calc(30rem / 16);
		line-height: calc(40 / 30);
	}

	p,
	ul,
	ol {
		font-size: 1rem;
		margin-bottom: 30px;
	}

	/***Footer***/

	footer.bottom {
		padding-bottom: 20px;
	}

	/***Homepage***/

	.hero {
		height: auto;
	}

	.hero .slide {
		height: 500px;
		padding: 50px 0 70px;
	}

	.hero article {
		padding: 0 20px;
	}

	.hero .slick-arrow {
		display: none !important;
	}

	.awards .slide a {
		height: 450px;
	}

	.case-studies {
		padding-bottom: 10px;
	}

	.case-studies .carousel {
		padding: 29px 20px 10px;
	}

	.case-studies .image-zoom {
		height: 200px;
	}

	.case-studies .slick-arrow {
		background: white;
		border-radius: 100%;
		font-size: 12px;
		height: 50px;
		top: 140px;
		width: 50px;
	}

	.case-studies .slick-arrow svg {
		display: block;
		margin: 2px auto 0;
		width: 12px;
	}

	.slick-arrow.slick-prev {
		left: 20px;
	}

	.slick-arrow.slick-next {
		right: 20px;
	}

	.awards .carousel {
		margin: 30px 0 0;
	}

	.awards .slide {
		margin: 0;
	}

	/***Contact***/

	.contact-details article,
	.contact-details aside {
		margin-bottom: 30px;
		width: 100%;
	}

	.contact-details h2 {
		margin-top: 0;
	}

	.acf-map {
		height: 250px;
	}

	/***Languages***/

	.languages-grid {
		justify-content: space-between;
	}

	.languages-grid > li {
		font-size: 1.25rem;
		flex-wrap: wrap;
		height: auto;
		justify-content: flex-start;
		margin: 0 0 1px;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.languages-grid span {
		cursor: pointer;
		display: block;
		padding: 10px;
		width: 100%;
	}

	.languages-grid > li:hover {
		transform: none;
	}

	.languages-grid > li:after {
		background: url('svgs/icon-arrow-down.svg') no-repeat center top;
		background-size: contain;
		content: '';
		height: 19px;
		position: absolute;
		right: 10px;
		transition: transform .25s ease;
		top: 14px;
		width: 15px;
	}

	.languages-grid > li.active:after {
		transform: rotate(180deg);
	}

	.languages-grid > li:hover ul,
	.languages-grid > li ul {
		opacity: 1 !important;
		pointer-events: all;
		visibility: visible;
		z-index: 2;
	}

	.languages-grid ul {
		border: 10px solid var(--dark-purple);
		display: none;
		position: static;
		width: 100%;
	}

	.languages-grid > li.active ul {
		display: block;
	}

	.languages-grid ul a {
		padding: 10px;
		text-align: left;
	}

	.languages-grid ul li:not(:last-child) a {
		border-bottom: 1px solid var(--dark-purple);
	}

	/***Timeline***/

	.timeline-years h1 {
		margin-bottom: 30px;
	}

	.timeline-years ul {
		grid-template-columns: 1fr 1fr;
	}


	.timeline-years li a {
		font-size: calc(24rem / 16);
		height: auto;
		padding: 20px;
	}

	/***Timeline Calendar***/

	.year-buttons {
		max-width: calc(100% - 60px);
	}

	.year-buttons .slick-arrow.slick-prev {
		left: -30px;
	}

	.year-buttons .slick-arrow.slick-next {
		right: -30px;
	}

	.posts .month {
		font-size: calc(20rem / 16);
		line-height: calc(24rem / 16);
		margin-bottom: 16px;
	}

	.posts li,
	.posts li:nth-child(4n) {
		margin-right: 27px;
		width: calc((100% - 54px) / 3);
	}

	.posts li:nth-child(3n) {
		margin-right: 0;
	}

	/***Gallery Archive***/

	.gallery-posts {
		grid-template-columns: 1fr 1fr;
	}

	/***Gallery Single***/

	.gallery-carousel .slick-list {
		width: calc(100% + 20px);
	}

	.gallery-carousel .slide img {
		height: 300px;
		object-fit: cover;
	}

	/***Community Page***/

	.community-grid li {
		width: calc(50% - 4px);
	}

	/***Community Single***/

	.gallery-grid {
		gap: 10px;
		grid-template-columns: repeat(3,1fr);
	}

	article iframe {
		height: 350px;
		width: 100%;
	}

	/***Press Archive***/

	.mobile-filters-alt {
		display: block;
		margin-bottom: 20px;
	}

	.filter-posts:not(.js-filtering) {
		display: none;
	}

	.filter-posts select {
		font-size: calc(14rem / 16);
		grid-template-columns: 1fr;
		margin-bottom: 10px;
	}

	/***Practice Areas Archive***/

	.post-type-archive-practice-areas .attorney-grid,
	.post-type-archive-galleries .attorney-grid,
	.page-template-default .attorney-grid {
		grid-template-columns: 1fr 1fr;
	}

	/***Awards***/

	.honors-awards-grid {
		grid-template-columns: repeat(3,1fr);
	}

	/***Testimonials Video Archive***/

	ul.video-cards {
		gap: 30px 10px;
		grid-template-columns: repeat(2,1fr);
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 800*/

/***************************************************************************************************************************************************************************************/


@media only screen and (max-width: 50em) {

	/***Header***/

	header {
		display: flex;
		justify-content: space-between;
		padding: 11px 20px 8px;
	}

	header .logo {
		max-width: 90%;
	}

	header > .searchform {
		display: none;
	}

	header .logo {
		margin-top: 20px;
		max-width: 700px;
	}

	/***Mobile Menu***/

	header .mobile-menu {
		align-items: flex-end;
		background: transparent;
		border: 0;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: top;
		margin-right: -6px; /*Make up for the right padding*/
		outline: none;
		overflow: hidden;
		padding: 6px; /*Increase the mobile touchpoint*/
		position: relative;
		z-index: 99999;
		--menu-bar-height: 2px; /*Height of an individual menu bar*/
		--menu-bar-margin: 6px; /*Amount of spacing between the menu bars*/
		--menu-bar-width: 26px; /*Width of the menu bars*/
	}

	header .mobile-menu span:not(.accessibility) {
		background: var(--white);
		border-radius: 20px;
		display: block;
		height: var(--menu-bar-height);
		position: relative;
		width: var(--menu-bar-width);
	}

	header .mobile-menu span:nth-of-type(2) {
		margin: var(--menu-bar-margin) 0;
	}

	/*Close*/

	header.active .mobile-menu span:nth-of-type(1) {
		transform: translateY(calc(var(--menu-bar-height) + var(--menu-bar-margin))) rotate(45deg);
	}

	header.active .mobile-menu span:nth-of-type(2) {
		margin-right: auto;
		width: 0;
	}

	header.active .mobile-menu span:nth-of-type(3) {
		transform: translateY(calc((var(--menu-bar-height) + var(--menu-bar-margin)) * -1)) rotate(-45deg);
	}

	/***Nav***/

	header nav {
		background: var(--dark-blue);
		display: flex;
		flex-direction: column;
		height: 100vh;
		justify-content: flex-start;
		left: 0;
		margin-left: 0;
		opacity: 0;
		overflow: hidden;
		padding: 120px var(--container-outer-padding) 40px;
		position: absolute;
		top: -11px;
		transition: .3s;
		visibility: hidden;
		width: 100%;
		z-index: 9999;
	}

	header.active nav {
		opacity: 1;
		visibility: visible;
	}

	header nav .container {
		margin-bottom: 20px;
		overflow: auto;
	}

	header nav #menu-main {
		flex-wrap: wrap;
		margin: 0 0 auto;
		overflow: auto;
		text-align: left;
		width: 100%;
	}

	header nav #menu-main > li {
		display: block;
		width: 100%;
	}

	header nav #menu-main > li + li {
		margin-top: 20px;
	}

	header nav #menu-main > li > a {
		border: none;
		font-size: calc(18rem / 16);
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
	}

	header nav #menu-main > li.menu-item-has-children > a::before,
	header nav #menu-main > li.menu-item-has-children:hover > a::before,
	.sub-menu > li.menu-item-has-children > a::before,
	.sub-menu > li.menu-item-has-children:hover > a::before {
		border-color: var(--white) transparent transparent transparent;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		content: '';
		height: 0;
		left: 100%;
		margin-left: 16px;
		position: absolute;
		top: 9px;
		width: 0;
	}

	.sub-menu > li.menu-item-has-children > a::before,
	.sub-menu > li.menu-item-has-children:hover > a::before {
		border-width: 5px 5px 0 5px;
		margin-left: 10px;
	}

	header nav .searchform {
		align-items: center;
		display: flex;
		justify-content: flex-start;
		margin: 30px 0 0;
		position: relative;
		width: 100%;
	}

	header nav .searchform input {
		width: 100%;
	}

	/*Dropdowns*/

	.sub-menu li {
		margin-right: 20px;
		max-width: 100%;
	}

	header li.menu-item-has-children {
		position: relative;
	}

	header li.menu-item-has-children .open-children {
		border-left: 1px solid #ddd;
	    -webkit-font-smoothing: antialiased;
		position: absolute;
		right: 0;
		text-align: center;
		text-rendering: auto;
		top: 0;
	    width: 60px;
	}

	header nav #menu-main li.menu-item-has-children.active > a::before  {
		transform: rotate(-180deg);
	}

	header nav #menu-main > li > ul.sub-menu,
	#menu-main ul.sub-menu {
		background: none;
		box-shadow: none;
		display: none;
		margin: 10px 0 0;
		opacity: 0;
		padding: 0;
		position: static;
		visibility: hidden;
		width: 100%;
	}

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

	header nav #menu-main > li.three-column > ul.sub-menu {
		column-count: 2;
	}

	header nav #menu-main > li.menu-item-has-children.active:hover > ul.sub-menu,
	header nav #menu-main > li.menu-item-has-children.active > ul.sub-menu,
	#menu-main li.menu-item-has-children.active:hover > ul.sub-menu,
	#menu-main li.menu-item-has-children.active > ul.sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	header nav #menu-main .sub-menu > li > a {
		color: var(--white);
		margin-bottom: 10px;
		position: relative;
	}

	header nav #menu-main .sub-menu > li > ul {
		break-inside: avoid;
	}

	header nav #menu-main .sub-menu > li > ul > li > a {
		color: var(--dark-blue);
	}
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 40.625em) {

	header {
		justify-content: center;
	}

	header .logo {
		margin: 0;
		position: relative;
		width: 243px;
		z-index: 99999;
	}

	header .mobile-menu {
		top: 6px;
		right: 9px;
		position: absolute;
	}

	h1,
	.heading-1 {
		font-size: calc(40rem / 16);
	}

	h2,
	.heading-2 {
		font-size: calc(24rem / 16);
	}

	/***Dropdowns***/

	header nav #menu-main > li.three-column > ul.sub-menu {
		column-count: 1;
	}

	/***Default Template***/

	.page-hero {
		padding: 60px 0;
	}

	main article,
	.left-navigation {
		width: 100%;
	}

	.mobile-filters {
		display: block;
		margin-bottom: 30px;
	}

	.left-navigation {
		display: none;
		margin: 0 0 30px;
	}

	.captioned-image.left,
	.captioned-image.right {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}

	ul.cards li a {
		flex-wrap: wrap;
		padding: 20px;
	}

	ul.cards li img.attachment-thumbnail, ul.cards li img.attachment-card-thumb {
		width: 100%;
		height: 300px;
		margin-right: 0;
	}

	ul.cards li img {
		margin: 0 auto 20px;
	}

	ul.cards li .content {
		width: 100%;
	}

	ul.cards .readmore {
		margin-bottom: 20px;
	}

	.numbered-cards li {
		border-bottom: 1px solid var(--medium-gray);
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.awards .slide a {
		height: 400px;
	}

	/***Gallery Archive***/

	.gallery-posts {
		grid-template-columns: 1fr;
	}

	/***Timeline Calendar***/

	.posts li,
	.posts li:nth-child(4n),
	.posts-li:nth-child(3n) {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		width: 100%;
	}

	/***Community Page***/

	.community-grid li {
		margin-right: 0;
		width: 100%;
	}

	/***Team***/

	.attorney-grid {
		justify-content: space-between;
	}

	.attorney-grid.full li {
		margin-right: 0;
		width: 48%;
	}

	.post-type-archive-practice-areas .attorney-grid li {
		margin-right: 0;
		width: 100%;
	}

	.attorney-grid li a span {
		padding: 11px 5px 20px;
	}

	.photo-content-wrapper {
		display: block;
		margin-top: 0;
	}

	.photo-content-wrapper img {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	/***Practice Area ***/

	.post-type-archive-practice-areas .attorney-grid,
	.post-type-archive-galleries .attorney-grid,
	.page-template-default .attorney-grid {
		grid-template-columns: 1fr;
	}

	/***Community Single***/

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

	article iframe {
		height: 250px;
		width: 100%;
	}

	/***Awards***/

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

	/***Testimonials Video Archive***/

	ul.video-cards {
		gap: 15px;
		grid-template-columns: 1fr;
	}

	ul.video-cards li a {
		padding: 0;
	}

	/***Collections***/

	.collections-posts {
		grid-template-columns: 1fr;
	}

	.collections-popup,
	.collections-popup.video-popup {
		padding: 62px 15px 10px 15px;
	}

	.collections-popup h3 {
		margin-bottom: 20px;
	}

	/***Creative Lawyering***/

	.numbered-cards li {
		flex-wrap: wrap;
	}

	.numbered-cards li img {
		height: auto;
		width: 100%;
	}

	.numbered-cards .card-number {
		font-size: 64px;
		margin: 13px 0 13px;
		text-align: center;
		width: 100%;
	}

	.numbered-cards p {
		margin: 0 !important;
		width: 100%;
	}

	/***Remarkable Results***/

	.filter-posts.js-filtering {
		grid-template-columns: 1fr;
	}

}

@media only screen and (min-width: 87.5em) {

	.page-hero {
		padding: 12vw 0;
	}

}

/***************************************************************************************************************************************************************************************/

/*ACCESSIBILITY REDUCE MOTIONS*/

/***************************************************************************************************************************************************************************************/

@media (prefers-reduced-motion: no-preference) {

	/*Add all animations here*/

	/***JazzyScroll Animations***/

	[data-jazzy-scroll] {
		pointer-events: none;
		transition: .8s cubic-bezier(0.65, 0, 0.35, 1);
	}

	[data-jazzy-scroll].animated-in {
		pointer-events: all;
	}

	/*All fade ins*/

	[data-jazzy-scroll*="fade-in"] {
		opacity: 0;
	}

	[data-jazzy-scroll*="fade-in"].animated-in {
		opacity: 1;
	}

	/*Fade in up*/

	[data-jazzy-scroll="fade-in-up"] {
		position: relative;
		transform: translate3d(0, 60px, 0);
	}

	[data-jazzy-scroll="fade-in-up"].animated-in {
		transform: translate3d(0, 0, 0);
	}

	/***Header***/

	header .mobile-menu span:not(.accessibility) {
		transition: .3s;
	}

	/***Zoom Images***/

	a:hover .image-zoom img,
	button:hover .image-zoom img {
		transform: scale(1.1);
	}

}

/***************************************************************************************************************************************************************************************/

/*PRINT STYLES*/

/***************************************************************************************************************************************************************************************/


@media print {

	header,
	footer,
	.page-hero,
	.left-navigation,
	.share-post,
	.collections-posts,
	.article-tags {
		display: none;
	}

	main article {
		width: 100%;
	}

	h2,
	.heading-2,
	h1,
	.heading-1 {
		font-size: 20px;
	}

	p,
	ul,
	ol {
		font-size: 12px;
		margin-bottom: 15px;
	}

}
