


.subheading2 {
  font-size: 24px;
  line-height: 1.1;
  /* display: block; */
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}









/* ====== News feeds ====== */
/* Button */
.btn {
	padding:10px;
}
.btn-default {
    margin-top: 15px;
    border: solid 2px #ffffff;
    font-size: 15px;
    color: #18bc9c !important;
    background: #252525;
    transition: all .3s ease-in-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    border: solid 2px #252525;
    color: #18bc9c !important;
    background: #ffffff;
}

/* RSS Feed CSS */
table a:not(.btn), .table a:not(.btn) {
  text-decoration: none;
}

#dlContent img {
	/*display:none;*/
	padding: 0px 5px 0px 0px;	
/* make img responsive */
	display: block;
	max-width: 100%;
	height: auto;
}

.rss {
	margin: 0px;	
	font-size: 24px;
	font-weight:300;
	/*margin-bottom: 10px;*/
	line-height: 1.1;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	/*padding-bottom:5px;
	padding-top:10px;*/

	
}

.rss a {
	font-size:36px;
	font-weight:800;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 800;
	text-decoration:none;
	line-height:2;
	/*margin-top: 20px;
	margin-bottom: 0;
	padding-bottom:5px;*/

}
.rss p { display:none;}
.rss-alt p { display:none;}
.more {display:none;}
.rss-alt {
	margin: 0px;	
	font-size: 24px;
	font-weight:300;
	/*margin-bottom: 10px;*/
	line-height: 1.1;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	/*padding-bottom:5px;
	padding-top:10px;*/
	
}

.rss-alt a {
	font-size:36px;
	font-weight:800;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 800;
	text-decoration:none;
	line-height:2;
	/*margin-top: 20px;
	margin-bottom: 0;
	padding-bottom:5px;*/
}

.rss-button { display: inline-block;
	padding-bottom:30px;
}

.heading-hr {
	padding-bottom:10px;
	border-top: 1px solid;
	padding-top: 10px;
}
/* END RSS Feed CSS */

section.success a {

   /*color: #ffffff;*/ 
}

/* ====== END News feeds ====== */
