@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
.container-fluid {
    max-width:1200px;
}
ul,ol {
    list-style: none;
    margin:0;
    padding:0;
}

button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'Google Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:bold;
    font-family: 'Noto Serif', serif;
}
.btn,
.form-control {
    border-radius:0;
}
/* header */
.ph .language .submenu {
    position:absolute;
    top:calc(100% - 5px);
    right:0;
    background-color:white;
    border:1px solid rgba(0, 0, 0, 0.176);
    box-shadow:rgba(0, 0, 0, 0.15) 0px 8px 8px 0px;
    padding-top:5px;
    padding-bottom:5px;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}
.language.expanded .submenu {
    opacity:1;
    visibility:visible;
}
.ph .language .submenu a {
    padding-left:10px;
    padding-right:10px;
}

.offcanvas .language {
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
    margin-left:10px;
}
.language {
    position:relative;
}
.language button {
    display:inline-block;
    vertical-align:middle;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    line-height:40px;
}
.language button::before,
.language button::after {
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:20px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
}
.language button::before {
    background-image:url(../images/globe.svg);
    margin-right:5px;
}
.language button::after {
    background-image:url(../images/arrow_carrot-down.svg);
    margin-left:3px;
}
.language.expanded button::after {
    background-image:url(../images/arrow_carrot-up.svg);

}
.language .submenu {
    line-height:30px;
}
.language .submenu a {
    color:#999;
}
.language .submenu .active a {
    color:#111;
}
.offcanvas .user {
    background-color:#f9f9f9;
    line-height:40px;
    font-size:14px;
}
.topbar {
    background-color:#f9f9f9;
    font-size:12px;
    line-height:30px;
    text-transform:uppercase;
}
.topbar time {
    padding-left:10px;
}
.user {
    font-weight:700;
}
.user a {
    margin-left:15px;
}
.user .subscribe::before,
.user .login::before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:16px;
    height:16px;
    background-size:contain;
    background-repeat:no-repeat;
    margin-right:5px;
}
.user .subscribe::before {
    background-image:url(../images/plus-circle.svg);
}
.user .login::before {
    background-image:url(../images/user.svg);
}
.user .support {
    background-color:black;
    color:white;
    padding-left:10px;
    padding-right:10px;
    border:1px solid transparent;
    line-height:28px;
}

.ph {
    background-color:white;
    border-bottom:1px solid #d9d9d9;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding:10px;
    position:sticky;
    top:0;
    transition:padding 0.3s, box-shadow 0.3s;
    z-index:1001;
}
.sticky-header-active .ph {
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    padding-bottom:6px;
    padding-top:6px;
}
.ph .logo {
    max-width:300px;
    transition:max-width 0.3s;
}
.sticky-header-active .ph .logo {
    max-width:230px;
}
.ph .logo a {
    display:block;
}

