/*
Theme Name: SPH Affiliate Theme
Theme URI: https://github.com/HarvardChanSchool/theme-affiliate-template-2016
Author: HPSH Webteam
Author URI: https://www.hsph.harvard.edu/information-technology/
Description: A theme with lighter branding and more customization options for labs, affiliates and other groups.
Version: 1.2.15
Text Domain: affiliate2017
Update log:
2019-10-11 - accessibility modifications
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
21.0 Social media icons
22.0 Social media share buttons
23.0 HSPH Bootstrap customization
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #333;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#page a.screen-reader-text:focus{
    clip-path: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #484c58;
	font-family: 'proxima-nova', "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
}

h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 0.125em 0;
}

.entry-content h1 a:hover,
.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover,
.entry-content h5 a:hover,
.entry-content h6 a:hover,
.entry-content h1 a:active,
.entry-content h2 a:active,
.entry-content h3 a:active,
.entry-content h4 a:active,
.entry-content h5 a:active,
.entry-content h6 a:active {
	color: #569dcb;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

h2 {
	color: #484c58;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

h3 {
	color: #484c58;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

h4 {
	color: #484c58;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #484c58;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;

	text-transform: uppercase;
}

h6 {
	color: #484c58;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 2em;
	padding: 0;
	overflow: hidden;
	quotes: none;
	font-weight: 700;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

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

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #484c58;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #333;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #333;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #e5e4e5;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #333;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #c7c7c7;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

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

:-moz-placeholder {
	color: #333;
	font-family: 'proxima-nova', "Helvetica Neue", helvetica, arial, sans-serif;
}

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

:-ms-input-placeholder {
	color: #333;
	font-family: 'proxima-nova', "Helvetica Neue", helvetica, arial, sans-serif;
}

/* Placeholder text color -- selectors need to be separate to work. */
.wf-active::-webkit-input-placeholder {
	font-family: 'proxima-nova', "Helvetica Neue", helvetica, arial, sans-serif;
}

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

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

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

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

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

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-transition: color 80ms ease-in;
			transition: color 80ms ease-in;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-copyright a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	text-decoration: none;
	-webkit-transition: color 80ms ease-in;
			transition: color 80ms ease-in;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-copyright a:focus,
.site-copyright a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #333;
}

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

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

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 2em;
}

.search .post-thumbnail,
.archive .post-thumbnail,
.blog .post-thumbnail {
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

#navbar {
	position: fixed;
    top: 42px;
    left: 0;
    z-index: 900;
    background-color: #f9f9f9;
    height: 100%;
    padding-top: 42px;
    padding-bottom: 74px;
    overflow-y: auto;
    box-shadow: none;
    width: 300px;
	-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;
}

.small-header.admin-bar #navbar,
.small-header #navbar,
.no-branding #navbar,
.small-header.admin-bar.no-branding #navbar {
	top: 0;
}

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

.admin-bar.no-branding #navbar {
	top: 46px;
}

.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: 42px;
	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;
}

.small-header.admin-bar .menu-mask,
.small-header .menu-mask,
.no-branding .menu-mask,
.small-header.admin-bar.no-branding .menu-mask {
	top: 0;
}

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

.admin-bar .menu-mask {
	top: 88px;
}

.admin-bar.no-branding .menu-mask {
	top: 46px;
}

#wrapper {
	overflow: hidden;
	min-height: 100vh;
}

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

.main-menu-toggle,
input[type='button'].main-menu-toggle {
    position: fixed;
    top: 60px;
    left: 20px;
    z-index: 1000;
    width: 24px;
    height: 19px;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 8px, #484c58 8px, #484c58 11px, rgba(0, 0, 0, 0) 11px, rgba(0, 0, 0, 0) 18px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 8px, #484c58 8px, #484c58 11px, rgba(0, 0, 0, 0) 11px, rgba(0, 0, 0, 0) 18px);
    font-size: 0;
    text-indent: -9999px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    display: block;
}

.small-header .main-menu-toggle,
.small-header.admin-bar .main-menu-toggle,
.no-branding .main-menu-toggle,
.small-header.admin-bar.no-branding .main-menu-toggle {
	top: 17px;
}

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

.admin-bar.no-branding .main-menu-toggle {
	top: 92px;
}

.main-menu-toggle:hover,
.main-menu-toggle:focus {
    will-change: transform;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 8px, #484c58 8px, #484c58 11px, rgba(0, 0, 0, 0) 11px, rgba(0, 0, 0, 0) 18px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 8px, #484c58 8px, #484c58 11px, rgba(0, 0, 0, 0) 11px, rgba(0, 0, 0, 0) 18px);
}

.main-menu-toggle::before,
.main-menu-toggle::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #484c58;
    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 {
	-webkit-transition: top 0.3s ease-in-out, background 0.5s ease-out;
	   -moz-transition: top 0.3s ease-in-out, background 0.5s ease-out;
		 -o-transition: top 0.3s ease-in-out, background 0.5s ease-out;
			transition: top 0.3s ease-in-out, background 0.5s ease-out;
}
.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: transparent;
}

.main-menu-open-close .main-menu-toggle::before {
	-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 {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
	bottom: -1px;
}

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

.main-menu-caption {
	position: fixed;
    top: 49px;
    left: 0px;
    z-index: 950;
    background: none; /*or delete all backgrounds for this element*/
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    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);
}


.small-header .main-menu-caption,
.small-header.admin-bar .main-menu-caption,
.small-header.admin-bar.no-branding .main-menu-caption {
	top: 6px;
}

.no-branding .main-menu-caption {
	top: 0;
}

.admin-bar .main-menu-caption {
	top: 88px;
}

.admin-bar.no-branding .main-menu-caption {
	top: 46px;
}

.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: #FFF;
}

/**
 * 6.5 Navigation styles
 * =============================================
 */

.navigation-top {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	display: none;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #484c58;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #000;
    font-weight: 600;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	padding: 0.75em 1em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
    will-change: max-height;
   	-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;
}

.main-navigation ul ul {
    max-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.main-navigation ul ul.toggled-on {
    max-height: 80vh;
    overflow-y: auto;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
	color: #767676;
}

.main-navigation li{
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li:last-child {
	border-bottom: none;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation > div > ul > li:last-of-type {
    padding-right: .75em;
}

.main-navigation a {
	display: block;
    padding: 0.7em 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    text-transform:capitalize;
    color: #484c58;
}

.main-navigation a:hover {
	color: #00658c;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

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

.dropdown-toggle:focus {
	outline: none;
    background-color: rgba(68, 68, 68, 0.05);
}

.dropdown-toggle .icon {
	-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.toggled-on .icon {
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg); /* IE 9 */
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

/*
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: 0;
	height: 0;
}
.navbar::-webkit-scrollbar-thumb {
	background: #CFCFCF;
	border: 0 none #ffffff;
}
.navbar::-webkit-scrollbar-thumb:active {
	background: rgba(255,255,255,0.05);
}
.navbar::-webkit-scrollbar-track {
	background: #EEE;
}
.navbar::-webkit-scrollbar-corner {
	background: transparent;
}

/**
 * 12.5 Utility Menu
 * =============================================
 */


#utility-navigation ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#utility-navigation li {
    display: inline-block;
    list-style: none;
}

#utility-navigation li a {
	color: #767676;
	font-size: 12px;
	font-size: 0.75rem;
	margin-right: 12px;
}

#nav-utility-menu ul {
	padding: 0.75em 1em;
}

/**
 * 12.6 Affiliate Bar
 * =============================================
 */
#afmenu {
	display: inline-block;
	float: right;
}

.js .hsph-quicklinks ul,
.js .hsph-quicklinks ul ul,
.js .hsph-quicklinks > div > ul {
	display: block;
}

.hsph-quicklinks ul {
	list-style: none;
	padding: 0.5em 1.695em;
	background: transparent;
}

.hsph-quicklinks a {
	padding: 12px 1.25em;
}

.hsph-quicklinks > div > ul {
	border: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: right;
}

.hsph-quicklinks ul ul {
	display: none;
}

.hsph-quicklinks ul li a {
    padding: 7px 2em;
    font-size: 12px;
    font-size: 0.750rem;
    color: #fff;
    font-weight: 100;
}

.hsph-quicklinks ul li {
	border: 0;
	display: inline-block;
    right: 0;
    position: absolute;
}

.hsph-quicklinks ul li li {
	display: block;
    position: relative;
    padding: 6px 3px;
}

.hsph-quicklinks ul li li a {
	color: #484c58;
	padding: 10px 1em;
}

.hsph-quicklinks ul li:hover > ul {
    left: auto;
    right: 10px;
    width: 160px;
}

.hsph-quicklinks ul ul {
	background: #fff;
	border: 1px solid #bbb;
	left: -999em;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.5);
       -moz-box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.5);
	   		box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.5);

}

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

