/*!
Theme Name: Sidney Gold & Assoc. P.C. - Sexual Harassment
Theme URI: https://bootstrap-wp.com
Author: PLM
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme.
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: sidoncall
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
body {
  background-color: #ffffff;
  color: #231f20;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

p.gform_description {
    color: #fff;
    padding: 0 20px;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
  font-family: 'Open Sans', sans-serif;
}

body nav.navbar.navbar-expand-lg.shrink {
  height: 145px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 14px #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

header#masthead {
  height: 145px;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

.home header#masthead {
  height: 145px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: none;
  z-index: 2;
}

img.custom-logo {
  position: relative;
  z-index: 1;
}

@media(min-width:1300px) {
  .container {
    max-width: 1350px;
  }

  body nav.navbar.navbar-expand-lg {
    height: 145px;
  }

  .single nav.navbar.navbar-expand-lg {
    height: 145px;
    box-shadow: 0 2px 14px #333;
  }
}

@media (max-width: 1400px) {
  img.custom-logo {
    width: 20vw;
  }

  div#mega-menu-wrap-menu-1 {
    position: relative;
    left: 3%;
  }

  .owl-carousel h3.title {
    font-size: 2em !important;
  }

  .TopText h1 {
    font-size: 2rem;
  }

  .slideCaption .TopText {
    width: 750px;
    top: auto;
    left: 23px;
    bottom: -28.9em;
    font-size: 14px;
  }

  .slideCaption {
    padding-right: 3%;
  }
}

a, button, input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: #C3892B;
  font-weight: 600;
}

a:hover {
  color: #7B2728;
}

blockquote {
  font-size: 1.25rem;
  padding: 1.25rem 1.75rem;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

table th, table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

table table {
  background-color: #fff;
}

figcaption {
  padding-top: 0;
  padding-bottom: .75rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  opacity: 0;
}

.team-item:hover figcaption {
  opacity: 1;
  top: 10em;
  transition: all .3s ease;
  filter: drop-shadow(2px 4px 6px black);
}

figcaption a {
  display: block;
  color: #fff;
}

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

input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.6);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

select {
  -webkit-appearance: menulist !important;
  /*webkit browsers */
  -moz-appearance: menulist !important;
  /*Firefox */
  appearance: menulist !important;
  /* modern browsers */
  border-radius: 0;
}

blockquote {
  font-style: italic;
  font-size: 1.15rem;
  border-left: 3px solid rgba(33, 37, 41, 0.25);
  padding: 0.5rem 1.75rem;
  background: rgba(33, 37, 41, 0.05);
}

blockquote p {
  font-size: 1.15rem;
}

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

h1, .h1 {
  font-size: 2.3rem;
  color: #C3892B;
  font-family: 'Lora', serif;
  letter-spacing: -1px;
  text-align: left !important;
}

h2, .h2 {
  font-size: 1.6rem;
  color: #38496E;
}

h3, .h3 {
  font-size: 20px;
  color: #38496E;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.25rem;
  color: #38496E;
  font-weight: 600;
}

.navbar-dark .navbar-nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.site-footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 14px;
  background: rgba(56, 73, 110, 0.9);
  color: #fff;
}

aside.widget-area.footer-1-area img {
  margin: 0.6em;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}

.post-thumbnail {
  margin-top: 1.5em;
  display: inline-block;
}

.card-title.entry-title {
  margin-bottom: .25rem;
}

.entry-meta {
  font-size: .9rem;
}

.entry-footer {
  font-size: .9rem;
  margin-top: 1rem;
}

.cat-links .badge, .tags-links .badge {
  font-size: 90%;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 4px 10px 4px 0;
  padding: 0.4em .9em;
}

.cat-links a, .tags-links a {
  color: #6c757d;
}

.cat-links a:hover, .tags-links a:hover {
  text-decoration: none;
  color: #212529;
}

.entry-meta a, .comments-link a, .edit-link a {
  color: #6c757d;
}

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
  text-decoration: none;
  color: #007bff;
}

.entry-title a:hover {
  color: #7B2728 !important;
}

.content-area.wp-bp-404 .card-body {
  padding: 2.5rem 4rem;
}

.sidebar-1-area .widget, .footer-widgets .widget {
  margin-bottom: 0;
  padding: 0;
}

.sidebar-1-area .widget ul, .footer-widgets .widget ul {
  padding-left: 0;
  color: #6c757d;
  margin-bottom: 0;
}

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: none;
  margin-bottom: 0;
}

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover {
  color: #C3892B;
  text-decoration: none;
}

.footer-widgets .widget {
  padding: 0.5rem;
}

.hentry.card .card-body {
  padding: 1.5rem;
}

select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #1B75BB;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.entry-title a:hover {
  text-decoration: none;
}

.single .post-navigation .nav-links a {
  color: #6c757d;
  margin-bottom: 2rem;
  display: inline-block;
}

.single .post-thumbnail {
  display: none;
}

.single .post-navigation .nav-links a:hover {
  color: #212529;
  text-decoration: none;
}

.navbar {
  padding: 1rem 0;
}

.nav-link {
  padding: 0;
}

#wp-bp-posts-slider {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
  width: 10%;
}

.custom-logo-link {
  margin-right: 1rem;
}

.site-title a, .navbar-dark .navbar-brand, .site-description {
  color: #fff;
  margin-bottom: 0;
}

.navbar-brand {
  font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  opacity: 0.5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  opacity: 0.75;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  opacity: 1;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active>.nav-link {
  color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #212529;
}

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
  margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
  display: none;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  position: absolute;
  right: 0.5em;
  top: 1em;
  z-index: 1;
}

/* .site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); } */
body.custom-background .wp-bp-main-content .col-md-8 {
  background: #f8f9fa;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
  text-decoration: none;
}

#footer-fw h5 {
  color: #7B2728;
  font-size: 1.1em;
}

#footer-fw ul#menu-footer-new {
  padding: 0;
  width: 140px;
  margin: 3em auto;
  text-transform: uppercase;
}

#footer-fw ul#menu-footer-new a {
  font-style: italic;
}

ul#menu-footer-new li:before {
  content: '.';
  font-size: 2.3rem;
  color: #7B2728;
  vertical-align: top;
  position: relative;
  top: -12px;
  left: -2px;
}

.admin-bar .site-header.sticky-top {
  top: 32px;
}

/* Frontpage Reviews offset styles */

.reviewsCarousel .owl-carousel.owl-drag .owl-item {
    border: none;
    height: 18em;
}

.wpcr3_reviews_holder {
    display: flex;
}
.reviewsCarousel .owl-carousel.owl-drag .owl-item {
    border: none !important;
}

div.wpcr3_review blockquote.wpcr3_content {
    font-size: 1.15rem;
    border: none;
    padding-left: 0;
    font-style: normal;
}

div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline {
    border-bottom: none !important;
}
span.wpcr3_item_name a {
  display: none;
}

div.wpcr3_review div.wpcr3_review_author {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #38496e;
}
/* */

/* Frontpage Attorneys Carousel */
.attCarousel.owl-carousel.owl-drag .owl-item {
    height: auto;
    border: none;
}
.attCarousel.owl-carousel .owl-nav button.owl-prev {
    left: -47px;
    top: 38%;
    background: #fff;
}
.attCarousel.owl-carousel .owl-nav button.owl-prev span {
    color: #7b2728;
}

.attCarousel.owl-carousel .owl-nav button.owl-next {
    top: 38%;
    right: -47px;
    background: #fff;
}
.attCarousel.owl-carousel .owl-nav button.owl-next span {
    color: #7b2728;
}

/* */

#seen img {
    width: auto;
    height: 54px;
    padding: 0 1em;
}

.wb-bp-front-page .site-header {
  border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
  padding: 10rem 2rem;
  /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
  opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
  padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
  padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
  font-size: 1.25rem;
  font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
  font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
  font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.95rem;
}

body .yotu-videos li:before {
  display: none;
}

body .yotu-videos .yotu-video h3 {
  font-weight: 600;
  z-index: 0;
  color: #002856;
}

body .yotu-playlist {
  padding: 0;
}

