/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	position:relative;
}
strong, b{
	font-weight: bold;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input{
	outline:none;
}

.paragraphs p{
	margin:10px 0;
}

/* this needs to be updated */
a,img{
	-webkit-touch-callout: none;
	-ms-touch-action: none !important;
}

a{
	text-decoration:none;
	color:#0b73c1;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* root */
html,body{
	background:#ebebeb;
	font-size:17px;
	font-family:'Open Sans', sans-serif;
	left:0%;
	/*-webkit-transition:all 50ms ease-in-out;*/
	margin-top:30px
}
#body .inner{
	padding-bottom:40px;
}
.inner{
	overflow:hidden;
	margin:0px auto;
	padding:0px;
	max-width:1280px;
	width:90%;
	height:auto;
	border:0px;
}
h1,h2,h3,h4,h5,h6{
	display:block;
	position:relative;
	margin:0;
	padding:0;
	font-family:inherit;
	-webkit-font-smoothing:antialiased
}
.innerpage #body .inner{
	padding-top:40px;
}



/* collapse */
.collapse > div{
	display:none;
}

.collapse > a{
	display:block;
	background:#ebebeb;
	font-size:14px;
	padding:20px 15px;
	border-top:#fff 1px solid;
	box-shadow:0 -1px 0 #ebebeb;
	text-align: center;
	color: #B9B9B9;
	text-shadow: 0 1px 0 #fff;
}

.collapse > a:after{
	content: attr(data-name);
}

.columns li:first-child .collapse > a,
.collapse.top > a{
	display:block;
	background:#ebebeb;
	font-size:14px;
	padding:20px 15px;
	border-top:#fff 1px solid;
	box-shadow:0 -1px 0 #ebebeb;
	text-align: left;
	color:#0b73c1
}



/* footer */
footer{
	min-height:250px;
}
footer .social{
	display:block;
	text-align:center;
	margin:60px auto;
}
footer ul{
	margin:40px auto;
	text-align: center;
}
footer p{
	margin:0 0 20px;
	color:#9e9e9e;
	font-size:11px;
	font-weight:normal
}
footer hr{
	margin:23px 0;
}
footer p a{
	color:#9e9e9e;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:20px;
}

.social a{
	display:inline-block;
	font-size:0px;
	width:32px; height:31px;
	background-position:left top;
	background-repeat: no-repeat;
	background-image: url(/images/social.png);
	image-alias:auto;
	margin:0 10px;
	opacity:.7;
	-webkit-transition:opacity 50ms ease-in-out;
}
.social a:hover{
	background-position-y:-31px;
	height:31px;
	opacity: 1;
}
.social .facebook{
	background-position:0px 0px;
}
.social .googleplus{
	background-position:-50px 0px;
}
.social .twitter{
	background-position:-100px 0px;
}
.social .linkedin{
	background-position:-150px 0px;
}
.twitter-tweet-button{
	top:-4px;
	position: relative !important;
}


/* header */
header{
	background:#ebebeb;
	font-size: 0;
	position:fixed;
	left:0;
	width:100%;
	top:0;
	z-index:100000000;
	border-bottom:1px #e1e1e1 solid;
}
header .logo{
	display:inline-block;
	margin:18px 0px 16px;
	width:200px;
	height:30px;
	background:url(/images/logo.png) no-repeat;
	background-size:contain;
	font-size:0px;
}
header .mobile-menu{
	color: #000;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 18px;
	border:1px #333 solid;
	border-radius:5px;
	padding:10px 8px;
}
header .mobile-menu span{
	font-size:30px;
	vertical-align:middle;
}
header .navigation{
	display: block;
	list-style:none;
	position:absolute;
	right:0;
	top:25px;
}
header .navigation > a{
	margin:10px 20px;
}
.navigation li{
	display:inline-block;
	margin-right:15px;
}
.navigation li:last-child{
	margin-right:0;
}
.navigation li a{
	color:#717171;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	-webkit-font-smoothing: antialiased
}
footer .navigation li a{
	color:#717171;
	font-weight:normal;
	font-size:13px;
}
.navigation li a:hover{
	color:#444;
}
.search{
	min-width:20px;
	font-size: 14px
}
.search span{
	cursor: pointer;
}
.search input[type=text]:focus{
	border:1px #0064bc solid;
	background:#fff;
}

.search input[type=text]{
	font-size:14px;
	-webkit-transition:all 200ms;
	background:rgba(255,255,255,.8);
	width: 90px;
	margin-top:-10px;
	display: none
}
.search span{
}
.dropdown{
	height:auto;
	box-shadow:0 2px 2px rgba(0,0,0,.2);
	z-index:10000;
	overflow: auto;
	max-height:300px;
	box-sizing: border-box;
	position:absolute;
	min-width: 300px;

}
header .dropdown{
	right:-36px;
	margin-top:-2px;
	width: 500px;
}

.dropdown a{
	display:block;
	padding:8px;
	background:#fafafa;
}
.dropdown a:hover{
	background:#f1faff
}
header .inner{
	overflow:visible;
}
.dropdown a.active{
	background:#fbffc5
}

.subfooter{
	position: fixed;
	z-index: 950;
	left:0;
	right:0;
	width:100%;
	bottom:0px;
	padding:0;
	font-size: 0;
	margin:0;
	display: none;
	text-align: center;
}

.subfooter li{
	width: 20%;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	height: 50px;
	max-width:80px;
}

.subfooter a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.subfooter li:hover{
	height: 53px;
}

.subfooter a div{
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 20px auto;
	display: block;
	width:20px;
	height: 20px;
	margin:0 auto;
	vertical-align: middle;
	top:calc(100% / 3)
}

.subfooter .facebook{
	background-color: #3B5998;
}

.subfooter .twitter{
	background-color: #28AAE1;
}

.subfooter .linkedin{
	background-color: #0073B2;
}

.subfooter .google{
	background-color: #DF3D1B;
}

.subfooter .email{
	background-color: #768696;
}

.subfooter .facebook div{
	background-image: url(/images/social-icons.png);
	background-position: 0 -16px;
}

.subfooter .twitter div{
	background-image: url(/images/social-icons.png);
	background-position: 0 -76px;
}

.subfooter .linkedin div{
	background-image: url(/images/social-icons.png);
	background-position: 0 -58px;
	height: 18px
}

