/* 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: #000;
	--master-link-color-hover: #000;
	--master-color: #224a56;
	--master-secondary-color: #1E6006;
	--master-light-color:#f5f8fa;
	--master-backdrop-color: #f8fcf8;
	--master-logo: url(/assets/fi0gi6e-mkn-white.svg) 0 0 no-repeat;
	--master-footer-logo: url(/assets/fi0gi6e-mkn-white.svg) 0 0 no-repeat contain;
	--master-hero: url() top center;
	--master-hero-mobile: url() top center;

	--color-array-background: #fafafa; --color-array-foreground: #fafafa; --color-array-footer: #1A181B; --color-array-menu_link: #fff; --color-array-star_rating_color: #fff; --color-array-cta_button_bg_color: #f8f8f8; --color-array-cta_button_bg_color_hover: #edf7ed; --color-array-cta_background: #f8f8f8; --color-array-nav: #1a181b; --color-array-navlink: #fff; --color-array-navlinkhover: #fff; --color-array-navlinkhoverunderline: #fff; --color-array-subnavlink: #224a56; --color-array-subnavlinkhover: #224a56; --color-array-linkunderline: ; --color-array-sidebarrail: ; --color-array-edusubheader: ; 	--css-array-a: underline; --css-array-a-hover: none; }
body.admin textarea{
   background:#1e1e1e;
   color:#fff;
   font-family: "Monaco";
   font-size: 16px;
   border: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);
}
/*
.material-icons{
	display: none !important
}
*/

.material-icons[data-icon]:after{
	display:block;
	content: attr(data-icon);
}

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);
	margin:0 auto;
	padding-top:75px;
}

.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;
	
}

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;
	-webkit-font-smoothing: antialiased;
	background: var(--color-array-nav);
	position: fixed;
	height:71px
}

.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:none !important;
}

.ad-trk{
	overflow:hidden;
	width:1px;
	height:1px;
	position:absolute;
	display:inline;
	visibility: hidden;
}

.no-scroll-bar::-webkit-scrollbar {
   width: 0 !important
}.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;
}

.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
}


.debug_master{
	display: block; font-size: 13px; position: fixed; 
	line-height:1.6em; top: auto; right: -7px; z-index: 9999999999; 
	background: #fff; border:5px solid #B0B1B2; 
	padding: 20px; max-width: 600px; 
	bottom: 30px;
	left:100%;
	transition:200ms all ease;
	white-space:nowrap;
}

.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{
	left:75%;
}
.admin #body > .inner{
	padding:20px 0
}


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

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

.table-admin-dashboard td{
	padding:14px 7px;
	border-bottom: 1px rgba(34, 74, 86, 0.2) solid;
	color:#3a3a3a;
	max-width:600px;
	word-wrap:break-word;
	word-break: break-word;
	
}

.admin .inner{
	max-width: none
}

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

.note-taker p{
	padding-bottom: 20px
}.page-body{
	padding:40px 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;
}

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

.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{
	width:auto;
	height:auto
}

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

.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
}

.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
}

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

	iframe[title*='YouTube']{
		width:auto;
		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:not(.disclaimertext){
		font-size: 14px !important
	}

	h2.has-section{
		margin-top:16px;
		padding-right:30px;
	}
	.page-body h2{
		font-size: 32px;
		margin-bottom: 12px;
		margin-top: 12px;
		padding:0;

	}

	.page-body h2.has-section{
		padding-right:33px
	} 
	
	.page-body h3{
		font-size: 27px;
		margin-bottom: 18px
	}
	.page-body h4{
		font-size: 21px;
		margin-bottom: 18px
	}
	h2.has-section:after{
		display: block;
		content: "\e313";
		color: #7f8ca4;
		font-family: "Material Icons";
		font-size: 38px;
		position: absolute;
		right: 0px;
		top: -10px;
	}
	.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
	}
	/* removed july 25th
	article h2.has-section + section{
		margin-bottom: 12px; 
	}
	*/

}

