/*
Theme Name: Odoms Sparks
Theme URI: http://www.one400.com/
Author: ONE400
Author URI: http://www.one400.com/
Description: This theme is designed by ONE400.
Version: 1.0.0
Text Domain: odomspark

 */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", serif; */


img{
    max-width: 100%;
    height: auto;
}
a{
	color: #85AC7D;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */

/* General */
body{
	font-family: "Lato", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color:#1E1E1E;
	overflow-x:hidden;
	padding-top: 132px;
}
body.home{
	padding-top: 0;	
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.relative-content{
	position: relative;
}
.floating-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 3;
}
.header.unpinned{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	background-color:#fff;
	z-index:10;
}
.admin-bar .header{
	top: 32px;
}
.menu-primary-menu-container ul li a{
	color: #0B2D49;
	margin-right: 32px;
	display: block;
	padding:15px 0;
}
.menu-primary-menu-container ul > li.menu-item-has-children > a{
	position:relative;
	padding-right:16px;
}
.menu-primary-menu-container ul.primary-menu > li.menu-item-has-children > a:before{
	position: absolute;
	top: 50%;
	right: -3px;
	content: "";
	background-image: url(images/header-icon.svg);
	width: 13px;
	height: 8.5px;
	transform: translateY(-50%);
}
.menu-primary-menu-container ul li.menu-custome-btn a{
	background-image: url(images/header-phone-icon.svg);
	background-repeat: no-repeat;
	padding-left: 47px !important;
	background-position: 20px center;
}
.menu-primary-menu-container ul li.menu-custome-btn a:hover{
	background-image: url(images/header-phone-icon-hover.svg);
}
.menu-primary-menu-container ul li.primary-btn a,
a.primary-btn,
.gform_wrapper.gravity-theme .gform_footer .gform_button{
	background-color: #85AC7D;	
	color: #fff;
	padding: 15px 25px;
	border: 1px solid #85AC7D;
	border-radius: 5px;
	cursor: pointer;
}
.menu-primary-menu-container ul li.primary-btn a:hover,
a.primary-btn:hover,
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover{
	background-color: #fff;	
	color: #85AC7D;
	text-decoration:none;
}
.menu-primary-menu-container ul li.primary-btn a{
	margin-right: 0;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button{
	margin-top: 25px;
}
.primary-menu{
	align-items: center;	
}
.homepage-banner{
	padding-top: 260px;
	padding-bottom: 170px;
	text-align: center;
}
.homepage-banner h1{ 
	font-size: 70px;
	font-weight: 900;
	line-height: 1.1;
	color: #0B2D49;
}
.banner-content{
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin-top: 15px;
}
a.primary-btn{
	padding: 15px 35px;
	margin-top: 15px;
	display: inline-block;
}
.footer-container{
	padding: 80px 0;
	background: #0B2D49;
	color: #fff;
	font-size: 14px;
}
.footer-copyright-container .copyright-row{
/* 	border-top: 1px solid #fff; */
	padding-top: 35px;
	margin-top: 50px;
	position:relative;
}
.footer-copyright-container .copyright-row:before{
	position:absolute;
	top:0;
	left:15px;
	content:"";
	background-color:#fff;
	height:1px;
	width:calc(100% - 30px);
}
.footer-copyrights-menu li:not(:last-child){
	margin-right: 25px;
}
.footer-copyrights-menu li a{
	text-decoration: underline;
}
.footer-copyrights-menu li a:hover,
.desgined-by a:hover{
	color:#fff;
}
.desgined-by{
	text-transform: uppercase;
}
.contact-form-container{
	padding-top: 50px;
}
.gform_required_legend{
	display: none !important;
}
.section-title,
.single-blog-post-container h3{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
	color: #0B2D49;
	margin-bottom: 20px;
}
.sub-headline{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #0B2D49;
	margin-bottom: 30px;
}
.page .gform_wrapper.gravity-theme .gfield input.large, 
.page .gform_wrapper.gravity-theme .gfield select.large,
.page .gform_wrapper.gravity-theme .gfield textarea.medium{
    border: 1px solid #0B2D49;
	border-radius: 10px;
	padding: 10px;
}
.page .gform_wrapper.gravity-theme .gfield textarea.medium{
	height: 180px;
}
.page .gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #0B2D49;
}
.page .gform_wrapper.gravity-theme .gfield-choice-input+label{
	font-size: 14px;
	color: #0B2D49;
	margin-left: 5px;
	font-family: "Roboto", serif;
}
.find-us{
	padding: 100px 0;
}
.find-us .address{
	border-left: 2px solid #0B2D49;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}
.find-us .address strong{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
	display: inline-block;
	font-family: "Roboto", serif;
}
.embed-map{
	border-radius:10px;
	border: 3px solid #85AC7D;
	overflow: hidden;
	line-height: 0;
}
.error404 .error-container{
	padding: 180px 0 200px;
}
.error404 h4{
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: #0B2D49;
}
.error404 h1{
	font-size: 60px;
	font-weight: 700;
	color: #0B2D49;
}
.success-stories-common{
	padding-bottom: 100px;
}
.single-blog-post-container{
	padding-top: 50px;
	padding-bottom: 100px;
}
.author-content{
	padding-bottom: 50px;	
}
.author-content span{
	text-decoration: underline;
}
.blog-post-image{
	padding-bottom: 100px;
}
.single-blog-post-container .single-blog-content p:not(:last-child){
	margin-bottom: 25px;

}
.single-blog-post-container .single-blog-content{
	color: #000;
	line-height:1.4;
}
.single-blog-post-container .single-blog-content blockquote{
	font-size: 20px;
	padding-left: 30px;
	border-left: 2px solid #000;
	margin-bottom: 25px;
	font-style:italic;
}
.single-blog-post-container .single-blog-content h4{
	font-size: 24px;
	font-weight: 700;
	color: #0B2D49;
	margin-bottom: 35px;
}
.post-blog-content{
	padding-top: 65px;
	padding-bottom: 50px;
	border-bottom: 1px solid #85AC7D;
}
.social-buttons h4{
	color: #0B2D49;
	font-size: 18px;
	font-weight: 700;
}
.newsletter{
	background: #0B2D49;
	min-height: 300px;
}
.related-stories{
	padding: 100px 0 80px;
}
.success-stories-posts{
	padding-top: 50px;
	padding-bottom: 50px;
}
.success-content{
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	text-align:left;
}
.success-content .blog-content-wrapper{
	background: #CEDECB;
	padding: 15px 20px;
	color: #0B2D49;
	font-family: "Roboto", serif;
	font-size: 14px;
}
.success-content .blog-content-wrapper h3 a{
	color: #0B2D49;
	font-size: 25px;
}
.success-content .blog-content-wrapper h4{
	font-size: 20px;
	font-weight: 400;
	font-style: italic;	
}
.cta{
	background-size: cover;
	background-position: center center;
	padding: 85px 0;
	color: #fff;
	position: relative;
}
.color-white{
	color: #fff !important;
}
.primary-headline{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color:#0F3E54;
}
.big-content{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color:#000000;
}
.secondary-btn{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Roboto", serif;
	color:#0B2D49;
	padding-right:32px;
	background-image:url(images/secondary-button-icon.svg);
	background-position:right center;
	background-repeat:no-repeat;
}
.secondary-btn:hover{
	text-decoration:none;
	color:#85AC7D;
	background-image:url(images/secondary-button-icon-hover.svg);
}
.dark-bg{
	background-color:#0B2D49;	
}
.white-color{
	color:#fff;
}
.white-bg{
	background-color:#fff;
}
.homepage-banner{
	position:relative;	
}
.banner-right-boxes{
 	position:absolute;
	top:201px;
	right:0;
	background: linear-gradient(130.05deg, rgba(242, 242, 242, 0.2) 6.98%, rgba(11, 45, 73, 0.6) 82.77%);
	backdrop-filter: blur(30px);
	z-index:5;
	border-radius:30px 0 0 30px;
	padding-bottom:40px;
}
.banner-right-boxes ul{
	margin:0;
	padding:0;
	list-style:none;
}
.banner-right-boxes ul li{
	font-family: "Lato", serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.54;
	color:#fff;
	padding:20px 70px 0 30px;
}
.banner-right-boxes ul li span{
	display:block;
	font-family: "Lato", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color:#fff;
	width:134px;
}
.home-top-content-container{
	padding:112px 0;
}
.home-top-right{
	line-height:1.5;
}
.home-top-right-content{
	padding:14px 0 15px;
}
.home-top-right-content h3{
	font-size:22px;
	line-height:1.5;
	font-weight:700;
	color:#1e1e1e;
	margin-bottom:0;
}
.home-top-right-btn ul li:not(:last-child){
	margin-right:48px;
}
.home-top-right-btn ul li a{
	margin-top:0;
}
.home-pa-container {
	padding:112px 0 80px;
	border-radius:30px 30px 0 0;
}
.home-pa-headline{
	text-align:center;
	padding-bottom:60px;
	line-height:1.5;
}
.home-pa-headline h2{
	margin-bottom:25px;
}
.home-pa-headline p{
	width:764px;
	max-width:100%;
	margin:auto;
}
.home-pa-container #accordion .card{
	background-color:transparent;
	border:none;
	border-bottom:1px solid #fff;
	border-radius:0;
}
.home-pa-container #accordion .card:first-child{
	border-top:1px solid #fff;	
}
.home-pa-container #accordion .card .card-header .accordion-img{
	display:inline-block;
}
.home-pa-container #accordion .card .card-header .accordion-img-hover{
	display:none;
}
.home-pa-container #accordion .card.active-card .card-header .accordion-img{
	display:none;
}
.home-pa-container #accordion .card.active-card .card-header .accordion-img-hover{
	display:inline-block;
}
.home-pa-container #accordion .card .card-header{
	border-radius: 0;
    border: none;
	padding:27px 0;
}
.home-pa-container #accordion .card .card-header button{
	padding:0;
	text-align:left;
	width:100%;
	text-decoration:none;
	display: flex;
	align-items: flex-start;
	position:relative;
	white-space: initial;
}
.home-pa-container #accordion .card .card-header button .accordion-img-base{
/* 	position:absolute; */
	margin-right:24px;
}
.home-pa-container #accordion .card .card-header button img{
	margin-top:8px;
}
.home-pa-container #accordion .card .card-header button:before{
	position:absolute;	
    top: 17px;
    right: 8px;
	content:"";
	background-position:1px right;
	width:16.9px;
	height:9.5px;
}
.btn.btn-link:before{
	background-image:url(images/accordion-open-icon.svg);
}
.btn.btn-link.collapsed:before{
	background-image:url(images/accordion-close-icon.svg);
}
.home-pa-container #accordion .card .card-header button span{
	font-family: "Lato", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	color:#fff;
