/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/
@import url("css/reset.css");
@import 'simplegrid.css';

@font-face {
	font-family: "Gotham Rounded";
	src: url("Gotham\ Rounded\ Medium.otf") format("opentype");
}

@font-face {
	font-family: "Gotham Book";
	src: url("Gotham Rounded Book.otf") format("opentype");
}

@font-face {
	font-family: "Gotham Light";
	src: url("Gotham Rounded Light.otf") format("opentype");
}
/* Building Blocks */
	  
body {
	font-size:1em;
	line-height:1.5em;
	color:rgba(68,84,106);
}

section {
	width:100%;
	padding:30px 10px 30px 10px;
	border-bottom-width: 20px;
	border-bottom-color: tomato;
}

section.first{
	padding-top: 70px;
}

section.last{
	padding-bottom: 70px;
}

section#image{
	min-height: 550px; 
	padding: 100px 10px 10px 10px;
	position: relative;
	overflow: hidden;
}

/*Adds white diagonal triangle to bottom of hero*/
section#image:after {
  background: #FFFFFF;
  content: "";
  height: 40rem;
  position: absolute;
    left: -5%;
    right: -5%;
    top: 98%;
  -webkit-transform: rotateZ(-4deg);
          transform: rotateZ(-4deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
	  }
	  
.center{
	text-align:center;
}

.bio{
	text-align: justify;
	max-width: 350px;
	min-height: 800px;
	padding: 20px 20px 10px 20px;
}

.dot {
  font-family: "Gotham Book",sans-serif;
  position: relative;
  width: 250px;
  padding-top: 250px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(68, 176, 238,0.5);
  border-radius: 50%;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin: 0 5%;
}


#dot-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 500px;
	height: 400px;
}

.dot-overlap {
	font-family: "Gotham Book",sans-serif;
	position: absolute;
	width: 250px;
	padding-top: 250px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(68, 176, 238,0.5);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 5%;
}

a:hover path,a:hover text,a:hover rect{
	fill:rgba(196, 100, 47, 1);
	color:rgba(196, 100, 47, 1);
}

.blue-dot {
  background-color: rgba(132, 196, 233, 0.5);
}

.purple-dot {
   background-color: rgba(194, 169, 233, 0.5);
  }

  .orange-dot {
	background-color: rgba(240, 202, 154, 0.5);
  }

  .blue-dot:hover {
	background-color: rgba(81, 171, 223, 0.5);
  }
  
  .purple-dot:hover {
	 background-color: rgba(154, 105, 231, 0.5);
	}

  .orange-dot:hover{
	  background-color: rgba(248, 136, 9, 0.5);
  }

.dot-text {
	position:  absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	text-align: center;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dot-text img {
	width: 80px;
	z-index: 10;
	}
	
/* logos and images */

section#team img{
	width:180px;
	height:auto;
}
.logos img{
	/*padding:20px;*/
	width:100%;
	max-width:150px;
	height:auto;
	text-align:center;
}

.logos img.hss{
	max-width:100px;
}

section#recognition img {
max-height:100px;
width:auto;
	
}

/*.logos {text-align:center;
}*/


div.logos, div.blogos{
	max-width: 225px;
	width: 100%;
	float:left;
	background-color: rgba(255,255,255);
	background-color: rgba(255,255,255,0.5);
	text-align:center;
	border-radius: 20px;
	min-height:350px;
}

div.logos{ 
	padding:40px 5px 10px 5px;
}

div.blogos{ 
	padding: 120px 5px 10px 5px;
}

div.logos p{
	margin-bottom:0;
	text-align:center; 
}

