/*!
Theme Name: Berkeleyside Three
Theme URI: //www.berkeleyside.com/
Author: Doug Ng
Author URI: //design-ng.com/
Description: Custom theme developed for Berkeleyside.
Version: 1.0.11
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 #777777; }

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 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: #777777;
  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: #777777;
  padding: 0.5em 0;
  display: block; }

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

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

.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; }

.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-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; }

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

h1 {
  font-weight: 600; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  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 #EBEBEB; }

th {
  font-weight: 600;
  padding: 0.25em;
  background: #EBEBEB;
  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 #D9D9D9; }
  .primary-category a {
    color: #777777; }
    .primary-category a:hover {
      color: #3F9EEA; }

.edit-link {
  display: none; }

a.anchor-block {
  display: block; }

.entry-meta .posted-on,
.entry-meta .updated-on,
.entry-meta .byline {
  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: #404040; }
  .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: #404040; }
    .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; }

.no-results {
  margin: 1em; }

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

#secondary {
  margin: 1em;
  flex: 0 0 300px; }

.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: #BD3100;
    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; }

/* Archives
--------------------------------------------------------------*/
.archive-page-number {
  float: right; }

/* 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 #AAAAAA;
    border-left: 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: #AAAAAA;
    -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: #777777; }

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

@media (min-width: 40em) {
  .sidebar-with-background {
    background-color: #EBEBEB;
    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: #777777;
  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; }

.calendar_wrap {
  padding: 0.5em;
  background-color: #EBEBEB; }
  .calendar_wrap #wp-calendar {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem; }
    .calendar_wrap #wp-calendar #next {
      text-align: right; }
    .calendar_wrap #wp-calendar caption {
      font-weight: 600;
      text-transform: uppercase; }
    .calendar_wrap #wp-calendar th {
      font-weight: normal;
      color: #AAAAAA; }
    .calendar_wrap #wp-calendar tbody td {
      text-align: center; }
      .calendar_wrap #wp-calendar tbody td a {
        margin: 1px;
        display: block;
        background-color: #D9D9D9; }
        .calendar_wrap #wp-calendar tbody td a:hover, .calendar_wrap #wp-calendar tbody td a:focus {
          color: #fff;
          background-color: #3F9EEA; }
    .calendar_wrap #wp-calendar tbody #today a {
      color: #fff;
      background-color: #3F9EEA; }

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
.post-aside {
  background-color: #ebebeb;
  padding: 0.5em;
  float: left;
  clear: left;
  width: 50%;
  max-width: 12.5em;
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: 1.5em; }
  @media (min-width: 64em) {
    .post-aside {
      margin-right: 1.5em; } }
  .post-aside h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.25em; }
  .post-aside p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0.75em; }
    .post-aside p:last-child {
      margin-bottom: 0; }
  .post-aside img {
    width: 100%;
    height: auto; }
  .post-aside .wp-caption:last-child {
    margin: 0; }
    .post-aside .wp-caption:last-child .wp-caption-text {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 0; }
  .post-aside.large {
    width: 100%;
    max-width: none;
    float: none; }
    @media (min-width: 30em) and (max-width: 48em) {
      .post-aside.large {
        width: 50%;
        max-width: none;
        float: left; } }
    @media (min-width: 48em) and (max-width: 64em) {
      .post-aside.large {
        width: auto;
        max-width: none;
        float: none;
        margin-bottom: 1.5em; } }
    @media (min-width: 64em) {
      .post-aside.large {
        width: 31.5em;
        max-width: none;
        float: left;
        margin-left: -12.25em; } }
  @media (min-width: 64em) {
    .post-aside.medium {
      width: 25.25em;
      max-width: none;
      float: left;
      margin-left: -12.25em; } }
  @media (min-width: 64em) {
    .post-aside.small-plus {
      width: 18.75em;
      max-width: none;
      float: left;
      margin-left: -12.25em; } }

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.front-page-cta-banner {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  padding: 1em;
  margin: 1em auto 1.5em;
  background-color: #ffdd00;
  background-image: linear-gradient(315deg, #fbb034 10%, #ffdd00 35%, #ffdd00 65%, #fbb034 110%); }
  @media (min-width: 40em) {
    .front-page-cta-banner {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .front-page-cta-banner p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #003467;
    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 #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    align-items: center; }
  .front-page-cta-banner .mc-field-group {
    position: relative; }
  .front-page-cta-banner div.mce_inline_error {
    position: absolute;
    top: -1.75em; }
  .front-page-cta-banner #mce-success-response {
    margin: 0 0.75em 0 0.375em;
    padding: 0.25em 0.5em;
    border-radius: 5px;
    text-align: center;
    background: #EBEBEB; }
  .front-page-cta-banner #mce-EMAIL {
    background-color: #EBEBEB;
    line-height: 1.625;
    min-width: 200px;
    margin: 0 0.5em;
    padding: 0.25em 0.5em 0.125em;
    border-radius: 5px; }
    .front-page-cta-banner #mce-EMAIL:focus {
      background-color: #fff; }
  .front-page-cta-banner .button {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    background-color: #003467;
    padding: 0.5em	0.75em;
    border-radius: 10px;
    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: #3F9EEA; }

#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-block; }

#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; }

/*--------------------------------------------------------------
# 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; }
  .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: #404040;
      text-align: right;
      display: inline-block;
      width: 1.75em;
      margin-left: -1.75em;
      padding-right: 0.5em; }
  .wpp-list .wpp-stats {
    margin-top: 0.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #AAAAAA; }
    .wpp-list .wpp-stats .comments-number:hover:after {
      border-top: 8px solid #AAAAAA; }
    .wpp-list .wpp-stats .comments-number-link:hover {
      background-color: #AAAAAA; }
  .wpp-list li:last-child .wpp-stats {
    border-bottom: none; }

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

#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 {
  background-color: #EBEBEB;
  padding: 1em !important; }
  .widget.mks_flickr_widget ul.flickr {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 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; }

/*
 * 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-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: #EBEBEB;
      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 #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  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; }
  .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,
.berke-single-real-estate-01,
.berke-single-real-estate-02,
.berke-single-real-estate-03,
.berke-single-real-estate-04 {
  text-align: center;
  padding: 0.25em 0 1em;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  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,
  .berke-single-real-estate-01::before,
  .berke-single-real-estate-02::before,
  .berke-single-real-estate-03::before,
  .berke-single-real-estate-04::before {
    content: 'Advertisement';
    color: #AAAAAA;
    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,
  .berke-single-real-estate-01,
  .berke-single-real-estate-02,
  .berke-single-real-estate-03,
  .berke-single-real-estate-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 #D9D9D9; }

.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: #EBEBEB;
  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; }

#pre-header .page-group {
  background-color: #EBEBEB;
  padding: 0; }

#pre-header .ad-container {
  padding: 0; }
  @media (min-width: 64em) {
    #pre-header .ad-container {
      padding: 0.5em 0; } }

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

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

#masthead-secondary {
  display: none; }

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

#masthead .page-group {
  background-color: #0053A5; }

#masthead .site-branding {
  position: relative;
  padding: 0.25em 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-right: 1em;
    padding-top: 0.3125em;
    max-width: 300px; }
    @media (min-width: 40em) {
      #masthead .site-branding #logo {
        padding-top: 1em;
        padding-right: 0;
        width: 100%;
        max-width: 450px; } }
  #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.125em;
        max-width: 360px; } }

#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; } }

#masthead .search-form {
  width: 100%;
  position: relative;
  float: right; }
  #masthead .search-form .search-field {
    width: 100%;
    line-height: 1em; }
  #masthead .search-form .search-submit {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: .25em;
    font-size: 1.125rem;
    color: #777777; }

@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: #ffdd00;
          background-size: cover;
          background-position: center;
          border-radius: 0.25em;
          border: 1px solid rgba(255, 255, 255, 0.5); }
          #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 {
            display: block;
            background-color: #3F9EEA;
            padding: 0.25em 0.3125em;
            border-radius: 0.25em;
            border: 1px solid rgba(255, 255, 255, 0.5); }
    #masthead #masthead-secondary #search-form-container {
      width: 278px;
      float: right;
      clear: right;
      margin-right: 1em; } }

#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: #777777;
  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: #003467;
  position: relative; }
  #masthead #site-navigation li a {
    font-weight: 600;
    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; }

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

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

#masthead #site-navigation.toggled .menu-container {
  border-top: 1px solid #D9D9D9;
  background-color: #777777;
  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: #777777; }

#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;
  overflow: hidden; }

#page {
  background-color: #fff; }

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

#masthead {
  background-color: #D9D9D9; }

#content {
  background-color: #EBEBEB; }

#colophon {
  background-color: #AAAAAA; }

#site-info {
  background-color: #404040; }

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

#footer-content {
  background-color: #D9D9D9;
  display: flex;
  flex-flow: row wrap; }
  #footer-content section > header {
    padding: 0.25em 0;
    margin-bottom: 0.5em;
    border-top: 3px solid #404040; }
    #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 #AAAAAA; }
      @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: #EBEBEB; }
      #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: #AAAAAA;
    margin-bottom: 0.5em; }

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

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

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

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

.page-template-page_template-front-page-testing #main section, .page-template-page_template-front-page-testing #main .section,
.front-page #main section,
.front-page #main .section {
  margin: 1em;
  overflow: hidden; }
  .page-template-page_template-front-page-testing #main section.full-width, .page-template-page_template-front-page-testing #main .section.full-width,
  .front-page #main section.full-width,
  .front-page #main .section.full-width {
    margin: 1em 0; }
  .page-template-page_template-front-page-testing #main section .section-view-all, .page-template-page_template-front-page-testing #main .section .section-view-all,
  .front-page #main section .section-view-all,
  .front-page #main .section .section-view-all {
    clear: both; }
    .page-template-page_template-front-page-testing #main section .section-view-all a, .page-template-page_template-front-page-testing #main .section .section-view-all a,
    .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; }

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

.page-template-page_template-front-page-testing #main aside.berkeleyside-callout,
.front-page #main aside.berkeleyside-callout {
  background-color: #EBEBEB;
  margin: 1em 0;
  padding: 1em;
  flex: 1 1 auto; }

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

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

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

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

.page-template-page_template-front-page-testing #main .content-category-with-ads section,
.front-page #main .content-category-with-ads section {
  border-bottom: 1px solid #AAAAAA; }

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

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

.page-template-page_template-front-page-testing #main .content-category-featured .hentry.category-arts,
.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) {
  .page-template-page_template-front-page-testing #main .content-category-featured,
  .front-page #main .content-category-featured {
    padding: 1em 0; }
    .page-template-page_template-front-page-testing #main .content-category-featured section,
    .front-page #main .content-category-featured section {
      height: 100%;
      margin: 0 1em;
      border-bottom: 1px solid #AAAAAA;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
    .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container,
    .front-page #main .content-category-featured .articles-list-container {
      min-height: 580px;
      display: flex;
      flex-flow: row nowrap;
      flex: 1 0; }
      .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list li:first-child .hentry,
      .front-page #main .content-category-featured .articles-list-container .articles-list li:first-child .hentry {
        border-top: none; }
      .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1),
      .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) {
        padding-right: 1em;
        flex: 0 0 60%; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-title,
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-title {
          font-size: 26px;
          font-size: 1.625rem; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-summary p,
        .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; }
      .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2),
      .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; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) li,
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) li {
          flex: 1; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title,
        .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) {
          .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title,
          .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) {
  .page-template-page_template-front-page-testing #main .content-category-featured .articles-list:nth-of-type(2) li:first-child .hentry,
  .front-page #main .content-category-featured .articles-list:nth-of-type(2) li:first-child .hentry {
    padding-top: 0.5em;
    border-top: 1px solid #AAAAAA; }
  .page-template-page_template-front-page-testing #main .content-category-featured .articles-list:nth-of-type(2) .entry-title,
  .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) {
  .page-template-page_template-front-page-testing #main .content-category-featured,
  .front-page #main .content-category-featured {
    padding: 1em 0; }
    .page-template-page_template-front-page-testing #main .content-category-featured section,
    .front-page #main .content-category-featured section {
      height: 100%;
      margin: 0 1em;
      border-bottom: 1px solid #AAAAAA;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
    .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container,
    .front-page #main .content-category-featured .articles-list-container {
      display: flex;
      flex-flow: row nowrap;
      flex: 1 0; }
      .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1),
      .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) {
        padding-right: 1em;
        flex: 0 0 60%; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-title,
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-title {
          font-size: 26px;
          font-size: 1.625rem; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(1) .entry-summary p,
        .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; }
      .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2),
      .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; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) li,
        .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) li {
          flex: 1; }
        .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title,
        .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) {
          .page-template-page_template-front-page-testing #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title,
          .front-page #main .content-category-featured .articles-list-container .articles-list:nth-of-type(2) .entry-title {
            font-size: 20px;
            font-size: 1.25rem; } }

.page-template-page_template-front-page-testing #main hr.highlight-horz-rule,
.front-page #main hr.highlight-horz-rule {
  height: 5px;
  margin: 0 1em 1em;
  background-color: #AAAAAA; }

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

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

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

.page-template-page_template-front-page-testing #main .breaking-stories .articles-list,
.front-page #main .breaking-stories .articles-list {
  margin: 0; }
  .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li,
  .front-page #main .breaking-stories .articles-list li {
    margin: 0 0 1em;
    flex: 1 0 50%; }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li article,
    .front-page #main .breaking-stories .articles-list li article {
      padding-top: 0;
      padding-bottom: 0;
      border-top: none; }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .entry-title,
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .post-content:first-child .entry-title,
    .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; }
      .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .entry-title a,
      .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .post-content:first-child .entry-title a,
      .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) {
        .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .entry-title,
        .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .post-content:first-child .entry-title,
        .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) {
      .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .entry-summary,
      .front-page #main .breaking-stories .articles-list li .entry-summary {
        font-size: 18px;
        font-size: 1.125rem; } }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .ssba,
    .front-page #main .breaking-stories .articles-list li .ssba {
      display: block; }
      .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .ssba .ssba_email_share, .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .ssba .ssba_print,
      .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; }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li article,
    .front-page #main .breaking-stories .articles-list li article {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch; }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .post-hero,
    .front-page #main .breaking-stories .articles-list li .post-hero {
      flex: 0 1 25%;
      margin-bottom: 0; }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .post-content,
    .front-page #main .breaking-stories .articles-list li .post-content {
      flex: 1;
      padding-left: 1em; }
    .page-template-page_template-front-page-testing #main .breaking-stories .articles-list li .entry-summary,
    .front-page #main .breaking-stories .articles-list li .entry-summary {
      flex: 0 0 100%; }

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

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

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

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

.page-template-page_template-front-page-testing #main .top-stories,
.front-page #main .top-stories {
  background-color: #EBEBEB; }
  .page-template-page_template-front-page-testing #main .top-stories .articles-list,
  .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; }
    .page-template-page_template-front-page-testing #main .top-stories .articles-list.tag-posts,
    .front-page #main .top-stories .articles-list.tag-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(301px, 1fr)); }
    .page-template-page_template-front-page-testing #main .top-stories .articles-list li,
    .front-page #main .top-stories .articles-list li {
      flex: 1 0 100%; }
      @media (min-width: 30em) {
        .page-template-page_template-front-page-testing #main .top-stories .articles-list li,
        .front-page #main .top-stories .articles-list li {
          flex: 1 0 50%; } }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li article,
      .front-page #main .top-stories .articles-list li article {
        padding: 0 0.5em;
        border-top: none; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li .entry-header,
      .front-page #main .top-stories .articles-list li .entry-header {
        margin-right: 2.4375rem; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li .entry-title,
      .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; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li .entry-meta.byline, .page-template-page_template-front-page-testing #main .top-stories .articles-list li .entry-meta.posted-on,
      .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; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li .entry-summary,
      .front-page #main .top-stories .articles-list li .entry-summary {
        font-size: 15px;
        font-size: 0.9375rem; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li .post-content:first-child .entry-title,
      .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; }
    .page-template-page_template-front-page-testing #main .top-stories .articles-list p,
    .front-page #main .top-stories .articles-list p {
      margin-bottom: 0; }
    .page-template-page_template-front-page-testing #main .top-stories .articles-list .top-stories-comments,
    .front-page #main .top-stories .articles-list .top-stories-comments {
      height: 35px;
      margin: 0 0.5em; }
      @media (max-width: 30em) {
        .page-template-page_template-front-page-testing #main .top-stories .articles-list .top-stories-comments,
        .front-page #main .top-stories .articles-list .top-stories-comments {
          padding-bottom: 0.25em;
          border-bottom: 1px solid #AAAAAA; } }
      @media (min-width: 30em) {
        .page-template-page_template-front-page-testing #main .top-stories .articles-list .top-stories-comments,
        .front-page #main .top-stories .articles-list .top-stories-comments {
          padding-top: 0.25em;
          border-top: 1px solid #AAAAAA; } }
    .page-template-page_template-front-page-testing #main .top-stories .articles-list .comments-number,
    .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;
					}
				}
				*/ }
    .page-template-page_template-front-page-testing #main .top-stories .articles-list .sponsored,
    .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; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list .sponsored span,
      .front-page #main .top-stories .articles-list .sponsored span {
        font-size: 14px;
        font-size: 0.875rem; }
  @media (min-width: 64em) {
    .page-template-page_template-front-page-testing #main .top-stories .articles-list,
    .front-page #main .top-stories .articles-list {
      flex-flow: row nowrap; } }
  @media (min-width: 30em) {
    .page-template-page_template-front-page-testing #main .top-stories .articles-list li,
    .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; }
      .page-template-page_template-front-page-testing #main .top-stories .articles-list li article,
      .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; }
        .page-template-page_template-front-page-testing #main .top-stories .articles-list li article .post-hero,
        .front-page #main .top-stories .articles-list li article .post-hero {
          flex: 0 auto; }
        .page-template-page_template-front-page-testing #main .top-stories .articles-list li article .post-content,
        .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; }
          .page-template-page_template-front-page-testing #main .top-stories .articles-list li article .post-content .entry-summary,
          .front-page #main .top-stories .articles-list li article .post-content .entry-summary {
            flex: 1 0 auto; }
        .page-template-page_template-front-page-testing #main .top-stories .articles-list li article.category-opinion .post-content,
        .front-page #main .top-stories .articles-list li article.category-opinion .post-content {
          padding: 1em;
          background-color: #D9D9D9; } }
  @media (min-width: 48em) {
    .page-template-page_template-front-page-testing #main .top-stories .articles-list li,
    .front-page #main .top-stories .articles-list li {
      flex: 0 1 25%; } }
  .page-template-page_template-front-page-testing #main .top-stories .ssba,
  .front-page #main .top-stories .ssba {
    display: none; }

