@charset "UTF-8";
/*
Theme Name: Cox & Palmer
Author: m5 Marketing Communications
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: 
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

body > img {
	position: absolute;
	top: -999px;
	z-index: -1;
	visibility: hidden;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
  margin-bottom: 2em;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
#main .content p+ul { margin-top: -10px; }

.wp-caption { margin: 1.1em 0; }

.container > ol li,
.container > ul li {
	margin: 0 0 14px;
}

.content-holder table {
	min-width: 50%;
	margin: 15px 0 25px;
}
.content-holder table th,
.content-holder table td {
	padding: 3px 5px;
}

/* Slick slider styles */

.js-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.js-slider .slick-track,
.js-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

.nav-slides ul,
.multilang,
.nav-links,
.links-list,
.slick-dots,
.pagination,
.breadcrumbs,
.contact-list,
.download-list,
.tabs-control {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.container:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #555;
  background: #fff;
  font: 16px/1.2 "myriad-pro", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video,
iframe,
object,
embed {
  max-width: 100%;
  display: block;
}

#__bs_notify__ {
  display: none;
}

.gm-style img {
  max-width: none;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

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

.resize-active #header * {
  transform: none !important;
}

.container {
  margin: 0 auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1.33em;
}

a {
  color: #e9292f;
  transition: color 0.2s;
}

a:hover {
  text-decoration: none;
  color: #000;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  color: #707070;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid transparent;
  border-bottom-color: #acacac;
  padding: 8px 2px 3px;
  font-size: 14px;
  line-height: 17px;
  height: 30px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
  text-transform: uppercase;
  letter-spacing: .6px;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #707070;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #707070;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #707070;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #707070;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #707070;
}

select {
  -webkit-border-radius: 0;
}

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 120px;
}

input#search-text-pop:-webkit-autofill {
    background-color: rgba(11,11,11,.7) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 15px 7px;
  background-color: #555;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background-color: #acacac;
  transition: background-color .3s ease-in-out;
}

button:hover,
button:focus,
button:visited,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:visited,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='reset']:visited,
input[type='file']:hover,
input[type='file']:focus,
input[type='file']:visited,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:visited {
  outline: none;
}

.text-red {
    color: #E9292F;
}

.jcf-select {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid transparent;
  border-bottom-color: #acacac !important;
  margin-bottom: 0;
  margin: 0;
}

.jcf-select.jcf-focus {
  border-color: transparent !important;
  border-bottom-color: #acacac !important;
}

.jcf-select .jcf-select-text {
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
  height: 100%;
  margin: 0 30px 0 2px;
  letter-spacing: .6px;
  line-height: 30px;
}

.jcf-select .jcf-select-opener {
  background-color: transparent;
  width: 25px;
}

.jcf-select .jcf-select-opener:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 3px;
  border: 7px solid transparent;
  border-top: 7px solid #595959;
}

.jcf-select-drop .jcf-select-drop-content {
  border-color: #acacac;
}

.jcf-list .jcf-option {
  font-size: 14px;
  text-transform: uppercase;
  height: auto;
  color: #707070;
  padding: 6px 4px;
  letter-spacing: .6px;
}
.hidden { display: none; }

.gm-style-cc { display:none; }
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}
.gm-bundled-control .gmnoprint {
    display: block;
}
.gmnoprint .gm-style-mtc,
.gm-svpc {
    display: none;
}
.acf-map,
.empty-map {
	width: 100%;
	height: 200px;
	border: 0;
	margin: 0 0 15px;
}
.acf-map img {
   max-width: inherit !important;
}

#header {
  position: relative;
  padding: 36px 0 29px;
  background-color: #000;
  z-index: 99;
}
#header.header-v2 {
    padding: 46px 0 33px;
}

#header > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
#header.header-v2 > .container {
    flex-wrap: nowrap;
    justify-content: space-between;
}
#header.header-v2 > .container:after {
    display: none;
}

#header .logo {
  width: 237px;
  margin-top: -11px;
}

#header .logo img {
  height: 100%;
}

#header .nav-holder {
  width: calc(100% - 237px);
  padding-left: 64px;
}
.fr #header .nav-holder {
  padding-left: 34px;
}
#header.header-v2 .nav-holder {
    width: auto;
}

#header .nav-slides {
  width: calc(100% - 100px);
}

.nav-holder {
  width: calc(100% - 237px);
  padding-left: 64px;
}

.nav-overflow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#header.header-v2 .nav-overflow {
    overflow: visible;
}

.nav-slides {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  width: 100%;
}


#main {
  position: relative;
  z-index: 9;
}
#main h1 {
	color: #E9292F;
	font-size: 35px;
	line-height: 1.33;
}
#main h3 {
	color: #E9292F;
	font-size: 18px;
	line-height: 1.33;
	text-transform: uppercase;
	letter-spacing: .6px;
}
#main .services-column h3 {
	margin: 0;
}
#main .services-column .column-header {
	min-height: 56px;
	padding: 5px 20px;
}
#main .content ul,
#main .services-column ul {
	margin: 5px 0 25px;
	padding: 0;
}
#main .content ul li {
	position: relative;
	list-style-type: none;
	margin: 0 0 8px;
	padding-left: 18px;
}
#main .services-column ul li {
	list-style-type: none;
	margin: 0;
}
#main .content ul li:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0;
	width: 6px;
	height: 6px;
	margin: 0 0 2px 0;
	border-radius: 50%;
	background-color: #E9292F;
}
#main .content li a,
#main .services-column li a {
	color: inherit;
	text-decoration: none;
}
#main .services-column li a {
	display: block;
	padding: 6px 20px;
}
#main .services-column li a:hover {
	color: #fff;
	background: #E9292F;
}

.main-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: flex-end;
  width: 100%;
}

.main-list > li {
  padding: 0 10px;
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.fr .main-list > li {
  padding: 0 8px 40px;
}

.main-list > li.is-hover .drop-block {
  opacity: 1;
  visibility: visible;
}

.main-list > li > a {
  letter-spacing: 3px;
}
.fr .main-list > li > a {
  letter-spacing: 1.85px;
}

.main-list a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.main-list .active > a,
.main-list a:hover,
.main-list a.hover {
  color: #e9292f;
}

.drop-block {
  position: absolute;
  top: 62px;
  left: -90px;
  width: 992px;
  background-color: rgba(0, 0, 0, 0.925);
  padding: 15px 23px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 3;
}


.main-list > li:last-child .drop-block {
    right: 0;
	left: auto;
	width: 300px;
}

.main-list > li:last-child .drop-block .column {
	width: auto;
}

.drop-block .column {
  width: 25%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.drop-block .category-title {
  padding-bottom: 5px;
  letter-spacing: 3px;
}

.drop-block .category-title a {
  color: #e9292f;
}
.jcf-select-size5 .jcf-select-drop-content .jcf-list .jcf-list-content {
	max-height: 166px !important;
}
.jcf-select-size7 .jcf-select-drop-content .jcf-list .jcf-list-content {
	max-height: 216px !important;
}
.drop-list li {
  line-height: 1;
  margin: 4px 0;
}

.drop-list a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
}

.drop-list a:hover {
  color: #e9292f;
  text-decoration: underline;
}

.m-about,
.m-careers {
	position: relative;
}
.m-about .drop-block,
.m-careers .drop-block {
	width: 320px;
	top: 56px;
	left: auto;
	right: -90px;
	padding-bottom: 15px;
}
.m-about .drop-block .column,
.m-careers .drop-block .column {
	width: auto;
	padding: 0;
}
.m-about .drop-block .column+.column,
.m-careers .drop-block .column+.column {
	margin-left: 20px;
}
.m-about .drop-list a,
.m-careers .drop-list a {
	white-space: nowrap;
}

.search-form {
  width: 38px;
  position: relative;
}

.search-form.is-open .search-inner {
  display: block;
}

.search-form.is-open .trigger {
  opacity: 1;
}

.search-form.is-open .trigger img {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-form.is-open .trigger:before,
.search-form.is-open .trigger:after {
  opacity: 1;
  visibility: visible;
}

.search-form .trigger {
  width: 18px;
  height: 20px;
  margin-left: auto;
  position: relative;
}

.search-form .trigger:hover {
  opacity: .8;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
}

.search-form .trigger:before,
.search-form .trigger:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 18px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.search-form .trigger:before {
  transform: rotate(45deg);
  top: 9px;
}

.search-form .trigger:after {
  transform: rotate(-45deg);
  bottom: 10px;
}

.search-form .trigger img {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

.search-form .search-inner {
  display: none;
  position: absolute;
  right: -7px;
  right: 30px;
  top: -11px;
  width: 220px;
}

.search-form .search-inner [type="search"] {
  padding: 5px 30px 5px 10px;
  border: 1px solid #fff;
  background-color: #000;
  height: 40px;
  color: #fff;
}

.search-form .search-inner [type="search"]::-webkit-input-placeholder {
  color: #fff;
}

.search-form .search-inner [type="search"]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-form .search-inner [type="search"]:-moz-placeholder {
  color: #fff;
}

.search-form .search-inner [type="search"]:-ms-input-placeholder {
  color: #fff;
}

.search-form .search-inner [type="search"].placeholder {
  color: #fff;
}

.search-form .search-inner [type="submit"] {
  padding-left: 0;
  background-color: transparent;
  border: none;
  padding: 0 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.search-form .search-inner [type="submit"] img {
  width: 18px;
  height: 20px;
}

.multilang {
  width: 62px;
  padding-left: 10px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
}

.multilang li {
    display: inline-flex;
    align-items: center;
}
.multilang li:last-child:after {
  display: none;
}

.multilang li:after {
  content: "|";
  font-weight: 600;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 4px;
}

.multilang a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

.multilang a:hover {
  color: #e9292f;
}

.nav-opener,
.people-search-opener {
  display: none;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
/*  margin-left: auto; */
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
}

.nav-opener:before {
  top: 0;
}

.nav-opener:after {
  bottom: 0;
}

.nav-opener span {
  height: 5px;
  width: 100%;
  background-color: #fff;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.nav-opener img,
.people-search-opener img {
	width: 100%;
	height: auto;
}

#footer {
  background-color: #000;
  padding: 33px 0 20px;
  color: #fff;
}
#main #footer { background: none; }

#footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footer .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer .logo {
  width: 262px;
  padding-left: 26px;
}

#footer .logo img {
  height: 100%;
}

#footer .info {
  text-align: right;
  width: calc(100% - 262px);
  padding-top: 2px;
}

.copy {
  font-size: 15px;
  padding-bottom: 6px;
}

.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nav-links li {
  padding: 0 11px;
  position: relative;
}

.nav-links li:after {
  content: "I";
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 0;
}

.nav-links li:last-child {
  padding-right: 0;
}

.nav-links li:last-child:after {
  display: none;
}

.nav-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.nav-links a:hover {
  color: #e9292f;
}

.single h1 {
	margin-bottom: 0;
}
.single-services h1 {
	margin-bottom: 20px;
}
.single .date {
	margin-bottom: 28px;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.container {
  position: relative;
  max-width: 1230px;
  padding: 0 28px;
  margin: 0 auto;
}

body.is-locked {
  overflow: hidden;
}
body.is-locked #header > .container {
	z-index: 99;
}
body.is-locked #header.search-open .search-section {
	opacity: 0;
}

.content-section {
  padding: 69px 0 38px;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-section h2 {
	color: #e9292f;
	margin: 0;
}
.content-section h2+form {
	margin-top: 32px;
}

.content-section.modified {
  padding-top: 104px;
}
.content-section.section-careers {
    padding: 36px 0 30px;
}

.content-section .heading {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 17px;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.content-section.section-careers .heading {
    color: #e9292f;
    font-size: 30px;
    letter-spacing: .22em;
    margin-bottom: 30px;
}

.content-section .heading.small {
  font-size: 32px;
  margin-bottom: 0;
}

.content-section .subheading {
  font-size: 21px;
  color: #fff;
  margin-bottom: 45px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 6px;
}

.content-section .button-wrap {
  text-align: right;
  padding-top: 27px;
}
.content-section.section-careers .button-wrap {
  padding-top: 16px;
  overflow: hidden;
}

.contacts-section {
    color: #fff;
    background-color: #555;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-section {
  background-color: #000;
  padding-top: 96px;
  padding-bottom: 52px;
  position: relative;
}

.service-section:after {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 1317px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}

.service-section .heading {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.13;
  padding-right: 30px;
  font-weight: 500;
  text-transform: none;
}
.fr .service-section .heading {
	font-size: 22px;
}
.service-section .heading strong {
	font-size: 24px;
}
#main .service-section h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1.24;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 2em;
}

.simple-link {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: all .3s ease-in-out;
  letter-spacing: 3.2px;
  margin-right: 2px;
}

.simple-link:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
}

.simple-link:hover {
  color: #e9292f;
}

