section.resources-hero {
    padding-top: 40px;
}
.header-image-wrap h1 {
    margin-bottom: 0;
}
.single.single-news .news-detail ul {
    margin: 0 0 20px;
    padding: 0;
    font-size: 1.11vw;
    padding-left: 40px;
}
.single.single-news .news-detail ul li {
    font-size: 1.11vw;
}
section.faq-single-video .col-xs-8.faq-text.no-padding h3 {
    font-size: 2vw;
}
.d-grid {
	    display: grid;
	    grid-template-columns: 49.7% 49.7%;
	    justify-content: space-between;
	    row-gap: 50px;
	}
	.top-border {
	    height: 15px;
	    border-radius: 20px;
	    z-index: 1;
	    position: relative;
	    top: 2px;
	}

	.resources-content {
	    padding: 40px 50px 100px;
	    width: 98%;
	    margin: auto;
	    overflow: hidden;
	    box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
	    height: 100%;
	}
	.resources-desc p {
	    margin-bottom: 10px;
	}

	.resources-wraper {
	    padding: 35px 0 100px;
	}

	.resources-items {
	    position: relative;
	}
	.resources-title h2 {
	    margin: 0px 0 15px;
	    font-family: 'Raleway Bold';
	    font-size: 2.43vw;
	    padding-bottom: 30px;
	    position: relative;
	}

	h2.related-title:after, .resources-title h2:after {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 2px;
	    background: #3c9db5;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	h2.related-title:after {
	    bottom: inherit;
	    top: 0;
	}

	.global-btn-custom {
	    text-transform: uppercase;
	    font-size: 1.19vw;
	    font-family: 'Raleway Bold';
	    padding: 15px 50px 15px;
	    border: 3px solid #3c9db5;
	    color: #3c9db5;
	    display: inline-block;
	    transition: 0.5s;
	    margin-top: 0;
	    position: absolute;
	    bottom: 30px;
	}

	.global-btn-custom:hover {
	    text-decoration: none;
	    background: #3c9db5;
	    color: #fff;
	    transition: 0.5s;
	}
	.pagination-custom {
	    font-size: 1.3vw;
	    font-family: 'Raleway Bold';
	    color: #151e3c;
	    text-transform: uppercase;
	    display: flex;
	    align-items: center;
	    column-gap: 15px;
	}

	.pagination-custom a {
	    color: #202628;
	    font-family: 'Raleway';
	}

	.pagination-custom a:hover {
	    font-family: 'Raleway Bold';
	}

	.pagination-custom span {
	    font-size: inherit;
	    font-family: 'Raleway Bold';
	    margin-top: -5px;
	}

	/*.pagination-custom a:hover {
	    text-decoration: none;
	}*/
	.title-custom h2 {
	    font-family: 'Raleway Bold';
	    margin: 30px 0 40px;
	    padding-bottom: 40px;
	    position: relative;
	}
	.title-custom h2:after {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 2px;
	    background: #909090;
	    left: 0;
	    bottom: 0;
	}

	.title-custom h1 span.title-main {
	    font-size: inherit;
	    font-family: inherit;
	    display: block;
	}
	.resources-blurb p {
	    font-size: 1.59vw;
	}

	a.resources-readmore {
	    font-family: 'Raleway Bold';
	    line-height: 33px;
	    font-size: 1.3vw;
	    margin-bottom: 50px;
	    display: inline-block;
	    text-transform: uppercase;
	}
	a.resources-readmore span {
	    font-size: 1.8vw;
	    line-height: 40px;
	}

	.resources-tabs {
	    display: flex;
	}

	.resources-tabs button {
	    font-size: 2vw;
	    padding: 35px 0px 35px;
	    font-family: 'Raleway Bold';
	    border: 2px solid #8a8e9d;
	    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(21, 30, 60, 0.13) 100%);
	    color: #151e3c;
	    border-bottom: none;
	    width: 29.2%;
	}
	.resources-tabs button:last-child {
	    border-left: none;
	    border-top-right-radius: 15px;
	}
	.resources-tabs button:first-child {
	    border-top-left-radius: 15px;
	}

	.resources-panel {
	    padding: 45px 60px 70px;
	    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	}

	/* FAQ card list */
	.faq-card-list {
	    list-style: none;
	    margin: 40px 0 0;
	    padding: 0;
	}

	.faq-card-list-item + .faq-card-list-item {
	    margin-top: 18px;
	}

	.faq-card-question {
	    font-family: 'Raleway Bold';
	    font-size: 1.8vw;
	    line-height: 1.4;
	    color: #151e3c;
	    margin-right: 24px;
	    display: inline-block;
	    width: 100%;
	    max-width: 1000px;
	}

	.faq-card {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 100%;
	    padding: 40px 60px;
	    border-radius: 18px;
	    background: #e4f5fb;
	    text-decoration: none;
	    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	    transform: translateY(0);
	    transition: box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
	}

	.faq-card-arrow {
	    flex: 0 0 auto;
	    width: 75px;
	    height: 75px;
	    border-radius: 50%;
	    background: #3c9db5;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.faq-card-arrow-icon {
	    display: block;
	    width: 46px;
	    height: 31px;
	    background-image: url(/wp-content/uploads/2026/02/arrow-icons.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: contain;
	}

	a.faq-card:hover,
	a.faq-card:focus-visible {
	    background: #daf0f8;
	    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
	    transform: translateY(-2px);
	    outline: none;
	}

	a.faq-card:focus-visible {
	    box-shadow: 0 0 0 3px #3c9db5, 0 8px 20px rgba(0, 0, 0, 0.16);
	}

	.faq-card-list-item.is-current .faq-card {
	    border: 2px solid #151e3c;
	    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	}

	/* FAQ single page */
	.faq-single-page {
	    padding-bottom: 60px;
	}

	.faq-single-content-wrap {
	    padding-top: 30px;
	}

	.faq-single-title {
	    font-family: 'Raleway Bold', sans-serif;
	    font-size: clamp(1.5rem, 2.2vw, 2rem);
	    line-height: 1.35;
	    color: #151e3c;
	    margin: 0 0 40px;
	}

	.faq-single-qa-list {
	    margin-bottom: 50px;
	}

	.faq-single-qa-item {
	    margin-bottom: 40px;
	}

	.faq-single-qa-item:last-child {
	    margin-bottom: 0;
	}

	.faq-single-qa-item p.faq-card-question {
	    margin: 0;
	    max-width: 100%;
	}

	.faq-single-q {
	    font-family: 'Raleway Bold', sans-serif;
	    font-size: 1.1rem;
	    line-height: 1.5;
	    color: #151e3c;
	    margin: 0 0 12px;
	}

	.faq-single-a {
    display: flex;
    gap: 0.5em;
    margin-top: 8px;
    flex-wrap: wrap;
}
	.faq-single-a-label {
	    flex: 0 0 auto;
	    font-family: 'Raleway Bold', sans-serif;
	    font-size: 1rem;
	    color: #151e3c;
	    margin: 0;
	}

	.faq-single-a-content {
	    flex: 1;
	    font-size: 1rem;
	    line-height: 1.65;
	    color: #333;
	}

	.faq-single-a-content p:first-child {
	    margin-top: 0;
	}

	.faq-single-a-content p:last-child {
	    margin-bottom: 0;
	}

	.faq-single-video {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

	.faq-single-video-link {
	    display: block;
	    position: relative;
	    width: 100%;
	    padding-bottom: 56.25%;
	    background: #151e3c;
	    border-radius: 8px;
	    overflow: hidden;
	    text-decoration: none;
	}

	.faq-single-video-thumb,
	.faq-single-video-thumb-only {
	    position: absolute;
	    inset: 0;
	    background-size: cover;
	    background-position: center;
	}

	.faq-single-video-thumb-only {
	    position: relative;
	    display: block;
	    width: 100%;
	    padding-bottom: 56.25%;
	    border-radius: 8px;
	}

	.faq-single-video-overlay {
	    position: absolute;
	    inset: 0;
	    background: rgba(21, 30, 60, 0.6);
	    display: flex;
	    align-items: center;
	    padding: 20px 60px 20px 24px;
	}

	.faq-single-video-title {
	    font-family: 'Raleway Bold', sans-serif;
	    font-size: clamp(1rem, 1.5vw, 1.25rem);
	    color: #fff;
	    line-height: 1.4;
	}

	.faq-single-video-play {
	    position: absolute;
	    right: 24px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 70px;
	    height: 70px;
	    border-radius: 50%;
	    background: rgba(255, 255, 255, 0.9);
	    border: 4px solid #fff;
	}

	.faq-single-video-play::after {
	    content: '';
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-40%, -50%);
	    width: 0;
	    height: 0;
	    border-top: 12px solid transparent;
	    border-bottom: 12px solid transparent;
	    border-left: 20px solid #151e3c;
	}

	.faq-single-list-wrap {
	    margin-top: 60px;
	    padding-top: 40px;
	    border-top: 1px solid #e0e0e0;
	}

	.faq-list-heading {
	    font-family: 'Raleway Bold', sans-serif;
	    font-size: 1.5rem;
	    color: #151e3c;
	    margin: 0 0 24px;
	}

	h3.resource-item-title {
	    box-sizing: border-box;
	    display: inline-block;
	    font-family: 'Raleway Bold';
	    margin: 0;
	    font-size: 1.7vw;
	    line-height: 1.5;
	}
	a.resource-link {
	    display: inline-flex;
	    align-items: center;
	    font-size: 1.4vw;
	    font-family: 'Raleway Bold';
	    column-gap: 10px;
	    margin: 20px 0 0;
	}

	.resource-meta {
	    font-size: 1.6vw;
	    margin: 15px 0 15px;
	}

	.resource-excerpt {
	    font-size: 1.59vw;
	}

	html body a.resource-link span {
	    font-size: 2vw;
	    line-height: 24px;
	    margin-top: -10px;
	}

	.resources-panel article.resource-item:not(:last-child) {
	    border-bottom: 2px solid #909090;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}

	.resources-tabs button:hover, .resources-tabs button.is-active {
	    border-color: #151e3c;
	    color: #fff;
	    background: #151e3c;
	}

	button.resources-loadmore {
	    display: flex;
	    align-items: center;
	    font-family: 'Raleway Bold';
	    font-size: 25px;
	    background: transparent;
	    column-gap: 10px;
	    border: 3px solid #3c9db5;
	    padding: 10px 40px 10px;
	    color: #3c9db5;
	}
	button.resources-loadmore:hover {
	    background: #3c9db5;
	    color: #fff;
	}

	button.resources-loadmore span {
	    font-size: 40px;
	}
	h2.related-title {
	    margin: 30px 0 60px;
	    font-family: 'Raleway Bold';
	    font-size: 2.4vw;
	    padding-top: 40px;
	    position: relative;
	    z-index: 1;
	}
	.related-attorneys-slider .sidebar-partner img {
	    height: 330px;
	    width: 100%;
	    object-fit: cover;
	    position: relative;
	    top: 0;
	    transition: 0.5s;
	}

	.related-attorneys-slider .sidebar-partner img:hover {
	    top: -15px;
	    transition: 0.5s;
	}

	.related-attorneys-slider .sidebar-partner p a {
	    margin: 20px 0 0px;
	    display: block;
	    font-size: 1.25vw;
	}

	.related-attorneys-slider .sidebar-partner span {
	    font-size: 1.2vw;
	}

	.resources-main.related-resources-main {
	    padding: 100px 0 40px;
	}

	.resources-main.related-resources-main .d-grid {
	    grid-template-columns: 33% 33% 33%;
	    padding-top: 50px;
	}
	.single-content-wrapper {
	    display: grid;
	    grid-template-columns: 75% 25%;
	    align-items: center;
	    column-gap: 40px;
	}
	.resources-main.related-resources-main .swiper-button-next, .resources-main.related-resources-main .swiper-button-prev {
	    top: 0px;
	    bottom: -30px;
	    margin: auto;
	    width: 60px;
	    height: 60px;
	    background: #3c9db5;
	    border-radius: 100px;
	}

	.resources-main.related-resources-main .swiper-button-next {
	    left: inherit;
	    right: -30px;
	    z-index: 99;
	}

	.resources-main.related-resources-main .swiper-button-next svg, .resources-main.related-resources-main .swiper-button-prev svg {
	    width: 24px;
	    height: 24px;
	    fill: #fff;
	}

	.resources-main.related-resources-main .swiper-button-next svg path, .resources-main.related-resources-main .swiper-button-prev svg path {
	    fill: #fff;
	}

	.resources-main.related-resources-main .swiper-button-prev {
	    right: inherit;
	    left: -30px;
	}

	.resources-main.related-resources-main .container {
	    position: relative;
	}
	#sidebar .resources-wraper {grid-template-columns: 100%;}

	#sidebar .resources-wraper .resources-title h2 {
	    font-size: 2vw;
	    margin: 0px 0 15px;
	    padding-bottom: 15px;
	}

#sidebar .resources-wraper .resources-content {
    padding: 30px 40px 100px;
    text-align: center;
}
	#sidebar .resources-wraper .resources-btn a.global-btn-custom {
	    padding-left: 0;
	    padding-right: 0;
	    width: 70%;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	#sidebar .resources-wraper .resources-content img {
	    max-width: 150px;
	}