.page-template-page_template-front-page-testing #main .news-wire header,
.front-page #main .news-wire header {
  background-color: #404040; }
  .page-template-page_template-front-page-testing #main .news-wire header h1,
  .front-page #main .news-wire header h1 {
    margin-bottom: 0; }
  .page-template-page_template-front-page-testing #main .news-wire header p,
  .front-page #main .news-wire header p {
    color: #fff;
    padding: 0.125em 0.75em 0.5em; }

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

.page-template-page_template-front-page-testing #main .news-wire .wp-caption-text,
.front-page #main .news-wire .wp-caption-text {
  color: #EBEBEB;
  padding: 0.5em 0.75em;
  background-color: #404040; }

.page-template-page_template-front-page-testing #main .opinion .articles-list,
.front-page #main .opinion .articles-list {
  background-color: #EBEBEB;
  margin-top: 0;
  display: flex; }
  .page-template-page_template-front-page-testing #main .opinion .articles-list li article,
  .front-page #main .opinion .articles-list li article {
    position: relative;
    margin: 0 0.75em;
    padding: 0.5em 3em 1em 0; }
  .page-template-page_template-front-page-testing #main .opinion .articles-list li .entry-title,
  .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) {
      .page-template-page_template-front-page-testing #main .opinion .articles-list li .entry-title,
      .front-page #main .opinion .articles-list li .entry-title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .page-template-page_template-front-page-testing #main .opinion .articles-list li .entry-meta,
  .front-page #main .opinion .articles-list li .entry-meta {
    font-size: 16px;
    font-size: 1rem; }
  .page-template-page_template-front-page-testing #main .opinion .articles-list li .comments-number,
  .front-page #main .opinion .articles-list li .comments-number {
    position: absolute;
    top: 0.75em;
    right: 0; }

.page-template-page_template-front-page-testing #main .nosh,
.front-page #main .nosh {
  border-bottom: 2em solid #F65117; }
  .page-template-page_template-front-page-testing #main .nosh header h1,
  .front-page #main .nosh header h1 {
    margin-bottom: 0; }
  .page-template-page_template-front-page-testing #main .nosh .section-header,
  .front-page #main .nosh .section-header {
    background-color: #F65117; }
  .page-template-page_template-front-page-testing #main .nosh section,
  .front-page #main .nosh section {
    margin: 0; }
  @media (min-width: 64em) {
    .page-template-page_template-front-page-testing #main .nosh .nosh-grid,
    .front-page #main .nosh .nosh-grid {
      display: grid;
      grid-template-columns: 2fr 3fr; } }
  .page-template-page_template-front-page-testing #main .nosh .nosh-column-1,
  .front-page #main .nosh .nosh-column-1 {
    flex: 0 1 40%; }
  .page-template-page_template-front-page-testing #main .nosh .nosh-add-articles,
  .front-page #main .nosh .nosh-add-articles {
    flex: 1; }
  .page-template-page_template-front-page-testing #main .nosh .nosh-column-1,
  .front-page #main .nosh .nosh-column-1 {
    display: flex;
    min-height: 300px; }
    @media (min-width: 40em) {
      .page-template-page_template-front-page-testing #main .nosh .nosh-column-1,
      .front-page #main .nosh .nosh-column-1 {
        min-height: 400px; } }
  .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article,
  .front-page #main .nosh .nosh-lead-story article {
    flex: 1; }
    .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .post-hero,
    .front-page #main .nosh .nosh-lead-story article .post-hero {
      margin-bottom: 0; }
    .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .post-content,
    .front-page #main .nosh .nosh-lead-story article .post-content {
      padding: 1em;
      background: #BD3100; }
    .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .entry-title,
    .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) {
        .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .entry-title,
        .front-page #main .nosh .nosh-lead-story article .entry-title {
          font-size: 34px;
          font-size: 2.125rem; } }
      .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .entry-title a,
      .front-page #main .nosh .nosh-lead-story article .entry-title a {
        color: #fff; }
  @media (min-width: 40em) {
    .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article,
    .front-page #main .nosh .nosh-lead-story article {
      width: 100%;
      position: relative;
      border-bottom: none; }
      .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .post-hero-bg,
      .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; }
      .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .post-hero,
      .front-page #main .nosh .nosh-lead-story article .post-hero {
        display: none; }
      .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .post-content,
      .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)); }
      .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .entry-title a,
      .front-page #main .nosh .nosh-lead-story article .entry-title a {
        text-shadow: 0px 0px 8px #000; }
        .page-template-page_template-front-page-testing #main .nosh .nosh-lead-story article .entry-title a:hover,
        .front-page #main .nosh .nosh-lead-story article .entry-title a:hover {
          color: #D9D9D9; } }
  .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1,
  .front-page #main .nosh .nosh-column-2-1 {
    background-color: #EBEBEB;
    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-page-testing #main .nosh .nosh-column-2-1 .articles-list,
    .front-page #main .nosh .nosh-column-2-1 .articles-list {
      margin-top: 0; }
    .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2),
    .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) {
      padding: 1em;
      order: -1; }
      .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) li:last-child,
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) li:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
      .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title,
      .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) {
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title,
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title {
            font-size: 22px;
            font-size: 1.375rem; } }
        .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a,
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a {
          color: #BD3100; }
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a:hover,
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a:hover {
            color: #F65117; }
    .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1),
    .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) {
      min-height: 276px;
      flex: 1 0 auto;
      display: flex; }
      .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article,
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
        flex: 1; }
        .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero,
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
          margin-bottom: 0; }
        .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content,
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
          padding: 1em;
          background: #BD3100; }
        .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title,
        .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) {
            .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title,
            .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title {
              font-size: 28px;
              font-size: 1.75rem; } }
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a,
          .front-page #main .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-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article,
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
          width: 100%;
          position: relative;
          border-bottom: none; }
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero-bg,
          .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; }
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero,
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
            display: none; }
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content,
          .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)); }
          .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a,
          .front-page #main .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-page-testing #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a:hover,
            .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a:hover {
              color: #D9D9D9; } }
  .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-2,
  .front-page #main .nosh .nosh-column-2-2 {
    background-color: #D9D9D9;
    display: flex; }
    .page-template-page_template-front-page-testing #main .nosh .nosh-column-2-2 .ad-container.section,
    .front-page #main .nosh .nosh-column-2-2 .ad-container.section {
      margin: 0 auto;
      padding: 1em;
      display: flex;
      align-items: center; }

#video_section-front_page {
  background-color: #000;
  width: 100%; }
  #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; }
    #video_section-front_page .section-header > * {
      align-self: center; }
    #video_section-front_page .section-header .section-title {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 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) {
      #video_section-front_page .section-header .we-transfer-link {
        text-align: right;
        margin-top: 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; }
      #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; }
      #video_section-front_page .section-header .we-transfer-link a:hover {
        background-color: #3F9EEA; }
  #video_section-front_page .wp-block-embed {
    margin: 0; }
    #video_section-front_page .wp-block-embed ~ * {
      display: none; }
    #video_section-front_page .wp-block-embed + .video-related-stories {
      display: block; }
      #video_section-front_page .wp-block-embed + .video-related-stories a {
        color: #D9D9D9;
        background-color: #000;
        padding: 0.5rem;
        transition: background 0.3s;
        display: grid;
        grid-template-columns: max-content 1fr;
        grid-gap: 0.5rem; }
        #video_section-front_page .wp-block-embed + .video-related-stories a:hover {
          color: #fff;
          background-color: #0053A5; }
        #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; }
        #video_section-front_page .wp-block-embed + .video-related-stories a .full-story-title {
          max-width: 60ch; }
  #video_section-front_page .video_section-videos-list {
    padding: 1em;
    margin: 0;
    list-style: none;
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 40em) {
      #video_section-front_page .video_section-videos-list {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 64em) {
      #video_section-front_page .video_section-videos-list {
        grid-template-columns: 12fr 5fr; } }
    #video_section-front_page .video_section-videos-list li {
      color: #D9D9D9;
      position: relative; }
      #video_section-front_page .video_section-videos-list li .video-story-link,
      #video_section-front_page .video_section-videos-list li .video-image,
      #video_section-front_page .video_section-videos-list li .wp-post-image {
        width: 100%;
        height: 100%; }
      #video_section-front_page .video_section-videos-list li p a {
        color: #3F9EEA; }
      #video_section-front_page .video_section-videos-list li .video-story-link {
        color: #fff; }
        #video_section-front_page .video_section-videos-list li .video-story-link:hover .fa {
          background: #0053A5; }
      #video_section-front_page .video_section-videos-list li .wp-post-image {
        object-fit: cover; }
      #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) {
          #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%); } }
        #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; }
        #video_section-front_page .video_section-videos-list li .video-title .video-title-duration {
          align-self: center; }
        #video_section-front_page .video_section-videos-list li .video-title .video-entry-title {
          padding-right: 0.25rem; }
        #video_section-front_page .video_section-videos-list li .video-title .video-duration {
          font-size: 12px;
          font-size: 0.75rem;
          color: #EBEBEB;
          background-color: #777777;
          padding: 0.125rem 0.375rem 0.0625rem;
          border-radius: 0.125rem;
          white-space: nowrap; }
          #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; }
      #video_section-front_page .video_section-videos-list li .ssba {
        display: none; }
    @media (min-width: 40em) {
      #video_section-front_page .video_section-videos-list li:first-child {
        grid-column: span 2; } }
    @media (min-width: 64em) {
      #video_section-front_page .video_section-videos-list li:first-child {
        grid-column: span 1;
        grid-row: span 2; } }
    @media (min-width: 40em) {
      #video_section-front_page .video_section-videos-list li:first-child .video-title {
        font-size: 32px;
        font-size: 2rem; }
        #video_section-front_page .video_section-videos-list li:first-child .video-title .video-duration {
          font-size: 75%; } }

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

.page-template-page_template-front-page-testing #main .category-column-content,
.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) {
    .page-template-page_template-front-page-testing #main .category-column-content .articles-list,
    .front-page #main .category-column-content .articles-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 2em; }
      .page-template-page_template-front-page-testing #main .category-column-content .articles-list li:first-child,
      .front-page #main .category-column-content .articles-list li:first-child {
        grid-row: 1 / span 3; } }

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

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

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

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

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

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

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

