/*
Theme Name: SPH Main Theme
Theme URI: http://www.hsph.harvard.edu/information-technology/
Author: HSPH Webteam
Author URI: http://www.hsph.harvard.edu/information-technology/
Description: The SPH Main Theme is used for departments websites and other groups and projects following the School's main visual identity.
Version: 1.3.96
Text Domain: hsph-theme-main-2016
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 * 16.0 - People
 * 17.0 - Faculty Profiles
 * 18.0 - Tribe Events Calendar
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d6d6db;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before,
.twitter-feed-title:before,
.ui-accordion .ui-accordion-header-icon:after,
.expandable .ui-expandable-header-icon:after,
#breadcrumbs .main-home:before,
.flex-direction-nav a:before,
.flex-pauseplay a:before,
.footer-primary-menu li > a:after,
#left-search .search-submit:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #484c58;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.wf-active body,
.wf-active button,
.wf-active input,
.wf-active select,
.wf-active textarea {
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

p.lead{
    font-size: 1.375rem;
    font-weight: 400;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.625;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-weight: 500;
	border-bottom: 1px solid #d6d6db;
	padding: 0 0 0.75rem 0;
	margin: 0 0 1.75em;
	font-size: 18px;
	font-size: 1.125rem;
	color: #a51c30;
	line-height: 1.7;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #484C58;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: normal;
	font-style: italic;
}

blockquote cite {
	margin-top: 12px;
	margin-top: .75em;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: italic;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: courier, monospace;
}

pre {
	font-size: 14px;
	margin: 0 10px 1.75em 0;
	color: #484c58;
	background-color: #ebedf1;
	border: 1px solid #cbcbd1;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	line-height: 1.7;
	display: inline-block;
	font-weight: normal;
}

code {
	background-color: #d6d6db;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d6d6db;
	cursor: help;
}

mark,
ins {
	background: #008cc0;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #FFF;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d6d6db;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

th,
td {
	border-bottom: 1px solid #d6d6db;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	min-width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #626778;
	font-family: "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #626778;
	font-family: "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #626778;
	font-family: "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #626778;
	font-family: "Helvetica Neue", sans-serif;
}

.wf-active ::-webkit-input-placeholder {
	color: #626778;
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

.wf-active :-moz-placeholder {
	color: #626778;
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

.wf-active ::-moz-placeholder {
	color: #626778;
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

.wf-active :-ms-input-placeholder {
	color: #626778;
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #a51c30;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
	font-size: 14px;
	font-size: .875rem;
}

button:not( '.main-menu-toggle' ):hover,
button:not( '.main-menu-toggle' ):focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #008cc0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #EFEFEF;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d6d6db;
	border-radius: 2px;
	color: #626778;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #008cc0;
	color: #292d33;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #626778;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 0;
	border: none;
	font-size: 13px;
	font-size: 0.813rem;
	padding: 13px 7px;
	width: 160px;
	-webkit-transition: width 0.5s ease-in-out;
 	   -moz-transition: width 0.5s ease-in-out;
		 -o-transition: width 0.5s ease-in-out;
			transition: width 0.5s ease-in-out;
}

input[type="search"].search-field:focus {
	width: 275px;
	background-color: #F7F7F7;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	background-color: #393d47;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007ead;
    text-decoration: none;
    -webkit-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    -moz-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    -ms-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    -o-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    transition: all 160ms cubic-bezier(.65, .05, .36, 1);
}

a:hover,
a:focus {
	color: #00658c;
}

a:active {
    color: #005c80;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    max-height: 0px;
}

#primary:not(.hsph-bootstrap) .entry-content p a,
#primary:not(.hsph-bootstrap) .entry-content h1 a,
#primary:not(.hsph-bootstrap) .entry-content h2 a,
#primary:not(.hsph-bootstrap) .entry-content h3 a,
#primary:not(.hsph-bootstrap) .entry-content h4 a,
#primary:not(.hsph-bootstrap) .entry-content h5 a,
#primary:not(.hsph-bootstrap) .entry-content h6 a,
#primary:not(.hsph-bootstrap) .entry-content ul li a {
    border-bottom: 1px dashed #5ba6c3;
}

/* remove border-bottom from the following locations */
h4.faculty-department > a{
    border-bottom: none;
}

#primary:not(.hsph-bootstrap) .entry-content p a:hover,
#primary:not(.hsph-bootstrap) .entry-content h1 a:hover,
#primary:not(.hsph-bootstrap) .entry-content h2 a:hover,
#primary:not(.hsph-bootstrap) .entry-content h3 a:hover,
#primary:not(.hsph-bootstrap) .entry-content h4 a:hover,
#primary:not(.hsph-bootstrap) .entry-content h5 a:hover,
#primary:not(.hsph-bootstrap) .entry-content h6 a:hover,
#primary:not(.hsph-bootstrap) .entry-content ul li a:hover {
    border-bottom-color: #0a6c90;
}

/**
 * 6.2 - Menus
 *
 * The actual menu
 *
 * Here be all the stuff for the menu itself.
 * =============================================
 */

#navbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	background-color: #393d47;
	height: 100%;
	overflow-y: auto;
	box-shadow: none;
	width: 300px;
	padding-top: 42px;
	-webkit-transform: translateX(-300px);
	   -moz-transform: translateX(-300px);
	 	-ms-transform: translateX(-300px);
		 -o-transform: translateX(-300px);
			transform: translateX(-300px);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
 	   -moz-transition: -moz-transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
		 -o-transition: -o-transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.main-menu-open-close #navbar {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
		 -o-transform: translateX(0);
	 	-ms-transform: translateX(0);
			transform: translateX(0);
}

/**
 * Menu mask
 *
 * A mask that comes in and covers the wrapper when the menu is active.
 * =============================================
 */

.menu-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
 	   -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
		 -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.main-menu-open-close .menu-mask {
  visibility: visible;
  opacity: 1;
}

#wrapper {
	overflow: hidden;
}


/**
 * 6.3.1 Close Toggle
 *
 * a.k.a. hamburger icon. See the "resets" section for global button resets.
 * =============================================
 */

.main-menu-toggle {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	width: 24px;
	height: 18px;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8px, #FFFFFF 8px, #FFFFFF 11px, rgba(255, 255, 255, 0) 11px, rgba(255, 255, 255, 0) 18px);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8px, #FFFFFF 8px, #FFFFFF 11px, rgba(255, 255, 255, 0) 11px, rgba(255, 255, 255, 0) 18px);
	font-size: 0;
	text-indent: -9999px;
}

.main-menu-toggle:hover,
.main-menu-toggle:focus {
	will-change: transform;
	background-color: transparent;
}

.main-menu-toggle::before,
.main-menu-toggle::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  content: "";
}

.main-menu-toggle::before {
  top: 0;
  -webkit-transform-origin: bottom left;
	 -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
	   -o-transform-origin: bottom left;
          transform-origin: bottom left;
}

.main-menu-toggle::after {
  bottom: 0;
  -webkit-transform-origin: top left;
	 -moz-transform-origin: top left;
      -ms-transform-origin: top left;
	   -o-transform-origin: top left;
          transform-origin: top left;
}

.main-menu-toggle,
.main-menu-toggle::before,
.main-menu-toggle::after {
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

/* active states */
.main-menu-open-close .main-menu-toggle {
	background: rgba(68, 68, 68, 0);
}

.main-menu-open-close .main-menu-toggle::before {
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
	top: -1px;
}

.main-menu-open-close .main-menu-toggle::after {
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
	bottom: -2px;
}

/**
 * 6.3.2 Close Menu Button
 * =============================================
 */

/**
 * 6.3.2 Close Menu Button
 * =============================================
 */

.main-menu-caption {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 950;
	background: transparent;
	background-color: #393d47;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding-left: 45px;
	height: 42px;
	width: 300px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-300px);
	   -moz-transform: translateX(-300px);
	  	-ms-transform: translateX(-300px);
		 -o-transform: translateX(-300px);
			transform: translateX(-300px);
}

.main-menu-open-close .main-menu-caption {
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	  	-ms-transform: translateX(0px);
		 -o-transform: translateX(0px);
			transform: translateX(0px);
}

.main-menu-caption-text {
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
		    transition-delay: 0.5s;
	position: relative;
	left: -100px;
	opacity: 0;
}

.main-menu-open-close .main-menu-caption-text {
	left: 0;
	opacity: 1;
}

.main-menu-caption:hover,
.main-menu-caption:focus {
	background-color: #393d47;
}

/**
 * 6.5 Off Canvas Navigation
 * =============================================
 */

#nav-primary-menu ul,
#nav-utility-menu ul,
#nav-audience-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav-primary-menu ul a,
#nav-utility-menu ul a,
#nav-audience-menu ul a {
	color: #FFF;
}

#nav-primary-menu ul a:hover,
#nav-utility-menu ul a:hover,
#nav-audience-menu ul a:hover,
#nav-primary-menu ul a:focus,
#nav-utility-menu ul a:focus,
#nav-audience-menu ul a:focus {
	color: rgba(255, 255, 255, 0.6);
}

#nav-primary-menu,
#nav-utility-menu {
	border-bottom: 6px solid rgba(255, 255, 255, 0.3);
	padding: 15px 30px;
	margin: 0;
}

#nav-primary-menu ul li  {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 12px 0;
}
#nav-primary-menu ul li:last-child {
	border-bottom: none;
}

#nav-header-menu,
#nav-utility-menu {
	border-bottom: 6px solid rgba(255, 255, 255, 0.3);
	padding: 15px 30px;
	margin: 0;
}

#nav-audience-menu {
	padding: 15px 30px;
	margin: 0;
}
#nav-audience-menu ul li {
	padding: 6px 6px 6px 0;
 	font-size: 14px;
}

#nav-audience-menu span {
	color: #e3e8e9;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

#navbar #nav-utility-menu li  {
	display: inline-block;
	font-size: 14px;
	padding: 0 20px 10px 0;
	width: 25%;
}

/*
Webkit scrollbar styling for left-side menu because I hate my
life when I have to see a system scroll bar in the middle of a
website like hello it's not 1999 this isn't my first website I
don't see any marquees with messages anywhere (but those should come back).
Rant over.
*/

