.newsarticle-support-section{
display: none;
}
.newsarticle-container {
    padding: 20px;  
}
/* What is Happening in Sudan*/
.newsarticle-breadcrumbs{
    margin-top: 40px;
}
.newsarticle-meta-calender-clock img {
    align-items: center;
    display: flex;
}
.newsarticle-breadcrumbs p {
    color: #177E38;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Mona Sans';
}
.newsarticle-breadcrumbs p span {
    color: #8E908B;
}
.newsarticle-main-heading h1 {
    color: #303430;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    font-family: 'Mona Sans';
    margin-bottom: 28px;
    margin-top: 28px;
}
.newsarticle-main-content {
    width: 66%;
}
.newsarticle-full-container {
    display: flex;
    justify-content: space-between;
    gap: 28px;
}
.newsarticle-main-content-image img {
    width: 100%;
    border-radius: 12px;
}
.newsarticle-meta-date-read {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 48px;
}
.newsarticle-meta-date-read img {
    width: 16px;
    height: 16px;
    border-radius: 0px;
}
.newsarticle-meta-calender-clock p {
    display: flex;
    gap: 8px;
    align-items: center;
}
.newsarticle-full-container .newsarticle-main-content .newsarticle-meta  span:nth-child(3) > img{
    width: 4px;
    height: 4px;
}
.newsarticle-meta-date-read p span {
    color: #8E908B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Mona Sans';
}
.newsarticle-meta-author p {
    color: #8E908B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Mona Sans';
}
@media (min-width: 768px) and (max-width: 991px){
    .newsarticle-full-container{
        display: block;
    }

    .newsarticle-story-card img {
        width: 100% !important;
    }
    .newsarticle-main-content {
        width: 100% !important;
    }
    .newsarticle-sidebar {
        width: 100% !important;
        margin-top: 50px;
    }
    .newsarticle-main-heading h1{
        font-size: 40px !important;
    }
    
    .newsarticle-related-stories-tags {
        display: grid !important;
        grid-template-columns: repeat(2, 2fr) !important;
    }
    .newsarticle-related-stories-tags span{
        margin-bottom: 12px !important;
        text-align: center !important;
    }
    .newsarticle-story-footer{
        display: block !important;
    }
    .newsarticle-calender-clock{
        margin-bottom: 12px !important;
    }
    .newsarticle-related-stories {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .newsarticle-related-stories h1{
        font-size: 40px !important;
    }
}
@media (max-width: 767px) {
    .newsarticle-container {
        padding: 10px;
    }
    .newsarticle-breadcrumbs{
        margin-top: 20px;
    }
    .newsarticle-main-heading h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 14px;
        margin-top: 14px;
    }
    .newsarticle-full-container{
        display: block;
    }
    .newsarticle-meta-date-read {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .newsarticle-meta-calender-clock p{
        display: flex;
    }
    .newsarticle-meta-date-read p span,
    .newsarticle-meta-author p{
        font-size: 14px;
        line-height: 20px;
    }
  }
/* In This Article*/
.newsarticle-article-links {
    margin-bottom: 36px;
}
.newsarticle-article-links h3 {
    color: #303430;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Mona Sans';
    margin-bottom: 24px;
}
.newsarticle-article-links a {
    text-decoration: underline;
    color: #177E38;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Mona Sans';
}
.newsarticle-article-links ul{
    padding-left: 20px;
}
.newsarticle-article-links ul li{
    list-style-type: initial !important;
    color: #177E38;
    padding-left: 14px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .newsarticle-article-links {
        margin-bottom: 18px;
    }
    .newsarticle-article-links h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .newsarticle-article-links ul li{
        margin-bottom: 6px;
        padding-left: 0px;
    }
    .newsarticle-article-links a{
        font-size: 14px;
        line-height: 20px;
    }
}
/* Criminal With No Consequences */
.newsarticle-criminals-with-no-consequence {
    margin-bottom: 48px;
}
.newsarticle-criminals-with-no-consequence h3 {
    color: #303430;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Mona Sans';
    margin-bottom: 24px;
}
.newsarticle-criminals-with-no-consequence p {
    color: #6E706C;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Mona Sans';
}
@media (max-width: 767px){
    .newsarticle-criminals-with-no-consequence {
        margin-bottom: 24px;
    }
    .newsarticle-criminals-with-no-consequence h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .newsarticle-criminals-with-no-consequence p {
        font-size: 14px;
        line-height: 20px;
    }
}
/* The Crimes */
.newsarticle-the-crimes {
    margin-bottom: 40px;
}
.newsarticle-the-crimes h3 {
    color: #303430;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Mona Sans';
    margin-bottom: 24px;
}
.newsarticle-the-crimes p {
    color: #6E706C;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Mona Sans';
    margin-bottom: 16px;
}
.newsarticle-the-crimes-image img {
    border-radius: 12px;
    width: 100%;
}
.newsarticle-the-crimes p a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #177E38;
}
.newsarticle-the-crimes ul{
    padding-left: 20px;
}
.newsarticle-the-crimes ul li{
    list-style-type: initial;
    color: #177E38;
}
.newsarticle-the-crimes ul li p {
    color: #6E706C;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 8px;
}
.newsarticle-the-crimes-image-text{
    margin-bottom: 48px;
}
.newsarticle-the-crimes-text p {
    color: #6E706C;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-top: 12px;
}
@media (max-width: 767px){
    .newsarticle-the-crimes {
        margin-bottom: 20px;
    }
    .newsarticle-the-crimes h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .newsarticle-the-crimes p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .newsarticle-the-crimes ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .newsarticle-the-crimes-image img {
        width: 100%;
    }
    .newsarticle-the-crimes-text p{
        margin-top: 6px;
    }
    .newsarticle-the-crimes-image-text {
        margin-bottom: 24px;
    }
}
/* The SAF */
.newsarticle-the-saf{
    margin-bottom: 48px;
}
.newsarticle-the-saf h3 {
    color: #303430;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Mona Sans';
    margin-bottom: 24px;
}
section.newsarticle-the-saf p {
    color: #6E706C;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Mona Sans';
    
}
.newsarticle-the-saf-first-paragraph,
.newsarticle-the-saf-long-political-standing-second-paragraph{
    margin-bottom: 24px;
}
.newsarticle-the-saf h4 {
    color: #303430;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Mona Sans';
    margin-bottom: 12px;
}
.newsarticle-the-saf-long-political-standing-first-paragraph {
    margin-bottom: 16px;
}
.newsarticle-the-saf-long-political-standing-second-paragraph a{
    text-decoration: underline;
}
.newsarticle-the-saf-image-text {
    margin-bottom: 48px;
}
.newsarticle-the-saf-text p {
    color: #6E706C;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-top: 12px;
}
.newsarticle-the-saf-image img {
    width: 100%;
}
@media (max-width: 767px){
    .newsarticle-the-saf h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    section.newsarticle-the-saf p {
        font-size: 14px;
        line-height: 20px;
    }
    .newsarticle-the-saf h4 {
        line-height: 30px;
    }
    .newsarticle-the-saf-long-political-standing-first-paragraph {
        margin-bottom: 8px;
    }
    .newsarticle-the-saf-first-paragraph, .newsarticle-the-saf-long-political-standing-second-paragraph {
        margin-bottom: 12px;
    }
    .newsarticle-the-saf {
        margin-bottom: 24px;
    }
    .newsarticle-the-saf-image img {
        width: 100%;
    }
    .newsarticle-the-saf-text p{
        margin-top: 6px;
    }
    .newsarticle-the-saf-image-text {
        margin-bottom: 24px;
    }
}
/* The SAF */
/* The RSF */
.newsarticle-the-rsf{
    margin-bottom: 48px;
}
.newsarticle-the-rsf h3 {
    color: #303430;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Mona Sans';
    margin-bottom: 24px;
}
section.newsarticle-the-rsf p {
    color: #6E706C;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Mona Sans';
    
}
.newsarticle-the-rsf-first-paragraph{
    margin-bottom: 24px;
}
.newsarticle-the-rsf h4 {
    color: #303430;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Mona Sans';
    margin-bottom: 12px;
}
.newsarticle-the-rsf-long-political-standing-first-paragraph {
    margin-bottom: 24px;
}
@media (max-width: 768px){
    .newsarticle-the-rsf h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    section.newsarticle-the-rsf p {
        font-size: 14px;
        line-height: 20px;
    }
    .newsarticle-the-rsf-first-paragraph {
        margin-bottom: 12px;
    }
    .newsarticle-the-rsf-long-political-standing-first-paragraph {
        margin-bottom: 12px;
    }
    .newsarticle-the-rsf {
        margin-bottom: 24px;
    }
}
/* The Bottom Line */
.newsarticle-the-bottom-line{
    margin-bottom: 48px;
}
.newsarticle-the-bottom-line h3 {
    color: #303430;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Mona Sans';
    margin-bottom: 24px;
}
.newsarticle-the-bottom-line p {
    color: #6E706C;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Mona Sans';
}
@media (max-width: 768px){
    .newsarticle-the-bottom-line {
        margin-bottom: 24px;
    }
    .newsarticle-the-bottom-line h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .newsarticle-the-bottom-line p {
        font-size: 14px;
        line-height: 20px;
    }
}
/* Tags */
  /* Tags Section */
  .newsarticle-tags-section {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
  } 
  .newsarticle-tags-section h6 {
    font-weight: 500;
    margin-right: 20px;
    color: #303430;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Mona Sans';
  } 
  .newsarticle-tag {
    background-color: #F7F7F7;
    color: #6E706C;
    font-size: 12px;
    padding: 5px 12px 5px 12px;
    margin: 0px 6px 0px 0px;
    border-radius: 28px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Mona Sans';
  }
  @media (max-width: 768px){
    .newsarticle-tags-section {
        margin-bottom: 14px;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 2fr);
    }
    .newsarticle-tags-section h6{
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .newsarticle-tag{
        margin-bottom: 6px;
        text-align: center;
        margin-right: 0px;
        font-size: 8px;
    }
  } 
  /* Share Section */
  .newsarticle-share-section {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
  } 
  .newsarticle-share-section h6 {
    font-weight: 500;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Mona Sans';
    color: #303430;
  } 
  .newsarticle-share-section img {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px #00000014;
    border-radius: 28px;
    padding: 12px;
    }
  .newsarticle-social-icon {
    margin: 0px 16px 0px 0px;
   
  }
  @media (max-width: 768px){
    .newsarticle-share-section {
        margin-bottom: 24px;
        display: block;
    }
    .newsarticle-share-section h6{
        margin-right: 0px;
        margin-bottom: 12px;
    }
  }
  /* About Author Section */
  .newsarticle-about-author {
    margin-bottom: 48px;
}
  .newsarticle-about-author h4 {
    color: #303430;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Mona Sans';
    margin-bottom: 12px;
}
.newsarticle-hr-line {
    color: #E2E4E2;
    height: 1px;
    margin-bottom: 24px;
}
.newsarticle-hr-line hr {
    border-top: 1px solid #E2E4E2; 
  } 
  .newsarticle-author-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #bdbdbd;
  }
  .newsarticle-about-card-heading-all-articles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.newsarticle-about-card-all-article-img {
    display: flex;
    gap: 8.5px;
}
.newsarticle-author-card img {
    width: 80px;
    height: 80px;
  }
