/*!
NAME : [% site.getDesign.attr.name %]
CATEGORY : [% site.getDesign.attr.category %]
FIRM : [% site.attr.title1 %] [% site.attr.title2 %] [% site.attr.title3 %]
DOMAIN : http://[% site.name %].justia.net
GENERATOR : http://www.justia.net VERSION: 1.0
VERSION: 4.8.0
-------------------------------------------------
Copyright (C) 2006, Justia, inc. All rights reserved.
Duplication in Full or Part outside of Justia Products is Prohibited.
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-track:focus,
.slick-slide:focus {
  outline: none !important;
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-style: italic;
  font-weight: 400;
  font-family: "Open Sans";
  font-display: swap;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Open Sans";
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-style: italic;
  font-weight: 700;
  font-family: "Open Sans";
  font-display: swap;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhrIqOxjaPX.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

html {
  font-size: 18px;
}

body {
  position: relative;
  min-width: 320px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
}

body > .container {
  overflow-x: hidden;
}

a {
  color: #d55337;
  text-decoration: none;
}

a:not(.btn):hover {
  text-decoration: underline;
}

a:not([class*='offset']) {
  cursor: pointer;
}

[class*='heading'] + [class*='heading'] {
  margin-top: 1em;
}

[class*='heading'] + ul,
[class*='heading'] + ol,
[class*='heading'] + p {
  margin-top: 0.5em;
}

p + [class*='heading'] {
  margin-top: 1em;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p + ol,
p + ul {
  margin-bottom: 2em;
}

#head, #tagline, #logo, .entry .inner-wrapper > footer .sharelinks .sharedaddy a.share-print span[id^="sharing-print"], body:not(.page-submit-review) .detailedform legend,
.visuallyhidden,
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

body:not(.category) .archive .entry-title,
.category-page header h3,
article:only-child .entry-title {
  font-weight: normal;
  font-size: 1.88889rem;
}

.widget_categories {
  color: #d55337;
}

.widget_categories ul li a {
  display: inline;
}

.archive-title {
  margin: 0;
}

.archive-title [class*='heading'] {
  display: inline-block;
}

#sitemap-post-list {
  clear: both;
}

#sitemap-post-list .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
}

.page-template-sitemap-html .entry-title {
  font-size: 18px;
}

#sitemap-category-list {
  clear: both;
  margin-top: 2em;
}

#wpstats {
  display: none;
}

li.required {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0.4em !important;
  border: solid #d55337;
  border-width: 0 1px 1px;
  background-color: #fce6e5;
  color: #e2231a;
  font-size: 0.66667rem;
}

.top-numbers-v2 {
  position: relative;
  z-index: 9999;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 6px 10px 12px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  font-size: 0.88889rem;
  text-align: center;
}

.top-numbers-v2 a {
  color: currentColor;
}

.top-numbers-v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-numbers-v2 .tnv2-button {
  display: block;
  max-width: 60%;
  padding: 7px 0;
  border-radius: 20px;
  margin: 3px auto 0;
  background-color: #d55337;
  color: #ffffff;
  box-shadow: 0 3px 0 #b33f26;
  font-weight: bold;
}

.top-numbers-v2 .tnv2-button:hover {
  text-decoration: none;
  cursor: pointer;
}

.top-numbers-v2.tnv2-sticky {
  position: fixed;
  top: 0;
  height: 83px;
}

.top-numbers-v2.tnv2-sticky ~ .container {
  padding-top: 83px;
}

.top-numbers-v2.tnv2-multiple {
  height: auto;
  padding-bottom: 0;
}

.top-numbers-v2.tnv2-multiple .tnv2-button {
  margin-bottom: 12px;
}

.top-numbers-v2.tnv2-multiple ul {
  display: none;
  border-bottom: 1px solid #999999;
  margin: 0 -10px;
}

.top-numbers-v2.tnv2-multiple ul a {
  display: block;
  padding: 10px;
}

.top-numbers-v2.tnv2-multiple li {
  border-top: 1px solid #cccccc;
}

.top-numbers-v2.tnv2-multiple.tnv2-sticky {
  height: auto;
}

.top-numbers-v2 #tnv2-toggle {
  display: none;
}

.top-numbers-v2 #tnv2-toggle:checked + ul {
  display: block;
}

.top-numbers-v2.tnv2-2btn .tnv2-btn-wrapper {
  float: left;
  width: 100%;
  white-space: nowrap;
}

.top-numbers-v2.tnv2-2btn .tnv2-button {
  float: left;
  width: 49%;
  font-size: 0.8em;
  text-transform: uppercase;
}

.top-numbers-v2.tnv2-2btn .tnv2-button + .tnv2-button {
  margin-left: 2%;
}

#head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#tagline {
  padding: 25px;
  line-height: 1.3;
  text-align: right;
}

#tagline a {
  display: block;
  overflow: hidden;
  width: 136px;
  height: 79px;
  margin: 0 auto;
  background-image: url("../images/tagline.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-indent: 9999px;
  white-space: nowrap;
}

#logo {
  padding: 25px 25px 0;
}

#logo .h1-homepage-header {
  margin: 0;
  font-size: inherit;
}

#logo a {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 508px;
  height: auto;
  max-height: 34px;
  margin: 0 auto;
  text-indent: -9999px;
}

#logo img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

#topnav {
  position: absolute;
  z-index: 1001;
  top: 0;
  overflow: hidden;
  width: calc(100% - 50px);
  height: 50px;
  background-color: #ffffff;
  font-size: 0.88889rem;
}

body:not(.logged-in) #topnav {
  position: fixed;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}

#topnav .gameover {
  display: none !important;
}

#topnav li.contactus {
  background-color: #d55337;
}

#topnav li.contactus a {
  color: #ffffff;
}

.js #topnav {
  overflow: visible;
}

#topnav ul,
#topnav li,
#topnav a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #526b78;
  white-space: nowrap;
}

#topnav li,
#topnav a {
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#topnav a:hover {
  text-decoration: none;
}

#topnav > ul {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

#topnav > ul li[data-width],
#topnav > ul .morebtn {
  font-family: "Open Sans", sans-serif;
}

#topnav ins {
  text-decoration: none;
}

#topnav .mobile-menu ins {
  display: none;
}

#tnav-toplevel {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  max-width: 1200px;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#tnav-toplevel::-webkit-scrollbar {
  display: none;
}

.js #tnav-toplevel {
  overflow-x: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

#tnav-toplevel.temporary_hidden {
  overflow: hidden;
  height: 50px;
}

#tnav-toplevel .is-inactive {
  display: none;
}

#tnav-toplevel > li {
  display: table-cell;
  overflow: hidden;
}

.js #tnav-toplevel > li {
  overflow: visible;
}

#tnav-toplevel > li ul {
  display: none;
}

#tnav-toplevel > li:hover > ul {
  display: block;
}

#tnav-toplevel > li > a {
  padding: 0 12px;
  font-weight: 700;
  line-height: 50px;
  text-transform: none;
}

#tnav-toplevel > li, #tnav-toplevel > li.morebtn {
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#tnav-toplevel > li > a, #tnav-toplevel > li.morebtn > a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#tnav-toplevel > li:hover, #tnav-toplevel > li.morebtn:hover {
  background-color: #e8e8e8;
}

#tnav-toplevel > li:hover > a, #tnav-toplevel > li.morebtn:hover > a {
  color: #526b78;
}

#tnav-toplevel > li.contactus:hover, #tnav-toplevel > li.morebtn.contactus:hover {
  background-color: #dd745d;
  color: #ffffff;
}

#tnav-toplevel > li.contactus:hover > a, #tnav-toplevel > li.morebtn.contactus:hover > a {
  color: #ffffff;
}

#tnav-toplevel ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border-bottom: 4px solid #c9c9c9;
  background-color: #e8e8e8;
  box-shadow: 0 0 0 1px #c9c9c9;
  padding: 6px 0;
}

#tnav-toplevel ul li,
#tnav-toplevel ul a {
  display: block;
}

#tnav-toplevel ul a {
  padding: 6px 40px 6px 20px;
}

#tnav-toplevel ul li:hover {
  border-left: 4px solid #c9c9c9;
  margin-left: -4px;
  background-color: white;
}

#tnav-toplevel ul li:hover a {
  color: #526b78;
}

#tnav-toplevel ul ul {
  top: -5px;
  right: 100%;
}

#tnav-toplevel .morebtn {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  border-left: 3px solid #e1e1e1;
  background-color: #e8e8e8;
  cursor: pointer;
}

#tnav-toplevel .morebtn a {
  color: #526b78;
}

#tnav-toplevel .morebtn > a {
  padding: 0 22px 0 48px;
  color: #526b78;
  font-weight: 700;
}

#tnav-toplevel .morebtn > a::before {
  position: absolute;
  top: 16px;
  left: 12px;
  display: block;
  width: 21px;
  height: 4px;
  background-color: #526b78;
  box-shadow: 0 7px 0 #526b78, 0 14px 0 #526b78;
  content: '';
}

#tnav-toplevel .morebtn.is-active {
  display: block;
}

#tnav-toplevel .morebtn ul {
  right: 0;
  left: auto;
  text-align: right;
}

#tnav-toplevel .morebtn ul a {
  padding: 6px 15px 6px 30px;
}

.mobile-menu {
  padding-left: 0;
}

.mobile-menu > li {
  float: left;
  display: block;
  width: 33.33333%;
  text-align: center;
}

.mobile-menu > li > a {
  display: block;
  width: 100%;
  padding: 0 !important;
  font-weight: 700;
}

.mobile-menu ul a {
  padding: 10px 20px 10px 30px;
  font-weight: 400;
}

.mobile-menu#tnav-toplevel .morebtn {
  border: 0;
  background-color: #ffffff;
}

.mobile-menu#tnav-toplevel .morebtn a {
  color: #526b78;
  font-weight: 400;
}

.mobile-menu#tnav-toplevel .morebtn > a {
  color: #526b78;
  font-weight: 700;
}

.mobile-menu#tnav-toplevel .morebtn > a::before {
  content: none;
}

#header {
  position: relative;
  z-index: 999;
  width: 100%;
  padding-top: 50px;
  background-color: #414f6a;
}

.breadcrumbs {
  display: none;
}

.cwrap {
  zoom: 1;
}

.cwrap::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.container {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.container .lazy-background,
.container .lazy-background * {
  background-image: none !important;
}

.container .lazy-background *::before,
.container .lazy-background *::after {
  background-image: none !important;
  content: none !important;
}

#main {
  float: left;
  clear: both;
  width: 100%;
}

.l2 #main {
  zoom: 1;
  float: none;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.l2 #main::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.mwrap {
  position: relative;
  z-index: 0;
  clear: both;
  overflow-y: hidden;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

section.content .bodytext,
section.content .cfrags {
  zoom: 1;
  clear: both;
}

section.content .bodytext::after,
section.content .cfrags::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

section.content .bodytext {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.sidebar {
  clear: both;
  font-size: 0.88889rem;
}

.sidebar > div + div {
  margin-top: 50px;
}

.sidebar.secondary-sidebar {
  border-top: 6px solid #d55337;
  margin-top: 50px;
}

.container {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

#main {
  position: relative;
  z-index: 500;
  overflow: visible;
}

.mwrap {
  position: relative;
  z-index: 501;
  padding-bottom: 25px;
}

.mwrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  height: 100%;
  background-color: #ffffff;
  content: '';
}

.mwrap::after {
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  height: 100%;
  background-color: #ffffff;
  content: '';
}

.l2 .mwrap::after {
  content: none;
}

section.content {
  zoom: 1;
  position: relative;
  z-index: 502;
  padding-right: 25px;
  padding-left: 25px;
}

section.content::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.sidebar {
  position: relative;
  z-index: 503;
}

.stripe {
  position: relative;
  z-index: 600;
  clear: both;
  background-color: #ffffff;
}

.btn-container,
ul + .jwfeeds-more-container {
  margin: 50px auto 0;
  line-height: initial;
  text-align: center;
}

.btn,
ul + .jwfeeds-more-container .jwfeeds-more,
form button,
form input[type='submit'],
form input[type='button'],
.em-search .em.pixelbones .input button.button-primary {
  display: inline-block;
  min-width: 150px;
  padding: 1.28571em 10px;
  border: 0;
  border-radius: 3px;
  outline: none;
  background-color: #d55337;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.77778rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:not(.-ghost),
ul + .jwfeeds-more-container .jwfeeds-more:not(.-ghost),
form button:not(.-ghost),
form input:not(.-ghost)[type='submit'],
form input:not(.-ghost)[type='button'],
.em-search .em.pixelbones .input button.button-primary:not(.-ghost) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn:not(.-ghost):hover,
ul + .jwfeeds-more-container .jwfeeds-more:not(.-ghost):hover,
form button:not(.-ghost):hover,
form input:not(.-ghost):hover[type='submit'],
form input:not(.-ghost):hover[type='button'],
.em-search .em.pixelbones .input button.button-primary:not(.-ghost):hover {
  background-color: #dd745d;
  text-decoration: none;
}

.btn.-ghost,
ul + .jwfeeds-more-container .jwfeeds-more,
.sidebar .searchform button,
body.search .search_page_heading .searchform #searchsubmit,
.em-search .em.pixelbones .input button.button-primary {
  border: 1px solid currentColor;
  background-color: transparent;
  color: #d55337;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn.-ghost:hover,
ul + .jwfeeds-more-container .jwfeeds-more:hover,
.sidebar .searchform button:hover,
body.search .search_page_heading .searchform #searchsubmit:hover,
.em-search .em.pixelbones .input button.button-primary:hover {
  border-color: #d55337;
  background-color: #d55337;
  color: #ffffff;
}

.btn.-ghost:not(.-ghost),
ul + .jwfeeds-more-container .jwfeeds-more:not(.-ghost),
.sidebar .searchform button:not(.-ghost),
body.search .search_page_heading .searchform #searchsubmit:not(.-ghost),
.em-search .em.pixelbones .input button.button-primary:not(.-ghost) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn.-ghost:not(.-ghost):hover,
ul + .jwfeeds-more-container .jwfeeds-more:not(.-ghost):hover,
.sidebar .searchform button:not(.-ghost):hover,
body.search .search_page_heading .searchform #searchsubmit:not(.-ghost):hover,
.em-search .em.pixelbones .input button.button-primary:not(.-ghost):hover {
  background-color: #dd745d;
  text-decoration: none;
}

.banner-01 {
  padding-top: 62.6%;
}

.banner-01 .banner-tagline {
  max-width: 1300px;
}

.banner-02 {
  padding-top: 11.7%;
}

.banner-02 .banner-tagline {
  max-width: 1300px;
}

.banner .banner-tagline {
  max-width: 1200px;
}

.banner-tagline {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-tagline > .wrapper {
  position: absolute;
  z-index: 1001;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-tagline .text {
  text-align: center;
}

.banner-tagline .line {
  color: #000000;
  font-size: 4vw;
  line-height: 1.25;
}

.banner-tagline .btn-container {
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #000515;
}

.banner img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner.-cover img {
  width: 100%;
  max-width: none;
  height: auto;
}

.banner.-bottom img {
  top: auto;
  bottom: 0;
}

.banner.-center img {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner.-cropped img {
  left: 50%;
  width: auto;
  max-width: none;
}

.banner-wrapper {
  position: relative;
}

.w-cycler-v2 {
  border-top: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.w-cycler-v2 .widget-content {
  max-width: 950px;
}

.w-cycler-v2 .review-item {
  font-size: 1.11111rem;
  color: #000000;
}

.w-cycler-v2 .review-rating {
  font-size: 1.11111rem;
  margin-right: -10px;
  margin-bottom: 25px;
  color: #edaa00;
  text-align: center;
  letter-spacing: 10px;
}

.w-cycler-v2 .w-cycler-item {
  display: none;
  text-align: center;
}

.w-cycler-v2 .w-cycler-item:first-child {
  display: block;
}

.w-cycler-v2 .review-author {
  font-size: 0.88889rem;
  display: block;
  margin-top: 25px;
}

.w-cycler-v2.cycler-script-loaded .w-cycler-item {
  display: block;
}

.w-cycler-v2 .btn-container {
  margin-top: 30px;
}

.w-cycler-v2 .jw-w-cycler-crosslink-wrapper {
  text-align: center;
}

.w-cycler-v2 .jw-w-cycler-crosslink-wrapper a {
  color: #565656;
  font-size: 0.66667rem;
}

.w-cycler-v2 .w-cycler-paginate {
  display: -webkit-flex;
  display: flex;
  margin: 25px 0;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.w-cycler-v2 .slick-dots {
  padding: 0;
  margin-top: 0.5em;
  text-align: center;
  list-style: none;
}

.w-cycler-v2 .slick-dots li {
  display: inline-block;
}

.w-cycler-v2 .slick-dots .slick-active button::after {
  background-color: #d55337;
}

.w-cycler-v2 .slick-dots button {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-width: 0;
  outline: none;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

.w-cycler-v2 .slick-dots button::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #4f4f4f;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  content: '';
}

.w-cycler-v2 .slick-dots button:hover {
  cursor: pointer;
}

.w-cycler-v2 .w-cycler-pager {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}

.w-cycler-v2 .slick-dots {
  margin: 0;
}

.w-cycler-v2 .slick-arrow {
  display: inline-block !important;
  cursor: pointer;
}

.w-cycler-v2 .slick-arrow span {
  width: 50px;
  height: 50px;
  display: block;
  padding: 12.5px;
}

.w-cycler-v2 .slick-arrow svg {
  width: 25px;
  height: 25px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #4f4f4f;
}

.w-cycler-v2 .slick-arrow:hover svg {
  fill: #d55337;
}

.w-cycler-v2 .w-cycler-prev span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.w-cycler-v2 .widget-content {
  position: relative;
}

.jwpw_connect .widget-title {
  display: none !important;
}

.jwpw_connect .widget-content,
.jwpw_connect .connect-icons {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  font-size: 0;
}

.jwpw_connect a {
  display: inline-block;
  width: 48px;
  max-width: 48px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.jwpw_connect a:last-child {
  margin-right: 0;
}

.jwpw_connect img {
  margin: 0;
}

.social-1 a,
.jwpw_connect a {
  width: calc((100% - 0px) / 1);
}

.social-2 a,
.jwpw_connect a {
  width: calc((100% - 10px) / 2);
}

.sidebar .jwpw_connect.widget {
  width: 100%;
  margin-top: 15px;
}

.swipeable {
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.swipeable .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.swipeable .swipeable-items {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.swipeable .slick-list {
  width: calc(100% - 50px);
  max-width: 400px;
  margin: 0 auto;
}

.swipeable .slick-track {
  left: auto;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  margin: 0 auto;
  -webkit-align-items: center;
          align-items: center;
}

.swipeable .arrows {
  width: 0;
  height: 0;
}

.swipeable .slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 37.5px);
  left: -56.25px;
  display: block !important;
  width: 97.5px;
  height: 75px;
  background: none;
  cursor: pointer;
}

.swipeable .slick-arrow > span {
  width: 75px;
  height: 75px;
  display: -webkit-flex !important;
  display: flex !important;
  padding: 0 9px 3px;
  border-radius: 50%;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.swipeable .slick-arrow svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

.swipeable .slick-prev > span span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swipeable .slick-next {
  right: -56.25px;
  left: auto;
}

.swipeable .slick-next > span {
  margin-left: auto;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.swipeable .slick-dots {
  display: none !important;
}

.swipeable .slick-dots button {
  outline: none !important;
}

.swipeable .item {
  float: none;
  display: -webkit-flex;
  display: flex;
  margin: 0 2.08333%;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.swipeable .items-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.swipeable .-fixed {
  display: none;
}

.no-js .swipeable .swipeable-items,
.swipeable .swipeable-items:not(.slick-initialized) {
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.read_more_link {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.entry-title {
  margin: 0.2em 0;
  color: #d55337;
  font-size: 1.22222rem;
  line-height: 1.2;
}

.entry-title a {
  color: #d55337;
  font-weight: 700 !important;
}

header .entry-title {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

a .entry-title {
  font-size: 18px;
}

.archive-title span {
  display: inline-block;
}

.entry-summary {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entry {
  position: relative;
  float: left;
  width: 100%;
  padding: 35px 0 45px;
  border-bottom: 1px solid #cccccc;
}

.entry:first-child {
  padding-top: 0;
  background-image: none;
}

.entry:last-child {
  border-bottom: 0;
}

.entry .sharelinks {
  float: left;
  clear: both;
  display: block;
  margin: 1em 0;
}

.entry .sharelinks a {
  float: left;
  display: block;
  margin-right: 5px;
}

.entry .sharelinks a img {
  float: left;
  opacity: 0.85;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.entry .sharelinks a:hover img {
  opacity: 1;
}

.entry .published-date {
  display: none;
  color: #000000;
  font-weight: 400;
  font-size: 0.77778rem;
  text-transform: none;
}

.entry .published-date-label {
  display: inline-block;
}

.entry .inner-wrapper header {
  zoom: 1;
}

.entry .inner-wrapper header::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.entry .inner-wrapper .author-date-sep {
  display: inline-block;
  margin: 0 5px;
  font-size: 0.77778rem;
  line-height: 1;
  vertical-align: middle;
}

.entry .inner-wrapper .author {
  font-size: 0.77778rem;
}

.entry .inner-wrapper .author a {
  color: #3f9da1;
  font-weight: 700;
  font-size: 0.77778rem;
  text-transform: none;
}

.entry .inner-wrapper .author + .published-date {
  display: block;
}

.entry .inner-wrapper .sharelinks,
.entry .inner-wrapper .sharedaddy {
  display: none;
}

.entry .inner-wrapper > footer {
  margin-top: 20px;
  font-size: 14px;
}

.entry .inner-wrapper > footer a {
  color: #d55337;
  font-weight: 700;
}

.entry .inner-wrapper > footer .author,
.entry .inner-wrapper > footer .published-date {
  display: none;
}

.entry .inner-wrapper > footer .share-customize-link {
  clear: both;
}

.entry .inner-wrapper > footer .share-customize-link a {
  margin-top: 8px;
}

.entry .inner-wrapper > footer .sharelinks {
  display: block;
  width: 100%;
  margin: 25px 0 0;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy {
  display: inline-block;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy .sd-title {
  display: none;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy li {
  float: left;
  padding: 0;
  margin: 0;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy a.share-print {
  position: relative;
  display: -webkit-flex;
  display: flex;
  opacity: 0.85;
  width: 45px;
  height: 20px;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  margin: 0;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  background-color: #f8f8f8;
  color: #555555;
  box-shadow: none;
  font-weight: 400;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy a.share-print span {
  display: block;
  margin-left: 18px;
  font-size: 10px;
  line-height: 1;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy a.share-print::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 11px;
  background: url("../images/icons/printer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy a.share-print:hover {
  opacity: 1;
  text-decoration: none;
}

.entry .inner-wrapper > footer .sharelinks .sharedaddy a.share-print:active {
  box-shadow: none;
}

.entry-content .alignright,
.entry-summary .alignright {
  float: right;
  margin: 0 0 12.5px 12.5px;
}

.entry-content .alignleft,
.entry-summary .alignleft {
  float: left;
  margin: 0 12.5px 12.5px 0;
}

.entry-content .aligncenter,
.entry-summary .aligncenter {
  margin: 0 auto 12.5px;
}

.entry-content img,
.entry-summary img {
  width: auto;
  max-width: 50%;
  height: auto;
  border: 1px solid #e5e5e5;
  margin: 0 25px 12.5px 0;
}

.entry-content p img,
.entry-summary p img {
  margin-top: 12.5px !important;
}

.entry-content .featured-image img,
.entry-summary .featured-image img {
  max-width: 100%;
  margin: 0;
}

.entry-content .wp-caption,
.entry-summary .wp-caption {
  width: auto;
  max-width: 50%;
  padding-bottom: 12.5px;
  background-color: #f2f2f2;
  text-align: center;
}

.entry-content .wp-caption p,
.entry-summary .wp-caption p {
  padding: 7.5px 10px 0;
  margin: 0.3em 0 0;
  font-size: 0.66667rem;
  line-height: 1.3;
}

.entry-content .wp-caption img,
.entry-summary .wp-caption img {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}

.shortbio-container {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  margin-top: 20px;
  margin-bottom: 20px;
}

.shortbio-container .authorphoto {
  float: left;
  display: inline-block;
}

.shortbio-container .authorphoto img {
  margin: 0 15px 25px 0;
}

.shortbio-container .authorphoto a {
  vertical-align: middle;
}

.shortbio-container .author-name {
  display: none;
}

.shortbio-container .author-image img[title="Pillsbury's Social Media & Games Team"],
.shortbio-container .author-image img[title='Pillsbury Winthrop Shaw Pittman'],
.shortbio-container .author-image img[title="Pillsbury's Internet & Social Media Team"],
.shortbio-container .author-image img[title='Amy Pierce'],
.shortbio-container .author-image img[title='Kelly W. Craven'],
.shortbio-container .author-image img[title='Bobby Ghajar'] {
  display: none;
}

.navigation {
  zoom: 1;
  clear: both;
  padding: 1em 0;
}

.navigation::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.navigation .pagination {
  font-size: 0.77778rem;
  line-height: 1;
}

.navigation .pagination > div,
.navigation .pagination > span:not(.nav-sep) {
  display: inline-block;
}

.navigation .pagination a {
  display: block;
  padding: 0.83929em 16px;
  border-radius: 3px;
  line-height: 1.75;
}

.navigation .pagination a:hover {
  background: #e5e5e5;
  text-decoration: none;
}

.navigation .pagination a::after, .navigation .pagination a::before,
.navigation .pagination a span {
  color: #d55337;
  font-size: 1.11111rem;
  line-height: 1;
}

.navigation .pagination#post-pagination-bottom a {
  padding: 0.39286em 10px;
}

.navigation .pagination-simple .nav-next {
  float: right;
}

.navigation .pagination-simple .nav-next a::after {
  margin-left: 5px;
  content: '\00BB';
}

.navigation .pagination-simple .nav-previous {
  float: left;
}

.navigation .pagination-simple .nav-previous a::before {
  margin-right: 5px;
  content: '\00AB';
}

.shortbio {
  overflow: hidden;
  padding: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  font-size: 0.9em;
}

.shortbio .author-image {
  float: left;
  border: 2px solid #cccccc;
  border-radius: 3px;
  margin: 0 10px 0 0;
  background-color: #cccccc;
}

.shortbio .author-image img {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.shortbio .author-name {
  margin: 0;
}

.shortbio .author-description {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

.shortbio .author-links {
  padding: 0;
  padding-top: 11px;
  border-top: 1px dotted #d6d6d6;
  margin-bottom: auto;
  text-align: center;
  list-style-type: none;
}

.shortbio .author-links li {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  list-style-type: none;
}

.shortbio .author-links li::after, .shortbio .author-links li::before {
  position: absolute;
  top: 48%;
  right: -5px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #666666;
  font-size: 1.11111rem;
  content: '';
}

.shortbio .author-links li::before {
  right: auto;
  left: -1px;
}

.shortbio .authorphoto {
  float: right;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0 0 3px 10px;
  background-color: #f2f2f2;
  font-size: 0.9em;
  text-align: center;
}

.shortbio .authorphoto:hover {
  border: 1px solid #d9d9d9;
  background-color: #e6e6e6;
}

.shortbio .authorphoto a {
  display: inline-block;
}

.shortbio .authorphoto img {
  float: left;
  margin: 0;
}

.shortbio .shortbio-container-photo {
  float: right;
}

.shortbio .shortbio-container-photo .authorphoto {
  float: left;
}

.blogname-wrapper {
  background: #d65235;
  box-shadow: inset 0 0 #000000, inset 0 0 #000000;
}

.main-blogname {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 65px;
}

.main-blogname:hover {
  text-decoration: none !important;
}

.inner-blogname {
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: normal;
  font-size: 16px;
}

.inner-blogname span {
  display: inline-block;
}

.widget {
  width: 100%;
  padding: 50px 25px;
}

.widget > div {
  max-width: 1150px;
  margin: 0 auto;
}

.widget .widget-title,
.widget .heading1 {
  font-size: 1.33333rem;
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto 50px;
  color: #526b78;
  line-height: 1.1;
  text-align: center;
}

.widget .widget-title a,
.widget .heading1 a {
  color: currentColor;
  font-weight: inherit;
}

.widget .widget-title a:hover,
.widget .heading1 a:hover {
  text-decoration: underline;
}

.practice-areas.widget .toplevel {
  padding: 0;
  margin: 0;
  list-style: none;
}

.practice-areas.widget .toplevel li {
  text-align: center;
}

.practice-areas.widget .toplevel a {
  display: block;
  line-height: 1.1;
}

.practice-areas.widget .toplevel strong {
  font-weight: 400;
}

.practice-areas.widget .toplevel li {
  display: -webkit-flex;
  display: flex;
  margin: 0;
}

.practice-areas.widget .toplevel a {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0.88889em 25px;
  border: 1px solid #efefef;
  border-width: 1px 0;
  margin-bottom: -1px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  color: #323232;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  padding-right: 50px;
}

.practice-areas.widget .toplevel a:hover {
  background-color: #efefef;
  color: #000000;
  text-decoration: none;
}

.practice-areas.widget .toplevel a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -0.5em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  content: ' \00BB';
}

.sidebar .widget {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
}

.sidebar .widget.justia_contact_form:first-child {
  margin-top: 0;
}

.sidebar .widget .widget-title {
  margin-bottom: 0.5em;
  font-size: 1.11111rem;
  text-align: left;
}

.sidebar .justia_contact_form {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #4f4f4f;
  color: #ffffff;
}

.sidebar .justia_contact_form .widget-title {
  color: currentColor;
}

.sidebar .justia_contact_form .formdesc {
  font-size: 1rem;
}

.sidebar .justia_contact_form textarea {
  height: 100px;
}

.sidebar #custom_html-4 .wrapper a {
  position: relative;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

.sidebar #custom_html-4 .wrapper .email {
  padding-right: 35px;
  margin-right: 15px;
}

.sidebar #custom_html-4 .wrapper .email span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 23px;
  height: 14px;
  background: url("../images/icons/mail.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.sidebar #custom_html-4 .wrapper .rss {
  padding-right: 30px;
}

.sidebar #custom_html-4 .wrapper .rss span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../images/icons/rss.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.sidebar #custom_html-6 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar .widget_em_calendar .em-calendar {
  display: table;
  width: 100%;
  max-width: 300px;
  border: 0;
}

.sidebar .widget_em_calendar .em-calendar td {
  border: 0;
}

.sidebar .widget_em_calendar thead {
  font-size: 18px;
}

.sidebar .widget_em_calendar thead tr {
  background-color: transparent;
}

.sidebar .widget_em_widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget_em_widget li {
  margin-top: 25px;
  margin-bottom: 0;
}

.sidebar .widget_em_widget li:first-child {
  margin-top: 0;
}

.sidebar .widget_em_widget .all-events-link a {
  display: inline-block;
}

.sidebar .widget_em_widget ul ul li {
  margin-top: 0;
}

.rss_item > strong {
  display: block;
  font-weight: 400;
}

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

.stripes .rss_item {
  margin-bottom: 50px;
}

.sidebar ul.rss_items,
.cfrags ul.rss_items {
  padding: 0;
  list-style: none;
}

.sidebar ul.rss_items li > strong,
.cfrags ul.rss_items li > strong {
  display: block;
}

.sidebar ul.rss_items li + li,
.cfrags ul.rss_items li + li {
  margin-top: 50px;
}

.sidebar ul.rss_items + .jwfeeds-more-container,
.cfrags ul.rss_items + .jwfeeds-more-container {
  margin-top: 50px;
}

ul + .jwfeeds-more-container {
  margin-top: 0;
}

ul + .jwfeeds-more-container .jwfeeds-more .more-arrow {
  display: none;
}

.text-container .quote {
  margin-left: 0;
}

.text-container .content {
  max-width: 950px;
  margin: 0 auto;
}

.text-container h1,
.text-container .heading1 {
  font-size: 1.55556rem;
}

[class*='heading'] {
  display: block;
}

h1, .heading1 {
  color: #526b78;
  font-weight: 700;
  font-size: 1.88889rem;
}

h1 a, .heading1 a {
  font-weight: inherit !important;
}

h2, .heading2 {
  color: #526b78;
  font-weight: 700;
  font-size: 1.33333rem;
}

h2 a, .heading2 a {
  font-weight: inherit !important;
}

h3, .heading3 {
  color: #526b78;
  font-weight: 700;
  font-size: 1.22222rem;
}

h3 a, .heading3 a {
  font-weight: inherit !important;
}

h4, .heading4 {
  color: #526b78;
  font-weight: 700;
  font-size: 1.11111rem;
}

h4 a, .heading4 a {
  font-weight: inherit !important;
}

h5, .heading5 {
  color: #526b78;
  font-weight: 700;
  font-size: 1rem;
}

h5 a, .heading5 a {
  font-weight: inherit !important;
}

h6, .heading6 {
  color: #526b78;
  font-weight: 700;
  font-size: 0.88889rem;
}

h6 a, .heading6 a {
  font-weight: inherit !important;
}

.widget-title,
h1,
.heading1 {
  font-weight: 400;
}

.page-template-sitemap-html-php .bodytext .archive .entry-title {
  margin-bottom: 0.75em;
}

.page-template-sitemap-html-php .bodytext .sitemap-post-list h3 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.page-template-sitemap-html-php .bodytext .sitemap-category-list h3 {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

.page-template-sitemap-html-php .bodytext .sitemap-category-list-ul {
  padding-left: 0;
  list-style: none;
}

.subsectionslist {
  position: relative;
}

.subsectionslist ul ul {
  border-left-width: 0;
}

.subsectionslist ul ul a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-weight: 400;
}

.subsectionslist ul ul a::before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: currentColor;
  content: '';
}

.subsectionslist ul ul ul a::before {
  width: 8px;
  height: 8px;
  top: 0.5em;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: transparent;
  content: '';
}

.peoplelist {
  display: -webkit-flex;
  display: flex;
  padding: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.peoplelist > div {
  width: 100%;
  padding-right: 0.5em;
}

.peoplelist .name {
  display: block;
  font-weight: 700;
  font-size: 1.11111rem;
}

.peoplelist .emllink,
.peoplelist .loc,
.peoplelist .blocknumbers {
  color: #7a7a7a;
  font-size: 0.88889rem;
}

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

.numbered-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.numbered-list,
.numbered-list li {
  margin-bottom: 1em;
}

.numbered-list strong {
  display: inline-block;
  font-weight: 400;
}

.numbered-list .number {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0.1em;
  border: 2px solid currentColor;
  border-radius: 50%;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1;
}

.numbered-list strong {
  width: calc(100% - 50px);
  padding-top: 0.13986em;
  font-size: 1.22222rem;
}

.numbered-list .number {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 1.55556rem;
}

.j_categories ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.j_categories .btn-container,
.widget_categories .btn-container {
  margin-top: 50px;
  text-align: left;
}

.j_categories .more-categories-link a,
.widget_categories .more-categories-link a {
  color: #414f6a;
}

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

.widget_recent_entries li {
  margin-bottom: 25px;
}

.widget_recent_entries .post-date {
  display: block;
}

ul ol,
ul ul,
ol ol,
ol ul {
  margin-top: 0.5em;
}

ul li,
ol li {
  margin-bottom: 0.5em;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

ul.no-spacing-list li,
ol.no-spacing-list li {
  margin-bottom: 0 !important;
}

ul.list-roman,
ol.list-roman {
  list-style: upper-roman !important;
}

ul.list-latin,
ol.list-latin {
  list-style: upper-latin !important;
}

ul.list-styless,
ol.list-styless {
  list-style: none !important;
}

.cfrags {
  float: left;
  width: 100%;
}

.cfrags .widget {
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
}

.cfrags .widget:first-child {
  margin-top: 50px;
}

.cfrags .widget .widget-title {
  font-size: 1.33333rem;
}

.bodytext h1 {
  font-size: 1.55556rem;
}

.bodytext .video-wrapper {
  margin-bottom: 1.5em;
}

.bodytext img,
.text-container img,
.sidebar img,
.cfrags img {
  margin: 1.5em auto;
}

.bodytext a,
.text-container a,
.sidebar a,
.cfrags a {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.figure {
  margin: 0 auto 10px;
}

.figure img {
  width: 100%;
  margin: 0;
}

.figure.-left {
  float: left;
  max-width: 50%;
  margin: 0 1em 0.5em 0;
}

.figure.-right {
  float: right;
  max-width: 50%;
  margin: 0 0 0.5em 1em;
}

.figure .caption {
  margin-top: 10px;
  font-size: 0.77778rem;
  line-height: 1.1;
}

.figure.-bordered {
  padding: 10px;
  border: 1px solid #dbdbdb;
  background-color: #f2f2f2;
}

.figure.-bordered img {
  border: 1px solid #d3d3d3;
}

.responsive-video-list {
  width: 100%;
  margin: 0 auto 1.6em;
}

.responsive-video-list .video-wrapper {
  margin-bottom: 50px;
}

.responsive-video-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.responsive-video-list img {
  display: none;
  margin: 0;
}

.responsive-video-list li {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid #efefef;
  border-width: 1px 0;
  margin: 0 0 -1px;
}

.responsive-video-list a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 25px;
  color: currentColor;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.responsive-video-list a.-active {
  color: #d55337;
}

.responsive-video-list a:hover {
  color: #d55337;
  text-decoration: none !important;
}

.responsive-video-list.-two-columns li {
  margin-top: 0;
}

.responsive-video-list.-small a {
  padding: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.video-wrapper + * {
  clear: both;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

form fieldset {
  border: 1px solid #dbdbdb;
}

form legend,
form label {
  font-weight: 700;
}

form input, form textarea, form select {
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  border-radius: 2px;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form input:focus, form textarea:focus, form select:focus {
  border-color: #d55337;
}

form input:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder, form select:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

form input:focus::-moz-placeholder, form textarea:focus::-moz-placeholder, form select:focus::-moz-placeholder {
  opacity: 0.4;
}

form input:focus::placeholder, form textarea:focus::placeholder, form select:focus::placeholder {
  opacity: 0.4;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  opacity: 0.8;
  color: #4f4f4f;
}

form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  opacity: 0.8;
  color: #4f4f4f;
}

form input::placeholder, form textarea::placeholder, form select::placeholder {
  opacity: 0.8;
  color: #4f4f4f;
}

form input[type='text'], form input[type='password'], form input[type='email'], form input[type='number'], form input[type='tel'], form input[type='url'], form input[name='imagetext'], form textarea, form select {
  height: 50px;
  padding: 0 10px;
}

form input[type='checkbox'], form input[type='radio'] {
  width: 17px;
  height: 17px;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition-property: border-color, background-color, box-shadow;
  transition-property: border-color, background-color, box-shadow;
}

form input[type='checkbox']:checked, form input[type='radio']:checked {
  background-color: #d55337;
  box-shadow: inset 0 0 0 3px #ffffff;
}

form input[type='radio'] {
  border-radius: 50%;
}

form textarea {
  overflow: auto;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}

form select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

form button,
form input[type='submit'],
form input[type='button'] {
  padding: 0.88889em 10px;
  background-color: #d55337;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: normal;
}

form button:hover,
form input[type='submit']:hover,
form input[type='button']:hover {
  background-color: #ffffff;
}

form button:not(.-ghost),
form input[type='submit']:not(.-ghost),
form input[type='button']:not(.-ghost) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

form button:not(.-ghost):hover,
form input[type='submit']:not(.-ghost):hover,
form input[type='button']:not(.-ghost):hover {
  background-color: #dd745d;
  text-decoration: none;
}

.justia_contact_form .formdesc,
.detailedform .formdesc {
  margin-bottom: 1em;
}

.justia_contact_form .formdesc a,
.detailedform .formdesc a {
  display: inline-block;
  color: currentColor;
}

.justia_contact_form .formdesc > strong,
.detailedform .formdesc > strong {
  display: block;
  font-size: 1.33333rem;
}

.justia_contact_form input:not([type='checkbox']):not([type='radio']),
.justia_contact_form textarea,
.detailedform input:not([type='checkbox']):not([type='radio']),
.detailedform textarea {
  display: block;
  width: 100%;
  font-size: 0.88889rem;
}

.justia_contact_form .fld,
.justia_contact_form .textarea,
.justia_contact_form .disclaimer,
.justia_contact_form .submit,
.detailedform .fld,
.detailedform .textarea,
.detailedform .disclaimer,
.detailedform .submit {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.justia_contact_form .submit,
.detailedform .submit {
  clear: both;
  margin-bottom: 0;
}

.justia_contact_form .disclaimer,
.detailedform .disclaimer {
  font-size: 0.88889rem;
}

.justia_contact_form .disclaimer label,
.justia_contact_form .disclaimer input[type='checkbox'],
.detailedform .disclaimer label,
.detailedform .disclaimer input[type='checkbox'] {
  display: inline-block;
  vertical-align: top;
}

.justia_contact_form .disclaimer label,
.detailedform .disclaimer label {
  width: calc(100% - 27px);
  font-weight: 400;
}

.justia_contact_form .disclaimer input[type='checkbox'],
.detailedform .disclaimer input[type='checkbox'] {
  margin-top: 0.25em;
}

.justia_contact_form label {
  display: none;
}

.justia_contact_form button {
  display: block;
  width: 100%;
}

.detailedform input[type='submit'] {
  display: block;
  width: 100%;
}

.justia_contact_form .fld center,
.detailedform .fld center {
  position: relative;
  width: 150px;
  height: 50px;
  margin-bottom: -50px;
}

.justia_contact_form .fld img,
.detailedform .fld img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  margin: 0;
}

.justia_contact_form label[for='imagetext'],
.detailedform label[for='imagetext'] {
  position: relative;
  float: right;
  display: block;
  width: calc(100% - 160px);
  margin-top: -10px;
  margin-bottom: 10px;
}

.justia_contact_form label[for='imagetext'] strong,
.detailedform label[for='imagetext'] strong {
  display: none;
}

.justia_contact_form #captchainstructions,
.detailedform #captchainstructions {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  left: 0;
  display: none;
  padding: 0.8em 0.2em;
  border: 1px solid #9e3721;
  border-radius: 2px;
  background-color: #c8462a;
  color: #ffffff;
  font-size: 0.77778rem;
  line-height: 1.1;
  text-align: center;
}

.justia_contact_form #ImageText,
.detailedform #ImageText {
  text-align: center;
}

.justia_contact_form label[for='imagetext'],
.detailedform label[for='imagetext'] {
  display: none;
}

.justia_contact_form #captcha_wrapper .fld + .fld,
.detailedform #captcha_wrapper .fld + .fld {
  float: right;
  width: calc(100% - 160px);
  margin-top: -10px;
}

.justia_contact_form #ImageText:focus + span,
.page-submit-review #ImageText:focus + span {
  display: block;
}

.detailedform fieldset {
  padding: 0;
  border: 0;
}

.detailedform label {
  display: block;
  margin-bottom: 25px;
}

.detailedform .fld {
  margin-bottom: 25px;
}

.detailedform input + input {
  margin-top: 20px;
}

.detailedform .formdisclaimer {
  margin: 25px auto;
}

body:not(.page-submit-review) .detailedform .fld center {
  margin: 0 auto;
}

body:not(.page-submit-review) .detailedform label[for='imagetext'] {
  width: 100%;
  margin-top: 0;
  text-align: center;
}

body:not(.page-submit-review) .detailedform label[for='imagetext'] strong {
  display: block;
}

.-with-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  background-color: #ffffff;
}

.-with-content .formdesc {
  margin-bottom: 1em;
}

.-with-content .widget-title {
  display: block;
  width: 100%;
  color: #d55337;
}

.-with-content form {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.-with-content button {
  max-width: 100%;
  margin: 0 auto;
}

table {
  display: inline-block;
  overflow-x: auto;
  width: auto;
  max-width: 100%;
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}

table thead tr {
  background-color: #f1f1f1;
  font-weight: 700;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #f1f1f1;
}

table.-striped tr:nth-child(even) {
  background-color: #f9f9f9;
}

.searchform input[type='text'] {
  width: 100%;
}

.searchform input[type='text'] {
  display: block;
  margin-bottom: 10px;
}

.searchform input[type="text"],
.searchform button {
  width: 100%;
}

.searchform button {
  padding: 1.28571em 10px;
  font-size: 14px;
}

.sidebar .searchform button:hover {
  background-color: #d55337 !important;
}

hr {
  border-color: rgba(241, 241, 241, 0.3);
  margin-bottom: 1em;
}

:target {
  display: block;
}

:target::before {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
  content: '';
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.clr {
  display: none;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px auto 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0;
}

.slick-dots .slick-active button::after {
  background-color: #4f4f4f;
}

.slick-dots button {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-width: 0;
  outline: none;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots button::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #cccccc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  content: '';
}

.slick-dots button:hover {
  cursor: pointer;
}

.js .expandable-content.-collapsed {
  display: none;
}

.no-js .expander {
  display: none !important;
}

.attorney .profilepic {
  display: block;
  border: 1px solid #e5e5e5;
  margin: 50px auto 25px;
}

.attorney h1 + .position {
  display: block;
  padding-bottom: 1em;
  margin: -1.5em 0 0;
  color: #7a7a7a;
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
}

.attorney .blocks .jwpw_connect {
  display: inline-block;
  width: auto;
  padding: 0;
}

.attorney .blocks .jwpw_connect .connect-icons {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.attorney .blocks {
  margin: 1em 0;
}

.attorney .blocks:last-child {
  margin-bottom: 0;
}

.attorney .blocks p {
  margin: 1em 0;
}

.attorney #otherinfo .block {
  padding-bottom: 1px;
  padding-left: 19px;
  border-left: 1px dotted #cacaca;
}

.attorney #otherinfo .block .widget-title {
  padding-bottom: 0.5em;
  border-left: 1px solid #ffffff;
  margin: 1.5em 0 0 -20px;
  color: #000000;
  font-style: italic;
  font-weight: 700;
  font-size: 1.33333rem;
}

.attorney #otherinfo .block p,
.attorney #otherinfo .block .heading4 + strong,
.attorney #otherinfo .block ul,
.attorney #otherinfo .block li {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.attorney #otherinfo .block p + p strong,
.attorney #otherinfo .block .heading4 ~ strong {
  display: inline-block;
  margin-top: 0.5em;
}

.attorney #otherinfo .block ol {
  padding-left: 30px;
}

.attorney #otherinfo .block ul {
  padding-left: 20px;
}

.attorney #otherinfo .block li + li {
  margin-top: 0.5em;
}

.attorney #otherinfo .block .heading4 + strong {
  margin-top: 0;
}

.attorney #coreinfo {
  padding-left: 19px;
  border-left: 1px dotted #cacaca;
  font-weight: 700;
}

.attorney #coreinfo ul {
  padding: 0;
  list-style: none;
}

.attorney #practiceareas strong {
  display: inline-block;
  font-size: 1.11111rem;
  text-transform: uppercase;
}

.attorney #practiceareas li::before {
  content: '\bb\20';
}

.attorney .bodytext {
  overflow-y: hidden;
}

.attorney .bodytext ul {
  padding-left: 20px;
}

.attorney .bodytext ul li {
  padding: 0;
}

.page-submit-review section.content {
  padding-right: 25px;
}

.page-submit-review section.content .bodytext {
  padding-bottom: 0;
}

.page-submit-review .sidebar {
  display: none;
}

.page-submit-review .detailedform label {
  margin-bottom: 0;
}

.page-submit-review .detailedform .textarea {
  margin-bottom: 25px;
}

.page-submit-review .detailedform input[name='random'] + .fld {
  margin-bottom: 10px;
}

.page-submit-review .detailedform .rating-desc {
  display: block;
  margin-top: 0.25em;
}

.page-submit-review .detailedform .rating-values {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.page-submit-review .detailedform .radio {
  display: inline-block;
}

.page-submit-review .detailedform .radio + .radio {
  margin-left: 25px;
}

.page-submit-review .detailedform .radio label {
  display: inline-block;
  font-weight: 400;
}

body#contactus .blocks > div,
body#contactus .subpageslist > div,
body.locations .blocks > div,
body.locations .subpageslist > div {
  margin-bottom: 25px;
}

body#contactus .blocks > div .heading4, body#contactus .subpageslist > div .heading4, body.locations .blocks > div .heading4, body.locations .subpageslist > div .heading4,
body#contactus .blocks > div .blockaddress,
body#contactus .subpageslist > div .blockaddress,
body.locations .blocks > div .blockaddress,
body.locations .subpageslist > div .blockaddress {
  margin-top: 0;
}

body#contactus .blocks > div .heading4, body#contactus .subpageslist > div .heading4, body.locations .blocks > div .heading4, body.locations .subpageslist > div .heading4 {
  margin-bottom: 0;
}

body#contactus .bodytext .widget-content,
body.locations .bodytext .widget-content {
  margin-bottom: 50px;
}

body#contactus iframe[src*='google.com/maps'],
body.locations iframe[src*='google.com/maps'] {
  margin-bottom: 50px;
}

body.search .search-title {
  margin-top: 0;
  line-height: 1.1;
}

body.search .search_page_heading {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

body.search .search_page_heading .searchform #searchsubmit {
  width: 100%;
  padding: 1.28571em 10px;
  font-size: 14px;
}

body.search .search_page_heading .searchform #searchsubmit:hover {
  background-color: #d55337 !important;
}

body.search .search_page_heading .searchform input[type='text'] {
  width: 100%;
}

.settlements {
  height: 100px;
  background-color: #4f4f4f;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
}

.settlements .content {
  display: -webkit-flex;
  display: flex;
  height: 100px;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}

.settlements .amount {
  font-size: 1.11111rem;
}

.settlements .text {
  font-size: 0.77778rem;
}

.badges-01 .item {
  padding: 25px 0;
}

.badges-01 img {
  margin: 0 auto;
}

#logo::before {
  display: none;
  width: 500px;
  margin: 0 auto;
  content: url("../images/print-logo.png");
}

.pos-fixed {
  position: fixed !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-relative {
  position: relative !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.center {
  margin-right: auto !important;
  margin-left: auto !important;
}

.no-float {
  float: none !important;
}

.bodytext .leftphoto,
.bodytext .rightphoto,
.text-container .leftphoto,
.text-container .rightphoto {
  max-width: 50%;
}

.bodytext .leftphoto img,
.bodytext .rightphoto img,
.text-container .leftphoto img,
.text-container .rightphoto img {
  margin: 0;
}

.bodytext .leftphoto,
.text-container .leftphoto {
  float: left;
  margin: 0 10px 10px 0;
}

.bodytext .rightphoto,
.text-container .rightphoto {
  float: right;
  margin: 0 0 10px 10px;
}

.bodytext figure,
.text-container figure {
  float: none;
  max-width: 50%;
  margin: 0 auto 0.9em !important;
}

.bodytext figure > *,
.text-container figure > * {
  font-weight: 700;
}

.bodytext figure img,
.text-container figure img {
  width: 100%;
}

.bodytext figure.left,
.text-container figure.left {
  margin: 0 1em 0.5em 0 !important;
}

.bodytext figure.right,
.text-container figure.right {
  margin: 0 0 0.5em 1em !important;
}

.bodytext figure.center,
.text-container figure.center {
  margin: 0 auto 0.9em !important;
  text-align: center;
}

.bodytext figure figcaption,
.text-container figure figcaption {
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inlineb {
  display: inline-block !important;
}

.display-flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.accent-color {
  color: #d55337;
}

.accent-color-dark {
  color: #b33f26;
}

.accent-color-light {
  color: #de7761;
}

.tleft {
  text-align: left !important;
}

.tright {
  text-align: right !important;
}

.tcenter {
  text-align: center !important;
}

.tjustify {
  text-align: justify !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.small-caps {
  font-variant: small-caps;
}

.first-letter::first-letter {
  float: left;
  display: inline-block;
  margin-right: 0.3em;
  font-size: 3em;
  line-height: 1;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.box {
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #efefef;
}

.box img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  margin: 0 auto 10px;
}

.box.image, .box.caption {
  background-color: #f2f2f2;
  line-height: normal;
}

.box.image img, .box.caption img {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.box.image img + *, .box.caption img + * {
  margin-top: 10px;
}

.box.image small, .box.caption small {
  display: inline-block;
}

.quote {
  padding: 1em;
  border: 6px solid #efefef;
  border-width: 0 0 0 6px;
  background-color: #f5f5f5;
}

.quote .name {
  color: #6c6c6c;
  font-size: 0.77778rem;
}

.hfrags {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

body:not(.logged-in) .hfrags {
  position: fixed;
  z-index: 1001;
}

.header-lupe {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #d55337;
  background-color: #d55337;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header-lupe:hover {
  cursor: pointer;
}

#header-search {
  position: absolute;
  top: 50px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  max-width: 300px;
  padding: 15px;
  background-color: #526b78;
}

#header-search .searchform > div {
  display: block;
}

#header-search .fld {
  display: block;
  margin-bottom: 10px;
}

#header-search input {
  width: 100%;
}

#header-search .submit {
  display: block;
}

#header-search button {
  width: 100%;
  background-image: none;
  text-indent: initial;
}

#header-search.active {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background: #cccccc;
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg path, .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg path {
  fill: #d55337;
}

.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #cccccc;
}

.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar span.flatpickr-weekday {
  background: #cccccc;
}

.em .selectize-control.em-selectize-autocomplete:not(.always-open):not(.multidropdown) .selectize-input.focus.dropdown-active,
.em .selectize-control.em-selectize:not(.always-open):not(.multidropdown) .selectize-input.focus.dropdown-active,
.em .em-search-country .selectize-control.em-selectize .selectize-dropdown,
.em .em-search-country .selectize-control.em-selectize-autocomplete .selectize-dropdown,
.em .em-search-country .selectize-control.em-selectize .selectize-dropdown,
.em .em-search-country .selectize-control.em-selectize-autocomplete .selectize-dropdown,
.em .selectize-control.em-selectize.always-open .selectize-input #em-search-category-1-selectized:focus,
.em .selectize-control.em-selectize.multidropdown .selectize-input #em-search-category-1-selectized:focus,
.em .selectize-control.em-selectize.always-open .selectize-input #em-search-category-1-selectized:focus,
.em .selectize-control.em-selectize.multidropdown .selectize-input #em-search-category-1-selectized:focus {
  border-color: #d55337 !important;
}

.em-search .em.pixelbones .input button.button-primary {
  border-color: #d55337 !important;
  background-color: #ffffff !important;
  color: #d55337 !important;
}

.em-search .em.pixelbones .input button.button-primary:hover {
  border-color: #d55337 !important;
  background-color: #d55337 !important;
  color: #ffffff !important;
}

.em-search .em.pixelbones .input button.button-primary,
.em-search .em.pixelbones .input button.button-secondary {
  height: 50px !important;
  font-weight: 700 !important;
  font-size: 0.77778rem !important;
}

.em-search .em.pixelbones .input div.input-wrap:focus,
.em-search .em.pixelbones .input input[type="email"]:focus,
.em-search .em.pixelbones .input input[type="number"]:focus,
.em-search .em.pixelbones .input input[type="password"]:focus,
.em-search .em.pixelbones .input input[type="search"]:focus,
.em-search .em.pixelbones .input input[type="select-one"]:focus,
.em-search .em.pixelbones .input input[type="tel"]:focus,
.em-search .em.pixelbones .input input[type="text"]:focus,
.em-search .em.pixelbones .input input[type="url"]:focus,
.em-search .em.pixelbones .input select:focus,
.em-search .em.pixelbones .input textarea:focus {
  border-color: #d55337 !important;
}

.em-view-container {
  text-align: center;
}

.em-view-container .month-nav {
  display: grid;
  margin: 10px 0;
  grid-template-columns: 20px calc(100% - 40px) 20px;
}

.em-view-container .em-cal-week-days.size-small {
  font-weight: bold;
}

.em-view-container .em-cal-week-days.size-small,
.em-view-container .em-cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.em-view-container .em-cal-day {
  height: 30px;
}

.em-view-container .em-cal-days [class*='-today'] .em-cal-day-date {
  background-color: rgba(0, 0, 0, 0.1);
}

.em-view-container .em-cal-days [class*='-pre'],
.em-view-container .em-cal-days [class*='-post'] {
  opacity: 0.5;
}

.em-view-container .eventful {
  font-weight: bold;
}

.em-view-container .em-cal-week-days.size-large,
.em-view-container .em-cal-day-limit,
.em-view-container .limited-icon,
.em-view-container .em-cal-events-content {
  display: none;
}

.all-team-members-link h3,
.all-team-members-link .heading3 {
  text-align: right;
}

#contributors {
  margin-top: 50px;
  margin-bottom: 50px;
}

#contributors .contributor {
  margin-bottom: 25px;
}

#contributors .img-container {
  display: none;
}

#contributors .img-container img {
  width: 100%;
  height: auto;
  padding: 4px;
  margin: 0 auto;
  background-color: #f8f8f8;
}

#contributors .info {
  text-align: center;
}

#contributors .info p {
  margin: 0;
}

#contributors .email a {
  font-weight: 400;
}

#footernav-wrapper {
  margin: 40px 0;
  line-height: 1;
  text-align: center;
  color: #d55337;
}

#footernav-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footernav-wrapper a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 700;
}

#footernav-wrapper a:hover {
  text-decoration: none;
}

#footernav-wrapper li:not(:last-child) {
  margin-bottom: 5px;
}

.fcontainer {
  position: relative;
  max-width: 1200px;
  padding: 25px;
  margin: 0 auto;
}

#address .slocation {
  width: 100%;
  margin-bottom: 35px;
}

#address .slocation br {
  display: none;
}

#address span[itemprop='addressCountry'] {
  display: none !important;
}

#address .contacts > span {
  display: block;
  font-weight: 700;
}

#address .contacts > span span {
  font-weight: 400;
}

#address .heading5 {
  display: none;
}

.footerlocalities {
  zoom: 1;
}

.footerlocalities::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

#footer .social-media {
  margin-top: 15px;
  margin-bottom: 40px;
}

#footer .all-rights {
  display: none;
}

#footer .copyright {
  margin-bottom: 0.5em;
  font-weight: 400;
}

#footer .copyright span {
  display: block;
}

#footer .copyright a {
  font-weight: inherit;
}

#footer .copyright .all-rights {
  display: inline;
  margin-left: 5px;
}

#footer .credits a {
  font-weight: 400;
}

#footer .credits span,
#footer .credits strong {
  font-weight: 700;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#footer {
  clear: both;
  background-color: #E9EDEF;
  color: #000000;
  font-size: 0.88889rem;
}

#footer a {
  color: currentColor;
}

#footer a:hover {
  color: #dd745d;
}

#footer .expander {
  display: inline-block;
  color: #d55337;
  font-weight: 700;
  cursor: pointer;
}

#footer .expandable-content.-expanded {
  display: inline;
}

#footer .social-icons {
  float: left;
  clear: both;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
  -webkit-justify-content: start;
          justify-content: start;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
}

#footer .social-icons .icon-container {
  display: inline-block;
}

#footer .social-icons .icon {
  display: inline-block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  border: 1px solid #000000;
  border-radius: 30px;
  text-indent: -9000px;
}

#footer .social-icons .icon:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-filter: invert(1);
          filter: invert(1);
}

#footer .social-icons .icon-vimeo {
  background-image: url("../images/icons/vimeo.png");
  background-size: contain;
}

#footer .social-icons .icon-twitter {
  background-image: url("../images/icons/twitter.png");
  background-size: contain;
}

#footer .social-icons .icon-linkedin {
  background-image: url("../images/icons/linkedin.png");
  background-size: contain;
}

#footer .social-icons .icon-email {
  background-image: url("../images/icons/email.png");
  background-size: contain;
}

#footer .social-icons .hide-mobile-only {
  display: none;
}

#footer .social-icons a {
  display: block;
  width: 30px;
  height: 30px;
}

#footer .footer-menu {
  display: block;
  padding: 0;
  margin: 0.5em 0;
}

#footer .footer-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
}

.practice-areas.widget .toplevel, .stripes ul.rss_items, .responsive-video-list.-two-columns, body#contactus .blocks,
body#contactus .subpageslist,
body.locations .blocks,
body.locations .subpageslist, #address .address_container,
.columns {
  display: -webkit-flex;
  display: flex;
  width: 104.34783%;
  margin-right: -2.17391%;
  margin-left: -2.17391%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.column,
.practice-areas.widget .toplevel li,
.stripes ul.rss_items .rss_item,
.responsive-video-list.-two-columns ul,
.responsive-video-list.-two-columns .featured-video,
body#contactus .blocks > div,
body#contactus .subpageslist > div,
body.locations .blocks > div,
body.locations .subpageslist > div,
#address .slocation {
  width: 100%;
  padding-right: 2.17391%;
  padding-left: 2.17391%;
}

@media screen and (min-width: 20em) {
  .swipeable.-max-6 .item {
    min-width: 45.83333%;
  }
  .swipeable.-max-4 .item {
    min-width: 45.83333%;
  }
  .column.-w-12-in-min, .stripes ul.rss_items .column.rss_item, .responsive-video-list.-two-columns ul.column,
  .responsive-video-list.-two-columns .column.featured-video,
  .practice-areas.widget .toplevel li.-w-12-in-min,
  .stripes ul.rss_items .-w-12-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-12-in-min,
  .responsive-video-list.-two-columns .-w-12-in-min.featured-video,
  body#contactus .blocks > div.-w-12-in-min,
  body#contactus .subpageslist > div.-w-12-in-min,
  body.locations .blocks > div.-w-12-in-min,
  body.locations .subpageslist > div.-w-12-in-min,
  #address .-w-12-in-min.slocation,
  .practice-areas.widget .toplevel .responsive-video-list.-two-columns li.featured-video,
  .responsive-video-list.-two-columns .practice-areas.widget .toplevel li.featured-video,
  .stripes ul.rss_items .rss_item,
  .responsive-video-list.-two-columns ul,
  .responsive-video-list.-two-columns .featured-video,
  .stripes ul.rss_items body#contactus .blocks > div.rss_item,
  body#contactus .stripes ul.rss_items .blocks > div.rss_item,
  .stripes ul.rss_items body#contactus .subpageslist > div.rss_item,
  body#contactus .stripes ul.rss_items .subpageslist > div.rss_item,
  .responsive-video-list.-two-columns body#contactus .blocks > div.featured-video,
  body#contactus .responsive-video-list.-two-columns .blocks > div.featured-video,
  .responsive-video-list.-two-columns body#contactus .subpageslist > div.featured-video,
  body#contactus .responsive-video-list.-two-columns .subpageslist > div.featured-video,
  #address .stripes ul.rss_items .slocation.rss_item,
  .stripes ul.rss_items #address .slocation.rss_item,
  #address .responsive-video-list.-two-columns ul.slocation,
  .responsive-video-list.-two-columns #address ul.slocation,
  #address .responsive-video-list.-two-columns .slocation.featured-video,
  .responsive-video-list.-two-columns #address .slocation.featured-video {
    width: 100%;
  }
  .column.-w-11-in-min,
  .practice-areas.widget .toplevel li.-w-11-in-min,
  .stripes ul.rss_items .-w-11-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-11-in-min,
  .responsive-video-list.-two-columns .-w-11-in-min.featured-video,
  body#contactus .blocks > div.-w-11-in-min,
  body#contactus .subpageslist > div.-w-11-in-min,
  body.locations .blocks > div.-w-11-in-min,
  body.locations .subpageslist > div.-w-11-in-min,
  #address .-w-11-in-min.slocation {
    width: 91.66667%;
  }
  .column.-w-10-in-min,
  .practice-areas.widget .toplevel li.-w-10-in-min,
  .stripes ul.rss_items .-w-10-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-10-in-min,
  .responsive-video-list.-two-columns .-w-10-in-min.featured-video,
  body#contactus .blocks > div.-w-10-in-min,
  body#contactus .subpageslist > div.-w-10-in-min,
  body.locations .blocks > div.-w-10-in-min,
  body.locations .subpageslist > div.-w-10-in-min,
  #address .-w-10-in-min.slocation {
    width: 83.33333%;
  }
  .column.-w-9-in-min,
  .practice-areas.widget .toplevel li.-w-9-in-min,
  .stripes ul.rss_items .-w-9-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-9-in-min,
  .responsive-video-list.-two-columns .-w-9-in-min.featured-video,
  body#contactus .blocks > div.-w-9-in-min,
  body#contactus .subpageslist > div.-w-9-in-min,
  body.locations .blocks > div.-w-9-in-min,
  body.locations .subpageslist > div.-w-9-in-min,
  #address .-w-9-in-min.slocation {
    width: 75%;
  }
  .column.-w-8-in-min,
  .practice-areas.widget .toplevel li.-w-8-in-min,
  .stripes ul.rss_items .-w-8-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-8-in-min,
  .responsive-video-list.-two-columns .-w-8-in-min.featured-video,
  body#contactus .blocks > div.-w-8-in-min,
  body#contactus .subpageslist > div.-w-8-in-min,
  body.locations .blocks > div.-w-8-in-min,
  body.locations .subpageslist > div.-w-8-in-min,
  #address .-w-8-in-min.slocation {
    width: 66.66667%;
  }
  .column.-w-7-in-min,
  .practice-areas.widget .toplevel li.-w-7-in-min,
  .stripes ul.rss_items .-w-7-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-7-in-min,
  .responsive-video-list.-two-columns .-w-7-in-min.featured-video,
  body#contactus .blocks > div.-w-7-in-min,
  body#contactus .subpageslist > div.-w-7-in-min,
  body.locations .blocks > div.-w-7-in-min,
  body.locations .subpageslist > div.-w-7-in-min,
  #address .-w-7-in-min.slocation {
    width: 58.33333%;
  }
  .column.-w-6-in-min, .practice-areas.widget .toplevel li.column,
  .practice-areas.widget .toplevel li.-w-6-in-min,
  .stripes ul.rss_items .-w-6-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-6-in-min,
  .responsive-video-list.-two-columns .-w-6-in-min.featured-video,
  body#contactus .blocks > div.-w-6-in-min,
  body#contactus .subpageslist > div.-w-6-in-min,
  body.locations .blocks > div.-w-6-in-min,
  body.locations .subpageslist > div.-w-6-in-min,
  #address .-w-6-in-min.slocation,
  .practice-areas.widget .toplevel li,
  #address .practice-areas.widget .toplevel li.slocation,
  .practice-areas.widget .toplevel #address li.slocation {
    width: 50%;
  }
  .column.-w-5-in-min,
  .practice-areas.widget .toplevel li.-w-5-in-min,
  .stripes ul.rss_items .-w-5-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-5-in-min,
  .responsive-video-list.-two-columns .-w-5-in-min.featured-video,
  body#contactus .blocks > div.-w-5-in-min,
  body#contactus .subpageslist > div.-w-5-in-min,
  body.locations .blocks > div.-w-5-in-min,
  body.locations .subpageslist > div.-w-5-in-min,
  #address .-w-5-in-min.slocation {
    width: 41.66667%;
  }
  .column.-w-4-in-min,
  .practice-areas.widget .toplevel li.-w-4-in-min,
  .stripes ul.rss_items .-w-4-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-4-in-min,
  .responsive-video-list.-two-columns .-w-4-in-min.featured-video,
  body#contactus .blocks > div.-w-4-in-min,
  body#contactus .subpageslist > div.-w-4-in-min,
  body.locations .blocks > div.-w-4-in-min,
  body.locations .subpageslist > div.-w-4-in-min,
  #address .-w-4-in-min.slocation {
    width: 33.33333%;
  }
  .column.-w-3-in-min,
  .practice-areas.widget .toplevel li.-w-3-in-min,
  .stripes ul.rss_items .-w-3-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-3-in-min,
  .responsive-video-list.-two-columns .-w-3-in-min.featured-video,
  body#contactus .blocks > div.-w-3-in-min,
  body#contactus .subpageslist > div.-w-3-in-min,
  body.locations .blocks > div.-w-3-in-min,
  body.locations .subpageslist > div.-w-3-in-min,
  #address .-w-3-in-min.slocation {
    width: 25%;
  }
  .column.-w-2-in-min,
  .practice-areas.widget .toplevel li.-w-2-in-min,
  .stripes ul.rss_items .-w-2-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-2-in-min,
  .responsive-video-list.-two-columns .-w-2-in-min.featured-video,
  body#contactus .blocks > div.-w-2-in-min,
  body#contactus .subpageslist > div.-w-2-in-min,
  body.locations .blocks > div.-w-2-in-min,
  body.locations .subpageslist > div.-w-2-in-min,
  #address .-w-2-in-min.slocation {
    width: 16.66667%;
  }
  .column.-w-1-in-min,
  .practice-areas.widget .toplevel li.-w-1-in-min,
  .stripes ul.rss_items .-w-1-in-min.rss_item,
  .responsive-video-list.-two-columns ul.-w-1-in-min,
  .responsive-video-list.-two-columns .-w-1-in-min.featured-video,
  body#contactus .blocks > div.-w-1-in-min,
  body#contactus .subpageslist > div.-w-1-in-min,
  body.locations .blocks > div.-w-1-in-min,
  body.locations .subpageslist > div.-w-1-in-min,
  #address .-w-1-in-min.slocation {
    width: 8.33333%;
  }
}

@media screen and (min-width: 25em) {
  .banner-01 {
    padding-top: 38.56154%;
  }
}

@media screen and (min-width: 28.125em) {
  #tnav-toplevel > li > a {
    padding: 0 40px;
  }
}

@media screen and (min-width: 31.25em) {
  .top-numbers-v2 {
    font-size: 19px;
  }
  .top-numbers-v2.tnv2-sticky {
    height: 92px;
  }
  .top-numbers-v2.tnv2-sticky ~ .container {
    padding-top: 92px;
  }
  .attorney .profilepic {
    float: right;
    width: auto;
    max-width: 45%;
    margin: 1.35em 0 10px 10px;
  }
}

@media screen and (min-width: 37.5em) {
  #footernav-wrapper li {
    display: inline-block;
    margin: 0 10px;
  }
}

@media screen and (min-width: 46.875em) {
  p {
    margin-bottom: 1.5em;
  }
  .top-numbers-v2 {
    display: none;
  }
  .top-numbers-v2.tnv2-sticky ~ .container {
    padding-top: 0;
  }
  #head {
    width: 100%;
    height: 150px;
    padding: 0 25px;
  }
  #tagline {
    float: left;
    height: 79px;
    padding: 0;
    margin-top: 35.5px;
  }
  #logo {
    float: right;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - 211px);
    height: 34px;
    padding: 0;
    margin-top: 58px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
            align-items: center;
  }
  #logo a {
    width: 100%;
    margin: 0;
  }
  #topnav {
    width: 100%;
  }
  #header {
    background-color: transparent;
  }
  .breadcrumbs {
    border-bottom: 1px dotted #e0e0e0;
    display: block;
  }
  .breadcrumbs .wrapper {
    overflow-y: hidden;
    width: 100%;
    padding: 1.036em 0;
    font-size: 0.77778rem;
    text-indent: -9999px;
  }
  .breadcrumbs a {
    font-weight: 700;
  }
  .breadcrumbs a::after {
    display: inline-block;
    margin-left: 5px;
    color: #cccccc;
    font-weight: 400;
    content: '\20\200D\20\3009';
  }
  .breadcrumbs a,
  .breadcrumbs span {
    float: left;
    display: inline-block;
    text-indent: 0;
    text-decoration: none;
  }
  .sidebar {
    clear: none;
  }
  .sidebar > div {
    margin-top: 50px;
  }
  .sidebar.secondary-sidebar {
    border-top: 0;
  }
  .l2 .sidebar.secondary-sidebar {
    margin-top: 50px;
  }
  .secondary-sidebar {
    float: left;
    width: 250px;
    margin-left: -275px;
  }
  section.content {
    float: left;
    width: 100%;
    padding-right: 325px;
  }
  .mwrap::before {
    right: 25px;
    width: 250px;
  }
  .mwrap {
    padding-bottom: 25px;
  }
  .banner-02 {
    padding-top: 11.63846%;
  }
  .banner-tagline > .wrapper {
    top: auto;
    right: auto;
    bottom: 10%;
    left: 25px;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .banner-tagline .text {
    text-align: left;
  }
  .banner-tagline .line {
    font-size: 2.5vw;
  }
  .banner-tagline .btn-container {
    display: block;
    margin-top: 2.08333vw;
  }
  .banner-tagline .btn-container .btn {
    display: inline-block;
    padding: 0.88889em 10px;
    padding-top: 0.889em;
    padding-bottom: 0.889em;
    font-size: 1.5vw;
  }
  .banner {
    display: block;
  }
  .banner .slide {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
  }
  .banner img {
    right: 0;
    left: auto;
    max-width: none;
    -webkit-transform: none;
            transform: none;
  }
  .w-cycler-v2 .review-item {
    font-size: 1.33333rem;
  }
  .w-cycler-v2 .review-author {
    font-size: 1rem;
  }
  .w-cycler-v2 .slick-arrow {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: fill, background-color;
    transition-property: fill, background-color;
  }
  .w-cycler-v2 .slick-arrow:hover {
    background-color: #efefef;
  }
  .w-cycler-v2 .w-cycler-wrapper {
    padding-right: 62.5px;
    padding-left: 62.5px;
  }
  .w-cycler-v2 .slick-arrow {
    position: absolute;
    top: 25%;
  }
  .w-cycler-v2 .w-cycler-next {
    right: 0;
  }
  .w-cycler-v2 .w-cycler-prev {
    left: 0;
  }
  .swipeable .slick-list {
    width: 100%;
    max-width: 1200px;
  }
  .swipeable .slick-arrow {
    display: none !important;
  }
  .swipeable.-with-dots .slick-dots {
    display: block !important;
  }
  .swipeable.-max-6 .item {
    min-width: 29.16667%;
  }
  .swipeable.-max-4 .item {
    min-width: 29.16667%;
  }
  .entry-content .alignright,
  .entry-summary .alignright {
    margin-left: 25px;
  }
  .entry-content .alignleft,
  .entry-summary .alignleft {
    margin-right: 25px;
  }
  .entry-content .wp-caption p,
  .entry-summary .wp-caption p {
    padding: 12.5px 20px 0;
    font-size: 0.77778rem;
  }
  .widget .widget-title,
  .widget .heading1 {
    font-size: 1.88889rem;
  }
  .widget {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sidebar .widget:first-child {
    margin-top: 0;
  }
  .sidebar .justia_contact_form #captchaimage {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
  .sidebar .justia_contact_form #captchaimage center {
    width: 90px;
    height: 30px;
    margin-bottom: -30px;
  }
  .sidebar .justia_contact_form label[for='imagetext'] {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar .justia_contact_form label[for='imagetext'] > span {
    display: block;
    width: calc(100% - 100px);
    height: 30px;
    margin-right: 0;
    margin-left: auto;
  }
  .sidebar .justia_contact_form label[for='imagetext'] input[type='text'] {
    width: 100%;
    height: 30px;
  }
  .sidebar .justia_contact_form #captchainstructions {
    left: 100px;
  }
  .sidebar .justia_contact_form .captcha_wrapper {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sidebar .justia_contact_form .captcha_wrapper input[name='random'] + .fld,
  .sidebar .justia_contact_form .captcha_wrapper label {
    width: 100%;
  }
  .sidebar .justia_contact_form input[name='imagetext'] {
    height: 30px;
  }
  .sidebar .justia_contact_form #captcha_wrapper .fld + .fld {
    width: calc(100% - 100px);
    margin-top: 0;
  }
  .sidebar .widget_em_widget .all-events-link {
    text-align: center;
  }
  .text-container h1,
  .text-container .heading1 {
    font-size: 1.88889rem;
  }
  .numbered-list,
  .numbered-list li {
    margin-bottom: 50px;
  }
  .j_categories #topics-content-details,
  .widget_categories #topics-content-details {
    display: block;
  }
  .j_categories .btn-container,
  .widget_categories .btn-container {
    display: none;
  }
  ul,
  ol {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  ul.-two-columns,
  ol.-two-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
  .cfrags .widget .widget-title {
    font-size: 1.55556rem;
  }
  .cfrags .widget:last-child {
    padding-bottom: 0;
  }
  .bodytext h1 {
    font-size: 1.88889rem;
  }
  .home .bodytext h1 {
    margin-top: 50px;
  }
  .responsive-video-list a {
    height: 100px;
    padding: 2.02525em 25px;
    padding-left: 0;
  }
  .responsive-video-list img {
    float: left;
    width: 150px;
    height: 100px;
    margin-top: -2.02525em;
    margin-right: 25px;
  }
  .responsive-video-list.-with-image img {
    display: block;
  }
  .responsive-video-list.-two-columns li a,
  .responsive-video-list.-two-columns li.-active a {
    position: relative;
    padding-left: 35px;
  }
  .responsive-video-list.-two-columns li a::before,
  .responsive-video-list.-two-columns li.-active a::before {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(17.5px - 0.5em);
    color: transparent;
    font-size: 1.11111rem;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    content: '\002039';
  }
  .responsive-video-list.-two-columns li.-active a::before {
    color: #d55337;
  }
  .responsive-video-list.-small a {
    height: 50px;
    padding: 0.76263em 10px;
  }
  .responsive-video-list.-small img {
    width: 75px;
    height: 50px;
    margin-top: -0.76263em;
    margin-right: 10px;
  }
  .video-wrapper.-size-50 {
    width: 50% !important;
    padding-top: 28.125%;
  }
  .video-wrapper.-size-50 + * {
    clear: none;
  }
  .video-wrapper.-size-70 {
    width: 70% !important;
    padding-top: 39.375%;
  }
  .video-wrapper.-size-70 + * {
    clear: none;
  }
  .-with-content #captchaimage {
    float: none;
    width: 42.85714%;
    margin: 0 auto;
    margin-top: 0;
  }
  .-with-content #captchaimage center {
    width: 150px;
    height: 50px;
    margin-bottom: -50px;
  }
  .-with-content label[for='imagetext'] {
    float: none;
    width: 42.85714%;
    margin-right: auto;
    margin-left: auto;
  }
  .-with-content label[for='imagetext'] > span {
    display: block;
    width: calc(100% - 160px);
    height: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  .-with-content label[for='imagetext'] input[type='text'] {
    width: 100%;
    height: 50px;
  }
  .-with-content #captchainstructions {
    left: 160px;
  }
  .-with-content .captcha_wrapper {
    clear: both;
    display: block;
    width: 42.85714%;
    margin: 0 auto;
  }
  .-with-content .captcha_wrapper input[name='random'] + .fld,
  .-with-content .captcha_wrapper label {
    width: 100%;
  }
  .-with-content input[name='imagetext'] {
    height: 50px;
  }
  .-with-content #captcha_wrapper .fld + .fld {
    width: calc(100% - 160px);
    margin-top: 0;
  }
  .-with-content .formdesc {
    float: left;
    width: 42.85714%;
  }
  .-with-content .formdesc ~ * {
    float: right;
    clear: right;
    width: 42.85714%;
  }
  .-with-content label[for='imagetext'],
  .-with-content input[name='random'] + .fld {
    float: right;
  }
  .-with-content label[for='imagetext'] {
    margin-top: 0;
  }
  .-with-content .formdesc {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    height: 100%;
  }
  :target::before {
    padding-top: 225px;
    margin-top: -225px;
  }
  .js .expandable-content.-collapsed.-lvl1 {
    display: block;
  }
  .js .expandable-content.-collapsed.-lvl1 .expandable-content {
    display: none;
  }
  .page-submit-review .detailedform #captchaimage {
    float: none;
    width: 400px;
    margin: 0 auto;
    margin-top: 0;
  }
  .page-submit-review .detailedform #captchaimage center {
    width: 150px;
    height: 50px;
    margin-bottom: -50px;
  }
  .page-submit-review .detailedform label[for='imagetext'] {
    float: none;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-submit-review .detailedform label[for='imagetext'] > span {
    display: block;
    width: calc(100% - 160px);
    height: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  .page-submit-review .detailedform label[for='imagetext'] input[type='text'] {
    width: 100%;
    height: 50px;
  }
  .page-submit-review .detailedform #captchainstructions {
    left: 160px;
  }
  .page-submit-review .detailedform .captcha_wrapper {
    clear: both;
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  .page-submit-review .detailedform .captcha_wrapper input[name='random'] + .fld,
  .page-submit-review .detailedform .captcha_wrapper label {
    width: 100%;
  }
  .page-submit-review .detailedform input[name='imagetext'] {
    height: 50px;
  }
  .page-submit-review .detailedform #captcha_wrapper .fld + .fld {
    width: calc(100% - 160px);
    margin-top: 0;
  }
  .page-submit-review .detailedform .fld {
    float: left;
  }
  .page-submit-review .detailedform .fld legend {
    float: left;
  }
  .page-submit-review .detailedform .fld2,
  .page-submit-review .detailedform .fld3 {
    width: calc(50% - 5px);
  }
  .page-submit-review .detailedform .fld2 {
    margin-right: 10px;
  }
  .page-submit-review .detailedform .fld5 {
    width: auto;
  }
  .page-submit-review .detailedform .textarea label {
    clear: both;
  }
  .page-submit-review .detailedform .radio {
    margin-left: 25px;
  }
  .page-submit-review .detailedform input[name='random'] + .fld {
    clear: both;
  }
  .page-submit-review .detailedform label[for='imagetext'] span {
    float: right;
  }
  .page-submit-review .detailedform #captchainstructions {
    width: auto;
  }
  .page-submit-review .detailedform .formdisclaimer {
    margin-top: 25px;
  }
  .page-submit-review .detailedform #Submit {
    max-width: 350px;
    margin: 0 auto;
  }
  body#contactus .blocks > div,
  body#contactus .subpageslist > div,
  body.locations .blocks > div,
  body.locations .subpageslist > div {
    margin-bottom: 50px;
  }
  .settlements .amount {
    font-size: 1.33333rem;
  }
  .settlements .text {
    font-size: 0.88889rem;
  }
  .w-max {
    max-width: 100% !important;
  }
  .w-max-none {
    max-width: none !important;
  }
  .w100 {
    width: 100% !important;
  }
  .w-max100 {
    max-width: 100% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w-max90 {
    max-width: 90% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w-max80 {
    max-width: 80% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w-max70 {
    max-width: 70% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w-max60 {
    max-width: 60% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w-max50 {
    max-width: 50% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w-max40 {
    max-width: 40% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w-max30 {
    max-width: 30% !important;
  }
  #contributors {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contributors .contributor {
    display: block;
    width: calc(50% - 25px);
    margin: 0 auto 50px;
  }
  #contributors .img-container {
    display: block;
    margin-bottom: 15px;
  }
  #footernav-wrapper {
    color: #d55337;
  }
  #footernav-wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: #e9e9e9;
  }
  #footernav-wrapper::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
  #footernav-wrapper ul {
    display: inline-block;
    vertical-align: middle;
  }
  #footernav-wrapper li {
    margin: 0 !important;
  }
  #footernav-wrapper a {
    padding: 5px 5px;
  }
  #address {
    font-size: 1rem;
  }
  #address .slocation {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .footerlocalities {
    margin-top: 15px;
  }
  .footerlocalities .localities-wrapper {
    float: right;
    text-align: left;
  }
  #footer .social-media {
    float: left;
    margin: 0;
  }
  #footer .copyright {
    margin-bottom: 0;
    text-align: left;
  }
  #footer .copyright span {
    display: inline;
  }
  #footer-title {
    margin-bottom: 1.8em;
  }
  #footer .credits {
    margin-top: 25px;
    text-align: left;
  }
  #footer .social-icons .hide-mobile-only {
    display: inline;
  }
  #footer .footer-menu .menu-item {
    display: inline-block;
  }
  #footer .footer-menu .menu-item + .menu-item::before {
    display: inline-block;
    margin: 0 3px;
    content: ' | ';
  }
  .column.-w-12-in-lvl2,
  .practice-areas.widget .toplevel li.-w-12-in-lvl2,
  .stripes ul.rss_items .-w-12-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-12-in-lvl2,
  .responsive-video-list.-two-columns .-w-12-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-12-in-lvl2,
  body#contactus .subpageslist > div.-w-12-in-lvl2,
  body.locations .blocks > div.-w-12-in-lvl2,
  body.locations .subpageslist > div.-w-12-in-lvl2,
  #address .-w-12-in-lvl2.slocation {
    width: 100%;
  }
  .column.-w-11-in-lvl2,
  .practice-areas.widget .toplevel li.-w-11-in-lvl2,
  .stripes ul.rss_items .-w-11-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-11-in-lvl2,
  .responsive-video-list.-two-columns .-w-11-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-11-in-lvl2,
  body#contactus .subpageslist > div.-w-11-in-lvl2,
  body.locations .blocks > div.-w-11-in-lvl2,
  body.locations .subpageslist > div.-w-11-in-lvl2,
  #address .-w-11-in-lvl2.slocation {
    width: 91.66667%;
  }
  .column.-w-10-in-lvl2,
  .practice-areas.widget .toplevel li.-w-10-in-lvl2,
  .stripes ul.rss_items .-w-10-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-10-in-lvl2,
  .responsive-video-list.-two-columns .-w-10-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-10-in-lvl2,
  body#contactus .subpageslist > div.-w-10-in-lvl2,
  body.locations .blocks > div.-w-10-in-lvl2,
  body.locations .subpageslist > div.-w-10-in-lvl2,
  #address .-w-10-in-lvl2.slocation {
    width: 83.33333%;
  }
  .column.-w-9-in-lvl2,
  .practice-areas.widget .toplevel li.-w-9-in-lvl2,
  .stripes ul.rss_items .-w-9-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-9-in-lvl2,
  .responsive-video-list.-two-columns .-w-9-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-9-in-lvl2,
  body#contactus .subpageslist > div.-w-9-in-lvl2,
  body.locations .blocks > div.-w-9-in-lvl2,
  body.locations .subpageslist > div.-w-9-in-lvl2,
  #address .-w-9-in-lvl2.slocation {
    width: 75%;
  }
  .column.-w-8-in-lvl2,
  .practice-areas.widget .toplevel li.-w-8-in-lvl2,
  .stripes ul.rss_items .-w-8-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-8-in-lvl2,
  .responsive-video-list.-two-columns .-w-8-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-8-in-lvl2,
  body#contactus .subpageslist > div.-w-8-in-lvl2,
  body.locations .blocks > div.-w-8-in-lvl2,
  body.locations .subpageslist > div.-w-8-in-lvl2,
  #address .-w-8-in-lvl2.slocation {
    width: 66.66667%;
  }
  .column.-w-7-in-lvl2,
  .practice-areas.widget .toplevel li.-w-7-in-lvl2,
  .stripes ul.rss_items .-w-7-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-7-in-lvl2,
  .responsive-video-list.-two-columns .-w-7-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-7-in-lvl2,
  body#contactus .subpageslist > div.-w-7-in-lvl2,
  body.locations .blocks > div.-w-7-in-lvl2,
  body.locations .subpageslist > div.-w-7-in-lvl2,
  #address .-w-7-in-lvl2.slocation {
    width: 58.33333%;
  }
  .column.-w-6-in-lvl2, .responsive-video-list.-two-columns ul.column,
  .responsive-video-list.-two-columns .column.featured-video, body#contactus .blocks > div.column,
  body#contactus .subpageslist > div.column,
  body.locations .blocks > div.column,
  body.locations .subpageslist > div.column, #address .column.slocation,
  .practice-areas.widget .toplevel li.-w-6-in-lvl2,
  .stripes ul.rss_items .-w-6-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-6-in-lvl2,
  .responsive-video-list.-two-columns .-w-6-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-6-in-lvl2,
  body#contactus .subpageslist > div.-w-6-in-lvl2,
  body.locations .blocks > div.-w-6-in-lvl2,
  body.locations .subpageslist > div.-w-6-in-lvl2,
  #address .-w-6-in-lvl2.slocation,
  .practice-areas.widget .toplevel .responsive-video-list.-two-columns li.featured-video,
  .responsive-video-list.-two-columns .practice-areas.widget .toplevel li.featured-video,
  .stripes ul.rss_items .responsive-video-list.-two-columns ul.rss_item,
  .responsive-video-list.-two-columns .stripes ul.rss_items ul.rss_item,
  .stripes ul.rss_items .responsive-video-list.-two-columns .rss_item.featured-video,
  .responsive-video-list.-two-columns .stripes ul.rss_items .rss_item.featured-video,
  body#contactus .stripes ul.rss_items .blocks > div.rss_item,
  body#contactus .stripes ul.rss_items .subpageslist > div.rss_item,
  .stripes ul.rss_items body.locations .blocks > div.rss_item,
  body.locations .stripes ul.rss_items .blocks > div.rss_item,
  .stripes ul.rss_items body.locations .subpageslist > div.rss_item,
  body.locations .stripes ul.rss_items .subpageslist > div.rss_item,
  .responsive-video-list.-two-columns ul,
  .responsive-video-list.-two-columns .featured-video,
  body#contactus .blocks > div,
  body#contactus .subpageslist > div,
  body.locations .blocks > div,
  body.locations .subpageslist > div,
  #address .slocation {
    width: 50%;
  }
  .column.-w-5-in-lvl2,
  .practice-areas.widget .toplevel li.-w-5-in-lvl2,
  .stripes ul.rss_items .-w-5-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-5-in-lvl2,
  .responsive-video-list.-two-columns .-w-5-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-5-in-lvl2,
  body#contactus .subpageslist > div.-w-5-in-lvl2,
  body.locations .blocks > div.-w-5-in-lvl2,
  body.locations .subpageslist > div.-w-5-in-lvl2,
  #address .-w-5-in-lvl2.slocation {
    width: 41.66667%;
  }
  .column.-w-4-in-lvl2, .practice-areas.widget .toplevel li.column, .stripes ul.rss_items .column.rss_item,
  .practice-areas.widget .toplevel li.-w-4-in-lvl2,
  .stripes ul.rss_items .-w-4-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-4-in-lvl2,
  .responsive-video-list.-two-columns .-w-4-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-4-in-lvl2,
  body#contactus .subpageslist > div.-w-4-in-lvl2,
  body.locations .blocks > div.-w-4-in-lvl2,
  body.locations .subpageslist > div.-w-4-in-lvl2,
  #address .-w-4-in-lvl2.slocation,
  .practice-areas.widget .toplevel li,
  .stripes ul.rss_items .rss_item,
  .stripes ul.rss_items body#contactus .blocks > div.rss_item,
  body#contactus .stripes ul.rss_items .blocks > div.rss_item,
  .stripes ul.rss_items body#contactus .subpageslist > div.rss_item,
  body#contactus .stripes ul.rss_items .subpageslist > div.rss_item,
  #address .practice-areas.widget .toplevel li.slocation,
  .practice-areas.widget .toplevel #address li.slocation,
  #address .stripes ul.rss_items .slocation.rss_item,
  .stripes ul.rss_items #address .slocation.rss_item {
    width: 33.33333%;
  }
  .column.-w-3-in-lvl2,
  .practice-areas.widget .toplevel li.-w-3-in-lvl2,
  .stripes ul.rss_items .-w-3-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-3-in-lvl2,
  .responsive-video-list.-two-columns .-w-3-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-3-in-lvl2,
  body#contactus .subpageslist > div.-w-3-in-lvl2,
  body.locations .blocks > div.-w-3-in-lvl2,
  body.locations .subpageslist > div.-w-3-in-lvl2,
  #address .-w-3-in-lvl2.slocation {
    width: 25%;
  }
  .column.-w-2-in-lvl2,
  .practice-areas.widget .toplevel li.-w-2-in-lvl2,
  .stripes ul.rss_items .-w-2-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-2-in-lvl2,
  .responsive-video-list.-two-columns .-w-2-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-2-in-lvl2,
  body#contactus .subpageslist > div.-w-2-in-lvl2,
  body.locations .blocks > div.-w-2-in-lvl2,
  body.locations .subpageslist > div.-w-2-in-lvl2,
  #address .-w-2-in-lvl2.slocation {
    width: 16.66667%;
  }
  .column.-w-1-in-lvl2,
  .practice-areas.widget .toplevel li.-w-1-in-lvl2,
  .stripes ul.rss_items .-w-1-in-lvl2.rss_item,
  .responsive-video-list.-two-columns ul.-w-1-in-lvl2,
  .responsive-video-list.-two-columns .-w-1-in-lvl2.featured-video,
  body#contactus .blocks > div.-w-1-in-lvl2,
  body#contactus .subpageslist > div.-w-1-in-lvl2,
  body.locations .blocks > div.-w-1-in-lvl2,
  body.locations .subpageslist > div.-w-1-in-lvl2,
  #address .-w-1-in-lvl2.slocation {
    width: 8.33333%;
  }
}

@media screen and (min-width: 48em) {
  .inner-blogname {
    font-size: 2.08333vw;
  }
}

@media screen and (min-width: 50em) {
  .peoplelist .col1 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .peoplelist .col2,
  .peoplelist .col3 {
    width: 50%;
  }
}

@media screen and (min-width: 57.5em) {
  .secondary-sidebar {
    float: left;
    width: 350px;
    margin-left: -375px;
  }
  section.content {
    float: left;
    width: 100%;
    padding-right: 425px;
  }
  .mwrap::before {
    width: 350px;
  }
  .w-cycler-v2 .review-item {
    font-size: 1.44444rem;
  }
  .swipeable.-max-6 .item {
    min-width: 20.83333%;
  }
  .swipeable.-max-4 .item {
    min-width: 20.83333%;
  }
  .sidebar .justia_contact_form #captchaimage {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
  .sidebar .justia_contact_form #captchaimage center {
    width: 150px;
    height: 50px;
    margin-bottom: -50px;
  }
  .sidebar .justia_contact_form label[for='imagetext'] {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar .justia_contact_form label[for='imagetext'] > span {
    display: block;
    width: calc(100% - 160px);
    height: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  .sidebar .justia_contact_form label[for='imagetext'] input[type='text'] {
    width: 100%;
    height: 50px;
  }
  .sidebar .justia_contact_form #captchainstructions {
    left: 160px;
  }
  .sidebar .justia_contact_form .captcha_wrapper {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sidebar .justia_contact_form .captcha_wrapper input[name='random'] + .fld,
  .sidebar .justia_contact_form .captcha_wrapper label {
    width: 100%;
  }
  .sidebar .justia_contact_form input[name='imagetext'] {
    height: 50px;
  }
  .sidebar .justia_contact_form #captcha_wrapper .fld + .fld {
    width: calc(100% - 160px);
    margin-top: 0;
  }
  .text-container h1,
  .text-container .heading1 {
    font-size: 2.22222rem;
  }
  .numbered-list strong {
    width: calc(100% - 70px);
    padding-top: 0.12363em;
    font-size: 1.55556rem;
  }
  .numbered-list .number {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    font-size: 1.88889rem;
  }
  .home .bodytext h1 {
    font-size: 2.22222rem;
  }
  .detailedform fieldset .fld {
    display: block;
    width: calc(100% - 250px);
    margin-left: 250px;
  }
  .detailedform label {
    float: left;
    width: 100%;
  }
  .detailedform label strong {
    float: left;
    display: block;
    width: 250px;
    padding-right: 10px;
    text-align: right;
  }
  .detailedform label span {
    float: left;
    display: block;
    width: calc(100% - 250px);
  }
  .detailedform label input {
    width: 100%;
  }
  .detailedform .fld {
    clear: both;
    width: auto;
  }
  .detailedform .formdisclaimer,
  .detailedform .submitbtn {
    display: block;
    margin-left: 250px;
  }
  .searchform > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .page-submit-review .detailedform .fld {
    clear: none;
  }
  .page-submit-review .detailedform .fld1,
  .page-submit-review .detailedform .fld6 {
    width: 100%;
  }
  .page-submit-review .detailedform .fld4,
  .page-submit-review .detailedform .fld5 {
    clear: both;
    width: auto;
  }
  .page-submit-review .detailedform .radio label {
    float: none;
    width: auto;
  }
  .page-submit-review .detailedform .formdisclaimer {
    margin-left: 0;
  }
  .page-submit-review .detailedform .submitbtn {
    margin-left: 0;
  }
  #footernav-wrapper {
    top: 0;
    right: 20px;
    left: auto;
    width: auto;
    height: 100px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: right;
  }
  #footer .credits {
    float: right;
    margin-top: -1.5em;
  }
  #footer .expander {
    display: none;
  }
  #footer .expandable-content.-collapsed {
    display: inline;
  }
  .column.-w-12-in-lvl3,
  .practice-areas.widget .toplevel li.-w-12-in-lvl3,
  .stripes ul.rss_items .-w-12-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-12-in-lvl3,
  .responsive-video-list.-two-columns .-w-12-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-12-in-lvl3,
  body#contactus .subpageslist > div.-w-12-in-lvl3,
  body.locations .blocks > div.-w-12-in-lvl3,
  body.locations .subpageslist > div.-w-12-in-lvl3,
  #address .-w-12-in-lvl3.slocation {
    width: 100%;
  }
  .column.-w-11-in-lvl3,
  .practice-areas.widget .toplevel li.-w-11-in-lvl3,
  .stripes ul.rss_items .-w-11-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-11-in-lvl3,
  .responsive-video-list.-two-columns .-w-11-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-11-in-lvl3,
  body#contactus .subpageslist > div.-w-11-in-lvl3,
  body.locations .blocks > div.-w-11-in-lvl3,
  body.locations .subpageslist > div.-w-11-in-lvl3,
  #address .-w-11-in-lvl3.slocation {
    width: 91.66667%;
  }
  .column.-w-10-in-lvl3,
  .practice-areas.widget .toplevel li.-w-10-in-lvl3,
  .stripes ul.rss_items .-w-10-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-10-in-lvl3,
  .responsive-video-list.-two-columns .-w-10-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-10-in-lvl3,
  body#contactus .subpageslist > div.-w-10-in-lvl3,
  body.locations .blocks > div.-w-10-in-lvl3,
  body.locations .subpageslist > div.-w-10-in-lvl3,
  #address .-w-10-in-lvl3.slocation {
    width: 83.33333%;
  }
  .column.-w-9-in-lvl3,
  .practice-areas.widget .toplevel li.-w-9-in-lvl3,
  .stripes ul.rss_items .-w-9-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-9-in-lvl3,
  .responsive-video-list.-two-columns .-w-9-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-9-in-lvl3,
  body#contactus .subpageslist > div.-w-9-in-lvl3,
  body.locations .blocks > div.-w-9-in-lvl3,
  body.locations .subpageslist > div.-w-9-in-lvl3,
  #address .-w-9-in-lvl3.slocation {
    width: 75%;
  }
  .column.-w-8-in-lvl3,
  .practice-areas.widget .toplevel li.-w-8-in-lvl3,
  .stripes ul.rss_items .-w-8-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-8-in-lvl3,
  .responsive-video-list.-two-columns .-w-8-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-8-in-lvl3,
  body#contactus .subpageslist > div.-w-8-in-lvl3,
  body.locations .blocks > div.-w-8-in-lvl3,
  body.locations .subpageslist > div.-w-8-in-lvl3,
  #address .-w-8-in-lvl3.slocation {
    width: 66.66667%;
  }
  .column.-w-7-in-lvl3,
  .practice-areas.widget .toplevel li.-w-7-in-lvl3,
  .stripes ul.rss_items .-w-7-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-7-in-lvl3,
  .responsive-video-list.-two-columns .-w-7-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-7-in-lvl3,
  body#contactus .subpageslist > div.-w-7-in-lvl3,
  body.locations .blocks > div.-w-7-in-lvl3,
  body.locations .subpageslist > div.-w-7-in-lvl3,
  #address .-w-7-in-lvl3.slocation {
    width: 58.33333%;
  }
  .column.-w-6-in-lvl3,
  .practice-areas.widget .toplevel li.-w-6-in-lvl3,
  .stripes ul.rss_items .-w-6-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-6-in-lvl3,
  .responsive-video-list.-two-columns .-w-6-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-6-in-lvl3,
  body#contactus .subpageslist > div.-w-6-in-lvl3,
  body.locations .blocks > div.-w-6-in-lvl3,
  body.locations .subpageslist > div.-w-6-in-lvl3,
  #address .-w-6-in-lvl3.slocation {
    width: 50%;
  }
  .column.-w-5-in-lvl3,
  .practice-areas.widget .toplevel li.-w-5-in-lvl3,
  .stripes ul.rss_items .-w-5-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-5-in-lvl3,
  .responsive-video-list.-two-columns .-w-5-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-5-in-lvl3,
  body#contactus .subpageslist > div.-w-5-in-lvl3,
  body.locations .blocks > div.-w-5-in-lvl3,
  body.locations .subpageslist > div.-w-5-in-lvl3,
  #address .-w-5-in-lvl3.slocation {
    width: 41.66667%;
  }
  .column.-w-4-in-lvl3, #address .column.slocation,
  .practice-areas.widget .toplevel li.-w-4-in-lvl3,
  .stripes ul.rss_items .-w-4-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-4-in-lvl3,
  .responsive-video-list.-two-columns .-w-4-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-4-in-lvl3,
  body#contactus .subpageslist > div.-w-4-in-lvl3,
  body.locations .blocks > div.-w-4-in-lvl3,
  body.locations .subpageslist > div.-w-4-in-lvl3,
  #address .-w-4-in-lvl3.slocation,
  body#contactus #address .blocks > div.slocation,
  #address body#contactus .blocks > div.slocation,
  body#contactus #address .subpageslist > div.slocation,
  #address body#contactus .subpageslist > div.slocation,
  body.locations #address .blocks > div.slocation,
  #address body.locations .blocks > div.slocation,
  body.locations #address .subpageslist > div.slocation,
  #address body.locations .subpageslist > div.slocation,
  #address .slocation {
    width: 33.33333%;
  }
  .column.-w-3-in-lvl3,
  .practice-areas.widget .toplevel li.-w-3-in-lvl3,
  .stripes ul.rss_items .-w-3-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-3-in-lvl3,
  .responsive-video-list.-two-columns .-w-3-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-3-in-lvl3,
  body#contactus .subpageslist > div.-w-3-in-lvl3,
  body.locations .blocks > div.-w-3-in-lvl3,
  body.locations .subpageslist > div.-w-3-in-lvl3,
  #address .-w-3-in-lvl3.slocation {
    width: 25%;
  }
  .column.-w-2-in-lvl3,
  .practice-areas.widget .toplevel li.-w-2-in-lvl3,
  .stripes ul.rss_items .-w-2-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-2-in-lvl3,
  .responsive-video-list.-two-columns .-w-2-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-2-in-lvl3,
  body#contactus .subpageslist > div.-w-2-in-lvl3,
  body.locations .blocks > div.-w-2-in-lvl3,
  body.locations .subpageslist > div.-w-2-in-lvl3,
  #address .-w-2-in-lvl3.slocation {
    width: 16.66667%;
  }
  .column.-w-1-in-lvl3,
  .practice-areas.widget .toplevel li.-w-1-in-lvl3,
  .stripes ul.rss_items .-w-1-in-lvl3.rss_item,
  .responsive-video-list.-two-columns ul.-w-1-in-lvl3,
  .responsive-video-list.-two-columns .-w-1-in-lvl3.featured-video,
  body#contactus .blocks > div.-w-1-in-lvl3,
  body#contactus .subpageslist > div.-w-1-in-lvl3,
  body.locations .blocks > div.-w-1-in-lvl3,
  body.locations .subpageslist > div.-w-1-in-lvl3,
  #address .-w-1-in-lvl3.slocation {
    width: 8.33333%;
  }
}

@media screen and (min-width: 65em) {
  .main-blogname {
    height: 6.25vw;
  }
}

@media screen and (min-width: 68.75em) {
  .peoplelist .col1 {
    width: 45%;
    margin-bottom: 0;
  }
  .peoplelist .col2,
  .peoplelist .col3 {
    width: 27.5%;
  }
}

@media screen and (min-width: 75em) {
  .banner-tagline .line {
    font-size: 1.66667rem;
  }
  .banner-tagline .btn-container {
    margin-top: 25px;
  }
  .banner-tagline .btn-container .btn {
    font-size: 1rem;
  }
  .swipeable .wrapper {
    overflow: hidden;
  }
  .swipeable.-max-6 .item {
    min-width: 12.5%;
  }
  .swipeable .-fixed {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    width: 200px !important;
    min-width: unset !important;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .swipeable .-fixed + .swipeable-items {
    padding-right: 0;
    padding-left: 0;
    margin-left: 200px;
  }
  .main-blogname {
    height: 75px;
  }
  .inner-blogname {
    font-size: 25px;
  }
  .column.-w-12-in-max,
  .practice-areas.widget .toplevel li.-w-12-in-max,
  .stripes ul.rss_items .-w-12-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-12-in-max,
  .responsive-video-list.-two-columns .-w-12-in-max.featured-video,
  body#contactus .blocks > div.-w-12-in-max,
  body#contactus .subpageslist > div.-w-12-in-max,
  body.locations .blocks > div.-w-12-in-max,
  body.locations .subpageslist > div.-w-12-in-max,
  #address .-w-12-in-max.slocation {
    width: 100%;
  }
  .column.-w-11-in-max,
  .practice-areas.widget .toplevel li.-w-11-in-max,
  .stripes ul.rss_items .-w-11-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-11-in-max,
  .responsive-video-list.-two-columns .-w-11-in-max.featured-video,
  body#contactus .blocks > div.-w-11-in-max,
  body#contactus .subpageslist > div.-w-11-in-max,
  body.locations .blocks > div.-w-11-in-max,
  body.locations .subpageslist > div.-w-11-in-max,
  #address .-w-11-in-max.slocation {
    width: 91.66667%;
  }
  .column.-w-10-in-max,
  .practice-areas.widget .toplevel li.-w-10-in-max,
  .stripes ul.rss_items .-w-10-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-10-in-max,
  .responsive-video-list.-two-columns .-w-10-in-max.featured-video,
  body#contactus .blocks > div.-w-10-in-max,
  body#contactus .subpageslist > div.-w-10-in-max,
  body.locations .blocks > div.-w-10-in-max,
  body.locations .subpageslist > div.-w-10-in-max,
  #address .-w-10-in-max.slocation {
    width: 83.33333%;
  }
  .column.-w-9-in-max,
  .practice-areas.widget .toplevel li.-w-9-in-max,
  .stripes ul.rss_items .-w-9-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-9-in-max,
  .responsive-video-list.-two-columns .-w-9-in-max.featured-video,
  body#contactus .blocks > div.-w-9-in-max,
  body#contactus .subpageslist > div.-w-9-in-max,
  body.locations .blocks > div.-w-9-in-max,
  body.locations .subpageslist > div.-w-9-in-max,
  #address .-w-9-in-max.slocation {
    width: 75%;
  }
  .column.-w-8-in-max,
  .practice-areas.widget .toplevel li.-w-8-in-max,
  .stripes ul.rss_items .-w-8-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-8-in-max,
  .responsive-video-list.-two-columns .-w-8-in-max.featured-video,
  body#contactus .blocks > div.-w-8-in-max,
  body#contactus .subpageslist > div.-w-8-in-max,
  body.locations .blocks > div.-w-8-in-max,
  body.locations .subpageslist > div.-w-8-in-max,
  #address .-w-8-in-max.slocation {
    width: 66.66667%;
  }
  .column.-w-7-in-max,
  .practice-areas.widget .toplevel li.-w-7-in-max,
  .stripes ul.rss_items .-w-7-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-7-in-max,
  .responsive-video-list.-two-columns .-w-7-in-max.featured-video,
  body#contactus .blocks > div.-w-7-in-max,
  body#contactus .subpageslist > div.-w-7-in-max,
  body.locations .blocks > div.-w-7-in-max,
  body.locations .subpageslist > div.-w-7-in-max,
  #address .-w-7-in-max.slocation {
    width: 58.33333%;
  }
  .column.-w-6-in-max,
  .practice-areas.widget .toplevel li.-w-6-in-max,
  .stripes ul.rss_items .-w-6-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-6-in-max,
  .responsive-video-list.-two-columns .-w-6-in-max.featured-video,
  body#contactus .blocks > div.-w-6-in-max,
  body#contactus .subpageslist > div.-w-6-in-max,
  body.locations .blocks > div.-w-6-in-max,
  body.locations .subpageslist > div.-w-6-in-max,
  #address .-w-6-in-max.slocation {
    width: 50%;
  }
  .column.-w-5-in-max,
  .practice-areas.widget .toplevel li.-w-5-in-max,
  .stripes ul.rss_items .-w-5-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-5-in-max,
  .responsive-video-list.-two-columns .-w-5-in-max.featured-video,
  body#contactus .blocks > div.-w-5-in-max,
  body#contactus .subpageslist > div.-w-5-in-max,
  body.locations .blocks > div.-w-5-in-max,
  body.locations .subpageslist > div.-w-5-in-max,
  #address .-w-5-in-max.slocation {
    width: 41.66667%;
  }
  .column.-w-4-in-max,
  .practice-areas.widget .toplevel li.-w-4-in-max,
  .stripes ul.rss_items .-w-4-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-4-in-max,
  .responsive-video-list.-two-columns .-w-4-in-max.featured-video,
  body#contactus .blocks > div.-w-4-in-max,
  body#contactus .subpageslist > div.-w-4-in-max,
  body.locations .blocks > div.-w-4-in-max,
  body.locations .subpageslist > div.-w-4-in-max,
  #address .-w-4-in-max.slocation {
    width: 33.33333%;
  }
  .column.-w-3-in-max, #address .column.slocation,
  .practice-areas.widget .toplevel li.-w-3-in-max,
  .stripes ul.rss_items .-w-3-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-3-in-max,
  .responsive-video-list.-two-columns .-w-3-in-max.featured-video,
  body#contactus .blocks > div.-w-3-in-max,
  body#contactus .subpageslist > div.-w-3-in-max,
  body.locations .blocks > div.-w-3-in-max,
  body.locations .subpageslist > div.-w-3-in-max,
  #address .-w-3-in-max.slocation,
  body#contactus #address .blocks > div.slocation,
  #address body#contactus .blocks > div.slocation,
  body#contactus #address .subpageslist > div.slocation,
  #address body#contactus .subpageslist > div.slocation,
  body.locations #address .blocks > div.slocation,
  #address body.locations .blocks > div.slocation,
  body.locations #address .subpageslist > div.slocation,
  #address body.locations .subpageslist > div.slocation,
  #address .slocation {
    width: 25%;
  }
  .column.-w-2-in-max,
  .practice-areas.widget .toplevel li.-w-2-in-max,
  .stripes ul.rss_items .-w-2-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-2-in-max,
  .responsive-video-list.-two-columns .-w-2-in-max.featured-video,
  body#contactus .blocks > div.-w-2-in-max,
  body#contactus .subpageslist > div.-w-2-in-max,
  body.locations .blocks > div.-w-2-in-max,
  body.locations .subpageslist > div.-w-2-in-max,
  #address .-w-2-in-max.slocation {
    width: 16.66667%;
  }
  .column.-w-1-in-max,
  .practice-areas.widget .toplevel li.-w-1-in-max,
  .stripes ul.rss_items .-w-1-in-max.rss_item,
  .responsive-video-list.-two-columns ul.-w-1-in-max,
  .responsive-video-list.-two-columns .-w-1-in-max.featured-video,
  body#contactus .blocks > div.-w-1-in-max,
  body#contactus .subpageslist > div.-w-1-in-max,
  body.locations .blocks > div.-w-1-in-max,
  body.locations .subpageslist > div.-w-1-in-max,
  #address .-w-1-in-max.slocation {
    width: 8.33333%;
  }
}

@media screen and (min-width: 81.25em) {
  .banner-01 {
    padding-top: 500px;
  }
  .banner-02 {
    padding-top: 150px;
  }
}

@media print {
  .top-numbers-v2 {
    position: static;
    display: block;
    padding: 12px 10px;
    font-size: 0.66667rem;
  }
  .top-numbers-v2 * {
    text-decoration: none;
  }
  .top-numbers-v2 .tnv2-button {
    display: none;
  }
  .top-numbers-v2.tnv2-sticky {
    position: static;
    height: auto;
  }
  .top-numbers-v2.tnv2-sticky ~ .container {
    padding-top: 0;
  }
  .top-numbers-v2.tnv2-multiple ul {
    display: block;
    border: 0;
  }
  .top-numbers-v2.tnv2-multiple li {
    display: inline-block;
    border: 0;
  }
  * {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px !important;
    text-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .practice-areas ul li a::after,
  .practice-areas ul li ul::after,
  .subsectionslist ul li a::after,
  .subsectionslist ul li ul::after,
  .j_categories ul li a::after,
  .j_categories ul li ul::after {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 0 0.5em;
    color: #626262;
    font-size: 11px;
    content: '|' !important;
  }
  [class*='title']::after, [class*='title']::before {
    display: none !important;
    content: none;
  }
  body {
    background-color: #ffffff;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  .heading2,
  .heading3 {
    orphans: 3;
    widows: 3;
  }
  .heading2,
  .heading3 {
    page-break-after: avoid;
  }
  .heading2,
  .heading3,
  .heading4,
  .heading5,
  .heading6 {
    padding-left: 0 !important;
    margin: 0 0 0.2em !important;
    font-weight: 700;
    font-size: 14px !important;
    text-align: left !important;
  }
  .heading2 a,
  .heading3 a,
  .heading4 a,
  .heading5 a,
  .heading6 a {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
  #head {
    height: auto;
    padding: 2em 0 3em;
    border-bottom: 1px dotted #cccccc;
  }
  #head img {
    display: none;
  }
  #logo {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  #logo::before {
    display: block;
  }
  #logo a {
    display: none;
  }
  #main::after,
  .cwrap::after,
  section.content::after {
    content: none !important;
  }
  #main {
    overflow: visible;
  }
  #main,
  .stripes {
    border: 0;
    margin: 0;
  }
  #coreinfo *,
  [class*='description'] *,
  .bodytext *,
  #footer * {
    font-size: 12px !important;
  }
  .top-numbers-v3 {
    display: block;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
  }
  .top-numbers-v3 li {
    padding: 12px 10px !important;
  }
  .top-numbers-v3 a {
    display: none !important;
  }
  .top-numbers-v3.tnv3-multiple label {
    display: block;
    height: auto;
    padding: 12px 10px;
  }
  .top-numbers-v3.tnv3-multiple ul {
    display: block;
    border-bottom: 0;
  }
  .top-numbers-v3.tnv3-multiple ul li {
    padding: 0 10px !important;
    border-color: #dadada;
    margin: 0;
  }
  .top-numbers-v3.tnv3-multiple ul a {
    display: block !important;
    text-decoration: none;
  }
  section.content .bodytext h1,
  h1,
  h1[class*='title'] {
    font-weight: 700;
    font-size: 18px !important;
  }
  section.content .bodytext .widget-content,
  #otherinfo .block {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #000000 !important;
  }
  section.content .bodytext .widget-content .widget-content,
  #otherinfo .block .widget-content {
    padding: 0 !important;
    border: 0 !important;
  }
  .container {
    width: 640px;
    border-top: 1px dotted #cccccc;
  }
  body#attorneys .bodytext > h1 {
    margin-bottom: 0.67em !important;
  }
  .attorney .position {
    margin: 0 !important;
  }
  .attorney img.profilepic {
    float: none;
    display: block;
  }
  .stripes div,
  #footer,
  #footer div,
  #main div:not(.shortbio-container .shortbio-container-photo):not(.authorphoto):not(.author-image) {
    float: none !important;
    clear: both;
    width: 100% !important;
    padding: 0 0 1em;
    border: 0 !important;
    margin: 0 !important;
  }
  #main .custom_html_content_top {
    padding-bottom: 0 !important;
  }
  #content div {
    float: none;
  }
  #main div[itemtype*='https://schema.org/'] {
    padding-bottom: 0 !important;
  }
  #footer {
    padding-top: 1em !important;
    text-align: center;
  }
  #footer .heading5 {
    margin-bottom: 0.5em;
  }
  #footer .flocalities {
    font-size: 16px;
  }
  #footer div[itemprop='streetAddress'] {
    padding-bottom: 0 !important;
  }
  #footer,
  .sidebar {
    border-top: 1px solid #000000 !important;
    margin: 0;
  }
  #footer .widget .widget-title,
  .sidebar .widget .widget-title {
    color: #000000 !important;
    font-size: 16px;
  }
  #footer .widget .widget-title a,
  .sidebar .widget .widget-title a {
    text-decoration: none;
  }
  [class*='title'] {
    padding-left: 0 !important;
    margin: 0 0 0.2em !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: left !important;
  }
  [class*='title'] a {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
  #topnav,
  #tagline,
  .btn,
  .btn-container,
  .jwfeeds-more-container,
  .w-cycler-paginate-wrapper,
  body > div:not(.container) > [class*='chat'],
  body > div:not(.container) > [id*='chat'],
  body > a[id*='chat'],
  body > a[href*='Chat'],
  body > div[id*='chat'],
  #livechat-compact-container,
  #livechat-full,
  #livechat-eye-catcher,
  #lc_invite_layer,
  #lc_overlay_layer,
  #ngageChatDiv,
  .liveChatFloatingButton,
  #divAutoChatInvFloater,
  #DisableBackgroundDiv,
  #imgwrapper,
  .breadcrumbs,
  #footernav-wrapper,
  .jwpw_connect,
  .home section.content .bodytext::before,
  .justia_contact_form,
  #video_library,
  .responsive-video-list,
  .video-wrapper,
  #w-search,
  .tcfrags,
  .home img,
  iframe,
  form,
  .print-exclude,
  .expander,
  .banner,
  .badges {
    display: none !important;
  }
  .expandable-content {
    display: block !important;
  }
  .w-cycler-v2.widget,
  .w-cycler-v2.index-widget {
    width: 100% !important;
    border: 0 !important;
  }
  .w-cycler-v2.widget .slick-track,
  .w-cycler-v2.widget .slick-slide,
  .w-cycler-v2.index-widget .slick-track,
  .w-cycler-v2.index-widget .slick-slide {
    width: 100% !important;
  }
  .w-cycler-v2.widget .w-cycler-wrapper-items,
  .w-cycler-v2.index-widget .w-cycler-wrapper-items {
    height: auto !important;
  }
  .w-cycler-v2.widget .w-cycler-wrapper-items .review-item,
  .w-cycler-v2.index-widget .w-cycler-wrapper-items .review-item {
    display: none !important;
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
  .w-cycler-v2.widget .w-cycler-wrapper-items .review-item:first-child,
  .w-cycler-v2.index-widget .w-cycler-wrapper-items .review-item:first-child {
    margin-top: 0;
  }
  .w-cycler-v2.widget .w-cycler-wrapper-items .review-item:last-child,
  .w-cycler-v2.index-widget .w-cycler-wrapper-items .review-item:last-child {
    margin-bottom: 0;
  }
  .w-cycler-v2.widget .w-cycler-wrapper-items .review-item:nth-child(-n + 3),
  .w-cycler-v2.index-widget .w-cycler-wrapper-items .review-item:nth-child(-n + 3) {
    left: auto !important;
    display: block !important;
    opacity: 1 !important;
  }
  .w-cycler-v2.widget .review-author,
  .w-cycler-v2.index-widget .review-author {
    margin-top: 0.5em;
  }
  .w-cycler-v2.widget .review-rating,
  .w-cycler-v2.index-widget .review-rating {
    margin-bottom: 0.5em;
  }
  .image-map,
  .map,
  iframe[src*='google.com/maps'] {
    display: block !important;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .widget {
    padding: 0.5em 0;
  }
  .widget .widget-title {
    padding: 0 0 0.65em !important;
    margin: 1.3em 0 1em !important;
  }
  .widget .widget-title::after, .widget .widget-title::before {
    background-color: #ffffff !important;
  }
  .widget .widget-content .cols {
    width: 100%;
  }
  .swipeable {
    border-bottom: 1px dotted #cccccc;
    text-align: center;
  }
  .swipeable .wrapper {
    max-width: 100%;
    padding-bottom: 0;
  }
  .swipeable .item {
    width: 50%;
    padding: 0.5em;
  }
  .subpageslist ul {
    margin: 0;
  }
  .subpageslist li {
    margin-top: 0.5em !important;
  }
  .subpageslist .heading4 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    font-size: 12px !important;
  }
  .subpageslist .heading4 a {
    color: currentColor !important;
    font-size: 1em !important;
    text-decoration: underline !important;
  }
  .subpageslist .heading4 a,
  .subpageslist li a {
    color: #000000 !important;
  }
  .locations .subpageslist .heading4 {
    margin: 0 0 0.2em !important;
    font-size: 14px !important;
  }
  .locations .subpageslist .heading4 a {
    text-decoration: none !important;
  }
  .practice-areas ul,
  .subsectionslist ul,
  .j_categories ul {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    font-size: 12px;
  }
  .practice-areas ul li,
  .subsectionslist ul li,
  .j_categories ul li {
    display: inline !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .practice-areas ul li ul,
  .practice-areas ul li a,
  .practice-areas ul li strong,
  .subsectionslist ul li ul,
  .subsectionslist ul li a,
  .subsectionslist ul li strong,
  .j_categories ul li ul,
  .j_categories ul li a,
  .j_categories ul li strong {
    display: inline !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    line-height: 18px;
    text-decoration: none;
  }
  .practice-areas ul li ul::before,
  .practice-areas ul li a::before,
  .practice-areas ul li strong::before,
  .subsectionslist ul li ul::before,
  .subsectionslist ul li a::before,
  .subsectionslist ul li strong::before,
  .j_categories ul li ul::before,
  .j_categories ul li a::before,
  .j_categories ul li strong::before {
    content: none !important;
  }
  .practice-areas ul li .txt-wrap,
  .subsectionslist ul li .txt-wrap,
  .j_categories ul li .txt-wrap {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
  }
  .practice-areas ul li strong,
  .subsectionslist ul li strong,
  .j_categories ul li strong {
    display: block;
    font-weight: 700 !important;
  }
  .practice-areas ul li:last-child strong a::after,
  .practice-areas ul li:last-child > a::after,
  .subsectionslist ul li:last-child strong a::after,
  .subsectionslist ul li:last-child > a::after,
  .j_categories ul li:last-child strong a::after,
  .j_categories ul li:last-child > a::after {
    content: none !important;
  }
  .practice-areas ul li:last-child ul::after,
  .subsectionslist ul li:last-child ul::after,
  .j_categories ul li:last-child ul::after {
    content: none !important;
  }
  .practice-areas ul li:last-child ul::before,
  .subsectionslist ul li:last-child ul::before,
  .j_categories ul li:last-child ul::before {
    padding: 0 0.5em;
    color: #626262;
    font-size: 11px;
    content: '|' !important;
  }
  .practice-areas .more-categories-link,
  .subsectionslist .more-categories-link,
  .j_categories .more-categories-link {
    display: none;
  }
  .rss_item {
    margin-bottom: 1em;
  }
  section.content {
    padding: 0;
  }
  .imgwrap > *,
  .navigation,
  .sidebar .widget:not(.j_categories),
  .stripes .widget,
  .sharelinks,
  .modify-search-query {
    display: none !important;
  }
  #head {
    padding-bottom: 0;
    border: 0;
  }
  #main {
    border-top: 0;
    margin-top: 0;
  }
  #main .imgwrap {
    padding-bottom: 0 !important;
  }
  #main .imgwrap #img3 {
    display: block !important;
    padding: 0 !important;
    border-bottom: 1px dotted #cccccc !important;
  }
  #main .imgwrap .blogname-wrapper {
    padding: 0 !important;
  }
  #main .imgwrap .inner-blogname {
    font-size: 18px !important;
  }
  #main .imgwrap a {
    text-decoration: none;
  }
  h1,
  h1 span,
  h1.entry-title {
    font-size: 18px !important;
  }
  .sitemap-post-list h3,
  .sitemap-category-list h3 {
    font-size: 16px !important;
  }
  .secondary-sidebar {
    border-top: 0 !important;
    margin-top: 0 !important;
  }
  .search_page_heading {
    margin: 20px 0 0;
    margin-bottom: 0 !important;
  }
  #main .entry {
    padding: 20px 0;
  }
  #main .entry:first-child {
    padding-top: 0;
  }
  #main .entry .author-date-sep {
    font-size: 10px;
  }
  #main .entry div {
    padding: 0 !important;
  }
  #main .entry header,
  #main .entry footer {
    float: left;
    width: 100% !important;
    padding: 1em 0 !important;
    border: 0 !important;
    margin: 0 !important;
  }
  .page-template-sitemap-html h2 {
    margin-top: 1em;
    font-size: 16px !important;
  }
  .page-template-sitemap-html [class*='sitemap'] article,
  .page-template-sitemap-html #main [id*='featured-image'] {
    padding: 0 !important;
  }
  .page-template-sitemap-html #main article:first-child {
    margin-top: 30px !important;
  }
  .page-template-sitemap-html #main article:first-child div {
    padding: 0 !important;
  }
  .search-title span {
    font-size: 18px !important;
  }
  @page {
    margin: 1.2cm 0.5cm;
  }
  .hfrags {
    display: none;
  }
  #main .custom_html_content_top {
    display: block !important;
    max-height: 270px;
  }
  #main .custom_html_content_top .imgwrap > * {
    display: block !important;
  }
  #main .custom_html_content_top .banner-wrapper .banner {
    display: block !important;
  }
  #main .custom_html_content_top .banner-wrapper .banner .slide.slide-01 {
    padding-top: 38.46154% !important;
  }
  #main .custom_html_content_top .banner-wrapper .banner img {
    display: block !important;
    width: 100% !important;
  }
  #main .custom_html_content_top #img2 {
    display: none !important;
  }
  .authorphoto img {
    max-width: 100px !important;
  }
  #footer .social-icons {
    display: none !important;
  }
}

@media screen and (max-width: 46.8125em) {
  .practice-areas.widget .toplevel li:nth-child(n + 5) {
    display: none;
  }
  .stripes .rss_item:nth-child(n + 2) {
    display: none;
  }
  .video-wrapper[class*='left'], .video-wrapper[class*='right'] {
    float: none;
    margin: 0 0 1em !important;
  }
  table.-responsive {
    display: table;
    width: 100%;
  }
  table.-responsive thead {
    display: none;
  }
  table.-responsive td {
    display: block;
  }
  table.-responsive td::before {
    display: block;
    font-weight: 700;
    content: attr(data-th) ": ";
  }
  table.-responsive tr:not(:last-child) td:last-child {
    padding-bottom: 10px;
  }
  table.-responsive-v2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  table.-responsive-v2::after {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 10%;
    height: 100%;
    background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
    content: '';
  }
  table.-responsive-v2 th,
  table.-responsive-v2 td {
    vertical-align: top;
  }
  table.-responsive-v2 th {
    display: block;
    text-align: left;
  }
  table.-responsive-v2 thead {
    float: left;
    display: block;
  }
  table.-responsive-v2 thead tr {
    display: block;
  }
  table.-responsive-v2 tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  table.-responsive-v2 tbody tr {
    display: inline-block;
    min-width: 25%;
  }
  table.-responsive-v2 td {
    display: block;
    white-space: unset;
  }
  .quote {
    margin-right: 0;
    margin-left: 0;
  }
}
