/*
Theme Name: Law Firm Sites Child
Version: 1.0
Description: A custom built theme by Law Firm Sites
Template: lawfirmsites
Author: Kaleb Mosher
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fl-automator
*/
/*
font-family: "lato", sans-serif;
font-family: "montserrat", sans-serif;
*/


/*@font-face {*/
/*    font-family:"lato";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Lato-Regular.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;*/
/*}*/

/*@font-face {*/
/*    font-family:"lato";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Lato-Bold.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;*/
/*}*/

/*@font-face {*/
/*    font-family:"montserrat";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Montserrat-Light.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;*/
/*}*/

/*@font-face {*/
/*    font-family:"montserrat";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Montserrat-Regular.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;*/
/*}*/

/*@font-face {*/
/*    font-family:"montserrat";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Montserrat-SemiBold.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:600;font-stretch:normal;*/
/*}*/

/*@font-face {*/
/*    font-family:"montserrat";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Montserrat-Bold.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;*/
/*}*/

/*@font-face {*/
/*    font-family:"montserrat";*/
/*    src:url("/wp-content/themes/lawfirmsites-child/fonts/Montserrat-ExtraBold.ttf") format("truetype");*/
/*    font-display:auto;font-style:italic;font-weight:900;font-stretch:normal;*/
/*}*/



/*.tk-lato { font-family: "lato",sans-serif; }*/
/*.tk-montserrat { font-family: "montserrat",sans-serif; }*/


/**** General Styles ****/
* {
    min-height: 0;
    min-width: 0;
}

body {
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    color: #0C192A;
    background-color: #F2F2F2;
}

a {
    color: #D62027;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #0C192A;
    text-decoration: underline;
}

.h1, h1 {
    font-family: "montserrat", sans-serif;
    font-size: 80px;
    font-weight: 900;
}

.h2, h2 {
    font-size: 35px;
}

.h3, h3 {
    font-size: 29px;
    font-weight: 700;
}

.h4, h4 {
    font-size: 20px;
    font-weight: 800;
}

.red {
    color: #D62027 !important;
}

.btn {
    background-color: #D62027;
    color: #fff;
    border-color: #D62027;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 25px;
    border-width: 3px;
}

.btn:hover, .btn:focus {
    background-color: #B40023;
    color: #fff;
    text-decoration: none;
    border-color: #D62027;
}

.btn.btn-blue {
    background-color: #122741;
    border-color: #FFFFFF;
    border-width: 1px;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background-color: #0C192A;
    border-color: #0C192A;
}

