:root {
	--bs-font-sans-serif: "Open Sans", sans-serif;
	--bs-font-heading: "Times New Roman", Times, serif;
	--bs-body-color: #000;
	--bs-white-100: #f1f1f4;
	--bs-primary: #32385c;
	--bs-primary-rgb: 50, 56, 92;
	--bs-secondary: #3458aa;
	--bs-secondary-rgb: 52, 88, 170;
	--bs-gray-100: #bcbcc0;
	--bs-gray-200: #5d5e68;
	--bs-gray-400: #ccc;
	--bs-black-100: #14141c;
	--bs-black-200: #0a0f26;
	--bs-black-300: #191b1d;
	--bs-blue: #0b0f23;
	--bs-blue-100: #3f63d6;
	--bs-link-color: #4f8ab7;
	--bs-link-hover-color: #4f8ab7;
	--text-sm: .875rem;
	--text-xs: .75rem;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
	font-display:swap;
  font-weight: normal;
  src: url("/wp-content/themes/pql20-3/fonts/FontAwesome-SM.eot");
  src: url("/wp-content/themes/pql20-3/fonts/FontAwesome-SM.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/pql20-3/fonts/FontAwesome-SM.woff2") format("woff2"), url("/wp-content/themes/pql20-3/fonts/FontAwesome-SM.woff") format("woff"), url("/wp-content/themes/pql20-3/fonts/FontAwesome-SM.ttf") format("truetype"), url("/wp-content/themes/pql20-3/fonts/FontAwesome-SM.svg#fontawesome") format("svg");
}

.footer .fab {
  font-family: "Font Awesome 5 Brands";
}

.footer .fa,
.footer .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.footer .fa-twitter-square:before {
  content: "\f081";
}

.footer .fa-facebook-square:before {
  content: "\f082";
}

.footer .fa-linkedin-square:before {
  content: "\f08c";
}

.footer .fa-twitter:before {
  content: "\f099";
}

.footer .fa-facebook:before {
  content: "\f09a";
}

.footer .fa-facebook-f:before {
  content: "\f09a";
}

.footer .fa-pinterest:before {
  content: "\f0d2";
}

.footer .fa-pinterest-square:before {
  content: "\f0d3";
}

.footer .fa-google-plus-square:before {
  content: "\f0d4";
}

.footer .fa-google-plus:before {
  content: "\f0d5";
}

.footer .fa-linkedin:before {
  content: "\f0e1";
}

.footer .fa-youtube-square:before {
  content: "\f166";
}

.footer .fa-youtube:before {
  content: "\f16a";
}

.footer .fa-youtube-play:before {
  content: "\f167";
}

.footer .fa-instagram:before {
  content: "\f16d";
}

.footer .fa-google:before {
  content: "\f1a0";
}

.footer .fa-yelp:before {
  content: "\f1e9";
}

.footer .fa-facebook-official:before {
  content: "\f230";
}

.footer .fa-pinterest-p:before {
  content: "\f231";
}

.footer .fa-vimeo:before {
  content: "\f27d";
}

.footer .fa-snapchat:before {
  content: "\f2ab";
}

html {
	scroll-padding-top: 110px !important;
}

@media (max-width: 1100px) {
	html {
		scroll-padding-top: 180px !important;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 18px;
	}
}

/*@media (min-width: 1400px) {
	body {
		font-size: 20px;
	}
}

@media (min-width: 1800px) {
	body {
		font-size: 22px;
	}
}*/

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-bottom: 1.5rem;
}

h2, .h2 {
	font-size: 30px;
	font-weight: 700;
	color: var(--bs-primary);
}

.serif {
	font-family: var(--bs-font-heading);
}

.text-sm {
	font-size: var(--text-sm);
}

@media (min-width: 1800px) {
	.container {
		max-width: 1654px;
	}
	
	.container-xl {
		max-width: 1767px;
	}
}