.newsarticle-author-card .newsarticle-about-card-all-article-img img{
    width: 20px;
    height: 20px;
} 
  .newsarticle-author-info {
    margin-right: 36px;
    margin-top: 16px;
} 
  .newsarticle-about-card-heading-all-articles h5 {
    color: #303430;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
} 
 .newsarticle-author-info p {
    font-size: 14px;
    color: #8E908B;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 18px;
  }
  .newsarticle-all-articles {
    font-size: 14px;
    color: #177E38;
    text-decoration: underline;
    font-weight: 500;
    line-height: 20px;
  }
  @media (max-width: 768px){
    .newsarticle-about-author {
        margin-bottom: 24px;
    }
    .newsarticle-hr-line{
        margin-bottom: 12px;
    }
    .newsarticle-author-card{
        display: block;
        padding: 10px;
    }
    .newsarticle-author-info p{
        margin-bottom: 0px;
    }
    .newsarticle-author-info {
        margin-right: 0px;
        margin-top: 8px;
    }
    .newsarticle-about-card-heading-all-articles{
        margin-bottom: 8px;
    }
  }
/* End Tags */
/* Support Us Sign the Petition */
  .newsarticle-petition-form {
    padding: 32px;
    background-color: #F7F7F7;
    border-radius: 12px;
  }  
  .newsarticle-petition-form-header {
    display: flex;
    justify-content: space-between;
    align-items: normal;
  }
  .newsarticle-petition-form-header .newsarticle-petition-form-image img{
    width: auto;
    border-radius: 0px;
    position: relative;
    top: -32px;
  }
  .newsarticle-petition-form-heading-paragraph h2 {
    color: #303430;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Mona Sans';
    margin-bottom: 16px;
} 
.newsarticle-petition-form-heading-paragraph p {
    color: #8E908B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 28px;
} 
  .form-container {
    display: flex;
    gap: 28px;
  }
  .form-left,
  .form-right {
    flex: 1;
  }
  .form-input {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #E2E4E2;
    border-radius: 28px;
    font-size: 14px;
    color: #B4B4B4;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
  }
  .newsarticle-phone-input {
    display: flex;
    align-items: center;
    border-radius: 28px;
    background-color: #fff;
    border: 1px solid #E2E4E2;
    padding: 16px;
    
  }
  .newsarticle-phone-input input{
    border: none;
    padding: 0px;
  }
  .newsarticle-flag-dropdown img {
    width: 20px;
    height: 20px;
}
.newsarticle-flag-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  } 
  .newsarticle-flag-dropdown span {
    font-size: 14px;
    color: #303430;
  } 
  .newsarticle-arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #303430;
  }
  .newsarticle-divider {
    height: 20px;
    width: 1px;
    background-color: #E2E4E2;
    margin: 0 10px;
  }
  input::placeholder {
    color: #B4B4B4;
  }
  input {
    flex: 1;
  }
  input:focus,
  select.country-code:focus,
  .form-textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