.subfooter .google div{
	background-image: url(/images/social-icons.png);
	background-position: 0 -37px;
}

.subfooter .email div{
	background-image: url(/images/social-icons.png);
	background-position: 0 0;
	height: 15px
}



.subhead{
	background: #717171;
	position: fixed;
	z-index: 950000;
	left:0;
	right:0;
	width:100%;
	top:65px;
	padding:10px 0;
	display: none
}
.subhead ul{
	height: 17px
}
.subhead ul, .breadcrumb{
	display: inline-block;
}
.subhead li, .breadcrumb li, .subnav-incontext li{
	display: inline-block !important;
	list-style: none !important;
	margin: 0 !important
}
.breadcrumb{
	font-size: 12px;
}

.breadcrumb li:after{
	content: "\203A";
}
.breadcrumb li:last-child:after{
	content: none;
}
.breadcrumb li a, .breadcrumb li a:hover{
	color:#0B73C1 !important;
}
.breadcrumb li a:hover{
	text-decoration: underline
}

.subhead .subnav{
	float: right
}

.subhead .subnav a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  margin:0 5px;
	padding:2px;
}
.subhead .subnav a:hover, .breadcrumb > li a:hover{
	color:#ddd
}
.subnav-incontext{
	margin:50px 0 20px;
	text-align: left
}
.subnav-incontext a{
	padding:10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #717171
}


.subnav-incontext a:hover{
	color: #444;
	border-bottom: 2px #717171 solid
}


/* custom home design */
.home .banner{
	max-width:1250px;
	margin:0px auto;
	width:auto;
	height:525px;
	background-size:100%;
	background-position:center -40px;
	background-repeat: no-repeat;
}
.home .banner .overlay{
	position: absolute;
	left: 37%;
	top: 15%;
	z-index: 1;
	text-align: center;
	width: 40%;
}
.home .banner strong{
	font-weight: normal
}
.home .banner h1{
	font-size:24px;
	font-weight:300;
	color:#333;
	line-height:1.2em;
	text-shadow:0 1px 0 rgba(255,255,255,.6);
}
.home .banner h1 span{
	margin:30px 0;
	display:block;
	position: relative
}
.home .banner a{
	margin:10px auto;
}

.overlay strong{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	font-size: 23px;
	text-align: right;
	padding-right:10px;
	white-space: nowrap
}
.overlay span{
	text-align: left
}
.overlay div{
	display: inline-block;
	width: 65%;
	vertical-align: top;
}
.home .banner .overlay{
	width: 55%;
	left:31%
}


.home h2{
	font-size:18px;
	text-transform:uppercase;
	padding:15px 0;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
	color:#3d3d3d;
}
.home .col{
	margin-top:60px;
}
.home .col > div > div{
	min-height:170px;
	background:#ebebeb;
	border-top:3px #3d3d3d solid;
}
.home .col > div > div p{
	padding:20px;
	margin-top:15px;
	font-size:13px;
	font-weight:normal
}
.seen-on{
	max-width:900px;
	margin:50px auto;
	text-align: center
}
.seen-on div{
	display:inline-block;
	font-size:0px;
	width:130px; height:50px;
	background-position:left top;
	background-repeat: no-repeat;
	background-image: url(/images/seen.png);
	image-alias:auto;
	margin:0px;
}

.seen-on .yahoo{
	background-position:10px 0;
}
.seen-on .futures{
	background-position: -160px 0;
}
.seen-on .barrons{
	background-position: -310px 0;
}
.seen-on .street{
	background-position: -460px 0;
}
.seen-on .marketwatch{
	background-position: -610px 0;
}
.seen-on .cnn{
	background-position: -760px 0;
}

.seen-on .motley{
	background-position: -30px -52px;
}

.seen-on .seeking{
	background-position: -190px -52px;
}
.seen-on .cnbc{
	background-position: -310px -52px;
}
.seen-on .fox{
	background-position: -413px -52px;
}

.seen-on .forbes{
	background-position: -699px -52px;
}
.seen-on .investopedia{
	background-position: -554px -52px;
}

.home #body h2 + p{
	font-size:13px;
	color:#717171;
}
.home .news a{
	display:block;
	font-size:13px;
	line-height: 1.5em;
	margin:0 0 5px;
}

.material-icons{
	vertical-align: middle;
	font-size: 109%
}

.home .news .readmore{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	border-top:1px #ccc solid;
	padding-top:5px;
	font-size: 12px;
	text-align: right;
	padding-right:10px;
	box-sizing: border-box;
	color:#999
}

.home .news .readmore:hover{
	background: #eee;
	text-decoration: none
}

.home .news a:hover{
	text-decoration: underline
}

/* single broker review page */
.brokerReview .heading{
	display:inline-block;
	vertical-align:top;
	text-align: left;
	margin:0 20px;
	width:auto;
}
.brokerReview .heading a{
	margin:0; padding:0;
}
.brokerReview .heading a:hover{
	text-decoration: underline
}
.brokerReview .social-section{
	display:inline-block;
	margin:0 0 10px;
}

.social-section{
	z-index: 100000
}

.social-section .fb_iframe_widget{
	top:-6px;
	display:inline-block !important;
	width:auto!important
}
.social-section #twitter-widget-0{
	top:-4px;
	position: relative !important;
}
.social-section #___plusone_0{
	top:-4px;
}



.brokerReview #body .inner{
}

.brokerReview #body .logo{
	display:inline-block;
	margin:20px 0 0;
	width:auto;
	max-width:100%;
}

.brokerReview .heading .rating{
	margin:10px 0 0;
}

.brokerReview .description{
	background:#FFF;
	margin:10px 0 0px;
	padding:10px;
	text-shadow:0 1px 0 #fff;
	border:1px #f1f1f1 solid;
}

.brokerReview .offer{
	background:#fff;
	border:4px #7eab6b solid;
	padding:10px;
	/*border-bottom: 2px #01394d solid;*/
}

.brokerReview .offer a{
	font-weight: bold;
	text-decoration: underline
}

.brokerReview .exclusive-offer{
	background:#314b5d;
	color:#fff;
	border: 1px #01394d solid;
}

.brokerReview .exclusive-offer a{
	color:#fff;
	text-decoration: underline
}

.keycompare label{
	width:150px;
	height:auto;
	display:inline-block;
	margin:2px;
}