.simple-link:hover:after {
  background-color: #e9292f;
}

.simple-link.red {
  color: #e9292f;
}

.simple-link.red:after {
  background-color: #e9292f;
}

.simple-link.red:hover {
  color: #fff;
}

.simple-link.red:hover:after {
  background-color: #fff;
}

.bg-gray {
  background-color: #555;
}

.bg-gray .heading {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 7px;
}

.bg-black {
  background-color: #000;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -32px;
}

.row .column {
  width: 50%;
  padding: 0 20px 32px;
}

div.red {
  color: #e9292f;
  margin: 0 1% 22px;
}

.links-list {
  margin-bottom: -5px;
  margin-right: -5px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-list li {
  padding: 0 5px 10px;
  width: 50%;
}

.links-list a {
  text-align: center;
  display: block;
  background-color: #555;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 10px 4px;
  letter-spacing: 2px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links-list a:hover {
  background-color: #e9292f;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-holder {
  position: relative;
  padding: 37px 0 37px;
  z-index: 9;
}
.content-holder.student,
.content-holder.careers {
  padding: 0;
}
.content-holder ul {
  margin: 4px 0 28px;
}
.content-holder ul ul {
  margin: 4px 0;
}

.pub-content td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pub-content td ul {
  margin:0;
}

.content-holder p:last-of-type,
.content-holder p:last-child {
  margin-bottom: 0;
}
.content-holder p:last-of-type+ul,
.content-holder p:last-child+ul {
	margin-top: 20px;
}
.post-type-archive-people .content-holder {
	min-height: 500px;
	padding-top: 146px;
}
.grey-bg {
	background: #555;
}
.lightgrey-bg {
	background: #ebebeb;
}


.services-holder {
	padding-top: 95px;
}
.service-container {
	position: relative;
	padding-left: 28px;
	padding-right: 404px;
	background: #ebebeb;
}

.service-content {
	position: relative;
	padding: 38px 0 48px;
}
.service-content > div,
.lawyer-section > div {
	position: relative;
	z-index: 9;
}
.service-content:after {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: -1000px; right: -1000px;
	display: block;
	background-color: #fff;
	background-image: url("images/swoosh.png");
	background-repeat: no-repeat;
	background-position: 78% center;
	background-size: auto;
	z-index: 1;
}
.service-content.short:after {
	background-position: 70% center;
}
.service-content.tall:after {
	background-position: 88% center;
	background-size: contain;
}
.service-content .content {
	padding-right: 28px;
}
.service-content section {
	overflow: hidden;
}
.lawyer-section {
	position: relative;
	padding: 0;
}
.lawyer-section:after,
.people-section:after {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: -1000px; right: -1000px;
	display: block;
	background: #ebebeb;
	z-index: 1;
}

.lawyer-section .grid {
	position: relative;
	padding: 34px 0 28px;
	z-index: 9;
}
.button-group {
	background-color: #555;
	z-index: 9;
}
.button-group .button {
	display: inline-block;
	font-size: 16px;
	line-height: 1.16;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	background-color: #393939;
	border: 0;
	transition: opacity .25s;
}
.button-group .button:hover {
	opacity: .85;
}
.button-group .button:active,
.button-group .button.is-checked {
	color: #393939;
	background-color: #ebebeb;
}
.button-group .button:active:hover,
.button-group .button.is-checked:hover {
	opacity: 1;
}

.lawyer-section .button-group .button {
	width: 20%;
	height: 70px;
	padding: 15px 5px;
}
.lawyer-section .lawyer,
.lawyer-section .people,
.bottom-section .lawyer {
	display: inline-block;
	width: 47.5%;
	margin: 0 1.15% 12px;
	border-bottom: 11px solid #393939;
	background-color: #fff;
	text-decoration: none;
	overflow: hidden;
}
.lawyer-section .people {
	padding: 20px 20px 4px;
	font-size: 14.5px;
	line-height: 1.35;
}

.author-section .lawyer .flex,
.lawyer-section .lawyer .flex,
.bottom-section .lawyer .flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.author-section .lawyer a.flex,
.lawyer-section .lawyer a.flex,
.bottom-section .lawyer a.flex {
	text-decoration: none;
}
.lawyer .photo {
	display: inline-block;
/*	width: 150px; */
	flex: 0 0 150px;
	vertical-align: bottom;
}
.lawyer .photo img {
	vertical-align: bottom;
}
.lawyer .bio {
	display: inline-block;
	width: auto;
	padding: 4px 10px 14px 5%;
	vertical-align: bottom;
}
.lawyer .bio h4 {
	color: #555;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -.3px;
	margin: 0;
}
.lawyer .bio p {
	margin-bottom: 10px;
}
.lawyer .bio cite {
	color: #e9292f;
	font-size: 13px;
	line-height: 1.26;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.lawyer .bio .location-name {
	font-size: 14px;
	line-height: 1.34;
	font-weight: 700;
	letter-spacing: .2px;
}
.lawyer .bio .cardlink {
	font-size: 14px;
	line-height: 1.15;
	font-weight: 600;
}
.lawyer .bio .cardlink svg {
	font-size: 22px;
	font-weight: 400;
	margin: 0 6px -4px 0;
}
.lawyer a:hover {
	color: #333;
	opacity: .85;
}

.lawyer-section .grid-lawyer {
	position: relative;
	min-height: 220px;
	padding-bottom: 20px;
}

.button-holder {
	position: relative;
	width: 100%;
	text-align: center;
}
.view-more-button {
	position: relative;
	padding: 15px 25px;
	margin-bottom: 28px;
	z-index: 99;
}
.button-red {
	background: #e9292f;
}
.button-lightgrey {
	color: #3a3a3a;
	background: #ebebeb;
}


.people-section {
	position: relative;
	padding-top: 36px;
	/*padding-bottom: 28px;*/
}
.people-section:before {
	content: '';
	position: absolute;
	display: none;
	top: 0;
	left: 0; right: 1.6%;
	height: 0;
	border-top: 1px solid #acacac;
	z-index: 99;
}
section+section.people-section:before { display: block; }
.people-section > * {
	position: relative;
	z-index: 9;
}
.section-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 1% 22px;
}
.section-header > * {
	display: block;
	width: auto;
	margin-bottom: 0;
}
.section-header a { padding-bottom: 8px; }
.people-section .grid-people,
.people-section .grid-people-fixed {
	position: relative;
	min-height: 220px;
	padding-bottom: 20px;
}
.people-section .people {
	display: inline-block;
	width: 100%;
	min-height: 146px;
	margin: 0 3.75% 12px 0;
	padding: 20px;
	border-bottom: 11px solid #393939;
	background-color: #fff;
	overflow: hidden;
	font-size: 14.5px;
	line-height: 1.35;
}
.people .tel {
	color: #555;
	text-decoration: none;
}
.people .tel:hover { color: #e9292f; }
.people .email {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.people .email:hover { color: #e9292f; }

.author-section .lawyer {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	border-bottom: 11px solid #393939;
	background-color: #fff;
	overflow: hidden;
}

.services-sidebar {
	position: absolute;
	top: 90px;
	right: 0;
	width: 398px;
	z-index: 9;
}
.article-section {
	position: relative;
    overflow: auto;
	padding: 28px 18px;
	background: #3a3a3a;
}
#main .article-section h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.article-section article {
	padding: 32px 20px;
	color: #fff;
	background: #555;
	overflow: hidden;
}
.article-section article:hover {
	color: #e9292f;
	background: #fff;
}
.article-section article h2 {
	font-size: 22px;
	line-height: 1.27;
	font-weight: 400;
}
.article-section article h2 a {
	color: #fff;
	text-decoration: none;
}
.article-section article .more {
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.6px;
}
.article-section article .more span {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #555;
	text-align: center;
	background: #fff;
}
.article-section article:hover h2 a {
	color: #e9292f;
	text-decoration: none;
}
.article-section article:hover .more {
	color: #e9292f;
}
.article-section article:hover .more span {
	color: #fff;
	background: #e9292f;
}
.article-section .view-all {
	float: right;
	margin: 24px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.resource-section {
	position: relative;
	padding: 38px 38px 32px;
	background: #fff;
	overflow: hidden;
}
.resource-section h2 {
	color: #3a3a3a;
	font-size: 22px;
	line-height: 1.12;
}
.resource-links {
	position: relative;
	margin: 0 -4px;
	padding: 0;
	overflow: hidden;
}
.resource-links li {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	padding: 4px;
}
.resource-links li a {
	display: block;
	position: relative;
	width: 100%;
	height: 46px;
	padding: 5px 15px;
	color: #fff;
	background: #3a3a3a;
	text-decoration: none;
}
.resource-links li a span {
	position: relative;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.6px;
	text-decoration: none;
	text-transform: uppercase;
}
.resource-links li a:hover {
	background: #e9292f;
}
.pub-content {
	float: left;
	width: 65%;
/*	font-size: 14px; */
	line-height: 1.35;
}
.pub-content .share-block {
	display: none;
	float: right;
	padding-left: 20px;
	text-align: right;
}
.pub-content h3,
.pub-content .a2a_kit {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

#pub-sidebar {
	float: right;
	width: 33.33333%;
}
#pub-sidebar .top-section {
	padding: 15px;
	background: #ebebeb;
}
#pub-sidebar .service-block a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	margin: 0 5px 5px 0;
	padding: 6px;
	background: #e9292f;
}
#pub-sidebar .service-block a:hover {
	color: #fff;
	opacity: .7;
}
#pub-sidebar .author-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
}

#pub-container .addtoany_list a > span {
	background-color: #e9292f !important;
}

.career-content b {
    font-weight: 600;
}
.career-content .role-one-liner {
    font-size: 20px;
    font-weight: 700;
}
.career-content .email {
    font-weight: 600;
    text-decoration: none;
}
.text-14 {
    font-size: 14px;
}
.apply-now {
    position: relative;
    display: inline-block;
    margin-bottom: 38px;
    color: #e9292f;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.apply-now:after {
    content: '>';
    display: inline-block;
    height: 26px;
    padding: 1px 6px 1px 8px;
    margin-left: 12px;
    vertical-align: bottom;
    color: #fff;
    font-size: 16px;
    background-color: #e9292f;
    transition: color .3s;
}
.apply-now:hover:after {
    background-color: #000;
}
.career-content .share-block .addtoany_list a > span {
    background-color: #e9292f !important;
}
#career-sidebar {
    padding: 30px 30px 42px;
    background-color: #ebebeb;
    overflow: auto;
}
#career-sidebar h4 {
    margin-bottom: 20px;
}
.block-career {
    display: block;
    margin-bottom: 40px;
    background: #fff;
    transition: all .2s;
}
#main .block-career h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}
.block-career h3 a {
    display: block;
    position: relative;
    padding: 14px 70px 14px 28px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    background-color: #e9292f;
}
.block-career h3 a:after {
    content: '>';
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    color: #e9292f;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
}
.block-career p {
    display: inline-block;
    padding: 14px 28px 24px;
    margin: 0;
}
.block-career:hover {
    color: #fff;
    background-color: #555;
}
.block-career:hover h3 a {
    color: #e9292f;
    background-color: #f1f1f1;
}
.block-career:hover h3 a:after {
    color: #fff;
    background-color: #e9292f;
}
.link-all {
    float: right;
    color: #717171;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.career-slider .slick-list {
    margin: 0 -15px;
}
.career-slider .slick-track {
    display: flex;
}
.career-slider .slick-slide {
    height: initial;
}
.career-slider .slick-slide > div {
    height: 100%;
    margin: 0 15px;
    background-color: #f1f1f1;
    transition: all .2s;
}
.career-slider .slick-slide:hover > div {
    background-color: #555;
}
.career-slider .block-career {
    margin: 0;
    background: none;
}
.career-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
    font-size: 28px;
    background: none;
    transition: all .3s;
}
.career-slider .slick-prev { left: -50px; }
.career-slider .slick-next { right: -50px; }
.career-slider .slick-arrow:hover { color: #888; }
.career-slider .slick-prev:hover { left: -55px; }
.career-slider .slick-next:hover { right: -55px; }


.single-publication .title-section {
	margin-bottom: 28px;
}
.single-publication #main h1 {
	color: #555;
	font-size: 24px;
	margin: 0 0 4px;
	line-height: 1.1;
}
.single-publication .date {
	color: #e9292f;
	font-size: 13.5px;
	line-height: 1.26;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.single-publication #main h2 {
	font-size: 20px;
	margin: 20px 0 6px;
}
#pub-sidebar .article-section p {
	margin-bottom: 14px;
}
#pub-sidebar .article-container {
	padding: 0 4px;
}
#pub-sidebar .article-section article+article {
	margin-top: 10px;
}
#pub-sidebar .note {
	font-size: 14px;
	font-size: 13.5px;
	font-style: italic;
	margin-top: 28px;
}
.top-section .block {
	display: inline-block;
	width: 50%;
	margin: 35px -2px 25px;
	vertical-align: top; 
}
#main .block h3 {
	color: #555;
	font-size: 15px;
	line-height: 1.3;
	text-transform: none;
}

