/*
Theme Name: PNA Main
Theme URI: http://underscores.me/
Author: Rob Maurizi, RHM Interactive
Author URI: http://rhminteractive.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pna-main
Tags:

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

PNA Main is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	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);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
*/
/* Small menu. */
/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*
.widget {
	margin: 0 0 1.5em;
}
*/
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
*/
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
*/
.ico {
  display: inline-block;
  vertical-align: middle;
  background: transparent url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    .ico {
      background-image: url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite-2x.png");
      background-size: 625px 625px; } }

.ico-logo {
  background-position: 0 0;
  width: 124px;
  height: 20px; }

.ico-post-pna_video {
  background-position: -170px -40px;
  width: 38px;
  height: 38px; }
  @media screen and (min-width: 415px) {
    .ico-post-pna_video {
      background-position: 0 -40px;
      width: 50px;
      height: 51px; } }
  .ie8 .ico-post-pna_video {
    background-position: 0 -40px;
    width: 50px;
    height: 51px; }

.ico-post-post {
  background-position: -215px -40px;
  width: 31px;
  height: 38px; }
  @media screen and (min-width: 415px) {
    .ico-post-post {
      background-position: -60px -40px;
      width: 40px;
      height: 50px; } }
  .ie8 .ico-post-post {
    background-position: -60px -40px;
    width: 40px;
    height: 50px; }

.ico-post-pna_ig {
  background-position: -252px -40px;
  width: 38px;
  height: 38px; }
  @media screen and (min-width: 415px) {
    .ico-post-pna_ig {
      background-position: -110px -40px;
      width: 50px;
      height: 50px; } }
  .ie8 .ico-post-pna_ig {
    background-position: -110px -40px;
    width: 50px;
    height: 50px; }

.ico-recent-post-pna_video {
  background-position: -170px -40px;
  width: 40px;
  height: 40px; }

.ico-recent-post-post {
  background-position: -215px -40px;
  width: 32px;
  height: 38px; }

.ico-recent-post-pna_ig {
  background-position: -253px -40px;
  width: 38px;
  height: 38px; }

.ico-quote {
  background-position: -300px 0;
  width: 41px;
  height: 31px; }

.ico-author-twitter {
  background-position: -300px -40px;
  width: 18px;
  height: 15px; }

.ico-author-email {
  background-position: -325px -40px;
  width: 20px;
  height: 16px; }

.ico-btn-caret {
  background-position: -300px -65px;
  width: 20px;
  height: 8px; }

.ico-hamburger {
  background-position: -355px 0;
  width: 31px;
  height: 16px; }

.ico-hamburger-alt {
  background-position: -400px 0;
  width: 31px;
  height: 16px; }

/*--------------------------------------------------------------
## Author Styles
--------------------------------------------------------------*/
body {
  font-family: 'DINWeb', sans-serif;
  font-weight: normal;
  color: #000; }

a:link,
a:visited,
a:hover,
a:active {
  color: #0054a7; }

.site {
  padding-top: 60px; }
  @media screen and (min-width: 415px) {
    .site {
      padding-top: 0; } }
  .ie8 .site {
    padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .site {
      padding-top: 0;
      max-width: 1250px;
      margin: 0 auto;
      position: relative; } }
  .ie8 .site {
    padding-top: 0;
    max-width: 1250px;
    margin: 0 auto;
    position: relative; }

#masthead {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all, 0.15s, ease-out;
  -moz-transition: all, 0.15s, ease-out;
  transition: all, 0.15s, ease-out;
  padding: 20px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.54);
  background: #FFF;
  background: rgba(255, 255, 255, 0.9); }
  #masthead::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 415px) {
    #masthead {
      position: absolute;
      padding: 20px 22px; } }
  .ie8 #masthead {
    position: absolute;
    padding: 20px 22px; }
  @media screen and (min-width: 1024px) {
    #masthead {
      position: absolute;
      padding: 20px 50px;
      box-shadow: none;
      width: 1250px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .ie8 #masthead {
    position: absolute;
    padding: 20px 50px;
    box-shadow: none;
    width: 1250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media screen and (min-width: 1025px) and (max-width: 1249px) {
    #masthead {
      width: 100%;
      left: 0;
      right: 0;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }
  .ie8 #masthead {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  #masthead .site-branding {
    float: left; }
  #masthead .site-title a {
    display: block; }
  #masthead .main-navigation {
    display: none; }
    @media screen and (min-width: 415px) {
      #masthead .main-navigation {
        display: block;
        float: right; }
        #masthead .main-navigation::after {
          clear: both;
          content: "";
          display: table; } }
    .ie8 #masthead .main-navigation {
      display: block;
      float: right; }
      .ie8 #masthead .main-navigation::after {
        clear: both;
        content: "";
        display: table; }
  #masthead .menu-toggle {
    display: block;
    float: right;
    /*
		.is-desktop &,
		.is-tablet & {
			display: none;
		}
*/ }
    .home #masthead .menu-toggle {
      display: none; }
    @media screen and (min-width: 415px) {
      #masthead .menu-toggle {
        display: none; } }
    .ie8 #masthead .menu-toggle {
      display: none; }
    @media screen and (min-width: 1024px) {
      #masthead .menu-toggle {
        display: none; } }
    .ie8 #masthead .menu-toggle {
      display: none; }

.site-footer {
  background: #ededed;
  color: #a3a3a3;
  font-size: 13px;
  margin-top: 50px;
  padding: 15px 10px;
  text-align: center; }
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 415px) {
    .site-footer {
      text-align: left; } }
  .ie8 .site-footer {
    text-align: left; }
  @media screen and (min-width: 1024px) {
    .site-footer {
      padding: 20px 50px; } }
  .ie8 .site-footer {
    padding: 20px 50px; }
  .site-footer a {
    color: inherit;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-inner {
    /*
		@include mq(desktop) {
			width: auto;
			margin: 0 20px;
		}
*/ }
    @media screen and (min-width: 1024px) {
      .site-footer .footer-inner {
        max-width: 1150px;
        margin: 0 auto; } }
    .ie8 .site-footer .footer-inner {
      max-width: 1150px;
      margin: 0 auto; }
  @media screen and (min-width: 415px) {
    .site-footer .footer-legal-copyright {
      float: left; } }
  .ie8 .site-footer .footer-legal-copyright {
    float: left; }
  @media screen and (min-width: 416px) and (max-width: 959px) {
    .site-footer .footer-legal-copyright {
      float: none;
      text-align: center; } }
  .ie8 .site-footer .footer-legal-copyright {
    float: none;
    text-align: center; }
  .site-footer .footer-menu {
    margin-top: 1em; }
    @media screen and (min-width: 415px) {
      .site-footer .footer-menu {
        margin: 0;
        float: right; } }
    .ie8 .site-footer .footer-menu {
      margin: 0;
      float: right; }
    @media screen and (min-width: 416px) and (max-width: 959px) {
      .site-footer .footer-menu {
        float: none;
        text-align: center; } }
    .ie8 .site-footer .footer-menu {
      float: none;
      text-align: center; }
    .site-footer .footer-menu .menu {
      margin: 0;
      padding: 0; }
    .site-footer .footer-menu .menu-item {
      display: inline-block;
      font-weight: 600; }
      .site-footer .footer-menu .menu-item:after {
        content: '|';
        padding-left: .5em;
        padding-right: .25em; }
      .site-footer .footer-menu .menu-item:last-child:after {
        display: none; }

/* 
## social menu 		*/
#social-menu {
  margin: 0;
  padding: 0; }
  #social-menu .menu-item {
    display: inline-block;
    margin-left: 18px; }
  #social-menu a {
    display: block;
    text-indent: -9999em;
    display: inline-block;
    vertical-align: middle;
    background: transparent url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      #social-menu a {
        background-image: url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite-2x.png");
        background-size: 625px 625px; } }
  #social-menu .nav-twitter a {
    background-position: -135px 0;
    width: 19px;
    height: 16px; }
    #social-menu .nav-twitter a:hover {
      background-position: -135px -20px; }
  #social-menu .nav-facebook a {
    background-position: -168px 0;
    width: 8px;
    height: 16px; }
    #social-menu .nav-facebook a:hover {
      background-position: -168px -20px; }
  #social-menu .nav-youtube a {
    background-position: -191px 0;
    width: 23px;
    height: 16px; }
    #social-menu .nav-youtube a:hover {
      background-position: -191px -20px; }
  #social-menu .nav-linkedin a {
    background-position: -227px 0;
    width: 19px;
    height: 16px; }
    #social-menu .nav-linkedin a:hover {
      background-position: -227px -20px; }
  #social-menu .nav-gplus a {
    background-position: -257px 0;
    width: 25px;
    height: 16px; }
    #social-menu .nav-gplus a:hover {
      background-position: -257px -20px; }
  #social-menu .nav-instagram a {
    background-position: -355px -25px;
    width: 24px;
    height: 24px; }
    #social-menu .nav-instagram a:hover {
      background-position: -390px -25px; }