.keycompare img{
	display:block;
	width:auto;
	max-width:100%;
	border:2px #fff solid;
	cursor: pointer;
}

.keycompare img:hover{
	border:2px #eee solid;
}

.keycompare input[type='checkbox']{
	display: none;
}

.keycompare label > input[type='checkbox']:checked + img{
	border:2px #0b73c1 solid;
}

.keycompare input[type='submit']{
	display: block;
	margin:15px 0;
}

.brokerReview .compare-table{
	border-top:1px #ddd solid;
	border-left:1px #ddd solid;
	border-radius:3px;
	display:table;
	width:100%;
	height:auto;
}

.overflow{
	display: block;
	height:auto;
	overflow: visible;
}

.brokerReview .compare-table > div{
	display:table-row;
	width:100%
}

.brokerReview .compare-table > div > span{
	display:table-cell;
	width:auto;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	padding:10px 5px;
	font-size:13px;
	text-align: center
}

.brokerReview .compare-table > div:first-child{
	background:#f1f1f1;
}

.brokerReview .compare-table > div > span:first-child{
	text-align:left
}

.brokerReview .compare-table > div:first-child > span:first-child{
	background: none;
}

.brokerReview .compare-table > div > span:first-child{
	width:25%;
	background: #f0f8ff;
}



.bio img{
	float:left;
	max-width:100px;
	margin-right:20px;
}

.bio{
	min-height:100px;
}

.brokerReview .list:before{
	font-family: 'ico';
	margin-left:-20px;
	position:absolute;
	font-size:62px;
	color:#eee;
}

.brokerReview .likes:before{
	content: "\e615";
}

.brokerReview .dislikes:before{
	content: "\e616";
}

.brokerReview .primary{
}

.brokerReview .primary p img{
  max-width: 100%;
  width: auto;
	height: auto;
}

.brokerReview .primary > div{
	font-size:13px;
	line-height:18px;
	padding:15px;
	background: #fff;
	margin:40px 0;
	border:1px #f1f1f1 solid;
	border-bottom:3px #eaeaea solid;
}


.brokerReview .primary ol, .brokerReview .primary ul, .displaylist li{
	display: list-item;
	font-size:14px;
	line-height:23px;
	color:#717171
}
.brokerReview .primary ol li{
	display: list-item;
	list-style: inherit;
	margin: 7px;
	list-style-type: decimal;
	margin-left:20px;
}

.brokerReview .primary ul li, .displaylist li{
	display: list-item;
	list-style: inherit;
	margin: 7px;
	list-style-type: circle;
	margin-left:20px;
}

.primary .table{
	margin:20px 0;
}

.primary .table > div{
	padding:8px 0;
	font-size: 13px;
	border-bottom:1px #ddd solid
}

.primary .table > div:last-child{
	border: none
}

.primary .table > div > span{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	font-weight: bold;
	margin-right:10px;
	text-align: right;
}

.primary div[data-name="accountfeatures"] .table > div > span{
	text-align: center
}

.primary .table > div .rating, .primary .table > div .value{
	font-size:18px
}

.pager .table > div > span{
	width:50%;
	margin:0;
	padding:5px;
}

.pager .table > div > span.checkmark{
	width:auto;
	display:inline-block;
}

.pager .table-full > div > span{
	width:auto;
	min-width: 0;
	display: table-cell;
	text-align: left;
	font-weight: normal;
	white-space: normal
}

.pager .table-full > div > span:first-child{
	width:220px;
	font-weight: bold;
	white-space: nowrap;
	padding:9px 5px
}

.pager .table-full > div > span a:hover{
	text-decoration: underline
}

.pager .table .checkmark{
	text-align: left
}

.primary .table-full{
	display: table;
	width: 100%
}

.primary .table-full > div{
	display: table-row
}

.brokerReview section p{
	margin:10px 0;
}

.brokerReview section strong{
	color:#000
}

.brokerReview section h2{
	font-size:20px;
}

.brokerReview .micronav{
	display:block;
	margin:40px 0 0; padding:0;
	font-size:0;
	margin-bottom:-1px;
	z-index:5
}

.brokerReview .micronav li{
	display:inline-block;
	font-size:14px;
}

.brokerReview .micronav li a{
	display:block;
	padding:8px 10px;
	text-align: center;
	color:#333;
	margin:0 2px;

	border-top:#ddd 1px solid;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;

	border-top-left-radius:5px;
	border-top-right-radius:5px;

	font-size:12px;
	margin-top:-5px;
	background:#FFF
}

.brokerReview .micronav li a.active{
	color:#7eab6b;
	border-top:#7eab6b 1px solid;
	border-left:#7eab6b 1px solid;
	border-right:#7eab6b 1px solid;
	border-bottom:1px #fff solid;
}

.brokerReview .micronav li a:hover{

}

/* list of brokers */
.brokerreviews .broker{
	display:inline-block;
	width:200px;
	height:100px;
	vertical-align:top;
	margin:10px;
	text-align: center;
	font-size:13px;
}

.brokerreviews .broker img{
	border:1px #ccc solid;
	width:100%;
	margin-bottom:5px;
}


/* inner page standards */
.innerpage h1, .admin h1{
	font-size:26px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:20px;
}
#body p{
	line-height: 23px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}
.brokerreviews #body p{
	margin-bottom: 15px
}
#body p a{
	text-decoration: none;
	color:#0b73c1;
}

#body p a:hover{
	text-decoration:underline
}

.broker-list > div{
	display: block;
	margin:0 0 30px;
	font-size:13px;
	color:#314b5d;
	max-width:900px;
}

.broker-list .col{
	background:#f2f2f2;
	border:1px #ddd solid;
	padding:10px;
}

.broker-list > div > div.offer{
	background:#fff;
	border:3px #7eab6b solid;
	padding:15px 20px;
	font-size:16px;
}

.broker-list > div > div.offer a{
	font-weight: bold;
	text-decoration: underline
}

.broker-list > div > div.exclusive-offer{
	background:#314b5d;
	color:#fff;
	border:1px #01394d solid;
	border-top:none;

}

.broker-list > div > div.exclusive-offer a{
	color:#fff; text-decoration: underline
}

.broker-list img{
	width:auto;
	height:auto;
	max-width:100%;
}

