/* Super Form Reset
input,label,select,button,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;font-size:13px;font-family:Arial}input:focus{outline:0}input,textarea{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type="reset"],input[type="button"],input[type="submit"]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:none}textarea{vertical-align:top;overflow:auto}select[multiple]{vertical-align:top}
*/
/* Foundation Customizations */
.row {
  max-width: 1200px;
}
body {
  color: #000;
  background: #fafafa;
}
a { color: #1A80B4; text-decoration: none; }
a:hover { color: #146087; }
#content a:active { color: #000; background-color:#f1f1f1;text-decoration: underline;}
.link.light { color: #A2B9D1; }
.link.light:hover { color: #7D9EBE; }

.top-bar {
/*  background-color: #f1f1f1;
  border-color: #036; */
  border-bottom: 1px solid #666;
  margin-bottom: 40px;
  padding: 0;
  opacity: 0.85;
  background-color: #f5f5f5;
/*   background-image: linear-gradient( 125deg, #f5f5f5 35%, #1A80B4); */
  background-image: linear-gradient( 125deg, #f5f5f5 35%, #0299ce);
  background-size: 100% 140px;
/* Grey Sunrise - disabled 2021-10-23
  background-color: #959698;
  background-image: linear-gradient(210deg, #959698 0%, #bfc6cf 26%, #f4eee5 53%, #f0eee9 78%, #ffdea7 100%);
	background-size: 100% 140px;
 */
/*
	background: linear-gradient(210deg, #959698 0%, #bfc6cf 26%, #f4eee5 53%, #f0eee9 78%, #ffdea7 100%);
	background-size: 600% 140px;
	animation: gradient 60s ease infinite;
	color: #000;
 */
}
@keyframes gradient {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
#header-name, #header-description {
  display:none;
}
.top-bar ul {
  background-color: transparent !important;
}
#joilogo {
  display: block;
  padding: 1em 0;
}
#header-menu {
  background-color: rgba(255,255,255,0.25);
  padding: 0;
  border-radius: 15px 0 0 15px;
}
#header-menu .menu a {
  color: #0D405A;
  word-break: keep-all;
}
#header-menu .menu a:hover { color: #000; }
#header-menu .menu a:active { color: #fff; }
.menu > li > a {
  padding: 1em 0 0 1em;
  font-size: 14px;
}
abbr {
  color: inherit;
  cursor: auto;
}
  abbr[title] {
    border-bottom: none;
    text-decoration: none;
  }
/* Flickr Strip */

#flickr-strip {
  margin-bottom: 30px;
}
#photolog {
  display: flex;
}
#flickr-strip #latest {
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  max-height: 71px;
  height: 71px;
  overflow: hidden;
  padding: 10px;
  margin-right: 10px;
  border: 1px dotted #999;
  font-size: 85%;
}
#flickr-strip #latest #photologtitle {
  display: block;
  font-weight: bold;
}
#flickr-strip #latest span {
  display: block;
  font-size: 90%;
  width:172px;
  height: 18px;
  max-height: 18px;
  max-width: 172px;
  overflow: hidden;
}
#flickr-strip #latest em {
  display: block;
  font-size: 80%;
  font-style: normal;
  color: #999;
}
#recent { 
  flex-grow: 1; /* Set the middle element to grow and stretch */
  padding: 10px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
}
/* Lines */
#beta, #gamma, #zeta .widget {
/*  border-top: 1px solid rgba(0,0,0,0.4); */
  border-radius: 20px;
  padding: 1.2em;
  background: #F5F5F5;
  margin-bottom: 40pt;
}
/* SEARCH FORM */
.widget-search .widget-header, .widget-search label {
  display: none;
}
.widget-search {
  padding: 10px 0 0;
  height: 54px;
}
.widget-search input[type="search"],
.widget-search input[type="submit"] {
  width:100%;
}
/* Recent Comments */
#delta.community {
  /* background:#E8F6FF; original light blue */
  background:#e6eef3;
  border-radius: 20px;
  margin-bottom: 40pt;
  }
  #delta.community .widget-header {
    border-color:#96B5D1;
    font-size: 11pt;
    }