/* 	margin-left:24px; */
	padding-right:20px;
}

.home-pa-container #accordion .card.active-card .card-header button span{
	color:#85AC7D;
}
.home-pa-container #accordion .card .card-body{
	color:#fff;
	line-height:1.5;
	padding:0;
}
.card-body-container{
	margin:14px 15px 80px;
}
.card-body-img img{
	border-radius:30px;
}
.card-body-container a{
	margin-top:80px;
}
.home-pa-btn{
	text-align:center;
}
.home-pa-btn a{
	margin-top:80px;
	width:200px;
	text-align:center;
}
.core-value-container{
	padding:80px 0;
}
.core-value-row{
	padding-top:20px;
}
.home-core-value{
	padding:24px 64px 5px;
	background: #85AC7D66;
	border-radius:20px;
	color:#0B2D49;
	text-align:center;
	width: 100%;
}
.home-core-value img{
	height:56px;
}
.home-core-value h3{
	font-family: "Lato", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin:10px 0;
}
.home-top-right-btn{
	padding-top:25px;
}
.home .meet-team-container .floating-image{
	background-position: center;
}
.meet-team-container .floating-image {
    width: 48%;
    z-index: 2;
    left: 0;
	background-position: top center;
}
.meet-team-content{
	line-height:1.4 !important;
}
.meet-team-content h3{
	font-family: "Lato", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
.meet-team-content{
	padding:76px 0 85px 30px;
}
.success-stories-posts-headline{
	width:768px;
	margin:auto;
	max-width:100%;
}
.pa-banner-container h1{
	font-family: "Lato", serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom:25px;
}
.pa-banner-container img{
	border-radius:20px;
	padding-left:30px;
}
.pa-banner-container{
	padding:60px 0 110px;
}
.single-pa-banner{
	padding-bottom:28px;	
}
.single-pa-banner img{
	border-radius:10px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Lato", serif;
}
.single-pa-bread a,
.single-pa-bread span{
	display: inline-block;
    text-decoration: none;
    font-family: "Lato", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(images/back-icon-single-pa.svg);
    background-repeat: no-repeat;
    background-position: center left;
    color: #0B2D49;
    padding-left: 16px;
    margin-right: 15px;
    background-size: 5px;
}
.single-pa-bread a:hover{
	color:#85AC7D;
	background-image:url(images/back-icon-single-pa-hover.svg);
}
.single-pa-headline h2{
	display:flex;
	align-items:flex-start;
}
.single-pa-headline h2 img{
	padding-top: 10px;
	padding-right:30px;
}
.single-pa-headline h2 span{
	display:inline-block;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.2;
	color:#0B2D49;
	font-family: "Roboto", serif; 
}
.single-pa-content{
	line-height:1.5;
}
.singlepa-top-headline{
	background-color:#CEDECB;
	border-radius:10px;
	padding:30px 30px 13px;
	margin-right: 63px;
}
.singlepa-top-headline.relative-content{
	background: none;
	padding: 0;
	z-index: 2;
	color: #fff;
}
.pa-banner .single-pa-headline,
.singlepa-top-headline.relative-content h3{
	z-index: 2;
	color: #fff;
}
.pa-banner .single-pa-headline h2 span{
	color: #fff;	
}
.singlepa-top-headline h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color:#0B2D49;
	margin-bottom:24px;
}
.singlepa-top-right{
	padding:40px 0;
}
.singlepa-top-right h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color:#0B2D49;
	margin-bottom:9px;
}
.singlepa-top-right ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.singlepa-top-right ul li{
	flex-basis:48%;
}
.singlepa-top-right ul li a{
	display:block;
	text-decoration:none;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.55;
	color:#6B6B6B;
	font-family: "Lato", serif;
	padding:11px 0 7px;
	border-bottom:1px solid #6B6B6B;
}
.singlepa-top-right ul li a:hover{
	border-bottom:1px solid #85AC7D;
	color:#85AC7D;
}
.singlepa-top-container{
	padding:36px 0 80px;
}
.singlepa-top-btn{
	padding-top:45px;
	text-align:center;
}
.single-pa-bottom h2{
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2;
	color:#0B2D49;
}
.single-pa-right-headline{
	line-height:1.4;
	color:#000;
}
.single-pa-right{
	font-family: "Lato", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	padding-left:20px;
	position:relative;
	margin:48px 0 36px;
}
.single-pa-right:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	background-color:#000;
	height:100%;
	width:2px;
}
.single-practice_area .related-stories{
	padding-bottom:50px;
}
.attorney-container{
	padding:50px 0;
	background-color:#F2F2F2;
}
.attorney-headline{
	width:842px;
	margin:auto;
	max-width:100%;
	text-align:center;
	padding-bottom:75px;
}
.attorney-headline h2{
	margin-bottom:24px;
}
.attorney-headline p{
	width: 772px;
	line-height: 1.5;
	color:#000000;
	max-width:100%;
}
.pa-lawyer-content img{
	border-radius:10px;
}
.pa-lawyer-content{
	position:relative;
	padding-bottom:15px;
}
.pa-lawyer-headline{
	position:absolute;
	background: linear-gradient(120.3deg, rgba(242, 242, 242, 0.2) 6.89%, rgba(242, 242, 242, 0.4) 89.48%);
	backdrop-filter: blur(30px);
	padding:20px 13px 20px 23px; 
	border-radius:10px;
	background-image:url(images/team-link-arrow.svg);
	background-repeat:no-repeat;
	background-position:calc(100% - 13px) 20px;
	width: calc(100% - 32px);
	bottom: 35px;
	left: 16px;
	display:inline-block;
	text-decoration:none;
	color:#fff;
}
.pa-lawyer-headline:hover{
	color:#fff;
	text-decoration:none;
}
.pa-lawyer-headline h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color:#fff;
	margin-bottom:0;
}
.pa-lawyer-headline span{
	display:inline-block;
	font-family: "Lato", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color:#fff;
}
.attorney-btn{
	text-align:center;
	padding-top:55px;
}
.single-pa-info{
	padding:100px 0 80px;
	line-height:1.4;
}
.single-pa-info h2{
	margin-bottom:36px;
}
.single-pa-steps-container{
	padding-bottom:100px;
	padding-top: 100px;
}
.single-pa-steps-container h2{
	width:768px;
	margin:auto;
	max-width:100%;
	text-align:center;
	margin-bottom:80px;
}
.single-pa-steps-row .single-pa-step {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color:#000;
	padding:0 32px 0;
	text-align:center;
}
.single-pa-steps-row .single-pa-step img{
	border-radius:10px;
}
.single-pa-steps-row .single-pa-step h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color:#000;
	margin:63px 0 8px;
	position:relative;
}
.single-pa-steps-row .single-pa-step h3:before{
	background-color:#85AC7D;
	position:absolute;
	top:-28px;
	border-radius:50%;
	left:50%;
	transform:translatex(-50%);
	content:"";
	height:15px;
	width:15px;
	z-index:2;
}
.single-pa-steps-row .single-pa-step h3 span{
	display:inline-block;
	background-color:#fff;
	height:30px;
	width:30px;
	border-radius:50%;	
	position:absolute;
	top:-36px;
	left:50%;
	transform:translatex(-50%);
}
.single-pa-steps-row{
	position:relative;
}
.single-pa-steps-row:before{
	position:absolute;
	top:167px;
	left:0;
	content:"";
	background-color:#85AC7D;
	width:100%;
	height:3px;
}
.single-pa-step-btn{
	padding-top:45px;
	text-align:center;
}
.pa-sub-banner-container{
	padding:15px 0 40px;
}
.single-sub-pa-bread  ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
}
.single-sub-pa-bread  ul li:last-child{
	margin-left:20px;
}    
.single-sub-pa-bread{
	padding-bottom:15px;
}
.pa-sub-top-content-row{
	padding:50px 0 65px;
}
.sub-pa-left{
	line-height:1.5;
	margin-right:20px;
}
.sub-pa-left h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom:0;
}
.sub-pa-right{
	background-color:#F2F2F2;
	border-radius:10px;
	padding:60px 85px;
}
.sub-pa-right h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color:#0B2D49;
	margin-bottom:26px;
}
.sub-pa-right ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sub-pa-right ul li{
	padding-left:47px;
	background-image:url(images/check-mark-icon.svg);
	background-repeat:no-repeat;
	background-position:left 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color:#0B2D49;
	font-family: "Lato", serif;
	margin-bottom:26px;
}
.sub-pa-right a{
	margin-top:0;
}
.pa-sub-commit-container{
	padding:51px 0 90px;
}
.pa-sub-commit-container h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}
.pa-sub-commit-row{
	padding-top:50px
}
.pa-sub-commit-btn{
	padding-top:30px;
	text-align:center;
}
.sub-pa-commit{
	line-height:1.5;
	color:#0B2D49;
	border-radius:10px;
	text-align:center;
	padding:22px 20px 20px;
}
.sub-pa-commit h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color:#0B2D49;
	margin:11px 0;
}
.practice_area-template-single-sub-practice-area .related-stories{
	padding:0 0 100px;
}
.practice_area-template-single-sub-practice-area .single-pa-info{
	padding-bottom:64px;
}
.about-banner-container{
	position:relative;
	padding:210px 0 110px;
}
.about-banner-container:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	background: #00000066;
	height:100%;
	width:100%;
	z-index:2;
}
.about-banner-container .container{
	position:relative;
	z-index:3;
}
.about-banner-left h1{
	font-size: 70px;
	font-weight: 900;
	line-height: 1.2;
	color:#fff;
	margin-bottom:16px;
}
.about-banner-right{
	line-height:1.5;
	color:#fff;
	padding-top:210px;
}
.about-top-container{
	padding:100px 0 85px;
}
.about-top-content{
	line-height:1.5;
	color:#000;
}
.about-top-content h2{
	margin-bottom:30px;
}
.about-top-content p{
	width:675px;
	max-width:100%;
}
.about-top-core{
	padding-top:40px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.about-top-core-inner{
	background-color:#F2F2F2;
	border-radius:10px;
	flex-basis:49%;
	margin-bottom:10px;
	padding:14.5px 10px;
	text-align:center;
}
.about-top-core-inner h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color:#0B2D49;
	margin-left:10px;
	margin-bottom:0;
}
.about-bottom-container{
	padding:60px 0 20px;
}
.about-core-container{
	padding-bottom:100px;
}
.page-template-template-about .attorney-btn{
	padding-top:30px;
}
.page-template-template-about .single-pa-info{
	padding-bottom:0;
}
.page-template-template-about .related-stories {
    padding: 75px 0 100px;
	background-color:#F2F2F2;
}
.single-attorney-banner{
	padding:15px 0 94px;
}
.single-team-contact ul{
	background-color:#85AC7D;
	margin:21px 0;
	border-radius:10px;
	padding:19px 27px 9px;
}
.single-team-contact ul li{
	font-family: "Inter", serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.21;
	color:#FFFFFF;
	margin-bottom:11px;
	background-size:19px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:33px;
}
.single-team-contact ul li a{
	font-family: "Inter", serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.21;
	color:#FFFFFF;	
	display:inline-block;
	text-decoration:none;
}
.single-team-contact ul li.mail{
	background-image:url(images/single-attorney-mail-icon.svg);
}
.single-team-contact ul li.phone{
	background-image:url(images/single-attorney-phone-icon.svg);
}
.single-team-contact ul li.location{
	background-image:url(images/single-attorney-location-icon.svg);	
	background-position: 0 2px;
}
.single-team-contact ul li.location p:last-child{
	margin-bottom: 0;
}
.single-team-edu{
	background-color:#FAFAFA;
	padding:23px 33px;
	border-radius:10px;
	margin-bottom:21px;
}
.single-team-edu-inner h3{
	font-family: "Inter", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color:#85AC7D;
	margin-bottom:0;
}
.single-team-edu-inner h4{
	font-family: "Inter", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color:#1E1E1E;
	margin-bottom:0;
}
.single-attorney-pa{
	background-color:#FAFAFA;
	padding:40px 33px;
	border-radius:10px;
	margin-bottom:21px;
}
.single-attorney-pa h3{
	font-family: "Inter", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color:#85AC7D;
	margin-bottom:0;
}
.single-attorney-pa ul li a{
	font-family: "Inter", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color:#1E1E1E;
}
.single-attorney-pa ul li a:hover{
	color: #85AC7D;
	text-decoration:none;
}
.single-team-right-inner{
	background: #F2F2F266;
	border-radius:10px;
	padding:42px 36px 30px; 
	color:#1E1E1E;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.59;
}
.single-team-right-inner ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    list-style: initial;
}
.single-team-right-inner h2{
	margin-bottom:11px;
}
.single-team-right-inner h3{
	font-size: 25px;
	padding-top:5px;
	font-weight: 700;
	color:#1E1E1E;
	margin-bottom:20px;
	color: #0F3E54;
}
.single-team-right-bottom{
	background-color:#85AC7D;
	padding:40px 37px 25px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	color:#fff;
	margin-top:21px;
	border-radius:10px;
}
.single-team-left img{
	width:100%;
}
.single-attorneys .related-stories{
	padding-top:85px;
}
.page-template-template-thank-you .related-stories{
	padding-top:100px;
}
.single-attorneys .success-stories-posts,
.page-template-template-thank-you  .success-stories-posts{
    padding-bottom: 28px;
}
.ss-bannner-container{
	padding:70px 0 90px;
	color:#000;
	line-height:1.4;
}
.ss-bannner-container h1{
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2;
	color:#0B2D49;
}
.ss-bannner-left{
	padding-left:20px;
}
.ss-top-headline{
	width:768px;
	margin:auto;
	max-width:100%;
	text-align:center;
	color:#000;
	font-size:20px;
	line-height:1.5;
}
.ss-top-headline h2{
	margin-bottom:24px;
}
.attorney-item-container{
	padding:23px 0 10px;
}
.attorney-item-container ul{
	background-color:#F2F2F2;
	border-radius:10px;
	padding:10px 15px;
	display: flex;
	align-items: center;
	width: 960px;
	margin: auto;
	text-align: center;
	max-width:100%;
}
.attorney-item-container ul li{
	flex-shrink:0;
}
.attorney-item-container ul li:nth-of-type(2){
	flex-shrink:1;
}
.attorney-item-container ul li a{
	margin:0 15px;
	display:inline-block;
	text-decoration:none;
	font-family: "Lato", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color:#0B2D49;
}
.attorney-item-container ul li a:hover{
	color:#85AC7D;
}
.blog-page-navi-container{
	padding-bottom:100px;
}
.blog-page-navi-container .wp-pagenavi{
	display:flex;
	justify-content:center;
	align-items:center;
}
.blog-page-navi-container .wp-pagenavi a,
.blog-page-navi-container .wp-pagenavi span{
	display:inline-block;
	text-decoration:none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.59;
	color:#0B2D49;
	font-family: "Inter", serif;
	height:45px;
	width:45px;
	background-color:#E7E7E7;
	border:1px solid #E7E7E7;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 0 3px;
}
.blog-page-navi-container .wp-pagenavi .current{
	font-weight:400;
}
.blog-page-navi-container .wp-pagenavi .current,
.blog-page-navi-container .wp-pagenavi a:hover,
.blog-page-navi-container .wp-pagenavi span:hover{
	border:1px solid #85AC7D;
	background-color:#CEDECB;
}
.blog-page-navi-container .wp-pagenavi .nextpostslink,
.blog-page-navi-container .wp-pagenavi .previouspostslink{
	font-size:0;
	background-position:center;
	background-color:#85AC7D;
	border:1px solid #85AC7D;
	background-repeat: no-repeat;
}
.blog-page-navi-container .wp-pagenavi .nextpostslink:hover,
.blog-page-navi-container .wp-pagenavi .previouspostslink:hover{
	background-color:#85AC7D;
	border:1px solid #85AC7D;
}
.blog-page-navi-container .wp-pagenavi .nextpostslink{
	background-image:url(images/navigation-right.svg);	
}
.blog-page-navi-container .wp-pagenavi .previouspostslink{
	background-image:url(images/navigation-left.svg);
}
.post-type-archive-success_stories .success-content {
    margin-bottom: 60px;
}
.post-type-archive-success_stories .success-stories-posts {
    padding-bottom: 0;
}
.primary-menu li{
	position:relative;
}
.primary-menu li > ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	padding: 0;
	top: 100%;
	margin: 0;
	list-style: none;
	background-color: #FAFAFA;
	min-width: 210px;
}
.primary-menu li > ul.sub-menu li a{
	display:block;
	font-family: "Lato", serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
	color:#000;
	padding:10px 20px;
	background-color:#FAFAFA;
	margin-right:0;
	text-decoration:none;
}
.primary-menu li > ul.sub-menu li a:hover{
	background-color:#85AC7D;
	color:#fff;
	text-decoration:none;
}
.primary-menu li > ul.sub-menu li ul.sub-menu{
	background-color:#EAEAEA;
	left:210px;
	top:0;
}
.primary-menu li > ul.sub-menu li ul.sub-menu li a{
	background-color:#EAEAEA;
	color:#000;
}
.primary-menu li > ul.sub-menu li ul.sub-menu li a:hover{
	background-color: #85AC7D;
	color: #fff;
}
.primary-menu li:hover > ul.sub-menu {
    display: block;
}
.mobile-menu-container .close-btn {
    background-image: url(images/close-icon.svg);
    height: 20px;
    width: 20px;
    background-size: cover;
    top: 25px;
}
.mobile-menu-container .menu-custome-btn{
	margin-top:20px;
}
.button-navigation,
.button-navigation button{
	padding:0 !important;
}
.logo a img{
	width:200px;	
}
.newsletter-content{
	width:768px;
	margin:auto;
	max-width:100%;
	text-align:center;
	line-height:1.5;
	padding:100px 0 110px;
}
.newsletter-content h2{
	margin-bottom:24px;
}
.newsletter-content form{
	display:flex;
	justify-content:center;
	padding:7px 0 20px;
}
.newsletter-content form input{
	width:226px !important;
	margin-right:16px;
	border-radius:5px;
	height:41px;
}
.newsletter-content form #gform_submit_button_4{
	padding: 6px 10px;
	margin: 0 !important;
	width: 158px !important;
}
.newsletter-content span{
    font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color:#fff;
}
.newsletter-content a{
	display:inline-block;
	text-decoration:underline;
	color:#fff;
}
.newsletter-content a:hover{
	color:#85AC7D;
}
.newsletter-content .gform_wrapper.gravity-theme .gform_footer{
	padding:0;
	margin:0;
}
.single-success_stories .related-stories{
	background-color:#F2F2F2;
}
.single-success_stories .related-stories .sub-headline{
	display:none;
}
.newsletter-content.footer-newsletter{
	text-align:left;
	padding:0;
	width: 400px;
    margin-left: auto;
	max-width:100%;
	margin:0;
	margin-left:auto;
}
.newsletter-content.footer-newsletter form input{
	width:100%;
}
.newsletter-content.footer-newsletter h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom:0;
	color:#Fff;
}
.newsletter-content.footer-newsletter form {
    justify-content:flex-start;
    padding: 0 0 20px;
}
.footer-address{
	color:#fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
.footer-address h3,
.footer-mail h3{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	color:#fff;
	margin-bottom:4px;
}
.footer-mail{
	padding-top:24px;
}
.footer-mail ul li a{
	line-height:1.5;
	color:#85AC7D;
}
.footer-mail ul li a:hover{
	color:#fff;
}
.footer-contact-info,
.footer-menu-content{
	padding-top:32px;
}
.footer-menu-content ul li a{
	line-height:1.5;
	color:#85AC7D;
	margin:8px 0;
	display:inline-block;
	font-weight:700;
}
.footer-menu-content ul li a:hover{
	color:#Fff;
}
.core-value-container .home-top-right-btn {
    padding-top: 40px;
}
#field_4_1{
	width:226px;
	margin-right:16px;
}
.pa-banner-content{
	line-height:1.5;
	border-radius: 10px;
	overflow: hidden;
}
.heateor_sss_sharing_ul a span{
	background-color:#fff !important;
}
.heateor_sss_sharing_ul a span svg{
	display:none !important;
	height:32px;
	width:32px;
}
.heateor_sss_sharing_ul a span{
	background-repeat:no-repeat !important;
	background-position:center;
}
.heateor_sss_sharing_ul a.heateor_sss_email span{
	background-image:url(images/email-single-ss.svg);
}
.heateor_sss_sharing_ul a.heateor_sss_button_linkedin span{
	background-image:url(images/linkedin-single-ss.svg);
}
.heateor_sss_sharing_ul a.heateor_sss_button_x span{
	background-image:url(images/x-single-ss.svg);
}
.heateor_sss_sharing_ul a.heateor_sss_facebook span{
	background-image:url(images/facebook-single-ss.svg);
}
.hero-banner-container{
	background-color:#85AC7D;
	padding:80px 0;
	text-align:center;
}
.hero-banner-container h1{
	font-weight: 700;
	font-size: 70px;
	line-height: 1.2;
	color:#fff;
}
.common-content{
	padding:80px 0 60px;
}
.common-content h2{
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	color:#0F3E54;
	padding:15px 0 15px;
	margin:0;
}
.list-item-enable ul{
	padding-bottom:15px;
}
.list-item-enable ul li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}
.list-item-enable ul li:before{
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	border-radius: 50%;
	height: 8px;
	width: 8px;
	background-color: #0F3E54;
}
.white-color.list-item-enable ul li:before{
	background: #fff;
	top: 11px;
}
.about-top-content .primary-headline{
	font-size: 44px;
}
.about-top-content h4{
	font-weight: 700;
	line-height: 1.2;
	color: #0F3E54;
	font-size: 44px;
	margin-top: 35px;
	margin-bottom: 20px;
}
.post-type-archive-attorneys .attorney-container h4{
	font-size: 32px;	
	font-weight: 700;
	line-height: 1.2;
	color: #0F3E54;
	margin-bottom: 20px;
}
.pa-banner{
	position: relative;
	border-radius: 10px;
	padding: 50px 40px;
	overflow: hidden;
}
.pa-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	content:"";
	z-index: 2;
}
.sub-pa{
	transform: translatey(-50px);
}
.sub-pa h2.large-headline{
	font-size: 60px;
}
@media (max-width: 1280px) { 
/* 	.newsletter-content.footer-newsletter form input {
		width: 185px !important;
	} */
}
@media (max-width: 992px) { 
	.newsletter-content.footer-newsletter form input {
		width: 100% !important;
		margin-right:0;
		margin-bottom:20px !important;
	}
}
@media (max-width: 767px) {
	.pa-sub-commit-row {
		padding-top: 30px;
	}
	.home-pa-headline {
		padding-bottom: 30px;
	}
	.home-pa-btn a {
		margin-top: 50px;
	}
	.find-us {
		padding: 60px 0 90px;
	}
	.contact-form-container {
		padding-top: 20px;
	}
	.single-attorneys .success-stories-posts, .page-template-template-thank-you .success-stories-posts {
		padding-bottom: 0;
	}
	.page-template-template-about .attorney-btn {
		padding-top: 0;
	}
	.single-blog-post-container {
		padding-bottom: 90px;
		padding-top: 20px;
	}
	.newsletter-content {
		padding: 80px 0 80px;
	}
	.ss-bannner-container h1 {
		font-size: 35px;
	}
	.blog-page-navi-container {
		padding-bottom: 80px;
	}
	.attorney-item{
		margin-bottom:20px;
	}
	.ss-bannner-container {
		padding: 30px 0 60px;
	}
	.attorney-headline {
		padding-bottom: 40px;
	}
	.pa-sub-commit-container {
		padding: 80px 0 85px;
	}
	.pa-sub-top-content-row {
		padding: 30px 0 90px;
	}
	.single-pa-step-btn {
		padding-top: 0;
	}
	.single-pa-steps-container h2 {
		margin-bottom: 50px;
	}
	.single-pa-info {
		padding: 70px 0 50px;
	}
	.attorney-btn {
		padding-top: 10px;
	}
	.attorney-container {
		padding: 80px 0;
	}
	.single-practice_area .related-stories {
		padding-bottom: 80px;
	}
	.sub-pa h2.large-headline{
		font-size: 45px;
	}
	.single-pa-bottom h2 {
		font-size: 30px;
		margin-bottom:20px;
	}
	.singlepa-top-btn {
		padding-top: 0;
	}
	.core-value-container .home-top-right-btn {
		padding-top: 10px;
	}
	.home-pa-container {
		padding: 80px 0 80px;
	}
	
	.error404 h1 {
		font-size: 45px;
	}
	.sub-pa-left {
		margin-right: 0;
	}
	.core-value-container {
		padding: 70px 0 80px;
	}
	.page-template-template-about .core-value-container{
		padding: 40px 0 90px;
	}
	.newsletter-content form input {
		min-height: 50px !important;
	}
	.single-pa-steps-row .single-pa-step h3:before{
		display:none;
	}
	.single-pa-steps-row .single-pa-step h3 span{
		display:none;	
	}
	.single-pa-steps-row:before{
		display:none;	
	}
	.pa-banner-container {
		padding: 40px 0 80px;
	}
	.card-body-container {
		margin: 14px 15px 50px;
	}
	.pa-sub-commit-btn {
		padding-top: 0;
	}
	
	

	.menu-primary-menu-container ul li a {
		margin-right: 23px;
	}	
	.homepage-banner h1 {
		font-size: 60px;
	}	
	.home-core-value {
		padding: 24px 35px 5px;
	}
	.newsletter-content.footer-newsletter form {
		flex-wrap:wrap;
	}
	.pa-banner-container h1 {
		font-size: 43px;
	}
	.single-pa-headline h2 span {
		font-size: 40px;
	}
	.singlepa-top-right ul li {
		flex-basis: 100%;
	}
	.single-pa-steps-row .single-pa-step {
		padding: 0 0 30px;
	}
	.sub-pa-right {
		padding: 60px 30px;
		margin-top:40px;
	}
	
	
	.banner-right-boxes {
		margin-top:80px;
		position: relative;
		top: auto;
		bottom:0;
		border-radius: 30px 30px 0 0;
	}
	.banner-right-boxes ul li {
		flex-basis:33.3333%;
	}
	.banner-right-boxes ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	.homepage-banner {
		padding-top: 160px;
		padding-bottom: 0;
	}
	.admin-bar .header {
		top: 46px;
	}
	.home-top-content-container {
		padding: 80px 0;
	}
	.primary-headline {
		font-size: 35px;
	}
	.card-body-img{
		margin-top:50px;
	}
	.card-body-container a {
		margin-top: 30px;
	}
	.home-core-value{
		margin-bottom:30px;
	}
	.meet-team-container .floating-image {
		width: 100%;
		height: 400px;
	}
	.meet-team-container{
		padding-top:400px;
	}
	.meet-team-content {
		padding: 60px 0 85px 0;
	}
	.section-title, .single-blog-post-container h3 {
		font-size: 35px;
	}
	.related-stories {
		padding: 70px 0 80px;
	}
	#gform_4 .gform-footer.gform_footer.top_label{
		width:100%;
	}
	.newsletter-content.footer-newsletter{
		padding-top:30px;
	}
	.pa-banner-container img {
		padding-left: 0;
		padding-top:30px;
	}
	.singlepa-top-headline {
		margin-right: 0;
	}
	.single-pa-content{
		padding-top:20px;
	}
	.single-pa-steps-row .single-pa-step h3 {
		font-size: 20px;
		margin: 15px 0 8px;
	}
	.pa-lawyer-content {
		padding-bottom: 30px;
	}
	.success-stories-posts {
		padding-bottom: 0;
		padding-top: 15px;
	}
	.success-content {
		margin-bottom: 30px;
	}
	.sub-pa-commit{
		margin-bottom:30px;
	}
	.ss-bannner-left {
		padding-top:30px;
		padding-left: 0;
	}
	.attorney-item-container ul{
		flex-wrap:wrap;
		text-align:left;
	}
	.attorney-item-container ul li {
		flex-basis:100%;
		flex-shrink: 1;
		margin-bottom:5px;
	}
	.blog-post-image {
		padding-bottom: 50px;
	}
	.about-banner-left h1 {
		font-size: 55px;
	}
	.about-banner-container {
		padding: 100px 0 80px;
	}
	.about-banner-right {
		padding-top: 40px;
	}
	.about-top-container {
		padding: 80px 0 80px;
	}
	.about-top-right{
		padding-top:40px;
	}
	.contact-form-content{
		padding-top:40px;
	}
	.embed-map{
		margin-top:50px;
	}
	.page-template-template-thank-you .related-stories {
    	padding-top: 50px;
	}
	.footer-logo img{
		width:400px;
		max-width:100%;
	}
	.error404 .error-container {
		padding: 50px 0 80px;
	}
	.newsletter-content.footer-newsletter {
		margin-left: 0;
	}

}
@media (max-width: 576px) { 
		
}