.broker-list > div h2{
	font-size:16px;
	font-weight:bold;
	color: #000;
}

.broker-list > div h2 a:hover{
	text-decoration: underline
}

.broker-list > div .rating{
	margin:10px 0;
}

.broker-list .info ul{
	display:inline-block;
}

.broker-list .info li{
	display:list-item;
	margin:0 0 10px;
	line-height:1.3em;
	font-size:13px
}

.broker-list .info li:before{
	content: "\2713";
	margin:0px;
	left:-15px;
	position:absolute;
	font-weight:bold
}
.broker-list .fees{
	width:auto;
	padding:0px;
}
.comcalc .broker-list .fees p:last-child{
	width: 100%;
	border-top:1px #ccc solid;
}
#body .broker-list .fees p{
	font-weight:normal;
	display:block;
}
.broker-list .fees b{
	color:#333;
	font-weight:bold;
	display: block;
}

.comcalc .broker-list .fees b{
	display:inline-block
}

.comcalc .broker-list .fees p{
	font-size: 13px !important
}

#body .notification{
	color:red;
	font-size:18px;
	font-weight:bold;
}

p i, p em{
	font-style: italic !important;
}

.brokerReview .screenshots{
	font-size: 0 !important;
	box-sizing: border-box
}
.brokerReview .screenshots img{
	width:0px;
	height: 0px;
	border: none;
}
.brokerReview .screenshots .ss-scroller a{
	font-size: 0;
	width: calc(20% - 10px);
	display: inline-block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin:5px;
	padding-bottom: 10%;
	height:auto;


	transform: translateZ(0);
	transition:100ms all ease-in-out;
}
.screenshots .ss-full{
	display: inline;
	width: auto;
}
.brokerReview .screenshots .controller{
	margin-top:5px;
	font-size: 13px;
	text-align: right;
	color: #aaa
}
.brokerReview .screenshots .controller a{
	text-transform: uppercase
}

.screenshots .ss-scroller{
	white-space: nowrap;
	overflow: hidden;
}

.brokerReview .screenshots .ss-scroller a:hover{
	box-shadow: 0 0 10px #ccc inset;
}

.country-list{
  border: 1px #ccc solid;
  display: block;
  min-height: 30px;
  margin: 20px 0;
  max-height: 500px;
  box-shadow: 0 2px 0px #E2E2E2;
  font-size:0;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  overflow-x: hidden;
  overflow-y: scroll;

  background: #fff;
}

.country-list > label{
  display: block;
  padding: 15px 10px !important;
  cursor: pointer;
  box-sizing: border-box;
  font-size:14px;

}

.country-list > label .material-icons{
	font-size: 18px;
	opacity: .5;
	vertical-align: middle;
	margin-right:5px
}

.country-list > label:nth-child(2n){
	background:#fafafa !important
}
.country-list > label input{
}
.country-list > label input:checked ~ .material-icons{
	color:#17AF17;
	opacity: 1
}


.country-list > label:hover{
	background: #ffffd6
}




/* standards */
.col{
	font-size:0;
	text-align: center
}
.links .splitter{
	margin-top:-7px;
}
.col > div{
	display:inline-block;
	text-align:left;
}
.col-3 > div{
	width:33%;
	font-size:16px;
	padding:10px;
	vertical-align:top;
	box-sizing:border-box;
	-moz-box-sizing:border-box
}
.col-3d > div{
	font-size:16px
}

.col-3 > div:first-child{
	margin-left:0px;
}
.col-3 > div:last-child{
	margin-right:0px;
}

.col-30-70 > div{
	font-size:16px;
	vertical-align:top;
}
.col-30-70 > div:first-child{
	width:30%;
	/*border:1px #f1f1f1 solid;*/
}
.col-30-70 > div:last-child{
	width:70%;
	/*background: #FFF;
	border:1px #f1f1f1 solid;
	*/
}
.col-30-70 h3, .compare h3{
	margin:20px 0 0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
	font-size:16px;
}
.inner h3 a{
	color:#555 !important
}
.inner h3 a:hover{
	text-decoration: underline
}
.col-40-60 > div{
	vertical-align:top
}
.col-40-60 > div:first-child{
	width:40%;
}
.col-40-60 > div:last-child{
	width:60%;
}

.col-2 > div{
	width:50%;
	vertical-align: top;
}

.informal-data > div > h3:first-child{
	font-size: 20px;
	margin:0;
}

.winSafari .col-30-70 > div:first-child{
	width:29%
}


.links > div > a{
	display:block;
	color:#777777;
	text-decoration:none;
	padding:8px 0;
	border-top:1px #f1f1f1 solid;
	font-size:13px;
	width:85%;
}

.links div a.active{
	font-weight: bolder;
	color: #0b73c1
}

.links h3{
	margin-bottom:25px;
}
.links div a:hover{
	text-decoration:underline
}
.links img{
	width:auto;
	max-width:100%;
}

.listings > div{
	display:block;
	position: relative;
	height: auto;
	padding:15px 0;
	font-size:0;
}

.listings > div > img:first-child{
	display:inline-block;
	vertical-align: top;
	max-width:20%;
	height: auto;
	box-sizing: border-box;
	margin-top:15px;
}
.listings > div > p{
	display: inline-block;
	vertical-align: top;
	width:80%;
	box-sizing: border-box;
	padding-left:20px;

}

/* body */
#body{
	min-height:500px;
	background:#f9f9f9;
}
hr{
	border:none;
	border-top:1px #eee solid;
	margin:30px 0;
	box-shadow:0 1px 0 rgba(255,255,255,.5);
}
.splitter{
	display:block;
	position:relative;
	width:auto;
	height:10px;
	border-bottom:1px #f3f3f3 solid;
	margin:20px auto;
}

.splitter::before{
	content: "";
	position: absolute;
	top: 0;
	height:8px;
	left:15%; right:15%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius:200px / 10px;
}
.splitter::after{
	content: "";
	position: absolute;
	background:#f9f9f9;
	top: 0;
	height:10px;
	left:0; right:0;
}
.informal-data .table div a[class*='icon-']{
	float:right;
	font-size: 19px;
}

