@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
*{
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
     display: block;
}
body {
     line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-repeat: no-repeat;
	background-color:#333;
	background-position:50% 50%;
	background-size:cover;
	 -moz-box-shadow:    inset 0 0 30px #000000;
   -webkit-box-shadow: inset 0 0 30px #000000;
   box-shadow:         inset 0 0 30px #000000;
   padding-top:5%;
   -webkit-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

#services ul li{
	list-style-type:none;
	text-indent:2px;
	font-size:.9em;
	line-height:1.3em;
	margin-top:4px;
	text-indent: -14px;
    margin-left: 15px;
}
#services ul li:before {
  content: "›";
  padding-right: 10px;
}
blockquote, q {
     quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: '';
     content: none;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
a,a:hover{ color:#204980 }
a:active,a:visited{color:#404040}

/* CSS Begin */
#container {
  display: block;
  width: 100%;
  height: 100%;
  position:relative;
}
#wrapper{
  display: block;
  text-align: center;
  vertical-align: middle;
  width:100%; 
}
#content-wrapper{
	margin:0 auto 0;
	width:1000px;
}
#content{
     width:1000px; height:auto;
	 min-height:550px;
     position:relative;
	 background-image:url(../images/white60per.png);
	 background-repeat:repeat;
	 background-color:transparent;
	 border:1px #999 solid;
	text-align:left;
	
	float:left;
}
#ie_png_fix{
	display:none;
}
#mobile-img{
	display:none;
}
#copy{
	float:left;
	width:calc(100% - 260px); 
	height:auto;
	min-height:505px;
	padding:25px 15px 20px 25px;
	margin:0 8px 0 10px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	position:relative;
	font-weight:400;
	clear:both;
	}
#copy p{
	margin:14px 0;
	font-size:.9em;
	line-height:1.3em;
}
.clientLink em{
	font-style:italic;
	font-size:.8em;
	line-height:1em;
}
a.clientLink{
	width:205px; height:45px;
	background-color:#666;
	display:block; float:left;
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	padding:10px;
	cursor:pointer;
	margin:2px 4px 2px 0;
	line-height:1.2em;
}
a.clientLink:hover{
	background-color:#204980;
	color:#fff;
}
.returnLink{
	font-size:.8em;
	display:block;
	line-height:1.5em;
}
#ourClients a{
	width:calc(32% - 40px);
	float:left;
	display:block;
	padding:10px 20px;
	text-align:center;
	height:150px;
	position:relative;
}
#ourClients a>img{	
	width:auto;
	max-width:calc(100% - 40px);	
	max-height:130px;
	position: absolute;
	top: 50%; left:50%;
	transform: translate(-50%,-50%);
}
#ourClients a>span{
	width:100%;
	position: absolute;
	top: 50%; left:50%;
	transform: translate(-50%,-50%);	
}
h1{
	font-size: 2.5em;
	font-family: 'Average', serif;
	color:#204980;
	font-weight:normal;
	margin-top:8px;
}
h3{
	font-size: 1.5em;
	font-family: 'Average', serif;
	color:#666;
	font-weight:normal;
}
.greyBar,.whiteBar{
	float:right;
	width:3px; height:550px;
}
.greyBar.right,.whiteBar.right{
	float:right;
}
.greyBar.right{	
	margin-right:10px;
}	
.greyBar{
	background-color:#404041;
}
.whiteBar{
		background-color:#fff;
}
#nav{
	float:right;
	width:220px; height:550px;
	background-color:#204980;
	position:relative;	
}
#logo{
	width:80px; height:115px;
	background:url(../images/logo_med.png) no-repeat;
	margin:8px auto;
	cursor: pointer;
}
#nav a{
	list-style:none;
	width:249px; height:98px;
	display:block;
	float:left;
	font-size:1.4em;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	margin:-3px 0 -20px -14px;
	text-align:center;
	font-weight:800;
	cursor:pointer;
	padding-top:25px;
	text-decoration:none;
}
#nav a.active{
	background:url(../images/navActive.png) no-repeat transparent;
	display:block;
	color:#204980;
}
.sub{
	display:none;
}
#nav a.active .sub,#nav a:hover .sub{
	display:block;
	font-size:.7em;
	font-family:'Average', serif;
	font-weight:400;
	color:#404041;
	height:10px;
	float:left;
	width:100%;
	margin-top:4px;
}
#nav a:hover{
	color:#204980;
	background:url(../images/navHover.png) no-repeat transparent;
}
/*  */
#aboutUs,#ourClients,#services,#contactus{
	display:none;
}
#copy p.testimonial,#copy p.teaser{
	padding:12px 12px 12px 14px;
	font-size:.9em;
	background-color:#D1D2D4;
	display:block; float:left;
	width:434px;
	margin-bottom:4px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	text-indent:-6px;
}

