
/* Font Awesome 5 Free */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-brands-400.eot");
  src: url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style:normal!important }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-regular-400.eot");
  src: url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-solid-900.eot");
  src: url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/SumwaltAnderson-theme/assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal!important;
  display:inline-block; }

  .fa-paper-plane:before {
  content: "\f1d8"; }

  .fa-phone:before {
  content: "\f095"; }
  .fa-map-marker-alt:before {
  content: "\f3c5"; }
  .fa-map-marker:before {
  content: "\f041"; }
  .fa-user:before {
    content:"\f007";
  }
  .fa-check:before {
    content:"\f00c";
  }
  .fa-envelope:before {
    content:"\f0e0";
  }
  .fa-file-pdf {
    content:"\f1c1";
  }
  .fa-facebook-f:before {
    content: "\f39e"; 
    }
.fa-instagram:before {
    content: "\f16d"; }
.fa-twitter:before {
  content: "\f099"; }
  .fa-linkedin:before {
  content: "\f08c"; }
.fa-youtube:before {
  content: "\f167"; }

.fa-comments:before {
    content:"\f086";

}

/* ============== LANDING PAGE =============== */

.landing-page-template {
    .inner_content_sec {
        padding:120px 0 0;
    }
    .header{
    /* first half = #243547, second half = transparent (or any other color) */
    background:linear-gradient(
        to bottom,
        #243547 0%,
        #243547 50%,
        transparent 50%,
        transparent 100%
        );
    }
/* === HEADER  TOP BAR === */
    /* inside .landing-page-template { … } */

    .lp-top-bar .row {
        max-width:1500px;
        margin-left:auto;
        margin-right:auto;
        width:100%;
        align-items: flex-start;
    }
    .top_phone .top_bar {
        margin-top:1.5%;
    }
    .top_phone {
        background:#1c0e2d; /* Royal Blue */
        /* give the black bar the height you want showing
           (roughly half the logo). 60-70 px works for most logos. */
        height:190px;
    }

    /* === overwrite the old rule (or just delete it) === */
    .logo-container{
        position:relative;  /* <-- back in the normal flow */
        top:auto;
        left:auto;
        width:auto;
        z-index:2;          /* keep it above the blue bar & hero */
        /* lift the logo upward so it sits half-on / half-off the bar */
        /* margin-top:-166px;   /* 95 px = ½ of the 190 px blue bar */
    }

    .lp-headline {
        width:auto;
        margin-left: 6%;
        margin-top:24px;
    }
    .lp-tagline {
        font-weight: 600;
        letter-spacing: 3px;
        padding: 0 10px;
        color:#fff;
        background-color: #0073AA;
        border-radius: 2px;
      }
    .lp-cta{
        display:flex;          /* puts icon + text on one line */
        align-items:center;    /* vertically centers them   */
        gap:2rem; 
        margin-left: auto;
        padding-right:15px; 
        margin-top:24px;       
    }

    .lp-cta-icon{ flex:0 0 auto; }   /* icon keeps its natural width  */
    .lp-cta-text{ flex:1 1 auto; }   /* text can grow / shrink        */



    .lp-cta-icon .fas {
        font-size: 48px;
        border: 1px solid #fff;
        padding: 16px;
        border-radius: 50px;
        color: #fff;
    }
    .lp-top-bar .phone_btn {
        background-color: #946932; /* dark gold for btns */
        padding: 8px 8px 0 8px;
        text-align: center;
        z-index: 1500;
      }
    .lp-top-bar {
        text-align: center;
        color: #fff;
        position: absolute;
        z-index: 5;
        width:100%;
    }
    .col-12 {
        position: relative;
    }
    .lp-logo .container-fluid {
        width:auto;
    }
    .top_phone p {
        margin-bottom: 0;
        font-weight: 800;
        letter-spacing: 2px;
      }
    p.large {
        font-size: 24px;
        font-family: 'Prata', 'serif';
    }
    .black-bkgd {
        background-color: #000;
    }

/* END HEADER */

/* === HERO === */
    main {

        .inner_content_sec .container {
            width: 1500px;
        }
        .inner_content_sec .container .row {
            display:flex;
            flex-direction: column;
        }
        .hero .container .row {
            flex-direction: row;
        }
        .hero {
            padding-bottom: 64px;
        }

        .form-col {
            margin-left:32px;
            padding:32px 40px 28px;
            background-color:#243547; /* blue/gray - dark */
            border-radius: 4px;
        }
        .left-col{
            display:flex;
            flex-direction:column;   /* stack items top-to-bottom */
            justify-content:flex-end;/* push the stack to the bottom edge */
        }

        h1 {
            margin-bottom: 0;
        }
        p, h1 {
            color:#1C0E2D; /* brown */
        }
        .lp-subhead {
            font-size:28px;
            font-style: italic;
            color:#B28852;
            margin-top:8px;
            margin-bottom:8px;
        }
        .divider-gradient {
            background-image: linear-gradient(90deg,#0073AA 0,#0073AA 21.025641025641026%,#fff0 100%);
            background-size: auto;
            background-position: 0 0;
            background-repeat: repeat;
            background-attachment: scroll;
            background-blend-mode: normal;
            width: 80%;
            height: 3px;
            max-height: 3px;
            margin-top: 0;
            margin-bottom: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
          }
          .hero-logos {
            display:flex;
            justify-content: flex-end;
          }
          .hero-logos img {
            max-width: 150px;
            object-fit: contain;
            height:125px;
            margin:0!important;
          }
          .form-heading {
            color:white;
            font-family: 'Prata', serif;
            font-size: 3rem;
            text-align: center;
            margin-bottom:0;
            line-height: 3.3rem;
          }
          .form-subhead {
            font-size:1.5rem;
            text-transform: uppercase;
            color: #B28852;
            text-align: center;
            font-weight: 800;
            letter-spacing: 2;
          }
          .wsf-form label.wsf-label {
              color: #F9F9F9;
              font-family: 'Gilroy-Light', sans-serif;
              font-size: 16px;
              margin-bottom: var(--wsf-field-label-gap);
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
          }
          .wsf-form input[type="text"].wsf-field {
            background-color: #F9F9F9;
          }
          .wsf-form .wsf-help {
              background-color: var(--wsf-field-help-color-background);
              color: #F9f9f9;
          }
          .wsf-form button.wsf-button.wsf-button-primary {
            background-color: #0073AA;
            font-weight: 800;
            letter-spacing: 1px;
            font-size:22px;
          }
        .lp-logo-divider{
            position:relative;          /* create a positioning context   */
            left:50%;                   /* move the element’s anchor to the centre */
            right:50%;
            width:100vw;                /* always the full viewport width */
            margin-left:-50vw;          /* pull it back so the centre aligns */
            margin-right:-50vw;
            background:#B28852;
        }
        .logo_sec_container {
            padding: 24px 0;
        }
        .logos-ul-cont {
            max-width:1500px;
            margin: 0 auto;
          }

          /* Case Examples */
        section.case-examples .row.cases {
            flex-direction: row;
            align-items: center ;
        }

        .case-examples {
            position:relative;          /* create a positioning context   */
            left:50%;                   /* move the element’s anchor to the centre */
            right:50%;
            width:100vw;                /* always the full viewport width */
            margin-left:-50vw;          /* pull it back so the centre aligns */
            margin-right:-50vw;
            background:#243547;
        }
        .row.cases {
            max-width:1500px;
            margin: 0 auto;
            text-align: center;
          }
          .owl-wrapper {
              width: 100%;
              margin: 0 auto;
            }
          .owl-stage-outer {
            padding-top:36px;
          }
        .case-amount-won {
          font-family: 'Prata',serif;
          display: inline-flex;
          align-items: flex-start;
          color: #B28852;
          margin-bottom: 24px;
          margin-top: 24px;
        }
        .amount-prepend {
          font-size: 2.25rem;
          margin-right: .1em;
          margin-top: -15px;
        }
        .amount-value    { font-size: 6rem; line-height: .8; }
        .amount-append   { font-size: 2.25rem; margin-left: .15em; text-transform: uppercase; }


        .x-large-text {
          font-family: 'Gilroy-light', san serif;
          font-size: 4rem;
          line-height: 3.8rem;
          font-weight: 800;
          color: #B28852; /* Dark Gold */
        }
        .case-description {
          text-align: left;
          color: #F6F0E9;
          line-height: 1.75;
          font-size: 1.75rem;
        }
        .owl-nav {
            color: #B28852;
            font-size:4rem;
        }
        .owl-carousel.owl-loaded {
          display: block;
          padding: 72px 0;
        }

        .btn.call-today-btn {
            background: #0073AA;
            border-radius: 2px;
            margin-bottom: 0;
        }
        .btn.call-today-btn:hover {
            background: #1C0E2D;
        }        
        p.call-subtext {
          color: #F6F0E9;
          line-height: 1.5;
          margin-top: 24px;
        }
        section.attorney-bios {
            padding: 64px 0;

        }
        .heading h2 {
            font-family: 'Prata', serif;
            font-size: clamp(1.25rem, 0.9773rem + 1.3636vw, 2rem);
            color: #1C0E2D;
            text-transform: unset;
        }
         .bio-grid{
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
            gap:2rem;
            margin-top:2rem;
          }

          .bio-card{
            background:#F9F9F9;
            border:1px solid #ddd;
            border-radius:2px;
            padding:20px;
            display:flex;
            flex-direction:column;
            height:100%;
            text-align:center;
          }

          .bio-card img{
            width:100%;
            height:436px;
            object-fit:cover;
            border-radius:2px;
            margin-bottom:3rem;
          }

          .bio-btn{
            margin-top:auto;      /* pushes button to bottom */
            margin-bottom:40px;   /* 40 px gap from card bottom */
            align-self:center;
            background:#0073AA;
            color:#fff;
            padding:10px 24px;
            border-radius:2px;
            text-decoration:none;
          }
          .bio-btn:hover{background:#005f8c;}

            /* ===== Workers-Comp Benefits Layout ===== */

            .wc-benefits {
              position: relative;
              left: 50%;
              right: 50%;
              width: 100vw;
              margin-left: -50vw;
              margin-right: -50vw;
              background: #1C0E2D;
              padding: 102px 0;
              color: #fff!important;
            }
            .wc-benefits .container {
                max-width:1024px;
                margin: 0 auto;
            }

            .wc-benefits h2, .wc-benefits h3, .wc-benefits p {
                color:#fff;
            }
            .wc-benefits h4 {
                font-weight: 800;
                color:#B28852;
            }

            .wc-row{
              display:flex;
              flex-wrap:wrap;
              padding:24px 5%;
              border-bottom:1px solid #e2e2e2;
              align-items: center;
            }

            .wc-row:last-child{border-bottom:none;}

            .wc-col-left{
              flex:0 0 40%;
              max-width:40%;
              font-weight:700;
              font-size:1.1rem;
              line-height:1.4;
              padding-right:2rem;
            }

            .wc-col-right{
              flex:0 0 60%;
              max-width:60%;
            }

            .wc-col-right ul{
              margin:0;
              padding-left:1.1rem;   /* standard bullet indent */
            }

            .wc-col-right li{
              margin-bottom:0.35rem;
            }

            .wc-benefits ul li {
                list-style: disc;
            }
            h5 {
                font-family: 'Prata', serif;
                font-weight: 800;
                font-size:2rem;
                color:#243547;
                margin-bottom:8px;
            }
            .benefits-cta-box {
                background-color: #F6F0E9;
                padding: 32px;
                margin: 64px auto 0;
                border: 2px solid #B28852;
                border-radius: 2px;
                text-align:center;
            }
            .benefits-cta-box p {
              color: #243547;
              line-height: 1.5;
              margin: 24px 0;
            }

            /* ----- Responsive: stack on narrow screens ----- */
            @media (max-width:992px){
              .wc-col-left,
              .wc-col-right{
                flex:0 0 100%;
                max-width:100%;
              }
              .wc-col-left{margin-bottom:0.5rem;}
            }





        }
        p {
            font-family: 'Gilroy-Light', sans-serif;
        }




/* =============== RESPONSIVE LANDING PAGE =========================*/

        @media (max-width: 1024px){
            .hide-1024px{
                display: none;
            }
            .col-md-6 {
                flex:0 0 100%;
                max-width: 100%;
            }
            .top_phone .container-fluid {
                padding:0;
            }
            .top_phone .top_bar {
                margin-top: 1.5%;
                max-width: 100%;
                position: relative;

            }
            .lp-logo {
                max-width: 18%;
            }
            .lp-cta {
                display:block;
                margin: 30px auto;
            }
            .hero .col-md-6 {
                text-align: center;
            }
            main {
                max-width: 100vw;
            }
            .inner_content_sec .container {
              width: 100%!important;
            }
            main .divider-gradient {
              width: 50%;
              margin-right: auto;
              margin-left: auto;
            }
            .left-col p {
                max-width: 65%;
                margin: 0 auto 40px;            
            }
            .hero-logos .col-md-6 {
                flex: 0 0 50%;
                max-width: 50%;
            }
            .hero-logos {
              margin-bottom: 5%;
            }
            main .form-col {
                margin-left: 0;
            }
            main .logo_sec_container {
              padding: 24px 15px;
            }
            .logos-ul-cont {
                max-width: 100%;
            }
            .logos-ul-cont ul li {
                width:17%;
                text-align: center;
            }
            .logos-ul-cont ul li img {
                max-height: 100px;
            }
            .case-examples {
                padding-top:64px;
            }

        }
        @media (max-width: 768px){
            .top_phone {
                height: 190px;
                padding-top: 90px;
                position: relative;
                top:0;
              }

        }

        @media (max-width: 600px) {
            .top_phone{
                padding-top:15px;
                height:auto;
            }
            .top_phone .top_bar {
                margin-top: 0;
                height:auto;
                display:block;
            }
            .top_phone .top_bar row {

            }
            .lp-logo {

            }
            .lp-headline {
                display:none;

            }
            .lp-cta {
                display:flex;
            }
            .lp-cta-text.hide-1024px {
                display:block;
            }

            .inner_content_sec {
                padding: 72px 0 0;
            }
            h1 {
                font-size: 5rem;
            }
            section.attorney-bios {
              padding: 64px 15px;
            }

        }

        @media (max-width: 428px) {

            .lp-cta-icon {
                display:none;
            }
            .top_phone {
                padding: 15px;
            }
            .top_phone .container-fluid .row {
                margin:0;
                align-items: center;
            }
            main .divider-gradient {
              width: 97%;
              margin-right: auto;
              margin-left: auto;
            }
            .left-col p {
                margin: 32px auto 24px;
                line-height: 38px;
                max-width: 95%;
            }
            main section.attorney-bios {
              padding: 64px 15px;
            }
            main .form-col {
              margin-left: 0px;
              padding: 40px 15px 8px;
            }
        }

        @media (max-width: 375px) {
            main .container {
                max-width: 375px;
            }

            .lp-cta-icon {
                display:none;
            }
            .top_phone {
                padding: 15px;
            }
            .top_phone .container-fluid .row {
                margin:0;
                align-items: center;
            }
            main .divider-gradient {
              width: 97%;
              margin-right: auto;
              margin-left: auto;
            }
            .left-col p {
                margin: 32px auto 24px;
                line-height: 38px;
                max-width: 95%;
            }
            main section.attorney-bios {
              padding: 64px 15px;
            }
            main .form-col {
              margin-left: 0px;
              padding: 40px 15px 8px;
            }
        }





}

@media (max-width: 1024px) {
    .footer .col-lg-6 {
        align-content: center;
    }
}




/***** FLOATING ICON + OVERLAY STYLES *****/

/* Container that holds the icon + form */
.chat-overlay {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999; /* Ensure it sits above other elements */
}

/* The chat icon itself */
#chat-icon {
  font-size: 2rem;       /* Adjust icon size as needed */
  background: #0073aa;   /* WP-ish blue, or match your brand */
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 0.75rem 0.8rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* The hidden form container */
#chat-form-container {
  position: absolute; 
  bottom: 70px;   /* So it slides/fades in just above the icon */
  right: 0;
  background: #fff;
  width: clamp(23.125rem, 13.75rem + 40vw, 43.75rem); 
  max-width: 95vw;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  padding: 1rem;
}

/* The close button (X) in the form */
#chat-form-close {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

#chat-form-container p {
    margin-bottom:9px;
    line-height: 1.5;
}
#chat-form-container h3 {
    margin-bottom:12px;
    line-height: 1;
    font-weight: 600;
}

