
/* latest */

@font-face {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: -0.45px;
	word-spacing: 0.4px;;
}
@font-face {
	font-family: "Lato-fallback";
	size-adjust: 97.38%;
	ascent-override: 99%;
	src: local("Arial");
}
:root{
	--master-link-color: #262262;
	--master-link-color-hover: #262262;
	--master-color: #262262;
	--master-secondary-color: ;
	--master-light-color:#f5f8fa;
	--master-backdrop-color: #F7F6FC;
	--master-logo: url(https://dwptxtcjzzofa.cloudfront.net/uploads/g6gvnkl/advisor-search-org-2.svg) 0 0 no-repeat;
	--master-footer-logo: url(https://dwptxtcjzzofa.cloudfront.net/uploads/g6gvqu5/advisor-search-org-2-white.svg) 0 0 no-repeat contain;
	--master-dark-logo: url(https://rmgcore2.s3.amazonaws.com/webp/g745ujp/adv.webp) 0 0 no-repeat;
	--master-hero: url(https://rmgcore2.s3.amazonaws.com/webp/fm48v70/dad-son-beach-1800x600.webp) top center;
	--master-hero-mobile: url(https://rmgcore2.s3.amazonaws.com/webp/fm5mb6r/dad-son-beach-mobile.webp) top center;

	--color-array-background: #231f20; --color-array-foreground: #fff; --color-array-footer: #231f20; --color-array-menu_link: #262262; --color-array-star_rating_color: #262262; --color-array-cta_button_bg_color: #F7F6FC; --color-array-cta_button_bg_color_hover: #D7DF23; --color-array-cta_background: #F7F6FC; --color-array-nav: #FFF; --color-array-navlink: #262262; --color-array-navlinkhover: #262262; --color-array-navlinkhoverunderline: #D7DF23; --color-array-linkunderline: #d7df23; --color-array-sidebarrail: #3C34B5; --color-array-edusubheader: #F7F6FC; 	--css-array-a: underline; --css-array-a-hover: none; }
html, body{
	margin:0;
	padding:0;
	font-weight:400;
	font-size:16px;
	font-family:"Lato", "Lato-fallback", "Trebuchet MS", serif;
	color: #333;
	/*-webkit-font-smoothing: antialiased; */
	/*overflow-x: hidden; prevents stickies*/
	font-display: swap;
	min-height: 100vh;
	background:var(--color-array-background, #231f20);
}
 

header ul.navigationv3 .material-icons{
	display: none !important
}

body{
	display:block;
	position:relative;
	overflow-y:scroll;
}

#body{
	padding:0;
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:0;
	z-index: 5;
	background:var(--color-array-foreground, #fff);
}

.fixed{
	overflow:hidden;
	overflow-y:hidden;
}

*{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

::-webkit-input-placeholder{
	font-weight:400;
	font-family:inherit;
	-webkit-font-smoothing:antialiased;
	font-size:inherit;
	font-family:inherit;
	font-size: 20px;
	color: #9fa3a7
}

img{
	border:0;
}

textarea{
	padding:10px !important;
	border-radius:0;
	white-space:normal;
	resize:none;
	text-indent: 0;
}

div,section,p{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	vertical-align:top;
}

p{
	padding:0;
	font-size:18px;
}


.desktop{
	display:inline;
	visibility:visible;
}

.mobile{
	display:none !important;
}

.hidden{
	display: none !important
}


b{
	font-weight:700;
}

header{
	width: 100%;
	text-align: left;
	top: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 1000;
	display: flex;
	height: 56px;
	-webkit-font-smoothing: antialiased;
	background: var(--color-array-nav);
}

.inner{
	position:relative;
	display:block;
	margin:0 auto;
	height:auto;
	max-width:940px;
	box-sizing:border-box;
	width: calc(100% - 40px)
}

header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	max-width:1200px !important;
}

.page-home .inner{
	max-width:1200px !important;
}

footer .inner{
	max-width:1200px !important;
}

.ad-trk{
	width:1px;
	height:1px;
	position:absolute;
	display:inline;
	font-size:0
}

.ad-trk img{
	visibility: hidden;
}

.noscroll{
	overflow:hidden !important
}


.locked{
	color: green;
	font-size: 21px;
	vertical-align: bottom;
}

.no-scroll-bar::-webkit-scrollbar {
   width: 0 !important
}

.material-icons[data-icon]:after{
	display:block;
	content: attr(data-icon);
	font-family:"Material Icons"
}.gallery-floater{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-floater img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.floater{
	display: none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10000;
	background:rgba(255,255,255,.5);
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	padding-bottom:40px;
}

.dispatches{
	display: none;
	position:relative;
	margin:auto;
	height:auto;
	border-radius:3px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	vertical-align:middle;
	text-align:left;
	min-width:300px;
	width:auto;
	max-width:700px;
}

.dispatches .exit{
	position:absolute;
	top:5px;
	right:5px;
	padding:3px 10px;
	color:#fff;
	font-size:24px;
	opacity:.8;
	z-index:5;
	text-decoration: none
}

.dispatches .exit:hover{
	opacity:1;
	text-decoration:none;
}

.dispatch{
}
.dispatch h4{
	background: #231f20;
	color: #fff;
	padding: 12px 20px;
	font-size:22px;
	letter-spacing: 0.08em;
}

.dispatch-body{
	padding:20px;
}

.dispatch .splitter{
	border-bottom: 1px #d4d4d4 solid;
	margin-top: 20px;

	margin-bottom: 20px;
}

#alert{
	position:fixed;
	bottom:10%;
	left:50%;
	z-index:10010;
	display:none;
	margin-left:-300px;
	padding:20px 0;
	width:600px;
	height:auto;
	border:5px solid rgba(0,0,0,.5);
	border-radius:10px;
	background:#eee;
	background-clip:padding-box;
	-webkit-box-shadow:0 5px 15px rgba(0,0,0.4);
	-moz-box-shadow:0 5px 15px rgba(0,0,0.4);
	box-shadow:0 5px 15px rgba(0,0,0,.4);
	text-align:center;
	font-weight:200;
	box-sizing:border-box;
}

#alert a,#alert a:hover{
	color:#333;
}

#alertText{
	color:#000;
	font-size:26px;
	padding:3px 6px;
}


.sticky-mode #sticky-offer{
	padding: 20px;
	position: fixed;
	left: 0;
	right: 0;
	background:var(--color-array-cta_background);
	z-index: 10000000;
	top: 0;
	display:block !important;
}


.sticky-mode #sticky-offer:empty{
	display:none
}

.sticky-mode.force-no-sticky #sticky-offer{
	display: none !important
}

.sticky-offer-exit{
	display:none
}

.sticky-mode #sticky-offer .sticky-offer-exit{
	display:block;
	position:fixed; 
	right:20px;
	top:20px;
}

.sticky-mode #sticky-offer .sticky-offer-body{
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.sticky-mode #sticky-offer .btn{
	display:inline-block
}
.sticky-mode #sticky-offer .offertext:not(.disclaimertext){
	text-align:left;
	font-size:20px !important
}
.sticky-mode #sticky-offer a[data-location="top-offer"],
.sticky-mode #sticky-offer a[data-location="top-offer-icon"]{
	display:block !important;
}

.sticky-mode #sticky-offer a[data-location="legacysummarycard"]{
	display:none;
}





.sticky-mode #sticky-offer .offertext{
	text-align:left !important;
	display:inline !important;
	font-size:20px !important;
	line-height:32px;
	color:#231F20
}

.sticky-mode #sticky-offer .sticky-offer-text{
	display: grid;
	grid-auto-flow: column;
	gap:16px;
	align-items:center
}

.sticky-mode #sticky-offer .sticky-offer-body{
	max-width:940px
}

.sticky-mode #sticky-offer .disclaimertext{
	color:#545454
}
.sticky-mode #sticky-offer{
	padding:10px !important
}

.sticky-mode #sticky-offer .offertext:not(.disclaimertext):has(+ .disclaimertext:not(:empty)):after{
	content: "|";
	display: inline-block;
	font-size: inherit;
	color: #231f20;
	margin-left: 6px;
	margin-right: 4px;
}

.sticky-mode #sticky-offer a[data-location=top-offer]{
	background:var(--master-link-color);
	border:none;
	color:#fff;
	margin:0
}

.sticky-mode #sticky-offer a[data-location=top-offer]:hover{
	background:var(--master-link-color-hover) !important;
}

.debug_master{
	display: block;
	font-size: 13px;
	position: fixed;
	line-height: 1.6em;
	top: auto;
	z-index: 9999999999;
	background: #fff;
	border: 5px solid #b0b1b2;
	padding: 20px;
	bottom: 30px;
	right: -300px;
	transition: .2s;
	white-space: nowrap;
	width: 250px;
}

.debug_master:before{
	display: block;
	content: "!";
	width: 40px;
	height: 40px;
	background: #B0B1B2;
	left: -40px;
	top: -5px;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	color: #fff;
	line-height: 1.8em;
	font-size: 22px;
	cursor:pointer
}

.debug_master:hover{
	right:-10px;
}


.expansion-2025{
   border:2px solid #E4E4EB; 
   padding:12px; 
   margin-bottom:20px
}

.expansion-2025-title .direction:before{
   font-family: "Material Icons";
   content: "arrow_downward";
   color: #7F8CA4;
   font-size: 20px;
   display: block;
   position: relative;
 
   transition: all 90ms ease;
}

.expansion-2025-content{
   height:0px;
   overflow:hidden;
   transition: all 90ms ease;
}
.expansion-2025-content.active{
   padding-top:12px;
   height:auto;
}

.expansion-2025-title.active .direction:before{
   transform: rotate(180deg);
}.admin #body > .inner{
	padding:20px 0
}


.table-admin-dashboard{
	width: 100%;
	border-collapse: collapse;
}

.table-admin-dashboard-loading td{
	position:relative
}
.table-admin-dashboard-loading td:after{
	content:"loading_text_here";
	background:#eee;
	color:#eee
}

.table-admin-dashboard-loading td:before{
	display:block;
	content:"";
	position:absolute;
	width:100px;
	height:100%;
	z-index:10;
	animation: 1s ease-in-out bgslide infinite;
	background:linear-gradient(90deg, rgba(0,0,0,0), #ffffff34 50%, rgba(0,0,0,0));
}

@keyframes bgslide{
	0%{
		left:-100px;
	}
	100%{
		left:100px
	}
}

.table-admin-dashboard thead td{
	font-weight: bold
}

.table-admin-dashboard td{
	padding:18px 8px;
	border-bottom: 1px #7F8CA4 solid;
	color:#545454;
	max-width:600px;
}

.table-admin-dashboard td:first-child {
	padding-left: 0;
 }
 
.table-admin-dashboard td:last-child {
	padding-right: 0;
 }


.table-admin-dashboard thead tr {
   position: sticky;
   top: 0;
   background: white;
	z-index:100
}
.admin:not(.insights_stockbrokers_com, .insights_forexbrokers_com, .insights_reinkmedia_com) .inner{
	max-width:none !important;
}

.admin:is(.insights_stockbrokers_com, .insights_forexbrokers_com, .insights_reinkmedia_com) .page-body{
	padding:32px 0 !important
}

.admin:is(.insights_stockbrokers_com, .insights_forexbrokers_com, .insights_reinkmedia_com) .inner{
	max-width:1376px !important;
	width:calc(100% - 64px)
}

.insights_stockbrokers_com header, .insights_forexbrokers_com header, .insights_reinkmedia_com header{
	z-index:10
}

.admin .body-split{
	display: grid;
	grid-template-columns: 4fr 1fr;
}

.insights-category-links a{
	display:block;
	margin-bottom:16px;
	font-size:20px;
	text-decoration: underline;
}

.note-taker p{
	padding-bottom: 20px
}

.hidden_a_list{
	display:none;
}

.a_list{
	cursor:pointer
}

.a_list:hover .hidden_a_list{
	display:block;
	position:absolute;
	background:#fff;
	padding:20px;
	border-radius:20px;
	min-width:180px;
	left:0;
	top:0;
	font-size:12px;
	max-height:180px;
	overflow:auto;
	box-shadow:0 0 10px rgba(0,0,0,.2);
	z-index:100000000
}

.hidden_a_list a{
	display:block;
	margin-bottom:7px;
}


.table-admin-dashboard tfoot td{
	border-bottom: none !important;
}

.admin header .navigation{
	justify-content: flex-end;
	grid-gap:32px;
}.page-body{
	padding:10px 0;
}

.page-body p{
	font-size: 20px;
	line-height: 1.9rem;
	font-weight: 400;
	color: #231f20;
	margin-bottom: 20px;
	overflow: hidden;
}
.page-home .page-body{
	padding:0
}
.page-home .hero p{
	color:#fff
}

p + small{
	display: block;
	margin-bottom: 20px;
}

.page-body p:last-child{
	overflow: visible
}

.page-body h1{
	font-size: 48px;
}

.page-body h2{
	font-size: 32px;
	padding-top:24px;
}

.page-body h3{
	font-size: 27px;
	padding-top:24px;
}

.page-body h4{
	font-size: 21px;
	padding-top:24px;
}

.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4{
	margin-bottom:24px;
	font-weight:bold;
}

.admin{
	color:#231F20
}

.admin .page-body h1,
.admin .page-body h2{
	padding:0;
	margin-bottom:16px;
	font-size:32px;
}

.page-body ul,
.page-body ol{
	display: block;
	line-height:32px;
	position: relative;
	margin-bottom:20px;
}

.page-body ul ul{
	margin-bottom: 0
}

.page-body ul{
	list-style-type: disc;
}

.page-body ol{
	list-style-type: initial;
}

.page-body li{
	position: relative;
	margin-left:7px;
	font-size: 20px;
}

.page-body ol li{
	list-style: decimal;
	word-break: break-word;
}

.page-body ol a, .page-body li a{
	font-weight:bold
}

.page-body img[style*="float:left"]{
	display: inline-block;
	z-index: 100;
	margin-right:24px;
	margin-bottom:100vmax
}

.page-body img{
	height:auto
}

.authors{
	display: grid;
	grid-auto-flow: column;
	grid-gap:30px;
}

.authorship{
	padding-bottom:36px;
}
.authorship .dates{
	text-align:right
}

.author{
	display: grid;
	grid-auto-flow: column;
	grid-gap:24px;
	align-items:center;
	font-weight: bold
}

/*
.site-stockbrokerscom .page-body .inner article .authorship .authors .author .profile-picture{
	display:none
}
*/

.profile-picture{
	border-radius:100%;
	width:64px;
	height:64px;
	background-size:cover !important;
	overflow:hidden;
}

.profile-picture img{
	margin:0px !important;
	object-fit:cover !important;
	width:100%;
	height:100%
}

.breadcrumbs{
	padding-bottom: 16px !important
}

.breadcrumbs a{
	text-decoration:none
}

.breadcrumbs a:hover{
	text-decoration:underline
}

.gallery-container{
	margin-bottom:20px
}

.gallery-container{
	display: inline-grid;
	border-radius: 12px;
	grid-auto-flow: column;
}

.gallery-container .gallery-item:nth-child(1n + 2){
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}

/*
.gallery-container .gallery-item:nth-child(1)::after{
	display: grid;
	content: "View Gallery";
	position: absolute;
	left: 0;
	background: linear-gradient(360deg, black, transparent);
	color: #fff;
	font-size: 12px;
	font-family: 'Lato';
	width: 80px;
	height: 73px;
	top: 0px;
	justify-content: center;
	align-items: center;
	text-shadow:0 0 5px rgba(0, 0, 0, .5)
}
*/

h3.has-section{
	padding-right:30px;
}
.page-body h3.has-section{
	padding-right:33px;
	cursor:pointer;
	content-visibility: auto;
	contain-intrinsic-size: 60px;
	  /*contain: layout style; */
} 

.inner > div:has(h3.has-section) h2:first-child + h3{
	border-top: 4px solid #555!important;
}

.inner > div:has(h3.has-section) section:last-child{
	border-bottom: 4px solid #555!important;
	margin-bottom: 60px;
}

h3.has-section:after{
	display: block;
	content: "\e313";
	color: #7f8ca4;
	font-family: "Material Icons";
	font-size: 38px;
	position: absolute;
	right: 0px;
	top: 20px;
}
h3.has-section + section.active-section{
 max-height: 6000px;
 transition: .2s all ease-in-out;
 overflow: visible;
 content-visibility: auto
}

.dropdown-selector-master{
	content-visibility: auto;
	
}

h3.has-section + section{
	height: auto;
	overflow: hidden;
	/*transition: .5s all ease-out; google does not like this*/
	max-height: 0px;
	border-bottom: 4px #e4e4eb solid;
}

.first-section{
	border-top: 4px solid #555
}

.last-section + section{
	border-bottom: 4px solid #555 !important;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.page-body h1{
		font-size:36px
	}

	iframe[title*='YouTube']{
		width:100%;
		height:auto
	}

	.sticky-mode #sticky-offer .sticky-offer-exit{
		position:absolute;
		right: 0;
		top: -34px;
	}

	.sticky-mode #sticky-offer .sticky-offer-exit span{
		font-size:20px
	}

	.sticky-mode #sticky-offer{
		top:auto;
		bottom:0
	}

	.sticky-mode #sticky-offer .offertext{
		font-size: 14px !important
	}

	.sticky-mode #sticky-offer .offertext:not(.disclaimertext){
		font-size:16px !important
	}

	.sticky-mode #sticky-offer .offertext,
	.sticky-mode #sticky-offer .offertext:not(.disclaimertext){
		font-size:14px !important;
		line-height:24px;
	}
	
	.page-body h2{
		font-size: 32px;
		margin-bottom: 12px;
		margin-top: 12px;
		padding:0;
	}


	h2.has-section{
		margin-top:16px;
		padding-right:30px;
	}
	.page-body h2.has-section{
		padding-right:33px
	} 
	
	h2.has-section:after{
		display: block;
		content: "\e313";
		color: #7f8ca4;
		font-family: "Material Icons";
		font-size: 38px;
		position: absolute;
		right: 0px;
		top: -10px;
	}
	
	.page-body h3{
		font-size: 27px;
		margin-bottom: 18px
	}
	.page-body h4{
		font-size: 21px;
		margin-bottom: 18px
	}

	.authorship{
		grid-auto-flow: row !important;
		grid-gap:20px;
		justify-content:normal !important
	}
	.authorship .profile-picture{
		width:70px !important;
		height:70px !important;
		float:left;
		margin-right:10px;
	}
	.authorship .authors .author{
		display:block
	}


	.authorship .dates{
		text-align:left
	}


}

#image-galley .item-gallery-container img{
	margin: 0 auto;
}
#image-galley .image-description{
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}
.gallery-container .gallery-item img{
	margin-bottom: auto;
}
.page-body img:not(.logo-broker img):not(.starv2){
	margin-bottom: 20px;
}

