body {
  /*min-height: 2000px;*/
  padding-top: 170px;
  background: url("../img/background.png");
}

.hidden {
	display:none;
}

#header.large {
	min-height:150px;
}

#header.large img {
	margin-top:30px;
}

#header, nav, a, img, li {
  transition: all .5s;
  -moz-transition: all .5s; /* Firefox 4 */
  -webkit-transition: all .5s; /* Safari and Chrome */
  -o-transition: all .5s; /* Opera */
}

.container.head {
	/*margin-top: -15px;*/
}

.navbar-nav {
	margin-top:75px;
}

.navbar-default .navbar-nav > li > a {
	font-size:1.6em;
	text-transform:uppercase;
	color:#000000;
}

#header.small .navbar-nav {
	margin-top:0;
}

#header.small {
	max-height: 50px;
}

#header.small img {
	max-height: 40px;
	margin-top: -10px;
}

#header.small li{
	/*margin-top: 17px; */
}

.container .jumbotron {
	border-radius: 0;
}

.home h2 {
	background-color:transparent;
	font-size:5em;
	line-height:1.1em;
	font-style:italic;
	font-family: 'SoinSansPro-Roman',sans-serif;
}

.start {
	margin-left:50px;
	color:#00bddd;
}

.restart {
	margin-left:75px;
	color:#00bddd;
}

.refresh {
	margin-left:100px;
	color:#00bddd;
}

.jumbotron {
	padding: 0;
	min-height: 450px;
	max-height: 350px;
	width:100%;
	position: relative;
	margin: 0 auto;
}

.jumbotron.home {
	background: url("../img/jumbotron.jpg") 50% 0 no-repeat fixed #eeeeee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron.cap {
	background: url("../img/capabilities.jpg") 50% 0 no-repeat fixed #eeeeee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron.lead {
	background: url("../img/leadership.jpg") 50% 0 no-repeat fixed #eeeeee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron.contact {
	background: url("../img/contactus.jpg") 50% 0 no-repeat fixed #eeeeee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron h1 {
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

body {
	padding-top: 150px;
	/* webfont */
	font-family: 'SoinSansPro-Roman', sans-serif;
	font-weight:400;
	color: #545861;
}

h2 {
	background: rgba(0, 145, 179, 0.6);
	padding: 20px 100px 15px 30px;
	color: #fff;
	font-size: 3.5em;
	font-style: italic;
	font-weight: 400;
	float: left;
}

.callout {
	margin-left: -70px;	
}


#capabilities, #leadership, #contactus {
	margin-top: 0;
	margin-bottom: -75px;
	margin-left: -15px;
	float:left;
	position: absolute;
}

#capabilities {
	font-size: 4.6em;
	padding: 10px 30px 10px 150px;
}

#leadership {
	color: #0091b3;
	font-size: 3.3em;
	padding: 10px 30px 10px 150px;
	background: rgba(255, 255, 255, 0.9);
}

#contactus {
	font-size: 4.6em;
	padding: 10px 138px 10px 50px;
	float: right;
	margin-left: 150px;
}

.intro {
	padding: 40px 0;	
}

h3, .intro p {
	/*padding: 40px 140px 25px 140px;*/
	font-size: 2.2em;
}

.leadership h3 {
	padding: 0;
	font-weight: normal;
}

h4.section {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 700;
	margin-top: 5px;
}

h4.pull-right {
	padding-right: 15px;
}

h5 {
	font-style: italic;
	font-size: 1.8em;
	font-weight: lighter;
	margin-top: -10px;
}

.description {
	padding: 15px;
}

.description p {
	/*float: left;*/
	padding: 0;
}

.description .slideout {
	display: inline-block;
	opacity: 0.0;
    filter: alpha(opacity=0);
	position: absolute;
	width: 75%;
	height: 220px;
	transition: all 0.5s ease-in-out;
	margin-left: 5px;
	z-index: 0;
	left: 25px;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	overflow: hidden;
}

.description .overlay {
	display: inline-block;
	opacity: 1.0;
    filter: alpha(opacity=100);
    color: #0885a6;
	position: absolute;
	width: 75%;
	height: 70px;
	transition: all 0.5s ease-in-out;
	margin-left: 5px;
	z-index: 1;
	left: 25px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	overflow: hidden;
	text-transform:uppercase;
	font-size: 1em;
}

.description:hover .slideout {
	display: inline-block;
	z-index: 1;
	left: 25px;
	opacity: 1.0;
    filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
}

.description:hover .overlay {
	left: 25px;
	opacity: 0.0;
}

.description img.grid {
	z-index: 1;
}

blockquote {
	font-style: italic;
	font-size: 1.3em;
	font-weight: lighter;
	padding: 0 250px;
	float: left;
	border-left: none;
}

