.HomePageTitle {
	font-size: 36px;
}

@media screen and (max-width: 600px) {
	.HomePageTitle {
		font-size: 30px;
	}
}

.MainPageContent > .PageWidthIndent {
	width: auto;
}

.MainPageContent {
	min-height: calc(100% - 207px);
}

.PageTopPadding {
	padding: 0 0 0 0;
}

.HomePageSection {
	padding: 30px 0 30px 0;
	display: block;
}


.HomePageSection LI {
	line-height: 150%;
}

.ToolThumbnail {
	float: right;
	margin: 0 30px 30px 30px;
}

.ToolThumbnail IMG {
	box-shadow: 0 2px 4px 0 #b2b5be;
	border: 0;
}

H2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 125%;
}

.BrokerLogoBlock {
	height: 50px;
	width: 600px;
	max-width: 100%;
	border: 0;
	overflow: hidden;
}


.TwoColumn {
	width: 50%;
	float: left;
	padding: 0 0 0 25px;
	box-sizing: border-box;
}
.TwoColumn:first-of-type {
	padding: 0 25px 0 0;
}

@media screen and (max-width: 550px) {
	.TwoColumn {
		padding: 25px 0 0 0;
		width: 100%;
	}
	.TwoColumn:first-of-type {
		padding: 0;
	}
}


A.InfoButton:hover, BUTTON.InfoButton:hover, SPAN.InfoButton:hover {
	box-shadow: 0 0 10px 3px rgba(0, 0, 128, 0.2);
}


BUTTON.ActionButton, A.ActionButton {
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin: 0 20px 10px 0;
    cursor: pointer;
    background: #FFD400;
    border: 0;
	font-weight: bold;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
    color: #070056;
	text-decoration: none;
}

BUTTON.ActionButton.ActionButtonWhite, A.ActionButton.ActionButtonWhite {
    background: white;
    color: #070056;
}


A.ActionButton:hover {
	text-decoration: none;
}


/* *********************************************************************************************************
Calendar section 
********************************************************************************************************* */

#HomePageMarketDataHeader {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#HomePageMarketDataHeader A, #HomePageMarketDataHeader BUTTON {
	margin: 0 !important;
}


#HomePageMarketDataButton1 {
	text-align: right;
}


#HomePageMarketDataButton1 A {
	height: 30px;
	line-height: 30px;
}
#HomePageMarketDataButton2 {
	display: none;
}

@media screen and (max-width: 875px) {
	#HomePageMarketDataButton1 {
		display: none;
	}
	#HomePageMarketDataButton2 {
		display: block;
	}
}

/* *********************************************************************************************************
Account analysis section 
********************************************************************************************************* */

#AccountAnalysisPromo {
	grid-template-columns: calc(40% - 30px) calc(60% - 30px);
	display: grid;
	grid-column-gap: 60px;
	grid-row-gap: 40px;
}

.AnalysisPromoIcon {
	width: 50px;
	height: 50px;
	background: #00C4FF;
	padding: 20px;
	border-radius: 10px;
	box-sizing: content-box;
}

.AnalysisPromoIcon:hover {
	background: #104FF7;
}

.AnalysisPromoTable TD {
	text-align: center;
	padding: 0 20px 0 20px;
}

.AnalysisPromoTable TD:first-of-type {
	padding-left: 0;
}

@media screen and (max-width: 1300px) {
	#AccountAnalysisPromo {
		grid-template-columns: calc(50% - 30px) calc(50% - 30px);
	}
	
	.AnalysisPromoTableWidgets {display: none;}
}

@media screen and (max-width: 1150px) {
	#AccountAnalysisExamples {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	#AccountAnalysisImageContainer {
		max-height: 200px;
		border-bottom: solid 1px #e0e0e0;
		overflow: hidden;
	}
	#AccountAnalysisPromo {
		grid-template-columns: 100%;
	}
	#AccountAnalysisExamples {
		display: block;
	}
}

@media screen and (max-width: 550px) {
	.AnalysisPromoTableStats {display: none;}
}
@media screen and (max-width: 450px) {
	.AnalysisPromoIcon {
		width: 40px;
		height: 40px;
		padding: 15px;
	}

	TABLE.AnalysisPromoTable {
		width: 100%;
	}
	.AnalysisPromoTable TD {
		width: 33%;
		text-align: center;
		padding: 0 0 0 0;
	}
}

/* *********************************************************************************************************
Figaro app suite section 
********************************************************************************************************* */

