/*!
Theme Name: Chalkbeat National
Author: Range
Author URI: http://ran.ge
Description: Base theme for Chalkbeat.org
Version: 0.9.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cbnational

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.

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

Grid is based on Skeleton - Copyright (c) 2011-2014 Dave Gamache, The MIT License (MIT)

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Scaffolding
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
}

.section-title {
  margin-top: 11%;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 3px solid;
  display: inline-block;
  color: #07a3dd;
}
.section-title.light {
  color: #fff;
}

.section-inner-offset {
  margin-left: 14%;
}

.section-title.entry-title {
  display: table;
  text-align: center;
  padding: 0 30px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

.light {
  color: #fff;
}

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

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

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

blockquote, 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.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.row {
  content: "";
  display: table;
  width: 100%;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }

  .container-fluid {
    width: 100%;
  }

  .column,
  .columns {
    margin-left: 4%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74.0%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-fourth.column {
    width: 22%;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 46%;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
@media (min-width: 767px) {
  .one-half.repeating:nth-of-type(even) {
    clear: right;
  }

  .one-half.repeating:nth-of-type(odd) {
    clear: left;
  }

  .container.specialty {
    max-width: 800px;
  }
}
/*
Effects
*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

/*--------------------------------------------------------------
# Scaffolding
--------------------------------------------------------------*/
/** Header **/
.site-header {
  padding-top: 65px;
  border-bottom: 2px solid #d6d6d6;
}
@media all and (max-width: 550px) {
  .site-header {
    padding-top: 35px;
  }
}

.site-branding {
  float: left;
}
.site-branding .site-title {
  margin: 0;
}
@media all and (max-width: 550px) {
  .site-branding {
    text-align: center;
    width: 100%;
  }
}

.main-navigation {
  float: right;
}

/** Footer */
.site-footer {
  margin-top: 130px;
  font-size: 12px;
  background: #3A3A3A;
  padding-top: 44px;
  padding-bottom: 40px;
  border-color: #d6d6d6;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.site-list {
  float: left;
  color: #fff;
}
.site-list span {
  text-transform: uppercase;
}
.site-list a {
  padding: 0 15px;
}
.site-list a:first-of-type {
  padding-left: 30px;
}
.site-list a,
.site-list a:visited {
  color: #07a3dd;
}
.site-list a:hover {
  color: #fff;
}