.compare-table{
	position: relative;
	max-width: none;
	border: 0;
	margin-bottom: 40px;
	border-collapse: collapse;
}

.compare-table.sorting thead td{
	cursor: pointer;
}

.compare-table thead img{
	max-width:100px
}

.compare-table tr {
  display: table-row;
  width: 100%;
  color: #36383d;
  background: #fff
}

.compare-table tr td,
.compare-table tr th {
  display: table-cell;
  width: auto;
  border-right: 1px #d8dadb solid;
  border-bottom: 1px #d8dadb solid;
  padding: 7px 5px;
  font-size: 16px;
  text-align: center
}


.compare-table tr td {
	text-align: center;
}

.compare-table tr td:first-child,
.compare-table tr th:first-child{
	position: sticky;
	left: 0;
	height: auto;
	background: #fff;
	text-align: center;
	padding-left: 0;
	font-weight:bold;
	word-break: break-word
}

.compare-table thead tr td:first-child,
.compare-table thead tr th:first-child{
	z-index:1; /*Added on 10/27/23 with the Company Name added */
}

.mobile-responsive .compare-table tr td:first-child span[data-info],
.mobile-responsive .compare-table tr th:first-child span[data-info]{
	display:none
}

.mobile-responsive .compare-table tr td:first-child,
.mobile-responsive .compare-table tr th:first-child{
	z-index: 1000;
}

.compare-table tbody tr td:first-child,
.compare-table tbody tr th:first-child{
	border-right:3px #eee solid
}

.table-2025 .compare-table{
	display:table !important;
	max-width:none !important;
}
.table-2025 .compare-table tbody tr td:first-child{
	text-align:left;
	padding-left:32px;
	max-width:391px;
	width:50%;
}

.table-2025 .compare-table tbody tr td{
	min-width: auto !important;
}

.table-2025 .table-footer-link{
	text-align: center;
	display:flex;
	justify-content: center;
	padding:6px;
}

.review-card-inner{
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	/*
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	*/

	overflow: hidden;
	overflow-y:hidden !important;

	transition: 100ms all ease-in-out;
	scrollbar-width: none;
	flex:1;
}

.review-card-inner::-webkit-scrollbar{
	width:0;
	background: none
}

.review-card-inner > div{
	min-width: calc(100% - 30px);
	display: block;
	padding:15px;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	transition: 100ms all ease-in-out;
	white-space: normal;
	scroll-snap-type: y
}
#body .review-card-inner p, .review-card-inner li{
	font-size: 16px !important;
	line-height: 1.5em;
}
.review-cards{
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
  justify-content: center;
	margin:40px 0;
}
.review-card{
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	transition: all 100ms ease-in-out;
		display: flex;
    align-content: flex-start;
    flex-direction: column;
}

.review-card li{
	font-size:16px;
}

.review-card-sponsored:after{
	display:block;
	position:absolute;
	content: "Sponsored";
	left:0px;
	top:-20px;
	background:#fff;
	padding:9px 11px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size:13px;
	color:#050505;
	font-weight:normal;
	letter-spacing:.2px;
}

.review-card-nav{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px #F5F8FA solid
}
.review-card-nav > a{
	text-align: center;
	border:none !important;
	font-size: 14px;
	padding:15px;
	font-weight: 600 !important;
	cursor: pointer;
	color: #231f20;
}
.review-card-nav > a:hover{
	border-bottom: 2px #231f20 solid !important;
}
.review-card-nav > a{
	text-decoration: none
}
.review-card-nav > a.active{
	border-bottom: 4px var(--master-link-color-hover) solid !important;
	color:var(--master-link-color-hover)
}

.overflow.m6{
	max-width: 890px;
	position:relative
}

.m6 .ng-star-inserted{
	font-size:18px;
}

p a{
	font-weight:bold;
}

.insights p a:hover{
	color:var(--master-link-color-hover, inherit) !important
}

.overflow.m6 .compare-table {
	width: 100%;
 
	max-width: fit-content;
	display:block;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;
	position:relative;

	overflow-x:auto;
	overflow-y:clip;
	/*
	content-visibility: auto;
	contain-intrinsic-size: 1px 300px;
	*/
}

.overflow.m6 .compare-table::-webkit-scrollbar {
  display: none;
}



.compare-table thead tr {
	border-bottom: 1px solid #231F20;
}

/*
	- Changed Nov 27 to allow (i)
	- Changed Dec 11 back to allow background over flow
*/
.compare-table thead tr:first-child {
 
}

.compare-table thead tr td,
.compare-table thead tr th{
	border: 0;
	padding: 0 16px 8px;
	font-weight:bold; 
	height: 50px;
	
}

.compare-table thead tr td b {
	font-size: 16px;
	color: #231F20;
	font-weight: 700;
	line-height: 24px;
}

.compare-table tbody tr {
	hyphens: auto;
	white-space: normal;
	border-bottom: 1px solid #E4E4EB;
}

.compare-table tbody tr:last-child {
	border: 0;
}

.compare-table tbody tr td {
	color: #545454;
	font-size: 16px;
	border: 0;
	padding: 12px 16px;
	min-width:92px
}

.compare-table tbody tr td:first-child img,
.compare-table tbody tr th:first-child img{
	max-width: 128px;
}

.compare-table .tooltip {
	position: relative;
}

.compare-table .tooltip #tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 238px;
	width: 100%;
	white-space: nowrap;
	font-size: 12px;
	line-height: 16px;
	color: #545454;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	padding: 20px 32px 20px 16px;
	border-radius: 20px;
	z-index: 3;
}

.compare-table .tooltip #tooltip:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -12px;
	width: 15px;
	height: 15px;
	background: #fff;
	/*box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);*/
	transform: rotate(-45deg) translate(-50%, 0);
	z-index: -1;
}

.compare-table .tooltip #tooltip a {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #7F8CA4 !important;
	text-decoration: none;
}


.tablestars {
	margin-bottom: 1.67px !important;
}

.tablestars.arrows {
	margin-bottom: 16px !important;
}

.tablestars.arrows:after {
	content: "";
	display: block;
	clear: both;
}

.tablestars.arrows span{
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 35px;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	background: #E4E4EB;
	border: 2px solid #E4E4EB !important;
	border-radius: 100px;
	margin-left: 16px;
	cursor:pointer;
}

.tablestars.arrows span:hover {
	background: #F8FCF8;
}

.tablestars.arrows span.left,
.tablestars.arrows span.right {
	float: right;
}

.tablestars.arrows span.right{
	margin-right:15px;
}

.tablestars.arrows span.left:before {
	font-family: "Material Icons";
	content: "\e314";
	color: var(--master-link-color);
	margin-left: -2px;
}

.tablestars.arrows span.right:before {
	font-family: "Material Icons";
	content: "\e315";
	color: var(--master-link-color);
}