/* WP Responsive Videos */
.wp-block-embed-youtube {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-block-embed::before {
  padding-top: 56.25%;
}

.wp-block-embed-youtube::before {
  display: block;
  content: "";
}

.wp-block-embed-youtube iframe, .wp-block-embed-youtube embed, .wp-block-embed-youtube object, .wp-block-embed-youtube video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* */
/* Footer Badges **/
.footerBadges {
  padding: 1em 1em;
  border-top: 8px solid #38496E;
  border-bottom: 8px solid #38496E;
  display: flex;
  flex-direction: column;
}

.footerBadges .badgeItem {
  align-self: center;
}

#primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu li:hover ul.dropdown-menu.sub-menu.depth_1, #primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu.sub-menu.depth_1 li:hover ul.dropdown-menu.sub-menu.depth_2 {
  display: block;
}

#primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu li ul.dropdown-menu.sub-menu.depth_1 {
  left: 82%;
  top: -2px;
  padding-top: 0 !important;
  display: none;
  border-left: 1px solid #a09b9b4a;
}

#primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu li ul.dropdown-menu.sub-menu.depth_2 {
  left: 100%;
  position: absolute;
  display: none;
  top: 0;
}

#primary-menu li.menu-item-has-children ul.dropdown-menu li.nav-item {
  position: relative;
}

span.control {
  display: none;
}

ul#primary-menu li {
  position: relative;
  line-height: inherit;
  font-family: 'Ubuntu Condensed', sans-serif;
}

#primary-menu li.nav-item:before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #002856;
  transition: width .3s;
  position: absolute;
  bottom: -3px;
  left: 4px;
  right: 0;
  margin: 0 auto !important;
}

#primary-menu li.nav-item.active:after {
  content: '';
}

#primary-menu li.nav-item.active:after {
  display: block;
  width: 90%;
  height: 4px;
  background: #002856;
  transition: width .3s;
  position: absolute;
  bottom: -3px;
  left: 4px;
  right: 0;
  margin: 0 auto !important;
}

#primary-menu li.nav-item.active:before {
  display: none;
}

#primary-menu ul.dropdown-menu li.nav-item:before, #primary-menu ul.dropdown-menu li.nav-item.active:after {
  display: none !important;
}

#primary-menu li.nav-item:hover:before {
  width: 90% !important;
}

button.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1em;
}

.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background: #002856;
  border: 0;
  border-radius: 0;
  z-index: 0;
  height: 0;
  visibility: hidden;
  padding-top: 0;
}

.dropdown-menu {
  min-width: 14rem;
  line-height: 2em;
  color: #fff;
  border: none;
  border-radius: 0;
}

.dropdown:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  height: auto;
}

nav#site-navigation .dropdown-menu a {
  color: #fff;
  padding-left: 10px;
  padding-top: 0;
  border-bottom: 1px solid #a09b9b4a;
  white-space: nowrap;
}

.dropdown li:hover {
  background: #a2a9ad;
  position: relative;
}

ul.dropdown-menu.sub-menu.depth_1 a {
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px !important;
}

/* mega-menu small triangle */
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  content: '\0025BE' !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3822 .mega-sub-menu a {
  padding-left: 22px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3822 .mega-sub-menu a:before {
  content: '';
  background-image: url(/files/2019/11/location.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 17px;
  height: 22px;
}

/* Top header Numbers - Social icons */
.socialIcons {
  position: absolute;
  right: 45px;
  top: 40px;
  text-align: right;
}

.socialIcons img {
  margin-right: 8px;
}

.headNumbers {
  position: relative;
  right: 25px;
  top: 0;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
}

.headNumbers a:hover {
  color: #c8081c;
}

nav#site-navigation a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

nav#site-navigation a::after {
  display: none;
}

nav#site-navigation a:hover {
  text-decoration: none;
  color: #114a81;
}

nav#site-navigation .dropdown-menu a:hover {
  color: #fff;
}

nav#site-navigation .headNumbers a {
  color: #fff;
  font-weight: normal;
}

div#primary-menu-wrap {
  float: right;
  margin-right: 20px;
}

@media (max-width: 1300px) {
  #here-to-help .sectionTitle.text-uppercase {
    line-height: 1.2em;
    margin-top: 0 !important;
  }

  section#here-to-help {
    padding-left: 28px;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Top Search Form styles
--------------------------------------------------------------*/
button#search {
  border: 0;
  outline: 0;
  background: transparent;
  position: absolute;
  top: 0;
  /* height: 145px; */
  right: -25px;
  cursor: pointer;
  /* width: 50px; */
}

button#search:hover {
  background: #7B2728;
}

form:focus {
  outline: none !important;
}

.top-search-form input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover, .btn:hover {
  color: #fff;
  background-color: #C3892B;
  border-color: transparent;
  cursor: pointer;
}

/*Fix on iOS*/
.top-search-form input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
  background: rgba(56, 73, 110, 0.9);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 0;
}

.top-search-form {
  display: none;
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 150px;
  z-index: 998;
}

.top-search-form .search-field {
  width: 100%;
  height: 100%;
  background: rgba(55, 89, 137, 0.9);
  color: #fff;
  text-align: center;
  cursor: help;
  border: none;
  z-index: 1000;
}

.top-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #7B2728;
  border: none;
  color: #fff;
  width: 6%;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  border-left: 1px solid #C3892B;
}

.searchClose {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  padding: 3px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.top-search-form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.top-search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.top-search-form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.top-search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.top-search-form .search-field::-moz-placeholder {
  opacity: 1;
}

/* Search Page */
.search .form-control, .error404 .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search .btn, .error404 .btn {
  background-image: none;
}

button#searchsubmit {
  background: #002856;
  display: inline-block;
  position: relative;
  top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.headerButtons {
  position: fixed;
  top: 0;
  right: 12em;
  background: #7B2728;
  padding: 2px 10px 4px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.headerButtons#reviewUs {
  right: 5em;
}

/*--------------------------------------------------------------
# Slider/Banner Area
--------------------------------------------------------------*/
/*Slide Nav*/
body.front-page {
  overflow-x: hidden;
}

.owl-carousel {
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #000;
    font-size: 15px;
    width: 88%;
    text-align: center;
    margin: 1em auto 3em;
}
.reviewsCarousel .owl-carousel {
    width: 95%;
    text-align: left;
}

.owl-carousel h3.title {
    color: #38496E;
    font-size: 2.53em;
    font-family: 'Lora', serif;
    margin-bottom: 0;
}

.owl-carousel.owl-drag .owl-item {
    border-right: 2px solid #c3892b;
    height: 10em;
}
.owl-carousel.owl-drag .owl-item:nth-of-type(3) {
    border-right: none !important;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    font-size: 80px;
    left: 0;
    outline: none;
    width: 36px;
    height: 36px;
    color: #C3892B;
    opacity: 1;
    color: #fff;
    background: #C3892B;
    border-radius: 50%;
}

.owl-carousel .owl-nav button span {
    position: relative;
    top: -33px;
    height: 100%;
    font-size: 2em;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    font-size: 80px;
    right: 0;
    outline: none;
    width: 36px;
    height: 36px;
    margin: 0;
    color: #fff;
    background: #C3892B;
    border-radius: 50%;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next span {
    left: 2px;
    top: -34px;
}
.owl-carousel .owl-nav button.owl-prev span {
    left: -2px;
    top: -34px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #C3892B;
  color: #FFF;
  text-decoration: none;
}

.owl-carousel a:hover {
  color: #fff;
  text-decoration: none;
}

.TopText {
  position: absolute;
  right: 0;
  width: 785px;
  top: auto;
  left: 23px;
  bottom: -31.9em;
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: normal;
}

.TopText h1 {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1920px) {
  .owl-carousel {
    top: 31%;
    margin-top: 1em;
  }
}

@media (max-width: 1400px) {

  .headNumbers {
    position: relative;
    right: 0;
  }

  .socialIcons {
    right: 34px;
  }
}


/*----------------------- Preloader -----------------------*/
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/files/2020/02/loader.gif) center no-repeat #fff;
}

.contact-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  width: 180px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'Ubuntu Condensed', sans-serif;
  text-align: center;
  color: #114a81;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 30px;
}

.home .slide1, .home .slide2, .home .slide3 {
  animation-name: fadeIn;
}

.home .topSlider.owl-carousel .owl-stage-outer {}

.team-item:hover {
  filter: brightness(.7);
  -webkit-filter: brightness(.7);
  display: block;
}

.slideCaption {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  transform: translate(53%);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  color: #fff;
  font-size: 23px;
  letter-spacing: -1px;
  line-height: 1.3em;
  width: 565px;
}

