/* Theme Name: Barebones */
/* === Global === */
h1,
h2,
h3,
.heading {
	font-family: var(--font_heading);
}
body .gform_wrapper.gravity-theme input[type],
body .gform_wrapper.gravity-theme textarea {
	border-radius: 5px;
	border: none;
	padding: 12px 20px;
}
body .gform_wrapper.gravity-theme .button,
.btn {
	background-color: var(--color-1);
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	border: none;
	padding: 0.8em 1.7em;
	font-weight: 700;
	min-width: 150px;
	box-shadow: 0 2.877px 2.877px 0 rgba(0, 0, 0, 0.12);
	transition: all ease 0.3s;
}
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-2);
}
.heading-border h2 {
	position: relative;
	padding-top: 20px;
}
.heading-border h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 150px;
	height: 2px;
	background-color: #fff;
}
p {
	line-height: 1.66;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
ul {
	line-height: 1.5;
	margin-bottom: 20px;
}
[id] {
	scroll-margin-top: var(--headerHeight, 170px);
}

/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	padding: 25px 0;
	white-space: nowrap;
	font-size: 18px;
}
.primary-header .header-row {
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	max-width: 1350px;
	margin: 0 auto;
}
.primary-header .logo-col {
	flex-basis: 325px;
}
.primary-header .menu-item-has-children {
	position: relative;
}
.primary-header .menu-item-has-children .sub-menu {
	text-align: center;
	top: calc(100% + 27px);
	background-color: rgba(255, 255, 255, 0.95);
}
.primary-header .menu-item-has-children .sub-menu:before {
	content: "";
	position: absolute;
	top: -27px;
	height: 27px;
	left: 0;
	right: 0;
}
.primary-header .menu-item-has-children > a {
	position: relative;
}
.primary-header .menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.primary-header .locations {
	justify-content: flex-end;
	gap: 40px;
	font-size: 27px;
	margin-bottom: 10px;
}
.primary-header .locations .state_heading {
	font-family: var(--font_heading);
	font-weight: 700;
	font-size: 15px;
	text-align: right;
}
.primary-header .columns:hover .sub-menu,
.primary-header .columns:focus .sub-menu {
	display: grid;
	column-gap: 20px;
}
.primary-header .columns .sub-menu {
	grid-template-columns: repeat(3, auto);
}
.main-nav .menu {
	justify-content: flex-end;
	align-items: center;
}
.main-nav .menu li.nav-btn {
	margin-left: 15px;
}
.main-nav .menu li.nav-btn > a {
	background-color: var(--color-1);
	color: #fff;
	text-align: center;
	white-space: nowrap;
	padding: 12px 24px;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0 3.62px 3.62px 0 rgba(0, 0, 0, 0.12);
}
.main-nav .menu li a {
	padding: 5px 10px;
}
.banner-section .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: grayscale(1);
}
.banner-section .image .acf-media,
.banner-section .image .inner {
	height: 100%;
}
.banner-section .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-section .item {
	padding: 185px 0;
}
.banner-section .content {
	position: relative;
	z-index: 2;
	width: 50%;
	max-width: 900px;
	background: rgba(0, 0, 0, 0.7);
	padding: 80px;
	color: #fff;
}
.banner-section .content .inner {
	width: 380px;
	margin-left: auto;
}
.banner-section .content h1 {
	font-size: 68px;
}