.quotes{
	font-family:'Average', serif;
	font-size:1.2em;
}

.test_credit{
	font-size:.8em;
	display:block; float:left;
	width:436px;height:40px;
	margin:0 0 20px 10px;
}

/* Footer */
#footer{
	width:220px; height:25px;
	background-color:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	color:#000;
	position:fixed;
	bottom:0; right:20px;
	text-align:center;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	font-size:.7em;
	font-weight:700;
	/*font-variant:small-caps;*/
	line-height:25px;
	
}
#footer a{
	color:#000;
}
/* Tiny Scrollbar */
#copy .viewport { width: 660px; min-height:500px; position: relative; margin:0;}
#copy .overview { list-style: none; position: relative; left: 0; top: 0;padding-bottom:50px;float:left; }
/*#copy .thumb .end,
#copy .thumb { background-color: #D1D2D4; border-radius:6px; }
#copy .scrollbar { position: relative; float: right; width: 15px; margin:0;}
#copy .track { background-color: #204980; height: 100%; width:13px; position: relative; padding: 2px 1px;border-radius:4px;border:0px solid #fff; }
#copy .thumb { height: 20px; width: 11px; cursor: pointer; overflow: hidden; position: absolute; top: 1px; left:2px;border:0px solid #204980;margin:2px 0;}
#copy .thumb .end { overflow: hidden; height: 8px; width: 13px; }*/
#copy .disable{ display: none; }


/* Screens that need to be thinner */
@media screen and (max-width: 1000px) {
	#content-wrapper{
		width:80%;
	}
	#content{
		width:100%; 
	}
	#copy .viewport { width: 100%; }
	
/* 
#content{
     width:1200px;
	 }
#copy{ width:900px;}
#copy .viewport { width: 860px;}
#copy .col{
	width:405px;
	display:block; float:left;
	padding-right:15px;
}
#copy .col.second{
	padding-left:15px;
	border-left:1px #D2DBE6 solid;
}
#copy p.testimonial{
	width:380px;
}
.test_credit{
	width:380px;
}
*/
}/*close media*/

/* Mobile */
@media screen and (max-width: 620px) {
	body{
		background-image:none !important;
		padding-top:0;
	}
	#nav{
		width:100%;
		height:auto;
		position:absolute;
		top:0; left:0; right: 0;
	}
	#nav #logo{
	    background: url(../images/logo_med.png) no-repeat center 20px;
		height:170px;
		float:left;
		margin:10px 20px 0px 10px;
	}
	#nav a{
	    width: calc(50% - 55px);
		height:60px;
		margin:0;
		padding:15px;
		font-size:1.1em;
		float:left;		
	}
	#nav a>span{
		top: 50%; left:50%;
		transform: translate(-50%,-50%);
	}
	#nav a.active{
		background:#fff;
	}
	#nav a:hover{
		background:rgba(255,255,255,.6);
	}
	#nav > a > span > div.sub,#nav > a:hover > span > div.sub,#nav > a.active > span > div.sub{ display:none;}
	
	#container{
		display:block;
	}
	#wrapper{
		display:block;
	}
	#content-wrapper{
		width:100%;
	}
	#content{
		width:100%;
		position:static;
	}
	#mobile-img{
		display:block;
		float:left;
		width:100%;
		height:auto;		
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		margin: 170px 0 0 0;
	}
	#copy{
		width:100%;		
		margin: 0 0 0 0;
		height: auto;
	}
	#copy .viewport{
		width:100%;
	}	
	#copy .overview {
		position:relative;
	}
	.scrollbar,.whiteBar,.greyBar{ display:none; }
	#ourClients a {
		width: calc(49% - 10px);
		padding:10px 5px;
		height:120px;
	}	
}