@charset "UTF-8";
/*
Theme Name: Push10 Custom
Theme URI: http://www.push10.com/
Description: Custom Theme by Push10.com
Version: 0.4
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
/* ==========================================================================
   LOAD CUSTOM FONTS
   ========================================================================== */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/31af50");
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@font-face {
  font-family: "ElegantGaramondBT-Roman";
  src: url("fonts/31AF50_0_0.eot");
  src: url("fonts/31AF50_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/31AF50_0_0.woff2") format("woff2"), url("fonts/31AF50_0_0.woff") format("woff"), url("fonts/31AF50_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "ElegantGaramondBT-Italic";
  src: url("fonts/31AF50_1_0.eot");
  src: url("fonts/31AF50_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/31AF50_1_0.woff2") format("woff2"), url("fonts/31AF50_1_0.woff") format("woff"), url("fonts/31AF50_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "ElegantGaramondBT-Bold";
  src: url("fonts/31AF50_2_0.eot");
  src: url("fonts/31AF50_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/31AF50_2_0.woff2") format("woff2"), url("fonts/31AF50_2_0.woff") format("woff"), url("fonts/31AF50_2_0.ttf") format("truetype");
}
/* ==========================================================================
   MIXINS
   ==========================================================================*/
/*-------------------------------------------------------------------------
  Rem fallback
  Usage: @include font-size(14px)
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Cross Browser Opacity
  Usage: @include opacity(0.8);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  RGBA Fallback
  Usage: @include rgba(background-color, black, 0.5, white);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Box Shadow
  Usage: @include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Linear Gradient
  Usage: @include linear-gradient(#000, #BADA55);
 *-------------------------------------------------------------------------*/
/* ==========================================================================
   NORMALIZE
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   GENERAL
   ========================================================================== */
/* ==========================================================================
TAGS
==========================================================================*/
body,
html {
  font-family: "ElegantGaramondBT-Roman", serif;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  font-weight: 400;
  color: #333333;
  background-color: white;
  line-height: 1;
  font-size: 20px;
}

p {
  font-size: 20px;
  line-height: 1.3;
}

a {
  font-weight: 400;
  letter-spacing: 1px;
}

a,
a:active,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
  color: #bd5200;
}
a:hover, a.current,
a:active:hover,
a:active.current,
a:visited:hover,
a:visited.current {
  color: #ff750b;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.btn-white {
  display: inline-block;
  text-decoration: none;
  background-color: white;
  border: 1px solid #f3f3f3;
  font-size: 12px;
  font-family: "Archivo Narrow", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-white a {
  text-transform: uppercase;
  color: #bd5200;
  padding: 7px 14px;
  display: inline-block;
  font-weight: 700;
}
.btn-white:hover, .btn-white.current {
  background-color: #bd5200;
}
.btn-white:hover a, .btn-white.current a {
  color: white;
}

.btn-current {
  background-color: #bd5200;
}
.btn-current a {
  color: white;
}

a.btn {
  position: relative;
  padding: 5px 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
a.btn:before {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn.orange {
  background-color: #bd5200;
  border: 1px solid #bd5200;
}
a.btn.orange:before {
  background-color: #c26907;
}
a.btn.orange:hover, a.btn.orange.current {
  color: white;
}
a.btn.orange:hover:before, a.btn.orange.current:before {
  height: 100%;
}

p {
  margin: 0 0 1rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h3,
h5 {
  margin-bottom: 0;
}

h2,
h4,
h6 {
  margin-bottom: 0;
}

h1 {
  font-family: "ElegantGaramondBT-Italic", serif;
  color: #6a8fb8;
  font-size: 45px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
h1 span {
  font-size: 45px;
  font-family: "ElegantGaramondBT-Italic", serif;
  text-transform: lowercase;
  color: #6a8fb8;
  font-weight: 400;
}

h1.small-style {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #333333;
}
h1.small-style span {
  font-size: 45px;
  font-family: "ElegantGaramondBT-Italic", serif;
  text-transform: lowercase;
  color: #adc6e3;
}

h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2 span {
  font-size: 45px;
  font-family: "ElegantGaramondBT-Italic", serif;
  text-transform: lowercase;
  color: #6a8fb8;
  font-weight: 400;
  letter-spacing: 0;
}

h3 {
  font-family: "ElegantGaramondBT-Italic", serif;
  color: #f28d1e;
  margin-bottom: 18px;
  font-size: 24px;
}

h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  color: #6a8fb8;
  margin-bottom: 21px;
  font-size: 16px;
}

h5 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
}

section {
  position: relative;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
	COMMON
	==========================================================================*/
#site {
  background-color: #ffffff;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}

.frame, .frame-ex {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.bg-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.angles {
  position: relative;
}
.angles .content-wrap {
  z-index: 4;
}
.angles .triangles {
  position: absolute;
}
.angles .tri-left {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 690px solid transparent;
  border-right: 690px solid transparent;
  border-bottom: 800px solid #ffffff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  display: block;
  right: 50%;
  bottom: -492px;
  z-index: 3;
}
.angles .tri-right {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 690px solid transparent;
  border-right: 690px solid transparent;
  border-bottom: 800px solid #ffffff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  display: block;
  left: 50%;
  bottom: -492px;
  z-index: 3;
}
/*-------------------------------------------------------------------------
Clearfix
*-------------------------------------------------------------------------*/
.clearfix, section.archives .dataTables_wrapper .table-utils, .two-col {
  zoom: 1;
}
.clearfix:before, section.archives .dataTables_wrapper .table-utils:before, .two-col:before, .clearfix:after, section.archives .dataTables_wrapper .table-utils:after, .two-col:after {
  content: "";
  display: table;
}
.clearfix:after, section.archives .dataTables_wrapper .table-utils:after, .two-col:after {
  clear: both;
}

.clearfix, section.archives .dataTables_wrapper .table-utils, .two-col {
  *zoom: 1;
}

/*-------------------------------------------------------------------------
Apply a natural box layout model & font antialiased to all elements
*-------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
SHARED
==========================================================================*/
#main-content {
  overflow: hidden;
  background-color: #f3f3f3;
}

/* ==========================================================================
   MMENU OVERRIDES
   ==========================================================================*/
.mm-menu.mm-vertical {
  background-color: #29486c;
}
.mm-menu.mm-vertical a {
  color: #ffffff;
}
.mm-menu.mm-vertical .mm-listview .mm-next:after {
  border-color: #f28d1e !important;
}

/*-------------------------------------------------------------------------
  TOGGLE MENU BTN
 *-------------------------------------------------------------------------*/
#mmenu-wrap {
  display: none;
  width: 30px;
  height: 26px;
  position: absolute !important;
  z-index: 999999;
  top: 38px;
  right: 20px;
}

#mmenu {
  display: none;
  opacity: 0;
}
#mmenu.mm-opened {
  opacity: 1;
}

.cmn-toggle-switch {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #f28d1e;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f28d1e;
  content: "";
}

.cmn-toggle-switch span::before {
  top: 10px;
}

.cmn-toggle-switch span::after {
  top: 20px;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

/* active state, i.e. menu open */
.mm-opening .cmn-toggle-switch__htx {
  background-color: transparent;
}

.mm-opening .cmn-toggle-switch__htx span {
  background: none;
  top: 10px;
  width: 80%;
}

.mm-opening .cmn-toggle-switch__htx span::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opening .cmn-toggle-switch__htx span::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-opening .cmn-toggle-switch__htx span::before,
.mm-opening .cmn-toggle-switch__htx span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  height: 4px;
  width: 100%;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */
#site {
  margin: 130px auto 0;
  position: relative;
}

.two-col {
  padding: 80px 0;
}

.frame-side {
  width: 34%;
  display: table-cell;
  vertical-align: top;
  padding-right: 100px;
}

.two-col.frame, .two-col.frame-ex {
  display: table;
}

.frame-main {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.frame-main.no-sb {
  float: none;
  margin: 0 auto;
}

.prev-next-post {
  position: absolute;
  top: 80px;
  width: 84px;
  height: 54px;
  border: 1px solid #e0e0e0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  background-color: #fff;
  padding-top: 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
}
.prev-next-post span {
  display: block;
  position: relative;
}
.prev-next-post span:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  width: 7px;
  height: 15px;
  background-image: url("imgs/arrow-up.png");
  background-repeat: no-repeat;
}
.prev-next-post.prev-post {
  left: -124px;
  text-align: right;
  padding-right: 15px;
}
.prev-next-post.prev-post span:before {
  left: 16px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.prev-next-post.next-post {
  right: -124px;
  text-align: left;
  padding-left: 15px;
}
.prev-next-post.next-post span:before {
  right: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.back-to-all {
  text-align: center;
  padding-top: 45px;
}

.content-editor p {
  color: #313132;
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.content-editor p .intro {
  color: #6a8fb8;
  font-size: 26px;
  font-family: "ElegantGaramondBT-Italic", serif;
  line-height: 26px;
}
.content-editor p .drop-text {
  color: #29486c;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 59px;
  line-height: 0.6;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 12px 8px 0;
  float: left;
}
.content-editor img {
  border: 1px solid #e9e8ed;
}
.content-editor blockquote {
  padding: 30px 2px;
  border: 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0px 0 40px;
}
.content-editor blockquote p {
  margin: 0;
  color: #6a8fb8;
  font-family: "ElegantGaramondBT-Italic", serif;
  font-size: 30px;
  line-height: 32px;
}

.sidebar h4 {
  color: #29486c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.in-story-wrap {
  margin-bottom: 20px;
}
.in-story-wrap .col-one {
  margin-right: 7px;
}
.in-story-wrap .col-one .att-thumb {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center 5px;
  border-radius: 50%;
  background-color: white;
}
.in-story-wrap .col-two {
  width: 150px;
  padding-top: 7px;
}
.in-story-wrap .col-one,
.in-story-wrap .col-two {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.in-story-wrap .in-story {
  color: #313132;
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
  line-height: 14px;
}
.in-story-wrap .in-story-link {
  color: #b34e00;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.related-content-section-title {
  color: #313132;
  text-transform: uppercase;
  line-height: 35px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.related-content-section-title span {
  color: #bdd3ea;
  text-transform: lowercase;
  font-size: 35px;
  font-family: "ElegantGaramondBT-Italic", serif;
  letter-spacing: 0;
}

.link-arrow {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  position: relative;
}
.link-arrow:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 15px;
  background-image: url("imgs/arrow-up.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 7px;
  top: 3px;
}

.latest-posts {
  background-color: #fff;
  padding: 100px 0 74px 0;
  text-align: center;
}
.latest-posts h2 {
  text-align: center;
  margin-bottom: 30px;
}
.latest-posts .frame, .latest-posts .frame-ex {
  max-width: 980px;
}
.latest-posts .latest-posts-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.latest-posts .latest-post-wrap {
  background-repeat: no-repeat;
  background-size: 106%;
  background-position: center;
  padding: 10px;
  width: 100%;
  width: 302px;
  height: 330px;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest-posts .latest-post-wrap:nth-of-type(3n + 1) {
  background-image: url("imgs/image-news1.jpg");
}
.latest-posts .latest-post-wrap:nth-of-type(3n + 2) {
  background-image: url("imgs/image-news2.jpg");
}
.latest-posts .latest-post-wrap:nth-of-type(3n + 3) {
  background-image: url("imgs/image-news3.jpg");
}
.latest-posts .latest-post-wrap:hover {
  background-size: 120%;
}
.latest-posts .latest-post {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
  padding: 30px 20px 26px 20px;
  height: 310px;
}
.latest-posts .post-teaser-title {
  color: #f28d1e;
  font-size: 22px;
  font-family: "ElegantGaramondBT-Italic", serif;
  line-height: 28px;
}
.latest-posts .post-teaser-title a {
  color: #bd5200;
}
.latest-posts .post-teaser-title:after {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #313132;
  position: relative;
  display: block;
  margin: 24px auto;
}
.latest-posts .post-teaser-description {
  color: #5b6065;
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.latest-posts .post-teaser-link {
  color: #bd5200;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  display: inline-block;
}

.sb-pa-wrap {
  margin-bottom: 40px;
}

.sb-pa {
  width: 100%;
  background-color: #fff;
  margin: 7px 0;
  display: table;
}
.sb-pa .sb-pa-icon {
  background-color: #6a8fb8;
  width: 60px;
  height: 60px;
  border: 2px solid #4e7095;
  display: table-cell;
  vertical-align: middle;
}
.sb-pa .sb-pa-icon img {
  width: 58px;
  height: 58px;
}
.sb-pa .sb-pa-name {
  color: #313132;
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
.sb-pa:hover .sb-pa-name {
  color: #f28d1e;
}

.sb-team-member-items {
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 17px;
  font-weight: 400;
}
.sb-team-member-items .sb-team-member-item {
  margin: 11px 0;
}
.sb-team-member-items .sb-team-member-item h4 {
  margin-bottom: 11px;
  font-size: 16px;
}
.sb-team-member-items .sb-team-member-item p {
  font-size: 17px;
}
.sb-team-member-items .sb-item-description p:last-of-type {
  margin-bottom: 44px;
}

article h4 {
  margin-bottom: 14px;
  font-size: 16px;
}
article h3 {
  color: #6a8fb8;
  margin-top: 7px;
}
article ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
article ul li:before {
  content: "»";
  color: #29486c;
  position: absolute;
  left: -15px;
  top: -1px;
}
article p .size-full {
  max-width: 100%;
  height: auto;
}
article .btn {
  margin-right: 4px;
  display: inline-block;
  text-decoration: none !important;
}
article a.orange {
  color: white !important;
}
article a,
article a:active,
article a:visited {
  color: inherit;
  text-decoration: underline;
}
article a:hover, article a.current,
article a:active:hover,
article a:active.current,
article a:visited:hover,
article a:visited.current {
  color: #6a8fb8;
}

.bio-items {
  margin: 10px 0;
}
.bio-items h4 {
  color: #5c7ea4;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.bio-items .bio-item-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.frame-ex {
  max-width: 1040px;
}
.frame-ex .team-member-hl-box > .link-arrow {
  color: #f6b266 !important;
}

.team-member-bio-nav {
  text-align: center;
  background-color: #fff;
  padding: 45px 0 28px;
}
.team-member-bio-nav .btn {
  background-color: #fff;
  color: #bd5200;
  border: 1px solid #e0e0e0;
  padding: 6px 11px;
  margin: 0 5px 12px 5px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
.team-member-bio-nav .btn:hover {
  background-color: #f28d1e;
  color: white;
  border-color: #f28d1e;
}

.team-member-more-info {
  background-color: #a3bfde;
  color: #fff;
  font-size: 0;
  padding: 120px 0 125px 0;
  position: relative;
  border-top: 3px solid #e8e7ec;
}
.team-member-more-info > .frame, .team-member-more-info > .frame-ex {
  text-align: center;
}
.team-member-more-info h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.team-member-more-info .more-info-item-desc,
.team-member-more-info .more-info-item-desc-hidden {
  color: #333333;
  font-size: 17px;
  font-style: italic;
  line-height: 17px;
  text-align: center;
}
.team-member-more-info .more-info-item-desc p,
.team-member-more-info .more-info-item-desc-hidden p {
  font-size: 18px;
}
.team-member-more-info .more-info-item-desc p a,
.team-member-more-info .more-info-item-desc-hidden p a {
  color: inherit !important;
  text-decoration: underline;
}
.team-member-more-info .hide {
  display: none;
}
.team-member-more-info .more-info-item-box {
  width: 100%;
  max-width: 33.333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
.team-member-more-info .more-info-item-box .link-no-arrow {
  color: #29486c;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  position: relative;
}
.team-member-more-info .more-info-item-box .link-no-arrow:active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
  color: #29486c;
}
.team-member-more-info .more-info-item-box .link-no-arrow:hover, .team-member-more-info .more-info-item-box .link-no-arrow.current {
  color: #3e6da3;
}
.team-member-more-info:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 70px 0 70px;
  border-color: #f3f3f3 transparent transparent transparent;
  z-index: 1;
}

.team-member-banner {
  background-image: url("imgs/sample-member-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  height: 592px;
  background-color: #29486c;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(50, 50, 50, 0.47);
  box-shadow: inset 0px 2px 2px 0px rgba(50, 50, 50, 0.47);
}
.team-member-banner .frame, .team-member-banner .frame-ex {
  padding: 0 80px;
  max-width: 800px;
  height: 100%;
  position: relative;
}
.team-member-banner .banner-team-member-img {
  position: absolute;
  bottom: 3px;
  bottom: 0;
  left: 0;
}
.team-member-banner .banner-team-member-img img {
  display: block;
}
.team-member-banner .banner-team-member-info {
  position: absolute;
  bottom: 140px;
  right: 0;
  background-color: #8ca8c7;
  padding: 10px;
  width: 100%;
  max-width: 390px;
  color: #313132;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.team-member-banner .banner-team-member-info > div {
  padding: 40px;
  border: 2px solid #adc6e3;
}
.team-member-banner .banner-team-member-info h1 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #313132;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}
.team-member-banner .banner-team-member-info .tm-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "ElegantGaramondBT-Italic", serif;
  margin-bottom: 20px;
}
.team-member-banner .banner-team-member-info span {
  color: #333333;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}
.team-member-banner .banner-team-member-info .btn {
  background-color: #fff;
  color: #bd5200;
  border: 2px solid #e0e0e0;
  padding: 4px 8px;
}
.team-member-banner .banner-team-member-info .tm-e-mail {
  margin-top: 6px;
  font-size: 18px;
}
.team-member-banner .banner-team-member-info .tm-e-mail a {
  color: inherit;
  font-family: "ElegantGaramondBT-Italic", serif;
}
.team-member-banner .banner-team-member-info .tm-phone {
  margin-top: 6px;
  font-size: 18px;
  font-family: "ElegantGaramondBT-Italic", serif;
}
.team-member-banner .banner-team-member-info .banner-buttons {
  margin-top: 25px;
}
.team-member-banner .banner-team-member-info .banner-buttons a:hover {
  color: #6a8fb8;
  color: white;
  background-color: #bd5200;
  border-color: #bd5200;
}

.bg-orange {
  background-color: #fca442;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-template-page-about-us #site {
  background-color: transparent;
}

.layer-blue {
  background-color: rgba(41, 72, 108, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.current {
  height: 750px;
  background-color: #f3f3f3;
  position: relative;
  z-index: 4;
}

.section-home-slider {
  width: 100%;
  font-size: 0;
  position: relative;
}
.section-home-slider .middle-diamond {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -106px;
  margin-left: -106px;
  width: 212px;
  height: 212px;
  z-index: 2;
}
.section-home-slider .middle-diamond img {
  display: block;
  width: 100%;
  height: auto;
}
.section-home-slider .slick-vertical .slick-slide {
  border: none;
}
.section-home-slider .left-carousel,
.section-home-slider .right-carousel {
  display: inline-block;
  width: 50%;
  height: 670px;
  vertical-align: top;
}
.section-home-slider .left-carousel > button,
.section-home-slider .right-carousel > button {
  display: none !important;
}
.section-home-slider .left-carousel .slide,
.section-home-slider .right-carousel .slide {
  text-align: center;
  height: 670px;
  position: relative;
}
.section-home-slider .left-carousel .inner-slide,
.section-home-slider .right-carousel .inner-slide {
  height: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.section-home-slider .left-carousel .inner-slide .content-wrap,
.section-home-slider .right-carousel .inner-slide .content-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.section-home-slider .left-carousel .inner-slide .content-wrap h1,
.section-home-slider .right-carousel .inner-slide .content-wrap h1 {
  color: white;
  letter-spacing: 2px;
  font-size: 26px;
}
.section-home-slider .left-carousel .inner-slide .content-wrap h1 span,
.section-home-slider .right-carousel .inner-slide .content-wrap h1 span {
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}
.section-home-slider .left-carousel .inner-slide .content-wrap h1 p,
.section-home-slider .right-carousel .inner-slide .content-wrap h1 p {
  line-height: inherit;
  font-size: inherit;
  letter-spacing: 2px;
}
.section-home-slider .left-carousel .inner-slide .content-wrap img,
.section-home-slider .right-carousel .inner-slide .content-wrap img {
  margin: 0 auto 20px;
  max-width: 100px;
  max-height: 130px;
  height: auto;
  width: 100%;
}
.section-home-slider .left-carousel,
.section-home-slider .right-carousel {
  position: relative;
}
.section-home-slider .left-carousel button,
.section-home-slider .right-carousel button {
  display: none !important;
}
.section-home-slider .left-carousel .slide,
.section-home-slider .right-carousel .slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.section-home-slider .left-carousel .layer,
.section-home-slider .right-carousel .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-home-slider .left-carousel .layer {
  background-color: rgba(20, 54, 94, 0.85);
}
.section-home-slider .right-carousel .layer {
  background-color: rgba(20, 54, 94, 0.85);
}
.section-home-slider .mobile-banner {
  display: none;
  height: 360px;
  background-color: #29486c;
  text-align: center;
}
.section-home-slider .mobile-banner .content-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.section-home-slider .mobile-banner .content-wrap .inner-wrap {
  display: table-cell;
  vertical-align: middle;
}
.section-home-slider .mobile-banner .content-wrap .inner-wrap h1 {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  margin: 5px 0 5px;
}
.section-home-slider .mobile-banner .content-wrap .inner-wrap h1 span {
  color: white;
  font-size: 40px;
  text-transform: none;
  font-family: "ElegantGaramondBT-Italic", serif;
  display: block;
}
.section-home-slider .mobile-banner .content-wrap .inner-wrap img {
  width: 110px;
  height: auto;
}

.section-home-page-footer {
  position: relative;
  height: 570px;
}
.section-home-page-footer .frame, .section-home-page-footer .frame-ex {
  max-width: 100%;
  height: 100%;
}
.section-home-page-footer .frame .content-wrap, .section-home-page-footer .frame-ex .content-wrap {
  height: 100%;
}
.section-home-page-footer .content-circle {
  width: 626px;
  height: 626px;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  background-color: white;
  text-align: center;
  position: absolute;
  top: -287px;
  left: 50%;
  margin-left: -313px;
  z-index: 5;
}
.section-home-page-footer .content-circle .inner-circle {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.section-home-page-footer .content-circle .inner-circle .fade-block {
  display: block;
  width: 90px;
  height: 300px;
  background-color: white;
  position: absolute;
  top: 300px;
  background: transparent;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
}
.section-home-page-footer .content-circle .inner-circle .block-left {
  left: 0;
}
.section-home-page-footer .content-circle .inner-circle .block-right {
  right: 0;
}
.section-home-page-footer .content-circle .inner-circle .content-circle-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
  position: relative;
  z-index: 3;
}
.section-home-page-footer .content-circle .inner-circle .content-circle-wrap h2 {
  margin-bottom: 20px;
}
.section-home-page-footer .bg-image-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
}
.section-home-page-footer .bg-image-block .bg-image {
  width: 100%;
  height: 100%;
  background-position: 50% 4%;
}

.section-team-slider {
  padding-bottom: 65px;
}
.section-team-slider .frame, .section-team-slider .frame-ex {
  max-width: 100%;
}
.section-team-slider .content-wrap {
  padding: 90px 0 0px;
  background: white;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: linear-gradient(white, #f0f0f0);
  /* Standard syntax */
}
.section-team-slider .content-wrap > h2 {
  text-align: center;
  margin-bottom: 50px;
}
.section-team-slider .content-wrap > h2 span {
  color: #6a8fb8;
}
.section-team-slider .team-member-slider-container .btn {
  position: absolute;
  left: 50%;
  margin-left: -62px;
  bottom: -44px;
}
.section-team-slider .team-member-slider-container .team-member-slider {
  position: relative;
  border-bottom: 2px solid #f3f3f3;
}
.section-team-slider .team-member-slider-container .team-member-slider .link-arrow {
  position: absolute;
  bottom: -41px;
}
.section-team-slider .team-member-slider-container .team-member-slider .link-arrow:hover {
  cursor: pointer;
}
.section-team-slider .team-member-slider-container .team-member-slider .main-prev {
  left: 50%;
  margin-left: -120px;
}
.section-team-slider .team-member-slider-container .team-member-slider .main-prev:after {
  display: none;
}
.section-team-slider .team-member-slider-container .team-member-slider .main-prev:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 15px;
  background-image: url("imgs/arrow-up.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -8px;
  top: 3px;
}
.section-team-slider .team-member-slider-container .team-member-slider .main-next {
  right: 50%;
  margin-right: -120px;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide {
  position: relative;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide img {
  max-width: 300px;
  height: auto;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide a {
  display: block;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide a:hover img {
  opacity: 0.7;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper {
  position: absolute;
  right: 0;
  top: 70px;
  display: table;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: rgba(106, 143, 184, 0.5);
  text-align: center;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper .team-meta {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper .team-meta h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: white;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper .team-meta h4 {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-page-careers .banner-special {
  height: 740px;
}

.banner-special {
  height: 610px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-special .frame, .banner-special .frame-ex {
  height: 100%;
}
.banner-special .content-wrap {
  height: 100%;
  width: 100%;
  display: table;
}
.banner-special .banner-meta {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}
.banner-special .banner-meta .inner-meta {
  max-width: 610px;
  margin: 0 auto 0;
}
.banner-special .banner-meta img {
  width: 112px;
  height: auto;
  margin-bottom: 20px;
}
.banner-special .banner-meta p .intro {
  display: block;
  padding: 15px;
  font-size: 30px;
  font-family: "ElegantGaramondBT-Italic", serif;
  line-height: 26px;
}

.section-pb-teasers {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1600px auto;
}
.section-pb-teasers .content-wrap {
  padding-top: 60px;
  padding-bottom: 800px;
}
.section-pb-teasers .pb-row {
  font-size: 0;
  text-align: left;
}
.section-pb-teasers .pb-row .pb-teaser {
  margin-right: 26px;
  margin-bottom: 22px;
}
.section-pb-teasers .pb-row .pb-teaser:last-of-type {
  margin-right: 0;
}
.section-pb-teasers .pb-row .bpb-teaser {
  width: 466px;
  height: 466px;
  border: 2px solid black;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 62px;
  background-color: #29486c;
}
.section-pb-teasers .pb-row .bpb-teaser .bpb-table {
  display: table;
  height: 100%;
  width: 100%;
}
.section-pb-teasers .pb-row .bpb-teaser .meta-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 6px;
}
.section-pb-teasers .pb-row .bpb-teaser .meta-wrapper h2 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
}
.section-pb-teasers .pb-row .bpb-teaser .meta-wrapper h2 span {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  color: inherit;
  font-weight: 700;
}
.section-pb-teasers .pb-row .bpb-teaser .meta-wrapper img {
  margin-bottom: 20px;
}
.section-pb-teasers .pb-row .bpb-teaser .meta-wrapper p {
  font-family: "ElegantGaramondBT-Italic", serif;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.1;
  color: white;
}
.section-pb-teasers .pb-row .bpb-teaser .meta-wrapper a {
  color: #29486c;
}
.section-pb-teasers .pb-row .spb-teaser {
  width: 220px;
  height: 466px;
  border: 2px solid black;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  padding: 38px 30px 0;
}
.section-pb-teasers .pb-row .spb-teaser .img-wrapper {
  width: 77px;
  height: 77px;
  border: 1px solid black;
  border-radius: 50%;
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0;
  overflow: hidden;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-pb-teasers .pb-row .spb-teaser h5 {
  color: #29486c;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-pb-teasers .pb-row .spb-teaser p {
  font-family: "ElegantGaramondBT-Italic", serif;
  font-size: 18px;
  margin-bottom: 12px;
}
.section-pb-teasers .pb-row .spb-teaser p a {
  display: block;
}
.section-pb-teasers .pb-row .spb-teaser a:hover .img-wrapper {
  background-color: #f28d1e;
}
.section-pb-teasers .al-right .bpb-teaser {
  background-color: #bccfe7;
}
.section-pb-teasers .al-right .bpb-teaser .bpb-table .meta-wrapper p {
  color: #333333;
}
.section-pb-teasers .al-right .bpb-teaser .bpb-table .meta-wrapper a {
  color: #29486c;
}
.section-pb-teasers .al-left .bpb-teaser {
  background-color: #29486c;
}
.section-pb-teasers .al-left .bpb-teaser .bpb-table .meta-wrapper a {
  color: #f6b266;
}
.section-pb-teasers .al-left .bpb-teaser h2 {
  color: white;
}

.section-nfa-page {
  background-color: #92afd0;
}
.section-nfa-page h1,
.section-nfa-page h2 {
  text-align: center;
  color: #333333;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
}
.section-nfa-page h1 span,
.section-nfa-page h2 span {
  color: #29486c;
}
.section-nfa-page .content-wrap {
  padding: 130px 0 120px;
}

.section-nfa .row-nfa {
  font-size: 0;
  text-align: center;
}
.section-nfa .row-nfa .col {
  display: inline-block;
  vertical-align: top;
  margin: 6px;
}
.section-nfa .row-nfa .col .inline-popup {
  background-color: green;
}
.section-nfa .row-nfa .col .inline-popup #inline-popup {
  padding: 20px;
  background-color: red;
}
.section-nfa .row-nfa .col-single {
  width: 462px;
  height: 462px;
}
.section-nfa .row-nfa .col-single .nfa-block-wrapper {
  width: 100%;
  height: 100%;
  background-color: #a4bfde;
}
.section-nfa .row-nfa .col-single .nfa-block-wrapper .nfa-block {
  width: 100%;
  height: 100%;
}
.section-nfa .row-nfa .col-double {
  width: 225px;
  height: 466px;
}
.section-nfa .row-nfa .col-double .nfa-block-wrapper {
  margin-bottom: 11px;
  width: 225px;
  height: 225px;
  background-color: #a4bfde;
}
.section-nfa .row-nfa .nfa-block-wrapper {
  border: 1px solid #87a1c0;
  display: inline-block;
}
.section-nfa .row-nfa .nfa-block-wrapper h2 {
  color: #29486c !important;
}
.section-nfa .row-nfa .nfa-block-wrapper h5,
.section-nfa .row-nfa .nfa-block-wrapper p {
  color: #333333 !important;
}
.section-nfa .row-nfa .nfa-block-wrapper:hover {
  background-color: white;
}
.section-nfa .row-nfa .nfa-block-wrapper:hover .nfa-meta h2 {
  color: #6a8fb8;
  text-shadow: 1px 1px white;
}
.section-nfa .row-nfa .nfa-block-wrapper:hover .nfa-meta h2 span {
  color: #6a8fb8;
}
.section-nfa .row-nfa .nfa-block-wrapper:hover .nfa-meta h5 {
  color: #6a8fb8;
}
.section-nfa .row-nfa .nfa-block-wrapper:hover .nfa-meta p {
  color: #6a8fb8;
}
.section-nfa .nfa-block {
  height: 100%;
}
.section-nfa .image-teaser {
  display: table;
  position: relative;
}
.section-nfa .image-teaser .teaser-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-nfa .image-teaser .nfa-meta {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-nfa .image-teaser .nfa-meta h2 {
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 1px #6a8fb8;
}
.section-nfa .image-teaser .nfa-meta h2 span {
  font-size: 45px;
  color: white;
}
.section-nfa .quote-teaser {
  display: table;
  width: 100%;
}
.section-nfa .quote-teaser .nfa-meta {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 34px;
}
.section-nfa .quote-teaser h5 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-nfa .quote-teaser hr {
  width: 104px;
  margin: 14px auto 13px;
  background-color: #f3f3f3;
  border-top: none;
  height: 2px;
}
.section-nfa .quote-teaser p {
  color: #fff;
  font-size: 22px;
  font-family: "ElegantGaramondBT-Italic", serif;
  line-height: 1;
  margin-bottom: 0;
}

.feat-attorneys {
  text-align: center;
  margin-bottom: 22px;
}

.feat-attorney {
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
}
.feat-attorney a {
  display: inline-block;
  vertical-align: top;
}
.feat-attorney a:hover .att-thumb {
  background-color: white;
}
.feat-attorney .att-thumb {
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: 94px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #ffab4f;
  margin: 0 auto 8px;
}
.feat-attorney .position {
  font-size: 14px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-right: 4px;
}
.feat-attorney .name {
  font-family: "ElegantGaramondBT-Italic", serif;
  font-size: 18px;
  color: #333333;
}

.home .section-practice-area .triangles {
  border-bottom-color: #f3f3f3;
}
.home .current .triangles {
  border-bottom-color: white;
}
.home .section-home-page-footer {
  z-index: 6;
}
.home .section-home-page-footer .triangles {
  border-bottom-color: #92afd0;
}
.home .section-nfa-page {
  position: relative;
  z-index: 6;
  text-align: center;
}
.home .section-nfa-page .section-nfa {
  margin-bottom: 25px;
}
.home .section-nfa-page .content-wrap {
  padding-top: 65px;
}

footer {
  position: relative;
  z-index: 6;
}

.banner-special {
  background-color: #00009894;
  background-blend-mode: color;
}

.section-pb-teasers {
  z-index: 4;
  position: relative;
}

.section-practice-footer {
  background-color: #f28d1e;
  text-align: center;
}
.section-practice-footer .content-wrap {
  padding: 65px 0 75px;
}
.section-practice-footer h2 {
  color: #333333;
  max-width: 610px;
  margin: 0 auto 20px;
}
.section-practice-footer h2 span {
  color: #333333;
}

.section-practice-page-footer {
  background-position: center bottom;
}
.section-practice-page-footer .content-wrap {
  padding: 130px 0 270px;
  text-align: center;
  margin: 0 auto 0;
  max-width: 470px;
}
.section-practice-page-footer .content-wrap h2 {
  margin-bottom: 20px;
}

.section-practice-highlight {
  position: relative;
  z-index: 4;
}
.section-practice-highlight .team-member-highlights-wrap .team-member-hl-title {
  font-family: "Archivo Narrow", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
}
.section-practice-highlight .team-member-hl-description .link-no-arrow {
  margin-top: 10px;
  display: inline-block;
}
.section-practice-highlight .hide {
  display: none;
}

.section-practice-intro {
  background-color: #92afd0;
  position: relative;
  z-index: 4;
}
.section-practice-intro .content-wrap {
  padding: 65px 0 80px;
  max-width: 630px;
  margin: 0 auto 0;
  text-align: center;
}
.section-practice-intro .content-wrap p {
  color: #333333;
}
.section-practice-intro .content-wrap p .intro {
  color: #313132;
  font-size: 30px;
  font-family: "ElegantGaramondBT-Italic", serif;
  line-height: 26px;
}

.section-pa-banner {
  height: 600px;
}
.section-pa-banner .triangles {
  border-bottom-color: #92afd0;
}
.section-pa-banner .frame, .section-pa-banner .frame-ex {
  height: 100%;
}
.section-pa-banner .content-wrap {
  height: 100%;
}
.section-pa-banner .title-box {
  background-color: rgba(41, 72, 108, 0.8);
  width: 100%;
  height: 177px;
  padding: 10px;
  display: table;
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  top: 180px;
}
.section-pa-banner .title-box .title-meta {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-pa-banner .title-box .title-meta h1 {
  color: white;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 40px;
}

.section-jump .pa-jump-menu {
  text-align: center;
}
.section-jump .pa-jump-menu .content-wrap {
  padding: 40px 0 40px;
}
.section-jump .pa-jump-menu .content-wrap .btn-white {
  margin: 4px 4px;
}
.section-jump .pa-jump-items {
  background-color: #f3f3f3;
}
.section-jump .pa-jump-items .area-summary-block {
  border-bottom: 2px solid white;
}
.section-jump .pa-jump-items .area-summary-block .block-content-wrap {
  padding: 85px 0 70px;
  width: 100%;
  display: table;
}
.section-jump .pa-jump-items .area-summary-block .col-one,
.section-jump .pa-jump-items .area-summary-block .col-two {
  display: table-cell;
  vertical-align: top;
}
.section-jump .pa-jump-items .area-summary-block .col-one {
  width: 34%;
  text-align: right;
  padding-right: 50px;
}
.section-jump .pa-jump-items .area-summary-block .col-one h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.section-jump .pa-jump-items .area-summary-block .col-one p {
  font-size: 24px;
  color: #6a8fb8;
  font-family: "ElegantGaramondBT-Italic", serif;
}
.section-jump .pa-jump-items .area-summary-block .col-two {
  width: 66%;
  line-height: 1.2;
}
.section-jump .pa-jump-items .area-summary-block .col-two p {
  margin-bottom: 20px;
}
.section-jump .pa-jump-items .area-summary-block .col-two ul {
  margin-top: 0;
}
.section-jump .pa-jump-items .area-summary-block .col-two ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-jump .pa-jump-items .area-summary-block .col-two ul li:before {
  content: "»";
  color: #6a8fb8;
  position: absolute;
  left: -15px;
  top: -1px;
}
.section-jump .pa-jump-items .area-summary-block .col-two a {
  font-size: 12px;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.section-jump .pa-jump-items .area-summary-block .col-two .readmorebtn {
  color: #b34e00;
}
.section-jump .pa-jump-items .area-summary-block .col-two .readmorebtn:hover {
  cursor: pointer;
}
.section-jump .pa-jump-items .area-summary-block .col-two .hide {
  display: none;
}

.page-template-template-news-landing .section-pa-banner .content-wrap {
  text-align: center;
}
.page-template-template-news-landing .section-pa-banner a {
  max-width: 675px;
  height: 177px;
  margin: 0 auto 0;
  display: inline-block;
  position: relative;
  z-index: 8;
  top: 180px;
}
.page-template-template-news-landing .section-pa-banner a .title-box {
  background-color: rgba(242, 141, 30, 0.8);
  position: static;
}
.page-template-template-news-landing .section-pa-banner a .title-box .title-meta h1 {
  font-size: 26px;
  color: white;
}
.page-template-template-news-landing .section-pa-banner a .title-box .title-meta h1 span {
  color: white;
  font-weight: 400;
  font-size: 40px;
}
.page-template-template-news-landing .section-pa-banner a:hover .title-box {
  background-color: rgba(41, 72, 108, 0.8);
}
.page-template-template-news-landing .section-pa-banner .img-shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.page-template-template-news-landing .section-pa-banner .img-shadow img {
  width: 100%;
}
.page-template-template-news-landing .section-pa-banner .triangles {
  border-bottom-color: white;
}
.page-template-template-news-landing .section-posts {
  background-color: white;
  position: relative;
  z-index: 4;
  text-align: center;
}
.page-template-template-news-landing .section-posts .filter-nav {
  text-align: center;
  margin-bottom: 45px;
}
.page-template-template-news-landing .section-posts .filter-nav span {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-bottom: 10px;
}
.page-template-template-news-landing .section-posts .filter-nav nav {
  display: inline-block;
}
.page-template-template-news-landing .section-posts .filter-nav nav ul {
  margin: 0;
  padding-left: 5px;
}
.page-template-template-news-landing .section-posts .filter-nav nav ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 10px;
}
.page-template-template-news-landing .latest-posts .latest-posts-wrap .latest-post-wrap {
  text-align: center;
  margin: 7px;
}

.section-social {
  text-align: center;
  background-color: #51759d;
  z-index: 3;
}
.section-social .content-wrap {
  font-size: 0;
  padding: 75px 0 80px;
}
.section-social .social-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 220px;
  max-width: 21%;
  margin: 0 40px;
}
.section-social .social-wrapper img {
  margin-bottom: 15px;
}
.section-social .social-wrapper h4 {
  font-size: 45px;
  color: #bdd3ea;
  margin-bottom: 6px;
  font-family: "ElegantGaramondBT-Italic", serif;
  line-height: 0.9;
}
.section-social .social-wrapper p {
  color: white;
  margin-bottom: 20px;
}

.section-greatest {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 6;
  background-color: #f3f3f3;
}
.section-greatest .content-wrap {
  padding: 65px 0 330px;
  text-align: center;
  position: relative;
}
.section-greatest h2 {
  text-align: center;
  margin-bottom: 30px;
}

#cboxLoadedContent .popup-content {
  padding: 55px 40px 30px;
}
#cboxLoadedContent .popup-content .popup-wrap {
  width: 100%;
  display: table;
}
#cboxLoadedContent .popup-content .popup-wrap .col-1,
#cboxLoadedContent .popup-content .popup-wrap .col-2 {
  display: table-cell;
  vertical-align: top;
}
#cboxLoadedContent .popup-content .popup-wrap .col-1 {
  padding-right: 33px;
}
#cboxLoadedContent .popup-content .popup-wrap .img-thumb {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  border: 2px solid black;
  background-repeat: no-repeat;
  background-size: 206px 206px;
  background-position: -3px -2px;
}
#cboxLoadedContent .popup-content .popup-wrap .tease-content h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 22px;
  color: #333333;
  text-transform: uppercase;
}
#cboxLoadedContent .popup-content .popup-wrap .tease-content p {
  font-size: 20px;
}

#cboxContent {
  border: 7px solid #6a8fb8;
}
#cboxContent #cboxClose {
  color: #6a8fb8;
  margin: 0 10px 10px 0;
}

.sticky {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  right: 0;
  left: 0;
  top: 110px;
  z-index: 9;
  border-top: 0;
  background-color: white;
}

.tall {
  margin-top: 108px;
}

.addtoany_share_save_container {
  display: none;
}

article > .addtoany_list {
  left: -4px !important;
  display: block !important;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 !important;
  opacity: 0;
}

.a2a_kit .a2a_button_facebook,
.a2a_kit .a2a_button_twitter,
.a2a_kit .a2a_button_linkedin {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.a2a_kit .a2a_button_facebook img,
.a2a_kit .a2a_button_twitter img,
.a2a_kit .a2a_button_linkedin img {
  width: 30px !important;
  height: 30px !important;
}

.show {
  display: block;
}

.home-page-jumper {
  position: absolute;
  z-index: 999;
  position: fixed;
  width: 45px;
  height: 180px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 5px;
  color: white;
  background-color: #f28d1e;
  text-align: center;
}
.home-page-jumper span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  display: inline-block;
  margin-bottom: 14px;
}
.home-page-jumper .jump-dots {
  text-align: center;
}
.home-page-jumper .jump-dots a {
  width: 13px;
  height: 13px;
  display: block;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  position: relative;
}
.home-page-jumper .jump-dots a .circle {
  width: 13px;
  height: 13px;
  background-color: white;
  border-radius: 50%;
}
.home-page-jumper .jump-dots a .jump-title {
  opacity: 0;
  position: absolute;
  top: -3px;
  left: 29px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3px;
  color: #f28d1e;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  width: 120px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-page-jumper .jump-dots a:hover .circle {
  background-color: #d75f00;
}
.home-page-jumper .jump-dots a:hover .jump-title {
  opacity: 1;
  visibility: visible;
}
.home-page-jumper .jump-arrow-up,
.home-page-jumper .jump-arrow-down {
  position: absolute;
  left: 0px;
  width: 45px;
  height: auto;
}
.home-page-jumper .jump-arrow-up {
  top: -40px;
}
.home-page-jumper .jump-arrow-down {
  bottom: -40px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.arrow_box {
  background: #f28d1e;
}

.arrow_box:before {
  top: -46px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f28d1e;
  border-width: 23px;
  margin-left: -24px;
}

.arrow_box:after {
  bottom: -46px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f28d1e;
  border-width: 23px;
  margin-left: -24px;
}

.fill .circle {
  background-color: #d75f00 !important;
}

.error404 #main-content {
  background-color: #29486c;
  background-repeat: no-repeat;
  background-position: center center;
  height: 460px;
}
.error404 #main-content .table {
  display: table;
  width: 300px;
  height: 100%;
  margin: 0 auto 0;
}
.error404 #main-content h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 300px;
  margin: 0 auto 0;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  text-shadow: 1px 1px black;
  line-height: 1.2;
  color: #7b9fc9;
}
.error404 #main-content h1 span {
  color: white;
  text-transform: none;
  font-weight: 400;
}

.section-rollout {
  background-color: #29486c;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-rollout .triangles {
  border-bottom-color: #f3f3f3;
}
.section-rollout .content-wrap {
  padding: 110px 0 240px;
  position: relative;
  z-index: 4;
}
.section-rollout .row-bubble-main {
  text-align: center;
}
.section-rollout .row-bubble-main .bubble-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.section-rollout .row-bubble-main .bubble-wrapper .bubble-main:hover {
  cursor: pointer;
  background-color: #f28d1e;
}
.section-rollout .row-bubble-main .bubble-wrapper .bubble-main:hover .text {
  color: white;
}
.section-rollout .row-bubble-main .bubble-wrapper .bubble-main:hover .icon-plus svg circle {
  fill: white;
}
.section-rollout .row-bubble-main .bubble-wrapper .bubble-main:hover .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout .row-bubble-main .open .bubble-main {
  background-color: #f28d1e;
}
.section-rollout .row-bubble-main .open .bubble-main .text {
  color: white;
}
.section-rollout .row-bubble-main .open .bubble-main .bubble-bar {
  display: block;
}
.section-rollout .row-bubble-main .open .bubble-main .icon-plus svg circle {
  fill: white;
}
.section-rollout .row-bubble-main .open .bubble-main .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout .row-bubble-main .bubble-main {
  display: table;
  width: 294px;
  height: 294px;
  border-radius: 50%;
  border: 1px solid #f28d1e;
  text-align: center;
  position: relative;
}
.section-rollout .row-bubble-main .bubble-main .bubble-bar {
  display: none;
  position: absolute;
  bottom: -62px;
  width: 2px;
  background-color: #f28d1e;
  height: 65px;
  left: 50%;
  margin-left: -1px;
}
.section-rollout .row-bubble-main .bubble-main .text {
  display: table-cell;
  vertical-align: middle;
  font-family: "ElegantGaramondBT-Italic", serif;
  font-size: 40px;
  color: #f28d1e;
  position: relative;
  line-height: 0.8;
}
.section-rollout .row-bubble-main .bubble-main .text span {
  color: white;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}
.section-rollout .row-bubble {
  text-align: center;
  width: 681px;
  margin: 0 auto;
}
.section-rollout .row-bubble .sub-bubble-wrapper {
  display: none;
}
.section-rollout .row-bubble .sub-bubble {
  position: relative;
  text-align: center;
  margin: 0 30px;
}
.section-rollout .row-bubble .sub-bubble .bubble-bar {
  display: none;
  position: absolute;
  top: -12px;
  width: 2px;
  background-color: #f28d1e;
  height: 12px;
  left: 50%;
  margin-left: -1px;
}
.section-rollout .row-bubble .sub-bubble .sub-message {
  display: none;
  position: absolute;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  top: 210px;
  color: white;
  font-size: 17px;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.section-rollout .row-bubble .sub-bubble .sub-message .link-arrow {
  margin-top: 12px;
  display: block;
}
.section-rollout .down-arrow {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -5px;
}
.section-rollout .show-row {
  display: block;
  margin-top: 60px;
  border-top: 2px solid #f28d1e;
}
.section-rollout .show-row .sub-bubble-wrapper {
  display: inline-block;
  vertical-align: top;
}
.section-rollout .show-row .sub-bubble-wrapper:hover {
  cursor: pointer;
}
.section-rollout .show-row .sub-bubble-wrapper:hover .sub-bubble {
  background-color: #f28d1e;
}
.section-rollout .show-row .sub-bubble-wrapper:hover .icon-plus svg circle {
  fill: white;
}
.section-rollout .show-row .sub-bubble-wrapper:hover .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout .show-row .sub-bubble {
  margin-top: 11px;
}
.section-rollout .show-row .sub-bubble .bubble-bar {
  display: block;
}
.section-rollout .show-row .show-message {
  position: relative;
}
.section-rollout .show-row .show-message .sub-message {
  display: block !important;
}
.section-rollout .show-row .show-message .sub-bubble {
  background-color: #f28d1e;
}
.section-rollout .show-row .show-message .sub-bubble .down-arrow {
  display: block;
}
.section-rollout .show-row .show-message .icon-plus svg circle {
  fill: white;
}
.section-rollout .show-row .show-message .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout .show-row .sub-bubble {
  display: table;
  padding: 0 20px;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  border: 1px solid #f28d1e;
}
.section-rollout .show-row .sub-bubble .sub-meta {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.section-rollout-careers {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  min-height: 450px;
}
.section-rollout-careers .triangles {
  border-bottom-color: #f3f3f3;
}
.section-rollout-careers .content-wrap {
  padding: 110px 0 90px;
  position: relative;
  z-index: 4;
}
.section-rollout-careers .row-bubble-main {
  text-align: center;
}
.section-rollout-careers .row-bubble-main .bubble-wrapper-careers {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.section-rollout-careers .row-bubble-main .bubble-wrapper-careers .bubble-main:hover {
  cursor: pointer;
  background-color: #f28d1e;
}
.section-rollout-careers .row-bubble-main .bubble-wrapper-careers .bubble-main:hover .text {
  color: #333333;
}
.section-rollout-careers .row-bubble-main .bubble-wrapper-careers .bubble-main:hover .icon-plus svg circle {
  fill: white;
}
.section-rollout-careers .row-bubble-main .bubble-wrapper-careers .bubble-main:hover .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout-careers .row-bubble-main .open .bubble-main {
  background-color: #f28d1e;
}
.section-rollout-careers .row-bubble-main .open .bubble-main .text {
  color: #333333;
}
.section-rollout-careers .row-bubble-main .open .bubble-main .bubble-bar {
  display: block;
}
.section-rollout-careers .row-bubble-main .open .bubble-main .icon-plus svg circle {
  fill: white;
}
.section-rollout-careers .row-bubble-main .open .bubble-main .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout-careers .row-bubble-main .bubble-main {
  display: table;
  width: 294px;
  height: 294px;
  border-radius: 50%;
  border: 1px solid #f28d1e;
  text-align: center;
  position: relative;
}
.section-rollout-careers .row-bubble-main .bubble-main .bubble-bar {
  display: none;
  position: absolute;
  bottom: -62px;
  width: 2px;
  background-color: #f28d1e;
  height: 65px;
  left: 50%;
  margin-left: -1px;
}
.section-rollout-careers .row-bubble-main .bubble-main .text {
  display: table-cell;
  vertical-align: middle;
  font-family: "ElegantGaramondBT-Italic", serif;
  font-size: 35px;
  color: #333333;
  position: relative;
  line-height: 0.8;
}
.section-rollout-careers .row-bubble-main .bubble-main .text span {
  color: #333333;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}
.section-rollout-careers .row-bubble {
  text-align: center;
  width: 1060px;
  margin: 0 auto;
}
.section-rollout-careers .row-bubble .sub-bubble {
  display: none;
  position: relative;
  text-align: center;
  margin: 0 5px;
}
.section-rollout-careers .row-bubble .sub-bubble .bubble-bar {
  display: none;
  position: absolute;
  top: -12px;
  width: 2px;
  background-color: #f28d1e;
  height: 12px;
  left: 50%;
  margin-left: -1px;
}
.section-rollout-careers .row-bubble .sub-bubble .sub-message {
  display: none;
  position: absolute;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  top: 210px;
  color: white;
  font-size: 17px;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.section-rollout-careers .row-bubble .sub-bubble .sub-message .link-arrow {
  margin-top: 12px;
  display: block;
}
.section-rollout-careers .down-arrow {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -5px;
}
.section-rollout-careers .show-row {
  display: block;
  margin-top: 60px;
  border-top: 2px solid #f28d1e;
}
.section-rollout-careers .show-row .sub-bubble-wrapper {
  display: inline-block;
  vertical-align: top;
}
.section-rollout-careers .show-row .sub-bubble-wrapper:hover {
  cursor: pointer;
}
.section-rollout-careers .show-row .sub-bubble-wrapper:hover .sub-bubble {
  background-color: #f28d1e;
}
.section-rollout-careers .show-row .sub-bubble-wrapper:hover .sub-bubble .sub-meta {
  color: white;
}
.section-rollout-careers .show-row .sub-bubble-wrapper:hover .icon-plus svg circle {
  fill: white;
}
.section-rollout-careers .show-row .sub-bubble-wrapper:hover .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout-careers .show-row .sub-bubble {
  margin-top: 11px;
}
.section-rollout-careers .show-row .sub-bubble .bubble-bar {
  display: block;
}
.section-rollout-careers .show-row .show-message {
  position: relative;
}
.section-rollout-careers .show-row .show-message .sub-message {
  display: block !important;
}
.section-rollout-careers .show-row .show-message .sub-bubble {
  background-color: #f28d1e;
}
.section-rollout-careers .show-row .show-message .sub-bubble .down-arrow {
  display: block;
}
.section-rollout-careers .show-row .show-message .sub-bubble .sub-meta {
  color: white;
}
.section-rollout-careers .show-row .show-message .icon-plus svg circle {
  fill: white;
}
.section-rollout-careers .show-row .show-message .icon-plus svg path {
  fill: #f28d1e;
}
.section-rollout-careers .show-row .sub-bubble {
  display: table;
  padding: 0 20px;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  border: 1px solid #f28d1e;
}
.section-rollout-careers .show-row .sub-bubble .sub-meta {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-rollout-careers .show-row .sub-bubble .sub-meta span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.icon-plus {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 13%;
}

.bubble-rollout {
  background-color: #f5a44b;
}
.bubble-rollout .bubble-rollout-content-wrapper {
  font-size: 0;
  display: none;
  padding: 85px 0 70px;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-one,
.bubble-rollout .bubble-rollout-content-wrapper .col-two {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-one {
  width: 38%;
  color: white;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  padding-right: 65px;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two {
  width: 62%;
  color: white;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two h3,
.bubble-rollout .bubble-rollout-content-wrapper .col-two h4 {
  color: white;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two ul {
  margin-top: 0;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  line-height: 1.2;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two ul li:before {
  content: "»";
  color: white;
  position: absolute;
  left: -15px;
  top: -1px;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two .btn {
  background-color: white;
  border: 1px solid white;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two .btn span {
  color: #f28d1e;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two .btn:hover {
  background-color: #f28d1e;
  border: 1px solid white;
}
.bubble-rollout .bubble-rollout-content-wrapper .col-two .btn:hover span {
  color: white;
}
.bubble-rollout .show-bubble {
  display: block;
}

.searchandfilter ul {
  padding-left: 0;
}

.page-template-template-simple .frame-main {
  float: none;
  max-width: 100%;
  display: block;
}
.page-template-template-simple .frame-main .content-wrap {
  padding: 80px 0;
}

section.module.parallax-2 {
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.parallax.bg-image {
  background-position: 50% 0%;
}

.hide-this {
  opacity: 0;
  position: relative;
  top: 20px;
}
.hide-this p {
  background: #29486c;
  padding: 25px;
  outline: 1px solid #ffffff6b;
  outline-offset: -10px;
}

.value-content-wrapper p {
  padding: 0 !important;
  background: none !important;
  outline: none !important;
}

.right-carousel,
.left-carousel {
  overflow: hidden;
}

.section-responsive-rollout {
  background-color: #29486c;
  display: none;
  position: relative;
  z-index: 3;
}
.section-responsive-rollout .frame, .section-responsive-rollout .frame-ex {
  width: 100%;
}
.section-responsive-rollout .content-wrap {
  padding: 16px 0 16px;
}

/* --------------------------------
Main Components
-------------------------------- */
.cd-accordion-menu {
  width: 90%;
  max-width: 600px;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
}

.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
  /* icons */
}

.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.cd-accordion-menu .level-1 > label:after {
  width: 40px;
  height: 40px;
  top: 130px;
  left: 50%;
  margin-left: -20px;
  background-image: url(imgs/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cd-accordion-menu .level-1 > input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-image: url(imgs/icon-minus-white.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu .level-2 > label:after {
  width: 30px;
  height: 30px;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  background-image: url(imgs/icon-plus-orange.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cd-accordion-menu .level-2 > input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-image: url(imgs/icon-minus-orange.svg);
  background-repeat: no-repeat;
}

.cd-accordion-menu label::after {
  /* folder icons */
}

.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
}

.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-accordion-menu {
  padding-left: 0;
  margin: 0 auto;
}
.cd-accordion-menu li {
  list-style-type: none;
}
.cd-accordion-menu ul {
  padding-left: 0;
}
.cd-accordion-menu .level-1 {
  background-color: #f28d1e;
  border: 2px solid #f28d1e;
  margin-bottom: 15px;
}
.cd-accordion-menu .level-1 > label {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  padding: 30px 30px 70px 30px;
  line-height: 0.6;
  letter-spacing: 2px;
  font-weight: 700;
  color: white;
}
.cd-accordion-menu .level-1 > label > span {
  font-size: 38px;
  text-transform: none;
  font-family: "ElegantGaramondBT-Italic", serif;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0px;
}
.cd-accordion-menu .level-1 > ul {
  border-bottom: 2px solid #f28d1e;
  display: none;
}
.cd-accordion-menu .level-1 > ul:last-of-type {
  border-bottom: none;
}
.cd-accordion-menu .level-2 {
  background-color: white;
}
.cd-accordion-menu .level-2 > label {
  text-align: left;
  padding: 25px 60px 25px 10px;
  font-size: 20px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}
.cd-accordion-menu .level-2 > label .bg-header {
  color: #6a8fb8;
  color: #29486c;
  color: #f28d1e;
}
.cd-accordion-menu .level-2 > ul {
  display: none;
}
.cd-accordion-menu .level-3 {
  background-color: #f9ca97;
}
.cd-accordion-menu .level-3 > .roll-message {
  text-align: left;
  padding: 30px 12px 20px 12px;
  font-size: 16px;
  font-family: "ElegantGaramondBT-Roman", serif;
}
.cd-accordion-menu .level-3 > .roll-message p {
  margin-bottom: 0;
}
.cd-accordion-menu .level-3 > .roll-message ul li:before {
  content: "»";
  color: white;
  position: absolute;
  left: -15px;
  top: -1px;
}
.cd-accordion-menu .level-3 > .roll-message .btn {
  display: inline-block;
  background-color: white;
  margin-top: 15px;
}
.cd-accordion-menu .level-3 > .roll-message .btn span {
  color: #f28d1e;
}
.cd-accordion-menu .level-3 > .roll-message .btn:hover, .cd-accordion-menu .level-3 > .roll-message .btn.current {
  background-color: #f28d1e;
}
.cd-accordion-menu .level-3 > .roll-message .btn:hover span, .cd-accordion-menu .level-3 > .roll-message .btn.current span {
  color: white;
}
.cd-accordion-menu .level-3 > ul {
  display: none;
}

.page-template-page-careers .section-responsive-rollout {
  background-color: white;
}
.page-template-page-careers .cd-accordion-menu .level-3 > .roll-message {
  padding-left: 25px;
}
.page-template-page-careers .cd-accordion-menu .level-3 > .roll-message p,
.page-template-page-careers .cd-accordion-menu .level-3 > .roll-message li {
  font-size: 16px;
  font-family: "ElegantGaramondBT-Roman", serif;
  margin-bottom: 12px;
}
.page-template-page-careers .cd-accordion-menu .level-3 > .roll-message ul li {
  position: relative;
}
.page-template-page-careers .cd-accordion-menu .level-3 > .roll-message ul li:before {
  content: "»";
  color: #333333;
  position: absolute;
  left: -15px;
  top: -1px;
}

.clearfix, section.archives .dataTables_wrapper .table-utils, .two-col {
  zoom: 1;
}
.clearfix:before, section.archives .dataTables_wrapper .table-utils:before, .two-col:before, .clearfix:after, section.archives .dataTables_wrapper .table-utils:after, .two-col:after {
  content: "";
  display: table;
}
.clearfix:after, section.archives .dataTables_wrapper .table-utils:after, .two-col:after {
  clear: both;
}

.clearfix, section.archives .dataTables_wrapper .table-utils, .two-col {
  *zoom: 1;
}

.banner-small {
  height: 194px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #29486c;
}
.banner-small .content-wrap {
  width: 100%;
  height: 100%;
  display: table;
}
.banner-small .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.banner-small .frame, .banner-small .frame-ex {
  height: 100%;
}
.banner-small h1 {
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner-small h1 span {
  font-size: 43px;
  color: #adc6e3;
  font-family: "ElegantGaramondBT-Italic", serif;
  text-transform: none;
  text-transform: lowercase;
  color: #adc6e3;
}

.bio-grid-wrap {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  padding: 90px 0 40px;
  position: relative;
  z-index: 2;
}

.section-home-intro {
  position: relative;
  z-index: 1;
}
.section-home-intro .intro-inner > .frame > .content-wrap > .link-arrow, .section-home-intro .intro-inner > .frame-ex > .content-wrap > .link-arrow {
  color: #b34e00 !important;
}

.grid-item {
  float: left;
  width: 226px;
  height: 226px;
  background-color: #ffffff;
  margin: 9px;
  border: 2px solid #333;
}

.grid-item--width2 {
  width: 470px;
  height: 470px;
}

.bio-box {
  height: 222px;
  width: 222px;
  position: relative;
  text-align: center;
  display: block;
  padding: 0 1px;
}
.bio-box img {
  height: 233px;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
}

.bio-name-wrap {
  position: absolute;
  bottom: 1px;
  width: 220px;
  padding: 0 20px;
  background-color: rgba(124, 156, 193, 0.8);
  color: #fff;
  text-align: center;
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 20px;
  font-weight: 400;
  height: 65px;
  display: table;
}

.bio-name {
  vertical-align: middle;
  display: table-cell;
}
.bio-name b {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
}

.big-box {
  height: 466px;
  width: 466px;
  background-color: #96b0cd;
}

.big-box-quote {
  padding: 0 85px;
  color: #333333;
  text-align: center;
  font-family: "ElegantGaramondBT-Roman", serif;
  height: 100%;
  display: table;
}
.big-box-quote .quote {
  display: table-cell;
  vertical-align: middle;
}
.big-box-quote p {
  font-size: 23px;
}
.big-box-quote p:last-child {
  margin-bottom: 0;
}
.big-box-quote span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  margin-bottom: 25px;
}

.big-box-lsi {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chosen-container {
  width: 180px !important;
}
.chosen-container .chosen-single {
  border: 1px solid #e0e0e0 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #f28d1e !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.chosen-container .chosen-single div b {
  background-image: url("imgs/chosen-sprite.png") !important;
}
.chosen-container .chosen-results .active-result {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
}
.chosen-container .chosen-results .active-result.highlighted {
  background-image: none !important;
  background-color: orange !important;
}
.chosen-container .chosen-drop {
  width: 180px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chosen-container .chosen-drop .chosen-search {
  display: none !important;
}

form.searchandfilter {
  padding: 0 0 40px;
}
form.searchandfilter li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
form.searchandfilter li h4 {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
form.searchandfilter li label {
  margin-left: 8px;
  display: inline-block !important;
}
form.searchandfilter li.sf-field-reset {
  margin-left: 12px;
}
form.searchandfilter li.sf-field-reset a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  color: #f28d1e !important;
  padding: 0 10px;
}
form.searchandfilter li.sf-field-search {
  margin-left: 35px;
}
form.searchandfilter li.sf-field-search input[type=text] {
  border: 1px solid #e0e0e0;
  height: 26px;
  font-size: 16px;
  padding-left: 3px;
  font-family: "Archivo Narrow", sans-serif;
  width: 270px;
}

.section-paralegals {
  background-color: #51759d;
  text-align: center;
  padding: 84px 94px;
}
.section-paralegals .paralegals-grid {
  padding-top: 10px;
}
.section-paralegals .frame, .section-paralegals .frame-ex {
  max-width: 998px;
}
.section-paralegals .frame .content-wrap h2, .section-paralegals .frame-ex .content-wrap h2 {
  color: #fff;
}
.section-paralegals .frame .content-wrap h2 span, .section-paralegals .frame-ex .content-wrap h2 span {
  color: #bdd3ea;
}
.section-paralegals .pl-bio-box {
  background-color: #92afd0;
  border: 2px solid #4e7095;
  display: inline-block;
  color: #fff;
  width: 226px;
  height: 320px;
  margin: 10px;
  padding: 8px;
}
.section-paralegals .pl-bio-img {
  background-color: #fff;
  width: 100%;
  height: 194px;
  padding-top: 9px;
  margin-bottom: 25px;
}
.section-paralegals .pl-bio-img img {
  height: 185px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.section-paralegals .pl-bio-name {
  margin-bottom: 10px;
  color: #333333;
}
.section-paralegals .pl-bio-name b {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
}

.archive .simple-banner h1,
.search-results .simple-banner h1 {
  margin-bottom: 0;
}

#searchsubmit {
  background-image: url("imgs/search-icon-white.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto !important;
}

.prev-next-post {
  width: 84px;
  overflow: hidden;
  padding: 0 !important;
}
.prev-next-post span:before {
  display: none;
}
.prev-next-post .next-prev-arrow {
  position: relative;
  padding: 10px;
  height: 100%;
}
.prev-next-post .next-prev-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  width: 7px;
  height: 15px;
  background-image: url("imgs/arrow-up.png");
  background-repeat: no-repeat;
  z-index: 5;
}
.prev-next-post .next-prev-arrow:hover {
  background-color: #f28d1e;
  color: #fff;
}
.prev-next-post .next-prev-arrow:hover:before {
  background-image: url("imgs/arrow-up-white.png");
}
.prev-next-post .hidden-title {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  font-size: 12px;
  display: table;
  height: 100%;
  width: 230px;
  text-transform: uppercase;
  line-height: 14px;
}
.prev-next-post .hidden-title div {
  padding-left: 2px;
  display: table-cell;
  vertical-align: middle;
}
.prev-next-post.prev-post .hidden-title {
  right: 0;
  padding: 0 10px 0 18px;
  text-align: left;
}
.prev-next-post.prev-post .hidden-title div {
  padding-right: 2px;
}
.prev-next-post.prev-post .next-prev-arrow:before {
  left: 16px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.prev-next-post.next-post .hidden-title {
  left: 0;
  padding: 0 18px 0 10px;
  text-align: right;
}
.prev-next-post.next-post .next-prev-arrow:before {
  right: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.addtoany_share_save_container {
  left: -4px !important;
  display: block !important;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 !important;
}
.addtoany_share_save_container a {
  width: 30px !important;
  height: 30px !important;
}
.addtoany_share_save_container img {
  width: 30px !important;
  height: 30px !important;
}

.ie9 .section-rollout {
  display: none;
}
.ie9 .section-responsive-rollout {
  display: block;
}

.ie8 .old-browser {
  width: 100%;
  height: 80px;
  background-color: #eadbb0;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  position: relative;
  top: 0px;
  z-index: 99999;
}

/* ==========================================================================
   MODULES
   ========================================================================== */
/*  ==========================================================================
    Header
    ==========================================================================*/
.logo-short {
  display: none;
  opacity: 0;
  width: 132px;
  height: auto;
}

.logo-full {
  opacity: 1;
  width: 132px;
  height: 79px;
}

header.tiny {
  height: 114px;
}
header.tiny .logo-full {
  opacity: 0;
}
header.tiny .logo-short {
  display: block;
  opacity: 1;
  bottom: 15px;
}
header.tiny .menu-search nav .main-nav {
  margin-top: 13px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

header {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
header .logo-han {
  position: absolute;
  left: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
header .frame, header .frame-ex {
  display: table;
  height: 100%;
}
header .nav-table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-top: 25px;
}
header .nav-table-cell .main-logo {
  bottom: 0;
}

header {
  position: relative;
  width: 100%;
  height: 132px;
  text-align: right;
  -webkit-box-shadow: 0px 4px 3px #29486c;
          box-shadow: 0px 4px 3px #29486c;
  background-color: white;
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
header #main-logo {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  width: 132px;
  height: 79px;
}
header .menu-search {
  display: inline-block;
  vertical-align: top;
  right: 0;
  text-align: right;
}
header .menu-search .utility form {
  display: inline-block;
  vertical-align: top;
}
header .menu-search .utility form #s {
  height: 26px;
  vertical-align: top;
  width: 100px;
  font-size: 18px;
  padding-top: 5px;
}
header .menu-search .utility form #searchsubmit {
  font-size: 0;
  background-image: url("imgs/icon-practicearea.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-color: #bd5200;
  height: 26px;
  width: 26px;
  border: none;
  vertical-align: top;
  position: relative;
  left: -5px;
}
header .menu-search .utility .util-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-left: 0;
}
header .menu-search .utility .util-btn li {
  list-style-type: none;
  position: relative;
  padding: 6px 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  background-color: #bd5200;
  border: 1px solid #bd5200;
}
header .menu-search .utility .util-btn li:before {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #c26907;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-search .utility .util-btn li a {
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
header .menu-search .utility .util-btn li:hover:before, header .menu-search .utility .util-btn li.current:before {
  height: 100%;
}
header .menu-search .utility .util-btn li:hover a, header .menu-search .utility .util-btn li.current a {
  color: white;
}
header .menu-search nav .main-nav {
  margin-top: 30px;
  margin-bottom: 0;
}
header .menu-search nav .main-nav li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin-left: 30px;
}
header .menu-search nav .main-nav li a {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #313132;
  font-weight: 700;
}
header .menu-search nav .main-nav li a:hover {
  color: #f28d1e;
  border-bottom: 1px solid #f28d1e;
}
header .menu-search nav .main-nav > li {
  height: 40px;
}
header .menu-search nav .main-nav > .current_page_item > a {
  color: #bd5200;
  border-bottom: 1px solid #bd5200;
}
header .menu-search nav .main-nav > .current_page_parent > a {
  color: #bd5200;
  border-bottom: 1px solid #f28d1e;
}
header .menu-search nav .main-nav .menu-item-has-children {
  position: relative;
}
header .menu-search nav .main-nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 995;
  visibility: visible;
}
header .menu-search nav .main-nav > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  background-color: #6a8fb8;
  background-color: rgba(106, 143, 184, 0.9);
  position: absolute;
  width: 186px;
  display: block;
  z-index: 995;
  top: 47px;
  left: -37px;
  padding-left: 0;
  padding-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-search nav .main-nav > li .sub-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid white;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(41, 72, 108, 0);
  border-bottom-color: #29486c;
  border-width: 11px;
  margin-left: -8px;
}
header .menu-search nav .main-nav > li .sub-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid white;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #29486c;
  border-color: rgba(41, 72, 108, 0);
  border-bottom-color: #29486c;
  border-width: 9px;
  margin-left: -6px;
}
header .menu-search nav .main-nav > li .sub-menu > .current_page_item > a {
  color: white;
}
header .menu-search nav .main-nav > li .sub-menu li {
  text-decoration: none;
  text-align: center;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  border-bottom: 1px solid #29486c;
  border-bottom: 1px solid rgba(41, 72, 108, 0.8);
}
header .menu-search nav .main-nav > li .sub-menu li:last-of-type {
  border-bottom: none;
}
header .menu-search nav .main-nav > li .sub-menu li a {
  padding: 9px 3px;
  line-height: 1.3;
  padding-top: 12px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  background-color: #d9dbdd;
  background-color: rgba(217, 219, 221, 0.2);
  border-bottom: none;
}
header .menu-search nav .main-nav > li .sub-menu li a:hover {
  color: white;
}

/*  ==========================================================================
    Footer
    ==========================================================================*/
footer {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid white;
  background-color: #f3f3f3;
  padding-top: 3px;
}
footer .footer-upper {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 50px 0 45px;
  position: relative;
  margin-bottom: 3px;
}
footer .footer-upper .arrow-border {
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 50%;
  margin-left: -72px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 39px 72px;
  border-color: transparent transparent #e9e9e9 transparent;
}
footer .footer-upper .arrow-up {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 38px 70px;
  border-color: transparent transparent #f3f3f3 transparent;
}
footer .footer-upper .arrow-up img {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto;
}
footer .footer-upper .arrow-up a {
  width: 64px;
  display: block;
  height: 24px;
  text-align: center;
  position: relative;
  top: 15px;
  left: 50%;
  margin-left: -32px;
  color: #bd5200 !important;
}
footer .footer-upper .arrow-up a span {
  display: none;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footer-upper .arrow-up a:hover {
  color: #f28d1e;
}
footer .footer-upper .arrow-up a:hover img {
  display: none;
}
footer .footer-upper .arrow-up a:hover span {
  display: block;
}
footer .footer-upper .content-wrap {
  font-size: 0;
}
footer .footer-upper .location-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
}
footer .footer-upper .location-wrapper .city {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
footer .footer-upper .location-wrapper p {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 18px;
}
footer .footer-upper .location-wrapper .tel {
  font-style: italic;
  font-size: 18px;
}
footer .footer-lower {
  background-color: #333333;
  border-top: 2px solid #a7a7a7;
}
footer .footer-lower .content-wrap {
  padding-top: 7px;
  padding-bottom: 9px;
  text-align: center;
}
footer .footer-lower .content-wrap p,
footer .footer-lower .content-wrap ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Archivo Narrow", sans-serif;
}
footer .footer-lower .content-wrap p {
  display: inline;
}
footer .footer-lower .content-wrap p a {
  color: white;
  letter-spacing: 0px;
}
footer .footer-lower .content-wrap ul {
  display: inline;
  padding-left: 13px;
}
footer .footer-lower .content-wrap ul li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin-right: 8px;
}
footer .footer-lower .content-wrap ul li:last-of-type {
  margin-right: 0;
}
footer .footer-lower .content-wrap ul li:before {
  content: "//";
  padding-right: 13px;
  color: white;
  font-size: 11px;
}

.simple-banner {
  background-color: #29486c;
  border-bottom: 3px solid #e8e7ec;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(50, 50, 50, 0.47);
  box-shadow: inset 0px 2px 2px 0px rgba(50, 50, 50, 0.47);
}
.simple-banner .banner-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.simple-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}
.simple-banner .banner-content h1 {
  font-size: 45px;
  line-height: 45px;
  font-family: "ElegantGaramondBT-Italic", serif;
  color: #fff;
  width: 100%;
  max-width: 540px;
  font-weight: 300;
  margin: 0 auto 30px auto;
}
.simple-banner .banner-author {
  font-size: 18px;
  line-height: 18px;
  font-family: "ElegantGaramondBT-Italic", serif;
}
.simple-banner .banner-date {
  font-size: 18px;
  line-height: 18px;
  font-family: "ElegantGaramondBT-Italic", serif;
}
.simple-banner .divider {
  font-size: 18px;
}
.simple-banner:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 70px 0 70px;
  border-color: #29486c transparent transparent transparent;
  z-index: 1;
}

.section-about-intro {
  background-color: #f3f3f3;
  z-index: 3;
}
.section-about-intro .content-wrap {
  padding: 95px 0 100px;
}
.section-about-intro .about-intro-table {
  display: table;
  margin: 0 auto;
  height: 650px;
  width: 650px;
  border: 2px solid #e8e8e8;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  padding: 0 90px;
}
.section-about-intro .about-intro-table .intro-content {
  display: table-cell;
  vertical-align: middle;
}
.section-about-intro .about-intro-table .intro-content h1 {
  padding: 0 30px;
  margin-bottom: 28px;
}
.section-about-intro .about-intro-table .intro-content p {
  margin-bottom: 30px;
  line-height: 1.2;
}

.section-callout {
  text-align: center;
  background-size: cover;
}
.section-callout .content-wrap {
  padding: 95px 0 70px;
  width: 640px;
  margin: 0 auto 0;
}
.section-callout h2 {
  color: white;
  margin-bottom: 10px;
}
.section-callout h2 span {
  text-transform: none;
  color: white;
  font-weight: 400;
}
.section-callout p {
  color: white;
  margin-bottom: 25px;
}

.section-contact {
  background-position: bottom;
  background-size: contain;
}
.section-contact .content-wrap {
  padding: 105px 0 120px;
}
.section-contact h1 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 28px;
  font-family: "Archivo Narrow", sans-serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-contact .location-bubbles {
  text-align: center;
}
.section-contact .location-bubbles .location-bubble-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 33px 42px;
}
.section-contact .location-bubbles .location-bubble {
  width: 346px;
  height: 346px;
  background-color: rgba(41, 72, 108, 0.9);
  border-radius: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-contact .location-bubbles .location-bubble:hover, .section-contact .location-bubbles .location-bubble.current {
  background-color: #f28d1e;
  opacity: 0.9;
}
.section-contact .location-bubbles .location-bubble:hover .location-bubble_inner .map, .section-contact .location-bubbles .location-bubble.current .location-bubble_inner .map {
  color: white;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner .city {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner p {
  font-style: italic;
  font-size: 19px;
  margin-bottom: 3px;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner .tel {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 24px;
  color: white !important;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner .map {
  font-size: 12px;
  text-transform: uppercase;
  color: #f28d1e;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner .map span {
  font-family: Verdana;
}
.section-contact .location-bubbles .location-bubble .location-bubble_inner .map a {
  color: #f6b266 !important;
}
.section-contact .location-bubbles .location-bubble hr {
  width: 83px;
  height: 3px;
  margin: 0 auto 10px;
  border-width: 2px;
  border-color: white;
}

.section-home-intro {
  background-color: #f3f3f3;
  padding: 10px 0;
  position: relative;
}
.section-home-intro .intro-inner {
  padding: 60px 0 50px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.section-home-intro .intro-inner .frame > .content-wrap .link-arrow, .section-home-intro .intro-inner .frame-ex > .content-wrap .link-arrow {
  color: #bd5200;
}
.section-home-intro .intro-inner .frame > .content-wrap .link-arrow:after, .section-home-intro .intro-inner .frame-ex > .content-wrap .link-arrow:after {
  color: #bd5200;
}
.section-home-intro .intro-inner .frame > .content-wrap .intro-content h4, .section-home-intro .intro-inner .frame-ex > .content-wrap .intro-content h4 {
  color: #333333;
}
.section-home-intro .content-wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.section-home-intro .content-wrap p {
  font-size: 30px;
  display: inline;
  font-family: "ElegantGaramondBT-Italic", serif;
}
.section-home-intro .content-wrap h5 {
  display: inline;
}
.section-home-intro .arrow-up {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 0 70px 38px 70px;
  border-color: transparent transparent #f3f3f3 transparent;
}
.section-home-intro .arrow-down {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 38px 70px 0 70px;
  border-color: #f3f3f3 transparent transparent transparent;
}

.section-map {
  position: relative;
  background-color: transparent;
}
.section-map .bg-image {
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
}
.section-map .content-wrap {
  padding: 160px 0 130px;
}
.section-map .map-title {
  margin: 0 auto 30px;
  text-align: center;
}
.section-map .map-title hr {
  border-top: 2px solid #333333;
  width: 164px;
  margin: 0 auto 0;
}
.section-map .map-title h1 {
  margin-top: 50px;
  color: #333333;
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
}
.section-map .map-title h1 span {
  color: #333333;
  font-size: 78px;
  line-height: 0.8;
}
.section-map img {
  height: auto;
  max-width: 100%;
  margin-bottom: 50px;
}
.section-map p {
  max-width: 450px;
  color: #333333;
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
}

.bio-box:hover {
  background-color: #376191;
}

.section-practice-area {
  background-color: #51759d;
  text-align: center;
}
.section-practice-area .frame, .section-practice-area .frame-ex {
  z-index: 5;
}
.section-practice-area h1 {
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "Archivo Narrow", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.section-practice-area h1 span {
  color: #bdd3ea;
}
.section-practice-area p {
  font-size: 20px;
  color: white;
  padding-left: 75px;
  padding-right: 75px;
}
.section-practice-area .content-wrap {
  padding: 90px 0 190px;
}
.section-practice-area .practice-area-wrapper {
  font-size: 0;
  text-align: center;
}
.section-practice-area .practice-area-wrapper .practice-area-box {
  display: inline-block;
  vertical-align: top;
  height: 186px;
  width: 186px;
  text-align: center;
  margin: 2px 2px;
}
.section-practice-area .practice-area-wrapper .practice-area-box a {
  display: block;
  background-color: #6a8fb8;
  border: 2px solid #4e7095;
  padding-top: 22px;
  height: 100%;
  width: 100%;
}
.section-practice-area .practice-area-wrapper .practice-area-box a:hover, .section-practice-area .practice-area-wrapper .practice-area-box a.current {
  background-color: #f28d1e;
}
.section-practice-area .practice-area-wrapper .practice-area-box a:hover h2, .section-practice-area .practice-area-wrapper .practice-area-box a.current h2 {
  color: white;
}
.section-practice-area .practice-area-wrapper .practice-area-box a img {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
}
.section-practice-area .practice-area-wrapper .practice-area-box a h2 {
  font-size: 24px;
  font-family: "ElegantGaramondBT-Italic", serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}

.team-member-highlights-wrap {
  background-color: #29486c;
  padding: 12px 0;
  position: relative;
}
.team-member-highlights-wrap .team-member-highlights {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: relative;
  text-align: center;
  padding: 55px 0;
  font-size: 0;
}
.team-member-highlights-wrap .team-member-highlights:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 70px 0 70px;
  border-color: #29486c transparent transparent transparent;
  z-index: 1;
}
.team-member-highlights-wrap .team-member-highlights:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 38px 70px;
  border-color: transparent transparent #29486c transparent;
  z-index: 1;
}
.team-member-highlights-wrap .team-member-hl-box {
  display: inline-block;
  width: 100%;
  max-width: 33.333333%;
  vertical-align: top;
  background-repeat: no-repeat;
  vertical-align: top;
  padding: 0 40px;
}
.team-member-highlights-wrap .team-member-hl-box:nth-child(2) {
  position: relative;
}
.team-member-highlights-wrap .team-member-hl-box:nth-child(2):before {
  content: "";
  width: 50px;
  height: 121px;
  background-image: url("imgs/v-divider.png");
  background-position: right center;
  display: block;
  position: absolute;
  top: 100px;
  left: -25px;
  margin-top: -104.5px;
}
.team-member-highlights-wrap .team-member-hl-box:nth-child(3) {
  position: relative;
}
.team-member-highlights-wrap .team-member-hl-box:nth-child(3):before {
  content: "";
  width: 50px;
  height: 121px;
  background-image: url("imgs/v-divider.png");
  background-position: right center;
  display: block;
  position: absolute;
  top: 100px;
  left: -25px;
  margin-top: -104.5px;
}
.team-member-highlights-wrap .team-member-hl-title {
  font-family: "ElegantGaramondBT-Italic", serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
}
.team-member-highlights-wrap .team-member-hl-description {
  color: #c3d9f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.team-member-highlights-wrap .team-member-hl-description p {
  color: #c3d9f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.team-member-highlights-wrap .team-member-hl-description p:last-of-type {
  margin-bottom: 0;
}
.team-member-highlights-wrap .team-member-hl-link {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

.section-values {
  background-color: #92afd0;
  z-index: 4;
}
.section-values .content-wrap {
  padding: 115px 0 85px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.section-values h1 {
  color: #333333;
  margin-bottom: 30px;
  font-weight: 400;
}
.section-values .column-one,
.section-values .column-two {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.section-values .column-one .value-wrapper,
.section-values .column-two .value-wrapper {
  margin-bottom: 30px;
  text-align: left;
}
.section-values .column-one .inner-col-one,
.section-values .column-one .inner-col-two,
.section-values .column-two .inner-col-one,
.section-values .column-two .inner-col-two {
  display: inline-block;
  vertical-align: top;
}
.section-values .column-one .inner-col-one,
.section-values .column-two .inner-col-one {
  width: 144px;
}
.section-values .column-one .inner-col-one .number-wrapper .number-circle,
.section-values .column-two .inner-col-one .number-wrapper .number-circle {
  height: 142px;
  width: 142px;
  background-color: #29486c;
  border: 2px solid black;
  border-radius: 50%;
  display: table;
  padding: 0 40px;
}
.section-values .column-one .inner-col-one .number-wrapper .number-circle .inner-number-circle,
.section-values .column-two .inner-col-one .number-wrapper .number-circle .inner-number-circle {
  display: table-cell;
  vertical-align: middle;
}
.section-values .column-one .inner-col-one .number-wrapper .number-circle .inner-number-circle .number,
.section-values .column-two .inner-col-one .number-wrapper .number-circle .inner-number-circle .number {
  font-size: 50px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  color: white;
  border-top: 2px solid #6a8fb8;
  border-bottom: 2px solid #6a8fb8;
  padding: 1px 0px 2px;
  text-align: center;
}
.section-values .column-one .inner-col-two,
.section-values .column-two .inner-col-two {
  width: 300px;
  padding-left: 20px;
}
.section-values .column-one .inner-col-two .value-content-wrapper h3,
.section-values .column-two .inner-col-two .value-content-wrapper h3 {
  color: #333333;
  margin-bottom: 8px;
}
.section-values .column-one .inner-col-two .value-content-wrapper p,
.section-values .column-two .inner-col-two .value-content-wrapper p {
  color: #333333;
  margin-bottom: 0;
}

section.archives {
  padding: 84px 0 95px;
}
section.archives .frame, section.archives .frame-ex {
  padding: 0 72px;
}
section.archives .dataTables_wrapper .dataTables_info {
  display: none;
}
section.archives .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  float: none;
  padding: 30px 0 0 0;
}
section.archives .dataTables_wrapper .dataTables_length {
  padding-left: 45px;
}
section.archives .dataTables_wrapper .dataTables_filter {
  padding-right: 45px;
}
section.archives .dataTables_wrapper .dataTables_filter input {
  height: 29px;
  width: 200px;
  padding-left: 4px;
  font-size: 16px;
  padding-right: 30px;
  background-image: url("imgs/search-icon.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  border: 1px solid #e2e2e2;
}
section.archives .dataTables_wrapper .dataTables_filter label {
  position: relative;
}
section.archives .dataTables_wrapper .dataTables_filter label:after {
  content: "";
  width: 1px;
  height: 31px;
  position: absolute;
  top: -9px;
  right: 37px;
  background-color: #e2e2e2;
  display: block;
  z-index: 2;
}
section.archives .dataTables_wrapper .table-utils {
  width: 100%;
  max-width: 634px;
  margin: 0 auto;
  padding: 22px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 45px;
  color: #353535;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
section.archives .dataTables_wrapper .table-utils .chosen-container {
  margin-left: 5px;
  text-align: left;
}
section.archives .dataTables_wrapper .table-utils .chosen-container .chosen-results {
  margin-top: 4px;
}
section.archives .dataTables_wrapper .table-utils .chosen-single {
  background-color: #fff !important;
  border: 1px solid #e2e2e2 !important;
  height: 35px;
  line-height: 35px;
}
section.archives .dataTables_wrapper .table-utils .chosen-single div {
  width: 32px;
  border-left: 1px solid #e2e2e2;
}
section.archives .dataTables_wrapper .table-utils .chosen-single div b {
  background-position-x: 11px;
  background-position-y: 7px;
}
section.archives .dataTables_wrapper .paginate_button {
  background-image: none !important;
  background-color: white;
  height: auto !important;
  width: auto !important;
  padding: 10px 12px;
  margin: 0 10px;
  border-radius: 0;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-family: "Archivo Narrow", sans-serif;
  border: 1px solid #f3f3f3;
  color: #bd5200 !important;
}
section.archives .dataTables_wrapper .paginate_button.current {
  background-color: #bd5200 !important;
  color: white !important;
  border: 1px solid #bd5200 !important;
}
section.archives .dataTables_wrapper .paginate_button.current a {
  color: white !important;
}
section.archives .dataTables_wrapper .paginate_button.current:hover {
  color: white !important;
}
section.archives .dataTables_wrapper .paginate_button:hover {
  border: 1px solid #bd5200;
  background-color: #bd5200 !important;
  color: white !important;
}
section.archives .dataTables_wrapper .paginate_button.disabled {
  border: transparent !important;
}
section.archives .dataTables_wrapper .paginate_button.disabled .prev-icon,
section.archives .dataTables_wrapper .paginate_button.disabled .next-icon {
  color: #d0d0d0 !important;
}
section.archives .dataTables_wrapper .paginate_button .prev-icon,
section.archives .dataTables_wrapper .paginate_button .next-icon {
  text-transform: uppercase;
  color: #bd5200;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
section.archives .dataTables_wrapper .paginate_button.previous,
section.archives .dataTables_wrapper .paginate_button.next {
  background-color: transparent;
  border: none;
}
section.archives .dataTables_wrapper .paginate_button.previous:hover,
section.archives .dataTables_wrapper .paginate_button.next:hover {
  background-color: transparent !important;
}
section.archives table {
  border: 1px solid #ebebec !important;
}
section.archives table thead .sorting,
section.archives table thead .sorting_asc,
section.archives table thead .sorting_desc {
  background-position: center left 20px;
}
section.archives table th {
  background-color: #29486c;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Archivo Narrow", sans-serif;
  text-align: left;
  border: 0;
  padding: 10px 47px;
}
section.archives table td {
  background-color: white;
  padding: 30px 25px;
  border-top: 1px solid #ebebec;
  color: #313132;
  font-family: "ElegantGaramondBT-Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
section.archives table td a {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

body.search-results .table-utils {
  text-align: center;
}
body.search-results .dataTables_length {
  padding: 0 !important;
  display: inline-block;
  float: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1.  About Module
2.  Make A Donation Module
3.  Grid Units Module
4.  Callout Module
5.  Image-Text Module
6.  Award Module
7.  Banner One Module
8.  Double Text Module
9.  Teaser Module
10.

-------------------------------------------------------------------*/
/* ==========================================================================
   General
   ==========================================================================*/
@media only screen and (max-width: 957px) {
  .greatest-posts .latest-posts-wrap .latest-post-wrap:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .frame, .frame-ex {
    width: 90%;
  }
}
@media only screen and (max-width: 650px) {
  .frame, .frame-ex {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  .home-page-jumper {
    display: none;
  }
}
/* ==========================================================================
   Header
   ==========================================================================*/
@media only screen and (max-width: 980px) {
  header .frame, header .frame-ex {
    width: 95%;
  }
}
@media only screen and (max-width: 960px) {
  header .nav-table-cell {
    display: block;
  }
  header .menu-search .utility {
    display: none;
  }
  header .menu-search nav .main-nav {
    display: none;
  }

  header.tiny .logo-short {
    bottom: 28px;
  }
}
@media screen and (max-width: 960px) {
  #mmenu-wrap {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  #mmenu {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  header .utility {
    display: none;
  }

  header.tiny {
    height: 90px;
  }

  #mmenu-wrap {
    top: 36px;
  }

  .logo-short {
    top: 0;
  }
}
/* ==========================================================================
   Footer
   ==========================================================================*/
@media only screen and (max-width: 745px) {
  footer .footer-upper .location-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 26px;
  }
  footer .footer-upper .location-wrapper p {
    margin-bottom: 8px;
  }
}
/* ==========================================================================
   Homepage Main Slider
   ==========================================================================*/
@media only screen and (max-width: 1010px) {
  .section-home-slider .middle-diamond {
    width: 136px;
    height: 136px;
    margin-top: -68px;
    margin-left: -68px;
  }
  .section-home-slider .left-carousel, .section-home-slider .right-carousel {
    height: 510px;
  }
  .section-home-slider .left-carousel .slide, .section-home-slider .right-carousel .slide {
    height: 510px;
  }
}
@media only screen and (max-width: 680px) {
  .section-home-slider .left-carousel, .section-home-slider .right-carousel {
    height: 364px;
    display: block;
    width: 100%;
  }
  .section-home-slider .left-carousel .slide, .section-home-slider .right-carousel .slide {
    height: 364px;
  }
}
@media only screen and (max-width: 550px) {
  .section-home-slider .middle-diamond, .section-home-slider .left-carousel, .section-home-slider .right-carousel {
    display: none;
  }
  .section-home-slider .mobile-banner {
    display: block;
  }
}
/* ==========================================================================
   Section Team Slider
   ==========================================================================*/
@media only screen and (max-width: 750px) {
  .section-team-slider .frame, .section-team-slider .frame-ex {
    width: 100%;
  }
  .section-team-slider .team-member-slider-container .team-member-slider .team-slide img {
    margin: 0 auto;
  }
  .section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper {
    right: 50%;
    margin-right: -200px;
  }
}
@media only screen and (max-width: 650px) {
  .section-team-slider .content-wrap {
    background: transparent;
  }
  .section-team-slider .team-member-slider-container .team-member-slider .team-slide img {
    max-width: 185px;
  }
  .section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper {
    right: 50%;
    margin-right: -155px;
    width: 100px;
    height: 100px;
    top: 25px;
  }
  .section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper .team-meta h3 {
    font-size: 18px;
  }
  .section-team-slider .team-member-slider-container .team-member-slider .team-slide .team-meta-wrapper .team-meta h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .section-team-slider {
    padding-bottom: 40px;
  }
  .section-team-slider .content-wrap {
    background: transparent;
    padding-top: 60px;
  }
  .section-team-slider h2 {
    max-width: 215px;
    margin: 0 auto;
  }
  .section-team-slider .slick-list {
    display: none;
  }
  .section-team-slider .slick-arrow {
    display: none !important;
  }
  .section-team-slider .team-member-slider-container .team-member-slider {
    border-bottom: none;
  }
}
/* ==========================================================================
   Section About Intro
   ==========================================================================*/
@media only screen and (max-width: 750px) {
  .section-about-intro .frame, .section-about-intro .frame-ex {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .section-about-intro {
    background-image: none !important;
  }
  .section-about-intro .frame, .section-about-intro .frame-ex {
    width: 90%;
  }
  .section-about-intro .about-intro-table {
    border-radius: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
/* ==========================================================================
   Section Values
   ==========================================================================*/
@media only screen and (max-width: 526px) {
  .section-values .column-one .value-wrapper, .section-values .column-two .value-wrapper {
    text-align: center;
  }
  .section-values .column-one .value-wrapper .inner-col-one, .section-values .column-two .value-wrapper .inner-col-one {
    margin-bottom: 8px;
  }
  .section-values .column-one .value-wrapper .inner-col-two, .section-values .column-two .value-wrapper .inner-col-two {
    padding-left: 0;
    width: 100%;
  }
}
/* ==========================================================================
   Section Map
   ==========================================================================*/
@media only screen and (max-width: 800px) {
  .section-map .content-wrap {
    padding: 80px 0 70px;
  }
  .section-map .map-title h1 {
    font-size: 38px;
  }
  .section-map .map-title h1 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .section-map .bg-image {
    background-image: none !important;
  }
  .section-map .map-title h1 {
    margin: 30px 0 26px;
    font-size: 30px;
  }
  .section-map .map-title h1 span {
    font-size: 45px;
  }
}
/* ==========================================================================
Section Callout
==========================================================================*/
@media only screen and (max-width: 750px) {
  .section-callout .content-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .section-callout {
    background-image: none !important;
  }
  .section-callout .content-wrap {
    padding: 60px 0 70px;
  }
}
/* ==========================================================================
   Section Practice Area
   ==========================================================================*/
@media only screen and (max-width: 750px) {
  .section-practice-area p {
    padding-left: 0;
    padding-right: 0;
  }
  .section-practice-area .frame, .section-practice-area .frame-ex {
    width: 96%;
  }
}
/* ==========================================================================
   Section Practice Area
   ==========================================================================*/
/* ==========================================================================
   Section Posts
   ==========================================================================*/
@media only screen and (max-width: 400px) {
  .page-template-template-news-landing .section-posts .frame, .page-template-template-news-landing .section-posts .frame-ex {
    width: 100%;
  }
  .page-template-template-news-landing .latest-posts .latest-posts-wrap .latest-post-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ==========================================================================
   Section Social
   ==========================================================================*/
@media only screen and (max-width: 740px) {
  .section-social .social-wrapper {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
/* ==========================================================================
   Section Pro Bon Teasers
   ==========================================================================*/
@media only screen and (max-width: 957px) {
  .section-pb-teasers .pb-row {
    text-align: center;
  }
  .section-pb-teasers .pb-row .spb-teaser {
    margin-right: 13px;
    margin-left: 13px;
  }
  .section-pb-teasers .al-left .bpb-teaser {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-pb-teasers .al-left .pb-teaser:last-of-type {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 520px) {
  .section-pb-teasers .pb-row .bpb-teaser {
    width: 100%;
    padding: 0 10px;
  }
}
/* ==========================================================================
   Section NFA's
   ==========================================================================*/
@media only screen and (max-width: 947px) {
  .section-nfa .row-nfa .col-single {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .section-nfa .row-nfa .col .nfa-block-wrapper {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 800px) {
  #cboxLoadedContent .popup-content {
    padding: 20px 12px 10px;
  }
  #cboxLoadedContent .popup-content .popup-wrap .col-1 {
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #cboxLoadedContent .popup-content .popup-wrap .col-2 {
    display: block;
  }
}
@media only screen and (max-width: 526px) {
  .section-nfa .row-nfa .col-single {
    display: block;
    width: 225px;
    height: 225px;
  }
}
/* ==========================================================================
   Posts Pages
   ==========================================================================*/
@media only screen and (max-width: 1200px) {
  .prev-next-post {
    top: 10px;
  }

  .prev-next-post.next-post {
    right: 0;
  }

  .prev-next-post.prev-post {
    left: 0;
  }
}
@media only screen and (max-width: 970px) {
  .two-col.frame, .two-col.frame-ex {
    width: 90%;
  }

  .frame-side {
    max-width: 28%;
    padding-right: 50px;
  }

  .frame-main {
    max-width: 72%;
  }
}
@media only screen and (max-width: 856px) {
  .frame-side {
    max-width: 28%;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 775px) {
  .frame-side {
    width: 30%;
  }
}
@media only screen and (max-width: 740px) {
  .frame-side {
    float: none;
    display: block;
    max-width: 100%;
    padding-right: 0;
    display: none;
  }

  .frame-main {
    float: none;
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .simple-banner .banner-content {
    padding: 65px 0;
  }
  .simple-banner .banner-content h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .simple-banner .banner-content span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .prev-next-post {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .latest-posts .frame, .latest-posts .frame-ex {
    width: 100%;
  }
}
/* ==========================================================================
  Practice Area Landing Pages
  ==========================================================================*/
@media only screen and (max-width: 740px) {
  .team-member-highlights-wrap .team-member-hl-box {
    display: block;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .team-member-highlights-wrap .team-member-hl-box:before {
    display: none !important;
  }

  .section-jump .pa-jump-items .area-summary-block .col-one {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .section-jump .pa-jump-items .area-summary-block .col-two {
    width: 100%;
    display: block;
  }
}
/* ==========================================================================
 Team Member Bio Pages
  ==========================================================================*/
@media only screen and (max-width: 970px) {
  .single-team-member .frame-side {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .single-team-member .frame-main {
    float: none;
    display: block;
    max-width: 100%;
  }
  .single-team-member .sb-pa {
    width: 230px;
  }
}
@media only screen and (max-width: 790px) {
  .team-member-more-info .more-info-item-box {
    max-width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .team-member-banner .banner-team-member-info {
    max-width: 300px;
  }
  .team-member-banner .banner-team-member-info > div {
    padding: 12px 10px;
  }

  .team-member-banner {
    height: 450px;
  }
  .team-member-banner .banner-team-member-img img {
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .team-member-banner {
    height: 450px;
    background-image: none !important;
  }
  .team-member-banner .frame, .team-member-banner .frame-ex {
    width: 100%;
  }
  .team-member-banner .banner-team-member-img {
    left: 50%;
    margin-left: -150px;
  }
  .team-member-banner .banner-team-member-img img {
    width: 300px;
  }
  .team-member-banner .banner-team-member-info {
    bottom: 0;
    max-width: 100%;
  }
  .team-member-banner .banner-team-member-info h1 {
    font-size: 22px;
  }
  .team-member-banner .banner-team-member-info .tm-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .team-member-banner .banner-team-member-info .banner-buttons {
    margin-top: 15px;
  }

  .single-team-member.postid-337 .team-member-banner .banner-team-member-img, .single-team-member.postid-361 .team-member-banner .banner-team-member-img {
    bottom: 140px;
  }
}
/* ==========================================================================
 Section Home Page Footer
  ==========================================================================*/
@media only screen and (max-width: 750px) {
  .section-home-page-footer .frame, .section-home-page-footer .frame-ex {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .section-home-page-footer {
    height: auto;
  }
  .section-home-page-footer .frame, .section-home-page-footer .frame-ex {
    width: 100%;
  }
  .section-home-page-footer .content-wrap {
    padding: 50px 0 40px;
  }
  .section-home-page-footer .content-circle {
    border-radius: 0;
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    border: none;
    width: 100%;
    height: 100%;
  }
  .section-home-page-footer .content-circle .inner-circle .fade-block {
    display: none;
  }
  .section-home-page-footer .bg-image-block {
    display: none;
  }
  .section-home-page-footer .triangles {
    display: none;
  }

  .angles.greatest-posts .triangles {
    display: none;
  }

  .section-greatest .content-wrap {
    padding: 40px 0 70px;
  }
}
/* ==========================================================================
  Contact Page
  ==========================================================================*/
@media only screen and (max-width: 875px) {
  .section-contact .location-bubbles .location-bubble-wrapper {
    margin: 28px 28px;
  }
}
@media only screen and (max-width: 810px) {
  .section-contact .frame, .section-contact .frame-ex {
    width: 100%;
  }
  .section-contact h1 {
    margin-bottom: 35px;
  }
  .section-contact .content-wrap {
    padding-top: 45px;
  }
  .section-contact .location-bubbles .location-bubble {
    width: 300px;
    height: 300px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-contact .location-bubbles .location-bubble .location-bubble_inner .city {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .section-contact {
    background-image: none !important;
  }
  .section-contact .location-bubbles .location-bubble-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .section-contact .content-wrap {
    padding-bottom: 60px;
  }
}
/* ==========================================================================
  Bio Team Page
  ==========================================================================*/
@media only screen and (max-width: 975px) {
  .bio-grid-wrap {
    max-width: 734px !important;
  }
  .bio-grid-wrap form {
    text-align: center;
  }
}
@media only screen and (max-width: 731px) {
  .bio-grid-wrap {
    max-width: 488px !important;
  }
}
@media only screen and (max-width: 550px) {
  .banner-small {
    background-image: none !important;
  }
}
@media only screen and (max-width: 487px) {
  .bio-grid-wrap {
    max-width: 246px !important;
    padding-top: 50px;
  }
  .bio-grid-wrap .grid-item--width2 {
    display: none !important;
  }

  form.searchandfilter li h4 {
    margin-bottom: 12px;
  }
  form.searchandfilter > ul > li {
    display: block;
  }
  form.searchandfilter > ul > li label {
    margin-left: 0;
  }

  form.searchandfilter li.sf-field-search input[type=text] {
    width: 100%;
  }

  form.searchandfilter li.sf-field-reset {
    margin-left: 0 !important;
    position: relative !important;
    left: -8px !important;
  }

  form.searchandfilter li.sf-field-search {
    margin-left: 0 !important;
    position: relative !important;
  }
}
@media only screen and (max-width: 1200px) {
  .section-paralegals {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .section-paralegals .frame, .section-paralegals .frame-ex {
    width: 100%;
  }
}
/* ==========================================================================
 About Bubbles
  ==========================================================================*/
@media only screen and (max-width: 1020px) {
  .section-rollout, .section-rollout-careers {
    display: none;
  }

  .section-responsive-rollout {
    display: block;
  }
}
/* ==========================================================================
 Special banner
  ==========================================================================*/
@media only screen and (max-width: 710px) {
  .page-template-page-careers .banner-special {
    height: auto;
  }
  .page-template-page-careers .banner-special .content-wrap {
    display: block;
    padding: 40px 0 70px;
  }
  .page-template-page-careers .banner-special .content-wrap .banner-meta {
    display: block;
  }
}
/* ==========================================================================
 Pop Ups
  ==========================================================================*/
@media only screen and (max-width: 600px) {
  #cboxMiddleRight, #cboxMiddleLeft {
    display: none !important;
  }
}
/* ==========================================================================
 Pop Ups
  ==========================================================================*/
@media only screen and (max-width: 1080px) {
  .hide-this {
    opacity: 1 !important;
    top: auto;
  }
}
/* ==========================================================================
   Archive
   ==========================================================================*/
@media only screen and (max-width: 760px) {
  section.archives .frame, section.archives .frame-ex {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 690px) {
  .table-utils #archive-table_length {
    display: block;
    text-align: center;
    float: none !important;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .table-utils #archive-table_filter {
    display: block;
    text-align: center;
    float: none !important;
    padding-right: 0;
  }
}
@media only screen and (max-width: 460px) {
  #archive-table_wrapper {
    display: none;
  }

  section.archives:after {
    content: "To view archive, please view on a desktop or tablet device.";
    display: block;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* ==========================================================================
   WORDPRESS EDITOR STYLES
   ========================================================================== */
/* ==========================================================================
   WordPress WYSIWYG Editor Styles
   ==========================================================================*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

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

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

.alignnone, img.alignnone {
  /*padding:30px 0;*/
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ==========================================================================
   PRINT
   ========================================================================== */
@media print {
  #site {
    background-color: white;
    margin-top: 0;
  }

  #main-content {
    background-color: transparent;
  }

  header {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  header #main-logo {
    top: 10px;
  }
  header .menu-search {
    display: none;
  }

  .frame-side {
    padding-right: 55px;
  }

  .two-col {
    padding: 10px 0;
  }

  .team-member-banner {
    border: none;
    background: none;
    background-color: transparent;
    height: 300px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .team-member-banner .frame, .team-member-banner .frame-ex {
    height: 100%;
  }
  .team-member-banner .banner-team-member-img {
    left: 65px;
  }
  .team-member-banner .banner-team-member-img img {
    width: 190px;
    height: auto;
  }
  .team-member-banner .banner-team-member-info {
    right: 65px;
    bottom: 0px;
  }

  .team-member-highlights-wrap {
    background-color: transparent;
    border: none;
  }
  .team-member-highlights-wrap .team-member-highlights {
    border: none;
    padding: 7px 0;
  }
  .team-member-highlights-wrap .team-member-highlights .team-member-hl-box {
    max-width: 100%;
    color: #333333 !important;
  }
  .team-member-highlights-wrap .team-member-highlights .team-member-hl-box .team-member-hl-title {
    color: #333333;
  }
  .team-member-highlights-wrap .team-member-highlights .team-member-hl-box .team-member-hl-description p {
    color: #333333;
  }
  .team-member-highlights-wrap .team-member-highlights .team-member-hl-box:before, .team-member-highlights-wrap .team-member-highlights .team-member-hl-box:after {
    display: none;
  }
  .team-member-highlights-wrap .team-member-highlights:before, .team-member-highlights-wrap .team-member-highlights:after {
    display: none;
  }

  .team-member-bio-nav {
    display: none;
  }

  .latest-posts {
    display: none;
  }

  .team-member-more-info {
    background-color: transparent;
    padding: 10px 0;
    border: none;
  }
  .team-member-more-info:before, .team-member-more-info:after {
    display: none;
  }
  .team-member-more-info .more-info-item-box {
    max-width: 100%;
    display: block;
  }
  .team-member-more-info .more-info-item-box .more-info-item-desc {
    color: #333333;
  }
  .team-member-more-info .more-info-item-box .more-info-item-desc-hidden {
    display: block;
    color: #333333;
  }
  .team-member-more-info .more-info-item-box .link-no-arrow {
    display: none;
  }

  footer {
    display: none;
  }
}