/* === Footer === */
.primary-footer .footer-row > .col {
	flex: 1 1 50%;
	max-width: 50%;
}
.primary-footer .footer-row a {
	color: var(--color-2);
}
.primary-footer .footer-row a:hover,
.primary-footer .footer-row a:focus {
	color: var(--color-1);
}
.primary-footer .contact-col {
	justify-content: center;
	padding: 80px 70px 40px;
}
.primary-footer .contact-col .inner {
	flex: 1 1 auto;
	column-gap: 75px;
	justify-content: center;
}
.primary-footer .info-col {
	flex: 0 1 285px;
}
.primary-footer .locations-col {
	flex: 0 1 auto;
}
.primary-footer .social {
	margin: 15px 0;
}
.primary-footer .social .social_heading {
	font-weight: 700;
	font-size: 20px;
	color: var(--color-1);
}
.primary-footer .social .links {
	font-size: 47px;
}
.primary-footer .footer-links {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.primary-footer .footer_map {
	overflow: hidden;
	margin-top: 30px;
}
.primary-footer .footer_map iframe {
	width: 100%;
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.primary-footer .locations-col {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.primary-footer .location {
	line-height: 1.5;
}
.primary-footer .location .heading {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-1);
	font-family: var(--font_body);
	margin-bottom: 0px;
}
.primary-footer .location .address {
	margin-bottom: 25px;
}
.primary-footer .location .address a {
	font-weight: 400;
}
.primary-footer .location .contact-info {
	color: var(--color-1);
}
.primary-footer .form-col {
	background-color: var(--color-1);
	padding: 60px 70px 20px;
	display: flex;
	justify-content: center;
}
.primary-footer .form-col .inner {
	width: 610px;
	max-width: 100%;
	color: #fff;
}
.primary-footer .form-col p {
	max-width: 520px;
	margin: 0 auto 30px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme {
	max-width: 100%;
	width: 610px;
	color: var(--color-text);
}
.primary-footer .form-col .gform_wrapper.gravity-theme .button {
	margin: 0 auto;
	background-color: var(--color-2);
	min-width: 195px;
}
.primary-footer .sitemap {
	background-color: var(--color-2);
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 0;
}
.primary-footer .copyright {
	background-color: var(--color-3);
	font-size: 13px;
	padding: 14px 0;
}
.primary-footer .sitemap a,
.primary-footer .copyright a {
	color: #fff;
	font-weight: 600;
}
.primary-footer .sitemap a:hover,
.primary-footer .sitemap a:focus,
.primary-footer .copyright a:hover,
.primary-footer .copyright a:focus {
	color: #ccc;
}
.primary-footer .sitemap ul {
	flex-wrap: wrap;
}

/* === Home Page === */
.main-section {
	background-color: var(--color-1);
	color: #fff;
	padding: 120px 0 100px;
}
.main-section .btn {
	background-color: var(--color-2);
}
.main-section .btn:hover,
.main-section .btn:focus {
	background-color: var(--color-3);
}
.main-section .main-row {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	align-items: center;
}
.main-section .main-row > .col {
	flex: 1 1 calc(50% - 50px);
}
.main-section .main-row .image-col img {
	width: 100%;
}
.main-section .bottom_content {
	margin-top: 100px;
}
.practice-section {
	padding: 60px 0;
}
.practice-section h2 {
	margin-bottom: 60px;
}
.practice-section .practices {
	flex-wrap: wrap;
	gap: 15px;
}
.practice-section .practice {
	flex: 0 1 calc(20% - 12px);
	position: relative;
}
.practice-section .practice .image {
	overflow: hidden;
}
.practice-section .practice .image img {
	transition: all ease 0.3s;
}
.practice-section .practice .heading {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.35);
	padding: 30px 20px 20px;
	transition: all ease 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.practice-section .practice:hover .heading,
.practice-section .practice:focus .heading {
	background: rgba(0, 0, 0, 0.75);
}
.practice-section .practice:hover .image img,
.practice-section .practice:focus .image img {
	transform: scale(1.15);
}
.form-section {
	padding: 60px 0;
}
.form-section .heading-border h2:before {
	background-color: var(--color-1);
}
.form-section .content-row {
	flex-wrap: wrap;
	column-gap: 76px;
	row-gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
}
.form-section .content-row > .col {
	flex: 1 1 calc(50% - 38px);
}
.form-section .content-col p:last-child {
	margin-bottom: 0;
}
.form-section .form-col {
	background-color: var(--color-1);
	color: #fff;
	padding: 50px 35px 45px;
}
.form-section .form-col h2 {
	margin-bottom: 45px;
}
.form-section .form-col .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.form-section .form-col .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.form-section .form-col .gform_wrapper.gravity-theme .button {
	margin: 0 auto;
	background-color: var(--color-2);
}
.form-section .form-col .gform_wrapper.gravity-theme .button:hover,
.form-section .form-col .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-3);
}
.brands-section {
	padding: 20px 0 75px;
}
.brands-section .owl-carousel {
	max-width: 1000px;
	margin: 0 auto;
}
.brands-section .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.brands-section .owl-carousel .item .image img {
	max-height: 160px;
	width: auto;
}
.brands-section .owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 20px;
}
.brands-section .owl-carousel .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--color-1);
}
.brands-section .owl-carousel .owl-dot.active {
	background-color: var(--color-1);
}
.feature-section {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
	padding: 75px 0;
}
.feature-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: -1;
}
.feature-section .sec-content {
	margin-bottom: 35px;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 55px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 36.66px);
}
.feature-section .feature h3 {
	margin-bottom: 10px;
}
.feature-section .feature p {
	margin-bottom: 10px;
}
.feature-section .feature a {
	position: relative;
	padding-bottom: 5px;
	width: fit-content;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.feature-section .feature a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
body.ip .banner-section .content {
	max-width: 100%;
	width: 100%;
	background: none;
	padding: 0;
}
body.ip .banner-section .item {
	padding: 80px 0 30px;
	min-height: 29vw;
	display: flex;
	align-items: flex-end;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
body.ip .banner-section .image {
	filter: none;
}
body.ip .banner-section .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(270deg, rgba(2, 2, 2, 0) 45.28%, var(--color-3) 96.08%);
}
body.ip .practice-section {
	padding: 0;
	margin: 50px 0;
}
body.ip .practice-section h2 {
	margin-bottom: 20px;
}
body.ip .practice-section .practice {
	flex-basis: calc(33.33% - 10px);
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.sidebar-section {
	margin: 55px 0;
}
.sidebar-section .sidebar-row {
	gap: 20px;
}
.sidebar-section .sidebar-col {
	flex: 1 1 325px;
}
.sidebar-section .sidebar-col h2 {
	font-size: 23px;
	font-weight: 700;
}
.sidebar-section .sidebar-col .form {
	background-color: var(--color-1);
	color: #fff;
	padding: 40px 30px;
	box-shadow: 0 4.296px 4.296px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 25px;
}
.sidebar-section .sidebar-col .form h2 {
	text-shadow: 0 3.988px 3.988px rgba(0, 0, 0, 0.1);
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .button {
	width: 100%;
	background-color: var(--color-2);
	margin-bottom: 0;
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .button:hover,
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-4);
	color: var(--color-2);
}
.sidebar-section .sidebar-col .sidebar-nav {
	background-color: var(--color-4);
	padding: 30px;
	font-size: 18.5px;
}
.sidebar-section .sidebar-col .sidebar-nav .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.sidebar-section .sidebar-col .sidebar-nav .menu .current_page_item {
	display: none;
}
.sidebar-section .main-col {
	flex: 1 1 calc(100% - 345px);
	position: relative;
}
.sidebar-section .main-col .container {
	width: 100%;
	padding: 0;
}
.content-section {
	margin: 40px 0 30px;
}
.content-section:first-child {
	position: relative;
	padding-top: 20px;
	margin-top: 0;
}
.content-section:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 2px;
	background-color: var(--color-1);
}
.content-section p:last-child {
	margin-bottom: 0;
}
.anchor-links .toggle-item {
	background-color: var(--color-4);
	border: none;
}
.anchor-links .toggle-item > .toggle-content {
	border-color: var(--color-5);
	padding: 10px 15px;
}
.anchor-links .toggle-heading h3 {
	margin-bottom: 0;
	font-weight: 700;
	font-family: var(--font_body);
	font-size: 16px;
}
.anchor-links .link {
	line-height: 1.8em;
	font-size: 14px;
}
.anchor-links .link a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 400;
}
.anchor-links .link a:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-size: 24px;
	padding-right: 0.25em;
}
.featured-content {
	margin: 40px 0;
}
.featured-content .featured-row {
	align-items: flex-end;
}
.featured-content .image-col {
	flex: 1 1 40%;
	border-radius: 5px;
	overflow: hidden;
	align-self: stretch;
}
.featured-content .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.featured-content .content-col {
	flex: 1 1 60%;
	border-radius: 5px;
	background: rgba(2, 2, 2, 0.8);
	color: #fff;
	padding: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: -100px;
}
.acf-map {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	margin: 15px 0 0;
}
.acf-map img {
	max-width: inherit !important;
}