select.country-code {
    color: #303430;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
    border: none;
} 
  .form-textarea {
    width: 100%;
    height: 188px;
    padding: 16px;
    border: 1px solid #E2E4E2;
    border-radius: 12px;
    font-size: 14px;
    resize: none;
    color: #B4B4B4;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 16px;
  }
  .subscribe-btn {
    width: 100%;
    padding: 16px 20px;
    background-color: #177E38;
    color: #fff;
    font-size: 16px;
    border-radius: 28px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Mona Sans';
  }
  @media (max-width: 768px){
    .newsarticle-petition-form{
        padding: 10px;
        margin-bottom: 24px;
    }
   .newsarticle-main-content {
        width: 100%;
    }
    .newsarticle-petition-form-header{
        display: block;
    }
    .newsarticle-petition-form-heading-paragraph h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .newsarticle-petition-form-heading-paragraph p{
        margin-bottom: 14px;
    }
    .newsarticle-petition-form-header .newsarticle-petition-form-image img {
        position: relative;
        top: 0px;
        left: 20%;
        margin-bottom: 14px;
    }
    .form-container {
        display: block;
    }
    .form-left,
    .form-input{
        margin-bottom: 12px;
    }
    .subscribe-btn{
        margin-bottom: 12px;
    }
  }
  /* Related Stories */
