.boxzilla-28165 a:link {
    color: #fb0;
    text-decoration: none !important;
}

.boxzilla-28165 a:visited {
    color: #fb0;
    text-decoration: none !important;
}

.boxzilla-28165 a:hover {
    color: #fb0;
    text-decoration: none !important;
}

.boxzilla-28165 a:active {
    color: #fb0;
    text-decoration: none !important;
}


.undark-caption a:hover {
  font-size: .75rem !important;
}

/* Enter Your Custom CSS Here */

/* Gives us flexibility to adjust title size on the top-most box on homepage */

/* Homepage headline and subtitle specs */
/*
body.home #front-page-container #home-top .hero-content .undark-caption, body.home #front-page-container #home-top .hero-content .wp-caption .wp-caption-text, .wp-caption body.home #front-page-container #home-top .hero-content .wp-caption-text {
    color: white;
    opacity: 0
}*/


/*
Added 2/21/17 by Max

Adjust visual attribution color in hero excerpt - will have this in theme CSS when new archive styles go up
*/
/*
@media only screen and (min-width: 64.063em) {
	#section-description h1 {
   		 margin-left: 8.3333333333%;
  }
}
*/

body.home #front-page-container #home-middle>section:not(.hide-break):after {
	margin-left: 50%;
	margin-top: 1em;
	content: "....";
	font-size: 1.5em;
	color: #fb0;
	background: none;
	display: block;
}

/* unvisited link */

p.inset {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em !important;
	line-height: 1.3em !important;
	border-style: solid;
	border-width: 4px 0px 1px 0px;
	background-color: #ffedbd;
	padding: 5%;
}

p.inset a:link {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em !important;
}

p.inset a:visited {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em !important;
}

p.inset a:hover {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em !important;
}

p.inset a:active {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em !important;
}



.table-about {
	border: 0px;
	width: 50%;
	padding: 0px;
}

.table-about th, td {
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.article-template-dark-photos .entry-content.single-entry-content p a:link {
	color: #ccc;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

.article-template-dark-photos .entry-content.single-entry-content p a:visited {
	color: #ccc;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

.article-template-dark-photos .entry-content.single-entry-content p a:hover {
	color: #fff;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

.article-template-dark-photos .entry-content.single-entry-content p a:active {
	color: #ccc;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

p a:link {
	color: #000000;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

/* visited link */

p a:visited {
	color: #000000;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

/* mouse over link */

p a:hover {
	color: #997000;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
	font-family: inherit !important;
	font-size: 1.0rem !important;
}

/* selected link */

p a:active {
	color: #000000;
	text-decoration: none !important;
	font-weight: 300;
	border-bottom: 1px solid #fb0;
}

/* Partners Sidebar */

.partners a:link {
	color: #000000;
	text-decoration: none !important;
}

/* visited link */

.partners a:visited {
	color: #000000;
	text-decoration: none !important;
}

/* mouse over link */

.partners a:hover {
	color: #997000;
	text-decoration: none !important;
}

/* selected link */

.partners a:active {
	color: #000000;
	text-decoration: none !important;
}

/* Dropdown Menu */

@media only screen and (min-width: 40.063em) {
	.top-bar-section .dropdown {
		left: 0;
		background: rgba(0,0,0,0.7);
		background-image: initial;
		background-position-x: initial;
		background-position-y: initial;
		background-size: initial;
		background-repeat-x: initial;
		background-repeat-y: initial;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: rgba(0,0,0,0.7);
		min-width: 100%;
		top: auto;
	}
}

.top-bar-section .dropdown {
	left:60%;
}

/* Homepage Tile Adjustments */

.hero-content .byline-terms {
	color: inherit;
}

body.home #front-page-container #home-middle article .textwrap {
	line-height: 1.1em;
}

body.home #front-page-container #home-middle article .textwrap h4 {
	margin-bottom: 7px;
	line-height: 1.3rem;
	opacity: 1;
	font-weight: 500;
	font-size: medium;
}

body.home #front-page-container #home-middle article .textwrap span, body.home #front-page-container #home-middle article .textwrap time {
	font-size: 0.8rem;
	line-height: 0.8rem;
}

/* I have no idea what I did this for */

#post-table {
	width: 100%;
	border: 0px;
}

#post-table .c1 {
	text-align: left;
	width: 50%;
	font-size: smaller;
	background-color: #f7f7f7;
}

#post-table .c2 {
	text-align: left;
	width:50%;
	font-size: smaller;
	background-color: #f7f7f7;
}

#post-table td, th {
	padding: 20px;
	vertical-align: top;
	border-right: 10px solid white;
}

