.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.button,
.button:visited {
  border: 1px solid #9cd5ef;
  border-top-color: #b6e0f3;
  border-left-color: #b6e0f3;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #bfe4f4;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d5edf8),to(#bfe4f4));
  background-image: -webkit-linear-gradient(top,#d5edf8,#bfe4f4);
  background-image: -moz-linear-gradient(top,#d5edf8,#bfe4f4);
  background-image: -o-linear-gradient(top,#d5edf8,#bfe4f4);
  background-image: -ms-linear-gradient(top,#d5edf8,#bfe4f4);
  background-image: linear-gradient(top,#d5edf8,#bfe4f4);
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #fff;
  border: 1px solid #9cd5ef;
  border-top-color: #7ec8e9;
  border-left-color: #7ec8e9;
  background-color: #a9daf1;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#bfe4f4),to(#a9daf1));
  background-image: -webkit-linear-gradient(top,#bfe4f4,#a9daf1);
  background-image: -moz-linear-gradient(top,#bfe4f4,#a9daf1);
  background-image: -o-linear-gradient(top,#bfe4f4,#a9daf1);
  background-image: -ms-linear-gradient(top,#bfe4f4,#a9daf1);
  background-image: linear-gradient(top,#bfe4f4,#a9daf1);
}
.button:active,
.button:visited:active {
  background-color: #d5edf8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#bfe4f4),to(#d5edf8));
  background-image: -webkit-linear-gradient(top,#bfe4f4,#d5edf8);
  background-image: -moz-linear-gradient(top,#bfe4f4,#d5edf8);
  background-image: -o-linear-gradient(top,#bfe4f4,#d5edf8);
  background-image: -ms-linear-gradient(top,#bfe4f4,#d5edf8);
  background-image: linear-gradient(top,#bfe4f4,#d5edf8);
}
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.help,
.info,
.error,
.success {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
}
.help {
  border-color: #ddd;
  background: #eee;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  border-color: #deeaae;
  background: #e6efc2;
}
.nav-links {
  display: block;
  text-decoration: none;
  padding: .3em .6em;
  color: #fff;
  margin: 0 .2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.nav-links:hover,
.nav-links:focus {
  color: #fff;
  background-color: #c61f0c;
  -webkit-box-shadow: 0 0 12px rgba(50,50,50,0.02);
  -moz-box-shadow: 0 0 12px rgba(50,50,50,0.02);
  box-shadow: 0 0 12px rgba(50,50,50,0.02);
}
body {
  font-family: Le Monde Journal, Georgia, serif;
  font-size: 15px;
  line-height: 1.5;
  color: #565656;
}
button,
input[type=submit] {
  padding: .4em .8em;
  color: #777;
  font-size: 13px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
button:hover,
input[type=submit]:hover {
  border: 1px solid #ccc;
  color: #555;
}
input[type=text],
input[type=password],
select,
textarea {
  color: #666;
  padding: 5px 7px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px #ddd inset;
  -moz-box-shadow: 0 1px 1px #ddd inset;
  box-shadow: 0 1px 1px #ddd inset;
}
iframe {
  max-width: 100%;
}
.date-time {
  color: #999;
}
.avatar {
  float: left;
  margin: 0 2em 0 0;
  padding: 5px;
  border: 1px solid #eee;
}
.home .meta {
  font-size: 13px;
  line-height: 1.4;
  padding: 0;
  font-family: Helvetica, san-serif;
}
.home .meta a,
.home .meta a:visited {
  color: #555;
}
.archive .rss {
  background: url('https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/icons/feed-icon-14x14.png') no-repeat 0 .7em;
  padding: .5em 1.3em;
  text-decoration: none;
  float: right;
}
.archive .meta {
  font-size: 13px;
  font-family: Helvetica, sans-serif;
  margin: 0;
}
.archive section {
  padding-bottom: 1.5em;
}
.archive section img {
  float: left;
  margin: .8em 1.5em 1em 0;
  width: 90px;
  height: 90px;
}
.archive section p {
  margin: 0;
  padding: .5em 0;
}
.dezi-search-results a,
.dezi-search-results a:visited {
  text-decoration: none;
}
.dezi-search-results a:hover,
.dezi-search-results a:visited:hover {
  text-decoration: underline;
}
.dezi-search-results h3 {
  margin-top: 1.3em;
}
.dezi-search-results b.h {
  color: #222;
}
.dezi-search-results ol,
.dezi-search-results ul {
  margin-left: 1.2em;
}
.dezi-search-results .twocol {
  display: none;
}
.dezi-search-results .searchbox {
  padding: 1em;
  margin-bottom: 3em;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.dezi-search-results .searchbox input[type=text] {
  width: 35%;
}
.dezi-search-results .searchbox input[type=submit] {
  background: #B80007;
  color: #fff;
  border: 1px solid #a90108;
  border-left: 0;
  padding: 7px 10px 5px;
  margin-left: -5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dezi-search-results .searchbox input[type=submit]:hover {
  background: #cf060e;
}
.dezi-search-results .sortby ul {
  margin-top: 0;
}
.dezi-search-results .dezi_facets {
  margin-left: 0;
}
.dezi-search-results .dezi_facets li {
  margin-left: 0;
  list-style: none;
}
.dezi-search-results .dezi_facets li li {
  list-style: disc;
}
.dezi-search-results .result-type {
  display: block;
  float: left;
  padding: 1px 5px 2px;
  margin: 1px 7px 0 0;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dezi-search-results .query .result-type {
  background: #83b856;
  color: #fff;
}
.dezi-search-results .post .result-type,
.dezi-search-results .page .result-type {
  background: #444;
  color: #fff;
}
.dezi-search-results .dezi-date {
  color: #999;
}
.dezi-search-results .dezi_pages {
  margin: 30px 0;
}
.dezi-search-results .dezi_pages a,
.dezi-search-results .dezi_pages a:visited {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 4px 10px;
  margin-right: 5px;
}
.dezi-search-results .dezi_pages a:hover,
.dezi-search-results .dezi_pages a:visited:hover {
  border: 1px solid #ddd;
}
.dezi-search-results .dezi_pages a.dezi_pages_on,
.dezi-search-results .dezi_pages a:visited.dezi_pages_on {
  background: #B80007;
  color: #fff;
}
.single #archive-thread-tag {
  color: #999;
  font-size: 19px;
  display: inline-block;
}
.category #main img {
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(50,50,50,0.4);
  -moz-box-shadow: 0 0 5px rgba(50,50,50,0.4);
  box-shadow: 0 0 5px rgba(50,50,50,0.4);
}
.category #main #about-weekly-feed {
  margin-right: 0;
  border-left: 5px solid #eee;
  padding-left: 3%;
  margin-bottom: 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
}
.category #main #about-weekly-feed h4 {
  background: #B80007;
  color: #fff;
  display: inline-block;
  padding: .3em 1.2em .3em .6em;
  margin-left: -3%;
  position: relative;
  -webkit-box-shadow: -1px 0 3px rgba(50,50,50,0.4);
  -moz-box-shadow: -1px 0 3px rgba(50,50,50,0.4);
  box-shadow: -1px 0 3px rgba(50,50,50,0.4);
}
.category #main #about-weekly-feed h4:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: -3px;
  right: -1px;
  border-top: 18px solid rgba(255,255,255,0);
  border-bottom: 18px solid rgba(255,255,255,0);
  border-right: 5px solid #fff;
  -webkit-transform: rotate(0.05deg);
  -moz-transform: scale(1.1);
  -o-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
.category #main #category-digest {
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 2em;
}
.category #main #category-digest img {
  float: left;
  margin-right: 1em;
  margin-top: -0.35em;
}
.category #main #category-digest article img {
  margin-bottom: 2em;
}
.budget-hero #social-sharing {
  float: none;
}
.wrap {
  margin: 0 auto;
}
#inner-content {
  padding: 0 1em;
}
a,
a:visited {
  color: #c01f19;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #9f140e;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 0;
}
h3,
.h3 {
  font-size: 1.125em;
  margin: 0;
  padding: 0;
}
h4,
.h4 {
  line-height: 1.4em;
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header {
  background: #B80007;
  padding: 1.5em 1em 1.7em;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 20px 12px 24px 20px;
  height: 38px;
}
.header a,
.header a:visited {
  color: #fff;
  text-decoration: none;
}
#logo {
  max-width: 200px;
  margin-top: -13px;
  float: left;
}
#tagline {
  background: #f9f9f9;
  padding: .3em;
  color: #999;
  text-align: center;
}
#logged_in_widgets,
#logged_out_widgets {
  float: left;
  margin-top: 4px;
}
#logged_out_widgets {
  margin-left: 20px;
}
#logged_out_widgets a {
  padding: .4em .6em;
}
#logged_out_widgets a:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #c61f0c;
  -webkit-box-shadow: 0 0 12px rgba(50,50,50,0.02);
  -moz-box-shadow: 0 0 12px rgba(50,50,50,0.02);
  box-shadow: 0 0 12px rgba(50,50,50,0.02);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a#join-landing,
a:visited#join-landing,
.promo-join a,
.promo-join a:visited #signin_submit {
  background: #eee;
  color: #888;
  font-size: 13px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: .4em .8em;
  -webkit-text-shadow: 0 1px 0px #fff;
  -moz-text-shadow: 0 1px 0px #fff;
  text-shadow: 0 1px 0px #fff;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #ccc;
}
a:hover#join-landing {
  text-decoration: none;
  background: #f9f9f9;
  color: #666;
}
#profile {
  float: right;
}
#profilephoto {
  overflow: hidden;
  position: relative;
  float: left;
}
#profilephoto img {
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 32px;
  height: 32px;
}
#profilephoto img:hover {
  opacity: .9;
}
#profilephoto a,
#profilephoto a:visited {
  color: #fff;
  text-decoration: none;
}
#profilephoto-update a #edit-profilephoto {
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0px;
  left: 0px;
  font-size: 10px;
  padding: 0;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 2px;
  margin: 0;
  width: 46px;
}
#profilephoto-update a:hover #edit-profilephoto {
  background: #555;
}
ul#profilestatus {
  font: 13px/1.5 'Helvetica Neue', Arial, sans-serif;
  float: left;
  margin: 2px 0 0 15px;
}
ul#profilestatus li {
  list-style: none;
}
.partner-referral {
  padding: 7px 15px;
  background: #fff;
  color: #999;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
}
.partner-referral a,
.partner-referral a:visited {
  color: #666;
}
.partner-referral a:hover {
  color: #fff;
  text-decoration: none;
}
.partner-referral .partner a:hover {
  color: #444;
}
#primary-newsroom {
  clear: both;
  padding: 7px 15px;
  background: #f9f9f9;
  border-top: 1px solid #e3e3e3;
  margin: 10px -15px -7px -15px;
  text-align: center;
}
#primary-newsroom a,
#primary-newsroom a:visited {
  text-decoration: none;
}
ul.nav {
  float: left;
  margin: 3px 0 0 10px;
  width: 85%;
}
ul.nav li {
  list-style: none;
  float: left;
}
ul.nav li a,
ul.nav li a:visited {
  float: left;
  padding: 3px 7px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.nav li a:hover {
  background: #555;
}
ul.nav li.current a,
ul.nav li.current a:visited {
  border: 1px solid #d8d8d8;
  box-shadow: 0px 1px 2px #ddd;
  -moz-box-shadow: 0px 1px 2px #ddd;
  -webkit-box-shadow: 0px 1px 2px #ddd;
  color: #666;
  font-weight: bold;
  background-color: #fff !important;
  display: block;
}
.bold {
  font-weight: bold;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transform: translate3d(0,0,0);
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
#expand-mobile-search {
  clear: left;
}
.icon-bar {
  display: block !important;
  width: 22px !important;
  height: 3px !important;
  margin-top: 3px !important;
  background-color: whiteSmoke;
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
#nav-toggle,
#mobile-search-button {
  display: block;
  float: right;
  cursor: pointer;
  margin: -10px 6px 0 0;
  padding: 13px 17px 17px;
  background: rgba(0,0,0,0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#nav-toggle:active,
#mobile-search-button:active {
  background: rgba(0,0,0,0.15);
}
#mobile-search-button {
  cursor: pointer;
  padding: 13px 20px 14px;
}
#mobile-search-button:hover {
  color: #fff;
  text-decoration: none;
}
#mobile-search-button .icon-search {
  font-weight: bold !important;
}
.nav {
  clear: both;
}
#nav-mobile,
#searchform {
  background: #282222;
  margin-top: 47px;
  padding: 0 1em 0;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
