/*	**************************
	Site colors
	#012345 - Navy blue
	#456789 - light blue 
	#abcabc - Sea green
	************************** */

body {
  color: #012345;
  font-family: 'Merriweather', serif;
}

a {
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	color:#456879;
	font-weight:normal;
	font-family: 'Bitter', serif;
}

.pad-bot-75 {
	padding-bottom:75px;
}

.connected {
	background-color:#ADCadc; padding:0 0 10px 0; border:1px solid #aec0cd;
}

.jumboh3 {
	word-wrap: break-word; font-weight:bold;
}

/*.navbar-nav>li>a {
	padding-left:30px;
	padding-right:30px;
}*/

.heading-hr {
	border-bottom:2px solid #D4D4D4;
}

/* ===== RSS Feed CSS ===== */
#dlContent img {
	/*display:none;*/
	padding: 0px 5px 0px 0px;	
/* make img responsive */
	display: none;
	max-width: 100%;
	height: auto;
}

.rss {
	margin: 0px 0px 10px;
	/*color: #5A5A5A !important;*/
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1.42857;
	padding-bottom:25px;
	padding-top:10px;
	/*border-top:1px solid #D4D4D4;*/
	
}

.rss br {
	display:none;
}
.rss-alt br {
	display:none;
}

.rss a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom:5px;
	font-family: 'Bitter', serif;
	font-weight: 500;
	line-height: 1.1;
	/*color: #613C92;*/
}
.rss p { display:none;}
.rss-alt p { display:none;}
.more {display:none;}
.rss-alt {
	margin: 0px 0px 10px;
	/*color: #5A5A5A !important;*/
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1.42857;
	padding-bottom:25px;
	padding-top:10px;
	/*border-top:1px solid #D4D4D4;*/
	
}

.rss-alt a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom:5px;
	font-family: 'Bitter', serif;
	font-weight: 500;
	line-height: 1.1;
	/*color: #613C92;*/
}

.rss-button { display: inline-block;
	padding-bottom:20px;
}
/* ===== END RSS Feed CSS ===== */







/*	**************************
	Footer styles
	************************** */
.li-footer-inline-block {display:inline-block; text-align:center;}
.li-footer-inline-block a {font-weight:normal !important;}


/*	**************************
	568px
	************************** */
@media (max-width: 568px) {
	
.hide {display:none;}
.max-width {width:100%;}

}

/*	**************************
	768px
	************************** */
@media (min-width: 768px) {


}

/*	**************************
	992px
	************************** */
@media (min-width: 992px) {


}