.widget-recent-comments {
/*  padding: 10px; */
  padding: 1.2em;
}
.widget-content .comment-group {
  margin:0 0 1em 0;
  }
.widget-content p.commenttitle {
  width:100%;
  height:12pt;
  overflow:hidden;
  color:#666;
  font-size:8.5pt;
  font-weight:bold;
  margin:2px 0 4px 0;
  }
  .widget-content p.commenttitle a {
    color:#369;
    }
.widget-content a.commentlink {
  border-bottom:1px solid #D8E9F6;
  clear:both;
  display:block;
  margin:0 0 3px 0;
  padding:0 0 1px 0;
  }
  .widget-content p.commenttitle a:hover,
  .widget-content a.commentlink:hover span {
    color:#036 !important;
    }
.widget-content .commentdate {
  display:block;
  float:right;
  font-size:9px;
  margin:2px 0 0 0;
  color:#33669999;
  }
.widget-content .commententry {
  display:block;
  margin:0;
  width:80%;
  height:12.5pt;
  font-size: 8.5pt;
  font-weight: 500;
  overflow:hidden;
  }
  .commentauthor {
    color:#336699cc;
    }
  .commentexcerpt {
   color:#33669966;
    padding-left:.2em;
  }
/* Sidebar - Archive Navigation */
#recent_posts {}
#recent_posts li {
  font-size: 10pt;
  margin-bottom: 10px;
  font-weight: 500;
}
div#gamma {
  font-size: 80%;
}
  div#gamma .monthly-archives {
    /* padding: 0; */
  }
  div#gamma .categories {
    margin-right: -20px;
  }
/* Archive Navigation */
select#cat-archives-dropdown {
    width: 90%;
}
select#mth-archives-dropdown {
    width: 96%;
}



div#zeta{
  font-size: 90%;
}
#zeta dt {
  font-weight: normal;
  font-size: 80%;
  color: #666;
  margin-bottom: 0;
}
#zeta dd {
  margin-bottom: .6em;
  line-height: 1.4em;
}
.widget-header a {
  color: #000;
}
.widget-header a em {
    color: #fff;
    font-style: normal;
}
.widget-header a:hover em {
    color: #369;
}
.widget h3 {
  font-size: 100%;
  font-weight: 500;
}
.widget ul {
  margin-left: 0;
}
  .widget ul li {
    list-style-type: none;
  }
  .widget ul li a em {
    font-style: normal;
    font-size: 90%;
    font-weight: 400;
    color: #ccc;
  }
    .widget ul li a em::before {
      content: "– ";
    }
    .widget ul li a em::after {
      content: "";
    }

/* YOUTUBE Widget */
.widget-youtube h3.widget-header {
  background: url(https://www.youtube.com/yt/brand/media/image/YouTube-icon-full_color.png) top left no-repeat;
  background-size: 28px;
  margin-bottom: .65em;
}
.widget-youtube h3.widget-header a {
  padding-left: 34px;
}
#youtube .row {
  margin-bottom: 0.46875rem;
}
#youtube .yt-text {
  padding-left: 0.9375rem;
}
#youtube .yt-text .yt-title {
    font-weight: bold;
    font-size: 95%;
}
#youtube .yt-text .yt-meta {
    font-weight: normal;
    font-size: 85%;
    color: #666;
}
/* CONVERSATIONS Widget */
.widget-conversations h3.widget-header {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 400;
}
.widget-conversations h3.widget-header a.feed-link,
#conversations .feed-links a {
  display: block;
  float: right;
  margin-left: 10px;
}
.widget-conversations h3.widget-header a img,
#conversations .feed-links a img {
  height: 22px;
}
#conversations .episode {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
}
#conversations .episode.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#conversations .ep-text {
  padding-left: 0.9375rem;
}
#conversations .ep-text .ep-title {
    font-weight: bold;
    font-size: 95%;
    height: 1.5em;
    overflow: hidden;
}
#conversations .ep-text .ep-meta {
    font-weight: normal;
    font-size: 85%;
    color: #666;
}
#conversations .ep-consume {
  margin-top: 20px;
  font-size: 95%;
  /*
  text-align: right;
  padding-right: 22px;
  background: url('/_site/img/flourish/listen.png') center right no-repeat;
  background-size: 16px;
  */
}
  #conversations a.watch {
    padding-left: 20px;
    background: url('/_site/img/flourish/yt-watch.png') center left no-repeat;
    background-size: 16px;
  }
  #conversations a.listen {
    padding-right: 16px;
    background: url('/_site/img/flourish/listen.png') center right no-repeat;
    background-size: 12px;
  }
