body {
    letter-spacing: 0.0em;
}
body .hide{display: none;}
.payRatioTrackerMainDiv {
	padding: 0 50px;
    min-width: 1280px;
    width: 1280px;
    margin: 0 auto;
}
.logoImageDiv {
	text-align: center;
    padding: 78px 0 45px;
}
.PayRatioheader {
	color: #336698;
    font-size: 32px;
    text-align: center;
    padding-bottom: 36px;
    font-family: AvenirLTCom-Heavy;
}
.cumulativeHeader {
	text-align: center;
    font-family: AvenirLTCom-Heavy;
    color: #323333;
    font-size: 26px;
    padding-bottom: 5px;
}
.cumulativeSubHeader {
	font-size: 14px;
    text-align: center;
    color: #6A6A6A;
    font-family: Open Sans Semibold;
}
.cumulativeStatsMainDiv {
    text-align: center;
    padding: 52px 0 68px;
    border-bottom: 0.75px solid #E2E2E2;
	margin-bottom: 60px;
}
.cumulativeDiv {
	display: inline-block;
    text-align: center;
    padding: 38px 10px 33px;
    margin: 0 22px;
    font-size: 14px;
    background: #FCFCFC;
	width: 259px;
}
.cumulativeValueStyle {
	font-size: 36px;
    font-family: Open Sans Semibold;
	padding-top: 8px;
}
.lowestPayRatio .cumulativeValueStyle {
	color: #E90D8B;
}
.medianPayRatio .cumulativeValueStyle {
	color: #4F637F;
}
.highestPayRatio .cumulativeValueStyle {
	color: #19B193;
}
.totalDataPoints .cumulativeValueStyle {
	color: #5186EC;
}
.lowestPayRatio {
	border-top: 5px solid #E90D8B;
}
.medianPayRatio {
	border-top: 5px solid #4F637F;
}
.highestPayRatio {
	border-top: 5px solid #19B193;
}
.totalDataPoints {
	border-top: 5px solid #5186EC;
}
.statsLabel {
	color: #323B45;
    font-family: AvenirLTCom-Heavy;
    font-size: 17px;
    padding-bottom: 22px;
    text-align: center;
}
.subscribeMainDiv {
	text-align: center;
}
.subscribeSection {
	width: 450px;
    margin: 0 auto;
    text-align: center;
    background: #F6F9FB;
    padding: 30px 0px 33px;
	border-radius: 10px;
	display: table;
}
.subscribeHeader {
	color: #336699;
    font-size: 20px;
    font-family: AvenirLTCom-Heavy;
	padding-bottom: 5px;
}
.suscribeText {
	padding: 15px 51px;
    font-size: 13px;
    color: #50637D;
    font-family: AvenirLTCom-Medium;
}
.subscribeInputDiv {
	padding-top: 7px;
}
.subscribeInput {
	box-sizing: border-box;
    height: 34px;
    border: 1px solid #EFEFEF;
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 4px !important;
    padding: 5px !important;
    width: 200px;
    font-family: AvenirLTCom-Medium;
    font-size: 13px;
    color: #506380;
    padding-left: 10px !important;
}
.subscribeBtn {
	display: inline-block;
    font-size: 12px;
    background: #41c0c4;
    color: #fff;
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 3px;
    font-family: AvenirLTCom-Heavy;
    cursor: pointer;
    width: 150px;
    height: 34px;
}
.payRatioText {
	background: #FAFAFA;
    width: auto;
    margin: 0 auto;
    padding: 55px 115px;
    border-radius: 10px;
    margin-bottom: 48px;
    color: #2D3E4F;
    font-size: 16px;
    font-family: AvenirLTCom-Medium;
}
.payRatioText a {
    text-decoration: none;
    color: #0E82C6;
    border-bottom: 1px solid #0E82C6;
    font-family: AvenirLTCom-Heavy;
}
.statsImg {
}
.statsImgDiv {
    margin: 0 auto;
    border-radius: 40px;
	margin-bottom: 5px;
}
.chartsSection {
	border-bottom: 0.75px solid #E2E2E2;
	padding: 0;
	padding-bottom: 60px;
    margin-bottom: 54px;
	text-align: center;
}
.chartsHeader {
	font-size: 22px;
    font-family: AvenirLTCom-Heavy;
    padding-bottom: 36px;
    text-align: center;
    color: #323333;
}
.chartLabel {
    display: inline-block;
    font-size: 16px;
    font-family: AvenirLTCom-Heavy;
    float: left;   
    color: #323232;
	margin-bottom: 10px;
}
.totalDataChartLabel {
	display: block;
    text-align: left;
    padding-left: 15px;
}
#dataPointsChartContainer {
}
.legendSection {
	display: inline-block;
	float: right;
	position: relative;
    top: 3px;
}
.legendBlock {
	padding-right: 10px;
}
.legend {
    width: 12px;
    height: 12px;
    display: inline-block;
}
.legendLabel {
	font-size: 15px;
    font-family: AvenirLTCom-Heavy;
    padding-left: 5px;
}
.lowestLegend {
	background: #E90D8B;
}
.medianLegend {
	background: #4F637F;
}
.highestLegend {
	background: #19B193;
}
.error {
	color: #FF0000;
    font-style: italic;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
	padding: 3px 0 0 48px;
}
.subscribeModalMsg {
    text-align: center;
    color: #2D3E4F;
    line-height: 20px;
    font-size: 15px;
	padding: 20px 0px 25px;
    font-family: AvenirLTCom-Medium;
}
.subscribeModalHeader {
    background-color: #A5A5A5;
    height: 45px;
    border-radius: 4px 4px 0 0;
}

