/*
Theme Name: P2
Theme URI: http://p2theme.com/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Communication is oxygen. P2 "Breathe" is the first o2-enabled theme.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
Tags: blue, classic-menu, clean, collaboration, custom-background, custom-header, custom-menu, featured-images, front-page-post-form, infinite-scroll, lifestream, light, post-formats, responsive-layout, right-sidebar, rtl-language-support, sticky-post, theme-options, translation-ready, two-columns, white
Text Domain: p2-breathe
Supports Oxygen: true

P2 WordPress Theme, Copyright Automattic, Inc.
P2 is distributed under the terms of the GNU GPL.

P2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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/
*/
/*
GLOBAL PARTIALS
Global partials provide base HTML styling as well as variables and mixins to be used in the UI partials
*/
/* COLORS */
/* TYPOGRAPHY */
/* EFFECTS & UTILITIES */
/* RESET */
/* =Reset
-------------------------------------------------------------- */
/* line 13, css/src/global/_reset.scss */
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;
}

/* line 24, css/src/global/_reset.scss */
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  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/ */
}

/* line 30, css/src/global/_reset.scss */
body {
  background: #f1f1f1;
  font-size: 1em;
  line-height: 1.4;
}

/* line 43, css/src/global/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

/* line 47, css/src/global/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 50, css/src/global/_reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 56, css/src/global/_reset.scss */
caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

/* line 61, css/src/global/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 64, css/src/global/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 67, css/src/global/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 71, css/src/global/_reset.scss */
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

/* line 74, css/src/global/_reset.scss */
a img {
  border: 0;
}

/* line 78, css/src/global/_reset.scss */
* {
  box-sizing: border-box;
}

/* BASE */
/* =Footer
----------------------------------------------- */
/* line 6, css/src/global/_base.scss */
#colophon {
  clear: both;
  margin: 20px auto 0;
  max-width: 1200px;
}

/* line 12, css/src/global/_base.scss */
#wpstats {
  display: none;
}

/* Alignment */
/* line 17, css/src/global/_base.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 23, css/src/global/_base.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 29, css/src/global/_base.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* CLEARING */
/* Clearing */
/* line 40, css/src/global/_base.scss */
.clear:before,
.clear:after {
  content: '';
  display: table;
}

/* line 45, css/src/global/_base.scss */
.clear:after {
  clear: both;
}