#image-galley .image-gallery-container > div .item-gallery-container img{
	margin: 0 auto;
}
#image-galley .gallery-nav-container > .image-description{
	text-align:center
}
.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 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 thead tr:first-child > th {
    background: #acb8bb!important;
    font-weight: bold
}

.compare-table tr td:first-child {
    text-align: left;
    padding-left: 0
}

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

.compare-table tr td:first-child {
	position: sticky;
	left: 0;
	height: auto;
	background: #fff;
	z-index: 1000;
	font-weight:bold
}

.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-nav{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px #e4e4eb 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: 2px #231f20 solid !important;
	color:#000 !important
}

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

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

p a{
	font-weight:bold;
}

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

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


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

.compare-table thead tr:first-child {
	background: transparent;
}

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

.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 {
	position: relative;
	color: #545454;
	font-size: 16px;
	border: 0;
	padding: 12px 16px;
	min-width:92px
}

.compare-table tbody tr td: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 {
		width: 128px;
	}

	.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 {
		max-width: 96px;
	}

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

.red{
	color: red
}

.grey{
	color: #8c8c8c
}

a{
	color: var(--master-link-color);
	text-decoration:none
}

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

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

.page-body p a, .page-body li a{
	text-decoration-color: var(--color-array-navlinkhoverunderline, 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:red;
}

.tr-closed{
	opacity: .4
}
.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;
}


.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: 16px;
	font-family:inherit;
	border-radius: 6px;
	padding:0 16px;
	height: 40px;
	text-transform: uppercase;

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

	transition: width 1s ease;
	position: relative
}

.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:30px !important;
	font-size:13px !important;

	position:absolute;
	left:	240px;
	width:calc(100% - 300px) !important;
	top:6px
}
.big-data-table a{
	font-size:13px;
}
.big-data-table > div > div{
	padding:5px 20px;
}
.big-data-table > div > div:nth-child(2n){

}

.big-data-table label{
	padding:10px 0
}

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

.button:hover,input[type=submit]:hover,input[type=button]:hover{
	cursor:pointer;
}
.button i{
	vertical-align: middle
}

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

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

form{
	font-size: 0;
}

/* login page */
.page-form{
	padding:30px 20px;
}
.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:rgba(51, 51, 51, 0.56)
}



input[type=text],
input[type=date],
input[type=password],
input[type=number],
input[type=tel],
input[type=range],
input[type=datetime-local],
input[type=time],
select,
textarea,
.textarea,
.input,
.fake-input{
	padding:12px;
	width:100%;
	height:40px;
	background:#fff;
	border-radius: 3px;
	color:#333;
	text-align:left;
	border:2px rgba(34, 74, 86, 0.56) solid;
	vertical-align:middle;
	font-size: 16px;
	font-family:inherit;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
}

input[type='text']:focus,input[type='number']:focus,input[type='tel']:focus,input[type='password']:focus,textarea:focus{
	border:2px rgba(34, 74, 86, 0.86) solid;
}

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

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

.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: auto;
	min-width: 120px
}

.sortable{
	user-select: none;
}

.fake-input > a, .fake-input > span{
	/*white-space: nowrap; does not work */
	text-decoration: underline;
	display: inline-block;
	font-weight: 700;
	background: #f2f2f2;
	padding: 3px 6px;
	border: 1px #dcdcdc solid;
	border-radius: 3px;
	cursor:pointer;
	color:var(--master-link-color-hover)
}

.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:hover, .fake-input > span:hover{
	text-decoration: line-through;
}

.input-drop{
	position: absolute;
	left: 0;
	top: auto;
	background: #fff;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	max-height: 320px;
	overflow-y:auto;
	border:none
}

.input-drop a{
	display: block;
	padding: 6px;
	font-weight: normal;
	border-bottom: 1px #eee solid;
	text-decoration: none;
	color: #262262;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px
}

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

.input-drop a:hover{
	background: #fafafa
}

textarea{
	text-indent: 0;
}

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]{
	background: #eaeaea;
	pointer-events:none;
}

.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 20px;
	position: relative;
	width:100%
}

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
}

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;
}

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