.slideCaptionLeft {
  position: absolute;
  top: 34%;
  left: 0;
  transform: translate(8vw);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  color: #fff;
  font-size: 31px;
  text-shadow: 0px 2px 4px #333;
  letter-spacing: -1px;
  line-height: 1.2em;
  width: 200px;
}

.slideCaption span#textIndent {
  text-indent: 3.2em;
}

span#centerTextSlides {
  font-size: 31px;
  color: #fff;
  line-height: 1.2em;
  max-width: 100%;
  text-shadow: 0px 2px 4px #333;
  font-family: 'Open Sans', sans-serif;
  color: #C3892B;
}

.slideCaption span.slideText1-2 {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000;
}

span.indentAdd#textIndent {
  text-indent: 0.6em;
}

.slideCaption span {
  display: block;
  font-weight: 800;
}

div#sub-text {
  margin-top: 6px;
  padding-right: 2em;
}

span.slideText0 {
  font-weight: 800;
  text-shadow: 0px 2px 4px #333;
}

span.slideText0:after {
  content: '';
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #C3892B;
}

.slideCaptionLeft div#sub-text {
  font-size: 23px;
  line-height: 1.2em;
  margin-top: 14px;
}

.cta-button {
  background: #7B2728;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3em;
  width: 300px;
  margin: 15px auto 0 0;
  border-radius: 15px;
  border: 3px solid #C3892B;
}

/** yoast_breadcrumb **/
p#breadcrumbs a {
  font-size: 0.9em;
  font-weight: normal;
}

/* Home Testimonials Section */
.btn-primary {
  color: #fff;
  background-color: #C3892B;
  border-color: #fff;
  width: 250px;
  border-radius: 10px;
  font-size: 15px;
}

.cta-button a {
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  display: block;
}

/* Results Page */
.resultsRoll h3.title {
  color: #C3892B;
  font-size: 2.53em;
  font-family: 'Lora', serif;
  margin-bottom: 0;
}

.resultsRoll .blogPosts {
  width: 30%;
  color: #fff;
  border: 1px solid #C3892B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

.resultsRoll {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.resultsRoll a:hover {
  color: #fff;
  text-decoration: none;
}

/* */
@media (max-width: 991px) {
  .home header#masthead {
    height: auto;
    position: relative;
    background: #0f1c37;
    background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
    background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
  }

  header#masthead {
    height: auto;
    position: relative;
  }

  img.custom-logo {
    width: 80%;
    top: -10px;
  }

  .theTeam .owl-nav {
    display: block;
  }

  .theTeam .owl-prev {
    left: 20px;
    top: 50px;
  }

  .theTeam .owl-next {
    right: 20px;
    top: 50px;
  }

  section#areas-we-serve {
    background-position: 90% !important;
  }

  .getResults.owl-carousel {
    z-index: 0;
    margin-top: 0;
  }

  .theTeam.owl-carousel {
    z-index: 0;
    margin-top: 0;
  }

  .slideCaption span#textIndent {
    text-indent: 0;
  }

  span#centerTextSlides {
    font-size: 21px;
    letter-spacing: -1px;
    padding: 25px 0 0;
  }

  .getResults .owl-item {
    border: none;
  }

  .getResults .owl-nav {
    display: block;
  }

  .result-item {
    transform: none;
    background: rgb(17, 43, 78, 0.8);
    margin-top: 20px;
  }

  .resultTxt {
    visibility: visible;
  }

  .result-item:hover {
    transform: none;
  }

  .result-item:hover h3 {
    animation-name: none;
  }

  .result-item:hover .resultTxt {
    animation-name: none;
  }

  #primary-menu li.nav-item.active:after {
    display: none;
  }

  .socialIcons {
    top: -10px;
    position: relative;
    left: 0;
    text-align: center;
  }

  .socialIcons img {
    width: 28px !important;
    margin-right: 20px;
  }

  .headNumbers {
    position: relative;
    top: 10px;
    right: 0;
    white-space: normal;
  }

  nav#site-navigation .headNumbers a {
    font-size: 25px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item {
    width: 100%;
  }

  body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns>ul.mega-sub-menu>li.mega-menu-item {
    width: 100%;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-4036 .mega-sub-menu {
    display: block;
    padding: 0;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-4036 .mega-menu-link {
    display: none;
  }

  .resultsRoll .blogPosts {
    width: 100%;
  }

  .resultsRoll {
    flex-direction: column;
  }

  div#sub-text {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 2% 49px;
  }

  .slideCaptionLeft div#sub-text {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 14px;
    padding: 0 0 90px;
  }

  .slideCaptionLeft {
    position: relative;
    top: 90px;
    transform: translate(77px, -60px);
    font-size: 24px;
    width: 200px;
  }

  body #vidBanner {
    padding: 0;
    background-position: -20em;
  }

  .cta-button {
    margin: 15px auto 0;
  }

  span.slideText0:after {
    top: 90px;
  }
  .owl-carousel.owl-drag .owl-item {
    border-right: none;
  }
  .owl-carousel {
    margin: 1em auto 1em;
  }
  section.ctoc-section p {
    font-size: 1.6rem;
  }
  .attCarousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7b2728 !important;
  }
}

@media(max-width:767px) {
  .owl-nav {
    top: 10%;
  }

  .owl-dots {
    bottom: 0;
  }

  span#centerText {
    ;
    margin-top: 10px;
    font-size: 1.1em;
    letter-spacing: -2px;
  }

  .contact-btn {
    width: 150px;
    padding: 4px;
  }

  .home .slide1, .home .slide2, .home .slide3, .home .slide1, .home .slide2,
  .home .slide3 {
    animation: noburns;
    -ms-animation: noburns;
    -webkit-animation: noburns;
    -moz-animation: noburns;
  }

  .owl-carousel .owl-stage-outer {
    height: auto;
  }

  .home .topSlider.owl-carousel .owl-stage-outer {
    height: auto;
  }

  .theTeam .owl-nav {
    top: 25%;
  }

  .slideCaption .TopText p {
    display: none;
  }

  #content .TopText h1 {
    font-size: 26px;
    text-align: left;
    width: 56vw;
    line-height: 1em;
    margin-bottom: 25px;
  }

  section .empLaw {
    font-size: 21px !important;
  }
}

/*End Slider*/
/* Sticky Home Form */
#formIntake.shrink {
  position: fixed !important;
  top: 7.4em;
  z-index: 9;
  box-shadow: 0 2px 14px #333;
  background-color: #c3892b !important;
}

.shrink .fas.fa-caret-up.d-none {
  display: inline-block !important;
}

/* Home - Here To Help Section */
#here-to-help .sectionTitle.text-uppercase {
  font-size: 33px;
  padding-bottom: 10px;
  margin-top: 1rem;
}

#here-to-help p a {
  line-height: 3em;
  color: #c3892b;
}

.imgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.imgOverlay:hover {
  background: rgba(17, 43, 78, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: none;
}

.imgOverlay .aopTitle {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 47%;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
  line-height: 1.3em;
  font-size: 18px;
  text-transform: uppercase;
}

/* Practice Areas Page */
.aop-item {
  width: 23%;
  overflow: hidden;
  position: relative;
}

.aop-item .aopTitle {
  position: absolute;
  z-index: 1;
  top: 40%;
  margin: 0 4% 0 4%;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
  line-height: 1.3em;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .aop-item {
    width: 50%;
    padding: 10px;
    text-align: center;
  }

  .aop-item .aopTitle {
    width: 200px;
    margin: 0 auto;
  }
}

div#imgBoxes p {
  margin: 0;
}

#imgBoxes a {
  color: #fff;
  width: 100%;
}

body.home section#page_banner {
  /* height: 57vw;*/
  position: relative;
}

#vidBanner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: auto;
  background-image: url(/files/2021/05/banner.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35% 0 0;
}

#vidBanner video {
  width: 100%;
  object-fit: cover;
  height: auto;
  position: relative;
}

.bannerButton.pageButton {
  position: absolute;
  top: 11em;
  right: 11vw;
  margin: 0 auto;
  width: 250px;
  padding: 4px;
}

a.bannerButton.pageButton:hover {
  color: #fff;
}

a.bannerButton:hover {
  color: #fff;
  text-decoration: none;
}

