/*
Theme Name: Alianza Juridica
Theme URI: https://alianzajuridica.net/
Description: Responsive theme for Alianza Juridica, designed by Whiskey Design.
Version: 1.0
Author: kcweb.co
Author URI: https://kcweb.co
*/

/*
#0b87be - blue
#49292d - brown
#d7da23 - yellow
#f04e2c - red orange
#f9f1e5 - tan light
#fbfbfb - white near

font-family: "Albert Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;

font-family: "PT Serif", serif;
font-weight: 400;
font-weight: 700;
font-style: normal;
font-style: italic;
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*begin base*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-size: 100%;
	background: #0b87be;
	color: #f9f1e5;
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-style: normal;
}
body.overlay-open {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

i,
em {
	font-style: italic;
}
b,
strong {
	font-weight: 700;
}
i b, b i,
em strong, strong em {
	font-style: italic;
	font-weight: 700;
}
sup {
	top: -0.5em;
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.5em;
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
button {
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: 0 none;
}
button, input, select, textarea {
	color: #49292d;
	font-size: 100%;
	font-family: "PT Serif", serif;
}
input[type="submit"] {
	cursor: pointer;
}
/* end base */

.notransition * {
	transition: none !important;
}
.nowrap {
	white-space: nowrap;
}
.phone {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.phone:hover {
	text-decoration: none;
}
.email {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;	
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	display: block;
}
.video-wrapper img,
.video-wrapper video,
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper img {
	max-width: none;
	object-fit: cover;
}
.aj-map iframe,
.gmap iframe,
.gmap {
	display: block;
	width: 100%;
}

.slickslider {
	display: none;
}
.slickslider.slick-initialized {
	display: block;
}
.aj-slider {
	
}
.aj-slider .slide {
	/*padding: 0 30px;*/
}
.aj-slider .slick-prev,
.aj-slider .slick-next {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -42px;
	width: 20px;
	height: 59px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: transparent;
	background-image: url('images/arrow-right-yellow.svg');
	z-index: 5;
}
.aj-slider .slick-prev {
	left: 4px;
	transform: rotate(180deg);
}
.aj-slider .slick-next {
	right: 4px;
}
.aj-slider .slick-prev:before,
.aj-slider .slick-next:before {
	content: none;
	display: none;
}
.aj-slider .slick-dots {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 15px;
	border-radius: 50%;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0 none;
    outline: none;
    background: #f9f1e5;
	opacity: 0.57;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    content: none;
    display: none;
}
.slick-dots li.slick-active button {
    opacity: 1;
	background-color: #0b87be;
}

.container {
	font-size: 16px;
	min-width: 320px;
	line-height: 1.5em;
	overflow: hidden;
}
.wrapper {
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	max-width: 1340px;
}
.wrapper:after {
	content: '';
	display: table;
	clear: both;
}

.whitetext, .whitetext label, .whitetext label a {
	color: #f9f1e5 !important;
}
.whitetext label a {
	text-decoration: underline;
}


.aj-section {
	display: block;
	position: relative;
	padding: 50px 0;	
}
.aj-link {
	color: inherit;
	text-transform: uppercase;
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
	display: inline-block;
}
a.aj-link:hover {
	text-decoration: underline;
}
.aj-img {
	display: block;
	width: 100%;
	height: auto;
}

#alianza .gform_wrapper.gravity-theme input[type="submit"],
.the-content a.aj-btn,
.aj-btn {
	margin: 0;
	border: 0 none;
	outline: 0 none;
	padding: 10px 20px;
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	background-color: #f04e2c;
	color: #49292d;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
	transition: all 0.25s ease;
}
.the-content a.aj-btn,
.aj-btn {
	margin-top: 32px;
}
#alianza .gform_wrapper.gravity-theme input[type="submit"]:hover,
.aj-btn:hover {
	text-decoration: none;
	color: #f04e2c;
	background-color: #49292d;	
}

.aj-label,
.aj-sidebar .aj-widget .wp-block-heading,
.aj-title,
.aj-headline-seo,
.aj-content-headline,
.aj-callout-headline,
.aj-hero-headline,
.aj-headline {
	display: block;
	line-height: 1.1em;
}
.aj-resume-title,
.aj-sidebar .aj-widget .wp-block-heading,
.aj-title,
.aj-hero-headline,
.aj-headline {
	text-align: center;
	text-transform: uppercase;
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.aj-post-title,
.aj-content-headline,
.aj-callout-headline {
	font-family: "PT Serif", serif;
	font-weight: 700;
}
/*font sizes*/
.aj-hero-headline {
	font-size: 2.85em;
	line-height: 0.9em;
}
.aj-callout-headline {
	font-size: 2.8em;
	line-height: 0.9em;
}
.aj-headline {
	font-size: 2.2em;
}
.aj-content-headline {
	font-size: 1.6em;
}
.aj-resume-title,
.aj-post-title,
.aj-sidebar .aj-widget .wp-block-heading,
.aj-title {
	font-size: 1.2em;
}
.the-content h1 {
	font-size: 1.8em;
}
.aj-person-content .the-content blockquote,
.the-content h2 {
	font-size: 1.4em;
}
.the-content h3 {
	font-size: 1.2em;
}
.the-content h4 {
	font-size: 1.15em;
}
.the-content h5 {
	font-size: 1.1em;
}
.the-content h6 {
	font-size: 1.05em;
}
/*font sizes*/

.the-content {
	
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	line-height: 1.25em;
	margin: 0 0 24px;
	font-weight: 700;
}
.the-content ul + h1,
.the-content ul + h2,
.the-content ul + h3,
.the-content ul + h4,
.the-content ul + h5,
.the-content ul + h6,
.the-content p + h1,
.the-content p + h2,
.the-content p + h3,
.the-content p + h4,
.the-content p + h5,
.the-content p + h6 {
	margin-top: 24px;
}
.the-content h1,
.the-content h2,
.the-content h3 {
	
}
.the-content a {
	color: inherit;
	text-decoration: underline;
}
.the-content p, .the-content ul, .the-content ol, .the-content dl {
	margin: 24px 0 0;
}
.the-excerpt p, .the-excerpt ul, .the-excerpt ol, .the-excerpt dl {
	margin: 16px 0 0;
}
.wp-caption-text,
.the-content p.wp-caption-text {
	font-style: italic;
	margin-top: 0.5em;
	font-size: 0.875em;
	line-height: 1.25em;
}
.the-content p u {
	text-decoration: underline;
}
.the-content ol {
	padding-left: 16px;
	list-style-type: decimal;
}
.page-template-template-approach .the-content ol {
	padding-left: 0;
	list-style-type: none;
	counter-reset: approach;
}
.page-template-template-approach .the-content ol li {
	margin: 24px 0 0;
}
.page-template-template-approach .the-content ol li:before {
	counter-increment: approach;
	content: counter(approach);
	font-size: 2.85em;
	line-height: 0.9em;
	text-align: center;
	text-transform: uppercase;
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
	display: block;
	color: #f04e2c;
	margin: 24px 0 12px;
}
.the-content ul {
	list-style-type: disc;
	padding-left: 1.25em;
}
.the-content ul > li {
	position: relative;
}
.the-content ul ul {
	margin: 0;
	list-style-type: circle;
	padding-left: 2.25em;
}
.the-content ul ul ul {
	list-style-type: square;
}
.the-content li {
	margin: 8px 0;
}
.the-content dl {

}
/*the content images*/
.the-content img.alignnone {
	display: inline-block;
}
.the-content *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
.the-content *.alignfull {
	position: relative;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignfull {
		margin-top: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
	}
}
.the-content *.alignleft {
	/*rtl:ignore*/
	float: left;
	max-width: calc(5 * (100% / 12));
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignleft {
		max-width: calc(4 * (100% / 12));
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}
.the-content *.alignright {
	/*rtl:ignore*/
	float: right;
	max-width: calc(5 * (100% / 12));
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignright {
		max-width: calc(4 * (100% / 12));
		margin-right: 0;
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}
.the-content *.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*the content images*/

.masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	z-index: 999;
	padding: 20px 0 28px;
	color: #f9f1e5;
	background-color: #0b87be;
}
.masthead:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	bottom: -8px;
	background: scroll repeat-x url('images/accent-header.svg') 0 0 transparent;
	background-size: auto 100%;
}
/*animate header*/
.masthead {
	transition: padding 0.25s ease-in;
}
.masthead:after {
	transition: transform 0.25s linear 0.3s;
}
.masthead .aj-logo {
	transition: all 0.25s ease-in;
}
.masthead .menu-item-language,
.masthead .menu-item,
.masthead .aj-lang-wrap,
.menu-control {
	transition: opacity 0.25s ease-in;
}

.scrolling-down .masthead {
	padding: 2px 0 8px;
	transition: padding 0.25s ease-in 0.35s;
}
.scrolling-down .masthead:after {
	transform: translatey(-100%);
	transition: transform 0.25s linear;
}
.scrolling-down .masthead .aj-logo {
	height: 46px;
	transition: all 0.25s ease-in 0.35s;
	/*animation: fadeinout 2s linear forwards;*/
}
.scrolling-down .masthead .menu-item-language,
.scrolling-down .masthead .menu-item,
.scrolling-down .masthead .aj-lang-wrap,
.scrolling-down .menu-control {
	opacity: 0;
	transition: opacity 0.25s ease-in 0.35s;
}
@keyframes fadeinout {
	0%,100% { opacity: 1; }
	50% { opacity: 0; }
}
/*animate header*/
.masthead > .wrapper {
	position: relative;
}
.aj-logo {
	z-index: 98;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 42px;
	height: 64px;
	overflow: hidden;
}
.aj-logo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.menu-control {
	z-index: 102;
	display: block;
	text-align: center;
	margin: 0;
	padding: 22px 0 0;
	overflow: visible;
	min-width: 44px;
	position: absolute;
	right: 40px;
	top: -4px;
}
.js .menu-control {
	cursor: pointer;

	/*transition: all .25s ease;*/
}
.menu-label {
	display: block;
	font-size: 0.75em;
	line-height: 1em;
	text-transform: uppercase;
	color: #d7da23;
	margin-top: 18px;
	transition: all 0.25s ease;
}
/*.menu-label:before {
	content: 'Menu';
}
.nav-active .menu-label:before {
	content: 'Close';
}*/
.menu-icon:before, .menu-icon:after,
.menu-icon {
	background-color: #d7da23;
	color: #d7da23;
	display: block;
	height: 2px;
}
.menu-icon:before, .menu-icon:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
}
.menu-icon:before {
	top: -10px;
}
.menu-icon:after {
	bottom: -10px;
}
.menu-icon {
	position: relative;
}
.menu-icon:before {
	transition: top 0.25s 0.25s ease;
}
.menu-icon:after {
	transition: bottom .25s .25s ease, transform .25s ease;
}
.nav-active .menu-icon {
	transform: rotate(-45deg);
	background-color: transparent;

	transition: all .25s .25s ease;
}
.nav-active .menu-icon:before {
	top: 0;
	transition: top 0.25s ease;
}
.nav-active .menu-icon:after {
	bottom: 0;
	transform: rotate(90deg);

	transition: bottom 0.25s ease, transform .25s .25s ease;
}
.main-navigation {
	z-index: 100;
	position: fixed;
	padding-top: 102px;
	padding-bottom: 80px;
	height: 100%;
	width: 100%;
	min-width: 320px;
	top: 0;
	right: 0;
	overflow-x: hidden;
	text-align: center;
	background-color: transparent; /**/
	transform: translate(100%, -100%);
	transition: transform 0.4s cubic-bezier(0.33, 0, 0.2, 1);
}
.main-navigation > .menu-2:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 0;
	padding: 0 0 200%;
	background-color: #f04e2c;
	clip-path: circle(50% at 50% 50%);
	transform: translate(0%, 10%);
}
.nav-active .main-navigation {
	transform: translate(0);
}
.main-navigation .menu {
	display: block;
	padding: 2px 0;
	text-align: right;
	position: relative;
}
.main-navigation .menu-2 {
	margin-top: -16px;
}
.main-navigation .menu-item-language {
	padding: 12px 20px 0;
}
.main-navigation .menu-item-language,
.main-navigation .menu-item {
	margin: 12px 0 12px 60px;
	position: relative;
	z-index: 5;
}
.main-navigation .menu-item a {
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Albert Sans", sans-serif;
	display: inline-block;
	padding: 12px 20px;
	text-decoration: none;
	color: #f9f1e5;
	background-color: #f04e2c;
	transition: all 0.25s ease;
}
.main-navigation .menu-item a:hover {
	color: #49292d;
	transition-timing-function: ease-out;
}