@media print {
  /* line 3, css/src/global/_print.scss */
  * {
    color: black !important;
    background-color: #fff !important;
    box-shadow: none;
  }

  /* line 9, css/src/global/_print.scss */
  body {
    background-color: #fff !important;
  }

  /* line 31, css/src/global/_print.scss */
  #secondary,
  .o2-app-new-post,
  .author-avatar,
  .entry-actions,
  .sharedaddy,
  .o2-post-comments-collapsed,
  .comment-likes,
  .o2-app-page-title,
  #wpstats,
  #wpeditor-container,
  .widget.widget_office-hours-widget,
  #respond,
  footer,
  #static-footer,
  .navigation,
  .o2-comment-actions,
  .o2-dropdown-actions,
  .o2-dropdown-actions-disclosure.genericon.genericon-ellipsis,
  #superadminbar {
    display: none !important;
  }

  /* line 35, css/src/global/_print.scss */
  #masthead {
    display: none;
  }

  /* line 39, css/src/global/_print.scss */
  #primary {
    width: 100%;
  }

  /* line 46, css/src/global/_print.scss */
  .entry-content,
  .entry-header,
  .entry-meta,
  .entry-title {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
/* LINKS */
/* line 8, css/src/global/_links.scss */
.entry-content p a,
.comment-content p a,
.entry-content li a,
.comment-content li a {
  text-decoration: underline;
}

/* Links */
/* line 22, css/src/global/_links.scss */
a,
a:visited,
a:active,
.entry-meta .entry-actions:hover a,
.entry-meta .entry-actions:hover a:visited,
.comment-meta .comment-actions:hover a,
.comment-meta .comment-actions:hover a:visited,
#help dt,
#media-buttons .button,
.responsive-link {
  color: #3498db;
}

/* line 30, css/src/global/_links.scss */
a:hover, h1 a:hover,
.entry-meta .entry-actions:hover a:hover,
.comment-meta .comment-actions:hover a:hover,
#media-buttons .button:hover,
.responsive-link {
  color: #2875a8;
}

/* MEDIA */
/* line 4, css/src/global/_media.scss */
img[align=left] {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
/* line 10, css/src/global/_media.scss */
img[align=right] {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* ----------------------------------------------- */
/* line 20, css/src/global/_media.scss */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 26, css/src/global/_media.scss */
.wp-caption {
  border: 1px solid #dddddd;
  margin: 10px;
  max-width: 100%;
  padding-top: 4px;
  text-align: center;
  background-color: #fafafa;
}
/* line 34, css/src/global/_media.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
/* line 40, css/src/global/_media.scss */
.wp-caption .wp-caption-text {
  text-align: center;
  margin: 0.8075em 0;
}

/* line 47, css/src/global/_media.scss */
.site-content .gallery {
  margin-bottom: 1.5em;
}
/* line 50, css/src/global/_media.scss */
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
/* line 56, css/src/global/_media.scss */
.site-content .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
/* line 73, css/src/global/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 4, css/src/global/_text.scss */
body {
  -webkit-overflow-scrolling: touch;
}

/* line 12, css/src/global/_text.scss */
body,
button,
input,
select,
textarea {
  color: #555555;
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

/* line 17, css/src/global/_text.scss */
code {
  background: #f1f1f1;
  color: #222222;
  padding: .4em .65em;
  font-size: 0.8em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

/* Headings */
/* line 26, css/src/global/_text.scss */
hr {
  background-color: #dddddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.2em;
}

/* Text elements */
/* line 34, css/src/global/_text.scss */
a {
  text-decoration: none;
}

/* line 42, css/src/global/_text.scss */
p {
  margin-bottom: 1.2em;
}

/* line 47, css/src/global/_text.scss */
ul,
ol {
  margin: 0 0 1.2em 2.4em;
}

/* line 51, css/src/global/_text.scss */
ul {
  list-style: disc;
}

/* line 55, css/src/global/_text.scss */
ol {
  list-style: decimal;
}

/* line 60, css/src/global/_text.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.2em;
}

/* line 65, css/src/global/_text.scss */
dt {
  font-weight: 600;
}

/* line 69, css/src/global/_text.scss */
dd {
  margin: 0 1.2em 1.2em;
}

/* line 74, css/src/global/_text.scss */
b,
strong {
  font-weight: 600;
}

/* line 81, css/src/global/_text.scss */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 85, css/src/global/_text.scss */
blockquote {
  background: #f1f1f1;
  color: #222222;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 1.2em;
  padding: 1.2em 1.2em 0 1.2em;
  overflow: auto;
}
/* line 94, css/src/global/_text.scss */
blockquote code {
  background: #fafafa;
}
/* line 98, css/src/global/_text.scss */
blockquote em {
  font-style: normal;
}
/* line 102, css/src/global/_text.scss */
blockquote.wp-embedded-content {
  padding: 1.2em;
}

/* line 107, css/src/global/_text.scss */
address {
  margin: 0 0 1.5em;
}

/* line 111, css/src/global/_text.scss */
pre {
  background: #f1f1f1;
  color: #222222;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.2em;
  padding: 1.2em;
  overflow: auto;
  max-width: 100%;
}

/* line 127, css/src/global/_text.scss */
pre,
code,
kbd,
tt,
var {
  font: 11px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", "Courier New", monospace;
}

/* line 132, css/src/global/_text.scss */
abbr,
acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 138, css/src/global/_text.scss */
mark,
ins {
  background: #f1f1f1;
  text-decoration: none;
}

/* line 144, css/src/global/_text.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 152, css/src/global/_text.scss */
sup {
  bottom: 1ex;
}

/* line 156, css/src/global/_text.scss */
sub {
  top: .5ex;
}

/* line 160, css/src/global/_text.scss */
small {
  font-size: 75%;
}

/* line 164, css/src/global/_text.scss */
big {
  font-size: 125%;
}

/* line 168, css/src/global/_text.scss */
figure {
  margin: 0;
}

/* line 172, css/src/global/_text.scss */
table {
  margin: 0 0 1.2em;
  width: 100%;
}

/* line 177, css/src/global/_text.scss */
th {
  font-weight: 600;
}

/* line 181, css/src/global/_text.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Limit to container width. */
}

/* Text meant only for screen readers */
/* line 187, css/src/global/_text.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 194, css/src/global/_text.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* line 213, css/src/global/_text.scss */
code,
pre {
  font-family: Monaco, Consolas, "Courier New", monospace;
}

/* line 216, css/src/global/_text.scss */
#primary {
  font-size: 1.3em;
}

/* line 222, css/src/global/_text.scss */
p,
ul,
ol {
  font-size: 1.05em;
  line-height: 1.6;
}

/* line 227, css/src/global/_text.scss */
#secondary aside {
  font-size: 1.2em;
}

/* line 232, css/src/global/_text.scss */
.entry-meta,
.comment-meta {
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.8;
  font-weight: 700;
}

/* line 239, css/src/global/_text.scss */
.entry-author {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.2em;
}

/* line 245, css/src/global/_text.scss */
.entry-meta abbr,
.comment-meta abbr {
  border: none;
  cursor: default;
}

/* line 251, css/src/global/_text.scss */
.entry-meta em,
.comment-meta em {
  font-style: normal;
}

/* line 259, css/src/global/_text.scss */
.entry-meta .entry-date,
.entry-meta .entry-actions,
.entry-meta .entry-tags,
.comment-meta .comment-date,
.comment-meta .comment-actions {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.2;
  color: #888888;
}

/* line 267, css/src/global/_text.scss */
.entry-meta .entry-date:hover,
.comment-meta .comment-date:hover {
  color: #3498db;
}

/* line 272, css/src/global/_text.scss */
.entry-meta .entry-actions,
.comment-meta .comment-actions {
  padding-top: 0.8em;
}

/* line 279, css/src/global/_text.scss */
.entry-meta .entry-actions,
.entry-meta .entry-actions a,
.comment-meta .comment-actions,
.comment-meta .comment-actions a {
  color: #888888;
}

/* line 284, css/src/global/_text.scss */
.category-quote blockquote p,
.format-quote blockquote p {
  margin-bottom: 8px;
  font-size: 1.2em !important;
}

/* line 290, css/src/global/_text.scss */
.category-quote blockquote cite,
.format-quote blockquote cite {
  display: block;
  text-align: right;
}

/* line 296, css/src/global/_text.scss */
.category-quote blockquote cite:before,
.format-quote blockquote cite:before {
  content: "&mdash;&nbsp;";
}

/* line 304, css/src/global/_text.scss */
.entry-content a.tag, .entry-content a.po-xpost, .comment-content a.tag, .comment-content a.po-xpost {
  text-decoration: none;
}
/* line 307, css/src/global/_text.scss */
.entry-content a.tag:hover, .entry-content a.po-xpost:hover, .comment-content a.tag:hover, .comment-content a.po-xpost:hover {
  text-decoration: underline;
}
/* line 312, css/src/global/_text.scss */
.entry-content a.mention, .comment-content a.mention {
  text-decoration: none;
  font-weight: bold;
}
/* line 315, css/src/global/_text.scss */
.entry-content a.mention:hover, .comment-content a.mention:hover {
  text-decoration: underline;
}

/* line 326, css/src/global/_text.scss */
p {
  margin: 1.2em 0;
}

/* line 331, css/src/global/_text.scss */
ul,
ol {
  margin-left: 25px;
  padding-left: 0;
}

/* line 336, css/src/global/_text.scss */
.highlight {
  background-color: #feffc2;
}

/*
UI PARTIALS
UI partials provide the higher-level styles required for o2 to function and display properly
*/
/**
 * General Layout
 */
/* =Layout
----------------------------------------------- */
/* line 9, css/src/ui/_layout.scss */
.site {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

/* line 17, css/src/ui/_layout.scss */
.custom-menu .site {
  padding-top: 60px;
}
@media (max-width: 876px) {
  /* line 17, css/src/ui/_layout.scss */
  .custom-menu .site {
    padding-top: 20px;
  }
}

/* line 26, css/src/ui/_layout.scss */
.site-main {
  position: relative;
}

/* line 30, css/src/ui/_layout.scss */
.widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

/* line 36, css/src/ui/_layout.scss */
.content-area {
  float: left;
  margin: 0;
  width: 75%;
  padding-right: 20px;
}

/* line 45, css/src/ui/_layout.scss */
.no-sidebar .site {
  max-width: 1000px;
}
/* line 49, css/src/ui/_layout.scss */
.no-sidebar .site-main {
  max-width: 1000px;
}
/* line 53, css/src/ui/_layout.scss */
.no-sidebar .content-area {
  float: none;
  width: 100%;
  padding-right: 0;
}

/* line 61, css/src/ui/_layout.scss */
.site-content {
  margin: 0;
}

/* line 65, css/src/ui/_layout.scss */
.site-footer {
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
}
/* line 71, css/src/ui/_layout.scss */
.site-footer .site-info {
  margin: 10px 15px;
}

@media (max-width: 876px) {
  /* line 79, css/src/ui/_layout.scss */
  .content-area {
    width: 100%;
    padding-right: 0;
  }

  /* line 84, css/src/ui/_layout.scss */
  #primary-modal {
    display: none;
  }
}
/**
 * Hamburger menu
 */
/* line 95, css/src/ui/_layout.scss */
#secondary {
  clear: right;
}
@media (max-width: 876px) {
  /* line 95, css/src/ui/_layout.scss */
  #secondary {
    position: absolute;
    top: 32px;
    left: -100%;
    width: 60%;
    min-width: 300px;
    background: white;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
/* line 109, css/src/ui/_layout.scss */
#secondary ul {
  list-style-type: none;
  margin: 0;
}
/* line 113, css/src/ui/_layout.scss */
#secondary ul li {
  padding: 5px 10px 5px 0;
}
/* line 117, css/src/ui/_layout.scss */
#secondary ul ul {
  margin-left: 1em;
}

