html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, * {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
}

a {
	text-decoration: none;
	color: #000;
 
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.fit {
  max-width: 100%;
}

.half-width {
  width: 50%;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-100 {
  z-index: 100;
}

.z-index-999 {
  z-index: 999;
}

.desktop-only {
  display: none !important;
}

.share-button {
  width: 14px;
  height: 9px;
  display: inline-block;
  position: relative;
  float: right;
  background-image: url("../images/icon-blue-share.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.share-button::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -7px;
  background-color: #E9E9E9;
}

.advertisement {
  padding: 15px 6px 5px 5px;
  position: relative;
  background-color: #F5F5F5;
}
.advertisement span {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .8rem;
  text-transform: uppercase;
  color: #BBBABA;
}

article.box {
  width: 100%;
}
article.box figure a img {
  width: 100%;
}
article.box header .overtitle {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0173BA;
}
article.box header .overtitle::before {
  content: '';
  width: 14px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  background-color: #0173BA;
}
article.box header .subtitle {
  display: inline-block;
  line-height: 1.11;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.8rem;
  letter-spacing: -.33px;
}
article.box header .subtitle::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
article.box.xs {
  display: flex;
  flex-direction: row;
  position: relative;
}
article.box.xs figure {
  order: 2;
  margin-top: 23px;
}
article.box.xs figure a img {
  width: 108px;
  height: 60px;
}
article.box.xs header {
  order: 1;
}
article.box.xs header .share-button {
  position: absolute;
  right: 0;
}
article.box.xs header h2 {
  padding: 10px 5px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -.2px;
}
article.box.s {
  display: flex;
  position: relative;
  border-top: 2px solid #000;
}
article.box.s figure a img {
  width: 224px;
}
article.box.s header h2 {
  margin-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  line-height: 1.11;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -.23px;
}
article.box.m:not(.wide) {
  position: relative;
  border: none;
}
article.box.m:not(.wide) figure {
  margin-top: 20px;
}
article.box.m:not(.wide) header .overtitle {
  position: absolute;
  top: 8px;
}
article.box.m:not(.wide) header .share-button {
  position: absolute;
  top: 8px;
  right: 0;
}
article.box.m:not(.wide) header h2 {
  margin-top: 12px;
  line-height: 1.1;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -.25px;
}
article.box.m:not(.wide).no-photo header .share-button {
  width: 23px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: 60px;
  right: 29px;
  background-image: url("../images/icon-white-share.svg");
}
article.box.m:not(.wide).no-photo header h2.orange a {
  padding: 0 15px;
  font-size: 2.8rem;
  color: #FF7E29;
}
article.box.m:not(.wide).no-photo header h2.orange + h2 {
  padding: 0 15px;
  margin-top: 0;
  font-size: 2.8rem;
}
article.box.m:not(.wide):nth-child(odd) header .share-button {
  right: 14px;
}
article.box.m:not(.wide)::before {
  content: '';
  width: 100%;
  position: relative;
  top: -12px;
  display: block;
  border-top: 2px solid #000;
}
article.box.m.wide {
  padding-top: 14px;
  display: flex;
}
article.box.m.wide figure {
  width: 50%;
}
article.box.m.wide header {
  width: calc(50% + 14px);
  padding-left: 14px;
}
article.box.m.wide header h2 {
  margin: 15px;
  line-height: 1.08;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -.3px;
}
article.box.m.wide.big-photo {
  padding-bottom: 22px;
}
article.box.m.wide.big-photo figure {
  width: 85%;
}
article.box.m.wide.big-photo header h2 a {
  margin-top: 13px;
  display: block;
  line-height: 1.1;
  font-size: 2rem;
}
article.box.m.wide.big-photo header h2 a span {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -.2rem;
  color: #13A4FE;
}
article.box.m.video figure {
  position: relative;
}
article.box.m.video figure::after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-image: url("../images/icon-blue-play.svg");
  background-repeat: no-repeat;
}
article.box.xl {
  padding-bottom: 46px;
  position: relative;
}
article.box.xl figure {
  order: 1;
  position: relative;
}
article.box.xl figure a img {
  object-fit: cover;
  height: 500px;
}
article.box.xl figure a::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, black 100%);
}
article.box.xl header {
  order: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
article.box.xl header .overtitle {
  color: #FFF;
}
article.box.xl header .overtitle::before {
  background-color: #FFF;
}
article.box.xl header .share-button {
  background-image: url("../images/icon-white-share.svg");
}
article.box.xl header .share-button::after {
  display: none;
}
article.box.xl header h2 {
  margin: 10px 0 18px;
  padding: 0 15px;
}
article.box.xl header h2 a {
  line-height: 1.08;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: -.3px;
  color: #FFF;
}
article.box.xl header h2::after {
  content: '';
  width: 85px;
  height: 2px;
  margin-top: 20px;
  display: block;
  background-color: #FFF;
}
article.box.xl header .subtitle-list .subtitle {
  width: 100%;
  padding: 18px 15px 17px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.7rem;
  color: #FFF;
  background-color: #000;
}
article.box.xl header .subtitle-list .subtitle::before {
  flex-shrink: 0;
}
article.box.xl header .subtitle-list li:not(:last-child) .subtitle {
  padding-bottom: 0;
}

article.box header .overtitle {
  padding: 0 15px;
  font-size: 1.4rem;
}
article.box header a.share-button {
  width: 18px;
  height: 12px;
  right: 15px !important;
}
article.box header a h2 {
  padding: 0 15px;
  font-size: 2rem;
}
article.box.mobile-bg {
  background-color: #3C6B61;
}
article.box.mobile-bg header p.overtitle {
  color: #FFF;
}
article.box.mobile-bg header p.overtitle::before {
  background-color: #FFF;
}
article.box.mobile-bg header a.share-button {
  background-image: url("../images/icon-white-share.svg");
}
article.box.mobile-bg header h2 a {
  color: #FFF;
}
article.box.mobile-bg header h2 a span {
  color: #FFF !important;
}

.breaking-box {
  width: 100%;
}
.breaking-box article.box {
  padding: 15px;
  box-sizing: border-box;
}
.breaking-box article.box header .box-title.overtitle {
  padding: 0 0 15px;
  display: block;
  color: #9D0000;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -.26px;
  border-bottom: 2px solid #9D0000;
}
.breaking-box article.box header .box-title.overtitle::before {
  width: 21px;
  height: 12px;
  margin: 0 12px 3px 0;
  background-color: #9D0000;
}
.breaking-box article.box header .overtitle {
  padding: 10px 0 0;
  color: #9D0000 !important;
}
.breaking-box article.box header .overtitle::before {
  background-color: #9D0000;
}
.breaking-box article.box header .share-button {
  top: 10px;
  right: 0 !important;
  background-image: url("../images/icon-red-share.svg") !important;
}
.breaking-box article.box header h2 {
  padding-top: 5px;
}
.breaking-box article.box header h2 a {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.11;
  letter-spacing: -1.38px;
}
.breaking-box article.box header .subtitle {
  margin-top: 20px;
}
.breaking-box article.box header .subtitle::before {
  background-image: url("../images/icon-red-play.svg") !important;
}
.breaking-box.type-3 {
  padding-bottom: 30px;
}
.breaking-box.type-3 article header .header-wrapper {
  width: calc(100% - 90px);
}
.breaking-box.type-3 article, .breaking-box.type-4 article {
  padding: 0;
  position: relative;
}
.breaking-box.type-3 article figure img, .breaking-box.type-4 article figure img {
  width: 100%;
}
.breaking-box.type-3 article header, .breaking-box.type-4 article header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.breaking-box.type-3 article header .box-title, .breaking-box.type-4 article header .box-title {
  padding: 8px 0 0 15px !important;
  border-bottom: none !important;
  color: #FFF !important;
}
.breaking-box.type-3 article header .header-wrapper, .breaking-box.type-4 article header .header-wrapper {
  width: calc(100% - 30px);
  padding: 0 15px 0 15px;
  position: absolute;
  bottom: 15px;
}
.breaking-box.type-3 article header .header-wrapper .overtitle, .breaking-box.type-4 article header .header-wrapper .overtitle {
  display: block;
  border-top: 2px solid #FFF;
  color: #FFF !important;
}
.breaking-box.type-3 article header .header-wrapper .share-button, .breaking-box.type-4 article header .header-wrapper .share-button {
  top: -15px;
  background-image: url("../images/icon-white-share.svg") !important;
}
.breaking-box.type-3 article header .header-wrapper h2 a, .breaking-box.type-4 article header .header-wrapper h2 a {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
}
.breaking-box.type-3.video article header .header-wrapper, .breaking-box.type-4.video article header .header-wrapper {
  width: calc(100% - 70px);
  padding: 0 15px 0 55px;
}
.breaking-box.type-3.video article header .header-wrapper::after, .breaking-box.type-4.video article header .header-wrapper::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/icon-red-play.svg");
}
.breaking-box.type-4 {
  padding-bottom: 30px;
}
.breaking-box.type-4 article {
  padding: 0 !important;
}
.breaking-box.type-4 article figure {
  position: relative;
  top: -15px;
}
.breaking-box.type-4 article header {
  padding: 0 15px;
  box-sizing: border-box;
  position: unset;
}
.breaking-box.type-4 article header .box-title {
  position: absolute;
  top: 0;
  padding: 0 !important;
}
.breaking-box.type-4 article header .header-wrapper {
  width: 100%;
  padding: 0 !important;
  position: unset;
}
.breaking-box.type-4 article header .header-wrapper .overtitle {
  border-color: #9D0000;
  color: #9D0000 !important;
}
.breaking-box.type-4 article header .header-wrapper .share-button {
  background-image: url("../images/icon-red-share.svg") !important;
}
.breaking-box.type-4 article header .header-wrapper h2 a {
  color: #000;
}
.breaking-box.type-4 article header .header-wrapper::after {
  display: none;
}
.breaking-box.type-4.video article figure::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-image: url("../images/icon-red-play.svg");
}
.breaking-box.type-4.video article header .header-wrapper {
  width: 100%;
}

.breaking-side article {
  border-top: 2px solid #000;
  border-color: #9D0000 !important;
}
.breaking-side article figure::after {
  background-image: url("../images/icon-red-play.svg") !important;
}
.breaking-side article header h2 a {
  font-size: 2rem;
}
.breaking-side article header a.share-button {
  background-image: url("../images/icon-red-share.svg");
}
.breaking-side article header p.overtitle {
  color: #9D0000;
}
.breaking-side article header p.overtitle::before {
  background-color: #9D0000;
}
.breaking-side article.box.m {
  margin-top: 0 !important;
}
.breaking-side article.box.m header p.overtitle {
  padding: 0;
}
.breaking-side article.box.m::before {
  border-color: #9D0000 !important;
}
.breaking-side article.box.xs {
  margin: 15px 0;
  padding-top: 6px !important;
}
.breaking-side article.box.xs header {
  padding-left: 15px;
  padding-right: 15px;
}
.breaking-side article.box.xs header p.overtitle {
  padding: 0;
}
.breaking-side article.box.xs.no-photo {
  margin-bottom: 30px;
}
.breaking-side article.box.xs:not(.no-photo) header h2 a {
  font-size: 1.6rem;
}

.main-wrapper {
  width: 100%;
}
.main-wrapper section .advertisement {
  text-align: center;
}
.main-wrapper section .box.m.wide {
  padding-top: 0;
  flex-direction: column;
}
.main-wrapper section .box.m.wide figure {
  width: 100%;
}
.main-wrapper section .box.m.wide header {
  width: 100%;
  padding: 25px 0 0;
  box-sizing: border-box;
}
.main-wrapper section .box.m.wide header h2 a {
  font-size: 2.4rem !important;
}
.main-wrapper section .box.m.wide header::before {
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  margin: 0 15px;
  display: block;
  position: relative;
  top: -10px;
  background-color: #FFF;
}
.main-wrapper section.l-2-2 .glide__slides {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: initial;
}
.main-wrapper section.l-2-2 article {
  margin-top: 30px;
  padding: 14px;
  display: inline-block;
  width: 60%;
}
.main-wrapper section.l-2-2 article.no-photo {
  display: none;
}
.main-wrapper section.l-2-2 article::before {
  top: -15px !important;
}
.main-wrapper section.l-2-2 article header .overtitle {
  padding: 0;
}
.main-wrapper section.l-2-2 article header h2 {
  padding: 0;
  font-size: 1.8rem !important;
}