#post-table a:link {
	color:#5C6670;
	text-decoration: underline;
}

#post-table a:visited {
	color:#5C6670;
	text-decoration: underline;
}

#post-table a:hover {
	color:#fb0;
}

#post-table a:active {
	color:#5C6670;
	text-decoration: underline;
}



/* Multipart series navigator (See: Wear &amp; Tear series) */

.article-template-dark-photos .dark-photo-table table {
	background-color: #1a1919;
	padding-top: 0px;
	margin-top: 0px;
	border: 0px solid #1a1919;
	line-height:1.0rem;
	font-family: Georgia;
}

.dark-photo-table td {
	line-height:1.0rem;
	font-family: Georgia;
	background-color: #1a1919;
}

dark-photo-table-two {
	background-color: #1a1919;
	padding-top: 0px;
	margin-top: 0px;
	border: 0px solid #1a1919;
	line-height:1.2rem;
	font-family: Georgia;
}

.dark-photo-table-two td {
	line-height:1.2rem;
	font-family: Georgia;
	background-color: #1a1919;
}




/* I don't know what this was for */
.article-template-dark-photos .dark-caption  {
	font-size: 0.6rem;
	color: #fb0;
	font-weight: 400;
	margin-left: 3%;
}

.article-template-dark-photos .dark-caption a:link   {
	font-size: 0.6rem;
	color: #fb0;
	font-weight: 400;
	margin-left: 3%;
}

.article-template-dark-photos .dark-caption a:hover  {
	font-size: 0.6rem;
	color: #fb0;
	font-weight: 400;
	margin-left: 3%;
}

.article-template-dark-photos .dark-caption a:visited   {
	font-size: 0.6rem;
	color: #fb0;
	font-weight: 400;
	margin-left: 3%;
}

.article-template-dark-photos .dark-caption a:active  {
	font-size: 0.6rem;
	color: #fff;
	font-weight: 400;
	margin-left: 3%;
}





/* Tweaking Homepage Hero */

body.home #front-page-container #home-top .hero-title h1 {
	font-size: 200%;
	padding-left: 10%;
	padding-right: 10%;
}

body.home #front-page-container #home-top .hero-title h1, body.home #front-page-container #home-top .hero-title h3 {
	letter-spacing: 0px;
}

body.home #front-page-container #home-top .hero-title {
	padding: 35vh 12% 55vh;
}

body.home #front-page-container #home-top .hero-title h3 {
	padding-left: 20%;
	padding-right: 20%;
}

body.home #front-page-container #home-top .hero-title .vignette {
	content: url("https://undark.org/wp-content/uploads/sites/2/2017/12/dotter.png");
	width: 20px;
	display: block;
	margin: 20px auto 20px auto;
	clear: both;
	background-image: none;
	height: auto;
	border:none;
}

/*
body.home #front-page-container #home-top .hero-title .vignette {
    content: none;
    width: 0px;
    display: block;
    margin: auto;
    clear: both;
    background-image: none;
    height: auto;
    border:none;
} */

.byline-front {
	font-size: 70%;
	font-weight: 100;
}


.arrow-down-front {
	color: #fff;
	margin-top: 20px;
	animation: pulse 2s 6;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: 6;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	opacity: 1.0
}

@keyframes pulse {
	0%  {opacity: 0.9;}
	10% {opacity: 0.8;}
	20% {opacity: 0.7;}
	30% {opacity: 0.6;}
	40% {opacity: 0.5;}
	50% {opacity: 0.4;}
	60% {opacity: 0.5;}
	70% {opacity: 0.6;}
	80% {opacity: 0.7;}
	90% {opacity: 0.8;}
	100% {opacity: 0.9;}
}