.icon {
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    background-position:center;
    background-size:20px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.icon-search {
    background-image:url(../images/search.svg);
    background-size:20px;
}
.icon-menu {
    background-image:url(../images/menu.svg);
}
.navbar-toggler .icon {
    width:20px;
}
.offcanvas-navbar-open .navbar-toggler .icon {
    opacity:0;
    visibility:hidden;
}
.icon-close,
.offcanvas-navbar-open .navbar-toggler {
    background:url(../images/x.svg) center / 24px no-repeat;
}

.icon-caret {
    background-image:url(../images/arrow_carrot-down.svg);
    background-size:20px
}
.expanded > .icon-caret {
    background-image:url(../images/arrow_carrot-up.svg);
}
.pn {
    background-color:white;
    border-bottom:1px solid #d9d9d9;
    display:none;
    font-size: 14px;
    line-height: 20px;
    position:sticky;
    top:61px;
    transition:top 0.3s;
    z-index:1000;
}
.sticky-header-active .pn {
    top:53px;
}

.pn .icon-caret {
    width:20px;
    height:20px;
}
.pn a {
    display:inline-block;
    padding-top:10px;
    padding-bottom:10px;
}
.pn .menu > li {
    margin-right:1px;
    text-align:center;
}
.pn .menu > li > a {
    font-weight: 600;
}
.pn .menu > li.has-submenu {
    display:flex;
    align-items:center;
    justify-content:center;
}
.pn .menu > li.has-submenu > a {
    flex:0 0 auto;
    white-space:nowrap;
}
.pn .menu > li > .submenu {
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background-color:white;
    border-bottom:1px solid #d9d9d9;
    border-top:1px solid #d9d9d9;
    display:flex;
    justify-content:center;
    opacity:0;
    visibility:hidden;
}
.pn .menu > li.expanded > .submenu {
    opacity:1;
    visibility:visible;
}
.pn .menu > li.expanded > a {
    box-shadow:inset 0 -4px 0 #cc0000;
}
.pn .menu > li.active > a {
    box-shadow:inset 0 -4px 0 #111;
}
.pn .submenu a {
    padding-left:8px;
    padding-right:8px;
}
.pn a:hover {
    background-color:#f5f5f5;
}
.pn .submenu .active {
    font-weight:700;
}
@media (min-width:1325px) {
    .pn {
        display:block;
    }
}
@media (min-width:1440px) {
    .pn .menu > li > a {
        padding-left:8px;
        padding-right:8px;
    }
}
@media (max-width:1439px) {
    .pn .menu > li {
        flex-grow:1;
    }
}

.offcanvas .has-submenu {
    position:relative;
}
.offcanvas .has-submenu > a {
    margin-right:40px;
}
.offcanvas .has-submenu .icon-caret {
    position:absolute;
    top:0;
    right:0;
}
.offcanvas .submenu {
    display:none;
}
.offcanvas .expanded > .submenu {
    display:block;
}

.navbar {
    padding:0;
}
.offcanvas form {
    background-color:#f5f5f5;
    padding:0.5rem;
}
.offcanvas form .btn {
    background-color:white;
    border:1px solid black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.offcanvas form .btn:hover {
    background-color:black;
    color:white;
}
.offcanvas form .form-control {
    border-width:0;
}
.offcanvas-body {
    padding:0;
}
.offcanvas .menu {
    border-bottom:1px solid #d9d9d9;
}
.offcanvas .menu li {
    border-top:1px solid #d9d9d9;
}
.offcanvas .menu > li > a {
    font-weight:700;
}
.offcanvas .menu a {
    display:block;
    line-height:40px;
    padding-left:10px;
}
.offcanvas .menu a:hover {
    background-color:#f5f5f5;
}
.offcanvas .menu li.active > a {
    box-shadow:inset 4px 0 0 #cc0000;
}
.offcanvas .submenu {
    padding-left:15px;
}
.offcanvas .submenu a {
    padding-left:15px;
}

.offcanvas-navbar-open .offcanvas,
.offcanvas-navbar-open .offcanvas-backdrop {
    top:var(--sticky-nav-offset, 99px);
}

@media (max-width:499px) {
    .ph .logo {
        width:245px;
    }
    .ph .language button {
        font-size:0;
    }
    .ph .language button::before,
    .ph .language button::after {
        margin-left:0;
        margin-right:0;
    }
    .offcanvas-navbar-open .offcanvas,
    .offcanvas-navbar-open .offcanvas-backdrop {
        top:var(--sticky-header-height, 61px);
    }
    .topbar {
        display:none!important;
    }
}

/* home page */
.news-ticker {
    font-size:15px;
    line-height:40px;
    background-color:#f9f9f9;
}
.nt-title {
    background: #CC0000;
    background: linear-gradient(130deg,rgba(204, 0, 0, 1) 0%, rgba(140, 0, 0, 1) 100%);
    color:white;
    font-weight:bold;
    font-size:14px;
    line-height:34px;
    padding-left:8px;
    padding-right:8px;
    text-transform:uppercase;

}
.nt-content {
    flex:1;
}
.nt-content span {
    padding-left:10px;
}
.nt-content span::after {
    display:inline-block;
    vertical-align:middle;
    content:"•";
    margin-left:10px;
    font-size:24px;
}
.nt-content a:hover {
    text-decoration:underline;
}

.block a:hover {
    text-decoration:underline;
}
.block figure a {
    display:block;
}
.block figure img {
    width:100%;
}
.block summary {
    max-height: 55px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}
.text-muted {
    font-size:14px;
    padding-top:5px;
}
.text-muted time::after {
    content:"|";
    margin-left:5px;
    margin-right:5px;
}
.author {
    font-family: 'Noto Serif', serif;
    font-size:14px;
    color:#666;
    padding-bottom:10px;
    display:flex;
    align-items:center;
}
.author .avatar {
    flex:0 0 40px;
    width:40px;
    height:40px;
    border-radius:50%;
    overflow:hidden;
    margin-right:10px;
}
.author .avatar img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.block {
    padding-bottom:30px;
}
.block article {
    position:relative;
}
.breaking-label {
    background: #CC0000;
    background: linear-gradient(130deg,rgba(204, 0, 0, 1) 0%, rgba(140, 0, 0, 1) 100%);
    color:white;
    font-weight:bold;
    font-size:16px;
    line-height:36px;
    padding-left:15px;
    padding-right:15px;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    text-transform:uppercase;
    box-shadow:0 12px 20px #6a738138;
}
.headlines {
    padding-top:20px;
}
.block h2 {
    font-size:18px;
}
.headline h2 {
    font-size:24px;
}
.block figure > a {
    position:relative;
    overflow:hidden;
    padding-top:56.25%;
}
.block figure > a img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.block-list li:nth-child(n+2) article {
    border-top:1px solid #d9d9d9;
    padding-top:15px;
    margin-top:15px;
}


h2.block-title {
    border-top:1px solid black;
    font:bold 15px/20px 'Google Sans', sans-serif;
    text-transform:uppercase;
    padding-top:10px;
    padding-bottom:5px;
}
.block-title > a {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.block-title > a::after {
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../images/arrow-right.svg) center / 15px no-repeat;;
    margin-left:3px;
}
.block-title > a:hover {
    text-decoration:none;
}
.sections ul {
    padding-bottom:20px;
}
.sections li h2 {
    font-size:18px;
}

.podcast-list {
    background-color:#202C41;
    color:white;
    padding-top:30px;
    margin-bottom:20px;
    padding-bottom:15px;
}
.podcast-list li {
    padding-bottom:15px;
}
.podcast-list h2.block-title {
    border-color:rgba(255,255,255,0.5);
    border-color:#C49F5B;
}
.podcast-list h2.block-title a::after {
    background:white;
    mask:url(../images/arrow-right.svg) center / 15px no-repeat;
    -webkit-mask:url(../images/arrow-right.svg) center 15px / no-repeat;
}
.latest-updates {
    scroll-margin-top:var(--sticky-nav-offset, 100px);
}
.latest-updates-list li {
    border-bottom:1px solid #d9d9d9;
    position:relative;
    margin-bottom:15px;
    padding-bottom:15px;
}
.latest-updates-list article {
    display:flex;
    justify-content:space-between;
}
.latest-updates-list time {
    order:1;
    font-size:14px;
    color: var(--bs-secondary-color);
    flex:0 0 12%;
}
.latest-updates-list figure {
    order:3;
    flex:0 0 35%;
    margin-bottom:0;
}
.latest-updates-list article > div {
    order:2;
    flex:0 0 48%;
}
.latest-updates-list h2 {
    font-size:18px;
    line-height:24px;
    margin-bottom:6px;
}
.latest-updates-list summary {
    max-height:none;
}
@media (max-width:575px) {
    .latest-updates-list article {
        display:block;
    }

    .latest-updates-list figure {
        float:left;
        width:40%;
        margin-right:15px;
        margin-bottom:0;
    }
    .latest-updates-list li article::after {
        content:"";
        display:table;
        clear:both;
    }
}
.pagination-nav {
    padding-top:20px;
}
.pagination-nav .page-link {
    border-color:#111;
    color:#111;
    font-weight:700;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius:0;
}
.pagination-nav .page-item.active .page-link {
    background-color:#111;
    border-color:#111;
    color:white;
}
.pagination-nav .page-item.disabled .page-link {
    border-color:#d9d9d9;
    color:#777;
}

.adblock {
    background-color:#f2f2f2;
    text-align:center;
    padding-top:10px;
    padding-bottom:20px;
}
.adblock.leaderboard {
    border-bottom:1px solid black;
}
.adblock.right {
    margin-bottom:30px;
}
.adblock::before {
    content:"Advertisement";
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    opacity:0.5;
    display:block;
    padding-bottom:5px;
}
@media (min-width:768px) {
    .list-1 article figure img {
        width:100%;
    }
    .headlines .headline figure > a {
        padding-top:66.67%;
    }
    .column {
        flex:1;
    }
    .sidebar {
        flex:0 0 calc(300px + var(--bs-gutter-x));
    }
}
@media (min-width:992px) {
    .list-3 {
        padding-top:30px;
    }
    .list-3 li:nth-child(n+2) article {
        position:relative;
    }
    .list-3 li:nth-child(n+2) article::before {
        content:"";
        display:block;
        width:1px;
        height:100%;
        background:#d9d9d9;
        position:absolute;
        left:calc(var(--bs-gutter-x) * -0.75);
        top:0;
    }
    .list-4 figure {
        float:right;
        margin-left:20px;
        width:100px;
        height:100px;
        margin-bottom:0;
    }
    .list-4 figure > a {
        padding-top:100%;
    }
}
@media (min-width:1200px) {
    .sections > .row > div {
        flex:0 0 20%;
    }
}
@media (max-width:991px) {
    .grid-list li article,
    .list-1 li:first-child article {
        border-top:1px solid #d9d9d9;
        padding-top:15px;
        margin-top:15px;
    }
    .grid-list figure,
    .list-1 figure {
        float:left;
        width:40%;
        margin-right:15px;
        margin-bottom:0;
    }
    .grid-list li article::after,
    .list-1 li article::after {
        content:"";
        display:table;
        clear:both;
    }
    .list-1 li article summary {
        display:none;
    }
}
@media (max-width:767px) {
    .headline figure,
    .adblock.right {
        margin-left:calc(var(--bs-gutter-x) * -.5);
        margin-right:calc(var(--bs-gutter-x) * -.5);
    }
    .list-4 li article,
    .list-2 li:first-child article {
        border-top:1px solid #d9d9d9;
        padding-top:15px;
    }
    .list-4 figure {
        float:left;
        width:40%;
        margin-right:15px;
        margin-bottom:0;
    }
    .list-4 li article::after {
        content:"";
        display:table;
        clear:both;
    }
    .list-4 {
        margin-top:-15px;
    }
}
@media (max-width:575px) {
    .topic-list li:nth-child(n+2) article,
    .grid-list li:first-child article {
        border-top:1px solid #d9d9d9;
        padding-top:15px;
        margin-top:15px;
    }
    .featured-topic li figure,
    .grid-list li figure,
    .block-list li figure {
        float:left;
        width:40%;
        margin-right:15px;
        margin-bottom:0;
    }
    .grid-list li article::after,
    .block-list li article::after {
        content:"";
        display:table;
        clear:both;
    }
    .more-news summary,
    .list-1 summary,
    .block-list summary {
        display:none;
    }
}

/* footer */
.pf {
    border-top:1px solid #d9d9d9;
    padding-top:30px;
    font-size:12px;

}
.pf .logo {
    max-width:230px;
    padding-bottom:20px;
}
.pf a:hover {
    text-decoration:underline;
}
.pf-menu {
    display:flex;
    flex-wrap:wrap;
    line-height:18px;
}
.pf-menu > li > a {
    font-size:13px;
}
@media (min-width:768px) {
    .pf-menu > li {
        flex:0 0 20%;
        padding-bottom:20px;
    }
    .pf-menu > li > a {
        font-weight:700;
        text-transform:uppercase;
    }
    .pf-menu > li li {
        padding-top:5px;
        font-weight:500;
    }
}
@media (max-width:767px) {
    .pf-menu > li ul {
        display:none;
    }
    .pf-menu > li {
        padding:0 5px 5px;
    }
    .pf-menu {
        justify-content:center;
    }
    .pf .logo {
        margin-left:auto;
        margin-right:auto;
    }
}
.about-menu {
    font-size:11px;
    padding-bottom:10px;
}
.about-menu li {
    padding:0 5px;
}

.social {
    border-top:1px solid #d9d9d9;
    padding-top:10px;
    margin-top:10px;
    padding-bottom:20px;
}
.social strong {
    flex:none;
    padding-right:22px;
    font-size:14px;
    padding-top:12px;
}
.socials {
    gap:5px;
}
.socials a {
    display:block;
    border-radius:50%;
    border:1px solid transparent;
}
.socials a:hover {
    background-color:#f5f5f5;
}
.socials a::before {
    content:"";
    display:block;
    width:40px;
    height:40px;
    background-size:20px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.socials .facebook a::before {
    background-image:url(../images/social_facebook.svg);
}
.socials .twitter a::before {
    background-image:url(../images/social_twitter_x.svg);
}
.socials .linkedin a::before {
    background-image:url(../images/social_linkedin.svg);
}
.socials .youtube a::before {
    background-image:url(../images/social_youtube.svg);
}
.socials .instagram a::before {
    background-image:url(../images/instagram.svg);
}
.socials .whatsapp a::before {
    background-image:url(../images/whatsapp.svg);
}
.socials .telegram a::before {
    background-image:url(../images/social_telegram.svg);
}
.socials .bluesky a::before {
    background-image:url(../images/bluesky.svg);
}
.socials .msn a::before {
    background-image:url(../images/msn.svg);
}
.copyright {
    border-top:1px solid #d9d9d9;
    padding-top:20px;
    text-align:center;
    margin-top:20px;
    padding-bottom:20px;
}
.subscriber-banner {
    position:fixed;
    z-index:100;
    bottom:15px;
    left:0;
    right:0;
    width: 80%;
    margin:0 auto;
    background-color: #f2f2f2;
    box-shadow:0 2px 6px 3px rgba(0, 0, 0, 0.2);
    padding:15px 40px;
    max-width:1200px;
    border:1px solid black;
}
.subscriber-banner span {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Noto Serif', serif;
}
.subscriber-banner form .btn {
    border:1px solid black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background-color:black;
    color:white;
}
.subscriber-banner form .btn:hover {
    background-color:white;
    color:black;
}
@media (min-width:768px) {
    .subscriber-banner strong {
        display:inline;
    }
    .subscriber-banner a {
        margin-left:15px;
        margin-top:0;
    }
}
@media (min-width:992px) {
    .subscriber-banner form {
        margin-left:10px;
        margin-right:10px;
    }
}
@media (max-width:991px) {
    .subscriber-banner .icon-close {
        position:absolute;
        top:0;
        right:0;
    }
    .subscriber-banner span {
        display:block;
        margin-bottom:10px;
    }
}
/* section page */
.section-title {
    font-weight:bold;
    font-size:28px;
    line-height:28px;
    font-family: 'Noto Serif', serif;
    text-transform:uppercase;
}
/* article page */
.article-header {
    padding-bottom:20px;
}
.article-header h1 {
    font-size:2rem;
}
.article-header .byline {
    font-family: 'Noto Serif', serif;
}
.article-header .byline a {
    font-weight:bold;
}
.article-header .byline a:hover {
    text-decoration:underline;
}
.article-header .byline span {
    padding-right:30px;
}
.article-header ul {
    gap:10px 0;
}
.article-header li {
    border-right:1px solid #d9d9d9;
    padding-right:10px;
    margin-right:10px;
    font-size:14px;
    line-height:14px;
}
.article-header li:last-child {
    border-right:0;
    margin-right:0;
}
.article-header a:hover {
    text-decoration:underline;
}
.article-header .active {
    font-weight:bold;
}
.img-box {
    position:relative;
}
.img-box img {
    width:100%;
}
.img-box.center {
    margin-left:auto;
    margin-right:auto;
}
.img-box figcaption {
    font-family: 'Google Sans';
    display: block;
    font-size: 14px;
    line-height:18px;
    color:#666;
    padding-top:10px;
    padding-bottom:15px;
}
.img-box .credit {
    display: block;
    color:white;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px;
    background-color: rgb(32, 34, 36);
    font-size: 12px;
    line-height:14px;
    opacity:0.65;
}
.article-content {
    font-family: 'Noto Serif', serif;
    padding-bottom:30px;
}
.article-content > * {
    margin-bottom: 0.78125rem;
}
.article-content a {
    text-decoration:underline;
    font-weight:bold;
}
.article-content a:hover {
    text-decoration:none;
}
@media (min-width:768px) {
    .article-content {
        font-size:18px;
        line-height: 1.875rem;
    }
    .article-content > * {
        margin-bottom: 0.9375rem;
    }
    .article-content::after {
        content:"";
        display:table;
        clear:both;
    }
    .img-box.right {
        float: right;
        margin-left:1rem;
        width:50%;
        max-width:300px;
    }
}
.whatsapp-follow-box {
}

.newsletter-form-container {
    max-width:700px;
    margin:40px auto;
}
.article-sub-box {
    position:relative;
    padding-bottom:2rem;
}
.article-sub-box #article-sub-input {
    margin-right:83px;
}
.article-sub-box .submit-newsletter-form {
    position:absolute;
    bottom:2rem;
    right:2rem;
    line-height:40px;
    padding-top:0;
    padding-bottom:0;
}
.whatsapp-follow-box{
    margin:1.5rem auto;
    clear:both;
    font-family: 'Google Sans', sans-serif;
    font-size:16px;
    line-height:20px;
    text-align:center;
    max-width:320px;
    background:#25d366;
    color:#fff;
    padding:1rem 1.5rem 1.5rem;
    border-radius:8px;
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);
    box-shadow:0 2px 4px rgba(0,0,0,.1);
}
.whatsapp-follow-box>div>p{font-size:15px;padding-top:5px;padding-bottom:5px;}
.whatsapp-follow-box>a{background-color:#fff;color:#075e54;text-decoration:none;padding:8px 12px;border-radius:6px;font-weight:700;transform:scale(1)}
.whatsapp-follow-box>a:hover{background-color:#075e54;color:white}
.article-content ol li {
    list-style:decimal;
}
.article-content ul li {
    list-style:disc;
}
.article-content ol,
.article-content ul {
    margin-left:30px;
    margin-bottom:1.5rem;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-family: 'Google Sans', sans-serif;
}
.article-content h1 {font-size:2rem;}
.article-content h2 {font-size:1.75rem;}
.article-content h3 {font-size:1.5rem;}
.article-content h4 {font-size:1.25rem;}
.article-content h5 {font-size:1.125rem;}
.article-content h6 {font-size:1rem;}

.article-content blockquote{position:relative;padding:2rem 0 .5rem 1.5rem;}
.article-content blockquote>:not(p){padding-top:1.5rem}
.article-content blockquote p{font-weight:700;font-style:italic;font-size:1.4rem;line-height:1.4;margin-bottom:0}
.article-content blockquote::before{position:absolute;top:-1rem;left:-.5rem;content:"“";font-size:150px;line-height:150px;color:rgba(0,0,0,.1)}
@media (min-width:560px){
    .article-content blockquote{float:left;width:40%;padding:3rem 3rem .5rem 3rem}
    .article-content blockquote::before{top:0;left:0}
}
@media (min-width:768px) {
    .whatsapp-follow-box{float:right;margin-left:15px;}
}
@media (min-width:940px){
    .article-content blockquote{
        width:50%;padding:3rem;margin:0 0 0 -3rem;
    }
}

.article-related-col h3 {
    font-size: 18px;
}
.brands-belt {
    padding:20px 12px 40px;
}
.brands-belt label {
    display:block;
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
    opacity:0.5;
    text-align:center;
    padding-bottom:30px;
}
.brands-belt .d-flex {
    row-gap: 2rem;
    column-gap: 3rem;
}
/* newsletter popup */
.popup {
    max-width: 46.875rem;
    margin: auto;
    background: #fff
}

.popup .content {
    position: relative
}

.popup .content .popup-close {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url(../images/x.svg)center/24px no-repeat;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.popup-wp {
    position: fixed;
    z-index:10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.popup-wp:not(.show) {
    display: none
}
.popup-wp .logo {
    display:block;
    width:260px;
    height:42px;
    background:url(../images/logo.svg) center / contain no-repeat;
    margin:0 auto 20px;
}
.popup-newsletter {
    padding: .9375rem;
    text-align: center;
    width: 90%
}

.newsletter-campaign-form {
    font-size:14px;
    line-height:20px;
}

.popup-newsletter .title {
    font-weight:bold;
    font-size:18px;
}
.popup-newsletter .opt-out {
    cursor: pointer
}

.popup-newsletter .disclaimer {
    font-size:12px;
    color:#666;
}
.newsletter-options {
    padding-bottom:20px;
}
.popup-wp .newsletter-campaign-form label {
    display:block;
    margin-bottom:10px;
}
.popup-wp .newsletter-campaign-form > label input {
    border:1px solid #d9d9d9;
    font-size:1rem;
    padding:0.75rem 0.375rem;
    border-radius:0.25rem;
    width:100%;
    height:46px;
}
.popup-wp .submit-newsletter-form {
    background-color:#111;
    color:white;
    font-weight:bold;
    border-radius:0.25rem;
    border:1px solid #111;
    width:100%;
    height:46px;
    margin-bottom:10px;
}
.popup-wp .submit-newsletter-form:hover {
    background-color:white;
    color:#111;
    border:1px solid #111;
}
@media (max-width: 767px) {
    .popup .content {
        padding:30px
    }

    .popup-newsletter {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto
    }


    .newsletter-option label {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .popup .content {
        padding:60px;
        border: 1px solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 100vh;
        overflow: auto
    }

    .popup .content>* {
        max-width: 23.75rem;
        margin-left: auto;
        margin-right: auto
    }

    .popup .content .popup-close {
        width: 50px;
        height: 50px
    }

    .popup-wp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0,0,0,.8);

    }

}
/* leadership */
.leadership-block {
    position: relative;
}
.leadership {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
    padding-bottom:1.5rem;
}
.leadership li {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    padding: 1.5rem 0;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.leadership li:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
}
.leadership .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}
.leadership .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.leadership li:hover .image img {
    transform: scale(1.03);
}
.leadership .txt {
    padding: 0 1rem;
}
.leadership .position-label {
    font-size: .9375rem;
    line-height: 21px;
}
.leadership h2 {
    font-size: 1rem;
    line-height: 20px;
    font-family: 'Google Sans', sans-serif;
}
.leadership .wrapper {
    display: none;
}
.leadership .read-more {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-top: 8px;
}
.leadership .read-more span {
    border-bottom: 1px solid #111;
    padding-bottom: 1px;
}
.leadership-detail {
    border-bottom: 1px solid #d9d9d9;
    background:#00000080;
    position:fixed;
    top:0;
    right:0;
    z-index:10000;
    bottom:0;
    width:100%;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.3s ease, visibility 0.3s ease;
}
.leadership-detail.show {
    opacity:1;
    visibility:visible;
}
.leadership-detail-inner {
    width:90%;
    max-width: 1286px;
    background: white;
    margin-left: auto;
    height:100%;
    overflow-y: auto;
    padding-left:12px;
    padding-right:12px;
}
.leadership-detail-close {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/x.svg) center / 24px no-repeat;
    margin-left: auto;
    cursor: pointer;
    position:absolute;
    top:0;
    right:0;
}
.leadership-header {
    padding:40px 12px 12px;
    background-color:#f9f9f9;
}
.leadership-header h2 {
    font-family: 'Google Sans', sans-serif;
}
.leadership-detail-text .position-label {
    font-size: 1.125rem;
    line-height: 26px;
}
.leadership-content {
    border-top: 1px solid #d9d9d9;
    padding:12px;
}
@media (min-width:576px) {
    .leadership-header,
    .leadership-content {
        padding:30px;
    }
}
.leadership-detail-image {
    width: 40%;
    max-width:260px;
    float:right;
    margin-left:24px;
    margin-bottom:24px;
}
.leadership-detail-text {
    font-size: 1.125rem;
    line-height:30px;
}
.leadership-detail-text p {
    margin-bottom:30px;
}
/* partnerships */
.partner {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
    font-size: 0;
    margin: 10px 20px
}

.partner1 {
    background-image: url(../images/partnership/partner1.svg);
    width: 160px
}

.partner2 {
    background-image: url(../images/partnership/partner2.png);
    width: 191px
}

.partner3 {
    background-image: url(../images/partnership/partner3.svg)
}

.partner4 {
    background-image: url(../images/partnership/partner4.png);
    width: 105px;
    height: 45px
}

.partner5 {
    background-image: url(../images/partnership/partner5.svg);
    width: 142px
}

.partner6 {
    background-image: url(../images/partnership/partner6.png)
}

.partner7 {
    background-image: url(../images/partnership/partner7.jpg);
    width: 135px;
    height: 75px
}

.partner8 {
    background-image: url(../images/partnership/partner8.png);
    width: 250px
}

.partner9 {
    background-image: url(../images/partnership/partner9.png);
    width: 160px
}

.partner10 {
    background-image: url(../images/partnership/partner10.png);
    width: 125px
}

.partner11 {
    background-image: url(../images/partnership/partner11.jpg);
    width: 125px;
    height: 80px
}
/* author page */
.author-avatar {
    width:100px;
    height:100px;
    border-radius:50%;
    overflow:hidden;
    margin-right:26px;
}
.author-info h1{
    font-size:2rem;
    margin-bottom:0;
}
.author-title {
    font-family: 'Noto Serif', serif;
}
/* form styling */
main form {
    font-family: 'Google Sans', sans-serif;
}
.article-content .message {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Google Sans';
    text-align: center;
}
main form .quiet {
    font-size:14px;
    padding-bottom:20px;
}
main form label {
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:3px;
}
main form select,
main form input {
    border:1px solid #d9d9d9;
    font-size:14px;
    line-height:20px;
    padding:10px 12px;
    border-radius:3px;
    width:100%;
}
main form textarea {
    border:1px solid #d9d9d9;
    font-size:14px;
    line-height:20px;
    padding:10px 12px;
    border-radius:3px;
    width:100%;
}
.form-item {
    padding-bottom:20px;
}
main form button,
.form-submit button {
    background-color:white;
    border:1px solid black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height:21px;
    padding:0.375rem 0.75rem;
    cursor:pointer;
}
main form button:hover,
.form-submit button:hover {
    background-color:black;
    color:white;
}
.required {
    color:red;
    font-weight:bold;
}
@media (min-width:768px) {
    main form {
        border:1px solid rgba(33,27,41,0.25);
        padding:1rem 2rem;
    }
}
/* give to cdi */
.card {
    font-family: 'Google Sans', sans-serif;
    text-align:center;
    margin-bottom:1rem;
}
.card-body {
    padding:30px;
}
.card-title {
    margin-bottom:20px;
}
.card-text {
    text-align:left;
}
.article-content a.cta {
    text-decoration:none;
}
.cta {
    background-color:white;
    border:1px solid black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height:21px;
    padding:0.375rem 0.75rem;
    display:inline-block;
    vertical-align:middle;
}
.cta:hover {
    background-color:black;
    color:white;
}
.giving-levels {
    text-align:center;
}
.giving-levels p {
    padding-top:30px;
}
.giving-levels .text-muted {
    font-family: 'Google Sans', sans-serif;
    text-align:left;
    font-size:13px;
    line-height:18px;
}
/* 404 */
.error-page {
    height: 100%;
    max-width: 75rem;
    width: 100%;
    margin: auto;
    margin-bottom: 2.8125rem;
    width: 100%;
}
/*.error-body {
    padding-top: 5%;
}*/
.error-body h1 {
    font-size: 200px;
    line-height:200px;
    font-weight: 700;
    font-family: 'Google Sans', sans-serif;
    text-shadow: 4px 4px 0 #f5f6fa, 6px 6px 0 #868e96;
}