/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url(1a48773565cf732b3c29739881f588a1248943b8.eot) ;
  src: url(b1eced8aacf5547b5d0fe79664fb9beae77d6055.eot)  format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url(456f03c07c6a6043647988ec6ff76be0761676f3.)  format("woff"), url(249de9cc6f7bd7f9333f00e13b3a92d909c8ccbe.ttf)  format("truetype"), url(f66f8de1c05607bf6614b4803a28e6633f4778e3.svg)  format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(f66f8de1c05607bf6614b4803a28e6633f4778e3.svg)  format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/*
Theme Name: Motif
Theme URI: https://wordpress.com/themes/motif/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Motif is a crisp, minimalist, and fully responsive business theme.
Version: 1.0.11-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motif
Tags: blog, bright, business, classic-menu, clean, conservative, custom-background, custom-colors, custom-menu, design, elegant, featured-images, formal, full-width-template, gray, infinite-scroll, light, microformats, minimal, modern, multiple-menus, portfolio, professional, red, responsive-layout, right-sidebar, rtl-language-support, simple, site-logo, sticky-post, testimonials, translation-ready, two-columns, white

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

Motif is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Motif is a fork of Paradigm by Okay Themes http://okaythemes.com/.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 81.25%; /* 13px */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.6;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Droid Serif", Georgia, serif;
	line-height: 1.4;
}
h1 {
	font-size: 21px;
	font-size: 1.6153rem;
	font-weight: normal;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 18px;
	font-size: 1.3846rem;
	font-weight: normal;
	margin-bottom: 0.85715em;
}
h3 {
	font-size: 16px;
	font-size: 1.2307rem;
	font-weight: bold;
	margin-bottom: 1.125em;
}
h4 {
	font-size: 15px;
	font-size: 1.1538rem;
	font-weight: bold;
	margin-bottom: 1em;
}
h5 {
	font-family: "Droid Sans", sans-serif;
	font-size: 15px;
	font-size: 1.1538rem;
	font-weight: bold;
	margin-bottom: 1em;
}
h6 {
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-size: 1rem;
	margin-bottom: 1.1538em;
	text-transform:uppercase;
}
hr {
	background-color: #e6e6e6;
    border: 0;
    height: 1px;
    margin: 1.1538461538em 0;
}

/* Text elements */
p,
blockquote p:last-child {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin: 0 0 1.5em 1.1538461538em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.1538461538em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.1538461538em 1.5em 1.1538461538em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #e6e6e6;
	font-style: italic;
	margin: 0 1.1538461538em;
	padding-left: 1.1538461538em;
}
address {
	margin: 0 0 1.5em 0;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.4;
	margin-bottom: 1.5em;
	overflow-x: scroll;
	padding: 1.1538461538em;
	max-width: 100%;
}
code, kbd, tt, var {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #e6e6e6;
	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: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1.5em 0;
	width: 100%;
}
th {
	font-weight: bold;
	padding: 0.6em;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #e6e6e6;
	padding: 0.6em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	color: #888;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	color: #ea2e25;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 13px;
	font-size: 1rem;
	line-height: 1;
	padding: 0.962em 1.847em;
	text-transform: uppercase;
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ea2e25;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #e6e6e6;
	color: #666;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"] {
	background-color: #f9f9f9;
	border: 0;
	font-size: 13px;
	font-size: 1rem;
	padding: 0.6em;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="url"] {
	background-color: #efefef;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	background-color: #e9e9e9;
	outline: none;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
}
textarea {
	background-color: #f9f9f9;
	border: 0;
	font-size: 13px;
	font-size: 1rem;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 1.5625%;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 96.875%;
}