img.section {
	padding-right: 30px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.dottedleft img {
	/*margin-top: 35px;
	margin-bottom: 25px;*/
	width: 100%;
	height: 100%;
}

p {
	font-size: 1.4em;
}

.leadership p {
	/*padding: 0 152px 0 0;*/
}

.headshot img {
	height: 100%;
	width: 100%;	
}

.row.marketing {
	padding: 0;
	padding-bottom: 50px;
}

.row.marketing.top {
	padding-top: 40px;
}

.dottedleft {
	border-left: 1px dashed #000;
	padding-left: 30px;
}

.dottedbottom {
	border-bottom: 1px dashed #000;
	margin-top: 40px;
	margin-bottom: 40px;
}

.dottedright {
	border-right: 1px dashed #000;
}

.dottedright h3 {
	font-size: 2.6em;
	font-weight: 400;
	/*padding: 0 0 25px 0;*/
	margin-top: 0;
}

.dottedright p {
	/*padding: 0 65px 25px 100px;
	margin-top: -30px;*/
}

.dottedright .input-group {
	/*padding-left: 100px;*/
	width: 100%;
	margin: 15px 0;
}

.dottedright .input-group label {
	float: left;
	font-size: 1.4em;
	font-weight: 400;
}

.dottedright .input-group input, .dottedright .input-group textarea {
	float: right;
	width: 70%;
	margin-right:50px;
	position: relative;
	/*: 10px 18px !important;*/
	border-radius: 8px !important;
	font-size: 1.3em;
	font-weight: lighter;
}

.dottedright .input-group textarea {
	min-height: 200px;
}

.dottedright .btn-primary {
    background-image: linear-gradient(to bottom, #75c4d5 0px, #0192b3 100%);
    background-repeat: repeat-x;
    border-color: #007298;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.7em;
    padding: 14px 22px;
    border-radius: 12px;
	margin-right:50px;
}

.dottedright .btn-primary:hover, .dottedright .btn-primary:focus {
    background-color: #0192B3;
}

.footer {
	background: #333 url("../img/backgroundfooter.png") bottom;
	height: 100px;
	margin-top: 25px;
	padding: 25px 0;
	color: #fff;
	text-align: center;
}

.footer p {
	padding: 0;
}

.contact-wrapper {
	position:relative;
	min-height:1px;
	padding-left:30px;
	float:left;
}

/* responsive */
@media (max-width: 1024px) {
	.container.head {
		width: 900px;
	}
	
	#header.large {
		min-height: 150px;
		margin-top: -25px;
	}
	
.home h2 {
	background-color:transparent;
	font-size:3em;
	line-height:1.1em;
	font-style:italic;
	font-family: 'SoinSansPro-Roman',sans-serif;
}
	
	h2 {
		padding: 20px 20px 15px 50px;
	}
	
	.leadership p {
		padding: 0;
	}

	blockquote {
		padding: 0 50px;
	}
	
	.description .slideout {
		opacity: 1.0;
		filter: alpha(opacity=100);
		display: inline-block;
		position: absolute;
		width: 60%;
		height: 220px;
		transition: all 0.5s ease-in-out;
		margin-left: 5px;
		z-index: 1;
		background: rgba(255, 255, 255, 0.9);
		padding: 50px;
		left: 245px;
		overflow: hidden;
	}

	.description:hover .slideout {
		left: 245px;
		width: 60%;
		padding: 50px;
	}
	
	.description .overlay, .description:hover .overlay {
		opacity: 0.0;
	}
}

@media (max-width: 979px) {
	.jumbotron img {
		margin: 25px 0 -30px 0;
	}
	
	h2 {
		font-size: 2em;
		padding: 15px;
	}
	
	h3 {
		padding:15px;
	}
	
	h4.section, img.section {
		float: none;
	}
	
	body {
		padding-top: 0;
	}
	
	p {
		padding: 0;
	}
	
	.row.marketing {
		padding-bottom: 40px;
	}
	
	body .container.body img {
		max-width:100%;
	}
	
	img.section {
		position: relative;
		margin: 0 auto;
		width: 50%;
		padding: 10px 15px;
		margin-left: -15px;
	}
	
	h4.section.contact {
		margin-left: 0;
		margin-top: 25px;
	}
}

@media (max-width: 800px) {
.jumbotron {
	max-height: 350px;
	min-height: 300px;	
}

.home h2 {
	margin-top: 60px;
}
	.container.head {
		width: auto;
	}
	#header.large {
		margin-top: 0;
	}
	
	#header.large, #header.small {
		min-height: 50px;
		clear: none;
		max-height: inherit;
	}
	
	#header.large img, #header.small img {
		max-height: 40px;
		margin-top: -10px;
	}
	
	.navbar-nav {
		margin-top:0;
	}

	#capabilities {
		font-size: 2.3em;
		padding: 10px 30px 10px 50px;
	}

	#leadership {
		color: #0091b3;
		font-size: 2.3em;
		padding: 10px 30px 10px 50px;
		background: rgba(255, 255, 255, 0.9);
	}

	#contactus {
		font-size: 2.3em;
		padding: 10px 50px 10px 25px;
		float: right;
		margin-left: 50px;
	}
	
	h3 {
		font-size:1.5em;
	}

	body .container.body {
		margin-top:-25px;
	}
	
	.leadership h5 {
		font-size: 1.3em;
	}
	
	blockquote {
		padding: 0 25px;
	}
	
	.dottedright h3, .dottedright p, .dottedright .input-group {
		padding: 0;
		margin: 0;
	}
	
	.dottedright .input-group label, .dottedright .input-group input, .dottedright .input-group textarea {
		margin: 10px 0;
	}
	
	.dottedright .btn-primary {
		margin-right: 0;
	}
	
	.callout {
		margin-left: -40px;	
	}
	
}

