/*-----------------------------------------*\
 * Table of Contents
\*-----------------------------------------*/
/**
 * #VARIABLES...................Variables
 * ......Color
 * ......Font
 * #DOCUMENT....................General Document styles
 * ......Body
 * ......Headings
 * #PAGE HEADING................Page Heading
 * #ARTICLE HEADER..............Page Content
 * ......Publication
 * ......Coverage
 * ......Byline
 * ......Social
 * ......Body
 * #ARTICLE BODY
 * ......Blockquote
 * ......Tables
 * #SIDE
 * ......Section
 * ......Related Articles
 * #SECTION
 * ......Header
 * #PAGINATION
 */
/*-----------------------------------------*\
* #VARIABLES
\*-----------------------------------------*/
/* Color */
/* Font */
/*-----------------------------------------*\
* #DOCUMENT
\*-----------------------------------------*/
/* Body */
body {
  background-color: #ffffff;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
section > h2 {
  color: #0F1019;
  font-family: "Roboto Condensed", Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 48px;
  line-height: 1;
}
h2,
.h2,
section > h2 {
  font-size: 36px;
  line-height: 1.28;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.5;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.6;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
h6,
.h6 {
  color: #000062;
  font-size: 11px;
  letter-spacing: 0.6px;
  line-height: 1.55;
  text-transform: uppercase;
}
/*-----------------------------------------*\
* #PAGE HEADING
\*-----------------------------------------*/
#subheader header h1 {
  color: #0F1019;
  display: block;
  font-size: 48px;
  line-height: 56px;
  padding-top: 20px;
}
/*-----------------------------------------*\
* #ARTICLE HEADER
\*-----------------------------------------*/
.content article header {
    /* Publication */
    /* Coverage */
    /* Byline */
    /* Social */
}

.content article header .published time {
    color: #454650;
    font-family: Roboto, Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

.content article header .coverage {
    color: #0F1019;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0;
    position: relative;
}

.content article header .coverage a:hover {
    text-decoration: none;
}

.content article header .byline {
    color: #454650;
    font-family: Roboto, Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.content article header .byline a,
.content article header .byline a:visited,
.content article header .byline a:hover {
    color: inherit;
}

.content article header div.share {
    float: right;
    height: auto;
    margin-top: 10px;
}
/*-----------------------------------------*\
* #ARTICLE BODY
\*-----------------------------------------*/
.content article div.body a {
    color: #000062;
}

.content article div.body p {
    color: #0F1019;
    font-family: Roboto, Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

.content article div.body p span {
    font-size: inherit !important;
}
/* Blockquote */
blockquote {
  color: #8E909E;
  border-left: 2px solid #000062;
  font-weight: 300;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 15px 20px 10px;
}
blockquote span {
  color: #0F1019;
  font-family: "Roboto Condensed", Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
blockquote p {
  margin: 0 !important;
}
/* Table */
.content article div.body table thead {
    border: solid 1px rgba(226, 226, 226, 0.5);
    border-radius: 3px;
}

.content article div.body table thead,
.content article div.body table thead tr {
    background-color: #F9F9F9;
}

.content article div.body table thead th {
    color: #0F1019;
    font-family: "Roboto Condensed", Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31;
    padding: 9px 10px;
}

.content article div.body table tbody tr {
    border-bottom: 1px solid #E2E2E2;
    color: #ffffff;
}

.content article div.body table tbody tr:nth-of-type(odd) {
    background-color: inherit;
}

.content article div.body table tbody tr td {
    color: #0F1019;
    padding-bottom: 16px;
    padding-top: 16px;
}

.content article div.body table tbody tr td div.meet {
    padding-right: 26px;
}
/*-----------------------------------------*\
* #SIDE
\*-----------------------------------------*/
/* Section */
#side section {
  /* Related Articles */
}
#side section > ul {
  font-family: Roboto, Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
#side section > ul li {
  border-bottom: solid 1px #E2E2E2;
  font-size: 1.2rem;
  line-height: 18px;
  list-style: none;
  margin: 10px;
  padding-bottom: 8px;
}
#side section a {
  color: #000062;
  text-decoration: none;
}
#side section a:hover {
  color: #0000af;
  text-decoration: underline;
}
#side section.related.articles.list a {
  color: rgb(15 16 25);
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
#side section.related.articles.list > ul {
  font-family: Roboto, Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
#side section.related.articles.list > ul li {
  list-style: none;
  margin: 0;
}
#side section.related.articles.list > ul li figure {
  float: left;
  height: 79px;
  width: 130px;
}
#side section.related.articles.list > ul li div {
  margin-bottom: 10px;
  margin-left: 140px;
  margin-top: 10px;
}
#side section.related.articles.list > ul li div > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
#side section.related.articles.list > ul li div span {
  color: #555555;
  display: inline-block;
  font-size: 1rem;
  line-height: 16px;
  vertical-align: middle;
}
#side section.related.articles.list > ul li > figure,
#side section.related.articles.list > ul li > div {
  min-height: 80px;
}
/*-----------------------------------------*\
* #SECTION
\*-----------------------------------------*/
section + section {
  margin-top: 60px;
}
section header strong {
  border: solid 1px #EDEDED;
  background-color: #F8F8F8;
  color: #0F1019;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 20px;
  padding: 14px 16px;
  text-transform: none;
}
/*-----------------------------------------*\
* #PAGINATION
\*-----------------------------------------*/
nav.pagination {
  border-bottom: none;
  border-top: 1px solid #E2E2E2;
  color: rgb(142 144 158);
  font-family: Roboto, Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 24px;
  margin: 20px 0;
  position: relative;
}
nav.pagination a {
  color: #0F1019;
  display: block;
  padding-top: 5px;
}
nav.pagination span {
  display: block;
  font-weight: normal;
  padding-right: 0;
  text-align: center;
  padding-top: 5px;
}