.aj-lang-wrap {	
	position: absolute;
	left: 30px;
	top: 6px;
}
.aj-language {
	display: inline-block;
	color: #0b87be;
	background-color: #49292d;
	background-color: rgba(73, 41, 45, 0.53);
	border-radius: 50px;
}
.main-navigation .aj-language {
	color: #f04e2c;
}
.aj-language a {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease;
}
.aj-language a:hover {
	color: #f9f1e5;
	color: rgba(249, 241, 229, 0.53);
}
.main-navigation .aj-language a:hover {
	color: #49292d;
	color: rgba(73, 41, 45, 0.53);
}
.aj-language strong {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 50px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
	transition: all 0.2s ease;
}
.main-navigation .aj-language strong {
	padding: 10px 12px;
}
html[lang^="es-"] .aj-language .aj-es,
html[lang^="en-"] .aj-language .aj-en {
	background-color: #f04e2c;
	color: #f9f1e5;
}
html[lang^="es-"] .main-navigation .aj-language .aj-es,
html[lang^="en-"] .main-navigation .aj-language .aj-en {
	background-color: #d7da23;
	color: #49292d;
}
.aj-language span {
	display: none;
}


.main {
	background: #f9f1e5;
	color: #49292d;
	padding-top: 111px;
	text-align: center;
}

.aj-hero {
	
}
.blog .aj-hero {
	background: #d7da23;
}
.home .aj-hero .aj-intro .aj-btn {
	background-color: #d7da23;
}
.home .aj-hero .aj-intro .aj-btn:hover {
	background-color: #f04e2c;
	color: #49292d;
}
.blog .aj-hero .aj-intro .aj-hero-headline {
	padding: 0;
	margin: 0;
}
.aj-hero .aj-intro .aj-hero-headline {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	margin-bottom: 40px;
}
.aj-hero .aj-intro .aj-hero-headline:before,
.aj-hero .aj-intro .aj-hero-headline:after {
	content: '';
	display: block;
	width: 40%;
	height: 150%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	background-attachment: scroll;
	background-repeat: repeat;
	background-size: cover;
}
.js .aj-hero .aj-intro .aj-hero-headline:before,
.js .aj-hero .aj-intro .aj-hero-headline:after {
	opacity: 0;
	transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}
.js .aj-hero .aj-intro .aj-hero-headline:before {
	transform: translatex(-50%);
}
.js .aj-hero .aj-intro .aj-hero-headline:after {
	transform: translatex(50%);
}
.js .aj-go.aj-hero .aj-intro .aj-hero-headline:before,
.js .aj-go.aj-hero .aj-intro .aj-hero-headline:after {
	opacity: 1;
	transform: translatex(0);
}
.blog .aj-hero .aj-intro .aj-hero-headline:before,
.blog .aj-hero .aj-intro .aj-hero-headline:after {
	content: none;
	display: none;
}
.aj-hero .aj-intro .aj-hero-headline:before {
	right: 80%;
	background-position: right bottom;
}
.aj-hero .aj-intro .aj-hero-headline:after {
	left: 80%;
	background-position: left bottom;
}
.aj-hero .aj-intro .aj-hero-headline span {
	position: relative;
	z-index: 5;
}
.aj-hero .aj-intro .aj-hero-headline:before,
.aj-hero .aj-intro .aj-hero-headline:after {
	background-image: url('images/accent-slant.svg');
	background-size: auto 80px;
}
.post-type-archive-aj_result .aj-hero .aj-intro .aj-hero-headline:before,
.post-type-archive-aj_result .aj-hero .aj-intro .aj-hero-headline:after,
.page-our-approach .aj-hero .aj-intro .aj-hero-headline:before,
.page-our-approach .aj-hero .aj-intro .aj-hero-headline:after {
	background-image: url('images/accent-tetris.svg');
	background-size: auto 100px;
}
.post-type-archive-aj_people .aj-hero .aj-intro .aj-hero-headline:before,
.post-type-archive-aj_people .aj-hero .aj-intro .aj-hero-headline:after {
	background-image: url('images/accent-diamonds.svg');
	background-size: auto 50px;	
}
.home .aj-hero .aj-intro .aj-hero-headline:before,
.home .aj-hero .aj-intro .aj-hero-headline:after {
	background-image: url('images/accent-diamonds-orange.svg');
	background-size: auto 50px;	
}
/*.page-contact .aj-hero .aj-intro .aj-hero-headline:before,
.page-contact .aj-hero .aj-intro .aj-hero-headline:after,
.page-thank-you .aj-hero .aj-intro .aj-hero-headline:before,
.page-thank-you .aj-hero .aj-intro .aj-hero-headline:after,
.post-type-archive-aj_practicearea .aj-hero .aj-intro .aj-hero-headline:before,
.post-type-archive-aj_practicearea .aj-hero .aj-intro .aj-hero-headline:after {
	background-image: url('images/accent-slant.svg');
	background-size: auto 68px;
}*/