.page-id-4581 section.aop-section, .page-id-16 section.aop-section,
.page-id-16 .bannerButton.pageButton, .home .aop-section, .page-id-1247 .bannerButton.pageButton, .page-id-918 .pageButton, .page-id-160 .pageButton {
  display: none;
}

.border {
  border: 2px solid #fff !important;
}

@media (min-width: 1800px) {
  .container#helpContainer {
    max-width: 1450px;
    margin-right: auto !important;
    padding-left: 1em !important;
  }
}

@media (min-width: 1200px) {
  div#helpContainer {
    max-width: 1330px;
  }
}

@media (min-width: 1500px) {
  div#helpContainer {
    max-width: 1410px;
  }
}

@media (max-width: 1200px) {
  section#here-to-help {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .yotu-column-2 li {
    width: 100%;
    margin-right: 0 !important;
  }

  .bannerButton.pageButton {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 250px;
    padding: 4px;
    display: inline-block;
  }
}

@media (max-width: 768px) {

  /* .imgOverlay {
    background: rgba(17, 74, 129,0.5);
  }*/
  div#imgBoxes {
    border: none;
  }

  div#imgBoxes .col-md-3 {
    border: 2px solid #fff;
  }
}

@media (max-width: 600px) {
  .team-item {
    width: 75%;
    margin: auto;
  }
}

@media (max-width: 500px) {
  #content .slideCaption {
    top: 3em;
  }

  body #vidBanner {
    padding: 0;
    background-position: -27em;
  }
}

/* We're help To Help Section */
.sectionTitle {
  font-size: 33px;
  padding-bottom: 10px;
  margin-top: 1rem;
}

/* Footer & Areas We Serve */
#footerLocations a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 2.2em;
}

ul#menu-footer-menu li, ul#menu-footer-menu li a {
  list-style: none;
  text-align: center;
  font-size: 15px;
  padding-top: 8px;
  color: #0069a7;
  display: inline-block;
  margin: 0 6px;
}

.home section#areas-we-serve {
  margin-top: 0 !important;
}

.page-template.page-template-contact-template section#areas-we-serve {
  margin-top: 0 !important;
}

h2.home-headers {
  font-size: 2.5em;
  color: #C3892B;
  font-family: 'Lora', serif;
  line-height: 1.1em;
  padding-right: 3em;
}

.focus_text {
  position: relative;
  top: 30px;
  left: -7%;
  color: #fff;
  padding-right: 4em;
  font-size: 15px;
  padding-bottom: 6%;
}

ul.penn-list li:before, ul.nj-list li:before, ul.penn-list-2 li:before {
  display: none;
}

ul.penn-list, ul.penn-list-2, ul.nj-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  padding: 0;
}

ul.penn-list li, ul.penn-list-2 li, ul.nj-list li {
  line-height: 2em;
}

ul.penn-list ul, ul.penn-list-2 ul, ul.nj-list ul {
  padding: 0 14px 20px;
}

.penn-list summary, .penn-list-2 summary, .nj-list summary, .previous-news-accordion summary.ab-accordion-title, .recentNews summary.ab-accordion-title {
  border: 1px solid #C3892B;
  outline: none;
  padding: 2px 9px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: normal;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

.penn-list summary a, .penn-list-2 summary a, .nj-list summary a {
  color: #fff;
  font-weight: 200;
}

.previous-news-accordion summary.ab-accordion-title, .recentNews summary.ab-accordion-title {
  margin-bottom: 0;
  padding: 6px 0 6px 10px;
}

details>summary {
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

span.dropDown {
  float: right;
  background: #7B2728;
  width: 45px;
  height: 36px;
  position: relative;
  top: -2px;
  left: 9px;
  text-align: center;
  padding: 2px;
  font-size: 20px;
  color: #fff;
  border-left: 1px solid #C3892B;
}

.previous-news-accordion .ab-block-accordion .ab-accordion-title:after {
  content: '\0025BE';
  position: relative;
  top: -6px;
  float: right;
  background: #7B2728;
  width: 45px;
  height: 36px;
  padding: 2px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-left: 1px solid #C3892B;
}

.ab-notice-title p {
  font-size: 16px !important;
}

.ab-notice-text p {
  font-size: 16px !important;
}

.ab-block-notice {
  border-radius: 0 !important;
  background: #C3892B !important;
}

.ab-block-notice .ab-notice-text {
  border: 1px solid #38496e !important;
}

.ab-block-notice .ab-notice-text {
  padding: 10px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #38496e !important;
}

.previous-news-accordion .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 34% 1fr;
  margin-top: 2em;
}

.recentNews.ab-block-accordion {
  display: grid;
  grid-template-columns: 34%;
  grid-auto-rows: 0;
  margin-bottom: 4em;
  margin-top: 2em;
}

.recentNews summary.ab-accordion-title a {
  color: #fff;
  font-weight: normal;
  display: block;
}

.recentNews.ab-block-accordion .ab-accordion-title:after {
  display: none;
}

.recentNews.ab-block-accordion .ab-accordion-title span {
  content: 'View';
  float: right;
  position: relative;
  top: -6px;
  padding: 6px 6px;
  background: #7B2728;
  width: 45px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #C3892B;
}

.wp-block-group.previous-news-accordion {
  height: calc(55vh - 10px);
}

.previous-news-accordion .wp-block-image {
  margin-bottom: 1.2em;
  position: relative;
  top: -15em;
  right: -134px;
  width: 50vw;
}

ul.penn-list details, ul.penn-list-2 details, ul.nj-list details {
  background: #f3e7d5;
}

@keyframes open {
  0% {
    opacity: 0;
    margin-top: -20px
  }

  100% {
    opacity: 1;
    margin-top: 0px
  }
}

details[open] summary~* {
  animation: open .3s ease;
}

.previous-news-accordion details[open] summary~* {
  height: 320px;
  overflow-y: scroll;
  width: 100%;
  background: #f3e7d5;
}

@media (max-width: 991px) {
  .previous-news-accordion .wp-block-group__inner-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .previous-news-accordion .wp-block-image {
    margin-bottom: 1.2em;
    position: relative;
    top: -21px;
    right: 0;
    width: auto;
    max-width: 100%;
    justify-self: center;
  }

  .previous-news-accordion details[open] summary~* {
    height: 100%;
  }

  .wp-block-group.previous-news-accordion {
    height: auto;
  }

  .recentNews.ab-block-accordion {
    display: flex;
    flex-direction: column-reverse;
  }

  .recentNews summary.ab-accordion-title a, .previous-news-accordion summary.ab-accordion-title {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Attorney Bios
--------------------------------------------------------------*/
/* Attorney Page */
div#att_grid p {
  margin-bottom: 0;
}

div#att_icons {
  width: 100px;
}

div#att_icons a {
  margin: 0 auto;
}

.attBorder img {
  border: 2px solid #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
}

.carousel-caption {
  position: absolute;
  bottom: 4px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 17px;
}

.att-bio {
  margin-bottom: 1em;
  border-bottom: none;
}

.att-bio li {
  margin: 1px;
  padding-bottom: 0;
  text-align: center;
  flex-grow: 1;
}

.ab-block-accordion .ab-accordion-title {
  background: transparent;
  padding: 10px 0;
  color: #7B2728;
  font-weight: bold;
  border-bottom: 2px solid #C3892B;
  outline: none;
}

.ab-block-accordion .ab-accordion-title:after {
  content: '\0025BE';
  float: right;
  background: #38496E;
  width: 40px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.attbio_contact a {
  color: #38496E;
}

.attBio_badges {
  columns: 3;
}

ul.nav.nav-tabs.att-bio li:before {
  display: none;
}

.att-bio li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-size: 1.1em;
  position: relative;
  background: #112b4e;
}

/* Tab BGs */
.att-bio li:nth-child(2) a {
  background: #114a81;
}

.att-bio li:nth-child(3) a {
  background: #1b75bb;
}

.att-bio li:nth-child(4) a {
  background: rgba(27, 117, 187, 0.8);
}

.att-bio li:nth-child(5) a {
  background: rgba(4, 134, 200, 0.65);
}

.att-bio li a.show {
  background: #c3892b;
}

/* Tab Selected Arrow */
.att-bio li a.show:after, .att-bio li a.show:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.att-bio li a.show:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #c3892b;
  border-width: 12px;
  margin-left: -12px;
}

