/*
RIGHT MENU
Colors:
Light Green:	#e1e8db;
Dark Green: 	#8ab33d;
Charcole:		#424746;
Off White:		#f2f2f2;

First item requires a padding top or will be under the menu bar */

/* Jquery */
#thank-you-mail {
	
}

.class { text-align: center; }

/* Error 404 Page */
#error {
	background-color: #e1e8db;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 150px;
}

#error h3 {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
}

#error p {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
}
/* Error 404 Page End */

/* Jquery */
html { opacity: 0.0; }
/* Jquery End */

#header-logo-background-color #header-logo #thank-you-mail {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}

@font-face{
	font-family:"Futura-Light-Regular";
	src:
	url(../fonts/Futura-Light/Futura-Light.ttf) format("ttf"),
	url(../fonts/Futura-Light/Futura-Light.svg) format("svg"),
	url(../fonts/Futura-Light/Futura-Light.woff) format("woff"),
	url(../fonts/Futura-Light/Futura-Light.eot) format("eot"),
	url(../fonts/Futura-Light/Futura-Ligh.woff2) format("woff2"),
	url(../fonts/Futura-Light/Futura-Ligh.otf) format("otf");
}

* {
	margin: 0 auto;
	font-family:"Futura-Light-Regular";
}

.center { text-align: center; }

body #header-logo-background-color { background-color: #e1e8db; }

body #header-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

body #header-logo figure img {
	width: 130px;
	float: left;
}

body #header-logo figure a { text-decoration: none; }

body #header-logo figure h1 {
	color: #fff;
	font-size: 60px;
	padding-left: 150px;
}

body #header-logo:after {
	content: "";
	display: table;
	clear: both;
}





/* Banner */
#banner {
	background-color: #8ab33d;
	padding: 35px;
	text-align: center;
}

#banner:after {
	content: "";
	display: table;
	clear: both;
}

#banner #banner-text-container {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 20px 30px 0 0;
	text-align: left;
}

#banner #banner-text-container h2 {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 35px;
}

#banner #banner-text-container p { font-size: 16px; }

#banner #banner-text-container .banner-link {
	display: inline-block;
	margin-top: 15px;
	padding: 7.5px 10px;
	text-decoration: none;
	font-size: 12px;
	background-color: #e1e8db;
	border: 1px solid #e1e8db;
	color: #424746;
}

#banner #banner-text-container .banner-link:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

#banner #banner-image-container {
	display: inline-block;
	font-size: 0px;
}

#banner #banner-image-container img { width: 391px; }



@media screen and (max-width: 945px) {
	#banner #banner-text-container { margin: 0 10px 25px 0; }
	
	#banner #banner-text-container h2 {
		font-size: 22px;
		margin-bottom: 5px;
		line-height: 30px;
	}
	
	#banner #banner-text-container p { font-size: 14px; }
	
	#banner #banner-text-container .banner-link { margin-top: 10px; }
	
	#banner #banner-image-container img { width: 335px; }
}



@media screen and (max-width: 667px) { #banner { padding: 20px; } }



@media screen and (max-width: 667px) { #banner #banner-image-container img { width: 280px; } }
/* Banner End */





/* Doctors info */
#main { max-width: 800px; }

#main #virginia-newton-image { margin-top: -33px; }

#main #virginia-newton-image,#main #mollie-schodorf-image {
	width: 50%;
	font-size: 0px;
}

#main #virginia-newton-image figcaption,#main #mollie-schodorf-image figcaption {
	font-size: 12px;
	background:linear-gradient(rgba(242,242,242,0.8),rgba(242,242,242,0.8));
	padding-top: 10px;
	padding-bottom: 10px;
	color: #424746;
	position: relative;
}

#main #virginia-newton-image figcaption {
	padding-left: 25px;
	z-index: 10;
}

#main #mollie-schodorf-image figcaption {
	padding-right: 25px;
	text-align: right;
}

#main #virginia-newton-image img,#main #mollie-schodorf-image img { width: 100%; }

#main #virginia-newton-image img { margin-top: -33px; }

#main #mollie-schodorf-image img { margin-bottom: -33px; }

#virginia-newton-info,#mollie-schodorf-info { display: inline-block; }

