/* DO NOT ADD ANYTHING HERE UNLESS PRIOR APPROVAL RECEIVED FROM DoC */
/* ONLY FOR TEMPORARY USE. DELETE FROM THIS SHEET ONCE PLACED IN main style.css*/

/* When footnote contents include a list, extra paragraph is added at bottom of footnote contents. Temp fix for CEE page:*/
li#fn7-18447 > p:last-child {
  display:none;
}

/* Display currency "USD" after total field on all Total fields to reduce confusion about donations */

.ginput_container.ginput_container_total:after {
  content:' USD';
}

/* When you want to callout some content on a blog post or web page, use this callout class */

.boxed-callout {
	margin: 0 0 1em;
	overflow: hidden;
	padding: 20px;
	background:#dfecf2;
}

.boxed-callout ol {
	margin-top: 1em;
}

.boxed-callout li {
	list-style-position: inside;
  	font-weight: 600;
  	margin-bottom: 1em;
}

.boxed-callout li:last-of-type {
	margin-bottom: 0;
}

/* On footnotes, the arrow up font awesome icon disappeared, making it impossible for people to go back to the text they were reading! */

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* Add styling for Gift Report Form (ID: 115)*/
li#field_115_4 {
    padding-top: 16px;
    padding-bottom: 24px;
}

li#field_115_4 .gfield_description {
    line-height: 1.25;
    margin-bottom: 16px;
}

li#field_115_4 th {
    font-size: 14px;
}

ul#input_115_10 li label {
    vertical-align: top;
}

/* An ordered list within an ordered list needs a different list style type! */
ol ol > li {
  list-style-type: lower-alpha!important;
}


/* Whitepaper collection page needs some fancy style */

.whitepaper {
    border:thin solid #cccccc;
}

/* Whenever an h5 directly follows and h3, decrease the spacing between them */
h3+h5 {
    margin-top: 0;
}

/* TEMP FIX: Hide the "Criticisms" excerpt on the Transparency category landing page */
article.post-145 .section-landing-wrap:last-of-type {
  display:none;
}