/* popup */
.popup_dialogue{
	position:fixed;
	width:420px;
	height: auto;
	min-height: 100px;
	background:#fff;
	z-index:3500;
	left:50%; top:40%;
	padding:15px;
	margin-left:-210px;
	border-radius:5px;
	box-shadow:0 0 15px rgba(0,0,0,.2)
}
.popup_dialogue h2{
	font-weight: bold;

	padding:0; margin:5px 0 15px;
}
.popup_dialogue p{
	font-size:14px
}
.popup_dialogue .button{
	display: inline-block;
	margin:15px 0 0;
}
sup{
 font-size: 70%;
 top: -5px;
}
.disclaimer{
	margin:80px 0;
}

/* buttons */

.button, #searchsubmit{
	display:inline-block;
	padding:.8em 1.1em;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	border-radius:4px;
	box-shadow:0 -2px 0 rgba(0,0,0,.3) inset;
	font-size:14px
}
.green, #searchsubmit{
	background:#7eab6b;
}
.blue{
	background: #0b73c1;
}
.green:hover, #searchsubmit:hover{
	background:#71c073 !important;
}
.smaller{
	font-size:11px;
}



/* ads */
.square-ad{
	display: block;
	position:relative;
	margin:10px 0;
	width:85%;
}
.wide-ad{
	display: block;
	position:relative;
	float: right;
	margin-top:-7px;
	z-index:1000
}
.comcalc .wide-ad{
	display: block;
	position:relative;
	margin:20px auto !important;
	text-align: center;
	float: none;
}
.square-ad img{
	width:auto;
	max-width:100%;
}



/* compare page */
.broker-headers{
	background:#f7f7f7;
}
.columns{
	font-size:0px;
	margin:0 0 40px;
	user-select:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select:none;
}
.compare .top{
	margin-top:30px;
}
.compare .paragraphs{
	line-height: 23px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

.columns li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:200px;
	white-space:normal;
}
.columns li.pushTop{
	margin-top:260px;
}
.columns li:first-child{
	z-index:10
}
.columns li > div.collapse{
	padding:0;
	white-space: nowrap;
}

.columns .setFixed{
	position:fixed;
	z-index:150;
	left:0px;
	width:100%;
	background: #fff;
	top:0px;
}
.columns li > div:first-child{
	height:260px;
	border-top:1px #c6c6c6 solid;
	border-right:1px #c6c6c6 solid;
	border-bottom:1px #c6c6c6 solid;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fff
}
.columns li.pushTop > div:first-child{
	height: auto;
	margin:0;
	padding:0;
	border:none;
}
.compare .table > div{
	width:100%;
	padding:15px 5px;
	border-right:1px #c6c6c6 solid;
	border-bottom:1px #c6c6c6 solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	min-height:45px;
	max-height:45px;
}
.compare .offer{
	position:absolute;
	bottom:0px;
	padding:10px;
	border-top:1px #d7d7d7 solid;
	line-height:1.4em;
	font-size:13px;
	color:#314b5d;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	background:#fff;
}
.compare .exclusive-offer{
	background:#314b5d;
	color:#fff;
}
.compare .exclusive-offer a{
	color:#fff;
}
.compare .offer a{
	text-decoration:underline;
	display:block;
	font-weight: bold
}
.fees > div,
.rates > div,
.misc > div{
	text-align: center;
}
.overflowScroll{
	display: inline-block;
	overflow: hidden;
	overflow-x:scroll;
	z-index:5;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	cursor:-webkit-grab;
	box-sizing:padding-box;
	-moz-box-sizing:padding-box
}
.overflowScroll .brokerHeaders{
	display:none;
	position:absolute;
	top:0;
	z-index:1000;
	height:200px;
	background:#fff;
	border-bottom:2px #c6c6c6 solid;
	-webkit-backface-visibility: hidden;
}

.overflowScroll .brokerHeaders div{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 200px;
	white-space: normal;
	height: 200px;
	border-top: 1px #c6c6c6 solid;
	border-right: 1px #c6c6c6 solid;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-height: none;
}
.overflowScroll .brokerHeaders .rating{
	display:none;
}
.brokerHeader strong{
	display:block;
	margin:10px auto 10px;
}
.brokerHeader img{
	width:80%;
	margin:2px auto 0;
	pointer-events: none
}
.brokerHeader img[width="1"]{
	width:0px; height:0px; position:absolute
}
.brokerHeader .rating{
	margin:0 auto 20px;
}
.brokerHeader > a{
	margin:10px auto;
	font-size:14px;
}
.overflowScroll .brokerHeaders .offer{
	position:relative;
	height:auto; width:auto;
	font-size:12px;
	border:none;
	width:109%;
	margin-left:-5px;

	min-height:70px
}
.overflowScroll .brokerHeaders .offer a{
	display:inline;
}

.overflowScroll::-webkit-scrollbar{
	display: none;
}
.overflowScroll .attachToTop{
	position:static;
	left:0px;
	top:0px;
}
.columns ul{
	white-space:nowrap;
}
.compare .moreBrokers{
	display:none
}
.ib-trail li{
	display:inline-block;
	margin:0 0px 0 5px;
	font-size:13px;
}
.ib-trail li:after{
	content: "\203A";
	margin:0 5px;
}
.ib-trail li.menu-item-home{
	margin-left:0;
}
.ib-trail li.ib-lastcrumb:after{
	content:none;
}
.breadcrumb > div{
	display: inline-block
}



/* input */
::-webkit-input-placeholder {
	font-family:inherit;
	font-size:inherit
}
input[type=text], input[type=password], select, .admin .login input[type=text]{
	background:#fff;
	border:1px #dcdcdc solid;
	width:100%;
	font-size:inherit;
	padding:5px 5px;
	font-family:inherit;
	font-size:inherit;
	z-index:100;
	-webkit-appearance: none;
	font-weight: normal;
}
select{
	border-radius:0px;
	background:#fff url(/images/arrows.png) 95% 50% no-repeat;
}
input[type=submit]{
	border:none;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=button]{
	cursor: pointer;
	border:none;
}
header input[type=submit]{
	background:none;
}
.checkboxes label{
	display:inline-block;
	vertical-align:top;
	width:175px;
	margin:8px 0;
	padding:1px;
	font-size:13px;
	color:#333;
}
.checkboxes input{
	display:none;
}
.checkboxes input ~ b{
	display:inline-block;
	width:12px;
	height:12px;
	background:#fff;
	border:1px #c6c6c6 solid;
	margin:0 5px;
}
.checkboxes input:checked ~ b{
	border:1px #000 solid;
}
.checkboxes input:checked ~ b:after{
	position: absolute;
	left: 0;
	top: -8px;
	content: "\2713";
	color: #2388cc;
	font-size: 23px;
}