#virginia-newton-info {
	margin-top: 12px;
	margin-bottom: 20px;
}

#mollie-schodorf-info {
	margin-top: 39px;
	margin-bottom: 44px;
}

#virginia-newton-info h2,#mollie-schodorf-info h2 {
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 100;
	color: #424746;
}

#virginia-newton-info p,#mollie-schodorf-info p {
	font-size: 14px;
	line-height: 18px;
	color: #424746;
}

#virginia-newton-info p b,#mollie-schodorf-info p b { font-weight: 100; }

#virginia-newton-info p span,#mollie-schodorf-info p span {
	background-color: #424746;
	width: 50px;
	height: 0.5px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3.5px;
}

#virginia-newton-info p:nth-child(3),#mollie-schodorf-info p:nth-child(3) {
	margin-top: 30px;
	width: 320px;
}

#virginia-newton-info a,#mollie-schodorf-info a { cursor: pointer; }

#virginia-newton-info a:nth-child(4),#mollie-schodorf-info a:nth-child(4) {
	display: inline-block;
	margin-top: 20px;
	padding: 7.5px 10px;
	text-decoration: none;
	font-size: 12px;
	background-color: #e1e8db;
	border: 1px solid #e1e8db;
	color: #424746;
}

#virginia-newton-info a:hover:nth-child(4),#mollie-schodorf-info a:hover:nth-child(4) { background-color: #fff; }

#virginia-newton-info img,#mollie-schodorf-info img {
	margin-top: 20px;
	width: 30px;
	float: right;
}

#virginia-newton-info img:hover,#mollie-schodorf-info img:hover { background-color: #e1e8db; }

.more-about-info { display: none; }

#main .more-about-info {
	padding: 40px 10px 30px;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 16px;
	color: #424746;
}

#main .more-about-info p { padding-bottom: 10px; }

#main .more-about-info p b { font-weight: 100; }
/* Doctors info End */





/* Areas of Expertise */
#areas-of-expertise:after {
	content: "";
	display: table;
	clear: both;
}

#areas-of-expertise { background-color: #e1e8db; }

#areas-of-expertise p,#areas-of-expertise .left-info {
	font-size: 14px;
	padding-bottom: 20px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

#areas-of-expertise p b { font-weight: 100; }

#areas-of-expertise #info-left { padding: 50px 5%; }

#areas-of-expertise #info-right { padding: 100px 5%; }

#areas-of-expertise #info-left,#areas-of-expertise #info-right { width: 40%; }

#areas-of-expertise h3 {
	color: #424746;
	font-weight: 100;
	font-size: 16px;
}

#areas-of-expertise h4 {
	color: #424746;
	font-weight: 100;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#areas-of-expertise .underline {
	width: 40px;
	height: 1px;
	background-color: #424746;
	display: inline-block;
}

#areas-of-expertise #info-left a,#areas-of-expertise #info-right #ava-link {
	color: #424746;
	text-decoration: underline;
}

#areas-of-expertise #info-left a,#areas-of-expertise #info-right #read-more-link {
	display: inline-block;
	margin-top: 20px;
	padding: 7.5px 10px;
	text-decoration: none;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #424746;
}

#areas-of-expertise #info-left a:hover,#areas-of-expertise #info-right #read-more-link:hover { background-color: #e1e8db; }

#areas-of-expertise #info-right #read-more-link { margin-top: 20px; }

/* More Text */
#areas-of-expertise #more-text { display: none; }

#areas-of-expertise #more-text .more-text-section { padding-top: 25px; }
/* More Text End */
/* Areas of Expertise End */





/* Contact Section */
#contact-section {
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contact-section:after {
	content: "";
	display: table;
	clear: both;
}

#contact-section #form-section form h3,#contact-section #contact-info form h3 {
	color: #424746;
	font-weight: 100;
	margin-left: -110px;
	text-align: center;
	font-size: 16px;
}

#contact-section #form-section form h3 { margin-bottom: 5px; }

#contact-section #form-section form #h3-top-margin { margin-top: 50px; }

/* Contact Info */
#contact-section #contact-info { width: 50%; }

#contact-section #contact-info h3 { margin-left: 50px; }