#nav-mobile #logged_out_widgets,
#searchform #logged_out_widgets {
  padding-bottom: 1em;
}
#nav-mobile form,
#searchform form {
  padding-bottom: 1.5em;
}
#searchform.collapse {
  margin-top: 0;
  text-align: center;
}
#navmenu {
  clear: none;
  padding-bottom: 10px;
}
.menu ul li a {
  display: block;
  text-decoration: none;
  padding: .3em .6em;
  color: #fff;
  margin: 0 .2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.menu ul li a:hover,
.menu ul li a:focus {
  color: #fff;
  background-color: #c61f0c;
  -webkit-box-shadow: 0 0 12px rgba(50,50,50,0.02);
  -moz-box-shadow: 0 0 12px rgba(50,50,50,0.02);
  box-shadow: 0 0 12px rgba(50,50,50,0.02);
}
.menu ul li ul.sub-menu li a,
.menu ul li ul.children li a {
  border-left: 3px solid #890f02;
  color: #e18980;
  margin-left: 1.2em;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.menu ul li.budget-hero-menu-item {
  display: none;
}
.homepage {
  background: #f5f5f5 url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/back.jpg) repeat;
}
.homepage a,
.homepage a:visited {
  text-decoration: none;
}
#homesplash {
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  background: #3A3A3A url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/bg-sqfab.jpg) repeat;
  margin-top: -30px;
  color: #bbb;
  padding: 30px 0 40px;
  margin-bottom: 15px;
  margin-top: -30px;
}
#homesplash img {
  max-width: 100%;
}
#homesplash .eightcol {
  text-align: center;
}
#about-text {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
#about-text strong {
  color: #fff;
}
#source-count {
  font-size: 38px;
  margin-bottom: 0;
  margin-top: 0;
  display: none;
}
#newsroom-count {
  font-size: 25px;
  margin-top: 0;
  display: none;
}
#source-count span,
#newsroom-count span {
  color: #fff;
  font-weight: bold;
}
#become-a-source,
#become-a-journalist {
  color: #fff;
  padding: 8px 15px;
  border-radius: 2px;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 1em;
}
#become-a-source {
  margin-top: 0;
  background: #43b800;
}
#become-a-journalist {
  background: #0097cd;
}
#searchform {
  font-size: 13px;
  clear: both;
  margin-top: -6px;
}
#searchform form {
  display: inline-block;
  margin: 20px 0 0;
}
#searchform input[type=text] {
  font-family: Tahoma, Geneva, sans-serif;
  width: 60%;
  font-size: 13px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#searchform input[type=submit] {
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0 0 0 -6px;
}
#become-source {
  background: #444 url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/gray-back-texture.jpg) repeat;
  color: #ccc;
  padding: 1em;
  font-family: Helvetica, sans-serif;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