#conversations-home .feed-links {
  position: relative;
  top: -60px;
}
#conversations-home .most-recent {
  margin-bottom: 2em;
  padding-bottom: 4em;
  border-bottom: 1px solid #000;
}

/* Podcast "Road to Change" 2021-22 */
#podcast-header {
  background:#f3f3f3;
  border-bottom: 2px solid #ccc;
  border-radius:10px;
  margin-bottom: 2em;
}
#podcast-hero img {
  width: 100%;
  border-radius: 0;
}
#podcast-hero {
  position: relative;
}
#podcast-hero .asset-header {
  position: absolute;
  top: 0.4em;
  left: 1em;
  color: #fff;
}
#podcast-services {
  columns: 4;
  margin-top:1em;
}
#cool-jobs {
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0299ce;
}
#cool-jobs a {
  color:#0299ce;
  font-weight: 700;
}
#podcasts {
  margin-bottom: 2em;
  padding-bottom: 4em;
  border-bottom: 1px solid #ccc;
}
#podcasts h2 {
  font-weight:900;
  margin-bottom:0;
}
#podcasts ul {
  columns:2;
}
#podcasts ul li {
  margin: 0;
  padding: 0;
}
#podcasts ul li a img {
  /* display: block; */
  height: 45px;
  margin: 0 1rem 10px 0;
}
#podcast-episodes {}
#podcast-episodes h3 {
  margin: 0.3em 0 1.3em;
}
#podcast-episodes h3 em {
  font-style: normal;
  font-size: 70%;
}
#podcast-episodes .episode {
  margin-bottom:4em;
}
#podcast-episodes .episode .ep-title {
  font-weight:500;
  margin-top:.5em;
}
  .episode a .ep-title,
  .episode a .ep-duration {
    color: #000000;
  }
  .episode a .ep-title em {
    color: #fff;
    font-style: normal;
  }
  .episode a:hover .ep-title em {
    color: #369;
  }
.episode .ep-date,
.episode .ep-duration {
  font-size:80%;
}
#podcast-episodes .episode .ep-duration {
  margin-bottom: 6px;
}
#podcast-episodes .episode .ep-thumb {
  text-align: right;
}
#podcast-episodes .episode .ep-thumb img {
  width: 49px;
  height: 49px;
  opacity: .6;
}
.ep-player {
/*   background:#f5f5f5; */
  background: #f3f3f3;
  margin-top: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 6px;
  padding-top: 6px;
}
.podcast-episode .ep-title {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.ep-player audio {
  width: 100%;
  height: 30px;
}

.episode.blog-embedded {
  margin: 3em 0;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.episode.blog-embedded .ep-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.asset-header .episode.blog-embedded .ep-player {
  margin-top: 0;
}
.asset-header .ep-player {
  margin-top: 1em;
}

#blog-entries-about-episode ul {
 margin: 0 0 1em; 
}
#blog-entries-about-episode li {
  list-style-type: none;
  line-height: 1.1em;
}
#blog-entries-about-episode a h5 {
  margin-bottom: 0;
}
#blog-entries-about-episode a em {
  font-style: normal;
  font-size: 80%;
  font-weight:400;
  color: #333;
}
#blog-entries-about-episode,
#transcript {
  margin: 4em 0 4em 0;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}
#blog-entries-about-episode h4,
#transcript h4 {
  margin-bottom: 1.4em;
}
#transcript .transcript-body p {
  margin-bottom: 2em;
}
#transcript .transcript-body blockquote,
#transcript .transcript-body blockquote p {
  all: unset;
  display: revert;
  margin: 0 0 2em 1em;
}
#transcript stars {
  display: block;
  text-align: center;
  opacity: .33;
}
/* WIRED Ideas */
.widget-wired-ideas h3.widget-header {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
}
  .widget-wired-ideas h3.widget-header img {
    height: 1.2em;
    vertical-align: text-bottom;
  }