body main {
  margin-top: 106px;
}
body .situation-in-motion, body .the-diary, body .video-news {
  position: relative;
}
body .situation-in-motion.situation-in-motion, body .the-diary.situation-in-motion, body .video-news.situation-in-motion {
  background-color: #0173BA;
}
body .situation-in-motion.the-diary, body .the-diary.the-diary, body .video-news.the-diary {
  background-color: #0173BA;
}
body .situation-in-motion.the-diary h3, body .situation-in-motion.the-diary .glide__track, body .situation-in-motion.the-diary .glide__bullets, body .the-diary.the-diary h3, body .the-diary.the-diary .glide__track, body .the-diary.the-diary .glide__bullets, body .video-news.the-diary h3, body .video-news.the-diary .glide__track, body .video-news.the-diary .glide__bullets {
  background-color: transparent;
}
body .situation-in-motion.the-diary h3, body .the-diary.the-diary h3, body .video-news.the-diary h3 {
  position: relative;
  padding: 6px;
  font-size: 1.8rem;
}
body .situation-in-motion.the-diary h3 a, body .the-diary.the-diary h3 a, body .video-news.the-diary h3 a {
  color: #FFF !important;
}
body .situation-in-motion.abitacolo, body .the-diary.abitacolo, body .video-news.abitacolo {
  background-color: #000 !important;
}
body .situation-in-motion.abitacolo h3, body .the-diary.abitacolo h3, body .video-news.abitacolo h3 {
  padding: 0px;
}
body .situation-in-motion.abitacolo h3 img, body .the-diary.abitacolo h3 img, body .video-news.abitacolo h3 img {
  padding-left: 31px;
  width: 52px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
}
body .situation-in-motion.fildispada, body .the-diary.fildispada, body .video-news.fildispada {
  background-color: #083f7c !important;
}
body .situation-in-motion.fildispada h3, body .the-diary.fildispada h3, body .video-news.fildispada h3 {
  padding: 0px;
  height: 52px;
}
body .situation-in-motion.fildispada h3 img, body .the-diary.fildispada h3 img, body .video-news.fildispada h3 img {
  padding-left: 31px;
  width: 48px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
}
body .situation-in-motion.superpodio, body .the-diary.superpodio, body .video-news.superpodio {
  background-color: #083f7c !important;
  height: 350px;
  width: 310px;
  margin-left: 20px;
}
body .situation-in-motion.superpodio h3, body .the-diary.superpodio h3, body .video-news.superpodio h3 {
  padding: 0px;
  height: 52px;
}
body .situation-in-motion.superpodio h3 img, body .the-diary.superpodio h3 img, body .video-news.superpodio h3 img {
  padding-left: 31px;
  width: 52px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
}
body .situation-in-motion.osho, body .the-diary.osho, body .video-news.osho {
  background-color: #0096f3 !important;
}
body .situation-in-motion.osho h3, body .situation-in-motion.osho .glide__track, body .situation-in-motion.osho .glide__bullets, body .the-diary.osho h3, body .the-diary.osho .glide__track, body .the-diary.osho .glide__bullets, body .video-news.osho h3, body .video-news.osho .glide__track, body .video-news.osho .glide__bullets {
  background-color: transparent;
}
body .situation-in-motion.osho .glide__bullet.glide__bullet--active, body .the-diary.osho .glide__bullet.glide__bullet--active, body .video-news.osho .glide__bullet.glide__bullet--active {
  background-color: #083f7c !important;
}
body .situation-in-motion.osho h3, body .the-diary.osho h3, body .video-news.osho h3 {
  padding: 20px 0 14px 20px;
  font-size: 2.8em;
  text-align: left;
}
body .situation-in-motion.osho .articles-list li article figure img, body .the-diary.osho .articles-list li article figure img, body .video-news.osho .articles-list li article figure img {
  width: 100%;
}
body .situation-in-motion.osho .articles-list li article header h2, body .the-diary.osho .articles-list li article header h2, body .video-news.osho .articles-list li article header h2 {
  padding: 32px 31px 48px 31px;
}
body .situation-in-motion.osho .articles-list li article header h2 a, body .the-diary.osho .articles-list li article header h2 a, body .video-news.osho .articles-list li article header h2 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.22;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -.27px;
  color: #FFF;
}
body .situation-in-motion.video-news, body .the-diary.video-news, body .video-news.video-news {
  background-color: #0173BA;
}
body .situation-in-motion.video-news h3, body .the-diary.video-news h3, body .video-news.video-news h3 {
  padding: 0;
  font-size: 2.4rem;
}
body .situation-in-motion.video-news h3 img, body .the-diary.video-news h3 img, body .video-news.video-news h3 img {
  height: 46px;
  margin-left: 10px;
  vertical-align: middle;
}
body .situation-in-motion.video-news h3 a, body .the-diary.video-news h3 a, body .video-news.video-news h3 a {
  color: #FFF !important;
}
body .situation-in-motion h3, body .the-diary h3, body .video-news h3 {
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.25px;
  color: #FFF;
}
body .situation-in-motion .articles-list li article figure img, body .the-diary .articles-list li article figure img, body .video-news .articles-list li article figure img {
  width: 100%;
}
body .situation-in-motion .articles-list li article header h2, body .the-diary .articles-list li article header h2, body .video-news .articles-list li article header h2 {
  padding: 15px 15px 20px;
}
body .situation-in-motion .articles-list li article header h2 a, body .the-diary .articles-list li article header h2 a, body .video-news .articles-list li article header h2 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.22;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -.27px;
  color: #FFF;
}
body .situation-in-motion .glide__bullets, body .the-diary .glide__bullets, body .video-news .glide__bullets {
  padding-bottom: 15px;
  text-align: center;
}
body .situation-in-motion .glide__bullets .glide__bullet, body .the-diary .glide__bullets .glide__bullet, body .video-news .glide__bullets .glide__bullet {
  width: 6px;
  height: 6px;
  margin: 3px;
  padding: 0;
  border: none;
  background-color: #FFF;
  border-radius: 50%;
  color: transparent;
}
body .situation-in-motion .glide__bullets .glide__bullet.glide__bullet--active, body .the-diary .glide__bullets .glide__bullet.glide__bullet--active, body .video-news .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #49BFFF;
}
body .situation-in-motion .glide__arrow, body .the-diary .glide__arrow, body .video-news .glide__arrow {
  width: 23px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  background-image: url("../images/icon-white-arrow-prev.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
}
body .situation-in-motion .glide__arrow.glide__arrow--left, body .the-diary .glide__arrow.glide__arrow--left, body .video-news .glide__arrow.glide__arrow--left {
  left: 15px;
}
body .situation-in-motion .glide__arrow.glide__arrow--right, body .the-diary .glide__arrow.glide__arrow--right, body .video-news .glide__arrow.glide__arrow--right {
  right: 15px;
  transform: rotate(180deg);
}
body aside article.vote {
  margin-bottom: 9px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}
body aside article.vote figure {
  order: 2;
}
body aside article.vote figure img {
  width: 100%;
}
body aside article.vote header {
  order: 1;
  border-width: 4px 1px 0 1px;
  border-color: #000;
  border-style: solid;
}
body aside article.vote header h3 {
  margin-top: 12px;
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.25px;
  text-transform: lowercase;
  text-align: center;
  color: #0173BA;
}
body aside article.vote header h2 {
  margin: 5px 0 12px;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.5px;
  text-align: center;
}
body aside article.vote header a.vote-button {
  width: 197px;
  height: 35px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 35px;
  background-color: #13A4FE;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
body aside article.box.m:not(.wide) {
  margin: 30px 0;
}
body aside article.box.m:not(.wide) figure {
  margin-top: 28px;
}
body aside article.box.m:not(.wide) header {
  padding: 0 15px;
}
body aside article.box.m:not(.wide)::before {
  top: 0;
}
body aside .advertisement {
  margin-bottom: 20px;
  text-align: center;
}
body aside .highlights-widget {
  padding-bottom: 20px;
}
body aside .highlights-widget h3 {
  padding: 6px 15px 14px;
  border-top: 4px solid #000;
  font-size: 20px;
  font-weight: 800;
}
body aside .highlights-widget article figure {
  position: relative;
}
body aside .highlights-widget article:first-of-type {
  margin-bottom: 24px;
}
body aside .highlights-widget article:first-of-type figure a img {
  width: 100%;
}
body aside .highlights-widget article:first-of-type header h2 {
  padding: 0 15px;
  margin-top: 10px;
}
body aside .highlights-widget article:first-of-type header h2 a {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.16;
}
body aside .highlights-widget article:first-of-type.video figure::after {
  width: 35px;
  height: 35px;
}
body aside .highlights-widget article:not(:first-of-type) {
  padding: 0 15px;
  display: flex;
}
body aside .highlights-widget article:not(:first-of-type) figure a img {
  width: 89px;
}
body aside .highlights-widget article:not(:first-of-type) header h2 {
  padding-left: 8px;
}
body aside .highlights-widget article:not(:first-of-type) header h2 a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -.2px;
}
body aside .highlights-widget article:not(:first-of-type):not(:last-child) {
  margin-bottom: 20px;
}
body aside .highlights-widget article.video figure::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
body .news-carousel-container {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}
body .news-carousel-container section:first-child {
  flex: 1 0 auto;
}
body .news-carousel-container section:first-child > * {
  margin-bottom: 5px;
  background-color: #ddf0ff;
  left: -2px;
}
body .news-carousel-container section:first-child > article {
  padding: 20px 15px 60px;
  border: 2px solid #0173BA;
}
body .news-carousel-container section:first-child > article header {
  position: relative;
}
body .news-carousel-container section:first-child > article header > a:first-child {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -.38px;
  color: #000;
}
body .news-carousel-container section:first-child > article header span {
  color: #0173BA;
}
body .news-carousel-container section:first-child > article header .share-button {
  width: 23px;
  height: 15px;
  position: absolute;
  bottom: -27px;
  right: 0;
  background-image: url("../images/icon-white-share.svg");
}
body .news-carousel-container section:first-child > article header .share-button::after {
  display: none;
}
body .news-carousel-container section:first-child > article header h2 a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -.38px;
  color: #000;
}
body .news-carousel-container .advertisement {
  flex: 0 0 auto;
}
body .news-carousel-container .news-carousel {
  /* border: 2px solid $main-color; */
  border: 1px solid #000;
}
body .news-carousel-container .news-carousel > .glide__bullets:first-child {
  padding: 6px 0 12px;
  text-align: center;
}
body .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet:not(.glide__bullet--active) {
  display: none;
}
body .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet.glide__bullet--active {
  background-color: transparent;
  border: none;
  font-size: 3.6rem;
  font-weight: 800;
  color: #000;
}
body .news-carousel-container .news-carousel .glide__bullets:last-child {
  padding-bottom: 15px;
  text-align: center;
}
body .news-carousel-container .news-carousel .glide__bullets:last-child .glide__bullet {
  width: 6px;
  height: 6px;
  margin: 3px;
  padding: 0;
  border: none;
  background-color: #FFF;
  border-radius: 50%;
  color: transparent;
}
body .news-carousel-container .news-carousel .glide__bullets:last-child .glide__bullet.glide__bullet--active {
  background-color: #000;
}
body .news-carousel-container .news-carousel article figure a img {
  width: 100%;
}
body .news-carousel-container .news-carousel article header {
  position: relative;
}
body .news-carousel-container .news-carousel article header .share-button {
  width: 23px;
  height: 15px;
  position: absolute;
  bottom: -27px;
  right: 15px;
  background-image: url("../images/icon-white-share.svg");
}
body .news-carousel-container .news-carousel article header .share-button::after {
  display: none;
}
body .news-carousel-container .news-carousel article header h2 {
  margin: 20px 15px 40px;
}
body .news-carousel-container .news-carousel article header h2 a, body .news-carousel-container .news-carousel article header h2 span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -.33px;
  color: #000;
}
body .news-carousel-container .news-carousel article header h2 span {
  color: #0173BA;
}
body .news-horizontal-carousel {
  width: 100%;
  margin-bottom: 30px;
}
body .news-horizontal-carousel h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -.3px;
}
body .news-horizontal-carousel > ul {
  position: relative;
}
body .news-horizontal-carousel > ul li {
  display: inline-block;
  margin-right: 11px;
}
body .news-horizontal-carousel > ul li article {
  position: relative;
}
body .news-horizontal-carousel > ul li article figure a img {
  width: 214px;
  height: 132px;
}
body .news-horizontal-carousel > ul li article figure a::after {
  content: '';
  width: calc(100% - 11px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 70%);
}
body .news-horizontal-carousel > ul li article header a {
  width: calc(100% - 11px);
  position: absolute;
  bottom: 15px;
  text-align: center;
  font-size: 1.56rem;
  font-weight: bold;
  color: #FFF;
}
body .news-horizontal-carousel > ul li article header a h2 {
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
body .video-carousel-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body .video-carousel-container .video-carousel {
  width: 100%;
  flex: 1 0 auto;
}
body .video-carousel-container .video-carousel .container-header {
  display: flex;
  flex-direction: row;
  background-color: #000;
}
body .video-carousel-container .video-carousel .container-header h3 {
  padding: 15px;
  flex-grow: 3;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #FFF;
}
body .video-carousel-container .video-carousel .container-header .more {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.13;
  text-decoration: underline;
  color: #FFF;
}
body .video-carousel-container .video-carousel article {
  background-color: #000;
  /* 				border: 2px solid $main-color; */
}
body .video-carousel-container .video-carousel article.video figure::after {
  content: '';
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-image: url("../images/icon-blue-play.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
body .video-carousel-container .video-carousel article figure {
  position: relative;
}
body .video-carousel-container .video-carousel article figure img {
  width: 100%;
}
body .video-carousel-container .video-carousel article header {
  padding: 10px 15px 18px;
}
body .video-carousel-container .video-carousel article header h2 {
  padding-bottom: 10px;
}
body .video-carousel-container .video-carousel article header h2 a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -.2px;
  color: #FFF;
}
body .video-carousel-container .video-carousel article header time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #a4a4a4;
}
body .video-carousel-container .video-carousel .video-wrapper {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .video-carousel-container .video-carousel .video-wrapper::-webkit-scrollbar {
  display: none;
}
body .video-carousel-container .video-carousel .video-wrapper article {
  width: 70vw;
  margin-top: 5px;
  padding-top: 4px;
  flex: 0 0 auto;
  position: relative;
  /* border: 2px solid $main-color; */
}
body .video-carousel-container .video-carousel .video-wrapper article.video figure::after {
  width: 40px;
  height: 40px;
}
body .video-carousel-container .video-carousel .video-wrapper article header h2 a {
  font-size: 1.6rem;
  line-height: 1.13;
  letter-spacing: -.33px;
}
body .video-carousel-container .video-carousel .video-wrapper article:not(:last-child) {
  margin-right: 5px;
}
body .video-carousel-container .advertisement {
  flex: 0 0 auto;
}
body .news-wrapper .advertisement {
  margin-left: 30px;
}
body .news-wrapper.type-2 {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
body .news-wrapper.type-2 article {
  width: 50%;
}
body .news-wrapper.type-4 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body .news-wrapper.type-4 section:first-child {
  display: flex;
  flex-wrap: wrap;
}
body .news-wrapper.type-4 section:first-child :first-child header {
  box-sizing: border-box;
}
body .news-wrapper.type-4 section:first-child :nth-child(4) {
  padding-top: 10px;
}
body .news-wrapper.type-4 section:first-child :nth-child(5) {
  width: calc(50% - 10px) !important;
  margin-left: 10px;
}
body .news-wrapper.type-5 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
body .news-wrapper.type-5 div.video-news, body .news-wrapper.type-5 div.the-diary {
  max-width: 100%;
}
body .news-wrapper.type-5 article {
  width: 311px !important;
  margin-left: 0 !important;
}
body .news-wrapper.type-5 article.box.m::before {
  top: 0;
}
body .news-wrapper.type-5 article.box.m figure {
  margin-top: 28px;
}
body .news-wrapper.type-5 article.box.m header {
  padding: 0 15px 30px;
}
body .news-wrapper.type-5 article.box.m header .overtitle {
  padding: 0;
}
body .news-wrapper.type-5 article.box.xs.no-photo {
  background-color: transparent;
  border-top: 2px solid #000;
  padding-top: 10px;
  margin-bottom: 30px;
}
body .news-wrapper.type-5 article:not(:nth-child(3n)) {
  width: calc(((100% - 311px) / 2) - 28px) !important;
  margin-right: 28px;
}
body .news-wrapper.type-5 article.advertisement {
  width: auto !important;
  height: max-content;
}
body .news-wrapper.type-5 article.box.no-photo {
  margin-bottom: 48px;
  padding-bottom: 0;
  background-color: #FAF8F5;
}
body .superpodio-box {
  padding: 0 !important;
  margin-left: 0 !important;
}
body .news-wrapper-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 32px 0 0 15px;
  margin-left: -14px;
  box-sizing: border-box;
}
body .news-wrapper-box .news-wrapper-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body .news-wrapper-box .news-wrapper-inner.md {
  flex: 1 1 654px;
  box-sizing: border-box;
}
body .news-wrapper-box .news-wrapper-inner.sm {
  width: 338px;
  flex: 1 1 338px;
  box-sizing: border-box;
}
body .news-wrapper-box .news-wrapper-inner .news-inner-col {
  width: 100%;
  padding: 0 14px 30px 14px;
  box-sizing: border-box;
}
body .news-wrapper-box .news-wrapper-inner .news-inner-col.col-50 {
  width: 100%;
}
body .news-wrapper-box .news-wrapper-inner .deluxe {
  width: calc(100% - 315px) !important;
  border: 2px solid green;
}
body .news-wrapper-box .news-wrapper-inner article.box::before {
  top: 0;
}
body .news-wrapper-box .news-wrapper-inner article.box .share-button {
  right: 0 !important;
}
body .news-wrapper-box .news-wrapper-inner article.box figure {
  margin-top: 28px;
}
body .news-wrapper-box .news-wrapper-inner article.box.m {
  width: 100%;
}
body .news-wrapper-box .news-wrapper-inner article.box.xs {
  width: 100%;
}
body .news-wrapper-box .news-wrapper-inner .video-news {
  width: 100%;
}
@media all and (min-width: 768px) {
  body .news-wrapper-box .news-inner-col.col-50-md {
    width: 50%;
  }
  body .news-wrapper-box .news-inner-col.col-deluxe-lg {
    width: 100vw;
  }
}
@media all and (min-width: 768px) and (orientation: portrait) {
  body .news-wrapper-box .news-inner-col.col-50-md {
    width: 50%;
  }
  body .news-wrapper-box .news-inner-col.col-deluxe-lg {
    width: 100vw;
    height: 100%;
    padding: 0 40px 30px 14px;
  }
}
@media all and (min-width: 990px) {
  body .news-wrapper-box .news-inner-col.col-50-lg {
    width: 50%;
  }
  body .news-wrapper-box .news-inner-col.col-100-lg {
    width: 100%;
  }
  body .news-wrapper-box .news-inner-col.col-deluxe-lg {
    width: 668px;
  }
}
body .blog-container {
  width: 100%;
}
body .blog-container h3 {
  padding: 15px;
  background-color: #0173BA;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #FFF;
}
body .blog-container article {
  padding-bottom: 67px;
  position: relative;
  background-color: #0173BA;
}
body .blog-container article figure img {
  width: 100%;
}
body .blog-container article header {
  padding: 15px;
}
body .blog-container article header > a:first-child {
  font-size: 1.6rem;
  font-weight: bold;
  color: #92D5FF;
}
body .blog-container article header .share-button {
  width: 15px;
  height: 10px;
  background-image: url("../images/icon-white-share.svg");
}
body .blog-container article header .share-button::after {
  display: none;
}
body .blog-container article header h2 {
  padding: 12px 0 15px;
}
body .blog-container article header h2 a {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.52px;
  color: #FFF;
}
body .blog-container article header .author {
  width: calc(100% - 30px);
  padding-top: 15px;
  display: flex;
  position: absolute;
  bottom: 15px;
  border-top: 2px solid #92D5FF;
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
}
body .blog-container article header .author img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  vertical-align: middle;
}
body .blog-container article header .author span {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .blog-container .blog-wrapper {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .blog-container .blog-wrapper::-webkit-scrollbar {
  display: none;
}
body .blog-container .blog-wrapper article {
  width: 70vw;
  margin-top: 5px;
  padding-top: 4px;
  flex: 0 0 auto;
}
body .blog-container .blog-wrapper article header h2 a {
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: -.43px;
}
body .blog-container .blog-wrapper article header a.author {
  line-height: 1.13;
  font-size: 1.6rem;
}
body .blog-container .blog-wrapper article:not(:last-child) {
  margin-right: 5px;
}
body .sport-container {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
body .sport-container article:not(.advertisement) {
  background-color: #3D6A4B;
}
body .sport-container article:not(.advertisement) figure img {
  width: 100%;
}
body .sport-container article:not(.advertisement) header {
  padding: 10px 15px 30px;
}
body .sport-container article:not(.advertisement) header .overtitle {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E9E7E7;
}
body .sport-container article:not(.advertisement) header .overtitle::before {
  content: '';
  width: 14px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  background-color: #E9E7E7;
}
body .sport-container article:not(.advertisement) header .share-button {
  width: 18px;
  height: 12px;
  background-image: url("../images/icon-white-share.svg");
}
body .sport-container article:not(.advertisement) header .share-button::after {
  display: none;
}
body .sport-container article:not(.advertisement) header h2 {
  padding-top: 15px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -.33px;
}
body .sport-container article:not(.advertisement) header h2 a {
  color: #FFF;
}
body .sport-container article:not(.advertisement) header h2 span {
  color: #95D8C8;
}
body .sport-container .top-sport-wrapper {
  background-color: #3D6A4B;
}
body .sport-container .top-sport-wrapper h3 {
  padding: 15px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -.3px;
  color: #E9E7E7;
}
body .sport-container .mid-sport-wrapper {
  width: 100%;
}
body .sport-container .mid-sport-wrapper .advertisement {
  text-align: center;
}
body .sport-container .bottom-sport-wrapper {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .sport-container .bottom-sport-wrapper::-webkit-scrollbar {
  display: none;
}
body .sport-container .bottom-sport-wrapper article {
  width: 70vw;
  padding-top: 4px;
  flex: 0 0 auto;
  position: relative;
}
body .sport-container .bottom-sport-wrapper article.video figure::after {
  width: 40px;
  height: 40px;
}
body .sport-container .bottom-sport-wrapper article header h2 {
  font-size: 1.8rem;
  line-height: 1.11;
  letter-spacing: -.18px;
}
body .sport-container .bottom-sport-wrapper article header h2 a {
  color: #FFF;
}
body .sport-container .bottom-sport-wrapper article header h2 span {
  color: #95D8C8;
}
body .sport-container .bottom-sport-wrapper article:not(:last-child) {
  margin-right: 5px;
}
body .wide-ad-wrapper {
  width: 100%;
}
body .wide-ad-wrapper .advertisement.wide {
  text-align: center;
}
body .news-carousel-container {
  display: block;
}
body .news-carousel-container > section:last-child {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
body .news-horizontal-carousel > h3 {
  margin-left: 15px;
  font-size: 2.2rem;
}
body .news-horizontal-carousel .slick-slider .slick-arrow {
  display: none !important;
}
body .news-horizontal-carousel > ul li {
  margin-left: 15px;
  margin-right: auto;
}
body .news-horizontal-carousel > ul li article figure a img {
  width: 117px;
  height: 78px;
}
body .news-horizontal-carousel > ul li article figure a::after {
  width: calc(100% - 15px);
}
body .news-horizontal-carousel > ul li article header h2 {
  font-size: 1.56rem !important;
}
body .video-carousel-container {
  display: block;
}
body .video-carousel-container > section:last-child {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
body .video-carousel-container > section:last-child .advertisement {
  box-sizing: border-box;
}
body .news-wrapper.type-2 {
  flex-direction: column;
}
body .news-wrapper.type-2 article {
  width: 100%;
  padding-top: 30px;
  flex-direction: column;
}
body .news-wrapper.type-2 article.box.s:nth-child(2n) {
  margin-left: 0;
}
body .news-wrapper.type-2 article figure a img {
  width: 100%;
}
body .news-wrapper.type-2 header {
  width: 100% !important;
  padding-left: 0 !important;
}
body .news-wrapper.type-2 header .overtitle {
  position: absolute;
  top: 8px;
}
body .news-wrapper.type-2 header .share-button {
  position: absolute;
  top: 8px;
}
body .news-wrapper.type-4 {
  display: block;
}
body .news-wrapper.type-4 > section:first-child {
  flex-direction: column;
}
body .news-wrapper.type-4 > section:first-child article {
  padding-top: 30px;
  position: relative;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo {
  flex-direction: column;
  border-top: 2px solid #000;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo figure {
  width: 100%;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo figure a img {
  width: 100%;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo figure::after {
  display: none;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo header {
  width: 100% !important;
  padding: 0;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo header .overtitle {
  position: absolute;
  top: 8px;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo header .share-button {
  position: absolute;
  top: 8px;
}
body .news-wrapper.type-4 > section:first-child article.box.m.big-photo header h2 {
  font-size: 20px;
}
body .news-wrapper.type-4 > section:first-child article.box.xs {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 2px solid #000;
}
body .news-wrapper.type-4 > section:first-child article.box.xs:nth-child(2n) {
  margin-right: 0;
}
body .news-wrapper.type-4 > section:first-child article.box.xs:nth-child(2n+1) {
  margin-left: 0;
}
body .news-wrapper.type-4 > section:first-child article.box.xs h2 {
  padding-left: 15px;
}
body .news-wrapper.type-4 > section:first-child article.box.m:last-child {
  display: none;
}
body .news-wrapper.type-4 > section:last-child {
  width: 100%;
  text-align: center;
}
body .news-wrapper.type-4 > section:last-child article {
  margin-left: 0;
}
body .news-wrapper.type-5 article:not(:nth-child(3n)) {
  width: 100% !important;
  margin-right: 0;
}
body .news-wrapper.type-5 article.xs.no-photo header h2 {
  padding: 10px 15px 0;
}
body .news-wrapper.type-5 article.m.no-photo {
  order: 5;
  width: 100% !important;
  margin-bottom: 10px;
  background-color: #203444;
}
body .news-wrapper.type-5 article.m.no-photo header .share-button {
  bottom: 20px;
}
body .news-wrapper.type-5 article.m.no-photo header .share-button::after {
  display: none;
}
body .news-wrapper.type-5 article.m.no-photo header h2 a {
  font-size: 3.4rem !important;
  font-weight: 800;
  letter-spacing: -.46px;
  color: #FFF;
}
body .news-wrapper.type-5 article.m.no-photo header h2:last-child {
  padding-bottom: 50px !important;
}
body .news-wrapper.type-5 article.advertisement {
  order: 6;
  width: 100% !important;
  text-align: center;
}
body .wide-ad-wrapper {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block !important;
  }

  article.box.mobile-bg {
    background-color: transparent;
  }
  article.box.mobile-bg header p.overtitle {
    color: #0173BA;
  }
  article.box.mobile-bg header p.overtitle::before {
    background-color: #0173BA;
  }
  article.box.mobile-bg header a.share-button {
    background-image: url("../images/icon-white-share.svg");
  }
  article.box.mobile-bg header h2 a {
    color: #000;
  }
  article.box.mobile-bg header h2 a span {
    color: #0173BA !important;
  }

  .l-2-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .l-2-2 article {
    box-sizing: border-box;
  }
  .l-2-2 article.no-photo {
    background-image: linear-gradient(90deg, #FFF 15px, #FBF8F5 15px, #FBF8F5 calc(100% - 14px), #FFF calc(100% - 14px));
  }
  .l-2-2 article.no-photo .share-button {
    right: 30px !important;
  }
  .l-2-2 article:nth-child(odd) {
    padding-right: 14px !important;
  }
  .l-2-2 article:nth-child(even) {
    padding-left: 14px !important;
  }

  article.box header .overtitle {
    font-size: 1.2rem;
  }
  article.box.xs header h2 {
    padding-left: 0 !important;
  }
  article.box.xs header .overtitle {
    padding: 0 0;
  }
  article.box.m:not(.wide) header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  article.box.m:not(.wide) header .overtitle {
    padding: 0 0;
  }

  body {
    background-color: #EBEBEB;
  }
  body main {
    max-width: 1024px;
    margin: 285px auto 0;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #FFF;
  }
  body main .breaking-box.type-3 article header .header-wrapper, body main .breaking-box.type-4 article header .header-wrapper {
    padding: 0 15px 0 75px;
    bottom: 40px;
  }
  body main .breaking-box.type-3 article header .header-wrapper h2 a, body main .breaking-box.type-4 article header .header-wrapper h2 a {
    font-size: 3.5rem;
    font-weight: 800;
  }
  body main .breaking-box.type-3 article header .header-wrapper::after, body main .breaking-box.type-4 article header .header-wrapper::after {
    width: 60px;
    height: 60px;
  }
  body main .breaking-box.type-3 {
    padding-bottom: 0;
  }
  body main .breaking-box.type-3 article header .header-wrapper {
    width: calc(100% - 30px);
    padding: 0 15px 0 15px !important;
  }
  body main .breaking-box.type-3.video article header .header-wrapper {
    width: calc(100% - 90px);
    padding: 0 15px 0 75px !important;
  }
  body main .breaking-box.type-3.video article header .header-wrapper::after {
    width: 60px;
    height: 60px;
  }
  body main .breaking-box.type-4 {
    padding-bottom: 0;
  }
  body main .breaking-side article header a.share-button {
    right: 0 !important;
  }
  body main .breaking-side article.box.xs header {
    padding: 0;
  }
  body main .main-wrapper > section.l-2 {
    display: flex;
  }
  body main .main-wrapper > section.l-2 > article.advertisement.mobile-only {
    width: calc(50% - 30px);
    margin: 15px;
    display: block !important;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide {
    width: 50%;
    flex-direction: column;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide figure {
    width: 100%;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide header {
    width: 100%;
    padding-left: 0;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide header .overtitle {
    position: absolute;
    top: 9px;
  }
  body main .main-wrapper section article.box {
    padding: 15px;
    box-sizing: border-box;
  }
  body main .main-wrapper section article.box figure {
    margin-top: 15px !important;
  }
  body main .main-wrapper section article.box figure a img {
    width: 100%;
    height: 365px;
    object-fit: cover;
  }
  body main .main-wrapper section article.box header .overtitle {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    color: #0173BA;
  }
  body main .main-wrapper section article.box header .share-button {
    width: 14px;
    height: 9px;
    display: inline-block;
    position: relative;
    float: right;
    background-image: url("../images/icon-blue-share.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  body main .main-wrapper section article.box header .share-button::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -7px;
    background-color: #E9E9E9;
  }
  body main .main-wrapper section article.box header .subtitle-list {
    margin-bottom: 22px;
  }
  body main .main-wrapper section article.box header .subtitle-list .subtitle {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.11;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.8rem;
    letter-spacing: -.33px;
  }
  body main .main-wrapper section article.box header .subtitle-list .subtitle::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    background-image: url("../images/icon-blue-play.svg");
    background-size: contain;
  }
  body main .main-wrapper section article.box.xs {
    width: calc(50% - 14px);
    display: flex;
    flex-direction: row;
    position: relative;
  }
  body main .main-wrapper section article.box.xs figure {
    order: 2;
    margin-top: 23px;
  }
  body main .main-wrapper section article.box.xs figure a img {
    width: 108px;
    height: 60px;
  }
  body main .main-wrapper section article.box.xs header {
    order: 1;
  }
  body main .main-wrapper section article.box.xs header .share-button {
    position: absolute;
    right: 0;
  }
  body main .main-wrapper section article.box.xs header h2 {
    padding: 10px 5px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: -.2px;
  }
  body main .main-wrapper section article.box.xs:nth-child(even) {
    margin-right: 14px;
  }
  body main .main-wrapper section article.box.xs:nth-child(odd) {
    margin-left: 14px;
  }
  body main .main-wrapper section article.box.s {
    display: flex;
    position: relative;
  }
  body main .main-wrapper section article.box.s figure a img {
    width: 224px;
    height: 125px;
  }
  body main .main-wrapper section article.box.s header {
    width: calc(50% + 14px);
    padding-left: 14px;
  }
  body main .main-wrapper section article.box.s header h2 {
    margin-top: 12px;
    line-height: 1.11;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -.23;
  }
  body main .main-wrapper section article.box.s:nth-child(odd) {
    margin-right: 14px;
  }
  body main .main-wrapper section article.box.s:nth-child(even) {
    margin-left: 14px;
  }
  body main .main-wrapper section article.box.m:not(.wide) {
    width: 50%;
    position: relative;
    border: none;
  }
  body main .main-wrapper section article.box.m:not(.wide) figure {
    margin-top: 20px;
  }
  body main .main-wrapper section article.box.m:not(.wide) figure a img {
    height: 173px;
  }
  body main .main-wrapper section article.box.m:not(.wide) header .overtitle {
    position: absolute;
    top: 8px;
  }
  body main .main-wrapper section article.box.m:not(.wide) header .share-button {
    position: absolute;
    top: 8px;
    right: 0;
  }
  body main .main-wrapper section article.box.m:not(.wide) header h2 {
    margin-top: 12px;
    line-height: 1.1;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -.25px;
  }
  body main .main-wrapper section article.box.m:not(.wide).no-photo header .share-button {
    width: 23px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: 60px;
    right: 29px;
    background-image: url("../images/icon-white-share.svg");
  }
  body main .main-wrapper section article.box.m:not(.wide).no-photo header h2.orange a {
    padding: 0 15px;
    font-size: 2.1rem;
    color: #FF7E29;
  }
  body main .main-wrapper section article.box.m:not(.wide).no-photo header h2.orange + h2 {
    padding: 0 15px;
    margin-top: 0;
    white-space: normal;
  }
  body main .main-wrapper section article.box.m:not(.wide).no-photo header h2.orange + h2 a {
    font-size: 2.1rem;
  }
  body main .main-wrapper section article.box.m:not(.wide):nth-child(odd) header .share-button {
    right: 14px;
  }
  body main .main-wrapper section article.box.m:not(.wide)::before {
    content: '';
    width: 100%;
    position: relative;
    top: -12px;
    display: block;
    border-top: 2px solid #000;
  }
  body main .main-wrapper section article.box.m.wide {
    margin-top: 15px;
    padding-top: 14px;
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: transparent;
  }
  body main .main-wrapper section article.box.m.wide figure {
    width: 50%;
    padding-top: 0;
    border-top: none;
  }
  body main .main-wrapper section article.box.m.wide figure a img {
    height: 173px;
  }
  body main .main-wrapper section article.box.m.wide header {
    width: 50%;
    padding-top: 0;
    padding-left: 14px;
  }
  body main .main-wrapper section article.box.m.wide header .overtitle {
    padding: 0;
    color: #0173BA;
  }
  body main .main-wrapper section article.box.m.wide header .overtitle::before {
    background-color: #0173BA;
  }
  body main .main-wrapper section article.box.m.wide header .share-button {
    background-image: url("../images/icon-blue-share.svg");
  }
  body main .main-wrapper section article.box.m.wide header h2 {
    margin: 11px 0 0;
  }
  body main .main-wrapper section article.box.m.wide header h2 a {
    line-height: 1.08;
    font-weight: bold;
    color: #000 !important;
  }
  body main .main-wrapper section article.box.m.wide.big-photo {
    padding-bottom: 22px;
  }
  body main .main-wrapper section article.box.m.wide.big-photo figure {
    width: 85%;
  }
  body main .main-wrapper section article.box.m.wide.big-photo header a:last-child {
    margin-top: 13px;
    display: block;
  }
  body main .main-wrapper section article.box.m.wide.big-photo header a:last-child span {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.2rem;
    color: #077DB4;
  }
  body main .main-wrapper section article.box.m.wide.big-photo header a:last-child span, body main .main-wrapper section article.box.m.wide.big-photo header a:last-child h2 {
    line-height: 1.1;
    font-size: 2rem;
  }
  body main .main-wrapper section article.box.m.wide.big-photo header a:last-child h2 {
    display: inline;
  }
  body main .main-wrapper section article.box.m.wide::before {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
  }
  body main .main-wrapper section article.box.m.video figure {
    position: relative;
  }
  body main .main-wrapper section article.box.m.video figure::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-image: url("../images/icon-blue-play.svg");
    background-repeat: no-repeat;
  }
  body main .main-wrapper section article.box.xl {
    display: flex;
    flex-direction: column;
  }
  body main .main-wrapper section article.box.xl figure {
    order: 2;
    padding-top: 0;
    border-top: none;
  }
  body main .main-wrapper section article.box.xl header {
    order: 1;
    padding-top: 10px;
    position: static;
    border-top: 2px solid #000;
  }
  body main .main-wrapper section article.box.xl header .overtitle {
    padding: 0;
    color: #0173BA;
  }
  body main .main-wrapper section article.box.xl header .overtitle::before {
    background-color: #0173BA;
  }
  body main .main-wrapper section article.box.xl header h2 {
    padding: 0;
  }
  body main .main-wrapper section article.box.xl header h2 a {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1.38px;
    color: #000;
  }
  body main .main-wrapper section article.box.xl header h2::after {
    display: none;
  }
  body main .main-wrapper section article.box.xl header .subtitle {
    padding: 0;
    font-size: 1.8rem;
    color: #000;
    background-color: transparent;
  }
  body main .main-wrapper section.glide .glide__slides {
    width: 100%;
    flex-wrap: wrap;
  }
  body main .situation-in-motion, body main .the-diary, body main .video-news {
    position: relative;
  }
  body main .situation-in-motion.situation-in-motion, body main .the-diary.situation-in-motion, body main .video-news.situation-in-motion {
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    padding: 0;
  }
  body main .situation-in-motion.the-diary .glide__bullets, body main .situation-in-motion.video-news .glide__bullets, body main .the-diary.the-diary .glide__bullets, body main .the-diary.video-news .glide__bullets, body main .video-news.the-diary .glide__bullets, body main .video-news.video-news .glide__bullets {
    margin-top: -1px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  body main .situation-in-motion.the-diary .glide__slide article header, body main .situation-in-motion.video-news .glide__slide article header, body main .the-diary.the-diary .glide__slide article header, body main .the-diary.video-news .glide__slide article header, body main .video-news.the-diary .glide__slide article header, body main .video-news.video-news .glide__slide article header {
    padding-bottom: 20px;
  }
  body main aside {
    width: 341px;
  }
  body main aside > * {
    padding: 15px;
    box-sizing: border-box;
  }
  body main aside .advertisement {
    margin: 15px;
    display: block !important;
  }
  body main aside article.vote {
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body main aside article.vote figure {
    order: 2;
  }
  body main aside article.vote figure img {
    width: 100%;
    height: 174px;
    object-fit: cover;
  }
  body main aside article.vote header {
    order: 1;
    padding: 25px 0;
    border-width: 4px 1px 0 1px;
    border-color: #000;
    border-style: solid;
  }
  body main aside article.vote header a.vote-button {
    bottom: 20px;
  }
  body main aside article.box {
    width: 50%;
    padding-top: 0;
  }
  body main aside article.box header .share-button {
    right: 15px;
  }
  body main aside article.box header h2 {
    font-size: 1.8rem !important;
  }
  body main aside article.box::before {
    border-color: #E9E9E9 !important;
  }
  body main aside .highlights-widget {
    padding-bottom: 0;
  }
  body main aside .highlights-widget h3 {
    padding-left: 0;
  }
  body main aside .highlights-widget article:first-of-type header h2 {
    padding-left: 0;
    padding-right: 0;
  }
  body main aside .highlights-widget article:not(:first-of-type) {
    padding-left: 0;
    padding-right: 0;
  }
  body main .news-carousel-container {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  body main .news-carousel-container section:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  body main .news-carousel-container section:first-child > article {
    width: calc(50% - 2px);
    padding-bottom: 48px;
    box-sizing: border-box;
    display: inline-block;
  }
  body main .news-carousel-container section:first-child > article h2 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  body main .news-carousel-container section:first-child > article:first-of-type {
    margin-right: 4px;
  }
  body main .news-carousel-container section:first-child > article span {
    color: #0173BA;
  }
  body main .news-carousel-container section:last-child {
    width: auto;
    margin-top: auto;
    display: inline-block;
  }
  body main .news-carousel-container .advertisement {
    left: 8px;
  }
  body main .news-carousel-container .news-carousel {
    width: calc(100% - 170px);
    margin-left: 170px;
    position: relative;
    /* 				outline: 2px solid $main-color;
    				outline-offset: -2px; */
    border: 2px solid #0173BA;
  }
  body main .news-carousel-container .news-carousel::before {
    content: '';
    display: block;
    height: 100%;
    width: 170px;
    position: absolute;
    top: -2px;
    left: -170px;
    bottom: 0;
    border-left: 2px solid #0173BA;
    border-bottom: 2px solid #0173BA;
    border-top: 2px solid #0173BA;
    border-right: 0;
    /* outline: 2px solid $main-color;
    outline-offset: -2px; */
    background: #ddf0ff;
  }
  body main .news-carousel-container .news-carousel article.glide__slide header h2 a, body main .news-carousel-container .news-carousel article.glide__slide header h2 span {
    font-size: 3rem;
    line-height: 1.07;
    letter-spacing: -.35px;
    color: #000;
  }
  body main .news-carousel-container .news-carousel article.glide__slide header h2 span {
    color: #0173BA;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:first-child {
    width: 170px;
    position: absolute;
    left: -155px;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet {
    width: calc(100% - 30px);
    padding: 28px 0;
    display: block !important;
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 3rem;
    font-weight: 800;
    color: #AEB8C1;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet.glide__bullet--active {
    font-size: 3rem;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet:first-child {
    padding-top: 15px;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet:not(:last-child) {
    border-bottom: solid 2px #B0B0B0;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:last-child {
    display: none;
  }
  body main .news-horizontal-carousel {
    width: 100%;
    margin-bottom: 30px;
  }
  body main .news-horizontal-carousel h3 {
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -.3px;
  }
  body main .news-horizontal-carousel > ul.slick-slider {
    position: relative;
  }
  body main .news-horizontal-carousel > ul.slick-slider .slick-arrow {
    width: 30px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: -40px;
    display: block !important;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
  }
  body main .news-horizontal-carousel > ul.slick-slider .slick-arrow.slick-prev {
    right: 50px;
    background-image: url("../images/icon-arrow-prev.svg");
  }
  body main .news-horizontal-carousel > ul.slick-slider .slick-arrow.slick-next {
    background-image: url("../images/icon-arrow-prev.svg");
    transform: rotate(180deg);
  }
  body main .news-horizontal-carousel > ul.slick-slider li {
    display: inline-block;
    margin-right: 11px;
    margin-left: 0;
  }
  body main .news-horizontal-carousel > ul.slick-slider li article {
    position: relative;
  }
  body main .news-horizontal-carousel > ul.slick-slider li article figure a img {
    width: 214px;
    height: 132px;
  }
  body main .news-horizontal-carousel > ul.slick-slider li article figure a::after {
    content: '';
    width: calc(100% - 11px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 70%);
  }
  body main .news-horizontal-carousel > ul.slick-slider li article header a {
    width: calc(100% - 11px);
    position: absolute;
    bottom: 15px;
    text-align: center;
  }
  body main .news-horizontal-carousel > ul.slick-slider li article header a h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
  }
  body main .video-carousel-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  body main .video-carousel-container .video-carousel {
    width: calc(100% + 30px);
    height: 620px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  body main .video-carousel-container .video-carousel .container-header {
    width: 170px;
    /* 					border-left: 2px solid $main-color;
    					border-bottom: 2px solid $main-color;
    					border-top: 2px solid $main-color;
    					border-right: 0; */
  }
  body main .video-carousel-container .video-carousel .container-header h3 {
    padding-top: 20px;
    /* box-sizing: border-box; */
    color: #FFF;
  }
  body main .video-carousel-container .video-carousel .container-header .more {
    display: none;
  }
  body main .video-carousel-container .video-carousel > article {
    /* 					border-left: 0;
    					border-bottom: 2px solid $main-color;
    					border-top: 2px solid $main-color;
    					border-right: 2px solid $main-color; */
    height: auto;
    padding-top: 4px;
    flex: 1;
    /* 					box-sizing: border-box; */
  }
  body main .video-carousel-container .video-carousel > article header {
    padding: 15px 15px 13px 0;
  }
  body main .video-carousel-container .video-carousel article header > a span {
    font-size: 1.4rem;
  }
  body main .video-carousel-container .video-carousel article header .share-button::after {
    display: block;
  }
  body main .video-carousel-container .video-carousel .video-wrapper {
    width: 100%;
    display: flex;
  }
  body main .video-carousel-container .video-carousel .video-wrapper article {
    flex: 1;
    margin-top: 5px;
  }
  body main .video-carousel-container .video-carousel .video-wrapper article header {
    padding: 6px 15px 11px;
  }
  body main .video-carousel-container .video-carousel .video-wrapper article header h2 {
    padding-bottom: 3px;
  }
  body main .video-carousel-container .video-carousel .video-wrapper article:not(:last-child) {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  body main .video-carousel-container section:last-child {
    width: auto;
    margin-top: auto;
    flex: 0 0 311px;
  }
  body main .video-carousel-container .advertisement {
    width: calc(100% + 30px);
    margin-left: -15px;
    flex: 0 0 auto;
  }
  body main .news-wrapper article.box.m:not(.no-photo) .share-button, body main .news-wrapper article.box.s .share-button, body main .news-wrapper article.box.xs .share-button {
    right: 0 !important;
  }
  body main .news-wrapper article.box.xs figure {
    display: none;
  }
  body main .news-wrapper .advertisement {
    margin-left: 30px;
  }
  body main .news-wrapper.type-2 {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
  }
  body main .news-wrapper.type-2 article {
    width: 50%;
    margin: 15px;
    padding-top: 10px;
    flex-direction: row;
  }
  body main .news-wrapper.type-2 article figure img {
    height: auto;
  }
  body main .news-wrapper.type-2 article header h2 {
    margin-top: 20px;
  }
  body main .news-wrapper.type-2 article.box.s figure, body main .news-wrapper.type-2 article.box.s header {
    width: 50% !important;
  }
  body main .news-wrapper.type-4 {
    width: 100%;
    display: flex;
    padding: 15px;
    flex-direction: column;
  }
  body main .news-wrapper.type-4 section:first-child {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  body main .news-wrapper.type-4 section:first-child > article {
    padding-top: 0;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m.big-photo {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m.big-photo figure {
    width: 50% !important;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m.big-photo header {
    width: 50% !important;
    padding-top: 20px;
  }
  body main .news-wrapper.type-4 section:first-child article.box.xs {
    width: calc(50% - 15px);
  }
  body main .news-wrapper.type-4 section:first-child article.box.xs:nth-child(even) {
    margin-right: 15px;
  }
  body main .news-wrapper.type-4 section:first-child article.box.xs:nth-child(odd) {
    margin-left: 15px;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m:not(.wide)::before {
    top: 0;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m:not(.wide) figure {
    margin-top: 28px;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m:last-child {
    display: block;
  }
  body main .news-wrapper.type-4 section:first-child :nth-child(4) {
    width: calc(50% - 10px) !important;
    margin: 0 10px 48px 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  body main .news-wrapper.type-4 section:first-child :nth-child(4) .share-button {
    bottom: 25px !important;
  }
  body main .news-wrapper.type-4 section:first-child :nth-child(5) {
    width: calc(50% - 10px) !important;
    margin-left: 10px;
  }
  body main .news-wrapper.type-4 section:last-child {
    width: auto !important;
  }
  body main .news-wrapper.type-5 {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  body main .news-wrapper.type-5 > article {
    width: 50% !important;
    margin-left: 0 !important;
  }
  body main .news-wrapper.type-5 > article:not(:nth-child(3n)) {
    width: calc(50% - 28px) !important;
    margin-right: 28px !important;
  }
  body main .news-wrapper.type-5 > article.advertisement {
    order: 6;
    width: calc(50% - 40px) !important;
    height: auto;
  }
  body main .news-wrapper.type-5 > article.advertisement a {
    position: absolute;
    top: 40%;
    transform: translateX(-50%);
  }
  body main .news-wrapper.type-5 > article.box.no-photo {
    margin-bottom: 48px;
    padding-bottom: 0;
    background-color: #FAF8F5;
  }
  body main .news-wrapper.type-5 > article.box.m.no-photo {
    width: 311px !important;
    margin-left: 0 !important;
    order: initial;
  }
  body main .news-wrapper.type-5 > article.box.m.no-photo header h2:not(.orange) a {
    font-size: 2.8rem !important;
    color: #000;
  }
  body main .news-wrapper.type-5 div.situation-in-motion, body main .news-wrapper.type-5 div.the-diary, body main .news-wrapper.type-5 div.video-news {
    order: 5 !important;
    width: calc(50% - 28px);
    margin-right: 28px;
  }
  body main .blog-container {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  body main .blog-container h3 {
    width: 207px;
    box-sizing: border-box;
  }
  body main .blog-container > article:not(.advertisement) {
    padding-top: 4px;
    flex: 1;
  }
  body main .blog-container article header > a span {
    font-size: 1.4rem;
  }
  body main .blog-container article header .share-button::after {
    display: block;
  }
  body main .blog-container .blog-wrapper {
    width: 100%;
    margin-top: 5px;
  }
  body main .blog-container .blog-wrapper article {
    width: 50%;
    margin-top: 0;
  }
  body main .blog-container .blog-wrapper article:not(:last-child) {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  body main .sport-container {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
    flex-wrap: nowrap;
    flex-direction: column;
    box-sizing: border-box;
  }
  body main .sport-container > .top-sport-wrapper {
    margin-right: 5px;
    flex-basis: calc(66.66% - 5px);
    display: flex;
    flex-direction: row;
  }
  body main .sport-container > .top-sport-wrapper h3 {
    width: 170px;
    box-sizing: border-box;
  }
  body main .sport-container > .top-sport-wrapper article {
    flex: 1;
  }
  body main .sport-container > .top-sport-wrapper article header {
    padding-left: 0;
  }
  body main .sport-container > .top-sport-wrapper article header h2 {
    font-size: 2.8rem;
  }
  body main .sport-container > .mid-sport-wrapper {
    flex-basis: 33.34%;
    display: flex;
    flex-direction: column;
  }
  body main .sport-container > .mid-sport-wrapper > article:not(.advertisement) {
    flex-basis: calc(100% - 132px);
    display: none !important;
  }
  body main .sport-container > .mid-sport-wrapper > article:not(.advertisement) header h2 {
    font-size: 1.8rem;
  }
  body main .sport-container > .mid-sport-wrapper .advertisement img {
    width: auto;
  }
  body main .sport-container img {
    width: 100%;
  }
  body main .sport-container .bottom-sport-wrapper {
    width: 100%;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: unset;
  }
  body main .sport-container .bottom-sport-wrapper article {
    flex-basis: calc(50% - 5px);
  }
  body main .sport-container .bottom-sport-wrapper article header {
    padding-bottom: 20px;
  }
  body main .sport-container .bottom-sport-wrapper article.mobile-only {
    display: block !important;
  }
  body main .wide-ad-wrapper {
    width: 100%;
  }
  body main .wide-ad-wrapper .advertisement.wide {
    text-align: center;
  }
  body.homepage main aside {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  body.homepage main aside > * {
    width: 50% !important;
    padding: 15px;
    box-sizing: border-box;
  }
  body.homepage main aside > *.glide {
    width: 50%;
  }
  body.homepage main aside .advertisement:first-child {
    display: none !important;
  }
  body.homepage main aside .advertisement:last-child {
    width: calc(50% - 30px) !important;
    margin-top: 30px;
    padding: 0;
    position: relative;
  }
  body.homepage main aside .advertisement:last-child a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1024px) {
  body main article.box header .overtitle {
    font-size: 1.4rem;
  }
  body main article.box.m:not(.wide).no-photo header h2.orange a, body main article.box.m:not(.wide).no-photo header h2.orange + h2 a {
    font-size: 2.8rem !important;
  }
  body main .main-wrapper {
    width: calc(100% - 341px);
  }
  body main .main-wrapper > section.l-2 {
    display: unset;
  }
  body main .main-wrapper > section.l-2 > article.advertisement.mobile-only {
    display: none !important;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide {
    width: 100%;
    flex-direction: row;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide figure {
    width: 50%;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide header {
    width: 50%;
    padding-left: 14px;
  }
  body main .main-wrapper > section.l-2 > article.box.m.wide header .overtitle {
    position: static;
  }
  body main .news-wrapper.type-5 div.the-diary, body main .news-wrapper.type-5 div.video-news {
    order: unset !important;
    width: 311px !important;
    margin-right: 0 !important;
  }
  body main aside {
    width: 341px;
    display: block;
  }
  body main aside > *, body main aside > .glide {
    width: auto;
  }
  body main aside .advertisement {
    margin: 15px;
  }
  body main aside .advertisement:first-child {
    display: block !important;
  }
  body main aside .advertisement:last-child {
    width: auto;
    padding: 15px 6px 5px 5px;
  }
  body main aside .advertisement:last-child a {
    position: static;
    transform: none;
  }
  body main aside article.vote header {
    padding: 0;
  }
  body main aside article.vote header a.vote-button {
    bottom: -9px;
  }
  body main aside article.box {
    width: 100% !important;
    padding-top: 0;
  }
  body main aside article.box header .share-button {
    right: 15px;
  }
  body main aside article.box header h2 {
    font-size: 1.8rem !important;
  }
  body main aside article.box::before {
    border-color: #E9E9E9 !important;
  }
  body main .news-wrapper article.box.xs figure {
    display: block !important;
  }
  body main .news-wrapper.type-2 article.box.s figure {
    width: 60% !important;
  }
  body main .news-wrapper.type-2 article.box.s header {
    width: 40% !important;
  }
  body main .news-wrapper.type-4 {
    flex-direction: row;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m.wide.big-photo figure {
    width: 60% !important;
  }
  body main .news-wrapper.type-4 section:first-child article.box.m.wide.big-photo header {
    width: 40% !important;
  }
  body main .news-carousel-container {
    padding: 0 15px;
    flex-direction: row;
  }
  body main .news-carousel-container section:first-child {
    width: calc(100% - 315px);
  }
  body main .news-carousel-container section:last-child {
    width: 315px;
  }
  body main .news-carousel-container .news-carousel {
    border: 2px solid #0173BA;
  }
  body main .news-carousel-container .news-carousel article.glide__slide header h2 a, body main .news-carousel-container .news-carousel article.glide__slide header h2 span {
    font-size: 2.8rem;
    line-height: 1.07;
    letter-spacing: -.35px;
  }
  body main .news-carousel-container .news-carousel article.glide__slide header h2 span {
    color: #0173BA;
  }
  body main .news-carousel-container .news-carousel > .glide__bullets:first-child .glide__bullet {
    padding: 26px 0;
  }
  body main .video-carousel-container {
    flex-direction: row;
  }
  body main .video-carousel-container .video-carousel {
    width: calc(100% - 311px);
    margin-left: 0;
  }
  body main .video-carousel-container .advertisement {
    width: auto;
    margin: 0;
  }
  body main .news-wrapper.type-5 {
    margin-top: 30px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  body main .news-wrapper.type-5 > article {
    width: 311px !important;
    margin-left: 0 !important;
  }
  body main .news-wrapper.type-5 > article:not(:nth-child(3n)) {
    width: calc(((100% - 311px) / 2) - 28px) !important;
    margin-right: 28px;
  }
  body main .news-wrapper.type-5 > article.advertisement {
    width: auto !important;
    height: max-content;
  }
  body main .news-wrapper.type-5 > article.advertisement a {
    position: static;
  }
  body main .news-wrapper.type-5 > article.box.no-photo {
    margin-bottom: 48px;
    padding-bottom: 0;
    background-color: #FAF8F5;
  }
  body main .news-wrapper.type-5 > article.box.m.no-photo {
    width: 311px !important;
    margin-left: 0 !important;
    order: initial;
  }
  body main .news-wrapper.type-5 > article.box.m.no-photo header h2:not(.orange) a {
    font-size: 2.8rem !important;
    color: #000;
  }
  body main .blog-container {
    flex-wrap: nowrap;
  }
  body main .blog-container h3 {
    width: 170px;
  }
  body main .blog-container > article {
    margin-right: 5px;
  }
  body main .blog-container .blog-wrapper {
    width: 50%;
    margin-top: 0;
  }
  body main .sport-container {
    padding: 0 15px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  body main .sport-container > .mid-sport-wrapper > article:not(.advertisement) {
    display: block !important;
  }
  body main .sport-container img {
    width: 100%;
  }
  body main .sport-container .bottom-sport-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  body main .sport-container .bottom-sport-wrapper article {
    flex-basis: calc(33.33% - 5px);
  }
  body main .sport-container .bottom-sport-wrapper article:last-child {
    flex-basis: 33.33%;
  }
  body main .sport-container .bottom-sport-wrapper article.mobile-only {
    display: none !important;
  }
  body.homepage main aside {
    width: 341px;
    display: block;
  }
  body.homepage main aside > * {
    width: 100% !important;
  }
  body.homepage main aside > *.glide {
    width: 100%;
  }
  body.homepage main aside .advertisement:first-child {
    display: block !important;
    width: auto !important;
    padding: 15px 6px 5px 5px;
  }
  body.homepage main aside .advertisement:last-child {
    width: auto !important;
    padding: 15px 6px 5px 5px;
  }
  body.homepage main aside .advertisement:last-child a {
    display: block;
    position: static;
    transform: translate(0, 0);
  }
}
body > header {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
body > header .top-row, body > header .bottom-row {
  display: none;
}
body > header .mid-row {
  padding: 15px 20px;
  position: relative;
  background-color: #FFF;
}
body > header .mid-row .left .logo {
  margin-top: -3px;
  margin-left: 10px;
  display: block;
  text-align: center;
}
body > header .mid-row .left .logo img {
  width: 108px;
  height: 32px;
}
body > header .mid-row .left .manchette-left {
  float: left;
  /* border: 2px solid red; */
  width: 250px;
  height: 70px;
  position: absolute;
}
body > header .mid-row .left .hide-manchette {
  display: none !important;
}
body > header .mid-row .left .icon-hamburger {
  width: 20px;
  height: 15px;
  margin-top: 7px;
  margin-right: 20px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-black-hamburger.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
body > header .mid-row .left .logo-xs {
  display: none;
}
body > header .mid-row .right {
  width: 100%;
  position: absolute;
  top: 38px;
  left: 0;
  right: auto;
}
body > header .mid-row .right .secondary-nav {
  height: 50px;
  margin-top: 18px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  background-color: #FFF;
}
body > header .mid-row .right .secondary-nav li {
  margin-top: 12px;
  display: inline-block;
}
body > header .mid-row .right .secondary-nav li a {
  margin-left: 20px;
  padding-bottom: 2px;
  border-bottom: 2px solid #0173BA;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
body > header .mid-row .right .secondary-nav li:last-child a {
  margin-right: 20px;
}
body > header .mid-row .right .search {
  margin-left: 30px;
  padding: 13px 0;
  display: inline-block;
  position: absolute;
  top: -33px;
  right: 10px;
  text-decoration: none;
  font-size: 0;
  font-weight: 600;
  color: #FFF;
}
body > header .mid-row .right .search::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-white-search.svg");
}
body > header .mid-row .right .manchette-right {
  display: block;
  /* border: 2px solid red; */
  margin: 0 auto;
  margin-top: 20px;
  width: 250px;
  height: 70px;
}
body > header .mid-row .right .hide-manchette {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  body > header.sticky .mid-row .logo-xs img {
    width: 260px;
    height: 52px;
  }
}
@media only screen and (min-width: 768px) {
  body > header {
    width: 100%;
    position: absolute;
    top: 0;
  }
  body > header .top-row {
    padding: 0 20px;
    display: block;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #dcf0ff;
  }
  body > header .top-row .search {
    padding: 13px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
  }
  body > header .top-row .search::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icon-black-search.svg");
  }
  body > header .top-row .icons {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  body > header .top-row .icons li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  body > header .top-row .icons li a {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body > header .top-row .icons li a.facebook {
    width: 6px;
    height: 12px;
    background-image: url("../images/icon-black-facebook.svg");
  }
  body > header .top-row .icons li a.twitter {
    width: 12px;
    height: 9px;
    background-image: url("../images/icon-black-twitter.svg");
  }
  body > header .top-row .icons li a.instagram {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon-black-instagram.svg");
  }
  body > header .mid-row {
    padding: 20px;
    position: relative;
    background-color: #fff;
  }
  body > header .mid-row .left .logo {
    margin: 0;
  }
  body > header .mid-row .left .logo img {
    width: 260px;
    height: 63px;
  }
  body > header .mid-row .left .icon-hamburger {
    display: none;
  }
  body > header .mid-row .left .logo-xs {
    display: none;
  }
  body > header .mid-row .right {
    width: auto;
    position: absolute;
    top: 0;
    right: 20px;
    left: auto;
  }
  body > header .mid-row .right .secondary-nav {
    margin-top: 50px;
    overflow-x: visible;
    background-color: transparent;
  }
  body > header .mid-row .right .secondary-nav li {
    margin-top: 0;
    display: inline-block;
  }
  body > header .mid-row .right .secondary-nav li a {
    margin-left: 10px;
    border-bottom: 2px solid #13A4FE;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
  }
  body > header .mid-row .right .secondary-nav li:last-child a {
    margin-right: 0;
  }
  body > header .bottom-row {
    display: block;
    position: relative;
    background-color: #0a6fbd;
  }
  body > header .bottom-row .icon-hamburger {
    width: 14px;
    height: 10px;
    margin: 0 5px 0 15px;
    display: inline-block;
    background-image: url("../images/icon-white-hamburger.svg");
    background-repeat: no-repeat;
    cursor: pointer;
  }
  body > header .bottom-row nav {
    display: inline-block;
  }
  body > header .bottom-row nav ul li {
    display: inline-block;
  }
  body > header .bottom-row nav ul li a {
    margin-left: 15px;
    padding: 11px 5px 13px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body > header .bottom-row .digital-newsstand {
    position: absolute;
    top: 8px;
    right: 20px;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
  }
  body > header .bottom-row .digital-newsstand::before {
    content: '';
    width: 24px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-image: url("../images/icon-white-digital-newsstand.svg");
  }
  body > header .bottom-row .breaking-band {
    width: 100%;
    padding: 9px 15px 12px;
    box-sizing: border-box;
    background-color: #9D0000;
  }
  body > header .bottom-row .breaking-band span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
  }
  body > header .bottom-row .breaking-band span:last-child {
    width: calc(100% - 165px);
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body > header.sticky {
    position: fixed;
  }
  body > header.sticky .top-row {
    display: none;
  }
  body > header.sticky .mid-row {
    padding: 15px 20px;
  }
  body > header.sticky .mid-row .logo {
    display: none;
  }
  body > header.sticky .mid-row .icon-hamburger {
    width: 14px;
    height: 10px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icon-black-hamburger.svg");
    background-repeat: no-repeat;
    cursor: pointer;
  }
  body > header.sticky .mid-row .logo-xs {
    display: contents;
    position: relative;
    /* vertical-align: middle;  WRONG WITH display: inline-block, noted by Tommaso */
    display: block;
    left: 18px;
    /* added because otherwise the <a block covers the hamburger button */
    margin-left: 18px;
  }
  body > header.sticky .mid-row .right .secondary-nav {
    margin-top: 18px;
    display: inline-block;
  }
  body > header.sticky .mid-row .right .secondary-nav a {
    border-bottom: none;
    font-size: 1.4rem;
    font-weight: 600;
  }
  body > header.sticky .mid-row .right .search {
    margin-left: 30px;
    padding: 13px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    color: #FFF;
  }
  body > header.sticky .mid-row .right .search::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icon-white-search.svg");
  }
  body > header.sticky .bottom-row {
    display: none;
  }
  body > header.sticky .bottom-row nav ul li:not(:first-child) a {
    margin-left: 7px;
  }
  body > header.sticky.scroll-up .bottom-row {
    display: block;
  }
  body > header.sticky.scroll-up .bottom-row .icon-hamburger {
    display: none;
  }
  body > header.sticky.scroll-up .bottom-row nav a {
    font-size: 1.3rem;
  }
  body > header:not(.sticky) .bottom-row nav ul li:not(:first-child) a {
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body main {
    margin-top: 0;
  }
  body > header .manchette-left, body > header .manchette-right {
    display: none !important;
  }
  body .mid-row .left .logo {
    margin: 0;
    display: unset !important;
  }
  body .mid-row .left .logo img {
    width: 260px;
    height: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  body > header .mid-row .right .secondary-nav li a {
    margin-left: 20px;
    font-size: 1.8rem;
  }
  body > header.sticky .bottom-row nav ul li:not(:first-child) a, body > header:not(.sticky) .bottom-row nav ul li:not(:first-child) a {
    margin-left: 15px;
  }
}
.hamburger-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow-y: auto;
  background-color: #0173BA;
}
.hamburger-menu.search .hamburger-wrapper > * {
  visibility: hidden;
}
.hamburger-menu.search .hamburger-wrapper > .close {
  visibility: visible;
  left: auto;
  right: 18px;
}
.hamburger-menu.search .hamburger-wrapper > .search-wrapper {
  visibility: visible;
}
.hamburger-menu.search .hamburger-wrapper > .search-wrapper input {
  font-size: 3rem;
}
.hamburger-menu .hamburger-wrapper {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.hamburger-menu .logo {
  order: 1;
  margin: 26px 0 40px 40px;
  display: block;
}
.hamburger-menu .logo img {
  width: 101px;
  height: 24px;
}
.hamburger-menu .search-wrapper {
  order: 2;
  margin: 0 0 40px;
  position: relative;
}
.hamburger-menu .search-wrapper input {
  width: 100%;
  padding-bottom: 13px;
  border: none;
  border-bottom: 1px solid #FFF;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}
.hamburger-menu .search-wrapper input::-webkit-input-placeholder {
  color: #FFF;
  opacity: .26;
}
.hamburger-menu .search-wrapper input:-ms-input-placeholder {
  color: #FFF;
  opacity: .26;
}
.hamburger-menu .search-wrapper input::placeholder {
  color: #FFF;
  opacity: .26;
}
.hamburger-menu .search-wrapper .search-button {
  display: none;
}
.hamburger-menu .search-wrapper.active {
  position: relative;
}
.hamburger-menu .search-wrapper.active input {
  border-bottom-color: #5EC6FF;
}
.hamburger-menu .search-wrapper.active .search-button {
  display: block;
  padding-right: 0;
  position: absolute;
  top: 6px;
  right: 0;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #5EC6FF;
}
.hamburger-menu .search-wrapper.active .search-button::after {
  content: '';
  width: 20px;
  height: 13px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: bottom;
  background-image: url("../images/icon-light-blue-arrow-right.svg");
  background-repeat: no-repeat;
}
.hamburger-menu .search-wrapper.active::after {
  display: none;
}
.hamburger-menu .search-wrapper::after {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  vertical-align: middle;
  background-image: url("../images/icon-white-search.svg");
}
.hamburger-menu .close {
  position: absolute;
  top: 20px;
  left: 18px;
  transform: rotate(45deg);
  font-size: 3.5rem;
  font-weight: 400;
  color: #FFF;
  cursor: pointer;
}
.hamburger-menu .news-wrapper {
  order: 3;
  width: 100%;
  margin-bottom: 30px;
}
.hamburger-menu .news-wrapper h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -.3px;
}
.hamburger-menu .news-wrapper > span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  opacity: .26;
}
.hamburger-menu .news-wrapper > ul {
  position: relative;
}
.hamburger-menu .news-wrapper > ul li {
  width: calc(50% - 11px);
  margin-top: 15px;
  margin-right: 16px;
  display: inline-block;
}
.hamburger-menu .news-wrapper > ul li:not(:last-child) {
  margin-right: 11px;
}
.hamburger-menu .news-wrapper > ul li:nth-child(even) {
  margin-right: 0;
}
.hamburger-menu .news-wrapper > ul li article {
  position: relative;
}
.hamburger-menu .news-wrapper > ul li article figure a img {
  width: 100%;
}
.hamburger-menu .news-wrapper > ul li article figure a::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 1px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 70%);
}
.hamburger-menu .news-wrapper > ul li article header h2 a {
  width: calc(100% - 11px);
  position: absolute;
  bottom: 15px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
.hamburger-menu .navigation {
  order: 5;
  padding-bottom: 38px;
  text-align: left;
}
.hamburger-menu .navigation > div {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.hamburger-menu .navigation > div > span {
  margin-bottom: 20px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  opacity: .26;
}
.hamburger-menu .navigation > div.sections-nav {
  float: left;
}
.hamburger-menu .navigation > div.sections-nav ul {
  columns: 2;
}
.hamburger-menu .navigation > div.sections-nav ul li {
  margin-bottom: 20px;
}
.hamburger-menu .navigation > div.sections-nav ul li a {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #FFF;
}
.hamburger-menu .navigation > div:not(.sections-nav) {
  margin-left: 0;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hamburger-menu .navigation > div:not(.sections-nav) ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.hamburger-menu .navigation > div:not(.sections-nav) ul li {
  width: 100%;
  margin-bottom: 15px;
}
.hamburger-menu .navigation > div:not(.sections-nav) ul li a {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.hamburger-menu .footer {
  order: 4;
  margin: 0 0 30px;
  padding-top: 26px;
  padding-bottom: 25px;
  position: static;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.hamburger-menu .footer ul.additional-links li {
  display: inline-block;
}
.hamburger-menu .footer ul.additional-links li a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
}
.hamburger-menu .footer ul.additional-links li a.digital-newsstand {
  margin-right: 50px;
}
.hamburger-menu .footer ul.additional-links li a.digital-newsstand::before {
  content: '';
  width: 24px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-image: url("../images/icon-white-digital-newsstand.svg");
}
.hamburger-menu .footer ul.additional-links li a.libero-shopping::before {
  content: '';
  width: 24px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-image: url("../images/icon-white-shopping.svg");
}
.hamburger-menu .footer ul.social-media {
  position: absolute;
  top: 33px;
  right: 20px;
}
.hamburger-menu .footer ul.social-media li {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.hamburger-menu .footer ul.social-media li.description {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  opacity: .26;
}
.hamburger-menu .footer ul.social-media li:first-child {
  display: none;
}
.hamburger-menu .footer ul.social-media li a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.hamburger-menu .footer ul.social-media li a.facebook {
  width: 6px;
  height: 12px;
  background-image: url("../images/icon-white-facebook.svg");
}
.hamburger-menu .footer ul.social-media li a.twitter {
  width: 12px;
  height: 9px;
  background-image: url("../images/icon-white-twitter.svg");
}
.hamburger-menu .footer ul.social-media li a.instagram {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-white-instagram.svg");
}
.hamburger-menu .footer ul.social-media li a.rss {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-white-rss.svg");
}
.hamburger-menu > * {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .hamburger-menu {
    overflow-y: unset;
  }
  .hamburger-menu .hamburger-wrapper {
    padding: 0;
    box-sizing: border-box;
    display: block;
  }
  .hamburger-menu .hamburger-wrapper .logo {
    margin-left: 0;
  }
  .hamburger-menu .hamburger-wrapper .logo img {
    width: 290px;
    height: 70px;
  }
  .hamburger-menu .hamburger-wrapper .search-wrapper {
    margin: 30px 0;
  }
  .hamburger-menu .close {
    top: 20px;
    right: auto;
    left: 18px;
  }
  .hamburger-menu .close {
    top: 0;
    right: 0;
    left: auto;
  }
  .hamburger-menu .news-wrapper > span {
    display: none;
  }
  .hamburger-menu .news-wrapper > ul li {
    width: calc(25% - 11px) !important;
    margin-top: 0 !important;
  }
  .hamburger-menu .news-wrapper > ul li:nth-child(even) {
    margin-right: 11px !important;
  }
  .hamburger-menu .news-wrapper > ul li:last-child {
    margin-right: 0 !important;
  }
  .hamburger-menu .navigation {
    padding-bottom: 0;
    text-align: right;
  }
  .hamburger-menu .navigation > div {
    width: auto;
  }
  .hamburger-menu .navigation > div.sections-nav {
    min-width: 340px;
  }
  .hamburger-menu .navigation > div.sections-nav ul li a {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .hamburger-menu .navigation > div:not(.sections-nav) {
    margin-left: 48px;
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
    clear: none;
    border-top: none;
  }
  .hamburger-menu .navigation > div:not(.sections-nav) ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .hamburger-menu .footer {
    margin-top: 50px;
    position: relative;
    border-top: 1px solid #FFF;
    border-bottom: none;
  }
  .hamburger-menu .footer .social-media {
    top: 30px;
    right: 0;
  }
  .hamburger-menu .footer .social-media > li:first-child {
    display: block;
  }
  .hamburger-menu > * {
    width: 100%;
  }
}
body.article > header .mid-row .right {
  text-align: right;
}
body.article > header .mid-row .right .article-title, body.article > header .mid-row .right .more-on-topic {
  display: none;
}
body.article > header .mid-row .right .share {
  width: 23px;
  height: 15px;
  margin-right: 60px;
  position: relative;
  top: -18px;
  display: none;
  background-image: url("../images/icon-white-share.svg");
}
body.article > header .mid-row .right .secondary-nav {
  display: none;
}
body.article > header .breaking-band span {
  display: unset !important;
}
body.article > header.scroll-down {
  display: none;
}
body.article > header.scroll-up .mid-row .logo {
  display: none;
}
body.article > header.scroll-up .mid-row .logo-xs {
  display: block;
}
body.article > header.scroll-up .mid-row .share {
  display: inline-block;
}
body.article .ad-970x250 {
  display: none;
}
body.article main {
  margin-top: 82px;
}
body.article main .breadcrumbs {
  padding: 0 20px;
}
body.article main .breadcrumbs li {
  display: inline-block;
}
body.article main .breadcrumbs li a {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0173BA;
}
body.article main .breadcrumbs li:not(:last-child)::after {
  content: '/';
  padding-left: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0173BA;
}
body.article main .breadcrumbs::before {
  content: '';
  width: 15px;
  height: 9px;
  margin-right: 6px;
  display: inline-block;
  background-color: #0173BA;
}
body.article main h1 {
  padding: 10px 20px 0;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -.47px;
  color: #000;
}
body.article main .main-wrapper section {
  padding: 20px;
}
body.article main .main-wrapper section .article-extras span {
  display: none;
}
body.article main .main-wrapper section .article-extras .tags li {
  display: inline-block;
}
body.article main .main-wrapper section .article-extras .tags li a {
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: underline;
  color: #0173BA;
}
body.article main .main-wrapper section .article-extras .tags li:not(:last-child) {
  margin-right: 20px;
}
body.article main .main-wrapper section .article-extras .share {
  margin-top: 30px;
}
body.article main .main-wrapper section .article-extras .share li {
  display: inline-block;
  vertical-align: middle;
}
body.article main .main-wrapper section .article-extras .share li a {
  width: 44px;
  height: 44px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #13A4FE;
}
body.article main .main-wrapper section .article-extras .share li a.facebook {
  background-image: url("../images/icon-light-blue-facebook.svg");
  background-size: 8px 16px;
}
body.article main .main-wrapper section .article-extras .share li a.twitter {
  background-image: url("../images/icon-light-blue-twitter.svg");
  background-size: 17px 12px;
}
body.article main .main-wrapper section .article-extras .share li a.email {
  background-image: url("../images/icon-light-blue-message.svg");
  background-size: 17px 10px;
}
body.article main .main-wrapper section .article-extras .share li a.comments {
  background-image: url("../images/icon-blue-share.svg");
  background-size: 19px 12px;
}
body.article main .main-wrapper section .article-extras .share li:not(:first-child) {
  margin-left: 15px;
}
body.article main .main-wrapper section > figure {
  width: calc(100% + 40px);
  margin: 30px 0 22px -20px;
}
body.article main .main-wrapper section > figure img {
  width: 100%;
}
body.article main .main-wrapper section > figure .image-source {
  margin: 8px 15px 0;
  display: block;
  font-size: 1.2rem;
  text-align: right;
  color: #ACACAC;
}
body.article main .main-wrapper section .suggestions {
  width: calc(100% + 20px);
  margin-bottom: 30px;
}
body.article main .main-wrapper section .suggestions .segment-title {
  font-size: 1.4rem;
  color: #222;
}
body.article main .main-wrapper section .suggestions .glide__track {
  margin-top: 10px;
}
body.article main .main-wrapper section .suggestions .glide__bullets {
  padding-top: 10px;
  text-align: center;
}
body.article main .main-wrapper section .suggestions .glide__bullets .glide__bullet {
  width: 6px;
  height: 6px;
  margin: 3px;
  padding: 0;
  border: none;
  background-color: #D8D8D8;
  border-radius: 50%;
  color: transparent;
}
body.article main .main-wrapper section .suggestions .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #0173BA;
}
body.article main .main-wrapper section .suggestions article header h2 {
  padding-top: 11px;
  border-top: 4px solid #0173BA;
}
body.article main .main-wrapper section .suggestions article header h2 a {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.06;
  color: #000;
}
body.article main .main-wrapper section .suggestions article.video header h2 a::before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
body.article main .main-wrapper section .suggestions article:not(:last-child) {
  margin-right: 15px;
}
body.article main .main-wrapper section .briefly {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -.33px;
  color: #646464;
}
body.article main .main-wrapper section .article-data {
  padding: 8px 0 11px;
}
body.article main .main-wrapper section .article-data a.author {
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0173BA;
}
body.article main .main-wrapper section .article-data time {
  font-size: 1.6rem;
  color: #646464;
}
body.article main .main-wrapper section .article-data .text-size-widget {
  display: none;
}
body.article main .main-wrapper section .article-data + p::first-letter {
  margin-top: -10px;
  padding-right: 7px;
  float: left;
  font-size: 4.5rem;
  font-weight: bold;
  color: #282828;
}
body.article main .main-wrapper section > p {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.9rem;
  line-height: 1.26;
  letter-spacing: -.32px;
}
body.article main .main-wrapper section > .subtitle {
  padding-top: 40px;
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
}
body.article main .main-wrapper section > .subtitle::before {
  content: '';
  width: 15px;
  height: 9px;
  margin-right: 6px;
  display: inline-block;
  background-color: #000;
}
body.article main .main-wrapper section .read-also {
  width: calc(100% + 40px);
  margin: 14px 0 13px -20px;
  padding-top: 19px;
  background-color: #EEF7FF;
}
body.article main .main-wrapper section .read-also figure {
  display: inline-block;
}
body.article main .main-wrapper section .read-also figure a img {
  width: 158px;
  float: left;
}
body.article main .main-wrapper section .read-also header {
  width: calc(100% - 172px);
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
body.article main .main-wrapper section .read-also header .overtitle {
  margin-bottom: 8px;
  font-size: 1.3rem;
  color: #222;
}
body.article main .main-wrapper section .read-also header h2 a {
  font-size: 1.6rem;
  font-weight: 800;
}
body.article main .main-wrapper section .read-also header p:last-child {
  display: none;
}
body.article main .main-wrapper section .read-also header:first-child {
  width: 100%;
}
body.article main .main-wrapper section .read-also::before {
  content: '';
  width: 79%;
  height: 4px;
  position: relative;
  top: -19px;
  display: block;
  background-color: #0173BA;
}
body.article main .main-wrapper section .read-also.type-2 {
  margin-bottom: 0;
  padding-top: 15px;
  background-color: transparent;
}
body.article main .main-wrapper section .read-also.type-2 header span.author {
  margin-top: 10px;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0173BA;
}
body.article main .main-wrapper section .read-also.type-2.video figure {
  position: relative;
}
body.article main .main-wrapper section .read-also.type-2.video figure::after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
body.article main .main-wrapper section .read-also.type-2::before {
  width: 100%;
}
body.article main .main-wrapper section .read-also.type-3 {
  padding-top: 0;
  position: relative;
}
body.article main .main-wrapper section .read-also.type-3 figure {
  width: 100%;
}
body.article main .main-wrapper section .read-also.type-3 figure a img {
  width: 100%;
}
body.article main .main-wrapper section .read-also.type-3 figure::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34));
}
body.article main .main-wrapper section .read-also.type-3 header {
  width: calc(100% - 100px);
  position: absolute;
  bottom: 15px;
  left: 80px;
}
body.article main .main-wrapper section .read-also.type-3 header h2 a {
  position: relative;
  z-index: 1;
  color: #FFF;
}
body.article main .main-wrapper section .read-also.type-3.video figure {
  position: relative;
}
body.article main .main-wrapper section .read-also.type-3.video figure::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
body.article main .main-wrapper section .read-also.type-3::before {
  display: none;
}
body.article main .main-wrapper section .fb-comments {
  width: 100%;
  max-width: initial;
  padding-top: 20px;
  display: block;
}
body.article main .main-wrapper section .fb-comments iframe {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  body.article {
    margin-top: 200px;
  }
  body.article > header .mid-row {
    padding: 10px;
  }
  body.article > header .mid-row .left .logo img {
    width: 136px;
    height: 40px;
  }
  body.article > header .mid-row .left .icon-hamburger {
    display: block;
    width: 14px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
  }
  body.article > header .mid-row .right .secondary-nav {
    margin-top: 20px;
    display: block;
  }
  body.article > header .mid-row .right .secondary-nav li a {
    font-size: 14px;
    font-weight: 600;
  }
  body.article > header .bottom-row > *:not(.breaking-band) {
    display: none;
  }
  body.article > header.scroll-down {
    display: block;
  }
  body.article > header.sticky .mid-row .left {
    height: 40px;
  }
  body.article > header.sticky .mid-row .left .logo-xs {
    top: 9px;
  }
  body.article > header.sticky .mid-row .right .share {
    margin-right: 15px;
    padding: 10px 13px 11px;
    top: 12px;
    display: inline-block;
    background-color: #0173BA;
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: center;
  }
  body.article > header.sticky .mid-row .right .more-on-topic {
    padding: 10px 13px;
    display: inline-block;
    background-color: #0173BA;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFF;
  }
  body.article > header.sticky .mid-row .right .more-on-topic::after {
    content: '>';
    margin-left: 8px;
    font-family: 'PT sans';
    font-size: 1.6rem;
    font-weight: 400;
  }
  body.article > header.sticky .mid-row .right .secondary-nav {
    display: none;
  }
  body.article > header:not(.sticky) .article-title, body.article > header:not(.sticky) .share, body.article > header:not(.sticky) .more-on-topic {
    display: none;
  }
  body.article > header.sticky.scroll-up .bottom-row {
    display: none;
  }
  body.article main {
    margin-top: 0;
    padding-top: 28px;
    position: relative;
    border-top: 3px solid #030303;
  }
  body.article main .breadcrumbs, body.article main h1, body.article main .main-wrapper {
    margin-left: 162px;
  }
  body.article main .breadcrumbs, body.article main h1, body.article main .suggestions, body.article main section > figure, body.article main .briefly, body.article main .article-data, body.article main .article-data + p {
    border-left: 1px solid #000;
  }
  body.article main .article-data + p {
    margin-bottom: 13px;
    padding-bottom: 0 !important;
  }
  body.article main h1 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 4.2rem;
    letter-spacing: -.5px;
  }
  body.article main .main-wrapper {
    width: calc(100% - 503px);
  }
  body.article main .main-wrapper section {
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  body.article main .main-wrapper section > * {
    order: 4;
    padding-left: 21px;
  }
  body.article main .main-wrapper section .article-extras {
    order: 1;
    width: 162px;
    padding-left: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  body.article main .main-wrapper section .article-extras span {
    padding-bottom: 15px;
    display: block;
    font-size: 1.3rem;
    color: #222;
  }
  body.article main .main-wrapper section .article-extras .tags {
    order: 2;
    margin-top: 25px;
  }
  body.article main .main-wrapper section .article-extras .tags li {
    margin-bottom: 15px;
  }
  body.article main .main-wrapper section .article-extras .tags li a {
    font-size: 1.4rem;
  }
  body.article main .main-wrapper section .article-extras .tags li:not(:last-child) {
    margin-right: 10px;
  }
  body.article main .main-wrapper section .article-extras .share {
    order: 1;
  }
  body.article main .main-wrapper section .article-extras .share li {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  body.article main .main-wrapper section .article-extras .share li a {
    width: 35px;
    height: 35px;
  }
  body.article main .main-wrapper section .article-extras .share li:not(:last-child) {
    margin-right: 9px;
  }
  body.article main .main-wrapper section .suggestions {
    order: 2;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.article main .main-wrapper section .suggestions .glide__slides {
    flex-wrap: wrap;
  }
  body.article main .main-wrapper section .suggestions .glide__slides .glide__slide {
    width: 50%;
    margin-right: 0;
    flex-shrink: 1;
    box-sizing: border-box;
  }
  body.article main .main-wrapper section .suggestions .glide__slides .glide__slide:nth-child(odd) {
    padding-right: 8px;
  }
  body.article main .main-wrapper section .suggestions .glide__slides .glide__slide:nth-child(even) {
    padding-left: 8px;
  }
  body.article main .main-wrapper section .suggestions .glide__slides .glide__slide:nth-last-child(1):nth-child(odd) {
    width: 100%;
    padding: 0;
  }
  body.article main .main-wrapper section .suggestions .glide__slides .glide__slide:nth-child(n+3) {
    margin-top: 20px;
  }
  body.article main .main-wrapper section .suggestions .glide__bullets {
    display: none;
  }
  body.article main .main-wrapper section > figure {
    order: 3;
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 2px;
  }
  body.article main .main-wrapper section > figure .image-source {
    margin: 5px 0 0;
  }
  body.article main .main-wrapper section .article-data {
    padding-left: 21px;
  }
  body.article main .main-wrapper section .article-data .text-size-widget {
    margin-top: -5px;
    display: inline-block;
    float: right;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li {
    display: inline-block;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li span {
    padding: 0 4px;
    font-weight: 600;
    cursor: pointer;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li span.small {
    font-size: 1.4rem;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li span.medium {
    font-size: 1.8rem;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li span.large {
    font-size: 2.2rem;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li span.active {
    color: #0173BA;
  }
  body.article main .main-wrapper section .article-data .text-size-widget li span:not(.active) {
    opacity: .2;
  }
  body.article main .main-wrapper section .read-also {
    width: calc(100% + 63px);
    margin-left: -63px;
  }
  body.article main .main-wrapper section .read-also figure a img {
    width: 100%;
  }
  body.article main .main-wrapper section .read-also header {
    width: calc(100% - 270px);
    width: 100%;
    padding: 15px;
    display: block;
    box-sizing: border-box;
  }
  body.article main .main-wrapper section .read-also header p.overtitle {
    font-size: 1.4rem;
  }
  body.article main .main-wrapper section .read-also header h2 a {
    font-size: 2rem;
    line-height: 1.1;
  }
  body.article main .main-wrapper section .read-also header p:last-child {
    margin-top: 5px;
    display: block;
    font-family: 'PT sans';
    font-size: 1.6rem;
    line-height: 1.13;
    letter-spacing: -.36px;
    color: #646464;
  }
  body.article main .main-wrapper section .read-also header:first-child {
    padding-top: 0;
  }
  body.article main .main-wrapper section .advertisement-wrapper {
    display: none !important;
  }
  body.article main .main-wrapper section .fb-comments {
    width: calc(100% + 138px) !important;
    margin-left: -138px;
  }
  body.article main .main-wrapper[data-text-size="small"] section > p, body.article main .main-wrapper[data-text-size="small"] section > .subtitle {
    font-size: 1.5rem;
  }
  body.article main .main-wrapper[data-text-size="small"] section .article-data + p::first-letter {
    font-size: 3.7rem;
  }
  body.article main .main-wrapper[data-text-size="large"] section > p, body.article main .main-wrapper[data-text-size="large"] section > .subtitle {
    font-size: 2.2rem;
  }
  body.article main .main-wrapper[data-text-size="large"] section .article-data + p::first-letter {
    font-size: 5rem;
  }
  body.article main aside ~ .wide-ad-wrapper {
    margin: 0 15px;
    display: block;
  }
  body.article main .blog-container {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.article > header.sticky .mid-row .right .article-title {
    display: inline-block;
  }
  body.article > header.sticky .mid-row .right .article-title span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
  }
  body.article > header.sticky .mid-row .right .article-title h2 {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 12px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
  }
  body.article .ad-970x250 {
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  body.article main .main-wrapper {
    width: calc(100% - 503px);
  }
  body.article main .main-wrapper section .read-also figure a img {
    width: 256px;
  }
  body.article main .main-wrapper section .read-also header {
    width: calc(100% - 270px);
    padding-top: 0;
    display: inline-block;
  }
  body.article main .main-wrapper section .advertisement-wrapper {
    width: calc(100% + 150px);
    margin-top: 17px;
    margin-left: -145px;
    padding-top: 15px;
    display: block !important;
    border-top: 1px solid #000;
  }
  body.article main .main-wrapper section .advertisement-wrapper .advertisement {
    display: inline-block;
  }
  body.article main .main-wrapper section .advertisement-wrapper .advertisement:last-child {
    float: right;
  }
}
body.article.video main {
  margin-top: 61px;
}
body.article.video main .video-player {
  margin-bottom: 20px;
}
body.article.video main .video-player > .video-frame {
  display: block;
  position: relative;
}
body.article.video main .video-player > .video-frame img {
  width: 100%;
}
body.article.video main .video-player > .video-frame::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
body.article.video main .article-data {
  padding: 23px 0 0 20px;
}
body.article.video main .article-data time {
  font-size: 1.6rem;
  color: #646464;
}
body.article.video main .article-extras span {
  display: none;
}
body.article.video main .article-extras .tags li {
  display: inline-block;
}
body.article.video main .article-extras .tags li a {
  font-size: 1.7rem;
  font-weight: bold;
  color: #0173BA;
}
body.article.video main .article-extras .tags li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.1px;
  background-color: #0173BA;
}
body.article.video main .article-extras .tags li:not(:last-child) {
  margin-right: 20px;
}
body.article.video main .article-extras .share {
  margin-top: 30px;
}
body.article.video main .article-extras .share li {
  display: inline-block;
  vertical-align: middle;
}
body.article.video main .article-extras .share li a {
  width: 44px;
  height: 44px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #0173BA;
}
body.article.video main .article-extras .share li a.facebook {
  background-image: url("../images/icon-light-blue-facebook.svg");
  background-size: 8px 16px;
}
body.article.video main .article-extras .share li a.twitter {
  background-image: url("../images/icon-light-blue-twitter.svg");
  background-size: 17px 12px;
}
body.article.video main .article-extras .share li a.email {
  background-image: url("../images/icon-light-blue-message.svg");
  background-size: 17px 10px;
}
body.article.video main .article-extras .share li a.comments {
  background-image: url("../images/icon-blue-share.svg");
  background-size: 19px 12px;
}
body.article.video main .article-extras .share li:not(:first-child) {
  margin-left: 15px;
}
body.article.video main .article-extras {
  padding: 20px 20px 0;
}
body.article.video main .article-extras .tags {
  display: none;
}
body.article.video main .article-extras .share {
  margin-top: 0;
  margin-bottom: 30px;
}
body.article.video main .article-extras + .advertisement {
  box-sizing: border-box;
  text-align: center;
}
body.article.video main .similar-videos {
  margin-bottom: 20px;
  background-color: #0D3250;
}
body.article.video main .similar-videos .widget-title {
  padding: 10px 0 12px 20px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
}
body.article.video main .similar-videos .widget-description {
  display: none;
}
body.article.video main .similar-videos ul {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.article.video main .similar-videos ul::-webkit-scrollbar {
  display: none;
}
body.article.video main .similar-videos ul li {
  width: 55vw;
  flex: 0 0 auto;
}
body.article.video main .similar-videos ul li article figure {
  position: relative;
}
body.article.video main .similar-videos ul li article figure a img {
  width: 100%;
}
body.article.video main .similar-videos ul li article figure a::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-image: url("../images/icon-blue-play.svg");
  background-size: contain;
}
body.article.video main .similar-videos ul li article header {
  padding: 10px 10px 30px;
}
body.article.video main .similar-videos ul li article header h3 a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -.33px;
  color: #FFF;
}
body.article.video main .similar-videos ul li article header time {
  margin-top: 2px;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #919191;
}
body.article.video main .similar-videos ul li:not(:last-child) {
  margin-right: 15px;
}
body.article.video main .video-description > p {
  padding: 0 20px;
  font-family: 'PT Sans';
  font-size: 1.9rem;
  line-height: 1.26;
  letter-spacing: -.32px;
}

@media only screen and (min-width: 768px) {
  body.article.video.type-2 main .video-player {
    display: flex;
    flex: 1;
  }
  body.article.video.type-2 main .video-player > .video-frame {
    width: calc(100% - 358px);
  }
  body.article.video.type-2 main .video-player .similar-videos {
    width: 358px;
    height: 100%;
    display: block;
    box-sizing: border-box;
  }
  body.article.video.type-2 main .video-player .similar-videos .widget-title {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  body.article.video.type-2 main .video-player .similar-videos .widget-description {
    display: block;
    position: absolute;
    top: 11px;
    right: 16px;
    font-size: 1.1rem;
    color: #6F6F6F;
  }
  body.article.video.type-2 main .video-player .similar-videos article:not(.advertisement) {
    padding-bottom: 20px;
  }
  body.article.video.type-2 main .video-player .similar-videos article:not(.advertisement) header {
    padding-bottom: 0;
  }
  body.article.video main {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  body.article.video main .video-player {
    display: flex;
    flex: 1;
    position: relative;
  }
  body.article.video main .video-player > .video-frame {
    flex: 1;
  }
  body.article.video main .video-player > .video-frame::after {
    width: 80px;
    height: 80px;
  }
  body.article.video main .video-player .similar-videos {
    padding: 0 16px 0 31px;
    position: absolute;
    left: calc(100% - 358px);
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #161616;
  }
  body.article.video main .video-player .similar-videos::-webkit-scrollbar {
    display: none;
  }
  body.article.video main .video-player .similar-videos .widget-title {
    padding-left: 0;
  }
  body.article.video main .video-player .similar-videos ul {
    flex-direction: column;
  }
  body.article.video main .video-player .similar-videos ul li {
    width: 100%;
    margin-right: 0;
  }
  body.article.video main .video-player .similar-videos ul li article {
    display: flex;
  }
  body.article.video main .video-player .similar-videos ul li article.advertisement {
    margin-bottom: 20px;
    background-color: #2B2A2A;
  }
  body.article.video main .video-player .similar-videos ul li article.advertisement span {
    color: #BBBABA;
  }
  body.article.video main .video-player .similar-videos ul li article.advertisement a {
    margin: 0 auto;
  }
  body.article.video main .video-player .similar-videos ul li article figure a {
    position: relative;
  }
  body.article.video main .video-player .similar-videos ul li article figure a img {
    width: 114px;
  }
  body.article.video main .video-player .similar-videos ul li article figure a::after {
    width: 25px;
    height: 25px;
  }
  body.article.video main .video-player .similar-videos ul li article header {
    padding-top: 0;
    padding-right: 0;
  }
  body.article.video main .video-player .similar-videos ul li article header time {
    margin-top: 5px;
  }
  body.article.video main .video-description {
    position: relative;
  }
  body.article.video main .video-description h1 {
    width: calc(100% - 162px);
    box-sizing: border-box;
  }
  body.article.video main .video-description .article-data {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  body.article.video main .video-description .article-data, body.article.video main .video-description > p {
    margin-left: 162px;
  }
  body.article.video main .video-description .article-data, body.article.video main .video-description > p {
    padding-left: 21px;
    border-left: 1px solid #000;
  }
  body.article.video main .video-description > p::first-letter {
    margin-top: -10px;
    padding-right: 7px;
    float: left;
    font-family: 'Work Sans';
    font-size: 4.5rem;
    font-weight: bold;
    color: #282828;
  }
  body.article.video main .article-extras {
    order: 1;
    width: 162px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  body.article.video main .article-extras span {
    padding-bottom: 15px;
    display: block;
    font-size: 1.3rem;
    color: #222;
  }
  body.article.video main .article-extras .tags {
    order: 2;
    display: block;
  }
  body.article.video main .article-extras .tags li {
    margin-bottom: 15px;
  }
  body.article.video main .article-extras .tags li a {
    font-size: 1.4rem;
  }
  body.article.video main .article-extras .tags li:not(:last-child) {
    margin-right: 10px;
  }
  body.article.video main .article-extras .share {
    order: 1;
  }
  body.article.video main .article-extras .share li {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  body.article.video main .article-extras .share li a {
    width: 35px;
    height: 35px;
  }
  body.article.video main .article-extras .share li:not(:last-child) {
    margin-right: 9px;
  }
  body.article.video main .article-extras + .advertisement {
    display: none;
  }
  body.article.video main .similar-videos {
    display: none;
  }
}
body.full .gallery {
  width: 100%;
  margin-left: 0;
  margin-top: 60px;
  margin-bottom: -60px;
}

.gallery-box .gallery-wrapper .gallery-container .page-title {
  display: none;
}
.gallery-box .gallery-wrapper .gallery-container .close {
  display: none;
}
.gallery-box .gallery-wrapper .advertisement {
  display: none;
}
.gallery-box.full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
}
.gallery-box.full .gallery-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.gallery-box.full .gallery-wrapper .gallery-container .page-title {
  margin: 70px 20px 30px;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -.31px;
}
.gallery-box.full .gallery-wrapper .gallery-container .close {
  display: block;
  position: absolute;
  font-family: 'PT Sans';
  top: 25px;
  right: 30px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.gallery-box.full .gallery-wrapper .gallery-container .gallery {
  width: 100%;
  margin-left: 0;
}

.gallery {
  width: calc(100% + 40px);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -20px;
}
.gallery article figure {
  text-align: center;
}
.gallery article figure img {
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  pointer-events: none;
}
.gallery article:not(:first-child) {
  display: none;
}
.gallery article header {
  margin: 57px 20px 0;
  padding: 15px 0;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.gallery article header h3 {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.23px;
}
.gallery article header p {
  font-family: 'PT Sans';
  font-size: 1.6rem;
  line-height: 1.13;
  letter-spacing: -0.34px;
  color: #646464;
}
.gallery .controls {
  margin: 0 20px;
  position: relative;
}
.gallery .controls .arrow {
  width: 18px;
  height: 10px;
  background-image: url("../images/icon-black-gallery-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.gallery .controls .arrow.right {
  background-image: url("../images/icon-black-gallery-next.svg");
}
.gallery .controls .counter {
  margin: 0 10px;
  position: relative;
  top: -1px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.gallery .controls .full-screen {
  width: 20px;
  height: 20px;
  float: right;
  background-image: url("../images/icon-black-fullscreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.gallery .controls > * {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  body.full {
    width: auto;
    max-width: 1024px;
    margin: 200px auto 0;
    display: block;
    box-sizing: border-box;
  }
  body.full main {
    width: 100%;
  }
  body.full main .main-wrapper {
    width: calc(100% - 165px);
  }
  body.full main aside {
    margin-left: 425px;
  }
  body.full .gallery {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    background-color: #FFF;
  }
  body.full .gallery article header {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.full .gallery .controls {
    top: -125px;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.full main {
    border-top: none;
  }

  .gallery {
    width: calc(100% + 63px);
    margin-left: -63px;
    margin-top: 30px;
    position: relative;
  }
  .gallery article header {
    margin-right: 0;
    margin-left: 0;
  }
  .gallery .controls {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-box.full .gallery {
    margin-top: 60px;
  }
  .gallery-box.full .gallery article header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .gallery-box.full .gallery .controls {
    margin-left: 20px;
    margin-right: 20px;
    top: -125px;
  }
}
@media only screen and (min-width: 1024px) {
  body.full {
    max-width: 1024px;
    display: block;
    box-sizing: border-box;
  }
  body.full main aside {
    margin-left: 680px;
  }
  body.full .gallery {
    width: 100%;
    margin-left: 0;
    position: relative;
    background-color: #FFF;
  }
  body.full .gallery article header {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.full .gallery .controls {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    top: 597px;
  }
  body.full main {
    border-top: none;
  }

  .gallery .controls {
    width: calc(100% - 20px);
    position: absolute;
    top: auto !important;
  }

  .gallery-box.full .gallery-wrapper .gallery-container {
    width: calc(100% - 375px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 15px;
  }
  .gallery-box.full .gallery-wrapper .gallery-container .page-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8rem;
  }
  .gallery-box.full .gallery-wrapper .gallery-container .gallery article header {
    margin-right: 0;
    margin-left: 0;
  }
  .gallery-box.full .gallery-wrapper .gallery-container .gallery .controls {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    top: -140px;
  }
  .gallery-box.full .gallery-wrapper .advertisement {
    margin-top: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
body.article-blog main .breadcrumbs li a {
  text-transform: unset;
  font-size: 1.8rem;
  font-weight: 800;
  color: #D4A21B;
}
body.article-blog main .breadcrumbs::before {
  display: none;
}
body.article-blog main .main-wrapper section .author {
  width: calc(100% - 30px);
  padding-top: 15px;
  display: flex;
  position: absolute;
  bottom: 15px;
  border-top: 2px solid #92D5FF;
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
}
body.article-blog main .main-wrapper section .author img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  vertical-align: middle;
}
body.article-blog main .main-wrapper section .author span {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.article-blog main .main-wrapper section .author {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  bottom: 0;
  border-bottom: 1px solid #E9E7E7;
}
body.article-blog main .main-wrapper section .author img {
  width: 60px;
  height: 60px;
}
body.article-blog main .main-wrapper section .author .author-wrapper {
  margin: 7px 0;
}
body.article-blog main .main-wrapper section .author .author-wrapper span {
  margin-bottom: 5px;
  color: #000;
}
body.article-blog main .main-wrapper section .author .author-wrapper .author-about {
  display: none;
}
body.article-blog main .main-wrapper section .author .author-wrapper a {
  text-decoration: underline;
  color: #D4A21B;
}

@media only screen and (min-width: 768px) {
  body.article-blog main .main-wrapper section .author {
    order: 2;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 21px;
    bottom: 0;
    border: none;
    border-left: 1px solid #000;
  }
  body.article-blog main .main-wrapper section .author .author-wrapper {
    margin-top: 0;
  }
  body.article-blog main .main-wrapper section .author .author-wrapper .author-about {
    margin-bottom: 10px;
    display: block;
    font-family: 'PT Sans';
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: -.27px;
    color: #939393;
  }
  body.article-blog main .main-wrapper section .author .author-wrapper a {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.article-blog main .main-wrapper section .author .author-wrapper::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 15px;
    left: 21px;
    background-color: #D4A21B;
  }
}
body.section.type-2 .news-list-container > .advertisement {
  margin-bottom: 30px;
}
body.section main .main-wrapper > h1 {
  padding: 12px 15px 15px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -.24px;
}
body.section main .pagination {
  width: calc(100% - 30px);
  margin: 0 0 20px 15px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #000;
}
body.section main .pagination .prev, body.section main .pagination .next {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-arrow-prev.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
body.section main .pagination .next {
  transform: rotate(180deg);
}
body.section main .pagination > ul {
  display: inline-block;
  vertical-align: middle;
}
body.section main .pagination > ul li {
  display: inline-block;
}
body.section main .pagination > ul li a {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
body.section main .pagination > ul li.active a {
  background-color: #0173BA;
  color: #FFF;
}
body.section main article.box header time {
  display: block;
  font-size: 1.4rem;
  color: #969696;
}
body.section main article.box.xl {
  padding-top: 40px;
  padding-bottom: 0;
}
body.section main article.box.xl figure img {
  height: auto;
}
body.section main article.box.xl header {
  position: static;
}
body.section main article.box.xl header .overtitle {
  width: calc(100% - 30px);
  margin: 15px;
  padding: 10px 0 0;
  display: block;
  position: absolute;
  top: -13px;
  border-top: 2px solid #000;
}
body.section main article.box.xl header .share-button {
  position: absolute;
  top: 13px;
  background-image: url("../images/icon-blue-share.svg");
}
body.section main article.box.xl header h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: -.44px;
  color: #000;
}
body.section main article.box.xl header h2::after {
  display: none;
}
body.section main article.box.xl header time {
  padding-left: 15px;
}
body.section main article.box.m {
  box-sizing: border-box;
}
body.section main article.box.m figure {
  width: 120px;
  position: absolute;
  top: 14px;
  right: 0;
}
body.section main article.box.m header h2 {
  margin-top: 16px;
  padding-right: 110px;
}
body.section main article.box.m header time {
  margin-top: 8px;
}
body.section main .news-list-wrapper {
  display: flex;
  flex-direction: column;
}
body.section main .news-list-wrapper .news-list-container {
  padding: 0 15px;
}
body.section main .news-list-wrapper .box.m.wide {
  margin-bottom: 30px;
  padding-top: 10px;
  position: relative;
  border-top: 2px solid #000;
}
body.section main .news-list-wrapper .box.m.wide figure {
  order: 2;
  width: 120px;
  position: absolute;
  top: 45px;
  right: -15px;
}
body.section main .news-list-wrapper .box.m.wide header {
  order: 1;
  width: 100%;
  padding: 0;
}
body.section main .news-list-wrapper .box.m.wide header p.overtitle {
  padding: 0;
}
body.section main .news-list-wrapper .box.m.wide header .share-button {
  position: absolute;
  right: 0 !important;
}
body.section main .news-list-wrapper .box.m.wide header h2 {
  margin-right: 0;
  margin-left: 0;
  line-height: 1.11;
  font-size: 1.8rem;
  letter-spacing: -.2px;
}
body.section main .news-list-wrapper .advertisement {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  body.section main .pagination {
    text-align: left;
  }
  body.section > header .mid-row {
    padding: 10px;
  }
  body.section > header .mid-row .left .logo img {
    width: 136px;
    height: 40px;
  }
  body.section > header .mid-row .left .icon-hamburger {
    display: none;
    width: 14px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
  }
  body.section > header .mid-row .right .secondary-nav {
    margin-top: 20px;
    display: block;
  }
  body.section > header .mid-row .right .secondary-nav li a {
    font-size: 14px;
    font-weight: 600;
  }
  body.section > header .bottom-row nav > ul {
    display: inline-block;
  }
  body.section > header .bottom-row nav > .search {
    margin-left: 25px;
    padding: 13px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
  }
  body.section > header .bottom-row nav > .search::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icon-black-search.svg");
  }
  body.section > header .bottom-row .digital-newsstand {
    right: 110px;
  }
  body.section > header .bottom-row .icons {
    position: absolute;
    top: 13px;
    right: 20px;
  }
  body.section > header .bottom-row .icons li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  body.section > header .bottom-row .icons li a {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.section > header .bottom-row .icons li a.facebook {
    width: 6px;
    height: 12px;
    background-image: url("../images/icon-black-facebook.svg");
  }
  body.section > header .bottom-row .icons li a.twitter {
    width: 12px;
    height: 9px;
    background-image: url("../images/icon-black-twitter.svg");
  }
  body.section > header .bottom-row .icons li a.instagram {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon-black-instagram.svg");
  }
  body.section > header.sticky .mid-row .left {
    height: 40px;
  }
  body.section > header.sticky .mid-row .left .icon-hamburger {
    display: block;
  }
  body.section main {
    margin-top: 200px;
  }
  body.section main .main-wrapper > h1 {
    padding: 15px 15px 5px;
    font-size: 3rem;
    letter-spacing: -.3px;
  }
  body.section main article.box header time {
    font-size: 1.3rem;
  }
  body.section main article.box.xl {
    padding-top: 15px;
  }
  body.section main article.box.xl header .overtitle {
    margin: 0;
    position: static;
    border: none;
  }
  body.section main article.box.xl header .share-button {
    top: 25px;
  }
  body.section main article.box.xl header h2 {
    font-size: 3rem !important;
    font-weight: bold !important;
    letter-spacing: -.75px !important;
  }
  body.section main article.box.xl header time {
    padding: 0;
  }
  body.section main article.box.m figure {
    width: auto;
    position: static;
  }
  body.section main article.box.m header h2 {
    padding-right: 0;
  }
  body.section main article.box.m time {
    margin-top: 10px;
  }
  body.section main .news-list-wrapper {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    flex-direction: row;
  }
  body.section main .news-list-wrapper .news-list-container {
    width: calc(100% - 311px);
    padding-right: 34px;
    padding-left: 0 !important;
  }
  body.section main .news-list-wrapper .box.m.wide figure {
    width: 226px;
    padding-top: 30px;
    position: static;
  }
  body.section main .news-list-wrapper .box.m.wide header {
    width: calc(100% - 226px + 14px);
    padding-left: 0;
  }
  body.section main .news-list-wrapper .box.m.wide header h2 {
    padding-right: 15px;
    font-size: 2.2rem;
  }
  body.section main .video-carousel-container, body.section main .blog-container {
    margin-bottom: 30px;
  }
}
body.search-results > header .mid-row .right .secondary-nav {
  display: none;
}
body.search-results > main {
  margin-top: 75px;
}
body.search-results > main .main-wrapper > h4 {
  padding: 0 15px 15px;
  font-size: 1.4rem;
  color: #222;
}
body.search-results > main .main-wrapper .search-wrapper {
  padding: 0 15px;
  position: relative;
}
body.search-results > main .main-wrapper .search-wrapper input {
  width: 100%;
  padding-bottom: 13px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  letter-spacing: -.24px;
  font-size: 2.4rem;
  font-weight: 800;
  color: #000;
  outline: none;
}
body.search-results > main .main-wrapper .search-wrapper .search-button {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  background-image: url("../images/icon-black-search.svg");
}
body.search-results > main .main-wrapper .search-options {
  padding: 20px 15px 25px;
}
body.search-results > main .main-wrapper .search-options .number-of-results {
  display: inline-block;
  font-size: 1.4rem;
  color: #222;
}
body.search-results > main .main-wrapper .search-options > ul {
  float: right;
}
body.search-results > main .main-wrapper .search-options > ul li {
  display: inline-block;
}
body.search-results > main .main-wrapper .search-options > ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #929292;
}
body.search-results > main .main-wrapper .search-options > ul li:not(:last-child) {
  margin-right: 20px;
}
body.search-results > main .main-wrapper .search-options > ul li.active a {
  font-weight: bold;
  color: #000;
}
body.search-results > main .main-wrapper .search-options > ul li.active a::after {
  content: '';
  width: 100%;
  height: 2px;
  margin-top: 2px;
  display: block;
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  body.search-results > header .mid-row .right .secondary-nav {
    display: block;
  }
  body.search-results > main {
    margin-top: 200px;
  }
  body.search-results > main .main-wrapper {
    width: calc(100% - 341px);
  }
  body.search-results > main .main-wrapper > h4 {
    padding-top: 15px;
    font-size: 1.3rem;
  }
  body.search-results > main .main-wrapper .search-wrapper input {
    font-size: 3rem;
  }
  body.search-results > main .main-wrapper .search-options .number-of-results {
    font-size: 1.3rem;
  }
  body.search-results > main .news-list-wrapper > section:not(:first-child) {
    margin-top: -207px;
  }
}
body.blog > header .mid-row .right {
  display: none;
}
body.blog main {
  margin-top: 63px;
  display: flex;
  flex-direction: column;
}
body.blog main .main-wrapper {
  order: 1;
}
body.blog main .main-wrapper .blog-container article header h2 {
  padding-bottom: 10px;
}
body.blog main .main-wrapper .blog-container article header time {
  padding-bottom: 20px;
  display: block;
  font-size: 1.3rem;
  color: #FFF;
}
body.blog main .main-wrapper .blog-container .advertisement {
  background-color: #4F5C67;
}
body.blog main .main-wrapper .author-container {
  background-color: #3B4A56;
  padding: 0 15px;
}
body.blog main .main-wrapper .author-container article figure {
  text-align: center;
}
body.blog main .main-wrapper .author-container article figure img {
  width: 140px;
  height: 140px;
  margin: 30px 0 20px;
  border-radius: 50%;
}
body.blog main .main-wrapper .author-container article header h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -.28px;
  color: #D4A21B;
}
body.blog main .main-wrapper .author-container article header p {
  padding: 20px 0 30px;
  font-family: 'PT Sans';
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: -.3px;
  color: #FFF;
}
body.blog main .main-wrapper .author-container article header h4 {
  padding: 15px 0 30px;
  border-top: 2px solid #D4A21B;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -.18px;
  color: #FFF;
}
body.blog main aside {
  order: 3;
}
body.blog main .news-list-wrapper {
  order: 2;
  margin-top: 30px;
}
body.blog main .news-list-wrapper .news-list-container article.box > header:first-child {
  width: 100%;
}
body.blog main .news-list-wrapper .news-list-container article.box > header .overtitle {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: unset;
  color: #D4A21B;
}
body.blog main .news-list-wrapper .news-list-container article.box > header .overtitle::before {
  display: none;
}
body.blog main .news-list-wrapper .news-list-container article.box > header .share-button {
  background-image: url("../images/icon-white-share.svg");
}
body.blog main .news-list-wrapper .news-list-container article.box > header .share-button::after {
  display: none;
}
body.blog main .news-list-wrapper .news-list-container article.box > header .author {
  width: calc(100% - 30px);
  padding-top: 15px;
  display: flex;
  position: absolute;
  bottom: 15px;
  border-top: 2px solid #92D5FF;
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
}
body.blog main .news-list-wrapper .news-list-container article.box > header .author img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  vertical-align: middle;
}
body.blog main .news-list-wrapper .news-list-container article.box > header .author span {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.blog main .news-list-wrapper .news-list-container article.box > header a.author {
  border-top: none;
  position: static;
}
body.blog main .news-list-wrapper .news-list-container article.box > header a.author img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
body.blog main .news-list-wrapper .news-list-container article.box > header a.author span {
  color: #D4A21B;
}
body.blog main .news-list-wrapper .news-list-container article.box > header:first-child h2 {
  padding-right: 0;
}

body.blog-author main aside {
  order: 2;
}
body.blog-author main aside > *:not(:first-child) {
  display: none;
}
body.blog-author main .news-list-wrapper {
  order: 3;
}

@media only screen and (min-width: 768px) {
  body.blog > header .mid-row .right {
    display: block;
  }
  body.blog main {
    margin-top: 200px;
  }
  body.blog main .main-wrapper .blog-container {
    padding: 0;
    display: block;
  }
  body.blog main .main-wrapper .blog-container > h3 {
    width: 100%;
  }
  body.blog main .main-wrapper .blog-container > article:not(.advertisement) {
    flex: 0 1 auto;
    flex-grow: 1;
  }
  body.blog main .main-wrapper .blog-container .blog-wrapper article {
    width: 44%;
  }
  body.blog main .news-list-wrapper {
    margin-top: 0;
  }
  body.blog main .news-list-wrapper .news-list-container {
    width: 100%;
    padding-right: 0;
  }
  body.blog main .news-list-wrapper .news-list-container article.box > header a.author span {
    font-size: 1.4rem;
  }
  body.blog main aside {
    width: 100%;
  }
  body.blog main aside > *:not(:first-child) {
    display: none !important;
  }
  body.blog main aside > .advertisement:first-child {
    margin: 0;
  }

  body.blog-author main {
    flex-direction: row;
  }
  body.blog-author main .main-wrapper .author-container {
    margin-bottom: 30px;
  }
  body.blog-author main .main-wrapper .author-container article {
    display: flex;
  }
  body.blog-author main .main-wrapper .author-container article figure img {
    margin-right: 30px;
  }
  body.blog-author main .main-wrapper .author-container article header {
    margin-top: 30px;
  }
  body.blog-author main .main-wrapper .author-container article header h3 {
    text-align: left;
  }
  body.blog-author main .main-wrapper .author-container article header p {
    padding-top: 10px;
  }
  body.blog-author main aside {
    order: 3;
    width: 341px;
  }
  body.blog-author main aside .advertisement:first-child {
    margin: 0 15px;
  }
  body.blog-author main aside > *:not(.vote) {
    display: block !important;
  }
  body.blog-author main aside > .vote {
    display: flex;
  }
  body.blog-author main .news-list-wrapper {
    order: 2;
    width: calc(100% - 341px);
  }
}
@media only screen and (min-width: 1024px) {
  body.blog main {
    flex-direction: row;
  }
  body.blog main .main-wrapper {
    width: 100%;
  }
  body.blog main .main-wrapper .blog-container {
    display: flex;
    flex-wrap: wrap;
  }
  body.blog main .main-wrapper .blog-container > article:not(.advertisement) {
    width: calc(100% - 357px);
    margin-right: 0;
  }
  body.blog main .main-wrapper .blog-container > article:not(.advertisement) figure a img {
    padding: 0 15px;
    box-sizing: border-box;
  }
  body.blog main .main-wrapper .blog-container > article.advertisement {
    margin-right: 0;
  }
  body.blog main .main-wrapper .blog-container .blog-wrapper {
    width: 100%;
    margin-top: 5px;
  }
  body.blog main .main-wrapper .blog-container .blog-wrapper article:not(:last-child) {
    width: calc(33.3333% - 5px);
  }
  body.blog main .main-wrapper .blog-container .blog-wrapper article:last-child {
    width: 33.3333%;
  }
  body.blog main aside {
    width: 341px;
  }
  body.blog main aside > *:not(:first-child):not(.vote) {
    display: block !important;
  }
  body.blog main aside > *.vote {
    display: flex !important;
  }
  body.blog main aside > .advertisement:first-child {
    margin: 0 15px 15px;
  }
  body.blog main .news-list-wrapper {
    width: calc(100% - 341px);
  }
}
.poll-widget h3 {
  margin: 30px 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.33px;
}
.poll-widget ul li {
  width: 100%;
  margin-bottom: 15px;
  display: table;
  border: solid 1px #0173BA;
}
.poll-widget ul li a {
  width: 100%;
  height: 21px;
  padding: 13px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.37px;
  text-align: center;
  color: #0173BA;
}
.poll-widget ul li a:hover, .poll-widget ul li a:active {
  -webkit-tap-highlight-color: transparent;
}
.poll-widget ul li a.active {
  background-color: #0173BA !important;
  color: #FFF;
}
.poll-widget ul.results li {
  position: relative;
}
.poll-widget ul.results li::after {
  content: '';
  width: calc(100% - 26px);
  height: 3px;
  margin-left: 13px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  background-color: #A0DAFE;
}
.poll-widget ul.results li:last-child::after {
  background-color: #DFF3FF;
}
.poll-widget ul.results a {
  padding-bottom: 26px;
  cursor: default;
}
.poll-widget ul.results a::before {
  content: '';
  height: 3px;
  position: absolute;
  bottom: 16px;
  z-index: 1;
  display: block;
  background-color: #FFF;
}
.poll-widget ul.results a:not(.active)::before {
  background-color: #0173BA;
}
.poll-widget ul.results a::after {
  content: attr(data-value) "%";
  position: absolute;
  right: 13px;
}
.poll-widget ul.results a[data-value^='1']::before {
  width: 10%;
}
.poll-widget ul.results a[data-value^='2']::before {
  width: 20%;
}
.poll-widget ul.results a[data-value^='3']::before {
  width: 30%;
}
.poll-widget ul.results a[data-value^='4']::before {
  width: 50%;
}
.poll-widget ul.results a[data-value^='5']::before {
  width: 50%;
}
.poll-widget ul.results a[data-value^='6']::before {
  width: 60%;
}
.poll-widget ul.results a[data-value^='7']::before {
  width: 70%;
}
.poll-widget ul.results a[data-value^='8']::before {
  width: 80%;
}
.poll-widget ul.results a[data-value^='9']::before {
  width: 90%;
}
.poll-widget ul.results a[data-value='100']::before {
  width: 100%;
}
.poll-widget ul.results a[data-value^='0']::before, .poll-widget ul.results a[data-value='1']::before, .poll-widget ul.results a[data-value='2']::before, .poll-widget ul.results a[data-value='3']::before, .poll-widget ul.results a[data-value='4']::before, .poll-widget ul.results a[data-value='5']::before, .poll-widget ul.results a[data-value='6']::before, .poll-widget ul.results a[data-value='7']::before, .poll-widget ul.results a[data-value='8']::before, .poll-widget ul.results a[data-value='9']::before {
  width: 0%;
}
.poll-widget ul:not(.results) li a:hover, .poll-widget ul:not(.results) li a:active {
  background-color: #DFF3FF;
}

body.libero-tv main .libero-tv-block {
  background-color: #000;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) figure img {
  width: 100%;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header {
  padding: 15px;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header .overtitle {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header .overtitle::before {
  content: '';
  width: 14px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  background-color: #FFF;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header .share-button {
  width: 18px;
  height: 12px;
  margin-top: -15px;
  background-image: url("../images/icon-white-share.svg");
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header .share-button::after {
  display: none;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header h2 {
  margin-top: 22px;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header h2 a {
  font-size: 2.6rem;
  font-weight: 800;
  color: #FFF;
}
body.libero-tv main .libero-tv-block article:not(.advertisement) header time {
  margin: 15px 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #919191;
}
body.libero-tv main .libero-tv-block article:not(.advertisement).video figure {
  position: relative;
}
body.libero-tv main .libero-tv-block article:not(.advertisement).video figure::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon-blue-play.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
body.libero-tv main .libero-tv-block article.advertisement {
  background-color: #1B1B1B;
}
body.libero-tv main .main-wrapper .multirow-carousel article.box.m header {
  height: 197px;
}
body.libero-tv main .slides-wrapper .advertisement {
  text-align: center;
}
body.libero-tv main .multirow-carousel {
  margin-top: 30px;
}
body.libero-tv main .multirow-carousel h3 {
  padding: 0 0 20px 10px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.26px;
}
body.libero-tv main .multirow-carousel .glide__arrows {
  position: absolute;
  right: 15px;
  top: 0;
}
body.libero-tv main .multirow-carousel .glide__arrows .glide__arrow {
  width: 22px;
  height: 22px;
  background-image: url("../images/icon-arrow-prev.svg");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  font-size: 0;
}
body.libero-tv main .multirow-carousel .glide__arrows .glide__arrow.glide__arrow--right {
  margin-left: 20px;
  transform: rotate(180deg);
}
body.libero-tv main .multirow-carousel.black {
  margin-top: 40px;
}
body.libero-tv main .multirow-carousel.black article.box.m {
  background-color: #000;
}
body.libero-tv main .multirow-carousel.black article.box.m header .overtitle {
  color: #FFF;
}
body.libero-tv main .multirow-carousel.black article.box.m header .overtitle::before {
  background-color: #FFF;
}
body.libero-tv main .multirow-carousel.black article.box.m header h2 a {
  color: #FFF;
}
body.libero-tv main .multirow-carousel article.box.m figure {
  margin-top: 4px;
}
body.libero-tv main .multirow-carousel article.box.m header {
  padding: 15px;
}
body.libero-tv main .multirow-carousel article.box.m header .overtitle {
  padding: 0;
  position: initial;
  font-size: 1.3rem;
}
body.libero-tv main .multirow-carousel article.box.m header h2 {
  margin-top: 15px;
  letter-spacing: -.41px;
}
body.libero-tv main .multirow-carousel article.box.m header h2 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
body.libero-tv main .multirow-carousel article.box.m header time {
  margin: 10px 0;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #919191;
}
body.libero-tv main .multirow-carousel article.box.m.video figure::after {
  width: 40px;
  height: 40px;
  background-size: cover;
}
body.libero-tv main aside {
  display: none;
}

@media only screen and (min-width: 768px) {
  body.libero-tv > header .mid-row {
    padding: 10px;
  }
  body.libero-tv > header .mid-row .left .logo img {
    width: 136px;
    height: 40px;
  }
  body.libero-tv > header .mid-row .left .icon-hamburger {
    display: none;
    width: 14px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
  }
  body.libero-tv > header .mid-row .right .secondary-nav {
    margin-top: 20px;
    display: block;
  }
  body.libero-tv > header .mid-row .right .secondary-nav li a {
    font-size: 14px;
    font-weight: 600;
  }
  body.libero-tv > header .bottom-row nav > ul {
    display: inline-block;
  }
  body.libero-tv > header .bottom-row nav > .search {
    margin-left: 25px;
    padding: 13px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
  }
  body.libero-tv > header .bottom-row nav > .search::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icon-black-search.svg");
  }
  body.libero-tv > header .bottom-row .digital-newsstand {
    right: 110px;
  }
  body.libero-tv > header .bottom-row .icons {
    position: absolute;
    top: 13px;
    right: 20px;
  }
  body.libero-tv > header .bottom-row .icons li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  body.libero-tv > header .bottom-row .icons li a {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.libero-tv > header .bottom-row .icons li a.facebook {
    width: 6px;
    height: 12px;
    background-image: url("../images/icon-black-facebook.svg");
  }
  body.libero-tv > header .bottom-row .icons li a.twitter {
    width: 12px;
    height: 9px;
    background-image: url("../images/icon-black-twitter.svg");
  }
  body.libero-tv > header .bottom-row .icons li a.instagram {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon-black-instagram.svg");
  }
  body.libero-tv > header.sticky .mid-row .left {
    height: 40px;
  }
  body.libero-tv > header.sticky .mid-row .left .icon-hamburger {
    display: block;
  }
  body.libero-tv main {
    margin-top: 160px;
  }
  body.libero-tv main .libero-tv-block article:not(.advertisement) header {
    padding-top: 20px;
  }
  body.libero-tv main .libero-tv-block article:not(.advertisement) header .share-button {
    width: 14px;
    height: 9px;
  }
  body.libero-tv main .libero-tv-block article:not(.advertisement) header .share-button::after {
    display: block;
  }
  body.libero-tv main .libero-tv-block article:not(.advertisement) header h2 a {
    font-size: 3.2rem;
  }
  body.libero-tv main .libero-tv-block article:not(.advertisement).video figure::after {
    width: 80px;
    height: 80px;
  }
  body.libero-tv main .multirow-carousel {
    margin-top: 40px;
  }
  body.libero-tv main .multirow-carousel h3 {
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 3rem;
  }
  body.libero-tv main .multirow-carousel article.box.m:not(.wide) {
    width: 100%;
    padding: 0;
  }
  body.libero-tv main .multirow-carousel article.box.m:not(.wide) figure {
    margin-top: 4px !important;
  }
  body.libero-tv main .multirow-carousel article.box.m:not(.wide) header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.libero-tv main .multirow-carousel article.box.m:not(.wide) header .overtitle {
    position: static;
  }
  body.libero-tv main .multirow-carousel.black {
    margin-top: 30px;
  }
  body.libero-tv main .slides-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  body.libero-tv main {
    display: flex;
    flex-wrap: wrap;
  }
  body.libero-tv main .multirow-carousel {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  body.libero-tv main .multirow-carousel .glide__slide {
    display: flex;
    flex-wrap: wrap;
  }
  body.libero-tv main .multirow-carousel .glide__slide li {
    width: calc(33.3333% - 4px);
    margin: 2px;
  }
  body.libero-tv main .multirow-carousel.black {
    margin-top: 40px;
  }
  body.libero-tv main .multirow-carousel.black h3 {
    padding-left: 0;
  }
  body.libero-tv main .multirow-carousel.black .glide__arrows {
    right: 0;
  }
  body.libero-tv main .main-wrapper {
    width: 100%;
  }
  body.libero-tv main .main-wrapper .libero-tv-block {
    display: flex;
  }
  body.libero-tv main .main-wrapper .libero-tv-block article:not(.advertisement) {
    margin-right: 15px;
  }
  body.libero-tv main .main-wrapper .libero-tv-block article:not(.advertisement) header {
    padding-top: 25px;
    padding-right: 0;
  }
  body.libero-tv main .main-wrapper .libero-tv-block article:not(.advertisement) header h2 a {
    font-size: 3.4rem;
  }
  body.libero-tv main .main-wrapper .libero-tv-block article:not(.advertisement).video figure::after {
    width: 70px;
    height: 70px;
  }
  body.libero-tv main .main-wrapper .libero-tv-block article.advertisement {
    height: 620px;
    margin: 0 15px;
  }
  body.libero-tv main .slides-wrapper {
    width: calc(100% - 341px);
  }
  body.libero-tv main .slides-wrapper .multirow-carousel {
    margin-top: 40px;
  }
  body.libero-tv main .slides-wrapper .multirow-carousel h3 {
    padding-left: 0;
  }
  body.libero-tv main .slides-wrapper .multirow-carousel .glide__arrows {
    right: 0;
  }
  body.libero-tv main .slides-wrapper .multirow-carousel .glide__slide article.box.m:not(.wide) header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.libero-tv main .slides-wrapper .multirow-carousel .glide__slide article.box.m:not(.wide) header .overtitle {
    display: none;
  }
  body.libero-tv main .slides-wrapper .multirow-carousel .glide__slide article.box.m:not(.wide) header h2 {
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: -.33px;
  }
  body.libero-tv main .slides-wrapper .multirow-carousel .glide__slide article.box.m:not(.wide)::before {
    display: none;
  }
  body.libero-tv main .slides-wrapper .advertisement {
    display: none;
  }
  body.libero-tv main aside {
    display: block;
  }
}
footer {
  margin-top: 30px;
  padding: 12px 14px 23px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
footer .logo {
  order: 1;
  padding: 10px 0 24px;
}
footer .logo img {
  width: 101px;
}
footer ul.nav {
  order: 3;
  margin-top: 30px;
  display: inline-block;
}
footer ul.nav li {
  width: 32%;
  display: inline-block;
}
footer ul.nav li:first-child {
  margin-bottom: 30px;
}
footer ul.nav li a {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .2px;
  color: #0173BA;
}
footer ul.additional-links {
  order: 2;
  padding: 20px 0;
  border-top: 1px solid #668AA6;
  border-bottom: 1px solid #668AA6;
}
footer ul.additional-links li {
  display: inline-block;
}
footer ul.additional-links li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0173BA;
}
footer ul.additional-links li a.digital-newsstand {
  margin-right: 50px;
}
footer ul.additional-links li a.digital-newsstand::before {
  content: '';
  width: 24px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-image: url("../images/icon-black-digital-newsstand.svg");
}
footer ul.additional-links li a.libero-shopping::before {
  content: '';
  width: 24px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-image: url("../images/icon-black-shopping.svg");
}
footer ul.social-media {
  order: 4;
  position: absolute;
  top: 30px;
  right: 20px;
}
footer ul.social-media li {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
footer ul.social-media li a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
footer ul.social-media li a.facebook {
  width: 7px;
  height: 15px;
  background-image: url("../images/icon-black-facebook.svg");
}
footer ul.social-media li a.twitter {
  width: 15px;
  height: 11px;
  background-image: url("../images/icon-black-twitter.svg");
}
footer ul.social-media li a.instagram {
  width: 15px;
  height: 15px;
  background-image: url("../images/icon-black-instagram.svg");
}
footer ul.social-media li a.rss {
  width: 15px;
  height: 15px;
  background-image: url("../images/icon-black-rss.svg");
}
footer .copyright {
  order: 5;
  margin-top: 30px;
  padding-top: 10px;
  display: block;
  line-height: 1.3;
  border-top: 1px solid #668AA6;
  font-size: 1.2rem;
  color: #ACB8C1;
}
footer .back-to-top {
  order: 6;
  padding: 30px 0 15px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
}
footer .back-to-top::after {
  content: '';
  width: 10px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: sub;
  background-image: url("../images/icon-black-arrow-up.svg");
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  footer {
    margin-top: 0;
    display: block;
  }
  footer .logo img {
    width: 177px;
  }
  footer ul.nav {
    width: calc(50% - 140px);
    margin-top: 0;
    margin-left: 34px;
    display: inline-block;
  }
  footer ul.nav li {
    width: 32%;
    display: inline-block;
  }
  footer ul.nav li:first-child {
    margin-bottom: 15px;
  }
  footer ul.nav li a {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: .2px;
    color: #0173BA;
  }
  footer ul.additional-links {
    padding: 0;
    position: absolute;
    top: 0;
    right: 100px;
    border: none;
  }
  footer ul.additional-links li {
    margin-top: 12px;
    display: block;
  }
  footer ul.additional-links li a {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0173BA;
  }
  footer ul.additional-links li a.digital-newsstand {
    margin-right: 50px;
  }
  footer ul.additional-links li a.digital-newsstand::before {
    content: '';
    width: 24px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-image: url("../images/icon-black-digital-newsstand.svg");
  }
  footer ul.additional-links li a.libero-shopping::before {
    content: '';
    width: 24px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-image: url("../images/icon-black-shopping.svg");
  }
  footer ul.social-media {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  footer ul.social-media li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  footer ul.social-media li a {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  footer ul.social-media li a.facebook {
    width: 6px;
    height: 12px;
    background-image: url("../images/icon-black-facebook.svg");
  }
  footer ul.social-media li a.twitter {
    width: 12px;
    height: 9px;
    background-image: url("../images/icon-black-twitter.svg");
  }
  footer ul.social-media li a.instagram {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon-black-instagram.svg");
  }
  footer ul.social-media li a.rss {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon-black-rss.svg");
  }
  footer .copyright {
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 100px;
    display: block;
    line-height: 1.3;
    border-top: 1px solid #668AA6;
    font-size: 1.1rem;
    color: #ACB8C1;
  }
  footer .back-to-top {
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
  }
  footer .back-to-top::after {
    content: '';
    width: 10px;
    height: 15px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: sub;
    background-image: url("../images/icon-black-arrow-up.svg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  footer ul.nav {
    width: calc(50% - 200px);
  }
  footer ul.additional-links {
    top: 25px;
    right: 150px;
  }
  footer ul.additional-links li {
    display: inline-block;
  }
}
.wrapper-404 .main-wrapper {
  align-items: center;
  width: calc(100% - 341px) !important;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 100px;
}
.wrapper-404 .text-404 {
  font-size: 3.9em !important;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f0605;
  text-align: center;
}
.wrapper-404 .not-found-img {
  width: 45px;
  margin: 0 auto;
  display: block;
}
.wrapper-404 .text {
  font-size: 2.3em;
  text-align: center;
}
.wrapper-404 .text-center {
  font-size: 2.3em;
  text-align: center;
}
.wrapper-404 .text-center a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .wrapper-404 .main-wrapper {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper-404 .main-wrapper {
    width: 100% !important;
    margin: 0 auto;
  }
}

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