/*
Theme Name: WPONAC
Theme URI: http://components.underscores.me/
Author: Rick Elizaga and Grand Junction Design
Author URI: http://automattic.com/
Description: Components Magazine theme customized for WPONAC
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wponac
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPONAC is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/* navy */
/* deep navy */
/* blue gray */
/* red */
/* red med */
/* red darker */
/* green */
html {
  box-sizing: border-box; }

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1, .feature-block .fea-text h2 {
  font-size: 1em;
  margin: 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-top: .35em;
  margin-right: 1em;
  max-width: 45%; }
  @media screen and (min-width: 600px) {
    .alignleft {
      margin-right: 1.5em;
      max-width: 100%; } }

.alignright {
  display: inline;
  float: right;
  margin-top: .35em;
  margin-left: 1em;
  max-width: 45%; }
  @media screen and (min-width: 600px) {
    .alignright {
      margin-left: 1.5em;
      max-width: 100%; } }

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

.flex, .inline-list, .supp-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-left {
  text-align: left; }

.t-right, #colophon > div:last-child {
  text-align: right; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after, .feature-block .fea-text .fea-blurb:before::after, .archive .page-header:before::after,
.clear:after::after,
.feature-block .fea-text .fea-blurb:after::after,
.archive .page-header:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: block; }

.clear:after, .feature-block .fea-text .fea-blurb:after, .archive .page-header:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.clear, .feature-block .fea-text .fea-blurb, .archive .page-header {
  clear: both;
  display: block;
  overflow: auto; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, .feature-block .fea-text h2, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin: 0 0 1.5em; }

b,
strong {
  font-weight: 600; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8em; }

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

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

big {
  font-size: 1.5em; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

.tiny-font {
  font-size: 0.6666666667em; }

.small-font, .small-allcaps, .caption, .archive .entry-meta, .archive .entry-footer {
  font-size: 0.8em; }

.base-font {
  font-size: 1em; }

.medium-font, .page-template-page-impact .impact + p {
  font-size: 1.25em; }

.large-font {
  font-size: 1.5em; }

.xlarge-font {
  font-size: 2.25em; }

.allcaps, .allcaps-letterspaced, .small-allcaps, h1.page-title small, .feature-block .fea-text h2.page-title small, .crp_related h3, h4, .cards li a, #hed-navigation, .page-template-page-impact header h2, .page-template-page-impact .cool_timeline h1.timeline-main-title, .page-template-page-impact .cool_timeline .feature-block .fea-text h2.timeline-main-title, .feature-block .fea-text .page-template-page-impact .cool_timeline h2.timeline-main-title {
  text-transform: uppercase; }

.letterspaced, .allcaps-letterspaced, .small-allcaps, h1.page-title small, .feature-block .fea-text h2.page-title small, .crp_related h3, h4, .cards li a, #hed-navigation, .page-template-page-impact header h2, .page-template-page-impact .cool_timeline h1.timeline-main-title, .page-template-page-impact .cool_timeline .feature-block .fea-text h2.timeline-main-title, .feature-block .fea-text .page-template-page-impact .cool_timeline h2.timeline-main-title, .cool-timeline h2.content-title {
  letter-spacing: 0.15em; }

.twitter a:before {
  font-family: 'fontawesome';
  font-size: 1.5em;
  content: '\F099';
  line-height: .9em; }

h1, .feature-block .fea-text h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25; }
  h1.entry-title, .feature-block .fea-text h2.entry-title, h1.page-title, .feature-block .fea-text h2.page-title {
    margin-top: .4em;
    margin-bottom: .55em; }
  h1.page-title small, .feature-block .fea-text h2.page-title small {
    display: block;
    font-size: .4em;
    font-weight: 400;
    color: #6f7c88;
    margin-top: .15em; }
  .archive h1.page-title, .archive .feature-block .fea-text h2.page-title, .feature-block .fea-text .archive h2.page-title {
    margin-bottom: 1.25em; }
  @media screen and (min-width: 1024px) {
    h1, .feature-block .fea-text h2 {
      font-size: 2.25em; } }

h2 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 1.15em;
  margin-bottom: .6em; }

