/*!
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.9.5
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 1em;
  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: 60em) {
  .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; }

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

figure {
  margin-top: 0.25em; }

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

/* 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: 60em) {
    .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: 60em) {
      .post-aside.large {
        width: auto;
        max-width: none;
        float: none;
        margin-bottom: 1.5em; } }
    @media (min-width: 60em) {
      .post-aside.large {
        width: 31.5em;
        max-width: none;
        float: left;
        margin-left: -12.25em; } }
  @media (min-width: 60em) {
    .post-aside.medium {
      width: 25.25em;
      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: 60em) {
  .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
--------------------------------------------------------------*/
.subscribe-daily-briefing {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  padding: 1.5em 1em;
  margin: 0.5em auto 1.5em;
  background-color: #777777; }
  @media (min-width: 40em) {
    .subscribe-daily-briefing {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .subscribe-daily-briefing p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0.5em;
    text-align: center; }
    @media (min-width: 40em) {
      .subscribe-daily-briefing p {
        margin-bottom: 0; } }
    .subscribe-daily-briefing p span.font-larger {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 600; }
  .subscribe-daily-briefing #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    align-items: center; }
  .subscribe-daily-briefing .mc-field-group {
    position: relative; }
  .subscribe-daily-briefing div.mce_inline_error {
    position: absolute;
    top: -1.75em; }
  .subscribe-daily-briefing #mce-success-response {
    margin: 0 0.75em 0 0.375em;
    padding: 0.25em 0.5em;
    border-radius: 5px;
    text-align: center;
    background: #EBEBEB; }
  .subscribe-daily-briefing #mce-EMAIL {
    background-color: #EBEBEB;
    line-height: 1.625;
    min-width: 200px;
    margin: 0 0.5em;
    padding: 0.25em 0.5em 0.125em; }
    .subscribe-daily-briefing #mce-EMAIL:focus {
      background-color: #fff; }
  .subscribe-daily-briefing .button {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    background-color: #3f9eea;
    padding: 0.5em	0.75em; }

.aside-content-bottom #mc_embed_signup {
  margin-top: -1em; }
  .aside-content-bottom #mc_embed_signup p {
    display: none; }
  .aside-content-bottom #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
    align-items: center; }
  .aside-content-bottom #mc_embed_signup .button {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    background-color: #04BFBF;
    padding: 0.35em 0.75em; }

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

#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: #404040;
  padding: 0; }
  #news-banner h2.widget-title::after {
    content: ": "; }

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

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