#sidebar .resources-wraper .resources-content h3 {
    line-height: 1.2;
    margin: 0 0 15px;
    font-size: 1.74vw;
}
section.disclaimer-text {
    border-top: 2px solid #909090;
    padding-top: 35px;
}
.desc-disclaimer {
    padding: 20px;
    background: #151e3c;
    color: #fff;
}

.desc-disclaimer p {
    margin: 0;
    font-style: italic;
    text-align: center;
    font-size: 20px;
}
.faq-single-a ul, .faq-single-a p {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1440px){
	#sidebar .resources-wraper .resources-content h3 {
    font-size: 1.64vw;
}
}
	@media screen and (max-width: 1366px){
		.resources-main.related-resources-main .d-grid .resources-content {
		    padding: 20px 20px 120px;
		}
		.resources-panel {
		    padding: 40px 40px 40px;
		}
		.resources-panel article.resource-item:not(:last-child) {
		    padding-bottom: 40px;
		    margin-bottom: 40px;
		}
		button.resources-loadmore {
		    font-size: 20px;
		    column-gap: 10px;
		    padding: 5px 40px 5px;
		}
		.related-attorneys-slider .sidebar-partner img {
		    height: 220px;
		}
		.resources-tabs button {
		    padding: 25px 0px 25px;
		}
		#homeservices .button-main-wraper a.resources-readmore {
		    margin-top: 30px;
		    line-height: 10px;
		}
		/*.container {
		    width: 100%;
		    padding: 0 20px;
		}*/
		html {
		    overflow-x: hidden;
		}
		body {
		    overflow: hidden;
		}
		#homeservices .row {
		    margin: 0;
		    padding: 30px 0 30px;
		}
		#footer .footer-left {
		    padding-left: 0;
		}
		#footer .footer-right {
		    padding-right: 0;
		}
		#homeservices {
		    padding-bottom: 1.714em;
		}
		.desc p {
		    max-width: 420px;
		    margin: auto;
		    margin-bottom: 30px;
		}
		.resources-content-wraper h2 {
		    margin-bottom: 10px;
		}
		a.full-button-bg {
		    font-size: 1.8vw;
		}
		#sidebar .resources-wraper .resources-content {
    padding: 30px 25px 80px;
}
		#sidebar .resources-wraper .resources-btn a.global-btn-custom {
    bottom: 20px;
}
		.faq-card {
    padding: 15px 30px;
}
	}
	@media screen and (max-width: 1200px){
		.resources-main.related-resources-main .d-grid, .d-grid {
		    grid-template-columns: 100%;
		    row-gap: 30px;
		}
		.resources-content {
		    padding: 20px 20px 120px;
		}
		.title-custom h2 {
		    margin: 40px 0 40px;
		    padding-bottom: 40px;
		}
		a.resources-readmore {
		    margin-bottom: 20px;
		}
		button.resources-loadmore {
		    font-size: 17px;
		}
		.resources-main.related-resources-main {
		    padding: 60px 0 40px;
		}
		h2.related-title {
		    margin: 30px 0 30px;
		}
		/*.container {
		    width: 100%;
		    padding: 0 30px;
		}*/
		#homeservices .button-main-wraper a {
		    font-size: 1.5vw;
		    margin-top: 10px;
		}
		#sidebar .resources-wraper .resources-content img {
    max-width: 110px;
}

	}
	@media screen and (max-width: 991px){
		html {
		        margin-top: 15px !important;
		    }
		/*.container {
		    padding: 0 15px;
		}*/
		.resources-banner-main {
		    padding: 40px 0 40px;
		}
		    .resources-panel {
        padding: 30px 20px 20px;
    }
.faq-card {
    padding: 15px 15px;
}
		.faq-card-arrow {
    width: 50px;
    height: 50px;
}
		.faq-card-arrow-icon {
    width: 36px;
    height: 21px;
}
	}
	@media screen and (max-width: 768px){
		h2.related-title, .resources-title h2 {
		    font-size: 30px;
		}
		
		.related-attorneys-slider .sidebar-partner span, .related-attorneys-slider .sidebar-partner p a, html body a.resource-link span, a.resource-link, .resource-meta, .resource-excerpt, .resources-loadmore-row button.resources-loadmore span, .resources-loadmore-row button.resources-loadmore, .resources-tabs button, a.resources-readmore, .resources-blurb p, .global-btn-custom, .resources-desc p {
		    font-size: 20px;
		}
		html body a.resource-link span, a.resources-readmore span, html body a.resource-link span {
		    font-size: 20px;
		    line-height: inherit;
		}
		#homeservices .button-main-wraper a, #homeservices .button-main-wraper a.resources-readmore {
		    line-height: 20px;
		    font-size: 16px;
		}
		.global-btn-custom {
		    padding: 15px 20px 15px;
		}
		.pagination-custom {
	        font-size: 16px;
	    }
		.title-custom h1 {
		    font-size: 35px;
		}
		h3.resource-item-title {
		    font-size: 25px;
		}
		.resources-panel {
		    padding: 50px 20px 50px;
		}
		.resources-tabs {
		    flex-wrap: wrap;
		}
		.resources-tabs button {
		    padding: 20px 0px 20px;
		}
		.resources-panel article.resource-item:not(:last-child) {
		    padding-bottom: 30px;
		    margin-bottom: 30px;
		}
		.resources-main.related-resources-main .d-grid {
		    padding-top: 30px;
		}
		.resources-main.related-resources-main {
		    padding: 50px 0 40px;
		}
		.single-content-wrapper {
		    grid-template-columns: 100%;
		    column-gap: 0;
		}
		.title-custom h2 {
		    font-size: 30px;
		}
		button.resources-loadmore {
	        padding: 15px 40px 15px;
	    }
	    .resources-main.related-resources-main .swiper-button-next {
	        right: 5px;
	    }
	    .resources-main.related-resources-main .swiper-button-prev {
	        right: inherit;
	        left: 5px;
	    }
	    .resources-main.related-resources-main .swiper-button-next, .resources-main.related-resources-main .swiper-button-prev {
	        bottom: -40px;
	        margin: auto;
	        width: 40px;
	        height: 40px;
	    }
	    .resources-main.related-resources-main .swiper-button-next svg, .resources-main.related-resources-main .swiper-button-prev svg {
	        width: 15px;
	        height: 15px;
	    }
	    table {
	        width: 100%;
	    }
	    html {
	        margin-top: 10px !important;
	    }
	    div#sidebar {
	        margin-bottom: 50px !important;
	    }
	    .list-news .label-category, #slider p, #inthemedia span.date, .bullet-list p, .who-we-are p, .who-we-are li, .sidebar-partner p, .sidebar-partner span, .sidebar-partner a, .list-news p, .list-news a.read-more, .pagination-list p, .what-we-do p, .news-detail p, .news-detail .post-meta span, .news-sidebar li, .what-we-do a, .privacy-policy p, .privacy-policy a, .error p, .error a, .what-we-do li, .awards-recognition ul li, #footer p, #footer ul li, .list-testimonial h4, .list-publication .entry-date, .who-we-are .list-news .entry-date {
	            font-size: 16px;
	        }
	    html body h2 {
	        font-size: 30px !important;
	    }
	    html body h1 {
	        font-size: 32px !important;
	    }
	    .col-xs-9, .col-xs-3 {
	        width: 100%;
	    }
	    .resources-banner-main {
	        clear: both;
	    }
	    .desc p {
	        font-size: 20px;	
	    }
	    a.full-button-bg {
	        font-size: 16px;
	        padding: 15px 0px 15px;
	        width: 100%;
	        max-width: 200px;
	    }
		#sidebar .resources-wraper .resources-content h3 {
    font-size: 18px;
}
		.faq-card-question {
    font-size: 17px;
}
		.faq-card-list {
    margin: 10px 0 0;
}
		    .resources-panel {
        padding: 20px 20px 30px;
    }
    .desc-disclaimer p {
    font-size: 14px;
}
	}
	@media screen and (max-width: 600px){
		.resources-tabs button {
	        padding: 17px 0px 17px;
	    }
		 .resources-tabs {
		     column-gap: 5px;
		 }
		/*.container {
		    padding: 0 15px;
		}*/
		.header-image h1, .header-image .blog-title {
		    height: auto !important;
		    padding: 30px 0 35px !important;
		}
		html body h1 {
		    font-size: 25px !important;
		}
		div#sidebar .resources-wraper .resources-content {
		    padding: 20px 15px 90px;
		}
		.global-btn-custom {
		    bottom: 10px;
		}
		div#sidebar .resources-wraper .resources-title h2 {
		    margin: 0px 0 20px;
		    padding-bottom: 20px;
		}
		#practice-groups img {
		    height: auto !important;		
		}
		#practice-groups img {
	        max-height: inherit !important;
	    }

	}
	@media screen and (max-width: 425px){
		.resources-tabs button {
	        width: 100%;
	        border: 2px solid #8a8e9d !important;
	        border-radius: 5px !important;
	    }
		.resources-tabs {
		    row-gap: 10px;
		}
		.resources-tabs button:hover, .resources-tabs button.is-active {
		    border-color: #151e3c !important;
		}
	}