.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 10px;
	padding-bottom: 28px;
}
.flex-container:after { display: none; }
.drop-block .flex-container { padding: 0; }
.flex-container .col-1 {
	width: 100%;
}
.flex-container .col-2 {
	width: 48.5%;
}
.flex-container .col-3 {
	width: 31.5%;
}
.flex-container .col-4 {
	width: 24.35%;
}

.services-column {
	margin: 0 0 20px;
	padding: 20px 0;
	background: #fff;
}

.article-container {
	position: relative;
	min-height: initial;
	padding: 50px 4px 40px;
}
.services-sidebar .article-container {
	padding: 4px;
}
.grid-article {
	position: relative;
	min-height: 600px;
}
.grid-article .block-article {
	position: relative;
	display: inline-block;
	width: 47%;
	padding: 16px 24px;
	margin: 0 1.25% 32px;
	background: #fff;
	box-shadow: 0 8px 0 #3a3a3a;
}
.block-article .meta {
	position: relative;
	width: 36%;
	padding-right: 8px;
}
.block-article .date {
	color: #e9292f;
	font-size: 13.5px;
	line-height: 1.26;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.block-article .author-section {
	margin: 0 0 16px;
}
.block-article .author-section a {
	display: block;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: none;
}
.block-article .service-block a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1.7;
	text-decoration: none;
	margin: 0 5px 5px 0;
	padding: 8px;
	background: #e9292f;
}
.block-article .service-block a:hover {
	color: #fff;
	opacity: .7;
}

.block-article .article-content {
	position: relative;
	width: 63%;
	min-height: 200px;
	padding-left: 15px;
	padding-bottom: 36px;
	border-left: 1px solid #acacac;
	font-size: 14px;
	line-height: 1.3;
}
.block-article .article-content h2 {
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	margin-bottom: 12px;
}
.block-article .article-content h2 a {
	color: #555;
	text-decoration: none;
}
.block-article .button-holder {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.block-article .button-more {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  color: #555;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.5px;
  text-decoration: none;
}
.block-article .button-more:after {
  content: ">";
  font-size: 15px;
  color: #fff;
  padding: 1px 5px 1px;
  background-color: #555;
  margin-left: 11px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 1.1;
  transition: color 0.3s;
}

.block-article h2 a:hover,
.block-article a:hover { color: #e9292f; }
.block-article .button-more:hover:after {
	background-color: #e9292f;
}

.header-section {
	position: relative;
	padding: 50px 0 63px;
	z-index: 2;
}
.page-careers .header-section {
  padding: 90px 0 90px;
}
.header-section > .container {
	z-index: 9;
}
.header-section:before,
.intro-header-section:before {
	content: '';
	position: absolute;
	display: block;
	top: 0; bottom: -93px;
	left: 0;
	width: 34.5%;
	background: url("images/about-swoosh-l.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.intro-header-section.intro-v2:before {
    display: none;
}
.page-students .header-section:before,
.page-careers .header-section:before {
	bottom: -70px;
	width: 28.5%;
}
.header-section:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 15%;
	height: 18.65%;
	background: url("images/about-swoosh-r.png");
	background-position: 63% bottom;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: 1;
}

.about-blurb {
	max-width: 565px;
	padding: 32px 36px 38px;
	color: #e9292f;
	background: #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
.page-careers .about-blurb {
  max-width: 460px;
}
.about-blurb h2 {
	font-size: 42px;
	line-height: 1.1;
}
.about-blurb p {
	font-size: 21px;
	line-height: 1.28;
	margin: 15px 0 0;
}

.content-holder h2 {
    font-size: 42px;
    line-height: .9;
    font-weight: 400;
    margin-bottom: .15em;
}

.about-us {
	font-size: 24px;
	line-height: 1.5;
}
.about-content {
	font-size: 24px;
	line-height: 1.5;
	padding: 16px 0 52px;
}

.student .content-section,
.careers .content-section {
	padding: 14px 0 28px;
}

.about-section {
	position: relative;
	padding: 32px 0 40px;
}
.about-section:nth-child(even):after {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: -2000px; right: -2000px;
	background: #ebebeb;
	z-index: -1;
}

.lia-intro {
    padding: 46px 0;
    border-top: 1px solid #393939;
}

.member-section {
	margin: 45px 0 0;
	padding: 48px 0 0;
	border-top: 1px solid #3a3a3a;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 5% 20px;
}


.careers .flex-container a {
  text-decoration: none;
}
.careers .flex-container h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.careers .flex-container  td:first-child { 
  padding-left: 0; 
}
.careers .flex-container  td {
  font-size: 21px;
}
.careers .flex-container div.col-2:first-child {
  border-right: 1px solid #e9292f;
  padding-right: 30px;
}
.careers .flex-container div.col-2 ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.8em;
}
@media (max-width: 1023px) {
  .careers .flex-container h2 {
    font-size: 20px;
  }
  .careers .flex-container  td {
    font-size: 14px;
  }
}
@media (max-width: 755px) {
  .careers .flex-container div.col-2:first-child {
    border-right: none;
    border-bottom: 1px solid #e9292f;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.section-lia {
    color: #fff;
    background-color: #666;
}
.page-id-13820 .section-lia {
    color: #000;
    padding: 30px 0;
    background-color: #393939;
}
#main .section-lia h3 {
    font-size: 21px;
    color: #fff;
    text-transform: none;
}
.page-id-13820 #main .section-lia h3 {
    color: #000;
}
.section-lia .lia-logos img {
    margin: 6px 0;
}

#lia-expandable .exp-block:last-child {
    margin-bottom: 0;
}
#lia-expandable .exp-content {
    padding: 40px;
    color: #555555 !important;
    font-size: 24px;
    line-height: 1.5;
    background: #fff !important;
}
#lia-expandable .exp-flex {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
}
#lia-expandable .exp-content .img {
    flex-basis: 27.7%;
    padding: 0 2%;
}
#lia-expandable .exp-content .text {
    flex-basis: 68.3%;
}
#lia-expandable .is-open > .exp-switch {
    background-color: #e9292f;
}
#lia-expandable .is-open > .exp-switch > h4 {
    color: #fff;
}
#lia-expandable .is-open > .exp-switch:after {
    color: #e9292f;
    background: #fff;
}

.page-id-13820 .member-section {
    margin-top: 0;
    border-top: 0;
    text-transform: none;
    letter-spacing: 0;
}
.page-id-13820 .logo-container {
    justify-content: center;
    gap: 14px;
    padding: 35px 10% 20px;
}

.bottom-section {
	padding: 104px 0 62px;
}
.page-id-13820 .bottom-section {
    padding-top: 46px;
}
.student.bottom-section,
.careers.bottom-section {
	padding: 92px 0 50px;
}
.bottom-section p {
	font-size: 21px;
}
.bottom-section .lawyer p {
	line-height: 1;
}
.bottom-section .grid {
	position: relative;
	width: 100%;
	padding: 8px 0 0;
}

.link-item {
	position: relative;
	width: 30%;
	padding: 52px 30px 56px 30px;
	margin-bottom: 20px;
	background: #e9292f;
	transition: all 0.3s;
}
.page-students .link-item,
.page-careers .link-item,
.page-careers-demo .link-item {
	width: 24%;
	padding: 28px 28px 36px;
}



.link-item:hover {
	opacity: .85;
}
.link-item h4 {
	color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 8px;
}


.page-about .link-item h4 {
}
.page-about .logo-container a {
	padding: 0 15px;
}
.link-item p {
	font-size: 18px;
}
.link-item p a {
	color: #fff;
	text-decoration: none;
}
.link-item p a:hover {
	color: #e9292f;
}
.link-item p {
	padding-left: 20px;
}
.link-item a.more {
	position: absolute;
	bottom: 25px;
	right: 18px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page-about .link-item:nth-child(3) a.more {
	display: none !important;
}


.page-about .link-item a.more {
	font-weight: bold;
}

.careers.bottom-section h2 {
    font-size: 24px;
    margin-bottom: .75em;
    padding-left: 28px;
}
.careers.bottom-section p {
    font-size: 20px;
    padding-left: 28px;
}
.careers.bottom-section .flex-container {
    column-gap: 2%;
}
.careers.bottom-section .link-item {
    width: 23.5%;
    padding: 14px 20px;
}
.careers.bottom-section .link-item h4 {
    line-height: 1.2;
}
.careers.bottom-section .link-item p {
    padding-left: 0;
    margin-bottom: .75em;
}

.footer-offices .col-left p {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}
.footer-offices .subheading {
    color: #fff;
    font-size: 21px;
    line-height: 1.24;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 2em;
}
.footer-offices .button-wrap {
    padding-top: 30px;
    text-align: right;
}
.footer-offices .simple-link {
    display: inline-block;
    color: #e9292f;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.contact-holder {
	padding: 20px 50px;
}
.contact-container {
	max-width: 1329px;
	padding: 32px 0 0;
	background: #fff;
}
.contact-container + .contact-container {
	margin-top: 20px;
	padding-top: 0;
}
.contact-container h1 {
	padding: 0 64px;
	margin-bottom: 72px;
}
.contact-container .contact-section h1 {
	padding: 0;
	margin-bottom: 0;
}
.contact-container .button-group {
	padding: 0 64px 0 0;
	background-color: #3a3a3a;
	overflow: hidden;
}
.contact-container .button-group button {
	display: block;
	float: left;
	max-width: 175px;
	height: 70px;
	padding: 10px 18px;
}
.contact-container .button-group .button:first-child {
	padding-left: 64px;
	max-width: 215px;
}
.contact-container .button-group .button:active,
.contact-container .button-group .button.is-checked {
	background-color: #fff;
}
.contact-section {
	padding: 28px 64px 18px;
}
.location-section .flex-container {
	margin: 0 -12px;
	padding: 0;
}
.location {
	position: relative;
	display: inline-block;
	max-width: 220px;
	min-width: 200px;
	width: 18%;
	height: 440px;
	margin: 8px 1% 32px;
	padding: 0 0 28px;
	transition: all .25;
}
/*.location:hover {
	background-color: #ededed;
}*/
.location .acf-map,
.location .empty-map {
	margin-bottom: 28px;
}
.location-info h4 {
	font-size: 25px;
}
.location-info .email {
	color: inherit;
	text-decoration: none;
}
.location .more {
	position: absolute;
	bottom: 0;
	left: 0;
	color: inherit;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2.4px;
}
.location .tel {
	color: inherit;
	text-decoration: none;
}
.location a:hover {
	color: #e9292f;
}


.tax-location .acf-map {
	height: calc(100% - 475px);
	min-height: 420px;
}
.tax-location .form-err .acf-map {
	height: calc(100% - 605px);
}
.tax-location h2 {
	font-size: 26px;
	margin: 20px 0 0;
}
.contect-item {
	margin: 10px 0;
}
.contect-item h5 {
	margin-bottom: 0;
}
.contect-item h5 a {
	color: inherit;
	text-decoration: none;
}
.contect-item h5 a:hover {
	color: #e9292f;
}


#gform_wrapper_1 {
	position: relative;
}
#gform_wrapper_1 label {
	display: none;
}
.jcf-option-gf_placeholder {
	font-size: 13.5px;
	letter-spacing: 1.6px;
	opacity: .65;
}
::-webkit-input-placeholder {
	font-size: 13.5px;
	letter-spacing: 1.6px;
	opacity: .65;
}
::-moz-placeholder {
	font-size: 13.5px;
	letter-spacing: 1.6px;
	opacity: .65;
}
:-ms-input-placeholder {
	font-size: 13.5px;
	letter-spacing: 1.6px;
	opacity: .65;
}
::placeholder {
	font-size: 13.5px;
	letter-spacing: 1.6px;
	opacity: .65;
}
#gform_wrapper_1 textarea {
	margin-top: 28px;
	border: 1px solid #acacac;
}
#gform_wrapper_1 ul.gform_fields {
	position: relative;
}

#gform_wrapper_1 .gform_footer {
	position: absolute;
	width: auto; 
	margin: 0 0 20px;
	padding: 0;
	right: 0;
	bottom: 0;
}
#gform_wrapper_1 .gform_footer input.button,
#gform_wrapper_1 .gform_footer input[type=submit] {
	padding: 12px 30px;
	font-size: 18px;
}
#field_1_12 {
	text-align: right;
}
#field_1_12 > div {
	display: inline-block;
	width: auto;
	padding-right: 175px;
}
.fr #field_1_12 > div {
	padding-right: 210px;
}
#gform_wrapper_1 div.validation_error {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.1;
	margin-bottom: 0;
	border-width: 1px;
}
#gform_wrapper_1 .field_description_below .gfield_description {
	padding-top: 8px;
}
#gform_wrapper_1 li.gfield.gfield_error {
	padding-top: 0;
}