/*--------------------------------------------------------------
# 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 ul.flickr {
  margin: 0;
  list-style: none; }
  .widget.mks_flickr_widget ul.flickr li {
    margin: 0.5em 0.5em 0 0; }
    .widget.mks_flickr_widget ul.flickr li:nth-child(3n) {
      margin-right: 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; } }

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

.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; }
  .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: 60em) {
    #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-image: url(img/membership-member-button-background.png);
  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 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: 20px;
          font-size: 1.25rem;
          line-height: 1;
          font-weight: 600;
          padding: 0.5em 1.3125em;
          margin-top: 0.3125em;
          background-image: url(img/membership-member-button-background.png);
          background-size: cover;
          background-position: center;
          border-radius: 0.25em;
          border: 1px solid rgba(255, 255, 255, 0.5); }
      #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 {
    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-nosh-menu,
  #footer-content .footer-nosh-guide-menu {
    width: 50%;
    float: left; }
  #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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
  .front-page #main .highlight-story {
    display: flex;
    flex-flow: row wrap; }
    .front-page #main .highlight-story .section-header {
      flex: 1 0 100%; }
    .front-page #main .highlight-story .articles-list {
      flex: 1 1 40%;
      margin-right: 1em; }
      .front-page #main .highlight-story .articles-list li {
        margin-bottom: 1em; }
        .front-page #main .highlight-story .articles-list li:last-child {
          margin-bottom: 0; }
    .front-page #main .highlight-story .section-footer {
      flex: 0 0 18.75em;
      margin-left: 1em; }
      .front-page #main .highlight-story .section-footer .daily_briefing-email-form p {
        margin-bottom: .5em; }
      .front-page #main .highlight-story .section-footer .daily_briefing-email-form #mce-EMAIL {
        width: 100%; }
      .front-page #main .highlight-story .section-footer .daily_briefing-email-form input[type="submit"] {
        font-size: 14px;
        font-size: 0.875rem;
        border: 1px solid;
        border-color: #777777;
        border-radius: 3px;
        background: #3f9eea;
        color: #fff;
        line-height: 1;
        padding: .5em 1em .5em;
        margin-top: .5em;
        transition: background 0.3s ease; }
        .front-page #main .highlight-story .section-footer .daily_briefing-email-form input[type="submit"]:hover {
          background: #003467; } }

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

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

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

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

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

.front-page #main .lead-story {
  margin: 1em 0.5em;
  flex: 1;
  display: flex;
  /* COMMENTED OUT FOR IE TESTING
		flex-flow: column nowrap;
		*/ }
  .front-page #main .lead-story article {
    flex: 1; }
    .front-page #main .lead-story article > div {
      margin: 0 0.5em; }
  .front-page #main .lead-story .post-hero {
    margin-bottom: 0.5em;
    position: relative; }
  .front-page #main .lead-story .post-content {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #AAAAAA; }
  .front-page #main .lead-story .entry-title {
    font-size: 22px;
    font-size: 1.375rem; }
    @media (min-width: 40em) {
      .front-page #main .lead-story .entry-title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 60em) {
      .front-page #main .lead-story .entry-title {
        font-size: 28px;
        font-size: 1.75rem; } }
  .front-page #main .lead-story .entry-summary {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.5em; }
  @media (min-width: 68em) {
    .front-page #main .lead-story article.lead_story_front_page_article {
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .front-page #main .lead-story article.lead_story_front_page_article .post-hero {
        margin-bottom: 0;
        flex: 1 0 62.5%; }
        .front-page #main .lead-story article.lead_story_front_page_article .post-hero.medium {
          flex: 1 0 37.5%; }
        .front-page #main .lead-story article.lead_story_front_page_article .post-hero a {
          width: 100%;
          height: 100%;
          display: block; }
        .front-page #main .lead-story article.lead_story_front_page_article .post-hero .post-thumbnail {
          width: 100%;
          height: 100%;
          position: absolute; }
          .front-page #main .lead-story article.lead_story_front_page_article .post-hero .post-thumbnail .attachment-featured-image {
            display: none; }
    .front-page #main .lead-story article.lead_story_front_page_photo {
      display: flex;
      flex-flow: column; }
      .front-page #main .lead-story article.lead_story_front_page_photo .post-hero {
        margin-bottom: 0; }
      .front-page #main .lead-story article.lead_story_front_page_photo .post-content {
        padding: 0.75em 1em;
        background-color: #EBEBEB;
        border-bottom: none;
        flex: 1; }
      .front-page #main .lead-story article.lead_story_front_page_photo .entry-title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .front-page #main .lead-story + .sidebar-callout {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    .front-page #main .lead-story + .sidebar-callout aside {
      flex: 1 0 auto;
      padding: 1em;
      margin: 0 0 1em;
      /* background-color: $brk_color__neutral-light; */ }
      @media (max-width: 40em) {
        .front-page #main .lead-story + .sidebar-callout aside {
          margin: 0 1em; } }

