.copyright {
	text-align: center;
	padding: 20px;
	color: #484848;
	font-family: 'PT Sans', sans-serif;
	border-top: 1px solid #ECF0F3;
}

.copyright:after {
	content: "© Copyright 2021 Burch & Cracchiolo, P.A.";
}

/* BOOTSTRAP OVERRIDES */
a.btn {
	color: white;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	border: none;
	border-radius: 0;
	padding: 9px 18px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	white-space: unset;
}

a.btn.small {
	padding: 6px 12px;
	font-size: 12px;
}

a.btn.lg {
	padding: 18px 36px;
	font-size: 22px;
}

article a.btn {
	padding: 12px 30px;
}

.btn-primary {
	background-color: #134068;
	/*background-color: #286090;*/
}

a.btn-primary:only-of-type {
	border-right: 10px solid #EE8A1E;
	box-shadow: 10px 0 0 0 #D9D2C0;
	margin-right: 10px;
}

.btn-default {
	background-color: #134068;
}

.btn-default:hover,
.btn-default:focus {
	color: white;
	background-color: #286090;
}

.btn-secondary {
	background-color: #EE8A1E;
	/*border-color: #D58512;*/
}

.btn-secondary:hover,
.btn-secondary:focus {
	color: white;
	background-color: #F0AD4E;
}

@media screen and (max-width: 767px) {
	a.btn {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	a.btn + a.btn {
		margin-left: -4px;
	}

	article a.btn:first-of-type {
		margin-left: -30px;
	}
}

@media (min-width:1200px){
	.auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
	.auto-clear .col-md-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-md-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-md-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-md-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
	.auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
	.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

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

.navbar {
	margin-bottom: 0;
	min-height: 42px;
}

/* .navbar .dropdown {
	margin: 0;
} */

.navbar-default {
	background-color: #134068;
	border-radius: 0;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.caret,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a>span,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: white;
}
.navbar-default .navbar-brand {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #EE8A1E;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover {
	background-color: #EE8A1E;
	color: white;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
	color: #333;
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}

.dropdown-menu>li>a {
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #ECF0F3;
}


.dropdown-menu {
	border: 1px solid #ccc;
}

/*.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: transparent;
}*/

@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
		text-indent: 0;
		-webkit-transition: color 0.1s;
		transition: color 0.1s;
	}

	.navbar-default .navbar-nav>.open>a:not(:hover),
	.navbar-default .navbar-nav>.open>a:focus:not(:hover),
	.navbar-default .navbar-nav>.open>a:hover:not(:hover) {
		background-color: inherit;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #818181;
	}
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 11px 8.5px;
	}

	/* .navbar-nav > .dropdown > a .caret {
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	} */
}