.widget-wired-insight-jp {
	font-size: 85%;
	line-height: 1.6;
}
.widget-wired-insight-jp .wi-title {
  font-weight: bold;
}

#wired-ideas .wi-title {
  font-size: 1.1em;
  margin-bottom: 0;
}
#wired-ideas .wi-date {
    font-weight: normal;
    font-size: 80%;
    color: #666;
}
#wired-ideas .wi-blurb {
    font-weight: normal;
    margin-bottom: 1em;
}

/* Pubpub */
.widget-pubpub h3.widget-header {
  font-size: 1.5em;
  font-weight: 400;
}
#pubpub .pp-title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0;
}
#pubpub .pp-date {
  font-weight: normal;
  font-size: 80%;
  color: #666;
  margin-bottom: 1em;
}
/* Pubpub */
.widget-reading h3.widget-header {
  font-size: 1.5em;
  font-weight: 400;
}
#reading .re-item {
    margin-bottom: 1em;
}
#reading .re-date {
    font-weight: normal;
    font-size: 80%;
    color: #999;
}
#reading .re-title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0;
}
#reading .re-creators {
    font-weight: normal;
    font-size: 80%;
    color: #333;
    margin-bottom: 1em;
}
/* ENTRY */
.entry-title {
  font-size: 1.4em;
}
  .entry-title a {
    color: #000000;
  }
  .entry-title a em {
    color: #fff;
    font-style: normal;
  }
  .entry-title a:hover em {
    color: #369;
  }
.asset-meta {
  color: #999;
  font-size: .8rem;
}
  .asset-meta .author {
    display: none;
  }
/*.asset-header .doi { display:none; }*/
.asset-header .doi .doi-link {
	font-size: .8rem;
	/*padding: 0 0 0 0;*/
	padding: 0 0 0 0;
	/* background: url("/_site/img/flourish/DOI-badge.png") left no-repeat;*/
}
.entry-asset {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}
.homepage .entry-asset,
.archive-index .entry-asset {
  margin: 0 0 54px;
  padding: 0 0 36px;
}
.entry-categories {
  display: inline;
}
  .entry-categories-header {
    display: none;
  }
.entry-tags {
  margin-bottom: 10px;
}
  h4.entry-tags-header {
    display: inline;
    font-size: 10pt;
  }
  .entry-tags-list, .entry-categories-list {
    display: inline;
    list-style: none;
    font-size: 10pt;
    margin-left: 0;
    padding-left: 0;
  }
  .entry-tags-list .entry-tag, .entry-categories-list .entry-category {
    display: inline;
  }
.entry-asset .share-btn {
  width: 18px;
  height: auto;
  display: inline-block;
  margin: 0 0 0 1px;
}

  .asset-content blockquote {
    /*border-left: 1px dotted #c30;*/
    border-left: 1px dotted #999;
    color: #4D4D4D;
    margin: 2em 20px 2em 0;
    padding: 0 0 0 20px;
    font-size: .9em;
    line-height: 1.5;
  }
    .asset-content blockquote p,
    .asset-content blockquote ul,
    .asset-content blockquote ol {
      font-size: 1em;
      line-height: 1.5;
      color: #4D4D4D;
    }
.asset-body h2 {
  font-size: 1.5em;
  margin-top: 2em;
  }
.asset-body h3 {
  font-size: 1.25em;
  margin-top: 2em;
  }

/* Stricter HTML5 of FB IA etc */
figure {
  margin: 1em 0 3em;
}
  figcaption {
    color: #666;
    font-size: 9pt;
    margin-top: 10px;
    margin-right: 1rem;
    text-align: right;
  }
  figure h1, figcaption h1 {
    font-size: 80%;
    color: #808080;
  }
  figure img {
    border: 1px solid #999;
    border-radius: 8px;
  }
/* See Media Queries for responsive 
  portrait orientation figures */
figure.portrait {
}
figure.portrait figcaption::after {
  content: "";
  clear:both;
}
figure.portrait figcaption {
  text-align: left;
}

.heroimage {
	margin: 0 0 2em 0
}
.caption {
    margin: 0 0 2em;
    padding: 0;
    font-size: 9pt;
    text-align: right;
}

