img {
	max-width: 100%;
}
.title { margin:auto 0; width:50%; text-align:center}
.logo {wdith:40%}
header {
	display: flex;
	max-width: 100%;
	max-height: 70px;
	height: 70px;
	background-image: url('../images/focusAnalytics/focus-analytics-assets/header-bg.png');
}

header>div {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: 1500px;*/
	width: 100%;
}

.header-icons{
	background-image: url('../images/focusAnalytics/focus-analytics-assets/header_icons.png');
	width: 387px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: right;
}
.icon-back{
	width: 25px;
	height: 25px;
	margin-top: 15px;
	margin-left: 4vw;
}
.title>h2 {
	margin-top:10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 30px;
}

main section {
	display: flex;
	justify-content: center;
	margin: 0px 0 30px 0;
}

.graphic {
	background: url('../images/focusAnalytics/focus-analytics-assets/bg.png') top;
	margin-top: 0px;
	border-bottom: 0;
}

.graphic-content {
	margin: 0 100px;
}

.graphic-header {
	display: flex;
	width: 100%;
	color: #fff;
	background: #254366;
	padding: 20px;
	line-height: 1.5;
}

.graphic-header div {
	font-size: 13px;
}

.graphic-body {
	display: flex;
	background: transparent;
	position: relative;
}

.graphic-body-weeks {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	max-width: 380px;
	width: 100%;
	align-items: center;
	font-size: 11px;
}

.graphic-body-weeks div:first-child {
	display: flex;
	width: 100%;
}

.date-spacer {
	max-width: 100px;
	width: 100%;
}

.weeks-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
}

h4 {
	margin: 0;
	margin-left: 90px;
}

.graphic-footer {
	display: flex;
	background: #F5F1F1;
	align-items: stretch;
	margin-top: 20px;
}

.graphic-footer>* {
	border-right: 3px solid #E3DFDF;
}

.graphic-footer a {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	line-height: 3;
	font-weight: 700;
}

.active {
	display: inline-block;
	border-bottom: 5px solid #ECC137;
	padding: 0 20px;
	line-height: 3;
	font-weight: 700;
	background: #fff;
}

footer {
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}

@media (max-width: 659px) {

	h2 {
		font-size: 20px;
	}

	.graphic-content {
		margin: 0;
	}

	.graphic-footer a {
		line-height: 1;
		padding-top: 10px;
	}

	.active {
		line-height: 1;
		padding-top: 10px;
	}
}

@media (max-width: 1310px) {
	.graphic-body-weeks {
		width: 27vw;
		font-size: 9px;
	}

	.date-spacer {
		max-width: 8vw;
		width: 100%;
	}
}

@media (max-width: 970px) {
	.title{width:400px}
	.graphic-body-weeks {
		font-size: 7px;
		max-width: 25vw;
		bottom: -3px;
	}


	.date-spacer {
		max-width: 6vw;
	}
}

@media (max-width: 660px) {
	.graphic-body-weeks {
		max-width: 100%;
	}
	


	.date-spacer {
		max-width: 10vw;
	}
}