:root {
  --sx: 14px;
  --s1: 11px;
  --s2: 14px;
  --s3: 20px;
  --font-family1: Roboto,Helvetica Neue,Arial,sans-serif;
  --font-family2: Roboto Slab,Helvetica Neue,Arial,sans-serif;
  --color-news: #B5201F;
  --color-business: #004F9E;
  --color-sport: #D84D15;
  --color-life: #00AEAB;
  --color-style: #D10072;
  --color-entertainment: #EA7C16;
  --color-travel: #42B4E6;
  --color-opinion: #697380;
  --color-farm: #4681B4;
  --color-breaking: #F33;
  --color-live: #d0021b;
  --color-sponsored: #3C3F42;
  --color-night: #2D3134;
  --color-background: #fff;
  --color-default: #000;
  --color-text1: #000;
  --color-text2: #333;
  --color-text3: #666;
  --color-bg1: #fff;
  --color-bg2: #F8F8F8;
  --color-bg3: #e8e8e8;
  --color-separator1: #e8e8e8;
  --color-field1: #cacaca;
  --color-field2: #595959;
  --color-error1: #D0021B;
  --color-error2: #FBEAE5;
  --color-accent1: #006834;
  --color-accent2: #000;
}

.site\:bt {
  --color-news: #0046b4;
  --color-sport: #06a434;
  --color-business: #0798fe;
  --color-entertainment: #ec1900;
  --color-life: #fc6000;
  --color-opinion: #04c3c3;
  --color-travel: #ffa204;
  --color-archive: #1ea000;
  --color-accent1: var(--color-news);
}

.site\:herald {
  --color-news: #e31e26;
  --color-accent1: var(--color-news);
}

@font-face {
  font-family: 'Icons';
  src: url(assets/fonts/icomoon/fonts/icomoon.woff2?4) format('woff2'),url(assets/fonts/icomoon/fonts/icomoon.ttf?4) format('truetype'),url(assets/fonts/icomoon/fonts/icomoon.woff?4) format('woff'),url('assets/fonts/icomoon/fonts/icomoon.svg?3#icomoon') format('svg');
  font-weight: 400;
  font-style: normal;
}

.root1 {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
}

.root1-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}

[class$="-contain"],
[class*="-contain "] {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left-width: var(--sx);
  border-right-width: var(--sx);
}

[class$="-decontain"],
[class*="-decontain "] {
  margin-left: calc(var(--sx) * -1);
  margin-right: calc(var(--sx) * -1);
}

[class$="-recontain"],
[class*="-recontain "] {
  margin-left: calc(var(--sx) * -1);
  margin-right: calc(var(--sx) * -1);
  padding-left: var(--sx);
  padding-right: var(--sx);
}

[data-flex~=grid] {
  --gap: 14px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: calc(var(--row-gap,var(--gap)) * -1);
  margin-left: calc(var(--gap) / -2);
  margin-right: calc(var(--gap) / -2);
  padding: 0;
  pointer-events: none;
}

[data-flex~=grid]>* {
  width: var(--column,auto);
  min-width: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-width: 40px 20px 0;
  border-width: var(--row-gap,var(--gap)) calc(var(--gap) / 2) 0;
  background-clip: padding-box;
  pointer-events: auto;
}

[data-flex~=grid]>li:before {
  display: none;
}

.byline1-image {
  width: 60px;
  padding-right: 10px;
}

.byline1-wrap {
  font-size: 13px;
  line-height: 1.3;
}

.byline1-author {
  margin: 0 0 3px;
  font: inherit;
  font-weight: 500;
}

.carousel2 {
  position: relative;
  height: 300px;
}

.carousel2 [class*=amphtml-slide-item] {
  margin-bottom: 0;
}

.carousel2-entry {
  position: relative;
  padding: 40px 0;
}

.carousel2-count {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  line-height: 40px;
}

.carousel2-image {
  width: 100%;
  height: 100%;
}

.carousel2 .amp-carousel-button {
  outline: none;
}

.carousel2 amp-img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.carousel2 amp-img img {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: auto;
}

.carousel2 .carousel2-entry img {
  position: static;
}

.carousel2-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.55);
  color: #212121;
  font-size: 13px;
  line-height: 1.38;
  transition: transform 0.35s;
}

.carousel2-caption:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: -webkit-linear-gradient(rgba(255,255,255,0) 24px,rgba(255,255,255,1) 40px);
  background: linear-gradient(rgba(255,255,255,0) 24px,rgba(255,255,255,1) 40px);
  opacity: 0;
  transition: opacity 0.35s;
}

.carousel2.-hide-captions .carousel2-caption {
  -webkit-transform: translateY(100%) translateY(-40px);
  transform: translateY(100%) translateY(-40px);
}

.carousel2.-hide-captions .carousel2-caption:before {
  opacity: 1;
}

.carousel2-caption span {
  display: block;
  padding: 10px 0;
}

.comment1 {
  padding: 9px 9px 14px;
  border: 1px solid;
  border-color: var(--color-bg3);
  border-radius: 4px;
  background: var(--color-bg2);
}

.comment1-author {
  color: #4a4a4a;
  font: bold 16px/30px var(--font-family2);
}

.comment1-author i {
  display: inline-block;
  width: 30px;
  margin: 0 5px 0 0;
  font-size: 22px;
  vertical-align: top;
}

.comment1-author cite {
  display: inline-block;
  font: inherit;
  vertical-align: top;
}

.comment1-main {
  padding: 0;
  font: inherit;
}

.comment1-main:before {
  display: none;
}

.connect1 {
  overflow: hidden;
}

.connect1-items {
  --gap: 6px;
}

.connect1-items li {
  font-size: 13px;
  line-height: 18px;
}

.connect1-items li a {
  display: block;
  min-width: 30px;
  padding: 1px 6px;
  border: 1px solid;
  border-radius: 4px;
  background-color: currentColor;
  text-align: center;
}

.connect1-items li.-email a {
  background-color: transparent;
}

.connect1-items li.-email a>* {
  color: #333;
}

.connect1-items li i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}

.connect1-items li span {
  color: #fff;
}

.connect1.-compact .connect1-items li span {
  display: none;
}

.content1:before {
  display: block;
  content: attr(data-warning);
  margin: 0 -14px;
  padding: 14px;
  background: #b22;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@supports (--css:variables) {
  .content1:before {
    display: none;
  }
}

