 
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;width: 94%;
  }
}
.admin-bar header {
    top: 32px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "new-atten", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600
}
@-webkit-keyframes fadeInTopTriangle {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInTopTriangle {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInBottomTriangle {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInBottomTriangle {
    from {
        opacity: 0.5;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInRightTriangle {
    from {
        opacity: 0.5;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRightTriangle {
    from {
        opacity: 0.5;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* General */
body {
	  font-family: 'Mohr'; font-size: 18px;
}
.date {
  border-top:
0;
  color: #547295;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
}
.quote-swiper-l .attr {
  font-size: 1rem;
  font-weight: 500;
}
.z-9 {
	position: relative;
	z-index: 9
}
h3 {
line-height: 1.4;
font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05px;
}

/* Hidden vs visible states */
.submenu.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.offcanvas-endish {
  top: 0;
  right: 400px;
  width: 300px;
}
.offcanvas-body {
  overflow: hidden;
}
.team-filters .select2-container--open .select2-dropdown {
  top: 0px;
}
.canvas-sub {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
}

.canvas-main {
  left: 0;
  transform: translateX(0);
 
}
#offcanvasR.justexpertise, #offcanvasR.justexpertise > .offcanvas-header, #offcanvasR.justexpertise > .offcanvas-body {
  background-color: transparent;
  box-shadow: none;border-left: 0;
}
  #offcanvasR.justexpertise > .offcanvas-header, #offcanvasR.justexpertise > .offcanvas-body {
 opacity: 0;
 visibility: hidden;
}
.canvas-sub {
  left: 0;
  transform: translateX(100%);
  background: #fff;
  z-index: 2;
}
#offcanvasR #offcanvasRR a {
  font-size: .8rem;color: #fff;
  line-height: 1rem; padding-left: 30px;
}
 #offcanvasR #offcanvasRR a img {
	 margin-left: -20px;
	 }
.smaller.hero::after {
  opacity: .9;
  z-index: 1;
}
.offcanvasR-sub-open .canvas-sub {
transform: translateX(0);
  right: 0px;
  left: auto;
  height: 100%;
  overflow: scroll;
  z-index: 9;
  
}
.submenu.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.search .hero {
	height: auto
}
.h-100-lg {
	height: 100%
}
.hero.smaller {
  height: 400px; min-height: 0;
}
 .oneslide .hero.smaller,  .swiper-wrapper .hero.smaller {
  height: 470px; min-height: 0;
}
 .hero.team-filter-hero .triangle-group-container, .tax-practice-area .triangle-group-container {
  width: 500px;
  height: 500px;
}
.single-post .darkmode .newshero::after, .single-post .lightmode .newshero::after {
	display: none
}
article.team-card-grid {
  background-color: #fff;height: 100%;
}
.swiper.quote-swiper .swiper-slide {
  height: auto;
}
.quote-swiper .swiper-pagination-bullet {
    background-color: #fff;
}
.quote-swiper .swiper-pagination {
	margin-bottom:10px
}
.quote-swiper.swiper .swiper-pagination-bullet-active {
    background: #fff;
}
#ExpertiseModal .modal-dialog {
    width: 100%;
}
#ExpertiseModal .modal-dialog, #AboutModal .modal-dialog  {
  width: 100%;
  position: fixed;
  height: auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
top: 50px;
 overflow-y: scroll;
}
.z-0 {
	position: relative;
	z-index: 0
}
.map-height {
  height: 200px;
}
.scroll #AboutModal .modal-dialog, .scroll #ExpertiseModal .modal-dialog {
top: 38px;
}
.fixxxxer {
  transition: none; /* Prevent jumpiness */
}

/* Placeholder to maintain height when fixed */
.fixxxxer::before {
  content: '';
  display: block;
  height: var(--menu-height, 0px);
  transition: height 0.1s;
}

.swiper.fadeSwiper {
  position: absolute;
  top: 0;
  left: 0;z-index: 0;
  right: -1.5rem;
  bottom: ;
}
#back-to-top {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 999;
  background: #252C3C;
  color: #fff; font-weight: 500;
  padding: 10px 18px 7px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 0.85;
  transition: opacity 0.2s;
}
#back-to-top:hover {
  opacity: 1;
  background: #444;
}
.o-scroll {
	overflow:scroll
}
.submenu.hidden {
  height: 0; display: none
  }