#become-source h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 21px;
}
#become-source a,
#become-source a:visited {
  color: #fff;
}
#become-source a#become-button,
#become-source a#become-button:visited {
  color: #fff;
  background: #c42823 url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/button-red-grad.jpg) repeat-x;
  border-top: 1px solid #e86b58;
  padding: .5em 1em;
  margin-right: .5em;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#become-source a#become-button:hover {
  background: #c42823;
}
#become-source a#login:hover {
  text-decoration: underline;
}
#become-source #count {
  color: #ccc;
}
#become-source #count strong {
  color: #fff;
}
#already-source {
  background: #f3f3f3;
  color: #777;
  padding: .5em 1em;
  margin-bottom: 2em;
  text-shadow: 0 1px 0 #fff;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#budget-hero {
  display: none;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  padding: 1em;
  margin-bottom: 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#budget-hero img {
  float: right;
  width: 90px;
  margin-left: 1em;
  border: 0;
}
#social-home {
  position: relative;
  padding: 1em .5em .5em 1em;
  background-color: #f9f9f9;
  background: url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/grad-top.png) repeat-x, url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/back-cross.png) repeat;
  margin-bottom: 2em;
  border: 1px solid #e9e9e9;
  border-top: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#queries {
  margin: 2em 0;
}
#queries ul {
  margin-left: .5em;
}
#queries li {
  margin-bottom: .7em;
  padding-bottom: .7em;
  padding-left: .3em;
  border-bottom: 1px solid #eee;
  list-style: none;
}
#queries h4 {
  display: inline;
}
#queries a,
#queries a:visited {
  font-weight: bold;
}
.more-link {
  font-size: 13px !important;
  font-weight: normal !important;
  color: #999 !important;
}
.more-link:hover {
  color: #666 !important;
  text-decoration: underline;
}
.partner-name {
  color: #999;
  font-size: 13px;
  font-family: sans-serif;
  display: inline;
}
#insight-slider {
  min-height: 242px !important;
}
#featured-insight {
  position: relative;
  margin: -3em 2em 2.5em 2em;
  -webkit-box-shadow: 0px -10px 20px rgba(50,50,50,0.2);
  -moz-box-shadow: 0px -10px 20px rgba(50,50,50,0.2);
  box-shadow: 0px -10px 20px rgba(50,50,50,0.2);
}
#featured-insight .blog-title {
  padding-left: 2.2em;
  -webkit-box-shadow: 0 0 3px rgba(50,50,50,0.6);
  -moz-box-shadow: 0 0 3px rgba(50,50,50,0.6);
  box-shadow: 0 0 3px rgba(50,50,50,0.6);
}
#featured-insight blockquote {
  font-size: 14px;
  font-style: italic;
  margin: 0.5em 1.5em 1em 1.5em;
  padding-bottom: .7em;
  border-bottom: 1px dashed #ddd;
}
#featured-insight a,
#featured-insight a:visited {
  font-weight: bold;
}
#featured-insight img {
  width: 50px;
  height: 50px;
  float: left;
  margin: -0.2em .7em 0 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#featured-insight .insight-meta {
  margin-left: 2em;
}
#featured-insight .content {
  padding-top: .7em;
}
#home-featured {
  border-top: 1px solid #eee;
  padding-top: 2em;
}
#home-featured img {
  max-width: 100%;
}
.home-featured-image {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(50,50,50,0.4);
  -moz-box-shadow: 0 0 5px rgba(50,50,50,0.4);
  box-shadow: 0 0 5px rgba(50,50,50,0.4);
}
.home-featured-image img {
  width: 100%;
}
.ribbon {
  font-size: 18px;
  color: #444;
  margin: -20px 0 0;
  height: 3em;
}
.ribbon span {
  position: absolute;
  background: #B80007;
  color: #fff;
  padding: .6em .8em .4em;
  -webkit-box-shadow: 0 0 3px rgba(50,50,50,0.5);
  -moz-box-shadow: 0 0 3px rgba(50,50,50,0.5);
  box-shadow: 0 0 3px rgba(50,50,50,0.5);
}
.ribbon span:before {
  content: '';
  position: absolute;
  margin-left: -18px;
  top: 0;
  border-top: 5px solid rgba(255,255,255,0);
  border-bottom: 0px solid rgba(255,255,255,0);
  border-right: 4px solid #250200;
  -webkit-transform: rotate(0.05deg);
  -moz-transform: scale(1.1);
  -o-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
#home-queries .fourcol:nth-child(3n+1) {
  margin-right: 0;
}
#home-queries .fourcol:nth-child(3n-1) {
  clear: left;
}
#home-pinfluence .threecol:nth-child(4n+1) {
  margin-right: 0;
}
.homepage {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.homepage .query {
  background: #fff;
  -webkit-box-shadow: 0px 0 6px rgba(50,50,50,0.25);
  -moz-box-shadow: 0px 0 6px rgba(50,50,50,0.25);
  box-shadow: 0px 0 6px rgba(50,50,50,0.25);
  margin-bottom: 2em;
}
.homepage .query img {
  float: left;
  max-height: 40px;
  margin-right: 0.75em;
  width: 40px;
  padding: 1.25em 0.5em 1em 1em;
}
.homepage .query .pub-date {
  font-size: 0.875em;
}
.homepage .query .newsroom-author {
  border-top: 1px solid #e0e0e0;
  padding: 0.75em 1em;
}
.homepage .query h4 {
  padding: 1em 1em 0.75em;
}
.homepage .query .short-intro {
  clear: left;
  padding: 0em 1em 0.5em;
  margin: 0;
  min-height: 8em;
  max-height: 8em;
  overflow: hidden;
  position: relative;
}
.homepage .query .short-intro:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5em;
  background: #f00;
  content: '';
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.homepage .query .responses {
  font-size: 0.875em;
  height: 2em;
  margin: 1em 0.5em 1em;
  float: right;
}
.homepage .query .responses i,
.homepage .query .responses strong {
  color: #fff;
}
.homepage .query .responses a {
  background: #B80007;
  color: #f9a6a9;
  padding: 6px 15px;
  margin: 0;
  border-radius: 20px;
}
.homepage .query .responses a:hover {
  color: #fff;
}
.homepage .pinfluence img {
  float: left;
  max-height: 40px;
  margin-right: 0.75em;
  width: 40px;
  padding: 0.25em 0.5em 1em 0.25em;
}
.homepage .pinfluence h4 {
  margin-bottom: 0.5em;
}
.homepage .pinfluence h4 span {
  display: block;
  margin-left: 0em;
  font-size: 0.675em;
  font-weight: 500;
}
.homepage .pinfluence .short-intro {
  max-height: 250px;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 1.5em;
}
.homepage .pinfluence .short-intro:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5em;
  background: #f00;
  content: '';
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
#home-partners {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.05);
  box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.05);
  padding: 2em 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #191919;
}
#home-partners h3 {
  font-weight: 100;
  margin-bottom: 0.5em;
  font-size: 36px;
  padding: 0 0.5em;
}
#home-partners img {
  margin: 1em 2em;
  max-height: 60px;
}
#home-partners .view-all {
  margin-top: 1em;
}
#threads-home {
  clear: both;
  background: #f6f6f6 url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/noise.jpg) repeat;
  padding: 1.6em 3em 2em;
  margin: 3em 0 2em;
  color: #777;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: sans-serif;
  font-size: 13px;
}
#threads-home h2 span#thread-tag {
  position: relative;
  display: inline-block;
  padding: .92em .7em .5em 7.8em;
  font-size: 14px;
  color: #999;
  text-shadow: 0 1px 0 #fff;
}
#threads-home a,
#threads-home a:visited {
  color: #999;
}
#threads-home ul {
  list-style: none;
  margin: .5em 0;
  padding: 0;
}
#threads-home li {
  border-bottom: 1px solid #eee;
  margin-left: 0;
  position: relative;
}
#threads-home li:first-child {
  border-top: 0;
}
#threads-home #threads-about a,
#threads-home #threads-about a:visited {
  background: #9e1c09;
  padding: .5em .8em;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#threads-home .threads-wrap {
  margin-bottom: 2em;
  -webkit-box-shadow: 0px 0 6px rgba(50,50,50,0.2);
  -moz-box-shadow: 0px 0 6px rgba(50,50,50,0.2);
  box-shadow: 0px 0 6px rgba(50,50,50,0.2);
}
#threads-home .threads-wrap:hover .thread-tag {
  visibility: visible;
}
#threads-home .thread-title {
  font-size: 16px;
  margin-bottom: 2px;
}
#threads-home .thread-title a,
#threads-home .thread-title a:visited {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: .4em .5em .3em;
  -webkit-box-shadow: 0px 0 7px rgba(50,50,50,0.7);
  -moz-box-shadow: 0px 0 7px rgba(50,50,50,0.7);
  box-shadow: 0px 0 7px rgba(50,50,50,0.7);
}
#threads-home .thread-title-tag {
  position: absolute;
  top: 1em;
}
#threads-home .threads-thumb {
  max-height: 160px;
  overflow: hidden;
  position: relative;
}
#threads-home .threads-thumb img {
  max-width: 100%;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