form.processing #publish,
form.saved #publish{
	color:rgba(0,0,0,0) !important;
}
form.processing #publish: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)
	}
}
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;
}
.logo, .logo:hover{
	background: 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: 100px;
	background-size: contain !important;
	
}


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

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

select{
	width:100%;
	background:#fff url(/assets/490b57-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
}

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

.navigation > li{
	height: 56px
}

.navigation li.active{
	box-shadow: 0 -5px 0 inset #ddd;

}

.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{
	text-decoration: none !important;
}


.navigation a:hover{
	opacity: .7;
	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: 50px;
	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;
	grid-gap:20px;
}

.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;
}

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

.hide-children > div{
	display: none
}

.hide-children div.target{
	display: block !important
}
.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:20px;
	margin-bottom: 20px
}

.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;
}

/* 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: 44px;
	height: 44px;
	color: var(--main-green-black);
    border-radius: 80px;
    border: solid 2px #e4e4eb;
    background-color: #f8fcf8;
	margin-left: 16px;
}
.arrow-pagination .navigate-arrow:hover{
	text-decoration: none;
}
.arrow-pagination .navigate-arrow span{
	font-size: 50px;
}


.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: rgba(34, 74, 86, 0.12);
	min-width: 470px;
	padding:20px;
	min-height: calc( 100vh - 280px )
}

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

.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;
}
: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{
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

header a.logo,
header a.logo:hover{
	width: 200px;
	height: 34px;
	background: var(--master-logo);
}

header ul.navigationv3{
	display: grid;
	grid-gap: 30px;
	grid-auto-flow: column;
	height: 100%;
	align-items: center;
}

.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{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 900 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

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);
}
.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
}

@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) .ranting + p{
		display:none
	}
	.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(/assets/bf4e6f-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(/assets/96dc64-press.jpg) 0 0 no-repeat;
}
.featured-partners .featured-on .inner .feature-logo-container i.chicago-tribune{
	background: url(/assets/f45190-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: end;
}

.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;
}



#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 .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;
}

.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: 200px;
	width: 100%;
	height: auto;
	margin-bottom: 24px;
	padding: 0 20px 30px 0;
}
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:none
	}

	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: 71px;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		overflow-x: hidden;
		background: #fff;
		display:block;
		padding:0;
		text-align:left;
		margin:0;

	}
	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;
		justify-content:flex-start
	}
	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;
	}

	.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;
	}
	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;
}span[data-info]{
	cursor: pointer;
	font-size:19px;
	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: 13px;
	top:-20px;
	position: absolute;
	font-family: Lato;
	background: #fff;
	padding:15px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	max-width: 130px;
	min-width:100px;
	white-space: normal;
	z-index:10000000000000;
}

.compare-table .material-icons[data-info]:hover:before,
.compare-table .material-icons[data-info]:active:before{
	right:5px
}

.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
}
 

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

.action-menu{
	cursor:pointer;
	text-align: right;
	overflow: visible !important;
	z-index: 1
}
.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
}


.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%
}
@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) {
	
	.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
	}

	header .seperator{
		display: none
	}

	.microhead h1 {
		font-size: 34px;
		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;
	}
}

/* ===== static rebuild enhancements (2026-07) ===== */

/* mobile menu button: header markup uses <span>, not <a>, so the framework
   rule (header .mobile-menu-button a i) never matches; mirror it here */
header .mobile-menu-button span i {
	display: block;
	color: var(--color-array-menu_link, #fff);
	font-size: 24px !important;
	cursor: pointer;
}
@media screen and (max-width: 1070px) {
	html.mobile-menu-active body header .mobile-menu-button span i {
		color: #7f8ca4;
		font-weight: 600;
	}
}

/* responsive hero titles: shrink the fixed 48px only on narrow screens */
.page-body h1[style*="font-size:48px"] {
	font-size: clamp(30px, 6vw, 48px) !important;
}

/* respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
	.marquee-track { animation: none !important; }
	.scroll-hint span::after { animation: none !important; }
	.fade-in {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

