/*
Theme Name: HSPH
Theme URI: http://www.hsph.harvard.edu/
Author: HSPH Webteam
Author URI: http://www.hsph.harvard.edu/
Description: The HSPH theme for WordPress is a fully responsive theme that looks great on any device. 
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, full-width-template
Text Domain: hsph

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
.mejs-container {
	max-width: 500px;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* page Flicker Fix */

.ui-page {
    
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
.page-image-thumbnail .wp-caption-text {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	margin-top: -21px;
	margin-top: -1.5rem;
	margin-left: 24px;
	margin-left: 1.714285714rem;
	max-width: 220px !important;
	max-height: 300px !important;
	height: auto !important;
	width: auto !important;
	float: right;
	clear: both;
}
.page-image-thumbnail {
	display: none;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Dashicons */
.dashicons {
	font-size: 16px;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	background-color: #fff;
}
.site-content,
.widget-area {
	margin: 0;
}

#ternary.widget-area {
	display: inline;
	clear: both;
}

.page .entry-content {
	display: block;
}

#main {
	padding: 0 5%;
}

/* Header */
.site-header {
	padding: 0;
	padding-top: 3px;
	padding-top: 0.21428571rem;
	padding-bottom: 15px;
	padding-bottom: 1.07142857rem;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-position: center bottom;
}

/* Header Colors */
.header-purple .site-header {
	background-color: #947d8d;
}

.header-green .site-header {
	background-color: #97be6d;
}

.header-turquoise .site-header {
	background-color: #7fadbc;
}

.header-yellow .site-header {
	background-color: #f7b446;
}

.header-light-blue .site-header {
	background-color: #5f8daf;
}

.header-dark-blue .site-header {
	background-color: #405c69;
}

.header-orange .site-header {
	background-color: #d0704b;
}

#banner-bar {
	overflow: hidden;
	background-color: #FFF;
	background-position: center bottom;
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iNXB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDUgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNSA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI0MxQzNCMSIgcG9pbnRzPSI1LDkuMDE2IDAuMDAzLDkuMDE2IDAuMDAzLDIuNjkgMi41MDEsMC4wMDcgNSwyLjY5ICIvPgo8L3N2Zz4=);
    background-repeat: repeat-x;
}

#banner-bar:after {
	content: " ";
    display:block;
    position: relative;
	top:0px;
	left:0px;
    width:100%;
    height:16px;
}

#top-red-bar {
	border-bottom: 5px solid #A51C30;
}

.main-logo {
	margin: 12px 0 0 12px;
	margin: 0.85714286rem 0 0 0.85714286rem;
	float: left;
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	background-repeat: no-repeat;
	background-position: 0px -52px;
}

.main-logo a {
	display: inline-block;
	text-indent: -9999px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 49px;
}

.main-logo .logo-hsph-main {
	width: 202px;
}

.main-logo .logo-cen-url {
	width: 0px;
	display: none;
}

.search-bar {
	font-family: Georgia, 'Times New Roman', serif;
	color: #808285;
	font-size: 12px;
	text-align: right;
	padding-top: 24px;
	margin-right: 18px;
	margin-bottom: 40px;
}

.search-bar form {
	display: none;
}

/* Quick Links Icons */
#quick-navigation,
.search-bar .form-atoz {
	display: inline-block;
}

.search-bar .form-atoz {
	padding-right: 10px;
}

.search-bar ul {
	margin-top: 12px;
}

.search-bar ul li:before {
	content: '\2022';
	margin-right: 4px;
	color: #FFF;
}

.search-bar ul li:first-child:before {
	content: none;
	margin: 0;
}

.search-bar ul li {
	display: inline-block;
}

.search-bar ul li a {
	color: #FFF;
	text-decoration: none;
}

.search-bar ul li a:hover {
	text-decoration: underline;
}

.search-bar .header-twitter:before,
.search-bar .header-facebook:before {
	content: none;
	margin: 0;
}

.search-bar ul li .dashicons {
	position: relative;
	top: -2px;
	height: 18px;
	width: 18px;
	display: none;
}

.search-bar .header-twitter a {
	color: #55ACEE;
	margin-left: 6px;
}

.search-bar .header-facebook a {
	color: #3C5A99;
}

.search-bar .header-twitter a:hover,
.search-bar .header-facebook a:hover {
	text-decoration: none;
}

#quick-navigation,
.search-bar .form-atoz {
	display: none;
}

.search-bar input[type="submit"] {
	width: 36px;
	background: #4C494A;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	top: -1px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.search-bar form input[type="text"] {
	height: 25px;
	width: 183px;
	color: #282828;
	background-color: #efefef;
	font-size: 13px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0 0 0 5px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Mobile opens */
#outer-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#opencanvas,
#opensearch {
	text-decoration: none;
	vertical-align: middle;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

#opencanvas {
	padding-left: 5px;
	display: inline-block;
}

#opensearch {
	float: right;
	padding-right: 5px;
}

#opencanvas .dashicons,
#opensearch .dashicons {
	font-size: 32px;
	width: 32px;
	height: 32px;
}
	
#opencanvas-inner,
#opensearch-inner {
	display: inline-block;
	padding-top: 8px;
	padding-left: 5px;
}

#opencanvas-inner {
	padding-left: 5px;
	white-space: nowrap;
}

#opensearch-inner {
	padding-right: 5px;
}

/* off canvas bubbles */
#site-navigation .off-shortlinks {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#site-navigation .off-shortlinks li:before {
	content: '\2022';
	margin-right: 4px;
	color: #FFF;
}

#site-navigation .off-shortlinks li {
	display: inline-block;
}

#site-navigation .off-shortlinks li a {
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	border-bottom: none;
	padding: 0;
}

#site-navigation .off-shortlinks li:first-child:before {
	content: '';
	margin-left: 10px;
}

/* main body elements */
#page-header-title {
	margin: 10px 0 15px;
}