@media screen and (min-width: 992px) {
	.navbar-nav>li>a {
		/*padding: 11px 18px;*/
		padding: 11px 14px; /*COVID-width*/
		padding: 11px 11px; /*COVID-and-brochure-width*/
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	/* .nav>li>a {
		padding-left: 12px;
		padding-right: 12px;
	} */
}
/* END BOOTSTRAP OVERRIDES */

/* GENERAL STYLES */
body {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}

.main p,
.main li {
	font-size: 16px;
	line-height: 1.5em;
}

ol ol {
	list-style-type: lower-alpha;
}

img {
	max-width: 100%;
}

a {
	color: #134068;
	word-break: break-word;
}

b {
	font-family: 'PT Sans', sans-serif;
}

/*p > a:not(.btn):not([href^="tel:"]) {*/
p a {
	font-weight: bold;
	text-decoration: underline;
}

hr {
	border-top: 3px solid #ECF0F3;
}

iframe {
	max-width: 100%;
}

@media (min-width: 768px) {
	.columns-auto {
		column-count: 2;
	}
}

@media (min-width: 992px) {
	.columns-2 {
		column-count: 2;
	}

	.columns-3 {
		column-count: 3;
	}

	.columns-auto {
		column-count: 3;
	}
}

@media print {
	.columns-auto {
		column-count: 2;
	}
}

@media (min-width: 700px){
	.grid-3 {
		display: grid;
		grid-template-columns: auto auto auto;
		justify-content: space-between;
		grid-column-gap: 15px;
	}
}

.flex-row {
	margin: 30px -15px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.flex-row > img,
.flex-row > p {
	padding: 10px 15px;
}


@media (min-width: 600px) {
	.flex-row.reverse {
		flex-direction: row-reverse;
	}
}

@media (max-width: 599px) {
	.flex-row {
		flex-direction: column;
	}
}

.pad-top {
	padding-top: 30px;
}

.pad-top-half {
	padding-top: 15px;
}

.pad-top-double {
	padding-top: 60px;
}

.pad-bottom {
	padding-bottom: 30px;
}

.pad-bottom-half {
	padding-bottom: 15px;
}

.pad-bottom-double {
	padding-bottom: 60px;
}

.margin-top {
	margin-top: 30px;
}

.margin-top-half {
	margin-top: 15px;
}

.margin-top-double {
	margin-top: 60px;
}

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

.margin-bottom-half {
	margin-bottom: 15px;
}

.margin-bottom-double {
	margin-bottom: 60px;
}

.blog-article img {
	padding: 10px;
	box-sizing: content-box;
}

.gray {
	color: #ECF0F3;
}

.graybg {
	background-color: #F9F8F6;
}

.bluebg {
	background-color: #ECF0F3;
}

.tanbg {
	background-color: #F2EAD5;
}

.bluebg h3,
.bluebg h5 {
	color: #134068;
}

.bluebg p {
	/*color: #134068;*/
}

.bluebg hr {
	border-top: 1px solid #aaa;
}

.bluebg blockquote {
	border-left: 5px solid #ccc;
}

.main {
	margin-bottom: 30px;
}

.centercontent {
	text-align: center;
}

@media (max-width: 991px) {
	.center-mobile {
		text-align: center;
	}
}

.ribbon {
	margin: 10px 40px 10px 0px;
	padding: 9px 20px;
	line-height: 22px;
	font-size: 16px;
	color: white;
	background-color: #134068;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	cursor: default;
}

.ribbon:after {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	right: -20px;
	top: 0;
	border-width: 20px;
	border-color: #134068 transparent;
	border-style: solid;
}

.ribbon .check {
	display: block;
	float: left;
	color: #EE8A1E;
	background-color: white;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	font-size: 24px;
	line-height: 22px;
	padding-top: 3px;
	margin: -2px 10px -2px -5px;
}

.sticky {
	position: sticky;
	top: 30px;
	max-height: calc(100vh - 30px);
	overflow-y: auto;

}

/************************************/
/* HEADINGS - odd numbers are sans  */
/************************************/
h1, h3, h5 {
	font-family: 'Montserrat', sans-serif;
	/*font-weight: 600;*/
	/*color: #134068;*/
	color: #000;
}

h2, h4, h6 {
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	/*color: #134068;*/
	color: #000;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

p+h5,
div+h5 {
	margin-top: 1.5em;
}

section > h1:first-child,
section > h2:first-child,
section > h3:first-child,
section > h4:first-child,
section > h5:first-child,
section > h6:first-child,
article > h1:first-child,
article > h2:first-child,
article > h3:first-child,
article > h4:first-child,
article > h5:first-child,
article > h6:first-child,
aside > h1:first-child,
aside > h2:first-child,
aside > h3:first-child,
aside > h4:first-child,
aside > h5:first-child,
aside > h6:first-child {
	margin-top: 0px;
}

*[class*='col-']>h1:first-child,
*[class*='col-']>h3:first-child,
*[class*='col-']>h5:first-child {
	margin-top: 0;
}

.content>h1:first-child,
.content>h2:first-child,
.content>h3:first-child,
.content>h5:first-child {
	margin-top: 0;
	line-height: 40px; /* Keeps content page first heading in-line with search box. */
	margin-bottom: 22px; /* Starts first paragraph inline with top of image below search box. */
}

h3, h5 {
	text-transform: uppercase;
}

h6 {font-weight: bold;}

h1 { font-size: 36px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

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

input {
	font-family: 'PT Sans', sans-serif;
}

section,
aside {
	padding: 30px 0;
}

.content>.row>.col-md-12>article:first-child {
	margin-top: 30px;
}

article {
	padding: 30px;
	margin-bottom: 30px;
}

article > a.btn:last-child,
article > p:last-child {
	margin-bottom: 0;
}

article.bluebg {
	overflow: hidden;
}

.side-menu {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
}

.side-menu a {
	text-decoration: none;
}

.side-menu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	section {
		/*padding: 20px 30px;*/
	}
}

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

header {
	padding-top: 15px;
	padding-bottom: 15px;
}

header #header-left {
	float: left;
}
	
header #logo-description {
	font-family: Roboto, Sans-serif;
	text-transform: uppercase;
	display: block;
	color: #134068;
	letter-spacing: 3px;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}

header #header-right {
	float: right;
	text-align: right;
}