.front-page #main .top-stories {
  background-color: #EBEBEB; }
  .front-page #main .top-stories .articles-list {
    padding: 0 0.5em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch; }
    .front-page #main .top-stories .articles-list li {
      margin-bottom: 1em;
      flex: 1 0 100%; }
      @media (min-width: 30em) {
        .front-page #main .top-stories .articles-list li {
          margin-bottom: 0.5em;
          flex: 1 0 50%; } }
      .front-page #main .top-stories .articles-list li article {
        padding: 0 0.5em;
        margin-bottom: 0.5em;
        border-top: none; }
      .front-page #main .top-stories .articles-list li .entry-header {
        margin-right: 0; }
      .front-page #main .top-stories .articles-list li .entry-title {
        font-size: 20px;
        font-size: 1.25rem; }
      .front-page #main .top-stories .articles-list li .post-content:first-child .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 0.5em; }
    .front-page #main .top-stories .articles-list .top-stories-comments {
      height: 35px;
      margin: 0 0.5em; }
      @media (max-width: 30em) {
        .front-page #main .top-stories .articles-list .top-stories-comments {
          padding-bottom: 0.25em;
          border-bottom: 1px solid #AAAAAA; } }
      @media (min-width: 30em) {
        .front-page #main .top-stories .articles-list .top-stories-comments {
          padding-top: 0.25em;
          border-top: 1px solid #AAAAAA; } }
    .front-page #main .top-stories .articles-list .comments-number-container {
      position: static; }
    .front-page #main .top-stories .articles-list .comments-number {
      margin-bottom: 0;
      /*
				.number {
					color: #fff;
					background-color: $brk_color__neutral-medium-light;
				}
				.comments-number-link {
					&:after {
						border-top: 8px solid $brk_color__neutral-medium-light;
					}
				}
				*/ }
    .front-page #main .top-stories .articles-list .sponsored {
      font-family: "Source Sans Pro", sans-serif;
      color: #000000;
      text-transform: uppercase;
      line-height: 1;
      background: rgba(255, 255, 255, 0.8);
      padding: 0.25em 0.375em;
      position: absolute;
      top: 0.5em;
      right: 1em; }
      .front-page #main .top-stories .articles-list .sponsored span {
        font-size: 14px;
        font-size: 0.875rem; }
  @media (min-width: 60em) {
    .front-page #main .top-stories .articles-list {
      flex-flow: row nowrap; } }
  @media (min-width: 30em) {
    .front-page #main .top-stories .articles-list li {
      flex: 0 1 50%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: stretch; }
      .front-page #main .top-stories .articles-list li article {
        flex: 1 0 auto;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: stretch; }
        .front-page #main .top-stories .articles-list li article .post-hero {
          flex: 0 auto; }
        .front-page #main .top-stories .articles-list li article .post-content {
          margin-bottom: 0;
          flex: 1 0 auto;
          display: flex;
          flex-flow: column nowrap;
          justify-content: space-between;
          align-items: stretch; }
          .front-page #main .top-stories .articles-list li article .post-content .entry-summary {
            flex: 1 0 auto;
            margin-bottom: 0.5em; }
        .front-page #main .top-stories .articles-list li article.category-opinion .post-content {
          padding: 1em;
          background-color: #D9D9D9; } }
  @media (min-width: 48em) {
    .front-page #main .top-stories .articles-list li {
      flex: 0 1 25%; } }

.front-page #main .berkeley-wire {
  background-color: #404040; }
  .front-page #main .berkeley-wire header {
    background-color: #404040; }
    .front-page #main .berkeley-wire header h1 {
      margin-bottom: 0; }
    .front-page #main .berkeley-wire header p {
      color: #fff;
      padding: 0.125em 0.75em 0.5em; }
  .front-page #main .berkeley-wire .post-hero {
    margin-bottom: 0; }
  .front-page #main .berkeley-wire .wp-caption-text {
    color: #EBEBEB;
    padding: 0.5em 0.75em;
    background-color: #404040; }

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