/* ================ Workers' comp lawyer in Greensboro page ================ */

/* 1) .workers_sec background image  */
.page-id-21060 .workers_sec {
  position: relative; /* required for overlay pseudo-element */
  color: #fff; /* text color so it stands out on dark overlay */
  /* Set background to the image you specified */
  background: url("/wp-content/uploads/2024/11/workers-comp-lawyer-greensboro-header1.jpg")
              center center / cover no-repeat;
}

.page-id-21060 .inner_content_sec {
    padding:62px 0;
}

.page-id-21060 .workerscomp-sections .row.mb-5:nth-of-type(odd) {
  background-color:#f9f9f9;
  padding:48px 24px 24px!important;
  box-shadow:0 1px 5px rgba(0,0,0,0.1);
}
.page-id-21060 h1 {
    font-size: 2.75rem;
}
.page-id-21060 .inner_content .workerscomp-sections .heading h2 {
    font-size: 2.5rem;
  text-transform: unset;
  font-weight: 600;
  font-family: 'Prata', serif;
  letter-spacing: unset;
  margin-bottom:16px;
  padding-bottom: 0px;
}
.center h2, p.center, .center {
    text-align: center!important;
    width:100%;
}
.page-id-21060 .inner_content .workerscomp-sections .heading h2:before {
    display:none;
} 
.page-id-21060 .inner_content .workerscomp-sections p {
    margin-bottom:16px;
}
/* 
  Make the two .col-md-6 columns in the #why-choose-sumwalt-anderson section equal height.
  Distribute content vertically so the top item is at the top and bottom item is at the bottom.
*/

/* Ensure the row itself is displayed as flex and stretches both columns equally */
#why-choose-sumwalt-anderson.row.mb-5 {
  display: flex;
  align-items: stretch;    /* Makes columns match in height */
  flex-wrap: wrap;        /* Allows columns to wrap on smaller screens */
}

/* Each .col-md-6 becomes a vertical flex container, distributing content with space-between */
#why-choose-sumwalt-anderson.row.mb-5 > .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Pushes items to top and bottom */
}

.page-id-21060 .blockquote {
font-size: 1.75rem;
  border-left: 6px solid #956a33;
  padding-left: 40px;
  font-family: 'Prata',serif;
  line-height: 3rem;
  color: #956a33;
  margin-bottom: 6rem;
  margin-top: 6rem;
  margin-left: 28px;
}

