/*! 
Theme Name: LawRank Template 6
Author: LawRank
*/
/* CSS @imports
-------------------------------------------------------------- */
/* CSS Variables
-------------------------------------------------------------- */
body[data-color-scheme=color-scheme-1] {
  --primaryColor: #122548;
  --secondaryColor: #C99302;
  --tertiaryColor: #F8F8F8;
  --bgColor: #F8F8F8;
  --text: #666666;
}

body {
  --roboto: "Roboto", sans-serif;
  --robotoSlab: "Roboto Slab", serif;
  --extraLight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semiBold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  box-sizing: border-box;
}

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

.gform_validation_container {
  display: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

#theme-options {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: auto;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  padding: 50px 50px 50px 50px;
  box-shadow: none;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
  transform: translateY(-95%);
  overflow-y: scroll;
  opacity: 0;
}
@media (max-width: 767px) {
  #theme-options {
    padding: 30px 20px 10px 20px;
    max-height: calc(100% - 50px);
    transform: translateY(-95%);
  }
}
#theme-options:hover {
  transform: translateY(0px);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
}
#theme-options .inner {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
@media (max-width: 767px) {
  #theme-options .inner {
    max-width: 100%;
  }
}
#theme-options .inner .options-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--primaryColor);
  text-align: center;
}
#theme-options .inner .instructions {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  color: var(--primaryColor);
  text-align: center;
  margin-bottom: 20px;
}
#theme-options .inner .colors-option .colors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #theme-options .inner .colors-option .colors {
    flex-direction: column;
    margin-top: 30px;
  }
}
#theme-options .inner .colors-option .colors .scheme {
  text-align: center;
  cursor: pointer;
  padding: 30px 30px 30px 30px;
  transition: background-color 0.25s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}
@media (max-width: 767px) {
  #theme-options .inner .colors-option .colors .scheme {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
}
#theme-options .inner .colors-option .colors .scheme .scheme-title {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#theme-options .inner .colors-option .colors .scheme .swatch-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #theme-options .inner .colors-option .colors .scheme .swatch-wrapper {
    max-width: 250px;
    margin: 0 auto;
  }
}
#theme-options .inner .colors-option .colors .scheme .swatch-wrapper .color {
  width: 50px;
  height: 50px;
  background-color: #000;
}
#theme-options .inner .colors-option .colors .scheme .swatch-wrapper .color.secondary {
  margin: 0px 10px;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-1 .swatch-wrapper .primary {
  background-color: #272F4B;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-1 .swatch-wrapper .secondary {
  background-color: #FF6537;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-1 .swatch-wrapper .tertiary {
  background-color: #F8F8F8;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-2 .swatch-wrapper .primary {
  background-color: #272F4B;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-2 .swatch-wrapper .secondary {
  background-color: #62c0b6;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-2 .swatch-wrapper .tertiary {
  background-color: #f8f8f8;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-3 .swatch-wrapper .primary {
  background-color: #261572;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-3 .swatch-wrapper .secondary {
  background-color: #ff0061;
}
#theme-options .inner .colors-option .colors .scheme.color-scheme-3 .swatch-wrapper .tertiary {
  background-color: #f8f8f8;
}
#theme-options .inner .colors-option .colors .scheme.active, #theme-options .inner .colors-option .colors .scheme:hover {
  background-color: #f4f4f4;
}
#theme-options .inner .video-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#theme-options .inner .video-option .instructions {
  margin-bottom: 0px;
}
#theme-options .inner .video-option .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primaryColor);
  margin-left: 15px;
  background-color: #f4f4f4;
  cursor: pointer;
}
#theme-options .inner .video-option .checkbox.active {
  background-color: var(--secondaryColor);
}

.block-title {
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 8px;
  font-weight: var(--regular);
  text-transform: uppercase;
  font-weight: var(--medium);
}
@media (max-width: 1180px) {
  .block-title {
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 20px;
  }
}

p {
  font-family: var(--roboto);
  font-size: 18px;
  line-height: 36px;
  font-weight: var(--regular);
  color: var(--text);
}

strong {
  font-weight: var(--bold);
}

a {
  color: var(--secondaryColor);
}