h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 1.65em;
  margin-bottom: .7em; }

h2 + h3 {
  margin-top: 1.15em; }

.crp_related h3 {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1em;
  margin-top: 1.85em;
  margin-bottom: 1.5em; }

h4 {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1.75em;
  margin-bottom: .7em; }
  h4.widget-title {
    font-size: 1em;
    margin-top: 1.85em;
    margin-bottom: 1.5em; }
  #homewidgets h4.widget-title {
    margin-bottom: .75em; }

.caption {
  margin: .2em 0 2.25em;
  color: #6f7c88;
  line-height: 1.8em; }

.icon-doc, .entry-content .crp_related li::before, .widget_recent_entries ul li::before,
.widget_widget_crp ul li::before,
.cat-post-widget ul li::before {
  font-family: 'fontawesome';
  content: '\F0F6';
  margin-right: .5em;
  color: #c6cbd0; }

.entry-meta,
.entry-footer {
  color: #6f7c88; }

.published {
  font-weight: 400; }

@media screen and (max-width: 768px) {
  #colophon {
    font-size: 0.8em; } }

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

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 2px 3px; }

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

input.bt-search {
  max-width: 28px;
  height: auto;
  vertical-align: top;
  margin: 1px 0 0 2px; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #6f7c88;
  border-radius: 0;
  background: #99a2ab;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #6f7c88; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #6f7c88; }

button.menu-toggle {
  background: none;
  padding: .75em 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem; }

button.menu-toggle:before {
  font-family: 'fontawesome';
  content: '\F0C9';
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
  margin-left: 2px; }

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #c6cbd0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.box-shadow, .cards li {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

.box-shadow-light {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

.fadeout {
  /* position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 24px;
  z-index: 1000;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%); */ }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0; }
  ul.menu, ul.cards, ol.menu, ol.cards {
    margin-left: 0;
    padding-left: 0; }
    ul.menu li, ul.cards li, ol.menu li, ol.cards li {
      margin-left: 0; }
  ul.cards, ol.cards {
    list-style: none;
    margin-top: 2.6em; }
  ul li, ol li {
    margin-left: 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.list-none, #secondary .post-categories, .page-template-page-impact .impact-fea-block .fea-links ul, .widget_nav_menu li, ul.posts-by-tag-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list-none li, #secondary .post-categories li, .page-template-page-impact .impact-fea-block .fea-links ul li, .widget_nav_menu li li, ul.posts-by-tag-list li {
    margin-left: 0;
    padding-left: 0; }

.list-blurbs li, ul.posts-by-tag-list li {
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em; }

.nav-menu-list li, #secondary .post-categories li, .widget_nav_menu li {
  margin: 0 0 1.5em; }

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .cards li {
    width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 667px) {
      .cards li {
        width: 31%;
        margin-right: 2%; } }
    @media screen and (min-width: 799px) {
      .cards li {
        width: 23%;
        margin-right: 2%; } }
    @media screen and (min-width: 1024px) {
      .cards li {
        width: 18%;
        margin-right: 2%; } }
    .cards li img {
      display: block; }
    .cards li .desc {
      font-size: 1em;
      padding: .5em 1em; }
    .cards li a {
      text-decoration: none; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

.tablepress {
  font-size: 90%; }
  @media screen and (min-width: 415px) {
    .tablepress {
      font-size: 100%; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation,
#headerwidgets {
  font-size: 1em; }
  @media screen and (min-width: 666px) {
    .main-navigation,
    #headerwidgets {
      font-size: 0.8em; } }
  @media screen and (min-width: 768px) {
    .main-navigation,
    #headerwidgets {
      font-size: 1em; } }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #19417a; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      /* dropdowns */
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background-color: #092851;
      float: left;
      position: absolute;
      width: 99.5%;
      top: 3em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        text-transform: none;
        float: none; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 100%;
        padding: .5em .75em;
        border-right: none; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        background-color: rgba(0, 0, 0, 0.33); }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    text-transform: uppercase;
    line-height: 1.5em; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      text-decoration: none;
      color: #e6e5e5;
      background-color: #092851; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    border-right: solid 1px #fff;
    padding: .75em;
    color: #fff; }
    .main-navigation a:visited {
      color: #fff; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    background-color: #092851; }

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

.main-navigation.toggled li {
  float: none; }
  .main-navigation.toggled li a {
    padding: .75em 1em; }

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; }
  #top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #top-menu > li {
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      white-space: nowrap; }
    #top-menu > li li {
      text-align: left; } }

