/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Aleo", "Helvetica Neue", helvetica, arial, serif;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.66;
}

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

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: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

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

h5 {
	color: #767676;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 800;
}

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

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .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: .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: "";
}

:focus {
	outline: none;
}

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

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

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "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: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* Custom Github */
body, button, input, select, textarea {
	color: #333;
	font-family: "Aleo", "Helvetica Neue", helvetica, arial, serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

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

body.page-template-template-full-width #content #primary {
	max-width: 100% !important;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
	float: none !important;
	width: 100% !important;
}

body.page-template-template-full-width #content #primary .entry-header {
	margin-bottom: 4em;
}

body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
	float: none;
	width: 100%;
}

.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
	float: none;
	width: 100%;
}

.site-header {
	background-color: #222;
	position: relative;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .08em;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.site-title, .site-title a {
	color: #C9C9C9;
	opacity: 1;
}

.site-description {
	color: #868889;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	border-bottom: 3px solid #3f7398;
	padding-bottom: 15px;
}

.navigation-top a {
	color: #222;
	font-weight: 400;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.speaker-avatar {
	display: none;
}

.single-featured-image-header {
	background-color: #fff;
	border-bottom: 0 solid #eee;
	padding-top: 30px;
	padding-bottom: 0;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
	max-width: 1000px;
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
}

.post-8 h2 {
	color: #222;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 800;
	text-transform: none;
	border-bottom: 3px solid #3f7398;
	padding-bottom: 15px;
	letter-spacing: .1rem;
}

.post-8 h2 strong {
	font-weight: 400;
}

.post-9 h2 {
	color: #222;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 800;
	text-transform: none;
	border-bottom: 3px solid #3f7398;
	padding-bottom: 15px;
	letter-spacing: .1rem;
}

.post-9 h2 strong {
	font-weight: 400;
}

.wcpt-session-meta {
	background: #eee;
	padding: 10px 30px;
	width: 85%;
	font-weight: 800;
}

.entry-header .entry-title {
	margin-bottom: .25em;
	font-size: 1.8rem;
	font-weight: 800;
	border-bottom: 3px solid #3f7398;
	padding-bottom: 15px;
}

@media screen and (min-width: 48em) {
	.navigation-top {
		bottom: 0;
		font-size: 16px;
		font-size: 1rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}
}

@media screen and (min-width: 48em) {
	.navigation-top {
		bottom: 0;
		font-size: 16px;
		font-size: 1rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}
}

@media screen and (min-width: 48em) {
	h2.widget-title {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 2em;
		border-bottom: 3px solid #3f7398;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 48em) {
	h2.widget-title {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 2em;
		border-bottom: 3px solid #3f7398;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 48em) {
	body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 100%;
	}
}

@media screen and (min-width: 48em) {
	.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
		float: right;
		width: 100%;
	}
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 800;
	text-transform: none;
	border-bottom: 3px solid #3f7398;
	padding-bottom: 15px;
	letter-spacing: .1rem;
}

.site-title {
	clear: none;
	font-size: 36px;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 800;
	text-transform: none;
	border-bottom: 3px solid #3f7398;
	padding-bottom: 15px;
	letter-spacing: .1rem;
/* background: #3f7398; 
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px; */
}

h2, .home.blog .entry-title {
	color: #333;
	font-size: 20px;
	font-size: 1.5rem;
	font-weight: 800;
}

ul {
	list-style: disc;
	margin-left: 30px;
}