.page-id-21060 .inner_content .workerscomp-sections p:last-of-type {
    margin-bottom:0;
} 
.workerscomp-sections .heading {
    margin-bottom:0px;
}
.page-id-21060 p.subhead {
    font-weight: 600;
    font-size: 22px;
    font-style:italic ;
}
.page-id-21060 .workers_sec .row {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}
 .page-id-21060 .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 52%;
}
.row .black-bkgrnd  {
    background-color: #1c0e2d;
    padding: 32px;
}
.row .black-bkgrnd .col-md-4, .row .black-bkgrnd .col-md-8 {
    padding:0;
}
.row.black-bkgrnd .col-md-8:last-of-type{
    padding-left:32px!important;
}

.page-id-21060 .col-md-5 {
    padding-left:48px;
}
p.attorney-name {
    font-family: 'Prata',serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: unset;
  margin-bottom: 8px;
}

p.attorney-short-bio {
    font-size: 16px;
    line-height: unset;
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 14px;
}

.divider-gradient {
  background-image: linear-gradient(90deg,#b28852 0,#b28852 21.025641025641026%,rgba(255,0,0,0) 100%);
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-blend-mode: normal;
  width: 80%;
  height: 3px;
  max-height: 3px;
  margin-top: 0;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* 2) Semi-Transparent Overlay (via pseudo-element) */
.page-id-21060 .workers_sec::before {
  content: "";
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  background-color: rgba(0,0,0,0.75); /* adjust alpha for desired darkness */
  z-index: 0; /* behind content */
}

/* 3) Ensure container content is above overlay */
.page-id-21060 .workers_sec .container {
  position: relative;
  z-index: 1; 
  padding-bottom:40px;
}

/* 4) In case you need text to consistently appear in white */
.page-id-21060 .workers_sec h1,
.page-id-21060 .workers_sec h2,
.page-id-21060 .workers_sec h4,
.page-id-21060 .workers_sec p,
.page-id-21060 .workers_sec a,
.page-id-21060 .workers_sec div,
.page-id-21060 .workers_sec strong {
  color: #fff; 
}

.page-id-21060 .form-col {
  background-color: rgba(178, 136, 82, 0.7);
  padding: 32px;
  border: 6px solid #b28852;
}

#nc-employer-fraud {
    background-image: url(/wp-content/uploads/2025/03/workers-comp-fraud.jpg);
    position: relative;
}
#nc-employer-fraud::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.75);
  z-index: 0;
}
.page-id-21060 .form-heading {
    font-size: 1.5rem;
    font-weight: 800;
    color:#1c0e2d!important;
    margin-bottom:8px;
    text-align: center;
}
p.white {
    color:#fff!important;
    z-index: 2;
}
.white-text, .white-text h3 {
    color:#fff!important;
}
/* Container becomes a responsive grid */
.red-flag-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 36px; /* space between cards */
  margin-top:30px;
  z-index: 2;
}

/* White card styling */
.redflag-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Card headings */
.inner_content_sec .redflag-card h3.card-h3 {
  margin-top: 0!important;
  margin-bottom: 16px!important;
}

/* Paragraph spacing inside cards */
.redflag-card p {
  margin-bottom: 0;
  line-height: 1.5;
  z-index: 2;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 65%;
  margin: 16px auto 8px;
  background: #fff;
  padding: 48px;
  border-radius: 4px;
}

.step-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  width: auto;
  text-align: center;
  margin-right: 10px;
  background-color: #b28852;
  padding: 16px 8px 10px;
  border-radius: 100%;
  font-size: 32px;
  font-family: 'Prata',serif;
  line-height: 32px;
  height: auto;
}

.step-content {
  flex: 1;
}

.step-title {
  font-weight: bold;
  font-family: 'Prata', serif;
  font-size: 24px;
}

.col-md-8 .middle {
    margin: 0 auto;
}
ul.withbullets {
    padding-left:24px;
}
ul.withbullets li {
    list-style:disc;
}
p.source {
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}
.col-12.no-padding.flex {
    margin-top:24px;
}
.col-md-7.svg {
    flex: unset !important;
    max-width: unset !important;
}
.col-md-5.svg {
  padding: 0 0 0 24px!important;
  display: flex;
  align-items: ;
  max-width: unset;
  flex: 0 0 65%;
}

.svg-placeholder {
    margin-top:36px;
}

/* Pie chart css*/
.pie-chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pie-chart {
  width: 100%;
  max-width: 200px; /* Optional: limits the size on larger screens */
  aspect-ratio: 1 / 1; /* Ensures height equals width */
  border-radius: 50%;
  background: conic-gradient(#B28852 0% 80%, #F6F0E9 80% 100%);
}

.pie-chart-label {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

p.pie-chart-label {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
}

.margintop-48 {
    margin-top:48px!important;
}
.margintop-36 {
    margin-top: 36px;
}
.margintop-88 {
    margin-top:88px;
}
.marginauto {
    margin:0 auto;
}
.col-12.no-padding{
    padding-left:0!important;
    padding-right:0!important;
    justify-content: space-between;
}
.flex {
    display:flex!important;
}
.col-12.svg {
    background:#243547;
    padding:64px 32px;
    margin-top:36px;
}
h2.center.w-subhead {
    font-size:2.5rem!important;
    margin-bottom:8px;
}
.row.mb-8.alignitemsctr {
    align-items: center;
}

.page-id-21060 h3 {
    margin-bottom: 8px;
    font-style: italic;
}

/* Adjust the WS Form fields as necessary */
#chat-form-container .ws-form-container {
  /* Your form styling overrides here */
}
.grecaptcha-badge {
    display:none!important;
  /* ---------- layout ----------*/
}

/* sidebar changes */
.team_box a {
    color:#205493;
}
.home .team_box a {
    color:#ffe4c2;
}

.map_sec {
    margin-top: 104px;
}
.map_sec .heading h2 {
    margin-top:36px;
    margin-bottom:0!important;
}
.map_sec .heading h3 {
    text-transform: none;
    margin-bottom: 24px;
}
.map_sec .row {
    width:100%!important;
}
.map_sec .location-details {
    padding-left:54px;
    color:#fff;
}
.map_sec .location-details h4{
    margin-bottom: 0;
    font-weight: 600;
}
.map_sec .location-details h5 {
    font-style: italic;
    margin-bottom: 8px;
}
.map_sec .location-details {
    .divider-gradient {
        margin-bottom:36px;
    }
    .btn {
        display:block;
        width:230px;
        margin-bottom:24px;
    }
}

/* mobile phone */
@media (max-width:500px) {

.black-bkgrnd .col-md-4 {
    margin-bottom: 16px!important;
}

.page-id-21060 .col-md-7, .page-id-21060 .col-md-2, .col-md-7.svg, .col-12.flex  {
    flex:unset;
    max-width: 100%;
    width:100%;
    display:block!important;
    padding-right: 0;
    padding-left:0;
}

#nc-employer-fraud {
    padding: 36px 16px!important;
    text-align: center;
}
.page-id-21060 .workerscomp-sections .row.mb-5:nth-of-type(2n+1) {
    padding-left: 0!important;
    padding-right: 0!important;
}
.page-id-21060 h1, .page-id-21060 p.subhead {
    text-align: center;
}

span.hide-on-mobile {
    display:none;
}

  .red-flag-grid {
    grid-template-columns: 1fr;
  }
.step-item {
  display: block;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}
.step-number {
  width: 75px;
  margin-right: unset;
  border-radius: 50%;
  line-height: 45px;
  height: 75px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:16px!important;
}
.mobile-center {
    text-align: center;
}
.col-md-5.svg {
    margin-top:24px;
}
.col-12.svg {
  padding: 64px 16px;
}

.col-md-8.marginauto.margintop-48.white-text {
    padding:0!important;
}
.margintop-88 {
  margin-top: 56px;
}

.pie-chart-label {
    margin-bottom: 24px!important;
}
p.center-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 36px!important;

}






}