/* Corner nav */
#hed-navigation {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.6666666667em;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    #hed-navigation {
      font-size: 0.8em; } }

.supp-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.supp-navigation li {
  line-height: 1.75em; }
  .supp-navigation li a {
    color: #fff;
    background-color: #666868;
    border-right: solid 1px #fff; }
  .supp-navigation li.icon a {
    padding-right: .5em;
    padding-left: .5em; }
  .supp-navigation li.bt-donate a {
    background-color: #be1616; }
  .supp-navigation li.twitter a {
    background-color: #94a2b0;
    padding-top: .4em;
    padding-bottom: .1em; }

.nav-brand-border, #secondary .widget_nav_menu:first-child::before,
#secondary .cat-menu::before, .archive .page-header::after {
  content: '';
  position: absolute;
  height: 4px;
  border-left: solid 72px #a02024; }

#secondary .menu:first-child,
#secondary .cat-menu ul {
  padding-top: 1.95em; }

#secondary .cat-links a {
  display: block; }

.site header .widget_nav_menu a,
.site footer .widget_nav_menu a {
  text-decoration: none; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #2258a4;
  text-decoration: none; }
  a:visited {
    color: #2258a4;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #153665; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.button-menu, .supp-navigation li a {
    display: block;
    text-decoration: none;
    padding: .25em 1em; }
  h1 a, .feature-block .fea-text h2 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  a .entry-title, a .page-title a,
  .posted-on a {
    text-decoration: none; }

a.link-no-underline {
  text-decoration: none; }
  a.link-no-underline:hover {
    text-decoration: underline; }

.blacklink, .cards li a, #homewidgets a,
.fea-article a,
.archive .entry-title a {
  color: #000; }
  .blacklink:visited, .cards li a:visited, #homewidgets a:visited,
  .fea-article a:visited,
  .archive .entry-title a:visited {
    color: #000; }
  .blacklink:hover, .cards li a:hover, #homewidgets a:hover,
  .fea-article a:hover,
  .archive .entry-title a:hover, .blacklink:active, .cards li a:active, #homewidgets a:active,
  .fea-article a:active,
  .archive .entry-title a:active {
    color: #2258a4; }

.whitelink, .feature-block h2 a, .page-template-page-impact .impact-fea-block .fea-links a {
  color: #fff; }
  .whitelink:visited, .feature-block h2 a:visited, .page-template-page-impact .impact-fea-block .fea-links a:visited {
    color: #fff; }
  .whitelink:hover, .feature-block h2 a:hover, .page-template-page-impact .impact-fea-block .fea-links a:hover, .whitelink:active, .feature-block h2 a:active, .page-template-page-impact .impact-fea-block .fea-links a:active {
    color: rgba(255, 255, 255, 0.8); }

.nav-menu-list a, #secondary .post-categories a, .widget_nav_menu a,
.nav-menu-list a:visited, #secondary .post-categories a:visited, .widget_nav_menu a:visited {
  font-weight: 600;
  color: #19417a; }

.nav-menu-list a:hover, #secondary .post-categories a:hover, .widget_nav_menu a:hover {
  color: #000; }

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

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

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

.archive .site-content,
.blog .site-content,
.page-template-default .site-content,
.single-post .site-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .archive .site-content::after,
  .blog .site-content::after,
  .page-template-default .site-content::after,
  .single-post .site-content::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (min-width: 668px) {
  .archive .content-area,
  .blog .content-area,
  .page-template-default .content-area,
  .single-post .content-area {
    margin-left: 17.0379743827%;
    float: left;
    display: block;
    margin-right: 2.2278462964%;
    width: 57.4050640432%;
    padding-top: 0; }
    .archive .content-area:last-child,
    .blog .content-area:last-child,
    .page-template-default .content-area:last-child,
    .single-post .content-area:last-child {
      margin-right: 0; } }

.archive #secondary.widget-area,
.blog #secondary.widget-area,
.page-template-default #secondary.widget-area,
.single-post #secondary.widget-area {
  padding: 0 1em 0 0; }
  @media screen and (min-width: 668px) {
    .archive #secondary.widget-area,
    .blog #secondary.widget-area,
    .page-template-default #secondary.widget-area,
    .single-post #secondary.widget-area {
      margin-left: -76.6708847223%;
      float: left;
      display: block;
      margin-right: 2.2278462964%;
      width: 14.8101280863%;
      margin-top: 1.5em;
      padding: 0 0 0 1em; }
      .archive #secondary.widget-area:last-child,
      .blog #secondary.widget-area:last-child,
      .page-template-default #secondary.widget-area:last-child,
      .single-post #secondary.widget-area:last-child {
        margin-right: 0; } }

.archive #tertiary,
.blog #tertiary,
.page-template-default #tertiary,
.single-post #tertiary {
  border-top: solid 1px #c6cbd0; }
  @media screen and (min-width: 667px) {
    .archive #tertiary,
    .blog #tertiary,
    .page-template-default #tertiary,
    .single-post #tertiary {
      border-top: none; } }

@media screen and (min-width: 668px) {
  .archive #tertiary.widget-area,
  .blog #tertiary.widget-area,
  .page-template-default #tertiary.widget-area,
  .single-post #tertiary.widget-area {
    float: left;
    display: block;
    margin-right: 2.2278462964%;
    width: 23.3291152777%;
    padding: 0 1em 0 .5em; }
    .archive #tertiary.widget-area:last-child,
    .blog #tertiary.widget-area:last-child,
    .page-template-default #tertiary.widget-area:last-child,
    .single-post #tertiary.widget-area:last-child {
      margin-right: 0; } }