body > .modal-backdrop.fade.show::before {
    content: '';
    display: block;
    height: 115px;
    width: 100%;
    background-color: #fff;
}
.modal-dialog.modal-lg {
 
    z-index: 1055;
}
.lightmode.newsslide .newshero::after {
 opacity: .6;
  background: rgb(29, 39, 51);
 
}
.modal-dialog {
    max-width: 98rem;
    padding: 1rem 3.5rem;
}
.collapser.btn.primary {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 0;
  max-width: 200px;
  border: 1px solid rgba(255,255,255,.4);
  background-color: transparent;
}

 .swiper.fadeSwiper::after, .lightmode .newshero::after, .darkmode .newshero::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
background: #FFFFFF;
background: -webkit-linear-gradient(82deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(82deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(82deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
ol li  {
  font-size: inherit;
  }
  .swiper.fadeSwiper::before, .lightmode .newshero::before  {
  content: '';
  display: block;
  width: 100%;
height: 100px;
  position: absolute;
  left: 0;
  top: 0;
 z-index: 2;
background: #FFFFFF;
background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%)
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.page-numbers {
	display: flex
}
.container ul.page-numbers li::before {
	display: none
	}
.search-practice-area {
  background-color: #e7ecf2;
}
body .select2-container--open .select2-dropdown {
  top: 0;
}
.team-hero .studs {
  min-width: 82px;
}
.team-hero .audio-player-widget {
  background: rgba(0,0,0,.66);
  border-radius:18px ;
}
 .podbytetitle.mb-2 {
  font-size: 14px;
}
.darkmode .newshero::before, .hero::before  {
  content: '';
  display: block;
  width: 100%;
 height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
background: #FFFFFF;
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .2) 33%, rgba(255, 255, 255, .3) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, .2) 33%, rgba(255, 255, 255, .3) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255, .2) 33%, rgba(255, 255, 255, .3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7ecf2", endColorstr="#e7ecf2", GradientType=0);
}
 .home .lightmode .newshero::before  {	  z-index: 1; }

  .lightmode .newshero::before  {
	  z-index: 2;
	  background: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(-180deg, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#788fab", endColorstr="#788fab", GradientType=0);
	  }

.lightmode .swiper.fadeSwiper::after, .lightmode .newshero .bg-image::after {
	background: #000000;
background: -webkit-linear-gradient(82deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(82deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(82deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
	}
.lightmode 	h1, .lightmode 	p {
  color: #fff;
  }
.cols-2 ul {
  column-count: 2;padding-right: 20px;
}
.cols-3 ul {
  column-count: 3;padding-right: 20px;
}
#expert-practice-areas::before {
  content: '';
  width: 1px;top: 0;
  height: 100%;
  background-color: #dee2e6;
  display: block;
  position: absolute;
  left: 33.35%;
}
#expert-practice-areas::after {
  content: '';
  width: 1px;top: 0;
  height: 100%;
  background-color: #dee2e6;
  display: block;
  position: absolute;
  left: 66.8%;
}
.mega-col-bg ul li.has-sub {
  display: block;
}
.mega-col-bg ul li .subb li {
  display: block;
  width: 100%;
}
.mega-col-bg ul li .subb {
column-count:1;margin-top: 0;
  padding-right: 0px;
   padding-left: 10px;
}
body.scroll > .modal-backdrop.fade.show::before {
  height: 80px;

}
 
#powerTop, .clearance {
  padding-top: 92px;
  margin-top: -92px;
}
.menu-level-tab .heroImgSm {
  height: 75px;  
}
.rc-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.rc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.rc-link-underline {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.rc-link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.25s ease;
}

.rc-link-underline:hover {
  transform: translateY(-1px);
}

.rc-link-underline:hover::after {
  width: 100%;
}
.rc-card {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

#expert-practice-areas-mob .menu-level-tab {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;padding: 5px;
  font-family: 'new-atten';
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
#expert-practice-areas-mob li:nth-child(2n+1) .heroImgSm {
 
}
#expert-practice-areas-mob li:nth-child(2n+1) .menu-level-tab {
  background-color: #f0f0f0;
}
.mega-col-bg ul#expert-practice-areas li a.menu-level-tab {
  border: 0;
}
@media (min-width: 768px) {
 .stickers {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--site-header-height) + 2rem);
    z-index: 5;
  }
  }
  @media (min-width: 1040px) {
  body {
    --site-header-height: 83px;
  }
}

