/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
  position: relative;
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node ul.links a.translation-link {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 18px;
}


.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/* Events */

a.aspen-event-ical {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1em;
}

.node-event-series .event-info,
.node-aspen-event .event-info {
	border-top: 1px solid #cee8f4;
  background: #e6f3fb;
  font-size: 11px;
  padding: 20px 25px;
  margin-bottom: 1em;
}


.node-event-series .event-info table,
.node-aspen-event .event-info table {
  width: 100%;
  display: table;
  margin: 0;
}

.node-event-series .event-info table tbody,
.node-aspen-event .event-info table tbody {
  width: 100%;
}

.node-event-series .event-info table caption,
.node-aspen-event .event-info table caption {
	font-family: 'lucida grande', 'lucida sans', 'trebuchet', 'trebuchet ms', sans-serif;
	color: #6e6557;
  /*color: #004E76; */
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: .75em;
}


.node-event-series .event-info table th,
.node-event-series .event-info table td,
.node-event-series .event-info table tr,
.node-aspen-event .event-info table th,
.node-aspen-event .event-info table td,
.node-aspen-event .event-info table tr
{
  background: none;
  border: 0;
}


.node-event-series .event-info table td,
.node-aspen-event .event-info table td {
  padding: 4px 4px 8px 0;
  color: #666;
  font-size: 11px;
  vertical-align: top;
}

.node-event-series .event-info td.views-field-title {
  border-top: 1px solid #fff;
  font-size: 12px;
  padding: 8px 4px 4px 0;
}

.node-event-series .event-info table th,
.node-aspen-event .event-info table th {
  padding: 4px 4px 4px 0;
  font-size: 12px;
  color: #666;
}

.node-aspen-event .event-info .date-display-range {
  display:block;
}


.take-aways {
	float: right;
	background: #e6f3fb;
	width: 158px; /* 186 */
	padding: 14px 15px 9px 13px;
	margin: 0 0 5px 15px;
}

.take-aways h3 {
	color: #004e76;
	font: bold 13px/1 arial, sans-serif;
	border-bottom: 1px solid #a1cee3;
	padding-bottom: 6px;
	margin-bottom: 8px;
	margin-left: 2px;
	text-transform: none;
}

.take-aways ul,
.take-aways ul li {
  list-style: none;
	padding: 0;
	margin: 0;
}

.take-aways li {
	font-size: 11px;
	min-height: 16px;
	line-height: 1.3;
}

.take-aways a {
  display: block;
	padding: 2px 5px 0 21px;
	margin: 0 0 8px 0;
	color: #3C3521;
	text-decoration: none;
}

.take-aways a:hover {
  color: #005587;
	text-decoration: none;
}

.take-aways .file-icon {
  display: none;
}

.take-aways .field-name-field-transcript-file a,
.take-aways .field-name-field-takeaway-1 a {
  background: url(../images/icons/pdf.gif) no-repeat;
}
.take-aways .field-name-field-video-download-file a {
  background: url(../images/icons/video.gif) no-repeat;
}
.take-aways .field-name-field-audio-download-file a {
  background: url(../images/icons/audio.gif) no-repeat;
}
.take-aways .field-name-field-photo-gallery a {
  background: url(../images/icons/images.gif) no-repeat;
}

.field-name-field-learn-more-link {
	width: 185px;
	float: right;
	background: white url(../images/bg/dots_tan.gif) repeat-x 0 27px;
	margin: .5em 0 1.5em 17px;
	border-top: 3px solid #dfd6ca;
	border-bottom: 1px solid #dfd6ca;
	padding-top: 10px;
}

.field-name-field-learn-more-link .field-items {
	font-size: 13px;
	padding: 0px 0 14px 10px;
	margin-top: 25px;
}

.field-name-field-embed-video-url,
.field-name-field-event-featured-guest,
.field-name-field-featured-guest-override,
.field-name-field-event-moderator,
.field-name-field-moderator-override,
.field-name-field-event-participants {
  margin-bottom: 1.5em;
  float: left;
  clear: left;
}

.field-name-field-event-participants .column-2 {
  margin-left: 1em;
}

/* Videos */

.node-video,
.node-video h2.node-title,
.node-video .field-type-taxonomy-term-reference a {
  color: #342D28 !important;
}

.node-video .field-name-field-video {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  margin: 0 0 25px 0;
}