.error-holder {
  height: 100%;
  min-height: calc(100vh - 319px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-holder img {
  display: block;
  margin: 0 auto;
}

.slider .item {
  height: 570px;
  background-color: #e9292f;
  position: relative;
}

.slider .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 95%;
  width: 63%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
}

.slider .container {
  height: 100%;
  text-align: right;
}

.slider .inner {
  width: 42%;
  height: 100%;
  display: block;
  text-align: left;
  margin-left: auto;
}

.slider h2 {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  margin: 35% 0 0;
  line-height: 1.1;
  letter-spacing: -1px;
}
.fr .slider h2 { font-size: 37px; }

.slick-dots {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li {
  padding: 0 4px;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: transparent;
  height: 11px;
  width: 11px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  vertical-align: top;
}

.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
  background-color: #fff;
}

.search-section {
  padding: 0;
  position: relative;
  z-index: 2;
  transition: all .3s ease-in-out;
}
#header .search-section,
#header .search-people {
	width: 100%;
}
#header .search-people {
	margin: 56px 0 -146px;
}

.search-section.fixed {
  margin-top: -167px;
  margin-bottom: -35px;
}

.search-section .container {
  max-width: 1336px;
  background-color: #fff;
  padding: 34px 60px;
  box-shadow: 0 2px 10px rgba(85, 85, 85, 0.5);
}
#header .search-section .container {
	margin: 0 -16px;
    box-shadow: 0 2px 10px rgba(15, 15, 15, 0.45);
}
.search-people .container {
	margin: 0 -16px;
	padding-bottom: 38px;
}

.search-section .heading {
  color: #e9292f;
  margin-bottom: 21px;
}

.form-opener {
	display: none;
}
.form-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-block .form-cell {
  width: calc(33.33% - 61.3px);
  padding-right: 19px;
}

.form-block .form-button {
  width: 184px;
  padding-left: 40px;
  padding-right: 0;
}

.form-block .form-button button {
  width: 100%;
}

.article-holder {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
-webkit-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -5px;
  margin-left: -5px;
}

.article-holder.blog-post {
  margin-right: -5px;
  margin-left: -5px;
}

.article-holder.blog-post .article-item {
  padding: 0 5px 10px;
}

.article-holder.blog-post .article-item .inner:hover {
  background-color: #eee;
}

