/*
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-std-6?styles=48894');
*/

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5?styles=103506');

/*
Optima - Google Fonts alternatives: Belleza, Marcellus, Arsenal
*/
/* blue: #00558D; */
html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	min-width: 300px;
	color: #2d2d2d;
	background-color: #FFF;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	/* regular */
	font-size: 66%;
	/* 10px */
	letter-spacing: 0.6px;
	line-height: 1.2;
	overflow-y: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

body.font-large {
	font-size: 75%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	color: #0084BA;
	/*#06F;*/
	text-decoration: none;
}

a:hover,
a div:hover,
a div div:hover {
	color: #00558D;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 4em;
	font-weight: 700;
	clear: both;
}

h1 span {
	font-weight: 400;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: 700;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: 700;
}

p+h3,
ul+h3,
ol+h3 {
	margin-top: 2.5em;
}

p {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	text-align: justify;
}

p:last-child {
	margin-bottom: 0;
}

.content ol {
	margin: 0 0 1em 1.5em;
	list-style: decimal outside;
}

.content ul {
	margin: 0 0 1em 1.5em;
	list-style: disc outside;
}

.content li {
	margin: 0 0 0.8em 0;
	font-size: 1.6em;
}

.content li p,
.content p li,
.content p p,
.content li li,
.content th p,
.content td p,
.content th li,
.content td li {
	font-size: 1em;
}

.content th ul,
.content th ol,
.conten td ul,
.content td ol {
	margin-left: 1em;
}


strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

s,
strike,
del {
	text-decoration: line-through;
}

sup {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

span.description {
	color: transparent;
	font: 0/0 a;
}

table {
	table-layout: fixed;
	width: 100%;
}

li.tableInBulletin {
	clear: both
}

li.tableInBulletin table{
	float: left;
}

.articleTablePadding td{
	vertical-align: top;
	padding: 5px;
}

.articleTablePadding p{
	margin-bottom: 5px;
}

.extraLetterSpace {
	padding: 0 1.5px 0 1.5px;
}


.mobile-top-filters {
	position: relative;
	display: none;
	font-size: 1.5em;
	font-weight: 600;
	padding: 12px 0;
	cursor: pointer;
}

.mobile-top-filters span.icon-triangle {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0;
	margin-left: 20px;
}

.mobile-top-filters.active span.icon-triangle {
	border-top: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #666;
}

.container {
	width: 100%;
	height: calc(100% - 200px);
	min-width: 300px;
	margin: 90px auto 0;
}

.main {
	width: 100%;
	min-height: 100%;
	min-width: 300px;
	margin: 90px auto 0;
}

.wrapper {
	width: 90%;
	max-width: 1500px;
	/*1080px;*/
	margin: 0 auto;
}


::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bbb;
	opacity: 1;
	/* Firefox */
}


/* ALL PAGES */
.breadcrumb {
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
	background-color: #00558D;
}

.breadcrumb-wrapper {
	position: relative;
	padding: 0;
}

/*.breadcrumb-wrapper:before {
	content: '\003E';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	width: 28px;
	height: 28px;
	padding-left: 42px;
	color: #FFF;
  font-size: 2em;
  line-height: 28px;
	background-image: url('./images/breadcrumb-icon@2x.png');
	background-size: contain;
	background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  cursor: pointer;
}*/

.breadcrumb a,
.breadcrumb span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	margin-right: 0px;
	padding-top: 3px;
}

.breadcrumb a:last-child,
.breadcrumb span:last-child {
	margin-right: 0;
}

.breadcrumb a.home-logo {
	display: inline-block;
	width: 25px;
	height: 25px;
	/*background-image: url('./images/breadcrumb-icon@2x.png');*/
	background-image: url('./images/court-icon-4@2x.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin: 0;
}

.breadcrumb .bc-seperator {
	padding: 0 15px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	/*100px; */
	border-bottom: 4px solid #F2F2F2;
	font-family: 'Helvetica Neue', arial, sans-serif;
	text-align: center;
	background-color: #fff;
	z-index: 99990;
}

.header-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	overflow: hidden;
	max-width: 1500px;
	padding: 8px 0;
}

.logo-container {
	float: left;
}

.logo {
	display: block;
	width: 141px;
}

.footer-logo {
	display: block;
	width: 216px;
}

.logo-container-mobile {
	display: none;
	float: left;
	position: fixed;
	top: 5px;
	left: 20px;
	z-index: 99999;
}

.logo-container-mobile .logo {
	width: 88px;
}

.identifier-container {
	width: 100%; 
	text-align: right; 
	margin-right: 10px;
}

.footer-doi-logo {
	display: inline-block; 
	width: 107px; 
	margin-right: 34px;
}

.footer-issn-logo {
	display: inline-block; 
	vertical-align: top;
	width: 143px;
}

.footer-issn-number, .footer-doi-number {
	color: white; 
	font-size: 1.2em;
	text-align: center;
	white-space: nowrap;
}

.header-corners {
	float: right;
	padding-top: 12px;
	padding-left: 12px;
}

.main-menu-container.mobilemenu {
	display: none;
}

.header-search {
	display: none !important;
	float: left;
}

.header-search form {
	position: relative;
}

.header-search-keywords {
	position: relative;
	width: 230px;
	/*256px;*/
	padding: 10px 30px 10px 15px;
	border: 2px solid #0084BA;
	border-radius: 20px;
	color: #333333;
	font-size: 12px;
	/*1.2em;*/
}

.header-search-submit {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	width: 13px;
	height: 14px;
	color: transparent;
	background: url('images/search@2x.png') no-repeat right center / contain;
	font: 0/0 a;
	cursor: pointer;
}

.header-search-keywords::-webkit-search-cancel-button {
	cursor: pointer;
}

.header-search-keywords::-webkit-input-placeholder {
	color: #ccc;
	/*#434142;*/
	text-transform: uppercase;
}

.header-search-keywords::-moz-placeholder {
	color: #ccc;
	/*#434142;*/
	text-transform: uppercase;
}

.header-search-keywords:-ms-input-placeholder {
	color: #ccc;
	/*#434142;*/
	text-transform: uppercase;
}

.header-search-keywords:-moz-placeholder {
	color: #ccc;
	/*#434142;*/
	text-transform: uppercase;
}

.header-search-keywords::placeholder {
	color: #ccc;
	/*#434142;*/
	text-transform: uppercase;
}

.main-menu-button,
.main-menu-close {
	display: none;
}

.main-menu-container {
	float: left;
	margin-top: 7px;
	margin-left: 30px;
}

.main-menu li {
	display: inline-block;
	padding-right: 12px;
	/*20px;*/
}

.main-menu li:last-child {
	padding-right: 0;
}

.main-menu a {
	display: inline-block;
	padding: 5px;
	color: #434142;
	font-size: 15px;
	/*12px; 1.2em;*/
	font-weight: 700;
}

.main-menu a:hover {
	color: #0084BA;
}

.fontsize-switcher {
	float: left;
	width: 32px;
	height: 32px;
	margin: 3px 20px 0 30px;
	background-color: #0084BA;
	border-radius: 100%;
	text-align: center;
}