.att-bio li a.show:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #none;
  border-width: 12px;
  margin-left: -12px;
}

/* End Tabs */
.att-bio li a:hover {
  text-decoration: none;
}

.bioBanner {
  position: relative;
  width: 100%;
}

.bioBanner img {
  width: 100%;
}

.bQuote {
  position: absolute;
  bottom: 40%;
  color: #fff;
  text-shadow: 3px 2px 3px #000;
  font-style: italic;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  font-size: 1.2em;
}

.page-template-attorney-bio-full-width h1, .h1 {
  font-size: 2.2rem;
  color: #fff;
  font-family: 'Open Sans', sans-serif letter-spacing: -2px;
  margin-bottom: 0;
}

.page-template-attorney-bio-full-width h2, .h2 {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: -1px;
}

.page-template-attorney-bio-full-width .card {
  background: #c3892b;
  border: 0;
  border-radius: 0;
  padding: 10px 2em 10px;
}

.page-template-attorney-bio-full-width section#areas-we-serve {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-template-attorney-bio-full-width .bioScroller {
  overflow-y: hidden;
  height: 500px;
}

.page-template-attorney-bio-full-width blockquote {
  color: #114A81;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif border-left: 3px solid #c3892b;
  padding: 0.5rem 1.75rem;
}

/* Attorneys page Button styles **/
.readmore-btn a {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
  padding: 8px;
  margin-top: 1em;
  box-shadow: 0 3px 9px -2px rgba(51, 51, 51, 0.7);
  border: 1px solid #C3892B;
  border-radius: 10px;
  width: 250px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

.viewMore-btn {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
  padding: 8px;
  margin-top: 1em;
  box-shadow: 0 3px 9px -2px rgba(51, 51, 51, 0.7);
  border: 1px solid #C3892B;
  border-radius: 10px;
  width: 250px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
  cursor: pointer;
}

.readmore-btn a:hover {
  background: rgb(123, 39, 40);
  background: -webkit-linear-gradient(180deg, rgba(123, 39, 40, 1) 0%, rgba(123, 39, 40, 1) 100%);
}

.content-area li.blocks-gallery-item:before {
  display: none;
}

/* Attorney Page */
.page-id-1247 #content {
  background: #7B2728;
}

.page-id-1247 .aop-section, .page-id-1247 p#breadcrumbs, .page-id-2913 .aop-section {
  display: none;
}

@media (max-width: 991px) {
  .page-template-attorney-bio-full-width .bioBanner {
    position: relative;
    width: 100%;
    height: auto !important;
    margin-top: 6rem;
  }

  .page-template-attorney-bio-full-width .bioScroller {
    overflow-y: hidden;
    height: auto;
  }

  .menu-sidebar-practice-areas-container .rightBar#menu-sidebar-practice-areas {
    column-count: 1;
    padding: 20px;
  }

  body .attTitle {
    left: 30vw;
  }

  .attTitle h1 {
    font-size: 24px;
  }
}

/*Areas We Serve*/
.areaAnchor {
  color: #114a81;
}

#areasHead1, #areasHead2, #areasHead3 {
  background: #C3892B;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  font-size: 2em;
}

@media(max-width:991px) {
  .bQuote {
    bottom: 20px;
  }

  .carousel-caption {
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-size: 20px;
  }
}

@media(max-width:767px) {
  .bQuote {
    font-size: 1.1em;
  }
}

@media ( max-width: 320px) {
  body #vidBanner {
    background-position: -30em;
  }
  .ugb-container.we-understand-section h1 {
    font-size: 25px;
  }
  .ugb-container.we-understand-section h2 {
    font-size: 20px;
    width: 100%;
  }
  .ugb-a413033 .ugb-text__text p {
    font-size: 30px !important;
    line-height: 1.0em;
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# PA Inner Pages Styles
--------------------------------------------------------------*/
div#animatedPA_banner {
  position: relative;
  height: auto;
}

div#animatedPA_banner:before {
  content: '';
  position: absolute;
  top: 0px;
  padding-bottom: 20%;
  left: -38%;
  background-color: #e8f0f8;
  width: 39%;
  height: auto;
  min-height: 100%;
}

.page-template-page-referrals div#animatedPA_banner:before {
  content: '';
  position: absolute;
  top: 0px;
  padding-bottom: 20%;
  left: -100%;
  background-color: #1B75BB;
  width: 100%;
  height: auto;
  min-height: 100%;
}

#referral_offset {
  margin-left: -16%;
  margin-top: 7%;
}

#referral_talk_text {
  position: absolute;
  right: -28px;
  top: 58px;
  font-size: 15px;
}

.page-template-page-referrals .contactUs#sidebarTitles {
  display: none;
}

.page-template-page-referrals .referral#sidebarTitles {
  display: block !important;
  font-size: 26px !important;
}

.home div#sidebarTitles.contactUs {
  display: none;
}

#sidebarTitles {
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

#gform_widget-5 .gform_wrapper h3.gform_title, .bannerButton {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background: rgb(15, 28, 55);
  background: -moz-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1c37", endColorstr="#38496e", GradientType=1);
}

div#teamApproach {
  position: relative;
  height: auto;
}

div#teamApproach:before {
  content: '';
  background: #ece4dc;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}

ul li {
  color: #231f20;
  list-style: none;
  padding-bottom: 4px;
  line-height: 1.4em;
}

li span {
  font-weight: 400;
}

.content-area li:before {
  content: '\00B7';
  color: #7B2728;
  font-size: 30px;
  font-weight: 600;
  line-height: 6px;
  position: relative;
  top: 13px;
  left: -12px;
  margin-right: 3px;
  display: block;
}

.page-id-3343 li:before {
  display: none;
}

ol li:before {
  display: none;
}

ol li {
  margin-bottom: 1em;
}

#content ol li:before {
  display: none;
}

blockquote {
  font-style: normal;
  font-size: 1.15rem;
  /* color: #114A81; */
  font-weight: 600;
  border-left: 0;
  padding: 0 1em 0;
  background: transparent;
  font-style: italic;
  border-left: 3px solid #C3892B;
  line-height: 1em;
}

blockquote p {
  font-size: 14px;
}

.wp-block-coblocks-accordion-item__title {
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  border-bottom: 1px solid #a2a9ad;
  padding: 0;
  outline: 0 !important;
  color: #00467f;
  text-transform: uppercase;
  font-size: 18px;
}

.blockQuote-section {
  height: 100px;
  background: rgb(243, 231, 213);
  background: -moz-linear-gradient(180deg, rgba(243, 231, 213, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(243, 231, 213, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(243, 231, 213, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3e7d5", endColorstr="#ffffff", GradientType=1);
}

/** FAQ **/
.page-id-3343 ul {
  padding-left: 0;
}

/**/
summary.wp-block-coblocks-accordion-item__title:after {
  content: '+';
  text-align: right;
  font-size: 20px;
  margin-top: -3px;
  color: #cc1820;
}

details[open] summary.wp-block-coblocks-accordion-item__title:after {
  content: '-';
  padding: 0 5px;
}

/* Case Study Gardients */
.csGradient {
  background: #eee7df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eee7df 0%, #ffffff 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eee7df 0%, #ffffff 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eee7df 0%, #ffffff 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee7df', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding: 2% 1%;
  border-right: 28px solid #fff;
  margin-bottom: 1em;
}

.shadow {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
}

h5.widget-title.h6, h2.widgettitle {
  display: none;
}

.rpwe_widget .widget-title.h6 {
  display: block;
}

select#cat, select#rpdropdown {
  background-image: url(/files/2019/06/drop-arrow.png);
  background-repeat: no-repeat;
  background-position: 16.5em;
  position: relative;
}

select#rpdropdown>option:first-child {
  display: none;
}

.page-template-blog-template article, .category .entry, .blog article {
  height: 560px;
  /* Defined Height on Blog posts template **/
  display: inline-grid;
}

.navigation {
  text-align: center;
  padding: 2% 0 6%;
  font-size: 18px;
}

.navigation li:before {
  display: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  background-color: transparent;
  color: #1B75BB;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover, .navigation li.active a {
  background-color: transparent;
  color: #1B75BB;
}


/* Case Study Pages */
.parent-pageid-893 section#page_banner img {
  max-height: 400px;
  filter: brightness(0.6) blur(1px);
}

.parent-pageid-893 h1:before {
  content: 'Case Study';
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  color: #114A81;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  width: 105px;
}

/* Practice Areas Top Featured Content Styles **/
.fw_feature img {
  max-width: 114%;
  margin-left: -10%;
  margin-top: 1em;
}

img.corporateImage {
  max-width: 125%;
  margin-left: -20%;
}

.blueAOP {
  background: #0069a7;
  padding: 15px 0 2px;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 10px solid #a2a9ad;
  transition: .5s ease;
}

.blueAOP a {
  color: #fff;
  text-decoration: none;
}

.blueAOP:hover {
  background-color: #002856;
  animation: fadeInLeft;
  transition: .5s ease;
  transform: translate(0, -4px);
}

.aol-page-section a {
  background: #38496E;
  display: flex;
  padding: 10px;
  text-align: center;
  color: #fff;
  height: auto;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.aol-page-section {
  column-count: 2;
}

@media (max-width: 1200px) {
  div#animatedPA_banner {
    height: 400px;
  }

  img.corporateImage {
    max-width: 100%;
    margin: 0 auto;
  }

  .fw_feature img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .slideCaption .TopText #pel-Text {
    flex-wrap: wrap !important;
  }

  .slideCaption .TopText {
    width: 750px;
    top: auto;
    left: 0;
    bottom: -26.9em;
    font-size: 14px;
    padding-right: 11em;
    line-height: 1.3em;
  }

  .TopText h1 {
    font-size: 1.5rem;
  }

  .focus_text {
    position: relative;
    top: 16px;
    color: #fff;
    padding-right: 0;
    font-size: 15px;
    padding-bottom: 6%;
    line-height: 1.3em;
  }

  h2.home-headers {
    font-size: 2em;
  }
}