.article-item {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.article-item .inner {
  display: block;
  padding: 46px 36px 68px;
  background-color: #555;
  color: #fff;
  line-height: 1.34;
  text-decoration: none;
  height: 100%;
  position: relative;
}

.article-item .inner:hover {
  color: #e9292f;
  background-color: #fff;
  transition: all .3s ease-in-out;
}

.article-item .inner:hover .button-more {
  color: #e9292f;
}

.article-item .inner:hover .button-more:after {
  background-color: #e9292f;
  color: #fff;
}

.article-item .title {
  padding-bottom: 4px;
  font-size: 25px;
  font-weight: 400;
}

.article-item .date {
	padding-bottom: 20px;
}

.article-item .info {
  font-size: 16px;
  padding-bottom: 45px;
}

.article-item .button-holder {
  text-align: right;
  position: absolute;
  bottom: 41px;
  right: 32px;
}

.button-more {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
}

.button-more:after {
  content: ">";
  font-size: 16px;
  color: #464646;
  padding: 1px 7px 1px;
  background-color: #fff;
  margin-left: 11px;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 1.4;
}

.content-holder .pagination {
  padding: 40px 0 30px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination.hidden { display: none; }
.category-news-events .pagination {
	max-width: 100%;
}
.pagination .prev { padding-left: 22px; }
.pagination .next { padding-right: 22px; }

.pagination a {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.pagination a:before {
  content: "«";
  position: absolute;
  top: -7px;
  left: -22px;
  font-size: 30px;
  color: #555;
  font-weight: 700;
  width: 20px;
  transition: color .3s ease-in-out;
}

.pagination a:hover,
.pagination a:hover:before {
  color: #e9292f;
}

.pagination .next a:before {
  left: auto;
  right: -22px;
  transform: scale(-1, 1);
}

.pagination-links {
  padding: 28px 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-links a,
.pagination-links span {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  margin: 0 8px;
  transition: color .3s ease-in-out;
}
.pagination-links span {
  color: #e9292f;
  font-weight: 400;
}
.pagination-links a:hover {
  color: #e9292f;
}

.event-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -13px;
  margin-left: -13px;
  margin-bottom: -18px;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.event-item {
  width: 25%;
  padding: 0 13px 18px;
  text-align: center;
}

.event-item .inner {
  display: block;
  background-color: #fff;
  padding: 0 10px 25px;
  height: 100%;
  text-decoration: none;
}

.event-item .inner:hover {
  background-color: #e9292f;
}

.event-item .inner:hover .date {
  color: #e9292f;
  background-color: #fff;
}

.event-item .inner:hover .title {
  color: #fff;
}

.event-item .inner:hover .button-arrow {
  opacity: 1;
  visibility: visible;
}

.event-item .date {
  color: #fff;
  font-weight: 700;
  width: 93px;
  margin: 0 auto 54px;
  background-color: #e9292f;
  padding: 16px 4px 13px;
  font-size: 20px;
  text-transform: uppercase;
}

.event-item .day {
  font-size: 42px;
  line-height: 1;
  display: block;
}

.event-item .title {
  color: #363636;
  font-size: 20px;
/*  letter-spacing: 3px;
  text-transform: uppercase; */
  padding-bottom: 17px;
}

.event-item .button-holder {
  width: 18px;
  margin: 0 auto;
}

.event-item .button-arrow {
  opacity: 0;
  visibility: hidden;
}

.button-arrow {
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 26px;
  width: 26px;
}

.button-arrow:after {
  content: ">";
  color: #e9292f;
  transform: rotate(90deg);
  position: absolute;
  top: 4px;
  left: 9px;
}

.intro-section {
  padding-top: 37px;
  position: relative;
  overflow: hidden;
}

.intro-section:before {
  content: "";
  width: 690px;
  height: 636px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("images/bg-intro.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 23px;
}
.content-holder .breadcrumbs {
	margin-bottom: 0;
}

.breadcrumbs li {
  position: relative;
  padding-right: 21px;
}

.breadcrumbs li:after {
  content: ">";
  font-size: 15px;
  color: #555;
  position: absolute;
  top: 2px;
  right: 8px;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs .inner,
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #555;
  letter-spacing: .7px;
  text-decoration: underline;
}

.student .breadcrumbs {
	margin-bottom: 18px;
}
.student .breadcrumbs li:after {
	top: 9px;
}

.block-content {
	padding: 30px 0;
}
.block-content .button,
.section-careers .button {
    display: inline-block;
    min-width: 200px;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    background-color: #e9292f;
    text-decoration: none;
}

.preview {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding-top: 28px;
  padding-right: 15px;
}

.preview .column {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100%;
}

.preview .person-img {
  position: relative;
  width: 57%;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  padding-left: 6%;
  margin-top: -32px;
  z-index: 1;
}

.preview .person-img img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: calc(100% + 50px);
}

.preview .contact {
  position: relative;
  width: 43%;
  padding-right: 20px;
  z-index: 9;
}

.preview .name {
	position:relative;
    display: inline-block;
  width:700px;
  font-size: 35px;
  font-weight: 700;
  color: #555;
  padding-bottom: 4px;
  top:-5;
}
@media (min-width: 1024px) {
	.postid-2826 .preview .name { font-size: 32px; }
}

.preview .status {
  text-transform: uppercase;
  color: #e9292f;
  padding-bottom: 25px;
  font-size: 18px;
  letter-spacing: 6px;
}
.fr .preview .status {
  font-size: 16px;
  letter-spacing: 3.5px;
}

.preview .qc {
  font-size: 18px;
}
.preview .pronoun {
  padding-bottom: 8px;
  /*text-transform: lowercase;*/
}
/*
.preview .pronoun::before {
	content: "\0005B\000A0";
}

.preview .pronoun::after {
	content: "\000A0\0005D";
}
*/
.preview .about {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.preview .about a {
	color: inherit;
  text-decoration: none;
}
.preview .about a:hover {
	color: #e9292f;
}

.preview .info {
  padding-top: 51px;
  padding-bottom: 25px;
}

.preview .cell {
  width: 50%;
  height: 293px;
  padding: 0 12px;
}

.preview .cell:first-child {
  padding-left: 0;
}

.preview .cell:last-child {
  padding-right: 0;
}

.preview .inner-block {
  position: relative;
  background-color: #ebebeb;
  height: 100%;
  padding: 22px 23px 20px;
  color: #898989;
}
.preview  .cell:last-child .inner-block {
  padding: 22px 8px 20px 23px;
}

.preview .inner-block .contact-list li {
  color: #898989;
}
.fr .preview .inner-block .contact-list li {
  font-size: 15px;
}
.preview .inner-block .list-holder {
	position: relative;
	max-height: 215px;
	margin-right: 0;
	overflow-y: hidden;
}
.preview .inner-block.scroll:after {
	display: none;
	content: '\f107';
	color: #5e5e5e;
	font: 16px 'fontAwesome';
	position: absolute;
	bottom: 2px;
	right: 8px;
}
.preview .inner-block.scroll:hover:after {
	display: none;
}

.preview .heading {
  color: #555;
  font-weight: 600;
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fr .preview .heading {
  font-size: 17px;
  letter-spacing: 2.25px;
}

.contact-list {
	width: 100%;
  padding-bottom: 22px;
}

.contact-list li {
  padding-bottom: 1px;
  color: #959595;
  letter-spacing: 1px;
}

.contact-list span {
  padding-right: 4px;
}

.contact-list a {
  color: #959595;
  text-decoration: none;
}

.contact-list a:hover {
  color: #e9292f;
}

.contact-list a.email {
  color: #555;
  text-decoration: underline;
  font-size: 20px;
  line-height: 1.3;
  opacity: .8;
}

.contact-list a.email:hover {
  color: #e9292f;
  opacity: 1;
}
.contact-list a.email small {
	font-size: 70%;
	letter-spacing: 0;
}

.download-list {
	width: 100%;
}
.download-list li {
  padding-bottom: 6px;
}

.download-list a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.download-list img {
  width: 26px;
}
#main .download-list a svg {
	width: 20px;
	font-size: 20px;
	text-align: center;
	color: #636363;
}

.download-list span {
  width: calc(100% - 26px);
  padding-left: 8px;
  padding-top: 4px;
  text-decoration: underline;
  color: #555;
  font-weight: 600;
}

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

.list.red-style li:before {
  background-color: #e9292f;
}

.list li {
  position: relative;
  padding: 0 0 9px 0;
}

.list li:before {
  content: '';
  background: #898989;
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 8px 0 0;
  border-radius: 50%;
}

.list a {
  color: #555;
  text-decoration: none;
}

.list a:hover {
  color: #e9292f;
}

.tabs-control {
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #555;
}
.single-people .tabs-control:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: -1000px;
	right: 0;
	background: #fff;
	z-index: -1;
}

.tabs-control li {
	position: relative;
	z-index: 9;
}

.tabs-control li.is-active a,
.tabs-control li:hover a {
  background-color: #fff;
  color: #555;
}

.tabs-control a {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 51px 9px 26px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.tabs-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  overflow: hidden;
}

.tabs-box .sidebar ~ .main {
  width: calc(100% - 400px);
}

.tabs-box .main {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding-right: 48px;
  padding-top: 28px;
  padding-left: 26px;
}

.single-people .tabs-box .main a {
  color: #e9292f !important;
}

.title-p { margin-top: 1.66em; }
.title-p + p { margin-top: -10px; }
.tabs-box .main .title-p:first-child {
	margin-top: 0;
}

.tabs-box .sidebar {
  -ms-flex-order: 2;
  order: 2;
  width: 400px;
  background-color: #ebebeb;
}

.tabs-box .sidebar ul {
  padding-left: 21px;
}

.sidebar {
  padding: 35px 17px;
}

.sidebar .title {
  color: #e9292f;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

.sidebar .heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar .heading .title {
  width: 60%;
  padding-right: 5px;
}

.sidebar .heading a {
  max-width: 40%;
  color: #555;
  font-size: 14px;
  letter-spacing: 2px;
}

.sidebar .heading a:after {
  background-color: #555;
  bottom: 1px;
}

.sidebar .box {
  padding-bottom: 22px;
}

.sidebar .box:last-child {
  padding-bottom: 0;
}

.tabs-content {
  
}

.tabs-content .item {
  display: none;
  padding: 32px 0;
}

.tabs-content .item.is-active {
  display: block;
}

.tabs-content .default-inner {
  padding-bottom: 24px;
}

.tabs-content .trigger {
  display: none;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 13px 9px;
  background-color: #555;
  color: #fff;
  margin: 0 -15px;
}

.tabs-content .trigger:after {
  background-color: #e9292f;
  height: 18px;
  width: 18px;
  content: ">";
  padding: 3px 6px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 12px;
}

.alphabet {
	width: 100%;
    list-style-type: none;
    margin: 10px auto 20px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.alphabet li {
    float:left;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 3.70%;
}
.alphabet li.no-people {
  color: #ccc;
}
.alphabet li a {
  color: inherit;
  font-size: 18px;
  text-decoration: none;
  padding: 0 6px;
}
.alphabet li a.active,
.alphabet li a:hover {
  color: #fff;
  background: #e9292f;
}

.alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #E92932;
    color: #fff;
    text-decoration: none;
}
.alm-btn-wrap .alm-load-more-btn {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #E92932;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: padding .25s ease-in-out,width .25s ease-in-out;
    transition: padding .25s ease-in-out,width .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn {
	background: #e9292f;
}

.post-type-archive-people .lawyer-section {
    padding-top: 15px;
    min-height: initial;
}

/*.page-about .people-search-tab {
	opacity: 1;
	visibility: visible;
} */
.people-search-tab {
	max-width: 777px;
	padding: 28px 48px;
    background-color: rgba(0, 0, 0, 0.925);

}
/*.post-type-archive-people .people-search-tab { display: none; }*/
.people-search-tab h2 {
	color: #fff;
	margin-bottom: 8px;
}
.people-search-tab .cell {
	padding: 14px 0;
}
.people-search-tab .col-2 {
	width: 47.85%;
}
.people-search-tab input[type='text'],
.people-search-tab .jcf-select {
	color: rgba(255,255,255,.63);
	background: transparent;
	border-bottom-color: #fff;
}
.people-search-tab .jcf-select .jcf-select-text {
	color: rgba(255,255,255,.63);
}
.people-search-tab input[type='text']::-webkit-input-placeholder {
	color: rgba(255,255,255,.63);
}
.people-search-tab input[type='text']::-moz-placeholder {
	color: rgba(255,255,255,.63);
}
.people-search-tab input[type='text']:-moz-placeholder {
	color: rgba(255,255,255,.63);
}
.people-search-tab input[type='text']:-ms-input-placeholder {
	color: rgba(255,255,255,.63);
}
.people-search-tab input[type='text'].placeholder {
	color: rgba(255,255,255,.63);
}
.people-search-tab .jcf-select .jcf-select-opener:after {
	border-top-color: #fff;
}
.people-search-tab .alphabet {
	padding: 14px 0 0;
	border: 0;
}

.people-search-tab .alphabet a {
	color: #fff;
	font-size: 13.5px;
	font-weight: 300;
}

@media (max-width: 640px) {
    .people-search-tab .alphabet a {
	    font-size: 48px;
    }
}

.people-search-tab .form-button {
	width: 100%;
	padding: 14px 0;
	text-align: right;
}
.people-search-tab .form-button button {
	display: inline-block;
	width: auto;
	padding: 12px 28px;
}

.people-search-tab.mobile-tab {
	position: absolute;
	max-width: 100%;
	padding: 28px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 1;
}
.search-open .mobile-tab {
	display: block;
	margin-top: 26px;
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
.people-search-tab.mobile-tab h2 {
	font-size: 22px;
	margin-bottom: 36px;
}
.people-search-tab.mobile-tab .form-block {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.people-search-tab.mobile-tab .alphabet {
	margin: 22px 0 16px;
	text-align: left;
}
.people-search-tab.mobile-tab .form-button {
	padding-top: 22px;
}

.intro-header-section {
	position: relative;
	height: 0;
	padding: 0 0 25%;
}
.intro-header-section .container {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
	z-index: 9;
}
.intro-blurb {
    max-width: 465px;
    padding: 32px 36px 38px;
    color: #e9292f;
    background: #fff;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
}
.intro-blurb h2 { font-size: 30px; }
.intro-blurb p { color: #555; }

.intro-header-section.intro-v2 {
    max-height: 615px;
    padding-bottom: 42.75%;
}
.intro-v2 .intro-blurb {
    max-width: 555px;
}
.intro-v2 .intro-blurb h2 {
    font-size: 50px;
}
.fr .intro-v2 .intro-blurb h2 {
    font-size: 42px;
}
.intro-v2 .intro-blurb p {
    color: #e9292f;
    font-size: 30px;
    line-height: 1.33;
    margin: 1.33em 0 0;
}

.section-content {
	padding: 28px 0;
}

.section-content h2 {
	color: #e9292f;
}
.section-content ul li::marker {
	color: #e9292f;
}
.section-greybg {
	position: relative;
	margin-bottom: 20px;
	padding: 35px 0 !important;
	color: #111;
	background: #ebebeb;
}
.section-greybg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1999px;
	right: -1999px;
	background: #ebebeb;
	z-index: -1;
}
.section-greybg h4 { font-weight: 400; }
.section-greybg ul { margin-bottom: 0; }

ul.columns-2,
ol.columns-2 {
	padding: 0;
	column-count: 2;
	column-gap: 40px;
}
ul.columns-2 li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;
}
ol.columns-2 li {
	position: relative;
	margin-bottom: 5px;
}
ul.columns-2 li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e9292f;
}
ul.columns-2 li strong {
	display: inline-block;
	margin-bottom: 10px;
}
.block-center {
	padding: 20px 0;
	text-align: center;
}
.block-center .iblock {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}

.accordion-container {
	margin: 30px 0 15px;
}
.accordion-container .js-acc-item {
	margin-bottom: 1px;
}
.accordion-container .js-acc-switch {
	display: inline-block;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #e9292f;
	text-decoration: none;
}
.accordion-container .js-acc-switch:after {
	content: '\f107';
	font: 20px/25px fontAwesome;
	margin-left: 14px;
}
.accordion-container .is-open .js-acc-switch:after {
	content: '\f106';
}
.accordion-container .js-acc-switch h4 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.accordion-container .js-acc-content {
	display: none;
	padding: 10px 14px;
	background: #fff;
}
.accordion-container .js-acc-content p:last-child {
	margin-bottom: 0;
}

.bottom-flexible .flex-container {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block-item {
	padding: 28px 20px;
	margin-right: 10px;
	color: #fff;
	background: #333;
}
.block-item h4 {
	margin-bottom: 0;
}
.block-item h4 a {
	color: #e9292f;
	text-decoration: none;
}
.block-item h4 a:hover {
	text-decoration: underline;
}
.block-item p {
	margin-bottom: 14px;
}
.block-item p a {
	color: #fff;
	text-decoration: none;
}
.block-item p a:hover {
	color: #e9292f;
	text-decoration: underline;
}


@media ( min-width: 756px ) and ( max-width: 1037px ) {
  .grid-lawyer .lawyer,
  .people-section .people {
    width: 48%;
	margin: 0 1% 12px;
  }
  .lawyer-section {
    padding: 0;
  }
}

@media (min-width: 756px) {
  .main-list > li.is-hover .drop-block,
  .main-list > li:hover .drop-block {
    opacity: 1;
    visibility: visible;
  }
	.lawyer-section .button-group {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
  #header .search-section {
	width: 100%;
	margin: 56px 0 -76px;
  }
	#header .search-section .container,
	.search-people .container {
		margin: 0;
	}
	.grid-article .block-article {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
    #career-container {
        display: grid;
        grid-template-columns: auto 36%;
        column-gap: 3.5%;
        padding-bottom: 40px;
    }
    .flex-container {
        display: flex;
        justify-content: space-between;
    }
    .flex-container.lia-logos {
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        column-gap: 5.7%;
        padding: 24px 0 0;
    }
    .flex-container > .col-left {
        width: 52%;
    }
    .flex-container > .col-right {
        width: 45%;
        padding-left: 12%;
    }
    .section-lia,
    #main .section-lia h3 {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
	.preview {
		height: 394px;
	}
	.single-administration .preview {
		height: auto;
	}
	.lawyer-section {
		min-height: 800px;
	}
	#header .search-section .container {
		margin: 0;
	}
	.search-section .container {
		margin: 0 28px;
	}
	.search-people .container {
		margin: 0;
	}
    #career-container {
        grid-template-columns: auto 400px;
        column-gap: 5.5%;
    }
    .career-content {
        padding-left: 25px;
    }
}

@media ( min-width: 1038px ) {
	.lawyer-section .grid-lawyer,
	.people-section .grid-people,
	.people-section .grid-people-fixed {
		margin: 0 -1%;
	}
/*  .grid-lawyer .lawyer, */
  .people-section .people {
    width: 32%;
    margin: 0 .65% 12px;
  }
}

@media ( min-width: 1281px ) {
	.page-students .bottom-section,
    .page-careers .bottom-section {
		padding: 64px 0 42px;
	}
	.page-about .link-item a.more {
		font-size: 16px;
	}
}

@media ( min-width: 1310px ) {
	#header .search-section .container {
		margin: 0 -40px;
	}
	.search-people .container {
		margin: 0 -40px;
	}
}

@media ( min-width: 1392px ) {
	.search-section .container {
		margin: 0 auto;
	}
}

@media (min-width: 1441px) {
    .intro-header-section.intro-v2 {
        height: 615px;
        padding-bottom: 0;
    }
}

@media (max-width: 1440px) {
  .slider .image {
    background-position: top right;
  }
}

@media (max-width: 1365px) {
	.location {
		max-width: 240px;
		width: 23%;
	}
}

@media (min-width: 1024px) and (max-width: 1365px) {
	.service-section:after {
		width: auto;
		left: 28px;
		right: 28px;
	}
}

@media (max-width: 1280px) {
	.fr #header .nav-holder {
		padding-left: 20px;
	}
	.service-container {
		padding-right: 33%;
	}
	.services-sidebar {
		right: 28px;
		width: 30%;
	}
	.resource-links li {
		width: 100%;
	}
	.bottom-section {
		padding: 64px 20px 42px;
	}
	.page-about .bottom-section .flex-container {
		justify-content: space-around;
	}
	.link-item { width: 30%;  }
    .career-slider { margin: 0 24px; }
	
}

@media  only screen and (min-width: 1024px) and (max-width: 1280px) {
	.student.bottom-section,
    .careers.bottom-section {
		padding-left: 28px;
		padding-right: 28px;
	}
    .career-slider .slick-prev { left: -35px; }
    .career-slider .slick-next { right: -35px; }
    .career-slider .slick-prev:hover { left: -40px; }
    .career-slider .slick-next:hover { right: -40px; }

    .intro-v2 .intro-blurb p { font-size: 25px; }
    .careers.bottom-section .container { padding: 0; }
}

@media  only screen and (min-width: 755px) and (max-width: 1140px) {
	.contact-container .button-group {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 38px 0 0;
	}
	.contact-container .button-group button {
		width: 20%;
		max-width: 20%;
	}
}

@media (max-width: 1140px) {
  #header {
    padding: 20px 0 15px;
  }

  #header .logo {
    width: 115px;
    margin-top: -3px;
  }
  #header.header-v2 .logo {
    width: 237px;
    margin-top: -11px;
  }

  #header .nav-holder {
    width: calc(100% - 115px);
    padding-left: 10px;
  }
  .fr #header .nav-holder {
	padding-left: 8px;
  }

  .nav-holder {
    width: calc(100% - 115px);
    padding-left: 10px;
  }

  .main-list {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-bottom: 0 !important;
  }

  .main-list > li {
    padding: 0 8px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
	.fr .main-list > li {
	  padding: 0 4px 20px;
	}

  .drop-block,
  .m-about .drop-block,
  .m-careers .drop-block {
    top: 41px;
  }
  #header .search-people {
	margin: 16px 0 -126px;
  }
	
	.preview .person-img {
		padding-left: 0;
	}
	.service-container {
		padding-right: 34.25%;
	}
	.contact-container {
		padding: 20px 0;
	}
	.contact-container .button-group .button:first-child {
		padding-left: 38px;
	}
	.contact-holder { padding: 20px 0; }
	.contact-container h1 {
		padding: 0 28px;
		margin-bottom: 40px;
	}
	.contact-section {
		padding: 20px 28px 10px;
	}
	.page-students .link-item { width: 48%; }
    .page-careers .link-item { width: 48%; }

    .careers.bottom-section { padding: 60px 0 40px; }
    .careers.bottom-section .link-item { padding: 10px 16px 0; }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.lawyer-section .button {
		width: auto;
		font-size: 14.5px;
	}
	.lawyer-section .grid {
		margin-right: -1.75%;
	}
	.lawyer .photo {
		flex: 0 0 130px;
	}
	.lawyer .bio {
		padding: 8px 8px 16px 4%;
	}
	.lawyer .bio h4 {
		font-size: 15px;
		line-height: 1.1;
	}
	.lawyer .bio p {
		margin-bottom: .75em;
	}
}