@media (max-width: 876px) {
  /* line 128, css/src/ui/_layout.scss */
  .site-main {
    clear: both;
  }

  /* line 132, css/src/ui/_layout.scss */
  #secondary-content {
    display: none;
  }

  /* line 136, css/src/ui/_layout.scss */
  #secondary {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    overflow-y: auto;
    transition: all .25s ease;
  }

  /* line 144, css/src/ui/_layout.scss */
  #secondary-content {
    display: block;
    background: white;
    padding: 20px;
  }

  /* line 150, css/src/ui/_layout.scss */
  #primary-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  /* line 159, css/src/ui/_layout.scss */
  body.responsive-show {
    position: fixed;
    top: 32px;
  }
  /* line 163, css/src/ui/_layout.scss */
  body.responsive-show #secondary {
    left: 0;
  }
  /* line 167, css/src/ui/_layout.scss */
  body.responsive-show #primary-modal {
    display: block;
  }
  /* line 171, css/src/ui/_layout.scss */
  body.responsive-show #o2-expand-editor {
    display: none;
  }

  /* line 178, css/src/ui/_layout.scss */
  #primary,
  #secondary {
    -webkit-backface-visibility: hidden;
  }
}
@media only screen and (max-width: 782px) {
  /* line 185, css/src/ui/_layout.scss */
  #secondary {
    top: 46px;
  }

  /* line 189, css/src/ui/_layout.scss */
  body.responsive-show {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 196, css/src/ui/_layout.scss */
  body.responsive-show #secondary {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 205, css/src/ui/_layout.scss */
  body.responsive-show #secondary {
    top: 46px;
  }
  /* line 209, css/src/ui/_layout.scss */
  body.responsive-show #wpadminbar {
    top: -46px;
  }
}
/* SITE HEADER */
/* line 3, css/src/ui/_header.scss */
.o2-app-header {
  margin: 0 0.8em;
}

/* line 7, css/src/ui/_header.scss */
.o2-app-page-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.4em;
  margin-top: 0px;
  text-transform: uppercase;
}

/* line 15, css/src/ui/_header.scss */
.o2-app-header {
  margin: 0;
}

@media (max-width: 550px) {
  /* line 20, css/src/ui/_header.scss */
  body:not(.page) .o2-app-header {
    display: none;
  }
}
/* line 25, css/src/ui/_header.scss */
.o2-app-page-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  padding: 0.8em 1.2em;
  color: white;
  background: #3498db;
}
/* line 31, css/src/ui/_header.scss */
.o2-app-page-title a {
  color: white;
}

/* line 36, css/src/ui/_header.scss */
.site-header {
  background: #fafafa;
  margin: 0 0 2em;
}
@media only screen and (min-width: 876px) {
  /* line 36, css/src/ui/_header.scss */
  .site-header {
    width: 25%;
    float: right;
    margin-bottom: 0;
  }
}
@media (max-width: 876px) {
  /* line 36, css/src/ui/_header.scss */
  .site-header {
    /*height: 48px; */
    background: none;
  }
}
/* line 51, css/src/ui/_header.scss */
.site-header .hgroup {
  display: block;
  margin: 0 auto;
  padding: 1.2em;
  text-align: left;
}
/* line 58, css/src/ui/_header.scss */
.site-header .site-title {
  display: inline-block;
  text-align: left;
  color: black;
  line-height: 1.4em;
  padding-bottom: 5px;
  font-family: "Noto Serif", serif;
}
/* line 66, css/src/ui/_header.scss */
.site-header .site-title a {
  color: black;
  line-height: 1.5em;
}
/* line 70, css/src/ui/_header.scss */
.site-header .site-title a:hover {
  color: #3498db;
}
/* line 76, css/src/ui/_header.scss */
.site-header .site-description {
  clear: both;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  margin-top: 5px;
  color: #222222;
}
/* line 89, css/src/ui/_header.scss */
.site-header .header-image {
  display: block;
  margin: 0 auto;
}

/* line 95, css/src/ui/_header.scss */
.no-sidebar .site-header {
  background: transparent;
  float: none;
  width: 100%;
}
/* line 100, css/src/ui/_header.scss */
.no-sidebar .site-header .hgroup {
  text-align: center;
}
/* line 104, css/src/ui/_header.scss */
.no-sidebar .site-header .site-title {
  font-size: 3.4em;
}

/* line 109, css/src/ui/_header.scss */
.o2-app-new-post {
  background: transparent;
  border-top: none 0;
}
/* line 113, css/src/ui/_header.scss */
.o2-app-new-post h2 {
  margin: 0;
}

/* line 118, css/src/ui/_header.scss */
.page-header {
  margin: 0 15px;
}

@media (max-width: 876px) {
  /* line 123, css/src/ui/_header.scss */
  #masthead .hgroup {
    float: left;
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 129, css/src/ui/_header.scss */
  #masthead .hgroup .site-header,
  #masthead .hgroup .site-description {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
}
/* HEADINGS 1-6 */
/* line 5, css/src/ui/_h1-h6.scss */
h1,
h2,
h3,
h4 {
  font-weight: 400;
}

/* line 9, css/src/ui/_h1-h6.scss */
h1 {
  font-size: 2.2em;
  line-height: 1.1;
}

/* line 14, css/src/ui/_h1-h6.scss */
h2 {
  font-size: 2em;
}

/* line 18, css/src/ui/_h1-h6.scss */
h3 {
  color: #555555;
  font-size: 1.6em;
}

/* line 23, css/src/ui/_h1-h6.scss */
h4 {
  color: #555555;
  font-size: 1.4em;
}

/* line 29, css/src/ui/_h1-h6.scss */
.content-area h1,
.content-area h2 {
  margin: 0.4em 0 1.1em 0;
}

/* line 6, css/src/ui/_fields.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea {
  color: #222222;
  border: 1px solid #dddddd;
  padding: 5px;
}
/* line 11, css/src/ui/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #222222;
}

/* line 16, css/src/ui/_fields.scss */
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* line 3, css/src/ui/_editor.scss */
.o2-app-new-post h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  padding: 0.8em 1.2em;
  text-transform: uppercase;
  color: white;
  background: #3498db;
}

/* line 12, css/src/ui/_editor.scss */
#o2-expand-editor {
  background: #3498db;
}