.aj-slider-home {
	color: #f9f1e5;
	background-color: #0b87be;
}
.aj-slider-home .aj-banner.aj-section {
	min-height: 60vh;
	display: flex;
	align-items: flex-end;
}
.aj-slider-home .aj-banner:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	

	background: #0b87be;
	opacity: 1;
	background: linear-gradient(to bottom,  rgba(11,135,190,0) 0%,rgba(11,135,190,0) 30%,rgba(11,135,190,1) 100%);
}
.aj-slider-home .aj-banner > .wrapper {
	position: relative;
	z-index: 5;	
}
.aj-slider-home .aj-banner .aj-callout-headline {
	color: #f9f1e5;
}
.aj-slider-home .aj-banner .aj-btn {
	background-color: #d7da23;
	margin-top: 24px;
}
.aj-slider-home .aj-banner .aj-btn:hover {
	background-color: #f04e2c;
	color: #49292d;
}

.aj-practiceareas-home.aj-section {
	background-color: #0b87be;
	color: #f9f1e5;
}
.aj-practiceareas-home .aj-headline {
	color: #49292d;
}
.aj-practiceareas-home-icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	margin: 40px 0;
}
.aj-practiceareas-home-icon-wrap {
	
}
.aj-practiceareas-home-icon-wrap .aj-img {
	max-width: 165px;
	margin: 0 auto;
}
.aj-practiceareas-home-list {
	text-align: center;
}
.aj-practiceareas-home-item {
	margin: 0 0 40px;
}
.aj-practiceareas-home-item a {
	color: #f9f1e5;
	transition: all 0.25s ease;
}
.aj-practiceareas-home-item a:hover {
	color: #49292d;
	text-decoration: none;
}

.aj-results-home.aj-section {
	background-color: #49292d;
	color: #f9f1e5;
	padding-bottom: 0;
}
.aj-results-home-wrap {
	text-align: center;
}
.aj-results-home-content-wrap {
	padding: 0 0 50px;
}
.aj-results-home-content.aj-title {
	color: #f04e2c;
	margin-top: 24px;
	font-family: "PT Serif", serif;
	font-weight: 700;
	text-transform: none;
	text-wrap: balance;
}
.aj-results-home .aj-result-content {
	color: #49292d;
}
.aj-results-home .aj-btn {
	background-color: #0b87be;
	color: #f9f1e5;
}
.aj-results-home .aj-btn:hover {
	background-color: #f04e2c;
	color: #49292d;
}
.aj-results-slider .slickslider,
.aj-results-home-slider-wrap {
	background: scroll no-repeat url('images/home-results-bg.jpg') center 25% #f04e2c;
	background-size: cover;
}
.aj-results-home .aj-results-slider {
	margin: 0;
	padding: 1px 0 20px;
}

.home .aj-recent .aj-headline {
	margin: 0 0 40px;
}
.aj-more {
	text-align: center;
}
.aj-more .aj-btn {
	color: #f9f1e5;
}
.aj-more .aj-btn:hover {
	
}

.aj-awards.aj-section {
	background-color: #49292d;
	color: #f9f1e5;
}
.aj-awards .slickslider {
	margin-top: 40px;
}
.aj-awards .slide {
	padding: 0 20px;
}
.aj-awards .slide a {
	
}
.aj-awards .slide .aj-img {
	max-height: 70px;
	max-width: none;
	width: auto;
}
.aj-awards .slick-dots {
	text-align: center;
	padding-top: 40px;
	margin-bottom: -40px;
}
.aj-awards .slick-dots li button {
    width: 15px;
    height: 15px;
}


/*people*/
.aj-people-archive {
	
}
.aj-people-directory {
	
}
.aj-category-group {
	
}
.aj-category-group.aj-staff {
	background-color: #49292d;
	color: #f9f1e5;
}
.aj-person-cards {
	
}
.aj-staff .aj-person-cards {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
.aj-person-card {
	
}
.aj-person-card-wrap {
	margin: 0 auto;
	text-align: center;
}
.aj-attorneys .aj-person-card {
	margin-top: 40px;
}
.aj-attorneys .aj-person-card-wrap {
	max-width: 450px;
}
.aj-staff .aj-person-card-wrap {
	max-width: 340px;
}
.aj-attorneys .aj-person-card:first-child {
	margin-top: 0;
}
.aj-person-card-img-wrap {
	position: relative;
	overflow: hidden;
}
.aj-staff .aj-person-card-img-wrap {
	background-color: #fbfbfb;
	border-radius: 50%;
}
.aj-attorneys .aj-person-card-img-wrap:before {
	content: '';
	background: #f04e2c;
	position: absolute;
	width: 75%;
	height: 0;
	padding: 0 0 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -33%);
	border-radius: 50%;
}
.aj-person-card .aj-img {
	position: relative;
	z-index: 5;
}
.aj-person-card .aj-title {
	margin: 20px 0;
}
.aj-person-card .the-excerpt {
	
}
.aj-person-card .aj-btn {
	margin-top: 24px;
	background-color: #0b87be;
	color: #f9f1e5;
}
.aj-person-card .aj-btn:hover {
	background-color: #49292d;
}
.aj-person-card-link {
	color: inherit;
	text-decoration: none;
}
.aj-person-card-link:hover {
	text-decoration: none;
	color: #d7da23;
}

.aj-person.aj-section {
	
}
.aj-person-wrap {
	
}
.aj-person-intro {
	max-width: 400px;
	margin: 0 auto;
}
.aj-person-img-wrap {
	background-color: #0b87be;
	border-radius: 50%;
	overflow: hidden;
	margin: 24px auto 40px;
}
.aj-type-staff .aj-person-img-wrap {
	background-color: #fbfbfb;
}
.aj-person-img-wrap .aj-img {
	
}
.aj-person-contact {
	display: flex;
	justify-content: space-around;
	margin: 40px 0;
}
.aj-person-contact-item {
	
}
.aj-contact-link {
	display: inline-block;
	color: inherit;
	transition: all 0.25s ease;
}
.aj-contact-link:hover {
	text-decoration: none;
	color: #f04e2c;
}
.aj-contact-icon-wrap {
	height: 74px;
	width: 74px;
	display: inline-block;
	vertical-align: middle;
	background-color: #d7da23;
	border-radius: 50%;
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aj-contact-icon-wrap {
	height: 74px;
	width: 74px;
}
.aj-contact-list .aj-contact-icon-wrap {
	height: 55px;
	width: 55px;
}
a.aj-contact-icon-wrap:hover {
	background-color: #0b87be;
}
.aj-icon-contact {
	display: block;
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
}
.aj-icon-contact {
	max-width: 50px;
	max-height: 50px;
}
.aj-contact-list .aj-icon-contact {
	max-width: 35px;
	max-height: 35px;
}
svg.aj-icon-contact {
	fill: #49292d;
}
.aj-person-content {
	
}
.aj-sidebar .aj-widget,
.aj-post-pullquote,
.aj-person-content .the-content blockquote {
	padding: 30px;
	display: block;
	line-height: 1.25em;
	background-color: #d7da23;
}
.aj-post-pullquote,
.aj-person-content .the-content blockquote {
	font-family: "PT Serif", serif;
	font-weight: 700;
	margin: 24px 0;
}
.aj-post-pullquote span:before,
.aj-post-pullquote span:after,
.aj-person-content .the-content blockquote:before,
.aj-person-content .the-content blockquote:after {
	display: inline-block;
}
.aj-post-pullquote span:before,
.aj-person-card .the-excerpt:before,
.aj-person-content .the-content blockquote:before {
	content: '\201C';
	margin-right: 2px;
}
.aj-post-pullquote span:after,
.aj-person-card .the-excerpt:after,
.aj-person-content .the-content blockquote:after {
	content: '\201D';
	margin-left: 0;
}
.single-post .aj-post-pullquote span:before,
.single-post .aj-post-pullquote span:after {
	content: none;
	display: none;
}
.aj-person-card .the-excerpt p,
.aj-person-content .the-content blockquote p {
	margin: 0;
	display: inline;
}
.aj-resume.aj-section {
	background: scroll repeat url('images/accent-slant.svg') 0 0 #f9f1e5;
	background-size: auto 68px;
	text-align: left;
}
.aj-resume-wrap {
	color: #f9f1e5;
}
.aj-resume-section {
	position: relative;
	padding: 40px 0 2px;
}
.aj-resume-section:first-child {
	padding-top: 0;
}
.aj-resume-title {
	text-align: left;
}
.aj-resume-content {
	
}
/*people*/

/*forms*/
.gform_required_legend {
	display: none;
}
#alianza .gform_confirmation_wrapper {
	text-align: center;
	color: #d7da23;
	font-size: 1.25em;
}
#alianza .gform_confirmation_wrapper,
#alianza .gform_wrapper {
	
}
#alianza .gform_wrapper.gravity-theme .gfield_checkbox label,
#alianza .gform_wrapper.gravity-theme .gfield_radio label,
#alianza .gform_wrapper.gravity-theme .gfield_label {
	font-size: 1em;
	line-height: 1.25em;
}
#alianza .gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-top: 4px;
}
#alianza .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
	display: flex;
}
#alianza .gform_wrapper.gravity-theme .gfield_checkbox label {
	text-align: left;
	padding-left: 15px;
	font-size: 0.875em;
}
#alianza .gform_wrapper.gravity-theme .gfield_checkbox label a {
	color: inherit;
	text-decoration: underline;
}
#alianza .gform_wrapper.gravity-theme .gfield input, 
#alianza .gform_wrapper.gravity-theme .gfield textarea, 
#alianza .gform_wrapper.gravity-theme .gfield select {
	background-color: #f9f1e5;
	border: 0 none;
	color: #49292d;
	font-size: 0.875em;
}
#alianza .gform_wrapper.gravity-theme .gfield input, 
#alianza .gform_wrapper.gravity-theme .gfield textarea {
	padding: 10px 15px;
}
#alianza .gform-footer {
	text-align: center;
	justify-content: center;
	padding: 0;
	margin: 40px 0 0;
}
#alianza .gform_wrapper.gravity-theme input[type="submit"] {
	background-color: #f04e2c;
	color: #f9f1e5;	
}
#alianza .gform_wrapper.gravity-theme input[type="submit"]:hover {
	color: #f04e2c;
	background-color: #f9f1e5;		
}
#alianza .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1;
	min-height: 0;
}
#alianza .gfield ::-webkit-input-placeholder {
	color: #49292d;
}
#alianza .gfield :-moz-placeholder {
	color: #49292d;
}
#alianza .gfield ::-moz-placeholder {
	color: #49292d;
}
#alianza .gfield :-ms-input-placeholder {
	color: #49292d;
}
#alianza .gfield .gf_placeholder {
	color: #49292d;
}
/*forms*/

