/* Page Newsletter */

/* Default desktop styling for main blog page and detailed pages */

body.newsletters #main-content,
body.articles #main-content,
body.disciplines #main-content,
body.topics #main-content {
	margin: 0 5%;
}


body.newsletters #main-content-header #page-title,
body.articles #main-content-header #page-title,
body.disciplines #main-content-header #page-title,
body.topics #main-content-header #page-title {
	text-align: center;
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 27px;
	letter-spacing: 4px;
	color: #041E3A;
	margin: 40px;
}

body.newsletters #main-content p {
	font-family: "open_sansregular";
  	font-size: 14px;
	color: #a7a9ab;
}

body.newsletters #main-content li {
	font-family: "open_sansitalic";
	font-size: 14px;
	color: #2A2828;
	line-height: 30px;
}

body.newsletters #main-content .views-field-changed {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 13px;
	letter-spacing: 4px;
	color: #041E3A;
	padding-bottom: 10px;
}


body.articles .field-name-field-tag-disciplines li,
body.articles .field-name-field-tag-topics li {
	display: inline-block;
	border-right: solid 1px;
	margin-right: 10px;
	padding-right: 10px;
}

body.articles .field-items ol, ul {
	padding: 0px;
}

body.articles .field-items dl, menu, ol, ul {
	margin: 0px;
}

body.articles .field-name-field-tag-topics {
	margin-bottom: 3.5em;
}

body.articles .add-this-buttons {
	margin-bottom: 3.5em;
}

body.articles h2.field-label {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 12px;
	letter-spacing: 3px;
	color: #041E3A;
	padding-bottom: 2px;
	font-weight: normal;
}

body.articles h2.comment-title {
	text-transform: uppercase;
	font-family: "ralewaybold";
	font-size: 15px;
	letter-spacing: 3px;
	color: #041E3A;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
}

body.disciplines h2.node-title,
body.topics h2.node-title {
	font-family: "merriweatherregular";
	font-size: 20px;
	color: #0277AE;
	padding-bottom: 3px;
}

body.disciplines h1.node-title, 
body.topics h1.node-title {
	text-transform: uppercase;
	font-family: "ralewaybold";
	letter-spacing: 2px;
	font-size: 13px;
	color: #0277AE;
	padding-bottom: 3px;
	font-weight: normal;
}

body.disciplines .node-readmore,
body.topics .node-readmore {
	font-family: "open_sansregular";
  	font-size: 12px;
	color: #0277AE;
	line-height: 1.8em;
}

body.disciplines .item-list,
body.topics .item-list {
	font-family: "open_sansregular";
  	font-size: 12px;
	color: #0277AE;
	line-height: 1.8em;
	padding-bottom: 30px;
}

body.disciplines .user-picture,
body.topics .user-picture {
	display: none;
}


body.disciplines .article-teaser,
body.topics .article-teaser {
	border-bottom: 3px solid #D0D0D2;
	margin: 1em 0 3em 0;
}


body.disciplines .author-datetime,
body.topics .author-datetime {
	font-family: "open_sansitalic";
  	font-size: 12px;
	color: #999;
	line-height: 1.8em;
	margin-bottom: -3px;
}


body.articles #main-content a {
	font-family: "open_sansregular";
  	font-size: 13px;
	color: #0277AE;
	line-height: 1.8em;
}

body.articles #main-content a:hover {
	color: #041E3A;
}

body.articles #main-content p {
	font-family: "open_sansregular";
  	font-size: 14px;
	color: #2A2828;
	line-height: 1.8em;
}

body.articles .add-this-buttons strong {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 12px;
	letter-spacing: 3px;
	color: #041E3A;
	padding-left: 15px;
	font-weight: normal;
	vertical-align: top;
}


body.newsletters #main-content .views-field-title a {
	font-family: "merriweatherregular";
	font-size: 22px;
	color: #0277AE;
	padding-bottom: 10px;
}

body.newsletters #main-content .views-field-title a:hover {
	color: #2A2828;
}

body.newsletters #main-content .blog-body {
	font-family: "open_sansregular";
 	font-size: 15px;
	color: #2A2828;
	line-height: 25px;
	padding-bottom: 40px;
}

body.newsletters #main-content .views-field-field-newsletter-author {
	font-family: "open_sansitalic";
	font-size: 13px;
 	padding-bottom: 10px;
	color: #726e6e;
}

body.articles #main-content .author {
	font-family: "open_sansitalic";
	font-size: 13px;
	color: #726e6e;
	padding-bottom: 5px;
	margin: 0;
}

body.articles #main-content .date {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 13px;
	letter-spacing: 4px;
	color: #041E3A;
	padding-bottom: 10px;
}

body.articles #main-content .image-featured {
	float: right;
	margin: 0;
	padding: 0;
	max-width: 500px;
	height: auto;
}


body.newsletters .views-field-nothing hr {
	display: none;
}

body.newsletters .views-field-nothing {
	border-bottom: 3px solid #D0D0D2;
	margin: 1em 0 3em 0;
}


body.newsletters .image-style-thumbnail {
	float: left;
	padding-right: 30px;
}





/* Mobile styling */
@media screen and (max-width: 780px){ 


body.newsletters #main-content-header #page-title,
body.articles #main-content-header #page-title,
body.disciplines #main-content-header #page-title,
body.topics #main-content-header #page-title {
	font-size: 17px;
}




}