.node-video .field-name-field-video div {
  margin: 0 auto;
}

.node-video .field-type-taxonomy-term-reference {
  font-size: 11px;
}

.node-video .field-type-taxonomy-term-reference .topics-label {
  color: #666;
}

.node-video .field-name-field-pub-date {
  margin-top: 25px;
}

/* Programs & Landing Pages */




.landing-page-default .features {
  background: #e6f3fb;
  float: left;
  clear: both;
  width: 100%;
  padding: 20px 0;
}

.landing-page-default .features-inner {
  margin: 0 20px;
}

.landing-page-default .features .aspen-columns-1 .aspen-column-0 {
  width: 450px;
}

.landing-page-default .features .aspen-columns-2 .aspen-column-0 {
  width: 215px;
  margin-right: 20px;
}

.landing-page-default .features .aspen-columns-2 .aspen-column-1 {
  width: 215px;
  clear: right;
}

.landing-page-default .features .node {
  margin-bottom: 1em;
}



.landing-page-default .features .aspen-column .aspen-column {
  margin: 4px;
  color: #605956;
  font-size: 11px;
}

.landing-page-default .features .aspen-columns-1 .aspen-columns-2 {
  width: 450px;
}

.landing-page-default .features .aspen-columns-2 .aspen-columns-2 .aspen-column-0,
.landing-page-default .features .aspen-columns-1 .aspen-columns-2 .aspen-column-0 {
  width: 85px;
}

.landing-page-default .features .aspen-columns-1 .aspen-columns-2 .aspen-column-1 {
  width: 345px;
  clear: right;
}

.landing-page-default .features .aspen-columns-2 .aspen-columns-2 .aspen-column-0 {
  width: 215px;
  margin-right: 20px;
}


.landing-page-default .features .aspen-columns-2 .aspen-columns-2 .aspen-column-0 {
  width: 80px;
  margin-right: 10px;
}


.landing-page-default .features .aspen-columns-2 .aspen-columns-2 .aspen-column-1 {
  width: 104px;
  clear: right;
}



.landing-page-default .features .aspen-column .aspen-column h2 {
  font-size: 13px;
  line-height: 16px;
}

.landing-page-default .features .aspen-column img {
  width: 70px;
  height: auto;
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin: 0;
}

.landing-page-default .features h2.block-title {
	line-height: 1.2em;
	color: #004D76;
  border-bottom: 1px solid #A1CEE3;
  margin: 0 0 1em 0;
}


.landing-page-default .program-spotlight {
  margin: 0 0 25px 0;
  float: left;
  clear: both;
}

.landing-page-default .program-spotlight .picture img	{
  float: left;
  display: inline-block;
  padding: 5px;
  width: 90px;
  height: auto;
  background: #fff;
  clear: right;
}

.landing-page-default .program-spotlight h2 {
  font-size: 22px;
  margin-bottom: 6px;
  width: 333px;
  margin-left: 117px;
}
	
.landing-page-default .program-spotlight .position {
  font: bold 12px/1 arial, sans-serif;
  color: #605956;
  margin-bottom: 8px;
  xfloat: right;
  width: 333px;
  margin-left: 117px;
}

.landing-page-default .program-spotlight .content {
  floatx: right;
  width: 333px;
  margin-left: 117px;
}


.landing-page-default .description,
.landing-page-default .description p
{
  font-size: 15px;
  color: #5B524D;
  line-height: 1.5em;
}


.field-name-field-big-picture-image {
  margin-bottom: 19px;
  background: #F0F0E7;
}

.field-name-field-big-picture-image .description {
  padding: 1px 5px;
  font-size: 10px;
  color: #999;
  text-align: right;
  line-height: 1.3em;
}

.landing-page-info-heavy .field-name-field-featured-content .node,
.landing-page-billboard .field-name-field-featured-content .node {
  border-top: 1px solid #A1CEE3;
  padding: 20px 0;
  float: left;
  width: 100%;
  clear: both;
}

.landing-page-big-picture .program-featured {
  float: left;
  clear: both;
  width: 100%;
}

.landing-page-big-picture .field-name-field-featured-content .node {
  width: 236px;
  float: left;
  margin-right: 18px;
}