.single #main .hentry,
.page-template-page_template-single-post #main .hentry {
  flex: 1;
  margin: 1em;
  min-width: 1px; }
  .single #main .hentry > *,
  .page-template-page_template-single-post #main .hentry > * {
    margin-bottom: 1em; }
  .single #main .hentry > *:last-child,
  .page-template-page_template-single-post #main .hentry > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .single #main .hentry .entry-meta,
    .page-template-page_template-single-post #main .hentry .entry-meta {
      order: 1;
      flex: 0 1 11.25em; }
    .single #main .hentry .entry-header,
    .page-template-page_template-single-post #main .hentry .entry-header {
      order: 2;
      flex: 1 1 60%; }
    .single #main .hentry .entry-content,
    .page-template-page_template-single-post #main .hentry .entry-content {
      order: 3;
      margin-left: 12.25em; }
    .single #main .hentry .entry-footer,
    .page-template-page_template-single-post #main .hentry .entry-footer {
      order: 4; } }
  .single #main .hentry .entry-meta .post-date-author,
  .single #main .hentry .entry-meta .social-bar,
  .page-template-page_template-single-post #main .hentry .entry-meta .post-date-author,
  .page-template-page_template-single-post #main .hentry .entry-meta .social-bar {
    overflow: hidden; }
  .single #main .hentry .entry-meta .post-date-author,
  .page-template-page_template-single-post #main .hentry .entry-meta .post-date-author {
    margin-top: 0.25em; }
  .single #main .hentry .entry-meta .admin-note.edit-post-link,
  .page-template-page_template-single-post #main .hentry .entry-meta .admin-note.edit-post-link {
    display: none; }
  .single #main .hentry .entry-meta .social-bar,
  .page-template-page_template-single-post #main .hentry .entry-meta .social-bar {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.5em;
    margin-bottom: 0.25em; }
  .single #main .hentry .entry-meta .post-category,
  .page-template-page_template-single-post #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,
    .page-template-page_template-single-post #main .hentry .entry-meta {
      margin: 0 1em 0 0; }
      .single #main .hentry .entry-meta .posted-on, .single #main .hentry .entry-meta .byline,
      .page-template-page_template-single-post #main .hentry .entry-meta .posted-on,
      .page-template-page_template-single-post #main .hentry .entry-meta .byline {
        display: block; } }
  .single #main .hentry .entry-meta .comments-number-container,
  .page-template-page_template-single-post #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,
    .page-template-page_template-single-post #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,
  .page-template-page_template-single-post #main .hentry .entry-header {
    margin-bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end; }
    .single #main .hentry .entry-header .post-banner,
    .page-template-page_template-single-post #main .hentry .entry-header .post-banner {
      margin-bottom: 0.75em; }
      .single #main .hentry .entry-header .post-banner .post-banner-title,
      .page-template-page_template-single-post #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,
    .page-template-page_template-single-post #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: #404040;
      background: #FFD900; }
      @media (min-width: 40em) {
        .single #main .hentry .entry-header .before-title-heading span,
        .page-template-page_template-single-post #main .hentry .entry-header .before-title-heading span {
          font-size: 22px;
          font-size: 1.375rem; } }
    .single #main .hentry .entry-header .entry-title,
    .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #main .hentry .entry-header .entry-title {
          font-size: 36px;
          font-size: 2.25rem; } }
    .single #main .hentry .entry-header .entry-summary,
    .page-template-page_template-single-post #main .hentry .entry-header .entry-summary {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 1em; }
    .single #main .hentry .entry-header .breaking-updated,
    .page-template-page_template-single-post #main .hentry .entry-header .breaking-updated {
      margin: 0.3125em 0 0.875em; }
      .single #main .hentry .entry-header .breaking-updated .breaking-updated-title,
      .page-template-page_template-single-post #main .hentry .entry-header .breaking-updated .breaking-updated-title {
        font-size: 22px;
        font-size: 1.375rem;
        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,
          .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #main .hentry .entry-header .breaking-updated .updated-on {
        color: #C1272D; }
  .single #main .hentry .entry-content,
  .page-template-page_template-single-post #main .hentry .entry-content {
    flex: 1 auto;
    min-width: 1px; }
    .single #main .hentry .entry-content h2, .single #main .hentry .entry-content h3,
    .page-template-page_template-single-post #main .hentry .entry-content h2,
    .page-template-page_template-single-post #main .hentry .entry-content h3 {
      margin-bottom: 1.375rem; }
    .single #main .hentry .entry-content p a,
    .page-template-page_template-single-post #main .hentry .entry-content p a {
      color: #404040;
      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,
      .page-template-page_template-single-post #main .hentry .entry-content p a:hover {
        background: rgba(0, 142, 255, 0.2); }
    .single #main .hentry .entry-content aside a,
    .page-template-page_template-single-post #main .hentry .entry-content aside a {
      color: #404040;
      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,
      .page-template-page_template-single-post #main .hentry .entry-content aside a:hover {
        background: rgba(0, 142, 255, 0.2); }
    .single #main .hentry .entry-content .pullquote,
    .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #main .hentry .entry-content .pullquote img {
        margin-bottom: 0.5em;
        width: 100%; }
  .single #main .hentry .meta-related-stories,
  .page-template-page_template-single-post #main .hentry .meta-related-stories {
    margin-top: 1.5em; }
    .single #main .hentry .meta-related-stories h2,
    .page-template-page_template-single-post #main .hentry .meta-related-stories h2 {
      margin-bottom: 0.25em; }
    .single #main .hentry .meta-related-stories ul,
    .page-template-page_template-single-post #main .hentry .meta-related-stories ul {
      margin-left: 0; }
    .single #main .hentry .meta-related-stories.related-with-thumbnail h2,
    .page-template-page_template-single-post #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,
    .page-template-page_template-single-post #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,
    .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #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,
      .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #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,
        .page-template-page_template-single-post #main .hentry .meta-related-stories.related-with-thumbnail ul.count-3 .related-link {
          display: block; } }
  .single #main .hentry .entry-footer,
  .page-template-page_template-single-post #main .hentry .entry-footer {
    flex: 1 100%;
    border-top: 2px solid #02B0B0;
    padding-top: 0.5em; }
    .single #main .hentry .entry-footer h2,
    .page-template-page_template-single-post #main .hentry .entry-footer h2 {
      margin-bottom: 0.25em; }
    .single #main .hentry .entry-footer .tags-links a,
    .page-template-page_template-single-post #main .hentry .entry-footer .tags-links a {
      font-size: 15px;
      font-size: 0.9375rem;
      background-color: #EBEBEB;
      padding: 0.125em 0.375em;
      margin: 0 0.5em 0.5em 0;
      display: inline-block; }

.single #main .ad-container,
.page-template-page_template-single-post #main .ad-container {
  margin: 0 1em;
  border-top: 2px solid #AAAAAA; }

.single #main .comments-area,
.page-template-page_template-single-post #main .comments-area {
  flex-basis: 100%; }

.single #main .content-ad,
.page-template-page_template-single-post #main .content-ad {
  clear: left;
  padding: 0.5em 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9; }

.single #main .opinionator-author-meta,
.page-template-page_template-single-post #main .opinionator-author-meta {
  margin-top: 1.5em; }
  .single #main .opinionator-author-meta .opinionator-author,
  .page-template-page_template-single-post #main .opinionator-author-meta .opinionator-author {
    font-weight: 600;
    margin-bottom: 0; }
  .single #main .opinionator-author-meta .opinionator-author-bio,
  .page-template-page_template-single-post #main .opinionator-author-meta .opinionator-author-bio {
    font-style: italic;
    color: #777777; }

.single #content-area-comments #comments-policy {
  flex: 0 0 300px;
  margin: 0 1em 1em;
  padding: 1em;
  background: #EBEBEB;
  border-top: 0.5em solid #AAAAAA; }
  @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 #777777;
        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: #404040; }

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

.aside-content-append {
  border-top: 2px solid #AAAAAA;
  padding: 1em;
  background-color: #EBEBEB;
  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: #404040;
    padding: 0.25em 0.5em 0.25em 0.625em;
    background-color: #FFD900;
    transition: background 0.3s ease;
    box-decoration-break: clone;
    border: 1px solid #AAAAAA;
    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-photo-lead #masthead,
.post-template-post_template-single-video #masthead,
.page-template-page_template-page-thank-you #masthead {
  background-color: #404040; }
  .post-template-post_template-single-photo-lead #masthead .nav-container,
  .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-photo-lead #masthead .nav-symbol,
  .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-photo-lead #masthead .nav-logo-nosh,
  .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-photo-lead #masthead .nav-logo-berkeleyside,
  .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-photo-lead .sidenav,
.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-photo-lead .sidenav .menu-item a,
  .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: #EBEBEB;
    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,
  .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: #EBEBEB;
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0; }
  .post-template-post_template-single-photo-lead .sidenav .menu-home,
  .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 #AAAAAA; }

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

.post-template-post_template-single-photo-lead .post-photo-lead-hero,
.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-photo-lead .post-photo-lead-hero img,
  .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-photo-lead .post-photo-lead-hero .photo-lead-caption,
  .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: 15px;
    font-size: 0.9375rem;
    font-family: "Source Sans Pro", sans-serif;
    padding: 1em 2em; }

.post-template-post_template-single-photo-lead .primary.page-group,
.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-photo-lead #content,
.post-template-post_template-single-video #content,
.page-template-page_template-page-thank-you #content {
  background-color: #fff; }

.post-template-post_template-single-photo-lead #main .hentry,
.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-photo-lead #main .hentry .entry-meta,
    .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-photo-lead #main .hentry .entry-header,
    .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-photo-lead #main .hentry .entry-content,
    .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-photo-lead #main .hentry .entry-footer,
    .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-photo-lead #main .hentry .entry-header,
  .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-photo-lead #main .hentry .entry-header .entry-title,
    .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-photo-lead #main .hentry .entry-header .entry-title,
        .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-photo-lead #main .hentry .entry-meta,
  .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-photo-lead #main .hentry .entry-meta .primary-category,
    .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-photo-lead #main .hentry .entry-content,
  .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-photo-lead .gallery,
.post-template-post_template-single-video .gallery,
.page-template-page_template-page-thank-you .gallery {
  border-bottom: 2px solid #D9D9D9; }
  .post-template-post_template-single-photo-lead .gallery .gallery-item:nth-child(odd),
  .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-photo-lead .gallery .gallery-item:nth-child(even),
  .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-photo-lead .gallery .gallery-caption,
  .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-photo-lead .gallery,
    .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-photo-lead .gallery-columns-1,
  .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-photo-lead .gallery-columns-1 img,
.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-photo-lead .gallery-columns-1 .gallery-item:nth-child(odd),
.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 #777777; }
        .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: #404040; }
        .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: #D9D9D9;
          font-size: 14px;
          font-size: 0.875rem;
          background-color: #404040;
          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: #777777; }
    .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: #404040; }
  .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: #777777; }
    @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: #D9D9D9;
  padding: 1em;
  margin-bottom: 2em; }

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

.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; }

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

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

.page #main #secondary {
  padding: 1em;
  background-color: #D9D9D9; }

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

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

.page #main .whois-list {
  margin: 0 -0.5em;
  list-style: none;
  justify-content: flex-start; }
  .page #main .whois-list .whois-person {
    padding: 0 0.5em;
    margin-bottom: 1em;
    flex: 0 0 25%; }
    .page #main .whois-list .whois-person a {
      display: block;
      width: 100%;
      height: 100%; }
      .page #main .whois-list .whois-person a:hover {
        color: #fff;
        background-color: #0053A5; }
  .page #main .whois-list .whois-name {
    font-weight: 600;
    display: block;
    padding: 0.25em 0.25em 0; }
  .page #main .whois-list .whois-title {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 0 0.25em 0.25em; }