@media only screen and (max-width:768px) {
	.tablestars {
		margin-bottom: 17.67px !important;
	}

	.tablestar.rating:before,
	.tablestar:after {
		font-size: 18px;
	}

	.tablestar+b {
		font-size: 16px;
	}


	.overflow.m6:before {
		content: "";
		width: 30px;
		height: 100%;
		position: absolute;
		right: -2px;
		top: 0;
		background: linear-gradient(90deg, transparent, #fff);
		z-index: 1;
	}

	.overflow.m6:after {
		content: "";
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -2px;
		z-index: 1;
		background: transparent;
	}

	.tablestars.arrows a{
		display: none;
	}

	.compare-table tr td {
		width: calc(25% - 42.33px);
	}

	.compare-table tr td:first-child,
	.compare-table tr th:first-child{
		width: 128px;
	}

	.table-2025 .compare-table tbody tr td:first-child,
	.table-2025 .compare-table tbody tr th:first-child,
	.table-2025 .compare-table tr td{
		width: 0 !important;
		padding-left:6px !important;
		max-width: 129px !important
	}

	.compare-table tr td:last-child {
		padding-right: 27px;
	}

	.compare-table thead tr td b {
		display: -webkit-box;
		font-size: 14px;
		line-height: 18px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.compare-table tbody tr {
		border-bottom: 3px solid #E4E4EB;
	}

	.compare-table tbody tr td {
		font-size: 14px;
		line-height: 18px;
	}

	.compare-table tbody tr td:first-child img,
	.compare-table tbody tr th:first-child img{
		max-width: 96px;
	}

	.compare-table .tooltip #tooltip {
		white-space: normal;
	}
}
.green{
	color: green
}

.red{
	color: red
}

.grey{
	color: #8c8c8c
}

a,.link{
	color: var(--master-link-color);
	text-decoration:none;
	cursor:pointer;
}

.insights a{
	
}

a:hover, .link:hover{
	color: var(--master-link-color-hover);
}


p a, li a, .link{
	text-decoration: var(--css-array-a, none)
}

.link{
	font-weight:bold
}

.insights a:hover{
	color:#F2F2F2 !important
}


.page-body p a, .page-body li a, .page-body .link{
	text-decoration-color: var(--color-array-linkunderline, inherit)
}

p a:hover, li a:hover{
	text-decoration: var(--css-array-a-hover, underline);
}

article a:hover{
	text-decoration: var(--css-array-a-hover, underline);
}

.error-message{
	color:#F44336 !important;
	font-size:16px;
	padding-bottom:24px !important
}

.error-message:empty{
margin:0 !important;
padding:0 !important
}

.tr-closed{
	opacity: .4
}

.locked{
	color: var(--master-link-color);
}

.site-advisorsearchorg .pros-cons-2 .material-icons{
	color:#262262 !important
}
.site-brokernotesco .pros-cons-2 .material-icons{
	color:#097d86 !important
}.input-flex-between{
	display: flex !important;
	justify-content: space-between;
	align-items: center
}

.input-flex-between select{
	width: calc(50% - 10px)
}

.input-flex-between label{
	width: calc(50% - 10px)
}

.label-counter {
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	font-size: 12px;
	color: #666;
	background:#fff;
	padding:0 4px;
}

.input-inline > a{
	-webkit-font-smoothing: antialiased;
	font-family: inherit;
	font-weight: bold;
	display:inline-block;
	margin:2px;
}

.sub-form-dropdown .floating-dropdown{
	padding:20px;
}

.sub-form-dropdown label{
	padding:0 0 20px !important
}

label:has(a[onclick*='setField']) a[onclick*='setField']{
	font-size:0;
}

label:has(a[onclick*='setField']) a:not(:has(span))[onclick*='setField']:after{
	content: "\f09b";
	font-size: 16px;
	font-family: "Material Icons";
	display:block;
}

label:has(a[onclick*='setField']) a[onclick*='setField']:hover:after{
	/*content: "\e5cd";*/
}

a[onclick*='setField']:has(+ input:placeholder-shown){
	filter:saturate(0)
}

.input-inline > a:hover{
	text-decoration: line-through
}

.hover-display{
	visibility: hidden
}

.hover-selector:hover .hover-display{
	visibility: visible !important
}

.material-button{
	display:inline-flex;
	border:none;
	box-shadow:none;
	vertical-align:middle;
	align-items: center;
	text-decoration:none;
	cursor:pointer;
	color: #000;
	opacity: .5
}

.material-button .material-icons{
	font-size: 39px;
}

/* buttons */
input[type=submit],input[type=button],.button,button{
	display:inline-flex;
	width:auto;
	border:none;
	box-shadow:none;
	vertical-align:middle;
	align-items: center;
	text-decoration:none;
	cursor:pointer;
	-webkit-appearance:none;
	font-size: 20px;
	font-family:inherit;
	border-radius: 3px;
	padding:0 16px;
	height: 40px;

	background: var(--master-link-color, #000) !important;
	color: #fff;
	font-weight: normal !important;
	white-space: nowrap;
	text-decoration: none !important;

	transition: width 1s ease;
	position: relative;
	text-align:center;
	justify-content:center
}

.button-hover-menu:hover .button-hover-menu-floater{
	display:block !important;
	border-radius:20px;
	min-width:180px;
	position:absolute;
	padding:20px;
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.4)
}

.button-upload{
	display: inline-block;
	vertical-align: middle;
	margin:0 20px;
	color: inherit;
	position: absolute;
	right:0px;
}

.big-data-table{
	margin:-20px;
}
.big-data-table h1{
	padding:10px 20px;
	font-weight: bold;
}

.big-data-table span{
	font-size:14px;
}

.big-data-table > div > div input, .big-data-table > div > div select{
	height:40px !important;
	font-size:13px !important
}


.big-data-table a{
	font-size:13px;
}
.big-data-table > div > div{
	padding:0px 20px;
}
.big-data-table > div > div:nth-child(2n){

}

.note-taker:not(.hidden){
	display:block !important
}

.public-note:not(.hidden){
	display:block !important
}

.big-data-table label{
	padding:6px 0;
	display:grid;
	grid-template-columns: minmax(160px, 280px) minmax(300px, 100%);
	gap:10px;
}

.big-data-table label:has(div:last-child){
	grid-template-columns: minmax(160px,280px) minmax(300px, 100%) minmax(auto, 1fr)
}

.button-floater{
	position:absolute;
	right:0;
	bottom:20px;
	border-radius:0;
}

.button .material-icons{
	vertical-align: top !important;
	margin-right:-10px
}

.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover{
	cursor:pointer;
	background:var(--master-link-color-hover, inherit) !important;
	color:#fff
}

.button i{
	vertical-align: middle
}

input[type=submit][disabled='disabled']{
	opacity:.5;
}


form{
	font-size: 0;
}

.page-form-floater{
	margin:0 auto;
	min-width:320px;
	border-radius: 10px;
	padding:40px;
	box-shadow: 0 0 20px rgba(0,0,0,.07)
}


form .splitter{
	margin:20px auto;
	width:100%;
}

.selector{
	display:inline-block;
	width:auto;
	margin:0 auto;
	box-sizing:border-box;
}

.selector > a{
	padding:10px 50px;
	box-sizing:border-box;
	border-bottom:1px rgba(0,0,0,.3) solid;
}

.selector .dropdown{
	display:none;
	position:absolute;
	z-index:1000;
	left:0;
	right:1px;
	top:100%;
	background:#fff;
	box-sizing:border-box;
	font-size:0;
	text-align:left;
	margin-top:7px;
	box-shadow:0 1px 3px #bbb;
}


.hidden-checkbox input{
	display:none;
}

.hidden-checkbox b{
	display:block;
	font-size:12px;
	cursor:pointer;
	text-align:center;
	user-select:none;
	-webkit-user-select:none;
}

.hidden-checkbox b:after{
	content:"\e835";
	font-family:'Material Icons';
	font-size:26px;
}

.hidden-checkbox input:checked ~ b:after{
	content:"\e834";
	font-family:'Material Icons';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
::placeholder{
	font-size: 16px;
	color:#545454
}



input[type=text],
input[type=date],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=range],
input[type=datetime-local],
input[type=time],
select,
textarea,
.textarea,
.input,
.fake-input{
	padding:0 16px;
	width:100%;
	height:40px;
	background:#fff;
	border-radius: 3px;
	color:#333;
	text-align:left;
	border:1px #7F8CA4 solid;
	vertical-align:middle;
	font-size: 14px;
	font-family:inherit;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
}

input[disabled]{
	background:#F5F8FA;
}

.fake-input:after{
	display: flex;
	position: absolute;
	content: "keyboard_arrow_down";
	font-family: "Material Icons";
	color: #231F20;
	font-size: 26px;
	right: 0;
	border-left: 1px #7F8CA4 solid;
	padding-left: 6px;
	padding-right: 10px;
	height: calc(98% - 8px);
	align-items: center;
	cursor:pointer
}

input:-webkit-autofill{
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important; 
	box-shadow: 0 0 0px 1000px white inset !important;
	color: inherit !important; 
}
input:-moz-autofill {
	background-color: transparent !important;
}

textarea{
	height:auto;
	field-sizing: content;
	word-break: break-word;
}

input[type=email]:focus,
input[type='text']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='password']:focus,
textarea:focus,
.fake-input:has(input:focus),
.fake-input:has(~ .input-drop)
{
	border:2px var(--master-link-color, #000) solid !important;
}

.portal-container label:has(input[type='text']:focus) span:first-child,
.portal-container label:has(input[type='password']:focus) span:first-child,
.portal-container label:has(textarea:focus) span:first-child,
.portal-container label:has(input[type='email']:focus) span:first-child,
.portal-container label:has(input[type='number']:focus) span:first-child,

.page-form-v2 label:has(input[type='text']:focus) span:first-child,
.page-form-v2 label:has(input[type='password']:focus) span:first-child,
.page-form-v2 label:has(textarea:focus) span:first-child,
.page-form-v2 label:has(input[type='email']:focus) span:first-child,
.page-form-v2 label:has(input[type='number']:focus) span:first-child
{
	color:var(--master-link-color, inherit) !important
}


.admin .btn{
	max-width:340px;
	border:1px var(--master-link-color) solid;
	background:none !important;
	border-radius:3px;
	padding:11px 14px
}

.admin button[disabled], .admin button[disabled]:hover, .admin .btn-blue[disabled]:hover, .page-html .admin .btn-blue[disabled]:hover{
	border:1px #7F8CA4 solid !important;
	background:#F5F8FA !important;
	color:#545454 !important;
	cursor:inherit 
}

select[multiple]{
	min-height: 250px;
	background-image: none;
	padding:10px;
}

.sortable{
	user-select: none;
}

.fake-input{
	display: flex;
	align-items: center;
	padding: 7px 12px !important;
	white-space: normal;
	height: auto;
	flex-flow: wrap;
	line-height: 15px;
	min-height: 40px;
	gap:4px;
	padding-right: 50px !important;
}

.fake-input input, .fake-input input:focus{
	margin:0;
	border: 0;
	background: none;
	padding:0 !important;
	margin:0 !important;
	height: 18px;
	overflow: visible;
	box-sizing:border-box;
	width: 180px;
	border:none !important
}

.admin:is(.insights_stockbrokers_com,
.insights_forexbrokers_com,
.insights_reinkmedia_com) .fake-input input{
	width:100px
}

.fake-input:has(a) input::placeholder{
	font-size:0;
}

.fake-input > a, .fake-input > span{
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	background: #F5F8FA;
	padding: 4px;
	cursor:pointer;
	color:var(--master-link-color-hover);
	font-size:12px;
	color:#231F20;
}

.fake-input .hover-placeholder{
	display: inline-block;
	font-weight: 700;
	background: #f2f2f2;
	padding: 3px 6px;
	border: 1px #dcdcdc solid;
	border-radius: 3px;
	opacity:.5
}

.fake-input .sort-target{
	text-decoration:none !important;
	box-shadow:0 0 0 3px rgba(0, 0, 0, 0.432);
	cursor:pointer !important
}


.fake-input > a:after,
.fake-input > span:after{
	content: "×";
	font-size: 18px;
	font-weight: normal;
	vertical-align: bottom;
	padding-left: 4px;
}

.input-drop{
	position: absolute;
	left: 0;
	top: auto;
	background: #fff;
	z-index: 1000;
	width: 100%;
	max-height: 320px;
	overflow-y:auto;
	border:1px #7F8CA4 solid;
	border-radius:3px;
	box-sizing: border-box;
}

.input-drop a{
	display: block;
	padding: 8px 8px;
	font-weight: normal;
	text-decoration: none;
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;

}

.input-drop a[data-link-active]{
	background:  var(--color-array-cta_button_bg_color_hover);
	font-weight:bold;
	color:var(--master-link-color)
}

.input-drop a[data-link-active]:after{
	content:"checkmark";
	font-family:"Material Icons";
	color:var(--master-link-color);
	float:right;
	width:32px;
}

.input-drop a.active{
	background: #eee
}

.input-drop a:hover{
	background:  var(--color-array-cta_button_bg_color_hover);
	font-weight:bold;
	color:var(--master-link-color)
}

div.input{
	height: auto;
	display:block
}

div.input-flex{
	display: flex;
	align-items: center
}

input[type=range]{
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb{
     -webkit-appearance: none;
    background-color: blue;
    opacity: 0.5;
    width: 10px;
    height: 26px;
}

input[type=range]:focus{
  outline: none;
}

input[type=range]::-ms-track{
     -webkit-appearance: none;
    background-color: blue;
    opacity: 0.5;
    width: 10px;
    height: 26px;
}



.disabled{
	background: #eee
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance:none;
	margin:0;
}

input[type="number"]{
	-moz-appearance:textfield;
}

input[readonly],select[readonly]{
	pointer-events:none;
	cursor:not-allowed
}

.input > input,
.input > select{
	display: inline-block;
	background: none;
	padding:0;
	padding:0;
	width: auto;
	border-left:0;
	border-top:0;
	border-right:0;
	text-align: left;
	min-width: 60px;
	text-indent: 5px;
	border:none !important;
	width: 100%;

}

.input-inline > select{
	width: auto;
	vertical-align: bottom
}

.multi-input{
	width:100%;
}

.multi-input > div{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.multi-input > div .handle{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right:0px;
	top:10px;
	cursor: pointer
}

.multi-input .ui-sortable-helper,
.sortable-ghost{
	transform: rotate(3deg);
	top:-10px;
}

.selector .dropdown a{
	display:block;
	font-size:17px;
	padding:10px;
}

.selector .dropdown a:hover{
	background:#EEE;
}

.filters input[type=text]{
	display: inline-block;
}
.filters {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.filters label{
	align-items: center;
	align-content: center;
}



form label{
	box-sizing:border-box;
	display: block;
	align-items: center;
	justify-content: space-between;
	padding:0 0 24px;
	position: relative;
}

form label > span{
	display:block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	padding-left:0;
	vertical-align: middle;
}

form label:last-child{
	padding-bottom: 0 !important
}

label:focus-within{
	color: #000 !important
}

form label > span small{
	font-weight: normal;
	background: #fff;
	padding: 5px;
	display: block;
	border-left:4px #777 solid;
	margin:5px 0;
}

.clear-form{
	font-size:12px
}

.submit{
	text-align:right;
	padding:0;
	justify-content: flex-end
}


.submit input{
	margin:0 auto;
}

.floating-dropdown{
	display: none;
	position: absolute;
	z-index: 1000000000;
	background: #fff;
	border:1px #eee solid;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	flex-direction: column;
	min-width: 360px;
	border-radius: 8px;
	padding:10px 0;
	top:37px;
}

.floating-dropdown label{
	padding: 3px 20px
}

.floating-dropdown label[for="none"]{
	text-align: right
}

.floating-dropdown .submit{
	display: block;
	background: #fff;
	margin:0;
	text-align: center
}

.floating-dropdown label[for="none"] input[type="submit"]{
	font-size: 14px;
	padding: 0 10px;
	height: 35px;
}


.floating-dropdown-enabled .floating-dropdown{
	display: flex
}


.floating-dropdown-enabled .floating-dropdown-single{
	display: grid;
	grid-auto-flow:column;
	padding:10px 10px !important;
	justify-content: normal;
	grid-gap:10px;
}

.floating-dropdown-single label{
	padding: 0 !important
}

.block-all-inputs input[type=text],
.block-all-inputs input[type=date],
.block-all-inputs input[type=password],
.block-all-inputs input[type=number],
.block-all-inputs input[type=tel],
.block-all-inputs select,
.block-all-inputs .fake-input{
	background:#d9d9d9 !important;
	pointer-events: none !important
}

.block-all-inputs .fake-input input{
	display: none
}


#sidebar form{
	position: sticky;
	top:20px
}

form input[type=submit]{
	transition: all 300ms ease-in-out;
}

.popup-only input[type=submit], 
.popup-only input[type=button], 
.popup-only .button, button{
	width:100%;
	box-sizing: border-box;
}

.admin .page-body p{
	margin-bottom:24px
}

form.processing input[type=submit],
form.processing #sidebar button{
	/*animation: butback 1s infinite;*/
}

form.processing #publish,
form.saved #publish,
.loading{
	color:rgba(0,0,0,0) !important;
}
form.processing #publish:after,
.loading:after{
	content: "\e5d5";
	font-size:16px;
	font-family: "Material Icons";
	position: absolute;
	color: #fff !important;
	left:0;
	right:0;
	animation: butback 1s infinite linear;
}
form.saved #publish:after{
	content: "\e876";
	font-size:16px;
	font-family: "Material Icons";
	position: absolute;
	color: #fff !important;
	left:0;
	right:0
}

.popup-messages{
	display: block;
	position: fixed;
	bottom: 40px;
	left: 0;
	right:0;
	max-width:480px;
	margin:0 auto;
	z-index: 10000000;
	padding: 20px;
	background:var(--master-link-color) !important;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	border-radius: 10px;
	color: #fff;
	text-align: center
}

.popup-messages p{
	padding:10px;
	font-size:20px;
}

@keyframes butback{
	0%{
		transform: rotate(0deg)
	}
	50%{
		transform: rotate(360deg)
	}
	100%{
		transform: rotate(720deg)
	}
}




.portal-container{
	display:grid; 
	grid-template-columns: 1fr 1fr; 
	height:100vh;
	gap:24px;
}

.portal-container form{
	max-width:320px;
	width:100%;
	justify-self: center;
}

.portal-container h1{
	color:#fff;
	font-weight:bold;
	font-size:56px;
	line-height:72px;
	text-align:center;
	margin-bottom:24px;
}

.portal-container h2{
	font-size:32px;
	font-weight:bold;
	color:#231F20;
	margin-bottom:24px;
}

.portal-container input[type=submit],
.page-form-v2 input[type=submit],
.page-form-v2 .button{
	width:100%;
	box-sizing:border-box
}

.portal-container label span:first-child,
.page-form-v2 label span:first-child{
	font-size:12px;
	font-weight:normal;
	position:absolute;
	left:14px;
	top:-8px;
	background:#fff;
	padding:0 4px;
	z-index: 10;
}

.portal-container label span:last-child,
.page-form-v2 label span:last-child{
	font-size:10px;
	font-weight:normal;
	padding-top:2px;
}


#sidebar .portal-container label span:first-child,
#sidebar .page-form-v2 label span:first-child{
	background:linear-gradient(to bottom, #f6f8fa 50%, #ffffff 50%)
}

.portal-container label:has(input[disabled]) span:first-child,
.page-form-v2 label:has(input[disabled]) span:first-child{
	background:linear-gradient(to bottom, #fff 50%, #F5F8FA 50%)
}

#sidebar .portal-container label:has(input[readonly]) span:first-child,
#sidebar .page-form-v2 label:has(input[readonly]) span:first-child{
	background:linear-gradient(to bottom, #f6f8fa 50%, #f6f8fa 50%) !important
}footer{
	text-align: left;
	display: block;
	font-size: 16px;
	color: #FFF;
	min-height: 150px;
	padding:40px 0;
	background: var(--color-array-footer);
}
.footer-links{
	display: grid;
  text-align: left;
  grid-template-columns: 30% auto;
}

.footer-links a{
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	font-size: 14px
}

footer small{
	font-size: 11px;
	line-height: 23px
}

footer .logo{
	font-size: 24px
}

.disclaimer{
	line-height: 15px;
}

disclaimer{
	display:none
}.logo, .logo:hover{
	background-image: var(--master-logo);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

	display: block;

  font-size: 0;
  font-weight: 300;
  font-family: "Raleway";
  color: #fff;
  white-space: nowrap;
	height: 50px;
	width: 150px;
	background-size: contain !important
}

.active-menu header .logo,
.page header .logo{
	background-image: url(#);
}

.selector > a:after{
	content:"";
	width:20px;
	height:20px;
	background:url(https://d1b21banxzhuc6.cloudfront.net/images/arrows.png) center center no-repeat;
	position:absolute;
	right:10px;
	top:0;
}

select{
	width:100%;
	background:#fff url(https://d1b21banxzhuc6.cloudfront.net/images/arrows.png) no-repeat;
	background-position:right 10px center;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-sizing:border-box;
	border-radius:3px;
	padding:0 10px;
	padding-right:30px;
}


input[name*='logo'],input[name*='icon']{
	padding-right:100px
}
.navigation, .navigation-dropdown{
	justify-content: flex-start;
	align-items: center;
	padding:0;
	margin:0;
	display: grid;
	grid-auto-flow: column;
	grid-gap:30px;
	font-size: 16px
}


.action-buttons{
	text-align: right
}
.action-buttons a{
	display: inline-block;
	font-size: 13px;
	text-align: center;
	padding:5px;

}
.action-buttons a span{
	display: block;
	font-size: 30px !important
}

.exit-sidebar{
	position: absolute;
	right:20px;
	top:20px;
	z-index: 500
}

.forced-form-label-padding form label{
	margin:0 32px;
	box-sizing: border-box;
}

.navigation li{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	align-content: center;
	align-items: center;
	position:relative;
}

.navigation hr{
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 2px solid #dfdfdf;
	width: calc(100% + 61px);
	margin-left: -30px;
}

.navigation > li{
	height: 40px
}

.navigation li.active,
.navigation li:hover{
	box-shadow: 0 -4px 0 inset #fff;
	cursor:pointer;
}

.navigation-dropdown{
	display: none
}
.navigation li:hover .navigation-dropdown{
	display: block;
	position: absolute;
	z-index: 1000;
	background: #fff;
	border:1px #eee solid;
	top:calc(100%);
	left:0;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2)
}

.navigation-dropdown a{
	color: #333 !important;
	padding:8px 20px;
	font-size: 16px;
	font-weight: bold
}

.navigation a{
  font-weight: bold;
  white-space: nowrap;
  color:#fff;
  font-size:20px;;
  text-decoration: none !important;
}

.admin .navigation a,
*[class*='insights'] .navigation a{
	color: var(--color-array-navlink, #fff);
	font-size:20px;;
	text-decoration: none !important;
}

.navigation a:hover{
	text-decoration: none !important
}

.tab-navigation{
	display: grid;
	grid-auto-flow: column;
	grid-gap:0;
	justify-content: flex-start;
	white-space:nowrap;
	font-size:16px;
	font-weight:bold;
	max-width: 47vw;
	z-index: 10000
}

.tab-navigation-expand{
    display: none;
    position: absolute;
    top: 30px;
		right:0;
    background: #fff;
    width: auto;
    white-space: nowrap;
    left: auto;
    margin-left: -20px;
    flex-flow: row wrap;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    padding: 30px;
}

.tab-navigation a.active ~ .tab-navigation-expand{
	display: grid
}

.tab-navigation-expand a{
	display: block;
}

.tab-navigation a{
	padding:9px;
	border-radius:6px
}

.tab-navigation a.target{
	border-bottom:2px var(--master-link-color) solid;
	background: none !important;
	border-radius:0px !important
}

.tab-navigation a:hover{
	background: #eee;
	text-decoration: none !important
}

.navigation li > ul{
	display: none;
	position: absolute;
	top: 40px;
	background: #fff;
	width: auto;
	white-space: nowrap;
	flex-flow: row wrap;
	box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
	padding: 0;
	right:-60px
}

.navigation li > ul li{
	display:block;
}

.tab-navigation-expand a.target{
	border: none !important;
	background: var(--master-link-color) !important;
	color: #fff !important
}

.navigation li > ul li a{
	display: block;
	color: #36383D!important;
	text-decoration: none!important;
	padding:8px 16px;
	cursor:pointer;
}

.navigation li > ul li a:hover{
	background:#eee
}

.navigation li:hover > ul{
	display: grid;
	text-align: left
}

.hide-children > div{
	display: none
}

.hide-children div.target{
	display: block !important;
	position:relative
}
.active-session .page-body .inner{
	padding:30px;
	padding-left: 75px;
	padding-right:0px;
	max-width: 1400px
}

.starv2{
	max-width:110px !important;
	margin:0;
	width:100% !important
}

.header-boxes{
	display: grid;
	grid-auto-flow: column;
	grid-gap: 20px;
	text-align: center
}
.header-boxes > div{
	display: block;
	padding: 10px;
	background: #fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	border-radius: 8px;
	line-height: 15px
}
.header-boxes b{
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}
.header-boxes span{
	font-size: 11px;
}

.handle{
	cursor: move
}

.table-expand{
	display:block;
	position:absolute;
	bottom: 20px;
}

.layer1{
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	background: #fff;
	border-radius: 8px;
	padding:10px;
}

#map > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) div div div div{
	font-size: 10px !important;
	background: #fff;
	padding:2px;
	border-radius: 5px;
	font-weight: bold;
	border:2px #e94335 solid;
}

.mobileviewonly.active-session #body{
	height: 95vh
}

.active-session footer{
	display: none
}

.active-session header .logo{
	display: none
}

.comment{
	display:inline-block;
	background: #f3f3f3;
	border-radius: 20px;
	padding:7px 17px;
	font-size: 16px;
	word-wrap: break-word;
	clear:both;
	word-break: break-word;
}

.highlighted-comment .comment{
	background: #ffffcb
}

.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center
}

.flex-around{
	display: flex;
	justify-content: space-around;
	align-items: center
}

.microhead{
	margin-bottom:20px;
}
.microhead-expanded {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	width: 100%;
	position: absolute
}
.microhead-expanded-mobile{
	display:none
}



.microhead h1 {
	font-size: 70px;
	padding: 40px 0
}


/* headings */
h1,h2,h3,h4,h5,h6{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1{
	font-size: 20px;
}

.sidebar-nav h2{
	font-size:20px;
	font-weight: 500;
}

hr{
	border:none;
	border-bottom:1px #d4d4d4 solid;
	margin-top:32px;
	margin-bottom: 32px
}

.multi-block > div{
	display: none;
}

.label-set-action{
	position: absolute;
	font-size: 14px;
	z-index: 100;
	right: 0;
	bottom:20px;
	vertical-align: middle;
}
.label-set-file input{
	padding-right:120px;
}

.list-object{
  border: 1px #ddd solid;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
	grid-gap:20px;
	word-break: break-all;
	font-size: 18px
}

.list-object label{
	padding:0
}

.logo img{
	display: none
}

.settings label{
	display: flex;
	justify-content: space-between;
}

.settings label > span{
	width: 20%;
	margin-top:8px
}

.autoflex{
	display: flex;
	justify-content:space-between;
	width: 100%
}


.variable-group{
	border-bottom: 1px #ccc solid;
	margin-bottom: 60px;
	padding-bottom: 60px;
}



.inline-splitter{
	display: inline-block;
	height: 100%;
	width: 1px;
	background: #fff;
	padding:20px 0;
	margin:0 15px;
	vertical-align: middle
}

.splitter{
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,.1);
	margin:10px 0 10px;
	vertical-align: middle
}

.pagination{
	text-align: center
}
.pagination a{
	color: #8c8c8c;
	text-decoration: none;
	font-size: 16px;
	margin:3px;
	font-weight: normal
}
.pagination a.active{
	font-weight: bold
}

.pagination .box{
	border:1px #d8dce4 solid;
}


blockquote {
	font-family: Lato;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #545454;
	border: none;
	margin-left: -10%;
	margin-right: -10%;
	border-left: 2px #fbb040 solid;
	padding: 20px 30px !important;
}

.tiktok-embed{
	min-height:779px;
}

/* Pagination */
.arrow-pagination{
	display: flex;
    justify-content: right;
    align-items: center;
	margin-top: 24px;
}

.arrow-pagination .pag{
	display: inline-block;
	font-size: 20px;
	line-height: 1.6;
	color: var(--main-gray-med);
	margin-right: 18px;
}

.arrow-pagination .navigate-arrow{
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 40px;
	height: 40px;
	border-radius:3px;
	color: var(--master-link-color);
   border: solid 1px var(--master-link-color);
	margin-left: 16px;
}

.arrow-pagination .navigate-arrow:hover{
	text-decoration: none;
	background: var(--master-link-color);
	background-blend-mode: lighten;
	background-image: linear-gradient(rgb(255 255 255 / 81%), rgb(255 255 255 / 81%));
}

.arrow-pagination .navigate-arrow span{
	font-size: 40px;
	font-weight:normal;
}



.play-icon:after{
	display: grid;
	font-family: "Material Icons";
	content: "play_circle_filled";
	font-size: 78px;
	color: #000;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.no-expand{
	overflow: hidden;
	max-height:0;
	transition: 50ms all linear;
}

.no-expand.expand{
	padding-bottom:20px;
}

.flip-direction > .material-icons{
	font-size:0
}
.flip-direction > .material-icons:after{
    font-size: 24px !important;
    color: inherit;
    display: block;
    position: relative;
    font-family: "Material Icons";
    content: "expand_more";
}

.expand{
	max-height: max-content;
	overflow: visible !important
}


#sidebar{
  background-color:#F5F8FA;
	min-width: 470px;
	padding:20px;
	min-height: calc( 100vh - 280px )
}

.side-bar-publish{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:16px 24px;
	border-bottom:#fff 2px solid;
	position: sticky;
	top: 0;
	z-index: 1000600;
	background: #fff;
}

#sidebar > div[style*='background: #d4dbdd']{
	position:sticky;
	top:0px;
	z-index: 10;
}

.nopadding{
	padding:0 !important;
}

#sidebar hr{
	margin-left: -25px;
	margin-right:-25px;
	border-bottom: 2px #fff solid;
}

.sidebar-nav{
	display:flex;
	align-items:center;
	cursor:pointer;
}

.sidebar-nav.flip-direction{
	margin-bottom: 20px;
}

.pros-cons-2 {
	display: grid;
	grid-auto-flow: column;
	background-color: rgba(228,228,235,0.3);
	padding: 24px;
	border-radius: 16px;
	border: solid 2px #e4e4eb;
	grid-gap:20px;
}

