/**
***
***
***		Home
***
***
***/

.homebox {
	overflow: hidden;
	clear: both;
}


.title {	
	padding: 20px;
	color: #ffffff;
	overflow: hidden;
	clear: both;
}

.title h1 {
	margin: 2px 0 5px 0;
	color: #ffffff;
	font-size: 22px;
}

.desc {
	overflow: hidden;
	clear: both;
}

.desc h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-family: "Tahoma", Arial;
}

.desc a {
	color: #ffffff;
	border-bottom: 1px dotted #3c7ca2;
}

.desc a:hover {
	color: #add6ee;
	border-bottom: 1px dotted #3c7ca2;
}

.intro {
	padding: 5px 10px;
	line-height: 22px;
	box-sizing: border-box;
}

.upsell {
	padding: 5px 0;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.upsell img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.upsell a {
	border: 0;
}

@media (max-width: 767px) {
	.homebox p {
		margin-bottom: 0;
	}
	.homebox .pic {
		width: 100%;
		text-align: center;    
		display: block;
	}
	.homebox .pic img {
		position: static !important;
		margin: auto;
		max-width: 100%;
	}
	.homebox {
		background: #09466A;
	}
	.homebox .title {
		background: #09466A;
	}
	.homebox .desc {
		background: #0C5886;
		padding: 20px;
	}
}
@media (min-width: 600px) {
	.intro {
		width: 49%;
		float: left;
	}

	.upsell {
		width: 49%;
		float: right;
	}
}
@media (min-width: 768px) {
	.homebox {
		position: relative;
		max-width: 574px;
		height: 279px;
		padding-left: 366px;
		margin-bottom: 20px;
		background: url(../images/homeswoop.gif) right no-repeat #09466a;
		z-index: -1;
	}

	.homebox .pic {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 366px;
		height: 279px;
	}

	.desc {
		max-width: 519px;
		height: 123px;
		padding: 30px 0 30px 35px;
	}
	.title {
		max-width: 519px;
		height: 56px;
		padding: 20px 20px 20px 35px;
	}
}
@media (min-width: 770px) {
	.upsell .left,
	.upsell .right {
		width: 50%;
		width: 50%;
	}
}

/**
***
***
***		Sub
***
***
***/

.bio {
	clear: both;
}

.bio img {
	margin: 0 20px 0 0;
	float: left;
}

.bio h2 {
	width: auto;
	clear: none;
}

.picdesctrioir {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f0f1f3;
	overflow: hidden;
	clear: both;
}

.picdesctrioir p {
	margin-bottom: 0;
	text-align: center;
	float: left;
}

.ir {
	width: 25%;
}

.np,
.np p {
	max-width: 365px;
}

.picdesc .shuttle {
	width: 37%;
}

.picdesc .shuttle2 {
	width: 63%;
}

/**
***
***
***		Contact
***
***
***/

.contact {
	line-height: 22px;
}

.map {
	border: 1px solid #cccccc;
	max-width: 100%;
}

.form {
	line-height: 22px;
}

form label {
	width: 130px;
	margin-right: 10px;
	color: #0d6498;
	text-align: right;
	float: left;
}

.formfield {
	width: 200px;
	padding: 2px;
	color: #000000;
	border: 1px solid #dddddd;
}

.thankyou {
	width: 100%;
	margin: 50px 0;
	text-align: center;
	float: left;
}
@media (min-width: 768px) {
	.contact,
	.form {
		float: left;
		box-sizing: border-box;
		width: 50%;
	}
	.contact {
		padding-right: 30px;
		border-right: 1px solid #eaeaea;
	}
	.form {
		padding-left: 30px;
	}
}
@media (max-width: 400px) {
	.formfield {
		width: 100%;
	}
	form label {
		text-align: left;
	}
}

	/**
    ***
    ***
    ***		publications
    ***
    ***
    ***/

.publications h1 {
	margin-bottom: 40px;
}

.publications ul {
	padding-left: 20px;
	list-style: disc;
}
.publications li {
	margin-bottom: 30px;
}