/* Related Stories Section */
.newsarticle-related-stories {
    margin-top: 100px;
    margin-bottom: 100px;
}
.newsarticle-related-stories h1 {
    color: #303430;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    font-family: 'Mona Sans';
    margin-bottom: 40px;
}
/* Stories Container */
.newsarticle-stories-container {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3,1fr);
   
}
/* Story Card */
.newsarticle-story-card {
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px #BDBDBD47;
}
/* Story Image */
.newsarticle-story-card img {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
}
.newsarticle-related-stories-tags-heading-footer {
    padding: 20px;
}
/* Tags */
.newsarticle-related-stories-tags {
    margin-bottom: 20px;
}
.newsarticle-related-stories-tags span {
    background: #F7F7F7;
    color: #6E706C;
    padding: 3px 12px 5px 12px;
    font-size: 12px;
    border-radius: 28px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-right: 6px;
}
/* Title and Description */
.newsarticle-related-stories-tags-heading-footer h5 {
    color: #303430;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Mona Sans';
    margin-bottom: 12px;
}
.newsarticle-story-card p {
    color: #8E908B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 42px;
}
.newsarticle-calender-clock {
    display: flex;
    gap: 8px;
    align-item:center;
}
.newsarticle-calender-clock span img {
    width: 16px;
    height: 16px;
}
.newsarticle-story-footer .newsarticle-calender-clock  span:nth-child(3) > img{
    width: 4px;
    height: 4px;
}
/* Story Footer */
.newsarticle-calender-clock span {
    color: #8E908B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Mona Sans';
}
.newsarticle-calender-clock span {
    display: flex;
    gap: 8px;
    align-items: center;
}
.newsarticle-story-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsarticle-readmore a {
    color: #177E38;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Mona Sans';
}
.newsarticle-readmore img {
    border-radius: 0px;
    margin-left: 4px;
    width: 10px !important;
    height: 10px !important;
}
@media (max-width: 768px){
    .newsarticle-related-stories {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .newsarticle-related-stories h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 14px;
    }
    .newsarticle-stories-container{
        display: block;
    }
    .newsarticle-story-card img {
        border-radius: 12px;
        width: 100%;
    }
    .newsarticle-readmore img {
        width: 16px;
        height: 16px;
    }
    .newsarticle-related-stories-tags-heading-footer {
        padding: 10px;
    }
    .newsarticle-related-stories-tags {
        margin-bottom: 12px;
    }
    .newsarticle-related-stories-tags span{
        margin-right: 0px;
    }
    .newsarticle-story-card p{
        margin-bottom: 20px;
    }
    .newsarticle-story-footer{
        display: block;
    }
    .newsarticle-calender-clock {
        margin-bottom: 12px;
    }
    .newsarticle-calender-clock span img{
        border-radius: 0px;
    }
    .newsarticle-story-card .newsarticle-readmore img{
        border-radius: 0px;
    }
    .newsarticle-story-card{
        margin-bottom: 24px;
    }
}
/* Genocide Victims Support*/
.newsarticle-support-section h3 {
    background-color: #177E38B8;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Mona Sans';
    padding: 12px;
    border-radius: 12px 12px 0px 0px;
}
.newsarticle-sidebar-heading {
    position: absolute;
    bottom: 5px;
}
.newsarticle-sidebar-image {
    position: relative;
}
.newsarticle-paragraph-progressbar .newsarticle-paragraph-progressbar-first-paragraph {
    color: #8E908B;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 20px;
}
.newsarticle-progressbar-fundamount-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsarticle-progressbar-fundamount-width p {
    color: #303430;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Mona Sans';
    margin-bottom: 12px;
}
.newsarticle-progressbar-fundamount-width p span {
    color: #8E908B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
}
.newsarticle-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.nenewsarticle-main-image {
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}
.newsarticle-support-section, .newsarticle-subscribe-section {
    box-shadow: 0px 0px 5px 0px #BDBDBD;
    border-radius: 12px;
}
.newsarticle-support-section img{
    border-radius: 12px 12px 0px 0px;
    width: 100%;
}
.newsarticle-paragraph-progressbar {
    padding: 20px;
}
.newsarticle-progress-bar {
    background-color: #E2E4E2;
    border-radius: 20px;
    overflow: hidden;
    height: 10px;
    margin-bottom: 28px;
}
.newsarticle-progress {
    background-color: #177E38;
    height: 100%;
    width: 21%;
}
.newsarticle-paragraph-progressbar button {
    background-color: #177E38;
    padding: 16px 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Mona Sans';
    width: 100%;
}
@media (max-width: 767px){
    .newsarticle-support-section img,
    .newsarticle-sidebar-heading{
        width: 100%;
    }
    .newsarticle-support-section h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .newsarticle-paragraph-progressbar {
        padding: 10px;
        margin-bottom: 10px;
    }
    .newsarticle-paragraph-progressbar .newsarticle-paragraph-progressbar-first-paragraph{
        margin-bottom: 12px;
    }
    .newsarticle-progressbar-fundamount-width p{
        font-size: 14px;
        line-height: 20px;
    }
    .newsarticle-progress-bar{
        margin-bottom: 14px;
    }
}
/* Stay Informed*/
.newsarticle-subscribe-section {
    padding: 32px;
    background-color: #F7F7F7;
}
.newsarticle-subscribe-section h2 {
    color: #303430;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Mona Sans';
    margin-bottom: 16px;
}
.newsarticle-subscribe-section p {
    color: #8E908B;
    font-size: 14px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 20px;
  
}
.newsarticle-subscribe-section form input {
    width: 100%;
    padding: 16px;
    border: 1px solid #E2E4E2;
    border-radius: 28px;
    color: #B4B4B4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 30px;
}
.newsarticle-subscribe-section form button {
    width: 100%;
    background-color: #177E38;
    padding: 16px 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Mona Sans';
}
@media (max-width: 767px){
    .newsarticle-subscribe-section{
        padding: 10px;
    }
    .newsarticle-subscribe-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .newsarticle-subscribe-section p,
    .newsarticle-subscribe-section form input{
        margin-bottom: 12px;
    }
    .newsarticle-subscribe-section form button{
        margin-bottom: 8px;
    }
}