.front-page #main .nosh {
  border-bottom: 1em solid #F65117; }
  .front-page #main .nosh header h1 {
    margin-bottom: 0; }
  .front-page #main .nosh .section-header {
    background-color: #F65117; }
  .front-page #main .nosh section {
    margin: 0; }
  .front-page #main .nosh .nosh-column-1 {
    flex: 0 1 40%; }
  .front-page #main .nosh .nosh-column-2 {
    flex: 1; }
  .front-page #main .nosh .nosh-column-1 {
    display: flex;
    min-height: 300px; }
    @media (min-width: 40em) {
      .front-page #main .nosh .nosh-column-1 {
        min-height: 400px; } }
  .front-page #main .nosh .nosh-lead-story article {
    flex: 1; }
    .front-page #main .nosh .nosh-lead-story article .post-hero {
      margin-bottom: 0; }
    .front-page #main .nosh .nosh-lead-story article .post-content {
      padding: 1em;
      background: #BD3100; }
    .front-page #main .nosh .nosh-lead-story article .entry-title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1;
      margin-bottom: 0; }
      .front-page #main .nosh .nosh-lead-story article .entry-title a {
        color: #fff; }
  @media (min-width: 40em) {
    .front-page #main .nosh .nosh-lead-story article {
      width: 100%;
      position: relative;
      border-bottom: none; }
      .front-page #main .nosh .nosh-lead-story article .post-hero-bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 150; }
      .front-page #main .nosh .nosh-lead-story article .post-hero {
        display: none; }
      .front-page #main .nosh .nosh-lead-story article .post-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        width: 100%;
        padding: 2em 2em 4em;
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
      .front-page #main .nosh .nosh-lead-story article .entry-title a {
        text-shadow: 0px 0px 8px #000; }
        .front-page #main .nosh .nosh-lead-story article .entry-title a:hover {
          color: #D9D9D9; } }
  .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; }
    .front-page #main .nosh .nosh-column-2-1 .articles-list {
      margin-top: 0; }
    .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) {
      padding: 1em;
      order: -1; }
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) li:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title {
        font-size: 22px;
        font-size: 1.375rem; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(2) article .entry-title a {
          color: #F65117; }
    .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) {
      min-height: 300px;
      flex: 1 0 auto;
      display: flex; }
      .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
        flex: 1; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
          margin-bottom: 0; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
          padding: 1em;
          background: #BD3100; }
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title {
          font-size: 28px;
          font-size: 1.75rem;
          margin-bottom: 0; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a {
            color: #fff; }
      @media (min-width: 40em) {
        .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article {
          width: 100%;
          position: relative;
          border-bottom: none; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero-bg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 150; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-hero {
            display: none; }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .post-content {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 200;
            width: 100%;
            padding: 1em;
            background: rgba(0, 0, 0, 0.5);
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
          .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a {
            text-shadow: 0px 0px 3px #000; }
            .front-page #main .nosh .nosh-column-2-1 .nosh-subsection:nth-child(1) article .entry-title a:hover {
              color: #D9D9D9; } }
  .front-page #main .nosh .nosh-column-2-2 {
    background-color: #D9D9D9;
    display: flex; }
    .front-page #main .nosh .nosh-column-2-2 .ad-container.section {
      margin: 0;
      padding: 1em;
      display: flex;
      align-items: center; }

@media (min-width: 60em) {
  .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: 60em) {
    .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,
  .page-template-page_template-single-post #main .hentry .entry-meta {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.5em; }
    .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: 60em) {
      .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-family: "Source Sans Pro", sans-serif;
        color: #FFF;
        text-transform: uppercase;
        background-color: #A50053;
        padding: 0.25em 0.5em; }
    .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.125em; }
      @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 {
    margin-top: 0.5em;
    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 .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: 60em) {
        .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 #04BFBF;
    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; }
    .aside-content-append a:hover, .aside-content-append a:focus {
      color: #fff !important;
      background-color: #0053A5; }
  .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 {
  background-color: #404040; }
  .post-template-post_template-single-photo-lead #masthead .nav-container {
    color: #fff;
    float: left;
    cursor: pointer;
    margin: 0.5em 0.5em 0.75em;
    position: relative; }
  .post-template-post_template-single-photo-lead #masthead .nav-symbol {
    font-size: 30px;
    line-height: 1; }
  .post-template-post_template-single-photo-lead #masthead .nav-logo-nosh {
    vertical-align: text-bottom;
    width: 160px;
    display: inline-block; }
  .post-template-post_template-single-photo-lead #masthead .nav-logo-berkeleyside {
    vertical-align: middle;
    width: 200px;
    display: inline-block;
    position: relative;
    top: -3px; }

.post-template-post_template-single-photo-lead .sidenav {
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s; }
  .post-template-post_template-single-photo-lead .sidenav .menu-item a {
    font-size: 1.125em;
    color: #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 {
    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 {
    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 {
    padding-top: 15px; } }

.post-template-post_template-single-photo-lead .post-photo-lead-hero {
  width: 100%; }
  .post-template-post_template-single-photo-lead .post-photo-lead-hero img {
    width: 100%; }
  .post-template-post_template-single-photo-lead .post-photo-lead-hero .photo-lead-caption {
    font-size: 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 {
  background: none; }

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

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

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

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

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

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

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

@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 .wpforms-field-container {
  background: #E7F3FC;
  padding: 1em;
  overflow: auto; }

div.wpforms-container .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 .wpforms-form button[type=submit] {
  border: 1px solid;
  border-color: #777777;
  border-radius: 0.875em;
  background: #3f9eea;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding: .5em 1em .5em;
  width: 100%;
  transition: background 0.3s ease; }
  div.wpforms-container .wpforms-form button[type=submit]:hover {
    background: #003467; }

@media (max-width: 48em) {
  div.wpforms-container .wpforms-field {
    width: 100% !important;
    margin-left: 0 !important; } }

#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: 60em) {
    #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: 60em) {
    .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: #fff;
    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; }
    .aside-content-bottom p:last-child {
      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: #04BFBF; }
    .aside-content-bottom.aside-category h2 a {
      background-color: #04BFBF; }
  .aside-content-bottom.aside-category a {
    color: #fff;
    background-color: #04BFBF; }
    .aside-content-bottom.aside-category a:hover, .aside-content-bottom.aside-category a:focus {
      color: #04BFBF;
      background-color: #fff; }

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

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

.archive.nosh-front-page .page-title a,
.archive.category-nosh .page-title a,
.single.category-nosh .page-title a {
  color: #BD3100; }
  .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; }

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

.archive.nosh-front-page .nav-links a,
.archive.category-nosh .nav-links a,
.single.category-nosh .nav-links a {
  color: #BD3100; }
  .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; }

.archive.nosh-front-page #masthead .page-group,
.archive.category-nosh #masthead .page-group,
.single.category-nosh #masthead .page-group {
  background-color: #F65117; }

.archive.nosh-front-page #masthead #site-navigation,
.archive.category-nosh #masthead #site-navigation,
.single.category-nosh #masthead #site-navigation {
  background-color: #BD3100; }
  .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; }

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

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

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

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

.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; }
  .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: 1.875em; }

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

.archive.nosh-front-page time span.hour {
  display: none; }

.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; }
    @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;
        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;
        top: 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 .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 .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: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; }
      .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: 60em) {
        .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: 60em) {
  .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: 60em) {
  .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-wire {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch; }
  .archive.nosh-front-page .nosh-spotlights .nosh-wire aside {
    margin-top: 0; }
    .archive.nosh-front-page .nosh-spotlights .nosh-wire aside.nosh-wire-aside .aside-header {
      background-color: #BD3100; }
    .archive.nosh-front-page .nosh-spotlights .nosh-wire aside.nosh-wire-aside .post-content {
      padding: 1em;
      background-color: #EBEBEB; }
    .archive.nosh-front-page .nosh-spotlights .nosh-wire aside.nosh-wire-aside .entry-summary {
      margin-top: 0.75em; }
    .archive.nosh-front-page .nosh-spotlights .nosh-wire aside:last-child {
      flex: 1; }
    .archive.nosh-front-page .nosh-spotlights .nosh-wire 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: 60em) {
          .archive.nosh-front-page .nosh-home-nosh-guide .section-content #nosh-guide-main-menu li {
            flex-basis: 50%; } }
        @media (min-width: 60em) {
          .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; }
  .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: 60em) {
        .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; }

.archive .page-header, .error404 .page-header, .search-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, .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, .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, .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, .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, .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, .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, .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, .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, .page-template-page_template-category-children aside .archive-aside-content {
  margin: 1em 0; }

.archive .posts-navigation, .error404 .posts-navigation, .search-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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .page-template-page_template-category-children .archive-child-section .articles-list .hentry .post-content > *:last-child {
          flex: 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;
  background-color: #EBEBEB; }
  .page-template-page_template-category-children #main .category-lead-story .hentry,
  .category #main .category-lead-story .hentry {
    margin-bottom: 0; }
  .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: 32px;
          font-size: 2rem; } }
  .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: 1em;
  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-top: 1em;
  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.375em; }
    .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: 3em 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-page-column .real-estate-page-lead-story,
  .category #main .real-estate-page-column .real-estate-page-lead-story {
    background-color: #EBEBEB; }
    .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .entry-title,
    .category #main .real-estate-page-column .real-estate-page-lead-story .entry-title {
      font-size: 1.75em; }
    .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .hentry .post-content,
    .category #main .real-estate-page-column .real-estate-page-lead-story .hentry .post-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .hentry .comments-number-container,
    .category #main .real-estate-page-column .real-estate-page-lead-story .hentry .comments-number-container {
      padding: 1em 0 0;
      flex: 1 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .hentry .comments-number,
    .category #main .real-estate-page-column .real-estate-page-lead-story .hentry .comments-number {
      display: flex; }
    @media (min-width: 68em) {
      .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .hentry,
      .category #main .real-estate-page-column .real-estate-page-lead-story .hentry {
        display: flex; }
        .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .hentry .post-hero,
        .category #main .real-estate-page-column .real-estate-page-lead-story .hentry .post-hero {
          order: 10;
          flex: 1 0 62.5%;
          padding: 1em; }
        .page-template-page_template-category-children #main .real-estate-page-column .real-estate-page-lead-story .hentry .entry-header,
        .category #main .real-estate-page-column .real-estate-page-lead-story .hentry .entry-header {
          margin-bottom: 0.5em; } }

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