#contact-section #contact-info .underline {
	width: 40px;
	height: 1px;
	background-color: #424746;
	display: inline-block;
	margin-left: 50px;
}

#contact-section #contact-info p {
	color: #424746;
	font-weight: 100;
	padding-top: 23px;
	padding-left: 50px;
	font-size: 14px;
}

#contact-section #contact-info p a {
	text-decoration: none;
	color: #424746;
}

#contact-section #contact-info p a:hover { color: #8ab33d; }

#contact-section #contact-info figure {
	text-align: center;
	margin-top: 69px;
}

#contact-section #contact-info img {
	width: 250px;
	opacity: 0.7;
	margin-left: -50px;
}
/* Contact Info End */





/* Form Section */
#contact-section #form-section { width: 50%; }
/* Form Section End */






/* Form */
#contact-section #form-section form { text-align: center; }

#contact-section #form-section form .name,#contact-section #form-section form .email {
	width: 141.5px;
}

#contact-section #form-section form .phone {
	width: 294px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-section #form-section form .name,#contact-section #form-section form .email,#contact-section #form-section form .phone {
	height: 15px;
	-webkit-appearance: none;
	outline: none;
}

#contact-section #form-section form .name,#contact-section #form-section form .email,#contact-section #form-section form .phone,#contact-section #form-section form textarea {
	border: 0px;
	padding: 5px 3px;
	font-size: 14px;
	letter-spacing: 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#contact-section #form-section form textarea {
	outline: none;
	height: 60px;
	width: 294px;
}

#contact-section #form-section form .submit-contact-form {
	text-decoration: none;
	color: #424746;
	border: 1px solid #e1e8db;
	padding-top: 5px;
	padding-bottom: 3px;
	/*padding: 7px 10% 5px;*/
	width: 300px;
	display: inline-block;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #e1e8db;
	background:linear-gradient(rgba(225,232,219,1.0),rgba(225,232,219,1.0));
}

#contact-section #form-section form .submit-contact-form:hover { background:linear-gradient(rgba(255,255,255,1.0),rgba(255,255,255,1.0)); }
/* Form End */

/* Contact Section End */





/* Booking Form Section */

#booking-section {
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
}

#booking-section #booking-form-section form h3 { font-size: 22px; }

#booking-section #booking-form-section form p { font-size: 16px; }

#booking-section #booking-form-section form h3,#booking-section #booking-form-section form p {
	color: #424746;
	font-weight: 100;
	text-align: left;
	width: 350px;
}

#booking-section #booking-form-section form h3,#booking-section #booking-form-section form p { margin-bottom: 10px; }


/* Form */
#booking-form #booking-section #booking-form-section { width: 100%; }

#booking-form #booking-section #booking-form-section form {
	text-align: center;
	width: 100%;
}

#booking-form #booking-section #booking-form-section form .name,#booking-form #booking-section #booking-form-section form .email,#booking-form #booking-section #booking-form-section form .phone {
	width: 350px;
	height: 15px;
	-webkit-appearance: none;
	outline: none;
}

#booking-form #booking-section #booking-form-section form .name,#booking-form #booking-section #booking-form-section form .email,#booking-form #booking-section #booking-form-section form .phone,#booking-form #booking-section #booking-form-section form textarea {
	border: 0px;
	padding: 5px 3px;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
}

#booking-form #booking-section #booking-form-section form textarea {
	outline: none;
	height: 60px;
	width: 350px;
}

#booking-form #booking-section #booking-form-section form .submit-contact-form {
	text-decoration: none;
	color: #424746;
	border: 1px solid #e1e8db;
	padding-top: 5px;
	padding-bottom: 7px;
	/*padding: 7px 10% 5px;*/
	width: 356px;
	display: inline-block;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #e1e8db;
	background:linear-gradient(rgba(225,232,219,1.0),rgba(225,232,219,1.0));
	cursor: pointer;
}

#booking-form #booking-section #booking-form-section form .submit-contact-form:hover { background:linear-gradient(rgba(255,255,255,1.0),rgba(255,255,255,1.0)); }
/* Booking Form Section End*/





/* Booking Email Form */
#booking-form #booking-section #booking-form-section #doctor-booking {
	padding: 30px 30px 10px;
	margin-bottom: 20px;
	max-width: 550px;
	background-color: #e1e8db;
}