.site-footer {
  clear: both; }

/*--------------------------------------------------------------
## Neat (Grid)
--------------------------------------------------------------*/
#page {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #page::after {
    clear: both;
    content: "";
    display: block; }

.site-branding {
  margin-left: 0%;
  float: left;
  display: block;
  margin-right: 2.2278462964%;
  width: 91.4810128086%;
  padding-left: 1.5em; }
  .site-branding:last-child {
    margin-right: 0; }
  @media screen and (min-width: 667px) {
    .site-branding {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.2278462964%;
      width: 57.4050640432%;
      margin-bottom: 3px;
      padding: 0 0 1em 1.5em; }
      .site-branding:last-child {
        margin-right: 0; } }

#headerwidgets {
  float: left;
  display: block;
  margin-right: 2.2278462964%;
  width: 100%;
  padding-top: .75em;
  text-align: center; }
  #headerwidgets:last-child {
    margin-right: 0; }
  #headerwidgets .widget_search {
    display: none; }
  @media screen and (min-width: 667px) {
    #headerwidgets {
      float: left;
      display: block;
      margin-right: 2.2278462964%;
      width: 40.3670896604%;
      margin-right: 0;
      padding-top: 1.5em;
      padding-right: 1.5em; }
      #headerwidgets:last-child {
        margin-right: 0; }
      #headerwidgets .widget_search {
        display: block;
        text-align: right; } }

.site-content {
  padding-top: 1.5em;
  padding-bottom: 3em; }

.featured-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .featured-content::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 996px) {
    .featured-content {
      margin-bottom: 1em; } }
  @media screen and (min-width: 996px) {
    .featured-content .hentry {
      float: left;
      display: block;
      width: 33.4216188671%; }
      .featured-content .hentry:last-child {
        width: 33.1567622658%; } }