@media screen and (max-width:599px) {
  .content1:before {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.data1 {
  padding-top: var(--s1);
  padding-bottom: var(--s1);
  border: 2px solid #ccc;
  border-width: 2px 0;
  border-color: var(--color-separator1);
}

.data1 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.data1 li {
  width: 50%;
  margin-bottom: var(--s1);
  padding-left: calc(var(--s1) * var(--notfirst,0));
  padding-right: calc(var(--s1) * var(--notlast,0));
  padding-bottom: var(--s1);
  border-bottom: 1px solid var(--color-separator1);
  font-size: 13px;
}

.data1 li:not(:nth-child(2n)) {
  --notlast: 1;
}

.data1 li:not(:nth-child(2n+1)) {
  --notfirst: 1;
}

.data1 li:nth-child(2n):nth-last-child(-n+3)~* {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.data1 li:before {
  display: none;
}

.data1 strong {
  display: block;
}

.data1.-c3 li,
.data1.-c4 li {
  --notlast: 0;
  --notfirst: 0;
  width: 33.33%;
}

.data1.-c4 li {
  width: 25%;
}

.data1.-c3 li:not(:nth-child(3n)),
.data1.-c4 li:not(:nth-child(4n)) {
  --notlast: 1;
}

.data1.-c3 li:not(:nth-child(3n+1)),
.data1.-c4 li:not(:nth-child(4n+1)) {
  --notfirst: 1;
}

.data1.-c3 li:nth-child(3n):nth-last-child(-n+4)~*,
.data1.-c4 li:nth-child(4n):nth-last-child(-n+5)~* {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.data2 {
  padding-top: var(--s1);
  padding-bottom: var(--s1);
  border: 2px solid #ccc;
  border-width: 2px 0;
  border-color: var(--color-separator1);
}

.data2 table {
  width: 100%;
  font-size: 13px;
}

.data2.-fixed table {
  table-layout: fixed;
}

.data2 th,
.data2 td {
  border: none;
  padding: 0;
  font-size: inherit;
  vertical-align: top;
}

.data2 tr>:not(:first-child) {
  padding-left: 10px;
}

.data2 tr>:not(:last-child) {
  padding-right: 10px;
}

.data2 thead th {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-separator1);
  background: none;
  text-transform: none;
}

.data2 tbody tr>* {
  padding-top: 15px;
}

.data2 tbody tr>:not(:first-child) {
  border-left: 1px dashed var(--color-separator1);
}

.data2 .-y,
.data2 .-n {
  display: block;
  margin: -3px 0 0 -10px;
  padding: 3px 10px;
  background: #DEEAD8;
  color: #5A8A43;
  text-align: center;
}

.data2 .-n {
  background: #EDDADC;
  color: #D1300B;
}

@media screen and (max-width:359px) {
  .data2 table {
    font-size: 12px;
  }
}

.details1 {
  padding: 15px 10px;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(0,0,0,.1);
}

.details1-list[class] li {
  margin-bottom: 7px;
}

.dropdown1 {
  position: relative;
}

.dropdown1-check {
  position: absolute;
  left: -10001px;
}

.dropdown1-label {
  margin-bottom: 5px;
}

.dropdown1-field {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px;
  border: 1px solid #cacaca;
  border-color: var(--color-field1);
  border-radius: 4px;
  background: url(/assets/images/select1.png) 100% 50% no-repeat;
  background-color: var(--color-background);
  background-size: 30px 13px;
  vertical-align: top;
  font: inherit;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

:checked~.dropdown1-field {
  border-color: var(--color-field2);
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}

.dropdown1-menu {
  display: none;
  margin: -3px 0 0;
  padding: 0;
  border: 1px solid #595959;
  border-width: 0 1px 1px;
  border-color: var(--color-field2);
  border-radius: 0 0 4px 4px;
}

:checked~.dropdown1-menu {
  display: block;
}

.dropdown1-menu li:before {
  display: none;
}

.dropdown1-menu a {
  display: block;
  padding: 5px 9px;
  color: inherit;
}

.error1[class] {
  display: none;
  margin-top: 5px;
  color: #D0021B;
  color: var(--color-error1);
  font: inherit;
  font-size: 13px;
  line-height: 16px;
}

.error1.visible {
  display: block;
}

.error1[class]:before {
  display: inline-block;
  content: '!';
  width: 12px;
  height: 12px;
  margin: 2px 6px 0 0;
  padding-left: .7px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #FBDDE1;
  background: var(--color-error1);
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
}

.fieldbox1 {
  position: relative;
}

.fieldbox1.-search:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\e8b6';
  width: 38px;
  font: 18px/40px Icons;
  text-align: center;
}

.fieldbox1 label:first-child {
  display: none;
}

.fieldbox1 input[type] {
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
}

.fieldbox1.-search input[type] {
  padding-left: 35px;
}

.fieldbox1 button {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  text-transform: none;
}

.fieldbox1 input:focus + button {
  border-color: var(--color-field2);
}

.fieldbox1 button:before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  content: '';
  width: 1px;
  background: var(--color-field1);
}

.figure1 .img1-corner {
  font-size: 16px;
}

.figure1 figcaption {
  margin-top: 0;
  padding: 10px 14px;
  padding: 10px var(--sx);
  border-bottom: 1px solid;
  border-bottom-color: var(--color-separator1);
}

.flag1 {
  display: inline-block;
  margin-right: .25ex;
  padding: .1em 0;
  color: var(--color-breaking);
  font-size: .9em;
  font-family: var(--font-family1);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: baseline;
}

.flag1:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 1em;
  margin-left: .4em;
  background: currentColor;
  vertical-align: top;
}

.flag1 i {
  vertical-align: top;
}

.flag1 i:not(:last-child) {
  margin-right: .2em;
}

.footer1 {
  background: #f8f8f8;
  background-color: var(--color-bg2);
  text-align: center;
}

.footer1-note {
  background: #e8e8e8;
  font-size: 12px;
  text-align: left;
}

.footer1-logo {
  font-size: 20px;
  line-height: 1;
}

.footer1-socials {
  line-height: 24px;
}

.footer1-socials p {
  font-size: 12px;
  line-height: inherit;
}

.footer1-socials ul {
  --gap: 10px;
  margin-left: 10px;
  vertical-align: top;
}

.footer1-socials li a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFF;
  color: #fff;
  font-size: 16px;
}

.footer1-socials li .icon-gplus:before {
  font-size: .9em;
  vertical-align: top;
}

.footer1-links {
  --color-accent1: 'inherit';
  padding: 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  font-size: 12px;
  text-align: left;
}

.footer1-links li {
  margin-bottom: 5px;
}