.landing-page-big-picture .field-name-field-featured-content .node .field-type-image {
  margin: 0;
  padding: 0;
  float: left;
}
.landing-page-big-picture .field-name-field-featured-content .node .field-type-image img {
  padding: 5px !important;
  border: 1px solid #dcdcc7 !important;
  float: left !important;
  margin: 4px 13px 2px 0 !important;
  width: 100px; height: auto !important;
}

.landing-page-big-picture .field-name-field-featured-content .odd .node {
  margin-right: 0;
}

.landing-page-big-picture .program-featured .program-featured-images {
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}

.landing-page-big-picture .program-featured .program-featured-images div {
  float: left;
  text-align: center;
  background: #EDEDE3;
  width: 236px;
}

.landing-page-big-picture .program-featured .program-featured-images div.image-0 {
  margin-right: 18px;
}

.field-name-field-featured-content .node h2 {
  font-size: 16px;
  line-height: 20px;
}

.field-name-field-featured-content .node .content {
  font-size: 12px;
  line-height: 18px;
}

.field-name-field-featured-content .node .image img {
  padding: 5px;
  border: 1px solid #dfd6ca;
  float: left;
  margin: 4px 13px 2px 0;
  width: 100px; height: auto;
}


.landing-page-info-heavy .description {
  background: #e6f3fb;
  padding: 15px;
  margin-bottom: 16px;
}

.field-name-field-top-main-html {
  margin-bottom: 16px;
}



/* Publications & Resources */


.node-resource .views-field-field-resource-thumbnail img,
.node-aspen-publication .field-name-field-featured-image img {
  padding: 5px;
  border: 1px solid #ccc;
  width: 90px;
  height: auto;
}

.field-name-field-featured-content .node-aspen-publication .field-name-field-featured-image {
  float: left;
  margin: 0 15px 5px 0;
}

.node-resource .aspen-columns-2 .aspen-column-1,
.node-aspen-publication .aspen-columns-2 .aspen-column-1 {
  margin-right: 20px;
}

.node-resource .aspen-columns-2 .aspen-column-2,
.node-aspen-publication .aspen-columns-2 .aspen-column-2 {
  width: 378px;
}

.node-resource .aspen-columns-1 .aspen-column-2,
.node-aspen-publication .aspen-columns-1 .aspen-column-2 {
  width: 500px;
}


.node-resource .field-name-field-aspen-policy-program h3 a,
.node-aspen-publication .field-name-field-aspen-policy-program h3 a {
  display: block;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  color: #9E948F;
  font-weight: bold;
  font-size:11px;
  padding: 0;
}


.node-aspen-publication .field-name-field-authors,
.node-aspen-publication .field-name-field-pub-date, 
.node-aspen-publication .field-name-field-project {
  color: #9E948F;
  margin: 1em 0;
  line-height: 1.3em;
}


.node-aspen-publication .field-name-field-publication-price,
.node-aspen-publication .field-name-field-pub-download-file,
.node-aspen-publication .field-name-field-form-html {
  margin: 1em 0;
}

.node-aspen-publication .field-name-field-pub-download-file img.file-icon {
  display: none;
}

/* Magazine */

.field-name-field-magazine-articles {
	border-top: 1px solid #cee8f4;
  background: #e6f3fb;
  font-size: 11px;
  padding: 20px 25px 10px 25px;
  margin-bottom: 1em;
}



.field-name-field-magazine-articles .node {
  margin: 0 0 1.5em 0;
}

.field-name-field-magazine-articles .node h2 span {
  position: absolute;
  top: 0;
  left: 95px;
}

.field-name-field-magazine-articles .node h2 img {
  border: 5px solid #fff;
  margin: 0;
}

.field-name-field-magazine-subtitle {
  font-size: 14px;
  margin: 0 0 1em 0;
  width: 400px;
  font-weight: bold;
}

.field-name-field-magazine-articles .field-name-field-magazine-subtitle {
  width: auto;
  font-weight: normal;
  position: absolute;
  top: 2em;
  left: 95px;
  margin: 0;
}

.field-name-field-magazine-byline {
  font-style: italic;
  text-align: right;  
}


.insetPhoto {
	float: left;
	margin: 4px 18px 18px 0;
}
.insetPhoto img {
	padding: 5px;
	border: 1px solid #dfd6ca;
}
#content .insetPhoto .caption,
#content .insetPhoto .caption {
	font-weight: bold;
	font-size: 11px;
	color: #a1958e;
	margin: 0;
	padding: 0;
	display: block;
}


  