*{ outline: none !important;}
html {position:relative; min-height:100%; font-size:16px;}
.wrapper {width: 100%;height: 100%;}
html body{font-family: 'Gilroy-Light';line-height: normal;font-size: 18px;color: #000000;}
main{overflow: hidden;}
.clear{clear:both; font-size:0px;line-height:0px;}
.container{max-width: 1530px; width: 100%; margin: auto; padding: 0 15px;}
.container-fluid{padding: 0 70px;}
.clearfix::after, .contact_form:after {content: "";clear: both;display: table;}
ul{margin: 0;padding: 0;}
ul li{list-style: none;}
a, a:hover{text-decoration: none;}
a:hover{}
a{-webkit-transition: ease-out 0.3s;-moz-transition: ease-out 0.3s;-o-transition: ease-out 0.3s;transition: ease-out 0.3s;}
p, ul li{line-height: 2;letter-spacing: 0.25px;}
p{margin-bottom: 40px;}
ul li{line-height: 1.7;}
.backbgbox{background-size: cover;background-repeat: no-repeat;background-position: top;}
.backbg{display: none !important;}
h1, h2, h3, h4, h5, h6{margin-bottom: clamp(0.5rem, 0.1563rem + 1.7188vw, 1.875rem);line-height: 1.3;}
h1{font-family: 'Prata', serif;font-size: 4.5rem;font-weight: 400;}/* 72 */
h2{font-family: 'Prata', serif;font-size: 2.5rem;font-weight: 400;text-wrap: balance}/* 72 */
h3{}/* 24 */
h4{}/* 24 */
h5{font-size: 18px;}/* 18 */
h6{}
img{object-fit: cover;max-width: 100%;}
.padding-0{padding-left: 0; padding-right: 0;}
.margin-0{margin-left: 0; margin-right: 0;}
.btn, .contact_form input[type="submit"], .search-form input[type="submit"]{font-family: 'Gilroy-Light';height: 40px;line-height: 40px;font-size: 18px;letter-spacing: 2px;padding: 0 30px;text-align: center; border-radius: 0px; display: inline-block;text-decoration: none;border: none;}
.btn-primary, .search-form input[type="submit"], .contact_form input[type="submit"]{background: #946932;  color: #ffe4c2;position: relative;transition: 0.4s ease;}
.btn-primary:hover, .search-form input[type="submit"]:hover, .contact_form input[type="submit"]:hover{color: #ffe4c2; background: #b3864d;}
.btn:focus{box-shadow: none;}

/*----------- index.html ( Registration Page )----------------------*/
.client_review li:hover .btn-blue:after{width: 100%;}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Home Page */

/*===================================  HEADER-SET =====================================*/

@font-face {
  font-family: 'Gilroy-Light';
  src: url('../fonts/Gilroy-Light.eot');
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg'),
       url('../fonts/Gilroy-Light.ttf') format('truetype'),
       url('../fonts/Gilroy-Light.woff') format('woff'),
       url('../fonts/Gilroy-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg'),
       url('../fonts/Gilroy-Medium.ttf') format('truetype'),
       url('../fonts/Gilroy-Medium.woff') format('woff'),
       url('../fonts/Gilroy-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}






/*------- header ------*/
.header{z-index: 1111;position: relative;}
/*.logo{margin-left: 70px;}*/
.top_phone{text-align: right;background: #000000;padding: 11px 0;}
.top_phone a{font-family: 'Prata', serif;font-weight: 400; font-size: 38px;color: #ffffff;vertical-align: middle;}
.top_phone em{font-size: 15px;color: #dba865;letter-spacing: 2px;font-style: normal;vertical-align: middle;padding-right: 20px;}
.top_phone .top_bar {
  display: flex;
  justify-content: flex-end; /* Aligns child (nav) to the right */
  align-items: center; 
        /* Vertically center if you wish */
}
.top_bar li {
    position: relative;
}
 .top_bar #mainmenu .menu li .sub-menu {
    position: absolute;
    top: auto;
    right:0;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    max-width: 315px;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

 .top_bar #mainmenu .menu li:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background: black;
  }
.top_bar #mainmenu .menu li .sub-menu li a {
    color: #f2d3ab;
    padding: 15px;
    background: none;
    display: block;
    font-size: 18px;
    font-family: 'Prata',serif;
  }
.top_bar #mainmenu .menu > ul > li.megamenu > a::before  {
    display:none;
}
/* Hide the checkbox itself */
.has-toggle .submenu-toggle {
  display: none;
}

/* Hide sub-menu by default */
.has-toggle .sub-menu {
  display: none;
}

/* When checkbox is checked, show the sub-menu */
.has-toggle .submenu-toggle:checked ~ .sub-menu {
  display: block;
}

/*#mainmenu .menu > li{line-height: 108px;}*/
/*#mainmenu .menu > li:hover{background: #304260;}*/
.hm_logo{position: absolute;max-width: 230px;width: 100%;top: -102px;left: 0;background-color: #fff}
.main-menu-box{background: #b28852;padding: 40px 0 20px 0;}
#mainmenu .menu .contact-btn{margin-top: 30px;}
#mainmenu .menu .contact-btn a{font-family: 'Gilroy-Light';height: 40px;line-height: 40px;font-size: 18px;color: #ffe4c2;letter-spacing: 2px;text-transform: uppercase;background: #946932;display: block;padding: 0 15px;min-width: 190px;text-align: center;}
#mainmenu .menu .contact-btn a:hover{color: #ffe4c2;background: #000000;}
/**/
.search-box a{margin-top: 22px;display: block;position: relative;}
.search-box a:before{content: '';position: absolute;background: #946932;left: -25px;top: 6px;width: 1px;height: 26px;}
.search-form{opacity: 0;visibility: hidden;display: none; position: absolute;right: 0;top: 47px;max-width: 320px;width: 100%;background: #f2d3ab;padding: 15px;z-index: 1;}
.search-form.form-open{opacity: 1;visibility: visible;display: block;margin-top: 83px;}
.search-form input[type="search"]{width: 68%; background: #ffffff;padding: 0 15px;height: 40px;font-size: 16px;color: #000000;font-family: 'Gilroy-Light';border: none;float: left;}
.search-box .search-form input[type="submit"]{width:32%; float: left;padding: 0 10px;}
/*.search-form .collapse.show{position: absolute;right: 0;top: 30px;}*/
/**/
.sticky .header{position: fixed;left: 0; top: 0;width: 100%;animation: smoothScroll 1s forwards;}
.sticky .header .menu-box .logo{max-width: 120px;}
.sticky .header .top_phone a, .sticky .header #mainmenu .menu > li > a{}
/*.sticky.header .top_phone a{font-size: 40px;}*/
/*.sticky.header .hm_logo{display: none;}*/
.sticky_logo{display: none;}
.sticky .header .sticky_logo{display: block;max-width: 41px;width: 100%;}
.sticky .header .hm_logo, .sticky .header .top_phone, .sticky .header .search_contact li:last-child{display: none;}
.sticky .header .main-menu-box{padding: 10px 0;background: #000000;}
.sticky .header #mainmenu .menu{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.sticky #mainmenu .menu .contact-btn{margin-top: 0px;}
.sticky .header .search_contact{padding-left: 40px;}
.sticky .header #mainmenu .menu .contact-btn a:hover{color: #ffe4c2; background: #b3864d;}
.sticky .header #mainmenu .menu li .sub-menu{padding-top: 16px;}
@keyframes smoothScroll {
     0% {
         transform: translateY(-40px);
    }
     100% {
         transform: translateY(0px);
    }
}
/**/
.banner_img img{width: 100%;}
.example_case_text{background: #d7b383;padding: 50px 15px;position: relative;}
.example_img{width: 25%;position: absolute;top: -90px;left: 0;}
.example_img img{max-width: 100%;max-height: 100%;}
.example_text{padding-left: 25%;}
.example_text p a, .example_text p, .example_text p a:hover{line-height: 1.7;color: #000000;}
.example_text p{max-width: 680px;width: 100%;margin-bottom: 0px;}
.banner_left_box{background: #d7b383;}
.banner_right_box{background: #1c0e2d;padding: 120px 30px 30px 15px;}
.banner_right_text{max-width: 525px;width: 100%;}
.banner_right_text h2, .banner_right_text p{color: #ffffff;}
.banner_right_text p{font-size: 18px;line-height: 2.1;}
.banner_right_text h2{text-align: center;text-wrap:balance}
.banner_right_text h3{font-size: 18px;color: #d7b383;letter-spacing: 2px;text-align: center;padding-bottom: 40px;margin-bottom: 30px;position: relative;}
.banner_right_text h3:before{content: '';position: absolute;background: url(../images/divider2.png) no-repeat;width: 99%;height: 24px;bottom: 0;left: 0;right: 0;margin: auto;background-size: 100%;}


.mobile_case_text{display: none;}
/**/
.heading{text-align: center;margin-bottom: clamp(2.25rem, 1.25rem + 5vw, 5rem);}
.heading h1 {padding-bottom: 0;margin-bottom: clamp(0.75rem, 0.5682rem + 0.9091vw, 1.25rem);; position: relative;font-size: clamp(1.5rem, 1.0227rem + 2.3864vw, 2.8125rem);}
.heading h1:not(.home) {padding-bottom: clamp(0.75rem, 0.6173rem + 0.6633vw, 1.25rem);margin-bottom: 0px; position: relative;font-size: clamp(1.5rem, 1.0227rem + 2.3864vw, 2.8125rem);text-wrap:balance}
.heading h2{font-family: 'Gilroy-Light';text-wrap:balance;padding-bottom: 40px;margin-bottom: 20px; position: relative;font-size: clamp(1.25rem, 0.9773rem + 1.3636vw, 2rem);color: #b28852;letter-spacing: 2px;text-transform: uppercase;}

.heading h2::before{content: '';position: absolute;background: url(../images/divider.png) no-repeat;width: 369px;height: 24px;bottom: 0;left: 0;right: 0;margin: auto;background-size: 100%;}
.heading h3, .help_bottom_box h3 {font-family: 'Gilroy-Light';font-size: clamp(1.1875rem, 1.1193rem + 0.3409vw, 1.375rem);color: #b28852;letter-spacing: 2px;}
.divider, .tab_bottom_row .divider{background: #d3a972;margin-top: 30px;margin-bottom: 30px;display: block;width: 160px;height: 1px;text-align: left;}
/**/
.help_sec{padding-top: 100px;}
.help_sec_left{padding-right: 80px;padding-bottom: 150px;}
.help_sec_right{padding-left: 60px;position: relative;z-index: 1;}
.help_sec_right img{border: 15px solid #ffffff;}
.help_bottom{position: relative;margin-top: -150px;}
.help_bottom:before{content: '';position: absolute;background: url(../images/logo-mark1.png) no-repeat;width: 150px;height: 197px;left: -60px;top: 50%;transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
.help_bottom_box{padding-right: 20px;}
.help_bottom{background: #b28852;padding: 50px 0;}
.help_bottom_box p{font-family: 'Prata', serif;font-weight: 400;font-size: 1.25rem;color: #ffffff;margin-bottom: 20px;}
.help_bottom_box h3{color: #eccfac;margin-bottom: 0px;text-align: right;}
#gbo-box .col-md-7 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
#gbo-box {
    margin: 60px 0;
}
/**/
.tab_sec{background: #d7b383;padding-top: 100px;position: relative;}
.tab_sec:before{content: '';position: absolute;background: #1c0e2d;left: 0;bottom: 0;width: 100%;height: 300px;}
/*tab*/
.card{margin-bottom: 2px;}
.tab-container .nav-tabs .nav-link, .card h5 a, .card .card-header{font-size: 18px;color: #946932;text-transform: uppercase;letter-spacing: 2px; background: #ece0d1;min-width: 279px;text-align: center;padding: 11px 20px;border-radius: 0px;border: none;border-right: 3px solid #d7b383;}
@media(max-width:330px) {
    .tab-container .nav-tabs .nav-link, .card h5 a, .card .card-header {
        font-size: 17px;
        letter-spacing: .25px;
        line-height: 1.5em;
        text-wrap: nowrap;
        padding-left: 0;
        padding-right: 0;
      }
}


.card h5 a, .card .card-header{min-width: inherit;}
.card h5 a, .card .card-header{border: none;}
.tab-container .nav-tabs{border: none;}
.tab-container .tab-content .btn{max-width: 337px;width: 100%;}
.tab-container .nav-tabs .nav-link.active, .card.active h5 a, .card.active .card-header{background: #f6f0e9;color: #000000;}
@media(max-width:762px) {
    .tab-container .nav-tabs .nav-link.active, .card.active h5 a, .card.active .card-header{background: transparent;color: #000000;}
}
.tab-container .card-body{padding: 40px;background: #f6f0e9;}
.tab-container .card-body .alignright{margin-left: 50px;}
.tab_bottom_row{width: 100%;}
.tab_bottom_row .divider{background: #dbd5cd;margin-top: 60px;margin-bottom: 60px;}
.tab_bottom_row h3{font-family: 'Prata', serif;font-weight: 400;font-size: 2.25rem; color: #000000;margin-bottom: 20px;}
.g-boro-sec h2{font-family: 'Prata', serif;font-weight: 400;font-size: 2.25rem; color: #000000;margin-bottom: 20px;}
.g-boro-sec .heading {text-align: center}
.tab_bottom_row p{font-size: 16px;line-height: 1.95;letter-spacing: 0.25px;}
.nav-tabs, .show_mobile {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
/**/
.logo_sec{padding: 90px 0;position: relative;background: #1c0e2d;}
.logo_sec ul{margin: 0 -15px;}
.logo_sec ul li{padding: 0 15px;}
/**/
.client_sec{padding: 100px 0;position: relative;background: #f6f0e9;}
.client_sec:before, .custom_field_sec:before{content: '';position: absolute;background: url(../images/logo-mark2.png) no-repeat;width: 381px;height: 501px;left: 0px;top: 50%;transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
.client_sec .btn{max-width: 405px;width: 100%;margin-top: 80px;}
.client_text{padding-left: 93px;position: relative;}
.client_text h5{font-family: 'Gilroy-Medium';font-size: 1.375rem;letter-spacing: 0.25px;line-height: 2.2;margin-bottom: 0px;}
.client_text p{font-size: 16px;line-height: 30px;letter-spacing: 0.25px;}
.client_text p a{margin-left: 10px;}
/**/
.add-scroll {max-height: 410px; overflow-y: scroll;  z-index: 9;/*direction: rtl;*/ direction:ltr;}
.add-scroll::-webkit-scrollbar{width:8px; }
.add-scroll::-webkit-scrollbar-track{background:#eacaa0; border: 2px solid transparent;
    border-radius: 9px;
    background-clip: content-box;}
.add-scroll::-webkit-scrollbar-thumb{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9b713b+0,d6b383+52,9b713b+100 */
background: rgb(155,113,59); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,113,59,1) 0%, rgba(214,179,131,1) 52%, rgba(155,113,59,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,113,59,1) 0%,rgba(214,179,131,1) 52%,rgba(155,113,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,113,59,1) 0%,rgba(214,179,131,1) 52%,rgba(155,113,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b713b', endColorstr='#9b713b',GradientType=0 ); /* IE6-9 */
}
/*.add-scroll::-webkit-scrollbar-thumb:hover{background:#d5151b;}*/
/**/
.legal_team_sec, .location_legal_team_sec {padding: 100px 0;background: #000000;position: relative;}
.legal_team_sec .container, .location_legal_team_sec .container{position: relative;}
.team_box{max-width: 245px;width: 100%;margin: auto;position: relative;}
.team_box figure{height: 340px;margin-bottom: 4px;}
.team_box figure img{width: 100%;height: 100%;}
.team_box .btn{width: 100%;background: #593f1e;padding: 0 15px;}
.team_box .btn:hover{color: #ffe4c2; background: #b3864d;}
.team_box_4 .team_box figure{height: 384px;margin-bottom: 0px;}
.overlay{position: absolute; background: rgba(148,105,50,0.80);top: 0;left: 0;width: 100%;height: 100%;text-align: center;padding: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.overlay a{font-size: 18px;line-height: 30px;letter-spacing: 1px;color: #ffffff;}
.legal_team_sec h2 {font-size: 3.75rem;color: #ffffff;position: absolute;left: -76px;top: 358px;transform-origin: 0 0;transform: rotate(-90deg);z-index: 11;}
.location_legal_team_sec h2 {
  font-size: 3.75rem;
  color: #ffffff;
  transform: rotate(-90deg);
  max-width: 40px;
  height: 60px;
  margin-bottom: -400px !important;
}
/* Ensure the row uses flexbox and columns have equal height */
.location_legal_team_sec .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}

/* First Column: Make it a flex container */
.location_legal_team_sec .col-md-6.d-flex {
    display: flex;
}

/* H2 and Image Container */
.location_legal_team_sec .h2-image-container {
    display: flex;
    align-items: center;
    margin-left: auto; /* Push the container to the right */
}

/* Spacing between h2 and image */
.location_legal_team_sec .h2-spacing {
    margin-right: 16px; /* Exact 16px spacing */
    white-space: nowrap;
}

/* Image styling */
.location_legal_team_sec .location_team_box {
    height: 100%;
}

.location_legal_team_sec .location_team_box figure {
    height: 100%;
    margin: 0;
}

.location_legal_team_sec .location_team_box figure img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/* Second Column: Arrange text and button */
.location_legal_team_sec .col-md-6.d-flex.flex-column {
    justify-content: space-between;
}

.location_legal_team_sec .banner_right_text {
    flex-grow: 1;
}

.location_legal_team_sec .btn {
    align-self: flex-start;
    margin-top: auto;
}

/**/
.value_sec{padding: 120px 0;background: #f6f0e9;}
.value_sec .heading{text-align: left;}
.value_sec .heading h2{margin-bottom: 30px;padding-bottom: 30px;text-align: left}
.value_sec .heading h2:before{background: #d7b383;width: 160px;height: 1px;left: 0;right: auto;}
.value_sec .home-defense-qa{margin-top: 0px;padding-left: 30px;}
/**/
.g-boro-sec, .quick_contact_sec {padding:120px 0;}

/**/
.spacer-30{height: 30px;}
.spacer-60{height: 60px;}
p a{color: #946932;text-decoration: underline;}
p a:hover{color: #946932;}
p b, b{font-family: 'Gilroy-Medium';}
p strong{font-weight: 700;}

/**/
.banner_inner{position: relative;height: 600px;}
.banner_inner .banner-text h1:after{height: 530px;}
/**/
.workers_sec{background: #f6f0e9;padding-top: 120px;}
.workers_sec .help_sec_right img{border: 15px solid #f6f0e9;}
.workers_sec .help_sec_left .btn{margin-top: 20px;max-width: 340px;width: 100%;}
.blog_post_box{background: #f6f0e9;border: 4px solid #d3c8ba;}
.blog_post_img{width: 25%;}
.blog_post_text{width: 75%;padding: 20px 30px;}
.blog_post_img img{width: 100%;height: 100%;object-fit: cover;}
.blog_post_text h2, .blog_post_text h2 a{font-family: 'Gilroy-Medium';font-size: 18px;line-height: 30px;letter-spacing: 0.25px;color: #5e401b;text-decoration: underline;margin-bottom: 0px;}
.blog_post_text p{font-family: 'Gilroy-Medium';font-size: 15px;line-height: 30px;letter-spacing: 0.25px;color: #946932;margin-bottom: 0px;}
/**/

@media (max-width: 400px) {
    .blog_post_box.d-flex {
        display: block!important;
    }
    .blog_post_box { .blog_post_img, .blog_post_text {
        width:100%;
    } }
}
.inner_content_sec, .blog_sec{padding: 120px 0;position: relative;background: #f6f0e9;}
/*.inner_content{padding-right: 60px;}*/
.inner_content .heading{text-align: left;}
.inner_content .heading h2{padding-bottom: 30px;margin-bottom: 30px;font-size: clamp(1.5rem, 1.0227rem + 2.3864vw, 2.8125rem);}
.inner_content .heading h2:before{width: 160px;height: 1px;background: #d7b383;left: 0;right: auto;}
.results-heading {font-size: 40px !important; color: #000000 !important;font-family: 'Prata',serif !important;text-transform: capitalize !important;}

.inner_content .heading h3:before{width: 160px;height: 1px;background: #d7b383;left: 0;right: auto;}
.line {width: 160px;height: 1px;background: #d7b383;left: 0;right: auto;margin-bottom:50px;}

.inner_content_sec h3{font-size: clamp(1.5rem, 1.4688rem + 0.1563vw, 1.625rem); font-weight: 600; color: #b28852;letter-spacing: 0px;}
.inner_content_sec h3 a {    color: #946932; text-decoration: underline; font-size: 18px}
.inner_content_sec h3 a:hover {    color: #946932; text-decoration: none;}
.inner_content_sec h2 a {    color: #946932; text-decoration: none;}
.inner_content_sec h2 a:hover {    color: #946932; text-decoration: underline;}
.inner_content_box{max-width: 1093px;width: 100%;}
.blog_article_sec h3{margin-bottom: 40px;}
.content_list{padding-left: 40px;margin-bottom: clamp(5rem, 4.375rem + 3.125vw, 7.5rem);}
.content_list li{padding-left: 30px;margin-bottom: 15px;position: relative;}
.content_list li:before{content: '';position: absolute;top: 10px;left: 0;width: 7px;height: 7px;background: #000000;}
.content_list li a {color: #946932;text-decoration: underline;}
.content_list li a:hover {color: #946932;text-decoration: none;}

.inner_content .video_main_box{max-width: 600px;width: 100%;margin-bottom: 40px;}
/**/
.home-defense-qa{margin-bottom: 60px;margin-top: 60px;}
.home-defense-qa ul li{margin-bottom: 7px;}
.faq-top{display: flex;align-items: center;background: #f7f7f6;cursor: pointer;padding-right: 15px;}
.faq-text p{margin-bottom: 0;}
.faq-img{background: #f7f7f6;padding: 15px 20px 15px;margin-right: 5px;position: relative;}
.faq-img i{width: 15px;height: 15px;text-align: center;font-style: normal;}
.faq-img i:before{content: '+';font-size: 24px;line-height: 36px; color: #d7b383;}
.faq-icon .fa-plus:before{content: '-'; font-size: 24px;line-height: 36px; color: #d7b383;}
.faq-text p{font-size: 16px;color: #000000;line-height: 36px;padding: 5px;}
.faq-bottom p{font-size: 16px;color: #000000;}
.faq-bottom{display: none;background: #f7f7f6;padding: 15px;}
.home-defense-qa .faq-top, .home-defense-qa .faq-img, .home-defense-qa .faq-bottom{background: #f9f9f9;}
/**/
.logo_sec.inner_logo{background: #e7dcce;padding: 40px 0;}
/**/
.result_box{text-align: center;margin-bottom: 80px;}
.result_box img{max-width: 100%;height: auto;margin-bottom: 30px;}
.result_box .btn{width: 100%;}
/**/
.inner_contact_form{padding: 50px 15px 30px 15px;background: #ede5dc;}
.inner_contact_form h3{font-family: 'Prata', serif;font-weight: 400; font-size:2.3em;color: #b28852;text-align: center;position: relative;margin-bottom: 25px;text-transform:capitalize;letter-spacing:0; }
/*.inner_contact_form h3:after{content: '';position: absolute;background: #6d0020;width: 100px;height: 7px;bottom: 0px;left: 0;right: 0;margin: auto;}*/
.inner_contact_form p{font-size: 18px;color: #000000;line-height: 30px; text-align: center;letter-spacing: 0.25px;text-align: left;}
/*.inner_contact_form .contact_form input, .inner_contact_form .contact_form textarea{border: 1px solid #dce1e2;}*/
.inner_contact_form, .widget_categories, .widget_nav_menu{margin-bottom: 70px;}
.inner_contact_form .contact_form .form-group.one-third{width: 100%;}
/**/
.divider-img{margin-bottom: 70px;}
.team_slider .slick-slide{padding: 0 25px;}
.team_slider .slick-prev{position: absolute; background: url(../images/arrow-left.png) no-repeat;width: 23px;height: 34px; top: 50%;transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);left: 0;background-size: 100%;border: none;font-size: 0px;background-size: 100%;}
.team_slider .slick-next{position: absolute; background: url(../images/arrow-right.png) no-repeat;width: 23px;height: 34px;top: 50%;transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);right: 0;background-size: 100%;border: none;font-size: 0px;background-size: 100%;}
.latest_blog_box .blog_article_box{border: none; padding-top: 40px;border-top: 1px solid #f1f1f2;}
.latest_blog_box .blog_article_text{padding: 0px;padding-left: 15px;}
.latest_blog_box .blog_article_img{-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;}
.latest_blog_box .blog_article_text{-ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;}
.latest_blog_box .blog_article_text p{line-height: 30px;margin-bottom: 10px;}
.latest_blog_box .blog_article_text em{font-size: 14px;letter-spacing: -0.25px;color: #f97800;font-style: normal;}
.latest_blog_box .blog_article_img img{height: auto;}
.blog_slider .slick-prev{position: absolute; background: url(../images/arrow-left.png) no-repeat;width: 32px;height: 8px;top: auto;bottom: -30px;left: 50%;transform: none;background-size: 100%;margin-left: -60px;border: none;font-size: 0px;}
.blog_slider .slick-next{position: absolute; background: url(../images/arrow-right.png) no-repeat;width: 32px;height: 8px;top: auto;bottom: -30px;right: 50%;transform: none;background-size: 100%;margin-right: -60px;border: none;font-size: 0px;}
/**/
.inner_bottom_sec{padding: 120px 0;background: #f6f2ee;}
.inner_bottom_sec .bottom_row{margin-top: 120px;}
/* Contact page */
.clt-contact {background: #ede5dc; padding: 32px;}
.g-boro-contact {padding:32px;}
.office_section .map iframe {max-width:100%!important}
.office_section {margin-bottom: 72px;}
.page-id-196 .inner_contact_form {display:none;}
/* Our Team */

/* Staff Section Styles */
/* Staff Section Styles */
.staff_sec {
    width: 100%;
}

.staff_member {
    margin-bottom: 48px;
}

.staff_member:last-child {
    margin-bottom: 0;
}

.staff_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.staff_image {
    flex: 0 0 250px;
    max-width: 250px;
    margin-right: 20px;
}

.staff_image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.staff_text {
    flex: 1;
}

.staff_text h3 {
    margin-top: 0;
}

.staff_text p {
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .staff_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .staff_image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .staff_text {
        width: 100%;
    }
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .staff_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .staff_image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .staff_text {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .staff_sec .text-md-left {
        text-align: left;
    }

}

/*blog*/
.blog_heading {
    background-color: #000000;
    padding: 50px 240px 40px 240px;
    text-align: center;
   
}
.blog_heading h1 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.blog_sec{padding: 60px 0;}
.blog_sec article{border-bottom: 1px solid #cccccc;margin-bottom: 50px;}
.blog_box {margin-bottom: 50px;}
.blog_box img {float: left;margin-right: 20px;margin-bottom: 20px;max-width: 300px;width: 100%;height: auto;}
.blog_box p:last-child{margin-bottom: 0px;}
.blog_box h2{font-family: 'Gilroy-Medium';font-size: 1.25rem;line-height: 1.3;color: #000000; margin-bottom: 20px;padding-bottom: 0px; text-transform: uppercase;border: none;}
.blog_box h2 a{color: #000000;}
.blog_box ul.blog-ul li a{color: #142d56;}
.blog_box .blog-ul {margin-bottom: 20px;}
.blog_box ul.blog-ul li {display: inline-block;vertical-align: middle;padding: 0 8px;position: relative;}
.blog_box ul.blog-ul li:first-child {padding-left: 0;}
.blog_box ul.blog-ul li, .blog_box ul.blog-ul li a{font-size: 15px;color: #6b6043;}
.blog_box ul.blog-ul li a:hover{color: #8c012a;}
.blog_box ul.blog-ul li{margin-bottom: 0px;}
.blog_box ul.blog-ul li:before{display: none;}
.blog_box ul.blog-ul li:after {content: '/';position: absolute;padding: 0 5px;display: inline-block;left: -9px;}
.blog_box ul.blog-ul li:first-child:after{display: none;}
.blog_box .entry_footer a{font-weight: 700;color: #142d56;}
.blog_box .entry_footer a:hover{opacity: 0.8;}
.pagination h2{display: none;}
.pagination a.page-numbers {color: #142d56 !important;}
.pagination .page-numbers, .pagination .page-numbers {padding: 5px;font-weight: 500;color:#ff7e44;}
.pagination {display: -webkit-box;display: -ms-flexbox;display: flex;padding-left: 0;list-style: none; border-radius: .25rem;position:static;height:auto;background:none;}
.widget_categories ul li, .widget_nav_menu ul li, .widget_glm_widget_toc ul li, .widget_text ul li{text-align: center;padding: 20px 10px;margin-bottom: 0px; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;border-bottom: 1px solid #e6ded4;text-align: right;list-style:none !important;}
.widget_categories ul li:last-child, .widget_nav_menu ul li:last-child, .widget_glm_widget_toc ul li:last-child, .widget_text ul li:last-child{border: none;}
.widget_categories ul li a, .widget_nav_menu ul li a, .widget_glm_widget_toc ul li a, widget_text ul li a{font-family: 'Gilroy-Light';font-size: 16px;color: #000000;text-transform: uppercase;letter-spacing: 0.25px;}
.widget_categories ul li:hover, .widget_nav_menu ul li:hover, .widget_glm_widget_toc ul li:hover, widget_text ul lu:hover{background: #ede5dc;}
.widget_categories ul li:hover a{color: #946932;}
.widget_categories h2{display: none;}

/**/
.custom_field_sec{position: relative;background: #ede5dc;padding: 100px 0;}

/**/
/*.inner_latest_blog .blog_box{text-align: right;}*/
.inner_latest_blog .blog_box p{font-size: 17px;line-height: 1.8;}
/**/
.blog_post_right article{border: none;background: #f9f9f9;padding: 45px 30px;margin-bottom: 25px;position: relative;}
.blog_post_right article:before{content: '';position: absolute;background: #ffffff;width: 100%;height: 2px;top: 10px;left: 0;}
.blog_post_right .blog_box{margin-bottom: 0px;}
.blog_post_right .blog_box h2{font-size: 17px;}
.blog_post_right .blog_box p{font-size: 14px;}
.blog_post_right .blog_box p{margin-bottom: 0px;}
/**/
/*footer*/
.footer{position: relative;}
.footer_top{background: #000000;padding: 3px 0;}
.footer_top ul{text-align: right;}
.footer_middle{background: #b28852;padding: 80px 0;position: relative;}
.footer_middle h5 {text-align: right; font-size: 22px; color:#fff; font-family: 'Prata',serif; margin-bottom: 16px;}
.footer_logo{max-width: 230px;width: 100%;position: absolute;left: 0;right: 0;margin: auto;top: -60px;background-color: #fff}
.footer_middle h6, .footer_middle p{font-size: 15px;letter-spacing: 2px;color: #000000;margin-bottom: 15px;text-transform: uppercase;}
.footer_phone{font-family: 'Prata', serif;font-weight: 400;font-size: 38px;color: #ffffff;}
.footer_middle .btn{margin-top: 10px;max-width: 440px;width: 100%;}
.footer_middle .btn:hover{color: #ffe4c2;background: #000000;}
.footer_middle_right p{text-align: right;}
.footer_middle_right p a{display: block;color: #f9ddbb;}
.footer_middle_right em{vertical-align: middle;display: inline-block;margin-bottom: 10px;}
.footer_middle p{margin-bottom: 5px;}
.footer_middle_right .social_footer{display: none;}
/**/
.contact_form h2{font-family: 'Norwester-Regular';font-size: 3rem;color: #ffffff;margin-bottom: 20px;text-transform: uppercase;}
.contact_form input, .contact_form textarea, .widget_archive select, .widget_categories select{font-size: 18px; height: 50px;width: 100%;border: none;color: #666666;background: #ffffff;padding: 0 15px;letter-spacing: 0.25px;}
.widget_archive select{color: #666666;}
.contact_form textarea{height: 150px;display: block;padding-top: 15px;}
.contact_form .form-group{margin-bottom: 20px;}
.contact_form .form-group.one-third{width: 33.33%;float: left;}
.contact_form form{margin: 0 -7px;}
.contact_form .form-group{padding: 0 7px;}
/*.contact_form input[type="submit"]{background: #fe8d3f;height: 60px;line-height: 60px;font-size: 26px;font-family: 'Prata', serif;font-weight: 400;color: #1c3447;text-transform: lowercase;max-width: 375px;width: 100%;float: right;}*/
.contact_form input[type="submit"]{width: 100%;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}
/**/
.social_footer{height: 70px;min-width: 295px;}
.social_footer li{display: inline-block;}
.social_footer li a{width: 70px;height: 70px;background-color: #333333;display: block;}
.social_footer li a:hover{background-color: #946932;}
.social_footer li.social_1 a{background-image: url(../images/facebook.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_1 a:hover{background-image: url(../images/facebook_hover.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_2 a{background-image: url(../images/linkdin.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_2 a:hover{background-image: url(../images/linkdin_hover.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_3 a{background-image: url(../images/twitter.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_3 a:hover{background-image: url(../images/twitter_hover.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_4 a{background-image: url(../images/youtube.png); background-repeat: no-repeat;background-position: center;}
.social_footer li.social_4 a:hover{background-image: url(../images/youtube_hover.png); background-repeat: no-repeat;background-position: center;}
.footer_bottom{background: #222222;padding: 15px 0;}
.footer_bottom .container-fluid{padding: 0 15px;}
.footer_bottom p{padding-left: 15px;}
.footer_bottom p, .footer_bottom p a{font-size: 14px;line-height: 1.75; color: #666;font-weight: 300; margin-bottom: 0px;text-decoration: none;}
.footer_bottom p a:hover{color: #b28852;}
/**/
.widget_archive{margin-bottom: 80px;}
.widget_archive h2{display: none;}
.wpcf7-form-control-wrap{position: inherit !important;}

/**/
.tab_bottom_row{margin-left: -40px;margin-right: -40px;}
.tab_bottom_row [class*=col-]{padding-left: 40px;padding-right: 40px;}


/**/
.inner_content_right .search-form label input, .inner_content_right .search-form label{width: 100%;}
.inner_content_right .search-form label span{display: none;}
.inner_content_right .search-form input[type="submit"]{width: 100%;}
.inner_content_right .widget_search{margin-bottom: 70px;}
.widget_archive select, .widget_categories select{border-bottom: 1px solid #dce1e2;padding: 0px;}
.widget_archive select{background: none;}
.widget_archive label, .widget_categories label{font-weight: 700;}
.inner_contact_form .contact_form .form-group.submit-btn{width: 100%;max-width: 100%;}
/**/
.fancybox-button{background-color: #ff7e44 !important;}
.wpcf7-response-output{color: #ffffff;margin-top: 85px;}
.mobile_logo{display: none;}
.home .logo_sec.inner_logo, .page-id-20901 .logo_sec.inner_logo {display: none;}
.inner_content_right .blog_post_box{border: none;}

/*.sticky main{margin-top: 140px;}*/
@media screen and (max-width: 1700px){
    .legal_team_sec h2{transform: none;position: static;text-align: center;}
}

@media screen and (max-width: 1530px){
    .container-fluid{padding: 0 15px;}
    #mainmenu .menu > ul{margin: 0 -15px;}
    #mainmenu .menu > ul > li{padding: 0 15px;}
    .search-box a:before{left: -15px;}
   
}
@media screen and (max-width: 1366px) {
    html{font-size: 15px;}
    .hm_logo{max-width: 200px;}
    .hm_logo{top: -73px;}
    #mainmenu .menu > ul > li > a{font-size: 20px;}

    
}
@media screen and (max-width: 1199px) {
    
    html{font-size: 14px;}
    #mainmenu .menu > ul{margin: 0 -12px;}
    #mainmenu .menu > ul > li{padding: 0 12px;}
    #mainmenu .menu > ul > li > a{font-size: 16px;}
    #mainmenu .menu > ul > li.megamenu > a:before{top: 9px;}
    #mainmenu .menu > ul > li.megamenu > a{padding-left: 20px;}
    .top_phone{padding: 0 15px;}
    .top_phone a{font-size: 30px;}
    #mainmenu .menu > li > a{padding: 0 20px;}
    .help_sec_left{padding-right: 0px;}
    .client_text{padding-left: 30px;}
    .example_img{width: 40%;position: static;}
    .example_text{padding-left: 30px;width: 60%;}
    .tab-container .nav-tabs .nav-link{min-width: inherit;}
    .tab_bottom_row{margin-left: -15px;margin-right: -15px;}
.tab_bottom_row [class*=col-]{padding-left: 15px;padding-right: 15px;}
    .footer_logo{max-width: 160px;}
    .team_box .btn{font-size: 15px;}
    .inner_content{padding-right: 15px;}
   
}
@media screen and (max-width: 1023px) {
    .top_phone .top_bar {display: flex;justify-content: center;align-items: center;height:59px}
    .header{background: #ffffff;}
    .top_phone{position: absolute;left: 0;width: 100%;top: 99px;padding-left: 15px;}
    .top_phone em{display: none;}
    .menu-box a{margin: auto;}
    .top_phone a, .sticky .header .top_phone a{text-align: left;display: block;font-size: 30px;padding-top: 11px;padding-bottom: 7px;}
    .sticky .header .top_phone{display: block;}
    #mainmenu .menu > li{padding: 0 15px;}
    #mainmenu .menu > li > a, .sticky .header #mainmenu .menu > li > a{line-height: inherit;padding: 20px 0px;}
    #mainmenu .menu > li > a:before{display: none;}
/*    .attorney_img figure{width: 175px;}*/
    .menu-box .logo{max-width: 400px;width: 100%;}
    .sticky .header .menu-box .logo{display: none;}
    .sticky .header .top_phone{top: 0px;}
    .sticky .header #menu_trigger{top: -11px;}
    #menu_trigger{transition: none !important;}
    .mobile_logo{display: block;}
    .hm_logo{display: none;}
    .main-menu-box{background: #ffffff;padding: 10px 0;}
    .banner{margin-top: 59px;}
    #mainmenu .menu > ul{margin: 0px;}
    #mainmenu .menu > ul > li.megamenu > a:before{display: none;}
    .sticky .header #mainmenu .menu{display: block;}
    #mainmenu .menu > ul > li{padding: 0 15px;}
    .search_contact{display: block !important;}
    #mainmenu .menu .contact-btn a{font-family: 'Prata', serif;font-size: 16px;color: #ffffff;background: none;text-transform: inherit;margin-top: 0px;text-align: left;padding: 15px;height: auto;line-height: inherit;}
    #mainmenu .menu .contact-btn{margin-top: 0px;}
    .sticky .header .search_contact{padding-left: 0px;}
    .search-form{right: auto;left: 0px;top: auto;bottom: 59px; padding: 10px;max-width: 100%;}
    .blog_heading{padding: 30px 15px;margin-top: 59px;}
    
  
}
@media screen and (max-width: 991px) {
   html{font-size: 13px;}
    .banner_left_box .example_case_text{display: none !important;}
    .mobile_case_text{display: block;}
    .banner_right_text{max-width: 100%;}
    .banner_right_box{padding: 30px;}
    .example_case_text{padding: 10px 15px;}
    .help_sec{padding-top: 80px;}
    .tab_sec{padding-top: 50px;}
    img.alignright, .tab-container .card-body .alignright{float: none;margin-left: 0px;margin: auto;display: table;margin-bottom: 30px;}
    .team_box{margin-bottom: 30px;}
    .value_sec{padding: 80px 0;}
    .footer_logo{position: relative;margin-top: 40px;z-index: 11;}
    .footer_middle{text-align: center;padding: 30px 0;position: relative;}
    .footer_middle:before{content: '';position: absolute;background: #000000;top: 0px;left: 0;width: 100%;height: 73px;}
    .footer_top{display: none;}
    .footer_middle_left .divider{margin: auto;text-align: center;margin-top: 20px;margin-bottom: 20px;}
    .footer_middle .btn{margin-bottom: 50px;}
    .footer_middle_right p{text-align: center;}
    .footer_middle_right .social_footer{display: block;margin-top: 30px;}
    .footer_bottom p br{display: none;}
   
}
@media screen and (max-width: 767px){
    html{font-size: 12px;}
    html body, .banner_right_text p{font-size: 16px;}
    h1 {font-size: 2.5rem;}
    h2 {font-size: clamp(1.75rem, 1.2131rem + 2.6846vw, 2.5rem);}
    p{line-height: 2;}
    .help_sec_right{padding-left: 15px;}
    .help_bottom{margin-top: -120px;padding-top: 170px;}
    .value_sec .home-defense-qa{padding-left: 0px;}
    .logo_sec ul{flex-wrap: wrap;justify-content: center !important;}
    .logo_sec ul li{padding: 30px;}
    .tab-container .card-body{padding: 8px;}
    .divider-img{margin: auto;display: table;}
    .help_sec_right{text-align: center;}
    .help_sec_left{padding-bottom: 0px;}
    .content_list{padding-left: 0px;}
    .blog_box img{float: none;margin: auto;display: table;margin-bottom: 30px;}
    .widget_categories ul li, .widget_nav_menu ul li{text-align: left;}
    /* Location pages */
    .location_legal_team_sec .h2-spacing {
      margin-right: 0;
      white-space: nowrap;
    }
    .location_legal_team_sec h2 {
      transform: none;
      max-width: 100%;
      height: auto;
      margin-bottom: 16px !important;
    }
    .location_legal_team_sec .h2-image-container {
      display: block !important;
      margin-left: auto;
    }
    .location_legal_team_sec .d-flex {
        display:block!important;
    }
    .location_legal_team_sec .align-items-stretch :first-child {
        margin-bottom: 16px;
    }
    .location_legal_team_sec .aligncenter {
        text-align: center;
        margin:0;
    }
    .page-id-20901 .help_sec .heading h1 {
      padding-bottom: clamp(0rem, -0.9091rem + 4.5455vw, 2.5rem);;
      margin-bottom: 20px;
      position: relative;
      font-size: 3rem;
    }
    .page-id-20901 .help_sec_right img {
        display:none;
    }
    .help_sec_left {
        padding:0 16px;
    }
    .g-boro-sec {
        padding: 64px 0 0;
    }
    .page-id-20901 .quick_contact_sec {
        padding:32px 0;
    }
    .page-id-20901 .quick_contact_sec .text-right{
        text-align: center!important;
    }
    .quick_contact_sec .row {
        display:block;
        margin:0;
    }

    .show_mobile {
        display:block;
        line-height: 0;
    }
    .show_desktop {
        display:none;
    }
    .contact_details p {line-height: 1;}
    .quick_contact_sec .col-md-6 iframe {max-width:100%!important;}
    .quick_contact_sec .justify-content-end {justify-content: unset!important;}
    .quick_contact_sec .d-flex {
        display:block!important;
    }

    .footer_bottom p br {
        display: block;
        margin: 16px 0;
    }
    .g-boro-sec .heading, .help_sec .heading {
      text-align: center;
      margin-bottom: 32px;
    }
    .footer_bottom p a {
        font-weight: 800;
        color: #f9ddbb;
    }
    .footer_bottom p {
        color: #fff;
    }
    .footer_middle br {
        line-height: 0;
    }


       
   
}
@media screen and (max-width: 576px){
    .logo_sec ul li{width: 100%;text-align: center;}
    .search-form input[type="submit"], .search-form label, .search-form label input{width: 100%;}
  .top_phone .top_bar {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 59px;
  }
  .top_phone .col-12, .top_phone .container-fluid, .top_phone {
    padding-right:0;
    padding-left:0;
  }
.top_bar   #mainmenu .menu li .sub-menu {
    right:unset;
    width:515px;
  }
   
}
@media screen and (max-width: 479px){
    .menu-box .logo{max-width: 270px;width: 100%;}
    .top_phone{top: 74px;}
    .footer_middle_left .btn{padding: 0 15px;font-size: 14px;}
    /*contact page */
    .page-id-196 .inner_content_box, .page-id-196 .inner_content_box .container {padding:0}
   .office_section .text-right {text-align:center!important;}
   .clt-contact, .g-boro-contact {padding:16px;}
   .office_section h3 {text-align: center;}
   .heading h2 {text-align: center;}
   .inner_content .heading h2:before {width: 99%;height: 1px;background: #d7b383;left: 0;right: 0;}
   /* footer */
   .footer h5 {text-align: center;}
}
@media (max-width: 441px) {
    .heading h2:before{content: '';position: absolute;background: url(../images/divider.png) no-repeat;width: 99%;height: 24px;bottom: 0;left: 0;right: 0;margin: auto;background-size: 100%;}

}

/*
@media screen and (min-width:992px) {
    .top-nav-1 > ul > li:hover .sub-menu{display:block;}
}
*/
/* ---------------------------------------------------------*/


main{
  min-height: calc(100vh - 200px);
}

p:empty { display: none !important;}
/* remove bottome testimonial from home page */
/*body.home .inner_testimonial{display:none;}*/



/******************** GLM STYLES **********************/

.wpcf7 .hidelabel { display:none; }

/* Home */

.home .banner_img img { height:auto; }
.logo_sec img { height:auto; }

/* Inner Pg Content */

.inner_content_box ul li a { color: #946932;text-decoration: underline; }
.inner_content_box ul li a:hover { text-decoration: none; }


.wsp-container ul { margin-bottom:60px; }
.wsp-container ul li { margin-bottom:12px; }
.wsp-container ul li ul { margin-left:35px; }

.spacer {margin-top:50px}

.inner_content_right .results_slider .big-number { font-family:'Prata',serif;font-size:2.3rem;color:#000;font-weight:400; }
.inner_content_right .results_slider .little-text { text-transform:uppercase;color:#b28852;font-size:1.2rem; }
.inner_content_right .results_slider { text-align:center; }
.inner_content_right .results_slider p { font-size:1rem;margin-top:30px;line-height:1.4rem; }
.inner_content_right ul.slick-dots { text-align:center;margin-bottom:30px;margin-top:16px }
.inner_content_right ul.slick-dots li { display:inline-block;padding:0 7px; }
.inner_content_right ul.slick-dots li button { width: 12px;height: 12px;border-radius: 50%;background: #d5d6d1;border: none;font-size: 0px; }
.inner_content_right ul.slick-dots li.slick-active button { background: #946932; }

blockquote {
    border-left: 4px solid #ccc;
    padding-left: 20px;
    margin-left: 14px;
    border-color: #946932 !important;
}

/* Sidebar */

h2.widget-title { font-size:2em;color:#b28852; }
ul.glm-toc-list li { border-bottom: 1px solid #e6ded4;padding: 20px 10px;margin-bottom: 0; }
ul.glm-toc-list li a { text-transform:uppercase;font-size:16px !important;letter-spacing:.25px; }

/* GLM Mobile Styles */
@media screen and (max-width: 1023px) {
    .mobile_logo { height: auto; }
    
}


/* GLM Author Bio Blurb */
.glm-site-author-bio { width:100%;background-color:#ede5dc;padding:30px 30px; }
.glm-site-author-bio img { float:left;margin:0 30px 30px 0;max-width:165px;height:auto; }
.glm-bio-content p { font-size:1rem;line-height:2rem; }

@media screen and (max-width: 767px) {
.glm-site-author-bio img { max-width:125px;height:auto; }
}

@media screen and (max-width: 768px) {
        .footer_middle h5 {
        text-align: center;
    }
}