.page-content {
  margin: 0 auto; }

/*
	## Homepage Posts
	
*/
.homepage-recent {
  padding-top: 39px; }
  .homepage-recent .entry-content {
    text-align: center;
    font-size: 13px;
    margin-bottom: 1em;
    color: #767676; }
    @media screen and (min-width: 415px) {
      .homepage-recent .entry-content {
        font-size: 18px; } }
    .ie8 .homepage-recent .entry-content {
      font-size: 18px; }
    @media screen and (min-width: 1024px) {
      .homepage-recent .entry-content {
        font-size: 28px; } }
    .ie8 .homepage-recent .entry-content {
      font-size: 28px; }
    .homepage-recent .entry-content p {
      margin: 0; }
    .homepage-recent .entry-content strong {
      font-weight: 200;
      color: #0054a7;
      display: block;
      width: 80%;
      margin: .25em auto 0;
      font-size: 28px;
      line-height: 1.1; }
      @media screen and (min-width: 415px) {
        .homepage-recent .entry-content strong {
          font-size: 28px; } }
      .ie8 .homepage-recent .entry-content strong {
        font-size: 28px; }
      @media screen and (min-width: 1024px) {
        .homepage-recent .entry-content strong {
          font-size: 46px;
          width: auto;
          margin: 0; } }
      .ie8 .homepage-recent .entry-content strong {
        font-size: 46px;
        width: auto;
        margin: 0; }

.homepage-hero {
  position: relative; }
  @media screen and (min-width: 415px) {
    .homepage-hero {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
      overflow: hidden; } }
  .ie8 .homepage-hero {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
    overflow: hidden; }
  .homepage-hero a {
    text-decoration: none; }
  .homepage-hero .post-title {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    font-weight: normal;
    font-size: 20px;
    width: 84%; }
    @media screen and (min-width: 415px) {
      .homepage-hero .post-title {
        font-size: 33px;
        width: auto;
        padding-right: 150px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        line-height: 1.1; } }
    .ie8 .homepage-hero .post-title {
      font-size: 33px;
      width: auto;
      padding-right: 150px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      line-height: 1.1; }
  .homepage-hero .post-img {
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s; }
    .homepage-hero .post-img img {
      display: block;
      width: 100%;
      height: 100%; }
  .homepage-hero .post-excerpt {
    display: none;
    font-size: 20px;
    margin-right: 30%; }
  .homepage-hero .post-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    @media screen and (min-width: 415px) {
      .homepage-hero .post-icon {
        right: 46px;
        bottom: 30px;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    .ie8 .homepage-hero .post-icon {
      right: 46px;
      bottom: 30px;
      top: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .homepage-hero .post-content {
    cursor: pointer;
    padding: 6px 12px 3px;
    position: relative;
    background-color: rgba(0, 84, 167, 0.8); }
    @media screen and (min-width: 415px) {
      .homepage-hero .post-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 50px;
        background-color: rgba(0, 84, 167, 0);
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
        box-shadow: inset 0 -120px 0 rgba(0, 84, 167, 0.8); } }
    .ie8 .homepage-hero .post-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0 50px;
      background-color: rgba(0, 84, 167, 0);
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
      box-shadow: inset 0 -120px 0 rgba(0, 84, 167, 0.8); }
  .homepage-hero .post-content-inner {
    color: #FFF; }
    @media screen and (min-width: 415px) {
      .homepage-hero .post-content-inner {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        padding-left: 50px;
        height: 120px; } }
    .ie8 .homepage-hero .post-content-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      padding-left: 50px;
      height: 120px; }
  @media screen and (min-width: 415px) {
    .homepage-hero:hover .post-content {
      background-color: rgba(0, 84, 167, 0.8);
      box-shadow: none; }
    .homepage-hero:hover .post-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .homepage-hero:hover .post-content-inner {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      bottom: auto;
      box-shadow: none; }
    .homepage-hero:hover .post-title {
      font-weight: bold;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0 0 30px;
      padding: 0; }
    .homepage-hero:hover .post-excerpt {
      display: block; } }
  .ie8 .homepage-hero:hover .post-content {
    background-color: rgba(0, 84, 167, 0.8);
    box-shadow: none; }
  .ie8 .homepage-hero:hover .post-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .ie8 .homepage-hero:hover .post-content-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    box-shadow: none; }
  .ie8 .homepage-hero:hover .post-title {
    font-weight: bold;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0 0 30px;
    padding: 0; }
  .ie8 .homepage-hero:hover .post-excerpt {
    display: block; }

.recent-posts::after {
  clear: both;
  content: "";
  display: table; }

.recent-posts .post,
.recent-posts .grid-sizer {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .recent-posts .post a,
  .recent-posts .grid-sizer a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .recent-posts .post .post-title,
  .recent-posts .grid-sizer .post-title {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    font-weight: normal;
    font-size: 19px;
    margin: 15px 0; }
  .recent-posts .post .post-img:after,
  .recent-posts .grid-sizer .post-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 67%;
    background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.72));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.72));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.72));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.72)); }
  .recent-posts .post .post-img img,
  .recent-posts .grid-sizer .post-img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
    overflow: hidden; }
  .recent-posts .post .post-excerpt,
  .recent-posts .grid-sizer .post-excerpt {
    font-size: 14px;
    margin-right: 15%;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
    max-height: 0; }
  .recent-posts .post .post-icon,
  .recent-posts .grid-sizer .post-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    display: none; }
  .recent-posts .post .post-content,
  .recent-posts .grid-sizer .post-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 50px;
    cursor: pointer;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s; }
  .recent-posts .post .post-content-inner,
  .recent-posts .grid-sizer .post-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    color: #FFF;
    padding: 0 15px; }
  .recent-posts .post:hover .post-content,
  .recent-posts .grid-sizer:hover .post-content {
    background: rgba(0, 84, 167, 0.8); }
  .recent-posts .post:hover .post-content-inner,
  .recent-posts .grid-sizer:hover .post-content-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto; }
  .recent-posts .post:hover .post-title,
  .recent-posts .grid-sizer:hover .post-title {
    margin-bottom: .5em;
    font-weight: bold; }
  .recent-posts .post:hover .post-excerpt,
  .recent-posts .grid-sizer:hover .post-excerpt {
    opacity: 1;
    max-height: 360px; }
  .recent-posts .post:hover .post-icon,
  .recent-posts .grid-sizer:hover .post-icon {
    display: block; }
  .recent-posts .post:hover .post-img img,
  .recent-posts .grid-sizer:hover .post-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.recent-posts .other-videos-see-more {
  clear: both;
  display: block; }
  .recent-posts .other-videos-see-more .btn {
    display: block; }
    .recent-posts .other-videos-see-more .btn .ico {
      margin-left: 5px;
      margin-top: -1px; }

.filter-search-container {
  position: relative;
  margin-bottom: 25px; }

.filter-search-bar {
  height: 67px; }
  .filter-search-bar::after {
    clear: both;
    content: "";
    display: table; }