.page-template-page_template-category-children #main .real-estate-page-column.top-stories .articles-list,
.category #main .real-estate-page-column.top-stories .articles-list {
  height: 100%; }

.page-template-page_template-category-children #main .real-estate-page-column.top-stories li.category-item,
.category #main .real-estate-page-column.top-stories li.category-item {
  flex: 1 1 50%;
  margin: 1em;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .page-template-page_template-category-children #main .real-estate-page-column.top-stories li.category-item .post-hero,
  .category #main .real-estate-page-column.top-stories li.category-item .post-hero {
    margin-bottom: 0.5em; }
    @media (min-width: 48em) {
      .page-template-page_template-category-children #main .real-estate-page-column.top-stories li.category-item .post-hero,
      .category #main .real-estate-page-column.top-stories li.category-item .post-hero {
        margin: 1em 1em 0.5em; } }
  .page-template-page_template-category-children #main .real-estate-page-column.top-stories li.category-item .post-content,
  .category #main .real-estate-page-column.top-stories li.category-item .post-content {
    margin: 1em 1em 0; }
  .page-template-page_template-category-children #main .real-estate-page-column.top-stories li.category-item .comments-number-container,
  .category #main .real-estate-page-column.top-stories li.category-item .comments-number-container {
    margin: 0 1em 0.5em; }
  @media (min-width: 68em) {
    .page-template-page_template-category-children #main .real-estate-page-column.top-stories li.category-item .entry-header,
    .category #main .real-estate-page-column.top-stories li.category-item .entry-header {
      margin-bottom: 0.5em; } }

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

