/*html{
    background:#eee
}
body{
    margin:17px 0 15px 0;
    padding:0;
    text-align:center;
    font-size:small;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif
}*/
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object,output{
    display:block
}
#WFcontainer, .li-content{
    text-align:left;
   /* background:#fff;
    border:1px solid #ccc;
    -webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
    -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
    -o-box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;
    box-shadow:rgba(0,0,0,0.2) 0px 0px 5px*/
}
#WFcontainer, .li-content{
    /*
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;*/

    margin-bottom: 0;
    max-width: 900px;
    margin-top: 0;
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

@media only screen and (min-height: 100px) {
	display: flex;
    justify-content: center;
    align-items: center; 
}

@media only screen and (orientation: portrait) {
	#WFcontainer, .li-content  {
	    width: 105%;
	    margin-left: -15%;
	    
	   
	  }
}
@media only screen and  (orientation: portrait)  and (max-width: 599.9px){
	#WFcontainer, .li-content{
 		align-items: unset;
    }
    #WFcontainer{
 		padding-top: calc(10vh - 12vw);
 		margin-left: 0;
    	padding-right: 2%;
    }
    .li-content{
 		padding-top: calc(8px + 1vw);
    }
    #WFcontainer form ul{
        padding-bottom: 8vh !important;
    }
}
.li-content{
    align-items: unset;
    flex-direction: column;
    list-style: none;
    justify-content: unset; 
    padding-right: 2vw;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 9%, rgba(255,255,255,0.7) 81%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 9%,rgba(255,255,255,0.7) 81%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 9%,rgba(255,255,255,0.7) 81%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.li-content.bio.credits {
    padding-right: 3vw;
}
.overview{
 	display:flex;
 	transform: translateX(-2.5vw);
    align-items: center;
 }
.overview .companyWrap {
    flex: 3.5;
    align-items: center;
    display: flex;
}



.overview .company-logo {
    flex: 1;
}
.overview .summary-info {
	flex: 2.5;
    font-size: 1.1rem;
    min-width: 220px;
}
.overview .summary-info .title {
	font-weight: 600;
	margin: 6px 10px 4px 2px;
	text-transform: uppercase;
    line-height: 1.2em;
}
.overview .summary-info .title sup {
    text-transform: lowercase;
}
.overview .summary-info .title.headline {
	text-transform: uppercase;
    margin-top: 2.5vh;
    font-weight: 400;
    font-size: 1.45em;
}
.overview .summary-info .company {
	/*text-transform: uppercase;*/
}
.overview .summary-info .date-range,
.overview .summary-info .date-range {
	font-size: 0.9em;
	font-weight: 300;
}
.overview .summary-info .location {
	font-size: 0.9em;
}

.overview .details {
	flex: 5;
}
.overview .summary-info p,
.overview .details p{
    margin: 0px 2px 6px 2px;
    max-width: 500px;
    line-height: 1.15em;
}
.overview .details p {
	margin: 2px;
    line-height: 1.325;
    max-width: 500px;
}
.overview  p  sup{
	line-height: 0;
}
.overview .details p br {
	line-height: 1.75em;
}
.overview .details p span.underline{
	padding-bottom: 1px;
    /*border-bottom: 3px solid rgba(90, 255, 90, 0.33);*/
    border-bottom: 3px solid  rgba(189, 121, 255, 0.33);
    margin-bottom: 3px;
    display: inline-block;
}
.company-logo img {
    max-width: 200px;
    float: left;
    width:10vh;
    border-radius: 50%;
    margin-right: 1vw;
}
.pv-entity__actions {
    width: 96.5%;
    height: 2vh;
    /*border-top: 3px solid rgba(90, 255, 90, 0.33);*/
    border-top:3px solid rgba(189, 121, 255, 0.33);
    margin-top: 2vh;
 }

ul.li-content.bio h3 {
	margin-bottom: 0;
    font-weight: 100;
    font-size: 1.5em;
    color: #bf0000;
}
ul.li-content.credits h3 {
    color: #007fbf;
    font-size: 1.75em;
}



ul.li-content.bio p, 
ul.li-content.bio h3 {
    width: 90%;
    padding-left: 5.5%;
}
ul.li-content.bio p {
    margin-bottom: 0;
    margin-top: 0.5em;
}
ul.li-content.credits p {
    margin-bottom: 0em;
    margin-left: 0;
    margin-top: 0.5em;
}
ul.li-content.credits p.people {
    margin-bottom: 0.33em;
    margin-left: 0;
    margin-top: 0.5em;
}
ul.li-content.credits p.people span {
    flex-direction: column;
    display: flex;
    margin-bottom: 0.33em;
}
ul.credits .creditFlex {
    flex-direction: column;
    display: flex;
    flex: none;
}
ul.credits .flex {
    flex-direction: column;
    display: flex;
    padding-left: 5.5%;
    margin-right: 0;
}
ul.credits .flex:first-child {
	min-width: calc(5.5% + 60px);
}
@media only screen and (min-width: 920px) {
	ul.credits .creditFlex {
	    flex-direction: row;
	}
	ul.credits .flex + .flex{
	    padding-left: 1%;
	}
}
@media only screen and (min-width: 600px)  and (max-width: 919.9px){
	ul.credits .flex + .flex {
	    padding-left: 0;
	}
}
ul.credits .creditFlex .flex > ul{
    padding-left: calc(5.5% + 20px);
}
ul.credits > a {
    padding-left: 5.5%;
    color: #333;
    padding-bottom: 0.5vh;
}

ul.credits .flex > ul > li {
    margin-bottom: 8px;
    line-height: 1.35em;
}

ul.credits .creditFlex .flex:first-child > ul li {
    margin-bottom: 5px;
}

ul.credits .creditFlex .flex p.devTitle {
    font-weight: 600;
    padding-bottom: calc(0.25vw + 3px);
}


@media only screen and (min-width: 920px) { 
 .pv-entity__actions {
    width: 101%;
    margin-left: -2%;
 }
}
 .pv-entity__actions.headline {
 	margin-top: 0;
    height: 0;
    /*border-top: 6px dotted rgba(90, 255, 90, 0.33);*/
    border-top: 6px dotted rgba(189, 121, 255, 0.33);
    margin-bottom: 4vh;
 }


.overview .summary-info p.company span.mobile {
	    display: none;
}
.overview .summary-info p.company span.desktop {
	    display: inline;
}


@media only screen and (max-width: 919.9px) {  
	.overview  {
	    flex-direction: column;
	}
	.overview .companyWrap {
		width: 90%;
    	margin-bottom: 1vh;
	}
	.overview .details {
	    width: 90%;
	}
	.company-logo img {
	    width: 12vh;
	    margin-right: 2vw;
	    margin-left: 0.25vw;
	}
	.overview .company-logo.headline {
	    display:none;
	}
	.overview .summary-info {
		flex: 4;
	}
	.overview .summary-info p.company span.mobile {
	    display: inline;
	}
	.overview .summary-info p.company span.desktop {
		display: none;
	}
	.overview .details p span.underline {
	    display: none;
	}
	.overview .details p span.underline + br {
	    display: none;
	}
}
@media only screen and (min-width: 1024px) {  
	.overview  {
	    transform: translateX(-1vw);
	}
}
@media only screen and (min-width: 1200px) {  
	.overview  {
	    transform: translateX(0);
	}
}



.overview .details + .readMore{display: none;}



@media only screen and (max-width: 919.9px) {  
ul.credits .flex{
	width: 98%;
    font-size: 0.95em;
}

ul.credits .creditFlex .flex:first:child > ul {
	flex-direction: column;
    display: flex;
}
ul.credits .creditFlex .flex:first-child > ul li {
    display: flex;
    align-items: start;
    margin-bottom: 3px;
}
ul.credits .creditFlex .flex:first-child > ul li ul {
    flex-direction: column;
    display: flex;
    padding-left: 0;
    padding-right: 10vw;
    list-style: circle;
}

}

.contactOverview { 
	margin-bottom: 0 !important;
	display:flex;
	flex-direction:row;
}
.contactOverview .first { 
	flex: 0.95;
}
.contactOverview .second { 
	flex: 4;
	font-size: 1.2em;
}
@media only screen and (max-height: 500px) {  
	.contactOverview .second p { 
	 	text-align:center;
	 }
	 .contactOverview .second div { 
	 	text-align:center;
	 }
	 .contactOverview .second div a{ 
	 	text-align:center;
	 }
}
.contactOverview .second p { 
	margin: 4vh 0 0.5em 0;
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.contactOverview .second p.title.headline {
    font-size: 0.95em;
}
.contactOverview .second p span { 
	font-size: 0.8em;
	font-weight:300;
}

.contactOverview .second a{
	color: #222;
	text-decoration: none;
	font-size: 1.4em;
	margin-right: 8px;
	transition: color 0.3s;
}

/*.icon-expand:before {
  content: "\e01a";
}*/

.icon-facebook:before {
  content: "\e900";
  font-size: 1.25em;
  /*color: #3b5998;*/
}
.icon-facebook:hover {
  color: #3b5998;
}


.icon-github:before {
  font-size: 1.33em;
  content: "\e901";
}
.icon-github:hover {
  color: #888;
}


.icon-linkedin:before {
  content: "\e902";
  font-size: 1.25em;
}
.icon-linkedin:hover {
  color: #0077b5;
}


.icon-codepen:before {
  content: "\eae8";
  font-size: 1.25em;
}
.icon-codepen:hover {
  color: #fe7a16;
}


.icon-angellist:before {
  content: "\e903";
  font-size: 1.25em;
}
.icon-angellist:hover {
  color: #3078ca;
}


.icon-stackoverflow:before {
  content: "\e904";
  font-size: 1.25em;
}
.icon-stackoverflow:hover {
  color: #fe7a16;
}



@media only screen and (max-width: 919.9px) {  
	.contactOverview .first { 
		display: none;
	}	
}
@media only screen and (max-width: 599.9px) {  
	.li-content {
    	background:-webkit-linear-gradient(left, rgba(255,255,255,0) 2%,rgba(255,255,255,0.6) 9%,rgba(255,255,255,0.7) 20%,rgba(255,255,255,0.9) 50% ,rgba(255,255,255,0.4) 91%,rgba(255,255,255,0) 100%);
	    padding: 0 5%;
	    margin: 0;

		
	}	

.li-content .overview {
			transform: translateX(0);
			padding-left: 6.5%;
			padding-right: 5%;
}


.overview .summary-info .title.headline,
ul.li-content.bio h3,
ul.li-content.credits h3{
	font-size: 1.6em;
}




ul.credits .flex{
	padding-left: 0;
}

ul.credits > a {
    font-size: 3.5vw;
}

	.pv-entity__actions {
		width: 94%;
		transform: translateX(3%);
	}
	.overview .companyWrap {
		flex-direction: column;
		width: 105%;
	}
	.overview .companyWrap {
		flex-direction: column;
		width: 105%;
	}
	.overview .summary-info {
		min-width: unset;
		font-size: 1rem;
		width: 99%;
	}
	.overview .company-logo {
	    width: 100%;
	}
	.company-logo img {
	    width: 6vh;
	    margin: 0 2vw 1vh 0;
	}

	.overview .details{
    	width: 105%;
    	overflow: hidden;
    	-webkit-mask-image: unset;
    	transition: max-height 0.45s ease-out;
    	max-height:700px;
    	position:relative;
	}
	.overview .details.closed{
		max-height: 79px;
		-webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0.2) 70%,rgba(0, 0, 0, 0) 90%);
		transition: max-height 0.15s ease-in;

	}
	.overview .details + .readMore{
		position: absolute;
	    width: 95%;
	    opacity: 0;
	    transition: opacity 0.45s ease-out;
	    bottom: -1vh;
	    text-align: center;
	    left: 0;
	    color: #622fc875;
	}
	.overview .details.closed + .readMore{
		display: block;
    	opacity:1;
    	transition: opacity 0.15s ease-in;
	}
	
	.overview .details p:not(.edu){
	    font-size: 0.9em;
	    padding-bottom: 1vh;
	    width:99%;
	}
	.overview .details p.edu{
     	padding: 0 2px;
     	width:99%;
 	}
}