.post-filter-panel {
  height: 100%;
  background: rgba(244, 244, 244, 0.95);
  font-size: 21px; }
  .post-filter-panel a {
    text-decoration: none;
    color: #0054a7;
    display: inline-block;
    padding: 1em 1em 0;
    height: 100%;
    font-weight: 500; }
    .post-filter-panel a:hover {
      color: #4abceb; }
    .post-filter-panel a.is-expanded {
      color: #656565; }
      .post-filter-panel a.is-expanded:hover {
        color: #656565; }
    .post-filter-panel a .zmdi {
      display: inline-block;
      margin-left: .5em; }

#post-filter-drawer {
  display: none;
  padding: 0 25px 25px;
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  width: 93.5%;
  background: rgba(244, 244, 244, 0.95);
  z-index: 10; }
  #post-filter-drawer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 0px) and (max-width: 1024px) {
    #post-filter-drawer {
      width: 100%; } }
  .ie8 #post-filter-drawer {
    width: 100%; }
  #post-filter-drawer #filter-apply {
    clear: both;
    text-transform: none;
    font-family: 'DINWeb', sans-serif;
    width: 100%;
    font-size: 18px;
    padding: 1em 3em 0.9em;
    font-weight: 500; }
    #post-filter-drawer #filter-apply .zmdi {
      margin-left: .5em; }
    #post-filter-drawer #filter-apply:hover {
      background-color: #4abceb;
      box-shadow: 0 4px 0 #3e9cc3; }
    #post-filter-drawer #filter-apply:active {
      box-shadow: none; }
    #post-filter-drawer #filter-apply:disabled {
      background-color: #d6d6d6;
      box-shadow: none; }
    @media screen and (min-width: 640px) and (max-width: 1024px) {
      #post-filter-drawer #filter-apply {
        float: right;
        width: auto;
        font-size: 18px;
        padding: 0.75em 2em 0.6em; }
        #post-filter-drawer #filter-apply .zmdi {
          margin-left: .25em; } }
    .ie8 #post-filter-drawer #filter-apply {
      float: right;
      width: auto;
      font-size: 18px;
      padding: 0.75em 2em 0.6em; }
      .ie8 #post-filter-drawer #filter-apply .zmdi {
        margin-left: .25em; }
    @media screen and (min-width: 1024px) {
      #post-filter-drawer #filter-apply {
        width: auto;
        float: right;
        font-size: 20px;
        padding: 1em 3em 0.9em; } }
    .ie8 #post-filter-drawer #filter-apply {
      width: auto;
      float: right;
      font-size: 20px;
      padding: 1em 3em 0.9em; }

.post-filter-button {
  display: block;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: .5em; }
  @media screen and (min-width: 640px) and (max-width: 10000px) {
    .post-filter-button {
      width: 24.5%;
      float: left;
      margin-left: .666%;
      margin-bottom: .666%; }
      .post-filter-button:nth-of-type(4n+1) {
        clear: both;
        margin-left: 0; }
      #selected-filters .post-filter-button {
        width: 19%; }
        #selected-filters .post-filter-button:nth-of-type(4n+1) {
          clear: none;
          margin-left: .666%; }
        #selected-filters .post-filter-button:nth-of-type(5n+1) {
          clear: both;
          margin-left: 0; } }
  .ie8 .post-filter-button {
    width: 24.5%;
    float: left;
    margin-left: .666%;
    margin-bottom: .666%; }
    .ie8 .post-filter-button:nth-of-type(4n+1) {
      clear: both;
      margin-left: 0; }
    #selected-filters .ie8 .post-filter-button {
      width: 19%; }
      #selected-filters .ie8 .post-filter-button:nth-of-type(4n+1) {
        clear: none;
        margin-left: .666%; }
      #selected-filters .ie8 .post-filter-button:nth-of-type(5n+1) {
        clear: both;
        margin-left: 0; }
  .post-filter-button label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    padding: 1em 0.75em 0.75em;
    text-align: center;
    background-color: #FFF;
    color: #0054a7; }
    .post-filter-button label::after {
      clear: both;
      content: "";
      display: table; }
    .post-filter-button label:hover {
      background-color: #0054a7;
      color: #FFF; }
      .post-filter-button label:hover .zmdi {
        color: #4abceb; }
    @media screen and (min-width: 0px) and (max-width: 1024px) {
      .post-filter-button label {
        padding: 0.75em 0.75em 0.6em; }
        .post-filter-button label .zmdi {
          margin-left: .25em; } }
    .ie8 .post-filter-button label {
      padding: 0.75em 0.75em 0.6em; }
      .ie8 .post-filter-button label .zmdi {
        margin-left: .25em; }
    #selected-filters .post-filter-button label {
      background-color: #0054a7;
      color: #FFF;
      font-size: 13px; }
      #selected-filters .post-filter-button label .zmdi {
        display: inline-block; }
  .post-filter-button .cb-term-filter {
    position: absolute;
    left: -9999em; }
    .post-filter-button .cb-term-filter:checked + label {
      background-color: #0054a7;
      color: #FFF; }
      .post-filter-button .cb-term-filter:checked + label .zmdi {
        display: inline-block; }
  .post-filter-button .zmdi {
    display: none;
    margin-left: .5em;
    line-height: 0;
    position: relative;
    top: 1px; }

#selected-filters {
  margin-top: 1.3%;
  clear: both;
  position: relative; }
  #selected-filters::after {
    clear: both;
    content: "";
    display: table; }
  #selected-filters #clear-all-filters {
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center; }
    @media screen and (min-width: 415px) {
      #selected-filters #clear-all-filters {
        position: absolute;
        right: 0;
        display: inline-block;
        text-align: right;
        margin-left: 1em;
        padding: 0.5em 0 0.4em 1em; } }
    .ie8 #selected-filters #clear-all-filters {
      position: absolute;
      right: 0;
      display: inline-block;
      text-align: right;
      margin-left: 1em;
      padding: 0.5em 0 0.4em 1em; }
    @media screen and (min-width: 1024px) {
      #selected-filters #clear-all-filters {
        height: auto;
        right: 75px;
        top: 0;
        margin: 0;
        display: inline-block;
        text-align: right;
        margin-left: 1em;
        padding: 0.5em 0 0.4em 1em; } }
    .ie8 #selected-filters #clear-all-filters {
      height: auto;
      right: 75px;
      top: 0;
      margin: 0;
      display: inline-block;
      text-align: right;
      margin-left: 1em;
      padding: 0.5em 0 0.4em 1em; }
  @media screen and (min-width: 415px) {
    #selected-filters {
      padding-right: 8%; } }
  .ie8 #selected-filters {
    padding-right: 8%; }
  @media screen and (min-width: 1024px) {
    #selected-filters {
      padding-right: 13%; } }
  .ie8 #selected-filters {
    padding-right: 13%; }

@media screen and (min-width: 1250px) and (max-width: 10000px) {
  /* 760 + 20 + 370 == 1150 */
  .page-content {
    width: 1150px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 370px;
    height: 370px; }
  .recent-posts .post-wide {
    width: 760px; } }

.ie8 {
  /* 760 + 20 + 370 == 1150 */ }
  .ie8 .page-content {
    width: 1150px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 370px;
    height: 370px; }
  .ie8 .recent-posts .post-wide {
    width: 760px; }

@media screen and (min-width: 1150px) and (max-width: 1249px) {
  /* 720 + 20 + 350 == 1090 */
  .page-content {
    width: 1090px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 350px;
    height: 350px; }
  .recent-posts .post-wide {
    width: 720px; } }

.ie8 {
  /* 720 + 20 + 350 == 1090 */ }
  .ie8 .page-content {
    width: 1090px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 350px;
    height: 350px; }
  .ie8 .recent-posts .post-wide {
    width: 720px; }

@media screen and (min-width: 1024px) and (max-width: 1149px) {
  /* 640 + 20 + 310 == 970 */
  .page-content {
    width: 970px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 310px;
    height: 310px; }
  .recent-posts .post-wide {
    width: 640px; } }

.ie8 {
  /* 640 + 20 + 310 == 970 */ }
  .ie8 .page-content {
    width: 970px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 310px;
    height: 310px; }
  .ie8 .recent-posts .post-wide {
    width: 640px; }

@media screen and (min-width: 960px) and (max-width: 1023px) {
  /* 600 + 20 + 290 == 910 */
  .page-content {
    width: 910px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 290px;
    height: 290px; }
    .recent-posts .post .post-title,
    .recent-posts .grid-sizer .post-title {
      font-size: 17px; }
    .recent-posts .post .post-excerpt,
    .recent-posts .grid-sizer .post-excerpt {
      font-size: 13px; }
  .recent-posts .post-wide {
    width: 600px; } }