/* ratings, stars, checks */
.rating, .value{
	display:block;
	width:5em;
	height:1em;;
	margin:0px auto;
	font-size:18px;
	-webkit-font-smoothing: antialiased;
}

.rating{
	background-image: url(/images/stars.png);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}


.value::before{
	font-family: 'ico';
	position:absolute;
	content: "\e619\e619\e619\e619\e619";
	font-size:inherit;
	color:#e6e6e6;
	left:0%;
	letter-spacing:0;
	-webkit-font-smoothing: antialiased;
}
.value::after{
	font-family: 'ico';
	position:absolute;
	content: "\e619\e619\e619\e619\e619";
	color:#236B30;
	font-size:inherit;
	overflow: hidden;
	left:0%;
	letter-spacing:0;
	-webkit-font-smoothing: antialiased
}

.screener form .rating, .screener form .value{
	display:block;
	margin:0px;
	position:relative;
	font-size:22px;
	overflow: hidden
}
.screener form .value{
	font-size:19px;
}
.screener form .rating:hover, .screener form .value:hover{
	cursor:pointer;
}

/* required browser level adjustments per OS*/
@-moz-document url-prefix() {

	.macFirefox .value::before, .macFirefox .value::after{
		font-size:1.7em;
	}

	.macFirefox .value{
		top:-10px;
	}

	.winFirefox .value::before, .winFirefox .value::after{
		font-size:1.2em;
	}

	.macFirefox .rating-sliders .value{
		font-size:.8em !important;
		margin-top:10px
	}

}
.rating-sliders, .rating-checkboxes{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rating-sliders label span{
	display:block;
	margin:3px 0;
}
.rating-sliders label{
	display:inline-block;
	width:180px;
	height:65px;
}
.rating-sliders label small{
	display:block;
	font-size:10px;
	margin:5px 0;
}
.rating-sliders label input{
	display:none;
}
.rating-checkboxes label{
	display: inline-block;
	width:190px;
	font-size:13px;
	padding:10px 0;
}



.checkmark{
	display:block;
	position:relative;
	margin:0px auto;
	text-align: center;
	color:#7eaa6b;
	font-size:0px;
}
.checkmark:after{
	content:"\2714";
	font-size:18px;
}


.value--1::after{
	width:0%;
}
.value-0::after{
	width:0%;
}
.value-0-5::after{
	width:10%;
}
.value-1::after{
	width:20%;
}
.value-1-5::after{
	width:30%;
}
.value-2::after{
	width:40%;
}
.value-2-5::after{
	width:50%;
}
.value-3::after{
	width:60%;
}
.value-3-5::after{
	width:70%;
}
.value-4::after{
	width:80%;
}
.value-4-5::after{
	width:90%;
}
.value-5::after{
	width:100%
}

.rating--1{
	background-position: 0 100%;
}
.rating-0{
	background-position: 0 100%;
}
.rating-0-5{
	background-position: 0 90%;
}
.rating-1{
	background-position: 0 80%;
}
.rating-1-5{
	background-position: 0 70%;
}
.rating-2{
	background-position: 0 60%;
}
.rating-2-5{
	background-position: 0 50%;
}
.rating-3{
	background-position: 0 40%;
}
.rating-3-5{
	background-position: 0 30%;
}
.rating-4{
	background-position: 0 20%;
}
.rating-4-5{
	background-position: 0 10%;
}
.rating-5{
	background-position: 0 0;
}


.brokerreviews .col ul li{
	list-style: square;
	display: list-item;
	margin-left:20px;
	color:#717171;
	line-height: 23px;
	font-size: 14px;
}
.brokerreviews .col ol li{
	list-style: square;
	display: list-item;
	margin-left:40px;
	color:#717171;
	line-height: 23px;
	font-size: 14px;
	list-style-type: decimal
}

.links label input[type=checkbox], .links label input[type=radio]{
	display:inline-block;
}
.links label input[type=text]{
	display:inline-block;
	width:60px;
	text-align:right;
	border-radius:5px;
	margin:2px 0;
	margin-left:20px;
	margin-right:5px;
	padding:3px 5px;
}
.links label{
	display:block;
	font-size: 13px;
}
.links hr{
	width:90%
}
.links label input[type=text]:focus{
	border:1px #0064bc solid
}
.similiar_post{
	background: #fafafa;
	padding:20px;
}
.similiar_post a{
	font-size:14px;
	line-height: 23px;
	margin:8px 0;
}

.dataprofile #section-categories .table > div:hover{

}

.dataprofile #section-categories .table > div a{
	font-size: 16px;
	color:#575A5C;
	margin-left:10px;
}

.broker-ss{
	cursor: pointer;
	display:inline-block;
	font-size: 16px;
	margin-left:10px;
	text-align: right;
}

.broker-ss > a{
	color:red;
	padding:2px;
	border:1px #ccc solid;

}

.dataprofile .broker-ss > div{
	display: none
}

.dataprofile .broker-ss > div img{
	width:250px;
}

.dataprofile .broker-ss:hover .active + div{
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 0 5px #9E9E9E;
  top:20px;
  right:0px;
}

.dataprofile #section-categories .table > div > span:first-child a:hover:after{
	z-index: 10000
}
.dataprofile #section-categories .table > div > span:first-child a:hover:after{
	content: attr(data-v);
  display: inline-block;
  position: absolute;
  left: 5px;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  z-index: 100000000;
  top: -10px;
  border-radius: 2px;
  font-size: 14px;
  width: 400px;
  white-space: normal;
  box-shadow: 0 0 5px #9E9E9E;
  line-height: 1.2em;
}

.dataprofile #section-categories .table > div.required{
	background: #ffffca;
}

.dataprofile .button{
	font-size:18px;
	padding:10px 60px;
}

.dataprofile .buttons{
	text-align: right;
	display: block;
}

.dataprofile textarea{
	display: block;
	position: relative;
	width:100%;
	min-height: 220px;
	padding:10px;
	font-size: 16px;
	box-sizing: border-box;
	resize: vertical;
	background: #F7F7F7;
}