.hsph-quicklinks li li {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.hsph-quicklinks li li:hover,
.hsph-quicklinks li li.focus {
	background: #767676;
}

.hsph-quicklinks li li a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.hsph-quicklinks li li.focus > a,
.hsph-quicklinks li li:focus > a,
.hsph-quicklinks li li:hover > a,
.hsph-quicklinks li li a:hover,
.hsph-quicklinks li li a:focus {
	color: #fff;
}

.hsph-quicklinks ul ul li:hover:after,
.hsph-quicklinks ul ul li:hover:before {
	display: none;
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

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. */
}

#page {
	position: relative;
	word-wrap: break-word;
	margin-top: 150px;
	min-height: calc( 100vh - 150px );
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1088px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
	background-color: #fff;
	bottom: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 7;
	-webkit-box-shadow: 0 0 6px 1px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0 0 6px 1px rgba(100, 100, 100, 0.5);
    box-shadow: 0 0 6px 1px rgba(100, 100, 100, 0.5);
	-webkit-transition: top 0.5s ease-in-out;
	   -moz-transition: top 0.5s ease-in-out;
		 -o-transition: top 0.5s ease-in-out;
			transition: top 0.5s ease-in-out;
}


.small-header .site-header {
    top: -42px;
}

.small-header.admin-bar .site-header {
    top: -88px;
}

.admin-bar.no-branding .site-header {
    top: 46px;
}

.small-header.admin-bar.no-branding .site-header,
.small-header.no-branding .site-header {
    top: 0;
}

/* Affiliate Bar */

.site-afbar {
	background-color: #A51C30;
	width: 100%;
	height: 42px;
	margin: 0 auto;
	padding-left: 6px;
	z-index: 1000;
}

.admin-bar .site-afbar {
	margin-top: 46px;
}

.affiliate-bar-red .site-afbar {
	background-color: #A51C30;
}

.affiliate-bar-grey .site-afbar {
	background-color: #484c58;
}

.affiliate-bar-white .site-afbar {
	background-color: #FFF;
	border-top: 5px solid #A51C30;
}

.affiliate-logo div.svg-fallback {
    width: 234px;
    height: 36px;
    margin-top: 2.5px;
	float: left;
    display: block;
    background-color: rgba(0, 0, 0, 0);
	background-position: 0 -140px;
    background-size: 265px 270px;
    background-image: url('assets/images/logo-sprite.png');
    background-repeat: no-repeat;
}

.affiliate-logo svg {
    margin-top: 5.75px;
    margin-left: 0px;
    float: left;
    width: 180px;
    height: 32px;
}

.affiliate-bar-alt .affiliate-logo div.svg-fallback {
	float: right;
}

/* Site branding */
.branding-bar {
    position: relative;
    clear: both;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: height 0.5s ease-out;
}

.site-branding {
    margin: 50px 0 19px 20px;
    width: 388.89px;
    padding: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.small-header .site-branding {
    margin-top: 15px;
    margin-left: 60px;
    margin-bottom: 14px;
    padding-right: 138.89px;
}

.site-branding a {
	text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.site-branding a:focus {
    background-color: transparent;
}

.site-title {
    clear: none;
    min-height: 0;
    font-size: 28px;
    font-size: 1.750rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.small-header .site-title {
    font-size: 18px;
    font-size: 1.125rem;
}

.site-title,
.site-title a {
	color: #333;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	-webkit-transition: max-height 0.5s ease-out;
       -moz-transition: max-height 0.5s ease-out;
	    -ms-transition: max-height 0.5s ease-out;
		 -o-transition: max-height 0.5s ease-out;
		 	transition: max-height 0.5s ease-out;
	width: auto;
}

.small-header .custom-logo-link img {
    max-height: 60px;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {

}

.custom-header-container {
	position: relative;
	margin-top: 0;
	-webkit-transition: margin-top 0.5s ease-out;
       -moz-transition: margin-top 0.5s ease-out;
	    -ms-transition: margin-top 0.5s ease-out;
		 -o-transition: margin-top 0.5s ease-out;
		 	transition: margin-top 0.5s ease-out;
}

.small-header .custom-header-container {
	margin-top: -30px;
}

.has-header-image .custom-header-container img,
.has-header-image .custom-header-container video,
.has-header-image .custom-header-container iframe {
	height: auto;
	max-width: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	vertical-align: bottom;
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image) .custom-header-container {
	display: none;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.affiliate2017-front-page .site-content {
	padding: 0;
}

.affiliate2017-panel {
	overflow: hidden;
	position: relative;
}

.affiliate2017-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
	padding: 2em 0;
}

/* Panel edit link */

.affiliate2017-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.affiliate2017-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.affiliate2017-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page #content:not(.hsph-bootstrap) .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.affiliate2017-panel .recent-posts .entry-header .edit-link {
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
    position: relative;
	background-color: #f9f9f9;
	background: url('assets/images/light-background-textured.jpg');
    background-repeat: repeat;
    background-position-x: center;
}

.site-content {
	padding: .5em 0 0;
}

.page.has-post-thumbnail .site-content {
	padding: 0;
}


/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page-title {
	color: #484c58;
    line-height: 1.2;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
    line-height: 1.2;
}

.blog .entry-title a,
.archive .entry-title a,
.search .entry-title a {
    color: #484c58;
    text-decoration: none;
    margin-left:0;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover,
.search .entry-title a:hover {
    color:#000;
}

.blog #content:not(.hsph-bootstrap) h2.entry-title,
.archive #content:not(.hsph-bootstrap) h2.entry-title,
.search #content:not(.hsph-bootstrap) h2.entry-title {
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

#content:not(.hsph-bootstrap) .entry-meta {
	color: #484c58;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: normal;
    padding-bottom: 0;
    text-transform: uppercase;
}

.search .entry-meta,
.blog .entry-meta,
.archive .entry-meta {
    padding-bottom: 3px;
}

.entry-meta a {
	color: #484c58;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

.pagination,
.comments-pagination {
    border-top: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
    display: none;
    padding: 0.5em 0.75em;
    color: #484c58;
}

.page-numbers.current {
	color: #a51c30;
    display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

#content:not(.hsph-bootstrap) .prev.page-numbers,
#content:not(.hsph-bootstrap) .next.page-numbers {
	background-color: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    color: #484c58;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #E5E4E5;
    color: #000;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

.prev .icon {
	-webkit-transform: rotate(-270deg);
	   -moz-transform: rotate(-270deg);
	    -ms-transform: rotate(-270deg);
		 -o-transform: rotate(-270deg);
		 	transform: rotate(-270deg);
}

.all-people .icon-angle-down,
.next .icon {
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
	   	-ms-transform: rotate(270deg);
	   	 -o-transform: rotate(270deg);
	   	 	transform: rotate(270deg);
}

/* Aligned blockquotes */

#content:not(.hsph-bootstrap) .entry-content blockquote.alignleft,
#content:not(.hsph-bootstrap) .entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

.entry-header,
.entry-content,
#comments {
	margin-left: auto;
	margin-right: auto;
}

.blog .entry-content,
.archive .entry-content,
.search .entry-content {
    line-height: 1.35;
}

.blog .entry-content p,
.archive .entry-content p,
.search .entry-content p {
    margin-bottom:0;
}

.entry-header {
	padding: 1em 0;
	padding-top: 0;
}

.blog .entry-header,
.archive .entry-header,
.search .entry-header {
    padding: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #333;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

#content:not(.hsph-bootstrap) .taxonomy-description {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 2em;
}

/* Publications */

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: #00658c;
}

/* End publications */

/* More tag */
#content:not(.hsph-bootstrap) .entry-content .more-link {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 300;
    color: #484c58;
}

.more-link .icon-angle-down {
	left: -3px;
    top: -1px;
   	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	   -moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg); /* IE 9 */
		 -o-transform: rotate(270deg);
			transform: rotate(270deg);
}

.more-link:before {
	content: "";
	display: block;
	margin-top: 5px;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.archive:not(.has-sidebar) .page-header,
.archive:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.single-featured-image-header {
	background-color: transparent;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

#content:not(.hsph-bootstrap) .page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #333;
}

/* Entry footer */

.entry-footer {
	margin-top: 2em;
	margin-bottom: 2em;
}

.blog .entry-footer,
.archive .entry-footer,
.search .entry-footer {
    margin-top: 1px;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: inline;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 0;
    position: relative;
    color: #888;
    text-transform: lowercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #888;
}

.entry-footer .cat-links span,
.entry-footer .tags-links span {
    text-transform:capitalize;
    margin-right:3px;
}

.entry-footer .cat-tags-sep {
    display: inline;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 0;
    position: relative;
    text-transform: lowercase;
    color: #888;
    margin-left: 3px;
}

.entry-footer .cat-tags-links {
    line-height: 1.0;
}

.entry-footer .tags-links span {
    margin-left: 3px;
}

.entry-footer .edit-link {
	display: inline-block;
}

/* Post Formats */

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

#content:not(.hsph-bootstrap) .format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 400;
	margin: 0 0 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
    color: #767676;
    display: block;
    font-size: 12px;
    font-size: 0.750rem;
    letter-spacing: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

.nav-previous .icon-angle-down {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
	   	-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
		 	transform: rotate(90deg);
    right: -5px;
    top: 0px;
}

.nav-next .icon-angle-down {
    -webkit-transform: rotate(270deg);
       -moz-transform: rotate(270deg);
	   	-ms-transform: rotate(270deg);
	   	 -o-transform: rotate(270deg);
	   	 	transform: rotate(270deg);
    left: -5px;
    top: 0px;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 0;
}

.page #content:not(.hsph-bootstrap) .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page #content:not(.hsph-bootstrap) .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Twitter Footer */
#twitter-footer {
	max-width: 1024px;
    padding: 0em 3% 6em 3%;
    margin: 0 auto;
    border-top: 1px solid #efefef;
}

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

#twitter-carousel-container .flexslider {
    background-color: transparent;
}

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

