/*!
 * Theme Name: Caldwell
 * Theme URI: https://wordpress.com/themes/caldwell/
 * Author: Cedaro
 * Author URI: https://www.cedaro.com/
 * Description: Caldwell is a straightforward, no-frills WordPress theme for the discerning small business. Highlight what makes your company unique with large featured images and front page featured content blocks.
 * Version: 2.3.0
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Status: inactive
 * Text Domain: caldwell
 * Tags: blog, blog-excerpts, bright, business, classic-menu, clean, colorful, conservative, contemporary, custom-colors, custom-menu, design, editor-style, elegant, featured-content-with-pages, featured-image-header, featured-images, fixed-menu, food, formal, full-width-template, infinite-scroll, light, light, microformats, minimal, modern, one-column, photoblogging, post-formats, professional, purple, responsive-layout, right-sidebar, rtl-language-support, simple, site-logo, social-menu, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, travel, two-columns, white
 */
/* Gutters */
/* Media Break Points */


/**
 * normalize.css v3.0.2 | MIT License | git.io/normalize
 * -----------------------------------------------------------------------------
 */

html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

	-webkit-appearance: button;
}

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/**
 * Icons
 * -----------------------------------------------------------------------------
 */

.icon,
.submenu-navigation .dropdown-toggle,
.format-link .entry-title a:after,
.mejs-button button:before,
.block-grid-item-thumbnail,
.menu--social a:before,
.nav-menu-toggle:before,
.pagination .next:before,
.pagination .prev:before,
.site-search-is-open .site-search:after,
.site-search-toggle:before {
	display: inline-block;
	font-family: "Genericons";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;

	speak: none;
}

@media (min-width: 1024px) {
	.is-submenu-dropdown .menu-item-has-children > a:after {
		display: inline-block;
		font-family: "Genericons";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		text-rendering: optimizeLegibility;
		text-transform: none;

		speak: none;
	}
}


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

body {
	color: #333;
	font-size: 18px;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.61111111;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	font-family: "Arimo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Arimo", sans-serif;
	font-weight: 700;
	margin: 0;
}

p {
	margin: 0 0 1.61111111em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #333;
	font-size: 1.16666667em;
	line-height: 1.38095238;
	margin: 0 0 1.42857143em;
	padding: 0;
}

blockquote p {
	margin-bottom: 1.38095238em;
	quotes: "\201c" "\201d";
}

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

blockquote cite,
blockquote small {
	display: block;
	font-size: 1em;
	font-style: normal;
	text-align: right;
}

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

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

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

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;

	-ms-hyphens: none;
}

code,
pre {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
}

code {
	color: #333;
	font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 85%;
	padding: 0.1em 0.2em;
}

pre {
	line-height: 1.33333;
	margin-bottom: 1.66666667em;
	max-width: 100%;
	overflow: auto;
	padding-bottom: 1.5em;
	padding-left: 0.83333333em;
	padding-right: 0.83333333em;
	padding-top: 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code {
	background-color: transparent;
	border-bottom: none;
	color: #333;
	padding: 0;
}

abbr[title] {
	border-bottom: 1px dotted #e5e5e5;
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

::-moz-selection {
	background-color: #ffffd9;
	color: #333;
}

::selection {
	background-color: #ffffd9;
	color: #333;
}

@media (min-width: 768px) {
	blockquote {
		font-size: 1.44444444em;
		margin-bottom: 1.15384615em;
	}
}


/**
 * Elements
 * -----------------------------------------------------------------------------
 */

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin: 2.22222222em 0 1.66666667em;
}

ul,
ol {
	margin: 0 0 1.61111111em;
}

ul {
	list-style-type: disc;
	padding-left: 1em;
}

ol {
	list-style-type: decimal;
	padding-left: 1.3333em;
}

ul ul,
ol ul {
	list-style-type: circle;
}

ul ol,
ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: inherit;
	margin: 0.33333em 0;
}

ul ul,
ol ul {
	padding-left: 1em;
}

ul ol,
ol ol {
	padding-left: 1.44444em;
}

table {
	border: none;
	margin-bottom: 1.61111111em;
	width: 100%;
}

