/*!
Theme Name: Castaldi
Theme URI: https://castaldipartners.com
Author: Fabrizio La Rocca / 3 Mountains
Author URI: 
Description: Custom theme designed and built for Castaldi Partners : Includes updates to the People pages.
Version: Palermo
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: castaldi
Tags: 

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

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

p {
	margin: 0 0 20px 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	outline: 0
}

/*
a:visited {
	color: purple;
	outline: 0
}

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

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}







/*--------------------------------------------------------------
## FONTS ----------------Œ
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');






/*--------------------------------------------------------------
## BODY ----------------Œ
--------------------------------------------------------------*/
html {
    height: 100%;
	margin:0;
    padding:0;
    background-color: #f0f0f0;
    color: #282828;
    min-width: 340px;
}

body {
	min-height: 100%;
    margin:0;
    padding:0;
    background-color: #f0f0f0;
    color: #585858;
    position: relative;
}

#page.site
{
	padding-bottom: 125px;
}





/*--------------------------------------------------------------
## HEADER ----------------Œ
--------------------------------------------------------------*/
.site-header
{
	height: 50px;
}

.nav
{
	float: left;
	line-height: 50px;
	font-family: 'Crimson Text', serif;
	font-size: 15px;
	margin-left: 27px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .5px;
	width: 100%;
	max-width: 630px;
	text-rendering: geometricPrecision;
}
 
#primary-menu
{
 	display: flex;
	justify-content: space-between;
}

.nav a
{
	color: #282828;
	text-decoration: none;
	display: initial;
}

.nav a:hover
{
	border-top: 3px solid #B1122F;
}

.nav .current-menu-item a
{
	border-top: 3px solid #B1122F;
}

.nav .current-menu-item a:hover
{
	border-top: 3px solid #B1122F;
}