.rc-parallax-wrapper {
  position: relative;
  overflow: hidden;
}
.device-container {
display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rc-parallax-layer {
  will-change: transform;
}
.header.lightmode ul li.current-menu-item.active a, .header.lightmode .PA-active .PA a, .header.lightmode .TM-active .TM a,  .PA-active .Practice-Areas:first-child a {
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.6);
}
.header.darkmode ul li.current-menu-item.active a, .header.darkmode .PA-active .PA a, .header.darkmode .PA-active .PA a {
  font-weight: 700;
  border-bottom: 1px solid rgba(37,44,60,.6);
}
.header ul li a {
  border-bottom: 1px solid transparent;
}
.header.lightmode ul li:hover a {
  border-color: rgba(255,255,255,.6);
}
.header.darkmode ul li:hover a {
  border-color: rgba(37,44,60,.6);
}
.square-container {
height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;	opacity: 0;
z-index: 2;
  transform: translateY(-50%) translateX(0%);
}
.wingspan {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
}
.tax-practice-area .lightmode.hero h3, .tax-practice-area .lightmode.hero p {
  color: #fff;font-size: 1.25rem;
  line-height: 1.72rem;margin-top: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.loaded .square-container {
	opacity: 1; 
	-webkit-transition:  opacity 1.3s ease 0.35s;
  -moz-transition: opacity 1.3s ease 0.35s;
  transition:  opacity 1.3s ease 0.35s;
	}
em {
  font-weight: 400; 
}
 .grey-bg {
	  background-color: #efefef
 }
.heroSQ-1, .heroSQ-2, .heroSQ-3 {
  height: 100%;
  display: block;
  position: absolute;
  z-index: 999;
  aspect-ratio: 1 / 1;
}
#offcanvasR ul li.sub {
  margin-left: 20px;
  margin-top: 5px;
}
 
#ExpertiseModal .container ul li::before {
	display: none}
.tranny, .tranny .modal-content {
	background-color: transparent !important
}
.modal {
  --bs-modal-zindex: 9999999;
  }
.lightmode .heroSQ-2, .loaded.single-post .reverseHero.lightmode .heroSQ-2 , .single-events .reverseHero.lightmode .heroSQ-2   {
  background: #547295
}
.offcanvas {
	z-index: 9999;
}
body .select2-container--open .select2-dropdown {
    /* bottom: 0; */
 
}
 .darkmode .hero.correctGrad.newshero::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7ecf2", endColorstr="#e7ecf2", GradientType=0);
}
#offcanvasR, #offcanvasR .offcanvas-header, #offcanvasR .offcanvas-body {
  background-color: #547295;box-shadow: 0 6px 8px rgba(0,0,0,0.35);
}
  #offcanvasRR .offcanvas-body,   #offcanvasRR .offcanvas-header {
 background-color: #38495d
}
#offcanvasR a {
 font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .75px;	font-family: "new-atten", sans-serif;
}
#offcanvasR .canvas-main a {
	 color: #fff;
}
#offcanvasR img {
	margin-right: 9px;
}
#offcanvasR ul {
	padding: 0;
	list-style: none
	}
	#offcanvasR ul li {
		margin-bottom: 11px
		}