div.logos:hover, div.blogos:hover{
	background-color: rgb(255, 255, 255, 1);
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

.graph{
	width:100%;
	max-width:600px;
	
}

img.pics{
	width:300px;
	height:auto;
}

img.half{
	width:100%;
	height:auto;
}

img.implant{
	width:100%;
	height:auto;
}
.knee, .man{
	text-align:center;
}

.knee img{
	width:auto;
	max-height:200px;
}

.man img{ 
max-width:150px;
}

img.headshot{
	border: 0px solid #999;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

[id*='technology-'] img.knee {
	width:auto;
	max-height:200px;
}

[id*='technology-'] img.except{
		max-height:300px;

}
[id*='technology-'] img.graph{
	max-width:450px;
	width:100%;
	text-align:left;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
      opacity: 0.5;
}

/* Links, Buttons, etc */

a{
	color:#4858a0;
	font-weight:600;
	text-decoration:none;
}

section#image a:hover{
		text-decoration:none;
}

a.button{
	  font-family: "Gotham Rounded",sans-serif;
	  font-weight:600;
	  text-transform:uppercase;
	  align-self: center;
	  display: inline-block;
	  border:1px solid white;
	  padding:20px 40px;
	  color:white;
}

a.button:hover{
	-webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
		/*color:#485a9e;*/
		background-color: rgba(255, 255, 255, 0.2);} /* white with opacity */

/* Typography */
p {		
  font-family: "Gotham Light",sans-serif;
	font-weight: 100; 
	font-style: normal; 
	font-size:100%;
	margin-bottom:20px;
	}
	
p em{	
  font-family: "Gotham Light",sans-serif;
  	font-style: italic; 

	}
	
h1{		
  	font-family: "Gotham Book",sans-serif;
	font-weight: 500; 
	font-style: normal;
	font-size:340%;
	line-height:100%;
	text-align:center;
	color:rgba(68,84,106);
	margin-bottom:20px;
	}
	
	
section#image h1{
	color:#fff;
	font-family: "Gotham Book",sans-serif;
	font-weight: 600; 
	font-size: 350%;
	line-height:100%;
	padding-top: 30px;
	background-size: contain;
}

section#image blockquote{
	font-family: "Gotham Light",sans-serif;
	font-weight: 100; 
	font-style: normal; 
	font-size:200%;
	line-height:110%;
	color:white;
	width: 100%;
}

h1 em{	
 	 font-family: "Gotham Book",sans-serif;
	font-style: italic;
	}
h2{	
  	font-family: "Gotham Rounded",sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size:220%;
	line-height:100%;
	text-align:left;
	color:#000;
	margin-bottom:20px;
	}

h2.test {
	font-family: "Gotham Book", sans-serif;
	color:rgba(68,84,106);
	text-align: center;
	font-weight: bold;
}

h2 em{ 	
  font-family: "Gotham Book",sans-serif;
  font-style: italic;
	}

h3{	
  font-family: "Gotham Light",sans-serif;
	font-weight: 700; 
	font-style: normal;
	font-size:170%;
	}

.center{	
	color:rgba(68,84,106);
	text-align:center;
}

h4{	
  font-family: "Gotham Book",sans-serif;
	font-weight: 800; 
	font-style: normal;
	font-size:130%;
	}
h4 span{
	text-transform:uppercase;
	font-size:60%;
	font-style: oblique;
	font-weight: 600; 
}
	
blockquote{
	font-family: "Gotham Book",sans-serif;
	font-weight: 100; 
	font-style: normal; 
	font-size:200%;
	line-height:110%;
	color:white;
	margin:30px 0;
	width:90%;
	}
blockquote.cquote{
	font-size:220%;
	line-height:110%;
	color:rgba(68,84,106);
	margin: 0 0;
	width: 100%;
	text-align:center;
}
blockquote.quote{
	font-size:220%;
	line-height:110%;
	color:rgba(68,84,106);
	padding-left: 70px;
	text-align:left;
}

div.line{
		border-bottom:1px solid #fff;

}
	/* Useful */
	.clear{
		clear:both;
	}
	
	p strong{
		font-weight:600;
		color:#4858a0;
	}
	


/* NAVIGATION COLLAPSE */

.show {
 	background-color: rgba(68,84,106,1) !important;

}
.static{
	position:fixed;
	width:100%;
	z-index:9999;
}

#agelity-logo{
	float:left;
	/* width:138px;
	height:40px;*/
	padding-top:10px;
}
nav div#agelity-logo a{
	padding:0;
}