.navbar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.navbar::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.navbar::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.1);
	border: 0px none #ffffff;
}
.navbar::-webkit-scrollbar-thumb:active {
	background: rgba(255,255,255,0.05);
}
.navbar::-webkit-scrollbar-track {
	background: #555555;
}
.navbar::-webkit-scrollbar-corner {
	background: transparent;
}

/**
 * 6.5 Audience Navigation
 * =============================================
 */

#site-audience-menu {
    display: inline-block;
}

#site-audience-menu ul,
#site-atoz-menu ul {
	margin: 0;
	list-style: none;
}

#site-audience-menu ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    padding-left: 0;
    margin-right: 0;
    letter-spacing: .02em;
}

#site-audience-menu ul li a {
    color: #FFF;
}

#site-audience-menu ul li a:hover {
    color: #EBEBEB;
	color: rgba(255, 255, 255, 0.8);
}

#site-audience-menu #audience-navigation {
	display: inline-block;
}

/**
 * A to Z Navigation
 */
#site-atoz-menu {
	padding-top: 6px;
	margin-right: 175px;
	float: left;
}

#site-atoz-menu a {
	font-size: 12px;
	color: white;
}

#site-atoz-menu a:hover {
    color: #EBEBEB;
	color: rgba(255, 255, 255, 0.8);
}

/**
 * Utility Navigation
 */

#site-utility-menu ul li {
    font-size: 13px;
    padding: 0 8px;
    margin: 0;
    display: inline-block;
}

#site-utility-menu li a {
    color: #484C58;
    text-decoration: none;
    font-weight: normal;
}

#site-utility-menu li a:hover {
    color: #000;
    text-decoration: none;
}

/**
 * Primary Navigation
 */

#site-header-menu {
    margin: 0;
    clear: both;
    margin-top: 30px;
    display: none;
}

#site-header-menu ul {
    margin: 0;
    padding: 0;
}

#site-header-menu ul li:first-child {
    padding-left: 0;
}

#site-header-menu ul li {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 0 15px;
    margin: 0;
    border-right: 1px solid #d6d6db;
    display: inline-block;
    line-height: 1.5;
}

#site-header-menu ul li:last-child {
    border-right: none;
}

#site-header-menu ul li a {
	color: #484C58;
	text-decoration: none;
	font-weight: normal;
	font-weight: 600;
}

#site-header-menu ul li:hover a {
	color: #a51c30;
	text-decoration: none;
}


/**
 * Navigation for greater than 1024 px
 */

#site-audience-menu {
	padding: 6px 0px;
}

#site-audience-menu .information-for {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    color: #EBEBEB;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-weight: 600;
}

#site-utility-menu {
    text-align: right;
    float: right;
	padding: 40px 0 0 0;
	display: none;
}

/**
 * Social Media Navigation
 */

.social-navigation li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.social-navigation li:last-child {
	margin-right: 0;
}

.social-navigation a {
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
	color: #FFF;
	font-size: 0;
}

.site-info .social-navigation a,
.site-info .social-navigation a:hover,
.site-info .social-navigation a:focus {
	box-shadow: none;
	font-size: 0;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	background-color: #058E97;
	border: none;
	border-radius: 5px;
	font-size: 27px;
	font-size: 1.688rem;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #FFF;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
	background-color: #000;
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
	background-color: #333;
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
	background-color: #ea4c89;
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
	background-color: #007ee5;
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
	background-color: #3664a2;
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
	background-color: #0063DC;
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
	background-color: #F84777;
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
	background-color: #DC4E41;
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
	background-color: #171515;
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
	background-color: #4090DB;
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
	background-color: #0077B5;
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
	background-color: #e62f17;
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
	background-color: #BD081C;
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
	background-color: #ED4055;
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
	background-color: #bc0b0b;
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
	background-color: #ff5700;
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
	background-color: #00AFF0;
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
	background-color: #ec4b24;
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
	background-color: #34465D;
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
	background-color: #55ACEE;
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
	background-color: #1ab7ea;
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
	background-color: #21759b;
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
	background-color: #cd201f;
    background: -webkit-linear-gradient( #e52d27, #b31217 );
    background: -o-linear-gradient( #e52d27, #b31217 );
    background: -moz-linear-gradient( #e52d27, #b31217 );
    background: linear-gradient( #e52d27, #b31217 );
}

.social-navigation a[href^="mailto:"]:before,
.social-navigation a[href*="eepurl.com"]:before {
	content: "\f410";
	background-color: #63AED0;
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
	background-color: #1ED760;
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
	background-color: #6441A5;
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
	background-color: #FF6600;
}

.social-navigation a[href*="itunes.apple.com/us/itunes-u"]:before,
.social-navigation a[href*="itunes.apple.com/us/podcast"]:before {
	background: #c641fc;
    background-image: url('assets/images/logo-sprite.svg');
    background-image: url('assets/images/logo-sprite.svg'), -webkit-linear-gradient( #ee4bb7 90%, #c641fc 100% );
    background-image: url('assets/images/logo-sprite.svg'), -o-linear-gradient( #ee4bb7 90%, #c641fc 100% );
    background-image: url('assets/images/logo-sprite.svg'), -moz-linear-gradient( #ee4bb7 90%, #c641fc 100% );
    background-image: url('assets/images/logo-sprite.svg'), linear-gradient( #ee4bb7 90%, #c641fc 100% );
    background-position: -35px -157px;
    background-size: 232px 187px;
    background-repeat: no-repeat;
    content: ' ';
}

.social-navigation a[href*="itunes.apple.com/us/app"]:before {
	background: #1d64f0;
    background-image: url('assets/images/logo-sprite.svg');
    background-image: url('assets/images/logo-sprite.svg'), -webkit-linear-gradient( #19d6fd 90%, #1d64f0 100% );
    background-image: url('assets/images/logo-sprite.svg'), -o-linear-gradient( #19d6fd 90%, #1d64f0 100% );
    background-image: url('assets/images/logo-sprite.svg'), -moz-linear-gradient( #19d6fd 90%, #1d64f0 100% );
    background-image: url('assets/images/logo-sprite.svg'), linear-gradient( #19d6fd 90%, #1d64f0 100% );
    background-position: 0px -157px;
    background-size: 232px 187px;
    background-repeat: no-repeat;
    content: ' ';
}

.social-navigation a[href*="play.google.com"]:before {
	background: #000;
    background-image: url('assets/images/logo-sprite.svg');
    background-image: url('assets/images/logo-sprite.svg');
    background-image: url('assets/images/logo-sprite.svg');
    background-image: url('assets/images/logo-sprite.svg');
    background-image: url('assets/images/logo-sprite.svg');
    background-position: -71px -157px;
    background-size: 232px 187px;
    background-repeat: no-repeat;
    content: ' ';
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
	background-color: #6441A5;
}

/* Social Nav Buttons */
.sd-social-icon-text ul li a.sd-button:before {
    font-family: 'Genericons' !important;
}

/*
 * Lefthand Navbar Styles
 *
 */
.left-nav {
	padding: 0 25px 40px 6%;
}

.left-nav .section-title {
	position: relative;
}

.left-nav .section-title .dropdown-toggle {
    top: 0;
}

.left-nav .left-collapse-container {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.left-nav .left-collapse-container.toggled-on {
    max-height: 1000px;
}

.left-nav .section-title a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.3;
    color: #484C58;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #484C58;
    margin: 0 0 18px 0;
    display: block;
}

#left-search .search-form {
	position: static;
    vertical-align: top;
}

#left-search input[type="search"].search-field {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: calc( 100% - 42px );
    padding: 8px;
    border: 1px solid rgba(220, 216, 204, 0.8);
    font-size: 13px;
    margin-bottom: 16px;
    background: #FFF;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#left-search .search-submit {
	position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 34px;
    height: 34px;
    right: 5px;
}

#left-search .search-submit:after {
	content: '\f400';
	font-size: 23px;
}

#left-search .search-submit:before {
	content: '';
	display: none;
}

#site-left-nav ul {
	margin: 0;
	padding: 0;
}

#site-left-nav li {
	position: relative;
}

#site-left-nav ul ul {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

#site-left-nav ul .toggled-on {
    max-height: 700px;
}

#site-left-nav ul li {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 7px;
	padding-right: 0;
	border-bottom: 1px solid #59585929;
	list-style-type: none;
	line-height: 1.25;
}

#menu-left-nav .menu-item-has-children a {
    padding-right: 25px;
}

#site-left-nav ul li ul li {
	padding-left: 12px;
	border-bottom: none;
	border-left: 2px solid rgba(220, 216, 204, 0.9);
}

#site-left-nav ul ul ul ul,
#site-left-nav ul ul ul .dropdown-toggle {
	display: none;
}

#site-left-nav li ul li:first-child {
	padding-top: 6px;
	margin-top: 6px;
}

#site-left-nav li a {
	color: #484C58;
	text-decoration: none;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

#site-left-nav li a:hover {
    color: #000;
    text-decoration: none;
}

#site-left-nav li.current-menu-item > a,
#site-left-nav li.current_page_item > a {
    color: #a51c30;
    font-weight: bold;
}

#site-left-nav .current-menu-item > a,
#site-left-nav .current-menu-ancestor > a,
#site-left-nav .current_page_item > a,
#site-left-nav .current_page_ancestor > a {
	font-weight: bold;
}

#site-left-nav .sub-menu .current-menu-item > a,
#site-left-nav .sub-menu .current-menu-ancestor > a,
#site-left-nav .sub-menu .current_page_item > a,
#site-left-nav .sub-menu .current_page_ancestor > a,
#site-left-nav .children .current-menu-item > a,
#site-left-nav .children .current-menu-ancestor > a,
#site-left-nav .children .current_page_item > a,
#site-left-nav .children .current_page_ancestor > a {
	font-weight: bold;
}

#site-left-nav ul li.current-menu-item > ul,
#site-left-nav ul li.current-menu-ancestor > ul,
#site-left-nav ul li.current_page_item > ul,
#site-left-nav ul li.current_page_ancestor > ul {
	display: block;
}

#site-left-nav .sub-menu .sub-menu .current-menu-item > a,
#site-left-nav .sub-menu .sub-menu .current-menu-ancestor > a,
#site-left-nav .sub-menu .sub-menu .current_page_item > a,
#site-left-nav .sub-menu .sub-menu .current_page_ancestor > a,
#site-left-nav .sub-menu .children .current-menu-item > a,
#site-left-nav .sub-menu .children .current-menu-ancestor > a,
#site-left-nav .sub-menu .children .current_page_item > a,
#site-left-nav .sub-menu .children .current_page_ancestor > a {
	font-weight: bold;
}