.hammy.active, .scroll .hammy.active {
  background-color: #38495D;
color: #38495D;
}
.active .fa.fa-times {
  color: #fff;
}
.back-btn {
  display: none;
}
#offcanvasR .offcanvas-header {
  height: 85px;
  display: block;
  width: 100%;
}
.canvas-sub {
  box-shadow: -10px 0 30px rgba(0,0,0,0.1);
}
.hammy {
  border: 0;
  background-color: #DADADA;
  width: 40px;
  margin-left: auto;
  height: 40px;
  margin-top: -10px;
}
.hammy .fa-times {
	display: none
}
.hammy .fa-bars {
	display: block
}
.hammy.active .fa-times {
	display: block
}
.hammy.active .fa-bars {
	display: none
}

  .lightmode .heroSQ-1, .single-post .reverseHero.lightmode .heroSQ-1  {
  background:rgba(84, 114, 149, 0.6);
 
}
.lightmode .heroSQ-3, .single-post .reverseHero.lightmode .heroSQ-3  {
  background: rgba(84, 114, 149, 0.3);
 
}
.lightmode .cta-btn {
  background: #E7ECF2;
  color: #547295;
  }
  .heroSQ-1 {
 /* Set the size relative to the parent */
  height: 120%;
  /* To keep it isosceles, aspect-ratio should be 1/1 */
  aspect-ratio: 1 / 1; 
 opacity: 0;
  /* The Magic: Defines the three points of the triangle */
  /* Top-left (0 0), Bottom-left (0 100%), Bottom-right (100% 100%) */
  clip-path: polygon(0% 0%, 100% 0%, 50% 50%);
  background: rgba(231, 236, 242, 0.6);
  left: 0;
 
  }
  .heroSQ-2 {
 /* Set the size relative to the parent */
  height: 120%;
  /* To keep it isosceles, aspect-ratio should be 1/1 */
  aspect-ratio: 1 / 1; 
 opacity: 0;
  /* The Magic: Defines the three points of the triangle */
  /* Top-left (0 0), Bottom-left (0 100%), Bottom-right (100% 100%) */
  clip-path: polygon(0% 0%, 0% 100%, 50% 50%);
  background: #E7ECF2;
  left: -20%; 
 
}
.team-hero .quote-box h5 {
  margin-top: 2rem;
  }
.heroSQ-3 {
 opacity: 0;
  height: 120%;
  /* To keep it isosceles, aspect-ratio should be 1/1 */
  aspect-ratio: 1 / 1; 
 clip-path: polygon(50% 50%, 100% 100%, 0 100%);
  background: rgba(231, 236, 242, 0.25);
  left: 0; 
  
}
.footer a:hover {
	color: #000000 !important
	}