/* Links */
a {
	color: #ea2e25;
	text-decoration: none;
}
a:visited {
	color: #aaa;
}
a:hover,
a:focus,
a:active {
	color: #444;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

/* Genericons */
.categories-links:before,
.edit-link a:before,
.entry-meta .author a:before,
.entry-meta .date a:before,
.entry-meta .comments-link a:before,
.entry-meta .post-format a:before,
.featured-post:before,
.menu-toggle:before,
.tags-links:before {
	display: inline-block;
	font-family: Genericons;
	font-size: 14px;
	font-size: 1.0769rem;
	font-weight: normal;
	line-height: 1;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
}

/* Clearing */
.comment-meta:before,
.comment-meta:after,
.entry-meta:before,
.entry-meta:after,
.footer-widget-area:before,
.footer-widget-area:after,
.grid-row:before,
.grid-row:after,
.main-navigation ul:before,
.main-navigation ul:after,
.site-main:before,
.site-main:after,
.subordinate-navigation ul:before,
.subordinate-navigation ul:after,
.testimonials:before,
.testimonials:after,
.testimonials .hentry:before,
.testimonials .hentry:after,
.clear:before,
.clear:after,
[class*="area"]:before,
[class*="area"]:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="navigation"]:before,
[class*="navigation"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}
.comment-meta:after,
.entry-meta:after,
.footer-widget-area:after,
.grid-row:after,
.main-navigation ul:after,
.site-main:after,
.subordinate-navigation ul:after,
.testimonials:after,
.testimonials .hentry:after,
.clear:after,
[class*="area"]:after,
[class*="content"]:after,
[class*="navigation"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	background-color: #2e2e2e;
	display: block;
	padding: 1em 2.42857em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	float: left;
	padding: 0.667em 2.267em 0.667em 0;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 0.9230rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.main-navigation ul ul {
	background-color: #4f4f4f;
	display: none;
	float: left;
	left: -0.667em;
	position: absolute;
	top: 2.6em;
	z-index: 99999;
}
.main-navigation ul ul li {
	border-top: 1px dotted #5d5c5c;
	padding: 0;
}
.main-navigation ul ul li:first-child {
	border-top: 0;
}
.main-navigation ul ul a {
	padding: 1.0849em;
	width: 203px;
}
.main-navigation ul ul ul {
	background-color: #727272;
	left: 100%;
	top: 0;
}
.main-navigation ul ul ul li {
	border-top: 1px dotted #8f8f8f;
}
.main-navigation ul ul ul li:first-child {
	border-top: 0;
}
.main-navigation ul ul ul a {
	width: 136px;
}
.main-navigation a:hover,
.main-navigation ul :hover > a,
.main-navigation ul ul :hover > a {
	color: #afafaf;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	color: #afafaf;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* --- Subordinate Navigation --- */
.subordinate-navigation ul {
	list-style: none;
	margin: 0;
}
.subordinate-navigation li {
	display: block;
	float: left;
	margin-right: 2.267em;
}
.subordinate-navigation a {
	color: #727272;
	font-size: 12px;
	font-size: 0.9230rem;
	text-transform: uppercase;
}
.subordinate-navigation a:hover {
	color: #333;
}

/* =Layout
----------------------------------------------- */

.site {
	margin: 34px auto;
	max-width: 987px;
}
.site-content {
	background-color: #e9e9e9;
}
.content-area {
	float: left;
	margin: 24px 0 24px 24px;
	width: 624px;
}
.sidebar-widget-area {
	float: right;
	margin: 24px 24px 24px 0;
	width: 276px;
}

/* =Masthead
----------------------------------------------- */
.site-branding {
	padding: 24px;
}
.display-header-text .site-image {
	margin-bottom: 12px;
}
.site-title {
	font-size: 34px;
	font-size: 2.6153rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}
.site-title a {
	color: #333;
}
.site-title a:hover {
	text-decoration: none;
}
.site-description {
	color: #333;
	line-height: 1;
	margin: 10px 0 0 0;
}

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

.sticky {
}
.hentry {
	position: relative;
	background: #fff;
	margin: 0 0 34px 0;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
	word-wrap: break-word;
}
.entry-header {
	background-color: #f9f9f9;
	padding: 1.3334em 1.3334em 1em 1.3334em;
}
.entry-title {
	color: #666;
	font-size: 21px;
	font-size: 1.6153rem;
	margin-bottom: 0.375em;
}
.single .entry-title,
.page .entry-title {
	margin-bottom: 0;
}
.entry-title a {
	color: #666;
}
.entry-title a:hover {
	color: #999;
}
.entry-meta {
	color: #aaa;
	font-size: 11px;
	font-size: 0.8461rem;
}
footer.entry-meta {
	padding: 1.3334em 1.3334em 1em 1.3334em;
}
.single footer.entry-meta {
	border-top: 1px solid #eee;
}
.entry-meta span {
	display: inline-block;
}
.entry-meta a {
	color: #aaa;
	text-transform: uppercase;
}
.entry-meta a:hover {
	color: #666;
}
.featured-post {
	color: #666;
	margin-right: 1em;
	text-transform: uppercase;
}
.featured-post:before {
	color: #666;
	content: "\f308";
	font-size: 12px;
	font-size: 0.9230rem;
	margin-right: 3px;
	position: relative;
}
.entry-meta .date {
	margin-right: 1em;
}
.entry-meta .date a:before {
	content: "\f303";
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.entry-meta .author {
	margin-right: 1em;
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
}
.not-multi-author .entry-meta .author {
	display: none;
}
.entry-meta .comments-link {
	float: right;
	margin-left: 1em;
}
.entry-meta .comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.edit-link {
	float: right;
	margin-left: 1em;
}
.edit-link a:before {
	content: "\f411";
	margin-right: 2px;
	position: relative;
}
.post-format,
.categories-links,
.tags-links {
	margin-right: 1em;
}
.categories-links:before {
	content: "\f301";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.tags-links:before {
	content: "\f302";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.entry-summary,
.entry-content {
	padding: 1.3334em;
}
.updated {
	display: none;
}
.page-links {
	clear: both;
	margin-top: 1.5em;
}
.page-links a {
	background-color: #f9f9f9;
	color: #ea2e25;
	display: inline-block;
	margin: 0 5px;
	max-width: 100%;
	padding: 3px 9px;
	text-transform: uppercase;
}
.page-links a:hover {
	background-color: #ea2e25;
	color: #fff;
	text-decoration: none;
}
.post-password-form input[type="password"] {
	padding: 0.962em 1.847em;
}

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

.format-aside .post-format a:before {
	content: "\f101";
	margin-right: 2px;
}
.format-audio .post-format a:before {
	content: "\f109";
	margin-right: 2px;
}
.format-chat .post-format a:before {
	content: "\f108";
	margin-right: 4px;
}
.format-gallery .post-format a:before {
	content: "\f103";
	margin-right: 4px;
}
.format-image .post-format a:before {
	content: "\f473";
	margin-right: 2px;
}
.format-link .post-format a:before {
	content: "\f107";
	position: relative;
	top: 1px;
}
.format-quote .post-format a:before {
	content: "\f106";
	margin-right: 2px;
}
.format-status .post-format a:before {
	content: "\f105";
	margin-right: 2px;
}
.format-video .post-format a:before {
	content: "\f104";
	margin-right: 2px;
}
.format-link .entry-title a:after {
	content: '\00A0\2192';
}
.format-quote blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: "Droid Serif", serif;
	font-size: 87px;
	font-size: 6.6667rem;
	line-height: 1;
	position: absolute;
	left: -10px;
	top: -10px;
}
.format-quote blockquote {
	border-left: none;
	font-family: "Droid Serif", serif;
	font-size: 16px;
	font-size: 1.2307rem;
	margin-left: 0;
	padding-left: 3.0769em;
	position: relative;
}
.format-quote blockquote cite {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	font-size: 1rem;
}
.format-quote blockquote p:last-child {
	margin-bottom: 0;
}

/* =Archives
----------------------------------------------- */
.taxonomy-description {
	margin-bottom: 34px;
}

/* =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;
}
.wp-caption {
	border: 1px solid #eee;
	margin-bottom: 1.5em;
	max-width: 100%;
	padding: 8px 0 10px 0;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption-dd,
.wp-caption-text {
	font-size: 12px;
	font-size: 0.9230rem;
	text-align: center;
}
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
	margin: 10px 0 0 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery-caption {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 48%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.post-navigation a,
.paging-navigation a {
	background-color: #f9f9f9;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
	color: #ea2e25;
	display: inline-block;
	max-width: 100%;
	padding: 9px 24px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.post-navigation a:hover,
.paging-navigation a:hover {
	background: #ea2e25;
	color: #fff;
	text-decoration: none;
}

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

.comments-area {
	background-color: #fff;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
	margin: 0 0 55px 0;
}
.comments-title {
	background-color: #f9f9f9;
	color: #777;
	font-size: 21px;
	font-size: 1.6153rem;
    padding: 15px 5px;
	text-align: center;
}
.comment-list {
	margin-left: 0;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment,
.pingback,
.trackback {
	padding: 24px 1.3334em;
}
.depth-1 {
    border-bottom: solid 1px #eee;
}
.depth-1:first-child {
	margin-top: 0;
}
.children {
	margin-top: 24px;
}
.children .comment {
    border-left: 3px solid #f7f7f7;
    padding: 0 0 0 24px;
}
.comment-author .avatar {
    border: solid 1px #eee;
	float: left;
	margin-right: 12px;
    padding: 3px;
}
.comment-author .fn {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
}
.comment-author .fn a {
	color: #666;
}
.comment-author .fn a:hover {
	color: #444;
}
.says {
	display: none;
}
.comment-metadata {
	font-size: 13px;
	font-size: 1rem;
}
.comment-metadata a {
	color: #999;
}
.comment-metadata a:hover {
	color: #444;
}
.comment-metadata .edit-link {
	text-transform: uppercase;
}
.comment-content {
	margin-top: 24px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.reply {
	margin-top: 15px;
}
.comment-reply-link {
    background-color: #f7f7f7;
    color: #999;
    display: inline-block;
    font-size: 13px;
	font-size: 1rem;
    padding: 5px 10px;
    text-transform: uppercase;
}
.comment-reply-link:hover {
	color: #777;
}
.comment-respond {
	padding: 25px 20px 20px 20px;
}
.comment-reply-title {
	color: #666;
	font-size: 18px;
	font-size: 1.3846rem;
	font-weight: normal;
}
.form-allowed-tags {
	font-size: 11px;
	font-size: 0.8461rem;
}
.no-comments {
	padding-bottom: 1.5em;
	padding-left: 24px;
}
.comment-navigation {
	padding: 24px;
}
.comment-navigation a {
	background-color: #f9f9f9;
	color: #ea2e25;
	display: inline-block;
	font-size: 13px;
	font-size: 1rem;
	max-width: 100%;
	padding: 9px 24px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.comment-navigation a:hover {
	background: #ea2e25;
	color: #fff;
}

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

.widget {
	margin-bottom: 24px;
	overflow: hidden;
}
.widget-title {
	font-family: "Droid Serif", serif;
	font-size: 21px;
	font-size: 1.6153rem;
	margin-bottom: 1rem;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}
.widget ul > li,
.widget ol > li {
	padding: 12px 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 24px;
}
.widget ul ul {
	margin-top: 12px;
}
.widget ul ul > li:last-child {
	padding-bottom: 0;
}
.widget a {
	text-decoration: none;
}
.widget a:hover {
	text-decoration: underline;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget_search .search-field {
	-moz-box-sizing: border-box;
	-ms-box-sizing:  border-box;
	box-sizing:      border-box;
	width: 100%;
}

/* =Front Page and Sidebar Widgets
----------------------------------------------- */

.front-widget-area .widget,
.sidebar-widget-area .widget {
	background-color: #f9f9f9;
	color: #999;
	padding: 24px;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
}
.front-widget-area .widget-title,
.sidebar-widget-area .widget-title {
	color: #666;
}
.front-widget-area .widget ul > li,
.front-widget-area .widget ol > li,
.sidebar-widget-area .widget ul > li,
.sidebar-widget-area .widget ol > li {
	border-top: 1px solid #eee;
}
.front-widget-area .widget a,
.sidebar-widget-area .widget a {
	color: #666;
}
.front-widget-area .widget_search .search-field,
.sidebar-widget-area .widget_search .search-field {
	background-color: #eee;
}
.front-widget-area .widget_search .search-field:focus,
.sidebar-widget-area .widget_search .search-field:focus {
	background-color: #ddd;
}
.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar td {
	border-color: #ddd;
}

/* =Footer Widgets
----------------------------------------------- */

.footer-widget-area {
	background-color: #2e2e2e;
	color: #979797;
	font-size: 14px;
	font-size: 1.0769rem;
	padding: 24px;
}
.footer-widgets {
	float: left;
	width: 290px;
}
.first.footer-widgets,
.second.footer-widgets {
	margin-right: 34px;
}
.footer-widget-area .widget-title {
	color: #fff;
}
.footer-widget-area .widget ul > li,
.footer-widget-area .widget ol > li {
	border-top: 1px solid #444;
}
.footer-widget-area .widget a {
	color: #fff;
}
.footer-widget-area .search-field {
	background-color: #444;
}
.footer-widget-area .search-field:focus {
	background-color: #373737;
}
.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar td {
	border-color: #444;
}

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

.footer-navbar {
	background-color: #e4e4e4;
	padding: 24px 34px 0 34px;
}
.site-info {
	background-color: #e4e4e4;
	color: #999;
	font-size: 10px;
	font-size: 0.7692rem;
	padding: 24px 34px 24px 34px;
	text-transform: uppercase;
}
.site-info a {
	color: #999;
}
.site-info a:hover {
	color: #333;
}

/* =404
----------------------------------------------- */

.error404 .search-field:focus {
	background-color: #ddd;
}

/* = Front Page Template
----------------------------------------------- */

.front-page-content-area.content-area {
	float: none;
	margin: 0;
	width: 100%;
}
.front-page-content-area .hero {
	margin-bottom: 34px;
	position: relative;
}

/* Front page content with featured image */
.hero-content {
	position: relative;
}
.hero-content > img {
	display: block;
}
.hero-content-overlayer {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.hero-container-outer {
	display: table;
	height: 100%;
	width: 100%;
}
.hero-container-inner {
	display: table-cell;
	vertical-align: bottom;
}
.front-page-content-area .with-featured-image .hentry {
	margin-left: 528px;
	width: 435px;
}
.front-page-content-area .with-featured-image .entry-header {
	background-color: transparent;
}

/* Front page content without featured image */
.front-page-content-area .without-featured-image {
	padding: 24px 24px 0 24px;
}

/* Front Page Widget Area and Testimonials */
.front-widget-area,
.front-testimonials {
	margin-bottom: 34px;
	padding: 0 24px;
}
.front-widgets {
	float: left;
	width: 452px;
}
.first.front-widgets {
	margin-right: 35px;
}
.front-widgets .widget {
	margin-bottom: 0;
}

/* =Testimonials page
----------------------------------------------- */

.jetpack-testimonial {
	float: left;
	margin-right: 34px;
	width: 452px;
}
.jetpack-testimonial:nth-child(even) {
	margin-right: 0;
}
.testimonial-thumbnail,
.testimonial-featured-image img {
	float: left;
	padding: 1.3334em 0 1.3334em 1.3334em;
}
.jetpack-testimonial .entry-header {
	background-color: transparent;
	overflow: hidden;
	padding-bottom: 1.3334em;
	padding-top: 0;
}
.jetpack-testimonial .entry-title,
.jetpack-testimonial-shortcode .testimonial-entry-title {
	color: #404040;
	font-size: 16px;
	font-size: 1.2307rem;
	font-weight: bold;
	text-align: right;
}
.jetpack-testimonial .entry-title:before {
	content: "\2014";
	margin-right: 0.5em;
}
.jetpack-testimonial .entry-content,
.jetpack-testimonial-shortcode .testimonial-entry-content {
	font-style: italic;
	overflow: hidden;
	padding: 1.3334em;
}
.jetpack-testimonial .entry-meta {
	clear: both;
}

/* Testimonials Shortcode */
.jetpack-testimonial-shortcode .testimonial-entry-title a {
	color: #404040;
	font-family: "Droid Serif", Georgia, serif;
	line-height: 1.4;
}
.testimonial-featured-image img {
	float: right;
	width: 80px;
	height: 80px;
}

/* =Full Width Template
----------------------------------------------- */
.content-area.full-width {
	float: none;
	margin-right: 24px;
	width: auto;
}

/* = Grid Page
----------------------------------------------- */

.child-pages .grid-row {
	margin: 0 0 24px -24px;
}
.child-page {
	float: left;
	margin: 0 0 0 24px;
	width: 297px;
}
.child-page .entry-thumbnail img {
   display: block;
}

/* =Jetpack
----------------------------------------------- */

/* Comments */
.comments-area #respond {
	font-family: "Droid Serif", Georgia, serif;
	padding: 25px 20px 20px 20px;
}
#respond h3.comment-reply-title {
	color: #666;
	font-size: 18px;
	font-size: 1.3846rem;
	font-weight: normal;
	margin: 0 0 1.125em 0;
}

/* Sharing and Likes*/
#jp-post-flair div.sharedaddy div.sd-block,
#jp-post-flair .jetpack-likes-widget-wrapper {
	border-top-color: #eee;
}

/* Infinite Scroll */
.infinite-scroll .paging-navigation {
	display: none;
}
#infinite-handle {
	text-align: center;
}
#infinite-handle  span {
	background-color: #f9f9f9;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
	color: #ea2e25;
	display: inline-block;
	max-width: 100%;
	padding: 9px 24px;
	text-transform: uppercase;
	word-wrap: break-word;
}
#infinite-handle span:hover {
	background: #ea2e25;
	color: #fff;
}
.site-logo {
	display: block;
	max-height: 110px;
	max-width: 320px;
	width: auto;
}
.site-branding a + .site-title {
	margin-top: 12px;
}

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