@media (max-width: 1099px) {

    .search-people .container {
        padding: 28px 60px 26px 47px;
    }
    .content-section h2+form {
        margin-top: 24px;
    }
    .error-holder {
        min-height: calc(100vh - 289px);
    }
	.preview .person-img {
		margin-left: -15px;
	}
	.preview .person-img img {
		max-width: 100%;
	}
  
}

@media only screen and (min-width: 756px) and (max-width: 1023px) {
    .intro-v2 .intro-blurb {
        max-width: 465px;
        padding: 24px 28px 28px;
    }
    .intro-v2 .intro-blurb h2 { font-size: 42px; }
    .fr .intro-v2 .intro-blurb h2 { font-size: 35px; }
    .intro-v2 .intro-blurb p { font-size: 22px; margin-top: .75em; }
}

@media (max-width: 1023px) {
	body {
		font-size: 14px;
	}
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea {
    font-size: 10px;
    letter-spacing: 1.1px;
    padding: 2px 2px;
    height: 20px;
  }

  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    font-size: 12px;
    padding: 10px 17px 9px;
  }

  .jcf-select {
    height: 20px;
  }

  .jcf-select .jcf-select-text {
    font-size: 10px;
    letter-spacing: 1.1px;
    line-height: 20px;
  }

  .jcf-select .jcf-select-opener:after {
    border: 6px solid transparent;
    border-top: 5px solid #595959;
    top: 6px;
    right: 0px;
  }
  .container { padding: 0 20px; }

  #header {
    padding: 30px 0 26px;
  }

  #header .logo {
    width: 224px;
    margin-top: 0;
  }

  #header .nav-holder {
    width: calc(100% - 224px);
	text-align: right;
  }

  #header .nav-slides {
    width: 100%;
  }

  .nav-holder {
    width: calc(100% - 224px);
  }

  .nav-holder.is-open .nav-inner {
    display: block;
  }

  .nav-holder.is-open .nav-opener {
    position: relative;
    z-index: 9;
  }

  .nav-holder.is-open .nav-opener:before {
    transform: rotate(45deg);
    top: 13px;
  }

  .nav-holder.is-open .nav-opener:after {
    bottom: 13px;
    transform: rotate(-45deg);
  }

  .nav-holder.is-open .nav-opener span {
    opacity: 0;
    visibility: hidden;
  }

  .nav-inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0 30px;
    z-index: 3;
  }

  .nav-overflow {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-slides {
    height: auto;
    width: 100%;
  }

  .main-list > li,
  .fr .main-list > li {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  .main-list > li.is-hover .drop-block {
/*    display: block; */
  }

  .main-list a {
    font-size: 16px;
  }

  .drop-block {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    display: none;
  }

  .drop-block .column {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .drop-block .column:last-child {
    padding-bottom: 0;
  }

  .drop-block .category-title a {
    font-size: 14px;
  }

  .search-form {
    width: 18px;
  }

  .search-form .search-inner {
    right: -131px;
    top: auto;
    bottom: -45px;
  }
  #header .search-people {
    margin: 0 0 -166px;
  }
  #header.header-v2 .search-form .search-inner {
    right: 22px;
    top: auto;
    bottom: -10px;
  }
  #header.header-v2 .search-form .trigger:before,
  #header.header-v2 .search-form .trigger:after {
    left: 4px;
  }

  .multilang {
    margin-top: 0;
  }
  #header.header-v2 .multilang { width: 55px; }

  .people-search-opener,
  .nav-opener {
    display: inline-block;
    margin-left: 12px;
	vertical-align: middle;
  }
  .post-type-archive-people .people-search-opener {
	display: none;
  }
  .nav-opener {
    height: 30px;
    width: 38px;
  }
  .people-search-opener {
    height: 28px;
    width: 30px;
  }
  .search-open .people-search-opener img {
	fill: #e9292f;
  }
  .search-open .mobile-tab {
	top: 65px;
  }
  .mobile-tab {
	top: 90px;
  }
  
  #footer {
    padding: 23px 0 20px;
  }

  #footer .logo {
    width: 247px;
  }

  #footer .info {
    width: calc(100% - 247px);
    padding-top: 4px;
  }

  .copy {
    font-size: 13px;
    padding-bottom: 3px;
  }

  .nav-links li {
    padding: 0 9px;
  }

  .nav-links li:after {
    font-size: 13px;
    top: 3px;
  }

  .nav-links a {
    font-size: 13px;
  }

  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .contact-container {
	  padding: 20px 0;
  }
	.contact-section {
		padding: 20px 28px 10px;
	}
	.contact-container .button-group {
		padding: 0;
	}
	.contact-container .button-group button {
		font-size: 15px;
		padding: 8px 18px;
	}
	.contact-container .button-group .button:first-child {
		padding: 8px 18px;
	}
	.post-type-archive-people .content-holder {
		padding-top: 28px;
	}

  .tabs-holder .container {
    padding: 0 15px 15px;
  }

  .content-section {
    padding: 34px 0 25px;
  }
  .home .content-section {
    padding: 20px 0;
  }
  .home .search-section {
    padding: 0;
  }
  
  .content-section.modified {
    padding-top: 34px;
  }

  .content-section .heading {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
  .bg-gray .heading {
	  letter-spacing: 6px;
  }

  .content-section .subheading {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-bottom: 35px;
  }
  .services-holder {
	  padding-top: 35px;
  }
  
  .service-section:after {
    max-width: calc(100% - 60px);
  }

  .service-section .heading {
    padding-right: 0;
    margin-bottom: 0;
  }
  .service-container {
	  padding: 0;
  }
  .service-content {
	  padding: 32px 28px;
  }
  .service-content .content {
	  padding: 0 18px 0 0;
  }
  .lawyer-section {
	  padding: 0;
  }
  .service-container .lawyer-section {
	  padding: 0 28px;
  }
  .lawyer-section .grid {
	  margin-right: 0;
  }
	.lawyer .photo {
		flex: 0 0 135px;
	}
	.lawyer .bio {
		width: 56%;
		padding: 8px 10px 16px 5%;
	}
	.lawyer .bio h4 {
		font-size: 17px;
	}
/*	.lawyer .bio cite {
		font-size: 12px;
	}
	.lawyer .bio .location-name,
	.lawyer .bio .cardlink {
		font-size: 13px;
	} */
	.lawyer .bio .cardlink svg {
		font-size: 20px;	
	}
  .services-sidebar {
	  position: relative;
	  width: 100%;
	  top: auto;
	  right: auto;
  }
  .article-section {
	  padding: 28px;
  }
  #main .article-section h3 {
	  font-size: 20px;
	  margin-bottom: 20px;
  }
  .article-section article {
	  padding: 24px 18px;
  }
  .article-section article h2 {
	  font-size: 18px;
  }
  .article-section article p {
	  font-size: 14px;
  }
  .article-section article .more {
	  font-size: 13px;
	  line-height: 20px;
  }
  .article-section article .more span {
	  width: 20px;
	  height: 20px;
  }
  
/*  .article-section .view-all {
	  position: absolute;
	  top: 24px;
	  right: 28px;
	  font-size: 14.5px;
	  margin: 0;
  } */
  .resource-section h2 {
	  font-size: 20px;
  }
  .resource-section p {
	  font-size: 14px;
  }
	.resource-links li {
		width: 25%;
	}
	.flex-container .col-4 {
		width: 49%;
	}

  .simple-link {
    font-size: 12px;
    letter-spacing: 2.2px;
  }

  .row .column {
    width: 100%;
  }

  .links-list {
    margin: 0 -4px -10px;
  }

  .links-list li {
    width: 25%;
    padding-right: 4px;
    padding-left: 4px;
  }

  .links-list a {
    font-size: 13px;
    padding: 2px 10px 1px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .error-holder {
    min-height: calc(100vh - 292px);
  }

  .slider .item {
    height: 303px;
  }

  .slider .image {
    background-position: top left;
    height: 97%;
    width: 66%;
  }

  .slider .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider h2 {
    font-size: 38px;
    letter-spacing: 0;
    margin-top: 13%;
  }

  .search-section.fixed {
    margin: 0;
  }

  .search-section {
    margin-top: 0;
    margin-bottom: 0;
/*    padding: 28px 28px 0; */
  }

  .search-section .container {
    padding: 14px 20px;
  }
  .search-people .container {
    padding: 28px 32px 26px;
  }

  .search-section .heading {
    margin-bottom: 20px;
  }

  .form-block {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form-block .form-cell {
    width: 33.33%;
    padding-right: 0;
    padding-left: 14px;
  }

  .form-block .form-cell:first-child {
    padding-left: 0;
  }

  .form-block .form-button {
    width: auto;
    padding-top: 15px;
    padding-left: 0;
  }

  .article-container {
	padding: 35px 0 0;
	margin: 0 -9px;
  }
  .grid-article .block-article {
  	padding: 12px 14px;
  }
  .block-article .meta {
  	padding-right: 8px;
  }
  .block-article .date {
	font-size: 11px;
	letter-spacing: 1.2px;
    padding-bottom: 15px;
  }
  .block-article .author-section {
	margin: 0 0 16px;
  }
  .block-article .author-section a {
	  font-size: 12px;
  }
  .block-article .service-block a {
  	padding: 6px 8px;
  }
  .block-article .article-content {
	padding: 0 0 36px 14px;
	font-size: 12px;
	line-height: 1.35;
  }
  .block-article .article-content h2 {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 12px;
  }
  .block-article .button-more {
	font-size: 12px;
	line-height: 20px;
   }
  .block-article .button-more:after {
	padding: 0 5px;
	height: 20px;
	line-height: 1;
  }
  
  .article-holder {
    margin-right: -3px;
    margin-left: -3px;
  }

  .article-item {
    padding-right: 3px;
    padding-left: 3px;
  }

  .article-item .inner {
    padding: 23px 25px 39px;
  }

  .article-item .title {
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 11px;
  }

  .article-item .info {
    font-size: 10px;
    line-height: 1.1;
    padding-bottom: 18px;
  }

  .article-item .button-holder {
    bottom: 20px;
    right: 25px;
  }

  .button-more {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .button-more:after {
    font-size: 9px;
    padding: 2px 2px 1px 4px;
    margin-left: 3px;
    margin-top: -3px;
    height: 15px;
    line-height: 1.4;
  }

  .event-holder {
    margin: 0 -15px -18px;
  }

  .event-item {
    width: 50%;
    padding: 0 15px 18px;
  }

  .event-item .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 9px 18px 12px 10px;
  }

  .event-item .date {
    width: 58px;
    font-size: 14px;
    padding: 11px 11px 10px;
    margin: 0;
  }

  .event-item .day {
    font-size: 26px;
  }

  .event-item .title {
    width: calc(100% - 76px);
    font-size: 13px;
    padding-bottom: 0;
    text-align: left;
    padding: 0 26px;
    letter-spacing: 1.6px;
    padding-top: 5px;
  }

  .event-item .button-arrow {
    opacity: 1;
    visibility: visible;
  }

  .button-arrow {
    background-color: #3a3a3a;
    width: 18px;
    height: 18px;
  }

  .button-arrow:after {
    color: #fff;
    transform: rotate(0deg);
    font-size: 12px;
    top: 2px;
    left: 1px;
    right: 0;
  }
  
  .intro-section:before {
	  height: 573px;
	  background-size: contain;
  }
  .single-people .intro-section {
	  padding-top: 0;
  }
  .single-people .breadcrumbs-container {
	  display: none;
  }
  .single-people .form-block {
	  padding-top: 10px;
  }

  .preview {
	min-height: 346px;
    padding: 0 0 0 248px;
  }

  .preview .column {
    width: 100%;
  }

  .preview .person-img {
    position: absolute;
    bottom: 0;
    left: 8px;
    margin-top: 0;
    width: 264px;
    padding-left: 0;
    margin-left: -24px;
  }

  .preview .person-img img {
    max-width: 100%;
  }

  .preview .contact {
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }

  .preview .name {
  	width: auto;
    font-size: 26px;
    padding-right: 6px;
    padding-bottom: 12px;
  }

  .preview .status {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 0;
    letter-spacing: 4px;
  }

  .preview .about {
    font-size: 13px;
  }

  .preview .details {
    padding-bottom: 19px;
  }

  .preview .details .contact-list {
    width: 50%;
    float: left;
    padding-bottom: 0;
  }

  .preview .info {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .preview .cell {
	height: 203px;
    padding: 0 6px;
  }

  .preview .inner-block {
    padding: 19px 13px 12px;
  }

  .preview .heading {
    font-size: 13px;
    letter-spacing: 2px;
    padding-bottom: 6px;
  }
  .preview .inner-block .list-holder {
	height: 135px;
  }

  .contact-list {
    padding-bottom: 13px;
  }

  .contact-list li {
    font-size: 13px;
    letter-spacing: 0;
    padding-bottom: 0;
  }

  .download-list {
    width: 50%;
    float: left;
    margin-top: -13px;
  }

  .download-list li {
    font-size: 13px;
  }

  .download-list img {
    width: 20px;
  }

  .download-list span {
    padding-left: 5px;
    padding-top: 2px;
  }

  .list li {
    font-size: 13px;
    padding: 0 0 5px 0;
  }

  .list li:before {
    width: 2px;
    height: 2px;
    margin: -1px 6px 0 0;
  }

  .tabs-control {
    padding-top: 5px;
  }
  .single-people .tabs-control:before {
	  top: 5px;
  }
  .single-people .tabs-control:after {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: -1000px;
	right: -1000px;
	background: #555;
	z-index: -2;
  }

  .tabs-control a {
    font-size: 13px;
    padding: 13px 33px 12px 43px;
  }

  .tabs-box {
    margin-bottom: 32px;
  }

  .tabs-box .sidebar ~ .main {
    width: 100%;
  }

  .tabs-box .main {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    font-size: 13px;
    padding-bottom: 16px;
  }

  .tabs-box .sidebar ul {
    padding-left: 17px;
  }

  .tabs-box .sidebar {
    font-size: 13px;
    width: 100%;
  }

  .sidebar {
    padding: 29px 14px 8px;
    overflow: hidden;
  }

  .sidebar .title {
    font-size: 14px;
  }

  .sidebar .heading a {
    font-size: 11px;
  }

  .sidebar .box {
    width: 50%;
    padding-right: 10px;
    float: left;
    padding-bottom: 26px;
  }

  .tabs-content {
    padding-top: 37px;
  }
  .single-people .tabs-content {
    padding-top: 0;
  }

  .tabs-content .default-inner {
    padding-bottom: 19px;
  }
  #main .content ul li:before {
	width: 4px;
	height: 4px;
	margin: 0 6px 3px 0;  
  }
  .pub-content {
	  float: none;
	  width: 100%;
	  margin-bottom: 28px;
  }
  #pub-sidebar {
	  float: none;
	  width: auto;
	  margin: 0 -28px;
  }
  #pub-sidebar .top-section {
	  padding: 15px 28px;
  }
  #pub-sidebar .article-container {
	  margin: 0;
	  padding: 0;
  }
  #pub-sidebar .note {
	  padding: 0 28px;
  }
  .single-publication #main h1 {
	  font-size: 20px;
  }
  
  .career-content {
    float: none;
    width: 100%;
    margin-bottom: 28px;
  }
  #career-sidebar {
    width: auto;
    margin: 0 -28px 0 0;
    padding: 20px 28px 30px 20px;
  }
  .block-career { margin-bottom: 28px; }
  #main .block-career h3 { font-size: 16px; }
  #main .block-career h3 a { padding: 12px 50px 12px 18px; }
  .block-career h3 a:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 20px;
  }
  .block-career p { padding: 12px 20px 14px; }
  .flex-container > .col-right { padding-left: 6.5%; }

  .header-section {
	padding: 32px 0 43px;
  }
  .header-section:before {
	top: 0; bottom: -63px;
	left: 0;
	width: 32%;
  }
  .page-students .header-section:before,
  .page-careers .header-section:before {
	bottom: -30px;
	width: 24.5%;
  }
  .header-section:after {
	width: 30%;
	background-position: 66% bottom;
  }
  .about-blurb {
	max-width: 340px;
	padding: 28px 18px 24px;
  }
  .about-blurb h2 {
	font-size: 25px;
	line-height: 28px;
  }
  .about-blurb p {
	font-size: 14px;
	margin: 14px 0 0;
  }
  .about-content {
	font-size: 15px;
	padding-top: 12px;
  }
	
   .page-about .logo-container a {
	padding: 0;
   }
  .member-section {
	margin: 24px 0 0;
	padding: 28px 0 0;
	font-size: 12px;
	letter-spacing: .6px;
  }
  .logo-container {
	padding: 24px 5% 0;  
  }
  .logo-container img {
	/*max-width: 24%;*/
	transform: scale(.9);
  }
  .link-item {
	padding: 28px 7% 32px 18px;
  }
  .link-item h4 {
	font-size: 14px;
  }
  .page-students .link-item h4,
  .page-careers .link-item h4 {
	font-size: 22px;
  }
  .link-item a.more {
	font-size: 10px;
	bottom: 15px;
	right: 10px;
  }
  .bottom-section,
  .student.bottom-section,
  .careers.bottom-section {
	padding: 42px 0 20px;
  }
  .careers.bottom-section h2,
  .careers.bottom-section p { padding-left: 20px; }
  .careers.bottom-section p { font-size: 18px; }
  .careers.bottom-section .link-item { width: 48.5%; }
  .careers.bottom-section .link-item h4 { font-size: 18px; }

	.tax-location .acf-map { height: calc(100% - 520px); }
    .content-section.section-careers { padding: 28px 0 24px; }
    .content-section.section-careers .heading { font-size: 22px; margin-bottom: 20px; }
    .career-slider { margin: 0 10px; }
    .career-slider .slick-slide > div { margin: 0 10px; }

    .footer-offices { padding-top: 60px; }
    .footer-offices .col-left p { margin-bottom: 0; }
    .footer-offices .simple-link { font-size: 18px; }
}