/* line 16, css/src/ui/_editor.scss */
.o2-actions {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

/* line 20, css/src/ui/_editor.scss */
.o2-save {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

/* ASIDES */
/* =Asides
----------------------------------------------- */
/* line 7, css/src/ui/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* line 11, css/src/ui/_asides.scss */
.format-link .entry-content p {
  background: #e4f2fd;
  font-size: 1.2em !important;
  padding: 10px;
}

/* TOP MENU and POST NAVIGATION */
/* line 3, css/src/ui/_menu-navigation.scss */
.navigation {
  border-top: 1px solid #ccc;
}
/* line 6, css/src/ui/_menu-navigation.scss */
.navigation p {
  float: left;
  width: 50%;
}
/* line 10, css/src/ui/_menu-navigation.scss */
.navigation p.nav-newer {
  float: right;
  text-align: right;
}

/*
 * Keyboard navigation
 */
/* line 20, css/src/ui/_menu-navigation.scss */
.keyselected {
  border-left: 2px solid #FF9912;
}

/* line 24, css/src/ui/_menu-navigation.scss */
#nav-below {
  padding: 15px;
  border-top: 1px solid #bbbbbb;
}

/* line 29, css/src/ui/_menu-navigation.scss */
#nav-below {
  clear: both;
  overflow: hidden;
}
/* line 33, css/src/ui/_menu-navigation.scss */
#nav-below div {
  float: left;
  width: 50%;
}
/* line 38, css/src/ui/_menu-navigation.scss */
#nav-below div.nav-next {
  float: right;
  text-align: right;
}

/* =Menu
----------------------------------------------- */
/* line 46, css/src/ui/_menu-navigation.scss */
.navigation-main {
  clear: both;
  display: block;
  max-width: 1200px;
  margin: 0;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 876px) {
  /* line 46, css/src/ui/_menu-navigation.scss */
  .navigation-main {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
  }
}
/* line 61, css/src/ui/_menu-navigation.scss */
.navigation-main ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: block;
  z-index: 10000;
  width: 100%;
  max-width: 1200px;
}
/* line 70, css/src/ui/_menu-navigation.scss */
.navigation-main ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 876px) {
  /* line 70, css/src/ui/_menu-navigation.scss */
  .navigation-main ul li {
    float: none;
    padding-right: 0 !important;
  }
}
/* line 83, css/src/ui/_menu-navigation.scss */
.navigation-main ul li:hover > a {
  background: #3498db;
  color: white;
}
@media (max-width: 876px) {
  /* line 83, css/src/ui/_menu-navigation.scss */
  .navigation-main ul li:hover > a {
    background-color: none !important;
    color: black;
  }
}
/* line 93, css/src/ui/_menu-navigation.scss */
.navigation-main ul li:hover > ul {
  display: block;
}
/* line 99, css/src/ui/_menu-navigation.scss */
.navigation-main ul li.current-menu-item a {
  color: white;
  background: #3498db;
}
/* line 105, css/src/ui/_menu-navigation.scss */
.navigation-main ul li a {
  background: transparent;
  display: block;
  padding: 8px 1.2em;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
@media (max-width: 876px) {
  /* line 105, css/src/ui/_menu-navigation.scss */
  .navigation-main ul li a {
    padding: 0.1em 0 0.1em 0.5em !important;
    width: 100%;
  }
}
/* line 117, css/src/ui/_menu-navigation.scss */
.navigation-main ul li a:hover {
  color: white;
}
/* line 122, css/src/ui/_menu-navigation.scss */
.navigation-main ul li li {
  white-space: normal;
  width: 200px;
}
/* line 127, css/src/ui/_menu-navigation.scss */
.navigation-main ul li li:hover > a {
  color: white;
}
/* line 132, css/src/ui/_menu-navigation.scss */
.navigation-main ul li li a {
  padding: 8px 10px;
  line-height: 1.6;
  background: white;
}
@media (max-width: 876px) {
  /* line 132, css/src/ui/_menu-navigation.scss */
  .navigation-main ul li li a {
    background: inherit;
  }
}
/* line 141, css/src/ui/_menu-navigation.scss */
.navigation-main ul li li a:hover {
  color: white;
  background-color: #3498db;
}
/* line 149, css/src/ui/_menu-navigation.scss */
.navigation-main ul ul {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  background: white;
  display: none;
  float: left;
  position: absolute;
  left: -1px;
  width: 200px;
  z-index: 99999;
  margin: 0;
  padding: 0;
}
/* line 163, css/src/ui/_menu-navigation.scss */
.navigation-main ul ul ul {
  border: 1px solid #f1f1f1;
  top: -1px;
  left: 100%;
}
@media (max-width: 876px) {
  /* line 163, css/src/ui/_menu-navigation.scss */
  .navigation-main ul ul ul {
    display: block;
    float: none;
    position: relative;
    border: none;
    font-size: 100%;
  }
}
@media (max-width: 876px) {
  /* line 176, css/src/ui/_menu-navigation.scss */
  .navigation-main ul ul ul ul {
    border: none;
    top: 0;
    left: 0;
  }
}
/* line 186, css/src/ui/_menu-navigation.scss */
.navigation-main ul ul a {
  width: auto;
}
/* line 191, css/src/ui/_menu-navigation.scss */
.navigation-main ul ul li:hover > a {
  background: #3498db;
  color: white;
}
/* line 199, css/src/ui/_menu-navigation.scss */
.navigation-main .menu {
  font-size: 1.2em;
}

/* line 205, css/src/ui/_menu-navigation.scss */
.no-sidebar .navigation-main {
  max-width: 1000px;
}

/* =Navigation
----------------------------------------------- */
/* line 213, css/src/ui/_menu-navigation.scss */
.navigation {
  margin: 0 0 2em;
  padding: 0;
  overflow: hidden;
}
/* line 219, css/src/ui/_menu-navigation.scss */
.navigation .previous,
.navigation .nav-older {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
/* line 227, css/src/ui/_menu-navigation.scss */
.navigation .next,
.navigation .nav-newer {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}
/* line 235, css/src/ui/_menu-navigation.scss */
.navigation a {
  display: block;
  padding: 1.2em;
}
/* line 240, css/src/ui/_menu-navigation.scss */
.navigation .nav-older a {
  border-right: 1px solid #cccccc;
}
/* line 244, css/src/ui/_menu-navigation.scss */
.navigation a:hover {
  background: #fafafa;
}

@media (max-width: 1200px) {
  /* line 251, css/src/ui/_menu-navigation.scss */
  body:not(.custom-menu) #primary {
    margin-top: 0 !important;
  }
}
/* line 257, css/src/ui/_menu-navigation.scss */
#secondary-toggle {
  display: none;
}