/* android */
@media (max-width: 640px) {
.jumbotron {
	max-height: 250px;
	min-height: 200px;	
}
	.description .slideout {
		display: inline-block;
		position: absolute;
		width: 50%;
		height: 220px;
		transition: all 0.5s ease-in-out;
		margin-left: 5px;
		z-index: 1;
		background: rgba(255, 255, 255, 0.9);
		padding: 25px;
		left: 245px;
		overflow: hidden;
	}

	.description:hover .slideout {
		left: 245px;
		width: 50%;
		padding: 25px;
	}
	
	.description .slideout p {
		font-size: 1.6em;
		line-height: 1.3em;
	}
	h4.pull-right {
		float: none !important;	
	}
	
	.dottedleft {
		border-left: none;
		border-top: 1px dotted;
		padding-left: 10px;
		margin-top: 10px;
		padding-top: 20px;
	}

	.dottedright {
		border-right: none;
		border-bottom: 1px dotted;
		padding-left: 10px;
		margin-top: 30px;
		padding-top: 20px;
	}

	.callout {
		margin-left: -30px;	
	}
	

	
}

@media (max-width: 480px) {
	.description img.grid {
		z-index: 1;
		margin: 0 70px;
		width: 60%;
		display: inline-block;
	}
	
	.description .slideout {
		display: inline-block;
		position: absolute;
		width: 228px;
		height: 228px;
		left: 30px;
		transition: all 0.5s ease-in-out;
		margin-left: 70px;
		z-index: 1;
		background: rgba(255, 255, 255, 0.9);
		padding: 15px;
		overflow: hidden;
	}
	
	.description:hover .slideout {
		width: 228px;
		padding: 15px;
		left: 30px;
	}
	
	.description .slideout p {
		font-size: 1.5em;
		line-height: 1.35em;
		vertical-align: center;
	}
	
	.intro p {
		font-size: 1.8em;	
	}
}

/* android */
@media (max-width: 360px) {
.start {
	margin-left:50px;
	color:#00bddd;
}

.restart {
	margin-left:75px;
	color:#00bddd;
}

.refresh {
	margin-left:100px;
	color:#00bddd;
}

	.description img.grid {
		margin: 0 25px;
		width: auto;
	}
	
	.description .slideout {
		display: inline-block;
		position: absolute;
		width: 220px;
		height: 220px;
		left: 50px;
		transition: all 0.5s ease-in-out;
		margin-left: 5px;
		z-index: 1;
		background: rgba(255, 255, 255, 0.9);
		padding: 15px;
		overflow: hidden;
	}
	
	.description:hover .slideout {
		width: 220px;
		padding: 15px;
		left: 50px;
	}
	
	.description .slideout p {
		font-size: 1.4em;
		line-height: 1.35em;
	}
	
	.intro p {
		font-size: 1.7em;	
	}
	
	.callout {
		margin-left: -20px;
	}
	
}

@media (max-width: 320px) {
	.description img.grid {
		z-index: 1;
		margin: auto;
		width: auto;
	}
	
	.description .slideout {
		display: inline-block;
		position: absolute;
		width: 220px;
		height: 220px;
		left: 25px;
		transition: all 0.5s ease-in-out;
		margin-left: 5px;
		z-index: 1;
		background: rgba(255, 255, 255, 0.9);
		padding: 15px;
		overflow: hidden;
	}
	
	.description:hover .slideout {
		width: 220px;
		padding: 15px;
		left: 25px;
	}
	
	.description .slideout p {
		font-size: 1.5em;
		line-height: 1.35em;
	}
}

#dialog-message p {
	font-family: 'SoinSansPro-Roman',sans-serif;
	color:#545861;
	padding: 15px;
	font-size:13pt;
}
/*ok button*/
button.btn.btn-lg.btn-primary.pull-right {
	color: #fff;
	font-size:medium;
	padding: 25px 30px;
}
/*close button*/
button.ui-dialog-titlebar-close {
	content: 'X';
	background-color:#7dd1e1;
	border:2px solid white;
	color: white;
	font-size:large;
	float:right;
}
button.ui-dialog-titlebar-close:after {
	content: 'X';
}