#booking-form #booking-section #booking-form-section #doctor-booking h2,#booking-form #booking-section #booking-form-section #doctor-booking h3,#booking-form #booking-section #booking-form-section #doctor-booking p { color: #424746; }

#booking-form #booking-section #booking-form-section #doctor-booking h2 {
	text-align: left;
	font-size: 26px;
	font-weight: 100;
}

#booking-form #booking-section #booking-form-section #doctor-booking h2,#booking-form #booking-section #booking-form-section #doctor-booking p { padding-bottom: 30px; }

#booking-form #booking-section #booking-form-section .underline {
	height: 1px;
	margin-top: 18px;
	margin-bottom: 40px;
	width: 100px;
	float: left;
	background-color: #424746;
}

#booking-form #booking-section #booking-form-section #doctor-booking h3 { font-size: 22px; }

#booking-form #booking-section #booking-form-section #doctor-booking h4 {
	font-weight: 900;
	color: #424746;
	font-size: 20px;
	padding-bottom: 15px;
	clear: both;
}

#booking-form #booking-section #booking-form-section #doctor-booking p { font-size: 18px; }

#booking-form #booking-section #booking-form-section #doctor-booking h3,#booking-form #booking-section #booking-form-section #doctor-booking p {
	font-weight: 100;
	text-align: left;
}

#doctor-booking h5 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 25px;
	font-weight: 100;
	color: #424746;
}
/* Booking Email Form End */





/* Workshop Page */
#main-image { 
	background:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0)),url(../images/Newton-Neuropsychology-banner-image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #999;
}

#main-image:after {
	content:"";
	position:fixed;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	z-index:-100;
	background:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0)),url(../images/Newton-Neuropsychology-banner-image.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#image-text-container {
	position: absolute;
	width: 84%;
	right: 8%;
	left: 8%;
	top: 50%;
	bottom: 15%;
	max-width: 730px;
}

#image-background-container {
	position: absolute;
	width: 100%;
	top: 45%;
	background-color: #000;
	opacity: 0.4;
	height: 170px;
}

#image-text-container h1 {
	font-size: 32px;
	color: #fff;
	text-align: left;
	font-weight: 900;
}

#image-text-container p {
	font-size: 22px;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	text-align: left;
}

#image-text-container a {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 10px 7.5px;
	text-decoration: none;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #424746;
	float: left;
	margin-right: 10px;
}

#image-text-container a:hover {
	background-color: #e1e8db;
	border: 1px solid #e1e8db;
}



@media screen and (max-width: 865px) {
	#image-text-container { max-width: 706px; }
	
	#image-background-container { height: 163px; }
	
	#image-text-container h1 { font-size: 31px; }

	#image-text-container p { font-size: 21px; }
}

@media screen and (max-width: 840px) {
	#image-text-container { max-width: 684px; }
	
	#image-background-container { height: 163px; }
	
	#image-text-container h1 { font-size: 30px; }

	#image-text-container p { font-size: 20px; }
}

@media screen and (max-width: 815px) {
	#image-text-container { max-width: 663px; }
	
	#image-background-container { height: 160px; }
	
	#image-text-container h1 { font-size: 29px; }

	#image-text-container p { font-size: 19px; }
}

@media screen and (max-width: 815px) {
	#image-text-container { max-width: 642px; }
	
	#image-background-container { height: 158px; }
	
	#image-text-container h1 { font-size: 28px; }

	#image-text-container p { font-size: 18px; }
}

@media screen and (max-width: 764px) {
	#image-text-container { max-width: 621px; }
	
	#image-background-container { height: 158px; }
	
	#image-text-container h1 { font-size: 27px; }

	#image-text-container p { font-size: 18px; }
}

@media screen and (max-width: 740px) {
	#image-text-container { max-width: 515px; }
	
	#image-background-container { height: 148px; }
	
	#image-text-container h1 { font-size: 22px; }

	#image-text-container p { font-size: 18px; }
}

@media screen and (max-width: 613px) {
	#image-text-container { max-width: 472px; }
	
	#image-background-container { height: 148px; }
	
	#image-text-container h1 { font-size: 20px; }

	#image-text-container p { font-size: 18px; }
}