.parallax-container {
  position: relative;
  height: 600px; /* Or 100vh */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-block ul {
  padding-left: 0;
}
.parallax-bg {
  position: absolute;
  top: 0;background-size: cover;
  left: 0;
  width: 100%;
  height: 136%; /* 20% taller to cover the -20% yPercent shift */
  z-index: 1;
}

.parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallax-content {
  position: relative;
  z-index: 2;
  /* This will move faster (-40%) creating the depth effect */
}
 .hammy {
  position: fixed;
  transform: translateX(-100%);
  box-shadow: 0px 4px 20px 0px #0000001A;
 
}
.scroll .hammy .fa-bars {
  color: #fff;
}
.nav-list .search {
  margin-right: 20px;
}
.scroll .hammy  {
  background-color: #547295;
}
.team-filter-hero .heroSQ-1 {
  background-color: rgba(255,255,255,.33);
}
.team-filter-hero .heroSQ-3 {
  background-color: rgba(255,255,255,.66);
}
.team-filter-hero .heroSQ-2 {
  background-color: rgba(255,255,255,.8);
}
 .loaded .heroSQ-1 {
   height: 100%;opacity: 1;
  -webkit-transition: transform ease .3s;
    -moz-transition: transform ease .3s;
    transition: transform ease .3s;
}
.loaded .heroSQ-2 {
   height: 100%;opacity: 1;
  -webkit-transition: left ease 1.3s;
  -moz-transition: left ease 1.3s;
  transition: left ease 1.3s;
  top: 0;  left: 0%; 
}
.loaded .heroSQ-3 {
   height: 100%;opacity: 1;
  -webkit-transition: transform ease 1.9s;
    -moz-transition: transform ease 1.9s;
    transition: transform ease 1.9s;
}
.hero.team-filter-hero .hero-content {
  padding-top: 4.2rem;
}
.hero.team-filter-hero {
  height: 420px; background-color: #547295;
  min-height: 0;
}
 
.single-post .reverseHero .square-container {
  background-color: #fff;
}
.single-post .reverseHero .heroSQ-2, .tax-practice-area .reverseHero .heroSQ-2,  .single-events  .reverseHero .heroSQ-2 {
  aspect-ratio: 1 / 1;
 left: 1px;
  clip-path: polygon(100% 0%, 100% 100%, 50% 50%);
  }
  .single-post .reverseHero .heroSQ-1, .tax-practice-area .reverseHero .heroSQ-1,  .single-events .reverseHero .heroSQ-3 {
  left: 1px;
  }
 .single-post  .reverseHero .square-container,  .tax-practice-area   .reverseHero .square-container,  .single-events   .reverseHero .square-container {
  transform: rotate(180deg);
  right: 0;
  max-height: 600px;
  max-width: 600px;
  
  top: 0;
  left: auto;
width: 80vh;
  height: 80vh;min-height: 450px;
  min-width: 450px;
}
 single-post .reverseHero .square-container {
	  transform: rotate(180deg);overflow: hidden;
  }
  .tax-practice-area .reverseHero .square-container .device-container, .single-events .reverseHero .square-container .device-container {
  transform: rotate(180deg);
}
  .tax-practice-area .reverseHero .square-container, .single-events .reverseHero .square-container {
  transform: rotate(0deg);
 

}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8ca0b8; }
body .select2-container .select2-selection--single .select2-selection__rendered {
text-transform: uppercase;
  font-size:.9rem;letter-spacing: 0.01rem;
  font-weight: 500;
}
  .hero.newshero.lightmode {
  background-color: #547295;
}
 
.reverseHero .heroImg {
  transform: rotate(180deg);
}
.single-post .reverseHero .heroSQ-2, .loaded.single-post .reverseHero .heroSQ-2 {
	background: rgba(255, 255, 255, 1); left:0
}
.single-post .reverseHero .heroSQ-3 {
	background: rgba(255, 255, 255, 0.75);
}
.single-post .reverseHero .heroSQ-1 {
	background: rgba(255, 255, 255, 0.25);
}
   .single-post .reverseHero .heroImg {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
}
 
.tax-practice-area .lightmode.hero p {
  color: #fff;
}
.invisible {
	visibility:hidden
}
.reverseHero .square-container {
  transform: rotate(180deg);
  right:0;top: 0;
  left: auto
}
.about-offcanvas {
    background-color: rgba(255, 255, 255, .95);
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
}
.about-offcanvas {
  display: none;
}
/* #AboutModal blockquote p {
  font-size: 14px;
  line-height: 22px;
}*/ 
.btn.secondary.LG {
  background: transparent;
    background-color: transparent;
  border-bottom: 1px solid #8B8B8B;
  color: #8B8B8B; font-family: "new-atten", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 60px 9px 0;
  letter-spacing: .06rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 600;
  position: relative;
}
.btn.secondary.LG::after {
  content: '▶';
  position: absolute;
  right: 0;
  color: inherit;
}
.btn.secondary.LG:hover {
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent
  }
  .awards.border-none {
	  border: 0
  }
  .offMenu .cta-btn-icon {
  width: 10px;
  height: 10px;
  margin-bottom: 4px;
}

.news-slider article .bg-white {
  background-color: #e7ecf2 !important;
}
.award-land, .award-port {
  max-width: 120px;
}
/* Team Hero */
.team-hero {
background: #5472954D;
background-size: cover;
padding-top: 90px;
position: relative;
}
.team-hero .quote-box p {
font-size: 24px;
  }
.container ul li {
 
  color: inherit;
}
.container ul {
	margin-bottom: 20px;
	color: #000000
}
.team-hero * {
	color: #fff
	}
	#ExpertiseModal, #searchModal {
  background: rgba(84, 114, 149, .8);
}
 #searchModal {
  background: rgba(67, 73, 86, .8);
  }
