@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,900,900italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

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

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

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

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaStd-Bold.eot");
  src: url("../fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Bold.woff") format("woff"), url("../fonts/FuturaStd-Bold.ttf") format("truetype"), url("../fonts/FuturaStd-Bold.svg#futurastd-bold") format("svg");
  font-weight: 900;
  font-style: normal; }
html, form, textarea, input, input[type="text"], input[type="search"], input[type="password"], input[type="email"], button {
  font-family: 'Merriweather', serif; }

h1, h2, h3, h4, h5, h6, form, textarea, input, input[type="text"], .article-share li a, input[type="search"], input[type="password"], input[type="email"], .btn, button, .info-block .contact a, .credits, .toggle-sidebar, .by, select {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #262626;
  font-weight: 400; }

/*----------------------------------------------------*/
::-moz-selection {
  background-color: #d71f26;
  color: #fff; }

::-webkit-selection {
  background-color: #d71f26;
  color: #fff; }

::selection {
  background-color: #d71f26;
  color: #fff; }

::-webkit-input-placeholder {
  color: #777; }

:-moz-placeholder {
  color: #777; }

::-moz-placeholder {
  color: #777; }

:-ms-input-placeholder {
  color: #777; }

/*----------------------------------------------------*/
/*HTML Standard Elements*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: -.02em; }

h1 {
  font-size: 1.75em;
  margin: 0 0 .75em;
  letter-spacing: -.02em; }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  h2.article-title {
    font-size: 1.5em;
    letter-spacing: -.02em;
    margin: .5em 0; } }
@media only screen and (min-width: 850px) and (min-height: 0px) {
  h2.article-title {
    font-size: 2em;
    line-height: 1.35em; } }

h2 {
  font-size: 1.5em;
  margin: 0 0 .75em;
  letter-spacing: -.02em; }

p + h1,
p + h2,
p + h3 {
  margin-top: 1.4em; }

i,
em {
  font-style: italic; }

h1 + img,
h2 + img,
h3 + img,
h4 + img,
h1 + .img-wrap,
h2 + .img-wrap,
h3 + .img-wrap,
h4 + .img-wrap {
  margin-top: 1em; }

.img-wrap + .post-category {
  margin-top: 1px; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .img-wrap + .post-category {
      margin-top: 2em; } }

img + p,
.img-wrap + p {
  margin-top: 1.25em; }

.wp-caption-dd,
.img-caption,
.article p.wp-caption-text,
.article p.medium.wp-caption-text,
.article p.large.wp-caption-text
#tinymce p.wp-caption-text,
#tinymce p.medium.wp-caption-text,
#tinymce p.large.wp-caption-text {
  display: block;
  padding: 1.25em 0;
  margin-top: 0;
  margin-bottom: 2em;
  color: #d2d2d2;
  font-size: .9em;
  color: #888;
  border-bottom: 1px solid #d2d2d2; }

h3 {
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.15em; }

.h4, h4 {
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.125em; }

h5 {
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 900; }

.post-grid ul li > a h4,
.post-grid.neighborhood ul li.first-six > a h4,
.detailPager h3 {
  font-size: 1em;
  font-family: 'Merriweather', serif;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid ul li > a h4,
    .post-grid.neighborhood ul li.first-six > a h4,
    .detailPager h3 {
      font-size: 1.125em; } }

.event-list ul li > a h4 {
  font-size: 1em;
  font-family: 'Merriweather', serif;
  text-transform: none;
  letter-spacing: 0;
  letter-spacing: -.02em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .event-list ul li > a h4 {
      font-size: 1.5em; } }

.post-grid.neighborhood ul li > a h4,
.detailPager h3 {
  font-size: .9em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid.neighborhood ul li > a h4,
    .detailPager h3 {
      font-size: .85em; } }

.section-header {
  text-align: center; }

.section-header h4,
.section-header .h4,
.section-header span {
  display: inline-block;
  margin-bottom: 0; }

.section-header span.left,
.section-header span.right {
  width: 40px;
  height: 15px;
  background: url(../images/clouds-red.png);
  background: url(../images/clouds-red.svg);
  background-repeat: no-repeat;
  margin-bottom: 1px; }
.section-header span.by {
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
  font-size: .95em;
  color: #262626;
  font-family: 'Merriweather', serif; }

.section-header span.right {
  background-position: -40px center; }

.section-header h4,
.section-header .h4 {
  padding: 0 10px 0;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.45em; }

p, ul, ol, form {
  margin: .5em 0 1.25em; }

ul {
  list-style-position: outside; }

ol {
  list-style-type: decimal; }

#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: 2em; }
#tinymce ul, #tinymce ol,
.article-content ul,
.article-content ol {
  margin: 3em 0;
  padding-left: 1.7em;
  letter-spacing: 0; }
  #tinymce ul li, #tinymce ol li,
  .article-content ul li,
  .article-content ol li {
    margin-bottom: 1em; }
#tinymce ul,
.article-content ul {
  padding-left: 1.15em;
  list-style: disc; }
#tinymce blockquote,
.article-content blockquote {
  position: relative;
  margin: 3em 0;
  font-size: 1em; }
  #tinymce blockquote a,
  .article-content blockquote a {
    font-size: 1em; }
  #tinymce blockquote *,
  .article-content blockquote * {
    font-weight: 900;
    font-size: 1.25em !important;
    line-height: 1.5em !important;
    padding-left: 45px; }
    @media only screen and (min-width: 1000px) and (min-height: 0px) {
      #tinymce blockquote *,
      .article-content blockquote * {
        padding-left: 55px;
        font-size: 1.5em !important; } }
  #tinymce blockquote:before,
  .article-content blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    left: 0;
    border-right: 1px solid #d2d2d2;
    font-size: 3em;
    font-family: georgia, serif;
    font-weight: 400;
    padding-right: 14px;
    height: 100%;
    color: #d71f26;
    line-height: 1em; }
    @media only screen and (min-width: 1000px) and (min-height: 0px) {
      #tinymce blockquote:before,
      .article-content blockquote:before {
        font-size: 3.75em; } }

a {
  text-decoration: none;
  color: #d71f26;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:hover {
  color: #a70203; }

p {
  hyphenate: auto;
  hyphenate-before: 2;
  hyphenate-after: 3;
  hyphenate-lines: 3;
  orphans: 4;
  font-size: .85em;
  line-height: 1.75em;
  letter-spacing: -.02em; }

#tinymce p,
.post p,
.article p,
article p,
.lg p,
p.lg {
  font-size: 1.075em;
  line-height: 1.65em;
  text-align: left; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    #tinymce p,
    .post p,
    .article p,
    article p,
    .lg p,
    p.lg {
      font-size: 1em;
      line-height: 1.85em; } }

@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .article.medium {
    font-size: 1.08em; } }

@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .article.large {
    font-size: 1.16em; } }

.article p,
.article p.medium,
.article p.large,
.article li {
  font-size: 1em; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article p,
    .article p.medium,
    .article p.large,
    .article li {
      font-size: 1.08em; } }
  @media only screen and (min-width: 1200px) and (min-height: 0px) {
    .article p,
    .article p.medium,
    .article p.large,
    .article li {
      font-size: 1.16em; } }

p a {
  color: #262626;
  border-bottom: 1px solid #888; }
  p a:hover {
    color: #d71f26;
    border-bottom: 1px solid #d71f26; }

blockquote {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 1em 0;
  color: #262626; }

strong {
  font-weight: 700; }

small {
  display: block;
  font-size: .75em;
  letter-spacing: -.0em;
  margin: 0 0 -.2em;
  line-height: 1.75em; }

hr {
  border-color: #333;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 0; }

hr.tiny {
  border-color: #d71f26;
  border-width: 2px 0 0 0;
  border-style: solid;
  margin: 1.25em auto 1.75em;
  width: 30px; }

.article-title-block hr.tiny {
  margin-left: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background: #ccc;
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  font-size: 1em;
  padding: 9px 11px 6px 11px;
  width: 100%;
  margin: 0px 0 1.25em 0;
  line-height: 1.5em;
  font-family: 'Futura', sans-serif;
  font-weight: 900;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s;
  -moz-transition: background 0.2s ease-in-out, border 0.2s;
  -o-transition: background 0.2s ease-in-out, border 0.2s;
  resize: none;
  vertical-align: top;
  height: 38px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #ddd;
  border: 1px solid #ddd; }

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

label {
  cursor: pointer; }

input[type="radio"] + label span,
input[type="checkbox"] + label span {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #ccc;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle; }

input[type="radio"] + label span {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #d71f26; }

.btn,
input[type="submit"],
button {
  -webkit-appearance: none;
  border: none;
  outline: none;
  display: block;
  text-align: center;
  background-image: none;
  -webkit-appearance: caret;
  -moz-appearance: caret;
  /* mobile firefox too! */
  -webkit-appearance: none;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  background-color: #d71f26;
  color: #f2f2f2;
  padding: 15px 15px 14px 15px;
  margin: 0px 0px 0px 0px;
  min-width: 200px;
  width: 100%;
  font-weight: 900;
  cursor: pointer;
  line-height: 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .btn,
    input[type="submit"],
    button {
      max-width: 200px;
      width: 200px; } }

.external > span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 900;
  margin-right: 7px;
  margin-top: 2px; }
.external .btn {
  min-width: 0;
  width: auto;
  max-width: none;
  display: inline-block;
  padding: 10px 10px 9px; }
  .external .btn span {
    font-size: 16px;
    vertical-align: middle; }

select {
  -webkit-appearance: none;
  border: none;
  outline: none;
  display: block;
  text-align: center;
  font-family: 'Futura', sans-serif;
  background-image: url(../images/arrow-triangle-blk.png);
  background-image: url(../images/arrow-triangle-blk.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 12px;
  letter-spacing: 0em;
  background-color: #ccc;
  color: #262626;
  padding: 14px 15px 13px 15px;
  margin: 0px 0px 0px 0px;
  min-width: 175px;
  width: 100%;
  font-weight: 900;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

select:hover {
  background-color: #ddd; }

.event-list a.btn,
.post-grid a.btn {
  color: #f2f2f2; }

.event-list a.btn:hover,
.post-grid a.btn:hover {
  color: #fff; }

.btn.loading,
input[type="submit"].loading,
button.loading,
.btn.loading:hover,
input[type="submit"].loading:hover,
button.loading:hover {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../images/btn-loader.gif);
  background-size: auto 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d71f26;
  cursor: default; }

#newsletter input[type="submit"],
#newsletter button {
  max-width: 200px;
  width: 200px; }

#newsletter input[type="email"],
#newsletter input[type="text"] {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.btn:hover,
input[type="submit"]:hover,
button:hover {
  color: #fff;
  background-color: #a70203; }

.btn:active,
input[type="submit"]:active,
button:active {
  color: #fff;
  background-color: #d71f26; }

.btn.layover {
  background-color: rgba(38, 38, 38, 0.8); }

.btn.layover:hover {
  background-color: #262626;
  color: #fff; }

ul.sections-across,
ul.filters {
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 900;
  text-align: center; }

ul.sections-across a,
ul.filters li a {
  color: #262626;
  border: 1px solid transparent; }

ul.sections-across a:hover,
ul.filters li a:hover {
  color: #d71f26;
  border-color: #e4e4e4; }

ul.sections-across li,
ul.filters li {
  display: inline-block;
  margin: 0 -4px; }

ul.sections-across li a,
ul.filters li a {
  padding: 6px 8px 4px 9px;
  margin: 3px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

ul.sections-across li a:hover,
ul.filters li a:hover,
ul.filters li a.active {
  background-color: #fff;
  color: #d71f26;
  border-color: #e4e4e4; }

.event-list a,
.post-grid a {
  color: #262626; }

.post-category,
.read-more,
.by {
  display: block;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  margin-bottom: .85em;
  font-weight: 900;
  color: #d71f26;
  line-height: 1.5em; }

.by {
  color: #888;
  margin-bottom: 0; }

.read-more {
  color: #d71f26; }

.img-wrap img {
  min-height: 75px; }

html.penns-garden {
  background-image: url(../images/penns-garden/logo-loader.png); }
  html.penns-garden ::-moz-selection {
    /* Code for Firefox */
    background: #006837; }
  html.penns-garden ::selection {
    background: #006837; }
  html.penns-garden span.post-category {
    color: #006837; }
  html.penns-garden .credits a:hover, html.penns-garden footer .contact a:hover, html.penns-garden .spirit-ad .btn:hover, html.penns-garden a.nav-link:hover, html.penns-garden ul.filters li a:hover, html.penns-garden ul.filters li a.active {
    color: #006837; }
  html.penns-garden hr.tiny {
    border-color: #006837; }
  html.penns-garden .headlines > h4 a:hover, html.penns-garden .slidePager span.active {
    border-color: #006837; }
  html.penns-garden input[type="submit"] {
    background-color: #006837; }
  html.penns-garden .section-header span.left, html.penns-garden .section-header span.right {
    background: url(../images/penns-garden/clouds.svg); }
  html.penns-garden header {
    background-image: url(../images/penns-garden/city-header.svg); }
  html.penns-garden .btn {
    background-color: #006837; }
  html.penns-garden header .logo a {
    background-image: url(../images/penns-garden/logo.svg); }
  html.penns-garden header .right-links > div.publications {
    background-image: url(../images/penns-garden/publications.svg); }
  html.penns-garden header .left-links > div.sections {
    background-image: url(../images/penns-garden/sections.svg); }
  html.penns-garden header .left-links > div.locations {
    background-image: url(../images/penns-garden/neighborhoods.svg); }
  html.penns-garden .spirit-ad {
    background-image: url(../images/penns-garden/parallax.jpg); }

html.river-wards {
  background-image: url(../images/river-wards/logo-loader.png); }
  html.river-wards .section-header span.left, html.river-wards .section-header span.right {
    background: url(../images/river-wards/clouds.svg); }
  html.river-wards header .logo a {
    background-image: url(../images/river-wards/logo.png); }
  html.river-wards header {
    /*background-image: url(../images/city-header.svg);*/ }
  html.river-wards .spirit-ad {
    background-image: url(../images/river-wards/parallax.jpg); }

html.spirit {
  background-image: url(../images/spirit/logo-loader.png); }
  html.spirit ::-moz-selection {
    /* Code for Firefox */
    background: #1572CC; }
  html.spirit ::selection {
    background: #1572CC; }
  html.spirit span.post-category {
    color: #1572CC; }
  html.spirit .credits a:hover, html.spirit footer .contact a:hover, html.spirit .spirit-ad .btn:hover, html.spirit ul.filters li a:hover, html.spirit ul.filters li a.active, html.spirit a.nav-link:hover {
    color: #1572CC; }
  html.spirit hr.tiny {
    border-color: #1572CC; }
  html.spirit .headlines > h4 a:hover, html.spirit .slidePager span.active {
    border-color: #1572CC; }
  html.spirit input[type="submit"] {
    background-color: #1572CC; }
  html.spirit .section-header span.left, html.spirit .section-header span.right {
    background: url(../images/spirit/clouds.svg); }
  html.spirit header {
    background-image: url(../images/spirit/city-header.svg); }
  html.spirit .btn {
    background-color: #1572CC; }
  html.spirit header .logo a {
    background-image: url(../images/spirit/logo.png); }
  html.spirit header .right-links > div.publications {
    background-image: url(../images/spirit/publications.svg); }
  html.spirit header .left-links > div.sections {
    background-image: url(../images/spirit/sections.svg); }
  html.spirit header .left-links > div.locations {
    background-image: url(../images/spirit/neighborhoods.svg); }
  @media only screen and (min-height: 0px) and (min-width: 600px) {
    html.spirit header .logo a {
      height: 51px; } }
  html.spirit .spirit-ad {
    background-image: url(../images/spirit/parallax.jpg); }

html {
  height: 100%; }

body.splash {
  text-align: center;
  padding-bottom: 200px;
  background-image: url(../images/city-footer2.png);
  background-image: url(../images/city-footer2.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align: center; }
  body.splash .container {
    max-width: 1000px;
    margin: 0 auto;
    width: 85%; }

header.splash-header {
  background: transparent;
  border: none;
  height: auto;
  padding: 5% 0 7%; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header.splash-header {
      padding: 5% 0 7%; } }
  header.splash-header .container {
    position: relative; }
  header.splash-header .left {
    margin-top: 20px; }
    @media only screen and (min-width: 850px) and (min-height: 0px) {
      header.splash-header .left {
        position: absolute;
        top: 22px;
        left: 0;
        text-align: left;
        margin-top: 0; } }
  header.splash-header .right {
    margin-top: 20px; }
    @media only screen and (min-width: 850px) and (min-height: 0px) {
      header.splash-header .right {
        position: absolute;
        top: 26px;
        right: 0;
        text-align: right;
        margin-top: 0; } }
    header.splash-header .right a {
      font-family: 'Futura', sans-serif;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: .15em;
      font-size: 10px;
      font-weight: 900;
      color: #262626; }
      header.splash-header .right a:hover {
        color: #d71f26; }

.splash-newsletter {
  margin-top: 26px; }
  .splash-newsletter input[type=submit], .splash-newsletter button {
    margin-right: auto;
    margin-left: auto; }
  .splash-newsletter h6 {
    font-family: 'Futura', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    font-weight: 900;
    color: #262626;
    margin-bottom: 17px; }

.splash-content h2,
.splash-content p {
  font-size: 16px;
  line-height: 1.65em;
  margin: 0; }

@media only screen and (min-width: 850px) and (min-height: 0px) {
  .splash-content h2 {
    font-size: 18px; } }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/page-loader-light.gif);
  background-size: auto 20px;
  background-image: url(../images/logo-loader.png);
  background-size: 190px auto;
  min-height: 100%;
  max-height: 100%;
  background-color: #f9f9f9;
  overflow-y: scroll; }

body {
  background-color: #f2f2f2;
  min-height: 100%;
  overflow-x: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.no-js body {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media only screen and (max-width: 600px) and (min-height: 0px) {
  .mobile-hide {
    display: none; } }

body.fadeIn {
  -moz-animation: fadein 0.5s;
  -webkit-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

body.fadeOut {
  -moz-animation: fadeout 0.5s;
  -webkit-animation: fadeout 0.5s;
  -o-animation: fadeout 0.5s;
  animation: fadeout 0.5s; }

#content {
  padding-top: 45px;
  min-height: 600px; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    #content {
      padding-top: 55px; } }

.container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .container {
      width: auto;
      margin: 0 50px; } }
  @media only screen and (min-width: 1500px) and (min-height: 0px) {
    .container {
      margin: 0 auto; } }

.container.top {
  width: 100%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .container.top {
      width: 90%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .container.top {
      width: auto;
      margin: 50px 50px 0;
      padding-bottom: 35px;
      border-bottom: 2px solid #262626; } }
  @media only screen and (min-width: 1500px) and (min-height: 0px) {
    .container.top {
      margin: 50px auto; } }

header {
  height: 55px;
  background-image: none;
  background-color: #fff; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header {
      background-image: url(../images/spirit/city-header.svg);
      border-bottom: 2px solid #d2d2d2;
      background-attachment: fixed;
      background-repeat: repeat-x;
      background-position: center -22px;
      position: relative;
      height: 160px;
      background-color: #f2f2f2; } }

header .btn {
  padding: 11px 10px 9px;
  min-width: 35px;
  width: auto;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .btn {
      text-indent: 0px;
      min-width: 50px; } }

header .search.btn {
  background-image: url(../images/search-icon.png);
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 9px 7px;
  position: absolute;
  right: 0px;
  top: 3px; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .search.btn {
      top: 17px; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .search.btn {
      padding-left: 30px;
      text-indent: 0px; } }

header .about.btn {
  background-image: url(../images/info.svg);
  background-repeat: no-repeat;
  background-position: 8px 5px;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  position: absolute;
  right: 40px;
  opacity: .75;
  top: 3px; }
  header .about.btn:hover {
    opacity: 1; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .about.btn {
      top: 17px; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .about.btn {
      padding-left: 30px;
      right: 100px;
      text-indent: 0px; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    header .about.btn {
      right: 120px; } }

header.fixed .search.btn {
  color: #fff; }

header .right-links {
  position: absolute;
  top: 3px;
  right: 80px;
  font-size: 10px;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .right-links {
      top: 17px;
      right: 80px; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .right-links {
      right: 170px; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    header .right-links {
      right: 210px; } }

header .right-links > div {
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat; }

header .right-links > div.btn {
  color: #262626;
  background-color: transparent; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .right-links > div.btn {
      border: 1px solid transparent; } }

header .right-links > div.btn:hover:not(.about) {
  background-color: #eee; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .right-links > div.btn:hover:not(.about) {
      background-color: #fff;
      border-color: #e4e4e4; } }

header.fixed .right-links > div.btn:hover {
  background-color: #eee; }

header .left-links {
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 10px;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  left: -7px; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .left-links {
      top: 17px; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .left-links {
      left: -10px; } }

header .left-links > div {
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat; }

header .left-links > div.btn {
  color: #262626;
  background-color: transparent; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .left-links > div.btn {
      border: 1px solid transparent; } }

header .left-links > div.btn:hover {
  background-color: #eee; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .left-links > div.btn:hover {
      background-color: #fff;
      border-color: #e4e4e4; } }

header.fixed .left-links > div.btn:hover {
  background-color: #eee; }

header .left-links > div.sections {
  background-position: 0;
  background-image: url(../images/sections.png);
  background-image: url(../images/sections.svg);
  margin-right: 0px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .left-links > div.sections {
      margin-right: 5px; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .left-links > div.sections {
      background-position: 0;
      padding-left: 40px; } }

header .left-links > div.locations {
  background-position: 0;
  background-image: url(../images/location.png);
  background-image: url(../images/location.svg); }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .left-links > div.locations {
      background-position: 0;
      padding-left: 30px; } }

header .right-links > div.publications {
  background-position: center 0px;
  background-image: url(../images/publication.png);
  background-image: url(../images/publication.svg); }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    header .right-links > div.publications {
      background-position: 4px 0px;
      padding-left: 36px; } }

nav > ul li > ul {
  display: none; }

.nav-container {
  width: 95%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .nav-container {
      width: 90%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .nav-container {
      width: 90%; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .nav-container {
      width: 90%; } }

header .logo {
  margin: 0 auto;
  height: 35px;
  width: 124px; }
  header .logo a {
    height: 20px;
    position: relative;
    top: 10px;
    width: 100%;
    display: block;
    background-image: url(../images/logo-sm.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none; }
    header .logo a:hover {
      -moz-opacity: 0.75;
      -khtml-opacity: 0.75;
      opacity: 0.75; }
    @media only screen and (min-width: 600px) and (min-height: 0px) {
      header .logo a {
        height: 60px;
        background-image: url(../images/logo.png); } }
    @media only screen and (min-width: 850px) and (min-height: 0px) {
      header .logo a {
        height: 60px; } }
    @media only screen and (min-width: 1000px) and (min-height: 0px) {
      header .logo a {
        height: 60px; } }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    header .logo {
      height: 60px;
      width: 162px; } }

nav {
  display: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 2px solid #d2d2d2;
  background-color: #f2f2f2; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    nav {
      display: block; } }

nav ul {
  margin-bottom: 3px; }

.close {
  cursor: pointer;
  font-size: 1.5em; }

.overlay {
  display: none;
  position: fixed;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: url(../images/close-overlay.png), auto; }

.search-overlay {
  display: none;
  position: fixed;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.6);
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: url(../images/close-overlay.png), auto; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .search-overlay {
      top: 128px; } }

.search-wrap {
  top: 55px;
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 0px;
  overflow: hidden; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .search-wrap {
      position: absolute;
      top: 128px; } }

.toggle-sidebar-left {
  left: 0px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.toggle-sidebar-right {
  right: 0px;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.toggle-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9;
  width: 80%;
  color: #fff; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .toggle-sidebar {
      width: 50%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .toggle-sidebar {
      width: 225px; } }

.toggle-sidebar.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.toggle-sidebar h5 .icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  background-color: transparent;
  margin: 0px 9px -3px 0;
  background-repeat: no-repeat;
  background-position: left center; }

#locationsSidebar.toggle-sidebar h5 .icon {
  background-image: url(../images/location-white.png);
  background-image: url(../images/location-white.svg);
  width: 13px; }

#sectionsSidebar.toggle-sidebar h5 .icon {
  background-image: url(../images/sections-white.png);
  background-image: url(../images/sections-white.svg);
  width: 21px; }

#publicationsSidebar.toggle-sidebar h5 .icon {
  background-image: url(../images/publications-white.png);
  background-image: url(../images/publications-white.svg);
  width: 21px; }

.toggle-sidebar a {
  font-family: 'Futura', sans-serif;
  color: #aaa;
  display: block;
  padding: 12px 20px 10px;
  font-size: 15px;
  font-weight: 900;
  border-bottom: 1px solid #333; }

.toggle-sidebar ul {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding-bottom: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .toggle-sidebar ul::-webkit-scrollbar {
    width: 12px; }
  .toggle-sidebar ul::-webkit-scrollbar-track {
    background-color: #333;
    border-radius: 0px; }
  .toggle-sidebar ul::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 8px;
    border: 3px solid #333; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .toggle-sidebar ul {
      top: 80px; } }

.toggle-sidebar h5 {
  padding: 20px 20px 14px;
  background-color: #000;
  background-image: url(../images/sidebar-header-bg.png);
  background-position: 231px -94px;
  border-bottom: 1px solid #333; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .toggle-sidebar h5 {
      padding: 34px 20px 25px;
      background-position: 231px -69px; } }

.toggle-sidebar a:hover {
  color: #fff;
  background-color: #000; }

.search-wrap,
.toggle-sidebar {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out; }

.toggle-sidebar {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.search-wrap.open {
  height: 79px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .search-wrap.open {
      height: 119px; } }

.fixed.solid .search-wrap {
  position: fixed;
  top: 55px; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .fixed.solid .search-wrap {
      top: 90px; } }

.search-wrap > div {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 79px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .search-wrap > div {
      height: 119px;
      padding: 40px 0; } }

.search-wrap form {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  max-width: 650px;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out; }

.search-wrap.open form {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.search-wrap input[type="text"] {
  width: 66.66%;
  float: left;
  border-color: #ddd;
  background-color: #ddd;
  margin-bottom: 0px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .search-wrap input[type="text"] {
      width: 76.66%; } }

.search-wrap input[type="text"]:focus {
  background-color: #fff;
  border-color: #fff; }

.search-wrap input[type="submit"] {
  width: 30%;
  min-width: 30%;
  float: right; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .search-wrap input[type="submit"] {
      width: 20%;
      min-width: 20%; } }

.fixed-header {
  position: fixed;
  z-index: 8;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .fixed-header {
      -webkit-transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -moz-transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -o-transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-box-shadow: 0 -5px 10px transparent;
      -moz-box-shadow: 0 -5px 10px transparent;
      box-shadow: 0 -5px 10px transparent;
      position: static;
      background-color: transparent;
      padding: 34px 0 16px;
      border-bottom: none; } }

.fixed .fixed-header {
  position: fixed;
  z-index: 8;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .fixed .fixed-header {
      padding: 14px 0 16px; } }

.fixed.solid .fixed-header {
  background-color: #fff; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .fixed.solid .fixed-header {
      -webkit-box-shadow: 0 -5px 10px #000;
      -moz-box-shadow: 0 -5px 10px #000;
      box-shadow: 0 -5px 10px #000; } }

img, video {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  border: none;
  outline: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  background: blue; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a:hover img {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  border: none;
  outline: none; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.top24hrs li a:hover img,
.post-grid > ul li a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.location-badge {
  display: none; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .location-badge {
      display: block;
      position: absolute;
      top: 4.95%;
      left: 4.95%;
      z-index: 7;
      width: 60px;
      height: 60px; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .location-badge {
      width: 70px;
      height: 70px;
      top: 4.95%;
      left: -4.95%;
      z-index: 7; } }

.post-tags {
  margin: 3em 0 4em; }
  .post-tags h6 {
    margin-bottom: 10px;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    font-weight: 900;
    background-image: url(../images/tag-icon.png);
    background-image: url(../images/tag-icon.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 20px; }
  .post-tags ul {
    list-style: none;
    padding: 10px 0 0 0 !important;
    margin: 0;
    border-top: 1px solid #d2d2d2;
    color: #888; }
    .post-tags ul li {
      margin-bottom: 0;
      display: inline-block; }
      .post-tags ul li a {
        line-height: 1em;
        color: #888;
        text-align: center;
        font-size: 14px; }
        .post-tags ul li a:hover {
          color: #d71f26; }

.post-grid li {
  border: 2px solid transparent;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out; }

.post-grid > ul li .info-wrap h4 span {
  display: inline;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  border-bottom: 1px solid transparent; }
@media only screen and (min-width: 600px) and (min-height: 0px) {
  .post-grid > ul li:hover {
    border-color: #e4e4e4;
    background: #fff; }
    .post-grid > ul li:hover .info-wrap h4 span {
      border-bottom: 1px solid #d2d2d2; } }

.post-grid li p {
  display: none; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid li p {
      display: block; } }

.info-block {
  background-color: #222;
  margin: 7em 0 0; }

.info-block h6 {
  color: #f2f2f2; }

.info-block hr.tiny {
  color: #f2f2f2;
  border-color: #d2d2d2; }

footer {
  padding: 60px 0 250px;
  background-image: url(../images/city-footer2.png);
  background-image: url(../images/city-footer2.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align: center; }

.info-block {
  padding: 60px 0 70px;
  text-align: center; }

.info-block .icon img,
footer .icon img {
  display: block;
  width: 55px;
  height: auto;
  margin: 0 auto 20px; }

.info-block .icon img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

footer form,
.info-block form {
  margin: 0px; }

footer .container {
  padding-top: 4em; }

footer .container > div,
.info-block .container > div {
  margin-bottom: 65px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    footer .container > div,
    .info-block .container > div {
      width: 33.33%;
      display: inline-block;
      margin: 0 -4px;
      vertical-align: middle; } }

footer .container > div.contact,
.info-block .container > div.contact {
  margin-bottom: 0px; }

.newsletter input[type="submit"],
.newsletter button {
  display: inline-block; }

.section-header {
  padding: 41px 0 33px 0; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .section-header {
      padding: 57px 0 46px 0; } }

.section-header ul.filters {
  display: none; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .section-header ul.filters {
      margin-top: 33px;
      display: block; } }

.section-header ul.filters.event-filters {
  display: block;
  margin-top: 3em;
  margin-bottom: -1em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .section-header ul.filters.event-filters {
      margin-bottom: -1.5em; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .section-header ul.filters.event-filters {
      margin-bottom: 0; } }

.section-header ul.filters.event-filters li {
  display: block;
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .section-header ul.filters.event-filters li {
      display: inline-block;
      padding-right: 3%;
      padding-bottom: 0;
      border-top: none;
      width: 33.3334%;
      max-width: 300px;
      margin-left: 0; } }

.section-header ul.filters.event-filters li label {
  display: inline-block;
  width: 30%;
  margin-right: -4px;
  text-align: left; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .section-header ul.filters.event-filters li label {
      width: 100%;
      text-align: center;
      margin-right: 0px; } }

.section-header ul.filters.event-filters li select {
  display: inline-block;
  width: 70%;
  margin-left: -4px;
  text-align: left; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .section-header ul.filters.event-filters li select {
      width: 100%;
      display: block;
      margin-left: 0px; } }

.section-header ul.filters.event-filters li.last-child {
  padding-right: 0;
  margin-bottom: 0;
  border-bottom: none; }

.info-block .contact a,
footer .contact a {
  font-family: 'Futura', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 900;
  color: #262626; }

.info-block .contact a {
  color: #fff; }

footer .contact a:hover {
  color: #d71f26; }

.info-block .contact a:hover {
  color: #888; }

ul.social {
  text-align: center;
  margin: 0;
  width: 100%; }

ul.social li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

ul.social li a:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.credits {
  min-height: 30px;
  padding: 9px 0 8px;
  background-color: #262626; }

.credits p {
  line-height: 1.5em;
  margin: 0px auto;
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  color: #aaa;
  width: 85%; }

.credits a {
  color: #fff;
  border-color: transparent; }

.credits a:hover {
  color: #fff;
  border-color: #d71f26; }

.container.article {
  width: 100%; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .container.article {
      margin: 0; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .container.article {
      padding: 0 25%; } }
  @media only screen and (min-width: 1200px) and (min-height: 0px) {
    .container.article {
      padding: 0 22%; } }

.container.article.article-title-block {
  margin-top: 30px; }
  .container.article.article-title-block .post-date {
    margin-bottom: 1.7em; }
    .container.article.article-title-block .post-date a {
      color: #262626; }
      .container.article.article-title-block .post-date a:hover {
        color: #d71f26; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .container.article.article-title-block {
      margin-top: 50px;
      padding-right: 0;
      max-width: 1050px; } }

@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .container.article-content-wrap:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #d2d2d2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 199px; } }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .container.article .article-content {
    width: 66.6667%;
    padding-right: 3%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: top;
    margin-top: -.5em; } }
@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .container.article .article-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.spirit-spons {
  border-top: 1px solid #d2d2d2;
  padding-top: 5%;
  margin-top: 5%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .spirit-spons {
      border-top: none;
      padding-top: 0;
      width: 33.3334%;
      margin-top: 10px;
      padding-left: 1.5%;
      display: inline-block;
      vertical-align: top; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .spirit-spons {
      padding-left: 6%; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .spirit-spons {
      width: 230px;
      position: absolute;
      right: 0;
      top: 0;
      padding-left: 30px; } }

.spirit-spons h5 {
  color: #888;
  font-size: 10px;
  margin-bottom: 15px; }

.spirit-spons ul {
  margin: 0 -2.5%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .spirit-spons ul {
      margin: 0; } }

.spirit-spons li {
  margin-bottom: 5%;
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  padding: 0 2.5%;
  vertical-align: top; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .spirit-spons li {
      display: block;
      margin-right: 0;
      padding: 0;
      margin-bottom: 9%;
      width: 100%; } }

#textSize {
  display: none; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    #textSize {
      display: block; } }

#textSize li {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #888;
  cursor: pointer;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 10px 4px;
  letter-spacing: 0;
  height: 36px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

#textSize li.medium-text {
  font-size: 18px; }

#textSize li.large-text {
  font-size: 22px; }

#textSize li:hover {
  color: #262626; }

#textSize li.active {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #262626; }

.article-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: -1px;
  background-color: #fff;
  z-index: 7;
  border-top: 1px solid #d2d2d2;
  -webkit-transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -moz-transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -o-transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article-fixed {
      position: absolute;
      display: block;
      background-color: transparent;
      width: 13.6667%;
      left: 50px;
      top: 210px;
      border-top: none; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article-fixed {
      bottom: auto;
      top: 210px;
      width: 200px;
      padding-right: 30px; } }

@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .article-fixed.fixed {
    border-right: 1px solid #d2d2d2;
    position: fixed;
    top: 137px; } }

@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .article-fixed.hide {
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; } }

.btn.map {
  margin-bottom: 4em;
  background-image: url(../images/location-white.png);
  background-image: url(../images/location-white.svg);
  width: 145px;
  min-width: 100px;
  padding-left: 38px;
  background-position: 15px 10px;
  background-repeat: no-repeat; }

.article-fixed h5 {
  display: none; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .article-fixed h5 {
      padding: 0;
      display: inline-block;
      width: 20%;
      margin-right: -.25em;
      text-align: center;
      border-right: 1px solid #d2d2d2;
      vertical-align: top; } }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article-fixed h5 {
      display: block;
      width: auto;
      text-align: left;
      border-right: none;
      border-bottom: 1px solid #d2d2d2;
      padding-bottom: 10px;
      margin-bottom: 13px;
      margin-top: 40px;
      margin-right: 0; } }
@media only screen and (min-width: 1000px) and (min-height: 0px) {
  .article-fixed #textSize h5 {
    margin-top: 0; } }

.article-share {
  margin: 0; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .article-share {
      display: inline-block;
      width: 80%; } }
  .article-share li {
    padding: 0;
    display: inline-block;
    width: 25%;
    margin-right: -.25em;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    vertical-align: top; }
    @media only screen and (min-width: 1000px) and (min-height: 0px) {
      .article-share li {
        display: block;
        text-align: left;
        border-right: none;
        width: auto; } }

.article-share li a {
  height: 40px;
  padding-top: 12px;
  width: 100%;
  display: block; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article-share li a {
      color: #262626;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      padding: 5px 0;
      font-family: 'Futura', sans-serif;
      font-weight: 900;
      height: auto; } }

.article-share li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.article-share li a span {
  display: none; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article-share li a span {
      display: inline; } }

.article-share li a img {
  display: inline-block;
  width: 16px;
  height: 16px; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .article-share li a img {
      margin-right: 10px;
      margin-bottom: -2px;
      display: inline-block; } }

.page-header-image img {
  height: 54px;
  width: auto;
  margin: 0 16px 15px;
  display: inline-block;
  vertical-align: middle; }

.page-header-image.events img {
  margin: 0 8px 15px 16px; }
.page-header-image.authors img {
  margin-right: -3px; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* 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. */ }

.article-title-block span a {
  max-width: 100% !important;
  height: auto !important; }

.btn-pagination {
  display: inline-block; }

.article-title-block span span {
  max-width: 100% !important;
  height: auto !important; }

.article-content div span {
  max-width: 100% !important;
  height: auto !important; }

.spirit-ad {
  display: none;
  text-align: center;
  padding: 40px;
  background-color: #262626;
  color: #fff;
  margin: 50px 0 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }
  .spirit-ad h5 {
    margin-bottom: 10px;
    color: #f2f2f2;
    font-size: 14px; }
    .spirit-ad h5 span {
      font-family: 'Merriweather', serif;
      font-size: 16px;
      font-style: italic;
      text-transform: none;
      letter-spacing: 0;
      font-weight: 900; }
  .spirit-ad a {
    color: #fff;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 11px;
    padding: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .spirit-ad .btn {
    background-color: transparent;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
    max-width: 100%;
    min-width: 100%;
    font-size: 10px;
    padding-bottom: 14px;
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    min-width: 0;
    margin: 10px; }
    .spirit-ad .btn:hover {
      background-color: #f2f2f2;
      color: #d71f26; }
    .spirit-ad .btn + .btn {
      background-color: #f2f2f2;
      color: #d71f26; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .spirit-ad {
      display: block; } }

.spirt-sidebar-ad .spirit-ad {
  padding: 25px;
  display: none; }
  .spirt-sidebar-ad .spirit-ad .btn {
    margin: 15px 0 0; }
    .spirt-sidebar-ad .spirit-ad .btn:hover {
      background-color: #f2f2f2;
      color: #d71f26; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .spirt-sidebar-ad .spirit-ad {
      display: block;
      margin-top: 4px; } }

.post-grid ul {
  margin-top: 0px;
  text-align: center; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid ul {
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: -1.5%;
      margin-right: -1.5%; } }

.post-grid > ul li {
  text-align: left;
  margin-bottom: 10%;
  overflow-x: hidden;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  margin-bottom: 0; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid > ul li {
      overflow-x: visible;
      width: 50%;
      margin-right: -.125em;
      margin-left: -.125em;
      display: inline-block;
      padding: 1.5% 1.5% 1.5%;
      vertical-align: top;
      margin-bottom: 4.5%;
      margin-top: -1.5%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .post-grid > ul li {
      width: 33.3334%; } }

.post-grid > ul li > a {
  border-top: 2px solid #262626;
  padding: 1.25em 0;
  display: block;
  overflow: hidden; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid > ul li > a {
      overflow: visible;
      padding-bottom: 0; } }

.post-grid ul li > a .img-wrap {
  width: 30%;
  float: left; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid ul li > a .img-wrap {
      width: 100%;
      float: none;
      position: relative; } }
  .post-grid ul li > a .img-wrap span.thumb-placeholder {
    padding-bottom: 65%;
    background-size: auto 70%; }
    @media only screen and (min-width: 600px) and (min-height: 0px) {
      .post-grid ul li > a .img-wrap span.thumb-placeholder {
        background-size: auto 40%; } }

.single-post-thumbnail {
  margin-top: 1.5em; }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .post-grid ul li > a .info-wrap {
    margin-top: 1.5em; } }

.post-grid ul li > a .post-category,
.post-grid ul li > a h4,
.post-grid ul li > a .by {
  width: 70%;
  margin-right: -4px;
  padding-left: 15px;
  float: right; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid ul li > a .post-category,
    .post-grid ul li > a h4,
    .post-grid ul li > a .by {
      width: 100%;
      padding-left: 0;
      position: relative;
      float: none; } }

.post-grid ul li > a .by {
  margin-top: 1em;
  margin-bottom: 0; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid ul li > a .by {
      margin-top: 0; } }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .btn.load-more {
    width: 30.33%;
    max-width: 30.33%;
    width: 31.83%;
    max-width: 31.83%;
    margin: 5em auto 7em; } }

.btn.load-more > div {
  width: 2px;
  height: 8px;
  background-color: #f2f2f2;
  display: inline-block;
  position: relative;
  margin-right: 13px; }

.btn.load-more > div span {
  display: block;
  height: 2px;
  width: 8px;
  background-color: #f2f2f2;
  display: inline-block;
  position: absolute;
  left: -3px;
  top: 3px; }

@media only screen and (min-width: 850px) and (min-height: 0px) {
  .post-grid.neighborhood > ul li.first-six {
    width: 33.3334%; } }

@media only screen and (min-width: 850px) and (min-height: 0px) {
  .post-grid.neighborhood > ul li,
  .post-grid.related > ul li {
    width: 25%; } }

.post-grid.section > ul li.first-child.first-four {
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid.section > ul li.first-child.first-four {
      width: 100%; } }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .post-grid.section > ul li.first-child.first-four a {
    float: left;
    width: 100%;
    border-top: none;
    padding-top: 0; } }

.post-grid.section > ul li.first-child.first-four a .info-wrap {
  width: 100%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid.section > ul li.first-child.first-four a .info-wrap {
      float: right;
      width: 48.5%;
      margin-top: 0;
      border-top: 2px solid #262626;
      padding-top: 1.5em; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .post-grid.section > ul li.first-child.first-four a .info-wrap {
      width: 31.83334%; } }

.post-grid.section > ul li.first-child.first-four a .img-wrap {
  width: 100%;
  margin-bottom: 1.25em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .post-grid.section > ul li.first-child.first-four a .img-wrap {
      width: 48.5%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .post-grid.section > ul li.first-child.first-four a .img-wrap {
      width: 65.1667%; } }

.post-grid.section > ul li.first-child.first-four a .info-wrap span,
.post-grid.section > ul li.first-child.first-four a .info-wrap p,
.post-grid.section > ul li.first-child.first-four a .info-wrap h4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 850px) and (min-height: 0px) {
  .post-grid.section > ul li.first-child.first-four a h4 {
    font-size: 1.5em;
    margin: .5em 0;
    letter-spacing: -.02em; } }
@media only screen and (min-width: 1200px) and (min-height: 0px) {
  .post-grid.section > ul li.first-child.first-four a h4 {
    font-size: 2em;
    margin: .5em 0;
    line-height: 1.35em; } }

.wp-caption {
  margin-top: 2em;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: inherit;
  text-align: inherit;
  background: transparent; }
  .wp-caption img {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 1200px) and (min-height: 0px) {
  .post-grid.section > ul li.first-child.first-four a p {
    font-size: 1em; } }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .post-grid.section > ul li.first-child.first-four .img-wrap {
    width: 48.5%;
    float: left;
    margin-right: 3%; } }
@media only screen and (min-width: 850px) and (min-height: 0px) {
  .post-grid.section > ul li.first-child.first-four .img-wrap {
    width: 65.1667%; } }

@media only screen and (min-width: 850px) and (min-height: 0px) {
  .post-grid.section > ul li.first-four {
    width: 33.3334%; } }

@media only screen and (min-width: 850px) and (min-height: 0px) {
  .post-grid.section > ul li,
  .post-grid.related > ul li {
    width: 25%; } }

.events .load-more {
  margin-top: 0px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .events .load-more {
      margin-top: 5em; } }

.events > li {
  border-top: 1px solid #d2d2d2; }
  @media only screen and (min-width: 1200px) and (min-height: 0px) {
    .events > li {
      font-size: 16px; } }

.events > li a {
  padding: 1em 0;
  display: block;
  overflow-y: hidden; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .events > li a {
      padding: 1.5em; } }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .events > li a:hover {
    background-color: #fff; } }

.events .location-badge {
  display: none; }

.events .img-wrap {
  float: right;
  width: 33.3334%; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .events .img-wrap {
      width: 16.6667%; } }
  .events .img-wrap span.thumb-placeholder {
    padding-bottom: 65%;
    background-size: auto 70%; }
    @media only screen and (min-width: 600px) and (min-height: 0px) {
      .events .img-wrap span.thumb-placeholder {
        background-size: auto 60%; } }

.events .info-wrap {
  float: right;
  width: 66.6667%;
  padding-right: 6%; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .events .info-wrap {
      width: 83.3334%;
      padding-right: 5%; } }

.events .info-wrap .post-category {
  margin-bottom: .65em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .events .info-wrap .post-category {
      margin-bottom: .85em; } }

.events .info-wrap h4 {
  margin-bottom: .75em; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .events .info-wrap h4 {
      margin-bottom: 0; } }

.events .info-wrap p {
  font-size: 1.075em;
  line-height: 1.5em;
  display: none; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .events .info-wrap p {
      display: block;
      font-size: 1em;
      line-height: 1.75em; } }

.slideshow {
  position: relative; }
  .slideshow ul.slides {
    margin: 0;
    z-index: 1; }
    .slideshow ul.slides li {
      position: relative; }
      .slideshow ul.slides li img {
        max-width: none;
        width: 100%;
        height: auto; }

.thumb-placeholder {
  display: block;
  width: 100%;
  background-color: #19191a;
  padding-bottom: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 65px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .thumb-placeholder {
      padding-bottom: 65%;
      background-size: auto 60%; } }
  .thumb-placeholder.bridesburg {
    background-image: url(../images/bridesburg-black.png);
    background-image: url(../images/bridesburg-black.svg); }
  .thumb-placeholder.kensington {
    background-image: url(../images/kensington-black.png);
    background-image: url(../images/kensington-black.svg); }
  .thumb-placeholder.northern-liberties {
    background-image: url(../images/bridesburg-black.png);
    background-image: url(../images/bridesburg-black.svg); }
  .thumb-placeholder.fishtown {
    background-image: url(../images/fishtown-black.png);
    background-image: url(../images/fishtown-black.svg); }
  .thumb-placeholder.port-richmond {
    background-image: url(../images/kensington-black.png);
    background-image: url(../images/kensington-black.svg); }

@media only screen and (min-width: 600px) and (min-height: 0px) {
  .slideshow.top {
    margin-top: 5%; } }
@media only screen and (min-width: 850px) and (min-height: 0px) {
  .slideshow.top {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
    width: 65.166%; } }
.slideshow.top .slides li {
  background-color: #ccc;
  max-height: 100%;
  overflow-x: visible;
  overflow-y: hidden;
  width: 100%; }

.headlines {
  padding: 5% 0;
  margin: 0 5%;
  border-bottom: 2px solid #262626; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .headlines {
      margin: 0; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .headlines {
      border-bottom: none;
      margin-top: 0;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      margin-right: -.25em;
      margin-left: 3%;
      width: 31.833%; } }
  .headlines > h4 {
    display: block;
    margin-top: 0px;
    margin-bottom: 1em; }
    @media only screen and (min-width: 850px) and (min-height: 0px) {
      .headlines > h4 {
        border-top: 2px solid #262626;
        padding-top: 16px; } }
    .headlines > h4 a {
      font-size: 10px;
      float: right;
      color: #888;
      border-bottom: 2px solid #d2d2d2;
      padding-bottom: 2px;
      line-height: 1em;
      margin-top: 4px; }
      .headlines > h4 a:hover {
        color: #262626;
        border-color: #d71f26; }
  .headlines li {
    display: block;
    margin: 0;
    position: relative;
    border-top: 1px solid #d2d2d2; }
    .headlines li a {
      margin: 0 -15px;
      padding: 15px;
      display: block; }
      .headlines li a:hover {
        background: #fff; }
        .headlines li a:hover img {
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
      .headlines li a .img-wrap {
        vertical-align: top;
        width: 30%;
        margin-right: -.25em;
        display: none; }
        @media only screen and (min-width: 1000px) and (min-height: 0px) {
          .headlines li a .img-wrap {
            display: inline-block; } }
        .headlines li a .img-wrap + .info-wrap {
          display: inline-block;
          vertical-align: top; }
          @media only screen and (min-width: 1000px) and (min-height: 0px) {
            .headlines li a .img-wrap + .info-wrap {
              margin-right: -.25em;
              width: 65%;
              margin-left: 5%; } }
      .headlines li a .info-wrap .post-category {
        margin-bottom: .75em; }
        .headlines li a .info-wrap .post-category .recently-in {
          display: none; }
          @media only screen and (min-width: 850px) and (min-height: 0px) {
            .headlines li a .info-wrap .post-category .recently-in {
              display: inline; } }
      .headlines li a .info-wrap h4 {
        font-size: 1em;
        line-height: 1.5em;
        font-family: 'Merriweather', serif;
        text-transform: none;
        letter-spacing: 0;
        color: #262626;
        margin-bottom: .3em; }
        .headlines li a .info-wrap h4 span {
          display: inline;
          -webkit-transition: border 0.2s ease-in-out;
          -moz-transition: border 0.2s ease-in-out;
          -o-transition: border 0.2s ease-in-out;
          border-bottom: 1px solid transparent; }
        @media only screen and (min-width: 850px) and (min-height: 0px) {
          .headlines li a .info-wrap h4 {
            font-size: .85em; } }

.slideshow .next,
.slideshow .prev {
  bottom: 9px;
  height: auto;
  width: 75px;
  z-index: 2;
  margin-top: 0;
  bottom: -36px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out, right 0.2s ease-in-out; }

.slideshow.top .image-area {
  position: relative; }

.slideshow .next {
  background-image: url(../images/arrow-right.png);
  background-image: url(../images/arrow-right.svg);
  background-position: right center;
  right: 5%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .slideshow .next {
      right: 0px; } }

.slideshow .prev {
  background-image: url(../images/arrow-left.png);
  background-image: url(../images/arrow-left.svg);
  background-position: left center;
  left: 5%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .slideshow .prev {
      left: 0px; } }

.slideshow.top ul.slides li .slide-info {
  text-align: center;
  height: 175px;
  display: table;
  width: 100%;
  background-color: #fff;
  text-align: left;
  background-color: transparent;
  display: block;
  height: auto;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }
  .slideshow.top ul.slides li .slide-info img {
    max-width: 70px;
    height: auto; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .slideshow.top ul.slides li .slide-info {
      text-align: left;
      background-color: transparent;
      display: block;
      height: auto;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block; } }

.detailPager {
  display: none; }
  @media only screen and (min-width: 1000px) and (min-height: 0px) {
    .detailPager {
      display: block;
      margin: 0; } }

.detailPager li {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  min-height: 127px;
  cursor: pointer;
  margin: 0;
  padding: 1.25em 0 1em;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out; }

.detailPager li > div {
  padding: 0 6%;
  width: 100%;
  border-left: 1px solid #d2d2d2;
  min-height: 95px; }

.detailPager li.last-child > div {
  border-right: 1px solid #d2d2d2; }

.detailPager li.active {
  background-color: #fff; }

.detailPager li span.post-category {
  color: #888;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out; }

.detailPager li h3 {
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #888;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out; }

.detailPager li.active span.post-category,
.detailPager li.active:hover span.post-category {
  color: #d71f26; }

.detailPager li.active h3,
.detailPager li:hover h3,
.detailPager li:hover span.post-category {
  color: #262626; }

.slidePager {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 1em 0 1em 0;
  border-bottom: 2px solid #262626;
  width: 90%;
  margin: 0 auto 4%; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .slidePager {
      width: 100%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .slidePager {
      margin: 0 auto;
      border-bottom: none; } }

.slidePager span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #262626;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 5px; }

.slidePager span.active {
  border-color: #d71f26; }

.slideshow.top hr.tiny {
  margin-left: auto; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .slideshow.top hr.tiny {
      margin-left: auto; } }

.slideshow ul.slides li .btn.more {
  display: none;
  padding: 11px 11px 9px;
  width: auto;
  min-width: 100px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .slideshow ul.slides li .btn.more {
      display: block;
      position: absolute;
      right: 30px;
      bottom: 30px;
      min-width: 100px; } }

.slideshow ul.slides li.right .btn.more {
  left: 30px;
  right: auto; }

.slideshow ul.slides li {
  background-position: center;
  background-size: cover;
  padding-bottom: 100%; }
  @media only screen and (max-width: 600px) and (max-height: 350px) {
    .slideshow ul.slides li {
      padding-bottom: 50%; } }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .slideshow ul.slides li {
      display: none;
      padding-bottom: 60%; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .slideshow ul.slides li {
      padding-bottom: 70%;
      padding-bottom: 450px; } }
  @media only screen and (min-width: 1200px) and (min-height: 0px) {
    .slideshow ul.slides li {
      padding-bottom: 60%; } }
  .slideshow ul.slides li .position {
    position: absolute;
    bottom: 7%;
    left: 5%;
    right: 5%;
    padding-top: 5%; }
    @media only screen and (min-width: 850px) and (min-height: 0px) {
      .slideshow ul.slides li .position {
        bottom: 32px;
        left: 30px;
        right: 50px;
        padding-top: 30px; } }
    @media only screen and (min-width: 1000px) and (min-height: 0px) {
      .slideshow ul.slides li .position {
        right: 15%; } }
  .slideshow ul.slides li .slide-info a {
    display: block;
    color: #262626;
    padding: 20px 5% 15px;
    display: table-cell;
    vertical-align: middle;
    display: block;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%; }
    .slideshow ul.slides li .slide-info a .post-category {
      color: #262626;
      background-color: #f2f2f2;
      padding: 5px 7px 2px;
      display: inline-block;
      margin-bottom: 15px;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out; }
    .slideshow ul.slides li .slide-info a p {
      display: none; }
      @media only screen and (min-width: 1000px) and (min-height: 0px) {
        .slideshow ul.slides li .slide-info a p {
          display: block;
          color: #f2f2f2;
          font-size: 14px;
          margin-bottom: 0; } }
      .slideshow ul.slides li .slide-info a p .by {
        font-weight: 900;
        font-style: italic;
        font-size: 14px;
        font-family: 'Merriweather', serif;
        display: inline;
        text-transform: none;
        letter-spacing: 0;
        color: #f2f2f2; }
    .slideshow ul.slides li .slide-info a h3 {
      max-height: none;
      text-overflow: ellipsis;
      max-width: 700px;
      padding-right: 30px;
      margin: 0;
      font-family: 'Merriweather', serif;
      color: #f2f2f2;
      font-size: 1.5em;
      letter-spacing: 0;
      font-weight: 700;
      text-transform: none;
      line-height: 1.33em; }
      @media only screen and (min-width: 1200px) and (min-height: 0px) {
        .slideshow ul.slides li .slide-info a h3 {
          font-size: 2em; } }
      .slideshow ul.slides li .slide-info a h3 span {
        display: inline;
        border-bottom: 1px solid transparent;
        -webkit-transition: border 0.2s ease-in-out;
        -moz-transition: border 0.2s ease-in-out;
        -o-transition: border 0.2s ease-in-out; }
    .slideshow ul.slides li .slide-info a hr.tiny {
      border-color: #fff;
      margin: 13px 0 18px; }
    @media only screen and (min-width: 850px) and (min-height: 0px) {
      .slideshow ul.slides li .slide-info a {
        background-color: rgba(0, 0, 0, 0.35); } }
    .slideshow ul.slides li .slide-info a:hover {
      background-color: rgba(0, 0, 0, 0.45); }
      .slideshow ul.slides li .slide-info a:hover h3 span {
        border-color: rgba(255, 255, 255, 0.35); }
      .slideshow ul.slides li .slide-info a:hover .post-category {
        color: #d71f26; }

.slideshow ul.slides li.right .slide-info {
  left: auto;
  right: 30px; }

.slideshow ul.slides li img.slide-location {
  display: none;
  width: auto; }
  @media only screen and (min-width: 600px) and (min-height: 0px) {
    .slideshow ul.slides li img.slide-location {
      display: block;
      margin: -2px 0 20px -2px;
      position: absolute; } }

.info {
  padding-top: 20px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .info {
      padding-top: 50px; } }
  .info .h6 {
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    font-weight: 900;
    color: #d71f26;
    margin-bottom: 25px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .info .info-intro {
      width: 65.166%;
      display: inline-block;
      vertical-align: top;
      margin-right: -.25em;
      padding-right: 5%; }
      .info .info-intro h2 p {
        font-size: 1em;
        line-height: 1.33em;
        max-width: 800px; } }
    @media only screen and (min-width: 850px) and (min-height: 0px) and (min-width: 850px) and (min-height: 0px) {
      .info .info-intro h2 p {
        line-height: 1.5em; } }
    @media only screen and (min-width: 850px) and (min-height: 0px) and (min-width: 1000px) and (min-height: 0px) {
      .info .info-intro h2 p {
        font-size: 1.15em; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
        .info .info-intro h2 p i, .info .info-intro h2 p em {
          font-style: italic; } }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .info .info-contact {
      width: 31.833%;
      display: inline-block;
      vertical-align: top;
      margin-right: -.25em;
      margin-left: 3%; } }
  .info .info-contact .social a {
    display: block; }
    .info .info-contact .social a img {
      width: 16px;
      display: inline-block;
      vertical-align: middle; }

.info-bottom {
  margin-top: 50px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .info-bottom {
      border-top: 2px solid #262626;
      padding-top: 20px;
      padding-top: 50px; } }
  .info-bottom .h6 {
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    font-weight: 900;
    color: #d71f26;
    margin-bottom: 25px; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .info-bottom .contributors {
      width: 65.166%;
      display: inline-block;
      vertical-align: top;
      margin-right: -.25em;
      border-bottom: 1px solid #d2d2d2; } }
  .info-bottom .contributors ul {
    margin-bottom: 0; }
    .info-bottom .contributors ul li {
      border-top: 1px solid #d2d2d2;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out; }
      .info-bottom .contributors ul li .accordion-title {
        padding-right: 5%;
        padding: 20px 0 19px;
        cursor: pointer; }
      .info-bottom .contributors ul li p.position {
        margin: 0;
        font-style: italic; }
      .info-bottom .contributors ul li .accordion-content > div {
        padding-right: 5%;
        padding-left: 0;
        padding-bottom: 30px; }
        .info-bottom .contributors ul li .accordion-content > div hr.tiny {
          margin: .2em 0 1.75em; }
        .info-bottom .contributors ul li .accordion-content > div p {
          font-size: 1em; }
        .info-bottom .contributors ul li .accordion-content > div div a {
          font-family: 'Futura', sans-serif;
          text-transform: uppercase;
          letter-spacing: .15em;
          font-size: 10px;
          font-weight: 900;
          color: #d71f26; }
          .info-bottom .contributors ul li .accordion-content > div div a:after {
            content: '|';
            margin-left: 4px;
            vertical-align: middle;
            display: inline-block;
            margin-top: -1px; }
          .info-bottom .contributors ul li .accordion-content > div div a:last-child:after {
            content: '';
            display: none; }
  @media only screen and (min-width: 850px) and (min-height: 0px) {
    .info-bottom .ad-with-us {
      width: 31.833%;
      display: inline-block;
      vertical-align: top;
      margin-right: -.25em;
      margin-left: 3%; } }
  .info-bottom .ad-with-us .spirit-ad {
    display: block;
    margin-top: 20px; }

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