/* iPad Landscape */
@media all and (min-device-width: 768px) and (max-device-width: 1000px) and (orientation: portrait){


	/* 2 quick links side by side */
	#quick-links .ql-wrap {
		width:640px;
		margin-left:auto;
		margin-right:auto;
	}

	/* Testimonial */
	#lower-cta h1,
	#footer-testimonial blockquote {
		width:86%;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	
	
	
}

/* General Tablet */
@media all and (min-width: 768px) and (max-width: 1000px) {
	
	
	
	/* header */

	
	#primary-nav li {
		margin-left:12px;
	}
	#primary-nav a,
	#masthead-appointment,
	#masthead-upper a {
		font-size:15px;
	}
	
	
	
	body.page-id-17 #page-hero.limited h2 {
		bottom:50px;
	}
	
	
	
	
	/* Resources */
	#resources-content .select-replace-wrap,
	#search-content .search-form {
		top: 62px;
		width: 240px;
		right: 0;
		left: auto;
		margin-right:0;
	}
	


	/* Our Team */
	.management-headshot span {
		font-size:22px;
		padding:16px;
	}
/* adjusted by John - extra content was added and there was overlap
	.team-bio .contact-details {
		position: absolute;
		right: 0;
		top: 58px;
	}
*/
	.team-bio .contact-details {
		position:relative;
		margin-bottom:8px;
		top:-14px;
		right:auto;
	}
	
	
	/* 2 quick links side by side */
	#quick-links .ql-wrap {
		width:640px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media all and (min-width: 768px) and (max-width: 840px) {

	#newsletter-form input[type=submit] {
		left:auto;
		right:0;
	}

}

@media all and (min-width: 768px) and (max-width: 780px) {
	
	/* Resources */
	#search-content .breadcrumbs {
		margin-top:46px;
	}
}