.fontsize-switcher-text {
	display: inline-block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

.fontsize-switch {
	cursor: pointer;
}

.fontsize-large {
	font-size: 21px;
}

.fontsize-small {
	font-size: 12px;
}

.publisher {
	font-style: italic;
}

.page-banner {
	display: none;
	position: relative;
	width: 100%;
	height: 300px;
	/*650px;*/
	padding: 25px;
	background: no-repeat left top / cover;
	font-family: 'Helvetica Neue', arial, sans-serif;
}

body.home .page-banner {
	display: none;
	/*block;*/
	height: 650px;
}

.page-banner-heading {
	color: #00558D;
	font-size: 4.7em;
	text-transform: uppercase;
}

.page-banner-buttons {
	display: none;
	position: absolute;
	bottom: 35px;
	right: 65px;
}

body.home .page-banner-buttons {
	display: block;
}

.page-banner-button {
	display: inline-block;
	width: 301px;
	height: 182px;
	margin-left: 34px;
	border-radius: 8px;
	background: no-repeat center center / contain;
}

.page-banner-button:first-child {
	margin-left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 5px;
	height: 5px;
}


.content-row {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	/*52px 0;*/
	text-align: center;
}

.content-row.row-no-padding {
	padding: 0;
}

.content-row.row-bg-gradient {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.content-row.row-bottom-border {
	border-bottom: 4px solid #aad5e4;
}

.content-row.row-bg-blue {
	/*background-color: #dbeaf1;*/
}


.content-block {
	text-align: left;
}

.content-block-heading {
	position: relative;
	color: #333;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 2.8em;
	font-weight: 700;
	margin-bottom: 0;
	/*1em;*/
	padding: 0;
}

.content-block-heading-bar {
	position: absolute;
	/* top: 490px;  */
	right: 0;
	width: 100%;
	height: 50px;
	background-color: #00558D;
}

/*
.content-block-heading.with-dot:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color: #0084BA;
	border-radius: 100%;
}
*/
.content-block-heading.with-dot:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	left: 0;
	top: -3px;
	background-color: #0084BA;
}


.footer {
	padding: 50px 0 25px;
	background-color: #00558D;
}

.footer-top {
	display: flex;
}

.footer-logo {
	position: relative;
	width: 262px;
}

.footer-middle {
	border-bottom: 1px solid #FFF;
	margin-bottom: 3px;
	display: flex;
	padding-bottom: 28px;
}

.footer-middle span {
	text-align: center; 
	color: #FFF; 
	font-size: 1.2em;
}

.footer-middle .leftright {
	width: 37%;
}

.footer-middle .middle {
	width: 26%;	
    border-left: 1px solid;
    border-right: 1px solid;
}

.footer-middle a {
	color: #FFF;
}


.footer-menu {
	padding: 30px 0 25px 0;
	overflow: hidden;
}

.footer-menu ul {
	float: left;
	padding-right: 27px;
	border-right: 1px solid #FFF;
	margin-right: 27px;
}

.footer-menu ul:last-child {
	border-right: 0;
}

.footer-menu li {
	display: block;
	margin-bottom: 16px;
}

.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-menu li a {
	color: #FFF;
	font-size: 1.2em;
}

.footer-menu-1 {
	overflow: hidden;
	margin-bottom: 50px;
}

/*
.footer-menu-2 ul li:nth-child(1) a {
	color: red;
}
.footer-menu-2 ul li:nth-child(2) a {
	color: orange;
}
.footer-menu-2 ul li:nth-child(3) a {
	color: yellow;
}
.footer-menu-2 ul li:nth-child(4) a {
	color: cyan;
}
.footer-menu-2 ul li:nth-child(5) a {
	color: green;
}
.footer-menu-2 ul li:nth-child(6) a {
	color: pink;
}

.footer-menu-2 ul li:nth-child(7) a {
	color: red;
}
.footer-menu-2 ul li:nth-child(8) a {
	color: orange;
}
.footer-menu-2 ul li:nth-child(9) a {
	color: yellow;
}
.footer-menu-2 ul li:nth-child(10) a {
	color: cyan;
}
.footer-menu-2 ul li:nth-child(11) a {
	color: green;
}
.footer-menu-2 ul li:nth-child(12) a {
	color: pink;
}

.footer-menu-2 ul li:nth-child(13) a {
	color: grey;
}
*/
.footer-bottom {
	border-top: 1px solid #FFF;
	padding-top: 20px;
	text-align: left;
	display: flex;
}

.footer-bottom a {
	color: #FFF;
}

.copyright {
	color: #FFF;
    font-size: 1.2em;
    display: inline-block;
    width: 80%;
}

.iso9001 {
    width: 20%;
    text-align: right;
    color: #FFF;
    font-weight: 700;
    font-size: 1.2em;
}
.iso9001mobile {
	display: none;
}

.ISSN {
	display: inline-block;
    width: 19%;
    text-align: right;
    color: #FFF;
    font-size: 1.2em;
}

.content-row .list-more {
	cursor: pointer;
}

.content-row .list-more.no-more {
	background-color: #CCC;
	color: #666;
	cursor: default;
}

.content-row .list-more.ismobile {
	display: none !important;
}

.content-row .list-more.ismobile.no-more {
	display: block !important;
	background-color: #CCC;
	color: #666;
	cursor: default;
}

body.highlightedpage .list-more {
	display: none;
}

.button-container {
	text-align: center;
}

.italic {
	font-style: italic;
}

.mpu-adv{
	width: 300px;
	margin: 0 auto;
}

.rank1Icon {
    display: inline-block;
    width: 22px;
    height: 30px;
    background-image: url(./images/Rank1Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
	margin-right: 5px;
}

.rank1IconMedium {
    display: inline-block;
    width: 20px;
    height: 27px;
    background-image: url(./images/Rank1IconMedium.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank1IconSmall {
    display: inline-block;
    width: 16px;
    height: 21px;
    background-image: url(./images/Rank1IconSmall.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank1IconDeal {
    display: inline-block;
    width: 311px;
    height: 153px;
    background-image: url(./images/Rank1IconDeal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank2Icon {
    display: inline-block;
    width: 22px;
    height: 30px;
    background-image: url(./images/Rank2Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
	margin-right: 5px;
}

.rank2IconMedium {
    display: inline-block;
    width: 20px;
    height: 27px;
    background-image: url(./images/Rank2IconMedium.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank2IconSmall {
    display: inline-block;
    width: 16px;
    height: 21px;
    background-image: url(./images/Rank2IconSmall.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank2IconDeal {
    display: inline-block;
    width: 311px;
    height: 153px;
    background-image: url(./images/Rank2IconDeal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank3Icon {
    display: inline-block;
    width: 22px;
    height: 30px;
    background-image: url(./images/Rank3Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
	margin-right: 5px;
}

.rank3IconMedium {
    display: inline-block;
    width: 20px;
    height: 27px;
    background-image: url(./images/Rank3IconMedium.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank3IconSmall {
    display: inline-block;
    width: 16px;
    height: 21px;
    background-image: url(./images/Rank3IconSmall.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.rank3IconDeal {
    display: inline-block;
    width: 311px;
    height: 153px;
    background-image: url(./images/Rank3IconDeal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right: 2px;
}

.latestDealRank {
	font-weight: 700; 
	font-size: 1.1em; 
	margin: 2px 0;
}

.profileDealRank {
	font-weight: 700; 
	font-size: 12px; 
	margin: 2px 0;
}

.meritTableListing.score:before {
	content: none;
}

.meritTableListing.rating:before {
	content: none;
}

.meritTableListing {
	border: none;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.3em;
	padding: 4px 0px 10px 10px;
	border-left: 1px solid #ccc;
}

.meritTableListing-row {
	margin: 5px 0;
}

.meritTableListing span {
	top: 0;
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

.meritTableListing .rating-average {
	margin-top: 0;
	height: auto;
}

.meritTableListing .rating-average .list-star {
	width: 85px;
	height: 15px;
	margin: 4px 0 0 0;
}

.meritTableListing .merits {
	font-weight: 600;
	line-height: 1;
	margin: 2px 0;
	font-size: 1.154em;
	color: #00558D;
}

.meritTableListing .lawfirmMerits {
	font-weight: 600;
	line-height: 1;
	margin: 2px 0;
	color: #00558D;
	margin-top: 17px;
}

.meritTableListing-row {
	position: relative;
}

.meritTableListing-row.rating {
	font-weight: 600;
	line-height: 1;
	margin: 2px 0;
	font-size: 1.154em;
	color: #00558D;
	padding-top: 14px;
}

.meritTableListing-row .rank {
	display: inline-block; 
	position: absolute;
	margin-top: 4px;
}

.meritTableListing-row.total {
	font-weight: 600;
	height: 30px;
}

.meritTableListing-row span {
    top: 0;
    padding: 4px;
    min-width: 35px;
    min-height: 20px;
    font-weight: 700;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #00558D;
    border-radius: 5px;
    margin-top: 4px;
}

.lawfirm-profile-merit-table {
    width: calc(102px + 30%);
    min-width: 300px;
    margin: 25px auto;
}

.meritTableListing .rating-total span {
    color: #00558D;
    background-color: #FFF;
    border: 1px solid #99CEE3;
}

.meritTableListing .rating-average span {
    position: relative;
    float: right;
    line-height: 1.5;
    color: #00558D;
    padding: 0;
    background-color: transparent;
}

.noPaddingBorder {
	padding: 0;
    border: 0;
}

.meritTableProfile {
	border-radius: 6px;
	position: relative;
	font-size: 1.6em;
	padding: 13px 10px 10px;
	border: 2px solid #00558D;
	margin: 12px auto;
	margin-top: 5px;
	line-height: 2;
}

.meritTableProfile:before {
	content: 'LegalOne Merits';
	position: absolute;
	width: 130px;
	top: -10px;
	line-height: 1;
	font-size: 14.4px;
	color: #FFF;
	text-align: center;
	background-color: #00558D;
	padding: 3px 10px;  
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
    border: 1px solid #99CEE3;
    font-weight: 700;
}

.meritTableProfile span {
	/* top: 0; */
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

.meritTableProfile .rank {
    display: inline;
}

.meritTableProfile .meritTableProfile-row.total{
	font-weight: 700;
}

.meritTableProfile .meritTableProfile-row {
	margin: 5px 0;
    position: relative;
}

.meritTableProfile .meritTableProfile-row span {
	position: absolute;
	top: 4px;
	right: 0;
	min-width: 45px;
	min-height: 26px;
	text-align: center;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	background-color: #00558D;
	border-radius: 5px;
}

.meritTableProfile .meritTableProfile-row span.info {
	right: auto;
	display: inline-block;
	vertical-align: top;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	color: #6D6D6D;
	padding: 0;
	border: 1px solid #6D6D6D;
	border-radius: 100%;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
}

.meritTableProfile.rating {
	padding-top: 20px;
	font-weight: 700;
}

.meritTableProfile.rating:before {
	content: 'LegalOne Testimonials';
	position: absolute;
	width: 170px;
	/*145px;*/
	top: -10px;
	line-height: 1;
	font-size: 14.4px;
	/*0.7em*/
	color: #FFF;
	text-align: center;
	background-color: #00558D;
	padding: 3px 10px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #99CEE3;
}

.meritTableProfile .rating-total span {
	color: #00558D;
	background-color: #FFF;
	border: 1px solid #99CEE3;
	padding-top: 4px;
}

.meritTableProfile .rating-average {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-top: -15px;
	top: 6px;
}

.meritTableProfile .rating-average span {
	position: relative;
	float: right;
	line-height: 1.5;
	color: #00558D;
	padding: 0;
	background-color: transparent;
}

.meritTableProfile .rating-average .list-star {
	width: 124px;
	height: 22px;
}


.lawfirm-meritTableProfile {
	border-radius: 6px;
	position: relative;
	font-size: 1.6em;
	padding: 13px 10px 10px;
	border: 2px solid #00558D;
	margin: 12px auto;
	margin-top: 5px;
	line-height: 2;
}

.lawfirm-meritTableProfile:before {
    content: 'LegalOne Merits';
    position: absolute;
    width: 200px;
    top: -17px;
    line-height: 1;
    font-size: 14.4px;
    color: #FFF;
    text-align: center;
    background-color: #00558D;
    padding: 7px 10px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #99CEE3;
    font-weight: 700;
}

.lawfirm-meritTableProfile span {
	/* top: 0; */
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

.lawfirm-meritTableProfile .rank {
    display: inline;
}

.lawfirm-meritTableProfile .lawfirm-meritTableProfile-row.total{
	font-weight: 700;	
	margin-top: 22px;
}

.lawfirm-meritTableProfile .lawfirm-meritTableProfile-row {
    margin: 10px 0;
    position: relative;
}

.lawfirm-meritTableProfile .lawfirm-meritTableProfile-row span {
	position: absolute;
	top: 4px;
	right: 0;
	min-width: 45px;
	min-height: 26px;
	text-align: center;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	background-color: #00558D;
	border-radius: 5px;
}

.lawfirm-meritTableProfile .lawfirm-meritTableProfile-row span.info {
	right: auto;
	display: inline-block;
	vertical-align: top;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	color: #6D6D6D;
	padding: 0;
	border: 1px solid #6D6D6D;
	border-radius: 100%;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
}

.lawfirm-meritTableProfile.rating {
	padding-top: 20px;
	font-weight: 700;
}

.lawfirm-meritTableProfile.rating:before {
	content: 'LegalOne Testimonials';
	position: absolute;
	width: 170px;
	/*145px;*/
	top: -10px;
	line-height: 1;
	font-size: 14.4px;
	/*0.7em*/
	color: #FFF;
	text-align: center;
	background-color: #00558D;
	padding: 3px 10px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #99CEE3;
}

.lawfirm-meritTableProfile .rating-total span {
	color: #00558D;
	background-color: #FFF;
	border: 1px solid #99CEE3;
	padding-top: 4px;
}

.lawfirm-meritTableProfile .rating-average {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-top: -15px;
	top: 6px;
}

.lawfirm-meritTableProfile .rating-average span {
	position: relative;
	float: right;
	line-height: 1.5;
	color: #00558D;
	padding: 0;
	background-color: transparent;
}

.lawfirm-meritTableProfile .rating-average .list-star {
	width: 124px;
	height: 22px;
}

.lawyer .lista{
	display: none;
	margin: 0 auto; 
	text-align: center; 
	margin-bottom: 20px;
}

/** HOME **/

.content-block-4col {
	float: left;
	width: 25%;
}

.home-row-1 {
	display: relative;
}

.home-row-1 .content-block-heading {
	margin-bottom: 0;
}

.content-block-4col .content-block-heading {
	position: relative;
	font-size: 18px;
	/*1.8em /*1.5em;*/
}

.content-block-4col-list .content-block-heading {
	/*padding: 25px 5px;*/
	color: #FFF;
	background-color: #00558D;
	height: 50px;
}

.content-block-4col-list .content-block-heading:before {
	right: 100%;
}

.content-block-4col-list .content-block-heading:after {
	left: 100%;
}

.content-block-4col-list .content-block-content {
	padding-right: 20px;
}

.list-entries {
	overflow: hidden;
	padding-bottom: 60px;
	margin-top: 10px;
}

.home-row-1 .list-entries {
	padding-bottom: 0px;
	margin-top: 4px;
}

.home-row-1 .list-entries span {
	display: inline-block;
	height: 27px;
	overflow: hidden;
}

.content-block-4col-list .list-entry {
	position: relative;
	padding-top: 8px;
	height: 104px;
	border-bottom: 1px solid #CCC;
	display: flex;
}

.content-block-4col-list .list-entry .score {
	/* display: inline-block; */
	line-height: 2;
	position: relative;
	font-size: 1.6em;
	font-weight: 700;
	padding-top: 7px;
	margin: 2px 5px 0px 0px;
	border: 2px solid #00558D;
	border-radius: 10px;
	text-align: center;
	vertical-align: top;
	min-width: 45px;
	height: 45px;
}

.content-block-4col-list .list-entry .score:before {
	content: 'Score';
	position: absolute;
	top: -6px;
	line-height: 1;
	font-size: 9px;
	/*0.7em;*/
	color: #FFF;
	text-align: center;
	background-color: #00558D;
	padding: 3px 5px;
	border-radius: 9px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #99CEE3;
	letter-spacing: 0;
}

.content-block-4col-list .list-entry .deal {
	/* display: inline-block; */
	flex-grow: 1;
	padding-left: 10px;
}

.content-block-4col-list .list-heading {
	font-size: 1.5em;
	/*1.2em;*/
	font-weight: 600;
	/*400;*/
}

body.home .content-block-4col-list .list-heading {
	display: block;
	max-height: 38px;
	overflow: hidden;
}

.list-date {
	height: 19px;
	/*13px;*/
	/*padding-left: 5px; /*25px; /*15px;*/
	font-size: 1.1em;
	/*1.5em; /*1.2em;*/
	/*background: url('images/date@2x.png') no-repeat left 3px / 14px 14px;        /*left 2px / 11px 11px;*/
	margin-top: 6px;
	/*5px;*/
}

.incident-more {
	text-align: center;
	margin-top: 3px;
}

.spinning {
	display: none;
	width: 30px;
	height: 30px;
	background: url(images/spin.gif) no-repeat center;
	background-size: contain;
	margin: auto;
}

.spinning.active {
	display: block;
}

.content-block-4col-list .list-more {
	display: inline-block;
	width: 70%;
	max-width: 155px;
	padding: 6px 20px;
	margin: 13px auto 10px;
	color: #FFF;
	background-color: #339DC8;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #339dc8;
}

/*
.content-block-4col-list .list-more:after {
	display: block;
	content: '';
	width: 100%;
	height: 26px;
	margin-top: 2px;
	background: url('images/list-more@2x.png') no-repeat center top / contain;
}
*/

/* .content-block-4col-table {
	margin-top: -2px;
} */
.content-block-heading span {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.content-block-4col-table .content-block-heading {
	/*padding: 15px 5px;*/
	text-align: center;
	/* border-top-left-radius: 6px;
	border-top-right-radius: 6px; */
}

.content-block-4col-table-3 .content-block-heading {
	color: #FFF;
	/*#00558D;*/
	background-color: #0264a6;
	/*#FFF;*/
	height: 50px;
}

.content-block-4col-table-2 .content-block-heading {
	color: #FFF;
	background-color: #0084BA;
	/*#2490bf;*/
	height: 50px;
}

.content-block-4col-table-1 .content-block-heading {
	/*padding: 25px 5px;*/
	color: #FFF;
	background-color: #339DC8;
	/*#48a9cc;*/
	height: 50px;
}

.content-block-4col-table .content-block-content {
	padding: 0px 5px 12px 5px;
	/*24px 5px 12px 5px;*/
	background-color: #FFF;
}

.content-block-4col-table-2 .content-block-content,
.content-block-4col-table-3 .content-block-content {
	border-left: 1px solid #CCC;
}

.content-more-adv {
	display: block;
}

.list-filters {
	margin-bottom: 5px;
	text-align: center;
}

.list-filter {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 8px 5px;
	color: #FFF;
	background-color: #0084BA;
	/*#2490bf;*/
	font-size: 13px;
	/*1.2em;*/
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
}

.list-filter.active {
	background-color: #339DC8;
	/*#48a9cc;*/
}

.list-table table {
	table-layout: auto;
}

.list-table th {
	position: relative;
	padding: 8px 2px 9px 2px;
	/*14px 15px 14px 2px;*/

	font-size: 13px;
	/*1.1em;*/
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.list-table th span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.list-table th span:nth-child(2) {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.list-table td {
	/*height: 57px;*/
	padding: 10px 2px;
	font-size: 1.3em;
	/*1.2em;*/
	text-align: center;
	vertical-align: top;
}

.td-wrapper {
	height: 1.3em;
}

.list-table tr:nth-child(odd) td {
	background-color: #edebe8;
}


.list-table th.cell-long,
.list-table td.cell-long {
	width: 85%;
	/*33%; /*48%;*/
	max-width: 100px;
}

.list-table th:first-child,
.list-table td:first-child {
	padding-left: 6px;
	padding-right: 2px;
	text-align: left;
}

.list-table-more {
	display: block;
	width: 90%;
	max-width: 131px;
	padding: 6px 5px;
	margin: 12px auto 0 auto;
	border: 1px solid #339dc8;
	color: #339dc8;
	font-size: 1.3em;
	/*1.2em;*/
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
}

.list-heading-filter {
	/*cursor: pointer;*/
}

.arrow-up,
.arrow-down,
.arrow-inactive-filter,
.arrow-up-filter,
.arrow-down-filter {
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-right: 3px;
	background: no-repeat center center / contain;
}

.arrow-up {
	background-image: url('images/arrow-up@2x.png');
}

.arrow-down {
	background-image: url('images/arrow-down@2x.png');
}

.arrow-inactive-filter {
	background-image: url('images/arrow-inactive-filter@2x.png');
}

.arrow-up-filter {
	background-image: url('images/arrow-up-filter@2x.png');
}

.arrow-down-filter {
	background-image: url('images/arrow-down-filter@2x.png');
}

.list-star {
	position: relative;
	display: block;
	width: 61px;
	height: 11px;
	min-height: unset !important;
	padding: 0 !important;
	margin-right: 6px;
	/*background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
	background-image: url('images/stars-bg@2x.png');*/
	border-radius: 0 !important;
	z-index: auto;
}

.list-star .stars-bg {
	width: 100%;
	background-image: url('images/stars-bg@2x.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	z-index: 3;
}

.list-table tr:nth-child(odd) td .list-star .stars-bg {
	background-image: url('images/stars-bg-grey@2x.png');
}

.latestTestimonial {
	overflow: hidden;
	height: 455px;
}

.latestTestimonial::-webkit-scrollbar-track {
	background: orange;
	/* color of the tracking area */
}

.latestTestimonialItem {
	border-bottom: 1px solid #CCC;
	font-size: 1.3em;
	padding: 7px 2px 5px 2px;
	height: 114px;
}

.latestTestimonialItem .title-company {
	font-size: 0.96em;
	overflow-x: hidden;
	white-space: nowrap;
}


.latestTestimonialItem .comment {
	font-style: italic;
	margin: 10px 0 3px 0;
}

.ellipsis-4line {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis-3line {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis-2line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis-1line {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.latestTestimonialItem .score-star {
	display: inline-block;
}

.latestTestimonialItem .score {
	display: inline-block;
	font-weight: 600;
}

.latestTestimonialItem .middle {
	display: inline-block;
	text-align: center;
	min-width: 30px;
}

.latestTestimonialItem .rating-average .list-star {
	width: 90px;
	height: 16px;
}

.list-star .stars-bg,
.list-star .stars-blue,
.list-star .stars-grey {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
}

.list-star .stars-blue {
	background-color: #0084BA;
	z-index: 2;
}

.list-star .stars-grey {
	width: 100%;
	background-color: #ccc;
	z-index: 1;
}

.list-star-0 {
	background-image: url('images/star-0@2x.png');
}

.list-star-1 {
	background-image: url('images/star-1@2x.png');
}

.list-star-2 {
	background-image: url('images/star-2@2x.png');
}

.list-star-3 {
	background-image: url('images/star-3@2x.png');
}

.list-star-4 {
	background-image: url('images/star-4@2x.png');
}

.list-star-5 {
	background-image: url('images/star-5@2x.png');
}



.list-star-0-0 .stars-blue {
	width: 0%;
}

.list-star-0-1 .stars-blue {
	width: 2%;
}

.list-star-0-2 .stars-blue {
	width: 4%;
}

.list-star-0-3 .stars-blue {
	width: 6%;
}

.list-star-0-4 .stars-blue {
	width: 8%;
}

.list-star-0-5 .stars-blue {
	width: 9.5%;
}

.list-star-0-6 .stars-blue {
	width: 11%
}

.list-star-0-7 .stars-blue {
	width: 13%;
}

.list-star-0-8 .stars-blue {
	width: 15%;
}

.list-star-0-9 .stars-blue {
	width: 17%;
}

.list-star-1-0 .stars-blue {
	width: 21%;
}

.list-star-1-1 .stars-blue {
	width: 22.5%;
}

.list-star-1-2 .stars-blue {
	width: 24%;
}

.list-star-1-3 .stars-blue {
	width: 26%;
}

.list-star-1-4 .stars-blue {
	width: 28.5%;
}

.list-star-1-5 .stars-blue {
	width: 30%;
}

.list-star-1-6 .stars-blue {
	width: 32%;
}

.list-star-1-7 .stars-blue {
	width: 34%;
}

.list-star-1-8 .stars-blue {
	width: 36%;
}

.list-star-1-9 .stars-blue {
	width: 38%;
}

.list-star-2-0 .stars-blue {
	width: 40%;
}

.list-star-2-1 .stars-blue {
	width: 44%;
}

.list-star-2-2 .stars-blue {
	width: 46%;
}

.list-star-2-3 .stars-blue {
	width: 48%;
}

.list-star-2-4 .stars-blue {
	width: 50%;
}

.list-star-2-5 .stars-blue {
	width: 51.5%;
}

.list-star-2-6 .stars-blue {
	width: 52.5%;
}

.list-star-2-7 .stars-blue {
	width: 54%;
}

.list-star-2-8 .stars-blue {
	width: 56%;
}

.list-star-2-9 .stars-blue {
	width: 58%;
}

.list-star-3-0 .stars-blue {
	width: 60%;
}

.list-star-3-1 .stars-blue {
	width: 65%;
}

.list-star-3-2 .stars-blue {
	width: 67%;
}

.list-star-3-3 .stars-blue {
	width: 68.5%;
}

.list-star-3-4 .stars-blue {
	width: 70.5%;
}

.list-star-3-5 .stars-blue {
	width: 71.5%;
}

.list-star-3-6 .stars-blue {
	width: 72%;
}

.list-star-3-7 .stars-blue {
	width: 74%;
}

.list-star-3-8 .stars-blue {
	width: 76%;
}

.list-star-3-9 .stars-blue {
	width: 78%;
}

.list-star-4-0 .stars-blue {
	width: 80%;
}

.list-star-4-1 .stars-blue {
	width: 84.5%;
}

.list-star-4-2 .stars-blue {
	width: 86.5%;
}

.list-star-4-3 .stars-blue {
	width: 88%;
}

.list-star-4-4 .stars-blue {
	width: 90%;
}

.list-star-4-5 .stars-blue {
	width: 91.5%;
}

.list-star-4-6 .stars-blue {
	width: 93%;
}

.list-star-4-7 .stars-blue {
	width: 94.5%;
}

.list-star-4-8 .stars-blue {
	width: 96%;
}

.list-star-4-9 .stars-blue {
	width: 98%;
}

.list-star-5-0 .stars-blue {
	width: 100%;
}

.page-adv {
	display: inline-block;
}

.page-adv-square {
	display: inline-block;
	vertical-align: bottom;
	max-width: 300px;
	text-align: center;
}

.page-adv-banner {
	clear: both;
	padding: 20px 0 20px 0;
}

.page-adv-banner img {
	width: auto;
	height: auto;
	max-height: 90px;
}

.home-bottom-leaderboard .content-left,
.page-adv .content-left {
	float: left;
	width: 50%;
	text-align: left;
	padding: 20px 20px 20px 0px;
}

.home-bottom-leaderboard .content-right,
.page-adv .content-right {
	display: block;
	float: left;
	width: 50%;
	padding: 20px 0px 20px 20px;
}

.mobile-home-leaderboard-adv,
.mobile-horizon-adv1-pos {
	display: none;
	padding-bottom: 0px;
}

.content-row .mobile-home-mpu-adv {
	display: none;
}

.list-labels {
	margin-bottom: 3px;
}

.list-label {
	display: inline-block;
	min-width: 40px;
	/* 70px; /* 46px */
	padding: 3px 6px;
	/* 3px 2px; /* 6px 2px */
	margin-right: 10px;
	margin-bottom: 5px;
	color: #555;
	/*#FFF;*/
	background-color: #f2f2f2;
	/*#0084BA; /*#2490bf;*/
	font-size: 1em;
	/* 0.8em */
	font-weight: 400;
	/*700;*/
	text-align: center;
}

/*
.list-label:nth-child(odd) {
	color: #FFF; 
	background-color: #FBB03B;
}
*/

.content-block-2col-large {
	float: left;
	width: 65%;
}

.content-block-2col-small {
	float: right;
	width: 30%;
}

.content-block-2col-small.adv {
	margin-top: 30px;
}

.content-block-3col-large {
	width: 100%;
}

.content-block-2col-large .content-block-content {
	margin-top: 0;
	/*29px;*/
}

.content-block-3col-large .list-entry {
	position: relative;
	float: left;
	display: inline-block;
	width: 31%;
	min-height: 150px;
	padding: 12px 0 20px 0;
	margin-right: 2%;
	border-bottom: 1px solid #99cee3;
}

.content-block-3col-large .list-entry:first-child,
.content-block-3col-large .list-entry:nth-child(2),
.content-block-3col-large .list-entry:nth-child(3) {
	border-top: 1px solid transparent;
}

.content-block-2col-large .list-entry {
	position: relative;
	display: inline-block;
	float: left;
	width: 47.5%;
	min-height: 150px;
	padding: 12px 0;
	border-top: 1px solid #99cee3;
	overflow: visible;
}

.content-block-2col-large .list-entry:first-child,
.content-block-2col-large .list-entry:nth-child(2) {
	border-top: 0;
}

.content-block-2col-large .list-entry:nth-child(even) {
	float: right;
	clear: right;
}

.content-block-2col-large .list-entry:nth-child(odd) {
	float: left;
	clear: left;
}

.content-block-2col-large .list-entry.list-entry-large {
	display: none;
	float: none;
	width: 100%;
	min-height: unset;
	padding: 0 0 12px 0;
}

.content-block-2col-large .list-entry.list-entry-large:first-child {
	display: block;
}

.list-left {
	float: left;
	width: 37%;
	padding-top: 29px;
}

.list-image {
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	background: center center / cover no-repeat;
	background-color: #ccc;
}

.list-right {
	float: left;
	width: 63%;
	padding-left: 17px;
}

.content-block-2col-large .list-heading {
	color: #0084BA;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 10px;
}

.list-entry-large .list-heading {
	margin-bottom: 5px;
	font-size: 2.8em;
	/* color: #0084BA; */
}

.list-text {
	margin-top: 12px;
	color: #0084BA;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}

.content-block-2col-large .list-more {
	display: block;
	width: 90%;
	max-width: 408px;
	padding: 6px;
	margin: 18px auto 0 auto;
	color: #FFF;
	background-color: #339DC8;
	/*#48a9cc;*/
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1.5px;
}

.content-block-3col-large .list-more {
	display: block;
	width: 90%;
	max-width: 408px;
	padding: 6px;
	margin: 18px auto 0 auto;
	color: #FFF;
	background-color: #339DC8;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1.5px;
}

.content-block-2col-small .content-block-content {
	padding: 0px 12px 12px 12px;
	/* 35px 12px 85px 12px; */
	margin-top: 0;
	/*29px;*/
	background-color: #f9f9f9;
	/*#c2bebc;*/
	/*border-radius: 10px;*/
}

.content-block-2col-small .list-entries {
	padding-bottom: 10px;
}

.content-block-2col-small .list-entry {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
	/*#FFF;*/
	overflow: visible;
}

.content-block-2col-small .list-entry:last-child {
	border-bottom: 0;
}

.list-heading {
	font-size: 1.5em;
	font-weight: 800;
}

.content-block-2col-small .list-image {
	display: inline-block;
	width: 30%;
	margin: 0;
	padding-bottom: 30%;
}

.content-block-2col-small .list-image~.list-heading {
	display: inline-block;
	vertical-align: top;
	width: 68%;
	padding-left: 10px;
}

.content-block-2col-small .list-heading {
	font-size: 1.5em;
	font-weight: 600;
	color: #0084BA;
}

.content-block-2col-small .list-text {
	margin-top: 8px;
	color: #2d2d2d;
	font-size: 1em;
}

.content-block-2col-small .list-text span,
.content-block-2col-small .list-text a,
.content-block-2col-small .list-text div {
	font-weight: 300;
}

.content-block-2col-small .list-text .title,
.content-block-2col-small .list-text .publishDate {
	color: #2d2d2d;
}

.content-block-3col-large .list-entry .title {
	display: none;
}

.content-block-2col-large .list-entry .title,
.content-block-2col-small .list-entry .title {
	display: none;
}

.content-block-2col-small a div.list-heading:hover,
.content-block-2col-small .list-text a:hover {
	color: #F9AF48 !important;
	/*#0084BA !important;*/
}

.content-block-2col-small .small-icons {
	right: 5px;
	bottom: 15px;
}

.content-block-2col-small .list-more {
	/*display: block;
	width: 90%;
	max-width: 125px;
	padding: 6px;
	border: 2px solid #339DC8;  
	margin: 10px auto 0;
	color: #0084BA;  
	background-color: #FFF;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;*/
	display: block;
	width: 90%;
	max-width: 408px;
	padding: 6px;
	margin: 18px auto 0 auto;
	color: #FFF;
	background-color: #339DC8;
	/*#48a9cc;*/
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1.5px;
}

.bx-controls-direction {
	position: static;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 0;
}

/*
.grid-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
	top:  50%;
	transform: translateY(-50%);
	width:  20px;
	height: 100px;
	left: 0;
	margin-left: -20px;
	background-image: url('images/arrow-left-black.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.grid-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
	position: absolute;
	top:  50%;
	transform: translateY(-50%);
	width:  20px;
	height: 100px;
	right: 0;
	margin-right: -20px;
	background-image: url('images/arrow-right-black.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
*/
.grid-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 60px;
	background: url(./images/slider-prev@2x.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0, 132, 186, 0.7);
}

.grid-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 60px;
	background: url(./images/slider-next@2x.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0, 132, 186, 0.7);
}



.grid-entries {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

/* .grid-slider {
	visibility: hidden;
} */
.grid-entries-slide {
	padding-bottom: 14px;
	overflow: hidden;
}

.grid-entry {
	float: left;
	width: 24%;
	margin: 0 1.3% 45px 0;
	text-align: left;
}

.grid-entry:nth-child(4n+4) {
	margin-right: 0;
}

.grid-image {
	display: block;
	width: 30%;
	/*40%; /*85%;*/
	height: 0;
	padding-bottom: 40%;
	/*76%;*/
	margin: 0 auto 14px auto;
	/*border-radius: 47%;*/
	/*background: #EDEBEB url('images/holding@2x.png') center center / 50% auto no-repeat;*/
	background-color: #EDEBEB;
	/*background-image: url('images/holding@2x.png');*/
	background-image: url('images/dummy-image.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.grid-image.circle {
	border-radius: 47%;
}

.article-image {
	object-fit: contain;
	/* max-height: 400px;
	height: 300px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat; */
}

.content-row.row-bg-blue .grid-image {
	background-color: #FFF;
	background-image: url('images/Logo-watermark.s.png');
}

.lawfirm-directory .grid-entries-slide .grid-entry {
	margin-bottom: 60px;
}

body.articlepage .lawfirm-directory .grid-entries-slide {
	margin-bottom: 0px;
}

body.articlepage .lawfirm-directory .grid-entries-slide .grid-entry {
	margin-bottom: 30px;
}

.lawfirm-directory .grid-image {
	width: auto;
	height: 80px;
	padding-bottom: 0;
	border-radius: 0;
	background-position: center center;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
}

.lawfirm-directory img.grid-image {
	width: 100%;
	height: auto;
	padding-bottom: 0;
}

.lawfirm-directory .list-more {
	display: block;
	width: 90%;
	max-width: 408px;
	padding: 6px;
	margin: 50px auto 0 auto;
	color: #FFF;
	background-color: #339DC8;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1.5px;
}

.lawfirm-directory .grid-heading {
	font-size: 1.5em;
}

body.home .lawfirm-directory .grid-heading {
	font-size: 1.5em;
}

.legalOneScoreDisclaimer {
	text-align: right; 
	font-size: 11px; 
	padding-top: 3px; 
	padding-bottom: 8px;
}

.legalOneRecordDisclaimer {
	text-align: left; 
	font-size: 11px; 
	padding-top: 13px; 
	padding-bottom: 8px;
}

.namecard .grid-image {
	width: 40%;
}

.lawyer-directory .grid-image {
	float: left;
	width: 30%;
	height: 0;
	padding-bottom: 40%;
	background-position: top center;
	background-size: cover;
	margin-left: 1px;
}

.lawyer-directory .grid-detail {
	float: right;
	width: 65%;
	text-align: left;
}

.lawyer-directory .grid-detail .grid-heading {
	font-size: 1.8em;
}

body.home .lawyer-directory .lawfirm {
	margin: 3px 0 0;
}

body.home .lawyer-directory .position {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px 8px 5px 8px;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 2px auto;
	background: #0084BA;
    border-radius: 5px;
}

body.home .lawyer-directory .name {
	display: block;
	font-size: 1.5em;
}

body.home .lawyer-directory .location {
	color: #0084BA;
	margin: 3px auto;
}

body.home .lawyer-directory .phone,
body.home .lawyer-directory .mobile,
body.home .lawyer-directory .email {
	color: #2d2d2d;
}

.lawyer-directory .list-more {
	display: block;
	width: 90%;
	max-width: 408px;
	padding: 6px;
	margin: 50px auto 0 auto;
	color: #FFF;
	background-color: #339DC8;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1.5px;
}

/*
body.home .lawfirm-directory .grid-image {
    float: left;
    width: 30%;
    padding-bottom: 40%;
    background-position: center 25%;
    background-size: 110% auto;
    margin-left:  1px;
}
body.home .lawfirm-directory .grid-detail {
    float: right;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}
*/
body.home .lawfirm-directory .name {
	display: block;
	font-size: 1.5em;
	color: #00558D;
}


/** Lawfirm **/
.profile-icon {
	width: 300px;
	height: 120px;
	margin: 15px auto 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

body.lawfirmpage .bx-controls-direction {
	position: static;
}

body.lawfirmpage .bx-wrapper .bx-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 60px;
	background: url(./images/slider-prev@2x.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0, 132, 186, 0.7);
}

body.lawfirmpage .bx-wrapper .bx-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 60px;
	background: url(./images/slider-next@2x.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0, 132, 186, 0.7);
}

body.lawfirmpage .list-entry {
	margin-bottom: 5px;
}

body.lawfirmpage .lawfirm-overview {
	margin-bottom: 50px;
}

body.lawfirmpage .lawfirm-overview a {
	word-break: break-all;
}

body.lawfirmpage .lawfirm-overview .list-entry {
	text-align: justify;
}

body.lawfirmpage .slider-container {
	text-align: justify;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

body.lawfirmpage .slider-container.noslider {
	height: auto;
	text-align: center;
}

body.lawfirmpage .slider-container.noslider .slide {
	width: 32%;
	height: 0 !important;
	min-height: 100px;
	margin: 0.4%;
	padding-bottom: 19.4%;
}


body.lawfirmpage .slider-container .bx-viewport {
	height: 100% !important;
}

body.lawfirmpage .slider {
	height: 100% !important;
	margin: 0 !important;
}

body.lawfirmpage .slider .slide {
	display: inline-block;
	vertical-align: bottom;
	height: 100% !important;
	width: 33%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 0;
	cursor: pointer;
}

body.lawfirmpage .small-icons {
	display: block;
	visibility: visible;
	text-align: right;
}

body.lawfirmpage .adv-column-mobile .small-icons {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
	top: -30px;
}

body.lawfirmpage .lawyer .lawyer-column .lawyer-brief .lawfirm-logo{
	width: 300px;
	height: 120px;
	margin: 15px auto 0;
	display: flex;           
  	justify-content: center; 
  	align-items: center;
	/* background-position: center center;
	background-size: contain;
	background-repeat: no-repeat; */
}

body.lawfirmpage .lawyer .lawyer-column .lawyer-brief img {
	max-width: 100%;         
  	max-height: 100%;
}

.team-logo{
	width: 300px;
	height: 120px;
	margin: 15px auto 0;
	display: flex;           
  	justify-content: center; 
  	align-items: center;
	/* background-position: center center;
	background-size: contain;
	background-repeat: no-repeat; */
}

.team-logo img {
	max-width: 100%;         
  	max-height: 100%;
}

body.lawfirmpage .lawyer .lawyer-column .lawyer-brief .name {
	display: inline-block;
	font-size: 2.5em;
	margin-top: -8px;
}

body.lawfirmpage .lawyer .lawyer-column .lawyer-brief .reference {
	display: inline-block;
	float: right;
	font-size: 1.3em;
	color: #2d2d2d;
	font-weight: 400;
	text-align: right;
}

body.lawfirmpage .italic {
	font-size: 13px;
}

body.lawfirmpage .content-row .italic {
	font-size: 12px;
}

body.lawfirmpage .content-row .year {
	font-size: 12px;
}

body.lawfirmpage .lawyer .lawyer-column .content-right {
	margin-bottom: 30px;
}

body.lawfirmpage .lawyer .list-table {
	margin-bottom: 40px;
	max-width: 450px;
}

body.lawfirmpage .list-heading .list-inner-detail {
	display: none;
	margin-bottom: 6px;
}

body.lawfirmpage .list-heading.active .list-inner-detail {
	display: block;
}

body.lawfirmpage .list-heading.active .list-inner-detail .inner-list {
	display: list-item;
	margin-left: 10px;
	list-style-type: none;
}

body.lawfirmpage .list-heading.active .list-inner-detail .inner-list:before {
	content: "\2022";
	color: #0084BA;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	width: 10px;
	margin-left: -10px;
}

body.lawfirmpage .list-heading .list-inner-toggle:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(images/arrow-down2.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 4px 0 -8px;
	cursor: pointer;
}

body.lawfirmpage .list-heading.active .list-inner-toggle:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(images/arrow-up2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

body.lawfirmpage .lawyer .list-table-row {
	margin: 5px 0;
}

body.lawfirmpage .lawyer .list-table span {
	top: 7px;
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

body.lawfirmpage .lawyer .list-table {
	border-radius: 6px;
}

a.companyWebsite {
	cursor: pointer;
}

.establishYear {
	margin-top: 20px;
	font-size: 1.5em;
	text-align: center;
}

.website {
	padding: 5px 0;
	text-align: center;
}

.website a {
	font-size: 1.5em;
}

.legalOneRecord {
	margin-top: 16px;
}

.legalOneRecord .title{
    font-size: 1.5em;
    font-weight: 700;
	padding-bottom: 2px;
}

.legalOneRecord .description{
    font-size: 1.3em;
	padding-bottom: 2px;
}

.lawfirm-info {
	margin: 5px 0 5px;
	text-align: center;
	letter-spacing: 0px;
}

.lawfirm-info .list-row {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	min-height: 58px;
	border-right: 1px solid #99CEE3;
	padding: 0 20px;
	margin: 0px auto 0px;
	letter-spacing: 0.6px;
}

.lawfirm-info .list-row:last-child {
	border-right: 0;
}

.lawfirm-info .list-row .heading {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
	color: #0084BA;
	margin-bottom: 5px;
}

.lawfirm-info .list-row .blackHeading {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}

.lawfirm-info .list-row .detail {
	font-size: 1.4em;
	font-weight: 700;
	color: #2d2d2d;
}

.content-rows.lawfirm {
	overflow: hidden;
	margin: 50px auto 50px;
}

.lawfirm .content-row {
	text-align: left;
	padding: 0 0 40px 0;
}

.lawfirm .lawfirm-column {
	float: left;
	width: 73%;
	text-align: left;
}

.lawfirm .adv-column {
	float: left;
	width: 27%;
	padding: 0 0 0 20px;
}

.lawfirm .adv-column .adv-list {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.lawfirm .lawfirm-column .content-left {
	float: left;
	width: 50%;
	text-align: left;
	padding-right: 20px;
}

.lawfirm .lawfirm-column .content-right {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.lawfirm .lawfirm-column .lawfirm-brief .content-left {
	width: 60%;
	padding-right: 20px;
}

.lawfirm .lawfirm-column .lawfirm-brief .content-right {
	width: 40%;
	padding-right: 0;
}

.lawfirm .lawfirm-detail .heading {
	font-size: 1.5em;
	font-weight: 700;
	color: #0084BA;
	border-bottom: 1px solid #339DC8;
}

/** announcement **/

.home-announcement {
	width: 100%;
	height: 330px;
	background: #00558C;
	border-bottom: 2px solid #F2F2F2;
	position: relative;
	overflow: hidden;
}

.home-announcement .ellipse-right-bottom {
	width: 165px;
	height: 188px;
	top: 209px;
	left: calc(100% - 165px);
	position: absolute;
	z-index: 1;
	background: url('images/ellipse-right-bottom.svg');
}

.home-announcement .ellipse-top {
	width: 300px;
	height: 112px;
	top: 0px;
	left: 78%;
	position: absolute;
	z-index: 1;
	background: url('images/ellipse-top.svg');
}

.home-announcement .ellipse-left-bottom {
	width: 261px;
	height: 100px;
	top: 296px;
	left: 0;
	position: absolute;
	z-index: 0;
	background: url('images/ellipse-left-bottom.svg');
}

.announcement-item {
	display: flex;
}

.announcement-item .general-announcement-content {
	padding: 0 18%;
	flex: 100%;
	height: 328px;
	padding-top: 49px;
	flex-direction: column;
}

.announcement-item .general-announcement-lawyers {
	flex: 0%;
	display: none;
}

.announcement-item .deal-announcement-content {
	padding: 0 7%;
	flex: 70%;
	height: 328px;
	padding-top: 49px;
	flex-direction: column;
}

.announcement-item .announcement-title {
	font-weight: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
}

.announcement-item .announcement-date {
	font-weight: 400;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.announcement-item .more-detail {
	background-color: #0084BA;
	border-color: #f8f9fa;
	color: #fff;

	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 14px;
	border-radius: .25rem;
	cursor: url;
}

.announcement-item .announcement-content {
	font-weight: 900;
	color: #F2F2F2;
	margin-top: 19px;
	margin-bottom: 16px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.announcement-item .announcement-headline {
	font-size: 25px;
	line-height: 50px;
	color: #F1FFB9;
}

.announcement-item .announcement-descript {
	font-weight: 400;
	font-size: 18px;
	line-height: 39px;
	color: #FFFFFF;
	font-style: italic;
	padding-bottom: 11px;
}

.announcement-item .deal-announcement-lawyers {
	flex: 30%;
	height: 328px;
	padding-top: 49px;
	padding-left: 3.6%;
	padding-right: 3.6%;
	background: #004D7E;
	z-index: 0;
	position: relative;
}

.announcement-item .deal-announcement-lawyers .container {
	left: 12%;
	top: 25px;
	position: relative;
}

.announcement-item .deal-announcement-lawyers .score-award-to {
	font-weight: 550;
	font-size: 22px;
	padding-bottom: 6px;
	color: rgba(255, 255, 255, 0.8);
}

.announcement-item .deal-announcement-lawyers .lawyer-profile {
	display: flex;
	padding: 9px 0 9px 0;
}

.announcement-item .deal-announcement-lawyers .profile-pic {
	background-size: cover;
	width: 79px;
	height: 79px;
	border-radius: 300px;
	margin-right: 17px;
}

.announcement-item .deal-announcement-lawyers .lawyer-name {
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	color: #F2F2F2;
}

.announcement-item .deal-announcement-lawyers .primary-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.5);
}

.announcement-item .deal-announcement-lawyers .lawfirm-name {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #F2F2F2;
}

.home-announcement a.bx-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 60px;
	background: url(./images/slider-prev@2x.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0, 132, 186, 0.7);
}

.home-announcement a.bx-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 60px;
	background: url(./images/slider-next@2x.png) no-repeat center center;
	background-size: 50%;
	background-color: rgba(0, 132, 186, 0.7);
}

/** announcement **/
.announcement_list .list-entries {
	width: 70%;
}

.announcement_list .row-single-entry {
	border-bottom: 1px solid #99cee3;
	padding: 25px 0 16px 0;
}

.announcement_list .row-single-entry-no-border {
	padding: 25px 0 16px 0;
}

.announcement_list .announcement-title {
	display: inline-block;
	min-width: 40px;
	padding: 3px 6px;
	margin-right: 7px;
	margin-bottom: 5px;
	color: #555;
	background-color: #f2f2f2;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
}

.announcement_list .announcement-heading {
	font-size: 2.7em;
	font-weight: 600;
	letter-spacing: 1.3px;
	padding: 11px 0 11px 0;
}

.announcement_list .url {
	color: #0084BA;
}

.announcement_list .announcement-Date {
	font-size: 1.4em;
	font-weight: 400;
	padding-bottom: 10px;
}

.announcement_list .announcement-descript p {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 30px;
}

.announcement_list .announcement-image {
	margin: 10px 0;
	width: 100%;
}





/** Law firm office **/
#lawfirmoffice .lawfirm-info .list-row {
	width: 32%;
}

.lawfirmlink {
	width: 80%;
	padding: 20px 5px;
	text-align: center;
	/*border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;*/
	margin: 30px auto;
	background-color: #efefef;
}

#lawfirmoffice .text {
	/* font-size: 1.7em; */
	font-weight: 400;
}

#lawfirmoffice .lawfirmlink a {
	font-style: italic;
	text-decoration: underline;
	font-weight: 600;
}

#lawfirmoffice .text span {
	font-weight: 600;
}

#lawfirmoffice .addressrow {
	margin: 20px auto;
}

#lawfirmoffice .addressrow .text {
	margin-bottom: 10px;
}

.officeLocation {
	font-size: 1.3em;
}

/** Lawyer **/
body.lawyerpage .content-row .italic {
	font-size: 12px;
}

body.lawyerpage .content-row .year {
	font-size: 12px;
}

body.lawyerpage .city {
	font-size: 12px;
}

.content-rows.lawyer {
	text-align: center;
	margin: 20px auto 0;
}

.content-rows.lawyer .wrapper {
	/*overflow: hidden;*/
	display: inline-block;
}

.lawyer .content-row {
	text-align: left;
	padding: 0 0 40px 0;
}

.lawyer .content-row.lawyer-brief {
	padding-bottom: 20px;
}

.lawyer .content-row.nopadding {
	padding: 0;
}

.lawyer .advOne{
	display: none; 
	margin: 0 auto; 
	text-align: center; 
	margin-bottom: 20px;
}

.lawyer .lawyer-column {
	float: left;
	width: 73%;
	text-align: left;
}

.lawyer .adv-column {
	position: sticky;
	top: 150px;
	float: left;
	width: 27%;
	padding: 0 0 0 20px;
}

.lawyer .adv-column .adv-list {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.lawyer .lawyer-column .content-left {
	float: left;
	width: 50%;
	text-align: left;
	padding-right: 20px;
}

.lawyer .lawyer-column .content-right {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.lawyer .lawyer-column .lawyer-brief .content-left {
	width: 64%;
	padding-right: 20px;
}

.lawyer .lawyer-column .lawyer-brief .content-right {
	width: 36%;
	padding-right: 0;
}

.lawyer .lawyer-column .lawyer-brief .position {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px 8px 5px 8px;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 2px auto;
	background: #0084BA;
    border-radius: 5px;
}

/*.lawyer .lawyer-column .lawyer-brief .position:before {
	content: "\2022";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
}*/
.lawyer .lawyer-column .lawyer-brief .phone,
.lawyer .lawyer-column .lawyer-brief .mobile,
.lawyer .lawyer-column .lawyer-brief .email {
	color: #2d2d2d;
	font-weight: 400;
}

.lawyer .lawyer-column .lawyer-brief .name {
	font-size: 1.5em;
}

.lawyer .lawyer-column .lawyer-brief .reference {
	font-size: 1.3em;
	color: #2d2d2d;
}

.lawyer .lawyer-column .lawyer-brief .date {
	font-size: 1.3em;
	color: #2d2d2d;
	margin: 0 0 10px 0;
}

.lawyer .lawyer-column .lawyer-brief .grid-top {
	display: inline-block;
	width: 100%;
	/*overflow: hidden;*/
	padding-top: 0;
	margin-bottom: 0;
}

.lawyer .lawyer-column .lawyer-brief .grid-image {
	position: relative;
	float: left;
	width: 38%;
	padding-bottom: 57%;
	border-radius: 0;
	margin: 0;
	background-position: center;
	background-size: cover;
}

.lawyer .lawyer-column .lawyer-brief .small-icons {
	display: block;
	visibility: visible;
	text-align: right;
}

.lawyer .lawyer-column .lawyer-brief .small-icon {
	margin-right: 10px;
}

.lawyer .lawyer-column .lawyer-brief .grid-detail {
	float: left;
	width: 62%;
	padding-left: 20px;
	margin: -1px 0 0 0;
}

.lawyer .lawyer-column .lawyer-brief .lawfirm {
	margin: 10px 0;
}

.lawyer .list-table {
	position: relative;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 3;
	padding-left: 10px;
	border: 2px solid #00558D;
	margin: 12px auto;
}

.lawyer .list-table.score {
	margin-top: 5px;
	line-height: 2;
}

.lawyer .list-table.score:before {
	content: 'LegalOne Merits';
	position: absolute;
	width: 130px;
	/*120px;*/
	top: -10px;
	line-height: 1;
	font-size: 14.4px;
	/*0.7em;*/
	color: #FFF;
	text-align: center;
	background-color: #00558D;
	padding: 3px 10px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #99CEE3;
}

.lawyer .list-table.rating:before {
	content: 'LegalOne Testimonials';
	position: absolute;
	width: 170px;
	/*145px;*/
	top: -10px;
	line-height: 1;
	font-size: 14.4px;
	/*0.7em*/
	color: #FFF;
	text-align: center;
	background-color: #00558D;
	padding: 3px 10px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #99CEE3;
}

.lawyer .list-table-row {
	position: relative;
}

.lawyer .list-table-row span {
	position: absolute;
	top: 10px;
	right: 0;
	min-width: 45px;
	min-height: 26px;
	text-align: center;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	background-color: #00558D;
	border-radius: 5px;
	margin-top: 4px;
}

.lawyer .list-table .list-table-row span.info {
	right: auto;
	display: inline-block;
	vertical-align: top;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	color: #6D6D6D;
	padding: 0;
	border: 1px solid #6D6D6D;
	border-radius: 100%;
	background-color: #FFF;
	cursor: pointer;
	text-align: center;
}

.lawyer .lawyer-column .lawyer-brief .lawyer-image {
	position: relative;
	float: left;
	width: 38%;
	padding-bottom: 57%;
	border-radius: 0;
	margin: 0;
	background-position: center;
	background-size: cover;
}

.lawyer .lawyer-column .lawyer-brief .lawyer-image img{
	/* solution 1  seems can solve the solution temporary*/
	position: absolute;
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;

	/* solution 2  can't solve the problem*/
	/* position: absolute;
	height: 100%;
    width: auto;
    object-fit: cover; */
  }

.testimonial-comment {
	display: inline;
	font-style: italic;
}

.reference-container {
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

span.notAvailable {
	background-image: url('./images/hyphen.JPG');
	background-position: center;
	background-repeat: no-repeat;
}

span.notAvailableBlue {
	background-image: url('./images/hyphen-blue.JPG');
	background-position: center;
	background-repeat: no-repeat;
}

.lawyer .list-table .rating-total {
	font-weight: 700;
}

.lawyer .list-table .rating-total span {
	color: #00558D;
	background-color: #FFF;
	border: 1px solid #99CEE3;
}

.lawyer .list-table .rating-average {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-top: -15px;
}

.lawyer .list-table .rating-average span {
	position: relative;
	float: right;
	line-height: 1.5;
	color: #00558D;
	padding: 0;
	background-color: transparent;
}

.lawyer .list-table .rating-average .list-star {
	width: 124px;
	height: 22px;
}

.lawyer .list-heading {
	color: #2d2d2d;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
}

.list-heading p,
.list-heading li,
.list-heading h1,
.list-heading h2,
.list-heading h3 {
	font-size: 1em;
	margin: 0;
}

.list-heading ol {
	margin-bottom: 5px;
}

.lawyer .list-heading.dot pre {
	display: inline-block;
	vertical-align: top;
}

.lawyer-articles,
.lawyer-admissions,
.lawyer-practice-areas,
.lawyer-industries,
.lawyer-cases,
.lawyer-scores,
.lawyer-honours-list,
.lawyer-testimonial,
.lawyer-row {
	margin-bottom: 50px;
}

.lawyer-row .list-entry {
	margin-bottom: 5px;
}

.lawyer .lawyer-detail .heading {
	font-size: 1.5em;
	font-weight: 700;
	/* color: #0084BA; */
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #339DC8;
}

.lawyer-honours-full-list
{
	margin-bottom: 5px;
}

.lawyer-honours-full-list .honours-list-entry
{
	width: 32%;
	margin-right: 1px;
	float: left;
}

.lawyer-honours-full-list .list-heading a
{
	line-height: 1.3;
}

.lawyer-honours-full-list .list-heading:before
{
	content: "\2022";
	color: #0084BA;
	font-weight: bold;
	display: inline-block;
	width: 1em;
}

.lawyer-honours-list .list-heading
{
	margin-bottom: 7px;
}

.lawyer-practice-areas .list-heading,
.lawyer-industries .list-heading,
.lawyer-cases .list-heading,
.lawyer-honours-list .list-heading,
.lawyer-articles .list-heading,
.list-heading.dot {
	display: list-item;
	margin-left: 2em;
	list-style-type: none;
}

.lawyer-practice-areas .list-heading:before,
.lawyer-industries .list-heading:before,
.lawyer-cases .list-heading:before,
.lawyer-honours-list .list-heading:before,
.lawyer-articles .list-heading:before,
.list-heading.dot:before {
	content: "\2022";
	color: #0084BA;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.lawyer .lawyer-detail .list-more {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding: 5px 30px;
	background-color: #0084BA;
	border-radius: 20px;
	margin: 5px auto 0 auto;
	letter-spacing: 1.5px;
}

.lawyer .lawyer-detail .list-more.open {
	background-color: #CCC;
	color: #666;
}

body.lawyerpage .lawyer .list-table-row {
	margin: 5px 0;
	height: 30px;
}

body.lawyerpage .lawyer .list-table span {
	/* top: 0; */
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

body.lawyerpage .lawyer .list-table {
	border-radius: 6px;
}

body.lawyerpage .lawyer .content-left .name {
	font-size: 1.8em;
}

.inhouseCompany{
	font-weight: 700;
    font-size: 1.3em;
}

/** ARTICLE **/
body.articlepage .lawfirm-directory .grid-image {
	padding-bottom: 40%;
}

body.articlepage .content-row.lawfirm-directory {
	padding: 0;
}

body.articlepage .lawfirm-directory .grid-entries {
	margin-top: 10px;
}

body.articlepage .list-entry-large img {
	width: 100%;
	max-width: unset;
}

body.articlepage .modal {
    z-index: 100000;
	max-width: none;
}

body.articlepage .blocker {
    z-index: 100000;
	padding: 16px;
}

.content .content-article {
	font-size: 1.4em;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.5;
}

.content .content-article p,
.content .content-article li,
.content .content-article a,
.content .content-article h1,
.content .content-article h2,
.content .content-article h3 {
	font-size: 1em;
}

.content .content-article span, 
.content .content-article div,
.content .content-article li,
.content .content-article p{
	/* article in admin would have styling on it, which is copied from word. Here we need to overwrite it and make it the same as our site. */
	font-family: 'Helvetica Neue', arial, sans-serif !important;
	font-size: 16.896px !important;
	letter-spacing: 0.6px !important;
	line-height: 20.2752px !important;
}

.content .content-article p {
	/* article in admin would have styling on it, which is copied from word. Here we need to overwrite it and make it the same as our site. */
	margin-bottom: 25.344px !important;
}

.article .list-heading {
	display: inline-block;
	line-height: 1;
	font-weight: 700;
	/* color: #0084BA; */
	margin: 10px auto 10px;
}

.article .reference {
	display: inline-block;
	float: right;
	padding: 3px 6px;
	font-size: 1.3em;
	color: #2d2d2d;
	font-weight: 400;
	text-align: right;
}

.article .list-container {
	position: relative;
	margin: 5px 0 0 0;
	padding-bottom: 20px;
}

.article .list-text {
	float: left;
	width: 70%;
}

.article .promoted .small-icons {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.article.content-row .content {
	margin: 10px 0 20px;
}

.article.content-row .list-entry-large .small-icons {
	position: absolute;
	bottom: 5px;
	right: 0;
	visibility: visible;
	padding-bottom: 30px;
}

.article .content .initail {
	font-size: 2.4em;
}

.name,
.position,
.lawfirm,
.location,
.title,
.publishDate,
.address,
.phone,
.mobile,
.email,
.text {
	display: block;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	margin: 3px 0;
}

.author {
	display: block;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 1.3em;
	margin: 3px 0;
}

.text {
	color: #2d2d2d;
}

.gold {
	color: #b37d24;
	font-weight: 700;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis:hover {
	overflow: hidden;
}

.videoWrapper {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
	
	display: flex;
  	height: 100%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoInsert {
	width: 100%;
	height: auto; /* spec says no percent allowed here */
}

body.articlelistpage .name,
body.articlelistpage .author,
body.articlelistpage .position,
body.articlelistpage .lawfirm,
body.articlelistpage .location,
body.articlelistpage .title,
body.articlelistpage .publishDate,
body.articlelistpage .phone,
body.articlelistpage .mobile,
body.articlelistpage .email,
body.articlepage .author,
body.articlepage .position,
body.articlepage .lawfirm,
body.articlepage .location,
body.articlepage .title,
body.articlepage .publishDate,
body.articlepage .address,
body.articlepage .phone,
body.articlepage .mobile,
body.articlepage .email,
body.highlightedpage .name,
body.highlightedpage .author,
body.highlightedpage .position,
body.highlightedpage .lawfirm,
body.highlightedpage .location,
body.highlightedpage .title,
body.highlightedpage .publishDate,
body.highlightedpage .phone,
body.highlightedpage .mobile,
body.highlightedpage .email,
body.home .position,
body.home .lawfirm,
body.home .location,
body.home .title,
body.home .publishDate,
body.home .phone,
body.home .mobile,
body.home .email {
	display: block;
	margin-top: 0;
}

body.articlelistpage .author,
body.articlelistpage .lawfirm,
body.home .author,
body.articlepage .author,
body.articlepage .lawfirm,
body.highlightedpage .author,
body.highlightedpage .lawfirm,
body.dealpage .author {
	display: inline-block;
	font-size: 1.4em;
	letter-spacing: 0px;
}

body.articlelistpage .publishDate,
body.home .publishDate,
body.articlepage .publishDate,
body.highlightedpage .publishDate {
	color: #2d2d2d;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}

body.highlightedpage .list-heading {
	color: #0084BA;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 10px;
}

body.home .phone,
body.home .mobile,
body.home .email {
	font-weight: 400;
}

.name {
	margin-top: 5px;
	margin-bottom: 5px;
}

.lawfirm {
	margin-top: 10px;
}

.photo-caption,
.photo-src {
	display: block;
	color: #2d2d2d;
	font-size: 1.3em;
	font-weight: 700;
	margin: 3px 0;
}

.photo-src {
	font-weight: 400;
	font-style: italic;
}

.article .namecard .grid-entry {
	width: 100%;
	margin: 20px auto;
	border: 3px solid #CCC;
}

.article .namecard .grid-top {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: table;
}

.article .namecard .grid-image {
	display: table-cell;
	background-color: transparent;
	background-position: left center;
	margin-bottom: 0;
	padding-bottom: 20%;
}

.article .namecard .grid-detail {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 5px 40px;
}

.article .namecard .grid-heading {
	font-size: 2em;
}

.article .namecard .grid-text {
	text-align: left;
}

.article .content-left {
	float: left;
	width: 65%;
	text-align: left;
}

.article.content-row .wrapper {
	display: inline-block;
}

.article .content-right {
	position: sticky;
	top: 80px;
	float: left;
	width: 31.5%;
	margin-left: 2.5%;
}

.article .content-right .list-heading {
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 10px;
}

.article .list-entry .list-container {
	padding-bottom: 10px;
}

.staff-directory {
	margin-bottom: 40px;
	border-bottom: 2px solid #00558D;
}

.article .staff-directory {
	/*position: sticky;
	top: 100px;*/
	background-color: #FFF;
	z-index: 10;
	margin-bottom: 0;
}

.staff-directory .grid-slider {
	visibility: visible;
}

.staff-directory .grid-slider .grid-entry {
	width: 100%;
	margin: 0 0 20px 0;
}

.staff-directory .grid-detail .grid-text {
	text-align: left;
}

.staff-directory .grid-image {
	float: left;
	width: 30%;
	/*40%;*/
	padding-bottom: 40%;
	background-position: center 25%;
	background-size: cover;
}

.staff-directory .grid-detail {
	float: right;
	width: 60%;
	text-align: left;
	padding-left: 10px;
}

.staff-directory .name {
	display: block;
	font-size: 1.5em;
}

.staff-directory .phone,
.staff-directory .mobile,
.staff-directory .email {
	color: #2d2d2d;
}

body.articlepage .staff-directory .phone {
	margin-top: 9px;
}

.article .content-right .staff-directory .position,
.article .content-left .staff-directory .position {
	position: relative;
	display: inline-block;
	color: #FFF;
	padding: 5px 5px 5px 12px;
	background-image: url('./images/position-background@2x.png');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 2px auto;
}

/*
.article .content-right .staff-directory .position:before {
	content: "\2022";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
}*/
.staff-directory .remark {
	font-size: 1em;
	text-align: left;
}

body.articlepage .staff-directory .lawfirm {
	font-size: 1.3em;
	margin-top: 13px;
}

.promoted {
	position: relative;
	margin-bottom: 0;
}

.promoted-heading {
	color: #fff;
	padding: 10px;
	font-size: 1.5em;
	font-weight: 700;
	background-color: #00558D;
	/*#2490bf;*/
	margin: 10px auto;
	text-align: center;
}

.promoted-heading span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	color: #FFF;
	margin-left: 10px;
	border: 1px solid #FFF;
	border-radius: 100%;
	cursor: pointer;
}

body.articlepage .list-entry {
	padding-left: 5px;
	padding-right: 5px;
}

.promoted .list-entry {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 2px solid #00558D;
}

.promoted .list-entry:last-child {
	border-bottom: 0;
}

.promoted .list-entry img {
	/*display: none;*/
}

.promoted .list-entry .position {
	display: none;
}

.promoted .grid-image {
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-bottom: 0;
}

.popup-info {
	display: none;
	position: absolute;
	left: 50%;
	top: 45px;
	width: 220px;
	padding: 5px;
	border-radius: 10px;
	z-index: 10;
	color: #3D3D3D;
	background-color: #e5e5e5;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popup-info:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 100%;
	border: 0.75rem solid transparent;
	border-top: none;
	border-bottom-color: #e5e5e5;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popup-info.active {
	display: block;
}

.related-articles {
	margin-bottom: 0;
}

.related-articles-heading {
	color: #fff;
	padding: 10px;
	font-size: 1.5em;
	font-weight: 700;
	background-color: #00558D;
	margin: 10px auto 10px;
}

.related-articles .list-entry {
	position: relative;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #99cee3;
	margin-bottom: 10px;
}

.related-articles .list-entry:last-child {
	border-bottom: 0;
}

.related-articles .list-entry .position {
	display: none;
}

.related-articles .grid-image {
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-bottom: 0;
}

.article .content-right .author,
.article .content-right .position,
.article .content-right .publishDate {
	/*color: #2d2d2d;
  font-family: 'Arsenal', sans-serif;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 1.3em;*/
	margin: 3px 0;
}

.article .content-right .text {
	font-weight: 400;
}

.other-experts {
	margin-bottom: 0;
}

.other-experts-heading {
	color: #fff;
	padding: 10px;
	font-size: 1.5em;
	font-weight: 700;
	background-color: #00558D;
	margin: 10px auto 10px;
}

.other-experts .list-entry {
	position: relative;
	text-align: left;
	overflow: hidden;
	/*border-bottom: 2px solid #00558D;*/
	margin-bottom: 10px;
}

.other-experts .list-entry span {
	display: inline-block;
}

.other-experts .position {
	font-size: 1.4em;
}

.recommended-law-firms {
	position: relative;
	color: #333;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 0;
	padding: 0;
}

body.articlepage .bottom-banner {
	display: inline-block;
}

body.articlepage .bottom-banner img {
	width: 100%;
	margin-bottom: 20px;
}

body.articlepage .bottom-banner img:nth-child(2) {
	margin-left: -5px;
}




/**  Articles list **/
body.articlelistpage .list-heading {
	color: #0084BA;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 7px;
	margin-bottom: 7px;
	display: flex;
	font-size: 15px;
}

/* body.articlelistpage .list-heading a{
	align-self: flex-end;
} */


.article_list .content-block-heading {
	margin-bottom: 0;
	/*1em;*/
}

.list-image {
	margin: 10px 0;
}

body.articlelistpage .list-entries {
	/*height: 700px;
  overflow-y: scroll;*/
	padding-bottom: 60px;
}

body.articlelistpage .sectioned-list-entries {
	overflow: hidden;
	padding-bottom: 10px;
}

body.articlelistpage .artcile-section-header {
	font-weight: 700;
    font-size: 2.8em;
    margin: 24px 0 5px;
	position: relative;
}
body.articlelistpage .artcile-section-header:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
    top: -3px;
    background-color: #0084BA;
}

body.articlelistpage .list-more {
	margin: 25px auto 50px;
}

/** Deal page **/
.deal.content-row .wrapper {
	display: inline-block;
}

.deal .content-left {
	float: left;
	width: 65%;
	text-align: left;
}

.deal .content-left .list-entry-large .list-heading {
	font-size: 2.8em;
	font-weight: 700;
	/* color: #0084BA; */
	margin: 10px auto 8px;
	line-height: 1;
}

.deal .content-left .list-entry-large {
	margin-bottom: 60px;
}

.deal .content-left .list-entry-large .list-container .deal-content {
	font-size: 1.6em;
	text-align: left;
}

.deal .content-left .list-entry-large .list-container .deal-content p,
.deal .content-left .list-entry-large .list-container .deal-content li {
	font-size: 1em;
}

.deal .content-left .list-entry-large .list-container .score {
	text-align: center;
	margin-top: 29px;
	margin-bottom: 21px;
	/* display: flex; */
	justify-content: center; 
	align-items: center;
}

.deal .content-left .list-entry-large .list-container .score p {
	text-align: center;
	font-style: italic;
	margin-top: 3px;
}

.deal .content-left .list-entry-large .list-container .score span.quotient {
	position: relative;
	display: inline-block;
	font-size: 1.6em;
	font-weight: 700;
	color: #00558D;
	/*#0084BA;*/
	padding: 21px 38px 16px;
	border: 2px solid #00558D;
	/*#0084BA;*/
	border-radius: 6px;
	font-style: italic;
}

.deal .content-left .list-entry-large .list-container .score span.quotient:before {
	content: 'LegalOne Merits';
	position: absolute;
	width: 120px;
	top: -10px;
	line-height: 1;
	font-size: 12px;
	color: #FFF;
	background-color: #00558D;
	/*#00558D;*/
	padding: 3px 10px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #99CEE3;
	font-style: normal;
}

.deal .content-left .list-entry-large .list-container .score span.divisior {
	font-size: 0.7em;
}

.deal .content-left .list-entry-large .list-container .score img {
	display: inline-block;
	width: 311px;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-right: 2px;
}

.deal .content-left .list-entry-large .list-container .articleBanner {
	margin: 20px 0 20px 0;
}

.deal .content-left .list-entry-large .list-container .small-icons {
	float: right;
	display: inline-block;
	visibility: visible;
}

.deal .content-left .content-left-block {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.deal .content-left .content-left-block .deal-articles {
	margin-bottom: 25px;
}

.deal .content-left .heading {
	font-size: 1.5em;
	font-weight: 700;
	/* color: #0084BA; */
	border-bottom: 1px solid #339DC8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #339DC8;
}

.deal .content-right .heading {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.deal .content-left .list-heading {
	color: #2d2d2d;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.deal .content-left .reference {
	display: inline-block;
	float: right;
	padding: 3px 6px;
	font-size: 1.3em;
	color: #2d2d2d;
	font-weight: 400;
	text-align: right;
}


.deal .content-left .content-left-block .deal-articles.brief .list-entry {
	margin-bottom: 5px
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-entry {
	margin-bottom: 10px;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading {
	line-height: 1.3;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .responsibility {
	margin-bottom: 15px;
	margin-top: 15px;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.b,
.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.c,
.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.d,
.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.e {
	display: list-item;
	margin-left: 20px;
	list-style-type: none;
	color: #2d2d2d;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.b {
	/*color: #0084BA;*/
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.b:before {
	content: "\2022";
	color: #0084BA;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.c {
	font-size: 1.2em;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.e {
	margin-left: 40px;
}

.deal .content-left .content-left-block .deal-articles.involved-lawfirm .list-heading.e:before {
	content: "\2022";
	color: #0084BA;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


.deal .content-right {
	position: sticky;
	top: 150px;
	float: left;
	width: 31.5%;
	text-align: left;
	margin-left: 2.5%;
}

.deal .content-right .text {
	font-size: 1.3em;
	font-weight: 400;
}

.deal .content-right .heading {
	font-size: 1.5em;
	font-weight: 700;
	text-align: left;
	/* color: #0084BA; */
	border-bottom: 1px solid #339DC8;
}

.deal .content-right .heading.other-insights-heading,
.deal .content-right .heading.related-deals-heading {
	margin-bottom: 5px;
}

.deal .content-right .list-heading {
	font-size: 1.3em;
	color: #2d2d2d;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 10px;
}

.deal .content-right a .list-heading {
	color: #0084BA;
}

.deal .content-right .other-insights a .list-heading {
	margin-bottom: 3px;
}

.deal .content-right .related-deals a .list-heading {
	margin-bottom: 3px;
}

.deal .list-entry {
	margin-bottom: 5px;
}

.deal .list-entry .list-container {
	padding-bottom: 10px;
}

.deal .content-right .related-deals .list-container .list-heading {
	margin-bottom: 3px;
}

.deal .staff-directory,
.deal .lawfirm-directory,
.deal .other-insights,
.deal .related-deals {
	/*position: sticky;
	top: 100px;*/
	background-color: #FFF;
	z-index: 10;
	border-bottom: 0;
	margin-bottom: 20px;
}

body.dealpage .staff-directory .phone {
	margin-top: 9px;
}

.deal .content-right .staff-directory .position,
.deal .content-left .staff-directory .position {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	color: #FFF;
	padding: 5px 5px 5px 12px;
	background-image: url('./images/position-background@2x.png');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 2px auto;
}

.deal .adv-list {
	display: block;
    text-align: center;
    margin-bottom: 20px;
}



/*
.deal .content-right .staff-directory .position:before {
	content: "\2022";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
}
*/


body.dealpage .staff-directory .name {
	margin-bottom: 5px;
}

body.dealpage .lawfirm-directory .name {
	font-size: 2em;
	margin-bottom: 5px;
}

body.dealpage .lawfirm-directory .lawFirmName {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 5px;
}

body.dealpage .lawfirm-directory .grid-entry {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

body.dealpage .lawfirm-directory .grid-entry .grid-image {
	width: 300px;
	height: 120px;
	padding: 0;
	margin-bottom: 5px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

body.dealpage .publishDate {
	color: #2d2d2d;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.3em;
}

/**  Deal list page **/
body.deallistpage .content-row {
	padding-top: 0;
}

body.deallistpage .nofilter .content-row {
	padding-top: 20px;
}

body.deallistpage .list-heading {
	font-size: 15px;
}

body.deallistpage .updateDate {
	font-size: 1.1em;
	padding-top: 12px;
}

.deals_list .list-entry {
	position: relative;
	padding: 12px 0 20px 0;
	border-bottom: 0;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #99cee3;
}

.deals_list .list-entry:hover {}

.deals_list .list-entry .insight {
	position: absolute;
	max-width: 20px;
	right: 20px;
	bottom: 20px;
}

.deals_list .list-entry .rankStar {
	position: absolute;
	max-width: 57px;
	right: 20px;
	bottom: 20px;
}

.deals_list .list-heading {
	color: #0084BA;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 10px;
}

.deals_list .list-info {
	display: block;
	color: #444;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	margin: 3px 0;
}

.deals_list .list-info.score {
	font-weight: 700;
}

/**  Lawyer testimonials list page **/
body.testimonialslistpage .lawyer .lawyer-column:hover {
	border-color: #0284BA;
}

body.testimonialslistpage .content-rows.lawyer {
	margin: 0;
}

body.testimonialslistpage .content-rows .wrapper {
	display: block;
}

body.testimonialslistpage .lawyer .content-row {
	padding-top: 20px;
	padding-bottom: 20px;
}

body.testimonialslistpage .lawyer .lawyer-column {
	width: 31%;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin: 0 1% 2% 1%;
}

body.testimonialslistpage .lawyer .lawyer-column .content-left {
	width: 33%;
}

body.testimonialslistpage .lawyer .lawyer-column .content-right {
	width: 66%;
}

body.testimonialslistpage .grid-image {
	width: 100%;
	height: 0;
	padding-bottom: 120%;
	margin: 0 auto 14px auto;
	background-color: #EDEBEB;
	background-image: url(images/holding@2x.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 47%;
}

body.testimonialslistpage .name {
	margin-bottom: 0;
	font-size: 2em;
}

body.testimonialslistpage .position-container {
	margin: 3px 0;
}

body.testimonialslistpage .lawyer .list-table-row span {
	left: 0;
	right: unset;
	background-color: transparent;
}

body.testimonialslistpage .content-right .position {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	color: #FFF;
	padding: 5px 5px 5px 12px;
	background-image: url(./images/position-background@2x.png);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 2px auto;
}

/*
body.testimonialslistpage  .content-right .position:before {
    content: "\2022";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
}*/

body.testimonialslistpage .list-star {
	position: relative;
	display: inline-block;
	top: 0;
	width: 80px;
	height: 14px;
}


/**  Law Firm list page **/
body.lawfirmlistpage .content-rows.lawyer {
	margin: 0;
}

body.lawfirmlistpage .content-rows .wrapper {
	display: block;
	width: 95%;
	margin: 0 auto 50px;
}

body.lawfirmlistpage .lawyer .content-row {
	padding: 0;
}

body.lawfirmlistpage .lawyer-column .lawyer-brief .content-top .grid-image {
	float: none;
	height: 100px;
	width: auto;
	padding: 0;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	margin-bottom: 10px;
}

body.lawfirmlistpage .lawyer .lawyer-column {
	width: 31%;
	border: 2px solid #ccc;
	border-radius: 6px;
	padding: 10px;
	margin: 0 1% 2% 1%;
}

body.lawfirmlistpage .lawyer .lawyer-column .lawyer-brief .content-left {
	width: 47%;
	padding: 0;
	margin-top: 0px;
}

body.lawfirmlistpage .lawyer .lawyer-column .lawyer-brief .content-left .grid-detail {
	width: 100%;
	padding-left: 0;
}

body.lawfirmlistpage .lawyer .lawyer-column .lawyer-brief .content-right {
	width: 100%;
	padding-right: 0;
}

body.lawfirmlistpage .lawyer .lawyer-column .lawyer-brief .content-left+.content-right {
	width: 53%;
}

body.lawfirmlistpage .lawyer .list-table-row {
	margin: 5px 0;
}

body.lawfirmlistpage .lawyer .list-table {
	border: none;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.3em;
	border: 0;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
}

body.lawfirmlistpage .lawyer .content-left+.content-right .list-table {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 0px;
}

body.lawfirmlistpage .lawyer .list-table span {
	top: 0;
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

body.lawfirmlistpage .list-entry:hover {
	border-color: #0284BA;
}

body.lawfirmlistpage .overview {
	clear: both;
	font-size: 1.3em;
	text-align: justify;
	/* word-break: break-all; */
}

body.lawfirmlistpage .overview-bar {
	width: 90%;
	height: 1px;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 0 auto 10px;
}

body.lawfirmlistpage .sort-filter {
	width: 202px;
}

/** Honours list **/
body.honourslistpage .list-heading {
	color: #0084BA;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 7px;
	margin-bottom: 7px;
	display: flex;
	font-size: 15px;
}

body.honourslistpage .list-entries {
	/*height: 700px;
  overflow-y: scroll;*/
	padding-bottom: 60px;
}

body.honourslistpage .list-more {
	margin: 25px auto 50px;
}



/**  Lawyer list page **/
body.lawyerlistpage .sort-filter {
	width: 202px;
}

body.lawyerlistpage .lawyer .lawyer-column:hover {
	border-color: #0284BA;
}

body.lawyerlistpage .content-rows.lawyer {
	margin: 0;
}

body.lawyerlistpage .content-rows .wrapper {
	display: block;
	width: 95%;
	margin: 0 auto 50px;
}

body.lawyerlistpage .lawyer .content-row {
	padding: 0;
}

body.lawyerlistpage .lawyer .list-table.score:before {
	content: none;
}

body.lawyerlistpage .lawyer .list-table.rating:before {
	content: none;
}

body.lawyerlistpage .lawyer .lawyer-column {
	width: 48%;
	border: 2px solid #ccc;
	border-radius: 6px;
	padding: 15px;
	margin: 0 1% 2% 1%;
}

body.lawyerlistpage .lawyer .list-table {
	border: none;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.3em;
	padding-right: 0;
	border-left: 1px solid #ccc;
}

body.lawyerlistpage .lawyer .list-table-row {
	margin: 5px 0;
}

body.lawyerlistpage .lawyer .list-table span {
	top: 0;
	padding: 4px;
	min-width: 35px;
	min-height: 20px;
	font-weight: 700;
}

body.lawyerlistpage .lawyer .list-table .rating-average {
	margin-top: 0;
	height: auto;
}

body.lawyerlistpage .lawyer .list-table .rating-average .list-star {
	width: 85px;
	height: 15px;
	margin: 4px 0 0 0;
}

body.lawyerlistpage .grid-image img {
	width: 20px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

body.lawyerlistpage .grid-image img.stellarAccoladeBanner {
	position: absolute;
    width: 100%;
    bottom: -22px;
    right: 0px;
}

.legalOne-data-insights-banner {
    width: 100%;
    height: 40px;
    background-color: #00558D;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 37px 0;
}

.legalOne-data-insights-text {
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.legalOne-lawfirm-profile-banner {
    width: 100%;
    height: 40px;
    background-color: #00558D;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 37px;
}

.legalOne-lawfirm-profile-text {
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.list-table .merits {
	font-weight: 600;
	line-height: 1;
	margin: 2px 0;
	font-size: 1.154em;
	color: #00558D;
}

.list-table-row.rating {
	font-weight: 600;
	line-height: 1;
	margin: 2px 0;
	font-size: 1.154em;
	color: #00558D;
	padding-top: 14px;
}

.list-table-row .rank {
	display: inline-block; 
	position: absolute;
	margin-top: 4px;
}

.list-table-row.total {
	font-weight: 600;
	height: 30px;
}

/* Terms and Condition, Privacy Policy*/
.terms .headline {
	display: inline-block;
	font-size: 32px;
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	line-height: 38.4px;
	color: #002b49;
	margin: 20px 0px 10px;
}

.terms .content p,
.terms .content span,
.terms .content strong,
.terms .content ul {
	font-size: 16px;
	font-family: 'Public Sans', sans-serif;
	line-height: 24px;
	color: #303030;
	margin-bottom: 16px;
	width: 70%;
}

.about .headline {
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	color: #002b49;
	margin: 20px 0px 10px;
}
.about .content {
	width: 70%;
}

.about .content p,
.about .content span,
.about .content strong,
.about .content ul {
	font-size: 16px;
	line-height: 24px;
	color: #303030;
	margin-bottom: 16px;
}

.about .content li {
	margin: 0 0 0.8em 0;
	font-size: 1em;
}

.about .content .headline {
	font-size: 18px;
	font-weight: 600;
}


.soft404 .content {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.soft404 .logo{
    display: inline-block;
    width: 100%;
    height: 179px;
    background-image: url(./images/404Error.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
	margin-top: 50px;
}

.soft404 .headline {
    font-size: 44px;
    font-weight: 600;
    margin: 20px 0 43px 0;
}

.soft404 .description {
    font-size: 24px;
    font-weight: 600;
}

.soft404 .buttonPanel {
    margin-top: 102px;
	margin-bottom: 50px;
}

.soft404 .link-button {
    width: 235px;
    padding: 18px 40px;
    background-color: #339DC8;
    text-align: center;
    border-radius: 23px;
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 600;
}

.legalOneMerits {
	text-align: center;
	margin: 60px 0;
}

.legalOneMerits .logo{
    display: inline-block;
    width: 100%;
    height: 60px;
    background-image: url(./images/LegalOneMerits.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

.legalOneMerits .stripesDescription {
	font-size: 16px;
    line-height: 24px;
	font-weight: 700;
    color: #303030;
	margin: 32px 0;
}

.legalOneMeritClassify {
	display: flex; /* equal height of the children */
}
  
.legalOneMeritClassify .rankItem {
	flex: 1; /* additionally, equal width */
	padding: 5px 14px;
}

/* ESG */
.esgContainer {
	width: 70%;
	margin-right: auto; 
	padding: 20px;
	box-sizing: border-box;
  }
  
  .esgPageTitle {
	display: inline-block;
	font-size: 2.8em;
	font-family: "Helvetica Neue", arial, sans-serif;
	font-weight: 700;
	line-height: 38.4px;
	color: #002b49;
	margin: 20px 0px 10px;
	text-align: left;
  }
  
  .esgPageSubTitle {
	font-size: 1.6em;
	/* font-family: "Public Sans", sans-serif; */
	line-height: 24px;
	color: #303030;
	margin-bottom: 16px;
  }
  
  .esgPrinciplesList {
	margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .esgPrinciplesList li {
	margin-bottom: 12px;
	margin-left: 30px;
  }
  
  .esgContentTbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 1.4em;
  }
  
  .esgContentTbl tr.tblHeader td {
	vertical-align: middle;
  }
  
  .esgContentTbl tr.esgSerialNo td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px;
  }

  .esgContentTbl tr.esgSerialNo td p{
	text-align: left;
  }
  
  .esgContentTbl tr.esgTitle td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px;
  }

  .esgContentTbl tr.esgTitle td p {
	text-align: left;
  }
  
  .esgContentTbl tr.esgActionIntro td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px;
  }

  .esgContentTbl tr.esgActionIntro td p {
	text-align: left;
  }
  
  .esgContentTbl tr td p.esgTlbCell {
	display: flex;
	align-items: flex-start;
	gap: 5px;
  }
  
  .esgContentTbl td:first-child {
	width: 127px;
  }
  
  /* footer showing */
  .esgLink {
	color: #fff;
	font-size: 1.2em;
	width: 80%;
	display: flex;
	justify-content: flex-start;
  }

  .signinpage .esgLink, .registrationpage .esgLink{
	display: none;
  }
/*
.top-filter .select, 
.top-filter .select .select-styled {
	height: 100%;
}
.top-filter select {
	width: 100%;
	height: 100%;
	color: #2d2d2d;
	font-size: 1.2em;
	padding: 0 15px 0 5px;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
	border: 1px solid #ccc;
}
.top-filter select option {
	width: 100%;
	font-size: 1.2em;
	color: #2d2d2d;
}
.top-filter input[name="search"] {
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	padding: 0 5px;
	background-color: #fff;
    border: 1px solid #ccc;
}
.top-filter .select {
	background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}
.select-styled {
	position: relative;
}
.select-styled span {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.2em;
}
.select-styled.active span {
	color: #000;
	font-weight: 700;
}
.deals_list .filter-dropdown.select-options {
	position: absolute;
	display: none;
    padding: 30px;
	background-color: #e9e6e2;
    margin-bottom: 20px;
    overflow: hidden;
}
.deals_list .top-filter.jurisdiction-filter.active,
.deals_list .top-filter.areas-filter.active {
	border-bottom: 2px solid #aad5e4;
}
.deals_list .top-filter.active .filter-dropdown.select-options {
	display: block;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 2;
	border-top: 1px solid #aad5e4;
}
.deals_list .filter-checkbox {
	float: left;
	position: relative;
	display: inline-block;
	width: 33%;
	text-align: left;
    font-size: 1.2em;
    color: #0084BA;
	padding-right: 10px;
	padding-left: 20px;
    margin-bottom: 6px;
}
.deals_list .filter-checkbox input {
	position: absolute;
	left: 0;
	vertical-align: middle;
}
*/

/* Select filter */
/*.select-filter .select-hidden {
    display: none;
    visibility: hidden;
    max-width: 100%;
    padding-right: 10px;
}

.select-filter .select {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 42px;
    margin-bottom: 0px;
    cursor: pointer;
}
.select-filter .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}*/


/** CUSTOM SELECT **/
.top-filters {
	position: relative;
	height: auto;
	/*40px;*/
	padding-top: 5px;
	text-align: center;
	background-color: #F3F3F3;
	/*#e9e6e2;*/
}

.top-filters~.content-row,
.top-filters~.content-row.row-bottom-border {
	margin-top: 20px;
}

.top-filters:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 1000px;
	top: 0;
	left: -1000px;
	background-color: #F3F3F3;
}

.top-filters:after {
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	right: -1000px;
	background-color: #F3F3F3;
}

.select-filter {
	display: inline-block;
	vertical-align: bottom;
	height: 40px;
	margin: 0px 5px 5px;
}

.reset-filter,
.apply-filter {
	text-align: center;
	padding: 5px 0;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.7;
	background-color: #00558D;
	border: 1px solid #ccc;
	cursor: pointer;
}

.reset-filter,
.apply-filter {
	width: 60px;
}

.headoffice-filter {
	position: static;
	width: 110px;
}

.office-filter {
	position: static;
	width: 155px;
}

.admission-filter {
	position: static;
	width: 157px;
}

.fposition-filter {
	position: static;
	width: 110px;
}

.language-filter {
	position: static;
	width: 115px;
}

.year-filter {
	position: relative;
	width: 90px;
}

.jurisdiction-filter {
	width: 150px;
}

.countries-filter {
	width: 150px;
}

.countries-ddl-filter {
	width: 150px;
}

.areas-filter {
	width: 150px;
}

.search-filter {
	position: relative;
	width: 195px;
	/*170px;*/
	margin-right: 0;
}

body.deallistpage .search-filter {
	width: 170px;
}

.sort-filter {
	width: 160px;
}

body.mobile600 .headoffice-filter,
body.mobile600 .office-filter,
body.mobile600 .admission-filter,
body.mobile600 .fposition-filter,
body.mobile600 .language-filter,
body.mobile600 .year-filter,
body.mobile600 .jurisdiction-filter,
body.mobile600 .countries-filter,
body.mobile600 .countries-ddl-filter,
body.mobile600 .areas-filter,
body.mobile600 .search-filter,
body.mobile600 .sort-filter {
	position: relative;
	width: 90%;
	margin: 0 auto 5px;
	padding: 0;
}

.reset-filter {
	margin-left: 0;
}


.search-filter span {
	position: absolute;
	top: -1px;
	right: 10px;
	width: 17px;
	height: 40px;
	content: '';
	background-image: url(images/search-black@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 60%;
	cursor: pointer;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 13px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 13px;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 13px;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-size: 13px;
}

.select-filter .select-hidden {
	display: none;
	visibility: hidden;
	max-width: 100%;
	padding-right: 10px;
}

.select-filter select {
	display: none;
}

.select-filter .select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0px;
}

.select-filter input[name="search"] {
	width: 100%;
	height: 100%;
	font-size: 1.5em;
	padding: 0 25px 0 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.select-filter.jurisdiction-filter .select,
.select-filter.countries-filter .select,
.select-filter.areas-filter .select,
.select-filter.headoffice-filter .select,
.select-filter.office-filter .select,
.select-filter.admission-filter .select,
.select-filter.fposition-filter .select,
.select-filter.language-filter .select {
	position: static;
}

.select-filter .select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	font-size: 1.5em;
	line-height: 2.5;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.select-filter.jurisdiction-filter .select-styled,
.select-filter.countries-filter .select-styled,
.select-filter.countries-ddl-filter .select-styled,
.select-filter.areas-filter .select-styled,
.select-filter.headoffice-filter .select-styled,
.select-filter.office-filter .select-styled,
.select-filter.admission-filter .select-styled,
.select-filter.fposition-filter .select-styled,
.select-filter.language-filter .select-styled,
.select-filter.year-filter .select-styled,
.select-filter.sort-filter .select-styled {
	position: relative;
	height: 40px;
	border: 1px solid #ccc;
}

.select-filter .select-styled span {
	position: absolute;
	width: calc(100% - 10px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	padding: 0 5px;
}

.select-filter .select.active .select-styled span {
	color: #0084BA;
}

.select-filter .select-styled span,
.select-filter .select-styled span {
	padding-right: 15px;
}

.select-filter.year-filter .select-styled:before,
.select-filter.sort-filter .select-styled:before,
.select-filter.jurisdiction-filter .select-styled:before,
.select-filter.countries-ddl-filter .select-styled:before,
.select-filter.countries-filter .select-styled:before,
.select-filter.areas-filter .select-styled:before,
.select-filter.headoffice-filter .select-styled:before,
.select-filter.office-filter .select-styled:before,
.select-filter.admission-filter .select-styled:before,
.select-filter.fposition-filter .select-styled:before,
.select-filter.language-filter .select-styled:before {
	position: absolute;
	content: '';
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0;
}

.select-filter.year-filter.active .select-styled:before,
.select-filter.sort-filter.active .select-styled:before,
.select-filter.jurisdiction-filter.active .select-styled:before,
.select-filter.countries-ddl-filter.active .select-styled:before,
.select-filter.countries-filter.active .select-styled:before,
.select-filter.areas-filter.active .select-styled:before,
.select-filter.headoffice-filter.active .select-styled:before,
.select-filter.office-filter.active .select-styled:before,
.select-filter.admission-filter.active .select-styled:before,
.select-filter.fposition-filter.active .select-styled:before,
.select-filter.language-filter.active .select-styled:before {
	border-top: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #666;
}

.select-filter.countries-filter .select-styled.active span,
.select-filter.areas-filter .select-styled.active span,
.select-filter.jurisdiction-filter .select-styled.active span {
	color: #0084BA;
}

.select-filter ul.select-options,
.select-filter .filter-dropdown {
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
	z-index: 999;
	margin: 0;
	background-color: #F9F9F9;
	list-style: none;
}

.countries-ddl-filter ul.select-options {
	max-height: 600px;
	overflow-y: scroll;
	width: 216px;
}

.select-filter.active ul.select-options,
.select-filter.active .filter-dropdown {
	display: block;
	background-color: #DFDFDF;
}

.select-filter ul.select-options li {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 6px 20px 6px 20px;
	color: #0084BA;
	background-color: #DFDFDF;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	text-align: left;
}

.select-filter.jurisdiction-filter.active,
.deals_list .top-filter.areas-filter.active {
	border-bottom: 2px solid #aad5e4;
}

.select-filter.checkbox-filter .filter-dropdown.select-options {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 4;
	padding: 30px;
	background-color: #DFDFDF;
	margin-bottom: 20px;
	overflow: hidden;
}

/*
.select-filter.checkbox-filter.jurisdiction-filter .filter-dropdown.select-options { 
	width: 70%;
	min-width: 300px;
}*/
.select-filter.checkbox-filter.active .filter-dropdown.select-options {
	display: block;
	/*border-top: 1px solid #aad5e4;*/
}

.select-filter .filter-dropdown .filter-checkbox-container {
	position: relative;
	float: left;
	width: 33%;
	text-align: left;
}

.select-filter .filter-dropdown .filter-checkbox {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 1.5em;
	color: #0084BA;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 9px;
}

.select-filter .filter-dropdown .filter-checkbox input[type=checkbox] {
	position: absolute;
	left: -1px;
	height: 100%;
	width: 19px;
}

.filter-checkbox input,
.filter-checkbox label {
	cursor: pointer;
}

.select-filter.select-filter-first-hidden ul.select-options li:first-child {
	display: none;
}

.select-filter .select-options li:hover {
	color: #FFF;
	background: #339DC8;
}

.select-filter .select-options li[rel=hide] {
	display: none;
}


/** Member area page **/
.memberpage {
	line-height: 1.5;
}

.memberpage .header .header-corners{
	display: grid;
	padding-top: 0px;
}

.member-header-important-hidden-field{
	display: none !important;
}

.memberpage .member-header-line,
.home .header-line{
	border-top: 1px solid #dee2e6;
    width: 300px;
}

.memberpage .member-page-header-mobile{
	display: none;
}

.memberpage .member-header-user-name{
	/*font-size: 14px;
	text-align: right;
	top: -30px;
	margin: -22px 17px 5px 0px;
	text-decoration: none;*/
	text-align: right;
    font-size: 13px;
    margin-bottom: -3px;
	font-weight: 700;
	cursor: pointer;
	margin-right: 17px;
}

.memberpage .member-header-user-name a,
.memberpage .member-header-user-name-list-div a{
	color: #434142;
}

.memberpage .member-header-user-name-div{
	text-align: right;
}

.memberpage .member-header-user-name-list-div{
	position: absolute;
	top: 30px;
    left: auto;
    right: 0px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(206, 211, 217);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 16px -8px;
    box-sizing: border-box;
    margin: 0px;
    max-width: 290px;
    max-height: 90vh;
    min-width: 112px;
    overflow-y: auto;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 700;
	text-align: left;
	z-index: 1;
	margin-right: 5%;
}

.memberpage .member-header-user-name-list-div li a{
	text-decoration: none;
	padding: 20px 35px;
	cursor: pointer;
	width: 100%;
    display: block;
}

.memberpage .member-header-user-name-list-div li a:hover{
	background-color: #DFE2E6;
}

.member-header-user-name-list-div-mobile{
	display: none;
}

.memberpage .text-danger{
	color: #a94442;
    font-size: 14px;
}

member-dashboard-card-content-group .text-dander {
	color: #a94442;
	font-size: 14px;
}

.memberpage .member-page-header-sign-out{
	font-size: 9px;
}

.member-page-header{
	display: none !important;
}

.member-header-user-name{
	display: none;
}

.memberpage .member-page-header{
	display: inline-block !important;
}

.memberpage .member-page-header .beta{
	font-style: italic;
	color: #00558D;
	font-size: 14px;
	margin-right: 5px;
	font-weight: 700;
}

.memberpage .member-header-user-name{
	display: inline-block;
}

.public-header{
	display: inline-block;
}

.memberpage .public-header{
	display: none;
}

body.memberpage{
	background-color: #F0F1F2;
}

.memberpage .main{	
	justify-content: center;
	font-size: 16px;
}

.memberpage .apply-button
{
	background: none; /* Remove background color */
	border: none; /* Remove border */
	color: #00558D; /* Make the text blue, like a link */
	cursor: pointer; /* Change cursor to pointer */
	font-size: inherit; /* Inherit font size from surrounding text */
	font-family: inherit; /* Inherit font family from surrounding text */
	padding: 0; /* Remove extra padding */
}

.memberpage .apply-button:hover {
	color: #00558D; /* Change color on hover */
    text-decoration: underline;
}

.member-dashboard-multi-card{
	display: flex;
}

.member-content-header-h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin: 2px 0 24px;
}

.member-dashboard-content{
	padding-top: 20px;
}

.member-account-content{
	padding-top: 30px;
}

.center-element{
	margin: auto;
	text-align: center !important;
}

.member-remark-font{
	font-size: 13px;
    color: #636363;
    background-color: #e9e9e9;
}

.member-input-group-200px-btn{
	width: 200px !important;
}

.member-change-sector-field div.member-content-group-content-title{
	font-size: 20px;
    margin-top: 50px;
}

.member-change-sector-field #changeSectorIndexPage .member-change-sector-field-content{
    margin: 30px 90px;
}

.member-change-sector-field #changeSectorIndexPage .member-change-sector-field-select{
	margin-top: 50px;
}

.member-change-sector-field #changeSectorInformPage .member-change-sector-field-content{
    margin: 20px;
}

.member-change-sector-field #changeSectorInformPage .member-change-sector-field-select{
	width: 80%;
}

.member-change-sector-field #changeSectorInformPage .member-change-sector-field-select a+div{
	margin-top:20px;
}

.member-change-sector-field-submit-btn,
.full-size-element{
	width: 100%;
}

.member-account-setting-area{
	display: flex;
    background: white;
    border-radius: 8px;
}

.member-account-setting-area-list{
	width: 30%;
	border-right: 1px solid #CBD2D6;
}

.member-account-setting-area-list ul{
	list-style-type: none;
}

.member-account-setting-area-list li:hover{
	text-decoration: none;
	color: #000000;
	background-color: #DFE2E6;
	cursor: pointer;
}

.member-account-setting-area-list li.member-element-active{
	background-color: #0084BA;
	color: #FFF;
	cursor: default;
}

.member-account-setting-area-list li.disable-option{
	pointer-events: 'none';
	color: #888888;
    opacity: '0.6';
    cursor: default;
}

.member-account-setting-area-list li.disable-option:hover{
	background-color: #FFFFFF;
    cursor: default;
}

.member-account-setting-area-content{
	padding: 20px;
	width: 100%;
	overflow-y: auto;
    overflow-x: hidden;
}

.member-account-setting-area-content .member-input-field{
	width: 80%;
}

.member-account-access-list-method-detail{
	display: block;
}

.member-dashboard-card{
	transition: 0.3s;
  	background: white;
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 32px;
}

.member-modal-radio-input-div{
	margin-top: 20px;
	width: fit-content;
}

.member-modal-radio-input-div .member-input-space-height{
	margin-top: 10px;
}

.member-modal-radio-input-div .member-email-radio-div input{
	margin: 0px 10px;
}

.member-input-space-width-area{
	padding: 0px 20px;
}

.member-content-content{
	min-height: 79vh;
}

.member-dashboard-left{
	width: 70%;
	padding-right: 40px;
}

.member-dashboard-right{
	width: calc(100% - 70% - 24px);
}

.member-dashboard-title {
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    margin: 4px 0 27px 13px;
}

.member-dashboard-title a:hover {
	text-decoration: none;	
}

.member-dashboard-card-title{
	font-size: 22px;
    line-height: 28px;
    font-weight: bold;
	margin-bottom: 24px;
}

.member-dashboard-card .profile{
	display: flex;
}

.member-dashboard-card .contact{
	font-size: 12px;
	padding-top: 10px;
}

.member-dashboard-card .profile img{
	max-height: 218px;
}

.member-dashboard-card .profile-content{
	font-size: 11px;
    margin-left: 15px;
}

.member-dashboard-card .profile-content .position{
	position: relative;
    display: inline-block;
    color: #FFF;
    padding: 5px 8px 5px 8px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #0084BA;
    border-radius: 5px;
}

.member-dashboard-card .profile-content .lawfirm-location{
	font-size:13px;
}

.member-dashboard-fieldset-title{
	text-align: center;
}

.member-account-setting-width-line{
	border-top: 1px solid #CBD2D6;
    margin: 0 24px;
}

.member-content-content-header{
	font-size: 22px;
    line-height: 28px;
    font-weight: bold;
	margin: 15px 0;
	padding-left: 40px;
}

.member-content-content-title{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px;
    overflow-wrap: break-word;
    text-align: left;
	list-style-type: none;
	height: auto;
    min-height: 67vh;
    margin-bottom: 35px;
}

.member-content-content-title li{
	padding: 20px;
	font-size: 16px;
	margin: 0px;
}

.member-dashboard-card-subtitle{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px;
    overflow-wrap: break-word;
    width: 100%;
    text-align: left;
}

.memberpage #memberdashboard #aboutusLogo{
	width: 200px;
    margin: 17px 0;
}

.member-dashboard-card-content-group-space{
	margin-bottom: 30px;
}

.member-dashboard-bottom-space{
	padding: 10px;
}

.available-service-header {
	border-top: 1px solid #DFE2E6;
    border-bottom: 1px solid #A1AAB3;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
	width: 100%;
}

.available-service-list {
	border-bottom: 1px solid #DFE2E6;
    padding: 10px 0;
	width: 100%;
}

.available-service-title {
    padding: 4px 0;
}

.available-service-title .title-hints {
    font-size: 13.7px;
}

.service-header-strong {
	font-weight: 700;
}

.memberpage-small-text {
    font-size: 14px;
}

.member-area-btn{	
	margin-top: 20px;
	appearance: none;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    outline: 0px;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    padding: 0px 16px;
    min-width: 96px;
    width: auto;
    max-width: none;
    background-color: rgb(240, 241, 242);
	color: rgb(51, 51, 51);
    display: inline-flex;
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	text-decoration: none;
}

.member-area-btn:hover{
	text-decoration: none;
	color: #000000;
	background-color: #DFE2E6;
}

.member-area-blue-btn{	
    background-color: #0084BA;
	color: #FFF;
}

.member-area-blue-btn:hover,
.member-change-sector-seleted-btn,
.member-change-sector-seleted-btn:hover{
	color: #FFF;
	background-color: #0095DB;
}

.member-change-sector-seleted-btn{
	cursor: default;
}

#step2NextBtn{
	width: 160px;
}

.memberpage #main-content-card{
	min-height: 400px;
}

.member-dashboard-modal-card{
	margin-bottom: 32px;
	margin-top: 32px;
    padding: 32px;
	font-size: 16px;
}

.member-dashboard-content-group-content,
.member-content-group-content{
	font-size: 16px;
	margin-bottom: 25px;
}

.member-modal-window{
	margin-top: 80px;
}

.member-modal-select{
	display: grid;
}

.member-personal-info-progressbar{
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	/*counter-reset: step;*/
}

.member-personal-info-progressbar-subtitle{
	position: inherit;
	top: -55px;
	color: #D8D8D8;
	width: 33.33%;
    margin: auto;
	color: #828282;
}

.member-personal-info-progressbar-subtitle-active{
	color: #005272;
}

.member-personal-info-progressbar li {
	list-style-type: none;
	color: #828282;
	text-transform: uppercase;
	font-size: 9px;
	width: 33%;
	float: left;
	position: relative;
	text-align: center;
}

.member-personal-info-progressbar-div ul {
	margin-left: 0;
}

.member-personal-info-progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #D8D8D8;
	background: #D8D8D8;
	border-radius: 50%;
	margin: 0 auto 5px auto;
}

.member-personal-info-progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #D8D8D8;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0; /*put it behind the numbers*/
}

.member-personal-info-progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}

.member-personal-info-progressbar li.member-personal-info-progressbar-active:before{
	background: #0084BA;
	color: #0084BA;
	position: relative;
	z-index: 1;
}

.member-personal-info-progressbar li.member-personal-info-progressbar-active:after{
	background: #0084BA;
	color: #0084BA;
	z-index: 1;
}

.member-personal-info-progressbar-top-space{
	padding: 5%;
}

.member-personal-info-progressbar span{
	color: #828282;
}

.member-personal-info-progressbar-active span{
	color: #005272;
}

.member-input-group-div{
	display: grid;
	margin-bottom: 20px;
}

.member-input-group-mobile-title-div{
	display: none;
	padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.member-input-subgroup-title-div{
	left: -20px;
	padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.member-update-profile-subtitle{
	padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}


.member-input-group-mobile-title-div img,
.member-input-subgroup-title-div img{
	cursor: pointer;
}

.member-input-group-mobile-title-div span,
.member-input-subgroup-title-div span{
	top: -3px;
    position: relative;
	margin-left: 10px;
}

.member-account-setting-area-content .member-input-group-btn-div{
	margin-right: 20%;
}

.member-content-group-content-title{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px;
    overflow-wrap: break-word;
    width: 100%;
    text-align: left;
}

.member-input-field-title{
	margin-bottom: 10px;
    margin-top: 20px;
}

.member-input-radio-btn-group{
	display: flex;
	margin-top: 10px;
}

.member-input-radio-field{
	background-color: #fff;
    border: 1px solid #ccc;
	margin: 0 10px;
}

.member-input-field {
	font-size: 16px;
    padding: .48em .72em;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    border-radius: 7px;
    margin-top: 5px;
}

.member-dashboard-card-content-next-group{
	border-top: 1px solid #dee1e2;
	text-align: center;
	margin: 25px 0 25px 0;
}

.memberpage .member-input-group-back-btn,
.memberpage .member-input-group-next-btn,
.member-input-subgroup-back-btn{
	width: 12px;
}

.member-account-access-content-content .member-input-group-btn-div{
	display: block;
}

.member-content-group-padding{
	padding: 20px;
}

.member-input-group-mobile-title-div{
	display: none;
}

.member-account-access-list{
	display: flex;
	margin: auto;
	padding: 20px 10px;
	cursor: pointer;
}

.member-account-access-list:hover{
	background-color: #DFE2E6;
}

.member-account-access-list-method{
	flex: 0 0 20%;
}

.member-account-access-list-method-type{
	flex: 0 0 15%;
	color: #b3b3b3;
}

.member-account-access-list-method-detail-div {
	display: flex;
	flex: 0 0 80%;
}

.member-account-access-list-method-detail{
	flex-grow: 1;
	text-align: right;
}

.memberAccount .member-input-group-next-btn{
	margin: 0 20px;
}

.member-account-access-list + .member-account-access-list{
	border-top: 1px solid #edf0f1;
}

.input-with-btn-div{
	display: flex;
}

.input-with-btn-div .member-area-btn{
	margin-top: 5px;
    margin-left: 20px;
}

.readonly-input-field{
	background-color: #DFE2E6;
	cursor: default;
}

.member-disable-btn{
	background-color: #DFE2E6 !important;
	cursor: default;
}

.member-verif-code-div{
	margin-top: 60px;
	display: grid;
}

.member-account-access-input-errormsg{
	width: 80%;
}

.member-account-access-input-errormsg input{
	width: 100% !important;
}


.member-area-input-space-height
{
	padding-top: 10px;
}

.member-area-input-space-radio
{
	padding-left: 7px;
    padding-right: 13px;
}

.memberDashboard .small-hints-bottom-margin {
    margin-bottom: 4px;
}

.memberDashboard .small-hints-italic {
    font-style: italic;
    font-size: 14px;
    text-align: justify;
    line-height: 17px;
}

.memberDashboard .footnote {
    font-size: 14px;
    text-align: justify;
    line-height: 18.5px;
}

.memberDashboard .footnote-upper-margin {
    margin-top: 24px;
}

.memberDashboard .deal-submission-table, 
.memberDashboard .award-submission-table, 
.memberDashboard .award-form-table,
.memberDashboard .verification-submission-table {
    width: 100%;
    border-collapse: collapse;
	margin-top: 15px;
	font-size: 14px;
	overflow-x: auto;
}

.memberDashboard .deal-submission-table th, 
.memberDashboard .award-submission-table th, 
.memberDashboard .award-form-table th,
.memberDashboard .verification-submission-table th{
    border-top: 1px solid #DFE2E6;
    border-bottom: 1px solid #A1AAB3;
    padding: 8px;
    text-align: left;
}

.memberDashboard .deal-submission-table th:nth-child(1),
.memberDashboard .deal-submission-table td:nth-child(1) {
    width: 66%;
}

.memberDashboard .deal-submission-table th:nth-child(2),
.memberDashboard .deal-submission-table td:nth-child(2) {
    width: 20%;
}

.memberDashboard .deal-submission-table th:nth-child(3),
.memberDashboard .deal-submission-table td:nth-child(3){
    width: 14%;
}


.memberDashboard .award-submission-table th:nth-child(1),
.memberDashboard .award-submission-table td:nth-child(1) {
    width: 50%;
}

.memberDashboard .award-submission-table th:nth-child(2),
.memberDashboard .award-submission-table td:nth-child(2) {
    width: 22%;
}

.memberDashboard .award-submission-table th:nth-child(3),
.memberDashboard .award-submission-table td:nth-child(3){
    width: 14%;
}

.memberDashboard .award-submission-table th:nth-child(4),
.memberDashboard .award-submission-table td:nth-child(4){
    width: 14%;
}

.memberDashboard .verification-submission-table th:nth-child(1),
.memberDashboard .verification-submission-table td:nth-child(1) {
    width: 12%;
}

.memberDashboard .verification-submission-table th:nth-child(2),
.memberDashboard .verification-submission-table td:nth-child(2) {
    width: 20%;
}

.memberDashboard .verification-submission-table th:nth-child(3),
.memberDashboard .verification-submission-table td:nth-child(3) {
    width: 17%;
}

.memberDashboard .verification-submission-table th:nth-child(4),
.memberDashboard .verification-submission-table td:nth-child(4) {
    width: 17%;
}

.memberDashboard .verification-submission-table th:nth-child(5),
.memberDashboard .verification-submission-table td:nth-child(5) {
    width: 17%;
}

.memberDashboard .verification-submission-table th:nth-child(6),
.memberDashboard .verification-submission-table td:nth-child(6) {
    width: 17%;
}

/* .memberDashboard .award-form-table th:nth-child(1),
.memberDashboard .award-form-table td:nth-child(1) {
    width: 60%;
}

.memberDashboard .award-form-table th:nth-child(2),
.memberDashboard .award-form-table td:nth-child(2),
.memberDashboard .award-form-table th:nth-child(3),
.memberDashboard .award-form-table td:nth-child(3) {
    width: 15%;
} */

.memberDashboard .award-form-table th:nth-child(1),
.memberDashboard .award-form-table td:nth-child(1) {
    width: 46%;
}

.memberDashboard .award-form-table th:nth-child(2),
.memberDashboard .award-form-table td:nth-child(2) {
    width: 16%;
}

.memberDashboard .award-form-table th:nth-child(3),
.memberDashboard .award-form-table td:nth-child(3) {
    width: 12%;
}

.memberDashboard .award-form-table th:nth-child(4),
.memberDashboard .award-form-table td:nth-child(4),
.memberDashboard .award-form-table th:nth-child(5),
.memberDashboard .award-form-table td:nth-child(5) {
    width: 13%;
}

.memberDashboard .deal-submission-table td, 
.memberDashboard .award-submission-table td, 
.memberDashboard .award-form-table td,
.memberDashboard .verification-submission-table td {
    padding: 11px 8px;
    border-bottom: 1px solid #DFE2E6;
}

.memberDashboard .moreDeal{
	padding: 11px 8px;
}

.float-right-element{
	float: right;
}

.hidden-field{
	display: none;
}

.invisible-field{
	visibility: hidden;
	height: 0;
}

.other-input-group,
.other-to-free-text-group,
.other-input-group-member-update-profile,
.other-input-group-member-update-profile-full-width {
	display: flex;
}

.other-input-group select{
	width: 25%;
}

.other-input-group-member-update-profile select,
.other-input-group-member-update-profile-full-width select{
	width: 25% !important;
}

.other-input-group span,
.other-input-group-member-update-profile span,
.other-input-group-member-update-profile-full-width span{
	padding-left: 10px;
}

.other-input-group input{
	width: calc(100% - 25% - 10px);
}

.other-input-group-member-update-profile input{
	width: calc(80% - 25% - 10px) !important;
}

.other-input-group-member-update-profile-full-width input{
	width: calc(100% - 25% - 10px) !important;
}

.other-to-free-text-group select,
.other-to-free-text-group span{
	display: none;
}

.other-to-free-text-group input{
	display: block;
	width: 100%;
}

.modal-window-input-info-fieldset{
	max-width: 800px !important;
	margin-top: 90px;
}

.bs-modal .modal-window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background: rgba(0, 0, 0, 0.5);
}

.bs-modal .modal-dialog {
	position: relative;
	width: auto;
	max-width: 500px;
	margin: 1.75rem auto;
	pointer-events: auto;
    padding: 0 30px;
}

.bs-modal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bs-modal .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.bs-modal .modal-title {
	margin: 0;
	font-size: 1.25rem;
}

.bs-modal .btn-close {
	padding: 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	cursor: pointer;
	opacity: .5;
}

.bs-modal .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.bs-modal .modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
	gap: 0.5rem;
}

.bs-modal .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bs-modal .btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border: 1px solid #0d6efd;
}

.bs-modal .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border: 1px solid #6c757d;
}

.bs-modal .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bs-modal .mb-3 {
	margin-bottom: 1rem;
}

.bs-modal .fade {
	transition: opacity .15s linear;
}

.bs-modal .fade.show {
	opacity: 1;
}

.bs-modal.show .modal-window {
	display: block;
}

/* .ui-autocomplete {
		z-index: 1056 !important;
	} 
*/

/**  Site map page **/
.sitemap .heading {
	font-size: 1.5em;
	font-weight: 700;
	border-bottom: 1px solid #339DC8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #339DC8;
}

.sitemap .list-heading {
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: 400;
}

.sitemap .list-heading.dot {
	display: list-item;
	margin-left: 1em;
	list-style-type: none;
}

.sitemap .list-heading.dot:before {
	content: "\2022";
	color: #0084BA;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.sitemap .list-entry {
	position: relative;
	padding: 12px 0 20px 0;
	border-bottom: 0;
	box-sizing: border-box;
}

.sitemap .list-entries {
	padding-bottom: 0px;
}

.sitemap .list-panel {
	width: 100%;
	overflow-y: scroll;
	height: 600px;
}

/*** TEMP ***/

/*
.home-row-3 .grid-entry:nth-child(12n+1) .grid-image {
	background-image: url('images/lawyer-photo-1@2x.jpg');
	background-position: center 25%;
	background-size: 110% auto;
}
.home-row-3 .grid-entry:nth-child(12n+5) .grid-image,
	.home-row-3 .grid-entry:nth-child(12n+9) .grid-image {
	background-image: url('images/lawyer-photo-2@2x.jpg');
	background-position: center 11%;
	background-size: cover;
}
.home-row-3 .grid-entry:nth-child(12n+7) .grid-image,
.home-row-3 .grid-entry:nth-child(12n+11) .grid-image {
	background-image: url('images/lawyer-photo-3@2x.jpg');
	background-position: center 15%;
	background-size: 130% auto;
}
.home-row-3 .grid-entry:nth-child(12n+8) .grid-image,
.home-row-3 .grid-entry:nth-child(12n+12) .grid-image {
	background-image: url('images/lawyer-photo-4@2x.jpg');
	background-position: center 19%;
	background-size: 130% auto;
}


.home-row-4 .grid-image {
	background-size: 80% auto;
}
.home-row-4 .grid-entry:nth-child(3n+1) .grid-image {
	background-image: url('images/lawfirm-logo-1@2x.png');
}
.home-row-4 .grid-entry:nth-child(3n+2) .grid-image {
	background-image: url('images/lawfirm-logo-2@2x.png');
}
.home-row-4 .grid-entry:nth-child(3n+3) .grid-image {
	background-image: url('images/lawfirm-logo-3@2x.png');
}
*/

/*** END TEMP **/



.grid-heading {
	display: block;
	padding-bottom: 5px;
	font-size: 1.3em;
	/*1.2em;*/
	font-weight: 700;
}

.grid-entry:hover .grid-heading {
	/*color: #339DC8; /*#48a9cc;*/
}

.grid-text {
	color: #2d2d2d;
	/*font-size: 1.3em; /*1.2em;*/
	text-align: left;
}

.grid-text-inner {
	display: inline-block;
}

.grid-text-number {
	display: inline-block;
	font-weight: 700;
	/*width: 40px;*/
}


/** ICONS **/

.small-icons {
	display: none;
	visibility: hidden;
}

body.articlepage .small-icons,
body.dealpage .small-icons {
	display: block;
	/*border: 1px solid #ccc;*/
	padding: 5px;
	padding-bottom: 5px !important;
	/*border-radius: 5px;*/
}

.small-icon.small-icon-bookmark,
.small-icon.small-icon-email,
.small-icon.small-icon-copy {
	display: none;
}

.share-btn {
	display: none;
	position: absolute;
	right: 0;
	/*-20px;*/
	top: 35px;
	width: 235px;
	padding: 10px;
	background-color: #339DC8;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	cursor: default;
	z-index: 10;
}

.share-btn:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 8px;
	bottom: 100%;
	border: 0.75rem solid transparent;
	border-top: none;
	border-bottom-color: #339DC8;
	transform: translateX(-50%);
}

.share-btn>a {
	display: inline-block;
	/* font-size: 12px;
  font-family: Verdana, Arial; */
	font: 0/0 a;
	color: transparent;
	width: 36px;
	height: 36px;
	margin: 2px;
	border-radius: 100%;
	border: 0;
	vertical-align: middle;
}

.share-btn>a.btn-linkedin {
	background: #007AB9 url('images/linkedin.svg') no-repeat center center;
}

.share-btn>a.btn-facebook {
	background: #3c589a url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center;
}

.share-btn>a.btn-twitter {
	background: #55acee url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center;
}

.share-btn>a.btn-mail {
	background: #e33737 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center;
}

.share-btn>a.btn-copy {
	background: #ccc url(images/icon-copy-white@2x.png) no-repeat center center;
	background-size: 40%;
}

.share-btn>a:hover {
	cursor: pointer;
}

.list-entry:hover .small-icons,
.grid-entry:hover .small-icons,
.list-container:hover .small-icons {
	visibility: visible;
}

.content-block-2col .small-icons,
.content-block-3col .small-icons {
	/* float: right; */
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 10;
}

.content-block-2col .small-icon,
.content-block-3col .small-icon {
	position: relative;
}

.content-block-2col-small .small-icons {
	bottom: 5px;
}

.content-block-2col .list-entry-large .small-icons {
	bottom: 15px;
}

.content-block-grids .small-icons {
	width: 207px;
	height: 17px;
	text-align: right;
	margin: 13px auto;
}

.small-icon {
	position: relative;
	display: inline-block;
	width: 65px;
	/*21px;*/
	height: 17px;
	background-position: 0 0;
	/* grey */
	background-repeat: no-repeat;
	background-size: 21px 117px;
	cursor: pointer;
	text-align: right;
}

.small-icon span.description {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	line-height: 17px;
	text-transform: uppercase;
}

.small-icon:first-child {
	margin-left: 0;
}

.small-icon:hover {
	background-position: 0 -50px;
	/* blue */
}

.small-icon:hover span.description {
	color: #0084BA;
}

.content-block-2col .small-icon {
	margin-left: 9px;
}

.content-block-grids .small-icon {
	margin-left: 5px;
}

.content-block-2col-small .small-icon {
	background-position: 0 -50px;
	/* blue */
}

.content-block-2col-small .small-icon:hover {
	background-position: 0 -100px;
	/* white */
}

.small-icon-bookmark {
	background-image: url('images/icon-sprite-bookmark@2x.png');
}

.small-icon-share {
	background-image: url('images/icon-sprite-share@2x.png');
}

.small-icon-email {
	background-image: url('images/icon-sprite-email@2x.png');
}

.small-icon-copy {
	background-image: url('images/icon-sprite-copy@2x.png');
}

.small-icon-website {
	background-image: url('images/icon-sprite-website@2x.png');
}

.small-icon-phone {
	background-image: url('images/icon-sprite-phone@2x.png');
}

.small-icon-wechat {
	background-image: url('images/icon-sprite-wechat@2x.png');
}

.small-icon-profile {
	background-image: url('images/icon-sprite-profile@2x.png');
}

.small-icon-link {
	background-image: url('images/icon-sprite-link@2x.png');
}

/* PRACTICE AREAS */

.content-row.row-bg-grey {
	background-color: #efefef;
}

.area-directory {
	display: block;
}

body.articlepage .area-directory {
	display: block;
}

.area-directory .content-block-heading {
	margin-bottom: 0;
}

.area-list {
	overflow: hidden;
	text-align: left;
}

.area-list h2 {
	margin-bottom: 30px;
	text-align: center;
}

.area-list ul {
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
	padding: 0 40px 0 0;
	border-right: 0;
}

.area-list ul:last-child {
	margin-right: 0;
	padding: 0;
}

.area-list li {
	display: block;
	font-size: 1em;
	margin-bottom: 16px;
}

.area-list li:last-child {
	margin-bottom: 0;
}

.area-list li a {
	font-size: 1.2em;
	font-weight: 700;
	/*padding: 3px 6px;*/
	cursor: pointer;
}

.area-list li a:hover {
	color: #F9AF48;
	/*#FFF !important;*/
	opacity: 0.8;
}

.carouselImages {
	aspect-ratio: 3/2;
	object-fit: cover;
}

/*
.area-list ul li.color-1 a {
	display:inline-block;
	color: #FFF;
	background-color: #ea5353;
}
.area-list ul li.color-2 a {
	display:inline-block;
	color: #FFF;
	background-color: #12ac73;
}
.area-list ul li.color-3 a {
	display:inline-block;
	color: #FFF;
	background-color: #5e95fb;
}
.area-list ul li.color-4 a {
	display:inline-block;
	color: #FFF;
	background-color: #00c1c1;
}
.area-list ul li.color-5 a {
	display:inline-block;
	color: #FFF;
	background-color: #b708a1;
}
.area-list ul li.color-6 a {
	display:inline-block;
	color: #FFF;
	background-color: #f6790d;
}
*/
.area-list ul li a {
	color: #0084BA;
	background-color: transparent;
}

#alertMsg {
	z-index: 99999;
	font-size: 16px;
}

.cookie-notice {
	position: fixed;
	z-index: 999999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	color: #000;
	border-top: 2px solid #0084BA;
	text-align: left;
	padding: 30px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}

.cookie-notice-text {
	display: block;
	margin-right: 40px;
	font-size: 16px;
	flex: 1 1 auto;
	max-width: 100%;
}

.cookie-notice-ok {
	display: inline-block;
	border: 1px #0084BA solid;
	width: 100px;
	padding: 10px;
	color: #FFF;
	font-weight: 600;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	background-color: #0084BA;
}

.cookiesPolicy-anchor {
	height: 90px;
}

/* submission form */

.dealSubmission .formInputField {
    width: 50%;
    height: 100%;
	font-size: 16px;
    padding: .48em .72em;
    background-color: #fff;
    border: 1px solid #ccc;
}

.dealSubmission .registration-formInputField{
	width: 100%;
}

.registration-content select, .registration-content datalist{
	-webkit-appearance: none;
}
.dealSubmission .text-danger {
    color: #a94442;
    font-size: 14px;
}

.dealSubmission .small-hints {
    font-style: italic;
    font-size: 14px;
    text-align: justify;
	line-height: 17px;
}

.dealSubmission .small-bottom-margin {
	margin-bottom: 4px;
}

.dealSubmission .bottom-margin {
	margin-bottom: 36px;
}

.dealSubmission .content{
	font-size: 16px;
	line-height: 24px;
	color: #303030;
	margin-bottom: 16px;
	width: 70%;
}

.forget-password-title{
	font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #696969;
}

.registration .text-danger,
.text-danger {
    color: #a94442;
    font-size: 14px;
}

.registration #step3 .reg-input-margin {
    margin: 15px 0 31px 0;
}

.signIn .formInputField,
.forget-password .formInputField,
.registration .formInputField,
.member-personal-info-fieldset .formInputField{
    width: 50%;
    height: 100%;
	font-size: 16px;
    padding: .48em .72em;
    background-color: #fff;
    border: 1px solid #ccc;
}

.signIn .content,
.forget-password .content,
.registration .content{
	font-size: 16px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 16px;
}

.signIn .sign-in-content,
.registration .reg-content {
	width: 100%;
}

.signIn .sign-in-card{
	width: 400px;
	/*height: 600px;*/
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
  	border-radius: 5px;
	margin: auto;
}

.forget-password-card{
	width: 400px;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding-bottom: 45px;
}

.forget-password .string-div{
	margin-top: 20px;
}

.forget-password .member-input-group-div label,
.forget-password .member-input-group-div .text-danger{
	text-align: left;
}

.forget-password .forget-password-input .forget-password-input-field {
    width: 100%;
    height: 40px;
    border-radius: 7px;
}

.forget-password .forget-password-card .forget-password-margin {
    margin: 0 10% 20px;
}

.forget-password .member-dashboard-content-group-content{
	margin-top: 25px;
}

.forget-password .forget-password-card .forget-password-button {
    text-align: center;
    padding: 5px 10px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.7;
    background-color: #00558D;
    border: 1px solid #00558D;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
}


.registration .reg-card{
	width: 600px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
  	border-radius: 5px;
	margin: auto;
	position: relative;
}

.registration .reg-fieldset-title{
	font-size: 18px;
    font-weight: bold;
    color: #565656;
	display:none;
}

.registration .reg-label-div{
	width: 30%;
    margin-top: 2%;
}

.registration .reg-input-div{
	width: 59%;
}

.registration .reg-input-space-area{
	width: 6%;
}

.registration .reg-input-space-height,
.member-personal-info-fieldset .reg-input-space-height{
	padding-top: 10px;
}

.signIn .sign-in-input-space-height{
	padding-top: 45px;
}

.registration .reg-input-space-radio{
	width: 10px;
}

.registration #step3 .reg-label-div{
	text-align: right;
}

.registration .reg-progressbar-div{
	text-align: center;
}

.registration .reg-progressbar-top-space{
	padding: 5%;
}

.forget-password-top-space{
	padding: 10px;
}

.signIn .sign-in-card img,
.forget-password .forget-password-card img{
	max-width: 50%;
	margin: 15% 25% 10% 25%;
}

.signIn .sign-in-card .sign-in-margin{
	margin: 0 10% 20px;
}

.signIn .sign-in-card .sign-in-form-line{
	border-top: 1px solid #CBD2D6;
	text-align: center;
	margin: 25px 10% 0px 10%;
}

.sign-in-card .sign-in-form-line .sign-in-form-line-topword{
	background-color: #fff;
    padding: 0 0.5em;
    position: relative;
    color: #6c7378;
    top: -0.7em;
}

.signIn .sign-in-input{
	width: 80%;
}

.registration .reg-input-margin,
.member-personal-info-fieldset .reg-input-margin
 {
    margin: 3% 0 3% 0;
}

.signIn .sign-in-input .sign-in-input-field,
.forget-password .forget-password-input .forget-password-input-field,
.reg-input .reg-input-field{
	width: 100%;
	height: 40px;
	border-radius: 7px;
}

.reg-input .promoCode {
	width: 40%;
	margin-left: 10px;
}

.sign-in-input .sign-in-input-field:focus,
.reg-input .reg-input-field:focus{
	border: 2px solid #0095DB;
}

.sign-in-input .sign-in-input-field:hover,
.reg-input .reg-input-field:hover{
	border-color: #0095DB;
}

.signIn .sign-in-card .sign-in-button {
	text-align: center;
    padding: 5px 10px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.7;
    background-color: #00558D;
    border: 1px solid #00558D;
    cursor: pointer;
	width: 100%;
	padding: 10px 20px 10px 20px;
    border-radius: 100px;
}

.signIn .sign-in-card .sign-up-button {
	text-align: center;
    padding: 5px 10px;
	color: #666666;
    font-size: 15px;
    line-height: 1.7;
    background-color: #ffffff;
    border: 1px solid #ccc;
    cursor: pointer;
	width: 100%;
	padding: 10px 20px 10px 20px;
    border-radius: 100px;
	text-decoration: none;
	display: block;
}

.registration .reg-fieldset{
	background: white;
	border: 0 none;
	border-radius: 3px;
	/*padding: 20px 30px;*/
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	/*stacking fieldsets above each other*/
	position: relative;
}

.registration .reg-fieldset:not(:first-of-type){
	display: none;
}

.registration .reg-progressbar{
	margin-bottom: 30px;
	overflow: hidden;
	margin: 0 0 -45px 0;
	/*CSS counters to number the steps*/
	counter-reset: step;
}

.registration .reg-progressbar-div a img{
	max-width: 200px;
	margin-bottom: 40px;
}

.registration .reg-progressbar-div .reg-step-logo{	
    position: inherit;
	top: -55px;
	width: 50px;
	height: 50px;
}

.registration .reg-progressbar-subtitle{
	position: inherit;
	top: -55px;
	color: #D8D8D8;
	width: 33.33%;
    margin: auto;
	color: #828282;
}

.registration .reg-progressbar-subtitle-active{
	color: #005272;
}

.registration .reg-progressbar-subtitle-div{
	position: relative;
    top: 35px;
    font-size: 13px;
}

.registration .reg-progressbar li {
	list-style-type: none;
	color: #D8D8D8;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}

.registration .reg-progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 50px;
	line-height: 50px;
	display: block;
	font-size: 10px;
	/*color: #333;*/
	background: #D8D8D8;
	border-radius: 50%;
	margin: 0 auto 5px auto;
}

.registration .reg-progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #D8D8D8;
	position: absolute;
	left: -50%;
	top: 24px;
	z-index: -1; /*put it behind the numbers*/
}

.registration .reg-progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}

.registration .reg-progressbar li.reg-progressbar-active:before,  
.registration .reg-progressbar li.reg-progressbar-active:after{
	background: #0084BA;
	color: #0084BA;
}

.registration .reg-button{
	text-align: center;
    padding: 5px 10px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.7;
    background-color: #00558D;
    border: 1px solid #00558D;
    cursor: pointer;
	width: 30%;
	/*padding: 10px 20px 10px 20px;*/
	height: 50px;
    border-radius: 100px;
	text-decoration: none;
	margin: 5% 0% 5% 70%;
}

.registration .reg-resend-button,
.member-info-resend-button{
	/*padding: 0%;
	margin: 0%;
	height: 40px;
	width: 30%;*/
	color: #0095DB;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	background-color: #FFF;
	margin-top: 10px;
}

.registration .reg-resend-button-disable,
.member-info-resend-button-disable{
	cursor: default;
	color: #828282;
}

body.signinpage,
body.registrationpage {
	/*position: relative;
	min-height: 100vh;
	height: auto;*/
	height: 100%;
}

/* .signIn .sign-in-content{
	padding-bottom: 140px;
} */
/* .registration .reg-content{
	padding-bottom: 100px;
} */

.signinpage .header,
.signinpage .footer-top,
.signinpage .footer-middle,
.registrationpage .header,
.registrationpage .footer-top,
.registrationpage .footer-middle,
.forgetpasswordpage .header,
.forgetpasswordpage .footer-top,
.forgetpasswordpage .footer-middle{
	display: none;
}

.signinpage .footer,
.signinpage .footer-bottom,
.signinpage .copyright,
.signinpage .copyright a,
.registrationpage .footer,
.registrationpage .footer-bottom,
.registrationpage .copyright,
.registrationpage .copyright a,
.forgetpasswordpage .footer,
.forgetpasswordpage .footer-bottom,
.forgetpasswordpage .copyright,
.forgetpasswordpage .copyright a{
	background-color: #FFF;
	color: #303030 !important;
	text-align: center;
}

.signinpage .copyright, .registrationpage .copyright {
	width: 100%;
}

/* .signinpage .main,
.forgetpasswordpage .main{
	margin: 10% auto 0;
	min-height: 0;
} */

.forgetpasswordpage #confirm-text {
	margin-bottom: 80px;
    text-align: justify;
}

.forgetpasswordpage #confirm-text-next {
	width: 100%;
	text-align: center;
}

.signinpage .footer,
.registrationpage .footer {
	/* padding: 0; */
	/* position: absolute;  */
	width: 100%; 
	text-align: center; 
	bottom: 15px;
}

.signinpage .privacy-policy-agreement {
	padding-top: 10px;
    padding-bottom: 59px;
    font-size: 14px;
    text-align: justify;
}

.sign-in-card .sign-in-button:hover,
.reg-card .reg-button:hover {
	border-color: #0095DB;
	background-color: #0095DB;
}

.sign-in-card .sign-up-button:hover {
	border-color: #0095DB;
	color: #0095DB;
}
.dealSubmission .content .introduction{
	font-size: 14px;	
}

.dealSubmission .submitButton {
	text-align: center;
	padding: 5px 10px;
	color: #FFF;
    font-size: 15px;
	line-height: 1.7;
	background-color: #00558D;
	border: 1px solid #ccc;
	cursor: pointer;
}

.dealSubmission .registration-submitButton {
	margin-bottom: 40px;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
}

.dealSubmission .login-submitButton {
	margin-bottom: 40px;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	width: 100%;
}

.dealSubmission .registration-content {
	width: 100%;
	max-width: 1021px;
}

.dealSubmission .login-content {
	width: 100% !important;
}

.dealSubmission .login-content-rightside {
	margin-top: 3%;
    margin-left: 10%;
}
.dealSubmission .content .headline {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
}

.dealSubmission .content .reg-headline {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 30px;
	padding-top: 6px;
}


.form-section .multi-input-row {
	display: flex;
}

.form-section .reg-email-radio-div {
	line-height: 16px;
	margin-top: 4px;
}

.form-section .lable-with-input-col {
	display: block;
}

.registration-content .form-section .reg-salutation {
	width: 22%;
}

.registration-content .form-section .reg-firstName {
	width: 39%;
	margin: 0 25px 20px 20px;
}

.registration-content .form-section .reg-lastName {
	width: 39%;
}

.registration-content .form-section .reg-partner {
	padding: .48em .72em;
}

.registration-content .form-section .reg-select-first-option {
	text-align: center;
}

.registration-content .form-section .registration-formInputField option:hover{
	background-color: #339DC8;
	color: white;
}

.registration-content .form-section .registration-formInputField option[selected]{
	background-color: #339DC8;
	color: white;
}

.registration-autocompleted-list{
	font-size:16px !important;
	max-height: 300px;
	max-width: 100%;
	overflow-y:auto;
	overflow-x:hidden;
	display: inline-block;
}

.registration-autocompleted-list .ui-menu-item .ui-state-active{
	border-color: #767676;
	background-color: #767676;
	color: white;
}

.form-section .two-row-input {
	width: 48%;
	margin: 0 0 20px;
}

.form-section .one-row-input {
	width: 100%;
	margin: 0 0 20px;
}

.form-section .input-space-area{
	width: 4%;
}

.form-section .other-option {
	width: 130px !important;
	margin-right: 10px;
}
.display-none {
    display: none;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    top: 25%;
    left: 50%;
    position: fixed;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#registrationResult {
	margin: 10px 0 38px 0;
}

#registrationResult div {
	margin-bottom: 10px;
}

#confirmationInProgress{
	margin: 30px 0 100px 0;
}

#confirmationResult {
	margin: 10px 0 50px 0;
}

/*Stellar Accolade*/
.stellarAccoladeBannerBgd
{
    background-image: url('./images/Stellar.Accolade.Left.Bgd.png'), url('./images/Stellar.Accolade.Right.Bgd.png');
    background-position: left bottom, right bottom;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
	background-color: #00558D;
	border-radius: 25px;
    padding: 20px 220px;
	margin-bottom: 18px;
}

.content .content-article .stellarAccoladeBannerBgd div.lawyerName
{
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 15px;;
}

.content .content-article .stellarAccoladeBannerBgd div
{
	color: white;	
	margin-bottom: 5px;;
}

.content .content-article .stellarAccoladeContent
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: break-word;
	padding: 0 18px;
	margin-top: 10px;
	transition: max-height 0.6s ease-out;
	max-height: 63px;
	position: relative;
}

.content .content-article .blue-ribbon .stellarAccoladeContent
{ 
	display: flex; 
	flex-direction: column;
	-webkit-line-clamp: 6;
	max-height: 126px;
}

.content .content-article .stellarAccoladeContent p
{
    margin-bottom: 9px !important;
	padding: 0 !important;
}

.content .content-article .stellarAccoladeContent .alternative-language-start
{
    margin-top: 1.5em;
}

.content .content-article .stellarAccoladeContent::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%; /* Adjust this to control how much of the text is "blurred" */
	background: linear-gradient(to bottom, rgba(255,255,255,0.01) 9%, white 91%);
}

.content .content-article .stellarAccoladeContentExpand
{
	display: block;
	max-height: auto;
}

.content .content-article .stellarAccoladeContentExpand::after
{
	width: 0;
	height: 0;
	background: transparent;
}

.content .content-article .stellarAccoladeRegion 
{
	text-align: left;	
    position: relative;
	margin-bottom: 10px;
}

.content .content-article .stellarAccoladeRegion span
{
	color: #00558d;
	font-size: 18.5pt !important;
	font-weight: 700 !important;
    display: inline-block;
	width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #aaa;
	line-height: 23pt !important;
}

.content .content-article .stellarAccoladeRegion span:after 
{
    content: "";
    position: absolute;
    background-image: url(images/plus_sign.png);
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    right: 5px;
    top: 26px;
}

.content .content-article .stellarAccoladeRegionExpand span:after 
{
    content: "";
    position: absolute;
    background-image: url(images/minus_sign.png);
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    right: 5px;
    top: 26px;
}


.content .content-article .stellarAccoladeRegionContentHidden 
{
	max-height: 0;
	overflow: hidden;
}

.content .content-article .stellarAccoladeFeature 
{
	text-align: center;
}

.content .content-article .stellarAccoladeFeature span
{
	color: #00558d;
	font-size: 20pt !important;
	font-weight: 700 !important;
}

/* .content .content-article .stellarAccoladeContent p
{
	margin-bottom: 5px !important;
} */

.stellar-novo-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px; 
	background-color: #092E45;
	margin: 41px 0;
}
   
.stellar-novo-title label {
	text-align: center;
	color: white;
	font-size: 26px;
	font-weight: 700;	
}

.stellar-novo .sa-lawyer-detail-no-profile .sa-lawyer-detail-verticalMiddle .sa-lawyer-detail-left-no-profile, .DOFY_lawfirm_detail{
	width: 100%;
}


.blue-ribbon-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px; 
	background-color: #000A5A;
	margin: 41px 0;
}
   
.blue-ribbon-title label {
	text-align: center;
	color: white;
	font-size: 26px;
	font-weight: 700;	
}

.GBA-title {
	background-color: #182A58 !important;
}

.GBA-return-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 50%;
    min-width: 400px;
    border-radius: 20px;
	cursor: pointer;
}

.GBA-return-bar a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 14pt;
	font-weight: 700;
}

.GBA-return-bar:active {
    background-color: #182A58;
    transform: scale(0.98);
}

.GBA-return-bar:hover {
    background-color: #182A58; /* Slightly lighter blue on hover */
    transition: background-color 0.2s ease; /* Smooth transition */
}

.fourty-five-title {
	background-color: #515359;
}

.elite-100-title {
	background-color: #061846;
}

.elite-100-title label {
	color: #DCAA71;
}

.blue-ribbon .sa-lawyer-detail-no-profile .sa-lawyer-detail-verticalMiddle .sa-lawyer-detail-left-no-profile, .DOFY_lawfirm_detail{
	width: 100%;
}

.view-profile-three-line-contact-up {
	display: inline;
}

.view-profile-three-line-contact-down {
	display: none;
}

.content .content-article .expandButton,
.content .content-article .blue-ribbon-expandButton,
.content .content-article .compressButton,
.content-article .blue-ribbon-compressButton  {
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: right;
	outline: none;
	font-size: 15px;
	color: #00558D;
    font-style: italic;
    text-decoration: underline;
}

.content .content-article .compressButton, 
.content .content-article .blue-ribbon-compressButton
{
	display: none;
}

.blue-ribbon .sa-card .sa-lawyer-detail-long-name .sa-lawyer-detail-verticalMiddle .view-profile,
.blue-ribbon .sa-card .sa-lawyer-detail-long-email .sa-lawyer-detail-verticalMiddle .view-profile,
.blue-ribbon .sa-card .sa-lawyer-detail .sa-lawyer-detail-verticalMiddle .view-profile,
.blue-ribbon .sa-card .sa-lawyer-detail .DOFY_lawfirm_detail .view-profile{
	margin-top: 10px;
}

/* .stellarAccoladeBanner {
    margin-top: -12px;
    z-index: 9999;
    position: relative;
} */

.sa-lawyer {
	margin-bottom: 23px;
}

.sa-card {
	position: relative;
}


.sa-lawyer-detail,
.sa-lawyer-detail-long-email,
.sa-lawyer-detail-long-name 
{
	position: absolute;
	top: 0px;
	left: 50px;
	display: flex;
	flex-wrap: wrap;  
	width: 63%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.sa-lawyer-detail-no-profile 
{
	position: absolute;
	top: 0px;
	left: 50px;
	display: flex;
	flex-wrap: wrap;  
	width: 87%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.sa-lawyer-detail-verticalMiddle,
.DOFY_lawfirm_detail
{
	margin: auto 0; 
	display: flex; 
	flex-wrap: wrap;
}

.sa-lawyer-detail-left
{
	flex: 44%;
	color: white; 
	padding-right: 2px;
}
  
.sa-lawyer-detail-right
{
	flex: 54%;
	color: white; 
}

.sa-lawyer-detail-no-profile {
	flex: 100%;
	color: white; 
}

.content .content-article div.sa-lawyer-detail-name
{
	font-size: 27px !important;
	font-weight: 700;
	margin-bottom: 4px;
	color: white; 
	width: 100%;
	text-align: left;
	line-height: 1em !important;
}

.content .content-article .blue-ribbon div.sa-lawyer-detail-name
{
	font-size: 26px !important;
}

.content .content-article .elite-100 div.sa-lawyer-detail-name,
.content .content-article .elite-100 span.sa-lawyer-detail-item
{
	color: #DCAA71;
}

.content .content-article div.second-name
{
	margin-top: 6px;
}

.content .content-article .counsel-award div.second-name
{
    margin-top: 2px;
    margin-bottom: 8px;
}

.content .content-article .lawfirm-award div.second-name
{
    margin-top: 15px;
    margin-bottom: 9px;
}

.content .content-article span.sa-lawyer-detail-item {
	font-size: 16px !important;
}

.content .content-article .blue-ribbon span.sa-lawyer-detail-item {
	font-size: 15px !important;
}

.content .content-article .counsel-award span.sa-counsel-title-item {
	font-size: 20px !important;
	font-weight: 700;
}

.sa-lawyer-detail-item,
.sa-lawyer-detail-empty-item
{
	margin: 10px 0;
	display: block;
}

.content .content-article div.sa-lawyer-detail-practice-area {
	font-size: 14.5px !important;
    width: 100%;
    color: #DCAA71;
    text-align: left;
    margin-bottom: 10px;
    font-style: italic;
}

.content .content-article div.view-profile {
	line-height: 0 !important;
}

.content .content-article div.view-profile-three-line-contact-up img,
.content .content-article div.view-profile-three-line-contact-down img
{
	margin-top: 10px;
}

.content .content-article div.view-profile-three-line-contact-up,
.content .content-article div.view-profile-three-line-contact-down {
	line-height: 0 !important;
}

.team-lawyer-panel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 5px 0;
}

.team-lawyer-panel .item{
	width: 33%; 
}

.team-lawyer-grid-top {
    display: inline-block;
    width: 100%;
    padding-top: 17px;
    margin-bottom: 0;
}

.team-lawyer-grid-image {
    display: block;
    height: 0;
    position: relative;
    float: left;
    width: 25%;
    padding-bottom: 35%;
    border-radius: 0;
    margin: 0;
    background-color: #EDEBEB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team-lawyer-grid-detail {
    float: left;
    width: 75%;
    padding-left: 7px;
    margin: 0;
}

.team-lawyer-grid-top .team-lawyer-grid-detail .lawyer-position {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 1.1em;
    padding: 5px 8px 5px 8px;
    background-position: left center;
    margin-bottom: 7px;
    background: #0084BA;
    border-radius: 5px;
}

.team-lawyer-grid-top .team-lawyer-grid-detail .contact {
    font-size: 1.4em;
    margin-bottom: 7px;
}


.team-lawyer-grid-top .team-lawyer-grid-detail .lawyer-name {
    display: block;
    font-family: 'Helvetica Neue', arial, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
	margin-top: 0;
    margin-bottom: 8px;
}

.lawyer-info .text{
	margin-top: 10px;
	margin-bottom: 10px;
}

.team-player-address-row {
	margin: 25px auto;
}

.team-player-address-row .text {
	margin-bottom: 10px;
}

.team-player-lawfirm-link {
    width: 80%;
    padding: 20px 5px;
    text-align: center;
    margin: 40px auto;
    background-color: #efefef;
}

/* The Modal (background) */
.signup-button {
    position: fixed;
    z-index: 999;
    top: calc(100% - 90px);
    right: 23px;
    width: 85px;
}

.signup-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .signup-modal-content {
    background-color: transparent;
    margin: auto;
    padding: 20px;
    max-width: 580px;
    width: 100%;
    height: 100%;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: calc(50% + 213px);
    top: 62px;
	z-index: 99999;
}
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }

.doty-table {
	display: grid;
	grid-template-columns: repeat(5);
	background-color: #E7F3F8;
}

.doty-table-cell {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
    padding: 0.5em 0.75em;
}

.doty-table .table-header, .doty-table .mobile-table-header{
	background-color: #A1CEE4;
	font-weight: 700;
}

.doty-table div.mobile-table-header {
	font-size: 0.9em !important;
}

.doty-table .header-container{
	height: 100%;
	width: 100%;
	display: table;
}

.doty-table div.header-cell{
	display: table-cell;
    vertical-align: bottom;
}

.doty-table .highlight{
	background-color: #D2E8F2;
	border-top: 1px solid #E7F3F8;
    border-bottom: 1px solid #E7F3F8;
}

.content .doty-table-footer div
{
	font-size: 0.8em !important;
}

.doty-table .mobile-table-header, .doty-table-footer{
	display: none;
}

.doty-table .meritIcon span{
	/* padding-left: 11px;
    padding-right: 0;
	min-width: 41px; */
	margin-right: 0;
}

.doty-table .lawfirm-name {
	min-width: 293px;
	text-align: left;
}

.doty-table-colspan-6 {
	grid-column: span 6;
}

.doty-table span.subscript {
	vertical-align: top; 
	font-size: 12px !important;
	line-height: 0 !important;
}

/* .doty-table .totaldeals:after {
	content: 'Total Deals';
}
.doty-table .distinguished:after {
	content: 'Distinguished';
}
.doty-table .exemplary:after {
	content: 'Exemplary';
}
.doty-table .remarkable:after {
	content: 'Remarkable';
} */

.content .content-article div.doty-articleBanner {
	margin: -10px 0 10px 0;
}

.content .content-article div.doty-header-container {
    position: relative;
    width: 100%;
	font-size: 1.3em !important;
    justify-content: center;
    align-items: center;
}

.doty-legalOne-merits:before {
	content: 'LegalOne Merits League Table (by Rating)';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	padding: 0 2px;
}

.doty-legalOne-merits-total:before {
	content: 'LegalOne Merits League Table (by Total)';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	padding: 0 2px;
}

.content .content-article div.doty-deal-list-header-bkgnd {
    background-image: url(./images/DOTY/DOTY.China.2023.Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 27px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 1.3em !important;
}

.content .content-article div.doty-deal-list-merit-icon {
    margin: 18px 0;
}

.file-upload-button:hover {
    background: #0056b3;
}

/* Image Preview Styling */
.image-preview-container {
  position: relative;
  margin-top: 15px;
  width: 150px;
  height: 150px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-image-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.remove-image-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Document Upload Container */
.document-upload-container {
  width: 80%;;
  /* font-family: Arial, sans-serif; */
}

/* Upload Wrapper */
.document-upload-wrapper, .file-upload-wrapper {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 3px;
  background: #f9f9f9;
  width: 100%;
  height: 40px;
}

/* Upload Label */
.document-upload-label, .file-upload-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width:100%,
}

.document-upload-label:hover, .file-upload-label:hover {
    background: #f0f0f0;
    border-color: #ccc;
}

.document-upload-text, .file-upload-text {
  color: #555;
  font-size: 14px;
}

.document-upload-button, .file-upload-button {
  background: #007bff;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s;
  margin-left: auto;
}

.document-upload-button:hover {
  background: #0056b3;
}

.document-upload-input, .file-upload-input {
  display: none;
}

/* Hint Text */
.document-upload-hint, .upload-hint {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}

/* Document Preview */
.document-preview {
  margin-top: 15px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.document-preview-content {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.document-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.document-name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-remove-btn {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.document-remove-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Multi-select styling */
select[multiple] {
    height: auto;
    min-height: 100px;
    width: 100%;
}

.practice-area-field {
    margin-bottom: 0;
    padding-bottom: 5px;
	border-bottom: none;
}

.practice-area-field:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.btn-add-more {
    background-color: transparent;
    border: 1px dashed #6c757d;
    color: #6c757d;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
	margin-top: 10px;
}

.btn-add-more:hover {
    background-color: #f8f9fa;
}

.btn-remove-practice {
    align-self: center; 
    margin-left: 10px; 
    margin-bottom: 0; 
    background: none;
    border: 1px solid #dc3545; 
    border-radius: 4px;
    color: #dc3545;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 13px; 
    transition: all 0.2s ease;
}
.btn-remove-practice:hover {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545;
}

.member-input-field.practice-area-select {
    padding: 8px 12px;
    box-sizing: border-box;
	width: 100%;
}

.practice-area-div {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 0;
}

.practice-area-other {
	margin-top: 5px;
	width: 100% !important;

}

.practice-area-left {
	width: 100%;
}

.salutation-width{
    display: inline-block;
    position: relative;
    margin: 0;
    width: 14%;    
}

.code-width{
    display: inline-block;
    position: relative;
    margin: 0;
    width: 20%;
	min-width: 108px;  
}

.same-row {
    display: flex;
    justify-content: space-around;
	/* width: 80%; */
	margin-bottom: 20px;
}

.first-name-width{
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
    width: 43%;
}

.last-name-width{
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
    width: 43%;
}

.phone-number-width{
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
    width: 80%;
	min-width: 187px;
}

.member-input-field-full-width {
	width: 100% !important;
	margin-bottom: 0;
}

.small-hints {
    font-style: italic;
    font-size: 12px;
    text-align: justify;
    padding: 3px 0 3px 0;
}

.question-half-width {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 48%;
}

.question-space {
    width: 4%;
}

.half-row {
	width: 48%
}

.business-email-width {
	min-width: 315px;;
	width: 100% !important;
	display: inline-block;
    position: relative;
    margin: 0;
}

.choiceOfLocalEnglishAddress {
	display: inline-block;
}

#city, #country {
	min-width: 88px;
}

.member-dashboard-card-content-paragraph {
	/* font-size: 14px;
	line-height: 1.5;
	color: #333; */
	margin-bottom: 15px;
}

.member-dashboard-content-group {
	margin-bottom: 20px
}

.member-dashboard-li-bold {
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	text-align: left;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.success-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
.checkmark {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #58d55c;
	position: relative;
	margin-bottom: 20px;
}
.crossmark {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #f44336;
	position: relative;
	margin-bottom: 20px;
}
.checkmark:after {
	content: "";
	position: absolute;
	left: 25px;
	top: 10px;
	width: 20px;
	height: 40px;
	border: solid white;
	border-width: 0 5px 5px 0;
	transform: rotate(45deg);
}
.crossmark:before, .crossmark:after {
	content: "";
	position: absolute;
	top: 35px;
	left: 15px;
	width: 45px;
	height: 5px;
	background: white;
}
.crossmark:before {
	transform: rotate(45deg);
}
.crossmark:after {
	transform: rotate(-45deg);
}
.payment-title {
	font-size: 24px;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.order-number {
	font-size: 16px;
	color: #777;
	font-family: Arial, sans-serif;
	margin-bottom: 15px;
	text-align: left;
	min-width: 450px;
}
.suggestion {
	font-size: 16px;
	color: #777;
	font-family: Arial, sans-serif;
	margin-bottom: 25px;
	max-width: 80%;
}
.dashboard-button {
	background: #000;
	color: white;
	border: none;
	padding: 12px 30px;
	border-radius: 5px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	transition: background 0.3s;
}
.dashboard-button:hover {
	background: #333;
}

.status-red {
	color: red;
}

.status-green {
	color: green;
}

/* Makes buttons look like links */
.link-style-button {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: inherit;
  font-size: inherit;
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
}

/* Remove default button focus styles */
.link-style-button:focus {
  outline: none;
  text-decoration: none;
}

/* Hover effect to match links */
.link-style-button:hover {
  color: #004499;
  text-decoration: none;
}

/* Style for regular links (if needed) */
.regular-link {
  color: #0066cc;
  text-decoration: underline;
}

/* Add to your existing CSS */
.button-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    min-width: 450px;
    justify-content: space-around;
}

.stellarAccoladeExpand {
	border-bottom: 1px solid #aaa;
	margin-bottom: 25.344px;

}

.verification-certificate-image {
	width: 200px;
}

.verification-certificate-middle {
    position: relative;
	background-color: #00558d;
	width: 100%;
	border-radius: 20px;
	padding-bottom: 115px;
}

.verification-certificate-outer {
    position: relative;
    padding: 30px 20px 30px;
	background-color: #f2f2f2;
	font-size: 18px;
	border-radius: 20px;
}

.verification-certificate-inner {
    flex: 1; 
	min-height: 200px;
	background-color: #030000;
	color: white;
	margin: 10px 20px 0;
	padding: 20px;
    border-radius: 20px;
}

.verification-verified-info {
    width: 100%;
	margin: 40px 10px 20px;
	padding: 30px 10px 10px;
}

.verification-verified-info-line, 
.verification-info-line{
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.verification-verified-info-line-left,
.verification-verified-info-line-right,
.verification-info-line-left,
.verification-info-line-right {
    box-sizing: border-box;
    padding: 0 10px;
}

.verification-verified-info-line-left,
.verification-verified-info-line-right {
	color: #ececec;
}

.verification-verified-info-line-left,
.verification-info-line-left {
	font-weight: bold;
    text-align: right;
    width: 220px;
}

.verification-verified-info-line-right,
.verification-info-line-right {
    text-align: left;
    width: 70%;
}

.verification-info-description {
	padding-bottom: 20px;
}

.verification-disclaimer {
	font-size: 14px;
	margin-top: 20px;
}

.verification-certificate {
  width: 800px;
  margin: 0 auto;
}

.profile-info-description {
	margin-bottom: 20px;
	font-size: 14px;
}

.member-input-field[readonly] {
    background-color: #f5f5f5;
    color: #555;
}
