.mainSection {
    	margin-bottom: 100px;
    }
    
    .sectionBox {
    	max-width: 700px;
        margin: 0 auto;
    }
    .sectionBox h3 {
    	font-size: 2em;
        margin: 20px 0;

    }
    .sectionBox h4 {
    	font-size: 1.3em;
        color: #5E686D;
        text-align: center;
        margin:0;
    }
    .sectionBox a {
    	font-weight: bolder;
        line-height: 1.5;
    }
   
    .sectionBox p {
        line-height: 1.4;
    }


	.redditShare {
    	background: #FF4500;
	}
    
    /* Responsive for mobile */
@media (max-width: 768px) {
    .sectionBox h4 {
    	font-size: 1.4em;
        color: #000;
        text-align: left;
        margin-top:40px;
    }
    }

    /* Custom Article Donation Container */
    .donationContainer {
        padding: 25px 30px 10px 30px;
   		margin: 30px auto;
    	max-width: 700px;
    	border-radius: 4px;
    	box-shadow: 0 0 5px rgb(0 0 0 / 11%);
    	border: 1px dashed #bebebe;
    	background: #f4f4f4;
    }

    .donationContainer h3 {
        margin-bottom: 10px;
        font-weight: bolder;
        font-size: 1.25em;
    	text-align: left;
    	line-height: 1.1;
        color: #000;
        letter-spacing: 1px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

    .donationContainer p {
        font-size: .86em;
		line-height: 1.4;
    }

	.donationButton {
   		display: flex;
    	justify-content: center;
	}

    .donateButton {
        display: block;
        padding: 10px;
        background-color: #b33333;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
		width: 200px;
        transition: .9s;

    }

    .donateButton svg {
        width: 12px;
        height: 12px;
        padding-bottom: 2px;
    }

    .donateButton:hover {
        background-color: var(--breakingColor);
        cursor: pointer;
        transition: .3s;
    }

    .paymentOptions {
        margin-top: 5px;
    	text-align: center;
    	font-size: 0.7em;
    	color: #939393;
    	line-height: 1.2;
    }

    
     @media only screen and (max-width:767px) {
         .donationContainer h3 {font-size:1.1em}
    }

    @keyframes borderPulse {

        0%,
        100% {
            border-color: #47b07f;
        }

        50% {
            border-color: #446fa0;
        }
    }

 .JAM-form {
        height:290px;
    }


@media (max-width: 1025px) {
    .JAM-form {
        height: 380px;
    }
}

@media (max-width: 600px) {
    .JAM-form {
        height: 400px;
    }
}

@media (max-width:400px) {
    .JAM-form {
        height: 430px;
    }
}


    /* for npr top stories */
    #rssfeed {
    	background: #F4F3F3;
        border-radius: 15px;
        padding: 15px;
        filter: drop-shadow(0 2px 0.55rem #F0F0F0);
    }
    
    #rssfeed .ListH-header-title {
    	font-size: .8em;
        margin-bottom: 5px;
        text-decoration: none;
        text-transform: none;
    }
    
    #rssfeed div.PromoA-media {
        display: none;
    }
    
    #rssfeed div.PromoA-title {
        font-size: .8em;
    }
    
    #rssfeed div.PromoA-date {
        padding-top: 5px;
    	font-size: .9em;
    }
    
    #rssfeed ul.ListH-items {
		padding-top: 10px;
    }
    
    #rssfeed li.ListH-items-item {
        padding: 0px 10px 0px 10px ;
        border-right-style: solid;
        border-color: #DFDFDF;
    }
    
    #rssfeed li.ListH-items-item:last-of-type {
        border-right-style: none;
    }
    
    @media only screen and (max-width: 767px) {
    #rssfeed .ListH-header {
    	font-size: 1.6em;
        margin-bottom: 5px;
        text-decoration: none;
    }
        
    #rssfeed div.PromoA-title {
        font-size: 1em;
    }
    #rssfeed .ListH-items {
		display: list-item;
	}   
    #rssfeed li.ListH-items-item {
        border-right-style: none;
        padding: 0;
        margin: 10px;
        list-style-type: disc;
    }
    #rssfeed li.ListH-items-item:nth-child(2) {
        border-right-style: none;
    }
    }

 @media only screen and (max-width: 1240px) {
.TagPage-pageHeading {
	margin:0 20px 10px;
}

.RichTextModule p {
	font-size:.8em;
}
 }`

.AlertBar-message {
color: #fff;
}

.HomePage-main .TwoColumnContainer5050-column>:not(:last-child) {
	margin-bottom: 5px;
}