/**
 * 6.4 Dropdown Toggles
 * =============================================
 */

.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    content: "";
    padding: 0 10px;
    position: absolute;
    right: 0;
    color: #333;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
    text-align: center;
}

.dropdown-toggle:after {
	color: #393d47;
	content: "\f431";
	font-size: 18px;
	line-height: 32px;
	position: relative;
	top: -8px;
    left: -8px;
	width: 32px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle.toggle-on:after {
	left: -10px;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

.post-navigation {
	clear: both;
	margin: 0 7.6923% 3.5em;
}

/**
 * 6.5 Post Navigation
 * =============================================
 */

.post-navigation a {
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #008cc0;
}

.post-navigation .nav-previous, .post-navigation div + div {
	border-top: 1px solid #d6d6db;
}

.post-navigation .nav-next {
	border-bottom: 1px solid #d6d6db;
}


/**
 * 6.9 Pagination
 * =============================================
 */

.pagination {
    display: block;
	position: relative;
}

.search .site-main .pagination {
    margin-bottom: 2em;
}

.pagination .nav-links {
	padding: 0 25px 0 6%;
    margin: 0;
    text-align: center;
    padding-top: 2.5em;
}

.pagination .page-numbers {
    color: #008CC0;;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    padding: 6px 12px;
    display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.71428571;
}

.pagination .page-numbers.current {
    color: #585858;
    background-color: rgba(220, 216, 204, 0.4);
	font-weight: 700;
}

.pagination .dots {
    color: #585858;
}

.pagination .prev,
.pagination .next {
    display: inline-block;
    height: 28px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 10px;
}

.pagination .prev {
	margin-right: 10px;
}

.pagination .next {
	margin-left: 10px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	color: #333;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	color: #292d33;
	text-decoration: underline;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

/**
 * 6. Image Navigation
 * =============================================
 */

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d6d6db;
	border-bottom: 1px solid #d6d6db;
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

/**
 * 6.8 Footer Menus
 * =============================================
 */

.hsph-footer-primary-menu {
	margin: 0 auto;
	margin-bottom: 1.75em;
}

.footer-audience-menu .footer-audience-navigation {
    display: inline-block;
}

.footer-audience-menu li {
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    font-size: 0.875rem;
    list-style: none;
}

.footer-audience-menu .footer-information-for,
.footer-audience-menu li a {
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-primary-menu {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.footer-primary-menu ul.hsph-footer-primary-menu > li {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 280px;
    min-width: 200px;
    width: 100%;
    margin: 0 2% 15px 0;
    height: 35px;
    padding: 8px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    list-style: none;
    text-align: left;
}

.footer-primary-menu ul.hsph-footer-primary-menu > li:hover {
	background-color: #737373;
}

.footer-primary-menu li a {
    color: #FFF;
}

.footer-primary-menu li > a:after {
	color: #efefef;
	content: '\f431';
	font-size: 20px;
	line-height: 1;
	vertical-align: top;
	margin-top: -1px;
	position: absolute;
    right: 3px;
    display: none;
}
.footer-primary-menu li > a:only-child:after {
	content: '';
	width: 0;
	height: 0;
}
.footer-primary-menu li {
	margin: 0 28px 0 0;
	margin: 0 2rem 0 0;
	position: relative;
}
.footer-primary-menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.footer-primary-menu li ul ul {
	top: 0;
	left: 100%;
}
.footer-primary-menu li ul li {
	margin: 0;
	list-style: none;
}
.footer-primary-menu li ul li a {
	background-color: #737373;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	white-space: normal;
	margin-left: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: none;
	border-top: none;
}
.footer-primary-menu li ul li a:hover {
	background-color: #5D5D5D;
}
.footer-primary-menu li ul li:last-child a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-primary-menu li ul li:first-child a {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-primary-menu li ul li a:hover,
.main-navigation li ul li a:focus {
	color: #efefef;
}

.footer-footer-menu .hsph-footer-menu {
	margin: 0;
}

.footer-footer-menu li {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25;
}

.footer-footer-menu li a {
    color: #FFF;
}

.footer-footer-menu li:last-of-type {
    border: none;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
    z-index: 100000;
    clip-path: none;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
    margin-bottom: 1em;
}

.profile-page .widget,
.landing-page .widget {
	background-color: #f0f0f2;
	margin-bottom: 1.5em;
	padding: 5%;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
    color: #a51c30;
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #292d33;
}

/* Calendar widget */

.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #008cc0;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #626778;
	color: #fff;
}

/* Recent Posts widget */

.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_recent_entries ul li {
    padding: 0.5em 0;
    line-height: 1.2;
    clear: both;
}

.widget.widget_recent_entries a {
    font-weight: 600;
}

.widget_recent_entries .post-date {
	color: #a51c30;
	display: block;
	font-size: 0.875rem;
	line-height: 1.615384615;
}

.widget_recent_entries a.post-title {
	font-weight: 600;
	display: block;
}

.widget_recent_entries .post-thumbnail {
    float: left;
    max-width: 100px;
    margin: 5px 10px 3px 0;
    padding: 0 0;
}

.widget.widget_recent_entries .post-excerpt {
    font-weight: 100;
}
.widget.widget_recent_entries .post-excerpt p {
    margin: 0 0 1.5em;
    padding: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #626778;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a,
.related-topics-cloud a {
	background-color: #EFEFEF;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a.selected,
.related-topics-cloud a.active-topic {
	background-color: #484C58;
    color: #FFF;
}

.tagcloud a:hover,
.tagcloud a:focus,
.related-topics-cloud a:hover,
.related-topics-cloud a:focus {
	color: #008cc0;
	outline: 0;
}

.tagcloud a.selected:hover,
.tagcloud a.selected:focus,
.related-topics-cloud a.active-topic:hover,
.related-topics-cloud a.active-topic:focus {
	color: #FFF;
}

/* Related Topics widget */
.related-topics-links > div {
	display: none;
}

.related-topics-links .active-topic {
	display: block;
}

.related-topics-links ul {
	list-style: none;
	margin-left: 0;
}

.related-topics-links ul li {
	margin-top: 10px;
	list-style: none;
}

.related-topics-links .related-more-link a {
	color: #a51c30;
}

.related-topics-links .related-more-link a:hover:after {
    content:" »";
}

/* styles "Explore research..." */
.widget.widget_hsph_explore_by_topic a {
	color: #a51c30;
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

/* adds the carrots on hover just for fun */
.widget_hsph_explore_by_topic a:hover:after {
	content:" »";
}

/*
 * Spotlight Carousel widget
 */

.sidebar-carousel-container {
	position: relative;
}

.sidebar-carousel-container a,
.sidebar-carousel-container a:hover,
.sidebar-carousel-container a:focus {
	text-decoration: none;
}

.sidebar-carousel-container .slides {
	margin-bottom: 0;
}

.sidebar-carousel-container .sidebar-carousel-slide-text {
	font-size: 14px;
	font-size: 0.875rem;
    color: #484C58;
    line-height: 1.5;
}

.sidebar-carousel-container .sidebar-carousel-slide-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
}

.sidebar-carousel-container .post-date {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 0.8125rem;
    color: #777;
}

.sidebar-carousel-container .flex-control-nav {
	position: static;
	text-align: left;
	margin-bottom: 0;
}

.sidebar-carousel-container .flex-direction-nav {
	display: none;
}

/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main > :last-child {
	margin-bottom: 0;
}

/**
 * 11.1.0 - Header
 */

.site-header {
	padding: 45px 40px 0 6%;
}

#audience-bar {
    background-color: #a51c30;
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 6%;
    min-height: 42px;
    overflow: hidden;
}

#index-search {
	float: right;
  	margin: 0;
}

#search {
	height: 34px;
	background-color: rgba(255, 255, 255, 0.8);
	float: right;
	padding: 0;
	margin: 0;
	position: absolute;
    right: 0;
}

.site-branding {
	margin: 0.875em auto 0 0;
	display: inline-block;
}

.site-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	display: inline-block;
    text-indent: -9999px;
    background-color: transparent;
    background-position: 0 -63px;
    background-size: 360px 290px;
    background-image: url('assets/images/logo-sprite.svg');
    background-repeat: no-repeat;
    overflow: hidden;
    width: 350px;
    height: 58px;
}
#primary.full-width > main {
    margin: 0 0 !important;
}

/**
 * 11.1.0 - Breadcrumbs
 */

#breadcrumbs {
    background-color: rgba(220, 216, 204, 0.4);
    padding: 18px 25px 9px 6%;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 30px;
}

#breadcrumbs.hsph-site-title-hidden {
    margin-top: 1.5rem;
}

#breadcrumbs .main-home span {
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    background-color: #f1f1f1;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

#breadcrumbs .main-home:before {
	content: '\f409';
    font-size: 24px;
    top: -3px;
    position: relative;
}

.header-image {
	clear: both;
	margin: 0 auto 30px auto;
    overflow: hidden;
}

.header-image img {
    height: auto;
    max-width: none;
    width: 100%;
}

/**
 * 11.2 - Posts and pages
 */

.site-main {
	margin-bottom: 40px;
}

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    font-family: "Merriweather", Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #484C58;
    line-height: 1.8;
    padding: 0 25px 0 6%;
    margin: 0;
}

.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	color: #A51C30;
	padding: 0;
	margin-bottom: 15px;
}

.entry-content li {
	margin-bottom: 15px;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	width: auto;
}

.wp-caption.post-thumbnail img {
	margin-bottom: 5px;
}

.archive .post-thumbnail img,
.blog .post-thumbnail img,
.search .post-thumbnail img {
    float: left;
    max-width: 125px;
    margin-right: 20px;
    margin-bottom: 0;
}