header .locations {
	/*float: left;*/
}

header li.location {
	padding-top: 5px;
	padding-right: 10px;
}

header .social {
	float: right;
}

@media screen and (max-width: 350px) {
	header .social {
		max-width: 120px;
	}
}

img.social-icon {
	width: 33px;
	margin-left: 3px;
	margin-bottom: 6px;
}

a:first-of-type > img.social-icon {
	margin-left: 0;
}

header .contact {
	text-transform: uppercase;
	font-weight: bold;
	color: #134068;
	font-family: 'PT Sans', sans-serif;
}

header .contact .blurb {
	margin: 41px 0 5px;
}

header .phone {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	line-height: 1em;
}

@media screen and (max-width: 1199px) {
	header {
		position: relative;
	}

	header #header-right {
		float: none;
	}

	header .social {
		float: none;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	header .locations {
		float: none;
	}

	header nav li:first-of-type a {
		padding-left: 0;
	}

	header nav li:last-of-type a {
		padding-right: 0;
	}

	header .contact {
		position: absolute;
		bottom: 17px;
		right: 15px;
		text-align: right;
	}

	header .contact .blurb {
		margin: 0;
	}
}

@media screen and (max-width: 991px) {
	header .contact {
		background-image: none !important;
	}
}

@media screen and (min-width: 992px) {
	header .contact[style*="url"] {
		background-repeat: no-repeat;
		background-position: right 10%;
		background-size: 90px auto;
		padding-right: 110px;
		height: 90px;
	}
}

@media screen and (max-width: 767px) {
	header .contact {
		margin-top: 10px;
		position: static;
		text-align: left;
	}
}

@media screen and (min-width: 1200px) {
	header .locations {
		float: right;
		margin-top: 110px;
		margin-left: 50px;
	}
}

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

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

nav ul ul {
	text-transform: none;
}

nav:not(.navbar) li {
	float: left;
}

nav li {
	color: #134068;
	font-family: 'PT Sans', sans-serif;
}

nav li a {
	display: inline-block;
	font-weight: bold;
}
nav li>a {
	font-size: 16px;
}

nav.top {
	background-color: #134068;
}

nav.top li a {
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

nav.top li a,
nav.top li a>span {
	color: white;
}

nav.top li a.active,
nav.top li a:hover {
	background-color: #EE8A1E;
}

nav.top li a:hover,
nav.top li a:focus {
	text-decoration: none;
}

.top-menu {
	background-color: #134068;
}


/* @media screen and (max-width: 767px) {
	nav.top {
		max-height: 42px;
		overflow: hidden;
	}

	nav.top:hover {
		max-height: auto;
	}

	nav.top li {
		float: none;
	}

	nav.top li a {
		display: block;
	}
} */

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

.banner {
	padding: 25px 0 50px 0;
	min-height: 45vh;
	background-color: #818181;
	background-size: cover;
	background-position: center 40%;
	display: flex;
	align-items: center;
}

.banner:not(.heading) .container {
	padding: 0 55px;
}

@media screen and (min-width: 992px) {
	.banner:not(.heading) {
		height: 45vh;
	}
}

.banner:not(.heading) h1,
.banner:not(.heading) h2 {
	 margin: 20px 0px;
}

.banner h1,
.banner h2 {
	color: white;
	font-size: 3em;
	text-transform: uppercase;
	margin: 20px 0;
}

.banner h1 a,
.banner h2 a,
.banner h1 a:hover,
.banner h2 a:hover {
	color: white;
	text-decoration: none;
}

.banner h6 {
	color: white;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.banner h1,
	.banner h2 {
		font-size: 2.5em;
	}

	.banner:not(.heading) .container {
		justify-content: center; /*Breaks IE, Chrome only does anything on tiny screens*/
		padding: 0 10px;
	}
}

.banner.heading {
	text-align: center;
	padding: 70px 0;
	min-height: 30vh;
	height: 30vh;
}

#banner-slider:hover {
	opacity: 1;
	box-shadow: 0px 0px 15px 0px #555;
}
#banner-slider {
	box-shadow: 0px 0px 10px 0px #777;
	opacity: 0.98;
}
#banner-slider .embed-responsive {
	background-size: cover;
	background-position: center center;
}
.top-menu {
	position: relative;
	z-index: 1;
}
.banner,
.banner h4 {
	color: white;
}
.banner p {
	font-size: 18px;
}
.banner h4 {
	font-size: 24px;
}