/* Entry Credits */
.entry-credit-box {
    font-size: 85%;
    border-top: 1px solid rgba(0,0,0,0.4);
    padding-top: 12px;
    margin-top: 54px;
}
.entry-credit-box h6 {
}
.entry-credit ul,
.entry-credit p {
  margin-bottom: .5em;
}
.entry-credit ul li {
    line-height: 130%;
}
/* Entry Feedback */
.asset-footer {
/*
  background: #f1f1f1;
  padding: 10px;
 */
    background: #F5F5F5;
    border-radius: 10px;
    margin: 2em 0 0;
    padding: 1em;
}
  .entry-social,
  .entry-soc {
    margin: 0;
    padding: 0;
  }
  .entry-social .service,
  .entry-soc .service {
    margin: 0;
    float: left;
    width: 60px;
    height: 25px;
  }
    .entry-social .service#twitter { width:64px; }
    .entry-social .service#facebook-like { width:90px; }
    .entry-social .service#gplusone { display:none; }
    .entry-social .service#inshare { width:65px; position: relative; top: -4px; }

    .entry-soc .service#twitter { width:64px; }
    .entry-soc .service#facebook-like { width:90px; }
    .entry-soc .service#gplusone { display:none; }
    .entry-soc .service#inshare { width:65px; position: relative; top: -4px; }

  .entry-feedback {
    font-size: 80%;
    text-align: right;
    margin: 0;
    padding: 0;
  }
  .entry-cc-license {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .entry-cite {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .entry-cc-license img {
    width: 30px;
    height: 15px;
  }
/* Single Entry Pages */

.entry .hentry .entry-title {
  font-size: 2em !important;
}
/*
.entry .hentry .asset-header .asset-meta,
.entry-tags-list, .entry-categories-list {
  font-size: .9em !important;
}
 */
.entry .hentry .entry-content {
  font-size: 1.1em !important;
}


/* CITATIONS MODAL */
.modal,
.modal-box {
  z-index: 900;
}
.modal-trigger {
    font-weight: bold;
}
.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
  animation-name: modal;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-box {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
    background: #f1f1f1;
    border-color: #036;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 10px 20px 10px 25px;
}
.modal-title {
    margin-bottom: 0;
    font-size: 1rem;
}
.modal-body {
    background: #fafafa;
    padding: 60px 40px 30px 5px;
    font-size: .8rem;
text-align:left;
}
ul#citation-formats {
    list-style-type: none;
}
li.citation-format {
	margin-bottom: 4em;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
	.citation-format-name {
		font-style: italic;
		margin-bottom: 2px;
	}
	.citation-formatted {
		padding-left:5%;
		word-wrap: break-word;
		}
/* Close Button */
.close-modal {
    cursor: pointer;
    float: right;
	text-align: right;
    width: 50px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/* END CITATIONS MODAL --- */


/* Entry Comments & Trackbacks */
.comments h2,
.trackbacks h2 {
  font-size: 120%;
  border-top: 1px solid rgba(0,0,0,0.4);
  padding-top: 12px;
  margin-bottom: 12px;
}

.comments-content {
    margin-bottom: 56px;
}

.comment-indent {
  margin-left: 20px;
}
  .comment-indent .comment .comment-header {
    margin-bottom: 0;
  }
  .comment-indent .comment-content {
    border-left: 1px dotted #e3e3e3;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
  }
.comment .inner { }
  .comment-header {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 90%;
    margin: 20px 0pt 0;
    padding: 0pt 0pt 2px;
  }
  .comment-author-identity {
    display: none;
  }
  .comment-count {
    color: #999;
    font-size: 90%;
  }
  .comment-date {
    font-size: 90%;
    color: #ccc;
  }
  .comment-date a[title="Reply"] {
    float: right;
    text-transform: lowercase;
    opacity: .5;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 3px;
  }
  .comment-date a[title="Reply"]:hover {
    opacity: 1;
    color: #fff;
    background:#69c;
    border: 1px solid #ccc;
  }
  .comment-content {
    color: #333;
    font-size: 90%;
    margin: 0;
    padding: 0 0 0 1.5em;
    overflow: hidden;
  }
.trackbacks {
  margin:2em 0;
}
  .trackbacks-info p {
    margin: 0;
    display: none;
  }

/* Comment form */
.comments-open {
  background: #f9f9f9;
  border: 1px solid #ccc;
}
  .trackbacks-info, .trackback-content, .comment-content, .comments-open-content, .comments-closed {
    margin: 5px 0pt;
  }
  #comment-form-external-auth, #comment-greeting {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 9pt;
    margin: 0 10px 1em;
    padding: 1px 0 .2em;
    text-align: right;
  }
  .asset-header, .asset-content, .asset-body, .comments-header, .comment-header, .comment-footer, .comments-open-header, .comments-open-content, #comments-open-footer, .comments-closed, #comment-form-external-auth, .comments-open-moderated, #comment-form-name, #comment-form-email, #comment-form-url, #comment-form-remember-me, #comments-open-text, .trackbacks-header, .trackbacks-info, .trackback-content, .trackback-footer, .archive-content, .search-form-header, .search-results-header {
    margin-bottom: 2em;
  }
  .comment-form-input label {
    float: left;
    width: 70px;
    text-align: right;
    font-size: 10pt;
    margin: 5px 0 0 0;
  }
  .comment-form-input input {
    width: 350px !important;
    margin-left: 10px;
  }
  .comment-form-checkbox input {
    text-align: right;
    margin-left: 80px !important;
    margin-right: 5px;
  }
  .comment-form-checkbox label {
    font-size: 10pt;
  }
  #comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
  }
  .comment-form-text label {
    font-size: 10pt;
    margin: 1em 10px .1em 10px;
    display: none;
  }
  #comment-textarea-wrapper {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
    .comment-form-text #comment-text {
      border: none;
      font-family: Helvetica, arial, sans-serif;
      font-size: 10pt;
      padding: 1em 0 1em 1em;
      line-height: 130%;
      width: 95%;
    }
  #comments-open-captcha {
    margin-left: 0.5em;
  }
  #comments-open-footer {
    margin: 0 10px 1em;
  }
    .c-cc {
        font-size: 8.5pt;
        color: #600;
        margin: .5em 0;
    }
  #comment-submit.button {
    background: #ddd url(/_site/img/bg/submit-btns-hover.gif) repeat-x;
    border: 1px solid #ccc;
    color: #777;
    font-weight: bold;
    padding: .3em .6em;
  }