/* mobile controller */
.mobile{
	visibility:hidden;
	position:absolute;
}
.desktop-only{
}



@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.brokerHeader > a{
		font-size: 13px
	}
	.columns li > div:first-child{
		height: 210px !important
	}
}


@media screen
and (min-width:769px)
{
	.inner, html, body{
		min-width:1000px;
	}
	.compare .moreBrokers{
		display:inline
	}
	.checkboxes label:first-child ~ a{
		display:none !important;
	}
}


@media only screen
and (max-width:768px){
	html, body{
		padding-bottom: 15px;
		margin-top:28px;
	}
	.subhead{
		display: block
	}
	body::-webkit-scrollbar{
		display:none;
		width:0px;
	}
	.home .banner h1 span{
		margin:15px 0;
	}
	.overflow{
		overflow-x: auto;
		overflow-y: hidden;
	}
	.no-tablet{
		display: none !important
	}
	.pushTop .offer{
		display: none !important;
	}
	.home .banner{
		height: 360px;
		background-position:center -10px2
	}
	.navigation li{
		margin:10px 5px
	}
	footer p{
		text-align:center;
		font-size:12px;
	}
	footer p a{
		margin:0 2px
	}
	.social-section{
		margin-top:25px !important
	}
	footer{
		padding-bottom:20px;
	}
	footer *[style*="float:right"]{
		display:block;
		float:none !important;
		text-align:center;
		margin:10px 0;
	}

	.desktop-onlyv2{
		visibility: hidden !important;
		position:absolute !important;
		overflow:hidden;
		width:0px;
		height:0px;
	}
	.subhead{
		top:56px;
	}
	.brokerHeader .offer{
		font-size:12px;
	}
	.brokerHeader img{
		display: none;
	}

	.col > div, #body .col-30-70 > div{
		display:block;
		width:auto;
	}
	.overflowScroll .brokerHeaders .offer{
		display: none !important
	}
	.columns li > div:first-child{
		height:200px;
		/* height:120px; */
	}

	.brokerReview .description > div{
		margin:0px 0;
		padding:10px;
	}
	#body .inner .col .links{
		background:#F3F3F3;
		padding:10px;
		margin:0;
	}
	#body .inner .col .fixed-links{
		display:none !important
	}
	#body .inner .col .links[flipped="1"]{
		margin:20px 0;
		text-align: center;
		background: none
	}
	.links div a{
		padding:5px 0;
		border:none;
	}
	.links h3{
		margin:10px 0 0;
	}
	.links[flipped="1"] h3{
		margin:15px 0;
	}
	.square-ad{
		margin:10px auto
	}
	.main-after a{
		display: block;
		margin:10px auto;
	}
	a.square-ad.desktop-only{
		display: block !important;
		visibility: visible !important;
		width: auto;
		height: auto;
		position: relative !important;
		overflow: visible;
	}

	.home .banner .overlay{
		position: absolute;
		left: 32%;
		top: 14%;
		z-index: 1;
		text-align: center;
		width: 53%;
	}
	.home .banner h1{
		font-size: 20px;
	}
	.links .splitter{
		display: none
	}
	.broker-list .col > div:first-child{
		display: none;
	}

	.columns li.pushTop{
		margin-top:120px;
	}


	/* mobile navigation */
	header .logo{
		width: 180px;
		margin:15px 0 10px
	}
	.search{
		display:none;
	}
	header .navigation{
		margin-left:15px;
		left:100%;
		top:0px;
		background:#3d3d3d;
		position:fixed;
		height:100%;
		width:100%;
		margin:0;
		padding:0;

		/*
		-webkit-transition:left 50ms ease-in-out;
		-webkit-transform: translate3d(0,0,0);
		*/
	}
	header .navigation li{
		display: block;
		margin:0;
		padding:0;
		color:#c4c4c4;
	}
	header .navigation li:first-child{
		font-size:18px;
		padding:26px 20px;
		box-shadow:5px 0 5px #333;
		border-bottom:none;
	}
	header .navigation li:first-child + li a{
		box-shadow:none;
	}
	header .navigation li > a{
		color:#c4c4c4;
		font-size:15px;
		text-shadow:0 0 1px rgba(0,0,0,.2);
		display:block;
		color:#c4c4c4;
		margin:0px;
		padding:20px 20px;
		border-bottom:1px #111111 solid;

		box-shadow:0 -1px 0 #3A3A3A inset, 0 1px 0 rgb(75, 75, 75) inset;
	}
	header .navigation li a:hover{
		color:#fff
	}
	header .inner{
		overflow: visible
	}
	header .navActive{
		left:30%;
		display:block;
	}
	header.navActive{
		left:-70%;
	}

	html.overFlowHidden{
		overflow: hidden;
	}
	body.navActive{
		left:-70%;
		overflow: hidden;
	}


	/* inner pages */
	.innerpage #body .inner{
		padding:0;
		padding-bottom:20px
	}
	.blog #text-3{
		display: none;
	}
	.mobile{
		visibility:visible;
		position:relative;
	}
	.mobile-selector{
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
		color:#333;
		display:block;
		width:auto;
		text-align:left;
		text-decoration:none;
		padding:20px 0;
		border-bottom:1px #c6c6c6 solid;
	}
	.mobile-selector span{
		position:absolute;
		right:0px;
		content: "+";
		font-size:22px;
		top:15px;
	}


	/* compare page */
	.columns li{
		width:130px;
		font-size:11px;
		position:relative
	}
	.overflowScroll .brokerHeaders div{
		width:130px;
		font-size:11px;
		border:none;
	}
	.overflowScroll .brokerHeaders{
		margin-top:80px;
		height:120px;
	}
	.compare .table > div{
		padding:10px 5px;
		min-height:35px;
		max-height:35px;
	}
	.collapse > a{
		font-size:10px !important;
		padding:15px 8px !important;
	}
	.checkboxes label{
		width:130px;
		font-size:11px;
	}

	.home .banner{
		margin-top:30px;
	}
	.home #body{
		margin-top:0px
	}

	.brokerReview .micronav li a{
		font-size:12px;
	}
	.subhead .subnav{
		float: none
	}

	.broker-list .col-3 > div{
		width:45%;
		display:inline-block;
		vertical-align: top
	}

	.subfooter{
		display: block;
	}

	.subfooter li{
		margin:0 1px
	}

	.home .banner strong{
		font-size: 15px
	}
	.home .banner h1{
		font-size: 16px
	}
	.home .banner .overlay{
		width: 62% !important
	}
}