.category-opinion #main .articles-list li {
  flex: 1 1 45%;
  margin-bottom: 1em; }
  @media (min-width: 60em) {
    .category-opinion #main .articles-list li:nth-child(odd) {
      margin-right: 1em; }
    .category-opinion #main .articles-list li:nth-child(even) {
      margin-left: 1em; } }
  .category-opinion #main .articles-list li .entry-title {
    font-size: 22px;
    font-size: 1.25rem;
    line-height: 1.1875; }

.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) > .section-header,
.category-city #main .category-child:nth-of-type(1) > .section-header {
  margin: 0 0 1em; }

@media (min-width: 30em) {
  .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .category-articles .articles-list,
  .category-city #main .category-child:nth-of-type(1) > .category-articles .articles-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em; }
    .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child,
    .category-city #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child {
      grid-column: 1/-1; }
      .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child .entry-title,
      .category-city #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child .entry-title {
        font-size: 24px;
        font-size: 1.5rem; } }

@media (min-width: 48em) {
  .page-template-page_template-category-children #main .category-child:nth-of-type(1),
  .category-city #main .category-child:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em; }
    .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 {
      grid-column: 1/-1;
      margin: 0; }
    .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .category-articles .articles-list,
    .category-city #main .category-child:nth-of-type(1) > .category-articles .articles-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1em 2em; }
      .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child,
      .category-city #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child {
        grid-column: 1/-1; }
        .page-template-page_template-category-children #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child .entry-title,
        .category-city #main .category-child:nth-of-type(1) > .category-articles .articles-list li:first-child .entry-title {
          font-size: 24px;
          font-size: 1.5rem; } }