#twitter-footer .icon-twitter {
    color: #55ACEE;
    font-size: 32px;
    margin-right: 10px;
    margin-left: -15px;
}

.twitter-slide-text.clearfix {
    color: #484c58;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
}

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

#twitter-slide-controls .flex-direction-nav a {
	opacity: 1;
    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:focus {
    background: none;
    outline: thin dotted;
}

#twitter-slide-controls .flex-direction-nav a:before {
    font-family: 'dashicons';
    content: "\f341";
    margin-top: -10px;
    color: #e7e7e7;
}

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

/* Footer widgets */
.no-footer-branding .footer-widgets-wrap {
	background-color: #484c58;
	overflow: hidden;
	clear: both;
}

.site-footer .widget-area {
	max-width: 1200px;
	margin: 2em auto;
	text-align: center;
}

.no-footer-branding .site-footer .widget-area {
    text-align: center;
    padding-bottom: 1.25em;
    margin-bottom: 0;
}

.no-footer-branding .site-footer .widget {
    padding-bottom: 0;
    display: inline-block;
    margin: 5px 15px;
}

.footer-widgets-wrap .widget img {
    height: 32px;
    width: inherit;
    top: 12px;
    position: relative;
}

/* Site info */
.footer-branding-wrap {
    background-color: #a51c30;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: inset 0 6px 6px -5px rgba(36,36,36,0.5);
    -moz-box-shadow: inset 0 6px 6px -5px rgba(36,36,36,0.5);
    box-shadow: inset 0 6px 6px -5px rgba(36,36,36,0.5);
}

.site-footer .site-info {
    margin: 0 auto;
}

.no-footer-branding .site-footer .site-info {
    max-width: none;
}

.site-footer-logo {
    width: 100%;
    height: 101px;
    display: inline-block;
    margin-top: 24px;
    vertical-align: top;
}

.site-footer-logo a {
	width: 155px;
    height: 101px;
    background-image: url('assets/images/logo-sprite.svg');
    background-color: rgba(0, 0, 0, 0);
    background-position: -170px -241px;
    background-size: 346px 351px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: auto;
    display: block;
}

.site-footer .vcard {
	color: #FFF;
    margin: 20px 2em 0 2em;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
}

.no-footer-branding .site-footer .vcard {
	text-align: center;
	display: block;
	max-width: none;
}

body:not( .no-footer-branding ) .site-footer .street-address {
	display: block;
}

.no-footer-branding .footer-branding-wrap {
	background-color: #484c58;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
       		box-shadow: none;
}

.no-footer-branding .site-copyright {
	background-color: #484c58;
}

.no-footer-branding .site-footer-logo {
	display: none;
}

.no-footer-branding .adr,
.no-footer-branding .tel {
	display: inline-block;
}

.no-footer-branding .adr {
	margin-right: 20px;
}

.no-footer-branding .adr:after {
	color: #efefef;
	content: '•';
	font-size: 20px;
	line-height: 1;
	vertical-align: top;
	position: relative;
	right: -10px;
}

/**
 * 12.7 Footer Links
 * =============================================
 */
.footer-menu {
	text-align: left;
    padding: 0 0.750em;
    margin: 0;
}

.footer-menu-wrap {
    margin: 10px 1em 22px 1em;
}

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

.footer-links ul li:hover,
.footer-links ul li:focus {
	color: #737373;
}

.footer-links li a{
    color: #FFF;
    font-size: 13px;
}

.footer-links li::after {
    color: rgb(239, 239, 239);
    content: "•";
    font-size: 14px;
    line-height: 1.7;
    vertical-align: top;
    position: relative;
    right: -6px;
}

.footer-links li:last-child:after {
	content: '';
	width: 0;
	height: 0;
    display: none;
}


/* Site copyright */

.site-copyright {
    font-size: 12px;
    font-size: 0.750rem;
    margin-bottom: 1em;
    background-color: #484c58;
    color: #d6d6d6;
    padding: 1em 2em;
    margin: 0 auto;
    text-align: center;
}

.site-copyright a {
	color: #EFEFEF;
}

.site-copyright a:hover,
.site-copyright a:focus {
	color: #FFF;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

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

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
    width: 50px;
    border-radius: 50%;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
    color: #484c58;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: normal;
    padding-bottom: 0;
    text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #333;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #333;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.home.page #secondary {
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
       -moz-box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
            box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
}

.widget {
	padding-bottom: 0;
    line-height: 1.4;
}

#secondary .widget {
    margin: 1em 0 1.5em 0;
}

#secondary .widget:first-child {
    margin: 0.675em 0 1.5em 0;
}

h2.widget-title {
	color: #484c58;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: normal;
    margin-bottom: 0.25em;
    line-height: 1.4;
}

.home.page #secondary,
.home.page #secondary h2.widget-title {
	color: #484c58;
}

.home.page #secondary a {
    color: #007ead;
}

.widget-title a {
	color: inherit;
}

.widget-area a {
    color: #007ead;
}

.widget-area a:hover {
    text-decoration:underline;
}

/* widget forms */

.widget select {
	width: 100%;
}

.widget form {
    width:100%
}

.widget.widget_search input {
    background:none;
    width: calc(100% - 25.2px);
}