@-webkit-keyframes pulsate {
	0%  {opacity: 0.9;}
	10% {opacity: 0.8;}
	20% {opacity: 0.7;}
	30% {opacity: 0.6;}
	40% {opacity: 0.5;}
	50% {opacity: 0.4;}
	60% {opacity: 0.5;}
	70% {opacity: 0.6;}
	80% {opacity: 0.7;}
	90% {opacity: 0.8;}
	100% {opacity: 0.9;}
}




/* More Homepage Gallery Tweaks, including the "undark glow" effect on hover */

body.home #front-page-container #home-middle article .textwrap {
	opacity:.8;

}

body.home #front-page-container #home-middle article .textwrap a:hover {
	opacity:1;
}

body.home #front-page-container #home-middle article .post-thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(to bottom,rgba(51,62,72,.6),#000000);
	background-image: -o-linear-gradient(to bottom,rgba(51,62,72,.6),#000000);
	background-image: -moz-linear-gradient(to bottom,rgba(51,62,72,.6),#000000);
	background-image: linear-gradient(to bottom,rgba(51,62,72,.5),#000000);
	opacity: .7;
}

body.home #front-page-container #home-middle article a:hover .post-thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(to bottom,rgba(51,62,72,.6),#b28200);
	background-image: -o-linear-gradient(to bottom,rgba(51,62,72,.6),#b28200);
	background-image: -moz-linear-gradient(to bottom,rgba(51,62,72,.6),#b28200);
	background-image: linear-gradient(to bottom,rgba(51,62,72,.5),#b28200);
	opacity: .9;
}





/* Dark photo template tweaks */

.article-template-dark-photos .entry-content.single-entry-content *:not(a) {
	color: #ccc;
}

.article-template-dark-photos .undark-caption .article-template-dark-photos .wp-caption .wp-caption-text, .wp-caption .article-template-dark-photos .wp-caption-text {
	color: #ccc;
}

.undark-image-slide .slick-slide .slick-current .slick-active .slick-center {
	padding-bottom: 10px;
}

.article-template-dark-photos .single-entry-header .entry-title {
	color: #ccc;
}





/* Article headline */

h1.entry-title {
	font-size: 1.7rem;
}




/* Boxzilla specs */

.boxzilla-28165 .boxzilla-close-icon {
	right: 25px;
	top: 20px;
	color: #fff;
	font-size: 140%;
	font-weight: 400;
}

.boxzilla-31284 .boxzilla-close-icon {
	right: 15px;
	top: 15px;
	color: #fff;
	font-size: 120%;
	font-weight: 400;
}

#boxzilla-31284  {
	border-radius: 0px 0px 0px 0px;
	border-style: solid none none none;
	border-width: 20px;
	border-color: #fb0;
	opacity: 0.8;
	box-shadow: 2px 2px 4px #000000;
	padding-top: 4px;
}

.boxzilla-28165 {
	width: 250px;
	border-radius: 10px 0px 0px 0px;
	border-style: solid none none none;
	border-width: 20px;
	border-color: #fb0;
	opacity: 0.9;
}

.boxzilla-28165 p {
	color: #fff;
	font-size: 90%;
}

.boxzilla-31284 p {
	color: #fff;
	font-size: 95%;
	line-height: 1.3;
}

.boxzilla-31284 a:link {
	color: #fb0;
	font-size: 95%;
}

.boxzilla-31284 a:visited {
	color: #fb0;
	font-size: 95%;
}

.boxzilla-31284 a:hover {
	color: #fb0;
	text-decoration: none;
	font-size: 95%;
}

.boxzilla-28165 a:active {
	color: #fb0;
	font-size: 90% !important;
	text-decoration: none;
}

.boxzilla-28165 a:link {
	color: #fb0;
	font-size: 90% !important;
	text-decoration: none;
}

.boxzilla-28165 a:visited {
	color: #fb0;
	font-size: 90% !important;
	text-decoration: none;
}

.boxzilla-28165 a:hover {
	color: #fb0;
	text-decoration: none;
	font-size: 90% !important;
}


/* Separator used throughouth articles

.hr-separator {
  border: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  height: 1px;
  margin-left: 40%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 25%;
}
 */

.hr-separator {
	background: url('https://undark.org/wp-content/uploads/sites/2/2017/09/dots.png') no-repeat top center;
	background-size: contain;
	display: block;
	height: 18px;
	border: 0;
	position: relative;
}

.hr-separator-dark {
	background: url('https://undark.org/wp-content/uploads/sites/2/2017/09/dkdot.png') no-repeat top center;
	background-size: contain;
	display: block;
	height: 18px;
	border: 0;
	position: relative;
}


/* Translation side-by-side (see Cerrado) */

.table-poem {
	border-collapse: collapse;
	border: none;

}

.tr-poem {
	border: none;
}

.td-poem {
	font-size: 100%;
	line-height: 1.2em;
	border-left: solid 1px #fb0;
	border-right: solid 1px #fb0;
}

.td-poem-right {
	font-size: 100%;
	line-height: 1.3em;
	border-right: solid 1px #fff;

}



/*
.hero-title h3 {
  padding-left: 15%;
  padding-right: 15%;
}

.hero-title {
  padding: 40vh 10% 50vh;

*/




body.home #front-page-container #home-middle {
	background-color: #fff;
}

body.home #front-page-container #home-middle header a {
	color: #fb0;
	font-size: 130%;
}

.nowrap {
	white-space: normal;
}

.lb-caption {
	font-family: Georgia, Serif;
	font-size: 70%;
	font-weight: 200;
}

.lb-caption p {
	padding-left: 4px;
}

.show-on-reveal.reveal-photo-credit em {
	font-size: 10px;
}

.correction-notice a {
	font-family: helvetica, sans-serif;
	font-weight: 600;
	font-size:.8em;
}

h3.entry-title {
	font-style: italic;
	font-size: 100%;
	line-height: 1.4;
	letter-spacing:0.0rem;
}

.cs-gallery tr:nth-child(even) {
	background-color: #ffffff;
}

[data-vimeo-id] .play-video {
	border: 4px solid #ffffff;
}

[data-vimeo-id] .play-video:before {
	border-left: 30px solid #ffffff;
}

.header-scrolled {
	-moz-box-shadow: 0px 5px 20px rgba(21, 21, 21, 0.47);
	-webkit-box-shadow: 0px 5px 20px rgba(21, 21, 21, 0.47);
	box-shadow: 0px 5px 20px rgba(21, 21, 21, 0.47);
}

.single-cross-section-header {
	padding-top:20px;
}

.floating-menu  {
	font-family: sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	background: #7c848c;
	vertical-align: middle;
	display: inline;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 0;
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 48px;
	left: 0%;
	margin: auto;
	text-align: center;
}


.floating-menu a  {
	margin: auto;
	vertical-align: middle;
	color: #f1f1f1;
	padding-right: 2%;
	text-decoration: none;
}

.floating-menu a:hover {
	color: #fb0;
	line-height: 20px;
	text-decoration: none;
}

@media screen and (max-width: 769px) {
	.floating-menu {
		display: none;
	}
}

.single-entry-header .entry-title {
	letter-spacing:0rem;
}

masthead, th, td  {
	border: 0px 0px 0px 0px;
}

/* Crucial: Aligns Section Title with section description in header (see Cross Sections, Case Studies, Figures, Variables) */
.spacer {
	line-height:1.0;
}

.spacer-dropcap {
	line-height:0.5;
	color:white;
}

/*To indent a paragraph */
.indenter {
	padding-left: 5%;
	line-height: 1.5em;
	padding-top: 1em;
}

/* Allows presentation of single Tweet, including picture */
.tweeter {
	max-width: 100%;
	height: auto;
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;
	color: #00aced;
}

/* Adds Twitter color scheme for links */
.tweeter a {
	color: #465870;
}

/* Very necessary styling for inline image specific to our recurring feature "What I left Out." Please see example here: http://undark.org/article/did-solzhenitsyn-cure-his-own-testicular-cancer/ */

.wilo a:link {
	font-family: helvetica, sans-serif;
	color: #fb0;
    font-size: 0.75rem;
	line-height: 1.0rem;
}

.wilo a:visited {
	font-family: helvetica, sans-serif;
	color: #fb0;
  	font-size: 0.75rem;
	line-height: 1.0rem;
}

.wilo a:hover {
	font-family: helvetica, sans-serif !important;
	color: #fb0 !important;
  	font-size: 0.75rem !important;
    line-height: 1.0rem !important;
}

.wilo a:active {
	font-family: helvetica, sans-serif;
	color: #fb0;
  	font-size: 0.75rem;
	line-height: 1.0rem;
}

    

/* To allow linking in a non-shortcode caption (like with our WILO and Excerpt features */
.caption-link a {
	font-size: inherit;
	color: #fb0;
	font-family: georgia, serif;
	line-height: 1.0rem;
}

/* For pull-quotes and other teasers in Cross Sections posts */
.cs-pullquote {
	float: left;
	width: 30%;
	font-size: 3.5vmin;
	color: #2D3B50;
	font-family: georgia, serif;
	line-height: 4vmin;
	font-style: oblique;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.cs-pullquote a {
	color: #465870;
}

.cs-pullquote a:hover {
	color: #fb0;
}

/* All Articles (but not Posts) use Dropcaps now. See here for how: http://undark.org/article/did-solzhenitsyn-cure-his-own-testicular-cancer/ */
.dropcap {
	float: left;
	color: #fb0;
	font-size: 95px;
	line-height: 75px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 3px;
	font-family: Georgia;
}

.article-template-dark-photos .entry-content.single-entry-content *:not(a) .dropcap-dark {
	float: left;
	color: #fff;
	font-size: 95px;
	line-height: 75px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 3px;
	font-family: Georgia;
}

/* Allows us to insert a single image the same width as the text column in an Article. See here for example: http://undark.org/article/collaboration-and-tribalism-in-science/ */
.image-article-single  {
	max-width: 100%;
	height: auto;
	text-align: left;
	font-size:0.7rem;
	color: #000000;
	text-align:left;
	line-height:1.0rem;
	font-weight:300;
	margin-bottom: 17px;
	page-break-inside: avoid;
}

.image-article-single a {
	color: #465870
}


.infogram-embed {
	width:50%;
	height: auto;
	float: right;
}

.mid-res-inset {
	max-width: 50%;
	height: auto;
	float: right;
	text-align: left;
	font-size:0.7rem;
	color: #323232;
	line-height:1.0rem;
	font-weight:400;
	page-break-inside: avoid;
	margin-left: 20px;
}

.low-res-inset {
	max-width: 30%;
	height: auto;
	float: right;
	text-align: left;
	font-size:0.7rem;
	color: #323232;
	text-align:left;
	line-height:1.0rem;
	font-weight:400;
	page-break-inside: avoid;
	margin-left: 20px;
	margin-bottom: 20px;
}

.multipart-inset {
	max-width: 30%;
	height: auto;
	float: right;
	text-align: left;
	font-size:0.9rem;
	color: #fb0;
	line-height:1.0rem;
	font-weight:700;
	page-break-inside: avoid;
	margin-left: 20px;
	margin-bottom: 20px;
}

.column-inset {
	max-width: 40%;
	height: auto;
	float: right;
	text-align: left;
	font-size:0.7rem;
	color: #323232;
	text-align:left;
	line-height:1.0rem;
	font-weight:400;
	page-break-inside: avoid;
	margin-left: 20px;
	margin-bottom: 20px;
}

#vid-caption {
	padding-left:17px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-inset {
	max-width: 100%;
	height: auto;
	text-align: left;
	font-size:0.7rem;
	color: #323232;
	text-align:left;
	line-height:1.0rem;
	font-weight:400;
	page-break-inside: avoid;
	margin-left: 20px;
}

/* Applies to our "join the dicsussion" image-inset for articles. See exmple here: http://undark.org/article/climate-science-climate-activism-converge/ */

.image-discuss {
	max-width: 50%;
	height: auto;
	float: right;
}


/* We want the comments to appear in a sans-serif font style and smaller size than other content, to signal clearly that it is READER-GENERATED content on our site, and not coming from us. The following addresses this desire and reapplies some lost styling to sidebar text.*/

.sidebar-comment {
	padding-top: 20px;
}

.sidebar-commentform {
	padding-top: 20px;
}

.sidebar-comment p {
	font-family: Helvetica, sans-serif;
	font-style: italic;
}

ol.comment-list p {
	font-family: helvetica, sans-serif;
}

#undark-sidebar .link-primary {
	font-style: normal;
}

.tag-list a {
	color: #fb0;
}


/* I don't remember what this is, but I'm sure it's awesome.
.featured-post-thumbnail {
  display:initial;
}
 */


/* This had two purposes: To give the blog excerpt boxes on index page the same presence as Article exerpts, but ALSO: to try to make items of slightly different sizes actually square up on index/archive pages. With this in place, it doesn't matter if the excerpts in a single row on an archive page are differnt lengths: They all take up the same space. See Variables: http://undark.org/group/variables/
#category-posts .undark-post.post-type-post .entry-content {
  min-height: 500px;
  max-height: 500px;
}

#category-posts .post-type-undark_article .entry-content {
  max-height: 500px;
  min-height: 500px;
}
*/

/* We don't want the dots separator on the index/archive pages */
#category-posts .dots-separator {
	visibility: hidden;
}

