/** breakpoints **/
/** margins **/
/** standard colors **/
/** pixels to rems where it makes sense **/
section.layout p {
  font-size: 16px;
  font-size: 1rem;
}
section.layout section.row > div {
  margin: 0 auto;
}
div.articles-popular > div article header h5,
div.articles-editors_choice > div article header h5,
div.articles-latest > div article header h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin-top: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
div.articles-popular > div article header h5 + div.articles-popular > div article header h5,
div.articles-popular > div article header h5 + div.articles-editors_choice > div article header h5,
div.articles-popular > div article header h5 + div.articles-latest > div article header h5,
div.articles-editors_choice > div article header h5 + div.articles-popular > div article header h5,
div.articles-editors_choice > div article header h5 + div.articles-editors_choice > div article header h5,
div.articles-editors_choice > div article header h5 + div.articles-latest > div article header h5,
div.articles-latest > div article header h5 + div.articles-popular > div article header h5,
div.articles-latest > div article header h5 + div.articles-editors_choice > div article header h5,
div.articles-latest > div article header h5 + div.articles-latest > div article header h5 {
  margin-top: 16px;
}
div.articles-popular > div article h4,
div.articles-editors_choice > div article h4,
div.articles-latest > div article h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline;
}
div.articles-popular > div article h4 + div.articles-popular > div article h4,
div.articles-popular > div article h4 + div.articles-editors_choice > div article h4,
div.articles-popular > div article h4 + div.articles-latest > div article h4,
div.articles-editors_choice > div article h4 + div.articles-popular > div article h4,
div.articles-editors_choice > div article h4 + div.articles-editors_choice > div article h4,
div.articles-editors_choice > div article h4 + div.articles-latest > div article h4,
div.articles-latest > div article h4 + div.articles-popular > div article h4,
div.articles-latest > div article h4 + div.articles-editors_choice > div article h4,
div.articles-latest > div article h4 + div.articles-latest > div article h4 {
  margin-top: 16px;
}
div.articles-popular > div article h4 a,
div.articles-editors_choice > div article h4 a,
div.articles-latest > div article h4 a {
  color: #2a6ebb;
  text-decoration: none;
  margin-right: 0.5em;
}
div.articles-popular > div article footer,
div.articles-editors_choice > div article footer,
div.articles-latest > div article footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  line-height: 24px;
  display: inline;
}
div.articles-popular > div article footer + div.articles-popular > div article footer,
div.articles-popular > div article footer + div.articles-editors_choice > div article footer,
div.articles-popular > div article footer + div.articles-latest > div article footer,
div.articles-editors_choice > div article footer + div.articles-popular > div article footer,
div.articles-editors_choice > div article footer + div.articles-editors_choice > div article footer,
div.articles-editors_choice > div article footer + div.articles-latest > div article footer,
div.articles-latest > div article footer + div.articles-popular > div article footer,
div.articles-latest > div article footer + div.articles-editors_choice > div article footer,
div.articles-latest > div article footer + div.articles-latest > div article footer {
  margin-top: 16px;
}
div.articles-popular > div article footer time,
div.articles-editors_choice > div article footer time,
div.articles-latest > div article footer time,
div.articles-popular > div article footer img,
div.articles-editors_choice > div article footer img,
div.articles-latest > div article footer img {
  margin-right: 0.5em;
}
div.articles-popular > div article footer time,
div.articles-editors_choice > div article footer time,
div.articles-latest > div article footer time {
  white-space: nowrap;
}
div.articles-popular > div article footer img,
div.articles-editors_choice > div article footer img,
div.articles-latest > div article footer img {
  vertical-align: text-bottom;
}
div.articles-popular > div article footer img.open-access,
div.articles-editors_choice > div article footer img.open-access,
div.articles-latest > div article footer img.open-access {
  height: 17px;
}
div.articles-popular > div article footer img.editors-choice,
div.articles-editors_choice > div article footer img.editors-choice,
div.articles-latest > div article footer img.editors-choice {
  height: 13px;
  margin: 2px 0.5em 2px 0;
}
div.articles-popular > div article + article,
div.articles-editors_choice > div article + article,
div.articles-latest > div article + article {
  margin-top: 16px;
}
div.intro_widget div.content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
div.intro_widget div.content p + div.intro_widget div.content p {
  margin-top: 16px;
}
div.intro_widget div.content p + p {
  margin-top: 16px;
}
div.intro_widget div.figures figure {
  display: inline-block;
  vertical-align: top;
}
div.intro_widget div.figures figure.impact-factor {
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  text-align: center;
  height: 96px;
  width: 96px;
}
div.intro_widget div.figures figure.impact-factor dl dt {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
div.intro_widget div.figures figure.impact-factor dl dd {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 8px;
  margin-top: 0.5rem;
}
div.intro_widget div.figures figure.cover-image img {
  display: block;
  height: auto;
  width: 106px;
}
@media screen and (max-width: 768px) {
  div.intro_widget {
    position: relative;
  }
  div.intro_widget div.figures {
    display: block;
    margin: 18px auto 0;
    white-space: nowrap;
  }
  div.intro_widget div.figures.impact-factor {
    width: calc( 96px );
  }
  div.intro_widget div.figures.cover-image {
    width: calc( 106px );
  }
  div.intro_widget div.figures.impact-factor.cover-image {
    width: calc( 96px + 20px + 106px );
  }
  div.intro_widget div.figures figure {
    display: inline-block;
    white-space: normal;
  }
  div.intro_widget div.figures figure + figure {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  div.intro_widget {
    position: relative;
  }
  div.intro_widget div.content.impact-factor,
  div.intro_widget div.content.cover-image {
    width: calc( 100% - 24px - 106px );
  }
  div.intro_widget div.content.impact-factor {
    min-height: calc( 4px + 96px );
  }
  div.intro_widget div.content.cover-image {
    min-height: calc( 4px + 141px );
  }
  div.intro_widget div.content.impact-factor.cover-image {
    min-height: calc( 4px + 96px + 24px + 141px );
  }
  div.intro_widget div.figures {
    position: absolute;
    top: 4px;
    right: 0;
    width: 106px;
  }
  div.intro_widget div.figures.impact-factor.cover-image figure + figure {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  div.intro_widget {
    position: relative;
  }
  div.intro_widget div.content {
    display: inline-block;
  }
  div.intro_widget div.content.impact-factor {
    padding-right: 114px;
  }
  div.intro_widget div.content.cover-image {
    padding-right: 124px;
  }
  div.intro_widget div.content.impact-factor.cover-image {
    padding-right: 244px;
  }
  div.intro_widget div.content h2 {
    color: var(--primaryColor);
    font-size: 24px;
    line-height: 1.5;
  }
  div.intro_widget div.figures figure.impact-factor {
    position: absolute;
    top: 4px;
  }
  div.intro_widget div.figures figure.cover-image {
    position: absolute;
    top: 4px;
  }
  div.intro_widget div.figures.impact-factor.cover-image figure {
    margin-left: 18px;
  }
  div.intro_widget div.figures.impact-factor.cover-image figure.impact-factor {
    right: 131px;
  }
  div.intro_widget div.figures.impact-factor.cover-image figure.cover-image {
    right: 0;
  }
  div.intro_widget div.figures figure {
    right: 0;
  }
}
html.lt-ie10 div.intro_widget {
  position: relative;
}
html.lt-ie10 div.intro_widget div.content {
  display: inline-block;
}
html.lt-ie10 div.intro_widget div.content.impact-factor {
  padding-right: 114px;
}
html.lt-ie10 div.intro_widget div.content.cover-image {
  padding-right: 124px;
}
html.lt-ie10 div.intro_widget div.content.impact-factor.cover-image {
  padding-right: 244px;
}
html.lt-ie10 div.intro_widget div.content h2 {
  color: var(--primaryColor);
  font-size: 24px;
  line-height: 1.5;
}
html.lt-ie10 div.intro_widget div.figures figure.impact-factor {
  position: absolute;
  top: 4px;
}
html.lt-ie10 div.intro_widget div.figures figure.cover-image {
  position: absolute;
  top: 4px;
}
html.lt-ie10 div.intro_widget div.figures.impact-factor.cover-image figure {
  margin-left: 18px;
}
html.lt-ie10 div.intro_widget div.figures.impact-factor.cover-image figure.impact-factor {
  right: 131px;
}
html.lt-ie10 div.intro_widget div.figures.impact-factor.cover-image figure.cover-image {
  right: 0;
}
html.lt-ie10 div.intro_widget div.figures figure {
  right: 0;
}
div.widget.jobs-list div.view-all {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
div.widget.jobs-list div.view-all + div.widget.jobs-list div.view-all {
  margin-top: 16px;
}
div.widget.jobs-list div.view-all a {
  color: #2a6ebb;
  text-decoration: none;
}
div.widget.jobs-list div.list-of-jobs article h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.2;
}
div.widget.jobs-list div.list-of-jobs article h3 + div.widget.jobs-list div.list-of-jobs article h3 {
  margin-top: 16px;
}
div.widget.jobs-list div.list-of-jobs article h3 a {
  color: #2a6ebb;
  text-decoration: none;
}
div.widget.jobs-list div.list-of-jobs article p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  line-height: 1.2;
}
div.widget.jobs-list div.list-of-jobs article p + div.widget.jobs-list div.list-of-jobs article p {
  margin-top: 16px;
}
div.widget.jobs-list div.list-of-jobs article p.location,
div.widget.jobs-list div.list-of-jobs article p.recruiter,
div.widget.jobs-list div.list-of-jobs article p.salary {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}
div.widget.jobs-list div.list-of-jobs article p.location + div.widget.jobs-list div.list-of-jobs article p.location,
div.widget.jobs-list div.list-of-jobs article p.location + div.widget.jobs-list div.list-of-jobs article p.recruiter,
div.widget.jobs-list div.list-of-jobs article p.location + div.widget.jobs-list div.list-of-jobs article p.salary,
div.widget.jobs-list div.list-of-jobs article p.recruiter + div.widget.jobs-list div.list-of-jobs article p.location,
div.widget.jobs-list div.list-of-jobs article p.recruiter + div.widget.jobs-list div.list-of-jobs article p.recruiter,
div.widget.jobs-list div.list-of-jobs article p.recruiter + div.widget.jobs-list div.list-of-jobs article p.salary,
div.widget.jobs-list div.list-of-jobs article p.salary + div.widget.jobs-list div.list-of-jobs article p.location,
div.widget.jobs-list div.list-of-jobs article p.salary + div.widget.jobs-list div.list-of-jobs article p.recruiter,
div.widget.jobs-list div.list-of-jobs article p.salary + div.widget.jobs-list div.list-of-jobs article p.salary {
  margin-top: 16px;
}
@element div.widget.jobs-list and (max-width: 639px) {
  $this header div.view-all {
    display: none;
  }
  $this > div.view-all {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  $this > div.view-all + $this > div.view-all {
    margin-top: 16px;
  }
  $this > div.view-all a {
    color: #2a6ebb;
    text-decoration: none;
  }
  $this article + article {
    border-top: 1px solid #ccc;
    margin-top: 8.6px;
    padding-top: 8.4px;
  }
}
@element div.widget.jobs-list and (min-width: 640px) {
  $this header div.view-all {
    position: absolute;
    bottom: 16px;
    right: 0;
  }
  $this > div.view-all {
    display: none;
  }
  $this article {
    display: inline-block;
    vertical-align: top;
  }
}
@element div.widget.jobs-list and (min-width: 640px) and (max-width: 959px) {
  $this article {
    width: calc(50% - 10px);
  }
  $this article:nth-child(odd) {
    margin-right: 10px;
  }
  $this article:nth-child(even) {
    margin-left: 10px;
  }
  $this article:nth-child(2n+3),
  $this article:nth-child(2n+4) {
    border-top: 1px solid #ccc;
    margin-top: 8.6px;
    padding-top: 8.4px;
  }
}
@element div.widget.jobs-list and (min-width: 960px) {
  $this article {
    width: calc((100% / 3) - (40px / 3));
  }
  $this article:nth-child(3n+1),
  $this article:nth-child(3n+2) {
    margin-right: 10px;
  }
  $this article:nth-child(3n+2) {
    margin-left: 10px;
  }
  $this article:nth-child(3n+3) {
    margin-left: 10px;
  }
  $this article:nth-child(3n+4),
  $this article:nth-child(3n+5) {
    border-top: 1px solid #ccc;
    margin-top: 8.6px;
    padding-top: 8.4px;
  }
}
@element .video-js {
  $this {
    background-color: transparent;
    height: 56.25ew;
    width: 100%;
  }
  $this .vjs-poster {
    background-color: transparent;
  }
}
@element .media-video and (max-width: 766px) {
  $this p {
    margin-top: 16px;
  }
}
@element .media-video and (min-width: 767px) {
  $this {
    display: table;
    table-layout: fixed;
  }
  $this > div {
    display: table-row;
  }
  $this > div > div {
    display: table-cell;
    vertical-align: top;
  }
  $this > div > div.video {
    width: 66.66666667%;
  }
  $this > div > div.blurb {
    padding-left: 24px;
  }
  $this h3 {
    float: left;
    width: 66.66666667%;
  }
  $this time {
    float: left;
    width: 66.66666667%;
  }
}
.media-video h3 {
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0;
}
.media-video time {
  font-size: 14px;
  font-size: 0.875rem;
}
.media-video p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.media-video p + .media-video p {
  margin-top: 16px;
}
.media-video h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin-top: 16px;
  text-transform: uppercase;
}
.media-video h4 + .media-video h4 {
  margin-top: 16px;
}
.media-video ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
}
.media-video ul li a {
  color: #2a6ebb;
  text-decoration: none;
}
.misc-about {
  padding: 16px 0;
}
.misc-about a {
  color: white;
  text-decoration: none;
}
.misc-about a.more {
  font-weight: bold;
}
.misc-about p {
  color: white;
  font-size: 16px;
  line-height: 1.5;
}
.misc-about p + p {
  margin-top: 16px;
}
.misc-about div.more {
  margin-top: 20px;
}
.misc-about div.more > div > div {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  height: 45px;
}
.misc-about div.more > div > div a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .misc-about .logo {
    text-align: center;
    width: 100%;
  }
  .misc-about .logo img {
    height: 40px;
    margin-top: 4px;
  }
  .misc-about .columns .content {
    margin-top: 20px;
  }
  .misc-about .columns:not(.open) .content.col1 span,
  .misc-about .columns:not(.open) .content.col2 {
    display: none;
  }
  .misc-about .more a {
    width: 100%;
  }
  .misc-about .more div.expandable div {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 12px;
    top: 12px;
  }
  .misc-about .more div.expandable div svg {
    fill: white;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .misc-about > .table {
    display: table;
    table-layout: fixed;
  }
  .misc-about > .table > .row {
    display: table-row;
  }
  .misc-about > .table > .row > div {
    display: table-cell;
    color: white;
    vertical-align: top;
  }
  .misc-about > .table > .row > div.logo img {
    height: 50px;
    margin: 24px 20px 0 0;
  }
  .misc-about > .table > .row > div.table:not(.open) .content.col2 {
    display: none;
  }
  .misc-about > .table > .row > div.table .content + .content {
    margin-top: 16px;
  }
  .misc-about > .table > .row > div.table .more > div {
    text-align: right;
  }
  .misc-about > .table > .row > div.table .more > div > div {
    display: inline-block;
    height: 45px;
  }
  .misc-about > .table > .row > div.table .more > div > div a {
    display: block;
    padding: 0 80px;
  }
  .misc-about > .table > .row > div.table .more > div > div div.expandable div {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 15px;
  }
  .misc-about > .table > .row > div.table .more > div > div div.expandable div svg {
    fill: white;
  }
  .misc-about > .table .columns {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .misc-about div.columns:not(.open) .more a span:last-of-type {
    display: none;
  }
  .misc-about div.columns:not(.open) .more .collapse {
    display: none !important;
  }
  .misc-about div.columns.open .more a span:first-of-type {
    display: none;
  }
  .misc-about div.columns.open .more .expand {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .misc-about .table {
    display: table;
    table-layout: fixed;
  }
  .misc-about .table .row {
    display: table-row;
  }
  .misc-about .table .row > div {
    display: table-cell;
    color: white;
    vertical-align: top;
  }
  .misc-about .table .row > div.logo img {
    height: 50px;
    margin: 24px 20px 0 0;
  }
  .misc-about .table .row > div.content {
    width: 50%;
  }
  .misc-about .table .row > div.more {
    display: none;
  }
  .misc-about .table.columns {
    border-spacing: 20px;
  }
}
html.lt-ie10 .misc-about .table {
  display: table;
  table-layout: fixed;
}
html.lt-ie10 .misc-about .table .row {
  display: table-row;
}
html.lt-ie10 .misc-about .table .row > div {
  display: table-cell;
  color: white;
  vertical-align: top;
}
html.lt-ie10 .misc-about .table .row > div.logo img {
  height: 50px;
  margin: 24px 20px 0 0;
}
html.lt-ie10 .misc-about .table .row > div.content {
  width: 50%;
}
html.lt-ie10 .misc-about .table .row > div.more {
  display: none;
}
html.lt-ie10 .misc-about .table.columns {
  border-spacing: 20px;
}
.wrapper {
  position: relative;
}
.wrapper .spinner {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.misc-altmetrics {
  font-size: 0;
}
.misc-altmetrics article {
  clear: both;
  display: inline-block;
  padding-left: 79px;
  position: relative;
  min-height: 64px;
  margin-bottom: 25px;
  vertical-align: top;
}
.misc-altmetrics article:first-of-type {
  margin-top: 4px;
}
.misc-altmetrics article:last-of-type {
  margin-bottom: 0;
}
.misc-altmetrics article figure {
  position: absolute;
  top: 0;
  left: 0;
}
.misc-altmetrics article figure img {
  width: 64px;
  height: 64px;
}
.misc-altmetrics article h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline;
}
.misc-altmetrics article h4 + .misc-altmetrics article h4 {
  margin-top: 16px;
}
.misc-altmetrics article h4 a {
  color: #2a6ebb;
  text-decoration: none;
  display: inline;
  margin-right: 0.5em;
}
.misc-altmetrics article footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  line-height: 24px;
  display: inline;
}
.misc-altmetrics article footer + .misc-altmetrics article footer {
  margin-top: 16px;
}
.misc-altmetrics article footer time {
  white-space: nowrap;
}
@element #altmetrics and (min-width: 901px) {
  $this article {
    width: calc(((100% - 40px) / 3) - 64px - 15px);
  }
  $this article:nth-child(3n+1) {
    margin-right: 13.33333333px;
  }
  $this article:nth-child(3n+2) {
    margin: 0 6.66666667px;
  }
  $this article:nth-child(3n+3) {
    margin-left: 13.33333333px;
  }
}
@element #altmetrics and (max-width: 900px) and (min-width: 601px) {
  $this article {
    width: calc(50% - 10px - 64px - 15px);
  }
  $this article:nth-child(odd) {
    margin-right: 10px;
  }
  $this article:nth-child(even) {
    margin-left: 10px;
  }
}
@element #altmetrics and (max-width: 600px) {
  $this article {
    width: calc(100% - 64px - 15px);
  }
}
div.widget.misc-authors div.blurb p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
div.widget.misc-authors div.blurb p + div.widget.misc-authors div.blurb p {
  margin-top: 16px;
}
div.widget.misc-authors figure.impact-factor {
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  text-align: center;
  height: 96px;
  width: 96px;
}
div.widget.misc-authors figure.impact-factor dl dt {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
div.widget.misc-authors figure.impact-factor dl dd {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 8px;
  margin-top: 0.5rem;
}
div.widget.misc-authors div.cta a {
  color: white;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
}
@media screen and (max-width: 480px) {
  div.widget.misc-authors div.blurb {
    display: none;
  }
}
@element div.widget.misc-authors and (max-width: 425px) {
  $this > div {
    min-height: 96px;
  }
  $this > div div.blurb {
    padding-bottom: 30px;
  }
  $this > div figure.impact-factor {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  $this > div.impact-factor div.cta {
    margin-top: -246px;
    min-height: 246px;
  }
  $this > div div.cta div div a {
    display: block;
    width: 100%;
  }
  $this > div div.cta div div + div a {
    margin-top: 20px;
  }
}
@element div.widget.misc-authors and (min-width: 426px) and (max-width: 640px) {
  $this > div {
    position: relative;
  }
  $this > div.impact-factor div.blurb {
    padding-right: 136px;
  }
  $this > div.impact-factor figure.impact-factor {
    position: absolute;
    top: 4px;
    right: 0;
  }
  $this > div:not(.impact-factor) figure.impact-factor {
    display: none;
  }
  $this > div div.cta div {
    display: inline;
  }
  $this > div div.cta div div {
    display: inline;
  }
  $this > div div.cta div div a {
    display: inline-block;
    margin-top: 40px;
    width: calc(50% - 10px);
  }
  $this > div div.cta div div + div a {
    margin-left: 20px;
    margin-top: 20px;
  }
}
@element div.widget.misc-authors and (min-width: 641px) and (max-width: 960px) {
  $this div.blurb {
    display: inline-block;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  $this figure.impact-factor {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
  }
  $this div.cta {
    display: inline-block;
    float: right;
    width: calc(50% - 40px - 96px);
  }
  $this div.cta div div a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  $this div.cta div div + div a {
    margin-top: 20px;
  }
}
@element div.widget.misc-authors and (min-width: 961px) {
  $this div.blurb {
    display: inline-block;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  $this figure.impact-factor {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
  }
  $this div.cta {
    display: table;
    table-layout: fixed;
    border-spacing: 20px;
    vertical-align: top;
    margin-top: -16px;
    margin-right: -16px;
    width: calc(50% - 4px - 96px);
    float: right;
  }
  $this div.cta > div {
    display: table-row;
  }
  $this div.cta > div > div {
    display: table-cell;
    width: 50%;
  }
  $this div.cta > div > div > div {
    display: block;
    height: 45px;
    width: 100%;
  }
  $this div.cta > div > div > div a {
    display: block;
    height: 45px;
    width: 100%;
  }
  $this div.cta > div > div + div {
    margin-left: 20px;
  }
}
.misc-blog article {
  margin-bottom: 25px;
}
div.widget.misc-blog {
  font-size: 0;
}
div.widget.misc-blog article {
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
}
div.widget.misc-blog article h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline;
}
div.widget.misc-blog article h4 + div.widget.misc-blog article h4 {
  margin-top: 16px;
}
div.widget.misc-blog article h4 a {
  color: #2a6ebb;
  text-decoration: none;
  display: inline;
}
div.widget.misc-blog article:first-of-type {
  margin-top: 4px;
}
div.widget.misc-blog article:last-of-type {
  margin-bottom: 0;
}
div.widget.misc-blog article footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  line-height: 24px;
  padding-bottom: 0;
}
div.widget.misc-blog article footer + div.widget.misc-blog article footer {
  margin-top: 16px;
}
div.widget.misc-blog article footer ul li {
  display: inline;
}
div.widget.misc-blog article footer ul li a {
  color: #2a6ebb;
  text-decoration: none;
}
div.widget.misc-blog article footer ul li::after {
  content: ",";
}
div.widget.misc-blog article footer ul li:last-of-type::after {
  content: "";
}
@element #blog and (min-width: 901px) {
  $this article {
    width: calc((100% - 40px) / 3);
  }
  $this article:nth-child(3n+1) {
    margin-right: 13.33333333px;
  }
  $this article:nth-child(3n+2) {
    margin: 0 6.66666667px;
  }
  $this article:nth-child(3n+3) {
    margin-left: 13.33333333px;
  }
}
@element #blog and (max-width: 900px) and (min-width: 601px) {
  $this article {
    width: calc(50% - 10px);
  }
  $this article:nth-child(odd) {
    margin-right: 10px;
  }
  $this article:nth-child(even) {
    margin-left: 10px;
  }
}
@element #blog and (max-width: 600px) {
  $this article {
    width: 100%;
  }
}
div.widget.misc-current_issue ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
div.widget.misc-current_issue ul li + div.widget.misc-current_issue ul li {
  margin-top: 16px;
}
div.widget.misc-current_issue ul li a {
  color: #2a6ebb;
  text-decoration: none;
}
div.widget.misc-current_issue ul li + li {
  margin-top: 16px;
}
div.widget.misc-current_issue figure {
  width: 105px;
}
div.widget.misc-current_issue figure img {
  width: 100%;
}
@element .misc-current_issue and (max-width: 640px) {
  $this ul li:last-of-type {
    margin-bottom: 16px;
  }
  $this figure {
    margin: 16px auto 0;
  }
}
@element .misc-current_issue and (min-width: 641px) {
  $this {
    padding-left: 145px;
    min-height: 140px;
  }
  $this > div {
    display: table;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    position: relative;
  }
  $this > div > div {
    display: table-row;
  }
  $this > div > div ul {
    display: table-cell;
    width: 50%;
  }
  $this > div > div ul:first-of-type {
    border-right: 20px solid transparent;
  }
  $this > div > div ul:last-of-type {
    border-left: 20px solid transparent;
  }
  $this > div > div figure {
    position: absolute;
    top: 0;
    left: -145px;
  }
}
div.misc-related_journals.horizontal article {
  display: inline-block;
  vertical-align: top;
}
div.misc-related_journals article figure.cover-image img {
  display: block;
  height: auto;
  width: 106px;
}
div.misc-related_journals article h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 16px;
  margin-top: 0;
}
div.misc-related_journals article h3 + div.misc-related_journals article h3 {
  margin-top: 16px;
}
div.misc-related_journals article p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
div.misc-related_journals article p + div.misc-related_journals article p {
  margin-top: 16px;
}
div.misc-related_journals article p:first-of-type {
  margin-top: 6px;
}
div.misc-related_journals article a {
  color: #2a6ebb;
  text-decoration: none;
}
@element div.misc-related_journals and (max-width: 599px) {
  div.misc-related_journals article {
    width: 100%;
  }
  div.misc-related_journals article:nth-child(n+2) {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@element div.misc-related_journals.horizontal and (min-width: 600px) and (max-width: 799px) {
  div.misc-related_journals.horizontal article {
    width: calc(50% - 40px);
    border-top: 0 !important;
  }
  div.misc-related_journals.horizontal article:nth-child(2n+2) {
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  div.misc-related_journals.horizontal article:nth-child(n+3),
  div.misc-related_journals.horizontal article:nth-child(n+4) {
    margin-top: 40px !important;
    padding-top: 0 !important;
  }
}
@element div.misc-related_journals.horizontal and (min-width: 800px) {
  div.misc-related_journals.horizontal article {
    width: calc((100% - 80px) / 3);
    border-top: 0 !important;
  }
  div.misc-related_journals.horizontal article:nth-child(3n+2),
  div.misc-related_journals.horizontal article:nth-child(3n+3) {
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding-left: 20px;
    width: calc(((100% - 80px) / 3) - 20px);
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  div.misc-related_journals.horizontal article:nth-child(3n+5),
  div.misc-related_journals.horizontal article:nth-child(3n+6),
  div.misc-related_journals.horizontal article:nth-child(3n+7) {
    margin-top: 40px !important;
    padding-top: 0 !important;
  }
}
@element div.misc-related_journals article and (max-width: 299px) {
  $this aside h3 {
    margin-top: 6px;
  }
}
@element div.misc-related_journals article and (min-width: 300px) {
  $this div {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
  }
  $this div > div {
    display: table-row;
  }
  $this div > div figure {
    display: table-cell;
    width: 125px;
    vertical-align: top;
  }
  $this div > div aside {
    display: table-cell;
    vertical-align: top;
  }
}
div.widget article footer img {
  height: 16px;
}