/* RECENTS & ARCHIVES */
#recent-titles {
  margin-bottom: 8em;
  border-top: 1px solid rgba(0,0,0,0.6);
  padding-top: 1.5em;
}
#recent-titles .asset-header {
  margin-bottom: 0;
}
#recent-titles .entry-asset {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
#recent-titles .entry-title {
  font-size: 1.3em;
  margin-bottom: 0;
}
.homepage #recent-titles .entry-excerpt {
  display: none;
}
h1#page-title.archive-title {
  font-size: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  padding-bottom: 0.6em;
  margin-bottom: 1.4em;
}

/* PAGINATION */
.page-navigation {
  margin: 0 0 4em 0;
  display: flex;
  justify-content: space-between;
}
span.cur_page_no {
  font-weight: 600;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.page_no {
  display: none;
}


/* FOOTER */
footer {
  color: #000;
  background: #f5f5f5;
  /* background: #ECF1F6; */
  border-top: 1px solid #0D405A;
  margin-top: 10px;
  padding: 10px 0 200px;
  font-size: 70%;
}
footer #techpro {
  width: 100px;
}
footer #badges {
  width: 200px;
  text-align: right;
  line-height: 1.6em;
}
footer #badges #cc {
	display: block;
	margin-bottom: 10px;
}
footer #credits {
	font-size: 8pt;
	line-height: 1.8em;
}
footer #credits #joi-contact {
  font-size: 1.1rem;
  font-weight: 500;
}
footer #cc img {
  width:90px;
  height:30px;
  border-width:0;
}
footer .smicon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 2px;
}
footer a#orcid-link {
  font-size: 1.1em;
}
footer #orcid-link img,
footer #joi-ito-portrait img {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* ----

input,
textarea {
  border: 1px solid #fefefe;
  padding: 8px;
  background: #f1f1f1;
  font-size: 14px;
}
*/

