diff --git a/src/layouts/Tile.astro b/src/layouts/Tile.astro
index 7fcfbab..78904f0 100644
--- a/src/layouts/Tile.astro
+++ b/src/layouts/Tile.astro
@@ -21,7 +21,7 @@ const label = `${title} - ${type} - 发表时间 ${dateFormatted}`;
aria-label={label}
>
diff --git a/src/styles/global.css b/src/styles/global.css
index 68e7733..88731c2 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -14,7 +14,6 @@
--footer-directory-title-color-hover: #000;
}
-
*,
::before,
::after {
@@ -23,12 +22,12 @@
html {
-ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%
+ -webkit-text-size-adjust: 100%;
}
body {
margin: 0;
- padding: 0
+ padding: 0;
}
ul,
@@ -55,7 +54,7 @@ pre,
abbr,
button {
margin: 0;
- padding: 0
+ padding: 0;
}
pre,
@@ -64,38 +63,38 @@ address,
caption,
th,
figcaption {
- font-size: .875em;
+ font-size: 0.875em;
font-family: SF Mono, monaco, -apple-system, roboto mono, monospace;
font-weight: normal;
- font-style: normal
+ font-style: normal;
}
fieldset,
iframe {
- border: 0
+ border: 0;
}
caption,
th {
- text-align: left
+ text-align: left;
}
table {
border-collapse: collapse;
- border-spacing: 0
+ border-spacing: 0;
}
main,
summary,
details {
- display: block
+ display: block;
}
audio,
canvas,
video,
progress {
- vertical-align: baseline
+ vertical-align: baseline;
}
button {
@@ -107,38 +106,40 @@ button {
font: inherit;
line-height: inherit;
overflow: visible;
- vertical-align: inherit
+ vertical-align: inherit;
}
button:disabled {
- cursor: default
+ cursor: default;
}
:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
- outline: none
+ outline: none;
}
::-moz-focus-inner {
border: 0;
- padding: 0
+ padding: 0;
}
html {
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
font-size: 106.25%;
- quotes: "“" "”"
+ quotes: "“" "”";
}
body {
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
background-color: #fff;
color: #1d1d1f;
- font-style: normal
+ font-style: normal;
}
.content-body {
@@ -154,7 +155,7 @@ h4,
h5,
h6 {
font-weight: 600;
- color: #1d1d1f
+ color: #1d1d1f;
}
h1 img,
@@ -164,91 +165,91 @@ h4 img,
h5 img,
h6 img {
display: block;
- margin: 0
+ margin: 0;
}
-h1+*,
-h2+*,
-h3+*,
-h4+*,
-h5+*,
-h6+* {
- margin-top: .8em
+h1 + *,
+h2 + *,
+h3 + *,
+h4 + *,
+h5 + *,
+h6 + * {
+ margin-top: 0.8em;
}
-h1+h1,
-h1+h2,
-h1+h3,
-h1+h4,
-h1+h5,
-h1+h6,
-h2+h1,
-h2+h2,
-h2+h3,
-h2+h4,
-h2+h5,
-h2+h6,
-h3+h1,
-h3+h2,
-h3+h3,
-h3+h4,
-h3+h5,
-h3+h6,
-h4+h1,
-h4+h2,
-h4+h3,
-h4+h4,
-h4+h5,
-h4+h6,
-h5+h1,
-h5+h2,
-h5+h3,
-h5+h4,
-h5+h5,
-h5+h6,
-h6+h1,
-h6+h2,
-h6+h3,
-h6+h4,
-h6+h5,
-h6+h6 {
- margin-top: .4em
+h1 + h1,
+h1 + h2,
+h1 + h3,
+h1 + h4,
+h1 + h5,
+h1 + h6,
+h2 + h1,
+h2 + h2,
+h2 + h3,
+h2 + h4,
+h2 + h5,
+h2 + h6,
+h3 + h1,
+h3 + h2,
+h3 + h3,
+h3 + h4,
+h3 + h5,
+h3 + h6,
+h4 + h1,
+h4 + h2,
+h4 + h3,
+h4 + h4,
+h4 + h5,
+h4 + h6,
+h5 + h1,
+h5 + h2,
+h5 + h3,
+h5 + h4,
+h5 + h5,
+h5 + h6,
+h6 + h1,
+h6 + h2,
+h6 + h3,
+h6 + h4,
+h6 + h5,
+h6 + h6 {
+ margin-top: 0.4em;
}
-p+h1,
-ul+h1,
-ol+h1,
-p+h2,
-ul+h2,
-ol+h2,
-p+h3,
-ul+h3,
-ol+h3,
-p+h4,
-ul+h4,
-ol+h4,
-p+h5,
-ul+h5,
-ol+h5,
-p+h6,
-ul+h6,
-ol+h6 {
- margin-top: 1.6em
+p + h1,
+ul + h1,
+ol + h1,
+p + h2,
+ul + h2,
+ol + h2,
+p + h3,
+ul + h3,
+ol + h3,
+p + h4,
+ul + h4,
+ol + h4,
+p + h5,
+ul + h5,
+ol + h5,
+p + h6,
+ul + h6,
+ol + h6 {
+ margin-top: 1.6em;
}
-.heading-collapsed+* {
- margin-top: 0
+.heading-collapsed + * {
+ margin-top: 0;
}
-p+*,
-ul+*,
-ol+* {
- margin-top: .8em
+p + *,
+ul + *,
+ol + * {
+ margin-top: 0.8em;
}
ul,
ol {
- margin-left: 1.17647em
+ margin-left: 1.17647em;
}
ul ul,
@@ -256,48 +257,47 @@ ul ol,
ol ul,
ol ol {
margin-top: 0;
- margin-bottom: 0
+ margin-bottom: 0;
}
nav ul,
nav ol {
margin: 0;
- list-style: none
+ list-style: none;
}
li li {
- font-size: 1em
+ font-size: 1em;
}
a,
.link {
color: #06c;
- letter-spacing: inherit
+ letter-spacing: inherit;
}
a:link,
a:visited,
.link:link,
.link:visited {
- text-decoration: none
+ text-decoration: none;
}
a:hover,
.link:hover {
- text-decoration: underline
+ text-decoration: underline;
}
a:active,
.link:active {
- text-decoration: none
+ text-decoration: none;
}
a:disabled,
.link:disabled {
- opacity: .32
+ opacity: 0.32;
}
-
.css-sticky {
position: -webkit-sticky;
position: sticky;
@@ -328,7 +328,6 @@ a:disabled,
white-space: nowrap;
}
-
.nav-item-content {
font-size: 14px;
font-weight: 500;
@@ -381,7 +380,6 @@ a:disabled,
z-index: 2;
}
-
a.nav-title:hover {
cursor: pointer;
text-decoration: none;
@@ -393,14 +391,13 @@ a.nav-title:hover {
border-radius: 10px;
}
-
.nav-item-wrapper a:hover {
color: #2997ff;
}
.main {
padding: 0;
- overflow-x: hidden
+ overflow-x: hidden;
}
.nr-scroll-animation {
@@ -426,29 +423,29 @@ a.nav-title:hover {
border-radius: 16px;
overflow: hidden;
z-index: 0;
- position: relative
+ position: relative;
}
.tile .tile__description {
display: flex;
flex-direction: column;
flex-shrink: 0;
- flex-grow: 1
+ flex-grow: 1;
}
.tile .tile__media {
- direction: ltr
+ direction: ltr;
}
@media only screen and (max-width: 734px) {
.tile {
- border-radius: 12px
+ border-radius: 12px;
}
}
.tile__category,
.tile__timestamp {
- color: #6e6e73
+ color: #6e6e73;
}
.tile__headline {
@@ -456,141 +453,162 @@ a.nav-title:hover {
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
@media (hover: hover) {
.tile:hover {
- text-decoration: none
+ text-decoration: none;
}
}
-.tile[data-focus-method=key] {
- text-decoration: none
+.tile[data-focus-method="key"] {
+ text-decoration: none;
}
.tile .media--video,
.tile .image {
- transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
@media (hover: hover) {
-
html.no-touch.no-reduced-motion .tile:hover .image,
html.no-touch.no-reduced-motion .tile:hover .media--video {
- transform: scale(1.03)
+ transform: scale(1.03);
}
}
-html.no-touch.no-reduced-motion .tile[data-focus-method=key] .image,
-html.no-touch.no-reduced-motion .tile[data-focus-method=key] .media--video {
- transform: scale(1.03)
+html.no-touch.no-reduced-motion .tile[data-focus-method="key"] .image,
+html.no-touch.no-reduced-motion .tile[data-focus-method="key"] .media--video {
+ transform: scale(1.03);
}
.tile__category {
font-size: 12px;
line-height: 1.33337;
font-weight: 700;
- letter-spacing: -.01em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.01em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile__category:lang(ar) {
line-height: 1.66667;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(ja) {
line-height: 1.41667;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(ko) {
line-height: 1.41667;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.tile__category:lang(th) {
line-height: 1.33337;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__category:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__timestamp {
font-size: 14px;
line-height: 1.28577;
font-weight: 600;
- letter-spacing: -.016em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: -0.016em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
display: flex;
justify-content: flex-start;
- align-items: center
+ align-items: center;
}
.tile__timestamp:lang(ar) {
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(ja) {
line-height: 1.35718;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(ko) {
line-height: 1.42859;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.tile__timestamp:lang(th) {
line-height: 1.35718;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__timestamp:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile__media {
@@ -598,7 +616,7 @@ html.no-touch.no-reduced-motion .tile[data-focus-method=key] .media--video {
z-index: 0;
flex-grow: 0;
flex-shrink: 0;
- overflow: hidden
+ overflow: hidden;
}
.image-load {
@@ -609,23 +627,27 @@ html.no-touch.no-reduced-motion .tile[data-focus-method=key] .media--video {
.image-loaded {
opacity: 1;
transform: none;
- transition: transform 800ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: transform 800ms cubic-bezier(0.4, 0, 0.25, 1) 0ms,
+ opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
html.js .tile[data-progressive-load] .image {
- background-image: none
+ background-image: none;
}
-
@keyframes nr-scroll-animation {
from {
opacity: 0;
- transform: translate(var(--nr-animation-transform-x), var(--nr-animation-transform-y)) scale(var(--nr-animation-transform-scale))
+ transform: translate(
+ var(--nr-animation-transform-x),
+ var(--nr-animation-transform-y)
+ )
+ scale(var(--nr-animation-transform-scale));
}
to {
opacity: 1;
- transform: translate(0, 0) scale(1)
+ transform: translate(0, 0) scale(1);
}
}
@@ -637,7 +659,8 @@ html.js .tile.large-load .image {
html.js .tile.large-loaded .image {
opacity: 1;
transform: none;
- transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms,
+ opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
@media only screen and (max-width: 1068px) {
@@ -650,7 +673,8 @@ html.js .tile.large-loaded .image {
html.js .tile.medium-loaded .image {
opacity: 1;
transform: none;
- transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms,
+ opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
}
@@ -658,23 +682,24 @@ html.js .tile.large-loaded .image {
html.js .tile.small-load .image {
opacity: 0;
transform: translateY(20px);
- transition: none
+ transition: none;
}
html.js .tile.small-loaded .image {
opacity: 1;
transform: none;
- transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms,
+ opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
}
.image {
- z-index: 0
+ z-index: 0;
}
@media only screen and (inverted-colors) {
.image {
- filter: invert(1)
+ filter: invert(1);
}
}
@@ -683,45 +708,44 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- z-index: 1
+ z-index: 1;
}
.video-ready .image {
- display: none
+ display: none;
}
.every-day-feed {
padding-bottom: 80px;
overflow: hidden;
background-color: #f5f5f7;
- margin-top: 0
+ margin-top: 0;
}
@media only screen and (max-width: 1068px) {
.every-day-feed {
- padding-bottom: 64px
+ padding-bottom: 64px;
}
}
@media only screen and (max-width: 734px) {
.every-day-feed {
- padding-bottom: 40px
+ padding-bottom: 40px;
}
}
.every-day-feed .desktop-notification {
padding-top: 16px;
- padding-bottom: 24px
+ padding-bottom: 24px;
}
@media only screen and (max-width: 734px) {
.every-day-feed .desktop-notification {
padding-top: 12px;
- padding-bottom: 12px
+ padding-bottom: 12px;
}
}
-
.section-content {
margin-left: auto;
margin-right: auto;
@@ -781,69 +805,69 @@ html.js .tile.large-loaded .image {
padding-top: 10px;
padding-bottom: 80px;
background-color: #fff;
- overflow: hidden
+ overflow: hidden;
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom {
padding-top: 14px;
- padding-bottom: 64px
+ padding-bottom: 64px;
}
}
@media only screen and (max-width: 734px) {
.more-from-newsroom {
padding-top: 10px;
- padding-bottom: 52px
+ padding-bottom: 52px;
}
}
.more-from-newsroom .section-head {
- margin-bottom: 40px
+ margin-bottom: 40px;
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom .section-head {
- margin-bottom: 28px
+ margin-bottom: 28px;
}
}
@media only screen and (max-width: 734px) {
.more-from-newsroom .section-head {
- margin-bottom: 24px
+ margin-bottom: 24px;
}
}
.more-from-newsroom .section-tiles {
margin-right: -64px;
margin-top: 0;
- justify-content: flex-start
+ justify-content: flex-start;
}
.more-from-newsroom .section-tiles::before {
- margin-bottom: 32px
+ margin-bottom: 32px;
}
.more-from-newsroom .section-tiles::after {
- margin-top: 32px
+ margin-top: 32px;
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom .section-tiles {
- margin-right: 0
+ margin-right: 0;
}
.more-from-newsroom .section-tiles::before,
.more-from-newsroom .section-tiles::after {
- width: 100%
+ width: 100%;
}
.more-from-newsroom .section-tiles::before {
- margin-bottom: 24px
+ margin-bottom: 24px;
}
.more-from-newsroom .section-tiles::after {
- margin-top: 24px
+ margin-top: 24px;
}
}
@@ -853,73 +877,73 @@ html.js .tile.large-loaded .image {
width: 457px;
margin-bottom: 32px;
margin-right: 64px;
- flex-grow: 1
+ flex-grow: 1;
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom .tile-item {
margin-right: 0;
width: 100%;
- margin-bottom: 24px
+ margin-bottom: 24px;
}
}
.more-from-newsroom .tile-item::after {
- content: '';
+ content: "";
flex: 0 0 auto;
height: 1px;
display: block;
background-color: #d0d0d0;
- margin-top: 32px
+ margin-top: 32px;
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom .tile-item::after {
- margin-top: 24px
+ margin-top: 24px;
}
}
.more-from-newsroom .tile-item:nth-child(odd)::after {
- width: calc(100% + (32px * 2))
+ width: calc(100% + (32px * 2));
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom .tile-item:nth-child(odd)::after {
- width: 100%
+ width: 100%;
}
}
.more-from-newsroom .tile-item:nth-last-of-type(1) {
- margin-bottom: 0
+ margin-bottom: 0;
}
.more-from-newsroom .tile-item:nth-last-of-type(1)::after {
- display: none
+ display: none;
}
@media only screen and (min-width: 1069px) {
.more-from-newsroom .tile-item:nth-last-of-type(2):nth-of-type(odd) {
- margin-bottom: 0
+ margin-bottom: 0;
}
.more-from-newsroom .tile-item:nth-last-of-type(2):nth-of-type(odd)::after {
- display: none
+ display: none;
}
}
.more-from-newsroom .view-archive-wrapper {
- margin-top: 40px
+ margin-top: 40px;
}
@media only screen and (max-width: 1068px) {
.more-from-newsroom .view-archive-wrapper {
- margin-top: 28px
+ margin-top: 28px;
}
}
@media only screen and (max-width: 734px) {
.more-from-newsroom .view-archive-wrapper {
- margin-top: 24px
+ margin-top: 24px;
}
}
@@ -928,106 +952,103 @@ html.js .tile.large-loaded .image {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
- margin: 0
+ margin: 0;
}
.section-tiles::after {
- content: '';
- flex: 0 0 303px
+ content: "";
+ flex: 0 0 303px;
}
-
-
.section-tiles {
align-items: stretch;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
- margin: 0
+ margin: 0;
}
.section-tiles::after {
- content: '';
- flex: 0 0 303px
+ content: "";
+ flex: 0 0 303px;
}
@media only screen and (min-width: 1441px) {
.feature-stories .section-tiles::after {
- content: none
+ content: none;
}
}
-
.featured-header.with-keyline::after {
- content: '';
+ content: "";
display: block;
border-top: 1px solid #d2d2d7;
width: 653px;
margin-left: auto;
margin-right: auto;
- margin-top: 44px
+ margin-top: 44px;
}
@media only screen and (max-width: 1068px) {
.featured-header.with-keyline::after {
- width: 576px
+ width: 576px;
}
}
@media only screen and (max-width: 734px) {
.featured-header.with-keyline::after {
- width: 87.5%
+ width: 87.5%;
}
}
@media only screen and (max-width: 1068px) {
.featured-header.with-keyline::after {
- margin-top: 36px
+ margin-top: 36px;
}
}
@media only screen and (max-width: 734px) {
.featured-header.with-keyline::after {
- margin-top: 32px
+ margin-top: 32px;
}
}
.featured-header .category-eyebrow {
display: flex;
justify-content: center;
- margin-top: 16px
+ margin-top: 16px;
}
@media only screen and (max-width: 734px) {
.featured-header .category-eyebrow {
- margin-top: 20px
+ margin-top: 20px;
}
}
.featured-header .category-eyebrow__category,
.featured-header .category-eyebrow__date {
color: #6e6e73;
- margin: 4px 0
+ margin: 4px 0;
}
.featured-header .category-eyebrow__category {
display: flex;
- align-items: center
+ align-items: center;
}
.featured-header .category-eyebrow__category::after {
color: #6e6e73;
- content: '\2022';
- margin: 0 8px
+ content: "\2022";
+ margin: 0 8px;
}
.featured-header .page-title .component-content {
- width: 83.33333%
+ width: 83.33333%;
}
@media only screen and (max-width: 1068px) {
.featured-header .page-title .component-content {
- width: 100%
+ width: 100%;
}
}
@@ -1035,7 +1056,7 @@ html.js .tile.large-loaded .image {
.featured-header .page-title .component-content {
margin-left: auto;
margin-right: auto;
- width: 87.5%
+ width: 87.5%;
}
}
@@ -1043,52 +1064,63 @@ html.js .tile.large-loaded .image {
font-size: 56px;
line-height: 1.07143;
font-weight: 700;
- letter-spacing: -.005em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
- text-align: center
+ letter-spacing: -0.005em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
+ text-align: center;
}
.featured-header .page-title .hero-headline:lang(ar) {
line-height: 1.21429;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ja) {
line-height: 1.125;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ko) {
line-height: 1.17865;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.featured-header .page-title .hero-headline:lang(th) {
line-height: 1.33929;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -1096,51 +1128,62 @@ html.js .tile.large-loaded .image {
font-size: 48px;
line-height: 1.08349;
font-weight: 700;
- letter-spacing: -.003em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.003em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ar) {
line-height: 1.25;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ja) {
line-height: 1.14599;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ko) {
line-height: 1.1875;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.featured-header .page-title .hero-headline:lang(th) {
line-height: 1.33349;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -1149,44 +1192,55 @@ html.js .tile.large-loaded .image {
font-size: 32px;
line-height: 1.125;
font-weight: 700;
- letter-spacing: .004em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.004em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ar) {
line-height: 1.34375;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ja) {
line-height: 1.21875;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(ko) {
line-height: 1.21875;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .page-title .hero-headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -1194,47 +1248,58 @@ html.js .tile.large-loaded .image {
font-size: 24px;
line-height: 1.16667;
font-weight: 500;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
text-align: center;
margin-top: 20px;
- margin-bottom: 0
+ margin-bottom: 0;
}
.featured-header .featured-subhead:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -1242,168 +1307,173 @@ html.js .tile.large-loaded .image {
font-size: 21px;
line-height: 1.19048;
font-weight: 500;
- letter-spacing: .011em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.011em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(ja) {
line-height: 1.2381;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(ko) {
line-height: 1.2858;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(th) {
line-height: 1.381;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(ar) {
line-height: 1.4286;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.featured-header .featured-subhead:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@media only screen and (max-width: 734px) {
.featured-header .featured-subhead {
- margin-top: 16px
+ margin-top: 16px;
}
}
.featured-header .share-sheet {
text-align: center;
margin-top: 24px;
- margin-bottom: 0
+ margin-bottom: 0;
}
@media only screen and (max-width: 734px) {
.featured-header .share-sheet {
- margin-top: 20px
+ margin-top: 20px;
}
}
.theme-dark .featured-header .category-eyebrow__category,
.theme-dark .featured-header .category-eyebrow__date {
- color: #86868b
+ color: #86868b;
}
.tile-item {
position: relative;
- list-style: none
+ list-style: none;
}
-.tile-item:first-child.item-1up~.tile-item,
-.tile-item:first-child.item-hero~.tile-item,
-.tile-item:first-child.item-hero-secondary~.tile-item,
-.tile-item:first-child.item-hero-highlight~.tile-item,
-.tile-item:first-child.item-hero-highlight-secondary~.tile-item,
-.tile-item:first-child.item-super-hero~.tile-item,
-.tile-item:first-child.item-super-hero-secondary~.tile-item,
-.tile-item:first-child.item-portrait~.tile-item,
-.tile-item:first-child.item-portrait-secondary~.tile-item,
-.tile-item:first-child.item-hero-reversed~.tile-item {
- margin-top: 36px
+.tile-item:first-child.item-1up ~ .tile-item,
+.tile-item:first-child.item-hero ~ .tile-item,
+.tile-item:first-child.item-hero-secondary ~ .tile-item,
+.tile-item:first-child.item-hero-highlight ~ .tile-item,
+.tile-item:first-child.item-hero-highlight-secondary ~ .tile-item,
+.tile-item:first-child.item-super-hero ~ .tile-item,
+.tile-item:first-child.item-super-hero-secondary ~ .tile-item,
+.tile-item:first-child.item-portrait ~ .tile-item,
+.tile-item:first-child.item-portrait-secondary ~ .tile-item,
+.tile-item:first-child.item-hero-reversed ~ .tile-item {
+ margin-top: 36px;
}
@media only screen and (max-width: 1068px) {
-
- .tile-item:first-child.item-1up~.tile-item,
- .tile-item:first-child.item-hero~.tile-item,
- .tile-item:first-child.item-hero-secondary~.tile-item,
- .tile-item:first-child.item-hero-highlight~.tile-item,
- .tile-item:first-child.item-hero-highlight-secondary~.tile-item,
- .tile-item:first-child.item-super-hero~.tile-item,
- .tile-item:first-child.item-super-hero-secondary~.tile-item,
- .tile-item:first-child.item-portrait~.tile-item,
- .tile-item:first-child.item-portrait-secondary~.tile-item,
- .tile-item:first-child.item-hero-reversed~.tile-item {
- margin-top: 24px
+ .tile-item:first-child.item-1up ~ .tile-item,
+ .tile-item:first-child.item-hero ~ .tile-item,
+ .tile-item:first-child.item-hero-secondary ~ .tile-item,
+ .tile-item:first-child.item-hero-highlight ~ .tile-item,
+ .tile-item:first-child.item-hero-highlight-secondary ~ .tile-item,
+ .tile-item:first-child.item-super-hero ~ .tile-item,
+ .tile-item:first-child.item-super-hero-secondary ~ .tile-item,
+ .tile-item:first-child.item-portrait ~ .tile-item,
+ .tile-item:first-child.item-portrait-secondary ~ .tile-item,
+ .tile-item:first-child.item-hero-reversed ~ .tile-item {
+ margin-top: 24px;
}
}
@media only screen and (max-width: 1068px) {
-
- .tile-item:first-child.item-hero-secondary~ :nth-child(2),
- .tile-item:first-child.item-hero-highlight-secondary~ :nth-child(2),
- .tile-item:first-child.item-super-hero-secondary~ :nth-child(2),
- .tile-item:first-child.item-portrait-secondary~ :nth-child(2) {
- margin-top: 0
+ .tile-item:first-child.item-hero-secondary ~ :nth-child(2),
+ .tile-item:first-child.item-hero-highlight-secondary ~ :nth-child(2),
+ .tile-item:first-child.item-super-hero-secondary ~ :nth-child(2),
+ .tile-item:first-child.item-portrait-secondary ~ :nth-child(2) {
+ margin-top: 0;
}
}
@media only screen and (max-width: 734px) {
-
- .tile-item:first-child.item-hero-secondary~ :nth-child(2),
- .tile-item:first-child.item-hero-highlight-secondary~ :nth-child(2),
- .tile-item:first-child.item-super-hero-secondary~ :nth-child(2),
- .tile-item:first-child.item-portrait-secondary~ :nth-child(2) {
- margin-top: 24px
+ .tile-item:first-child.item-hero-secondary ~ :nth-child(2),
+ .tile-item:first-child.item-hero-highlight-secondary ~ :nth-child(2),
+ .tile-item:first-child.item-super-hero-secondary ~ :nth-child(2),
+ .tile-item:first-child.item-portrait-secondary ~ :nth-child(2) {
+ margin-top: 24px;
}
}
-.tile-item:first-child.item-2up~ :nth-child(2)~.tile-item,
-.tile-item:first-child.item-2up-feature~ :nth-child(2)~.tile-item {
- margin-top: 36px
+.tile-item:first-child.item-2up ~ :nth-child(2) ~ .tile-item,
+.tile-item:first-child.item-2up-feature ~ :nth-child(2) ~ .tile-item {
+ margin-top: 36px;
}
@media only screen and (max-width: 1068px) {
-
- .tile-item:first-child.item-2up~ :nth-child(2)~.tile-item,
- .tile-item:first-child.item-2up-feature~ :nth-child(2)~.tile-item {
- margin-top: 24px
+ .tile-item:first-child.item-2up ~ :nth-child(2) ~ .tile-item,
+ .tile-item:first-child.item-2up-feature ~ :nth-child(2) ~ .tile-item {
+ margin-top: 24px;
}
}
@media only screen and (max-width: 734px) {
-
- .tile-item:first-child.item-2up~ :nth-child(2),
- .tile-item:first-child.item-2up-feature~ :nth-child(2) {
- margin-top: 24px
+ .tile-item:first-child.item-2up ~ :nth-child(2),
+ .tile-item:first-child.item-2up-feature ~ :nth-child(2) {
+ margin-top: 24px;
}
}
-.tile-item:first-child.item-3up~ :nth-child(3)~.tile-item {
- margin-top: 36px
+.tile-item:first-child.item-3up ~ :nth-child(3) ~ .tile-item {
+ margin-top: 36px;
}
@media only screen and (max-width: 1068px) {
- .tile-item:first-child.item-3up~ :nth-child(3)~.tile-item {
- margin-top: 24px
+ .tile-item:first-child.item-3up ~ :nth-child(3) ~ .tile-item {
+ margin-top: 24px;
}
}
@media only screen and (max-width: 1068px) {
- .tile-item:first-child.item-3up~ :nth-child(3) {
- margin-top: 24px
+ .tile-item:first-child.item-3up ~ :nth-child(3) {
+ margin-top: 24px;
}
}
@media only screen and (max-width: 734px) {
- .tile-item:first-child.item-3up~ :nth-child(2) {
- margin-top: 24px
+ .tile-item:first-child.item-3up ~ :nth-child(2) {
+ margin-top: 24px;
}
}
-
.item-1up,
.item-hero,
.item-hero-reversed,
@@ -1414,12 +1484,12 @@ html.js .tile.large-loaded .image {
.item-portrait-secondary,
.item-super-hero,
.item-super-hero-secondary {
- flex-basis: 100%
+ flex-basis: 100%;
}
@media only screen and (max-width: 1068px) {
.item-2up-tertiary {
- flex-basis: 100%
+ flex-basis: 100%;
}
.item-1up-secondary,
@@ -1427,12 +1497,11 @@ html.js .tile.large-loaded .image {
.item-hero-highlight-secondary,
.item-portrait-secondary,
.item-super-hero-secondary {
- flex-basis: auto
+ flex-basis: auto;
}
}
@media only screen and (max-width: 734px) {
-
.item-1up,
.item-1up-secondary,
.item-2up,
@@ -1446,7 +1515,7 @@ html.js .tile.large-loaded .image {
.item-hero-reversed,
.item-portrait-secondary,
.item-super-hero-secondary {
- flex-basis: 100%
+ flex-basis: 100%;
}
}
@@ -1456,14 +1525,14 @@ html.js .tile.large-loaded .image {
width: 150px;
height: 150px;
border-radius: 32px;
- overflow: hidden
+ overflow: hidden;
}
@media only screen and (max-width: 1068px) {
.chiclet {
width: 110px;
height: 110px;
- border-radius: 24px
+ border-radius: 24px;
}
}
@@ -1471,73 +1540,84 @@ html.js .tile.large-loaded .image {
.chiclet {
width: 104px;
height: 104px;
- border-radius: 24px
+ border-radius: 24px;
}
}
.chiclet img {
- width: 100%
+ width: 100%;
}
.tile.tile {
- height: 100%
+ height: 100%;
}
.tile.tile-1up {
- width: 100%
+ width: 100%;
}
.tile.tile-2up {
flex-direction: column;
- width: 472px
+ width: 472px;
}
.tile.tile-2up .tile__headline {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-2up .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -1545,59 +1625,70 @@ html.js .tile.large-loaded .image {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-2up .tile__description {
padding: 32px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up .tile__media,
@@ -1606,35 +1697,35 @@ html.js .tile.large-loaded .image {
height: 266px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-2up {
flex-direction: column;
- width: 333px
+ width: 333px;
}
.tile.tile-2up .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up .tile__media,
@@ -1643,36 +1734,36 @@ html.js .tile.large-loaded .image {
height: 187px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-2up .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-2up {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-2up .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up .tile__media,
@@ -1684,7 +1775,7 @@ html.js .tile.large-loaded .image {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-2up .tile__media .viewport-image,
@@ -1695,69 +1786,80 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-2up .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
.tile.tile-2up-secondary {
flex-direction: column;
- width: 472px
+ width: 472px;
}
.tile.tile-2up-secondary .tile__headline {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-2up-secondary .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -1765,44 +1867,55 @@ html.js .tile.large-loaded .image {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -1811,65 +1924,76 @@ html.js .tile.large-loaded .image {
font-size: 17px;
line-height: 1.23536;
font-weight: 700;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ar) {
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(ko) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.tile.tile-2up-secondary .tile__headline:lang(th) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-2up-secondary .tile__description {
padding: 32px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-secondary .tile__media,
@@ -1878,35 +2002,35 @@ html.js .tile.large-loaded .image {
height: 266px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-secondary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up-secondary .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-2up-secondary {
flex-direction: column;
- width: 333px
+ width: 333px;
}
.tile.tile-2up-secondary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-secondary .tile__media,
@@ -1915,15 +2039,15 @@ html.js .tile.large-loaded .image {
height: 187px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-2up-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@@ -1935,28 +2059,28 @@ html.js .tile.large-loaded .image {
position: revert;
background-color: transparent;
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-2up-secondary .tile__media {
border-radius: 12px;
overflow: hidden;
z-index: 0;
- position: relative
+ position: relative;
}
.tile.tile-2up-secondary .tile__description {
padding: 0 0 0 16px;
justify-content: center;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-2up-secondary .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-secondary .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-2up-secondary .tile__media,
@@ -1965,69 +2089,80 @@ html.js .tile.large-loaded .image {
height: 105px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-2up-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
.tile.tile-2up-tertiary {
flex-direction: column;
- width: 472px
+ width: 472px;
}
.tile.tile-2up-tertiary .tile__headline {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-2up-tertiary .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -2035,44 +2170,55 @@ html.js .tile.large-loaded .image {
font-size: 21px;
line-height: 1.19048;
font-weight: 700;
- letter-spacing: .011em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.011em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ja) {
line-height: 1.2381;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ko) {
line-height: 1.2858;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(th) {
line-height: 1.381;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ar) {
line-height: 1.4286;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -2081,59 +2227,70 @@ html.js .tile.large-loaded .image {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-tertiary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-2up-tertiary .tile__description {
padding: 32px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-tertiary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-tertiary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-tertiary .tile__media,
@@ -2142,35 +2299,35 @@ html.js .tile.large-loaded .image {
height: 266px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-tertiary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up-tertiary .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-2up-tertiary {
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-2up-tertiary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-2up-tertiary .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-tertiary .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-2up-tertiary .tile__media,
@@ -2179,36 +2336,36 @@ html.js .tile.large-loaded .image {
height: auto;
min-height: 255px;
flex-basis: 453px;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-tertiary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up-tertiary .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-2up-tertiary {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-2up-tertiary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-tertiary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-tertiary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-tertiary .tile__media,
@@ -2220,7 +2377,7 @@ html.js .tile.large-loaded .image {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-2up-tertiary .tile__media .viewport-image,
@@ -2231,15 +2388,15 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-2up-tertiary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up-tertiary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@@ -2247,55 +2404,66 @@ html.js .tile.large-loaded .image {
display: block;
position: relative;
flex-direction: column;
- width: 472px
+ width: 472px;
}
.tile.tile-2up-feature .tile__headline {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-2up-feature .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -2303,44 +2471,55 @@ html.js .tile.large-loaded .image {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-2up-feature .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -2348,124 +2527,147 @@ html.js .tile.large-loaded .image {
position: absolute;
bottom: 0;
width: 100%;
- z-index: 0
+ z-index: 0;
}
.tile.tile-2up-feature .tile__gradient::before {
- content: '';
+ content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 250%;
z-index: 0;
- background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
- background-size: 100.1% 100.1%
+ background: linear-gradient(
+ to top,
+ rgba(0, 0, 0, 0.8),
+ rgba(0, 0, 0, 0.77311) 12.83%,
+ rgba(0, 0, 0, 0.72685) 24%,
+ rgba(0, 0, 0, 0.66487) 33.77%,
+ rgba(0, 0, 0, 0.59081) 42.37%,
+ rgba(0, 0, 0, 0.50831) 50.07%,
+ rgba(0, 0, 0, 0.421) 57.13%,
+ rgba(0, 0, 0, 0.33252) 63.78%,
+ rgba(0, 0, 0, 0.24652) 70.3%,
+ rgba(0, 0, 0, 0.16663) 76.92%,
+ rgba(0, 0, 0, 0.09648) 83.91%,
+ rgba(0, 0, 0, 0.03973) 91.52%,
+ rgba(0, 0, 0, 0)
+ );
+ background-size: 100.1% 100.1%;
}
.tile.tile-2up-feature .tile__gradient.autoplay-controls-wrapper {
- z-index: 3
+ z-index: 3;
}
.tile.tile-2up-feature .tile__description {
width: 100%;
box-sizing: border-box;
position: relative;
- z-index: 2
+ z-index: 2;
}
.tile.tile-2up-feature .tile__description-has-controls {
display: flex;
- flex-direction: row
+ flex-direction: row;
}
-.tile.tile-2up-feature .tile__description-has-controls .tile__description-content {
+.tile.tile-2up-feature
+ .tile__description-has-controls
+ .tile__description-content {
flex: 1 calc(100% - 44px);
box-sizing: border-box;
- padding-right: 16px
+ padding-right: 16px;
}
@media only screen and (max-width: 1068px) {
- .tile.tile-2up-feature .tile__description-has-controls .tile__description-content {
- flex: 1 calc(100% - 36px)
+ .tile.tile-2up-feature
+ .tile__description-has-controls
+ .tile__description-content {
+ flex: 1 calc(100% - 36px);
}
}
-.tile.tile-2up-feature .tile__description-has-controls .autoplay-controls-container {
- flex: 1 44px
+.tile.tile-2up-feature
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 44px;
}
@media only screen and (max-width: 1068px) {
- .tile.tile-2up-feature .tile__description-has-controls .autoplay-controls-container {
- flex: 1 36px
+ .tile.tile-2up-feature
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 36px;
}
}
.tile.tile-2up-feature .tile__description-content {
display: flex;
- flex-direction: column
+ flex-direction: column;
}
.tile.tile-2up-feature .tile__headline,
.tile.tile-2up-feature .tile__category,
.tile.tile-2up-feature .tile__timestamp {
- color: #fff
+ color: #fff;
}
.tile.tile-2up-feature .tile__category {
- margin-bottom: 12px
+ margin-bottom: 12px;
}
.tile.tile-2up-feature .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
.tile.tile-2up-feature .tile__description {
- padding: 0 36px 36px
+ padding: 0 36px 36px;
}
.tile.tile-2up-feature .tile__media {
width: 980px;
- height: 551px
+ height: 551px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-2up-feature .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up-feature .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-2up-feature .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-2up-feature .tile__media {
width: 692px;
- height: 389px
+ height: 389px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-2up-feature .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-2up-feature .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-2up-feature .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-2up-feature .tile__media {
width: 100%;
padding-top: 125%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-2up-feature .tile__media .viewport-image,
@@ -2474,22 +2676,22 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
}
.tile.tile-2up-feature .tile__description {
padding: 36px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-feature .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-feature .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-feature .tile__media,
@@ -2498,35 +2700,35 @@ html.js .tile.large-loaded .image {
height: 472px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-feature .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-2up-feature .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-2up-feature {
flex-direction: column;
- width: 334px
+ width: 334px;
}
.tile.tile-2up-feature .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-feature .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-feature .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-feature .tile__media,
@@ -2535,36 +2737,36 @@ html.js .tile.large-loaded .image {
height: 334px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-2up-feature .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-2up-feature .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-2up-feature {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-2up-feature .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-2up-feature .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-2up-feature .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-2up-feature .tile__media,
@@ -2576,7 +2778,7 @@ html.js .tile.large-loaded .image {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-2up-feature .tile__media .viewport-image,
@@ -2587,96 +2789,107 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-2up-feature .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-2up-feature .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-2up-feature .tile__gradient {
- position: relative
+ position: relative;
}
.tile.tile-2up-feature .tile__gradient::before {
- content: none
+ content: none;
}
.tile.tile-2up-feature .viewport-image {
border-bottom-left-radius: 0;
- border-bottom-right-radius: 0
+ border-bottom-right-radius: 0;
}
}
.tile.tile-3up {
flex-direction: column;
- width: 303px
+ width: 303px;
}
.tile.tile-3up .tile__headline {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-3up .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-3up .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-3up .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-3up .tile__media,
@@ -2685,35 +2898,35 @@ html.js .tile.large-loaded .image {
height: 170px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-3up .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-3up .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-3up {
flex-direction: column;
- width: 333px
+ width: 333px;
}
.tile.tile-3up .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-3up .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-3up .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-3up .tile__media,
@@ -2722,36 +2935,36 @@ html.js .tile.large-loaded .image {
height: 187px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-3up .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-3up .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-3up {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-3up .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-3up .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-3up .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-3up .tile__media,
@@ -2763,7 +2976,7 @@ html.js .tile.large-loaded .image {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-3up .tile__media .viewport-image,
@@ -2774,69 +2987,80 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-3up .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-3up .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
.tile.tile-3up-secondary {
flex-direction: column;
- width: 303px
+ width: 303px;
}
.tile.tile-3up-secondary .tile__headline {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-3up-secondary .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 734px) {
@@ -2844,65 +3068,76 @@ html.js .tile.large-loaded .image {
font-size: 17px;
line-height: 1.23536;
font-weight: 700;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(ar) {
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(ko) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.tile.tile-3up-secondary .tile__headline:lang(th) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-3up-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-3up-secondary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-3up-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-3up-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-3up-secondary .tile__media,
@@ -2911,35 +3146,35 @@ html.js .tile.large-loaded .image {
height: 170px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-3up-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-3up-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-3up-secondary {
flex-direction: column;
- width: 333px
+ width: 333px;
}
.tile.tile-3up-secondary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-3up-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-3up-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-3up-secondary .tile__media,
@@ -2948,15 +3183,15 @@ html.js .tile.large-loaded .image {
height: 187px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-3up-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-3up-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@@ -2968,28 +3203,28 @@ html.js .tile.large-loaded .image {
position: revert;
background-color: transparent;
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-3up-secondary .tile__media {
border-radius: 12px;
overflow: hidden;
z-index: 0;
- position: relative
+ position: relative;
}
.tile.tile-3up-secondary .tile__description {
padding: 0 0 0 16px;
justify-content: center;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-3up-secondary .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-3up-secondary .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-3up-secondary .tile__media,
@@ -2998,69 +3233,80 @@ html.js .tile.large-loaded .image {
height: 105px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-3up-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-3up-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
.tile.tile-hero {
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-hero .tile__headline {
font-size: 32px;
line-height: 1.125;
font-weight: 700;
- letter-spacing: .004em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.004em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-hero .tile__headline:lang(ar) {
line-height: 1.34375;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ja) {
line-height: 1.21875;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ko) {
line-height: 1.21875;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -3068,44 +3314,55 @@ html.js .tile.large-loaded .image {
font-size: 21px;
line-height: 1.19048;
font-weight: 700;
- letter-spacing: .011em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.011em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ja) {
line-height: 1.2381;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ko) {
line-height: 1.2858;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(th) {
line-height: 1.381;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ar) {
line-height: 1.4286;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -3114,59 +3371,70 @@ html.js .tile.large-loaded .image {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-hero .tile__description {
padding: 32px;
justify-content: space-between;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-hero .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-hero .tile__media,
@@ -3175,35 +3443,35 @@ html.js .tile.large-loaded .image {
height: auto;
min-height: 362px;
flex-basis: 643px;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero {
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-hero .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-hero .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-hero .tile__media,
@@ -3212,36 +3480,36 @@ html.js .tile.large-loaded .image {
height: auto;
min-height: 255px;
flex-basis: 453px;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-hero {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-hero .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-hero .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-hero .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero .tile__media,
@@ -3253,7 +3521,7 @@ html.js .tile.large-loaded .image {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero .tile__media .viewport-image,
@@ -3264,15 +3532,15 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-hero .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@@ -3280,7 +3548,7 @@ html.js .tile.large-loaded .image {
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
@media only screen and (max-width: 734px) {
@@ -3288,65 +3556,76 @@ html.js .tile.large-loaded .image {
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
}
.tile.tile-hero:lang(ar) .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero-reversed {
flex-direction: row-reverse;
- width: 100%
+ width: 100%;
}
.tile.tile-hero-reversed .tile__headline {
font-size: 32px;
line-height: 1.125;
font-weight: 700;
- letter-spacing: .004em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.004em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-hero-reversed .tile__headline:lang(ar) {
line-height: 1.34375;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ja) {
line-height: 1.21875;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ko) {
line-height: 1.21875;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -3354,44 +3633,55 @@ html.js .tile.large-loaded .image {
font-size: 21px;
line-height: 1.19048;
font-weight: 700;
- letter-spacing: .011em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.011em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ja) {
line-height: 1.2381;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ko) {
line-height: 1.2858;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(th) {
line-height: 1.381;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ar) {
line-height: 1.4286;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -3400,59 +3690,70 @@ html.js .tile.large-loaded .image {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-reversed .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-hero-reversed .tile__description {
padding: 32px;
justify-content: space-between;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-hero-reversed .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-reversed .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-hero-reversed .tile__media,
@@ -3461,35 +3762,35 @@ html.js .tile.large-loaded .image {
height: auto;
min-height: 362px;
flex-basis: 643px;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-reversed .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-reversed .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero-reversed {
flex-direction: row-reverse;
- width: 100%
+ width: 100%;
}
.tile.tile-hero-reversed .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-hero-reversed .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-reversed .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-hero-reversed .tile__media,
@@ -3498,36 +3799,36 @@ html.js .tile.large-loaded .image {
height: auto;
min-height: 255px;
flex-basis: 453px;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-reversed .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-reversed .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-hero-reversed {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-hero-reversed .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-hero-reversed .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-hero-reversed .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero-reversed .tile__media,
@@ -3539,7 +3840,7 @@ html.js .tile.large-loaded .image {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero-reversed .tile__media .viewport-image,
@@ -3550,20 +3851,20 @@ html.js .tile.large-loaded .image {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-hero-reversed .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-reversed .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
.tile.tile-hero-reversed:lang(ar) .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero-highlight .tile__headline,
@@ -3572,343 +3873,393 @@ html.js .tile.large-loaded .image {
line-height: 1.1;
font-weight: 700;
letter-spacing: 0em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-hero-highlight .tile__headline:lang(ar),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ar) {
line-height: 1.3;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ja),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ja) {
line-height: 1.175;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ko),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ko) {
line-height: 1.2;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(th),
.tile.tile-hero-highlight-secondary .tile__headline:lang(th) {
line-height: 1.35;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-CN),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-HK),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-MO),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-TW),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
-
.tile.tile-hero-highlight .tile__headline,
.tile.tile-hero-highlight-secondary .tile__headline {
font-size: 28px;
line-height: 1.14286;
font-weight: 700;
- letter-spacing: .007em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.007em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ko),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ko) {
line-height: 1.25;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(th),
.tile.tile-hero-highlight-secondary .tile__headline:lang(th) {
line-height: 1.39286;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ar),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ar) {
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ja),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ja) {
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-CN),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-HK),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-MO),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-TW),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@media only screen and (max-width: 734px) {
-
.tile.tile-hero-highlight .tile__headline,
.tile.tile-hero-highlight-secondary .tile__headline {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ar),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ja),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(ko),
.tile.tile-hero-highlight-secondary .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(th),
.tile.tile-hero-highlight-secondary .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-CN),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-HK),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-MO),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight .tile__headline:lang(zh-TW),
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
-
-
html.js .tile.tile-hero-highlight[data-progressive-load],
html.js .tile.tile-hero-highlight-secondary[data-progressive-load] {
- opacity: 0
+ opacity: 0;
}
html.js .tile.tile-hero-highlight.large-load,
html.js .tile.tile-hero-highlight-secondary.large-load {
opacity: 0;
- transition: none
+ transition: none;
}
html.js .tile.tile-hero-highlight.large-loaded,
html.js .tile.tile-hero-highlight-secondary.large-loaded {
opacity: 1;
- transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
@media only screen and (max-width: 1068px) {
-
html.js .tile.tile-hero-highlight.medium-load,
html.js .tile.tile-hero-highlight-secondary.medium-load {
opacity: 0;
- transition: none
+ transition: none;
}
html.js .tile.tile-hero-highlight.medium-loaded,
html.js .tile.tile-hero-highlight-secondary.medium-loaded {
opacity: 1;
- transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
}
@media only screen and (max-width: 734px) {
-
html.js .tile.tile-hero-highlight.small-load,
html.js .tile.tile-hero-highlight-secondary.small-load {
opacity: 0;
- transition: none
+ transition: none;
}
html.js .tile.tile-hero-highlight.small-loaded,
html.js .tile.tile-hero-highlight-secondary.small-loaded {
opacity: 1;
- transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms
+ transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
}
.tile.tile-hero-highlight {
display: block;
- position: relative
+ position: relative;
}
.tile.tile-hero-highlight .tile__gradient {
position: absolute;
bottom: 0;
width: 100%;
- z-index: 0
+ z-index: 0;
}
.tile.tile-hero-highlight .tile__gradient::before {
- content: '';
+ content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 250%;
z-index: 0;
- background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
- background-size: 100.1% 100.1%
+ background: linear-gradient(
+ to top,
+ rgba(0, 0, 0, 0.8),
+ rgba(0, 0, 0, 0.77311) 12.83%,
+ rgba(0, 0, 0, 0.72685) 24%,
+ rgba(0, 0, 0, 0.66487) 33.77%,
+ rgba(0, 0, 0, 0.59081) 42.37%,
+ rgba(0, 0, 0, 0.50831) 50.07%,
+ rgba(0, 0, 0, 0.421) 57.13%,
+ rgba(0, 0, 0, 0.33252) 63.78%,
+ rgba(0, 0, 0, 0.24652) 70.3%,
+ rgba(0, 0, 0, 0.16663) 76.92%,
+ rgba(0, 0, 0, 0.09648) 83.91%,
+ rgba(0, 0, 0, 0.03973) 91.52%,
+ rgba(0, 0, 0, 0)
+ );
+ background-size: 100.1% 100.1%;
}
.tile.tile-hero-highlight .tile__gradient.autoplay-controls-wrapper {
- z-index: 3
+ z-index: 3;
}
.tile.tile-hero-highlight .tile__description {
width: 100%;
box-sizing: border-box;
position: relative;
- z-index: 2
+ z-index: 2;
}
.tile.tile-hero-highlight .tile__description-has-controls {
display: flex;
- flex-direction: row
+ flex-direction: row;
}
-.tile.tile-hero-highlight .tile__description-has-controls .tile__description-content {
+.tile.tile-hero-highlight
+ .tile__description-has-controls
+ .tile__description-content {
flex: 1 calc(100% - 44px);
box-sizing: border-box;
- padding-right: 16px
+ padding-right: 16px;
}
@media only screen and (max-width: 1068px) {
- .tile.tile-hero-highlight .tile__description-has-controls .tile__description-content {
- flex: 1 calc(100% - 36px)
+ .tile.tile-hero-highlight
+ .tile__description-has-controls
+ .tile__description-content {
+ flex: 1 calc(100% - 36px);
}
}
-.tile.tile-hero-highlight .tile__description-has-controls .autoplay-controls-container {
- flex: 1 44px
+.tile.tile-hero-highlight
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 44px;
}
@media only screen and (max-width: 1068px) {
- .tile.tile-hero-highlight .tile__description-has-controls .autoplay-controls-container {
- flex: 1 36px
+ .tile.tile-hero-highlight
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 36px;
}
}
.tile.tile-hero-highlight .tile__description-content {
display: flex;
- flex-direction: column
+ flex-direction: column;
}
.tile.tile-hero-highlight .tile__headline,
.tile.tile-hero-highlight .tile__category,
.tile.tile-hero-highlight .tile__timestamp {
- color: #fff
+ color: #fff;
}
.tile.tile-hero-highlight .tile__category {
- margin-bottom: 12px
+ margin-bottom: 12px;
}
.tile.tile-hero-highlight .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
.tile.tile-hero-highlight .tile__description {
- padding: 0 36px 36px
+ padding: 0 36px 36px;
}
.tile.tile-hero-highlight .tile__media {
width: 980px;
- height: 551px
+ height: 551px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero-highlight .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-highlight .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight .tile__media {
width: 692px;
- height: 389px
+ height: 389px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-hero-highlight .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-hero-highlight .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight .tile__media {
width: 100%;
padding-top: 125%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero-highlight .tile__media .viewport-image,
@@ -3917,143 +4268,167 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
}
@media only screen and (min-width: 1069px) {
.tile.tile-hero-highlight-secondary {
display: block;
- position: relative
+ position: relative;
}
.tile.tile-hero-highlight-secondary .tile__gradient {
position: absolute;
bottom: 0;
width: 100%;
- z-index: 0
+ z-index: 0;
}
.tile.tile-hero-highlight-secondary .tile__gradient::before {
- content: '';
+ content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 250%;
z-index: 0;
- background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
- background-size: 100.1% 100.1%
+ background: linear-gradient(
+ to top,
+ rgba(0, 0, 0, 0.8),
+ rgba(0, 0, 0, 0.77311) 12.83%,
+ rgba(0, 0, 0, 0.72685) 24%,
+ rgba(0, 0, 0, 0.66487) 33.77%,
+ rgba(0, 0, 0, 0.59081) 42.37%,
+ rgba(0, 0, 0, 0.50831) 50.07%,
+ rgba(0, 0, 0, 0.421) 57.13%,
+ rgba(0, 0, 0, 0.33252) 63.78%,
+ rgba(0, 0, 0, 0.24652) 70.3%,
+ rgba(0, 0, 0, 0.16663) 76.92%,
+ rgba(0, 0, 0, 0.09648) 83.91%,
+ rgba(0, 0, 0, 0.03973) 91.52%,
+ rgba(0, 0, 0, 0)
+ );
+ background-size: 100.1% 100.1%;
}
- .tile.tile-hero-highlight-secondary .tile__gradient.autoplay-controls-wrapper {
- z-index: 3
+ .tile.tile-hero-highlight-secondary
+ .tile__gradient.autoplay-controls-wrapper {
+ z-index: 3;
}
.tile.tile-hero-highlight-secondary .tile__description {
width: 100%;
box-sizing: border-box;
position: relative;
- z-index: 2
+ z-index: 2;
}
.tile.tile-hero-highlight-secondary .tile__description-has-controls {
display: flex;
- flex-direction: row
+ flex-direction: row;
}
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .tile__description-content {
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .tile__description-content {
flex: 1 calc(100% - 44px);
box-sizing: border-box;
- padding-right: 16px
+ padding-right: 16px;
}
}
@media only screen and (min-width: 1069px) and (max-width: 1068px) {
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .tile__description-content {
- flex: 1 calc(100% - 36px)
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .tile__description-content {
+ flex: 1 calc(100% - 36px);
}
}
@media only screen and (min-width: 1069px) {
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .autoplay-controls-container {
- flex: 1 44px
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 44px;
}
}
@media only screen and (min-width: 1069px) and (max-width: 1068px) {
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .autoplay-controls-container {
- flex: 1 36px
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 36px;
}
}
@media only screen and (min-width: 1069px) {
.tile.tile-hero-highlight-secondary .tile__description-content {
display: flex;
- flex-direction: column
+ flex-direction: column;
}
.tile.tile-hero-highlight-secondary .tile__headline,
.tile.tile-hero-highlight-secondary .tile__category,
.tile.tile-hero-highlight-secondary .tile__timestamp {
- color: #fff
+ color: #fff;
}
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 12px
+ margin-bottom: 12px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
.tile.tile-hero-highlight-secondary .tile__description {
- padding: 0 36px 36px
+ padding: 0 36px 36px;
}
.tile.tile-hero-highlight-secondary .tile__media {
width: 980px;
- height: 551px
+ height: 551px;
}
}
@media only screen and (min-width: 1069px) and (max-width: 1068px) {
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-secondary .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight-secondary .tile__media {
width: 692px;
- height: 389px
+ height: 389px;
}
}
@media only screen and (min-width: 1069px) and (max-width: 734px) {
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-secondary .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight-secondary .tile__media {
width: 100%;
padding-top: 125%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero-highlight-secondary .tile__media .viewport-image,
@@ -4062,28 +4437,28 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero-highlight-secondary {
flex-direction: column;
- width: 333px
+ width: 333px;
}
.tile.tile-hero-highlight-secondary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-hero-highlight-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-hero-highlight-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero-highlight-secondary .tile__media,
@@ -4092,63 +4467,74 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
height: 187px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-secondary .tile__headline {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -4157,67 +4543,78 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero-highlight-secondary .autoplay-controls-container {
position: absolute;
- top: calc(187px - (36px + 16px))
+ top: calc(187px - (36px + 16px));
}
.tile.tile-hero-highlight-secondary .tile__gradient {
- flex: 1
+ flex: 1;
}
.tile.tile-hero-highlight-secondary .tile__description {
box-sizing: border-box;
- height: 100%
+ height: 100%;
}
.tile.tile-hero-highlight-secondary .tile__description-content {
display: flex;
flex-direction: column;
height: 100%;
- justify-content: space-between
+ justify-content: space-between;
}
}
@@ -4225,136 +4622,160 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
.tile.tile-hero-highlight-secondary {
display: block;
position: relative;
- width: 100%
+ width: 100%;
}
.tile.tile-hero-highlight-secondary .tile__gradient {
position: absolute;
bottom: 0;
width: 100%;
- z-index: 0
+ z-index: 0;
}
.tile.tile-hero-highlight-secondary .tile__gradient::before {
- content: '';
+ content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 250%;
z-index: 0;
- background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
- background-size: 100.1% 100.1%
+ background: linear-gradient(
+ to top,
+ rgba(0, 0, 0, 0.8),
+ rgba(0, 0, 0, 0.77311) 12.83%,
+ rgba(0, 0, 0, 0.72685) 24%,
+ rgba(0, 0, 0, 0.66487) 33.77%,
+ rgba(0, 0, 0, 0.59081) 42.37%,
+ rgba(0, 0, 0, 0.50831) 50.07%,
+ rgba(0, 0, 0, 0.421) 57.13%,
+ rgba(0, 0, 0, 0.33252) 63.78%,
+ rgba(0, 0, 0, 0.24652) 70.3%,
+ rgba(0, 0, 0, 0.16663) 76.92%,
+ rgba(0, 0, 0, 0.09648) 83.91%,
+ rgba(0, 0, 0, 0.03973) 91.52%,
+ rgba(0, 0, 0, 0)
+ );
+ background-size: 100.1% 100.1%;
}
- .tile.tile-hero-highlight-secondary .tile__gradient.autoplay-controls-wrapper {
- z-index: 3
+ .tile.tile-hero-highlight-secondary
+ .tile__gradient.autoplay-controls-wrapper {
+ z-index: 3;
}
.tile.tile-hero-highlight-secondary .tile__description {
width: 100%;
box-sizing: border-box;
position: relative;
- z-index: 2
+ z-index: 2;
}
.tile.tile-hero-highlight-secondary .tile__description-has-controls {
display: flex;
- flex-direction: row
+ flex-direction: row;
}
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .tile__description-content {
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .tile__description-content {
flex: 1 calc(100% - 44px);
box-sizing: border-box;
- padding-right: 16px
+ padding-right: 16px;
}
}
@media only screen and (max-width: 734px) and (max-width: 1068px) {
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .tile__description-content {
- flex: 1 calc(100% - 36px)
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .tile__description-content {
+ flex: 1 calc(100% - 36px);
}
}
@media only screen and (max-width: 734px) {
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .autoplay-controls-container {
- flex: 1 44px
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 44px;
}
}
@media only screen and (max-width: 734px) and (max-width: 1068px) {
- .tile.tile-hero-highlight-secondary .tile__description-has-controls .autoplay-controls-container {
- flex: 1 36px
+ .tile.tile-hero-highlight-secondary
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 36px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-hero-highlight-secondary .tile__description-content {
display: flex;
- flex-direction: column
+ flex-direction: column;
}
.tile.tile-hero-highlight-secondary .tile__headline,
.tile.tile-hero-highlight-secondary .tile__category,
.tile.tile-hero-highlight-secondary .tile__timestamp {
- color: #fff
+ color: #fff;
}
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 12px
+ margin-bottom: 12px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
.tile.tile-hero-highlight-secondary .tile__description {
- padding: 0 36px 36px
+ padding: 0 36px 36px;
}
.tile.tile-hero-highlight-secondary .tile__media {
width: 980px;
- height: 551px
+ height: 551px;
}
}
@media only screen and (max-width: 734px) and (max-width: 1068px) {
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-secondary .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight-secondary .tile__media {
width: 692px;
- height: 389px
+ height: 389px;
}
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
.tile.tile-hero-highlight-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-hero-highlight-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-secondary .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight-secondary .tile__media {
width: 100%;
padding-top: 125%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero-highlight-secondary .tile__media .viewport-image,
@@ -4363,14 +4784,14 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
}
.tile.tile-hero-highlight-feature {
display: block;
position: relative;
- display: flex
+ display: flex;
}
.tile.tile-hero-highlight-feature .tile__headline {
@@ -4378,47 +4799,58 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
line-height: 1.1;
font-weight: 700;
letter-spacing: 0em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ar) {
line-height: 1.3;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ja) {
line-height: 1.175;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ko) {
line-height: 1.2;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(th) {
line-height: 1.35;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -4426,42 +4858,53 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
font-size: 28px;
line-height: 1.14286;
font-weight: 700;
- letter-spacing: .007em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.007em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ko) {
line-height: 1.25;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(th) {
line-height: 1.39286;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ar) {
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ja) {
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -4470,44 +4913,55 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-highlight-feature .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -4515,124 +4969,147 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
position: absolute;
bottom: 0;
width: 100%;
- z-index: 0
+ z-index: 0;
}
.tile.tile-hero-highlight-feature .tile__gradient::before {
- content: '';
+ content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 250%;
z-index: 0;
- background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
- background-size: 100.1% 100.1%
+ background: linear-gradient(
+ to top,
+ rgba(0, 0, 0, 0.8),
+ rgba(0, 0, 0, 0.77311) 12.83%,
+ rgba(0, 0, 0, 0.72685) 24%,
+ rgba(0, 0, 0, 0.66487) 33.77%,
+ rgba(0, 0, 0, 0.59081) 42.37%,
+ rgba(0, 0, 0, 0.50831) 50.07%,
+ rgba(0, 0, 0, 0.421) 57.13%,
+ rgba(0, 0, 0, 0.33252) 63.78%,
+ rgba(0, 0, 0, 0.24652) 70.3%,
+ rgba(0, 0, 0, 0.16663) 76.92%,
+ rgba(0, 0, 0, 0.09648) 83.91%,
+ rgba(0, 0, 0, 0.03973) 91.52%,
+ rgba(0, 0, 0, 0)
+ );
+ background-size: 100.1% 100.1%;
}
.tile.tile-hero-highlight-feature .tile__gradient.autoplay-controls-wrapper {
- z-index: 3
+ z-index: 3;
}
.tile.tile-hero-highlight-feature .tile__description {
width: 100%;
box-sizing: border-box;
position: relative;
- z-index: 2
+ z-index: 2;
}
.tile.tile-hero-highlight-feature .tile__description-has-controls {
display: flex;
- flex-direction: row
+ flex-direction: row;
}
-.tile.tile-hero-highlight-feature .tile__description-has-controls .tile__description-content {
+.tile.tile-hero-highlight-feature
+ .tile__description-has-controls
+ .tile__description-content {
flex: 1 calc(100% - 44px);
box-sizing: border-box;
- padding-right: 16px
+ padding-right: 16px;
}
@media only screen and (max-width: 1068px) {
- .tile.tile-hero-highlight-feature .tile__description-has-controls .tile__description-content {
- flex: 1 calc(100% - 36px)
+ .tile.tile-hero-highlight-feature
+ .tile__description-has-controls
+ .tile__description-content {
+ flex: 1 calc(100% - 36px);
}
}
-.tile.tile-hero-highlight-feature .tile__description-has-controls .autoplay-controls-container {
- flex: 1 44px
+.tile.tile-hero-highlight-feature
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 44px;
}
@media only screen and (max-width: 1068px) {
- .tile.tile-hero-highlight-feature .tile__description-has-controls .autoplay-controls-container {
- flex: 1 36px
+ .tile.tile-hero-highlight-feature
+ .tile__description-has-controls
+ .autoplay-controls-container {
+ flex: 1 36px;
}
}
.tile.tile-hero-highlight-feature .tile__description-content {
display: flex;
- flex-direction: column
+ flex-direction: column;
}
.tile.tile-hero-highlight-feature .tile__headline,
.tile.tile-hero-highlight-feature .tile__category,
.tile.tile-hero-highlight-feature .tile__timestamp {
- color: #fff
+ color: #fff;
}
.tile.tile-hero-highlight-feature .tile__category {
- margin-bottom: 12px
+ margin-bottom: 12px;
}
.tile.tile-hero-highlight-feature .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
.tile.tile-hero-highlight-feature .tile__description {
- padding: 0 36px 36px
+ padding: 0 36px 36px;
}
.tile.tile-hero-highlight-feature .tile__media {
width: 980px;
- height: 551px
+ height: 551px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero-highlight-feature .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-highlight-feature .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-feature .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight-feature .tile__media {
width: 692px;
- height: 389px
+ height: 389px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-hero-highlight-feature .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-hero-highlight-feature .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-hero-highlight-feature .tile__description {
- padding: 0 24px 24px
+ padding: 0 24px 24px;
}
.tile.tile-hero-highlight-feature .tile__media {
width: 100%;
padding-top: 125%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero-highlight-feature .tile__media .viewport-image,
@@ -4641,61 +5118,72 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
}
.tile.tile-hero-secondary {
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-hero-secondary .tile__headline {
font-size: 32px;
line-height: 1.125;
font-weight: 700;
- letter-spacing: .004em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.004em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-hero-secondary .tile__headline:lang(ar) {
line-height: 1.34375;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(ja) {
line-height: 1.21875;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(ko) {
line-height: 1.21875;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -4703,59 +5191,70 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
font-size: 19px;
line-height: 1.21053;
font-weight: 700;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(ar) {
line-height: 1.36844;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(ja) {
line-height: 1.26316;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(ko) {
line-height: 1.31579;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-hero-secondary .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.tile.tile-hero-secondary .tile__description {
padding: 32px;
justify-content: space-between;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-hero-secondary .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-secondary .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-hero-secondary .tile__media,
@@ -4764,35 +5263,35 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
height: auto;
min-height: 362px;
flex-basis: 643px;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-secondary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-secondary .tile__timestamp {
- margin-top: 12px
+ margin-top: 12px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-hero-secondary {
flex-direction: column;
- width: 333px
+ width: 333px;
}
.tile.tile-hero-secondary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-hero-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-hero-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero-secondary .tile__media,
@@ -4801,36 +5300,36 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
height: 187px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-hero-secondary .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-hero-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-hero-secondary {
flex-direction: column;
- width: 100%
+ width: 100%;
}
.tile.tile-hero-secondary .tile__description {
padding: 24px;
justify-content: space-between;
- flex-basis: auto
+ flex-basis: auto;
}
.tile.tile-hero-secondary .tile__media {
- flex-shrink: 0
+ flex-shrink: 0;
}
.tile.tile-hero-secondary .image {
- background-size: cover
+ background-size: cover;
}
.tile.tile-hero-secondary .tile__media,
@@ -4842,7 +5341,7 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
flex-shrink: 1;
padding-top: 56.25%;
height: 0;
- position: relative
+ position: relative;
}
.tile.tile-hero-secondary .tile__media .viewport-image,
@@ -4853,79 +5352,76 @@ html.js .tile.tile-hero-highlight-secondary.large-loaded {
top: 0;
left: 0;
width: 100%;
- height: 100%
+ height: 100%;
}
.tile.tile-hero-secondary .tile__category {
- margin-bottom: 8px
+ margin-bottom: 8px;
}
.tile.tile-hero-secondary .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
.tile.tile-hero-secondary:lang(ar) .image {
- background-size: cover
+ background-size: cover;
}
-
@media (hover: hover) {
-
html.no-touch.no-reduced-motion .tile.tile-list:hover .image,
html.no-touch.no-reduced-motion .tile.tile-list:hover .media--video {
- transform: scale(1.05)
+ transform: scale(1.05);
}
}
@media only screen and (hover: hover) and (max-width: 734px) {
-
html.no-touch .tile.tile-list:hover .image,
html.no-touch .tile.tile-list:hover .media--video {
- transform: none
+ transform: none;
}
}
-html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .image,
-html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--video {
- transform: scale(1.05)
+html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method="key"] .image,
+html.no-touch.no-reduced-motion
+ .tile.tile-list[data-focus-method="key"]
+ .media--video {
+ transform: scale(1.05);
}
@media only screen and (max-width: 734px) {
-
- html.no-touch .tile.tile-list[data-focus-method=key] .image,
- html.no-touch .tile.tile-list[data-focus-method=key] .media--video {
- transform: none
+ html.no-touch .tile.tile-list[data-focus-method="key"] .image,
+ html.no-touch .tile.tile-list[data-focus-method="key"] .media--video {
+ transform: none;
}
}
-
.cover {
height: 100%;
width: 100%;
object-fit: cover;
}
-
.view-archive-wrapper {
margin-top: 32px;
font-size: 17px;
line-height: 1.23536;
font-weight: 500;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
text-align: center;
}
@media only screen and (max-width: 1068px) {
.view-archive-wrapper {
- margin-top: 28px
+ margin-top: 28px;
}
}
@media only screen and (max-width: 734px) {
.view-archive-wrapper {
- margin-top: 24px
+ margin-top: 24px;
}
}
@@ -4933,12 +5429,15 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
letter-spacing: 0em;
border-radius: 30px;
display: inline-block;
- transition: background-color 300ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, border-color 300ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, color 300ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
+ transition: background-color 300ms cubic-bezier(0.4, 0, 0.25, 1) 0ms,
+ border-color 300ms cubic-bezier(0.4, 0, 0.25, 1) 0ms,
+ color 300ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
font-size: 17px;
line-height: 1.23536;
font-weight: 600;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
border: 2px solid;
padding: 10px 24px 9px;
border-color: #1d1d1f;
@@ -4956,7 +5455,6 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
text-decoration: none;
}
-
.tile.tile-list {
border-radius: revert;
overflow: revert;
@@ -4964,82 +5462,93 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
position: revert;
background-color: transparent;
flex-direction: row;
- width: 457px
+ width: 457px;
}
.tile.tile-list .tile__headline {
font-size: 17px;
line-height: 1.23536;
font-weight: 700;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -webkit-box;
- overflow: hidden
+ overflow: hidden;
}
.tile.tile-list .tile__headline:lang(ar) {
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(ko) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.tile.tile-list .tile__headline:lang(th) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tile.tile-list .tile__media {
border-radius: 16px;
overflow: hidden;
z-index: 0;
- position: relative
+ position: relative;
}
.tile.tile-list .tile__description {
padding: 0 0 0 24px;
justify-content: center;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-list .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-list .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-list .tile__media,
@@ -5048,35 +5557,35 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
height: 132px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-list .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-list .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
@media only screen and (max-width: 1068px) {
.tile.tile-list {
flex-direction: row;
- width: 631px
+ width: 631px;
}
.tile.tile-list .tile__description {
padding: 0 0 0 24px;
justify-content: center;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-list .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-list .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-list .tile__media,
@@ -5085,36 +5594,36 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
height: 132px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-list .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-list .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
}
@media only screen and (max-width: 734px) {
.tile.tile-list {
flex-direction: row;
- width: 100%
+ width: 100%;
}
.tile.tile-list .tile__description {
padding: 0 0 0 16px;
justify-content: center;
- flex-basis: 0
+ flex-basis: 0;
}
.tile.tile-list .tile__media {
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-list .image {
- background-size: contain
+ background-size: contain;
}
.tile.tile-list .tile__media,
@@ -5123,106 +5632,115 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
height: 105px;
min-height: auto;
flex-basis: auto;
- flex-shrink: 1
+ flex-shrink: 1;
}
.tile.tile-list .tile__category {
- margin-bottom: 4px
+ margin-bottom: 4px;
}
.tile.tile-list .tile__timestamp {
- margin-top: 8px
+ margin-top: 8px;
}
.tile.tile-list .tile__media {
- border-radius: 12px
+ border-radius: 12px;
}
}
@media (hover: hover) {
-
html.no-touch.no-reduced-motion .tile.tile-list:hover .image,
html.no-touch.no-reduced-motion .tile.tile-list:hover .media--video {
- transform: scale(1.05)
+ transform: scale(1.05);
}
}
@media only screen and (hover: hover) and (max-width: 734px) {
-
html.no-touch .tile.tile-list:hover .image,
html.no-touch .tile.tile-list:hover .media--video {
- transform: none
+ transform: none;
}
}
-html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .image,
-html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--video {
- transform: scale(1.05)
+html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method="key"] .image,
+html.no-touch.no-reduced-motion
+ .tile.tile-list[data-focus-method="key"]
+ .media--video {
+ transform: scale(1.05);
}
@media only screen and (max-width: 734px) {
-
- html.no-touch .tile.tile-list[data-focus-method=key] .image,
- html.no-touch .tile.tile-list[data-focus-method=key] .media--video {
- transform: none
+ html.no-touch .tile.tile-list[data-focus-method="key"] .image,
+ html.no-touch .tile.tile-list[data-focus-method="key"] .media--video {
+ transform: none;
}
}
-
.page-title.component {
margin-top: 0;
- margin-bottom: 0
+ margin-bottom: 0;
}
.page-title .hero-headline {
font-size: 48px;
line-height: 1.08349;
font-weight: 700;
- letter-spacing: -.003em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.003em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-title .hero-headline:lang(ar) {
line-height: 1.25;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(ja) {
line-height: 1.14599;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(ko) {
line-height: 1.1875;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.page-title .hero-headline:lang(th) {
line-height: 1.33349;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -5231,43 +5749,54 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
line-height: 1.1;
font-weight: 700;
letter-spacing: 0em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-title .hero-headline:lang(ar) {
line-height: 1.3;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(ja) {
line-height: 1.175;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(ko) {
line-height: 1.2;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(th) {
line-height: 1.35;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -5276,75 +5805,84 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 32px;
line-height: 1.125;
font-weight: 700;
- letter-spacing: .004em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.004em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-title .hero-headline:lang(ar) {
line-height: 1.34375;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(ja) {
line-height: 1.21875;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(ko) {
line-height: 1.21875;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-title .hero-headline:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
-
.category.component {
margin-top: 0;
- margin-bottom: 20px
+ margin-bottom: 20px;
}
-
.component {
margin-left: auto;
margin-right: auto;
- width: 980px
+ width: 980px;
}
.component::before,
.component::after {
- content: ' ';
- display: table
+ content: " ";
+ display: table;
}
.component::after {
- clear: both
+ clear: both;
}
@media only screen and (min-width: 1441px) {
.component {
margin-left: auto;
margin-right: auto;
- width: 980px
+ width: 980px;
}
}
@@ -5352,7 +5890,7 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
.component {
margin-left: auto;
margin-right: auto;
- width: 692px
+ width: 692px;
}
}
@@ -5360,26 +5898,26 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
.component {
margin-left: auto;
margin-right: auto;
- width: 87.5%
+ width: 87.5%;
}
}
.component {
margin-top: 44px;
- margin-bottom: 44px
+ margin-bottom: 44px;
}
@media only screen and (max-width: 1068px) {
.component {
margin-top: 36px;
- margin-bottom: 36px
+ margin-bottom: 36px;
}
}
@media only screen and (max-width: 734px) {
.component {
margin-top: 32px;
- margin-bottom: 32px
+ margin-bottom: 32px;
}
}
@@ -5388,54 +5926,63 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
max-width: 414px;
width: 100%;
margin-left: auto;
- margin-right: auto
+ margin-right: auto;
}
}
-
-
.page-body {
font-size: 17px;
line-height: 1.4211;
font-weight: 400;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-body:lang(ar) {
line-height: 1.57895;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(ja) {
line-height: 1.47376;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(ko) {
line-height: 1.52632;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -5443,270 +5990,271 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-body:lang(ar) {
line-height: 1.58824;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(ko) {
line-height: 1.58824;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.page-body:lang(th) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.page-body-media {
margin-top: 0;
margin-bottom: 15px;
- width: 291px
+ width: 291px;
}
@media only screen and (max-width: 1068px) {
.page-body-media {
- width: 206px
+ width: 206px;
}
}
@media only screen and (max-width: 734px) {
.page-body-media {
- width: 100%
+ width: 100%;
}
}
.page-body-media.left {
float: left;
margin-left: -12.5%;
- margin-right: 36px
+ margin-right: 36px;
}
@media only screen and (max-width: 1068px) {
.page-body-media.left {
margin-left: -10%;
- margin-right: 24px
+ margin-right: 24px;
}
}
@media only screen and (max-width: 734px) {
.page-body-media.left {
- margin-right: 0
+ margin-right: 0;
}
}
.page-body-media.right {
float: right;
margin-right: -12.5%;
- margin-left: 36px
+ margin-left: 36px;
}
@media only screen and (max-width: 1068px) {
.page-body-media.right {
margin-right: -10%;
- margin-left: 24px
+ margin-left: 24px;
}
}
@media only screen and (max-width: 734px) {
.page-body-media.right {
- margin-left: 0
+ margin-left: 0;
}
}
.page-body-media .image-share-sheet {
- display: block
+ display: block;
}
.page-body-media .image-description,
.page-body-media .video-description {
margin-left: 0;
margin-right: 0;
- margin-bottom: 0
+ margin-bottom: 0;
}
@media only screen and (max-width: 734px) {
-
.page-body-media.left,
.page-body-media.right {
float: none;
- margin: 28px auto
+ margin: 28px auto;
}
.page-body-media:first-child {
- margin-top: 0
+ margin-top: 0;
}
}
.page-body-copy {
- margin-bottom: 1.4211em
+ margin-bottom: 1.4211em;
}
.page-body-copy:lang(ar) {
- margin-bottom: 1.57895em
+ margin-bottom: 1.57895em;
}
.page-body-copy:lang(ja) {
- margin-bottom: 1.47376em
+ margin-bottom: 1.47376em;
}
.page-body-copy:lang(th) {
- margin-bottom: 1.36844em
+ margin-bottom: 1.36844em;
}
.page-body-copy:lang(ko) {
- margin-bottom: 1.52632em
+ margin-bottom: 1.52632em;
}
.page-body-copy:first-child {
- margin-top: 0
+ margin-top: 0;
}
.page-body-copy:last-child {
- margin-bottom: 0
+ margin-bottom: 0;
}
-
-
-
-
.component-content {
margin-left: auto;
margin-right: auto;
- width: 653px
+ width: 653px;
}
@media only screen and (max-width: 1068px) {
.component-content {
- width: 576px
+ width: 576px;
}
}
@media only screen and (max-width: 734px) {
.component-content {
- width: 87.5%
+ width: 87.5%;
}
}
.image-big .component-content {
- width: 980px
+ width: 980px;
}
@media only screen and (max-width: 1068px) {
.image-big .component-content {
- width: 692px
+ width: 692px;
}
}
@media only screen and (max-width: 734px) {
.image-big .component-content {
- width: 100%
+ width: 100%;
}
}
.image-inline .component-content {
- width: 653px
+ width: 653px;
}
@media only screen and (max-width: 1068px) {
.image-inline .component-content {
- width: 576px
+ width: 576px;
}
}
@media only screen and (max-width: 734px) {
.image-inline .component-content {
- width: 87.5%
+ width: 87.5%;
}
}
@media only screen and (max-width: 734px) {
-
.gallery,
.image,
.video {
- width: 100%
+ width: 100%;
}
.gallery:not(.body-copy-wide) .component-content,
.image:not(.image-full-bleed) .component-content {
- width: 320px
+ width: 320px;
}
}
-
-
.image-share-sheet {
display: table;
border-radius: 10px;
overflow: hidden;
z-index: 0;
- position: relative
+ position: relative;
}
@media only screen and (max-width: 734px) {
.image-share-sheet {
- display: block
+ display: block;
}
}
@media only screen and (max-width: 734px) {
.image.image-full-bleed .image-share-sheet {
- border-radius: 0
+ border-radius: 0;
}
}
@media only screen and (min-width: 416px) and (max-width: 734px) {
.image.image-full-bleed .image-share-sheet {
- border-radius: 10px
+ border-radius: 10px;
}
}
@media only screen and (max-width: 415px) {
.image .image-share-sheet {
- border-radius: 0
+ border-radius: 0;
}
}
.component.not-rounded .image-share-sheet {
- border-radius: 0 !important
+ border-radius: 0 !important;
}
-
-
.image-description {
position: relative;
display: flex;
@@ -5717,110 +6265,132 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 12px;
line-height: 1.33337;
font-weight: 600;
- letter-spacing: -.01em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.01em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.theme-dark .image-description {
- color: #86868b
+ color: #86868b;
}
.image-description:lang(ar) {
line-height: 1.66667;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description:lang(ja) {
line-height: 1.41667;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description:lang(ko) {
line-height: 1.41667;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.image-description:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.image-description:lang(th) {
line-height: 1.33337;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.image-description:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
.image-description {
- margin-top: 12px
+ margin-top: 12px;
}
}
.image-description:empty {
- margin-bottom: 0
+ margin-bottom: 0;
}
.image-description .icon {
font-size: 19px;
line-height: 1.4211;
font-weight: 400;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.image-description .icon:lang(ar) {
line-height: 1.57895;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(ja) {
line-height: 1.47376;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(ko) {
line-height: 1.52632;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -5828,163 +6398,172 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.image-description .icon:lang(ar) {
line-height: 1.58824;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(ko) {
line-height: 1.58824;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.image-description .icon:lang(th) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.image-description .icon:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
.image-description .icon::before,
.image-description .icon::after {
- line-height: inherit
+ line-height: inherit;
}
.body-copy-wide .image-description {
margin-left: 0;
- margin-right: 0
+ margin-right: 0;
}
.image-description .image-caption {
- flex-grow: 1
+ flex-grow: 1;
}
.body-copy-wide .image-description {
margin-right: 0;
- margin-left: 0
+ margin-left: 0;
}
.image-keyline .image-asset,
.image-keyline .picture-image {
box-sizing: border-box;
- border: 1px solid #d2d2d7
+ border: 1px solid #d2d2d7;
}
.image.image-big {
- min-width: 320px
+ min-width: 320px;
}
.image.image-full-bleed .image-share-sheet,
.image.image-inline.body-copy-wide .image-share-sheet,
.image.image-grid.body-copy-wide .image-share-sheet {
- display: block
+ display: block;
}
.image.body-copy-wide.image-full-bleed .image-description {
width: 653px;
margin-left: auto;
- margin-right: auto
+ margin-right: auto;
}
@media only screen and (max-width: 1068px) {
.image.body-copy-wide.image-full-bleed .image-description {
- width: 576px
+ width: 576px;
}
}
@media only screen and (max-width: 734px) {
.image.body-copy-wide.image-full-bleed .image-description {
- width: 87.5%
+ width: 87.5%;
}
}
@media only screen and (max-width: 734px) {
.image.body-copy-wide.image-inline .component-content {
- width: 100%
+ width: 100%;
}
}
.no-touch .image:hover {
position: relative;
- z-index: 1
+ z-index: 1;
}
@media only screen and (max-width: 734px) {
.image-inline .image-description {
margin-left: auto;
margin-right: auto;
- width: 87.5%
+ width: 87.5%;
}
}
.image.image-wide {
- width: 100%
+ width: 100%;
}
.image.image-wide .component-content {
width: 100%;
- max-width: 2560px
+ max-width: 2560px;
}
.image.image-wide .image-asset {
width: 100%;
- height: 100%
+ height: 100%;
}
.image.image-wide .image-share-sheet,
.image.image-wide .pullquote-cover {
width: 100%;
- border-radius: 0
+ border-radius: 0;
}
@media only screen and (min-width: 1441px) {
-
.image.image-wide .image-share-sheet,
.image.image-wide .pullquote-cover {
max-width: 1920px;
- margin: 0 auto
+ margin: 0 auto;
}
}
@media only screen and (min-width: 1922px) {
-
.image.image-wide .image-share-sheet,
.image.image-wide .pullquote-cover {
border-radius: 10px;
overflow: hidden;
z-index: 0;
- position: relative
+ position: relative;
}
}
@@ -5993,157 +6572,168 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
position: relative;
top: 50%;
left: 50%;
- transform: translate(-50%, -50%) scale(1.01)
+ transform: translate(-50%, -50%) scale(1.01);
}
}
.image-grid {
position: relative;
- z-index: 1
+ z-index: 1;
}
.image-grid::before,
.image-grid::after {
- content: ' ';
- display: table
+ content: " ";
+ display: table;
}
.image-grid::after {
- clear: both
+ clear: both;
}
.image-grid-item {
box-sizing: border-box;
flex: 0 0 283px;
- margin-bottom: 44px
+ margin-bottom: 44px;
}
@media only screen and (max-width: 1068px) {
.image-grid-item {
- margin-bottom: 36px
+ margin-bottom: 36px;
}
}
@media only screen and (max-width: 734px) {
.image-grid-item {
flex: 0 0 100%;
- margin-bottom: 32px
+ margin-bottom: 32px;
}
}
.image-grid-item:nth-child(odd) {
- margin-right: 5px
+ margin-right: 5px;
}
@media only screen and (max-width: 734px) {
.image-grid-item:nth-child(odd) {
- margin-right: 0
+ margin-right: 0;
}
}
@media only screen and (max-width: 734px) {
.image-grid .row:last-of-type .image-grid-item:not(:last-of-type) {
- margin-bottom: 32px
+ margin-bottom: 32px;
}
}
.image-grid .row:last-of-type .image-grid-item {
- margin-bottom: 0
+ margin-bottom: 0;
}
.image-grid .row {
width: 100%;
position: relative;
display: flex;
- flex-direction: row
+ flex-direction: row;
}
@media only screen and (max-width: 734px) {
.image-grid .row {
- display: block
+ display: block;
}
}
.touch .image-grid.body-copy-wide .component-content {
- width: component-content-width
+ width: component-content-width;
}
@media only screen and (max-width: 734px) {
.touch .image-grid.body-copy-wide .component-content {
- width: 87.5%
+ width: 87.5%;
}
}
@media only screen and (max-width: 734px) {
.no-touch .image-grid.body-copy-wide .component-content {
- width: component-content-width
+ width: component-content-width;
}
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
.no-touch .image-grid.body-copy-wide .component-content {
- width: 87.5%
+ width: 87.5%;
}
}
.datelocation {
position: relative;
- z-index: 1
+ z-index: 1;
}
.datelocation::before,
.datelocation::after {
- content: ' ';
- display: table
+ content: " ";
+ display: table;
}
.datelocation::after {
- clear: both
+ clear: both;
}
.datelocation-copy {
font-size: 19px;
line-height: 1.4211;
font-weight: 400;
- letter-spacing: .012em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
- margin: 0
+ letter-spacing: 0.012em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
+ margin: 0;
}
.datelocation-copy:lang(ar) {
line-height: 1.57895;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(ja) {
line-height: 1.47376;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(ko) {
line-height: 1.52632;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(th) {
line-height: 1.36844;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -6151,66 +6741,76 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
- letter-spacing: -.022em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.022em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.datelocation-copy:lang(ar) {
line-height: 1.58824;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(ko) {
line-height: 1.58824;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.datelocation-copy:lang(th) {
line-height: 1.35296;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.datelocation-copy:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
-
.modal-gallery-trigger {
border: 0;
background: transparent;
cursor: pointer;
position: relative;
display: block;
- width: 100%
+ width: 100%;
}
.modal-gallery-trigger::after {
- content: '';
+ content: "";
opacity: 0;
position: absolute;
pointer-events: none;
@@ -6218,41 +6818,39 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
left: 0;
right: 0;
bottom: 0;
- border: 4px solid rgba(0, 125, 250, 0.6)
+ border: 4px solid rgba(0, 125, 250, 0.6);
}
-.modal-gallery-trigger[data-focus-method=key]::after {
- opacity: 1
+.modal-gallery-trigger[data-focus-method="key"]::after {
+ opacity: 1;
}
-
.picture-image {
display: inline-block;
width: 100%;
- height: auto
+ height: auto;
}
.picture {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0
+ position: relative;
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: min(calc(100% - 32px), 650px);
}
.picture.no-dl {
- pointer-events: none
+ pointer-events: none;
}
.icon.icon-arrowdown::before,
.icon.icon-arrowdown::after {
font-family: "social-media-font" !important;
- content: ""
+ content: "";
}
-
-
-
.theme-dark {
background-color: #000;
color: #f5f5f7;
@@ -6271,7 +6869,7 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
- color: #f5f5f7
+ color: #f5f5f7;
}
.theme-dark a,
@@ -6280,133 +6878,164 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
}
.theme-dark .footnote a {
- color: inherit
+ color: inherit;
}
.theme-dark .footnote a:hover {
- color: #2997ff
+ color: #2997ff;
}
.theme-dark a.block {
- color: inherit
+ color: inherit;
}
.theme-dark a.block .block-link {
- color: #2997ff
+ color: #2997ff;
}
.theme-dark .dotnav .dotnav-item {
- background-color: rgba(134, 134, 139, 0.4)
+ background-color: rgba(134, 134, 139, 0.4);
}
.theme-dark .dotnav .dotnav-item:hover {
- background-color: rgba(134, 134, 139, 0.6)
+ background-color: rgba(134, 134, 139, 0.6);
}
.theme-dark .dotnav .dotnav-item.current {
- background-color: #86868b
+ background-color: #86868b;
}
.theme-dark .paddlenav .paddlenav-arrow {
background-color: rgba(0, 0, 0, 0);
- color: rgba(134, 134, 139, 0.8)
+ color: rgba(134, 134, 139, 0.8);
}
.theme-dark .paddlenav .paddlenav-arrow:hover {
background-color: rgba(0, 0, 0, 0);
- color: #86868b
+ color: #86868b;
}
.theme-dark .paddlenav .paddlenav-arrow:active {
background-color: rgba(0, 0, 0, 0);
- color: #86868b
+ color: #86868b;
}
-.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
-.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
+.theme-dark
+ .paddlenav
+ .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(
+ textarea
+ ):not(select):hover,
+.theme-dark
+ .paddlenav
+ .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(
+ textarea
+ ):not(select):hover {
background-color: rgba(0, 0, 0, 0);
- color: #86868b
+ color: #86868b;
}
-.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
-.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
+.theme-dark
+ .paddlenav
+ .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(
+ textarea
+ ):not(select):active,
+.theme-dark
+ .paddlenav
+ .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(
+ textarea
+ ):not(select):active {
background-color: rgba(0, 0, 0, 0);
- color: #86868b
+ color: #86868b;
}
.theme-dark .paddlenav-framed .paddlenav-arrow {
background-color: rgba(210, 210, 215, 0.2);
- color: rgba(134, 134, 139, 0.8)
+ color: rgba(134, 134, 139, 0.8);
}
.theme-dark .paddlenav-framed .paddlenav-arrow:hover {
background-color: rgba(210, 210, 215, 0.28);
- color: #86868b
+ color: #86868b;
}
.theme-dark .paddlenav-framed .paddlenav-arrow:active {
background-color: rgba(210, 210, 215, 0.36);
- color: #86868b
+ color: #86868b;
}
-.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
-.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
+.theme-dark
+ .paddlenav-framed
+ .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(
+ textarea
+ ):not(select):hover,
+.theme-dark
+ .paddlenav-framed
+ .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(
+ textarea
+ ):not(select):hover {
background-color: rgba(210, 210, 215, 0.28);
- color: #86868b
+ color: #86868b;
}
-.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
-.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
+.theme-dark
+ .paddlenav-framed
+ .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(
+ textarea
+ ):not(select):active,
+.theme-dark
+ .paddlenav-framed
+ .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(
+ textarea
+ ):not(select):active {
background-color: rgba(210, 210, 215, 0.36);
- color: #86868b
+ color: #86868b;
}
.theme-dark .quote .quote-copy {
- color: #f5f5f7
+ color: #f5f5f7;
}
.theme-dark .quote .quote-credit,
.theme-dark .quote .quote-subcredit {
- color: #f5f5f7
+ color: #f5f5f7;
}
.theme-dark .sosumi {
- color: #6e6e73
+ color: #6e6e73;
}
.theme-dark .sosumi a {
- color: #a1a1a6
+ color: #a1a1a6;
}
.theme-dark .violator {
background: rgba(0, 0, 0, 0);
border-color: #f56300;
- color: #f56300
+ color: #f56300;
}
.theme-dark .violator-frameless {
background: rgba(0, 0, 0, 0);
border-color: #f56300;
- color: #f56300
+ color: #f56300;
}
.theme-dark .violator-secondary {
background: rgba(0, 0, 0, 0);
border-color: #86868b;
- color: #86868b
+ color: #86868b;
}
-
.tertiary-nav {
- margin: 36px auto 50px
+ margin: 36px auto 50px;
}
.tertiary-nav .component-content {
- border-top: 1px solid #d2d2d7
+ border-top: 1px solid #d2d2d7;
}
.theme-dark .tertiary-nav .component-content {
- border-top-color: #424245
+ border-top-color: #424245;
}
.theme-dark header {
@@ -6417,46 +7046,57 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
margin-bottom: 16px;
- margin-top: 52px
+ margin-top: 52px;
}
.page-body-header:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -6464,56 +7104,67 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 21px;
line-height: 1.19048;
font-weight: 700;
- letter-spacing: .011em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.011em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-body-header:lang(ja) {
line-height: 1.2381;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(ko) {
line-height: 1.2858;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(th) {
line-height: 1.381;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(ar) {
line-height: 1.4286;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@media only screen and (max-width: 1068px) {
.page-body-header {
- margin-top: 48px
+ margin-top: 48px;
}
}
@media only screen and (max-width: 734px) {
.page-body-header {
- margin-top: 44px
+ margin-top: 44px;
}
}
@@ -6522,45 +7173,56 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
line-height: 1.1;
font-weight: 700;
letter-spacing: 0em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
margin-top: 52px;
- margin-bottom: 24px
+ margin-bottom: 24px;
}
.page-body-header--secondary:lang(ar) {
line-height: 1.3;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(ja) {
line-height: 1.175;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(ko) {
line-height: 1.2;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(th) {
line-height: 1.35;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -6568,44 +7230,55 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 32px;
line-height: 1.125;
font-weight: 700;
- letter-spacing: .004em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.004em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-body-header--secondary:lang(ar) {
line-height: 1.34375;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(ja) {
line-height: 1.21875;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(ko) {
line-height: 1.21875;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -6614,149 +7287,168 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 28px;
line-height: 1.14286;
font-weight: 700;
- letter-spacing: .007em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.007em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.page-body-header--secondary:lang(ko) {
line-height: 1.25;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(th) {
line-height: 1.39286;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(ar) {
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(ja) {
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-body-header--secondary:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@media only screen and (max-width: 1068px) {
.page-body-header--secondary {
margin-top: 48px;
- margin-bottom: 20px
+ margin-bottom: 20px;
}
}
@media only screen and (max-width: 734px) {
.page-body-header--secondary {
- margin-top: 44px
+ margin-top: 44px;
}
}
.page-body-header:first-child {
- margin-top: 8px
+ margin-top: 8px;
}
@media only screen and (max-width: 1068px) {
.page-body-header:first-child {
- margin-top: 12px
+ margin-top: 12px;
}
}
@media only screen and (max-width: 734px) {
.page-body-header:first-child {
- margin-top: 12px
+ margin-top: 12px;
}
}
.page-body-header:last-child {
- margin-bottom: 0
+ margin-bottom: 0;
}
-
.category-eyebrow {
font-size: 12px;
line-height: 1.33337;
font-weight: 700;
- letter-spacing: -.01em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.01em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.category-eyebrow:lang(ar) {
line-height: 1.66667;
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(ja) {
line-height: 1.41667;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(ko) {
line-height: 1.41667;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.category-eyebrow:lang(th) {
line-height: 1.33337;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__category,
.category-eyebrow__date {
- display: block
+ display: block;
}
@media only screen and (max-width: 1068px) {
-
.category-eyebrow__category,
.category-eyebrow__date {
- margin-right: -7px
+ margin-right: -7px;
}
}
@media only screen and (max-width: 734px) {
-
.category-eyebrow__category,
.category-eyebrow__date {
- margin-right: 0
+ margin-right: 0;
}
}
@@ -6764,18 +7456,18 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
.category-eyebrow__category::before,
.category-eyebrow__date::after,
.category-eyebrow__date::before {
- alt: ''
+ alt: "";
}
.category-eyebrow__category {
text-transform: uppercase;
color: #6e6e73;
- border-color: #6e6e73
+ border-color: #6e6e73;
}
.theme-dark .category-eyebrow__category {
color: #86868b;
- border-color: #86868b
+ border-color: #86868b;
}
@media only screen and (max-width: 1068px) {
@@ -6783,52 +7475,63 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 12px;
line-height: 1.33337;
font-weight: 400;
- letter-spacing: -.01em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: -0.01em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
border-radius: 12px;
padding-left: 11px;
padding-right: 11px;
padding-top: 3px;
- padding-bottom: 3px
+ padding-bottom: 3px;
}
.landingtile-featured .category-eyebrow__category:lang(ar) {
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(ja) {
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(ko) {
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.landingtile-featured .category-eyebrow__category:lang(th) {
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.landingtile-featured .category-eyebrow__category:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@@ -6836,107 +7539,128 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 14px;
line-height: 1.28577;
font-weight: 600;
- letter-spacing: -.016em;
- font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: -0.016em;
+ font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.category-eyebrow__date:lang(ar) {
letter-spacing: 0em;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(ja) {
line-height: 1.35718;
letter-spacing: 0em;
- font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(ko) {
line-height: 1.42859;
letter-spacing: 0em;
- font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(zh) {
- letter-spacing: 0em
+ letter-spacing: 0em;
}
.category-eyebrow__date:lang(th) {
line-height: 1.35718;
letter-spacing: 0em;
- font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.category-eyebrow__date:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.page-article .category-eyebrow__date {
- margin-top: 4px
+ margin-top: 4px;
}
.category.component {
margin-top: 0;
- margin-bottom: 20px
+ margin-bottom: 20px;
}
-
.article-subhead {
font-size: 24px;
line-height: 1.16667;
font-weight: 500;
- letter-spacing: .009em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 0.009em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
margin-top: 20px;
- margin-bottom: 0
+ margin-bottom: 0;
}
.article-subhead:lang(ar) {
line-height: 1.33341;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(ja) {
line-height: 1.25;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(ko) {
line-height: 1.29167;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(th) {
line-height: 1.375;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
@@ -6944,70 +7668,81 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 21px;
line-height: 1.19048;
font-weight: 500;
- letter-spacing: .011em;
- font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ letter-spacing: 0.011em;
+ font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
+ "Arial", sans-serif;
}
.article-subhead:lang(ja) {
line-height: 1.2381;
- font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
+ "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
+ "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(ko) {
line-height: 1.2858;
- font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
+ "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(th) {
line-height: 1.381;
- font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
+ "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(ar) {
line-height: 1.4286;
- font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-CN) {
- font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-HK) {
- font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-MO) {
- font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
+ "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.article-subhead:lang(zh-TW) {
- font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
+ font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
+ "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
}
@media only screen and (max-width: 1068px) {
.article-subhead {
- margin-top: 16px
+ margin-top: 16px;
}
}
-.article-subhead+.share-sheet {
- margin-top: 24px
+.article-subhead + .share-sheet {
+ margin-top: 24px;
}
@media only screen and (max-width: 1068px) {
- .article-subhead+.share-sheet {
- margin-top: 20px
+ .article-subhead + .share-sheet {
+ margin-top: 20px;
}
}
-.article-subhead+.tags-sheet {
+.article-subhead + .tags-sheet {
margin-top: 24px;
margin-bottom: 3px;
}
@media only screen and (max-width: 1068px) {
- .article-subhead+.tags-sheet {
+ .article-subhead + .tags-sheet {
margin-top: 20px;
margin-bottom: 3px;
}
@@ -7018,7 +7753,6 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
padding: 16px 0px 0px 0px;
}
-
.footer-main {
margin: 0 auto;
width: 100%;
@@ -7073,7 +7807,6 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
}
}
-
.footer-main {
margin: 0 auto;
width: 100%;
@@ -7133,8 +7866,6 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
}
}
-
-
.foot-nav-items .item {
display: flex;
flex-direction: column;
@@ -7164,19 +7895,18 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 14px;
}
-
.page-article table {
overflow: auto;
display: block;
border-spacing: 0;
border-collapse: collapse;
margin-top: 1rem;
- margin-bottom: 1rem
+ margin-bottom: 1rem;
}
.page-article table tr th,
.page-article table tr td {
- padding: .5rem 1rem;
+ padding: 0.5rem 1rem;
border: 1px solid #e9ecef;
}
@@ -7189,7 +7919,6 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
border-radius: 8px;
}
-
.theme-dark table th,
.theme-dark table td {
color: #eee !important;
@@ -7211,7 +7940,7 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
font-size: 12px;
line-height: 1.33337;
font-weight: 400;
- letter-spacing: -.01em;
+ letter-spacing: -0.01em;
min-width: 23px;
padding-left: 11px;
padding-right: 11px;
@@ -7225,7 +7954,7 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
.tag:hover {
text-decoration: none;
- background: #0077ED;
+ background: #0077ed;
}
.article-copyright {
@@ -7254,7 +7983,6 @@ html.no-touch.no-reduced-motion .tile.tile-list[data-focus-method=key] .media--v
}
}
-
@media only screen and (max-width: 1068px) {
.article-copyright .content {
margin: 0 16px;
@@ -7275,8 +8003,7 @@ section.archive {
font-size: 24px;
line-height: 1.16667;
font-weight: 700;
- letter-spacing: .009em;
- ;
+ letter-spacing: 0.009em;
}
.archive-tag {
@@ -7292,7 +8019,6 @@ a.tag_post-content {
font-size: 17px;
}
-
.tag-post-list li {
padding: 0.3em 0;
margin: 0px 1em;
@@ -7317,5 +8043,5 @@ span.tag-date {
}
.tag-post-list li {
margin: 0px 0em;
- }
-}
\ No newline at end of file
+ }
+}