/* widget lists */

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

.widget ul li {
	padding: 0.25em 0;
}

.widget ul li:first-child {
    padding-top: 0;
}

.widget ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* widget markup */

.widget .post-date,
.widget .rss-date {
    color: #a51c30;
    margin-top: 0.25em;
}

.home.page .widget .post-date,
.home.page .widget .rss-date {
    color: #a51c30;
}

/* hsph recent posts */
#secondary .widget.widget_recent_entries a {
    color: #484c58;
    font-weight: 600;
}

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

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

.widget.widget_recent_entries .post-excerpt {
    font-weight: 100;
}

.widget.widget_recent_entries .link-more {
   display: none;
}

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

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

#content:not(.hsph-bootstrap) .widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-utility-wrap {
    display: none;
    margin-left: auto;
    float: right;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    margin-top: 4px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -ms-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    transition: margin 0.5s ease-out;
}

.small-header .search-utility-wrap {
    margin-top: -2px;
}

.navigation-utility {
	display: inline-block;
}

.search-form {
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
}

.search-form .search-field {
    border-radius: 0;
    border-color: transparent;
    font-size: 12px;
    font-size: 0.750rem;
    width: 160px;
    padding: 5px 0 0 0;
    border-bottom: 1px solid;
	transition: 0.3s;
    display: inline-block;
}

.nav-search .search-form .search-field {
    width: 300px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom-color: #eee;
}

.nav-search .search-form .search-field:focus,
.nav-search .search-form .search-field:active {
    border-bottom-color: #ccc;
}

.search-form .search-field:focus,
.search-form .search-field:active {
	border-color: #fff;
    border-bottom: 1px solid #333;
}

.nav-search .search-form .search-submit {
    padding: 1em;
    position: absolute;
    top: 2px;
    right: 0px;
}

.search-form .search-submit {
    padding: 0 .2em 0 0;
    background: none;
    display: inline-block;
}

.search-form .search-submit .icon {
	height: 15px;
    top: -1px;
    width: 18px;
    color: #767676;
}

.nav-search .search-form .search-submit .icon {
    color: #767676;
}

/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important; /* !important to overwrite inline styles */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Footer Logo */

.hsph-logo-widget-container .logo {
    height: 54px;
    width: 300px;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

#content:not(.hsph-bootstrap) .wp-caption,
#content:not(.hsph-bootstrap) .gallery-caption {
	color: #8c8c8c;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: .5em 0 1.5em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #333;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #333;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #333;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon,
.logo {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

.logo .logo-school,
.logo .logo-harvard,
.logo .logo-th-chan,
.logo .logo-separator,
.logo .logo-shield-white-top,
.logo .logo-shield-white-inside,
.logo .logo-shield-white {
    fill: #FFF;
}

.logo .logo-shield-grey {
	fill: #484c58;
}

.logo .logo-shield-red {
	fill: #A51C30;
}

/* Youtube responsive videos */

.yt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom:2em;
}

.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

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

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.affiliate2017-customizer.affiliate2017-front-page .affiliate2017-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.affiliate2017-customizer.affiliate2017-front-page .affiliate2017-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.affiliate2017-customizer.affiliate2017-front-page .affiliate2017-panel .affiliate2017-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.affiliate2017-customizer.affiliate2017-front-page .affiliate2017-panel:nth-of-type(1):after {
	border: none;
}

.affiliate2017-front-page.affiliate2017-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.affiliate2017-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.affiliate2017-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate( 180deg ); /* Chrome, Safari, Opera */
		-ms-transform: rotate( 180deg ); /* IE 9 */
			transform: rotate( 180deg );
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate( 0 ); /* Chrome, Safari, Opera */
		-ms-transform: rotate( 0 ); /* IE 9 */
			transform: rotate( 0 );
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}


/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*
 * jQuery FlexSlider v2.6.3
 * 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)
 *
 */
/* --------------------------------------------------------------
 *  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;
}

/* --------------------------------------------------------------
 *  BASE STYLES
 * --------------------------------------------------------------*/
.flexslider {
	margin:0;
	padding:0;
}

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

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

/* --------------------------------------------------------------
 * DEFAULT THEME
 * --------------------------------------------------------------*/
.flexslider {
	margin: 0;
	background: #808080;
	position: relative;
	zoom: 1;
}

#sidebar-carousel-widget .flexslider {
	background: white;
}

.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: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		 	transition: all 0.5s ease-in-out;
}

.flex-direction-nav a:before {
	font-size: 40px;
	display: inline-block;
	content: '>';
	/*background-image: url( data:image/svg+xml, );*/
	color: rgba(0,0,0,0.8);
}

.flex-direction-nav a.flex-next:before {
	content:'>';
}

.flex-direction-nav .flex-prev {
	left: 50px;
}

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

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

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

.flexslider:hover .flex-direction-nav .flex-next {
	opacity:.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:.8;
	z-index:10;
	overflow:hidden;
	cursor:pointer;
	color:#000;
}

.flex-pauseplay a:before {
	display:inline-block;
	content:'';
	width: 4px;
    height: 16px;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
}

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

.flex-pauseplay a.flex-play:before {
	content: '';
	width: 12px;
    height: 16px;
    border-top: 8px solid transparent;
    border-left: 12px solid #000;
    border-bottom: 8px solid transparent;
}

.flex-control-nav {
	width: 200px;
    position: absolute;
    bottom: 0;
    text-align: right;
    z-index: 2;
    right: 0;
    margin: 0 12px 2px 0;
}

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

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: 9999px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	   		border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #EFEFEF;
	background: rgba( 255, 255, 255, 0.8 );
}

.flex-control-paging li a.flex-active {
	background: #A51C30;
	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;
}

/* --------------------------------------------------------------
 * Homepage
 * --------------------------------------------------------------*/

#homepage-carousel {
	position: relative;
}

#homepage-carousel .homepage-carousel-slide {
	position: relative;
}

#homepage-carousel .homepage-carousel-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#homepage-carousel .homepage-carousel-text {
    background-color: #484C58;
    overflow: hidden;
    clear: both;
    padding: 0 20px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
		 	transform: translateZ(0);
}

#homepage-carousel .homepage-carousel-title,
#homepage-carousel .homepage-carousel-desc {
    z-index: 3;
    color: #FFF;
}

#homepage-carousel .homepage-carousel-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 15px auto 15px auto;
}

#homepage-carousel .homepage-carousel-title a {
	color: #FFF;
}

#homepage-carousel .homepage-carousel-title a:hover,
#homepage-carousel .homepage-carousel-title a:focus {
	color: #FFF;
	opacity: 0.9;
}

#homepage-carousel .homepage-carousel-desc {
    font-size: 15px;
    font-weight: 300;
    margin: -10px auto 28px auto;
}

#homepage-carousel .homepage-carousel-text::before {
    display: none;
}

#homepage-carousel .homepage-carousel-readmore-link {
	color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.750rem;
    font-weight: 300;
    display: inline-block;
}

#homepage-carousel .homepage-carousel-readmore-link .icon-angle-down {
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	   -moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg); /* IE 9 */
		 -o-transform: rotate(270deg);
			transform: rotate(270deg);
}


#homepage-carousel .homepage-carousel-title a:not( .homepage-carousel-readmore-link ) {
	margin-right: 5px;
}

#homepage-carousel .homepage-carousel-readmore-link:hover,
#homepage-carousel .homepage-carousel-readmore-link:focus {
	color: #FFF;
}

#homepage-carousel .homepage-carousel-readmore {
	display: none;
}

/* Homepage Text Only */
#homepage-text {
    padding-right: 10%;
    padding: 50px 15vw 48px 20px;
    background-color: #e5e4e5;
}

#homepage-text .homepage-text-title {
    color: #a51c30;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.25;
}

#homepage-text .homepage-text-subtitle {
    color: #484c58;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 0 10px 0;
}

#homepage-text .homepage-text-link {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
    padding-right: 50px;
    line-height: 1.25;
}