@media (max-width: 1024px) {
  #sidebarTitles {
    font-size: 21px !important;
  }

  div#mega-menu-wrap-menu-1 {
    position: relative;
    left: 4%;
  }

  body.home section#page_banner {
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  div#animatedPA_banner:before {
    display: none;
  }

  div#animatedPA_banner {
    height: auto;
  }
}

@media (max-width: 991px) {
  #referral_talk_text {
    position: relative;
    right: 0;
    top: 30px;
    font-size: 16px;
    text-align: center;
  }

  #referral_offset {
    margin-left: 0;
    padding: 0;
    width: 50%;
    margin: 7% auto 0;
  }

  div#referral_image_2 {
    width: 50%;
    padding: 0;
  }

  select#cat, select#rpdropdown {
    background-image: url(/files/2019/06/drop-arrow.png);
    background-repeat: no-repeat;
    background-position: 11.5em;
    position: relative;
  }

  .imgOverlay:hover {
    background: transparent;
  }

  #content .slideCaption {
    padding-right: 30px;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    left: 0;
    transform: none;
  }

  div#mega-menu-wrap-menu-1 {
    left: 0;
  }

  .TopText h1 {
    font-size: 6vw;
    text-align: left;
    width: 65vw;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .slideCaption .TopText {
    top: 5em;
    left: 0;
    bottom: -26.9em;
    font-size: 14px;
    padding-right: 19em;
  }

  section#page_banner img {
    transform: scale(1.5);
    margin-left: 71px;
    margin-top: 16px;
  }

  .page-template-blog-template #page_banner img {
    transform: none;
    margin-left: 0;
    margin-top: 0;
  }

  #content .readmore-icon {
    transform: none;
    margin: 0;
    position: absolute;
    top: 5px;
    margin-left: -11px;
    filter: invert(1);
  }

  section .blockQuote-box {
    top: 2em !important;
    margin: 0 auto;
  }

  .blockQuote-section {
    height: 100%;
  }

  .focus_text {
    top: 0;
    left: 0;
    color: #333;
    padding-right: 0;
    font-size: 16px;
    padding-top: 6%;
    padding-bottom: 0;
  }

  .focus_text p {
    margin: 0;
  }

  h2.home-headers {
    font-size: 2em;
    text-align: center;
    padding-right: 0;
    width: 90%;
    margin: 0 auto 20px;
  }

  .focusText {
    padding: 0 3% 0;
  }

  #footer-fw img.custom-logo {
    width: 250px;
  }

  .aol-page-section {
    column-count: 1;
  }

  ul.penn-list, ul.penn-list-2, ul.nj-list {
    grid-template-columns: 1fr;
  }

  section#page_banner {
    padding-bottom: 6%;
  }

  /* We undertstand section */
  body .ugb-container.we-understand-section {
    background-size: 50%;
    background-position: top right;
  }
  .ugb-container.we-understand-section h1 {
    font-size: 30px;
    width: 65%;
  }
  .ugb-container.we-understand-section h2 {
    font-size: 20px;
    padding-top: 2%;
  }
}

/*--------------------------------------------------------------
# Gravity Forms Styles
--------------------------------------------------------------*/
#gform_wrapper_9.gform_wrapper .gform_footer {
  padding: 0 16px 16px;
  margin: 0;
  clear: both;
  width: 100%;
  text-align: left;
}

#gform_wrapper_10.gform_wrapper .gform_footer {
  padding: 0;
  padding-right: 0px;
  margin: 0;
  width: 100%;
  padding-right: 1em;
}

#gform_widget-5 .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

input.gform_button {
  background: #1b75bb;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}

#content .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 18px;
  width: 110px;
}

div#gform_wrapper_1 {
  margin-top: 0;
}

div#gform_widget-5 {
  background: #7B2728;
}

#gform_widget-5 .gform_wrapper span.gform_description {
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
    margin-top: 1em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

#gform_widget-5 .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(100% - 25px);
    margin: 0 auto;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

div#gform_confirmation_message_2 {
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.gform_wrapper textarea.medium {
    background: #fff !important;
    width: 96.4% !important;
    margin: 0 auto;
}

li#field_9_7 {
  margin: 0;
  padding: 0;
}

#gform_widget-5 .gform_wrapper div.validation_error {
  color: #C3892B;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 16px;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper .validation_message {
  color: #C3892B !important;
  font-weight: 700;
  letter-spacing: normal;
  margin-left: 13px;
}

@media (max-width: 1300px) {
  #gform_wrapper_1.gform_wrapper .gform_footer {
    left: 36.2rem;
  }
}

@media (max-width: 991px) {
  li#field_1_5 {
    width: 100%;
    margin-top: 15px;
    padding-right: 0;
  }

  #gform_wrapper_1.gform_wrapper .gform_footer {
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #gform_wrapper_1.gform_wrapper form {
    height: auto;
  }
}

/* Sidebar Form Styles */
section#gform_widget-5, .practice-area-wrap {
  box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.2);
}

section#gform_widget-5 {
  background: #ece4dc;
  padding: 0;
}

div#gform_wrapper_9 {
  margin-top: 0;
  margin-bottom: 0;
}

#gform_wrapper_9.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, #gform_wrapper_3.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: calc(100% - 30px);
  margin: 0 auto;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px;
}

#gform_wrapper_9.gform_wrapper textarea.medium, #gform_wrapper_3.gform_wrapper textarea.small {
  height: 160px;
  width: 92%;
  margin-left: 16px;
  background: #F5F5F7;
  border: 0;
}

#field_2_5 label.gfield_label {
  margin-left: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 16px;
}

li#field_2_7 {
    padding: 0;
    margin: 0;
}

input.gform_button {
    background: #C3892B;
    border-radius: 0;
    outline: none;
    width: 92% !important;
    margin: 0 auto !important;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 600;
}

button.btn.btn-primary a {
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
  padding: 20px 0 20px;
  margin: 0;
  clear: both;
  width: 100%;
}

#gform_wrapper_1 .gform_body {
  background: #7B2728;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 600 !important;
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0;
}

li#field_1_6 {
  margin-top: -8px !important;
}

/* Contact Page Form Styles */
#gform_wrapper_10 input {
  width: calc(100% - 8px);
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #000;
}

input#gform_submit_button_10 {
  background: #7B2728;
  color: #fff;
  border: 0;
}

#field_10_7 .gfield_label {
  color: #000;
  font-weight: normal !important;
  margin: 0;
}

#gform_wrapper_10 textarea {
  background: transparent;
  border: 2px solid #fff;
}

.gform_footer.top_label #contact-page-form .gform_wrapper input {
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#contact-page-form .gform_wrapper textarea.medium {
  background: #fff;
  border: 1px solid #fff;
  height: 144px;
  color: #fff;
}