@media (min-width: 903px) and (max-width: 1023px) {
	#gform_wrapper_1 .gform_footer {
	    position: relative;
	    width: 100%;
	    margin: 14px 0 0;
	    right: auto;
	    bottom: auto;
	}
}

@media (max-width: 902px) {
	.location {
		min-width: 160px;
		height: 360px;
		font-size: 12px;
		padding: 0;
	}
	.location .acf-map,
	.location .empty-map {
		margin-bottom: 18px;
	}
	.location-info h4 {
		font-size: 19px;
	}
	.location .more {
		font-size: 12px;
	}
	
	#gform_wrapper_1 .top_label li.gfield.gf_left_half,
	#gform_wrapper_1 .top_label li.gfield.gf_right_half {
		width: 80%;
	}
	.tax-location .col-2 {
		width: 100%;
		padding-bottom: 32px;
	}
	.tax-location .col-2 .col-2 {
		width: 50%;
		padding-bottom: 0;
	}
	.tax-location .acf-map {
		height: 400px;
	}

    .content-holder h2 { font-size: 36px; }
    .about-us,
    .about-us .about-content { font-size: 20px; }
    #lia-expandable .exp-content {
        padding: 20px;
        font-size: 20px;
    }
    #lia-expandable .exp-content .img { padding: 0; }
}
@media (max-width: 830px) {
  .lawyer-section .button {
	  width: auto;
	  min-width: 18%;
	  height: 62px;
	  padding: 10px 5px;
	  font-size: 15px;
  }
  .lawyer .bio h4 {
    font-size: 15px;
  }
  .page-id-13820 .logo-container {
      padding: 35px 0 10px;
  }
}

@media only screen and (min-width: 756px) and (max-width: 1023px) {
	.pub-content .share-block {
		display: block;
	}
	.author-section .lawyer {
	  width: 49%;
	}
	.service-content.tall:after {
	  background-position: 78% center;
	}
	.service-content:after,
	.service-content.short:after {
      background-position: 75% center;
	}
}