.feature-block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 -0.99em;
  border-bottom: solid 1px #fff; }
  .feature-block::after {
    clear: both;
    content: "";
    display: block; }
  .feature-block .fea-img {
    min-height: 15em;
    line-height: .8em;
    float: left;
    display: block;
    margin-right: 2.2278462964%;
    width: 100%; }
    .feature-block .fea-img:last-child {
      margin-right: 0; }
  .feature-block .fea-text {
    clear: both;
    padding: 1.5em 1em .25em; }
  @media screen and (min-width: 667px) {
    .feature-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .feature-block .fea-text {
        clear: none;
        padding-top: 2.25em;
        padding-bottom: 0;
        padding-left: 0; }
      .feature-block.img-r .fea-text {
        margin-left: -102.227846296%; }
      .feature-block.img-r .fea-text {
        padding-right: 0;
        padding-left: 1em; } }
  @media screen and (min-width: 667px) and (max-width: 768px) {
    .feature-block .fea-img {
      float: left;
      display: block;
      margin-right: 2.2278462964%;
      width: 48.8860768518%; }
      .feature-block .fea-img:last-child {
        margin-right: 0; }
    .feature-block .fea-text {
      float: left;
      display: block;
      margin-right: 2.2278462964%;
      width: 48.8860768518%; }
      .feature-block .fea-text:last-child {
        margin-right: 0; }
    .feature-block.img-r .fea-text {
      margin-left: -102.227846296%; }
    .feature-block.img-r .fea-img {
      margin-left: 51.1139231482%; } }
  @media screen and (min-width: 769px) {
    .feature-block {
      margin: -.35em -0.99em 2em; }
      .feature-block .fea-img {
        min-height: 25.5em;
        float: left;
        display: block;
        margin-right: 2.2278462964%;
        width: 57.4050640432%; }
        .feature-block .fea-img:last-child {
          margin-right: 0; }
      .feature-block .fea-text {
        float: left;
        display: block;
        margin-right: 2.2278462964%;
        width: 40.3670896604%; }
        .feature-block .fea-text:last-child {
          margin-right: 0; }
      .feature-block.img-r .fea-text {
        margin-left: -102.227846296%; }
      .feature-block.img-r .fea-img {
        margin-left: 42.5949359568%; } }

@media screen and (min-width: 667px) {
  .home.page-template-default .content-area {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.2278462964%;
    width: 100%;
    margin-top: 0; }
    .home.page-template-default .content-area:last-child {
      margin-right: 0; } }

.home.page-template-default .content-area .site-main {
  padding: 0 1em; }

#homewidgets {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  #homewidgets::after {
    clear: both;
    content: "";
    display: block; }
  #homewidgets .widget-area {
    padding-left: 1em; }
    @media screen and (min-width: 996px) {
      #homewidgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.2278462964%;
        width: 31.848102469%; }
        #homewidgets .widget-area:last-child {
          margin-right: 0; }
        #homewidgets .widget-area:last-child {
          padding-right: 1em;
          padding-left: 0;
          margin-right: 0; }
        #homewidgets .widget-area h4.widget-title {
          margin-top: .75em; } }
  #homewidgets #homewidgets2 .widget {
    margin: 0 0 1em -1em;
    padding: 0 .75em .75em .75em; }
    @media screen and (min-width: 996px) {
      #homewidgets #homewidgets2 .widget {
        margin-right: -.5em; } }
  #homewidgets #homewidgets3.widget-area {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 996px) {
      #homewidgets #homewidgets3.widget-area {
        padding-left: 0;
        padding-right: 1em; } }

@media screen and (min-width: 736px) {
  .impact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .impact .impact-fea-block {
      width: 50%;
      margin-bottom: 0; } }