#FigaroAppSuitePromo {
	grid-template-columns: calc(50% - 30px) calc(50% - 30px);
	grid-column-gap: 60px;
	grid-row-gap: 20px;
	display: grid;
}

#FigaroAppSuitePromo IMG {
	border-radius: 10px;
	border: solid 1px #808080;
	box-shadow: 0px 0px 10px #00000029;
}

#FigaroAppSuitePromo2 {
	display: none;
}

@media screen and (max-width: 1200px) {
	#FigaroAppSuitePromo1 {
		display: none;
	}
	#FigaroAppSuitePromo2 {
		display: block;
	}
	#FigaroAppSuitePromo {
		grid-template-columns: calc(40% - 30px) calc(60% - 30px);
	}
}

@media screen and (max-width: 750px) {
	#FigaroAppSuitePromo1 {
		display: block;
	}

	#FigaroAppSuitePromo2 {
		display: none;
	}

	#FigaroAppSuitePromo {
		grid-template-columns: 100%;
	}

	#FigaroAppSuitePromoScreenshotContainer {
		height: 150px;
		overflow: hidden;
		border-bottom: solid 1px #808080;
	}
}

/* *********************************************************************************************************
Top-apps section
********************************************************************************************************* */

#TopAppsPromo {
	grid-template-columns: calc(33.33% - 13.33px) calc(33.33% - 13.33px) calc(33.33% - 13.33px);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	display: grid;
}

@media screen and (max-width: 800px) {
	#TopAppsPromo {
		grid-template-columns: 100%;
	}
}

.TopAppTile {
	padding: 20px;
	border-radius: 15px;
	background: #F2F2F2;
}

.TopAppTile H3 {
	margin: 5px 0 0 0;
	text-align: center;
}

.TopAppTile H3 A {
	text-decoration: none;
}

.TopAppTile .TopAppButton {
	margin-bottom: 0;
	text-align: center;
}
	
/* *********************************************************************************************************
Challenges section 
********************************************************************************************************* */

#ChallengeScreenshotContainer {
	float: right;
	margin: 0 100px 30px 100px;
}

#ChallengeScreenshotContainer IMG {
	border: 0;
	width: 500px;
}

@media screen and (max-width: 1150px) {
	#ChallengeScreenshotContainer {
		margin: 0 0px 30px 50px;
	}
}

@media screen and (max-width: 1000px) {
	#ChallengeScreenshotContainer IMG {
		width: 400px;
	}
}

@media screen and (max-width: 900px) {
	#ChallengeScreenshotContainer {
		float: none;
		margin: 10px 0 10px 0;
		text-align: center;
	}
	#ChallengeScreenshotContainer IMG {
		height: 150px;
		width: auto;
	}
}

/* *********************************************************************************************************
Future events scanner 
********************************************************************************************************* */

#FutureEventsScreenshotContainer {
	float: left;
	margin: 0 100px 20px 0;
}

#FutureEventsScreenshotContainer IMG {
	padding: 10px;
	background: white;
	box-shadow: 0px 0px 10px #00000029;
	width: 400px;
	border-radius: 15px;
}

@media screen and (max-width: 1100px) {
	#FutureEventsScreenshotContainer IMG {
		width: 350px;
	}
}

@media screen and (max-width: 950px) {
	#FutureEventsScreenshotContainer {
		display: none;
	}
}

/* *********************************************************************************************************
NFP section 
********************************************************************************************************* */

#NFPScreenshotContainer {
	float: right;
	margin: 0 0 0 150px;
}

#NFPScreenshotContainer IMG {
	width: 500px;
	border: 0;
}

@media screen and (max-width: 1130px) {
	#NFPScreenshotContainer IMG {
		width: 400px;
	}
}

@media screen and (max-width: 900px) {
	#NFPScreenshotContainer IMG {
		width: 300px;
	}
}

@media screen and (max-width: 750px) {
	#NFPScreenshotContainer {
		float: none;
		margin: 0 0 10px 0;
		overflow: hidden;
		height: 165px;
		border-bottom: solid 1px #808080;
	}

	#NFPScreenshotContainer IMG {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	#NFPScreenshotContainer {
		height: 100px;
	}
}

/* *********************************************************************************************************
Banner containers and shared classes
********************************************************************************************************* */

#BannerViewport {
	position: relative;
	padding: 0;
	white-space: no-wrap;
	overflow: hidden;
}


