/* RESET CSS */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
  min-width: 0;
  min-height: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 100%;
  margin: 0;
}
img {
  vertical-align: bottom;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.loading {
  font-size: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  background: url(fonts/loading.svg) no-repeat right center / 1em 1em;
  background-size: 1em 1em;
  z-index: 1;
  transition: all 0.3s;
}
.loading img {
  border-radius: 50%;
}
.is-loading .loading {
  margin-top: 48px;
  opacity: 1;
  font-size: 40px;
  animation: loadingRotation 1s infinite linear;
}
.loading span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@keyframes loadingRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.common-button {
  font: 600 13px/1.2em "Open Sans";
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
  text-align: left;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #fff;
  padding: 1.5em 2.5em;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  width: 280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
.common-button:hover {
  color: #000;
}
a.common-button {
  display: inline-block;
}
.common-button.load-more::after,
.common-button.link-to::after {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-hpp";
  font-size: 2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
}
.common-button:hover {
  border-color: transparent;
  background: #f7c127;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}
.common-button:active {
  box-shadow: none;
}
div[class*="g-CB-"] {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .isolated div[class*="g-CB-"] {
    right: 20px;
  }
}
.g-CB-healthparliament {
  display: none;
}
.g-CB-sic {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/310/145/d82e7a24-81ce-4529-a6b5-577e53e4e57a/SIC.svg");
  width: 42px;
  height: 20px;
}
.g-CB-expresso {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/2a5/418/4068f1be-6b38-48c7-9ef1-267d8926f3ad/EXPRESSO.svg");
  width: 90px;
  height: 20px;
}
.g-CB-sicnot {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/a32/15d/29869149-2008-4d8b-876d-23d830e4fef6/SIC-Noticias.svg");
  width: 60px;
  height: 20px;
}
.g-CB-vidaextra {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/cc0/9ee/191a5b69-f9a8-4460-9d41-b6bbb9330b22/VidaExtra.svg");
  width: 90px;
  height: 20px;
}
.g-CB-bcbm {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/971/f6d/6f9d255d-6231-439f-bb45-066ecc0bbee8/BCBM.svg");
  width: 120px;
  height: 20px;
}
.social-links,
.share-buttons {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.social-links a,
.share-buttons a {
  color: rgba(0, 0, 0, 0.6);
  transition-property: color;
  transition-duration: 0.3s;
}
.social-links a:hover,
.share-buttons a:hover {
  color: #000000;
}
.social-links li,
.share-buttons li {
  width: 2em;
  height: auto;
  margin-right: 0.25em;
}
@media screen and (min-width:768px) {
  .social-links li,
  .share-buttons li {
    margin-right: 1em;
  }
}
.social-links .icon,
.share-buttons .icon {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  overflow: hidden;
  overflow: visible;
  transition: all 0.3s;
  cursor: pointer;
}
.social-links .icon img,
.share-buttons .icon img {
  border-radius: 50%;
}
.social-links .icon::before,
.share-buttons .icon::before {
  line-height: 2em;
}
.social-links .icon span,
.share-buttons .icon span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.share-buttons {
  font-size: 20px;
  color: #4a4a4a;
}
.share-buttons a {
  color: #4a4a4a;
  transition-property: color;
  transition-duration: 0.3s;
}
.share-buttons a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.share-buttons ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.share-buttons ul .icon {
  background: #fff;
}
.share-buttons ul .icon:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #f7c127;
}
.share-buttons ul .show-more {
  display: none;
}
nav {
  font: 700 14px/1.25em "Open Sans";
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
nav a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
nav a:hover {
  color: rgba(0, 0, 0, 0.85);
}
nav .nav-title {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d1d1d1;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
}
nav li {
  display: inherit;
  margin: 0 0.5em;
}
nav a {
  display: flex;
  align-items: center;
}
nav a.current {
  font-weight: 700;
}
nav a img {
  width: auto;
  height: 2.5em;
  margin-right: 0.5em;
}
.label {
  font: 600 14px/1.2em "Open Sans";
  color: #000;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}
.label::before {
  display: block;
  content: '';
  width: 2.3em;
  height: 2px;
  background: #f7c127;
  margin-bottom: 0.5em;
}
@media screen and (min-width:768px) {
  .label::before {
    width: 3em;
    height: 5px;
    margin-bottom: 0.95em;
  }
}
@media screen and (max-width:767px) {
  .label {
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .label {
    font-weight: 400;
    font-size: 30px;
    width: auto;
    align-items: center;
  }
}
@media screen and (min-width:1024px) {
  .label {
    font-size: 40px;
  }
}
.article-related .label {
  font-size: 16px;
}
@media screen and (max-width:639px) {
  .article-related .label {
    align-self: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width:1280px) {
  .article-related .label {
    font-size: 24px;
  }
}
.label.page-label {
  margin-bottom: 32px;
}
@media screen and (min-width:768px) {
  .label.page-label {
    margin-bottom: 48px;
  }
}
.teaser-article.no-picture .title {
  position: relative;
}
.teaser-article.no-picture .title::before {
  content: "";
  padding-right: 0.25em;
  display: inline-block;
  font: normal normal normal 16px/1 "icons-hpp";
  font-size: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
}
.teaser-article.has-picture .teaser-image {
  position: relative;
}
.teaser-article.has-picture .teaser-image::before {
  content: "";
  display: inline-block;
  font: normal normal normal 16px/1 "icons-hpp";
  font-size: 25px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  overflow: hidden;
  color: #f7c127;
  background: #fff;
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 1em;
  transition: all 0.3s;
}
.teaser-article.has-picture .teaser-image::before img {
  border-radius: 50%;
}
.teaser-article.has-picture:hover .teaser-image::before {
  color: #fff;
  background: #f7c127;
}
.teaser-article.no-picture .title::before,
.teaser-article.has-picture .teaser-image::before {
  display: none;
}
.teaser-article.AT-video.no-picture .title::before,
.teaser-article.AT-video.has-picture .teaser-image::before {
  display: inline-block;
  text-indent: 0.15em;
}
.teaser-article.AT-gallery.no-picture .title::before,
.teaser-article.AT-gallery.has-picture .teaser-image::before {
  display: inline-block;
}
.teaser-article.AT-playlist.no-picture .title::before,
.teaser-article.AT-playlist.has-picture .teaser-image::before {
  display: inline-block;
}
.teaser-article.AT-infograph.no-picture .title::before,
.teaser-article.AT-infograph.has-picture .teaser-image::before {
  display: inline-block;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0ZdctGAK6b.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUdhrIqWxjaPX.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUNhrIqWxjaPX.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhvKKSTjw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhvKKSTjw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7Cwk6YvM.woff) format('woff');
}
@font-face {
  font-family: 'icons-hpp';
  src: url(fonts/icons-hpp.eot);
  src: url(fonts/icons-hpp.eot#iefix) format('embedded-opentype'), url(fonts/icons-hpp.woff2) format('woff2'), url(fonts/icons-hpp.woff) format('woff'), url(fonts/icons-hpp.ttf) format('truetype'), url(fonts/icons-hpp.svg#icons-hpp) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-hpp";
  font-size: inherit;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
}
.icon-facebook:before {
  content: '\21';
}
/* '!' */
.icon-instagram:before {
  content: '\22';
}
/* '&quot;' */
.icon-linkedin:before {
  content: '\23';
}
/* '#' */
.icon-pinterest:before {
  content: '\24';
}
/* '$' */
.icon-google:before {
  content: '\25';
}
/* '%' */
.icon-twitter:before {
  content: '\26';
}
/* '&amp;' */
.icon-whatsapp:before {
  content: '\27';
}
/* ''' */
.icon-mail:before {
  content: '\2f';
}
/* '/' */
.icon-gallery:before,
.teaser-article.AT-gallery.no-picture .title::before,
.teaser-article.AT-gallery.has-picture .teaser-image::before {
  content: '\31';
}
/* '1' */
.icon-user:before {
  content: '\32';
}
/* '2' */
.icon-resize-small:before {
  content: '\33';
}
/* '3' */
.icon-resize-full:before {
  content: '\34';
}
/* '4' */
.icon-youtube:before {
  content: '\35';
}
/* '5' */
.icon-playlist:before,
.teaser-article.AT-playlist.no-picture .title::before,
.teaser-article.AT-playlist.has-picture .teaser-image::before {
  content: '\e800';
}
/* '' */
.icon-infograph:before,
.teaser-article.AT-infograph.no-picture .title::before,
.teaser-article.AT-infograph.has-picture .teaser-image::before {
  content: '\e801';
}
/* '' */
.icon-share:before {
  content: '\e802';
}
/* '' */
.icon-messenger:before {
  content: '\e805';
}
/* '' */
.icon-down-open:before {
  content: '\e806';
}
/* '' */
.icon-left-open:before,
.slider .icon-previous::before,
.slick-wrapper .slick-prev::before {
  content: '\e807';
}
/* '' */
.icon-right-open:before,
.common-button.link-to::after,
.slider .icon-next::before,
.slick-wrapper .slick-next::before {
  content: '\e808';
}
/* '' */
.icon-up-open:before {
  content: '\e809';
}
/* '' */
.icon-cancel:before,
.opened-header-search .header-search-wrapper .header-search-trigger::before,
.sidenav-open.sidenav-wrapper .sidenav-trigger::before {
  content: '\e815';
}
/* '' */
.icon-menu:before {
  content: '\e816';
}
/* '' */
.icon-more:before,
.common-button.load-more::after {
  content: '\e817';
}
/* '' */
.icon-search:before {
  content: '\e818';
}
/* '' */
.icon-video:before,
.teaser-article.AT-video.no-picture .title::before,
.teaser-article.AT-video.has-picture .teaser-image::before {
  content: '\f00f';
}
/* '' */
.icon-down:before {
  content: '\f175';
}
/* '' */
.icon-up:before {
  content: '\f176';
}
/* '' */
.icon-left:before {
  content: '\f177';
}
/* '' */
.icon-right:before {
  content: '\f178';
}
/* '' */
body {
  max-width: 100vw;
  background: #fff;
}
main {
  padding-top: 32px;
}
.main-section.full-width .main-section-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width:1024px) {
  .main-section.small-width .main-section-inner {
    width: 70%;
  }
}
.main-section.boxed-section {
  padding: 48px 0;
  margin-bottom: 48px;
  background: #faf9f0;
}
.main-section.light-theme {
  background: #fff;
}
.main-section .main-section-inner {
  margin: 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width:480px) {
  .main-section .main-section-inner {
    margin: 0 48px;
  }
}
@media screen and (min-width:1024px) {
  .main-section .main-section-inner {
    width: 80vw;
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
.main-section .main-container {
  width: 100%;
  flex-shrink: 1;
}
.main-section .sidebar {
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .main-section .sidebar {
    width: 300px;
    flex-shrink: 0;
  }
  .main-section .sidebar.left-sidebar {
    order: -1;
    margin-right: 48px;
  }
  .main-section .sidebar.right-sidebar {
    order: 1;
    margin-left: 48px;
  }
}
@media screen and (min-width:1024px) {
  .main-section .sidebar.thin-sidebar {
    width: 150px;
  }
}
.main-section .sidebar .sidebar-inner {
  margin-bottom: 48px;
}
@media screen and (min-width:1024px) {
  .main-section .sidebar .sidebar-inner {
    position: sticky;
    top: 202px;
    transition: top 0.3s;
  }
  .collapsed-header .main-section .sidebar .sidebar-inner {
    top: 104px;
  }
}
.main-header-placeholder {
  height: 56px;
}
@media screen and (min-width:768px) {
  .main-header-placeholder {
    height: 100px;
  }
}
@media screen and (min-width:1280px) {
  .main-header-placeholder {
    height: 125px;
  }
}
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.collapsed-header .main-header {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.main-header .main-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .main-header .main-header-inner {
    align-items: flex-end;
    margin-right: 16px;
  }
}
.main-header .main-header-inner .main-header-head {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #eee;
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  .main-header .main-header-inner .main-header-head {
    height: 30px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width:1280px) {
  .main-header .main-header-inner .main-header-head {
    justify-content: space-between;
    padding: 0 35px;
  }
}
.main-header .main-header-inner .main-header-head .l-wrapper {
  display: none;
}
@media screen and (min-width:1280px) {
  .main-header .main-header-inner .main-header-head .l-wrapper {
    display: flex;
    align-items: center;
  }
}
.collapsed-header .main-header .main-header-inner .main-header-head {
  height: 0;
  opacity: 0;
}
.main-header .main-header-inner .main-header-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 25px 0 56px;
}
@media screen and (max-width:767px) {
  .main-header .main-header-inner .main-header-body {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (min-width:768px) {
  .main-header .main-header-inner .main-header-body {
    height: 100px;
    padding: 0 46px 0 46px;
  }
}
@media screen and (min-width:1280px) {
  .main-header .main-header-inner .main-header-body {
    height: 125px;
    padding: 0 90px 0 56px;
  }
}
.main-header .row {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 1;
  padding: 0 56px;
  transition: all 0.3s;
}
@media screen and (min-width:1024px) {
  .main-header .row {
    padding: 0 48px;
  }
}
.main-header .column {
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.main-header .column-first,
.main-header .column-last {
  padding: 16px 0;
}
@media screen and (max-width:1023px) {
  .main-header .column-first,
  .main-header .column-last {
    display: none;
  }
}
.main-header .column-first {
  align-items: flex-start;
}
.main-header .column-last {
  align-items: flex-end;
}
.main-header .nav-redes {
  font-size: 16px;
  color: #99A9B3;
}
.main-header .nav-redes a {
  color: #99A9B3;
  transition-property: color;
  transition-duration: 0.3s;
}
.main-header .nav-redes a:hover {
  color: rgba(153, 169, 179, 0.85);
}
.main-header .nav-redes .icon {
  width: 1.5em;
  height: 1.5em;
  overflow: visible;
  transition: all 0.3s;
  cursor: pointer;
}
.main-header .nav-redes .icon::before {
  line-height: 1.5em;
}
.main-header .nav-redes .icon span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.main-header .nav-assinaturas {
  font: 400 13px/1.25em "Open Sans";
  color: rgba(0, 0, 0, 0.6);
}
.main-header .nav-assinaturas a {
  color: rgba(0, 0, 0, 0.6);
  transition-property: color;
  transition-duration: 0.3s;
}
.main-header .nav-assinaturas a:hover {
  color: #000000;
}
.main-header .logo {
  flex-shrink: 0;
  width: 103.968px;
  height: 48px;
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  .main-header .logo {
    width: 181.944px;
    height: 84px;
  }
}
@media screen and (min-width:1024px) {
  .main-header .logo {
    width: 181.944px;
    height: 84px;
  }
}
.main-header .logo .amp-fixed-img-container {
  width: 103.968px;
  height: 48px;
}
.main-header .logo img {
  width: auto;
  height: 100%;
}
.main-header .logo span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.main-header .logo.logo-small {
  width: 86.64px;
  height: 40px;
}
@media screen and (min-width:1024px) {
  .main-header .logo.logo-small {
    width: 0;
    height: 0;
  }
  .collapsed-header .main-header .logo.logo-small {
    width: 86.64px;
    height: 40px;
    padding: 0 8px 0 0;
  }
}
.main-header .logo.logo-small .amp-fixed-img-container {
  width: 86.64px;
  height: 40px;
}
.main-header .brands {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.035em;
  color: rgba(0, 0, 0, 0.6);
}
.main-header .brands a {
  color: rgba(0, 0, 0, 0.6);
  transition-property: color;
  transition-duration: 0.3s;
}
.main-header .brands a:hover {
  color: #000000;
}
.main-header .brands a.current {
  color: #000000;
}
.main-header .links {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  color: #888;
}
.main-header .links a {
  color: #888;
  transition-property: color;
  transition-duration: 0.3s;
}
.main-header .links a:hover {
  color: #555555;
}
.main-header .links li:last-child {
  margin-right: 0;
}
@media screen and (max-width:1023px) {
  .main-header .links img {
    display: none;
  }
}
.main-header .links img + span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.main-header .slogan,
.main-header .current-date {
  font: 400 14px/1.2em "Open Sans";
  color: #555;
}
.main-header .main-menu {
  font-family: "Open Sans";
  font-size: 12px;
  position: relative;
}
.main-header .main-menu ul {
  flex-wrap: nowrap;
}
.main-header .main-menu ul li:hover > ul,
.main-header .main-menu ul li:focus-within > ul {
  display: inherit;
  background: white;
  z-index: 2;
  position: absolute;
}
.main-header .main-menu ul li:hover > ul a,
.main-header .main-menu ul li:focus-within > ul a {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
}
.main-header .main-menu ul li:hover > ul a.current,
.main-header .main-menu ul li:focus-within > ul a.current {
  background: none;
  border-bottom: 2px solid #ffdd02;
  padding: 0;
}
.main-header .main-menu ul li:hover ~ li a.current ~ ul,
.main-header .main-menu ul li:focus-within ~ li a.current ~ ul {
  display: none;
}
.main-header .main-menu ul li ul {
  position: absolute;
  right: 4px;
  bottom: -40px;
  left: 0;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  display: none;
}
.main-header .main-menu ul li ul li {
  height: 20px;
}
.main-header .main-menu ul li ul li:first-of-type:before {
  content: "";
}
.main-header .main-menu ul li ul li:before {
  content: "/";
  margin-right: 20px;
  line-height: 2.1em;
}
.main-header .main-menu ul li ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  border-bottom: 2px solid transparent;
}
.main-header .main-menu ul li ul li a.current,
.main-header .main-menu ul li ul li a:hover {
  background: none;
  border-bottom: 2px solid #ffdd02;
}
.main-header .main-menu li {
  white-space: nowrap;
}
.main-header .main-menu a {
  background-color: transparent;
  padding: 4px 8px;
}
.main-header .main-menu a.current ~ ul {
  display: inherit;
}
.main-header .main-menu a.current,
.main-header .main-menu a:hover {
  background-color: #ffdd02;
}
@media screen and (max-width:1023px) {
  .main-header .main-menu {
    display: none;
  }
}
.main-header .social-links {
  font-size: 16px;
}
.main-header .debug-buttons {
  font: 700 16px/1em "Georgia";
  color: #fff;
  margin: 0 0.5em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width:1023px) {
  .main-header .debug-buttons {
    display: none;
  }
}
.header-search-wrapper {
  z-index: 2;
}
.header-search-wrapper .header-search-trigger {
  top: calc(50% - 8px);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 40px;
  font-size: 21px;
  background: transparent;
  z-index: 1;
  color: rgba(0, 0, 0, 0.6);
  transition-property: color;
  transition-duration: 0.3s;
  transition: all 0.3s;
}
.header-search-wrapper .header-search-trigger:hover {
  color: #000000;
}
.header-search-wrapper .header-search-trigger span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media screen and (max-width:1023px) {
  .header-search-wrapper .header-search-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .header-search-wrapper .header-search-trigger:hover {
    color: rgba(0, 0, 0, 0.85);
  }
}
.collapsed-header .header-search-wrapper .header-search-trigger {
  right: 0;
  top: calc(50% - 20px);
  transition: all 0.3s;
}
.header-search-wrapper .search-wrapper {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  width: 0;
  opacity: 0;
  height: calc(100% - 30px);
  background: white;
  overflow: hidden;
  transition: all 0.3s;
  margin: 0;
}
.opened-header-search .header-search-wrapper .search-wrapper {
  opacity: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.collapsed-header .header-search-wrapper .search-wrapper {
  top: 0;
  height: 100%;
}
.header-search-wrapper .search-wrapper .search-bar {
  position: absolute;
  width: calc(100% - 60px);
  top: calc(50% - 17px);
  right: 56px;
  padding-left: 56px;
}
.collapsed-header .header-search-wrapper .search-wrapper .search-bar {
  width: calc(100% - 60px);
  top: calc(50% - 17px);
}
@media screen and (max-width:767px) {
  .header-search-wrapper {
    display: none;
  }
}
.list-recomendacoes li {
  width: 33.333%;
  min-height: 190px;
}
.list-recomendacoes li .teaser-article.no-picture .article-link:before {
  content: none;
  background: none;
}
.list-recomendacoes li .headline-article {
  min-height: 190px;
}
.list-recomendacoes li .headline-article .text-details .title {
  font-size: 22px;
}
.list-recomendacoes li:nth-child(4n+1) article {
  background-color: #ffd959;
}
.list-recomendacoes li:nth-child(4n+2) article {
  background-color: #ffdd02;
}
.list-recomendacoes li:nth-child(4n+3) article {
  background-color: #f7c127;
}
.list-recomendacoes li:nth-child(4n+4) article {
  background-color: #e8b526;
}
.list-recomendacoes .teaser-article.no-picture.teaser-article.no-picture .teaser-article-inner {
  display: contents;
}
.list-recomendacoes .teaser-article.no-picture.teaser-article.no-picture .teaser-article-inner::before {
  background-image: none;
  padding-bottom: 0;
}
.list-recomendacoes .teaser-article.no-picture.teaser-article.no-picture .teaser-article-inner .text-details {
  padding: 24px;
  position: absolute;
  bottom: 0;
}
.search-wrapper {
  margin: 0 48px 48px 48px;
}
@media screen and (min-width:480px) {
  .search-wrapper {
    margin: 0 0 48px 0;
  }
}
.search-bar {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: #fff;
  overflow: hidden;
}
.search-bar .search-input {
  font: 400 16px/22px "Open Sans";
  color: #4a4a4a;
  margin-left: 56px;
  width: 100%;
  height: 32px;
  border-bottom: solid 1px #f7c127;
}
.search-bar .search-input::placeholder {
  color: rgba(74, 74, 74, 0.2);
  padding-left: 0.5em;
  font-size: 16px;
}
.search-bar .search-submit {
  font-size: 21px;
  color: #444;
  background: #fff;
  height: 32px;
  padding: 0 1em;
}
.search-bar .search-submit:hover {
  color: #111111;
}
.search-bar .search-submit span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.search-bar:before {
  content: "PESQUISA";
  font: 400 24px/1.2em "Open Sans";
  color: black;
  letter-spacing: 0.32px;
}
.search-highlight {
  font-style: normal;
  margin: 0 0.25em;
  padding-bottom: 0.1em;
  background: rgba(247, 193, 39, 0.2);
  box-shadow: -0.25em 0 0 0 rgba(247, 193, 39, 0.2), 0.25em 0 0 0 rgba(247, 193, 39, 0.2);
}
.sidenav-wrapper {
  position: absolute;
  left: 0;
  transition: all 0.3s;
  height: calc(100% - 103px);
}
@media screen and (min-width:768px) {
  .sidenav-wrapper {
    height: calc(100% - 98px);
  }
}
@media screen and (min-width:1280px) {
  .sidenav-wrapper {
    height: calc(100% - 118px);
    display: none;
  }
}
.collapsed-header .sidenav-wrapper {
  height: calc(100% - 0);
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  .collapsed-header .sidenav-wrapper {
    height: calc(100% - 40px);
  }
}
@media screen and (min-width:1280px) {
  .collapsed-header .sidenav-wrapper {
    height: calc(100% - 60px);
  }
}
@media screen and (max-width:767px) {
  .sidenav-wrapper {
    height: 40px;
    transition: all 0.3s;
  }
}
.sidenav-wrapper .sidenav-trigger {
  z-index: 3;
  transition: all 0.3s;
  position: absolute;
  bottom: auto;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: transparent;
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
  text-align: left;
}
.sidenav-wrapper .sidenav-trigger:hover {
  color: rgba(0, 0, 0, 0.6);
}
.sidenav-open.sidenav-wrapper .sidenav-trigger {
  font-size: 18px;
  transition: all 0.3s;
  padding-left: 5px;
}
.sidenav-wrapper .sidenav-trigger span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media screen and (max-width:1279px) {
  .sidenav-wrapper .sidenav-trigger {
    position: absolute;
    color: #000;
    transition-property: color;
    transition-duration: 0.3s;
    padding-left: 5px;
    transition: all 0.3s;
  }
  .sidenav-wrapper .sidenav-trigger:hover {
    color: rgba(0, 0, 0, 0.85);
  }
}
.collapsed-header .sidenav-wrapper .sidenav-trigger,
.opened-header-search .sidenav-wrapper .sidenav-trigger {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
  transition: all 0.3s;
}
.collapsed-header .sidenav-wrapper .sidenav-trigger:hover,
.opened-header-search .sidenav-wrapper .sidenav-trigger:hover {
  color: rgba(0, 0, 0, 0.6);
}
.collapsed-header .sidenav-wrapper .sidenav-trigger {
  left: 0;
  transition: all 0.3s;
}
.sidenav-wrapper .sidenav {
  z-index: 2;
  position: fixed;
  width: 100%;
  max-width: 100%;
  background: #ffdd02;
  bottom: 0;
  top: 0;
  left: -105%;
  transition: all 0.3s;
  overflow: auto;
}
.sidenav-wrapper .sidenav::before {
  content: "";
  width: 100%;
  height: 32px;
  margin-bottom: -32px;
  position: sticky;
  top: 0;
  display: block;
}
.collapsed-header .sidenav-wrapper .sidenav {
  transition: all 0.3s;
}
@media screen and (min-width:1024px) {
  .collapsed-header .sidenav-wrapper .sidenav {
    transition: all 0.3s;
  }
}
.sidenav-open.sidenav-wrapper .sidenav {
  left: 0;
  transition: all 0.3s;
}
.sidenav-wrapper .sidenav .sidenav-inner {
  width: calc(100vw - 56px);
  min-height: calc(100vh - 60px - 15px);
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner {
    width: calc(100vw - 138px);
  }
}
.sidenav-wrapper .sidenav .sidenav-inner .logo-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner .logo-wrapper {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:1280px) {
  .sidenav-wrapper .sidenav .sidenav-inner .logo-wrapper {
    position: absolute;
  }
}
.sidenav-wrapper .sidenav .sidenav-inner .l-wrapper {
  width: 260px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner .l-wrapper {
    width: 380px;
  }
}
@media screen and (min-width:1280px) {
  .sidenav-wrapper .sidenav .sidenav-inner .l-wrapper-2 {
    margin-top: 56px;
  }
}
.sidenav-wrapper .sidenav .sidenav-inner .logo {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner .logo {
    width: 298.908px;
    height: 138px;
  }
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu {
  display: block;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu:after {
  content: "";
  border-top: 1px solid white;
  width: 100%;
  display: inline-block;
  margin: 24px 0;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul ul {
  position: inherit;
  right: 0;
  bottom: 0;
  display: flex !important;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul ul li:before {
  content: "";
  margin-right: 0;
  line-height: 2.1em;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner .main-menu ul ul li a {
    font-size: 16px;
  }
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul ul li a.current {
  background: none;
  border-bottom: 2px solid #fff;
  padding: 0;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul li {
  margin: 10px;
  display: table;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul li a {
  display: block;
  line-height: 1.5em;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner .main-menu ul li a {
    font-size: 24px;
  }
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul li a.current {
  background: white;
  padding: 4px 8px;
  display: block;
}
.sidenav-wrapper .sidenav .sidenav-inner .main-menu ul li a.current ~ ul {
  display: inherit;
}
.sidenav-wrapper .sidenav .sidenav-inner .search-label {
  font: 700 12px/1.25em "Roboto Condensed";
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.sidenav-wrapper .sidenav .sidenav-inner .search-wrapper .search-bar {
  border: 1px solid #e8b526;
  border-radius: 5px;
}
.sidenav-wrapper .sidenav .sidenav-inner .search-wrapper .search-bar:before {
  content: "";
  font-size: 0;
}
.sidenav-wrapper .sidenav .sidenav-inner .search-wrapper .search-bar .search-input {
  margin-left: 0;
  border-bottom: 0;
}
.sidenav-wrapper .sidenav .sidenav-inner .search-wrapper .search-bar .search-input::placeholder {
  color: transparent;
}
.sidenav-wrapper .sidenav .sidenav-inner .social-links {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidenav-wrapper .sidenav::-webkit-scrollbar {
  width: 10px;
}
.sidenav-wrapper .sidenav::-webkit-scrollbar-track {
  background: #ceb200;
}
.sidenav-wrapper .sidenav::-webkit-scrollbar-track:hover {
  background: #b49c00;
}
.sidenav-wrapper .sidenav::-webkit-scrollbar-thumb {
  background: #685a00;
}
.sidenav-wrapper .sidenav::-webkit-scrollbar-thumb:hover {
  background: #352e00;
}
.sidenav-wrapper .sidenav .sidenav-inner {
  padding: 10px 0;
}
.sidenav-wrapper .sidenav .sidenav-menu,
.sidenav-wrapper .sidenav .links {
  color: #888;
}
.sidenav-wrapper .sidenav .sidenav-menu a,
.sidenav-wrapper .sidenav .links a {
  color: #888;
  transition-property: color;
  transition-duration: 0.3s;
}
.sidenav-wrapper .sidenav .sidenav-menu a:hover,
.sidenav-wrapper .sidenav .links a:hover {
  color: #555555;
}
.sidenav-wrapper .sidenav .sidenav-menu .nav-title,
.sidenav-wrapper .sidenav .links .nav-title {
  font-weight: 600;
  color: #555555;
  text-align: left;
}
.sidenav-wrapper .sidenav .sidenav-menu li,
.sidenav-wrapper .sidenav .links li {
  width: 100%;
  margin: 0.5em 0;
}
.sidenav-wrapper .sidenav .sidenav-menu a.current,
.sidenav-wrapper .sidenav .links a.current {
  color: #555555;
}
.sidenav-wrapper .sidenav .links {
  margin-top: 48px;
  padding-top: 48px;
  border-top: solid 1px #d1d1d1;
}
.main-footer {
  border-top: 1px solid #ffdd02;
  background: #fff;
  border-bottom: 10px solid #ffdd02;
}
.main-footer .main-footer-inner {
  display: flex;
  flex-direction: column;
  padding: 56px 32px 32px 32px;
}
@media screen and (min-width:768px) {
  .main-footer .main-footer-inner {
    align-items: center;
    padding: 56px 56px 32px 56px;
  }
}
@media screen and (min-width:768px) {
  .main-footer .main-footer-inner {
    align-items: center;
    padding: 56px 100px 32px 56px;
  }
}
.main-footer .main-footer-inner nav {
  margin-bottom: 32px;
}
.main-footer .main-footer-inner nav .nav-title {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  border-bottom: 0;
  text-align: left;
  color: #4a4a4a;
  letter-spacing: 0.16px;
  font: 400 16px/1.2em "Open Sans";
}
@media screen and (min-width:768px) {
  .main-footer .main-footer-inner nav .nav-title {
    text-align: center;
    margin-bottom: 48px;
  }
}
.main-footer .nav-parceiros {
  margin-bottom: 0;
}
.main-footer .nav-parceiros ul {
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .main-footer .nav-parceiros ul {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media screen and (min-width:1280px) {
  .main-footer .nav-parceiros ul {
    flex-direction: row;
    padding: 0 100px;
  }
}
.main-footer .nav-parceiros ul li {
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .main-footer .nav-parceiros ul li {
    width: 47%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width:1280px) {
  .main-footer .nav-parceiros ul li {
    width: auto;
  }
}
.main-footer .nav-parceiros ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .main-footer .nav-parceiros ul li:last-of-type {
    margin-bottom: 16px;
  }
}
.main-footer .nav-parceiros a span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.main-footer .nav-parceiros a img {
  height: 5em;
}
@media screen and (min-width:1280px) {
  .main-footer .nav-parceiros a img {
    height: 6em;
  }
}
.main-footer .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 48px;
}
@media screen and (min-width:1024px) {
  .main-footer .row {
    padding: 48px 5%;
  }
}
.main-footer .row-last {
  background: #f7c127;
}
.main-footer .logo {
  width: 129.96px;
  height: 60px;
}
.main-footer .logo img {
  width: auto;
  height: 100%;
}
.main-footer .logo span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media screen and (min-width:1280px) {
  .main-footer .l-wrapper-first {
    width: 100%;
  }
}
.main-footer .main-menu {
  width: 100%;
  font-size: 12px;
  margin-top: 32px;
}
.main-footer .main-menu:before {
  content: "";
  box-sizing: border-box;
  border-bottom: 1px solid #979797;
  width: 100%;
  display: block;
  margin: 0 0 32px 0;
}
.main-footer .main-menu ul {
  justify-content: flex-start;
}
.main-footer .main-menu ul ul {
  display: none;
}
@media screen and (min-width:768px) {
  .main-footer .main-menu ul {
    justify-content: center;
  }
}
.main-footer .main-menu ul li {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  color: #000;
}
.main-footer .main-menu ul li a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
.main-footer .main-menu ul li a:hover {
  color: #555555;
}
@media screen and (min-width:480px) {
  .main-footer .main-menu ul li {
    width: 50%;
    padding-right: 2em;
  }
}
@media screen and (min-width:768px) {
  .main-footer .main-menu ul li {
    width: 33.333%;
    justify-content: center;
  }
}
@media screen and (min-width:1024px) {
  .main-footer .main-menu ul li {
    width: 25%;
  }
}
@media screen and (min-width:1280px) {
  .main-footer .main-menu ul li {
    width: 16.66%;
  }
}
.main-footer .main-menu ul a.current {
  color: #555555;
}
.main-footer .links {
  font-weight: 700;
  font-size: 14px;
  color: #eee;
}
.main-footer .links a {
  color: #eee;
  transition-property: color;
  transition-duration: 0.3s;
}
.main-footer .links a:hover {
  color: rgba(238, 238, 238, 0.85);
}
.main-footer .nav-institucional,
.main-footer .copyright {
  font: 400 11px/26px "Open Sans";
  text-transform: none;
}
@media screen and (min-width:768px) {
  .main-footer .nav-institucional,
  .main-footer .copyright {
    text-align: center;
  }
}
.main-footer .nav-institucional ul > li,
.main-footer .copyright ul > li {
  margin: 0;
}
.main-footer .nav-institucional ul > li:after,
.main-footer .copyright ul > li:after {
  content: ".";
  padding: 0 8px;
}
.main-footer .nav-institucional ul > li:last-of-type:after,
.main-footer .copyright ul > li:last-of-type:after {
  content: "";
  padding: 0;
}
@media screen and (min-width:768px) {
  .main-footer .nav-institucional,
  .main-footer .copyright {
    font-size: 12px;
  }
  .main-footer .nav-institucional ul,
  .main-footer .copyright ul {
    justify-content: center;
  }
}
.author-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin: inherit;
  position: relative;
}
@media screen and (min-width:768px) {
  .author-image {
    margin-bottom: 48px;
    width: 200px;
    height: 200px;
  }
}
.author-image::after {
  content: '';
  display: block;
  width: 95%;
  height: 10px;
  background: url(fonts/cardio-graph.svg) no-repeat right center / auto 100%;
  position: absolute;
  bottom: -32px;
  right: -16px;
}
.author-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:1280px) {
  .author-details {
    margin: 0 auto;
  }
}
.author-details .author-profession {
  color: #4a4a4a;
  font: 400 15px/1.2em "Open Sans";
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .author-details .author-profession {
    font-size: 18px;
  }
}
.author-details .author-profession:after {
  display: block;
  content: '';
  width: 27px;
  height: 2px;
  background: #f7c127;
  margin: 16px auto 24px;
}
.author-details .g-author-lead {
  color: #4A5661;
  font: 500 15px/1.35em "Open Sans";
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .author-details .g-author-lead {
    font-size: 22px;
  }
}
.author-details .g-author-body {
  color: #404040;
  font: 400 16px/1.5em "Georgia";
  margin-bottom: 12px;
}
.author-details .g-author-body > * {
  margin-bottom: 1.5em;
}
.author-details .g-author-body hr {
  height: 1px;
  background: linear-gradient(to right, #ccc, #333, #ccc);
}
.author-details .g-author-body ul {
  list-style-type: disc;
  margin-left: 1em;
}
@media screen and (min-width:768px) {
  .author-details .g-author-body {
    padding-top: 10px;
    font-size: 20px;
  }
}
.AT-person .author-name {
  color: black;
  font: 700 22px/1.5em "Open Sans";
  margin: 0 0 18px;
  text-transform: capitalize;
}
@media screen and (min-width:1280px) {
  .AT-person .author-name {
    font-size: 30px;
  }
}
.authors-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.authors-wrapper .author {
  font: 400 10px/1.35em "Open Sans";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #000;
}
.authors-wrapper .author a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
.authors-wrapper .author a:hover {
  color: #000;
}
.authors-wrapper .author .author-image {
  margin: 0 10px 0 0;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.authors-wrapper .author .author-image img {
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .authors-wrapper .author .author-image {
    width: 55px;
    height: 55px;
  }
}
.authors-wrapper .author .author-name {
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .authors-wrapper .author .author-name {
    font-size: 11px;
  }
}
.authors-wrapper .author .author-role,
.authors-wrapper .author .author-profession {
  color: #4a4a4a;
}
.list-wrapper .list-header,
.list-wrapper .list-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 32px;
}
@media screen and (min-width:768px) {
  .list-wrapper .list-header,
  .list-wrapper .list-footer {
    margin-bottom: 48px;
  }
}
.list-wrapper .follow-link {
  position: absolute;
  right: 0;
  font: 800 12px/1.2em "Open Sans";
  text-transform: uppercase;
  color: #ccc;
  transition-property: color;
  transition-duration: 0.3s;
  background: #fff;
  padding-left: 0.5em;
}
.list-wrapper .follow-link:hover {
  color: #999999;
}
.boxed-section .list-wrapper .follow-link {
  background: #faf9f0;
}
.list-wrapper.related-articles {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .list-wrapper.related-articles {
    margin-top: 48px;
  }
}
.list-articles {
  margin-left: -32px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width:768px) {
  .list-articles {
    margin-left: -48px;
  }
}
.list-articles li {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 100%;
  padding: 0 0 32px 32px;
}
@media screen and (min-width:640px) {
  .list-articles li {
    min-width: 348px;
  }
}
@media screen and (min-width:768px) {
  .list-articles li {
    padding: 0 0 48px 48px;
  }
}
.list-articles .teaser-article {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
}
.list-articles .teaser-article .article-link {
  display: none;
}
.list-articles .teaser-article .teaser-article-inner {
  position: relative;
}
.list-articles .teaser-article .teaser-image picture {
  display: block;
  background: #000;
}
.list-articles .teaser-article .teaser-image img {
  opacity: 0.85;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.list-articles .teaser-article:hover .teaser-image img {
  opacity: 1;
}
.list-articles .teaser-article .text-details {
  position: relative;
  padding: 30px 20px 0 30px;
}
.boxed-section .list-articles .teaser-article .text-details {
  padding-bottom: 24px;
}
.list-articles .teaser-article .category {
  font: 700 14px/1.25em "Open Sans";
  text-transform: uppercase;
  color: #444;
}
.list-articles .teaser-article .category a {
  color: #444;
  transition-property: color;
  transition-duration: 0.3s;
}
.list-articles .teaser-article .category a:hover {
  color: rgba(68, 68, 68, 0.85);
}
.list-articles .teaser-article .time-stamp {
  font: 500 12px/1.2em "Open Sans";
  color: #4a4a4a;
  margin: 0.5em 0;
}
.list-articles .teaser-article .title {
  font: 700 16px/1.35em "Open Sans";
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.list-articles .teaser-article .title a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
.list-articles .teaser-article .title a:hover {
  color: #273235;
}
.list-articles .teaser-article .lead {
  font: 400 14px/1.35em "Georgia";
  color: #4a4a4a;
  margin-top: 1em;
}
@media screen and (min-width:1280px) {
  .list-articles .teaser-article .lead {
    font-size: 15px;
  }
}
.revert-top-gutter .list-articles .teaser-article.headline-hero-article {
  margin-top: -48px;
}
.list-articles .teaser-article.super-link .article-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-articles .teaser-article.super-link .teaser-article-inner {
  pointer-events: none;
}
.list-articles .teaser-article.super-link .teaser-article-inner a {
  pointer-events: initial;
}
.list-articles .teaser-article.no-picture .article-link {
  display: block;
}
.list-articles .teaser-article.no-picture .article-link:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
  background: url(fonts/default-image-16x9.svg) no-repeat left bottom / 100%;
}
.article-related .list-articles {
  justify-content: center;
}
.article-related .list-articles li {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width:639px) {
  .article-related .list-articles li figure {
    float: left;
    width: 50%;
  }
  .article-related .list-articles li .text-details {
    padding: 0 0 0 16px;
    overflow: hidden;
  }
  .article-related .list-articles li .title {
    font-weight: 600;
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .article-related .list-articles li {
    min-width: 50%;
    max-width: 50%;
  }
  .article-related .list-articles li .text-details {
    padding: 16px 0 0 0;
  }
  .article-related .list-articles li .title {
    font-size: 14px;
  }
}
@media screen and (min-width:1280px) {
  .article-related .list-articles li {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}
.list-latest .list-articles li {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width:640px) {
  .list-latest .list-articles li {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width:1280px) {
  .list-latest .list-articles li {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width:1680px) {
  .list-latest .list-articles li {
    min-width: 25%;
    max-width: 25%;
  }
}
.list-persons .list-articles li {
  min-width: 50%;
  max-width: 50%;
}
@media screen and (min-width:640px) {
  .list-persons .list-articles li {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width:1024px) {
  .list-persons .list-articles li {
    min-width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width:1440px) {
  .list-persons .list-articles li {
    min-width: 20%;
    max-width: 20%;
  }
}
.list-persons .list-articles .teaser-article {
  padding: 0 10%;
}
.list-persons .list-articles .text-details {
  text-align: center;
  padding: 0;
  margin: 0 -10%;
}
.list-persons .list-articles .author-name {
  font: 700 11px/1.2em "Open Sans";
  color: #000;
  margin-bottom: 0.5em;
  text-transform: none;
  position: relative;
  padding-top: 2.25em;
}
@media screen and (min-width:768px) {
  .list-persons .list-articles .author-name {
    font-size: 12px;
  }
}
@media screen and (min-width:1280px) {
  .list-persons .list-articles .author-name {
    font-size: 15px;
  }
}
.list-persons .list-articles .author-name::before {
  content: '';
  display: block;
  width: 85%;
  height: 10px;
  background: url(fonts/cardio-graph.svg) no-repeat right center / auto 100%;
  position: absolute;
  top: 0.75em;
  right: 0;
}
.list-persons .list-articles .author-role,
.list-persons .list-articles .author-profession {
  font: 400 9px/1.1em "Open Sans";
  color: #4a4a4a;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .list-persons .list-articles .author-role,
  .list-persons .list-articles .author-profession {
    font-size: 10px;
  }
}
@media screen and (min-width:1280px) {
  .list-persons .list-articles .author-role,
  .list-persons .list-articles .author-profession {
    font-size: 11px;
  }
}
.list-persons .list-articles .no-picture .teaser-article-inner::before {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 1) / 1);
  background-image: url(fonts/default-image-1x1.svg);
}
.list-articles.featured-articles .text-details {
  overflow: hidden;
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .list-articles.featured-articles .text-details {
    padding-right: 0;
  }
}
@media screen and (min-width:1280px) {
  .list-articles.featured-articles .text-details {
    padding: 40px 40px 0 40px;
  }
  .boxed-section .list-articles.featured-articles .text-details {
    padding-bottom: 40px;
  }
}
.list-articles.featured-articles .title {
  position: relative;
}
.list-articles.featured-articles .title::after {
  content: '';
  display: block;
  width: 2em;
  height: 1.25em;
  background: url(fonts/cardio-graph.svg) no-repeat right center / auto 0.5em;
  position: absolute;
  top: 0;
  right: calc(100% + 0.5em);
}
@media screen and (min-width:1280px) {
  .list-articles.featured-articles .title {
    font-size: 18px;
  }
}
.list-articles.featured-articles .headline .teaser-image::before {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.list-articles.featured-articles .headline .text-details {
  text-align: center;
}
.list-articles.featured-articles .headline .text-details .title {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}
.list-articles.featured-articles .headline .text-details .title::after {
  position: static;
  width: 100%;
  height: 1em;
  background-size: auto 100%;
  margin-top: 0.75em;
}
.list-articles.featured-articles .headline .text-details .lead {
  margin: 0;
}
@media screen and (max-width:767px) {
  .list-articles.featured-articles .headline .text-details {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width:768px) {
  .list-articles.featured-articles .headline .text-details .title {
    font-size: 40px;
    line-height: 1em;
  }
  .list-articles.featured-articles .headline .text-details .title::after {
    height: 0.75em;
    margin-top: 0.5em;
  }
  .list-articles.featured-articles .headline .text-details .lead {
    font-size: 18px;
  }
}
.list-articles.featured-articles .super-headline,
.list-articles.featured-articles .text-hover-image.has-picture {
  width: 100vw;
}
.list-articles.featured-articles .super-headline .teaser-image::before,
.list-articles.featured-articles .text-hover-image.has-picture .teaser-image::before {
  left: auto;
  right: 1em;
}
.list-articles.featured-articles .super-headline .text-details,
.list-articles.featured-articles .text-hover-image.has-picture .text-details {
  position: relative;
}
.list-articles.featured-articles .super-headline .text-details .title,
.list-articles.featured-articles .text-hover-image.has-picture .text-details .title {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}
.list-articles.featured-articles .super-headline .text-details .title::after,
.list-articles.featured-articles .text-hover-image.has-picture .text-details .title::after {
  position: static;
  width: 100%;
  height: 1em;
  background-size: auto 100%;
  margin-top: 0.75em;
}
.list-articles.featured-articles .super-headline .text-details .lead,
.list-articles.featured-articles .text-hover-image.has-picture .text-details .lead {
  margin: 0;
}
@media screen and (min-width:480px) {
  .list-articles.featured-articles .super-headline .text-details,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width:768px) {
  .list-articles.featured-articles .super-headline .text-details,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 48px;
    text-align: left;
    max-width: 55%;
  }
  .list-articles.featured-articles .super-headline .text-details .title,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .title,
  .list-articles.featured-articles .super-headline .text-details .lead,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .lead,
  .list-articles.featured-articles .super-headline .text-details .author,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .author {
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  }
  .list-articles.featured-articles .super-headline .text-details .title a,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .title a,
  .list-articles.featured-articles .super-headline .text-details .lead a,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .lead a,
  .list-articles.featured-articles .super-headline .text-details .author a,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .author a {
    color: #fff;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .list-articles.featured-articles .super-headline .text-details .title a:hover,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .title a:hover,
  .list-articles.featured-articles .super-headline .text-details .lead a:hover,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .lead a:hover,
  .list-articles.featured-articles .super-headline .text-details .author a:hover,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .author a:hover {
    color: #fff;
  }
  .list-articles.featured-articles .super-headline .text-details .title,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .title {
    font-size: 40px;
    line-height: 1em;
  }
  .list-articles.featured-articles .super-headline .text-details .title::after,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .title::after {
    height: 0.75em;
    margin-top: 0.5em;
  }
  .list-articles.featured-articles .super-headline .text-details .lead,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .lead {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (min-width:1280px) {
  .list-articles.featured-articles .super-headline .text-details,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details {
    max-width: 40%;
  }
  .list-articles.featured-articles .super-headline .text-details .title,
  .list-articles.featured-articles .text-hover-image.has-picture .text-details .title {
    font-size: 50px;
  }
}
.list-articles.featured-articles .isolated {
  background: #faf9f0;
}
@media screen and (max-width:767px) {
  .list-articles.featured-articles .isolated {
    width: auto;
    margin-left: calc(50% - 49.55vw);
    margin-right: calc(50% - 49.55vw);
  }
  .list-articles.featured-articles .isolated .text-details {
    margin: 0 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width:479px) {
  .list-articles.featured-articles .isolated .text-details {
    margin: 0 24px;
  }
}
@media screen and (min-width:768px) {
  .list-articles.featured-articles .isolated .teaser-article-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .list-articles.featured-articles .isolated .teaser-image {
    width: calc((50% - 24px));
    flex-shrink: 0;
    margin-right: 48px;
  }
  .list-articles.featured-articles .isolated .text-details {
    padding-bottom: 24px;
  }
}
@media screen and (min-width:1280px) {
  .list-articles.featured-articles .isolated .text-details {
    padding-bottom: 40px;
  }
}
.list-articles.featured-articles .quote {
  background: #faf9f0;
}
.list-articles.featured-articles .quote.no-picture .article-link:before {
  display: none;
}
.list-articles.featured-articles .quote .teaser-article-inner::before {
  display: none;
}
.list-articles.featured-articles .quote .text-details {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-flow: column-reverse;
  padding: 40px;
}
.list-articles.featured-articles .quote .title {
  font-weight: 600;
  color: #cc9e19;
  margin: 0;
}
.list-articles.featured-articles .quote .title a {
  color: #cc9e19;
  transition-property: color;
  transition-duration: 0.3s;
}
.list-articles.featured-articles .quote .title a:hover {
  color: rgba(204, 158, 25, 0.85);
}
.list-articles.featured-articles .quote .title::after {
  display: none;
}
.list-articles.featured-articles .quote .lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  color: #273235;
  margin: 0 0 1em 0;
}
.list-articles.featured-articles .quote .lead::before,
.list-articles.featured-articles .quote .lead::after {
  display: block;
}
.list-articles.featured-articles .quote .lead::before {
  content: "“";
  height: 0.85em;
}
.list-articles.featured-articles .quote .lead::after {
  content: "”";
}
@media screen and (max-width:767px) {
  .list-articles.featured-articles .quote {
    width: auto;
    margin-left: calc(50% - 49.55vw);
    margin-right: calc(50% - 49.55vw);
  }
}
@media screen and (min-width:768px) {
  .list-articles.featured-articles .quote .text-details {
    text-align: center;
  }
  .list-articles.featured-articles .quote .title,
  .list-articles.featured-articles .quote .lead {
    font-size: 20px;
  }
}
@media screen and (min-width:1280px) {
  .list-articles.featured-articles .quote .title {
    font-size: 26px;
  }
  .list-articles.featured-articles .quote .lead {
    font-size: 26px;
  }
}
.full-article .full-article-header,
.full-article .full-article-body,
.full-article .full-article-footer {
  margin: 0 auto 32px auto;
}
@media screen and (min-width:768px) {
  .full-article .full-article-header,
  .full-article .full-article-body,
  .full-article .full-article-footer {
    padding: 0 5vw;
    margin-bottom: 48px;
  }
}
@media screen and (min-width:1024px) {
  .full-article .full-article-header,
  .full-article .full-article-body,
  .full-article .full-article-footer {
    padding: 0 7.5vw;
  }
}
@media screen and (min-width:1280px) {
  .full-article .full-article-header,
  .full-article .full-article-body,
  .full-article .full-article-footer {
    padding: 0 10vw;
  }
}
@media screen and (min-width:1680px) {
  .full-article .full-article-header,
  .full-article .full-article-body,
  .full-article .full-article-footer {
    padding: 0 12.5vw;
  }
}
.full-article figure figcaption {
  padding: 24px 0;
  border-bottom: solid 1px #d1d1d1;
  font: 400 12px/1.35em "Open Sans";
  color: #4a4a4a;
  margin: 0 auto;
}
.full-article figure figcaption .caption,
.full-article figure figcaption .credits {
  display: inline;
}
.full-article figure figcaption .credits {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #7a7b7a;
}
.full-article figure figcaption .caption + .credits::before {
  content: "/";
  font-weight: 400;
  padding: 0 0.35em;
}
@media screen and (min-width:768px) {
  .full-article figure figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .full-article .placement-oversize figcaption,
  .full-article .placement-full-width figcaption {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (max-width:479px) {
  .full-article .placement-oversize figcaption,
  .full-article .placement-full-width figcaption {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-full-width figcaption {
    margin: 0 48px;
  }
}
.full-article .main-media {
  margin: 24px 0;
}
@media screen and (min-width:768px) {
  .full-article .main-media {
    margin: 48px 0;
  }
}
.full-article .video-container {
  margin-bottom: 48px;
}
.full-article .category {
  font: 600 14px/1.2em "Open Sans";
  color: #000;
  text-transform: uppercase;
  padding: 0.5em 0 0 0;
  border-top: solid 2px #f7c127;
  display: inline-block;
}
@media screen and (min-width:768px) {
  .full-article .category {
    font-size: 18px;
  }
}
.full-article .time-stamp {
  font: 400 12px/1.2em "Open Sans";
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 1.5em 0.5em 0 0.5em;
  margin-top: 1.5em;
  border-top: solid 1px #4a4a4a;
  display: inline-block;
}
.full-article .title {
  font: 700 22px/1.2em "Open Sans";
  color: #000;
  text-transform: uppercase;
  margin: 1em 0 0.5em;
}
@media screen and (min-width:768px) {
  .full-article .title {
    font-size: 36px;
  }
}
@media screen and (min-width:1280px) {
  .full-article .title {
    font-size: 44px;
  }
}
.full-article .lead {
  font: 400 15px/1.35em "Open Sans";
  color: #4a4a4a;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .full-article .lead {
    font-size: 20px;
  }
}
@media screen and (min-width:1280px) {
  .full-article .lead {
    font-size: 24px;
  }
}
.full-article .full-article-body {
  font: 400 16px/1.5em "Georgia";
  color: #4a4a4a;
}
@media screen and (min-width:768px) {
  .full-article .full-article-body {
    font-size: 20px;
  }
}
.full-article .full-article-body > * {
  margin-bottom: 1.5em;
}
.full-article .CT-html > * {
  margin-bottom: 1.5em;
}
.full-article .CT-html a {
  color: #4a4a4a;
  transition-property: color;
  transition-duration: 0.3s;
  margin: 0 0.25em;
  padding-bottom: 0.1em;
  background: rgba(247, 193, 39, 0.8);
  box-shadow: -0.15em 0 0 0 rgba(247, 193, 39, 0.8), 0.15em 0 0 0 rgba(247, 193, 39, 0.8);
}
.full-article .CT-html a:hover {
  color: #4a4a4a;
}
.full-article .CT-html a img {
  width: auto;
  max-width: 100%;
  padding: 4px;
  margin: -4px;
  background: #fff;
}
.full-article .CT-html h2 {
  font: 600 18px/1.5em "Open Sans";
  color: #444;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media screen and (min-width:768px) {
  .full-article .CT-html h2 {
    font-size: 24px;
  }
}
.full-article .CT-html .highlight {
  font: 600 18px/1.2em "Open Sans";
  color: #000;
  text-transform: uppercase;
  padding: 1em 0;
  margin: 48px;
  border-top: solid 2px #444;
  border-bottom: solid 2px #444;
}
.full-article .CT-html blockquote {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  color: #273235;
  padding: 0 10%;
  text-align: center;
}
.full-article .CT-html blockquote::before,
.full-article .CT-html blockquote::after {
  display: block;
}
.full-article .CT-html blockquote::before {
  content: "“";
  height: 0.85em;
}
.full-article .CT-html blockquote::after {
  content: "”";
}
@media screen and (min-width:768px) {
  .full-article .CT-html blockquote {
    font-size: 26px;
  }
}
.full-article .CT-html hr {
  height: 1px;
  background: linear-gradient(to right, #ccc, #333, #ccc);
}
.full-article .CT-html ul {
  list-style-type: disc;
  margin-left: 1em;
}
.full-article .CT-html iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .full-article .placement-centered {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-left,
  .full-article .placement-right {
    margin-top: 0.35em;
    width: 50%;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-left {
    float: left;
    margin-left: 0;
    margin-right: 48px;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-right {
    float: right;
    margin-right: 0;
    margin-left: 48px;
  }
}
@media screen and (max-width:767px) {
  .full-article .placement-oversize {
    width: auto;
    margin-left: calc(50% - 49.55vw);
    margin-right: calc(50% - 49.55vw);
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-oversize {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media screen and (min-width:1024px) {
  .full-article .placement-oversize {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
  }
}
@media screen and (min-width:1280px) {
  .full-article .placement-oversize {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@media screen and (min-width:1680px) {
  .full-article .placement-oversize {
    margin-left: -12.5vw;
    margin-right: -12.5vw;
  }
}
.full-article .placement-full-width {
  width: auto;
  margin-left: calc(50% - 49.55vw);
  margin-right: calc(50% - 49.55vw);
}
.full-article .read-more-button-wrapper {
  position: relative;
}
.full-article .read-more-button-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 384px;
  background: linear-gradient(to top, #fff 0, #fff 96px, transparent 100%);
  z-index: 1;
  margin: 0 -48px;
}
@media screen and (min-width:768px) {
  .full-article .read-more-button-wrapper::after {
    margin: 0 -5vw;
  }
}
@media screen and (min-width:1024px) {
  .full-article .read-more-button-wrapper::after {
    margin: 0 -7.5vw;
  }
}
@media screen and (min-width:1280px) {
  .full-article .read-more-button-wrapper::after {
    margin: 0 -10vw;
  }
}
@media screen and (min-width:1680px) {
  .full-article .read-more-button-wrapper::after {
    margin: 0 -12.5vw;
  }
}
.slider {
  position: relative;
  width: auto !important;
}
.slider .slider-list {
  transition: height 0.3s;
  width: 100% !important;
}
.slider .slider-control-topleft {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
  position: absolute;
  pointer-events: none;
}
.slider .icon-previous,
.slider .icon-next,
.slider .icon-resize-full {
  pointer-events: initial;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  text-align: center;
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
  background: rgba(255, 255, 255, 0.8);
  width: 2.25em;
  height: 2.25em;
}
.slider .icon-previous:hover,
.slider .icon-next:hover,
.slider .icon-resize-full:hover {
  color: #f7c127;
}
.slider .icon-previous:hover,
.slider .icon-next:hover,
.slider .icon-resize-full:hover {
  background: #fff;
}
@media screen and (min-width:768px) {
  .slider .icon-previous,
  .slider .icon-next,
  .slider .icon-resize-full {
    width: 3.25em;
    height: 3.25em;
  }
}
@media screen and (min-width:1280px) {
  .slider .icon-previous,
  .slider .icon-next,
  .slider .icon-resize-full {
    width: 4em;
    height: 4em;
  }
}
@media screen and (min-width:768px) {
  .full-article-body .slider .icon-previous,
  .full-article-body .slider .icon-next,
  .full-article-body .slider .icon-resize-full {
    width: 2.75em;
    height: 2.75em;
  }
}
.slider .icon-previous {
  left: 0;
}
.slider .icon-next {
  right: 0;
}
.slider .icon-resize-full {
  top: 0;
  right: 0;
  transform: none;
}
.slider .slider-summary {
  pointer-events: initial;
  position: absolute;
  top: 100%;
  left: 0;
  font: 700 12px/1em "Georgia";
  color: #f7c127;
  padding: 24px 0;
  text-shadow: 0 0 5px #fff;
}
.slider .slider-summary .splitter::before {
  content: "/";
}
@media screen and (min-width:768px) {
  .slider .slider-summary {
    font-size: 15px;
  }
}
.slider figure {
  margin: 0;
}
@media screen and (max-width:767px) {
  .slider figure figcaption {
    padding-top: 48px;
  }
}
@media screen and (min-width:768px) {
  .slider figure figcaption {
    padding-left: 48px;
  }
}
.slider picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
}
.slider img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width:767px) {
  .placement-oversize.slider .slider-summary,
  .placement-full-width.slider .slider-summary {
    left: 48px;
  }
}
@media screen and (max-width:479px) {
  .placement-oversize.slider .slider-summary,
  .placement-full-width.slider .slider-summary {
    left: 24px;
  }
}
@media screen and (min-width:768px) {
  .placement-full-width.slider .slider-summary {
    left: 48px;
  }
}
.slick-wrapper {
  overflow: hidden;
  position: relative;
}
.slick-wrapper::after {
  content: "";
  display: block;
  border-top: solid 1px #d1d1d1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-wrapper .slick-list {
  overflow: hidden;
  transition: height 0.3s;
  z-index: 1;
}
.slick-wrapper .slick-track {
  display: flex;
}
.slick-wrapper .slick-arrow,
.slick-wrapper .slider-summary,
.slick-wrapper picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
}
.slick-wrapper .slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  top: 0;
  transform: translate(0);
  pointer-events: none;
  z-index: 2;
  background: transparent;
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
.slick-wrapper .slick-arrow:hover {
  color: #f7c127;
}
.slick-wrapper .slick-arrow::before {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-hpp";
  font-size: 20px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
  width: 2.25em;
  height: 2.25em;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  line-height: 2.5em;
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: initial;
}
@media screen and (min-width:768px) {
  .slick-wrapper .slick-arrow::before {
    width: 3.25em;
    height: 3.25em;
    line-height: 3.25em;
  }
}
@media screen and (min-width:1280px) {
  .slick-wrapper .slick-arrow::before {
    width: 4em;
    height: 4em;
    line-height: 4em;
  }
}
@media screen and (min-width:768px) {
  .full-article-body .slick-wrapper .slick-arrow::before {
    width: 2.75em;
    height: 2.75em;
    line-height: 2.75em;
  }
}
.slick-wrapper .slick-prev,
.slick-wrapper .slick-prev::before {
  left: 0;
}
.slick-wrapper .slick-next,
.slick-wrapper .slick-next::before {
  right: 0;
}
.slick-wrapper .slider-summary {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.slick-wrapper .slider-summary .slider-summary-inner {
  position: absolute;
  top: 100%;
  left: 0;
  font: 700 14px/1.2em "Georgia";
  color: #f7c127;
  padding: 24px 0 0 0;
  text-shadow: 0 0 5px #fff;
}
@media screen and (max-width:767px) {
  .placement-oversize .slick-wrapper .slider-summary .slider-summary-inner,
  .slick-wrapper .slider-summary .slider-summary-inner .placement-full-width {
    left: 8px;
  }
}
.slick-wrapper .slider-summary .splitter::before {
  content: "/";
}
@media screen and (min-width:768px) {
  .slick-wrapper .slider-summary {
    font-size: 15px;
  }
}
.slick-wrapper figure {
  margin: 0;
}
.slick-wrapper figure picture {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  margin-bottom: 70px;
}
.slick-wrapper figure img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slick-wrapper figure figcaption {
  border-bottom: none;
  min-height: 70px;
  margin-top: -70px;
}
@media screen and (min-width:768px) {
  .slick-wrapper figure figcaption {
    padding-left: 48px;
  }
}
@media screen and (max-width:767px) {
  .placement-oversize.slick-wrapper .slider-summary,
  .placement-full-width.slick-wrapper .slider-summary {
    left: 48px;
  }
}
@media screen and (max-width:479px) {
  .placement-oversize.slick-wrapper .slider-summary,
  .placement-full-width.slick-wrapper .slider-summary {
    left: 24px;
  }
}
@media screen and (min-width:768px) {
  .placement-full-width.slick-wrapper .slider-summary {
    left: 48px;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
}
.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-media .video-container,
.full-width .video-container {
  padding: 0;
  height: 56.25vw;
  max-height: calc(100vh - 104px);
  min-height: 150px;
  overflow: hidden;
  background: #e8e8e8;
}
@media screen and (min-width:1024px) {
  .main-media .video-container,
  .full-width .video-container {
    height: 45vw;
    max-height: calc(100vh - 202px);
  }
  .collapsed-header .main-media .video-container,
  .collapsed-header .full-width .video-container {
    max-height: calc(100vh - 104px);
  }
}
.error-page {
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  .error-page {
    width: 600px;
    margin: 0 auto 75px;
  }
}
.error-page .error-title {
  font: 600 14px/19px "Open Sans";
  display: inline-block;
  border-top: 1px solid #ffd959;
  padding-top: 4px;
  margin-bottom: 19px;
}
@media screen and (min-width:768px) {
  .error-page .error-title {
    font: 600 30px/41px "Open Sans";
    display: block;
    text-align: center;
    border: 0;
    padding-top: 37px;
    position: relative;
    margin-bottom: 51px;
  }
  .error-page .error-title:before {
    content: '';
    background: #ffd959;
    width: 86px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:1024px) {
  .error-page .error-title {
    font: 600 40px/55px "Open Sans";
    margin-bottom: 38px;
  }
}
.error-page .error-description {
  font: 400 15px/20px "Open Sans";
  margin-bottom: 27px;
}
@media screen and (min-width:768px) {
  .error-page .error-description {
    font: 400 24px/32px "Open Sans";
    text-align: center;
    margin-bottom: 38px;
  }
}
.error-page .search-wrapper {
  margin: 0;
}
@media screen and (min-width:768px) {
  .error-page .search-wrapper {
    margin-bottom: 39px;
  }
}
.error-page .search-bar {
  width: 100%;
  height: 50px;
  border: 1px solid #e8b526;
  border-radius: 5px;
}
.error-page .search-bar:before {
  content: none;
}
.error-page .search-bar .search-input {
  padding-left: 8px;
  margin: 0;
  border: 0;
}
.error-page .search-bar .search-submit {
  font-size: 15px;
  height: 50px;
}
.error-page .home {
  display: none;
}
.error-page .home:after {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-hpp";
  line-height: 1.4em;
  text-align: center;
  content: '\e808';
  position: absolute;
  right: 30px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width:768px) {
  .error-page .home {
    display: block;
  }
}
.ad-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.ad-container::before {
  content: 'Publicidade';
  display: block;
  font: 500 12px/1 "Open Sans";
  color: #555;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  left: 0;
}
.ad-container .ad-container-inner {
  width: 300px;
  flex-shrink: 0;
}
.ad-container.ad-container-in-list {
  width: auto;
  margin: 0 auto;
}
.search-page .list-articles li {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .search-page .list-articles li {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width:1280px) {
  .search-page .list-articles li {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}
.search-page .search-wrapper {
  margin: 0 auto 40px;
}
@media screen and (min-width:768px) {
  .search-page .search-wrapper {
    max-width: 600px;
  }
}
.search-page .search-bar {
  width: 100%;
  height: 50px;
  border: 1px solid #e8b526;
  border-radius: 5px;
}
.search-page .search-bar:before {
  content: none;
}
.search-page .search-bar .search-input {
  padding-left: 8px;
  margin: 0;
  border: 0;
}
.search-page .search-bar .search-submit {
  font-size: 15px;
  height: 50px;
}