.footer1-links li:before {
  display: none;
}

.footer1-group {
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
}

.footer1-group a {
  color: inherit;
}

.footer1-group i {
  color: #202c74;
  font-size: 22px;
  line-height: 1;
  vertical-align: top;
}

.gate1 {
  position: relative;
  margin-top: -150px;
  padding-top: 150px;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.8) 100px,#fff 140px);
}

.gate1 .button1 {
  min-width: 250px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.gdpr18 {
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 14px;
  box-shadow: 0 -1px 7px 0 rgba(0,0,0,.15);
  background-color: #f8f8f8;
  color: var(--color-text2);
  font-size: 12px;
}

.gdpr18-svg {
  display: none;
}

.gdpr18-header {
  margin: 0 0 .5em;
  color: var(--color-text1);
  font-size: 19px;
}

.gdpr18-header svg {
  display: inline-block;
  width: 1.58em;
  height: 1.37em;
  margin-right: 10px;
  vertical-align: top;
}

.gdpr18-content a,
.gdpr18-content a:hover {
  color: inherit;
  box-shadow: 0 .5px;
  text-decoration: none;
}

.gdpr18-actions {
  --gap: 6px;
}

.gdpr18-actions p {
  width: 50%;
}

.gdpr18-actions .button1 {
  display: block;
  width: 100%;
  font-size: 12px;
  text-transform: none;
}

.gdpr18-actions .button1.-filled {
  border-color: currentColor;
  background-color: currentColor;
}

.gdpr18-actions .button1 svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 5px 0 0;
  vertical-align: -.05em;
}

.header1 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-family1);
  text-transform: uppercase;
}

.header1 + hr {
  margin-top: 0;
}

.header1.-sep:after {
  display: block;
  content: '';
  height: 1px;
  margin-top: 12px;
  background: var(--color-separator1);
}

.header1:before {
  position: absolute;
  top: 0;
  left: 0;
  left: calc(var(--sx) * -1);
  right: 0;
  right: calc(var(--sx) * -1);
  content: '';
  height: 2px;
  background: var(--color-accent2);
}

.header1 a {
  display: block;
  margin: calc(var(--s2) * -1);
  padding: var(--s2);
  line-height: 20px;
}

.header1 a:before {
  float: right;
  content: '\e315';
  margin: 0 0 0 10px;
  font-family: Icons;
  font-weight: 400;
}

.header1 span {
  line-height: 20px;
}

.header1 span:not(:last-child):after {
  content: ' | ';
}

.header1 span:last-child {
  font-size: 20px;
}

.header1.-small span {
  font-size: inherit;
}

.header1 small {
  color: var(--color-text3);
  font: inherit;
}

.img1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.img1.-gradient:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 40px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));
}

.img1 img {
  display: block;
  border-radius: 4px;
}

.img1.-straight img {
  border-radius: 0;
}

.img1.-straight.-gradient:after {
  border-radius: 0;
}

.img1.-circle,
.img1.-circle img {
  border-radius: 50%;
}

.img1.-stroke {
  overflow: visible;
  box-shadow: 0 0 0 1px var(--color-text3);
}

.img1-corner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  line-height: 1.75em;
}

.img1-corner i {
  display: inline-block;
  min-width: 1.75em;
  border-radius: 0 0 0 4px;
  background: rgba(0,0,0,.7);
  line-height: inherit;
  vertical-align: top;
  text-align: center;
}

.img1-corner i:before {
  font-size: 1.25em;
  vertical-align: top;
  line-height: inherit;
}

.img1.-straight .img1-corner i {
  border-radius: 0;
}

.img1-corner small {
  font: inherit;
  font-weight: 500;
  vertical-align: top;
}

.img1-corner i + small {
  margin-left: 1px;
}

.join1 {
  position: relative;
  border-top: 2px solid;
  border-top-color: var(--color-news);
}

.join1-title {
  font: inherit;
  font-size: 20px;
  line-height: 1;
}

.join1-title i {
  margin-right: 2px;
  vertical-align: top;
}

.join1-intro {
  margin-bottom: 10px;
}

.lightbox1 {
  min-height: 100vh;
  background: #fff;
}

.lightbox1-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.lightbox1-wrap {
  height: 100%;
}

.lightbox1 .carousel2 {
  height: 100%;
}

.podcast1 {
  margin-bottom: var(--s3);
}

.podcast1 + .podcast1 {
  padding-top: var(--s3);
  border-top: 1px solid transparent;
  border-top-color: var(--color-separator1);
}

.podcast1-header a {
  display: block;
}

.podcast1-title {
  font-size: 22px;
  font-weight: 400;
}

.podcast1-title .flag1 {
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
  font-size: 1em;
}

.podcast1-subscribe p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.podcast1-subscribe ul {
  --gap: 20px;
  --row-gap: 5px;
}

.podcast1-subscribe li {
  font-size: 12px;
  line-height: 20px;
}

.podcast1-subscribe li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.podcast1-subscribe li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  border-radius: 3px;
  background: #F26522;
  color: #fff;
  font-size: 14px;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
}