.aj-form.aj-section {
	background-color: #f04e2c;
}
.aj-resume-wrap,
.aj-form-container {
	padding: 50px 30px;
	background-color: #49292d;
	position: relative;
}
.aj-results-slider .slick-list,
.aj-resume-wrap,
.aj-form-container {
	clip-path: polygon(0% 0%, calc(50% - 30px) 0%, 50% 22px, calc(50% + 30px) 0%, 100% 0%, 100% calc(50% - 30px), calc(100% - 22px)  50%, 100% calc(50% + 30px) , 100% 100%, calc(50% + 30px)  100%, 50% calc(100% - 22px) , calc(50% - 30px) 100%, 0% 100%, 0% calc(50% + 30px) , 22px 50%, 0% calc(50% - 30px) );
}
/*.aj-resume-wrap:before,
.aj-resume-wrap:after,
.aj-form-container:before,
.aj-form-container:after,
.aj-resume-section.aj-first:before,
.aj-resume-section.aj-last:after,
.aj-form-content:before,
.aj-form-wrap:after {
	content: '';
	display: block;
	position: absolute;
}
.aj-results-slider:before,
.aj-results-slider:after,
.aj-resume-wrap:before,
.aj-resume-wrap:after,
.aj-form-container:before,
.aj-form-container:after {
	top: 50%;
	margin-top: -30px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.aj-results-slider:before,
.aj-resume-wrap:before,
.aj-form-container:before {
	left: 0;
	border-left: 22px solid #f04e2c;
}
.aj-resume-wrap:before {
	border-left-color: #f9f1e5 !important;
}
.aj-resume-wrap:after,
.aj-form-container:after {
	right: 0;
	border-right: 22px solid #f04e2c;
}
.aj-resume-wrap:after {
	border-right-color: #f9f1e5 !important;
}
.aj-resume-section.aj-first:before,
.aj-form-content:before,
.aj-resume-section.aj-last:after,
.aj-form-wrap:after {
	left: 50%;
	margin-left: -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
.aj-resume-section.aj-first:before,
.aj-form-content:before {
	top: -50px;
	border-top: 22px solid #f04e2c;
}
.aj-resume-section.aj-first:before {
	border-top-color: #f9f1e5 !important;
}
.aj-resume-section.aj-last:after,
.aj-form-wrap:after {
	bottom: -50px;
	border-bottom: 22px solid #f04e2c;
}
.aj-resume-section.aj-last:after {
	border-bottom-color: #f9f1e5 !important;
}*/
.aj-form-content {
	position: relative;	
}
.aj-form-content .aj-content-headline {
	
}
.aj-form-content .the-content {
	
}
.aj-form-wrap {
	position: relative;	
	margin-top: 40px;
}

.aj-callout.aj-section {
	background-color: #f04e2c;
	color: #f9f1e5;
	text-align: center;
}
.page-template-template-approach .aj-callout.aj-section {
	padding: 30px 0;
	margin: 40px 0;
	font-size: 0.5em;
}
.page-template-template-approach .aj-callout .aj-callout-headline span {
	
}
.page-template-template-approach .aj-callout .aj-btn {
	margin-top: 20px;
	font-size: 2em;
}
.aj-callout .aj-callout-headline {
	text-wrap: pretty;
}
.aj-callout .aj-btn {
	background-color: #d7da23;
}
.aj-callout .aj-btn:hover {
	background-color: #49292d;
}

.aj-contact-info.aj-section {
	background-color: #d7da23;
}
.aj-contact-info-wrap {
	
}
.aj-contact-info-details {
	
}
.aj-contact-list {
	
}
.aj-contact-item {
	display: flex;
	align-items: center;
	margin-top: 20px;
	text-align: left;
}
.aj-contact-item:first-child {
	margin-top: 0;
}
.aj-contact-item .aj-contact-icon-wrap {
	background-color: #f9f1e5;
}
.aj-contact-item .aj-contact-link {
	padding-left: 15px;
}
.aj-contact-item .aj-contact-link span {
	display: block;
}
.aj-contact-item .aj-title {
	text-align: left;
}
.aj-contact-info-detail {
	
}
.aj-contact-info-map {
	margin-top: 40px;
}
.aj-contact-info-map .gmap,
.aj-contact-info-map .gmap iframe {
	height: 100%;
}