#category-posts .post-archive-excerpt {
	display: inline;
}

/* We prefer this size */
label {
	font-size:0.7rem;
}

/* This styles the bylines added on the fly so that they look the same as the User bylines */
.byline-terms {
	color:#fB0;
}

/* We had a gazillion complaints about the main article and post body fonts. Readers complained that it was too faint and too light-gray and that they had a hard time reading it. And we had many complaints about the orange/gold links being too harsh or in too much contrast to the body font inside articles and posts. We agreed and played with all of this -- making the body font a little heavier and bigger and making the links -- ONLY IN ARTICLES -- much more subtle and easier on the eyes. The complaints have died down considerably */
p {
	font-size: 1rem;
	line-height:1.6rem;
	color: #000000;
}

/*
p a {
  font-weight: 400;
  font-size: 1.05rem;
  line-height:1.8rem;
  color: #465870;
}*/

p.visual-by a {
	font-size: inherit;
}

p.logged-in-as a {
	color: #fb0;
}

p.excerpt {
	padding-bottom:5px;
	line-height:1.5rem;
}

div.post-author a {
	color:#fb0;
}


/* Needed a little more padding between the pullquote and the body of the articles */
.undark-quote {
	padding-right:10px;
	font-size: 1.1rem;

}

.undark-quote:before {
	padding-right:10px;

}