@media (max-width: 876px) {
  /* line 263, css/src/ui/_menu-navigation.scss */
  #primary {
    height: 100%;
  }

  /* line 267, css/src/ui/_menu-navigation.scss */
  #secondary-toggle {
    display: block;
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  /* line 277, css/src/ui/_menu-navigation.scss */
  #secondary-toggle:before {
    content: '\f419';
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    position: relative;
    top: 8px;
  }
  /* line 285, css/src/ui/_menu-navigation.scss */
  #secondary-toggle strong {
    display: none;
  }
}
@media only screen and (min-width: 876px) {
  /* line 292, css/src/ui/_menu-navigation.scss */
  .site-header {
    width: 25%;
    float: right;
  }

  /* line 297, css/src/ui/_menu-navigation.scss */
  .navigation-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
/* line 4, css/src/ui/_buttons.scss */
button,
input,
select,
textarea {
  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 */
}

/* line 12, css/src/ui/_buttons.scss */
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

/* line 19, css/src/ui/_buttons.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background: #eeeeee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

/* line 38, css/src/ui/_buttons.scss */
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

/* line 50, css/src/ui/_buttons.scss */
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 {
  border-color: #cccccc;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 56, css/src/ui/_buttons.scss */
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 */
}

/* line 61, css/src/ui/_buttons.scss */
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;
}

/* line 68, css/src/ui/_buttons.scss */
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

/* line 73, css/src/ui/_buttons.scss */
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;
}

/**
 * General layout
 */