@media screen and (max-width: 562px) {
	#image-text-container { max-width: 430px; }
	
	#image-background-container { height: 148px; }
	
	#image-text-container h1 { font-size: 18px; }

	#image-text-container p { font-size: 16px; }
}

@media screen and (max-width: 513px) {
	#image-text-container { max-width: 388px; }
	
	#image-background-container { height: 138px; }
	
	#image-text-container h1 { font-size: 16px; }

	#image-text-container p { font-size: 14px; }
}

@media screen and (max-width: 462px) {
	#image-text-container { max-width: 345px; }
	
	#image-background-container { height: 140px; }
	
	#image-text-container h1 { font-size: 14px; }

	#image-text-container p { font-size: 12px; }
}

@media screen and (max-width: 410px) {
	#image-background-container { height: 155px; }
	
	#image-text-container h1,#image-text-container p { text-align: center; }
}

@media screen and (max-width: 320px) { #image-background-container { height: 167px; } }




#workshop-main-content-container {
/* 100% below window size */
	width: 100%;
	top: 100%;
	position: absolute;
/* 100% below window size End */
}




#workshop-main-content-container .workshop-main-content {
	background-color: #e1e8db;
	padding: 70px 70px 100px;
}

#workshop-main-content-container .older-workshops { margin-top: -70px; }

#workshop-main-content-container .workshop-main-content h2 {
	font-size: 20px;
	color: #424746;
}

#workshop-main-content-container .workshop-main-content .title-underline {
	height: 1px;
	width: 55px;
	background-color: #424746;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
}

#workshop-main-content-container .workshop-main-content p {
	font-size: 18px;
	color: #424746;
	clear: both;
	padding-top: 20px;
	text-align: justify;
}

#workshop-main-content-container .workshop-main-content .book-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 10px 7.5px;
	text-decoration: none;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #424746;
	float: left;
	margin-right: 10px;
}

#workshop-main-content-container .workshop-main-content .book-button:hover {
	background-color: #e1e8db;
	border: 1px solid #fff;
}



@media screen and (max-width: 800px) {
	#workshop-main-content-container .workshop-main-content { padding: 50px 30px 85px; }
	
	#workshop-main-content-container .older-workshops { margin-top: -50px; }
}
/* Workshop Page */






/* Footer */
footer {
	text-align: center;
	background-color: #424746;
	/*max-width: 800px;*/
	padding-top: 10px;
	padding-bottom: 8px;
	color: #fff;
}

footer h5 { padding-bottom: 3px; }

footer h5,footer h6 {
	font-weight: 100;
	font-size: 12px;
}

footer h6 a {
	text-decoration: none;
	color: #fff;
}

footer h6 a:hover { color: #8ab33d; }
/* Footer End */





/* Practice Page */

/* Clinical Consultations */
#practice #clinical-consultations-wrapper {
	width: 80%;
	background-color: #e1e8db;
	padding-left: 10%;
	padding-right: 10%;
}

#practice #clinical-consultations {
	max-width: 1000px;
	color: #424746;
	background-color: #e1e8db;
	padding-top: 100px;
	padding-bottom: 80px;
}

#practice #clinical-consultations h2 {
	font-weight: 100;
	font-size: 22px;
}

#practice #clinical-consultations .under-line {
	height: 1px;
	width: 80px;
	margin-top: 30px;
	float: left;
	background-color: #424746;
}

#practice #clinical-consultations p {
	clear: both;
	padding-top: 40px;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

#practice #clinical-consultations h3 {
	font-size: 20px;
	padding-top: 50px;
	font-weight: 100;
}

#practice #clinical-consultations ul {
	padding-top: 10px;
	font-size: 20px;
}

#practice #clinical-consultations ul li { margin-bottom: 20px; }

#practice #clinical-consultations figure {
	font-size: 0px;
	margin-top: 30px;
}

#practice #clinical-consultations figure img {
	width: 100%;
	margin-left: -40px;
}
/* Clinical Consultations End */





/* Clinical Assessments */
#practice #clinical-assessments-wrapper {
	width: 80%;
	color: #424746;
	background-color: #f2f2f2;
	padding-left: 10%;
	padding-right: 10%;
}