@media only screen and (min-width: 600px) {  
	ul.credits .creditFlex .flex:first-child > p {
	    padding-left: 0;
	}
	ul.credits .creditFlex .flex:first-child > ul {
	    padding-left: 0;
    	list-style: none;
	}
	ul.credits .creditFlex .flex:first-child > ul li ul {
	    padding-left: 20px;
	}
}

/*
@media only screen and (max-width: 920px) {  
	#WFcontainer{
	    margin-top: 20px;
	}
}
@media only screen and (orientation: portrait) and (max-width: 919.9px) {  
	#WFcontainer{
	    margin-top: calc(10px + 1vw + 6vh);
	}
}
@media only screen and (orientation: landscape) and (min-width: 920px) {  
	#WFcontainer{
	    margin-top: calc(0px + 8vh);
	}
}
@media only screen and (orientation: landscape) and (min-height: 799.9px) {  
	#WFcontainer{
	    margin-top: calc(40px + 2vw + 6vh);
	}
}

@media only screen and (max-width: 599.9px) {  }
	#WFcontainer{
	    margin-top: 5vh;
	}
}
*/

form.wufoo{
    /*margin:20px 14px 0 14px;
    padding:0 0 20px 0;*/
    position:relative;
    width: 98%;
}
@media only screen and (max-width: 919.9px) {  
	form.wufoo{
	    /*width: 88%;
	    margin-left: calc(12% - 20px);*/
	    width: 90%;
		margin-left: 5%;
	}
	ul.li-content.bio.credits {
	}
}
@media only screen and (max-width: 599.9px) {  
	form.wufoo{
	    width: 96%;
	    margin-left: 2%;
	    /*margin-right: 1%;*/

	}
	form.wufoo .location {
		 text-align: center;
    	 margin: -1vh 0 5vh 0 !important;
	}
	form.wufoo .location p{
		font-size: 1.4em;
    	padding-bottom: 0.25em;
    	line-height: 1.15em;
	}
	form.wufoo .location p span{
		font-size: 0.66em;
    	line-height: 1em;
	}
}
#logo{
    margin:0;
    padding:0;
    min-height:0;
    background-color:#dedede;
    text-indent:-9000px;
    text-decoration:none
}
#logo a{
    min-height:40px;
    height:40px;
    display:block;
    /*background:url(../images/wflogo.png) no-repeat left top;*/
    overflow:hidden;
}
* html #logo a{
    _background-image:none;
   /* _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop") */
}
img,a img{
    border:none;
    -ms-interpolation-mode:bicubic
}
.hide,.cloak div,.cloak span,.likert.cloak tbody,.likert.cloak thead{
    display:none !important
}
.likert.cloak table{
    border:none
}









 