@media screen and (min-width: 1200px) {
	html {
		font-size: 93.75%;
	}
	.site {
		max-width: 1140px
	}
	.site-branding {
		padding: 34px;
	}
	.display-header-text .site-image {
		margin-bottom: 17px;
	}
	.site-description {
		margin-top: 14px;
	}
	.content-area {
		margin: 34px 0 34px 34px;
		width: 705px;
	}
	.sidebar-widget-area {
		margin: 34px 34px 34px 0;
		width: 312px;
	}
	.hentry {
		margin-bottom: 55px;
	}
	.format-quote blockquote:before {
		left: -13px;
		top: -13px;
	}
	.front-page-content-area .without-featured-image {
		padding: 34px 34px 0 34px;
	}
	.front-page-content-area .hero {
		margin-bottom: 55px;
	}
	.front-page-content-area .with-featured-image .hentry {
		margin-left: 560px;
		width: 546px;
	}
	.front-widget-area {
		margin-bottom: 55px;
		padding: 0 34px;
	}
	.first.front-widgets {
		margin-right: 55px;
	}
	.front-widgets {
		width: 508px;
	}
	.front-testimonials {
		padding-left: 34px;
		padding-right: 34px;
	}
	.jetpack-testimonial {
		margin-right: 55px;
		width: 508px;
	}
	.jetpack-testimonial:nth-child(even) {
		margin-left: 0;
	}
	.content-area.full-width {
		margin-right: 34px;
	}
	.child-pages .grid-row {
		margin-bottom: 35px;
		margin-left: -35px;
	}
	.child-page {
		width: 334px;
		margin-left: 35px;
	}
	.widget {
		margin-bottom: 34px;
	}
	.footer-widget-area {
		padding: 34px;
	}
	.footer-widgets {
		width: 320px;
	}
	.first.footer-widgets,
	.second.footer-widgets {
		margin-right: 55px;
	}
	.taxonomy-description {
		margin-bottom: 55px;
	}
	.comment,
	.pingback,
  	.trackback {
		padding-bottom: 34px;
		padding-top: 34px;
	}
	.site-branding a + .site-title {
		margin-top: 17px;
	}
}