#homepage-text .homepage-text-link a {
    color: #484c58;
}

#homepage-text .homepage-text-link a:after {
    content: "►";
    color: #484c58;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/* homepage flexbox */

#boxes {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

#boxes .box {
    background-color: #484c58;
    color: #FFF;
    padding: 20px 20px 35px 20px;
    margin-bottom: 11px;
    flex-grow: 0;
    flex-basis: auto;
    position: relative;
    -webkit-box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
       -moz-box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
	   		box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
}

#boxes .box h3 a {
	color: #FFF;
}

#content:not(.hsph-bootstrap) #boxes .box .box-title {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

#content:not(.hsph-bootstrap) #boxes .box .box-desc {
    font-size: 14px;
    font-size: 0.875rem;
}

#content:not(.hsph-bootstrap) #boxes .box .box-readmore {
	position: absolute;
    bottom: 8px;
    right: 9px;
}

#content:not(.hsph-bootstrap) #boxes .box .box-readmore a {
	color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.750rem;
    font-weight: 300;
    display: inline-block;
}

#boxes .box .box-readmore .icon-angle-down {
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	   -moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg); /* IE 9 */
		 -o-transform: rotate(270deg);
			transform: rotate(270deg);
}

#boxes.content-boxes-2 .box,
#boxes.content-boxes-3 .box,
#boxes.content-boxes-4 .box {
	width: 100%;
}

/* --------------------------------------------------------------
 * People Pages
 * --------------------------------------------------------------*/

 .post-type-people-shortcode {
    margin: 1em 0 1em 0;
 }

 .post-type-people-shortcode .col-12,.post-type-people-shortcode .col-md-6,.post-type-people-shortcode .col-lg-3 {
    min-width: 250px;
}

 .single-people .post-thumbnail img,
.post-type-archive-people .post-thumbnail img,
.post-type-people-shortcode img,
.tax-people_categories .post-thumbnail img,
.search .people.hentry .post-thumbnail img {
    width: 100%;
    max-width: 170px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 1px 3px 1px rgba(100, 100, 100, 0.45);
	-moz-box-shadow: 0 1px 3px 1px rgba(100, 100, 100, 0.45);
    box-shadow: 0 1px 3px 1px rgba(100, 100, 100, 0.45);
}

.people img.rounded-circle{
    border: 3px solid #FFF !important;
}

.people-no-img{
    width: 100%;
    max-width: 170px;
    height: auto;
}

.single-people .post-thumbnail a:focus,
.post-type-archive-people .post-thumbnail a:focus,
.post-type-people-shortcode .post-thumbnail a:focus,
.tax-people_categories .post-thumbnail a:focus,
.search .people.hentry .post-thumbnail a:focus {
	background-color: transparent;
}

.single-people .person-meta,
.post-type-archive-people .person-meta,
.post-type-people-shortcode .person-meta,
.tax-people_categories .person-meta,
.search .people.hentry .person-meta {
    font-size: 0.875rem;
    font-family: 'proxima-nova', "Helvetica Neue", sans-serif;
    line-height: 1.5;
}

.single-people .entry-header,
.post-type-archive-people .entry-header,
.post-type-people-shortcode .entry-header,
.tax-people_categories .entry-header,
.search .people.hentry .entry-header {
    margin-bottom: 5px;
}


.single-people .entry-title,
.post-type-archive-people .entry-title,
.post-type-people-shortcode .entry-title,
.tax-people_categories .entry-header,
.search .people.hentry .entry-header {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
}

#people-navigation ul {
	margin: 0;
}

/* people navigation */
#people-navigation li {
	display: block;
    list-style-type: none;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ccc;
}

#people-navigation .current-cat a {
	font-weight: 700;
}

#people-navigation .all-people {
	padding: 10px 10px 10px 0;
	text-transform: uppercase;
}

#people-navigation .all-people a {
	font-size: 12px;
    font-size: 0.750rem;
    font-weight: 300;
}

#people-navigation .all-people .nav-title-icon-wrapper {
	text-align: center;
	display: inline-block;
	fill: currentColor;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 1.5em;
}

.people .entry-header h2 a, .people .entry-title a{
    border-bottom: none;
}

/*--------------------------------------------------------------
Research Post Type
--------------------------------------------------------------*/

.single-research #primary,
.archive.post-type-archive-research .page-header,
.archive.post-type-archive-research #primary,
.archive.post-type-archive-people .page-header {
    max-width: 1024px;
}

.post-type-archive-research article .post-thumbnail,
.search article.research .post-thumbnail {
	margin-bottom: 0;
}

.single-research article.research,
.post-type-archive-research article.research,
.search article.research {
	background-color:#FFF;
	overflow: hidden;
    clear: both;
    -webkit-box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
       -moz-box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
	   		box-shadow: 0 1px 6px 0 rgba(100, 100, 100, 0.5);
}

.single-research article.research {
	padding-bottom: 4em;
    margin-bottom: 2em;
}

.post-type-archive-research article.research,
.post-type-archive-research.archive .site-main > article.research,
.search article.research,
.search .site-main > article.research {
	margin-bottom: 3em;
	padding-bottom: 0;
}

.post-type-archive-research .entry-header,
.post-type-archive-research .entry-content,
.search article.research .entry-header,
.search article.research .entry-content {
    display: inline-block;
    vertical-align: top;
    margin: 1em 1.5em;
}

.single-research article .entry-header,
.single-research article .entry-content,
.single-research article .entry-footer {
	margin: 0 6%;
}

.single-research.has-sidebar:not(.error404) #primary,
.post-type-archive-research.has-sidebar:not(.error404) #primary{
    float: none;
    width: 100%;
}

/*--------------------------------------------------------------
Jetpack Related Posts
--------------------------------------------------------------*/

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: inherit;
    font-weight: 600;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    color: #484c58;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    opacity: 1;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.4;
    color: #888;
}


#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    text-transform: uppercase;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: underline;
    color: #000;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    background: transparent;
    color: #767676;
    display: block;
    font-size: 12px;
    font-size: 0.750rem;
    letter-spacing: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

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

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (max-width: 26.75em){
	.site-title {
		font-size: 20px;
		font-size: 1.25rem;
		font-size: 6.5vw;
	}

	.site-branding {
	    width: 291px;
	    width: 91vw;
	}

	.small-header .site-branding {
	    width: 250.59px;
	    padding-right: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.page #content:not(.hsph-bootstrap) .panel-content .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	#content:not(.hsph-bootstrap) .entry-content blockquote.alignleft,
	#content:not(.hsph-bootstrap) .entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site */
    .wrap {
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 28px;
   	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 20px;
	    font-size: 1.250rem;
	    margin-bottom: 2em;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Header Carousel */
	.flex-control-nav {
	    margin: 0 28px 2px 0;
	}

	#homepage-carousel .homepage-carousel-text {
    	padding: 0 32px;
    }

	/* Header text only */
	#homepage-text .homepage-text-title {
	    color: #a51c30;
	    font-size: 34px;
	    font-size: 2.125rem;
	    font-weight: 700;
	    margin: 0 0 5px 0;
	    line-height: 1.25;
	}

	#homepage-text {
	    padding: 50px 50px 48px 20px;
	    background-color: #e5e4e5;
	}

	#homepage-text .homepage-text-inside {
	    width: 430px;
	}

	/* widgets */
	h2.widget-title {
	    font-size: 18px;
	    font-size: 1.125rem;
	}

	/* boxes */
	#boxes .box .box-title {
	    font-size: 18px;
	    font-size: 1.125rem;
	}

	/* Gallery Columns */

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

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

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

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

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

	/* research */
	.single-research article .entry-header {
	    margin-top:3em;
	}
}