/* POSTS */
/* line 9, css/src/ui/_posts.scss */
article.post,
article#post-new,
article.page {
  -webkit-transform-style: preserve3d;
  background: white;
  margin: 0 0 30px;
  padding: 1.6em 0;
}
/* line 16, css/src/ui/_posts.scss */
article.post p,
article#post-new p,
article.page p {
  margin: 0 0 1.2em 0;
}
/* line 19, css/src/ui/_posts.scss */
article.post p:empty,
article#post-new p:empty,
article.page p:empty {
  margin-bottom: 0;
}
/* line 24, css/src/ui/_posts.scss */
article.post .o2-post,
article#post-new .o2-post,
article.page .o2-post {
  padding: 1.6em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* line 30, css/src/ui/_posts.scss */
article.post .entry-header,
article#post-new .entry-header,
article.page .entry-header {
  padding: 0;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
/* line 36, css/src/ui/_posts.scss */
article.post .entry-header .author-avatar,
article#post-new .entry-header .author-avatar,
article.page .entry-header .author-avatar {
  float: left;
  margin-right: 10px;
}
/* line 41, css/src/ui/_posts.scss */
article.post .entry-header img.avatar,
article#post-new .entry-header img.avatar,
article.page .entry-header img.avatar {
  width: 36px;
  height: 36px;
}
/* line 48, css/src/ui/_posts.scss */
article.post .entry-meta,
article#post-new .entry-meta,
article.page .entry-meta {
  clear: none;
  position: relative;
  margin-right: 0px;
  line-height: 36px;
}
/* line 55, css/src/ui/_posts.scss */
article.post .entry-meta .entry-actions.o2-actions,
article#post-new .entry-meta .entry-actions.o2-actions,
article.page .entry-meta .entry-actions.o2-actions {
  -webkit-transform-style: preserve3d;
  display: block;
  float: none;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  /* line 55, css/src/ui/_posts.scss */
  article.post .entry-meta .entry-actions.o2-actions,
  article#post-new .entry-meta .entry-actions.o2-actions,
  article.page .entry-meta .entry-actions.o2-actions {
    position: relative;
  }
}
/* line 68, css/src/ui/_posts.scss */
article.post .entry-meta .entry-actions.o2-actions a,
article#post-new .entry-meta .entry-actions.o2-actions a,
article.page .entry-meta .entry-actions.o2-actions a {
  padding-right: 0.4em;
}
/* line 71, css/src/ui/_posts.scss */
article.post .entry-meta .entry-actions.o2-actions a:last-child,
article#post-new .entry-meta .entry-actions.o2-actions a:last-child,
article.page .entry-meta .entry-actions.o2-actions a:last-child {
  border-right: none 0;
  padding-right: 0;
}
/* line 79, css/src/ui/_posts.scss */
article.post .entry-meta .entry-comment-count,
article#post-new .entry-meta .entry-comment-count,
article.page .entry-meta .entry-comment-count {
  display: none;
  float: right;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #dddddd;
  font-size: 11px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  position: relative;
}
/* line 92, css/src/ui/_posts.scss */
article.post .entry-meta .entry-comment-count .genericon,
article#post-new .entry-meta .entry-comment-count .genericon,
article.page .entry-meta .entry-comment-count .genericon {
  font-size: 32px;
  padding: 0;
  margin: -5px 0 0 0;
  color: #666666;
  position: absolute;
  right: 16px;
}
/* line 101, css/src/ui/_posts.scss */
article.post .entry-meta .entry-comment-count .comment-count,
article#post-new .entry-meta .entry-comment-count .comment-count,
article.page .entry-meta .entry-comment-count .comment-count {
  position: relative;
}
/* line 106, css/src/ui/_posts.scss */
article.post .entry-meta .entry-comment-count.entry-comment-count-0,
article#post-new .entry-meta .entry-comment-count.entry-comment-count-0,
article.page .entry-meta .entry-comment-count.entry-comment-count-0 {
  color: #dddddd;
}
/* line 109, css/src/ui/_posts.scss */
article.post .entry-meta .entry-comment-count.entry-comment-count-0 .genericon,
article#post-new .entry-meta .entry-comment-count.entry-comment-count-0 .genericon,
article.page .entry-meta .entry-comment-count.entry-comment-count-0 .genericon {
  color: #f1f1f1;
}
/* line 115, css/src/ui/_posts.scss */
article.post .entry-meta .genericon,
article#post-new .entry-meta .genericon,
article.page .entry-meta .genericon {
  vertical-align: inherit;
}
/* line 121, css/src/ui/_posts.scss */
article.post .entry-title,
article#post-new .entry-title,
article.page .entry-title {
  margin: 0.4em 0;
  padding: 0;
  clear: both;
}
/* line 126, css/src/ui/_posts.scss */
article.post .entry-title a,
article#post-new .entry-title a,
article.page .entry-title a {
  color: inherit;
}
@media (max-width: 550px) {
  /* line 121, css/src/ui/_posts.scss */
  article.post .entry-title,
  article#post-new .entry-title,
  article.page .entry-title {
    font-size: 1.5em;
  }
}
/* line 140, css/src/ui/_posts.scss */
article.post .entry-content h2,
article.post .entry-content h3,
article.post .entry-content h4,
article.post .entry-content h5,
article#post-new .entry-content h2,
article#post-new .entry-content h3,
article#post-new .entry-content h4,
article#post-new .entry-content h5,
article.page .entry-content h2,
article.page .entry-content h3,
article.page .entry-content h4,
article.page .entry-content h5 {
  margin: 20px 0;
}
/* line 143, css/src/ui/_posts.scss */
article.post .entry-content table,
article#post-new .entry-content table,
article.page .entry-content table {
  border-top: 1px #dddddd solid;
}
/* line 147, css/src/ui/_posts.scss */
article.post .entry-content table tr td,
article.post .entry-content table tr th,
article#post-new .entry-content table tr td,
article#post-new .entry-content table tr th,
article.page .entry-content table tr td,
article.page .entry-content table tr th {
  padding: 1em;
  border-bottom: 1px #f1f1f1 solid;
}
/* line 157, css/src/ui/_posts.scss */
article.post .entry-content table thead tr td,
article.post .entry-content table thead tr th,
article.post .entry-content table tfoot tr td,
article.post .entry-content table tfoot tr th,
article#post-new .entry-content table thead tr td,
article#post-new .entry-content table thead tr th,
article#post-new .entry-content table tfoot tr td,
article#post-new .entry-content table tfoot tr th,
article.page .entry-content table thead tr td,
article.page .entry-content table thead tr th,
article.page .entry-content table tfoot tr td,
article.page .entry-content table tfoot tr th {
  font-weight: bold;
}
/* line 166, css/src/ui/_posts.scss */
article.post .entry-content table:not(.wp-block-table) td:first-child,
article.post .entry-content table:not(.wp-block-table) th:first-child,
article#post-new .entry-content table:not(.wp-block-table) td:first-child,
article#post-new .entry-content table:not(.wp-block-table) th:first-child,
article.page .entry-content table:not(.wp-block-table) td:first-child,
article.page .entry-content table:not(.wp-block-table) th:first-child {
  padding-left: 0;
}
/* line 171, css/src/ui/_posts.scss */
article.post .entry-content table:not(.wp-block-table) td:last-child,
article.post .entry-content table:not(.wp-block-table) th:last-child,
article#post-new .entry-content table:not(.wp-block-table) td:last-child,
article#post-new .entry-content table:not(.wp-block-table) th:last-child,
article.page .entry-content table:not(.wp-block-table) td:last-child,
article.page .entry-content table:not(.wp-block-table) th:last-child {
  padding-right: 0;
}
@media (max-width: 550px) {
  /* line 136, css/src/ui/_posts.scss */
  article.post .entry-content,
  article#post-new .entry-content,
  article.page .entry-content {
    margin: 0;
  }
}

/* line 187, css/src/ui/_posts.scss */
.o2 article.post,
.o2 article#post-new,
.o2 article.page {
  padding: 0;
}
/* line 191, css/src/ui/_posts.scss */
.o2 article.post.sticky,
.o2 article#post-new.sticky,
.o2 article.page.sticky {
  border: 0;
  background: white;
}

/**
 * All avatars
 */
/* line 203, css/src/ui/_posts.scss */
img.avatar {
  border-radius: 100%;
}

/**
 * Sharedaddy
 */
/* line 212, css/src/ui/_posts.scss */
div.sharedaddy.sharedaddy-dark .sd-block {
  border-top: 1px #dddddd solid;
}

/**
 * Comments
 */
/* line 222, css/src/ui/_posts.scss */
.comment-list,
.comment-list .children {
  list-style-type: none;
  margin: 0;
}

/* line 227, css/src/ui/_posts.scss */
.o2-comment {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 876px) {
  /* line 233, css/src/ui/_posts.scss */
  input[type="checkbox"] {
    font-size: 2em;
  }
}
/* line 239, css/src/ui/_posts.scss */
.tag-prefix,
.mentions-prefix {
  opacity: 0.4;
}

/* line 243, css/src/ui/_posts.scss */
.o2-tags-array {
  display: block;
  padding: .2em 0;
}

/* line 248, css/src/ui/_posts.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 253, css/src/ui/_posts.scss */
.post:first-of-type.tag-p2-xpost {
  margin-top: 2em;
}

/* line 258, css/src/ui/_posts.scss */
.tag-p2-xpost {
  background: transparent;
  padding-bottom: 0;
  margin: -1.5em 0 2em 0;
}
/* line 264, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-post,
.tag-p2-xpost .o2-comment {
  font-size: 0.9em;
  font-style: italic;
  padding: 10px 10px 10px 0px;
}
/* line 269, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-post .avatar,
.tag-p2-xpost .o2-comment .avatar {
  width: 34px;
}
/* line 274, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-post {
  background: transparent;
  min-height: 36px;
  padding-left: 10px;
}
/* line 280, css/src/ui/_posts.scss */
.tag-p2-xpost .author-avatar {
  display: block;
}
/* line 283, css/src/ui/_posts.scss */
.tag-p2-xpost .author-avatar img {
  margin-right: 10px;
}
/* line 288, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-comment {
  padding-left: 5em;
}
/* line 291, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-comment .o2-comment-header {
  overflow: visible;
  padding-bottom: 0;
}
/* line 296, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-comment .comment-meta {
  line-height: 1.4;
}
/* line 300, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-comment .o2-actions {
  display: none;
}
/* line 306, css/src/ui/_posts.scss */
.tag-p2-xpost .o2-tags-array,
.tag-p2-xpost .sharedaddy {
  display: none;
}
/* line 310, css/src/ui/_posts.scss */
.tag-p2-xpost p {
  margin: 0;
}
/* line 314, css/src/ui/_posts.scss */
.tag-p2-xpost .comment-likes {
  display: none;
}

/* line 319, css/src/ui/_posts.scss */
.o2-xpost-author {
  font-size: 1em;
  overflow: hidden;
}
/* line 323, css/src/ui/_posts.scss */
.o2-xpost-author a {
  padding: 0;
}
/* line 327, css/src/ui/_posts.scss */
.o2-xpost-author .entry-author {
  font-size: 1em;
}
/* line 331, css/src/ui/_posts.scss */
.o2-xpost-author .entry-date {
  color: #888888;
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 5px;
}

/* line 339, css/src/ui/_posts.scss */
.o2-xpost-avatar {
  border-width: 0px;
  box-shadow: none;
}

/* line 344, css/src/ui/_posts.scss */
.o2-xpost-entry-date {
  float: none;
}
/* line 347, css/src/ui/_posts.scss */
.o2-xpost-entry-date:hover {
  color: #3498db;
}

/* line 353, css/src/ui/_posts.scss */
.format-status .o2-post .entry-title,
.tag-p2-xpost .o2-post .entry-title {
  display: none;
}

/* line 358, css/src/ui/_posts.scss */
.tag-p2-xpost .avatar {
  float: left;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 550px) {
  /* line 367, css/src/ui/_posts.scss */
  .tag-p2-xpost {
    margin: 0 0 0.5em !important;
  }
}
/* line 373, css/src/ui/_posts.scss */
.o2-post .o2-xpost-content p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Catch case where o2 is turned off */
/* line 380, css/src/ui/_posts.scss */
body.highlander-enabled article.post,
body.highlander-enabled article.page {
  padding: 1.6em;
}

/* WIDGETS */
/* line 3, css/src/ui/_widgets.scss */
.widget-area ul {
  padding-left: 0px;
}

/* =Widgets
----------------------------------------------- */
/* line 11, css/src/ui/_widgets.scss */
.widget {
  background: #fafafa;
  margin: 0 0 20px 0;
  padding: 1.2em;
}
/* line 16, css/src/ui/_widgets.scss */
.widget select {
  max-width: 100%;
}
/* line 21, css/src/ui/_widgets.scss */
.widget.widget_image {
  padding: 0px;
  background: transparent;
}

/* line 27, css/src/ui/_widgets.scss */
.widget-title {
  font-size: 1.9em;
  margin: 0 0 0.4em;
}

/* line 32, css/src/ui/_widgets.scss */
.widget_search input[type="search"] {
  width: 94%;
  width: calc(100% - 1.2em );
}

/* line 37, css/src/ui/_widgets.scss */
.widget_search .submit {
  display: none;
}

/* line 41, css/src/ui/_widgets.scss */
#wp-calendar {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
/* line 45, css/src/ui/_widgets.scss */
#wp-calendar caption {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 1px solid rgba(0, 0, 0, 0.13);
  font-size: 1.25em;
  padding: 0.4em;
  text-align: center;
}

/* line 56, css/src/ui/_widgets.scss */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
  padding: 0.5em;
}