.profile-page .post-thumbnail {
	margin: 0;
	padding: 0;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.twitter-footer,
.year-date,
.comments-area,
.image-navigation,
.post-navigation,
.page-header,
.page-content,
.content-bottom-widgets {
	padding: 0 25px 0 6%;
	margin: 0;
}

.one-column .entry-content,
.one-column .entry-summary,
.one-column .entry-header,
.one-column .entry-footer,
.one-column .comments-area,
.one-column .image-navigation,
.one-column .post-navigation,
.one-column .page-content {
    padding: 0 6%;
	margin: 0;
	max-width: 1200px;
    margin: 0 auto;
}

.page-template-default.no-sidebar .site-main article,
.page-template-landing-page.no-sidebar .site-main article {
	max-width: 1200px;
}

#primary:not(.hsph-bootstrap) .entry-content h1,
#primary:not(.hsph-bootstrap) .entry-summary h1,
#primary:not(.hsph-bootstrap) .comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	color: #A51C30;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 1em;
}

#primary:not(.hsph-bootstrap) .entry-content h2,
#primary:not(.hsph-bootstrap) .entry-summary h2,
#primary:not(.hsph-bootstrap) .comment-content h2,
.textwidget h2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 2em;
	margin-bottom: 1rem;
	clear: none;
}

.blog #primary:not(.hsph-bootstrap) .entry-header h2,
.archive #primary:not(.hsph-bootstrap) .entry-header h2,
.search #primary:not(.hsph-bootstrap) .entry-header h2 {
	font-size: 1.5rem;
	border-top: 1px solid #d6d6db;
	padding-top: 1em;
}

.blog .site-main article:first-child .entry-header h2,
.archive .site-main article:first-child .entry-header h2,
.search .site-main article:first-child .entry-header h2 {
	border-top: none;
	padding-top: 0;
}

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	margin-bottom: 1.5em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	color: #a51c30;
}

#primary:not(.hsph-bootstrap) .entry-content h3,
#primary:not(.hsph-bootstrap) .entry-content h4,
#primary:not(.hsph-bootstrap) .entry-content h5,
#primary:not(.hsph-bootstrap) .entry-content h6,
#primary:not(.hsph-bootstrap) .entry-summary h3,
#primary:not(.hsph-bootstrap) .entry-summary h4,
#primary:not(.hsph-bootstrap) .entry-summary h5,
#primary:not(.hsph-bootstrap) .entry-summary h6,
#primary:not(.hsph-bootstrap) .comment-content h3,
#primary:not(.hsph-bootstrap) .comment-content h4,
#primary:not(.hsph-bootstrap) .comment-content h5,
#primary:not(.hsph-bootstrap) .comment-content h6,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 1rem;
	margin-bottom: 1rem;
	clear: none;
}

#primary:not(.hsph-bootstrap) .entry-content h5,
#primary:not(.hsph-bootstrap) .entry-content h6,
#primary:not(.hsph-bootstrap) .entry-summary h5,
#primary:not(.hsph-bootstrap) .entry-summary h6,
#primary:not(.hsph-bootstrap) .comment-content h5,
#primary:not(.hsph-bootstrap) .comment-content h6 {
	color: #a51c30;
	font-weight: 400;
}

#primary:not(.hsph-bootstrap) .entry-content h6,
#primary:not(.hsph-bootstrap) .entry-summary h6,
#primary:not(.hsph-bootstrap) .comment-content h6,
.textwidget h6 {
	font-style: italic;
}

#primary:not(.hsph-bootstrap) .entry-content h1:first-child,
#primary:not(.hsph-bootstrap) .entry-content h2:first-child,
#primary:not(.hsph-bootstrap) .entry-content h3:first-child,
#primary:not(.hsph-bootstrap) .entry-content h4:first-child,
#primary:not(.hsph-bootstrap) .entry-content h5:first-child,
#primary:not(.hsph-bootstrap) .entry-content h6:first-child,
#primary:not(.hsph-bootstrap) .entry-summary h1:first-child,
#primary:not(.hsph-bootstrap) .entry-summary h2:first-child,
#primary:not(.hsph-bootstrap) .entry-summary h3:first-child,
#primary:not(.hsph-bootstrap) .entry-summary h4:first-child,
#primary:not(.hsph-bootstrap) .entry-summary h5:first-child,
#primary:not(.hsph-bootstrap) .entry-summary h6:first-child,
#primary:not(.hsph-bootstrap) .comment-content h1:first-child,
#primary:not(.hsph-bootstrap) .comment-content h2:first-child,
#primary:not(.hsph-bootstrap) .comment-content h3:first-child,
#primary:not(.hsph-bootstrap) .comment-content h4:first-child,
#primary:not(.hsph-bootstrap) .comment-content h5:first-child,
#primary:not(.hsph-bootstrap) .comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

#primary:not(.hsph-bootstrap) .wf-active .entry-content h1,
#primary:not(.hsph-bootstrap) .wf-active .entry-content h2,
#primary:not(.hsph-bootstrap) .wf-active .entry-content h3,
#primary:not(.hsph-bootstrap) .wf-active .entry-summary h1,
#primary:not(.hsph-bootstrap) .wf-active .entry-summary h2,
#primary:not(.hsph-bootstrap) .wf-active .entry-summary h3,
#primary:not(.hsph-bootstrap) .wf-active .comment-content h1,
#primary:not(.hsph-bootstrap) .wf-active .comment-content h2,
#primary:not(.hsph-bootstrap) .wf-active .comment-content h3,
.wf-active .textwidget h1,
.wf-active .textwidget h2,
.wf-active .textwidget h3 {
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.year-date {
    font-weight: 600;
    margin-bottom: .7em;
    display: block;
    font-size: 20px;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 20px;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}


.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
    margin-right: 1em;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
    margin-right: 2px;
    font-size: 20px;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.sticky-post {
	color: #626778;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/*pagination for non-multi-site blog archives*/

body.group-blog:not(.multisite) #primary .site-main .pagination {
    padding: 0 25px 0 6%;
}

.multisite-term-archive .entry-footer {
    display: none;
}

@media only screen and (max-width: 1800px) {
    .page-template-full-width #main .entry-header,
    .page-template-full-width #main .entry-content,
    .page-template-full-width #main .entry-footer{
        padding: 0;
    }
}
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
    padding: 30px 0;
    color: #292d33;
}

.taxonomy-description {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d6d6db;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #292d33;
	border-color: #292d33;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #008cc0;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #292d33;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.search .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #292d33;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d6d6db;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #292d33;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #626778;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #008cc0;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d6d6db;
	border-radius: 2px;
	color: #008cc0;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #008cc0;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #626778;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d6d6db;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #008cc0;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #292d33;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
    margin-left: 6%;
    margin-right: 40px;
    width: auto;
    margin-bottom: 3em;
}

/**
 * 11.6 - Footer
 */
#twitter-footer {
	max-width: 1200px;
	padding: 40px 5%;
	margin: 0 auto;
	border-top: 1px solid #efefef;
}

#twitter-carousel-container {
	padding: 10px 50px 0 50px;
	position: relative;
}

#twitter-footer .twitter-feed-title {
	font-size: 14px;
	font-size: 0.875rem;
    text-transform: uppercase;
    color: #626778;
    font-weight: 600;
    line-height: 2.3;
    text-align: center;
}

.twitter-feed-title:before {
	content: '\f202';
	color: #55ACEE;
	font-size: 32px;
	margin-right: 10px;
}

#twitter-slide-controls .flex-control-nav {
	display: none;
}

#twitter-slide-controls .flex-direction-nav a {
	opacity: 0.3;
	margin: -20px 0 0;
}

#twitter-slide-controls .flex-direction-nav .flex-prev {
	left: 0px;
}

#twitter-slide-controls .flex-direction-nav .flex-next {
	right: 0px;
}

#twitter-slide-controls .flex-direction-nav a:before {
    content: '\f431';
    -webkit-transform: rotate(90deg);  /* Saf3.1+, Chrome */
       -moz-transform: rotate(90deg);  /* FF3.5+ */
    	-ms-transform: rotate(90deg);  /* IE9 */
    	 -o-transform: rotate(90deg);  /* Opera 10.5 */
			transform: rotate(90deg);
}

#twitter-slide-controls .flex-direction-nav a.flex-next:before {
    content: '\f432';
}

#hsph-news-footer {
    background-color: rgba(220, 216, 204, 0.4);
    padding: 30px 5%;
    margin-bottom: 0;
}

#hsph-news-footer .footer-news-title {
    color: #a51c30;
    font-size: 17px;
    font-size: 1.063rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 20px;
}

#hsph-news-footer .news-item {
    display: block;
    clear: both;
    overflow: hidden;
}

#hsph-news-footer .news-item-image img {
    width: 40%;
    float: left;
    margin-bottom: 15px;
    margin-right: 4%;
}

#hsph-news-footer h3 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	clear: none;
}

#hsph-news-footer .news-item a:focus{
    outline-offset: -3px;
}


.site-footer {
	background-color: #393d47;
    margin-top: 0;
    text-align: center;
    padding: 30px 15px;
}

.site-info .site-footer-logo a {
    display: inline-block;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0);
    background-position: 0px -186px;
    background-size: 360px 290px;
    background-image: url('assets/images/logo-sprite.svg');
    background-repeat: no-repeat;
    overflow: hidden;
    width: 360px;
    height: 58px;
    text-decoration: none;
}

.site-info .vcard {
    margin: 25px 0 10px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #fff;
    font-style: normal;
}

.site-info .vcard .street-address,
.site-info .vcard .locality,
.site-info .vcard .postal-code,
.site-info .vcard .tel {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
}

.site-info .vcard .tel,
.site-info .vcard .adr {
    display: inline-block;
}

.site-info .vcard .locality {
    padding-right: 0;
}

.site-info .vcard abbr[title] {
	border-bottom: none;
}

.site-info .vcard .postal-code {
    padding-left: 0;
}

.site-info .vcard .locality,
.site-info .vcard .tel {
    border-right: none;
}

.copyright {
    color: #efefef;
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #626778;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d6d6db;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #626778;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.one-column .content-area {
	clear: both;
    display: block;
    margin: 0;
}

.one-column .site-main {
	padding: 0;
	width: auto;
	margin: 0 6%;
}

/*
 * 14.0 jQuery FlexSlider v2.6.0
 * =============================================
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/**
 * 14.1 Flexslider Resets
 */

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/**
 * 14.2 Flexslider Base Styles
 */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Hide buttons when not on display */
.flexslider .slides li .main-carousel-text a.main-carousel-readmore, .flexslider .slides li .main-carousel-text h2.main-carousel-title a {
	display: none;
}

