/* ---- RSS INDEX PAGE ---------- */

.rss-container {
    width: 670px;
    padding: 0 10px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.rss-line {
	background-color: #bfcfe2;
	width: 1px;
	height: 590px;
	box-sizing: border-box;
	margin: 15px 6px 15px 0;
}

.rss-text {
    padding: 0 10px;
    font-size: 16px;
	font-weight: 400;
    color: #000;
}

.rss-text-comm {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.rss {
    margin: 15px 0;
    font-size: 16px;
	font-weight: 400;
}

.rss-main {
    margin: 15px 0;
    font-size: 16px;
	font-weight: 400;
}

.rss a, .rss-main a {
  font-size: 14px;
	font-weight: 500;
	color: #2e5a98;
}

.rss-main a {
	color: #189c5b;
}

.rss-section-title {
	width: 305px;
  margin: 15px 0 0 -10px;
	padding: 3px 10px;
	color: #09488f;
	font-size: 18px;
	background-color: #BED7EB;
	box-sizing: border-box;
	text-transform: uppercase;
}