.donation-block {
  background-color: #E7F3FC;
  margin-bottom: 2em;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #D9D9D9; }
  .donation-block div.column {
    padding: 1em 1em 0; }
  @media (min-width: 30em) {
    .donation-block {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: stretch; }
      .donation-block div.column {
        flex: 0 1 50%; } }
  .donation-block ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px !important;
    overflow: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .donation-block li {
    flex: 0 1 30%; }
  .donation-block a.donation-button {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    padding: 8px 3px;
    border: 1px solid #777777;
    display: block;
    border-radius: 4px;
    margin: 0.5em 0; }
    .donation-block a.donation-button:hover {
      color: #fff;
      background-color: #404040; }
  .donation-block a.donation-specified {
    color: #fff;
    background-color: #3F9EEA;
    width: 100%; }
  .donation-block a.donation-monthly {
    color: #333;
    background-color: #D9D9D9; }
  .donation-block a.donation-once {
    color: #fff;
    background-color: #3F9EEA; }

/* Signup Page */
.page-id-332718 #main,
.page-id-244060 #main {
  flex-direction: row-reverse; }

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

.page-id-332718 h3.nosh-weekly,
.page-id-244060 h3.nosh-weekly {
  background-color: #F65117; }

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

/* 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: #EBEBEB; }
  @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 #D9D9D9; }
  #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: #EBEBEB; }
  #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: #777777;
  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 #D9D9D9;
  padding-top: 0.5em; }

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

@media (max-width: 48em) {
  .page-id-296847 h2 {
    font-size: 20px;
    font-size: 1.25rem; } }

.member-levels {
  color: #fff; }
  .member-levels .tier-amount {
    font-family: "Source Sans Pro", sans-serif; }
  .member-levels h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
  .member-levels p.contribution {
    margin-bottom: 1em; }

.icon-container {
  text-align: center;
  background-color: #0053A5;
  border-radius: 5em;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 1.25em;
  margin: 0 auto 1em; }
  .icon-container .member-icon {
    background-color: #3F9EEA;
    padding-top: 1em; }

.accordion .accordion-content {
  display: none;
  padding: 1em 1em;
  background-color: #0053A5;
  position: relative;
  flex: 1 0 auto;
  text-align: left; }
  .accordion .accordion-content a {
    color: inherit;
    border-bottom: 1px solid; }
    .accordion .accordion-content a:after {
      content: '\f08e';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      padding-left: 0.25em;
      text-align: middle; }
  .accordion .accordion-content ul {
    margin-bottom: 0; }
  .accordion .accordion-content li {
    margin-bottom: 0.5em; }

.accordion .accordion-content.default {
  display: block; }

.accordion.tiers .accordion-item {
  margin-bottom: 1.375em; }

@media (min-width: 48em) {
  .accordion.tiers {
    margin: 0 -0.5em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .accordion.tiers .accordion-item {
      flex: 0 0 33.333333333%;
      padding: 0 0.5em;
      display: flex;
      flex-flow: column; } }

.accordion.social {
  margin-bottom: 1.375em;
  text-align: center; }
  .accordion.social .member-social-insider > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .accordion.social {
      text-align: left; } }

.accordion-toggle {
  cursor: pointer;
  position: relative; }
  .accordion-toggle:after {
    content: '\f063';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1;
    color: #0053A5;
    background-color: #fff;
    border-radius: 2em;
    transform: rotate(0);
    transition: transform 0.3s ease;
    bottom: 0.5em;
    padding: 0.3125em;
    width: 30px;
    height: 30px;
    margin-bottom: 0.75em; }
  .accordion-toggle.opened:after {
    transform: rotate(-180deg);
    transition: transform 0.3s ease; }

.accordion-toggle.after-no-bg:after {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border-radius: 0;
  transform: rotate(0);
  transition: transform 0.3s ease;
  bottom: 0.5em;
  padding: 0;
  width: auto;
  height: auto;
  margin-bottom: 0.25em; }

.accordion-toggle.after-no-bg.opened:after {
  transform: rotate(-180deg);
  transition: transform 0.3s ease; }

.tier-content {
  text-align: center;
  padding: 1.5em 0 0;
  background-size: cover;
  background-position-y: -417px; }

.member-tier-01 {
  background-image: url(img/membership-insider-background.png); }
  .member-tier-01 .accordion-content {
    background-color: #ee1392; }

.member-tier-02 {
  background-image: url(img/membership-social-insider-background.png); }
  .member-tier-02 .accordion-content {
    background-color: #4d7cb8; }

.member-tier-03 {
  color: #003467;
  background-image: url(img/membership-change-maker-background.png); }
  .member-tier-03 .accordion-content {
    background-color: #ffda64; }

.accordion.social .accordion-item {
  background-image: url(img/membership-partner-background.png);
  background-size: cover;
  padding: 1em; }

.accordion.social .accordion-toggle, .accordion.social .accordion-content {
  background: none; }

@media (min-width: 48em) {
  .member-body-text,
  .member-social-insider {
    width: 66.666666666%; } }

.membership-links {
  margin-bottom: 0.25em; }
  .membership-links a {
    color: #0053A5;
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    background-color: #fff;
    padding: .125em 0.5em;
    margin: 0.25em;
    width: 120px;
    border-radius: 10px;
    transition: all 0.3s ease; }
    .membership-links a:hover {
      color: #fff;
      background-color: #003467; }
    .membership-links a.social-link {
      width: auto; }

.membership-buttons {
  display: inline-block;
  border: 2px solid #fff;
  overflow: auto;
  margin-bottom: 0.5em;
  border-radius: 10px;
  font-family: "Source Sans Pro", sans-serif; }

.kindful-donate-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px !important;
  padding: 10px 30px !important;
  text-decoration: none !important;
  text-align: center !important;
  display: inline-block !important;
  border: none !important;
  box-shadow: none !important;
  color: white !important;
  background: #3f9eea !important;
  border-radius: 4px !important;
  cursor: pointer; }

.member-row > div {
  margin-bottom: 1.375em; }

.member-row .membership-image {
  position: relative; }

.member-row .img-text-overlay {
  position: absolute;
  bottom: 0;
  font-family: 'Source Sans Pro';
  font-size: 1.125em;
  font-weight: 600;
  color: #404040;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 0.5em 0.75em 0.375em;
  transition: all 0.3s ease; }

@media (min-width: 48em) {
  .member-row {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -0.5em; }
    .member-row .membership-image img {
      height: 100%;
      object-fit: cover; }
    .member-row.three > div {
      flex: 1 1 33.333333333%;
      border-left: 0.5em solid #fff;
      border-right: 0.5em solid #fff; }
      .member-row.three > div:nth-child(1) {
        flex: 1 0 66.666666666%; } }

div.wpforms-container-full {
  background: #E7F3FC;
  padding: 1em;
  margin-bottom: 0 !important;
  overflow: auto; }
  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; }
  div.wpforms-container-full .wpforms-form button[type=submit] {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    border-color: #777777;
    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; }
    div.wpforms-container-full .wpforms-form button[type=submit]:hover {
      background: #003467 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 0 !important; }
  @media (max-width: 48em) {
    div.wpforms-container-full .wpforms-field {
      width: 100% !important;
      margin-left: 0 !important; } }
  div.wpforms-container-full .video-redirection strong {
    color: #C1272D; }
  div.wpforms-container-full .video-directions {
    font-size: 14px;
    font-size: 0.875rem; }
    div.wpforms-container-full .video-directions.video-rights {
      color: #C1272D; }
    div.wpforms-container-full .video-directions p {
      margin-bottom: 1rem; }
      div.wpforms-container-full .video-directions p:last-child {
        margin-bottom: 0; }

.whois-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

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

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

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

.page-template-page_template-page-advertise .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 .ad-intro {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.5; } }

.page-template-page_template-page-advertise .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 .new-advertiser-link {
      width: 75%; } }
  .page-template-page_template-page-advertise .new-advertiser-link:hover {
    color: #fff !important;
    background-color: #3F9EEA !important; }

.page-template-page_template-page-advertise .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 .partner-logo-squares {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 64em) {
    .page-template-page_template-page-advertise .partner-logo-squares {
      grid-template-columns: repeat(4, 1fr); } }

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

.page-template-page_template-page-advertise .widget {
  margin-bottom: 1em; }

.page-template-page_template-page-advertise .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 .widget:nth-child(2) p {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #fff; }

.page-template-page_template-page-advertise .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 .widget:nth-child(3) {
  background-color: #D9D9D9;
  padding: 0.5em 1.25em 1em; }

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

.page-template-page_template-page-advertise .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 .textwidget *:last-child {
  margin-bottom: 0; }

.page-template-page_template-page-advertise .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: #EBEBEB;
  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 #AAAAAA;
      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: #404040 !important;
  background-color: #FFD900;
  border-radius: 1rem;
  border: 1px solid #777777;
  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: #404040; }

.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: #EBEBEB;
        background-color: #777777;
        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 #AAAAAA;
  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 #AAAAAA;
  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: #D9D9D9;
    text-align: center; }
    .page-id-331513 .celebrate-card .entry-footer a {
      color: #777777; }

.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; } }

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

#primary .comments-area {
  border-top: 2px solid #AAAAAA;
  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: #EBEBEB; }
      #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 #D9D9D9; }
      #primary .comments-area .comment-list .comment.depth-2 .children,
      #primary .comments-area .children .comment.depth-2 .children {
        padding: 0 1em;
        border-left: 1px solid #AAAAAA;
        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: #777777; }

.aside-content-bottom {
  margin-bottom: 1em;
  border: 1px solid #404040;
  background-color: #EBEBEB;
  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: #404040;
    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: #404040;
    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: #404040;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #FFD900; }
  .aside-content-bottom .wpforms-container-full {
    padding: 0.5em; }
    .aside-content-bottom .wpforms-container-full .wpforms-form .wpforms-field {
      padding: 0; }

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

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

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

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

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

.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 {
  background-color: #F65117; }

.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 {
  background-color: #BD3100; }
  .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 {
    background-color: #F65117; }

.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 {
  background-color: #BD3100; }

.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 {
  padding: 0;
  background: transparent; }

.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 {
  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 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #777777;
  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 {
  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 {
    padding-bottom: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #777777; }

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

.archive.nosh-front-page a {
  color: #404040; }

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

.archive.nosh-front-page #footer-content a {
  color: #BD3100; }
  .archive.nosh-front-page #footer-content a:hover {
    color: #F65117; }

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

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

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

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

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

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

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

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

.archive.nosh-front-page .nosh-lead-story article {
  border-bottom: 2px solid #AAAAAA;
  flex: 1; }
  .archive.nosh-front-page .nosh-lead-story article .post-hero {
    margin-bottom: 0; }
  .archive.nosh-front-page .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 .nosh-lead-story article .post-content {
        padding: 2em 2em 2em; } }
  .archive.nosh-front-page .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 .nosh-lead-story article .entry-title {
        font-size: 30px;
        font-size: 1.875rem; } }
  .archive.nosh-front-page .nosh-lead-story article .entry-summary {
    color: #404040;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.125; }
    @media (min-width: 40em) {
      .archive.nosh-front-page .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 .nosh-lead-story article .post-hero-bg {
    display: none; }
  .archive.nosh-front-page .nosh-lead-story article .post-content {
    background: transparent;
    padding: 1em; }

@media (min-width: 40em) {
  .archive.nosh-front-page .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 .nosh-lead-story {
      margin: 1em 0 1em 1em; } }

@media (min-width: 40em) {
    .archive.nosh-front-page .nosh-lead-story article {
      width: 100%;
      height: 100%;
      min-height: 360px;
      position: relative;
      border-bottom: none; }
      .archive.nosh-front-page .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 .nosh-lead-story article .post-hero {
        display: none; }
      .archive.nosh-front-page .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 .nosh-lead-story article .entry-title a {
        color: #333; }
      .archive.nosh-front-page .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 .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 .ad-container.ad-column {
      padding: 0.5em 0;
      margin-bottom: 0; } }
  .archive.nosh-front-page .ad-container.ad-column .ad-type {
    min-width: 300px;
    margin: 0.5em auto; }
  .archive.nosh-front-page .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: #BD3100; }
    .archive.nosh-front-page .ad-container.ad-column .subscribe-nosh-weekly h1 {
      font-size: 1.375rem;
      margin-bottom: 0.25em;
      color: #FFF; }
    .archive.nosh-front-page .ad-container.ad-column .subscribe-nosh-weekly p {
      margin-bottom: 0.25rem; }
    .archive.nosh-front-page .ad-container.ad-column .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form .wpforms-field {
      padding: 0; }
    .archive.nosh-front-page .ad-container.ad-column .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form button[type=submit] {
      color: #404040 !important;
      font-weight: 600;
      background-color: #FFD900 !important; }
    .archive.nosh-front-page .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 .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 .top-stories .articles-list {
  margin: 0 0.5em; }
  .archive.nosh-front-page .top-stories .articles-list .hentry {
    margin: 0 0.5em 1em; }
  .archive.nosh-front-page .top-stories .articles-list .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.375em; }
  .archive.nosh-front-page .top-stories .articles-list li {
    position: relative; }
  .archive.nosh-front-page .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 .top-stories .articles-list .sponsored span {
      font-size: 14px;
      font-size: 0.875rem; }

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

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

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

.archive.nosh-front-page .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 #777777; }

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

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

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

@media (min-width: 48em) {
  .archive.nosh-front-page .nosh-bites {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .archive.nosh-front-page .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 .nosh-bites .section-articles > .articles-list {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: stretch; }
        .archive.nosh-front-page .nosh-bites .section-articles > .articles-list:nth-child(1) {
          flex: 1 1 auto; }
        .archive.nosh-front-page .nosh-bites .section-articles > .articles-list:nth-child(2) {
          flex: 1 0 19.75em; }
        .archive.nosh-front-page .nosh-bites .section-articles > .articles-list > li {
          flex: 1;
          display: flex; }
          .archive.nosh-front-page .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 .nosh-bites .section-articles > .articles-list > li:last-child .hentry {
          margin-bottom: 0; } }

.archive.nosh-front-page .nosh-spotlights .articles-list {
  margin: 0 0.5em; }
  .archive.nosh-front-page .nosh-spotlights .articles-list .hentry {
    margin: 0 0.5em 1em; }
    .archive.nosh-front-page .nosh-spotlights .articles-list .hentry .entry-summary {
      display: none; }
    .archive.nosh-front-page .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 .nosh-spotlights .articles-list .hentry {
    display: flex; }
    .archive.nosh-front-page .nosh-spotlights .articles-list .hentry .post-hero {
      flex: 0 0 50%; }
    .archive.nosh-front-page .nosh-spotlights .articles-list .hentry .entry-title {
      font-size: 22px;
      font-size: 1.375rem; } }

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

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

.archive.nosh-front-page .nosh-spotlights .nosh-reviews {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch; }
  .archive.nosh-front-page .nosh-spotlights .nosh-reviews aside {
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: none; }
    .archive.nosh-front-page .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .aside-header {
      background-color: #BD3100; }
    .archive.nosh-front-page .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .aside-title a {
      color: #fff; }
    .archive.nosh-front-page .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .post-content {
      padding: 1em;
      background-color: #222; }
    .archive.nosh-front-page .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 .nosh-spotlights .nosh-reviews aside.nosh-wire-aside .entry-summary {
      color: #fff;
      margin-top: 0.75em; }
    .archive.nosh-front-page .nosh-spotlights .nosh-reviews aside:last-child {
      flex: 1; }
    .archive.nosh-front-page .nosh-spotlights .nosh-reviews aside.widget {
      margin-top: 1em; }

.archive.nosh-front-page .nosh-home-nosh-guide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  .archive.nosh-front-page .nosh-home-nosh-guide .section-header {
    margin-bottom: 0; }
  .archive.nosh-front-page .nosh-home-nosh-guide .section-content {
    background-color: #EBEBEB;
    margin: 0 1em;
    padding: 0.5em;
    flex: 1; }
    .archive.nosh-front-page .nosh-home-nosh-guide .section-content .section-description {
      margin: 0.5em 0.5em 1em; }
    .archive.nosh-front-page .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 .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 .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 .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
            flex-basis: 50%; } }
        @media (min-width: 64em) {
          .archive.nosh-front-page .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
            flex-basis: 33.333333333%; } }
        .archive.nosh-front-page .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li a {
          color: #404040;
          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 .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li a:hover {
          color: #F65117; }
        .archive.nosh-front-page .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 .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li h2 {
              font-size: 18px;
              font-size: 1.125rem; } }
        .archive.nosh-front-page .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li img {
          width: 100%; }

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

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

.archive.nosh-front-page .archive-child-section {
  margin-bottom: 0; }
  .archive.nosh-front-page .archive-child-section .section-header {
    margin-bottom: 0; }
  .archive.nosh-front-page .archive-child-section .archived-articles {
    margin-bottom: 0.5em; }
  .archive.nosh-front-page .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 .archive-child-section .articles-list li {
      display: flex;
      border-bottom: none; }
      @media (min-width: 30em) {
        .archive.nosh-front-page .archive-child-section .articles-list li {
          flex: 1 0 50%; } }
      @media (min-width: 40em) {
        .archive.nosh-front-page .archive-child-section .articles-list li {
          flex: 1 0  33.333333333%; } }
      @media (min-width: 48em) {
        .archive.nosh-front-page .archive-child-section .articles-list li {
          flex: 1 0  50%; } }
      @media (min-width: 64em) {
        .archive.nosh-front-page .archive-child-section .articles-list li {
          flex: 1 0  33.333333333%; } }
      .archive.nosh-front-page .archive-child-section .articles-list li .hentry {
        flex: 1;
        margin: 0 0.5em; }
        .archive.nosh-front-page .archive-child-section .articles-list li .hentry .entry-title {
          font-size: 18px;
          font-size: 1.125rem; }
        .archive.nosh-front-page .archive-child-section .articles-list li .hentry .entry-summary {
          font-size: 15px;
          font-size: 0.9375rem; }
        .archive.nosh-front-page .archive-child-section .articles-list li .hentry .comments-number-container {
          top: -0.5em;
          right: 0.5em; }

#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 #777777; }
  #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: #D9D9D9 solid 1px;
    border-left: #D9D9D9 solid 1px;
    border-right: #D9D9D9 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: #EBEBEB;
    border-bottom: #D9D9D9 solid 1px;
    border-left: #D9D9D9 solid 1px;
    border-right: #D9D9D9 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; }

#restaurant-info {
  /* fixes potential theme css conflict */ }
  #restaurant-info .restaurant-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.25rem; }
  #restaurant-info .acf-map {
    width: 100%;
    height: 200px;
    border: #ccc solid 1px;
    margin: 0; }
  #restaurant-info .acf-map img {
    max-width: inherit !important; }

#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 #D9D9D9;
    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: #EBEBEB;
    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: #F65117; }

#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: #D9D9D9;
  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: #404040;
    text-align: center;
    background-color: #D9D9D9;
    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: #777777; }

#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 #D9D9D9; }
    #nosh-restaurant-list li:hover {
      background-color: #EBEBEB; }
    #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: #BD3100; }

#nosh-restaurant-map {
  height: 50vh;
  grid-column: 2;
  grid-row: 1 / span 2; }
  #nosh-restaurant-map .restaurant-map-link {
    color: #BD3100; }
  #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; }