/* =Widgets
----------------------------------------------- */
/* line 65, css/src/ui/_widgets.scss */
td.recentcommentstexttop,
td.recentcommentstextend {
  vertical-align: middle;
}

/* line 2, css/src/ui/_comments.scss */
.o2-comment {
  -webkit-transform-style: preserve3d;
  margin: 0.8em 0.8em 0 0;
  padding: 0.8em 0.8em 0 0.8em;
}
@media (max-width: 550px) {
  /* line 2, css/src/ui/_comments.scss */
  .o2-comment {
    margin-top: 5px !important;
  }
  /* line 11, css/src/ui/_comments.scss */
  .o2-comment#respond {
    padding: 20px 0px 20px 5px !important;
    border-left: 0px !important;
  }
  /* line 16, css/src/ui/_comments.scss */
  .o2-comment .o2-comment {
    border-top-width: 0px !important;
    border-left: 2px #e1e1e1 solid;
    padding-left: 4px !important;
    padding-top: 0;
    margin-bottom: 20px;
  }
  /* line 23, css/src/ui/_comments.scss */
  .o2-comment .o2-comment .o2-comment .o2-comment {
    border-left: 2px #999 solid;
  }
  /* line 26, css/src/ui/_comments.scss */
  .o2-comment .o2-comment .o2-comment .o2-comment .o2-comment {
    border-left: none;
  }
}
/* line 36, css/src/ui/_comments.scss */
.o2-comment .avatar {
  display: block;
  float: left;
  margin-right: 10px;
}
/* line 42, css/src/ui/_comments.scss */
.o2-comment p {
  margin-bottom: .8em;
}
/* line 46, css/src/ui/_comments.scss */
.o2-comment hr {
  margin-left: 0;
  margin-right: 0;
}

/* line 52, css/src/ui/_comments.scss */
.o2-comment-header {
  position: relative;
}

/* line 56, css/src/ui/_comments.scss */
.o2-comment-awaiting-approval {
  font-style: italic;
  color: #ddd;
}

/* line 61, css/src/ui/_comments.scss */
.o2-display-comments-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: normal;
}
/* line 64, css/src/ui/_comments.scss */
.o2-display-comments-toggle .genericon {
  position: relative;
  top: 4px;
}

/* line 71, css/src/ui/_comments.scss */
#respond .o2-timestamp {
  display: none;
}
/* line 75, css/src/ui/_comments.scss */
#respond .o2-comment-header {
  padding-bottom: 0;
}

/* line 81, css/src/ui/_comments.scss */
.o2-comment {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  margin: 0;
}
/* line 85, css/src/ui/_comments.scss */
.o2-comment .o2-comment-header {
  padding-bottom: 0.4em;
  padding-left: 1.6em;
}
/* line 90, css/src/ui/_comments.scss */
.o2-comment .avatar {
  margin-right: 0;
  margin-left: 3px;
  margin-top: 5px;
}
/* line 96, css/src/ui/_comments.scss */
.o2-comment p {
  margin: 0 0 1.2em 0;
}
/* line 99, css/src/ui/_comments.scss */
.o2-comment p:empty {
  margin-bottom: 0;
}

/* line 105, css/src/ui/_comments.scss */
.o2-post-comments {
  /* Override padding for every last child */
}
/* line 106, css/src/ui/_comments.scss */
.o2-post-comments > .o2-comment:nth-of-type(odd) {
  background: transparent;
}
/* line 110, css/src/ui/_comments.scss */
.o2-post-comments > .o2-comment:nth-of-type(even) {
  background: transparent;
}
/* line 114, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment {
  padding-right: 0;
}
/* line 117, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment .o2-comment-header {
  padding-left: 0;
  padding-right: 1.6em;
}
/* line 122, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment .comment-content {
  padding-left: 0;
  padding-right: 1.6em;
  margin-left: 3.5em;
}
/* line 128, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment .o2-editor {
  padding-left: 0;
  margin-left: 3.5em;
  margin-right: 1.6em;
}
/* line 133, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment .o2-editor.o2-editor-footer {
  margin-top: -0.8em;
}
/* line 138, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment .o2-logged-out-editor {
  margin-top: 0;
}
/* line 142, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment .o2-child-comments {
  padding-left: 1.5em;
}
/* line 148, css/src/ui/_comments.scss */
.o2-post-comments .o2-comment:last-child {
  margin-bottom: 0;
}
/* line 152, css/src/ui/_comments.scss */
.o2-post-comments > .o2-comment {
  /* Override left padding for top level comments */
  /* Make sure we have padding on the last top level comment */
}
/* line 157, css/src/ui/_comments.scss */
.o2-post-comments > .o2-comment:last-child {
  padding-bottom: 1.0em;
}

/* line 163, css/src/ui/_comments.scss */
.comment-subscription-form {
  float: right;
  font-size: 0.9em;
  margin: 0 0 0.8em 0 !important;
}
@media (max-width: 640px) {
  /* line 163, css/src/ui/_comments.scss */
  .comment-subscription-form {
    float: none;
  }
}

/* line 173, css/src/ui/_comments.scss */
.o2-comment-form-options-extra {
  clear: both;
}

/* line 177, css/src/ui/_comments.scss */
.o2-comment-form-options {
  margin: auto 0;
}

/* line 181, css/src/ui/_comments.scss */
.o2-post-comments-collapsed {
  position: relative;
  top: -30px;
  left: 60px;
  /* the following is temporary until the new post-actions ui is universally adopted */
  /* then this style (and the corresponding override in the post-actions module) should */
  /* be removed */
  padding-top: 20px;
}
@media (max-width: 550px) {
  /* line 181, css/src/ui/_comments.scss */
  .o2-post-comments-collapsed {
    left: 20px;
  }
}
/* line 195, css/src/ui/_comments.scss */
.o2-post-comments-collapsed a {
  width: auto;
  font-size: 12px;
}
/* line 199, css/src/ui/_comments.scss */
.o2-post-comments-collapsed a:before {
  font-size: 16px;
  position: relative;
  top: 3px;
}
/* line 204, css/src/ui/_comments.scss */
.o2-post-comments-collapsed a span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: auto;
}