#threads-home .thread-tag {
  color: #fff;
  background: #b51200;
  background: rgba(181,18,0,0.7);
  text-shadow: none;
  padding: .5em .5em .5em 1.8em;
  margin: 0 -1em;
  font-size: 12px;
  visibility: hidden;
  width: 65%;
}
#threads-home .thread-info {
  background: #fff;
  color: #777;
  text-shadow: none;
  padding: 1.3em 1em .6em;
  margin-top: -16px;
  font-size: 13px;
  font-family: sans-serif;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#threads-home .thread-info p {
  margin: 0;
  padding: 0;
}
#threads-home .thread-item a,
#threads-home .thread-item a:visited {
  display: block;
  padding: .4em .7em;
}
#threads-home .thread-item a:hover {
  background: #f9f9f9;
  color: #555;
}
#threads-home li:last-child {
  border-bottom: none;
}
#b2b {
  padding: 2em;
  margin-top: 1em;
}
#b2b #partner-notes h4 {
  font-size: 15px;
}
#b2b #partner-notes h4 span {
  margin-left: 0.5em;
  font-size: 0.675em;
  font-weight: 500;
}
#b2b #partner-notes ul {
  margin-top: 0;
}
#b2b #partner-notes li {
  list-style: none;
  padding: 1em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
  min-height: 130px;
}
#b2b #partner-notes li:first-child {
  border-top: 0;
}
#b2b #partner-notes li:last-child {
  border-bottom: 0;
}
#b2b #partner-notes li a,
#b2b #partner-notes li a:visited {
  text-decoration: none;
}
#partner-content-wrap {
  background: #fff;
  padding: 6em 2em 2em;
  margin-top: 2em;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#partner-content a,
