@charset "utf-8";
/* CSS Document */
.menuColumn {
		background-color:#fff;
		display:flex;
		flex-flow: row wrap;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: center;
	}
	.menuRow {
		display:flex;	
		flex-direction: row;
		align-content: center;
		padding:10px;
	}
	.rowItem {
		background-color:#fff;
		color: #000;
		padding: 10px;
        }
	.rowItem a {
		background-color:#fff;
		color: #000;
        }
	.rowHeader {
		background-color:#319842; 
		color:#000;
		padding: 5px;
		justify-content: center;
        }
	.content {
		padding: 5px;
}
	.content2 {
		padding: 5px;
		width: 85%;
		margin-top: 0;
}

.content2 a {
		color: #005EB8;
		text-decoration: none;
	}
.social_menu {
	margin: auto;
    width: 50%;
	padding: 10px;
	text-align: center;
}
.rowHeader2 {
	background-color: #fff;
	color:#000;
	padding: 5px;
	justify-content: center;
}
.sr-resources {
	width: 40%;
	}
.sr-summary {
	width:60%;
}
.downloads {
	background-color:#319b42;
	color:white;
	font-size:18px;
	padding: 5px 8px;
	border-radius: 5px;
	text-decoration: none;	
	}
@media only screen and (max-width: 480px) {
.rowHeader {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		}
.rowItem  {
		flex-direction: column;
		}
.content2 {
	width: 100%;		
	}			
.sr-resources {
	margin-top: 30px;
	width: 100%;
	}
.sr-resources {
	justify-content: center;
	display: block;
	text-align:center;
	}
.sr-summary {
	width: 100%;		
	}
	}