.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:nth-of-type(2) .section-header,
.category-city #main .category-child:nth-of-type(2) .section-header {
  grid-column: 1/-1;
  margin: 0 0 1em; }

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

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

@media (min-width: 60em) {
  .page-id-244558 #main .articles-list,
  .date #main .articles-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .page-id-244558 #main .articles-list li,
    .date #main .articles-list li {
      flex: 1 1 100%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-content: stretch; } }
    @media (min-width: 60em) and (min-width: 48em) {
      .page-id-244558 #main .articles-list li,
      .date #main .articles-list li {
        flex: 0 1 50%; } }
    @media (min-width: 60em) and (min-width: 60em) {
      .page-id-244558 #main .articles-list li,
      .date #main .articles-list li {
        flex: 0 1 33.333333333%; } }

.page-id-244558 #main .articles-list article,
.date #main .articles-list article {
  padding: 0.25em 0;
  margin: 1em;
  border-top: 1px solid #D9D9D9;
  flex: 1; }
  .page-id-244558 #main .articles-list article .entry-meta,
  .date #main .articles-list article .entry-meta {
    color: #777777;
    margin-bottom: 0.25em; }
  .page-id-244558 #main .articles-list article .entry-title,
  .date #main .articles-list article .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.375em; }
  .page-id-244558 #main .articles-list article .entry-summary,
  .date #main .articles-list article .entry-summary {
    color: #777777; }
  .page-id-244558 #main .articles-list article.date-archive-thumbnail,
  .date #main .articles-list article.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 {
      padding-bottom: 0.5em; }
    .author #main .page-header .author-bio,
    .author #main .page-header .author-contact {
      padding: 0.25em 1em; }
    .author #main .page-header .author-bio .avatar {
      width: 140px;
      float: left;
      padding: 0.25em 1em 0.25em 0; }
    .author #main .page-header .author-contact {
      padding-top: 1em; }
      .author #main .page-header .author-contact h2 {
        font-size: 20px;
        font-size: 1.25rem; }
      .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: 60em) {
      .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 {
      float: left; }
  .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: 60em) {
        .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; }

.error404 #main #search-form-container {
  margin: 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,
  #secondary,
  .meta-related-stories,
  .entry-footer,
  #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; }
  .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;
      content: "#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: #A50053; }
    .color-palette.secondary div:nth-of-type(4) {
      background-color: #04BFBF; }
  .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; }

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