#partner-content a:visited {
  text-decoration: none;
}
#partner-content ul {
  margin-top: 3em;
}
#partner-content li {
  list-style: none;
}
#partner-content li:nth-child(4n) {
  margin-right: 0;
}
#partner-content li:nth-child(4n+1) {
  clear: both;
}
#partner-content h3 {
  margin: -3.4em 0 1.25em 0;
}
#partner-content h3 strong {
  font-size: 14px;
  color: #999;
}
#partner-content h4 {
  font-size: 16px;
  margin-bottom: 0;
}
#partner-content .view-all {
  padding: 1.5em 0 0.5em 0;
  clear: both;
}
#partner-content .view-all a,
#partner-content .view-all a:visited {
  font-weight: bold;
  padding: .5em .8em;
  text-decoration: none;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#partner-content .view-all a:hover,
#partner-content .view-all a:visited:hover {
  text-decoration: underline;
}
#partner-content .meta {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
#partner-content .excerpt {
  padding: 0.75em 0;
  color: #777;
}
#partner-content .crop {
  width: 100%;
  height: 160px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 5px rgba(50,50,50,0.3);
  -moz-box-shadow: 0 0 5px rgba(50,50,50,0.3);
  box-shadow: 0 0 5px rgba(50,50,50,0.3);
}
#partner-content .crop img {
  width: 100%;
}
#partner-content .partner-name {
  display: block;
  margin: .3em 0 .5em -0.4em;
  font-size: 12px;
}
#partner-content .partner-name span {
  position: relative;
  background: #b31c00;
  color: #fff;
  padding: .3em 1em .3em .5em;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#partner-content .partner-name span:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: -2px;
  right: -1px;
  border-top: 12px solid rgba(255,255,255,0);
  border-bottom: 12px solid rgba(255,255,255,0);
  border-right: 5px solid #fff;
  -webkit-transform: rotate(0.05deg);
  -moz-transform: scale(1.1);
  -o-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
