

.visible-mobile-only {
  display: block;
}

.visible-desktop-only {
  display: none;
}

@media (max-width: 767px) {
  .visible-mobile-only {
    display: block;
  }

  .visible-desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible-desktop-only {
    display: block;
  }

  .visible-mobile-only {
    display: none;
  }
}





.text-left {text-align:left;}
	.text-primary ul {
  margin-left: 40px;
  padding-left: 0;
}
	.text-primary, 	.text-primary p, 	.text-primary ul, 	.text-primary li {

/* Primary Font/Body XLarge - Bold */
font-family: 'UniversLTPro-45Light', 'Lato', sans-serif;
font-size: 16px;
font-style: normal;
line-height: 26px; /* 130% */
	
	}
	.text-primary p {padding-top:10px;padding-bottom:10px;}
	.text-primary a {display:inline-block;}
	.text-lg {
		font-size:18px;
	}
	.text-xl {
	font-size: 20px;	
	}	
	.text-bold {
		font-weight: 700;
	}
.text-primary-blue {
		color:#005187;
	}
.text-primary-blue a:visited, .text-primary-blue:visited  {color:#005187 !important;}

.text-accent-blue {
	color:#2F8FC5;
}
	.text-primary-grey {
		color: #3A3A3A; }
	.text-white {
		color:#fff;
	}
.text-gray {
	color:#4C5965;
}
.text-center{text-align: center;}
.text-uppercase {text-transform:uppercase;}
.object-center {margin:0 auto;}	
	.headline-primary {
color: var(--primary-buckingham-blue-50-base, #005187);
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 55px; /* 114.583% */
letter-spacing: 1px;
		padding-bottom:24px;
	}
	
	.h2-primary {
	/*	font-family: Front Page Neue;*/
		/*font-family: 'UniversLTPro-65Bold' ;*/
		font-family: 'univers67_condensed_bold';
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 112.5% */
letter-spacing: 1px;
	}
.section-description {max-width:70%;}


/* REMOVE BEFORE PROD Margin Top */
.margin-top-xxs { margin-top: 4px; }
.margin-top-xs  { margin-top: 8px; }
.margin-top-sm  { margin-top: 12px; }
.margin-top-md  { margin-top: 16px; }
.margin-top-lg  { margin-top: 24px; }
.margin-top-xl  { margin-top: 32px; }
.margin-top-xxl { margin-top: 48px; }

/* Margin Bottom */
.margin-bottom-xxs { margin-bottom: 4px; }
.margin-bottom-xs  { margin-bottom: 8px; }
.margin-bottom-sm  { margin-bottom: 12px; }
.margin-bottom-md  { margin-bottom: 16px; }
.margin-bottom-lg  { margin-bottom: 24px; }
.margin-bottom-xl  { margin-bottom: 32px; }
.margin-bottom-xxl { margin-bottom: 48px; }

/* Padding Top */
.padding-top-xxs { padding-top: 4px; }
.padding-top-xs  { padding-top: 8px; }
.padding-top-sm  { padding-top: 12px; }
.padding-top-md  { padding-top: 16px; }
.padding-top-lg  { padding-top: 24px; }
.padding-top-xl  { padding-top: 32px; }
.padding-top-xxl { padding-top: 48px; }

/* Padding Bottom */
.padding-bottom-xxs { padding-bottom: 4px; }
.padding-bottom-xs  { padding-bottom: 8px; }
.padding-bottom-sm  { padding-bottom: 12px; }
.padding-bottom-md  { padding-bottom: 16px; }
.padding-bottom-lg  { padding-bottom: 24px; }
.padding-bottom-xl  { padding-bottom: 32px; }
.padding-bottom-xxl { padding-bottom: 48px; }

/*cta button*/
.btn-cta-primary {
    border: none;
    background: var(--primary-accent-blue-blue-60, #2F8FC5);
    padding: 12px 24px;
    text-align: Center;
    color: var(--primary-neutral-white, #FFF);
    font-family: 'Univers LT';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 auto;
}
.btn-cta-primary:hover {background-color:#005187;
cursor: pointer;}
/*Page Hero*/

.hero-content-title h1 {
	font-size: 25px;
    color:#fff;
    font-family: 'UniversLTPro-65Bold';
}

@media screen and (min-width: 320px) {
  
	.hero-content-title h1 {
		font-size: calc(25px + 6 * ((100vw - 320px) / 680));
	}
}
@media screen and (min-width: 1000px) {
 
	.hero-content-title h1 {
		font-size:36px;
	}
}
	
.c-content_hero {
	height:auto;
}

.page-hero-row {
	display: flex;
	 flex-direction:column-reverse; 
	
	align-items: flex-start;
	padding: 50px 25px 20px;
	gap: 10px;
	width:100%;
	margin:0 auto;
	max-width:100%;
	transition: .1s ease;
}

@media (min-width:768px){
	.page-hero-row {
	display: flex;
	 flex-direction:column-reverse; 
	align-items: flex-start;
	padding: 50px 25px 20px;
	gap: 40px;
	width:90%;
	margin:0 auto;
	max-width:1600px;
}
}

@media (min-width:991px){
	.page-hero-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 50px 20px;
	gap: 80px;
	width:90%;
	margin:0 auto;
	max-width:1600px;
}
}


@media (min-width:1150px){
	.page-hero-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 50px 20px;
	gap: 80px;
	width:90%;
	margin:0 auto;
	max-width:1600px;
}	
	
}
.page-hero-text {
	width:100%;
	align-self: center;
}
@media (min-width:991px){
	.page-hero-text {
	width:50%;
	align-self: center;
}
}


.page-hero-image {
	width:100%;
}
@media (min-width:991px){
	.page-hero-image {
	width:50%;
}
}


.page-hero-image img {
	width:100%;
	
}

.hero-content-title {
	flex-direction:column;
	width:100%;
}

@media (min-width:768px){
	.hero-content-title {
		width:40%;
	}
}

.hero-content-title h1 {
	color:#fff;
	font-family:'UniversLTPro-65Bold';
}

.hero-content-description {
 	width:60%;
	display:none;
}
.hero-content-description h2 {
	color:#fff;
    font-weight: 900;
    font-size:15px;
}
@media (min-width:768px){
	.hero-content-description {
		display:flex;
        	flex-direction:column;
	}
}

/* accordion module */

.tab-container {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
}

/* Tab navigation */
.tab-navigation {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-navigation li {
   
}

.tab-navigation li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}


/* Tab content */
.tab-content {
    padding: 20px;
    flex: 1;
}
@media (min-width:768px){
.tab-content {
    padding: 20px;
    flex: 1;
}	
}
@media (min-width:991px){
.tab-content {
    padding: 20px 20px 20px 80px;
    flex: 1;
}	
}

.tab-panel-content {display:flex;}
.tab-panel {
    display: none;
}
.tab-panel-left {
    flex: 1;
    padding-right: 20px;
}
.tab-panel-left p {margin:16px 0;}
.tab-panel-right {
    flex: 1;
    padding-left: 20px;
   align-self:stretch;

}
/* Show active tab */
.tab-panel.active {
    display: block;
}
/* Add this to your existing CSS styles */
.tab-panel {
    display: none;
    opacity: 0; /* Set initial opacity to 0 */
    transition: opacity 0.3s ease-in-out; /* Add a transition for opacity */
}

.tab-panel.active {
    display: block;
    opacity: 1; 
	align-self: center;
}


/* Inactive tab */
.tab-navigation li a {
    font-family: 'Univers LT', 'sans serif';
    font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px;
}

	.tab-navigation li a:hover {
		color:#2D88B7;
	}
/* Style for inactive tabs */
.tab-navigation li {
   
    background-color: white; /* Set background color for inactive tabs */
    padding:24px;
    border-bottom: 1px solid #2D88B7;
}

.tab-navigation li a {

    text-decoration: none;
    color:#005187;
    font-weight: bold;
    display: block;
    padding: 10px; /* Add padding for better click area */
    position:relative;
}

/* Style for active tab */
.tab-navigation li.active {
    background-color: #005187; /* Set background color for active tab */
    color: white; /* Set text color for active tab */
}

.tab-navigation li.active a {
    color: white; /* Set text color for active tab link */
}

/* Add right arrow and right-align it */
.tab-navigation li a::after {
    content: ">"; /* Right arrow Unicode character */
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    position:absolute;
    right:0;
	color:#2D88B7;

}


/* QA Module */


.tab-qa .tab-navigation li {
	width:100%;
}

.tab-qa .tab-navigation {
	width:100%;
}
@media (min-width:991px){
.tab-qa .tab-navigation {
	width:50%;
}	
}
.tab-qa  .tab-navigation li.active {
	background-color:#E9F2F9;
	color:#005187;
}
.tab-qa .tab-navigation li.active a {
    color:#005187;
}
.tab-qa .tab-content {
	padding: 40px 0 0;
    flex: 1;
}


@media (min-width:991px){
.tab-qa .tab-content {
	padding: 20px 20px 20px 80px;
    flex: 1;
}
}

.tab-qa * .tab-panel-content {
	display:block;
}
.team-button{background: #FFF;border: 2px solid var(--colors-grey, #EBEAED);
	color: var(--colors-text, rgba(21, 20, 57, 0.40));
text-align: center;
	padding:14px 9px 12px 9px;

/* Primary Font/Body Large - Bold */
min-width:100px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

@media (min-width:768){
.team-button {
	min-width:122px;
}
}
.team-wrapper {background-color:#F7FBFE;
width:100% !important;
    margin: 0 auto;
	padding:40px 0 0 !important;
    }
.team-intro {width:90%;max-width: 1600px; margin: 0 auto;}
.team-container {text-align:center;margin: 40px auto;max-width: 1600px;width:90%;}
.first-location-button {border-radius: 30px 0px 0px 30px;padding:14px  11px 12px 18px;
}
.last-location-button{border-radius: 0px 30px 30px 0px;
border: 2px solid var(--colors-grey, #EBEAED); padding:14px  18px 12px 12px;
}
.team-button:not(.last-location-button) {
  margin-right:-10px !important;
}
.team-button.active-button {
	background:#005187;
	color:#fff;
	
}
.team-button:hover {
	cursor:pointer;
}
.single-button{border-radius: 30px;}
.section-intro {
	padding-bottom:30px;
}
.section-container  {
	padding: 50px 25px;
	width:100%;
	margin:0 auto;
	max-width:100%;
	transition: .1s ease;
}

@media (min-width:768px){
	.section-container  {
	
	padding: 80px 64px;
	width:80%;
	margin:0 auto;
	max-width:1600px;
}
}

@media (min-width:1150px){
	.section-container  {
	
	padding: 112px 64px;
	
	width:80%;
	margin:0 auto;
	max-width:1600px;
}	
	
}
.team-content-container  {
	
	width:100%;
	margin:0 auto;
	max-width:100%;
	transition: .1s ease;
}

@media (min-width:768px){
	.team-content-container  {
	
	
	width:90%;
	margin:0 auto;
	max-width:1600px;
}
}

@media (min-width:1150px){
	.team-content-container  {
	
	
	
	width:90%;
	margin:0 auto;
	max-width:1600px;
}	
	
}

.team-content {}
/* Style for the team-attorney-row container */
.team-content .team-attorney-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Adjust as needed for spacing between columns */
    gap: 20px; /* Adjust the gap between attorney items */
    margin-top: 10px; /* Add spacing above the attorney list */
}

/* Style for individual attorney item within the row */
.team-content .team-attorney-row .team-attorney-column {
    flex-basis: 100%; /* Set the width to create 4 columns, accounting for the 20px gap */
    text-align: center; /* Center align the attorney details */
    margin-bottom: 40px; /* Add spacing below the attorney items */
}
@media (min-width:601px){
	.team-content .team-attorney-row .team-attorney-column {
    flex-basis: calc(50% - 20px); /* Set the width to create 4 columns, accounting for the 20px gap */
    text-align: center; /* Center align the attorney details */
    margin-bottom: 20px; /* Add spacing below the attorney items */
}
}
@media (min-width:991px){
	.team-content .team-attorney-row .team-attorney-column {
    flex-basis: calc(25% - 20px); /* Set the width to create 4 columns, accounting for the 20px gap */
    text-align: center; /* Center align the attorney details */
    margin-bottom: 40px; /* Add spacing below the attorney items */
}
}

.team-attorney-image {text-align:center;}
.team-attorney-image img {
    max-width: 100%; /* Make sure the image fits within its container */
    border-radius: 100%; /* Make the image round */
    overflow: hidden; /* Hide any overflow to ensure it's round */
    width: 100px; /* Adjust the image size as needed */
    height: auto; /* Adjust the image size as needed */
    margin: 0 auto; /* Center the image horizontally */
}
@media (min-width:991px){
	
	.team-attorney-image img {
    max-width: 100%; /* Make sure the image fits within its container */
    border-radius: 50%; /* Make the image round */
    overflow: hidden; /* Hide any overflow to ensure it's round */
    width: 100px; /* Adjust the image size as needed */
    height: 100px; /* Adjust the image size as needed */
    margin: 0 auto; /* Center the image horizontally */
}
}

/* Style for attorney name */
.team-content .team-attorney-row .team-attorney .team-attorney-name {
    font-size: 16px; /* Adjust the font size as needed */
    font-weight: bold;
    margin-top: 10px; /* Add spacing above the attorney name */
}

/* Style for attorney description */
.team-content .team-attorney-row .team-attorney .team-attorney-description {
    font-size: 14px; /* Adjust the font size as needed */
    margin-top: 5px; /* Add spacing above the attorney description */
}

/*blog module*/
.blog-list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	  gap:32px;
	margin:0 auto;
}
.blog-list-column-3 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

@media (min-width:1100px){
.blog-list-column-3 {
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
  flex-basis: calc(33% - 32px);

	} 
}

.blog-section-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.blog-section-category {
    padding: 4px 8px;
    display: inline-block;
    background: #f4f4f4;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #005187;
    width: auto;
    margin-top: 20px;
}.blog-section-reading-time {
    padding-left: 20px;
    display: inline-block;
    font-family: 'UniversLTPro-55Roman';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #91A0A9;
}
.blog-section-title {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #41B6E6;
    letter-spacing: 1.5px;
	text-transform: capitalize;
	min-height: 25px;
	margin: 10px 0 5px;
	line-height: 30px;
	display:block;
}
.blog-section-image-wrapper {max-height:140px;
object-fit: cover;
	object-position: center; overflow: hidden;}
.blog-section-moretag img {
	width:40px;
	opacity:1;
	display:block;
}
.blog-section-moretag img:hover {
	opacity:.7;
}

/*practice areas list */
.tab-panel-content * h2 {
color: #005187;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 55px; /* 114.583% */
letter-spacing: -1px;
	
}

ul h3 {color: var(--primary-neutral-grey-100, #222);

/* Primary Font/Body - SemiBold */
font-family: 'Univers LT';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 31px; /* 137.5% */}

.excerpt_cta_link{
color:  #005187;
font-family: 'Univers LT';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 137.5% */

}
.excerpt_cta_link::after {
    content: ' >';
}
	.excerpt_cta_link:hover {
		color:#2D88B7;
	}

.core_pa {line-height:31px;margin-top:16px;}
	.core_pa li {list-style: none;}
.core_pa li a:hover {color:#2D88B7;}
/* Tab container */
.tab-container {
    display: flex;
	flex-direction:column;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px;
}

@media (min-width:991px){
.tab-container {
    display: flex;
	flex-direction:row;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
}
	
}

/* Tab navigation */
.tab-navigation {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-navigation li {
   
}

.tab-navigation li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}


/* Tab content */
.tab-content {
    padding: 20px 20px 20px 80px;
    flex: 1;
}
@media (min-width:768px){
.tab-content {
    padding: 20px;
    flex: 1;
}	
}
@media (min-width:991px){
.tab-content {
    padding: 20px 20px 20px 80px;
    flex: 1;
}	
}
.tab-panel-content {display:flex;}
.tab-panel {
    display: none;
}
.tab-panel-left {
    flex: 1;
    padding-right: 20px;
}
.tab-panel-left p {margin:16px 0;}
.tab-panel-right {
    flex: 1;
    padding-left: 20px;
   align-self:stretch;

}
/* Show active tab */
.tab-panel.active {
    display: block;
}
/* Add this to your existing CSS styles */
.tab-panel {
    display: none;
    opacity: 0; /* Set initial opacity to 0 */
    transition: opacity 0.3s ease-in-out; /* Add a transition for opacity */
}

.tab-panel.active {
    display: block;
    opacity: 1; /* Set opacity to 1 for the active panel */
}


/* Inactive tab */
.tab-navigation li a {
    font-family: 'Univers LT', 'sans serif';
    font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px;
}

	.tab-navigation li a:hover {
		color:#2D88B7;
	}
/* Style for inactive tabs */
.tab-navigation li {
   
    background-color: white; /* Set background color for inactive tabs */
    padding:24px;
    border-bottom: 1px solid #2D88B7;
}

.tab-navigation li a {

    text-decoration: none;
    color:#005187;
    font-weight: bold;
    display: block;
    padding: 10px; /* Add padding for better click area */
    position:relative;
}

/* Style for active tab */
.tab-navigation li.active {
    background-color: #005187; /* Set background color for active tab */
    color: white; /* Set text color for active tab */
}

.tab-navigation li.active a {
    color: white; /* Set text color for active tab link */
}

/* Add right arrow and right-align it */
.tab-navigation li a::after {
    content: ">"; /* Right arrow Unicode character */
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    position:absolute;
    right:0;
	color:#2D88B7;

}
.tab-content{
	display: flex;
}


/*mobile-accordion - Non JS version */

	.accordion-mobile-only {
  display: block;
}

.accordion-desktop-only {
  display: none;
}

@media (max-width: 990px) {
  .accordion-mobile-only {
    display: block;
  }

  .accordion-desktop-only {
    display: none;
  }
}

@media (min-width: 991px) {
  .accordion-desktop-only {
    display: block;
  }

  .accordion-mobile-only {
    display: none;
  }
}

		
	.mobile-accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

.mobile-accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}

.mobile-accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}

.mobile-accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}

.mobile-accordion li:nth-of-type(3) {
  animation-delay: 1s;
}

.mobile-accordion li:last-of-type {
  padding-bottom: 0;
}

.mobile-accordion li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}

.mobile-accordion li i:before,
.mobile-accordion li i:after {
  content: "";
  position: absolute;
  background-color: #41B6E6;
  width: 3px;
  height: 9px;
}

.mobile-accordion li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.mobile-accordion li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.mobile-accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.mobile-accordion li input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.mobile-accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

.mobile-accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
		.transition, .mobile-accordion li i:before, ul li i:after, div {
  transition: all 0.25s ease-in-out;
}

.flipIn, .mobile-accordion li, h1 {
  animation: flipdown 0.5s ease both;
}
.no-select, .mobile-accordion li h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-accordion li h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
	color:#005187;
}	
	.mobile-accordion li	div {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
padding-bottom:20px;
}
		
		@media (max-width: 550px) {
  
.mobile-accordion {
  list-style: none;
  perspective: 900;
  padding: 0 0 40px;
  margin: 0;
}

.mobile-accordion * a {display:inline-block;}
.mobile-accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.mobile-accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.mobile-accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.mobile-accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
.mobile-accordion li:last-of-type {
  padding-bottom: 0;
}
.mobile-accordion li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.mobile-accordion li i:before, .mobile-accordion li i:after {
  content: "";
  position: absolute;
  background-color: #41B6E6;
  width: 3px;
  height: 9px;
}
.mobile-accordion li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.mobile-accordion li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.mobile-accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.mobile-accordion li input[type=checkbox]:checked ~ div {
  margin-top: 0;
	padding-bottom:20px;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.mobile-accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.mobile-accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/*search*/
.search-list-column {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.search-list-row {
	margin:50px auto;
}

/* CONNECT SECTION */

.single-connect {
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    border-left: 5px solid #fff;
}

.single-connect .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 0 30px;
}

.single-connect * li label {
	font-family: 'Univers LT';
	color: rgb(12, 59, 96) !important;
	font-weight: 800 !important;

}
.single-connect * .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {display:block;}

.single-connect * .gform_fields input[type="text"]{
height:40px;
}
.single-connect .hidden_label {display:none;}
.single-connect * .gfield_description {font-size: 12px;}
.single-connect * .gfield_checkbox li {margin-top:10px;}
.single-connect * .gfield_checkbox li, .single-connect * .gfield_checkbox li input, .single-connect * .gfield_checkbox li label {display: inline-block;
    padding-left: 2px;}
.single-connect * .gform_fields input[type="text"], .single-connect * li div select,  .single-connect *  li div textarea {
    background: #dcdcdc;
	width:100%;
    color: #8a8788;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 6px 10px;
    outline: none;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

/* blog content resets*/

.single-content * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.single-content p {
  /* Additional styles for paragraphs */
  margin-bottom: 1em;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  /* Additional styles for heading tags */
  margin-bottom: 0.5em;
}

.single-content ul,.single-content * ul,.single-content * ol,
.single-content ol {
  /* Additional styles for unordered and ordered lists */
  margin-bottom: 1em;
  margin-left:18px;	
}

.single-content li {
  /* Additional styles for list items */
  margin-bottom: 0.5em;
}

.single-content a {
  /* Additional styles for links */
  color: rgb(19,181,234); /* Change the color as needed */
  text-decoration: underline;
}

.single-content a:hover {
  /* Styles for links on hover */
  color: #0056b3;
cursor:pointer;
}

.single-content * h2 {font-size:24px;}
.single-content * h3 {font-size:21px;}


/*cta module*/
	.cta-container{
		display: flex;
width: 100%;
padding: 133px 10px 110px 50px;
justify-content: center;
align-items: center;
	}
	@media (min-width:975px){
	.cta-container{
		display: flex;
width: 100%;
padding: 133px 252px 110px 253px;
justify-content: center;
align-items: center;
	}
	}
	.cta-row {width:100%;display:flex;flex-direction:column;justify-content: center;}
	@media (min-width:991px){
	.cta-row {width:100%;display:flex;justify-content: center;flex-direction:row;}	
	}
	.cta-content {width:100%;
	flex-direction: column;}
	.cta-right {
		padding-top:20px;
		text-align:left;}
	@media (min-width:768px){
		.cta-left{width:60%;}
		.cta-right{width:40%;
		padding-top:5px;
			align-self: center;
    padding-left: 20px;
		}
	}
	@media (min-width:975px){
		.cta-right {text-align:left;}	
	}
		.cta-left p {
			color:  #FFF;
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: 35px; /* 103.571% */
		}
	.cta-left p strong {
	color: var(--colors-white, #FFF);
font-family:'UniversLTPro-65Bold';
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 29px;
	}
	
	
		.cta-button {
			border-radius: 100px;
background: var(--primary-accent-blue-blue-50-base, #41B6E6);
			color: var(--colors-white, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 130% */
			border:none;
			padding:10px 70px;
		}
	.cta-button:hover {
	background: #2F8FC5;
    cursor: pointer;
	}

.main-practice-area{margin:0 auto;}
/*main practice component */
.main-practice-area:nth-child(even) {
    background-color: #F6FBFF; 
}

.main-practice-area:nth-child(odd) {
    background-color: #ffffff; 
}
.main-practice-wrapper {
	width:100%;
max-width:1600px;margin:0 auto;
}


.main-practice-row {
	display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 50px 25px 20px;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    transition: .1s ease;
}
@media (min-width:768px){
.main-practice-row {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 20px;
    gap: 80px;
    width: 80%;
    margin: 0 auto;
   }
}

.practice_intro {width:90%;margin:0 auto;padding:20px;}

@media (min-width: 601px) {
.practice_intro {
width:80%;
max-width:1600px;
margin:0 auto;
}
}

.anchor-nav  {
width:100%;
display:block;
text-align:center;
justify-content:space-between;
margin:0 auto;
}

@media (min-width:900px) {
	.anchor-nav  {
width:100%;
display:flex;
justify-content:space-between;
margin:0 auto;
}
}



.practice-anchor {
    text-decoration: none;
    position: relative;
    padding-right: 0px;
    padding-left: 5px;
    font-size: 16px;
    padding: 10px;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid rgba(1,1,1,.1);
}

@media (min-width:900px){

.practice-anchor {
    text-decoration: none;
   	border-bottom:1px solid rgba(1,1,1,0);
    position: relative;
    padding-right: px;
    padding-left:10px;
	font-size: 12px;
}
}
@media (min-width:1000px){
	.practice-anchor{    font-size: 14px;
	padding-left:10px;}
}
@media (min-width:1200px){
	.practice-anchor{    font-size: 16px;
	padding-left:15px;}
}
@media (min-width:1400px){
	.practice-anchor{    font-size: 18px;
	padding-left:15px;}
}
/* Vertical line style between links */
.practice-anchor::before { width: 0px;}
@media (min-width:900px){
.practice-anchor::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px; /* Adjust the distance from the text as needed */
    width: 1px; /* Adjust the line thickness as needed */
    background-color: gray; /* Adjust the color as needed */
}
}
/* Remove the line from the last anchor */
.practice-anchor:first-child::before {
    display: none;
}

.practice-anchor:first-child {
	padding-left:0;
}

/* Testimonials */
   .testimonial-slider {
        display: block;
        overflow: hidden;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
    }
@media (min-width:768px;) {
.testimonial-slider {display:flex;}
}
    /* Styles for each testimonial item */
    .testimonial-item {
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        flex: 0 0 calc(50% - 20px); /* Display two items at a time with spacing */
        padding: 20px;
        text-align: center;
        transition: transform 0.3s ease;
        border: 1px solid #FFF;
        border-left: #2F8FC5 1px solid;
        padding: 47px;
        margin: 20px 10px 50px;
        text-align: left;
    }

    .testimonial-text {
        color: var(--primary-neutral-grey-90-type, #3A3A3A);
        font-family: 'UniversLTPro-45Light', 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .testimonial-byline {
        color: #005187;
        font-family: 'Univers LT', 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
    }

    .testimonial-title {
        color: var(--primary-neutral-grey-90-type, #3A3A3A);
        font-family: 'Univers LT', 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    /* Styles for the pagination dots container */
    .pagination-dots {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    /* Styles for each pagination dot */
    .dot {
        width: 10px;
        height: 10px;
        background-color: #91DDF3;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

    /* Active pagination dot style */
    .activedot {
        background-color: #2F8FC5;
    }

    /* Styles for the left and right arrows */
    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        color: #005187;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
        z-index: 2;
        border-radius: 50px;
        border: 1px solid var(--primary-buckingham-blue-50-base, #005187);
        background: var(--white, #FFF);
        padding: 10px;
    }

    .slider-arrow.left {
        left: 0px;
    }

    .slider-arrow.right {
        right: 0px;
    }