.flexslider .slides li.flex-active-slide .main-carousel-text a.main-carousel-readmore, .flexslider .slides li.flex-active-slide .main-carousel-text h2.main-carousel-title a {
	display: inline-block;
}


.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/**
 * 14.3 Flexslider Defaults
 */

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

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

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-size: 40px;
	display: inline-block;
	content: '\f431';
    -webkit-transform: rotate(90deg);  /* Saf3.1+, Chrome */
       -moz-transform: rotate(90deg);  /* FF3.5+ */
    	-ms-transform: rotate(90deg);  /* IE9 */
    	 -o-transform: rotate(90deg);  /* Opera 10.5 */
			transform: rotate(90deg);
	color: rgba(0, 0, 0, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\f431';
    -webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
       -moz-transform: rotate(270deg);  /* FF3.5+ */
    	-ms-transform: rotate(270deg);  /* IE9 */
    	 -o-transform: rotate(270deg);  /* Opera 10.5 */
			transform: rotate(270deg);
}

.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}

.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-size: 20px;
	display: inline-block;
	content: '\f448';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f452';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background-color: rgba( 72, 76, 88, 0.5 );
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	-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);
}

.flex-control-paging li a:hover {
	background: #393d47;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


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

.alphabetical_index ul {
	font-size: 14px;
	font-size: 1rem;
	line-height: 29px;
	color: #626778;
	overflow: hidden;
	margin: 0;
	margin-bottom: 16px;
	font-family: "Helvetica Neue", sans-serif;
}

.wf-active .alphabetical_index ul {
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

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

.alphabetical_index ul li a {
	padding: 7px;
    margin: 0;
    color: #008CC0;
    font-weight: bold;
    border-bottom: none !important;
}

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

.alphabetical_index ul li span {
	padding: 7px;
}

.alphabetical_index ul li:first-child span {
	padding-left: 0;
}


/**
 * 17.0 Video Player Responsive Codes
 * =============================================
 */

/**
 * 17.1  Kaltura
 */

.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%;
}

/**
 * 17.2 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%;
}

/**
 * 17.3 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;
}

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

.social-icon li {
	display: inline-block;
	list-style-type: none;
	margin: 0 6px;
	vertical-align: top;
	margin-top: 10px;
}

/**
 * 18.0 Landing Page Template
 * =============================================
 */

.landing-page .carousel-container {
    background-color: rgba(220, 216, 204, 0.4);
    overflow: hidden;
    padding: 30px 25px 30px 6%;
    margin-bottom: 30px;
}

.landing-page #carousel-main-container {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}

#carousel-main-container .carousel-slide {
	margin: 0 auto;
}

#carousel-main-container .carousel-slide-image img {
	height: auto;
	max-height: 260px;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

#carousel-main-container .carousel-slide-text {
	display: block;
	text-align: center;
	padding: 15px 0;
    margin: 0;
}

#carousel-main-container .carousel-slide-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0 0 15px 0;
    margin-top: 15px;
    color: #484C58;
}

#carousel-main-container .carousel-single-title a,
#carousel-main-container .carousel-slide-title a {
	color: #219BC7;
	text-decoration: none;
}

#carousel-main-container .carousel-single-title a:hover,
#carousel-main-container .carousel-slide-title a:hover {
	color: #219BC7;
	text-decoration: underline;
}

#carousel-main-container .carousel-slide-text p {
	font-family: "Merriweather", Georgia, serif;
    font-size: 14px;
    font-size: 0.875rem;
    color: #484C58;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 300;
}

/* Control Nav */
#carousel-main-container #main-slide-controls {
	position: relative;
	z-index: 100;
}

#carousel-main-container .flex-control-nav {
    bottom: 0;
    text-align: left;
    width: 57%;
    right: 0;
    margin-right: 5%;
    padding: 0 15px 0 0;
}

/* Direction Nav */
#carousel-main-container .flex-direction-nav {
	display: none;
}

/**
 * 15.0 Profile Pages
 * =============================================
 */
.profile-page .faculty-name {
	margin-bottom: 0.5em;
}

.profile-page .faculty-title {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
}

.profile-page .faculty-department {
	margin: .5em 0 .25em;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
}

.wf-active .profile-page .faculty-department {
	font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

.profile-page .entry-content h4.faculty-department + p, .profile-page .entry-content div h3 {
	margin-top: 2.43em;
}

.profile-page .contact-widget .contact-info {
	margin-top: 10px;
}

.profile-page .contact-widget h3 {
    margin-bottom: .7em;
}

.profile-page .contact-widget a[href^="mailto"] {
    font-size: 12px;
}

/**
 * 15.1 Error 404 Page
 * =============================================
 */

.error404 .content-area {
    clear: both;
    display: block;
    margin: 0;
    background: #111;
    background-image: url('assets/images/space.jpg');
    background-position: center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0px -20px 18px 7px #010a1b;
}

.error404 .error-404.not-found {
    z-index: 500;
    background-color: #fff;
    margin: 125px 0 100px 0;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 3% 40px 3%;
    overflow: hidden;
    position: relative;
}

.error404 .page-header,
.error404 .page-content {
	padding: 0;
	margin-bottom: 20px;
}

.error404 #container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 400px;
    height: 400px;
    float: right;
    position: absolute;
    right: 50px;
    top: -50px;
}

.error404 #sphere,
.error404 #glow-shadows,
.error404 #locations,
.error404 #drag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
}

.error404 #glow-shadows {
    top: 1px;
    left: 1px;
}

.error404 #glow-shadows.earth {
    background: url('assets/images/earth-glow-shadows.png');
}

.error404 #glow-shadows.mars {
    background: url('assets/images/mars-glow-shadows.png');
}

.error404 .location {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 10px;
    border: 2px solid white;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    cursor: pointer;
}

.error404 .location:hover {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}

/**
 * 15.2 Google Search
 * =============================================
 */

.error404 #results {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gsc-input .gsc-input-box {
	height: 29px;
}

table.gsc-search-box td {
	padding-top: 0;
    padding-bottom: 0;
}

table.gsc-search-box td.gsc-search-button {
    width: 7%;
    overflow: hidden;
}

.gcsc-branding {
	display: none;
}

#gs_st50 {
    position: relative;
    right: 35px;
}

.gsc-search-button input.gsc-search-button {
    position: relative;
    right: 10px;
}

/**
 * 15.3 Tribe Events Calendar
 * =============================================
 */
.tribe-events-page-title {
    text-align: left;
}

/* underline links - fix accessibilty issue */
.tribe-events-single-section a, .tribe-events-content a, .tribe-events-button.tribe-events-ics {
    border-bottom: 1px dashed #5ba6c3 !important;
    color: #007ead !important;
}
.tribe-events-single-section abbr[title], .tribe-events-single-section abbr[data-original-title] {
    text-decoration: none;
}

#tribe-bar-form {
    background: none;
}

.tribe-bar-geoloc-filter,
.tribe-events-uses-geolocation .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-search-filter,
.tribe-events-uses-geolocation .tribe-bar-submit {
    padding: 0 10px 0 0;
}

#tribe-bar-form label {
    font-size: 11px;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

#tribe-bar-form input[type=text] {
    border-bottom: 1px solid #f2efeb;
    padding: 5px 5px 5px 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    text-align: center;
    color: #484C58;
    width: 60%;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 27px;
    background-color: #ffffff;
    border-radius: 24px;
    display: inline-block;
    -webkit-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    -moz-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    -ms-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    -o-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    box-shadow: 0 1px 4px 0px rgba(72, 76, 88, 0.34), 0 2px 3px 1px rgba(72, 76, 88, 0.24);
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background-color: #008cc0;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 140, 192, 0.580), 0 2px 3px 1px rgba(0, 140, 192, 0.22);
}

.tribe-bar-views-inner {
    background: none;
    margin: 0;
    padding: 0;
}

#tribe-bar-form .tribe-bar-views-inner label {
    padding: 0;
}

#tribe-bar-views-toggle {
    border-bottom: 1px dashed #f2efeb;
    font-size: 15px;
    padding: 6px 0;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
    border-radius: 0;
    -webkit-transition: border-bottom 160ms cubic-bezier(.65, .05, .36, 1);
    -moz-transition: border-bottom 160ms cubic-bezier(.65, .05, .36, 1);
    -ms-transition: border-bottom 160ms cubic-bezier(.65, .05, .36, 1);
    -o-transition: border-bottom 160ms cubic-bezier(.65, .05, .36, 1);
    transition: border-bottom 160ms cubic-bezier(.65, .05, .36, 1);
}

#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
    background: none;
    border-bottom: 1px dashed #008cc0;
}

#tribe-bar-views .tribe-bar-views-list:focus {
    outline: none;
}

#tribe-bar-views-toggle:focus {
    outline: none;
}

#tribe-bar-views .tribe-bar-views-list {
    background: #fff;
    margin-top: 5px;
    padding: 2px 0 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.202), 0 1px 3px 1px rgba(60,64,67,0.049);
}

#tribe-bar-views .tribe-bar-views-option {
    line-height: 16px;
    padding: 6px 15px;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

#tribe-bar-views-toggle:after {
    right: 0;
    top: 12px;
}

#tribe-bar-views .tribe-bar-views-option:hover {
    cursor: pointer;
    background: #f7f7f7;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
    background: #f7f7f7;
}

.tribe-bar-views span.tribe-icon-month,
.tribe-bar-views span[class^=tribe-icon-] {
    background-size: 13px 14px;
    margin-bottom: -3px; /*needed for positioning*/
}

.tribe-bar-views span.tribe-icon-list {
    background-size: 13px 8px;
}

.tribe-bar-views span.tribe-icon-week {
    background-size: 13px 14px;
}

.tribe-bar-views span.tribe-icon-day {
    background-size: 13px 14px;
}

.tribe-bar-views span.tribe-icon-photo {
    background-size: 13px 12px;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
    font-size: 18px;
    font-weight: 200;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

.tribe-events-calendar thead th {
    background-color: transparent;
    color: #393d47;
    border-left: none;
    border-right: none;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

#tribe-events-content table.tribe-events-calendar {
    border: none;
}

#tribe-events-content .tribe-events-calendar td {
    height: 165px;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #a41c31;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    margin: 0;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
}

/** Tribe Events Page Styles **/
.post-type-archive-tribe_events .entry-content {
    width: 100%;
    padding: 0;
}