.aj-section.aj-blog-content {
	
}
.aj-blog-post {
	
}
.aj-blog-post-wrap {
	border-top: 1px solid #0b87be;
	padding: 30px 0;
	text-align: left;
}
.aj-blog-post:last-child .aj-blog-post-wrap {
	border-bottom: 1px solid #0b87be;
}
.aj-blog-post.aj-post-featured {
	
}
.aj-blog-post.aj-post-featured .aj-blog-post-wrap {
	border: 0 none;
	padding: 0;
}
.aj-blog-post.aj-post-featured .aj-blog-post-wrap .aj-read {
	display: none;
}
.aj-blog-post.aj-post-featured .aj-img {
	margin-bottom: 20px;
}
.aj-post-featured .aj-blog-post-img {
	
}
.aj-post-preview {
	
}
.aj-post-title {
	
}
.aj-blog-post .aj-btn {
	margin-top: 30px;
	color: #f9f1e5;
}
.blog .aj-recent.aj-section {
	
}
.aj-recent .aj-headline {
	margin-top: 40px;
}
.aj-pagination .page-numbers,
.aj-post-title a {
	color: inherit;
	transition: all 0.25s ease-in;
}
.aj-pagination .page-numbers:hover,
.aj-post-title a:hover {
	color: #f04e2c;
	text-decoration: none;
	transition-timing-function: ease-out;
}
.aj-pagination.aj-section {
	padding-top: 0;
}
.aj-pagination {
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
.aj-pagination .page-numbers {
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	background-color: #f04e2c;
	color: #f9f1e5;
	
	display: none;
}
.blog.paged .aj-pagination .page-numbers {
	display: inline-block;
}
.aj-pagination a.page-numbers:hover {
	color: #49292d;
}
.aj-pagination .page-numbers.current {
	color: #f04e2c;
	background-color: #f9f1e5;
}
.aj-pagination .page-numbers.next {
	display: inline-block;
}
.aj-post-content {
	text-align: left;
}
.page-template-template-approach .aj-post-content {
	text-align: center;
}
.aj-featured-img {
	
}
.aj-post-meta {
	font-size: 0.9em;
	line-height: 1em;
}
.aj-post-intro .aj-post-meta {
	margin: 24px 0;
	line-height: 1.2em;
}
.aj-post-meta a {
	color: inherit;
}
.aj-post-meta a:hover {
	text-decoration: underline;
}
.aj-post-meta strong {
	text-transform: uppercase;
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
	display: block;
}
.aj-post-date {
	
}
.aj-blog-post .aj-post-date {
	margin-bottom: 10px;
}
.aj-post .aj-back {
	text-align: left;
}
.aj-back .aj-link {
	margin-bottom: 24px;
}
.aj-post-content .aj-back .aj-btn {
	color: #f9f1e5;
}
.aj-post-content .aj-back .aj-btn:hover {
	background-color: #49292d;
}
.aj-post-side {
	
}
.aj-post-pullquote {
	font-size: 1.2em;
}
.aj-post-pullquote span:before,
.aj-post-pullquote span:after {
	margin: 0;
	display: inline;
}

.aj-content-sidebar .aj-post-side {
	margin-top: 40px;
}
.aj-practiceareas-side {
	
}
.aj-practiceareas-list {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	padding-top: 10px;
}
.aj-practiceareas-item {
	margin: 10px 0;
	margin: 6px 0;
}
.aj-practiceareas-item a {
	display: block;
	padding: 10px;
	background: #0b87be;
	color: #f9f1e5;
	line-height: 1.2em;
	transition: all 0.25s ease;
}
.aj-practiceareas-item a:hover {
	text-decoration: none;
	color: #d7da23;
}
.aj-sidebar .aj-widget {
	margin: 10px 0;
	margin: 6px 0;
	text-align: left;
}
.aj-sidebar .aj-widget .wp-block-heading {
	margin-bottom: -10px;
}
.aj-sidebar .aj-widget.widget_recent_entries {
	margin-top: -10px;
	padding-top: 0;
}
.aj-sidebar .aj-widget .menu-resources-container {
	margin-top: 10px;
}
.aj-sidebar .aj-widget ul {
	list-style-type: disc;
	padding-left: 24px;
}
.aj-sidebar .aj-widget ul li {
	margin: 2px 0;
}
.aj-sidebar .aj-widget ul li a {
	color: inherit;
	text-decoration: underline;
}
.aj-results-slider {
	margin: 40px 0;
}
.aj-results-slider .slickslider {
	padding: 30px 30px;
	margin-top: 30px;
}
.aj-results-home-slider-wrap .aj-results-slider .slickslider {
	background: transparent;
}
.aj-results-slider .slick-list {
	background: #f9f1e5;
}
.aj-result-slide {
	
}
.aj-result-slide-wrap {
	padding: 30px;
	background: #f9f1e5;
}
.aj-result-amount {
	color: #0b87be;
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
}
.aj-result-content {
	font-weight: 700;
	line-height: 1.2em;
	text-align: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #49292d;
}
.aj-result-content.the-content {
	font-weight: 400;
	line-height: 1.5em;
}
a.aj-read {
	transition: color 0.25s ease;
}
a.aj-read,
.aj-result-content a {
	color: inherit;
	text-decoration: underline;
}
a.aj-read:hover {
	color: #f04e2c;
}
.single-aj_result .aj-result-content {
	padding-top: 40px;
	margin-top: 40px;
	/*text-align: center;*/
}
.single-aj_result .aj-result-content ul,
.single-aj_result .aj-result-content p {
	margin: 0 0 24px;
}
.single-aj_result .aj-result-amount {
	margin-top: 40px;
}
.aj-result-total {
	
}
.aj-result-total span {
	display: block;
}
.aj-result-list {
	margin-top: 15px;
	border-top: 1px solid #49292d;
}
.aj-result-item {
	padding: 15px 0;
	border-bottom: 1px solid #49292d;
	
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
.aj-result-item:after {
	position: absolute;
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	height: 18px;
	width: 11px;
	background: scroll no-repeat url('images/arrow-orange.svg') 0 0 transparent;
	background-size: contain;
	transition: all 0.25s ease;
}
.aj-active.aj-result-item:after {
	transform: rotate(90deg);
}
.aj-result-wrap {
	
}
.aj-result-label {
	display: block;
}
.aj-result-item .aj-result-amount {
	
}
.aj-result-item .the-content {
	
}
.aj-result-item .the-content .aj-result-detail > *,
.aj-result-item .the-content > * {
	margin: 0;
	padding: 15px 0 0;
}
.aj-result-title {
	
}
.js .aj-result-detail {
	display: none;
}

.aj-practiceareas.aj-section {
	
}
.aj-practiceareas-grid {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	display: grid;
	grid-row-gap: 12px;
	grid-column-gap: 12px;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
}
.aj-practiceareas-link {
	display: block;
	padding: 6px 20px;
	background: #0b87be;
	color: #f9f1e5;
	font-size: 1em;	
	line-height: 1.2em;	
	transition: all 0.25s ease;
	text-align: left;
	display: flex;
	align-items: center;
}
.aj-practiceareas-link:hover {
	text-decoration: none;
	color: #d7da23;
	background: #f04e2c;
}
.aj-practiceareas-icon-wrap {
	/*width: 30%;*/
	width: 50px;
	padding-right: 10px;
}
.aj-practiceareas-icon-wrap .aj-img {
	max-width: 30px;
	height: auto;
}
.aj-practiceareas-title {
	/*width: 70%;*/
	width: calc(100% - 50px);
}

.aj-banner.aj-section {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: 10% top;
	background-color: #f9f1e5;
	background-size: cover;
	color: #0b87be;	
}
@media screen and (max-width: 59.9375em) { /*960px*/
	.post-type-archive-aj_practicearea .aj-banner.aj-section {
		background-image: none !important;
		padding-bottom: 0;
	}
}
.aj-banner:before {
	
}
.aj-banner .aj-callout-headline {
	padding: 20px 0;
	position: relative;
	z-index: 5;
	text-wrap: balance;
}

.orlop.aj-section {
	padding: 50px 0;
}
.orlop:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	top: -7px;
	background: scroll repeat-x url('images/accent-footer.svg') 0 0 transparent;
	background-size: auto 100%;
}
.aj-footer-wrap,
.aj-copyright {
	padding: 0 20px
}
.aj-business-logo {
	display: block;
	width: 116px;
	margin: 0 auto 40px;
}
.aj-social-list,
.aj-sitemap {
	margin: 40px 0;
}
.aj-social-list .aj-social-item,
.aj-sitemap .menu-item {
	margin: 4px 0;
}
.aj-social-list .aj-social-item a,
.aj-sitemap .menu-item a {
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Albert Sans", sans-serif;
	display: inline-block;
	color: #f9f1e5;
	transition: all 0.25s ease;
}
.aj-copyright {
	font-size: 0.875em;
	line-height: 1.5em;
	font-style: italic;
}
.aj-copyright span {
	display: block;
	margin: 8px 0 0;
}

@media screen and (min-width: 25em) { /*400px*/
	.page-template-template-approach .the-content ol li:before,
	.aj-hero-headline {
		font-size: 3.2em;
	}
	.aj-practiceareas-icon-wrap {
		width: 60px;
	}
	.aj-practiceareas-icon-wrap .aj-img {
		max-width: 40px;
	}
	.aj-practiceareas-title {
		width: calc(100% - 60px);
	}
}

@media screen and (min-width: 30em) { /*480px*/
	.aj-results-slider .slickslider {
		padding: 30px 40px;
	}
	.aj-slider .slick-prev {
		left: 10px;
	}
	.aj-slider .slick-next {
		right: 10px;
	}
	
	.aj-practiceareas-home-list {
		columns: 2;
		column-gap: 40px;
	}
	.aj-practiceareas-home-item {
		break-inside: avoid-column;
	}
}

@media screen and (min-width: 35em) { /*560px*/
	/*font sizes*/
	.page-template-template-approach .the-content ol li:before,
	.aj-hero-headline {
		font-size: 4em;
	}
	.aj-callout-headline {
		font-size: 3.4em;
	}
	.aj-results-home-content-wrap .aj-headline,
	.aj-headline {
		font-size: 2.7em;
	}
	.aj-content-headline {
		font-size: 2em;
	}
	.aj-post-title,
	.aj-sidebar .aj-widget .wp-block-heading,
	.aj-title {
		font-size: 1.4em;
	}
	.the-content h1 {
		font-size: 1.9em;
	}
	.aj-person-content .the-content blockquote,
	.the-content h2 {
		font-size: 1.6em;
	}
	.the-content h3 {
		font-size: 1.4em;
	}
	.the-content h4 {
		font-size: 1.25em;
	}
	.the-content h5 {
		font-size: 1.15em;
	}
	.the-content h6 {
		font-size: 1.05em;
	}
	/*font sizes*/
	
	.aj-practiceareas-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.aj-footer-wrap,
	.aj-copyright,
	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (min-width: 40em) { /*640px*/
	.main-navigation {
		width: 67%;
	}
	.aj-language span {
		display: inline;
	}
	
	.aj-person .aj-headline {
		text-align: left;
		margin-bottom: 40px;
	}
	.aj-person-wrap {
		display: flex;
	}
	.aj-person-intro {
		max-width: none;
		margin: 0;
		width: 37.5%;
		padding-right: 30px;
	}
	.aj-person-img-wrap {
		margin: 0 auto 40px;
	}
	.aj-contact-icon-wrap {
		height: 55px;
		width: 55px;
	}
	.aj-icon-contact {
		max-width: 35px;
		max-height: 35px;
	}
	.aj-person-content {
		width: 62.5%;
		text-align: left;
	}
	
	.aj-resume-wrap,
	.aj-form-container {
		padding: 50px;
	}
	
	.aj-post-featured > .wrapper {
		padding-right: 0;
	}
	.aj-blog-post-wrap {
		display: flex;
	}
	.aj-post-featured .aj-blog-post-wrap {
		flex-direction: row-reverse;
	}
	.aj-post-featured .aj-blog-post-img,
	.aj-post-featured .aj-post-preview {
		width: 50%;
	}
	.aj-post-featured .aj-post-preview {
		padding-right: 20px;
	}
	.aj-blog-post.aj-post-featured .aj-img {
		margin: 0;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: 75% center;
	}
	.aj-post-standard .aj-post-meta {
		width: 25%;
		padding-right: 20px
	}
	.aj-post-standard .aj-post-detail {
		width: 75%;
	}
	
	.aj-result-item {
		display: flex;
	}
	.aj-result-item .aj-result-wrap,
	.aj-result-item .the-content {
		width: 50%;
	}
	.aj-result-item .the-content .aj-result-title {
		padding: 0;
	}
	
	.aj-practiceareas-link {
		padding: 20px;
		font-size: 1.2em;
	}
	
	.aj-business-logo {
		width: 66px;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -33px;
	}
	.aj-copyright:after,
	.aj-footer-wrap:after {
		content: '';
		display: table;
		clear: both;
	}
	.aj-social-list,
	.aj-sitemap {
		margin-top: 0;
	}
	.aj-social-list {
		float: left;
	}
	.aj-sitemap {
		float: right;
		text-align: right;
	}
	.aj-copyright {
		text-align: center;
	}
}

@media screen and (min-width: 48em) { /*768px*/
	.aj-section {
		padding: 80px 0;
	}
	.aj-logo {
		width: 56px;
		height: 84px;
	}
	.scrolling-down .masthead .aj-logo {
		height: 64px;
	}
	.main {
		padding-top: 132px;
	}
	/*font sizes*/
	.page-template-template-approach .the-content ol li:before,
	.aj-hero-headline {
		font-size: 4.8em;
	}
	.aj-callout-headline {
		font-size: 4em;
	}
	.aj-headline {
		font-size: 3.2em;
	}
	.aj-content-headline {
		font-size: 2.4em;
	}
	.aj-post-title,
	.aj-sidebar .aj-widget .wp-block-heading,
	.aj-title {
		font-size: 1.6em;
	}
	.the-content h1 {
		font-size: 2em;
	}
	.aj-person-content .the-content blockquote,
	.the-content h2 {
		font-size: 1.8em;
	}
	.the-content h3 {
		font-size: 1.6em;
	}
	.the-content h4 {
		font-size: 1.4em;
	}
	.the-content h5 {
		font-size: 1.2em;
	}
	.the-content h6 {
		font-size: 1.1em;
	}
	/*font sizes*/
	
	.aj-practiceareas-home-icons {
		margin: 60px 0;
	}
	.aj-practiceareas-home-list {
		columns: 3;
	}	
	
	.aj-results-home-content-wrap {
		padding-bottom: 80px;
	}
	.aj-results-home-slider-wrap {
		padding: 10px 0 30px;
	}

	.aj-category-group.aj-attorneys {
		padding-top: 80px;
	}
	.aj-attorneys .aj-person-cards {
		margin-top: 10px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 10px;
	}
	.aj-attorneys .aj-person-card {
		margin-top: 0;
	}
	.aj-staff .aj-person-card-wrap {
		padding: 0 20px;
	}
	.aj-resume-section {
		display: flex;
	}
	.aj-resume-title {
		width: 37.5%;
	}
	.aj-resume-content {
		width: 62.5%;
	}
	.aj-resume-content.the-content p:first-child,
	.aj-resume-content.the-content ul:first-child,
	.aj-resume-content.the-content ul:first-child li:first-child {
		margin-top: 0;
	}
	
	.aj-result-content {
		font-size: 1.2em;
	}
	
	.aj-contact-info-wrap {
		display: flex;
	}
	.aj-contact-info-details,
	.aj-contact-info-map {
		width: 50%;
		margin: 0;
	}
	.aj-contact-info-details {
		padding-right: 20px;
	}
	
	.aj-form-container {
		display: flex;
	}
	.aj-form-content,
	.aj-form-wrap {
		width: 50%;
	}
	.aj-form-content {
		padding-right: 40px;
	}
	.aj-form-wrap {
		margin: 0;
	}
	/*.aj-resume-section.aj-first:before,
	.aj-form-content:before,
	.aj-resume-section.aj-last:after,
	.aj-form-wrap:after {
		left: 50%;
		margin-left: -30px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
	}
	.aj-form-content:before {
		left: auto;
		right: 0;
		margin-left: 0;
		margin-right: -30px;
	}
	.aj-form-wrap:after {
		left: 0;
	}*/
	
	.aj-business-logo {
		top: 80px;
	}
	.aj-copyright {
		text-align: left;
	}
	.aj-copyright span {
		float: right;
		margin: 0;
	}
	.aj-copyright span:first-child {
		float: left;
	}
}

@media screen and (min-width: 50em) { /*800px*/
	.main-navigation {
		width: 50%;
	}
	
	.aj-person-intro {
		width: 30%;
	}
	.aj-person-content {
		width: 70%;
	}
	
	.aj-post-featured .aj-post-preview {
		padding: 40px 40px 40px 0;
	}
	
	.aj-practiceareas-icon-wrap {
		width: 80px;
	}
	.aj-practiceareas-icon-wrap .aj-img {
		max-width: 60px;
	}
	.aj-practiceareas-title {
		width: calc(100% - 80px);
	}
}

@media screen and (min-width: 55em) { /*880px*/
	.aj-results-home.aj-section {
		padding: 0;
	}
	.aj-results-home-wrap {
		text-align: left;
		display: flex;
		align-items: center;
	}
	.aj-results-home-content-wrap {
		width: 40%;
		padding: 80px 0;
	}
	.aj-results-home-content-wrap * {
		text-align: left;
	}
	.aj-results-home-slider-wrap {
		width: 60%;
	}
	.aj-results-home .aj-results-slider {
		margin: 0;
	}

	.aj-content-sidebar {
		flex-direction: row-reverse;
	}
	.aj-content-sidebar,
	.aj-post-intro-wrap,
	.aj-post-wrap {
		display: flex;
	}
	.aj-blog-post .aj-post-date {
		margin-bottom: 24px;
	}
	.aj-post-intro-wrap .aj-back,
	.aj-content-sidebar .aj-post-side,
	.aj-post-wrap .aj-post-side {
		width: 35%;
	}
	.aj-content-sidebar .aj-post-side {
		margin-top: 0;
	}
	.aj-content-sidebar .aj-post-side {
		position: relative;
		left: -40px;
	}
	.aj-post-wrap .aj-post-side {
		margin-left: -40px;
	}
	.aj-post-intro-wrap .aj-post-intro {
		margin-bottom: 40px;
	}
	.aj-content-sidebar .aj-post-content,
	.aj-post-intro-wrap .aj-post-intro,
	.aj-post-wrap .the-content {
		width: 65%;
	}
	.aj-content-sidebar .aj-post-content,
	.aj-post-intro-wrap .aj-post-intro {
		padding-left: 20px;
	}
	.aj-post-wrap .the-content {
		padding-left: 60px;
	}
	.page-template-template-approach .aj-post-content,
	.aj-content-sidebar .aj-results-slider .aj-title,
	.aj-content-sidebar .aj-post-content .aj-headline {
		text-align: left;
	}
	.aj-post-intro .aj-post-meta {
		margin-bottom: 0;
	}
	.aj-sidebar .aj-widget,
	.aj-post-pullquote {
		padding-left: 40px;
		padding-right: 20px;
	}
	.aj-sidebar .aj-widget .aj-title,
	.aj-sidebar .aj-widget .wp-block-heading {
		text-align: left;
	}
	.aj-post-side .aj-practiceareas-list {
		text-align: right;
	}
	.aj-practiceareas-item a {
		padding: 12px 20px;
	}
	
	.aj-result-item {
		display: block;
	}
	.aj-result-item .aj-result-wrap,
	.aj-result-item .the-content {
		width: auto;
	}
	.aj-result-item .the-content .aj-result-title {
		padding-top: 15px;
	}
	
	.page-template-template-approach .the-content ol li {
		position: relative;
		padding-left: 80px;
	}
	.page-template-template-approach .the-content ol li:before {
		width: 60px;
		text-align: right;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (min-width: 60em) { /*960px*/
	/*nav change*/
	.aj-logo {
		width: 70px;
		height: 105px;
		position: absolute;
		left: 50%;
		top: 50%;
		/*transform: translate(-50%, -50%);*/
		margin: -52px 0 0 -35px;
	}
	.scrolling-down .masthead .aj-logo {
		height: 80px;
		margin-top: -40px;
	}
	.main {
		padding-top: 144px;
	}
	.aj-lang-wrap,
	.menu-control {
		display: none;
	}
	.nav-active .main-navigation,
	.main-navigation {
		transform: translate(0);
	}
	.main-navigation {
		font-size: 1em;
		padding: 0;
		width: auto;
		height: auto;
		position: static;
		background: transparent;
		overflow: visible;
	}
	.main-navigation:after {
		content: '';
		display: table;
		clear: both;
	}
	.main-navigation > .menu:before {
		content: none;
		display: none;
	}
	.main-navigation .menu {
		padding: 0;
		margin: 0;
		width: calc(50% - 35px);
		display: flex;
		justify-content: space-evenly;
	}
	.main-navigation .menu-1 {
		text-align: left;
		float: left;
	}
	.main-navigation .menu-2 {
		padding: 0;
		float: right;
	}
	.main-navigation .menu-item-language {
		padding: 30px 0;
	}
	.main-navigation .menu-item-language,
	.main-navigation .menu-item {
		margin: 0;
		display: inline-block;
	}
	.main-navigation .menu-1 .menu-item {
		margin-right: 20px;
	}
	.main-navigation .menu-2 .menu-item {
		margin-left: 20px;
	}
	.main-navigation .menu-item a {
		padding: 40px 0;
		background-color: transparent;
		font-size: 1em;
	}
	.single-post .main-navigation .menu-item.current_page_parent a,
	.single-aj_result .main-navigation .menu-item-object-aj_result a,
	.single-aj_practicearea .main-navigation .menu-item-object-aj_practicearea a,
	.single-aj_people .main-navigation .menu-item-object-aj_people a,
	.main-navigation .menu-item a:hover,
	.main-navigation .menu > .menu-item.current-menu-item > a {
		color: #d7da23;
	}
	.main-navigation .aj-language .aj-es,
	.main-navigation .aj-language .aj-en {
		background-color: transparent;
		color: #0b87be;
	}
	.main-navigation .aj-language a:hover .aj-es,
	.main-navigation .aj-language a:hover .aj-en {
		color: #f9f1e5;
		color: rgba(249, 241, 229, 0.53);
	}
	html[lang^="es-"] .main-navigation .aj-language .aj-es,
	html[lang^="en-"] .main-navigation .aj-language .aj-en {
		background-color: #f04e2c;
		color: #f9f1e5;
	}
	.aj-language span {
		display: none;
	}
	.main {		
		text-align: left;
	}
	/*nav change*/
	
	.aj-hero:after {
		content: '';
		display: block;
		width: 50%;
		left: 50%;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		background-attachment: scroll;
		background-repeat: repeat;
		background-position: 0 bottom;
		background-size: cover;
	}
	.js .aj-hero:after {
		opacity: 0;
		transform: translatex(50%);
		transition: opacity 0.5s ease-in, transform 0.5s ease-in-out;
	}
	.js .aj-go.aj-hero:after {
		opacity: 1;
		transform: translatex(0);
	}
	.aj-hero:after {
		background-image: url('images/accent-slant.svg');
		background-size: auto 180px;
	}
	.post-type-archive-aj_result .aj-hero:after,
	.page-our-approach .aj-hero:after {
		background-image: url('images/accent-tetris.svg');
		background-size: auto 240px;	
	}
	.post-type-archive-aj_people .aj-hero:after {
		background-image: url('images/accent-diamonds.svg');
		background-size: auto 100px;	
	}
	.home .aj-hero:after {
		background-image: url('images/accent-diamonds-orange.svg');
		background-size: auto 100px;	
	}
	/*.page-contact .aj-hero:after,
	.page-thank-you .aj-hero:after,
	.post-type-archive-aj_practicearea .aj-hero:after {
		background-image: url('images/accent-slant.svg');
		background-size: auto 92px;
	}*/
	.aj-hero .aj-intro .aj-hero-headline {
		padding: 0;
		text-align: left;
	}
	.aj-hero .aj-intro .aj-hero-headline:before,
	.aj-hero .aj-intro .aj-hero-headline:after {
		content: none;
		display: none;
	}
	.aj-hero .aj-intro .the-content {
		width: 50%;
		padding-right: 40px;
	}
	.blog .aj-hero .aj-intro .aj-hero-headline {
		text-align: center;
	}
	.blog .aj-hero:after {
		content: none;
		display: none;
	}
	
	.aj-results-slider .slickslider {
		padding: 40px 70px;
		margin-top: 40px;
	}
	.aj-result-slide-wrap {
		padding: 40px;
	}
	.aj-slider .slick-prev, 
	.aj-slider .slick-next {
		width: 40px;
		height: 119px;
		margin-top: -76px;
	}
	.aj-slider .slick-prev {
		left: 20px;
	}
	.aj-slider .slick-next {
		right: 20px;
	}
	.aj-slider .slick-dots {
		padding-top: 4px;
	}
	.slick-dots li {
		margin: 0 4px;
	}
	.slick-dots li button {
		width: 20px;
		height: 20px;
	}
	
	.aj-practiceareas-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.aj-banner:before {
		opacity: 0;
	}
	.aj-banner .aj-img {
		display: none;
	}
	.aj-banner .aj-callout-headline {
		text-align: left;
		width: 65%;
	}
	.aj-slider-home .aj-banner:before {
		opacity: 0;
	}
	.aj-slider-home .aj-banner.aj-section {
		background-position: left center;
	}
	.aj-slider-home .aj-banner .aj-slider-home-content {
		text-align: center;
		width: 65%;		
		margin-left: auto;
	}
	.aj-slider-home .aj-banner .aj-callout-headline {
		text-align: center;
		width: 100%;
	}
}

@media screen and (min-width: 65em) { /*1040px*/
	.aj-person-intro {
		padding-right: 40px;
	}
	.aj-contact-list .aj-contact-icon-wrap,
	.aj-contact-icon-wrap {
		height: 74px;
		width: 74px;
	}
	.aj-contact-list .aj-icon-contact,
	.aj-icon-contact {
		max-width: 50px;
		max-height: 50px;
	}
	.aj-person-content .the-content blockquote {
		padding: 50px;
	}
	
	.aj-practiceareas-icon-wrap {
		width: 100px;
	}
	.aj-practiceareas-icon-wrap .aj-img {
		max-width: 80px;
	}
	.aj-practiceareas-title {
		width: calc(100% - 100px);
	}
}

@media screen and (min-width: 70em) { /*1120px*/
	.aj-language span {
		display: inline;
	}
	
	.aj-footer-wrap,
	.aj-copyright,
	.wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}
	

	.aj-attorneys .aj-person-cards,
	.aj-staff .aj-person-cards {
		grid-column-gap: 50px;
		
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.aj-attorneys .aj-person-cards {
		
	}
	.aj-staff .aj-person-cards {
		grid-row-gap: 80px;
	}
	
	.aj-resume-wrap,
	.aj-form-container {
		padding: 60px;
	}
	/*.aj-results-slider .slick-list,*/
	.aj-resume-wrap,
	.aj-form-container {		
		clip-path: polygon(0% 0%, calc(50% - 40px) 0%, 50% 30px, calc(50% + 40px) 0%, 100% 0%, 100% calc(50% - 40px), calc(100% - 30px)  50%, 100% calc(50% + 40px) , 100% 100%, calc(50% + 40px)  100%, 50% calc(100% - 30px) , calc(50% - 40px) 100%, 0% 100%, 0% calc(50% + 40px) , 30px 50%, 0% calc(50% - 40px) );
	}
	.aj-resume-section {
		padding-top: 50px;
	}
	.aj-form-content {
		padding-right: 60px;
	}
	/*.aj-results-slider:before,
	.aj-results-slider:after,
	.aj-resume-wrap:before,
	.aj-resume-wrap:after,
	.aj-form-container:before,
	.aj-form-container:after {
		margin-top: -40px;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;		
	}
	.aj-results-slider:before,
	.aj-resume-wrap:before,
	.aj-form-container:before {
		border-left: 30px solid #f04e2c;
	}
	.aj-resume-wrap:after,
	.aj-form-container:after {
		border-right: 30px solid #f04e2c;
	}
	.aj-resume-section.aj-first:before,
	.aj-form-content:before,
	.aj-resume-section.aj-last:after,
	.aj-form-wrap:after {
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
	}
	.aj-resume-section.aj-first:before,
	.aj-form-content:before {
		border-top: 30px solid #f04e2c;
		margin-right: -40px;
		top: -60px;
	}
	.aj-resume-section.aj-first:before {
		margin-right: 0;
		margin-left: -40px;
	}
	.aj-resume-section.aj-last:after,
	.aj-form-wrap:after {
		border-bottom: 30px solid #f04e2c;
		bottom: -60px;
		margin-left: -40px;
	}*/
	
	.aj-post-featured .aj-post-preview {
		padding: 40px 80px 40px 0;
	}
	.aj-post-featured .aj-post-preview {
		width: 45%;
	}
	.aj-post-featured .aj-blog-post-img {
		width: 55%;
	}
	.aj-post-standard .aj-post-meta {
		width: 30%;
	}
	.aj-post-standard .aj-post-detail {
		width: 70%;
	}
	
	.aj-post-intro-wrap .aj-back,
	.aj-content-sidebar .aj-post-side,
	.aj-post-wrap .aj-post-side {
		width: 30%;
	}
	.aj-post-wrap .aj-post-side {
		
	}
	.aj-content-sidebar .aj-post-content,
	.aj-post-intro-wrap .aj-post-intro,
	.aj-post-wrap .the-content {
		width: 70%;
	}
	.aj-post-intro-wrap .aj-post-intro {
		
	}
	.aj-post-wrap .the-content {
		
	}
	.aj-post-side .aj-practiceareas-item,
	.aj-sidebar .aj-widget,
	.aj-post-pullquote {
		position: relative;
	}
	.aj-post-side .aj-practiceareas-item:after,
	.aj-sidebar .aj-widget:after,
	.aj-post-pullquote:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 200%;
	}
	.aj-sidebar .aj-widget:after,
	.aj-post-pullquote:after {
		background: #d7da23;
	}
	.aj-post-side .aj-practiceareas-item:after {
		background: #0b87be;
	}
	
	.aj-result-list {
		margin-top: 20px;
	}
	.aj-result-item {
		display: flex;
	}
	.aj-result-item .aj-result-wrap,
	.aj-result-item .the-content {
		width: 50%;
	}
	.aj-result-item .the-content {
		padding-left: 20px;
	}
	.aj-result-item .the-content .aj-result-title {
		padding: 0;
	}
	
}

@media screen and (min-width: 75em) { /*1200px*/
	.container {
		font-size: 20px;
	}
	.aj-section {
		padding: 120px 0;
	}	
	.main-navigation {
		font-size: 0.8em;
	}
	
	.masthead {
		padding-bottom: 40px;
	}
	.scrolling-down .masthead {
		padding-bottom: 20px;
	}
	.masthead:after {
		bottom: -15px;
	}
	.masthead:after,
	.orlop:before {
		height: 15px;
	}
	.orlop:before {
		top: -14px;
	}
	.main {
		padding-top: 156px;
	}
	
	.aj-hero .aj-intro .the-content {
		width: 45%;
	}
	.aj-person .aj-headline {
		margin-bottom: 60px;
	}
	.aj-person-intro {
		padding-right: 60px;
	}
	.aj-person-card .aj-title {
		white-space: nowrap; /**/
	}
	.aj-resume.aj-section {
		background-size: auto 92px;	
	}
	
	.aj-awards .slide {
		padding: 0 40px;
	}
	.aj-awards .slickslider {
		margin-top: 60px;
	}
	
	.aj-contact-item {
		margin-top: 40px;
	}
	.aj-contact-item .aj-contact-link {
		padding-left: 25px;
	}
	
	.aj-resume-wrap,
	.aj-form-container {
		padding: 90px;
	}
	/*.aj-results-slider .slick-list,*/
	.aj-resume-wrap,
	.aj-form-container {
		clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 40px, calc(50% + 55px) 0%, 100% 0%, 100% calc(50% - 55px), calc(100% - 40px)  50%, 100% calc(50% + 55px) , 100% 100%, calc(50% + 55px)  100%, 50% calc(100% - 40px) , calc(50% - 55px) 100%, 0% 100%, 0% calc(50% + 55px) , 40px 50%, 0% calc(50% - 55px) );
	}
	.aj-resume-section {
		padding-top: 60px;
	}
	.aj-form-content {
		padding-right: 90px;
	}
	/*.aj-results-slider:before,
	.aj-results-slider:after,
	.aj-resume-wrap:before,
	.aj-resume-wrap:after,
	.aj-form-container:before,
	.aj-form-container:after {
		margin-top: -55px;
		border-top: 55px solid transparent;
		border-bottom: 55px solid transparent;		
	}
	.aj-results-slider:before,
	.aj-resume-wrap:before,
	.aj-form-container:before {
		border-left: 40px solid #f04e2c;
	}
	.aj-resume-wrap:after,
	.aj-form-container:after {
		border-right: 40px solid #f04e2c;
	}
	.aj-resume-section.aj-first:before,
	.aj-form-content:before,
	.aj-resume-section.aj-last:after,
	.aj-form-wrap:after {
		border-left: 55px solid transparent;
		border-right: 55px solid transparent;
	}
	.aj-resume-section.aj-first:before,
	.aj-form-content:before {
		border-top: 40px solid #f04e2c;
		margin-right: -55px;
		top: -90px;
	}
	.aj-resume-section.aj-first:before {
		margin-right: 0;
		margin-left: -55px;
	}
	.aj-resume-section.aj-last:after,
	.aj-form-wrap:after {
		border-bottom: 40px solid #f04e2c;
		bottom: -90px;
		margin-left: -55px;
	}*/
	
	.aj-post-featured .aj-post-preview {
		padding: 80px 80px 80px 0;
	}
	.aj-sidebar .aj-widget,
	.aj-post-pullquote {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.aj-sidebar .aj-widget.widget_recent_entries {
		margin-top: -20px;
	}
	
	.blog .aj-recent.aj-section {
		
	}
	
	.aj-results-slider .slickslider {
		padding: 70px 90px;	
	}
	.aj-result-slide-wrap {
		padding: 60px;
	}
	.aj-slider .slick-prev {
		left: 38px;
	}
	.aj-slider .slick-next {
		right: 38px;
	}
	
	.aj-practiceareas-grid {
		grid-row-gap: 16px;
		grid-column-gap: 16px;
	}
	.aj-practiceareas-link {
		padding: 30px;
	}
	
	.page-template-template-approach .the-content ol li {
		padding-left: 100px;
	}
	
	.aj-business-logo {
		top: 80px;
	}
}

@media screen and (min-width: 90em) { /*1440px*/
	.aj-results-home-content-wrap > .wrapper {
		padding-left: 0;
		padding-right: 80px;
		margin-right: 0;
		max-width: 400px;
	}
	.aj-results-home-slider-wrap > .wrapper {
		padding-right: 0;
		padding-left: 80px;
		margin-left: 0;
		max-width: 800px;
	}
	.aj-content-sidebar .aj-post-content,
	.aj-post-intro-wrap .aj-post-intro {
		padding-left: 50px;
	}
	.aj-post-wrap .the-content {
		padding-left: 90px;
	}
	
	.aj-slider-home .aj-banner.aj-section {
		min-height: 70vh;
	}
	.aj-slider-home .aj-banner .aj-slider-home-content,
	.aj-banner .aj-callout-headline {
		width: 57.5%;
	}
	.aj-banner .aj-callout-headline {
		padding: 50px 0;
	}
}

@media screen and (min-width: 100em) { /*1600px*/
	.wrapper {
		padding-left: 120px;
		padding-right: 120px;
	}	
}

/*
#wpadminbar {
	display: none !important;
}*/
html.js {
	margin: 0 !important;
}