#main.nosh-front-main > .nosh-section {
  margin: 2em 1em; }
  #main.nosh-front-main > .nosh-section:first-child {
    margin-top: 1em; }

#main.nosh-front-main .section-header a {
  display: block;
  padding: 0.25rem 0.5rem; }
  #main.nosh-front-main .section-header a:hover {
    color: #fff; }
  #main.nosh-front-main .section-header a h1 {
    padding: 0; }
  #main.nosh-front-main .section-header a p {
    padding-top: 0.25rem; }

#main.nosh-front-main .hentry {
  margin: 0;
  background-color: #EBEBEB; }
  #main.nosh-front-main .hentry .post-content {
    position: relative;
    padding: 0.5em; }
  #main.nosh-front-main .hentry .entry-header + .entry-summary {
    margin-top: 0.5rem; }
  #main.nosh-front-main .hentry .entry-title {
    font-size: calc(1.25rem + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    padding-right: 2.25rem; }
  #main.nosh-front-main .hentry .comments-number-container {
    position: absolute;
    top: 0.5em;
    right: 0.5em; }

#main.nosh-front-main .nosh-sidebar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1em; }

#main.nosh-front-main #nosh-lead-story {
  display: grid;
  grid-gap: 2em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-lead-story {
      grid-template-columns: 1fr 300px; } }
  #main.nosh-front-main #nosh-lead-story .post-content {
    padding: 1em;
    background-color: #EBEBEB; }
  #main.nosh-front-main #nosh-lead-story .hentry {
    margin: 0; }
    @media (min-width: 40em) {
      #main.nosh-front-main #nosh-lead-story .hentry {
        min-height: 400px; } }
    #main.nosh-front-main #nosh-lead-story .hentry .entry-title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.125; }
      @media (min-width: 40em) {
        #main.nosh-front-main #nosh-lead-story .hentry .entry-title {
          font-size: 32px;
          font-size: 2rem; } }
    @media (min-width: 40em) {
      #main.nosh-front-main #nosh-lead-story .hentry .entry-summary {
        font-size: 20px;
        font-size: 1.25rem; } }
  @media (min-width: 40em) {
    #main.nosh-front-main #nosh-lead-story .article-img-bg {
      position: relative;
      width: 100%;
      height: 100%; }
      #main.nosh-front-main #nosh-lead-story .article-img-bg img {
        object-fit: cover;
        height: 100%; }
      #main.nosh-front-main #nosh-lead-story .article-img-bg .img-bg-link {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%; }
      #main.nosh-front-main #nosh-lead-story .article-img-bg .post-content {
        padding: 1em;
        width: 62.5%;
        position: absolute;
        top: 0;
        left: 2em;
        background-color: rgba(255, 255, 255, 0.8); } }

#main.nosh-front-main #nosh-top-stories .articles-list {
  display: grid;
  grid-gap: 2em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-top-stories .articles-list {
      grid-template-columns: repeat(3, 1fr); } }
  #main.nosh-front-main #nosh-top-stories .articles-list li {
    background-color: #EBEBEB; }

#main.nosh-front-main #nosh-top-stories .hentry {
  margin: 0; }
  @media (min-width: 30em) and (max-width: 48em) {
    #main.nosh-front-main #nosh-top-stories .hentry {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  #main.nosh-front-main #nosh-top-stories .hentry .post-hero * {
    display: block;
    height: 100%; }
  #main.nosh-front-main #nosh-top-stories .hentry .post-hero img {
    object-fit: cover; }

#main.nosh-front-main #nosh-bites {
  display: grid;
  grid-gap: 1em 2em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-bites {
      grid-template-columns: 1fr 300px;
      grid-template-rows: minmax(auto, max-content) 1fr; }
      #main.nosh-front-main #nosh-bites .articles-list {
        grid-column: 1;
        grid-row: 2;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 1em; }
        #main.nosh-front-main #nosh-bites .articles-list .with-image-excerpt {
          grid-row: 1 / 4; }
      #main.nosh-front-main #nosh-bites .nosh-sidebar {
        grid-column: 2;
        grid-row: 1 / span 2; } }
  #main.nosh-front-main #nosh-bites li {
    display: flex;
    flex-flow: column; }
    #main.nosh-front-main #nosh-bites li:nth-child(n+2) .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
  #main.nosh-front-main #nosh-bites .hentry {
    flex: 1; }
  #main.nosh-front-main #nosh-bites .entry-summary {
    display: none; }

#main.nosh-front-main #nosh-reviews {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(auto, min-content) 1fr;
  grid-gap: 1em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-reviews .articles-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1em; } }
  #main.nosh-front-main #nosh-reviews li {
    display: flex;
    flex-flow: column; }
  #main.nosh-front-main #nosh-reviews .hentry {
    flex: 1; }
  #main.nosh-front-main #nosh-reviews .post-hero {
    position: relative; }
  #main.nosh-front-main #nosh-reviews .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.nosh-front-main #nosh-reviews .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }
  #main.nosh-front-main #nosh-reviews .entry-summary {
    display: none; }

#main.nosh-front-main #nosh-drink {
  display: grid;
  grid-gap: 1em 2em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-drink {
      grid-template-columns: 1fr 300px;
      grid-template-rows: minmax(auto, max-content) 1fr; }
      #main.nosh-front-main #nosh-drink .articles-list {
        grid-column: 1;
        grid-row: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em; }
        #main.nosh-front-main #nosh-drink .articles-list .with-image-excerpt {
          grid-row: 1 / 4; }
      #main.nosh-front-main #nosh-drink .nosh-sidebar {
        grid-column: 2;
        grid-row: 1 / span 2; } }
  #main.nosh-front-main #nosh-drink li {
    display: flex;
    flex-flow: column; }
  #main.nosh-front-main #nosh-drink .hentry {
    flex: 1; }

#main.nosh-front-main #nosh-row-lists-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  margin: 2em 1em; }

#main.nosh-front-main #nosh-lists {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-lists .articles-list {
      grid-column: 1;
      grid-row: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 1em; }
      #main.nosh-front-main #nosh-lists .articles-list .with-image-excerpt {
        grid-row: 1 / 4; }
    #main.nosh-front-main #nosh-lists .nosh-sidebar {
      grid-column: 2;
      grid-row: 1 / span 2; } }
  #main.nosh-front-main #nosh-lists li {
    display: flex;
    flex-flow: column; }
  #main.nosh-front-main #nosh-lists .hentry {
    flex: 1; }
  #main.nosh-front-main #nosh-lists .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }

#main.nosh-front-main #nosh-video {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(auto, max-content) 1fr;
  grid-gap: 1em; }
  #main.nosh-front-main #nosh-video .hentry {
    background-color: #000;
    padding: 1rem; }
    #main.nosh-front-main #nosh-video .hentry figure {
      margin: 0; }
  #main.nosh-front-main #nosh-video .entry-summary {
    color: #EBEBEB;
    margin-top: 0.5rem; }

#main.nosh-front-main #nosh-recipes {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(auto, min-content) 1fr;
  grid-gap: 1em; }
  @media (min-width: 48em) {
    #main.nosh-front-main #nosh-recipes .articles-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1em; } }
  #main.nosh-front-main #nosh-recipes li {
    display: flex;
    flex-flow: column; }
    #main.nosh-front-main #nosh-recipes li .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
  #main.nosh-front-main #nosh-recipes .hentry {
    flex: 1; }
  #main.nosh-front-main #nosh-recipes .entry-summary {
    display: none; }

#main.nosh-front-main .subscribe-nosh-weekly {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  background-color: #BD3100;
  grid-column: 1 / -1; }
  #main.nosh-front-main .subscribe-nosh-weekly h1 {
    font-size: 1.375rem;
    margin-bottom: 0.25em;
    color: #FFF; }
  #main.nosh-front-main .subscribe-nosh-weekly p {
    margin-bottom: 0.25rem; }
  #main.nosh-front-main .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0; }
  #main.nosh-front-main .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form button[type=submit] {
    font-weight: 600;
    color: #404040 !important;
    background-color: #FFD900 !important; }
  #main.nosh-front-main .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form input[type=email] {
    padding: 2px 6px;
    height: auto; }
  #main.nosh-front-main .subscribe-nosh-weekly div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #fff;
    margin-top: 2px; }

.archive .page-header,
.error404 .page-header,
.search-results .page-header,
.search-no-results .page-header,
.page-template-page_template-category-children .page-header {
  margin: 1em 1em 0;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #404040; }

.archive .comments-number .number,
.error404 .comments-number .number,
.search-results .comments-number .number,
.search-no-results .comments-number .number,
.page-template-page_template-category-children .comments-number .number {
  background-color: #AAAAAA; }

.archive .comments-number .comments-number-link:after,
.error404 .comments-number .comments-number-link:after,
.search-results .comments-number .comments-number-link:after,
.search-no-results .comments-number .comments-number-link:after,
.page-template-page_template-category-children .comments-number .comments-number-link:after {
  border-top: 8px solid #AAAAAA; }

.archive section .section-header,
.error404 section .section-header,
.search-results section .section-header,
.search-no-results section .section-header,
.page-template-page_template-category-children section .section-header {
  margin: 1em 1em 0;
  overflow: auto;
  background-color: #0053A5; }
  .archive section .section-header .section-title,
  .error404 section .section-header .section-title,
  .search-results section .section-header .section-title,
  .search-no-results section .section-header .section-title,
  .page-template-page_template-category-children section .section-header .section-title {
    float: left;
    display: block;
    margin: 0; }
  .archive section .section-header .archive-page-number,
  .error404 section .section-header .archive-page-number,
  .search-results section .section-header .archive-page-number,
  .search-no-results section .section-header .archive-page-number,
  .page-template-page_template-category-children section .section-header .archive-page-number {
    color: #fff;
    margin: 0.25em 0.5em 0; }

.archive section .entry-title,
.error404 section .entry-title,
.search-results section .entry-title,
.search-no-results section .entry-title,
.page-template-page_template-category-children section .entry-title {
  font-size: 20px;
  font-size: 1.25rem; }

.archive aside .aside-header,
.error404 aside .aside-header,
.search-results aside .aside-header,
.search-no-results aside .aside-header,
.page-template-page_template-category-children aside .aside-header {
  margin: 1em 0 0;
  overflow: auto;
  background-color: #AAAAAA; }
  .archive aside .aside-header .aside-title,
  .error404 aside .aside-header .aside-title,
  .search-results aside .aside-header .aside-title,
  .search-no-results aside .aside-header .aside-title,
  .page-template-page_template-category-children aside .aside-header .aside-title {
    float: left;
    display: block;
    margin: 0; }

.archive aside .archive-aside-content,
.error404 aside .archive-aside-content,
.search-results aside .archive-aside-content,
.search-no-results aside .archive-aside-content,
.page-template-page_template-category-children aside .archive-aside-content {
  margin: 1em 0; }

.archive .posts-navigation,
.error404 .posts-navigation,
.search-results .posts-navigation,
.search-no-results .posts-navigation,
.page-template-page_template-category-children .posts-navigation {
  padding: 0.25em 0.5em;
  margin: 0 1em 1em;
  overflow: hidden;
  background-color: #D9D9D9; }

.archive .archive-child-section .archived-articles,
.error404 .archive-child-section .archived-articles,
.search-results .archive-child-section .archived-articles,
.search-no-results .archive-child-section .archived-articles,
.page-template-page_template-category-children .archive-child-section .archived-articles {
  margin-bottom: 1em; }

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

.archive .archive-child-section.recent .articles-list,
.error404 .archive-child-section.recent .articles-list,
.search-results .archive-child-section.recent .articles-list,
.search-no-results .archive-child-section.recent .articles-list,
.page-template-page_template-category-children .archive-child-section.recent .articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em 2em; }
  @media (max-width: 64em) {
    .archive .archive-child-section.recent .articles-list,
    .error404 .archive-child-section.recent .articles-list,
    .search-results .archive-child-section.recent .articles-list,
    .search-no-results .archive-child-section.recent .articles-list,
    .page-template-page_template-category-children .archive-child-section.recent .articles-list {
      grid-gap: 1em; }
      .archive .archive-child-section.recent .articles-list .hentry,
      .error404 .archive-child-section.recent .articles-list .hentry,
      .search-results .archive-child-section.recent .articles-list .hentry,
      .search-no-results .archive-child-section.recent .articles-list .hentry,
      .page-template-page_template-category-children .archive-child-section.recent .articles-list .hentry {
        display: block; }
        .archive .archive-child-section.recent .articles-list .hentry .post-hero,
        .error404 .archive-child-section.recent .articles-list .hentry .post-hero,
        .search-results .archive-child-section.recent .articles-list .hentry .post-hero,
        .search-no-results .archive-child-section.recent .articles-list .hentry .post-hero,
        .page-template-page_template-category-children .archive-child-section.recent .articles-list .hentry .post-hero {
          padding-left: 0;
          margin-bottom: 0.5em; }
        .archive .archive-child-section.recent .articles-list .hentry .entry-title,
        .error404 .archive-child-section.recent .articles-list .hentry .entry-title,
        .search-results .archive-child-section.recent .articles-list .hentry .entry-title,
        .search-no-results .archive-child-section.recent .articles-list .hentry .entry-title,
        .page-template-page_template-category-children .archive-child-section.recent .articles-list .hentry .entry-title {
          font-size: 20px;
          font-size: 1.25rem; }
        .archive .archive-child-section.recent .articles-list .hentry .entry-summary,
        .error404 .archive-child-section.recent .articles-list .hentry .entry-summary,
        .search-results .archive-child-section.recent .articles-list .hentry .entry-summary,
        .search-no-results .archive-child-section.recent .articles-list .hentry .entry-summary,
        .page-template-page_template-category-children .archive-child-section.recent .articles-list .hentry .entry-summary {
          font-size: 15px;
          font-size: 0.9375rem; } }
    @media (max-width: 64em) and (max-width: 48em) {
      .archive .archive-child-section.recent .articles-list .hentry .entry-title,
      .error404 .archive-child-section.recent .articles-list .hentry .entry-title,
      .search-results .archive-child-section.recent .articles-list .hentry .entry-title,
      .search-no-results .archive-child-section.recent .articles-list .hentry .entry-title,
      .page-template-page_template-category-children .archive-child-section.recent .articles-list .hentry .entry-title {
        font-size: 18px;
        font-size: 1.125rem; }
      .archive .archive-child-section.recent .articles-list .hentry .entry-summary,
      .error404 .archive-child-section.recent .articles-list .hentry .entry-summary,
      .search-results .archive-child-section.recent .articles-list .hentry .entry-summary,
      .search-no-results .archive-child-section.recent .articles-list .hentry .entry-summary,
      .page-template-page_template-category-children .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: #EBEBEB;
    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 #AAAAAA; }
  .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 #777777; }
    .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 .featured,
      .tax-summer_camp_location .camp-listings .featured,
      .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 .featured,
      .tax-summer_camp_location .camp-listings .featured,
      .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 .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: #EBEBEB;
    border: 1px solid #777777;
    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 #AAAAAA; }
  .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: #EBEBEB; }
  .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 #777777; }
  .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: #404040;
    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 #AAAAAA;
  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; }

.page-template-page_template-category-children #main .page-title,
.category #main .page-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1; }

.page-template-page_template-category-children #main .archive-category-description,
.category #main .archive-category-description {
  margin: 0.5em 0; }

.page-template-page_template-category-children #main .category-lead-story,
.category #main .category-lead-story {
  margin: 1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em 2em; }
  @media (min-width: 40em) {
    .page-template-page_template-category-children #main .category-lead-story,
    .category #main .category-lead-story {
      grid-template-columns: 1fr 300px; } }
  .page-template-page_template-category-children #main .category-lead-story .category-articles,
  .category #main .category-lead-story .category-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em 2em; }
    @media (min-width: 48em) {
      .page-template-page_template-category-children #main .category-lead-story .category-articles,
      .category #main .category-lead-story .category-articles {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
  .page-template-page_template-category-children #main .category-lead-story .hentry,
  .category #main .category-lead-story .hentry {
    margin-bottom: 0;
    background-color: #EBEBEB; }
  .page-template-page_template-category-children #main .category-lead-story .post-hero,
  .category #main .category-lead-story .post-hero {
    margin: 0; }
    .page-template-page_template-category-children #main .category-lead-story .post-hero img,
    .category #main .category-lead-story .post-hero img {
      width: 100%; }
  .page-template-page_template-category-children #main .category-lead-story .post-content,
  .category #main .category-lead-story .post-content {
    position: relative;
    padding: 1em; }
    .page-template-page_template-category-children #main .category-lead-story .post-content .entry-title,
    .category #main .category-lead-story .post-content .entry-title {
      font-size: 20px;
      font-size: 1.25rem;
      margin-right: 1.5em; }
      @media (min-width: 48em) {
        .page-template-page_template-category-children #main .category-lead-story .post-content .entry-title,
        .category #main .category-lead-story .post-content .entry-title {
          font-size: 24px;
          font-size: 1.5rem; } }
    .page-template-page_template-category-children #main .category-lead-story .post-content .entry-meta,
    .category #main .category-lead-story .post-content .entry-meta {
      margin-bottom: 0.5em; }
  .page-template-page_template-category-children #main .category-lead-story .comments-number-container,
  .category #main .category-lead-story .comments-number-container {
    position: absolute;
    top: 1em;
    right: 1em; }