#contact-page-form .gform_wrapper .gform_footer {
  padding: 0 25px;
  margin: 0;
  clear: both;
  width: 100%;
  text-align: right;
}

#contact-page-form .gform_wrapper label.gfield_label {
  margin-left: 0;
}

#contact-page-form .gform_wrapper input#gform_submit_button_6 {
  background: #cc1820;
  border: 0;
  position: relative;
  top: -10px;
}

div#gform_confirmation_message_6 {
  margin: 8%;
  text-align: center;
}

#gform_wrapper_6 ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #fff;
  font-weight: 400;
}

#gform_wrapper_6 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 400;
}

#gform_wrapper_6 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 400;
}

/***/

.gform_body {
    padding: 0 10px;
}


#gform_wrapper_2.gform_wrapper textarea.medium, #gform_wrapper_3.gform_wrapper textarea.medium {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
}

.gform_wrapper .gform_footer {
    padding: 0 0 15px !important;
    margin: 0 !important;
    clear: both;
    width: 100%;
    text-align: center;
}

.button-col .btn, .button-col .btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.page-template-contact-template .hentry {
  margin: 0;
}

#gform_wrapper_2 ::placeholder, #gform_wrapper_3 ::placeholder, #gform_wrapper_10 ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #fff;
  font-weight: 400;
}

#gform_wrapper_2 :-ms-input-placeholder, #gform_wrapper_3 :-ms-input-placeholder, #gform_wrapper_10 ::placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 400;
}

#gform_wrapper_2 ::-ms-input-placeholder, #gform_wrapper_3 ::-ms-input-placeholder, #gform_wrapper_10 ::placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 400;
}

#gform_wrapper_2.gform_wrapper label.gfield_label, #gform_wrapper_3.gform_wrapper label.gfield_label {
  color: #fff;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: 400 !important;
}

#gform_wrapper_9.gform_wrapper textarea.small {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 991px) {
  #gform_wrapper_3 input.gform_button {
    float: none;
    margin-top: 0;
    margin-right: 0;
  }

  #contact-page-form .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    padding-right: 0 !important;
    float: none;
  }

  .contact-item-1 {
    width: 100% !important;
  }

  .contact-item-2 {
    width: 90% !important;
  }

  #contact-page-form .gform_wrapper .gform_footer {
    text-align: center;
  }
}

.sidebar-aop span.subControl {
  cursor: pointer;
  color: #0069a7;
  font-size: 20px;
  float: right;
  position: absolute;
  left: 0;
  right: 6px;
  text-align: right;
}

.sidebar-1-area ul.sidebar-aop .dropdown-menu li {
  border-bottom: 1px solid #fff;
  width: 90%;
}

.sidebar-1-area span.control {
  display: block;
}

.home .sidebar-1-area .content-area li:before {
  display: none;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #fff;
  font-weight: 500;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 500;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 500;
}

/** Sidebar Practice Areas **/
.sidebar-aop .btn {
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: left;
  box-shadow: none;
  padding-left: 20px;
  font-size: 15px;
}

.sidebar-aop .dropdown {
  background: #002856;
  border-left: 25px solid #a2a9ad;
  margin-top: 0.5em;
  padding: 10px 0 10px 15px;
}

.sidebar-aop .dropdown .dropdown-menu {
  padding: 1rem 0;
  width: 100%;
}

.sidebar-aop .rpwe-block a {
  display: block !important;
  padding: 4px;
}

.sidebar-aop .rpwe-block ul {
  padding-left: 2em !important;
}

.sidebar-aop .dropdown li:hover {
  background: transparent;
}

.sidebar-aop .dropdown .dropdown-menu:hover {
  background: #a2a9ad;
  color: #fff;
}

.sidebar-1-area .sidebar-aop .rpwe-block a:hover {
  color: #fff;
  background: #a2a9ad;
}

.sidebar-aop .dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  z-index: 1;
  visibility: initial;
  height: auto;
  position: relative;
  float: none;
  padding: 0 10px 10px;
  transition: none;
}

.sidebar-aop li:before {
  display: none !important;
}

.sidebar-aop .card-body {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
}

.sidebar-aop .card {
  background-color: #002856;
  border-radius: 0;
}

.btn.sidebar-aop.dropdown[aria-expanded="false"]:after {
  content: '+';
  float: right;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 6px;
}

.btn.sidebar-aop.dropdown[aria-expanded="true"]:after {
  content: '\2212';
  float: right;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 6px;
}

/* Sidebar Practice Areas menu */
ul#menu-sidebar-practice-areas li:before, .menu-sidebar-practice-areas li {
  list-style: none;
}

  {
  display: none;
}

.menu-sidebar-practice-areas-container span.control {
  display: inline-block;
  cursor: pointer;
  color: #7B2728;
  font-size: 25px;
  vertical-align: bottom;
  position: relative;
  left: 10px;
  top: -3px;
}

.menu-sidebar-practice-areas-container ul.children {
  display: none;
  padding-left: 20px;
}

ul#menu-sidebar-practice-areas {
  padding: 0 20px;
}

ul#menu-sidebar-practice-areas li, .menu-sidebar-practice-areas li {
  padding: 0;
  background: transparent;
  line-height: 1.4em;
  text-indent: -10px;
}

ul#menu-sidebar-practice-areas a, .menu-sidebar-practice-areas li a {
  font-weight: normal;
  color: #000;
}

.rightBar#menu-sidebar-practice-areas {
  column-count: 2;
  padding: 20px;
}

.rightBar#menu-sidebar-practice-areas li, .rightBar#menu-sidebar-practice-areas li a {
  padding: 10px;
  color: #fff;
}

.rightBar#menu-sidebar-practice-areas li:before {
  content: '.';
  font-size: 2.3rem;
  position: relative;
  top: -4px;
  left: 6px;
  color: #fff;
}

.rightBar#menu-sidebar-practice-areas li.current_page_item a {
  color: #7B2728;
}

.attTitle {
  position: absolute;
  top: 25%;
  left: 40vw;
  right: 0;
  margin: 0 auto;
  color: #fff;
  width: auto;
  text-shadow: 0px 3px 3px rgba(51, 51, 51, 0.6);
}

.attTitle h1 {
  text-shadow: 0px 3px 3px rgba(51, 51, 51, 0.6);
}

.attTitle {
  text-shadow: 0px 3px 3px rgba(51, 51, 51, 0.6);
}

span.subControl {
  float: right;
  color: #cc1820;
  font-size: 25px;
  margin-top: -2px;
  cursor: pointer;
}

ul#menu-sidebar-practice-areas .children li, .menu-sidebar-practice-areas .children li {
  background: #d2d1d1;
  margin-top: 3px;
  border-bottom: 1px solid #e6e2e2;
  padding: 0 10px 10px;
}

ul#menu-sidebar-practice-areas .page_item li a {
  display: block;
}

ul#menu-sidebar-practice-areas li.page_item .page_item_has_children a {
  display: inline;
}

.menu-sidebar-practice-areas li:before {
  content: '.';
  font-size: 2.3rem;
  position: relative;
  top: -4px;
  left: -2px;
  color: #C3892B;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .hentry.card .card-body {
    padding: 2.5rem 4rem;
  }

  .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: block;
  }
}

