html, body {
    height: 100%;
    width: 100%;
}

.w8 {
    width: 80%;
    margin-left: 10%;
}

body {
    margin: 0;
    font-family: "Open Sans", serif;
    background: #FFFFFF;
    color: #333333;
    line-height: 1.4;
    display: block;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

.black {
    background: black;
    color: white;
}

.always-white, .always-white:focus, .always-white:visited, .always-white:hover {
    color: white !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
}

div.logo {
    background-image: url("../image/logo.jpeg");
    width: 248px;
    height: 105px;
}

.border-right {
    border-right: 3px solid #E0E0E0;
}

.border-bottom {
    border-bottom: 3px solid #E0E0E0;
    padding-bottom: 20px;
}

h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.most h2 {
    font-size: 20px;
    font-family: "Open Sans", serif;
}

.container {
    column-count: 2;
    column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    vertical-align: top;
    border-bottom: solid 3px #E0E0E0;
}

.container-wide {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    border-bottom: solid thin #E0E0E0;
}

.container > * {
    display: block;
}

.content {
    margin: 20px auto;
    overflow: auto;
    padding: 0 20px 125px;
    max-width: 2990px;
}

.topbar {
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    vertical-align: bottom;
    padding-bottom: 12px;
    border-bottom: 3px solid #E0E0E0;
    z-index: 10;
    min-height: 166px;
    max-width: 2990px;
    width: 80%;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 2990px;
    text-align: center;
}

.topbar .left {
    width: 280px;
    text-align: left;
}

.topbar .center {
    top: 0;
    display: inline-block;
    width: 280px;
    text-align: center;
}

.topbar .right {
    width: 280px;
    text-align: right;
    margin-bottom: 7px;
}

.logo:hover,
.logo:focus,
.logo:active {
    text-decoration: none;
}

a.logo, a.logo:hover {
    font-size: 90px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333333;
    display: inline-block;
    line-height: 70px;
    margin-top: 20px;
}

.logo .b {
    color: #0002f5;
}

a {
    text-decoration: none;
    color: #007bff;
}

.red {
    color: #dc3545;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #333333;
}


article a:visited {
    text-decoration: none;
    color: #6c757c;
}

article a:hover {
    text-decoration: none;
    color: #0056b3 !important;
}


.breadcrumb a {
    text-decoration: none;
}

.main-nav {
    padding-top: 2px;
    text-align: center;
}

.main-nav a:hover {
    text-decoration: none;
}

.main-article-text a.category, .main-nav a, .split-column a.category {
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
    margin-bottom: 12px;
    padding: 1px 8px;
    background: black;
    color: white;
    font-size: 13px;
    border-radius: 4px;
}

a.category, a.category:focus, a.category:visited {
    color: white;
}

.top-sections {
    display: flex;
    gap: 0;
    margin-bottom: 40px;
    border-bottom: solid 3px #E0E0E0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.weather {
    background-image: url("../image/weather-icon-17.png");
    height: 17px;
    width: 21px;
    /*margin-top: 2px;*/
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}

.main-article {
    display: flex;
    width: 64%;
    gap: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

.main-article-text {
    width: 46%; /* (30 / 64) * 100 */
    padding-right: 20px;
    box-sizing: border-box;
}

.main-article a:has(img) {
    width: 53%; /* (34 / 64) * 100 */
}

.main-article img {
    width: 100%;
    border-radius: 4px;
}

.most {
    margin-top: -34px;
    margin-bottom: 0;
    height: 115px;
    overflow: hidden;
}

.most table {
    display: inline-block;
}

.most-image {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.most-articles {
    margin-top: 7px;
    vertical-align: middle;
    position: relative;
}

.most-articles * {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.most-articles table {
    min-width: 280px;
}

.arrow {
    width: 18px;
    height: 25px;
    display: inline-block;
}

.red-arrow-left {
    background-image: url("../image/red_arrow_left.png");
    position: relative;
    margin-top: 19px;
}

.red-arrow-right {
    background-image: url("../image/red_arrow_right.png");
    position: relative;
    margin-top: 19px;
}

.white-arrow {
    width: 13px;
    height: 19px;
    display: inline-block;
    background-image: url("../image/white_arrow.png");
}

.right-articles {
    display: flex;
    width: 36%;
}

.first-article, .second-article {
    width: 50%; /* (18 / 36) * 100 */
    padding-left: 20px;
    box-sizing: border-box;
}

.main-article-text p, .category-header p, .text p, article p {
    font-size: 15px;
    color: #444;
}

.article-grid {
    margin-top: 30px;
    margin-bottom: 10px;
}

.card, .article-grid article {
    padding: 20px;
    display: block;
}

.card.first {
    display: flex;
    gap: 20px;
}

.article-right {
    flex: 1;
}

.card a, .card img {
    display: inline-block;
}

.article-page .breadcrumb {
    font-size: 12px;
    margin-bottom: 18px;
}

.article-page .breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.article-page .breadcrumb a:hover {
    text-decoration: underline;
}

.article {
    max-width: 820px;
    margin: 0 auto;
}

.article-title {
    font-size: 2.6rem;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.25;
}

.article-meta {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-top: 12px;
    margin-bottom: 28px;
}

.article-figure {
    margin: 32px 0;
    color: #666666;
}

.article-figure img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.article-figure figcaption {
    margin-top: 6px;
    font-size: 0.9rem;
    opacity: 0.7;
}

p {
    margin-bottom: 18px;
    font-size: 1.12rem;
    line-height: 1.68;
    margin-top: 0;
}

.split-layout {
    display: flex;
    gap: 20px;
}

.split-column {
    flex: 1;
}

.r20 {
    padding-right: 20px;
}

.split-column article {
    padding-top: 2px;
    padding-bottom: 2px;
}

.category-header {
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.little {
    background-image: url("../image/little_arrow.png");
    background-repeat: repeat-x;
    height: 11px;
    display: block;
    width: 80%;
    margin-left: 10%;
}

blockquote {
    padding: 18px 24px;
    background: #FFFFFF;
    border-left: 4px solid #E0E0E0;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.55;
    margin: 0 0 28px;
}

.related-section {
    margin-top: 35px;
}

.double {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.half {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.half.left {
    margin-right: 20px;
}


.first img {
    width: 200px;
    height: 200px;
}

footer {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    height: 50px;
    width: 100%;
    vertical-align: bottom;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.video-holder {
    position: relative;
    width: 100%;
    max-width: 497px;
    margin: 0 auto;
    overflow: hidden;
}

.video {
    width: 100%;
    height: auto;
    display: block;
}

div.all {
    width: 100%;
    position: relative;
    min-height: 100%;
}

.search button, .search input {
    display: inline-block;
    background: none;
}

.search button {
    height: 40px;
    width: 40px;
    border: none !important;
    cursor: pointer;
}

.search input {
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 40px;
    width: 200px;
    padding-left: 10px;
    font-size: 25px;
}

.search-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url('../image/search-50.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 7px;
}

div.right {
    text-align: right;
}


div.relative {
    position: relative;
}

div.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

a.button {
    color: white;
    border-radius: 4px;
    background-color: #037afa;
    padding: 1px 4px;
    text-decoration: none;
    display: inline-block;
}

.right-click-arrow {
    position: absolute;
    right: 0;
}

.move-right {
    margin-left: 20px;
}