.podcast1-subscribe li .icon-apodcast {
  background-image: linear-gradient(-180deg,#F452FF 0%,#832BC1 100%);
}

.podcast1-subscribe li .icon-soundcloud {
  background-color: #F8630E;
}

@media screen and (max-width:360px) {
  .podcast1-subscribe ul {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.related1-title {
  font: inherit;
  font-weight: 700;
}

.related1-entries {
  padding-left: 20px;
}

.related1-entries li:not(:last-child) {
  margin-bottom: 10px;
}

.related1-entries li:before {
  margin-left: -20px;
  font-size: 30px;
  line-height: .7;
}

.rating1 {
  display: flex;
  margin-left: -.125em;
  color: #ea7c16;
  font-size: 16px;
  line-height: 1;
}

.rating1.-large {
  font-size: 30px;
}

.rating1.-center {
  justify-content: center;
}

.rating1>* {
  flex: none;
  min-width: 0;
}

.rating1>:not(.-on) {
  color: #e8e8e8;
}

.search1 p {
  position: relative;
}

.search1 input[type] {
  padding-left: 39px;
  padding-right: 19px;
  border-radius: 20px;
  background: var(--color-bg2);
}

.search1 button {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  font-size: 20px;
}

.share2 {
  min-height: 48px;
}

.share2-items {
  --gap: 4px;
  color: #515559;
  vertical-align: top;
}

.share2-items .button {
  display: block;
  margin: 0 auto;
  background: currentColor;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}

.share2-items .button i {
  display: block;
  color: #fff;
  vertical-align: top;
}

.sidenav1[class] {
  margin: 0;
  background: #fff;
  transition: transform 0.3s ease;
}

.sidenav1-wrap {
  position: relative;
  width: 256px;
  margin: 0;
  background: #fff;
}

.sidenav1-bar {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 6px 18px;
  background: #f8f8f8;
  background-color: var(--color-bg2);
  color: var(--color-text3);
  line-height: 34px;
}

.sidenav1-bar li.-close {
  margin-right: auto;
  font-size: 20px;
}

.sidenav1-bar li.-avatar {
  width: 34px;
}

.sidenav1-bar li~li {
  margin-left: 10px;
}

.sidenav1-bar li~li~li {
  position: relative;
  margin-left: 28px;
}

.sidenav1-bar li~li~li:after {
  position: absolute;
  left: -15px;
  top: -6px;
  bottom: -6px;
  content: '';
  width: 1px;
  background: var(--color-field1);
}

.sidenav1-bar li:before {
  display: none;
}

.sidenav1-bar li a {
  display: block;
  color: inherit;
}

.sidenav1-bar li a.-circular {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px;
  text-align: center;
}

.sidenav1-bar li a.-circular:before {
  vertical-align: top;
}

.sidenav1-bar li i {
  vertical-align: top;
  font-size: 20px;
}

.sidenav1-wrap .search1 {
  position: sticky;
  left: 0;
  top: 46px;
  z-index: 2;
  margin: 0;
  padding: 14px 18px;
  background: #fff;
}

.sidenav1-nav {
  padding: 0 0 20px;
}

.sidenav1-nav li {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 36px;
}

.sidenav1-nav li.is-active:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 5px;
  height: 36px;
  background: currentColor;
}

.sidenav1-nav li.-main {
  border-top: 2px solid transparent;
  font-size: 20px;
}

.sidenav1-nav li.-main + li:not(.-main) {
  margin-top: 5px;
}

.sidenav1-nav li:before {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 0;
  content: '';
  height: 1px;
  margin: 0;
  background: currentColor;
  color: var(--color-separator1);
}

.sidenav1-nav li.-main:before {
  display: block;
}

.sidenav1-nav li.-main>a {
  padding-bottom: 4px;
}

.sidenav1-nav li.-main>a:not(:last-child) {
  font-weight: 700;
}

.sidenav1-nav a {
  display: block;
  padding: 0 40px 0 20px;
  color: inherit;
}

.sidenav1-nav input {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  visibility: hidden;
}

.sidenav1-nav label {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  color: inherit;
  font: 18px Icons;
  line-height: inherit;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.sidenav1-nav label:before {
  content: '\e313';
}

.sidenav1-nav input:checked~label:before {
  content: '\e316';
}

.sidenav1-nav ul {
  display: none;
  position: relative;
  padding: 0;
  background: #f8f8f8;
  background-color: var(--color-bg2);
}

.sidenav1-nav input:checked~ul {
  display: block;
}

.sidenav1-nav li li {
  font-size: 14px;
  font-weight: 400;
}

.sidenav1-nav li.-main li {
  font-size: 16px;
  font-weight: 500;
}

.sidenav1-nav li li a {
  color: #FFF;
  color: var(--color-default);
}

.sidenav1-nav li.-main li li {
  font-weight: 400;
}

.sidenav1-nav li li li a {
  padding-left: 35px;
}

.sidenav1-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 111;
  content: '';
  width: 0;
  margin: 0;
  background: #FFF;
  opacity: 0;
  transition: opacity 0.3s,width 0s 0.3s;
  pointer-events: none;
}

.sidenav1[aria-hidden=false]~.sidenav1-overlay {
  width: 100vw;
  opacity: .2;
  transition-delay: 0s;
}

.slot1.-gray {
  background-color: #f3f3f3;
}

.slot1 [src] {
  vertical-align: top;
}

.teaser2 + .slot2,
.teaser1 + .slot2 {
  padding-top: var(--s2);
  border-top: 1px solid transparent;
  border-top-color: var(--color-separator1);
}

.story1-section {
  border-top: 2px solid var(--color-accent2);
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

.story1-title,
.story1-subtitle {
  margin-bottom: 7px;
}

.story1-lead {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width:719px) {
  .table1 {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
    margin-left: calc(var(--sx) * -1);
    margin-right: calc(var(--sx) * -1);
  }

  .table1:after {
    position: absolute;
    right: 20px;
    bottom: -16px;
    content: '\e90d';
    background-size: contain;
    font: 22px/1 Icons;
    opacity: .75;
    animation: swipeleft 2s infinite;
  }

  .table1>.wrap {
    overflow: auto;
    overflow-y: hidden;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }

  .table1 table {
    min-width: 680px;
  }

  .table1 tr>:first-child {
    padding-left: 20px;
    padding-left: var(--sx);
  }

  .table1 tr>:last-child {
    padding-right: 40px;
  }

@keyframes swipeleft {
    0% {
      opacity: 0;
      transform: translate3d(0,0,0);
    }

    60% {
      transform: translate3d(-20px,0,0);
      opacity: .75;
    }

    80% {
      opacity: .75;
    }

    100% {
      opacity: 0;
      transform: translate3d(-20px,0,0);
    }
}
}

.teaser2 {
  margin-bottom: var(--s2);
  font-size: 16px;
}

.teaser2 + .teaser2,
.podcast1 + .teaser2,
.teaser1 + .teaser2,
.slot2 + .teaser2 {
  padding-top: var(--s2);
  border-top: 1px solid transparent;
  border-top-color: var(--color-separator1);
}

.teaser2.-s7d .teaser2-wrap {
  background: #f3f3f3;
}

.teaser2-image {
  width: 23.75%;
  margin: 0;
}

.teaser2-image.-wide {
  width: 34.25%;
}

.teaser2-image + .teaser2-main {
  padding-left: 14px;
}

.teaser2 .rating1 {
  margin-bottom: 7px;
}

.teaser2-author {
  margin-bottom: 3px;
}

.teaser2-title {
  font-size: inherit;
  line-height: 1.31;
  font-weight: 400;
}

.teaser2-section {
  margin: 2px 0 0;
  font: inherit;
  font-size: 12px;
}

.teaser2-meta {
  margin: 2px 0 0;
  font: inherit;
  font-size: 12px;
}

.teaser2.-flat .teaser2-wrap {
  display: block;
}

.teaser2.-flat .teaser2-image {
  width: 100%;
}

.teaser2.-flat .teaser2-image + .teaser2-main {
  margin-top: 7px;
  padding-left: 0;
}

@media screen and (max-width:374px) {
  .teaser2 {
    font-size: 14px;
  }
}

.tick1 {
  position: absolute;
  left: -10001px;
}

.tick1 + label {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}

.tick1 + label:before {
  float: left;
  content: '';
  width: 20px;
  height: 20px;
  margin: 1px 10px 0 -30px;
  border: 1px solid #cacaca;
  border-color: var(--color-field1);
  border-radius: 4px;
  background: #fff;
  background-color: var(--color-background);
  background-clip: content-box;
  font: 18px/18px Icons;
  vertical-align: top;
  text-align: center;
}

.tick1[type=radio] + label:before {
  border-radius: 50%;
}

.tick1[type=checkbox]:checked + label:before {
  content: '\e5ca';
}

.tick1[type=radio]:checked + label:before {
  padding: 5px;
  background-color: currentColor;
}

.tick1[aria-invalid=true] + label {
  color: var(--color-error1);
}

.tick1[aria-invalid=true] + label:before {
  border-color: var(--color-error1);
}

.tick1~.error1 {
  margin-left: 30px;
}

.top1 {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  max-width: inherit;
  box-shadow: 0 3px 4px -2px rgba(150,150,150,.4);
  background: #fff;
  text-align: center;
}

.top1~.content1 {
  padding-top: 55px;
}

.top1-wrap {
  position: relative;
  min-height: 55px;
}

.top1-logo {
  font-size: 26px;
  line-height: 1;
}

.top1-logo .icon-independent {
  margin-top: 3px;
}

.top1-logo .icon-bt {
  margin-left: 5px;
  margin-top: 8px;
  font-size: 24px;
}

.top1-logo img {
  display: block;
}

.top1-toggler {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top1-toggler a {
  vertical-align: top;
}

@media screen and (max-width:359px) {
  .top1-logo .icon-bt {
    margin-left: 30px;
  }
}

.votes1 {
  position: relative;
}

.votes1-brow {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.votes1-brow i {
  font-size: 18px;
}

.votes1-retuls {
  padding-top: 30px;
}

.votes1-retuls table {
  width: 100%;
}

.votes1-retuls td {
  position: relative;
  border: none;
  height: 54px;
  padding: 0;
  border-radius: 4px 0 0 4px;
  background: currentColor;
  font-size: 16px;
  line-height: 54px;
  white-space: nowrap;
}

.votes1-retuls td + td {
  border-radius: 0 4px 4px 0;
}

.votes1-retuls td>strong {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
}

.votes1-retuls td>span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 10px;
}

.votes1-retuls td + td>strong,
.votes1-retuls td + td>span {
  left: auto;
  right: 0;
}

.votes1-turnout {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: currentColor repeating-linear-gradient(45deg,transparent,transparent 1px,#fff 1px,#fff 3px);
  color: #b0bec5;
  font-size: 14px;
  line-height: 26px;
}

.votes1-turnout td {
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 4px 0 0 4px;
}

.votes1-turnout td:first-child {
  background: currentColor;
}

.votes1-turnout span {
  position: absolute;
  left: 10px;
  top: 0;
}

.-c\:v-sea {
  color: #0097a7;
}

.-c\:v-orange {
  color: #ffa000;
}

.-c\:v-blue {
  color: #0a5885;
}

.-c\:v-green {
  color: #5b8b49;
}

.-c\:v-magenta {
  color: #b7345b;
}

.votes2 ul {
  --c: 3;
  --g: 4px;
  --w: calc((100% - (var(--c) * var(--g) - var(--g))) / var(--c));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(var(--c),1fr);
  grid-column-gap: var(--g);
  grid-row-gap: var(--g);
  padding: 0;
  color: #979797;
}

.votes2 li {
  width: var(--w);
  min-width: 0;
  margin: 0;
  padding: 10px 0 2px;
  background: currentColor;
  font-size: 14px;
  text-align: center;
}

@supports (display:grid) {
  .votes2 li {
    width: 100%;
  }
}

.votes2 li:before {
  display: none;
}

.votes2 strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}

.votes2 span {
  display: block;
  background: rgba(255,255,255,.8);
  color: var(--color-default);
}

.-c\:v-dup {
  color: #C0153D;
}

.-c\:v-sf {
  color: #00623F;
}

.-c\:v-uup {
  color: #6AB1E6;
}

.-c\:v-sdlp {
  color: #65A966;
}

.-c\:v-ap {
  color: #CDAF2D;
}

.-c\:v-grn {
  color: #28A500;
}

.-c\:v-tuv {
  color: #6DCAD2;
}

.-c\:v-ukip {
  color: #712F87;
}

.-c\:v-con {
  color: #0575C9;
}

.-c\:v-ind {
  color: #D26FBC;
}

.-c\:v-pup {
  color: #000B66;
}

.-c\:v-aon {
  color: #FFEF32;
}

.-c\:v-dvp {
  color: #FFEF32;
}

.button1,
[type="submit"],
[type="button"],
[type="reset"] {
  display: inline-block;
  height: auto;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #cacaca;
  border-color: var(--color-field1);
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.c-sidenav1-subscribe>.button1,
.c-top1-register>.button1 {
  --bcn: var(--c_d1t);
  --own: 2px;
  --orn: 4px;
  --ocn: var(--bc);
  --tcn: var(--c_d8t);
  --ow: var(--own);
  --oc: var(--ocn);
  --or: var(--orn);
  --bc: var(--bcn);
  --tc: var(--tcn);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: none;
  border-radius: var(--or);
  box-shadow: inset 0 0 0 var(--ow) var(--oc);
  background: var(--bc);
  color: var(--tc);
  font: 500 16px/20px var(--ff_3);
  text-align: center;
  text-decoration: none;
  transition-property: var(--t8n_p1),color;
  text-transform: inherit;
}

.button1:hover,
[type="submit"]:hover,
[type="button"]:hover,
[type="reset"]:hover {
  text-decoration: none;
}

.button1.-block {
  display: block;
  width: 100%;
}

.button1.-small {
  min-height: 30px;
  padding: 4px 9px;
}

.button1.-filled {
  border-color: currentColor;
  background-color: currentColor;
}

.button1.-filled span:not([class*="-c:"]) {
  color: #fff;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}

[class^="icon-"] i,
[class*=" icon-"] i {
  font: inherit;
}

[class^="icon-"]>span,
[class*=" icon-"]>span {
  display: none;
}

.icon-independent:before {
  content: "\e900";
  color: #262626;
}

.icon-independent:after {
  content: "\e901";
  margin-left: -6.703450520833335em;
  color: var(--color-accent1);
}

.icon-herald:before {
  content: "\e914";
  color: #ED1C24;
}

.icon-herald:after {
  content: "\e915";
  margin-left: -4.5263671875em;
  color: #000;
}

.icon-bt:before {
  content: "\e912";
  color: #1D1D1B;
}

.icon-bt:after {
  content: "\e913";
  margin-left: -10.3671875em;
  color: #1D1D1B;
}

.icon-inm:before {
  content: "\e90c";
}

.icon-harp:before {
  content: "\e918";
}

.icon-star:before {
  content: "\e917";
}

.icon-comment:before {
  content: "\e903";
}

.icon-drag:before {
  content: "\e90d";
}

.icon-newsletter:before {
  content: "\e904";
}

.icon-quote:before {
  content: "\e905";
}

.icon-select:before {
  content: "\e906";
}

.icon-live:before {
  content: "\e902";
}

.icon-arrowdown:before {
  content: "\e5c5";
}

.icon-arrowup:before {
  content: "\e5c7";
}

.icon-update:before {
  content: "\e307";
}

.icon-latest:before {
  content: "\e307";
}

.icon-check:before {
  content: "\e5ca";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-menu:before {
  content: "\e3c7";
}

.icon-opinion:before {
  content: "\e244";
}

.icon-podcast:before {
  content: "\e310";
}

.icon-read:before {
  content: "\e02f";
}

.icon-email:before {
  content: "\e159";
}

.icon-user:before {
  content: "\e7ff";
}

.icon-user-filled:before {
  content: "\e916";
}

.icon-gallery:before {
  content: "\e412";
}

.icon-poll:before {
  content: "\e801";
}

.icon-breaking:before {
  content: "\e80b";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-share:before {
  content: "\e80d";
}

.icon-video:before {
  content: "\e04b";
}

.icon-letter:before {
  content: "\e911";
}

.icon-feed:before {
  content: "\e90e";
}

.icon-soundcloud:before {
  content: "\e90f";
}

.icon-apodcast:before {
  content: "\e910";
}

.icon-whatsapp:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-gplus:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e313";
}

.icon-left:before {
  content: "\e314";
}

.icon-right:before {
  content: "\e315";
}

.icon-up:before {
  content: "\e316";
}

.icon-live {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.icon-live:before {
  vertical-align: top;
}

.icon-live:after {
  display: inline-block;
  content: '\e902';
  margin-left: -1em;
  animation: live 1.5s infinite;
}

@keyframes live {
  0% {
    transform: scale(1);
    opacity: .6;
  }

  70% {
    transform: scale(2.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  color: inherit;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div,
form,
fieldset,
blockquote,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
main,
section,
ul,
ol,
dl,
dd,
p,
table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin-bottom: 14px;
  margin-bottom: var(--s2);
}

body>:not(.root1),
body>:not(.root1) div,
body>:not(.root1) form {
  margin-bottom: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: none;
}

fieldset[disabled] {
  opacity: .35;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label {
  cursor: pointer;
  vertical-align: middle;
}

label:first-child {
  display: block;
  margin: 0 0 5px;
}

label em {
  color: red;
  font-style: inherit;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  height: 40px;
  padding: 9px;
  border: 1px solid #cacaca;
  border-color: var(--color-field1);
  border-radius: 4px;
  background: var(--color-background);
  vertical-align: top;
  font: inherit;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.c-sidenav1-search>.fieldbox3>input[type=text],
.c-sidenav1-search>.fieldbox3>button {
  border: none!important;
  border-radius: unset!important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-field2);
}

input[aria-invalid=true],
textarea[aria-invalid=true],
select[aria-invalid=true] {
  border-color: var(--color-error1);
  background-color: var(--color-error2);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input::-ms-clear {
  display: none;
}

textarea {
  overflow: auto;
  height: auto;
  padding: 9px;
  resize: vertical;
}

textarea.autoresize {
  min-height: 40px;
  max-height: 160px;
}

select {
  padding: 8px 35px 8px 8px;
  background: url(/assets/images/select1.png) 100% 50% no-repeat;
  background-color: var(--color-background);
  background-size: 30px 13px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  font-style: normal;
  opacity: .5;
}

:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  font-style: normal;
  opacity: .5;
}

select:invalid,
select.is-placeholder {
  color: #aaa;
}

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 9px 13px;
  border: 1px solid #eee;
  border-color: var(--color-separator1);
  font-size: 14px;
  text-align: left;
}

table thead th {
  background: var(--color-thead1,rgba(0,0,0,.05));
  font-size: 12px;
  text-transform: uppercase;
}

ul,
ol,
dd,
blockquote {
  padding-left: 40px;
}

ol,
ul {
  list-style: none;
  counter-reset: ordered;
}

li {
  counter-increment: ordered;
}

ol li:before {
  position: absolute;
  content: counter(ordered) '.';
  width: 15px;
  margin: 0 0 0 -30px;
  text-align: right;
}

ul li:before {
  float: left;
  overflow: hidden;
  content: '\2022';
  margin: 0 0 0 -25px;
}

dt {
  margin-bottom: 5px;
  font-weight: 700;
}

dd {
  padding-left: 0;
}

a {
  background: transparent;
  color: #006834;
  color: var(--color-accent1);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a span {
  cursor: pointer;
}

img {
  max-width: 100%;
  border-width: 0;
  box-sizing: content-box;
}

figure img {
  display: block;
}

figcaption {
  color: var(--color-text3);
  margin-top: 10px;
}

blockquote {
  position: relative;
  margin: var(--s3) 0;
  padding: 0 0 0 35px;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '\e905';
  color: #cacaca;
  color: var(--color-field1);
  font: 18px/1 Icons;
}

cite {
  display: block;
  margin-top: 10px;
  font: inherit;
}

pre {
  padding: 10px;
  border: 1px solid #ccc;
  background: #f3f3f3;
  color: #333;
  font: 12px/1.2 Consolas,Monaco,Courier New,monospace;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  padding: 2px 4px;
  background-color: #f3f3f3;
  color: #333;
  font: 12px/1.2 Consolas,Monaco,Courier New,monospace;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

hr {
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin: 14px 0;
  margin: var(--s2) 0;
  border: none;
  border: none;
  border-top: 1px solid;
  background: none;
  color: #ccc;
  color: var(--color-separator1);
  font-size: 0;
}

sup,
sub {
  font-size: .6875em;
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b,
strong {
  font-weight: bolder;
}

mark {
  padding: 0 2px;
  background-color: #f3f3f3;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
cite,
figcaption,
[class*="-ts:"] {
  font: 16px/1.38 Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-family: var(--font-family1);
  letter-spacing: 0;
  text-transform: none;
}

h1,
.-ts\:1,
h2,
.-ts\:2,
h3,
.-ts\:3,
h4,
.-ts\:4,
h5,
.-ts\:5,
h6,
.-ts\:6,
blockquote,
.-ts\:7,
.-ts\:10,
.-ts\:11,
.-ts\:12 {
  color: #000;
  color: var(--color-default);
  font-weight: 700;
  font-family: Roboto Slab,Roboto,sans-serif;
  font-family: var(--font-family2);
}

h1,
.-ts\:1 {
  font-size: 22px;
  line-height: 1.18;
}

h2,
.-ts\:2 {
  font-size: 19px;
  line-height: 1.32;
}

h3,
.-ts\:3 {
  font-size: 16px;
  line-height: 1.38;
}

h4,
.-ts\:4 {
  font-size: 14px;
  line-height: 1.43;
}

h5,
.-ts\:5 {
  font-size: 12px;
  line-height: 1.5;
}

h6,
.-ts\:6 {
  font-size: 10px;
  line-height: 1.6;
}

blockquote,
.-ts\:7 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
}

cite,
.-ts\:8 {
  font-size: 13px;
  line-height: 1.46;
  font-weight: 700;
}

figcaption,
.-ts\:9 {
  font-size: 12px;
  line-height: 1.33;
}

.-ts\:10 {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 400;
}

.-ts\:11 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.-ts\:12 {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 400;
}

.-ts\:13 {
  font-size: 13px;
  line-height: 1.38;
}

.-ts\:14 {
  font-size: 18px;
  line-height: 1.38;
  font-weight: 700;
}

.-ts\:15 {
  font-size: 14px;
  line-height: 1.43;
}

a.-as\:1,
.-as\:1 a {
  text-decoration: none;
  outline: none;
}

a.-as\:2,
.-as\:2 a {
  color: inherit;
  text-decoration: underline;
}

.-ls\:1 {
  padding: 0;
}

.-ls\:1 li {
  margin-bottom: 3px;
}

.-ls\:1 li:before {
  display: none;
}

.-ls\:2 {
  padding-left: 25px;
}

.-ls\:2 li:before {
  content: '\e5ca';
  font-family: Icons;
}

[class*="-mb:"],
[class*="-my:"] {
  margin-bottom: 20px;
}

[class*="-mt:"],
[class*="-my:"] {
  margin-top: 20px;
}

[class*="-nb:"],
[class*="-ny:"] {
  margin-bottom: -20px;
}

[class*="-nt:"],
[class*="-ny:"] {
  margin-top: -20px;
}

[class*="-nl:"],
[class*="-nx:"] {
  margin-left: -20px;
}

[class*="-nr:"],
[class*="-nx:"] {
  margin-right: -20px;
}

[class*="-pb:"],
[class*="-py:"],
[class*="-pa:"] {
  padding-bottom: 20px;
}

[class*="-pt:"],
[class*="-py:"],
[class*="-pa:"] {
  padding-top: 20px;
}

[class*="-pl:"],
[class*="-px:"],
[class*="-pa:"] {
  padding-left: 20px;
}

[class*="-pr:"],
[class*="-px:"],
[class*="-pa:"] {
  padding-right: 20px;
}

.-mb\:a,
.-my\:a {
  margin-bottom: auto;
}

.-mt\:a,
.-my\:a {
  margin-top: auto;
}

.-ml\:a,
.-mx\:a {
  margin-left: auto;
}

.-mr\:a,
.-mx\:a {
  margin-right: auto;
}

.-mb\:0,
.-my\:0 {
  margin-bottom: 0;
}

.-mt\:0,
.-my\:0 {
  margin-top: 0;
}

.-mb\:1,
.-my\:1 {
  margin-bottom: var(--s1);
}

.-mt\:1,
.-my\:1 {
  margin-top: var(--s1);
}

.-nb\:1,
.-ny\:1,
.-na\:1 {
  margin-bottom: calc(var(--s1) * -1);
}

.-nt\:1,
.-ny\:1,
.-na\:1 {
  margin-top: calc(var(--s1) * -1);
}

.-nl\:1,
.-nx\:1,
.-na\:1 {
  margin-left: calc(var(--s1) * -1);
}

.-nr\:1,
.-nx\:1,
.-na\:1 {
  margin-right: calc(var(--s1) * -1);
}

.-pb\:1,
.-py\:1,
.-pa\:1 {
  padding-bottom: var(--s1);
}

.-pt\:1,
.-py\:1,
.-pa\:1 {
  padding-top: var(--s1);
}

.-pl\:1,
.-px\:1,
.-pa\:1 {
  padding-left: var(--s1);
}

.-pr\:1,
.-px\:1,
.-pa\:1 {
  padding-right: var(--s1);
}

.-mb\:2,
.-my\:2 {
  margin-bottom: var(--s2);
}

.-mt\:2,
.-my\:2 {
  margin-top: var(--s2);
}

.-nb\:2,
.-ny\:2,
.-na\:2 {
  margin-bottom: calc(var(--s2) * -1);
}

.-nt\:2,
.-ny\:2,
.-na\:2 {
  margin-top: calc(var(--s2) * -1);
}

.-nl\:2,
.-nx\:2,
.-na\:2 {
  margin-left: calc(var(--s2) * -1);
}

.-nr\:2,
.-nx\:2,
.-na\:2 {
  margin-right: calc(var(--s2) * -1);
}

.-pb\:2,
.-py\:2,
.-pa\:2 {
  padding-bottom: var(--s2);
}

.-pt\:2,
.-py\:2,
.-pa\:2 {
  padding-top: var(--s2);
}

.-pl\:2,
.-px\:2,
.-pa\:2 {
  padding-left: var(--s2);
}

.-pr\:2,
.-px\:2,
.-pa\:2 {
  padding-right: var(--s2);
}

.-mb\:3,
.-my\:3 {
  margin-bottom: var(--s3);
}

.-mt\:3,
.-my\:3 {
  margin-top: var(--s3);
}

.-nb\:3,
.-ny\:3,
.-na\:3 {
  margin-bottom: calc(var(--s3) * -1);
}

.-nt\:3,
.-ny\:3,
.-na\:3 {
  margin-top: calc(var(--s3) * -1);
}

.-nl\:3,
.-nx\:3,
.-na\:3 {
  margin-left: calc(var(--s3) * -1);
}

.-nr\:3,
.-nx\:3,
.-na\:3 {
  margin-right: calc(var(--s3) * -1);
}

.-pb\:3,
.-py\:3,
.-pa\:3 {
  padding-bottom: var(--s3);
}

.-pt\:3,
.-py\:3,
.-pa\:3 {
  padding-top: var(--s3);
}

.-pl\:3,
.-px\:3,
.-pa\:3 {
  padding-left: var(--s3);
}

.-pr\:3,
.-px\:3,
.-pa\:3 {
  padding-right: var(--s3);
}

.-sb\:1,
.-sy\:1 {
  border-bottom: 1px solid var(--color-separator1);
}

.-st\:1,
.-sy\:1 {
  border-top: 1px solid var(--color-separator1);
}

.-c\:default,
html {
  color: var(--color-default);
}

.-c\:background {
  color: var(--color-background);
}

.-c\:inherit {
  color: inherit;
}

.-c\:text1 {
  color: var(--color-text1);
}

.-c\:text2 {
  color: var(--color-text2);
}

.-c\:text3 {
  color: var(--color-text3);
}

.-c\:accent1,
.-c\:brand1 {
  color: var(--color-accent1);
}

.-c\:accent2,
.-c\:brand2 {
  color: var(--color-accent2);
}

.-c\:white {
  color: #fff;
}

.-c\:black {
  color: #000;
}

.-c\:news {
  color: var(--color-news);
}

.-c\:business {
  color: var(--color-business);
}

.-c\:sport {
  color: var(--color-sport);
}

.-c\:life {
  color: var(--color-life);
}

.-c\:style {
  color: var(--color-style);
}

.-c\:entertainment {
  color: var(--color-entertainment);
}

.-c\:travel {
  color: var(--color-travel);
}

.-c\:opinion {
  color: var(--color-opinion,var(--color-news));
}

.-c\:farm {
  color: var(--color-farm);
}

.-c\:archive {
  color: var(--color-archive,var(--color-news));
}

.-c\:breaking {
  color: var(--color-breaking);
}

.-c\:live {
  color: var(--color-live);
}

.-c\:sponsored {
  color: var(--color-sponsored);
}

.-c\:night {
  color: var(--color-night);
}

.-c\:twitter {
  color: #2796dd;
}

.-c\:facebook {
  color: #3B5998;
}

.-c\:instagram {
  color: #fb3958;
}

.-c\:gplus {
  color: #de5145;
}

.-c\:whatsapp {
  color: #25d366;
}

.-c\:comment {
  color: #1c399a;
}

.-ff\:1,
html {
  font-family: var(--font-family1);
}

.-ff\:2 {
  font-family: var(--font-family2);
}

.-fw\:4 {
  font-weight: 400;
}

.-fw\:5 {
  font-weight: 500;
}

.-fw\:7 {
  font-weight: 700;
}

.-ta\:l {
  text-align: left;
}

.-ta\:c {
  text-align: center;
}

.-ta\:r {
  text-align: right;
}

.-tt\:u {
  text-transform: uppercase;
}

.-tt\:n {
  text-transform: none;
}

.-us\:n {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[hidden] {
  display: none;
}

:last-child {
  margin-bottom: 0;
}

[role=button],
[on] {
  outline: none;
  cursor: pointer;
}

amp-accordion>section {
  margin-bottom: var(--s2);
}

[class*=amphtml-accordion-header] {
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
}

[class*=amphtml-accordion-content] {
  margin: 10px 0 0;
}

[class*=amphtml-loader] {
  width: 1em;
  height: 1em;
  margin: -.5em 0 0 -.5em;
  border: 1.5px solid #444;
  border-color: #ccc #ccc #777 #777;
  border-radius: 50%;
  font-size: 20px;
  animation: spin 1s infinite linear;
}

.theme1 [class*=amphtml-loader] {
  border-color: #fff #fff #ccc #ccc;
}

[class*=amphtml-loader-dot] {
  display: none;
  margin: 0 2px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

[data-flex] {
  display: -webkit-box;
  display: flex;
}

[data-flex~=inline] {
  display: -webkit-inline-box;
  display: inline-flex;
}

[data-flex]>* {
  min-width: 0;
}

[data-flex~=column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

[data-flex~=wrap] {
  flex-wrap: wrap;
}

[data-flex~=column][data-flex~=top],
[data-flex~=left]:not([data-flex~=column]) {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

[data-flex~=column][data-flex~=bottom],
[data-flex~=right]:not([data-flex~=column]) {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

[data-flex~=center]:not([data-flex~=column]),
[data-flex~=column][data-flex~=middle] {
  -webkit-box-pack: center;
  justify-content: center;
}

[data-flex~=between] {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

[data-flex~=around] {
  justify-content: space-around;
}

[data-flex~=evenly] {
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}

[data-flex~=column][data-flex~=left],
[data-flex~=top]:not([data-flex~=column]) {
  -webkit-box-align: start;
  align-items: flex-start;
}

[data-flex~=bottom]:not([data-flex~=column]),
[data-flex~=column][data-flex~=right] {
  -webkit-box-align: end;
  align-items: flex-end;
}

[data-flex~=column][data-flex~=center],
[data-flex~=middle]:not([data-flex~=column]) {
  -webkit-box-align: center;
  align-items: center;
}

[data-flex~=baseline] {
  -webkit-box-align: baseline;
  align-items: baseline;
}

[data-self~=auto] {
  -webkit-align-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

[data-self~=start] {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

[data-self~=end] {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

[data-self~=center] {
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

[data-self~=baseline] {
  -webkit-align-self: baseline;
  align-self: baseline;
}

[data-self~=first] {
  -webkit-box-ordinal-group: 0;
  order: -1;
}

[data-self~=last] {
  -webkit-box-ordinal-group: 100;
  order: 99;
}

[data-self~=none] {
  -webkit-box-flex: 0;
  flex: none;
}

[data-self~=grow] {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

[data-self~=noshrink] {
  flex-shrink: 0;
}

[data-self~=autobasis] {
  flex-basis: auto;
}

[data-self~=nobasis] {
  flex-basis: 0%;
}

.chart-container {
  border: 1px solid #d4d4d4;
  position: relative;
}

.chart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.highcharts-subtitle {
  display: none;
}