/* Code we're moving from customizer EVC-25 */
/*hides view more link when off homepage*/
body:not(.home) .tribe-events-widget-events-list__view-more {
    display: none;
}

article.tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-details img {
    width: 100%;
}

.post-type-archive-tribe_events .site-main,
.post-type-archive-tribe_events.no-sidebar .site-main {
    width: 95%;
    max-width: 1650px;
}

.datepicker.dropdown-menu {
    max-width: 250px;
}

@media screen and (min-width: 1872px) {
    .post-type-archive-tribe_events .site-main {
        margin:auto;
    }

    .post-type-archive-tribe_events .content-area {
        margin-left:auto;
        margin-right:auto;
    }
}




/* No right sidebar template */

.page-template-no-right-sidebar .site-main{
    width: 78%;
}

.page-template-no-right-sidebar #main .entry-header,
.page-template-no-right-sidebar #main .entry-content,
.page-template-no-right-sidebar #main .entry-footer{
    padding-right: 0;
}

@media screen and ( max-width: 750px ) {
    .page-template-no-right-sidebar .content-area{
        padding-right: 25px;
    }

    .page-template-no-right-sidebar .site-main{
        width: 100%;
    }

    .page-template-no-right-sidebar .left-nav{
        padding-right: 0;
        padding-left: 6%;
    }
}

/* No left sidebar template */

.page-template-no-left-sidebar .site-main{
    width: 78%;
}

.page-template-no-left-sidebar #main .entry-header,
.page-template-no-left-sidebar #main .entry-content,
.page-template-no-left-sidebar #main .entry-footer{
    padding-left: 0;
}

.page-template-no-left-sidebar main{
    max-width: 1200px;
}

.page-template-no-left-sidebar .sidebar {
    max-width: 375px;
}

.page-template-no-left-sidebar .content-area {
    margin-top: 30px;
}

@media screen and ( max-width: 985px ) {
    .page-template-no-left-sidebar .site-main{
        width: 100%;
    }
}

@media screen and ( max-width: 750px ) {
    .page-template-no-left-sidebar .content-area{
        margin-left: 6%;
    }
}

/**
 * 15.5 Publications
 * =============================================
 */
.post-type-archive-hsph_publication .publication-search-form,
.post-type-archive-hsph_publication .publication-list{
    padding: 0 25px 0 6%;
}

.post-type-archive-hsph_publication h1{
    padding-top: 0;
}

button.btn.publication-search-submit{
    padding: 0.55rem 0.8rem;
}

.publication-search-field,
.publication-search-form select{
    width: 100%;
}
.publication-meta-label {
    color: #626778;
}
.publication-meta-separator {
    color:#e1e1e2;
}

.hsph_publication h2{
    position: relative;
}

.hsph_publication h2 a:not([href*='harvard.edu']):after {
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 14px !important;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 2px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 -2px 0 rgb(255, 255, 255);
    box-shadow: -1px 5px 0px rgb(255, 255, 255);
    transition: color 180ms ease-in;
}

.hsph_publication h2 a:hover:not([href*='harvard.edu']):after,
.hsph_publication h2 a:focus:not([href*='harvard.edu']):after {
    color: #007ead;
}


/**
 * 15.6 Faculty Profiles
 * =============================================
 */

 .archive-faculty-container{
    padding: 0 42px 0 6%;
 }

 .archive-faculty-container .faculty-card{
    position: relative;
 }

 .faculty-profile-overview-section .nav-pills .nav-link {
    color: #484c58; /* grey-500 light-gray-500 */
 }

/**
 * 19.0 - Media Queries
 * =============================================
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* Target IE10 Logo Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.site-branding .site-title a,
	.site-info .site-footer-logo a,
	.social-navigation a[href*="play.google.com"]:before,
	.social-navigation a[href*="itunes.apple.com/us/app"]:before,
	.social-navigation a[href*="itunes.apple.com/us/itunes-u"]:before {
		background-image: url('assets/images/logo-sprite.png');
	}
}

@media screen and (min-width: 500px) {
	input[type="search"].search-field:focus {
		width: 300px;
	}

	.site-branding .site-title a {
		background-position: 0 0;
	}
	.site-info .site-footer-logo a {
		background-position: 0 -123px;
	}

	#hsph-news-footer .news-item {
		width: 45%;
		margin-right: 8.5%;
		clear: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
	}

	#hsph-news-footer .news-item:nth-of-type(2n) {
		margin-right: 0;
	}

	#hsph-news-footer .news-item img {
		width: auto;
		float: none;
		margin-right: 0;
	}
}

@media screen and (min-width: 600px) {
	.admin-bar #audience-bar,
	.admin-bar .main-menu-caption {
		top: 46px;
	}

	.admin-bar .main-menu-toggle {
		top: 57px;
	}

	.admin-bar #navbar {
		padding-top: 86px;
	}
}


@media screen and (min-width: 783px) {
	.admin-bar #audience-bar,
	.admin-bar .main-menu-caption {
		top: 32px;
	}

	.admin-bar .main-menu-toggle {
		top: 44px;
	}

	.admin-bar #navbar {
		padding-top: 74px;
	}
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	.site-header {
		padding: 40px 40px 0 6%;
	}

	.site-branding {
		margin-top: 1.3125em;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.page-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2727272727;
	}

	#primary:not(.hsph-bootstrap) .entry-title,
    #primary:not(.hsph-bootstrap) .entry-content h1,
	#primary:not(.hsph-bootstrap) .entry-summary h1,
	#primary:not(.hsph-bootstrap) .comment-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2727272727;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: 0;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area {
		margin-bottom: 5.25em;
	}

	.widecolumn {
		margin-bottom: 5.25em;
	}
}

/**
 * 14.2 - >= 750px
 */
@media screen and ( min-width: 750px ) {
	.content-area {
		display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;		/* TWEENER - IE 10 */
		display: -webkit-flex;		/* NEW - Chrome */
		display: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-flow: row wrap;
		margin-left: 6%;
		margin-bottom: 60px;
		margin-right: 40px;
 	}

	.left-nav {
		-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;         /* OLD - Firefox 19- */
		width: 19%;               /* For old syntax, otherwise collapses. */
		-webkit-flex: 1;          /* Chrome */
		-ms-flex: 1;              /* IE 10 */
		flex: 1;
	}

	.left-nav {
		padding: 0;
	}

	.left-nav .left-collapse-container {
		max-height: none;
	}

	.left-nav .left-collapse-container.toggled-on {
		max-height: none;
	}

	.left-nav .section-title .dropdown-toggle {
		display: none;
	}
    .left-nav .section-title a:first-child {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

	.site-main {
		width: 81%;
	}

	.sidebar {
		margin: 0;
		margin-left: 24%;
    	width: 100%;
	}

	 #carousel-main-container .carousel-slide-image {
		width: 35%;
    	float: left;
	}

	 #carousel-main-container .carousel-slide-text {
	    width: 57%;
		max-width: 800px;
		float: left;
		text-align: left;
		padding: 15px 15px 15px 0;
    	margin: 0 0 0 30px;
	}

	 #carousel-main-container .carousel-slide-title {
	    font-size: 28px;
	    font-size: 1.75rem;
    	line-height: 1.3;
	}

	.archive .post-thumbnail img,
	.blog .post-thumbnail img,
	.search .post-thumbnail img {
		max-width: 200px;
	}
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body.admin-bar:before {
		top: 32px;
	}
}

/**
 * 14.3 - >= 860px
 */

@media screen and (min-width: 860px) {
	.flex-direction-nav .flex-prev {
		left: -50px;
	}

	.flex-direction-nav .flex-next {
		right: -50px;
	}

	#twitter-carousel-container {
		padding: 10px 0 0 0;
	}

	#twitter-slide-controls .flex-direction-nav .flex-prev {
		left: -50px;
	}

	#twitter-slide-controls .flex-direction-nav .flex-next {
		right: -50px;
	}
}