.gm-style-iw-ch {
	padding-top: 0;
}
.gm-style-iw-d {
	padding-right: 10px;
	margin-top: -10px;
}
.acf-map h4 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}
.acf-map .link {
	margin: 5px 0;
}
.acf-map button {
	height: auto !important;
	width: auto !important;
}
.acf-map button span {
	width: 14px !important;
	height: 14px !important;
	margin: 4px !important;
}
.gm-style-iw.gm-style-iw-c {
	max-width: 220px !important;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
	font-size: 22px;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	margin-bottom: 0;
	padding: 20px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease 0.3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}

.team-section {
	padding: 50px 0;
}
.team-section .members {
	flex-wrap: wrap;
	gap: 30px;
}
.team-section .member {
	flex: 0 1 calc(33.33% - 20px);
	position: relative;
	border-bottom: 4px solid var(--color-1);
}
.team-section .member a {
	color: #fff;
	height: 100%;
	display: block;
}
.team-section .member .image {
	height: 100%;
}
.team-section .member .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.team-section .member .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 15px;
	transition: all ease-in-out 0.3s;
}
.team-section .member .heading {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
}
.team-section .member .title {
	font-weight: 600;
	text-transform: uppercase;
}
.team-section .member:hover .content,
.team-section .member:focus .content {
	background-color: var(--color-1);
}
.team-banner {
	color: #fff;
	min-height: 15vw;
	display: flex;
	align-items: center;
	padding: 40px 0;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
}
.team-banner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(270deg, rgba(2, 2, 2, 0) 45.28%, #020202 96.08%), var(--color-1);
	z-index: -1;
	opacity: 0.95;
}
.team-banner h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-banner .title {
	font-size: 24px;
	margin-bottom: 35px;
}
.team-banner a {
	color: #fff;
	font-weight: 400;
}
.team-banner a:hover,
.team-banner a:focus {
	color: var(--color-5);
}
.team-banner .info {
	margin-bottom: 30px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.team-banner .info:last-child {
	margin-bottom: 0;
}
.member-section {
	padding: 50px 0;
}
.member-section .sidebar-row {
	position: relative;
}
.member-section .sidebar-row:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 175px;
	height: 3px;
	background-color: var(--color-1);
}
.member-section .info-row {
	align-items: center;
	gap: 25px;
	margin-bottom: 25px;
}
.member-section .info {
	font-weight: 700;
	margin-bottom: 30px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.member-section .info:last-child {
	margin-bottom: 0;
}
.member-section .info .icon {
	color: var(--color-1);
	font-size: 18px;
}
.member-section .pull-left {
	max-width: 315px;
	margin-right: 20px;
}
.member-section .logos {
	margin-top: 50px;
	flex-wrap: wrap;
	gap: 20px 45px;
	align-items: center;
	justify-content: center;
}
.member-section .logo img {
	max-height: 160px;
	max-width: 160px;
	object-fit: contain;
	width: auto;
	height: auto;
}





.blog{
        background: #f1f1f1;
    padding: 48px 45px 0 55px;
    border: 1px solid #c2c2c2;
    margin: 3px;
    margin-bottom: 34px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c2c2c2;

}
.main-section.single .date{ color: #fff;}
.blog .content .text{ display:inline-block; width: 100%; margin-top: 10px; text-align:left; color:var(--color-1); font-weight: 700; }
.blog-section{ margin-top: 40px; }
.blog-section .sidebar-col{ justify-content:left; }
.blog-section .sidebar-col .widget{ margin-bottom: 40px; }
.blog-section .sidebar{ width: 100%; border:none; border-color:unset; text-align:left;  }
.blog-section .blogs-col{ margin-right:50px; }

.blog .content{ line-height:1.6;}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 1399px) {
	.main-nav .menu li.nav-btn > a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1299px) {
	.primary-header .header-row {
		column-gap: 20px;
	}
	.main-nav .menu li.nav-btn > a {
		font-size: 14px;
		padding: 8px 12px;
	}
	.main-nav .menu li {
		margin: 0;
	}
	.main-nav .menu li.nav-btn {
		margin-left: 5px;
	}
	.primary-footer .contact-col .inner {
		column-gap: 40px;
	}
	.primary-footer .contact-col,
	.primary-footer .form-col {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.primary-header {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.primary-header .header-row {
		column-gap: 10px;
	}
	.primary-header .locations {
		font-size: 24px;
	}
	.main-nav .menu li a {
		padding: 5px;
	}
	.practice-section .practice {
		flex-basis: calc(25% - 11.25px);
	}
}
@media screen and (max-width: 991px) {
	.main-section .main-row {
		flex-direction: column-reverse;
	}
	.main-section .main-row > .col {
		flex-basis: auto;
		width: 100%;
	}
	.practice-section .practice {
		flex-basis: calc(33.33% - 10px);
	}
	.form-section .content-row > .col {
		flex-basis: 100%;
	}
	.feature-section .feature {
		flex-basis: 100%;
	}
	.primary-footer .footer-row {
		flex-direction: column;
	}
	.primary-footer .footer-row > .col {
		width: 100%;
		max-width: 100%;
	}
	.primary-footer .contact-col .inner {
		justify-content: space-around;
	}
	.banner-section .item {
		padding: 0 0;
	}
	.banner-section .content {
		max-width: 100%;
		width: 100%;
		padding: 80px 15px;
	}
	.banner-section .content .inner {
		margin: 0 auto;
		width: 100%;
	}
	.sidebar-section .sidebar-row {
		flex-wrap: wrap;
	}
	.sidebar-section .main-col {
		flex-basis: 100%;
	}
	.team-section .member {
		flex-basis: calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	.banner-section .content h1 {
		font-size: 52px;
	}
	.practice-section .practices {
		gap: 10px;
	}
	.practice-section .practices .practice {
		flex: 1 1 calc(50% - 5px);
		min-width: 240px;
	}
	.primary-footer .contact-col .inner {
		flex-wrap: wrap;
		gap: 30px;
	}
	.primary-footer .contact-col .inner > .col {
		flex-basis: 100%;
	}
	.primary-footer .contact-col,
	.primary-footer .form-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-section .form-col {
		padding: 45px 25px;
	}
	.featured-content .featured-row {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.featured-content .featured-row > .col {
		flex-basis: auto;
	}
	.featured-content .content-col {
		margin-left: 0;
	}
	.member-section .info-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.member-section .info-row > .col {
		width: 100%;
	}
	.team-section .member {
		flex-basis: 100%;
	}
	.team-banner h1 {
		font-size: 42px;
	}
	.member-section .pull-left {
		margin-right: auto;
		max-width: 100%;
	}
	.member-section .sidebar-row:after {
		left: 50%;
		transform: translateX(-50%);
	}
}