/* Sidebar */
.widget-area {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.71428571rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget-area .widget {
	margin: 0;
	background: #F2F4E4;
	padding: 18px 12px 7px 14px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	list-style-type: none;
	margin-left: 0;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .widget li {
	margin-bottom: 14px;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #008CC0;
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #008CC0;
	text-decoration: underline;
}
.widget-area .widget a:visited {
	color: #008CC0;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.widget .widget-title {
	color: #D57045;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 2.4;
	font-size: 10px;
	font-size: 0.71428571rem;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 13px;
	margin-bottom: 0.92857143rem;
}

.widget .widget-title a,
.widget .widget-title a:hover {
	color: #D57045;
	text-decoration: none;
}

/* Widget areas for the blog template */
.blog .widget-area,
.search .widget-area,
.single .widget-area,
.author .widget-area,
.archive .widget-area,
.category .widget-area,
.tag .widget-area {
	padding-right: 0;
	padding-top: 18px;
}

.blog .widget-area .widget,
.search .widget-area .widget,
.single .widget-area .widget,
.author .widget-area .widget,
.archive .widget-area .widget,
.category .widget-area .widget,
.tag .widget-area .widget {
	background: none;
}

.blog .widget-area .widget-title,
.search .widget-area .widget-title,
.single .widget-area .widget-title,
.author .widget-area .widget-title,
.archive .widget-area .widget-title,
.category .widget-area .widget-title,
.tag .widget-area .widget-title {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.71428571;
	padding-top: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.widget-area .widget:last-child {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	background: #414141;
	padding-bottom: 30px;
}
footer[role="contentinfo"] .site-info {
	max-width: 960px;
	max-width: 68.57142857rem;
	margin: 0 auto;
}
footer[role="contentinfo"] a {
	color: #FFF;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

/* Footer Blocks */

.footer-logo-address {
	display: inline-block;
	min-width: 220px;
	padding-left: 20px;
}

.footer-nav {
	display: block;
	margin: 14px 20px;
	margin-bottom: 7px;
}

#footer-connect,
#footer-contact-menu,
#footer-copyright {
	display: block;
	margin: 0 20px;
	clear: both;
}

/* footer Logo */
.footer-logo {
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	background-repeat: no-repeat;
	background-position: 0px -99px;
	max-width: 230px;
	min-width: 230px;
	display: inline-block;
	vertical-align: top;
}

.footer-logo a {
	display: inline-block;
	text-indent: -9999px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 48px;
}

/* Address area */
.footer-logo-address .vcard {
	color: #FFF;
	padding-left: 45px;
	padding-right: 14px;
	display: inline-block;
	padding-top: 5px;
}

.footer-logo-address .vcard .street-address {
	line-height: 1;
}

.footer-logo-address .vcard a,
.footer-logo-address .vcard a:visited {
	color: #CCC;
	text-decoration: none;
}

.footer-logo-address .vcard a:hover {
	color: #CCC;
	text-decoration: underline;
}

.footer-logo-address .vcard tel {
	margin-top: 10px;
}

.footer-logo-address .vcard map {
	margin-top: 5px;
}


/* Massive Footer Menu */

.footer-menu-toggle {
	display: block;
	cursor: pointer;
	padding: 7px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 1px solid #CCC;
	margin-bottom: 21px;
}

.footer-menu-toggle .dashicons-arrow-down,
.footer-menu-toggle .dashicons-arrow-up {
	font-size: 24px;
	line-height: 0.6;
	margin-right: 12px;
	float: right;
	display: block !important;
	color: #FFF;
}

#footer-main-menu div:last-child {
	display: none;
}

#footer-main-menu div.toggled-on {
	display: block;
}

#footer-main-menu ul {
	margin: 4px 0 0 0;
}

#footer-main-menu ul li {
	width: auto;
	display: block;
	vertical-align: top;
}

#footer-main-menu ul li a {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#footer-main-menu ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer-main-menu ul li a:visited {
	text-decoration: none;
	color: #fff;
}

#footer-main-menu ul ul {
	margin: 12px 0 0 0;
	padding-right: 10px;
	padding-right: 0.71428571rem;
	margin-bottom: 21px;
}

#footer-main-menu ul ul li {
	width: auto;
	display: block;
	margin-bottom: 6px;
	line-height: 16px;
	line-height: 1.5;
	float: none;
}

#footer-main-menu ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
}

#footer-icons-social ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

#footer-icons-social .dashicons {
	color: #FFF;
	height: 32px;
	width: 32px;
	font-size: 30px;
	text-decoration: none;
	border-radius: 5px;
}

#footer-icons-social .dashicons:hover {
	color: #FFF;
	text-decoration: none;
}

#footer-icons-social .dashicons-twitter {
	background: #55ACEE;
	line-height: 34px;
	font-size: 26px;
}

#footer-icons-social .dashicons-facebook-alt {
	background: #3C5A99;
	line-height: 41px;
	text-indent: 3px;
}

#footer-icons-social .dashicons-video-alt3 {
	background: #cd201f;
	background: -webkit-linear-gradient( #e52d27, #b31217 ); /* For Safari */
	background: -o-linear-gradient( #e52d27, #b31217 ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient( #e52d27, #b31217 ); /* For Firefox 3.6 to 15 */
	background: linear-gradient( #e52d27, #b31217 );
	line-height: 33px;
	font-size: 22px;
	text-indent: -1px;
}

#footer-icons-social .dashicons-googleplus {
	background-color: #dd4b39;
	color: #FFF;
	line-height: 35px;
	font-size: 24px;
}

#footer-icons-social .linkedin,
#footer-icons-social .itunes,
#footer-icons-social .appstore,
#footer-icons-social .googleplay {
	text-indent: -9999px;
	overflow: hidden;
}

#footer-icons-social .linkedin {
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	background-repeat: no-repeat;
	background-position: 0px -157px;
}

#footer-icons-social .itunes {
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	background-repeat: no-repeat;
	background-position: -35px -157px;
}

#footer-icons-social .appstore {
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	background-repeat: no-repeat;
	background-position: -70px -157px;
}

#footer-icons-social .googleplay {
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	background-repeat: no-repeat;
	background-position: -109px -158px;
}


#footer-copyright {
	margin-top: 7px;
}

/* connect area */
.connect-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}


#footer-contact-menu {
	margin-top: 7px;
}

/* contact footer menu */

#sub-footer-contact ul {
	display: block;
	clear: both;
}

#sub-footer-contact ul li {
	display: inline-block;
	margin-right: 6px;
}

#sub-footer-contact ul li:before {
	content: '\2666';
	margin-right: 6px;
	color: #CCC;
}

#sub-footer-contact ul li:first-child:before {
	content: none;
	margin: 0;
}

#sub-footer-contact ul a,
#sub-footer-contact ul a:visited {
	color: #CCC;
	text-decoration: none;
	white-space: nowrap;
}

#sub-footer-contact ul a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer-copyright {
	color: #FFF;
}

/* =Sharing Icons
-------------------------------------------------------------- */
.social-icon {
	display: none;
	padding-top: 8px;
}

.social-icon-wide {
	display: inline-block;
}

.social-icon li,
.social-icon-wide li {
	display: inline-block;
	margin: 0 6px;
	margin-top: 10px;
	vertical-align: top;
}

.social-icon li a {
	color: #000;
	text-decoration: none;
}

.social-icon li div {
	border-radius: 2px;
	height: 16px;
	width: 16px;
}

.social-icon .social-icon-facebook .dashicons-facebook-alt {
	background-color: #3C5A99;
	color: #FFF;
}

.social-icon .social-icon-twitter .dashicons-twitter {
	background-color: #55ACEE;
	color: #FFF;
}

.social-icon .social-icon-linkedin div {
	background-color: #007bb6;
	color: #FFF;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	padding-top: 2px;
	height: 14px;
}