@media (max-width: 755px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea {
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 4px 0;
    height: 24px;
  }

  .jcf-select {
    height: 24px;
  }

  .jcf-select .jcf-select-text {
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-left: 0;
    line-height: 24px;
  }

  .jcf-select .jcf-select-opener:after {
    top: 11px;
  }
  h2 { font-size: 28px; line-height: 1.1; }

  #header {
    padding: 11px 0 16px;
  }

  #header .logo {
    width: 200px;
  }
  #header.header-v2 { padding: 48px 0 37px; }
  #header.header-v2 .logo { width: 191px; }

  #header .nav-holder {
    width: calc(100% - 200px);
    
  }
  #header .content-section {
	margin-bottom: -16px;
	padding: 16px 0 0;
  }

  .nav-holder.is-open .nav-opener:before {
    top: 7px;
  }

  .nav-holder.is-open .nav-opener:after {
    bottom: 7px;
  }

  .nav-slides {
    height: auto;
  }

  .nav-opener {
    height: 17px;
    width: 21px;
  }
  .people-search-opener {
	width: 24px;
	height: 24px;
  }

  .nav-opener:before,
  .nav-opener:after {
    height: 3px;
  }

  .nav-opener span {
    height: 3px;
    top: 7px;
  }
  .search-open .mobile-tab {
	top: 32px;
  }
  .mobile-tab {
	top: 16px;
  }
  .people-search-tab.mobile-tab h2 {
	font-size: 20px;
	margin-bottom: 28px;
  }
  .people-search-tab.mobile-tab .alphabet {
	width: 100%;
	margin: 0;
	padding: 0 0 35px;
	text-align: left;
  }
  .people-search-tab.mobile-tab .form-button {
	padding-top: 0;
  }
  .content-holder ul { margin: 10px 0 14px; }
  
  #footer {
    padding: 23px 0 36px;
  }

  #footer .logo {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    max-width: 196px;
    margin: 0 auto;
    -ms-flex-order: 1;
    order: 1;
  }

  #footer .info {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .intro-header-section.intro-v2 {
    height: auto;
    margin-bottom: 80px;
    padding: 0;
    background: none !important;
  }
  .intro-header-section.intro-v2 .container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .intro-v2 .intro-blurb { padding: 40px 0; box-shadow: none; }

  .nav-links {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container {
    padding: 0 20px;
  }
  .contact-container {
	  padding: 20px 0;
  }
  .services-holder {
	  padding-top: 10px;
  }
  .service-container {
	  padding: 0;
  }
  .content-holder {
	  padding: 28px 0 10px;
  }

  .content-section .subheading {
    margin-bottom: 16px;
  }

  .service-section:after {
    max-width: calc(100% - 30px);
  }

  .service-section .button-wrap {
    text-align: center;
  }

  .simple-link {
    font-size: 15px;
    letter-spacing: 3px;
    margin-right: -4px;
  }

  .links-list {
    margin-bottom: -8px;
  }

  .links-list li {
    width: 100%;
    padding-bottom: 8px;
  }

  .links-list a {
    padding-right: 75px;
    padding-left: 75px;
  }

  .footer-offices .subheading { display: none; }
  .footer-offices .links-list a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .error-holder {
    min-height: calc(100vh - 272px);
  }

  .slider .item {
    height: auto;
    padding-bottom: 26px;
  }

  .slider .image {
    height: 192px;
    width: 100%;
    margin-bottom: 31px;
    position: relative;
  }

  .slider .container {
    text-align: left;
  }

  .slider .inner {
    width: 100%;
    height: auto;
  }

  .slider h2 {
    margin-top: 0;
    font-size: 32px;
  }
  .search-section { padding: 20px 0 0; }
  .search-section .container {
    padding: 10px;
  }
  .search-section .container h2 { padding: 0 15px; }
  .search-section .container form {
	margin: 0;
    padding: 24px 15px 32px;
  }

	.intro-section:before {
		display: none;
	}
	.people-container:before {
	  content: "";
	  height: 283px;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background-image: url("images/bg-intro.png");
	  background-repeat: no-repeat;
	  background-size: contain;
	  z-index: -1;
	}
  .form-opener {
	display: block;
	position: relative;
	width: 100%;
	height: 24px;
    margin-left: 0;
	color: #b2b2b2;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
	border-bottom: 1px solid #acacac;
  }
  .form-opener:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 5px solid #595959;
    top: 11px;
    right: 0px;
  }
  .form-opener.is-open {
	border-bottom: 0;
  }
  .form-opener.is-open:after {
    border-top: 0;
    border-bottom: 5px solid #595959;
  }
  .form-holder {
	  display: none;
  }
  .form-holder.is-open {
  }
  .form-block .form-cell {
    width: 100%;
    padding-left: 0;
    padding-bottom: 35px;
  }

  .form-block .form-cell:last-child {
    padding-bottom: 0;
  }

  .form-block .form-button {
    padding-top: 0;
    text-align: right;
  }

  .form-block .form-button button {
    width: auto;
  }
  .alphabet li {
	  padding-bottom: 6px;
  }
  .alphabet li a {
	  font-size: 15px;
  }

  .article-holder {
    margin-right: -15px;
    margin-left: -15px;
  }

  .article-item {
    width: 100%;
    padding: 0 0 7px;
  }

  .article-item .inner {
    padding: 21px 12px 37px;
  }

  .article-item .info {
    padding-bottom: 13px;
  }

  .article-item .button-holder {
    right: 15px;
    bottom: 15px;
  }

  .pagination {
    padding: 30px 15px 20px;
  }

  .pagination a {
    font-size: 16px;
  }

  .pagination a:before {
    font-size: 20px;
    top: -3px;
    left: -13px;
  }

  .pagination .next a:before {
    right: -13px;
  }

  .event-holder {
    margin-bottom: -10px;
  }

  .event-item {
    width: 100%;
    padding-bottom: 10px;
  }

  .event-item .date {
    font-size: 11px;
    width: 49px;
  }

  .event-item .day {
    font-size: 23px;
    line-height: .9;
  }

  .event-item .title {
    font-size: 11px;
    padding: 0 24px;
    width: calc(100% - 67px);
  }

  .button-arrow:after {
    top: 1px;
  }

  .intro-section {
    padding-top: 0;
  }

  .breadcrumbs {
    display: none;
  }

  .preview {
    padding-left: 0;
    padding-top: 39px;
    padding-bottom: 5px;
  }

  .preview .person-img {
    width: 175px;
    left: 0;
    margin-left: 0;
  }

  .preview .contact {
    padding-left: 169px;
  }

  .preview .name {
    font-size: 17px;
    padding-bottom: 4px;
    display: block;
    padding-right: 0;
  }

  .preview .status {
    font-size: 12px;
    padding-bottom: 12px;
    display: block;
    letter-spacing: 3px;
  }

  .preview .about {
    font-size: 12px;
  }

  .preview .details {
    padding-bottom: 37px;
  }

  .preview .details .contact-list {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }

  .preview .details {
    position: relative;
  }

  .preview .info {
    padding-bottom: 0;
  }

  .preview .info .contact-list {
    float: left;
    width: 50%;
    padding-right: 5px;
  }

  .preview .cell {
    width: 100%;
    height: auto;
    padding: 0 0 10px;
  }

  .preview .inner-block {
    padding: 12px 10px;
    overflow: hidden;
  }

  .preview .heading {
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }

  .contact-list li {
    font-size: 12px;
  }

  .download-list {
    width: 100%;
    margin-top: 0;
    float: none;
  }

  .download-list li {
    font-size: 12px;
    padding-bottom: 3px;
  }

  .download-list img {
    width: 14px;
  }
  #main .download-list a svg {
	width: 16px;
	font-size: 16px;
  }

  .list {
    column-count: 2;
  }

  .list.red-style {
    padding-bottom: 14px;
  }

  .list li {
    font-size: 12px;
  }

  .tabs-control {
    display: none;
  }

  .tabs-box {
    overflow: visible;
  }

  .tabs-box .main {
    font-size: 12px;
  }

  .tabs-box .sidebar ul {
    column-count: 1;
  }

  .tabs-box .sidebar {
    margin: 0 -15px;
    width: calc(100% + 30px);
    font-size: 11px;
  }

  .sidebar {
    padding: 34px 13px 8px;
  }

  .sidebar .title {
    padding-bottom: 13px;
  }

  .sidebar .heading a {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .sidebar .box {
    float: none;
    padding-right: 0;
    padding-bottom: 11px;
    width: 100%;
  }

  .tabs-content {
    padding-bottom: 4px;
  }

  .tabs-content .item {
    display: block;
    padding: 3px 0;
  }

  .tabs-content .item .content {
    display: none;
  }

  .tabs-content .item.is-open .content {
    display: block;
  }

  .tabs-content .item.is-open .trigger:after {
    transform: rotate(90deg);
  }

  .tabs-content .trigger:after {
    line-height: .9;
  }

  .tabs-content .trigger {
    display: block;
  }

  .tabs-content .content {
    padding-top: 34px;
  }
  
  #main h1 {
	  font-size: 25px;
  }
  .service-content {
  	  padding: 28px 12px;
  }
  .service-content:after {
	display: none;  
  }
  .service-content .content {
	  padding: 0;
  }
  .flex-container .col-2,
  .flex-container .col-4,
  .people-search-tab .col-2,
  .grid-article .block-article {
	  width: 100%;
  }
  .flex-container .col-2 {
	  margin-bottom: 14px;
  }
  .service-container .lawyer-section,
  .lawyer-section {
	  padding: 0 0 20px;
  }
  .lawyer-section:after {
	  display: none;
  }
  
  .header-section {
	padding: 55px 0 48px;
     background-position: 57% center;
  }
  .header-section:before {
	bottom: -3px;
	width: 59%;
  }
  .header-section:after {
	display: none;
  }
  .about-blurb {
	padding: 28px 14px 24px;
  }
  .about-blurb h2 {
	font-size: 22px;
	line-height: 24px;
  }
  .about-blurb p {
	font-size: 14px;
	margin: 8px 0 0;
  }
  .about-content {
	font-size: 13px;
	line-height: 1.36;
	padding-top: 20px;
  }
  .member-section {
	margin: 20px 0 0;
	padding: 26px 0 0;
	font-size: 11px;
	letter-spacing: .5px;
  }
  .logo-container {
  -ms-flex-direction: column;
  flex-direction: column;
	padding: 12px 5% 20px;  
  }
  .logo-container img {
	margin: 4px 0;
  }
  .link-item {
	width: 100%;
	margin-bottom: 14px;
	padding: 28px 6% 32px 14px;
  }
  .link-item h4 {
	font-size: 14px;
  }
  .page-students .link-item h4,
  .page-careers .link-item h4 {
	  font-size: 18px;
  }
  .link-item a {
	font-size: 12px;
	bottom: 12px;
  }
  .bottom-section {
	padding: 42px 0 28px;
  }
  
  .contact-container h1 { margin-bottom: 20px; }
  .contact-container .button-group { background-color: #555; }
  .lawyer-section .button,
  .lawyer-section .button-group .button,
  .contact-container .button-group button,
  .contact-container .button-group .button:first-child {
	  width: 100%;
	  height: 36px;
	  margin-top: 2px;
	  max-width: 100%;
  }
  .lawyer-section .button-group .button {
	  padding: 5px;
  }
  .location-section .flex-container {
	  margin: 0;
  }
  .contact-section {
    padding: 20px 8px 10px;
  }
  .location {
    min-width: 136px;
    width: 46%;
    height: 310px;
    margin: 0 2% 20px;
    font-size: 11px;
  }
  .location .acf-map,
  .location .empty-map {
	  height: 140px;
  }
  .lawyer-section .grid {
	  margin: 0 0 20px;
	  padding: 0;
  }
  .lawyer-section .lawyer {
	  width: 100%;
	  margin: 8px 0 0;
  }
  .lawyer .bio {
    padding: 10px 0 18px 4%;
  }
  .lawyer .photo {
    width: 37.5%;
  }
  .lawyer .bio h4 {
    font-size: 16px;
  }
  .section-header a {
    padding-top: 8px;
  }
  .services-sidebar .article-section {
	  padding: 28px 0;
  }
  .services-sidebar .article-section h3 {
	  padding-left: 18px;
  }
  .services-sidebar .article-section .view-all {
	  padding-right: 18px;
  }
  .article-section article {
	  padding: 20px 14px;
  }
  .article-section article+article {
	  margin-top: 12px;
  }
  .resource-section {
	  padding: 30px 14px 40px;
  }
  .resource-links li {
	  width: 100%;
  }
  
  .content-section h2 {
	  font-size: 21px;
  }
  .article-bg.grey-bg {
	  background: #fff;
  }
  .article-container {
	  padding: 20px 0 0;
	  margin: 0;
  }
  .flex-container .block-article {
	  margin: 0 0 8px;
	  padding: 24px 0 14px;
  }
	.block-article .meta {
		width: 100%;
		padding: 40px 0 8px;
	}
	.block-article .author-section {
		display: none;
	}
	.block-article .service-block {
		position: absolute;
		top: 0;
		left: 0; right: 0;
	}
	.block-article .service-block a {
		font-size: 10px;
		line-height: 1.35;
		padding: 3px 6px;
		margin: 0 2px 5px 0;
	}
	.block-article .article-content {
		width: 100%;
		min-height: 100px;
		padding: 18px 0 40px;
		border-left: 0;
		font-size: 14px;
		line-height: 1.3;
	}
	.block-article .article-content:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 55%;
		height: 0;
		border-bottom: 1px solid #acacac;
	}
	.top-section .block {
		width: 100%;
		margin: 15px 0 5px;
	}
	#pub-sidebar .article-container {
		margin: 0 -15px;
	}
	.contact-container .contact-section h1,
	#gform_wrapper_1 {
		padding: 0 10px;
	}
	
	.student .content-section,
  .careers .content-section {
		padding: 14px 0;
	}
	.student.bottom-section,
  .careers.bottom-section {
		padding: 36px 0 20px;
	}
	.bottom-section .lawyer {
		width: 100%;
		margin: 0 0 12px;
	}
    .flex-container > .col-right { padding: 28px 0 0; }
    #career-sidebar { margin: 0 -15px; padding: 20px 20px 30px; }

    .career-slider { margin: 0 20px; }
    .career-slider .slick-prev { left: -45px; }
    .career-slider .slick-next { right: -45px; }
    .career-slider .slick-prev:hover { left: -50px; }
    .career-slider .slick-next:hover { right: -50px; }

    .careers.bottom-section { display: none; }

    .content-holder h2 { font-size: 26px; margin-bottom: .25em; }
    .about-us, .about-us .about-content {
        font-size: 18px;
    }
    .about-content { padding: 16px 0 24px; }
    .lia-intro { padding: 28px 0;}
    .lia-logos { gap: 25px; padding: 30px 12%; }
    #lia-expandable .exp-flex {
        flex-direction: column;
        gap: 20px;
    }
    #lia-expandable .exp-content { padding: 20px 20px 30px; font-size: 16px; }
    .page-id-13820 .logo-container { padding: 35px 0 20px; }
  
}
@media (max-width: 640px) {
	.alphabet li {
		width: 24%;
		/*width: 7.10%;*/
	}
	#gform_wrapper_1 .top_label li.gfield.gf_left_half,
	#gform_wrapper_1 .top_label li.gfield.gf_right_half {
    	width: 100%;
	}
	#gform_wrapper_1 .gform_footer {
		position: relative;
		width: 100%; 
		margin: 14px 0 0;
		right: auto;
		bottom: auto;
	}
	#gform_wrapper_1 .gform_footer input.button,
	#gform_wrapper_1 .gform_footer input[type=submit] {
		width: auto;
		margin-bottom: 0;
	}
	#field_1_12 { text-align: left; }
	.tax-location .col-2 .col-2 {
		width: 100%;
	}
	.page-students .link-item,
  .page-careers .link-item {
		width: 100%;
		padding: 24px 20px 30px;
	}
}
@media (max-width: 540px) {
	.preview .person-img {
	    width: 168px;
	}
}

.single-administration h1,
.single-assistant h1,
.single-corporate-service h1 {
  /*width: 700px;*/
  font-weight: 700;
  color: #555 !important;
}
.single-administration .column.info {
  align-content: flex-start;
}
.single-administration .preview .details {
	align-items: flex-start;
}
@media (max-width: 755px) {
  .single-administration .preview .details {
    padding-bottom: 70px;
  }
}
.single-administration .preview .info {
	padding-top: 8px;
}
.single-administration .preview .person-img {
	padding-left: 0;
  padding-right: 20px;
	margin-top: 0;
}
@media (max-width: 1023px) {
  .single-administration .preview .person-img {
      bottom: auto;
      top: 26px;
  }
}
@media (max-width: 755px) {
  .single-administration .preview .person-img {
      bottom: auto;
      top: 0;
  }
}
@media (max-width: 1099px) {
  .single-administration .preview .person-img img {
      max-width: 100%;
  }
}
.post-type-archive-administration .grid-people a,
.post-type-archive-assistant .grid-people a,
.post-type-archive-corporate-service .grid-people a,
.administration .item2 a,
.corporate-services .item2 a,
.legal-assistants .item2 a {
  color: #555 !important;
  text-decoration: none !important;
}

.page-id-9930 .intro-blurb{
    padding: 32px 40px 32px;
}

@media (max-width: 669px) {
    .page-id-9930 .bottom-section .block-item {
    	min-width: 320px;
        margin-bottom: 20px;
        width: 100%;
    }
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .section-content.section-greybg.pad-top ul { 
        margin-bottom:-40px; 
    } 
}

#top-menu {
  justify-content: flex-end;
}
.red-banner {
    background: #e9292f;
    color: #fff;
    padding: 34px 0;
    font-size: 20px;
    margin: 10px 0 40px;
}
.red-banner a{
    color: #ffffff;
}
.red-banner p:last-child {
  margin-bottom: 0;
}

.careers-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:  10px;
    width: 100%;
}
.careers-container .block-career {
    width: 32.33%;
}

@media (max-width: 755px) {
  .careers-container .block-career {
      width: 100%;
  }
}