.pros-cons-2 ul li {
	margin-left: -20px!important;
	color: #545454!important;
}

.pros-cons-2 .material-icons {
	color: var(--color-array-nav);
}

.star_half{
	position:relative
}
.star_half:after{
	display:block;
	content:"star";
	font-family:"Material Icons";
	color:var(--color-array-star_rating_color);
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	width:50%;
}

.star_half:before{
	display:block;
	content:" ";
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	width:50%;
	height:25px;
	background:#fff;
}
.page-ads .page-body,
.ads-container{
	min-height: 600px;
}
.ads-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ad-content{
	max-width: 752px;
	border: solid 2px #e4e4eb;
	margin: 0 auto 20px;
	padding: 16px;
	box-sizing: border-box;
}
.ad-content .ad-top-content{
	display: flex;
    align-items: center;
}
.ad-content .ad-top-content .badget{
	position: relative;
	color: #7f8ca4;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.29;
	padding: 7px 16px;
	padding-right: 22px;
	margin-left: -16px;
}
.ad-content .ad-top-content .badget:after{
	content: "";
	position: absolute;
	right: -22px;
	top: 0;
	height: 32px;
    width: 32px;
	background: #fff;
    -webkit-transform: rotate(45deg) skew(15deg, 15deg);
    -moz-transform: rotate(45deg) skew(15deg, 15deg);
    -ms-transform: rotate(45deg) skew(15deg, 15deg);
    -o-transform: rotate(45deg) skew(15deg, 15deg);
    transform: rotate(45deg) skew(15deg, 15deg);
}

.ad-content.featured-broker .ad-top-content .badget{
	color: #fff;
	background: var(--main-green-black);
	padding-left: 18px;
    margin-left: -18px;
}
.ad-content .ad-top-content .ad-top-content-logo{
	margin-left: auto;
}
.ad-content .ad-top-content .ad-top-content-logo img{
	display: block;
}
.ad-content .ad-title{
	color: var(--main-gray-black);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	margin: 0 0 8px;
	padding:0
}
.ad-content .ad-content-text{
	color: var(--main-gray-med);
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 3px;
}
.ad-content .ad-content-text a{
	color: var(--main-green-black);
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.ad-content .ad-top-content .badget{
		padding: 8px 16px;
		padding-right: 24px;
	}
	.ad-content .ad-title{
		font-size: 16px;
		line-height: 1.25;
	}
	.ad-content .ad-content-text{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 0;
	}
}


.adv-box{
	width:320px;
	min-height:350px;
	overflow:visible
}

.adv-box > a{
	display:block;
	min-height:260px
}

.adv-native,
.adv-sponsored{
	min-height:227px;
}

.adv-footer{
	height:60px;
	width:320px;
	overflow:visible;
	text-align:center;
	margin:0 auto
}
.page-compare b, .page-compare strong{
	font-weight: 800;
}

.compare-top-section{
	max-width: 940px;
	margin: auto;
}

.page-compare .carousel-container .carousel-item img{
	width:-webkit-fill-available !important;
	height:auto;
	max-width:100%
}

.compare-top-section h1{
	color: var(--main-gray-black);
	font-size: 56px;
	line-height: 1.29;
	font-weight: 900;
	margin-bottom: 16px;
}

.compare-top-section p.date{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.compare-top-section h4{
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	color: var(--main-gray-med);
	margin-bottom: 24px;
}
.compare-top-section h4 a{
	color: var(--main-green-black);
	text-decoration: underline;
}
.select-brokers{
	display: inline-block;
	width: 363px;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	font-weight: 900;
	color: var(--main-green-black);
	padding: 14px 16px;
	border: solid 2px #e4e4eb;
	border-radius: 16px;
	margin-bottom: 40px;
	cursor: pointer;
	user-select: none;
	background:#fff
}
.select-brokers > span{
	color: #7f8ca4;
	z-index:1000;
	position:absolute;
	right:20px;
	width: 360px;
	text-align: right;
}
body.open-popup-select-brokers .select-brokers > span.open{
	display: none;
}
body:not(.open-popup-select-brokers) .select-brokers > span.close{
	display: none;
}

.compare-brokers-cards{
	max-width: 1140px;
	margin: auto;
	position:sticky;
	top:0px;
	z-index:10000000;
	background:#fff
}


.compare-brokers-cards .carousel-container > div > .brokers-carousel-container{
	width: 1140px;
	display: flex
}

.compare-brokers-cards .carousel-container > div .carousel-item{
	width: 209px;
	padding: 16px 12px;
	margin-right: 17px;

	display:flex;
	flex-flow: column;
	justify-content: space-between;
}
.compare-brokers-cards .carousel-container > div .carousel-item:last-child{
	margin-right: 0;
}
.compare-brokers-cards .carousel-container > div .carousel-item .remove-broker{
	color: #7f8ca4;
	font-size: 21px;
	text-decoration: none;
	margin-bottom: 12px;
	position: absolute;
	right: 6px;
	top: 0px;
	z-index:10000
}
.compare-brokers-cards .carousel-container > div .carousel-item .remove-broker span{
	display: block;
}
.compare-brokers-cards .carousel-container > div .carousel-item .logo-broker{
	clear: both;
	display: block;
	font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
	color: var(--main-gray-black);
    text-decoration: none;
	margin-top: 12px;
	margin-bottom: 19.8px;
}
.compare-brokers-cards .carousel-container > div .carousel-item .logo-broker img{
	width: 24px;
    height: 24px;
    margin-right: 16px;
    vertical-align: middle;
}
.compare-brokers-cards .carousel-container > div .carousel-item p{
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	color: var(--main-gray-med);
	margin-bottom: 0;
}

.compare-brokers-cards .carousel-container > div .carousel-item p.offer{
	min-height: 36px
}

.compare-brokers-cards .carousel-container > div .carousel-item p.risk-disclaimer{
	font-size: 14px !important;
	line-height: 1.33;
}
.compare-brokers-cards .carousel-container > div .carousel-item p span.bonus{
	color: var(--main-gray-black);
    font-weight: 500;
}
.compare-brokers-cards .carousel-container > div .carousel-item .btn-green{
	padding: 10px 20px;
	margin:6px 0;
}

.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker .suggested-broker-text{
	color: var(--main-gray-med);
	font-size: 11px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 40px;
	right: 40px;
	top: -8px;
	background: var(--color-array-cta_button_bg_color)
}

/*
.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker:hover .suggested-broker-text{
	background-color: #f4f4f7;
}

.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker .logo-broker{
	margin-top: 20.05px;
	opacity: .4;
}
.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker:hover .logo-broker{
	opacity: 1;
}
.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker p{
	opacity: .4;
}
.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker:hover p{
	opacity: 1;
}
.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker .btn-green{
	background: transparent;
	border-color: transparent;
}


.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker .btn-green span{
	color: #7f8ca4;
	margin-right: 4px;
}
*/

.compare-brokers-cards .carousel-container > div .carousel-item.add-broker{
	padding: 0;
	box-shadow: none;
}
.compare-brokers-cards .carousel-container > div .carousel-item.add-broker .btn-green{
	width: 100%;
	height: 100%;
	border-color: transparent;
	color: var(--master-link-color);
	background: var(--color-array-cta_button_bg_color);
}
.compare-brokers-cards .carousel-container > div .carousel-item.add-broker .btn-green > div{
	display: flex;
	flex-direction: column;
}
.compare-brokers-cards .carousel-container > div .carousel-item.add-broker .btn-green > div span{
	color: #7f8ca4;
	font-size: 40px;
	margin-bottom: 16px;
}
.compare-brokers-cards .carousel-container > div .carousel-item.add-broker .btn-green > div.add-close{
	color: #7f8ca4;
}
body:not(.open-popup-select-brokers) .carousel-container > div .carousel-item.add-broker .btn-green > div.add-close{
	display: none;
}
body.open-popup-select-brokers .carousel-container > div .carousel-item.add-broker .btn-green > div.add-open{
	display: none;
}
.compare-brokers-cards .carousel-container > span.carousel-navigate-arrow:not(.disabled){
	display: flex!important;
	z-index: 9;
}
.compare-brokers-cards .carousel-container > span.carousel-navigate-arrow span{
	pointer-events: none;
}

.compare-tables{
	max-width: 1140px;
   margin: auto;
	padding-bottom: 0;
}
.compare-tables table{
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
	border-collapse: collapse;
	position:relative
}
.compare-tables table thead{
	/* does not work w/MT
	position: sticky;
   top: 226px;
	*/
	display:block;
	height: 57px;
	background: #fff;
	z-index: 1;
	overflow-x:hidden;
}
.compare-tables table thead tr{
	/*position: absolute;*/
}
.compare-tables table thead tr th{
	display: block;
	font-size: 32px;
	font-weight: 900;
	color: var(--main-gray-black);
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

.compare-tables table thead tr td{
	display: none;
}
.compare-tables table thead tr th span{
	float: right;
	font-size: 40px;
	color: #7f8ca4;
}
.compare-tables table.close thead tr th span.open,
.compare-tables table:not(.close) thead tr th span.close,
.compare-tables table.close tbody{
	display: none;
}

.compare-tables table thead:after{
	display: block;
	content: "❯";
	position: absolute;
	transform: rotate(-90deg);
	right: 12px;
	top: 5px;
	font-size: 22px;
}

.compare-tables table.close thead:after{
	display: block;
	content: "❯";
	position: absolute;
	transform: rotate(90deg);
	right: 10px;
	top: 5px;
	font-size: 22px;
}


.compare-tables table tbody tr:last-child{
	border-bottom: #fff solid 1px;
}
.compare-tables table tbody tr th{
	position: absolute;
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	padding: 11px 0 7px;
	color: var(--main-gray-black);
}
.compare-tables table tbody tr td{
	width: 228px;
	font-size: 16px;
	color: var(--main-gray-med);
	float: left;
	margin: 42.5px 0 11px;
	box-sizing: border-box;
}
.compare-tables table tbody tr.overall-number td{
	font-size: 20px;
	font-weight: 900;
	color: var(--main-gray-black);
	margin: 37.69px 0 8px;
}
.compare-tables table tbody tr:last-child td{
	margin-bottom: 24px;
}
.compare-tables table tbody tr td span.star{
	color: #e4e4eb;
	/*font-size: 20px;*/
	margin-right: 2px;
	vertical-align: bottom;
}
.compare-tables table tbody tr:not(.overall-number) td span.star{
	margin-top: -8px;
    transform: translateY(5px);
}
.compare-tables table tbody tr td span.star + span.star{
	margin-left: -5px;
}
.compare-tables table tbody tr td span.star.active{
	color: var(--color-array-star_rating_color);
}
.compare-tables table tbody tr td span.verified{
	position: relative;
	color: #3baa13;
	font-size: 24px;
	margin-left: 8px;
	margin-top: -3px;
	vertical-align: middle;
	cursor: help;
}

.select-brokers-dropdown{
	display: none;
	position: absolute;
	width: calc(100% + 4px);
	max-width: 399px;
	left: 0;
	top: 60px;
	border-radius: 16px;
	border: solid 2px #e4e4eb;
	background-color: #fff;
	padding: 25px 16px 16px;
	box-sizing: border-box;
   z-index: 9000000000000;
	cursor: auto;
}
.open-popup-select-brokers .select-brokers-dropdown{
	display: block;
}
.select-brokers-dropdown ul{
	max-height: 402px;
	margin: 0 0 24px;
	padding: 0;
	overflow-y: auto;
}
.select-brokers-dropdown ul::-webkit-scrollbar{
	width: 4px;
}
.select-brokers-dropdown ul::-webkit-scrollbar-track{
	background: transparent;
}
.select-brokers-dropdown ul::-webkit-scrollbar-thumb{
	border-radius: 30px;
	background-color: rgba(84, 84, 84, 0.42);
}
.select-brokers-dropdown ul li{
	position: relative;
	color: var(--main-gray-med);
	font-weight: normal;
	list-style: none;
	margin-bottom: 15px;
}
.select-brokers-dropdown ul li:last-child{
	margin-bottom: 0;
}
.select-brokers-dropdown ul li input{
	position: absolute;
    width: 100%;
    height: 24px;
	margin: 0;
    opacity: 0;
	 cursor:pointer;
}
.select-brokers-dropdown ul li input:not(:checked) ~ .checked{
	display: none;
}
.select-brokers-dropdown ul li input:checked ~ .no-checked{
	display: none;
}
.select-brokers-dropdown ul li span{
	color: var(--main-green-black);
	font-size: 24px;
	margin-right: 16px;
	vertical-align: middle;
}
.select-brokers-dropdown > .btn-green{
	width: 100%;
}
.select-brokers-dropdown > .btn-green span{
	margin: 0 5px;
}
.select-brokers-dropdown.select-brokers-dropdown-arrow:before,
.select-brokers-dropdown.select-brokers-dropdown-arrow-add:before{
	content: "";
	position: absolute;
	top: -11px;
	width: 15px;
	height: 15px;
	background: #fff;
	transform: rotateY(0deg) rotate(45deg);
	border: solid 2px #e4e4eb;
	border-right: 0;
    border-bottom: 0;
}
.select-brokers-dropdown.select-brokers-dropdown-arrow:before{
	left: 90px;
}
.open-popup-select-brokers-carousel-item-right .select-brokers-dropdown:before{
	left: auto;
	right: 125px;
}

#backtop{
	position: fixed;
	right: 32px;
	bottom: -64px;
	width: 40px;
    height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	border-radius: 8px;
	border: solid 1px #e4e4eb;
	background-color: #f8fcf8;
	z-index: 9;
}
.compare-brokers-cards-scroll #backtop{
	bottom: 32px;
}
#backtop span{
	font-size: 32px;
	color: #1e6006;
}