/* LOGIN FORM, for Comments… */

.mt-profile-login #container #header #brand {
  width: 90px;
  height: 90px;
  background: #fff url(/_site/img/joi-ito-logo-300.png) center no-repeat;
  background-size: 90px 90px;
  margin: 0;
}
.mt-profile-login #container #header {
  border-color: #036;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 40px;
  padding: 0 0 40px 0;
}
.mt-profile-login .comment_signin_options {
    width: 35%;
    float: left;
}
  .mt-profile-login .comment_signin_options ul li {
    list-style-type: none;
    margin-left: 0;
  }
  .mt-profile-login .comment_signin_options ul li:after {
    clear: left;
  }
  .mt-profile-login .comment_signin_options ul li div.signin_logo{
    float: left;
  }
  .mt-profile-login .comment_signin_options ul li div.auth_name{
    height: 20px;
    margin-left:36px;
    padding: 5px 0 0 0;
  }
  .mt-profile-login .field:after {
    clear: none;
  }
.mt-profile-login .signin {
    margin-left: 40%;
}
.mt-profile-login input#username,
.mt-profile-login input#password {
    margin: 0;
    padding: 5px 5px 6px;
    font-size: 150%;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.mt-profile-login .has-auth-icon input.text.full {
    background-repeat: no-repeat;
    background-position: 8px 8px;
    margin: 0;
    padding: 5px 5px 6px 35px;
    font-size: 150%;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.mt-profile-login button[type="submit"] {
    margin: 0;
    padding: 5px 15px 6px;
    font-size: 150%;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mt-profile-login #rec-reg {
  margin-top: 20px;
}
.mt-profile-login .right {
    float: right;
}
#signin_with_Facebook div a img {
  width:290px;
}
/* Whiplash promo */
#whiplash-banner {
    margin-bottom: 20px;
}
#whiplash-banner img {
    width: 100%;
}
/* Freesouls promo */
#freesouls-banner {
    margin-bottom: 20px;
}
#freesouls-banner img {
    width: 100%;
}

/* WIRED IDEAS */

.alternate#wired-link,
#wired-cat-head {
	background: url(/_site/img/Joi-Wired-Ideas.png) left no-repeat;
	background-size: 60px 60px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: block;
	font-size: .8em;
	height: 62px;
	line-height: 1.4em;
	margin: 1em 0 1.4em;
	padding: 1em 0 0 75px;
	overflow: hidden;
}
#wired-cat-head {
	background: url(/_site/img/Joi-Wired-Ideas.png) left no-repeat;
	background-size: 60px 60px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: block;
	font-size: 1em;
	font-style: italic;
	height: 62px;
	line-height: 1.4em;
	margin: 1em 0 4em;
	padding: .7em 0 0 75px;
}


/* Responsive Media queries */
/* Small only */
@media screen and (max-width: 39.9375em) {
  #joilogo {
    margin-left: 1em;
  }
  #header-menu .menu > li {
    display: block;
  }
  .top-bar ul {
    margin: 1em 0;
  }
  .menu > li > a {
    padding: .6em 1em;
    font-size: 14px;
    text-align: right;
  }
  .alternate#wired-link {
    font-size: .65em;
    line-height: 1.4em;
  }
  .podcast-home .top-bar {
    margin-bottom:0;
    border-bottom: 1px solid #000;
  }
  #podcast-header {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }
  #podcast-services {
    columns: 2;
    margin-top:1em;
  }
  #podcast-services li {
    margin-bottom:1em;
  }
  figure a img {
    width: 100%;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #header-menu {
    background-color: rgba(255,255,255,0.25);
    padding: 0 1.5em 1em .5em;
    border-radius: 0 0 15px 15px;
  }
  figure.portrait a {
    display: inline-block;
    float: left;
    margin: 0 2em 1em 0;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .podcast-home .top-bar {
    margin-bottom:0;
    border-bottom: 1px solid #000;
  }
  #podcast-header {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }
  #podcast-services {
    columns: 2;
    margin-top:1em;
  }
  #podcast-services li {
    margin-bottom:1em;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  #podcast-hero img {
  border-radius: 10px 10px 0 0;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}