/* Dark overlay */
.banner.overlay,
.banner.overlay .container {
	position: relative;
}
.banner.overlay:before {
	content: "";
	background-color: #000;
	opacity: 0.2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

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

/* aside.left-sidebar {
	float: left;
	width: 290px;
	padding: 30px 30px 30px 0;
} */

/* div.content:not(:only-child) {
	float: right;
	width: calc(100% - 290px);
} */

aside.left-sidebar * {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

.search input {
	text-transform: uppercase;
	border: none;
	background-color: #ECF0F3;
	color: #818181;
	padding: 10px 18px;
	float: left;
}

nav .search input {
	background: white;
	color: #484848;
}

.search input[type="text"] {
	width: calc(100% - 65px);
	margin-right: 10px;
}

.search input[type="submit"] {
	width: 55px;
}

.search, .dropdown {
	margin: 10px 0;
}

aside .search {
	margin: 0;
}

.dropdown > button.dropdown-toggle {
	width: 100%;
	text-align: left;
	padding: 10px 18px;
	font-family: 'PT Sans', sans-serif;
	/*font-size: 16px;*/
	text-transform: uppercase;
	border-radius: 0;
	background-color: #ECF0F3;
	color: #818181;
	border: none;
	overflow: hidden;
}

.dropdown > button.dropdown-toggle:active {
	background-color: #ECF0F3;
	color: #818181;
}

.dropdown > button.dropdown-toggle .caret {
	color: inherit;
}

.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #ECF0F3;
	color: #818181;
}

.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-width: 100%;
}

button.dropdown-toggle .caret {
	border-top: 9px solid;
	border-top: 9px solid\9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.caretpatch {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 45px;
	padding: 9px 15px;
	border-left: 3px solid white;
	color: inherit;
	background-color: #ECF0F3;
}

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

.card,
.article {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ECF0F3;
}

.card,
.article:last-of-type {
	/*border-bottom: none;*/
	margin-bottom: 0;
}

.article img {
	margin-bottom: 15px;
	width: calc(50% - 3px);
}

.article img:first-child {
	margin-right: 2px;
}

.article img:only-of-type {
	width: 66.667%;
}

.article-thumbnail {
	overflow: hidden;
	display: block;
	float: left;
	background-size: cover;
	background-position: center 5%;
	margin-bottom: 15px;
	width: 100%;
	height: 0;
	padding-bottom: 66.66%;
}

.article-thumbnail-attorney {
	overflow: hidden;
	display: block;
	float: left;
	background-size: cover;
	background-position: center top;
	margin-bottom: 15px;
	height: 0;
	padding-bottom: calc(50% - 5px);
	width: calc(50% - 5px);
}

.article-thumbnail-attorney:first-child {
	margin-right: 10px;
}

.article-thumbnail-attorney:only-of-type {
	margin-right: 0;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}

.article-thumbnail-banner {
	overflow: hidden;
	display: block;
	float: left;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}

.blog-article .article-banner img {
	padding: 0 !important;
	margin: 0 !important;
}
.article-banner--listing {
	margin: 0 0 1em 0;
	padding: 0;
}

.article .date {
	display: block;
	color: #B4A07B;
	font-size: 12px;
}

.practice-areas a:focus,
.practice-areas a:hover {
	text-decoration: none;
}

.caption {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: white;
	background-color: #EE8A1E;
	margin-bottom: 30px;
	margin-top: 2px;
	padding: 10px;
	height: 50px;
}

a.see-more {
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
	/*border-top: 3px solid #ECF0F3;*/
	/*padding-top: 20px;*/
	padding: 12px 0;
	background: #134068;
	color: white;
}

@media screen and (max-width: 767px) {
	.dropdown-menu {
		max-width: 100%;
	}

	.dropdown-menu>li>a {
		white-space: normal;
		padding-left: 40px;
		text-indent: -20px;
	}

	.navbar .search {
		padding: 15px 0 7.5px;
	}
}


.nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 15px;
}