@media screen and (max-width: 1010px) {
	.site {
		max-width: 94.03508772%;
		padding-left: 2.98245614%;
		padding-right: 2.98245614%;
	}
	.site-branding,
    .site-navigation {
		padding-left: 2.98245614%;
		padding-right: 2.98245614%;
	}
	.content-area {
		margin: 2.98245614% 0 2.98245614% 2.98245614%;
		width: 61.84210526%;
	}
	.sidebar-widget-area {
		margin: 2.98245614% 2.98245614% 2.98245614% 0;
		width: 27.36842105%;
	}
	.front-page-content-area .with-featured-image .hentry {
		margin-left: 53.49544073%;
		width: 44.07294833%;
	}
	.front-widgets {
		width: 47.3880597%;
	}
	.first.front-widgets {
		margin-right: 5.13059701%;
	}
	.jetpack-testimonial {
		margin-right: 5.130597%;
		width: 47.3880597%;
	}
	.jetpack-testimonial:nth-child(even) {
		margin-right: 0;
	}
	.testimonial-thumbnail {
		padding: 3.93700787%;
		width: 24.40944882%;
	}
	.testimonial .entry-content,
	.testimomial .entry-header {
		width: 63.77952756%;
	}
	.content-area.full-width {
		margin-right: 2.98245614%;
	}
	.child-pages .grid-row {
		margin-left: -2.55591054%;
	}
	.child-page {
		margin-left: 2.49221184%;
		width: 30.8411215%;
	}
	.footer-widget-area {
		padding: 2.982456140350877%;
	}
	.footer-widgets {
		width: 29.850746268656714%%;
	}
	.first.footer-widgets,
	.second.footer-widgets {
		margin-right: 5.1305970149253734%;
	}
}