.navbar {
	--bs-navbar-nav-link-padding-x: 1.375rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2332385c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	transition: 0.3s ease-out;
	
}
@media (max-width: 991px) {
	.navbar{
		overflow: auto !important;
		max-height: 100vh;
	}
}
@media (min-width: 992px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: .25rem;
	}
}

@media (min-width: 1200px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: .5rem;
	}
}

@media (min-width: 1400px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: .875rem;
	}
}

@media (min-width: 1800px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: 1.375rem;
	}
}

.navbar-active,
.navbar-sticky {
	background-color: var(--bs-white);
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}

.navbar-sticky {
	--bs-navbar-padding-y: 0.25rem;
}

@media (min-width: 992px) {
	.navbar-active:not(.navbar-sticky) {
		background-color: transparent;
		box-shadow: none;
	}
}

.navbar-brand {
	max-width: 200px;
	transition: 0.3s ease-out;
	flex-shrink: 0;
}

/*@media (min-width: 1800px) {
	.navbar-brand {
		max-width: 217px;
		}
}*/

.navbar:not(.navbar-sticky) .navbar-brand {
	filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
	.navbar-active:not(.navbar-sticky) .navbar-brand {
		filter: none;
	}
}

.navbar-sticky .navbar-brand {
	max-width: 200px;
}

.navbar:not(.navbar-active, .navbar-sticky) .navbar-toggler {
	filter: brightness(0) invert(1);
}

.navbar-nav {
	--bs-nav-link-color: var(--bs-primary);
	--bs-nav-link-hover-color: var(--bs-secondary);
}

@media (min-width: 992px) {
	.navbar-nav {
		--bs-nav-link-color: var(--bs-white);
		--bs-nav-link-hover-color: var(--bs-white);
	}
	
	.navbar-sticky .navbar-nav {
		--bs-nav-link-color: var(--bs-primary);
		--bs-nav-link-hover-color: var(--bs-secondary);
	}
}

.nav-link {
	font-size: 18px;
	font-weight:bold
}

@media (min-width: 992px) {
	.nav-link {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.nav-link {
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	.nav-link {
		font-size: 18px;
	}
}

@media (min-width: 1800px) {
	.nav-link {
		font-size: 20px;
	}
}

/*@media (min-width: 1400px) {
	.navbar-sticky .nav-link {
		font-size: 16px;
	}
}

@media (min-width: 1800px) {
	.navbar-sticky .nav-link {
		font-size: 20px;
	}
}*/

.btn-white {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-bg: var(--bs-white);
	--bs-btn-border-color: var(--bs-white);
	--bs-btn-hover-color: var(--bs-secondary);
	--bs-btn-hover-bg: var(--bs-white);
	--bs-btn-hover-border-color: var(--bs-white);
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: var(--bs-secondary);
	--bs-btn-active-bg: var(--bs-white);
	--bs-btn-active-border-color: var(--bs-white);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-white);
	--bs-btn-disabled-border-color: var(--bs-white);
}

@media (max-width: 439px) {
	.navbar .btn-white {
		font-size: 13px;
	}
	
	.navbar .bg-secondary .small {
		font-size: .75rem;
		padding-bottom: 4px;
	}
}

.top-right {
	padding-top: 7px;
	padding-bottom: 7px;
}

@media (min-width: 992px) {
	.top-right {
		margin-left: 8px;
	}
}

@media (min-width: 1200px) {
	.top-right {
		margin-left: 16px;
	}
}

@media (min-width: 1400px) {
	.top-right {
		margin-left: 24px;
	}
}

@media (min-width: 1800px) {
	.top-right {
		margin-left: 44px;
	}
}

.top-right .btn {
	font-size: 20px;
	border-radius: 15px;
	--bs-btn-padding-x: 3.25rem;
	--bs-btn-padding-y: 0.375rem;
	transition: 0.3s ease-out;
}

@media (min-width: 992px) {
	.top-right .btn {
		font-size: 13px;
		--bs-btn-padding-x: .75rem;
	}
}

@media (min-width: 1200px) {
	.top-right .btn {
		font-size: 16px;
		--bs-btn-padding-x: 1.25rem;
	}
}

@media (min-width: 1400px) {
	.top-right .btn {
		font-size: 16px;
		--bs-btn-padding-x: 1.5rem;
	}
}

@media (min-width: 1800px) {
	.top-right .btn {
		font-size: 16px;
		--bs-btn-padding-x: 2rem;
	}
}

/*@media (min-width: 1800px) {
	.top-right .btn {
		font-size: 20px;
		--bs-btn-padding-x: 3.25rem;
	}
}*/

.navbar-sticky .top-right .btn {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-secondary);
	--bs-btn-hover-border-color: var(--bs-secondary);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-secondary);
	--bs-btn-active-border-color: var(--bs-secondary);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
}