@media only screen
and (max-width:568px){
	.inner{
		width:95%
	}
	.breadcrumb{
		display: none
	}
	/* home */
	.home .banner{
		height: 270px;
		background-size:140%;
		background-position: center -30px;
	}
	.overflowScroll .brokerHeaders{
		height:110px;
	}
	.home .banner .overlay{
		position:relative;
		width:80%;
		left:35px;
		margin:0px auto;
		top:15%;
	}
	.home .banner h1{
		font-size:13px;
		width:80%;
		margin:0px auto;
		font-weight:normal
	}
	.brokerReview #body .logo{
		max-width:150px
	}
	.brokerReview .heading{
		margin:0 10px;
	}
	.brokerReview .heading h1{
		font-size:18px
	}
	.brokerReview #body .heading p{
		font-size:11px
	}
	.brokerReview .micronav{
		margin:20px 0 0
	}
	.brokerReview .micronav li{
		margin:-1px;
	}
	.brokerReview .subnav li a[href="#commissionandfees"],
	.brokerReview .subnav li a[href="#accountfeatures"],
	.brokerReview .subnav li a[href="#recognition"],
	.brokerReview .subnav li a[href="#vs"]{
		font-size:0;
		display:inline-block;
	}
	.brokerReview .subnav li a[href="#commissionandfees"]:after{
		content: "Fees";
		font-size:13px;
	}
	.brokerReview .subnav li a[href="#accountfeatures"]:after{
		content: "Features";
		font-size:13px;
	}
	.brokerReview .subnav li a[href="#recognition"]:after{
		content: "Ratings";
		font-size:13px;
	}
	.brokerReview .subnav li a[href="#vs"]:after{
		content: "VS";
		font-size:13px;
	}
	.primary .table > div > span{
		width:90px;
	}
	.pager .table > div > span{
		width:50%;
	}
	.primary .table > div{
		font-size:12px;
		white-space:nowrap;
		text-overflow: ellipsis;
		width: 96%;
		overflow: hidden;
	}
	.nomobile{
		display: none !important;
	}
	.broker-list .col{
		padding:10px;
	}
	.broker-list .col > div{
		margin:0;
	}
	.broker-list .fees{
		border:none;
		padding:0;
	}
	.brokerreviews .broker{
		width:100px;
		height:60px;
	}
	.compare .offer{
		font-size:11px;
	}
	.overflowScroll .brokerHeaders .offer{
		margin-top:10px;
		font-size:10px;
	}
	.overflowScroll .brokerHeader .button{

	}

	.brokerHeader strong{
		margin-top:10px;
	}
	.rating-sliders label{
		width:130px;
		font-size:13px;
		height:55px
	}

	.rating-checkboxes label{
		width:130px;
		font-size:12px;
	}
	.broker-list .col > div{
		text-align: center
	}
	.broker-list > div .rating{
		margin:10px auto;
	}
	.broker-list .fees b{
		float: none;
	}
	.broker-list .col-3 > div{
		padding:10px 0px;
	}

	.desktop-only{
		visibility: hidden !important;
		position:absolute !important;
		overflow:hidden;
		width:0px;
		height:0px;
	}

	.popup_dialogue{
		width:100%;
		padding:30px;
		border-radius: 0px;
		box-sizing:border-box;
		left:0;
		margin-left:0;

	}

	.broker-list .col-3 > div{
		width:100%;
		display:block;
		vertical-align: top;
	}

	.broker-list .fees b{
		display:inline-block
	}
	.subfooter li{
		margin:0
	}


	.home .banner .overlay{
		left: 3% !important;
		width:82% !important
	}
	.home .banner h1{
		width: 100%;
		font-weight: 200;
		font-size: 14px;
	}
	.overlay strong{
		font-size: 13px !important;
	}
	.home .banner{
		background-position: -117px -30px
	}
    .GoogleActiveViewClass{
		margin:0 auto;
    }
}

@media only screen
and (max-width:320px){
	.home .banner{
	  height: 300px !important;
	  background-size: 170% !important;
 	}
	.home .banner .overlay{
		top:6% !important
	}

	.home .banner .overlay{
		width: 90% !important
	}
}


/* fonts */
@font-face {
	font-family: 'ico';
	src:url('fonts/ico.eot?-sr48qo');
	src:url('fonts/ico.eot?#iefix-sr48qo') format('embedded-opentype'),
		url('fonts/ico.woff?-sr48qo') format('woff'),
		url('fonts/ico.ttf?-sr48qo') format('truetype'),
		url('fonts/ico.svg?-sr48qo#ico') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'ico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-notification:before {
	content: "\e61a";
}
.icon-question:before {
	content: "\e61b";
}
.icon-info:before {
	content: "\e61c";
}
.icon-search:before {
	content: "\e600";
}
.icon-menu:before {
	content: "\e601";
}
.icon-cog:before {
	content: "\e602";
}
.icon-settings:before {
	content: "\e603";
}
.icon-home:before {
	content: "\e604";
}
.icon-user:before {
	content: "\e605";
}
.icon-user2:before {
	content: "\e606";
}
.icon-lock:before {
	content: "\e607";
}
.icon-unlocked:before {
	content: "\e608";
}
.icon-bars:before {
	content: "\e609";
}
.icon-remove:before {
	content: "\e60a";
}
.icon-flag:before {
	content: "\e60b";
}
.icon-star:before {
	content: "\e60c";
}
.icon-star2:before {
	content: "\e60d";
}
.icon-earth:before {
	content: "\e60e";
}
.icon-newspaper:before {
	content: "\e60f";
}
.icon-pencil:before {
	content: "\e610";
}
.icon-image:before {
	content: "\e611";
}
.icon-upload:before {
	content: "\e612";
}
.icon-sad:before {
	content: "\e613";
}
.icon-smiley:before {
	content: "\e614";
}
.icon-thumbs-up:before {
	content: "\e615";
}
.icon-thumbs-up2:before {
	content: "\e616";
}
.icon-checkmark:before {
	content: "\e617";
}
.icon-checkmark2:before {
	content: "\e618";
}
.icon-coin:before {
	content: "\e619";
}
