/* Example: $gradient-homepagefeatured: #0078a7 0%, #101828 100%; */
/* Base Styles */
body {
  background: #ffffff;
  margin: 0px auto;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

hr {
  border-top: 1px solid #635e3f;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.separator {
  display: block;
  width: 100px;
  margin: 30px auto;
  height: 5px;
  background-color: #635e3f;
}

.tt-outercontainer {
  z-index: 100030;
}

.activetooltip {
  cursor: pointer;
}

.tt-container {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.tt-arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #ccc;
}

a:active, a:visited, a {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .fixed-nav {
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
}
.homepage-practice-area-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 24px;
}

.homepage-practice-area {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: calc(25% - 8px);
  max-width: 250px;
  min-width: 160px;
}

.homepage-practice-area-link {
  text-align: center;
}

.content-spacer {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .content-spacer {
    height: 25px;
  }
}
@media only screen and (max-width: 991px) {
  /* Hide mobile breadcrumbs */
  #hero-breadcrumbs, .breadcrumbs {
    display: none;
  }
  .mobile-fullbleed {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
}
.sidebar-post, .sidebar-faqs {
  margin-top: 45px;
  background-color: #EDEDED;
  padding: 16px;
}

.h1bar {
  width: 100%;
}


.header-logo {
  display: block;
}

.hero-navigation {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-bottom: 15px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-navigation div {
  padding: 10px;
}

.hero-navigation-clickable {
  cursor: pointer;
}

.simple-hero-container .breadcrumbs {
  margin-top: 0px;
  margin-bottom: 15px;
}
.h1bar .breadcrumbs {
  margin-top: 15px;
}

.simple-hero-container {
  padding: 40px 0;
}

@media only screen and (max-width: 991px) {
  .simple-hero-container {
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .simple-hero-featuredimage-container {
    margin: 14px auto;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .simple-hero-featuredimage-container {
    margin-left: 20px;
    float: right;
  }
}
.simple-hero-featuredimage {
  width: 380px;
  max-width: 100%;
  border-style: solid;
}

.contentarea {
  margin-top: 30px;
}

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

.page-content p, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content li, .page-extracontent p, .page-extracontent h1, .page-extracontent h2, .page-extracontent h3, .page-extracontent h4, .page-extracontent h5, .page-extracontent h6, .page-extracontent li, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .mce-content-body li {
  margin-bottom: 0.65rem;
}
.page-content img, .page-extracontent img, .mce-content-body img {
  max-width: 100%;
}

.page-content ul, .page-extracontent ul, .sidebar ul {
  list-style: none;
  padding: 0;
}
.page-content ul li, .page-extracontent ul li, .sidebar ul li {
  overflow: visible;
  padding-left: 20px;
  position: relative;
}
.page-content ul li:before, .page-extracontent ul li:before, .sidebar ul li:before {
  left: 0;
  position: absolute;
}

.btn, a.btn, a.btn:visited, .btn-alt, a.btn-alt, a.btn-alt:visited, .btn-alt2, a.btn-alt2, a.btn-alt2:visited {
  border-width: 1px;
  border-style: solid;
  padding: 6px;
  display: inline-block;
  cursor: pointer;
}

.btn-sm {
  padding: 5px 10px;
}

.btn-full {
  width: 100%;
  text-align: center;
}

.btn-icon {
  margin-right: 8px;
}

@media only screen and (max-width: 991px) {
  .btn-texting span, .btn-telephone span {
    display: none;
  }
  .btn-texting .btn-icon, .btn-telephone .btn-icon {
    margin-right: 0px;
  }
}
.cta {
  cursor: pointer;
}

.cta-tel {
  color: #622210;
}

.cta-container {
  max-width: 800px;
  margin: 20px auto;
}

@media only screen and (max-width: 991px) {
  .cta-container {
    max-width: 100%;
  }
}
.site-cta-tel-link {
  font-size: 21px;
  font-weight: 700;
}

.blogpost {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
}

.blogimage {
  border-radius: 5px;
  border: 1px solid #DFD6DD;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.blog-category {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 18px;
}

.blogdate, .blogtitle {
  margin-top: 12px;
}

article {
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  width: 100%;
}

#bio {
  padding-top: 8px;
}

.attorneyblock {
  padding: 14px;
  background: #F4F4F4;
  border: 1px solid #D4D6DD;
  height: 100%;
}

.attorney-archive-link-image img {
  display: inline-block;
}

.attorney-profile-bio-image img {
  display: inline-block;
}

.attorney-archive article {
  background-color: #ffffff;
  padding: 14px;
}

.attorney-profile-practicearea-ul,
.attorney-profile-practicearea-li {
  margin: 0 !important;
}

.faq-archive-link {
  font-size: 21px;
  margin-top: 8px;
}

.faq-archive-article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.faq-archive article,
.page-faqs-topbox {
  background-color: #ffffff;
  padding: 14px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  margin-bottom: 18px;
}

.faq-archive-excerpt {
  flex: 1 1 100%;
}

.faq-archive-category {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 8px;
}

.page-faqs-topbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-content-faqheader {
  flex: 1 1 67%;
}

.page-content-faqimage {
  flex: 1 1 33%;
}

.page-content-topcontent {
  flex: 0 0 100%;
}

@media only screen and (max-width: 991px) {
  .page-faqs-topbox {
    display: block;
  }
}
.glossary-archive-link {
  font-size: 21px;
  margin-top: 8px;
}

.glossary-archive article,
.page-content-glossaryheader {
  background-color: #ffffff;
  padding: 14px;
}

.glossary-archive-article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.glossary-archive-excerpt {
  flex: 1 1 100%;
}

.page-content-glossaryheader h1 {
  line-height: 1;
}

.podcast-archive article {
  background-color: #ffffff;
  border-radius: 10px;
  border: 0px solid rgba(0, 0, 0, 0);
  padding: 24px;
}

.podcast-excerpt {
  margin: 16px 0;
}

.quoteblock {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.footer {
  padding: 25px 0;
}

.footer-social img, .footer-links a {
  margin-left: 30px;
  margin-bottom: 12px;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .footer {
    margin-top: 0;
  }
  .footer-links a {
    display: block;
    margin: 16px 0;
  }
  .footer-social img {
    margin: 8px 30px 8px 0;
  }
}
#jumpup {
  position: fixed;
  bottom: 10px;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #333;
  border-radius: 3px;
  z-index: 1000;
  transform: translateY(100px);
  transition: all 0.5s ease;
  opacity: 0;
}

#jumpup.visible {
  opacity: 1;
  transform: translateY(0);
}

/*** allan please add details ***/
.annoying {
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 60s linear infinite;
}

@keyframes rainbow-animation {
  to {
    background-position: 2000vh;
  }
}

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