.social-icon .social-icon-stumble div {
	background-color: #eb4924;
	background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo.png');
	text-indent: -999em;
	background-repeat:no-repeat;
	background-size: 210.5px 94.5px;
	background-position: -73px -79px;
}

.social-icon .social-icon-plus .dashicons-googleplus {
	background-color: #dd4b39;
	color: #FFF;
}

.social-icon .social-icon-email .dashicons-email-alt {
	color: #ffffff;
	background-color: #959595;
	text-indent: -0.6px;
}

.social-icon-wide .social-icon-fb div span {
	vertical-align: baseline !important;
}

/* =Site Title and Breadcrumbs
-------------------------------------------------------------- */
.header-purple #logo-bullet-inner {
	fill: #947d8d;
}

.header-green #logo-bullet-inner {
	fill: #97be6d;
}

.header-turquoise #logo-bullet-inner {
	fill: #7fadbc;
}

.header-yellow #logo-bullet-inner {
	fill: #f7b446;
}

.header-light-blue #logo-bullet-inner {
	fill: #5f8daf;
}

.header-dark-blue #logo-bullet-inner {
	fill: #405c69;
}

.header-orange #logo-bullet-inner {
	fill: #d0704b;
}

#page-logo-bullet,
#site-name-title {
	display: none;
	vertical-align: middle;
	margin-top: 8px;
}

#site-name-title {
	display: block;
}

#site-name-title,
#site-name-title a {
	color: #44323E;
	font-size: 22px;
	font-size: 1.57142857rem;
	font-family: Georgia, 'Times New Roman', serif;
	text-decoration: none;
}

#site-name-title a:hover {
	text-decoration: underline;
}

/* =Purple Navigation Menu
-------------------------------------------------------------- */
.menu-toggle {
	display: block;
	background-color: #78556e;
	cursor: pointer;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.menu-toggle .dashicons-arrow-down,
.menu-toggle .dashicons-arrow-up {
	font-size: 24px;
	line-height: 0.6;
	margin-right: 12px;
	float: right;
	display: block !important;
}

.sidebar-navigation {
	display: block !important;
	color: #FFFFFF;
	background-origin:content-box;
	border: 4px solid #B6B6B6;
    /* RGBa with 0.6 opacity */
	border-color: rgba(120, 121, 117, 0.6);
}
#left-navigation div:last-child {
	background-color: #78556e;
	display: none;
}

#left-navigation div.toggled-on {
	display: block;
}

.sidebar-navigation li {
	font-size: 14px;
	font-size: 1rem;
	line-height: 19px;
	line-height: 1.35714285714286;
}
.sidebar-navigation a {
	color: #FFFFFF;
}
.sidebar-navigation ul {
	margin: 0;
	text-indent: 0;
}
.sidebar-navigation li a,
.sidebar-navigation li {
	display: block;
	text-decoration: none;
}
.sidebar-navigation li a {
	font-size: 14px;
	font-size: 1rem;
	line-height: 19px;
	line-height: 1.35714285714286;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #ffffff;
	padding: 10px 5% 8px 5%;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #BAAAB5;
}
.sidebar-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
}
.sidebar-navigation li ul li a {
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: 1.38461538461538;
	color: #5F5F5F;
	padding: 10px 5% 8px 12%;
	text-decoration: none;
	background-color: #E5E0D8;
	border-bottom-color: #B0ADA8;
}

.sidebar-navigation li ul li ul li a {
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: 1.38461538461538;
	color: #008CC0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5% 8px 12%;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-color: #CFCFCF;
}

.sidebar-navigation .current-menu-item > a,
.sidebar-navigation .current-menu-ancestor > a,
.sidebar-navigation .current_page_item > a,
.sidebar-navigation .current_page_ancestor > a {
	background: #563f4e;
}

.sidebar-navigation .sub-menu .current-menu-item > a,
.sidebar-navigation .sub-menu .current-menu-ancestor > a,
.sidebar-navigation .sub-menu .current_page_item > a,
.sidebar-navigation .sub-menu .current_page_ancestor > a,
.sidebar-navigation .children .current-menu-item > a,
.sidebar-navigation .children .current-menu-ancestor > a,
.sidebar-navigation .children .current_page_item > a,
.sidebar-navigation .children .current_page_ancestor > a {
	text-decoration: underline;
	background: #D2CDC6;
}

.sidebar-navigation ul li.current-menu-item > ul,
.sidebar-navigation ul li.current-menu-ancestor > ul,
.sidebar-navigation ul li.current_page_item > ul,
.sidebar-navigation ul li.current_page_ancestor > ul {
	display: block;
}

.sidebar-navigation .sub-menu .sub-menu .current-menu-item > a,
.sidebar-navigation .sub-menu .sub-menu .current-menu-ancestor > a,
.sidebar-navigation .sub-menu .sub-menu .current_page_item > a,
.sidebar-navigation .sub-menu .sub-menu .current_page_ancestor > a,
.sidebar-navigation .sub-menu .children .current-menu-item > a,
.sidebar-navigation .sub-menu .children .current-menu-ancestor > a,
.sidebar-navigation .sub-menu .children .current_page_item > a,
.sidebar-navigation .sub-menu .children .current_page_ancestor > a {
	text-decoration: underline;
	background: #D8E6EF;
}

/* =Breadcrumbs
-------------------------------------------------------------- */

#breadcrumbs {
	font-size: 14px;
	font-size: 1rem;
	color: #8E8688;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	font-family: Georgia, 'Times New Roman', serif;
	margin-bottom: 15px;
	display: none;
	line-height: 1.5;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.blog .entry-header,