.language-bar
{
	position: relative;
	z-index: 5;
	height: 50px;
	width: 100%;
	background-color: #d2d2d2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.language-bar-nav
{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.language-select
{
	line-height: 50px;
	text-align: right;
	margin-right: 94px;
}

.language-select a
{
	color: #000000;
	text-decoration: none;
}

.language-select a:hover
{
	color: #ffffff;
}

.language-select a.active
{
	color: #ffffff;
}









/*--------------------------------------------------------------
## LOGO ----------------Œ
--------------------------------------------------------------*/
.logo
{
	background-color: #B1122F;
	background-image: url('images/CP-Logo_white.svg');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	left: 0;
	width: 270px;
	height: 130px;
    background-size: contain;
    max-width: 270px;
}

.profile .logo,
.practice .logo
{
	position: relative;
	display: inline-block;
}










/*--------------------------------------------------------------
## HOME ----------------Œ
--------------------------------------------------------------*/
.home-page
{
	margin-bottom: 80px;
	width: 100%;
	margin: 0 auto;
}

.home-page-splash
{
		background-color: #666;
}

.splash-height
{
		height: 100vh;
}

#cycler{position:relative;max-width: 1230px;margin: 0 auto;}
#cycler .splash-background{position:absolute;z-index:1}
#cycler .splash-background.active{z-index:3}

.splash-background
{
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
}

.home-hex-nav
{
		position: absolute;
		right: 40px;
		top: 0;
		z-index: 5;
}

.home-main
{
	position: relative;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.home-main-left
{
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 600px;
	min-height: 300px;
	margin-bottom: 40px;
}

.home-main-left .article-copy-area
{
	margin-left: 0;
}

.home-main-left .article-row-image
{
	display: none;
}

.home-sub-nav
{
	display: inline-block;
	width: 340px;
	float: right;
	margin-top: 20px;
}


/*--------------------------------------------------------------
## MAIN ----------------Œ
--------------------------------------------------------------*/
.main
{
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.main .left
{
	width: 100%;
	max-width: 630px;
	display: none;
	vertical-align: top;
	margin-right: 45px;
}

.main .left.active
{
	display: inline-block;
}

.main .right
{
	width: 240px;
	display: inline-block;
	vertical-align: top;
}

.main .right h3,
.mobile-nav-list-head
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}










/*--------------------------------------------------------------
## HEX NAVIGATION----------------Œ
--------------------------------------------------------------*/

.hex-nav
{
		z-index: 5;
}

.hex:before {
	content: " ";
	width: 0;
	height: 0;
	border-right: 30px solid rgba(255, 255, 255, .7);
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
	position: absolute;
	left: -30px;
}

.hex {
    margin-left: 33px;
	width: 70px;
	height: 110px;
	background-color: rgba(255, 255, 255, .7);
	position: relative;
	float: left;
}

.hex:after {
   content: "";
	width: 0;
	position: absolute;
	right: -30px;
	border-left: 30px solid rgba(255, 255, 255, .7);
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
}

.hex:hover 
{
	background-color: #B1122F;
}

.hex:hover:after
{
	border-left: 30px solid #B1122F;
}

.hex:hover:before
{
	border-right: 30px solid #B1122F;
}

.hex.hex-spacer {
	background-color: rgba(255, 255, 255, 0);
}

.hex.hex-spacer:after,
.hex.hex-spacer:before {
	border-color: transparent;
}

.hex-row
{
	clear: both;
}

.hex:nth-child(odd)
{
	margin-top: -54px;
}

.hex:nth-child(even)
{
	margin-top: 2px;
}

.hex-row:nth-child(1) .hex:nth-child(odd)
{
	margin-top: 0;
}

.hex-row:nth-child(1) .hex:nth-child(even)
{
	margin-top: 57px;
}

.hex a
{
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	line-height: 110px;
	text-align: center;
	color: #B1122F;
	width: 100px;
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	z-index: 1;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
}

.hex:hover a
{
	color: #ffffff;
}

.hex.twoline a
{
	line-height: 20px;
	padding-top: 35px;
	height: 100%;
	white-space: normal;
}

.hex.threeline a
{
	padding-top: 25px;
}












/*--------------------------------------------------------------
## PROFILE TEMPLATE ----------------Œ
--------------------------------------------------------------*/


.profile-name
{
	display: inline-block;
	vertical-align: top;
	margin-top: 39px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 23px;
	max-width: 320px;
}

.profile-name span
{
	display: block;
}

.profile-name .profile-title
{
	text-transform: uppercase;
}

.profile-copy-area
{
	margin-left: 10px;
	margin-top: 28px;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
}

.profile-copy-area h3,
.profile-related h3
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.profile-copy-area a
{
	color: #545575;
	text-decoration: none;
}

.profile-copy-area a:visited
{
	color: #666699;
}

.profile-copy-area a:active
{
	color: #c22127;
}

.profile-copy-area a:hover
{
	color: #B1122F;
}

.profile-intro
{
	font-size: 26px;
	line-height: 35px;
}

.profile-copy
{
	margin-top: 25px;
}

.profile-copy p
{
	margin-top: 0;
}

.profile-list
{
	margin-top: 25px;
}

.profile-list ul
{
	padding-left: 17px;
	margin: 0;
}

.profile-list ul li p
{
	margin: 0;
}

.profile-image-area
{
	/*margin-left: 40px;*/
	margin-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	position: relative;
	color: #282828;
	letter-spacing: 1px;
}

.profile-image-frame
{
	width: 235px;
	height: 188px;
    overflow: hidden;
}

.profile-image
{
	/*width: 130px;
	height: auto;
	height: 200px;*/
	width: auto;
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
    /*margin-top: -6%; */
}

#vcard
{
	display: inline-block;
	position: absolute;
	/*top: 155px;
	right: 28px;*/
	top: 166px;
	right: 0px;
}

#vcard:hover
{
	/*top: 160px;*/
	top: 171px;
}

input[type="submit"].profile-vcard
{
	width: 58px;
	height: 35px;
	background-image: url(images/vCard2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.profile-info-block
{
	margin-top: 25px;
}

.profile-contact a
{
	text-decoration: none;
	color: #B1122F;
}

.profile-related
{
	margin-top: 80px;
}

.profile-related-title
{
	margin-left: 27px;
}










/*--------------------------------------------------------------
## PEOPLE TEMPLATE ----------------Œ
--------------------------------------------------------------*/
.people-grid { list-style-type: none; }

.people-grid li
{
	display: inline-block;
}

.people-grid-box
{
	vertical-align: top;
	width: 130px;
	background-color: #d2d2d2;
	height: 270px;
}




/* ---- grid ---- */

.grid {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 235px;
}

.grid-item {
  float: left;
  height: 258px;
  margin-bottom: 10px;
  z-index: 0;
}

.grid-item-background
{
	position: absolute;
	width: 100%;
	height: 258px;
	z-index: 2;
	background-color: #e6e6e6;
}

.grid-item img
{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	object-fit: cover;
    object-position: 0 0;
}

.grid-item--logo
{
	background-color: #B1122F;
	width: 235px;
	height: 130px;
  
}

.grid-item--spacer
{
	background-color: #B1122F;
	background-image: url('images/CP-Logo_white.svg');
	background-repeat: no-repeat;
	width: 235px;
	height: 130px;
	background-position: 0 10px;
}

.grid-info
{
	position: absolute;
	bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin: 0 4px;
	z-index: 3;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: uppercase;
}
.grid-view-profile
{
	display: none;
}

.grid-view-profile a
{
	font-size: 11px;
	color: #B1122F;
	text-decoration: none;
}

.grid-info-link,
.grid-info-link-mobile
{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.grid-view-name
{
	display:inline-block;
}

a.grid-info-link:hover ~ .grid-info .grid-view-name
{
	/*display:inline-block;*/
}

.grid-info .long
{
	font-size: 11px;
	line-height: 13px;
	display: block;
}

a.grid-info-link:hover ~ .grid-info .long
{
	/*font-size: 11px;*/
}

a.grid-info-link:hover ~ .grid-info .grid-view-profile
{
	display:block;
}

a.grid-info-link:hover + .grid-item-background
{
	background-color: #ffffff;
	height: 270px;
	border-bottom: 3px solid #B1122F;
}













/*--------------------------------------------------------------
## PRACTICE & INDUSTRY TEMPLATE ----------------Œ
--------------------------------------------------------------*/
.practice .practice-name
{
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	max-width: 320px;
	min-width: 160px;
	line-height: 124px;
}

.practice .practice-name span
{
	display: inline-block;
  	vertical-align: middle;
  	line-height: 23px;
}


.practice-copy-area,
.practice-nav-area
{
	margin-left: 10px;
	margin-top: 40px;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
}
.practice-copy-area.industry-copy-area
{
	margin-top: 110px;
}
.practice-copy-area h3,
.practice-related h3
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	
}

.practice-copy-area a
{
	color: #B1122F;
	text-decoration: none;
	font-family: 'Crimson Text', serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.practice-intro,
h4
{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 25px;
}

.practice-copy p
{
	margin-top: 0;
}

.practice-leader-list
{
	font-family: 'Crimson Text', serif;
	clear: both;
	padding-top: 30px;
}

.practice-leader-list h3
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.practice-leader-list-block span,
.practice-team span
{
	font-style: italic;
	border-bottom: 2px solid #d2d2d2;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
	display: block;
	margin-right: 35px;
	line-height: 30px;
}

.practice-home-nav
{
	margin-left: -5px;
}

.practice-leader-list ul
{
	list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 35px;
}

.practice-leader-column
{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	margin-top: 20px;
}

.practice-leader-list-block
{
	margin-bottom: 45px;
	font-size: 14px;
	position: relative;
}

.practice-leader-list-block a,
.practice-team a
{
	text-decoration: none;
	color: #B1122F;
	width: 100%;
	display: block;
}

.practice-leader-list-block a:hover,
.practice-team a:hover
{
	background-color: #fff;
}

.practice-leader-list-block a:after,
.practice-team a:after
{
	content: ">";
	display: inline-block;
	width: 10px;
	height: 30px;
	float: right;
}

.practice-leader-list-block li,
.practice-team li
{
	line-height: 30px;
	border-bottom: 2px solid #d2d2d2;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
}

. practice-leader-column .practice-leader-list-block li
{
	overflow: hidden;
    height: 30px;
}

.practice-list
{
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.practice-list ul
{
	padding-left: 17px;
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.practice-list li
{
	display: inline-block;
	width: 192px;
	min-height: 116px;
	background-color: #f0f0f0;
	vertical-align: top;
	padding: 10px;
/* 	font-weight: 300; */
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #ffffff;
	position: relative;
	-webkit-border-radius: 2px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topright: 0;
	border-radius: 2px;
	border-top-right-radius: 0;
}

.practice-list li:before
{
    position:absolute;
    right:-1px;
    top:-1px;
    content:'';
    border-top: 16px solid #ffffff;
    border-left: 16px solid transparent;

}

.practice-list li:after
{
    position:absolute;
    right:-2px;
    top:-2px;
    content:'';
    border-top: 16px solid #f0f0f0;
    border-left: 16px solid transparent;

}

.practice-list li strong
{
	font-weight: 600;
}

.practice-team ul
{
	margin: 0;
	list-style: none;
	padding: 0;
}

.practice-single-right
{
	padding-top: 174px;
}

.practice-team
{
	margin-left: 37px;
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	margin-bottom: 40px;
	max-width: 240px;
}

.practice-team span
{
	margin-right: 0;
}

.practice-related,
.our-industries,
.practice-team
{
	margin-top: 40px;
	
}

.practice-related.practice-single-related
{
	/*margin-top: 0;*/
}

.our-industries .hex
{
	background-color: #e6e6e6;
}

.our-industries .hex:before
{
	border-right: 30px solid #e6e6e6;
}

.our-industries .hex:after
{
	border-left: 30px solid #e6e6e6;
}

.our-industries .hex a
{
	color: #585858;
}


.our-industries .hex:hover
{
	background-color: #B1122F;
}

.our-industries .hex:hover:before
{
	border-right: 30px solid #B1122F;
}

.our-industries .hex:hover:after
{
	border-left: 30px solid #B1122F;
}

.our-industries .hex:hover a
{
	color: #fff;;
}


/*--------------------------------------------------------------
## NEWS TEMPLATES ----------------Œ
--------------------------------------------------------------*/
.random-image
{
	width: 300px;
	margin-left: 37px;
	cursor: pointer;
	height: 200px;
	overflow: hidden;
	background-color: #fff;
}


.random-image img
{
	transform: scale(1.1);
	transition: transform .5s, opacity .5s ease-in-out;
}

.random-image img:hover
{
	transform: scale(1);
	opacity: .7;
}

.article-copy-area
{
	margin-left: 10px;
	margin-top: 39px;
	font-family: 'Crimson Text', serif;
	font-size: 17px;
}

.article-copy-area a
{
		color: #B1122F;
		text-decoration: none;
}


.article-copy-area h2
{
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		font-weight: 300;
		color: #545577;
		line-height: 27px;
}


.article-row
{
		border-bottom: 2px solid #d2d2d2;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
		-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
		box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
		margin-bottom: 25px;
		overflow: auto;
		clear: both;
}

.article-row-title
{
		margin-bottom: 12px;
}

.article-row-title a
{
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		font-weight: 300;
		color: #545577;
		line-height: 24px;
		text-decoration: none;
}


.article-row-title a:visited
{
		color: #666899;
}

.article-row-title a:hover
{
		color: #B1122F;
}

.article-row-title a:active
{
		color: #B1122F;
}

.article-row-copy
{
	margin-bottom: 25px;
}

.article-row-image
{
		float: left;
		margin-right: 12px;
}

.article-row-date
{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #545577;
		letter-spacing: 1px;
		text-transform: uppercase;
}

.article-row-image img
{
		width: auto;
		max-height: 100px;
		max-width: 100px;
}

.article-read-more
{
	color: #B1122F;
	text-decoration: none;
	font-family: 'Crimson Text', serif;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
}


.news-categories,
.recent-news
{
	margin-top: 40px;
	margin-left: 37px;
}

.news-categories ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.news-categories li
{
	margin-bottom: 13px;
}

.news-categories a
{
	text-decoration: none;
	letter-spacing: 1px;
	color: #545577;
	
}

.news-categories a:hover
{
	color: #B1122F;
}

.recent-news-row
{
	margin-bottom: -5px;
}

.recent-news .article-row-title a
{
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}

.back-to-news
{
	display: block;
	margin: 20px 15px 35px 0;
	float: right;
	width: 130px;
	height: 30px;
	border: 1px solid #B1122F;
	text-align: center;
	text-decoration: none;
	color: #585858;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Crimson Text', serif;
}

.back-to-news:visited
{
	color: #585858;
}

.back-to-news:hover,
.back-to-news:active
{
	color: #f0f0f0;
	background-color: #B1122F;
}

.cat-back-to-news
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 28px;
	display: block;
	height: 14px;
	line-height: 14px;
	position: relative;
	padding-left: 15px;
}

.cat-back-to-news:before
{
	content: '<';
	display: inline-block;
	width: 10px;
	height: 14px;
	position: absolute;
	top: -1px;
	left: 0;
}




/*--------------------------------------------------------------
## LOCATIONS TEMPLATE ----------------Œ
--------------------------------------------------------------*/
.location-main
{
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
		margin-top: 40px;
		font-family: 'Crimson Text', serif;
}

.location-block
{
		display: inline-block;
		width: 280px;
		margin-right: 34px;
		margin-bottom: 20px;
}

.location-block-city
{
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 24px;
		margin: 0 0 9px 0;
		border-top: 5px solid #282828;
		line-height: 37px;
}

.location-block ul
{
		list-style-type: none;
		margin: 0;
		padding: 0;
}

ul.location-block-address
{
		min-height: 155px;
}

ul.location-block-address a
{
		text-decoration: none;
		color: #B1122F;
}

ul.location-block-directions
{
		margin-top: 7px;
}

ul.location-block-directions ul
{
		margin-bottom: 20px;
}

li.location-block-transport
{
	
}







/*--------------------------------------------------------------
## CAREER FORM  ----------------Œ
--------------------------------------------------------------*/
.careers-form a
{
		color: #B1122F;
}

.nf-before-form-content
{
	display: none;
}

.nf-form-fields-required
{
		font-family: 'Open Sans', sans-serif;
}

.careers_en .careers-input,
.careers_en .careers-text
{
		width: 400px;
		height: 50px;
		padding-left: 10px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		color: #282828;
		font-size: 12px;
}

.careers_en .careers-text
{
		height: 200px;
}

.careers_en .nf-error-msg,
.careers-form .nf-error-msg
{
		font-family: 'Open Sans', sans-serif;
		color: #B1122F;	
		font-weight: 300;
		font-size: 12pt;
}

.careers_en .nf-error .ninja-forms-field
{
		border: 1px solid #B1122F;	
}

.careers_en .careers-submit
{
		width: 200px !important;
		height: 30px;
		font-family: 'Crimson Text', serif;
		font-size: 12px;
		text-transform: uppercase;
		color: #585858;
		border: 1px solid #B1122F;
		background-color: transparent;
}

.careers_en .careers-submit:hover
{
		background-color: #B1122F;
		color: #ffffff;
}

.careers_en.careers_en_label
{
		margin: 0;
		height: 30px;
}

.careers_en .nf-fu-fileinput-button
{
		width: 200px;
		height: 30px;
		border-radius: 10px;
		border: 1px solid #282828;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 12px;
}

.careers_en .nf-field-description,
.careers_en.careers_en_label,
.careers_en .files_uploaded
{
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 12px;

}

.careers_en .files_uploaded
{
		margin-bottom: 15px;

}

.careers_en .files_uploaded p
{
		margin: 0;
		line-height: 25px;

}

.careers_en .files_uploaded .delete
{
		color: #B1122F;
		margin-left: 5px;

}

.careers_en .nf-fu-progress
{	
		display: none;
}


/*--------------------------------------------------------------
## FOOTER ----------------Œ
--------------------------------------------------------------*/
.footer
{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 16px;
	color: #585858;
	position: absolute;
	bottom: 0;
}

.footer-shelf
{
	max-width: 970px;
	margin: 20px auto;
}

.footer-half
{
	width: 48%;
	min-width: 400px;
	display: inline-block;
	vertical-align: top;
}

.copyright span.nameplate
{
	color: #B1122F;
}

.footer-widget
{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.footer-widget ul
{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
 
.footer-widget-1
{
	max-width: 125px;
}

.footer-widget-1 a
{
	color: #B1122F;
	text-decoration: none;
}

.footer-widget a:hover
{
	color: #B1122F;
}

.footer-widget-2 a
{
	display: block;
	color: #B1122F;
	text-decoration: none;
	line-height: 18px;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}






/*--------------------------------------------------------------
## MOBILE ----------------Œ
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover
  {
    /* opacity: 0.7;*/
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #bbbcbe; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spring
 */
   
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

.mobile-display,
.show-two,
.hex-nav-odd,
.hex-nav-prime
{
	display: none;
}

/* LESS THAN 980PX
-------------------------------------------------------------- */
@media (max-width: 980px) {

		.nav
		{
				max-width: 470px;
				margin: 0 0 0 27px;
		}
		
		.language-select
		{
				/*margin-right: 27px;*/
				text-align: right;
				margin-right: 49px;
		}
		
		.splash-height,
		.splash-background
		{
				height: 80vh;
		}
		
		.home-main,
		.footer-shelf
		{
				padding: 0 15px;
		}
		
		.footer-half
		{
				min-width: auto;
		}
		
		.copyright.footer-half
		{
				margin-right: 15px;
		}
		
		.home-main-left,
		.home-sub-nav
		{
				display: table-cell;
				float: none;
		}
		.home-main-left
		{
				padding-right: 27px;
				padding-bottom: 40px;
		}




		.grid
		{
				max-width: 830px;
		}
		
		.grid-sizer, .grid-item
		{	
				width: 130px;
				height: 200px;
		}
		
		.grid-item--logo
		{
				width: 270px;
				height: 130px;
		}
		
		.grid-item-background
		{
				height: 200px;
		}
		
		.grid-image-holder
		{
				height: 130px;
    			overflow: hidden;
		}
		
		.grid-image-holder img
		{
				width: 100%;
				height: 150px;
				object-position: 50%;
				top: -8%;
		}
		
		.grid-item--spacer
		{
				height: 130px;
				background-position: 0 30px;
		}
		
		#vcard
		{
				/*right: 67px;*/
		}
		
		
		
		
		.main .left,
		.main .right,
		.main .left.active
		
		{
				display: table-cell;
				float: none;
		}
		
		.practice-home-nav
		{
				margin-left: 10px;
				margin-right: 25px;
		}
		
		.practice-leader-list
		{
				margin-left: 15px;
		}

		.location-main
		{
				justify-content: center;
		}
		
		.location-block
		{
				margin-left: 15px;
				margin-right: 15px;
		}

		.practice-list li
		{
				width: 30%;
		}
}





/* LESS THAN 930PX
-------------------------------------------------------------- */
@media (max-width: 980px) {

		.practice-nav-area.practice-home-nav {
				width: 450px;
				margin-right: auto;
				margin-left: auto;
		}

		.hex-nav-even
		{
				display: none;
		}

		.hex-nav-prime
		{
				display: block;
		}

		.mobile-hex-spacer
		{
				height: 55px;
		}
}




/* LESS THAN 850PX
-------------------------------------------------------------- */
@media (max-width: 850px) {

		.grid
		{
				max-width: 690px;
		}
		
		.show-three,
		.hex-nav-even,
		.hex-nav-prime
		{
				display: none;
		}
		
		.show-two
		{
				display: inline-block;
				width: 48%;
		}
		
		.show-two .practice-leader-list-block span,
		.show-two .practice-leader-list-block ul
		{
				margin-right: 15px;
		}
		
		.practice-nav-area.practice-home-nav
		{
				width: 342px;
    			margin-right: auto;
				margin-left: auto;
		}
		
		.hex-nav-odd
		{
				display: block;
		}
		
		.mobile-hex-spacer
		{
				height: 55px;
		}

		.practice-list li
		{
				width: 47%;
		}
}




/* LESS THAN 750PX
-------------------------------------------------------------- */
@media (max-width: 750px) {

		html.no-scroll
		{
			overflow: hidden;
			position: fixed;
		}
		
		.mobile-display
		{
			display: block;
		}

		.desktop-display,
		.desktop-display.profile-name,
		.home-sub-nav
		{
			display: none;
		}
		
		.language-bar
		{
				position: fixed;
				background-color: #ffffff;
		}
		
		.sticky-logo
		{
				background-image: url('images/CP-Logo_white.svg');
				background-repeat: no-repeat;
				width: 50%;
				max-width: 270px;
				height: 50px;
				position: fixed;
				z-index: 5;
				background-position: 0 center;
				background-size: cover;
		}
		
		.sticky-logo A
		{
				display: block;
				width: 100%;
				height: 50px;
		}
		
		.language-bar-nav
		{
				text-align: right;
		}
		
		.language-select
		{
				margin: 0;
		}
		
		.language-select.mobile-display,
		.hamburger
		{
				display: inline-block;
				outline: none;
		}

		.language-select.mobile-display
		{
				position: absolute;
				left: 285px;
				font-size: 16px;
				font-weight: 300;
				margin-top: 16px;
				line-height: normal;
		}
		
		.language-select a
		{
				margin-left: 4px;
				margin-right: 4px;
		}
		
		.language-select a.active
		{
				color: #B1122F;
				font-weight: 400;
		}
		
		.language-select a:hover
		{
				color: #B1122F;
		}
		
		.nav-pipe-mobile
		{
				color: #bbbcbe;
		}
		
		.nav.desktop-display
		{
				position: absolute;
				float: none;
				margin: 0;
				top: 60px;
				background-color: rgba(255, 255, 255, 0.9);
				width: 50%;
				right: 0;
				padding-bottom: 15px;
				z-index: 100;
		}
		
		#primary-menu
		{
				display: block;
				text-align: center;
		}
		
		.main-navigation li,
		.main-navigation
		{
				float: none;
		}

		.main-navigation li
		{
				text-align: left;
		}

		.main-navigation li:hover
		{
				background-color: rgb(0,0,0, .1);
		}

		.nav a
		{
				width: 100%;
    			border-bottom: 1px solid #bbbcbe;
				display: block;
				color: #585858;
				font-family: 'Open Sans', sans-serif;
				font-style: normal;
				font-weight: 300;
				padding-left: 20px;
		}

		.nav .current-menu-item a
		{
				border-top: none;
		}
		.nav a:hover,
		.nav .current-menu-item a:hover
		{
				border-top: none;						
		}

		.splash-height,
		.splash-background
		{
				height: 60vh;
		}
		
		#page.site
		{
				padding-bottom: 200px;
		}
	
		.grid-item--logo img
		{
				display: none;
		}
		
		.grid-item--logo
		{
			    height: 80px;
				overflow: hidden;
				background-color: transparent;
		}
		
		.logo
		{
				top: -50px;
				width: 50%;
		}
		
		.home-hex-nav {display: none;}
		
		.home-main
		{
				padding: 0;
		}

		.home-main-left
		{
				display: block;
				max-width: 100%;
				margin: auto;
				padding: 0;
		}

		.main .left
		{
				margin-right: 0;
		}

		.article-copy-area,
		.profile-copy-area,
		.practice-copy-area,
		.home-main-left .article-copy-area
		{
				margin-left: 15px;
				margin-right: 15px;
		}

		.practice-copy-area.industry-copy-area
		{
				margin-top: -25px;
		}

		.main .left,
		.main .right,
		.main .left.active
		
		{
				display: block;
				max-width: 100%;
		}


		.footer-half
		{
				display: block;
				width: 100%;
		}
		
		.footer-widget
		{
				display: block;
		}
		
		/* BEGIN PEOPLE MOBILE SETTINGS */
		.people.main .logo.mobile-display
		{
			display: block;
			top: 0;
		}
		
		.profile-name
		{
				display: block;
				margin-left: 0;
		}
		.profile-contact
		{
				margin-top: 15px;
		}

		.profile-copy-area
		{
				margin-top: 215px;
		}
		
		.profile-image-area
		{
				position: absolute;
				top: 65px;
				right: 0;
				margin: auto;
				width: 100%;
		}
		
		.profile-image-frame
		{
				position: absolute;
				right: 25px;
				width: 200px;
				/*height: auto;*/
				height: 200px;
				overflow: hidden;
		}
		
		.profile-image
		{
				/*position: absolute;
				right: 25px;
				width: 200px;
				height: auto;*/
				height: 230px;
				top: -6%;
    			position: absolute;
    			object-fit: cover;
		}
		
		#vcard
		{
				/*right: 0;
				top: 262px;*/
				right: 25px;
				top: 185px;
		}
		
		#vcard:hover
		{
				/*top: 267px;*/
				top: 190px;
		}
		
		.profile-info-block
		{
				margin-top: 15%;
				margin-left: 15px;
		}

		.main .right
		{
				width: 100%;
				clear: both;
		}

		.random-image,
		.news-categories,
		.hex-nav-odd
		{
				display: none;
		}

		.practice-related-mobile
		{
				max-width: 100%;
				min-width: 250px;
				margin-top: 50px;
				font-family: 'Crimson Text', serif;
				margin-left: 15px;
				margin-right: 15px;
				clear: both;
		}

		.practice-related-mobile .practice-leader-list-block li
		{
				line-height: 50px;
				border: none;
		}

		.main .right .practice-related-mobile h3,
		.mobile-nav-list-head
		{
				border-bottom: 1px solid #bbbcbe;
				display: block;
				line-height: 30px;
				margin-bottom: 0;
		}

		.practice-related-mobile ul
		{
				list-style: none;
				margin: 0;
				padding: 0;
				background-color: rgba(255, 255, 255, 0.9);
		}

		.practice-related-mobile .practice-leader-list-block a
		{
				width: 100%;
				display: block;
				color: #585858;
				font-family: 'Open Sans', sans-serif;
				font-style: normal;
				font-weight: 300;
				padding-left: 20px;
				border-bottom: 1px solid #bbbcbe;
				position: relative;
		}

		.practice-related-mobile .practice-leader-list-block a:after
		{
				color: #B1122F;
				float: none;
				position: absolute;
				right: 15px;
		}

		.practice-related-mobile .sub-nav-select
		{
				background-color: rgba(255, 255, 255, 0.9);
				border: 1px solid #d2d2d2;
				line-height: 32px;
				height: 32px;
				-webkit-appearance: none;
				border-radius: 0;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				color: #B1122F;
				padding: 0 20px 0 10px;
				width: 100%;
				outline: none;
		}

		.practice-leader-list-block.list-drop:after
		{
				content: '>';
				position: absolute;
				top: -2px;
				right: 10px;
				height: 38px;
				line-height: 38px;
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				transform: rotate(90deg);
				color: #B1122F;
		}
		
		.practice.main,
		{
				margin: 0;
		}

		.recent-news
		{
				margin: 0 15px;
		}

		.practice-nav-area.practice-home-nav
		{
				width: 100%;
				max-width: 547px;
    			margin-right: auto;
				margin-left: auto;
		}
		
		.practice-team
		{
				max-width: 60%;
    			margin-left: 15px;
    	}
		
/* 		.hex-nav-even */
		.hex-nav-prime
		{
				display: block;
		}
		
		.practice-list li
		{
				width: 32%;
				margin-right: 0;
		}
		
}




/* LESS THAN 710PX
-------------------------------------------------------------- */
@media (max-width: 710px) {

		.grid
		{
				max-width: 570px;
		}
		

}





/* LESS THAN 560PX
-------------------------------------------------------------- */
@media (max-width: 570px) {

		.logo
		{
				margin-bottom: -75px;	
		}

		.grid
		{
				max-width: 410px;
		}
		
		.profile-image-frame
		{
				width: 165px;
				height: 165px;
		}
		
		.profile-image
		{
				/*width: 165px;*/
				height: 190px;
        		top: -6%;
		}
		
		#vcard
		{
				/*top: 206px;*/
				top: 150px;
		}
		
		#vcard:hover
		{
				/*top: 267px;*/
				top: 155px;
		}

		.profile-info-block
		{
				max-width: 230px;
		}
		
		.profile-contact
		{
				max-width: 210px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
		}

		.profile-copy-area
		{
				margin-top: 240px;
		}

		.practice .practice-name
		{
				display: block;
		}
		
		.practice-nav-area.practice-home-nav
		{
				width: 444px;
				margin-left: auto;
				margin-right: auto;
		}

		.practice-list li
		{
				width: 49%;
		}
		
		.language-select.mobile-display
		{
				position: absolute;
				left: 54%;
				margin-left: -4px;
		}

		ul.location-block-address
		{
				min-height: auto;
				margin-bottom: 35px;
		}

		.hex-nav-even
		{
				display: none;
		}

		.hex-nav-prime
		{
				display: block;
		}

		.mobile-hex-spacer
		{
				height: 55px;
		}
}






/* LESS THAN 440PX
-------------------------------------------------------------- */
@media (max-width: 440px) {

/*		.people.main .logo.mobile-display */
		.hamburger-box {
			  width: 25px;
		}

		.logo
		{
				height: 92px;
		}
		
		.grid
		{
				max-width: 410px;
		}
		
		.grid-item--logo
		{
				width: 270px;
				height: 40px;
		}
		
		.profile-image-frame
		{
				width: 130px;
				height: 130px;
		}
		
		.profile-image
		{
				/*width: 130px;*/
				height: 130px;
		}
		
		.profile-info-block
		{
				max-width: 167px;
		}

		.profile-contact
		{
				max-width: 100%;
		}

		#vcard
		{
				/*top: 153px;*/
				top: 102px;
		}
		
		#vcard:hover
		{
				/*top: 158px;*/
				top: 107px;
		}

		.hex-nav-odd
		{
				display: block;
		}

		.hex-nav-even,
		.hex-nav-prime
		{
				display: none;
		}

		.practice-nav-area.practice-home-nav
		{
				width: 340px;
				margin-top: 0;
		}
}




/* LESS THAN 410PX
-------------------------------------------------------------- */
@media (max-width: 410px) {

		.grid
		{
				max-width: 270px;
		}
		
		.grid-item--logo
		{
				width: 130px;
		}

		.practice-list li
		{
				width: 100%;
				min-height: auto;
				font-size: larger;
		}
}




/* LESS THAN 320PX
-------------------------------------------------------------- */
@media (max-width: 320px) {
/*
		.home-sub-nav
		{
				display: none;
		}
		
		.mobile-display.tiny
		{
				display: block;
		}
*/
}



/* A11y
-------------------------------------------------------------- */

a:focus-visible  {
	outline: 3px solid #B1122F; /* That'll show 'em */
}