.nav-grid .card {
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 80px;
    background-color: #134068;
	background-size: cover;
	background-position: center;
	position: relative;
}

.nav-grid .card:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(19, 64, 104, 0.7);
}

.nav-grid .card a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    color: white;
	font-weight: bold;
	z-index: 1;
}

@media (max-width: 500px) {
	.nav-grid {
		grid-template-columns: 1fr 1fr;
	}
}

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

/* @media screen and (min-width: 768px) {
	.headquarters-cactus {
		background-image: url('images/stocksy-saguaro-11287-half.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 120% center;
		padding-right: calc(25% + 30px);
		margin-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.headquarters-cactus {
		background-position: 135% center;
		margin-right: -30%;
		padding-right: calc(30% + 50px);
	}
}

@media screen and (min-width: 1200px) {
	.headquarters-cactus {
		background-position: 110% center;
	}
} */

/* .awards {
	text-align: center;
} */

.cta {
	padding: 30px 0;
	border-top: 3px solid #F9F8F6;
	border-bottom: 3px solid #F9F8F6;
}

.cta > div {
	text-align: center;
	/*padding: 20px*/
}

.cta h4 {
	font-weight: bold;
}

footer nav {
	padding: 30px 0;
}

footer nav ul {
	display: flex;
	justify-content: center;
}

footer nav li a {
	color: inherit;
	display: flex;
	padding: 10px 15px;
}

footer nav li a.active {
	background-color: transparent;
	color: #EE8A1E;
}

@media (max-width: 991px) {
	footer nav li a {
		padding:  10px 10px;
	}
}


footer .office-info {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 10px 30px;
	justify-content: center;
	padding: 20px 30px 10px;
}
@media (max-width: 740px) {
	footer .office-info {
		grid-template-columns: auto auto;
	}
}
@media (max-width: 466px) {
	footer .office-info {
		grid-template-columns: auto;
		grid-gap: 10px;
	}
}

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

