body {
	/*background-color: red;*/
	margin: 0px;
	padding: 0px;
	/*background-image: url(../_images/therapyServicesBannerAlt.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 12px;
	background-image: linear-gradient(#fcf1ef, #f8e5e1, #c5c1da);
	font-family: 'Yrsa', serif;
	font-size: 16px; 
}

.container {
	/*background-color: teal;*/
	max-width: 1100px;
	margin: 0px auto;
	line-height: 25px;

}

a {
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


p a {
	color: #2F284A;
	text-transform: uppercase;
	font-weight: 500;
}

a:hover {
	
	color: #71679F;
}

nav p {
	cursor: default;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.arrowHide {
	display: none;
}

nav p:hover {
	color: #71679F;
}

footer {
	text-align: center;
	color: #ffffff;
	background-color: #2F284A;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 15px;
}

footer p a {
	color: #ffffff;
}

.button {
	background-color: #2F284A;
  border: none;
  color: white;
  padding: 15px 28px;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
}

/*NAVIGATION*/

nav {
	text-align: center;
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: rgba(242,240,240, .85);
	font-weight: 700;
	top: 0px;
	/*opacity: .85;*/
	font-size: 18px;
}

nav .clinicalJavaButton img {
	display: inline-block;
	padding-top: 30px;
}

nav .clinicalJavaButton .arrowHide {
	display: none;
}

nav a {
	display: block;
	color: #000000;
}
.clinicalButtonSpan {
	display: flex; 
	flex-direction: row;
}


.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 900;
}

.sandyIconInactive {
	position: fixed;
	right: 30px;
	top: 10px;
}

.sandyIconActive {
	display: none;
	position: fixed;
	right: 30px;
	top: 10px;
}

.mobileNav {
	/*display: none;*/
}

a:active { 
  background-color: #71679F;
}

.navButton {
	position: relative;
}

#webDropDown {
	display: none;
	position: absolute;
	top: 100px;
	left: -22px;
	background-color: #F2F0F0;
	padding-left: 8px;
	padding-right: 8px;
	width: 140px;
	opacity: .78;
}

.singleWordNav #webDropDown a {
	margin-top: 15px;
}

.singleWordNav a, .singleWordNav p {
	margin-top: 35px;
}

.multiWordNav a {
	margin-top: 25px;
}

.spacerNav {
 	width: 15%;
}

/*IMAGE FORMATTING*/

.imgSizer {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}


.icon {
	display: inline;
}

/*TYPE FORMATTING*/

h1{
	font-size: 45px;
	margin: 15px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
}

h2 {
	margin: 0px;
	/*padding: 12px;*/
	text-align: left;	
	font-size: 28px;
}

h3 {
	font-size: 28px;
	font-weight: 200;
	margin: 6px 0px;
	padding: 0px;
	text-align: center;
	line-height: 28px;
	color: #2F284A;
}

h4 {
	/*margin: 0px;*/
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #2F284A;
	font-size: 16px;
	font-weight: 200;
}

h5{
	font-size: 16px;
	font-weight: 200;
	color: #2F284A;
}

a {
	text-decoration: none;
	color: #ffffff;
}

/*ROWS AND COLS*/

.row {
	display: flex;
	flex-wrap: wrap;
	/*background-color: green;*/
}
.col {
	margin: 5px .5%;
	padding: 10px 1%; 
	flex-grow: 1;
	/*background-color: purple;*/
}

.col img {
	/*padding: -20px -2%;
	margin: -10px -1%;*/
}

.oneEight {
	flex-grow: 0;
	width: 9.5%;
}
.twoEight {
	flex-grow: 0;
	width: 22%;
}
.threeEight {
	flex-grow: 0;
	width: 34.5%;
}
.fourEight {
	flex-grow: 0;
	width: 47%;
}
.fiveEight {
	flex-grow: 0;
	width: 59.5%;
}
.sixEight {
	flex-grow: 0;
	width: 72%;
}
.sevenEight {
	flex-grow: 0;
	width: 84.5%;
}

.OneThird {
	flex-grow: 0;
	width: 30.333%;
}
.oneFour{
	flex-grow: 0;
	width: 22%;
}

.container .therapyServicesCol .row {
	/*background-image: linear-gradient(#fcf1ef, #f8e5e1, #c5c1da);*/
	/*background-color: #f8f4f3;*/
}

.container .therapyServicesCol .col {
	margin: 0px;
	padding: 0px;
}

.therapyServicesCol .fourEight {
	flex-grow: 0;
	width: 50%
}