.subscribeModalHdText {
	color: #fff;
    font-family: AvenirLTCom-Medium;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
}
.subscribeModalFooterStyle {
    border-top: aliceblue;
    padding: 20px;
    background: #EFEFEF;
    text-align: center;
}
#subscribeModal {
	top: 35%;
	z-index: 10000;
}
.subscribeModalContent {
	border: 1px solid #E2E2E2;
	width: 350px;
	margin: 0 auto;
}
.okButtonStyle {
	color: #fff;
    background-color: #41BFC3;
    border-color: #41BFC3;
    width: 120px;
    font-family: AvenirLTCom-Heavy;
    font-size: 14px;
    height: 32px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 7px;
    cursor: pointer;	
}
.checkImg {
	width: 53px;
    height: 53px;
}
.checkImgDiv {
	text-align: center;
    padding: 15px 0 5px;
}

@media only screen and (min-width: 1400px) {
	.payRatioTrackerMainDiv {
		min-width: 1280px;
		width: 1280px;
		margin: 0 auto;
	}
}
#noDataCumulativeStats, #noDataPointChartSection, #noWeeklyCeoChartSection{
padding-top:30px;padding-bottom:30px;font-style: italic;text-align: center;
}
#peerUpdtContainer {
    margin: 0 auto;
    width: 800px;
}
.container-fluid {
    padding: 0px;
}
#oneYearMulOfMedian, #threeYearMulOfMedian, .marginTop10 {
    margin-top: 10px;
}
#downFooter {
	margin-top:60px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.copyRightDiv {
	padding: 5px;
	text-align:center;
	font-family: AvenirLTCom-Medium;
	color: #323232;
    font-size: 13px;
}
.sorryTextStyle {
    color: #d3d3d3;
    font-size: 22px;
    letter-spacing: 9px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
}
.requestTextStyle {
    color: #336699;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
	margin: 15px 0;
}
.reachTextStyle {
    color: #747474;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
}
.acc-lightBlue-link, .acc-lightBlue-link:hover {
    color: #41c0c4;
    font-size: 12px;
    text-decoration: none;
}
.backtohomeBtnStle {
    background: #41c0c4 !important;
    border-radius: 2px;
    border: 1.5px solid #41c0c4 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 0.03em;
    width: 200px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
}
.backtohomeAcc, .backtohomeAcc:hover {
    color: #fff;
    text-decoration: none;
}
.cumulativeDiv:first-child {
	margin-left: 0;
}
.cumulativeDiv:last-child {
	margin-right: 0;
	margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
	.payRatioTrackerMainDiv {
		min-width: 975px;
		width: 975px;
	}
}

@media only screen and (max-width: 1200px) {
	.payRatioTrackerMainDiv {
		min-width: 980px;
		width: 980px;
		margin: 0 auto;
		padding: 0;
	}
	.cumulativeDiv {
		margin: 0 10px;
		padding: 38px 20px 33px;
		width: 227px;
	}
}
@media only screen and (min-width: 1200px) and  (max-width: 1399px) {
	.payRatioTrackerMainDiv {
		min-width: 1150px;
		width: 1150px;
		margin: 0 auto;
	}
	.cumulativeDiv {
		margin: 0 15px;
		width: 237px;
	}
}
@media only screen and (max-height: 800px) {
	.logoImageDiv {
		padding: 20px 0 20px;
	}
	.PayRatioheader {
		padding-bottom: 20px;
	}
	.payRatioText {
		padding: 20px 115px;
		margin-bottom: 20px;
	}
	.cumulativeStatsMainDiv {
		padding: 20px 0 45px;
	}
}