/*!
Theme Name: Behavioral Scientist
Theme URI: http://behavioralscientist.org
Author: Luke Keller
Author URI: http://kellercreative.co
Description: A theme for the Behavioral Scientist online publication.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: behavioral-scientist
*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Fira+Sans:400,400i,600,700");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.alignwide, .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }
  .alignwide figure, .alignfull figure {
    margin: 0; }

.inner-container {
  margin: 0 auto;
  max-width: 54rem;
  padding-left: .75em;
  padding-right: .75em; }
  @media screen and (min-width: 480px) {
    .inner-container {
      padding-left: 1em;
      padding-right: 1em; } }
  @media screen and (min-width: 768px) {
    .inner-container {
      padding-left: 2.5em;
      padding-right: 2.5em; } }

.hide-desktop {
  display: block; }
  @media screen and (min-width: 768px) {
    .hide-desktop {
      display: none; } }

.hide-mobile {
  display: none; }
  @media screen and (min-width: 768px) {
    .hide-mobile {
      display: block; } }

.show-lg-screen {
  display: none; }
  @media screen and (min-width: 992px) {
    .show-lg-screen {
      display: block; } }

.space-between {
  justify-content: space-between; }

.margin-bottom__none {
  margin-bottom: 0; }

.margin-top__none {
  margin-top: 0; }

.margin-top__sm {
  margin-top: 10px; }

.max-750 {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

.padding-mobile {
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    .padding-mobile {
      padding: 0; } }

.flex-grid {
  display: block; }
  .flex-grid.mobile-grid {
    display: flex; }
  @media screen and (min-width: 480px) {
    .flex-grid {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }

.col-6 {
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (min-width: 480px) {
    .col-6 {
      padding: 10px; } }
  @media screen and (min-width: 768px) {
    .col-6 {
      flex: 0 50%;
      max-width: calc(50% - 10px); } }

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: Lora, serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0; }

a {
  color: #028b82;
  text-decoration: underline; }
  a:hover {
    color: #000000; }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lora, serif;
  font-weight: 300;
  line-height: 1.2em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1.1em; }

li,
p {
  font-size: 1.1em; }

@media print {
  .bs-article-styles a {
    color: #000000; } }
.bs-article-styles blockquote {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  display: inline-block;
  margin: 0;
  padding: 2em 1em; }
  .bs-article-styles blockquote p {
    color: #028b82;
    font-family: Lora, serif;
    font-size: 1.4em;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .bs-article-styles blockquote p {
        font-size: 1.8em; } }
.bs-article-styles li {
  margin-left: 0; }
.bs-article-styles li,
.bs-article-styles p {
  color: #000000;
  font-size: 1em;
  line-height: 1.6em; }
  @media screen and (min-width: 480px) {
    .bs-article-styles li,
    .bs-article-styles p {
      font-size: 1.15em; } }
.bs-article-styles > p:first-child:first-letter {
  color: #028b82;
  float: left;
  font-family: Lora, serif;
  font-size: 2em;
  line-height: 80%;
  margin-right: 0.10em; }
  @media screen and (min-width: 768px) {
    .bs-article-styles > p:first-child:first-letter {
      font-size: 5.8em; } }

.fancy-markers li {
  counter-increment: my-awesome-counter;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .fancy-markers li::before {
    border: 1px solid #333;
    border-radius: 50%;
    content: counter(my-awesome-counter);
    display: inline-block;
    font-family: Fira Sans, Helvetica, sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    height: 1.5rem;
    left: -2rem;
    line-height: 1.5rem;
    position: absolute;
    text-align: center;
    width: 1.5rem; }
  .fancy-markers li::marker {
    content: ''; }
.fancy-markers ol {
  counter-reset: my-awesome-counter;
  list-style: none; }

.bold {
  font-weight: bold; }

.has-medium-font-size {
  line-height: 1.7rem; }

.alt-heading {
  font-family: Fira Sans, Helvetica, sans-serif; }

.uppercase {
  text-transform: uppercase; }

.container {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  max-width: 70em;
  padding-left: .75em;
  padding-right: .75em; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 480px) {
    .container {
      padding-left: 1em;
      padding-right: 1em; } }
  @media screen and (min-width: 768px) {
    .container {
      padding-left: 2.5em;
      padding-right: 2.5em; } }

.archive .archive-title,
.blog .archive-title,
.search-results .archive-title, .page .page-title {
  border-bottom: 2px solid #ddd;
  margin-bottom: 1em; }
  .archive .archive-title h1,
  .blog .archive-title h1,
  .search-results .archive-title h1, .page .page-title h1 {
    margin: 0 0 0.5em; }

.vc_custom_heading.section-heading {
  border-bottom: 2px solid #ddd;
  color: #333;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.75em;
  margin-top: 0;
  text-transform: uppercase; }

.columnists-vc .subheading, .curated-posts .subheading, .vc_custom_heading.subheading, .latest-stories .subheading, .vc-popular-posts .subheading, .top-story .cat-heading, .top-story .subheading, .post-type-archive-cartoon .cartoon-subheading, .single-cartoon .subheading,
.single-post .subheading, .single-cartoon .suggested-subheading,
.single-post .suggested-subheading, .single-cartoon .suggested-posts h4,
.single-post .suggested-posts h4, body[class*=" tax-"] .tax-featured-articles .subheading, .page-template-template-fields .term-list-item .subheading,
.page-template-template-topics .term-list-item .subheading, .widget-popular-posts .widget-title {
  border-bottom: 2px solid #ddd;
  color: #028b82;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.75em;
  margin-top: 0;
  padding-bottom: 0.4em;
  text-transform: uppercase; }
  .columnists-vc .subheading a, .curated-posts .subheading a, .vc_custom_heading.subheading a, .latest-stories .subheading a, .vc-popular-posts .subheading a, .top-story .cat-heading a, .top-story .subheading a, .post-type-archive-cartoon .cartoon-subheading a, .single-cartoon .subheading a,
  .single-post .subheading a, .single-cartoon .suggested-subheading a,
  .single-post .suggested-subheading a, .single-cartoon .suggested-posts h4 a,
  .single-post .suggested-posts h4 a, body[class*=" tax-"] .tax-featured-articles .subheading a, .page-template-template-fields .term-list-item .subheading a,
  .page-template-template-topics .term-list-item .subheading a, .widget-popular-posts .widget-title a {
    text-decoration: none; }
  .columnists-vc .subheading h4, .curated-posts .subheading h4, .vc_custom_heading.subheading h4, .latest-stories .subheading h4, .vc-popular-posts .subheading h4, .top-story .cat-heading h4, .top-story .subheading h4, .post-type-archive-cartoon .cartoon-subheading h4, .single-cartoon .subheading h4,
  .single-post .subheading h4, .single-cartoon .suggested-subheading h4,
  .single-post .suggested-subheading h4, .single-cartoon .suggested-posts h4 h4,
  .single-post .suggested-posts h4 h4, body[class*=" tax-"] .tax-featured-articles .subheading h4, .page-template-template-fields .term-list-item .subheading h4,
  .page-template-template-topics .term-list-item .subheading h4, .widget-popular-posts .widget-title h4 {
    font-family: Fira Sans, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 1em;
  resize: none; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

label {
  font-weight: 500;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #ddd;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.6em;
  width: 100%; }
  .field_with_errors textarea,
  .field_with_errors input[type="color"],
  .field_with_errors input[type="date"],
  .field_with_errors input[type="datetime"],
  .field_with_errors input[type="datetime-local"],
  .field_with_errors input[type="email"],
  .field_with_errors input[type="month"],
  .field_with_errors input[type="number"],
  .field_with_errors input[type="password"],
  .field_with_errors input[type="search"],
  .field_with_errors input[type="tel"],
  .field_with_errors input[type="text"],
  .field_with_errors input[type="time"],
  .field_with_errors input[type="url"],
  .field_with_errors input[type="week"],
  .field_with_errors input:not([type]),
  .field_with_errors textarea {
    border-color: #d50f25; }
  textarea:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #028b82;
    box-shadow: none;
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  background-color: #028b82;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1em;
  padding: 1em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:active,
  input[type="submit"]:active {
    background-color: #000d0c; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #013f3b;
    color: #ffffff;
    text-decoration: none; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

img {
  display: block;
  height: auto;
  width: 100%; }

ul.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.inline-list {
  margin-left: 0;
  padding-left: 0; }
  .inline-list li {
    display: inline-block;
    margin-right: 1rem; }
    .inline-list li:last-child {
      margin-right: 0; }

.columnist-list-item {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em; }
  .columnist-list-item::after {
    clear: both;
    content: "";
    display: block; }
  .columnist-list-item:last-child {
    border-bottom: 0; }
  .columnist-list-item h4 {
    font-size: 1em;
    margin: 0;
    padding-top: 0.2em; }
    .columnist-list-item h4 a {
      color: #000000;
      text-decoration: none; }
      .columnist-list-item h4 a:hover {
        text-decoration: underline; }
  .columnist-list-item h5 {
    font-size: 0.8em;
    margin: 0.2em 0 0 0; }
  .columnist-list-item .author-link {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none; }
  .columnist-list-item .small-thumb {
    float: left;
    margin-right: 0.75em;
    max-width: 4em; }
    .columnist-list-item .small-thumb img {
      border-radius: 50%; }

.columnists-vc ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.view-all {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  background-color: #028b82;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1em;
  padding: 1em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em; }
  .view-all:active {
    background-color: #000d0c; }
  .view-all:hover {
    background-color: #013f3b;
    color: #ffffff;
    text-decoration: none; }
  .view-all:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.curated-posts h4 {
  font-size: 0.95em;
  font-weight: bold;
  margin: 0; }
  .curated-posts h4 a {
    color: #333;
    font-weight: normal;
    text-decoration: none; }
    .curated-posts h4 a:hover {
      color: #333;
      text-decoration: underline; }
.curated-posts h5 {
  color: #999;
  font-family: Lora, serif;
  font-size: 0.8em;
  margin: 0.25em 0 0; }
.curated-posts i {
  font-size: 0.7em; }
.curated-posts .author {
  font-weight: bold; }
.curated-posts .curated-post-list-item {
  margin-bottom: 1em; }
.curated-posts .conj {
  font-weight: normal; }
.curated-posts .source {
  font-style: italic; }

.latest-stories::after {
  clear: both;
  content: "";
  display: block; }
.latest-stories article {
  display: block;
  margin-bottom: 1em; }
  .latest-stories article::after {
    clear: both;
    content: "";
    display: block; }
  .latest-stories article .subheading {
    border-bottom: none;
    line-height: 1em;
    margin-bottom: 0.2em;
    margin-top: 0; }
    @media screen and (min-width: 600px) {
      .latest-stories article .subheading {
        margin-top: 1.25em; } }
    .latest-stories article .subheading a {
      text-decoration: none; }
.latest-stories h2 {
  font-size: 1em;
  margin-bottom: 0.3em; }
.latest-stories .articles a {
  text-decoration: none; }
  .latest-stories .articles a:hover {
    text-decoration: underline; }
.latest-stories .articles h2 a {
  color: #333; }
.latest-stories .authors {
  color: #999;
  font-size: 0.75em;
  line-height: 1em; }
  .latest-stories .authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .latest-stories .authors a:hover {
      text-decoration: underline; }
.latest-stories .excerpt {
  font-size: 0.85em;
  line-height: 1.6em; }
  @media screen and (min-width: 600px) {
    .latest-stories .excerpt {
      font-size: 0.9em; } }
  .latest-stories .excerpt p {
    margin-top: 0.5em; }
    @media screen and (min-width: 768px) {
      .latest-stories .excerpt p {
        margin-top: 0.75em; } }
.latest-stories .small-thumb {
  float: left;
  margin-right: 0.75em;
  max-width: 4em; }

@media screen and (min-width: 600px) {
  .vc_col-sm-12 .latest-stories.grid.post-2 article {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%; }
    .vc_col-sm-12 .latest-stories.grid.post-2 article:last-child {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-2 article:nth-child(2n) {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-2 article:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 600px) {
  .vc_col-sm-12 .latest-stories.grid.post-3 article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .vc_col-sm-12 .latest-stories.grid.post-3 article:last-child {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-3 article:nth-child(3n) {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-3 article:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 600px) {
  .vc_col-sm-12 .latest-stories.grid.post-4 article {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:last-child {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:nth-child(2n) {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .latest-stories.grid.post-4 article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:nth-child(2n) {
      clear: none;
      margin-right: 2.3576520234%; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:nth-child(2n + 1) {
      clear: none; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:last-child {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:nth-child(4n) {
      margin-right: 0; }
    .vc_col-sm-12 .latest-stories.grid.post-4 article:nth-child(4n+1) {
      clear: left; } }
.vc_col-sm-12 .latest-stories.grid.post-4 h2 {
  font-size: 1.2em; }

@media screen and (min-width: 600px) {
  .vc_col-sm-8 .latest-stories.grid.post-2 article {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%; }
    .vc_col-sm-8 .latest-stories.grid.post-2 article:last-child {
      margin-right: 0; }
    .vc_col-sm-8 .latest-stories.grid.post-2 article:nth-child(2n) {
      margin-right: 0; }
    .vc_col-sm-8 .latest-stories.grid.post-2 article:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 600px) {
  .vc_col-sm-8 .latest-stories.grid.post-3 article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .vc_col-sm-8 .latest-stories.grid.post-3 article:last-child {
      margin-right: 0; }
    .vc_col-sm-8 .latest-stories.grid.post-3 article:nth-child(3n) {
      margin-right: 0; }
    .vc_col-sm-8 .latest-stories.grid.post-3 article:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 600px) {
  .vc_col-sm-8 .latest-stories.grid.post-4 article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .vc_col-sm-8 .latest-stories.grid.post-4 article:last-child {
      margin-right: 0; }
    .vc_col-sm-8 .latest-stories.grid.post-4 article:nth-child(4n) {
      margin-right: 0; }
    .vc_col-sm-8 .latest-stories.grid.post-4 article:nth-child(4n+1) {
      clear: left; } }
.vc_col-sm-8 .latest-stories.grid.post-4 h2 {
  font-size: 1.2em; }

.grid article {
  margin-bottom: 2em;
  text-align: center; }
.grid h2 {
  font-size: 1.4em;
  margin-top: 0.25em; }
  @media screen and (min-width: 600px) {
    .grid h2 {
      font-size: 1.5em;
      margin-top: 0.4em; } }
.grid .authors {
  font-size: 0.9em; }
.grid .article-content {
  float: left;
  display: block;
  margin-right: 4.8291588071%;
  width: 65.0569470643%;
  text-align: left; }
  .grid .article-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) {
    .grid .article-content {
      float: none;
      text-align: center;
      width: 100%; } }
.grid .small-thumb {
  float: left;
  display: block;
  margin-right: 4.8291588071%;
  width: 30.1138941286%;
  max-width: none; }
  .grid .small-thumb:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) {
    .grid .small-thumb {
      float: none;
      width: 100%; } }

@media screen and (min-width: 768px) {
  .home .mailchimp-signup-form {
    margin-top: 1.5em; } }

.mailchimp-signup-form {
  background-color: #f2f2f2;
  padding: 1.25em 1em; }
  .mailchimp-signup-form label {
    height: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px; }
  .mailchimp-signup-form .mc_custom_border_hdr {
    font-family: Lora, serif;
    font-weight: bold;
    margin-bottom: 0.8em; }

.vc_col-sm-4 .mailchimp-signup-form {
  padding: 0.75em; }

.vc-popular-posts.grid li {
  float: left;
  display: block;
  margin-right: 4.8291588071%;
  width: 47.5854205965%;
  margin-bottom: 1.5em;
  padding-left: 0; }
  .vc-popular-posts.grid li:last-child {
    margin-right: 0; }
  .vc-popular-posts.grid li:nth-child(2n) {
    margin-right: 0; }
  .vc-popular-posts.grid li:nth-child(2n+1) {
    clear: left; }
  @media screen and (min-width: 768px) {
    .vc-popular-posts.grid li {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .vc-popular-posts.grid li:last-child {
        margin-right: 0; }
      .vc-popular-posts.grid li:nth-child(2n) {
        clear: none;
        margin-right: 2.3576520234%; }
      .vc-popular-posts.grid li:nth-child(2n + 1) {
        clear: none; }
      .vc-popular-posts.grid li:nth-child(4n) {
        margin-right: 0; }
      .vc-popular-posts.grid li:nth-child(4n+1) {
        clear: left; } }
.vc-popular-posts.grid ol {
  margin: 0;
  padding: 0; }
.vc-popular-posts h3 {
  font-size: 1em;
  margin: 0.5em 0 0; }
  .vc-popular-posts h3 a {
    color: #333;
    font-weight: normal;
    text-decoration: none; }
    .vc-popular-posts h3 a:hover {
      text-decoration: underline; }
.vc-popular-posts li {
  margin: 0;
  padding-left: 0.5em; }
  @media screen and (min-width: 768px) {
    .vc-popular-posts li {
      margin: 2em 0 2em; } }
  .vc-popular-posts li:last-child {
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .vc-popular-posts li:last-child {
        margin-bottom: 2em; } }
.vc-popular-posts ol {
  font-weight: bold;
  margin: 0;
  padding-left: 1em; }

.top-story::after {
  clear: both;
  content: "";
  display: block; }
@media screen and (min-width: 768px) {
  .top-story {
    margin-bottom: 0; } }
.top-story h1 {
  font-size: 2em;
  margin-bottom: 0.1em;
  margin-top: 0.4em; }
.top-story p {
  margin-bottom: 0.15em;
  margin-top: 0; }
.top-story .article-content a {
  text-decoration: none; }
  .top-story .article-content a:hover {
    text-decoration: underline; }
.top-story .article-content h1 a {
  color: #333; }
.top-story .authors {
  color: #999;
  font-size: 1em;
  line-height: 1em;
  margin: 0.5em 0 1em; }
  .top-story .authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .top-story .authors a:hover {
      text-decoration: underline; }
.top-story .cat-heading {
  border-bottom: 0;
  margin-bottom: 0.1em; }

.vc_col-sm-12 .top-story h1 {
  margin-top: 0; }
  @media screen and (min-width: 992px) {
    .vc_col-sm-12 .top-story h1 {
      font-size: 2.5em; } }
.vc_col-sm-12 .top-story p {
  font-size: 1.1em; }
.vc_col-sm-12 .top-story .article-content {
  margin-top: 1em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .vc_col-sm-12 .top-story .article-content {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 40.291369653%;
      margin-top: 0.25em; }
      .vc_col-sm-12 .top-story .article-content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .vc_col-sm-12 .top-story .article-content {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      margin-top: 1em; }
      .vc_col-sm-12 .top-story .article-content:last-child {
        margin-right: 0; } }
  .vc_col-sm-12 .top-story .article-content .subheading {
    border-bottom: none;
    line-height: 1em;
    margin-bottom: 0.2em;
    margin-top: 0.5em; }
    .vc_col-sm-12 .top-story .article-content .subheading a {
      font-weight: normal; }
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .top-story .article-thumb {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    .vc_col-sm-12 .top-story .article-thumb:last-child {
      margin-right: 0; } }
@media screen and (min-width: 992px) {
  .vc_col-sm-12 .top-story .article-thumb {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    .vc_col-sm-12 .top-story .article-thumb:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .vc_col-sm-12 .top-story .authors {
    font-size: 0.9em; } }
.vc_col-sm-12 .top-story .subheading {
  display: none; }

.vc_btn3 {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #028b82 !important;
  background-image: none !important;
  border: 0 !important;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff !important;
  text-transform: uppercase; }
  .vc_btn3:hover {
    background-color: #015853 !important; }

.archive .archivte-container::after,
.blog .archivte-container::after,
.search-results .archivte-container::after {
  clear: both;
  content: "";
  display: block; }
.archive .article-content,
.blog .article-content,
.search-results .article-content {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 78.6754891618%; }
  .archive .article-content:last-child,
  .blog .article-content:last-child,
  .search-results .article-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .archive .article-content,
    .blog .article-content,
    .search-results .article-content {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 61.6158804912%; }
      .archive .article-content:last-child,
      .blog .article-content:last-child,
      .search-results .article-content:last-child {
        margin-right: 0; } }
  .archive .article-content h2,
  .blog .article-content h2,
  .search-results .article-content h2 {
    font-size: 1.75em;
    margin: 0; }
    .archive .article-content h2 a,
    .blog .article-content h2 a,
    .search-results .article-content h2 a {
      color: #333;
      text-decoration: none; }
      .archive .article-content h2 a:hover,
      .blog .article-content h2 a:hover,
      .search-results .article-content h2 a:hover {
        color: #333;
        text-decoration: underline; }
  .archive .article-content p,
  .blog .article-content p,
  .search-results .article-content p {
    font-size: 1em; }
  .archive .article-content .authors,
  .blog .article-content .authors,
  .search-results .article-content .authors {
    color: #999; }
    .archive .article-content .authors a,
    .blog .article-content .authors a,
    .search-results .article-content .authors a {
      color: #999;
      text-decoration: none; }
      .archive .article-content .authors a:hover,
      .blog .article-content .authors a:hover,
      .search-results .article-content .authors a:hover {
        color: #999;
        text-decoration: underline; }
.archive .article-date,
.blog .article-date,
.search-results .article-date {
  color: #028b82;
  font-size: 0.85em; }
  @media screen and (min-width: 768px) {
    .archive .article-date,
    .blog .article-date,
    .search-results .article-date {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%;
      font-size: 1em;
      padding-top: 1em; }
      .archive .article-date:last-child,
      .blog .article-date:last-child,
      .search-results .article-date:last-child {
        margin-right: 0; } }
.archive .article-image,
.blog .article-image,
.search-results .article-image {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 18.9668588148%; }
  .archive .article-image:last-child,
  .blog .article-image:last-child,
  .search-results .article-image:last-child {
    margin-right: 0; }
.archive .archive-pagination,
.blog .archive-pagination,
.search-results .archive-pagination {
  font-size: 1.1em;
  margin-top: 2em; }
.archive .archive-title.columnist-field,
.blog .archive-title.columnist-field,
.search-results .archive-title.columnist-field {
  margin-bottom: 2em; }
.archive .articles .cartoon,
.archive .articles .post,
.blog .articles .cartoon,
.blog .articles .post,
.search-results .articles .cartoon,
.search-results .articles .post {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }
  .archive .articles .cartoon::after,
  .archive .articles .post::after,
  .blog .articles .cartoon::after,
  .blog .articles .post::after,
  .search-results .articles .cartoon::after,
  .search-results .articles .post::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .archive .articles .cartoon,
    .archive .articles .post,
    .blog .articles .cartoon,
    .blog .articles .post,
    .search-results .articles .cartoon,
    .search-results .articles .post {
      padding: 1.5em 0; } }
@media screen and (min-width: 768px) {
  .archive .articles .cartoon .post-right,
  .blog .articles .cartoon .post-right,
  .search-results .articles .cartoon .post-right {
    padding-top: 2rem; } }
.archive .articles .post-topics,
.blog .articles .post-topics,
.search-results .articles .post-topics {
  text-transform: uppercase; }

.post-type-archive-cartoon .authors {
  color: #999;
  font-size: 0.9rem;
  text-align: center; }
  .post-type-archive-cartoon .authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
.post-type-archive-cartoon .cartoon-grid::after {
  clear: both;
  content: "";
  display: block; }
.post-type-archive-cartoon .cartoon-grid-item {
  margin-bottom: 2rem; }
  @media screen and (min-width: 480px) {
    .post-type-archive-cartoon .cartoon-grid-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      padding: 0 1rem; }
      .post-type-archive-cartoon .cartoon-grid-item:last-child {
        margin-right: 0; } }
  .post-type-archive-cartoon .cartoon-grid-item:last-child {
    border-right: 0 !important; }
  @media screen and (min-width: 480px) {
    .post-type-archive-cartoon .cartoon-grid-item:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (min-width: 480px) {
    .post-type-archive-cartoon .cartoon-grid-item:nth-child(3n - 1) {
      border-right: 2px solid #ddd; } }
  @media screen and (min-width: 480px) {
    .post-type-archive-cartoon .cartoon-grid-item:nth-child(3n + 1) {
      border-right: 2px solid #ddd; } }
.post-type-archive-cartoon .cartoon-loop {
  text-align: center; }
  .post-type-archive-cartoon .cartoon-loop h2 a,
  .post-type-archive-cartoon .cartoon-loop h3 a {
    color: #333;
    text-decoration: none; }
    .post-type-archive-cartoon .cartoon-loop h2 a:hover,
    .post-type-archive-cartoon .cartoon-loop h3 a:hover {
      text-decoration: underline; }
  .post-type-archive-cartoon .cartoon-loop h3 {
    font-size: 1.5rem;
    margin-bottom: 0; }
.post-type-archive-cartoon .featured-cartoon-item {
  margin-bottom: 2rem; }
  @media screen and (min-width: 480px) {
    .post-type-archive-cartoon .featured-cartoon-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      border-right: 2px solid #ddd;
      padding: 0 1rem; }
      .post-type-archive-cartoon .featured-cartoon-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) {
    .post-type-archive-cartoon .featured-cartoon-item:nth-child(2n) {
      margin-right: 0;
      border-right: 0; } }
  .post-type-archive-cartoon .featured-cartoon-item h2 {
    font-size: 1.75em;
    margin: 0;
    text-align: center; }
    .post-type-archive-cartoon .featured-cartoon-item h2 a {
      color: #333;
      text-decoration: none; }
      .post-type-archive-cartoon .featured-cartoon-item h2 a:hover {
        color: #333;
        text-decoration: underline; }
  .post-type-archive-cartoon .featured-cartoon-item img {
    margin-bottom: 1rem; }
.post-type-archive-cartoon .featured-cartoons::after {
  clear: both;
  content: "";
  display: block; }
.post-type-archive-cartoon .top-story {
  max-width: 680px;
  margin: 0 auto 2rem; }
  .post-type-archive-cartoon .top-story h2 {
    margin: 0; }
  .post-type-archive-cartoon .top-story img {
    margin-bottom: 2rem; }

.post-type-archive-curated_post_type article {
  margin-bottom: 1.25em; }
  .post-type-archive-curated_post_type article::after {
    clear: both;
    content: "";
    display: block; }
.post-type-archive-curated_post_type .archive-title h1 {
  margin-bottom: 0.25em; }
.post-type-archive-curated_post_type .content-area::after {
  clear: both;
  content: "";
  display: block; }
.post-type-archive-curated_post_type .curated-post-author {
  font-weight: bold; }
  .post-type-archive-curated_post_type .curated-post-author .conj {
    font-weight: normal; }
.post-type-archive-curated_post_type .curated-post-author,
.post-type-archive-curated_post_type .curated-post-source {
  color: #999;
  font-size: 0.9em;
  line-height: 1.4em; }
.post-type-archive-curated_post_type .curated-post-content.with-thumb .curated-post-details {
  margin-left: 6em; }
  @media screen and (min-width: 768px) {
    .post-type-archive-curated_post_type .curated-post-content.with-thumb .curated-post-details {
      margin-left: 8em; } }
.post-type-archive-curated_post_type .curated-post-content a {
  color: #000000;
  text-decoration: none; }
  .post-type-archive-curated_post_type .curated-post-content a:hover {
    text-decoration: underline; }
.post-type-archive-curated_post_type .curated-post-content h2 {
  font-size: 1.15em;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .post-type-archive-curated_post_type .curated-post-content h2 {
      font-size: 1.2em; } }
.post-type-archive-curated_post_type .curated-post-content i {
  font-size: 0.6em; }
.post-type-archive-curated_post_type .curated-post-date {
  color: #028b82;
  line-height: 1em;
  margin-bottom: 0.25em; }
.post-type-archive-curated_post_type .curated-post-header {
  margin-bottom: 0.75em; }
.post-type-archive-curated_post_type .curated-post-thumb {
  float: left;
  padding-top: 0.25em;
  width: 5em; }
  @media screen and (min-width: 768px) {
    .post-type-archive-curated_post_type .curated-post-thumb {
      padding-top: 0;
      width: 7em; } }
.post-type-archive-curated_post_type .curated-post-source {
  font-style: italic; }
@media screen and (min-width: 768px) {
  .post-type-archive-curated_post_type .sidebar {
    float: left;
    display: block;
    margin-right: 3.1684362651%;
    width: 31.2210424899%;
    margin-top: 2.3em; }
    .post-type-archive-curated_post_type .sidebar:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .post-type-archive-curated_post_type .site-main {
    float: left;
    display: block;
    margin-right: 3.1684362651%;
    width: 65.610521245%; }
    .post-type-archive-curated_post_type .site-main:last-child {
      margin-right: 0; } }

.author .author-content::after,
.single-guest-author .author-content::after {
  clear: both;
  content: "";
  display: block; }
.author .author-heading,
.single-guest-author .author-heading {
  line-height: 1em;
  margin: 0 0 0.2em; }
.author .author-posts,
.single-guest-author .author-posts {
  border-top: 3px solid #ddd;
  margin-top: 4em; }
  .author .author-posts article::after,
  .single-guest-author .author-posts article::after {
    clear: both;
    content: "";
    display: block; }
.author .author-role,
.single-guest-author .author-role {
  color: #028b82;
  font-family: Lora, serif;
  font-size: 0.85em;
  font-weight: bold;
  margin: 0 0 0.5em;
  text-transform: uppercase; }
.author .author-title,
.single-guest-author .author-title {
  color: #999;
  font-size: 1.2em;
  line-height: 1em;
  margin: 0; }
.author .post-left,
.single-guest-author .post-left {
  margin-bottom: 0.5em; }
  @media screen and (min-width: 480px) {
    .author .post-left,
    .single-guest-author .post-left {
      float: left;
      display: block;
      margin-right: 3.5786642602%;
      width: 22.3160018048%;
      margin-bottom: 0; }
      .author .post-left:last-child,
      .single-guest-author .post-left:last-child {
        margin-right: 0; } }
  .author .post-left img,
  .single-guest-author .post-left img {
    max-width: 7em; }
    @media screen and (min-width: 480px) {
      .author .post-left img,
      .single-guest-author .post-left img {
        max-width: none; } }
@media screen and (min-width: 480px) {
  .author .post-right,
  .single-guest-author .post-right {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 74.1053339349%; }
    .author .post-right:last-child,
    .single-guest-author .post-right:last-child {
      margin-right: 0; } }
.author .post-right h2,
.single-guest-author .post-right h2 {
  font-size: 1.5em;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .author .post-right h2,
    .single-guest-author .post-right h2 {
      font-size: 1.75em; } }
  .author .post-right h2 a,
  .single-guest-author .post-right h2 a {
    color: #000000;
    text-decoration: none; }
    .author .post-right h2 a:hover,
    .single-guest-author .post-right h2 a:hover {
      text-decoration: underline; }
.author .post-right p,
.single-guest-author .post-right p {
  margin-top: 0.5em; }
.author .post-right .authors,
.single-guest-author .post-right .authors {
  color: #999; }
  .author .post-right .authors a,
  .single-guest-author .post-right .authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .author .post-right .authors a:hover,
    .single-guest-author .post-right .authors a:hover {
      text-decoration: underline; }
.author .post-topics,
.single-guest-author .post-topics {
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold; }
  .author .post-topics a,
  .single-guest-author .post-topics a {
    text-decoration: none; }
.author .profile-left,
.single-guest-author .profile-left {
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .author .profile-left,
    .single-guest-author .profile-left {
      float: left;
      display: block;
      margin-right: 3.5786642602%;
      width: 22.3160018048%;
      margin-bottom: 0; }
      .author .profile-left:last-child,
      .single-guest-author .profile-left:last-child {
        margin-right: 0; } }
  .author .profile-left img,
  .single-guest-author .profile-left img {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 14em; }
    @media screen and (min-width: 768px) {
      .author .profile-left img,
      .single-guest-author .profile-left img {
        margin: 0;
        max-width: none; } }
.author .profile-right,
.single-guest-author .profile-right {
  margin: 0 auto;
  max-width: 40em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .author .profile-right,
    .single-guest-author .profile-right {
      float: left;
      display: block;
      margin-right: 3.5786642602%;
      width: 74.1053339349%;
      max-width: none;
      text-align: left; }
      .author .profile-right:last-child,
      .single-guest-author .profile-right:last-child {
        margin-right: 0; } }
  .author .profile-right a,
  .single-guest-author .profile-right a {
    text-decoration: none; }
.author .site-content,
.single-guest-author .site-content {
  padding-top: 3em; }
  @media screen and (min-width: 768px) {
    .author .site-content,
    .single-guest-author .site-content {
      padding-top: 4em; } }
.author .social-link-list,
.single-guest-author .social-link-list {
  font-size: 0.9em;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0; }
  .author .social-link-list i,
  .single-guest-author .social-link-list i {
    margin-left: 0.25em; }
  .author .social-link-list li,
  .single-guest-author .social-link-list li {
    display: inline-block;
    margin-right: 1em; }
    .author .social-link-list li:last-child,
    .single-guest-author .social-link-list li:last-child {
      margin-right: 0; }

.columnist-loop {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 768px) {
    .columnist-loop {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .columnist-loop:last-child {
        margin-right: 0; }
      .columnist-loop:nth-child(2n) {
        margin-right: 0; }
      .columnist-loop:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 992px) {
    .columnist-loop {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .columnist-loop:nth-child(2n) {
        clear: none;
        margin-right: 2.3576520234%; }
      .columnist-loop:nth-child(2n + 1) {
        clear: none; }
      .columnist-loop:last-child {
        margin-right: 0; }
      .columnist-loop:nth-child(3n) {
        margin-right: 0; }
      .columnist-loop:nth-child(3n+1) {
        clear: left; } }
  .columnist-loop h2 {
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 480px) {
      .columnist-loop h2 {
        font-size: 1em; } }
    @media screen and (min-width: 768px) {
      .columnist-loop h2 {
        font-size: 1.1em; } }
  .columnist-loop h3 {
    font-size: 0.85em;
    margin: 0.25em 0 0; }
  .columnist-loop .columnist-content {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 74.1053339349%;
    padding-top: 0.25em; }
    .columnist-loop .columnist-content:last-child {
      margin-right: 0; }
    .columnist-loop .columnist-content a {
      color: #000000;
      text-decoration: none; }
      .columnist-loop .columnist-content a:hover {
        text-decoration: underline; }
  .columnist-loop .fields {
    font-size: 0.85em; }
    .columnist-loop .fields a {
      color: gray;
      font-family: Fira Sans, Helvetica, sans-serif; }
  .columnist-loop .person-image {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 22.3160018048%; }
    .columnist-loop .person-image:last-child {
      margin-right: 0; }
    .columnist-loop .person-image img {
      border-radius: 50%; }

@media screen and (min-width: 480px) {
  .columnists {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    .columnists:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .fields-sidebar {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .fields-sidebar:last-child {
      margin-right: 0; } }
.fields-sidebar .view-all {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  background-color: #028b82;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: Fira Sans, Helvetica, sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1em;
  padding: 1em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 1em; }
  .fields-sidebar .view-all:active {
    background-color: #000d0c; }
  .fields-sidebar .view-all:hover {
    background-color: #013f3b;
    color: #ffffff;
    text-decoration: none; }
  .fields-sidebar .view-all:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.founding-columnist {
  color: #999;
  font-size: 0.85em;
  font-style: italic;
  margin: 0; }

.page-template-template-columnists .article-container::after {
  clear: both;
  content: "";
  display: block; }
.page-template-template-columnists .people::after {
  clear: both;
  content: "";
  display: block; }

.site-footer {
  background-color: #f2f2f2;
  padding: 3em 0 1em; }
  @media print {
    .site-footer {
      display: none; } }
  .site-footer .attribution {
    color: #666666; }
    @media screen and (min-width: 480px) {
      .site-footer .attribution {
        float: right; } }
    .site-footer .attribution a {
      color: #333;
      font-weight: 600;
      text-decoration: none; }
      .site-footer .attribution a:hover {
        text-decoration: underline; }
  .site-footer .bottom-row {
    font-size: 0.9em;
    margin-top: 2em; }
    .site-footer .bottom-row::after {
      clear: both;
      content: "";
      display: block; }
  .site-footer .copyright {
    color: #666666; }
    @media screen and (min-width: 480px) {
      .site-footer .copyright {
        float: left; } }
  .site-footer .footer-links {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    font-family: Fira Sans, Helvetica, sans-serif; }
    .site-footer .footer-links:last-child {
      margin-right: 0; }
    .site-footer .footer-links a {
      color: #333;
      font-size: 0.9em;
      font-weight: 600;
      text-decoration: none; }
      .site-footer .footer-links a:hover {
        text-decoration: underline; }
    .site-footer .footer-links li {
      margin-bottom: 0.25em; }
    .site-footer .footer-links ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .site-footer .footer-links-container {
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-links-container {
        margin-top: 0;
        float: right;
        display: block;
        margin-left: 2.3576520234%;
        width: 57.3509783236%; }
        .site-footer .footer-links-container:last-child {
          margin-left: 0; } }
  .site-footer .logomark {
    margin-bottom: 1em;
    max-width: 12em; }
  @media screen and (min-width: 768px) {
    .site-footer .mission-statement {
      float: right;
      display: block;
      margin-left: 2.3576520234%;
      width: 40.291369653%; }
      .site-footer .mission-statement:last-child {
        margin-left: 0; } }
  .site-footer .mission-statement h3 {
    font-size: 1.4em;
    margin: 0 0 0.5em; }
  .site-footer .mission-statement p {
    font-size: 0.9em;
    margin: 0; }
  .site-footer .mission-statement .email-signup {
    margin-top: 1em; }
    .site-footer .mission-statement .email-signup::after {
      clear: both;
      content: "";
      display: block; }
  .site-footer .mission-statement .mc_custom_border_hdr {
    display: none; }
  .site-footer .mission-statement .mc_signup_submit {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    padding-top: 1.94em; }
    .site-footer .mission-statement .mc_signup_submit:last-child {
      margin-right: 0; }
    .site-footer .mission-statement .mc_signup_submit input {
      font-family: Fira Sans, Helvetica, sans-serif;
      padding: 0.84em 1em; }
  .site-footer .mission-statement .mc_merge_var {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    .site-footer .mission-statement .mc_merge_var:last-child {
      margin-right: 0; }
    .site-footer .mission-statement .mc_merge_var input {
      padding: 0.7em; }
  .site-footer .row::after {
    clear: both;
    content: "";
    display: block; }
  .site-footer .social-buttons {
    margin-top: 1.5em; }
  .site-footer .sub-menu li {
    font-size: 1em; }

.admin-bar.home .site-content {
  margin-top: 50px; }
  @media screen and (min-width: 480px) {
    .admin-bar.home .site-content {
      margin-top: 110px; } }
.admin-bar .site-header {
  position: absolute;
  top: 46px; }
  @media screen and (min-width: 600px) {
    .admin-bar .site-header {
      position: fixed; } }
  @media screen and (min-width: 782px) {
    .admin-bar .site-header {
      top: 32px; } }
  .admin-bar .site-header .site-navigation {
    padding-top: 110px; }
    @media screen and (min-width: 768px) {
      .admin-bar .site-header .site-navigation {
        padding-top: 1.5em; } }

@media screen and (min-width: 480px) {
  .home .site-content {
    margin-top: 140px; } }

.nav-active .site-navigation {
  overflow-x: hidden;
  overflow-y: scroll; }

.overlay {
  background-color: #000000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 800; }
  .overlay.active {
    opacity: 0.15;
    visibility: visible; }

.site-content {
  margin-top: 85px;
  padding: 2.5em 0; }
  @media print {
    .site-content {
      margin-top: 0;
      padding: 1em 0; } }
  .site-content.no-spacing {
    margin-top: 63.56px;
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .site-content.no-spacing {
        margin-top: 69px; } }
  .site-content.no-bottom-spacing {
    padding-bottom: 0; }

.site-header {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.15);
  left: 0;
  padding: 0.75em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900; }
  @media screen and (min-width: 480px) {
    .site-header {
      padding: 1.5em 0; } }
  @media print {
    .site-header {
      position: static; } }
  .site-header.smaller {
    padding: 0.75em; }
    .site-header.smaller .logo {
      max-width: 7em; }
    .site-header.smaller .menu-item {
      font-size: 0.92em; }
    @media screen and (min-width: 480px) {
      .site-header.smaller .mobile-menu {
        margin-top: 0.25em;
        width: 22px; } }
    @media screen and (min-width: 480px) {
      .site-header.smaller .mobile-menu .line:nth-child(2), .site-header.smaller .mobile-menu .line:nth-child(3) {
        top: 7px; } }
    @media screen and (min-width: 480px) {
      .site-header.smaller .mobile-menu .line:nth-child(4) {
        top: 14px; } }
    @media screen and (min-width: 768px) {
      .site-header.smaller .site-navigation {
        padding-top: 0.65em; } }
  @media print {
    .site-header {
      box-shadow: none; } }
  .site-header .container::after {
    clear: both;
    content: "";
    display: block; }
  @media print {
    .site-header .container {
      margin: 0;
      padding: 0; } }
  .site-header .logo {
    -webkit-transition: max-width 0.2s ease;
    -moz-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    color: #333;
    float: left;
    font-weight: 500;
    margin-right: 2em;
    max-width: 7em; }
    @media screen and (min-width: 480px) {
      .site-header .logo {
        max-width: 12em; } }
    .site-header .logo:hover {
      text-decoration: none; }
  .site-header .menu-item {
    border-top: 1px solid #ddd;
    font-size: 1em;
    margin-bottom: 0;
    padding-top: 0.25rem; }
    @media screen and (min-width: 768px) {
      .site-header .menu-item {
        border-top: none;
        display: inline-block;
        letter-spacing: 0.03em;
        margin-right: 1em; } }
    .site-header .menu-item a {
      color: #333;
      font-weight: 600;
      display: inline-block;
      padding: 0.5em 1em;
      position: relative;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .site-header .menu-item a {
          border-bottom: 3px solid #ffffff;
          padding: 0 0 0.25em; } }
      @media screen and (min-width: 768px) {
        .site-header .menu-item a:focus {
          color: #028b82; } }
  .site-header .menu-item-has-children {
    position: relative; }
    @media screen and (min-width: 768px) {
      .site-header .menu-item-has-children:hover .sub-menu-wrap {
        display: block; } }
    .site-header .menu-item-has-children.active > a {
      color: #028b82; }
      .site-header .menu-item-has-children.active > a:focus {
        color: #028b82; }
    .site-header .menu-item-has-children > a {
      padding-right: 1em; }
      .site-header .menu-item-has-children > a:focus {
        color: #333; }
      .site-header .menu-item-has-children > a::after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0.5em; }
        @media screen and (min-width: 768px) {
          .site-header .menu-item-has-children > a::after {
            top: 0; } }
  .site-header .menu-section-menu-container::after {
    clear: both;
    content: "";
    display: block; }
  .site-header .mobile-menu {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: rotate 0.5s ease-in-out;
    -moz-transition: rotate 0.5s ease-in-out;
    transition: rotate 0.5s ease-in-out;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-top: 0.25em;
    position: relative;
    width: 22px; }
    @media screen and (min-width: 480px) {
      .site-header .mobile-menu {
        margin-top: 1.25em;
        width: 28px; } }
    @media screen and (min-width: 768px) {
      .site-header .mobile-menu {
        display: none; } }
    .site-header .mobile-menu .line {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      background: #333;
      display: block;
      height: 3px;
      left: 0;
      margin-top: 0.5em;
      opacity: 1;
      position: absolute;
      width: 100%; }
      .site-header .mobile-menu .line:nth-child(1) {
        top: 0; }
      .site-header .mobile-menu .line:nth-child(2), .site-header .mobile-menu .line:nth-child(3) {
        top: 7px; }
        @media screen and (min-width: 480px) {
          .site-header .mobile-menu .line:nth-child(2), .site-header .mobile-menu .line:nth-child(3) {
            top: 9px; } }
      .site-header .mobile-menu .line:nth-child(4) {
        top: 14px; }
        @media screen and (min-width: 480px) {
          .site-header .mobile-menu .line:nth-child(4) {
            top: 18px; } }
  .site-header .nav-container {
    position: relative; }
    .site-header .nav-container::after {
      clear: both;
      content: "";
      display: block; }
  .site-header .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .site-header .nav-menu {
        float: right; } }
  .site-header .nav-menu-right {
    margin: 0;
    padding: 0; }
    .site-header .nav-menu-right a {
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      -webkit-font-smoothing: antialiased;
      background-color: #028b82;
      border-radius: 0;
      border: 0;
      box-shadow: none;
      color: #ffffff;
      display: inline-block;
      font-family: Fira Sans, Helvetica, sans-serif;
      font-size: 0.95em;
      font-weight: bold;
      line-height: 1em;
      padding: 1em 1.25em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.9rem;
      padding: 0.5rem;
      text-transform: none; }
      .site-header .nav-menu-right a:active {
        background-color: #000d0c; }
      .site-header .nav-menu-right a:hover {
        background-color: #013f3b;
        color: #ffffff;
        text-decoration: none; }
      .site-header .nav-menu-right a:disabled {
        cursor: not-allowed;
        opacity: 0.5; }
    .site-header .nav-menu-right li {
      padding-top: 0; }
      .site-header .nav-menu-right li:hover a {
        border-bottom: 0; }
  .site-header .nav-menu-right-container.hide-desktop a {
    font-size: 1.1rem;
    text-align: center;
    width: 100%; }
  .site-header .nav-menu-right-container.hide-desktop li {
    padding: 1rem; }
  .site-header .nav-menu-right-container.hide-mobile {
    float: right;
    margin-left: 1rem; }
  .site-header .search {
    margin: 0 0 1em 1em; }
    @media screen and (min-width: 768px) {
      .site-header .search {
        float: right;
        font-size: 0.8em;
        margin: 0 0 1em 0; } }
    .site-header .search.active {
      position: static;
      z-index: 100; }
      @media screen and (min-width: 768px) {
        .site-header .search.active {
          background-color: #ffffff;
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0; } }
      .site-header .search.active .search-form {
        background-color: #ffffff;
        display: block; }
  .site-header .search-button {
    background-color: transparent;
    border: 0;
    color: #333;
    display: none;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .site-header .search-button {
        display: block;
        float: right;
        margin-top: 0.7em; } }
    .site-header .search-button:hover {
      cursor: pointer; }
    .site-header .search-button .fa-times {
      font-size: 1.25em;
      margin-top: -0.2em; }
  .site-header .search-field {
    display: inline-block;
    font-size: 0.9em;
    max-width: 15.5em; }
    @media screen and (min-width: 768px) {
      .site-header .search-field {
        font-size: 1.1em;
        max-width: 19.5em; } }
  @media screen and (min-width: 768px) {
    .site-header .search-form {
      display: none;
      margin-top: -0.4em; } }
  .site-header .search-submit {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.8em 0.9em;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .site-header .search-submit {
        font-size: 1.1em;
        padding: 0.8em 1.25em; } }
  .site-header .site-navigation {
    -webkit-transition: right 0.2s ease, opacity 0.2s ease;
    -moz-transition: right 0.2s ease, opacity 0.2s ease;
    transition: right 0.2s ease, opacity 0.2s ease;
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    bottom: 0;
    font-family: Fira Sans, Helvetica, sans-serif;
    opacity: 0;
    padding-top: 1.1em;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    z-index: 900; }
    @media screen and (min-width: 768px) {
      .site-header .site-navigation {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        background-color: none;
        border-left: 0;
        box-shadow: none;
        float: right;
        opacity: 1;
        padding-top: 1.5em;
        position: static;
        width: auto; } }
    .site-header .site-navigation.active {
      box-shadow: 20px 0 50px #333333;
      opacity: 1;
      right: 0; }
      @media screen and (min-width: 768px) {
        .site-header .site-navigation.active {
          box-shadow: none;
          opacity: 1;
          right: auto; } }
  .site-header .site-topnav-location {
    min-width: 25em; }
    @media screen and (min-width: 768px) {
      .site-header .site-topnav-location {
        float: right; } }
    .site-header .site-topnav-location li {
      max-width: 300px; }
      @media screen and (min-width: 768px) {
        .site-header .site-topnav-location li:hover a {
          border-bottom: 3px solid #028b82; } }
      @media screen and (min-width: 768px) {
        .site-header .site-topnav-location li:hover a::after {
          color: #028b82; } }
      @media screen and (min-width: 768px) {
        .site-header .site-topnav-location li:hover .sub-menu a {
          border-bottom: none; } }
  .site-header .sub-menu {
    list-style: none;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .site-header .sub-menu {
        min-width: 15em; }
        .site-header .sub-menu::after {
          clear: both;
          content: "";
          display: block; } }
    .site-header .sub-menu a {
      font-size: 0.9rem; }
    .site-header .sub-menu li {
      padding-left: 1.5em; }
      @media screen and (min-width: 768px) {
        .site-header .sub-menu li {
          padding-left: 0; } }
  .site-header .sub-menu-wrap {
    display: none;
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .site-header .sub-menu-wrap {
        background-color: #f2f2f2;
        box-shadow: 0 4px 6px rgba(51, 51, 51, 0.15);
        left: 0;
        padding: 0.5em 0;
        position: absolute; } }
    .site-header .sub-menu-wrap.active {
      display: block; }
    .site-header .sub-menu-wrap a {
      border: 0; }
      .site-header .sub-menu-wrap a:hover {
        border: 0;
        color: #028b82; }
    .site-header .sub-menu-wrap li {
      display: block;
      margin: 0.5em 0;
      padding: 0 1em; }

.home .vc_row {
  margin-bottom: 1em; }
  .home .vc_row:first-child {
    margin-bottom: 2em; }

.modal {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  background-color: #f2f2f2;
  margin: 4em auto 0;
  max-width: 40em;
  opacity: 0;
  padding: 2em;
  position: relative;
  visibility: hidden;
  width: 96%;
  z-index: 1000; }
  @media screen and (min-width: 480px) {
    .modal {
      width: 90%; } }
  @media screen and (min-width: 768px) {
    .modal {
      margin-top: 8em; } }
  .modal.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .modal .close {
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 1em; }
  .modal .mc_custom_border_hdr {
    font-family: Lora, serif;
    font-size: 1.75em;
    margin-bottom: 0.75em; }
  .modal .mc_merge_var {
    margin-bottom: 1em; }

.modal-container {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000; }
  .modal-container.active {
    opacity: 1;
    visibility: visible; }

.membership-nav {
  font-family: Fira Sans, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.92rem; }
  .membership-nav a {
    color: #333;
    text-decoration: none; }
    .membership-nav a:hover {
      color: #028b82; }

@media screen and (min-width: 768px) {
  .page-template-default:not(.home) .content-area article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    .page-template-default:not(.home) .content-area article:last-child {
      margin-right: 0; } }
.page-template-default:not(.home) .content-area article h1 {
  margin-top: 0; }

.page .page-title {
  margin-bottom: 2em; }

html.nav-active {
  height: 100%;
  overflow: hidden; }

.bg-light-green {
  background: #e4f2f1;
  padding: 2rem 0; }

.column-card {
  background: #ffffff;
  border: 6px solid #dbe8e8;
  margin-bottom: 0;
  padding: 2rem; }
  .column-card h2:first-child,
  .column-card h3:first-child,
  .column-card h4:first-child,
  .column-card h5:first-child,
  .column-card h6:first-child,
  .column-card p:first-child {
    margin-top: 0; }
  .column-card h4 {
    font-size: 1rem;
    font-weight: bold; }
  .column-card.column-card__highlight {
    border: 6px solid #158b82; }
  .column-card .wp-block-button__link {
    font-family: Fira Sans, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold; }

.has-black-background-color a:hover {
  color: #ffffff; }

.search-results .query {
  font-size: 0.75em;
  font-weight: bold; }

.single-cartoon img,
.single-post img {
  max-width: 100%; }
  .single-cartoon img.aligncenter,
  .single-post img.aligncenter {
    margin: 0 auto;
    width: auto; }
  .single-cartoon img.alignleft,
  .single-post img.alignleft {
    width: auto; }
    @media screen and (min-width: 768px) {
      .single-cartoon img.alignleft,
      .single-post img.alignleft {
        float: left;
        margin-right: 1.5em; } }
  .single-cartoon img.alignnone,
  .single-post img.alignnone {
    width: auto; }
  .single-cartoon img.alignright,
  .single-post img.alignright {
    width: auto; }
    @media screen and (min-width: 768px) {
      .single-cartoon img.alignright,
      .single-post img.alignright {
        float: right;
        margin-left: 1.5em; } }
.single-cartoon .authors,
.single-post .authors {
  color: #999;
  font-family: Lora, serif; }
  .single-cartoon .authors a,
  .single-post .authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .single-cartoon .authors a:hover,
    .single-post .authors a:hover {
      color: #999;
      text-decoration: underline; }
.single-cartoon .article-column,
.single-cartoon .article-footer-left,
.single-post .article-column,
.single-post .article-footer-left {
  max-width: 600px; }
  @media screen and (min-width: 992px) {
    .single-cartoon .article-column,
    .single-cartoon .article-footer-left,
    .single-post .article-column,
    .single-post .article-footer-left {
      float: left;
      display: block;
      margin-right: 3.1684362651%;
      width: 65.610521245%;
      max-width: none; }
      .single-cartoon .article-column:last-child,
      .single-cartoon .article-footer-left:last-child,
      .single-post .article-column:last-child,
      .single-post .article-footer-left:last-child {
        margin-right: 0; } }
.single-cartoon .article-footer-right,
.single-cartoon .sidebar-column,
.single-post .article-footer-right,
.single-post .sidebar-column {
  max-width: 600px; }
  @media screen and (min-width: 992px) {
    .single-cartoon .article-footer-right,
    .single-cartoon .sidebar-column,
    .single-post .article-footer-right,
    .single-post .sidebar-column {
      float: left;
      display: block;
      margin-right: 3.1684362651%;
      width: 31.2210424899%; }
      .single-cartoon .article-footer-right:last-child,
      .single-cartoon .sidebar-column:last-child,
      .single-post .article-footer-right:last-child,
      .single-post .sidebar-column:last-child {
        margin-right: 0; } }
.single-cartoon .columnist,
.single-post .columnist {
  margin-top: 2em; }
  .single-cartoon .columnist::after,
  .single-post .columnist::after {
    clear: both;
    content: "";
    display: block; }
  .single-cartoon .columnist:last-child,
  .single-post .columnist:last-child {
    margin-bottom: 0; }
  .single-cartoon .columnist h4,
  .single-post .columnist h4 {
    font-size: 1.4em;
    margin: 0; }
    .single-cartoon .columnist h4 a,
    .single-post .columnist h4 a {
      color: #000000;
      text-decoration: none; }
      .single-cartoon .columnist h4 a:hover,
      .single-post .columnist h4 a:hover {
        color: #000000;
        text-decoration: underline; }
  .single-cartoon .columnist h5,
  .single-post .columnist h5 {
    font-size: 1.1em;
    margin: 0.2em 0 0; }
  .single-cartoon .columnist .columnist-subtitle,
  .single-post .columnist .columnist-subtitle {
    color: gray;
    font-size: 0.95em;
    font-style: italic;
    margin: 0; }
  .single-cartoon .columnist .short-bio,
  .single-post .columnist .short-bio {
    font-size: 0.9em; }
    .single-cartoon .columnist .short-bio p:first-child,
    .single-post .columnist .short-bio p:first-child {
      margin-top: 0; }
    .single-cartoon .columnist .short-bio p:last-child,
    .single-post .columnist .short-bio p:last-child {
      margin-bottom: 0; }
.single-cartoon .columnist-content,
.single-post .columnist-content {
  float: left;
  display: block;
  margin-right: 3.5786642602%;
  width: 74.1053339349%;
  padding-top: 0.5em; }
  .single-cartoon .columnist-content:last-child,
  .single-post .columnist-content:last-child {
    margin-right: 0; }
.single-cartoon .columnist-social-links,
.single-post .columnist-social-links {
  font-size: 0.85em;
  margin-top: 0.5em; }
  .single-cartoon .columnist-social-links a,
  .single-post .columnist-social-links a {
    color: #999;
    text-decoration: none; }
    .single-cartoon .columnist-social-links a:hover,
    .single-post .columnist-social-links a:hover {
      color: #000000; }
  .single-cartoon .columnist-social-links i.fa-external-link,
  .single-post .columnist-social-links i.fa-external-link {
    font-size: 0.9em; }
  .single-cartoon .columnist-social-links li,
  .single-post .columnist-social-links li {
    display: inline-block;
    margin-right: 0.5em; }
.single-cartoon .columnist-thumb,
.single-post .columnist-thumb {
  float: left;
  display: block;
  margin-right: 3.5786642602%;
  width: 22.3160018048%; }
  .single-cartoon .columnist-thumb:last-child,
  .single-post .columnist-thumb:last-child {
    margin-right: 0; }
  .single-cartoon .columnist-thumb img,
  .single-post .columnist-thumb img {
    border-radius: 50%; }
.single-cartoon .comments-content,
.single-post .comments-content {
  border-top: 2px solid #ddd;
  margin-top: 2em; }
  @media print {
    .single-cartoon .comments-content,
    .single-post .comments-content {
      display: none; } }
.single-cartoon .disclaimer,
.single-post .disclaimer {
  font-size: 0.85em;
  margin-bottom: 2rem; }
.single-cartoon .entry-date,
.single-post .entry-date {
  color: #999;
  font-size: 0.9em;
  font-weight: normal;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .single-cartoon .entry-date,
    .single-post .entry-date {
      margin-bottom: 1em; } }
@media print {
  .single-cartoon .entry-content a,
  .single-post .entry-content a {
    color: #000000; } }
.single-cartoon .entry-content blockquote,
.single-post .entry-content blockquote {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  display: inline-block;
  margin: 0;
  padding: 2em 1em; }
  .single-cartoon .entry-content blockquote p,
  .single-post .entry-content blockquote p {
    color: #028b82;
    font-family: Lora, serif;
    font-size: 1.4em;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .single-cartoon .entry-content blockquote p,
      .single-post .entry-content blockquote p {
        font-size: 1.8em; } }
.single-cartoon .entry-content li,
.single-post .entry-content li {
  margin-left: 0; }
.single-cartoon .entry-content li,
.single-cartoon .entry-content p,
.single-post .entry-content li,
.single-post .entry-content p {
  color: #000000;
  font-size: 1em;
  line-height: 1.6em; }
  @media screen and (min-width: 480px) {
    .single-cartoon .entry-content li,
    .single-cartoon .entry-content p,
    .single-post .entry-content li,
    .single-post .entry-content p {
      font-size: 1.15em; } }
.single-cartoon .entry-content > p:first-child:first-letter,
.single-post .entry-content > p:first-child:first-letter {
  color: #028b82;
  float: left;
  font-family: Lora, serif;
  font-size: 2em;
  line-height: 80%;
  margin-right: 0.10em; }
  @media screen and (min-width: 768px) {
    .single-cartoon .entry-content > p:first-child:first-letter,
    .single-post .entry-content > p:first-child:first-letter {
      font-size: 5.8em; } }
.single-cartoon .entry-content .embed-container,
.single-post .entry-content .embed-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .single-cartoon .entry-content .embed-container.soundcloud,
  .single-post .entry-content .embed-container.soundcloud {
    height: auto;
    overflow: auto;
    padding-bottom: 0;
    position: static; }
    .single-cartoon .entry-content .embed-container.soundcloud iframe,
    .single-post .entry-content .embed-container.soundcloud iframe {
      height: 166px;
      left: auto;
      position: static;
      top: auto;
      width: 100%; }
  .single-cartoon .entry-content .embed-container iframe,
  .single-post .entry-content .embed-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.single-cartoon .entry-content .mailchimp-signup-form,
.single-post .entry-content .mailchimp-signup-form {
  display: inline-block;
  margin: 2em 0;
  width: 100%; }
  @media print {
    .single-cartoon .entry-content .mailchimp-signup-form,
    .single-post .entry-content .mailchimp-signup-form {
      display: none; } }
  .single-cartoon .entry-content .mailchimp-signup-form input[type="submit"],
  .single-post .entry-content .mailchimp-signup-form input[type="submit"] {
    font-family: Fira Sans, Helvetica, sans-serif; }
    @media screen and (min-width: 768px) {
      .single-cartoon .entry-content .mailchimp-signup-form input[type="submit"],
      .single-post .entry-content .mailchimp-signup-form input[type="submit"] {
        width: 100%; } }
  .single-cartoon .entry-content .mailchimp-signup-form .mc_form_inside::after,
  .single-post .entry-content .mailchimp-signup-form .mc_form_inside::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .single-cartoon .entry-content .mailchimp-signup-form .mc_merge_var,
    .single-post .entry-content .mailchimp-signup-form .mc_merge_var {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 74.4105869942%; }
      .single-cartoon .entry-content .mailchimp-signup-form .mc_merge_var:last-child,
      .single-post .entry-content .mailchimp-signup-form .mc_merge_var:last-child {
        margin-right: 0; } }
  .single-cartoon .entry-content .mailchimp-signup-form .mc_merge_var input,
  .single-post .entry-content .mailchimp-signup-form .mc_merge_var input {
    padding: 0.8em 1em; }
  .single-cartoon .entry-content .mailchimp-signup-form .mc_signup_submit,
  .single-post .entry-content .mailchimp-signup-form .mc_signup_submit {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .single-cartoon .entry-content .mailchimp-signup-form .mc_signup_submit:last-child,
    .single-post .entry-content .mailchimp-signup-form .mc_signup_submit:last-child {
      margin-right: 0; }
.single-cartoon .entry-title,
.single-post .entry-title {
  margin-bottom: 0.15em;
  margin-top: 0; }
.single-cartoon .featured-image,
.single-post .featured-image {
  margin-top: 0.5em; }
.single-cartoon .further-reading,
.single-post .further-reading {
  border-top: 2px solid #ddd;
  font-size: 0.9em;
  margin: 2em 0; }
  .single-cartoon .further-reading h4,
  .single-post .further-reading h4 {
    margin-bottom: 0.5em; }
  .single-cartoon .further-reading li,
  .single-post .further-reading li {
    margin-bottom: 0.5em; }
    .single-cartoon .further-reading li:last-child,
    .single-post .further-reading li:last-child {
      margin-bottom: 0; }
  .single-cartoon .further-reading ul,
  .single-post .further-reading ul {
    margin: 0;
    padding-left: 1.5em; }
@media screen and (min-width: 768px) {
  .single-cartoon .header-col:first-child,
  .single-post .header-col:first-child {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    .single-cartoon .header-col:first-child:last-child,
    .single-post .header-col:first-child:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .single-cartoon .header-col:last-child,
  .single-post .header-col:last-child {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    padding-top: 0.5em; }
    .single-cartoon .header-col:last-child:last-child,
    .single-post .header-col:last-child:last-child {
      margin-right: 0; } }
.single-cartoon .header-col .social-buttons,
.single-post .header-col .social-buttons {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .single-cartoon .header-col .social-buttons ul,
    .single-post .header-col .social-buttons ul {
      text-align: right; } }
.single-cartoon .header-col-container::after,
.single-post .header-col-container::after {
  clear: both;
  content: "";
  display: block; }
.single-cartoon .photo-caption,
.single-post .photo-caption {
  color: #999;
  font-size: 0.9em;
  margin: 0.25em 0 2em; }
  .single-cartoon .photo-caption a,
  .single-post .photo-caption a {
    color: #999; }
.single-cartoon .post-tags,
.single-post .post-tags {
  border-top: 2px solid #ddd;
  margin-top: 2em;
  padding-top: 2em; }
  .single-cartoon .post-tags a,
  .single-post .post-tags a {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
  .single-cartoon .post-tags li,
  .single-post .post-tags li {
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap; }
  .single-cartoon .post-tags ul,
  .single-post .post-tags ul {
    margin: 0;
    padding: 0; }
.single-cartoon .sidebar-column,
.single-post .sidebar-column {
  display: none;
  margin-top: 2em; }
  @media screen and (min-width: 992px) {
    .single-cartoon .sidebar-column,
    .single-post .sidebar-column {
      display: block; } }
  @media screen and (min-width: 992px) {
    .single-cartoon .sidebar-column,
    .single-post .sidebar-column {
      margin-top: 36em; } }
.single-cartoon .subheading,
.single-post .subheading {
  border-bottom: 0;
  margin-bottom: 0.5em; }
.single-cartoon .suggested-authors,
.single-post .suggested-authors {
  color: #999;
  font-size: 1rem; }
  @media screen and (min-width: 992px) {
    .single-cartoon .suggested-authors,
    .single-post .suggested-authors {
      display: none;
      font-size: 0.9rem; } }
  .single-cartoon .suggested-authors a,
  .single-post .suggested-authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .single-cartoon .suggested-authors a:hover,
    .single-post .suggested-authors a:hover {
      text-decoration: underline; }
.single-cartoon .suggested-left,
.single-post .suggested-left {
  float: left;
  margin-right: 1rem;
  max-width: 100px; }
  @media screen and (min-width: 992px) {
    .single-cartoon .suggested-left,
    .single-post .suggested-left {
      margin-right: auto;
      float: left;
      display: block;
      margin-right: 4.8291588071%;
      width: 30.1138941286%; }
      .single-cartoon .suggested-left:last-child,
      .single-post .suggested-left:last-child {
        margin-right: 0; } }
.single-cartoon .suggested-subheading,
.single-post .suggested-subheading {
  border-bottom: 0;
  font-size: 0.7em;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .single-cartoon .suggested-subheading,
    .single-post .suggested-subheading {
      font-size: 0.65em;
      margin-top: 0.25em; } }
.single-cartoon .suggested-posts,
.single-post .suggested-posts {
  margin-top: 2em; }
  .single-cartoon .suggested-posts h4,
  .single-post .suggested-posts h4 {
    margin-bottom: 1rem; }
    @media screen and (min-width: 992px) {
      .single-cartoon .suggested-posts h4,
      .single-post .suggested-posts h4 {
        margin-bottom: 0.75rem; } }
  .single-cartoon .suggested-posts h6,
  .single-post .suggested-posts h6 {
    font-size: 1.1em;
    margin: 0.2em 0 0 0; }
    @media screen and (min-width: 992px) {
      .single-cartoon .suggested-posts h6,
      .single-post .suggested-posts h6 {
        font-size: 0.9em; } }
    .single-cartoon .suggested-posts h6 a,
    .single-post .suggested-posts h6 a {
      color: #000000;
      text-decoration: none; }
      .single-cartoon .suggested-posts h6 a:hover,
      .single-post .suggested-posts h6 a:hover {
        text-decoration: underline; }
  .single-cartoon .suggested-posts li,
  .single-post .suggested-posts li {
    margin-top: 1rem; }
    .single-cartoon .suggested-posts li::after,
    .single-post .suggested-posts li::after {
      clear: both;
      content: "";
      display: block; }
    .single-cartoon .suggested-posts li:first-child,
    .single-post .suggested-posts li:first-child {
      margin-top: 0; }
@media screen and (min-width: 992px) {
  .single-cartoon .suggested-right,
  .single-post .suggested-right {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 65.0569470643%; }
    .single-cartoon .suggested-right:last-child,
    .single-post .suggested-right:last-child {
      margin-right: 0; } }

.social-buttons {
  margin-bottom: 1em; }
  @media print {
    .social-buttons {
      display: none; } }
  .social-buttons li {
    display: inline-block;
    font-size: 0.9em;
    margin-right: 0.25em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .social-buttons li {
        font-size: 1.05em; } }
    .social-buttons li:last-child {
      margin-right: 0; }
    .social-buttons li a {
      background-color: #028b82;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      height: 1.75em;
      line-height: 1.75em;
      vertical-align: middle;
      width: 1.75em; }
      .social-buttons li a:hover {
        background-color: #02b3a8; }
      .social-buttons li a.facebook {
        background-color: #3b5998; }
        .social-buttons li a.facebook:hover {
          background-color: #4c70ba; }
      .social-buttons li a.linkedin {
        background-color: #0077b5; }
        .social-buttons li a.linkedin:hover {
          background-color: #0099e8; }
      .social-buttons li a.twitter {
        background-color: #00aced; }
        .social-buttons li a.twitter:hover {
          background-color: #21c2ff; }
  .social-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.wp-caption {
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .wp-caption {
      margin-bottom: 1.5em; } }
  @media screen and (min-width: 768px) {
    .wp-caption.alignleft {
      float: left;
      margin-right: 1.5em;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    .wp-caption.alignright {
      float: right;
      margin-left: 1.5em;
      text-align: right; } }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 0.5em 0 0; }

.single-cartoon .cartoon-nav {
  font-family: Fira Sans, Helvetica, sans-serif;
  font-weight: bold; }
  .single-cartoon .cartoon-nav::after {
    clear: both;
    content: "";
    display: block; }
  .single-cartoon .cartoon-nav a {
    background-color: #f2f2f2;
    color: #333;
    display: inline-block;
    font-size: 0.85rem;
    margin-left: 1rem;
    padding: 0.9rem 1.4rem;
    text-decoration: none; }
    .single-cartoon .cartoon-nav a:first-child {
      margin-left: 0; }
.single-cartoon .cartoon-nav-col {
  width: 50%; }
@media screen and (min-width: 768px) {
  .single-cartoon .cartoon-nav-container {
    float: right; } }
.single-cartoon .entry-content p:first-child {
  margin-top: 0; }

.page-template-template-advisory-board article,
.page-template-template-staff article {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  margin-bottom: 2em; }
  .page-template-template-advisory-board article:last-child,
  .page-template-template-staff article:last-child {
    margin-right: 0; }
  .page-template-template-advisory-board article:nth-child(2n),
  .page-template-template-staff article:nth-child(2n) {
    margin-right: 0; }
  .page-template-template-advisory-board article:nth-child(2n+1),
  .page-template-template-staff article:nth-child(2n+1) {
    clear: left; }
  @media screen and (min-width: 480px) {
    .page-template-template-advisory-board article,
    .page-template-template-staff article {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      margin-bottom: 3em; }
      .page-template-template-advisory-board article:nth-child(2n),
      .page-template-template-staff article:nth-child(2n) {
        clear: none;
        margin-right: 2.3576520234%; }
      .page-template-template-advisory-board article:nth-child(2n + 1),
      .page-template-template-staff article:nth-child(2n + 1) {
        clear: none; }
      .page-template-template-advisory-board article:last-child,
      .page-template-template-staff article:last-child {
        margin-right: 0; }
      .page-template-template-advisory-board article:nth-child(3n),
      .page-template-template-staff article:nth-child(3n) {
        margin-right: 0; }
      .page-template-template-advisory-board article:nth-child(3n+1),
      .page-template-template-staff article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    .page-template-template-advisory-board article,
    .page-template-template-staff article {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .page-template-template-advisory-board article:nth-child(3n),
      .page-template-template-staff article:nth-child(3n) {
        clear: none;
        margin-right: 2.3576520234%; }
      .page-template-template-advisory-board article:nth-child(3n + 1),
      .page-template-template-staff article:nth-child(3n + 1) {
        clear: none; }
      .page-template-template-advisory-board article:last-child,
      .page-template-template-staff article:last-child {
        margin-right: 0; }
      .page-template-template-advisory-board article:nth-child(4n),
      .page-template-template-staff article:nth-child(4n) {
        margin-right: 0; }
      .page-template-template-advisory-board article:nth-child(4n+1),
      .page-template-template-staff article:nth-child(4n+1) {
        clear: left; } }
  .page-template-template-advisory-board article h2,
  .page-template-template-staff article h2 {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0; }
    .page-template-template-advisory-board article h2 a,
    .page-template-template-staff article h2 a {
      color: #333; }
      .page-template-template-advisory-board article h2 a:hover,
      .page-template-template-staff article h2 a:hover {
        color: #333;
        text-decoration: underline; }
  .page-template-template-advisory-board article h3,
  .page-template-template-staff article h3 {
    color: gray;
    font-family: Lora, serif;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0.1em 0 0; }

body[class*=" tax-"] .archive-container::after {
  clear: both;
  content: "";
  display: block; }
body[class*=" tax-"] .article-container::after {
  clear: both;
  content: "";
  display: block; }
body[class*=" tax-"] .article-content .authors {
  font-size: 0.9em; }
  body[class*=" tax-"] .article-content .authors a {
    font-weight: bold; }
body[class*=" tax-"] .featured-articles::after {
  clear: both;
  content: "";
  display: block; }
body[class*=" tax-"] .featured-articles .article-content {
  float: left;
  display: block;
  margin-right: 4.8291588071%;
  width: 65.0569470643%;
  text-align: left; }
  body[class*=" tax-"] .featured-articles .article-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) {
    body[class*=" tax-"] .featured-articles .article-content {
      float: none;
      text-align: center;
      width: 100%; } }
body[class*=" tax-"] .featured-articles .small-thumb {
  float: left;
  display: block;
  margin-right: 4.8291588071%;
  width: 30.1138941286%;
  max-width: none; }
  body[class*=" tax-"] .featured-articles .small-thumb:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) {
    body[class*=" tax-"] .featured-articles .small-thumb {
      float: none;
      width: 100%; } }
body[class*=" tax-"] .featured-post {
  margin-bottom: 1em; }
  body[class*=" tax-"] .featured-post::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 600px) {
    body[class*=" tax-"] .featured-post {
      float: left;
      display: block;
      margin-right: 4.8291588071%;
      width: 47.5854205965%;
      margin-bottom: 0; }
      body[class*=" tax-"] .featured-post:last-child {
        margin-right: 0; } }
  body[class*=" tax-"] .featured-post h2 {
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 600px) {
      body[class*=" tax-"] .featured-post h2 {
        font-size: 1.5em; } }
  body[class*=" tax-"] .featured-post .subheading {
    border-bottom: none;
    line-height: 1em;
    margin: 0 0 0.5em; }
    @media screen and (min-width: 600px) {
      body[class*=" tax-"] .featured-post .subheading {
        margin-bottom: 0.75em;
        margin-top: 1em; } }
body[class*=" tax-"] .loop-post {
  margin-bottom: 1em; }
  body[class*=" tax-"] .loop-post::after {
    clear: both;
    content: "";
    display: block; }
  body[class*=" tax-"] .loop-post:last-child {
    margin-bottom: 0; }
  body[class*=" tax-"] .loop-post .article-content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    body[class*=" tax-"] .loop-post .article-content:last-child {
      margin-right: 0; }
    body[class*=" tax-"] .loop-post .article-content h2 {
      font-size: 1.5em; }
    body[class*=" tax-"] .loop-post .article-content p {
      margin-top: 0.5em; }
  body[class*=" tax-"] .loop-post .article-image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    body[class*=" tax-"] .loop-post .article-image:last-child {
      margin-right: 0; }
body[class*=" tax-"] .tax-articles {
  margin-top: 2em; }
  body[class*=" tax-"] .tax-articles::after {
    clear: both;
    content: "";
    display: block; }
  body[class*=" tax-"] .tax-articles .subheading {
    margin-bottom: 1em; }
body[class*=" tax-"] .tax-articles-container {
  margin-top: 3em; }
  body[class*=" tax-"] .tax-articles-container::after {
    clear: both;
    content: "";
    display: block; }
@media screen and (min-width: 768px) {
  body[class*=" tax-"] .tax-featured-articles {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 65.0569470643%; }
    body[class*=" tax-"] .tax-featured-articles:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  body[class*=" tax-"] .tax-sidebar {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 30.1138941286%; }
    body[class*=" tax-"] .tax-sidebar:last-child {
      margin-right: 0; } }
body[class*=" tax-"] .tax-sidebar .widget {
  margin-bottom: 2em; }
body[class*=" tax-"] .top-story .article-content {
  float: none;
  margin: 1em auto 0; }
  @media screen and (min-width: 768px) {
    body[class*=" tax-"] .top-story .article-content {
      margin-top: 0; } }

.page-template-template-fields .authors,
.page-template-template-topics .authors {
  color: #999;
  font-size: 0.8em; }
  .page-template-template-fields .authors a,
  .page-template-template-topics .authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .page-template-template-fields .authors a:hover,
    .page-template-template-topics .authors a:hover {
      text-decoration: underline; }
.page-template-template-fields .featured-term-post h2,
.page-template-template-topics .featured-term-post h2 {
  font-size: 1.5em;
  margin: 0; }
  .page-template-template-fields .featured-term-post h2 a,
  .page-template-template-topics .featured-term-post h2 a {
    color: #000000;
    text-decoration: none; }
.page-template-template-fields .featured-term-post p,
.page-template-template-topics .featured-term-post p {
  font-size: 0.95em;
  margin-top: 0.25em; }
.page-template-template-fields .featured-term-post .term-post-date,
.page-template-template-topics .featured-term-post .term-post-date {
  margin-top: 0.5em; }
.page-template-template-fields .tax-header h1,
.page-template-template-topics .tax-header h1 {
  margin-bottom: 0.5em; }
.page-template-template-fields .term-list-item,
.page-template-template-topics .term-list-item {
  font-size: 1em;
  margin-bottom: 2em; }
  @media screen and (min-width: 480px) {
    .page-template-template-fields .term-list-item,
    .page-template-template-topics .term-list-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .page-template-template-fields .term-list-item:last-child,
      .page-template-template-topics .term-list-item:last-child {
        margin-right: 0; }
      .page-template-template-fields .term-list-item:nth-child(2n),
      .page-template-template-topics .term-list-item:nth-child(2n) {
        margin-right: 0; }
      .page-template-template-fields .term-list-item:nth-child(2n+1),
      .page-template-template-topics .term-list-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    .page-template-template-fields .term-list-item,
    .page-template-template-topics .term-list-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .page-template-template-fields .term-list-item:nth-child(2n),
      .page-template-template-topics .term-list-item:nth-child(2n) {
        clear: none;
        margin-right: 2.3576520234%; }
      .page-template-template-fields .term-list-item:nth-child(2n + 1),
      .page-template-template-topics .term-list-item:nth-child(2n + 1) {
        clear: none; }
      .page-template-template-fields .term-list-item:last-child,
      .page-template-template-topics .term-list-item:last-child {
        margin-right: 0; }
      .page-template-template-fields .term-list-item:nth-child(3n),
      .page-template-template-topics .term-list-item:nth-child(3n) {
        margin-right: 0; }
      .page-template-template-fields .term-list-item:nth-child(3n+1),
      .page-template-template-topics .term-list-item:nth-child(3n+1) {
        clear: left; } }
.page-template-template-fields .term-post,
.page-template-template-topics .term-post {
  border-top: 1px solid #ddd;
  padding: 1em 0; }
  .page-template-template-fields .term-post h2,
  .page-template-template-topics .term-post h2 {
    font-size: 1.15em;
    margin: 0; }
    .page-template-template-fields .term-post h2 a,
    .page-template-template-topics .term-post h2 a {
      color: #000000;
      text-decoration: none; }
.page-template-template-fields .term-post-date,
.page-template-template-topics .term-post-date {
  color: #028b82;
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 0.25em; }
.page-template-template-fields .terms-lists,
.page-template-template-topics .terms-lists {
  background-color: #f2f2f2;
  font-family: Fira Sans, Helvetica, sans-serif;
  margin-bottom: 3em;
  padding: 1em 0;
  width: 100%; }
  .page-template-template-fields .terms-lists::after,
  .page-template-template-topics .terms-lists::after {
    clear: both;
    content: "";
    display: block; }
  .page-template-template-fields .terms-lists a,
  .page-template-template-topics .terms-lists a {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none; }
    .page-template-template-fields .terms-lists a:hover,
    .page-template-template-topics .terms-lists a:hover {
      text-decoration: underline; }
  .page-template-template-fields .terms-lists li,
  .page-template-template-topics .terms-lists li {
    font-size: 0.9em; }
  @media screen and (min-width: 480px) {
    .page-template-template-fields .terms-lists ul,
    .page-template-template-topics .terms-lists ul {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .page-template-template-fields .terms-lists ul:last-child,
      .page-template-template-topics .terms-lists ul:last-child {
        margin-right: 0; } }

.page-template-template-full-width .entry-content h1:first-child {
  margin-top: 0; }

.page-template-template-popular article {
  margin-bottom: 1em; }
.page-template-template-popular .page-title h1 {
  margin-bottom: 0.25em; }
.page-template-template-popular .popular-number {
  font-size: 1.35em;
  float: left; }
  @media screen and (min-width: 768px) {
    .page-template-template-popular .popular-number {
      font-size: 2.25em;
      padding-top: 0.2em; } }
.page-template-template-popular .popular-post-author {
  font-weight: bold; }
  .page-template-template-popular .popular-post-author .conj {
    font-weight: normal; }
.page-template-template-popular .popular-post-author,
.page-template-template-popular .popular-post-source {
  color: #999;
  font-size: 0.9em;
  line-height: 1.4em; }
.page-template-template-popular .popular-post-container {
  margin-left: 2em; }
  .page-template-template-popular .popular-post-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .page-template-template-popular .popular-post-container {
      margin-left: 3.65em; } }
.page-template-template-popular .popular-post-details {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  .page-template-template-popular .popular-post-details:last-child {
    margin-right: 0; }
  .page-template-template-popular .popular-post-details a {
    color: #000000;
    text-decoration: none; }
    .page-template-template-popular .popular-post-details a:hover {
      text-decoration: underline; }
  .page-template-template-popular .popular-post-details h2 {
    font-size: 1.15em;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .page-template-template-popular .popular-post-details h2 {
        font-size: 1.2em; } }
  .page-template-template-popular .popular-post-details p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 0.6em; }
.page-template-template-popular .popular-post-header {
  margin-bottom: 0.75em; }
.page-template-template-popular .popular-post-thumb {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  padding-top: 0.25em; }
  .page-template-template-popular .popular-post-thumb:last-child {
    margin-right: 0; }
.page-template-template-popular .popular-post-topics {
  line-height: 1em;
  margin-bottom: 0.25em; }
  .page-template-template-popular .popular-post-topics a {
    color: #028b82;
    font-family: Fira Sans, Helvetica, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase; }
@media screen and (min-width: 768px) {
  .page-template-template-popular .sidebar {
    float: left;
    display: block;
    margin-right: 3.1684362651%;
    width: 31.2210424899%; }
    .page-template-template-popular .sidebar:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .page-template-template-popular .site-main {
    float: left;
    display: block;
    margin-right: 3.1684362651%;
    width: 65.610521245%; }
    .page-template-template-popular .site-main:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .page-template-template-sidebar .content-area article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    .page-template-template-sidebar .content-area article:last-child {
      margin-right: 0; } }
.page-template-template-sidebar .content-area article h1 {
  margin-top: 0; }

.page-sidebar h3 {
  margin: 0 0 0.5em; }
@media screen and (min-width: 768px) {
  .page-sidebar {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    padding-top: 3.5em; }
    .page-sidebar:last-child {
      margin-right: 0; } }

.widget-button {
  margin-top: 0.75rem; }
  .widget-button.widget-centered {
    text-align: center; }
  .widget-button .button {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-font-smoothing: antialiased;
    background-color: #028b82;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: Fira Sans, Helvetica, sans-serif;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1em;
    padding: 1em 1.25em;
    text-decoration: none;
    text-transform: uppercase; }
    .widget-button .button:active {
      background-color: #000d0c; }
    .widget-button .button:hover {
      background-color: #013f3b;
      color: #ffffff;
      text-decoration: none; }
    .widget-button .button:disabled {
      cursor: not-allowed;
      opacity: 0.5; }

.popular-authors {
  color: #999;
  font-size: 0.8em;
  font-weight: normal; }
  .popular-authors a {
    color: #999;
    font-weight: bold;
    text-decoration: none; }
    .popular-authors a:hover {
      text-decoration: underline; }

.widget-popular-posts h6 {
  font-size: 0.9em;
  margin: 0; }
  .widget-popular-posts h6 a {
    color: #000000;
    text-decoration: none; }
    .widget-popular-posts h6 a:hover {
      color: #000000;
      text-decoration: underline; }
.widget-popular-posts ol {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 1em; }
  .widget-popular-posts ol li {
    margin-bottom: 0.5em;
    padding-left: 0.25em; }
    .widget-popular-posts ol li:last-child {
      margin-bottom: 0; }

.widget-terms {
  margin-bottom: 2em; }
  .widget-terms a {
    color: gray;
    font-weight: normal;
    text-decoration: none; }
    .widget-terms a:hover {
      color: #333;
      font-weight: bold; }
  .widget-terms h3 {
    font-size: 1.2em;
    margin: 0 0 0.5em; }
  .widget-terms li {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    font-family: Fira Sans, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold; }
    .widget-terms li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .widget-terms li {
        margin-right: 0;
        width: 100%; } }
    .widget-terms li:nth-child(2n) {
      margin-right: 0; }
  .widget-terms ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .widget-terms ul::after {
      clear: both;
      content: "";
      display: block; }

.wp-block-button a {
  font-family: Fira Sans, Helvetica, sans-serif;
  text-transform: uppercase; }

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