/*FORM INFORMATION*/

form{
	max-width: 500px;
	/*padding: 25px;*/
	margin: 25px auto;
}

form p {
	color: #2F284A;
	font-weight: 700;
}

.parentField{
	margin: 10px 0px;
}

#contactForm label {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fieldSmall{
	min-height: 25px;
	border-radius: 5px;
	padding: 0px 10px;
}

.fieldLarge{
	border-radius: 5px;
	padding: 10px;
}


.fieldButton{
	text-align: center;
	margin: 0px auto;
	background-color: #2F284A;
	width: 250px;
	height: 40px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 700;
	font-size: 10px;
}

.sendButton {
	text-align: center;
}

textarea {
	max-width:95%;
}

input {
	max-width:95%;
}

/*LIST ATTRIBUTES */

.expectTable ul {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

.resumeTable {
	max-width: 700px;
	margin: 0px auto;
	padding: 20px;
}

.resumeTable ul {
	list-style-position: inside;
	margin: 0px auto;
	padding: 0;
}

.experienceTable ul {
	margin-right: 0px 0px 0px 5px;
}

/*SPECIFIC CHANGES*/

.gradientFill {
	background-image: linear-gradient(#fcf1ef, #f8e5e1, #c5c1da);
}



.positionRelative {
	position: relative;
}

.contentRelative {
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.contentRelativeTraumaTreatment {
	position: absolute;
	z-index: 400;
	top: -280px;
	margin: 0px auto;
    width: 100%;
}

.contentRelativeInsurance {
	position: absolute;
	z-index: 500;
	top: -350px;
	left: 0px;
}

.contentRelativeForms {
	position: absolute;
	z-index: 500;
	top: -270px;
	left: 0px;
}

.contentRelativeQualifications{
	position: absolute;
	z-index: 500;
	top: -185px;
	left: 0px;
}


.topMarginForPicture {
	margin-top: 100px;
}

.bannerBackground {
	background-image: url(../_images/therapyServicesBanner.jpg);
	height: 600px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.bannerBackgroundIndex {
	background-image: url(../_images/indexBanner.jpg);
	height: 430px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.bannerBackgroundTraumaTreatment {
	background-image: url(../_images/traumaTreatmentBanner.jpg);
	height: 500px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.bannerBackgroundInsuranceFees {
	background-image: url(../_images/insuranceBanner.jpg);
	height: 550px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.bannerBackgroundForms {
	background-image: url(../_images/formsBanner.jpg);
	height: 550px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.bannerBackgroundTherapyToolshop {
	background-image: url(../_images/therapyToolShopBanner.jpg);
	height: 450px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.bannerBackgroundQualifications {
	background-image: url(../_images/qualificaionsBanner.jpg);
	height: 450px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.topBannerPushDown {
	margin-top: 150px;
}

.pushDownTraumaTreatment {
	margin-top: 200px; 
}

.pushDownInsurance {
	margin-top: 100px;
}

.subheadImageBackgroundIndex {
	background-image: url(../_images/indexBarOne.jpg);
	height: 250px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.subheadImageBackgroundQualifications {
	background-image: url(../_images/qualificationsBarOne.jpg);
	height: 250px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.whiteText p {
	color: #ffffff;
}

.whiteText h2 {
	color: #ffffff;
}
	/*FERGENS*/

	#fergensFormatting .pictureFrameFergen {
		width: 90%;
		height: 550px;
		position: relative;
/*		border: solid 2px teal;*/
		margin: 15px auto;
	}

	.pictureFrameFergen img{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
	}

	
#testimonies {
	
}

#testimonies .quotes {
	line-height: 30px;
	height: 500px;
/*	border-color: blue;
	border: solid 2px;*/
	font-weight: 700;
	font-size: 18px;
	position: relative;
}

#testimonies .quotes .quoteSingle {
	padding: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #b7aad7;
	height: 306px;
}

#testimonies .quotes .quoteSingle .quoteAdjustOne {
		padding-top: 30px;
	}

#testimonies .quotes .quoteSingle .quoteAdjustTwo{
		padding-top: 50px;
	}

	/*INDEX PAGE*/
/*


	.testimonialFormatting {
		line-height: 40px;
		font-weight: 700;
		font-size: 18px;
	}*/

/*	#testimonies .quotes {
		width: 80%;
		height: 500px;
		margin: 25px auto;
		position: relative;
	}
*/
/*
	#testimonies .quotes .quoteSingle {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		background-color: #b7aad7;
		height: 500px;
}*/
/*
	.testimonialFormatting p {
		padding: 0px 80px;
	}*/

	.subHead {
		text-align: center;
	}

	.gradientPaddingOne {
		padding-left: 15px;
		padding-right: 60px;
	}

	.gradientPaddingTwo {
		padding-left: 15px;
		padding-right: 240px;
	}

	.gradientPaddingThree {
		padding-left: 15px;
		padding-right: 200px;
	}

	

	/*THERAPY TOOL SHOP*/

	.bookLines col {
		border: solid;
	}

	.fergensPicture {
		max-width: 800px;
		margin: 0px auto;
	}

	/*FORMS TABLE*/

	table, th, td {
		border-collapse: collapse;
	}

	.infoCellSpace {
		border-collapse: separate;
		border-spacing: 20px 10px;
	}

	.formsTable {
		max-width: 1000px; 
		height: 750px; 
		overflow: auto;
		text-align: center;
		margin: 0px auto;
		display: block;
	}

	.subHeadTableBoarder {
		border-color: #707070;
	}

	.tableColorOne {
		background-color: #2F284A;
		width: 1000px;
		
	}

	.tableColorOne h3 {
		color: #ffffff;
		text-align: left;
		padding-left: 20px;
	}

	.tableColorTwo {
		background-color: #D0D0D0; 
	}

	.tableColorTwo h3 {
		color: #ffffff;
		text-align: left;
		padding-left: 20px;
	}

	.columnWidthOne {
		width: 33.333%;
		border-bottom: 1px solid #707070;
	}


.webHide {
	display: none;
}

@media only screen and (max-width: 1090px) {
	.container {
		/*background-color: aqua;*/
	}
	.row {
		/*background-color: yellow;*/
	}
	.col {
		flex-grow: 0;
		width: 97%;
		/*background-color: pink;*/
	}

	.bannerBackgroundIndex {
		height: 280px;
	}

	.tabletHide {
		display: none;
	}

	.tabletShow {
		display: inherit;
	}

	.tabletOneFour {
		flex-grow: 0;
		width: 22%;
	}
	.tabletTwoFour {
		flex-grow: 0;
		width: 47%;
	}
	.tabletThreeFour {
		flex-grow: 0;
		width: 72%;
	}

	.tabletOneThird {
	flex-grow: 0;
	width: 30.333%;
	}

	form {
		max-width: 400px;
	}

	.testimonialFormatting {
		font-size: 16px;
		line-height: 26px;
		padding: 0px 0px;
	}

	.mobileNav {
		display: none;
		font-size: 15px;
		background-color: #F2F0F0;
		max-width: 400px;
		padding: 0px;
		position: absolute;
		right:30px;
		top: 68px;
		z-index: 1000;
		border-radius: 5px;
	}

	.mobileNav a {
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.contentRelativeTraumaTreatment img{
		max-width: 400px;
	}

	.contentRelativeInsurance {
		position: absolute;
		top: -250px;
		z-index: 200;
	}

	#testimonies {
	
}

	#testimonies .quotes {
		line-height: 30px;
		height: 400px;
		font-size: 16px;
		position: relative;
	}

	#testimonies .quotes .quoteSingle {
		padding: 40px;
	}

	#testimonies .quotes .quoteSingle .quoteAdjustOne {
			padding-top: 30px;
		}

	#testimonies .quotes .quoteSingle .quoteAdjustTwo{
			padding-top: 50px;
		}

	/*#testimonies .quotes {
	}

	#testimonies .quotes .quoteSingle {
		height: 350px;
	}

	.testimonialFormatting p {
		padding: 0px 30px;
	}

	.quoteAdjustTwo {
			padding-top: 150px;
	}
*/

	.secondBarColorRelative {
	display: block;
	position: relative;
	height: 100px;
	}
	.secondBarColor {
	/*display: none;*/
	height: 100%;
	background-color: #F2F0F0;
	opacity: .85;
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
}


}

@media only screen and (max-width: 900px) {
	#testimonies .quotes {
		line-height: 25px;
		height: 400px;
		font-size: 16px;
		position: relative;
	}

	#testimonies .quotes .quoteSingle {
		padding: 40px;
	}

	#testimonies .quotes .quoteSingle .quoteAdjustOne {
			padding-top: 30px;
		}

	#testimonies .quotes .quoteSingle .quoteAdjustTwo{
			padding-top: 50px;
		}
}