.page-compare section .carousel-container:after,
.compare-tables:after{
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.compare-tables table tbody{
	display: grid;
	width: 100%;
	overflow:hidden;
	padding-bottom:12px
}
.compare-tables table tbody tr{
	width: 1140px;
	padding-top: 0;
	padding-top: 37.5px;
	border-bottom: #e4e4eb solid 1px;
}
.compare-tables table thead tr th{
	width:90vw
}

.compare-tables table tbody tr td{
	width: 226px;
}
.compare-brokers-cards .carousel-container > span.carousel-navigate-arrow.carousel-arrow-left{
	left:0;
}
.compare-brokers-cards .carousel-container > span.carousel-navigate-arrow.carousel-arrow-right{
	right:0;
}



@media screen and (max-width: 418px) { /* was 480 */
	.select-brokers{
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.compare-top-section h2{
		line-height: 1.33;
		padding:0;
	}
	.compare-top-section h1{
		max-width: 280px;
		font-size: 32px;
		line-height: 1.25;
		margin-bottom: 8px;
	}
	.compare-top-section p.date{
		font-size: 14px;
		line-height: 1.29;
		margin-bottom: 24px;
	}
	.compare-top-section h4{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 23px;
	}

	.compare-brokers-cards .carousel-container{
		text-align: right;
	}
	.compare-brokers-cards .carousel-container > div{
		padding: 20px 10px 5px;
		margin: -20px -10px;
		scroll-behavior: auto;
		scroll-snap-type: none;
		overflow: hidden;
	}

	.page-compare .compare-brokers-cards .carousel-container > div{
		scroll-behavior:initial !important;
		scroll-snap-type:none !important
	}

	.compare-brokers-cards .carousel-container span.carousel-navigate-arrow,
	.compare-brokers-cards .carousel-container > span.carousel-navigate-arrow:not(.disabled){
		position: relative;
		right: auto;
		left: auto;
		width: 32px;
		height: 32px;
		display: inline-block!important;
		transform: none;
		z-index: 9;
	}
	.compare-brokers-cards .carousel-container > span.carousel-navigate-arrow.carousel-arrow-left{
		left: -13px;
	}
	.compare-brokers-cards .carousel-container span.carousel-navigate-arrow span{
		font-size: 38px;
		margin-left: -2px;
		margin-top: -3px;
	}
	.compare-brokers-cards .carousel-container > div > .brokers-carousel-container,
	.compare-tables table tbody tr{
		width: 880px;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item{
		width: 164px;
		min-height: 124px;
		padding: 15px;
		margin-right: 15px;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item .logo-broker{
		font-size: 10px;
		margin-top: 0;
		margin-bottom: 10.4px;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker{
		transition: none;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker .logo-broker{
		margin-top: 10px;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker:hover{
		box-shadow: 0 8px 6px 0 rgb(0 0 0 / 32%);
	}
	.compare-brokers-cards .carousel-container > div .carousel-item .logo-broker img{
		width: 15.6px;
		height: 15.6px;
		margin-right: 5px;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item p{
		font-size: 12px;
		line-height: 1.33;
		margin-bottom: 0;
	}

	.compare-brokers-cards .carousel-container > div .carousel-item:not(.add-broker) .btn-green{

	}
	.compare-brokers-cards .carousel-container > div .carousel-item.add-broker .btn-green{
		font-size: 14px;
		padding: 0;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item.add-broker .btn-green span{
		font-size: 24px;
		margin-bottom: 4px;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item.suggested-broker .suggested-broker-text{
		font-size: 10px;
		line-height: 1;
	}
	.compare-brokers-cards .carousel-container > div .carousel-item.add-broker{
		min-height: auto;
	}
	
	.open-popup-select-brokers .select-brokers-dropdown:not(.select-brokers-dropdown-arrow-add):not(.select-brokers-dropdown-arrow){
		transform: translateY(25px);
	}

	.compare-tables table thead{
		top: 152px;
	}
	.compare-tables table thead tr th{
		padding: 0 16px 8px;
		margin: 0 -16px;
		background-color: #fff;
		font-size: 24px
	}

	.compare-tables table thead tr th a{
		font-size: 20px;
		line-height: 1.2;
	}
	.compare-tables table thead tr th a span{
		font-size: 24px;
	}
	.compare-tables table tbody{
		width: calc(100% + 32px);
		margin: 0 -16px;
		padding-bottom:21px
	}
	.compare-tables table tbody tr th{
		font-size: 14px;
		padding: 7px 16px 8px;
	}
	.compare-tables table tbody tr.overall-number th{
		padding: 16px 16px 10px;
	}
	.compare-tables table tbody tr td{
		width: 179px;
		margin: 27px 0 8px;
		padding: 0;
		box-sizing: border-box;
		/*scroll-snap-align: center;*/
		padding-left: 16px;
	}

	.compare-tables table tbody tr td:last-child{
		margin-right: -16px;
	}
	.compare-tables table tbody tr.gallery-container td{
		margin-top: 33px;
	}
	.compare-tables table tbody tr td span.star{
		font-size: 16px;
		vertical-align: baseline;
	}
	.compare-tables table tbody tr td span.verified{
		margin-top: -6px;
	}
	.compare-tables table tbody tr:last-child td{
		margin-bottom: 12px;
	}
	.select-brokers-dropdown{
		left: 16px!important;
		width: calc(100% - 32px);
	}
	.select-brokers-dropdown.select-brokers-dropdown-arrow:before{
		left: var(--arrow-add-left);
	}
	#backtop{
		right: 16px;
	}
}
.financial-advisor-firm-card{
	text-align: left;
	margin: 40px 0 20px 0px;
	padding: 18px 24px 1px 24px !important;
	border-top: 16px solid #262262;
}
.financial-advisor-firm-card .title{
	display: flex;
    align-items: center;
	color: #000;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 900;
}
.financial-advisor-firm-card .content{
	display: flex;
    align-items: center;
	color: var(--main-gray-med);
	font-size: 20px;
	line-height: 1.6;
	margin-top: 30px;
}
.financial-advisor-firm-card .content a{
	color: #262262;
	text-decoration: underline;
}

.financial-advisor-firm-card .financial-advisor-firm-card-top{
	width: calc(100% - 195px);
	float: left;
	text-align: left;
	margin-right: 24px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-top h2{
	color: #000;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 900;
	margin-bottom: 16px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-top p a{
	color: #262262;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 24px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-top p a:last-child{
	margin-right: 0;
}
.financial-advisor-firm-card .financial-advisor-firm-card-img{
	width: 171px;
	height: 112px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: solid 2px #e4e4eb;
	box-sizing: border-box;
}
.financial-advisor-firm-card .financial-advisor-firm-card-img span{
	color: #7f8ca4;
	font-size: 48px;
	line-height: 48px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-overall-rating,
.financial-advisor-firm-card .financial-advisor-firm-card-year-registered,
.financial-advisor-firm-card .financial-advisor-firm-card-disciplinary-alerts,
.financial-advisor-firm-card .financial-advisor-firm-card-conflict-alerts{
	float: left;
	width: calc(25% - 16px);
	margin: 40px 16px 0 0;
	border-right: #e4e4eb solid 2px;
	box-sizing: border-box;
}
.financial-advisor-firm-card .financial-advisor-firm-card-conflict-alerts{
	border-color: transparent;
}
.financial-advisor-firm-card .financial-advisor-firm-card-overall-rating .ranting{
	letter-spacing: -5px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-overall-rating .ranting span{
	font-size: 16px;
	color: #e4e4eb;
	margin-top: 4px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-overall-rating .ranting span.active{
	color: #fbb040;
}
.financial-advisor-firm-card .financial-advisor-firm-card-overall-rating .number{
	color: #3c34b5;
    font-size: 40px;
    line-height: 30px;
    margin-top: 8px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-conflict-alerts span,
.financial-advisor-firm-card .financial-advisor-firm-card-disciplinary-alerts span{
	color: #e77e04;
	margin-right: 9px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-firm{
	clear: both;
	color: var(--main-gray-med);
	line-height: 1.6;
	padding-top: 40px;
}
.financial-advisor-firm-card .financial-advisor-firm-card-firm a{
	color: #262262;
	font-weight: bold;
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
	.site-advisorsearchorg .financial-advisor-firm-card-top img{
		height:70px !important;
		width:auto !important
	}

	.financial-advisor-firm-card .title{
		justify-content: flex-end;
	}

	.financial-advisor-firm-card .title .material-icons{
		display:none
	}

	.financial-advisor-firm-card-overall-rating{
		text-align:right
	}

	.financial-advisor-firm-card-overall-rating{
		text-align:right !important
	}
}.hub-top{
   background: var(--color-array-sidebarrail, inherit);
   position: absolute;
   width: 100%;
   min-height: 460px;
   top: -40px;
}

.page-inveducation .page-body{
   padding-top:0;
}

.page-inveducation .page-body .inner{
   background: var(--color-array-edusubheader, inherit);
   border-top-left-radius: 40px;
   border-top-right-radius: 40px;
   padding: 30px 40px;
   max-width: 1200px !important;
   margin-top:40px;
}


.hub-page-content-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.hub-page-content-nav ul li a{
	display: block;
	color: var(--main-gray-med);
	font-size: 16px;
	line-height: 1.5;
	padding: 8px 15px 8px 16px;
	border-left: 4px solid #e4e4eb;
	font-weight: normal;
	text-decoration: none !important;
}
.hub-page-content-nav ul li.act a,
.hub-page-content-nav ul li:hover a{
	color: var(--main-gray-black);
	text-decoration: none;
	border-color: var(--color-array-sidebarrail, inherit);
	background: #f7f7f9;
}

.hub-page-content-nav ul li.act a{
	font-weight:bold
}

.hub-resources{
   margin-bottom:40px;
}

.hub-top .inner .hub-top-title-progress:after{
	content: "";
	display: block;
	clear: both;
}
.hub-top .inner .hub-top-title-progress .hub-top-title{
	width: calc(100% - 338px);
	float: left;
}
.hub-top .inner .hub-top-title-progress .hub-top-title h1{
	color: var(--main-gray-black);
	font-size: 56px;
	line-height: 1.29;
	font-weight: 900;
	margin-bottom: 16px;
}
.hub-top .inner .hub-top-title-progress .hub-top-title p{
	max-width: 653px;
	color: var(--main-gray-med);
	font-size: 20px;
	line-height: 1.6;
}
.hub-top .inner .hub-top-title-progress .hub-top-progress{
	width: 279px;
	float: left;
	margin-top: 32px;
}
.hub-top .inner .hub-top-title-progress .hub-top-progress .progress-title{
	color: var(--main-gray-black);
	font-size: 32px;
	line-height: 1.25;
	font-weight: 900;
	margin-bottom: 27px;
}
.hub-top .inner .hub-top-title-progress .hub-top-progress .progress-bar{
	width: 242px;
	height: 16px;
	border-radius: 20px;
	border: solid 2px #e4e4eb;
	background-color: #fff;
	box-sizing: border-box;
}
.hub-top .inner .hub-top-title-progress .hub-top-progress .progress-bar .bar-progress{
	position: relative;
	top: -2px;
	left: -2px;
	width: 1%;
	height: 16px;
	border-radius: 20px;
	background-color: #3c34b5;
	transition: width .8s;
}
.hub-top .inner .hub-top-title-progress .hub-top-progress .progress-description{
	color: var(--main-gray-black);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 900;
	margin-top: 8px;
}


.hub-resources:after{
	content: "";
	display: block;
	clear: both;
}
.hub-resources .resource-title{
	float: left;
	width: 24.755%;
	text-align: left;
}
.resource-count{
	display: inline-block;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 900;
	margin-bottom: 8px;
	padding: 2px 8px;
	border-radius: 8px;
	background-color: #d7df23;
}
.hub-resources .resource-title h2{
	color: var(--main-gray-black);
	font-size: 32px;
	line-height: 1.25;
	font-weight: 900;
	padding:0
}
.hub-resources .resource-title img{
	display: block;
	max-width: 158px;
	max-height:160px;
	width: 100%;
	height: auto;
	margin: auto;
}
.hub-resources .resource-content{
	float: left;
	width: 37.638%;
	text-align: left;
	border-left: 1px solid #e4e4eb;
	padding: 34px 24px;
	margin-left: 26px;
	box-sizing: border-box;
}
.hub-resources .resource-content h3{
	color: var(--main-gray-black);
	font-size: 20px;
	line-height: 1.6;
	font-weight: 900;
	margin-bottom: 24px;
	padding:0;
}
.hub-resources .resource-content .sect-content p{
	color: var(--main-gray-med);
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.hub-resources .resource-content a.learn-more,
.hub-resources .resource-content a.learn-more:hover{
	display: inline-flex;
    align-items: center;
	color: #262262;
	font-size: 20px;
	line-height: 1.6;
	text-decoration: none;
	font-weight: bold;
}
.hub-resources .resource-content a.learn-more img{
	margin-left: 8px;
}
.hub-resources .resource-list{
	float: left;
	width: 34%;
	text-align: left;
	padding: 34px 0;
}
.hub-resources .resource-list h3{
	color: var(--main-gray-black);
	font-size: 20px;
	line-height: 1.6;
	font-weight: 800;
	margin-bottom: 24px;
	padding:0
}
.hub-resources .resource-list ol{
	text-align: left;
	list-style: none;
    counter-reset: item;
	padding: 0;
	margin: 0;
}
.hub-resources .resource-list ol li{
	position: relative;
    counter-increment: item;
	padding: 0 0 5px 40px;
   list-style:none;
	line-height:1.4em
}

.hub-resources .resource-list ol li:before{
	content: counter(item);
    position: absolute;
	top: 5px;
    left: 0;
	width: 24px;
	height: 24px;
	color: #7f8ca4;
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
	text-align: center;
	border: solid 2px #7f8ca4;
	border-radius: 50px;
	box-sizing: border-box;
}
.hub-resources .resource-list ol li.check:before{
	content: "";
	border: 0;
	background-image: url(https://rmgcore2.s3.amazonaws.com/webp/fm48v4r/check_circle_blue.webp);
}
.hub-resources .resource-list ol li a{
	color: #262262;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none !important;
}


@media screen and (max-width: 768px) {
	.hub-resources .resource-title{
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}
	.hub-resources .resource-content {
		display: none;
	}
	.hub-resources .resource-list{
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 8px;
	}
}


@media screen and (max-width: 767px) {
	.hub-page-content-nav{
		float: none;
		width: calc(100% + 30px);
		margin: 0 -16px;
		padding: 16px;
		background: #fff;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
		overflow-x: auto;
		box-sizing: border-box;
	}

	.page-inveducation #body{
		background:#f7f6fc
	}

	.hub-resources .resource-list ol li{
		margin-left:0
	}

	.hub-top{
		display:none !important
	}

	.page-inveducation .page-body .inner{
		margin-top:0px !important;
		padding:0;
		background:none;
		padding-top:20px;
	}

	.cluster-name{
		font-size:18px  !important
	}

	.cluster-nav img{
		max-width:30px;
		height:auto;
	}

	.cluster-nav .inner{
 
	}

	.hub-page-content-nav ul{
		display: flex;
	}
	.hub-page-content-nav ul li{
		display: inline-block;
		padding-right: 22px;
	}
	.hub-page-content-nav ul li a{
		color: #262262;
		font-size: 14px;
		line-height: 1.29;
		font-weight: bold;
		white-space: nowrap;
		padding: 0;
		border: 0;
	}
	.hub-page-content-nav ul li.act a{
		color: #5b667a;
		background: transparent;
	}
}
.reviews h2{
	font-size: 48px;
	line-height: 1.17;
	font-weight: 900;
	color: var(--main-gray-black);
	margin: 41px 0 51px;
}
.reviews .review-content{
	max-width: 752px;
	padding: 28px 24px 40px;
	border-radius: 8px;
	border: solid 1px #f4f4f7;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	margin:0 auto;
	margin-bottom:40px;
}
.reviews .review-content .review-logo{
	width: 305px;
	float: left;
	margin-right: 57px;
}
.reviews .review-content .review-logo img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 12.4px auto 53.3px;
}
.btn{
	display: block;
	font-size: 20px;
	line-height: 0.8;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 13px 14px;
	margin-bottom: 8px;
	border: solid 2px #e4e4eb;
	border-radius: 8px;
	color: var(--master-link-color);
	background: var(--color-array-cta_button_bg_color);
	white-space: nowrap;
}

.btn-hot:hover,
.btn-hot:active{
	filter:saturate(0.5) !important
}

.btn:hover, .btn-green:hover{
	background: var(--color-array-cta_button_bg_color_hover);
	text-decoration: none;
}

.btn.processing,
.btn.saved{
	font-size:0
}

.btn.processing:after{
	content: "\e5d5";
	font-size:20px;
	font-family: "Material Icons";
	position: absolute;
	left: 0;
	right: 0;
	top: 11px;
	animation: butback 1s infinite linear;
}

.btn.saved:after{
	font-size:20px;
	content: "\e876";
	font-family: "Material Icons";
 
}

.admin.insights_stockbrokers_com .btn-blue:hover{
	background: #EDF7EC !important;
}

.admin.insights_forexbrokers_com .btn-blue:hover{
	background: #F5FAFC !important;
}


.site-stockbrokerscom .admin .btn-blue:hover{
	background: #EDF7EC !important;
}

.site-forexbrokerscom .admin .btn-blue:hover{
	background: #F5FAFC !important;
}

body[class*='insights_'] footer:has(.footer-links){
	display:none !important
}


.btn span{
	vertical-align: sub;
}
.reviews .review-content .review-logo p, .offertext{
	color: var(--main-gray-med);
	font-size: 1em !important;
	font-weight: normal;
	line-height: 1.33 !important;
	text-align: center;
	margin: 0 0 4px !important;
}
.reviews .review-content .review-logo p:last-child{
	margin: 0;
}
.reviews .review-content .review-score{
	width: 340px;
	float: left;
	font-size: 20px;
	line-height: 1.6;
	color: var(--main-gray-med);
}
.reviews .review-content .review-score .score-left-title{
	color: var(--main-gray-black);
	font-weight:800
}
.reviews .review-content .review-score .score-stars{
	margin-bottom: 32px;
}
.reviews .review-content .review-score .score-stars .score-stars-right{
	float: right;
}
.reviews .review-content .review-score .score-stars .score-stars-right .icon-asset{
	color: #e4e4eb;
	margin: 0 -2px;
	vertical-align: text-bottom;
}
.reviews .review-content .review-score .score-stars .score-stars-right .icon-asset.active{
	color: var(--color-array-star_rating_color);
}
.reviews .review-content .review-score .score-stars .score-stars-right .icon-asset:last-child{
	margin-right: 7px;
}
.reviews .review-content .review-score .score-deposit{
	clear: both;
	margin-bottom: 24px;
}
.reviews .review-content .review-score .score-deposit .score-deposit-right{
	float: right;
}
.reviews .review-content .review-score .score-risk{
	clear: both;
	margin-bottom: 4px;
}
.reviews .review-content .review-score .score-risk .score-risk-right{
	float: right;
	font-weight: 800;
}
.reviews .review-content .review-score .score-percentage{
	clear: both;
	display: flex;
	color: var(--main-gray-black);
	font-size: 24px;
	font-weight: 800;
	justify-content: center;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
	background-size: auto 8px;
	background-repeat: no-repeat;
}
.reviews .review-content .review-score .score-percentage.forexbroker{
	background-image: url(https://rmgcore2.s3.amazonaws.com/webp/fm48v4s/forexbroker.webp);
}
.reviews .review-content .review-score .score-percentage > div{
	display: inline-block;
	width: 52px;
	text-align: center;
	border: 4px solid #ccc;
}
.reviews .review-content .review-score .score-percentage > div:first-child{
	
	
	
	
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.reviews .review-content .review-score .score-percentage > div:last-child{
	
	
	
	
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.reviews .review-content .review-score .score-percentage > div.per20{
	border-color: #ab0e0e;
	background-color: #ab0e0e;
}
.reviews .review-content .review-score .score-percentage > div.per40{
	border-color: #f31212;
	background-color: #f31212;
}
.reviews .review-content .review-score .score-percentage > div.per60{
	border-color: #fbb040;
	background-color: #fbb040;
}
.reviews .review-content .review-score .score-percentage > div.per80{
	border-color: #3baa13;
	background-color: #3baa13;
}
.reviews .review-content .review-score .score-percentage > div.per100{
	border-color: #1e6006;
	background-color: #1e6006;
}
.reviews .review-content .review-score .score-percentage > div.act{
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-width: 8px;
	border-radius: 100%;
	background-color: transparent;
}
.reviews .review-content .review-stats{
	clear: both;
	padding-top: 40px;
}
.reviews .review-content .review-stats ul.nav-tabs{
	margin: 0 -24px 22px;
	padding: 0;
	border-bottom: #e4e4eb 2px solid;
}
.reviews .review-content .review-stats ul.nav-tabs:after{
	content: "";
	display: block;
	clear: both;
}
.reviews .review-content .review-stats ul.nav-tabs li{
	float: left;
	list-style: none;
	padding: 0 12px 8px;
	margin-bottom: -2px;
}
.reviews .review-content .review-stats ul.nav-tabs li.act{
	border-bottom: 2px solid var(--main-gray-black);
}
.reviews .review-content .review-stats ul.nav-tabs li a{
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
.reviews .review-content .review-stats ul.nav-tabs li.act a{
	color: var(--main-gray-black);
}
.reviews .review-content .review-stats .toggle-tab{
	color: var(--main-gray-med);
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	height: 0;
}
.reviews .review-content .review-stats .toggle-tab.act{
	height: auto;
}
.reviews .review-content .review-stats .toggle-tab a{
	color: #2e759c;
	text-decoration: underline;
}
.reviews .review-content .review-stats .toggle-tab table tr th{
	color: var(--main-gray-black);
	font-size: 14px;
	text-align: left;
	padding-top: 17px;
	padding-right: 13px;
}

.review-content .ProsCons table tbody{
	display: flex;
	justify-content: space-between;
	grid-gap: 20px;
	flex-flow:column;
}

.review-content .ProsCons table tbody tr{
	display:flex;
	flex-direction:column
}

.review-content .ProsCons table tbody td{
	vertical-align: top;
}
.review-content .ProsCons table tbody td li{
	font-size:inherit;
	margin-left:-25px
}

.review-content .ProsCons table tbody td li:empty{
	display:none
}

@media screen and (min-width: 768px){
	.reviews .review-content .review-logo .score-stars,
	.reviews .review-content .review-stats .toggle-tab .toggle-nav{
		display: none;
	}
	.reviews .review-content .review-stats .toggle-tab{
		transform: translateY(20px);
		opacity: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.reviews .review-content .review-stats .toggle-tab.act{
		opacity: 1;
		transform: translateY(0px);
	}
}

.reviews{
	margin-top:36px;
}

@media screen and (max-width: 767px){
	.reviews{
		max-width: 343px;
		margin: auto;
		margin-top:36px;
	}
	.reviews h2{
		font-size: 20px;
		margin: 24px 0;
	}
	.reviews .review-content{
		padding: 34px 16px 0;
	}
	.reviews .review-content .review-logo{
		width: auto;
		float: none;
		margin: 0 0 42px;
	}
	.reviews .review-content .review-logo img{
		margin: 0 auto 16px!important;
	}
	.reviews .review-content .review-logo .score-stars{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		line-height: 1.5;
		color: var(--main-gray-med);
		margin-bottom: 24px;
	}
	.reviews .review-content .review-logo .score-stars span.ng-star-inserted{
		font-size: 16px;
		color: #e4e4eb;
	}
	.reviews .review-content .review-logo .score-stars span.ng-star-inserted:last-child{
		margin-right: 4px;
	}
	.reviews .review-content .review-logo .score-stars span.ng-star-inserted.active{
		color: var(--color-array-star_rating_color);
	}
	.reviews .review-content .review-score .score-stars{
		display: none;
	}
	.reviews .review-content .review-score{
		width: 100%;
		float: none;
		font-size: 16px;
	}
	.reviews .review-content .review-score .score-deposit{
		padding-bottom: 18px;
		margin-bottom: 18px;
		border-bottom: 2px solid #e4e4eb;
	}
	.reviews .review-content .review-score .score-percentage > div{
		width: 46px;
	}
	.reviews .review-content .review-score .score-percentage > div.act{
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.reviews .review-content .review-score .score-risk{
		margin-bottom: 5px;
	}
	.reviews .review-content .review-score .score-risk .score-risk-right{
		font-size: 20px;
	}
	.reviews .review-content .review-stats{
		padding-top: 31px;
	}
	.reviews .review-content .review-stats ul.nav-tabs{
		display: none;
	}
	.reviews .review-content .review-stats .toggle-tab{
		height: 52px;
		margin: 0 -16px;
		padding: 0 16px;
		border-top: 2px solid #e4e4eb;
	}
	.reviews .review-content .review-stats .toggle-tab.act{
		padding-bottom: 15px;
	}

	.reviews .review-content .review-stats .toggle-tab a.toggle-nav{
		display: block;
		line-height: 1.25;
		color: var(--main-gray-black);
		font-weight: 800;
		text-decoration: none;
		padding: 15px 0;
	}

	.reviews .review-content .review-stats .toggle-tab a.toggle-nav:after{
		display: block;
		content: "expand_more";
		font-family: "Material Icons";
		position: absolute;
		right: 10px;
		top: 15px;
		font-size: 20px;
	}

	.reviews .review-content .review-stats .toggle-tab.act a.toggle-nav:after{
		content: "expand_less";
	}

	.reviews .review-content .review-stats .toggle-tab a.toggle-nav > span{
		float: right;
		color: #7f8ca4;
		font-size: 24px;
	}
	.reviews .review-content .review-stats .toggle-tab.act a.toggle-nav > span.close{
		display: none;
	}
	.reviews .review-content .review-stats .toggle-tab:not(.act) a.toggle-nav > span.open{
		display: none;
	}
}
:root{
	--main-gray-med: #545454;
	--main-gray-black: #231f20;
	--main-light: var(--master-light-color);
	--main-green: var(--master-color);
	--main-green-black: var(--master-link-color);
}

/* Header */
header{
	position: relative;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

header a.logo,
header a.logo:hover{
	width: 200px;
	height: 34px;
	background: var(--master-logo);
	background-position: center center;
}

header ul.navigationv3{
	padding: 0;
	margin: 0;
}

.site-brokernotesco .compare-offer-minimums,
.site-forexbrokerscom .compare-offer-minimums{
	min-height:134px !important
}

.star-rating-loc small{
	font-size:12px;
	font-weight:normal;
	color:#5d5d5d
}


.ten10s{
	font-size:12px;
	font-weight:normal;
	color:#5d5d5d
}

header ul.navigationv3 li{
	list-style: none;
}
header ul.navigationv3 > li{
	display: inline-block;
}
header ul.navigationv3 > li > a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: var(--color-array-navlink);
	text-decoration: none;
	padding: 24px 0px 24px;
	margin: 0 16px;
	border-bottom: transparent solid 4px;
}

header ul.navigationv3 > li > a:last-child{
	margin-right: 0;
}
header ul.navigationv3 > li > a span.open,
header ul.navigationv3 > li > a span.close{
	position: relative;
    bottom: -5px;
	color: #7f8ca4;
}
header ul.navigationv3 > li:not(:hover) > a span.open{
	display: none;
}
header ul.navigationv3 > li:hover > a{
	font-weight: bold;
	color: var(--color-array-navlinkhover);
	border-color: var(--color-array-navlinkhoverunderline);
}
header ul.navigationv3 > li:hover > a span.close{
	display: none;
}
header ul.navigationv3 > li ul{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	padding: 0;
}
header ul.navigationv3 > li ul:after{
	content: "";
	display: block;
	clear: both;
}
header ul.navigationv3 > li ul li{
	position: relative;
	float: right;
	width: 25%;
	padding: 30px;
	border-top: 1px solid #e4e4eb;
	background: #ffffff;
	box-sizing: border-box;
}
/*
header ul.navigationv3 > li ul li:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 39px;
	width: 1px;
	height: calc(100% - 78px);
	background: #e4e4eb;
	z-index: 1;
}
*/
header ul.navigationv3 > li ul li:last-child:before{
	display: none;
}
header ul.navigationv3 > li ul li a{
	position: relative;
	display: block;
	color: var(--color-array-subnavlink);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
	text-decoration:none;
}

header ul.navigationv3 > li ul li a img{
	margin-right:10px;
}

header ul.navigationv3 > li ul li a:last-child{
	margin-bottom: 0;
}
header ul.navigationv3 > li ul li a:hover{
	color: var(--color-array-subnavlinkhover);
	text-decoration: underline;
	font-weight: bold;
}
header ul.navigationv3 > li ul li a:hover span.icon-asset{
	color: var(--color-array-subnavlink);
	font-weight: normal;
}
header ul.navigationv3 > li ul li a span.ng-star-inserted,
header ul.navigationv3 > li ul li a:hover span.ng-star-inserted{
	font-weight: normal;
}
header ul.navigationv3 > li ul li a.all-guides{
	color: var(--color-array-subnavlink);
	font-weight: bold;
}
header ul.navigationv3 > li ul li a .icon-asset{
	font-family: 'Material Icons';
	display: inline-block;
	position: relative;
    bottom: -6px;
	margin-right: 10px;
	font-size: 24px;
	line-height: 0;
	color: #7f8ca4;
}
header ul.navigationv3 > li ul li a.all-guides .icon-asset{
	margin-left: 5px;
}
header .mobile-menu-button a i{
	display: block;
	color: var(--color-array-menu_link, var(--main-green-black) );
	font-size: 24px !important;
}
html.mobile-menu-active .mobile-menu-button .open{
	display: none;
}
html:not(.mobile-menu-active) .mobile-menu-button .close{
	display: none;
}

/* Body */
body.active-header-menu:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.43);
	z-index: 6;
}
.page-home section{
	padding-left: 32px;
	padding-right: 32px;
}
.page-home section:not(.hero){
	max-width: 1376px;
	margin-left: auto;
	margin-right: auto;
}

.round-box{
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	padding: 24px 27px 24px 26px;
	background-color: #fff;
}

.spc-title{
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
	color: var(--main-gray-black);
}
.spc-title:after{
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin: 8px 0 16px;
	background: var(--main-green);
}

.text-aftertitle{
	max-width: 750px;
	color: var(--main-gray-med);
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 40px;
	margin-top: 0;
}
ul.text-aftertitle{
	padding-left: 21px;
}
ul.text-aftertitle li{
	line-height: 32px;
	margin-bottom: 15px;
}

.btn-green{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	color: var(--main-green-black);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	border: solid 2px #e4e4eb;
	background-color: var(--color-array-cta_button_bg_color);
	cursor:pointer;
}
.btn-green:hover{
	color: var(--main-green-black);
	text-decoration: none;
}
.btn-green .icon-asset{
	margin-left: 8px;
}

.SB-Homepage-Desktop{
	background-color: var(--main-light);
	border-radius: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.whitearea{
	padding-top: 140px;
	padding-bottom: 140px;
}

.whitearea-leftimage:after{
	content: "";
	display: block;
	clear: both;
}
.whitearea-leftimage .whitearea-leftimage-image{
    width: calc(50% - 17px);
    margin-right: 17px;
    float: left;
}
.whitearea-leftimage .whitearea-leftimage-image img{
	max-width: 100%;
    height: auto;
    border-radius: 48px;
}
.whitearea-leftimage .whitearea-leftimage-content{
	width: calc(50% - 17px);
    margin-left: 17px;
    float: left;
}
.whitearea-leftimage .whitearea-leftimage-content h2{
	margin-top: 20px;
}

@media screen and (max-width: 1000px) {
	.SB-Homepage-Desktop{
		padding-top: 40px;
		padding-bottom: 40px;
		border-radius: 0;
	}
	.whitearea{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.whitearea-leftimage .whitearea-leftimage-image,
	.whitearea-leftimage .whitearea-leftimage-content{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	.whitearea-leftimage .whitearea-leftimage-image img{
		border-radius: 40px;
	}
	.responsive-reverse .inner{
		display: flex;
		flex-flow: column-reverse;
	}
	.responsive-reverse .inner > div{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.side-by-side-comparisons .side-by-side-content{
		margin-top: 25px;
	}
}

.carousel-container{
	position: relative;
}
.carousel-navigate-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	position: absolute;
	top: calc(50% - 12px);
	transform: translateY(-50%);
	color: var(--main-green-black);
	border-radius: 80px;
	border: solid 2px #e4e4eb;
	background-color: #fff;
	cursor:pointer;
	user-select: none;
	opacity:.5
}

.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .ranting + p,
.page-home.site-uk .page-body .featured-partners:nth-child(2) .ranting + p{
	display:none
}

@media screen and (min-width: 768px) {
	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) img:not(.logo-broker img):not(.starv2){
		margin-bottom:10px;
	}
	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) hr{
		margin:0
	}
	
	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .carousel-navigate-arrow{
		display:none
	}

	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .carousel-item p{
		line-height: normal;
		margin-bottom:10px;
	}

	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .SB-Homepage-Desktop{
		padding-top:40px;
		padding-bottom:40px;
	}

	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .ranting{
		border:none;
		margin:0 auto;
		padding:0;
		margin-bottom:10px;
	}

	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .featured-partners-carousel-container{
		grid-template-columns: repeat(auto-fill, minmax(267px, 1fr));
		grid-auto-flow:dense
	}

	.page-home.site-forexbrokerscom .page-body .featured-partners:nth-child(2) .carousel-item{
		width:auto
	}


	.page-home.site-uk .page-body .featured-partners:nth-child(2) img:not(.logo-broker img):not(.starv2){
		margin-bottom:10px;
	}
	.page-home.site-uk .page-body .featured-partners:nth-child(2) hr{
		margin:0
	}
	.page-home.site-uk .page-body .featured-partners:nth-child(2) .ranting + p{
		display:none
	}
	.page-home.site-uk .page-body .featured-partners:nth-child(2) .carousel-navigate-arrow{
		display:none
	}

	.page-home.site-uk .page-body .featured-partners:nth-child(2) .carousel-item p{
		line-height: normal;
		margin-bottom:10px;
	}

	.page-home.site-uk .page-body .featured-partners:nth-child(2) .SB-Homepage-Desktop{
		padding-top:40px;
		padding-bottom:40px;
	}

	.page-home.site-uk .page-body .featured-partners:nth-child(2) .ranting{
		border:none;
		margin:0 auto;
		padding:0;
		margin-bottom:10px;
	}

	.page-home.site-uk .page-body .featured-partners:nth-child(2) .featured-partners-carousel-container{
		grid-template-columns: repeat(auto-fill, minmax(267px, 1fr));
		grid-auto-flow:dense
	}

	.page-home.site-uk .page-body .featured-partners:nth-child(2) .carousel-item{
		width:auto
	}
}





.carousel-navigate-arrow:hover{
	opacity:1
}

.carousel-navigate-arrow:hover{
	text-decoration: none;
}
.carousel-navigate-arrow span{
	font-size: 30px;
}
.carousel-navigate-arrow.disabled{
	display: none;
}
.carousel-navigate-arrow.carousel-arrow-left{
	left: -20px;
}
.carousel-navigate-arrow.carousel-arrow-right{
	right: -20px;
}

.page-home .hero{
	position: relative;
	background: #ccc var(--master-hero);
  background-size: cover;
    color: #fff;
	padding: 118px 32px 220px;
}

.page-home .hero .inner{
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(300px,1fr) 1fr;
	max-width:1200px;
}

.page-home .hero .inner > div:last-child{
	display: grid;
	justify-content: end;
	grid-template-columns: repeat(auto-fill, 260px);
}

.page-home .hero .inner > div h1{
	max-width: 500px;
	font-size: 56px;
	font-weight: 800;
	line-height: 1.29;
	margin: 8px 0 16px;
}
.page-home .hero .inner > div p{
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5;
}
.page-home .hero .inner .guide-label{
	position: relative;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.71;
	color: var(--main-gray-black);
	padding: 16px 16px 16px 50px;
	margin: 0 8px 16px;
	border-radius: 16px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.page-home .hero .inner a > .guide-label:hover, .guide-label:hover{
	background: #e4e4eb;
	text-decoration: none !important
}

.page-home .hero .inner .guide-label .icon-asset{
	position: absolute;
   left: 16px;
	top: 48%;
	transform: translateY(-50%);
	color: var(--main-green);
	font-size: 26px;
}
.page-home .hero .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

.featured-partners .featured-on{
	color: var(--main-gray-med);
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	
	
	
	
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.featured-partners .featured-on:after{
	content: "";
	display: block;
	clear: both;
}
.featured-partners .featured-on .inner .feature-logo-container{
	overflow: hidden;
}
.featured-partners .featured-on .inner .feature-logo-container div{
	display: flex;
	justify-content: space-around;
	margin: 34px 0;
	align-items: center;
}

.featured-partners .featured-on .inner .feature-logo-container div img{
	max-height: 36px;
	width:auto;
	height:auto
}
.featured-partners .featured-on .inner .feature-logo-container i{
	display: inline-block;
}
.featured-partners .featured-on .inner .feature-logo-container i.wsj{
	background: url(https://cdn.stockbrokers.com/uploads/em5v53p/the-wall-street-journal.jpg) 0 0 no-repeat;
}
.featured-partners .featured-on .inner .feature-logo-container i.the-new-york-time,
.featured-partners .featured-on .inner .feature-logo-container i.cnbc,
.featured-partners .featured-on .inner .feature-logo-container i.finance-yahoo,
.featured-partners .featured-on .inner .feature-logo-container i.cnn-money{
	background: url(https://cdn.stockbrokers.com/uploads/drja4ea/press.jpg) 0 0 no-repeat;
}
.featured-partners .featured-on .inner .feature-logo-container i.chicago-tribune{
	background: url(https://cdn.stockbrokers.com/uploads/em5v4ms/chicago-tribune.jpg) 0 0 no-repeat;
}
.featured-partners .featured-on .inner .feature-logo-container i.wsj{
	width: 54px;
	height: 36px;
	background-size: 54px;
}
.featured-partners .featured-on .inner .feature-logo-container i.the-new-york-time{
	width: 124px;
	height: 36px;
	background-size: 124px;
	background-position: center -340px;
}
.featured-partners .featured-on .inner .feature-logo-container i.chicago-tribune{
	width: 127px;
	height: 36px;
	background-size: 127px;
	background-position: center center;
}
.featured-partners .featured-on .inner .feature-logo-container i.cnbc{
	width: 40px;
	height: 36px;
	background-size: 108px;
    background-position: -33px -29px;
}
.featured-partners .featured-on .inner .feature-logo-container i.finance-yahoo{
	width: 92px;
	height: 36px;
	background-size: 110px;
    background-position: -13px -369px;
}
.featured-partners .featured-on .inner .feature-logo-container i.cnn-money{
	width: 134px;
	height: 36px;
	background-size: 134px;
    background-position: -13px -369px;
}
.featured-partners .featured-partners-carousel{
	
	
	
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.featured-partners-carousel-container .carousel-item{
	padding: 24px 16px 16px;
}
.featured-partners-carousel-container .carousel-item img{
	max-width: 100%;
	height: auto;
}
.featured-partners-carousel-container .carousel-item .ranting{
	max-width: 210px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--main-gray-black);
	padding-top: 27.3px;
	border-top: 1px solid #e4e4eb;
	margin: 18.5px auto 16px;
}
.featured-partners-carousel-container .carousel-item .ranting .icon-asset{
	font-size: 16.7px;
}
.ranting .ng-star-inserted{
	color: var(--color-array-star_rating_color);
}
.featured-partners-carousel-container .carousel-item .ranting .icon-asset.active{
	color: var(--color-array-star_rating_color);
}
.featured-partners-carousel-container .carousel-item p{
	min-height: 48px;
	line-height: 1.5;
	color: var(--main-gray-med);
	margin-bottom: 23px;
	white-space:normal
}

.site-stockbrokerscom .featured-partners-carousel-container .carousel-item p.cfd,
.site-stockbrokerscom .featured-partners-carousel-container .carousel-item .ranting .icon-asset{
	display:none !important
}
.site-stockbrokerscom .featured-partners-carousel-container .carousel-item .ranting{
	margin-bottom:0px
}

.featured-partners-carousel-container .carousel-item p .bonus{
	color: var(--main-gray-black);
	font-weight: 500;
}
.featured-partners-carousel-container .carousel-item .btn-green{
	width: 100%;
}

.toughest-review .whitearea-leftimage-content img{
	float: right;
	max-width: 100px;
}

.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item{
	padding: 24px 26px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--main-gray-black);
}
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item a,
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item a:hover{
	color: var(--main-gray-black);
	text-decoration: none;
}
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item img{
	width: 24px;
	height: 24px;
	margin-right: 16px;
	vertical-align: top;
}
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item .vs{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #677182;
	background: #fff;
	padding: 16px 8px;
}
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item .vs:before,
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item .vs:after{
	content: "";
	position: relative;
    top: -5px;
    width: 37px;
    display: inline-block;
    height: 1px;
    background-color: #e4e4eb;
}
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item .vs:before{
	margin-right: 8px;
}
.featured-comparison .featured-comparison-carousel .featured-comparison-carousel-container .carousel-item .vs:after{
	margin-left: 8px;
}

.side-by-side-comparisons:after{
	content: "";
	display: block;
	clear: both;
}
.side-by-side-comparisons .inner > div{
	float: left;
}
.side-by-side-comparisons .side-by-side-content{
	width: calc(51% - 32px);
	margin-right: 32px;
}
.side-by-side-comparisons .side-by-side-img{
	width: 49%;
}
.side-by-side-comparisons .side-by-side-img img{
	max-width: 100%;
	height: auto;
}

.featured-review .featured-review-carousel-container,
.featured-comparison-carousel-container,
.featured-partners-carousel-container{
	display: grid;
	gap: 20px;
	grid-auto-flow: column;
	scroll-snap-type: x mandatory;
	overflow: hidden;
	overflow-x: scroll;
	white-space:nowrap;
	padding:10px;
	scrollbar-width:none;
	-ms-overflow-style: none;
	justify-content: flex-start;
}

.featured-review .featured-review-carousel-container::-webkit-scrollbar,
.featured-comparison-carousel-container::-webkit-scrollbar,
.featured-partners-carousel-container::-webkit-scrollbar{
	width:0 !important
}

.page-body h3 .material-icons{
	font-size: 32px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.carousel-item{
	scroll-snap-align: start;
}

.featured-review .featured-review-carousel-container .carousel-item{
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--main-gray-black);
}
.featured-review .featured-review-carousel-container .carousel-item a,
.featured-review .featured-review-carousel-container .carousel-item a:hover{
	color: var(--main-gray-black);
	text-decoration: none;
}
.featured-review .featured-review-carousel-container .carousel-item img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-bottom: 5px !important; 
	margin-right:8px;
}

/* carousel */
.carousel-container > div{
	padding: 10px;
    margin: -10px;
	overflow: hidden;
}
.carousel-container > div > div:after{
	content: "";
	display: block;
	clear: both;
}
.carousel-container > div .carousel-item{
	width: 267px;
	box-sizing: border-box;
	display:inline-block;
}

.site-advisorsearchorg .carousel-container > div .carousel-item{
	width: auto !important;
}

.carousel-container > div .carousel-item:last-child{
	margin-right: 0;
}
.carousel-container .carousel-bullets{
	text-align: center;
	padding: 24px 0 0;
	margin: 0;
}
.carousel-container .carousel-bullets li{
	position: relative;
	display: inline-block;
	margin: 0 4px;
	list-style: none;
}
.carousel-container .carousel-bullets li a{
	display: block;
	width: 8px;
	height: 8px;
	border: solid 2px #7f8ca4;
	border-radius: 100%;
}
.carousel-container .carousel-bullets li a.act{
	border-color: var(--main-green-black);
	background-color: var(--main-green-black);
}

/* Gallery carousel */
.gallery-container .gallery-item{
	position: relative;
	display: inline-block;
	image-rendering: auto;
	font-size:0;
	border-radius:12px;
	overflow:hidden;
}


#image-galley .image-gallery-container > div .item-gallery-container img{
	width:auto;
	max-width:100%
}

.gallery-container .gallery-item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0));
	pointer-events: none;
}


.gallery-container .gallery-item{
	counter-increment:ccc
}

.gallery-container:after{
	display: block;
	content: "View Gallery (" counter(ccc) " Images)";
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 153px;
	color: #fff;
	pointer-events: none;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

/*
.gallery-container .gallery-item:first-child:after{
	content:"r";
	display:grid;
	width: 80px;
	height: 73px;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	color: #fff;
	content: "zoom_in";
	font-family: "Material Icons";
	position:absolute;
	top:0;
	text-shadow: 0 0 11px black;
}
*/

#image-galley .image-gallery-container > div .item-gallery-container{
	display:none
}

#image-galley .image-gallery-container > div .item-gallery-container.act{
	display:block;
}

.image-gallery-container{
	text-align:center
}



.gallery-container .gallery-item img{
	width: 180px;
   height: 180px;
	object-fit: cover;
	pointer-events: none;
	object-position: top;
	margin:0 !important
}
.gallery-container .gallery-item > span.material-icons{
	position: absolute;
	right: 8px;
	bottom: 8px;
	color: #fff;
	font-size: 24px;
	pointer-events: none;
}
#image-galley{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.71);
	z-index: 100000000;
	overflow:auto;
	box-sizing: border-box;
	padding:0px 20px;
}

#image-galley::-webkit-scrollbar { width: 0 !important }  

#image-galley.open{
	display: block;
	z-index:1000000000
}
#image-galley > a.close{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index: 9;
}

#image-galley > a .material-icons.close{
	font-size: 40px !important;
}

.image-description{
	margin-top:30px;
}
#image-galley .image-arrow-nav{
	display:flex;
	margin:16px auto;
	gap:20px;
	justify-content: center;

}
#image-galley .image-arrow-nav > a{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: var(--main-green-black);
    border-radius: 80px;
    border: solid 2px #e4e4eb;
    background-color: var(--main-light);
}
#image-galley .image-arrow-nav > a span{
	font-size: 32px;
	pointer-events: none;
}
#image-galley .image-bullet-nav{
	text-align: center;
	margin: 0;
	padding:0
}
#image-galley .image-bullet-nav li{
	display: inline-block;
	margin: 0 4px;
}
#image-galley .image-bullet-nav li a{
	display: block;
	width: 8px;
	height: 8px;
	border: solid 2px #e4e4eb;
	border-radius: 100px;
}
#image-galley .image-bullet-nav li.act a{
	background-color: #fff;
}


/* Boxes */
.container-boxes{
	max-width: 744px;
	margin: auto;
	padding: 50px 0;
	box-sizing: border-box;
}
.boxes{
	margin-bottom: 20px;
	padding: 24px;
	border-radius: 16px;
	border: solid 2px #e4e4eb;
	background-color: var(--master-backdrop-color);
	display:block;
	/*overflow:hidden; Does not allow menus */
}
.boxes .boxes-content{
	margin-bottom: 24px;
}
.boxes .boxes-content:last-child{
	margin-bottom: 0;
}
.boxes .boxes-content p{
	color: var(--main-gray-med);
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: auto
}
.boxes .boxes-content p a{
	color: var(--main-green-black);
	text-decoration: underline;
}

.boxes .boxes-content p a:hover{
	text-decoration: none;
}
.boxes .boxes-content .box-title{
	display: flex;
	align-items: center;
	color: var(--main-gray-black);
	font-weight: 800;
	margin-bottom: 8px;
}
.boxes .boxes-content .box-title .material-icons{
	font-size: 30px;
	color: var(--main-green);
	margin-right: 8px;
}

.boxes-v2{
	display:flex; 
	justify-content:space-between; 
	gap: 24px;
	border: 1px solid #E4E4EB;
	border-radius:16px;
}

.boxes-v2 h3,
.boxes-v2 h4,
.boxes-v2 h5{
	font-size:20px;
	font-weight:800;
	margin:0 0 12px;
	padding:0;
	color:#231F20
}


.boxes-v2 p{
	line-height:32px;
	margin:0 0 12px;
	font-size:20px;
}





.site-advisorsearchorg .boxes .boxes-content img{
	margin-bottom:0
}

/* Footer */
footer .top-footer:after{
	content: "";
	display: block;
	clear: both;
}
footer .logo-footer{
	float: left;
	clear:both
}
footer .logo-footer img{
	max-width: 283px;
	width: 100%;
	height: auto;
	margin-bottom: 24px;
	padding: 0 20px 30px 0;
	border-bottom: 2px solid var(--main-gray-med);
}
footer .top-footer > .menu-footer{
	width: calc(100% - 303px);
	float: left;
}
footer .menu-footer ul{
	display: grid;
	grid-auto-flow: column;
	justify-content: flex-start;
	grid-gap: 24px;
	overflow-x:auto;
}

footer .menu-footer ul::-webkit-scrollbar { width: 0 !important }  

footer .menu-footer ul li{
	display: inline-block;
	white-space:nowrap
}
footer .menu-footer ul li a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none
}
footer .menu-footer ul li a:hover{
	text-decoration: underline;
}
footer .middle-footer ul{
	padding: 0;
	margin: 0 0 50px;
}
footer .middle-footer ul li{
	display: inline-block;
	list-style: none;
	margin-right: 18px;
}
footer .middle-footer ul li:last-child{
	margin-right: 0;
}
footer .middle-footer ul li a img{
	display: block;
	filter: brightness(0) invert(1);
}
footer .middle-footer p{
	max-width: 1076px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 24px;
}
footer .middle-footer p a{
	color: #fff;
	text-decoration:none
}
footer .middle-footer p a:hover{
	text-decoration: underline;
}
footer .footer-certified{
	padding: 16px 0 40px;
}
footer .footer-certified img{
	width: 59px;
	height: 96px;
	margin: 0 32px 0 0;
}

.show-more-click{
	font-weight:bold
}

.read-more{
	display:none
}


.read-more.show{
	display:inherit !important
}

@media screen and (min-width: 1071px) {
	header .mobile-menu-button{
		display: none;
	}
	header ul.navigationv3 > li:hover > a + ul{
		display: flex;
		justify-content: flex-end;
	}
	header ul.navigationv3 .mobile-menu{
		display: none;
	}
	.mobile-menu-button{
		display: none
	}
}

@media screen and (max-width: 1070px) {

	body.active-header-menu:before,
	header ul.navigationv3 > li ul li:before{
		display: none;
	}
	html.mobile-menu-active body header .navigationv3 > li.open > a{
		color: var(--main-gray-black);
		font-weight: bold;
		border-left: 4px solid var(--main-green);
		padding: 15px 8px 15px 12px;
		border-top: 1px solid #e4e4eb;
		border-bottom: 1px solid #e4e4eb;
	}
	html.mobile-menu-active body header .mobile-menu-button a i{
		color: #7f8ca4;
		font-weight: 600;
	}
	html.mobile-menu-active body header .navigationv3 > li:hover > a > span.close,
	html.mobile-menu-active body header .navigationv3 > li:hover > a > span.open{
		color: #7f8ca4;
		pointer-events: none;
	}
	header ul.navigationv3 > li.open > ul{
		display: flex;
		flex-direction: column;
	}
	header ul.navigationv3 > li.open > a span.open{
		display: inline-block;
	}
	header ul.navigationv3 > li.open > a span.close{
		display: none;
	}
	header ul.navigationv3 > li:not(.open) > a span.close{
		display: inline-block;
	}
	header ul.navigationv3 > li:not(.open) > a span.open{
		display: none;
	}

	html:not(.mobile-menu-active) body header .navigation{
		display: none;
	}

	html.mobile-menu-active body header .navigation{
		position: fixed;
		top: 64px;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		background: #fff;
		display:block;
	}

	.navigation li.active{
		box-shadow: 4px 0 0 inset var(--color-array-nav, #224a56 );
	}

	
	html.mobile-menu-active body header .navigation > li{
		border-top: 1px solid #e4e4eb;
		height:auto;
		display:block
	}
	html.mobile-menu-active body header .navigation li a{
		display:block;
		color: var(--main-gray-med);
		font-size: 20px;
		font-weight: normal;
		text-transform: none;
		padding: 16px 8px 16px 16px;
		margin: 0;
		border: 0;
	}

	html.mobile-menu-active body header .navigation li ul li a{
		font-size:16px;
		padding:8px
	}

	html.mobile-menu-active body header ul.navigation > li > a span.open,
	html.mobile-menu-active body header ul.navigation > li > a span.close{
		bottom: 8px;
		color: #7f8ca4;
		float: right;
		font-size: 40px;
	}

	html.mobile-menu-active body header ul.navigation li:hover > ul{
		position:relative;
		top:auto;
		padding:0;
		margin:0;
		margin-bottom:20px;
		margin-left:20px;
		display: block;
		box-shadow: none;
	}

	html.mobile-menu-active body header ul.navigation li{
		position:relative
	}


	html:not(.mobile-menu-active) body header .navigationv3{
		display: none;
	}

	html.mobile-menu-active body header .navigationv3{
		position: fixed;
		top: 64px;
		left: 0;
		width: 100%;
		height: calc(100% - 64px);
		overflow-y: scroll;
		overflow-x: hidden;
		background: #fff;
	}
	html.mobile-menu-active body header .navigationv3 > li{
		display: block;
		border-top: 1px solid #e4e4eb;
	}
	html.mobile-menu-active body header .navigationv3 > li > a{
		color: var(--main-gray-med);
		font-size: 20px;
		font-weight: normal;
		text-transform: none;
		padding: 16px 8px 16px 16px;
		margin: 0;
		border: 0;
	}
	html.mobile-menu-active body header ul.navigationv3 > li > a span.open,
	html.mobile-menu-active body header ul.navigationv3 > li > a span.close{
		bottom: 8px;
		color: #7f8ca4;
		float: right;
		font-size: 40px;
	}
	html.mobile-menu-active body header ul.navigationv3 > li ul{
		position: relative;
	}
	html.mobile-menu-active body header ul.navigationv3 > li ul li{
		float: none;
		width: 100%;
		padding: 0 12px;
		border: 0;
	}
	html.mobile-menu-active body header ul.navigationv3 > li ul li a{
		padding: 12px 6px;
		margin: 0;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul{
		display: flex;
		align-items: center;
		padding-top: 41px;
		padding-left: 19px;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul > li{
		display: inline-block;
		margin-right: 24px;
		padding: 0;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul > li img{
		width: 100%;
		height: auto;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul > li.mb-ig{
		max-width: 21px;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul > li.mb-fb{
		max-width: 12.9px;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul > li.mb-tw{
		max-width: 24px;
	}
	html.mobile-menu-active body header ul.navigationv3 .mobile-social > ul > li > a{
		padding: 0;
	}
	body header .inner > div:not(.mobile-menu-button){
		width: 100%;
		text-align: center;
	}
	html.mobile-menu-active{
		position: relative;
	}
	.active-session .mobile-menu-button{
		display: none !important
	}
	.mobile-menu-button{
		vertical-align: middle
	}
	.mobile-menu-button a{
		color: #fff;
		vertical-align: middle;
	}
	.mobile-menu-button a i{
		font-size: 29px !important;
	}
	.active-session .mobile-menu-button a i{
		color: #fff
	}
}


/* Responsive */
@media screen and (min-width: 768px) {
	.show-more-click{
		display: none;
	}

	.carousel-container .carousel-bullets{
		display: none;
	}
	.featured-partners{
		margin-top: -100px;
	}
	.featured-partners .featured-on .inner > div{
		width: calc(100% - 152px);
		float: left;
	}
	.featured-partners .featured-on .inner > div:first-child{
		width: 119px;
		text-align: left;
		padding: 6px 0;
		margin: 32px 31.5px 32px 0;
		border-right: #e4e4eb solid 1px;
	}
}

@media screen and (max-width: 767px) {
	body.no-scroll{
		overflow: hidden;
	}
	#body > .page-body{
		padding-bottom: 0;
	}
	body header{
		padding: 15px 0;
	}

	
	.page-reviews .financial-advisor-firm-top .date{
		font-size: 14px;
		line-height: 1.29;
		padding: 8px 0 16px;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card{
		padding: 10px 16px 24px;
		border-top: 12px solid #262262;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-top{
		width: 100%;
		float: none;
		margin: 0 0 34px;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-top h2{
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-top p a{
		font-size: 16px;
		line-height: 1.5;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-img{
		width: 132px;
		height: 80px;
		margin-right: 16px;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-overall-rating{
		width: calc(100% - 148px);
		margin: 0;
		border: 0;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-year-registered,
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-disciplinary-alerts,
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-conflict-alerts{
		display: flex;
		justify-content: space-between;
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
		padding: 44px 0 22px;
		border: 0;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-year-registered > div,
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-disciplinary-alerts > div,
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-conflict-alerts > div{
		margin: 0;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-disciplinary-alerts{
		padding: 0 0 26px;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-conflict-alerts{
		padding: 0;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .content{
		font-size: 16px;
		line-height: 1.5;
	}
	.financial-advisor-firm-top .financial-advisor-firm-card .financial-advisor-firm-card-firm{
		padding: 27px 0 0;
	}

	.show-more .show-more-click{
		color: var(--main-green-black);
		text-decoration: underline;
	}
	.show-more.open .show-more-click{
		display: none;
	}

	.show-more-content{
		display:none
	}

	.spc-title{
		font-size: 20px;
	}

	.page-about-us .top-about{
		padding-top:0px !important
	}

	.text-aftertitle{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.carousel-container > a{
		display: none!important;
	}
	.btn-green{
		width: 100%;
		padding: 10px;
	}
	.page-home section{
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-home .hero{
		padding: 0 0 34px;
		background: transparent;
	}
	.page-home .hero .inner{
		width: 100%;
		padding: 0;
		margin: 0;
		display:block;
	}

	.page-home .hero .inner > div:last-child{
		display:block;
	}

	.page-home .hero .inner > div{
		padding: 0 16px;
	}
	.page-home .hero .inner > div:first-child{
		position: relative;
		background: #ccc var(--master-hero-mobile) no-repeat !important;
		background-size: cover !important;
		margin-bottom: 40px;
		padding-top: 39px;
		padding-bottom: 59px;
	}
	.page-home .hero .inner > div:first-child:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	}
	.page-home .hero .inner > div h1{
		max-width: 300px;
		font-size: 32px;
		line-height: 40px;
	}
	.page-home .hero .inner > div p{
		max-width: 300px;
	}
	.page-home .hero .overlay{
		display: none;
	}
	.carousel-container > div{
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}
	.carousel-container > div .carousel-item{
		scroll-snap-align: center;
	}

	.page-compare .carousel-container > div .carousel-item{
		scroll-snap-align: none !important
	}

	.featured-partners{
		font-size: 14px;
		line-height: 1.29;
	}
	/*.featured-partners .featured-on .inner .feature-logo-container{
		position: relative;
	}
	.featured-partners .featured-on .inner .feature-logo-container:after{
		content: "";
		position: absolute;
		top: 0;
		right: -16px;
		height: 100%;
		width: 68px;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6))
	}*/
	.featured-partners .featured-on .inner .feature-logo-container div{
		justify-content: space-around;
		margin-top: 16px;
		margin-bottom: 40px;

		justify-content: center;
		align-items: center;
		grid-auto-flow: row;
		flex-flow: column;
		grid-gap: 20px;
	}
	.featured-partners .featured-on .inner .feature-logo-container i.wsj{
		width: 39px;
		height: 24px;
		background-size: 39px;
	}
	.featured-partners .featured-on .inner .feature-logo-container i.the-new-york-time{
		width: 86px;
		height: 24px;
		background-size: 91px;
		background-position: center -253px;
	}
	.featured-partners .featured-on .inner .feature-logo-container i.chicago-tribune{
		width: 89px;
		height: 24px;
		background-size: 89px;
		background-position: center center;
	}
	.featured-partners .featured-on .inner .feature-logo-container i.cnbc{
		display: none;
		width: 37px;
		height: 24px;
		background-size: 89px;
		background-position: -23px -25px;
	}
	.featured-partners .featured-on .inner .feature-logo-container i.finance-yahoo{
		display: none;
		width: 92px;
		height: 24px;
		background-size: 110px;
		background-position: -13px -369px;
	}
	.featured-partners .featured-on .inner .feature-logo-container i.cnn-money{
		display: none;
		width: 134px;
		height: 24px;
		background-size: 134px;
		background-position: -13px -369px;
	}
	.toughest-review .whitearea-leftimage-content img{
		float: none;
		max-width: 87px;
	}

	#image-galley .image-gallery-container > div .item-gallery-container img{
		max-width:100%;
		max-height:80vh;
	}
	#image-galley .gallery-nav-container{
		margin: 0 16px;
	}
	footer{
		padding-top: 24px;
		padding-bottom: 40px;
	}
	footer .logo-footer{
		float: none;
		padding-bottom: 14px;
		margin-bottom: 24px;
		border-bottom: 2px solid var(--main-gray-med);
	}
	footer .logo-footer img{
		max-width: 212px;
		margin: 0;
		padding: 0;
		border: 0;
	}
	footer .menu-footer{
		width: 100% !important;
		float: none;
	}
	footer .menu-footer ul{
		display: block;
		margin: 0;
		padding: 0 0 16px;
	}
	footer .menu-footer ul li{
		display: block;
		margin-bottom: 24px;
	}
	footer .middle-footer ul{
		margin-bottom: 25px;
	}
	footer .middle-footer p{
		font-size: 14px;
		line-height: 18px;
	}
	footer .middle-footer p span{
		display: block;
	}
}


.collapsable-content{
	height: auto;
	overflow: hidden;
	transition: .2s all ease-out;
	max-height: 0;
}
.collapsable-content.expand {
	max-height: 6000px;
	overflow: visible;
	padding-top: 20px;
}

debug{
	display:none
}.icon-mini-boxes{
   display:grid;
   gap:24px;
   margin:24px 0;
   margin-bottom:60px;
}
.icon-mini-boxes > a span{
   display:block;
   font-size:54px;
   margin-bottom:10px;
   text-decoration:none !important
}
.icon-mini-boxes > a{
   padding:24px;
   box-shadow: 0 0 10px #00000029;
   border-radius:16px;
   text-align:center;
}

.icon-mini-boxes > div{
   padding:24px;
   box-shadow: 0 0 10px #00000029;
   border-radius:16px;
   text-align:left;
   display:grid;
   align-items:start
}

.icon-mini-boxes > a:hover,
.icon-mini-boxes > div:hover{
   background:var(--master-backdrop-color);
   text-decoration: none !important;
}

.icon-mini-boxes > div b{
   font-size:20px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   margin-bottom:8px;
   overflow:hidden;
}

.icon-mini-boxes > div p{
   color:#545454;
   color: #545454;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow:hidden !important
}

.icon-mini-boxes p{
   font-size:16px;
   line-height:24px;
   margin:0
}

.icon-mini-boxes > a:hover p,
.icon-mini-boxes > a:hover b{
   text-decoration:underline;
   color:var(--master-link-color-hover) !important
}

.icon-mini-boxes .author-line{
   color:#545454;
   margin-top:10px;
   font-weight:bold;
   font-size:14px;
   align-self:end
}

.icon-mini-boxes img{
   margin:0 !important;
   max-width:160px;
}

.icon-mini-boxes .has-image{
   display:flex;
   gap:20px;
}

.icon-mini-boxes .has-image img{
   width: 169px;
   height: auto;
   max-height:100px;
   border-radius: 16px;
   object-fit: cover;
}

.icon-mini-boxes .has-wide-image img{
   width:100%;
   height:190px;
   max-width:none;
   margin:0 0 10px 0 !important;
   border-radius:16px;
}

.big-blog-boxes .has-image:nth-child(1n + 2),
.image-boxes > div,
.article-boxes .has-image{
   padding:0 !important;
   box-shadow:none !important;
   padding-bottom:20px !important
}

.big-blog-boxes .has-image:nth-child(1n + 2),
.article-boxes .has-image{
   border-bottom:1px #ccc solid;
   border-radius:0;
}

.big-blog-boxes .has-image:last-child{
   border-bottom:none
}

.big-blog-boxes .has-image:first-child{
   display:block;
}

.big-blog-boxes .has-image:first-child img{
   width:100%;
   height:auto;
   max-width:none;
   margin-bottom:10px;
}

.big-blog-boxes > a:hover,
.big-blog-boxes > div:hover,
.image-boxes > div:hover{
   background: none !important
}

.image-boxes{
   align-items:start
}

.page-body .inner{
   max-width:1140px !important;
}

@media screen and (max-width: 768px) {
   .icon-mini-boxes{
      grid-template:none !important
   }

   .big-blog-boxes .has-image:nth-child(1n + 2) img,
   .icon-mini-boxes.blog-boxes:not(.image-boxes) img{
      width:78px !important;
      height: auto !important;
   }

   .icon-mini-boxes > a{
      display: grid;
      grid-auto-flow: column;
      justify-content: left;
      align-items: center;
      gap: 20px;
      padding:16px;
      text-align:left;
   }

   .icon-mini-boxes > div{
      display: grid;
      grid-auto-flow: column;
      justify-content: left;
      align-items: center;
      gap: 20px;
   }

   .icon-mini-boxes > a span{
      margin:0;
      font-size:36px;
   }

   .icon-mini-boxes img{
      margin:8px !important
   }

   .blog-boxes > div{
      display:block !important
   }

   .icon-mini-boxes .has-image{
      display:flex !important;
      align-items:start
   }

   .big-blog-boxes .has-image:first-child{
      display:block !important
   }

   .big-blog-boxes .has-image{
      border:none
   }

   .icon-vs-logos > a{
      grid-auto-flow:row;
      text-align:center
   }

   .blog-boxes{
      gap:20px;
   }

   .author-line i{
      display:block;
   }

   .big-blog-boxes .has-image:nth-child(1n+2){
      gap:10px !important;
   }

   .article-boxes .description{
      display:none
   }

   .v6-boxes .has-image:first-child img{
      width:100% !important;
      margin: 0 0 20px !important
   }

   .image-boxes > div{
      padding: 24px !important;
      box-shadow: 0 0 10px #00000029 !important;
      border-radius:16px !important;
   }

   .icon-mini-boxes .has-wide-image img{
      height: auto !important
   }

}span[data-info],
span[data-popup]{
	cursor: pointer;
	font-size:16px;
	vertical-align: bottom;
	display:inline-block;
	position:relative;
}
span[data-info]:hover:after,
span[data-info]:active:after{
	display: block;
	content: attr(data-info);
	font-size: 12px;
	top:-20px;
	position: absolute;
	font-family: Arial;
	background: #fff;
	padding:10px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	max-width: 170px;
	min-width:120px;
	white-space: normal;
	line-height: 1.4em;
	z-index:100000;
	font-weight:normal
}

.review-cards-outter{
   content-visibility: auto;
}

.popup-text{
	display: block;
	font-size: 12px;
	position: absolute;
	background: #fff;
	padding:10px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	max-width: 130px;
	min-width:100px;
	white-space: normal;
	line-height: 1.4em;
	z-index:100000;
}

.dropdown-ul ul{
   display:none
}

.dropdown-ul{
   margin:0 10px;
   cursor:pointer;
   position:relative
}

.dropdown-ul:hover ul,
.dropdown-ul.active ul{
	display: block;
	position: absolute;
	right: 0;
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px #eee solid;
	border-radius: 5px;
	min-width: 140px;
	z-index: 1000;
	top: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 6px;
}

.dropdown-ul li{
	position:relative
}
.dropdown-ul ul li ul{
	display:none !important
}
.dropdown-ul ul li:hover ul{
	left:100% !important;
	top:0;
	display:block !important
}

.dropdown-ul ul li{
   display:block;
}

.dropdown-ul ul li a{
   display: block;
   padding: 8px 12px;
   text-decoration: none;
   font-size:16px;
}

.dropdown-ul ul li a:hover{
   background:#cbdeff
}



.compare-table span[data-info]:hover:after,
.compare-table span[data-info]:active:after{

}

.tablev2{
	width: 100%;
	border-collapse: collapse;
	font-size: 0;
}

div.table{
	padding:10px;
	position: relative;
}

.tablev2 tr td{
	padding:12px 10px;
  white-space: nowrap;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;

  border-bottom: 1px #f1f1f1 solid;
}

.tablev2 thead tr td{
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold
}

.overflow{
	position: relative
}

.active-section{
	background: #fff;
}

.active-section h1{
	font-size: 18px;
	font-weight: bold;
	color:#333;
	margin-block: 10px;
}

.active-section > form{
	padding:20px
}

.table{
	font-size: 0;
	width: 100%;

	z-index:5;
	border-collapse:collapse;
	border-radius: 8px;

	table-layout: auto;

	box-sizing: border-box;

	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	position: relative
}

.tableV3{
	font-size: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);

	z-index:5;
	border-collapse:collapse;
	border-radius: 3px;

	table-layout: auto;

	border:1px #e0e0e0 solid;
	box-sizing: border-box
}

/*.table thead tr td{
	position: sticky !important;
	top:-1px;
}*/

.table thead tr td{
	font-weight: bold;
	color: rgba(0,0,0,0.54);
}

.table thead .table-actions td > a{

}

.table td .material-icons{
	vertical-align: bottom
}

.table td{
  padding: 10px 15px;

  white-space: nowrap;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;

  border-bottom: 1px #e8e8e8 solid;
  background: #fff;
  max-width: 300px
}


.table thead tr td:first-child{
	border-top-left-radius: 8px;
}
.table thead tr td:last-child{
	border-top-right-radius: 8px;
}
.table-actions td{
	border-bottom: none;
	background: #fff;
	padding:20px;
	border-bottom: #0077d6 solid;
}

.table-actions td i{
	color: #0077d6
}

.table tbody tr:last-child td:first-child{
	border-bottom-left-radius: 8px;
}
.table tbody tr:last-child td:last-child{
	border-bottom-right-radius: 8px;
}

.table tbody p{
	font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
	color: rgba(34, 34, 34, 1);
	letter-spacing: 0.06em;
	font-weight: bold
}

.table tbody tr:hover{
	background: rgba(0,0,0,.03)
}

.table a{
	font-weight: inherit;
	text-decoration: none
}

 


table thead td{
	position:relative
}
table thead td.up:after{
	display:block;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:-3px;
	content: "arrow_drop_up";
	font-family:"Material Icons"
}

table thead td.down:after{
	display:block;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0px;
	content: "arrow_drop_down";
	font-family:"Material Icons"
}

.td-right{
	position: relative;
	text-align: right;
}


.action-menu{
	cursor:pointer;
	text-align: right;
	overflow: visible !important;
	z-index: 1
}

/*
.action-menu{
	cursor:pointer;
	text-align: right;
	overflow: visible !important;
	z-index: 1;
	position:sticky;
	right:-1px;
	background:#fff
}
.table:has(.action-menu) thead tr td:last-child{
	position:sticky;
	right:-1px;
	z-index: 1;
	overflow: visible !important;
}

.action-menu:after,
.table:has(.action-menu) thead tr td:last-child:after{
	display: block;
	position: absolute;
	left: -15px;
	height: 100%;
	background: linear-gradient(270deg, #0000000f, transparent);
	top: 0;
	content: " ";
	width: 15px;
}
*/


.action-menu ul{
	position:absolute;
	background:#fff;
	z-index:10000;
	white-space:nowrap;
	font-size:0;
	text-align:left;
	box-shadow:0 2px 7px rgba(0,0,0,.12);
	display:none;
	width:auto;
	right:10px;
	list-style: none;
	margin:0;
	padding:0;
	margin-top:-20px;
	border-radius: 10px
}

.action-menu li a{
	padding:5px 15px;
	display:block;
	font-size: 16px
}

.action-menu .button{
  font-size: 13px;
  padding: 6px 7px;
  height: auto;
}


.action-menu li a:hover{
	opacity: .8
}

.action-menu:hover > ul{
	display:block;
}

tr.highlight td{
	background: #fffbc5 !important
}

.action-menu li:hover ul{
	left: 100%;
	background: #fff;
	display: block;
	width: fit-content;
	top: auto;
}


.sort thead td[data-sort],
td[data-sort]{
	cursor: pointer;
}

.table sub{
	display: inline-block;
	position: relative;
	font-size: 14px;
	background: #eee;
	padding:3px 7px;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold
}

.td-50 td{
	width: 50%
}


td[data-sort]:after{
	font-family:"Material Icons";
	display: inline;
	content: "unfold_more";
	opacity:.5
}

td[data-sort-direction="1"]:after{
	content: "arrow_drop_down" !important;
	opacity:1
}

td[data-sort-direction="-1"]:after{
	content: "arrow_drop_up" !important;
	opacity:1
}@media screen and (min-width: 768px) {

	/* CLS SHIFTING PROTECTION */
	header{
		height:71px;
	}

	.mobile-only{
		display: none !important;
		position: absolute
	}

	.adv-footer{
		display: none
	}

	.navigation2 span[data-hover]:after{
		content: attr(data-hover);
		position: absolute;
		left:80%;
		top:5px;
		font-size: 0;
		border-radius: 8px;
		z-index: -1;
		color:#fff;
		padding:8px;
		transition: 100ms ease-out left, 100ms ease-out opacity;
		opacity: 0;

	}
	.navigation2 a:hover span[data-hover]:after{
		left: 100%;
		z-index: 10000;
		top:4px;
		font-size: 14px;
		background: #222;
		opacity: 1;
	}

	.overflow.m6{
		overflow-x: hidden;
		overflow-y: clip;
	}

	.mobile-max-6{
		max-height:140px
	}

}

@media screen and (max-width: 768px) {
	.portal-container{
		display:block;
	}

	.carousel-navigate-arrow{
		display:none !important
	}

	li.language_mode{
		width:100%
	}

	li.language_mode li{
		text-align:left
	}

	span[data-info]:active:after, span[data-info]:hover:after{
		font-size:11px !important
	}

	.adv-box{
		display:none;
		position:absolute;
		left:0px;
		height:0px;
		overflow:hidden
	}

	blockquote {
		margin: 0 0 20px auto!important;
		font-size:32px
  	}
	/*
	::-webkit-scrollbar,
	*::-webkit-scrollbar {
		display: none;
	}
	*/
	
	.page-body{
		padding-bottom: 40px
	}
	.active-session .page-body .inner{
		padding:20px 0
	}
	.active-session .avoid-navi{
		padding: inherit
	}
	.active-session header .inner{
		width: auto
	}
	.active-session header .logo{
		display: none !important
	}
	.active-session header{
		position: fixed;
		width: 100vw !important;
		height: auto;
		bottom: 0;
		top:auto;
	}
	.active-session .navigation2{
		display: flex !important;
		flex-flow: row;
		justify-content: space-between;
		width: calc(100vw - 30px);
		margin:0;
		padding:5px 10px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}


	.active-session .navigation2 a{
		font-size: 0
	}
	.active-session .navigation2 ul{
		display: none
	}
	.active-session .navigation2 a span{
		font-size: 32px
	}

	.review-content .ProsCons table tbody{
		display:block;
	}

	.overflow{
		overflow-x:auto;
		overflow-y:clip;
		-webkit-overflow-scrolling: touch;
	}

	.flex-desktop-only{
		display:block !important;
	}

	.navigation2 li{
		height: auto;
	}

	img[style*="float: right"]{
		display: block !important;
		float: none !important;
		margin:0 0 20px;
	}

	img[style*="float: left"]{
		display: block !important;
		float: none !important;
		margin:0 0 20px;
	}

	div[style*="max-width"]{
		max-width: none !important
	}

	.boxes .boxes-content .box-title .material-icons{
		font-size:24px
	}

	.page-reviews .page-body table tr td:first-child{
		width: calc(100% - 120px)
	}

	.page-reviews .page-body table tr td:nth-child(2n){
		text-align: right;
	}

	.boxes .boxes-content .box-title img{
		max-width:50px !important
	}

	.desktop-only{
		display: none !important;
		position: absolute;
		width:0px !important;
		height:0px !important; 
		overflow:hidden !important
	}

	.flex-to-column{
		flex-flow: column;
		align-items:center
	}

	header .seperator{
		display: none
	}

	.microhead h1 {
		font-size: 34px !important;
		padding: 10px 0;
	}

	.pros-cons-2{
		display:block;
		margin-bottom:18px;
	}
	
	header .navigation2{
		display: none
	}

	.mobile-menu-active .navigation2{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    height: 100%;
    max-width: none !important;
    width: 100% !important;
    background: #fff;
    padding: 25px 0;
    z-index: 100000;
	}

	.mobile-menu-active .navigation2 a{
		color: #000 !important
	}

	.mobile-menu-active .navigation2 li{
		display: block;
		padding:10px 30px
	}

	.mobile-menu-active{
		overflow: hidden;
	}

	header .navigation2 ul{
		display: block;
		position: relative;
		border: none;
		width: 100%;
	}

	.table-scroller{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.dispatches{
		width: 95%;
	}

	h2.has-section + section{
		height: auto;
		overflow: hidden;
		/*transition: .5s all ease-out; google does not like this*/
		max-height: 0px;
		border-bottom: 4px #e4e4eb solid;
	}

	h2.has-section + section.active-section{
    max-height: 6000px;
    transition: .2s all ease-in-out;
    overflow: visible;
	}

	.mobile-max-6{
		max-height:180px
	}

	.sticky-mode .disclaimertext{
		text-align:left;
	}

	.sticky-mode #sticky-offer .btn{
		font-size:16px;
		margin-left:10px;
	}

	.half-size{
		max-width:130px;
		display:inline-block;
	}

	.starv2{
		max-width:95px !important
	}

}

@media screen and (max-width: 418px) {
	.inner{
		width: calc(100% - 30px)
	}

	.no-flex-mobile{
		display: block !important
	}
	
	.no-flex-mobile > label{
		margin:10px 0;
	}

	.table tbody td{
		font-size: 14px;
		padding:10px;
		white-space: normal
	}

	.carousel-bullets{
		display:none !important
	}

	header{
		padding:6px 0;
	}
	p, .page-body li, .dropdown-selector > a{
		font-size: 16px !important
	}

	.page-body li{
		padding-bottom:5px
	}

	footer .middle-footer ul li a img{
		padding:2px;
	}

	.reviews .review-content .review-score .score-deposit[style="margin-bottom:0"]{
		border-bottom: none !important;
		margin-bottom:-10px !important
	}

	.reviews .review-content .review-score .score-deposit[style="margin-bottom:0"] .score-deposit-right{
		font-weight: bolder
	}

	img{
		margin-left:0 !important;
		max-width: 100%
	}

	h2.has-section{
		padding-top:0 !important
	}

	input[type=text], input[type=date], input[type=password], input[type=number], input[type=range], select, textarea, .input, .fake-input{
		font-size: 16px;
	}
	
	input::-webkit-input-placeholder{
		font-size: 16px;
	}

	.mobile-force-block{
		grid-template-columns: 1fr !important;
	}

	#trustscore{
		float:none !important;
		clear:both;
		padding:20px;
		margin:20px auto;
		margin-top:-10px;
		text-align:center;
		display:block;
		width:calc( 100% - 40px )
	}

	.page-about-us .about-who-we-are .about-logos{
		display:block !important
	}

	.page-about-us .about-who-we-are .about-logos .round-box{
		margin-bottom:20px;
	}

	.page-about-us .about-who-we-are .about-logos .round-box img{
		max-width:100% !important;
		
	}

}
@media print {
	@page {size: landscape}
	header{
		display: none;
	}
}