#practice #clinical-assessments {
	max-width: 1000px;
	background-color: #f2f2f2;
	padding-top: 65px;
	padding-bottom: 80px;
}

#practice #clinical-assessments h2 {
	font-weight: 100;
	font-size: 22px;
}

#practice #clinical-assessments .under-line {
	height: 1px;
	width: 80px;
	margin-top: 30px;
	float: left;
	background-color: #424746;
}

#practice #clinical-assessments p {
	clear: both;
	padding-top: 40px;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

#practice #clinical-assessments p b { font-weight: 100; }

#practice #clinical-assessments h3 {
	font-size: 20px;
	padding-top: 50px;
	font-weight: 100;
}

#practice #clinical-assessments figure:after,#practice #clinical-assessments:after {
	content: "";
	display: table;
	clear: both;
}

#practice #clinical-assessments ul {
	padding-top: 20px;
	width: 60%;
	float: left;
	padding-left: 0px;
}

#practice #clinical-assessments ul li {
	font-size: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#practice #clinical-assessments figure {
	padding-top: 20px;
	font-size: 0px;
	width: 40%;
	float: right;
}

#practice #clinical-assessments img {
	width: 100%;
	margin-left: -40px;
}
/* Clinical Assessments End */





/* Cognitive Training */
#cognitive-training-wrapper {
	width: 80%;
	background-color: #e1e8db;
	padding-left: 10%;
	padding-right: 10%;
}

#practice #cognitive-training {
	max-width: 1000px;
	padding-top: 65px;
	padding-bottom: 80px;
}

#practice #cognitive-training h2 {
	font-weight: 100;
	font-size: 22px;
}

#practice #cognitive-training .under-line {
	height: 1px;
	width: 80px;
	margin-top: 30px;
	float: left;
	background-color: #424746;
}

#practice #cognitive-training p {
	clear: both;
	padding-top: 40px;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

#practice #cognitive-training p b { font-weight: 100; }

#practice #cognitive-training p:nth-child(4) {
	padding-top: 20px;
}

#practice #cognitive-training h3 {
	font-size: 20px;
	padding-top: 50px;
	font-weight: 100;
}

#practice #cognitive-training figure:after,#practice #cognitive-training:after {
	content: "";
	display: table;
	clear: both;
}

#practice #cognitive-training ul {
	padding-top: 20px;
	width: 60%;
	float: right;
	padding-left: 0px;
}

#practice #cognitive-training ul li {
	font-size: 20px;
	margin-left: 80px;
	margin-bottom: 20px;
}

#practice #cognitive-training figure {
	padding-top: 20px;
	font-size: 0px;
	width: 40%;
	float: left;
}

#practice #cognitive-training img {
	width: 100%;
	margin-left: -40px;
}
/* Cognitive Training End */





/* Neuropsychological Counselling */
#practice #neuropsychological-counselling-wrapper {
	width: 80%;
	color: #424746;
	background-color: #f2f2f2;
	padding-left: 10%;
	padding-right: 10%;
}

#practice #neuropsychological-counselling {
	max-width: 1000px;
	background-color: #f2f2f2;
	padding-top: 65px;
	padding-bottom: 80px;
}

#practice #neuropsychological-counselling h2 {
	font-weight: 100;
	font-size: 22px;
}

#practice #neuropsychological-counselling .under-line {
	height: 1px;
	width: 80px;
	margin-top: 30px;
	float: left;
	background-color: #424746;
}

#practice #neuropsychological-counselling p {
	clear: both;
	padding-top: 40px;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

#practice #neuropsychological-counselling h3 {
	font-size: 20px;
	padding-top: 50px;
	font-weight: 100;
}

#practice #neuropsychological-counselling figure:after,#practice #neuropsychological-counselling:after {
	content: "";
	display: table;
	clear: both;
}

#practice #neuropsychological-counselling ul {
	padding-top: 20px;
	width: 60%;
	float: left;
	padding-left: 0px;
}

#practice #neuropsychological-counselling ul li {
	font-size: 20px;
	margin: 0 20px 20px 40px;
}

#practice #neuropsychological-counselling figure {
	padding-top: 20px;
	font-size: 0px;
	width: 40%;
	float: right;
}

