@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("/css/fonts/font.aspx?awesome/fa-solid-900.woff") format("woff");
}

.MainPageContent > .PageWidthIndent {
	width: auto;
}

.BDPageIndent {
	padding-top: 20px;
	margin: 0 auto;
}

.LeftAdvertBlock {
	display: none;
}

.LeaderboardAdvert {
	display: none;
}


.H3 {
	font-size: 16px;
	font-weight: bold;
}

.BrokerHeader {
	margin-bottom: 30px;
}

.BrokerHeader H1 {
	font-size: 30px;
}

.BrokerLogo {
	width: 150px;
	height: 50px;
}

.BrokerCTA {
	float: right;
	margin: 0 0 10px 20px;
	text-align: center;
}

.BrokerCTAButton {
	display: inline-block;
	text-decoration: none;
	color: #070056;
	font-size: 18px;
	background: #FFD400;
	padding: 10px 20px;
	border-radius: 4px;
}

.BrokerCTAButton:hover {
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.2);
}

.CompanyOverview, .Disclaimer {
	font-size: 16px;
	line-height: 150%;
	white-space: pre-wrap;
	margin-bottom: 30px;
}

.BrokerFeature {
	display: inline-block;
	white-space: nowrap;
	margin: 0 20px 5px 0;
}

.siImage {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.BrokerInfoBlock {
	margin-bottom: 30px;
}

.BrokerInfoBlock H3 {
	margin-bottom: 10px;
}

.DirectoryLink {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 16px;
}

.DirectoryLink:hover {
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.2);
}

.DirectoryLink.NewsLink {
	background: #2E7DE1;
	color: white;
}

.DirectoryLink.OffersLink {
	background: orange;
	color: white;
}

.DirectoryLink.CompetitionsLink {
	background: #00C000;
	color: white;
}
.DirectoryLink.SpreadLink {
	background: purple;
	color: white;
}
.DirectoryLink.BlogLink {
	background: blue;
	color: white;
}


.DirectoryLinkBar {
	padding: 5px 0 0 5px;
}

.NewsWrapper {
	display: block;
	margin-bottom: 20px;
}

.NewsListing H2 {
	font-size: 18px;
	font-weight: bold;
}

.MultilineText {
	white-space: pre-wrap;
}


.ArticleSummarySnapshot {
	max-height: 120px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	line-height: 150%;
}
.ArticleSummaryBlank {
	position: absolute;
	top: 70px;
	box-sizing: border-box;
	padding-top: 30px;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,1) 75%, rgba(255,255,255,1));	
	z-index: 10;
	text-align: center;
	vertical-align: bottom;
}

A.NewsSummary {
	text-decoration: none;
	font-weight: normal;
	color: inherit;
}

A.NewsSummary H2 {
	font-weight: bold;
	color: #000080;
}

A.NewsSummary H2:hover {
	text-decoration: underline;
}

.ArticleContent  {
	margin-bottom: 30px;
}

.ArticleContent IMG {
	max-width: 100%;
}

.ArticleCTA {
	display: inline-block;
	text-decoration: none;
	color: white;
	background: #2E7DE1;
	padding: 10px 20px;
	border-radius: 4px;
}
.ArticleCTA:hover {
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.2);
}

.SectionMargin {
	margin-bottom: 20px;
}

.ArticleList .BDPageSection:nth-child(even) {
	background: #f7f7f7;
}

.ArticleListingEntry H2 {
	font-size: 20px;
	margin-top: 20px;
}

.ArticleListingEntry H3 {
	font-size: 12px;
}


.DirectoryListHeader {
	display: flex;
	flex-direction: row;
}

.DirectoryListHeader .DirectoryListingName {
	padding: 5px 0 5px 15px;
	font-size: 12px;
	box-sizing: border-box;
	border-right: 0;
}


.DirectoryListing {
	border: solid 1px #E0E0E0;
	border-top: 0;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	min-height: 60px;
}

