@media (min-width:992px) {

	header h1 {
		margin-top:0;
	}

	#presentationLineLeft {
		height:100%;
		margin:0;
		background-position: bottom center;
	}

	#presentationLineContent h2 {
		font-size:1.1rem;
		margin:0 0 1rem;
	}

	#presentationLineContent p {
		font-size:.9rem;
	}

	.tab-content {
		margin-bottom:0;
	}

	.contactRight {
		margin:0;
	}
	
	#bottomLogo {
		padding-top:0;
		min-height:0;
	}

	.innerTab {
    padding-left: 100px;
    padding-top: 0;
	}

	.innerTab .backtotabs {
		left: 0;
		margin-left: 0;
	}

	.docDownloadLink {
		margin: 0 10px 10px;
		max-width: none;
	}

	#greyTableWrapper {
		margin: 15px 0 30px 0;
	}

	.contentZone ul.nav-pills {
		flex-direction: row;
	}

	.contentZone ul.nav-pills li.nav-item + li.nav-item {
		margin-left: 2px;
		border-top: none;
	}

	.contentZone {
		margin:30px 0 0;
	}

	.contentZone,
	.tab-item {
		min-height: 500px;
	}

	.tab-item {
		background-position: center center;
	}

	.tab-item > div {
		position: absolute;
		bottom: 0;
		top: auto;
		right: 0;
		height: 65%;
	}

	.tab-item > div:after {
		display: none;
	}

	.tab-item > div h1 {
		font-size: 1.2rem;
		margin: 0 0 20px;
		min-height: 70px;
	}

	.tab-item > div p {
		font-size: .9rem;
		line-height: 1.3rem;
	}
}


@media (min-width:1200px) {

}