.search .entry-header,
.single .entry-header,
.author .entry-header,
.archive .entry-header,
.category .entry-header,
.tag .entry-header {
	margin-top: 21px;
	margin-top: 1.5rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	margin-left: 24px;
	margin-left: 1.714285714rem;
	max-width: 220px !important;
	max-height: 300px !important;
	height: auto !important;
	width: auto !important;
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.57142857rem;
	line-height: 1.09090909;
	font-weight: normal;
	color: #D57045;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 20px;
}
.wf-active .entry-header .entry-title {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}
.entry-header h2.entry-title {
	clear: none;
}
.entry-header h2.entry-title a {
	color: #418994;
	font-size: 22px;
	font-weight: bold;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	color: #757575;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 3.692307692;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	text-align: center;
	border-bottom: 5px solid #D0704B;
}
.entry-content,
.entry-summary,
.mu_register {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-size: 1.14285714rem;
	line-height: 1.5;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	clear: none;
}
.entry-content h1,
.comment-content h1 {
	color: #d57045;
	font-size: 36px;
	font-size: 2.57142857rem;
	line-height: 0.66666667;
	margin-top: 21px;
	margin-bottom: 20px;
	font-weight: normal;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	color: #418994;
	font-size: 19px;
	font-size: 1.35714286rem;
	line-height: 1.26315789;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content h3,
.comment-content h3 {
	color: #047aa1;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-size: 1.14285714rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.entry-content h4,
.comment-content h4 {
	color: #595959;
	font-size: 17px;
	font-size: 1.21428571rem;
	font-weight: bold;
	line-height: 1.41176471;
	margin-bottom: 0;
}
.entry-content h5,
.comment-content h5 {
	color: #595959;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 17px;
	font-size: 1.21428571rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.41176471;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content h6,
.comment-content h6 {
	color: #595959;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-size: 1.14285714rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wf-active .entry-content h1,
.wf-active .comment-content h1,
.wf-active .entry-content h2,
.wf-active .comment-content h2,
.wf-active .mu_register h2,
.wf-active .entry-content h4,
.wf-active .comment-content h4 {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}
.entry-content h2,
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a,
.comment-content a {
	color: #008CC0;
	text-decoration: none;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #008CC0;
	text-decoration: underline;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #008CC0;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content cite,
.comment-content cite {
	font-size: 11px;
	line-height: 19px;
	display: block;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
.blog .site-content article,
.search .site-content article,
.author .site-content article,
.archive .site-content article,
.category .site-content article,
.tag .site-content article {
	border-top: 1px dotted #000;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* =Page Numbering
-------------------------------------------------------------- */

ul.paging {
    display: block;
}
ul.paging li {
	display: inline-block;
	margin: 0;
}
ul.paging li a {
    margin: 0px 0px 2px 0px;
    color: #008CC0;;
    padding: 7px 11px 7px 11px;
    margin-left: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.71428571;
	text-decoration: none;
}
ul.paging li a:hover {
	text-decoration: underline;
}
ul.paging li .current {
    color: #000;
    padding: 7px 11px 7px 11px;
    margin-left: 1px;
    background-color: #C1C3B1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.71428571;
}
ul.paging li .dots {
    color: #000;
}

/* =Archives
-------------------------------------------------------------- */
.page-title,
.archive-title {
	color: #D57045;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-size: 2.57142857rem;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 21px;
	margin-top: 1.5rem;
	margin-bottom: 20px;
	margin-bottom: 1.42857143rem;
	padding-top: 15px;
	padding-top: 1.07142857rem;
	text-transform: none;
}
.wf-active .page-title,
.wf-active .archive-title {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

.archive-header,
.page-header {
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

.news-datebox {
	width: 100px;
	background: #74556A;
	color: #FFF;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 7px;
	margin-right: 20px;
	text-align: center;
}

.search .news-datebox {
	display: none;
}

.wf-active .news-datebox {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Post formats
-------------------------------------------------------------- */

/* Aside post format */
article.format-aside .aside {
	margin: 10px;
	margin-top: 30px;
	padding: 0px 24px 0;
	border-left: 10px solid #d0704b;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* Link posts */
article.format-link .entry-content {
	margin-top: 30px;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
}

/* Quote posts */
article.format-quote .entry-content .quote-quote {
	font-size: 100px;
	float: left;
	color: #CCC;
	position: relative;
	top: -30px;
	height: 50px;
}
article.format-quote .entry-content p {
	margin: 0;
	margin-left: 10px;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	line-height: 1.6;
}
article.format-quote .entry-content blockquote {
	display: block;
	margin: 0px;
	margin-left: 10px;
	font-size: 15px;
	font-size: 1.071428571rem;
	font-style: normal;
	padding-bottom: 0px;
}
article.format-quote .entry-content blockquote a {
	font-style: normal;
}

article.format-quote .entry-meta {
	margin-top: 0px;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Widgets
-------------------------------------------------------------- */
.widget .widget-title a.rsswidget img {
	display: none;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

#features_widget {
	background: #D2E4E4;
	margin-top: 10px;
}

/* Alphabetical Index 
=============================================== */

.alphabetical_index ul {
	font-weight: bold;
	font-size: 14px;
	font-size: 1rem;
	line-height: 29px;
	font-family: Helvetica, Arial, sans-serif;
	color: #008CC0;
	overflow: hidden;
	margin: 0;
	margin-bottom: 16px;
}

.alphabetical_index ul li {
	display: inline-block;
	margin: 0;
}

.alphabetical_index ul li a {
	padding: 7px;
	margin: 0;
}

.alphabetical_index ul li.active a,
.alphabetical_index ul li a:hover {
	text-decoration: none;
	background: #A51C30;
	color: #FFF;
}

/* =Related Topics
----------------------------------------------- */
.relatedTopicsSection h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #44323e;
}
.wf-active .relatedTopicsSection h3 {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}
.relatedTopicsSection ul {	
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	list-style-type:none;
	color:#000;
}
.relatedTopicsSection ul li a {
	color:#008cc0;
}
.relatedTopicsSection li {	
	margin-left: 0;
}
.related-topics-links li a,
.related-topics-links li a:hover {
	color:#000;	
}
.related-topics-links li {
	float:left;
	display: inline-block;
}
.related-topics-links li a {
	color:#000 !important;	
	background-color:#ecede5;
	margin-right:5px;
	margin-bottom:5px;
	padding:4px;
	padding-left:11px;
	padding-right:11px;
	display: block;
	white-space: nowrap;
}
.relatedTopicsSection > ul li.selected a {
	background-color:#b7afbf;	
}
.relatedTopicsLinks ul {
	display:none;
}
.relatedTopicsLinks ul.activeTopicLinks {
	display:block;
}
.relatedTopicsSection > .relatedTopicsLinks > ul {
	clear:both;
	padding-top:10px;
}
.relatedTopicsSection > .relatedTopicsLinks > ul li {
	margin-bottom:10px;
}

.relatedTopics { 
	padding-bottom: 30px;
}

.relatedTopicsLinks li.more,
.relatedTopicsLinks li.more a { 
	font-size:12px;
}

.topic-container .topic-letter {
	font-size: 21px;
	font-size: 1.5rem;
	margin: 0 0 .5rem;
	line-height: 1;
	font-weight: 600;
}

.topic-block {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 14px;
}

.topic-list li {
	float:left;
	display: inline-block;
	margin: 0;
}

.topic-list li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	color:#000 !important;	
	background-color:#ecede5;
	margin-right: 7px;
	margin-bottom: 10px;
	padding:4px;
	padding-left:11px;
	padding-right:11px;
	display: block;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: none;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/*=FlexSlider
-------------------------------------------------------------- */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative; 
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
	position: relative;
	overflow: hidden;
	margin: 10px 10px;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/*=Custom Templates
-------------------------------------------------------------- */
/* Department Page */
.dept-box {
	margin: 0 25px 32px 0;
	display: block;
}

.entry-content h2.dept-title {
	color: #D57045;
	border-bottom: 6px solid #C7C8C1;
	padding-bottom: 8px;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

.entry-content .dept-link {
	border-bottom: 1px dotted #83847C;
	padding: 3px 0 7px;
	border-top: 1px dotted #83847C;
	margin: 25px 0 0 0;
}

.entry-content .dept-link a {
	font-family: Helvetica, Arial, sans-serif;
	color: #487CA4;
	font-size: 16px;
}

.wf-active .entry-content .dept-link a,
.wf-active .entry-content h2.dept-title {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

/* Faculty Researcher Template */
.template-faculty-researcher h2.faculty-titles {
	font-size: 18px;
	color: #418994;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
	margin-bottom: 0;
}

.template-faculty-researcher h3.faculty-departments {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.wf-active .template-faculty-researcher h2.faculty-title {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

.template-faculty-researcher .vcard {
	margin-bottom: 25px;
}

/* =Brightcove Video Player
-------------------------------------------------------------- */

#BCLcontainingBlock {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.BCLvideoWrapper {
  position: relative;
  padding-top: 1px;
  /*padding-bottom: 56.25%;
  padding-bottom: 76.25%;*/
  padding-bottom: 63%;
  height: 0;
}
* html .BCLvideoWrapper {
  margin-bottom: 45px;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper object,
.BrightcoveExperience {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* =Kaltura Video Player
-------------------------------------------------------------- */

.kaltura-player-container-absolute {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}

.kaltura-player-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 57%
}

.fluid-width-video-wrapper {
	height: 100%;
}

/* =YouTube Video Player
-------------------------------------------------------------- */

.yt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =Three Play Transcript Player
-------------------------------------------------------------- */
.p3-transcript-container {
	width: 100% !important;
}

.p3-timeline {
	background: #A4192F !important;
}

.p3-timeline-progress {
	height: 4px !important;
	margin-top: 2px !important;
}

/* Sub Brand Page (Front Page) */

.template-sub-brand-page .carousel-container {
	background: #EDE9E6;
	border-bottom: 5px solid #C7C8C1;
	margin-bottom: 15px;
	margin-top: 15px;
}

.template-sub-brand-page .widget-area .widget {
	background: none;
	border-left: 3px solid #C7C8C1;
}

.template-sub-brand-page .widget .widget-title {
	font-size: 19px;
	color: #74556A;
	line-height: 20px;
	font-weight: 600;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
}

.template-sub-brand-page .carousel-single-inside {
	overflow: auto;
	margin-bottom: -2px;
}

.template-sub-brand-page .carousel-single-image {
	display: block;
	overflow: hidden;
	text-align: center;
}

.template-sub-brand-page .carousel-single-image img {
	height: auto;
	max-height: 260px;
	max-width: 100%;
}


.template-sub-brand-page .carousel-single-text {
	display: block;
	margin-left: auto;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	margin-right: auto;
	padding: 0 10px;
	max-width: 370px;
}

.template-sub-brand-page .carousel-single-title {
	color: #D57045;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 28px 0;
	margin: 2rem 0;
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 6px;
	font-weight: normal;
}

.template-sub-brand-page .carousel-single-text p {
	font-size: 16px;
	line-height: 21px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.wf-active .template-sub-brand-page .widget .widget-title,
.wf-active .template-sub-brand-page .carousel-single-text p,
.wf-active .template-sub-brand-page .carousel-single-title {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

.template-sub-brand-page .carousel-slide {
	display: inline-block;
	width: auto;
}

.template-sub-brand-page .carousel-slide-image {
	display: block;
	overflow: hidden;
	padding-top: 3%;
}

.template-sub-brand-page .carousel-slide-image img {
	height: auto;
	max-height: 260px;
	max-width: 100%;
	width: auto;
	margin-left: 2px;
}

.template-sub-brand-page .carousel-slide-text {
	display: block;
}

.template-sub-brand-page .carousel-slide-title {
	color: #219BC7;
	font-size: 19px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 28px 0;
	margin: 2rem 0;
	margin-bottom: 7px;
	margin-bottom: 1rem;
	font-weight: 600;
	padding-right: 20px;
}

.template-sub-brand-page .carousel-single-title a,
.template-sub-brand-page .carousel-slide-title a {
	color: #219BC7;
	text-decoration: none;
}

.template-sub-brand-page .carousel-single-title a:hover,
.template-sub-brand-page .carousel-slide-title a:hover {
	color: #219BC7;
	text-decoration: underline;
}

.template-sub-brand-page .carousel-slide-text p {
	font-size: 15px;
	line-height: 26px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	padding-right: 20px;
}

.wf-active .template-sub-brand-page .carousel-slide-title {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

/* Control Nav */
.template-sub-brand-page #slide-controls {
	text-align: center;
}
.template-sub-brand-page .flex-control-nav {
	display: inline-block;
}
.template-sub-brand-page .flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	position: relative;
	left: 30px;
	zoom: 1; 
	*display: inline;
}

/* one item */
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(1) {
   left: 14px;
}

/* two items */
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(2),
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(2) ~ li {
    left: 21px;
}

/* three items */
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(3),
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(3) ~ li {
    left: 30px;
}

/* four items */
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(4),
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(4) ~ li {
    left: 39px;
}

/* Five items */
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(5),
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(5) ~ li {
    left: 46px;
}

/* 6 items */
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(6),
.template-sub-brand-page .flex-control-nav li:first-child:nth-last-child(6) ~ li {
    left: 55px;
}

.template-sub-brand-page .flex-control-paging li a {
	width: 6px;
	height: 6px; 
	display: block; 
	background: #828282;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.template-sub-brand-page .flex-control-paging li a:hover {
	background: #333; 
}
.template-sub-brand-page .flex-control-paging li a.flex-active {
	background: #008CC0;
	cursor: default;
}

/* Direction Nav */
.template-sub-brand-page .flex-direction-nav {
	*height: 0;
	display: inline-block;
}
.template-sub-brand-page .flex-direction-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1; 
	*display: inline;
}
.template-sub-brand-page .flex-direction-nav a  { 
	text-decoration: none; 
	display: block; 
	width: 16px; 
	height: 16px; 
	margin: -20px 0 0; 
	z-index: 10; 
	overflow: hidden; 
	cursor: pointer; 
	color: #828282;
}
.template-sub-brand-page .flex-direction-nav .flex-prev {
	position: relative;
	right: 60px;
}
.template-sub-brand-page .flex-direction-nav .flex-next {
	position: relative;
	left: 20px;
	text-align: right;
}
.template-sub-brand-page .flex-next:hover, 
.template-sub-brand-page .flex-prev:hover { 
	color: #333; 
}
.template-sub-brand-page .flex-direction-nav a:before  { 
	font-family: 'dashicons'; 
	font-size: 16px; 
	display: inline-block; 
	content: "\f341"; 
}
.template-sub-brand-page .flex-direction-nav a.flex-next:before  { 
	content: "\f345"; 
}

/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width: 499px) {
	.search-bar form {
		height: 0;
		opacity: 0;
		display: block;
		position: absolute;
		padding-top: 5px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		right: 40px;
		top: 0;
		overflow: hidden;
		transition: height 350ms ease, opacity 350ms ease;
		/* Safari */
		-webkit-transition: height 350ms ease, opacity 350ms ease;
  	}

	.search-bar form.mobile-search-on  {
		height: 29px;
		opacity: 1;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 500px) {
	#opensearch {
		display: none;
	}
	
	.search-bar {
		margin-bottom: 15px;
	}
	
	.search-bar form {
		display: block;
	}
	
	#quick-navigation {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.news-datebox {
		height: 50px;
		width: 50px;
		float: left;
		display: inline-block;
		text-align: left;
	}
	
	#site-navigation .off-shortlinks {
		display: none;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 550px) {
	.footer-nav {
		padding-left: 65px;
		margin-left: 0;
		margin-right: 0;
	}

	.footer-menu-toggle {
		display: none;
	}

	#footer-main-menu div:last-child {
		display: block;
	}

	#footer-main-menu ul li {
		width: 32%;
		display: inline-block;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.search-bar .form-atoz {
		display: inline-block;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
	}
	.site-content {
		float: right;
		width: 71%;
	}
	/* our blog template puts the sidebar on the right. */
	.blog .site-content,
	.search .site-content,
	.single .site-content,
	.author .site-content,
	.archive .site-content,
	.category .site-content,
	.tag .site-content {
		float: none;
		width: auto;
	}

	.blog .entry-content,
	.author .entry-content,
	.single .entry-content,
	.archive .entry-content,
	.category .entry-content,
	.tag .entry-content {
		padding-left: 85px;
	}
	
	.single .entry-content .news-datebox {
		margin-left: -85px;
	}

	#main {
		max-width: 980px;
		max-width: 70rem;
		margin: 0 auto;
		padding: 0;
	}
	
	.full-width #main {
		padding-left: 20px;
	}
	
	.blog #main,
	.search #main,
	.single #main,
	.author #main,
	.archive #main,
	.category #main,
	.tag #main {
		padding: 0 5%;
	}

	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	
	#site-name-title, #site-name-title a {
		font-size: 28px;
		font-size: 2rem;
	}
	
	.menu-toggle {
		display: none;
	}
	
	#left-navigation div:last-child {
		box-shadow: 0 0 5px 3px #939393;
		-webkit-box-shadow: 0 0 5px 3px #939393;
		-moz-box-shadow: 0 0 5px 3px #939393;
	}
	
	.sidebar-navigation {
		border-width: 6px;
	}
	
	#left-navigation div:last-child {
		display: block;
	}

	.left-nav {
		float: left;
		width: 26%;
	}
	.entry-header .entry-title {
		font-size: 36px;
		font-size: 2.57142857rem;
		padding: 0;
		line-height: 1;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	#page-header-title {
		margin-bottom: 20px;
	}
	
	#site-name-title,
	#page-logo-bullet {
		display: inline-block
	}
	
	#breadcrumbs {
		display: block;
	}
	
	.page .site-content article { 
		padding-right: 20px;
	}
	
	/* Sub Brand Template */
	
	.template-sub-brand-page .carousel-container {
		margin-top: 0;
	}

	
	.template-sub-brand-page #main {
		max-width: 1024px;
		max-width: 73.14285714rem;
		margin: 0 auto;
		padding: 0;
	}
	
	.template-sub-brand-page #page-header-title {
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.template-sub-brand-page .left-nav {
		margin-top: 20px;
		margin-left: 20px;
	}
	
	.template-sub-brand-page .site-content {
		width: 68%;
	}	

	.template-sub-brand-page #carousel-main-container {
		margin-left: 29%;
		margin-right: 1%;
	}
	
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 650px) {
	.main-logo {
		margin: 22px 0 0 12px;
		margin: 1.57142857rem 0 0 0.85714286rem;
	}
	#quick-navigation {
		position: static;
	}
	.search-bar {
		padding-top: 16px;
		margin-bottom: 0;
	}
	.search-bar ul li .dashicons {
		display: inline-block;
	}
	.search-bar ul li:before {
		color: #C1C3B1;
	}
	.search-bar ul li a {
		color: #808285;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.template-sub-brand-page .carousel-single-image {
		width: 50%;
		float: right;
		text-align: right;
	}
	.template-sub-brand-page .carousel-single-text {
		display: block;
		margin-left: 3%;
		margin-right: 0;
		width: 45%;
		float: left;
		margin-bottom: 7px;
		padding: 0;
		max-width: none;
	}
	
	.template-sub-brand-page .carousel-single-title {
		margin: 17px 0;
		margin: 1.21428571rem 0;
		margin-bottom: 6px;
		
	}

	.template-sub-brand-page .carousel-slide-image {
		width: 40%;
		float: left;
	}

	.template-sub-brand-page .carousel-slide-text {
		margin-left: 2%;
		width: 55%;
		float: right;
	}

	.template-sub-brand-page .carousel-slide-title {
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 12px;
		margin-bottom: 0.85714286rem;
		padding-right: 20px;
	}
	
	.entry-content h2.dept-title {
		font-size: 22px;
	}
}

/* =Off Canvas Nav
----------------------------------------------- */
@media screen and (max-width: 829px) {

	#masthead, #main {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#page {
	  position: relative;
	  width: 100%;
	}

	#main-nav-menu {
		z-index: 9999;
		position: absolute;
		top: 0;
		padding: 0;
		margin: 0;
		overflow: hidden;
		overflow-y: auto;
		width: 100%;
		color: #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-size: 1.14285714rem;
		line-height: 19px;
		line-height: 1.35714285714286;
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	}
		
	.wf-active #main-nav-menu {
		font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	}
		
	#main-nav-menu .block {
		max-width: 260px;
		z-index: 2;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}	
	#main-nav-menu:not(:target) {
		z-index: 1;
		height: 0;
	}
	.js-ready #main-nav-menu {
		height: 100%;
		width: 260px;
	}
	.js-ready #main-nav-menu .block {
		background: transparent;
	}
	.js-ready #main-nav-menu {
		left: -260px;
	}
	.js-ready #page {
		left: 0;
	}
	.js-nav #page {
		left: 260px;
	}
	.js-ready #main-nav-menu {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.js-ready #page {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.js-nav #page {
		-webkit-transform: translate3d(260px, 0, 0);
		-moz-transform: translate3d(260px, 0, 0);
		-ms-transform: translate3d(260px, 0, 0);
		-o-transform: translate3d(260px, 0, 0);
		transform: translate3d(260px, 0, 0);
	}
	.js-ready #main-nav-menu .block {
		opacity: 0.7;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(260px, 0, 0);
		-moz-transform: translate3d(260px, 0, 0);
		-ms-transform: translate3d(260px, 0, 0);
		-o-transform: translate3d(260px, 0, 0);
		transform: translate3d(260px, 0, 0);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.js-nav #main-nav-menu .block {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	/* Header Colors */

	.header-purple #main-nav-menu {
		background-color: #947d8d;
	}

	.header-green #main-nav-menu {
		background-color: #97be6d;
	}

	.header-turquoise #main-nav-menu {
		background-color: #7fadbc;
	}

	.header-yellow #main-nav-menu {
		background-color: #f7b446;
	}

	.header-light-blue #main-nav-menu {
		background-color: #5f8daf;
	}

	.header-dark-blue #main-nav-menu {
		background-color: #405c69;
	}

	.header-orange #main-nav-menu {
		background-color: #d0704b;
	}
		
	/* Off Canvas Nav */
	.main-navigation {
		display: block !important;
		color: #FFFFFF;
		padding: 0 0 12px 0;
		margin-bottom: 25px;
	}
	
	#main-nav-menu ul {
		margin: 0 0 15px;
		padding: 0;
		*zoom: 1;
	}
	#main-nav-menu ul li {
		margin: 0;
		line-height: 48px;
	}
	#main-nav-menu ul li a {
		padding: 14px 15px;
	}
	#main-nav-menu ul li ul {
		margin: 0;
	}
	#main-nav-menu ul li ul li a{
		padding-left: 28px;
		padding-left: 2rem;
	}

	.main-navigation li {
		font-size: 14px;
		font-size: 1rem;
		line-height: 19px;
		line-height: 1.35714285714286;
	}
	.main-navigation a {
		color: #FFFFFF;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: block;
		text-decoration: none;
	}
	.main-navigation li a {
		font-size: 16px;
		font-size: 1.14285714rem;
		line-height: 19px;
		line-height: 1.35714285714286;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: 600;
		color: #ffffff;
		padding: 10px 5% 8px 5%;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.wf-active .main-navigation li a {
		font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	}

	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
	}
	.main-navigation li ul li a {
		font-size: 14px;
		font-size: 1rem;
		line-height: 18px;
		line-height: 1.38461538461538;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		padding: 10px 5% 8px 12%;
		padding-left: 28px;
		padding-left: 2rem;
		text-decoration: none;
		display: block;
		background-color: transparent;
	}
	
	.header-purple .main-navigation .current-menu-item > a,
	.header-purple .main-navigation .current-menu-ancestor > a,
	.header-purple .main-navigation .current_page_item > a,
	.header-purple .main-navigation .current_page_ancestor > a {
		background: #7B6474;
	}
	
	.header-green .main-navigation .current-menu-item > a,
	.header-green .main-navigation .current-menu-ancestor > a,
	.header-green .main-navigation .current_page_item > a,
	.header-green .main-navigation .current_page_ancestor > a {
		background: #7EA554;
	}

	.header-turquoise .main-navigation .current-menu-item > a,
	.header-turquoise .main-navigation .current-menu-ancestor > a,
	.header-turquoise .main-navigation .current_page_item > a,
	.header-turquoise .main-navigation .current_page_ancestor > a {
		background: #6694A3;
	}

	.header-yellow .main-navigation .current-menu-item > a,
	.header-yellow .main-navigation .current-menu-ancestor > a,
	.header-yellow .main-navigation .current_page_item > a,
	.header-yellow .main-navigation .current_page_ancestor > a {
		background-color: #DE9B2D;
	}

	.header-light-blue .main-navigation .current-menu-item > a,
	.header-light-blue .main-navigation .current-menu-ancestor > a,
	.header-light-blue .main-navigation .current_page_item > a,
	.header-light-blue .main-navigation .current_page_ancestor > a {
		background: #467496;
	}

	.header-dark-blue .main-navigation .current-menu-item > a,
	.header-dark-blue .main-navigation .current-menu-ancestor > a,
	.header-dark-blue .main-navigation .current_page_item > a,
	.header-dark-blue .main-navigation .current_page_ancestor > a {
		background: #274350;
	}

	.header-orange .main-navigation .current-menu-item > a,
	.header-orange .main-navigation .current-menu-ancestor > a,
	.header-orange .main-navigation .current_page_item > a,
	.header-orange .main-navigation .current_page_ancestor > a {
		background: #B75732;
	}

	.main-navigation .current-menu-item .sub-menu,
	.main-navigation .current-page-ancestor .sub-menu,
	.main-navigation .current-menu-ancestor .sub-menu {
		display: block;
	}

	.main-navigation .sub-menu .current-menu-item > a,
	.main-navigation .sub-menu .current-menu-ancestor > a,
	.main-navigation .sub-menu .current_page_item > a,
	.main-navigation .sub-menu .current_page_ancestor > a {
		text-decoration: underline;
	}

	/* Sidebar Injected styles */
	.main-navigation .touch-button {
		position: absolute;
		z-index: 99999;
		right: 0;
		width: 60px;
		text-align: center;
		padding: 0px;
		height: 49px;
	}
	
	.header-purple .main-navigation .touch-button {
		background-color: #614A5A;
	}

	.header-green .main-navigation .touch-button {
		background-color: #648B3A;
	}

	.header-turquoise .main-navigation .touch-button {
		background-color: #4C7A89;
	}

	.header-yellow .main-navigation .touch-button {
		background-color: #C48133;
	}

	.header-light-blue .main-navigation .touch-button {
		background-color: #2C5A7C;
	}

	.header-dark-blue .main-navigation .touch-button {
		background-color: #0D2836;
	}

	.header-orange .main-navigation .touch-button {
		background-color: #9D3D18;
	}

	.main-navigation .touch-button:hover {
		cursor: pointer;
	}
	.main-navigation .touch-button .navicon {
		position: relative;
		font-size: 24px;
		color: #FFF;
	}
	
	#main-nav-menu ul li ul.show-sub-menu {
		display: block;
	}
	
	.entry-content,
	.entry-summary,
	.mu_register,
	.page-title,
	.archive-title,
	.site-content article,
	#page-header-title {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
		-ms-word-wrap: break-word;
	}
}