.content h1 {
  font-family: var(--robotoSlab);
  font-size: 72px;
  line-height: 80px;
  font-weight: var(--bold);
  margin-bottom: 40px;
}
.content h2 {
  font-family: var(--robotoSlab);
  font-size: 36px;
  line-height: 48px;
  font-weight: var(--bold);
}
@media (max-width: 1180px) {
  .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.content h3 {
  font-family: var(--roboto);
  font-size: 20px;
  line-height: 30px;
  font-weight: var(--black);
  color: var(--secondaryColor);
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content h3 {
    font-size: 17px;
    line-height: 28px;
  }
}
.content h5 {
  font-family: var(--robotoSlab);
  font-size: 24px;
  line-height: 36px;
  font-weight: var(--bold);
}
.content ul {
  margin: 30px 0px 30px 30px;
}
@media (max-width: 767px) {
  .content ul {
    margin: 30px 0px 30px 10px;
  }
}
.content ul li {
  font-family: var(--roboto);
  font-size: 18px;
  line-height: 36px;
  font-weight: var(--regular);
  color: var(--text);
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .content ul li {
    padding-left: 25px;
  }
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #484848;
}
.content ol {
  list-style: none;
  margin: 30px 0px 30px 30px;
}
@media (max-width: 767px) {
  .content ol {
    margin: 30px 0px 30px 10px;
  }
}
.content ol li {
  counter-increment: item;
  font-family: var(--roboto);
  font-size: 18px;
  line-height: 36px;
  font-weight: var(--regular);
  color: var(--text);
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .content ol li {
    padding-left: 25px;
  }
}
.content ol li:before {
  content: counter(item) ".";
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: var(--roboto);
  font-weight: var(--bold);
  color: var(--secondaryColor);
}
.content p {
  margin-bottom: 33px;
}
.content .wp-block-quote,
.content blockquote {
  margin-bottom: 30px;
}
.content .wp-block-quote p,
.content blockquote p {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 30px 0px 30px 0px;
  padding-left: 35px;
  border-left: 4px solid var(--secondaryColor);
  color: var(--primaryColor);
}
@media (max-width: 1180px) {
  .content .wp-block-quote p,
  .content blockquote p {
    font-size: 20px;
    line-height: 33px;
    padding-left: 30px;
  }
}
.content .alignleft {
  float: left;
  display: block;
  margin: 10px 20px 0px 0px;
  max-width: 100%;
}
@media (max-width: 500px) {
  .content .alignleft {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  .content .alignleft img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.content .aligncenter {
  max-width: 100%;
}
.content .aligncenter img {
  width: 100%;
  height: auto;
  display: block;
  height: auto;
}
.content img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}
.content table {
  border-collapse: collapse;
  width: 100%;
}
.content td, .content th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}
.content figcaption {
  font-family: var(--roboto);
  font-size: 18px;
  line-height: 36px;
  font-weight: var(--regular);
  color: var(--text);
}

.h1 {
  font-family: var(--robotoSlab);
  font-size: 72px;
  line-height: 80px;
  font-weight: var(--bold);
  margin-bottom: 40px;
}

.h2 {
  font-family: var(--robotoSlab);
  font-size: 36px;
  line-height: 48px;
  font-weight: var(--bold);
}
@media (max-width: 1180px) {
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.h3 {
  font-family: var(--roboto);
  font-size: 20px;
  line-height: 30px;
  font-weight: var(--black);
  color: var(--secondaryColor);
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 17px;
    line-height: 28px;
  }
}

.h5, .h6 {
  font-family: var(--robotoSlab);
  font-size: 24px;
  line-height: 36px;
  font-weight: var(--bold);
}

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

body {
  counter-reset: item;
}

.rplg {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .rplg {
    max-width: 85%;
    margin-left: 0px;
  }
  .rplg .rplg-biz-name a {
    max-width: 95%;
    word-break: break-all;
  }
  .rplg .grw-slider-content {
    min-width: 370px !important;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

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

#ez-toc-container ul li:before {
  display: none;
}

.validation_error {
  text-align: center;
  font-family: var(--roboto);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: var(--bold);
  text-transform: uppercase;
  color: var(--secondaryColor);
  margin-bottom: 10px;
}

.instruction {
  display: none;
}

.validation_message {
  text-align: center;
  font-family: var(--roboto);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: var(--bold);
  text-transform: uppercase;
  color: var(--secondaryColor);
  margin-top: 10px;
}

::-webkit-input-placeholder {
  color: var(--text);
}

:-ms-input-placeholder {
  color: var(--text);
}

::-moz-placeholder {
  color: var(--text);
}

:-moz-placeholder {
  color: var(--text);
}

.featured-image-wrap {
  margin-bottom: 20px;
}
.featured-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .hp-banner.banner {
    padding: 20px 20px 50px 20px;
  }
}

.banner {
  display: flex;
  align-items: center;
  padding: 150px 50px;
  position: relative;
}
@media (max-width: 1180px) {
  .banner {
    padding: 100px 30px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 374px) {
  .banner {
    min-height: 250px;
  }
}
.banner picture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner picture img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 555px) {
  .banner picture img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.banner .video-wrapper {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner .video-wrapper .gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.3076365546) 30%, rgba(255, 255, 255, 0) 100%);
}
.banner .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center top;
     object-position: center top;
}
.banner .banner-inner {
  flex: 1;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .banner .banner-inner {
    max-width: 410px;
    margin: 0px;
  }
}
@media (max-width: 555px) {
  .banner .banner-inner {
    max-width: 220px;
    margin: 15px 0px;
  }
}
@media (max-width: 412px) {
  .banner .banner-inner {
    max-width: 200px;
  }
}
.banner .banner-inner .tagline {
  color: #FFFFFF;
  margin-bottom: 26px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  .banner .banner-inner .tagline {
    text-align: center;
    margin-bottom: 19px;
    letter-spacing: 1px;
    font-size: 18px;
  }
}
.banner .banner-inner .title {
  font-family: var(--robotoSlab);
  color: #fff;
  max-width: 660px;
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 80px;
  font-weight: var(--bold);
}
@media (max-width: 1180px) {
  .banner .banner-inner .title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 555px) {
  .banner .banner-inner .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.banner .banner-inner .sub-title {
  font-family: var(--roboto);
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  max-width: 660px;
  /* 
  @media (max-width: 412px) {
  	margin-top: 15px;
  } */
}
@media (max-width: 1180px) {
  .banner .banner-inner .sub-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner .sub-title {
    font-size: 16px;
    margin-top: 15px;
  }
}
.banner .banner-inner .banner-btn {
  height: 80px;
  margin-top: 57px;
  display: inline-block;
}
@media (max-width: 1180px) {
  .banner .banner-inner .banner-btn {
    margin-top: 20px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner .banner-btn {
    position: absolute;
    bottom: -88px;
    left: 0px;
    width: 100%;
    padding: 20px;
    margin-top: 0px;
    height: 88px;
    background-color: var(--primaryColor);
  }
}
.banner .banner-inner .banner-btn .inner {
  display: flex;
  height: 100%;
}
.banner .banner-inner .banner-btn .inner .left {
  height: 100%;
  background-color: var(--secondaryColor);
  margin-right: 4px;
  padding: 0px 30px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-inner .banner-btn .inner .left span {
  font-family: var(--roboto);
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--bold);
}
@media (max-width: 1180px) {
  .banner .banner-inner .banner-btn .inner .left span {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner .banner-btn .inner .left span {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.4px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner .banner-btn .inner .left {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    height: 100%;
    background-color: var(--secondaryColor);
    padding: 0px 10px 0px 10px;
  }
}
.banner .banner-inner .banner-btn .inner .right {
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .banner .banner-inner .banner-btn .inner .right {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .banner .banner-inner .banner-btn .inner .right {
    display: none;
  }
}
.banner .banner-inner .banner-btn .inner .right svg {
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateX(0px);
}
.banner .banner-inner .banner-btn:hover .inner .right svg {
  transform: translateX(5px);
}

/* Footer Styles
-------------------------------------------------------------- */
@media (min-width: 1180px) {
  .site-footer p.footer-title {
    line-height: 1.2 !important;
    padding-bottom: 30px;
  }
}
.site-footer .cols-info:first-child {
  padding-top: 30px;
}
.site-footer .left-label {
  margin-right: 40px;
  width: 130px !important;
}
@media (max-width: 767px) {
  .site-footer .left-label {
    padding-bottom: 20px !important;
    width: 100%;
    margin: 0 auto;
  }
}
.site-footer .cols-info {
  padding-bottom: 30px;
}
.site-footer .cols-info .link-to-hp {
  color: white;
}
.site-footer .cols-info .right-info {
  margin-top: -7px;
  width: 300px;
  text-align: left;
}
@media (max-width: 767px) {
  .site-footer .cols-info .right-info {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .site-footer .cols-info {
    display: flex;
    align-items: auto;
  }
}
.site-footer .cols-info:last-child {
  padding-bottom: 0px;
}
.site-footer .map {
  display: flex;
  flex-direction: row wrap;
}
@media (max-width: 770px) {
  .site-footer .map {
    overflow: hidden;
    height: 1000px;
    flex-direction: column;
  }
}
.site-footer .map .left {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--secondaryColor);
  padding: 79px 50px 117px 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1180px) {
  .site-footer .map .left {
    padding: 58px 30px 76px 30px;
  }
}
@media (max-width: 770px) {
  .site-footer .map .left {
    padding: 51px 20px 58px 20px;
  }
}
.site-footer .map .left .inner {
  max-width: 475px;
}
@media (max-width: 770px) {
  .site-footer .map .left .inner {
    max-width: 500px;
    flex-basis: 100%;
    text-align: center;
  }
}
.site-footer .map .left .inner .footer-title {
  font-family: var(--robotoSlab);
  font-size: 72px;
  font-weight: var(--bold);
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 1180px) {
  .site-footer .map .left .inner .footer-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 13px;
  }
}
@media (max-width: 770px) {
  .site-footer .map .left .inner .footer-title {
    line-height: 63px;
    margin-bottom: 10px;
  }
}
.site-footer .map .left .inner .footer-sub-title {
  font-family: var(--roboto);
  font-weight: var(--regular);
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 44px;
}
@media (max-width: 1180px) {
  .site-footer .map .left .inner .footer-sub-title {
    line-height: 32px;
    margin-bottom: 55px;
  }
}
@media (max-width: 770px) {
  .site-footer .map .left .inner .footer-sub-title {
    display: none;
    margin-bottom: 50px;
  }
}
.site-footer .map .left .inner .phone-wrap .contact-box {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site-footer .map .left .inner .phone-wrap .contact-box {
    margin-bottom: 10px;
  }
}
.site-footer .map .left .inner .phone-wrap .contact-box span {
  font-family: var(--roboto);
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: var(--bold);
  display: inline-block;
  margin-right: 20px;
}
.site-footer .map .left .inner .phone-wrap .contact-box.toll-free {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .site-footer .map .left .inner .phone-wrap .contact-box.toll-free {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 770px) {
  .site-footer .map .left .inner .phone-wrap .contact-box.toll-free {
    align-items: center;
  }
}
.site-footer .map .left .inner .phone-wrap .contact-box.toll-free span {
  position: relative;
  top: 3px;
}
@media (max-width: 1180px) {
  .site-footer .map .left .inner .phone-wrap .contact-box.toll-free span {
    top: 0px;
    margin-bottom: 10px;
  }
}
.site-footer .map .left .inner .phone-wrap .contact-box.toll-free a {
  font-family: var(--robotoSlab);
  font-weight: var(--bold);
  font-size: 48px;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 1180px) {
  .site-footer .map .left .inner .phone-wrap .contact-box.toll-free a {
    font-size: 30px;
    line-height: 35px;
  }
}
.site-footer .map .left .inner .phone-wrap .contact-box.address span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}
.site-footer .map .left .inner .phone-wrap .contact-box.address .phone-number {
  display: inline-block;
  font-family: var(--robotoSlab);
  font-weight: var(--bold);
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
}
.site-footer .map .left .inner .phone-wrap .contact-box.address .address {
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.site-footer .map .left .inner .phone-wrap .contact-box.address .directions {
  color: #fff;
  font-family: var(--roboto);
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: var(--bold);
  display: inline-block;
  transition: border 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.site-footer .map .left .inner .phone-wrap .networks a {
  display: inline-block;
  margin-right: 5px;
}
.site-footer .map .left .inner .phone-wrap .networks a svg {
  fill: #fff;
  transition: fill 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}
.site-footer .map .right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.site-footer .map .right iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 770px) {
  .site-footer .map .right {
    height: 620px;
  }
}
.site-footer .office-locations {
  background-color: var(--tertiaryColor);
}
.site-footer .office-locations__inner {
  padding: 50px 20px;
}
.site-footer .office-locations .footer-title {
  font-family: var(--robotoSlab);
  font-weight: var(--bold);
  margin-bottom: 40px !important;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #000;
}
.site-footer .office-locations .offices .office {
  background-color: #fff;
  padding: 40px 25px;
  margin-bottom: 20px;
  text-align: center;
}
.site-footer .office-locations .offices .office .name {
  font-family: var(--robotoSlab);
  font-weight: var(--bold);
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
}
.site-footer .office-locations .offices .office .name a {
  color: #000;
}
.site-footer .office-locations .offices .office hr {
  border: 0;
  height: 4px;
  background: var(--secondaryColor);
  margin: 30px auto;
  width: 47px;
}
.site-footer .office-locations .offices .office .address {
  color: #000;
  margin: 0 30px;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.site-footer .office-locations .offices .office .phone {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  font-family: var(--robotoSlab);
  margin-bottom: 30px;
  display: block;
}
.site-footer .office-locations .offices .office .mapimg a {
  display: block;
}
.site-footer .office-locations .offices .office .mapimg a img {
  width: 100%;
  height: auto;
  display: block;
}
.site-footer .office-locations .offices .office:last-child {
  margin-bottom: 0;
}
.site-footer .office-locations .networks {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.site-footer .office-locations .networks a {
  display: block;
  margin: 0 10px;
}
.site-footer .office-locations .networks a svg path {
  fill: var(--secondaryColor);
}
@media (min-width: 768px) {
  .site-footer .office-locations__inner {
    padding: 70px 30px;
  }
  .site-footer .office-locations .offices {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
  }
  .site-footer .office-locations .offices .office {
    flex: 0 0 32%;
    margin-bottom: 0;
    flex-flow: column;
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1180px) {
  .site-footer .office-locations__inner {
    padding: 80px 50px;
  }
  .site-footer .office-locations .footer-title {
    margin-bottom: 20px;
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 80px !important;
  }
}
.site-footer .contact-form {
  padding: 95px 50px 100px 50px;
  background-color: var(--primaryColor);
}
@media (max-width: 1180px) {
  .site-footer .contact-form {
    padding: 77px 30px 60px 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .contact-form {
    padding: 58px 20px 60px 20px;
  }
}
.site-footer .contact-form .gform_wrapper {
  margin-bottom: 30px;
  max-width: 1250px;
  margin: 0 auto 0 auto;
}
.site-footer .contact-form .gform_wrapper ::-webkit-input-placeholder {
  color: #f6f7ff;
  opacity: 1;
}
.site-footer .contact-form .gform_wrapper :-ms-input-placeholder {
  color: #f6f7ff;
  opacity: 1;
}
.site-footer .contact-form .gform_wrapper ::-moz-placeholder {
  color: #f6f7ff;
  opacity: 1;
}
.site-footer .contact-form .gform_wrapper :-moz-placeholder {
  color: #f6f7ff;
  opacity: 1;
}
.site-footer .contact-form .gform_wrapper textarea {
  resize: none;
}
.site-footer .contact-form .gform_wrapper .gform_heading .gform_description {
  text-align: center;
  font-family: var(--robotoSlab);
  font-size: 48px;
  line-height: 72px;
  font-weight: var(--bold);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px !important;
}
@media (max-width: 1180px) {
  .site-footer .contact-form .gform_wrapper .gform_heading .gform_description {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 39px !important;
  }
}
.site-footer .contact-form .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .contact-form .gform_wrapper .gform_fields li {
  flex-basis: calc(25% - 30px);
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .site-footer .contact-form .gform_wrapper .gform_fields li {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .site-footer .contact-form .gform_wrapper .gform_fields li {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.site-footer .contact-form .gform_wrapper .gform_fields li .gfield_label,
.site-footer .contact-form .gform_wrapper .gform_fields li label {
  display: none;
}
.site-footer .contact-form .gform_wrapper .gform_fields li input {
  width: 100%;
  height: 80px;
  background-color: var(--primaryColor);
  border: none;
  font-family: var(--roboto);
  font-weight: var(--bold);
  color: #f6f7ff;
  font-size: 16px;
  line-height: 19px;
  padding: 0px 40px;
  border: 1px solid rgba(247, 247, 247, 0.4);
}
.site-footer .contact-form .gform_wrapper .gform_fields li.textarea {
  flex-basis: 100%;
}
.site-footer .contact-form .gform_wrapper .gform_fields li.textarea textarea {
  width: 100%;
  border: none;
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 16px;
  line-height: 19px;
  padding: 29px 40px 0px 40px;
  height: 80px;
  background-color: var(--primaryColor);
  border: 1px solid rgba(247, 247, 247, 0.4);
  color: #f6f7ff;
}
.site-footer .contact-form .gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 26px;
}
.site-footer .contact-form .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  max-width: 211px;
  height: 64px;
  line-height: 64px;
  background-color: var(--secondaryColor);
  text-align: center;
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background-color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98), color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}
@media (max-width: 500px) {
  .site-footer .contact-form .gform_wrapper .gform_footer .gform_button {
    max-width: 100%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.6px;
  }
}
.site-footer .contact-form .gform_wrapper .gform_footer .gform_button:hover {
  background-color: var(--tertiaryColor);
  color: var(--primaryColor);
}
.site-footer .legal {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 120px;
  background-color: var(--primaryColor);
  padding: 0px 50px 0px 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .site-footer .legal {
    padding: 0px 30px 0px 30px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .site-footer .legal {
    height: auto;
    padding: 69px 20px 75px 20px;
  }
}
.site-footer .legal .legal-inner {
  max-width: 1250px;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .site-footer .legal .legal-inner {
    flex-direction: column;
  }
  .site-footer .legal .legal-inner > a {
    margin-bottom: 50px;
    display: block;
  }
}
.site-footer .legal .legal-inner p {
  font-family: var(--roboto);
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .legal .legal-inner p {
    font-size: 14px;
  }
}
.site-footer .legal .legal-inner p a {
  color: #fff;
  display: inline-block;
  margin-left: 40px;
  transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}
@media (max-width: 1180px) {
  .site-footer .legal .legal-inner p a {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .legal .legal-inner p a {
    display: block;
    margin-left: 0px;
    margin-top: 50px;
  }
}
.site-footer .legal .legal-inner p a:hover {
  color: var(--secondaryColor);
}

.areas-firm {
  background-color: var(--primaryColor);
  margin-bottom: -30px;
}
@media (min-width: 767px) {
  .areas-firm {
    padding-bottom: 100px;
    margin-bottom: 0px;
  }
}
.areas-firm .areas-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 33px;
}
@media (max-width: 1280px) {
  .areas-firm .areas-inner {
    padding: 80px 30px 0px;
  }
}
@media (max-width: 767px) {
  .areas-firm .areas-inner {
    display: block;
    margin-bottom: 0px;
    margin-top: -20px;
    padding: 20px 20px;
  }
}
.areas-firm .areas-inner .about {
  color: white;
}
@media (min-width: 767px) {
  .areas-firm .areas-inner .about {
    width: 50%;
  }
}
.areas-firm .areas-inner .about-title {
  text-align: left;
  margin-bottom: 20px;
  color: white;
}
.areas-firm .areas-inner .about-content {
  color: white;
}
@media (max-width: 767px) {
  .areas-firm .areas-inner .about-content {
    padding-bottom: 40px;
  }
}

.ti-widget {
  max-width: 95% !important;
  margin: 0 auto !important;
}

/* Properly align images embeded in content */
img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.wp-block-image:has(.alignleft) {
  float: left;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  contain: content;
}
.wp-block-image:has(.alignleft) img {
  height: auto;
}
.wp-block-image:has(.alignleft) .alignleft {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  contain: content;
}
@media (max-width: 500px) {
  .wp-block-image:has(.alignleft) {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  .wp-block-image:has(.alignleft):not(:has(svg)) {
    float: none;
  }
  .wp-block-image:has(.alignleft):has(svg) {
    width: auto;
  }
  .wp-block-image:has(.alignleft):has(svg) .alignleft,
  .wp-block-image:has(.alignleft):has(svg) figure,
  .wp-block-image:has(.alignleft):has(svg) svg {
    width: auto;
  }
  .wp-block-image:has(.alignleft) .alignleft {
    width: 100%;
  }
  .wp-block-image:has(.alignleft) img {
    width: 100%;
    height: auto;
  }
}

.alignleft:not(:only-child) {
  float: left;
  display: block;
  margin: 10px 20px 0px 0px;
  max-width: 100%;
}
.alignleft:not(:only-child) img {
  width: auto;
  height: auto;
}
@media (max-width: 500px) {
  .alignleft:not(:only-child) {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  .alignleft:not(:only-child) img {
    width: 100%;
    height: auto;
  }
}

p:has(.alignleft) {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-right: 20px;
  display: flex;
  float: left;
}
@media (max-width: 500px) {
  p:has(.alignleft) {
    width: 100%;
  }
}
p:has(.alignleft) img.alignleft {
  margin: 0;
  margin-right: 0;
}

img.alignleft:not(:only-child) {
  margin: 10px 20px 0px 0px;
  float: left;
}
img.alignleft:not(:only-child) img {
  width: auto;
  height: auto;
}
@media (max-width: 500px) {
  img.alignleft:not(:only-child) {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  img.alignleft:not(:only-child) img {
    width: 100%;
    height: auto;
  }
}

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

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

iframe {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.mobile-menu-btn {
  width: 24px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
.mobile-menu-btn span {
  display: block;
  background-color: var(--primaryColor);
  height: 3px;
}
@media (max-width: 1180px) {
  .mobile-menu-btn {
    display: flex;
  }
}
.menu {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  /* @media(min-width: 1181px) {
  	display: flex !important;
  } */
}
@media (max-width: 1180px) {
  .menu {
    flex: 0 0 100%;
    height: auto;
    background-color: var(--primaryColor);
    display: none;
  }
  .menu.open {
    display: block;
    padding-bottom: 60px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.menu .menu {
  display: flex;
  flex-grow: 1;
  max-width: 845px;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .menu .menu {
    display: block;
    padding: 50px 30px 50px 60px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .menu .menu {
    padding: 30px;
  }
}
.menu .menu li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  line-height: normal;
}
@media (max-width: 1180px) {
  .menu .menu li {
    display: block;
    height: auto;
  }
}
.menu .menu li:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateY(4px);
}
@media (max-width: 1180px) {
  .menu .menu li:after {
    display: none;
  }
}
.menu .menu li:hover:after {
  transform: translateY(0px);
  background-color: var(--secondaryColor);
}
@media (max-width: 1180px) {
  .menu .menu li:hover:after {
    background-color: transparent;
  }
}
.menu .menu li.current_page_item:after {
  transform: translateY(0px);
  background-color: var(--secondaryColor);
}
@media (max-width: 1180px) {
  .menu .menu li.current_page_item a span:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: var(--secondaryColor);
  }
}
.menu .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.menu .menu li.menu-item-has-children > a span:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -16px;
  width: 8px;
  height: 4px;
  background-color: var(--primaryColor);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 1180px) {
  .menu .menu li.menu-item-has-children > a span:after {
    background-color: #fff;
    bottom: 5px;
    left: -20px;
  }
}
.menu .menu li:last-child > .sub-menu, .menu .menu li:nth-last-of-type(2) > .sub-menu {
  right: 0px;
}
.menu .menu li a {
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 16px;
  color: var(--primaryColor);
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .menu .menu li a {
    color: #fff;
    line-height: 20px;
    padding: 20px 0px 20px 0px;
    letter-spacing: 1px;
  }
}
.menu .menu li a span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 5px;
}
@media (max-width: 1180px) {
  .menu .menu li a span {
    top: 0px;
    padding-right: 16px;
  }
}
.menu .menu li .sub-menu {
  position: absolute;
  min-width: 300px;
  padding: 13px 20px 13px 20px;
  background-color: #fff;
  top: 120px;
  transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  border: 2px solid #f4f4f4;
  border-top: 0px;
}
@media (max-width: 1180px) {
  .menu .menu li .sub-menu {
    opacity: 1;
    pointer-events: all;
    position: static;
    transform: translateY(0px);
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: none;
  }
}
.menu .menu li .sub-menu li:after {
  display: none;
}
.menu .menu li .sub-menu li a {
  padding: 12px 0px;
  transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  display: block;
  width: 100%;
}
@media (max-width: 1180px) {
  .menu .menu li .sub-menu li a {
    padding: 20px 0px 20px 0px;
    text-align: right;
  }
}
.menu .menu li .sub-menu li a:hover {
  color: var(--secondaryColor);
}
@media (max-width: 1180px) {
  .menu .menu li .sub-menu li a:hover {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .menu .menu li .sub-menu li a span {
    padding-right: 25px;
  }
}
.menu .menu li .sub-menu li.current_page_item a {
  color: var(--secondaryColor);
}
@media (max-width: 1180px) {
  .menu .menu li .sub-menu li.current_page_item a {
    color: #fff;
  }
}

#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease-in-out;
}

#video-overlay.active {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}

#video-overlay .video-container {
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#video-overlay .video-container.active {
  width: 90%;
  height: 300px;
  transform: scale(1);
}

#video-overlay .video-container iframe {
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (min-width: 768px) {
  #video-overlay .video-container.active {
    width: 70%;
    height: 350px;
  }
}
@media (min-width: 1179px) {
  #video-overlay .video-container.active {
    width: 50%;
    height: 500px;
  }
}
.site-header {
  position: sticky;
  top: 0px;
  z-index: 999;
}

/* Header Styles
-------------------------------------------------------------- */
@media (min-width: 1180px) {
  .find-us {
    display: none !important;
  }
}

.contact-bar {
  height: 80px;
  background-color: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
}
@media (max-width: 1180px) {
  .contact-bar {
    height: 60px;
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .contact-bar {
    height: 50px;
  }
}
.contact-bar p {
  font-family: var(--roboto);
  font-weight: var(--light);
  color: #fff;
  line-height: 33px;
  font-size: 28px;
}
@media (max-width: 1180px) {
  .contact-bar p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .contact-bar p {
    font-size: 21px;
  }
  .contact-bar p span {
    display: none;
  }
}
.contact-bar p a {
  font-family: var(--robotoSlab);
  color: var(--secondaryColor);
  font-weight: var(--bold);
}
@media (max-width: 767px) {
  .contact-bar p a {
    position: relative;
    /* &:before {
    	content: url(media/phone-icon-mobile.svg);
    	display: inline-block;
    	margin-right: 10px;
    } */
  }
}
.contact-bar svg {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .contact-bar svg {
    display: none;
  }
}

.nav-bar {
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 0px rgba(39, 47, 75, 0.2);
  height: 120px;
  padding: 0 30px;
}
@media (max-width: 1180px) {
  .nav-bar {
    height: auto;
    padding: 0;
  }
}
.nav-bar .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  height: auto;
  padding: 0;
}
@media (max-width: 1180px) {
  .nav-bar .top {
    flex: 0 0 100%;
    height: 80px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .nav-bar .top {
    padding: 0 20px;
    height: 70px;
  }
}
.nav-bar .top .firm-logo {
  margin-right: 100px;
  width: 380px;
}
.nav-bar .top .firm-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1180px) {
  .nav-bar .top .firm-logo {
    margin-left: 0px;
    margin-right: 0px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .nav-bar .top .firm-logo {
    width: 200px;
    margin-left: 0px;
  }
}

.menu-related-links-car-container ul {
  background-color: transparent;
  display: flex;
  flex-direction: column;
}

.page-template-template-attorney-bio .h1 {
  font-family: var(--robotoSlab);
  font-size: 48px;
  line-height: 65px;
  color: var(--primaryColor);
  font-weight: var(--bold);
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-template-template-attorney-bio .h1 {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */@media (max-width: 767px){html.target-page #page-container{padding-top:60px}}@media (max-width: 767px){html.target-page .banner-inner{margin-top:100px}}html.target-page .target-hero{max-width:1240px;margin:0 auto;display:flex;align-items:end}@media (max-width: 767px){html.target-page .target-hero{gap:10px;flex-direction:column}}@media (min-width: 768px){html.target-page .target-hero .left-content{flex:0 0 55%}}@media (min-width: 768px){html.target-page .target-hero .right-content{flex:0 0 45%}}@media (min-width: 1100px){html.target-page .target-hero .left-content{margin-left:40px}}html.target-page .target-hero .left-content .title{text-align:left;margin-bottom:20px;font-size:83px;line-height:95px}@media (max-width: 767px){html.target-page .target-hero .left-content .title{margin-bottom:0px;text-align:center;font-size:40px;line-height:1.2}}html.target-page .target-hero .left-content .byeline{color:white;font-family:'Roboto', sans-serif;font-weight:700;font-size:20px;letter-spacing:3%;text-align:left;padding-top:15px;line-height:2;margin-bottom:40px}@media (max-width: 767px){html.target-page .target-hero .left-content .byeline{line-height:1.5;margin-bottom:0px;text-align:center;max-width:320px;font-size:18px}}html.target-page .target-hero .right-content{width:100%}html.target-page .target-hero .right-content .logos{justify-content:space-between;display:flex}html.target-page .target-hero .right-content .logos img{height:105px;width:auto}@media (max-width: 767px){html.target-page .target-hero .right-content .logos img{height:65px}}@media (max-width: 767px){html.target-page .target-hero .right-content .logos img:nth-child(2){order:1}html.target-page .target-hero .right-content .logos img:first-child{order:2}html.target-page .target-hero .right-content .logos img:last-child{order:3}}html.target-page .target-hero a.mobile-target{display:block}@media (max-width: 767px){html.target-page .target-hero a.mobile-target{display:none}}html.target-page .banner .banner-inner .banner-btn.target-button{display:none}@media (max-width: 767px){html.target-page .banner .banner-inner .banner-btn.target-button{display:block;bottom:0px;background-color:transparent}}html.target-page .banner .banner-inner .banner-btn .target{display:block}.banner.internal-banner.target-page{padding:60px 50px}@media (max-width: 767px){.banner.internal-banner.target-page{padding:0px 20px;min-height:500px}}.banner.internal-banner{height:auto;min-height:400px}@media (max-width: 1180px){.banner.internal-banner{min-height:300px}}@media (max-width: 767px){.banner.internal-banner{min-height:200px}}.banner.internal-banner .banner-inner{max-width:100%;text-align:center}@media (max-width: 767px){.banner.internal-banner .banner-inner{text-align:center}}.banner.internal-banner .banner-inner .title{margin-bottom:37px;max-width:100%}@media (max-width: 767px){.banner.internal-banner .banner-inner .title{margin-bottom:0px}}.banner.internal-banner .banner-inner .sub-title{max-width:100%}.banner.internal-banner .banner-inner .internal-banner-btn{margin-top:0px}@media (min-width: 1280px){.banner.internal-banner .banner-inner .internal-banner-btn{height:95px}}@media (min-width: 1280px){.banner.internal-banner .banner-inner .internal-banner-btn .left{padding:0px 60px}}#page-container{padding:100px 50px 108px 50px}@media (max-width: 1180px){#page-container{padding:60px 30px 108px 30px}}@media (max-width: 767px){#page-container{padding:145px 0 60px 0}}#page-container .page-container-inner{max-width:1250px;width:calc(100% - 40px);margin:0 auto;display:flex}@media (max-width: 767px){#page-container .page-container-inner{flex-direction:column}}#page-container .page-container-inner .main-content{margin-right:30px;flex:1}@media (max-width: 767px){#page-container .page-container-inner .main-content{margin-right:0px;margin-bottom:30px}}#page-container .page-container-inner .main-content #breadcrumbs{font-family:var(--roboto);font-size:16px;line-height:25px;text-transform:uppercase;letter-spacing:8px;margin-bottom:60px}@media (max-width: 1180px){#page-container .page-container-inner .main-content #breadcrumbs{margin-bottom:45px;letter-spacing:5px}}@media (max-width: 767px){#page-container .page-container-inner .main-content #breadcrumbs{letter-spacing:3px;font-size:15px;margin-bottom:25px}}#page-container .page-container-inner .main-content #breadcrumbs a{color:var(--text);transition:color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98)}#page-container .page-container-inner .main-content #breadcrumbs a:hover{color:var(--secondaryColor)}#page-container .page-container-inner .main-content #breadcrumbs .breadcrumb_last{display:inline-block;position:relative;cursor:default}@media (max-width: 767px){#page-container .page-container-inner .main-content #breadcrumbs .breadcrumb_last{font-weight:var(--bold);color:var(--secondaryColor)}}#page-container .page-container-inner .main-content #breadcrumbs .breadcrumb_last:after{content:"";position:absolute;bottom:-4px;left:-4px;height:2px;width:100%;background-color:var(--secondaryColor)}@media (max-width: 1180px){#page-container .page-container-inner .main-content #breadcrumbs .breadcrumb_last:after{left:-2px}}@media (max-width: 767px){#page-container .page-container-inner .main-content #breadcrumbs .breadcrumb_last:after{display:none}}#page-container .page-container-inner .main-content h2{margin-top:40px;margin-bottom:35px}@media (max-width: 1180px){#page-container .page-container-inner .main-content h2{margin-bottom:18px}}#page-container .page-container-inner .main-content h2:first-child{margin-top:0px}#page-container .page-container-inner .sidebar{flex-basis:400px;flex-grow:0;flex-shrink:0;padding-top:18px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar{flex-basis:253px;padding-top:3px}}@media (max-width: 767px){#page-container .page-container-inner .sidebar{width:100%}}#page-container .page-container-inner .sidebar #menu-practice-areas-sb-spanish,#page-container .page-container-inner .sidebar #menu-all-practice-areas-spanish,#page-container .page-container-inner .sidebar #menu-practice-areas-sb.menu{display:flex;flex-direction:column !important;background-color:transparent}#page-container .page-container-inner .sidebar .contact-us{margin-bottom:30px}@media (max-width: 767px){#page-container .page-container-inner .sidebar .contact-us{display:none}}#page-container .page-container-inner .sidebar .contact-us .top{padding:96px 40px 98px 40px;background-color:var(--primaryColor)}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .contact-us .top{padding:33px 30px 39px 30px}}#page-container .page-container-inner .sidebar .contact-us .top h3{font-family:var(--robotoSlab);font-weight:var(--bold);font-size:40px;line-height:64px;color:#fff;letter-spacing:0px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .contact-us .top h3{font-size:24px;line-height:35px}}#page-container .page-container-inner .sidebar .contact-us .top h3 span{color:var(--secondaryColor);display:block}#page-container .page-container-inner .sidebar .contact-us .bottom{background-color:var(--tertiaryColor);padding:50px 40px 75px 40px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .contact-us .bottom{padding:38px 30px 40px 30px}}#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number{margin-bottom:53px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number{margin-bottom:23px}}#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number .phone-title{font-family:var(--robotoSlab);font-size:36px;font-weight:var(--bold);color:var(--primaryColor);text-transform:capitalize;line-height:48px;margin-bottom:18px;font-size:24px;line-height:32px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number .phone-title{margin-bottom:9px}}#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number a{font-family:var(--roboto);font-weight:var(--medium);font-size:24px;line-height:32px;color:var(--text);display:inline-block;transition:color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98)}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number a{font-size:18px;line-height:32px}}#page-container .page-container-inner .sidebar .contact-us .bottom .phone-number a:hover{color:var(--secondaryColor)}#page-container .page-container-inner .sidebar .widget{padding:50px 40px 50px 40px;background-color:var(--tertiaryColor);margin-bottom:30px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .widget{padding:39px 30px 30px 30px}}@media (max-width: 767px){#page-container .page-container-inner .sidebar .widget{padding:39px 20px 20px 20px}}#page-container .page-container-inner .sidebar .widget .widgettitle{font-family:var(--robotoSlab);font-weight:var(--bold);font-size:36px;text-transform:capitalize;line-height:48px;color:var(--primaryColor);margin-bottom:22px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .widget .widgettitle{font-size:21px;line-height:28px;margin-bottom:12px}}@media (max-width: 767px){#page-container .page-container-inner .sidebar .widget .widgettitle{font-size:25px}}#page-container .page-container-inner .sidebar .widget ul{justify-content:start;flex-flow:column}#page-container .page-container-inner .sidebar .widget ul li{padding-left:0px}#page-container .page-container-inner .sidebar .widget ul li a{font-family:var(--roboto);font-size:24px;font-weight:var(--medium);color:var(--text);padding:30px 0px;display:block;border-bottom:1px solid rgba(107,121,151,0.3);transition:color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);line-height:36px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .widget ul li a{font-size:16px;line-height:20px;padding:25px 0px}}#page-container .page-container-inner .sidebar .widget ul li a:hover{color:var(--secondaryColor)}#page-container .page-container-inner .sidebar .widget ul li:last-child a{border:none}#page-container .page-container-inner .sidebar .gform_wrapper{top:150px;background-color:var(--primaryColor);padding:42px 40px 40px 40px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .gform_wrapper{padding:34px 30px 45px 30px;top:110px}}@media (max-width: 767px){#page-container .page-container-inner .sidebar .gform_wrapper{display:none}}#page-container .page-container-inner .sidebar .gform_wrapper .gform_description{font-family:var(--robotoSlab);font-size:40px;line-height:48px;font-weight:var(--bold);color:#fff;margin-bottom:36px !important}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .gform_wrapper .gform_description{font-size:24px;line-height:40px}}#page-container .page-container-inner .sidebar .gform_wrapper .gform_body li{margin-bottom:20px}#page-container .page-container-inner .sidebar .gform_wrapper .gform_body li .gfield_label{display:none}#page-container .page-container-inner .sidebar .gform_wrapper .gform_body li input{height:80px;border:none;background-color:#fff;width:100%;padding:0px 30px;font-family:var(--roboto);font-weight:var(--bold);font-size:16px;line-height:19px;color:var(--text)}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .gform_wrapper .gform_body li input{height:65px;padding:0px 20px}}#page-container .page-container-inner .sidebar .gform_wrapper .gform_body li textarea{height:150px;width:100%;border:none;font-family:var(--roboto);font-weight:var(--bold);font-size:16px;line-height:19px;color:var(--text);padding:30px 30px 30px 30px}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .gform_wrapper .gform_body li textarea{padding:24px 20px 30px 20px}}#page-container .page-container-inner .sidebar .gform_wrapper .gform_footer .gform_button{width:100%;height:65px;background-color:var(--secondaryColor);border:none;text-align:center;line-height:65px;font-family:var(--roboto);font-size:20px;line-height:24px;text-transform:uppercase;color:#fff;font-weight:var(--bold);letter-spacing:2px;cursor:pointer;transition:color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98),background-color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98)}@media (max-width: 1180px){#page-container .page-container-inner .sidebar .gform_wrapper .gform_footer .gform_button{font-size:18px}}#page-container .page-container-inner .sidebar .gform_wrapper .gform_footer .gform_button:hover{color:var(--primaryColor);background-color:var(--tertiaryColor)}.error404 #page-container .main-content{text-align:center}.error404 #page-container .main-content .warning{font-family:"Roboto Slab", serif;font-size:50px;line-height:65px;font-weight:700;color:var(--primaryColor);margin-bottom:4px;margin-bottom:20px;text-transform:uppercase}.error404 #page-container .main-content a{font-weight:var(--bold)}
/*# sourceMappingURL=template-default.css.map */.widget_lawrank_office_locations {
  max-width: 100%;
}
.widget_lawrank_office_locations__item {
  font-family: var(--lato);
  color: rgba(var(--text), 1);
  font-size: 1.8rem;
  line-height: 2.8rem;
  border-bottom: solid 1px rgba(var(--lightGrey), 1);
}
.widget_lawrank_office_locations__item p {
  margin-bottom: 20px;
}
.widget_lawrank_office_locations__item a {
  color: rgba(var(--secondaryColor), 1);
}
.widget_lawrank_office_locations__item .heading {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_lawrank_office_locations__item .heading .name {
  font-family: var(--lora);
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 0;
  font-weight: bold;
}
.widget_lawrank_office_locations__item .heading .icon {
  margin-left: 20px;
}
.widget_lawrank_office_locations__item .heading .icon svg circle {
  fill: rgba(var(--secondaryColor), 1);
}
.widget_lawrank_office_locations__item .heading .icon svg path {
  fill: white;
}
.widget_lawrank_office_locations__item .heading .icon.hide {
  display: none;
}
.widget_lawrank_office_locations__item .info {
  display: none;
}
.widget_lawrank_office_locations__item .info .address a {
  color: rgba(var(--text), 1);
}
.widget_lawrank_office_locations__item .info .map {
  height: 250px;
  position: relative;
  margin: 20px 0 30px;
}
.widget_lawrank_office_locations__item .info .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget_lawrank_office_locations__item.open .heading .icon.show {
  display: none;
}
.widget_lawrank_office_locations__item.open .heading .icon.hide {
  display: block;
}
.widget_lawrank_office_locations__item.open .info {
  display: block;
}
.widget_lawrank_office_locations__item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}/*# sourceMappingURL=widget-office-locations.css.map *//** Positioning CSS **/
#callnowbutton {
    display: none;
}

@media screen and (max-width:650px) {
    #callnowbutton:not(.cnb-displaymode),
    #callnowbutton.cnb-displaymode-mobile-only {
        display: block;
        position: fixed;
        text-decoration: none;
    }
    #callnowbutton.cnb-full.cnb-displaymode-mobile-only {
        display: flex;
    }
}

@media screen and (min-width:650px) {
    #callnowbutton.cnb-displaymode-desktop-only {
        display: block;
        position: fixed;
        text-decoration: none;
    }
    #callnowbutton.cnb-full.cnb-displaymode-desktop-only {
        display: flex;
    }
}
@media screen {
    #callnowbutton.cnb-displaymode-always {
        display: block;
        position: fixed;
        text-decoration: none;
    }
    #callnowbutton.cnb-full.cnb-displaymode-always {
        display: flex;
    }
}

/** Layout CSS **/
#callnowbutton.cnb-full {
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
    left: 0;
    height: 60px;
}

.cnb-full.cnb-full-bottom {
    bottom: 0;
}

.cnb-full.cnb-full-top {
    top: 0;
}

#callnowbutton.cnb-single {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size:35px 35px;
    background-repeat: no-repeat;
}

.cnb-single.cnb-middle {
    bottom: 15px;
    left: 50%;
    margin-left: -28px;
}

.cnb-single.cnb-left {
    bottom: 15px;
    left: 20px;
}

.cnb-single.cnb-right {
    bottom: 15px;
    right: 20px;
}

.cnb-single.cnb-mleft {
    top: 50%;
    margin-top: -28px;
    left: 20px;
}

.cnb-single.cnb-mright {
    top: 50%;
    margin-top: -28px;
    right: 20px;
}

.cnb-single.cnb-tleft {
    top: 15px;
    left: 20px;
}

.cnb-single.cnb-tmiddle {
    top: 15px;
    left: 50%;
    margin-left: -28px;
}

.cnb-single.cnb-tright {
    top: 15px;
    right: 20px;
}

/* Don't show a label with top and bottom middle positions */
#callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
    display: none;
}

.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
    left: 68px;
}

.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
    right: 68px;
}

.cnb-single.cnb-text span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: auto;
    background-color: rgba(70,70,70,.9);
    position: absolute;
    border-radius: 2px;
    font-family: helvetica,arial,sans-serif;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #ECECEC;
    top: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
    display: none;
}
.cnb-full.cnb-text {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    white-space: nowrap;
}

.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
  transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
  transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
  transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
  transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
  transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
  transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
  transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
  font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
  font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
  font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
  font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
  font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
  font-size: 130%;
}

.cnb-zindex-10 {
  z-index: 2147483647;
}
.cnb-zindex-9 {
  z-index: 214748365;
}
.cnb-zindex-8 {
  z-index: 21474836;
}
.cnb-zindex-7 {
  z-index: 2147484;
}
.cnb-zindex-6 {
  z-index: 214748;
}
.cnb-zindex-5 {
  z-index: 21475;
}
.cnb-zindex-4 {
  z-index: 2147;
}
.cnb-zindex-3 {
  z-index: 215;
}
.cnb-zindex-2 {
  z-index: 21;
}
.cnb-zindex-1 {
  z-index: 2;
}