/* 560px breakpoint */
@media screen and (min-width: 35em) {
	#boxes.content-boxes-4 .box {
	    width:49%;
	}

	#boxes.content-boxes-2 .box {
	    width:49%;
	}

	.single-people .post-thumbnail,
	.post-type-archive-people .post-thumbnail,
	.post-type-people-shortcode .post-thumbnail,
	.tax-people_categories .post-thumbnail,
	.search .people.hentry .post-thumbnail {
	    float: right;
	}

	.single-people .post-thumbnail img,
	.post-type-archive-people .post-thumbnail img,
	.post-type-people-shortcode .post-thumbnail img,
	.tax-people_categories .post-thumbnail img,
	.search .people.hentry .post-thumbnail img {
		width: 170px;
		height: 170px;
		margin: 0 0 20px 20px;
		float: right;
	}

	.single-people .entry-title,
	.post-type-archive-people .entry-title,
	.post-type-people-shortcode .entry-title,
	.tax-people_categories .entry-header,
	.search .people.hentry .entry-header {
	    clear: none;
	}

	.site-footer-logo {
	    height:50px;
	    width: 270px;
		margin-top:28px;
	}

	.site-footer-logo a {
	    width: 271px;
	    height: 48px;
	    background-position: 0 -185px;
	}

	.site-footer .site-info {
	    max-width: 450px;
	}

	.site-footer .vcard {
	    margin: 28px auto 0 27px;
	    padding: 0;
	    max-width: 160px;
	}

	.no-footer-branding .site-footer .vcard {
		max-width: none;
	}

	.footer-menu {
	    text-align:center;
	    width: 90%;
	    margin: auto;
	}

	.footer-menu-wrap {
	    margin: 10px 1em 25px 1em;
	}

	.no-footer-branding .footer-menu-wrap {
	    margin: 2px 1em 25px 1em;
	}
}

@media screen and (max-width: 600px) {
	table:not(.tribe-events-calendar) {
		width: 100%;
	}

	table:not(.tribe-events-calendar) thead {
		display: none;
	}

	table:not(.tribe-events-calendar) tr:nth-of-type(2n) {
		background-color: inherit;
	}

	table:not(.tribe-events-calendar) tr td:first-child {
		background: #f0f0f0;
		font-weight: bold;
		font-size: 16px;
		font-size: 1rem;
	}

	table:not(.tribe-events-calendar) tbody td {
		display: block;
		padding: 0.4em 0 !important;
		text-align: center !important;
	}

	table:not(.tribe-events-calendar) tbody td:before {
		content: attr(data-th);
		display: block;
		text-align: center;
	}

	table:not(.tribe-events-calendar) tbody td:last-child {
		border-bottom: 2px solid #666;
	}
}

@media screen and (min-width: 600px) {
	.small-header .site-header {
		top: -46px;
	}

	.small-header.admin-bar .site-header {
		top: -42px;
	}

	.small-header.admin-bar.no-branding .site-header,
	.admin-bar.no-branding #navbar,
	.admin-bar.no-branding .menu-mask,
	.admin-bar.no-branding .main-menu-caption {
	    top: 46px;
	}

	.no-branding .menu-mask,
	.no-branding .main-menu-caption {
		top: 0;
	}

	#navbar {
	    top: 42px;
	}

	.small-header.admin-bar #navbar {
		top: 46px;
	}

	.small-header #navbar {
		top: 0;
	}

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

	.menu-mask {
		top: 42px;
	}

	.small-header.admin-bar .menu-mask,
	.small-header .menu-mask {
		top: 0;
	}

	.admin-bar .menu-mask {
		top: 88px;
	}

	.main-menu-toggle {
	    top: 60px;
	}

	.small-header .main-menu-toggle {
    	top: 16px;
   	}

	.small-header.admin-bar .main-menu-toggle {
		top: 61px;
	}

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

	.main-menu-caption {
	    top: 49px;
	}

	.small-header .main-menu-caption {
		top: 6px;
	}

	.small-header.admin-bar .main-menu-caption {
		top: 51px;
	}

	.admin-bar .main-menu-caption {
		top: 91px;
	}
}

@media screen and (min-width: 40em) {
	#boxes .box {
	    margin-bottom: 15px;
	}

	#boxes.content-boxes-3 .box {
	    width: 32%;
	}

	body:not(.single) article.has-post-thumbnail.format-standard {
		overflow: hidden;
	}

	body:not(.single) .has-post-thumbnail.format-standard .entry-header,
	body:not(.single) .has-post-thumbnail.format-standard .entry-content,
	body:not(.single) .has-post-thumbnail.format-standard .entry-footer {
		float: right;
	    width: calc( 100% - 197px );
	    display: inline-block;
	}

	body:not(.single) .has-post-thumbnail.format-standard .post-thumbnail {
		max-width: 177px;
	    display: inline-block;
	    float: left;
	}

	.single-people .post-thumbnail,
	.post-type-archive-people .post-thumbnail,
	.post-type-people-shortcode .post-thumbnail,
	.tax-people_categories .post-thumbnail,
	.search .people.hentry .post-thumbnail {
	    float: left;
	    max-width: 170px;
	    margin-right: 25px;
	    margin-left: 3px;
	    display: inline-block;
	}

	.single-people .post-thumbnail img,
	.post-type-archive-people .post-thumbnail img,
	.post-type-people-shortcode .post-thumbnail img,
	.tax-people_categories .post-thumbnail img,
	.search .people.hentry .post-thumbnail img {
		float: right;
	}

    /*
    The "float: right" rule is causing issues with the Share Buttons.
    Disabling it in the browser dev tools demonstrates the issue.
    */
	.single-people .has-post-thumbnail .entry-content,
	.single-people .has-post-thumbnail .entry-header,
	.post-type-archive-people .has-post-thumbnail .entry-content,
	.post-type-people-shortcode .has-post-thumbnail .entry-content,
	.post-type-archive-people .has-post-thumbnail .entry-header,
	.post-type-people-shortcode .has-post-thumbnail .entry-header,
	.tax-people_categories .has-post-thumbnail .entry-content,
	.tax-people_categories .has-post-thumbnail .entry-header,
	.search .people.hentry.has-post-thumbnail .entry-content,
	.search .people.hentry.has-post-thumbnail .entry-header {
	    float: right;
	    width: calc( 100% - 199px );
	    display: inline-block;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	#content:not(.hsph-bootstrap) .entry-content blockquote.alignleft,
	#content:not(.hsph-bootstrap) .entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */
	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 67%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 28%;
	}

	.home.page.has-sidebar #primary {
		width: 60%;
	}

	.home.page.has-sidebar #secondary {
		width: 34%;
	}

	.error404 #primary {
		float: none;
	}

	.single-people.has-people-left-nav #primary,
	.post-type-archive-people.has-people-left-nav #primary,
	.post-type-people-shortcode.has-people-left-nav #primary,
	.tax-people_categories.has-people-left-nav #primary {
		float: right;
		width: 67%;
		margin-bottom: 2em;
	}

	.single-people.has-people-left-nav #secondary,
	.post-type-archive-people.has-people-left-nav #secondary,
	.post-type-people-shortcode.has-people-left-nav #secondary,
	.tax-people_categories.has-people-left-nav #secondary {
		float: left;
		padding-top: 0;
		width: 28%;
	}

	.post-type-archive-research .entry-header,
	.search article.research .entry-header {
	    width: calc( 40% - 3em );
	}

	.post-type-archive-research .entry-content,
	.search article.research .entry-content {
	    width: calc( 59% - 3em );
	}

	/* site header */

	.small-header .site-header,
	.small-header.admin-bar .site-header {
		top: 0;
	}

	#navbar,
	.small-header #navbar {
	    top: 42px;
	}

	.menu-mask,
	.small-header .menu-mask {
		top: 42px;
	}

	.main-menu-toggle,
	.small-header .main-menu-toggle {
    	top: 60px;
   	}

	.main-menu-caption,
	.small-header .main-menu-caption {
		top: 49px;
	}

	.small-header.admin-bar #navbar,
	.admin-bar #navbar {
		top: 88px;
	}

	.small-header.admin-bar .menu-mask,
	.admin-bar .menu-mask {
		top: 88px;
	}

	.small-header.admin-bar .main-menu-toggle,
	.admin-bar .main-menu-toggle {
		top: 101px;
	}

	.small-header.admin-bar .main-menu-caption,
	.admin-bar .main-menu-caption {
		top: 91px;
	}

	/* Site Branding */
	.custom-header-container {

	}

	.site-branding {
	    margin: 50px 0 19px 55px;
	    width: 388.89px;
	    padding: 0;
	}

	.small-header .site-branding {
	    margin-top: 15px;
	    margin-left: 60px;
	    margin-bottom: 12px;
	    padding-right: 83.33px;
	}

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

	.small-header .site-title {
	    font-size: 22px;
	    font-size: 1.375rem;
	}

	/* Front Page - Recent Posts */
	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	/* Posts */
	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

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

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */
	body:not(.single) .has-post-thumbnail.format-standard .entry-header,
	body:not(.single) .has-post-thumbnail.format-standard .entry-content,
	body:not(.single) .has-post-thumbnail.format-standard .entry-footer {
	    width: calc( 100% - 170px );
	}

	body:not(.single) .has-post-thumbnail.format-standard .post-thumbnail {
		max-width: 150px;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

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

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Site Header Carousel */
	#homepage-carousel .homepage-carousel-title,
	#homepage-carousel .homepage-carousel-desc {
		padding-right: 100px;
	}

	#homepage-carousel .homepage-carousel-desc {
		margin-bottom: 18px;
	}

	/* Site Header Text Only */
	#homepage-text {
	    padding: 50px 30px 48px 55px;
	}

	#homepage-text .homepage-text-inside {
	    width: 582px;
	}

	#homepage-text .homepage-text-title {
	    font-size: 46px;
	    font-size: 2.875rem;
	}

	#homepage-text .homepage-text-subtitle {
	    font-size: 26px;
	    font-size: 1.625rem;
	    line-height: 1.4;
	}

	#homepage-text .homepage-text-link {
	    font-size: 16px;
	    font-size: 1rem;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		margin-bottom: .25em;
	}

	/* Footer */

	.site-footer {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
        margin-top: 4em;
    }

	.site-footer-logo {
	    width: 270px;
	    margin-top: 31px;
	}

	.site-footer .vcard {
	    margin: 30px auto 0 27px;
		max-width: 160px;
	}

	.no-footer-branding .site-footer .vcard {
		max-width: none;
	}

	.footer-menu-wrap {
	    margin: 24px auto 23px auto;
	}

	.no-footer-branding .footer-menu-wrap {
	    margin: 2px 1em 35px 1em;
	}

	.no-footer-branding .site-footer .widget-area {
	    text-align: center;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	/* Gallery Columns */

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

@media screen and (min-width: 783px) {
	.admin-bar .site-afbar {
		margin-top: 32px;
	}

	.small-header.admin-bar.no-branding .site-header,
	.admin-bar.no-branding .site-header {
    	top: 32px;
	}

	.admin-bar #audience-bar,
	.small-header.admin-bar .main-menu-caption,
	.admin-bar .main-menu-caption,
	.small-header.admin-bar .menu-mask,
	.admin-bar .menu-mask,
	.small-header.admin-bar #navbar,
	.admin-bar #navbar {
		top: 74px;
	}

	.admin-bar.no-branding #audience-bar,
	.small-header.no-branding.admin-bar .main-menu-caption,
	.admin-bar.no-branding .main-menu-caption,
	.small-header.no-branding.admin-bar .menu-mask,
	.admin-bar.no-branding .menu-mask,
	.small-header.no-branding.admin-bar #navbar,
	.admin-bar.no-branding #navbar {
		top: 32px;
	}

	.small-header.admin-bar .main-menu-toggle,
	.admin-bar .main-menu-toggle {
		top: 84px;
	}

	.small-header.admin-bar.no-branding .main-menu-toggle,
	.admin-bar.no-branding .main-menu-toggle {
		top: 43px;
	}
}

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

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
	#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;
    }
}

