/*
Theme Name:   VOA Top Content
Theme URI:    https://github.com/pp19dd/voa-top-content
Description:  Custom theme for VOA Blogs and Editor's Picks
Author:       Stephen Mekosh and Dino Beslagic
Author URI:   https://www.voanews.com/
Version:      2.0
*/
/* colors for VOA blogs */
.author-facebook a .fa-square {
  color: #3b5998; }

.author-googleplus a .fa-square {
  color: #db4437; }

.author-instagram a .fa-square {
  color: #000000; }

.author-linkedin a .fa-square {
  color: #0077b5; }

.author-pinterest a .fa-square {
  color: #bd081c; }

.author-reddit a .fa-square {
  color: #ff4500; }

.author-soundcloud a .fa-square {
  color: #f84f0f; }

.author-twitter a .fa-square {
  color: #55acee; }

.author-youtube a .fa-square {
  color: #cd201f; }

.author-facebook a:hover .fa-square {
  color: #2d4373; }

.author-googleplus a:hover .fa-square {
  color: #bd2e22; }

.author-instagram a:hover .fa-square {
  color: black; }

.author-linkedin a:hover .fa-square {
  color: #005582; }

.author-pinterest a:hover .fa-square {
  color: #8c0615; }

.author-reddit a:hover .fa-square {
  color: #cc3700; }

.author-soundcloud a:hover .fa-square {
  color: #ce3d06; }

.author-twitter a:hover .fa-square {
  color: #2795e9; }

.author-youtube a:hover .fa-square {
  color: #a11918; }

.article-share-inner ul li.share-facebook a {
  background-color: #3b5998; }

.article-share-inner ul li.share-googleplus a {
  background-color: #db4437; }

.article-share-inner ul li.share-linkedin a {
  background-color: #0077b5; }

.article-share-inner ul li.share-pinterest a {
  background-color: #bd081c; }

.article-share-inner ul li.share-reddit a {
  background-color: #ff4500; }

.article-share-inner ul li.share-twitter a {
  background-color: #55acee; }

.article-share-inner ul li.share-facebook a:hover {
  background-color: #2d4373; }

.article-share-inner ul li.share-googleplus a:hover {
  background-color: #bd2e22; }

.article-share-inner ul li.share-linkedin a:hover {
  background-color: #005582; }

.article-share-inner ul li.share-pinterest a:hover {
  background-color: #8c0615; }

.article-share-inner ul li.share-reddit a:hover {
  background-color: #cc3700; }

.article-share-inner ul li.share-twitter a:hover {
  background-color: #2795e9; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body, html {
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

body {
  background-color: #eee;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

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

iframe {
  display: block;
  max-width: 100%; }

a, a:visited {
  color: #1330bf;
  text-decoration: underline; }

a:hover, a:active {
  color: #d41010;
  text-decoration: underline; }

::-moz-selection {
  background-color: #d41010;
  color: #ffffff; }

::selection {
  background-color: #d41010;
  color: #ffffff; }

header, rows, footer {
  font-size: 18px; }

rows {
  display: flex;
  flex-direction: column;
  margin: 0 auto 1rem auto;
  max-width: 1200px; }

body > rows:first-of-type {
  margin-bottom: 0; }

/* ======================================================================== */
h1 {
  color: #333;
  text-align: left;
  margin: auto;
  font-weight: 300;
  font-size: 3.5rem; }

/*.site-title {
	color: $vdkgray;
	text-align: center;
	margin: auto;
	font-weight: 300;
	font-size: 3.5rem;
}*/
h1 a, h1 a:hover {
  color: #333;
  text-decoration: none; }

.site-title > a,
.site-title > a:hover {
  color: #333;
  text-decoration: none; }

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 1rem 0; }

/* ======================================================================== */
breakup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin: 0 0 2rem 0; }

blank-space {
  border-bottom: 1px solid #ccc;
  flex-grow: 10; }

breakup h2 {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #999; }

/* ======================================================================== */
rows row.rows_1, rows row.rows_2, rows row.rows_3 {
  display: flex;
  flex-direction: row; }

article {
  display: flex;
  flex-direction: column; }

/* ======================================================================== */
/* single article */
/* ======================================================================== */
.single .rows_1,
.page .rows_1,
.archive .rows_1,
.search .rows_1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

.single article,
.page .rows_1 > article,
.archive .rows_1 > article,
.search .rows_1 > article {
  flex-direction: row;
  width: 100%; }

article > content {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  width: 65.666666%; }

.archive article > content {
  padding-top: 1rem; }

.single article > content,
.archive article > content .content-part,
.search article > content .content-part {
  border: none; }

article > content .content-part {
  background-color: #fcfcfc;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 4rem;
  padding-right: 4rem; }

/* breaks section into block */
article > content .article-tags,
article > content .adjacent-post,
article > content .comments {
  margin-bottom: 1rem; }

article > content .article-author,
article > content .pubdate-no-author,
article > content .article-share,
article > content .article-body,
article > content .article-categories,
article > content .article-tags {
  padding-bottom: 2rem; }

article > content .pubdate-no-author {
  padding-top: 2rem; }

article > content .article-body {
  padding-top: 1px; }

article > content .article-tags,
article > content .adjacent-post {
  border-bottom: 1px solid #ddd; }

article > content .article-body p {
  margin-bottom: 1rem;
  line-height: 1.66; }

article > content .featured-img > p,
article > content p.wp-caption-text {
  color: #666;
  font-size: .8rem;
  line-height: 150%;
  margin: 0;
  padding: 0 .5rem 1.6rem .5rem; }

.single-basic-intro .featured-img > p {
  padding-bottom: 0; }

.article-body > p > img {
  margin-left: -4rem;
  margin-right: -4rem;
  max-width: calc(100% + 8rem);
  width: calc(100% + 8rem); }

article > content .voa-dateline {
  text-transform: uppercase; }

article > content .article-categories {
  padding-top: 3rem; }

article > content .article-categories,
article > content .article-tags {
  padding-left: calc(4rem + 1.6em + 16px); }

article > content .article-categories header,
article > content .article-tags header {
  margin-left: calc(-1.6em - 16px);
  margin-bottom: .5rem; }

.single-basic-intro {
  background: #fcfcfc;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  padding-top: 1rem; }

body.archive .single-basic-intro {
  padding-top: 0; }

body:not(.single) .single-basic-intro,
body:not(.single) .content-part {
  border: none; }

body:not(.single) article > content {
  border-bottom-width: 1px; }

.single-basic-intro h1,
.author-bio-box h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 4rem;
  text-align: left; }

.single-basic-intro h2 {
  color: #666;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  margin-top: 1rem;
  padding: 0 4rem;
  text-align: left; }

.single-basic-intro img {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.single-basic-intro .featured-img {
  margin-top: 2rem; }

.article-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem; }

.single .author-avatar {
  height: 67px;
  width: 67px;
  margin-right: 1rem; }

.single .author-avatar img {
  border-radius: 36px;
  margin-right: 1rem; }

/*.author-pubdate */
.author-social {
  flex-grow: 2;
  text-align: right; }

.author-pubdate .author {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700; }

.author-pubdate .author a {
  text-decoration: none; }

.author-pubdate .author a:hover {
  text-decoration: underline; }

.author-pubdate .pubdate {
  color: #999;
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase; }

.article-share-inner {
  display: flex;
  flex-direction: row; }

.article-share-inner header {
  align-self: stretch;
  background-color: #ddd;
  color: #999;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  font-size: .8rem;
  text-align: center;
  text-transform: uppercase; }

.article-share-inner header div {
  align-self: center;
  text-align: center;
  width: 100%; }

.article-share-inner ul.social-share-buttons {
  display: flex;
  flex-direction: row;
  flex-grow: 5; }

.article-share-inner ul li {
  flex-grow: 1;
  list-style: none;
  margin-left: .25rem;
  width: 100%; }

.article-share-inner ul li a {
  background-color: #666;
  color: #fcfcfc;
  display: block;
  padding: .5rem 0;
  text-align: center;
  width: 100%; }

article > content .article-categories header,
article > content .article-tags header {
  background-color: #1330bf;
  color: #fcfcfc;
  display: block;
  font-size: .8em;
  padding: .8em;
  text-transform: uppercase;
  width: 25%; }

article > content .header-text {
  padding-left: .8rem; }

article > content .article-categories a,
article > content .article-tags a {
  color: #666;
  text-decoration: none; }

article > content .article-categories a:hover,
article > content .article-tags a:hover {
  color: #1330bf;
  text-decoration: underline; }

.wp-caption {
  height: auto;
  max-width: 100%;
  width: 100% !important; }

.wp-caption.alignright {
  float: right;
  padding-left: 1rem;
  width: 50% !important; }

.wp-caption.alignleft {
  float: left;
  padding-right: 1rem;
  width: 50% !important; }

@media (max-width: 600px) {
  article > content .article-body .wp-caption.alignright,
  article > content .article-body .wp-caption.alignleft {
    float: none;
    margin: 2rem 1rem 0 1rem;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 2rem) !important; } }
article > content .prevnext {
  display: flex;
  flex-direction: row;
  align-items: stretch; }

article > content .adjacent-post {
  border: 1px solid #ddd;
  padding: 0;
  width: 48.75%; }

article > content .previous-post {
  margin-right: auto; }

article > content .next-post {
  /*align-self: flex-end;*/ }

article > content .adjacent-post-inner {
  padding: 1em 0;
  display: flex;
  flex-direction: row; }

article > content .adjacent-post-inner > div {
  flex: 1; }

article > content .adjacent-post-inner img {
  height: auto;
  width: 100%; }

article > content .adjacent-post-inner .adjacent-post-image a {
  display: block;
  padding: 0 1em; }

article > content .previous-post .adjacent-post-inner {
  padding-right: 1em; }

article > content .next-post .adjacent-post-inner {
  padding-left: 1em; }

article > content .next-post .adjacent-post-inner .adjacent-post-text {
  text-align: right; }

article > content .adjacent-post-inner p {
  color: #999;
  font-size: .8em;
  text-transform: uppercase;
  padding-bottom: .8em; }

.no-previous-post p {
  margin-right: 1em;
  text-align: center; }

.no-next-post p {
  margin-left: 1em;
  text-align: center; }

article > content .adjacent-post-inner p > a {
  color: #999;
  text-decoration: none; }

article > content .adjacent-post-inner p > a:hover {
  color: #1330bf;
  text-decoration: none; }

article > content .adjacent-post-inner h4 {
  color: #333;
  font-size: .8em;
  font-weight: 700; }

article > content .adjacent-post-inner h4 > a {
  color: #333;
  text-decoration: none; }

article > content .adjacent-post-inner h4 > a:hover {
  color: #1330bf;
  text-decoration: none; }

/* ======================================================================== */
/* sidebar on single articles */
/* ======================================================================== */
sidebar {
  padding-top: 2.25em;
  padding-left: 3%;
  width: 31.333333%; }

sidebar-inner {
  padding-right: 1.50%; }

.sidebar-title {
  border-bottom: 4px solid #1330bf;
  font-size: 0.8em;
  color: #1330bf;
  margin-bottom: 1.25em;
  padding-bottom: .25em;
  padding-left: 1em;
  text-transform: uppercase; }

.sidebar-title a,
.sidebar-title a:hover {
  color: #1330bf !important;
  text-decoration: none !important; }

div.sidebar-widget {
  margin-bottom: 2em; }

div.sidebar-widget ul {
  margin-top: 1em; }

div.sidebar-widget li {
  list-style: none;
  margin-bottom: 1em;
  padding-left: 1.67%;
  font-size: 0.9em; }

div.sidebar-widget a {
  color: #333;
  text-decoration: none; }

div.sidebar-widget a:hover {
  text-decoration: underline; }

/* no thanks, wordpress */
a.rsswidget img {
  display: none; }

leading {
  display: flex;
  flex-direction: column; }

leading img {
  width: 100%;
  max-width: 100%; }

/* article sidebar shortcut teaser *******************************************/
#comment-shortcut {
  margin-bottom: 4em; }

#comment-shortcut > a {
  background-color: #fcfcfc;
  border: 2px solid #1330bf;
  color: #1330bf;
  display: block;
  font-size: 1em;
  text-decoration: none;
  transition: border-color 1s, color 1s; }

#comment-shortcut > a > span {
  display: inline-block; }

#comment-shortcut > a > span.comment-icon {
  background-color: #1330bf;
  color: #fcfcfc;
  padding: 1em;
  transition: background-color 1s; }

#comment-shortcut > a > .comment-text > span {
  display: block;
  padding-left: 1em; }

#comment-shortcut > a > .comment-text > span.comment-count {
  font-weight: bold;
  text-transform: uppercase; }

#comment-shortcut > a > .comment-text > span.comment-cta {
  color: #999;
  font-size: .8em;
  text-transform: uppercase; }

#comment-shortcut > a:hover {
  border-color: #d41010;
  color: #d41010;
  transition: border-color 0.25s, color 0.25s; }

#comment-shortcut > a:hover > span.comment-icon {
  background-color: #d41010;
  transition: background-color 0.25s; }

/* article comment section ***************************************************/
article > content .comments {
  border-bottom: 1px solid #ddd;
  padding: 0; }

article > content .comments > header {
  background: #333 none repeat scroll 0 0;
  color: #fcfcfc;
  font-size: 0.8em;
  margin-bottom: 1em;
  padding: 1em;
  text-transform: uppercase; }

article > content .comments .comments-inner {
  margin-left: calc(1em - 8px);
  margin-right: calc(1em - 8px); }

/* PAGES *********************************************************************/
.page .rows_1 > article > content,
.archive .rows_1 > article > content,
.search .rows_1 > article > content {
  background-color: #fcfcfc; }

.page .article-title,
.archive .article-title {
  background-color: #ddd;
  position: relative;
  top: 0;
  z-index: 0; }

.page .article-title-text,
.archive .article-title-text {
  background: #ddd;
  color: #d41010;
  line-height: 100%;
  max-width: 100%;
  padding: .25em 1.5% .1em 1.5%; }

/* ARCHIVE PAGE **************************************************************/
.page .archive-date > breakup,
.archive .archive-date > breakup {
  padding: 2rem 0; }

.archive-teasers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.archive-teasers article {
  padding: 1rem 1.5%;
  width: 30.333333%; }

.archive-teasers article .teaser-img-container {
  height: 150px;
  max-width: 100%;
  position: relative;
  width: 100%; }

.archive-teasers article .teaser-img-container .teaser-img {
  background-position: center;
  background-size: cover;
  border: 1px solid #999;
  display: block;
  height: 100%;
  line-height: 100%;
  width: calc(100% - 2px); }

.archive-teasers article .teaser-img-container .teaser-img > .language-service {
  bottom: .5em;
  right: 1px; }

.archive-teasers article .teaser-img-container .teaser-img > .language-service > .language-service-inner {
  line-height: 100%; }

.archive-teasers article h2 {
  font-size: .8em;
  padding-top: .25em; }

.archive-teasers article a {
  color: #1330bf;
  text-decoration: none; }

.archive-teasers article a:hover {
  color: #d41010; }

/* LAZY LOAD BUTTON **********************************************************/
.lazy-load-button {
  margin: 1em auto 3em auto;
  max-width: 1200px;
  text-align: center; }

.lazy-load-button-text {
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -mox-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #1330bf;
  display: inline-block;
  font-size: .8em;
  letter-spacing: .025em;
  line-height: 100%;
  margin: 0 auto;
  max-width: 80%;
  padding: 1em 1em;
  text-transform: uppercase; }

.lazy-load-button:hover .lazy-load-button-text {
  background: #ccc;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fcfcfc;
  cursor: pointer; }

/* very generic modular widget styles ************************************************************/
.widget {
  margin-bottom: 4rem; }

@media (max-width: 1000px) {
  .article-title-text {
    font-size: 2.5em; }

  article > content .article-categories header, article > content .article-tags header {
    width: 33.3333%; } }
/*
@media (max-width: 900px) {

	rows row.rows_2, rows row.rows_3 { flex-wrap: wrap; }

	row.rows_3 article.column_1 { width: 100%; padding: 0; margin-bottom: 1.5em; }

	row.rows_3 article.column_2,
	row.rows_3 article.column_3 { width: 48.5%; }

	row.rows_2 article { width: 100%; padding-right: 0; }
	row.rows_2 article.column_1 { padding-right: 0; margin-bottom: 1.5em; }


	row.rows_2 part { width: 50%; }
	row.rows_2 part.one { padding-right: 3%; }
	row.rows_2 part.two > * { padding-right: 1em; }

}
*/
@media (max-width: 800px) {
  .single article,
  .page .rows_1 > article,
  .archive .rows_1 > article,
  .search .rows_1 > article {
    flex-direction: column; }

  article > content,
  .page .rows_1 > article > content,
  .archive .rows_1 > article > content,
  .search .rows_1 > article > content {
    width: auto; }

  article > content .content-part {
    border-left: none;
    border-right: none; }

  article > content .previous-post {
    border-right: 1px solid #ddd; }

  article > content .next-post {
    border-left: 1px solid #ddd; }

  .article-title-text {
    font-size: 2em; }

  sidebar {
    margin: 0;
    padding: 0;
    width: 100%; }

  sidebar-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }

  sidebar-inner > * {
    padding: 0 1.5%;
    width: 47%; }

  #comment-shortcut {
    display: none; } }
@media (max-width: 600px) {
  h1 {
    font-size: 2.5em; }

  article > content .content-part {
    padding-left: 1rem;
    padding-right: 1rem; }

  article > content > .comments {
    padding-left: 0;
    padding-right: 0; }

  .single-basic-intro h1,
  .author-bio-box h1 {
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 1rem; }

  .single-basic-intro h2 {
    font-size: 1em;
    padding: 0 1rem; }

  article > content .article-categories header, article > content .article-tags header {
    margin-left: 0;
    width: 50%; }

  article > content .adjacent-post {
    align-self: stretch;
    padding: 0;
    width: calc(50% - .5rem); }

  article > content .previous-post .adjacent-post-inner {
    flex-direction: column;
    padding-right: 0; }

  article > content .next-post .adjacent-post-inner {
    flex-direction: column-reverse;
    padding-left: 0; }

  article > content .adjacent-post-text {
    margin: .5em 1em 0 1em; }

  .article-title-text {
    font-size: 1.5em; }

  sidebar-inner {
    flex-direction: column;
    padding: 0 1em; }

  sidebar-inner > * {
    padding: 0;
    width: 100%; }

  article.archive-teaser {
    flex-direction: row;
    padding: 1em;
    width: 100%; }

  article.archive-teaser .teaser-img-container {
    margin-right: 1.5%;
    width: 48.5%; }

  article.archive-teaser h2 {
    margin-left: 1.5%;
    width: 48.5%; }

  .no-mobile {
    display: none;
    visibility: hidden; } }
@media (max-width: 450px) {
  h1 {
    font-size: 2em; }

  .article-title-text {
    font-size: 1em; }

  continue {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; }

  .article-share-inner header {
    display: none; }

  .article-share-inner ul li:first-child {
    margin-left: 0; } }
@media (max-width: 340px) {
  h1 {
    font-size: 1.5em; } }
/* mobile-first styles ***************************************************************************/
.big-screen {
  display: none; }

.site-title {
  color: #333;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
  margin: 1.5rem auto;
  padding: 0;
  text-align: center; }

.voa-masthead {
  background: #1330bf;
  color: #fcfcfc;
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s ease;
  -mox-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.masthead-search-expanded {
  margin-bottom: 3.5rem;
  -webkit-transition: all 0.2s ease;
  -mox-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.voa-masthead-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 50px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(1200px - 2rem);
  padding: 0 1rem; }

.voa-masthead a {
  color: #fcfcfc;
  text-decoration: none; }

.voa-logo {
  flex-grow: 1;
  padding: .5rem 0; }

.voa-logo > img {
  display: block;
  height: 30px;
  width: 71px; }

.site-nav {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end; }

.site-nav > * {
  margin-left: 1.5rem;
  position: relative; }

.site-nav > * > .menu {
  display: none;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.2), -2px 2px 8px -1px rgba(0, 0, 0, 0.2);
  -mox-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.2), -2px 2px 8px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.2), -2px 2px 8px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.2), -2px 2px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.2), -2px 2px 8px -1px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -1rem;
  top: 2.25rem;
  width: 150px; }

.site-nav > * > .menu > ul {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  list-style: none;
  margin: 0;
  padding: 0; }

.site-nav > * > .menu > ul > li {
  border-top: 1px solid #ddd;
  font-size: .9rem;
  font-weight: 400;
  padding: 0;
  text-align: left; }

.site-nav > * > .menu > ul > li:first-child {
  border-top: 0; }

.site-nav > * > .menu > ul > li > a {
  background: #fcfcfc;
  border-left: 4px solid transparent;
  color: #1330bf;
  display: block;
  padding: .75rem; }

.site-nav > * > .menu > ul > li > a:hover {
  background: #eee;
  border-left: 4px solid #1330bf;
  color: #1330bf;
  font-weight: 600; }

.site-nav > .header-nav-newsletter-link {
  font-size: .9rem;
  letter-spacing: 0.025em;
  text-transform: uppercase; }

.search-form-container {
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  text-align: center; }

.article-body > .search-form-container {
  margin-top: 3rem; }

.search-form {
  margin: 0 auto;
  max-width: calc(1200px - 2rem); }

.search-form input {
  font-family: 'Lato', sans-serif;
  font-size: 1rem; }

.search-nav {
  position: unset; }

.search-nav > .search-form-container {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  max-width: calc(100% - 2rem);
  width: 100%; }

.card-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0; }

.story-card {
  display: block;
  flex-grow: 1;
  height: auto;
  margin: 0 0 16px 0;
  padding: 0;
  position: relative;
  width: 100%; }

.story-card > a {
  background-color: #e6e6e6;
  color: #333;
  display: inline-block;
  height: 100%;
  min-height: 300px;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -mox-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 100%; }

.story-card > a:hover {
  background-color: #f6f6f6; }

.story-card > a > .bg-container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

.story-card > a > .text {
  max-width: calc(100% - 28px - 2rem);
  position: relative;
  text-align: left;
  z-index: 5; }

.story-card > a h2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 .5rem 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -mox-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.story-card > a p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 1rem 0;
  padding: 0; }

.story-card > a p.continue {
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -mox-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.video-icon {
  background: #1330bf;
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 2px 2px;
  color: #fcfcfc;
  font-size: 1rem;
  line-height: 1;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.card-label-category {
  position: absolute;
  bottom: .75rem;
  right: 0;
  background: #d41010;
  border-color: #eee;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  color: #fcfcfc;
  font-size: .8rem;
  line-height: 1;
  margin: 0;
  padding: .5rem 1rem .5rem .75rem;
  z-index: 10; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.card-noimg a .text {
  margin: .5rem; }
.card-noimg a h2 {
  color: #333; }
.card-noimg a p.continue {
  background-color: #ccc;
  border-radius: .25em;
  color: #666;
  display: inline-block;
  font-size: .9rem;
  letter-spacing: .015em;
  padding: .5em; }
.card-noimg a .bg-container {
  background-image: none !important; }
.card-noimg a:hover h2 {
  color: #1330bf; }
.card-noimg a:hover p.continue {
  background-color: #1330bf;
  color: #fcfcfc; }

.card-txt a .text {
  background-color: #e6e6e6;
  max-width: 100%;
  padding: .5rem;
  -webkit-transition: all 0.5s ease;
  -mox-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.card-txt a h2 {
  color: #333; }
.card-txt a p.continue {
  display: none;
  /*
  background-color: $mltgray;
  border-radius: .25em;
  color: $midgray;
  display: inline-block;
  font-size: .9rem;
  letter-spacing: .015em;
  padding: .5em;
  */ }
.card-txt a .card-label-category {
  top: calc(207px - 2.5rem - 4px);
  bottom: auto;
  right: 0;
  border-width: 2px 0 2px 2px;
  padding: .5rem 1rem .5rem .75rem; }
.card-txt a .bg-container {
  background-position: center top;
  position: relative;
  display: block;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 207px; }
.card-txt a:hover .bg-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
.card-txt a:hover .text {
  background-color: #f6f6f6; }
.card-txt a:hover h2 {
  color: #1330bf; }
.card-txt a:hover p.continue {
  background-color: #1330bf;
  color: #fcfcfc; }

.card-img a .text {
  margin-left: .5rem;
  padding-top: .2rem; }
.card-img a h2 {
  background-color: #111;
  box-decoration-break: clone;
  -webkit-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
  -mox-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
  -ms-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
  -o-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
  box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
  color: #fcfcfc;
  display: inline;
  padding: .25rem 0; }
.card-img a .clearfix:after {
  height: 1rem; }
.card-img a p.teaser {
  display: none;
  -webkit-transition: all 0.5s ease;
  -mox-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.card-img a p.continue {
  background-color: transparent;
  box-decoration-break: clone;
  -webkit-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
  -mox-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
  -ms-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
  -o-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
  box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
  color: transparent;
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: .25em 0; }
.card-img a:hover .bg-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
.card-img a:hover h2 {
  background-color: #1330bf;
  -webkit-box-shadow: 0.5rem 0 0 #1330bf, -0.5rem 0 0 #1330bf;
  -mox-box-shadow: 0.5rem 0 0 #1330bf, -0.5rem 0 0 #1330bf;
  -ms-box-shadow: 0.5rem 0 0 #1330bf, -0.5rem 0 0 #1330bf;
  -o-box-shadow: 0.5rem 0 0 #1330bf, -0.5rem 0 0 #1330bf;
  box-shadow: 0.5rem 0 0 #1330bf, -0.5rem 0 0 #1330bf; }
.card-img a:hover p.continue {
  background-color: #eee;
  -webkit-box-shadow: 0.5rem 0 0 #eee, -0.5rem 0 0 #eee;
  -mox-box-shadow: 0.5rem 0 0 #eee, -0.5rem 0 0 #eee;
  -ms-box-shadow: 0.5rem 0 0 #eee, -0.5rem 0 0 #eee;
  -o-box-shadow: 0.5rem 0 0 #eee, -0.5rem 0 0 #eee;
  box-shadow: 0.5rem 0 0 #eee, -0.5rem 0 0 #eee;
  color: #1330bf; }

@media (min-width: 450px) {
  .card-row {
    flex-direction: row;
    justify-content: space-between; }

  .card-row-3,
  .card-row-4 {
    flex-wrap: wrap; }

  .story-card {
    flex-basis: 0;
    overflow: hidden; }

  .story-card.card-half {
    flex-basis: 50%; }

  .story-card.card-quarter,
  .card-row-4 .story-card {
    flex-basis: 50%; }

  .card-row-3 > .story-card.card-half {
    flex-basis: 100%; }

  .story-card > a {
    xxxxheight: 100%;
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px); }

  .card-img.card-full a p.teaser,
  .card-img.card-half a p.teaser {
    background-color: transparent;
    box-decoration-break: clone;
    -webkit-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    -mox-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    -ms-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    -o-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    color: transparent;
    display: inline;
    line-height: 1.2;
    padding: .2rem 0; }

  .card-img.card-full a:hover p.teaser,
  .card-img.card-half a:hover p.teaser {
    background-color: #111;
    -webkit-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    -mox-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    -ms-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    -o-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    color: #fcfcfc; }

  .card-txt.card-half a p.teaser,
  .card-txt.card-quarter a p.teaser {
    font-size: .9rem; } }
@media (min-width: 600px) {
  .card-full.card-txt a .text,
  .card-row-1 .card-1.card-txt a .text {
    left: 50%;
    max-width: calc(50% - 8px);
    padding-top: 0;
    top: 0%; }
  .card-full.card-txt a .bg-container,
  .card-row-1 .card-1.card-txt a .bg-container {
    background-position: left top;
    height: 100%;
    max-height: 100%;
    max-width: calc(50% - 8px);
    position: absolute; }
  .card-full.card-txt a .card-label-category,
  .card-full.card-txt a .video-icon,
  .card-row-1 .card-1.card-txt a .card-label-category,
  .card-row-1 .card-1.card-txt a .video-icon {
    right: calc(50% + 12px); }
  .card-full.card-txt a .card-label-category,
  .card-row-1 .card-1.card-txt a .card-label-category {
    top: auto;
    bottom: .75rem; } }
@media (min-width: 750px) {
  .story-card > a {
    min-height: 450px; }

  .card-txt a .card-label-category {
    top: calc(300px - 2.5rem - 4px); }
  .card-txt a .bg-container {
    height: 300px; }

  .card-row-3 > .story-card.card-half {
    flex-basis: 50%; }

  .story-card.card-quarter,
  .card-row-4 .story-card {
    flex-basis: 25%; }

  .card-txt.card-half.card-tall a h2 {
    font-size: 1.2rem; }
  .card-txt.card-half.card-tall a p.teaser {
    font-size: .9rem; } }
@media (min-width: 960px) {
  .card-row {
    flex-direction: row;
    justify-content: space-between; }

  .story-card {
    flex-basis: 0;
    margin-bottom: 24px; }

  .story-card > a {
    min-height: 576px;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px); }

  .card-row-short > .story-card > a {
    min-height: 207px; }

  .card-img a h2,
  .card-noimg a h2,
  .card-txt.card-half.card-tall a h2,
  .card-full.card-txt a h2,
  .card-row-1 .card-1.card-txt a h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }

  .card-row:not(.card-row-short) > .card-img.card-half > a > .text {
    max-width: 65%; }

  .card-img.card-quarter a p.teaser {
    background-color: transparent;
    box-decoration-break: clone;
    -webkit-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    -mox-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    -ms-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    -o-box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    box-shadow: 0.5rem 0 0 transparent, -0.5rem 0 0 transparent;
    color: transparent;
    display: inline;
    line-height: 1.2;
    padding: .2rem 0; }

  .card-img.card-quarter a:hover p.teaser {
    background-color: #111;
    -webkit-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    -mox-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    -ms-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    -o-box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    box-shadow: 0.5rem 0 0 #111, -0.5rem 0 0 #111;
    color: #fcfcfc; }

  .card-txt a .card-label-category {
    top: calc(375px - 2.5rem - 4px); }
  .card-txt a .bg-container {
    height: 375px; }

  .card-row-short > .card-half.card-txt a .text {
    margin-left: 50%;
    max-width: 50%;
    padding-left: 12px; }
  .card-row-short > .card-half.card-txt a .card-label-category,
  .card-row-short > .card-half.card-txt a .video-icon {
    right: calc(50% + 12px); }
  .card-row-short > .card-half.card-txt a .card-label-category {
    top: auto;
    bottom: .75rem; }
  .card-row-short > .card-half.card-txt a .bg-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 12px); }

  .card-img.card-full a .text {
    max-width: calc(50% - 12px); }

  .card-full.card-txt a .text,
  .card-row-1 .card-1.card-txt a .text {
    max-width: calc(50% - 12px); }
  .card-full.card-txt a .bg-container,
  .card-row-1 .card-1.card-txt a .bg-container {
    max-width: calc(50% - 12px); } }
@media (min-width: 1200px) {
  .card-txt.card-half.card-tall a h2,
  .card-txt.card-quarter a h2,
  .card-row-4 .card-txt a h2 {
    font-size: 1.5rem; }
  .card-txt.card-half.card-tall a p.teaser,
  .card-txt.card-quarter a p.teaser,
  .card-row-4 .card-txt a p.teaser {
    font-size: 1rem; }

  .card-txt.card-half:not(.card-tall) a p.teaser {
    font-size: 1rem; } }
.hero-row {
  display: block; }

.hero-intro {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 70vh;
  position: relative;
  z-index: 25; }

.hero-title-container {
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 50; }

.hero-title {
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 0; }

.hero-title > h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 1rem;
  text-align: left; }

.hero-title > h2 {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.35;
  overflow: hidden;
  padding: 1rem; }

.hero-undermedia-caption {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 50; }

.hero-undermedia-caption > p {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: .8rem;
  margin: 0;
  padding: .5rem 1rem;
  background: rgba(0, 0, 0, 0.4);
  border-top-color: #666;
  color: #ddd; }

.hero-light-on-dark .hero-intro, .hero-light-no-bg .hero-intro {
  background-color: #666; }

.hero-dark-on-light .hero-intro, .hero-dark-no-bg .hero-intro {
  background-color: #ddd; }

.hero-light-on-dark .hero-title > h1,
.hero-dark-on-light .hero-title > h1 {
  margin-bottom: 1.5rem; }

.hero-light-on-dark .hero-title > * {
  background: rgba(0, 0, 0, 0.4);
  color: #fcfcfc; }

.hero-light-no-bg .hero-title > * {
  background: transparent;
  color: #fcfcfc; }

.hero-dark-on-light .hero-title > * {
  background: rgba(255, 255, 255, 0.6);
  color: #333; }

.hero-dark-no-bg .hero-title > * {
  background: transparent;
  color: #333; }

.author-bio-box {
  padding-bottom: 2rem; }

.author-bio-box .author-avatar {
  float: left;
  margin: 0 1rem .5rem 0;
  overflow: hidden;
  height: 80px;
  width: 80px; }

.author-bio-box .author-avatar img {
  /* border-radius: 10px; */ }

.author-bio-box h1 {
  margin-bottom: .5rem;
  text-align: left; }

.author-bio-box p {
  line-height: 1.35;
  margin-bottom: .5rem; }

.author-bio-box .author-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.article-body ul {
  margin-left: 1.5rem; }

.article-body ul li {
  margin-bottom: .5rem; }

/* .article-body h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	padding: 1.5rem 0 .5rem 0;
} */
.article-body a {
  text-decoration: none; }

.article-body a:hover,
.article-body a:active {
  text-decoration: underline; }

.blog-footer {
  background: #333;
  font-size: .9rem;
  width: 100%; }

.blog-footer-inner {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  max-width: 1200px;
  width: calc(100% - 2rem); }

.footer-nav-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-nav-menu a {
  color: #fcfcfc;
  font-weight: 600;
  text-decoration: none; }

.footer-nav-menu a:hover {
  color: #ddd;
  text-decoration: underline; }

.article-excerpt {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0; }

.article-excerpt:last-of-type {
  border-bottom: none; }

.article-excerpt > a {
  display: flex;
  flex-direction: column; }

.article-excerpt > a .excerpt-img {
  margin-bottom: .5rem; }

.article-excerpt > a h2 {
  font-size: 1rem;
  line-height: 1.35;
  padding-bottom: .3rem; }

.excerpt-text > p {
  font-size: 1rem;
  line-height: 1.35 !important;
  margin-bottom: 0 !important; }

.excerpt-text > p.excerpt-meta {
  line-height: 1 !important;
  margin-bottom: .3rem !important; }

p.excerpt-meta .pubdate,
p.excerpt-meta .excerpt-author {
  color: #999;
  font-size: .8rem; }

.excerpt-text > p:not(.excerpt-meta) {
  color: #333; }

.article-excerpt > a:hover {
  color: #333;
  text-decoration: none; }

.pagination {
  padding: 2rem 0 0 0;
  text-align: center; }

.pagination > .nav-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }

.pagination > .nav-links > .page-numbers {
  background: #eee;
  border: 2px solid #e6e6e6;
  flex: 0 1 auto;
  line-height: 1;
  margin: 0 .25rem;
  padding: .5em .75em;
  text-decoration: none; }

.pagination > .nav-links > a.page-numbers:hover {
  background: #1330bf;
  border-color: #1330bf;
  color: #fcfcfc; }

.pagination > .nav-links > .current {
  background: #fcfcfc;
  color: #333; }

.screen-reader-text {
  display: none;
  visibility: hidden; }

.sidebar-widget .textwidget {
  font-size: 15px;
  line-height: 1.66;
  margin: 0 .8rem; }

.sidebar-widget .textwidget img.alignleft {
  float: left;
  height: auto !important;
  margin: .3rem 1rem .66rem 0;
  width: 50% !important; }

.voa-archive-widget .vaw-list-container,
.top-tags-widget .top-tags,
.widget_archive ul,
.widget_categories ul {
  font-size: 1rem;
  line-height: 2em;
  margin: .8em; }

.voa-archive-widget .vaw-list,
.top-tags-widget .tags,
.widget_archive > ul,
.widget_categories > ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.widget_archive > ul,
.widget_categories > ul {
  margin: .8em; }

.voa-archive-widget .vaw-list li,
.top-tags-widget .tags li,
.widget_archive > ul > li,
.widget_categories > ul > li {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  color: #ccc;
  font-size: 1em;
  height: 2em;
  margin-bottom: .5em;
  padding: 0; }

.widget_archive > ul > li,
.widget_categories > ul > li {
  color: #e6e6e6; }

.voa-archive-widget .vaw-list li .vaw-text,
.top-tags-widget .tag,
.widget_archive > ul > li > a,
.widget_categories > ul > li > a {
  background: #fff;
  color: #1330bf;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  padding: 0 1.5em 0 .66em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.voa-archive-widget .vaw-list li .vaw-text::after,
.top-tags-widget .tag::after,
.widget_archive > ul > li > a::after,
.widget_categories > ul > li > a::after {
  background: #e6e6e6;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  border-top: 1em solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s; }

.voa-archive-widget .vaw-list li .vaw-text:hover,
.top-tags-widget .tag:hover,
.widget_archive > ul > li > a:hover,
.widget_categories > ul > li > a:hover {
  background-color: #d41010;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s; }

.voa-archive-widget .vaw-list li .vaw-text:hover::after,
.top-tags-widget .tag:hover::after,
.widget_archive > ul > li > a:hover::after,
.widget_categories > ul > li > a:hover::after {
  border-left-color: #d41010;
  transition: all 0.2s; }

.voa-archive-widget .vaw-list li .vaw-count,
.top-tags-widget .tag-count,
.widget_archive > ul > li > *:not(a),
.widget_categories > ul > li > *:not(a) {
  color: #999;
  float: right;
  font-size: .75em;
  font-weight: 300;
  padding-right: .66rem;
  text-decoration: none;
  text-transform: uppercase; }

/* comments **************************************************************************************/
ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list > li {
  background: #eee;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ddd;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0; }

.comment-author {
  background: #ddd;
  display: flex;
  flex-direction: row;
  padding: .5rem; }

.comment-author cite {
  font-style: normal;
  font-weight: 700;
  padding-left: 1rem; }

.comment-author .says {
  display: none;
  visibility: hidden; }

img.avatar-67 {
  border: 1px solid #999;
  height: 67px;
  width: 67px; }

.comment-body > .comment-meta,
.comment-body > .comment-awaiting-moderation,
.comment-body > p,
.comment-body > .reply {
  margin-left: .5rem;
  margin-right: .5rem;
  margin-top: 1rem;
  max-width: 100%; }

.comment-awaiting-moderation {
  background: #FFEB3B;
  border: 2px solid #FBC02D;
  color: #333;
  display: block;
  font-size: .8rem;
  font-style: normal;
  font-weight: 700;
  padding: .5rem; }

.comment-form p {
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1rem 0; }

.comment-form p.logged-in-as,
.comment-form p.logged-in-as a {
  color: #999;
  font-weight: 400;
  text-decoration: none; }

.comment-form p.logged-in-as a:first-child {
  color: #1330bf;
  font-weight: 400; }

.comment-form p.logged-in-as a:hover {
  text-decoration: underline; }

.comment-respond textarea#comment {
  border: 1px solid #ddd;
  margin: 0;
  max-width: calc(100% - 1px);
  width: 100%; }

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
  display: flex;
  flex-direction: column; }

.comment-form input.submit {
  background: #4caf50;
  border: 1px solid #388E3C;
  color: #fcfcfc;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .015em;
  margin: 0;
  padding: 1rem; }

.comment-form input.submit:hover {
  background: #388E3C;
  cursor: pointer; }

p.no-comments {
  font-weight: 700;
  padding: 2rem .5rem 1rem .5rem; }

@media (min-width: 450px) {
  p.comment-form-author,
  p.comment-form-email,
  p.comment-form-url {
    flex-direction: row; }

  p.comment-form-author label,
  p.comment-form-email label,
  p.comment-form-url label {
    flex-basis: 100px; } }
@media (min-width: 600px) {
  .comment-body > .comment-meta,
  .comment-body > .comment-awaiting-moderation,
  .comment-body > p,
  .comment-body > .reply {
    margin-left: calc(.5rem + 69px + 1rem);
    margin-right: 1rem; } }
@media (min-width: 450px) {
  .search-nav > .search-form-container {
    text-align: right; } }
@media (min-width: 600px) {
  .site-title {
    margin: 2rem auto; }

  .single-basic-intro {
    padding-top: 2rem;
    padding-bottom: 0; }

  .archive article > content {
    padding-top: 2rem; }

  body.archive .single-basic-intro {
    padding-top: 0; }

  .article-body > .alignleft {
    margin-left: -4rem;
    width: calc(50% + 4rem) !important; }

  .article-body > .alignright {
    margin-right: -4rem;
    width: calc(50% + 4rem) !important; }

  .article-body > .alignnone {
    margin-left: -4rem;
    margin-right: -4rem;
    max-width: calc(100% + 8rem);
    width: calc(100% + 8rem) !important; }

  .hero-title,
  .hero-undermedia-caption > p {
    margin: 0 4rem; }

  .author-bio-box .author-avatar {
    height: 120px;
    width: 120px; }

  .article-excerpt > a {
    flex-direction: row; }

  .article-excerpt > a > .excerpt-img {
    flex: 1 1 0; }

  .article-excerpt > a h2 {
    font-size: 1.2rem; }

  .article-excerpt > a > .excerpt-text {
    flex: 2 2 0;
    padding-left: 1rem; }

  .blog-footer-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1rem; }

  .blog-footer-inner > .voa-logo {
    flex-basis: 0;
    flex-grow: 1; }

  .footer-nav-menu {
    flex-basis: 0;
    flex-grow: 3; }

  .footer-nav-menu ul {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }

  .footer-nav-menu ul li {
    min-width: 150px; } }
@media (min-width: 750px) {
  .hero-title > h1 {
    font-size: 2rem; }

  .hero-title > h2 {
    font-size: 1.2rem; }

  .header-nav-newsletter-link .big-screen {
    display: inline; } }
@media (min-width: 960px) {
  .site-title {
    font-size: 3.5rem;
    margin: 3rem auto; }

  .author .author-avatar {
    height: 160px;
    width: 160px; } }
@media (min-width: 1200px) {
  .site-title {
    margin: 4rem auto; }

  .hero-title-container {
    top: 15%; }

  .hero-title {
    margin: 0 auto;
    max-width: 1200px; }

  .hero-title > h1,
  .hero-title > h2 {
    margin: 0;
    width: calc(65.666666% - 2rem); }

  .hero-title > h1 {
    font-size: 2.5rem; }

  .hero-title > h2 {
    font-size: 1.25rem; }

  .hero-undermedia-caption > p {
    margin: 0 auto 1rem auto;
    max-width: calc(1200px - 2rem);
    padding: 1rem; } }
/* import styles for widgets *********************************************************************/
.widget-card {
  display: block;
  margin-bottom: .5rem;
  width: 100%; }

.widget-card > a {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  color: #1330bf;
  padding: .5rem;
  text-decoration: none;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

.widget-card > a:hover {
  background-color: #ddd;
  border: 1px solid #fcfcfc; }

.widget-card-img {
  overflow: hidden;
  width: 35%; }

.widget-card > a img {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

.widget-card > a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.widget-card-text {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin-left: .5rem;
  width: calc(65% - .5rem); }

.widget-card-text > h3 {
  font-size: 1rem;
  font-weight: 600; }

.widget-card > a:hover h3 {
  color: #333; }

.widget-card-text > time {
  color: #999;
  display: block;
  font-size: .8rem;
  margin: 0;
  padding-top: .25rem;
  text-transform: uppercase; }

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