.nav { width:100%; 
  font-family: "Gotham Book",sans-serif;
	font-size:90%;
	background-color: rgba(68,84,106,1);
	font-weight:500;
}

ul.simple-toggle { list-style: none; padding: 0px; margin: 0px; font-weight: bold; text-align: center; }
ul.simple-toggle li { display: inline-block; text-align: left; }
ul.simple-toggle li.red { background-color:#f0703a; }
ul.simple-toggle li.red a { color:white; }
ul.simple-toggle li a { display: block; padding: 20px 20px; text-decoration: none; color: white; }
ul.simple-toggle li a, ul.simple-toggle li.red{
     -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}


ul.simple-toggle li a:hover { color: #f86426; }
ul.simple-toggle li.red a:hover { color: #fff; }
ul.simple-toggle li.red:hover  { background-color:#8e330d; }


.anchor-link { display: none; text-align: right; padding: 0 1em 0; text-align: center; padding: 10px 15px; color: #82d3ed; background-color: #4758a0; text-decoration: none; margin: 3px 20px 3px; float: right;  font-weight:600; text-transform:uppercase;   font-family: "proxima-nova",Helvetica, Arial, sans-serif;

 }
#mobile-nav { display:none; }

@media (max-width:767px){
	
	ul.simple-toggle { display: none; }
	.anchor-link, #mobile-nav { display: block; margin-right:20px;}

  ul.open { 
    background-color: #F4F4F4;
    background-color: #fff;
    /*box-shadow: 2px 2px 3px #444444;*/
	border: 1px solid #ccc; 
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 110px;
    top: 0;
    width: 80%;
    z-index: 500; 
	float:none;
	border-collapse:collapse;
	}
	ul.open li { display: block; list-style: none; text-align: center; }
	ul.open li a { display: block; padding: 20px 10px; border-bottom: 1px solid #ccc;
	border-collapse:collapse;text-decoration: none; color:rgba(68,84,106);}
	ul.open li a:hover { background-color: #ccc; color: #fff; }
	
	
	div#wrapper section#image h2{
	color:white;
}
	
}





	@media handheld, only screen and (max-width: 767px) {
		img.headshot{
			width: 100%;
			text-align:center;
				border: 0px solid #999;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
		
	}
	img.pics{
	width:100%;
	height:auto;
}

img.graph 
{width:100%;
}

section#image h1{
	font-size:400%;
}

div.logos, div.blogos{ 
	max-width: 100%;
	margin: 5px 10px;
	width: 100%;
	background-color: rgba(255,255,255);
	background-color: rgba(255,255,255,0.5);
	padding: 100px 10px 10px 10px;
	text-align: center;
	border:5px solid white;
	min-height: 350px;
	box-shadow: 1px 1px 3px #333;
	border: 0px solid #999;
	border-radius: 20px;
}

h1, h2 {
	text-align:left;
}

.man img{ 
max-width:auto;
}

.bio{
	text-align: justify;
	max-width: 100%;
	margin: 5px 10px;
	border: 0px solid #999;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #333;
	padding: 20px 20px 20px 20px;
	min-height: auto;
}

#dot-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	width: 100%;
	height: 400px;
}

.dot-overlap {
	font-family: "Gotham Book",sans-serif;
	position: absolute;
	width: 55%;
	padding-top: 55%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 5%;
}

.dot-text {
	position:  absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

blockquote{
	font-family: "Gotham Book",sans-serif;
	font-weight: 100; 
	font-style: normal; 
	font-size:120%;
	line-height:110%;
	color:white;
	margin:30px 0;
	width:90%;
	}

blockquote.cquote{
	font-size:150%;
	line-height:110%;
	color:rgba(68,84,106);
	margin: 0 0;
	width: 100%;
	text-align:center;

}
blockquote.quote{
	font-size:150%;
	line-height:110%;
	color:rgba(68,84,106);
	padding-left: 70px;
	text-align:left;
}

.agelity_logo{
	max-width: 40px;
	width: 100%
}
	}
	
	