.modal-backdrop.show {
  background-color: transparent !important;
  }
	article .container li {
    line-height: 1.8rem;
}
.team-hero a.linkedin, .team-hero a.email {
  padding-bottom: 10px;
}
.team-hero::before {
	content: '';
 
background: #B4B4B4;
background: -webkit-linear-gradient(48deg,rgba(180, 180, 180, 1) 0%, rgba(120, 129, 138, 1) 100%);
background: -moz-linear-gradient(48deg,rgba(180, 180, 180, 1) 0%, rgba(120, 129, 138, 1) 100%);
background: linear-gradient(48deg,rgba(180, 180, 180, 1) 0%, rgba(120, 129, 138, 1) 100%);
position: absolute;
width: 100%;
display: block;
height: 100%;
left: 0; top: 0
}
.hero.hero-small {
  min-height: 400px;
  height: 100%;
}
.hero-arrows {
  position: absolute;
  height: 100%;
  display: block;
  padding-left: 0;
  width: 50%;
  top: 0;z-index: 2;
  right: 0;
}
.square-helper {
  /* Create height-based square */
  height: 100%;
  aspect-ratio: 1/1; /* Fallback for modern browsers */
}
.square-helper::before {
  /* Classic padding hack alternative */
  content: "";
  display: block;
  padding-bottom: 100%;
}
#podbyteL {
 display: block;
  width: 100%;
}
#podbyteP {
 display: none;
  width: 100%;
}
.podbyte-container {
	position: relative;
	margin-bottom:30px;
	  height: 0; 
  padding-bottom: 41.5%;
}
.cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#playPauseButtonL {
  position: absolute;
  top: 0;border: 0;
  left: 0;
  width: 100%;
  height: 100%;
 text-indent: -999pc;
}
.modal-content {
	border: 0
}
.svg-icon {
  width: 1.4em;
  height: 1.4em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #fff;
}
.svg-icon circle {
  stroke: #fff;
  stroke-width: 1;
}
.podbyteoverbutton {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: auto;
  background-color: rgba(0,0,0,.7);
  padding-top: 17px;
  padding-bottom: 17px;
	height: 57px;
  font-size: .95rem;
}

.awardsSwiper {
  padding-bottom: 20px;
}

@media (max-width: 780px) {
.podbyteoverbutton {
	font-size: .75rem
	}
	#podbyteP {
 display: block;
  width: 100%;
		margin-bottom: 15px
}
#podbyteL {
 display: none;
  width: 100%;
}
	
}
.briefing-notes-content p {
  font-size: .9rem;
  line-height: 1.6rem;
  margin-bottom: 30px;
}

