@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #000;
    
}

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

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

ul.na__cop28-ul {
    list-style-position: outside;
    color: rgba(0, 0, 0, 0.75);
    font-family: PT serif;
    font-size: 18px;
    line-height: 32px; /* 120% */
    margin-bottom: 24px;
    padding-left: 2rem;
}

.avatar {
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

ol.na__cop28-ol {
    list-style-position: outside;
    color: rgba(0, 0, 0, 0.75);
    font-family: PT serif;
    font-size: 18px;
    line-height: 32px; /* 120% */
    margin-bottom: 24px;
    padding-left: 2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .625rem;
    font-weight: 700;
    line-height: 1.2;
}

.na__cop28-nationlogo {
    display:block;
    height: 3.125rem;
    max-width: 90%;
    margin: 0 auto;
}

.na__cop28-at {
    height: 3.125rem;
    max-width: 90%;
    margin: 0 auto;
}

.na__cop28-logo {
    display:block;
    height: 3rem;
    max-width: 100%;
    margin: 0 auto;
}

nav {
    background-color: #31B781;
    padding-bottom: 9px;
    padding-top: 9px;
    position: fixed;
    z-index: 1;
    width: 100%;

} 

.na__cop28-topnav {
    max-width: 1248px;
    min-height: 4rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1px;
    padding-right: 10px;
}

.na__cop28-topnav span {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.na__cop28-container{
    width: 100%;
    display: flex;
    align-items: center;
}

.na__cop28-earthwise {
    width: 100%;
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

.na__cop28-homeindex {
    margin-top: 80px;
    width: 100%;
    align-items: center;
    flex-shrink: 0;
}

.na__cop28-index {
    margin-top: 140px;
    width: 100%;
    align-items: center;
    flex-shrink: 0;
}

.na__cop28-header {
    width: 100%;
    max-width: 1216px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 45px 35px;
    margin-left: auto;
    margin-right: auto;
    /*background: url(images/earthwise_bg.png), lightgray 50% / cover no-repeat;*/
}

.na__cop28-header-promo {
    background-color: beige;
    width: 100%;
    /* max-width: 1216px; */
    display: grid;
    grid-template-columns: 1fr;
    padding: 45px 35px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/earthwise_bg.png), lightgray 50% / cover no-repeat;
    
}

.na__cop28-headertext-title {
    color: #000;
    font-family: PT serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 25px;
    text-decoration: none;
}

.na__cop28-headertext {
    width: 100%;
    flex-shrink: 0;
    background: #FFF;
    padding: 35px 45px;
    text-decoration: none;
}

.na__cop28-header-image {
    width: 100%;
}

.na__cop28-header-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.na__cop28-headertext-category {
    color: #207B6C;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.na__cop28-storycard h2 {
    color: #000;
    font-family: PT serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin: 0;
    height: 72px;
    text-decoration: none;
}

.na__cop28-storycard h2 a {
    color: #000;
    font-family: PT serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin: 0;
    height: 72px;
    text-decoration: none;
}

.na__cop28-storycard h2 a:hover {
    color: #000;
    font-family: PT serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin: 0;
    height: 72px;
    text-decoration: none;
}

.na__cop28-headertext-paragraph {
    color: #000;
    font-family: PT serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-top: 20px;
}

.na__cop28-stories {
    width: 100%;
    max-width: 912px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    row-gap: 24px;
    column-gap: 2%;
    padding: 0rem 1rem;
}

.na__cop28-storycard {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    gap: 25px 25px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.na__cop28-storyfigure {
    width: 100%;
    height: 162px;
    overflow: hidden;
}

.na__cop28-storyfigure img {
    width:100%;
    height: 162px;
    overflow: hidden;
    object-fit: cover;
    cursor: pointer;
}

.na__cop28-storyfigure img:hover {
    width:100%;
    height: auto;
    object-fit: cover;
    transform: scale(1.2);
    transition: all .4s ease;
}

.na__cop28-storycard .play {
	position: absolute:
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.na__cop28-storyfigure-overlay {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

.na__cop28-storycategory {
    color: #207B6C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.na__cop28-storytitle {
    width: 283px;
    height: 72px;
    flex-shrink: 0;
    color: #000;
    font-family: PT Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    text-decoration: none;
}

.na__cop28-storyauthor {
    margin-bottom: 25px;
    color: #000;
    font-family: PT Serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    border-left: 2px solid #000;
    padding-left: 13px;
    text-decoration: none;
}

.na__cop28-footer {
    background-color: #31B781;
    height: 263px;
    width: 100%;
    font-family: PT Serif;
    font-size: 18px;
    text-align: center;
    padding: 120px 1.5rem;
}

.na__cop28-videos {
    max-width: 912px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    padding-left: 15px;
    font-family: PT Serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.na__cop28-follow {
    font-family: PT Serif;
    font-size: 18px;
}

/* Article Styles */

.na__article-headline {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
  }

  .na__cop28-stories-teaser{
    max-width: 912px;
    margin: 0px auto;
  }

.na__article-headlinetext {
    font-family: PT Serif;
    font-size: 2.5rem;
    letter-spacing: -1.26px;
    line-height: 45px;
    margin-top: 44px;
    margin-bottom: 44px;
    padding-left: 10rem;
    padding-right: 10rem; 
}

.na__hero-image {
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    width: 100%;
    max-width: 1216px;
    height: 437px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}

.na__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.na__cop28-story {
    max-width: 912px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.5rem;
    margin-bottom: 80px;
}

.na__cop28-article {
    max-width: 912px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.5rem;
}

.na__cop28-article p {
    color: rgba(0, 0, 0, 0.75);
    font-family: PT serif;
    font-size: 18px;
    line-height: 28px; /* 120% */
    margin-bottom: 24px;
}

.na__cop28-article h1 {
    color: rgba(0, 0, 0, 0.75);
    font-family: PT serif;
    font-size: 28px;
    line-height: 32px; /* 120% */
    margin-top: 35px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
}

.na__cop28-article h2 {
    color: rgba(0, 0, 0, 0.75);
    font-family: PT serif;
    font-size: 24px;
    line-height: 32px; /* 120% */
    margin-top: 35px;
    margin-bottom: 24px;
    font-style: italic;
    font-weight: 400;
}

.na__cop28-article img {
    width: 100%;
  }

  .na__cop28-articlecaption {
    margin-bottom: 25px;
    color: #000;
    font-family: PT Serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    border-left: 2px solid #000;
    padding-left: 13px;
    text-decoration: none;
    margin-top: 15px;
}

.na__cop28-stories-teaser h2 {
    color: #000;
    font-family: PT serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: px; /* 120% */
    margin-top: 44px;
    margin-bottom: 44px;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
    }
iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (max-width: 992px) {
    .na__cop28-nationlogo {
        display:block;
        height: 2.5rem;
        max-width: 90%;
        margin: 0 auto;
    }

    .na__cop28-at {
        display:block;
        height: 3rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .na__cop28-logo {
        display:block;
        height: 3rem;
        max-width: 100%;
        margin: 0 auto;
    }

    nav {
        background-color: #31B781;
        padding-bottom: 9px;
        padding-top: 9px;
        position: fixed;
        width: 100%;
    }

    .na__cop28-topnav {
        min-height: 4rem;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1px;
    }

    .na__cop28-topnav span {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .na__cop28-stories {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        row-gap: 24px;
        column-gap: 2%;
    }

    .na__article-headlinetext {
        font-family: PT Serif;
        font-size: 2.5rem;
        letter-spacing: -1.26px;
        line-height: 45px;
        margin-top: 44px;
        margin-bottom: 44px;
        padding-left: 2rem;
        padding-right: 2rem; 
    }
}

@media (max-width: 600px) {
    .na__cop28-nationlogo {
        display:block;
        height: 1.875rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .na__cop28-at {
        display:block;
        height: 1.875rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .na__cop28-logo {
        display:block;
        height: 2.35rem;
        max-width: 100%;
        margin: 0 auto;
    }
    nav {
        background-color: #31B781;
        padding-bottom: 9px;
        padding-top: 9px;
        position: fixed;
        width: 100%;
    }

    .na__cop28-topnav {
        min-height: 4rem;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .na__cop28-topnav span {
        display: flex;
        gap: 0.85rem;
        align-items: center;
    }
    
    .na__cop28-follow {
        display: none;
    }

    .na__article-headlinetext {
        font-family: PT Serif;
        font-size: 2.5rem;
        letter-spacing: -1.26px;
        line-height: 45px;
        margin-top: 44px;
        margin-bottom: 44px;
        padding-left: 2rem;
        padding-right: 2rem; 
    }

    .na__cop28-header {
        /* background-color: beige; */
        width: 100%;
        max-width: 1216px;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        /* background: url(images/Hero-carousal-2.webp), lightgray 50% / cover no-repeat; */
    }

    .na__cop28-earthwise {
        margin-bottom: 1rem;
        width: 100%;
        padding: 0 25px 5px 0;
        text-align: center;
    }
}

@media (max-width: 512px) {

    .na__cop28-header {
        /* background-color: beige; */
        width: 100%;
        max-width: 1216px;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        /* background: url(images/Hero-carousal-2.webp), lightgray 50% / cover no-repeat; */
    }

    .na__cop28-earthwise {
        margin-bottom: 1rem;
        width: 100%;
        padding: 0 25px 5px 0;
        text-align: center;
    }
    

    .na__cop28-stories {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(1, 100%);
        row-gap: 24px;
    }

    .na__cop28-storycard h2 {
        color: #000;
        font-family: PT serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 120% */
        margin: 0;
        height: auto;
    }

}