.professional-list-item, .professional-list-item-alt {
	text-align: center;
	margin-bottom: 30px;
}
.attorney-container {
	padding: 10px 0;
}
.professional-list-item div, .professional-list-item-alt div {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

@media screen and (min-width: 992px){
	.professional-list-item:nth-child(6n+1) {
		clear:left;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.professional-list-item:nth-child(4n+1) {
		clear:left;
	}
}

@media screen and (max-width: 767px){
	.professional-list-item:nth-child(3n+1) {
		clear:left;
	}
}

.alt-grid {
	/*text-align: justify;*/
	font-size: 0;
	margin-bottom: 3%;
}

.alt-grid:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.alt-grid .professional-list-item-alt {
  text-align: center;
  margin-bottom: 2%;
  display: none;
  vertical-align: top;
}

.alt-grid .professional-list-item-alt:before {
  content: '';
  display: inline-block;
}


.alt-grid .professional-list-item-alt,
.alt-grid .gap{
  display: inline-block;
  width: 33.33333333%;
}

@media screen and (min-width: 992px){
	.alt-grid .professional-list-item-alt,
	.alt-grid .gap{
	  width: 16.66666667%;
	  padding: 0 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.alt-grid .professional-list-item-alt,
	.alt-grid .gap{
	  width: 25%;
	  padding: 0 15px;
	}
}

@media screen and (max-width: 767px){
	.alt-grid .professional-list-item-alt,
	.alt-grid .gap{
	  width: 33.33333333%;
	  padding: 0 15px;
	}
}


/* ATTORNEY PAGE */
.short-bio {
	font-size: 16px;
}

.attorney-social .social {
	margin-top: 15px;
}

.awards img {
	margin-bottom: 20px;
	/*width: 250px;*/
	max-width: 100%;
	display: block;
	max-height: 225px;
}

.social .vcard {
	float: right;
}

.attorney-assistant {
	padding-bottom: 30px;
}

.attorney .bio,
.attorney .info {
	margin-bottom: 30px;
}

.attorney .info h5,
.attorney .bio h3 {
	margin-top: 0;
}

@media screen and (max-width: 991px) {
	.attorney-social {
		text-align: right;
	}

	.social .vcard {
		float: none;
		margin-left: 3px;
	}

	.attorney-assistant {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.attorney .container > .row > *[class*='col-']:not(:first-child) {
		margin-top: 30px;
	}

	.attorney-top {
		text-align: center;
	}

	.short-bio {
		text-align: justify;
	}

	.attorney-social {
		text-align: center;
	}

	.awards img {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
}

@media screen and (min-width: 992px) {
	.relative {
		position: relative;
	}

	.attorney-assistant {
		/*position: absolute;
		right: 0;
		top: 0;
		bottom: 0;*/
		position: static;
	}

	.attorney-social {
		position: absolute;
		padding-right: 15px;
		bottom: 0;
		right: 0;
	}
}
/* END ATTORNEY PAGE */

/* PRACTICE AREA PAGE */
.practice-area {
	break-inside: avoid;
	padding-top: 15px;
}

.practice-area-details {
	margin-top: 30px;
}

.practice-area-related-professionals {
	display: none;
}

.practice-area-related-professionals > p {
	padding-left:15px;
	margin-bottom:0px;
}

.practice-area-related-professionals > ul {
	padding-left:30px;
	margin-bottom:5px;
}

.practice .row.professional-thumbnails {
	margin-left: -2px;
	margin-right: -2px;
}

.practice .professional-thumbnail {
	padding: 0px 2px 15px;
	text-align: center;
	font-size: 14px;
}

.practice .professional-thumbnail.col-xs-4:nth-child(3n+1) {
	clear: left;
}
/* END PRACTICE AREA PAGE */

/* MICROSITE */
.fancy-practice p,
.fancy-practice li {
	font-size: 16px;
	line-height: 1.5em;
}

/* FANCY PRACTICE AREA PAGE */
.mid-banner {
	font-family: Roboto, Sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #134068;
	background-image: url('/images/banner/wood-pattern-dark-blue.jpg');
	color: white;
}

.mid-banner .bottom {
	background-color: rgba(150, 180, 255, 0.4);
}

.mid-banner .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mid-banner a {
	color: white;
}

.mid-banner a:not(:hover) {
	text-decoration: none;
}

.footnote {
	text-transform: none;
	font-weight: 300;
	font-size: 11px;
}

@media screen and (max-width: 767px){
	.fancy-practice .profile-picture {
		display: block;
		margin: 30px auto 0;
	}   
}
@media screen and (min-width: 768px){
	.fancy-practice .profile-picture {
		width:100%
	}
}
/* END FANCY PRACTICE AREA PAGE */

/* CLIENT CAROUSEL STYLES */
.awards-carousel {
	padding: 0 40px;
}

.awards-carousel .thumbnail {
	border: none;
	margin: 0;
	background: transparent;
}

.carousel-control {
	height: 30px;
	width: 25px;
	background: #134068;
	top: calc(50% - 15px);
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

a.award {
	display: block;
	height: 157px; /* Height of images - prevents blurring */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 767px){
	.awards-carousel .carousel-control.left {
		left: -15px;
	}

	.awards-carousel .carousel-control.right {
		right: -15px;
	}

	.awards-carousel {
		padding: 0 10px;
	}
}

@media screen and (max-width: 991px){
	.awards-carousel .col-sm-3 {
		padding: 0;
	}
}
/* END CLIENT CAROUSEL STYLES */

/* HALF-FULL-WIDTH ROWS */
@media (min-width: 768px){
	.row.full-left {
		width: calc((100%) - (100% - 30px - 750px)/2);
	}

	.row.full-right {
		width: calc((100%) - (100% - 30px - 750px)/2);
		margin-left: calc((100% - 30px - 750px)/2 + 15px);
	}

	.row.full-left *[class*='col-']:first-child {
		padding-left: 0;
	}
	.row.full-right *[class*='col-']:last-child {
		padding-right: 0;
	}
}
@media (min-width: 992px){
	.row.full-left {
		width: calc((100%) - (100% - 30px - 970px)/2);
	}

	.row.full-right {
		width: calc((100%) - (100% - 30px - 970px)/2);
		margin-left: calc((100% - 30px - 970px)/2 + 15px);
	}
}
@media (min-width: 1200px){
	.row.full-left {
		width: calc((100%) - (100% - 30px - 1170px)/2);
	}

	.row.full-right {
		width: calc((100%) - (100% - 30px - 1170px)/2);
		margin-left: calc((100% - 30px - 1170px)/2 + 15px);
	}
}
/* END HALF-FULL-WIDTH ROWS */


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Mix It Up */
#sort-items .mix{
	display: none;
}

a[data-toggle="lightbox"] img:hover {
	opacity: 0.8;
}

a[href^="tel:"] {
	color: inherit;
	font-weight: inherit;
}

a[href^="tel:"]:not(:hover) {
	text-decoration: none;
}

.dropdown-menu a.filter {
	cursor: pointer;
}


/* PRACTICE AREA CARDS */
@media screen {
	.practice-area-card {
		padding-top: 0;
		border: 2px solid #eee;
		margin-bottom: 30px;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.practice-area-card .card-banner {
		 background-size: cover;
		 background-position: center;
		 padding-bottom: 50%;
	}

	.practice-area-card .card-content {
		padding: 30px
	}

	.practice-area h5 {
		margin-top: 0px;
	}

	.practice-area p {
		margin-bottom: 5px;
	}

	.practice-area p:last-of-type {
		margin-bottom: 0;
	}
}

.practice-area p a {
	font-weight: 400;
}

.practice-area p a:not(:hover) {
	text-decoration: none;
}


/* PRINT STYLES */
@media print {
	.print-visible {
		display: block;
	}

	.print-hidden {
		display: none;
	}

	.col-print-1,
	.col-print-2,
	.col-print-3,
	.col-print-4,
	.col-print-5,
	.col-print-6,
	.col-print-7,
	.col-print-8,
	.col-print-9,
	.col-print-10,
	.col-print-11,
	.col-print-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}

	.col-print-12 { width: 100%; }
	.col-print-11 { width: 91.66666667%; }
	.col-print-10 { width: 83.33333333%; }
	.col-print-9  { width: 75%; }
	.col-print-8  { width: 66.66666667%; }
	.col-print-7  { width: 58.33333333%; }
	.col-print-6  { width: 50%; }
	.col-print-5  { width: 41.66666667%; }
	.col-print-4  { width: 33.33333333%; }
	.col-print-3  { width: 25%; }
	.col-print-2  { width: 16.66666667%; }
	.col-print-1  { width: 8.33333333%; }

	body,
	.short-bio {
		font-size: 12px;
	}

	#bc-logo {
		max-height: 100px;
	}

	/*.banner.heading,*/
	#header-right,
	.cta,
	footer,
	.social,
	.btn,
	.awards-carousel {
		display: none;
	}

	.banner.heading {
		min-height: unset;
		padding: 30px 0 0;
		height: unset;
	}

	.practice-area-details {
		page-break-inside: avoid;
	}

	.practice-area-details .aoc_link > a {
		text-decoration: none;
	}

	.practice-area-details .aoc_link > a:after {
		content: ":";
	}

	.practice-area-details .collapse {
		display: block;
	}

	.practice-area-related-professionals {
		display: block !important;
	}

	a[href]:after {
		content: "";
	}

	.attorney section {
		padding: 0;
	}

	.attorney .attorney-assistant {
		margin-top: 15px;
		padding-bottom: 0;
	}

	.attorney .attorney-assistant .assistant {
		float: right;
	}

	.attorney .attorney-assistant .assistant.full-print {
		text-align: center;
		padding-top: 10px;
		border-style: dashed;
		border-color: #eee;
		border-width: 2px 0;
		margin-bottom: 15px;
	}

	.attorney-bottom > .container > .row {
		display: flex;
		flex-direction: column;
	}

	.attorney .competencies {
		order: 3;
		margin-top: 20px;
		padding-top: 30px;
		border-top: 2px dashed #eee;
		/*column-count: 2;
		column-gap: 30px;*/
	}

	/*.attorney .info {
		break-inside: avoid;
		page-break-inside: avoid;
	}*/
}
/* END PRINT STYLES */