.square-content {
  /* Actual square container */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* Rotation method (optional) */
  transform: rotate(0deg); /* Enables height-based sizing */
  transform-origin: top left;
}
.topA {
  position: absolute;
  height: 50%;
  width: 100%;
  right: 0;top:0;
  background-image: url('../imgs/top-hero-arrow.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
   animation: fadeInBottomTriangle 0.6s ease-out forwards;
    opacity: 0;
      animation-delay: 0.2s;
}
.hero-small .centerA {
	background-size: 100%;
}
.hero-small .hero-arrows {
	width: 100%;
	}
.centerA {
  position: absolute;
  height: 100%;
  width: 50%;
 
  right: 0;
  background-image: url('../imgs/center-hero-arrow.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position:right;
    animation-delay: 0.4s;
   animation: fadeInRightTriangle 1s ease-out forwards;
    opacity: 0;
}
#searchModal .modal-header {
    border: 0;
    padding: 7px;
}
.hero-small .centerA {
  background-size: auto 100%;
 
  bottom: auto;
}
.breadcrumbs {
	background-color: #E7ECF2
}
.hero-small .centerS {
position: absolute;
  height: 100%;
width: 51.5%;
  bottom: auto;
  right: 50%;
  background-image: url('../imgs/center-hero-arrow-solider.svg');
  background-size: auto 101%;
  background-repeat: no-repeat;
  opacity: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position:
right;
  }
.centerS {
position: absolute;
  height: 145%;
  width: 100%;
  bottom: -22.5%;
  left: -3%;
  background-image: url('../imgs/center-hero-arrow-solider.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 1;
 
}
.bottomA {
  position: absolute;
  height: 50%;
  width: 100%;
 bottom: 0;
  right: 0;
  background-image: url('../imgs/bottom-hero-arrow.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  animation: fadeInTopTriangle 0.6s ease-out forwards;
  opacity: 0;
  animation-delay: 0.6s;
}
a:not(.button).email {
  color: inherit;
}
.studs {
  height: 32px;
  display: block;    margin-top: 4px;
}
.contdetails {
  display: flex;
  list-style:none;
  padding:0;
  margin-top: 20px;
  margin-bottom: 28px;
}
.mega-col-bg ul#careers-menu li , .mega-col-bg ul#about-us-menu li  {
  align-items: start;
}

.details-block * {
	color: #fff
}
.contdetails a {
	margin-right:16px
	}
.contdetails a:hover {
		opacity: .6
	}
a.email {
  padding-left: 20px;
  background-image: url('../imgs/email-icon.svg');
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position:
left center;margin-right:18px
}
a.phone {
  padding-left: 20px;
  background-image: url('../imgs/phone-icon.svg');
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position:
left center;
}
a.linkedin {
  padding-left: 20px;
  background-image: url('../imgs/linkedin-icon.svg');
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position:
left center;
}
.stud {
     width: 20px;
    height: 20px;
    margin-right: 2px;
  display: inline-block;
  background-size: cover;
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}
.stud:first-child {
  background-image: url('../imgs/stud-1.svg');
  animation-delay: 0.8s;
}
.stud:nth-child(2) {
  background-image: url('../imgs/stud-2.svg');
  animation-delay: 1.3s;
}
.stud:nth-child(3) {
  background-image: url('../imgs/stud-3.svg');
  animation-delay: 1.8s;
}
.top-bins {
position: absolute;
  right: 12.5px;
  padding: 7px 35px 7px;
  background-color: #547295;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 500;
}
.btn.primary.LG {
  background: transparent;
    background-color: transparent;
  border: 1px solid #547295;
  color: #fff;   font-family: "new-atten", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;font-weight: 600;
  padding: 16px 200px 14px 16px;
  letter-spacing: .09rem;
  background-color: #547295;
    background-image: url('../imgs/stud-1.svg');
    background-size: 26px;
    background-position: right 10px center;
    background-repeat: no-repeat
}
.btn.primary.LG:hover {
	 background-color: #252C3C;
}
h4.location-title {
  text-transform: uppercase;
  font-size: 1.05rem;
}
.bg-blue {
	 background-color: #DDE4EA
}
.bg-pale {
	 background-color: #E7ECF2
	}
	.bluelink a {
  color: #547295;
}

 .sub {
	 display: none;
 
 }
  .sub.visible {
	display: block
 }
 /* Disable transitions for GSAP targets */
.rc-anim-stagger *,
.rc-stagger-children *,
.rc-card {
  transition: none !important;
}

/* Re-enable only where needed */
.rc-card:not(.gsap-animating) {
  transition: none;
}
.quotebox .centerA {
 background-image: url('../imgs/right-quote-arrow.svg');
  height: 300px;
  background-size: auto 300px;
  width: 150px;
  bottom: -3px;
  right: -4px;
  }
 .container ul.team-social-icons li::before {
  display: none;
}
 .container ul.team-social-icons li {
	 padding: 0
 }
 .killshot li a {
  display: none;
}
 .killshot li.order-3 {
	 height: 25px;
 }
 .opener:first-of-type {
  display: block;
}
.opener {
  display: none;
position: absolute;
  top: 0;
  right: auto;
  z-index: 1;
  width: 80%;
  height: 100%;
  text-align: right
}
.opener.open .fa-solid.fa-angle-up, .opener .fa-solid.fa-angle-down {
  display: block;
}
.opener .fa-solid.fa-angle-up, .opener.open .fa-solid.fa-angle-down {
  display: none;
}
.sub {
	position: relative
}
 .details-block hr {
  border-color: transparent;
background-color: rgba(255,255,255,.6);
  height: 1px;
  border: 0;
  margin-top: 0;
}
.case .centerA {
	  height: 300px;
  background-size: auto 300px;
  width: 150px;
  bottom: 0px;
  right: 0px;
	}
	.scroll .hammy {
  box-shadow: 0px 4px 20px 0px #0000004A;
  }
  .quotebox .bottomA {
background-image: url('../imgs/bottom-quote-arrow.svg');
  background-size: 302px;
  bottom: -2px;
  right: -2px;
  width: 300px;
  height: 150px;
  }
    .case .bottomA {
	      background-size: 300px;
  bottom:0px;
  right: 0px;
  width: 300px;
  height: 150px;
	    }
 .d-flex .btn.primary.LG {
  max-width: 320px;
}
 
.case-slider a .btn.secondary.LG {
  color: #547295;
  border-color:
#547295;
}
.boxshadow {
	-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.45);
-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.45);
box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.45);
}
	.underline {
  margin-bottom: 25px;
  display: block;
  padding-bottom: 20px;
  border-bottom:
2px solid #547295;
}
.quotebox {
	background-color: #fff;
	height: 100%;
	overflow: hidden
}
.quotebox .hero-arrows {
	width: 100%;
}

