/*
Publication: Piscataquis Observer
*/
/*
Theme Name: BPC Weekly
Author: Alexander Gross
Author URI: http://bangordailynew.com
Description: A responsive theme for the weekly publications of the Bangor Publishing Company. The theme was based on the timber-starter-theme and uses the Timber PHP-Twig Library. This theme is also using Sass, the Skeleton on boilerplate css, and FontAwesome library.
Version: 1.0
Text Domain: bpc-weekly

Timestamp: timestamp()

This theme utilizes a customization of the "Skeleton on Sass" boilerplate project:
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Ultra|Damion);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import "https://fonts.googleapis.com/css?family=Roboto:400,900";
@import "https://fonts.googleapis.com/css?family-Open+Sans:300";
@import "https://fonts.googleapis.com/css?family=Roboto+Slab";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Swing Bold';
  src: url("/wp-content/themes/bpc-weekly/fonts/Swing Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Kaman Display';
  src: url("/wp-content/themes/bpc-weekly/fonts/Kaman Display SSi.ttf") format("truetype"); }
#masthead:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/bpc-weekly/logos/masthead-lg-PO.png");
  background-repeat: no-repeat;
  background-position: left; }

#nav-main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/bpc-weekly/logos/masthead-sm_white-PO.png");
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 750px) {
  #nav-main:after {
    display: none; } }
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

a {
  color: #6387a8;
  text-decoration: none; }
  a:hover {
    color: #567a9b; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 0%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 8.33333%; }

  .two.columns {
    width: 16.66667%; }

  .three.columns {
    width: 25%; }

  .four.columns {
    width: 33.33333%; }

  .five.columns {
    width: 41.66667%; }

  .six.columns {
    width: 50%; }

  .seven.columns {
    width: 58.33333%; }

  .eight.columns {
    width: 66.66667%; }

  .nine.columns {
    width: 75%; }

  .ten.columns {
    width: 83.33333%; }

  .eleven.columns {
    width: 91.66667%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 33.33333%; }

  .two-thirds.column {
    width: 66.66667%; }

  .one-half.column {
    width: 50%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.33333%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.66667%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%; } }
@media (min-width: 640px) {
  .container {
    width: 640px; } }
@media (min-width: 960px) {
  .container {
    width: 960px; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #6387a8;
  border-color: #6387a8; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #6387a8;
  border-color: #6387a8; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #6387a8;
  border-color: #6387a8; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #6387a8;
  border-color: #6387a8; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Templates Styles */
/* Nav Header Styles */
header {
  background-color: #fff;
  width: 100%;
  min-width: 320px;
  height: 50px;
  max-height: 100px;
  font-family: "Open Sans", sans-serif;
  color: #333; }

header.is-active {
  position: fixed;
  z-index: 105; }

header.is-active + div + div + section#main-content {
  margin-top: 80px; }

@media (min-width: 750px) {
  header.is-active + div + div + section#main-content {
    margin-top: 288px; } }
#top-hat {
  display: none;
  background-color: #6387a8;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0px 1px 2px #a1a1a1;
  padding-top: 5px; }
  #top-hat a {
    color: #a1a1a1;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px; }

@media (min-width: 750px) {
  #top-hat {
    display: block; } }
#masthead {
  height: 150px;
  display: none; }

@media (min-width: 750px) {
  #masthead {
    display: block; }
    #masthead h1 {
      position: absolute;
      left: 170px;
      right: 170px;
      bottom: -0.45rem;
      margin-bottom: 0px; } }
#nav-wrapper {
  background-color: #303030;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 10px solid #6387a8; }
  #nav-wrapper a {
    color: #fff;
    text-decoration: none; }

#nav-sub-wrapper {
  display: none; }

#nav-wrapper,
#nav-sub-wrapper {
  font-weight: normal; }
  #nav-wrapper ul,
  #nav-sub-wrapper ul {
    margin: 0px;
    list-style: none; }
  #nav-wrapper li,
  #nav-sub-wrapper li {
    margin: 0px; }

#nav-masthead {
  display: block;
  width: 0;
  height: 0; }

@media (min-width: 750px) {
  #nav-masthead {
    display: none; } }
#nav-menu ul, #nav-menu li,
#nav-sub ul,
#nav-sub li {
  display: inline-block; }
#nav-menu ul:first-child,
#nav-sub ul:first-child {
  margin-left: 0px; }