@media (max-width: 991px) {
  #primary-menu li.nav-item:before {
    display: none;
  }

  #primary-menu-wrap {
    border-top: 1px solid #0e1030;
    margin-top: 10px;
  }

  #primary-menu .dropdown-toggle::after {
    border: none;
  }

  .dropdown:hover .dropdown-menu, #primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu,
  #primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu li:hover ul.dropdown-menu.sub-menu.depth_1,
  #primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu.sub-menu.depth_1 li:hover ul.dropdown-menu.sub-menu.depth_2 {
    display: none;
    width: 100%;
  }

  #primary-menu li a.nav-link {
    padding: 12px 0 12px 40px;
    color: #333;
    font-size: 16px;
  }

  #primary-menu .dropdown-menu li a.nav-link {
    padding-left: 7px;
  }

  #primary-menu .nav-item.menu-item-has-children:hover ul.dropdown-menu li ul.dropdown-menu.sub-menu.depth_2 {
    left: 0;
    position: relative;
  }

  #primary-menu span.control {
    display: block;
    cursor: pointer;
    color: #114a81;
    font-size: 26px;
    font-weight: bold;
    top: 0;
    padding: 18px;
    float: right;
    right: 1%;
    position: absolute;
    font-family: inherit;
  }

  /* CSS Mobile Arrows */
  .m_triangle {
    width: 0px;
    height: 0px;
    border-top: 10px solid black;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: none;
    position: absolute;
    z-index: 1;
  }

  span#mBurger {
    font-size: 45px;
    padding: 3px;
  }

  span#mBurger-close {
    font-size: 33px;
    padding: 3px;
  }

  .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
    border: none;
    height: auto;
    visibility: visible;
  }

  li.nav-item.dropdown.contact-drop .dropdown-menu {
    transform: none;
  }

  .navbar-nav .dropdown-menu a {
    text-indent: 2em;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: none;
  }

  button.navbar-toggler[aria-expanded=true] span#mBurger {
    display: none !important;
  }

  button.navbar-toggler[aria-expanded=false] span#mBurger-close {
    display: none !important;
  }

  button.navbar-toggler[aria-expanded=true] span#mBurger-close {
    display: block !important;
  }
}

@media (max-width: 480px) {
  a.custom-logo-link {
    width: 220px;
  }

  #content .slideCaption {
    top: 100px;
    left: 2em;
  }

  #content .TopText h1 {
    font-size: 26px;
    text-align: left;
    width: 76vw;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .slideCaption .TopText {
    top: 4em;
    left: 0;
    bottom: -26.9em;
    font-size: 14px;
    padding-right: 19em;
    width: auto;
  }

  nav#site-navigation .headNumbers a {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Admin Bar Clearance
--------------------------------------------------------------*/
.logged-in.admin-bar {
  position: relative;
}

/* ngage */
div#bottom-right-black-bubble-invite-container {
  bottom: 76px;
  right: 0 !important;
}

/*--------------------------------------------------------------
# Review Platform
--------------------------------------------------------------*/
.modal-body .gform_wrapper .gfield_label {
  display: inline-block !important;
}

.well {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.carousel {
  width: 80%;
  min-height: 220px;
  margin: 0 auto;
  border: none;
}

#carousel-review.slide {
  display: block;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

#carousel-review a {
  color: #000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}

.carousel-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 8%;
  text-align: center;
}

#thank-you {
  font-size: 18px;
  font-weight: 500;
}

.thumbnail a>img, .thumbnail>img {
  width: 90px;
}

.carousel-inner .thumbnail {
  cursor: pointer;
}

a.thumbnail:hover {
  color: #000 !important;
}

.sidebar.col-md-4 {
  display: none;
}

img#social-review {
  width: 300px;
  margin: 0 auto;
}

.modal {
  background: rgba(255, 255, 255, 0.5);
  padding-right: 0 !important;
  overflow: hidden !important;
}

.modal-header {
  background-color: #4285f4;
  padding-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.modal-header p {
  display: inline-block;
}

.modal-title {
  display: inline;
  color: white !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 24px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Roboto', Arial, sans-serif !important;
  position: relative;
  top: -11px;
  left: 25px;
}

.g-icon-name img {
  width: 50px;
  height: auto;
}

.place-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 0 5px;
  margin-top: -7px;
  margin-left: 3.2em;
  text-overflow: ellipsis;
}

.write-review-icon {
  display: inline-block !important;
  vertical-align: baseline;
  height: 24px;
  width: 24px;
}

/* Survey Form Styles */
body #gform_wrapper_12.gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-top: 0;
}

#gform_wrapper_12.gform_wrapper .gsurvey-rating>input:checked~label {
  background-image: url('/files/2019/03/ic_star_orange_1x_2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

#gform_wrapper_12.gform_wrapper .gsurvey-rating:not(:checked)>label {
  float: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 18px;
  color: #fff;
  background-image: url('/files/2019/03/ic_star_outlined_1x_2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  text-indent: 10px;
}

#gform_wrapper_12.gform_wrapper .gsurvey-rating:not(:checked)>label:hover, .gsurvey-rating:not(:checked)>label:hover~label {
  background-image: url('/files/2019/03/ic_star_orange_1x_2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.input-review input {
  border: none !important;
  border-bottom: 2px solid #4285f4 !important;
  outline: none;
}

#gform_wrapper_12 .ginput_container input {
  background: white;
  border: 2px solid #ccc;
  color: #000;
  font-size: 16px;
}

#gform_wrapper_12 ul li span.gfield_required {
  display: none;
}

.modal-body .gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 0 1em;
}

input#gform_submit_button_12 {
  font-size: 16px;
  font-weight: 600;
  color: #4285f4;
  float: right;
  background: none;
  border: none;
}

.modal-body .gform_wrapper li.gfield fieldset legend.gfield_label {
  display: none;
}

.itsg_ajax_upload_browse, .ginput_container_fileupload {
  width: 90px;
  outline: none !important;
  color: transparent;
  border: 0 !important;
}

.results.done-thumbnail {
  outline: none !important;
  display: inline-block;
}

input.button.itsg_single_ajax_button.itsg_single_ajax_remove {
  background: #eee url(/files/2018/07/close_x.png);
  border: none;
  border-radius: 100%;
  box-shadow: 0px 1px #616161;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -8px;
  right: 0;
  outline: none;
  color: transparent;
  width: 18px;
  height: 18px;
}

.gform_wrapper .gf_left_half .gfield_label, .gform_wrapper .gf_right_half .gfield_label {
  display: none !important;
}

.gform_wrapper .gsurvey-survey-field {
  margin: 0 !important;
}

.modal-body .gform_confirmation_wrapper {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.modal-body #gform_wrapper_12 ul.gform_fields li.gfield {
  padding-right: 16px;
}

div.itsg_single_ajax, div.itsg_list_ajax {
  border: none;
  margin: -32px 0;
  padding: 0;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.modal-dialog {
  margin: 3em auto;
  padding: 8px;
}

#gform_wrapper_12 ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #333;
  font-weight: 400;
}

#gform_wrapper_12 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-weight: 400;
}

#gform_wrapper_12 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
  font-weight: 400;
}

/*coronavirus*/
#coronaRes {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.resItem {
  padding: 3em 0.2em;
}

.resItem a {
  background: #7B2727;
  padding: 0.3em 1em;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #C3892B;
  font-size: 1.5em;
  display: block;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 2px 3px #000;
  font-weight: 400;
}

.redBox {
  padding: 1em;
  border: 2px solid #C3892B;
  background-color: #7b2727;
  color: #fff;
}

.redBox h3 {
  text-align: center;
  font-size: 1.6em;
}

.oncallWidget figure {
  display: inline-block;
  width: 31%;
}

.oncallWidget p {
  display: inline-block;
  width: 67%;
  vertical-align: middle;
}

h3.whyHelp {
  font-size: 2.5rem;
  color: #C3892B;
  font-family: 'Lora', serif;
  letter-spacing: -1px;
}

.b {
  padding: 0;
}

.content-area .b li::before {
  content: '\00B7';
  color: #C3892B;
  font-size: 30px;
  font-weight: 600;
  line-height: 6px;
  position: relative;
  top: 13px;
  left: -14px;
  margin-right: 3px;
  display: block;
}

.b li {
  background: linear-gradient(180deg, rgba(15, 28, 55, 1) 0%, rgba(56, 73, 110, 1) 100%);
  margin: 0.45em 0 0 0;
  padding: 5px 12px 10px 30px;
  border: 2px solid #C3892B;
  color: #fff;
  text-transform: uppercase;
}

.b li a {
  color: #fff;
  font-weight: normal;
  display: block;
  width: 100%;
  height: 100%;
}

h3.rates {
  font-size: 2.5rem;
  color: #7b2727;
  font-family: 'Lora', serif;
  letter-spacing: -1px;
  text-align: center;
}

.groupImg {
  padding-top: 22px;
}

.homeIcon {
  max-width: 108px;
}

.two-column {
  column-count: 2;
}

@media(max-width:991px) {
  .reasonableWrap .ab-layout-columns-2>.ab-layout-column-wrap.ab-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1""col2";
  }

  h3.whyHelp {
    margin-top: 1em;
  }
}

@media(max-width:767px) {
  .two-column {
    column-count: 1;
  }
}

@media(max-width:480px) {
  #content .slideCaption {
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