#practice #neuropsychological-counselling img {
	width: 100%;
	margin-left: -40px;
}
/* Neuropsychological Counselling End */

/* Practice Page End */





/* Booking Page */
#booking {
	padding-bottom: 30px;
	background-color: #e1e8db;
}

#booking h2 {
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 100;
}

.image-container {
	background-color: #f2f2f2;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#booking figure {
	font-size: 0px;
	display: inline-block;
	text-align: center;
	padding: 20px 70px;
}

#booking figure img { width: 320px; }

#booking figure figcaption {
	color: #424746;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 900;
}

.devider-line {
	width: 320px;
	height: 0.5px;
	background-color: #424746;
}

#booking .image-container h3 {
	color: #424746;
	text-align: left;
	font-size: 18px;
	font-weight: 100;
	padding-left: 70px;
	padding-bottom: 5px;
}

#booking p {
	color: #424746;
	font-size: 20px;
	max-width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

#booking a {
	display: inline-block;
	margin-top: 20px;
	padding: 7.5px 10px;
	text-decoration: none;
	font-size: 16px;
	background-color: #f2f2f2;
	border: 1px solid #e1e8db;
	color: #424746;
}

#booking a:hover { background-color: #e1e8db; }
/* Booking Page End */





/* Menu */
.mobileMenu,.desktopMenu {
	background-color: #f2f2f2;
}

.mobileMenu a,.desktopMenu a {
	text-decoration: none;
	color: #888888;
	font-size: 20px;
	webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.mobileMenu a:hover,.desktopMenu a:hover {
	color: #8ab33d;
	webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/* Menu End */

/* Mobile */
@media screen and (max-width: 800px) {
	.desktopMenu { display: none; }
	
	body #header-logo figure { width: 300px; }
	
/* Main area styles */
	body #header-logo {
		margin-top: 43px;
		width: 307px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	body #header-logo figure img { width: 75px; }

	body #header-logo figure a { text-decoration: none; }

	body #header-logo figure h1 {
		font-size: 25px;
		padding-top: 10px;
		padding-left: 7px;
		float: left;
	}
	
	#main .more-about-info { padding-top: 0px; }
	
	/* Practice Page */
	#practice #clinical-assessments ul,#practice #clinical-assessments figure,#practice #cognitive-training ul,#practice #cognitive-training figure,#practice #neuropsychological-counselling ul,#practice #neuropsychological-counselling figure { width: 100%; }
	
	#practice #clinical-assessments ul li,#practice #cognitive-training ul li,#practice #neuropsychological-counselling ul li,#practice #neuropsychological-counselling ul li { margin-left: 30px; }

	#practice #clinical-assessments img,#practice #cognitive-training img,#practice #neuropsychological-counselling img {
		width: 80%;
		padding-right: 20%;
	}
	/* Practice Page End */
	
	
	
	
	
	/* Booking Page */
	#booking figure { padding: 20px 30px; }

	#booking figure img { width: 250px; }
	
	#booking figure figcaption { font-size: 16px; }
	
	.devider-line { width: 250px; }
	/* Booking Page End */
	
	/* Main area styles End */

/* Doctors info */
	#main #virginia-newton-image,#main #mollie-schodorf-image { margin-top: 0px; }
	
	#main #virginia-newton-image img { margin-top: -25px; }
	
	#main #mollie-schodorf-image img { margin-bottom: -25px; }

	#main #virginia-newton-image figcaption,#main #mollie-schodorf-image figcaption {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	
	
	
	
	#main #virginia-newton-info,#main #mollie-schodorf-info {
		margin-bottom: 50px;
		width: 55%;
		padding: 0 20% 0 25%;
		max-width: 300px;
	}
	
	#virginia-newton-info h2,#mollie-schodorf-info h2 { padding-left: 0%; }
	
	#virginia-newton-info p span,#mollie-schodorf-info p span { margin-left: 0%; }
	
	#virginia-newton-info p:nth-child(3),#mollie-schodorf-info p:nth-child(3) { width: 100%; }
	
	#mollie-schodorf-info { margin-top: 20px; }
/* Doctors info End */