.page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky,
.category #main .category-articles.sticky-articles .category-item-sticky {
  flex: 1 1 50%;
  margin: 1em;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }
  .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .hentry,
  .category #main .category-articles.sticky-articles .category-item-sticky .hentry {
    display: block;
    margin-bottom: 0; }
  .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .post-hero img,
  .category #main .category-articles.sticky-articles .category-item-sticky .post-hero img {
    width: 100%; }
  .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .post-content,
  .category #main .category-articles.sticky-articles .category-item-sticky .post-content {
    position: relative;
    padding: 1em; }
    .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .post-content .entry-title,
    .category #main .category-articles.sticky-articles .category-item-sticky .post-content .entry-title {
      font-size: 20px;
      font-size: 1.25rem;
      margin-right: 2rem; }
      @media (min-width: 48em) {
        .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .post-content .entry-title,
        .category #main .category-articles.sticky-articles .category-item-sticky .post-content .entry-title {
          font-size: 22px;
          font-size: 1.375rem; } }
    .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .post-content .entry-meta,
    .category #main .category-articles.sticky-articles .category-item-sticky .post-content .entry-meta {
      margin-bottom: 0.5em; }
  .page-template-page_template-category-children #main .category-articles.sticky-articles .category-item-sticky .comments-number-container,
  .category #main .category-articles.sticky-articles .category-item-sticky .comments-number-container {
    position: absolute;
    top: 1em;
    right: 1em; }

.page-template-page_template-category-children #main .category-child-section,
.category #main .category-child-section {
  margin: 0 0 2rem;
  background-color: #EBEBEB; }
  .page-template-page_template-category-children #main .category-child-section .section-header,
  .category #main .category-child-section .section-header {
    margin: 0; }
  .page-template-page_template-category-children #main .category-child-section .articles-list,
  .category #main .category-child-section .articles-list {
    margin: 1em 0 0;
    padding: 0 0.5em; }
    @media (min-width: 30em) {
      .page-template-page_template-category-children #main .category-child-section .articles-list,
      .category #main .category-child-section .articles-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch; } }
    @media (min-width: 48em) {
      .page-template-page_template-category-children #main .category-child-section .articles-list,
      .category #main .category-child-section .articles-list {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: stretch; } }
    .page-template-page_template-category-children #main .category-child-section .articles-list li,
    .category #main .category-child-section .articles-list li {
      margin: 0 0 0.75em;
      background-color: #EBEBEB;
      flex: 1 1 auto;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: stretch; }
      @media (min-width: 30em) {
        .page-template-page_template-category-children #main .category-child-section .articles-list li,
        .category #main .category-child-section .articles-list li {
          flex: 1 1 50%; } }
      .page-template-page_template-category-children #main .category-child-section .articles-list li .hentry,
      .category #main .category-child-section .articles-list li .hentry {
        padding: 0 0.5em 0.5em;
        margin-bottom: 0; }
      .page-template-page_template-category-children #main .category-child-section .articles-list li .post-hero,
      .category #main .category-child-section .articles-list li .post-hero {
        margin-bottom: 0.5em; }
      .page-template-page_template-category-children #main .category-child-section .articles-list li .post-content,
      .category #main .category-child-section .articles-list li .post-content {
        position: relative; }
      .page-template-page_template-category-children #main .category-child-section .articles-list li .entry-title,
      .category #main .category-child-section .articles-list li .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
        margin-right: 2em; }
      .page-template-page_template-category-children #main .category-child-section .articles-list li.title-only .entry-title,
      .category #main .category-child-section .articles-list li.title-only .entry-title {
        font-size: 24px;
        font-size: 1.5rem; }
      .page-template-page_template-category-children #main .category-child-section .articles-list li .comments-number-container,
      .category #main .category-child-section .articles-list li .comments-number-container {
        position: absolute;
        top: 0;
        right: 0; }

.page-template-page_template-category-children #main .aside-content,
.category #main .aside-content {
  margin: 1em 0;
  padding: 1em;
  background-color: #EBEBEB; }
  .page-template-page_template-category-children #main .aside-content img.alignleft,
  .category #main .aside-content img.alignleft {
    margin-bottom: 1em; }
    @media (max-width: 30em) {
      .page-template-page_template-category-children #main .aside-content img.alignleft,
      .category #main .aside-content img.alignleft {
        display: block;
        float: none;
        margin: 0 auto 1em; } }
  .page-template-page_template-category-children #main .aside-content .widget,
  .category #main .aside-content .widget {
    padding: 0.5em 0 0;
    border-top: 1px solid #777777; }
    .page-template-page_template-category-children #main .aside-content .widget:last-child,
    .category #main .aside-content .widget:last-child {
      margin-bottom: 0; }
    .page-template-page_template-category-children #main .aside-content .widget .widget-title,
    .category #main .aside-content .widget .widget-title {
      padding: 0;
      border-top: none; }

.page-template-page_template-category-children #main .sponsored-aside.category-aside-real-estate h3, .page-template-page_template-category-children #main .sponsored-aside.category-aside-real-estate p,
.category #main .sponsored-aside.category-aside-real-estate h3,
.category #main .sponsored-aside.category-aside-real-estate p {
  margin-bottom: 0.5em; }

.page-template-page_template-category-children #main .wpp-list,
.category #main .wpp-list {
  list-style: none;
  margin: 0; }
  .page-template-page_template-category-children #main .wpp-list li,
  .category #main .wpp-list li {
    counter-increment: step-counter;
    margin: 0 0 0.75em 1.75em; }
    .page-template-page_template-category-children #main .wpp-list li:before,
    .category #main .wpp-list li:before {
      content: counter(step-counter);
      font-size: 1.25em;
      font-weight: 600;
      color: #777777;
      text-align: right;
      display: inline-block;
      width: 1.75em;
      margin-left: -1.75em;
      padding-right: 0.5em; }

.page-template-page_template-category-children #main .real-estate-page-column,
.category #main .real-estate-page-column {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between; }
  .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes,
  .category #main .real-estate-page-column .real-estate-page-placester-search-homes {
    color: #fff;
    background: url("https://www.berkeleyside.com/realestate/img/berkeley.jpg");
    background-size: cover;
    background-position: center;
    margin: 1em;
    flex: 1 0 auto;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container,
    .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container {
      min-width: 100%; }
      @media (min-width: 30em) {
        .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container,
        .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container {
          margin: 1em 0;
          min-width: 80%; } }
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .pls_ext_widget,
      .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .pls_ext_widget {
        background: rgba(255, 255, 255, 0.75); }
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .pls-homesrch-search-form,
      .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .pls-homesrch-search-form {
        margin: 0; }
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container h2,
      .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container h2 {
        text-shadow: 0 0 2px #000;
        padding: 0.5em 20px;
        margin: 0;
        background-color: rgba(68, 68, 68, 0.6); }
        .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container h2 a,
        .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container h2 a {
          color: #fff; }
        @media (min-width: 30em) {
          .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container h2,
          .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container h2 {
            margin-top: 0;
            margin-left: 0; } }
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .placester-search-form,
      .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .placester-search-form {
        display: flex;
        justify-content: space-between; }
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .placester-search-input,
      .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .placester-search-input {
        color: #777777;
        padding: 0.25em 0.5em;
        background-color: #fff;
        flex: 1 1 auto;
        border-radius: 5px 0 0 5px; }
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .placester-search-button,
      .category #main .real-estate-page-column .real-estate-page-placester-search-homes .placester-search-container .placester-search-button {
        padding: 0.25em 0.5em;
        background-color: #3F9EEA;
        border-radius: 0 5px 5px 0; }

.page-template-page_template-category-children #main #real-estate-top-stories,
.category #main #real-estate-top-stories {
  padding: 0 1em 1em; }
  @media (min-width: 40em) {
    .page-template-page_template-category-children #main #real-estate-top-stories,
    .category #main #real-estate-top-stories {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-gap: 2em; } }
  .page-template-page_template-category-children #main #real-estate-top-stories .articles-list,
  .category #main #real-estate-top-stories .articles-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    margin-bottom: 2em; }
    .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li,
    .category #main #real-estate-top-stories .articles-list li {
      background-color: #EBEBEB;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .page-template-page_template-category-children #main #real-estate-top-stories .articles-list .post-content,
    .category #main #real-estate-top-stories .articles-list .post-content {
      padding: 1em; }
    .page-template-page_template-category-children #main #real-estate-top-stories .articles-list .comments-number-container,
    .category #main #real-estate-top-stories .articles-list .comments-number-container {
      margin-top: 0.5em; }
    @media (min-width: 48em) {
      .page-template-page_template-category-children #main #real-estate-top-stories .articles-list,
      .category #main #real-estate-top-stories .articles-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2em;
        margin-bottom: 0; }
        .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child,
        .category #main #real-estate-top-stories .articles-list li:first-child {
          grid-column: 1 / -1; }
          .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child .entry-title,
          .category #main #real-estate-top-stories .articles-list li:first-child .entry-title {
            font-size: 22px;
            font-size: 1.375rem; } }
    @media (min-width: 48em) and (min-width: 68em) {
      .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child .hentry,
      .category #main #real-estate-top-stories .articles-list li:first-child .hentry {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 1em;
        height: 100%; }
        .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child .hentry .post-content,
        .category #main #real-estate-top-stories .articles-list li:first-child .hentry .post-content {
          grid-column-start: 1;
          grid-row-start: 1; } }
    @media (min-width: 48em) {
          .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child .post-thumbnail,
          .category #main #real-estate-top-stories .articles-list li:first-child .post-thumbnail {
            height: 100%; }
            .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child .post-thumbnail a,
            .category #main #real-estate-top-stories .articles-list li:first-child .post-thumbnail a {
              height: 100%;
              display: block; }
            .page-template-page_template-category-children #main #real-estate-top-stories .articles-list li:first-child .post-thumbnail img,
            .category #main #real-estate-top-stories .articles-list li:first-child .post-thumbnail img {
              object-fit: cover;
              height: 100%; } }
  .page-template-page_template-category-children #main #real-estate-top-stories .sidebar,
  .category #main #real-estate-top-stories .sidebar {
    display: grid;
    grid-gap: 2em;
    grid-template-rows: 250px 1fr; }

.page-template-page_template-category-children #main .real-estate-page-subscribe,
.category #main .real-estate-page-subscribe {
  margin: 1em 0 2em; }
  .page-template-page_template-category-children #main .real-estate-page-subscribe #mc_embed_signup,
  .category #main .real-estate-page-subscribe #mc_embed_signup {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0.5em 1em;
    background-color: #FFD900; }
    .page-template-page_template-category-children #main .real-estate-page-subscribe #mc_embed_signup label,
    .category #main .real-estate-page-subscribe #mc_embed_signup label {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 600; }
    .page-template-page_template-category-children #main .real-estate-page-subscribe #mc_embed_signup .email,
    .page-template-page_template-category-children #main .real-estate-page-subscribe #mc_embed_signup .button,
    .category #main .real-estate-page-subscribe #mc_embed_signup .email,
    .category #main .real-estate-page-subscribe #mc_embed_signup .button {
      font-family: "Source Sans Pro", sans-serif; }
    .page-template-page_template-category-children #main .real-estate-page-subscribe #mc_embed_signup .button,
    .category #main .real-estate-page-subscribe #mc_embed_signup .button {
      text-transform: uppercase; }