#hero {
  position: relative;
}
#hero h2 {
  margin-bottom: .2em;
  font-size: 12px;
}
#hero h2 a,
#hero h2 a:visited {
  padding: 4px 0;
  line-height: 1.4;
}
#hero a,
#hero a:visited {
  color: #fff;
}
#hero #hero-super {
  margin-bottom: .3em;
}
#hero #hero-super span {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px 0;
  color: #666;
  text-transform: uppercase;
  background: rgba(255,255,0,0.9);
  box-shadow: 10px 0 0 rgba(255,255,0,0.9), -10px 0 0 rgba(255,255,0,0.9);
}
#hero #hero-share {
  margin: 20px 0 0 -5px;
  display: none;
}
#hero #hero-share a,
#hero #hero-share a:visited {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  background: #c42823 url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/button-red-grad.jpg) repeat-x;
  border-top: 1px solid #e86b58;
  padding: 7px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#hero #hero-share a:hover {
  background: #C42823;
}
#hero #hero-credit {
  display: none;
  color: #777;
  font-size: 12px;
  font-family: sans-serif;
  margin-top: 20px;
}
#hero-image {
  max-height: 400px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#hero-image img {
  max-width: 100%;
}
#hero-text {
  position: absolute;
  top: 0;
  margin-left: 30px;
  padding: 18px 30px 26px 30px;
  background: #282828;
  background: rgba(0,0,0,0.8);
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.hero-title-right {
  right: 0;
  margin-right: 30px;
}
#hero-excerpt {
  display: none;
}
.meta {
  margin: 0 0 .5em 0;
  color: #999;
}
.meta a,
.meta a:visited {
  text-decoration: none;
  font-weight: bold;
}
.single .meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.single .meta .authors {
  margin: .7em 3em .7em 0;
}
time {
  color: #999;
}
.blog-title {
  background: #444 url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/gray-back-texture.jpg) repeat;
  color: #fff;
  padding: .6em 1em;
  font-size: 13px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.blog-title a,
.blog-title a:visited {
  color: #fff;
}
#content {
  padding: 1em 0 0 0;
}
#content #author-about {
  background: #f9f9f9;
  padding: 1.3em 1.3em .8em 1.3em;
  margin: .3em 0;
  border: 1px solid #eee;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#content #author-about a,