/**
 * 14.4 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.25em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #008cc0;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d6d6db;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d6d6db;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d6d6db transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.widget {
		font-size: 15px;
		font-size: 0.9375rem;
		color: #484C58;
		line-height: 1.5;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

	#hsph-news-footer .news-item {
    	width: 18%;
    	margin-bottom: 0;
	}

	#hsph-news-footer .news-item:nth-of-type(2n) {
		margin-right: 8.5%;
	}

	#hsph-news-footer .news-item:nth-of-type(4n) {
		margin-right: 0;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.content-area {
		margin-right: 20px;
	}

	.site-main {
		flex: 4;
	}

	.no-sidebar .site-main {
		flex: 5;
	}

	.one-column .site-main {
		width: auto;
	}

	.sidebar {
		flex: 1;
		margin: 0;
	}

	.site-header {
		padding: 35px 40px 0 6%;
	}

	.site-branding,
	.site-header-menu {
		margin-top: 1.75em;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.widget {
	    padding: 0.75em 1em 1em;
	}

	.profile-page .widget,
	.landing-page .widget {
		padding: 0.75em 1em 1em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.page-title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.225;
	}

	#primary:not(.hsph-bootstrap) .entry-title,
	#primary:not(.hsph-bootstrap) .entry-content h1,
	#primary:not(.hsph-bootstrap) .entry-summary h1,
    #primary:not(.hsph-bootstrap) .comment-content h1 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.225;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	#primary:not(.hsph-bootstrap) .entry-content h1,
	#primary:not(.hsph-bootstrap) .entry-summary h1,
	#primary:not(.hsph-bootstrap) .comment-content h1 {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

	#primary:not(.hsph-bootstrap) .entry-content h2,
	#primary:not(.hsph-bootstrap) .entry-summary h2,
	#primary:not(.hsph-bootstrap) .comment-content h2 {
		font-size: 25px;
		font-size: 1.563rem;
		line-height: 1.25;
		margin-top: 2.5rem;
	}

	#primary:not(.hsph-bootstrap) .entry-content h3,
	#primary:not(.hsph-bootstrap) .entry-summary h3,
  #primary:not(.hsph-bootstrap) .comment-content h3 {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}

	#primary:not(.hsph-bootstrap) .entry-content h4,
	#primary:not(.hsph-bootstrap) .entry-summary h4,
	#primary:not(.hsph-bootstrap) .comment-content h4 {
		font-size: 17px;
		font-size: 1.0625rem;
		line-height: 1.4;
	}

	#primary:not(.hsph-bootstrap) .entry-content h5,
	#primary:not(.hsph-bootstrap) .entry-content h6,
	#primary:not(.hsph-bootstrap) .entry-summary h5,
	#primary:not(.hsph-bootstrap) .entry-summary h6,
	#primary:not(.hsph-bootstrap) .comment-content h5,
	#primary:not(.hsph-bootstrap) .comment-content h6 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.4;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}
}

@media screen and (min-width: 1024px) {
	.menu-mask,
	.main-menu-toggle,
	.main-menu-caption {
		display: none;
	}

	#site-header-menu {
		display: block;
	}

	#site-utility-menu {
		display: inline-block;
	}

	.blog .post-thumbnail img,
	.archive .post-thumbnail img,
	.search .post-thumbnail img {
		display: block;
		float: right;
		margin-left: 15px;
		margin-bottom: 20px;
		max-width: 250px;
	}

	.page.profile-page .post-thumbnail img {
		display: block;
		float: none;
		margin: 0 auto;
		max-height: none;
		width: auto;
	}

	.footer-primary-menu li > a:after {
		display: inline-block;
	}
	.footer-primary-menu ul li:hover > ul,
	.footer-primary-menu ul li:focus > ul,
	.footer-primary-menu .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		line-height: 1.7;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 1250px) {
	#site-atoz-menu {
		margin-right: 20px;
	}

	#search {
		position: static;
	}

	.one-column .entry-content,
	.one-column .entry-summary,
	.one-column .entry-header,
	.one-column .entry-footer,
	.one-column .comments-area,
	.one-column .image-navigation,
	.one-column .post-navigation,
	.one-column .page-content {
		padding: 0;
	}

}

@media screen and (min-width: 1300px) {
	.single .post-thumbnail,
	.post .post-thumbnail,
	.page article:not(.people) > .post-thumbnail img {
		width: 50%;
		float: right;
		margin-left: 20px;
    }
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	#audience-bar,
	.site-header-menu,
	.site-utility-menu,
	.sidebar,
	.header-image,
	.footer-audience-menu,
	.footer-primary-menu,
	.site-info,
	.footer-social-menu,
	.footer-footer-menu,
	#twitter-footer,
	.page-links,
	#left-nav,
	#breadcrumbs,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	#primary:not(.hsph-bootstrap) .entry-content h4,
	#primary:not(.hsph-bootstrap) .entry-content h5,
	#primary:not(.hsph-bootstrap) .entry-content h6,
	#primary:not(.hsph-bootstrap) .entry-summary h4,
	#primary:not(.hsph-bootstrap) .entry-summary h5,
	#primary:not(.hsph-bootstrap) .entry-summary h6,
	#primary:not(.hsph-bootstrap) .comment-content h4,
	#primary:not(.hsph-bootstrap) .comment-content h5,
	#primary:not(.hsph-bootstrap) .comment-content h6,
	#primary:not(.hsph-bootstrap) .entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	#primary:not(.hsph-bootstrap) .site-title,
	#primary:not(.hsph-bootstrap) .page-title,
	#primary:not(.hsph-bootstrap) .comments-title,
	#primary:not(.hsph-bootstrap) .entry-content h2,
	#primary:not(.hsph-bootstrap) .entry-summary h2,
	#primary:not(.hsph-bootstrap) .comment-content h2,
	#primary:not(.hsph-bootstrap) .widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-header {
		padding-top: 0;
	}

	.site-branding .site-title a {
		-webkit-print-color-adjust: exact;
	}

	#primary:not(.hsph-bootstrap) .entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
	}

	#primary:not(.hsph-bootstrap) .format-aside .entry-title,
	#primary:not(.hsph-bootstrap) .format-image .entry-title,
	#primary:not(.hsph-bootstrap) .format-video .entry-title,
	#primary:not(.hsph-bootstrap) .format-quote .entry-title,
	#primary:not(.hsph-bootstrap) .format-gallery .entry-title,
	#primary:not(.hsph-bootstrap) .format-status .entry-title,
	#primary:not(.hsph-bootstrap) .format-link .entry-title,
	#primary:not(.hsph-bootstrap) .format-audio .entry-title,
	#primary:not(.hsph-bootstrap) .format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	#primary:not(.hsph-bootstrap) .entry-content h1,
	#primary:not(.hsph-bootstrap) .entry-summary h1,
	#primary:not(.hsph-bootstrap) .comment-content h1 {
		font-size: 21pt;
	}

	#primary:not(.hsph-bootstrap) .entry-content h3,
	#primary:not(.hsph-bootstrap) .entry-summary h3,
	#primary:not(.hsph-bootstrap) .comment-content h3,
	body:not(.search-results) #primary:not(.hsph-bootstrap) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #292d33 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #292d33 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #626778 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d6d6db !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d6d6db !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #008cc0 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #008cc0 !important; /* Make sure color schemes don't affect to print */
	}

	.site-inner {
		max-width: none;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 0;
	}

	.site-main {
		margin-bottom: 1em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
		padding: 0 4%;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}


.multisite-term-archive .multisite-term p{
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
}

/* Social media menu */


.social-media-menu-wrapper {
    margin-top: 16px;
    display: inline-block;
}

#left-nav .social-media-menu-wrapper {
    margin: 1em 0 1em 0;
}

.social-media-menu-icons {
    display: inline-block;
    margin-top: 5px;
}

.social-media-menu-label {
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #626778;
    font-weight: 200;
    position: relative;
    top: -3px;
}

.widget_hsph_social_widget a,
.social-media-menu-wrapper a {
    font-size: 16px;
    background-color: #f0f0f2;
    color: #393d47;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 7px 8px;
    margin: 0 10px 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none;
    line-height: 1;
    -webkit-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    -moz-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    -ms-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    -o-transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
    transition: background-color 160ms cubic-bezier(.65, .05, .36, 1), color 160ms cubic-bezier(.65, .05, .36, 1), box-shadow 160ms cubic-bezier(.65, .05, .36, 1);
}


.widget_hsph_social_widget a:hover,
.social-media-menu-wrapper a:hover {
    background-color: rgb(68, 68, 68);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(68, 68, 68, 0.48), 0 1px 2px 2px rgba(68, 68, 68, 0.2);
    outline:none;
}


.widget_hsph_social_widget a i,
.social-media-menu-wrapper a i{
    position: relative;
}

.widget_hsph_social_widget a i.fa-facebook,
.social-media-menu-wrapper a i.fa-facebook{
    position: relative;
    left: 1px;
    font-size: 15px;
}


.widget_hsph_social_widget a i.fa-twitter,
.social-media-menu-wrapper a i.fa-twitter{
    position: relative;
    top: 1px;
}


.widget_hsph_social_widget a i.fa-linkedin,
.social-media-menu-wrapper a i.fa-linkedin{
    position: relative;
    bottom: 1px;
}

.widget_hsph_social_widget a.social-media-menu-fa-facebook:hover,
.social-media-menu-wrapper a.social-media-menu-fa-facebook:hover,
.widget_hsph_social_widget a.social-media-menu-fa-facebook:focus,
.social-media-menu-wrapper a.social-media-menu-fa-facebook:focus {
    background-color: rgb(24, 119, 242);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(124, 119, 242, 0.48), 0 1px 2px 2px rgba(24, 119, 242, 0.2);
    outline:none;
}


.widget_hsph_social_widget a.social-media-menu-fa-twitter:hover,
.social-media-menu-wrapper a.social-media-menu-fa-twitter:hover,
.widget_hsph_social_widget a.social-media-menu-fa-twitter:focus,
.social-media-menu-wrapper a.social-media-menu-fa-twitter:focus {
    background-color: rgb(0, 172, 238);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 172, 238, 0.48), 0 1px 2px 2px rgba(0, 172, 238, 0.2);
    outline:none;
}


.widget_hsph_social_widget a.social-media-menu-fa-linkedin:hover,
.social-media-menu-wrapper a.social-media-menu-fa-linkedin:hover,
.widget_hsph_social_widget a.social-media-menu-fa-linkedin:focus,
.social-media-menu-wrapper a.social-media-menu-fa-linkedin:focus {
    background-color: rgb(0, 119, 181);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 119, 181, 0.48), 0 1px 2px 2px rgba(0, 119, 181, 0.2);
    outline:none;
}


.widget_hsph_social_widget a.social-media-menu-fa-instagram:hover,
.social-media-menu-wrapper a.social-media-menu-fa-instagram:hover,
.widget_hsph_social_widget a.social-media-menu-fa-instagram:focus,
.social-media-menu-wrapper a.social-media-menu-fa-instagram:focus {
    background-color: rgb(220, 34, 73);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(220, 34, 73, 0.48), 0 1px 2px 2px rgba(220, 34, 73, 0.2);
    outline:none;
}


.widget_hsph_social_widget a.social-media-menu-fa-youtube:hover,
.social-media-menu-wrapper a.social-media-menu-fa-youtube:hover,
.widget_hsph_social_widget a.social-media-menu-fa-youtube:focus,
.social-media-menu-wrapper a.social-media-menu-fa-youtube:focus {
    background-color: rgb(255, 0, 0);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(255, 0, 0, 0.48), 0 1px 2px 2px rgba(255, 0, 0, 0.2);
    outline:none;
}

/*--------------------------------------------------------------
People Social Icons
--------------------------------------------------------------*/

.person-social {
    width: 100%;
    font-size: 14px;
}

.person-social > * {
    margin-right: 1%;
}

/* style overrides for tab content ONLY when inside secondary/widget area */
.hsph-bootstrap #secondary .tab-content {
    border-top: none;
    margin: 0;
}

.hsph-bootstrap #secondary p,
.hsph-bootstrap #secondary li,
.hsph-bootstrap #secondary td,
#secondary .hsph-bootstrap p,
#secondary .hsph-bootstrap li,
#secondary .hsph-bootstrap td  {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}

@media screen and (min-width: 61.5625em) {
    .page-template-no-left-sidebar .widget {
        padding: 20px;
    }
}

.hsph-bootstrap .card .card-text {
	font-weight: 400;
}

#primary .entry-content .hsph-bootstrap h2,
#primary .entry-content .hsph-bootstrap h3,
#primary .entry-content .hsph-bootstrap h4 {
    font-weight: 600;
}