@media only screen and (max-width: 700px) {
	.container {
		/*background-color: blue;*/
	}
	.row {
		/*background-color: aqua;*/
	}
	.col {
		flex-grow: 0;
		width: 97%;
		/*background-color: teal;*/
	}

	h1 {
		font-size: 30px;
		line-height: 38px;
	}

	/*#testimonies .quotes .quoteSingle {
		height: 750px;
	}

	#testimonies .quotes {
		width: 100%;
	}
*/
	.therapyServicesCol .col {
		flex-grow: 0;
		width: 100%;
	}
	.mobileHide {
		display: none;
	}

	.mobileShow {
		display: inherit;
	}

	.mobileOneFour {
		flex-grow: 0;
		width: 22%;
	}

	.mobileHalf {
		flex-grow: 0px;
		width: 47%;
	}

	.contentRelativeTraumaTreatment {
		position: absolute;
		z-index: 400;
		top: -280px;
	}

	.mobileMarginPushUp {
		margin-top: 120px;
	}

	.testimonialFormatting {
		font-size: 16px;
		line-height: 26px;
		padding: 0px 0px;
	}
	
	.testimonialFormatting p {
		padding: 0px 20px;
	}

	.testimonialFormatting h2 {
		font-size: 18px;
		line-height: 20px;
	}

	/*#testimonies .quotes .quoteSingle {
		height: 550px;
	}*/

	.contentRelative {
		top: 240px;
	}
	.columnWidthOne {
		width: 50%
	}

	.fieldButton {
		width: 150px;
	}

	.icon {
	display: block;
	}

	h5 {
		text-align: center;
	}

	nav {
		position: absolute;
	}

/*	.mobileNavRelative {
		position: relative;
		z-index: 1000;
	}*/

/*	.sandyRelative {
		position: relative;
	}*/
	.sandyIconInactive {
		position: absolute;
		right: 30px;
		top: 10px;
	}
	.mobileNav{
		/*z-index: 1000;*/
	}

	.sandyIconActive {
		display: none;
		position: absolute;
		right: 30px;
		top: 10px;
	}
	.pushDownTraumaTreatment {
		margin-top: 120px; 
	}
		#testimonies .quotes {
		/*line-height: 25px;*/
		height: 440px;
		/*font-size: 16px;*/
	}

	#testimonies .quotes .quoteSingle {
		padding: 20px;
		height: 400px;
	}