.DirectoryListing.SponsorshipFull {
	background: #104FF7;
	color: white;
}

.DirectoryListing .BrokerLogo {
	/*background: white;*/
}

.DirectoryListingVA {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.DirectoryListingCTA {
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center;
	padding: 10px;
}

.DirectoryListingName {
	flex-shrink: 0;
	font-size: 20px;
	width: 320px;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border-right: solid 1px #C0C0C0;
}

.DirectoryListingSpreadEntry {
	width: 100px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	border-right: solid 1px #C0C0C0;
}

.DirectoryListingNoSpread {
	background: repeating-linear-gradient(
	  45deg,
	  #FFFFFF,
	  #FFFFFF 3px,
	  #F7F7F7 6px,
	  #F7F7F7 9px
	);
}

.DirectoryListing .DirectoryLinkBar > DIV {
	margin: 3px 0 3px 0;
}

.DirectoryListing .DirectoryLinkBar A {
}

.DirectoryListHeader .DirectoryListingName {
	font-weight: bold;
	padding-top: 10px;
}

.DirectoryListSpreadHeader {
	width: 400px;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
}

.DirectoryListSpreadSubHeader {
	font-weight: bold;
	font-size: 14px;
}

.DirectoryListSpreadHeaderSubItems {
	font-size: 16px;
	background: #070056;
	padding: 10px 0 10px 0;
	color: white;
}

.DirectoryListSpreadHeader .DirectoryListSpreadHeaderSubItems > DIV {
	 display: inline-block;
	 width: 99px; /* XXXX */
	 overflow: hidden;
 }
 
 
.BrokerSpreadRow, .BrokerSpreadHeader {
	width: 550px;
	max-width: 100%;
	box-sizing: border-box;
	border: solid 1px #E0E0E0;
	display: flex;
}

.BrokerSpreadHeader {
	font-size: 12px;
}

.BrokerSpreadRow {
	border-top: 0;
}

.BrokerSpreadSymbolName {
	width: 150px;
	box-sizing: border-box;
	padding: 5px 10px 5px 10px;
	flex-grow: 1;
	flex-shrink: 1;
}

.BrokerSpreadValue {
	flex-grow: 0;
	flex-shrink: 0;
	border-left: solid 1px #C0C0C0;
	width: 100px;
	box-sizing: border-box;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.BrokerSpreadNoData {
	background: repeating-linear-gradient(
	  45deg,
	  #FFFFFF,
	  #FFFFFF 3px,
	  #F7F7F7 6px,
	  #F7F7F7 9px
	);
}

.BrokerSpreadSessionAllHours {
	font-weight: bold;
}

.VideoPlayer {
	display: block;
	margin: 10px 0 10px 0;
	max-width: 100%;
}

@media screen and (min-width: 600px) {
	.VideoPlayer {
		max-width: 600px;
	}
}

@media screen and (max-width: 1100px) {
	.DirectoryListingName {width: 200px;}

}

@media screen and (max-width: 870px) {
	.BrokerCTAButton {padding: 10px 10px;}
}

@media screen and (max-width: 770px) {
	.BrokerCTAButton {padding: 10px 10px;}

}

@media screen and (max-width: 680px) {
	.DirectoryListingSpreadSymbol11, .DirectoryListingSpreadSymbol8, .DirectoryListingSpreadSymbol10 {display: none !important;}
	.DirectoryListSpreadHeader {width: 240px;}
	.DirectoryListingSpreadEntry {width: 60px;}
	.BrokerCTAButton {padding: 10px 10px;}
}

@media screen and (max-width: 600px) {
	.DirectoryListSpreadHeader {display: none;}
	.DirectoryListingSpreadEntry {display: none;}
	
}

@media screen and (max-width: 570px) {
	.BrokerSpreadSessionNewYork {display: none;}
}

@media screen and (max-width: 520px) {
	.DirectoryListingCTA {display: none;}
	.DirectoryListingName {flex-grow: 1;}
}

@media screen and (max-width: 500px) {
	.BrokerHeader .BrokerCTA {
		float: none;
		text-align: left;
		margin: 0 0 20px 0;
	}
	
	.BrokerHeader .BrokerLogo {
		float: left;
	}

	.BrokerHeader .BrokerCTAButton {
		margin-left: 20px;
	}
}

@media screen and (max-width: 450px) {
	.BrokerSpreadSessionLondon {display: none;}
}

@media screen and (max-width: 420px) {
	.BDSubBarButtonCompetitions {display: none;}
}

@media screen and (max-width: 350px) {
	.BrokerSpreadSessionTokyo {display: none;}
}

.ArticleListingBDSection {
	border-bottom: solid 1px #E0E0E0;
	padding: 0 0 15px 0;	
}

.BrokerNewsEntry {
	padding: 15px 0 0 0;
}

.BrokerNewsEntry:first-child {
	padding: 0 0 0 0;
}


/* True/False values */
.DirectoryListingTF {
	font-family: FontAwesome;
	font-size: 32px;
}
.DirectoryListingTF A {
	text-decoration: none;
}
.TFValueTrue {
	color: #008000;
}
.DirectoryListing.SponsorshipFull .TFValueTrue {
	color: #00F000;
}

.TFValueFalse {
	color: #E0E0E0;
	opacity: 0.5;
}

/* Sub-heading */

.ArticleContent H3 {
	margin: 1em 0 -1em 0;
	font-weight: bold;
	font-size: 20px;
}

/* Variable display */
.BlockType-Markets, .BlockType-Spread, .BlockType-News, .BlockType-Regulators {
	display: none;
}

.DisplayMode-Spread .BlockType-Spread,
.DisplayMode-News .BlockType-News,
.DisplayMode-Regulators .BlockType-Regulators,
.DisplayMode-Markets .BlockType-Markets
{
	display: flex;
}

.DisplayMode-Spread .BlockType-Spread.DirectoryListSpreadHeader,
.DisplayMode-News .BlockType-News.DirectoryListSpreadHeader,
.DisplayMode-Regulators .BlockType-Regulators.DirectoryListSpreadHeader,
.DisplayMode-Markets .BlockType-Markets.DirectoryListSpreadHeader
{
	display: block;
}

/* Tabs */
.DirectoryListModeTab {
	width: 25%;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	padding: 10px 0 10px 0;
	white-space: nowrap;
	background: #EBEAEA;
}

.DirectoryListModeTab:first-of-type {
	border-top-left-radius: 16px;
}

.DirectoryListModeTab:last-of-type {
	border-top-right-radius: 16px;
}

.DisplayMode-News .DirectoryListModeTab-News,
.DisplayMode-Spread .DirectoryListModeTab-Spread,
.DisplayMode-Regulators .DirectoryListModeTab-Regulators,
.DisplayMode-Markets .DirectoryListModeTab-Markets
{
	background: #070056;
	color: white;
}


.BrokerArticleHeader {
	margin: 20px 0 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.BrokerArticleHeader .BrokerArticleHeaderLogo {
	margin-right: 30px;
}



.ArticleTileContainer {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: calc(33.33% - 13.33px) calc(33.33% - 13.33px) calc(33.33% - 13.33px);
}

@media screen and (max-width: 1200px) {
	.ArticleTileContainer {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
}

@media screen and (max-width: 800px) {
	.ArticleTileContainer {
		grid-template-columns: 100%;
	}
}

.ArticleTile {
	background: #F2F2F2;
	border-radius: 15px;
	padding: 20px;
}

.ArticleTile H2 {
	font-size: 24px;
	line-height: 125%;
	margin: 10px 0 10px 0;
}

.ArticleTile .ArticleBy {
	margin: 20px 0 20px 0;
	font-size: 18px;
}

.ArtileTile .BrokerLogo {
	border-radius: 4px;
}