/* Areas of Expertise */
#areas-of-expertise #info-left,#areas-of-expertise #info-right { width: 80%; }

#areas-of-expertise #info-left { padding: 50px 10% 5px; }

#areas-of-expertise #info-right { padding: 0px 10% 50px; }
/* Areas of Expertise End */





/* Contact Section */

#contact-section #form-section form h3 { margin-left: -65px; }

#contact-info { margin-top: 50px; }

#contact-section #contact-info { width: 250px; }

#contact-section #contact-info h3,#contact-section #contact-info .underline { margin-left: 0px; }

#contact-section #contact-info p { padding-left: 0px; }

#contact-section #contact-info img { margin-left: 0px; }

/* Contact Form */
	form .name,form .email { width: 119.5px; }

	form .phone,form textarea { width: 250px; }
	
	form .submit-contact-form { width: 256px; }
/* Contact Form End */

/* Contact Section End */

/* Main area styles End */




/* Hamburger to X Icon */
	.Xcontainer {
		text-align: center;
		height: 43px;
		position: fixed;
		width: 100%;
		z-index: 100;
		background-color: #f2f2f2;
		/*background:linear-gradient(rgba(242,242,242,0.6),rgba(242,242,242,0.6));*/
		top: 0;
	}

	.Xicon {
		margin-top: 5px;
		cursor: pointer;
		padding: 5px 10px;
		float: right;
	}

	.bar1, .bar2, .bar3 {
		width: 30px;
		/* Thin Menu Bars height: 3px; */
		height: 1px;
		background-color: #424746;
		border-radius: 5px;
		margin: 5px 0;
		transition: 0.5s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6.3px, 6.3px);
		transform: rotate(-45deg) translate(-6.3px, 6.3px);
	}

	.change .bar2 { opacity: 0; }

/* Thin Menu Bars
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-5px, -5px);
		transform: rotate(45deg) translate(-5px, -5px);
	}
Thin Menu Bars */
 
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-2.2px, -2.2px);
		transform: rotate(45deg) translate(-2.2px, -2.2px);
	}

/* Hamburger to X Icon End */

/* Menu */
	.mobileMenu {
		position: fixed;
		width: 100%;
		margin-top: 43px;
		z-index: 100;
		display: none;
		top: 0;
	}

	.mobileMenu a {
		display: block;
		/*text-align: center;*/
		margin-top: 5px;
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 25px;
		/*width: 150px;*/
		webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		text-align: right;
	}
/* Menu End */
}

/* Desktop */
@media screen and (min-width: 801px) {
	.mobileMenu,.mobileMenu a { display: none; }
	
	body #header-logo figure { width: 603px; }
	
/* Main area styles */
	#main #virginia-newton-image { float: left; }
	
	#main #mollie-schodorf-image { float: right; }
	
	#main #virginia-newton-info,#main #mollie-schodorf-info { padding-left: 50px; }
	
/* Area of Expertise */
#areas-of-expertise #info-left { float: left; }

#areas-of-expertise #info-right { float: right; }
/* Area of Expertise End */





/* Contact Info */
#contact-section #contact-info { float: right; }
/* Contact Info End */

/* Form Section */
#contact-section #form-section { float: left; }
/* Form Section End */

/* Main area styles End */
	
	
	
	
	
	/* Menu */
	.desktopMenu {
		/*padding-top: 5px;*/
		width: 100%;
		text-align: right;
	}

	.desktopMenu a {
		padding: 5.5px 15px;
		display: inline-block;
		/*margin-bottom: 5px;*/
		margin-left: 20px;
		margin-right: 20px;
	}
	/* Menu End */
}





@media screen and (min-width: 0px) and (max-width: 550px) {

/* Contact Section */
	#contact-info { margin-top: 50px; }

/* Contact Form */
	#contact-section #form-section { width: 90%; }
}
/* Contact Form End */

/* Practice Page */
#practice #clinical-consultations-wrapper #clinical-consultations ul li,#practice #clinical-assessments-wrapper #clinical-assessments ul li,#practice #cognitive-training-wrapper #cognitive-training ul li,#practice #neuropsychological-counselling-wrapper #neuropsychological-counselling ul li { font-size: 18px; }
/* Practice Page End */

/* Contact Section End */