#nav-menu li,
#nav-sub li {
  padding: 0 4.5px; }
#nav-menu > ul > li > ul > li > ul,
#nav-sub > ul > li > ul > li > ul {
  display: inline; }
#nav-menu > ul > li > ul > li > a,
#nav-sub > ul > li > ul > li > a {
  display: inline-block;
  width: 100%; }
#nav-menu ul > li > ul > li,
#nav-sub ul > li > ul > li {
  display: block; }
#nav-menu > ul > li > a:hover,
#nav-sub > ul > li > a:hover {
  text-decoration: underline; }
#nav-menu > ul > li > ul a:hover,
#nav-sub > ul > li > ul a:hover {
  color: #6387a8; }

#nav-menu {
  display: none; }

@media (min-width: 750px) {
  #nav-menu {
    display: inline-block;
    float: left;
    margin-left: 10px; } }
/** Drop-down Menu Styles **/
#nav-menu > ul > li > ul {
  display: none; }

#nav-menu > ul > li:hover {
  background-color: #6387a8; }

#nav-menu > ul > li:hover > ul {
  float: right;
  display: block;
  position: absolute;
  top: 50px;
  line-height: 25px;
  background-color: #303030;
  text-align: left; }

#nav-menu > ul > li.active-cat {
  background-color: #6387a8; }

#nav-menu > ul > li.active-cat .active-cat {
  background-color: #6387a8; }

#logo {
  float: left;
  margin-left: 0rem;
  width: 50px;
  height: 50px;
  max-height: 150px;
  background-image: url("/wp-content/themes/bpc-weekly/logos/weekly-logo-PO.png");
  background-size: 50px 50px;
  background-repeat: no-repeat; }

@media (min-width: 750px) {
  #logo {
    position: relative;
    bottom: 100px;
    margin-bottom: -100px;
    margin-left: 11%;
    width: 150px;
    height: 150px;
    background-size: 150px 150px; } }
@media (min-width: 960px) {
  #logo {
    margin-left: 10px; } }
#nav-main {
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 960px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  background-color: #303030; }

@media (min-width: 550px) {
  #nav-main {
    position: relative; } }
#nav-button {
  display: inline-block;
  line-height: 50px !important;
  padding: 0 0 0 4.5px; }
  #nav-button #nav-m-label {
    display: none;
    visibility: hidden; }
  @media (min-width: 550px) {
    #nav-button #nav-m-label {
      display: initial;
      visibility: visible; } }

@media (min-width: 550px) {
  #nav-button {
    margin: 7.5px;
    border: 1px solid #303030;
    border-radius: 4.5px;
    line-height: 32px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; } }
#nav-button:hover {
  cursor: pointer; }

/* Sub Nav Styles */
#nav-sub-wrapper {
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  margin-top: 50px;
  background-color: #a1a1a1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #303030;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }
  #nav-sub-wrapper.is-active {
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px); }
  #nav-sub-wrapper span {
    line-height: 30px;
    font-weight: normal; }
  #nav-sub-wrapper a {
    margin: 0 2px; }
  #nav-sub-wrapper li {
    margin-left: 0px; }

@media (min-width: 550px) {
  #nav-sub-wrapper {
    display: block;
    margin-top: 0px; }
    #nav-sub-wrapper li {
      margin-left: 4.5px; } }
#nav-sub #menu-main-nav-items > li > ul * {
  display: none; }
#nav-sub #search-m-label {
  display: none; }

@media (min-width: 750px) {
  #nav-sub #menu-main-nav-items {
    display: none; }
  #nav-sub #search-m-label {
    display: initial; } }
#nav-sub {
  max-width: 960px;
  margin: 0 auto;
  line-height: 30px; }
  #nav-sub ul > li {
    max-height: 30px;
    font-weight: bold; }
  #nav-sub ul#menu-nav-items {
    display: none; }
  #nav-sub ul#menu-login-items {
    float: left;
    display: inline-block; }
  #nav-sub li.archive {
    display: none; }
  @media (min-width: 550px) {
    #nav-sub li.archive {
      display: inline-block; } }
  @media (min-width: 550px) {
    #nav-sub ul#menu-login-items {
      margin-left: 11%; }
    #nav-sub ul#menu-nav-items {
      display: inline-block; } }
  @media (min-width: 960px) {
    #nav-sub ul#menu-login-items {
      margin-left: 10px; } }