@keyframes BannerSlide {
    0% { left: 0%; }
    100% { left: -100%; }
}

#BannerReel {
	white-space: nowrap;
	width: auto;
	position: relative;
}

.HomePageBanner {
	height: 440px; 
	width: 100%;
	position: relative;
}

.HomePageBannerItem {
	vertical-align: top;
	white-space: normal;
	display: inline-block;
}


/* *********************************************************************************************************
Banner 1
********************************************************************************************************* */

#Banner1Background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/img/home/banner1.png");
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
}

#Banner1Title {
	font-size: 78px; color: #070056; font-weight: bold; padding-top: 80px;
}

#Banner1SubTitle {
	font-size: 24px; color: #070056; width: 750px; padding-top: 20px; line-height: 150%;
}

@media screen and (max-width: 1250px) {
	.HomePageBanner {height: 400px;}
	#Banner1Title {font-size: 60px;}
	#Banner1SubTitle {font-size: 20px; width: 600px; }
}

@media screen and (max-width: 1050px) {
	#Banner1Title {font-size: 50px;}
	#Banner1SubTitle {font-size: 16px; width: 500px; }
}

@media screen and (max-width: 800px) {
	.HomePageBanner {height: 300px;}
	#Banner1Title {font-size: 40px; padding-top: 50px;}
	#Banner1SubTitle {font-size: 16px; width: 400px; }
}

@media screen and (max-width: 650px) {
	#Banner1Title {font-size: 30px;}
	#Banner1SubTitle {font-size: 14px; width: 300px; }
}

@media screen and (max-width: 500px) {
	#Banner1Title {font-size: 30px; padding-top: 30px;}
	#Banner1SubTitle {font-size: 14px; width: 200px; }
}


/* *********************************************************************************************************
Banner 2
********************************************************************************************************* */

#Banner2Background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/img/home/Banner2.png");
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
}

#Banner2Title {
	font-size: 78px; color: white; font-weight: bold; padding-top: 80px;
}

#Banner2SubTitle {
	color: white;
	font-size: 24px; color: white; width: 750px; padding-top: 20px; line-height: 150%;
}

@media screen and (max-width: 1250px) {
	.HomePageBanner {height: 400px;}
	#Banner2Title {font-size: 60px;}
	#Banner2SubTitle {font-size: 20px; width: 600px; }
}

@media screen and (max-width: 1050px) {
	#Banner2Title {font-size: 50px;}
	#Banner2SubTitle {font-size: 16px; width: 500px; }
}

@media screen and (max-width: 800px) {
	.HomePageBanner {height: 300px;}
	#Banner2Title {font-size: 40px; padding-top: 50px;}
	#Banner2SubTitle {font-size: 16px; width: 400px; }
}

@media screen and (max-width: 650px) {
	#Banner2Title {font-size: 30px;}
	#Banner2SubTitle {font-size: 14px; width: 300px; }
}

@media screen and (max-width: 500px) {
	#Banner2Title {font-size: 30px; padding-top: 30px;}
	#Banner2SubTitle {font-size: 14px; width: 200px; }
}


/* *********************************************************************************************************
Banner 3
********************************************************************************************************* */

#Banner3Background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/img/home/Banner3.png");
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
}

#Banner3Title {
	font-size: 78px; color: #070056; font-weight: bold; padding-top: 80px;
}

#Banner3SubTitle {
	font-size: 24px; color: #070056; width: 750px; padding-top: 20px; line-height: 150%;
}

@media screen and (max-width: 1250px) {
	.HomePageBanner {height: 400px;}
	#Banner3Title {font-size: 60px;}
	#Banner3SubTitle {font-size: 20px; width: 600px; }
}

@media screen and (max-width: 1050px) {
	#Banner3Title {font-size: 50px;}
	#Banner3SubTitle {font-size: 16px; width: 500px; }
}

@media screen and (max-width: 800px) {
	.HomePageBanner {height: 300px;}
	#Banner3Title {font-size: 40px; padding-top: 50px;}
	#Banner3SubTitle {font-size: 16px; width: 400px; }
}

@media screen and (max-width: 650px) {
	#Banner3Title {font-size: 30px;}
	#Banner3SubTitle {font-size: 14px; width: 300px; }
}

@media screen and (max-width: 500px) {
	#Banner3Title {font-size: 30px; padding-top: 30px;}
	#Banner3SubTitle {font-size: 14px; width: 200px; }
}