.ie8 {
  /* 600 + 20 + 290 == 910 */ }
  .ie8 .page-content {
    width: 910px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 290px;
    height: 290px; }
    .ie8 .recent-posts .post .post-title,
    .ie8 .recent-posts .grid-sizer .post-title {
      font-size: 17px; }
    .ie8 .recent-posts .post .post-excerpt,
    .ie8 .recent-posts .grid-sizer .post-excerpt {
      font-size: 13px; }
  .ie8 .recent-posts .post-wide {
    width: 600px; }

@media screen and (min-width: 769px) and (max-width: 959px) {
  /* 480 + 20 + 230 == 730 */
  .page-content {
    width: 730px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 230px;
    height: 230px; }
    .recent-posts .post .post-title,
    .recent-posts .grid-sizer .post-title {
      font-size: 15px; }
    .recent-posts .post .post-excerpt,
    .recent-posts .grid-sizer .post-excerpt {
      font-size: 12px; }
  .recent-posts .post-wide {
    width: 480px; } }

.ie8 {
  /* 480 + 20 + 230 == 730 */ }
  .ie8 .page-content {
    width: 730px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 230px;
    height: 230px; }
    .ie8 .recent-posts .post .post-title,
    .ie8 .recent-posts .grid-sizer .post-title {
      font-size: 15px; }
    .ie8 .recent-posts .post .post-excerpt,
    .ie8 .recent-posts .grid-sizer .post-excerpt {
      font-size: 12px; }
  .ie8 .recent-posts .post-wide {
    width: 480px; }

@media screen and (min-width: 640px) and (max-width: 768px) {
  /* 408 + 20 + 194 == 622 */
  .page-content {
    width: 622px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 194px;
    height: 194px; }
    .recent-posts .post .post-title,
    .recent-posts .grid-sizer .post-title {
      font-size: 14px; }
    .recent-posts .post .post-excerpt,
    .recent-posts .grid-sizer .post-excerpt {
      font-size: 12px; }
  .recent-posts .post-wide {
    width: 408px; } }

.ie8 {
  /* 408 + 20 + 194 == 622 */ }
  .ie8 .page-content {
    width: 622px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 194px;
    height: 194px; }
    .ie8 .recent-posts .post .post-title,
    .ie8 .recent-posts .grid-sizer .post-title {
      font-size: 14px; }
    .ie8 .recent-posts .post .post-excerpt,
    .ie8 .recent-posts .grid-sizer .post-excerpt {
      font-size: 12px; }
  .ie8 .recent-posts .post-wide {
    width: 408px; }

@media screen and (min-width: 550px) and (max-width: 639px) {
  /* 348 + 20 + 164 == 532 */
  .page-content {
    width: 532px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 164px;
    height: 164px; }
    .recent-posts .post .post-title,
    .recent-posts .grid-sizer .post-title {
      font-size: 12px; }
    .recent-posts .post .post-excerpt,
    .recent-posts .grid-sizer .post-excerpt {
      font-size: 10px; }
  .recent-posts .post-wide {
    width: 348px; } }

.ie8 {
  /* 348 + 20 + 164 == 532 */ }
  .ie8 .page-content {
    width: 532px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 164px;
    height: 164px; }
    .ie8 .recent-posts .post .post-title,
    .ie8 .recent-posts .grid-sizer .post-title {
      font-size: 12px; }
    .ie8 .recent-posts .post .post-excerpt,
    .ie8 .recent-posts .grid-sizer .post-excerpt {
      font-size: 10px; }
  .ie8 .recent-posts .post-wide {
    width: 348px; }

@media screen and (min-width: 415px) and (max-width: 549px) {
  /* 266 + 20 + 123 == 409 */
  .page-content {
    width: 409px; }
  .recent-posts .post,
  .recent-posts .grid-sizer {
    width: 123px;
    height: 123px; }
    .recent-posts .post .post-content-inner,
    .recent-posts .grid-sizer .post-content-inner {
      padding: 0 5px; }
    .recent-posts .post .post-title,
    .recent-posts .grid-sizer .post-title {
      font-size: 10px;
      font-weight: 300; }
    .recent-posts .post .post-excerpt,
    .recent-posts .grid-sizer .post-excerpt {
      font-size: 8px; }
  .recent-posts .post-wide {
    width: 266px; } }

.ie8 {
  /* 266 + 20 + 123 == 409 */ }
  .ie8 .page-content {
    width: 409px; }
  .ie8 .recent-posts .post,
  .ie8 .recent-posts .grid-sizer {
    width: 123px;
    height: 123px; }
    .ie8 .recent-posts .post .post-content-inner,
    .ie8 .recent-posts .grid-sizer .post-content-inner {
      padding: 0 5px; }
    .ie8 .recent-posts .post .post-title,
    .ie8 .recent-posts .grid-sizer .post-title {
      font-size: 10px;
      font-weight: 300; }
    .ie8 .recent-posts .post .post-excerpt,
    .ie8 .recent-posts .grid-sizer .post-excerpt {
      font-size: 8px; }
  .ie8 .recent-posts .post-wide {
    width: 266px; }

@media screen and (min-width: 320px) and (max-width: 414px) {
  .page-content {
    width: 97%;
    margin: 0 auto; }
  .recent-posts .post,
  .recent-posts .grid-sizer,
  .recent-posts .post-wide {
    float: none;
    width: 100%;
    height: 0;
    padding-top: 100%; } }

.ie8 .page-content {
  width: 97%;
  margin: 0 auto; }

.ie8 .recent-posts .post,
.ie8 .recent-posts .grid-sizer,
.ie8 .recent-posts .post-wide {
  float: none;
  width: 100%;
  height: 0;
  padding-top: 100%; }

.posts-container {
  position: relative;
  /*
	width: 1170px;
	left: -10px;
	right: -10px;
*/ }

.btn,
a.btn,
input.btn
button.btn {
  display: inline-block;
  background-color: #0054a7;
  text-align: center;
  font-size: 19px;
  font-family: 'DINWeb-Cond', sans-serif;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 19px 8px;
  box-shadow: 0 4px 0 #003263;
  position: relative;
  border: none; }
  .btn:active,
  a.btn:active,
  input.btn
button.btn:active {
    top: 4px;
    box-shadow: none; }
  .btn:disabled:active,
  a.btn:disabled:active,
  input.btn
button.btn:disabled:active {
    top: 0; }