.lined {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.lined:before, .lined:after {
    position: absolute;
    content: '';
    overflow: hidden;
    top: calc(50% - 2.5px);
    height: 5px;
    background-color: #D62027;
    width: 50%;
    margin-left: calc(-50% - 20px);
}

.lined:after {
    margin-left: calc(0% + 20px);
}

.slick-next .slick-next-icon:before, .slick-prev .slick-prev-icon:before {
    background-color: #D62027;
    border-radius: 100%;
    opacity: 1;
    color: #fff;
    content: '\e9b4';
    font-family: 'boxicons';
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 33px;
    border: none;
}

.slick-prev .slick-prev-icon:before {
    transform: none;
    background-color: #354F70;
}

.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
    opacity: 1;
}
.slick-slider > .slide {
    display: none;
}
.slick-slider > .slide:first-child {
    display: block;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li button .slick-dot-icon:before {
    display: none;
}

.slick-dots li button .slick-dot-icon {
    opacity: 1;
    background-color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    border: 1px solid #000;
}

.slick-dots li.slick-active button .slick-dot-icon {
    background-color: #d62027;
    border-color: #d62027;
}

.section-dark .slick-dots li button .slick-dot-icon {
    background-color: transparent;
    border-color: #fff;
}

.section-dark .slick-dots li.slick-active button .slick-dot-icon {
    background-color: #fff;
}

hr {
    border-top: 5px solid #d62027;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 45px;
}

ul.columns-1 li, ul.columns-2 li, ul.columns-3 li, ul.columns-4 li {
    font-size: 1.3em;
    font-weight: 800;
}

.social-media {
    justify-content: flex-end;
}

.social-media a {
    background: transparent;
    color: #DC555A;
    font-size: 36px;
}

.social-media a:hover, footer .copyright .social-media a:focus {
    background: #1d3f69;
    color: #fff;
}

.video iframe {
    border-radius: 25px;
}

.video {
    text-align: center;
}

.testi {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.testi .body {
    font-style: italic;
    font-size: 14px;
}

.testi .author {
    text-align: right;
    color: #122741;
    font-weight: 600;
    margin-top: 17px;
}

.testi:before {
    content: '\ee81';
    position: absolute;
    top: -35px;
    left: -50px;
    font-size: 75px;
    color: #000000;
    opacity: 0.11;
    font-family: 'boxicons';
    line-height: 1;
}

section.br-50 {
    border-radius: 50px;
}

.highlight {
    font-size: 102px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D62027;
    color: #0c192a;
    font-weight: 700;
}

.container-fluid {
    overflow: hidden;
}

/**** Animations ****/
[data-inviewport="slide-up"] {
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
}

[data-inviewport="slide-up"].is-inviewport {
    transform: translateY(0);
    opacity: 1;
}

/**** Header ****/
.topright-floater { text-align: right; }
.topright-floater a { margin-right: 0; width: 20rem; padding: 6px 15px 5px; letter-spacing: 1px; font-size: 0.8rem; line-height: 1.4em;}
.topright-floater small { font-style: italic; }
/*header nav {*/
/*    text-transform: uppercase;*/
/*}*/

header .navbar {
    padding-top: 20px;
}

header .navbar-brand img {
    width: 300px;
}

header .navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
}

header .header-phone, header .header-phone .btn, header .header-phone p {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
}

header .header-phone .cta {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
    line-height: 0.8;
}

header .header-phone br {
    display: none;
}

header .header-phone {
    flex-shrink: 0;
}

header nav .navbar-nav ul .menu-item-has-children {
    position: static;
}

header nav .navbar-nav ul li a {
    font-family: 'lato', sans-serif;
    text-transform: none;
    background-color: #ffffff;
    border-color: rgb(255 255 255 / 77%);
    color: #000;
}

header nav .navbar-nav ul li a:hover, header nav .navbar-nav ul li a:focus {
    color: #fff;
    background-color: #D62027;
    text-decoration: none;
}

header nav .navbar-nav ul ul {
    background-color: #E6E8EB;
    top: 0;
    left: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header nav .navbar-nav ul ul ul {
    background-color: #fff;
}

header nav .navbar-nav ul ul > li:hover > a, header nav .navbar-nav ul ul > li:focus-within > a {
    color: #d62027;
}

header nav .navbar-nav ul ul li a {background-color: transparent;}

header nav .navbar-nav ul ul li a:hover, header nav .navbar-nav ul ul li a:focus {
    color: #d62027;
    background-color: transparent;
    text-decoration: underline;
}

header .fixed-header {
    background-color: #0C192A;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 8px;
}
header nav .navbar-nav > li > ul > li:hover > a,header nav .navbar-nav > li > ul > li:focus-within > a {
    background-color: #E6E8EB;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #000;
}

header .navbar-nav > li:hover > a, header .navbar-nav > li:focus-within > a {
    color: #000;
    background-color: #fff;
    border-radius: 15px;
}

header .navbar-nav > .menu-item-has-children:hover > a, header .navbar-nav > .menu-item-has-children:focus-within > a {
    color: #000;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

header .navbar-nav > li > a {
    padding: 9px 21px;
}

header .navbar-nav > .menu-item-has-children > ul {
    min-width: 168px;
}

header .navbar-nav li ul ul {
    padding: 15px 0 15px 15px;
}

header nav .navbar-nav ul li:last-child a {
    border-bottom: none;
}

/**** Footer ****/
footer a {
    color: #d15257;
}

footer a:hover, footer a:focus {
    color: #a52026;
}

footer > section:first-child {
    padding-top: 15px;
}

footer > .copyright:first-child {
    padding-top: 100px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

footer .contact-form .container, footer .locations .container, footer .copyright .container {
    max-width: 1500px;
}

footer .awards + .locations, footer .awards + .copyright {
    padding-top: 300px;
    margin-top: -300px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

footer .contact-form + .locations, footer .contact-form + .copyright {
    padding-top: 500px;
    margin-top: -500px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

footer .awards .wrap {
    box-shadow: 0px 36px 47px #0C192A33;
    padding: 60px 60px 80px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

footer .awards .slick-slider .slick-track {
    display: flex;
    align-items: center;
}

footer .awards .slick-slider img {
    max-height: 156px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

footer .awards .h2 {
    text-align: center;
    margin-bottom: 23px;
}

footer .awards .as-seen-on .h2 {
    margin-bottom: 62px;
}

footer .awards .slick-slider .slick-slide > div, footer .awards .slick-slider .slick-slide > div .slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .awards .guides strong {
    font-size: 22px;
    line-height: 1;
    color: #D62027;
    font-family: 'montserrat', sans-serif;
}

footer .awards .guides p {
    font-family: 'lato', sans-serif;
    color: #84878B;
    margin-bottom: 6px;
    line-height: 1.3;
}

footer .awards .guides a {
    text-decoration: none;
}

footer .awards .guides a:hover strong, footer .awards .guides a:focus strong {
    color: #7e171b;
    text-decoration: underline;
}

footer .awards .guides .row {
    align-items: center;
}

footer .awards .guides .image {
    text-align: center;
}

footer .awards .wrap > .row > .col-md-4 {
    position: relative;
}

footer .awards .wrap > .row > .col-md-4:after {
    content: '';
    position: absolute;
    width: 80%;
    border-bottom: 5px solid #D62027;
    margin-left: 10%;
    bottom: -30px;
    left: 0;
}

footer .contact-form .wrap {
    background: transparent linear-gradient(212deg, #0C192A 0%, #081E3A 31%, #B40023 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius: 25px;
    padding: 40px 100px;
    text-align: center;
    z-index: 2;
    position: relative;
}

footer .contact-form .wrap a {
    color: #fff;
}

footer .contact-form .h4 {
    font-weight: 500;
}

footer .contact-form h2 {
    font-size: 72px;
    font-weight: 200;
}

footer .contact-form .gform_wrapper {
    margin-top: 35px;
    max-width: 100%;
}

footer .contact-form .gform_wrapper #field_3_1 {
    grid-column: 1/5;
}

footer .contact-form .gform_wrapper #field_3_2 {
    grid-column: 5/9;
}

footer .contact-form .gform_wrapper #field_3_3 {
    grid-column: 9/-1;
}

footer .contact-form p {
    font-size: 1.3em;
    font-weight: 600;
}

footer .contact-form p a {
    text-decoration: none;
}

footer .contact-form p a:hover, footer .contact-form p a:focus {
    text-decoration: underline;
}

footer .contact-form .gform_wrapper.gravity-theme .ginput_container_consent {
    justify-content: center;
}

footer .locations {
    background-color: #0c192a;
    color: #A4ABB4;
}

footer .locations h2 {
    margin-bottom: 70px;
    color: #fff;
}

footer .locations .h3 a {
    color: #fff;
    text-decoration: none;
}

footer .locations .h3 a:hover, footer .locations .h3 a:focus {
    color: #d15257;
}

footer .locations .h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

footer .locations .location em {
    color: #49525D;
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    font-family: "lato", sans-serif;
}

footer .locations .state {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

footer .locations .address {
    font-family: "lato", sans-serif;
    margin-top: 10px;
    margin-bottom: 8px;
    line-height: 1.4;
}

footer .locations .phone {
    font-family: "lato",sans-serif;
    font-weight: 600;
}

footer .copyright {
    background-color: #122741;
    color: #A4ABB4;
    font-family: 'lato',sans-serif;
}

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

footer .copyright a:hover, footer .copyright a:focus {
    color: #d15257;
}

footer .copyright p a {
    color: #A4ABB4;
}

footer .copyright .footer-info {
    align-items: center;
}

footer .copyright .logo img {
    width: 300px;
    height: auto;
}

footer .copyright .menu {
    font-family: 'montserrat', sans-serif;
    margin-top: 40px;
    margin-bottom: 20px;
}

footer .copyright .menu .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

footer .copyright .menu li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 1.5rem;
}

footer .copyright .lfs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

footer .copyright .lfs img {
    margin-left: 15px;
    max-width: 148px;
}
footer .copyright .menu li:first-child a {
    padding-left: 0;
}

footer .copyright .menu li:last-child a {
    padding-right: 0;
}

footer .badge-promise img {
    padding: 30px;
    max-width: 100%;
}

footer .copyright .social .social-media a {
    color: #d15257;
}

footer .copyright .social .social-media a:hover, footer .copyright .social .social-media a:focus {
    color: #fff;
}

footer .follow a:hover, footer .follow a:focus {
    color: #fff;
}

footer .follow {
    text-align: center;
}

footer .social-media {
    justify-content: center;
}

footer .by {
    margin-top: 37px;
}

footer .footer-info .copyright {
    margin-top: 30px;
}

/**** Page Styles ****/
.home .banner > .col-12 {
    background: transparent linear-gradient(180deg, #1227414D 0%, #04080D 100%) 0% 0% no-repeat padding-box;
}

.banner > .col-12 {
    background: transparent linear-gradient(0deg, #1227414D 0%, #04080D 100%) 0% 0% no-repeat padding-box;
    padding: 180px 0 100px;
}

.banner.custom-background > .col-12 {
    background: transparent linear-gradient(0deg, #122741B3 0%, #04080D 100%) 0% 0% no-repeat padding-box;
}

.banner.banner-video > .col-12 {
    background: transparent linear-gradient(180deg, #1227414D 0%, #04080D 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.banner {
    padding: 0;
    color: #fff;
    font-family: "lato", sans-serif;
    text-align: center;
    position: relative;
}

.banner p {
    font-size: 29px;
}

.banner h1 {
    margin-bottom: 20px;
}

.banner h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

.banner h3 {
    margin-bottom: 20px;
}

main .banner:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 1000px;
    background: linear-gradient(transparent,#f2f2f2 2000px), url(images/bg-paper-min.jpg.webp) no-repeat top center;
    z-index: -1;
}

main p, main li {
    font-family: "lato", sans-serif;
}

main aside.sidebar {
    max-width: 400px;
}

main .primary .main-content:before {
    border-top: 5px solid #D62027;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: calc(100% - (var(--bs-gutter-x) * 2 * 0.5));
    margin-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: calc(var(--bs-gutter-x) * 0.5);
}

main .primary .main-content {
    padding-top: 70px;
    position: relative;
}

main .primary .main-content h2 {
    color: #B40023;
    margin-bottom: 35px;
    font-weight: 600;
}

main .primary .main-content h2.thin {
    color: #0C192A;
    font-size: 40px;
}

main .primary .main-content h3 {
    color: #122741;
    margin-bottom: 35px;
}

main .primary .main-content p, main .primary .main-content li {
    margin-bottom: 25px;
}

main .primary .main-content ul {
    margin-bottom: 5px;
}

main .primary .main-content p:first-of-type {
    font-size: 1.2em;
    font-weight: 800;
}

main .primary .main-content .box {
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 30px;
}

main .primary .main-content .box p:first-of-type, main .primary .main-content .box p {
    font-size: 1.1em;
    font-weight: 400;
}

main .primary .main-content .box ul {
    list-style: disc;
    padding-left: 30px;
}

main .primary .main-content .box ul li, main .primary .main-content .box ul li a {
    color: #122741;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    display: list-item;
    margin-bottom: 7px;
}

main .primary .main-content .box ul li a:focus, main .primary .main-content .box ul li a:hover {
    text-decoration: underline;
}

main .primary .main-content .accordion .accordion-button p {
    margin: 0;
}

.sidebar .h2 {
    text-align: center;
    font-weight: 200;
    font-size: 28px;
}

.sidebar .testimonials {
    background-color: #0C192A;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0px 36px 47px #0C192A33;
}

.sidebar .testimonials .stars {
    color: #E8C061;
    text-align: center;
    letter-spacing: 4px;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.sidebar .testimonials .slide .title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 7px;
}

.sidebar .testimonials .slide .body p {
    line-height: 1.3;
    color: #A4ABB4;
    font-size: 15px;
}

.sidebar .testimonials .slide .author .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.sidebar .testimonials .slide .author .location {
    font-size: 13px;
    color: #D62027;
    font-weight: 600;
}

.sidebar .testimonials .slide .author {
    align-items: center;
    margin-right: auto;
    max-width: 265px;
}

.sidebar .testimonials .btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
}

.sidebar .widgets {
    background: transparent linear-gradient(211deg, #0C192A 0%, #081E3A 31%, #B40023 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 36px 47px #0C192A33;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 25px;
}

.sidebar .widget_custom_html {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

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

.sidebar .widget_custom_html p {
    margin-bottom: 0;
}

.gform_wrapper .gfield_required {
    display: none !important;
}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select, .woocommmerce .product input, .woocommmerce .product textarea, .woocommmerce .product select {
    border-radius: 10px;
    font-size: 15px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 7px;
}

.gform_wrapper.gravity-theme .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.gform_wrapper.gravity-theme .ginput_container_consent label {
    padding-left: 30px;
    font-size: 14px;
    position: relative;
}

.gform_wrapper.gravity-theme .ginput_container_consent label:before {
    content: '';
    font-family: 'boxicons';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: inset 0px 3px 6px #00000052;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}

.gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox] {
    display: none;
}

.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:before {
    background-color: #d62027;
    content: '\ea41';
}

.gform_wrapper a {
    color: inherit;
    text-decoration: underline;
}

.gform_wrapper a:hover, .gform_wrapper a:focus {
    color: #d62027;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
    background-color: #d62027;
    border-radius: 100%;
    font-size: 46px;
    font-weight: 300;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.pagination .nav-links .page-numbers {
    font-size: 23px;
    background: none;
    color: #A4ABB4;
    font-weight: 400;
}

.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
    color: #D62027;
    background-color: transparent;
}

.pagination .nav-links .page-numbers.dots:hover, .pagination .nav-links .page-numbers.dots {
    color: inherit;
    opacity: inherit;
}

.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:focus, .pagination .nav-links .page-numbers.prev:focus {
    background-color: #49525D;
    color: #fff;
}

.blog-tiles {
    color: #1A1A1A;
}

.blog-tiles a .title {
    text-decoration: none;
    color: #122741;
    transition: 0.2s ease;
}

.blog-tiles a {
    text-decoration: none;
}

.blog-tiles a:hover, .blog-tiles a:focus, .blog-tiles a:hover .title, .blog-tiles a:focus .title {
    text-decoration: underline;
    color: #d62027;
}

.blog-tiles .date, .blog-tiles .excerpt, .blog-tiles .title {
    margin-bottom: 15px;
}

.blog-tiles .image {
    margin-bottom: 30px;
    border-radius: 25px;
    overflow: hidden;
}

.blog-tiles .btn:hover, .blog-tiles .btn:focus {
    color: #fff;
    text-decoration: none;
}

.attorney-tiles .image img {
    width: 100%;
    object-fit: cover;
    height: 275px;
    object-position: top center;
}

.attorney-tiles .image {
    position: relative;
}

.attorney-tiles .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid #D62027;
    transition: 0.2s ease;
}

.attorney-tiles a:hover .image:before, .attorney-tiles a:focus .image:before {
    border-width: 1px;
}

.attorney-tiles .h3 {
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.attorney-tiles a {
    text-decoration: none;
    color: #B40023;
}

.attorney-tiles a:hover, .attorney-tiles a:focus {
    color: #0c192a;
}

.post-type-archive-attorneys main .primary .main-content {
    padding-top: 0;
}

.post-type-archive-attorneys main .primary .main-content:before {
    display: none;
}

.attorney-profile .banner > .col-12 {
    background: transparent linear-gradient(0deg, #1227414D 0%, #04080D 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 50px;
}

.attorney-profile .banner {
    background-color: #122741;
}

.attorney-profile .meta .email a, .attorney-profile .meta .vcard a, .attorney-profile .meta .phone a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    font-size: 17px;
}

.attorney-profile .meta .email a:hover, .attorney-profile .meta .vcard a:hover, .attorney-profile .meta .phone a:hover, .attorney-profile .meta .phone a:focus, .attorney-profile .meta .email a:focus, .attorney-profile .meta .vcard a:focus {
    color: #dc555a;
}

.attorney-profile .meta .email a .icon, .attorney-profile .meta .vcard a .icon, .attorney-profile .meta .phone a .icon {
    text-decoration: none;
    color: #DC555A;
    margin-right: 15px;
    font-size: 1.5em;
    display: block;
    margin-top: 2px;
}

.attorney-profile .meta .email a .text, .attorney-profile .meta .vcard a .text {
    text-decoration: underline;
}

.attorney-profile .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    flex-wrap: wrap;
}

.attorney-profile .banner {
    text-align: left;
}

.attorney-profile .banner h1 {
    font-weight: 500;
    font-size: 65px;
}

.attorney-profile .banner .h2 {
    font-size: 33px;
    font-weight: 700;
}

.attorney-profile .banner p {
    color: #A4ABB4;
    font-size: 19px;
}

.attorney-profile .banner hr {
    border-color: #243244;
}

.attorney-profile .banner .image {
    margin-bottom: -150px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 36px 47px #0C192A29;
}

.attorney-profile .banner .image img {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.attorney-profile .primary .main-content {
    margin-top: 100px;
}

.attorney-profile .primary .main-content .box h2 {
    font-weight: 300;
}

.attorney-profile .box {
    margin-top: 50px;
}

main .craigswapp:after {
    display: none;
}

.craigswapp {
    z-index: 2;
    background-color: #0c192a;
    overflow: visible;
}

.craigswapp + section {
    position: relative;
    z-index: 1;
}

.craigswapp .row {
    align-items: flex-start !important;
}

.craigswapp .one-call {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    align-self: self-end;
    height: 100%;
}

.craigswapp .one-call img {
    margin-left: -75px;
    margin-bottom: 0;
    max-height: 700px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 0;
}

.craigswapp .text-content {
    background-color: #0C192A;
    border-radius: 25px;
    padding: 60px 80px;
    text-align: left;
    margin-bottom: -50px;
}

.craigswapp .text-content h1 {
    font-weight: 400;
    font-size: 65px;
    max-width: 550px;
}

.craigswapp .text-content p {
    font-size: 19px;
}

.craigswapp .text-content .btn {
    text-transform: uppercase;
    margin-top: 40px;
}

.craigswapp .one-call .wrap, .craigswapp .one-call p {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.badges-banner {
    background-color: #fff;
    padding-bottom: 130px;
}

.badges-banner img {
    max-height: 100px;
    width: auto;
    margin: 0 25px 25px;
}

.badges-banner .content {
    border-bottom: 1px solid #D62027;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.when-hire .quote h2 {
    font-size: 53px;
    margin-bottom: 60px;
}

.when-hire .intro-vid {
    margin-top: 87px;
}

.when-hire .video.clip-bot {
    margin-bottom: -450px;
}

.clients-say {
    margin-top: -50px;
}

.clients-say h2 {
    font-size: 53px;
    font-weight: 400;
}

.clients-say hr {
    margin: 50px auto 20px;
    max-width: 650px;
}

.clients-say .video iframe {
    border-radius: 0;
}

.experienced h2 {
    font-size: 64px;
    font-weight: 800;
    color: #B40023;
    margin-top: 26px;
    max-width: 455px;
}

.experienced .row {
    align-items: flex-start !important;
}

.experienced p strong {
    font-size: 1.2em;
}

.bg-gradient .wrap {
    background: transparent linear-gradient(226deg, #0C192A 0%, #081E3A 31%, #B40023 100%) 0% 0% no-repeat padding-box;
    padding: 60px;
    color: #fff;
    border-radius: 25px;
}

.contact-content .row {
    align-items: flex-start !important;
}

.contact-content .contact-form p a {
    color: #fff;
    text-decoration: none;
}

.contact-content .contact-form p {
    font-size: 1.3em;
    font-weight: 600;
}

.contact-content .contact-form p a:hover, .contact-content .contact-form p a:focus {
    text-decoration: underline;
}

.contact-content .contact-form .h3 {
    font-weight: 300;
}

.contact-content .contact-form h2 {
    font-weight: 700;
}

.contact-content .contact-form .gform_wrapper {
    margin-top: 20px;
}

.contact-content {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-bottom: 200px;
    margin-bottom: -50px;
    padding-top: 50px;
}

main .locations {
    margin-top: -200px;
    font-size: 16px;
}

main .locations iframe {
    width: 100%;
    height: 250px;
}

main .locations .small {
    margin-bottom: 0;
    font-size: 0.8em;
}

main .locations em {
    font-size: 0.9em;
    margin-bottom: 10px;
    display: block;
}

main .locations .state {
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 5px;
}

main .locations .h3 a {
    color: inherit;
    text-decoration: none;
}

main .locations .h3 {
    margin-bottom: 0;
}

main .locations .map {
    margin-bottom: 20px;
}

.home, .page-id-1513881 {
    background-color: #fff;
}

/* Home Page, Contact Page */
main .primary .main-content .accordion h3, main .primary .main-content .accordion h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
}

main .primary .main-content .accordion p:first-of-type {
    font-size: inherit;
    font-weight: inherit;
}

.accordion .accordion-item, .accordion .accordion-header, .accordion .accordion-button {
    border-radius: 25px !important;
    background-color: #F8F8F8;
    border-color: #DFDFDF;
}

.accordion-button:not(.collapsed) {
    color: #122741;
    background-color: #DFDFDF;
}

.accordion-button::after {
    font-family: 'boxicons';
    content: '\ea4a';
    border: 1px solid #D62027;
    border-radius: 100%;
    background-color: transparent;
    color: #D62027;
    font-size: 28px;
    padding: 10px 9px 9px 10px;
    width: 25px;
    height: 25px;
}

.accordion .accordion-item {
    margin-bottom: 1.5rem;
}

.accordion-button {
    font-style: normal;
    font-weight: 600;
}

.ip-map-row iframe {
    width: 100%;
    max-height: 280px;
}

main .primary .main-content .reviews .review {
    margin-top: 60px;
    position: relative;
    padding-top: 60px;
}

.reviews .review:before {
    content: '\ee81';
    position: absolute;
    top: -35px;
    left: 40px;
    font-size: 43px;
    color: #D62027;
    font-family: 'boxicons';
    line-height: 1;
    background-color: #122741;
    border-radius: 100%;
    padding: 13px;
}

main .primary .main-content .reviews .review .author {
    text-align: right;
    font-size: 1.2em;
    font-weight: 700;
}

section hr:first-child {
    margin-top: 0;
}

.home .faqs .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .faqs .wrapper .content {
    flex: 0 0 35%;
}

.home .faqs .wrapper .accordion {
    flex: 0 0 60%;
    margin-top: 0;
}

.home h2 {
    font-size: 70px;
    font-weight: 300;
}

.home h2 + p a {
    margin-top: 40px;
}

.home .h4, h4 {
    font-size: 19px;
    font-weight: 600;
}

.home .how-help {
    background: #122741 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    margin-top: -50px;
    color: #fff;
    padding-bottom: 330px;
}

.home .how-help > .col-12 {
    position: relative;
    z-index: 1;
}

.home .how-help:before, .home .how-help:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #B40023 0%, #D6202700 100%) 0% 0% no-repeat padding-box;
    opacity: 0.29;
}

.home .how-help:after {
    background: transparent radial-gradient(closest-side at 50% 50%, #0C192A 0%, #0C192A00 100%) 0% 0% no-repeat padding-box;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.home .our-clients {
    margin-bottom: -50px;
    margin-top: -50px;
    border-top-left-radius: 50px;
    background-color: #0C192A;
    color: #fff;
    padding-top: 100px;
    border-top-right-radius: 50px;
}

.home .banner {
    text-align: left;
    overflow: hidden;
}

.home .banner h1 {
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
}

.home .banner p {
    font-size: 22px;
}

.home .banner .h2 {
    font-size: 30px;
}

.home .craigswapp .one-call img {
    margin-left: 0;
    position: relative;
    height: 100%;
    min-height: 300px;
}

.home .craigswapp .one-call {
    margin-bottom: -150px;
}

.home .craigswapp .row {
    margin-bottom: -250px !important;
    padding-bottom: 240px;
}

.home .craigswapp .container {
    max-width: 1609px;
    margin-left: auto;
    margin-right: 15px;
}

.home .personal .list {
    flex-direction: row;
    margin-top: -210px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.home .personal .list .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home .personal .list a {
    text-decoration: none;
    background-color: #0c192a;
    color: #A4ABB4;
    padding: 40px;
}

.home .personal .list a:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.home .personal .list a:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.home .personal .list a h2 {
    color: #fff;
    font-size: 19px;
}

.home .personal .list a strong {
    color: #D62027;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    font-size: 1em;
}

.home .personal .list a strong:after {
    content: '\ea51';
    font-family: 'boxicons';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    margin-left: 7px;
    font-size: 18px;
}

.home .personal .list a p {
    line-height: 1.2;
}

.home .personal .list a:nth-child(2) {
    flex: 0 0 492px;
}

.home .personal .list a:hover, .home .personal .list a:focus {
    background-color: #122741;
}

.home .personal .list a p:last-child {
    margin-bottom: 0;
}

.home .craigswapp + section {
    z-index: 2;
}

.home .craigswapp .text {
    padding-left: 40px;
}

.home .personal h2 {
    font-weight: 500;
}

.home .testi {
    margin-top: 80px;
}

.home .testi {
    max-width: 350px;
}

.home .personal p strong, .home .why-choose .block-content:first-child p strong {
    font-size: 1.2em;
}

.home .personal .wrapper > .content {
    margin-top: 80px;
    background-color: #fff;
    margin-bottom: -290px !important;
    position: relative;
    background-image: url(https://www.craigswapp.com/wp-content/uploads/2023/01/caraccident2-min.jpg);
    background-image: url(https://www.craigswapp.com/wp-content/uploads/2023/01/caraccident2-min.jpg.webp);
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
    padding: 100px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home .personal .wrapper > .content > *, .home .faqs .block-content > * {
    position: relative;
    z-index: 2;
}

.home .personal .wrapper > .content:before {
    content: '';
    position: absolute;
    z-index: 1 !important;
    background: transparent linear-gradient(246deg, #72021891 0%, #081321AB 55%, #0C192A 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .prac-areas {
    background-color: #122741;
    color: #fff;
    border-radius: 50px;
    margin-top: -50px;
    position: relative;
}

.home .prac-areas .h4, .home .prac-areas p {
    color: #A4ABB4;
}

.home .why-choose .row {
    align-items: flex-start !important;
    --bs-gutter-x: 8rem;
}

.home .why-choose h3 {
    margin-bottom: 23px;
}

.home .why-choose .row:first-child {
    margin-bottom: 60px;
}

.home .why-choose {
    padding-top: 100px;
    padding-bottom: 80px;
}

.home .faqs .block-content {
    position: relative;
    padding: 70px;
    align-items: flex-start !important;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    background-image: url(https://www.craigswapp.com/wp-content/uploads/2023/01/caraccident-5-min.jpg);
    background-image: url(https://www.craigswapp.com/wp-content/uploads/2023/01/caraccident-5-min.jpg.webp);
    overflow: hidden;
    margin-top: -339px;
    margin-bottom: 120px;
}

.home .faqs .block-content a {
    color: #FF4A51;
}

.home .faqs .block-content a.btn {
    color: #fff;
}

.home .faqs .block-content:before {
    content: '';
    position: absolute;
    z-index: 1 !important;
    background: transparent linear-gradient(247deg, #720218 0%, #081321D1 55%, #0C192A 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .faqs .block-content h2 {
    font-weight: 200;
}

.home .faqs .block-content .get-in-touch p {
    font-size: 1.2em;
    max-width: 400px;
    font-weight: 600;
}

.home .how-help .block-content .wrap, .home .how-help .tabs .tab-box {
    padding: 40px;
    background-color: #0C192A;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: #fff;
    margin: 0 7.5px;
    border: none;
}

.home .how-help .block-content {
    --bs-gutter-x: 1rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 30px;
    margin-top: 50px;
}

.home .how-help .block-content p:last-child, .home .how-help .tabs .tab-box p:last-child {
    flex-grow: 1;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}

.home .how-help .block-content > div, .home .how-help .tabs .all-tabs .row {
    height: 100%;
    border: none;
}

.home .how-help .block-content p:last-child a {
    margin-bottom: 0;
    margin-top: auto;
}

.home .how-help .tabs p {
    color: #A4ABB4;
    line-height: 1.2;
}

.home .how-help .tabs h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.home .how-help .tab-content .wrap {
    padding: 40px;
    background-color: #0c192a;
    border-radius: 25px;
}

.home .how-help h2 {
    font-weight: 200;
}

.home .how-help .h4 {
    color: #A4ABB4;
}

.home .how-help .container {
    max-width: 1400px;
}

.home .how-help .tab-content {
    margin-top: 15px;
}

.home .how-help .tabs button {
    pointer-events: none;
}

.home .how-help .tabs a:hover button, .home .how-help .tabs a:focus button {
    background-color: #0C192A;
    border-color: #0C192A;
}

.home .why-choose .block-content p {
    line-height: 1.5;
}

.home .why-choose .block-content:first-child p {
    max-width: 450px;
}

.home .videos p {
    font-size: 35px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
}

.home .videos p strong {
    font-weight: 800;
}

.home .videos .slider {
    margin-top: 70px;
    margin-bottom: -340px !important;
    z-index: 3;
    position: relative;
}

.home .videos .slick-dots li button .slick-dot-icon {
    background-color: #445263;
    border: none;
}

.home .videos .slick-dots li.slick-active button .slick-dot-icon {
    background-color: #D62027;
}

.home .videos .container {
    max-width: 1100px;
}

.home .videos .slide iframe {
    margin-left: auto;
    margin-right: auto;
}

.home .videos .slide {
    text-align: c;
}

.home .videos .slider p {
    max-width: 100%;
    text-align: center;
}

.home .our-clients .slider .slide .wrap {
    padding: 60px 60px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home .our-clients .slider .slide .author {
    flex: 0 0 120px;
    margin-right: 50px;
    text-align: center;
}

.home .our-clients .slider .slide .author .name {
    font-size: 1.4em;
}

.home .our-clients .slider .slide .author .location {
    color: #D62027;
    font-size: 14px;
}

.home .our-clients .slider .slide .author p, .home .our-clients .slider .slide .author img {
    margin: 0 0 15px;
}

.home .our-clients .slider .slide .body p {
    color: #A4ABB4;
    line-height: 1.5;
}

.home .our-clients .slider .slide .body .title {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.home .our-clients .slider .slick-slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 87%;
    min-width: 280px;
    margin-bottom: 0;
}

.home .our-clients .slider {
    border-radius: 50px;
    background-color: #122741;
    padding-bottom: 20px;
    flex: 0 0 67%;
}

.home .our-clients .slider .slick-dots {
    position: relative;
    margin: 0;
    bottom: 0;
}

.home .our-clients .h4 {
    font-weight: 400;
}

.home .our-clients .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .our-clients .wrapper .content {
    flex: 0 0 31%;
    margin-right: 50px;
    flex: 0 0 calc(31% - 50px);
}

.home .our-clients .h4, .home .our-clients h3 {
    margin-bottom: 20px;
}

.home .experienced .motto h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 25px;
}

.home .experienced .craig h2 {
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 40px;
}

.home .experienced .craig h2 .red {
    font-weight: 500;
}

.home .experienced .craig img {
    max-height: 445px;
    width: auto;
}

.home .experienced .container {
    max-width: 1200px;
}

.home .prac-areas .slide {
    padding: 15px;
    position: relative;
    max-width: 300px;
}

.home .prac-areas .slide .image img {
    z-index: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 350px;
}

.home .prac-areas .slide a {
    text-decoration: none;
    color: #fff;
    height: 350px;
    width: 300px;
    display: flex !important;
    overflow: hidden;
}

.home .prac-areas .slide .content {
    background: transparent linear-gradient(222deg, #47131D 0%, #08132159 32%, #0A1727E6 64%, #0C192A 100%) 0% 0% no-repeat padding-box;
    position: relative;
    width: 100%;
}

.home .prac-areas .slide > div {
    flex: 0 0 100%;
    width: 300px;
    max-width: 300px;
}

.home .prac-areas .slide .content {
    height: 100%;
    width: 100%;
    padding: 30px;
    font-size: 15px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .prac-areas .icon:before {
    content: '\ea51';
    font-family: 'boxicons';
    font-size: 27px;
    color: #d62027;
    position: absolute;
    bottom: 25px;
    transition: all 0.2s ease;
}

.home .prac-areas .slide a:hover .icon:before, .home .prac-areas .slide a:focus .icon:before {
    transform: translateX(15px);
}

.sg-popup-builder-content {
    padding: 30px 30px 0;
}
.sg-popup-builder-content .gform_wrapper { margin-top: 0; }
.sg-popup-builder-content h2 {
    font-size: 24px;
}

.clients-say.phase-page .content {
    margin-bottom: 75px !important;
}

.clients-say.phase-page .block-content {
    text-align: center;
}

.experienced.phase-page h2 {
    font-size: 54px;
    font-weight: 600;
}

.page-id-5015385 .banner > .col-12 {
    background: transparent linear-gradient(359deg, #12274100 0%, #12274100 54%, #12274157 73%, #122741 100%) 0% 0% no-repeat padding-box;
}

.page-id-5015385 .banner > .col-12 {
    padding-bottom: 0;
}

.page-id-5015385 .banner .text-content {
    background: transparent linear-gradient(197deg, #0C192A 0%, #081E3A 31%, #B40023 100%) 0% 0% no-repeat padding-box;
}

.highlight.floating {
    -webkit-text-stroke-color: #fff;
    background-color: #0c192a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
    position: absolute;
    top: -32.5px;
}

.phases .tab-box {
    background-color: #fff;
    border-radius: 25px;
    padding: 80px 40px 40px;
    margin: 7.5px;
    position: relative;
    color: #122741 !important;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 3px solid transparent;
    box-shadow: 0px 36px 47px #0C192A0A;
}

.phases .tab-box p {
    line-height: 1.4;
    font-size: 15px;
}

.phases .tab-box h3 {
    margin-bottom: 23px;
}

.phases .tab-box p:last-child {
    margin-top: auto;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}

.phases .tab-box .btn {
    margin-bottom: 0;
}

.tabs .nav-tabs {
    border: none;
}

.phases .tab-content .wrap {
    padding: 40px 60px;
    border-radius: 25px;
    background-color: #fff;
    box-sizing: content-box;
    overflow: hidden;
    box-shadow: 0px 36px 47px #0C192A0A;
}

.phases .tab-box.active {
    border: 3px solid;
}

.phases .tab-content .wrap h2 {
    color: #122741;
    font-weight: 800;
    font-size: 45px;
}

.phases .tab-content .wrap h3 {
    color: #D62027;
}

.phases .tab-content {
    margin-top: 15px;
    margin-bottom: -200px;
}

.clients-say.phase-page {
    padding-top: 200px;
    margin-top: 0;
}

.home .why-choose .container {
    max-width: 1200px;
}

.home .our-clients .container {
    max-width: 1400px;
}

.home .how-help .tab-content a:hover, .home .how-help .tab-content a:focus {
    color: #fff;
}

.mean-container .mean-nav {
    background-color: #122741;
}

.mean-container .mean-nav ul {
    position: relative !important;
    opacity: 1;
    pointer-events: all;
    left: 0;
}

.mean-container .mean-nav ul li {
    margin-bottom: 0;
    position: relative !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 53.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 0 10px !important;
}

.mean-container .mean-nav ul li ul a.mean-expand {
    height: 48.6px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #354F70;
}

.mean-container .mean-nav > ul > li:last-child > a {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.mobile-only {
    display: none;
}

.home .videos {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.home .verdicts .h4 {
    color: #DC555A;
}

.home .verdicts .block-content h2 {
    font-weight: 100;
    font-size: 43px;
    margin-bottom: 16px;
}

.home .verdicts .block-content p {
    color: #A4ABB4;
}

.home .laptop iframe {
    width: 600px;
    height: 400px;
}

.home .verdicts .laptop .wrap {
    position: relative;
}

.home .verdicts .laptop .wrap:before {
    content: '';
    /*background-image: url(images/laptop.png);*/
    /*background-image: url('/wp-content/uploads/2023/10/laptop.png.webp');*/
    background-image: url('/wp-content/uploads/2023/11/laptop.png');
    background-position: top left;
    position: absolute;
    width: 864px;
    height: 1000px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -133px;
    margin-top: -70px;
    z-index: -1;
}

.home .verdicts .slider {
    margin-top: -100px;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.home .verdicts .slider h2 {
    font-weight: 500;
}

.home .verdicts .slider p {
    margin-bottom: 0;
}

.home .verdicts .btn {
    margin-top: 15px;
}

.home .laptop p {
    text-align: left;
}

.home .verdicts.fullscreen .slick-slider .slide .wrap {
    background: transparent linear-gradient(180deg, #0C192A 0%, #081321AB 73%, #7202184d 100%) 0% 0% no-repeat padding-box;
    padding: 50px 30px;
    border-radius: 25px;
    overflow: hidden;
}

.home .verdicts.fullscreen .slick-slider .slide {
    border-radius: 25px;
    overflow: hidden;
}

.home .verdicts .block-content .h4 {
    font-size: 1em;
}

.home .home-banner .btn-blue {
    height: 47.61px;
    padding-top: 8px;
    padding-bottom: 5px;
    line-height: 1;
    padding-right: 45px;
    position: relative;
}

.home .home-banner .btn-blue small {
    color: #DC555A;
    font-weight: 800;
    font-size: 11px;
    font-family: 'lato';
}

.home .home-banner .btn-blue:after {
    content: '\ea50';
    font-family: 'boxicons';
    color: #DC555A;
    border: 1px solid #DC555A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 23px;
    padding-left: 1px;
}

.attorney-testi .slide .testi-body, .attorney-testi .slide .testi-author {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.attorney-testi .slide .testi-author {
    text-align: right;
    font-weight: bold;
    font-size: 0.9em;
}

.attorney-testi .slick-slider {
    margin-bottom: 30px;
}

main .side-by-side {
    background-color: #0C192A;
    border-radius: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
    align-items: center;
}

main .side-by-side .blurb .wrap {
    padding: 40px;
}

main .side-by-side .image img {
    max-height: 450px;
    width: auto;
    margin-top: -50px;
    margin-left: auto;
    display: block;
}

main .side-by-side .image {
    border-bottom-right-radius: 23px;
    border-top-right-radius: 23px;
    min-height: 100%;
    align-self: stretch;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 250px;
}

main .banner {
    background-color: #122741;
}

main.location-page .banner .container {
    padding-bottom: 100px;
}

main .locations .single-locations {
    margin-top: 60px;
}

main .locations .single-locations .wrap {
    display: flex;
    min-height: 350px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    align-items: flex-end;
    padding: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 36px 47px #0C192A0A;
    border-radius: 25px;
    position: relative;
}

main .locations .single-locations .wrap .title {
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 40px;
    align-items: flex-end;
    background: linear-gradient(180deg, #12274100, #1227414F, #122741);
    border-radius: 25px;
}

main .locations .single-locations .wrap:hover .title, main .locations .single-locations .wrap:focus .title {
    padding-bottom: 55px;
}
main .side-by-side hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

main .side-by-side.office {
    background-color: #fff;
    color: #1A1A1A;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

main .side-by-side.office .h3 {
    color: #D62027;
    font-size: 1.6em;
}

main .side-by-side.office .state {color: #122741;font-weight: 700;font-size: 1.3em;}

.side-by-side.office .address, .side-by-side.office .phone {
    position: relative;
    margin-left: 50px;
    margin-top: 7px;
}

.side-by-side.office .iframe-map {
    padding: 0;
    height: 100%;
    align-self: stretch;
}

.side-by-side.office .iframe-map iframe {
    height: 250px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    margin-bottom: -6px;
}

.side-by-side.office .address:before, .side-by-side.office .phone:before {
    content: '\ee66';
    font-family: 'boxicons';
    position: absolute;
    top: -5px;
    left: -35px;
    font-size: 23px;
}

.side-by-side.office .address:before {
    content: '\ee17';
}

.side-by-side.office .phone a {
    color: #1A1A1A;
    text-decoration: none;
}

.side-by-side.office .phone a:hover, .side-by-side.office .phone a:focus {
    text-decoration:underline;
    color:#d62027;
}

.location-page .offices {
    margin-top: 50px;
}

.offices .gradient {
    background: transparent linear-gradient(230deg, #0C192A 0%, #081E3A 31%, #B40023 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 40px;
    color: #fff;
    text-align: center;
}

.offices .gradient h2 {
    font-weight: 200;
    margin-bottom: 37px;
}

ul.divided-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.divided-list li a {
    border-bottom: 1px solid #ffffff38;
    padding: 15px 0;
    margin: 0;
    display: block;
}

ul.divided-list li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.divided-list li:first-child a {
    padding-top: 0;
}

ul.divided-list li {
    margin: 0;
}

.offices .gradient ul a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.offices .gradient ul a:hover, .offices .gradient ul a:focus {
    text-decoration: underline;
}

.verdict .wrap {
    color: #fff;
    background-color: #122741;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    height: 100%;
    position: relative;
}

.verdict .location {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 5px 30px;
    background-color: #D62027;
}

.verdict .settlement {
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.verdict .amount {
    font-size: 49px;
    font-weight: 700;
}

.verdict .offer {
    color: #BFCBD9;
    font-size: 0.9em;
    margin-bottom: 8px;
}

.verdict .body, .verdict .body p:first-of-type {
    color: #BFCBD9;
    font-weight: 400 !important;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 0.95em;
}
#apexchat_tab_invitation_wrapper {
    transition: all 0.2s ease;
}

body.meanmenu-open #apexchat_tab_invitation_wrapper {
    left: -100px !important;
}

.dual-sidebar .container {
    max-width: 1200px;
}

.dual-sidebar .container > .row {
    align-items: stretch;
}

.pa-columns {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pa-subpage-top {
    padding-bottom: 0;
}

.pa-subpage-top .container {
    max-width: 1200px;
}

.pa-columns .container {
    max-width: 1200px;
}

.container-small .container {
    max-width: 900px;
}

.pa-columns .image {
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    max-height: 650px;
}

.pa-subpage h2 {
    color: #B40023;
    font-weight: 600;
    margin-bottom: 21px;
}

.pa-subpage .side-by-side h2 {
    color: #fff;
}

.pa-subpage h3 {
    color: #122741;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.divider {
    max-width: 300px;
    border-bottom: 5px solid #D62027;
    margin: -20px auto 60px;
    width: 100;
}

.office-map .ip-map-row {
    text-align: center;
    max-width: 750px;
    margin: 80px auto 0;
}

.dual-sidebar.office-map {
    background-color: #fff;
    margin-top: 400px;
}

.dual-sidebar.office-map .container > .row {
    margin-top: -500px;
}

.office-map .ip-map-row h2 {
    margin-bottom: 30px;
}

.faq-accordion {
    text-align: center;
}

.faq-accordion .accordion {
    text-align: left;
}

.pa-subpage .faq-accordion .accordion h3, .pa-subpage .faq-accordion .accordion h3 strong {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 22px;
}
.pa-subpage .faq-accordion .accordion h2 {
    margin-bottom: 0;
}
main .side-by-side.area .image {
    margin: 0;
}

main .side-by-side.area {
    margin-bottom: 2.5rem;
    margin-top: 0;
}

main .side-by-side.area .text {
    margin: 0;
    padding: 40px;
}

main .side-by-side.area {
    text-decoration: none;
    color: #000;
}
.locations .highlight-area {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.location-page .reasons .wrap {
    padding: 60px;
    background-color: #0C192A;
    color: #fff;
    border-radius: 25px;
    font-size: 17px;
}

.location-page .reasons .wrap p {
    color: #A4ABB4;
}

.location-page .reasons .wrap p strong {
    color: #fff;
}

.location-page .reasons ol {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.location-page .reasons ol li {
    flex: 0 0 45%;
}

.location-page .after-reasons {
    margin-top: 80px;
}

.reasons .lined:before, .reasons .lined:after {
    width: 41%;
}

.location-page .reasons ol .title {
    font-size: 1.1em;
    margin-bottom: 10px;
}

header .mean-bar .navbar-nav > .menu-item-has-children:hover > a, header .mean-bar .navbar-nav > .menu-item-has-children:focus-within > a {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}

header .mean-bar nav .navbar-nav ul li a {
    background-color: rgba(255,255,255,0.1);
}

header .mean-bar nav .navbar-nav > li > ul > li:hover > a, header .mean-bar nav .navbar-nav > li > ul > li:focus-within > a {
    border-radius: 0;
    background-color: initial;
    color: #fff;
}

header .mean-bar nav .navbar-nav ul ul {
    background-color: transparent;
}

header .mean-bar a {
    text-decoration: none !important;
    color: #fff !important;
}

header .mean-bar ul {
    background-color: transparent !important;
}

.home .laptop.has-wistia .wistia_responsive_padding {width: 600px;z-index: 1;}

.home .laptop.has-wistia .wrap:before {
    z-index: 2;
    pointer-events: none;
}

.home .laptop.has-wistia .wistia_responsive_padding .wistia_responsive_wrapper {
    margin-top: 26px;
}

.backpack h1 { font-size: 70px; font-weight: 400; }
.backpack .side-by-side .image { background-position: top center; }
.backpack .end-content .container { background-color: #0C192A; border-radius: 25px; padding: 50px 50px 15px; }
.backpack .section-dark h3 { color: #fff; }
.backpack .section-dark .h3 { font-size: 21px; font-weight: 400; }
.backpack .end-content .btn { margin-right: 0; }
.backpack .end-content hr { margin-top: 30px; margin-bottom: 30px; }
.backpack .end-content p { color: #A4ABB4; max-width: 460px; margin-left: auto; margin-right: auto; }
.backpack .end-content p strong { color: #fff; }
.backpack .end-content { padding-top: 0; }
.backpack table .title { width: 139px; color: #A4ABB4; font-size: 15px; }
.backpack .locations .blurb .h3 { font-size: 18px; margin-bottom: 29px; }
.backpack table tr { vertical-align: top; }
.backpack table tr td { padding-bottom: 10px; font-weight: 400; }
.backpack table tr:last-child td { padding-bottom: 0; }
.backpack .imgcaption { margin-left: 20px; font-family: "montserrat", sans-serif; }
.backpack .imgcaption p { font-size: 11px; }
.backpack-badges ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.backpack-badges ul li { list-style: none; margin: 0 10px 20px; }
.backpack-meet .container { max-width: 1360px; }
body.page-template-template-backpack-meet footer .awards .h2 br, body.page-template-template-backpack-meet .as-seen-on { display: none !important; }

@media(max-width: 1800px) {
    .home .craigswapp .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1550px;
    }
}
@media(max-width: 1450px) {
    .home .personal .list a:nth-child(2) {
        flex: 0 0 33%;
    }
}
@media(max-width: 1250px) {
    .home .laptop iframe {
        width: 477px;
        height: 302px;
    }
    .home .verdicts .laptop .wrap:before {
        width: 690px;
        margin-left: -107px;
        margin-top: -64px;
    }
    .home .laptop.has-wistia .wistia_responsive_padding {
        width: 477px;
    }
    .home .laptop.has-wistia .wistia_responsive_padding .wistia_responsive_wrapper {
        margin-top: 15px;
    }
}
@media(max-width: 1200px) {
    .home .personal .container {
        max-width: 1500px;
    }

    .home .why-choose .row {
        --bs-gutter-x: 3rem;
    }

    .home .our-clients .wrapper {
        flex-wrap: wrap;
    }

    .home .our-clients .wrapper .content, .home .our-clients .wrapper .slider {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .home .our-clients .wrapper .content {
        text-align: center;
    }

    .home .how-help .block-content {
        grid-template-columns: repeat(2,1fr);
    }

    footer .copyright .lfs {
        justify-content: center;
    }
}
@media(min-width: 1200px) {
    footer .locations .wrap .row {
        justify-content: center;
    }
    
    footer .locations .wrap .row .col-xl-2 {
        width: 20%;
    }
}
@media(max-width: 1200px) and (min-width: 767px) {
    .home .personal .list .wrap {
        flex-direction: column;
    }

    .home .personal .list .wrap .image {
        margin-right: auto;
        margin-left: auto;
    }

    .craigswapp .one-call img {
        max-width: 100%;
        height: auto;
    }
}
@media(max-width: 991px) {
    header .fixed-header {
        display: none !important;
    }

    .home h2 {
        font-size: 45px;
    }

    footer .social-media {
        justify-content: center;
    }

    footer .menu {
        margin-top: 40px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    header .static-header .navbar-collapse {
        display: none !important;
    }

    header .col, header .container {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar {
        padding-top: 0;
    }

    header .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    header .navbar .mean-bar {
        order: 5;
    }

    header .navbar .navbar-brand {
        order: 3;
        flex: 0 0 70%;
        margin-left: 15px;
    }

    header .navbar .header-phone {
        order: 1;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    header .navbar .header-phone p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .navbar .header-phone p a, header .navbar .header-phone span {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 50%;
        margin: 0;
    }

    header .navbar .header-phone p br {
        display: none;
    }

    header .navbar .header-phone span {
        background-color: #122741;
        padding-left: 15px;
        padding-right: 15px;
    }

    header .navbar .navbar-toggler {
        display: block;
        order: 4;
        margin-left: auto;
        margin-right: 15px;
        border: none;
        opacity: 1;
    }

    header .mean-container .mean-bar {
        float: none;
        margin-top: 0;
        min-height: 0;
        padding: 0;
    }

    header .mean-container .mean-bar .meanmenu-reveal {
        display: none !important;
    }

    header .mean-container .mean-nav {
        margin-top: 0 !important;
    }

    .craigswapp .one-call img {
        margin-left: -50px;
    }

    .home .craigswapp .one-call img {
        margin-left: 0;
    }

    .attorney-profile .banner h1 {
        font-size: 40px;
    }

    .attorney-profile .meta > div {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .attorney-profile .meta .social-media {
        justify-content: flex-start;
    }

    .attorney-profile .banner .h2 {
        font-size: 28px;
    }

    .tabs .nav-tabs {
        width: 100%;
    }
    .home .laptop iframe {
        width: 377px;
        height: 240px;
    }
    .home .verdicts .laptop .wrap:before {
        width: 544px;
        margin-left: -84px;
        margin-top: -48px;
    }
    .home .laptop.has-wistia .wistia_responsive_padding {
        width: 377px;
    }
	
	.topright-floater { text-align: center; }
	.topright-floater a { margin-top: 0; }
}
@media(max-width: 991px) and (min-width: 767px) {
    .sidebar .widgets {
        padding: 20px;
    }
}
@media(min-width: 768px) {
    .dual-sidebar .widgets {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .dual-sidebar .testimonials {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .dual-sidebar .testimonials, .dual-sidebar .widgets {
        margin-bottom: 0;
    }
	body.page-template-template-backpack-meet .award-slider { width: 100%; }
}
@media(max-width: 767px) {
    .mobile-only {
        display: inherit;
    }

    a.mobile-only {
        display: inline-block;
    }

    .desktop-only {
        display: none;
    }

    /*html {*/
    /*    margin-right: -1px;*/
    /*}*/

    .home .banner h1 {
        font-size: 20vw;
    }

    .home .personal .h1 {
        font-size: 50px;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    footer .contact-form .wrap {
        padding: 30px 15px;
    }

    footer .contact-form .container {
        padding-left: 0;
        padding-right: 0;
    }

    footer .contact-form .gform_wrapper #field_3_1, footer .contact-form .gform_wrapper #field_3_2, footer .contact-form .gform_wrapper #field_3_3 {
        grid-column: 1/-1
    }

    footer .contact-form h2 {
        font-size: 45px;
    }

    footer .awards .col-md-4 {
        margin-bottom: 70px;
    }

    footer .awards .col-md-4:last-child {
        margin-bottom: 0;
    }

    main aside.sidebar {
        max-width: 100%;
    }

    .sidebar .testimonials .slide {
        text-align: center;
    }

    .sidebar .testimonials .slide .author {
        margin-left: auto;
    }

    footer .awards .guides .desc {
        text-align: left;
    }

    footer .awards .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home .faqs .wrapper .accordion, .home .faqs .wrapper .content {
        flex: 0 0 100%;
    }

    .home .faqs .wrapper .content {
        text-align: center;
    }

    .home .faqs .block-content .get-in-touch p {
        max-width: 100%;
    }

    .home .why-choose .block-content {
        text-align: center;
    }

    .home .why-choose .block-content:first-child p {
        max-width: 100%;
    }

    .home .faqs .get-in-touch, .home .faqs .get-in-touch-text {
        text-align: center;
    }

    .home .faqs .block-content {
        padding: 50px 15px;
    }

    .home .experienced .craig h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: center;
    }

    .home .experienced {
        text-align: center;
    }

    .home .experienced h2 {
        max-width: 100%;
    }

    .home .our-clients .slider .slide .wrap {
        flex-wrap: wrap;
        padding: 20px;
    }

    .home .our-clients .slider .slide .author {
        flex: 0 0 100%;
        margin-bottom: 32px;
    }

    .home .our-clients .slider .slide .author p, .home .our-clients .slider .slide .author img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .home .personal .list {
        margin-top: -110px;
    }

    .home .personal .list a:nth-child(2) {
        flex: 0 0 100%;
    }

    .home .personal .list a:first-child, .home .personal .list a:last-child {
        border-radius: 0;
    }

    .home .how-help .block-content {
        grid-template-columns: repeat(1,1fr);
        text-align: center;
    }

    .home .how-help .block-content p:last-child {
        align-items: center;
        justify-content: center;
    }

    .slick-slider {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .slick-dots {
        position: static;
    }

    .slick-slider .slick-next, .slick-slider .slick-prev {
        position: relative;
        display: inline-block;
        order: 1;
        width: 55px;
        height: 55px;
        flex: 0 0 70px;
        margin-top: 30px;
    }

    .home .our-clients .slider .slick-slider {
        max-width: 100%;
        margin-bottom: -90px;
    }

    .home .our-clients {
        padding-bottom: 144px;
    }

    .home .faqs .block-content .get-in-touch p {
        max-width: 100%;
    }

    .home .craigswapp .text {
        padding-left: 3rem;
        padding-right: 3rem;
        text-align: center;
    }

    .home .craigswapp .text .btn {
        margin-left: 0;
        margin-right: 0;
    }

    .home .banner .h2 {
        font-size: 23px;
    }

    .home .banner p {
        font-size: 18px;
    }

    .craigswapp .one-call .wrap {
        width: 100%;
        justify-content: center;
    }

    .when-hire .quote h2 {
        font-size: 38px;
    }

    .badges-banner {
        text-align: center;
    }

    .badges-banner img {
        margin-left: auto;
        margin-right: auto;
    }

    .experienced h2 {
        font-size: 45px;
    }

    .clients-say h2 {
        font-size: 40px;
    }

    .craigswapp .text-content h1 {
        font-size: 45px;
    }

    /*header {*/
    /*    margin-left: 13px;*/
    /*}*/

    .page-id-2014505 .craigswapp .one-call {
        display: none;
    }

    .attorney-profile .meta > div {
        text-align: center;
    }

    .attorney-profile .meta .social-media {
        justify-content: center;
    }

    .attorney-profile .banner .image {
        max-width: 300px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .attorney-profile .banner .content {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .attorney-profile .meta .email a, .attorney-profile .meta .vcard a {
        justify-content: center;
    }

    .h1, h1 {
        font-size: 40px;
    }

    .h2, h2 {
        font-size: 30px;
    }

    .banner p {
        font-size: 20px;
    }

    .bg-gradient .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    main .locations {
        text-align: center;
    }

    .page-id-5015385 .banner .text-content {
        margin-top: 300px;
    }

    .page-id-5015385 .banner {
        background-position: right bottom;
    }

    .contact-content .row {
        flex-direction: column-reverse;
    }

    .home .prac-areas .slide {
        padding: 0;
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .home .how-help .tabs .tab-box p:last-child {
        margin-top: 0;
        flex-grow: 0;
    }

    .home .how-help .tabs .tab-box {
        height: auto;
        margin-bottom: 15px;
    }
    
    .home .verdicts .laptop .wrap:before {
        background-position: top center;
        left: 50%;
        transform: translateX(-50%);
        margin-left: auto;
        margin-right: auto;
    }
    
    .home .laptop iframe {
        margin-left: auto;
        margin-right: auto;
    }
    
    .home .laptop p {
        text-align: center;
    }
    .home .laptop.has-wistia .wistia_responsive_padding {
        margin-left:auto;
        margin-right:auto;
    }
    .flex-md-reverse-column {
        flex-direction: column-reverse;
    }
    
    .side-by-side .image {
        border-radius: 25px;
    }
    
    .side-by-side.office .iframe-map iframe {
        margin-top: 40px;
        border-radius: 0;
    }
    
    .side-by-side.office .address, .side-by-side.office .phone {
        margin-left: 0;
    }
    
    .side-by-side.office .address:before, .side-by-side.office .phone:before {
        left: 13px;
    }
    
    main .side-by-side.office .h3 {
        margin-top: 40px;
    }
}
@media(max-width: 576px) {
    header .navbar .header-phone p a, header .navbar .header-phone span {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .home .prac-areas .slide {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        display: block !important;
    }

    .attorney-tiles .image img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .attorney-tiles .image {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .attorney-tiles .image:before {
        display: none;
    }
}
@media(max-width: 490px) {
    .home .laptop iframe {
        width: 300px;
        height: 190px;
    }
    .home .verdicts .laptop .wrap:before {
        width: 434px;
        margin-top: -40px;
    }
    .home .laptop.has-wistia .wistia_responsive_padding {
        width: 300px;
    }
    .home .laptop.has-wistia .wistia_responsive_padding .wistia_responsive_wrapper {
        margin-top: 10px;
    }
}

.sk-ww-indeed-jobs {
    padding: 15px;
    border-radius: 25px !important;
}

.flexible-content .background-carousel-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(#0c192adb, #0c192a6b, #0c192adb);
    top: 0;
    left: 0;
}
.event-meta { display: flex; align-items: stretch; justify-content: space-between; border-top: 3px solid #D62027; margin: 25px 0; }
.event-meta > div { border-left: 3px solid #D62027; margin-top: 20px; padding: 20px; width: 33.3333%; display: flex; align-items: flex-start; }
.event-meta > div:first-child { border: none; }
.event-meta .icon { color: #8898AC; font-size: 25px; margin-right: 14px; }
.event-image, .event-image img { width: 100%; max-height: 300px; object-fit: cover; object-position: center; border-radius: 25px; margin-bottom: 30px; }
.event-heading { position: relative; text-transform: uppercase; color: #122741; font-weight: 600; font-size: 28px; line-height: 1; margin-bottom: 40px; z-index: 1; overflow: hidden; text-align: left; margin-top: 100px; }
.event-heading:after { position: absolute; content: ''; overflow: hidden; top: calc(50% - 2.5px); height: 5px; background-color: #D62027; width: 100%; margin-left: calc(0% + 20px); }
.event-heading:before { display: none; }
.big-event .big-image { position: relative; }
.big-event .big-image img { min-height: 300px; width: 100%; border-radius: 25px; object-position: center; object-fit: cover; max-height: 435px; height: 100%; }
.big-event .big-image .title { position: absolute; font-size: 40px; color: #fff; font-weight: 700; background: transparent linear-gradient(269deg, #D6202700 0%, #97171CE3 42%, #541F2FF1 63%, #122741 100%) 0% 0% no-repeat padding-box; width: 100%; padding: 20px 40px; left: 0; bottom: 40px; }
.big-event .big-image { display: block; border-radius: 25px; overflow: hidden; flex: 0 0 66%; margin-right: 35px; }
.big-event .big-image:before { content: ''; width: 100%; height: 100%; background: transparent linear-gradient(212deg, #0C192A00 0%, #0C192A52 56%, #0C192A 100%) 0% 0% no-repeat padding-box; position: absolute; top: 0; left: 0; }
.big-event { display: flex; }
.event .excerpt p { font-weight: 500 !important; font-size: 18px !important; font-family: 'lato'; }
.event .meta > div { display: flex; margin-bottom: 15px; }
.event .meta .icon { color: #8898AC; font-size: 22px; margin-right: 14px; }
.event .meta .title { font-size: 40px; font-weight: 600; line-height: 1; }
.event { margin-bottom: 35px; }
.events-list .event img { border-radius: 25px; max-height: 228px; object-fit: cover; object-position: center; margin-bottom: 35px; width: 100%; }
.events-list { display: flex; align-items: flex-start; justify-content: space-between; }
.events-list .event { margin-right: 58px; flex: 0 0 calc(33% - 58px); }
.events-list .event > a:first-child { display: block; }
.current-event .event-heading { margin-top: 0; }
.post-type-archive-events .main-content { padding-top: 0 !important; }
.post-type-archive-events .main-content:before { display: none; }
.events-list + .pagination { display: flex; align-items: center; justify-content: center; }
.events-list + .pagination .page-numbers { color: #A4ABB4; font-size: 22px; text-decoration: none; margin: 0 15px; }
.events-list + .pagination .page-numbers.current { color: #d62027; }
.events-list + .pagination .next, .events-list + .pagination .prev { display: none; }
@media(max-width: 1400px) {
.big-event .big-image img { max-height: 610px; }
}
@media(max-width: 991px) {
.big-event .big-image img, .big-event .big-image a { max-height: 350px; width: 100%; display: block; }
.big-event { flex-wrap: wrap; }
.big-event .big-image { width: 100%; margin-bottom: 30px; flex: 0 0 100%; }
.events-list .event { margin-right: 0; width: 100%; flex: 0 0 100% }
.events-list { flex-wrap: wrap; }
.event-meta { flex-wrap: wrap; align-items: flex-start; }
.event-meta > div {flex: 0 0 100%;margin-left: 0;margin-right: 0;border-left: none;border-top: 3px solid #d62027;}
}
.post-type-archive-events .banner { background-image: url(https://www.craigswapp.com/wp-content/uploads/2023/12/events.jpg.webp) !important; }
.authorship { border-top: 3px solid #d62027; padding: 25px 0; margin-top: 30px; }
.page-template-page-location-single .offices .side-widget { position: sticky; top: 60px; margin-bottom: 80px; }
.stars { display: flex; align-items: center; justify-content: space-between; max-width: 100%; width: 325px; margin-left: auto; margin-right: auto; }
.stars .star { background: none; border: none; color: #d62027; font-size: 39px; }
.stars .star.hover .bx-star:before { color: #122741; }
.stars .star.active .bx-star:before, .stars .star.hover .bx-star:before { content:'\eeb8'; }
.rating-links .location { border: 2px solid #0a6cff; color: #fff; background-color: #0a6cff; padding: 10px 30px; border-radius: 7px; text-decoration: none; font-size: 1.1em; margin-left: auto; margin-right: auto; display: inline-block; }
.rating-links .locs { display: flex; align-items: center; justify-content: center; }
.rating-links .location:hover, .rating-links .location:focus { color: #0a6cff; background-color: transparent; }
.page-template-page-feedback main .primary .main-content:before {display: none;}
.page-template-page-feedback main .primary .main-content { padding-top: 0; }
@media(min-width: 767px) {
    .stars .star { font-size: 100px; }
    .stars { width: 560px; }
}
@media(max-width: 576px) {
    .stars .star { font-size: 39px; margin: 0 7.5px; }
	.stars .star:first-child { margin-left: 0; }
	.stars .star:last-child { margin-right: 0; }
    .stars { width: 300px; justify-content: center; }
}
ul.blocks { list-style: none; padding: 0; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
ul.blocks li { max-width: 30%; max-width: calc(33% - 30px); margin: 15px; width: 100%;);)%;); }
ul.blocks li a { color: #fff; background-color: #d62027; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 1 / 1; font-size: 30px; line-height: 1.1; text-decoration: none; position: relative; font-weight: 600; padding: 10%; text-align: center; }
ul.blocks li a:hover, ul.blocks li a:focus { background-color: #122741; }
ul.blocks li a:before { content: ''; width: 90%; height: 90%; top: 5%; left: 5%; position: absolute; border: 4px solid #0c192a; }
@media(max-width: 767px) {
ul.blocks li { max-width: 45%; max-width: calc(50% - 30px); }
ul.blocks li a { font-size: 20px; }
}
@media(max-width: 576px) {
ul.blocks li { max-width: 100%; margin-left:0; margin-right:0; }
ul.blocks li a { font-size: 30px; }
}
@media(min-width: 960px) {
.uk-dropdown .uk-dropdown { left: unset !important; position: absolute; right: -100%; top: 0 !important; }
.uk-dropdown { overflow: visible !important; }
.uk-dropdown .menu-item-has-children { position: relative; }
.uk-dropdown .uk-dropdown ul { padding: 5px 0 5px 5px; }
.uk-dropdown .uk-dropdown ul li a:hover, .uk-dropdown .uk-dropdown ul li a:focus { background-color: #f5f5f5; }
.uk-dropdown .uk-dropdown ul li a { border-top-left-radius: 4px; border-bottom-left-radius: 4px; padding-left: 10px; }
}