body, html {
	background-color: rgba(253, 233, 241, 1.000);
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

/* fixing overflow issues on homepage css */
#u7092, #u7789 {
	overflow: hidden;
}

a, a:visited, a:hover, a:link {
	color: #16A747;
}

.utility-nav a {
	text-decoration: none !important;
}


#aka-content {
	width: 960px; 
	margin-top: 204px;
	box-sizing: border-box;
	padding-left: 120px;
	margin-bottom: 80px;
	min-height: 1000px;
}

#aka-content h3.subtitle {
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 20px;
}


#aka-content p {
	margin-bottom: 20px;
}

#aka-content img {
	padding: 10px 20px;
	max-width: 100%;
}

#aka-subnav {
	position: absolute;
	top: 279px;
	background-color: #16A747;
	margin-left: -93px;
}

#aka-subnav li a {
	box-sizing: border-box;
	display: block;
	width: 158px;
	border: 1px solid #fff;
	margin-bottom: 1px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 4px;
	text-decoration: none;
	color: #fff;
}

#aka-subnav li a.active {
	background-color: rgba(153, 153, 153, 1.000);
	color: #fff;
}

#aka-subnav li a:hover {
	background-color: #F7BAC0;
	color: #000;
}

#images-and-files-matrix {
	margin-top: 40px;
}

.aka-bottom-links a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #16A747;
	font-weight: bold;
	margin: 12px 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

.matrix-item {
	border-bottom: 1px solid #000;
	display: block;
	clear: both;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: auto;
}

.matrix-item .image-file {
	display: block;
	float: left;
	width: 33.33%;
}

.matrix-item .text {
	display: block;
	float: left;
	width: 66.66%;
}

.matrix-item .text .icon img {
	width: 70px;
}

.matrix-item .text .icon, 
.matrix-item .text .title {
	float: left;
	display: inline-block;
}

.matrix-item .text .body {
	clear: left;
}

.matrix-item .text h4 {
	font-size: 24px;
	line-height: 29px;
}

.matrix-item .text h5 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
	font-style: italic;
	font-weight: normal;
}

.aka-page-title {
	text-align: center;
	padding: 19px 0 40px;
}

.aka-page-title h2 {
	font-size: 39px;
	font-style: italic;
	letter-spacing: 1px;
}

.aka-program-target {
	border-bottom: 1px solid #000;
	padding: 12px 0 20px;
}

#aka-search {
	width: 400px;
}

#aka-search .search-icon, 
#aka-search .search-input {
	display: block;
	float: left;
	height: 33px;
	box-sizing: border-box;
	border: 2px solid rgba(249, 234, 239, 1.000);
}

#aka-search .search-icon {
	background-color: rgba(0, 177, 72, 1.000);
	height: 33px;
	width: 33px;
	text-align: center;
	border-right: none;
}

#aka-search .search-icon img {
	margin: 8px auto;
}

#aka-search .search-input input {
	height: 33px;
	padding-left: 12px;
}

#aka-content ul {
	margin-left: 15px;
}

#aka-content li {
	list-style: disc;
}

input.form-control, 
textarea.form-control {
	padding: 10px;
	display: block;
	width: 400px;
	margin: 4px 0 12px;
	border-radius: 2px;
	font-size: 16px;
}

.form-group button {
	padding: 4px 8px;
	color: #fff;
	background-color: #16A747;
	font-size: 115%;
}

.form-group input[type=checkbox] {
	-webkit-appearance: checkbox;
	margin-right: 8px;
}

.form-horizontal .col-sm-9 {
	margin-top: 8px;
}

.form-horizontal .col-sm-9 strong {
	display: block;
	margin-bottom: 8px;
}

.error {
	color: red;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: italic !important;
}