@media (max-width: 991.98px) {
	.navbar-active .top-right .btn {
		--bs-btn-color: var(--bs-white);
		--bs-btn-bg: var(--bs-primary);
		--bs-btn-border-color: var(--bs-primary);
		--bs-btn-hover-color: var(--bs-white);
		--bs-btn-hover-bg: var(--bs-secondary);
		--bs-btn-hover-border-color: var(--bs-secondary);
		--bs-btn-active-color: var(--bs-white);
		--bs-btn-active-bg: var(--bs-secondary);
		--bs-btn-active-border-color: var(--bs-secondary);
		--bs-btn-disabled-color: var(--bs-white);
		--bs-btn-disabled-bg: var(--bs-primary);
		--bs-btn-disabled-border-color: var(--bs-primary);
	}
}

/*@media (min-width: 1200px) {
	.navbar-sticky .top-right .btn {
		font-size: 16px;
		--bs-btn-padding-x: 1.25rem;
	}
}*/

.top-right .text-phone {
	color: var(--bs-white);
	font-size: 38px;
	letter-spacing: 0.05em;
	transition: 0.3s ease-out;
}

@media (min-width: 992px) {
	.top-right .text-phone {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.top-right .text-phone {
		font-size: 22px;
	}
}

@media (min-width: 1400px) {
	.top-right .text-phone {
		font-size: 24px;
	}
}

@media (min-width: 1800px) {
	.top-right .text-phone {
		font-size: 36px;
	}
}

.navbar-sticky .top-right .text-phone {
	color: var(--bs-primary);
}

.text-cta {
	color: #ffffff;
}

.navbar-sticky .text-cta, .navbar-active .text-cta{
	color: var(--bs-primary);
}
@media (max-width: 991.98px) {
	.navbar-sticky .top-right .text-phone {
	color: var(--bs-primary);
	font-size: 17px;
	}	


	.navbar-active .top-right .text-phone {
		color: var(--bs-primary);
		font-size: 17px;
	}
}

.navbar-sticky .top-right .text-phone:hover,
.navbar-sticky .top-right .text-phone:focus {
	color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .nav-item.dropdown.has-mega {
      position: initial;
    }
    .mega-menu {
      width: 100vw;
      /*margin-top: -40px !important;*/
    }
  }

  .practice-area-menu li {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: flex;
    align-items: center;
    border-top: 1px solid #B0B0BC;
  }

  .practice-area-menu li:first-child {
    border-top: 0;
  }

  .dropdown-item {
    padding: 15px 60px;
    text-transform: lowercase;
  }
  .has-mega .dropdown-item {
    padding: 15px 60px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.show {
    color: #7294FF;
  }

  /*@media (max-width: 991px) {
  .dropdown-menu.mega-menu {
    max-height: calc(50vh);
    position: initial;
    overflow: scroll;
  }
  }*/

@media (min-width: 992px) {
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.hero-inner {
	margin-top: auto;
	position: relative;
	z-index: 10;
	color: var(--bs-white);
	padding-top: 200px;
	padding-bottom: 16px;
}
}

.hero-image-mobile {
	max-height: 83vh !important;
}
@media (min-width:768px) and (max-width: 991px) {
	.hero-image-mobile {
		margin-top:-12%
	}
}

.hero-inner {
	padding-top: 35px;
}

.hero-heading {
	font-family: var(--bs-font-heading);
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.2;
}

@media (min-width: 992px) {
	.hero-heading {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	.hero-heading {
		font-size: 40px;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1400px) {
	.hero-heading {
		font-size: 49px;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1800px) {
	.hero-heading {
		font-size: 65px;
		margin-bottom: 1rem;
	}
}

.hero-description {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.hero-description {
		font-size: 22px;
		margin-bottom: 0.75rem;
	}
}

@media (min-width: 1200px) {
	.hero-description {
		font-size: 26px;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1400px) {
	.hero-description {
		font-size: 30px;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1800px) {
	.hero-description {
		font-size: 40px;
		margin-bottom: 3rem;
	}
}


.hero-names {
	display: flex;
    justify-content: space-between;
	font-family: var(--bs-font-heading);
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-top: 36px;
	margin-left: auto;
	margin-right: auto;
}

.hero-names-mobile {
  margin-top: -45px;
  width: 90%;
  padding-top: 0;
  padding-bottom: 15px;
	font-size: 14px;
}

@media (min-width: 420px) {
	.hero-names-mobile {
	font-size: 16px;
	}
}

@media (min-width: 992px) {
	.hero-names {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.hero-names {
		max-width: 85%;
	}
}

@media (min-width: 1400px) {
	.hero-names {
		font-size: 20px;
		max-width: 80%;
		padding-top: 50px;
	}
}

@media (min-width: 1800px) {
	.hero-names {
		font-size: 25px;
		max-width: 70%;
		padding-top: 76px;
	}
}

.hero-name {
	color: var(--bs-white);
	text-decoration: none;
}

.btn {
	border-radius: 15px;
}

.btn-secondary {
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-primary);
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-secondary);
	--bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-xl {
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 3rem;
	--bs-btn-font-size: 1.125rem;
}

.btn-xl {
	--bs-btn-font-size: 1rem;
	--bs-btn-padding-x: 1rem;
}

@media (min-width: 992px) {
	.btn-xl {
		--bs-btn-font-size: 1rem;
		--bs-btn-padding-x: 2rem;
	}
}

@media (min-width: 1800px) {
	.btn-xl {
		--bs-btn-font-size: 1.125rem;
		--bs-btn-padding-x: 3rem;
	}
}

.intro {
	padding-top: 45px;
	padding-bottom: 45px;
}

@media (min-width: 768px) {
	.intro {
		padding-top: 35px;
		padding-bottom: 45px;
	}
}

@media (min-width: 1800px) {
	.intro {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.intro-header {
	padding-bottom: 1px;
	margin-bottom: 40px;
	position: relative;
}

@media (min-width: 768px) {
	.intro-header {
		margin-bottom: 40px;
	}
}

@media (min-width: 1400px) {
	.intro-header {
		margin-bottom: 48px;
	}
}

@media (min-width: 1800px) {
	.intro-header {
		margin-bottom: 60px;
	}
}

.intro-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 74%;
	border-bottom: 1px solid rgba(112, 112, 112, 0.17);
	transform: translateX(-50%);
}

@media (min-width: 992px) {
	.intro-content-block {
		width: 48.25%;
	}
	.intro-content-media {
		width: 45.25%;
	}
}

.intro-title {
	color: var(--bs-black-100);
	font-size: 20px;
	font-weight: 600;
}

@media (min-width: 1400px) {
	.intro-title {
		font-size: 20px;
	}
}

@media (min-width: 1800px) {
	.intro-title {
		font-size: 22px;
		margin-bottom: 2rem;
	}
}

.display-3 {
	/*font-size: 30px;*/
	font-weight: 400;
	font-family: var(--bs-font-heading);
}

@media (min-width: 992px) {
	.display-3 {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 40px;
	}
}

@media (min-width: 1400px) {
	.display-3 {
		font-size: 49px;
	}
}

@media (min-width: 1800px) {
	.display-3 {
		font-size: 65px;
	}
}

.display-5 {
	font-size: 24px;
	font-weight: 400;
	font-family: var(--bs-font-heading);
}

@media (min-width: 992px) {
	.display-5 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 36px;
	}
}

@media (min-width: 1400px) {
	.display-5 {
		font-size: 40px;
	}
}

@media (min-width: 1800px) {
	.display-5 {
		font-size: 45px;
	}
}

.result-wrapper {
	background-image: url(images/bg_result.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 55px;
}

.result-wrapper::after {
	--bs-bg-opacity: 0.54;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
	z-index: -1;
}

.case-result {
	background-image: linear-gradient(to bottom, var(--bs-white), var(--bs-white-100));
	text-align: center;
}

.case-result-thumbnail {
	max-height: 158px;
}

.case-result-details-container {
    display: grid;
    grid-auto-rows: 97px 135px;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 992px) {
	.case-result-details-container {
		grid-auto-rows: 97px 157px;
	}
}

@media (min-width: 1200px) {
	.case-result-details-container {
		grid-auto-rows: 97px 135px;
	}
}

.case-result-value {
    color: var(--bs-black-200);
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 0;
    margin-bottom: 5px;
	font-family: var(--bs-font-heading);
}

@media (min-width: 992px) {
    .case-result-value {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .case-result-value {
        font-size: 2.5rem;
    }
}

@media (min-width: 1800px) {
    .case-result-value {
        font-size: 3.125rem;
    }
}

.case-result-type {
    color: var(--bs-blue-100);
	font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.375rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .case-result-type {
        font-size: 1rem;
    }
}

@media (min-width: 1400px) {
    .case-result-type {
        font-size: 0.9375rem;
    }
}

.case-result-details {
    margin-top: 0;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
	align-items: center;
}

.case-result-description {
    max-width: 268px;
    font-size: 1rem;
    color: var(--bs-black-300);
    font-weight: 700;
    max-width: 284px;
    margin: 0 auto;
    line-height: 1.2;
    margin-top: 0.5em;
}

@media (min-width: 1800px) {
    .case-result-description {
        font-size: 1.125rem;
    }
}

.case-results-learn-more {
    color: var(--bs-black-300);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 25px;
    display: inline-block;
    transition: all .3s ease-in-out;
	text-decoration: none;
    border-bottom: 2px solid;
    padding-bottom: 1px;
    margin-top: auto;
}

.case-results-learn-more:hover {
    color: var(--bs-blue-100);
}

.callout-iframe {
	min-height: 615px;
}

.case-carousel {
	margin-bottom: 40px;
}

.carousel-flex .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.carousel-flex .slick-slide {
	height: inherit;
}

.case-carousel {
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 768px) {
	.case-carousel {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 1400px) {
	.case-carousel {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 1800px) {
	.case-carousel {
		padding-left: 140px;
		padding-right: 140px;
	}
}

.case-carousel .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.case-carousel  .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 1200px) {
	.case-carousel .slick-list {
		margin-left: -14px;
		margin-right: -14px;
	}

	.case-carousel  .slick-slide {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (min-width: 1800px) {
	.case-carousel .slick-list {
		margin-left: -20px;
		margin-right: -20px;
	}

	.case-carousel  .slick-slide {
		padding-left: 22px;
		padding-right: 22px;
	}
}

.slick-prev, 
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev::before, 
.slick-next::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-right: 26px solid var(--bs-gray-200);
	border-bottom: 32px solid transparent;
}

@media (min-width: 768px) {
	.slick-prev::before, 
	.slick-next::before {
		border-top: 25px solid transparent;
		border-right: 20px solid var(--bs-gray-200);
		border-bottom: 25px solid transparent;
	}
}

@media (min-width: 1800px) {
	.slick-prev::before, 
	.slick-next::before {
		border-top: 32px solid transparent;
		border-right: 26px solid var(--bs-gray-200);
		border-bottom: 32px solid transparent;
	}
}

.case-carousel .slick-prev::before,
.case-carousel .slick-next::before {
	--bs-border-opacity: 0.7;
	border-right-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}

.slick-prev.slick-arrow {
	margin-left: -2.25rem;
}

.slick-next.slick-arrow {
	margin-right: -2.25rem;
	right: 0;
	transform: rotateZ(180deg);
}

.case-carousel .slick-prev.slick-arrow {
	left: 0;
	margin-left: 0;
}

.case-carousel .slick-next.slick-arrow {
	margin-right: 0;
	right: 0;
}

@media (min-width: 1200px) {
	.case-carousel .slick-prev.slick-arrow {
		margin-left: 25px;
	}

	.case-carousel .slick-next.slick-arrow {
		margin-right: 25px;
	}
}

@media (min-width: 1400px) {
	.case-carousel .slick-prev.slick-arrow {
		margin-left: 40px;
	}

	.case-carousel .slick-next.slick-arrow {
		margin-right: 40px;
	}
}

.slick-dots {
	text-align: center;
}

.slick-dots li:only-child {
	display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 7px;
    cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: var(--bs-primary);
}

@media (min-width: 768px) {
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
}

@media (min-width: 1800px) {
	.slick-dots li button {
		width: 12px;
		height: 12px;
	}
}

.slick-dots .slick-active button {
	background-color: var(--bs-secondary);
}

.practice-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	--bs-bg-opacity: 0.03;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}

@media (min-width: 768px) {
	.practice-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (min-width: 1400px) {
	.practice-wrapper {
		padding-top: 73px;
		padding-bottom: 73px;
	}
}

@media (min-width: 1800px) {
	.practice-wrapper {
		padding-top: 93px;
		padding-bottom: 93px;
	}
}

.practice-wrap {
	border-bottom: 1px solid #ccc;
}

@media (min-width: 576px) {
.practice-wrap {
	border-right: 1px solid #ccc;
}

.practice-wrap:nth-last-child(-n+2) {
    border-bottom:0;
}

.practice-wrap:nth-child(2n) {
	border-right: 0;
}
}
@media (min-width: 992px) {
.practice-wrap, .practice-wrap:nth-child(2n) {
	border-right: 1px solid #ccc;
}

.practice-wrap:nth-last-child(-n+4) {
    border-bottom:0;
}

.practice-wrap:nth-child(4n) {
	border-right: 0;
}
}

.practice-link {
	display: block;
	text-align: center;
	color: #32385C;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	height: 100%;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
.practice-link:hover,
.practice-link:focus,
.practice-link.active {
	color: #fff;
	background: #000;
}
}

.practice-thumbnail {
	position: absolute;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	opacity: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.practice-link:hover .practice-thumbnail {
  opacity: 0.5;
}
/*.practice-thumbnail::before {
	--bs-bg-opacity: 0.29;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}*/

.practice-link .figure-desc {
	justify-content: center;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 1.5/1;
	font-weight: 600;
}
@media (max-width: 575px) {
	.practice-link .figure-desc {
		font-weight:bolder;
		aspect-ratio: 3/1;
		font-size: 1.2rem;
	}
}

.practice-grid .card-body {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	padding: 30px 30px 20px;
	line-height: 1.8;
	font-size: 1.125em;
}

@media (min-width: 1200px) {
	.practice-grid .card-body {
		padding: 30px 30px 20px;
	}
}

@media (min-width: 1400px) {
	.practice-grid .card-body {
		padding: 40px 40px 30px;
	}
}

@media (min-width: 1800px) {
	.practice-grid .card-body {
		padding: 60px 70px 50px;
	}
}

.practice-grid .card-body {
	position: absolute;
	left: 50%;
	width: 90%;
	z-index: 100;
	transform: translate(-50%, -50%);
}
 
 
/*@media (min-width: 992px) {
	.practice-grid .card-body {
		top: 50%;
	}
}*/

.practice-grid .card-body a{ color: #fff;}

.practice-grid .card-body::before {
	content: "";
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 12px;
	right: 12px;
	--bs-border-opacity: 0.33;
	border: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity));
	z-index: -1;
}

.practice-grid .btn-close {
	position: absolute;
	filter: brightness(0) invert(1);
	top: 50px;
	right: 50px;
}

.link-hover-underline {
	text-decoration: none;
}

.link-hover-underline:hover,
.link-hover-underline:focus {
	text-decoration: underline;
}

.section-about {
	padding-top: 80px;
	padding-bottom: 100px;
}

.featured::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--bs-gray-400);
	transform-origin: left;
	transform: rotateZ(180deg) translateX(30px);
}

.bg-gray-300 {
	background-color: #f1f1f1;
}

.blog-posts .slick-current {
	background-color: var(--bs-primary);
}

.blog-posts .slick-current, 
.blog-posts .slick-current .text-blue {
	color: var(--bs-white);
}

.testimonial-wrapper {
	background-size: cover;
}

.testimonial-wrapper::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.35);
	z-index: 0;
}

.single-testimonial {
	transition: all .5s;
}

.testimonials .slick-current {
	transform:translateY(-3rem );
}

.testimonials .slick-prev::before, 
.testimonials .slick-next::before {
	border-right-color: var(--bs-gray-400);
}

.footer {
	background-color: var(--bs-blue);
}
@media (max-width: 767px) {
.copy span{
	border:none !important
}
}

.ratio-140 {
	--bs-aspect-ratio: 140px;
}

@media (min-width: 768px) {
	.ratio-140 {
		max-width: 190px;
	}
}

.footer .menu {
	display: inline-block;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.footer .menu li {
	display: inline-block;
}

.footer .menu li:not(:last-child) {
    margin-right: .75rem;
}

.footer .menu li::before {
    content: "\007C";
    display: inline-block;
    margin-right: .75rem;
}

.footer .menu a {
	color: inherit;
	text-decoration: none;
}

.social-nav {
	list-style: none;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.social-nav {
		display: flex;
        align-items: center;
		justify-content: flex-end;
	}
}

.social-nav li {
    display: inline;
    margin: 0 0.5em;
}

.social-nav li:first-child {
    margin-left: 0;
}

.social-nav li:last-child {
    margin-right: 0;
}

@media (min-width: 1800px) {
    .contact-info-social .social li {
        display: block;
        margin: 0 18px;
    }
}

.social-nav li a {
    color: inherit;
    text-decoration: none;
}

.ratio .video-player iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 1199px) {
	.navbar-brand {
		max-width: 150px;
	}
	.navbar-sticky .navbar-brand {
		max-width: 110px;
	}
	
}
@media (min-width: 992px) {
.nav-item.dropdown.has-mega {
		position: initial;
	}
	.mega-menu {
		width: 100vw;
    top: 0 !important;
  
	}
}

.practice-area-menu li {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: flex;
  align-items: center;
  border-top: 1px solid #B0B0BC;
}

.practice-area-menu li:first-child {
  border-top: 0;
}

.dropdown-item {
  padding: 15px 60px;
  text-transform: capitalize;
}
.has-mega .dropdown-item {
	padding: 15px 60px;
	font-weight: bold;
	text-transform: lowercase;
}
.navbar-expand-lg .navbar-nav .nav-link.show {
  color: #7294FF;
}
.dropdown-item.locations {
	color: var(--bs-secondary);
	text-transform: capitalize;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: var(--bs-secondary);
	color: #fff;
}