/*!
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
-------------------------------------------------
Copyright (C) 2006, Justia, inc. All rights reserved.
Duplication in Full or Part outside of Justia Products is Prohibited.
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#header, #head, #main, #footer, .widget,
.detailedform {
  width: 100%;
}

.home #breadcrumbs, .search .search_page_heading .screen-reader-text, .detailedform legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
  display: block;
  padding: 0;
  text-transform: none;
}

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

.heading2 {
  margin: 0.83em 0;
  font-size: 1.5em;
}

.heading3 {
  margin: 1em 0;
  font-size: 1.17em;
}

.heading4 {
  margin: 1.33em 0;
  font-size: 1.0625em;
}

.heading5 {
  margin: 1.67em 0;
  font-size: 0.83em;
}

.heading6 {
  margin: 2.33em 0;
  font-size: 0.67em;
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/RobotoCondensed-Regular.eot?") format("eot"), url("fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("fonts/RobotoCondensed-Regular.woff") format("woff"), url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/RobotoCondensed-Bold.eot?") format("eot"), url("fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("fonts/RobotoCondensed-Bold.woff") format("woff"), url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

.index-widget ul,
.index-widget li,
.index-widget a,
.widget ul,
.widget li,
.widget a,
.detailedform ul,
.detailedform li,
.detailedform a {
  display: block;
  padding: 0;
  margin: 0;
}

.index-widget a,
.widget a,
.detailedform a {
  font-weight: bold;
}

.index-widget a:hover,
.widget a:hover,
.detailedform a:hover {
  text-decoration: underline;
}

.index-widget ul li,
.widget ul li,
.detailedform ul li {
  padding: 0 0 1em;
}

.index-widget ul li:last-child,
.widget ul li:last-child,
.detailedform ul li:last-child {
  padding-bottom: 0;
}

.index-widget ul ul li,
.widget ul ul li,
.detailedform ul ul li {
  padding-left: 25px;
}

.index-widget input[type='text'], .index-widget input[type='password'], .index-widget input[type='email'], .index-widget input[type='number'], .index-widget input[type='tel'], .index-widget input[type='url'], .index-widget #ImageText, .index-widget textarea,
.widget input[type='text'],
.widget input[type='password'],
.widget input[type='email'],
.widget input[type='number'],
.widget input[type='tel'],
.widget input[type='url'],
.widget #ImageText,
.widget textarea,
.detailedform input[type='text'],
.detailedform input[type='password'],
.detailedform input[type='email'],
.detailedform input[type='number'],
.detailedform input[type='tel'],
.detailedform input[type='url'],
.detailedform #ImageText,
.detailedform textarea {
  display: block;
  width: 100%;
  height: 2.5em;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin: 0;
  outline: none;
  background-color: #ffffff;
  color: #4d4d4d;
  font-size: 1em;
  line-height: 2.5em;
}

.index-widget input::-webkit-input-placeholder, .index-widget #ImageText::-webkit-input-placeholder, .index-widget textarea::-webkit-input-placeholder, .widget input::-webkit-input-placeholder, .widget #ImageText::-webkit-input-placeholder, .widget textarea::-webkit-input-placeholder, .detailedform input::-webkit-input-placeholder, .detailedform #ImageText::-webkit-input-placeholder, .detailedform textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}

.index-widget input::-moz-placeholder, .index-widget #ImageText::-moz-placeholder, .index-widget textarea::-moz-placeholder, .widget input::-moz-placeholder, .widget #ImageText::-moz-placeholder, .widget textarea::-moz-placeholder, .detailedform input::-moz-placeholder, .detailedform #ImageText::-moz-placeholder, .detailedform textarea::-moz-placeholder {
  opacity: 1;
  color: #999999;
}

.index-widget input::placeholder, .index-widget #ImageText::placeholder, .index-widget textarea::placeholder,
.widget input::placeholder,
.widget #ImageText::placeholder,
.widget textarea::placeholder,
.detailedform input::placeholder,
.detailedform #ImageText::placeholder,
.detailedform textarea::placeholder {
  opacity: 1;
  color: #999999;
}

.index-widget input:focus, .index-widget #ImageText:focus, .index-widget textarea:focus,
.widget input:focus,
.widget #ImageText:focus,
.widget textarea:focus,
.detailedform input:focus,
.detailedform #ImageText:focus,
.detailedform textarea:focus {
  border-color: #35557b;
}

.index-widget form,
.widget form,
.detailedform form {
  margin: 0 auto;
}

.index-widget input[type='text'] + *,
.widget input[type='text'] + *,
.detailedform input[type='text'] + * {
  margin-top: 0.5em;
}

.index-widget textarea,
.widget textarea,
.detailedform textarea {
  height: 8em;
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: normal;
  resize: none;
}

.index-widget label,
.widget label,
.detailedform label {
  display: block;
  font-weight: normal;
  font-size: 1em;
}

.index-widget label[for='imagetext'],
.widget label[for='imagetext'],
.detailedform label[for='imagetext'] {
  margin-bottom: 0.5em;
  text-align: center;
}

.index-widget label[for='imagetext'] strong,
.widget label[for='imagetext'] strong,
.detailedform label[for='imagetext'] strong {
  line-height: 1.2;
  font-weight: normal;
}

.index-widget .fld,
.index-widget .textarea,
.index-widget .disclaimer,
.index-widget .submit,
.widget .fld,
.widget .textarea,
.widget .disclaimer,
.widget .submit,
.detailedform .fld,
.detailedform .textarea,
.detailedform .disclaimer,
.detailedform .submit {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}

.index-widget .submit,
.widget .submit,
.detailedform .submit {
  clear: both;
  margin: 0;
}

.index-widget .disclaimer,
.widget .disclaimer,
.detailedform .disclaimer {
  clear: both;
  padding: 0.5em 0 0.5em 2.5em;
  line-height: 1.25;
}

.index-widget .disclaimer label,
.widget .disclaimer label,
.detailedform .disclaimer label {
  display: inline !important;
  font-weight: normal;
}

.index-widget .disclaimer a,
.widget .disclaimer a,
.detailedform .disclaimer a {
  display: inline;
}

.index-widget .disclaimer a:hover,
.widget .disclaimer a:hover,
.detailedform .disclaimer a:hover {
  text-decoration: underline;
}

.index-widget .disclaimer input[type='checkbox'],
.widget .disclaimer input[type='checkbox'],
.detailedform .disclaimer input[type='checkbox'] {
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-left: calc(-1.25em - 9px);
}

.index-widget .fld img,
.widget .fld img,
.detailedform .fld img {
  display: block;
  margin: 0 auto;
}

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

.index-widget button,
.index-widget #Submit,
.widget button,
.widget #Submit,
.detailedform button,
.detailedform #Submit {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em 0;
  border: 1px solid #f07c00;
  border-width: 0 0 2px;
  border-radius: 3px;
  outline: none;
  background-color: #f07c00;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1;
  font-family: sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.index-widget button:hover,
.index-widget #Submit:hover,
.widget button:hover,
.widget #Submit:hover,
.detailedform button:hover,
.detailedform #Submit:hover {
  background-color: #ff8400;
}

.index-widget button:active,
.index-widget #Submit:active,
.widget button:active,
.widget #Submit:active,
.detailedform button:active,
.detailedform #Submit:active {
  position: relative;
  bottom: -1px;
  border-width: 0 0 1px;
  margin-bottom: 1px;
}

.index-widget #captchainstructions,
.widget #captchainstructions,
.detailedform #captchainstructions {
  display: none;
}

.justia_contact_form.index-widget .formdesc {
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 31.25em) {
  .justia_contact_form.index-widget .formdesc {
    font-size: 1.5rem;
  }
  .justia_contact_form.index-widget .formdesc .phone-tag {
    display: inline-block;
  }
  .justia_contact_form.index-widget .formdesc .phone-tag:last-child::before {
    margin: 0 0.6em;
    content: '\007C';
  }
}

@media screen and (min-width: 46.875em) {
  .justia_contact_form.index-widget .formdesc .l1 {
    display: inline-block;
  }
  .justia_contact_form.index-widget .formdesc .l1::after {
    margin: 0 0.6em;
    content: '\007C';
  }
}

.justia_contact_form.index-widget label {
  display: none;
}

.justia_contact_form.index-widget label[for='imagetext'] {
  display: block;
}

.justia_contact_form.index-widget form:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.justia_contact_form.index-widget #captchaimage {
  position: relative;
  width: 7.5em;
  height: 2.5em;
  margin-bottom: 0;
}

.justia_contact_form.index-widget center img {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0;
}

.justia_contact_form.index-widget #captchaimage + .fld {
  position: relative;
  float: right;
  width: calc(100% - 8em);
  margin-top: -2.5em;
}

.justia_contact_form.index-widget #ImageText {
  width: 100%;
  height: 2.5em;
}

.justia_contact_form.index-widget #ImageText + .parsley-error-list {
  display: none;
}

.justia_contact_form.index-widget #imagetxtlabel {
  position: absolute;
  right: 5px;
  bottom: calc(100% + 5px);
  left: 5px;
  display: none;
  padding: 0.8em 0.2em;
  border: 1px solid #994f00;
  border-radius: 0;
  background-color: #bd6200;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}

.justia_contact_form.index-widget #captchaimage + .fld:hover #imagetxtlabel {
  display: block;
}

.justia_contact_form.index-widget .disclaimer {
  clear: both;
  color: #4d4d4d;
}

.justia_contact_form.index-widget .disclaimer a {
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (min-width: 46.875em) {
  .justia_contact_form.index-widget .disclaimer {
    padding: 0 0 0 25px;
    font-size: 0.875rem;
  }
  .justia_contact_form.index-widget .disclaimer input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-left: -25px;
  }
}

#stripe-01 {
  float: left;
  width: 100%;
  background-color: #20325a !important;
  background-size: cover;
}

.home-scf.index-widget {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

.home-scf.index-widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
}

.home-scf.index-widget .widget-title:after {
  display: none;
}

.home-scf.index-widget form {
  max-width: 460px;
}

.home-scf.index-widget input,
.home-scf.index-widget textarea {
  border-color: white;
}

.home-scf.index-widget input:focus,
.home-scf.index-widget textarea:focus {
  border-color: #35557b;
}

.home-scf.index-widget .formdesc {
  position: relative;
  width: 100%;
  padding-bottom: 1.5em;
  color: #ffffff;
  font-size: 1.125rem;
}

.home-scf.index-widget .formdesc a {
  display: inline-block;
  color: #ffffff;
}

.home-scf.index-widget .formdesc ol {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  text-align: left;
  list-style-type: none;
}

.home-scf.index-widget .formdesc ol li {
  position: relative;
  padding: 1em 0 1em 80px;
}

.home-scf.index-widget .formdesc ol li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-scf.index-widget .formdesc ol .li1:before {
  content: "1";
}

.home-scf.index-widget .formdesc ol .li2:before {
  content: "2";
}

.home-scf.index-widget .formdesc ol .li3:before {
  content: "3";
}

.home-scf.index-widget .formdesc .form-phones {
  position: relative;
  display: block;
  max-width: 500px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
}

.home-scf.index-widget .formdesc .form-phones span {
  display: inline-block;
}

.home-scf.index-widget button {
  padding: 17px 0;
  font-size: 1rem;
}

@media screen and (min-width: 46.875em) {
  .home-scf.index-widget {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 0.9375rem;
  }
  .home-scf.index-widget .widget-title {
    font-size: 2rem;
  }
  .home-scf.index-widget .formdesc ol {
    font-size: 1.375rem;
  }
  .home-scf.index-widget .fld,
  .home-scf.index-widget .textarea {
    margin-bottom: 10px;
  }
  .home-scf.index-widget input {
    height: 52px;
    line-height: 52px;
  }
  .home-scf.index-widget textarea {
    height: 113px;
    padding: 9px 12px;
  }
  .home-scf.index-widget button {
    font-size: 1.125rem;
  }
  .home-scf.index-widget .fld center {
    width: 156px;
    height: 52px;
    margin-bottom: -10px;
  }
  .home-scf.index-widget label[for='imagetext'] {
    width: calc(100% - 166px);
    margin-bottom: 10px;
    margin-top: -52px;
  }
  .home-scf.index-widget #ImageText {
    height: 52px;
    font-size: 0.875rem;
    line-height: 50px;
  }
}

@media screen and (min-width: 58.75em) {
  .home-scf.index-widget .widget-title {
    padding-bottom: 26px;
    margin-bottom: 10px;
  }
  .home-scf.index-widget .widget-title:after {
    display: block;
  }
  .home-scf.index-widget form {
    position: relative;
    width: 50%;
    margin: 0 0 0 auto;
  }
  .home-scf.index-widget .formdesc {
    position: absolute;
    top: 50%;
    left: -45.76271vw;
    padding-right: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-scf.index-widget .formdesc ol {
    font-size: 1.375rem;
  }
  .home-scf.index-widget .col-1,
  .home-scf.index-widget textarea,
  .home-scf.index-widget .fld,
  .home-scf.index-widget label[for='imagetext'],
  .home-scf.index-widget .submit {
    max-width: 550px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 62.5em) {
  .home-scf.index-widget .formdesc ol {
    font-size: 1.75rem;
  }
  .home-scf.index-widget .formdesc ol li {
    padding: 1.1em 0 1.1em 80px;
  }
  .home-scf.index-widget .formdesc ol li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .home-scf.index-widget .formdesc .form-phones {
    margin-top: 0.5em;
    margin-bottom: 2.5em;
  }
}

@media screen and (min-width: 73.75em) {
  .home-scf.index-widget .formdesc {
    left: -600px;
    width: 107%;
  }
  .home-scf.index-widget .formdesc ol li {
    padding: 1.1em 0 1.1em 90px;
  }
  .home-scf.index-widget .formdesc ol li:before {
    width: 70px;
    height: 70px;
    line-height: 68px;
  }
}

.right {
  float: right;
  margin: 0 0 0.9em 3% !important;
}

.left {
  float: left;
  margin: 0 3% 0.9em 0 !important;
}

.center {
  float: none;
  margin: 0 auto 0.9em !important;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clr {
  display: none;
}

.gameover {
  display: none !important;
}

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

.no-border {
  padding-top: 0;
  border: 0;
}

.no-border.left {
  padding-left: 0;
}

.no-border.left.quote {
  padding: 2% 3%;
}

.no-border.right {
  padding-right: 0;
}

.no-border.right.quote {
  padding: 3%;
}

.w100 {
  width: 94%;
}

.w95 {
  width: 89%;
}

.w90 {
  width: 84%;
}

.w85 {
  width: 79%;
}

.w80 {
  width: 74%;
}

.w75 {
  width: 69%;
}

.w70 {
  width: 64%;
}

.w65 {
  width: 59%;
}

.w60 {
  width: 54%;
}

.w55 {
  width: 49%;
}

.w50 {
  width: 44%;
}

.w45 {
  width: 39%;
}

.w40 {
  width: 34%;
}

.w35 {
  width: 29%;
}

.w30 {
  width: 24%;
}

.w25 {
  width: 19%;
}

.w20 {
  width: 14%;
}

.t150 {
  font-size: 150%;
}

.t140 {
  font-size: 140%;
}

.t130 {
  font-size: 130%;
}

.t120 {
  font-size: 120%;
}

.t110 {
  font-size: 110%;
}

.t90 {
  font-size: 90%;
}

.t80 {
  font-size: 80%;
}

.t70 {
  font-size: 70%;
}

.t60 {
  font-size: 60%;
}

.t50 {
  font-size: 50%;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.tjustify {
  text-align: justify;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

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

.serif {
  font-family: Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
}

.sans-serif {
  font-family: sans-serif;
}

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

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

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

.list-no-style {
  list-style: none !important;
}

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

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

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

.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;
}

@media screen and (max-width: 46.8125em) {
  .video-wrapper[class*='left'], .video-wrapper[class*='right'] {
    margin: 0 0 1em !important;
  }
}

@media screen and (min-width: 46.875em) {
  .video-wrapper.v-w50 {
    width: 50% !important;
    padding-top: 28.125%;
  }
  .video-wrapper.v-w50 + * {
    clear: none;
  }
  .video-wrapper.v-w70 {
    width: 70% !important;
    padding-top: 39.375%;
  }
  .video-wrapper.v-w70 + * {
    clear: none;
  }
}

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

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

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

.responsive-video-list ul li {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 4px 0 0 !important;
  line-height: 1.2;
}

.responsive-video-list ul a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 10px;
  background-color: #e6e6e6;
  line-height: 1.3;
}

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

@media screen and (min-width: 46.875em) {
  .responsive-video-list ul img {
    float: left;
    display: block;
    width: 70px;
    height: auto;
    border-radius: 0;
    margin: -5px 10px -5px 0;
    vertical-align: middle;
  }
  .responsive-video-list ul a {
    display: -webkit-flex;
    display: flex;
    padding: 5px 10px 5px 0;
    -webkit-align-items: center;
            align-items: center;
    font-size: 0.9em;
    vertical-align: middle;
  }
}

.accent-color {
  color: #35557b;
}

.accent-color-dark {
  color: #263c57;
}

.accent-color-light {
  color: #446e9f;
}

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

.bodytext .leftphoto {
  float: left;
  max-width: 50%;
  border-radius: 2px;
  margin: 0 10px 10px 0;
}

.bodytext .leftphoto img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  margin: 0;
}

.bodytext .leftphoto.badge {
  width: auto;
}

.bodytext .rightphoto {
  float: right;
  max-width: 50%;
  border-radius: 2px;
  margin: 0 0 10px 10px;
}

.bodytext .rightphoto img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  margin: 0;
}

.bodytext .rightphoto.badge {
  width: auto;
}

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

.bodytext figure > * {
  font-weight: bold;
}

.bodytext figure img {
  width: 100%;
}

.bodytext figure.left {
  float: left;
  margin: 0 1em 0.5em 0 !important;
}

.bodytext figure.right {
  float: right;
  margin: 0 0 0.5em 1em !important;
}

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

.bodytext figure.w40 {
  max-width: 40%;
}

.bodytext figure.w50 {
  max-width: 50%;
}

.bodytext figure.w60 {
  max-width: 60% !important;
}

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

.box {
  display: block;
  padding: 10px;
  border: 1px solid #e6e6e6;
}

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

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

.box.image {
  background-color: #f2f2f2;
}

.box.image img {
  margin-bottom: 0;
}

.box.image small {
  display: inline-block;
  padding-top: 2%;
  margin-bottom: -2%;
}

.box.caption {
  padding-bottom: 6px;
  background-color: #f2f2f2;
  line-height: normal;
}

.box.caption img {
  margin-bottom: 4px;
}

.box.quote {
  padding-top: 2%;
  border-color: #d9d9d9;
  background-color: #f2f2f2;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPIAAACzCAMAAACEsrFfAAAAM1BMVEUAAADY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dnY2dliqV+hAAAAEXRSTlMAEGBQn/+/MHBA74/fIICvz0pdABQAAAXTSURBVHgB5Z0HksQoDEUF5hNEMPe/7Oa8a7lnyv6lqn0HGHiSkHBPB3mLEKP8rzgSkMUDpQqBlhRwoVz6AORt5hoAPCiXpABeVz5OAIYyN794XTmsAXhQDnUDeF+5JAAelFsCQFA+MuBBOdQBMJTjADwoz6T4FzRh8JVbwn9BE6Yrt4z/hiYMZL4wQbkNXJPZwgTlkgEPyjMDFOXQYXMKhZAAjnJVmOgSC9o+cuPUNHQFYdAGTDQ+dpmGTZo+anoFUmhzEQqHwiRPUtsah1AIJ0z0sX2U/UDXIqS4B3mICpNz+phMuzy2UobFaMKhDFapFYXFEhIVJnmSVtpFXBS1VtJKWoXE3KwUB3OlPYVEU1bki7o4xRJZKZZDWafYpsOismKbgrBItP5Zb59VHFwxeyDEllzUYds3apJxCj6M92QZV/FhnIRkrIcPY4004+LEuLDm4A7CI9P2ET0Y27WWaMZJfBh3eZTiwdiOfHzYWH0YHzTjsH0YF6UNyezDOAzakOw+erWcNOPDifHCFYc8y7w+QFOINFbnEtm4ogiRoLQHmg5rKQf3zMQrp1OYVFyweeU0gouJrIExF/gH2WgojXfBW+JiPnVeWW9hUnDBIJZ1EybZQVknH936JN7ig49LyOTdaaswSbQWOnHFECaFV2vZuMYzybQkNydJPnhJ3k6SPGhJjrhChYixj0kLLpaPJJ+84GL6SPLBS/LpI8mDmOTDR5I7L8nqI8kovCQnIUK8G2QndZ1pdd1wjRCZvMgn+PgkX8clQR4lAD7uIYorNvFd3Y06oWhHeXCPsoMm2nDN9tG8MBnNiz+VK6/Y1En32rS5ccBH95q8YktOlCuv2BQGPuoakdCv+cqBV2wdBio0Ik95wyALjUQrtgknykpTjk6UC2jKyYly5SkPJ8qJphzgRHnQlA8nygE05eVEufGUM0xUSCyessJGSJy0bQQ4Ud4wCbQjxHt45G0j4oZDKBTYRFrXAJaLho1O6BrkKVVhs2kzClDajGL1L4WPw3yCdphxSxIGGazKDrhncsYya1o2OEkzbtksZTu+rfacFQBGzivO15TtcRna+n0fyDmtFr6rbL91sq2Mf6LpeF7Z7mAhpoF/sXv5+tOy/UHHI+lVfFJ58vJlO4e6ccVYwR6HNnv+Pa769FecNnzdOcQTNmnayia6pvxMOfrGPed8QNn8w6VmfEAPtrLNyHngU7S+owzstVbPig/Rw1B+mDwfUH6CM7CUoc2HMnZhKQPRhzL0oCmjU5UNIk0Zia9861zxLt2JMiJ5KQfKiLylDifKWnhLTfmAgAexP/g88TpbPgHvc/KWWnRl+zgr3mfKPRsPYj/3Z7xP/vjlPsrIPEGgyS0JYNXbgo80LzBIxitB9DQfoBBEpPCia1JAocpP8KJrAwqD1ioRyVPK/OBkB4PTSctG5fUNuaMCrOER4KNnF3DgHaIldyhJ2dFhPnnKBT4uYJGnLMNH/5pE5e5AmddUiL2yOBlTwqvsxq9sQ3n5UJbMU55OlCNPWZIP5aA85eZDWTpPWbIP5UlUbrSlbBJxH9mHMjP0zce/aaihz6wnKZtCVJ6052WbRKy2zmrYNlPxKp13DwjyIYv4H/6D9gqBzcCLKO+VmOrkLWCJd8Wd8jmd+M6Vxqprm7DxFoPXOqJ8hcI8X5kVXOZLQvYnJsJgJdkmEe9DRflJph3nEWgj4pAvE5S4j8hq1zZFifuIrHc02jQQ9xH5Fy9G6A/aYqeIC+dEW2wHceG8aYtpEfHgPML9Yixjm0OJ+yjKn8jmNgiRn5t/0TS3Qai1cFKr2tgGcR+VZ2xRmTOjbNJKNmXg+6Tw7DeckL60PHTm3a9kGNB+AbuNJz7U+ilxvF9M94Sl+DIrkFbLTd5gpmc/NG4T6sCnjChvMRM18DHjE84mbzK7Mitt1g2bsaa8Tfgg9qNPeYpZT8UFuU7hMONp+hZ5mBJXHn9fJPdYhEtb58C/yD1OueFHGU5/6v7g1kAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0.3em 0.3em;
  background-size: 5em auto;
}

@media screen and (min-width: 31.25em) {
  div.w60 + img {
    max-width: 53%;
  }
  div.w55 + img {
    max-width: 48%;
  }
  div.w50 + img {
    max-width: 43%;
  }
  div.w45 + img {
    max-width: 38%;
  }
  div.w40 + img {
    max-width: 33%;
  }
  div.w35 + img {
    max-width: 28%;
  }
  div.w30 + img {
    max-width: 23%;
  }
}

@media screen and (max-width: 31.1875em) {
  .box {
    padding: 3%;
    font-size: 1em;
  }
  .box.w100, .box.w95, .box.w90, .box.w85, .box.w80, .box.w75, .box.w70, .box.w65, .box.w60, .box.w55, .box.w50, .box.w45, .box.w40, .box.w35, .box.w30, .box.w25, .box.w20 {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.stripes {
  float: none;
  clear: both;
  display: block;
}

#client-reviews {
  clear: both;
  display: block;
  padding: 35px 5%;
  margin-bottom: 0;
  background-color: #f0f0f0;
  text-align: center;
}

#client-reviews .widget-title {
  border-bottom: 0;
  color: #35557b;
  font-size: 2rem;
}

#client-reviews .widget-content {
  max-width: 1080px;
  margin: 0 auto;
}

#client-reviews .review-item {
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  line-height: 1.45;
}

@media screen and (min-width: 56.25em) {
  #client-reviews .review-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 65.625em) {
  #client-reviews .review-item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  #client-reviews .review-item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#client-reviews .w-cycler-content,
#client-reviews .w-cycler-wrapper-items {
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  list-style: none;
}

#client-reviews .w-ctext,
#client-reviews .w-cycler-item {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  text-align: center;
}

#client-reviews .w-ctext:first-child,
#client-reviews .w-cycler-item:first-child {
  display: block;
}

#client-reviews .review-rating {
  margin-bottom: 0.35em;
  color: #efbd12;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 5px;
}

#client-reviews .review-author {
  display: block;
  margin-top: 1.25rem;
  font-size: 1rem;
}

#client-reviews .review-description {
  font-style: italic;
}

#client-reviews .w-cycler-paginate-wrapper {
  position: relative;
  clear: both;
  display: none;
  margin-top: 1.5rem;
  font-size: 0;
  text-align: center;
}

#client-reviews .w-cycler-paginate {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}

#client-reviews.cyler-script-loaded .w-cycler-paginate-wrapper {
  display: block;
}

#client-reviews .jw-w-cycler-crosslink-wrapper {
  padding-top: 1em;
}

#client-reviews .jw-w-cycler-crosslink-wrapper a {
  display: inline-block;
  color: #f07c00;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
}

#client-reviews .jw-w-cycler-crosslink-wrapper a:hover {
  text-decoration: underline;
}

#client-reviews .w-cycler-pager a::before {
  position: absolute;
  top: 0;
  color: #35557b;
  font-size: 26px;
  line-height: 26px;
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  content: '';
}

#client-reviews .w-cycler-pager {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

#client-reviews .w-cycler-pager a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 34px;
  height: 20px;
  margin: 0;
  text-indent: -9999px;
  cursor: pointer;
}

#client-reviews .w-cycler-pager a::before {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 4px;
  margin: auto;
  background-color: #a4a4a4;
}

#client-reviews .w-cycler-pager .activeSlide::before {
  background-color: #f07c00;
}

@media screen and (min-width: 46.875em) {
  #client-reviews .w-cycler-pager a {
    width: 46px;
  }
  #client-reviews .w-cycler-pager a::before {
    width: 37px;
  }
}

@media screen and (min-width: 46.875em) {
  #client-reviews {
    padding: 5vw 25px 7.5vw;
  }
}

@media screen and (min-width: 75em) {
  #client-reviews {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

body.page-submit-review .cfrags {
  padding: 0 5% 30px;
}

body.page-submit-review section.content {
  padding-right: 0;
}

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

body.page-submit-review .detailedform {
  padding: 0;
}

body.page-submit-review .detailedform #captchaimage {
  position: relative;
  width: 7.5em;
  height: 2.5em;
  margin-bottom: 0;
}

body.page-submit-review .detailedform center img {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0;
}

body.page-submit-review .detailedform #captchaimage + .fld {
  position: relative;
  float: right;
  width: calc(100% - 8em);
  margin-top: -2.5em;
}

body.page-submit-review .detailedform #ImageText {
  width: 100%;
  height: 2.5em;
}

body.page-submit-review .detailedform #ImageText + .parsley-error-list {
  display: none;
}

body.page-submit-review .detailedform #imagetxtlabel {
  position: absolute;
  right: 5px;
  bottom: calc(100% + 5px);
  left: 5px;
  display: none;
  padding: 0.8em 0.2em;
  border: 1px solid #994f00;
  border-radius: 0;
  background-color: #bd6200;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}

body.page-submit-review .detailedform #captchaimage + .fld:hover #imagetxtlabel {
  display: block;
}

body.page-submit-review .detailedform #captchaimage {
  width: 135px;
  height: 45px;
}

body.page-submit-review .detailedform #captchaimage + .fld {
  width: calc(100% - 135px);
  margin-top: -45px;
}

body.page-submit-review .detailedform #ImageText {
  height: 45px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 43px;
}

body.page-submit-review .detailedform label {
  margin-bottom: 1px;
  font-weight: 400;
}

body.page-submit-review .detailedform fieldset {
  margin: 0 0 12px;
}

body.page-submit-review .detailedform legend {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  clip: auto;
}

body.page-submit-review .detailedform input[type='text'] {
  height: 51px;
}

body.page-submit-review .detailedform input[type='radio'] {
  width: 18px;
  height: 18px;
  border-color: #cdcdcd;
  margin-bottom: 0;
  background-color: #f6f6f6;
  line-height: 1.5;
}

body.page-submit-review .detailedform input[type='text'],
body.page-submit-review .detailedform textarea {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  margin-bottom: 12px;
  background-color: #f6f6f6;
  color: #000000;
}

body.page-submit-review .detailedform input[type='text']:focus,
body.page-submit-review .detailedform textarea:focus {
  border-color: #35557b;
}

body.page-submit-review .detailedform label[for='imagetext'] {
  margin-top: -53px;
}

body.page-submit-review .detailedform label[for='imagetext'] span {
  padding: 0;
}

body.page-submit-review .detailedform label[for='imagetext'] input {
  margin-bottom: 0;
}

body.page-submit-review .detailedform label[for='imagetext'] > span {
  position: relative;
  top: 0;
  display: block;
  height: 45px;
}

body.page-submit-review .detailedform label[for='imagetext'] #captchainstructions {
  right: 10px;
  left: 10px;
  width: auto;
}

body.page-submit-review .detailedform input[type='hidden'] + .fld {
  clear: both;
  display: block;
  margin-top: 1em;
}

body.page-submit-review .detailedform .fld {
  clear: none;
}

body.page-submit-review .detailedform .fld center {
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-right: 0;
  border-radius: 2px;
}

body.page-submit-review .detailedform #ImageText {
  background-color: #f6f6f6;
}

body.page-submit-review .detailedform .fld5 label {
  padding-top: 12px;
}

body.page-submit-review .detailedform .fld5 .rating-desc {
  margin-top: 6px;
}

body.page-submit-review .detailedform .fld5 .rating-desc::after {
  clear: both;
  display: table;
  content: '';
}

body.page-submit-review .detailedform .fld5 .rating-desc .right-text {
  float: right;
}

body.page-submit-review .detailedform .fld5 .rating-desc .left-text {
  float: left;
}

body.page-submit-review .detailedform .fld5 input {
  margin: 0;
}

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

body.page-submit-review .detailedform .fld5 .rating-values label {
  display: inline-block;
  padding: 0;
}

body.page-submit-review .detailedform .fld5 .rating-desc {
  display: block;
  margin-bottom: 1em;
}

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

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

body.page-submit-review .detailedform .radio label {
  float: none;
  display: inline-block;
  width: auto;
}

body.page-submit-review .detailedform .formdisclaimer {
  clear: both;
  padding: 13px 0;
  margin-top: 12px;
}

body.page-submit-review .detailedform [for='imagetext'] + br {
  display: none;
}

@media screen and (min-width: 46.875em) {
  body.page-submit-review .cfrags {
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
  }
  body.page-submit-review .detailedform #captchaimage {
    width: 165px;
    height: 55px;
  }
  body.page-submit-review .detailedform #captchaimage + .fld {
    width: calc(100% - 165px);
    margin-top: -55px;
  }
  body.page-submit-review .detailedform #ImageText {
    height: 55px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 53px;
  }
  body.page-submit-review .detailedform .fld {
    float: left;
    width: calc(50% - 5px);
  }
  body.page-submit-review .detailedform .fld legend {
    float: left;
  }
  body.page-submit-review .detailedform .fld1 {
    float: none;
    width: 100%;
  }
  body.page-submit-review .detailedform .fld2 {
    margin-right: 10px;
  }
  body.page-submit-review .detailedform .textarea label {
    clear: both;
  }
  body.page-submit-review .detailedform .textarea textarea {
    height: 201.6px;
  }
  body.page-submit-review .detailedform .fld4,
  body.page-submit-review .detailedform .fld6 {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    padding: 2.2em 0 1.7em;
  }
  body.page-submit-review .detailedform .fld4::after,
  body.page-submit-review .detailedform .fld6::after {
    clear: both;
    display: table;
    content: '';
  }
  body.page-submit-review .detailedform .fld4 .radio,
  body.page-submit-review .detailedform .fld6 .radio {
    margin-left: 20px;
  }
  body.page-submit-review .detailedform .fld5 {
    width: auto;
    padding-top: 12px;
    padding-bottom: 1.75em;
  }
  body.page-submit-review .detailedform .fld5 .rating-desc {
    clear: both;
    display: block;
  }
  body.page-submit-review .detailedform .fld5 .rating-values {
    float: left;
    min-width: 300px;
    margin-left: 20px;
  }
  body.page-submit-review .detailedform .fld5 .rating-values label {
    margin: 0;
  }
  body.page-submit-review .detailedform .fld6 {
    padding-bottom: 1.6em;
  }
  body.page-submit-review .detailedform input[name='random'] + .fld {
    float: none;
    width: 65%;
    margin: 0 auto;
    margin-top: 0;
  }
  body.page-submit-review .detailedform label[for='imagetext'] {
    float: none;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  body.page-submit-review .detailedform label[for='imagetext'] > span {
    float: none;
    width: calc(100% - 165px);
    height: 55px;
    margin-right: 0;
    margin-left: auto;
  }
  body.page-submit-review .detailedform .formdisclaimer {
    padding: 0;
    margin: 0;
  }
  body.page-submit-review .detailedform .formdisclaimer p {
    margin: 0;
  }
  body.page-submit-review .detailedform .submitbtn {
    display: block;
    max-width: 540px;
    padding: 0;
    margin: 0 auto;
  }
  body.page-submit-review .detailedform .submitbtn input {
    display: block;
    height: 3em;
    margin: 0 auto;
  }
}

@media screen and (min-width: 57.5em) {
  body.page-submit-review .detailedform .textarea textarea {
    height: 336px;
  }
  body.page-submit-review .detailedform input[name='random'] + .fld {
    width: 53%;
  }
  body.page-submit-review .detailedform label[for='imagetext'] {
    width: 50%;
  }
  body.page-submit-review .detailedform label[for='imagetext'] > span {
    width: calc(100% - 148px);
  }
}

.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.875rem;
  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: #ba0000;
  color: #ffffff;
  box-shadow: 0 3px 0 #870000;
  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%;
}

@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;
  }
}

@media screen and (min-width: 46.875em) {
  .top-numbers-v2 {
    display: none;
  }
  .top-numbers-v2.tnv2-sticky ~ .container {
    padding-top: 0;
  }
}

@media print {
  .top-numbers-v2 {
    position: static;
    display: block;
    padding: 12px 10px;
    font-size: 0.625rem;
  }
  .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;
  }
}

body {
  position: relative;
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 100%;
  line-height: 1.5;
  font-family: sans-serif;
  font-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body#contactus .blocks > div, body#localities .blocks > div {
  padding-right: 16px;
  margin-bottom: 1em;
}

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

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

a {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  color: #35557b;
  text-decoration: none;
}

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

.cwrap:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

#header {
  position: relative;
  float: left;
  background-color: white;
}

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

#head:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

#logo {
  display: block;
  padding: 30px 5% 24px;
}

#logo a {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 620px;
  height: auto;
  max-height: 81px;
  margin: 0 auto;
  text-indent: -9001px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

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

#tagline {
  display: none;
}

#tagline a {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

#topnav {
  position: relative;
  z-index: 9001;
  float: left;
  box-sizing: content-box;
  overflow: hidden;
  width: 100%;
  height: 48px;
  background-color: #002663;
}

#topnav::after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 48px;
  background-image: -webkit-linear-gradient(left, rgba(0, 38, 99, 0) 30%, #002663 90%);
  background-image: linear-gradient(to right, rgba(0, 38, 99, 0) 30%, #002663 90%);
  content: '';
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.js #topnav {
  overflow: visible;
}

.js #topnav::after {
  display: none;
}

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

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

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

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

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

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

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

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

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

#topnav #tnav-toplevel > li:hover {
  background-color: black;
}

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

#topnav #tnav-toplevel > .morebtn {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  border-left: 3px solid #1a1a1a;
  background-color: black;
  cursor: pointer;
}

#topnav #tnav-toplevel > .morebtn > a {
  padding: 0 22px 0 48px;
  font-weight: bold;
}

#topnav #tnav-toplevel > .morebtn > a::before {
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 12px;
  display: block;
  width: 21px;
  height: 4px;
  background-color: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: '';
}

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

#topnav #tnav-toplevel > li > a {
  padding: 0 24px;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 48px;
}

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

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

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

#topnav #tnav-toplevel ul li:hover {
  border-left: 4px solid black;
  margin-left: -4px;
  background-color: #0d0d0d;
  text-shadow: 0 0 3px #444444;
}

#topnav #tnav-toplevel ul li:hover a {
  color: #cccccc;
}

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

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

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

#topnav #tnav-toplevel.mobile-menu {
  padding-left: 0;
}

#topnav #tnav-toplevel.mobile-menu > li {
  display: block;
  float: left;
  width: 33.33333%;
}

#topnav #tnav-toplevel.mobile-menu > li > a {
  display: block;
  padding: 0;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: bold;
  text-align: center;
}

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

#topnav #tnav-toplevel.mobile-menu > li.morebtn {
  padding: 0;
  border: 0;
  background-color: transparent;
}

#topnav #tnav-toplevel.mobile-menu > li.morebtn::after {
  content: none;
}

#topnav #tnav-toplevel.mobile-menu ul {
  font-size: 1em;
}

#topnav #tnav-toplevel.mobile-menu ul a {
  padding: 10px 20px 10px 30px;
  font-family: 'AvenirNext-Medium', sans-serif;
  font-size: 1em;
  font-weight: normal;
}

#topnav ins {
  text-decoration: none;
}

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

#topnav #tnav-toplevel > li a {
  border-left: 1px solid #1a3c73;
}

#topnav #tnav-toplevel > li:first-child a {
  border-left: 0;
}

.main-blogname {
  display: block;
  padding: 1.3rem 0.5rem 1rem;
  background-color: #002663;
  color: #ffffff;
  font-size: 5.6vw;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 46.875em) {
  .main-blogname {
    font-size: 2.625rem;
  }
}

.inner-blogname {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}

#main {
  float: left;
  clear: both;
}

.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 {
  clear: both;
  font-size: 1.125rem;
  line-height: 1.4;
}

section.content .bodytext:after,
section.content .cfrags:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

section.content .bodytext * + .heading4,
section.content .bodytext .heading4:first-child,
section.content .cfrags * + .heading4,
section.content .cfrags .heading4:first-child {
  margin-bottom: 0;
  color: #f07c00;
}

section.content .bodytext .heading4,
section.content .cfrags .heading4 {
  font-size: 1.375rem;
}

section.content .bodytext .heading4 + p,
section.content .cfrags .heading4 + p {
  margin-top: 0.4em;
}

section.content .bodytext .heading4 + img,
section.content .cfrags .heading4 + img {
  margin-top: 8px;
}

section.content .bodytext .heading4 + img + p,
section.content .cfrags .heading4 + img + p {
  margin-top: 0.5em;
}

section.content .bodytext {
  float: left;
  width: 100%;
  padding: 20px 5% 30px;
}

.l2 section.content .bodytext {
  padding-top: 0;
}

section.content .bodytext a {
  font-weight: bold;
}

section.content .bodytext a:hover {
  text-decoration: underline;
}

section.content .bodytext .widget {
  padding-right: 0;
  padding-left: 0;
}

section.content .bodytext ul li,
section.content .bodytext ol li {
  margin-bottom: 0.5em;
}

section.content .bodytext hr {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
}

section.content .bodytext > h1 {
  font-size: 1.75rem;
  line-height: 1.2;
}

section.content .gray-paragraph {
  margin-top: 1.7em;
  color: #555555;
}

section.content #signature {
  display: block;
  max-width: 100%;
  margin: 1.7em auto 0;
}

.sitemap section.content .bodytext ul li,
.sitemap section.content .bodytext ol li,
section.content .bodytext #coreinfo ul li,
section.content .bodytext #coreinfo ol li,
section.content .bodytext .subpageslist ul li,
section.content .bodytext .subpageslist ol li {
  margin-bottom: 0;
}

.home .bodytext h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0;
  color: #344a77;
  font-weight: normal;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width: 56.25em) {
  .home .bodytext h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 65.625em) {
  .home .bodytext h1 {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}

@media screen and (min-width: 75em) {
  .home .bodytext h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

.home .bodytext .post-title {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #f07c00;
  color: #344a77;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width: 56.25em) {
  .home .bodytext .post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 65.625em) {
  .home .bodytext .post-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 75em) {
  .home .bodytext .post-title {
    font-size: 32px;
    font-size: 2rem;
  }
}

#footer {
  float: left;
  padding: 0;
  border: 0;
  background: #ffffff url("../images/footer-bg.png") repeat-x;
  color: #555555;
  font-size: 1rem;
  text-align: center;
}

#footer a {
  color: currentColor;
}

#footer a:hover {
  color: #35557b;
}

#footer .fcontainer {
  background: url("../images/footer-logo.png") no-repeat center 19px;
  position: relative;
  max-width: 1200px;
  padding: 130px 5% 0;
  margin: 0 auto;
}

@media screen and (max-width: 28.8125em) {
  #footer .fcontainer {
    background-position: center 29px;
    background-size: 300px auto;
  }
}

#footer .footerlocalities {
  clear: both;
  margin-bottom: 2em;
}

#footer .localities-wrapper {
  clear: both;
}

#footer .credits a span {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#footer .copyright a {
  display: inline-block;
}

#footer .copyright br {
  display: none;
}

#address {
  margin-bottom: 2em;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
}

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

#address .slocation {
  margin-top: 1.5em;
}

#address .slocation:first-child {
  margin-top: 0;
}

#address .slocation br {
  display: none;
}

#address .slocation > strong {
  display: block;
  margin-bottom: 0.5em;
  color: #002663;
}

#address .contacts {
  color: #002663;
  font-weight: bold;
}

#address .contacts span span {
  color: #555555;
}

#address .contacts > span {
  display: block;
}

#address .contacts a {
  color: #555555;
}

#address .email_f strong {
  color: #002663;
}

#address .heading5 {
  display: none;
  font-size: 100%;
}

#piWebsite {
  margin: 1.5em 0;
}

#footernav-wrapper {
  margin: 0 0 20px;
  color: #f07c00;
}

#footernav-wrapper ul,
#footernav-wrapper li,
#footernav-wrapper a {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: currentColor;
  vertical-align: middle;
}

.widget,
.detailedform {
  float: left;
  padding: 0 5% 2em;
}

.widget .widget-title {
  display: block;
  margin: 1.33em 0 0;
  color: #002663;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.widget .widget-title a {
  color: currentColor;
  font-weight: normal;
}

.widget .fragcontent,
.widget .widget-content {
  padding-top: 16px;
}

.jwpw_connect {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}

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

.jwpw_connect .connect-icons {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.jwpw_connect .widget-content {
  padding: 0;
  margin: 0 0 -4px;
  font-size: 0;
}

.jwpw_connect .widget-content:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.jwpw_connect a {
  float: left;
  display: block;
  max-width: 56.8px;
  margin: 0 4px 4px 0;
  width: calc(16.66667% - 3.33333px);
}

.jwpw_connect a:nth-child(6n) {
  margin-right: 0;
}

.jwpw_connect a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0 auto;
}

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

.jwpw_connect {
  max-width: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#footer-social {
  margin-bottom: 1.5em;
}

#coreinfo .jwpw_connect {
  float: none;
  width: auto;
  padding-top: 0;
  padding-bottom: 0.5em;
  border-top: 0;
  margin-top: 1em;
}

#coreinfo .jwpw_connect .connect-icons {
  display: block;
  margin: 0;
}

#coreinfo .jwpw_connect a {
  float: none;
  display: inline-block;
  width: 48px;
  max-width: none;
}

#breadcrumbs {
  display: none;
}

img.profilepic {
  display: none;
}

.peoplelist .col3 {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.peoplelist .name {
  display: block;
  font-size: 130%;
}

.peoplelist .emllink {
  font-weight: normal !important;
}

#top-numbers {
  display: none;
}

.attorney h1 + .position {
  display: block;
  padding-bottom: 1em;
  margin: -1.3em 0 0;
  color: gray;
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
  font-family: Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
}

.attorney #otherinfo .heading4 {
  padding-bottom: 1em;
  border-left: 1px solid #ffffff;
  margin: 1em 0 0 -20px;
  font-style: italic;
  font-size: 1.2em;
  font-family: Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
  text-transform: none;
}

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

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

.attorney #otherinfo .block ul li {
  margin-bottom: 0;
}

.attorney #otherinfo .block p {
  margin: 0;
}

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

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

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

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

.attorney .bodytext {
  overflow-y: hidden;
  padding-bottom: 1em;
}

.attorney .bodytext ul {
  padding-left: 5.195%;
}

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

#contactus .blocks {
  overflow: hidden;
}

.entry-title {
  margin-top: 0;
}

header .entry-title {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  line-height: 1.2;
}

.entry {
  position: relative;
  float: left;
  width: 100%;
  padding: 2.4em 0 1.6em;
}

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

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

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

.entry .sharelinks a img {
  opacity: 0.85;
  float: left;
  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 {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry .published-date-label {
  display: none;
}

.entry .entry-title {
  margin: 4px 0 5px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
}

.entry .entry-title a {
  font-weight: bold;
}

.entry .author.vcard {
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry .author.vcard a {
  text-transform: none;
}

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

.entry .inner-wrapper .author a {
  font-weight: normal;
}

.entry .inner-wrapper > footer {
  font-size: 13px;
  font-size: 0.8125rem;
}

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

.entry-content img {
  width: auto;
  max-width: 50%;
  height: auto;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.entry-content img:hover {
  border: 1px solid #dedede;
  background-color: #e6e6e6;
}

.entry-content img.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.entry-content img.aligncenter {
  display: block;
  margin: 0 auto 0.5em;
}

.entry-content div.wp-caption {
  width: auto !important;
  max-width: 50%;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #f2f2f2;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.entry-content div.wp-caption p {
  margin: -0.3em 0 0;
  font-size: 0.8em;
  line-height: normal;
}

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

.entry-content div.wp-caption.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

.entry-content div.wp-caption.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.entry-content div.wp-caption.aligncenter {
  margin: 0 auto 0.5em;
}

.entry-content div.wp-caption:hover {
  border: 1px solid #e3e3e3;
  background-color: #ebebeb;
}

.entry-content .featured-image.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

.entry-content .featured-image.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.entry-content .featured-image.aligncenter {
  margin: 0 auto 0.5em;
}

.archive-title {
  font-size: 1.5em;
  line-height: 1;
}

.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.widget .content a:hover {
  text-decoration: underline;
}

.widget_categories {
  color: #35557b;
}

.widget_categories ul li a {
  display: inline;
}

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

.navigation:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.navigation #pagination-simple-top .nav-next,
.navigation #pagination-simple-bottom .nav-next,
.navigation #pagination-simple .nav-next {
  float: right;
}

.navigation #pagination-simple-top .nav-next a::after,
.navigation #pagination-simple-bottom .nav-next a::after,
.navigation #pagination-simple .nav-next a::after {
  margin-left: 5px !important;
  content: '\00BB';
}

.navigation #pagination-simple-top .nav-previous,
.navigation #pagination-simple-bottom .nav-previous,
.navigation #pagination-simple .nav-previous {
  float: left;
}

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

.navigation #pagination-simple-top .nav-next,
.navigation #pagination-simple-top .nav-previous,
.navigation #pagination-simple-bottom .nav-next,
.navigation #pagination-simple-bottom .nav-previous,
.navigation #pagination-simple .nav-next,
.navigation #pagination-simple .nav-previous {
  padding: 0 6px;
  border-radius: 3px;
}

.navigation #pagination-simple-top .nav-next a,
.navigation #pagination-simple-top .nav-previous a,
.navigation #pagination-simple-bottom .nav-next a,
.navigation #pagination-simple-bottom .nav-previous a,
.navigation #pagination-simple .nav-next a,
.navigation #pagination-simple .nav-previous a {
  padding: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 1em;
}

.navigation #pagination-simple-top .nav-next a::after, .navigation #pagination-simple-top .nav-next a::before,
.navigation #pagination-simple-top .nav-previous a::after,
.navigation #pagination-simple-top .nav-previous a::before,
.navigation #pagination-simple-bottom .nav-next a::after,
.navigation #pagination-simple-bottom .nav-next a::before,
.navigation #pagination-simple-bottom .nav-previous a::after,
.navigation #pagination-simple-bottom .nav-previous a::before,
.navigation #pagination-simple .nav-next a::after,
.navigation #pagination-simple .nav-next a::before,
.navigation #pagination-simple .nav-previous a::after,
.navigation #pagination-simple .nav-previous a::before {
  margin-left: 2px;
  color: #1e3046;
  font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-size: 1.25rem;
}

.navigation #pagination-simple-top .nav-next:hover,
.navigation #pagination-simple-top .nav-previous:hover,
.navigation #pagination-simple-bottom .nav-next:hover,
.navigation #pagination-simple-bottom .nav-previous:hover,
.navigation #pagination-simple .nav-next:hover,
.navigation #pagination-simple .nav-previous:hover {
  background: #dddddd;
}

.navigation #pagination-simple-top .nav-next:hover a,
.navigation #pagination-simple-top .nav-previous:hover a,
.navigation #pagination-simple-bottom .nav-next:hover a,
.navigation #pagination-simple-bottom .nav-previous:hover a,
.navigation #pagination-simple .nav-next:hover a,
.navigation #pagination-simple .nav-previous:hover a {
  text-decoration: none;
}

li.required {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0.4em !important;
  border: solid #e1e1e1;
  border-width: 0 1px 1px;
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #ffe6e6;
  color: #ff0000;
}

#searchform:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

#sitemap-category-list {
  margin-top: 1em;
}

.search .search-title {
  line-height: 1.1;
}

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

.search .search_page_heading #s {
  float: left;
  height: 30px;
  padding: 0 5px !important;
  border: 1px solid #cccccc;
  margin-right: 3px;
  line-height: 30px;
}

.search .search_page_heading #searchsubmit {
  position: relative;
  display: block;
  float: left;
  height: 30px;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: #f07c00;
  color: #ffffff;
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase;
}

#searchsubmit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom_html_content_top_home .widget {
  padding: 20px 30px 0;
  margin-bottom: 50px;
}

.custom_html_content_top_home .widget h4 {
  position: relative;
  width: 100%;
  padding-bottom: 0.85em;
  color: #7c0002;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}

.custom_html_content_top_home .widget h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 20%;
  height: 1px;
  margin-left: -10%;
  background-color: #7b040a;
  content: '';
}

.custom_html_content_top_home .widget .content {
  border-bottom: 7px solid #e0e1e5;
}

.custom_html_content_top_home .widget .content p {
  padding-bottom: 1em;
  text-align: center;
}

.entry footer a,
.read_more_link a {
  font-weight: normal !important;
}

a.more-link {
  color: #002663;
}

.read_more_link {
  margin-top: 1.4em;
  margin-bottom: 1.6em;
}

.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;
}

.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 {
  display: block;
  float: left;
  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: 20px;
  content: '';
}

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

.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;
}

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

.authorphoto a {
  display: inline-block;
}

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

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

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

.entry {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}

.entry::after {
  position: absolute;
  bottom: -1px;
  width: 70px;
  height: 1px;
  border-right: 5px solid #ffffff;
  background: #f07c00;
  content: '';
}

.justia_contact_form.widget {
  font-size: 1rem;
}

.justia_contact_form.widget label {
  display: none;
  color: #000000;
}

.justia_contact_form.widget input,
.justia_contact_form.widget textarea,
.justia_contact_form.widget #ImageText {
  background-color: #ffffff;
  color: black;
}

.justia_contact_form.widget input::-webkit-input-placeholder, .justia_contact_form.widget textarea::-webkit-input-placeholder, .justia_contact_form.widget #ImageText::-webkit-input-placeholder {
  color: #4d4d4d;
}

.justia_contact_form.widget input::-moz-placeholder, .justia_contact_form.widget textarea::-moz-placeholder, .justia_contact_form.widget #ImageText::-moz-placeholder {
  color: #4d4d4d;
}

.justia_contact_form.widget input::placeholder,
.justia_contact_form.widget textarea::placeholder,
.justia_contact_form.widget #ImageText::placeholder {
  color: #4d4d4d;
}

.justia_contact_form.widget label[for='imagetext'] {
  display: block;
}

.justia_contact_form.widget label[for='imagetext'] strong {
  display: block;
}

.justia_contact_form.widget #captchaimage {
  position: relative;
  width: 7.5em;
  height: 2.5em;
  margin-bottom: 0;
}

.justia_contact_form.widget center img {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0;
}

.justia_contact_form.widget #captchaimage + .fld {
  position: relative;
  float: right;
  width: calc(100% - 8em);
  margin-top: -2.5em;
}

.justia_contact_form.widget #ImageText {
  width: 100%;
  height: 2.5em;
}

.justia_contact_form.widget #ImageText + .parsley-error-list {
  display: none;
}

.justia_contact_form.widget #imagetxtlabel {
  position: absolute;
  right: 5px;
  bottom: calc(100% + 5px);
  left: 5px;
  display: none;
  padding: 0.8em 0.2em;
  border: 1px solid #994f00;
  border-radius: 0;
  background-color: #bd6200;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}

.justia_contact_form.widget #captchaimage + .fld:hover #imagetxtlabel {
  display: block;
}

.justia_contact_form.widget .formdesc {
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.justia_contact_form.widget .formdesc a {
  display: inline;
  color: currentColor;
}

.justia_contact_form.widget .formdesc .line-1 {
  display: block;
  font-size: 1.5625rem;
}

.justia_contact_form.widget .formdesc .line-2 {
  display: block;
  font-size: 1.3125rem;
}

.justia_contact_form.widget .formdesc .line-3 {
  display: block;
  font-weight: normal;
  font-size: 1.25rem;
}

#bottom-scf.widget .bcf-side-wrap {
  display: none;
}

@media screen and (min-width: 46.875em) {
  .justia_contact_form.widget {
    width: 100%;
    padding-bottom: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #eaeef2;
  }
  .justia_contact_form.widget .fld,
  .justia_contact_form.widget .textarea {
    margin-bottom: 7px;
  }
  .justia_contact_form.widget input[type='text'], .justia_contact_form.widget input[type='password'], .justia_contact_form.widget input[type='email'], .justia_contact_form.widget input[type='number'], .justia_contact_form.widget input[type='tel'], .justia_contact_form.widget input[type='url'] {
    height: 29px;
    line-height: 27px;
  }
  .justia_contact_form.widget #ImageText {
    height: 29px;
    line-height: 27px;
  }
  .justia_contact_form.widget textarea {
    height: 76px;
  }
  .justia_contact_form.widget .widget-title {
    display: none;
  }
  .justia_contact_form.widget .widget-content {
    padding-top: 0;
  }
  .justia_contact_form.widget .formdesc {
    padding: 12px 25px;
    margin: 0 -25px 10px;
    background-color: #002663;
  }
  .justia_contact_form.widget .line-2 span {
    display: block;
  }
  .justia_contact_form.widget .line-2 .separator {
    display: none;
  }
  .justia_contact_form.widget button {
    padding: 0.5em 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .justia_contact_form.widget .disclaimer {
    padding: 0 0 0 25px;
  }
  .justia_contact_form.widget .disclaimer input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-left: -25px;
  }
  .justia_contact_form.widget #captchaimage {
    width: 90px;
    height: 30px;
  }
  .justia_contact_form.widget #captchaimage + .fld {
    width: calc(100% - 97px);
    margin-top: -30px;
  }
  .justia_contact_form.widget #ImageText {
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
  }
}

@media screen and (min-width: 46.875em) and (min-width: 75em) {
  .justia_contact_form.widget #captchaimage {
    width: 117px;
    height: 39px;
  }
  .justia_contact_form.widget #captchaimage + .fld {
    width: calc(100% - 124px);
    margin-top: -39px;
  }
  .justia_contact_form.widget #ImageText {
    height: 39px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 37px;
  }
  .justia_contact_form.widget .line-2 span {
    display: initial;
  }
  .justia_contact_form.widget .line-2 .separator {
    display: initial;
    padding: 0 12px;
  }
}

@media screen and (min-width: 46.875em) {
  #bottom-scf.widget {
    position: relative;
    float: none;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #bottom-scf.widget form {
    width: 100%;
    max-width: 604px;
    margin: 0 auto;
  }
  #bottom-scf.widget .widget-title {
    padding: 0;
    margin: 0;
  }
  #bottom-scf.widget .fld,
  #bottom-scf.widget .textarea,
  #bottom-scf.widget label[for='imagetext'] {
    margin-bottom: 5px;
  }
  #bottom-scf.widget input[type='text'], #bottom-scf.widget input[type='password'], #bottom-scf.widget input[type='email'], #bottom-scf.widget input[type='number'], #bottom-scf.widget input[type='tel'], #bottom-scf.widget input[type='url'] {
    height: 30px;
    line-height: 28px;
  }
  #bottom-scf.widget #ImageText {
    height: 30px;
    line-height: 28px;
  }
  #bottom-scf.widget textarea {
    height: 75px;
  }
  #bottom-scf.widget .bcf-side-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 521px;
  }
  #bottom-scf.widget .widget-title {
    padding-bottom: 12px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  #bottom-scf.widget .formdesc {
    margin: 0;
  }
  #bottom-scf.widget button {
    padding: 0.6em 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #bottom-scf.widget .disclaimer {
    padding: 0 0 0 25px;
    margin-top: 9px;
  }
  #bottom-scf.widget .disclaimer input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-left: -25px;
  }
  #bottom-scf.widget .bcf-side-wrap {
    padding-top: 150px;
  }
  #bottom-scf.widget .bcf-side-wrap img {
    display: block;
    margin: 0 auto;
  }
  #bottom-scf.widget #captchaimage {
    width: 120px;
    height: 40px;
  }
  #bottom-scf.widget #captchaimage + .fld {
    width: calc(100% - 125px);
    margin-top: -40px;
  }
  #bottom-scf.widget #ImageText {
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 38px;
  }
}

@media screen and (min-width: 54.4375em) {
  #stripe-01 #bottom-scf.widget {
    padding-right: 546px;
  }
  #bottom-scf.widget .bcf-side-wrap {
    display: block;
  }
}

#contactus #stripe-01,
#thankyou #stripe-01,
#thankyouform #stripe-01,
#generic_10 #stripe-01,
.locations.level3 #stripe-01 {
  display: none !important;
}

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

.detailedform label {
  margin-bottom: 10px !important;
}

a.btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  padding: 1.1em 1.6em;
  border: 0;
  border-radius: 3px;
  outline: none;
  background-color: #f07c00;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

a.btn:hover {
  background-color: #ff8400;
  text-decoration: none;
}

.btn-container {
  clear: both;
  margin: 1em auto 0;
  text-align: center;
}

.sh-content .additional-content {
  display: none;
  overflow: hidden;
}

.no-js .sh-content .additional-content {
  display: block;
}

.no-js .sh-content .btn {
  display: none;
}

#custom_html-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f07c00 !important;
  color: #ffffff;
  font-size: 1.9375rem;
  line-height: 1.25;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

#custom_html-8 .widget-title {
  display: none;
}

#custom_html-8 .widget-content {
  padding-top: 0;
}

#custom_html-8 i {
  display: block;
  font-weight: bold;
}

#custom_html-8 strong {
  text-decoration: underline;
  text-transform: uppercase;
}

#custom_html-8 a {
  color: #ffffff;
  font-weight: normal;
}

#custom_html-9 {
  background-color: #eaeef2;
}

#custom_html-5 {
  padding-top: 1em;
  background-color: #f0f0f0;
}

#custom_html-5 .widget-title {
  display: none;
}

#custom_html-5 span {
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

#custom_html-5 strong {
  display: block;
  margin-top: 5px;
  font-size: 1.125rem;
}

#case-results span {
  display: block;
}

#custom_html-3 {
  padding-top: 0.6em;
  padding-bottom: 1em;
  background: url("../images/tip-sheet-arrest.jpg") no-repeat center #2d4063;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: center;
}

#custom_html-3 .widget-content {
  padding-top: 0;
}

#custom_html-3 .widget-title {
  display: none;
}

#custom_html-3 span {
  display: block;
  margin-bottom: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
}

#custom_html-3 .btn {
  padding: 0.8em 1.1em;
}

#custom_html-4 {
  padding-top: 0.6em;
  padding-bottom: 1em;
  background: url("../images/tip-sheet.jpg") no-repeat center #2d4063;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: center;
}

#custom_html-4 .widget-title {
  display: none;
}

#custom_html-4 .widget-content {
  padding-top: 0;
}

#custom_html-4 span {
  display: block;
  margin-bottom: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
}

#custom_html-4 .btn {
  padding: 0.8em 1.1em;
}

#custom_html-10 {
  padding: 0;
  text-align: center;
}

#custom_html-10 .widget-title {
  display: none;
}

#custom_html-10 .widget-content {
  padding-top: 0;
}

#custom_html-10 img {
  display: block;
  max-width: 100%;
  margin: 1.2em auto 0.5em;
}

#custom_html-11 {
  padding: 0;
  background-color: #eaeef2;
  font-size: 1.1875rem;
}

#custom_html-11 .widget-content {
  padding: 0 5% 2em;
}

#custom_html-11 .widget-title {
  padding: 1em 0;
  border-bottom: 1px solid #c6cdcf;
  margin-top: 0;
  margin-bottom: 15px;
  background-color: #002663;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  text-transform: capitalize;
}

#custom_html-11 .widget-title strong {
  display: block;
  font-size: 1.25rem;
}

#custom_html-11 ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  counter-reset: badass-counter;
}

#custom_html-11 ol li {
  padding-bottom: 1.25em;
  padding-left: 30px;
  line-height: 1.3;
}

#custom_html-11 ol li:last-child {
  padding-bottom: 0;
}

#custom_html-11 ol li:before {
  top: 0;
  margin-right: 10px;
  margin-bottom: 0.5em;
  margin-left: -30px;
  counter-increment: badass-counter;
  content: counter(badass-counter, decimal) ". ";
}

#custom_html-11 ol .reason-10:before {
  margin-right: 0;
  margin-left: -30px;
}

#rss-2 {
  padding: 0 0 26px;
}

#rss-2 .widget-title {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 16px;
  background-color: #002663;
  color: #ffffff;
  font-size: 1.125rem;
}

#rss-2 .widget-title img {
  display: block;
  max-width: 100%;
}

#rss-2 .widget-title .rsswidget:first-child {
  display: block;
  height: 53px;
  margin: 0 auto 0.6em;
  background: url("../images/blog-name.png") no-repeat center;
}

#rss-2 .widget-title .rss-widget-icon {
  display: none;
}

#rss-2 .widget-content {
  padding-top: 0;
}

#rss-2 .widget-content > ul {
  padding: 0 5% 2em;
}

#rss-2 li {
  padding-bottom: 1.7em;
  color: #555555;
  font-size: 1.0625rem;
}

#rss-2 li a {
  color: #002663;
}

#rss-2 li:last-child {
  padding-bottom: 0;
}

.index-widget {
  position: relative;
  float: left;
  width: 100%;
  padding: 35px 5%;
}

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

.index-widget .widget-title {
  position: relative;
  overflow: visible;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.1;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.index-widget .widget-title a {
  color: currentColor;
  font-weight: normal;
}

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

@media screen and (min-width: 46.875em) {
  .index-widget {
    padding: 5vw 25px;
  }
}

@media screen and (min-width: 75em) {
  .index-widget {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

#img2,
#bottom-badges {
  display: none;
}

.img-before-box.rightphoto {
  float: none;
  display: block;
  max-width: none;
  margin: 0 auto 0.5em;
}

.side-box,
.sidecolumn {
  clear: right;
  width: 100%;
  padding: 10px;
  border: 1px solid #000000;
  margin: 5px;
  font-size: 1.0625rem;
}

.side-box img,
.sidecolumn img {
  width: 100%;
}

#custom_html-7 {
  padding: 0;
  margin-bottom: 0;
}

#custom_html-7 .widget-title {
  display: none;
}

#img3 {
  clear: both;
  display: block;
}

@media (min-width: 37.5em) {
  .img-before-box.rightphoto {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 5px;
  }
  .side-box,
  .sidecolumn {
    float: right;
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 46.8125em) {
  .secondary-sidebar {
    clear: both;
    border-top: 6px solid #35557b;
  }
  .secondary-sidebar .widget:first-child {
    border-top: 0;
  }
  .justia_contact_form.widget {
    border-bottom: 1px solid #dbdbdb;
    background-color: #f2f2f2;
  }
  .justia_contact_form.widget .widget-title {
    margin-bottom: 0.5em;
    color: #35557b;
  }
  .justia_contact_form.widget .formdesc {
    color: #35557b;
  }
  .widget {
    border-top: 1px solid #cccccc;
  }
  .widget .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #footernav-wrapper {
    font-family: 'AvenirNext-Bold', sans-serif;
  }
  #footernav-wrapper ul,
  #footernav-wrapper li,
  #footernav-wrapper a {
    display: block;
  }
  #footernav-wrapper ul {
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    background-color: #ebebeb;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
  }
  #footernav-wrapper li {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #dbdbdb;
  }
  #footernav-wrapper li:first-child {
    border-top: 0;
  }
  #footernav-wrapper li:last-child {
    border-bottom: 0;
  }
  #footernav-wrapper a {
    padding: 1em 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  #footernav-wrapper a:hover {
    background-color: #dbdbdb;
  }
  #footer .credits {
    position: relative;
    margin: 1em -5.55556% 0;
  }
  #footer .credits a {
    display: block;
    box-sizing: content-box;
    padding: 1em 5.55556%;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    border-top: 1px solid #bdbdbd;
    background-color: #cccccc;
  }
  #footer .credits a::after {
    font-size: 1.1em;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    content: '\20\00BB';
  }
  #pr_ar ul,
  #pr_ar li,
  #pr_ar a {
    padding: 0;
    margin: 0;
  }
  #pr_ar ul.toplevel a {
    position: relative;
    display: block;
    padding: 8px 0;
  }
  #pr_ar ul.toplevel > li:first-child > strong a {
    padding-top: 0;
  }
  #pr_ar ul.toplevel > li:last-child {
    margin-bottom: 0;
  }
  #pr_ar ul.toplevel ul a {
    padding-left: 10px;
  }
  #pr_ar ul.toplevel ul a::before {
    position: absolute;
    margin-top: -1px;
    margin-left: -10px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    content: '\203A\20';
  }
  #pr_ar ul.toplevel strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #top-numbers {
    display: block;
    width: 100%;
    background-color: #262626;
    color: #ffffff;
    text-align: center;
    list-style-type: none;
  }
  #top-numbers label {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #383838;
    box-shadow: inset 0 -5px 5px #1f1f1f;
    font-weight: bold;
    cursor: pointer;
  }
  #top-numbers a {
    padding: 15px 0;
  }
  #top-numbers ul {
    padding: 0;
    margin: 0;
  }
  #top-numbers ul li {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #1a1a1a;
  }
  #top-numbers ul li:first-child {
    border-top: 0;
  }
  #top-numbers ul li,
  #top-numbers ul a {
    display: block;
    color: #ffffff;
    font-weight: bold;
  }
  #pToggle {
    display: none;
  }
  #pToggle:checked + ul {
    display: block;
  }
}

@media screen and (min-width: 46.875em) {
  body {
    padding: 0 0;
  }
  #head {
    width: 100%;
    height: 125px;
  }
  #logo {
    float: left;
    display: block;
    padding: 0;
    margin: 30px 0 0 25px;
  }
  #logo a {
    width: 458.8px;
    height: 59.94px;
  }
  #tagline {
    display: block;
  }
  #tagline a {
    float: right;
    display: block;
    margin: 15px 25px 0 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 217px;
    height: 92px;
    background: url("../images/tagline_small.png") no-repeat center;
    background-size: 100% 100%;
    text-align: left;
  }
  body {
    padding-top: 141px;
  }
  #header {
    position: fixed;
    z-index: 10004;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }
  :target {
    display: block;
  }
  :target::before {
    display: block;
    padding-top: 149px;
    margin-top: -149px;
    content: '';
  }
  .mwrap {
    padding-bottom: 40px;
  }
  .sidebar {
    padding-top: 59px;
    font-size: 1rem;
    line-height: 1.45;
  }
  .sidebar .widget {
    background-color: #f8f8f8;
  }
  .mwrap::before {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    height: 100%;
    content: '';
    background-color: white;
  }
  .l2 .mwrap::after {
    display: none;
  }
  .widget {
    padding: 0 25px 40px;
    margin-bottom: 30px;
  }
  .widget .widget-title {
    padding: 12px 25px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -25px;
    font-size: 1.5rem;
  }
  section.content .bodytext {
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
  }
  section.content .cfrags {
    padding: 0 30px;
  }
  section.content .cfrags .widget {
    padding-right: 0;
    padding-left: 0;
  }
  section.content .cfrags .widget-title {
    padding: 0;
    margin: 0;
    background: none;
    color: #000000;
  }
  .home section.content .bodytext {
    padding-top: 40px;
    padding-bottom: 0;
  }
  section.content .bodytext > h1 {
    margin: 1em 0;
    font-size: 1.875rem;
  }
  .img-before-box {
    float: right;
    max-width: 50%;
  }
  .side-box,
  .sidecolumn {
    float: right;
    width: 300px;
  }
  .side-box ul,
  .sidecolumn ul {
    padding-left: 20px;
  }
  #footer {
    position: relative;
    padding: 0;
    font-size: 0.875rem;
    text-align: left;
  }
  #footer .fcontainer {
    overflow-y: hidden;
    padding: 170px 25px 60px;
    background-position: center 19px;
    background-size: auto auto;
  }
  #footer .footerlocalities {
    float: left;
    width: 100%;
    margin-bottom: 32px;
  }
  #footer .footerlocalities .jwpw_connect {
    float: left;
    margin: 0;
  }
  #footer .footerlocalities .jwpw_connect a {
    max-width: 48px;
  }
  #footer .jwpw_connect {
    margin-bottom: 1em;
    margin-left: 0;
    max-width: 312px;
    padding-top: 0;
  }
  #footer .jwpw_connect .connect-icons {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  #footer .social-1 {
    width: 48px;
  }
  #footer .social-1 + div {
    padding-left: 83px;
  }
  #footer .social-2 {
    width: 100px;
  }
  #footer .social-2 + div {
    padding-left: 135px;
  }
  #footer .social-3 {
    width: 152px;
  }
  #footer .social-3 + div {
    padding-left: 187px;
  }
  #footer .social-4 {
    width: 204px;
  }
  #footer .social-4 + div {
    padding-left: 239px;
  }
  #footer .social-5 {
    width: 256px;
  }
  #footer .social-5 + div {
    padding-left: 291px;
  }
  #footer .social-6 {
    width: 308px;
  }
  #footer .social-6 + div {
    padding-left: 343px;
  }
  #footer .social-7 {
    width: 360px;
  }
  #footer .social-7 + div {
    padding-left: 395px;
  }
  #footer .localities-wrapper {
    clear: none;
  }
  #footer .copyright {
    clear: both;
    line-height: normal;
  }
  #footer .copyright a {
    display: inline;
  }
  #footer .copyright br {
    display: none;
  }
  #footer #footer-title {
    margin-bottom: 1.7em;
  }
  #footer .credits {
    float: right;
    margin-top: -18px;
    font-weight: normal;
  }
  #footer-social {
    position: relative;
    z-index: 100;
    float: right;
  }
  #address {
    position: relative;
    margin-bottom: 25px;
    font-weight: normal;
  }
  #address .slocation {
    display: inline-block;
    padding: 0 40px 0 0;
    margin: 0 0 2em;
    vertical-align: top;
  }
  #address .slocation a {
    font-weight: normal;
  }
  #address .contacts {
    font-weight: bold;
  }
  #address .contacts span span {
    font-weight: normal;
  }
  #footernav-wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    border-bottom: 1px solid white;
    margin: 0;
    background-color: #e6e6e6;
    font-weight: bold;
    font-size: 0;
    text-align: center;
    text-transform: uppercase;
  }
  #footernav-wrapper::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
  #footernav-wrapper li::before {
    display: inline-block;
    margin: 0 2px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
    content: '\007C';
  }
  #footernav-wrapper li:first-child::before {
    content: none;
  }
  #footernav-wrapper li a {
    padding: 6px 2px;
    font-size: 0.6875rem;
    line-height: 1;
  }
  #footernav-wrapper li a:hover {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    color: currentColor;
  }
  #pr_ar .fragcontent {
    padding-top: 5px;
  }
  #pr_ar li {
    padding: 0;
    line-height: 1.2;
  }
  #pr_ar li a:hover {
    text-decoration: none;
  }
  #pr_ar .toplevel strong a {
    display: block;
    padding: 5px 25px;
    margin: 0 -25px;
  }
  #pr_ar .toplevel strong + ul {
    padding-bottom: 8px;
  }
  #pr_ar .toplevel a {
    color: #002663;
    font-size: 1.0625rem;
  }
  #pr_ar .toplevel a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
  #pr_ar .toplevel > li:last-child > ul {
    padding: 0;
  }
  #pr_ar li ul a {
    padding: 5px 25px 5px 40px;
    margin: 0 -25px;
  }
  #pr_ar ul ul ul a {
    padding-left: 55px;
  }
  #custom_html-3 {
    padding-top: 2.3em;
    padding-bottom: 2.5em;
    background-size: auto 100%;
  }
  #custom_html-6 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #002663;
    text-align: center;
  }
  #custom_html-6 .widget-title {
    display: none;
  }
  #custom_html-6 .widget-content {
    padding-top: 0;
  }
  #custom_html-6 img {
    display: block;
    max-width: 100%;
    margin: 1em auto 0;
  }
  #custom_html-4 {
    padding-top: 2.3em;
    padding-bottom: 2.5em;
    background-size: auto 100%;
  }
  #custom_html-11 {
    padding: 0 25px 24px;
  }
  #custom_html-11 .widget-title {
    padding: 12px 25px;
    margin: 0 -25px 15px;
  }
  #custom_html-11 .widget-content {
    padding: 0;
  }
  #rss-2 {
    padding: 0 25px 24px;
  }
  #rss-2 .widget-title .rsswidget:first-child {
    background-size: 100% auto;
  }
  #rss-2 .widget-content > ul {
    padding: 0;
  }
  .jwpw_connect {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0;
  }
  .jwpw_connect .connect-icons {
    margin-right: 0;
    margin-left: 0;
  }
  #breadcrumbs {
    display: block;
    border-bottom: 1px dotted #e0e0e0;
    margin: 0 30px;
  }
  #breadcrumbs .wrapper {
    overflow-y: hidden;
    width: 100%;
    padding: 14px 0;
    text-indent: -9001px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #breadcrumbs .wrapper a {
    font-weight: bold;
  }
  #breadcrumbs .wrapper a,
  #breadcrumbs .wrapper span {
    float: left;
    display: inline-block;
    text-indent: 0;
    text-decoration: none;
  }
  #breadcrumbs .wrapper a::after {
    display: inline-block;
    margin-left: 5px;
    color: #999999;
    font-family: Arial, sans-serif;
    content: '\20\200D\20\3009';
  }
  .attorney h1 + .position {
    margin-top: -30px;
  }
  .detailedform {
    padding: 20px 0;
  }
  #bottom-badges {
    display: block;
    padding: 19.83333vw 0 0;
    background: url("../images/badges-02.jpg") no-repeat center #f0f0f0;
    background-size: 100% auto;
  }
  .l2 #bottom-badges {
    border-top: 1px solid #1f315b;
  }
}

@media screen and (min-width: 46.875em) and (min-width: 75em) {
  #bottom-badges {
    padding: 238px 0 0;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 46.875em) {
  #img2 {
    clear: both;
    display: block;
  }
  #img2 #badges-homepage {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e1e4e5;
    margin-bottom: 0;
    background: #ffffff;
  }
  #img2 #badges-homepage .widget-content {
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-items: center;
            align-items: center;
  }
  #img2 #badges-homepage img {
    display: block;
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  #img2 #badges-homepage .badge {
    display: inline-block;
    vertical-align: middle;
  }
  #img2 #badges-homepage .badge.badge1 {
    width: 8.08333%;
  }
  #img2 #badges-homepage .badge.badge2 {
    width: 21.33333%;
  }
  #img2 #badges-homepage .badge.badge3 {
    width: 11.75%;
  }
  #img2 #badges-homepage .badge.badge4 {
    width: 16.08333%;
  }
  #img2 #badges-homepage .badge.badge5 {
    width: 11.41667%;
  }
  #img2 #badges-homepage .badge.badge6 {
    width: 9.66667%;
  }
  #img2 #badges-homepage .badge.badge7 {
    width: 11%;
  }
  #results {
    clear: both;
    padding: 2em 0 2.4em;
    background-color: #f0f0f0;
    color: #002663;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
  }
  #results a {
    color: #002663;
  }
  #results strong {
    display: block;
    font-size: 1.5625rem;
  }
  #results .colswrapper {
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}

@media screen and (min-width: 46.875em) and (min-width: 62.5em) {
  #results strong {
    font-size: 2rem;
  }
  #results span {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 71.0625em) {
  #logo {
    margin: 16px 0 0 25px;
  }
  #logo a {
    width: 620px;
    height: 81px;
  }
  #tagline a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 387px;
    height: 78px;
    background: url("../images/tagline.png") no-repeat center;
    background-size: 100% 100%;
    text-align: left;
    margin-top: 25px;
  }
}

@media screen and (min-width: 46.875em) {
  #disclaimer .bodytext .entryinfo {
    margin: 0;
  }
  #sitemap section.content .bodytext ul,
  section.content .bodytext .subpageslist ul {
    padding-left: 0;
    list-style-type: none;
  }
  #sitemap section.content .bodytext ul ul,
  section.content .bodytext .subpageslist ul ul {
    padding-left: 20px;
    margin: 1em 0;
  }
  #sitemap section.content .bodytext div > ul > li,
  section.content .bodytext .subpageslist > ul > li {
    padding: 0;
  }
  #sitemap section.content .bodytext div > ul ul,
  section.content .bodytext .subpageslist > ul ul {
    border-left: 1px dotted #cacaca;
  }
}

@media screen and (min-width: 52.5em) {
  img.profilepic {
    float: right;
    display: block;
    width: auto;
    max-width: 45%;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 30px 0 10px 10px;
    background-color: #e6e6e6;
  }
  .bodytext .location {
    float: left;
    width: 50%;
  }
  .peoplelist .col1, .peoplelist .col2, .peoplelist .col3 {
    float: left;
    margin: 0;
  }
  .peoplelist {
    overflow-y: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .peoplelist .col1 {
    width: 42%;
  }
  .peoplelist .col2 {
    width: 28%;
  }
  .peoplelist .col3 {
    width: 25%;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .peoplelist .name {
    float: left;
    display: inline-block;
    font-size: 130%;
  }
  .peoplelist .emllink,
  .peoplelist .loc,
  .peoplelist .blocknumbers {
    color: #888888;
    font-weight: normal !important;
    font-size: 90%;
  }
  .peoplelist .emllink {
    float: left;
    clear: both;
    display: inline-block;
  }
  .peoplelist .emllink::before {
    content: '\2d\20';
  }
  .peoplelist .pos {
    font-style: italic;
    font-family: Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
  }
  .peoplelist p {
    margin: 0;
  }
  .detailedform fieldset > .fld {
    display: block;
    padding-left: 250px;
  }
  .detailedform label {
    float: left;
    width: 100%;
  }
  .detailedform label strong {
    float: left;
    display: block;
    width: 250px;
    padding: 5px 10px 0 0;
    text-align: right;
  }
  .detailedform label span {
    float: left;
    display: block;
    width: calc(100% - 250px);
  }
  .detailedform label input {
    width: 100%;
  }
  .formdisclaimer,
  .submitbtn {
    display: block;
    padding-left: 250px;
  }
}

@media screen and (min-width: 57.5em) {
  .l2 .primary-sidebar {
    display: none;
  }
  #custom_html-8 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 67.5em) {
  #footer .fcontainer {
    padding-top: 130px;
    background-position: 25px 19px;
  }
  #footernav-wrapper {
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
    width: auto;
    height: 100px;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-align: right;
  }
}

body.practiceareas .table1 {
  width: 100%;
  margin: 1em auto;
  font-size: 0.8em;
}

body.practiceareas .table1 td,
body.practiceareas .table1 th {
  padding: 0.5em 0;
  border-bottom: 1px solid #000000;
}

#img1 {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #001f4e;
  padding-top: 34.71538%;
}

#img1 .inner-slide {
  position: absolute;
  z-index: 101;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
}

#img1 .inner-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#img1 .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#img1 .slide {
  right: 0;
  bottom: auto;
  display: none;
  width: inherit !important;
  height: inherit !important;
  margin: auto;
  -webkit-transition: none;
  transition: none;
}

#img1 .slide:first-child {
  display: block;
}

#img1 .slide1 {
  background-color: #c4ad8d !important;
}

#img1 .slide2 {
  background-color: #c4ad8d !important;
}

@media screen and (min-width: 81.25em) {
  #img1 {
    padding-top: 450px;
  }
}

.banner-text-wrapper {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 2.08333vw;
  margin: auto;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  color: #002663;
  font-size: 2.83333vw;
  line-height: 1.35;
  font-family: 'Roboto Condensed', sans-serif;
}

.banner-text-wrapper strong,
.banner-text-wrapper span {
  display: block;
}

@media screen and (min-width: 75em) {
  .banner-text-wrapper {
    padding: 25px;
    font-size: 2.125rem;
  }
}

.slide .banner-text-wrapper {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 2.08333vw;
  margin: auto;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  font-size: 4.66667vw;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 46.8125em) {
  .slide .banner-text-wrapper {
    text-align: left;
  }
}

.slide .banner-text-wrapper .btn-cta,
.slide .banner-text-wrapper .home-text {
  display: none;
}

.slide .banner-text-wrapper .b-textcontent {
  width: 100%;
}

.slide .banner-text-wrapper .banner-contact {
  display: block;
}

.slide .banner-text-wrapper .banner-contact strong {
  display: block;
}

.slide .banner-text-wrapper .banner-contact span {
  display: inline-block;
}

.slide .banner-text-wrapper .banner-contact .separator {
  padding: 0 1.5vw;
}

@media screen and (min-width: 46.875em) {
  .slide .banner-text-wrapper {
    font-size: 3vw;
    text-align: left;
  }
  .slide .banner-text-wrapper .btn-cta,
  .slide .banner-text-wrapper .home-text,
  .slide .banner-text-wrapper .separator {
    display: block;
  }
  .slide .banner-text-wrapper .b-textcontent {
    width: 55vw;
  }
  .home .slide .banner-text-wrapper .banner-contact {
    margin-top: 2.5vw;
  }
}

@media screen and (min-width: 75em) {
  .slide .banner-text-wrapper {
    padding: 25px;
    font-size: 2.25rem;
  }
  .home .slide .banner-text-wrapper .banner-contact {
    margin-top: 30px;
  }
  .slide .banner-text-wrapper .banner-contact .separator {
    padding: 0 18px;
  }
}

.slide2 .banner-text-wrapper {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  color: #002663;
}

.slide2 .banner-text-wrapper .b-textcontent {
  width: auto;
}

.attorney-link {
  position: absolute;
  z-index: 1000;
  bottom: 2.16667vw;
  left: 32.5vw;
  padding: 2px 4px 3px;
  border-right: 1px solid #f07c00;
  border-left: 1px solid #f07c00;
  background-color: #002663;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width: 59.375em) {
  .attorney-link {
    left: 39.33333vw;
    padding: 3px 14px 4px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .attorney-link {
    bottom: 26px;
    left: 472px;
  }
}

@media screen and (min-width: 46.875em) {
  .secondary-sidebar {
    float: right;
    width: 250px;
    margin-left: -250px;
  }
  section.content {
    float: left;
    width: 100%;
    padding-right: 250px;
  }
  .mwrap::before {
    right: 0;
    width: 250px;
  }
}

@media screen and (min-width: 53.5625em) {
  .secondary-sidebar {
    float: right;
    width: 29.16667%;
    margin-left: -29.16667%;
  }
  section.content {
    float: left;
    width: 100%;
    padding-right: 29.16667%;
  }
  .mwrap::before {
    width: 29.16667%;
  }
}

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

@media print {
  @page {
    margin: 1.2cm 0.5cm;
  }
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  * a {
    color: currentColor !important;
  }
  #header,
  body {
    border-top: 0;
  }
  h1 {
    margin-top: 0 !important;
    font-size: 18px !important;
  }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  img {
    float: left !important;
    max-width: 250px !important;
    margin: 0 0.5em 0.2em 0 !important;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  #top-numbers {
    display: block;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
  }
  #top-numbers label {
    box-shadow: none;
  }
  #top-numbers input[type='checkbox'] {
    display: none;
  }
  #top-numbers ul {
    padding: 0;
    text-align: center;
    list-style-type: none;
  }
  #top-numbers ul li {
    border: 0 !important;
  }
  #top-numbers a {
    color: #000000;
    text-decoration: none;
  }
  #head {
    height: auto;
    padding: 2em 0 3em;
    border-bottom: 0;
  }
  #head img {
    display: none;
  }
  #logo {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  #logo::before {
    display: block;
  }
  #logo a {
    display: none;
  }
  .container {
    width: 640px;
    max-width: 1024px;
    border-top: 1px dotted #cccccc;
    margin: 0 auto;
  }
  .sidebar {
    border-top: 1px solid #000000 !important;
  }
  .sidebar .widget_categories {
    display: block;
    padding-top: 20px;
  }
  .sidebar .widget_categories ul li {
    display: inline-block;
    padding: 0 0 0.5em !important;
    margin: 0 !important;
    font-size: 12px;
    line-height: 1.2 !important;
  }
  .sidebar .widget_categories ul li::after {
    position: relative;
    padding: 0 0.5em;
    color: #626262;
    font-size: 11px;
    content: '|';
  }
  .sidebar .widget_categories ul li a {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  .entry {
    border-top: 1px solid #d3d3d3;
    border-bottom: 0;
  }
  .entry:first-child {
    border-top: 0;
  }
  .entry h4,
  .entry h3,
  .entry [class*='title'],
  .entry a {
    color: #000000 !important;
    font-weight: bold;
    font-size: 14px !important;
  }
  .entry h4 *,
  .entry h3 *,
  .entry [class*='title'] *,
  .entry a * {
    font-size: 14px !important;
  }
  .entry .entry-content a,
  .entry .category-list-items a,
  .entry .author a {
    font-weight: bold !important;
    font-size: 12px !important;
  }
  section.content .bodytext {
    float: none;
  }
  #footer {
    padding-top: 1em !important;
    font-size: 12px;
    text-align: center;
  }
  #footer .fcontainer {
    padding-top: 50px;
  }
  #footer .fcontainer * {
    font-size: 12px !important;
  }
  #footer .heading5 {
    margin-bottom: 0.5em;
  }
  #footer .flocalities {
    font-size: 16px;
  }
  #footer div[itemprop='streetAddress'] {
    padding-bottom: 0 !important;
  }
  .jwpw_connect,
  .sharelinks,
  .sidebar.secondary-sidebar .widget,
  .sidebar.primary-sidebar .widget,
  .above_header_widgets_all,
  .jwpw_connect.widget,
  .justia_contact_form,
  .widget_recent_entries,
  #footer::before,
  #footernav-wrapper,
  #topnav,
  form,
  iframe,
  #video_library,
  #badges,
  #tagline,
  #breadcrumbs,
  .imgwrap,
  .home img,
  .home section.content .bodytext::before,
  .tcfrags,
  .nav-next,
  .nav-previous {
    display: none !important;
  }
  iframe[src*='google.com/maps'] {
    display: block !important;
  }
}

/*! 46.875em | 57.5em | 62.5625em | 53.5625em */