caption {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.25;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

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

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

td {
	border-top: 1px solid #e5e5e5;
}

th,
td {
	padding: 0.4em 0;
}

tfoot {
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

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

:-moz-placeholder {
	color: #b2b2b2;
	font-family: "Arimo", sans-serif;
}

::-moz-placeholder {
	color: #b2b2b2;
	font-family: "Arimo", sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b2b2b2;
	font-family: "Arimo", sans-serif;
}

@media (min-width: 768px) {
	hr {
		margin-bottom: 3.33333333em;
		margin-top: 3.33333333em;
	}
}


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

form,
fieldset,
form p {
	position: relative;
}

label {
	color: #333;
	display: inline-block;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.33333333;
	margin-bottom: 0.33333333em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=time],
input[type=week],
input[type=file],
textarea,
select {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8125;
	max-width: 100%;
	padding: 0.125em 0.75em;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 15.625em;
}

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

input[type=number],
input[type=range] {
	width: 100%;
}

textarea {
	display: block;
	height: 15.625em;
	line-height: inherit;
	overflow: auto;
}

select {
	cursor: pointer;
	font-size: inherit;
	font-weight: 400;
	height: 2.25em;
	margin-bottom: 0.3125em;
	max-width: 100%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 15.625em;
}

select option {
	padding: 0 1.07142857em;
}

input[type=radio],
input[type=checkbox] {
	border: 1px solid #e5e5e5 !important;
	display: inline-block;
	margin-right: 0.45454545em;
	position: relative;
	top: -0.18181818em;
	vertical-align: middle;
}

input[type=submit],
button[type=submit],
input[type=button] {
	margin-bottom: 0;
	width: auto;

	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

.button,
button[type=submit],
input[type=submit],
input[type=button] {
	background-color: transparent;
	border: 1px solid #4d4d80;
	border-radius: 3px;
	color: #4d4d80;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.8125;
	padding: 0.125em 0.75em;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	vertical-align: middle;
	white-space: nowrap;
}

.button:hover,
button[type=submit]:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button:focus,
button[type=submit]:focus,
input[type=submit]:focus,
input[type=button]:focus {
	background-color: #4d4d80;
	color: #fff;
	opacity: 0.6;
}

.button {
	margin-bottom: 0.3125em;
}

.button-alt {
	background-color: #4d4d80;
}

.button-alt,
.button-alt:hover,
.button-alt:focus {
	color: #fff;
}

.required {
	color: #4d4d80;
	font-weight: 700;
}


/**
 * Navigations
 * -----------------------------------------------------------------------------
 */

a {
	color: inherit;
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

a:hover,
a:focus {
	color: #4d4d80;
}

/* Shared */
.nav-menu li {
	position: relative;
	word-wrap: break-word;

	overflow-wrap: break-word;
}

.nav-menu ul {
	list-style: none;
}

.nav-menu ul ul {
	margin-left: 0;
}

.menu-item:hover > a,
.current-menu-item a,
.current-menu-parent a {
	color: #4d4d80;
}

.layout-side-content .submenu-navigation,
.page-links,
.pagination {
	border-top: 1px solid #e5e5e5;
	clear: both;
	color: #787878;
	font-size: 0.72222222em;
	letter-spacing: 0.075em;
	line-height: 1.23076923;
	padding-bottom: 0.69230769em;
	padding-top: 0.76923077em;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}

.layout-side-content .submenu-navigation a,
.page-links a,
.pagination a {
	text-decoration: none;
}

.layout-side-content .submenu-navigation a,
.page-links a,
.pagination a,
.layout-side-content .submenu-navigation span,
.page-links span,
.pagination span {
	display: inline-block;
}

.layout-side-content .submenu-navigation h2,
.page-links h2,
.pagination h2 {
	color: #787878;
	float: left;
	font-size: 1.23076923em;
	font-weight: 700;
	line-height: 1.875;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}

.page-links h2,
.pagination h2 {
	display: block;
}

a .page-number,
a.page-numbers,
.page-numbers.dots {
	color: #787878;
}

a:hover .page-number,
a.page-numbers:hover {
	color: #4d4d80;
}

.page-number,
.page-numbers,
.page-numbers.current {
	color: #4d4d80;
}

.page-number,
a.page-numbers,
span.page-numbers {
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 6px 10px;
}

span.page-number,
.page-numbers.current {
	background-color: #fff;
	border-color: #e5e5e5;
}

a span.page-number {
	border: none;
}

.page-links,
.pagination,
.layout-side-content .submenu-navigation {
	padding-left: 20px;
	padding-right: 20px;
}

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

.pagination .next,
.pagination .prev {
	min-width: 2.30769231em;
	padding: 0;
	position: relative;
}

.pagination .next:before,
.pagination .prev:before {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	position: absolute;
}

.pagination .next:before {
	content: "\f429";
}

.pagination .prev:before {
	content: "\f430";
}

.layout-side-content .submenu-navigation {
	background-color: #fff;
	border-bottom-width: 0;
}

.layout-side-content .submenu-navigation ul {
	float: left;
	list-style: none;
	margin-bottom: 0;
}

.layout-side-content .submenu-navigation li {
	margin-bottom: 0;
}

/* Responsive Navigation */
@media (min-width: 768px) {
	.page-links,
	.pagination {
		padding-bottom: 1.92307692em;
		padding-top: 1.92307692em;
	}

	.page-number {
		border: 1px solid transparent;
		border-radius: 3px;
		padding: 6px 10px;
	}
}

@media (min-width: 1024px) {
	.page-links {
		border-right: 1px solid #e5e5e5;
	}

	.post-navigation a {
		padding-bottom: 2.77777778em;
		padding-top: 3.05555556em;
	}

	.layout-side-content .submenu-navigation {
		padding-bottom: 1.92307692em;
		padding-top: 1.92307692em;
	}

	.layout-side-content .submenu-navigation h2 {
		max-width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pagination,
	.layout-side-content .submenu-navigation {
		padding-left: 0;
		padding-right: 0;
	}

	.pagination h2,
	.layout-side-content .submenu-navigation h2 {
		margin-right: 0;
		position: absolute;
		top: 26px;
	}

	.pagination {
		display: inline-block;
	}

	.submenu-navigation li {
		float: left;
	}

	.submenu-navigation ul {
		display: inline-block;
		margin-top: 0;
	}

	.submenu-navigation .dropdown-toggle {
		display: none;
	}

	.submenu-navigation .sub-menu {
		margin-top: -1px;
	}

	.submenu-navigation .sub-menu a {
		padding: 0.69230769em 0.76923077em;
		position: relative;
	}

	.submenu-navigation .menu > li > a {
		border: 1px solid transparent;
		border-radius: 3px;
		padding: 6px 10px;
	}

	.submenu-navigation .menu > li.current-menu-item a,
	.submenu-navigation .menu > li.current-menu-parent a {
		background-color: #fff;
		border-color: #e5e5e5;
	}

	.submenu-navigation .menu > li.current-menu-item.menu-item-has-children:hover a,
	.submenu-navigation .menu > li.current-menu-parent.menu-item-has-children:hover a {
		border-bottom-color: #fff;
		border-radius: 3px 3px 0 0;
	}

	.submenu-navigation {
		height: auto;
		padding-bottom: 23px;
		padding-top: 23px;
	}

	.submenu-navigation a {
		display: block;
	}

	.submenu-navigation h2 {
		display: none;
	}

	.submenu-navigation .menu {
		float: left;
	}

	.nav-menu li:hover .sub-menu,
	.nav-menu li.is-sub-menu-open .sub-menu {
		display: block;
	}

	.nav-menu .sub-menu {
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-top-color: #fff;
		display: none;
		line-height: 1.61538462;
		position: absolute;
		top: 100%;
		width: 14.61538462em;
	}

	.nav-menu .sub-menu a {
		background-color: #fff;
		display: block;
	}

	.nav-menu .sub-menu .menu-item {
		border-bottom: 1px solid #e5e5e5;
		float: none;
	}

	.nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.is-submenu-dropdown .menu-item-has-children > a:after {
		content: "\f431";
		line-height: 1;
		margin-left: 0.23076923em;
		position: relative;
		top: 0.15384615em;
	}
}

@media (min-width: 1260px) {
	.page-links {
		padding-left: 80px;
		padding-right: 80px;
	}

	.has-sidebar .page-links {
		border-right: none;
	}

	.post-navigation {
		padding-left: 60px;
		padding-right: 60px;
	}
}


/* Comment Navigation
------------------------------------------------------------------------------*/

.comment-navigation .prev,
.comment-navigation .next {
	display: none;
}


/* Post(s) Navigation
------------------------------------------------------------------------------*/

.post-navigation {
	border-top: 1px solid #e5e5e5;
}

.post-navigation a {
	color: #333;
	display: block;
	padding: 20px;
	text-decoration: none;
}

.post-navigation a:hover {
	color: #4d4d80;
}

.post-navigation a:hover .post-title {
	text-decoration: underline;
}

.post-navigation .nav-links {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

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

.post-navigation .meta-nav {
	color: #787878;
	display: block;
	font-size: 0.72222222em;
	letter-spacing: 0.075em;
	margin-bottom: 0.38888889em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: block;
	font-weight: 700;
}

.post-navigation div + div {
	border-top: 1px solid #e5e5e5;
}


/* Site Navigation
------------------------------------------------------------------------------*/

.site-navigation {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 288px;
	z-index: 30;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.site-navigation.has-site-search {
	padding-top: 40px;
}

.site-navigation a {
	display: inline-block;
	text-decoration: none;
}

.site-navigation li {
	margin: 0;
}

.site-navigation .menu {
	font-size: 0.72222222em;
	font-weight: 400;
	text-transform: uppercase;
}

.menu--primary {
	letter-spacing: 0.075em;
	margin: 15px 0;
	padding: 0;

	-webkit-box-ordinal-group: 11;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10;
}

.menu--primary a {
	padding: 0.38461538em 0;
}

.menu--primary .current-menu-item,
.menu--primary .current-menu-parent {
	font-weight: 700;
}

.menu--primary .sub-menu {
	border-left: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.menu--primary .sub-menu a {
	color: #787878;
	padding-left: 0.76923077em;
}

.menu--primary .sub-menu a:hover {
	color: #333;
}

.menu--primary .sub-menu a:before {
	background-color: #e5e5e5;
	content: "";
	display: block;
	height: 1px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.46153846em;
}

.menu--primary .sub-menu,
.menu--primary .sub-menu .current-menu-item,
.menu--primary .sub-menu .current-menu-parent {
	font-weight: 400;
}

.menu--primary .sub-menu .current-menu-item a,
.menu--primary .sub-menu .current-menu-parent a {
	color: inherit;
}

.menu--social {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px 0;
	line-height: 2.22222222;
	margin: -1px 0 0 -20px;
	padding: 0;
	width: auto;
}

.menu--social .menu-item {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin: 0;
	position: relative;
	text-align: center;
}

.menu--social a {
	background-color: transparent;
	color: #b2b2b2;
}

.menu--social a:hover,
.menu--social a:focus {
	background-color: #f9f9f9;
	color: #4d4d80;
}

.menu--social a:before {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.5;
	width: 2.5em;
}

.menu--social a[href*="codepen.io"]:before {
	content: "\f216";
}

.menu--social a[href*="digg.com"]:before {
	content: "\f221";
}

.menu--social a[href*="dribbble.com"]:before {
	content: "\f201";
}

.menu--social a[href*="facebook.com"]:before {
	content: "\f204";
}

.menu--social a[href*="/feed/"]:before,
.menu--social .icon-feed a:before {
	content: "\f413";
}

.menu--social a[href*="flickr.com"]:before {
	content: "\f211";
}

.menu--social a[href*="github.com"]:before,
.menu--social a[href*="github.io"]:before {
	content: "\f200";
}

.menu--social a[href*="plus.google.com"]:before,
.menu--social a[href*="profiles.google.com"]:before {
	content: "\f206";
}

.menu--social a[href*="instagram.com"]:before {
	content: "\f215";
}

.menu--social a[href*="linkedin.com"]:before {
	content: "\f207";
}

.menu--social a[href*="mailto"]:before {
	content: "\f410";
}

.menu--social a[href*="path.com"]:before {
	content: "\f219";
}

.menu--social a[href*="pinterest.com"]:before {
	content: "\f209";
}

.menu--social a[href*="reddit.com"]:before {
	content: "\f222";
}

.menu--social a[href*="spotify.com"]:before {
	content: "\f515";
}

.menu--social a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.menu--social a[href*="tumblr.com"]:before {
	content: "\f214";
}

.menu--social a[href*="twitter.com"]:before {
	content: "\f202";
}

.menu--social a[href*="vimeo.com"]:before {
	content: "\f212";
}

.menu--social a[href*="wordpress.org"]:before,
.menu--social a[href*="wordpress.com"]:before {
	content: "\f205";
}

.menu--social a[href*="youtube.com"]:before {
	content: "\f213";
}

.menu-fallback-notice {
	font-size: 0.72222222em;
	font-style: italic;
	margin-bottom: 0;
}

/* Site Search */
.site-search label {
	display: block;
	margin: 0;
}

.site-search .search-form {
	margin: 0;
}

.site-search .search-field {
	background: transparent;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-transition: none;
	transition: none;
}

.site-search .search-submit {
	background: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.site-search .search-submit:hover {
	background: rgba(255, 255, 255, 0.5);
}

/* Toggle buttons */
.nav-menu-toggle,
.site-search-toggle {
	background: transparent;
	cursor: pointer;
	outline: 0;
	text-align: center;
}

.nav-menu-toggle:before,
.site-search-toggle:before {
	position: relative;
}

.nav-menu-toggle {
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 1em;
	height: 34px;
	line-height: 1;
	margin-right: 20px;
	padding: 0;
	position: absolute;
	top: 24px;
	right: 100%;
	vertical-align: middle;
	width: 34px;
	z-index: 40;
}

.nav-menu-toggle:before {
	content: "\f419";
}

.site-search-toggle {
	background: none;
	border: none;
	border-radius: 0;
	color: #b2b2b2;
}

.site-search-toggle:before {
	content: "\f400";
}

.menu--primary,
.menu--social,
.site-search,
.site-search-toggle {
	display: none;
}

/* Nav Menu Open */
.nav-menu-is-open:after {
	background: rgba(255, 255, 255, 0.65);
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nav-menu-is-open .menu--primary,
.nav-menu-is-open .menu--social,
.nav-menu-is-open .site-search,
.nav-menu-is-open .site-search-toggle {
	display: block;
}

.nav-menu-is-open .site {
	overflow: visible;
	right: 288px;
	-webkit-transition: right 0.15s ease-in-out;
	transition: right 0.15s ease-in-out;
}

.nav-menu-is-open .nav-menu-toggle,
.nav-menu-is-open .site-search-toggle {
	border: none;
	border-radius: 0;
	margin-right: 0;
	top: 0;
	right: 0;
}

.nav-menu-is-open .nav-menu-toggle {
	border-right: 1px solid #e5e5e5;
	color: #f00;
	font-size: 14px;
	font-size: 1.4rem;
	height: 2.85714286em;
	width: 2.92857143em;
}

.nav-menu-is-open .nav-menu-toggle:before {
	content: "\f406";
}

.nav-menu-is-open .nav-menu-toggle:hover {
	background: #f9f9f9;
}

.nav-menu-is-open .site-search-toggle {
	color: #b2b2b2;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	height: 2.22222222em;
	padding: 0.33333333em 0.66666667em 0.27777778em;
	position: absolute;
	top: 0;
	right: 2.22222222em;
}

.nav-menu-is-open .site-search {
	position: absolute;
	top: 0;
	right: 2.22222222em;
	left: 0;
}

.nav-menu-is-open .site-search .search-field {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	height: 3.07692308em;
	padding: 0.61538462em 3.07692308em 0.61538462em 1.53846154em;
	text-transform: uppercase;
	width: 100%;
}

.nav-menu-is-open .site-search .search-field:focus {
	border-color: #e5e5e5;
}

.nav-menu-is-open .site-search .search-submit {
	font-size: 18px;
	font-size: 1.8rem;
	height: 2.22222222em;
	overflow: hidden;
	text-indent: 2.22222222em;
	width: 2.22222222em;
}

.nav-menu-is-open .has-site-search .nav-menu-toggle {
	border-bottom: 1px solid #e5e5e5;
}

.nav-menu-is-open .has-site-search .menu--social {
	padding-right: 3.07692308em;
}

/* Responsive Navigation */
@media (min-width: 1024px) {
	.site-navigation {
		border-left: none;
		-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
		display: block;
		line-height: 2.77777778;
		position: fixed;
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
	}

	.site-navigation.has-site-search {
		padding-right: 2.77777778em;
		padding-top: 0;
	}

	.site-navigation.is-fixed {
		position: fixed;
		right: 0;
		bottom: auto;
		left: 0;
	}

	.site-navigation a {
		padding-bottom: 0;
		padding-top: 0;
	}

	.site-navigation .menu-item {
		float: left;
	}

	.menu--primary {
		display: block;
		float: left;
		margin: 0;
	}

	.menu--primary > .menu-item {
		line-height: 3.84615385;
		margin-right: 1.53846154em;
	}

	.menu--primary > .menu-item-has-children {
		margin-right: 1.30769231em;
	}

	.menu--primary .sub-menu {
		border-top-color: #fff;
		left: -1.53846154em;
	}

	.menu--primary .sub-menu a {
		padding: 0.69230769em 1.53846154em;
	}

	.menu--primary .sub-menu a:before {
		display: none;
	}

	.menu--primary .sub-menu .menu-item:first-child a {
		padding-top: 0;
	}

	.menu--primary .sub-menu .menu-item-has-children a:after,
	.submenu-navigationbar .menu--primary .menu-item-has-children a:after {
		display: none;
	}

	.submenu-navigationbar .menu--primary .menu-item-has-children {
		margin-right: 1.53846154em;
	}

	.menu--social {
		border-bottom-width: 0;
		border-top-width: 0;
		display: inline-block;
		float: right;
	}

	.menu--social a:before {
		line-height: 3.125;
		width: 3.125em;
	}

	.menu--social .menu-item {
		border-left: 1px solid #e5e5e5;
		border-right: none;
	}

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

	.site-search-toggle {
		border-left: 1px solid #e5e5e5;
		display: block;
		float: right;
		height: 2.77777778em;
		line-height: 2.77777778;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		width: 2.77777778em;
		z-index: 60;
	}

	.site-search-toggle:focus,
	.site-search-toggle:hover {
		background-color: #f9f9f9;
		color: #4d4d80;
	}

	.site-search {
		background: #fff;
		display: none;
		height: 50px;
		padding-left: 20px;
		padding-right: 50px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 50;
	}

	.site-search .search-field {
		font-size: 1.625em;
		padding: 0;
		width: 100%;
	}

	.site-search .search-submit {
		height: 3.125em;
		text-indent: 3.125em;
		width: 3.125em;
		z-index: 50;
	}

	.site-search-is-open .site-navigation {
		z-index: 50;
	}

	.site-search-is-open .site-search {
		display: block;
	}

	.site-search-is-open .site-search:after {
		content: "\f400";
		line-height: 2.77777778;
		position: absolute;
		top: 0;
		right: 3.61111111em;
	}

	.site-search-is-open .site-search-toggle {
		background-color: #333;
		color: #fff;
	}

	.site-search-is-open .site-search-toggle:before {
		content: "\f406";
	}
}

@media (min-width: 1260px) {
	.site-search {
		padding-left: 80px;
	}
}


/* Submenu Navigation
------------------------------------------------------------------------------*/

.submenu-navigation {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0.72222222em;
	position: relative;
}

.submenu-navigation h2 {
	float: left;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 3.84615385;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu-navigation a {
	color: #787878;
	display: block;
	letter-spacing: 0.075em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

.submenu-navigation ul {
	padding: 0;
}

.submenu-navigation .menu,
.submenu-navigation .menu-item {
	margin: 0;
	padding: 0;
}

.submenu-navigation .sub-menu a {
	text-transform: none;
}


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

#wpstats,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}


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

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.background-cover {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.61111111em 1.61111111em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.61111111em 1.61111111em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-bottom: 1.61111111;
	margin-top: 0.4em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


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

.clearfix:before,
.site-header:before,
.site-navigation:before,
.site-content:before,
.site-footer:before,
.featured-content:before,
.content-area:before,
.hentry:before,
.page-header:before,
.comment-meta:before,
.comments-area:before,
.menu--social:before,
.page-links:before,
.pagination:before,
.post-navigation:before,
.submenu-navigation:before,
.clearfix:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.featured-content:after,
.content-area:after,
.hentry:after,
.page-header:after,
.comment-meta:after,
.comments-area:after,
.menu--social:after,
.page-links:after,
.pagination:after,
.post-navigation:after,
.submenu-navigation:after {
	content: " ";
	display: table;
}

.clearfix:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.featured-content:after,
.content-area:after,
.hentry:after,
.page-header:after,
.comment-meta:after,
.comments-area:after,
.menu--social:after,
.page-links:after,
.pagination:after,
.post-navigation:after,
.submenu-navigation:after {
	clear: both;
}


/**
 * Animations
 * -----------------------------------------------------------------------------
 */

.fade-in {
	-webkit-animation: fade-in 0.6s linear;
	animation: fade-in 0.6s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translatez();
	transform: translatez();
}

.spin {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


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

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

@-moz-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.site-header,
.site-content,
.site-footer,
.featured-content,
.content-area {
	float: left;
	width: 100%;
}

.site-navigation,
.site-branding {
	padding-left: 20px;
}

.has-site-logo .site-branding {
	padding-left: 80px;
}

.content-area,
.widget-area,
.submenu-navigation,
.page-header-inside,
.site-footer .credits {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.hentry {
	max-width: 720px;
}

.layout-side-content-side .hentry,
.featured-post--hero .entry-collection,
.site-footer .credits {
	max-width: 1100px;
}

.layout-full .content-area {
	max-width: 1260px;
}

.layout-full .hentry {
	max-width: 100%;
}

.layout-side-content .content-area {
	padding: 0;
}

.layout-side-content .hentry {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.layout-side-content-side .entry-meta {
	margin-left: -20px;
	margin-right: -20px;
}

.layout-side-content-side .entry-content {
	max-width: 720px;
}

.page-links,
.post-navigation,
.comments-area {
	margin-left: -20px;
	margin-right: -20px;
}

.comments-header,
.comments-list,
.comments-form {
	padding-left: 20px;
	padding-right: 20px;
}


/* Layout: 768px and up.
------------------------------------------------------------------------------*/

@media (min-width: 768px) {
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: left;
		width: 50%;
	}

	.post-navigation div + div {
		border-top: none;
	}
}


/* Layout: 1024px and up.
------------------------------------------------------------------------------*/

@media (min-width: 1024px) {
	.has-site-logo .site-navigation {
		padding-left: 80px;
	}

	.has-sidebar .content-area {
		max-width: 75%;
		min-height: 1px;
	}

	.has-sidebar .content-area .hentry {
		max-width: 100%;
	}

	.content-area {
		float: left;
	}

	.widget-area--sidebar {
		float: right;
		max-width: 25%;
	}

	.layout-side-content .hentry {
		padding-left: 210px;
	}

	.layout-side-content .entry-inside {
		max-width: 720px;
	}

	.layout-side-content .posted-on {
		max-width: 150px;
	}

	.layout-side-content-side .hentry {
		padding-left: 190px;
	}

	.layout-side-content-side .entry-meta {
		float: left;
		margin-right: 40px;
		max-width: 150px;
	}

	.layout-side-content-side .entry-header,
	.layout-side-content-side .entry-meta {
		margin-left: -190px;
	}

	.layout-side-content-side .entry-meta,
	.layout-side-content-side .entry-footer {
		clear: both;
		width: 100%;
	}

	.layout-side-content-side .entry-content,
	.layout-side-content-side .entry-footer {
		float: left;
	}

	.page-header-inside {
		max-width: 990px;
		padding-left: 210px;
	}

	.pagination h2 {
		clip: auto;
		overflow: visible;
		left: 20px;
	}

	.pagination .nav-links,
	.layout-side-content .submenu-navigation ul {
		padding-left: 210px;
	}
}


/* Layout: 1260px and up.
------------------------------------------------------------------------------*/

@media (min-width: 1260px) {
	.site-navigation,
	.site-branding {
		padding-left: 80px;
	}

	.has-sidebar .content-area {
		max-width: 880px;
	}

	.content-area,
	.widget-area,
	.site-footer .credits {
		padding-left: 80px;
		padding-right: 80px;
	}

	.widget-area--sidebar {
		float: left;
		max-width: 380px;
	}

	.widget-area--footer .block-grid {
		max-width: 1140px;
	}

	.layout-side-content .hentry {
		padding-left: 270px;
	}

	.layout-side-content-side .hentry {
		padding-right: 190px;
	}

	.layout-side-content-side .entry-content {
		float: left;
		width: 100%;
	}

	.layout-side-content-side .entry-footer {
		clear: none;
		float: right;
		margin-right: -190px;
		width: 150px;
	}

	.layout-side-content-side .comments-header,
	.layout-side-content-side .comments-list,
	.layout-side-content-side .comments-form {
		max-width: 990px;
		padding-left: 270px;
	}

	.comments-header,
	.comments-list,
	.comments-form {
		clear: both;
		float: left;
		max-width: 800px;
		padding-left: 80px;
		padding-right: 0;
		width: 100%;
	}

	.page-header-inside {
		padding-left: 270px;
	}

	.pagination h2 {
		left: 80px;
	}

	.pagination .nav-links,
	.layout-side-content .submenu-navigation ul {
		padding-left: 270px;
	}

	.page-links,
	.post-navigation,
	.comments-area {
		margin-left: -80px;
		margin-right: -80px;
	}

	.post-navigation .nav-links {
		float: left;
		max-width: 1140px;
		width: 100%;
	}

	.submenu-navigation {
		padding-left: 80px;
	}
}


/**
 * Header
 * -----------------------------------------------------------------------------
 */

.site {
	overflow: hidden;
	position: relative;
	right: 0;
}

.site-header {
	background-color: #4d4d80;
}


/* Site Branding
------------------------------------------------------------------------------*/

.site-branding {
	border-bottom: 1px solid transparent;
	clear: both;
	height: 4.5em;
	position: relative;
	z-index: 20;
}

.site-branding,
.site-branding a,
.site-branding a:hover {
	color: #fff;
}

.site-logo-link {
	display: inline-block;
	float: left;
	height: 50px;
	margin-left: -65px;
	position: relative;
	width: 50px;
	z-index: 40;
}

.site-logo-link img {
	display: block;
	height: 100%;
	max-width: 100%;
	padding: 0;
	-webkit-transition: padding 0.15s ease-in;
	transition: padding 0.15s ease-in;
	width: 100%;
}

.site-title {
	display: inline-block;
	font-size: 1.16666667em;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.2;
	margin: 0 2.85714286em 0 0;
	text-transform: uppercase;
}

.site-title a {
	text-decoration: none;
}

.site-description {
	display: none;
	font-size: 0.88888889em;
	line-height: 1.5625;
	margin-bottom: 0;
	margin-right: 3.75em;
}

.site-logo-link,
.site-title,
.site-description {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Responsive Header */
@media (min-width: 480px) {
	.has-featured-content .site-header,
	.has-featured-image .site-header {
		background-color: transparent;
	}

	.has-featured-content .site-branding,
	.has-featured-image .site-branding {
		border-color: rgba(255, 255, 255, 0.5);
		position: absolute;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.site-title {
		margin-right: 2.85714286em;
	}
}

@media (min-width: 1024px) {
	.site {
		overflow: visible;
	}

	.site-header {
		z-index: 20;
	}

	.admin-bar .site-navigation {
		top: 32px;
	}

	.has-featured-content .site-header,
	.has-featured-image .site-header {
		clear: both;
		position: relative;
	}

	.site-branding {
		z-index: auto;
	}

	.site-description {
		display: inline-block;
	}

	.site-logo-link.is-fixed {
		margin-left: 0;
		position: fixed;
		top: 0;
		left: 15px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.site-logo-link.is-fixed img {
		padding: 5px;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.admin-bar .site-logo-link.is-fixed {
		top: 32px;
	}
}

@media (min-width: 1024px) {
	.site-header .site-branding {
		margin-top: 50px;
	}

	.site-header > :last-child {
		margin-top: 0;
	}
}


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

.widget-area {
	clear: both;
	color: #787878;
}

.widget-area a {
	text-decoration: none;
}

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

.widget-area ul {
	list-style: none;
	padding-left: 0;
}

.widget-area .children {
	padding-left: 1em;
}

.widget-area--sidebar {
	padding-bottom: 0.55555556em;
	padding-top: 2.22222222em;
}

.widget-area--footer {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.widget {
	font-size: 0.77777778em;
	margin-bottom: 2.14285714em;
	overflow: hidden;
}

.widget .children {
	border-left: 1px solid #e5e5e5;
}

.widget-title {
	font-size: 0.92857143em;
	letter-spacing: 0.075em;
	line-height: 1.84615385;
	margin-bottom: 0.92307692em;
	text-transform: uppercase;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_recent_posts ul,
.widget_rss_links ul {
	list-style: none;
	margin: 0;
}

.widget_search .search-field {
	max-width: 194px;
}

.widget_rss li {
	margin-bottom: 1.42857143em;
}

.widget_rss ul .rsswidget {
	color: #333;
	display: block;
	font-weight: 700;
}

.widget_rss .widget-title a {
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}

.widget_rss .rss-date {
	display: block;
	font-size: 0.92857143em;
	letter-spacing: 0.075em;
	margin: 0.38461538em 0;
	text-transform: uppercase;
}

.widget_recent_entries li {
	margin-bottom: 0.85714286em;
}

.widget_recent_entries a {
	color: #333;
	display: block;
	font-weight: 700;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 0.92857143em;
	letter-spacing: 0.075em;
	margin-top: 0.23076923em;
	text-transform: uppercase;
}

/* Responsive Widgets */
@media (min-width: 768px) {
	.widget-area--footer {
		margin-bottom: 1.6875em;
		padding-bottom: 0.625em;
		padding-top: 1.25em;
	}
}

@media (min-width: 1024px) {
	.widget-area--sidebar {
		clear: none;
	}

	.widget-area--sidebar .block-grid .block-grid-item {
		width: 100%;
	}
}

@media (min-width: 1260px) {
	.widget-area--sidebar {
		padding-bottom: 2.14285714em;
		padding-top: 4.28571429em;
	}
}


/**
 * Content
 * -----------------------------------------------------------------------------
 */

.site-content {
	opacity: 1;
	position: relative;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.has-sidebar .content-area {
	border-bottom: 1px solid #e5e5e5;
}

.hentry {
	padding-bottom: 0.55555556em;
	padding-top: 2.22222222em;
	position: relative;
	-webkit-transition: background-color 0.15s ease-in;
	transition: background-color 0.15s ease-in;
}


/* Entry Header
------------------------------------------------------------------------------*/

.entry-header {
	position: relative;
}

.entry-title {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.23529412;
	margin-bottom: 0.88235294em;
}

.entry-title a {
	color: #4d4d80;
	display: block;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

/* Entry Content */
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2,
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3,
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4,
.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5,
.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	color: #333;
	margin: 0;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.33333333;
	margin-bottom: 0.5em;
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	line-height: 1.25;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	line-height: 1.5;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.lead {
	font-weight: 400;
	margin-bottom: 1.66666667em;
}

.entry-content .lead {
	color: #787878;
}

.sticky:before {
	border-left: 8px solid #4d4d80;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: border-width 0.15s ease-in-out;
	transition: border-width 0.15s ease-in-out;
}

.sticky:hover:before {
	border-width: 0;
}

.content-area .sticky:before {
	display: block;
}

.stretch {
	margin-left: -20px;
	margin-right: -20px;
}

/* Entry Meta */
.entry-meta {
	letter-spacing: 0.075em;
	margin-bottom: 1.66666667em;
	text-transform: uppercase;
}

.entry-meta,
.entry-meta a {
	color: #787878;
}

.entry-meta a {
	text-decoration: none;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry-author {
	letter-spacing: normal;
}

.posted-on,
.posted-by {
	display: none;
}

.entry-author-image img {
	display: block;
}

time.updated {
	display: none;
}

/* Entry Footer */
.entry-footer {
	line-height: 1.33333333;
	margin-bottom: 1.66666667em;
}

/* Responsive Content */
@media (max-width: 767px) {
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 1.88888889em;
	}
}

@media (min-width: 768px) {
	.full-text .entry-meta,
	.has-excerpt .entry-meta {
		margin-bottom: 1em;
	}

	.lead {
		font-size: 1.44444444em;
		margin-bottom: 1.15384615em;
	}

	.has-featured-image .content-item p {
		margin-bottom: 1.11111111em;
	}

	.has-featured-image .page-header,
	.has-featured-image .content-item .entry-header {
		margin-bottom: 3.33333333em;
		position: absolute;
		bottom: 100%;
	}

	.has-featured-image .content-item .entry-header {
		margin-bottom: 1.11111111em;
	}

	.has-featured-image .page-title,
	.has-featured-image .content-item .entry-title {
		color: #fff;
		margin-bottom: 0.36363636em;
	}

	.has-featured-image .submenu-navigation + .content-item .page-header,
	.has-featured-image .submenu-navigation + .content-item .entry-header {
		margin-bottom: 5em;
	}

	.single .has-post-thumbnail .entry-title a,
	.single .has-post-thumbnail .entry-title a:after {
		color: #fff;
	}
}

@media (min-width: 1024px) {
	.entry-title {
		font-size: 55px;
		font-size: 5.5rem;
		line-height: 1.2;
		margin-bottom: 0.54545455em;
	}

	.has-sidebar .content-area {
		border-bottom: none;
	}

	.has-featured-image .content-item .page-header .entry-header {
		margin-bottom: 3.33333333em;
	}

	.has-featured-image .submenu-navigation + .content-item .page-header,
	.has-featured-image .submenu-navigation + .content-item .entry-header {
		margin-bottom: 7.77777778em;
	}

	.stretch {
		margin-right: 0;
	}
}

@media (min-width: 1260px) {
	.has-sidebar .site-content:before {
		border-right: 1px solid #e5e5e5;
		content: " ";
		display: block !important;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 880px;
		z-index: -1;
	}

	.has-featured-image .content-item .entry-header {
		margin-bottom: 3.33333333em;
	}

	.hentry {
		padding-bottom: 2.22222222em;
		padding-top: 3.88888889em;
	}

	.stretch {
		margin-left: -80px;
		margin-right: -80px;
	}
}


/* Featured Image
------------------------------------------------------------------------------*/

.featured-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: auto;
	height: 440px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.featured-image:after {
	background: rgba(25, 25, 25, 0.2);
	content: "";
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.featured-image img {
	display: none;
}

/* Responsive Featured Images */
@media (min-width: 768px) {
	.featured-image {
		height: 600px;
	}
}


/* Featured Content
------------------------------------------------------------------------------*/

.featured-content {
	background-color: #4d4d80;
}

.featured-content .block-grid {
	margin: 0;
}

.featured-content .block-grid-item {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0;
}

.featured-content .block-grid-item .featured-image {
	height: auto;
	padding-top: 56.4%;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.featured-content .block-grid-item .featured-image:after {
	display: none;
}

.featured-content .block-grid-item:hover .featured-image {
	background-color: #191919;
}

.featured-content .block-grid-item:hover .featured-image:after {
	opacity: 0.2;
}

.featured-content .block-grid-item-title {
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.featured-content .entry-title,
.featured-content .block-grid-item-title,
.featured-content .entry-title a,
.featured-content .block-grid-item-title a {
	color: #fff;
}

.featured-content .entry-title a:hover,
.featured-content .block-grid-item-title a:hover {
	text-decoration: none;
}

.featured-content .has-post-thumbnail {
	background-color: #191919;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
}

.featured-content .has-post-thumbnail .featured-image:after {
	display: block;
}

.featured-content .has-post-thumbnail .entry-title {
	margin-left: 0;
	position: static;
}

.featured-post {
	position: relative;
}

.featured-post--hero {
	background-color: #191919;
}

.featured-post--hero a {
	color: #fff;
}

.featured-post--hero p {
	margin-bottom: 1.11111111em;
}

.featured-post--hero .entry-collection {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.featured-post--hero .entry-meta {
	font-size: 1em;
	margin-bottom: 1em;
	text-transform: none;
}

.featured-post--hero .entry-meta a {
	font-weight: 700;
}

.featured-post--hero .entry-meta a:hover {
	text-decoration: underline;
}

.featured-post--hero .posted-on,
.featured-post--hero .posted-by {
	display: inline;
}

.featured-post--hero .entry-meta .sep {
	color: rgba(255, 255, 255, 0.8);
}

.featured-post--hero .posted-on .sep {
	display: inline-block;
}

.featured-post--hero .entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.33333333;
	margin-bottom: 0.36363636em;
}

/* Responsive Featured Content */
@media (min-width: 1024px) {
	.featured-content .block-grid-item-title {
		font-size: 1.44444444em;
	}

	.featured-post--hero .entry-title {
		font-size: 3.05555556em;
	}
}

@media (min-width: 1260px) {
	.featured-content .block-grid-item-title {
		bottom: 40px;
		left: 80px;
	}

	.featured-post--hero .entry-collection {
		bottom: 60px;
		left: 80px;
	}
}


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

.home.page .no-content {
	padding-bottom: 0;
	padding-top: 0;
}

.home.page .featured-image:after,
.home.page .entry-header {
	display: none;
}


/* Single
------------------------------------------------------------------------------*/

.single .hentry {
	border-top: none;
	padding-top: 20px;
}

.single .hentry:hover {
	background-color: transparent;
}

.single .entry-meta {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	margin-top: 0;
	min-height: 4.44444444em;
	padding: 20px 15px 15px 80px;
	position: relative;
}

.single .entry-meta .sep {
	letter-spacing: 0.075em;
}

.single .posted-by,
.single .posted-on {
	display: block;
	font-size: 0.72222222em;
}

.single .posted-by .sep,
.single .posted-on .sep,
.single .posted-by .entry-author-image,
.single .posted-on .entry-author-image,
.single .posted-by .entry-date,
.single .posted-on .entry-date {
	display: block;
}

.single .posted-by .sep,
.single .posted-by .entry-author {
	display: none;
}

.single .entry-author-image {
	max-width: 50px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 15px;
}

.single .entry-author-image img {
	border-radius: 100%;
}

.single .entry-author {
	font-size: 1.38461538em;
	line-height: 1.44444444;
	text-transform: none;
}

.single .entry-author,
.single .published {
	font-weight: 700;
}

.single .entry-author,
.single .published,
.single .entry-author a,
.single .published a {
	color: #333;
}

/* Responsive Single Content */
@media (min-width: 480px) {
	.single .entry-meta {
		padding-top: 18px;
	}

	.single .posted-by,
	.single .posted-on {
		float: left;
	}

	.single .posted-by {
		border-right: 1px solid #e5e5e5;
		margin-bottom: 1.23076923em;
		padding-right: 20px;
	}

	.single .posted-by .sep,
	.single .posted-by .entry-author {
		display: block;
	}

	.single .posted-on {
		padding-left: 20px;
	}

	.single .posted-on .sep {
		margin-bottom: 0.38461538em;
	}
}

@media (min-width: 768px) {
	.single .entry-meta {
		margin-bottom: 40px;
		margin-top: -20px;
	}
}

@media (min-width: 1024px) {
	.single .has-post-thumbnail {
		margin-top: 0;
		padding-bottom: 20px;
		padding-top: 40px;
	}

	.single .entry-meta {
		background-color: transparent;
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		top: 0.38888889em;
		text-align: right;
	}

	.single .entry-author-image {
		margin-bottom: 1.46153846em;
		max-width: 100%;
		position: static;
	}

	.single .entry-author-image img {
		border-radius: 0;
	}

	.single .posted-by,
	.single .posted-on {
		border-right: none;
		float: none;
		padding: 0;
	}
}

@media (min-width: 1260px) {
	.single .hentry {
		padding-bottom: 40px;
		padding-top: 70px;
	}

	.single .entry-header .entry-meta {
		text-align: right;
	}
}


/* Page
------------------------------------------------------------------------------*/

.page .hentry {
	border-top: none;
}

.page .hentry:hover {
	background-color: transparent;
}


/* Content Grid
------------------------------------------------------------------------------*/

.content-grid {
	padding-bottom: 0.55555556em;
	padding-top: 2.22222222em;
	position: relative;
}

.content-grid .page-header {
	background: none;
	border-top: none;
	margin-bottom: 1.66666667em;
	padding: 0;
}

.content-grid .page-title {
	font-size: 3.05555556em;
}

.content-grid .block-grid-item {
	margin-bottom: 3.33333333em;
}

.content-grid .block-grid-item-thumbnail {
	margin-bottom: 0.55555556em;
}

@media (min-width: 1260px) {
	.content-grid {
		padding-bottom: 2.22222222em;
		padding-top: 3.88888889em;
	}

	.content-grid .page-header {
		margin-bottom: 1.66666667em;
	}
}


/* Archives
------------------------------------------------------------------------------*/

.content-list .hentry {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 0;
	padding-top: 1.66666667em;
}

.content-list .hentry:hover {
	background-color: #f9f9f9;
}

.content-list .entry-title {
	font-size: 1.44444444em;
	margin-bottom: 0.38461538em;
}

.content-list .posted-on {
	display: inline-block;
	font-size: 0.72222222em;
}

.page-header {
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	padding-top: 1.11111111em;
}

.page-header p {
	margin-bottom: 1.11111111em;
}

.page-header .page-content {
	margin-bottom: 0;
}

.page-title {
	font-size: 1.44444444em;
	margin-bottom: 0.38461538em;
}

.page-title a {
	color: inherit;
	text-decoration: none;
}

.page-content {
	color: #787878;
	margin-bottom: 3.33333333em;
}

.more-link {
	color: #333;
	font-size: 0.72222222em;
	font-weight: 700;
	text-transform: uppercase;
}


/* Search
------------------------------------------------------------------------------*/

.search-form {
	margin-bottom: 1.66666667em;
}

/* Responsive Archives */
@media (min-width: 768px) {
	.content-list .entry-content {
		color: #787878;
	}
}

@media (min-width: 1024px) {
	.page-header {
		padding-bottom: 0.83333333em;
		padding-top: 1.33333333em;
	}

	.content-list .hentry {
		padding-bottom: 2.22222222em;
		padding-top: 3.88888889em;
	}

	.content-list .entry-title {
		font-size: 1.88888889em;
		margin-bottom: 0.88235294em;
	}

	.content-list .entry-meta {
		float: none;
		margin-bottom: 0;
	}

	.content-list .posted-on {
		position: absolute;
		top: 5.69230769em;
		left: 20px;
	}

	.content-list .posted-on .sep {
		display: none;
	}
}

@media (min-width: 1260px) {
	.content-list .posted-on {
		left: 80px;
	}
}


/* Post Formats
------------------------------------------------------------------------------*/

.format-aside .entry-header,
.format-link .entry-header,
.format-quote .entry-header {
	margin-bottom: 0;
}

.format-aside .entry-meta,
.format-link .entry-meta,
.format-quote .entry-meta {
	display: none;
	margin-bottom: 0;
}

/* Asides */
.format-aside .entry-title {
	display: none;
}

/* Quotes */
.format-quote .entry-title {
	display: none;
}

.format-quote blockquote:first-of-type {
	margin-top: 0;
}

/* Links */
.format-link .entry-title a:after {
	color: #787878;
	content: "\f442";
	font-size: 80%;
	text-decoration: none;
	vertical-align: bottom;
}

/* Responsive Post Formats */
@media (min-width: 1024px) {
	.format-aside .entry-meta,
	.format-link .entry-meta,
	.format-quote .entry-meta {
		display: block;
	}
}


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

.comments-area {
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 1.11111111em;
	padding-top: 1.11111111em;
	position: relative;
}

.comments-header {
	color: #333;
	line-height: 1;
	margin-bottom: 2.5em;
}

.comments-title {
	color: #333;
	font-size: 1.44444444em;
	margin: 0;
}


/* Comment List
------------------------------------------------------------------------------*/

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

.comment-list .avatar {
	border-radius: 2px;
	float: left;
	height: 60px;
	margin-right: 1.11111111em;
	width: 60px;
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list.show-avatars .pingback,
.comment-list.show-avatars .trackback {
	color: #333;
	font-weight: 700;
	padding: 0 0 0.88888889em;
}

.comment-list .pingback a,
.comment-list .trackback a,
.comment-list.show-avatars .pingback a,
.comment-list.show-avatars .trackback a {
	color: #333;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
}

.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-list.show-avatars .pingback a:hover,
.comment-list.show-avatars .trackback a:hover {
	text-decoration: underline;
}

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

.comment-body {
	margin-bottom: 2.22222222em;
	padding: 0;
	position: relative;
}

.comment-body .reply {
	font-size: 0.72222222em;
	letter-spacing: 0.075em;
	line-height: 1;
}

.comment-body .reply a {
	text-decoration: none;
	text-transform: uppercase;
}

.comment-body .edit-link {
	display: inline-block;
}

.comment-body .edit-link:before {
	content: "\00b7";
	margin-right: 5px;
}

.comment-meta {
	color: #787878;
	line-height: 1.5;
	margin-bottom: 1em;
	position: relative;
}

.comment-meta a {
	color: #333;
	text-decoration: none;
}

.comment-meta a:hover {
	text-decoration: underline;
}

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

.comment-author {
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.5em;
	text-transform: none;
}

.comment-author img {
	display: none;
}

.comment-author .fn {
	display: inline-block;
	margin-top: 0.44444444em;
}

.comment-author a {
	color: #333;
}

.comment-metadata {
	font-size: 0.77777778em;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.comment-content {
	color: #333;
	font-size: 0.88888889em;
	word-wrap: break-word;
}

.bypostauthor {
	content: "";
}

/* Child Comments */
.comment .children {
	border-left: 3px solid #b2b2b2;
	list-style: none;
}

.comment .children .children {
	margin: 0;
	position: relative;
}

.comment .children .comment {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Comment Form
------------------------------------------------------------------------------*/

.comments-form {
	margin-bottom: 1.66666667em;
}

.comment-respond p {
	margin-bottom: 0;
	position: relative;
}

.comment-respond form {
	clear: both;
	margin: 0;
	padding: 0;
}

.comment-respond label {
	display: block;
	margin-bottom: 0.22222222em;
}

.comment-respond .comment-notes {
	margin-bottom: 1.66666667em;
}

.comment-respond .required {
	color: #f00;
	position: absolute;
	right: 0.83333333em;
	bottom: 27%;
	z-index: 10;
}

.comment-respond .form-submit {
	clear: both;
	float: none;
	margin: 0;
}

.comment-respond .logged-in-as {
	font-size: 0.88888889em;
	margin-bottom: 1.875em;
}

.comment-notes .required {
	position: static;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
	border: 1px solid #e5e5e5;
	color: #787878;
	margin-bottom: 1.11111111em;
	position: relative;
	width: 100%;
}

/* Comment Reply Form */
.comments-list .comment-respond {
	margin: 1.61111111em 0 0;
}


/* Responsive Comments
------------------------------------------------------------------------------*/

@media (min-width: 481px) {
	.comment-form-author,
	.comment-form-email {
		float: left;
		width: 48%;
	}

	.comment-form-email {
		float: right;
	}

	.comment-form-url {
		clear: both;
	}
}

@media (min-width: 480px) {
	.comment-author img {
		display: block;
	}
}

@media (min-width: 768px) {
	.comment,
	.pingback,
	.trackback {
		margin-bottom: 0.88888889em;
	}

	.comment .children {
		padding-left: 2.22222222em;
	}

	.comment-body {
		margin-bottom: 3.33333333em;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.comments-area {
		border-right: 1px solid #e5e5e5;
	}
}

@media (min-width: 1260px) {
	.comments-area {
		border-right: none;
		padding-bottom: 2.22222222em;
		padding-top: 3.88888889em;
	}

	.comments-list .comment-respond {
		margin-bottom: 3.33333333em;
	}
}


/* Not Found
------------------------------------------------------------------------------*/

.not-found .page-header {
	background-color: transparent;
	border-top: none;
}

.not-found .page-header,
.not-found .page-content {
	padding-left: 20px;
	padding-right: 20px;
}

.error404 .not-found .page-header,
.error404 .not-found .page-content {
	padding-left: 0;
	padding-right: 0;
}

/* Responsive 404 */
@media (min-width: 768px) {
	.not-found {
		padding-bottom: 1.66666667em;
		padding-top: 3.33333333em;
	}
}

@media (min-width: 1260px) {
	.not-found {
		padding-bottom: 2.77777778em;
		padding-top: 4.44444444em;
	}

	.not-found .page-header,
	.not-found .page-content {
		padding-left: 80px;
		padding-right: 20px;
	}
}


/* Term Group
------------------------------------------------------------------------------*/

.term-group {
	font-size: 0.77777778em;
}

.term-group,
.term-group a {
	color: #787878;
}

.term-group a {
	text-decoration: none;
}

.term-group a:hover {
	text-decoration: underline;
}

.term-title,
.term-list,
.term-list li {
	display: inline-block;
	margin-bottom: 0;
}

.term-title {
	font-size: 0.92857143em;
	letter-spacing: 0.075em;
	line-height: 1.84615385;
	text-transform: uppercase;
}

.term-list {
	list-style: none;
	padding-left: 0;
}

.term-list li {
	margin-bottom: 0.46153846em;
}

.term-list li:after {
	content: ",";
	margin-right: 0.30769231em;
}

.term-list li:last-child:after {
	display: none;
}

@media (min-width: 1260px) {
	.term-title,
	.term-list,
	.term-list li {
		display: block;
	}

	.term-title,
	.term-list {
		margin-bottom: 1.15384615em;
	}

	.term-list li:after {
		display: none;
	}
}


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

.site-footer {
	border-top: 1px solid #e5e5e5;
	opacity: 1;
	padding-bottom: 20px;
	padding-top: 20px;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.site-footer a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.site-footer a:hover {
	color: #4d4d80;
	text-decoration: underline;
}

.credits {
	font-size: 0.88888889em;
}

@media (min-width: 768px) {
	.site-footer {
		padding-bottom: 1.6875em;
		padding-top: 1.6875em;
	}
}


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

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

audio,
canvas {
	display: inline-block;
}

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

p > embed,
span > embed,
p > iframe,
span > iframe,
p > object,
span > object,
p > video,
span > video {
	margin-bottom: 0;
	max-width: 100%;
}

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

.fluid-width-video-wrapper {
	-webkit-animation: fade-in 0.6s linear;
	animation: fade-in 0.6s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 1.61111111em;
	position: relative;
	text-align: center;
	-webkit-transform: translatez();
	transform: translatez();
}

.fluid-width-video-wrapper:before {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	display: inline-block;
	margin: 0;
	z-index: 1;
}

.infinite-loader,
.fluid-width-video-wrapper {
	position: relative;
}

.infinite-loader:before,
.fluid-width-video-wrapper:before,
.infinite-loader:after,
.fluid-width-video-wrapper:after {
	border-radius: 100%;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.infinite-loader:before,
.fluid-width-video-wrapper:before {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border: 4px solid #333;
	border-top-color: #4d4d80;
	font-size: 1.44444444em;
	height: 1em;
	width: 1em;
}

.infinite-loader:after,
.fluid-width-video-wrapper:after {
	background-color: #333;
	height: 10px;
	width: 10px;
}


/* Captions
------------------------------------------------------------------------------*/

figcaption,
.wp-caption-text {
	color: #787878;
	font-size: 0.77777778em;
	text-align: left;
}

.aligncenter .wp-caption-text {
	padding: 0;
	text-align: center;
}

.wp-caption-text a {
	border-bottom: none;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	width: auto;
}


/* Image Galleries
------------------------------------------------------------------------------*/

.gallery,
.gallery-caption {
	position: relative;
}

.gallery {
	margin-bottom: 1.66666667em;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 1% 0;
	padding: 0 1%;
}

.gallery-icon a {
	border: none;
}

.gallery-icon img {
	border: 1px solid #e5e5e5;
	height: auto;
	width: 100%;
}

/* Responsive Galleries */
@media only screen and (min-width: 480px) {
	.gallery .gallery-item {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.gallery-item:nth-of-type(n) {
		clear: none;
	}

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

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

	.gallery-columns-2 .gallery-item:nth-of-type(2n+1) {
		clear: both;
	}

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

	.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
		clear: both;
	}

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

	.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
		clear: both;
	}

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

	.gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
		clear: both;
	}

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

	.gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
		clear: both;
	}

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

	.gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
		clear: both;
	}

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

	.gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
		clear: both;
	}

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

	.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		clear: both;
	}
}


/**
 * WP Media Elements
 * -----------------------------------------------------------------------------
 */

.me-plugin {
	position: absolute;
}


/* Player Overrides
------------------------------------------------------------------------------*/

body .mejs-container {
	background: none;
	padding-bottom: 0.55555556em;
	padding-top: 0.55555556em;
}

body .mejs-container .mejs-controls {
	background: none;
	top: 0.55555556em;
}

body .mejs-container .mejs-controls .mejs-button {
	position: relative;
}

body .mejs-container .mejs-controls .mejs-button button {
	background: none;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

body .mejs-container .mejs-controls .mejs-button button:before {
	font-size: 21px;
	line-height: 1.4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

body .mejs-container .mejs-controls .mejs-play button:before,
body .mejs-container .mejs-controls .mejs-replay button:before {
	content: "\f452";
}

body .mejs-container .mejs-controls .mejs-pause button:before {
	content: "\f448";
}

body .mejs-container .mejs-controls .mejs-volume-button button:before {
	content: "\f109";
}

body .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
	height: 10px;
	top: 10px;
}

body .mejs-container .mejs-controls .mejs-time span {
	margin-top: 2px;
}

body .mejs-container .mejs-controls .mejs-time-rail span {
	border-radius: 0;
}

body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
}

body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	top: -1.9em;
}

/* Shortcode */
body .wp-audio-shortcode {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 1.61111111em 0;
}


/* Player Playlist Overrides
------------------------------------------------------------------------------*/

body .wp-playlist {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.61111111;
	margin: 1.777em 0 3.5em;
	padding: 0;
}

body .wp-playlist .wp-playlist-current-item img {
	margin-right: 20px;
	max-width: 70px;
}

body .wp-playlist-caption,
body .wp-playlist-item-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.61111111;
}

body .wp-playlist-current-item {
	border-bottom: 1px solid;
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0.55555556em;
}

body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
	font-weight: 700;
}

body .wp-playlist-tracks {
	border-top: 1px solid;
	margin: 0;
}

body .wp-playlist-item {
	padding: 0.55555556em;
}

body .wp-playlist-item:last-child {
	border-bottom: 1px solid;
}

body .wp-playlist-item-length {
	top: auto;
	right: 0.55555556em;
	bottom: 0.66666667em;
}

body .wp-playlist-item-artist {
	display: block;
}


/* Player & Playlist Color Styles
------------------------------------------------------------------------------*/

body .wp-playlist-light {
	background: none;
	color: #333;
}

body .mejs-container .mejs-controls .mejs-time span {
	color: #333;
}

body .mejs-controls .mejs-button {
	color: #333;
}

body .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .mejs-controls .mejs-time-rail .mejs-time-float {
	background: #e5e5e5;
}

body .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e5e5e5;
}

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-top-color: #e5e5e5;
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #e5e5e5;
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e5e5e5;
}

body .wp-playlist-item:last-child {
	border-color: #e5e5e5;
}

body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
	color: #333;
}

body .wp-audio-shortcode,
body .wp-playlist-current-item,
body .wp-playlist-tracks,
body .wp-playlist-item {
	border-color: #e5e5e5;
}

body .wp-playlist-item:hover,
body .wp-playlist-item:focus,
body .wp-playlist-playing {
	background-color: #e5e5e5;
	color: #333;
}

body .wp-playlist-item-artist {
	color: #787878;
}

@media (min-width: 480px) {
	body .wp-playlist-item-artist {
		display: inline-block;
	}

	body .wp-playlist-item-length {
		bottom: 0.77777778em;
	}
}


/**
 * Modules
 * -----------------------------------------------------------------------------
 */


/* Block Grid
------------------------------------------------------------------------------*/

.block-grid {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 -20px;
	padding: 0;
}

.block-grid:before,
.block-grid:after {
	content: " ";
	display: table;
}

.block-grid:after {
	clear: both;
}

.block-grid .block-grid-item {
	padding-bottom: 0;
	padding-top: 0;
}

.block-grid-item {
	display: inline-block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	width: 100%;
}

.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-item:nth-of-type(1n+1) {
	clear: both;
}

.block-grid-item-thumbnail {
	background: #f9f9f9;
	border-radius: 2px;
	display: block;
	margin-bottom: 1.5em;
	overflow: hidden;
	position: relative;
}

.block-grid-item-thumbnail img {
	-webkit-backface-visibility: hidden;
	border-radius: 2px;
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	width: 100%;
}

.block-grid-item-thumbnail:hover img {
	opacity: 0.6;
}

.block-grid .block-grid-item-thumbnail {
	padding-top: 75%;
}

.block-grid--square .block-grid-item-thumbnail {
	padding-top: 100%;
}

.block-grid--landscape .block-grid-item-thumbnail {
	padding-top: 56.4%;
}

.block-grid-item-title {
	font-size: 1.44444444em;
	font-weight: 700;
}

.block-grid-item-title a {
	color: #333;
	display: inline-block;
	text-decoration: none;
}

.block-grid-item-title a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.block-grid-2 .block-grid-item {
		width: 50%;
	}

	.block-grid-2 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-2 .block-grid-item:nth-of-type(2n+1) {
		clear: both;
	}

	.block-grid-3 .block-grid-item {
		width: 33.33333%;
	}

	.block-grid-3 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-3 .block-grid-item:nth-of-type(3n+1) {
		clear: both;
	}

	.block-grid-4 .block-grid-item {
		width: 25%;
	}

	.block-grid-4 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-4 .block-grid-item:nth-of-type(4n+1) {
		clear: both;
	}

	.block-grid-5 .block-grid-item {
		width: 20%;
	}

	.block-grid-5 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-5 .block-grid-item:nth-of-type(5n+1) {
		clear: both;
	}
}


/* Callout
------------------------------------------------------------------------------*/

.callout {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	font-size: 0.88888889em;
	margin-bottom: 1.875em;
	padding: 1.25em;
}

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
	margin-top: 0;
}

.callout p:last-child,
.callout ul:last-child {
	margin-bottom: 0;
}

.callout.warning {
	background-color: #fcf8e2;
	border-color: #f7edb4;
}

.callout.alert {
	background-color: #ffefef;
	border-color: #ffbcbc;
}

.callout.info {
	background-color: #e7f4fd;
	border-color: #b8def9;
}


/* Columns
------------------------------------------------------------------------------*/

@media (min-width: 768px) {
	.columns {
		margin-bottom: 1.61111111em;

		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2.22222222em;
		-moz-column-gap: 2.22222222em;
		column-gap: 2.22222222em;
	}
}

@media (min-width: 1024px) {
	.columns-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (min-width: 1260px) {
	.columns-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}


/* Drop Cap
------------------------------------------------------------------------------*/

.drop-cap:first-letter {
	color: #4d4d80;
	display: block;
	float: left;
	font-size: 3.05555556em;
	font-weight: 700;
	line-height: 1;
	padding-right: 0.14545455em;
	padding-top: 0.05454545em;
}


/* Dropdowns
------------------------------------------------------------------------------*/

.dropdown {
	position: relative;
	z-index: 10;
}

.dropdown-toggle {
	background: transparent;
	border: none;
	border-left: 1px solid #e5e5e5;
	display: block;
	height: 50px;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	z-index: 30;
}

.dropdown-toggle:before {
	content: "\f431";
}

.dropdown-menu {
	display: none;
	margin-left: 0;
}

.dropdown.is-open .dropdown-toggle {
	background: #fff;
}

.dropdown.is-open .dropdown-menu {
	border-top: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
	display: block;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 10;
}

.dropdown.is-open .dropdown-menu,
.dropdown.is-open .dropdown-menu li {
	margin-bottom: 0;
}

.dropdown.is-open .dropdown-menu a {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	margin: 0;
	padding: 10px 20px;
}
