/*!
Theme Name: Berkeleyside Three
Theme URI: //www.berkeleyside.com/
Author: Doug Ng
Author URI: //design-ng.com/
Description: Custom theme developed for Berkeleyside.
Version: 2.0.10
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: berkeleyside-three

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.

Berkeleyside Three is based on Underscores //underscores.me/, (C) 2012-2016 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 //necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## 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: 2.25em;
  margin: 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: 0; }

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-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: "Source Serif Pro", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.125;
  margin: 0; }

p {
  margin: 0 0 1.375em; }

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

blockquote {
  margin: 0 1.5em 1.375em;
  padding-left: 0.75em;
  border-left: 2px solid #7a7c7d; }

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 https://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, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul, ol {
  margin: 0 0 1.35em 1.25em;
  padding: 0; }

ul {
  list-style: disc outside none; }

ol {
  list-style: decimal outside none; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.375em; }

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0053A5;
  text-decoration: none; }
  a:visited {
    color: #0053A5; }
  a:hover, a:focus, a:active {
    color: #3F9EEA; }
  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 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 li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 40em) {
  .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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# 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;
  table-layout: fixed; }

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

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

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

.hentry {
  margin: 0 0 1em; }

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

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## 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 {
  color: #7a7c7d;
  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.375em 0;
    font-size: 14px;
    font-size: 0.875rem; }

.wp-caption-text {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 30em) {
    .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 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a7c7d;
  padding: 0.5em 0;
  display: block; }

@media (min-width: 64em) {
  .gallery {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
    border-top: 2px solid #d3d7d8;
    border-bottom: 2px solid #d3d7d8;
    clear: both; } }

.gallery-item {
  margin: 0 0 0.5em; }

@media (min-width: 30em) {
  .gallery-columns-2 .gallery-item:nth-child(odd) {
    padding-right: 0.5em; }
  .gallery-columns-2 .gallery-item:nth-child(even) {
    padding-left: 0.5em; } }

.gallery-columns-3 .gallery-item:nth-child(1) {
  padding-right: 0.5em; }

.gallery-columns-3 .gallery-item:nth-child(2) {
  padding-right: 0.5em;
  padding-left: 0.5em; }

.gallery-columns-3 .gallery-item:nth-child(3) {
  padding-left: 0.5em; }

@media (min-width: 64em) {
  .single-post .gallery {
    margin-left: -10.75em; } }

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative; }
  .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
    content: "";
    display: block; }
  .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* WP BLOCK IMAGE */
.wp-block-image {
  margin-bottom: 0; }
  .wp-block-image .align-right,
  .wp-block-image .align-left,
  .wp-block-image .align-center {
    margin-bottom: 1.375em; }

.wp-video {
  margin-bottom: 1.375em; }

div.twitter-tweet {
  margin-bottom: 1.375em; }
  div.twitter-tweet .twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto; }

div.fb-post {
  margin-bottom: 1.375em; }

div.fb-video + p {
  margin-top: 2rem; }

/*--------------------------------------------------------------
# Berkeleyside custom
--------------------------------------------------------------*/
/* import style sheets */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.375rem; }

h1 {
  font-weight: 600; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0.5em; }

h4, h5, h6 {
  line-height: 1.375; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

/* ------------------------------ */
article:last-child,
p:last-child {
  margin-bottom: 0; }

img {
  display: block; }

nav {
  font-family: "Source Sans Pro", sans-serif; }

nav ul,
.menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0; }

tr {
  border-bottom: 1px solid #E6EAEC; }

th {
  font-weight: 600;
  padding: 0.25em;
  background: #E6EAEC;
  border: 1px solid #fff; }

td {
  padding: 0.375em; }

/*--------------------------------------------------------------
# Classes
--------------------------------------------------------------*/
.page-title {
  margin-bottom: 0; }

.primary-category {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #d3d7d8;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .primary-category {
      margin-bottom: 0; } }
  .primary-category a {
    color: #7a7c7d; }
    .primary-category a:hover {
      color: #3F9EEA; }

.edit-link {
  display: none; }

a.anchor-block {
  display: block; }

.entry-meta {
  font-size: 14px;
  font-size: 0.875rem; }
  .entry-meta .byline + .posted-on,
  .entry-meta time {
    white-space: nowrap; }
  .entry-meta .byline {
    /*
		.author::after {
		  content: ', ';
		}
		.author:nth-last-child(2)::after {
		  content: ' and ';
		}
		.author:last-child::after {
		  content: none;
		}
		*/ }
    .entry-meta .byline::after {
      content: ', '; }
  .entry-meta .posted-on.published-today .date {
    display: none; }
  .entry-meta .posted-on.published-today .hour {
    color: #C1272D; }
  .entry-meta .posted-on.published-past .hour {
    display: none; }
  .entry-meta a {
    color: #393a3b; }
    .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active {
      color: #3F9EEA; }

.articles-list {
  list-style: none;
  margin: 0; }

.entry-title {
  font-family: "Source Serif Pro", serif;
  margin-bottom: 0.25em; }
  .entry-title a {
    color: #393a3b; }
    .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
      color: #3F9EEA; }

.section-header h1, .section-header h2,
.aside-header h1,
.aside-header h2 {
  font-family: "Source Sans Pro", sans-serif; }

.section-header a,
.aside-header a {
  color: #fff;
  display: block; }

.section-header .section-title,
.section-header .aside-title,
.aside-header .section-title,
.aside-header .aside-title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
  margin-bottom: 0; }
  .section-header .section-title i,
  .section-header .aside-title i,
  .aside-header .section-title i,
  .aside-header .aside-title i {
    margin-left: 0.25em; }

.updated-date .updated {
  display: inline-block;
  padding-top: 0.125rem; }
  .updated-date .updated::before {
    content: 'Updated '; }

.updated-date .published {
  display: none; }

.updated-date.today .updated {
  color: #C1272D; }

.updated-date.past .updated {
  color: #393a3b; }

.single .updated-date .published {
  display: block; }

/* Primary Flex Items */
#main {
  flex: 1 1 auto; }

.admin-note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1; }
  .admin-note.edit-post-link {
    margin-top: 0.5em; }
  .admin-note.post-count {
    color: #fff;
    background-color: #a82c0b;
    padding: 0.25em;
    margin: 1em 1em 0; }

.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1em; }
  .facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/* Post Meta
--------------------------------------------------------------*/
.comments-number {
  display: inline-block;
  /*
	.number {
		@include font-size(1);
		color: #fff;
	    text-align: center;
		display: block;
		min-width: 30px;
		padding: 1px 6px 2px;
		background-color: $brk_color__neutral-medium-dark;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	}

	.comments-number-link:after {
		content: "";
	    display: block;
	    margin: 0 auto;
	    width: 0;
	    height: 0;
	    border-top: 8px solid $brk_color__neutral-medium-dark;
	    border-left: 8px solid transparent;
	}
	*/ }
  .comments-number:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 8px solid #adb0b1;
    border-right: 8px solid transparent; }
  .comments-number:hover:after {
    border-top: 8px solid #3F9EEA; }
  .comments-number .comments-number-link {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    display: block;
    min-width: 30px;
    padding: 2px 6px 1px;
    background-color: #adb0b1;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .comments-number .comments-number-link:hover {
      color: #fff;
      background-color: #3F9EEA; }

.tags-links {
  display: block;
  margin-bottom: 1em; }

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
.share-icons ul {
  list-style: none;
  display: block; }
  .share-icons ul li {
    float: left;
    margin-right: 0.25em;
    line-height: 1;
    font-size: 29px;
    font-size: 1.8125rem;
    margin-top: -2px;
    color: #7a7c7d; }

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.widget-title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  border-top: 1px solid #7a7c7d; }

@media (min-width: 40em) {
  .sidebar-with-background {
    background-color: #E6EAEC;
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em; } }

.page-aside h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #7a7c7d;
  padding: 0.5rem;
  border-radius: 3px; }

#dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget h1.aside-title a {
  color: #fff; }
  #dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget h1.aside-title a:hover {
    color: #fff; }

#dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget ul.dpe-flexible-posts {
  list-style: none;
  margin: 0.5em 0 0; }
  #dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget ul.dpe-flexible-posts li {
    margin-bottom: 0.5em;
    background: none; }
    #dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget ul.dpe-flexible-posts li:last-child {
      margin-bottom: 0; }
    #dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget ul.dpe-flexible-posts li a {
      display: flex; }
    #dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget ul.dpe-flexible-posts li .wp-post-image {
      width: 80px;
      height: 80px;
      margin-right: 0.5em; }
    #dpe_fp_widget-2.nosh-aside.widget_dpe_fp_widget ul.dpe-flexible-posts li h4.title {
      font-size: 1.125em;
      line-height: 1.375em; }

.widget_sp_image-description {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.375em; }

#wp-calendar {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  #wp-calendar #next {
    text-align: right; }
  #wp-calendar caption {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  #wp-calendar tr {
    border: none; }
  #wp-calendar th {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: #7a7c7d;
    border: none; }
  #wp-calendar tbody td {
    text-align: center;
    color: #7a7c7d; }
    #wp-calendar tbody td a {
      color: #0053A5;
      padding-top: 1px;
      display: block;
      background-color: #fff; }
      #wp-calendar tbody td a:hover, #wp-calendar tbody td a:focus {
        color: #fff;
        background-color: #3F9EEA; }
  #wp-calendar tbody #today a {
    color: #fff;
    background-color: #0053A5; }
  #wp-calendar tfoot {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }

/*--------------------------------------------------------------
# Flexbox
--------------------------------------------------------------*/
.flex-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch; }

.flex-column-1x {
  flex: 1 0 0; }

.flex-column-2x {
  flex: 2 0 0; }

.flex-1 {
  flex: 1; }

.flex-basis-300 {
  flex: 0 0 300px;
  margin: 0; }
  @media (min-width: 40em) {
    .flex-basis-300 {
      margin: 0 1em; } }

.flex-basis-332 {
  flex: 0 0 332px;
  margin: 0; }
  @media (min-width: 40em) {
    .flex-basis-332 {
      margin: 0 1em; } }

.flex-grow-shrink {
  flex: 1 1 auto; }

@media (min-width: 40em) {
  .flex-row-mobile-tablet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
  .flex-wrap-mobile-tablet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; } }

@media (min-width: 48em) {
  .flex-row-tablet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
  .flex-wrap-tablet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; } }

@media (min-width: 64em) {
  .flex-row-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
  .flex-wrap-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; } }

/*--------------------------------------------------------------
# DAILY BRIEFING SIGNUP BOX
--------------------------------------------------------------*/
.cta-banner {
  display: grid;
  grid-gap: 2em;
  padding: 1em 1em;
  grid-template-columns: 1fr; }
  .cta-banner .become-a-member {
    margin: 0; }
  .cta-banner .become-a-member > * {
    margin: 0 auto; }

#banner-10th-anniversary-mag {
  border: 2px solid #DF8B00; }
  #banner-10th-anniversary-mag .image-10th-anniversay-mag {
    width: 100%; }

.front-page-cta-banner {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  padding: 1em 1em 1.25em;
  background-color: #003467;
  border-top: 3px solid #3F9EEA; }
  .front-page-cta-banner p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center; }
    @media (min-width: 40em) {
      .front-page-cta-banner p {
        margin-bottom: 0;
        font-size: 22px;
        font-size: 1.375rem; } }
  .front-page-cta-banner .font-larger {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }
  .front-page-cta-banner .button {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #003467;
    background-color: #FFD900;
    padding: 0.5em	0.75em;
    border-radius: 1em;
    transition: background-color 0.3s ease;
    border: 1px solid #fff; }
    .front-page-cta-banner .button.join {
      display: block;
      padding: 0.375em;
      margin-top: 0.5em;
      text-transform: uppercase;
      letter-spacing: 0.0625em; }
    .front-page-cta-banner .button:hover {
      background-color: #62B2E8; }
  .front-page-cta-banner #wpforms-363734 .wpforms-form {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center; }
    .front-page-cta-banner #wpforms-363734 .wpforms-form input[type="email"] {
      border-radius: 1em 0 0 1em; }
      @media screen and (min-width: 48em) {
        .front-page-cta-banner #wpforms-363734 .wpforms-form input[type="email"] {
          width: 300px; } }
    .front-page-cta-banner #wpforms-363734 .wpforms-form button[type="submit"] {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #FFD900;
      border-radius: 0 1em 1em 0; }

/*--------------------------------------------------------------
# PROJECT TEXT BANNER
--------------------------------------------------------------*/
.project-text-banner {
  color: #fff;
  padding: 1em;
  margin: 2em 0;
  background-color: #A50053;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 2fr 1fr; }
  @media (min-width: 40em) {
    .project-text-banner {
      grid-gap: 1em 2em; } }
  @media (min-width: 40em) {
    .project-text-banner {
      grid-template-columns: repeat(3, 1fr); } }
  .project-text-banner .fa {
    padding-left: 0.25em; }
  .project-text-banner .project-text-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 0;
    grid-column: 1 / -1; }
    @media (min-width: 30em) {
      .project-text-banner .project-text-title {
        grid-row: 1 / 2; } }
    @media (min-width: 40em) {
      .project-text-banner .project-text-title {
        grid-row: 1 / 2; } }
    @media (min-width: 48em) {
      .project-text-banner .project-text-title {
        font-size: 28px;
        font-size: 1.75rem;
        grid-column: 1 / 3; } }
    @media (min-width: 64em) {
      .project-text-banner .project-text-title {
        font-size: 31px;
        font-size: 1.9375rem;
        grid-column: 1 / 2;
        margin-left: 50%;
        text-align: right; } }
  @media (min-width: 40em) {
    .project-text-banner .project-text-description {
      grid-column: 1 / 3; } }
  @media (min-width: 64em) {
    .project-text-banner .project-text-description {
      grid-column: 2 / 3; } }
  .project-text-banner .project-text-description a {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .project-text-banner .project-text-button {
    grid-column: 1 / -1; }
    @media (min-width: 40em) {
      .project-text-banner .project-text-button {
        grid-column: 1 / 3; } }
    @media (min-width: 64em) {
      .project-text-banner .project-text-button {
        grid-column: 2 / 3; } }
    .project-text-banner .project-text-button a {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      color: #404040;
      text-decoration: none;
      text-align: center;
      display: block;
      padding: 0.25em 0.5em 0.25em 0.625em;
      background-color: #FFD900;
      transition: background 0.3s ease;
      border: 1px solid #AAAAAA;
      border-radius: 15px; }
  .project-text-banner .project-text-image {
    grid-column-start: 2;
    grid-row: 2 / 3; }
    @media (min-width: 30em) {
      .project-text-banner .project-text-image {
        grid-row: 1 / span 2; } }
    @media (min-width: 40em) {
      .project-text-banner .project-text-image {
        grid-column-start: 3;
        grid-row: 1 / span 3; } }
    @media (min-width: 64em) {
      .project-text-banner .project-text-image {
        margin-right: 50%; } }

/*--------------------------------------------------------------
# PLUGINS
--------------------------------------------------------------*/
.wpp-list {
  list-style: none;
  margin: 0 0 0 0.5em; }
  .wpp-list li {
    counter-increment: step-counter;
    margin: 0 0 0.75em 1.375em;
    line-height: 1.25; }
    .wpp-list li:before {
      content: counter(step-counter);
      font-size: 1.25em;
      font-weight: 600;
      color: #393a3b;
      text-align: right;
      display: inline-block;
      width: 1.75em;
      margin-left: -1.875em;
      padding-right: 0.375em; }
  .wpp-list .wpp-stats {
    margin-top: 0.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #adb0b1; }
    .wpp-list .wpp-stats .comments-number:hover:after {
      border-top: 8px solid #adb0b1; }
    .wpp-list .wpp-stats .comments-number-link:hover {
      background-color: #adb0b1; }
  .wpp-list li:last-child .wpp-stats {
    border-bottom: none; }

.page-id-189599 .entry-header {
  border-bottom: 1px solid #adb0b1; }

#add-event {
  position: absolute;
  right: 1em; }
  #add-event .add-event-link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    white-space: nowrap;
    display: block;
    background-color: #3F9EEA;
    width: auto;
    height: auto;
    padding: 5px 8px;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer; }
    #add-event .add-event-link:hover {
      background-color: #0053A5; }

.widget.mks_flickr_widget ul.flickr {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1em; }
  .widget.mks_flickr_widget ul.flickr li {
    float: none;
    margin: 0; }
  .widget.mks_flickr_widget ul.flickr img {
    opacity: 1; }
  .widget.mks_flickr_widget ul.flickr a:hover img {
    opacity: 0.7; }

/* Make the element's opacity pulse*/
/* Usage
    .myElement {
        animation: opacityPulse 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0; 
    }
*/
@-webkit-keyframes opacityPulse {
  0% {
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

.wpforms-poll-answer-count {
  display: none !important; }

/*--------------------------------------------------------------
# ACF MAP
--------------------------------------------------------------*/
.acf-map * {
  font-family: "Source Sans Pro", sans-serif !important; }

/*--------------------------------------------------------------
# OAKLAND LAUNCH BANNER
--------------------------------------------------------------*/
.widget-area .oakland-launch-banner {
  font-size: 1.5em !important;
  margin: 0 0 2rem; }

.oakland-launch-banner {
  font-family: 'Hepta Slab', serif;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.25; }
  @media screen and (min-width: 63em) {
    .oakland-launch-banner {
      font-size: 2.5em; } }
  @media screen and (max-width: 37.5em) {
    .oakland-launch-banner {
      font-size: 1.5em; } }
  @media screen and (min-width: 480px) {
    .oakland-launch-banner .break-large {
      display: block; } }
  .oakland-launch-banner a {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #2B2D42;
    color: #FFD900;
    transition: all 0.3s ease; }
    .oakland-launch-banner a:hover {
      color: #2B2D42 !important;
      background-color: #FFD900; }

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 18px !important; }

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding: 0 !important; }

.hentry div.wpforms-container-full {
  background: #E7F3FC;
  padding: 1em;
  margin-bottom: 1em;
  overflow: auto; }
  .hentry div.wpforms-container-full .wpforms-form h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    background: #0053A5;
    padding: 0.25rem 0.5rem 0.3175rem;
    border-radius: 3px;
    text-transform: uppercase; }
  .hentry div.wpforms-container-full .wpforms-form button[type=submit] {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    border-color: #7a7c7d;
    border-radius: 0.875em;
    line-height: 1;
    background: #3F9EEA !important;
    border: 1px solid !important;
    color: #fff !important;
    font-size: 20px;
    font-size: 1.25rem;
    padding: .375em 0.75em .375em !important;
    transition: background 0.3s ease; }
    .hentry div.wpforms-container-full .wpforms-form button[type=submit]:hover {
      background: #003467 !important; }
  @media (max-width: 48em) {
    .hentry div.wpforms-container-full .wpforms-field {
      width: 100% !important;
      margin-left: 0 !important; } }
  .hentry div.wpforms-container-full .video-redirection strong {
    color: #C1272D; }
  .hentry div.wpforms-container-full .video-directions {
    font-size: 14px;
    font-size: 0.875rem; }
    .hentry div.wpforms-container-full .video-directions.video-rights {
      color: #C1272D; }
    .hentry div.wpforms-container-full .video-directions p {
      margin-bottom: 1rem; }
      .hentry div.wpforms-container-full .video-directions p:last-child {
        margin-bottom: 0; }

/*
 * ==================================================
 * Glboal Main 2.0
 * ==================================================
 * Styles for #main-2-0
 */
#main-2-0 {
  padding: 1em;
  display: grid;
  grid-gap: 2em; }
  #main-2-0 .page-header {
    border-bottom: 2px solid #393a3b; }
    #main-2-0 .page-header .page-title {
      display: inline-block;
      margin-right: 0.25rem; }
    #main-2-0 .page-header .nav-category-children {
      display: inline-block; }
      #main-2-0 .page-header .nav-category-children li {
        display: inline-block;
        margin: 0 0.25rem; }
        #main-2-0 .page-header .nav-category-children li a {
          color: #393a3b; }
          #main-2-0 .page-header .nav-category-children li a:hover {
            color: #3F9EEA; }
    #main-2-0 .page-header .nav-category-siblings {
      display: block;
      margin-bottom: 0.5rem; }
      #main-2-0 .page-header .nav-category-siblings ul {
        display: inline-block; }
      #main-2-0 .page-header .nav-category-siblings li {
        display: inline-block;
        padding: 0 0.25rem; }
        #main-2-0 .page-header .nav-category-siblings li a {
          color: #7a7c7d; }
          #main-2-0 .page-header .nav-category-siblings li a:hover {
            color: #3F9EEA; }
      #main-2-0 .page-header .nav-category-siblings .parent-category {
        font-weight: 700;
        padding-right: 0.375rem;
        text-transform: uppercase; }
        #main-2-0 .page-header .nav-category-siblings .parent-category a {
          color: #393a3b; }
          #main-2-0 .page-header .nav-category-siblings .parent-category a:hover {
            color: #3F9EEA; }
  #main-2-0 .main-section {
    border-top: 3px solid #0053A5; }
  #main-2-0 .section-header {
    padding: 0.25em 0 0;
    margin: 0; }
    #main-2-0 .section-header .section-title,
    #main-2-0 .section-header a {
      color: #0053A5; }
    #main-2-0 .section-header .section-title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      padding: 0 0 0.5em; }
  #main-2-0 .hentry {
    margin-bottom: 0; }
    #main-2-0 .hentry .post-content {
      position: relative; }
    #main-2-0 .hentry .post-hero {
      margin-bottom: 0.5rem; }
    #main-2-0 .hentry .post-thumbnail img {
      width: 100%; }
    #main-2-0 .hentry .entry-summary {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #393a3b;
      margin-top: 0.5rem; }
    #main-2-0 .hentry .entry-header .entry-title {
      font-size: 18px;
      font-size: 1.125rem;
      padding-right: 2.75rem; }
    #main-2-0 .hentry .comments-number-container {
      position: absolute;
      top: 0;
      right: 0; }
    #main-2-0 .hentry .updated-date .updated {
      display: inline-block;
      padding-top: 0.125rem; }
      #main-2-0 .hentry .updated-date .updated::before {
        content: 'Updated '; }
    #main-2-0 .hentry .updated-date .published {
      display: none; }
    #main-2-0 .hentry .updated-date.today .updated {
      color: #C1272D; }
    #main-2-0 .hentry .updated-date.past .updated {
      color: #393a3b; }
    #main-2-0 .hentry .updated-date.past .hour {
      display: none; }
  #main-2-0 .sidebar-callout {
    display: grid;
    grid-gap: 2em; }
  #main-2-0 .widget-title {
    font-size: 24px;
    font-size: 1.5rem; }
    #main-2-0 .widget-title .widget-title-sub {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 400;
      display: block;
      text-transform: none; }
  #main-2-0 .banner-row {
    margin: 0;
    padding: 0; }
  #main-2-0 .posts-navigation {
    background-color: #E6EAEC;
    padding: 0.25em 0.5em;
    margin: 0; }
  #main-2-0 .main-row {
    display: grid;
    grid-gap: 2em; }
    @media screen and (min-width: 48em) {
      #main-2-0 .main-row.one-column-aside {
        grid-template-columns: 1fr 300px; } }
    @media screen and (min-width: 64em) {
      #main-2-0 .main-row.two-column {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 64em) {
      #main-2-0 .main-row.three-column {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 64em) {
      #main-2-0 .main-row.two-column-aside {
        grid-template-columns: 1fr 1fr 300px; } }
    @media screen and (min-width: 64em) {
      #main-2-0 .main-row.two-one-column {
        grid-template-columns: 2fr 1fr; } }
    #main-2-0 .main-row .main-section.width-full {
      grid-column: span 1; }
      @media screen and (min-width: 48em) {
        #main-2-0 .main-row .main-section.width-full {
          grid-column: span 2; } }
      @media screen and (max-width: 30em) {
        #main-2-0 .main-row .main-section.width-full .section-content .hentry:nth-of-type(n+2) {
          border-top: 1px solid #adb0b1;
          padding-top: 0.5em; }
          #main-2-0 .main-row .main-section.width-full .section-content .hentry:nth-of-type(n+2) .post-hero {
            display: none; } }
      #main-2-0 .main-row .main-section.width-full .tag-description.font-small {
        font-size: 16px;
        font-size: 1rem; }
      #main-2-0 .main-row .main-section.width-full .tag-description.font-large {
        font-size: 20px;
        font-size: 1.25rem; }
      @media screen and (min-width: 30em) {
        #main-2-0 .main-row .main-section.width-full .post-grid-2 {
          grid-template-columns: repeat(2, 1fr); } }
      #main-2-0 .main-row .main-section.width-full .post-grid-2.reviewed-panel {
        grid-template-columns: repeat(3, 1fr); }
      @media screen and (min-width: 30em) {
        #main-2-0 .main-row .main-section.width-full .post-grid-3 .hentry {
          display: grid;
          grid-template-columns: 1fr 2fr;
          grid-gap: 1em; } }
      @media screen and (min-width: 40em) {
        #main-2-0 .main-row .main-section.width-full .post-grid-3 {
          grid-template-columns: repeat(3, 1fr); }
          #main-2-0 .main-row .main-section.width-full .post-grid-3 .hentry {
            display: block; } }
      #main-2-0 .main-row .main-section.width-full .post-grid-3.reviewed-panel {
        grid-template-columns: repeat(4, 1fr); }
        #main-2-0 .main-row .main-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type {
          grid-column: span 2;
          grid-row: span 2; }
          #main-2-0 .main-row .main-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-title {
            font-size: 22px;
            font-size: 1.375rem; }
          #main-2-0 .main-row .main-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-summary {
            display: block;
            font-size: 18px;
            font-size: 1.125rem; }
        #main-2-0 .main-row .main-section.width-full .post-grid-3.reviewed-panel .child-reviewed-panel {
          grid-column: span 2; }
      @media screen and (min-width: 30em) {
        #main-2-0 .main-row .main-section.width-full .post-grid-4 {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 48em) {
        #main-2-0 .main-row .main-section.width-full .post-grid-4 {
          grid-template-columns: repeat(4, 1fr); } }
      #main-2-0 .main-row .main-section.width-full .post-grid-4 > * {
        grid-column: span 1; }
      #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel {
        grid-template-columns: repeat(7, 1fr); }
        #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel > * {
          grid-column: span 2; }
          #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel > * .entry-title {
            display: block;
            font-size: 17px;
            font-size: 1.0625rem; }
        #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type {
          grid-column: span 3;
          grid-row: span 2; }
          #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-title {
            font-size: 22px;
            font-size: 1.375rem; }
          #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-summary {
            display: block;
            font-size: 18px;
            font-size: 1.125rem; }
        #main-2-0 .main-row .main-section.width-full .post-grid-4.reviewed-panel .child-reviewed-panel {
          grid-column: span 2; }
      #main-2-0 .main-row .main-section.width-full .post-grid-5.reviewed-panel {
        grid-template-columns: repeat(3, 1fr); }
        #main-2-0 .main-row .main-section.width-full .post-grid-5.reviewed-panel > * .entry-title {
          display: block;
          font-size: 17px;
          font-size: 1.0625rem; }
    #main-2-0 .main-row .main-section.width-half .articles-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1em 2em; }
      #main-2-0 .main-row .main-section.width-half .articles-list.post-grid-3 li:first-of-type {
        grid-row: span 2; }
        #main-2-0 .main-row .main-section.width-half .articles-list.post-grid-3 li:first-of-type .entry-summary {
          display: none; }
      #main-2-0 .main-row .main-section.width-half .articles-list.post-grid-4 li:first-of-type {
        grid-row: span 3; }
      #main-2-0 .main-row .main-section.width-half .articles-list.post-grid-5 li:first-of-type {
        grid-row: span 4; }
    #main-2-0 .main-row .main-section.background {
      padding: 0.25em 1em 1em; }
      #main-2-0 .main-row .main-section.background .section-header {
        padding-top: 0.25em; }
        #main-2-0 .main-row .main-section.background .section-header a h2 {
          color: #393a3b; }
    #main-2-0 .main-row .main-section.color-none {
      padding: 0; }
      #main-2-0 .main-row .main-section.color-none .section-header a h2 {
        color: #0053A5; }
      #main-2-0 .main-row .main-section.color-none .tag-description {
        background-color: #E6EAEC;
        padding: 0.5rem 0.75rem; }
    #main-2-0 .main-row .main-section.color-gray {
      background-color: #E6EAEC;
      border-color: #393a3b; }
    #main-2-0 .main-row .main-section.color-red {
      background-color: #FBF2F3;
      border-color: #C1272D; }
    #main-2-0 .main-row .main-section.color-teal {
      background-color: #E5F8F8;
      border-color: #04BFBF; }
    #main-2-0 .main-row .main-section.color-yellow {
      background-color: #fffadf;
      border-color: #ffd900; }
  #main-2-0 .sidebar {
    display: grid;
    grid-gap: 2em 0;
    align-content: start; }
  #main-2-0 .widget {
    margin-bottom: 0;
    padding: 0.75em 1em 1em;
    background-color: #E6EAEC;
    border-top: 3px solid #393a3b;
    /* WP FORMS PLUGIN */ }
    #main-2-0 .widget.bside-ad-widget {
      padding: 0;
      background-color: inherit;
      border-top: none;
      text-align: center; }
    #main-2-0 .widget.bs_zones {
      padding: 0;
      background-color: inherit;
      border-top: none;
      text-align: center; }
    #main-2-0 .widget .widget-title {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Source Sans Pro", sans-serif;
      line-height: inherit;
      color: inherit;
      background-color: inherit;
      padding: 0;
      text-transform: uppercase;
      border-top: none; }
    #main-2-0 .widget div.wpforms-container-full {
      margin-bottom: 0; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-field-container,
      #main-2-0 .widget div.wpforms-container-full .wpforms-submit-container {
        display: inline-block; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-form .wpforms-description {
        margin-bottom: 0.25rem; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 0;
        overflow-x: visible; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-form .wpforms-submit-container {
        padding-top: 0.375rem; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-form input[type=email] {
        padding: 2px 6px;
        height: auto;
        width: 20vw;
        min-width: 240px;
        max-width: 260px;
        margin-right: 0.25rem; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-form button[type=submit] {
        font-size: 16px;
        font-size: 1rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        color: #393a3b;
        text-transform: uppercase;
        background-color: #FFD900;
        border-radius: 1rem;
        border: 1px solid #7a7c7d;
        padding: 0.375rem 0.625rem 0.3125rem; }
      #main-2-0 .widget div.wpforms-container-full .wpforms-form label.wpforms-error {
        color: #fff;
        margin-top: 2px; }
  #main-2-0 .widget-daily-briefing .widget-title {
    font-size: 18px;
    font-size: 1.125rem; }
  #main-2-0 .widget-daily-briefing p {
    margin-bottom: 0.5rem; }
  #main-2-0 .widget-daily-briefing div.wpforms-container-full {
    margin-bottom: 0; }
  #main-2-0 .widget-daily-briefing .wpforms-form .wpforms-field {
    padding: 0;
    overflow-x: visible; }
  #main-2-0 .widget-daily-briefing .wpforms-form input[type=email] {
    padding: 2px 6px;
    height: auto;
    min-width: 240px;
    max-width: 100%; }
  #main-2-0 .widget-daily-briefing .wpforms-form button[type=submit] {
    font-weight: 600; }
  #main-2-0 .widget-daily-briefing .wpforms-form label.wpforms-error {
    color: #fff;
    margin-top: 2px; }
  #main-2-0 .widget.become-a-member {
    text-align: center;
    background-color: #003467;
    border-top-color: #3F9EEA;
    padding-bottom: 1.5em; }
    #main-2-0 .widget.become-a-member .widget-title {
      font-size: 28px;
      font-size: 1.75rem;
      color: #fff;
      line-height: 1.125;
      text-transform: none; }
    #main-2-0 .widget.become-a-member .button.join {
      font-weight: 600;
      font-family: "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      color: #393a3b !important;
      background-color: #FFD900 !important;
      width: 100%;
      padding: 0.25em 0.5em !important;
      border: 1px solid #adb0b1 !important;
      transition: all 0.2s ease;
      border-radius: 2em; }
      #main-2-0 .widget.become-a-member .button.join:hover {
        color: #fff !important;
        background-color: #0053A5 !important; }
  #main-2-0 .category-sidebar .widget {
    background-color: #E6EAEC;
    padding: 1em; }
  #main-2-0 .category-sidebar .widget-title {
    font-size: 22px;
    font-size: 1.375rem; }
    #main-2-0 .category-sidebar .widget-title:first-of-type {
      border-top: none;
      padding-top: 0; }

#news-banner .widget {
  margin: 0;
  padding: 0.5em 1em;
  background-color: #FFD900;
  color: #000; }

#news-banner h2.widget-title {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 0;
  border-top: none;
  background: none;
  color: #000;
  padding: 0; }
  #news-banner h2.widget-title::after {
    content: ": "; }

#news-banner h2 + div {
  display: inline; }
  #news-banner h2 + div p {
    display: inline; }

#news-banner a {
  color: #000;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
  transition: background 0.2s; }
  #news-banner a:hover {
    background: rgba(0, 142, 255, 0.2); }

#news-banner a.pulse {
  animation: opacityPulse 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1; }
  #news-banner a.pulse:hover {
    color: #0053A5;
    animation: none; }

.pis-ul {
  margin: 0;
  display: grid;
  grid-gap: 1em; }
  .pis-ul .pis-thumbnail {
    margin-bottom: 0.5rem; }
  .pis-ul .pis-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.25rem; }
  .pis-ul .tag-covid-19-resources a {
    color: #C1272D; }
    .pis-ul .tag-covid-19-resources a:hover {
      color: #E60008; }

#main-2-0 .widget.widget-nosh-weekly {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  padding: 1.5em 2em 2em;
  margin: 0 auto 0;
  border-top: 3px solid #e03b0e;
  background-color: #a82c0b; }
  #main-2-0 .widget.widget-nosh-weekly .widget-title {
    margin-right: 0.375em; }
  #main-2-0 .widget.widget-nosh-weekly p {
    margin-bottom: 0.25rem; }
  @media screen and (min-width: 48em) {
    #main-2-0 .widget.widget-nosh-weekly .widget-title, #main-2-0 .widget.widget-nosh-weekly p {
      display: inline; } }
  #main-2-0 .widget.widget-nosh-weekly div.wpforms-container-full {
    margin-bottom: 0; }
    #main-2-0 .widget.widget-nosh-weekly div.wpforms-container-full .wpforms-field-container,
    #main-2-0 .widget.widget-nosh-weekly div.wpforms-container-full .wpforms-submit-container {
      display: inline-block; }
  #main-2-0 .widget.widget-nosh-weekly div.wpforms-container-full .wpforms-form button[type="submit"] {
    color: #393a3b;
    background-color: #FFD900; }

/*
 * Styles for the Custom Formats applied in the TinyMCE toolbar
 *
 * See _brk_custom_variables for hex colors
 * Copy the below styles to editor-styles.css to apply the styles in the post editor
 */
.ad-broadstreet {
  margin: 0 auto; }

.ad-container {
  padding: 1em 0; }
  .ad-container.section {
    padding: 0; }
  .ad-container iframe {
    display: block;
    margin: 0 auto; }
  @media (min-width: 40em) {
    .ad-container.ad-with-background {
      background-color: #E6EAEC;
      margin: 1em;
      padding-left: 1em;
      padding-right: 1em;
      display: flex;
      align-items: center; } }

.ad-container.right {
  float: right; }

.ad-container.left {
  float: left; }

.ad-row {
  margin: 1em;
  border-top: 1px solid #adb0b1;
  border-bottom: 1px solid #adb0b1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  .ad-row.ad-container {
    padding: 0; }
    .ad-row.ad-container > * {
      padding: 1em 0; }
    .ad-row.ad-container .ad-type {
      margin-bottom: 1em; }

.ad-type {
  margin: 0 auto; }
  .ad-type img {
    margin: 0 auto; }

.ad-type.super-leaderboard {
  max-width: 970px;
  max-height: 90px; }

.ad-type.mobile-leaderboard {
  max-height: 70px; }
  .ad-type.mobile-leaderboard > div {
    padding: 10px; }

.ad-type.leaderboard {
  max-width: 970px;
  max-height: 90px; }

.ad-type.half-page {
  width: 300px;
  height: 600px; }

.ad-type.medium-rectangle {
  width: 300px;
  height: 250px; }

.ad-column .ad-type + .ad-type {
  margin-top: 2em; }

.content-ad {
  clear: both;
  margin-bottom: 1.375em;
  text-align: center; }
  .content-ad img {
    margin: 0 auto; }

.berke-leaderboard-mobile-placement,
.berke-leaderboard-tablet-placement {
  padding: 1em 0; }
  .berke-leaderboard-mobile-placement img,
  .berke-leaderboard-tablet-placement img {
    margin: 0 auto; }

.berke-med-rectangle-after-paragraph-01,
.berke-med-rectangle-after-paragraph-02,
.berke-med-rectangle-after-paragraph-03,
.berke-med-rectangle-after-paragraph-04 {
  text-align: center;
  padding: 0.25em 0 1em;
  border-top: 1px solid #d3d7d8;
  border-bottom: 1px solid #d3d7d8;
  clear: both; }
  .berke-med-rectangle-after-paragraph-01::before,
  .berke-med-rectangle-after-paragraph-02::before,
  .berke-med-rectangle-after-paragraph-03::before,
  .berke-med-rectangle-after-paragraph-04::before {
    content: 'Advertisement';
    color: #adb0b1;
    font-size: 14px;
    font-size: 0.875rem; }

@media print {
  .berke-med-rectangle-after-paragraph-01,
  .berke-med-rectangle-after-paragraph-02,
  .berke-med-rectangle-after-paragraph-03,
  .berke-med-rectangle-after-paragraph-04 {
    display: none; } }

.bside-guide-container {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #eee;
  max-width: 300px; }
  .bside-guide-container h2 {
    padding: 8px 0 6px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin: 0;
    line-height: 1;
    background-color: #0053A5;
    color: #fff;
    border-bottom: 1px solid #d3d7d8; }

.bside-guide-sections ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* FLEX */
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch; }

.bside-guide-sections ul li {
  background-color: #E6EAEC;
  max-width: 150px;
  height: 150px;
  position: relative;
  /* FLEX */
  flex: 1 1 auto; }
  .bside-guide-sections ul li a {
    display: block;
    width: 100%;
    height: 100%; }
    .bside-guide-sections ul li a:hover {
      background-color: rgba(255, 255, 255, 0.4); }

.bside-guide-sections .guide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.125;
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000; }

.guide-summer-camps {
  background: url(/wp-content/uploads/2017/05/guide-image-summer-camp-.jpg);
  background-size: cover;
  background-position: left; }

.guide-celebrate-mdg {
  background: url(/wp-content/uploads/2017/05/guide-image-celebrate-mom-dad-grad.jpg);
  background-position: right;
  background-size: cover; }

#wpforms-form-378792 {
  margin: 0 auto; }
  @media (min-width: 40em) {
    #wpforms-form-378792 * {
      display: inline-block; } }
  @media (min-width: 40em) {
    #wpforms-form-378792 input[type="email"] {
      width: 400px; } }
  #wpforms-form-378792 button[type="submit"] {
    background-color: #FFD900; }

#pre-header .page-group {
  background-color: #E6EAEC; }
  @media (min-width: 64em) {
    #pre-header .page-group {
      padding: 0; } }

#masthead .site-branding {
  flex: 1 1 30%; }

#masthead #masthead-secondary {
  flex: 1 1 50%; }

#masthead-secondary,
#masthead-secondary-2-0 {
  display: none; }

@media (min-width: 40em) {
  .mobile-menu {
    display: none; } }

.branding-secondary {
  display: grid;
  padding: 1em 1em 0.25em; }
  @media (min-width: 40em) {
    .branding-secondary {
      grid-template-columns: 1fr 300px;
      grid-gap: 2em;
      padding: 1em; } }

#masthead .page-group {
  background-color: #62B2E8; }

#masthead .site-branding {
  position: relative;
  padding: 0.5em 1em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 40em) {
    #masthead .site-branding {
      display: block; } }
  #masthead .site-branding #logo {
    flex: 1 0 70%;
    padding-bottom: 0.25em;
    padding-right: 1em;
    padding-bottom: 0.25em;
    max-width: 240px; }
    @media (min-width: 40em) {
      #masthead .site-branding #logo {
        padding-top: 1em;
        padding-right: 0;
        width: 100%;
        max-width: 450px;
        padding-top: 0;
        padding-bottom: 1em;
        position: absolute;
        bottom: 0; } }
  #masthead .site-branding #logo.nosh-logo {
    width: 100%;
    max-width: 240px;
    padding: 0.75em 2em 0.5em 0; }
    @media (min-width: 40em) {
      #masthead .site-branding #logo.nosh-logo {
        position: absolute;
        bottom: 0.25em;
        max-width: 350px; } }

#masthead .site-branding-2-0 {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0 1em; }
  @media screen and (max-width: 48em) {
    #masthead .site-branding-2-0 {
      align-items: center; } }
  @media screen and (min-width: 40em) {
    #masthead .site-branding-2-0 {
      display: block; } }
  #masthead .site-branding-2-0 #logo {
    max-width: 360px; }
    @media screen and (min-width: 68em) {
      #masthead .site-branding-2-0 #logo {
        grid-row: span 2; } }
  #masthead .site-branding-2-0 .logo-sub.support {
    font-weight: 600;
    color: #003467;
    grid-row: 2;
    display: none; }
    @media screen and (min-width: 40em) {
      #masthead .site-branding-2-0 .logo-sub.support {
        display: block;
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 68em) {
      #masthead .site-branding-2-0 .logo-sub.support {
        grid-row: unset; } }
    #masthead .site-branding-2-0 .logo-sub.support p {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.125;
      margin-left: 0.25rem;
      margin-bottom: 0.25rem; }
      @media screen and (min-width: 30em) {
        #masthead .site-branding-2-0 .logo-sub.support p {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media screen and (min-width: 40em) {
        #masthead .site-branding-2-0 .logo-sub.support p {
          font-size: 22px;
          font-size: 1.375rem; } }
      #masthead .site-branding-2-0 .logo-sub.support p span {
        white-space: nowrap; }
  #masthead .site-branding-2-0 .donate-links {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    grid-row: span 2; }
    @media screen and (min-width: 68em) {
      #masthead .site-branding-2-0 .donate-links {
        grid-row: unset; } }
    #masthead .site-branding-2-0 .donate-links a {
      font-size: 14px;
      font-size: 0.875rem;
      color: #003467;
      text-transform: uppercase;
      display: inline-block;
      background-color: #FFD900;
      border: 1px solid #003467;
      border-radius: 2rem;
      padding: 0.0625rem 0.625rem;
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 40em) {
        #masthead .site-branding-2-0 .donate-links a {
          font-size: 16px;
          font-size: 1rem;
          margin-right: 0.5rem; } }
      @media screen and (min-width: 48em) {
        #masthead .site-branding-2-0 .donate-links a {
          margin-bottom: 0; } }
      #masthead .site-branding-2-0 .donate-links a:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        content: '\f0a9';
        padding-left: 0.375em; }
      @media screen and (max-width: 30em) {
        #masthead .site-branding-2-0 .donate-links a.subscribe-link {
          display: none; } }

#masthead .site-description {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-align: right;
  margin-top: 0.5em; }

#masthead .header-member-button-mobile a {
  display: block;
  float: right;
  padding: 0.375em 0.625em;
  margin: 0.5em 0;
  background-color: #ffdd00;
  background-size: cover;
  background-position: center;
  border-radius: 0.25em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #003467;
  line-height: 0.875rem;
  text-transform: uppercase; }

@media (min-width: 40em) {
  #masthead .header-member-button-mobile {
    display: none; } }

@media (min-width: 40em) {
  #masthead #masthead-secondary {
    display: block;
    padding-bottom: 1em; }
    #masthead #masthead-secondary .secondary-navigation {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 0 0.5em 0 0.5em;
      float: right;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end; }
      #masthead #masthead-secondary .secondary-navigation .menu-container {
        padding: 0.75em 0.5em; }
      #masthead #masthead-secondary .secondary-navigation #menu-call-to-action {
        width: 142px; }
      #masthead #masthead-secondary .secondary-navigation li {
        line-height: 1.25em; }
        #masthead #masthead-secondary .secondary-navigation li a {
          display: block;
          padding: 0.25em 0 0.25em 0; }
        #masthead #masthead-secondary .secondary-navigation li a:link, #masthead #masthead-secondary .secondary-navigation li a:visited {
          color: #fff; }
        #masthead #masthead-secondary .secondary-navigation li.button-become-a-member a {
          display: block;
          color: #003467;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.25;
          font-weight: 600;
          padding: 0.5rem 0.75rem;
          margin-top: 0.5rem;
          background-color: #FFD900;
          border-radius: 0.25em;
          border: 1px solid #003467;
          transition: all 0.3s ease; }
          #masthead #masthead-secondary .secondary-navigation li.button-become-a-member a:hover {
            color: #fff;
            background-color: #003467; }
          #masthead #masthead-secondary .secondary-navigation li.button-become-a-member a:after {
            font-family: FontAwesome;
            content: "\f061";
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            padding-left: 0.25em; }
      #masthead #masthead-secondary .secondary-navigation .menu-berkeleyside-social-media {
        overflow: auto; }
        #masthead #masthead-secondary .secondary-navigation .menu-berkeleyside-social-media li {
          float: left;
          margin-right: 0.625em; }
          #masthead #masthead-secondary .secondary-navigation .menu-berkeleyside-social-media li:last-child {
            margin-right: 0; }
            #masthead #masthead-secondary .secondary-navigation .menu-berkeleyside-social-media li:last-child a {
              padding-right: 0; }
          #masthead #masthead-secondary .secondary-navigation .menu-berkeleyside-social-media li.button-tips a {
            font-weight: 600;
            display: block;
            background-color: #003467;
            padding: 0.25em 0.3125em;
            border-radius: 0.25em;
            border: 1px solid #fff;
            transition: all 0.3s ease; }
            #masthead #masthead-secondary .secondary-navigation .menu-berkeleyside-social-media li.button-tips a:hover {
              color: #003467;
              background-color: #FFD900; }
    #masthead #masthead-secondary #search-form-container {
      width: 100%;
      float: right;
      clear: right;
      margin-right: 1em; }
    #masthead #masthead-secondary .search-form {
      width: 100%;
      position: relative;
      float: right; }
      #masthead #masthead-secondary .search-form .search-field {
        width: 278px;
        line-height: 1em;
        float: right; }
      #masthead #masthead-secondary .search-form .search-submit {
        background: none;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        padding: .25em;
        font-size: 1.125rem;
        color: #7a7c7d; } }

@media screen and (min-width: 40em) {
  #masthead #masthead-secondary-2-0 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Source Sans Pro", sans-serif;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
    align-content: start; }
    #masthead #masthead-secondary-2-0 a {
      color: #fff; }
    #masthead #masthead-secondary-2-0 #berekelyside-secondary {
      line-height: 1.5;
      columns: 2; }
    #masthead #masthead-secondary-2-0 .menu-berkeleyside-social-media {
      display: grid;
      grid-template-columns: repeat(5, auto);
      grid-gap: 0.75rem;
      justify-content: start;
      align-items: center; }
      #masthead #masthead-secondary-2-0 .menu-berkeleyside-social-media .button-tips a {
        font-weight: 600;
        display: block;
        background-color: #003467;
        padding: 0.25em 0.75em;
        border-radius: 0.5em;
        border: 1px solid #fff;
        transition: all 0.3s ease; }
        #masthead #masthead-secondary-2-0 .menu-berkeleyside-social-media .button-tips a:hover {
          color: #003467;
          background-color: #FFD900; }
    #masthead #masthead-secondary-2-0 #search-form-container {
      width: 100%;
      float: right;
      clear: right;
      margin-right: 1em; }
    #masthead #masthead-secondary-2-0 .search-form {
      width: 100%;
      position: relative;
      float: right; }
      #masthead #masthead-secondary-2-0 .search-form .search-field {
        width: 100%;
        line-height: 1em; }
      #masthead #masthead-secondary-2-0 .search-form .search-submit {
        background: none;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        padding: .25em;
        font-size: 1.125rem;
        color: #7a7c7d; } }

#masthead #search-form-container.mobile {
  margin: 0.5rem; }
  #masthead #search-form-container.mobile .search-form {
    float: none;
    margin: 0; }
  @media (min-width: 40em) {
    #masthead #search-form-container.mobile {
      display: none !important; } }

#masthead button.menu-toggle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: #7a7c7d;
  padding: 0.375em 1em;
  line-height: 1; }
  #masthead button.menu-toggle:active, #masthead button.menu-toggle:focus {
    border: none;
    outline: none; }

#masthead .page-group.group-navigation {
  position: relative; }

#masthead #site-navigation {
  background-color: #0053A5;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem; }
  #masthead #site-navigation li a {
    font-weight: 400;
    padding: 0.125em 1em; }
  #masthead #site-navigation li a:link, #masthead #site-navigation li a:visited {
    color: #fff; }
  #masthead #site-navigation li a:hover, #masthead #site-navigation li a:active, #masthead #site-navigation li a:focus {
    background-color: #3F9EEA; }
  #masthead #site-navigation li.main-nav-oakland a {
    background-color: #C1272D; }

@media (min-width: 40em) {
  #masthead #site-navigation {
    padding: 0 0.75em; }
    #masthead #site-navigation li {
      float: left; }
      #masthead #site-navigation li a {
        padding: 0.375em 0.5em; } }

#masthead #site-navigation.toggled button.menu-toggle {
  background: #7a7c7d; }

#masthead #site-navigation.toggled .menu-container {
  border-top: 1px solid #d3d7d8;
  background-color: #7a7c7d;
  padding: 0.125em 0; }
  #masthead #site-navigation.toggled .menu-container a:link, #masthead #site-navigation.toggled .menu-container a:visited {
    color: #fff; }
  #masthead #site-navigation.toggled .menu-container a:hover, #masthead #site-navigation.toggled .menu-container a:active, #masthead #site-navigation.toggled .menu-container a:focus {
    background-color: #7a7c7d; }

#masthead .mobile-menu-social {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.3125em 0.75em 0 0; }
  @media (min-width: 40em) {
    #masthead .mobile-menu-social {
      display: none; } }
  #masthead .mobile-menu-social ul {
    list-style: none;
    font-size: 0.875em; }
  #masthead .mobile-menu-social li {
    float: left; }
    #masthead .mobile-menu-social li.button-tips {
      font-family: "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      display: block;
      background-color: #3F9EEA;
      padding: 1px 1px 0;
      border-radius: 0.25em;
      border: 1px solid rgba(255, 255, 255, 0.5);
      margin-right: 0.375em; }
    #masthead .mobile-menu-social li .fa-lg {
      vertical-align: -25%; }
  #masthead .mobile-menu-social a {
    color: #fff;
    padding: 0.25em; }

.page-group {
  margin: 0 auto;
  background-color: #fff; }

#page {
  background-color: #fff; }

#pre-header {
  background-color: #E6EAEC; }

#masthead {
  background-color: #d3d7d8; }

#content {
  background-color: #E6EAEC; }

#colophon {
  background-color: #adb0b1; }

#site-info {
  background-color: #393a3b; }

@media (min-width: 48em) {
  .page-group {
    max-width: 78em; } }

#footer-content {
  background-color: #d3d7d8;
  display: flex;
  flex-flow: row wrap; }
  #footer-content section > header {
    padding: 0.25em 0;
    margin-bottom: 0.5em;
    border-top: 3px solid #393a3b; }
    #footer-content section > header .section-title {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 0; }
  @media (min-width: 40em) {
    #footer-content .footer-column {
      flex: 1 1 50%; } }
  #footer-content .footer-column > section {
    padding: 1em; }
  #footer-content .footer-column.footer-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start; }
  #footer-content .footer-column .footer-nosh-menu {
    grid-row: 1 / span 2; }
  #footer-content .footer-widget-section,
  #footer-content .footer-support-berkeleyside {
    clear: both; }
  #footer-content .footer-menus {
    width: 100%; }
    #footer-content .footer-menus .footer-menu {
      float: left; }
    #footer-content .footer-menus .footer-berkeleyside-menu {
      width: 100%; }
      #footer-content .footer-menus .footer-berkeleyside-menu .berkeleyside-menus-container .menu-group:nth-child(2n) {
        padding-top: 0.5em;
        margin-top: 0.5em;
        border-top: 1px solid #adb0b1; }
      @media (min-width: 30em) {
        #footer-content .footer-menus .footer-berkeleyside-menu .berkeleyside-menus-container {
          display: flex;
          flex-flow: row nowrap; }
          #footer-content .footer-menus .footer-berkeleyside-menu .berkeleyside-menus-container .menu-group {
            flex: 1 1 50%; }
            #footer-content .footer-menus .footer-berkeleyside-menu .berkeleyside-menus-container .menu-group:nth-child(2n) {
              padding-top: 0;
              margin-top: 0;
              border-top: none; }
            #footer-content .footer-menus .footer-berkeleyside-menu .berkeleyside-menus-container .menu-group:first-child {
              padding-right: 1em; }
            #footer-content .footer-menus .footer-berkeleyside-menu .berkeleyside-menus-container .menu-group:last-child {
              padding-left: 1em; } }
      @media (max-width: 30em) {
        #footer-content .footer-menus .footer-berkeleyside-menu #berekelyside-primary.menu {
          column-count: 2; } }
      #footer-content .footer-menus .footer-berkeleyside-menu .menu-berkeleyside-social-media li {
        float: left; }
        #footer-content .footer-menus .footer-berkeleyside-menu .menu-berkeleyside-social-media li a {
          display: block;
          padding: 0.25em 1em 0.25em 0; }
  #footer-content #mc_embed_signup .asterisk {
    font-size: 12px;
    font-size: 0.75rem;
    color: #C1272D;
    display: none; }
  #footer-content #mc_embed_signup .mc-field-group {
    margin: 0.25em 0;
    display: flex;
    flex-flow: row nowrap; }
    #footer-content #mc_embed_signup .mc-field-group > label, #footer-content #mc_embed_signup .mc-field-group > .description {
      flex: 0 0 25%; }
    #footer-content #mc_embed_signup .mc-field-group > input {
      flex: 1 1 75%;
      background-color: #E6EAEC; }
      #footer-content #mc_embed_signup .mc-field-group > input:focus {
        background-color: #fff; }
  #footer-content #mc_embed_signup .input-group {
    margin: 0.5em 0; }
    #footer-content #mc_embed_signup .input-group ul {
      margin: 0;
      list-style: none; }
    #footer-content #mc_embed_signup .input-group label {
      margin-left: 0.25em; }
  #footer-content #mc_embed_signup input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 8px;
    background: #0053A5;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    padding: .5em 1em;
    float: right; }
  #footer-content #mc_embed_signup hr {
    background-color: #adb0b1;
    margin-bottom: 0.5em; }

#site-info .page-group {
  background-color: #393a3b;
  padding-bottom: 5em; }

#site-info .copyright {
  color: #E6EAEC;
  float: left;
  padding: 1em 1em 0; }

#site-info .user-login {
  float: right;
  padding: 1em 1em 0; }
  #site-info .user-login a {
    color: #E6EAEC; }

.front-page #main .entry-summary {
  margin-top: 0.5em; }

.front-page #main section, .front-page #main .section {
  margin: 1em;
  overflow: hidden; }
  .front-page #main section.full-width, .front-page #main .section.full-width {
    margin: 1em 0; }
  .front-page #main section .section-view-all, .front-page #main .section .section-view-all {
    clear: both; }
    .front-page #main section .section-view-all a, .front-page #main .section .section-view-all a {
      display: block;
      padding: 0.25em 0.5em;
      background-color: #CAFCD8; }

.front-page #main .section-header {
  background-color: #0053A5; }

.front-page #main aside.berkeleyside-callout {
  background-color: #E6EAEC;
  margin: 1em 0;
  padding: 1em;
  flex: 1 1 auto; }

.front-page #main .post-hero {
  margin-bottom: 0.5em; }
  .front-page #main .post-hero img {
    margin: 0 auto;
    width: 100%; }

.front-page #main .articles-list {
  margin-top: 1em; }
  .front-page #main .articles-list li {
    position: relative; }
    .front-page #main .articles-list li .hentry {
      padding-top: 0.5em;
      border-top: 1px solid #adb0b1; }
    .front-page #main .articles-list li .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 30em) {
        .front-page #main .articles-list li .entry-title {
          font-size: 18px;
          font-size: 1.125rem;
          margin-bottom: 0; } }
    .front-page #main .articles-list li .entry-meta {
      color: #7a7c7d; }
    .front-page #main .articles-list li .comments-number {
      margin-bottom: 0.5em; }
    .front-page #main .articles-list li .post-content {
      margin-bottom: 1em;
      position: relative; }
    .front-page #main .articles-list li .entry-header {
      margin-right: 2.5em; }
    .front-page #main .articles-list li .comments-number-container {
      position: absolute;
      right: 0;
      top: 0; }
    .front-page #main .articles-list li:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: none; }
      .front-page #main .articles-list li:first-child article {
        padding-top: 0;
        border-top: none; }

@media (min-width: 30em) {
  .front-page #main .column-single .articles-list li:first-child .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700; } }

.front-page #main .column-single .articles-list li:nth-child(n+2) .entry-title {
  font-weight: 600; }

.front-page #main .content-category-with-ads section {
  border-bottom: 1px solid #adb0b1; }

@media (min-width: 40em) and (max-width: 64em) {
  .front-page #main .content-category-with-ads .articles-list li {
    width: 50%;
    float: right;
    clear: right;
    padding-left: 1em;
    padding-right: 0; }
  .front-page #main .content-category-with-ads .articles-list li:first-child {
    float: left;
    padding-left: 0;
    padding-right: 1em; } }

@media (min-width: 64em) {
  .front-page #main .content-category-with-ads {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .front-page #main .content-category-with-ads section {
      flex: 1 0 auto;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .front-page #main .content-category-with-ads section .articles-list {
        flex: 1 0 auto; }
        .front-page #main .content-category-with-ads section .articles-list li:first-child {
          min-height: 318px; } }

.front-page #main .content-category-featured .hentry.category-arts {
  padding-top: 0 !important;
  border-top: none !important; }

@media (min-width: 40em) and (max-width: 48em) {
  .front-page #main .content-category-featured {
    padding: 1em 0; }
    .front-page #main .content-category-featured section {
      height: 100%;
      margin: 0 1em;
      border-bottom: 1px solid #adb0b1;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
    .front-page #main .content-category-featured .articles-list-container {
      min-height: 580px;
      display: flex;
      flex-flow: row nowrap;
      flex: 1 0; }
      .front-page #main .content-category-featured .articles-list-container .articles-list li:first-child .hentry {
        border-top: none; }
      .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) {
        padding-right: 1em;
        flex: 0 0 60%; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-title {
          font-size: 26px;
          font-size: 1.625rem; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-summary p {
          font-size: 18px;
          font-size: 1.125rem; }
      .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) {
        padding-left: 1em;
        flex: 0 0 40%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) li {
          flex: 1; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 600; } }
        @media (min-width: 40em) and (max-width: 48em) and (min-width: 48em) {
          .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title {
            font-size: 18px;
            font-size: 1.125rem; } }

@media (min-width: 48em) {
  .front-page #main .content-category-featured .articles-list:nth-of-type(2) li:first-child .hentry {
    padding-top: 0.5em;
    border-top: 1px solid #adb0b1; }
  .front-page #main .content-category-featured .articles-list:nth-of-type(2) .entry-title {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 64em) {
  .front-page #main .content-category-featured {
    padding: 1em 0; }
    .front-page #main .content-category-featured section {
      height: 100%;
      margin: 0 1em;
      border-bottom: 1px solid #adb0b1;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
    .front-page #main .content-category-featured .articles-list-container {
      display: flex;
      flex-flow: row nowrap;
      flex: 1 0; }
      .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) {
        padding-right: 1em;
        flex: 0 0 60%; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-title {
          font-size: 26px;
          font-size: 1.625rem; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-summary p {
          font-size: 18px;
          font-size: 1.125rem; }
      .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) {
        padding-left: 1em;
        flex: 0 0 40%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) li {
          flex: 1; }
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 600; } }
        @media (min-width: 64em) and (min-width: 48em) {
          .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title {
            font-size: 20px;
            font-size: 1.25rem; } }

.front-page #main hr.highlight-horz-rule {
  height: 5px;
  margin: 0 1em 1em;
  background-color: #adb0b1; }

.front-page #main .highlight-story {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  @media (min-width: 40em) {
    .front-page #main .highlight-story {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      grid-gap: 2em; } }
  .front-page #main .highlight-story article {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none; }
  .front-page #main .highlight-story .post-content {
    position: relative; }
  .front-page #main .highlight-story .entry-title {
    padding-right: 2.25rem; }
  .front-page #main .highlight-story .entry-title,
  .front-page #main .highlight-story .post-content:first-child .entry-title {
    font-size: 22px;
    font-size: 1.375rem; }
    @media (min-width: 48em) {
      .front-page #main .highlight-story .entry-title,
      .front-page #main .highlight-story .post-content:first-child .entry-title {
        font-size: 28px;
        font-size: 1.75rem; } }
  @media (min-width: 48em) {
    .front-page #main .highlight-story .entry-summary {
      font-size: 18px;
      font-size: 1.125rem; } }
  .front-page #main .highlight-story .entry-meta .byline::after {
    display: none; }
  .front-page #main .highlight-story .entry-meta .posted-on {
    display: none; }
    .front-page #main .highlight-story .entry-meta .posted-on.published-today {
      display: initial; }
      .front-page #main .highlight-story .entry-meta .posted-on.published-today::before {
        content: ', '; }
  .front-page #main .highlight-story .comments-number-container {
    position: absolute;
    top: 0;
    right: 0; }
  @media (min-width: 30em) and (max-width: 48em) {
    .front-page #main .highlight-story article {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch; }
    .front-page #main .highlight-story .post-hero {
      flex: 0 1 50%;
      margin-bottom: 0; }
    .front-page #main .highlight-story .post-content {
      flex: 1;
      padding-left: 1em; }
    .front-page #main .highlight-story .entry-summary {
      flex: 0 0 100%; } }
  @media (min-width: 64em) {
    .front-page #main .highlight-story .hentry {
      margin: 0;
      display: grid;
      grid-template-columns: 3fr 5fr;
      grid-gap: 1em; }
    .front-page #main .highlight-story .post-hero,
    .front-page #main .highlight-story .post-thumbnail {
      height: 100%; }
      .front-page #main .highlight-story .post-hero a,
      .front-page #main .highlight-story .post-thumbnail a {
        display: block;
        height: 100%; }
      .front-page #main .highlight-story .post-hero img,
      .front-page #main .highlight-story .post-thumbnail img {
        object-fit: cover;
        height: 100%;
        width: 100%; } }
  .front-page #main .highlight-story .section-footer .widget-title {
    font-weight: 600; }
  .front-page #main .highlight-story .section-footer h1 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase; }
  .front-page #main .highlight-story .section-footer .widget:last-child {
    margin-bottom: 0; }
  .front-page #main .highlight-story .section-footer .daily_briefing-email-form p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em; }
  .front-page #main .highlight-story .section-footer .daily_briefing-email-form #mce-EMAIL {
    width: 100%; }
  .front-page #main .highlight-story .section-footer .daily_briefing-email-form input[type="submit"] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    border: 1px solid;
    border-color: #777777;
    border-radius: 3px;
    background: #3f9eea;
    color: #fff;
    line-height: 1;
    padding: .5em 1em .5em;
    margin-top: .5em;
    transition: background 0.3s ease; }
    .front-page #main .highlight-story .section-footer .daily_briefing-email-form input[type="submit"]:hover {
      background: #003467; }
  .front-page #main .highlight-story .section-footer .wpforms-widget {
    padding: 1rem;
    background-color: #E6EAEC; }
    .front-page #main .highlight-story .section-footer .wpforms-widget div.wpforms-container-full .wpforms-form .wpforms-field {
      padding: 0 0 1rem; }

.front-page #main hr.breaking-horz-rule {
  height: 5px;
  margin: 0 1em 1em;
  background-color: #C1272D; }

.front-page #main .breaking-stories .section-header {
  margin-bottom: 1em; }
  .front-page #main .breaking-stories .section-header h1 {
    background-color: #C1272D; }

.front-page #main .breaking-stories .articles-list {
  margin: 0; }
  .front-page #main .breaking-stories .articles-list li {
    margin: 0 0 1em;
    flex: 1 0 50%; }
    .front-page #main .breaking-stories .articles-list li article {
      padding-top: 0;
      padding-bottom: 0;
      border-top: none; }
    .front-page #main .breaking-stories .articles-list li .entry-title,
    .front-page #main .breaking-stories .articles-list li .post-content:first-child .entry-title {
      font-size: 22px;
      font-size: 1.375rem; }
      .front-page #main .breaking-stories .articles-list li .entry-title a,
      .front-page #main .breaking-stories .articles-list li .post-content:first-child .entry-title a {
        color: #C1272D; }
      @media (min-width: 48em) {
        .front-page #main .breaking-stories .articles-list li .entry-title,
        .front-page #main .breaking-stories .articles-list li .post-content:first-child .entry-title {
          font-size: 30px;
          font-size: 1.875rem; } }
    @media (min-width: 48em) {
      .front-page #main .breaking-stories .articles-list li .entry-summary {
        font-size: 18px;
        font-size: 1.125rem; } }
    .front-page #main .breaking-stories .articles-list li .ssba {
      display: block; }
      .front-page #main .breaking-stories .articles-list li .ssba .ssba_email_share, .front-page #main .breaking-stories .articles-list li .ssba .ssba_print {
        display: none; }
    .front-page #main .breaking-stories .articles-list li article {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch; }
    .front-page #main .breaking-stories .articles-list li .post-hero {
      flex: 0 1 25%;
      margin-bottom: 0; }
    .front-page #main .breaking-stories .articles-list li .post-content {
      flex: 1;
      padding-left: 1em; }
    .front-page #main .breaking-stories .articles-list li .entry-summary {
      flex: 0 0 100%; }

.front-page #main .breaking-stories .section-footer {
  background-color: #E6EAEC;
  padding: 1em; }
  .front-page #main .breaking-stories .section-footer .widget-title {
    font-weight: 600; }
  .front-page #main .breaking-stories .section-footer h1 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase; }
  .front-page #main .breaking-stories .section-footer .widget:last-child {
    margin-bottom: 0; }

@media (min-width: 48em) {
  .front-page #main .breaking-stories {
    display: flex;
    flex-flow: row wrap; }
    .front-page #main .breaking-stories .section-header {
      flex: 1 0 100%; }
    .front-page #main .breaking-stories .articles-list {
      flex: 1 1 40%;
      margin-right: 1em; }
      .front-page #main .breaking-stories .articles-list li {
        margin-bottom: 1em; }
        .front-page #main .breaking-stories .articles-list li:last-child {
          margin-bottom: 0; }
    .front-page #main .breaking-stories .section-footer {
      flex: 0 0 18.75em;
      margin-left: 1em; } }

.front-page #main .row.lead {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  @media (min-width: 40em) {
    .front-page #main .row.lead {
      grid-template-columns: 1fr 300px;
      grid-gap: 0 2em; } }

.front-page #main .lead-story {
  margin: 0;
  flex: 1;
  display: flex; }
  .front-page #main .lead-story article {
    flex: 1; }
  .front-page #main .lead-story .before-title-heading {
    font-weight: 600; }
  .front-page #main .lead-story .post-hero {
    margin-bottom: 0.5em;
    position: relative; }
  .front-page #main .lead-story .post-content {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1;
    position: relative; }
  .front-page #main .lead-story .entry-header {
    margin-right: 2.5em; }
  .front-page #main .lead-story .comments-number-container {
    position: absolute;
    top: 0;
    right: 0; }
  .front-page #main .lead-story .entry-title {
    font-size: 22px;
    font-size: 1.375rem; }
    @media (min-width: 40em) {
      .front-page #main .lead-story .entry-title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .front-page #main .lead-story .entry-summary {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.5em; }
  @media (min-width: 68em) {
    .front-page #main .lead-story article.lead_story_front_page_article {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 1em; }
      .front-page #main .lead-story article.lead_story_front_page_article .post-hero {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 0; }
        .front-page #main .lead-story article.lead_story_front_page_article .post-hero a {
          width: 100%;
          height: 100%;
          display: block; }
        .front-page #main .lead-story article.lead_story_front_page_article .post-hero .post-thumbnail {
          width: 100%;
          height: 100%;
          position: absolute; }
          .front-page #main .lead-story article.lead_story_front_page_article .post-hero .post-thumbnail .attachment-featured-image {
            display: none; }
    .front-page #main .lead-story article.lead_story_front_page_photo {
      display: flex;
      flex-flow: column; }
      .front-page #main .lead-story article.lead_story_front_page_photo .post-hero {
        margin-bottom: 0; }
      .front-page #main .lead-story article.lead_story_front_page_photo .post-content {
        padding: 0.75em 1em;
        background-color: #E6EAEC;
        border-bottom: none;
        flex: 1; }
      .front-page #main .lead-story article.lead_story_front_page_photo .entry-title {
        font-size: 24px;
        font-size: 1.5rem; }
    .front-page #main .lead-story article.lead_story_front_page_photo.category-video-story .entry-video .wp-block-embed {
      margin-bottom: 0; }
    .front-page #main .lead-story article.lead_story_front_page_photo.category-video-story .post-content {
      color: #E6EAEC;
      background-color: #000; }
    .front-page #main .lead-story article.lead_story_front_page_photo.category-video-story .entry-title a,
    .front-page #main .lead-story article.lead_story_front_page_photo.category-video-story .entry-meta a {
      color: #E6EAEC; } }
  .front-page #main .lead-story + .sidebar-callout {
    align-content: start; }
    @media (max-width: 40em) {
      .front-page #main .lead-story + .sidebar-callout {
        grid-gap: 1em; } }
    .front-page #main .lead-story + .sidebar-callout aside {
      flex: 1 0 auto;
      padding: 0;
      margin: 0; }
      @media (max-width: 40em) {
        .front-page #main .lead-story + .sidebar-callout aside {
          padding: 0;
          margin: 0; } }
    .front-page #main .lead-story + .sidebar-callout .widget-title {
      margin-bottom: 1rem; }
      .front-page #main .lead-story + .sidebar-callout .widget-title + * {
        background-color: #E6EAEC; }
    .front-page #main .lead-story + .sidebar-callout .wpforms-description {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 0.25rem; }
    .front-page #main .lead-story + .sidebar-callout .wpforms-field {
      padding: 0; }
    .front-page #main .lead-story + .sidebar-callout .wpforms-form input[type="email"] {
      border-radius: 3px;
      padding: 2px 6px;
      height: auto;
      width: 100%;
      line-height: 1.3; }
    .front-page #main .lead-story + .sidebar-callout .wpforms-form button[type="submit"] {
      font-size: 14px;
      font-size: 0.875rem; }

.front-page #main .top-stories {
  background-color: #E6EAEC; }
  .front-page #main .top-stories .articles-list {
    padding: 0 0.5em 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch; }
    .front-page #main .top-stories .articles-list.tag-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(301px, 1fr)); }
    .front-page #main .top-stories .articles-list li {
      flex: 1 0 100%; }
      @media (min-width: 30em) {
        .front-page #main .top-stories .articles-list li {
          flex: 1 0 50%; } }
      .front-page #main .top-stories .articles-list li article {
        padding: 0 0.5em;
        border-top: none; }
      .front-page #main .top-stories .articles-list li .entry-header {
        margin-right: 2.4375rem; }
      .front-page #main .top-stories .articles-list li .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.25;
        margin-bottom: 0.25rem; }
      .front-page #main .top-stories .articles-list li .entry-meta.byline, .front-page #main .top-stories .articles-list li .entry-meta.posted-on {
        font-size: 13px;
        font-size: 0.8125rem; }
      .front-page #main .top-stories .articles-list li .entry-summary {
        font-size: 15px;
        font-size: 0.9375rem; }
      .front-page #main .top-stories .articles-list li .post-content:first-child .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 0.5em; }
    .front-page #main .top-stories .articles-list p {
      margin-bottom: 0; }
    .front-page #main .top-stories .articles-list .top-stories-comments {
      height: 35px;
      margin: 0 0.5em; }
      @media (max-width: 30em) {
        .front-page #main .top-stories .articles-list .top-stories-comments {
          padding-bottom: 0.25em;
          border-bottom: 1px solid #adb0b1; } }
      @media (min-width: 30em) {
        .front-page #main .top-stories .articles-list .top-stories-comments {
          padding-top: 0.25em;
          border-top: 1px solid #adb0b1; } }
    .front-page #main .top-stories .articles-list .comments-number {
      margin-bottom: 0;
      /*
				.number {
					color: #fff;
					background-color: $brk_color__neutral-medium-light;
				}
				.comments-number-link {
					&:after {
						border-top: 8px solid $brk_color__neutral-medium-light;
					}
				}
				*/ }
    .front-page #main .top-stories .articles-list .sponsored {
      font-family: "Source Sans Pro", sans-serif;
      color: #000000;
      text-transform: uppercase;
      line-height: 1;
      background: rgba(255, 255, 255, 0.8);
      padding: 0.25em 0.375em;
      position: absolute;
      top: 0.5em;
      right: 1em; }
      .front-page #main .top-stories .articles-list .sponsored span {
        font-size: 14px;
        font-size: 0.875rem; }
  @media (min-width: 64em) {
    .front-page #main .top-stories .articles-list {
      flex-flow: row nowrap; } }
  @media (min-width: 30em) {
    .front-page #main .top-stories .articles-list li {
      flex: 0 1 50%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .front-page #main .top-stories .articles-list li article {
        flex: 1 0 auto;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: stretch; }
        .front-page #main .top-stories .articles-list li article .post-hero {
          flex: 0 auto; }
        .front-page #main .top-stories .articles-list li article .post-content {
          margin-bottom: 0;
          flex: 1 0 auto;
          display: flex;
          flex-flow: column nowrap;
          justify-content: space-between;
          align-items: stretch; }
          .front-page #main .top-stories .articles-list li article .post-content .entry-summary {
            flex: 1 0 auto; }
        .front-page #main .top-stories .articles-list li article.category-opinion .post-content {
          padding: 1em;
          background-color: #d3d7d8; } }
  @media (min-width: 48em) {
    .front-page #main .top-stories .articles-list li {
      flex: 0 1 25%; } }
  .front-page #main .top-stories .ssba {
    display: none; }

.front-page #main .news-wire header {
  background-color: #393a3b; }
  .front-page #main .news-wire header h1 {
    margin-bottom: 0; }
  .front-page #main .news-wire header p {
    color: #fff;
    padding: 0.125em 0.75em 0.5em; }

.front-page #main .news-wire .post-hero {
  margin-bottom: 0; }

.front-page #main .news-wire .wp-caption-text {
  color: #E6EAEC;
  padding: 0.5em 0.75em;
  background-color: #393a3b; }

.front-page #main .opinion .articles-list {
  background-color: #E6EAEC;
  margin-top: 0;
  display: flex; }
  .front-page #main .opinion .articles-list li article {
    position: relative;
    margin: 0 0.75em;
    padding: 0.5em 3em 1em 0; }
  .front-page #main .opinion .articles-list li .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25; }
    @media (min-width: 48em) and (max-width: 64em) {
      .front-page #main .opinion .articles-list li .entry-title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .front-page #main .opinion .articles-list li .entry-meta {
    font-size: 16px;
    font-size: 1rem; }
  .front-page #main .opinion .articles-list li .comments-number {
    position: absolute;
    top: 0.75em;
    right: 0; }

.front-page #main .nosh {
  border-bottom: 2em solid #e03b0e; }
  .front-page #main .nosh header h1 {
    margin-bottom: 0; }
  .front-page #main .nosh .section-header {
    background-color: #e03b0e; }
  .front-page #main .nosh section {
    margin: 0; }
  @media (min-width: 64em) {
    .front-page #main .nosh .nosh-grid {
      display: grid;
      grid-template-columns: 2fr 3fr; } }
  .front-page #main .nosh .nosh-column-1 {
    flex: 0 1 40%; }
  .front-page #main .nosh .nosh-add-articles {
    flex: 1; }
  .front-page #main .nosh .nosh-column-1 {
    display: flex;
    min-height: 300px; }
    @media (min-width: 40em) {
      .front-page #main .nosh .nosh-column-1 {
        min-height: 400px; } }
  .front-page #main .nosh .nosh-lead-story article {
    flex: 1; }
    .front-page #main .nosh .nosh-lead-story article .post-hero {
      margin-bottom: 0; }
    .front-page #main .nosh .nosh-lead-story article .post-content {
      padding: 1em;
      background: #a82c0b; }
    .front-page #main .nosh .nosh-lead-story article .entry-title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.125;
      margin-bottom: 0; }
      @media (min-width: 40em) {
        .front-page #main .nosh .nosh-lead-story article .entry-title {
          font-size: 34px;
          font-size: 2.125rem; } }
      .front-page #main .nosh .nosh-lead-story article .entry-title a {
        color: #fff; }
  @media (min-width: 40em) {
    .front-page #main .nosh .nosh-lead-story article {
      width: 100%;
      position: relative;
      border-bottom: none; }
      .front-page #main .nosh .nosh-lead-story article .post-hero-bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 150; }
      .front-page #main .nosh .nosh-lead-story article .post-hero {
        display: none; }
      .front-page #main .nosh .nosh-lead-story article .post-content {
        position: absolute;
        left: 0;
        z-index: 200;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        padding: 4em 2em 1em;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
      .front-page #main .nosh .nosh-lead-story article .entry-title a {
        text-shadow: 0px 0px 8px #000; }
        .front-page #main .nosh .nosh-lead-story article .entry-title a:hover {
          color: #d3d7d8; } }
  .front-page #main .nosh .nosh-column-2-1 {
    background-color: #E6EAEC;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .front-page #main .nosh .nosh-column-2-1 .articles-list {
      margin-top: 0; }
    .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) {
      padding: 1em;
      order: -1; }
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) li:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title {
        font-size: 20px;
        font-size: 1.25rem; }
        @media (min-width: 40em) {
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title {
            font-size: 22px;
            font-size: 1.375rem; } }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a {
          color: #a82c0b; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a:hover {
            color: #e03b0e; }
    .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) {
      min-height: 276px;
      flex: 1 0 auto;
      display: flex; }
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
        flex: 1; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
          margin-bottom: 0; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
          padding: 1em;
          background: #a82c0b; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title {
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 0; }
          @media (min-width: 40em) {
            .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title {
              font-size: 28px;
              font-size: 1.75rem; } }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a {
            color: #fff; }
      @media (min-width: 40em) {
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
          width: 100%;
          position: relative;
          border-bottom: none; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero-bg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 150; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
            display: none; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
            position: absolute;
            left: 0;
            z-index: 200;
            width: 100%;
            padding: 1em;
            background: rgba(0, 0, 0, 0.5);
            bottom: 0;
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a {
            text-shadow: 0px 0px 3px #000; }
            .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a:hover {
              color: #d3d7d8; } }
  .front-page #main .nosh .nosh-column-2-2 {
    background-color: #d3d7d8;
    display: flex; }
    .front-page #main .nosh .nosh-column-2-2 .ad-container.section {
      margin: 0 auto;
      padding: 1em;
      display: flex;
      align-items: center; }

.front-page #main #video_section-front_page {
  background-color: #000;
  width: 100%; }
  .front-page #main #video_section-front_page .section-header {
    background-color: #000 !important;
    padding: 1em 1em 0;
    display: grid;
    grid-template-columns: minmax(max-content, 1fr) minmax(min-content, max-content);
    grid-gap: 1em; }
    .front-page #main #video_section-front_page .section-header > * {
      align-self: center; }
    .front-page #main #video_section-front_page .section-header .section-title {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 0; }
      .front-page #main #video_section-front_page .section-header .section-title:after {
        font-family: FontAwesome;
        content: "\f0a9";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        padding-left: 0.25em; }
    @media (min-width: 48em) {
      .front-page #main #video_section-front_page .section-header .we-transfer-link {
        text-align: right;
        margin-top: 0; } }
    .front-page #main #video_section-front_page .section-header .we-transfer-link a {
      color: #fff;
      line-height: 1;
      box-shadow: none;
      display: inline-block;
      padding: 0 0.25em; }
      .front-page #main #video_section-front_page .section-header .we-transfer-link a:after {
        font-family: FontAwesome;
        content: "\f061";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        padding-left: 0.5em; }
      .front-page #main #video_section-front_page .section-header .we-transfer-link a:hover {
        background-color: #3F9EEA; }
  .front-page #main #video_section-front_page .wp-block-embed {
    margin: 0; }
    .front-page #main #video_section-front_page .wp-block-embed ~ * {
      display: none; }
    .front-page #main #video_section-front_page .wp-block-embed + .video-related-stories {
      display: block; }
      .front-page #main #video_section-front_page .wp-block-embed + .video-related-stories a {
        color: #d3d7d8;
        background-color: #000;
        padding: 0.5rem;
        transition: background 0.3s;
        display: grid;
        grid-template-columns: max-content 1fr;
        grid-gap: 0.5rem; }
        .front-page #main #video_section-front_page .wp-block-embed + .video-related-stories a:hover {
          color: #fff;
          background-color: #0053A5; }
        .front-page #main #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-text {
          font-weight: 600;
          color: #fff;
          padding-right: 0.5rem;
          border-right: 1px solid #fff; }
        .front-page #main #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-title {
          max-width: 60ch; }
  .front-page #main #video_section-front_page .video_section-videos-list {
    padding: 1em;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 40em) {
      .front-page #main #video_section-front_page .video_section-videos-list {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 64em) {
      .front-page #main #video_section-front_page .video_section-videos-list {
        grid-template-columns: 12fr 5fr; } }
    .front-page #main #video_section-front_page .video_section-videos-list li {
      color: #d3d7d8;
      position: relative; }
      .front-page #main #video_section-front_page .video_section-videos-list li .video-story-link,
      .front-page #main #video_section-front_page .video_section-videos-list li .video-image,
      .front-page #main #video_section-front_page .video_section-videos-list li .wp-post-image {
        width: 100%;
        height: 100%; }
      .front-page #main #video_section-front_page .video_section-videos-list li p a {
        color: #3F9EEA; }
      .front-page #main #video_section-front_page .video_section-videos-list li .video-story-link {
        color: #fff; }
        .front-page #main #video_section-front_page .video_section-videos-list li .video-story-link:hover .fa {
          background: #0053A5; }
      .front-page #main #video_section-front_page .video_section-videos-list li .wp-post-image {
        object-fit: cover; }
      .front-page #main #video_section-front_page .video_section-videos-list li .video-title {
        line-height: 1;
        display: grid;
        grid-template-columns: min-content 1fr;
        grid-gap: 0.5rem;
        padding: 1.5rem 0.5rem 0.5rem; }
        @media (min-width: 30em) {
          .front-page #main #video_section-front_page .video_section-videos-list li .video-title {
            font-size: 18px;
            font-size: 1.125rem;
            position: absolute;
            bottom: 0;
            left: 0;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%); } }
        .front-page #main #video_section-front_page .video_section-videos-list li .video-title .fa {
          font-size: 1.125em;
          align-self: center;
          border: 1px solid #fff;
          border-radius: 10rem;
          padding: 0.375em 0.375em 0.375em 0.5em;
          transition: background 0.3s ease; }
        .front-page #main #video_section-front_page .video_section-videos-list li .video-title .video-title-duration {
          align-self: center; }
        .front-page #main #video_section-front_page .video_section-videos-list li .video-title .video-entry-title {
          padding-right: 0.25rem; }
        .front-page #main #video_section-front_page .video_section-videos-list li .video-title .video-duration {
          font-size: 12px;
          font-size: 0.75rem;
          color: #E6EAEC;
          background-color: #7a7c7d;
          padding: 0.125rem 0.375rem 0.0625rem;
          border-radius: 0.125rem;
          white-space: nowrap; }
          .front-page #main #video_section-front_page .video_section-videos-list li .video-title .video-duration:before {
            font-family: FontAwesome;
            content: "\f03d";
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            padding-right: 0.5em; }
      .front-page #main #video_section-front_page .video_section-videos-list li .ssba {
        display: none; }
    @media (min-width: 40em) {
      .front-page #main #video_section-front_page .video_section-videos-list li:first-child {
        grid-column: span 2; } }
    @media (min-width: 64em) {
      .front-page #main #video_section-front_page .video_section-videos-list li:first-child {
        grid-column: span 1;
        grid-row: span 2; } }
    @media (min-width: 40em) {
      .front-page #main #video_section-front_page .video_section-videos-list li:first-child .video-title {
        font-size: 32px;
        font-size: 2rem; }
        .front-page #main #video_section-front_page .video_section-videos-list li:first-child .video-title .video-duration {
          font-size: 75%; } }

.front-page #main .row {
  padding: 1em; }
  .front-page #main .row.category-columns {
    display: grid;
    grid-gap: 2em; }
    .front-page #main .row.category-columns.columns-grid-3 {
      display: block; }
      @media (min-width: 64em) {
        .front-page #main .row.category-columns.columns-grid-3 {
          display: grid;
          grid-gap: 2em;
          grid-template-columns: repeat(3, 1fr); } }
    .front-page #main .row.category-columns.columns-grid-2 {
      grid-template-columns: repeat(2, 1fr); }
      .front-page #main .row.category-columns.columns-grid-2 > section {
        margin: 0;
        overflow: auto; }
    @media (min-width: 40em) and (max-width: 64em) {
      .front-page #main .row.category-columns.columns-grid-2-with-ad .sidebar-callout {
        grid-template-columns: 1fr 300px; } }
    @media (max-width: 40em) {
      .front-page #main .row.category-columns.columns-grid-2-with-ad .ad-type {
        grid-row: 1; } }
    @media (min-width: 64em) {
      .front-page #main .row.category-columns.columns-grid-2-with-ad {
        grid-template-columns: repeat(2, 1fr) 300px; } }
  .front-page #main .row.ad-row {
    margin: 0;
    border: none; }

.front-page #main .category-column-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch; }
  @media (min-width: 40em) and (max-width: 64em) {
    .front-page #main .category-column-content .articles-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 2em; }
      .front-page #main .category-column-content .articles-list li:first-child {
        grid-row: 1 / span 3; } }

.front-page #main .front-category .hentry {
  border-top: 1px solid #adb0b1;
  padding-top: 0.5em;
  margin-bottom: 0; }
  .front-page #main .front-category .hentry .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 30em) {
      .front-page #main .front-category .hentry .entry-title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .front-page #main .front-category .hentry .post-content {
    position: relative; }
  .front-page #main .front-category .hentry .entry-header {
    margin-right: 2.5em; }
  .front-page #main .front-category .hentry .entry-summary {
    display: none; }
  .front-page #main .front-category .hentry .comments-number-container {
    position: absolute;
    right: 0;
    top: 0; }
  .front-page #main .front-category .hentry .comments-number {
    margin-bottom: 0.5em; }

.front-page #main .front-category > .hentry {
  border-top: none;
  padding-top: 0; }
  .front-page #main .front-category > .hentry .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 48em) {
      .front-page #main .front-category > .hentry .entry-title {
        font-size: 26px;
        font-size: 1.625rem; } }

.front-page #main .front-category.featured.city {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  .front-page #main .front-category.featured.city > .hentry:first-of-type {
    grid-column: 1 / 2;
    grid-row: 2; }
    .front-page #main .front-category.featured.city > .hentry:first-of-type .entry-summary {
      display: block; }
  .front-page #main .front-category.featured.city .add-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #adb0b1; }
  @media (min-width: 40em) {
    .front-page #main .front-category.featured.city {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-template-rows: auto 1fr;
      grid-gap: 1em 2em; }
      .front-page #main .front-category.featured.city .section-header {
        grid-column: 1 / -1;
        grid-row: 1; }
      .front-page #main .front-category.featured.city > .hentry:first-of-type {
        grid-column: 1 / -1;
        grid-row: 2; }
      .front-page #main .front-category.featured.city .add-articles {
        grid-column: 1;
        grid-template-columns: 1fr;
        grid-gap: 1em; }
      .front-page #main .front-category.featured.city .ad-type.half-page {
        grid-column: 2; } }
  @media (min-width: 48em) {
    .front-page #main .front-category.featured.city {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-template-rows: auto 1fr; }
      .front-page #main .front-category.featured.city .section-header {
        grid-column: 1 / 2;
        grid-row: 1; }
      .front-page #main .front-category.featured.city > .hentry:first-of-type {
        grid-column: 1 / 2;
        grid-row: 2; }
      .front-page #main .front-category.featured.city .add-articles {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em 2em; }
      .front-page #main .front-category.featured.city .ad-type.half-page {
        grid-column: 2 / 3;
        grid-row: 1 / span 2; } }
  @media (min-width: 64em) {
    .front-page #main .front-category.featured.city {
      display: grid;
      grid-template-columns: 2fr 1fr 300px; }
      .front-page #main .front-category.featured.city .section-header {
        grid-column: 1 / span 2; }
      .front-page #main .front-category.featured.city > .hentry:first-of-type {
        grid-row: 2;
        border-bottom: 1px solid #adb0b1; }
      .front-page #main .front-category.featured.city .add-articles {
        grid-column: 2 / 3;
        grid-template-columns: 1fr;
        grid-gap: 1em; }
      .front-page #main .front-category.featured.city .ad-type.half-page {
        grid-column: -2 / -1;
        grid-row: 1 / span 2; } }

.front-page #main .front-category.featured.arts {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  .front-page #main .front-category.featured.arts .hentry {
    border-top: none;
    padding-top: 0; }
  .front-page #main .front-category.featured.arts .entry-summary {
    display: none; }
  .front-page #main .front-category.featured.arts > .hentry:first-of-type {
    grid-column: 1 / 2;
    grid-row: 2; }
    .front-page #main .front-category.featured.arts > .hentry:first-of-type .entry-summary {
      display: block; }
  .front-page #main .front-category.featured.arts .add-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #adb0b1; }
  @media (min-width: 40em) {
    .front-page #main .front-category.featured.arts {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-template-rows: auto 1fr;
      grid-gap: 1em 2em; }
      .front-page #main .front-category.featured.arts .section-header {
        grid-column: 1 / -1;
        grid-row: 1; }
      .front-page #main .front-category.featured.arts > .hentry:first-of-type {
        grid-column: 1 / -1;
        grid-row: 2; }
      .front-page #main .front-category.featured.arts .add-articles {
        grid-column: 1;
        grid-template-columns: 1fr;
        grid-gap: 1em; }
      .front-page #main .front-category.featured.arts .ad-type.half-page {
        grid-column: 2; } }
  @media (min-width: 48em) {
    .front-page #main .front-category.featured.arts {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-template-rows: auto 1fr; }
      .front-page #main .front-category.featured.arts .section-header {
        grid-column: 1 / 2;
        grid-row: 1; }
      .front-page #main .front-category.featured.arts > .hentry:first-of-type {
        grid-column: 1 / 2;
        grid-row: 2; }
      .front-page #main .front-category.featured.arts .add-articles {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em 2em; }
      .front-page #main .front-category.featured.arts .ad-type.half-page {
        grid-column: 2 / 3;
        grid-row: 1 / span 2; } }
  @media (min-width: 64em) {
    .front-page #main .front-category.featured.arts {
      display: grid;
      grid-template-columns: 5fr 3fr 300px; }
      .front-page #main .front-category.featured.arts .section-header {
        grid-column: 1 / span 2; }
      .front-page #main .front-category.featured.arts > .hentry:first-of-type {
        grid-row: 2;
        border-bottom: 1px solid #adb0b1; }
        .front-page #main .front-category.featured.arts > .hentry:first-of-type .entry-title {
          font-size: 30px;
          font-size: 1.875rem; }
        .front-page #main .front-category.featured.arts > .hentry:first-of-type .entry-summary {
          font-size: 18px;
          font-size: 1.125rem; }
      .front-page #main .front-category.featured.arts .add-articles {
        grid-column: 2 / 3;
        grid-template-columns: 1fr;
        grid-gap: 1em; }
      .front-page #main .front-category.featured.arts .ad-type.half-page {
        grid-column: -2 / -1;
        grid-row: 1 / span 2; } }

.front-page #main .front-category.column {
  margin: 0;
  flex: 1 0 auto;
  border-bottom: 1px solid #adb0b1; }
  .front-page #main .front-category.column .articles-list li:first-child .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 30em) {
      .front-page #main .front-category.column .articles-list li:first-child .entry-title {
        font-size: 20px;
        font-size: 1.25rem; } }

.front-page #main .sidebar-callout {
  display: grid;
  grid-gap: 2em; }
  .front-page #main .sidebar-callout .berkeleyside-callout {
    margin: 0; }

.logged-in-2-0 {
  display: none; }

.page-template-page_template-front-query-test #main-2-0,
.front-page #main-2-0 {
  display: grid;
  grid-gap: 2em; }
  .page-template-page_template-front-query-test #main-2-0 .articles-list,
  .front-page #main-2-0 .articles-list {
    display: grid;
    grid-gap: 1em 2em; }
    .page-template-page_template-front-query-test #main-2-0 .articles-list li,
    .front-page #main-2-0 .articles-list li {
      padding-bottom: 0.75em;
      border-bottom: 1px solid #adb0b1; }
  @media screen and (min-width: 64em) {
    .page-template-page_template-front-query-test #main-2-0 .hentry .entry-summary,
    .front-page #main-2-0 .hentry .entry-summary {
      font-size: 16px;
      font-size: 1rem; } }
  .page-template-page_template-front-query-test #main-2-0 .hentry .entry-title a,
  .front-page #main-2-0 .hentry .entry-title a {
    color: #000; }
  .page-template-page_template-front-query-test #main-2-0 .hentry .entry-meta,
  .front-page #main-2-0 .hentry .entry-meta {
    line-height: 1.25; }
  .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story,
  .front-page #main-2-0 .main-row #front-lead-story {
    border-top: none;
    display: flex; }
    .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .entry-title,
    .front-page #main-2-0 .main-row #front-lead-story .entry-title {
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .entry-title,
        .front-page #main-2-0 .main-row #front-lead-story .entry-title {
          font-size: 24px;
          font-size: 1.5rem; } }
    @media (min-width: 48em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .entry-summary,
      .front-page #main-2-0 .main-row #front-lead-story .entry-summary {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article,
      .front-page #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article {
        display: grid;
        grid-gap: 1em;
        grid-template-columns: 1fr 2fr;
        height: 100%; }
        .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero,
        .front-page #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero {
          margin-bottom: 0; }
          .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero a,
          .front-page #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero a {
            display: block;
            width: 100%;
            height: 100%; }
          .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero .post-thumbnail,
          .front-page #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero .post-thumbnail {
            width: 100%;
            height: 100%; }
          .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero img,
          .front-page #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-hero img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-content,
        .front-page #main-2-0 .main-row #front-lead-story .hentry.lead_story_front_page_article .post-content {
          grid-column: 1;
          grid-row: 1; } }
    .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo,
    .front-page #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr auto;
      align-content: stretch;
      padding-bottom: 1em;
      border-bottom: 1px solid #adb0b1; }
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo .post-hero a,
      .front-page #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo .post-hero a {
        display: block;
        width: 100%;
        height: 100%; }
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo .post-hero .post-thumbnail,
      .front-page #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo .post-hero .post-thumbnail {
        width: 100%;
        height: 100%; }
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo .post-hero img,
      .front-page #main-2-0 .main-row #front-lead-story .lead_story_front_page_photo .post-hero img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .page-template-page_template-front-query-test #main-2-0 .main-row #front-in-brief .entry-summary,
  .front-page #main-2-0 .main-row #front-in-brief .entry-summary {
    display: none; }
  .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories,
  .front-page #main-2-0 .main-row #front-top-stories {
    background-color: #E6EAEC;
    padding: 0 1em 1em; }
    .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .section-header,
    .front-page #main-2-0 .main-row #front-top-stories .section-header {
      padding-top: 0.5rem; }
    .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .articles-list li,
    .front-page #main-2-0 .main-row #front-top-stories .articles-list li {
      border-bottom: none;
      position: relative; }
    @media screen and (min-width: 30em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .articles-list,
      .front-page #main-2-0 .main-row #front-top-stories .articles-list {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .articles-list,
      .front-page #main-2-0 .main-row #front-top-stories .articles-list {
        grid-template-columns: repeat(4, 1fr); }
        .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .articles-list li,
        .front-page #main-2-0 .main-row #front-top-stories .articles-list li {
          padding-bottom: 0.5em; } }
    .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .sponsored,
    .front-page #main-2-0 .main-row #front-top-stories .sponsored {
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "Source Sans Pro", sans-serif;
      color: #000000;
      text-transform: uppercase;
      line-height: 1;
      background: rgba(255, 255, 255, 0.8);
      padding: 0.25em 0.375em;
      position: absolute;
      top: 0.5em;
      right: 0; }
    .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .highlighted-top-story,
    .front-page #main-2-0 .main-row #front-top-stories .highlighted-top-story {
      background-color: #fff; }
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .highlighted-top-story .post-content,
      .front-page #main-2-0 .main-row #front-top-stories .highlighted-top-story .post-content {
        padding: 0 0.75rem 0.5rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-row #front-top-stories .highlighted-top-story .comments-number-container,
      .front-page #main-2-0 .main-row #front-top-stories .highlighted-top-story .comments-number-container {
        right: 0.5rem; }
  .page-template-page_template-front-query-test #main-2-0 .main-row .featured,
  .front-page #main-2-0 .main-row .featured {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr; }
    .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li.hide-summary .entry-summary,
    .front-page #main-2-0 .main-row .featured .articles-list.text-grid li.hide-summary .entry-summary {
      display: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-title,
    .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-title,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-title {
          font-size: 24px;
          font-size: 1.5rem; } }
    .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-summary,
    .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-summary {
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-summary,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:first-child .entry-summary {
          font-size: 18px;
          font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid,
      .front-page #main-2-0 .main-row .featured .articles-list.text-grid {
        flex: 1 0 auto;
        grid-template-columns: 1fr 1fr; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:first-child,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:first-child {
          grid-column: span 2; } }
    @media screen and (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid,
      .front-page #main-2-0 .main-row .featured .articles-list.text-grid {
        grid-template-columns: 2fr 1fr; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:first-child,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:first-child {
          grid-column: auto; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li:nth-child(n+2),
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li:nth-child(n+2) {
          grid-column: 2 / 3; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li.span-2,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li.span-2 {
          grid-row: span 2; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li.span-3,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li.span-3 {
          grid-row: span 3; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li.span-4,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li.span-4 {
          grid-row: span 4; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.text-grid li.span-5,
        .front-page #main-2-0 .main-row .featured .articles-list.text-grid li.span-5 {
          grid-row: span 5; } }
    .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid,
    .front-page #main-2-0 .main-row .featured .articles-list.image-grid {
      grid-gap: 2em; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid li,
      .front-page #main-2-0 .main-row .featured .articles-list.image-grid li {
        padding-bottom: 0;
        border-bottom: none;
        grid-row: auto; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid .entry-summary,
      .front-page #main-2-0 .main-row .featured .articles-list.image-grid .entry-summary {
        display: none; }
      @media screen and (min-width: 30em) {
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid,
        .front-page #main-2-0 .main-row .featured .articles-list.image-grid {
          grid-template-columns: repeat(6, 1fr); }
          .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid.grid-4 li,
          .front-page #main-2-0 .main-row .featured .articles-list.image-grid.grid-4 li {
            grid-column: span 3; }
          .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(1),
          .front-page #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(1) {
            grid-column: span 6; }
          .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(n+2),
          .front-page #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(n+2) {
            grid-column: span 3; } }
      @media screen and (min-width: 64em) {
        .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid,
        .front-page #main-2-0 .main-row .featured .articles-list.image-grid {
          grid-gap: 2em; }
          .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid.grid-4 li,
          .front-page #main-2-0 .main-row .featured .articles-list.image-grid.grid-4 li {
            grid-column: span 3; }
          .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(-n+2),
          .front-page #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(-n+2) {
            grid-column: span 3; }
          .page-template-page_template-front-query-test #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(n+3),
          .front-page #main-2-0 .main-row .featured .articles-list.image-grid.grid-5 li:nth-child(n+3) {
            grid-column: span 2; } }
  .page-template-page_template-front-query-test #main-2-0 .main-row .category-column,
  .front-page #main-2-0 .main-row .category-column {
    display: grid;
    grid-gap: 2em; }
    @media screen and (min-width: 40em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .articles-list,
      .front-page #main-2-0 .main-row .category-column .articles-list {
        grid-template-columns: 1fr 1fr; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .articles-list li:first-child,
        .front-page #main-2-0 .main-row .category-column .articles-list li:first-child {
          grid-row: span 3; } }
    @media screen and (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .articles-list,
      .front-page #main-2-0 .main-row .category-column .articles-list {
        grid-template-columns: 1fr; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .articles-list li:first-child,
        .front-page #main-2-0 .main-row .category-column .articles-list li:first-child {
          grid-row: auto; }
          .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .articles-list li:first-child .entry-title,
          .front-page #main-2-0 .main-row .category-column .articles-list li:first-child .entry-title {
            font-size: 20px;
            font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .category-column,
      .front-page #main-2-0 .main-row .category-column {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .main-section,
        .front-page #main-2-0 .main-row .category-column .main-section {
          display: grid;
          grid-template-rows: auto 1fr; } }
    .page-template-page_template-front-query-test #main-2-0 .main-row .category-column .ad-container,
    .front-page #main-2-0 .main-row .category-column .ad-container {
      padding: 0; }
  .page-template-page_template-front-query-test #main-2-0 .main-row .category-sidebar-column,
  .front-page #main-2-0 .main-row .category-sidebar-column {
    display: grid;
    grid-gap: 2em;
    grid-template-rows: 1fr auto; }
  .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story,
  .front-page #main-2-0 .main-row .highlight-story {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    border-bottom: 1px solid #adb0b1;
    padding-bottom: 1em; }
    @media (min-width: 40em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story,
      .front-page #main-2-0 .main-row .highlight-story {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 2em; } }
    .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .entry-title,
    .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-content:first-child .entry-title,
    .front-page #main-2-0 .main-row .highlight-story .entry-title,
    .front-page #main-2-0 .main-row .highlight-story .post-content:first-child .entry-title {
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 64em) {
        .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .entry-title,
        .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-content:first-child .entry-title,
        .front-page #main-2-0 .main-row .highlight-story .entry-title,
        .front-page #main-2-0 .main-row .highlight-story .post-content:first-child .entry-title {
          font-size: 22px;
          font-size: 1.375rem; } }
    @media (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .entry-summary,
      .front-page #main-2-0 .main-row .highlight-story .entry-summary {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 48em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .hentry,
      .front-page #main-2-0 .main-row .highlight-story .hentry {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 1em; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-hero,
      .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-thumbnail,
      .front-page #main-2-0 .main-row .highlight-story .post-hero,
      .front-page #main-2-0 .main-row .highlight-story .post-thumbnail {
        height: 100%; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-hero a,
        .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-thumbnail a,
        .front-page #main-2-0 .main-row .highlight-story .post-hero a,
        .front-page #main-2-0 .main-row .highlight-story .post-thumbnail a {
          display: block;
          height: 100%; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-hero img,
        .page-template-page_template-front-query-test #main-2-0 .main-row .highlight-story .post-thumbnail img,
        .front-page #main-2-0 .main-row .highlight-story .post-hero img,
        .front-page #main-2-0 .main-row .highlight-story .post-thumbnail img {
          object-fit: cover;
          height: 100%;
          width: 100%; } }
  .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-highlight-sidebar,
  .front-page #main-2-0 .main-row .berkeleyside-highlight-sidebar {
    align-content: inherit; }
  .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories.main-section,
  .front-page #main-2-0 .main-row .breaking-stories.main-section {
    border-color: #C1272D; }
  .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .section-header .section-title,
  .front-page #main-2-0 .main-row .breaking-stories .section-header .section-title {
    color: #C1272D; }
  .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .articles-list li,
  .front-page #main-2-0 .main-row .breaking-stories .articles-list li {
    padding-bottom: 1em;
    border-bottom: 3px solid #C1272D; }
  @media screen and (min-width: 48em) {
    .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .hentry,
    .front-page #main-2-0 .main-row .breaking-stories .hentry {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 1em; }
    .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .post-hero,
    .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .post-thumbnail,
    .front-page #main-2-0 .main-row .breaking-stories .post-hero,
    .front-page #main-2-0 .main-row .breaking-stories .post-thumbnail {
      height: 100%; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .post-hero a,
      .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .post-thumbnail a,
      .front-page #main-2-0 .main-row .breaking-stories .post-hero a,
      .front-page #main-2-0 .main-row .breaking-stories .post-thumbnail a {
        display: block;
        height: 100%; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .post-hero img,
      .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .post-thumbnail img,
      .front-page #main-2-0 .main-row .breaking-stories .post-hero img,
      .front-page #main-2-0 .main-row .breaking-stories .post-thumbnail img {
        object-fit: cover;
        height: 100%;
        width: 100%; } }
  .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .entry-title,
  .front-page #main-2-0 .main-row .breaking-stories .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .main-row .breaking-stories .entry-title,
      .front-page #main-2-0 .main-row .breaking-stories .entry-title {
        font-size: 26px;
        font-size: 1.625rem; } }
  .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar,
  .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar {
    align-content: inherit; }
    .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news,
    .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news {
      font-size: 17px;
      font-size: 1.0625rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news p:last-child,
      .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news p:last-child {
        margin-bottom: 0; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news i.fab,
      .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news i.fab {
        font-size: 137.5%;
        margin-left: 0.25rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news div.wpforms-container-full,
      .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news div.wpforms-container-full {
        margin-bottom: 1rem; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news div.wpforms-container-full .wpforms-description a,
        .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news div.wpforms-container-full .wpforms-description a {
          color: #C1272D; }
        .page-template-page_template-front-query-test #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news div.wpforms-container-full .wpforms-form button[type="submit"],
        .front-page #main-2-0 .main-row .berkeleyside-breaking-sidebar .widget-breaking-news div.wpforms-container-full .wpforms-form button[type="submit"] {
          color: #fff;
          background-color: #C1272D; }
  .page-template-page_template-front-query-test #main-2-0 .news-wire,
  .front-page #main-2-0 .news-wire {
    background-color: #E6EAEC; }
    .page-template-page_template-front-query-test #main-2-0 .news-wire .section-header,
    .front-page #main-2-0 .news-wire .section-header {
      padding: 0.5em 1em 0.5em; }
    .page-template-page_template-front-query-test #main-2-0 .news-wire .section-title,
    .front-page #main-2-0 .news-wire .section-title {
      padding: 0 0 0.25em; }
    .page-template-page_template-front-query-test #main-2-0 .news-wire .post-hero,
    .front-page #main-2-0 .news-wire .post-hero {
      margin-bottom: 0; }
    .page-template-page_template-front-query-test #main-2-0 .news-wire .wp-caption-text,
    .front-page #main-2-0 .news-wire .wp-caption-text {
      color: #E6EAEC;
      padding: 0.5em 0.75em;
      background-color: #393a3b; }
  .page-template-page_template-front-query-test #main-2-0 .opinion,
  .front-page #main-2-0 .opinion {
    background-color: #E6EAEC;
    padding: 0 1em 1em;
    display: grid;
    grid-template-rows: auto 1fr; }
    .page-template-page_template-front-query-test #main-2-0 .opinion .section-header,
    .front-page #main-2-0 .opinion .section-header {
      padding: 0.5em 0 0.25em; }
    .page-template-page_template-front-query-test #main-2-0 .opinion .articles-list li:last-child,
    .front-page #main-2-0 .opinion .articles-list li:last-child {
      border-bottom: none; }
  .page-template-page_template-front-query-test #main-2-0 .nosh,
  .front-page #main-2-0 .nosh {
    margin: 0 -1em;
    padding-top: 0.5em;
    border-bottom: 3px solid #e03b0e; }
    .page-template-page_template-front-query-test #main-2-0 .nosh .section-header,
    .front-page #main-2-0 .nosh .section-header {
      background-color: #e03b0e; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .section-header .section-title,
      .page-template-page_template-front-query-test #main-2-0 .nosh .section-header a,
      .front-page #main-2-0 .nosh .section-header .section-title,
      .front-page #main-2-0 .nosh .section-header a {
        color: #fff; }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-logo,
    .front-page #main-2-0 .nosh .nosh-logo {
      max-width: 265px;
      display: inline-block;
      vertical-align: middle;
      padding: 0.625rem 0 0 1rem; }
    .page-template-page_template-front-query-test #main-2-0 .nosh i,
    .front-page #main-2-0 .nosh i {
      vertical-align: middle;
      padding-top: 0.875rem; }
    @media (min-width: 64em) {
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-grid,
      .front-page #main-2-0 .nosh .nosh-grid {
        display: grid;
        grid-template-columns: 2fr 3fr; } }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-1,
    .front-page #main-2-0 .nosh .nosh-column-1 {
      flex: 0 1 40%; }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-add-articles,
    .front-page #main-2-0 .nosh .nosh-add-articles {
      flex: 1; }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-1,
    .front-page #main-2-0 .nosh .nosh-column-1 {
      display: flex;
      min-height: 300px; }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-1,
        .front-page #main-2-0 .nosh .nosh-column-1 {
          min-height: 400px; } }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article,
    .front-page #main-2-0 .nosh .nosh-lead-story article {
      flex: 1; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .post-hero,
      .front-page #main-2-0 .nosh .nosh-lead-story article .post-hero {
        margin-bottom: 0; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .post-content,
      .front-page #main-2-0 .nosh .nosh-lead-story article .post-content {
        padding: 1em;
        background: #a82c0b; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .entry-title,
      .front-page #main-2-0 .nosh .nosh-lead-story article .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.125;
        margin-bottom: 0; }
        @media (min-width: 40em) {
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .entry-title,
          .front-page #main-2-0 .nosh .nosh-lead-story article .entry-title {
            font-size: 32px;
            font-size: 2rem; } }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .entry-title a,
        .front-page #main-2-0 .nosh .nosh-lead-story article .entry-title a {
          color: #fff; }
    @media (min-width: 40em) {
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article,
      .front-page #main-2-0 .nosh .nosh-lead-story article {
        width: 100%;
        position: relative;
        border-bottom: none; }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .post-hero-bg,
        .front-page #main-2-0 .nosh .nosh-lead-story article .post-hero-bg {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 150; }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .post-hero,
        .front-page #main-2-0 .nosh .nosh-lead-story article .post-hero {
          display: none; }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .post-content,
        .front-page #main-2-0 .nosh .nosh-lead-story article .post-content {
          position: absolute;
          left: 0;
          z-index: 200;
          width: 100%;
          background: rgba(0, 0, 0, 0.5);
          bottom: 0;
          padding: 4em 2em 1em;
          background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .entry-title a,
        .front-page #main-2-0 .nosh .nosh-lead-story article .entry-title a {
          text-shadow: 0px 0px 8px #000; }
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-lead-story article .entry-title a:hover,
          .front-page #main-2-0 .nosh .nosh-lead-story article .entry-title a:hover {
            color: #d3d7d8; } }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1,
    .front-page #main-2-0 .nosh .nosh-column-2-1 {
      background-color: #E6EAEC;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .articles-list,
      .front-page #main-2-0 .nosh .nosh-column-2-1 .articles-list {
        margin-top: 0; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2),
      .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) {
        padding: 1em;
        order: -1; }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) li:last-child,
        .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title,
        .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title {
          font-size: 18px;
          font-size: 1.125rem; }
          @media (min-width: 40em) {
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title {
              font-size: 18px;
              font-size: 1.125rem; } }
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a,
          .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a {
            color: #a82c0b; }
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a:hover,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a:hover {
              color: #e03b0e; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1),
      .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) {
        min-height: 276px;
        flex: 1 0 auto;
        display: flex; }
        .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article,
        .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
          flex: 1; }
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero,
          .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
            margin-bottom: 0; }
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content,
          .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
            padding: 1em;
            background: #a82c0b; }
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title,
          .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title {
            font-size: 24px;
            font-size: 1.5rem;
            margin-bottom: 0; }
            @media (min-width: 40em) {
              .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title,
              .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title {
                font-size: 26px;
                font-size: 1.625rem; } }
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a {
              color: #fff; }
        @media (min-width: 40em) {
          .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article,
          .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
            width: 100%;
            position: relative;
            border-bottom: none; }
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero-bg,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero-bg {
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 150; }
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
              display: none; }
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
              position: absolute;
              left: 0;
              z-index: 200;
              width: 100%;
              padding: 1em;
              background: rgba(0, 0, 0, 0.5);
              bottom: 0;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a,
            .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a {
              text-shadow: 0px 0px 3px #000; }
              .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a:hover,
              .front-page #main-2-0 .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a:hover {
                color: #d3d7d8; } }
    .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-2,
    .front-page #main-2-0 .nosh .nosh-column-2-2 {
      background-color: #d3d7d8;
      display: flex; }
      .page-template-page_template-front-query-test #main-2-0 .nosh .nosh-column-2-2 .ad-container.section,
      .front-page #main-2-0 .nosh .nosh-column-2-2 .ad-container.section {
        margin: 0 auto;
        padding: 1em;
        display: flex;
        align-items: center; }
    .page-template-page_template-front-query-test #main-2-0 .nosh .widget.widget-nosh-weekly,
    .front-page #main-2-0 .nosh .widget.widget-nosh-weekly {
      padding: .75em 1.5em 1.25em;
      background-color: #e03b0e;
      border-top: none; }
  .page-template-page_template-front-query-test #main-2-0 #video_section-front_page,
  .front-page #main-2-0 #video_section-front_page {
    background-color: #000;
    width: 100%; }
    .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header,
    .front-page #main-2-0 #video_section-front_page .section-header {
      background-color: #000 !important;
      padding: 1em 1em 0;
      display: grid;
      grid-template-columns: minmax(max-content, 1fr) minmax(min-content, max-content);
      grid-gap: 1em; }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header > *,
      .front-page #main-2-0 #video_section-front_page .section-header > * {
        align-self: center; }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header a,
      .front-page #main-2-0 #video_section-front_page .section-header a {
        color: #fff; }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header .section-title,
      .front-page #main-2-0 #video_section-front_page .section-header .section-title {
        font-size: 26px;
        font-size: 1.625rem;
        padding: 0;
        color: #fff; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header .section-title:after,
        .front-page #main-2-0 #video_section-front_page .section-header .section-title:after {
          font-family: FontAwesome;
          content: "\f0a9";
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          padding-left: 0.25em; }
      @media (min-width: 48em) {
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header .we-transfer-link,
        .front-page #main-2-0 #video_section-front_page .section-header .we-transfer-link {
          text-align: right;
          margin-top: 0; } }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header .we-transfer-link a,
      .front-page #main-2-0 #video_section-front_page .section-header .we-transfer-link a {
        color: #fff;
        line-height: 1;
        box-shadow: none;
        display: inline-block;
        padding: 0 0.25em; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header .we-transfer-link a:after,
        .front-page #main-2-0 #video_section-front_page .section-header .we-transfer-link a:after {
          font-family: FontAwesome;
          content: "\f061";
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          padding-left: 0.5em; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .section-header .we-transfer-link a:hover,
        .front-page #main-2-0 #video_section-front_page .section-header .we-transfer-link a:hover {
          background-color: #3F9EEA; }
    .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed,
    .front-page #main-2-0 #video_section-front_page .wp-block-embed {
      margin: 0; }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed ~ *,
      .front-page #main-2-0 #video_section-front_page .wp-block-embed ~ * {
        display: none; }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories,
      .front-page #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories {
        display: block; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a,
        .front-page #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a {
          color: #d3d7d8;
          background-color: #000;
          padding: 0.5rem;
          transition: background 0.3s;
          display: grid;
          grid-template-columns: max-content 1fr;
          grid-gap: 0.5rem; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a:hover,
          .front-page #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a:hover {
            color: #fff;
            background-color: #0053A5; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-text,
          .front-page #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-text {
            font-weight: 600;
            color: #fff;
            padding-right: 0.5rem;
            border-right: 1px solid #fff; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-title,
          .front-page #main-2-0 #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-title {
            max-width: 60ch; }
    .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list,
    .front-page #main-2-0 #video_section-front_page .video_section-videos-list {
      padding: 1em;
      margin: 0;
      list-style: none;
      display: grid;
      grid-gap: 1em; }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list {
          grid-template-columns: 1fr 1fr; } }
      @media (min-width: 64em) {
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list {
          grid-template-columns: 12fr 5fr; } }
      .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li,
      .front-page #main-2-0 #video_section-front_page .video_section-videos-list li {
        color: #d3d7d8;
        position: relative; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-story-link,
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-image,
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .wp-post-image,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-story-link,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-image,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .wp-post-image {
          width: 100%;
          height: 100%; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li p a,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li p a {
          color: #3F9EEA; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-story-link,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-story-link {
          color: #fff; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-story-link:hover .fa,
          .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-story-link:hover .fa {
            background: #0053A5; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .wp-post-image,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .wp-post-image {
          object-fit: cover; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title {
          line-height: 1;
          display: grid;
          grid-template-columns: min-content 1fr;
          grid-gap: 0.5rem;
          padding: 1.5rem 0.5rem 0.5rem; }
          @media (min-width: 30em) {
            .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title,
            .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title {
              font-size: 18px;
              font-size: 1.125rem;
              position: absolute;
              bottom: 0;
              left: 0;
              background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%); } }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .fa,
          .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .fa {
            font-size: 1.125em;
            align-self: center;
            border: 1px solid #fff;
            border-radius: 10rem;
            padding: 0.375em 0.375em 0.375em 0.5em;
            transition: background 0.3s ease; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-title-duration,
          .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-title-duration {
            align-self: center; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-entry-title,
          .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-entry-title {
            padding-right: 0.25rem; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-duration,
          .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-duration {
            font-size: 12px;
            font-size: 0.75rem;
            color: #E6EAEC;
            background-color: #7a7c7d;
            padding: 0.125rem 0.375rem 0.0625rem;
            border-radius: 0.125rem;
            white-space: nowrap; }
            .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-duration:before,
            .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .video-title .video-duration:before {
              font-family: FontAwesome;
              content: "\f03d";
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              padding-right: 0.5em; }
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li .ssba,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li .ssba {
          display: none; }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li:first-child,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li:first-child {
          grid-column: span 2; } }
      @media (min-width: 64em) {
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li:first-child,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li:first-child {
          grid-column: span 1;
          grid-row: span 2; } }
      @media (min-width: 40em) {
        .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li:first-child .video-title,
        .front-page #main-2-0 #video_section-front_page .video_section-videos-list li:first-child .video-title {
          font-size: 32px;
          font-size: 2rem; }
          .page-template-page_template-front-query-test #main-2-0 #video_section-front_page .video_section-videos-list li:first-child .video-title .video-duration,
          .front-page #main-2-0 #video_section-front_page .video_section-videos-list li:first-child .video-title .video-duration {
            font-size: 75%; } }
  .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus,
  .front-page #main-2-0 .main-section.coronavirus {
    border: none;
    background-color: #E6EAEC; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .main-row,
    .front-page #main-2-0 .main-section.coronavirus .main-row {
      grid-gap: 0; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .section-header,
    .front-page #main-2-0 .main-section.coronavirus .section-header {
      padding-top: 0; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .section-title,
    .front-page #main-2-0 .main-section.coronavirus .section-title {
      padding-bottom: 0; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .section-term-link,
    .front-page #main-2-0 .main-section.coronavirus .section-term-link {
      background-color: #C1272D;
      padding: 0.375rem 1rem;
      color: #fff;
      transition: background 0.2s ease; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .section-term-link:after,
      .front-page #main-2-0 .main-section.coronavirus .section-term-link:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        content: '\f0a9';
        padding: 0.1875em; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .section-term-link:hover,
      .front-page #main-2-0 .main-section.coronavirus .section-term-link:hover {
        background-color: #E60008; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .sub-section,
    .front-page #main-2-0 .main-section.coronavirus .sub-section {
      padding: 0.5em 1em 1em; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .sub-section .byline,
      .front-page #main-2-0 .main-section.coronavirus .sub-section .byline {
        display: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .sub-section-title,
    .front-page #main-2-0 .main-section.coronavirus .sub-section-title {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "Source Sans Pro", sans-serif;
      margin-bottom: 1rem;
      padding-bottom: 0.25rem;
      border-bottom: 1px solid #adb0b1; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .sub-section-title a,
      .front-page #main-2-0 .main-section.coronavirus .sub-section-title a {
        color: #393a3b; }
        .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .sub-section-title a:after,
        .front-page #main-2-0 .main-section.coronavirus .sub-section-title a:after {
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          content: '\f0a9';
          padding: 0.1875em; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates,
    .front-page #main-2-0 .main-section.coronavirus .updates {
      display: grid;
      grid-template-rows: auto 1fr; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates li,
      .front-page #main-2-0 .main-section.coronavirus .updates li {
        border: none; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates .articles-list,
      .front-page #main-2-0 .main-section.coronavirus .updates .articles-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 1em; }
        .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates .articles-list.live-coverage-2-1,
        .front-page #main-2-0 .main-section.coronavirus .updates .articles-list.live-coverage-2-1 {
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
        .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates .articles-list li,
        .front-page #main-2-0 .main-section.coronavirus .updates .articles-list li {
          padding-bottom: 0; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates .entry-title,
      .front-page #main-2-0 .main-section.coronavirus .updates .entry-title {
        font-size: 18px;
        font-size: 1.125rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .updates .entry-summary,
      .front-page #main-2-0 .main-section.coronavirus .updates .entry-summary {
        display: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest .articles-list.news-2-1,
    .front-page #main-2-0 .main-section.coronavirus .latest .articles-list.news-2-1 {
      grid-gap: 1.125rem; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest li,
    .front-page #main-2-0 .main-section.coronavirus .latest li {
      padding-bottom: 0.625rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest li:last-child,
      .front-page #main-2-0 .main-section.coronavirus .latest li:last-child {
        border-bottom: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest .post-hero,
    .front-page #main-2-0 .main-section.coronavirus .latest .post-hero {
      display: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest .entry-title,
    .front-page #main-2-0 .main-section.coronavirus .latest .entry-title {
      font-size: 17px;
      font-size: 1.0625rem; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest .entry-summary,
    .front-page #main-2-0 .main-section.coronavirus .latest .entry-summary {
      font-size: 15px;
      font-size: 0.9375rem; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.coronavirus .latest .entry-meta,
    .front-page #main-2-0 .main-section.coronavirus .latest .entry-meta {
      display: none; }
  .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news,
  .front-page #main-2-0 .main-section.oakland-news {
    background-color: #E6EAEC; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .main-row,
    .front-page #main-2-0 .main-section.oakland-news .main-row {
      grid-gap: 0; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .section-header,
    .front-page #main-2-0 .main-section.oakland-news .section-header {
      padding-top: 0; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .section-title,
    .front-page #main-2-0 .main-section.oakland-news .section-title {
      padding-bottom: 0; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .section-title:after,
      .front-page #main-2-0 .main-section.oakland-news .section-title:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        content: '\f0a9';
        padding: 0.125em; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .section-term-link,
    .front-page #main-2-0 .main-section.oakland-news .section-term-link {
      padding: 0.375rem 1rem;
      transition: background 0.2s ease;
      display: block; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .sub-section,
    .front-page #main-2-0 .main-section.oakland-news .sub-section {
      padding: 0.5em 1em 1em; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .updates,
    .front-page #main-2-0 .main-section.oakland-news .updates {
      display: grid;
      grid-template-rows: auto 1fr; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .updates li,
      .front-page #main-2-0 .main-section.oakland-news .updates li {
        border: none; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .updates .articles-list,
      .front-page #main-2-0 .main-section.oakland-news .updates .articles-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 1em; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .updates .entry-title,
      .front-page #main-2-0 .main-section.oakland-news .updates .entry-title {
        font-size: 18px;
        font-size: 1.125rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .updates .entry-summary,
      .front-page #main-2-0 .main-section.oakland-news .updates .entry-summary {
        display: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .latest .articles-list,
    .front-page #main-2-0 .main-section.oakland-news .latest .articles-list {
      grid-gap: 1rem; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .latest li,
    .front-page #main-2-0 .main-section.oakland-news .latest li {
      padding-bottom: 1rem; }
      .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .latest li:last-child,
      .front-page #main-2-0 .main-section.oakland-news .latest li:last-child {
        border-bottom: none; }
    .page-template-page_template-front-query-test #main-2-0 .main-section.oakland-news .latest .entry-title,
    .front-page #main-2-0 .main-section.oakland-news .latest .entry-title {
      font-size: 16px;
      font-size: 1rem; }
  .page-template-page_template-front-query-test #main-2-0 .cta-banner,
  .front-page #main-2-0 .cta-banner {
    padding: 0; }

@media (min-width: 64em) {
  .single #main {
    align-items: flex-start; } }

.single #main .hentry {
  flex: 1;
  margin: 1em;
  min-width: 1px; }
  .single #main .hentry > * {
    margin-bottom: 1em; }
  .single #main .hentry > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .single #main .hentry .entry-meta {
      order: 1;
      flex: 0 1 11.25em; }
    .single #main .hentry .entry-header {
      order: 2;
      flex: 1 1 60%; }
    .single #main .hentry .entry-content {
      order: 3;
      margin-left: 10.75em; }
    .single #main .hentry .entry-footer {
      order: 4; } }
  .single #main .hentry .entry-meta .post-date-author,
  .single #main .hentry .entry-meta .social-bar {
    overflow: hidden; }
  .single #main .hentry .entry-meta .post-date-author {
    margin-top: 0.25em; }
  .single #main .hentry .entry-meta .admin-note.edit-post-link {
    display: none; }
  .single #main .hentry .entry-meta .social-bar {
    border-bottom: 1px solid #d3d7d8;
    padding-bottom: 0.5em;
    margin-bottom: 0.25em; }
  .single #main .hentry .entry-meta .post-category {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem; }
  @media (min-width: 64em) {
    .single #main .hentry .entry-meta {
      margin: 0 1em 0 0; }
      .single #main .hentry .entry-meta .posted-on, .single #main .hentry .entry-meta .byline {
        display: block; } }
  .single #main .hentry .entry-meta .comments-number-container {
    display: inline-block;
    margin-right: 0.25em; }
    .single #main .hentry .entry-meta .comments-number-container .comments-number .number {
      font-size: 0.875em;
      min-width: 22px;
      padding: 3px 8px 0; }
  .single #main .hentry .entry-header {
    margin-bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end; }
    .single #main .hentry .entry-header .post-banner {
      margin-bottom: 0.75em; }
      .single #main .hentry .entry-header .post-banner .post-banner-title {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "Source Sans Pro", sans-serif;
        color: #FFF;
        text-transform: uppercase;
        background-color: #AAAAAA;
        padding: 0.125rem 0.375rem; }
    .single #main .hentry .entry-header .before-title-heading span {
      font-size: 16px;
      font-size: 1rem;
      padding: 0.125rem 0.5rem 0;
      margin-bottom: 0.5rem;
      display: inline-block;
      color: #393a3b;
      background: #FFD900; }
      @media (min-width: 40em) {
        .single #main .hentry .entry-header .before-title-heading span {
          font-size: 22px;
          font-size: 1.375rem; } }
    .single #main .hentry .entry-header .entry-title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 0.25em; }
      @media (min-width: 40em) {
        .single #main .hentry .entry-header .entry-title {
          font-size: 36px;
          font-size: 2.25rem; } }
    .single #main .hentry .entry-header .entry-summary {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 1em; }
    .single #main .hentry .entry-header .breaking-updated {
      margin: 0.3125em 0 0.875em; }
      .single #main .hentry .entry-header .breaking-updated .breaking-updated-title {
        font-size: 22px;
        font-size: 1.375rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background-color: #C1272D;
        padding: 0 0.25em;
        margin-bottom: 0.25em;
        display: block; }
        @media (min-width: 40em) {
          .single #main .hentry .entry-header .breaking-updated .breaking-updated-title {
            display: inline-block;
            margin-right: 0.25em;
            margin-bottom: 0; } }
      .single #main .hentry .entry-header .breaking-updated .updated-on {
        color: #C1272D; }
  .single #main .hentry .entry-content {
    flex: 1 auto;
    min-width: 1px; }
    .single #main .hentry .entry-content h2, .single #main .hentry .entry-content h3 {
      margin-bottom: 1.375rem; }
    .single #main .hentry .entry-content p a {
      color: #393a3b;
      box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
      transition: background 0.2s; }
      .single #main .hentry .entry-content p a:hover {
        background: rgba(0, 142, 255, 0.2); }
    .single #main .hentry .entry-content aside a {
      color: #393a3b;
      box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
      transition: background 0.2s; }
      .single #main .hentry .entry-content aside a:hover {
        background: rgba(0, 142, 255, 0.2); }
    .single #main .hentry .entry-content .pullquote {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.25;
      margin: 1em; }
      @media (min-width: 40em) and (max-width: 48em) {
        .single #main .hentry .entry-content .pullquote {
          font-size: 24px;
          font-size: 1.5rem;
          float: left;
          width: 300px;
          margin: 1em 1.5em; } }
      @media (min-width: 64em) {
        .single #main .hentry .entry-content .pullquote {
          font-size: 26px;
          font-size: 1.625rem;
          float: left;
          width: 300px;
          margin: 1em 2em 1em -3em; } }
      .single #main .hentry .entry-content .pullquote img {
        margin-bottom: 0.5em;
        width: 100%; }
  .single #main .hentry .end-bio {
    font-style: italic;
    margin-bottom: 1.375em;
    padding-top: 0.5em;
    border-top: 1px dotted #adb0b1; }
    .single #main .hentry .end-bio .author-meta {
      white-space: nowrap; }
  .single #main .hentry .meta-related-stories {
    margin-top: 1.5em; }
    .single #main .hentry .meta-related-stories h2 {
      margin-bottom: 0.25em; }
    .single #main .hentry .meta-related-stories ul {
      margin-left: 0; }
    .single #main .hentry .meta-related-stories.related-with-thumbnail h2 {
      font-size: 24px;
      font-size: 1.5rem; }
    .single #main .hentry .meta-related-stories.related-with-thumbnail ul {
      list-style: none;
      margin: 0 -0.5em; }
    .single #main .hentry .meta-related-stories.related-with-thumbnail .related-link {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.25;
      font-weight: 600;
      display: flex;
      padding-bottom: 0.5em; }
      .single #main .hentry .meta-related-stories.related-with-thumbnail .related-link > div {
        padding: 0 0.5em; }
      .single #main .hentry .meta-related-stories.related-with-thumbnail .related-link .related-thumbnail {
        flex: 0 1 33.333333333%;
        padding-bottom: 0.5em; }
      .single #main .hentry .meta-related-stories.related-with-thumbnail .related-link .related-title {
        flex: 1; }
    @media (min-width: 30em) {
      .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-1 .related-thumbnail {
        flex: 0 1 50%;
        padding-bottom: 0; }
      .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-2 {
        display: flex; }
        .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-2 li {
          flex: 1 1 33.333333333%; }
        .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-2 .related-thumbnail {
          flex: 0 1 50%;
          padding-bottom: 0; }
      .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-3 {
        display: flex; }
        .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-3 li {
          flex: 1 1 33.333333333%; }
        .single #main .hentry .meta-related-stories.related-with-thumbnail ul.count-3 .related-link {
          display: block; } }
  .single #main .hentry .entry-footer {
    flex: 1 100%;
    border-top: 2px solid #02B0B0;
    padding-top: 0.5em; }
    .single #main .hentry .entry-footer h2 {
      margin-bottom: 0.25em; }
    .single #main .hentry .entry-footer .tags-links a {
      font-size: 15px;
      font-size: 0.9375rem;
      background-color: #E6EAEC;
      padding: 0.125em 0.375em;
      margin: 0 0.5em 0.5em 0;
      display: inline-block; }

.single #main .ad-container {
  margin: 0 1em;
  border-top: 2px solid #adb0b1; }

.single #main .comments-area {
  flex-basis: 100%; }

.single #main .content-ad {
  clear: both;
  padding: 0.5em 0;
  border-top: 1px solid #d3d7d8;
  border-bottom: 1px solid #d3d7d8; }

.single #main .opinionator-author-meta {
  margin-top: 1.5em; }
  .single #main .opinionator-author-meta .opinionator-author {
    font-weight: 600;
    margin-bottom: 0; }
  .single #main .opinionator-author-meta .opinionator-author-bio {
    font-style: italic;
    color: #7a7c7d; }

.single #content-area-comments #comments-policy {
  flex: 0 0 300px;
  margin: 0 1em 1em;
  padding: 1em;
  background: #E6EAEC;
  border-top: 0.5em solid #adb0b1; }
  @media (min-width: 40em) {
    .single #content-area-comments #comments-policy {
      order: 2; }
      .single #content-area-comments #comments-policy .widget:last-child {
        border-bottom: 1px solid #7a7c7d;
        padding-bottom: 1em; } }

.single #content-area-comments #comments-section {
  flex: 1 1; }
  @media (min-width: 40em) {
    .single #content-area-comments #comments-section {
      order: 1; } }

.slideshow ul {
  list-style: none;
  margin-left: 0; }

.slideshow li:first-child {
  position: relative; }
  .slideshow li:first-child .slideshow-title {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background-color: rgba(64, 64, 64, 0.5);
    transition: background 0.3s ease; }
    .slideshow li:first-child .slideshow-title h1 {
      font-size: 1.875em;
      margin-bottom: 0.125em; }
  .slideshow li:first-child:hover .slideshow-title {
    background-color: rgba(255, 255, 255, 0.9);
    color: #393a3b; }

.slideshow li:nth-child(n+2) {
  display: none; }

/*
.single.category-in-brief #main-2-0 {
	display: grid;


	// GRID AREAS
	@media (min-width: $breakpoint__tablet) {
	#main-content {
		grid-area: content;
	}

	#widgets-primary {
		grid-area: widgets-1;
	}

	#widgets-secondary {
		grid-area: widgets-2;
	}

	}


	// GRID TEMPLATE AREAS
	@media (min-width: $breakpoint__tablet) {
		grid-template-columns: 1fr 300px;
		grid-gap: 2em;
		grid-template-areas:
			"content widgets-1"
			"content widgets-2";
	}

	@media (min-width: $breakpoint__laptop) {
		grid-template-columns: 300px 1fr 300px;
		grid-gap: 2em;
		grid-template-areas:
			"widgets-1 content widgets-2";
	}

	#main-content {
		border: 1px solid $brk_color__neutral-medium-light;
		border-top: 3px solid $brk_color__neutral-dark;
		background-color: #fff;
		margin: 0;
		box-shadow: 2px 2px 2px rgba(128,128,128,0.5);
	}

	.hentry {
		> * {
			padding: 0 1em;
		}
	}

	.entry-meta {
		background-color: $brk_color__neutral-light;
		padding: 0.5em 1em 0.375em;
		margin-bottom: 1em;
	}

	.entry-content {
		margin-left: 0;
	}

	.entry-title {
		@include font-size(2);
		margin-bottom: 1.375rem;
	}

	.post-date-author {
		display: inline-block;
		line-height: 2rem;
	}

	.edit-post-link {
		display: none;
	}

	.gallery {
		margin-left: 0;

		img {
			width: 100%;
		}
	}

	.widget-area {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0;
		grid-gap: 2em;
		align-content: start;
	}

	.comments-area {
		padding: 1em 0;
	}
}

*/
.aside-content-append {
  border-top: 2px solid #adb0b1;
  padding: 1em;
  background-color: #E6EAEC;
  clear: both; }
  .aside-content-append h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em !important; }
  .aside-content-append a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #393a3b;
    padding: 0.25em 0.5em 0.25em 0.625em;
    background-color: #FFD900;
    transition: background 0.3s ease;
    box-decoration-break: clone;
    border: 1px solid #adb0b1;
    border-radius: 15px;
    box-shadow: none !important; }
    .aside-content-append a:hover, .aside-content-append a:focus {
      color: #fff !important;
      background-color: #0053A5 !important; }
  .aside-content-append a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: '\f0a9';
    padding-left: 0.375em; }

.post-template-post_template-single-video #masthead,
.page-template-page_template-page-thank-you #masthead {
  background-color: #393a3b; }
  .post-template-post_template-single-video #masthead .nav-container,
  .page-template-page_template-page-thank-you #masthead .nav-container {
    color: #fff;
    float: left;
    cursor: pointer;
    margin: 0.5em 0.5em 0.25em;
    position: relative; }
  .post-template-post_template-single-video #masthead .nav-symbol,
  .page-template-page_template-page-thank-you #masthead .nav-symbol {
    font-size: 30px;
    line-height: 1; }
  .post-template-post_template-single-video #masthead .nav-logo-nosh,
  .page-template-page_template-page-thank-you #masthead .nav-logo-nosh {
    vertical-align: text-bottom;
    width: 160px;
    display: inline-block; }
  .post-template-post_template-single-video #masthead .nav-logo-berkeleyside,
  .page-template-page_template-page-thank-you #masthead .nav-logo-berkeleyside {
    vertical-align: middle;
    width: 165px;
    display: inline-block;
    position: relative;
    top: -3px; }

.post-template-post_template-single-video .sidenav,
.page-template-page_template-page-thank-you .sidenav {
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s; }
  .post-template-post_template-single-video .sidenav .menu-item a,
  .page-template-page_template-page-thank-you .sidenav .menu-item a {
    font-size: 1.125em;
    color: #E6EAEC;
    padding: 0.125em 0.125em 0.125em 1em;
    display: block;
    transition: 0.3s;
    white-space: nowrap; }
  .post-template-post_template-single-video .sidenav .closebtn,
  .page-template-page_template-page-thank-you .sidenav .closebtn {
    font-size: 1.5em;
    line-height: 1;
    color: #E6EAEC;
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0; }
  .post-template-post_template-single-video .sidenav .menu-home,
  .page-template-page_template-page-thank-you .sidenav .menu-home {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1; }

@media screen and (max-height: 450px) {
  .post-template-post_template-single-video .sidenav,
  .page-template-page_template-page-thank-you .sidenav {
    padding-top: 15px; } }

.post-template-post_template-single-video .post-photo-lead-hero,
.page-template-page_template-page-thank-you .post-photo-lead-hero {
  width: 100%; }
  .post-template-post_template-single-video .post-photo-lead-hero img,
  .page-template-page_template-page-thank-you .post-photo-lead-hero img {
    width: 100%; }
  .post-template-post_template-single-video .post-photo-lead-hero .photo-lead-caption,
  .page-template-page_template-page-thank-you .post-photo-lead-hero .photo-lead-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #7a7c7d;
    padding: 0.5em 1em 1em; }

.post-template-post_template-single-video .primary.page-group,
.page-template-page_template-page-thank-you .primary.page-group {
  background: none; }

.post-template-post_template-single-video #content,
.page-template-page_template-page-thank-you #content {
  background-color: #fff; }

.post-template-post_template-single-video #main .hentry,
.page-template-page_template-page-thank-you #main .hentry {
  align-items: start; }
  @media (min-width: 64em) {
    .post-template-post_template-single-video #main .hentry .entry-meta,
    .page-template-page_template-page-thank-you #main .hentry .entry-meta {
      order: 2;
      flex: 0 1 11.25em; }
    .post-template-post_template-single-video #main .hentry .entry-header,
    .page-template-page_template-page-thank-you #main .hentry .entry-header {
      order: 1;
      flex: 100%; }
    .post-template-post_template-single-video #main .hentry .entry-content,
    .page-template-page_template-page-thank-you #main .hentry .entry-content {
      order: 3;
      flex: 1 1 60%;
      margin-left: 0; }
    .post-template-post_template-single-video #main .hentry .entry-footer,
    .page-template-page_template-page-thank-you #main .hentry .entry-footer {
      order: 4; } }
  .post-template-post_template-single-video #main .hentry .entry-header,
  .page-template-page_template-page-thank-you #main .hentry .entry-header {
    margin-bottom: 2em; }
    .post-template-post_template-single-video #main .hentry .entry-header .entry-title,
    .page-template-page_template-page-thank-you #main .hentry .entry-header .entry-title {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 400; }
      @media (min-width: 40em) {
        .post-template-post_template-single-video #main .hentry .entry-header .entry-title,
        .page-template-page_template-page-thank-you #main .hentry .entry-header .entry-title {
          font-size: 44px;
          font-size: 2.75rem; } }
  .post-template-post_template-single-video #main .hentry .entry-meta,
  .page-template-page_template-page-thank-you #main .hentry .entry-meta {
    margin-bottom: 0.5em; }
    .post-template-post_template-single-video #main .hentry .entry-meta .primary-category,
    .page-template-page_template-page-thank-you #main .hentry .entry-meta .primary-category {
      margin-bottom: 0.25em; }
  .post-template-post_template-single-video #main .hentry .entry-content,
  .page-template-page_template-page-thank-you #main .hentry .entry-content {
    margin-top: 0; }

.post-template-post_template-single-video .gallery,
.page-template-page_template-page-thank-you .gallery {
  border-bottom: 2px solid #d3d7d8; }
  .post-template-post_template-single-video .gallery .gallery-item:nth-child(odd),
  .page-template-page_template-page-thank-you .gallery .gallery-item:nth-child(odd) {
    padding-right: 0.5em; }
  .post-template-post_template-single-video .gallery .gallery-item:nth-child(even),
  .page-template-page_template-page-thank-you .gallery .gallery-item:nth-child(even) {
    padding-left: 0.5em; }
  .post-template-post_template-single-video .gallery .gallery-caption,
  .page-template-page_template-page-thank-you .gallery .gallery-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    padding: 0.5em 0 1em; }
  @media (min-width: 64em) {
    .post-template-post_template-single-video .gallery,
    .page-template-page_template-page-thank-you .gallery {
      margin-left: -12.5em; } }

@media (min-width: 48em) {
  .post-template-post_template-single-video .gallery-columns-1,
  .page-template-page_template-page-thank-you .gallery-columns-1 {
    margin-right: -21em; } }

.post-template-post_template-single-video .gallery-columns-1 img,
.page-template-page_template-page-thank-you .gallery-columns-1 img {
  width: 100%; }

.post-template-post_template-single-video .gallery-columns-1 .gallery-item:nth-child(odd),
.page-template-page_template-page-thank-you .gallery-columns-1 .gallery-item:nth-child(odd) {
  padding-right: 0; }

.post-template-post_template-single-video .video-content {
  background-color: #000; }
  .post-template-post_template-single-video .video-content #main {
    background-color: #000; }
    .post-template-post_template-single-video .video-content #main .hentry {
      color: #fff; }
      @media (min-width: 48em) {
        .post-template-post_template-single-video .video-content #main .hentry {
          display: grid;
          grid-template-columns: 1fr 2fr;
          grid-gap: 1rem 2rem; } }
      .post-template-post_template-single-video .video-content #main .hentry p a {
        color: #fff;
        box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
        transition: background 0.2s; }
        .post-template-post_template-single-video .video-content #main .hentry p a:hover {
          background: #3F9EEA; }
      .post-template-post_template-single-video .video-content #main .hentry .entry-meta {
        margin: 1em 0;
        border-bottom: 1px solid #7a7c7d; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-meta a {
          color: #fff; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-meta .primary-category {
          border-bottom: none; }
          @media (min-width: 48em) {
            .post-template-post_template-single-video .video-content #main .hentry .entry-meta .primary-category {
              margin: 0; } }
          .post-template-post_template-single-video .video-content #main .hentry .entry-meta .primary-category a {
            display: block;
            padding: 0 0.375rem;
            margin-bottom: 0.5rem;
            background-color: #393a3b; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-meta .ssba_print,
        .post-template-post_template-single-video .video-content #main .hentry .entry-meta .byline {
          display: none; }
      .post-template-post_template-single-video .video-content #main .hentry .entry-header {
        grid-column: 1 / span 2; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-header .entry-title {
          font-size: 26px;
          font-size: 1.625rem; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-header .video-duration:before {
          font-family: FontAwesome;
          content: "\f03d";
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          padding-right: 0.5em; }
      .post-template-post_template-single-video .video-content #main .hentry .video-related-stories a {
        color: #fff;
        padding: 0.25rem 0.5rem;
        background-color: #0053A5;
        border-radius: 0.25rem;
        transition: background 0.2s; }
        .post-template-post_template-single-video .video-content #main .hentry .video-related-stories a:hover {
          background: #3F9EEA; }
        .post-template-post_template-single-video .video-content #main .hentry .video-related-stories a:after {
          font-family: FontAwesome;
          content: "\f061";
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          padding-left: 0.5em; }
      .post-template-post_template-single-video .video-content #main .hentry .video-related-stories .heading-related-stories {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0; }
      .post-template-post_template-single-video .video-content #main .hentry .entry-footer {
        border-top: none; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-footer h2 {
          display: none; }
        .post-template-post_template-single-video .video-content #main .hentry .entry-footer .tags-links a {
          color: #d3d7d8;
          font-size: 14px;
          font-size: 0.875rem;
          background-color: #393a3b;
          padding: 0.125em 0.375em;
          margin: 0 0.5em 0.5em 0;
          display: inline-block;
          transition: background 0.3s ease; }
          .post-template-post_template-single-video .video-content #main .hentry .entry-footer .tags-links a:hover {
            background-color: #7a7c7d; }
    .post-template-post_template-single-video .video-content #main .content-container {
      margin-top: 1em; }
      @media (min-width: 48em) {
        .post-template-post_template-single-video .video-content #main .content-container {
          margin-top: 0;
          grid-row: 1; } }
    .post-template-post_template-single-video .video-content #main .entry-header,
    .post-template-post_template-single-video .video-content #main .entry-meta {
      margin: 0; }
    .post-template-post_template-single-video .video-content #main .ad-container {
      display: none;
      grid-column: 2 / 3;
      grid-row: 2;
      border: none;
      padding: 0;
      margin: 0; }

.post-template-post_template-single-video .page-group.more-videos .more-videos-section {
  margin: 1em; }
  @media (min-width: 40em) {
    .post-template-post_template-single-video .page-group.more-videos .more-videos-section {
      display: grid;
      grid-template-columns: 1fr 1fr 300px;
      grid-template-rows: auto 1fr;
      grid-gap: 1em 2em; } }

.post-template-post_template-single-video .page-group.more-videos .more-videos-section-header {
  grid-column: 1 / span 2;
  grid-row: 1; }
  .post-template-post_template-single-video .page-group.more-videos .more-videos-section-header .section-title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 40em) {
      .post-template-post_template-single-video .page-group.more-videos .more-videos-section-header .section-title {
        grid-column: 1 / span 3;
        margin-bottom: 0; } }

.post-template-post_template-single-video .page-group.more-videos .more-videos-list {
  list-style: none;
  margin: 0 0 1em;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; }
  @media (min-width: 40em) {
    .post-template-post_template-single-video .page-group.more-videos .more-videos-list {
      grid-column: 1 / span 2; } }
  @media (min-width: 48em) {
    .post-template-post_template-single-video .page-group.more-videos .more-videos-list {
      grid-column: 1 / span 2; } }
  @media (min-width: 64em) {
    .post-template-post_template-single-video .page-group.more-videos .more-videos-list {
      grid-gap: 2em;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: max-content; } }
  .post-template-post_template-single-video .page-group.more-videos .more-videos-list .video-story-link {
    color: #393a3b; }
  .post-template-post_template-single-video .page-group.more-videos .more-videos-list .video-title {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    line-height: 1.25;
    margin: 0.25rem 0; }
    @media (min-width: 40em) {
      .post-template-post_template-single-video .page-group.more-videos .more-videos-list .video-title {
        font-size: 16px;
        font-size: 1rem; } }
  .post-template-post_template-single-video .page-group.more-videos .more-videos-list .video-author {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #7a7c7d; }
    @media (min-width: 40em) {
      .post-template-post_template-single-video .page-group.more-videos .more-videos-list .video-author {
        font-size: 14px;
        font-size: 0.875rem; } }

.post-template-post_template-single-video .page-group.more-videos .entry-footer {
  margin-top: 1em; }
  @media (min-width: 40em) {
    .post-template-post_template-single-video .page-group.more-videos .entry-footer {
      margin-top: 0;
      grid-column: 1;
      grid-column: 1 / span 2; } }

@media (min-width: 40em) {
  .post-template-post_template-single-video .page-group.more-videos .widget-area {
    grid-column: 3;
    grid-row: 1 / span 3; } }

.post-template-post_template-single-video .page-group.more-videos .widget-area .widget {
  width: 300px;
  margin: 0 auto; }

.post-template-post_template-single-video .page-group.more-videos .widget-area .we-transfer {
  background-color: #d3d7d8;
  padding: 1em;
  margin-bottom: 2em; }

.post-template-post_template-single-video #colophon {
  background-color: #d3d7d8; }

.post-template-post_template-single-photo-extended #main {
  margin: 1em;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 1em 2em; }
  .post-template-post_template-single-photo-extended #main .extended-content {
    grid-column: 1 / -1; }
    .post-template-post_template-single-photo-extended #main .extended-content iframe {
      width: 100%;
      height: 75vh; }
  .post-template-post_template-single-photo-extended #main .hentry,
  .post-template-post_template-single-photo-extended #main #secondary {
    margin: 0; }

.post-template-post_template-single-photo-lead #masthead {
  background-color: #393a3b; }
  .post-template-post_template-single-photo-lead #masthead .nav-container {
    color: #fff;
    float: left;
    cursor: pointer;
    margin: 0.5em 0.5em 0.25em;
    position: relative; }
  .post-template-post_template-single-photo-lead #masthead .nav-symbol {
    font-size: 30px;
    line-height: 1; }
  .post-template-post_template-single-photo-lead #masthead .nav-logo-nosh {
    vertical-align: text-bottom;
    width: 160px;
    display: inline-block; }
  .post-template-post_template-single-photo-lead #masthead .nav-logo-berkeleyside {
    vertical-align: middle;
    width: 165px;
    display: inline-block;
    position: relative;
    top: -3px; }

.post-template-post_template-single-photo-lead .sidenav {
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s; }
  .post-template-post_template-single-photo-lead .sidenav .menu-item a {
    font-size: 1.125em;
    color: #E6EAEC;
    padding: 0.125em 0.125em 0.125em 1em;
    display: block;
    transition: 0.3s;
    white-space: nowrap; }
  .post-template-post_template-single-photo-lead .sidenav .closebtn {
    font-size: 1.5em;
    line-height: 1;
    color: #E6EAEC;
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0; }
  .post-template-post_template-single-photo-lead .sidenav .menu-home {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1; }

@media screen and (max-height: 450px) {
  .post-template-post_template-single-photo-lead .sidenav {
    padding-top: 15px; } }

.post-template-post_template-single-photo-lead .post-photo-lead-hero {
  width: 100%; }
  .post-template-post_template-single-photo-lead .post-photo-lead-hero img {
    width: 100%; }
  .post-template-post_template-single-photo-lead .post-photo-lead-hero .photo-lead-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #7a7c7d;
    padding: 0.5em 1em 1em; }

.post-template-post_template-single-photo-lead .primary.page-group {
  background: none; }

.post-template-post_template-single-photo-lead #content {
  background-color: #fff; }

.post-template-post_template-single-photo-lead #main .hentry {
  align-items: start; }
  @media (min-width: 64em) {
    .post-template-post_template-single-photo-lead #main .hentry .entry-meta {
      order: 2;
      flex: 0 1 11.25em; }
    .post-template-post_template-single-photo-lead #main .hentry .entry-header {
      order: 1;
      flex: 100%; }
    .post-template-post_template-single-photo-lead #main .hentry .entry-content {
      order: 3;
      flex: 1 1 60%;
      margin-left: 0; }
    .post-template-post_template-single-photo-lead #main .hentry .entry-footer {
      order: 4; } }
  .post-template-post_template-single-photo-lead #main .hentry .entry-header {
    margin-bottom: 2em; }
    .post-template-post_template-single-photo-lead #main .hentry .entry-header .entry-title {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 400; }
      @media (min-width: 40em) {
        .post-template-post_template-single-photo-lead #main .hentry .entry-header .entry-title {
          font-size: 44px;
          font-size: 2.75rem; } }
  .post-template-post_template-single-photo-lead #main .hentry .entry-meta {
    margin-bottom: 0.5em; }
    .post-template-post_template-single-photo-lead #main .hentry .entry-meta .primary-category {
      margin-bottom: 0.25em; }
  .post-template-post_template-single-photo-lead #main .hentry .entry-content {
    margin-top: 0; }

.post-template-post_template-single-photo-lead .gallery {
  border-bottom: 2px solid #d3d7d8; }
  .post-template-post_template-single-photo-lead .gallery .gallery-item:nth-child(odd) {
    padding-right: 0.5em; }
  .post-template-post_template-single-photo-lead .gallery .gallery-item:nth-child(even) {
    padding-left: 0.5em; }
  .post-template-post_template-single-photo-lead .gallery .gallery-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    padding: 0.5em 0 1em; }
  @media (min-width: 64em) {
    .post-template-post_template-single-photo-lead .gallery {
      margin-left: -12.5em; } }

@media (min-width: 48em) {
  .post-template-post_template-single-photo-lead .gallery-columns-1 {
    margin-right: -21em; } }

.post-template-post_template-single-photo-lead .gallery-columns-1 img {
  width: 100%; }

.post-template-post_template-single-photo-lead .gallery-columns-1 .gallery-item:nth-child(odd) {
  padding-right: 0; }

.single #main-2-0 {
  display: block; }
  @media screen and (min-width: 64em) {
    .single #main-2-0 {
      display: grid;
      grid-gap: 2em;
      grid-template-columns: 1fr 300px; } }
  @media screen and (min-width: 64em) {
    .single #main-2-0.full-width {
      display: grid;
      grid-gap: 2em;
      grid-template-columns: 1fr; }
      .single #main-2-0.full-width .hentry {
        display: grid;
        grid-template-columns: 12rem 1fr 300px;
        grid-gap: 1em 2em;
        align-content: start;
        align-items: start; }
      .single #main-2-0.full-width #entry-content-append {
        grid-row: span 2; }
        .single #main-2-0.full-width #entry-content-append .meta-related-stories {
          padding: 1rem;
          background-color: #E6EAEC;
          border-top: 2px solid #adb0b1; }
          .single #main-2-0.full-width #entry-content-append .meta-related-stories ul.count-3 {
            display: block; }
            .single #main-2-0.full-width #entry-content-append .meta-related-stories ul.count-3 .related-link {
              display: block; }
        .single #main-2-0.full-width #entry-content-append .entry-footer {
          margin-top: 2rem; } }
  @media screen and (min-width: 64em) {
    .single #main-2-0 .hentry {
      display: grid;
      grid-template-columns: 12rem 1fr;
      grid-gap: 1em;
      align-content: start;
      align-items: start; }
      .single #main-2-0 .hentry .primary-category {
        grid-column: 1 / -1; }
      .single #main-2-0 .hentry .entry-meta {
        grid-column: 1;
        grid-row: 2; }
      .single #main-2-0 .hentry .entry-header {
        grid-column: 2;
        grid-row: 2;
        align-self: end; }
      .single #main-2-0 .hentry .entry-content {
        grid-column: 2;
        grid-row: 3; }
      .single #main-2-0 .hentry .entry-footer {
        grid-column: 2;
        grid-row: 4; } }
  .single #main-2-0 .hentry .entry-meta {
    padding: 1rem 0; }
    @media screen and (min-width: 64em) {
      .single #main-2-0 .hentry .entry-meta {
        padding: 0.25rem 0 0; } }
    .single #main-2-0 .hentry .entry-meta .post-date-author,
    .single #main-2-0 .hentry .entry-meta .social-bar {
      overflow: hidden; }
    .single #main-2-0 .hentry .entry-meta .post-date-author {
      margin-top: 0.25em; }
    .single #main-2-0 .hentry .entry-meta .admin-note.edit-post-link {
      display: none; }
    .single #main-2-0 .hentry .entry-meta .social-bar {
      border-bottom: 1px solid #d3d7d8;
      padding-bottom: 0.5em;
      margin-bottom: 0.25em; }
    .single #main-2-0 .hentry .entry-meta .post-category {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
    @media (min-width: 64em) {
      .single #main-2-0 .hentry .entry-meta .posted-on, .single #main-2-0 .hentry .entry-meta .byline {
        display: block; } }
    .single #main-2-0 .hentry .entry-meta .comments-number-container {
      display: inline-block;
      margin-right: 0.25rem;
      position: unset;
      padding-top: 0.1875rem; }
      .single #main-2-0 .hentry .entry-meta .comments-number-container .comments-number .number {
        font-size: 0.875em;
        min-width: 22px;
        padding: 3px 8px 0; }
  .single #main-2-0 .hentry .entry-header {
    margin-bottom: 0; }
    .single #main-2-0 .hentry .entry-header .post-banner {
      margin-bottom: 0.75em; }
      .single #main-2-0 .hentry .entry-header .post-banner .post-banner-title {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "Source Sans Pro", sans-serif;
        color: #FFF;
        text-transform: uppercase;
        background-color: #AAAAAA;
        padding: 0.125rem 0.375rem; }
    .single #main-2-0 .hentry .entry-header .before-title-heading span {
      font-size: 16px;
      font-size: 1rem;
      padding: 0.125rem 0.5rem 0;
      margin-bottom: 0.5rem;
      display: inline-block;
      color: #393a3b;
      background: #FFD900; }
      @media (min-width: 40em) {
        .single #main-2-0 .hentry .entry-header .before-title-heading span {
          font-size: 22px;
          font-size: 1.375rem; } }
    .single #main-2-0 .hentry .entry-header .entry-title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 0; }
      @media (min-width: 40em) {
        .single #main-2-0 .hentry .entry-header .entry-title {
          font-size: 36px;
          font-size: 2.25rem; } }
    .single #main-2-0 .hentry .entry-header .entry-summary {
      font-size: 18px;
      font-size: 1.125rem; }
    .single #main-2-0 .hentry .entry-header .breaking-updated {
      margin: 0.3125em 0 0.875em; }
      .single #main-2-0 .hentry .entry-header .breaking-updated .breaking-updated-title {
        font-size: 22px;
        font-size: 1.375rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background-color: #C1272D;
        padding: 0 0.25em;
        margin-bottom: 0.25em;
        display: block; }
        @media (min-width: 40em) {
          .single #main-2-0 .hentry .entry-header .breaking-updated .breaking-updated-title {
            display: inline-block;
            margin-right: 0.25em;
            margin-bottom: 0; } }
      .single #main-2-0 .hentry .entry-header .breaking-updated .updated-on {
        color: #C1272D; }
  .single #main-2-0 .hentry .updated-date .published {
    display: block; }
  .single #main-2-0 .hentry .entry-content h2, .single #main-2-0 .hentry .entry-content h3 {
    margin-bottom: 1.375rem; }
  .single #main-2-0 .hentry .entry-content p a {
    color: #393a3b;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
    transition: background 0.2s; }
    .single #main-2-0 .hentry .entry-content p a:hover {
      background: rgba(0, 142, 255, 0.2); }
  .single #main-2-0 .hentry .entry-content aside a {
    color: #393a3b;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
    transition: background 0.2s; }
    .single #main-2-0 .hentry .entry-content aside a:hover {
      background: rgba(0, 142, 255, 0.2); }
  .single #main-2-0 .hentry .entry-content .pullquote {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
    margin: 1em; }
    @media (min-width: 40em) and (max-width: 48em) {
      .single #main-2-0 .hentry .entry-content .pullquote {
        font-size: 24px;
        font-size: 1.5rem;
        float: left;
        width: 300px;
        margin: 1em 1.5em; } }
    @media (min-width: 64em) {
      .single #main-2-0 .hentry .entry-content .pullquote {
        font-size: 26px;
        font-size: 1.625rem;
        float: left;
        width: 300px;
        margin: 1em 2em 1em -3em; } }
    .single #main-2-0 .hentry .entry-content .pullquote img {
      margin-bottom: 0.5em;
      width: 100%; }
  @media screen and (min-width: 64em) {
    .single #main-2-0 .hentry .entry-content .gallery {
      margin-left: -13rem; } }
  .single #main-2-0 .hentry .entry-content .gallery-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem; }
    .single #main-2-0 .hentry .entry-content .gallery-columns-2 .gallery-item {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0; }
      .single #main-2-0 .hentry .entry-content .gallery-columns-2 .gallery-item img {
        width: 100%; }
  .single #main-2-0 .hentry .entry-content .gallery-columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem; }
    .single #main-2-0 .hentry .entry-content .gallery-columns-3 .gallery-item {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0; }
      .single #main-2-0 .hentry .entry-content .gallery-columns-3 .gallery-item img {
        width: 100%; }
  .single #main-2-0 .hentry .entry-content .post-aside {
    background-color: #ebebeb;
    padding: 1em;
    float: left;
    clear: left;
    width: 50%;
    max-width: 12.5em;
    margin-top: 0.25em;
    margin-right: 1em;
    margin-bottom: 1em; }
    @media (min-width: 64em) {
      .single #main-2-0 .hentry .entry-content .post-aside {
        margin-right: 1.5em; } }
    .single #main-2-0 .hentry .entry-content .post-aside h2 {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 0.25em; }
    .single #main-2-0 .hentry .entry-content .post-aside p {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 0.75em; }
      .single #main-2-0 .hentry .entry-content .post-aside p:last-child {
        margin-bottom: 0; }
    .single #main-2-0 .hentry .entry-content .post-aside img {
      width: 100%;
      height: auto; }
    .single #main-2-0 .hentry .entry-content .post-aside .wp-caption:last-child {
      margin: 0; }
      .single #main-2-0 .hentry .entry-content .post-aside .wp-caption:last-child .wp-caption-text {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-bottom: 0; }
    .single #main-2-0 .hentry .entry-content .post-aside.full {
      width: 100%;
      max-width: none;
      float: none; }
    .single #main-2-0 .hentry .entry-content .post-aside.large {
      width: 100%;
      max-width: none;
      float: none;
      overflow: auto; }
      @media (min-width: 30em) and (max-width: 48em) {
        .single #main-2-0 .hentry .entry-content .post-aside.large {
          width: 50%;
          max-width: none;
          float: left; } }
      @media (min-width: 48em) and (max-width: 64em) {
        .single #main-2-0 .hentry .entry-content .post-aside.large {
          width: auto;
          max-width: none;
          float: none;
          margin-bottom: 1.5em; } }
      @media (min-width: 64em) {
        .single #main-2-0 .hentry .entry-content .post-aside.large {
          width: 31.5em;
          max-width: none;
          float: left;
          margin-left: -10.75em; } }
    .single #main-2-0 .hentry .entry-content .post-aside.medium {
      width: 100%;
      max-width: none;
      float: none;
      overflow: auto; }
      @media (min-width: 64em) {
        .single #main-2-0 .hentry .entry-content .post-aside.medium {
          width: 25.25em;
          max-width: none;
          float: left;
          margin-left: -10.75em; } }
    @media (min-width: 64em) {
      .single #main-2-0 .hentry .entry-content .post-aside.small-plus {
        width: 18.75em;
        max-width: none;
        float: left;
        margin-left: -10.75em; } }
  .single #main-2-0 .hentry .end-bio {
    font-style: italic;
    margin-bottom: 1.375em;
    padding-top: 0.5em;
    border-top: 1px dotted #adb0b1; }
    .single #main-2-0 .hentry .end-bio .author-meta {
      white-space: nowrap; }
  .single #main-2-0 .hentry .meta-related-stories {
    margin-top: 1.5em; }
    .single #main-2-0 .hentry .meta-related-stories h2 {
      margin-bottom: 0.25em; }
    .single #main-2-0 .hentry .meta-related-stories ul {
      margin-left: 0; }
    .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail h2 {
      font-size: 24px;
      font-size: 1.5rem; }
    .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul {
      list-style: none;
      margin: 0 -0.5em; }
    .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail .related-link {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.25;
      font-weight: 600;
      display: flex;
      padding-bottom: 0.5em; }
      .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail .related-link > div {
        padding: 0 0.5em; }
      .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail .related-link .related-thumbnail {
        flex: 0 1 33.333333333%;
        padding-bottom: 0.5em; }
      .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail .related-link .related-title {
        flex: 1; }
    @media (min-width: 30em) {
      .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-1 .related-thumbnail {
        flex: 0 1 50%;
        padding-bottom: 0; }
      .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-2 {
        display: flex; }
        .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-2 li {
          flex: 1 1 33.333333333%; }
        .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-2 .related-thumbnail {
          flex: 0 1 50%;
          padding-bottom: 0; }
      .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-3 {
        display: flex; }
        .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-3 li {
          flex: 1 1 33.333333333%; }
        .single #main-2-0 .hentry .meta-related-stories.related-with-thumbnail ul.count-3 .related-link {
          display: block; } }
  .single #main-2-0 .ad-container {
    margin: 0 1em;
    border-top: 2px solid #adb0b1; }
  .single #main-2-0 .comments-area {
    flex-basis: 100%; }
  .single #main-2-0 .content-ad {
    clear: both;
    padding: 0.5em 0;
    border-top: 1px solid #d3d7d8;
    border-bottom: 1px solid #d3d7d8; }
  .single #main-2-0 .opinionator-author-meta {
    margin-top: 1.5em; }
    .single #main-2-0 .opinionator-author-meta .opinionator-author {
      font-weight: 600;
      margin-bottom: 0; }
    .single #main-2-0 .opinionator-author-meta .opinionator-author-bio {
      font-style: italic;
      color: #7a7c7d; }
  .single #main-2-0 #secondary {
    margin: 0;
    display: grid;
    grid-gap: 2em;
    align-content: start;
    justify-content: center; }

@media screen and (min-width: 64em) {
  .single.post-template-post_template-single-by-the-numbers #main-2-0 {
    grid-template-columns: 1fr; } }

#by-the-numbers {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  text-align: center;
  margin-bottom: 2rem; }
  #by-the-numbers .btn-section {
    display: grid;
    grid-gap: 1.5em 2em;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: auto 1fr;
    border-top: 3px solid #3F9EEA;
    background-color: #E6EAEC;
    padding: 0.5em 1em 1em; }
    #by-the-numbers .btn-section.berkeley, #by-the-numbers .btn-section.california {
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      grid-column: span 2; }
    #by-the-numbers .btn-section.grid-2 {
      grid-template-columns: repeat(2, 1fr); }
  #by-the-numbers .btn-section-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #003467;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    grid-column: 1 / -1; }
  #by-the-numbers .btn-number {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    background-color: #fff;
    line-height: 1;
    padding-top: 0.5rem; }
  #by-the-numbers .btn-label {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background-color: #fff;
    padding-bottom: 0.5rem; }
  #by-the-numbers .btn-note {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0.5rem; }

.stat-number a {
  color: #393a3b;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 142, 255, 0.8);
  transition: background 0.2s; }
  .stat-number a:hover {
    background: rgba(0, 142, 255, 0.2); }

.cta-inline {
  border-top: 1px solid #d3d7d8;
  border-bottom: 1px solid #d3d7d8;
  border-left: none;
  border-right: none;
  margin-bottom: 1.375rem;
  padding: 0.75rem 0;
  clear: both; }
  .cta-inline > * {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    background-color: #E6EAEC; }
  .cta-inline h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #393a3b;
    text-transform: uppercase;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0 !important; }
  .cta-inline p {
    font-size: 15px;
    font-size: 0.9375rem; }
  .cta-inline div.wpforms-container-full {
    margin: 0;
    padding: 0.5rem 0 1rem;
    background-color: transparent; }
    .cta-inline div.wpforms-container-full .wpforms-form .wpforms-field {
      padding: 0; }
    .cta-inline div.wpforms-container-full .wpforms-form input[type="email"] {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.375;
      height: auto;
      padding: 0.125rem 0.5rem; }
    .cta-inline div.wpforms-container-full .wpforms-form button[type="submit"] {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 600;
      color: #393a3b !important;
      background-color: #FFD900 !important;
      width: 100%;
      padding: 0.25em 0.5em !important;
      border: 1px solid #adb0b1 !important;
      transition: all 0.2s ease; }
      .cta-inline div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
        color: #fff !important;
        background-color: #0053A5 !important; }
  @media screen and (min-width: 30em) {
    .cta-inline .cta-inline-content {
      width: 50%;
      margin: 0 auto; } }
  .cta-inline .cta-inline-content.signup-nosh-weekly {
    background-color: #a82c0b;
    color: #fff; }
    .cta-inline .cta-inline-content.signup-nosh-weekly h2 {
      color: #fff; }
  .cta-inline .cta-inline-content.signup-oakland-newsletter {
    background-color: #393a3b;
    color: #fff; }
    .cta-inline .cta-inline-content.signup-oakland-newsletter h2 {
      color: #fff; }

.post-template-post_template-single-photo-lead #masthead {
  background-color: #393a3b; }
  .post-template-post_template-single-photo-lead #masthead .nav-container {
    color: #fff;
    float: left;
    cursor: pointer;
    margin: 0.5em 0.5em 0.25em;
    position: relative; }
  .post-template-post_template-single-photo-lead #masthead .nav-symbol {
    font-size: 30px;
    line-height: 1; }
  .post-template-post_template-single-photo-lead #masthead .nav-logo-nosh {
    vertical-align: text-bottom;
    width: 160px;
    display: inline-block; }
  .post-template-post_template-single-photo-lead #masthead .nav-logo-berkeleyside {
    vertical-align: middle;
    width: 165px;
    display: inline-block;
    position: relative;
    top: -3px; }

.post-template-post_template-single-photo-lead .sidenav {
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s; }
  .post-template-post_template-single-photo-lead .sidenav .menu-item a {
    font-size: 1.125em;
    color: #E6EAEC;
    padding: 0.125em 0.125em 0.125em 1em;
    display: block;
    transition: 0.3s;
    white-space: nowrap; }
  .post-template-post_template-single-photo-lead .sidenav .closebtn {
    font-size: 1.5em;
    line-height: 1;
    color: #E6EAEC;
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0; }
  .post-template-post_template-single-photo-lead .sidenav .menu-home {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1; }

@media screen and (max-height: 450px) {
  .post-template-post_template-single-photo-lead .sidenav {
    padding-top: 15px; } }

.post-template-post_template-single-photo-lead .post-photo-lead-hero {
  width: 100%; }
  .post-template-post_template-single-photo-lead .post-photo-lead-hero img {
    width: 100%; }
  .post-template-post_template-single-photo-lead .post-photo-lead-hero .photo-lead-caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #7a7c7d;
    padding: 0.5em 1em 1em; }

.post-template-post_template-single-photo-lead .primary.page-group {
  background: none; }

.post-template-post_template-single-photo-lead #content {
  background-color: #fff; }

.post-template-post_template-single-photo-lead #main-2-0 .hentry .entry-header {
  grid-column: 1 / -1;
  grid-row: 1; }
  .post-template-post_template-single-photo-lead #main-2-0 .hentry .entry-header .entry-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400; }
    @media (min-width: 40em) {
      .post-template-post_template-single-photo-lead #main-2-0 .hentry .entry-header .entry-title {
        font-size: 44px;
        font-size: 2.75rem; } }

.post-template-post_template-single-photo-lead #main-2-0 .hentry .entry-meta .primary-category {
  background-color: #E6EAEC;
  padding: 0.25rem 0.35rem;
  margin-bottom: 0.5rem;
  border: 1px none;
  border-radius: 0.25rem; }

.post-template-post_template-single-photo-lead #main-2-0 .hentry .entry-content {
  grid-row: 2; }

.post-template-post_template-single-photo-lead #main-2-0 .gallery .gallery-caption {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0.5em 0 1em; }

.post-template-post_template-single-photo-lead #main-2-0 .gallery-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }
  .post-template-post_template-single-photo-lead #main-2-0 .gallery-columns-2 .gallery-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
    .post-template-post_template-single-photo-lead #main-2-0 .gallery-columns-2 .gallery-item img {
      width: 100%; }

@media (min-width: 48em) {
  .post-template-post_template-single-photo-lead #main-2-0 .gallery-columns-1 {
    margin-right: -21em; } }

.post-template-post_template-single-photo-lead #main-2-0 .gallery-columns-1 img {
  width: 100%; }

.post-template-post_template-single-photo-lead #main-2-0 .gallery-columns-1 .gallery-item:nth-child(odd) {
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .single.post-template-post_template-single-in-brief #main-2-0 {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: 1fr 300px; } }

.single.post-template-post_template-single-in-brief #main-2-0 .hentry {
  display: block;
  border: 1px solid #7a7c7d;
  border-top: 3px solid #393a3b;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5); }
  @media screen and (max-width: 40em) {
    .single.post-template-post_template-single-in-brief #main-2-0 .hentry {
      margin-bottom: 2em; } }
  .single.post-template-post_template-single-in-brief #main-2-0 .hentry > * {
    padding: 0 1em; }

.single.post-template-post_template-single-in-brief #main-2-0 .primary-category {
  display: none; }

.single.post-template-post_template-single-in-brief #main-2-0 .entry-meta {
  font-size: 16px;
  font-size: 1rem;
  background-color: #E6EAEC;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  overflow: auto; }
  .single.post-template-post_template-single-in-brief #main-2-0 .entry-meta .post-date-author {
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  .single.post-template-post_template-single-in-brief #main-2-0 .entry-meta .byline, .single.post-template-post_template-single-in-brief #main-2-0 .entry-meta .posted-on {
    display: inline; }
  @media screen and (min-width: 64em) {
    .single.post-template-post_template-single-in-brief #main-2-0 .entry-meta .ssba-classic-2 {
      float: right; } }
  .single.post-template-post_template-single-in-brief #main-2-0 .entry-meta .comments-number-container {
    padding-top: 0; }

.single.post-template-post_template-single-in-brief #main-2-0 .entry-header .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.375rem; }

.single.post-template-post_template-single-in-brief #main-2-0 .entry-content {
  margin-left: 0; }
  .single.post-template-post_template-single-in-brief #main-2-0 .entry-content .gallery {
    margin-left: 0; }

.single.post-template-post_template-single-in-brief #main-2-0 .edit-post-link {
  display: none; }

.single.post-template-post_template-single-in-brief #main-2-0 .gallery {
  margin-left: 0; }
  .single.post-template-post_template-single-in-brief #main-2-0 .gallery img {
    width: 100%; }

.entry-footer {
  flex: 1 100%;
  border-top: 2px solid #02B0B0;
  padding-top: 0.5em; }
  .entry-footer h2 {
    margin-bottom: 0.25em; }
  .entry-footer .tags-links a {
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: #E6EAEC;
    padding: 0.125em 0.375em;
    margin: 0 0.5em 0.5em 0;
    display: inline-block; }

.single.post-template-post_template-single-timeline #main-2-0 .hentry .entry-content > h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  background-color: #393a3b;
  padding: 0.25rem 0.5rem;
  margin-top: 2.5rem; }
  .single.post-template-post_template-single-timeline #main-2-0 .hentry .entry-content > h3 + p,
  .single.post-template-post_template-single-timeline #main-2-0 .hentry .entry-content > h3 + p ~ p {
    padding-left: 1rem;
    margin-left: 2rem;
    border-left: 2px solid #393a3b; }

.page #main-2-0 .main-page .hentry .entry-header .entry-title {
  font-size: 36px;
  font-size: 2.25rem; }

.page #main-2-0 .page-header {
  grid-column: 1 / -1; }

.page #main-2-0 section.main-page {
  margin: 0; }
  .page #main-2-0 section.main-page section.child-pages article {
    outline: none; }
    .page #main-2-0 section.main-page section.child-pages article h2 {
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 0.5em; }
  .page #main-2-0 section.main-page section.child-pages article:last-child {
    margin-bottom: 1.5em; }

.page #main-2-0 p a {
  color: #393a3b;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
  transition: background 0.2s; }
  .page #main-2-0 p a:hover {
    background: rgba(0, 142, 255, 0.2); }

.page #main-2-0 .gallery {
  margin-top: 1.5rem;
  margin-left: 0;
  padding-bottom: 0.5rem; }
  .page #main-2-0 .gallery:first-child {
    margin-top: 0; }

.page #main-2-0 .page-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  align-content: start;
  align-self: start; }

.page #main-2-0 .content-with-children {
  display: grid;
  grid-gap: 0 2em; }
  @media (min-width: 64em) {
    .page #main-2-0 .content-with-children {
      grid-template-columns: auto 1fr; } }
  .page #main-2-0 .content-with-children .entry-header {
    grid-column: 1 / -1; }

.page #main-2-0 .section-index {
  margin-bottom: 1.375rem; }
  .page #main-2-0 .section-index h1 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.5em; }
  .page #main-2-0 .section-index ul {
    list-style: none;
    margin: 0; }

.page #main-2-0 .child-heading {
  border-bottom: 1px solid #adb0b1; }
  .page #main-2-0 .child-heading:before {
    display: block;
    content: " ";
    height: 1em;
    visibility: hidden; }

.page #main-2-0 .whois-list {
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  justify-content: start; }
  .page #main-2-0 .whois-list .whois-person a {
    display: block;
    width: 100%;
    height: 100%; }
    .page #main-2-0 .whois-list .whois-person a:hover {
      color: #fff;
      background-color: #0053A5; }
  .page #main-2-0 .whois-list .whois-name {
    font-weight: 600;
    display: block;
    padding: 0.25em 0.25em 0; }
  .page #main-2-0 .whois-list .whois-title {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 0 0.25em 0.25em; }

/* Signup Page */
.page-id-244060 #main-2-0 .main-row.one-column-aside {
  grid-template-columns: 5fr 3fr; }

.page-id-244060 h3.daily-briefing {
  background-color: #0053A5; }

.page-id-244060 h3.nosh-weekly {
  background-color: #e03b0e; }

.page-id-244060 h3.news-alert {
  background-color: #C1272D; }

.page-id-244060 h3.oakland-news {
  color: #393a3b;
  background-color: #FFD700; }

.page-id-244060 h3.best-of-times {
  background-color: #04BFBF; }

/* Mailchimp */
@media (min-width: 30em) {
  #mc_embed_signup_master .mc-column {
    float: left;
    width: 50%; } }

#mc_embed_signup_master input[type=email],
#mc_embed_signup_master input[type=text] {
  width: 100%;
  margin-top: 0.25em;
  margin-bottom: 1em;
  background-color: #E6EAEC; }
  @media (min-width: 30em) {
    #mc_embed_signup_master input[type=email],
    #mc_embed_signup_master input[type=text] {
      width: 90%; } }

#mc_embed_signup_master .subscription-selection {
  /* hide input checkbox */
  /* to hide the checkbox itself */
  /* checkbox checked */
  /* Font Awesome checkboxes */
  /* unchecked icon */
  /* checked icon */ }
  #mc_embed_signup_master .subscription-selection li {
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    border-top: 1px solid #d3d7d8; }
  #mc_embed_signup_master .subscription-selection br {
    display: none; }
  #mc_embed_signup_master .subscription-selection label {
    position: relative;
    display: block;
    padding: 1em 1em 1em 2.5em; }
  #mc_embed_signup_master .subscription-selection .description {
    display: block;
    margin-top: 0.5em; }
  #mc_embed_signup_master .subscription-selection input[type=checkbox] {
    display: none; }
  #mc_embed_signup_master .subscription-selection input[type=checkbox]:checked + label {
    background-color: #E6EAEC; }
  #mc_embed_signup_master .subscription-selection input[type=checkbox] + label:before {
    font-family: FontAwesome;
    font-size: 1.5em;
    position: absolute;
    left: 0.5em; }
  #mc_embed_signup_master .subscription-selection input[type=checkbox] + label:before {
    content: "\f096"; }
  #mc_embed_signup_master .subscription-selection input[type=checkbox]:checked + label:before {
    content: "\f046"; }

#mc_embed_signup_master input[type=submit] {
  border: 1px solid;
  border-color: #7a7c7d;
  border-radius: 3px;
  background: #3f9eea;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  padding: .5em 1em .5em;
  width: 100%;
  transition: background 0.3s ease; }

#mc_embed_signup_master input[type=submit]:hover {
  background: #003467; }

#mc_embed_signup_master .subscription-note {
  border-top: 1px solid #d3d7d8;
  padding-top: 0.5em; }

.page-template-page_template-page-advertise #main-2-0 .hentry h1.entry-title {
  margin-bottom: 1rem; }

.page-template-page_template-page-advertise #main-2-0 .hentry h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  background-color: #E6EAEC;
  padding: 0.375em 0.375em;
  margin-top: 2.5rem; }

.page-template-page_template-page-advertise #main-2-0 .ad-ops {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 40em) {
    .page-template-page_template-page-advertise #main-2-0 .ad-ops {
      columns: 2; } }

.page-template-page_template-page-advertise #main-2-0 .ad-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.375; }
  @media (min-width: 40em) {
    .page-template-page_template-page-advertise #main-2-0 .ad-intro {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.5; } }

.page-template-page_template-page-advertise #main-2-0 .new-advertiser-link {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #003467 !important;
  text-align: center;
  width: 100%;
  background-color: #FFD900;
  border-radius: 0.5rem;
  border: 1px solid #003467;
  display: block;
  box-shadow: none !important;
  padding: 0.5rem;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .page-template-page_template-page-advertise #main-2-0 .new-advertiser-link {
      width: 75%; } }
  .page-template-page_template-page-advertise #main-2-0 .new-advertiser-link:hover {
    color: #fff !important;
    background-color: #3F9EEA !important; }

.page-template-page_template-page-advertise #main-2-0 .partner-logo-squares {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 40em) and (max-width: 48em) {
    .page-template-page_template-page-advertise #main-2-0 .partner-logo-squares {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 64em) {
    .page-template-page_template-page-advertise #main-2-0 .partner-logo-squares {
      grid-template-columns: repeat(4, 1fr); } }

.page-template-page_template-page-advertise #main-2-0 #secondary {
  background-color: transparent;
  padding: 0; }

.page-template-page_template-page-advertise #main-2-0 .widget:nth-child(2) {
  background-color: #0053A5;
  color: #fff;
  padding: 0.5em 1.25em 1em;
  font-size: 22px;
  font-size: 1.375rem; }
  .page-template-page_template-page-advertise #main-2-0 .widget:nth-child(2) p {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #fff; }

.page-template-page_template-page-advertise #main-2-0 .widget:nth-child(1) {
  background-color: #FFEC80;
  padding: 0.5em 1.25em 1em;
  font-size: 18px;
  font-size: 1.125rem; }

.page-template-page_template-page-advertise #main-2-0 .widget:nth-child(3) {
  background-color: #d3d7d8;
  padding: 0.5em 1.25em 1em; }

.page-template-page_template-page-advertise #main-2-0 .widget-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  border-top: none; }

.page-template-page_template-page-advertise #main-2-0 .textwidget .number {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  display: block; }

.page-template-page_template-page-advertise #main-2-0 .textwidget *:last-child {
  margin-bottom: 0; }

.page-template-page_template-page-advertise #main-2-0 .textwidget i {
  width: 30px; }

.page-template-page_template-page-thank-you .content-with-background {
  position: relative;
  background-size: 0; }
  @media (min-width: 40em) {
    .page-template-page_template-page-thank-you .content-with-background {
      background-size: cover;
      min-height: 60vh;
      display: flex;
      flex-flow: column; } }

.page-template-page_template-page-thank-you .featured-image-mobile {
  position: relative; }
  @media (min-width: 40em) {
    .page-template-page_template-page-thank-you .featured-image-mobile {
      position: absolute;
      bottom: 0;
      right: 0; }
      .page-template-page_template-page-thank-you .featured-image-mobile img {
        display: none; } }

.page-template-page_template-page-thank-you .background-photo-credit {
  font-size: 14px;
  font-size: 0.875rem;
  color: #E6EAEC;
  white-space: nowrap;
  text-align: right;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0; }
  .page-template-page_template-page-thank-you .background-photo-credit a {
    color: #3F9EEA; }

.page-template-page_template-page-thank-you #main {
  background: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-flow: column; }
  .page-template-page_template-page-thank-you #main .hentry {
    flex-grow: 1;
    display: flex;
    flex-flow: column; }
    @media (min-width: 40em) {
      .page-template-page_template-page-thank-you #main .hentry {
        width: 50%; } }
    .page-template-page_template-page-thank-you #main .hentry .entry-header {
      width: 100%;
      margin: 3em 0 1em;
      flex: 0; }
      .page-template-page_template-page-thank-you #main .hentry .entry-header .entry-title {
        font-family: 'Vast Shadow', cursive;
        font-size: calc(24px + 3vw);
        text-align: center;
        text-transform: uppercase;
        color: #0053A5;
        margin: 0; }
    .page-template-page_template-page-thank-you #main .hentry .entry-content {
      background-color: rgba(255, 255, 255, 0.875);
      padding: 2em;
      flex: 1; }
      @media (min-width: 40em) {
        .page-template-page_template-page-thank-you #main .hentry .entry-content {
          margin: 4em 1em 0; } }
    .page-template-page_template-page-thank-you #main .hentry h2 {
      font-size: 28px;
      font-size: 1.75rem;
      margin-top: 2rem;
      margin-bottom: 1rem; }
      .page-template-page_template-page-thank-you #main .hentry h2:first-child {
        margin-top: 0; }
    .page-template-page_template-page-thank-you #main .hentry blockquote {
      font-size: 16px;
      font-size: 1rem;
      font-family: 'PT Serif', serif;
      font-style: italic;
      color: #fff;
      padding: 0.5rem 1rem;
      margin: 0;
      border: none;
      border-radius: 1em;
      background-color: #3F9EEA; }
      @media (min-width: 30em) {
        .page-template-page_template-page-thank-you #main .hentry blockquote {
          font-size: 20px;
          font-size: 1.25rem;
          padding: 1.5rem 2rem; } }
      @media (min-width: 64em) {
        .page-template-page_template-page-thank-you #main .hentry blockquote {
          font-size: 22px;
          font-size: 1.375rem;
          padding: 1.5rem 2rem; } }
    .page-template-page_template-page-thank-you #main .hentry .share-list {
      font-size: 32px;
      font-size: 2rem;
      list-style: none;
      margin: 0 auto;
      display: table;
      overflow: auto; }
      .page-template-page_template-page-thank-you #main .hentry .share-list li {
        float: left;
        padding: 15px 10px 0;
        position: relative; }
        .page-template-page_template-page-thank-you #main .hentry .share-list li a {
          display: block; }
          .page-template-page_template-page-thank-you #main .hentry .share-list li a:hover:before {
            content: "";
            border-style: solid;
            border-width: 20px 20px 0 20px;
            border-color: #3F9EEA transparent transparent transparent;
            position: absolute;
            top: 0;
            left: 4px; }
    .page-template-page_template-page-thank-you #main .hentry a.sign-up-button {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      color: #fff;
      padding: 0.5em 0.875em 0.625em;
      background-color: #0053A5;
      transition: background 0.3s ease;
      box-decoration-break: clone;
      border: 1px solid #adb0b1;
      border-radius: 20px;
      box-shadow: none !important; }
      .page-template-page_template-page-thank-you #main .hentry a.sign-up-button:hover, .page-template-page_template-page-thank-you #main .hentry a.sign-up-button:focus {
        background-color: #3F9EEA !important; }

.page-template-page_template-page-thank-you .wp-block-button__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #393a3b !important;
  background-color: #FFD900;
  border-radius: 1rem;
  border: 1px solid #7a7c7d;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem; }
  .page-template-page_template-page-thank-you .wp-block-button__link:hover {
    color: #fff !important;
    background-color: #3F9EEA; }

.page-id-310023 .video_section-front_page {
  background-color: #000;
  width: 100%; }
  .page-id-310023 .video_section-front_page .section-header {
    color: #fff;
    text-transform: uppercase;
    background-color: #393a3b; }

.page-id-310023 .video_section-videos-list {
  padding: 1em;
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 2em; }
  @media (min-width: 40em) {
    .page-id-310023 .video_section-videos-list {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 64em) {
    .page-id-310023 .video_section-videos-list {
      grid-template-columns: 2fr 1fr; } }
  .page-id-310023 .video_section-videos-list li {
    position: relative; }
    .page-id-310023 .video_section-videos-list li .video-story-link,
    .page-id-310023 .video_section-videos-list li .video-image,
    .page-id-310023 .video_section-videos-list li .wp-post-image {
      width: 100%;
      height: 100%; }
    .page-id-310023 .video_section-videos-list li .video-story-link {
      color: #fff; }
      .page-id-310023 .video_section-videos-list li .video-story-link:hover .fa {
        background: #0053A5; }
    .page-id-310023 .video_section-videos-list li .wp-post-image {
      object-fit: cover; }
    .page-id-310023 .video_section-videos-list li .video-title {
      line-height: 1.125;
      display: grid;
      grid-template-columns: min-content 1fr;
      grid-gap: 1rem;
      padding: 1rem; }
      @media (min-width: 30em) {
        .page-id-310023 .video_section-videos-list li .video-title {
          font-size: 20px;
          font-size: 1.25rem;
          position: absolute;
          bottom: 0;
          left: 0;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%); } }
      .page-id-310023 .video_section-videos-list li .video-title .fa {
        font-size: 1.125em;
        align-self: center;
        border: 1px solid #fff;
        border-radius: 10rem;
        padding: 0.375em 0.375em 0.375em 0.5em;
        transition: background 0.3s ease; }
      .page-id-310023 .video_section-videos-list li .video-title .video-duration {
        font-size: 12px;
        font-size: 0.75rem;
        color: #E6EAEC;
        background-color: #7a7c7d;
        padding: 0.0625em 0.25em 0;
        margin-left: 0.25em; }
  @media (min-width: 40em) {
    .page-id-310023 .video_section-videos-list li:first-child {
      grid-column: span 2; } }
  @media (min-width: 64em) {
    .page-id-310023 .video_section-videos-list li:first-child {
      grid-column: span 1;
      grid-row: span 2; } }
  @media (min-width: 40em) {
    .page-id-310023 .video_section-videos-list li:first-child .video-title {
      font-size: 32px;
      font-size: 2rem; }
      .page-id-310023 .video_section-videos-list li:first-child .video-title .video-duration {
        font-size: 75%; } }

.page-id-331478 #main #secondary,
.page-id-331503 #main #secondary {
  background: url(https://www.berkeleyside.com/wp-content/uploads/2019/04/berkeleyside-celebrate-guide-20190401-bg-02.jpg) repeat-y; }

.page-id-331478 table,
.page-id-331503 table {
  margin-bottom: 0; }

.page-id-331513 .celebrate-main {
  width: 100%;
  padding: 1em;
  display: grid; }
  @media (min-width: 40em) {
    .page-id-331513 .celebrate-main {
      grid-template-columns: 1fr 300px;
      grid-gap: 2em; } }
  .page-id-331513 .celebrate-main .hentry {
    margin-bottom: 0; }
    .page-id-331513 .celebrate-main .hentry .entry-title {
      font-family: "Source Sans Pro", sans-serif;
      color: #0053A5; }
    .page-id-331513 .celebrate-main .hentry h2 {
      font-size: 24px;
      font-size: 1.5rem; }
      @media (min-width: 48em) {
        .page-id-331513 .celebrate-main .hentry h2 {
          font-size: 30px;
          font-size: 1.875rem; } }
    .page-id-331513 .celebrate-main .hentry p {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 1em; }
      @media (min-width: 48em) {
        .page-id-331513 .celebrate-main .hentry p {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1.25; }
          .page-id-331513 .celebrate-main .hentry p:last-child {
            margin-bottom: 0; } }
  .page-id-331513 .celebrate-main .archive-intro-aside {
    font-size: 16px;
    font-size: 1rem;
    background-color: #EBEBEB;
    padding: 0.5rem;
    display: grid; }
    @media (min-width: 40em) {
      .page-id-331513 .celebrate-main .archive-intro-aside {
        padding: 1.75rem;
        font-size: 18px;
        font-size: 1.125rem; } }
    .page-id-331513 .celebrate-main .archive-intro-aside div {
      align-self: center; }
    .page-id-331513 .celebrate-main .archive-intro-aside a {
      white-space: nowrap; }

.page-id-331513 .celebrate-nav {
  width: 100%;
  padding: 0 1em; }
  .page-id-331513 .celebrate-nav .celebrate-nav-list {
    display: flex;
    flex-flow: row wrap; }
    .page-id-331513 .celebrate-nav .celebrate-nav-list li {
      margin-bottom: 0.5em; }
    .page-id-331513 .celebrate-nav .celebrate-nav-list a {
      color: #fff;
      padding: 0 0.375em 0.125em;
      margin-right: 0.5em;
      background-color: #4EC2C2;
      display: block;
      border-radius: 0.25em;
      transition: background 0.2s ease; }
      .page-id-331513 .celebrate-nav .celebrate-nav-list a:hover {
        background-color: #003467; }

.page-id-331513 .celebrate-section {
  width: 100%;
  padding: 1em;
  margin-bottom: 1em; }

.page-id-331513 .ad-list h2 {
  border-top: 2px solid #adb0b1;
  padding: 0.5rem; }

.page-id-331513 .celebrate-section-header .celebrate-section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: #4EC2C2;
  text-transform: uppercase; }

.page-id-331513 .celebrate-articles {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 1em; }
  @media (min-width: 40em) {
    .page-id-331513 .celebrate-articles {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      grid-gap: 2em; } }

.page-id-331513 .celebrate-card {
  margin-bottom: 0 !important;
  border: 1px solid #adb0b1;
  box-shadow: 2px 2px 5px #aaaaaa; }
  .page-id-331513 .celebrate-card .entry-header {
    color: #003467;
    height: 60px;
    padding: 0 0.5em;
    background-color: #FFE648;
    display: grid;
    position: relative; }
  .page-id-331513 .celebrate-card .celebrate-discount {
    position: absolute;
    top: -0.75rem;
    left: 0;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    background: #C1272D;
    padding: 0.25rem 0.5rem;
    z-index: 101; }
  .page-id-331513 .celebrate-card .entry-title {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    align-self: center;
    margin-bottom: 0; }
    @media (min-width: 40em) {
      .page-id-331513 .celebrate-card .entry-title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .page-id-331513 .celebrate-card .entry-content {
    line-height: 1.25;
    padding: 0.5em;
    position: relative; }
    .page-id-331513 .celebrate-card .entry-content p {
      margin-bottom: 1.25rem; }
  .page-id-331513 .celebrate-card .entry-footer {
    background-color: #d3d7d8;
    text-align: center; }
    .page-id-331513 .celebrate-card .entry-footer a {
      color: #7a7c7d; }

.page-id-331513 .celebrate-ad-container {
  margin: 0 auto; }
  .page-id-331513 .celebrate-ad-container .celebrate-ad-image {
    margin: 0 auto; }

.page-id-331513 .celebrate-ad-text {
  width: 100%;
  overflow: hidden;
  height: 0%;
  padding: 0 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF9D1;
  transition: all 0.3s ease; }
  .page-id-331513 .celebrate-ad-text.opened {
    height: 100%;
    padding: 1em; }

.page-id-331513 .celebrate-text-toggle {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  width: 100%;
  border-radius: 0;
  transition: background-color 0.2s ease; }
  @media (min-width: 40em) {
    .page-id-331513 .celebrate-text-toggle {
      font-size: 16px;
      font-size: 1rem; } }
  .page-id-331513 .celebrate-text-toggle:hover {
    background-color: #FFE648; }

@media (min-width: 40em) {
  .page-id-331513 .celebrate-ad-list {
    columns: 2;
    column-gap: 3em; } }

@media (min-width: 48em) {
  .page-id-331513 .celebrate-ad-list {
    columns: 3; } }

#post-367238 .gofundme-location {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 0 2em; }
  #post-367238 .gofundme-location .section-title {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    grid-column: 1 / -1;
    background-color: #E6EAEC;
    border-top: 3px solid #0053A5;
    padding: 0.5rem 1rem 0.625rem; }
  #post-367238 .gofundme-location h3 {
    padding-top: 0.5rem;
    text-align: center;
    border-top: 1px solid #adb0b1; }

.page-template-page_template-job-posting .jobs-page-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em;
  border-bottom: 1px solid #7a7c7d; }
  @media screen and (min-width: 48em) {
    .page-template-page_template-job-posting .jobs-page-link {
      display: none; } }

@media screen and (max-width: 48em) {
  .page-template-page_template-job-posting #main {
    display: flex;
    flex-flow: column; } }

.page-template-page_template-job-posting #main .wp-block-button__link {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #003467;
  background-color: #FFD900;
  padding: 0.25rem 1.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  border: 1px solid #003467;
  box-shadow: none;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 280px; }
  .page-template-page_template-job-posting #main .wp-block-button__link a {
    box-shadow: none;
    color: inherit; }

#secondary.jobs-sidebar {
  border-top: 3px solid #393a3b; }
  @media screen and (max-width: 48em) {
    #secondary.jobs-sidebar {
      order: 2; } }
  #secondary.jobs-sidebar .widget-title {
    font-family: "Source Sans Pro", sans-serif;
    border-top: none;
    padding-top: 0;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
    #secondary.jobs-sidebar .widget-title a {
      color: #393a3b; }
      #secondary.jobs-sidebar .widget-title a:hover {
        color: #3F9EEA; }
  #secondary.jobs-sidebar .jobs-list {
    margin: 0 0 1.5rem;
    list-style: none; }
    @media screen and (max-width: 48em) {
      #secondary.jobs-sidebar .jobs-list {
        margin: 0; } }
    #secondary.jobs-sidebar .jobs-list li {
      font-weight: 600;
      margin-bottom: 0.75rem; }
      @media screen and (max-width: 48em) {
        #secondary.jobs-sidebar .jobs-list li:last-child {
          margin-bottom: 0; } }
      #secondary.jobs-sidebar .jobs-list li.order-201, #secondary.jobs-sidebar .jobs-list li.order-301 {
        padding-top: 0.75rem;
        border-top: 1px solid #7a7c7d; }
      #secondary.jobs-sidebar .jobs-list li .job-org {
        font-weight: 400;
        color: #7a7c7d; }
  @media screen and (max-width: 48em) {
    #secondary.jobs-sidebar .aside-footer {
      display: none; } }

.neighborhoods-list {
  columns: 240px auto;
  column-gap: 2em;
  list-style: none;
  margin: 0; }

#neighborhoods-section {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  #neighborhoods-section .neighborhood {
    border-top: 2px solid #0053A5;
    padding-top: 0.25rem; }
  #neighborhoods-section .neighborhood-name {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 0.25rem; }
    #neighborhoods-section .neighborhood-name i {
      font-size: 90%; }
  #neighborhoods-section .neighborhood-posts {
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 0.5em; }
    #neighborhoods-section .neighborhood-posts li {
      border-top: 1px solid #adb0b1;
      padding-top: 0.5em; }
      #neighborhoods-section .neighborhood-posts li:first-child {
        border-top: none; }
  #neighborhoods-section .hentry .entry-header .entry-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-right: 0; }
  #neighborhoods-section .hentry .entry-meta {
    display: none; }
  #neighborhoods-section .hentry .comments-number-container {
    display: none; }

#disqus_thread {
  margin: 0 1em;
  border-top: 0.5em solid #3f9eea; }

.inline-comments-number-link .dsq-postid {
  padding-left: 0.5rem; }
  .inline-comments-number-link .dsq-postid::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: '\f27a';
    padding-right: 0.25em;
    color: #adb0b1;
    vertical-align: middle; }

#primary .comments-area {
  border-top: 2px solid #adb0b1;
  padding: 1em;
  margin: 0 1em; }
  @media (min-width: 64em) {
    #primary .comments-area {
      padding-right: 19.75em; } }
  #primary .comments-area .comments-title {
    padding-bottom: 1em; }
  #primary .comments-area .comment-meta {
    margin-bottom: 1em; }
  #primary .comments-area .comment-list,
  #primary .comments-area .children {
    list-style: none; }
    #primary .comments-area .comment-list .comment,
    #primary .comments-area .children .comment {
      font-size: 14px;
      font-size: 0.875rem;
      padding-left: 3.5em; }
      #primary .comments-area .comment-list .comment > .children,
      #primary .comments-area .children .comment > .children {
        padding: 1em;
        background-color: #E6EAEC; }
      #primary .comments-area .comment-list .comment.depth-1,
      #primary .comments-area .children .comment.depth-1 {
        padding-top: 1em;
        margin-bottom: 1em;
        border-top: 1px solid #d3d7d8; }
      #primary .comments-area .comment-list .comment.depth-2 .children,
      #primary .comments-area .children .comment.depth-2 .children {
        padding: 0 1em;
        border-left: 1px solid #adb0b1;
        margin-bottom: 1em; }
      #primary .comments-area .comment-list .comment article,
      #primary .comments-area .children .comment article {
        margin-bottom: 1em; }
      #primary .comments-area .comment-list .comment .comment-author,
      #primary .comments-area .children .comment .comment-author {
        position: relative; }
        #primary .comments-area .comment-list .comment .comment-author img,
        #primary .comments-area .children .comment .comment-author img {
          position: absolute;
          left: -3.5em; }
  #primary .comments-area .no-comments {
    color: #fff;
    text-transform: uppercase;
    padding: 0.75em 1em 0.625em 1em;
    margin: 2em 0 1em;
    background-color: #7a7c7d; }

.aside-content-bottom {
  margin-bottom: 1em;
  border: 1px solid #393a3b;
  background-color: #E6EAEC;
  flex: 1; }
  .aside-content-bottom:last-child {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .aside-content-bottom {
      margin: 0 0.5em; }
      .aside-content-bottom:first-child {
        margin-left: 0; }
      .aside-content-bottom:last-child {
        margin-right: 0; } }
  .aside-content-bottom h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #393a3b;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: #0053A5;
    padding: 0.25em 0.5em; }
    .aside-content-bottom h2 a {
      display: block;
      background-color: #0053A5;
      padding: 0.25em 0.5em;
      margin: -0.25em -0.5em; }
      .aside-content-bottom h2 a:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        content: '\f0a9';
        padding: 0.375em; }
  .aside-content-bottom p {
    line-height: 1.5;
    padding: 0.25em 0.5em;
    margin-bottom: 0; }
  .aside-content-bottom a {
    color: #fff;
    background-color: #3F9EEA;
    padding: 0.125em 0.25em;
    transition: all 0.3s ease;
    box-decoration-break: clone; }
    .aside-content-bottom a:hover, .aside-content-bottom a:focus {
      background-color: #0053A5; }
  .aside-content-bottom.aside-category h2 {
    background-color: #FFD900; }
    .aside-content-bottom.aside-category h2 a {
      background-color: #FFD900; }
  .aside-content-bottom.aside-category a {
    color: #393a3b;
    background-color: #FFD900; }
    .aside-content-bottom.aside-category a:hover, .aside-content-bottom.aside-category a:focus {
      background-color: #fff; }
  .aside-content-bottom #mc_embed_signup {
    margin-top: -1em;
    padding: 0.5em; }
    .aside-content-bottom #mc_embed_signup p {
      display: none; }
    .aside-content-bottom #mc_embed_signup #mc_embed_signup_scroll {
      display: flex; }
      .aside-content-bottom #mc_embed_signup #mc_embed_signup_scroll .mc-field-group:first-child {
        flex: 1 1 auto; }
    .aside-content-bottom #mc_embed_signup input[type="email"],
    .aside-content-bottom #mc_embed_signup .button {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.75;
      padding: 0 0.5rem;
      width: 100%; }
    .aside-content-bottom #mc_embed_signup .button {
      color: #393a3b;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #FFD900; }

#cta-boxes .wpforms-container-full {
  padding: 0.5em;
  background-color: transparent; }
  #cta-boxes .wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0; }

.page-template-page_template-page-restaurant-map #masthead .page-group,
.page-template-page_template-nosh-page #masthead .page-group,
.archive.nosh-front-page #masthead .page-group,
.archive.category-nosh #masthead .page-group,
.single.category-nosh #masthead .page-group,
.single.category-bites #masthead .page-group {
  background-color: #e03b0e; }

.page-template-page_template-page-restaurant-map #masthead #site-navigation,
.page-template-page_template-nosh-page #masthead #site-navigation,
.archive.nosh-front-page #masthead #site-navigation,
.archive.category-nosh #masthead #site-navigation,
.single.category-nosh #masthead #site-navigation,
.single.category-bites #masthead #site-navigation {
  background-color: #a82c0b; }
  .page-template-page_template-page-restaurant-map #masthead #site-navigation li a:hover, .page-template-page_template-page-restaurant-map #masthead #site-navigation li a:active, .page-template-page_template-page-restaurant-map #masthead #site-navigation li a:focus,
  .page-template-page_template-nosh-page #masthead #site-navigation li a:hover,
  .page-template-page_template-nosh-page #masthead #site-navigation li a:active,
  .page-template-page_template-nosh-page #masthead #site-navigation li a:focus,
  .archive.nosh-front-page #masthead #site-navigation li a:hover,
  .archive.nosh-front-page #masthead #site-navigation li a:active,
  .archive.nosh-front-page #masthead #site-navigation li a:focus,
  .archive.category-nosh #masthead #site-navigation li a:hover,
  .archive.category-nosh #masthead #site-navigation li a:active,
  .archive.category-nosh #masthead #site-navigation li a:focus,
  .single.category-nosh #masthead #site-navigation li a:hover,
  .single.category-nosh #masthead #site-navigation li a:active,
  .single.category-nosh #masthead #site-navigation li a:focus,
  .single.category-bites #masthead #site-navigation li a:hover,
  .single.category-bites #masthead #site-navigation li a:active,
  .single.category-bites #masthead #site-navigation li a:focus {
    background-color: #e03b0e; }

.page-template-page_template-page-restaurant-map #masthead input.gsc-search-button,
.page-template-page_template-nosh-page #masthead input.gsc-search-button,
.archive.nosh-front-page #masthead input.gsc-search-button,
.archive.category-nosh #masthead input.gsc-search-button,
.single.category-nosh #masthead input.gsc-search-button,
.single.category-bites #masthead input.gsc-search-button {
  background-color: #a82c0b; }

.page-template-page_template-page-restaurant-map #main #secondary,
.page-template-page_template-nosh-page #main #secondary,
.archive.nosh-front-page #main #secondary,
.archive.category-nosh #main #secondary,
.single.category-nosh #main #secondary,
.single.category-bites #main #secondary {
  padding: 0;
  background: transparent; }

.page-template-page_template-page-restaurant-map #main a:hover, .page-template-page_template-page-restaurant-map #main a:active, .page-template-page_template-page-restaurant-map #main a:focus,
.page-template-page_template-nosh-page #main a:hover,
.page-template-page_template-nosh-page #main a:active,
.page-template-page_template-nosh-page #main a:focus,
.archive.nosh-front-page #main a:hover,
.archive.nosh-front-page #main a:active,
.archive.nosh-front-page #main a:focus,
.archive.category-nosh #main a:hover,
.archive.category-nosh #main a:active,
.archive.category-nosh #main a:focus,
.single.category-nosh #main a:hover,
.single.category-nosh #main a:active,
.single.category-nosh #main a:focus,
.single.category-bites #main a:hover,
.single.category-bites #main a:active,
.single.category-bites #main a:focus {
  color: #e03b0e; }

.page-template-page_template-page-restaurant-map #main aside .aside-header,
.page-template-page_template-nosh-page #main aside .aside-header,
.archive.nosh-front-page #main aside .aside-header,
.archive.category-nosh #main aside .aside-header,
.single.category-nosh #main aside .aside-header,
.single.category-bites #main aside .aside-header {
  background-color: #e03b0e; }

.page-template-page_template-page-restaurant-map #main .page-title a,
.page-template-page_template-nosh-page #main .page-title a,
.archive.nosh-front-page #main .page-title a,
.archive.category-nosh #main .page-title a,
.single.category-nosh #main .page-title a,
.single.category-bites #main .page-title a {
  color: #a82c0b; }
  .page-template-page_template-page-restaurant-map #main .page-title a:hover, .page-template-page_template-page-restaurant-map #main .page-title a:active, .page-template-page_template-page-restaurant-map #main .page-title a:focus,
  .page-template-page_template-nosh-page #main .page-title a:hover,
  .page-template-page_template-nosh-page #main .page-title a:active,
  .page-template-page_template-nosh-page #main .page-title a:focus,
  .archive.nosh-front-page #main .page-title a:hover,
  .archive.nosh-front-page #main .page-title a:active,
  .archive.nosh-front-page #main .page-title a:focus,
  .archive.category-nosh #main .page-title a:hover,
  .archive.category-nosh #main .page-title a:active,
  .archive.category-nosh #main .page-title a:focus,
  .single.category-nosh #main .page-title a:hover,
  .single.category-nosh #main .page-title a:active,
  .single.category-nosh #main .page-title a:focus,
  .single.category-bites #main .page-title a:hover,
  .single.category-bites #main .page-title a:active,
  .single.category-bites #main .page-title a:focus {
    color: #e03b0e; }

.page-template-page_template-page-restaurant-map #main .section-header,
.page-template-page_template-nosh-page #main .section-header,
.archive.nosh-front-page #main .section-header,
.archive.category-nosh #main .section-header,
.single.category-nosh #main .section-header,
.single.category-bites #main .section-header {
  background-color: #F65117; }

.page-template-page_template-page-restaurant-map #main .nav-links a,
.page-template-page_template-nosh-page #main .nav-links a,
.archive.nosh-front-page #main .nav-links a,
.archive.category-nosh #main .nav-links a,
.single.category-nosh #main .nav-links a,
.single.category-bites #main .nav-links a {
  color: #a82c0b; }
  .page-template-page_template-page-restaurant-map #main .nav-links a:hover, .page-template-page_template-page-restaurant-map #main .nav-links a:active, .page-template-page_template-page-restaurant-map #main .nav-links a:focus,
  .page-template-page_template-nosh-page #main .nav-links a:hover,
  .page-template-page_template-nosh-page #main .nav-links a:active,
  .page-template-page_template-nosh-page #main .nav-links a:focus,
  .archive.nosh-front-page #main .nav-links a:hover,
  .archive.nosh-front-page #main .nav-links a:active,
  .archive.nosh-front-page #main .nav-links a:focus,
  .archive.category-nosh #main .nav-links a:hover,
  .archive.category-nosh #main .nav-links a:active,
  .archive.category-nosh #main .nav-links a:focus,
  .single.category-nosh #main .nav-links a:hover,
  .single.category-nosh #main .nav-links a:active,
  .single.category-nosh #main .nav-links a:focus,
  .single.category-bites #main .nav-links a:hover,
  .single.category-bites #main .nav-links a:active,
  .single.category-bites #main .nav-links a:focus {
    color: #e03b0e; }

.page-template-page_template-page-restaurant-map .nosh-archives-row .nosh-asides-section,
.page-template-page_template-nosh-page .nosh-archives-row .nosh-asides-section,
.archive.nosh-front-page .nosh-archives-row .nosh-asides-section,
.archive.category-nosh .nosh-archives-row .nosh-asides-section,
.single.category-nosh .nosh-archives-row .nosh-asides-section,
.single.category-bites .nosh-archives-row .nosh-asides-section {
  flex: 0 0 300px; }

.page-template-page_template-page-restaurant-map .widget-title,
.page-template-page_template-nosh-page .widget-title,
.archive.nosh-front-page .widget-title,
.archive.category-nosh .widget-title,
.single.category-nosh .widget-title,
.single.category-bites .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #7a7c7d;
  padding: 0.25em 0.5em;
  border-top: none; }

.page-template-page_template-page-restaurant-map .nosh-asides-section aside,
.page-template-page_template-nosh-page .nosh-asides-section aside,
.archive.nosh-front-page .nosh-asides-section aside,
.archive.category-nosh .nosh-asides-section aside,
.single.category-nosh .nosh-asides-section aside,
.single.category-bites .nosh-asides-section aside {
  margin: 0 1em 1em; }
  .page-template-page_template-page-restaurant-map .nosh-asides-section aside:last-child,
  .page-template-page_template-nosh-page .nosh-asides-section aside:last-child,
  .archive.nosh-front-page .nosh-asides-section aside:last-child,
  .archive.category-nosh .nosh-asides-section aside:last-child,
  .single.category-nosh .nosh-asides-section aside:last-child,
  .single.category-bites .nosh-asides-section aside:last-child {
    padding-bottom: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #7a7c7d; }

.page-template-page_template-page-restaurant-map .archive-child-section .post-hero,
.page-template-page_template-nosh-page .archive-child-section .post-hero,
.archive.nosh-front-page .archive-child-section .post-hero,
.archive.category-nosh .archive-child-section .post-hero,
.single.category-nosh .archive-child-section .post-hero,
.single.category-bites .archive-child-section .post-hero {
  display: none; }

.page-template-page_template-page-restaurant-map .archive-child-section .entry-summary,
.page-template-page_template-nosh-page .archive-child-section .entry-summary,
.archive.nosh-front-page .archive-child-section .entry-summary,
.archive.category-nosh .archive-child-section .entry-summary,
.single.category-nosh .archive-child-section .entry-summary,
.single.category-bites .archive-child-section .entry-summary {
  display: none; }

.page-template-page_template-page-restaurant-map .archive-child-section .post-content .entry-title,
.page-template-page_template-nosh-page .archive-child-section .post-content .entry-title,
.archive.nosh-front-page .archive-child-section .post-content .entry-title,
.archive.category-nosh .archive-child-section .post-content .entry-title,
.single.category-nosh .archive-child-section .post-content .entry-title,
.single.category-bites .archive-child-section .post-content .entry-title {
  padding-right: 0; }

.archive.nosh-front-page #main section {
  margin-bottom: 1em; }
  .archive.nosh-front-page #main section > section {
    margin-bottom: 0; }

.archive.nosh-front-page #main a {
  color: #393a3b; }

.archive.nosh-front-page #main a.comments-number-link {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem; }

.archive.nosh-front-page #main #footer-content a {
  color: #a82c0b; }
  .archive.nosh-front-page #main #footer-content a:hover {
    color: #e03b0e; }

.archive.nosh-front-page #main .section-header {
  margin: 1em; }

.archive.nosh-front-page #main .section-title,
.archive.nosh-front-page #main .aside-title {
  line-height: 1; }

.archive.nosh-front-page #main .hentry {
  background-color: #E6EAEC; }

.archive.nosh-front-page #main .post-content {
  padding: 0.5em;
  position: relative; }

.archive.nosh-front-page #main .comments-number-container {
  position: absolute;
  top: 0.5em;
  right: 0.5em; }

.archive.nosh-front-page #main .entry-meta {
  margin-bottom: 0.5em; }

.archive.nosh-front-page #main .entry-title {
  padding-right: 2.25rem; }

.archive.nosh-front-page #main .widget {
  margin: 0; }

.archive.nosh-front-page #main .nosh-lead-story article {
  border-bottom: 2px solid #adb0b1;
  flex: 1; }
  .archive.nosh-front-page #main .nosh-lead-story article .post-hero {
    margin-bottom: 0; }
  .archive.nosh-front-page #main .nosh-lead-story article .post-content {
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    @media (min-width: 40em) {
      .archive.nosh-front-page #main .nosh-lead-story article .post-content {
        padding: 2em 2em 2em; } }
  .archive.nosh-front-page #main .nosh-lead-story article .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    max-width: 600px;
    padding-right: 0; }
    @media (min-width: 40em) {
      .archive.nosh-front-page #main .nosh-lead-story article .entry-title {
        font-size: 30px;
        font-size: 1.875rem; } }
  .archive.nosh-front-page #main .nosh-lead-story article .entry-summary {
    color: #393a3b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.125; }
    @media (min-width: 40em) {
      .archive.nosh-front-page #main .nosh-lead-story article .entry-summary {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0.5em;
        background: rgba(255, 255, 255, 0.8); } }
  .archive.nosh-front-page #main .nosh-lead-story article .post-hero-bg {
    display: none; }
  .archive.nosh-front-page #main .nosh-lead-story article .post-content {
    background: transparent;
    padding: 1em; }

@media (min-width: 40em) {
  .archive.nosh-front-page #main .nosh-lead-story {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch; } }
  @media (min-width: 40em) and (min-width: 48em) {
    .archive.nosh-front-page #main .nosh-lead-story {
      margin: 1em 0 1em 1em; } }

@media (min-width: 40em) {
    .archive.nosh-front-page #main .nosh-lead-story article {
      width: 100%;
      height: 100%;
      min-height: 360px;
      position: relative;
      border-bottom: none; }
      .archive.nosh-front-page #main .nosh-lead-story article .post-hero-bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 150; }
      .archive.nosh-front-page #main .nosh-lead-story article .post-hero {
        display: none; }
      .archive.nosh-front-page #main .nosh-lead-story article .post-content {
        position: absolute;
        bottom: 0;
        left: 2em;
        z-index: 200;
        width: 75%;
        max-width: 540px;
        background: rgba(255, 255, 255, 0.8); }
      .archive.nosh-front-page #main .nosh-lead-story article .entry-title a {
        color: #333; }
      .archive.nosh-front-page #main .nosh-lead-story article .entry-summary {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.25;
        background: none;
        padding: 0; } }

.archive.nosh-front-page #main .ad-container.ad-column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0.5em 0;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .archive.nosh-front-page #main .ad-container.ad-column {
      padding: 0.5em 0;
      margin-bottom: 0; } }
  .archive.nosh-front-page #main .ad-container.ad-column .ad-type {
    min-width: 300px;
    margin: 0.5em auto; }
  .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    width: 100%;
    padding: 1em;
    margin: 0.5em auto;
    background-color: #a82c0b; }
    .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly h1 {
      font-size: 1.375rem;
      margin-bottom: 0.25em;
      color: #FFF; }
    .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly p {
      margin-bottom: 0.25rem; }
    .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form .wpforms-field {
      padding: 0; }
    .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form button[type=submit] {
      color: #393a3b !important;
      font-weight: 600;
      background-color: #FFD900 !important; }
    .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form input[type=email] {
      border-radius: 2px;
      color: #333;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: block;
      float: none;
      font-size: 16px;
      border: 1px solid #ccc;
      padding: 2px 6px;
      width: 100%;
      height: auto;
      line-height: 1.3; }
    .archive.nosh-front-page #main .ad-container.ad-column .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form label.wpforms-error {
      color: #fff;
      margin-top: 2px; }

.archive.nosh-front-page #main .top-stories .articles-list {
  margin: 0 0.5em; }
  .archive.nosh-front-page #main .top-stories .articles-list .hentry {
    margin: 0 0.5em 1em; }
  .archive.nosh-front-page #main .top-stories .articles-list .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.375em; }
  .archive.nosh-front-page #main .top-stories .articles-list li {
    position: relative; }
  .archive.nosh-front-page #main .top-stories .articles-list .sponsored {
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.25em 0.375em;
    position: absolute;
    top: 0.75em;
    left: 0.5em; }
    .archive.nosh-front-page #main .top-stories .articles-list .sponsored span {
      font-size: 14px;
      font-size: 0.875rem; }

@media (min-width: 30em) {
  .archive.nosh-front-page #main .top-stories .articles-list article {
    display: flex; }
    .archive.nosh-front-page #main .top-stories .articles-list article .post-hero {
      flex: 0 0 50%; }
    .archive.nosh-front-page #main .top-stories .articles-list article .entry-title {
      font-size: 22px;
      font-size: 1.375rem; } }

@media (min-width: 48em) {
  .archive.nosh-front-page #main .top-stories .articles-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .archive.nosh-front-page #main .top-stories .articles-list li {
      flex: 1 1 33.333333333%;
      margin: 0;
      display: flex; }
      .archive.nosh-front-page #main .top-stories .articles-list li .post-hero {
        flex: 0 1 auto; }
      .archive.nosh-front-page #main .top-stories .articles-list li .hentry {
        flex: 1;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 0.5em; }
        .archive.nosh-front-page #main .top-stories .articles-list li .hentry .post-content {
          flex: 1; } }

.archive.nosh-front-page #main .nosh-bites .section-header {
  margin-bottom: 0.5rem; }

.archive.nosh-front-page #main .nosh-bites .category-description {
  padding-bottom: 0.25rem;
  margin: 0 1rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  border-bottom: 1px dotted #7a7c7d; }

.archive.nosh-front-page #main .nosh-bites .articles-list {
  margin: 0 0.5em; }
  .archive.nosh-front-page #main .nosh-bites .articles-list .hentry {
    margin: 0 0.5em 1em; }
  .archive.nosh-front-page #main .nosh-bites .articles-list .entry-summary {
    display: none; }

.archive.nosh-front-page #main .nosh-bites .articles-list:nth-child(2) .post-hero {
  display: none; }

.archive.nosh-front-page #main .nosh-bites .articles-list:nth-child(2) .entry-title {
  font-size: 18px;
  font-size: 1.125rem; }

.archive.nosh-front-page #main .nosh-bites .articles-list:nth-child(2) .entry-meta {
  margin-bottom: 1em; }

@media (min-width: 48em) {
  .archive.nosh-front-page #main .nosh-bites {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .archive.nosh-front-page #main .nosh-bites .section-articles {
      margin: 0 0.5em;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      flex: 1; }
      .archive.nosh-front-page #main .nosh-bites .section-articles > .articles-list {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: stretch; }
        .archive.nosh-front-page #main .nosh-bites .section-articles > .articles-list:nth-child(1) {
          flex: 1 1 auto; }
        .archive.nosh-front-page #main .nosh-bites .section-articles > .articles-list:nth-child(2) {
          flex: 1 0 19.75em; }
        .archive.nosh-front-page #main .nosh-bites .section-articles > .articles-list > li {
          flex: 1;
          display: flex; }
          .archive.nosh-front-page #main .nosh-bites .section-articles > .articles-list > li .hentry {
            width: 100%;
            margin: 0 0 1em; } }
      @media (min-width: 48em) and (min-width: 64em) {
        .archive.nosh-front-page #main .nosh-bites .section-articles > .articles-list > li:last-child .hentry {
          margin-bottom: 0; } }

.archive.nosh-front-page #main .nosh-spotlights .articles-list {
  margin: 0 0.5em; }
  .archive.nosh-front-page #main .nosh-spotlights .articles-list .hentry {
    margin: 0 0.5em 1em; }
    .archive.nosh-front-page #main .nosh-spotlights .articles-list .hentry .entry-summary {
      display: none; }
    .archive.nosh-front-page #main .nosh-spotlights .articles-list .hentry .entry-title {
      font-size: 24px;
      font-size: 1.5rem; }

@media (min-width: 30em) and (max-width: 64em) {
  .archive.nosh-front-page #main .nosh-spotlights .articles-list .hentry {
    display: flex; }
    .archive.nosh-front-page #main .nosh-spotlights .articles-list .hentry .post-hero {
      flex: 0 0 50%; }
    .archive.nosh-front-page #main .nosh-spotlights .articles-list .hentry .entry-title {
      font-size: 22px;
      font-size: 1.375rem; } }

@media (min-width: 40em) {
  .archive.nosh-front-page #main .nosh-spotlights .nosh-spotlights-row-01 .spotlight-01 {
    flex: 0 0 50%; }
  .archive.nosh-front-page #main .nosh-spotlights .articles-list > li:last-child .hentry {
    margin-bottom: 0; } }

@media (min-width: 64em) {
  .archive.nosh-front-page #main .nosh-spotlights .nosh-spotlights-row-01 .spotlight-01 {
    flex: 0 0 66.666666666%; }
  .archive.nosh-front-page #main .nosh-spotlights .section-nosh-spotlight {
    flex: 1;
    display: flex;
    flex-flow: column nowrap; }
  .archive.nosh-front-page #main .nosh-spotlights .articles-list {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .archive.nosh-front-page #main .nosh-spotlights .articles-list > li {
      flex: 1;
      display: flex; }
      .archive.nosh-front-page #main .nosh-spotlights .articles-list > li .hentry {
        width: 100%;
        margin-bottom: 0; }
        .archive.nosh-front-page #main .nosh-spotlights .articles-list > li .hentry .entry-summary {
          display: block; } }

.archive.nosh-front-page #main .nosh-spotlights .nosh-reviews {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch; }
  .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside {
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: none; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .aside-header {
      background-color: #a82c0b; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .aside-title a {
      color: #fff; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .post-content {
      padding: 1em;
      background-color: #222; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .entry-title {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.25;
      padding-right: 0; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .entry-summary {
      color: #fff;
      margin-top: 0.75em; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside:last-child {
      flex: 1; }
    .archive.nosh-front-page #main .nosh-spotlights .nosh-reviews aside.widget {
      margin-top: 1em; }

.archive.nosh-front-page #main .nosh-home-nosh-guide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  .archive.nosh-front-page #main .nosh-home-nosh-guide .section-header {
    margin-bottom: 0; }
  .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content {
    background-color: #E6EAEC;
    margin: 0 1em;
    padding: 0.5em;
    flex: 1; }
    .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content .section-description {
      margin: 0.5em 0.5em 1em; }
    .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu {
      list-style: none;
      margin: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch; }
      .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
        padding: 0 0.25em 0.25em;
        flex: 0 1 50%; }
        @media (min-width: 30em) and (max-width: 48em) {
          .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
            flex-basis: 33.333333333%; } }
        @media (min-width: 48em) and (max-width: 64em) {
          .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
            flex-basis: 50%; } }
        @media (min-width: 64em) {
          .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
            flex-basis: 33.333333333%; } }
        .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li a {
          color: #393a3b;
          line-height: 1;
          display: block;
          width: 100%;
          height: 100%;
          display: flex;
          flex-flow: column nowrap;
          justify-content: flex-end;
          align-items: stretch; }
        .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li a:hover {
          color: #e03b0e; }
        .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li h2 {
          font-weight: 600;
          margin-bottom: 0.125em;
          font-size: 14px;
          font-size: 0.875rem; }
          @media (min-width: 40em) {
            .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li h2 {
              font-size: 18px;
              font-size: 1.125rem; } }
        .archive.nosh-front-page #main .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li img {
          width: 100%; }

.archive.nosh-front-page #main .section-nosh-recipes {
  margin-bottom: 0; }
  .archive.nosh-front-page #main .section-nosh-recipes .articles-list {
    margin: 0 0.5em; }
    .archive.nosh-front-page #main .section-nosh-recipes .articles-list li {
      display: flex;
      flex-flow: column nowrap; }
    .archive.nosh-front-page #main .section-nosh-recipes .articles-list .hentry {
      margin: 0 0.5em 1em;
      flex: 1; }
    @media (min-width: 30em) {
      .archive.nosh-front-page #main .section-nosh-recipes .articles-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch; }
        .archive.nosh-front-page #main .section-nosh-recipes .articles-list > * {
          flex-basis: 50%; } }
    @media (min-width: 30em) and (min-width: 48em) {
      .archive.nosh-front-page #main .section-nosh-recipes .articles-list > * {
        flex-basis: 25%; } }
  .archive.nosh-front-page #main .section-nosh-recipes .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
  .archive.nosh-front-page #main .section-nosh-recipes .entry-summary {
    display: none; }

.archive.nosh-front-page #main .nosh-archives-row {
  border-top: 2px solid #adb0b1;
  display: grid; }
  @media (min-width: 48em) {
    .archive.nosh-front-page #main .nosh-archives-row {
      grid-template-columns: 1fr 300px;
      grid-gap: 2em; } }
  .archive.nosh-front-page #main .nosh-archives-row .nosh-asides-section {
    margin-top: 1em; }

.archive.nosh-front-page #main .archive-child-section {
  margin-bottom: 0; }
  .archive.nosh-front-page #main .archive-child-section .section-header {
    margin-bottom: 0; }
  .archive.nosh-front-page #main .archive-child-section .archived-articles {
    margin-bottom: 0.5em; }
  .archive.nosh-front-page #main .archive-child-section .articles-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin: 0 0.5em; }
    .archive.nosh-front-page #main .archive-child-section .articles-list li {
      display: flex;
      border-bottom: none; }
      @media (min-width: 30em) {
        .archive.nosh-front-page #main .archive-child-section .articles-list li {
          flex: 1 0 50%; } }
      @media (min-width: 40em) {
        .archive.nosh-front-page #main .archive-child-section .articles-list li {
          flex: 1 0  33.333333333%; } }
      @media (min-width: 48em) {
        .archive.nosh-front-page #main .archive-child-section .articles-list li {
          flex: 1 0  50%; } }
      @media (min-width: 64em) {
        .archive.nosh-front-page #main .archive-child-section .articles-list li {
          flex: 1 0  33.333333333%; } }
      .archive.nosh-front-page #main .archive-child-section .articles-list li .hentry {
        flex: 1;
        margin: 0 0.5em; }
        .archive.nosh-front-page #main .archive-child-section .articles-list li .hentry .entry-title {
          font-size: 18px;
          font-size: 1.125rem; }
        .archive.nosh-front-page #main .archive-child-section .articles-list li .hentry .entry-summary {
          font-size: 15px;
          font-size: 0.9375rem; }
        .archive.nosh-front-page #main .archive-child-section .articles-list li .hentry .comments-number-container {
          top: -0.5em;
          right: 0.5em; }

#main.main-nosh-map {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  #main.main-nosh-map #nosh-restaurant-section {
    grid-column: 1 / -1; }

#nosh-restaurant-filter {
  margin: 1em; }
  #nosh-restaurant-filter #filter_form {
    border: 1px solid #d3d7d8;
    border-radius: 0.5rem;
    padding: 0.5rem; }
  #nosh-restaurant-filter fieldset.checkboxes {
    border: none;
    margin: 0;
    padding: 0; }
  #nosh-restaurant-filter input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  #nosh-restaurant-filter input[type="checkbox"] + label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #E6EAEC;
    white-space: nowrap;
    display: inline-block;
    padding: 0.125rem 0.75rem;
    margin: 0 0 0.5rem;
    border-radius: 1rem; }
  #nosh-restaurant-filter input[type="checkbox"]:checked + label {
    color: #fff;
    background-color: #e03b0e; }

#nosh-restaurant-section {
  margin: 1em;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0.5em; }

#nosh-restaurant-header {
  grid-column: 1 / 2;
  background-color: #d3d7d8;
  padding: 0.5em; }
  #nosh-restaurant-header .heading-month-year {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0; }

#nosh-restaurant-list-and-nav {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 0.5rem; }

#nosh-restaurant-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, max-content));
  grid-gap: 0.5rem; }
  #nosh-restaurant-nav .page-numbers {
    color: #393a3b;
    text-align: center;
    background-color: #d3d7d8;
    min-width: 30px;
    min-height: 30px;
    padding: 0.25rem 0.37rem;
    border-radius: 0.25rem; }
    #nosh-restaurant-nav .page-numbers.current {
      color: #fff;
      background-color: #7a7c7d; }

#nosh-restaurant-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: scroll; }
  #nosh-restaurant-list li {
    line-height: 1;
    padding: 0.625em 0.5em;
    cursor: default;
    border-bottom: 1px solid #d3d7d8; }
    #nosh-restaurant-list li:hover {
      background-color: #E6EAEC; }
    #nosh-restaurant-list li .name {
      font-weight: 600;
      font-size: 18px;
      font-size: 1.125rem; }
    #nosh-restaurant-list li .city {
      font-size: 14px;
      font-size: 0.875rem; }
    #nosh-restaurant-list li.selected {
      color: #fff;
      background-color: #a82c0b; }

#nosh-restaurant-map {
  height: 50vh;
  grid-column: 2;
  grid-row: 1 / span 2; }
  #nosh-restaurant-map .restaurant-map-link {
    color: #a82c0b; }
  #nosh-restaurant-map .restaurant-info {
    width: 240px; }
    #nosh-restaurant-map .restaurant-info p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.25; }
  #nosh-restaurant-map .restaurant-map-image {
    max-width: 100%;
    margin-bottom: 0.5rem; }
  #nosh-restaurant-map .title {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Source Serif Pro", serif;
    margin-bottom: 0.5rem; }
    #nosh-restaurant-map .title::after {
      content: '\00bb';
      margin-left: 0.25rem; }
  #nosh-restaurant-map .name {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Source Serif Pro", serif;
    margin-bottom: 0.5rem; }

#page.nosh-page-2-0 #pre-header {
  background-color: #fff; }
  #page.nosh-page-2-0 #pre-header .page-group {
    background-color: #fff; }

#page.nosh-page-2-0 #masthead .page-group {
  background-color: #E6EAEC; }

@media screen and (max-width: 40em) {
  #page.nosh-page-2-0 #masthead .site-branding {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 1em;
    align-items: inherit; }
    #page.nosh-page-2-0 #masthead .site-branding #logo {
      width: 100%;
      max-width: 450px;
      position: inherit;
      bottom: 0;
      flex: 1 0 70%;
      max-width: 240px; }
      #page.nosh-page-2-0 #masthead .site-branding #logo.nosh-logo {
        padding: 0; }
      #page.nosh-page-2-0 #masthead .site-branding #logo a {
        display: block; } }

#page.nosh-page-2-0 #masthead #site-navigation {
  background-color: #a82c0b; }
  #page.nosh-page-2-0 #masthead #site-navigation li a:hover {
    background-color: #e03b0e; }
  #page.nosh-page-2-0 #masthead #site-navigation li.nosh-nav-takeout a {
    color: #393a3b;
    background-color: #FFD900; }
  #page.nosh-page-2-0 #masthead #site-navigation li.nosh-nav-highlight a {
    background-color: #e03b0e; }

#page.nosh-page-2-0 #masthead .header-member-button-mobile {
  align-self: end; }
  #page.nosh-page-2-0 #masthead .header-member-button-mobile a {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
    line-height: 1.125;
    margin: 0; }

#page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #berekelyside-secondary li a:link,
#page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #berekelyside-secondary li a:visited,
#page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #menu-social-media li a:link,
#page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #menu-social-media li a:visited {
  color: #393a3b; }

#page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #berekelyside-secondary li.button-tips a,
#page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #menu-social-media li.button-tips a {
  color: #fff; }
  #page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #berekelyside-secondary li.button-tips a:hover,
  #page.nosh-page-2-0 #masthead #masthead-secondary .secondary-navigation #menu-social-media li.button-tips a:hover {
    color: #003467; }

#main-2-0.nosh-grid {
  grid-gap: 2rem; }
  #main-2-0.nosh-grid .hentry a:hover {
    color: #e03b0e; }
  #main-2-0.nosh-grid .main-row.nosh-row-lead-top {
    margin-top: 0;
    grid-gap: 1em; }
  #main-2-0.nosh-grid .nosh-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    border-color: #e03b0e; }
  #main-2-0.nosh-grid .section-header .section-title {
    color: #e03b0e; }
  #main-2-0.nosh-grid .section-header a {
    color: #e03b0e; }
    #main-2-0.nosh-grid .section-header a .more-arrow {
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      line-height: 1.625rem;
      padding: 0 0.4125rem;
      margin-left: 0.5rem;
      background-color: #e03b0e;
      border: 1px solid #e03b0e;
      border-radius: 1em;
      display: inline-block;
      vertical-align: bottom;
      transition: background 0.3s ease; }
      #main-2-0.nosh-grid .section-header a .more-arrow.float-right {
        float: right; }
      #main-2-0.nosh-grid .section-header a .more-arrow::after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f0a9";
        font-size: 16px;
        font-size: 1rem;
        padding-left: 0.25rem; }
    #main-2-0.nosh-grid .section-header a:hover .more-arrow {
      color: #e03b0e;
      background-color: #fff; }
  #main-2-0.nosh-grid .section-header.with-description .section-title {
    padding-bottom: 0.25rem; }
  #main-2-0.nosh-grid .section-header.with-description p {
    margin-bottom: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600; }
  #main-2-0.nosh-grid .nosh-category-description {
    margin-bottom: 1em; }
  #main-2-0.nosh-grid .nosh-cat-tag {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.25rem; }
  #main-2-0.nosh-grid .entry-header {
    padding-right: 0; }
  #main-2-0.nosh-grid .comments-number-container {
    display: none; }
  #main-2-0.nosh-grid .nosh-sidebar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2em;
    align-content: start; }
    #main-2-0.nosh-grid .nosh-sidebar .popular-posts .widget-title {
      line-height: 1.25; }
    #main-2-0.nosh-grid .nosh-sidebar .popular-posts a {
      color: #a82c0b; }
      #main-2-0.nosh-grid .nosh-sidebar .popular-posts a:hover {
        color: #e03b0e; }
  #main-2-0.nosh-grid .widget.nosh-social {
    grid-column: 1 / -1;
    background-color: #e03b0e;
    border-color: #a82c0b; }
    #main-2-0.nosh-grid .widget.nosh-social .widget-title {
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff;
      text-align: center;
      display: inline-block;
      padding: 0;
      margin: 0 0.5rem 0 0; }
    #main-2-0.nosh-grid .widget.nosh-social ul {
      font-size: 23px;
      font-size: 1.4375rem;
      list-style: none;
      margin: 0;
      display: inline-grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 0.5em;
      line-height: 1; }
    #main-2-0.nosh-grid .widget.nosh-social li a {
      color: #fff; }
  #main-2-0.nosh-grid .widget-button {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #393a3b;
    text-align: center;
    background-color: #FFD900;
    border-radius: 0.25rem;
    border: 1px solid #393a3b;
    display: block;
    padding: 0.375rem 0.625rem 0.3125rem; }
    #main-2-0.nosh-grid .widget-button.icon-right-arrow::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f0a9";
      font-size: 16px;
      font-size: 1rem;
      padding-left: 0.25rem; }
  #main-2-0.nosh-grid #nosh-lead-story {
    grid-template-rows: auto;
    grid-gap: 1em; }
    @media (min-width: 48em) {
      #main-2-0.nosh-grid #nosh-lead-story {
        grid-template-columns: 1fr 300px; } }
    #main-2-0.nosh-grid #nosh-lead-story .post-content {
      padding: 1em;
      background-color: #E6EAEC; }
    #main-2-0.nosh-grid #nosh-lead-story .hentry {
      margin: 0; }
      @media screen and (min-width: 40em) {
        #main-2-0.nosh-grid #nosh-lead-story .hentry {
          min-height: 400px; } }
      #main-2-0.nosh-grid #nosh-lead-story .hentry .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.125; }
        @media (min-width: 48em) {
          #main-2-0.nosh-grid #nosh-lead-story .hentry .entry-title {
            font-size: 22px;
            font-size: 1.375rem; } }
        @media (min-width: 64em) {
          #main-2-0.nosh-grid #nosh-lead-story .hentry .entry-title {
            font-size: 26px;
            font-size: 1.625rem; } }
      @media screen and (min-width: 48em) {
        #main-2-0.nosh-grid #nosh-lead-story .hentry .entry-summary {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (min-width: 64em) {
        #main-2-0.nosh-grid #nosh-lead-story .hentry .entry-summary {
          font-size: 20px;
          font-size: 1.25rem; } }
    @media screen and (min-width: 48em) {
      #main-2-0.nosh-grid #nosh-lead-story .article-img-bg {
        position: relative;
        width: 100%;
        height: 100%; }
        #main-2-0.nosh-grid #nosh-lead-story .article-img-bg img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
        #main-2-0.nosh-grid #nosh-lead-story .article-img-bg .img-bg-link {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%; }
        #main-2-0.nosh-grid #nosh-lead-story .article-img-bg .post-content {
          padding: 1em;
          width: 62.5%;
          position: absolute;
          left: 2em;
          background-color: rgba(255, 255, 255, 0.8); }
      #main-2-0.nosh-grid #nosh-lead-story.title-top .post-content {
        top: 0; }
      #main-2-0.nosh-grid #nosh-lead-story.title-bottom .post-content {
        bottom: 0; } }
    #main-2-0.nosh-grid #nosh-lead-story .nosh-sidebar {
      grid-gap: 1em; }
  #main-2-0.nosh-grid .nosh-row-top-stories {
    margin-top: 1rem; }
  #main-2-0.nosh-grid #nosh-top-stories .entry-header {
    padding-right: 0; }
  #main-2-0.nosh-grid #nosh-top-stories .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
  #main-2-0.nosh-grid #nosh-top-stories .entry-summary {
    display: none; }
  #main-2-0.nosh-grid #nosh-top-stories .comments-number-container {
    display: none; }
  #main-2-0.nosh-grid #nosh-top-stories .articles-list {
    display: grid;
    grid-gap: 0.5em 1em; }
    #main-2-0.nosh-grid #nosh-top-stories .articles-list li {
      border-bottom: 1px solid #adb0b1;
      padding-bottom: 0.5em; }
    @media (min-width: 30em) {
      #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-3 {
        grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 30em) and (max-width: 64em) {
    #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-3 li:first-child {
      grid-column: span 2; } }
    @media (min-width: 30em) {
      #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-4 {
        grid-template-columns: repeat(2, 1fr); }
      #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 .entry-title {
        font-size: 16px;
        font-size: 1rem; } }

@media screen and (min-width: 30em) and (min-width: 30em) and (max-width: 48em) {
  #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 {
    grid-template-columns: repeat(2, 1fr); }
    #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 li:nth-child(1) {
      grid-column: span 2; } }

@media screen and (min-width: 30em) and (min-width: 48em) and (max-width: 64em) {
  #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 {
    grid-template-columns: repeat(6, 1fr); }
    #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 li:nth-child(-n+2) {
      grid-column: span 3; }
    #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 li:nth-child(n+3) {
      grid-column: span 2; } }
    @media (min-width: 64em) {
      #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-3, #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-4, #main-2-0.nosh-grid #nosh-top-stories .articles-list.grid-5 {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); } }
  #main-2-0.nosh-grid .featured.first .articles-list {
    display: grid;
    grid-gap: 0.5em 2em; }
    @media screen and (min-width: 64em) {
      #main-2-0.nosh-grid .featured.first .articles-list {
        grid-template-columns: 2fr 1fr;
        grid-gap: 1em 2em; } }
    #main-2-0.nosh-grid .featured.first .articles-list.grid-4 li:first-child {
      grid-row: span 3; }
    #main-2-0.nosh-grid .featured.first .articles-list.grid-5 li:first-child {
      grid-row: span 4; }
    #main-2-0.nosh-grid .featured.first .articles-list.grid-6 li:first-child {
      grid-row: span 5; }
  #main-2-0.nosh-grid .featured.first li {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1; }
    #main-2-0.nosh-grid .featured.first li:first-child .entry-title {
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 48em) {
        #main-2-0.nosh-grid .featured.first li:first-child .entry-title {
          font-size: 22px;
          font-size: 1.375rem; } }
    #main-2-0.nosh-grid .featured.first li:nth-child(n+2) .entry-title {
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 48em) {
        #main-2-0.nosh-grid .featured.first li:nth-child(n+2) .entry-title {
          font-size: 18px;
          font-size: 1.125rem; } }
  #main-2-0.nosh-grid .featured.first .entry-summary {
    font-size: 18px;
    font-size: 1.125rem; }
  #main-2-0.nosh-grid .taxonomy-row .articles-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em; }
    @media screen and (min-width: 30em) {
      #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-3 {
        grid-gap: 2em;
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 30em) and (max-width: 48em) {
    #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-3 li:first-child {
      grid-column: span 2; } }
    @media screen and (min-width: 48em) {
      #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-3 {
        grid-gap: 2em;
        grid-template-columns: repeat(3, 1fr); } }
    #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-3 .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
    @media screen and (min-width: 30em) {
      #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em; } }
    @media screen and (min-width: 64em) {
      #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-4 {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2em; } }
    #main-2-0.nosh-grid .taxonomy-row .articles-list.grid-4 .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
  #main-2-0.nosh-grid .taxonomy-row li {
    display: flex;
    flex-flow: column; }
  #main-2-0.nosh-grid .taxonomy-row .hentry {
    flex: 1; }
  #main-2-0.nosh-grid .taxonomy-row .post-hero {
    position: relative; }
  #main-2-0.nosh-grid .taxonomy-row .restaurant-name {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    position: absolute;
    padding: 0.5rem;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.75);
    left: 0;
    bottom: 0; }
  #main-2-0.nosh-grid .taxonomy-row .entry-summary {
    display: none; }
  #main-2-0.nosh-grid .row-with-ad .hentry {
    flex: 1; }
  #main-2-0.nosh-grid .row-with-ad .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
  #main-2-0.nosh-grid .row-with-ad .articles-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em; }
    @media (min-width: 48em) {
      #main-2-0.nosh-grid .row-with-ad .articles-list.grid-3 {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 2em; }
        #main-2-0.nosh-grid .row-with-ad .articles-list.grid-3 li:first-child {
          grid-column: span 4;
          grid-row: span 2; }
          #main-2-0.nosh-grid .row-with-ad .articles-list.grid-3 li:first-child .entry-title {
            font-size: 22px;
            font-size: 1.375rem; }
          #main-2-0.nosh-grid .row-with-ad .articles-list.grid-3 li:first-child .entry-summary {
            font-size: 18px;
            font-size: 1.125rem; }
        #main-2-0.nosh-grid .row-with-ad .articles-list.grid-3 li:nth-child(n+2) {
          grid-column: span 2;
          border-bottom: 1px solid #adb0b1; }
          #main-2-0.nosh-grid .row-with-ad .articles-list.grid-3 li:nth-child(n+2) .entry-summary {
            display: none; } }
    @media (min-width: 30em) {
      #main-2-0.nosh-grid .row-with-ad .articles-list.grid-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em; } }
    @media (min-width: 64em) {
      #main-2-0.nosh-grid .row-with-ad .articles-list.grid-4 {
        grid-gap: 1em 2em; } }
    #main-2-0.nosh-grid .row-with-ad .articles-list.grid-4 li .entry-summary {
      display: none; }
  #main-2-0.nosh-grid #nosh-recipes {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, min-content) 1fr;
    grid-gap: 1em; }
    @media (min-width: 48em) {
      #main-2-0.nosh-grid #nosh-recipes .articles-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1em; } }
    #main-2-0.nosh-grid #nosh-recipes li {
      display: flex;
      flex-flow: column; }
      #main-2-0.nosh-grid #nosh-recipes li .entry-title {
        font-size: 18px;
        font-size: 1.125rem; }
    #main-2-0.nosh-grid #nosh-recipes .hentry {
      flex: 1; }
    #main-2-0.nosh-grid #nosh-recipes .entry-summary {
      display: none; }
  #main-2-0.nosh-grid #nosh-more-stories.section-2-posts.category-more-stories {
    border-top: 3px solid #e03b0e;
    padding-top: 0; }
    @media screen and (min-width: 64em) {
      #main-2-0.nosh-grid #nosh-more-stories.section-2-posts.category-more-stories {
        grid-column: span 2; } }

.category-nosh #main-2-0 .page-header {
  color: #e03b0e;
  border-color: #e03b0e; }

.category-nosh #main-2-0 .main-section {
  border-color: #e03b0e; }

.category-nosh #main-2-0 .section-title {
  color: #e03b0e; }

.category-nosh #main-2-0 .posts-navigation a {
  color: #a82c0b; }
  .category-nosh #main-2-0 .posts-navigation a:hover {
    color: #e03b0e; }

.category-nosh #main-2-0 .section-1-sidebar .widget.widget-nosh-weekly {
  margin: 0 auto 0;
  padding: 0.75em 1em 1em; }
  .category-nosh #main-2-0 .section-1-sidebar .widget.widget-nosh-weekly h2 {
    display: block; }
  .category-nosh #main-2-0 .section-1-sidebar .widget.widget-nosh-weekly p {
    display: block;
    margin-bottom: 0.75rem; }

.category.category-bites #main-2-0 .hentry .entry-summary {
  display: none; }

@media screen and (min-width: 30em) {
  .category.category-bites #main-2-0 .section-2-posts .hentry {
    grid-template-columns: 3fr 5fr; } }

@media screen and (min-width: 48em) {
  .category.category-bites #main-2-0 .section-2-posts .hentry .entry-header .entry-title {
    font-size: 18px;
    font-size: 1.125rem; } }

@media screen and (min-width: 64em) {
  .category.category-bites #main-2-0 .section-2-posts .hentry .entry-header .entry-title {
    font-size: 21px;
    font-size: 1.3125rem; } }

.single.category-nosh #main .hentry .entry-content aside a {
  box-shadow: inset 0px -2px 0px 0px rgba(168, 44, 11, 0.6);
  transition: background 0.2s; }
  .single.category-nosh #main .hentry .entry-content aside a:hover {
    background: rgba(168, 44, 11, 0.2); }

#restaurant-info {
  border-top: 4px solid #e03b0e;
  /* fixes potential theme css conflict */ }
  #restaurant-info .restaurant-name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0.5rem; }
  #restaurant-info .acf-map {
    width: 100%;
    height: 200px;
    border: #ccc solid 1px;
    margin: 0; }
  #restaurant-info .acf-map img {
    max-width: inherit !important; }

#multi-restaurant-map {
  margin-bottom: 1.5rem;
  /* fixes potential theme css conflict */ }
  #multi-restaurant-map .restaurant-map-title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 0.75rem;
    margin-bottom: 0.375rem;
    border-top: 2px dotted #7a7c7d; }
  #multi-restaurant-map .restaurant-name,
  #multi-restaurant-map .restaurant-address {
    font-family: "Source Sans Pro", sans-serif; }
  #multi-restaurant-map .restaurant-name a {
    box-shadow: inset 0px -3px 0px 0px rgba(246, 81, 23, 0.8) !important; }
    #multi-restaurant-map .restaurant-name a:hover {
      background: rgba(246, 81, 23, 0.2) !important; }
  #multi-restaurant-map .acf-map {
    width: 100%;
    height: 400px;
    border-top: #d3d7d8 solid 1px;
    border-left: #d3d7d8 solid 1px;
    border-right: #d3d7d8 solid 1px;
    margin: 0; }
    #multi-restaurant-map .acf-map .restaurant-name {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 0.25rem !important; }
    #multi-restaurant-map .acf-map .restaurant-address {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 15px;
      font-size: 0.9375rem; }
    #multi-restaurant-map .acf-map .gm-style-cc a {
      box-shadow: none !important; }
  #multi-restaurant-map .acf-map img {
    max-width: inherit !important; }
  #multi-restaurant-map .multi-restaurant-list {
    list-style: none;
    margin: 0;
    padding: 1em;
    background-color: #E6EAEC;
    border-bottom: #d3d7d8 solid 1px;
    border-left: #d3d7d8 solid 1px;
    border-right: #d3d7d8 solid 1px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1em; }
    #multi-restaurant-map .multi-restaurant-list .restaurant-name {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 0.125rem !important; }
    #multi-restaurant-map .multi-restaurant-list .restaurant-address {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.125; }

.archive #main-2-0 #bites-top-stories .hentry.category-in-brief {
  display: block;
  border: 1px solid #7a7c7d;
  border-top: 3px solid #393a3b;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
  grid-column: span 2; }
  @media screen and (max-width: 40em) {
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief {
      margin-bottom: 2em; } }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief > * {
    padding: 0 1em; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .primary-category {
    display: none; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-meta {
    font-size: 16px;
    font-size: 1rem;
    background-color: #E6EAEC;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    overflow: auto; }
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-meta .post-date-author {
      float: left;
      margin: .25rem .5rem .5rem 0; }
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-meta .byline, .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-meta .posted-on {
      display: inline; }
    @media screen and (min-width: 64em) {
      .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-meta .ssba-classic-2 {
        float: right; } }
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-meta .comments-number-container {
      padding-top: 0;
      margin-right: 0.25rem;
      position: unset;
      display: inline-block; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-header .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1.375rem; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-content {
    margin-left: 0; }
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-content .gallery {
      margin-left: 0; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .edit-post-link {
    display: none; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .gallery {
    margin-left: 0; }
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .gallery img {
      width: 100%; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .gallery-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem; }
    .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .gallery-columns-2 .gallery-item {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0; }
      .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .gallery-columns-2 .gallery-item img {
        width: 100%; }
  .archive #main-2-0 #bites-top-stories .hentry.category-in-brief .entry-footer {
    border-top: none;
    padding: 0;
    margin: 0 1em; }

.post-type-archive-nosh_guide_listings #main-2-0,
.tax-nosh_guide_tags #main-2-0,
.tax-nosh_guide_location #main-2-0,
.tax-nosh_guide_shelter_in_place #main-2-0 {
  grid-gap: 2rem; }
  @media screen and (min-width: 64em) {
    .post-type-archive-nosh_guide_listings #main-2-0 .main-row.one-column-aside.shelter-in-place,
    .tax-nosh_guide_tags #main-2-0 .main-row.one-column-aside.shelter-in-place,
    .tax-nosh_guide_location #main-2-0 .main-row.one-column-aside.shelter-in-place,
    .tax-nosh_guide_shelter_in_place #main-2-0 .main-row.one-column-aside.shelter-in-place {
      grid-template-columns: 300px 1fr; }
      .post-type-archive-nosh_guide_listings #main-2-0 .main-row.one-column-aside.shelter-in-place .category-sidebar-column,
      .tax-nosh_guide_tags #main-2-0 .main-row.one-column-aside.shelter-in-place .category-sidebar-column,
      .tax-nosh_guide_location #main-2-0 .main-row.one-column-aside.shelter-in-place .category-sidebar-column,
      .tax-nosh_guide_shelter_in_place #main-2-0 .main-row.one-column-aside.shelter-in-place .category-sidebar-column {
        grid-column: 1;
        grid-row: 1; } }
  .post-type-archive-nosh_guide_listings #main-2-0 .nosh-guide-sidebar .widgets-sticky,
  .tax-nosh_guide_tags #main-2-0 .nosh-guide-sidebar .widgets-sticky,
  .tax-nosh_guide_location #main-2-0 .nosh-guide-sidebar .widgets-sticky,
  .tax-nosh_guide_shelter_in_place #main-2-0 .nosh-guide-sidebar .widgets-sticky {
    padding: 0;
    display: grid;
    grid-column: 1fr;
    grid-gap: 2rem; }
    @media screen and (min-width: 64em) {
      .post-type-archive-nosh_guide_listings #main-2-0 .nosh-guide-sidebar .widgets-sticky,
      .tax-nosh_guide_tags #main-2-0 .nosh-guide-sidebar .widgets-sticky,
      .tax-nosh_guide_location #main-2-0 .nosh-guide-sidebar .widgets-sticky,
      .tax-nosh_guide_shelter_in_place #main-2-0 .nosh-guide-sidebar .widgets-sticky {
        position: sticky;
        top: 0; } }
  .post-type-archive-nosh_guide_listings #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly,
  .tax-nosh_guide_tags #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly,
  .tax-nosh_guide_location #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly,
  .tax-nosh_guide_shelter_in_place #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly {
    margin: 0 auto 0;
    padding: 0.75em 1em 1em; }
    .post-type-archive-nosh_guide_listings #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly h2,
    .tax-nosh_guide_tags #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly h2,
    .tax-nosh_guide_location #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly h2,
    .tax-nosh_guide_shelter_in_place #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly h2 {
      display: block; }
    .post-type-archive-nosh_guide_listings #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly p,
    .tax-nosh_guide_tags #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly p,
    .tax-nosh_guide_location #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly p,
    .tax-nosh_guide_shelter_in_place #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly p {
      display: block;
      margin-bottom: 0.75rem; }
    @media screen and (min-width: 64em) {
      .post-type-archive-nosh_guide_listings #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly,
      .tax-nosh_guide_tags #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly,
      .tax-nosh_guide_location #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly,
      .tax-nosh_guide_shelter_in_place #main-2-0 .nosh-guide-sidebar .widget.widget-nosh-weekly {
        position: sticky;
        top: 0; } }

.archive-description {
  font-size: 18px;
  font-size: 1.125rem; }
  .archive-description.with-image {
    display: grid;
    grid-gap: 1rem; }
    @media screen and (min-width: 48em) {
      .archive-description.with-image {
        grid-template-columns: 1fr 2fr; } }
    .archive-description.with-image .wp-caption {
      margin-bottom: 0; }

#nosh-guide {
  display: grid;
  grid-gap: 2em;
  align-content: start;
  align-items: start; }
  #nosh-guide a {
    color: #a82c0b; }
  #nosh-guide .post-edit-link {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #393a3b;
    line-height: 1;
    text-transform: uppercase;
    padding: 0.25rem;
    margin-top: 0.5rem;
    background-color: #E6EAEC; }
  #nosh-guide .nav-search-filter {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #E6EAEC;
    box-shadow: 3px 3px 6px 0 #adb0b1;
    border-top: 3px solid #a82c0b;
    padding: 0.5rem 0.375rem 0.25rem 0.5rem; }
    @media screen and (min-width: 48em) {
      #nosh-guide .nav-search-filter {
        padding: 0.75rem 0.5rem 0.125rem 0.75rem; } }
    #nosh-guide .nav-search-filter .nav-search-filter {
      box-shadow: none;
      border-top: none;
      padding: 0; }
  #nosh-guide .nav-locations {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    list-style: none;
    text-transform: uppercase;
    margin: 0 0 0.75rem; }
    #nosh-guide .nav-locations li {
      display: inline-block;
      margin-right: 0.5rem; }
    #nosh-guide .nav-locations .nav-location-link {
      color: #fff;
      display: block;
      background-color: #a82c0b;
      padding: 0.125rem 0.625rem;
      border-radius: 1rem;
      transition: all 0.2s ease; }
      #nosh-guide .nav-locations .nav-location-link:hover {
        background-color: #e03b0e; }
    #nosh-guide .nav-locations .nav-location-page {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 600;
      margin-top: 0.5rem; }
      #nosh-guide .nav-locations .nav-location-page a {
        color: #7a7c7d; }
        #nosh-guide .nav-locations .nav-location-page a::before {
          font-size: 15px;
          font-size: 0.9375rem;
          margin-right: 0.25em;
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          content: "\f0aa"; }
  #nosh-guide .searchandfilter {
    border-top: 1px solid #adb0b1;
    padding-top: 0.5rem; }
    #nosh-guide .searchandfilter h4 {
      display: none;
      /*@media screen and (min-width: $breakpoint__laptop) {
				display: block;
				font-family: $font__secondary;
				font-weight: 600;
				margin: 0 0 0.5rem;
			}*/ }
    #nosh-guide .searchandfilter div > ul {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0; }
      #nosh-guide .searchandfilter div > ul > li {
        border-left: 2px solid #7a7c7d;
        padding-left: 0.5rem;
        margin-bottom: 0.5rem; }
        #nosh-guide .searchandfilter div > ul > li:last-child {
          border-left: none;
          margin-bottom: 0; }
        #nosh-guide .searchandfilter div > ul > li li {
          padding-right: 0.5rem; }
    #nosh-guide .searchandfilter input[type="submit"] {
      color: #fff;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      padding: 0.25rem 0.5rem;
      text-transform: uppercase;
      background-color: #a82c0b;
      border-radius: 1rem;
      transition: background 0.2s ease; }
      #nosh-guide .searchandfilter input[type="submit"]:hover {
        background-color: #e03b0e; }
    #nosh-guide .searchandfilter .children {
      display: none; }
  #nosh-guide .section-header {
    border-top: 3px solid #393a3b;
    padding-top: 0.25rem;
    margin-bottom: 0.5rem;
    position: relative; }
    #nosh-guide .section-header .section-marker {
      position: absolute;
      top: -157px;
      height: 0;
      z-index: -100;
      width: 100%; }
    #nosh-guide .section-header .section-title {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700;
      color: #393a3b;
      /*
			&::before {
			  display: block; 
			  content: " "; 
			  margin-top: -152px; 
			  height: 152px; 
			  width: 0;
			  visibility: hidden; 
			  pointer-events: none;
			}
			*/ }
  #nosh-guide .guide-locations {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
  #nosh-guide .restaurant-list {
    list-style: none;
    margin: 0;
    display: grid;
    grid-gap: 1em 2em; }
  #nosh-guide .restaurant-listing {
    border-top: 1px solid #adb0b1;
    padding-top: 1em;
    display: grid;
    grid-gap: 0.5em; }
    @media screen and (min-width: 64em) {
      #nosh-guide .restaurant-listing {
        grid-template-columns: 240px 4fr 3fr;
        grid-gap: 1.5em; }
        #nosh-guide .restaurant-listing .restaurant-name {
          margin-bottom: 0.4375rem; }
        #nosh-guide .restaurant-listing .nosh-guide-tags {
          margin-bottom: 0.5rem; }
          #nosh-guide .restaurant-listing .nosh-guide-tags a {
            margin-top: 0; }
        #nosh-guide .restaurant-listing .hours {
          border-top: none;
          padding-top: 0; } }
  #nosh-guide .restaurant-name {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.25rem; }
    #nosh-guide .restaurant-name a {
      color: #a82c0b;
      box-shadow: inset 0px -2px 0px 0px rgba(168, 44, 11, 0.6);
      transition: background 0.2s; }
      #nosh-guide .restaurant-name a:hover {
        background: rgba(168, 44, 11, 0.15); }
  #nosh-guide .restaurant-address {
    font-size: 16px;
    font-size: 1rem; }
  #nosh-guide .restaurant-contact {
    font-size: 15px;
    font-size: 0.9375rem; }
    #nosh-guide .restaurant-contact span {
      display: inline-block;
      border-right: 1px dotted #adb0b1;
      padding-right: 0.375rem;
      margin-right: 0.375rem; }
      #nosh-guide .restaurant-contact span:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
  #nosh-guide .restaurant-phone::before {
    margin-right: 0.25em;
    vertical-align: text-bottom;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f3cf"; }
  #nosh-guide .restaurant-order a {
    transition: background 0.2s ease; }
    #nosh-guide .restaurant-order a:hover {
      background: rgba(168, 44, 11, 0.15); }
    #nosh-guide .restaurant-order a::before {
      margin-right: 0.25em;
      vertical-align: text-bottom;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f08e"; }
  #nosh-guide .nosh-guide-tags {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-size: 0.9375rem;
    overflow: auto; }
    #nosh-guide .nosh-guide-tags a {
      display: block;
      float: left;
      padding: 0.0625rem 0.5rem;
      margin: 0.25rem 0.5rem 0.25rem 0;
      color: #a82c0b;
      background-color: #E6EAEC;
      transition: all 0.2s ease; }
      #nosh-guide .nosh-guide-tags a:hover {
        color: #fff;
        background-color: #a82c0b; }
  #nosh-guide .restaurant-notes {
    font-size: 15px;
    font-size: 0.9375rem; }
  #nosh-guide .hours {
    font-size: 15px;
    font-size: 0.9375rem;
    border-top: 1px dotted #adb0b1;
    padding-top: 0.5rem;
    display: table;
    height: 25%; }
    #nosh-guide .hours .day-row {
      white-space: nowrap;
      display: table-row; }
      #nosh-guide .hours .day-row span {
        display: table-cell; }
        #nosh-guide .hours .day-row span:first-child {
          padding-right: 0.5em; }
        #nosh-guide .hours .day-row span:nth-child(even) {
          width: 100%; }

.nosh-guide-sidebar .widget_text a {
  color: #a82c0b;
  box-shadow: inset 0px -2px 0px 0px rgba(168, 44, 11, 0.6);
  transition: background 0.2s; }
  .nosh-guide-sidebar .widget_text a:hover {
    background: rgba(168, 44, 11, 0.15); }

@media screen and (max-width: 48em) {
  .nosh-guide-sidebar .posts-in-sidebar .pis-thumbnail {
    display: none; } }

.nosh-guide-sidebar .posts-in-sidebar .pis-ul li {
  border-top: 1px solid #adb0b1;
  padding-top: 0.5rem; }

.nosh-guide-sidebar .posts-in-sidebar .pis-ul .tag-covid-19-resources .pis-title {
  font-size: 16px;
  font-size: 1rem; }

.nosh-guide-sidebar .posts-in-sidebar .pis-ul .tag-covid-19-resources a {
  color: #393a3b; }
  .nosh-guide-sidebar .posts-in-sidebar .pis-ul .tag-covid-19-resources a:hover {
    color: #e03b0e; }

.nosh-guide-sidebar .popular-posts {
  position: sticky;
  top: 0; }

#main-2-0.nosh-guide-listing {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr; }
  #main-2-0.nosh-guide-listing .restaurant-edit {
    padding-top: 0.5rem;
    border-top: 3px solid #393a3b; }

.post-template-post_template-nosh-guide-shelter #main-2-0 .entry-content {
  margin-bottom: 1.375rem; }

.post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 64em) {
    .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place #nosh-guide {
      display: grid;
      grid-template-columns: 12rem 1fr;
      grid-gap: 0 2rem; } }
  .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .nav-search-filter {
    padding-bottom: 0.75rem;
    position: sticky;
    top: 1rem; }
  @media screen and (min-width: 64em) {
    .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .nav-locations {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 0.5rem; }
      .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .nav-locations li {
        display: block;
        margin-right: 0; } }
  .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .section-header {
    border-top: 3px solid #393a3b;
    padding-top: 0.25rem;
    margin-bottom: 0.5rem; }
    .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .section-header .section-marker {
      position: absolute;
      top: -18px;
      height: 0;
      z-index: -100;
      width: 100%; }
    .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .section-header .section-title {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700;
      color: #393a3b; }
      .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .section-header .section-title::before {
        display: block;
        content: " ";
        margin-top: -1.375rem;
        height: 1.375rem;
        visibility: hidden;
        pointer-events: none; }
  @media screen and (min-width: 48em) {
    .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .restaurant-list li {
      grid-template-columns: 240px 5fr 3fr; } }
  .post-template-post_template-nosh-guide-shelter #main-2-0 .main-row.shelter-in-place .restaurant-list .hours {
    border-top: none; }

.search #main .page-header,
.archive #main .page-header,
.error404 #main .page-header,
.search-results #main .page-header,
.search-no-results #main .page-header {
  margin: 1em 1em 0;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #393a3b; }

.search #main .comments-number .number,
.archive #main .comments-number .number,
.error404 #main .comments-number .number,
.search-results #main .comments-number .number,
.search-no-results #main .comments-number .number {
  background-color: #adb0b1; }

.search #main .comments-number .comments-number-link:after,
.archive #main .comments-number .comments-number-link:after,
.error404 #main .comments-number .comments-number-link:after,
.search-results #main .comments-number .comments-number-link:after,
.search-no-results #main .comments-number .comments-number-link:after {
  border-top: 8px solid #adb0b1; }

.search #main .section-header,
.archive #main .section-header,
.error404 #main .section-header,
.search-results #main .section-header,
.search-no-results #main .section-header {
  margin: 1em;
  overflow: auto;
  background-color: #0053A5;
  position: relative; }
  .search #main .section-header .section-title,
  .archive #main .section-header .section-title,
  .error404 #main .section-header .section-title,
  .search-results #main .section-header .section-title,
  .search-no-results #main .section-header .section-title {
    display: block;
    margin: 0; }
  .search #main .section-header .archive-page-number,
  .archive #main .section-header .archive-page-number,
  .error404 #main .section-header .archive-page-number,
  .search-results #main .section-header .archive-page-number,
  .search-no-results #main .section-header .archive-page-number {
    color: #fff;
    margin: 0.25em 0.5em;
    position: absolute;
    top: 0;
    right: 0; }

.search #main .entry-title,
.archive #main .entry-title,
.error404 #main .entry-title,
.search-results #main .entry-title,
.search-no-results #main .entry-title {
  font-size: 20px;
  font-size: 1.25rem; }

.search #main aside .aside-header,
.archive #main aside .aside-header,
.error404 #main aside .aside-header,
.search-results #main aside .aside-header,
.search-no-results #main aside .aside-header {
  margin: 1em 0 0;
  overflow: auto;
  background-color: #adb0b1; }
  .search #main aside .aside-header .aside-title,
  .archive #main aside .aside-header .aside-title,
  .error404 #main aside .aside-header .aside-title,
  .search-results #main aside .aside-header .aside-title,
  .search-no-results #main aside .aside-header .aside-title {
    float: left;
    display: block;
    margin: 0; }

.search #main aside .archive-aside-content,
.archive #main aside .archive-aside-content,
.error404 #main aside .archive-aside-content,
.search-results #main aside .archive-aside-content,
.search-no-results #main aside .archive-aside-content {
  margin: 1em 0; }

.search #main .posts-navigation,
.archive #main .posts-navigation,
.error404 #main .posts-navigation,
.search-results #main .posts-navigation,
.search-no-results #main .posts-navigation {
  padding: 0.25em 0.5em;
  margin: 0 1em 1em;
  overflow: hidden;
  background-color: #d3d7d8; }

.search #main .archive-child-section .archived-articles,
.archive #main .archive-child-section .archived-articles,
.error404 #main .archive-child-section .archived-articles,
.search-results #main .archive-child-section .archived-articles,
.search-no-results #main .archive-child-section .archived-articles {
  margin-bottom: 1em; }

.search #main .archive-child-section .articles-list,
.archive #main .archive-child-section .articles-list,
.error404 #main .archive-child-section .articles-list,
.search-results #main .archive-child-section .articles-list,
.search-no-results #main .archive-child-section .articles-list {
  margin: 0 1em; }
  .search #main .archive-child-section .articles-list li,
  .archive #main .archive-child-section .articles-list li,
  .error404 #main .archive-child-section .articles-list li,
  .search-results #main .archive-child-section .articles-list li,
  .search-no-results #main .archive-child-section .articles-list li {
    padding: 1em 0 0.5em;
    width: 100%;
    border-bottom: 1px solid #d3d7d8; }
  .search #main .archive-child-section .articles-list .hentry .post-hero,
  .archive #main .archive-child-section .articles-list .hentry .post-hero,
  .error404 #main .archive-child-section .articles-list .hentry .post-hero,
  .search-results #main .archive-child-section .articles-list .hentry .post-hero,
  .search-no-results #main .archive-child-section .articles-list .hentry .post-hero {
    margin-bottom: 0.5em; }
  .search #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
  .archive #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
  .error404 #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
  .search-results #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
  .search-no-results #main .archive-child-section .articles-list .hentry .post-content .comments-number-container {
    margin-top: 0.5em; }
  .search #main .archive-child-section .articles-list .hentry .entry-meta .hour,
  .archive #main .archive-child-section .articles-list .hentry .entry-meta .hour,
  .error404 #main .archive-child-section .articles-list .hentry .entry-meta .hour,
  .search-results #main .archive-child-section .articles-list .hentry .entry-meta .hour,
  .search-no-results #main .archive-child-section .articles-list .hentry .entry-meta .hour {
    display: none; }
  .search #main .archive-child-section .articles-list .hentry .entry-meta .published-today .hour,
  .archive #main .archive-child-section .articles-list .hentry .entry-meta .published-today .hour,
  .error404 #main .archive-child-section .articles-list .hentry .entry-meta .published-today .hour,
  .search-results #main .archive-child-section .articles-list .hentry .entry-meta .published-today .hour,
  .search-no-results #main .archive-child-section .articles-list .hentry .entry-meta .published-today .hour {
    display: inline; }
  @media (min-width: 30em) {
    .search #main .archive-child-section .articles-list .hentry,
    .archive #main .archive-child-section .articles-list .hentry,
    .error404 #main .archive-child-section .articles-list .hentry,
    .search-results #main .archive-child-section .articles-list .hentry,
    .search-no-results #main .archive-child-section .articles-list .hentry {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .search #main .archive-child-section .articles-list .hentry .post-hero,
      .archive #main .archive-child-section .articles-list .hentry .post-hero,
      .error404 #main .archive-child-section .articles-list .hentry .post-hero,
      .search-results #main .archive-child-section .articles-list .hentry .post-hero,
      .search-no-results #main .archive-child-section .articles-list .hentry .post-hero {
        flex: 0 0 33.333333333%;
        order: 2;
        padding-left: 1em;
        margin-bottom: 0; }
      .search #main .archive-child-section .articles-list .hentry .post-content,
      .archive #main .archive-child-section .articles-list .hentry .post-content,
      .error404 #main .archive-child-section .articles-list .hentry .post-content,
      .search-results #main .archive-child-section .articles-list .hentry .post-content,
      .search-no-results #main .archive-child-section .articles-list .hentry .post-content {
        position: relative;
        margin-right: 2em;
        padding-right: 1em;
        flex: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch; }
        .search #main .archive-child-section .articles-list .hentry .post-content .entry-title,
        .archive #main .archive-child-section .articles-list .hentry .post-content .entry-title,
        .error404 #main .archive-child-section .articles-list .hentry .post-content .entry-title,
        .search-results #main .archive-child-section .articles-list .hentry .post-content .entry-title,
        .search-no-results #main .archive-child-section .articles-list .hentry .post-content .entry-title {
          font-size: 22px;
          font-size: 1.375rem; }
        .search #main .archive-child-section .articles-list .hentry .post-content .entry-meta,
        .archive #main .archive-child-section .articles-list .hentry .post-content .entry-meta,
        .error404 #main .archive-child-section .articles-list .hentry .post-content .entry-meta,
        .search-results #main .archive-child-section .articles-list .hentry .post-content .entry-meta,
        .search-no-results #main .archive-child-section .articles-list .hentry .post-content .entry-meta {
          color: #7a7c7d;
          margin-bottom: 0.5em; }
        .search #main .archive-child-section .articles-list .hentry .post-content .entry-summary,
        .archive #main .archive-child-section .articles-list .hentry .post-content .entry-summary,
        .error404 #main .archive-child-section .articles-list .hentry .post-content .entry-summary,
        .search-results #main .archive-child-section .articles-list .hentry .post-content .entry-summary,
        .search-no-results #main .archive-child-section .articles-list .hentry .post-content .entry-summary {
          color: #7a7c7d; }
        .search #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
        .archive #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
        .error404 #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
        .search-results #main .archive-child-section .articles-list .hentry .post-content .comments-number-container,
        .search-no-results #main .archive-child-section .articles-list .hentry .post-content .comments-number-container {
          height: 2.5em;
          position: absolute;
          top: -0.9375em;
          right: 0; }
          .search #main .archive-child-section .articles-list .hentry .post-content .comments-number-container .comments-number,
          .archive #main .archive-child-section .articles-list .hentry .post-content .comments-number-container .comments-number,
          .error404 #main .archive-child-section .articles-list .hentry .post-content .comments-number-container .comments-number,
          .search-results #main .archive-child-section .articles-list .hentry .post-content .comments-number-container .comments-number,
          .search-no-results #main .archive-child-section .articles-list .hentry .post-content .comments-number-container .comments-number {
            position: absolute;
            bottom: 0; }
        .search #main .archive-child-section .articles-list .hentry .post-content > *:last-child,
        .archive #main .archive-child-section .articles-list .hentry .post-content > *:last-child,
        .error404 #main .archive-child-section .articles-list .hentry .post-content > *:last-child,
        .search-results #main .archive-child-section .articles-list .hentry .post-content > *:last-child,
        .search-no-results #main .archive-child-section .articles-list .hentry .post-content > *:last-child {
          flex: 1; } }

.search #main .archive-child-section.recent .articles-list,
.archive #main .archive-child-section.recent .articles-list,
.error404 #main .archive-child-section.recent .articles-list,
.search-results #main .archive-child-section.recent .articles-list,
.search-no-results #main .archive-child-section.recent .articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em 2em; }
  @media (max-width: 64em) {
    .search #main .archive-child-section.recent .articles-list,
    .archive #main .archive-child-section.recent .articles-list,
    .error404 #main .archive-child-section.recent .articles-list,
    .search-results #main .archive-child-section.recent .articles-list,
    .search-no-results #main .archive-child-section.recent .articles-list {
      grid-gap: 1em; }
      .search #main .archive-child-section.recent .articles-list .hentry,
      .archive #main .archive-child-section.recent .articles-list .hentry,
      .error404 #main .archive-child-section.recent .articles-list .hentry,
      .search-results #main .archive-child-section.recent .articles-list .hentry,
      .search-no-results #main .archive-child-section.recent .articles-list .hentry {
        display: block; }
        .search #main .archive-child-section.recent .articles-list .hentry .post-hero,
        .archive #main .archive-child-section.recent .articles-list .hentry .post-hero,
        .error404 #main .archive-child-section.recent .articles-list .hentry .post-hero,
        .search-results #main .archive-child-section.recent .articles-list .hentry .post-hero,
        .search-no-results #main .archive-child-section.recent .articles-list .hentry .post-hero {
          padding-left: 0;
          margin-bottom: 0.5em; }
        .search #main .archive-child-section.recent .articles-list .hentry .entry-title,
        .archive #main .archive-child-section.recent .articles-list .hentry .entry-title,
        .error404 #main .archive-child-section.recent .articles-list .hentry .entry-title,
        .search-results #main .archive-child-section.recent .articles-list .hentry .entry-title,
        .search-no-results #main .archive-child-section.recent .articles-list .hentry .entry-title {
          font-size: 20px;
          font-size: 1.25rem; }
        .search #main .archive-child-section.recent .articles-list .hentry .entry-summary,
        .archive #main .archive-child-section.recent .articles-list .hentry .entry-summary,
        .error404 #main .archive-child-section.recent .articles-list .hentry .entry-summary,
        .search-results #main .archive-child-section.recent .articles-list .hentry .entry-summary,
        .search-no-results #main .archive-child-section.recent .articles-list .hentry .entry-summary {
          font-size: 15px;
          font-size: 0.9375rem; } }
    @media (max-width: 64em) and (max-width: 48em) {
      .search #main .archive-child-section.recent .articles-list .hentry .entry-title,
      .archive #main .archive-child-section.recent .articles-list .hentry .entry-title,
      .error404 #main .archive-child-section.recent .articles-list .hentry .entry-title,
      .search-results #main .archive-child-section.recent .articles-list .hentry .entry-title,
      .search-no-results #main .archive-child-section.recent .articles-list .hentry .entry-title {
        font-size: 18px;
        font-size: 1.125rem; }
      .search #main .archive-child-section.recent .articles-list .hentry .entry-summary,
      .archive #main .archive-child-section.recent .articles-list .hentry .entry-summary,
      .error404 #main .archive-child-section.recent .articles-list .hentry .entry-summary,
      .search-results #main .archive-child-section.recent .articles-list .hentry .entry-summary,
      .search-no-results #main .archive-child-section.recent .articles-list .hentry .entry-summary {
        font-size: 14px;
        font-size: 0.875rem; } }

.post-type-archive-camp_guide_listings .page-header,
.tax-summer_camp_location .page-header,
.tax-summer_camp_category .page-header {
  padding-bottom: 1em; }
  @media (min-width: 48em) {
    .post-type-archive-camp_guide_listings .page-header,
    .tax-summer_camp_location .page-header,
    .tax-summer_camp_category .page-header {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-gap: 0 1em; } }
  .post-type-archive-camp_guide_listings .page-header h1,
  .tax-summer_camp_location .page-header h1,
  .tax-summer_camp_category .page-header h1 {
    color: #0053A5; }
  .post-type-archive-camp_guide_listings .page-header h2,
  .tax-summer_camp_location .page-header h2,
  .tax-summer_camp_category .page-header h2 {
    margin-bottom: 0.5rem; }
    @media (min-width: 48em) {
      .post-type-archive-camp_guide_listings .page-header h2,
      .tax-summer_camp_location .page-header h2,
      .tax-summer_camp_category .page-header h2 {
        margin-bottom: 0; } }
  .post-type-archive-camp_guide_listings .page-header .archive-intro-aside,
  .tax-summer_camp_location .page-header .archive-intro-aside,
  .tax-summer_camp_category .page-header .archive-intro-aside {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #E6EAEC;
    padding: 1em;
    grid-column: 2 / -1;
    grid-row: 1 / 3; }

.post-type-archive-camp_guide_listings .camp-guide-filters,
.tax-summer_camp_location .camp-guide-filters,
.tax-summer_camp_category .camp-guide-filters {
  padding-bottom: 1em;
  margin: 1em;
  border-bottom: 1px solid #adb0b1; }
  .post-type-archive-camp_guide_listings .camp-guide-filters .toggle-filters-button,
  .tax-summer_camp_location .camp-guide-filters .toggle-filters-button,
  .tax-summer_camp_category .camp-guide-filters .toggle-filters-button {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #B7E460; }
  .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter,
  .tax-summer_camp_location .camp-guide-filters .searchandfilter,
  .tax-summer_camp_category .camp-guide-filters .searchandfilter {
    display: none; }
    .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter.opened,
    .tax-summer_camp_location .camp-guide-filters .searchandfilter.opened,
    .tax-summer_camp_category .camp-guide-filters .searchandfilter.opened {
      display: block; }
    .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter h4,
    .tax-summer_camp_location .camp-guide-filters .searchandfilter h4,
    .tax-summer_camp_category .camp-guide-filters .searchandfilter h4 {
      margin: 0.75rem 0 0.25rem;
      border-bottom: 1px solid #7a7c7d; }
    .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter.toggled,
    .tax-summer_camp_location .camp-guide-filters .searchandfilter.toggled,
    .tax-summer_camp_category .camp-guide-filters .searchandfilter.toggled {
      display: block; }
    .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter ul,
    .tax-summer_camp_location .camp-guide-filters .searchandfilter ul,
    .tax-summer_camp_category .camp-guide-filters .searchandfilter ul {
      width: 100%;
      margin: 0; }
      @media (min-width: 48em) {
        .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter ul,
        .tax-summer_camp_location .camp-guide-filters .searchandfilter ul,
        .tax-summer_camp_category .camp-guide-filters .searchandfilter ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 0 2em; } }
      .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter ul li,
      .tax-summer_camp_location .camp-guide-filters .searchandfilter ul li,
      .tax-summer_camp_category .camp-guide-filters .searchandfilter ul li {
        display: block;
        padding: 0; }
      .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter ul ul,
      .tax-summer_camp_location .camp-guide-filters .searchandfilter ul ul,
      .tax-summer_camp_category .camp-guide-filters .searchandfilter ul ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 0.125rem; }
        .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter ul ul li,
        .tax-summer_camp_location .camp-guide-filters .searchandfilter ul ul li,
        .tax-summer_camp_category .camp-guide-filters .searchandfilter ul ul li {
          font-size: 15px;
          font-size: 0.9375rem; }
    .post-type-archive-camp_guide_listings .camp-guide-filters .searchandfilter input[type="submit"],
    .tax-summer_camp_location .camp-guide-filters .searchandfilter input[type="submit"],
    .tax-summer_camp_category .camp-guide-filters .searchandfilter input[type="submit"] {
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      background-color: #689F00;
      margin-top: 0.75rem;
      padding: 0.375rem 0.5rem; }

.post-type-archive-camp_guide_listings .camp-listings,
.tax-summer_camp_location .camp-listings,
.tax-summer_camp_category .camp-listings {
  margin: 1em; }
  @media (min-width: 48em) {
    .post-type-archive-camp_guide_listings .camp-listings,
    .tax-summer_camp_location .camp-listings,
    .tax-summer_camp_category .camp-listings {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1em; }
      .post-type-archive-camp_guide_listings .camp-listings .premium,
      .post-type-archive-camp_guide_listings .camp-listings .featured,
      .tax-summer_camp_location .camp-listings .premium,
      .tax-summer_camp_location .camp-listings .featured,
      .tax-summer_camp_category .camp-listings .premium,
      .tax-summer_camp_category .camp-listings .featured {
        grid-column: auto / span 2; } }
  @media (min-width: 64em) {
    .post-type-archive-camp_guide_listings .camp-listings,
    .tax-summer_camp_location .camp-listings,
    .tax-summer_camp_category .camp-listings {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 2em; }
      .post-type-archive-camp_guide_listings .camp-listings .premium,
      .post-type-archive-camp_guide_listings .camp-listings .featured,
      .tax-summer_camp_location .camp-listings .premium,
      .tax-summer_camp_location .camp-listings .featured,
      .tax-summer_camp_category .camp-listings .premium,
      .tax-summer_camp_category .camp-listings .featured {
        grid-column: auto / span 3; }
      .post-type-archive-camp_guide_listings .camp-listings .standard,
      .tax-summer_camp_location .camp-listings .standard,
      .tax-summer_camp_category .camp-listings .standard {
        grid-column: auto / span 2; } }

.post-type-archive-camp_guide_listings .card,
.tax-summer_camp_location .card,
.tax-summer_camp_category .card {
  margin-bottom: 2em; }
  @media (min-width: 48em) {
    .post-type-archive-camp_guide_listings .card,
    .tax-summer_camp_location .card,
    .tax-summer_camp_category .card {
      margin-bottom: 0; } }
  .post-type-archive-camp_guide_listings .card .camp-info,
  .tax-summer_camp_location .card .camp-info,
  .tax-summer_camp_category .card .camp-info {
    height: 160px;
    overflow: hidden; }
  .post-type-archive-camp_guide_listings .card.opened,
  .tax-summer_camp_location .card.opened,
  .tax-summer_camp_category .card.opened {
    grid-row: auto / span 2; }
    .post-type-archive-camp_guide_listings .card.opened .camp-info,
    .tax-summer_camp_location .card.opened .camp-info,
    .tax-summer_camp_category .card.opened .camp-info {
      height: auto;
      overflow: auto; }

.post-type-archive-camp_guide_listings .camp-info,
.tax-summer_camp_location .camp-info,
.tax-summer_camp_category .camp-info {
  font-size: 15px;
  font-size: 0.9375rem; }

.post-type-archive-camp_guide_listings .premium,
.tax-summer_camp_location .premium,
.tax-summer_camp_category .premium {
  border: 3px solid #FFD900; }

.post-type-archive-camp_guide_listings .featured .camp-name,
.tax-summer_camp_location .featured .camp-name,
.tax-summer_camp_category .featured .camp-name {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .post-type-archive-camp_guide_listings .featured .camp-name,
    .tax-summer_camp_location .featured .camp-name,
    .tax-summer_camp_category .featured .camp-name {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 0.5rem 1rem; } }

.post-type-archive-camp_guide_listings .camp-name,
.tax-summer_camp_location .camp-name,
.tax-summer_camp_category .camp-name {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .post-type-archive-camp_guide_listings .camp-name,
    .tax-summer_camp_location .camp-name,
    .tax-summer_camp_category .camp-name {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 0.5rem 1rem; } }

.post-type-archive-camp_guide_listings .standard .camp-header,
.tax-summer_camp_location .standard .camp-header,
.tax-summer_camp_category .standard .camp-header {
  margin-bottom: 1rem;
  overflow: auto; }

.post-type-archive-camp_guide_listings .standard .banner-image,
.tax-summer_camp_location .standard .banner-image,
.tax-summer_camp_category .standard .banner-image {
  float: left;
  width: 33%; }
  @media (min-width: 48em) {
    .post-type-archive-camp_guide_listings .standard .banner-image,
    .tax-summer_camp_location .standard .banner-image,
    .tax-summer_camp_category .standard .banner-image {
      width: 50%; } }

.post-type-archive-camp_guide_listings .standard .camp-name,
.tax-summer_camp_location .standard .camp-name,
.tax-summer_camp_category .standard .camp-name {
  width: 50%;
  float: left;
  clear: none;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .post-type-archive-camp_guide_listings .standard .camp-name,
    .tax-summer_camp_location .standard .camp-name,
    .tax-summer_camp_category .standard .camp-name {
      font-size: 24px;
      font-size: 1.5rem;
      padding: 0.5rem 1rem; } }

.post-type-archive-camp_guide_listings .featured + .standard,
.tax-summer_camp_location .featured + .standard,
.tax-summer_camp_category .featured + .standard {
  grid-column-start: 1; }

.post-type-archive-camp_guide_listings .details-table td,
.tax-summer_camp_location .details-table td,
.tax-summer_camp_category .details-table td {
  vertical-align: top;
  padding: 0.125rem 0; }
  .post-type-archive-camp_guide_listings .details-table td:first-child,
  .tax-summer_camp_location .details-table td:first-child,
  .tax-summer_camp_category .details-table td:first-child {
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 1rem;
    white-space: nowrap;
    width: 100px; }

.post-type-archive-camp_guide_listings .details-list,
.tax-summer_camp_location .details-list,
.tax-summer_camp_category .details-list {
  margin: 0;
  list-style: none;
  overflow: auto; }
  .post-type-archive-camp_guide_listings .details-list li,
  .tax-summer_camp_location .details-list li,
  .tax-summer_camp_category .details-list li {
    float: left; }
    .post-type-archive-camp_guide_listings .details-list li a,
    .tax-summer_camp_location .details-list li a,
    .tax-summer_camp_category .details-list li a {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'Source Sans Pro', sans-serif;
      background-color: #B7E460;
      display: block;
      padding: 0 0.375rem 0.125rem;
      margin: 0.25rem 0.5rem 0.25rem 0;
      border-radius: 0.25rem; }

.post-type-archive-camp_guide_listings .reg-open,
.post-type-archive-camp_guide_listings .reg-open a,
.tax-summer_camp_location .reg-open,
.tax-summer_camp_location .reg-open a,
.tax-summer_camp_category .reg-open,
.tax-summer_camp_category .reg-open a {
  font-weight: 600;
  color: #BD3100; }

.post-type-archive-camp_guide_listings .camp-format-list,
.tax-summer_camp_location .camp-format-list,
.tax-summer_camp_category .camp-format-list {
  list-style: none;
  margin: 0; }
  .post-type-archive-camp_guide_listings .camp-format-list li,
  .tax-summer_camp_location .camp-format-list li,
  .tax-summer_camp_category .camp-format-list li {
    display: inline; }
    .post-type-archive-camp_guide_listings .camp-format-list li::after,
    .tax-summer_camp_location .camp-format-list li::after,
    .tax-summer_camp_category .camp-format-list li::after {
      content: ", "; }
    .post-type-archive-camp_guide_listings .camp-format-list li:last-child::after,
    .tax-summer_camp_location .camp-format-list li:last-child::after,
    .tax-summer_camp_category .camp-format-list li:last-child::after {
      content: ""; }

.post-type-archive-camp_guide_listings .read-more-section,
.tax-summer_camp_location .read-more-section,
.tax-summer_camp_category .read-more-section {
  margin-top: 1rem; }
  .post-type-archive-camp_guide_listings .read-more-section .read-more-link,
  .tax-summer_camp_location .read-more-section .read-more-link,
  .tax-summer_camp_category .read-more-section .read-more-link {
    color: #fff;
    display: inline-block;
    padding: 0.25rem 0.375rem;
    background-color: #0053A5; }

.tax-summer_camp_location .camp-guide-filters .searchandfilter,
.tax-summer_camp_category .camp-guide-filters .searchandfilter {
  display: block; }
  .tax-summer_camp_location .camp-guide-filters .searchandfilter.toggled,
  .tax-summer_camp_category .camp-guide-filters .searchandfilter.toggled {
    display: none; }

.post-type-archive-school_listing .page-header,
.tax-school_location .page-header,
.tax-school_type .page-header,
.tax-school_grade .page-header {
  padding-bottom: 1em; }
  @media (min-width: 48em) {
    .post-type-archive-school_listing .page-header,
    .tax-school_location .page-header,
    .tax-school_type .page-header,
    .tax-school_grade .page-header {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-gap: 1em; } }
  .post-type-archive-school_listing .page-header h1,
  .tax-school_location .page-header h1,
  .tax-school_type .page-header h1,
  .tax-school_grade .page-header h1 {
    color: #0053A5; }
  .post-type-archive-school_listing .page-header h2,
  .tax-school_location .page-header h2,
  .tax-school_type .page-header h2,
  .tax-school_grade .page-header h2 {
    margin-bottom: 0.5rem; }
    @media (min-width: 48em) {
      .post-type-archive-school_listing .page-header h2,
      .tax-school_location .page-header h2,
      .tax-school_type .page-header h2,
      .tax-school_grade .page-header h2 {
        margin-bottom: 0; } }
  .post-type-archive-school_listing .page-header p:last-of-type,
  .tax-school_location .page-header p:last-of-type,
  .tax-school_type .page-header p:last-of-type,
  .tax-school_grade .page-header p:last-of-type {
    margin-bottom: 0; }
  .post-type-archive-school_listing .page-header .page-description,
  .tax-school_location .page-header .page-description,
  .tax-school_type .page-header .page-description,
  .tax-school_grade .page-header .page-description {
    font-size: 18px;
    font-size: 1.125rem; }
  .post-type-archive-school_listing .page-header .archive-intro-aside,
  .tax-school_location .page-header .archive-intro-aside,
  .tax-school_type .page-header .archive-intro-aside,
  .tax-school_grade .page-header .archive-intro-aside {
    background-color: #E6EAEC;
    border: 1px solid #7a7c7d;
    padding: 1em;
    grid-column: 2 / -1;
    grid-row: 1 / 3; }

.post-type-archive-school_listing .school-guide-filters,
.tax-school_location .school-guide-filters,
.tax-school_type .school-guide-filters,
.tax-school_grade .school-guide-filters {
  padding-bottom: 1em;
  margin: 1em;
  border-bottom: 1px solid #adb0b1; }
  .post-type-archive-school_listing .school-guide-filters .toggle-filters-button,
  .tax-school_location .school-guide-filters .toggle-filters-button,
  .tax-school_type .school-guide-filters .toggle-filters-button,
  .tax-school_grade .school-guide-filters .toggle-filters-button {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #E6EAEC; }
  .post-type-archive-school_listing .school-guide-filters .searchandfilter h4,
  .tax-school_location .school-guide-filters .searchandfilter h4,
  .tax-school_type .school-guide-filters .searchandfilter h4,
  .tax-school_grade .school-guide-filters .searchandfilter h4 {
    margin: 0.75rem 0 0.25rem;
    border-bottom: 1px solid #7a7c7d; }
  .post-type-archive-school_listing .school-guide-filters .searchandfilter ul,
  .tax-school_location .school-guide-filters .searchandfilter ul,
  .tax-school_type .school-guide-filters .searchandfilter ul,
  .tax-school_grade .school-guide-filters .searchandfilter ul {
    width: 100%;
    margin: 0; }
    @media (min-width: 48em) {
      .post-type-archive-school_listing .school-guide-filters .searchandfilter ul,
      .tax-school_location .school-guide-filters .searchandfilter ul,
      .tax-school_type .school-guide-filters .searchandfilter ul,
      .tax-school_grade .school-guide-filters .searchandfilter ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(281px, 1fr));
        grid-gap: 0 2em; } }
    .post-type-archive-school_listing .school-guide-filters .searchandfilter ul li,
    .tax-school_location .school-guide-filters .searchandfilter ul li,
    .tax-school_type .school-guide-filters .searchandfilter ul li,
    .tax-school_grade .school-guide-filters .searchandfilter ul li {
      display: block;
      padding: 0; }
      .post-type-archive-school_listing .school-guide-filters .searchandfilter ul li:last-child,
      .tax-school_location .school-guide-filters .searchandfilter ul li:last-child,
      .tax-school_type .school-guide-filters .searchandfilter ul li:last-child,
      .tax-school_grade .school-guide-filters .searchandfilter ul li:last-child {
        grid-column: 1 / -1; }
    .post-type-archive-school_listing .school-guide-filters .searchandfilter ul ul,
    .tax-school_location .school-guide-filters .searchandfilter ul ul,
    .tax-school_type .school-guide-filters .searchandfilter ul ul,
    .tax-school_grade .school-guide-filters .searchandfilter ul ul {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      grid-gap: 0.125rem; }
      .post-type-archive-school_listing .school-guide-filters .searchandfilter ul ul li,
      .tax-school_location .school-guide-filters .searchandfilter ul ul li,
      .tax-school_type .school-guide-filters .searchandfilter ul ul li,
      .tax-school_grade .school-guide-filters .searchandfilter ul ul li {
        font-size: 15px;
        font-size: 0.9375rem; }
  .post-type-archive-school_listing .school-guide-filters .searchandfilter input[type="submit"],
  .tax-school_location .school-guide-filters .searchandfilter input[type="submit"],
  .tax-school_type .school-guide-filters .searchandfilter input[type="submit"],
  .tax-school_grade .school-guide-filters .searchandfilter input[type="submit"] {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #393a3b;
    text-transform: uppercase;
    background-color: #FFD900;
    margin-top: 0.75rem;
    padding: 0.375rem 0.5rem; }

.post-type-archive-school_listing .school-listings,
.tax-school_location .school-listings,
.tax-school_type .school-listings,
.tax-school_grade .school-listings {
  margin: 1em; }
  @media (min-width: 40em) {
    .post-type-archive-school_listing .school-listings,
    .tax-school_location .school-listings,
    .tax-school_type .school-listings,
    .tax-school_grade .school-listings {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1em; }
      .post-type-archive-school_listing .school-listings .premium,
      .post-type-archive-school_listing .school-listings .featured,
      .tax-school_location .school-listings .premium,
      .tax-school_location .school-listings .featured,
      .tax-school_type .school-listings .premium,
      .tax-school_type .school-listings .featured,
      .tax-school_grade .school-listings .premium,
      .tax-school_grade .school-listings .featured {
        grid-column: auto / span 2; } }
  @media (min-width: 48em) {
    .post-type-archive-school_listing .school-listings,
    .tax-school_location .school-listings,
    .tax-school_type .school-listings,
    .tax-school_grade .school-listings {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 2em; }
      .post-type-archive-school_listing .school-listings .premium,
      .post-type-archive-school_listing .school-listings .featured,
      .tax-school_location .school-listings .premium,
      .tax-school_location .school-listings .featured,
      .tax-school_type .school-listings .premium,
      .tax-school_type .school-listings .featured,
      .tax-school_grade .school-listings .premium,
      .tax-school_grade .school-listings .featured {
        grid-column: auto / span 3; }
      .post-type-archive-school_listing .school-listings .standard,
      .tax-school_location .school-listings .standard,
      .tax-school_type .school-listings .standard,
      .tax-school_grade .school-listings .standard {
        grid-column: auto / span 2; } }

.post-type-archive-school_listing .card,
.tax-school_location .card,
.tax-school_type .card,
.tax-school_grade .card {
  margin-bottom: 2em; }
  @media (min-width: 48em) {
    .post-type-archive-school_listing .card,
    .tax-school_location .card,
    .tax-school_type .card,
    .tax-school_grade .card {
      margin-bottom: 0; } }
  .post-type-archive-school_listing .card .school-info,
  .tax-school_location .card .school-info,
  .tax-school_type .card .school-info,
  .tax-school_grade .card .school-info {
    height: 100px;
    overflow: hidden; }
  .post-type-archive-school_listing .card.opened,
  .tax-school_location .card.opened,
  .tax-school_type .card.opened,
  .tax-school_grade .card.opened {
    grid-row: auto / span 2; }
    .post-type-archive-school_listing .card.opened .school-info,
    .tax-school_location .card.opened .school-info,
    .tax-school_type .card.opened .school-info,
    .tax-school_grade .card.opened .school-info {
      height: auto;
      overflow: auto; }
    .post-type-archive-school_listing .card.opened .toggle-area,
    .tax-school_location .card.opened .toggle-area,
    .tax-school_type .card.opened .toggle-area,
    .tax-school_grade .card.opened .toggle-area {
      width: auto;
      right: 0;
      left: unset; }
  .post-type-archive-school_listing .card .toggle-area .toggle-button,
  .tax-school_location .card .toggle-area .toggle-button,
  .tax-school_type .card .toggle-area .toggle-button,
  .tax-school_grade .card .toggle-area .toggle-button {
    background: #FFF19F; }

.post-type-archive-school_listing .school-name,
.tax-school_location .school-name,
.tax-school_type .school-name,
.tax-school_grade .school-name {
  color: #0053A5; }

.post-type-archive-school_listing .premium,
.tax-school_location .premium,
.tax-school_type .premium,
.tax-school_grade .premium {
  border: 4px solid #FFD900; }

.post-type-archive-school_listing .premium .school-name,
.post-type-archive-school_listing .featured .school-name,
.tax-school_location .premium .school-name,
.tax-school_location .featured .school-name,
.tax-school_type .premium .school-name,
.tax-school_type .featured .school-name,
.tax-school_grade .premium .school-name,
.tax-school_grade .featured .school-name {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .post-type-archive-school_listing .premium .school-name,
    .post-type-archive-school_listing .featured .school-name,
    .tax-school_location .premium .school-name,
    .tax-school_location .featured .school-name,
    .tax-school_type .premium .school-name,
    .tax-school_type .featured .school-name,
    .tax-school_grade .premium .school-name,
    .tax-school_grade .featured .school-name {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 1rem 1rem 0.5em; } }

.post-type-archive-school_listing .standard .school-header,
.tax-school_location .standard .school-header,
.tax-school_type .standard .school-header,
.tax-school_grade .standard .school-header {
  margin-bottom: 1rem;
  overflow: auto; }

.post-type-archive-school_listing .standard .banner-image,
.tax-school_location .standard .banner-image,
.tax-school_type .standard .banner-image,
.tax-school_grade .standard .banner-image {
  float: left;
  width: 33%; }
  @media (min-width: 48em) {
    .post-type-archive-school_listing .standard .banner-image,
    .tax-school_location .standard .banner-image,
    .tax-school_type .standard .banner-image,
    .tax-school_grade .standard .banner-image {
      width: 50%; } }

.post-type-archive-school_listing .standard .school-name,
.tax-school_location .standard .school-name,
.tax-school_type .standard .school-name,
.tax-school_grade .standard .school-name {
  width: 50%;
  float: left;
  clear: none;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .post-type-archive-school_listing .standard .school-name,
    .tax-school_location .standard .school-name,
    .tax-school_type .standard .school-name,
    .tax-school_grade .standard .school-name {
      font-size: 24px;
      font-size: 1.5rem;
      padding: 0.5rem 1rem; } }

.post-type-archive-school_listing .premium + .featured,
.post-type-archive-school_listing .featured + .standard,
.tax-school_location .premium + .featured,
.tax-school_location .featured + .standard,
.tax-school_type .premium + .featured,
.tax-school_type .featured + .standard,
.tax-school_grade .premium + .featured,
.tax-school_grade .featured + .standard {
  grid-column-start: 1; }

.post-type-archive-school_listing .details-table td,
.tax-school_location .details-table td,
.tax-school_type .details-table td,
.tax-school_grade .details-table td {
  vertical-align: top;
  padding: 0.125rem 0; }
  .post-type-archive-school_listing .details-table td:first-child,
  .tax-school_location .details-table td:first-child,
  .tax-school_type .details-table td:first-child,
  .tax-school_grade .details-table td:first-child {
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 1rem;
    white-space: nowrap;
    width: 100px; }

.post-type-archive-school_listing .details-table .address-table,
.tax-school_location .details-table .address-table,
.tax-school_type .details-table .address-table,
.tax-school_grade .details-table .address-table {
  margin-bottom: 0; }
  .post-type-archive-school_listing .details-table .address-table tr:first-child td,
  .tax-school_location .details-table .address-table tr:first-child td,
  .tax-school_type .details-table .address-table tr:first-child td,
  .tax-school_grade .details-table .address-table tr:first-child td {
    padding-top: 0; }
  .post-type-archive-school_listing .details-table .address-table tr:last-child,
  .tax-school_location .details-table .address-table tr:last-child,
  .tax-school_type .details-table .address-table tr:last-child,
  .tax-school_grade .details-table .address-table tr:last-child {
    border-bottom: none; }
    .post-type-archive-school_listing .details-table .address-table tr:last-child td,
    .tax-school_location .details-table .address-table tr:last-child td,
    .tax-school_type .details-table .address-table tr:last-child td,
    .tax-school_grade .details-table .address-table tr:last-child td {
      padding-bottom: 0; }
  .post-type-archive-school_listing .details-table .address-table td:first-child,
  .tax-school_location .details-table .address-table td:first-child,
  .tax-school_type .details-table .address-table td:first-child,
  .tax-school_grade .details-table .address-table td:first-child {
    padding-right: 0.5rem; }
  .post-type-archive-school_listing .details-table .address-table td:last-child,
  .tax-school_location .details-table .address-table td:last-child,
  .tax-school_type .details-table .address-table td:last-child,
  .tax-school_grade .details-table .address-table td:last-child {
    width: 100%; }

.post-type-archive-school_listing .school-list,
.tax-school_location .school-list,
.tax-school_type .school-list,
.tax-school_grade .school-list {
  margin: 2em 1em 1em;
  border-top: 1px solid #adb0b1;
  padding-top: 1em; }
  .post-type-archive-school_listing .school-list .school-list-header h1,
  .tax-school_location .school-list .school-list-header h1,
  .tax-school_type .school-list .school-list-header h1,
  .tax-school_grade .school-list .school-list-header h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 0.25em; }
  .post-type-archive-school_listing .school-list ul,
  .tax-school_location .school-list ul,
  .tax-school_type .school-list ul,
  .tax-school_grade .school-list ul {
    columns: 3; }

.tax-school_location .school-guide-filters .searchandfilter,
.tax-school_type .school-guide-filters .searchandfilter,
.tax-school_grade .school-guide-filters .searchandfilter {
  display: block; }
  .tax-school_location .school-guide-filters .searchandfilter.toggled,
  .tax-school_type .school-guide-filters .searchandfilter.toggled,
  .tax-school_grade .school-guide-filters .searchandfilter.toggled {
    display: none; }

#archive-children {
  display: grid;
  grid-gap: 2em; }
  @media screen and (min-width: 48em) {
    #archive-children {
      grid-template-columns: 1fr 1fr; } }
  #archive-children .archive-child-section .section-content {
    display: grid;
    grid-gap: 1em; }
    @media screen and (min-width: 64em) {
      #archive-children .archive-child-section .section-content {
        grid-gap: 1em 2em; } }
  #archive-children .archive-child-section .child-reviewed-panel,
  #archive-children .archive-child-section .child-tag-section {
    background-color: #efefef;
    padding: 1em;
    display: block; }
  #archive-children .recently-reviewed-title {
    font-size: 18px;
    font-size: 1.125rem; }
  #archive-children .recently-reviewed-list {
    margin-bottom: 0; }
    #archive-children .recently-reviewed-list li {
      margin-bottom: 0.25em; }
    #archive-children .recently-reviewed-list .arts-name {
      font-size: 15px;
      font-size: 0.9375rem; }
    #archive-children .recently-reviewed-list .arts-locations {
      color: #7a7c7d;
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block; }
      #archive-children .recently-reviewed-list .arts-locations a {
        color: #393a3b; }
        #archive-children .recently-reviewed-list .arts-locations a:hover {
          color: #3F9EEA; }
  #archive-children .archive-child-section .hentry .entry-summary {
    display: none; }
  #archive-children .archive-child-section.display-excerpt .hentry .entry-summary {
    display: block; }
  #archive-children .archive-child-section .tag-description {
    font-family: "Source Sans Pro", sans-serif; }
  #archive-children .archive-child-section.width-full {
    grid-column: span 1; }
    @media screen and (min-width: 48em) {
      #archive-children .archive-child-section.width-full {
        grid-column: span 2; } }
    @media screen and (max-width: 30em) {
      #archive-children .archive-child-section.width-full .section-content .hentry:nth-of-type(n+2) {
        border-top: 1px solid #adb0b1;
        padding-top: 0.5em; }
        #archive-children .archive-child-section.width-full .section-content .hentry:nth-of-type(n+2) .post-hero {
          display: none; } }
    #archive-children .archive-child-section.width-full .tag-description.font-small {
      font-size: 16px;
      font-size: 1rem; }
    #archive-children .archive-child-section.width-full .tag-description.font-large {
      font-size: 20px;
      font-size: 1.25rem; }
    @media screen and (min-width: 30em) {
      #archive-children .archive-child-section.width-full .post-grid-2 {
        grid-template-columns: repeat(2, 1fr); } }
    #archive-children .archive-child-section.width-full .post-grid-2.reviewed-panel {
      grid-template-columns: repeat(3, 1fr); }
    @media screen and (min-width: 30em) {
      #archive-children .archive-child-section.width-full .post-grid-3 .hentry {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 1em; } }
    @media screen and (min-width: 40em) {
      #archive-children .archive-child-section.width-full .post-grid-3 {
        grid-template-columns: repeat(3, 1fr); }
        #archive-children .archive-child-section.width-full .post-grid-3 .hentry {
          display: block; } }
    #archive-children .archive-child-section.width-full .post-grid-3.reviewed-panel {
      grid-template-columns: repeat(4, 1fr); }
      #archive-children .archive-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type {
        grid-column: span 2;
        grid-row: span 2; }
        #archive-children .archive-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-title {
          font-size: 22px;
          font-size: 1.375rem; }
        #archive-children .archive-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-summary {
          display: block;
          font-size: 18px;
          font-size: 1.125rem; }
      #archive-children .archive-child-section.width-full .post-grid-3.reviewed-panel .child-reviewed-panel {
        grid-column: span 2; }
    @media screen and (min-width: 30em) {
      #archive-children .archive-child-section.width-full .post-grid-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 48em) {
      #archive-children .archive-child-section.width-full .post-grid-4 {
        grid-template-columns: repeat(4, 1fr); } }
    #archive-children .archive-child-section.width-full .post-grid-4 > * {
      grid-column: span 1; }
    @media screen and (min-width: 30em) {
      #archive-children .archive-child-section.width-full .post-grid-5 {
        grid-template-columns: repeat(2, 1fr); }
        #archive-children .archive-child-section.width-full .post-grid-5 .tag-description {
          grid-column: 1 / -1; } }
    @media screen and (min-width: 64em) {
      #archive-children .archive-child-section.width-full .post-grid-5 {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 1em; }
        #archive-children .archive-child-section.width-full .post-grid-5 .tag-description {
          grid-column: 1; }
        #archive-children .archive-child-section.width-full .post-grid-5 .entry-title {
          font-size: 16px;
          font-size: 1rem; } }
    #archive-children .archive-child-section.width-full .post-grid-5 > * {
      grid-column: span 1; }
    #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel {
      grid-template-columns: repeat(7, 1fr); }
      #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel > * {
        grid-column: span 2; }
        #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel > * .entry-title {
          display: block;
          font-size: 17px;
          font-size: 1.0625rem; }
      #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type {
        grid-column: span 3;
        grid-row: span 2; }
        #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-title {
          font-size: 22px;
          font-size: 1.375rem; }
        #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-summary {
          display: block;
          font-size: 18px;
          font-size: 1.125rem; }
      #archive-children .archive-child-section.width-full .post-grid-4.reviewed-panel .child-reviewed-panel {
        grid-column: span 2; }
    #archive-children .archive-child-section.width-full .post-grid-5.reviewed-panel {
      grid-template-columns: repeat(3, 1fr); }
      #archive-children .archive-child-section.width-full .post-grid-5.reviewed-panel > * .entry-title {
        display: block;
        font-size: 17px;
        font-size: 1.0625rem; }
  #archive-children .archive-child-section.width-half .section-content {
    grid-gap: 1em; }
    @media screen and (min-width: 30em) {
      #archive-children .archive-child-section.width-half .section-content {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em; } }
    @media screen and (min-width: 64em) {
      #archive-children .archive-child-section.width-half .section-content {
        grid-gap: 1em 2em; } }
  #archive-children .archive-child-section.width-half .post-grid-3 .hentry,
  #archive-children .archive-child-section.width-half .post-grid-4 .hentry,
  #archive-children .archive-child-section.width-half .post-grid-5 .hentry {
    padding-top: 0.5em;
    border-top: 1px solid #adb0b1; }
    #archive-children .archive-child-section.width-half .post-grid-3 .hentry .post-hero,
    #archive-children .archive-child-section.width-half .post-grid-4 .hentry .post-hero,
    #archive-children .archive-child-section.width-half .post-grid-5 .hentry .post-hero {
      display: none; }
  #archive-children .archive-child-section.width-half .post-grid-3 .hentry:first-of-type,
  #archive-children .archive-child-section.width-half .post-grid-4 .hentry:first-of-type,
  #archive-children .archive-child-section.width-half .post-grid-5 .hentry:first-of-type {
    padding-top: 0;
    border-top: none; }
    #archive-children .archive-child-section.width-half .post-grid-3 .hentry:first-of-type .post-hero,
    #archive-children .archive-child-section.width-half .post-grid-4 .hentry:first-of-type .post-hero,
    #archive-children .archive-child-section.width-half .post-grid-5 .hentry:first-of-type .post-hero {
      display: block; }
  #archive-children .archive-child-section.width-half .post-grid-3 .hentry:first-of-type {
    grid-row: span 2; }
  #archive-children .archive-child-section.width-half .post-grid-4 .hentry:first-of-type {
    grid-row: span 3; }
  #archive-children .archive-child-section.width-half .post-grid-5 .hentry:first-of-type {
    grid-row: span 4; }
  @media screen and (min-width: 30em) {
    #archive-children .archive-child-section.width-half.has-description .tag-description {
      grid-column: 2;
      grid-row: 1; }
    #archive-children .archive-child-section.width-half.has-description .hentry:first-of-type {
      grid-column: 1; }
    #archive-children .archive-child-section.width-half.has-description .post-grid-2 {
      grid-template-rows: auto 1fr; }
      #archive-children .archive-child-section.width-half.has-description .post-grid-2 .hentry:first-of-type {
        grid-row: 1 / span 2; }
    #archive-children .archive-child-section.width-half.has-description .post-grid-3 {
      grid-template-rows: auto 1fr; }
      #archive-children .archive-child-section.width-half.has-description .post-grid-3 .hentry:first-of-type {
        grid-row: 1 / span 3; }
    #archive-children .archive-child-section.width-half.has-description .post-grid-4 {
      grid-template-rows: auto 1fr; }
      #archive-children .archive-child-section.width-half.has-description .post-grid-4 .hentry:first-of-type {
        grid-row: 1; }
    #archive-children .archive-child-section.width-half.has-description .post-grid-5 {
      grid-template-rows: auto 1fr 1fr 1fr; }
      #archive-children .archive-child-section.width-half.has-description .post-grid-5 .hentry:first-of-type {
        grid-row: 1 / span 5; } }
  #archive-children .archive-child-section.background {
    padding: 0.25em 1em 1em; }
    #archive-children .archive-child-section.background .section-header {
      padding-top: 0.25em; }
      #archive-children .archive-child-section.background .section-header a h2 {
        color: #393a3b; }
  #archive-children .archive-child-section.color-none {
    padding: 0; }
    #archive-children .archive-child-section.color-none .section-header a h2 {
      color: #0053A5; }
    #archive-children .archive-child-section.color-none .tag-description {
      background-color: #E6EAEC;
      padding: 0.5rem 0.75rem; }
  #archive-children .archive-child-section.color-gray {
    background-color: #E6EAEC;
    border-color: #393a3b; }
  #archive-children .archive-child-section.color-red {
    background-color: #FBF2F3;
    border-color: #C1272D; }
  #archive-children .archive-child-section.color-teal {
    background-color: #E5F8F8;
    border-color: #04BFBF; }
  #archive-children .archive-child-section.color-yellow {
    background-color: #fffadf;
    border-color: #ffd900; }

#archive-children .archive-child-section.background,
#archive-tag-groups .archive-child-section.background {
  padding: 0.25em 1em 1em; }
  #archive-children .archive-child-section.background .section-header,
  #archive-tag-groups .archive-child-section.background .section-header {
    padding-top: 0.25em; }
    #archive-children .archive-child-section.background .section-header a .section-title,
    #archive-tag-groups .archive-child-section.background .section-header a .section-title {
      color: #393a3b; }

#archive-children .archive-child-section.color-none,
#archive-tag-groups .archive-child-section.color-none {
  padding: 0; }
  #archive-children .archive-child-section.color-none .section-header a .section-title,
  #archive-tag-groups .archive-child-section.color-none .section-header a .section-title {
    color: #0053A5; }
  #archive-children .archive-child-section.color-none .tag-description,
  #archive-tag-groups .archive-child-section.color-none .tag-description {
    background-color: #E6EAEC;
    padding: 0.5rem 0.75rem; }

#archive-children .archive-child-section.color-gray,
#archive-tag-groups .archive-child-section.color-gray {
  background-color: #E6EAEC;
  border-color: #393a3b; }

#archive-children .archive-child-section.color-red,
#archive-tag-groups .archive-child-section.color-red {
  background-color: #FBF2F3;
  border-color: #C1272D; }

#archive-children .archive-child-section.color-teal,
#archive-tag-groups .archive-child-section.color-teal {
  background-color: #E5F8F8;
  border-color: #04BFBF; }

#archive-children .archive-child-section.color-yellow,
#archive-tag-groups .archive-child-section.color-yellow {
  background-color: #fffadf;
  border-color: #ffd900; }

/*
 *
 *
 */
#archive-tag-groups {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em; }
  #archive-tag-groups .tag-group-header {
    margin-bottom: 1em;
    padding: 0.5em 0 0.375em;
    border-top: 3px solid #393a3b;
    border-bottom: 1px dotted #393a3b; }
  #archive-tag-groups .tag-group-header-title {
    margin: 0; }
  #archive-tag-groups .tags-in-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 2em; }
  #archive-tag-groups .section-header .section-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem; }
  #archive-tag-groups .section-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em; }
  #archive-tag-groups .hentry {
    border-bottom: 1px solid #adb0b1;
    padding-bottom: 0.5rem; }
    #archive-tag-groups .hentry .entry-header .entry-title {
      font-size: 16px;
      font-size: 1rem; }
  #archive-tag-groups a .more-arrow {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.25rem;
    padding: 0 0.375rem;
    margin-left: 0.5rem;
    background-color: #7a7c7d;
    border: 1px solid #7a7c7d;
    border-radius: 1em;
    display: inline-block;
    vertical-align: bottom;
    transition: background 0.3s ease; }
    #archive-tag-groups a .more-arrow.float-right {
      float: right; }
    #archive-tag-groups a .more-arrow::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f0a9";
      padding-left: 0.25rem; }
  #archive-tag-groups a:hover .more-arrow {
    color: #7a7c7d;
    background-color: #fff; }

.page-id-189599 .page-header {
  border-bottom: 2px solid #393a3b; }

.page-id-189599 .events-posts {
  padding: 1em;
  margin-bottom: 2rem; }
  .page-id-189599 .events-posts .hentry {
    margin-bottom: 0; }
  .page-id-189599 .events-posts .section-title {
    margin-bottom: 1rem;
    border-bottom: 2px solid #393a3b; }
  .page-id-189599 .events-posts .event-category {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    background-color: #EBEBEB;
    padding: 0.125rem 0.375rem;
    margin-top: 0.25rem;
    display: block; }
  .page-id-189599 .events-posts ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 2rem; }
    @media (min-width: 40em) {
      .page-id-189599 .events-posts ul {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem 2rem; } }
  .page-id-189599 .events-posts li:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2; }
    .page-id-189599 .events-posts li:first-child .entry-title {
      font-size: 24px;
      font-size: 1.5rem;
      margin-top: 0.5rem;
      margin-bottom: 0.25rem; }
    .page-id-189599 .events-posts li:first-child .entry-summary {
      font-size: 16px;
      font-size: 1rem; }
  .page-id-189599 .events-posts li:nth-child(n+2) .entry-title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0.5rem 0 0; }
  .page-id-189599 .events-posts li:nth-child(n+2) .entry-summary {
    display: none; }
  .page-id-189599 .events-posts .post-thumbnail img {
    width: 100%; }
  .page-id-189599 .events-posts .entry-header {
    border-bottom: none; }
  .page-id-189599 .events-posts .entry-meta,
  .page-id-189599 .events-posts .comments-number-container {
    display: none; }

.page-id-189599 .main-page .entry-header {
  border-bottom: none; }

.page-id-189599 .main-page .entry-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.625rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #0053A5;
  padding: 0.375rem 0.5rem; }

.page-id-189599 .main-page #add-event {
  top: 1rem;
  right: 1rem; }

.page-id-189599 .main-page #add-event .add-event-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.75rem; }

.page-id-244558 #main .page-header,
.date #main .page-header,
.error404 #main .page-header {
  margin: 1em 1em 0;
  border-bottom: none;
  position: relative; }
  @media screen and (min-width: 30em) {
    .page-id-244558 #main .page-header,
    .date #main .page-header,
    .error404 #main .page-header {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-content: stretch; } }
  .page-id-244558 #main .page-header .headings,
  .date #main .page-header .headings,
  .error404 #main .page-header .headings {
    flex: 1 1 100%;
    padding: 0.5em;
    margin-bottom: 0;
    background-color: #E6EAEC;
    overflow: auto; }
  .page-id-244558 #main .page-header .page-title,
  .date #main .page-header .page-title,
  .error404 #main .page-header .page-title {
    font-size: 28px;
    font-size: 1.75rem;
    float: left; }
  .page-id-244558 #main .page-header .pre-heading,
  .date #main .page-header .pre-heading,
  .error404 #main .page-header .pre-heading {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400; }

/* "Today" page and date archives */
@media screen and (min-width: 40em) {
  .page-id-244558 #primary,
  .date #primary {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 0; } }

.page-id-244558 #news-banner,
.date #news-banner {
  grid-column: 1 / -1; }

.page-id-244558 #main .articles-list,
.date #main .articles-list {
  margin: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2em; }
  .page-id-244558 #main .articles-list li,
  .date #main .articles-list li {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #E6EAEC; }
  .page-id-244558 #main .articles-list .hentry .entry-meta,
  .date #main .articles-list .hentry .entry-meta {
    color: #7a7c7d;
    margin-bottom: 0.25em; }
  .page-id-244558 #main .articles-list .hentry .entry-title,
  .date #main .articles-list .hentry .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.375em; }
  .page-id-244558 #main .articles-list .hentry .entry-summary,
  .date #main .articles-list .hentry .entry-summary {
    color: #7a7c7d; }
  .page-id-244558 #main .articles-list .hentry.date-archive-thumbnail,
  .date #main .articles-list .hentry.date-archive-thumbnail {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-content: stretch; }

.page-id-244558 #main .archive-is-day .post-hero,
.date #main .archive-is-day .post-hero {
  margin-bottom: 0.5em; }

.page-id-244558 #main .posts-navigation,
.date #main .posts-navigation {
  padding: 0.25em 0.5em;
  margin: 0 1em 1em;
  overflow: hidden;
  background-color: #E6EAEC; }

/* ====================
 * Version 2-0
 * ==================== */
.error404 #main-2-0 .page-header .pre-heading,
.date #main-2-0 .page-header .pre-heading,
.page-id-244558 #main-2-0 .page-header .pre-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  display: block; }

.error404 #main-2-0 .main-section,
.date #main-2-0 .main-section,
.page-id-244558 #main-2-0 .main-section {
  display: grid;
  grid-gap: 2em;
  align-content: start;
  border: none; }

.error404 #main-2-0 .articles-list,
.date #main-2-0 .articles-list,
.page-id-244558 #main-2-0 .articles-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2em;
  align-content: start; }
  .error404 #main-2-0 .articles-list li,
  .date #main-2-0 .articles-list li,
  .page-id-244558 #main-2-0 .articles-list li {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1; }
  .error404 #main-2-0 .articles-list.post-count-1 .hentry,
  .date #main-2-0 .articles-list.post-count-1 .hentry,
  .page-id-244558 #main-2-0 .articles-list.post-count-1 .hentry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em; }
  .error404 #main-2-0 .articles-list.post-count-1 .entry-title,
  .date #main-2-0 .articles-list.post-count-1 .entry-title,
  .page-id-244558 #main-2-0 .articles-list.post-count-1 .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }

.archive.author #main-2-0 .page-header {
  padding-bottom: 1rem;
  display: grid;
  grid-gap: 0 2rem;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 40em) {
    .archive.author #main-2-0 .page-header {
      grid-template-columns: 3fr 1fr; } }

.archive.author #main-2-0 .author-bio .author-name {
  margin-bottom: 1rem; }

.archive.author #main-2-0 .author-bio .avatar {
  float: left;
  margin-right: 1rem; }
  @media screen and (max-width: 30em) {
    .archive.author #main-2-0 .author-bio .avatar {
      width: 50%; } }

.archive.author #main-2-0 .author-contact {
  padding: 0.75em 0 0; }
  .archive.author #main-2-0 .author-contact h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .archive.author #main-2-0 .author-contact .author-contact-list {
    list-style: none;
    margin: 0; }
    .archive.author #main-2-0 .author-contact .author-contact-list li {
      line-height: 1.75; }
    .archive.author #main-2-0 .author-contact .author-contact-list i {
      margin-right: 0.5rem; }

.archive.author #main-2-0 .section-2-posts {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
  align-content: stretch; }
  .archive.author #main-2-0 .section-2-posts .section-header,
  .archive.author #main-2-0 .section-2-posts .navigation {
    grid-column: 1 / -1; }
  .archive.author #main-2-0 .section-2-posts .section-2-posts-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
  .archive.author #main-2-0 .section-2-posts .hentry {
    display: block;
    border-bottom: 1px solid #adb0b1; }
    .archive.author #main-2-0 .section-2-posts .hentry:last-of-type {
      padding-bottom: 0.5em;
      border-bottom: 1px solid #adb0b1; }
    .archive.author #main-2-0 .section-2-posts .hentry .byline {
      display: none; }

/*
 * Styles for category landing pages
 */
.search-results #main-2-0 .category-description,
.search-no-results #main-2-0 .category-description,
.archive #main-2-0 .category-description {
  padding: 1rem !important;
  background-color: #E6EAEC; }

.search-results #main-2-0 .entry-header,
.search-no-results #main-2-0 .entry-header,
.archive #main-2-0 .entry-header {
  padding-right: 0; }

.search-results #main-2-0 .section-1-posts,
.search-no-results #main-2-0 .section-1-posts,
.archive #main-2-0 .section-1-posts {
  margin-bottom: 0;
  display: grid;
  grid-gap: 1rem;
  align-content: start; }
  @media (min-width: 40em) {
    .search-results #main-2-0 .section-1-posts,
    .search-no-results #main-2-0 .section-1-posts,
    .archive #main-2-0 .section-1-posts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 64em) {
    .search-results #main-2-0 .section-1-posts,
    .search-no-results #main-2-0 .section-1-posts,
    .archive #main-2-0 .section-1-posts {
      grid-gap: 2rem; } }
  .search-results #main-2-0 .section-1-posts .hentry .entry-title,
  .search-no-results #main-2-0 .section-1-posts .hentry .entry-title,
  .archive #main-2-0 .section-1-posts .hentry .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 64em) {
      .search-results #main-2-0 .section-1-posts .hentry .entry-title,
      .search-no-results #main-2-0 .section-1-posts .hentry .entry-title,
      .archive #main-2-0 .section-1-posts .hentry .entry-title {
        font-size: 20px;
        font-size: 1.25rem; } }
  @media screen and (max-width: 64em) {
    .search-results #main-2-0 .section-1-posts .hentry:nth-of-type(n+2) .entry-summary,
    .search-no-results #main-2-0 .section-1-posts .hentry:nth-of-type(n+2) .entry-summary,
    .archive #main-2-0 .section-1-posts .hentry:nth-of-type(n+2) .entry-summary {
      display: none; } }
  .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type,
  .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type,
  .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type {
    display: grid;
    grid-gap: 1rem; }
    @media screen and (min-width: 40em) {
      .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type,
      .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type,
      .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type {
        grid-column: span 2; } }
    @media screen and (min-width: 64em) {
      .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type,
      .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type,
      .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type {
        grid-template-columns: 1fr 2fr; } }
    .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-hero,
    .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-hero,
    .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-hero {
      margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-content,
      .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-content,
      .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-content {
        grid-column: 1;
        grid-row: 1; } }
    .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title,
    .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title,
    .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title {
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 40em) {
        .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title,
        .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title,
        .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title {
          font-size: 24px;
          font-size: 1.5rem; } }
    @media screen and (min-width: 40em) {
      .search-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-summary,
      .search-no-results #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-summary,
      .archive #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-summary {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (min-width: 64em) {
    .search-results #main-2-0 .section-1-posts.top-grid-4,
    .search-no-results #main-2-0 .section-1-posts.top-grid-4,
    .archive #main-2-0 .section-1-posts.top-grid-4 {
      grid-template-columns: repeat(2, 1fr);
      place-content: start; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .search-results #main-2-0 .section-1-posts.top-grid-5 .hentry:first-of-type,
    .search-no-results #main-2-0 .section-1-posts.top-grid-5 .hentry:first-of-type,
    .archive #main-2-0 .section-1-posts.top-grid-5 .hentry:first-of-type {
      grid-column: span 2; } }
  @media (min-width: 64em) {
    .search-results #main-2-0 .section-1-posts.top-grid-5,
    .search-no-results #main-2-0 .section-1-posts.top-grid-5,
    .archive #main-2-0 .section-1-posts.top-grid-5 {
      grid-template-columns: repeat(6, 1fr);
      place-content: start; }
      .search-results #main-2-0 .section-1-posts.top-grid-5 .hentry:nth-of-type(-n+2),
      .search-no-results #main-2-0 .section-1-posts.top-grid-5 .hentry:nth-of-type(-n+2),
      .archive #main-2-0 .section-1-posts.top-grid-5 .hentry:nth-of-type(-n+2) {
        grid-column: span 3; }
      .search-results #main-2-0 .section-1-posts.top-grid-5 .hentry:nth-of-type(n+3),
      .search-no-results #main-2-0 .section-1-posts.top-grid-5 .hentry:nth-of-type(n+3),
      .archive #main-2-0 .section-1-posts.top-grid-5 .hentry:nth-of-type(n+3) {
        grid-column: span 2; } }
  @media (min-width: 64em) {
    .search-results #main-2-0 .section-1-posts.top-grid-6,
    .search-no-results #main-2-0 .section-1-posts.top-grid-6,
    .archive #main-2-0 .section-1-posts.top-grid-6 {
      grid-template-columns: repeat(3, 1fr);
      place-content: start; } }

.search-results #main-2-0 .section-1-sidebar,
.search-no-results #main-2-0 .section-1-sidebar,
.archive #main-2-0 .section-1-sidebar {
  display: grid;
  grid-gap: 2em;
  align-content: start;
  align-items: start; }

.search-results #main-2-0 #category-children,
.search-no-results #main-2-0 #category-children,
.archive #main-2-0 #category-children {
  display: grid;
  grid-gap: 2em; }
  @media screen and (min-width: 48em) {
    .search-results #main-2-0 #category-children,
    .search-no-results #main-2-0 #category-children,
    .archive #main-2-0 #category-children {
      grid-template-columns: 1fr 1fr; } }
  .search-results #main-2-0 #category-children .category-child-section .section-content,
  .search-no-results #main-2-0 #category-children .category-child-section .section-content,
  .archive #main-2-0 #category-children .category-child-section .section-content {
    display: grid;
    grid-gap: 1em; }
    @media screen and (min-width: 64em) {
      .search-results #main-2-0 #category-children .category-child-section .section-content,
      .search-no-results #main-2-0 #category-children .category-child-section .section-content,
      .archive #main-2-0 #category-children .category-child-section .section-content {
        grid-gap: 1em 2em; } }
  .search-results #main-2-0 #category-children .category-child-section .child-reviewed-panel,
  .search-results #main-2-0 #category-children .category-child-section .child-tag-section,
  .search-no-results #main-2-0 #category-children .category-child-section .child-reviewed-panel,
  .search-no-results #main-2-0 #category-children .category-child-section .child-tag-section,
  .archive #main-2-0 #category-children .category-child-section .child-reviewed-panel,
  .archive #main-2-0 #category-children .category-child-section .child-tag-section {
    background-color: #efefef;
    padding: 1em;
    display: block; }
  .search-results #main-2-0 #category-children .recently-reviewed-title,
  .search-no-results #main-2-0 #category-children .recently-reviewed-title,
  .archive #main-2-0 #category-children .recently-reviewed-title {
    font-size: 18px;
    font-size: 1.125rem; }
  .search-results #main-2-0 #category-children .recently-reviewed-list,
  .search-no-results #main-2-0 #category-children .recently-reviewed-list,
  .archive #main-2-0 #category-children .recently-reviewed-list {
    margin-bottom: 0; }
    .search-results #main-2-0 #category-children .recently-reviewed-list li,
    .search-no-results #main-2-0 #category-children .recently-reviewed-list li,
    .archive #main-2-0 #category-children .recently-reviewed-list li {
      margin-bottom: 0.25em; }
    .search-results #main-2-0 #category-children .recently-reviewed-list .arts-name,
    .search-no-results #main-2-0 #category-children .recently-reviewed-list .arts-name,
    .archive #main-2-0 #category-children .recently-reviewed-list .arts-name {
      font-size: 15px;
      font-size: 0.9375rem; }
    .search-results #main-2-0 #category-children .recently-reviewed-list .arts-locations,
    .search-no-results #main-2-0 #category-children .recently-reviewed-list .arts-locations,
    .archive #main-2-0 #category-children .recently-reviewed-list .arts-locations {
      color: #7a7c7d;
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block; }
      .search-results #main-2-0 #category-children .recently-reviewed-list .arts-locations a,
      .search-no-results #main-2-0 #category-children .recently-reviewed-list .arts-locations a,
      .archive #main-2-0 #category-children .recently-reviewed-list .arts-locations a {
        color: #393a3b; }
        .search-results #main-2-0 #category-children .recently-reviewed-list .arts-locations a:hover,
        .search-no-results #main-2-0 #category-children .recently-reviewed-list .arts-locations a:hover,
        .archive #main-2-0 #category-children .recently-reviewed-list .arts-locations a:hover {
          color: #3F9EEA; }
  .search-results #main-2-0 #category-children .category-child-section .hentry .entry-summary,
  .search-no-results #main-2-0 #category-children .category-child-section .hentry .entry-summary,
  .archive #main-2-0 #category-children .category-child-section .hentry .entry-summary {
    display: none; }
  .search-results #main-2-0 #category-children .category-child-section.display-excerpt .hentry .entry-summary,
  .search-no-results #main-2-0 #category-children .category-child-section.display-excerpt .hentry .entry-summary,
  .archive #main-2-0 #category-children .category-child-section.display-excerpt .hentry .entry-summary {
    display: block; }
  .search-results #main-2-0 #category-children .category-child-section .tag-description,
  .search-no-results #main-2-0 #category-children .category-child-section .tag-description,
  .archive #main-2-0 #category-children .category-child-section .tag-description {
    font-family: "Source Sans Pro", sans-serif; }
  .search-results #main-2-0 #category-children .category-child-section.width-full,
  .search-no-results #main-2-0 #category-children .category-child-section.width-full,
  .archive #main-2-0 #category-children .category-child-section.width-full {
    grid-column: span 1; }
    @media screen and (min-width: 48em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full,
      .archive #main-2-0 #category-children .category-child-section.width-full {
        grid-column: span 2; } }
    @media screen and (max-width: 30em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .section-content .hentry:nth-of-type(n+2),
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .section-content .hentry:nth-of-type(n+2),
      .archive #main-2-0 #category-children .category-child-section.width-full .section-content .hentry:nth-of-type(n+2) {
        border-top: 1px solid #adb0b1;
        padding-top: 0.5em; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .section-content .hentry:nth-of-type(n+2) .post-hero,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .section-content .hentry:nth-of-type(n+2) .post-hero,
        .archive #main-2-0 #category-children .category-child-section.width-full .section-content .hentry:nth-of-type(n+2) .post-hero {
          display: none; } }
    .search-results #main-2-0 #category-children .category-child-section.width-full .tag-description.font-small,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .tag-description.font-small,
    .archive #main-2-0 #category-children .category-child-section.width-full .tag-description.font-small {
      font-size: 16px;
      font-size: 1rem; }
    .search-results #main-2-0 #category-children .category-child-section.width-full .tag-description.font-large,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .tag-description.font-large,
    .archive #main-2-0 #category-children .category-child-section.width-full .tag-description.font-large {
      font-size: 20px;
      font-size: 1.25rem; }
    @media screen and (min-width: 30em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-2,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-2,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-2 {
        grid-template-columns: repeat(2, 1fr); } }
    .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-2.reviewed-panel,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-2.reviewed-panel,
    .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-2.reviewed-panel {
      grid-template-columns: repeat(3, 1fr); }
    @media screen and (min-width: 30em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3 .hentry,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3 .hentry,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3 .hentry {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 1em; } }
    @media screen and (min-width: 40em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3 {
        grid-template-columns: repeat(3, 1fr); }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3 .hentry,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3 .hentry,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3 .hentry {
          display: block; } }
    .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel,
    .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel {
      grid-template-columns: repeat(4, 1fr); }
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type {
        grid-column: span 2;
        grid-row: span 2; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-title,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-title,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-title {
          font-size: 22px;
          font-size: 1.375rem; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-summary,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-summary,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .hentry:first-of-type .entry-summary {
          display: block;
          font-size: 18px;
          font-size: 1.125rem; }
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .child-reviewed-panel,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .child-reviewed-panel,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-3.reviewed-panel .child-reviewed-panel {
        grid-column: span 2; }
    @media screen and (min-width: 30em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 48em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4 {
        grid-template-columns: repeat(4, 1fr); } }
    .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4 > *,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4 > *,
    .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4 > * {
      grid-column: span 1; }
    @media screen and (min-width: 30em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5 {
        grid-template-columns: repeat(2, 1fr); }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .tag-description,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .tag-description,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .tag-description {
          grid-column: 1 / -1; } }
    @media screen and (min-width: 64em) {
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5 {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 1em; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .tag-description,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .tag-description,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .tag-description {
          grid-column: 1; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .entry-title,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .entry-title,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5 .entry-title {
          font-size: 16px;
          font-size: 1rem; } }
    .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 > *,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5 > *,
    .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5 > * {
      grid-column: span 1; }
    .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel,
    .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel {
      grid-template-columns: repeat(7, 1fr); }
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel > *,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel > *,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel > * {
        grid-column: span 2; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel > * .entry-title,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel > * .entry-title,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel > * .entry-title {
          display: block;
          font-size: 17px;
          font-size: 1.0625rem; }
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type {
        grid-column: span 3;
        grid-row: span 2; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-title,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-title,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-title {
          font-size: 22px;
          font-size: 1.375rem; }
        .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-summary,
        .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-summary,
        .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .hentry:first-of-type .entry-summary {
          display: block;
          font-size: 18px;
          font-size: 1.125rem; }
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .child-reviewed-panel,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .child-reviewed-panel,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-4.reviewed-panel .child-reviewed-panel {
        grid-column: span 2; }
    .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5.reviewed-panel,
    .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5.reviewed-panel,
    .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5.reviewed-panel {
      grid-template-columns: repeat(3, 1fr); }
      .search-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5.reviewed-panel > * .entry-title,
      .search-no-results #main-2-0 #category-children .category-child-section.width-full .post-grid-5.reviewed-panel > * .entry-title,
      .archive #main-2-0 #category-children .category-child-section.width-full .post-grid-5.reviewed-panel > * .entry-title {
        display: block;
        font-size: 17px;
        font-size: 1.0625rem; }
  .search-results #main-2-0 #category-children .category-child-section.width-half .section-content,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .section-content,
  .archive #main-2-0 #category-children .category-child-section.width-half .section-content {
    grid-gap: 1em; }
    @media screen and (min-width: 30em) {
      .search-results #main-2-0 #category-children .category-child-section.width-half .section-content,
      .search-no-results #main-2-0 #category-children .category-child-section.width-half .section-content,
      .archive #main-2-0 #category-children .category-child-section.width-half .section-content {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em; } }
    @media screen and (min-width: 64em) {
      .search-results #main-2-0 #category-children .category-child-section.width-half .section-content,
      .search-no-results #main-2-0 #category-children .category-child-section.width-half .section-content,
      .archive #main-2-0 #category-children .category-child-section.width-half .section-content {
        grid-gap: 1em 2em; } }
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry,
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry,
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry {
    padding-top: 0.5em;
    border-top: 1px solid #adb0b1; }
    .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry .post-hero,
    .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry .post-hero,
    .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry .post-hero,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry .post-hero,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry .post-hero,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry .post-hero,
    .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry .post-hero,
    .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry .post-hero,
    .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry .post-hero {
      display: none; }
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type,
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type,
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type {
    padding-top: 0;
    border-top: none; }
    .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type .post-hero,
    .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type .post-hero,
    .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type .post-hero,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type .post-hero,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type .post-hero,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type .post-hero,
    .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type .post-hero,
    .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type .post-hero,
    .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type .post-hero {
      display: block; }
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-3 .hentry:first-of-type {
    grid-row: span 2; }
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-4 .hentry:first-of-type {
    grid-row: span 3; }
  .search-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type,
  .search-no-results #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type,
  .archive #main-2-0 #category-children .category-child-section.width-half .post-grid-5 .hentry:first-of-type {
    grid-row: span 4; }
  @media screen and (min-width: 30em) {
    .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .tag-description,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .tag-description,
    .archive #main-2-0 #category-children .category-child-section.width-half.has-description .tag-description {
      grid-column: 2;
      grid-row: 1; }
    .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .hentry:first-of-type,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .hentry:first-of-type,
    .archive #main-2-0 #category-children .category-child-section.width-half.has-description .hentry:first-of-type {
      grid-column: 1; }
    .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-2,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-2,
    .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-2 {
      grid-template-rows: auto 1fr; }
      .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-2 .hentry:first-of-type,
      .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-2 .hentry:first-of-type,
      .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-2 .hentry:first-of-type {
        grid-row: 1 / span 2; }
    .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-3,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-3,
    .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-3 {
      grid-template-rows: auto 1fr; }
      .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-3 .hentry:first-of-type,
      .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-3 .hentry:first-of-type,
      .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-3 .hentry:first-of-type {
        grid-row: 1 / span 3; }
    .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-4,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-4,
    .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-4 {
      grid-template-rows: auto 1fr 1fr; }
      .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-4 .hentry:first-of-type,
      .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-4 .hentry:first-of-type,
      .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-4 .hentry:first-of-type {
        grid-row: 1 / span 4; }
    .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-5,
    .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-5,
    .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-5 {
      grid-template-rows: auto 1fr 1fr 1fr; }
      .search-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-5 .hentry:first-of-type,
      .search-no-results #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-5 .hentry:first-of-type,
      .archive #main-2-0 #category-children .category-child-section.width-half.has-description .post-grid-5 .hentry:first-of-type {
        grid-row: 1 / span 5; } }
  .search-results #main-2-0 #category-children .category-child-section.background,
  .search-no-results #main-2-0 #category-children .category-child-section.background,
  .archive #main-2-0 #category-children .category-child-section.background {
    padding: 0.25em 1em 1em; }
    .search-results #main-2-0 #category-children .category-child-section.background .section-header,
    .search-no-results #main-2-0 #category-children .category-child-section.background .section-header,
    .archive #main-2-0 #category-children .category-child-section.background .section-header {
      padding-top: 0.25em; }
      .search-results #main-2-0 #category-children .category-child-section.background .section-header a h2,
      .search-no-results #main-2-0 #category-children .category-child-section.background .section-header a h2,
      .archive #main-2-0 #category-children .category-child-section.background .section-header a h2 {
        color: #393a3b; }
  .search-results #main-2-0 #category-children .category-child-section.color-none,
  .search-no-results #main-2-0 #category-children .category-child-section.color-none,
  .archive #main-2-0 #category-children .category-child-section.color-none {
    padding: 0; }
    .search-results #main-2-0 #category-children .category-child-section.color-none .section-header a h2,
    .search-no-results #main-2-0 #category-children .category-child-section.color-none .section-header a h2,
    .archive #main-2-0 #category-children .category-child-section.color-none .section-header a h2 {
      color: #0053A5; }
    .search-results #main-2-0 #category-children .category-child-section.color-none .tag-description,
    .search-no-results #main-2-0 #category-children .category-child-section.color-none .tag-description,
    .archive #main-2-0 #category-children .category-child-section.color-none .tag-description {
      background-color: #E6EAEC;
      padding: 0.5rem 0.75rem; }
  .search-results #main-2-0 #category-children .category-child-section.color-gray,
  .search-no-results #main-2-0 #category-children .category-child-section.color-gray,
  .archive #main-2-0 #category-children .category-child-section.color-gray {
    background-color: #E6EAEC;
    border-color: #393a3b; }
  .search-results #main-2-0 #category-children .category-child-section.color-red,
  .search-no-results #main-2-0 #category-children .category-child-section.color-red,
  .archive #main-2-0 #category-children .category-child-section.color-red {
    background-color: #FBF2F3;
    border-color: #C1272D; }
  .search-results #main-2-0 #category-children .category-child-section.color-teal,
  .search-no-results #main-2-0 #category-children .category-child-section.color-teal,
  .archive #main-2-0 #category-children .category-child-section.color-teal {
    background-color: #E5F8F8;
    border-color: #04BFBF; }
  .search-results #main-2-0 #category-children .category-child-section.color-yellow,
  .search-no-results #main-2-0 #category-children .category-child-section.color-yellow,
  .archive #main-2-0 #category-children .category-child-section.color-yellow {
    background-color: #fffadf;
    border-color: #ffd900; }

.search-results #main-2-0 .section-2-posts,
.search-no-results #main-2-0 .section-2-posts,
.archive #main-2-0 .section-2-posts {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  align-items: start;
  align-content: start; }
  .search-results #main-2-0 .section-2-posts.category-more-stories,
  .search-no-results #main-2-0 .section-2-posts.category-more-stories,
  .archive #main-2-0 .section-2-posts.category-more-stories {
    padding-top: 0; }
    .search-results #main-2-0 .section-2-posts.category-more-stories .section-title,
    .search-no-results #main-2-0 .section-2-posts.category-more-stories .section-title,
    .archive #main-2-0 .section-2-posts.category-more-stories .section-title {
      font-size: 22px;
      font-size: 1.375rem; }
  .search-results #main-2-0 .section-2-posts.paged .section-header,
  .search-no-results #main-2-0 .section-2-posts.paged .section-header,
  .archive #main-2-0 .section-2-posts.paged .section-header {
    padding-top: 0; }
  .search-results #main-2-0 .section-2-posts.paged .archive-page-number,
  .search-no-results #main-2-0 .section-2-posts.paged .archive-page-number,
  .archive #main-2-0 .section-2-posts.paged .archive-page-number {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #E6EAEC;
    padding: 0.25rem 0.5rem; }
  .search-results #main-2-0 .section-2-posts .section-2-posts-articles,
  .search-no-results #main-2-0 .section-2-posts .section-2-posts-articles,
  .archive #main-2-0 .section-2-posts .section-2-posts-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
  .search-results #main-2-0 .section-2-posts .hentry,
  .search-no-results #main-2-0 .section-2-posts .hentry,
  .archive #main-2-0 .section-2-posts .hentry {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #adb0b1; }
    @media screen and (max-width: 30em) {
      .search-results #main-2-0 .section-2-posts .hentry,
      .search-no-results #main-2-0 .section-2-posts .hentry,
      .archive #main-2-0 .section-2-posts .hentry {
        grid-template-columns: 1fr;
        grid-gap: 0;
        border-bottom: none; } }
    .search-results #main-2-0 .section-2-posts .hentry:last-of-type,
    .search-no-results #main-2-0 .section-2-posts .hentry:last-of-type,
    .archive #main-2-0 .section-2-posts .hentry:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
      @media screen and (min-width: 30em) {
        .search-results #main-2-0 .section-2-posts .hentry:last-of-type .post-hero,
        .search-no-results #main-2-0 .section-2-posts .hentry:last-of-type .post-hero,
        .archive #main-2-0 .section-2-posts .hentry:last-of-type .post-hero {
          margin-bottom: 0; } }
    @media screen and (max-width: 30em) {
      .search-results #main-2-0 .section-2-posts .hentry .entry-summary,
      .search-no-results #main-2-0 .section-2-posts .hentry .entry-summary,
      .archive #main-2-0 .section-2-posts .hentry .entry-summary {
        display: none; } }

.search-results #main-2-0 .category-child-opinion .section-content,
.search-no-results #main-2-0 .category-child-opinion .section-content,
.archive #main-2-0 .category-child-opinion .section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 1em 2em; }
  .search-results #main-2-0 .category-child-opinion .section-content .hentry,
  .search-no-results #main-2-0 .category-child-opinion .section-content .hentry,
  .archive #main-2-0 .category-child-opinion .section-content .hentry {
    border-bottom: 1px solid #adb0b1;
    padding-bottom: 1em; }

.search-results #main-2-0 .category-sidebar-column,
.search-no-results #main-2-0 .category-sidebar-column,
.archive #main-2-0 .category-sidebar-column {
  display: grid;
  grid-gap: 2em;
  align-items: start;
  align-content: start; }

/*
 *
 *
 */
#category-tag-groups {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em; }
  #category-tag-groups .tag-group-header {
    margin-bottom: 1em;
    padding: 0.5em 0 0.375em;
    border-top: 3px solid #393a3b;
    border-bottom: 1px dotted #393a3b; }
  #category-tag-groups .tag-group-header-title {
    margin: 0; }
  #category-tag-groups .tags-in-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 2em; }
  #category-tag-groups .section-header .section-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem; }
  #category-tag-groups .section-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em; }
  #category-tag-groups .hentry {
    border-bottom: 1px solid #adb0b1;
    padding-bottom: 0.5rem; }
    #category-tag-groups .hentry .entry-header .entry-title {
      font-size: 16px;
      font-size: 1rem; }
  #category-tag-groups a .more-arrow {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.25rem;
    padding: 0 0.375rem;
    margin-left: 0.5rem;
    background-color: #7a7c7d;
    border: 1px solid #7a7c7d;
    border-radius: 1em;
    display: inline-block;
    vertical-align: bottom;
    transition: background 0.3s ease; }
    #category-tag-groups a .more-arrow.float-right {
      float: right; }
    #category-tag-groups a .more-arrow::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f0a9";
      padding-left: 0.25rem; }
  #category-tag-groups a:hover .more-arrow {
    color: #7a7c7d;
    background-color: #fff; }

.election-countdown {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.125;
  text-align: center;
  text-shadow: 1px 1px 4px #333;
  text-align: left;
  min-height: 86px;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #AAAAAA; }
  .election-countdown p {
    font-size: 20px;
    font-size: 1.25rem; }
    .election-countdown p:not(:last-child) {
      margin-bottom: 0.75rem; }
  .election-countdown .remaining-days {
    font-size: 88px;
    font-size: 5.5rem;
    float: left;
    margin-top: -1.125rem;
    padding-right: 0.75rem; }

@media (min-width: 64em) {
  .category-2016-election .tag-section-container.races .tag-section:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 5; } }

.category-2018-election .lead-posts {
  margin: 1em; }
  @media (min-width: 40em) {
    .category-2018-election .lead-posts {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-gap: 2em; } }

@media (min-width: 30em) {
  .category-2018-election .lead-posts .articles-list,
  .category-2018-election .more-coverage .articles-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em; } }

@media (min-width: 40em) and (max-width: 48em) {
  .category-2018-election .lead-posts .articles-list,
  .category-2018-election .more-coverage .articles-list {
    display: block; } }

.category-2018-election .lead-posts .articles-list .hentry,
.category-2018-election .more-coverage .articles-list .hentry {
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .category-2018-election .lead-posts .articles-list .hentry,
    .category-2018-election .more-coverage .articles-list .hentry {
      margin-bottom: 0; } }

.category-2018-election .lead-posts .post-hero,
.category-2018-election .more-coverage .post-hero {
  margin-bottom: 0.5em; }

.category-2018-election .lead-posts .post-content,
.category-2018-election .more-coverage .post-content {
  position: relative; }

.category-2018-election .lead-posts .entry-title,
.category-2018-election .more-coverage .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 2.25rem; }
  @media (min-width: 48em) {
    .category-2018-election .lead-posts .entry-title,
    .category-2018-election .more-coverage .entry-title {
      font-size: 22px;
      font-size: 1.375rem; } }

.category-2018-election .lead-posts .comments-number-container,
.category-2018-election .more-coverage .comments-number-container {
  position: absolute;
  top: 0;
  right: 0; }

.category-2018-election .tag-section-container.races .tag-section:nth-last-child(2),
.category-2018-election .tag-section-container.races .tag-section:nth-last-child(1) {
  background-color: #E6EAEC;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-top: 2px solid #AAAAAA; }
  .category-2018-election .tag-section-container.races .tag-section:nth-last-child(2) .section-title,
  .category-2018-election .tag-section-container.races .tag-section:nth-last-child(1) .section-title {
    color: #AAAAAA; }

@media (min-width: 64em) {
  .category-2018-election .tag-section-container.races .tag-section:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3; }
  .category-2018-election .tag-section-container.races .tag-section:nth-last-child(2) {
    grid-column-start: 1;
    grid-row-start: 3; }
  .category-2018-election .tag-section-container.races .tag-section:nth-last-child(1) {
    grid-column-start: 2;
    grid-row-start: 3; } }

.category-2018-election .more-coverage {
  margin: 2em 1em; }
  .category-2018-election .more-coverage .section-header {
    margin: 1em 0; }
  @media (min-width: 30em) {
    .category-2018-election .more-coverage .articles-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1em; } }
  @media (min-width: 30em) and (min-width: 48em) {
    .category-2018-election .more-coverage .articles-list {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 2em; } }
  .category-2018-election .more-coverage .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }

#main-2-0 #category-description-oakland {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #393a3b;
  color: #fff;
  padding: 1rem; }
  #main-2-0 #category-description-oakland a {
    color: #FFD900;
    box-shadow: none;
    background: none; }

.page-id-367612 #category-description-oakland {
  height: 100%; }

.category.category-opinion #main-2-0 .category-description {
  font-size: 15px;
  font-size: 0.9375rem; }

.category.category-opinion #main-2-0 .section-1-posts .hentry {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #adb0b1; }
  .category.category-opinion #main-2-0 .section-1-posts .hentry:nth-of-type(n+2) .entry-summary {
    display: block; }

.category.category-opinion #main-2-0 .section-1-posts .entry-title {
  font-size: 22px;
  font-size: 1.375rem; }

@media screen and (min-width: 40em) {
  .category.category-opinion #main-2-0 .section-1-posts .entry-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .category.category-opinion #main-2-0 .section-1-posts .entry-summary {
    font-size: 16px;
    font-size: 1rem; } }

.category.category-opinion #main-2-0 .section-1-sidebar {
  grid-template-rows: 1fr;
  grid-gap: 2em 0; }
  .category.category-opinion #main-2-0 .section-1-sidebar .category-description {
    font-size: 16px;
    font-size: 1rem; }

.category.category-opinion #main-2-0 .section-2-posts {
  padding-top: 2rem; }
  .category.category-opinion #main-2-0 .section-2-posts .section-2-posts-articles {
    grid-template-columns: 1fr; }
    @media screen and (min-width: 40em) and (max-width: 48em) {
      .category.category-opinion #main-2-0 .section-2-posts .section-2-posts-articles {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em 2em; } }
    @media screen and (min-width: 64em) {
      .category.category-opinion #main-2-0 .section-2-posts .section-2-posts-articles {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em 2em; } }
  .category.category-opinion #main-2-0 .section-2-posts .hentry {
    padding-bottom: 1rem;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #adb0b1; }
  .category.category-opinion #main-2-0 .section-2-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }
  .category.category-opinion #main-2-0 .section-2-posts .entry-meta {
    font-size: 14px;
    font-size: 0.875rem; }
  .category.category-opinion #main-2-0 .section-2-posts.paged {
    padding-top: 0;
    /*
				.section-2-posts-articles {
					grid-template-columns: 1fr;				
				}

				.post-content {
					display: grid;
					grid-template-columns: 1fr 1fr;
				}

				.entry-header {
					padding-right: 0;
				}

				*/ }
    @media screen and (min-width: 40em) {
      .category.category-opinion #main-2-0 .section-2-posts.paged .section-header {
        grid-column: span 2; } }

.category.category-opinion #main-2-0 #opinion-aside {
  background-color: #E6EAEC;
  padding: 1rem;
  grid-row: 1 / span 3; }
  @media screen and (min-width: 40em) and (max-width: 48em) {
    .category.category-opinion #main-2-0 #opinion-aside {
      grid-column: 2;
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 64em) {
    .category.category-opinion #main-2-0 #opinion-aside {
      grid-column: 2; } }
  .category.category-opinion #main-2-0 #opinion-aside .aside-title {
    font-size: 24px;
    font-size: 1.5rem; }
    .category.category-opinion #main-2-0 #opinion-aside .aside-title .aside-title-sub {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      display: block; }
  .category.category-opinion #main-2-0 #opinion-aside ul {
    list-style: none;
    margin: 0 0 0 3em;
    display: grid;
    grid-gap: 1em; }
    .category.category-opinion #main-2-0 #opinion-aside ul li {
      position: relative; }
    .category.category-opinion #main-2-0 #opinion-aside ul a {
      display: block; }
  .category.category-opinion #main-2-0 #opinion-aside .comments-number-container {
    display: table;
    position: absolute;
    top: 2px;
    left: -3em; }
    .category.category-opinion #main-2-0 #opinion-aside .comments-number-container .comments-number-link,
    .category.category-opinion #main-2-0 #opinion-aside .comments-number-container .number {
      background-color: #0053A5; }
    .category.category-opinion #main-2-0 #opinion-aside .comments-number-container .comments-number::after {
      border-top: 8px solid #0053A5; }

.category.category-opinion #post-364809 .post-content {
  background: #E6EAEC;
  padding: 1rem 1em 0.75em; }

.category.category-opinion #post-364809 .entry-title a {
  color: #C1272D; }

.category.category-opinion #post-364809 .comments-number-container {
  top: 1em;
  right: 1em; }

.category-schools #main #section-beyond-the-buses {
  background-color: #fffadf; }
  .category-schools #main #section-beyond-the-buses .section-header {
    background-color: #FFD900;
    margin: 0 !important; }
    .category-schools #main #section-beyond-the-buses .section-header .section-title {
      color: #393a3b; }
  .category-schools #main #section-beyond-the-buses .articles-list {
    padding: 1em;
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 30em) {
      .category-schools #main #section-beyond-the-buses .articles-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 64em) {
      .category-schools #main #section-beyond-the-buses .articles-list {
        grid-template-columns: repeat(4, 1fr); } }

.archive.category-video #content {
  background: #000; }

.archive.category-video #main-2-0 {
  background-color: #393a3b; }
  .archive.category-video #main-2-0 .page-header,
  .archive.category-video #main-2-0 .main-section {
    border-color: #fff; }
  .archive.category-video #main-2-0 .page-title,
  .archive.category-video #main-2-0 .entry-title a,
  .archive.category-video #main-2-0 .entry-summary,
  .archive.category-video #main-2-0 .section-title {
    color: #fff; }

.archive.category-video #masthead {
  background-color: #adb0b1; }

.archive.category-video .page-header {
  border-bottom: 2px solid #d3d7d8; }

.archive.category-video .content-area {
  background-color: #000; }

.archive.category-video .ad-row {
  border: none; }

.archive.category-video aside .aside-header {
  margin-bottom: 1em; }

.archive.category-video #main {
  color: #E6EAEC;
  background-color: #393a3b; }
  .archive.category-video #main .page-title a {
    color: #fff; }
  .archive.category-video #main .wp-block-embed {
    margin: 0; }
  .archive.category-video #main .entry-meta {
    display: none; }
  .archive.category-video #main .category-lead-story .hentry {
    background-color: #000; }
  .archive.category-video #main .category-lead-story .post-content {
    padding-bottom: 0.5em; }
    .archive.category-video #main .category-lead-story .post-content .entry-title {
      font-size: 24px;
      font-size: 1.5rem; }
    .archive.category-video #main .category-lead-story .post-content .entry-summary {
      color: #E6EAEC; }
    .archive.category-video #main .category-lead-story .post-content .entry-meta {
      color: #d3d7d8; }
    .archive.category-video #main .category-lead-story .post-content a {
      color: #E6EAEC; }
  .archive.category-video #main .video-view-full-article {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #0053A5;
    display: block;
    width: fit-content;
    margin: 0 1em 1em;
    padding: 0.25em 0.5em;
    border-radius: 0.25em; }
    .archive.category-video #main .video-view-full-article:after {
      font-family: FontAwesome;
      content: "\f061";
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      padding-left: 0.5em; }

.archive.category-video .ad-container.ad-with-background {
  background: transparent;
  padding: 0; }

.archive.category-video .category-articles .category-top-stories {
  flex: 1 1 50%;
  margin: 1em;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }
  .archive.category-video .category-articles .category-top-stories .hentry {
    display: block;
    margin-bottom: 0; }
  .archive.category-video .category-articles .category-top-stories .post-hero img {
    width: 100%; }
  .archive.category-video .category-articles .category-top-stories .post-content {
    position: relative;
    padding: 0.75em 1em 0.5em; }
    .archive.category-video .category-articles .category-top-stories .post-content .entry-title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-right: 2rem; }
      @media (min-width: 48em) {
        .archive.category-video .category-articles .category-top-stories .post-content .entry-title {
          font-size: 20px;
          font-size: 1.25rem; } }
      .archive.category-video .category-articles .category-top-stories .post-content .entry-title a {
        color: #E6EAEC; }
    .archive.category-video .category-articles .category-top-stories .post-content .entry-meta {
      color: #d3d7d8;
      margin-bottom: 0.5em; }
      .archive.category-video .category-articles .category-top-stories .post-content .entry-meta a {
        color: #d3d7d8; }
    .archive.category-video .category-articles .category-top-stories .post-content .entry-summary {
      color: #E6EAEC;
      display: none; }
  .archive.category-video .category-articles .category-top-stories .comments-number-container {
    position: absolute;
    top: 1em;
    right: 1em; }

.archive.category-video .archive-child-section {
  margin: 0 1em;
  padding-top: 1em;
  border-top: 1px solid #adb0b1; }
  .archive.category-video .archive-child-section .articles-list {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr; }
  .archive.category-video .archive-child-section .hentry {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #adb0b1; }
  .archive.category-video .archive-child-section .posts-navigation {
    overflow: auto;
    padding: 0.375em 0.5em;
    margin: 1em 0;
    background-color: #E6EAEC; }

.tag-19860 .page-header {
  padding-bottom: 0.5rem; }

.tag-19860 .page-title {
  margin-bottom: 0.5rem; }

.tag-19860 .archive-description {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 48em) {
    .tag-19860 .archive-description {
      width: 60%; } }

.tag-19860 .archive-section {
  margin: 1em;
  display: grid;
  grid-gap: 2em; }
  @media (min-width: 30em) {
    .tag-19860 .archive-section {
      grid-template-columns: repeat(2, 1fr); } }

.tag-19860 .hentry {
  margin-bottom: 0; }
  .tag-19860 .hentry .post-content {
    position: relative; }
  .tag-19860 .hentry .entry-header {
    padding-right: 2em;
    padding-bottom: 0.25em; }
  .tag-19860 .hentry .entry-title {
    margin-top: 0.5rem; }
  .tag-19860 .hentry .comments-number-container {
    position: absolute;
    top: 0;
    right: 0; }
  .tag-19860 .hentry:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 64em) {
      .tag-19860 .hentry:first-child {
        grid-template-columns: 1fr 3fr; } }
    @media (min-width: 64em) {
      .tag-19860 .hentry:first-child .post-content {
        grid-column: 1;
        grid-row: 1; } }
    .tag-19860 .hentry:first-child .entry-title {
      font-size: 24px;
      font-size: 1.5rem;
      margin-top: 0; }

.tag-19860 .google-housing-map {
  width: 100%;
  height: 75vh; }

.tag-19860 #secondary > * {
  margin-bottom: 1em; }

.tag-section .post-hero {
  display: none; }

.tag-section .entry-summary {
  display: none; }

@media screen and (min-width: 48em) {
  .tag-20221 #main-2-0 .main-row.one-column-aside:first-of-type {
    grid-template-columns: 3fr 2fr; } }

.tag-20221 #main-2-0 .section-1-sidebar {
  background-color: #E6EAEC;
  border-top: 3px solid #C1272D;
  padding: 0 1em 1em;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 0.5rem;
  align-content: start; }
  .tag-20221 #main-2-0 .section-1-sidebar .section-header {
    margin-top: 0.5em; }
  .tag-20221 #main-2-0 .section-1-sidebar .section-title {
    color: #C1272D; }
  .tag-20221 #main-2-0 .section-1-sidebar .articles-list {
    display: grid;
    grid-column: 1fr;
    grid-gap: 0.5rem; }
  .tag-20221 #main-2-0 .section-1-sidebar .articles-list-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 0; }
  .tag-20221 #main-2-0 .section-1-sidebar .hentry {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #adb0b1; }
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .entry-title {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 0.25rem; }
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .post-hero {
      display: none; }
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .byline {
      display: none; }
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .entry-meta,
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .entry-meta a {
      color: #7a7c7d; }
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .updated-date.past .updated {
      color: #7a7c7d; }
    .tag-20221 #main-2-0 .section-1-sidebar .hentry .entry-summary {
      display: none; }
  .tag-20221 #main-2-0 .section-1-sidebar .category-description {
    padding: 1rem 0 0 0 !important; }

@media screen and (min-width: 40em) {
  .tag-20221 #main-2-0 .section-1-posts.top-grid-3 {
    grid-gap: 1em 2em; } }

.tag-20221 #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .entry-title {
  font-size: 22px;
  font-size: 1.375rem; }

@media screen and (min-width: 40em) {
  .tag-20221 #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type {
    padding-bottom: 1em;
    border-bottom: 1px solid #adb0b1; } }

@media screen and (min-width: 64em) {
  .tag-20221 #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type {
    grid-template-columns: 1fr; } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .tag-20221 #main-2-0 .section-1-posts.top-grid-3 .hentry:first-of-type .post-content {
      grid-row: 2; } }

.tag-20221 #main-2-0 .section-1-posts.top-grid-3 .hentry .entry-summary {
  font-size: 18px;
  font-size: 1.125rem; }

.tag-20221 #main-2-0 .main-section.child-nosh {
  background-color: #fbe6e1;
  border-color: #e03b0e;
  padding: 0 1rem 1rem; }
  .tag-20221 #main-2-0 .main-section.child-nosh .section-header .section-title {
    color: #e03b0e; }

.tag-20221 #main-2-0 .widget-coronavirus-opinion li {
  padding: 0.75rem 0;
  border-top: 1px solid #adb0b1; }
  .tag-20221 #main-2-0 .widget-coronavirus-opinion li:last-child {
    padding-bottom: 0; }

.tag-20221 #main-2-0 .widget-coronavirus-opinion .hentry .entry-header .entry-title {
  font-size: 16px;
  font-size: 1rem; }

.tag-20234 #main-2-0 .page-title,
.tag-20234 #main-2-0 .section-title {
  color: #C1272D; }

.tag-20234 #main-2-0 .main-section {
  border-top-color: #C1272D; }

.search-results #main-2-0 #search-form-container {
  float: right; }

.search-results #main-2-0 .page-title {
  clear: left; }

.search-results #main-2-0 .page-pretitle {
  color: #7a7c7d;
  margin-bottom: 0; }

.search-results #main-2-0 .search-query {
  color: #393a3b; }

.search-no-results #main-2-0 .page-header {
  margin: 0;
  border-bottom: none; }

.search-no-results #main-2-0 .page-title {
  margin-bottom: 0.25em; }

.relevanssi-query-term {
  color: #393a3b;
  font-weight: 600; }

.search-results #main #search-form-container {
  float: right; }

.search-results #main .page-title {
  clear: left; }

.search-results #main .page-pretitle {
  color: #7a7c7d;
  margin-bottom: 0; }

.search-results #main .search-query {
  color: #393a3b; }

.search-no-results #main .page-header {
  margin: 0;
  border-bottom: none; }

.search-no-results #main .page-title {
  margin-bottom: 0.25em; }

.relevanssi-query-term {
  color: #393a3b;
  font-weight: 600; }

.error404 #main #search-form-container {
  margin: 0 1em; }

.error404 #main .articles-list {
  margin-bottom: 1em; }

#logo-print {
  display: none; }

@media print {
  @page {
    size: 8.5in 11in;
    margin: 0.75in 0.5in 0.5in; }
  body {
    color: black; }
  #dpo-banner-main-wrapper,
  #pre-header,
  #masthead,
  #site-navigation,
  .berkeleyside-news-banner,
  #secondary,
  .meta-related-stories,
  .entry-footer,
  .section-content-append,
  #content-area-comments,
  #colophon,
  .user-login {
    display: none !important; }
  #logo-print {
    display: block;
    width: 40%;
    margin-left: 1em;
    page-break-after: avoid !important; }
  .primary-category,
  .entry-meta {
    border-bottom: 1px solid #adb0b1 !important; }
  .comments-number-container,
  .ssba {
    display: none !important; }
  .primary-category a {
    color: black; }
  .entry-meta a {
    font-size: 10pt !important;
    color: black !important; }
  .entry-content {
    font-size: 10pt !important;
    columns: 2;
    column-gap: 4em;
    column-rule: 1px solid #adb0b1;
    margin-top: 1em;
    margin-bottom: 0; }
    .entry-content a {
      color: inherit; }
    .entry-content .post-aside {
      font-size: 9pt !important;
      page-break-inside: avoid;
      background-color: #e6e6e6 !important;
      padding: 4pt !important;
      margin-bottom: 6pt !important;
      border: 1px solid #adb0b1; }
    .entry-content .content-ad,
    .entry-content .content-ad + br,
    .entry-content .cta-inline {
      display: none !important; }
    .entry-content iframe {
      display: none; }
    .entry-content figure {
      page-break-inside: avoid; }
    .entry-content .dataTables_wrapper {
      column-span: all; }
    .entry-content .end-bio {
      column-span: all;
      margin-top: 1em;
      margin-bottom: 0 !important; }
  .wp-caption-text {
    color: #ccc;
    font-size: 9pt !important; }
  #site-info {
    background: transparent;
    width: 100%;
    padding-top: 1em; }
    #site-info .page-group {
      background: transparent;
      padding: 0 1rem; }
    #site-info .copyright {
      font-size: 10pt !important;
      color: inherit;
      border-top: 1px solid #adb0b1;
      width: 100%;
      padding: 0.25rem 0 0; } }

.branding h3 {
  margin-bottom: 0.5rem !important; }

.branding:nth-child(n+2) {
  padding-top: 0.5rem;
  border-top: 1px solid #adb0b1; }

.branding.typography {
  display: flex;
  flex-flow: row wrap; }
  .branding.typography h2 {
    flex: 100%; }

.font-family {
  flex: 1; }
  .font-family ul {
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    padding-left: 0.75rem;
    border-left: 1px solid #adb0b1; }
  .font-family.primary {
    font-family: "Source Serif Pro", serif; }
    .font-family.primary li:nth-child(1) {
      font-weight: 400; }
    .font-family.primary li:nth-child(2) {
      font-weight: 600; }
    .font-family.primary li:nth-child(3) {
      font-weight: 700; }
  .font-family.secondary {
    font-family: "Source Sans Pro", sans-serif; }
    .font-family.secondary li:nth-child(1) {
      font-weight: 400; }
    .font-family.secondary li:nth-child(2) {
      font-weight: 600; }
    .font-family.secondary li:nth-child(3) {
      font-weight: 700; }

.color-palette-shape {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 1em;
  padding: 1em;
  border-radius: 5px; }

.color-palette {
  margin-bottom: 1.5em;
  overflow: auto; }
  .color-palette.primary div {
    color: #fff; }
    .color-palette.primary div:nth-of-type(1) {
      background-color: #3F9EEA; }
    .color-palette.primary div:nth-of-type(2) {
      background-color: #0053A5; }
    .color-palette.primary div:nth-of-type(3) {
      background-color: #003467; }
    .color-palette.primary div:nth-of-type(4) {
      background-color: #e03b0e; }
    .color-palette.primary div:nth-of-type(5) {
      background-color: #a82c0b; }
  .color-palette.secondary div {
    color: #fff; }
    .color-palette.secondary div:nth-of-type(1) {
      color: #393a3b;
      background-color: #FFD900; }
    .color-palette.secondary div:nth-of-type(2) {
      background-color: #C1272D; }
    .color-palette.secondary div:nth-of-type(3) {
      background-color: #AAAAAA; }
    .color-palette.secondary div:nth-of-type(4) {
      background-color: #02B0B0; }
  .color-palette.neutral div {
    color: #fff; }
    .color-palette.neutral div:nth-of-type(1) {
      color: #393a3b;
      background-color: #E6EAEC; }
    .color-palette.neutral div:nth-of-type(2) {
      color: #393a3b;
      background-color: #d3d7d8; }
    .color-palette.neutral div:nth-of-type(3) {
      background-color: #adb0b1; }
    .color-palette.neutral div:nth-of-type(4) {
      background-color: #7a7c7d; }
    .color-palette.neutral div:nth-of-type(5) {
      background-color: #393a3b; }

.link-samples p:nth-child(1) a {
  color: #D63700; }
  .link-samples p:nth-child(1) a:hover {
    text-decoration: underline; }

.link-samples p:nth-child(2) a {
  color: #393a3b;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 142, 255, 0.8);
  transition: background 0.2s; }
  .link-samples p:nth-child(2) a:hover {
    background: rgba(0, 142, 255, 0.2); }

.link-samples p:nth-child(3) a {
  color: #393a3b;
  background-color: #BFE3FF;
  padding: 0 0.125rem;
  transition: all 0.25s; }
  .link-samples p:nth-child(3) a:hover {
    color: #fff;
    background: #3F9EEA; }

.link-samples a:nth-child(4) {
  color: #a82c0b; }

@media screen and (min-width: 48em) {
  #form_5e8bb09965128 .af-fields {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem; }
  #form_5e8bb09965128 .af-field-restaurant-name {
    background-color: #FFD900; }
  #form_5e8bb09965128 .af-field-restaurant-name {
    grid-column: span 2; }
  #form_5e8bb09965128 .af-field-restaurant-link,
  #form_5e8bb09965128 .af-field-restaurant-order-online {
    grid-column: 1 / span 2; }
  #form_5e8bb09965128 .af-field-restaurant-location {
    grid-column: 1; }
  #form_5e8bb09965128 .af-field-restaurant-shelter-in-place-tags {
    grid-column: 2; }
  #form_5e8bb09965128 .af-field-restaurant-notes {
    grid-column: 3 / span 2;
    grid-row: 1 /span 5;
    background-color: #E6EAEC; }
  #form_5e8bb09965128 .af-field-restaurant-daily,
  #form_5e8bb09965128 .af-field-restaurant-day-by-day {
    grid-column: span 2;
    grid-row: span 2; }
  #form_5e8bb09965128 .af-submit-button {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    background-color: #FFD900; } }

.page-template-name {
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 0, 0.5); }

.helper-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: red; }
  .helper-text::before {
    content: "*"; }

/*--------------------------------------------------------------
# Berkeleyside Gutenberg
--------------------------------------------------------------*/
/* Gutenberg block styles */
/* Post Asides */
.wp-block-group.aside {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #E6EAEC;
  padding: 1em;
  float: left;
  clear: left;
  width: 50%;
  max-width: 12.5em;
  margin: .25em 1em 1em 0;
  display: block; }
  @media (min-width: 64em) {
    .wp-block-group.aside {
      margin-right: 1.5em; } }
  .wp-block-group.aside .accent-header {
    margin-bottom: 0.75rem !important; }
  .wp-block-group.aside img {
    width: 100%;
    height: auto; }
  .wp-block-group.aside figcaption:last-child {
    margin-bottom: 0; }
  .wp-block-group.aside.medium {
    width: 100%;
    max-width: none;
    float: none;
    overflow: auto; }
    @media (min-width: 48em) {
      .wp-block-group.aside.medium {
        width: 25.25em;
        max-width: none;
        float: left; } }
    @media (min-width: 64em) {
      .wp-block-group.aside.medium {
        width: 25.25em;
        max-width: none;
        float: left;
        margin-left: -13.875em; } }

/* Images */
.wp-block-image figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a7c7d; }