/*	#testimonies .quotes .quoteSingle .quoteAdjustOne {
			padding-top: 40px;
		}

	#testimonies .quotes .quoteSingle .quoteAdjustTwo{
			padding-top: 80px;
		}*/
	.button {
		display: block;
	    max-width: 100px;
	}

}

@media only screen and (max-width: 700px) {
	.contentRelativeTraumaTreatment {
		top: -250px;
		z-index: 400;	
	}

	td h4 {
		width: 100px;
	}

	.contentRelative {
		top: 250px;
	}


}

@media only screen and (max-width: 600px) {
	#testimonies .quotes {
		/*line-height: 25px;*/
		height: 500px;
		/*font-size: 16px;*/
	}

	#testimonies .quotes .quoteSingle {
		padding: 20px;
		height: 480px;
	}

/*	#testimonies .quotes .quoteSingle .quoteAdjustOne {
			padding-top: 40px;
		}

	#testimonies .quotes .quoteSingle .quoteAdjustTwo{
			padding-top: 80px;
		}*/
}

@media only screen and (max-width: 500px) {

	.contentRelativeTraumaTreatment {
		z-index: 400;
		top: -250px;
		left: 0%;	
	}
	.contentRelativeTraumaTreatment img{
		max-width: 320px
	}

	.contentRelativeQualifications {
		top: -105px;
	}

	#testimonies .quotes {
		line-height: 25px;
		height:  550px;
		font-size: 15px;
		position: relative;
	}

	#testimonies .quotes .quoteSingle {
		padding: 15px;
		height: 560px;
	}

	#testimonies .quotes .quoteSingle .quoteAdjustOne {
			padding-top: 60px;
		}

	#testimonies .quotes .quoteSingle .quoteAdjustTwo{
			padding-top: 100px;
		}


}

@media only screen and (max-width: 400px) {

	.contentRelative {
		top: 300px;
	}
	#testimonies .quotes {
		line-height: 20px;
		height: 600px;
		font-size: 14px;
		position: relative;
	}

	#testimonies .quotes .quoteSingle {
		padding: 10px;
		height: 580px;
	}

	#testimonies .quotes .quoteSingle .quoteAdjustOne {
			padding-top: 40px;
		}

	#testimonies .quotes .quoteSingle .quoteAdjustTwo{
			padding-top: 120px;
		}
}