.single.single-post h4
{
    margin-top: 24px;
    margin-bottom: 12px;
}

.newsarticle-author-card img
{
border-radius: 60px;
}



@media only screen and (min-width: 768px) and (max-width: 991px){
    .newsarticle-sidebar-heading{
        width: 100%;
    }

    .newsarticle-calender-clock span img {
        width: 16px !important;
        height: 16px !important;
    }
    .newsarticle-story-footer .newsarticle-calender-clock span:nth-child(3) > img {
        width: 4px !important;
        height: 4px !important;
    }

    .newsarticle-paragraph-progressbar button,
    .newsarticle-subscribe-section form input,
    .newsarticle-subscribe-section form button{
        width: 50%;
    }

   
}


.newsarticle-main-content .toc {
    margin-bottom: 24px;
}

#mc4wp-form-1 input#email {
    margin-bottom: 20px;
    margin-top: 10px;
}
#mc4wp-form-1 input.primary-button {
    color: white !important;
    font-weight: 600 !important;
    font-family: 'Mona Sans' !important;
    margin: 0px !important;
        height: 48px !important;
}
form#mc4wp-form-1 {
    margin-top: 10px;
}

.lt-card-img img {
    height: 281px;
    object-fit: cover;
}
.newsarticle-related-stories-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.newsarticle-related-stories-tags a {
    background: #F7F7F7;
    padding: 3px 12px 5px 12px;
    border-radius: 28px;
    margin-right: 6px;
    display: flex;
    font-size: 12px;
    color: #6E706C;
}


.newsarticle-story-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.newsarticle-related-stories-tags-heading-footer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.newsarticle-story-footer {
    margin-top: auto;
}
.newsarticle-main-content-image img {
    height: 488px;
    object-fit: cover;
}
.newsarticle-story-card h5 a {
    color: #303430;
}
.newsarticle-tags-section {
    margin-top: 20px;
}