.page-template-page_template-category-children #main .real-estate-page-lead-sidebar,
.category #main .real-estate-page-lead-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em; }
  @media (min-width: 40em) and (max-width: 48em) {
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar,
    .category #main .real-estate-page-lead-sidebar {
      flex-flow: row nowrap; } }
  .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home,
  .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home {
    font-family: "Source Sans Pro", sans-serif;
    min-height: 400px;
    margin-bottom: 1em;
    flex: 1 1 auto;
    position: relative; }
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-listing,
    .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-listing {
      width: auto; }
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .widget,
    .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .widget {
      margin: 0; }
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .widget-title,
    .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .widget-title {
      font-size: 1em;
      color: #fff;
      text-transform: uppercase;
      background: #9b1915;
      padding: 0.375em 0.625em;
      border-top: none;
      position: absolute;
      top: 0.25em; }
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .section-header,
    .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .section-header {
      margin: 0; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .section-header .section-title,
      .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .section-header .section-title {
        font-size: 1.25em; }
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content,
    .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content {
      padding: 0.75em;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-title,
      .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-title {
        font-size: 1.375em;
        font-weight: 400;
        margin: 0.5em 0;
        color: #404040 !important; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.primary,
      .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.primary {
        font-size: 1em;
        color: #777777;
        margin: 0.5em 0; }
        .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.primary strong,
        .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.primary strong {
          color: #404040;
          font-weight: 400; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.secondary,
      .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.secondary {
        font-size: 0.75em;
        color: #777777;
        margin: 0.5em 0; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.footer,
      .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.footer {
        color: #777777;
        margin: 0.5em 0 0; }
        .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.footer .view-listing,
        .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-description.footer .view-listing {
          line-height: 1;
          color: #b50b05; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-more,
      .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-more {
        text-align: right; }
        .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-more a,
        .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-more a {
          display: block; }
          .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-more a::after,
          .category #main .real-estate-page-lead-sidebar .real-estate-page-placester-featured-home .featured-home-content .featured-home-more a::after {
            content: "\02794";
            padding-left: 0.25em; }
  .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .board-of-realtors-ad .ad-container,
  .category #main .real-estate-page-lead-sidebar .board-of-realtors-ad .ad-container {
    width: 300px;
    height: 250px;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #AAAAAA; }
  @media (min-width: 40em) and (max-width: 48em) {
    .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .board-of-realtors-ad,
    .category #main .real-estate-page-lead-sidebar .board-of-realtors-ad {
      flex: 0 0 300px; }
      .page-template-page_template-category-children #main .real-estate-page-lead-sidebar .board-of-realtors-ad .ad-container,
      .category #main .real-estate-page-lead-sidebar .board-of-realtors-ad .ad-container {
        padding: 0;
        margin-left: 1em; } }

@media (min-width: 40em) {
  .page-template-page_template-category-children #main .category-child-tag .articles-list,
  .category #main .category-child-tag .articles-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em; } }

@media (min-width: 64em) {
  .page-template-page_template-category-children #main .category-child-tag .articles-list,
  .category #main .category-child-tag .articles-list {
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 40em) {
  .page-template-page_template-category-children #main .category-child-tag#section-2019-berkeley-housing-special .articles-list,
  .category #main .category-child-tag#section-2019-berkeley-housing-special .articles-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em; } }

@media (min-width: 64em) {
  .page-template-page_template-category-children #main .category-child-tag#section-2019-berkeley-housing-special .articles-list,
  .category #main .category-child-tag#section-2019-berkeley-housing-special .articles-list {
    grid-template-columns: repeat(3, 1fr); } }

.page-template-page_template-category-children #main .category-child-tag .tag-description,
.category #main .category-child-tag .tag-description {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #404040;
  padding: 1rem; }

.page-template-page_template-category-children #main .category-aside-real-estate .aside-header,
.category #main .category-aside-real-estate .aside-header {
  background-color: #EBEBEB; }
  .page-template-page_template-category-children #main .category-aside-real-estate .aside-header .aside-title,
  .category #main .category-aside-real-estate .aside-header .aside-title {
    color: #0053A5; }

@media (min-width: 30em) {
  .page-template-page_template-category-children #main #archived-video .post-hero,
  .category #main #archived-video .post-hero {
    flex: 0 1 66.666666666%; } }

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

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

.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: #EBEBEB;
  background-color: #404040; }
  .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-meta {
      color: #D9D9D9; }
    .archive.category-video #main .category-lead-story .post-content a {
      color: #EBEBEB; }
  .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: #EBEBEB; }
    .archive.category-video .category-articles .category-top-stories .post-content .entry-meta {
      color: #D9D9D9;
      margin-bottom: 0.5em; }
      .archive.category-video .category-articles .category-top-stories .post-content .entry-meta a {
        color: #D9D9D9; }
  .archive.category-video .category-articles .category-top-stories .comments-number-container {
    position: absolute;
    top: 1em;
    right: 1em; }

.page-template-page_template-category-children #main .category-child,
.category-city #main .category-child {
  margin: 1em 1em 2em; }
  .page-template-page_template-category-children #main .category-child .post-thumbnail,
  .category-city #main .category-child .post-thumbnail {
    margin-bottom: 0.5em; }
  .page-template-page_template-category-children #main .category-child .section-header,
  .category-city #main .category-child .section-header {
    background: #003467; }
  .page-template-page_template-category-children #main .category-child .entry-title,
  .category-city #main .category-child .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }
  .page-template-page_template-category-children #main .category-child .post-content,
  .category-city #main .category-child .post-content {
    position: relative; }
    .page-template-page_template-category-children #main .category-child .post-content .entry-title,
    .category-city #main .category-child .post-content .entry-title {
      margin-right: 2.375rem; }
    .page-template-page_template-category-children #main .category-child .post-content .entry-meta,
    .category-city #main .category-child .post-content .entry-meta {
      margin-bottom: 0.5em; }
  .page-template-page_template-category-children #main .category-child .comments-number-container,
  .category-city #main .category-child .comments-number-container {
    position: absolute;
    top: 0;
    right: 0; }

.page-template-page_template-category-children #main .category-child:nth-of-type(1),
.category-city #main .category-child:nth-of-type(1) {
  /*
		@media (min-width: $breakpoint__mobile-large) {
			> .category-articles {
				.articles-list {
					display: grid;
					grid-template-columns: repeat(2, 1fr);
					grid-gap: 1em 2em;

					li:first-child {
						grid-column: 1/-1;

						.entry-title {
							@include font-size(1.5);
						}
					}
				}
			}
		}


		@media (min-width: $breakpoint__tablet) {
			// GRID
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 1em 2em;

			.section-header {
				grid-column: 1/-1;
				margin: 0;
			}

			> .category-articles {
				.articles-list {
					display: grid;
					grid-template-columns: repeat(2, 1fr);
					grid-gap: 1em 2em;

					li:first-child {
						grid-column: 1/-1;

						.entry-title {
							@include font-size(1.5);
						}
					}
				}
			}
		}
		*/ }
  .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .section-header,
  .category-city #main .category-child:nth-of-type(1) > .section-header {
    margin: 0 0 1em; }

.page-template-page_template-category-children #main .category-grandchild .category-articles,
.category-city #main .category-grandchild .category-articles {
  padding: 1em;
  background: #EBEBEB;
  display: grid;
  grid-gap: 1em; }

.page-template-page_template-category-children #main .category-grandchild .section-header,
.category-city #main .category-grandchild .section-header {
  margin: 0;
  background: #3F9EEA; }

.page-template-page_template-category-children #main .category-grandchild .articles-list,
.category-city #main .category-grandchild .articles-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }

.page-template-page_template-category-children #main .category-grandchild .hentry,
.category-city #main .category-grandchild .hentry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em; }

.page-template-page_template-category-children #main .category-grandchild .post-thumbnail,
.category-city #main .category-grandchild .post-thumbnail {
  margin-bottom: 0; }

.page-template-page_template-category-children #main .category-grandchild .post-content,
.category-city #main .category-grandchild .post-content {
  grid-column: 2/-1; }

.page-template-page_template-category-children #main .category-grandchild .entry-title,
.category-city #main .category-grandchild .entry-title {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 30em) {
    .page-template-page_template-category-children #main .category-grandchild .entry-title,
    .category-city #main .category-grandchild .entry-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.page-template-page_template-category-children #main .category-child .section-header,
.category-city #main .category-child .section-header {
  grid-column: 1/-1;
  margin: 0 0 1em; }

@media (min-width: 30em) {
  .page-template-page_template-category-children #main .category-child .articles-list,
  .category-city #main .category-child .articles-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em; } }

.tag-section-container {
  margin: 2em 1em; }
  @media (min-width: 30em) {
    .tag-section-container {
      display: grid;
      grid-gap: 1.5em 2em;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 30em) and (min-width: 48em) {
    .tag-section-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 30em) and (min-width: 64em) {
    .tag-section-container {
      grid-template-columns: repeat(4, 1fr); } }
  .tag-section-container.special {
    background-color: #EBEBEB;
    padding: 1em; }
    @media (min-width: 48em) {
      .tag-section-container.special {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5em 2em; } }
  @media (min-width: 48em) and (min-width: 64em) {
    .tag-section-container.special {
      grid-template-columns: repeat(2, 1fr); } }
    .tag-section-container.special .post-hero {
      display: none; }
  .tag-section-container > header {
    grid-column: 1 / -1;
    background: #0053A5;
    padding: 0.25em 0.5em;
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .tag-section-container > header {
        margin-bottom: 0; } }
    .tag-section-container > header > h1 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 0; }
  .tag-section-container .page-section {
    padding: 1em;
    background-color: #EBEBEB; }

.category-child-tag {
  margin: 2em 1em; }
  .category-child-tag .section-header {
    margin: 1em 0 !important; }
  @media (min-width: 30em) {
    .category-child-tag .articles-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2em; } }
  @media (min-width: 30em) and (min-width: 48em) {
    .category-child-tag .articles-list {
      grid-template-columns: repeat(4, 1fr); } }
  .category-child-tag .articles-list .hentry {
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .category-child-tag .articles-list .hentry {
        margin-bottom: 0; } }
  .category-child-tag .post-hero {
    margin-bottom: 0.5em; }
  .category-child-tag .post-content {
    position: relative; }
  .category-child-tag .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 2.25rem; }
    @media (min-width: 48em) {
      .category-child-tag .entry-title {
        font-size: 22px;
        font-size: 1.375rem; } }
  .category-child-tag .comments-number-container {
    position: absolute;
    top: 0;
    right: 0; }

section.tag-section {
  border-top: 2px solid #0053A5;
  padding-top: 0.25em; }
  @media (max-width: 30em) {
    section.tag-section {
      margin-bottom: 1em; } }
  section.tag-section .section-header {
    margin: 0;
    background: transparent;
    position: relative; }
  section.tag-section .section-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
    color: #0053A5; }
    section.tag-section .section-title a {
      color: #0053A5; }
      section.tag-section .section-title a:after {
        font-family: FontAwesome;
        content: "\f061";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        padding-left: 0.25em; }
  section.tag-section .read-more-tag-news {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Source Sans Pro", sans-serif; }
    section.tag-section .read-more-tag-news a {
      background-color: #D9D9D9;
      padding: 0.25rem 0.5rem;
      display: block; }
      section.tag-section .read-more-tag-news a:after {
        font-family: FontAwesome;
        content: "\f061";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        padding-left: 0.25em; }
  section.tag-section .articles-list {
    display: grid;
    grid-gap: 0.25em 1em;
    margin: 0.5em 0; }
    section.tag-section .articles-list li {
      border-bottom: 1px solid #D9D9D9;
      padding: 0; }
    section.tag-section .articles-list .post-hero {
      margin-bottom: 0.5em; }
    section.tag-section .articles-list .entry-title {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 400;
      line-height: 1.25; }
    section.tag-section .articles-list .post-thumbnail img {
      width: 100%; }

.cat-section-container-opinion {
  margin: 0 1em; }

section.cat-section .section-header {
  margin: 0 0 1em; }

section.cat-section .articles-list {
  margin: 0.5em 0 0.5em 1.25em; }
  section.cat-section .articles-list li {
    list-style: disc outside none; }
  section.cat-section .articles-list .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25; }
  section.cat-section .articles-list .opinion-author {
    font-size: 14px;
    font-size: 0.875rem; }

.page-section-container {
  margin: 2em 1em; }
  @media (min-width: 48em) {
    .page-section-container.election-top {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2em; } }
  @media (min-width: 48em) {
    .page-section-container.election-bottom {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-gap: 2em; } }
  .page-section-container .page-section-sidebar {
    background-color: #EBEBEB; }
    .page-section-container .page-section-sidebar .page-section {
      padding: 1em; }
    .page-section-container .page-section-sidebar .aside-content {
      margin-top: 0 !important; }

.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: #EBEBEB;
  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; }

.category-schools #main #section-beyond-the-buses {
  border: 0.5em solid #FFD900;
  border-top: none; }
  .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: #404040; }
  .category-schools #main #section-beyond-the-buses .articles-list {
    margin: 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); } }
    .category-schools #main #section-beyond-the-buses .articles-list .tag-description {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      color: #404040;
      background-color: #FFF19F;
      padding: 1em; }
      @media (min-width: 30em) {
        .category-schools #main #section-beyond-the-buses .articles-list .tag-description {
          font-size: 19px;
          font-size: 1.1875rem; } }

#primary.category-grid #main {
  padding: 1em; }

#primary.category-grid #secondary {
  margin: 0; }

#primary.category-grid .page-header {
  margin: 0 0 1em; }

#primary.category-grid .category-top-stories {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  @media (min-width: 40em) {
    #primary.category-grid .category-top-stories {
      grid-template-columns: 1fr 300px;
      grid-gap: 2em; } }
  #primary.category-grid .category-top-stories .articles-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1em 2em; }
    #primary.category-grid .category-top-stories .articles-list li {
      background-color: #EBEBEB; }
  #primary.category-grid .category-top-stories .post-content {
    position: relative;
    padding: 1em; }
  #primary.category-grid .category-top-stories .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 2.5rem; }
    @media (min-width: 48em) {
      #primary.category-grid .category-top-stories .entry-title {
        font-size: 24px;
        font-size: 1.5rem; } }
  #primary.category-grid .category-top-stories .comments-number-container {
    position: absolute;
    top: 1em;
    right: 1em; }

#primary.category-grid .category-recent-stories {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; }
  @media (min-width: 40em) {
    #primary.category-grid .category-recent-stories {
      grid-template-columns: 1fr 300px;
      grid-gap: 2em; } }
  #primary.category-grid .category-recent-stories .archive-child-section .section-header {
    margin: 0;
    grid-column: 1 / -1; }
  #primary.category-grid .category-recent-stories .archive-child-section .articles-list {
    margin: 0; }
    #primary.category-grid .category-recent-stories .archive-child-section .articles-list li {
      padding: 1em 0; }
  #primary.category-grid .category-recent-stories .archive-child-section .posts-navigation {
    margin: 0; }
  #primary.category-grid .category-recent-stories .widget {
    background-color: #EBEBEB;
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      #primary.category-grid .category-recent-stories .widget {
        margin-bottom: 2em; } }
    #primary.category-grid .category-recent-stories .widget > * {
      padding: 1em; }
    #primary.category-grid .category-recent-stories .widget .widget-title {
      padding: 0.5rem 1rem;
      margin: 0; }
    #primary.category-grid .category-recent-stories .widget .adv-ad-container {
      padding: 0; }