/* Making captions more legible for readers */

/*

@media screen and (max-width: 769px) {
    .undark-caption, .wp-caption .wp-caption-text {
        font-size:0.8rem;
		color:#323232;
    	font-weight: 400;
    	line-height: 1.4
    }
} */


.undark-caption, .wp-caption .wp-caption-text {
	font-size:0.75rem;
	color:#323232;
	font-weight: 400;
	line-height: 1.4

}

.undark-caption, .wp-caption .wp-caption-text a {
	font-size:0.75rem;
	color:#465870;
	font-weight: 400;
	line-height: 1.4;
}


/* Adjusting the section descriptions */

#section-description .section-description p {
	font-size:95%;
	color: #f5f8fa;
}

/* Making contributors short bios a bit tidier */

#contributors p:not(.dots-separator) {
	font-family: "merriweather","Georgia",Times,serif;
	font-size: 0.75rem;
	line-height:1.2rem;
	margin: 0;
}

/* dunno */

.featured-cross-section .post-content p {
	color: #f5f8fa;
}


/* I think this was before the infogram thing was worked out */
.infogramy {
	width: 30%;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
}

/* Styling for our Five Questions Q&amp;A feature -- for the appearance of the Qs &amp; As. See here: http://undark.org/article/five-questions-for-steven-pinker/ */
.five-questions {
	display: inline-block;
	color: #5c6670;
	font-family: "lft-etica","Helvetica",Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Used on some pages */

h4.entry-title {
	font-size: 1.35rem;
}


/* Was trying to style embedded google maps, with little success */
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;

}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Deprecated

#hero h2 {
  font-size:230%;
  font-weight:300;
}

#hero h3 {
  font-weight:500;
  font-size:80%;
}

*/