#content #author-about a:visited {
  text-decoration: none;
}
#content #author-about a:hover {
  text-decoration: underline;
}
#content #author-about img {
  background: #fff;
  padding: 6px;
}
#content #author-about strong {
  display: block;
  padding-top: .3em;
  font-family: sans-serif;
}
#content #author-avatar {
  float: left;
}
#content #author-desc {
  margin: .8em 0;
  color: #999;
}
#content #author-desc p {
  margin-top: .3em;
}
#content #author-rss {
  margin-left: 1em;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  padding: .5em 0 0 1.2em;
  background: url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/icons/feed-icon-14x14.png) no-repeat 0 .55em;
}
#content .author-posts {
  border-bottom: 1px solid #eee;
  padding: 0 0 .5em 0;
  margin-bottom: 1em;
}
#content #dateline {
  float: left;
  display: inline;
  padding: 1em .3em 0 0;
  color: #999;
  text-transform: uppercase;
}
#content #recent {
  color: #666;
  text-shadow: 0 1px 0 #fff;
}
#content #recent .avatar {
  width: 30px;
  height: 30px;
  float: left;
  padding: 0;
  border: 0;
  margin: .9em .4em 0 .3em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#content #recent .meta {
  padding: 0 0 .2em 0;
}
#content #recent #featured-recent {
  margin-top: -1.3em;
}
#content #recent #featured-recent time {
  display: inline-block;
  box-shadow: rgba(0,0,0,0.2) 0 -3px 4px;
  background: #fff;
  padding: .5em .7em .3em .7em;
  margin-left: -0.7em;
}
#content #recent article {
  padding: .7em .3em;
  margin: 0 .7em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