#logo {
  float: left;
  margin-left: 0rem;
  width: 50px;
  height: 50px;
  max-height: 150px;
  background-image: url("/wp-content/themes/bpc-weekly/logos/weekly-logo-PO.png");
  background-size: 50px 50px;
  background-repeat: no-repeat; }

@media (min-width: 750px) {
  #logo {
    position: relative;
    bottom: 100px;
    margin-bottom: -100px;
    margin-left: 11%;
    width: 150px;
    height: 150px;
    background-size: 150px 150px; } }
@media (min-width: 960px) {
  #logo {
    margin-left: 10px; } }
/* Side Nav Styles*/
.content-mask {
  position: fixed;
  z-index: 500;
  top: 50px;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }
  .content-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.nav-side {
  position: fixed;
  z-index: 500;
  left: 0px;
  width: 290px;
  overflow-y: hidden;
  background-color: #303030;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  .nav-side.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#nav-side-wrapper {
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #nav-side-wrapper a {
    color: #fff;
    text-decoration: none; }
  #nav-side-wrapper ul {
    list-style: none;
    margin-left: 8px;
    margin-bottom: 8px; }
  #nav-side-wrapper ul ul {
    margin: 2px 0 2px 4px; }
  #nav-side-wrapper li {
    margin-left: 4px;
    margin-bottom: 4px; }
  #nav-side-wrapper a:hover {
    text-decoration: underline; }

#nav-side-header {
  top: 50px;
  height: 30px;
  max-height: 30px;
  margin-right: 8px;
  font-weight: normal;
  color: #fff; }

#nav-side-body {
  top: 80px;
  bottom: 0px;
  overflow: scroll; }

#nav-side-body > ul {
  overflow: auto; }

@media (min-width: 750px) {
  #nav-side-header,
  .content-mask {
    top: 205px; }

  #nav-side-body {
    top: 235px; } }
/* Modal Styles */
div#modal-overlay {
  position: fixed;
  display: none;
  z-index: 501;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.92);
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }
  div#modal-overlay.is-active {
    width: 100%;
    height: 100%;
    opacity: 1.0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

div#modal-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6387a8;
  width: 80%;
  margin: 0 auto;
  border-radius: 9px;
  max-width: 320px;
  max-height: 250px;
  font-family: "Open Sans", sans-serif; }
  div#modal-content form {
    padding: 20px; }
  div#modal-content p {
    margin: 0px;
    margin-bottom: 9px; }
  div#modal-content p:last-of-type {
    margin-bottom: 0px; }
  div#modal-content label {
    margin-right: 0px; }
  div#modal-content input {
    width: 100%;
    margin: 0px; }
  div#modal-content input[type=checkbox] {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 4.5px; }

#search-wrapper {
  background-color: #303030;
  height: 0px;
  max-height: 30px;
  visibility: hidden;
  transition: height 300ms; }
  #search-wrapper #nav-search {
    text-align: center;
    line-height: 30px; }
    #search-wrapper #nav-search > label {
      display: none; }
  #search-wrapper input {
    max-height: 24px;
    font-size: 1.2rem;
    margin: 0px;
    color: #a1a1a1; }
    #search-wrapper input#s {
      width: 55%; }
    #search-wrapper input#searchsubmit {
      line-height: initial;
      padding: 0 10px; }

#search-button > label:hover {
  text-decoration: underline; }

/* Transitions */
.search-down {
  height: 30px !important;
  visibility: visible !important; }

#search-m-label {
  display: none; }

@media (min-width: 850px) {
  #search-m-label {
    display: inline; } }
@media (max-width: 850px) {
  #nav-menu li {
    font-size: 95%;
    padding: 0 3px; } }
@media (max-width: 550px) {
  #search-wrapper {
    position: fixed;
    top: 50px;
    z-index: 500;
    left: 0;
    right: 0;
    padding-bottom: 2px;
    border-top: 0.5px solid white;
    transition: height 0ms; } }
/* Ads Styles */
.banner-ad-wrapper {
  background-color: #fff;
  padding: 0 0; }

@media (min-width: 550px) {
  .banner-ad-wrapper {
    padding: 9px 0; } }
.banner-ad {
  position: relative;
  margin: 0 auto;
  max-width: 990px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle; }

@media (min-width: 960px) {
  .banner-ad {
    min-height: 90px; } }