@media (min-width: 768px) { 
	.menu-primary-menu-container ul li a {
		margin-right: 23px;
	}	
	.homepage-banner h1 {
		font-size: 60px;
	}	
	.home-core-value {    
		padding: 24px 35px 5px;
	}
	.newsletter-content.footer-newsletter form {
		flex-wrap:wrap;
	}
	.pa-banner-container h1 {
		font-size: 48px;
	}
	.single-pa-headline h2 span {
		font-size: 40px;
	}
	.singlepa-top-right ul li {
		flex-basis: 100%;
	}
	.single-pa-steps-row .single-pa-step {
		padding: 0 0 0;
	}
	.sub-pa-right {
		padding: 60px 30px;
		margin-top:40px;
	}
	
	
	.banner-right-boxes {
		margin-top:80px;
		position: relative;
		top: auto;
		bottom:0;
		border-radius: 30px;
	}
	.banner-right-boxes ul li {
		flex-basis:33.3333%;
	}
	.banner-right-boxes ul{
		display:flex;
	}
	.homepage-banner {
		padding-top: 160px;
		padding-bottom: 0;
	}
	.admin-bar .header {
		top: 46px;
	}
	.home-top-content-container {
		padding: 80px 0;
	}
	.primary-headline {
		font-size: 42px;
	}
	.card-body-img{
		margin-top:50px;
	}
	.card-body-container a {
		margin-top: 30px;
	}
	.home-core-value{
		margin-bottom:30px;
	}
	.meet-team-container .floating-image {
		width: 100%;
		height: 400px;
	}
	.meet-team-container{
		padding-top:400px;
	}
	.meet-team-content {
		padding: 76px 0 85px 0;
	}
	.section-title, .single-blog-post-container h3 {
		font-size: 42px;
	}
	.related-stories {
		padding: 80px 0 80px;
	}
	#gform_4 .gform-footer.gform_footer.top_label{
		width:100%;
	}
	.newsletter-content.footer-newsletter{
		padding-top:30px;
	}
	.pa-banner-container img {
		padding-left: 0;
		padding-top:30px;
	}
	.singlepa-top-headline {
		margin-right: 0;
	}
	.single-pa-content{
		padding-top:20px;
	}
	.single-pa-steps-row .single-pa-step h3 {
		font-size: 20px;
	}
	.pa-lawyer-content {
		padding-bottom: 30px;
	}
	.success-stories-posts {
		padding-bottom: 30px;
	}
	.success-content {
		margin-bottom: 30px;
	}
	.sub-pa-commit{
		margin-bottom:30px;
	}
	.ss-bannner-left {
		padding-top:30px;
		padding-left: 0;
	}
	.attorney-item-container ul{
		flex-wrap:wrap;
	}
	.attorney-item-container ul li {
		flex-basis:33.3333%;
		flex-shrink: 1;
		margin-bottom:5px;
	}
	.blog-post-image {
		padding-bottom: 50px;
	}
	.about-banner-left h1 {
		font-size: 55px;
	}
	.about-banner-container {
		padding: 100px 0 80px;
	}
	.about-banner-right {
		padding-top: 40px;
	}
	.about-top-container {
		padding: 80px 0 80px;
	}
	.about-top-right{
		padding-top:30px;
	}
	.contact-form-content{
		padding-top:40px;
	}
	.embed-map{
		margin-top:50px;
	}
	.page-template-template-thank-you .related-stories {
    	padding-top: 50px;
	}
	.footer-logo img{
		width:400px;
		max-width:100%;
	}
	.error404 .error-container {
		padding: 80px 0 80px;
	}
	.newsletter-content.footer-newsletter {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.newsletter-content.footer-newsletter {
		margin-left: auto;
	}
	
	
	.error404 .error-container {
		padding: 180px 0 200px;
	}
	.footer-logo img{
		width:auto;
	}
	.page-template-template-thank-you .related-stories {
    	padding-top: 100px;
	}
	.embed-map{
		margin-top:0;
	}
	.contact-form-content{
		padding-top:0;
	}
	.about-top-right{
		padding-top:0;
	}
	.about-top-container {
		padding: 100px 0 85px;
	}
	.about-banner-right {
		padding-top: 210px;
	}
	.about-banner-container {
		padding: 210px 0 110px;
	}
	.about-banner-left h1 {
		font-size: 70px;
	}
	.blog-post-image {
		padding-bottom: 100px;
	}
	.attorney-item-container ul li {
		margin-bottom:0;
		flex-basis:auto;
		flex-shrink: 0;
	}
	.attorney-item-container ul{
		flex-wrap:nowrap;
	}
	.ss-bannner-left {
		padding-top:0;
		padding-left: 20px;
	}
	.sub-pa-commit{
		margin-bottom:0;
	}
	.success-content {
		margin-bottom: 25px;
	}
	.success-stories-posts {
		padding-bottom: 50px;
	}
	.pa-lawyer-content {
		padding-bottom: 15px;
	}
	.single-pa-steps-row .single-pa-step h3 {
		font-size: 24px;
	}
	.single-pa-content{
		padding-top:0;
	}
	.pa-banner-container img {
		padding-left: 30px;
		padding-top:0;
	}
	.newsletter-content.footer-newsletter{
		padding-top:0;
	}
	#gform_4 .gform-footer.gform_footer.top_label{
		width:auto;
	}
	.related-stories {
		padding: 100px 0 80px;
	}
	.section-title, .single-blog-post-container h3 {
		font-size: 48px;
	}
	.meet-team-content {
		padding: 76px 0 85px 30px;
	}
	.meet-team-container{
		padding-top:0;
	}
	.meet-team-container .floating-image {
		width: 48%;
		height:100%;
	}
	.card-body-container a {
		margin-top: 80px;
	}
	.card-body-img{
		margin-top:0;
	}
	.primary-headline {
		font-size: 48px;
	}
	.home-top-content-container {
		padding: 112px 0;
	}
	.admin-bar .header {
		top: 32px;
	}
	.homepage-banner {
		padding-top: 260px;
		padding-bottom: 170px;
	}
	.banner-right-boxes ul{
		display:block;
	}
	.banner-right-boxes ul li {
		flex-basis:auto;
	}
	.banner-right-boxes {
		margin-top:0;
		position: absolute;
		top: 201px;
		bottom:auto;
		border-radius: 30px 0 0 30px;
	}
	
	
	
	.menu-primary-menu-container ul li a {
		margin-right: 19px;
	}	
	.homepage-banner h1 {
		font-size: 65px;
	}	
	.home-core-value {
		padding: 24px 35px 5px;
	}
	.newsletter-content.footer-newsletter form {
		flex-wrap:wrap;
	}
	.pa-banner-container h1 {
		font-size: 52px;
	}
	.single-pa-headline h2 span {
		font-size: 45px;
	}
	.singlepa-top-right ul li {
		flex-basis: 100%;
	}
	.single-pa-steps-row .single-pa-step {
		padding: 0 0 0;
	}
	.sub-pa-right {
		margin-top:0;
		padding: 60px 30px;
	}
}
@media (min-width: 1200px) {
	.sub-pa-right {
		padding: 60px 85px;
	}
	.single-pa-steps-row .single-pa-step {
		padding: 0 32px 0;
	}
	.singlepa-top-right ul li {
		flex-basis: 48%;
	}
	.single-pa-headline h2 span {
		font-size: 56px;
	}
	.pa-banner-container h1 {
		font-size: 70px;
	}
	.newsletter-content.footer-newsletter form {
		flex-wrap:nowrap;
	}
	.home-core-value {
		padding: 24px 64px 5px;
	}
	.homepage-banner h1 {
		font-size: 70px;
	}
	.menu-primary-menu-container ul li a {
		margin-right: 32px;
	}
}
/* @media (min-width: 1350px) {   
    .container {
        max-width: 1320px;
    }
} */

@media (min-width: 1280px) {
    .cta-wide-container {
        max-width: 1250px;    
	}
}