@media (min-width: 768px) {
	.contentBlockInner h3 {
		height:73px;
	}


	.contentBlockInner p {
		height:185px;
		padding:20px 0;
	}

	.contentBlockInner a {
		height: 42px;
	}

}

@media (min-width:992px) {
	.weekButton {
	  font-size: 0.8rem;
	  padding:5px 10px;
	}

	header h1 {
		margin-top:0;
	}

	#phoneLink:before {
	  top: 20px;
	  left: -7px;
	  width: 57px;
	  height: 55px;
	}

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

	.presentationLineContent h2 {
		font-size:1.1rem;
		margin:0 0 2rem;
	}

	.presentationLineContent p {
		font-size:.8rem;
	}

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

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

	.contentZoneInnerTitleWrapper {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100px;
	}

	.contentZoneInnerTitleWrapper + .row {
		margin-left:105px;
	}

	.contentBlockInner h3 {
		height:73px;
	}

	.contentBlockInner p {
		height:225px;
		padding:30px 0;
	}

	.contentBlockInner a {
		margin-bottom:0;
		height: auto;
	}

	.preFooterContent {
		padding: 15px 15px 15px 90px;
		margin-bottom: 0;
	}

	.preFooterContent img {
		position: absolute;
		bottom: 25px;
		left: 15px;
		display: block;
		width: 75px;
		height: auto;
	}

	.preFooterContent a {
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 0;
	}
}

@media (min-width:1200px) {

}