.visible-mobile {
  display: inherit !important; }

.visible-desktop {
  display: none !important; }

@media (min-width: 960px) {
  .visible-mobile {
    display: none !important; }

  .visible-desktop {
    display: inherit !important; } }
#bpcads-top-mobile {
  position: fixed;
  z-index: 300;
  left: 0px;
  right: 0px;
  bottom: 0px; }

#bpcads-footer-mobile {
  position: relative;
  width: 320px;
  min-height: 50px; }

#bpcads-footer,
#bpcads-footer-mobile {
  margin: 4.5px auto; }

@media (min-width: 550px) {
  #bpcads-top,
  #bpcads-top-mobile,
  #bpcads-footer,
  #bpcads-footer-mobile {
    position: relative;
    width: 320px; } }
@media (min-width: 750px) {
  #bpcads-top,
  #bpcads-footer {
    position: relative;
    width: 728px; } }
@media (min-width: 960px) {
  #bpcads-top,
  #bpcads-footer {
    position: relative;
    width: 970px; } }
/* Footer */
footer {
  width: 100%;
  height: auto;
  background-color: #303030;
  background-image: url("/wp-content/themes/bpc-weekly/images/footer-PO.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
  color: #fff; }
  footer a,
  footer a:hover {
    display: inline-block; }
  footer #mobile {
    text-align: center;
    padding: 20px 0px 20px 0px; }
  footer #options {
    height: 40px;
    line-height: 40px; }
  footer address {
    font-size: 1.6rem;
    line-height: 2.0rem; }

hr.footer {
  border-top: 5px solid #6387a8;
  border-bottom: 5px solid #6387a8;
  margin: 0px; }

/*#foot-area-left,
#foot-area-right {
  display: none;

  a {
    display: block;
  }
}*/
@media (max-width: 750px) {
  #foot-area-center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    box-sizing: border-box; } }
#foot-nav {
  font-family: "Open Sans", sans-serif;
  color: #fff; }

/*@media (min-width: 750px) {
  #foot-area-left,
  #foot-area-right {
    display: initial;
  }
}*/
/* Account Management */
form .section {
  box-sizing: border-box;
  padding: 0 10px; }
  form .section h1, form .section h2, form .section h3, form .section h4, form .section h5, form .section h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 9px; }
  form .section label {
    font-family: "Open Sans", sans-serif;
    display: block; }
  form .section label + input[type=text],
  form .section label + input[type=email],
  form .section label + input[type=password] {
    width: 100%;
    display: block; }
  @media (min-width: 550px) {
    form .section label + input[type=text] {
      width: 75%; }
    form .section label + input[type=email],
    form .section label + input[type=password] {
      width: 50%; } }

.bdnam.section {
  box-sizing: border-box;
  padding: 0 10px; }
  .bdnam.section h1, .bdnam.section h2, .bdnam.section h3, .bdnam.section h4, .bdnam.section h5, .bdnam.section h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 9px; }
  .bdnam.section p {
    font-size: 1.8rem; }

/* Miscellany Styles */
hr {
  border-top: 1px solid #333;
  margin: 4.5px 0; }

address {
  font-style: normal; }

label,
.label {
  display: inline-block;
  margin-right: 4.5px;
  margin-bottom: 0;
  font-weight: normal; }

.icon, .icon-sm {
  font-size: 32px !important;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px; }

.icon-sm {
  line-height: 30px !important;
  font-size: 24px !important; }

#search-button #search-m-button.icon-sm {
  line-height: 50px !important; }

/* Email Title Style */
.article-h1 > span.email-title {
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 2.5rem !important;
  font-size: 2.0rem;
  letter-spacing: 0px; }

/* Responsive Content Groups */
/* Base Styles for all RCG Layouts */
.layout {
  box-sizing: border-box;
  padding-top: 2px;
  padding-bottom: 20px;
  margin: 0 0;
  min-width: 320px;
  max-width: 640px;
  width: 100%; }

@media (min-width: 640px) {
  .layout.pin.narrow {
    max-width: 320px;
    float: left; } }
@media (min-width: 640px) {
  .area-primary .layout:not(.pin):not(.narrow) article:not(.pin):not(.narrow) .teaser {
    display: block; } }
.area-primary > .layout:first-child,
.area-sidebar > .rcg-widget:first-child {
  margin-top: 0; }