@media (max-width: 640px) {
  /* line 213, css/src/ui/_comments.scss */
  .o2-post .entry-header .entry-meta .entry-comment-count {
    display: block;
  }

  /* line 219, css/src/ui/_comments.scss */
  .in-post .entry-comment-count,
  .single .entry-comment-count {
    display: none !important;
  }
}
/* COMMENTS */
/* line 227, css/src/ui/_comments.scss */
.comment-likes {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

/* line 231, css/src/ui/_comments.scss */
.comment-subscription-form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

/* line 235, css/src/ui/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 243, css/src/ui/_comments.scss */
.o2-child-views .comment-content {
  margin-left: 45px;
}
@media (max-width: 550px) {
  /* line 243, css/src/ui/_comments.scss */
  .o2-child-views .comment-content {
    margin-left: 0;
  }
}

/* line 254, css/src/ui/_comments.scss */
#comments {
  margin: 0 15px;
}
@media (max-width: 550px) {
  /* line 254, css/src/ui/_comments.scss */
  #comments {
    margin-left: 0;
  }
}

/* line 264, css/src/ui/_comments.scss */
.comment-meta {
  margin-left: 45px;
}

/* line 269, css/src/ui/_comments.scss */
.comment-list article {
  margin: 0;
}

/* line 273, css/src/ui/_comments.scss */
.comment-content {
  margin-left: 65px;
}
@media (max-width: 550px) {
  /* line 273, css/src/ui/_comments.scss */
  .comment-content {
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  /* line 285, css/src/ui/_comments.scss */
  .o2-actions.comment-actions {
    font-size: 30px !important;
    padding: 0.1em 0.2em !important;
  }

  /* line 290, css/src/ui/_comments.scss */
  .o2-child-comments {
    padding: 0.5em 0 0 0 !important;
  }
  /* line 294, css/src/ui/_comments.scss */
  .o2-child-comments .o2-comment {
    padding-left: 1.5em;
  }
  /* line 297, css/src/ui/_comments.scss */
  .o2-child-comments .o2-comment:last-of-type {
    margin-bottom: 0;
  }

  /* line 304, css/src/ui/_comments.scss */
  .o2-comment-header {
    padding-right: 0 !important;
  }
}
/* COMMENTS */
/* line 313, css/src/ui/_comments.scss */
.o2-comment-actions {
  overflow: hidden;
  padding: 0 0 0px 0;
}
/* line 318, css/src/ui/_comments.scss */
.o2-comment-actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 324, css/src/ui/_comments.scss */
.o2-comment-actions ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #888888;
  line-height: 1;
  width: auto;
  height: auto;
}
/* line 333, css/src/ui/_comments.scss */
.o2-comment-actions ul li a:before {
  font-family: 'Genericons';
  position: relative;
  padding-right: 2px;
  color: #3498db;
  font-size: 16px;
}
/* line 342, css/src/ui/_comments.scss */
.o2-comment-actions ul li a:hover:before {
  color: #ff9a00;
}
/* line 347, css/src/ui/_comments.scss */
.o2-comment-actions ul li a span {
  color: #3498db;
  line-height: 1;
  vertical-align: top;
}
/* line 353, css/src/ui/_comments.scss */
.o2-comment-actions ul li a.o2-comment-reply {
  padding-right: 10px;
}
/* line 362, css/src/ui/_comments.scss */
.o2-comment-actions ul li a.o2-comment-like.liked:before {
  color: #ff9a00;
}
/* line 369, css/src/ui/_comments.scss */
.o2-comment-actions ul li.o2-comment-edit {
  float: right;
}

/* line 380, css/src/ui/_comments.scss */
article.tag-p2-xpost .comment .avatar {
  margin-left: -10px;
  margin-top: 0;
}

/* =Infinite Scroll
----------------------------------------------- */
/* line 3, css/src/ui/_infinite-scroll.scss */
.infinite-scroll {
  /* =Infinity Styles
  -------------------------------------------------------------- */
  /* Elements to hide */
  /* Hooks to infinity-end body class to restore footer */
  /* Rest the margin when IS is finished */
}
/* line 20, css/src/ui/_infinite-scroll.scss */
.infinite-scroll .o2-app-footer,
.infinite-scroll #colophon,
.infinite-scroll #team-motto {
  display: none;
}
/* line 26, css/src/ui/_infinite-scroll.scss */
.infinite-scroll.infinity-end #colophon, .infinite-scroll.infinity-end #team-motto {
  display: block;
}
/* line 31, css/src/ui/_infinite-scroll.scss */
.infinite-scroll.infinity-end #content {
  margin-bottom: 0;
}

/* line 41, css/src/ui/_infinite-scroll.scss */
#infinite-handle,
.infinite-loader {
  text-align: center;
}

/* line 55, css/src/ui/_infinite-scroll.scss */
.infinity-end.neverending #colophon {
  display: block;
}

/* INFINITE SCROLL */
@media (max-width: 876px) {
  /* line 61, css/src/ui/_infinite-scroll.scss */
  #infinite-handle span {
    padding: 18px;
    font-size: 110%;
  }
}
/* Provides a fallback when front-end editing is off. */
/* line 3, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) {
  /* Clear after content container */
  /* Post navigation */
  /* Comment navigation */
  /* Comments */
}
/* line 6, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .site-main:before,
body:not(.o2) .site-main:after {
  content: '';
  display: table;
}
/* line 11, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .site-main:after {
  clear: both;
}
/* line 16, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .navigation-post {
  background: white;
}
/* line 21, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .navigation-comment {
  padding: 15px 0;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
}
/* line 27, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) #comment-nav-above {
  margin-bottom: 1.2em;
}
/* line 32, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .content-area aside {
  background: white;
  padding: 1.6em 0;
}
/* line 37, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .comments-area .comment-meta {
  margin-left: 45px;
}
/* line 41, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .comments-area .avatar {
  display: block;
  float: left;
  margin-left: 3px;
  margin-top: 5px;
}
/* line 48, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .comments-area .comment-content {
  padding-right: 1.6em;
  margin-left: 45px;
}
/* line 53, css/src/ui/_no-editing-fallback.scss */
body:not(.o2) .comments-area .children {
  font-size: 1.05em;
  padding-left: 1.5em;
}

/* line 4, css/src/ui/_blocks.scss */
pre.wp-block-code {
  line-height: 1.8em;
}

/* line 8, css/src/ui/_blocks.scss */
.wp-block-code code {
  padding-left: 0;
}