.aside-it-list {
  list-style: none;
  margin: 0; }
  .aside-it-list li {
    position: relative;
    margin-bottom: 1rem; }
    .aside-it-list li:last-child {
      margin-bottom: 0; }
  .aside-it-list .posted-on {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    padding: 0 0.25rem;
    position: absolute;
    bottom: 0; }
  .aside-it-list .hour {
    display: none; }

.category #section-articles {
  margin: 2em 1em; }

.category .hentry {
  margin: 0; }

.category .post-hero {
  margin-bottom: 0.5rem; }

.category .post-content {
  position: relative; }
  .category .post-content .entry-summary {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777777;
    margin-top: 0.5rem; }

.category .entry-header {
  padding-right: 2.3125rem; }
  .category .entry-header .entry-title {
    font-size: 18px;
    font-size: 1.125rem; }

.category .comments-number-container {
  position: absolute;
  top: 0;
  right: 0; }

.category .section-1-posts {
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 40em) {
    .category .section-1-posts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 48em) {
    .category .section-1-posts {
      grid-template-columns: 1fr 1fr 300px; } }
  @media (min-width: 64em) {
    .category .section-1-posts {
      grid-gap: 2rem; } }
  .category .section-1-posts .hentry:first-child {
    display: grid;
    grid-gap: 1rem; }
    @media (min-width: 40em) {
      .category .section-1-posts .hentry:first-child {
        grid-column: span 2; } }
    @media (min-width: 64em) {
      .category .section-1-posts .hentry:first-child {
        grid-template-columns: 1fr 2fr; } }
    .category .section-1-posts .hentry:first-child .post-hero {
      margin-bottom: 0; }
    .category .section-1-posts .hentry:first-child .entry-title {
      font-size: 24px;
      font-size: 1.5rem; }
    @media (min-width: 64em) {
      .category .section-1-posts .hentry:first-child .post-content {
        grid-column: 1;
        grid-row: 1; } }
  .category .section-1-posts .hentry .entry-title {
    font-size: 20px;
    font-size: 1.25rem; }
  .category .section-1-posts .ad-type {
    grid-column: 1 / -1; }
    @media (min-width: 48em) {
      .category .section-1-posts .ad-type {
        grid-column: 3 / 4;
        grid-row: 1 / span 2; } }

.category .section-2-posts {
  padding-top: 2rem;
  border-top: 1px solid #AAAAAA;
  display: grid;
  grid-gap: 1rem; }
  @media (min-width: 48em) {
    .category .section-2-posts {
      grid-template-columns: 1fr 300px;
      grid-gap: 1rem; } }
  @media (min-width: 64em) {
    .category .section-2-posts {
      grid-gap: 2rem; } }
  .category .section-2-posts .section-2-posts-articles {
    display: grid;
    grid-gap: 1rem; }
    @media (min-width: 40em) {
      .category .section-2-posts .section-2-posts-articles {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 64em) {
      .category .section-2-posts .section-2-posts-articles {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem; } }
  .category .section-2-posts .entry-summary {
    display: none; }
  @media (min-width: 48em) {
    .category .section-2-posts .ad-type {
      grid-column: -2 / -1; } }

h1.page-title.category-name {
  display: inline-block; }

nav.category-children {
  display: inline-block; }
  nav.category-children li {
    display: inline-block;
    margin: 0 0.25rem; }

.category-arts .category-child-section,
.category-community .category-child-section,
.category-real-estate .category-child-section {
  margin: 0 1em 2rem !important; }

.category-opinion .post-content .entry-meta {
  font-size: 15px;
  font-size: 0.9375rem; }

.category-opinion .post-content .entry-summary {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #404040; }

.category-opinion .section-1-posts {
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 40em) {
    .category-opinion .section-1-posts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 48em) {
    .category-opinion .section-1-posts {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 64em) {
    .category-opinion .section-1-posts {
      grid-gap: 2rem; } }
  .category-opinion .section-1-posts .hentry, .category-opinion .section-1-posts .hentry:first-child {
    background-color: #EBEBEB;
    padding: 1rem; }
    .category-opinion .section-1-posts .hentry .entry-title, .category-opinion .section-1-posts .hentry:first-child .entry-title {
      font-size: 26px;
      font-size: 1.625rem; }
    .category-opinion .section-1-posts .hentry .entry-summary, .category-opinion .section-1-posts .hentry:first-child .entry-summary {
      font-size: 18px;
      font-size: 1.125rem; }
  .category-opinion .section-1-posts .hentry:first-child {
    display: block;
    grid-column: span 1; }
  .category-opinion .section-1-posts .archive-description {
    font-size: 15px;
    font-size: 0.9375rem;
    grid-column: 1 / -1; }
    @media (min-width: 48em) {
      .category-opinion .section-1-posts .archive-description {
        grid-column: 3 / 4;
        grid-row: 1; } }

.category-opinion .section-2-posts .section-2-posts-articles {
  grid-gap: 1em 2em; }
  @media (min-width: 40em) {
    .category-opinion .section-2-posts .section-2-posts-articles {
      grid-template-columns: 1fr 1fr; } }

.category-opinion .section-2-posts .hentry {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 1em; }

.category-opinion .section-2-posts .entry-summary {
  display: block; }

.category-opinion .section-2-posts #opinion-aside {
  margin: 0;
  grid-column: 2;
  grid-row: 1 / span 2; }
  .category-opinion .section-2-posts #opinion-aside .aside-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .category-opinion .section-2-posts #opinion-aside ul {
    list-style: none;
    margin: 0 0 0 3em;
    display: grid;
    grid-gap: 1em; }
    .category-opinion .section-2-posts #opinion-aside ul li {
      position: relative; }
    .category-opinion .section-2-posts #opinion-aside ul a {
      display: block; }
  .category-opinion .section-2-posts #opinion-aside .comments-number-container {
    display: table;
    top: 2px;
    left: -3em; }
    .category-opinion .section-2-posts #opinion-aside .comments-number-container .comments-number-link,
    .category-opinion .section-2-posts #opinion-aside .comments-number-container .number {
      background-color: #0053A5; }
    .category-opinion .section-2-posts #opinion-aside .comments-number-container .comments-number::after {
      border-top: 8px solid #0053A5; }

.category-crime-safety #main .category-children {
  margin: 2em 1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em; }
  @media (min-width: 30em) {
    .category-crime-safety #main .category-children {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      grid-gap: 2em; } }

.category-crime-safety #main #crime-children .category-child-section {
  margin: 0;
  display: flex;
  flex-direction: column; }
  .category-crime-safety #main #crime-children .category-child-section .section-header {
    margin-bottom: 1em; }
  .category-crime-safety #main #crime-children .category-child-section .articles-list {
    margin: 0;
    padding: 0;
    flex: 1 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1em; }
    .category-crime-safety #main #crime-children .category-child-section .articles-list li {
      margin: 0; }
  .category-crime-safety #main #crime-children .category-child-section .hentry {
    padding: 0; }
  .category-crime-safety #main #crime-children .category-child-section .post-hero {
    margin: 0; }
  .category-crime-safety #main #crime-children .category-child-section .post-content {
    padding: 0.5em; }
  .category-crime-safety #main #crime-children .category-child-section .comments-number-container {
    top: 0.5em;
    right: 0.5em; }

.category-crime-safety #main #crime-children .category-child-section:first-child {
  grid-column: 1 / -1; }
  .category-crime-safety #main #crime-children .category-child-section:first-child .articles-list {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    margin: 0 1em; }
    @media (min-width: 30em) {
      .category-crime-safety #main #crime-children .category-child-section:first-child .articles-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 48em) {
      .category-crime-safety #main #crime-children .category-child-section:first-child .articles-list {
        grid-template-columns: repeat(4, 1fr); } }

.category-crime-safety #main #crime-children .category-child-section:nth-child(n+2) {
  background-color: transparent; }
  .category-crime-safety #main #crime-children .category-child-section:nth-child(n+2) .articles-list {
    grid-template-columns: 1fr;
    grid-gap: 1em; }
    @media (min-width: 30em) {
      .category-crime-safety #main #crime-children .category-child-section:nth-child(n+2) .articles-list {
        grid-template-columns: repeat(2, 1fr); } }
  .category-crime-safety #main #crime-children .category-child-section:nth-child(n+2) li:first-child {
    grid-row: span 3; }
  .category-crime-safety #main #crime-children .category-child-section:nth-child(n+2) li:nth-child(n+2) .post-hero {
    display: none; }
  .category-crime-safety #main #crime-children .category-child-section:nth-child(n+2) li:nth-child(n+2) .entry-title {
    font-size: 16px;
    font-size: 1rem; }

.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: 1px solid #AAAAAA; }
  .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 {
  position: relative; }
  .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: 0.5rem;
    right: 0.5rem; }
  .page-id-189599 .main-page #add-event .add-event-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.75rem; }

.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) 300px; } }

.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; }

.page-id-244558 #main .page-header,
.date #main .page-header,
.error404 #main .page-header {
  margin: 1em 1em 0;
  border-bottom: none;
  position: relative; }
  @media (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: #EBEBEB;
    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 */
.page-id-244558 #main .articles-list,
.date #main .articles-list {
  margin: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 2em; }
  .page-id-244558 #main .articles-list li,
  .date #main .articles-list li {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #EBEBEB; }
  .page-id-244558 #main .articles-list .hentry .entry-meta,
  .date #main .articles-list .hentry .entry-meta {
    color: #777777;
    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: #777777; }
  .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: #EBEBEB; }

.author #main {
  margin: 1em 0; }
  .author #main .page-header {
    margin: 0;
    border-bottom: none; }
    .author #main .page-header .author-name h1 {
      margin-bottom: 0.5rem; }
    .author #main .page-header .author-bio,
    .author #main .page-header .author-contact {
      padding: 0.25em 1em; }
    .author #main .page-header .author-bio .avatar {
      float: left;
      width: 180px;
      margin: 0 1rem 1rem 0; }
    .author #main .page-header .author-contact {
      padding-top: 1em; }
      .author #main .page-header .author-contact h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0.625rem; }
      .author #main .page-header .author-contact ul {
        list-style: none;
        margin-left: 0; }
        .author #main .page-header .author-contact ul li {
          line-height: 1.75; }
        .author #main .page-header .author-contact ul i {
          width: 20px;
          display: inline-block;
          text-align: right;
          margin-right: 10px; }
    @media (min-width: 48em) {
      .author #main .page-header {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-content: stretch; }
        .author #main .page-header .author-bio {
          flex: 1 1 66.666666666%; }
        .author #main .page-header .author-contact {
          flex: 1 1 33.333333333%; } }
    @media (min-width: 64em) {
      .author #main .page-header .author-bio {
        flex: 1 1 75%; }
      .author #main .page-header .author-contact {
        flex: 1 1 25%; } }
  .author #main .author-articles-header .author-articles-description {
    padding: 1em 0 0.5em;
    margin: 0 1em;
    border-top: 2px solid #777777;
    overflow: auto; }
    .author #main .author-articles-header .author-articles-description h2 {
      font-size: 26px;
      font-size: 1.625rem;
      float: left;
      margin-bottom: 0.5rem; }
  .author #main .articles-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .author #main .articles-list li {
      flex: 1 1 100%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-content: stretch; }
      @media (min-width: 30em) {
        .author #main .articles-list li {
          flex: 0 1 50%; } }
      @media (min-width: 48em) {
        .author #main .articles-list li {
          flex: 0 1 33.333333333%; } }
      @media (min-width: 64em) {
        .author #main .articles-list li {
          flex: 0 1 25%; } }
    .author #main .articles-list article {
      padding-bottom: 0.25em;
      margin: 1em;
      border-top: 1px solid #D9D9D9;
      flex: 1; }
      .author #main .articles-list article .entry-meta {
        margin-bottom: 0.25em; }
      .author #main .articles-list article .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0.375em; }
      .author #main .articles-list article .entry-summary {
        color: #777777;
        line-height: 1.25; }
      .author #main .articles-list article.date-archive-thumbnail {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-content: stretch; }
  .author #main .posts-navigation {
    padding: 0.25em 0.5em;
    margin: 0 1em;
    overflow: hidden;
    background-color: #EBEBEB; }
    .author #main .posts-navigation .nav-links {
      font-size: 14px;
      font-size: 0.875rem; }

.search-results #main #search-form-container {
  margin: 1em 1em 2em; }

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

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

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

.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.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; }
  #logo-print {
    display: block;
    width: 40%;
    margin-left: 1em;
    page-break-after: avoid !important; }
  .primary-category,
  .entry-meta {
    border-bottom: 1px solid #AAAAAA !important; }
  .comments-number-container,
  .ssba {
    display: none !important; }
  .primary-category a {
    color: black; }
  .entry-meta a {
    color: black !important; }
  .entry-content {
    font-size: 11pt !important;
    -webkit-column-count: 2;
    columns: 2;
    column-gap: 3em;
    column-rule: 1px solid #AAAAAA;
    margin-bottom: 3em; }
    .entry-content a {
      color: inherit; }
    .entry-content .post-aside {
      background-color: transparent;
      border: 1px solid #AAAAAA; }
    .entry-content .content-ad,
    .entry-content .content-ad + br {
      display: none !important; }
    .entry-content iframe {
      display: none; }
  .wp-caption-text {
    color: black;
    font-size: 10pt !important; }
  #site-info {
    background-color: transparent;
    margin: 0 1em;
    width: 100%; }
    #site-info .page-group {
      padding: 0.25em;
      border-top: 1px solid #AAAAAA;
      border-bottom: 1px solid #AAAAAA;
      background-color: inherit; }
    #site-info .copyright {
      padding: 0;
      color: inherit; } }

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

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

.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 #AAAAAA; }
  .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: #F65117; }
    .color-palette.primary div:nth-of-type(5) {
      background-color: #BD3100; }
  .color-palette.secondary div {
    color: #fff; }
    .color-palette.secondary div:nth-of-type(1) {
      color: #404040;
      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: #404040;
      background-color: #EBEBEB; }
    .color-palette.neutral div:nth-of-type(2) {
      color: #404040;
      background-color: #D9D9D9; }
    .color-palette.neutral div:nth-of-type(3) {
      background-color: #AAAAAA; }
    .color-palette.neutral div:nth-of-type(4) {
      background-color: #777777; }
    .color-palette.neutral div:nth-of-type(5) {
      background-color: #404040; }

.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: #404040;
  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: #404040;
  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: #BD3100; }

.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: "*"; }