.layout-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  min-width: 320px;
  width: 100%; }
  .layout-content article.pin.narrow {
    width: 100%; }
    .layout-content article.pin.narrow .goto {
      display: none; }
  .layout-content .one-half.column {
    width: 100%; }
  @media (min-width: 640px) {
    .layout-content .one-half.column {
      width: 50%; } }
  @media (min-width: 640px) {
    .layout-content article.pin.narrow {
      max-width: 320px; } }

.layout-content > div {
  min-width: 320px;
  max-width: 640px;
  width: 100%; }

article {
  box-sizing: border-box;
  min-width: 320px;
  padding: 0px;
  width: 100%; }

article > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  padding-bottom: 10px; }

a,
a:hover {
  color: #303030; }

a:hover .headline,
a:hover .goto {
  color: #6387a8; }

.headline:hover,
.goto:hover {
  color: #303030; }

/* RCG Component Styles */
.rcg-header,
.rcg-header-archive {
  font-family: "Open Sans", sans-serif;
  background-color: #6387a8;
  min-height: 30px;
  line-height: 30px;
  font-size: 2.0rem; }
  .rcg-header .label,
  .rcg-header-archive .label {
    margin-left: 10px;
    max-width: 220px;
    color: #fff; }
  .rcg-header .more,
  .rcg-header-archive .more {
    float: right;
    margin-right: 4px; }
  .rcg-header .more-text,
  .rcg-header-archive .more-text {
    display: none; }

@media (min-width: 550px) {
  .rcg-header,
  .rcg-header-archive {
    background-color: unset;
    border-bottom: solid #444 2px;
    padding-bottom: 4px;
    font-size: 3.0rem; }
    .rcg-header .label,
    .rcg-header-archive .label {
      margin-left: 0px;
      max-width: initial;
      color: #303030; }
    .rcg-header a:hover,
    .rcg-header-archive a:hover {
      color: #303030; }
    .rcg-header .more-link > span,
    .rcg-header-archive .more-link > span {
      vertical-align: middle;
      display: inline-block; }
    .rcg-header .more-text,
    .rcg-header-archive .more-text {
      display: initial;
      font-size: 1.5rem;
      line-height: 30px; }
      .rcg-header .more-text:hover,
      .rcg-header-archive .more-text:hover {
        text-decoration: underline; } }
.rcg-header-archive {
  background-color: #fff;
  text-align: center; }
  .rcg-header-archive .header-icon {
    line-height: inherit; }
  .rcg-header-archive .header-icon-left {
    float: left;
    margin-left: 9px; }
  .rcg-header-archive .header-icon-right {
    float: right;
    margin-right: 9px; }
  .rcg-header-archive.fix-backbar {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 105; }

@media (min-width: 550px) {
  .rcg-header-archive {
    background-color: unset;
    text-align: left; }
    .rcg-header-archive .header-icon {
      display: none; }
    .rcg-header-archive.from-single {
      display: none; }
    .rcg-header-archive.fix-backbar {
      position: relative; } }
.rcg-footer {
  height: 50px;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  text-align: center; }
  .rcg-footer a.more-link {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    text-align: center;
    line-height: initial;
    background-color: #CCC;
    border-radius: 4px; }

@media (min-width: 550px) {
  .rcg-footer a.more-link {
    border: 1px solid #BBB;
    border-radius: 8px;
    padding: 8px 16px; }
    .rcg-footer a.more-link:hover {
      color: white;
      background-color: #303030;
      text-decoration: none; } }
.info {
  color: #333; }

.headline {
  margin: 0px;
  font-family: "Roboto Slab", serif;
  font-weight: 400; }

span.goto {
  float: right; }

.rcg-image {
  position: relative;
  overflow: hidden; }
  .rcg-image.featured-16x10 {
    padding-bottom: 62.5%; }
  .rcg-image.featured-16x9 {
    padding-bottom: 56.25%; }
  .rcg-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    display: block; }
  .rcg-image .imageinfo > div.title,
  .rcg-image .imageinfo > div.caption {
    display: none; }
  .rcg-image .imageinfo {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .rcg-image .imageinfo > div.content {
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    line-height: 1.6rem;
    font-size: 1.2rem;
    font-weight: normal;
    -webkit-transition: opacity 0.3s, height 0.3s, padding 0.3s;
    transition: opacity 0.3s, height 0.3s, padding 0.3s; }
    .rcg-image .imageinfo > div.content.is-active {
      padding: 10px;
      height: initial;
      color: white; }
  @media (min-width: 550px) {
    .rcg-image img:hover + .imageinfo > div.content,
    .rcg-image .imageinfo:hover > div.content {
      padding: 10px;
      height: initial;
      color: white; } }

.rcg-headline {
  margin-bottom: 4px; }
  .rcg-headline .article-h1 {
    padding: 0 4px;
    margin-bottom: 4px;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    line-height: normal;
    font-size: 3.0rem; }

.rcg-byline {
  margin-bottom: 4px; }
  .rcg-byline > div {
    padding: 0 4px; }
  .rcg-byline a {
    display: inline;
    color: #303030;
    font-weight: bold; }
  .rcg-byline a:hover {
    text-decoration: underline; }

#sharebar-float {
  display: none; }

.rcg-sharebar {
  text-align: center;
  height: 50px;
  background-color: #e1e1e1; }
  .rcg-sharebar span {
    font-size: 40px;
    line-height: 50px; }
  .rcg-sharebar a.sharelink {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
  @media (min-width: 550px) {
    .rcg-sharebar a.sharelink {
      margin: 0 15px; } }
  .rcg-sharebar .fcbk.sharelink:hover {
    background-color: #fff;
    color: #3b5998; }
  .rcg-sharebar .twit.sharelink:hover {
    background-color: #55acee;
    color: #fff; }
  .rcg-sharebar .mail.sharelink:hover {
    background-color: #303030;
    color: #a1a1a1; }
  .rcg-sharebar .comm.sharelink:hover {
    background-color: #fff;
    color: #fff; }

@media (min-width: 755px) and (max-width: 960px) {
  #sharebar-float {
    display: block;
    position: absolute;
    top: 0px;
    left: -55px;
    width: 50px !important;
    min-width: 50px !important;
    height: 320px;
    text-align: center; }
    #sharebar-float span {
      font-size: 40px;
      line-height: 50px; }
    #sharebar-float a.sharelink {
      margin: 15px 0; } }
@media (min-width: 1075px) {
  #sharebar-float {
    display: block;
    position: absolute;
    top: 0px;
    left: -55px;
    width: 50px !important;
    min-width: 50px !important;
    height: 320px;
    text-align: center; }
    #sharebar-float span {
      font-size: 40px;
      line-height: 50px; }
    #sharebar-float a.sharelink {
      margin: 15px 0; } }
/* Article Styles */
.rcg-copy {
  margin-bottom: 4px; }
  .rcg-copy p {
    padding: 0 4px;
    margin-bottom: 1.25rem;
    font-family: "Lora", "Georgia", "Times New Roman", serif;
    font-size: 1.6rem;
    line-height: 2.5rem; }
  .rcg-copy p:first-of-type {
    margin-top: 1.25rem; }
  .rcg-copy p.wp-caption-text {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 0px;
    margin-bottom: 5px !important; }
  .rcg-copy a {
    color: #303030;
    font-weight: bold; }
  .rcg-copy a:hover {
    text-decoration: underline; }
  .rcg-copy div[id^="attachment"] {
    box-sizing: border-box;
    padding: 10px;
    max-width: 640px;
    min-width: 320px;
    width: 100% !important; }
  .rcg-copy div[id^="attachment"] img {
    width: 100%;
    height: initial; }
  @media (min-width: 640px) {
    .rcg-copy div[id^="attachment"] img {
      width: 320px !important;
      height: initial; }
    .rcg-copy div[id^="attachment"].alignleft {
      width: 320px !important;
      float: left; }
    .rcg-copy div[id^="attachment"].alignright {
      width: 320px !important;
      float: right; } }

.rcg-excerpt {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 2.5rem; }

/* Article Styles Pages */
.article-content a:not(.sharelink) {
  color: #6387a8;
  font-weight: normal; }
.article-content a:not(.sharelink):hover {
  text-decoration: underline; }

/* Widget Styles */
.rcg-widget article {
  padding: 0 4.5px; }
.rcg-widget .rcg-header {
  background-color: #6387a8;
  font-size: 2.0rem;
  border: none; }
.rcg-widget .label {
  margin-left: 10px;
  color: #fff; }
.rcg-widget .label:hover {
  text-decoration: underline; }
.rcg-widget .more {
  display: none; }

.rcg-ad {
  margin-bottom: 4px; }
  .rcg-ad .ad-unit,
  .rcg-ad .stack-ad-unit {
    margin: 0 auto;
    width: 100%;
    min-height: 250px;
    text-align: center; }
  .rcg-ad .stack-ad-unit {
    min-height: 50px; }
  .rcg-ad iframe {
    display: inline-block;
    margin: 0 auto; }

.rcg-pagination {
  background-color: #fff; }
  .rcg-pagination .pagination-bar {
    width: 100%;
    height: 50px;
    margin: 9px 0;
    background-color: #fff;
    text-align: center; }
  @media (min-width: 960px) {
    .rcg-pagination {
      margin-bottom: 0px; } }
  .rcg-pagination .pagination-button {
    display: inline-block;
    margin: 5px;
    border-radius: 20px;
    padding: 0 15px;
    background-color: #a1a1a1;
    color: #303030;
    font-family: "Open Sans", sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 40px; }
    .rcg-pagination .pagination-button a {
      color: inherit; }
    .rcg-pagination .pagination-button a:hover {
      text-decoration: underline; }
  .rcg-pagination .pagination-button.info {
    background-color: #fff; }
  .rcg-pagination .pagination-button.prev {
    float: left;
    margin-left: 10px; }
  .rcg-pagination .pagination-button.next {
    float: right;
    margin-right: 10px; }

/** RCG Widget Style **/
.rcg-widget {
  margin: 9px 0; }

.rcg-widget-translate {
  min-width: 320px;
  min-height: 50px;
  background-color: #6387a8;
  line-height: 50px;
  color: #fff; }
  .rcg-widget-translate #google_translate_element {
    text-align: center;
    display: inline-block;
    line-height: 30px; }
  .rcg-widget-translate strong {
    margin-left: 9px; }
  .rcg-widget-translate > img {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: right; }

/** Text Widget Style **/
li.widget.widget_text {
  list-style-type: none; }
  li.widget.widget_text .header {
    padding-left: 10px;
    background-color: #6387a8;
    color: #fff; }

/** Comments Page Styling **/
article[id^="post-comments"] .layout-content {
  padding: 0 10px;
  box-sizing: border-box; }
article[id^="post-comments"] .layout-content > div {
  min-width: initial; }
article[id^="post-comments"] div#block-msg {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px; }

/** Paywall Call-to-Action Styles **/
.rcg-cta {
  display: none;
  box-sizing: border-box;
  padding: 0 10px; }
  .rcg-cta #paywall-cta {
    display: block;
    max-width: 480px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
    text-align: center; }
  .rcg-cta .cta-header {
    font-family: "Open Sans", sans-serif;
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .rcg-cta .cta-text {
    margin-bottom: 8px; }
  .rcg-cta .cta-button > a {
    display: block;
    background: #6387a8;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold; }

@media (min-width: 640px) {
  .rcg-cta .cta-header {
    font-size: 3.0rem;
    line-height: 3.6rem; } }
@media (min-width: 640px) {
  .teaser {
    display: block; }

  *:not(.pin):not(.narrow) + .layout.pin.narrow {
    padding-right: 4.5px; }

  .layout.pin.narrow + .layout.pin.narrow {
    padding-left: 4.5px; } }
article.post.basic .info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative; }
article.post.basic div.post-item.pic {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-right: 8px;
  position: relative; }
article.post.basic div.post-item.pic img.crop-thumb {
  width: auto !important;
  min-width: 100% !important;
  min-height: 100% !important; }
article.post.basic div.post-item.pic.post_has_video span {
  position: absolute;
  float: left;
  display: inline-block;
  bottom: 0px;
  left: 5px;
  color: white;
  font-size: 30px;
  z-index: 6;
  text-shadow: -1px 1px 10px #000; }
article.post.basic div.post-item.pic img {
  float: left;
  position: absolute; }
article.post.basic .meta, article.post.basic .headline, article.post.basic .teaser {
  display: block; }
article.post.basic .meta {
  text-align: right;
  font-family: "Roboto Slab", serif;
  color: #a1a1a1; }
article.post.basic .tag {
  float: left;
  margin-right: 8px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: white;
  color: #6387a8;
  font-weight: bold; }
article.post.basic .teaser {
  margin-top: 4px;
  font-family: "Lora", "Georgia", "Times New Roman", serif; }
article.post.basic.lg {
  min-height: 100px; }
  article.post.basic.lg div.post-item.pic {
    width: 92px !important;
    height: 92px !important; }
  article.post.basic.lg div.post-item.pic img {
    width: 92px;
    height: 92px; }
  article.post.basic.lg .headline {
    line-height: normal;
    font-size: 1.8rem;
    letter-spacing: -0.1rem; }
  @media (min-width: 640px) {
    article.post.basic.lg:not(.pin):not(.narrow) {
      margin-bottom: 4px; }
      article.post.basic.lg:not(.pin):not(.narrow) .headline {
        line-height: normal;
        font-size: 3.0rem; } }
  article.post.basic.lg .meta,
  article.post.basic.lg .teaser,
  article.post.basic.lg .teaser > .tag {
    line-height: 1.5rem;
    font-size: 1.2rem; }
  article.post.basic.lg .goto {
    line-height: 92px; }
article.post.basic.md {
  min-height: 50px; }
  article.post.basic.md div.post-item.pic {
    width: 46px !important;
    height: 46px !important; }
  article.post.basic.md div.post-item.pic img {
    width: 46px;
    height: 46px; }
  article.post.basic.md .headline {
    line-height: 1.66667rem;
    font-size: 1.33333rem; }
  @media (min-width: 640px) {
    article.post.basic.md:not(.pin):not(.narrow) {
      margin-bottom: 4px; }
      article.post.basic.md:not(.pin):not(.narrow) .headline {
        line-height: 2.4rem;
        font-size: 1.6rem; } }
  @media (min-width: 960px) {
    article.post.basic.md .headline {
      line-height: 1.66667rem;
      font-size: 1.33333rem; } }
  article.post.basic.md .meta,
  article.post.basic.md .teaser {
    display: none; }
  article.post.basic.md .goto {
    line-height: 46px; }
article.post.basic.sm {
  min-height: 40px; }
  article.post.basic.sm div.post-item.pic {
    width: 36px !important;
    height: 36px !important; }
  article.post.basic.sm div.post-item.pic img {
    width: 36px;
    height: 36px; }
  article.post.basic.sm .headline {
    line-height: 2rem;
    font-size: 1.4rem;
    margin-top: -2px; }
  @media (min-width: 640px) {
    article.post.basic.sm:not(.pin):not(.narrow) {
      margin-bottom: 2px; } }
  article.post.basic.sm .meta,
  article.post.basic.sm .teaser {
    display: none; }
  article.post.basic.sm .goto {
    line-height: 36px; }

article.post-hero {
  display: block;
  padding: 0px;
  padding-bottom: 4px; }

article.post-hero > a {
  padding: 0px; }

.layout {
  padding-top: 0px; }

.hero .img {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  max-width: 640px; }
.hero .post-item {
  display: block; }
.hero .info {
  padding: 4px;
  margin-bottom: 9px; }
@media (min-width: 640px) {
  .hero .info {
    padding: 0; } }
.hero .headline {
  font-size: 3.0rem;
  line-height: normal;
  letter-spacing: -0.1rem; }
.hero .meta {
  text-align: right;
  font-family: "Roboto Slab", serif;
  line-height: 1.5rem;
  font-size: 1.2rem;
  height: 20px;
  display: none; }
.hero .tag {
  float: left;
  margin-right: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #6387a8; }
.hero .teaser {
  margin-top: 2px;
  padding: 0 2px;
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  line-height: 2.0rem;
  font-size: 1.55rem;
  color: #444; }

.rcg-video.notembed {
  padding-bottom: 10px; }

/* Theme Styles */
body {
  background-color: #fff; }

.one-third.column {
  width: 100%; }

.two-thirds.column {
  width: 100%; }

@media (min-width: 960px) {
  .one-third.column {
    width: 33.33333%; }

  .two-thirds.column {
    width: 66.66667%; } }
/* Main Content Area */
.area-primary {
  min-width: 320px;
  max-width: 640px;
  width: 100% !important; }

section#main-content {
  background-color: #fff;
  padding: 0px; }

.area-sidebar {
  padding-left: 0px; }

@media (min-width: 960px) {
  .area-sidebar {
    padding-left: 9px;
    max-width: 320px; } }

/*# sourceMappingURL=style-PO.css.map */