.post-hero {
  margin-bottom: 17px; }
  @media screen and (min-width: 415px) {
    .post-hero {
      margin-bottom: 55px; } }
  .ie8 .post-hero {
    margin-bottom: 55px; }
  .post-hero img {
    display: block; }
  .post-hero .lede-youtube-player {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin-top: 0; }
    @media screen and (min-width: 415px) {
      .post-hero .lede-youtube-player {
        margin-top: 60px; } }
    .ie8 .post-hero .lede-youtube-player {
      margin-top: 60px; }
    .post-hero .lede-youtube-player .yt-bkgd-img {
      display: none; }
    .post-hero .lede-youtube-player .yt-poster-img {
      position: absolute;
      top: 0;
      left: 0; }
      .post-hero .lede-youtube-player .yt-poster-img .yt-play-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .post-hero .lede-youtube-player .yt-poster-img .yt-play-button .zmdi {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          font-size: 84px;
          color: #000; }
          .post-hero .lede-youtube-player .yt-poster-img .yt-play-button .zmdi:after {
            content: '';
            display: block;
            background: #FFF;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            width: 50px;
            height: 30px;
            z-index: 0; }
          .post-hero .lede-youtube-player .yt-poster-img .yt-play-button .zmdi:before {
            z-index: 1;
            position: relative; }
        .post-hero .lede-youtube-player .yt-poster-img .yt-play-button:hover .zmdi {
          color: #b31217; }
  .post-hero .yt-player-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .post-hero.hero-404 {
    height: 120px;
    padding-top: 0; }

.post-hed {
  position: relative;
  width: auto;
  margin: 0 12px;
  padding-bottom: 1em;
  border-bottom: 1px solid #959595; }
  .post-hed::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 415px) {
    .post-hed {
      width: 90%;
      margin: 0 auto; } }
  .ie8 .post-hed {
    width: 90%;
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .post-hed {
      width: 54.96%;
      margin-left: 15%; } }
  .ie8 .post-hed {
    width: 54.96%;
    margin-left: 15%; }
  .post-hed .post-title {
    font-size: 35px;
    font-weight: 200;
    color: #000;
    line-height: 1.02;
    margin: 0; }
    @media screen and (min-width: 415px) {
      .post-hed .post-title {
        font-size: 48px; } }
    .ie8 .post-hed .post-title {
      font-size: 48px; }
  .post-hed .post-byline {
    margin: 20px 0 0;
    font-size: 15px;
    font-weight: bold; }
    @media screen and (min-width: 415px) {
      .post-hed .post-byline {
        margin-right: 220px; } }
    .ie8 .post-hed .post-byline {
      margin-right: 220px; }
  .post-hed .post-author {
    color: #0054a7; }

.post-sharing {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 415px) {
    .post-hed .post-sharing {
      position: relative;
      right: 0;
      top: -1.5em;
      margin: 0; }
      .post-hed .post-sharing.no-byline {
        margin-top: 20px;
        position: static; } }
  .ie8 .post-hed .post-sharing {
    position: relative;
    right: 0;
    top: -1.5em;
    margin: 0; }
    .ie8 .post-hed .post-sharing.no-byline {
      margin-top: 20px;
      position: static; }
  .post-sharing .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin: 0 !important;
    padding: 0 !important; }
    .post-sharing .shareaholic-share-buttons-container ul.shareaholic-share-buttons li.shareaholic-share-button {
      padding: 0 !important; }

.single-content {
  width: auto;
  margin: 0 12px;
  padding-top: 42px; }
  @media screen and (min-width: 415px) {
    .single-content {
      width: 90%;
      margin: 0 auto; } }
  .ie8 .single-content {
    width: 90%;
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .single-content {
      float: left;
      width: 54.96%;
      margin-left: 15%; } }
  .ie8 .single-content {
    float: left;
    width: 54.96%;
    margin-left: 15%; }

.single-pna_ig .site-content {
  padding-top: 15px; }
  @media screen and (min-width: 415px) {
    .single-pna_ig .site-content {
      padding-top: 75px; } }
  .ie8 .single-pna_ig .site-content {
    padding-top: 75px; }

@media screen and (min-width: 1024px) {
  .single-pna_ig .single-content,
  .single-pna_ig .post-hed,
  .single-pna_ig .pna-related-posts {
    width: 70.4%;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.ie8 .single-pna_ig .single-content,
.ie8 .single-pna_ig .post-hed,
.ie8 .single-pna_ig .pna-related-posts {
  width: 70.4%;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.single-pna_ig .infographic {
  margin-bottom: 31px; }
  .single-pna_ig .infographic .ig-help {
    font-size: 14px;
    color: #818181;
    font-style: italic; }
  .single-pna_ig .infographic p {
    margin: 0; }
  .single-pna_ig .infographic img {
    width: 100%;
    height: auto;
    display: block; }

.pna-post-inner {
  /*
	width: 48.7%;
	margin-left: 21.3%;
*/
  /*
	
	width: 687px;
	margin-left: 186px;
*/
  font-size: 15px;
  color: #000; }
  .pna-post-inner p {
    margin: 0 0 1.5em; }
  .pna-post-inner h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #0054a7;
    margin: 0 0 1em; }
  .pna-post-inner blockquote {
    margin: 2em 0.5em;
    display: block;
    position: relative;
    padding-left: 68px;
    font-size: 20px;
    font-style: italic;
    color: #0054a7;
    line-height: 1.3; }
    @media screen and (min-width: 415px) {
      .pna-post-inner blockquote {
        margin: 2em 0;
        padding-right: 68px; } }
    .ie8 .pna-post-inner blockquote {
      margin: 2em 0;
      padding-right: 68px; }
    .pna-post-inner blockquote p {
      margin: 0; }
    .pna-post-inner blockquote:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      background: transparent url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite.png");
      background-position: -300px 0;
      width: 41px;
      height: 31px;
      position: absolute;
      display: block;
      left: 0;
      top: 2px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .pna-post-inner blockquote:before {
          background-image: url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite-2x.png");
          background-size: 625px 625px; } }

.pna-related-posts {
  width: auto;
  margin: 0 12px;
  border-top: 5px solid #0054a7;
  padding-top: 39px;
  margin-bottom: 60px; }
  @media screen and (min-width: 415px) {
    .pna-related-posts {
      width: 90%;
      margin: 0 auto; } }
  .ie8 .pna-related-posts {
    width: 90%;
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .pna-related-posts {
      float: right;
      width: 20%;
      margin: 0 5% 0 0; } }
  .ie8 .pna-related-posts {
    float: right;
    width: 20%;
    margin: 0 5% 0 0; }
  .pna-related-posts h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #d5d5d5; }
  .pna-related-posts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px; }
  .pna-related-posts li {
    border-bottom: 1px solid #d5d5d5;
    padding: 14px 0 10px 0; }
  .pna-related-posts a {
    color: #0054a7;
    text-decoration: none;
    font-weight: 600; }
  .related-posts-after-post .pna-related-posts {
    display: none; }
    @media screen and (min-width: 1024px) {
      .related-posts-after-post .pna-related-posts {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 60px; } }
    .ie8 .related-posts-after-post .pna-related-posts {
      display: block;
      width: 100%;
      float: none;
      margin-bottom: 60px; }

.single-recent {
  clear: both; }
  .single-recent .recent-hed {
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    color: #000; }

.post-gallery {
  width: 100%;
  margin-bottom: 1.5em; }
  .post-gallery::after {
    clear: both;
    content: "";
    display: table; }
  .post-gallery + .post-gallery {
    margin-top: -1.25em; }
  @media screen and (min-width: 415px) {
    .post-gallery {
      position: relative;
      overflow: hidden;
      width: 100%; } }
  .ie8 .post-gallery {
    position: relative;
    overflow: hidden;
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .post-gallery {
      width: 1250px;
      height: 497px;
      overflow: hidden;
      position: relative;
      left: 0;
      -webkit-transform: translateX(-15%);
      -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transform: translateX(-15%); } }
  .ie8 .post-gallery {
    width: 1250px;
    height: 497px;
    overflow: hidden;
    position: relative;
    left: 0;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%); }
  @media screen and (min-width: 1025px) and (max-width: 1249px) {
    .post-gallery {
      width: 181.95%;
      height: auto;
      -webkit-transform: translateX(-15%);
      -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transform: translateX(-15%); } }
  .ie8 .post-gallery {
    width: 181.95%;
    height: auto;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%); }
  .post-gallery.post-gallery-video {
    height: auto; }
  .post-gallery .gallery-wide-container {
    width: 100%;
    position: relative;
    margin-bottom: 4px; }
    .post-gallery .gallery-wide-container img {
      width: 100%;
      height: auto; }
  .post-gallery .gallery-narrow-container {
    width: 100%; }
    .post-gallery .gallery-narrow-container img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 7px; }
      @media screen and (min-width: 415px) {
        .post-gallery .gallery-narrow-container img {
          margin: 0; } }
      .ie8 .post-gallery .gallery-narrow-container img {
        margin: 0; }
  .post-gallery.post-gallery-mixed .gallery-wide-container,
  .post-gallery.post-gallery-video .gallery-wide-container,
  .post-gallery.post-gallery-images .gallery-wide-container,
  .post-gallery.post-gallery-mixed_r .gallery-wide-container,
  .post-gallery.post-gallery-images_r .gallery-wide-container {
    height: 0;
    padding-top: 56.25%; }
    @media screen and (min-width: 415px) {
      .post-gallery.post-gallery-mixed .gallery-wide-container,
      .post-gallery.post-gallery-video .gallery-wide-container,
      .post-gallery.post-gallery-images .gallery-wide-container,
      .post-gallery.post-gallery-mixed_r .gallery-wide-container,
      .post-gallery.post-gallery-images_r .gallery-wide-container {
        padding-top: 39.9%;
        margin-bottom: 0; } }
    .ie8 .post-gallery.post-gallery-mixed .gallery-wide-container,
    .ie8 .post-gallery.post-gallery-video .gallery-wide-container,
    .ie8 .post-gallery.post-gallery-images .gallery-wide-container,
    .ie8 .post-gallery.post-gallery-mixed_r .gallery-wide-container,
    .ie8 .post-gallery.post-gallery-images_r .gallery-wide-container {
      padding-top: 39.9%;
      margin-bottom: 0; }
  .post-gallery.post-gallery-video .gallery-wide-container {
    height: 0;
    padding-top: 62.5%;
    margin-bottom: 0; }
  .post-gallery .gallery-yt-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (min-width: 415px) {
    .post-gallery.post-gallery-mixed .gallery-wide-container,
    .post-gallery.post-gallery-images .gallery-wide-container {
      width: 71.3%;
      float: left; } }
  .ie8 .post-gallery.post-gallery-mixed .gallery-wide-container,
  .ie8 .post-gallery.post-gallery-images .gallery-wide-container {
    width: 71.3%;
    float: left; }
  .post-gallery.post-gallery-mixed .gallery-wide-container .gallery-img-container,
  .post-gallery.post-gallery-images .gallery-wide-container .gallery-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .post-gallery.post-gallery-mixed .gallery-narrow-container,
  .post-gallery.post-gallery-images .gallery-narrow-container {
    position: relative; }
    @media screen and (min-width: 415px) {
      .post-gallery.post-gallery-mixed .gallery-narrow-container,
      .post-gallery.post-gallery-images .gallery-narrow-container {
        width: 28.35%;
        float: right; } }
    .ie8 .post-gallery.post-gallery-mixed .gallery-narrow-container,
    .ie8 .post-gallery.post-gallery-images .gallery-narrow-container {
      width: 28.35%;
      float: right; }
    .post-gallery.post-gallery-mixed .gallery-narrow-container img,
    .post-gallery.post-gallery-images .gallery-narrow-container img {
      margin-bottom: 4px; }
      @media screen and (min-width: 415px) {
        .post-gallery.post-gallery-mixed .gallery-narrow-container img,
        .post-gallery.post-gallery-images .gallery-narrow-container img {
          margin-bottom: 4px; } }
      .ie8 .post-gallery.post-gallery-mixed .gallery-narrow-container img,
      .ie8 .post-gallery.post-gallery-images .gallery-narrow-container img {
        margin-bottom: 4px; }
    .post-gallery.post-gallery-mixed .gallery-narrow-container .gallery-img-bottom,
    .post-gallery.post-gallery-images .gallery-narrow-container .gallery-img-bottom {
      margin: 0; }
  @media screen and (min-width: 415px) {
    .post-gallery.post-gallery-mixed_r .gallery-wide-container,
    .post-gallery.post-gallery-images_r .gallery-wide-container {
      width: 71.3%;
      float: right; } }
  .ie8 .post-gallery.post-gallery-mixed_r .gallery-wide-container,
  .ie8 .post-gallery.post-gallery-images_r .gallery-wide-container {
    width: 71.3%;
    float: right; }
  .post-gallery.post-gallery-mixed_r .gallery-wide-container .gallery-img-container,
  .post-gallery.post-gallery-images_r .gallery-wide-container .gallery-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .post-gallery.post-gallery-mixed_r .gallery-narrow-container,
  .post-gallery.post-gallery-images_r .gallery-narrow-container {
    position: relative; }
    @media screen and (min-width: 415px) {
      .post-gallery.post-gallery-mixed_r .gallery-narrow-container,
      .post-gallery.post-gallery-images_r .gallery-narrow-container {
        width: 28.35%;
        float: left; } }
    .ie8 .post-gallery.post-gallery-mixed_r .gallery-narrow-container,
    .ie8 .post-gallery.post-gallery-images_r .gallery-narrow-container {
      width: 28.35%;
      float: left; }
    .post-gallery.post-gallery-mixed_r .gallery-narrow-container img,
    .post-gallery.post-gallery-images_r .gallery-narrow-container img {
      margin-bottom: 4px; }
      @media screen and (min-width: 415px) {
        .post-gallery.post-gallery-mixed_r .gallery-narrow-container img,
        .post-gallery.post-gallery-images_r .gallery-narrow-container img {
          margin-bottom: 4px; } }
      .ie8 .post-gallery.post-gallery-mixed_r .gallery-narrow-container img,
      .ie8 .post-gallery.post-gallery-images_r .gallery-narrow-container img {
        margin-bottom: 4px; }
    .post-gallery.post-gallery-mixed_r .gallery-narrow-container .gallery-img-bottom,
    .post-gallery.post-gallery-images_r .gallery-narrow-container .gallery-img-bottom {
      margin: 0; }
  .post-gallery img {
    display: block; }

.post-author-info {
  padding: 25px 0;
  position: relative;
  border-top: 1px solid #000;
  margin-top: 22px; }
  .post-author-info::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 415px) {
    .post-author-info {
      padding: 27px 0 27px 115px; } }
  .ie8 .post-author-info {
    padding: 27px 0 27px 115px; }
  @media screen and (min-width: 415px) {
    .post-author-info {
      margin: 32px 0 70px;
      border-bottom: 1px solid #000; } }
  .ie8 .post-author-info {
    margin: 32px 0 70px;
    border-bottom: 1px solid #000; }
  .post-author-info.is-long-article {
    border-bottom: none;
    margin-bottom: 0; }
    @media screen and (min-width: 415px) {
      .post-author-info.is-long-article {
        margin-bottom: 16px; } }
    .ie8 .post-author-info.is-long-article {
      margin-bottom: 16px; }
  .post-author-info .post-author-thumb {
    width: 80px;
    float: left;
    margin-right: 5px; }
    @media screen and (min-width: 415px) {
      .post-author-info .post-author-thumb {
        position: absolute;
        left: 0;
        top: 25px;
        margin: 0;
        float: none; } }
    .ie8 .post-author-info .post-author-thumb {
      position: absolute;
      left: 0;
      top: 25px;
      margin: 0;
      float: none; }
  .post-author-info .post-author-data {
    font-weight: bold;
    font-size: 17px; }
  .post-author-info .post-author-title {
    margin-right: .5em; }
  .post-author-info .post-author-twitter {
    margin-right: .5em; }
  .post-author-info .post-author-name-title {
    padding-right: 65px; }
    @media screen and (min-width: 415px) {
      .post-author-info .post-author-name-title {
        margin-bottom: .5em;
        padding: 0; } }
    .ie8 .post-author-info .post-author-name-title {
      margin-bottom: .5em;
      padding: 0; }
    .post-author-info .post-author-name-title .separator {
      display: none; }
      @media screen and (min-width: 415px) {
        .post-author-info .post-author-name-title .separator {
          display: inline-block; } }
      .ie8 .post-author-info .post-author-name-title .separator {
        display: inline-block; }
    .post-author-info .post-author-name-title .post-author-title {
      display: block; }
      @media screen and (min-width: 415px) {
        .post-author-info .post-author-name-title .post-author-title {
          display: inline-block;
          padding-left: .3em; } }
      .ie8 .post-author-info .post-author-name-title .post-author-title {
        display: inline-block;
        padding-left: .3em; }
  .post-author-info .post-author-social {
    position: absolute;
    right: 5px;
    top: 25px;
    /*
		float: right;
		margin-left: .5em;
		margin-top: -2px;
		margin-bottom: 2px;
*/ }
    @media screen and (min-width: 415px) {
      .post-author-info .post-author-social {
        position: static;
        margin-bottom: .5em;
        display: inline-block;
        vertical-align: top;
        line-height: 1; } }
    .ie8 .post-author-info .post-author-social {
      position: static;
      margin-bottom: .5em;
      display: inline-block;
      vertical-align: top;
      line-height: 1; }
  .post-author-info .post-author-bio {
    clear: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    margin: .5em 0 0; }
    @media screen and (min-width: 415px) {
      .post-author-info .post-author-bio {
        clear: both; } }
    .ie8 .post-author-info .post-author-bio {
      clear: both; }
    .post-author-info .post-author-bio p {
      margin: 0; }

@media screen and (min-width: 320px) and (max-width: 414px) {
  html,
  body,
  .pna-drawer-container,
  .pna-drawer-pusher,
  .pna-drawer-content {
    height: 100%; }
  .pna-drawer-container {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .pna-drawer-container.pna-menu-open {
      overflow: hidden; }
  .pna-drawer-content {
    position: relative;
    z-index: 1;
    overflow-y: scroll; }
  .pna-drawer-menu {
    position: absolute;
    right: -230px;
    top: 0;
    bottom: 0;
    width: 230px;
    background: #0054a7;
    z-index: 10000;
    visibility: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform, 0.5s;
    -moz-transition: -moz-transform, 0.5s;
    transition: transform, 0.5s; }
    .pna-menu-open .pna-drawer-menu {
      -webkit-transform: translate3d(-230px, 0, 0);
      -moz-transform: translate3d(-230px, 0, 0);
      -ms-transform: translate3d(-230px, 0, 0);
      -o-transform: translate3d(-230px, 0, 0);
      transform: translate3d(-230px, 0, 0);
      visibility: visible; }
  .pna-drawer-pusher {
    position: relative;
    z-index: 99;
    height: 100%;
    right: 0;
    -webkit-transition: transform(0.5s);
    -moz-transition: transform(0.5s);
    transition: transform(0.5s);
    /*
		&:after {
			position: absolute;
			top: 0;
			right: 0;
			width: 0;
			height: 0;
			background: rgba(0, 0, 0, .5);
			content: '';
			opacity: 0;
			@include transition(opacity .5s, width .1s .5s, height .1s .5s);
			z-index: 10000;
			
			.pna-menu-open & {
				
				width: 100%;
				height: 100%;
				opacity: 1;
				@include transition(opacity .5s);
			}


		}
*/ } }

.ie8 html,
.ie8 body,
.ie8 .pna-drawer-container,
.ie8 .pna-drawer-pusher,
.ie8 .pna-drawer-content {
  height: 100%; }

.ie8 .pna-drawer-container {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .ie8 .pna-drawer-container.pna-menu-open {
    overflow: hidden; }

.ie8 .pna-drawer-content {
  position: relative;
  z-index: 1;
  overflow-y: scroll; }

.ie8 .pna-drawer-menu {
  position: absolute;
  right: -230px;
  top: 0;
  bottom: 0;
  width: 230px;
  background: #0054a7;
  z-index: 10000;
  visibility: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  transition: transform, 0.5s; }
  .pna-menu-open .ie8 .pna-drawer-menu {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
    visibility: visible; }

.ie8 .pna-drawer-pusher {
  position: relative;
  z-index: 99;
  height: 100%;
  right: 0;
  -webkit-transition: transform(0.5s);
  -moz-transition: transform(0.5s);
  transition: transform(0.5s);
  /*
		&:after {
			position: absolute;
			top: 0;
			right: 0;
			width: 0;
			height: 0;
			background: rgba(0, 0, 0, .5);
			content: '';
			opacity: 0;
			@include transition(opacity .5s, width .1s .5s, height .1s .5s);
			z-index: 10000;
			
			.pna-menu-open & {
				
				width: 100%;
				height: 100%;
				opacity: 1;
				@include transition(opacity .5s);
			}


		}
*/ }

@media screen and (min-width: 0) and (max-width: 0) {
  html,
  body,
  .pna-drawer-container,
  .pna-drawer-pusher,
  .pna-drawer-content {
    height: 100%; }
  .pna-drawer-container {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .pna-drawer-container.pna-menu-open {
      overflow: hidden; }
  .pna-drawer-content {
    position: relative;
    z-index: 1;
    overflow-y: scroll; }
  .pna-drawer-menu {
    position: absolute;
    right: -230px;
    top: 0;
    bottom: 0;
    width: 230px;
    background: #0054a7;
    z-index: 10000;
    visibility: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform, 0.5s;
    -moz-transition: -moz-transform, 0.5s;
    transition: transform, 0.5s; }
    .pna-menu-open .pna-drawer-menu {
      -webkit-transform: translate3d(-230px, 0, 0);
      -moz-transform: translate3d(-230px, 0, 0);
      -ms-transform: translate3d(-230px, 0, 0);
      -o-transform: translate3d(-230px, 0, 0);
      transform: translate3d(-230px, 0, 0);
      visibility: visible; }
  .pna-drawer-pusher {
    position: relative;
    z-index: 99;
    height: 100%;
    right: 0;
    -webkit-transition: transform(0.5s);
    -moz-transition: transform(0.5s);
    transition: transform(0.5s);
    /*
		&:after {
			position: absolute;
			top: 0;
			right: 0;
			width: 0;
			height: 0;
			background: rgba(0, 0, 0, .5);
			content: '';
			opacity: 0;
			@include transition(opacity .5s, width .1s .5s, height .1s .5s);
			z-index: 10000;
			
			.pna-menu-open & {
				
				width: 100%;
				height: 100%;
				opacity: 1;
				@include transition(opacity .5s);
			}


		}
*/ } }

.ie8 html,
.ie8 body,
.ie8 .pna-drawer-container,
.ie8 .pna-drawer-pusher,
.ie8 .pna-drawer-content {
  height: 100%; }

.ie8 .pna-drawer-container {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .ie8 .pna-drawer-container.pna-menu-open {
    overflow: hidden; }

.ie8 .pna-drawer-content {
  position: relative;
  z-index: 1;
  overflow-y: scroll; }

.ie8 .pna-drawer-menu {
  position: absolute;
  right: -230px;
  top: 0;
  bottom: 0;
  width: 230px;
  background: #0054a7;
  z-index: 10000;
  visibility: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform, 0.5s;
  -moz-transition: -moz-transform, 0.5s;
  transition: transform, 0.5s; }
  .pna-menu-open .ie8 .pna-drawer-menu {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
    visibility: visible; }

.ie8 .pna-drawer-pusher {
  position: relative;
  z-index: 99;
  height: 100%;
  right: 0;
  -webkit-transition: transform(0.5s);
  -moz-transition: transform(0.5s);
  transition: transform(0.5s);
  /*
		&:after {
			position: absolute;
			top: 0;
			right: 0;
			width: 0;
			height: 0;
			background: rgba(0, 0, 0, .5);
			content: '';
			opacity: 0;
			@include transition(opacity .5s, width .1s .5s, height .1s .5s);
			z-index: 10000;
			
			.pna-menu-open & {
				
				width: 100%;
				height: 100%;
				opacity: 1;
				@include transition(opacity .5s);
			}


		}
*/ }

.pna-menu-blocker {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999; }
  .pna-menu-open .pna-menu-blocker {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }

.pna-drawer-menu {
  color: #FFF;
  padding-top: 60px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 415px) {
    .pna-drawer-menu {
      display: none; } }
  .ie8 .pna-drawer-menu {
    display: none; }
  .pna-drawer-menu a {
    color: #FFF;
    text-decoration: none; }
  .pna-drawer-menu .pna-related-posts {
    margin: 0;
    padding: 0; }
    .pna-drawer-menu .pna-related-posts h2 {
      padding: 0 11px;
      font-size: 18px;
      margin: 0; }
    .pna-drawer-menu .pna-related-posts li {
      padding: 14px 11px 10px 11px; }
  .pna-drawer-menu .menu-toggle {
    position: absolute;
    top: 20px;
    left: 11px; }

.search-header {
  margin-bottom: 18px;
  margin-top: 36px;
  min-height: 67px;
  padding-right: 80px;
  position: relative; }
  .search-header.search-header-no-results {
    padding-right: 0; }
  @media screen and (min-width: 415px) {
    .search-header {
      margin-top: 96px; } }
  .ie8 .search-header {
    margin-top: 96px; }
  .search-header::after {
    clear: both;
    content: "";
    display: table; }
  .search-header .page-title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    float: left;
    line-height: 1.2; }
    @media screen and (min-width: 415px) {
      .search-header .page-title {
        font-size: 39px; } }
    .ie8 .search-header .page-title {
      font-size: 39px; }
  .search-header p {
    margin: 0;
    font-size: 19px;
    clear: both; }
  .search-header .filter-search-container {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .search-header .filter-search-container {
        width: 33%; } }
    .ie8 .search-header .filter-search-container {
      width: 33%; }
    .search-header .filter-search-container .search-panel.is-expanded {
      width: 100%; }
    .search-header .filter-search-container .search-button {
      width: 50px;
      height: 50px; }
      @media screen and (min-width: 415px) {
        .search-header .filter-search-container .search-button {
          width: 75px;
          height: 60px; } }
      .ie8 .search-header .filter-search-container .search-button {
        width: 75px;
        height: 60px; }
    .search-header .filter-search-container .filter-search-panel input {
      margin-top: 15px; }
      @media screen and (min-width: 415px) {
        .search-header .filter-search-container .filter-search-panel input {
          margin-top: 20px; } }
      .ie8 .search-header .filter-search-container .filter-search-panel input {
        margin-top: 20px; }
    .search-header .filter-search-container .filter-search-panel label {
      height: 50px; }
      @media screen and (min-width: 415px) {
        .search-header .filter-search-container .filter-search-panel label {
          height: 60px; } }
      .ie8 .search-header .filter-search-container .filter-search-panel label {
        height: 60px; }

@media screen and (min-width: 415px) {
  .menu-social-menu-container {
    float: right; } }

.ie8 .menu-social-menu-container {
  float: right; }

.search-panel {
  position: relative; }
  .search-panel .search-button {
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #0054a7;
    position: absolute;
    right: 0;
    top: -20px;
    bottom: 0;
    height: 60px;
    width: 75px;
    z-index: 10;
    padding-top: 8px;
    border-right: 1px solid #FFF; }
    .search-panel .search-button:hover {
      color: #4abceb; }
  .search-panel input {
    border: none;
    background: none;
    color: #0054a7;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DINWeb', sans-serif;
    width: 75%;
    margin-top: 20px;
    margin-left: 18px;
    margin-right: 0;
    opacity: 0;
    -webkit-transition: opacity 0s ease-out 0.15s;
    -moz-transition: opacity 0s ease-out 0.15s;
    transition: opacity 0s ease-out 0.15s; }
    .search-panel input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #0054a7; }
    .search-panel input::-moz-placeholder {
      /* Firefox 19+ */
      color: #0054a7; }
    .search-panel input:-ms-input-placeholder {
      /* IE 10+ */
      color: #0054a7; }
    .search-panel input:-moz-placeholder {
      /* Firefox 18- */
      color: #0054a7; }
  .search-panel label {
    background: #e9e9e9;
    display: block;
    position: absolute;
    left: 100%;
    right: 0;
    top: -20px;
    height: 60px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    transition: left 0.5s; }
  .search-panel.is-expanded {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .search-panel.is-expanded {
        width: 33%; } }
    .ie8 .search-panel.is-expanded {
      width: 33%; }
    .search-panel.is-expanded .search-button {
      background-color: #0054a7;
      color: #FFF;
      border-color: #0054a7; }
      .search-panel.is-expanded .search-button:hover {
        background-color: #4abceb;
        border-color: #4abceb; }
    .search-panel.is-expanded label {
      left: 0; }
    .search-panel.is-expanded input {
      opacity: 1; }

@media screen and (min-width: 415px) {
  #masthead-search {
    width: 250px;
    float: left; } }

.ie8 #masthead-search {
  width: 250px;
  float: left; }

@media screen and (min-width: 1024px) {
  #masthead-search {
    width: 400px;
    max-width: 400px; } }

.ie8 #masthead-search {
  width: 400px;
  max-width: 400px; }

.filter-search-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%; }
  .filter-search-panel .search-button {
    top: 0;
    height: 67px;
    border-right: none;
    border-left: 2px solid #FFF;
    background-color: rgba(244, 244, 244, 0.95); }
  .filter-search-panel label {
    top: 0;
    height: 67px; }
  .filter-search-panel input {
    width: 70%; }
  .filter-search-panel.is-expanded .search-button {
    border-left: none; }

/* print styles */
@media print {
  #site-navigation,
  .post-sharing,
  .single-recent,
  .related-posts-after-post,
  #mobile-related-links,
  #masthead,
  .footer-menu {
    display: none; }
  .lede-youtube-player {
    content: 'Lede YouTube Clip'; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    page-break-after: avoid; }
  blockquote, table, pre {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid; }
  .pna-related-posts {
    page-break-inside: avoid;
    margin-bottom: 0; }
    .pna-related-posts a:after {
      content: " (" attr(href) ") ";
      color: #000;
      font-size: .8em;
      display: block;
      font-weight: normal; }
  .entry-content a:after {
    content: " (" attr(href) ") ";
    color: #000;
    display: inline; }
  .entry-content a.img-link:after {
    content: '';
    display: none; }
  body {
    background: #FFF;
    color: #000; }
  .site-footer {
    background: none;
    text-align: left;
    color: #000;
    margin-top: 0; }
  .pna-post-inner blockquote {
    width: 80%; }
  .post-hero {
    margin-bottom: 2em; }
    .post-hero .lede-youtube-player {
      position: relative; }
      .post-hero .lede-youtube-player .yt-bkgd-img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .post-hero .lede-youtube-player .yt-player-container {
        display: none; }
  .alignnone {
    width: 40%;
    float: left;
    margin: 0 1em 1em 0; }
  .post-gallery {
    width: 100%;
    height: 39.76%;
    position: relative;
    page-break-inside: avoid; }
    .post-gallery.post-gallery-mixed .gallery-wide-container,
    .post-gallery.post-gallery-video .gallery-wide-container,
    .post-gallery.post-gallery-images .gallery-wide-container,
    .post-gallery.post-gallery-mixed_r .gallery-wide-container,
    .post-gallery.post-gallery-images_r .gallery-wide-container {
      height: 0;
      padding-top: 39.9%;
      margin-bottom: 0; }
    .post-gallery.post-gallery-video .gallery-wide-container {
      height: 0;
      padding-top: 62.5%;
      margin-bottom: 0; }
    .post-gallery .gallery-yt-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .post-gallery.post-gallery-mixed .gallery-wide-container,
    .post-gallery.post-gallery-images .gallery-wide-container {
      width: 71.3%;
      float: left; }
      .post-gallery.post-gallery-mixed .gallery-wide-container .gallery-img-container,
      .post-gallery.post-gallery-images .gallery-wide-container .gallery-img-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .post-gallery.post-gallery-mixed .gallery-narrow-container,
    .post-gallery.post-gallery-images .gallery-narrow-container {
      width: 28.35%;
      float: right;
      position: relative; }
      .post-gallery.post-gallery-mixed .gallery-narrow-container img,
      .post-gallery.post-gallery-images .gallery-narrow-container img {
        margin-bottom: 4px;
        margin-bottom: 4px; }
      .post-gallery.post-gallery-mixed .gallery-narrow-container .gallery-img-bottom,
      .post-gallery.post-gallery-images .gallery-narrow-container .gallery-img-bottom {
        margin: 0; }
    .post-gallery.post-gallery-mixed_r .gallery-wide-container,
    .post-gallery.post-gallery-images_r .gallery-wide-container {
      width: 71.3%;
      float: right; }
      .post-gallery.post-gallery-mixed_r .gallery-wide-container .gallery-img-container,
      .post-gallery.post-gallery-images_r .gallery-wide-container .gallery-img-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .post-gallery.post-gallery-mixed_r .gallery-narrow-container,
    .post-gallery.post-gallery-images_r .gallery-narrow-container {
      width: 28.35%;
      float: left;
      position: relative; }
      .post-gallery.post-gallery-mixed_r .gallery-narrow-container img,
      .post-gallery.post-gallery-images_r .gallery-narrow-container img {
        margin-bottom: 4px;
        margin-bottom: 4px; }
      .post-gallery.post-gallery-mixed_r .gallery-narrow-container .gallery-img-bottom,
      .post-gallery.post-gallery-images_r .gallery-narrow-container .gallery-img-bottom {
        margin: 0; }
  #page {
    position: relative; }
    #page:before {
      content: url("/web/20180114144127im_/http://panasoniccitynow.com/wp-content/themes/pna-main/img/pna-sprite.png");
      clip: rect(0, 500px, 600px, 0);
      width: 124px;
      height: 20px;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0; } }

/*
     FILE ARCHIVED ON 14:41:27 Jan 14, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:23:59 Feb 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.896
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.025
  esindex: 0.014
  cdx.remote: 42.69
  LoadShardBlock: 353.203 (3)
  PetaboxLoader3.datanode: 680.312 (4)
  PetaboxLoader3.resolve: 238.288 (2)
  load_resource: 688.364
*/