#primary .entry-content .hsph-bootstrap h1,
#primary .entry-content .hsph-bootstrap h5 {
    font-weight: 500;
}

#primary .entry-content .hsph-bootstrap h1,
#primary .entry-content .hsph-bootstrap h3 {
    color: #A51C30;
}

#primary .entry-content .hsph-bootstrap .card-title{
    margin-bottom: 0.75rem;
    margin-top: 0;
}

#primary .entry-content .hsph-bootstrap h1,
#primary .entry-content .hsph-bootstrap .h1 {
    font-size: 1.875rem;
}

#primary .entry-content .hsph-bootstrap h2,
#primary .entry-content .hsph-bootstrap .h2 {
    font-size: 1.563rem;
}

#primary .entry-content .hsph-bootstrap h3,
#primary .entry-content .hsph-bootstrap .h3 {
    font-size: 1.375rem;
}

#primary .entry-content .hsph-bootstrap h4,
#primary .entry-content .hsph-bootstrap .h4 {
    font-size: 1.25rem;
}

#primary .entry-content .hsph-bootstrap h5,
#primary .entry-content .hsph-bootstrap .h5 {
    font-size: 1.25rem;
}

#primary .entry-content .hsph-bootstrap h6,
#primary .entry-content .hsph-bootstrap .h6 {
    font-size: 1rem;
}

#primary .entry-content h1,
#primary .entry-content h2,
#primary .entry-content h3,
#primary .entry-content h4,
#primary .entry-content h5,
#primary .entry-content h6 {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
}

.topic-block .topic-list li a{
    border-bottom: none !important;
}

#primary span.hsph-share-btns-label {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
}

.people-no-img{
    width: 100%;
    height: auto;
}

.people .entry-header h2 a, .people .entry-title a{
    border-bottom: none !important;
}

/* Fix content width issue WP-1762 */
.people-list .entry-header, .people-list .entry-content{
    padding-left: 0;
}

.hsph-bootstrap .people-list.post-type-people-shortcode {
    display: flex;
}

@media screen and (min-width: 40em) {
    .hsph-bootstrap .people-list.post-type-people-shortcode .post-thumbnail {
        float: left;
    }
}

@media screen and (max-width: 37.5em) {
    .hsph-bootstrap .people-list.post-type-people-shortcode article {
        border-bottom: 1px solid #d1d1d1;
    }
    .hsph-bootstrap .people-list.post-type-people-shortcode h2 {
        padding-top: 0;
    }
}


/*--------------------------------------------------------------
Faculty Profiles
--------------------------------------------------------------*/
.single-faculty_profiles #breadcrumbs {
    margin-bottom: 0;
}
.faculty-profile{
    position:relative;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif !important;
}
.faculty-profile-background{
    position:absolute;
	left:0;
	right:0;
	top:0;
    bottom:0;
    z-index:0;
    overflow: hidden;
    height: 75%;
}

.post-type-archive-faculty_profiles .profile-type .badge:first-child,
.faculty-profile .badge:first-child {
    margin-left: 6px;
}

.post-type-archive-faculty_profiles .faculty-bio {
    line-height: 1.3;
}

.post-type-archive-faculty_profiles .grid-card:hover .faculty-thumbnail span {
    box-shadow: 0 1px 5px 0 rgba(72, 76, 88, 0.3), 0 2px 8px 0px rgba(72, 76, 88, 0.33) !important;
}

.hsph-bootstrap .faculty-profile .jumbotron {
    padding: 25px 25px 0 6%;
}

.hsph-bootstrap .faculty-profile .jumbotron .card {
    max-width: 1175px;
    margin: 0;
}

.hsph-bootstrap .faculty-profile .card-body {
    padding: 0;
}

.faculty-profile-background .jumbotron-cover{
    background-size: 100% !important;
    margin: -80px;
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    filter: blur(50px);
    height: 140%;
}

.faculty-profile-hero{
    position:relative;
    z-index:1;
}

.faculty-profile-hero .card .row{
    margin-right: 0 !important; /* Override .row margin-right: -15px property */
    margin-left: 0 !important; /* Override .row margin-left: -15px property */
}

.faculty-profile-single-thumb-container{
    position: relative;
    min-height: 178px;
    min-width: 178px;
    overflow: hidden;
}

.hsph-bootstrap .faculty-profile .jumbotron p {
    line-height: 1.3;
}

.hsph-bootstrap .faculty-profile .card .card-body .btn:last-child {
    margin-bottom: 10px;
}

.hsph-bootstrap .faculty-profile .card .related-links a:first-child {
    margin-left: 10px;
}

.faculty-profile-single-thumb-img {
    min-width: 100%;
    position: absolute;
    margin-top: -50%;
    left: 0;
    top: 50%;
    min-width: 100%;
}

.faculty-thumbnail span{
    position: relative;
    min-height: 178px;
    min-width: 178px;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.facutly-profile-img{
    min-width: 100%;
    position: absolute;
    margin-top: -50%;
    left: 0;
    top: 50%;
    min-width: 100%;
}

.archive-faculty-container .grid-card {
    min-height: 350px;
}

@media screen and ( max-width: 768px ) { /* Mobile */
    .faculty-profile-hero .faculty-profile-positions {
        border-top: 1px solid #d6d6db !important;
        border-left: none !important;
    }
    .hsph-bootstrap .faculty-profile-container {
        padding: 0 25px 0 6%;
     }
    .faculty-profile-positions .related-links{
        border-top: none !important;
        border-left: 1px solid #d6d6db;
    }
}

@media screen and (min-width: 576px) {
    .hsph-bootstrap .faculty-profile .jumbotron {
        padding: 5rem 3rem 3rem;
    }
}

@media screen and ( max-width: 480px ) { /* Baseline  */
    .faculty-profile-positions .related-links{
        border-left: none !important;
        border-top: 2px solid #d6d6db !important;
    }
}

/*--------------------------------------------------------------
Faculty Profiles Card Widget
--------------------------------------------------------------*/

@media screen and ( max-width: 1460px ) and ( min-width: 984px ) {
    .widget_hsph_faculty_profiles_card .faculty-thumbnail  span {
        min-height: 120px;
        min-width: 120px;
    }
}

/*--------------------------------------------------------------
Tribe Events Calendar
--------------------------------------------------------------*/

.tribe-events-widget .tribe-events-widget-events-list__view-more a,
.tribe-events-widget .tribe-events-widget-events-list__view-more a:visited,
.tribe-events-widget .tribe-events-widget-events-list__view-more a:hover,
.home-more-link a {
	color: #a51c30;
	font-size: 13px;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.tribe-events-widget .tribe-events-widget-events-list__view-more a:after,
.home-more-link a:after {
    font-size: 16px;
    margin-left: 5px;
    padding: 0;
    position: absolute;
    top: -4px;
}

.tribe-events-widget-events-list__view-more a:hover:after,
.home-more-link a:hover:after {
	content: "\00bb";
}

/* Create a list view in compact layout */
.tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row.compact-layout {
    margin-bottom: -1px;
}

/* archive page  */
.tribe-events-header .btn {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0.55rem 0.8rem;
}

.tribe-events .select2-container--default .select2-results>.select2-results__options {
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 0;
}

.tribe-events .select2-container--default .select2-selection--multiple .select2-search {
    display: none;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close {
    right: 9px;
    top: 7px;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
    padding: 0.75rem;
    color: #484C58;
    background-color: #fcfcfc;
    border: 1px solid #d6d6db;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgba(72, 76, 88, 0.2), 0 1px 4px 0px rgba(72, 76, 88, 0.23);
}
.tribe-events-l-container .content-area #left-nav {
    width: 100%;
}
.hsph-bootstrap .dropdown-toggle::after {
    border-top: 0;
    content: "\f431";
}
.tribe-events-button:hover {
    background-color: initial;
}

/* Hybrid Events */

div.tribe-events-meta-group.tribe-events-meta-group-details span.hsph-single-event-detail,
div.tribe-events-meta-group.tribe-events-meta-group-details abbr.hsph-single-event-detail {
    font-weight: 700;
}

div.hsph-single-event-venue div.hsph-single-event-venue-detail {
    margin-bottom: .25rem;
}

div.hsph-single-event-details a.hsph-single-event-btn {
    color: white !important;
}

div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    padding-bottom: 1rem;
}

@media screen and ( max-width: 768px ) { /* Mobile */
    div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
        display: block !important;
    }
}

div.tribe-events-single div.hsph-venue-type-container {
    text-align: left;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: #484c58 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

@media screen and ( min-width: 1300px ) { /* Desktop */
    div.tribe-events-single div.hsph-venue-type-container {
        text-align: right;
    }
}

@media screen and ( max-width: 768px ) { /* Mobile */
    .tribe-events-single ul.tribe-related-events.hsph-related-events li {
        width: auto !important;
    }
}

@media screen and ( max-width: 768px ) { /* Mobile */
    .tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
        float: none !important;
    }
}

/*--------------------------------------------------------------
Event Series Page Template
--------------------------------------------------------------*/

.page-template-event-series .hsph-event-series div#hsph-event-series-date,
.tax-event_series .hsph-event-series-event div#hsph-event-series-date {
    -webkit-font-smoothing: antialiased;
    color: #141827;
}

.page-template-event-series .hsph-event-series div#hsph-event-series-venue,
.tax-event_series .hsph-event-series-event div#hsph-event-series-venue {
    -webkit-font-smoothing: antialiased;
    color: #141827;
    font-weight: 700;
}

.page-template-event-series .hsph-event-series p,
.tax-event_series .hsph-event-series-event p {
    line-height: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #484c58;
}

.hsph-event-series img {
    max-height: 200px;
}

.page-template-event-series main.site-main {
    margin: 0 6%;
}

.hsph-event-series h3 {
    clear: none;
}

.tax-event_series h1 {
    color: #141827;
    margin-bottom: 1rem;
}

.tax-event_series main {
    margin: 0 6%;
}

@media screen and ( min-width: 768px ) { /* Medium and above */
    .page-template-event-series main.site-main{
        max-width: 1200px;
        margin: auto;
    }

    .tax-event_series main {
        margin-left: 0;
        margin-right: 6%;
    }
}

@media screen and ( min-width: 1200px ) { /* XLarge and above */
    .hsph-event-series p,
    .hsph-event-series h3 {
        padding-right: 420px;
    }
}