#colophon {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #colophon::after {
    clear: both;
    content: "";
    display: block; }
  #colophon > div {
    padding: 0 1em; }
    @media screen and (min-width: 667px) {
      #colophon > div {
        float: left;
        display: block;
        margin-right: 2.2278462964%;
        width: 48.8860768518%; }
        #colophon > div:last-child {
          margin-right: 0; } }
    #colophon > div:last-child {
      margin-right: 0; }

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.site-header {
  position: relative;
  padding: 2em 0 0; }
  .site-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1000px) {
    .site-header .site-branding {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media screen and (min-width: 667px) {
    .site-header {
      padding-top: 1.5em; } }
  .site-header p.site-title, .site-header p.site-description {
    margin: 0; }
  .site-header .custom-logo-link {
    display: block;
    max-width: 100%;
    max-height: 75px;
    line-height: 1em; }
    @media screen and (min-width: 1000px) {
      .site-header .custom-logo-link {
        max-width: 67.8%; } }
  .site-header img.custom-logo {
    max-width: 100%;
    height: auto; }
  .site-header .tagline {
    margin: 1px 0 0;
    max-height: 75px; }
    .site-header .tagline img {
      max-height: 75px; }
    @media screen and (min-width: 300px) and (max-width: 999px) {
      .site-header .tagline {
        display: none; } }

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

.hentry {
  margin: 0 0 1.5em; }
  .hentry .entry-content {
    margin-top: 1em; }

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

.single .author {
  border-left: solid 1px #c6cbd0;
  margin-left: .5em;
  padding-left: .7em; }

.archive article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5em;
  /*&.has-post-thumbnail {
		.entry-body {
			width: 75%;
		}
	}*/ }
  .archive article .post-thumbnail {
    width: 25%;
    margin-top: .3em;
    padding-right: 1em; }
  .archive article .entry-meta,
  .archive article .edit-link {
    display: none; }
  .archive article .entry-body .entry-content {
    margin-top: .5em; }
  .archive article .entry-body p {
    margin-bottom: .5em; }
  .archive article h2.entry-title {
    margin-top: 0;
    margin-bottom: 0; }

.cat-links,
.categories,
.tags-links,
.tagged,
.comments-link,
.edit-link {
  margin-right: 1em; }
  .cat-links:before,
  .categories:before,
  .tags-links:before,
  .tagged:before,
  .comments-link:before,
  .edit-link:before {
    font-family: 'fontawesome';
    margin-right: .25em;
    color: #c6cbd0; }

.cat-links:before,
.categories:before {
  content: '\F114';
  /* folder icon */ }

.tags-links:before,
.tagged:before {
  content: '\F02C';
  /* tags icon */ }

.comments-link:before {
  content: '\F0E5';
  /* word balloon icon */ }

.edit-link:before {
  content: '\F040';
  /* pencil icon */ }

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

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

.single .post-thumbnail {
  padding-top: 1.5em; }

.single-post .entry-content {
  margin-top: 1.55em; }

#secondary .entry-footer {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  border-top: dotted 1px #c6cbd0; }

@media screen and (min-width: 667px) {
  #secondary .entry-footer {
    padding-top: 0;
    border-top: none; } }

.entry-content .crp_related {
  display: none; }
  @media screen and (min-width: 667px) {
    .entry-content .crp_related {
      border-top: solid 1px #c6cbd0;
      display: block; }
      .entry-content .crp_related ul,
      .entry-content .crp_related li {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0; } }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.featured-content .hentry {
  position: relative;
  margin: 0;
  border-bottom: solid 1px #fff; }
  .featured-content .hentry a.post-thumbnail {
    display: block;
    height: 288px;
    background-size: cover; }
    @media screen and (min-width: 996px) {
      .featured-content .hentry a.post-thumbnail {
        border-left: solid 1px #fff; } }
  .featured-content .hentry:first-child a.post-thumbnail,
  .featured-content .hentry:first-child .fea-blurb {
    border-left: none; }

.featured-content .fea-blurb {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 7em;
  padding: .5em 1em;
  color: #fff;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  background-color: rgba(0, 0, 0, 0.55); }
  @media screen and (min-width: 768px) {
    .featured-content .fea-blurb {
      min-height: 7.5em;
      padding-bottom: 0; } }
  @media screen and (min-width: 996px) {
    .featured-content .fea-blurb {
      min-height: 10em;
      border-left: solid 1px #fff; } }
  @media screen and (min-width: 1100px) {
    .featured-content .fea-blurb {
      min-height: 9em; } }
  .featured-content .fea-blurb h1.entry-title, .featured-content .fea-blurb .feature-block .fea-text h2.entry-title, .feature-block .fea-text .featured-content .fea-blurb h2.entry-title {
    margin: 0;
    font-size: 1.25em; }
    @media screen and (min-width: 768px) {
      .featured-content .fea-blurb h1.entry-title, .featured-content .fea-blurb .feature-block .fea-text h2.entry-title, .feature-block .fea-text .featured-content .fea-blurb h2.entry-title {
        font-size: 1.5em; } }
  .featured-content .fea-blurb .entry-content {
    margin-top: 0; }
    @media screen and (min-width: 600px) {
      .featured-content .fea-blurb .entry-content {
        max-width: 520px; } }
    @media screen and (min-width: 996px) {
      .featured-content .fea-blurb .entry-content {
        max-width: 100%; } }
  .featured-content .fea-blurb p {
    margin-bottom: 0; }
  .featured-content .fea-blurb .entry-footer {
    position: absolute;
    top: 10px;
    right: 10px; }
  .featured-content .fea-blurb a {
    color: #fff;
    text-decoration: none; }
    .featured-content .fea-blurb a:visited {
      color: #fff; }

.home .site-main {
  margin-top: 0; }
  .home .site-main .hentry {
    margin: 0; }
    .home .site-main .hentry .entry-content {
      margin: 0; }
      .home .site-main .hentry .entry-content p:first-child {
        margin-top: 1.8em; }
  .home .site-main .entry-footer {
    display: none; }

.page-template-page-narrative .content-area {
  padding: 1.5em 1em 0; }

.feature-block {
  background: #6f7c88;
  color: #fff; }
  .feature-block .fea-img {
    background-size: cover;
    background-position: 50% 50%; }
  .feature-block .fea-text h2 {
    margin-bottom: .5em; }
    @media screen and (min-width: 1024px) {
      .feature-block .fea-text h2 {
        font-size: 2.25em; } }
    .feature-block .fea-text h2 span {
      font-size: .5em;
      font-weight: 300;
      position: relative;
      top: -.25em; }
  .feature-block .fea-text p:after {
    content: ' \2192'; }
  .feature-block .fea-text a,
  .feature-block .fea-text a:visited {
    text-decoration: none; }
    .feature-block .fea-text a h2, .feature-block .fea-text a p,
    .feature-block .fea-text a:visited h2,
    .feature-block .fea-text a:visited p {
      color: #fff; }
  .feature-block .fea-text a:hover h2, .feature-block .fea-text a:hover p,
  .feature-block .fea-text a:active h2,
  .feature-block .fea-text a:active p {
    color: rgba(255, 255, 255, 0.8); }
  .feature-block .fea-article {
    background: #fff;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.5em;
    padding: .75em .75em .75em; }
    .feature-block .fea-article h3 {
      font-size: 1em;
      margin: 0; }
    .feature-block .fea-article a {
      text-decoration: none; }
    .feature-block .fea-article p {
      margin-bottom: 0; }

.page-template-page-impact header h2 {
  font-weight: 600;
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .page-template-page-impact header h2 {
      font-size: 1.5em; } }

@media screen and (min-width: 861px) {
  .page-template-page-impact header,
  .page-template-page-impact .entry-content p {
    text-align: center; } }

.page-template-page-impact .impact {
  margin-bottom: 1em; }

@media screen and (min-width: 861px) {
  .page-template-page-impact .impact + p {
    padding: 0 15%; } }

.page-template-page-impact .impact-fea-block {
  background: #000;
  margin-bottom: 1em; }
  .page-template-page-impact .impact-fea-block:first-child {
    border-right: solid 1px #fff; }
  .page-template-page-impact .impact-fea-block .fea-img-blurb {
    position: relative; }
  .page-template-page-impact .impact-fea-block .fea-img {
    height: 432px;
    background-size: cover;
    background-position: 50% 50%; }
  .page-template-page-impact .impact-fea-block .fea-blurb-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 10em;
    padding: .5em 1em;
    color: #fff;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden; }
    @media screen and (min-width: 736px) {
      .page-template-page-impact .impact-fea-block .fea-blurb-box {
        min-height: 17.75em; } }
    @media screen and (min-width: 775px) {
      .page-template-page-impact .impact-fea-block .fea-blurb-box {
        min-height: 16.25em; } }
    @media screen and (min-width: 900px) {
      .page-template-page-impact .impact-fea-block .fea-blurb-box {
        min-height: 14.75em; } }
    @media screen and (min-width: 975px) {
      .page-template-page-impact .impact-fea-block .fea-blurb-box {
        min-height: 13.5em; } }
    @media screen and (min-width: 1140px) {
      .page-template-page-impact .impact-fea-block .fea-blurb-box {
        min-height: 12.25em; } }
    .page-template-page-impact .impact-fea-block .fea-blurb-box h3 {
      margin: 0 0 .25em; }
      @media screen and (min-width: 1024px) {
        .page-template-page-impact .impact-fea-block .fea-blurb-box h3 {
          font-size: 1.5em; } }
    .page-template-page-impact .impact-fea-block .fea-blurb-box p {
      font-weight: 300;
      text-align: left;
      margin-bottom: .25em;
      line-height: 1.65em;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.35); }
      .page-template-page-impact .impact-fea-block .fea-blurb-box p b {
        font-weight: 600; }
  .page-template-page-impact .impact-fea-block .fea-links ul {
    background: #000;
    margin-bottom: 0;
    padding: .5em 1em; }

.page-template-page-impact .cool_timeline h1.timeline-main-title, .page-template-page-impact .cool_timeline .feature-block .fea-text h2.timeline-main-title, .feature-block .fea-text .page-template-page-impact .cool_timeline h2.timeline-main-title {
  font-weight: 600 !important; }

.archive .cat-icon {
  width: 70px;
  margin-top: -.15em;
  margin-right: .3em;
  display: inline;
  position: relative;
  top: .25em; }

.archive.category-analysis .cat-icon, .archive.category-risky-entity-profiles .cat-icon, .archive.category-advocacy .cat-icon, .archive.category-biological .cat-icon, .archive.category-chemical .cat-icon, .archive.category-missile .cat-icon, .archive.category-nuclear .cat-icon, .archive.category-export-controls-sanctions .cat-icon {
  width: 32px;
  margin-top: -.15em; }
  @media screen and (min-width: 769px) {
    .archive.category-analysis .cat-icon, .archive.category-risky-entity-profiles .cat-icon, .archive.category-advocacy .cat-icon, .archive.category-biological .cat-icon, .archive.category-chemical .cat-icon, .archive.category-missile .cat-icon, .archive.category-nuclear .cat-icon, .archive.category-export-controls-sanctions .cat-icon {
      width: 48px;
      margin-top: -.1em; } }

.archive .page-header + article {
  margin-top: 2.5em; }

.archive .page-header::after {
  border-left-width: 144px; }

.page-template.no-sidebar .site-content,
.archive.no-sidebar .site-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .page-template.no-sidebar .site-content::after,
  .archive.no-sidebar .site-content::after {
    clear: both;
    content: "";
    display: block; }

.page-template.no-sidebar .content-area {
  padding: 0 1em 0; }

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

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  color: #94a2b0;
  border-top: solid 1px #94a2b0;
  padding-top: 1.5em; }
  #colophon .widget strong {
    color: #212529;
    font-weight: 400; }
  #colophon .widget_nav_menu li {
    margin-bottom: 0; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget .twitter-timeline {
    border: solid 1px #dfe2e5 !important; }
  .widget img.attachment-thumbnail,
  .widget img.size-thumbnail {
    float: left;
    max-width: 108px;
    margin-top: .35em;
    margin-right: .75em;
    margin-bottom: .4em; }

#headerwidgets .widget {
  margin: 0; }

#secondary .widget_nav_menu li {
  margin: 0 0 1.5em; }

.widget_recent_entries ul,
.widget_widget_crp ul,
.cat-post-widget ul {
  list-style-type: none;
  padding-left: 0; }
  .widget_recent_entries ul li,
  .widget_widget_crp ul li,
  .cat-post-widget ul li {
    margin: 0 0 1.5em;
    padding-left: 1.35em;
    text-indent: -1.35em; }

ul.posts-by-tag-list li a.posts-by-tag-item-title {
  font-weight: 600; }

#homewidgets .widget {
  border-top: 1px solid #fff; }

#homewidgets2 .widget_text {
  background: #dde2e6; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Dev
--------------------------------------------------------------*/