@media screen and (min-width: 54em) {
	#boxes.content-boxes-4 .box {
	    width:24%;
	}

	#boxes .box {
	    margin-bottom: 32px;
	}

	body:not(.single) .has-post-thumbnail.format-standard .entry-header,
	body:not(.single) .has-post-thumbnail.format-standard .entry-content,
	body:not(.single) .has-post-thumbnail.format-standard .entry-footer {
	    width: calc( 100% - 197px );
	}

	body:not(.single) .has-post-thumbnail.format-standard .post-thumbnail {
		max-width: 177px;
	}
}

@media screen and (min-width: 56em) {
	/* Site Header Carousel */

	.flex-control-nav {
		bottom: 8px;
	}

	#homepage-carousel .homepage-carousel-text {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0;
	}

	#homepage-carousel .homepage-carousel-text::before {
	    z-index: -1;
	    display: block;
	    position: absolute;
	    content: ' ';
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    background-position: bottom center;
	    background-size: cover;
	    opacity: 0.4;
		/* Prefix free isn't picking up this one */
		-webkit-filter: url('#blur');
				filter: url('#blur');
		-webkit-filter: blur(10px);
				filter: blur(10px);
	}

	#homepage-carousel .homepage-carousel-desc,
	#homepage-carousel .homepage-carousel-title {
	    padding-left: 32px;
		padding-right:150px;
	    max-width: 1088px;
	}

	#homepage-carousel .homepage-carousel-desc {
	    margin-bottom: 18px;
	}
}