/* Minimum width of 830 pixels. */
@media screen and (min-width: 830px) {

	.main-logo {
		background-position: top left;
	}

	.main-logo .logo-hsph-main {
		width: 421px;
	}

	.left-nav {
		float: left;
		width: 20%;
	}
	.site-content {
		float: right;
		width: 77%;
	}
	
	#opencanvas {
		display: none;
	}
	.blog #main,
	.search #main,
	.single #main,
	.author #main,
	.archive #main,
	.category #main,
	.tag #main {
		padding: 0 4%;
	}
	.main-navigation {
		text-align: center;
	}
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	
	#site-navigation div {
		text-align: center;
		display: inline-block;
	}
	
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		font-family: Helvetica, Arial, sans-serif;
		border-bottom: 0;
		color: #FFF;
		line-height: 1.7;
		white-space: nowrap;
		padding: 0 7px;
		padding: 0 0.5rem;
		font-size: 16px;
		font-size: 1.14285714rem;
		font-weight: 600;
	}
	.wf-active .main-navigation li a {
		font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	}

	.main-navigation li a:hover {
		color: #FFF;
	}
	
	.main-navigation li:hover {
		background-color: #000;
		/* RGBa with 0.6 opacity */
		background-color: rgba(0, 0, 0, 0.8);
	}
	
	.main-navigation li:hover li {
		background-color: transparent;
	}
		
	.main-navigation li {
		margin: 0;
		margin: 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 600;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		/* Fallback for web browsers that don't support RGBa */
		background-color: #000;
		/* RGBa with 0.6 opacity */
		background-color: rgba(0, 0, 0, 0.8);
    	display: block;
		font-size: 13px;
		font-size: 0.92857143rem;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.5;
		padding: 7px 10px;
		padding: 0.5rem 0.714285714rem;
		width: 246px;
		width: 17.57142857rem;
		white-space: normal;
	}
	
	.main-navigation li ul li a:hover {
		color: #DE2641;
	}

	.main-navigation li ul li:first-child a {
		border-top-right-radius: 2px;
		padding-top: 8px;
		padding-top: 0.57142857rem;
	}
	
	.main-navigation li ul li:last-child a {
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #FFF;
	}
	
	/* Sidebar Injected styles */
	.main-navigation .touch-button {
		display: none;
	}
		
	/* sidebar navigation */
	
	.sidebar-navigation a {
		color: #FFFFFF;
	}
	.sidebar-navigation ul {
		text-indent: 0;
	}
	.sidebar-navigation li a, 
	.sidebar-navigation li {
		display: block;
	}
	.sidebar-navigation li a {
		font-size: 14px;
		font-size: 1rem;
		line-height: 18px;
		line-height: 1.38461538461538;
	}
	.sidebar-navigation li ul li a {
		font-size: 12px;
		font-size: 0.85714286rem;
		line-height: 18px;
		line-height: 1.38461538461538;
		padding-left: 14px;
		padding-left: 1rem;
	}
	
	/* our blog template puts the sidebar on the right. */
	.blog .site-content,
	.search .site-content,
	.single .site-content,
	.author .site-content,
	.archive .site-content,
	.category .site-content,
	.tag .site-content {
		float: left;
		width: 72%;
	}
	
	.widget-area {
		float: right;
		max-width: 210px;
		overflow: hidden;
		margin-left: 2%;
		width: 28%;
	}
	
	.blog .widget-area,
	.search .widget-area,
	.single .widget-area,
	.author .widget-area,
	.archive .widget-area,
	.category .widget-area,
	.tag .widget-area {
		width: 25%;
	}
		
	.social-icon {
		display: inline-block;
	}

	.entry-header .entry-title {
		clear: none;
	}
	
	.entry-header img.wp-post-image {
		float: right;
		clear: both;
		display: block;
	}
	
	.page-image-thumbnail {
		display: block;
	}

	.footer-logo-address {
		width: 27%;
		float: left;
	}

	.footer-nav {
		width: 66%;
		float: right;
		padding-left: 0;
		display: inline-block;
		margin-top: 0;
	}
	
	/* footer Logo */
	.footer-logo {
		display: block;
	}

	/* Address area */
	.footer-logo-address .vcard {
		display: block;
	}
	
	/* Sub Brand Page */
	
	.template-sub-brand-page .site-content {
		width: 76%;
	}	

	.template-sub-brand-page .carousel-single-title {
		font-size: 20px;
		line-height: 26px;
	}

	.template-sub-brand-page .carousel-single-text p {
		font-size: 17px;
		line-height: 22px;
	}

	.template-sub-brand-page #carousel-main-container {
		margin-left: 23%;
		margin-right: 1%;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.blog #main,
	.search #main,
	.single #main,
	.author #main,
	.archive #main,
	.category #main,
	.tag #main {
		padding: 0 3%;
	}

	#banner-bar {
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 500;
	}
	#banner-bar-inner {
		max-width: 1024px;
		max-width: 73.14285714rem;
		margin: 0 auto;
		margin-bottom: 5px;
		margin-bottom: 0.35714286rem;
	}
	.site-header {
		padding-bottom: 115px;
		padding-bottom: 8.21428571rem;
	}
	
	.main-navigation li a {
		font-size: 17px;
		font-size: 1.21428571rem;
		padding: 0 11px;
		padding: 0 0.78571429rem;
		line-height: 1.8;
	}
	
	/* Sub Brand Page */
	.template-sub-brand-page .carousel-single-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 14px;
		margin-bottom: 1rem;
	}

	.template-sub-brand-page .carousel-single-text p {
		font-size: 19px;
		line-height: 26px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 1024px) {
	.blog #main,
	.search #main,
	.single #main,
	.author #main,
	.archive #main,
	.category #main,
	.tag #main {
		padding: 0;
	}
	
	.full-width #main {
		padding-left: 0;
	}

	.main-navigation li a {
		line-height: 1.9;
		padding: 0 12px;
		padding: 0 0.85714286rem;
		font-size: 18px;
		font-size: 1.28571429rem;
		font-weight: bold;
	}
	.main-navigation li ul li a {
		padding: 5px 10px;
		padding: 0.35714286rem 0.714285714rem;
	}

	.page .site-content article {
		padding-right: 0;
	}
	
	.footer-logo-address {
		padding-left: 0;
	}
	
	#footer-connect,
	#footer-contact-menu,
	#footer-copyright {
		margin-left: 0;
		margin-right: 0;
	}
}


/* =HiDPI Displays
----------------------------------------------- */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	.main-logo {
		background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo-2x.png');
		background-size: 421px 189px;
	}
	.footer-logo {
		background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo-2x.png');
		background-size: 421px 189px;
	}
	#footer-icons-social .linkedin {
		background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo-2x.png');
		background-size: 421px 189px;
	}

	#footer-icons-social .itunes {
		background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo-2x.png');
		background-size: 421px 189px;
	}

	#footer-icons-social .appstore {
		background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo-2x.png');
		background-size: 421px 189px;
	}

	#footer-icons-social .googleplay {
		background-image: url('/web/20141009094358im_/http://www.hsph.harvard.edu/nutritionsource/wp-content/themes/hsph/images/logo-2x.png');
		background-size: 421px 189px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	.left-nav,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/*
     FILE ARCHIVED ON 09:43:58 Oct 09, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:48:02 Oct 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.544
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.018
  esindex: 0.009
  cdx.remote: 203.813
  LoadShardBlock: 669.092 (3)
  PetaboxLoader3.datanode: 525.904 (5)
  PetaboxLoader3.resolve: 491.85 (3)
  load_resource: 682.732 (2)
*/