.footer-navigation {
  float: right;
}
.footer-navigation ul {
  margin: 0;
  list-style-type: none;
}
.footer-navigation ul a {
  color: #6B6B6B;
}
.footer-navigation ul li {
  display: inline-block;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
  color: #01557B;
  font-size: 14px;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 15px 36px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

button.big {
  padding: 26px 44px;
}

.button-like-link {
  color: #01557B;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #01557B;
  border: 1px solid #fff;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #01557B;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #01557B;
}

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

textarea {
  padding-left: 3px;
  width: 100%;
}

.mailchimp-form {
  width: 100%;
  content: "";
  display: table;
}
.mailchimp-form .mc-field-group {
  display: block;
  width: 25%;
  margin-right: 5%;
  float: left;
}
@media all and (max-width: 550px) {
  .mailchimp-form .mc-field-group {
    width: 100%;
    margin-top: 20px;
  }
}
.mailchimp-form .mc-field-group.email {
  width: 35%;
}
@media all and (max-width: 550px) {
  .mailchimp-form .mc-field-group.email {
    width: 100%;
    margin-top: 20px;
  }
}
.mailchimp-form .mc-field-group input {
  width: 100%;
}
.mailchimp-form .form-fields {
  float: left;
  width: 80%;
}
@media all and (max-width: 950px) {
  .mailchimp-form .form-fields {
    width: 100%;
  }
}
.mailchimp-form .form-responses {
  position: absolute;
}
.mailchimp-form .form-actions {
  float: right;
  width: 20%;
}
@media all and (max-width: 950px) {
  .mailchimp-form .form-actions {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
.mailchimp-form .form-actions input {
  padding: 15px 15%;
}
.mailchimp-form input[type="email"],
.mailchimp-form input[type="text"] {
  padding: 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #01557B;
  text-decoration: none;
}
a:visited {
  color: #01557B;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul a {
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 68px;
  color: #3A3A3A;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 0 15px;
  margin-bottom: 2px;
}
@media all and (max-width: 950px) {
  .main-navigation ul a {
    line-height: 50px;
  }
}
.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 {
  line-height: 1.2;
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-top: 2px solid #07A3DE;
  color: #737373;
  margin-bottom: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  border-top: 2px solid #07A3DE;
  color: #737373;
  margin-bottom: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

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

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

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

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

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

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

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

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

.hentry {
  margin-bottom: 15px;
}

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

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Views
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
/** Hero Section **/
section.hero-intro {
  background-size: cover;
  background-position: center center;
  padding-top: 110px;
  padding-bottom: 75px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
section.hero-intro .switcharoo-text {
  font-family: "museo-slab", serif;
}
section.hero-intro .switcharoo-tagline {
  margin-bottom: 80px;
  font-family: "museo-slab", serif;
}
section.hero-intro .newsletter-cta {
  background-color: #07a3dd;
  padding: 23px;
  color: #fff;
  text-transform: uppercase;
}
section.hero-intro .newsletter-cta .inner-cta {
  text-align: center;
  font-size: 19px;
  font-weight: 200;
}
section.hero-intro .newsletter-cta .inner-cta button {
  margin-left: 50px;
}

.hero-intro .transition-container {
  margin-bottom: 58px;
  margin-left: -492px;
}
.hero-intro .switcharoo-text {
  display: inline;
  line-height: 85px;
}
.hero-intro .switcharoo-images {
  display: inline;
}
.hero-intro .switcharoo-images span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.hero-intro .switcharoo-images span {
  -webkit-animation: flyup 15s linear infinite 0s;
  -ms-animation: flyup 15s linear infinite 0s;
  animation: flyup 15s linear infinite 0s;
}
.hero-intro .switcharoo-images span:nth-child(2) {
  -webkit-transition-delay: 3s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.hero-intro .switcharoo-images span:nth-child(3) {
  -webkit-transition-delay: 6s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.hero-intro .switcharoo-images span:nth-child(4) {
  -webkit-transition-delay: 9s;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.hero-intro .switcharoo-images span:nth-child(5) {
  -webkit-transition-delay: 12s;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@-webkit-keyframes flyup {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes flyup {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flyup {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  .hero-intro .transition-container {
    margin-left: auto;
    margin-right: auto;
  }

  section.hero-intro .switcharoo-text {
    width: 100%;
    line-height: 1.3;
  }

  .hero-intro .switcharoo-images {
    display: block;
    height: 80px;
    max-width: 492px;
    text-align: left;
    margin: 0 auto;
  }
}
.transition-container {
  position: relative;
}

/** Best of Chalkbeat Feed Section **/
section.best-of-multi {
  max-width: 1440px;
  margin: 0 auto;
  content: "";
  display: table;
  clear: both;
  padding: 0 15px;
}
section.best-of-multi .feed-intro {
  text-align: center;
  color: #6B6B6B;
  font-size: 19px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 95px;
  margin-bottom: 43px;
}

.feed {
  margin-bottom: 30px;
}
.feed .feed-title {
  font-size: 13px;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #07a3dd;
  margin: 43px 0;
}
.feed .feed-title:before {
  content: '';
  background-image: url("img/icon-mini-logo.png");
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px;
}
.feed .feed-link {
  font-size: 10px;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #07a3dd;
}
.feed .feed-article {
  margin-bottom: 10%;
}
.feed .article-title {
  color: #3A3A3A;
  font-size: 15px;
}
.feed .article-published-time {
  font-size: 10px;
  font-style: italic;
  color: #6B6B6B;
}
.feed .feed.widget_rss .rsswidget img {
  display: none;
}
.feed .feed.widget_rss ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/** About Us Intro **/
section.about-us-intro {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 113px;
}
section.about-us-intro p {
  font-size: 25px;
  line-height: 1.6;
}
section.about-us-intro button {
  margin-right: 40px;
}
@media all and (max-width: 950px) {
  section.about-us-intro button {
    margin: 15px;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
## Archive Staff
--------------------------------------------------------------*/
@media (max-width: 979px) {
  .one-half.column {
    width: 100%;
  }
}
.team-member img {
  border-radius: 100px;
  float: left;
  margin-right: 20px;
}
.team-member .staff-name {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
}
.team-member .staff-title {
  font-style: italic;
  font-weight: 300;
}
.team-member a.show-staff-bio {
  color: #07a3dd;
  font-weight: 600;
}

.team-member .staff-bio {
  margin-left: 184px;
}
.team-member .staff-bio p.role {
  display: none;
}

.page-title.section-title {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 70px;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog .section-title.entry-title {
  padding: 0;
}

/*--------------------------------------------------------------
## Donate Page (not a template yet)
--------------------------------------------------------------*/
.section-header .text {
  padding: 0 20px;
}

.tax-deductible {
  color: #999999;
  padding: 10px 0 0 0;
}

.donation-type {
  margin: 50px 0;
}

.donation-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.donation-type.first {
  margin-top: 20px;
}

.donation-type .donation-description {
  font-size: 20px;
  text-transform: uppercase;
}

.donation-type .checkbox {
  display: block;
  margin-bottom: 5px;
}

.donation-type .checkbox label {
  font: 400 16px/1.5 "museo-sans", sans-serif;
}

.donation-type .checkbox input {
  display: inline-block;
}

.donation-type .blue-button {
  display: inline-block;
  text-align: center;
  border: none;
  font: 400 18px/1.5 "museo-sans", sans-serif;
  width: auto;
  padding: 5px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #07a3dd;
  color: white;
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
  padding: 5px 0;
}

.donation-type .blue-button.monthly-donation {
  width: 21%;
  margin-right: 4%;
  float: left;
}

.donation-type .blue-button.monthly-donation sup, .donation-type .blue-button.monthly-donation span {
  display: none;
}

.donation-type .mail {
  text-transform: uppercase;
}

.donation-divider {
  height: 2px;
  margin: 8px 0;
  background: #999999;
}

.donation-divider span {
  position: relative;
  top: -10px;
  background: white;
  display: inline-block;
  padding-right: 5px;
  font: 900 italic 20px/1 "museo-sans", sans-serif;
}

.sponsor .header-fold {
  margin-bottom: 20px;
}

.sponsor .address .email {
  color: #e80e52;
}

.sidebar-content {
  width: 100%;
}

.sidebar-content h4 {
  text-transform: uppercase;
  font: 900 16px/1.5 "museo-sans", sans-serif;
  border-bottom: 3px double #07a3dd;
}

.sidebar-content ul {
  list-style: disc outside url(../images/bullet-blue.png);
  padding-left: 20px;
  margin-top: 10px;
}

.sidebar-content ul li {
  font: 15px/1.5 "museo-sans", sans-serif;
}

.sidebar-content .donate-info {
  margin-bottom: 50px;
}

.sidebar-content.sponsor {
  padding-top: 44px;
}

.sidebar-content.sponsor h4 {
  border-bottom-color: #e80e52;
}

.sidebar-content.sponsor ul {
  list-style-image: url(../images/bullet-red.png);
}

/*--------------------------------------------------------------
## About Page Template
--------------------------------------------------------------*/
section.about-principles {
  padding-bottom: 5%;
}

section.about-focused {
  padding-bottom: 5%;
}
section.about-focused:after {
  content: "";
  display: table;
}

section.about-committed {
  padding-bottom: 5%;
}
section.about-committed:after {
  content: "";
  display: table;
}

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