@media screen and (min-width: 64em) {
	.wrap {
		padding-top: 5em;
	}

	.menu-mask,
	.main-menu-toggle,
	.main-menu-caption {
		display: none;
	}

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

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

	.admin-bar .site-afbar {
		margin-top: 0;
	}

	.site-branding {
	    width: 500px;
	    display: inline-block;
	    margin: 20px 0 30px 60px;
	   }

	.no-search-bar .small-header .site-branding {
	    margin: 12px 0 12px 60px;
	    padding-right: 83.333px;
	}

	.site-title {
	    font-size: 36px;
	    font-size: 2.25rem;
	    min-height: 60px;
	}

	.small-header .site-title {
		font-size: 30px;
		font-size: 1.875rem;
		min-height: 0;
	}

	.no-search-bar .site-branding {
	    margin-top: 40px;
	}

	.small-header .site-branding {
	    margin: 12px 0 30px 44px;
	    padding-right: 83.333px;
	}

	/* Navigation */
	.navigation-top {
		font-size: 14px;
		font-size: 0.875rem;
		z-index: 3;
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 5px;
		}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.search-utility-wrap {
		display: inline-block;
	}

	.admin-bar .site-header,
	.small-header.admin-bar .site-header {
		top: 32px;
	}

	/* Main Navigation */
	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js.main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
		text-align: right;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 7px 1em;
	}

	.main-navigation > div > ul > li:hover > a {
	    background-color: #E5E4E5;
		color: initial;
	}

	.main-navigation > div > ul > li > ul {
		background: #fff;
		border: none;
		padding: 0;
		margin-top: -10px;
		display: block;
		position: absolute;
		left: auto;
		right: 0;
		z-index: 99999;
		min-width: 225px;
		max-height: 60vh;
	    overflow-y: auto;
		overflow-x: hidden;
		pointer-events: none;
		cursor: default;
		user-select: none;
   	    opacity: 0;
    	will-change: height, margin-top, opacity;
		-webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	    		box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	    -webkit-transition: height 267ms cubic-bezier(0.4,0.0,0.2,1) 0ms, margin-top 267ms cubic-bezier(0.4,0.0,0.2,1), opacity 267ms cubic-bezier(0.4,0.0,0.2,1);
	    		transition: height 267ms cubic-bezier(0.4,0.0,0.2,1) 0ms, margin-top 267ms cubic-bezier(0.4,0.0,0.2,1), opacity 267ms cubic-bezier(0.4,0.0,0.2,1);
	}

	.main-navigation > div > ul > li > ul::-webkit-scrollbar {
		width: 8px;
		height: 10px;
	}
	.main-navigation > div > ul > li > ul::-webkit-scrollbar-button {
		width: 0;
		height: 0;
	}
	.main-navigation > div > ul > li > ul::-webkit-scrollbar-thumb {
		background: #CFCFCF;
		border: 0 none #ffffff;
	}
	.main-navigation > div > ul > li > ul::-webkit-scrollbar-thumb:active {
		background: rgba(255,255,255,0.05);
	}
	.main-navigation > div > ul > li > ul::-webkit-scrollbar-track {
		background: #EEE;
	}
	.main-navigation > div > ul > li > ul::-webkit-scrollbar-corner {
		background: transparent;
	}

	.main-navigation ul ul {
		padding: 0;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #E5E4E5;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #000;
	}

	.main-navigation > div > ul > li > ul.toggled-on {
	    max-height: 70vh !important;
	    margin-top: 0;
	    opacity: 1;
	    pointer-events: auto;
	}

	.main-navigation .menu-item-has-children a {
	    padding-right: 30px;
	}

	.dropdown-toggle {
		padding: 0.4em;
		right: 0;
   	}

   	.main-navigation > div > ul > li:last-of-type .dropdown-toggle {
		right: .75em;
	}

	/* site header text only */

	#homepage-text {
	    padding: 70px 30px 60px 55px;
	}

	#homepage-text .homepage-text-inside {
	    width: 733.5px;
	}

	#homepage-text .homepage-text-title {
	    font-size: 58px;
	    font-size: 3.625rem;
	    line-height: 1.15;
	}

	#homepage-text .homepage-text-subtitle {
	    line-height: 1.4;
	    margin-top: 8px;
    }

    #homepage-text .homepage-text-link {
        margin-top: 15px;
    }
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	.small-header .site-branding {
    margin: 20px 0 40px 44px;
    padding-right: 83.333px;
}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Footer */

	.site-footer-logo {
	    width: 270px;
	    margin-top: 33px;
	}

	.site-footer .vcard {
	    margin: 32px auto 0 27px;
	}

	.footer-menu-wrap {
	    margin: 22px auto 30px auto;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

/*previously at 64em, located on line ~4775, needs to be at 67.5em*/
@media screen and (min-width: 67.5em) {
	.flex-control-nav {
	    right: calc( 50% - 544px );
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.affiliate2017-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}

    .search-utility-wrap,
    .navigation-top {
        width: calc( 100% - 300px );
    }

    .site-branding {
    	width: 500px;
    	margin: 20px 0 20px 60px;
    }

    .small-header .site-branding {
        margin: 20px 0 18px 44px;
        padding-right: 83.333px;
    }

    #homepage-text {
    	padding: 70px 0;
	}

	#homepage-text .homepage-text-inside {
	    width:1024px;
	    margin: auto;
	    padding-right:290.5px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.icon-thumb-tack,
    .page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
    #twitter-footer,
	.site-footer aside.widget-area {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page-title,
	body.page:not(.affiliate2017-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
		margin-bottom: -3em;
	}

	#content:not(.hsph-bootstrap) .entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.affiliate2017-front-page.has-header-image .site-title,
	.affiliate2017-front-page.has-header-image .site-title a {
		color: #333 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.affiliate2017-front-page.has-header-image .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	#content:not(.hsph-bootstrap) .entry-content blockquote.alignleft,
	#content:not(.hsph-bootstrap) .entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
    }
}

/*--------------------------------------------------------------
People Social Icons
--------------------------------------------------------------*/

ul.person-social {
    width: 100%;
    font-size: 14px;
    margin: 0 0 1em 0;
    list-style: none;
}

ul.person-social li {
    display:inline-block;
    margin-right: 0.25em;
}

ul.person-social li a {
    background: #fff;
    color: #484c58;
    padding: 6px 10px;
    border-radius: 4px;
    -webkit-transition: all 80ms ease-in;
    transition: all 80ms ease-in;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
}

ul.person-social li a:hover {
    background-color: #008cc0;
    color: #fff;
}

.person-social i.fa {
    margin-right: 6px;
}

/*--------------------------------------------------------------
21.0 Social Media Menu
--------------------------------------------------------------*/

.social-media-menu-wrapper {
    margin-top: 16px;
}

.search-utility-wrap .social-media-menu-wrapper {
    margin-right: 6px;
    display: inline-block;
}

.social-media-menu-icons {
    display: inline-block;
}

.social-media-menu-label {
    margin-right: 14px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 200;
    position: relative;
    color: #767676;
}

.home.page #secondary .widget_hsph_social_widget a,
.social-media-menu-wrapper a {
    font-size: 16px;
    text-align:left;
    background-color: #f0f0f2;
    color: #444;
    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);
}


.home.page #secondary .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;
}


.home.page #secondary .widget_hsph_social_widget a i,
.social-media-menu-wrapper a i{
    position: relative;
}

.home.page #secondary .widget_hsph_social_widget a i.fa-facebook,
.social-media-menu-wrapper a i.fa-facebook{
    position: relative;
    left: 2px;
}


.home.page #secondary .widget_hsph_social_widget a i.fa-twitter,
.social-media-menu-wrapper a i.fa-twitter{
    position: relative;
    top: 1px;
}


.home.page #secondary .widget_hsph_social_widget a i.fa-linkedin,
.social-media-menu-wrapper a i.fa-linkedin{
    position: relative;
    bottom: 1px;
}

.home.page #secondary .widget_hsph_social_widget a i.fa-soundcloud,
.social-media-menu-wrapper a i.fa-soundcloud{
    position: relative;
    left: -3px;
    top: -1px;
}

.home.page #secondary .widget_hsph_social_widget a i.fa-envelope-open,
.social-media-menu-wrapper a i.fa-envelope-open{
    position: relative;
    left: -1px;
    top: -1px;
}



.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-facebook:hover,
.social-media-menu-wrapper a.social-media-menu-fa-facebook:hover,
.home.page #secondary .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;
}


.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-twitter:hover,
.social-media-menu-wrapper a.social-media-menu-fa-twitter:hover,
.home.page #secondary .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;
}


.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-linkedin:hover,
.social-media-menu-wrapper a.social-media-menu-fa-linkedin:hover,
.home.page #secondary .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;
}


.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-instagram:hover,
.social-media-menu-wrapper a.social-media-menu-fa-instagram:hover,
.home.page #secondary .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;
}


.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-youtube:hover,
.social-media-menu-wrapper a.social-media-menu-fa-youtube:hover,
.home.page #secondary .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;
}

.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-soundcloud:hover,
.social-media-menu-wrapper a.social-media-menu-fa-soundcloud:hover,
.home.page #secondary .widget_hsph_social_widget a.social-media-menu-fa-soundcloud:focus,
.social-media-menu-wrapper a.social-media-menu-fa-soundcloud:focus {
    background-color: rgb(255,85, 0);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(255, 85, 0, 0.48), 0 1px 2px 2px rgba(255, 85, 0, 0.2);
    outline:none;
}



/*--------------------------------------------------------------
21.0 Social Media Share Buttons
--------------------------------------------------------------*/

body.affiliate-2017 .hsph-share-buttons a {
    background-color:#fff;
}

body.affiliate-2017 .btn.hsph-share-button-facebook:hover,
body.affiliate-2017 .btn.hsph-share-button-facebook:focus {
	background-color:#3b5998;
}

body.affiliate-2017 .btn.hsph-share-button-twitter:hover,
body.affiliate-2017 .btn.hsph-share-button-twitter:focus {
	background-color:#00ABF0;
}

body.affiliate-2017 .btn.hsph-share-button-linkedin:hover,
body.affiliate-2017 .btn.hsph-share-button-linkedin:focus {
	background-color:#0073b1;
}

body.affiliate-2017 .btn.hsph-share-button-reddit:hover,
body.affiliate-2017 .btn.hsph-share-button-reddit:focus {
	background-color:#ff4500;
}

/*--------------------------------------------------------------
23.0 HSPH Bootstrap customization
--------------------------------------------------------------*/

.hsph-bootstrap .card {
    background-color: #FFF;
}