#content #recent article:first-of-type {
  border-top: 0;
  padding-top: 0;
}
#content #recent .recent-thumb {
  max-height: 180px;
  overflow: hidden;
  margin: 0 -1em .5em -1em;
}
#content #recent .recent-thumb img {
  max-width: 100%;
}
#content #subhed {
  font-style: italic;
  color: #999;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  margin-bottom: .9em;
}
#content .single-title {
  margin-bottom: .5em;
}
#content .post li {
  margin: 0 0 0 2em;
}
#content .post .flexslider .slides li {
  margin: 0;
}
#content .page li {
  margin: 0 0 0 2em;
}
#content .post-content h3 {
  margin-top: 2em;
}
#content .post-content a,
#content .post-content a:visited {
  font-weight: bold;
}
#content .post-content blockquote {
  font-size: 20px;
  font-style: italic;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin: 1.5em 1em;
}
#content .post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
#content .post-content img {
  max-width: 100%;
}
#content .post-content img[class*="align"],
#content .post-content img[class*="wp-image-"] {
  height: auto;
}
#content .post-content img.size-full {
  max-width: 97.5%;
  width: auto;
}
#content .post-content .wp-caption {
  max-width: 93.5%;
}
#content .post-content .featured-image {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 0 10px;
  float: right;
  width: 55%;
  margin: 1em 0 1em 2.5em;
}
#content .post-content .featured-image img {
  margin: 0;
}
#content .post-content .featured-caption {
  color: #777;
  font-family: sans-serif;
  font-size: 12px;
  margin: .5em;
}
#content .post-content video,
#content .post-content object {
  max-width: 100%;
}
#content .post-content pre,
#content .post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
#content .post-content aside {
  background: #f9f9f9;
  padding: 1em;
  width: 35%;
  font-size: 14px;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#content .post-content aside p {
  margin: 1em 0 0;
  padding: 0;
}
#content .post-content aside img {
  max-width: 100%;
}
#content #threads {
  background: #f9f9f9;
  border-left: 1px solid #e0e0e0;
}
#content #threads:hover .current a .thread-post-title {
  color: #fff !important;
}
#content #threads:hover .thread-item.current::before {
  background: none;
}
#content #threads .thread {
  margin-top: 0;
  margin-bottom: 0;
}
#content #threads li:last-child {
  border-bottom: 0;
}
#content #threads .thread-info {
  background: #fff;
  padding: 0.5em 0 0.75em 0.875em;
  box-shadow: inset 3px -2px 2px rgba(180,180,180,0.25);
  overflow-x: hidden;
  border-bottom: 3px double #ccc;
  font-size: 0.875em;
}
#content #threads .thread-info #thread-flag {
  color: #B31A15;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  display: block;
}
#content #threads .thread-info:hover a {
  text-decoration: none;
}
#content #threads .thread-info:hover a h4 {
  color: #B31A15;
}
#content #threads .thread-info .thread-title a {
  color: #999;
}
#content #threads .thread-info h4 {
  color: #333;
  font-size: 1.5em;
}
#content #threads .thread-info p {
  color: #333;
  margin: 0 0 -1px;
  font-weight: normal;
}
#content #threads #see-more:hover::before {
  background: none !important;
}
#content #threads .thread-item {
  background: url(https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/grad-thread.png) repeat-y left;
  line-height: 18px;
  position: relative;
  padding: 1em 0.75em 1em;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#content #threads .thread-item:first-child {
  border-top: 0;
}
#content #threads .thread-item .thread-post-title {
  color: #333;
  display: block;
  padding: 0.33em 0;
  font-family: sans-serif;
}
#content #threads .thread-item .thread-post-date {
  display: block;
  font-size: 0.625em;
  margin-top: -0.5em;
  font-family: sans-serif;
  text-transform: uppercase;
}
#content #threads .thread-item .thread-post-excerpt {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}
#content #threads .thread-item::before {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
}
#content #threads .thread-item:hover {
  background: #f6f6f6;
}
#content #threads .thread-item:hover::before {
  background: url('https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/triw.png') !important;
  left: -1px;
  top: 2.275em;
}
#content #threads .thread-item:hover a {
  text-decoration: none;
}
#content #threads .thread-item:hover a .thread-post-title {
  color: #B31A15;
}
#content #threads .thread-item.current {
  border-top: 0;
  text-shadow: none;
  background: #B31A15;
  color: white;
}
#content #threads .thread-item.current a {
  color: #fff;
}
#content #threads .thread-item.current::before {
  background: url('https://www.publicinsightnetwork.org/wp-content/themes/pin/library/less/../images/triw.png');
  left: -1px;
  top: 2.275em;
}
#content #threads .thread-item.current img {
  display: none;
}
#content #threads .thread-item.current .thread-post-title {
  color: #fff;
}
#content #threads .thread-item.current .thread-post-excerpt {
  color: #eee;
}
#content #threads .thread-item img {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  float: right;
  margin-left: 1em;
  width: 50px;
}
#content .teaser-image {
  max-width: 130px;
  margin: -0.4em 1em .5em 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 7px;
}
#content .wp-caption {
  background: #f9f9f9;
  color: #777;
  border: 1px solid #e3e3e3;
  padding: 10px;
}
#content .wp-caption img {
  margin: 0;
  width: 100%;
}
#content .wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 4px 0 0 0;
  font-family: Helvetica, sans-serif;
}
#content .wp-caption#alignleft {
  margin: 0 2em 1em 0;
}
#content .wp-caption#alignright {
  margin: 0 0 1em 2em;
}
.threads-page article {
  margin: 1.5em 0 2em;
}
.threads-page article h4 {
  margin-bottom: .5em;
}
.threads-page article p {
  margin: 0;
}
.threads-page .thread-post-date {
  display: block;
  font-family: sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
}
#partners-archive #partner-logos {
  text-align: center;
}
#partners-archive #partner-logos .partner-logo {
  float: left;
  padding: 0.5em 1em;
}
#partners-archive #partner-logos .partner-logo img {
  height: 40px;
  width: inherit;
}
#social-sharing {
  margin-bottom: 1em;
}
.fb-like,
.twitter-share-button,
#plusone {
  float: left;
}
.fb-like iframe {
  max-width: none;
}
.fb-like span {
  width: 130px !important;
}
#plusone {
  margin-left: 20px;
}
#twit-face-rss {
  margin-left: 1.5em;
  list-style: none;
}
#twit-face-rss li {
  float: left;
}
#twit-face-rss li:first-of-type {
  margin-right: .3em;
}
.post-template-post-full-php #social-sharing {
  float: none;
  margin-left: 36%;
  margin-bottom: 1em;
}
.post-template-post-full-php h1 {
  text-align: center;
}
.post-template-post-full-php #subhed {
  text-align: center;
  padding-top: .3em;
}
.post-template-post-full-php .meta {
  text-align: center;
  margin-bottom: 2em;
}
.post-template-post-full-php .post-content {
  padding: 0 1.5em;
}
.tags-title {
  background: #f9f9f9;
  padding: .3em .7em;
  color: #999;
}
.tags {
  font-size: 13px;
}
.tags a,
.tags a:visited {
  background: #99cccc;
  color: #fff;
  padding: .3em .7em;
  text-decoration: none;
}
.tags a:hover {
  background: #addbdb;
}
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  border: 1px solid #cecece;
  line-height: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.sidebar {
  float: right;
  clear: right;
}
.sidebar a,
.sidebar a:visited {
  text-decoration: none;
  font-weight: bold;
}
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar li {
  border-bottom: 1px solid #eee;
  padding: 1em 0;
}
.sidebar #searchform {
  margin-top: 1em;
}
.sidebar .widget {
  border-top: 5px solid #eee;
}
.sidebar .widget .single-title {
  font-family: sans-serif;
}
.sidebar .widget h4 {
  padding-top: 1em;
}
#sidebar1 {
  margin-top: 1em;
}
.footer {
  clear: both;
  background: #222;
  padding: 0.5em;
  color: #777;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  text-shadow: 0 -1px 0 #222;
}
.footer a,
.footer a:visited {
  color: #ccc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#menu-posts-threads ul li:nth-child(3n) {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#content dl.api {
  margin-bottom: 30px;
}
#content dl.api dt {
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}
#content dl.api dd {
  margin: 2px 0 2px 40px;
  padding: 5px 0;
}
#content div.syntaxhighlighter code {
  background: none;
  border: none;
  padding: none;
  font-size: 90%;
}
#content pre.api-code {
  background: #fff;
  font-size: 90%;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
#content pre.api-example {
  background: #fff;
  font-size: 90%;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
