@charset "UTF-8";
/* -- Shadowbox Styles -- */
#sb-container, #sb-wrapper {
  text-align: left;
}

#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}

body > #sb-container {
  position: fixed;
}

#sb-overlay {
  height: expression(document.documentElement.clientHeight+"px");
}

#sb-container > #sb-overlay {
  height: 100%;
}

#sb-wrapper {
  position: relative;
}

#sb-wrapper img {
  border: none;
}

#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
  height: 100%;
}

#sb-body-inner {
  position: relative;
  height: 100%;
}

#sb-content.html {
  height: 100%;
  overflow: auto;
}

#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: "Lucida Grande", Tahoma, sans-serif;
  line-height: 16px;
}

#sb-title, #sb-title-inner {
  height: 26px;
}

#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}

#sb-info, #sb-info-inner {
  height: 20px;
}

#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

#sb-nav-close {
  background-image: url(shadowbox/images/close.png);
  background-repeat: no-repeat;
}

#sb-nav-next {
  background-image: url(shadowbox/images/next.png);
  background-repeat: no-repeat;
}

#sb-nav-previous {
  background-image: url(shadowbox/images/previous.png);
  background-repeat: no-repeat;
}

#sb-nav-play {
  background-image: url(shadowbox/images/play.png);
  background-repeat: no-repeat;
}

#sb-nav-pause {
  background-image: url(shadowbox/images/pause.png);
  background-repeat: no-repeat;
}

#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-family: "Lucida Grande", Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("widgets/slider/fonts/flexslider-icon.eot");
  src: url("widgets/slider/fonts/flexslider-icon.eot#iefix") format("embedded-opentype"), url("widgets/slider/fonts/flexslider-icon.woff") format("woff"), url("widgets/slider/fonts/flexslider-icon.ttf") format("truetype"), url("widgets/slider/fonts/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  background: transparent;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*@media screen and (max-width: 860px) {*/
/*.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}*/
/*.flex-direction-nav .flex-next { opacity: 1; right: 10px;}*/
/*}*/
#attorney-sidebar .px-flexslider ul li::before {
  content: "";
  margin-left: 0;
  padding-right: 0;
  display: inline-block;
}

#attorney-sidebar .px-flexslider ul li {
  margin-left: 0 !important;
}

.meet-our-attorney-a {
  padding-right: 2px;
  display: inline-block;
  width: 33.3%;
  float: left;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
  margin-bottom: 2px;
  position: relative;
}

.meet-our-attorney-a span {
  width: calc(100% - 2px);
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 5px;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.meet-our-attorney-a:hover span {
  opacity: 1;
}

.side-meet-our-attorneys div {
  padding: 0 !important;
}

.side-meet-our-attorneys .clone {
  margin-left: 1px !important;
}

#slider-widget .clone {
  margin-left: 0px !important;
}

.text-slider.widget .flexslider .slides li > p {
  margin-bottom: 0;
}

.header-img .slides > li {
  display: none;
}

.phone, .small-text a {
  display: block;
}

.video-slider .flexslider {
  margin-bottom: 0;
}
.video-slider .slides > li {
  margin-bottom: 0 !important;
}
.video-slider .slides > li p {
  display: block;
  margin: 10px 0 0 0 !important;
}
.video-slider .slides > li p strong {
  display: block;
}
.widget_px_client_review input[type=submit].client-review-text {
  background-color: transparent;
  border: none;
  color: #0c8dce;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.widget_px_client_review input[type=image].client-review-image {
  background-color: transparent;
  border: none;
  color: #0c8dce;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.widget address {
  font-style: normal;
}

.mh-review-popup {
  display: none;
}

div.ginput_container {
  padding-bottom: 0px !important;
}

.gform_fields input, .gform_fields select {
  margin-bottom: 0px !important;
}

.gform_fields textarea {
  padding: 0.5rem !important;
}

.social-linkedin-16 a {
  background: url("master-assets/social-icons/sm-16x16/linkedin_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-facebook-16 a {
  background: url("master-assets/social-icons/sm-16x16/facebook_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-google-plus-16 a {
  background: url("master-assets/social-icons/sm-16x16/googleplus_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-twitter-16 a {
  background: url("master-assets/social-icons/sm-16x16/twitter_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-youtube-16 a {
  background: url("master-assets/social-icons/sm-16x16/youtube_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-instagram-16 a {
  background: url("master-assets/social-icons/sm-16x16/instagram_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-avvo-16 a {
  background: url("master-assets/social-icons/sm-16x16/avvo-16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-linkedin-24 a {
  background: url("master-assets/social-icons/sm-24x24/linkedin_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-facebook-24 a {
  background: url("master-assets/social-icons/sm-24x24/facebook_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-google-plus-24 a {
  background: url("master-assets/social-icons/sm-24x24/googleplus_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-twitter-24 a {
  background: url("master-assets/social-icons/sm-24x24/twitter_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-youtube-24 a {
  background: url("master-assets/social-icons/sm-24x24/youtube_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-martindale-24 a {
  background: url("master-assets/social-icons/sm-24x24/martindale_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-lawyers-24 a {
  background: url("master-assets/social-icons/sm-24x24/lawyers_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-nolo-24 a {
  background: url("master-assets/social-icons/sm-24x24/nolo_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-instagram-24 a {
  background: url("master-assets/social-icons/sm-24x24/instagram_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-avvo-24 a {
  background: url("master-assets/social-icons/sm-24x24/avvo-24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-linkedin-32 a {
  background: url("master-assets/social-icons/sm-32x32/linkedin_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-facebook-32 a {
  background: url("master-assets/social-icons/sm-32x32/facebook_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-google-plus-32 a {
  background: url("master-assets/social-icons/sm-32x32/googleplus_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-twitter-32 a {
  background: url("master-assets/social-icons/sm-32x32/twitter_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-youtube-32 a {
  background: url("master-assets/social-icons/sm-32x32/youtube_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-martindale-32 a {
  background: url("master-assets/social-icons/sm-32x32/martindale_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-lawyers-32 a {
  background: url("master-assets/social-icons/sm-32x32/lawyers_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-nolo-32 a {
  background: url("master-assets/social-icons/sm-32x32/nolo_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-instagram-32 a {
  background: url("master-assets/social-icons/sm-32x32/instagram_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-avvo-32 a {
  background: url("master-assets/social-icons/sm-32x32/avvo-32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

/*# sourceMappingURL=frontend.css.map */