
.content ol, .content ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 17px;
	line-height: 1.3rem;
}
.content li {
	margin-bottom: .5rem;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td, th {
  border: none;
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
.row {
	max-width: 1080px;
}
.row.full-width {
	max-width: 100%;
	}
.main-container {
	width: 80vw;
	margin: auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1; /* Firefox */
}
p.quote {
	font-size: 1rem;
	line-height: 1.4;
	width: 90%;
}
.author {
	font-size: 1rem;
	margin-bottom: .5rem;
	line-height: 1.4;
	font-weight: 400;
}
.quoteTally {
	font-family: 'Open Sans', sans-serif;
	padding: 1.2rem 0 0 0;
	font-size: .8rem;
	color: #333;
	white-space: nowrap;
	display: none;
}
.logo-lockup {
	height: 90vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.clearBox {
	display: none;
	padding: .5rem 0 0 0;
}
.clearBox img {
	border-radius: 0;
	padding-right: 14px;
	/* max-width: 30px; */
	opacity: .8;
}
.clearBox img:hover {
	opacity: 1;

}
.widget {
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.cancel {
	position: absolute;
	right: 20px;
	top: 0;
	padding: 8px;
	max-width: 38px;
	opacity: .8;
	display: none;
}
.cancel:hover {
	opacity: 1;
	cursor: pointer;
}

.menu-disabled, .menu-disabled:hover {
	color: #aaa;
	background-color: #fafafa;
	border-color: #ccc;
	cursor:not-allowed;
}
/* html input[disabled], input[type="text"][disabled] {
		background-color: #eee;
		border-color: #ccc;
		color: #aaa;
		cursor:not-allowed;
} */

.home-logo {
	max-width: 25%;
}
.home-links {
	max-width: 25%;
	margin-top: 3rem;;
}
.home-links a img {
	opacity: .5;
	padding: .5rem 0 .5rem 0;
}
.home-links a {
	/* color: #666;
	font-size: 1rem; */
	text-decoration: none;
}

.home-links a img:hover {
	opacity: 1;
}
.caption {
	font-size: .9rem;
	line-height: 1.1rem;
	margin: .6rem 0 2rem 0;
}
.caption.personal {
	display: none;
}
.carousel-text {
	padding: 1rem 0 1rem 0;
}
.icon-tz-logo2:hover {
	opacity: 1;
}
.remodel-nav {
	margin-top: 2rem;
}
/* - - - - Porfolio Cards - - - - - - - - -  - - - -  - - -*/
/* .card {
	padding:1rem .5rem 1rem .5rem;
	}
.greybox {
	padding: 1.5rem;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	}
a .greybox:hover {
	margin: -1px 0 1px 0;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition:  .3s;
	transition: .3s;
}
h3.project-title {
	font-size: .8rem;
	margin: -1rem 0 0 -.8rem;
	}
.subtext {
	font-size: .8rem;
	color: #aaa;
	margin: 0;
	}
.login {
	margin-right: 1.5rem;
	font-size: .9rem;
	color: #aaa;
} */

.pro p {
	margin-top: .5rem;
}
.list ul li {
	line-height: 1.3rem;
	margin-bottom: 1em;
	font-size: .9rem;
	}
.bullet {
	list-style: inside;
	font-size: .9rem;
	line-height: 1.3rem;
	}
.pubs-title {
	font-weight: 600;
}
.stars {
max-width: 80px;
margin:0;
padding-right: 5px;
}
p b {
	font-weight: 600;
}
.error-msg {
	padding: 2rem 6rem;
	text-align: center;
}
.goHome {
	padding: 0 6rem;
	margin-top: -2rem;
	text-align: center;
}
.error-img {
	margin-top: 10rem;
}
#logos img {
	max-width: 14rem;
}
/* ---------------panel (foundation)-------------------- */

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: .1em;
  padding: 1em 1em 0 1em;
  }

 .content>ul>li {
 	line-height: 1.3em;
	margin-bottom: .5em;
	font-size: .9em;
	list-style: inside;
	}


/* ---------------- Foundation Override ---------------- */
 .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #aaa;
    padding:0;
    padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    /* background: #333333; */
		line-height: 30px;
    }

  .top-bar-section ul li.active {
    border-top: 5px solid #cccccc inset;
    }
  .top-bar-section ul li.active > a {
    background:#333333;
    color: #ffffff;
    border-bottom: 2px solid #fff;
    }
  .top-bar-section ul li.active > a:hover {
      background: #333333;}

 /* .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -25px;
      padding-left: 40px; } */

 .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 12px 10px 15px 10px;
			  z-index: 20;}

/* a.menu-icon {
  color: #999;
 } */
.accordion dd > a {
  background: #efefef;
  color: #333333;
  font-weight: 200;
  padding: 1rem;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
  margin-bottom: 2px;
  }
.photo-label-top-left {
	position: fixed;
	top:5rem;
	left:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-top-right {
	position: fixed;
	top:5rem;
	right:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-bottom-right {
	position: fixed;
	bottom:5rem;
	right:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-bottom-left {
	position: fixed;
	bottom:3rem;
	left:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-bottom-left p, .photo-label-top-left  p {
	font-size: 1.2rem;
	color: #eee;
	padding: 1rem 3rem 1rem 2rem;
	margin:0;
}
.photo-label-bottom-left p img {
	padding-right: 1rem;
}
.photo-label-bottom-right p, .photo-label-top-right p {
	font-size: 1.6rem;
	color: #eee;
	padding: 1rem 3rem 1rem 2rem;
	margin:0;
}

.tab-nav {
	margin-top: 1.5rem;
	}

hr {
	border-top-width: 1px;
	border-color: #ddd;
	border-style: solid;
	display: block;
	margin-bottom: 9px;
}
.app-icon {
	max-height: 1.8rem;
	padding: 0 .3rem 0 0;
	}
.app-icon2 {
	max-height: 1.8rem;
	padding: 0 .3rem 0 0;
	position: absolute;
	margin-left: -1rem;
	left:50%;
	}
.tabs {
  *zoom: 1;
  margin-top:-.55rem;
  margin-right: .4rem;
  margin-bottom: 0 !important;
  margin-left:0rem;
  }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
/*     top: 0px; */
    float: left; }
    .tabs dd > a {
      display: block;
	  background: #f4f4f4;
      color: #33AAFF;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-top: .6rem;
      padding-bottom: .6rem;
      font-family: "Open Sans";
/*       font-size: .85rem;  */
      font-weight: 300;
	  border-bottom:1px solid #ddd;
	  border-right:1px solid #ddd;
      }
      .tabs dd > a:hover {
        background: #e2e2e2; }
    .tabs dd:first-child > a {
	  border-left:1px solid #ddd;
		}
   .tabs dd.active a {
      background: #fff;
	  color:#222;
  border-bottom:none;
     }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    }
  .tabs.radius dd:last-child a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

  .tabs-content > .content.active {
    float: none;
}
.iconLabel {
	font-size: .8rem;
	margin-top: 0rem;
	font-family: inherit;
	text-align: center;
	display: block;
	color: #333;
	}
a .iconLabel {
	color: #333;
	}
.links {
	font-family: 'Open Sans', sans-serif;
}

.screenshot-treatment, .flex-video {
	display: block;
}
.flex-video {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.screenshot-treatment.border img {
	border: 1px solid #ccc;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 0 0 1rem 0;
}



/* ---------------spacing-------------------- */
.section {
	padding-top: 2rem;
}
.sectionHeader {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: .5rem 0;
	margin-top: 2rem;
}
.logo {
	padding: 3px 0 0 12px;
}
.logos img {
	padding: .5rem 0 .2rem 0;
}
.baseline {
vertical-align: bottom;
}

 ul.off-canvas-list li label {
    padding: 0.3rem 0 0.3rem .6rem;
    color: #999999;
    text-transform: uppercase;
    background-color: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
 ul.off-canvas-list li {
    font-size:1rem;
	}
 ul.off-canvas-list li:hover {
	 background-color: #333;
 }

.cushion {
margin-bottom:120px;
}
.image-set img {
	margin: 1rem 0 1rem 0;
	}
h2.page-title {
	margin: 4rem 0 .5rem 0;
	font-size: 3rem;
}
select, input[type="text"] {
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: .8rem;
	padding: 10px 0 0 10px;
	opacity: 1;
	background-color: #eee;
	color:#222;
	}
#author-select, #tag-select {
	padding: 0.65rem .5rem 0;
	font-size: .8rem;
	color: #222;
	opacity: 1;
}
select:focus, input[type="text"]:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eee;	
}
select:disabled, input[type="text"]:disabled, #author-select:disabled, #tag-select:disabled {
    background-color: #eee;
    cursor: not-allowed;
	color: #ccc;
}
.clear-filter {
	text-align: center;
	font-size: .9rem;
	padding: 2rem 0 0 0;
	margin-bottom: 3rem;
}
.clear-filter a {
	color: #999;
}
.clear-filter a:hover {
	color: #222;
}
.tag {
	color: #333;
	/* padding: 0 5px 0 0; */
	margin: -.2rem 0 0 0;
	font-size: .8rem;
	font-weight: 200;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
.tag:not(:last-of-type):after {
	content: ",";
	padding: 0 5px 0 0;
}
.tag:nth-last-of-type(2):before {
	content:none;
}
.launch {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-width: thin;
	padding: .5rem 0;
}
.title-section {
	border-top: 1px solid #ccc;
	padding-top: 1rem;
}
.employer {
	padding-top: .3rem;
}
hr {
	margin:0 0 .5rem 0;
}
[class^="icon-"].contact-menu, [class*=" icon-"].contact-menu {
	padding-right: .5rem;
}

.spacer {
	margin-right: 2rem;
}
.reveal-modal .call-button {
	margin-top: 2rem;
}
.call-button a {
	font-size: .9rem;
}
.row .row.section-content {
	margin: 0 0 1rem -1rem;
}
.section-content ul li{
	margin: .5rem 0 .5rem 1rem;
	list-style: disc;
	line-height: 1.4;
}
.bottom-space {
	margin-bottom: 3rem;
}

/* ---------------footer-------------------- */
/* .footer {
	padding:.5rem;
	margin: 15px -5px -3px -1px;
	background: #666;
	border-style: solid;
	border-color: #d9d9d9;
	max-width:inherit;
	font-size:1.4rem;
}
.footer-phd {
	padding:.5rem;
	margin-left: -1rem;
	font-size: .9rem;
	color: #cccccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top: .2rem;
}
.footer [class^="icon-"], .footer [class*=" icon-"] {
	padding:0 1rem;
	font-size: 1.4rem;
}
.contact {
	margin: 0 auto;
	float:right;
}
.centered {
	text-align: center;
	}
.fixedbottom {
  width: 101%;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 99;
	margin-top: 2rem;
  }
.port-img {
max-width: 70px;
}
.strong {
font-weight: 500;
}
.img-full {
margin-top:-3px;
margin-bottom:-3px;
}

ul.off-canvas-list li a:hover {
	background-color: #222;
} */

.nowrap {
white-space: nowrap;
}

.top-bar-section li a:not(.button) {
	line-height: 30px;
	padding: 8px 15px 0;
}
.row.content-segment {
	padding: 1rem 2rem 1rem 1.5rem;
	display: flex;
	width: 80%;
}
.row.content-segment h2 {
	padding: 0;
}
.row.content-segment h3 {
	margin: 2rem 0 0 0;
	border-bottom: 1px solid #ccc;
}
.row.content-segment.quote .tags {
	margin-top: -.2rem;
	width: 70%;
}
.row.content-segment.quote .author {
	width: 80%;
}
.imagery {
    position:relative;
    display:inline-block;
}
.overlay {
    display:none;
}
.imagery:hover .overlay {
    width:100%;
    height:99%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
	color: #fff;
	-webkit-transition: 1000ms;
	transition: 1000ms;
	text-align: center;	
	padding-top: 30%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imagery:hover img .overlay {
        vertical-align:top; /* Default is baseline, this fixes a common alignment issue */
    }

.titleBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0;
}
.titleBlock h2 {
  font-size: 3rem;
  margin-left: 24px;
  color: #222;
  font-weight: 600;
}
.titleBlock img {
  height: 100px;
  width: 100px;
}

/* ---------------mobile only-------------------- */

@media only screen and (max-width: 70.063em) {
	.home-logo {
		max-width: 40%;
	}
	.home-links {
		max-width: 40%;
	}
}

@media only screen and (max-width: 40.063em) {

/* h1 {
	font-size: 1.5rem;
	padding: .5rem 0 .5rem 0;
}
h2 {
	font-size: 1.9rem;
	padding: .4rem 0 .2rem 0;
}
h3 {
	font-size: 1rem;
	color: #666;
	padding: 1.5rem 0 .2rem  0;
}
h4 {
	padding: 1.5rem 0 0 0;
} */
.card {
	padding:0 0 0 0;
	border-top: 1px #ccc solid;
	}
.card:nth-child(first) {
	border-top:1px solid #ccc;
	}


.subtext {
	font-size: .85rem;
	color: #999;
	}
/* h3.project-title {
	font-size: 1rem;
	margin-left: 0;
	margin: 0 0 0 -.8rem;
	} */

.logo-lockup {
	height: 85vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home-logo {
	max-width: 60%;
}
.home-links {
	max-width: 60%;
	padding: 0 0 0 0;
}
.contact {
	margin-right: 0;
	float:none;
}
.footer {
	padding:.5rem;
	text-align: center;
	margin: 15px -5px -3px -1px;
	background: #666;
	border-style: solid;
	border-color: #d9d9d9;
	max-width:inherit;
}
.footer [class^="icon-"], .footer [class*=" icon-"] {
	padding:0 1rem;
	font-size: 2rem;
}
section.right-small {
  border-left: none;
  box-shadow: none;
  right: 0;
  }
section.right-small .icon-lock {
	font-size: 1.3rem;
	color: #999;
	}
.tab-bar [class^="icon-"], .tab-bar [class*=" icon-"] {
	font-size: 3rem;
	padding-left: .5rem;
}
.employer {
	padding-top: 0rem;
}
.photo-label-top-left {
	position: fixed;
	top:5rem;
	left:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-top-right {
	position: fixed;
	top:5rem;
	right:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-bottom-right {
	position: fixed;
	bottom:5rem;
	right:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-bottom-left {
	position: fixed;
	bottom:3rem;
	left:0;
	background-color: #333;
	opacity: .60;
}
.photo-label-bottom-left p, .photo-label-top-left  p {
	font-size: 1.2rem;
	color: #eee;
	padding: .5rem 2rem .5rem 1rem;
	margin:0;
}
.photo-label-bottom-right p, .photo-label-top-right p {
	font-size: 1.2rem;
	color: #eee;
	padding: .5rem 2rem .5rem 1rem;
	margin:0;
}
.error-msg {
	padding: 2rem 0;
	text-align: center;
}
.error-img {
	margin-top: 5rem;
}

.top-bar-section li a:not(.button) {
	line-height: 30px;
	padding: 8px 15px 0;
}
.row.content-segment {
	padding: 1rem 1rem 0;
	display: flex;
	width: 80%;
}
.row.content-segment h2 {
	padding: 1rem 0 .5rem 0;
}
.row.content-segment h3 {
	margin: 2rem 0 -1.5rem 0;
}
/* .row.content-segment.personal{
	padding: 0 2rem 1rem;
}
.row.content-segment.personal:nth-child(2){
	padding: 2rem 2rem 0;
} */
h2.page-title {
	margin: 2rem 0 .5rem 0;
	font-size: 2rem;
}
.caption {
	line-height: 1.1rem;
	margin: 5px 0;
	font-size: .9rem;
}
.caption.personal {
	display: block;
}
.caption.personal p {
	margin-bottom: 0;
	padding-left: 1rem;
}
.imagery {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 0 0 2rem 0;
}
.overlay {
    display:none;
}
.imagery:hover .overlay {
    /* width:100%;
    height:99%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
	color: #fff;
	-webkit-transition: 500ms ease-out;
	text-align: center;	
	padding-top: 30%; */
	display: none;

}
.imagery:hover img .overlay {
        /* vertical-align:top; 
		margin: -2px 0 0 0; */
		display: none;
    }




.logos img {
	max-width: 14rem;
	padding: 2rem 0 .2rem 0;
}
.greybox {
	padding: 0rem;
	height: 100%;
	border: none;
	}
.row.quote {
	margin: 0 0 3rem .6rem;
	padding: 0;
}
.row.quote > .cell {
	padding-right: 1rem;
	width: 75%;
}
p.quote {
	font-size: .85rem;
	line-height: 1.4;
}
.author {
	font-size: .85rem;
	margin-bottom: .5rem;
	line-height: 1.4;
}
.tag {
	margin: 0 5px 5px 0;
	font-size: .8rem;
	font-weight: 200;
}
.quoteTally {
	margin:0px 0 0 10px;
	font-size: .85rem;
}
.quoteCountString {
	display: none;
}

.clearBox img {
	margin-left: 1.2rem;
}
.quote .column, .quote .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.cancel {
	right: 5px;
	top: 0;
	padding: 10px;
	max-width: 36px;
}
}