@media screen and (max-width: 767px) {
	.content-area {
		margin-right: 2.98245614%;
		width: 94.03508772%;
	}
	.sidebar-widget-area {
		margin-left: 2.98245614%;
		width: 94.03508772%;
	}
	.hentry,
	.comments-area {
		margin-bottom: 24px;
	}
	.hero-content > img,
	.front-page-content-area .with-featured-image .hentry {
		margin-left: 2.98245614%;
		margin-right: 2.98245614%;
		width: 94.03508772%;
	}
	.hero-content-overlayer {
		height: 100%;
		overflow: auto;
		position: static;
		top: auto;
	}
	.front-widgets {
		margin-bottom: 15px;
		margin-right: 0;
		width: 100%;
	}
	.jetpack-testimonial {
		margin-bottom: 15px;
		margin-left: 0;
		width: 100%;
	}
	.footer-widgets {
		width: 100%;
	}
	.first.footer-widgets,
	.second.footer-widgets {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.site-branding {
		text-align: center;
	}
	.menu-toggle {
		color: #fff;
		display: block;
		font-family: "Droid Sans", Arial, sans-serif;
		font-size: 16px;
		font-size: 1.2307rem;
		margin-bottom: 0;
		text-align: center;
		text-transform: uppercase;
	}
	.menu-toggle:before {
		content: "\f419";
		margin-right: 12px;
		position: relative;
		top: -2px;
	}
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}
	.main-navigation {
		color: #fff;
		padding-right: 1em;
		padding-left: 1em;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul a {
		padding: 1em;
	}
	.main-navigation ul li {
		border-top: 1px dotted #5d5c5c;
		float: none;
		padding: 0;
	}
	.main-navigation ul li:first-child {
		border-top: 0;
	}
	.main-navigation ul ul {
		background-color: transparent;
		float: none;
		list-style: square;
		margin: 0 0 1em 2.15em;
		position: static;
	}
	.main-navigation ul ul li {
		border-top: 0;
	}
	.main-navigation ul ul a {
		padding: 0.5em 0;
		width: auto;
	}
	.main-navigation ul ul ul {
		background-color: transparent;
		margin-bottom: 0;
	}
	.main-navigation ul ul ul li {
		border-top: 0;
	}
	.main-navigation ul ul ul a {
		width: auto;
	}
	.child-pages .grid-row {
		margin-bottom: 0;
		margin-left: 0;
	}
	.child-page {
		float: none;
		margin: 0 auto 24px auto;
		max-width: 334px;
		width: auto;
	}
	.site-logo {
		margin: 0 auto 12px;
	}
}

@media screen and (max-width: 362px) {
	.site-logo {
		max-width: 100%;
	}
}
/* = Styles for WordPress.com
----------------------------------------------- */

/* About Page */
.page .grofile {
	padding: 1.3334em !important;
}

/* Good Reads */
.footer-widget-area .widget_goodreads a {
	color: #000;
}

/* Recent Comments */
.recentcommentsavatar {
	border-bottom: 0;
	margin-bottom: 0;
}
.recentcommentsavatartop {
	border-bottom: 0;
	padding: 0;
}
.recentcommentstexttop,
.recentcommentstextend {
	vertical-align: middle;
}

/* Contact Info */
.widget_contact_info #contact-map,
.widget_contact_info div[class*="confit-"] {
	margin-bottom: 1em;
}

/* Authors */
.widget_authors img {
	margin-right: 12px;
	vertical-align: middle;
}

/* Flickr */
#flickr_badge_uber_wrapper {
	border-bottom: none;
	margin: 0 auto;
}
#flickr_badge_uber_wrapper > tbody > tr > td {
	border-top: none;
	padding: 0;
}
#flickr_badge_wrapper {
	background-color: none !important;
	border-color: #e6e6e6 !important;
}
#flickr_badge_wrapper > tbody > tr > td {
	border-top: none;
	text-align: center;
}
#flickr_badge_uber_wrapper a {
	color: #ea2e25 !important;
}
#flickr_badge_uber_wrapper a:visited {
	color: #aaa !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:focus,
#flickr_badge_uber_wrapper a:active {
	color: #444 !important;
	text-decoration: underline !important;
}

/* Stats Smiley */
#wpstats {
	display: block;
	margin: 1em auto;
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(fa3f8d5db6418ef2a8fb2e113cfd06d2b51c8163.eot)  format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url(8115971b44095dc900251242fef2760e6994b920.)  format("woff"), url(e6d3496c1b0099fb74f527e11159cd2e595a2957.ttf)  format("truetype"), url(47fd60cf6c735e6b2aa41903af6460ede6bac1dc.svg)  format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(47fd60cf6c735e6b2aa41903af6460ede6bac1dc.svg)  format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