/* Team Slider */
.swiper-pagination.fc {
  bottom: -50px; z-index: 0;
}
.fc .swiper-pagination-bullet {
	border-radius: 0
}
.fc .swiper-pagination-bullet-active {
  background:  #547295;
}
.team-slider {
	background-color: #E7ECF2
}
.min-200 {
	min-height: 140px
}
.card-title {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.card-title a {
	 font-weight: 600;
	}
.card-title:hover a {	
	color:#547295
	}
	h5.card-title {
  font-size: .95rem;
  line-height: 1.3rem;
}
.swiper-button-prev.fc {
  left: -10px;
}
.swiper-button-next.fc {
  right: -10px;
}
.swiper-button-next.fc, .swiper-button-prev.fc {
  color: #547295;
}



/* Mobile */

@media (max-width:1000px) {
	.hero.team-filter-hero {
  height: 700px;
}
.hero.newshero.smaller {
  height: 400px;
}
	
}



@media (max-width:1024px) {
 

	
}


@media (max-width:768px) {
/* Team Hero */
.team-hero {
  position: relative;
  overflow: hidden
}
.single-team .details-block * {
	color: #fff;
}
 
.details-block * {
  color: #000000;
}
a.email {
  background-image: url('../imgs/email-icon-b.svg');
  background-size: auto 20px; padding-left: 26px;
}
a.phone {
  background-image: url('../imgs/phone-icon-b.svg');
  padding-left: 26px;
  background-size: auto 18px;
}
h3 {
line-height: 1.2;
    font-size: 1.4rem;
  }
a.linkedin {
  background-image: url('../imgs/linkedin-icon-b.svg');
  background-size: auto 20px; padding-left: 26px;
}
.fc .swiper-pagination {
  text-align: left;
  }
.hero-arrows {
  width: 100%;
  }
  h1 {
  font-size: 1.6rem;
  }
  .centerA {
  height: 66%;
  }
  .topA {
  height: 33%;
  }
  .bottomA {
  height: 33%;
  }
.swiper-pagination.fc {
  bottom: -15px;
  }
 .single-team  h1 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .tab-link {
    height: 100%;
}
.audio-player-widget {
    margin: 20px 0;
}

}

@media (max-width:440x) {
	.stud {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  }
btn.primary.LG {
  width: 100%;
}
.quotebox .centerA {
  height: 260px;
  background-size: auto 260px;
  width: 130px;
}
.quotebox .bottomA {
  background-size: 260px;
  width: 260px;
  height: 130px;
  }


	
}


@media (max-width:390x) {
    .mugshot {
        width: 75%
;
    }
    }