a:hover, a:focus {
	text-decoration: none;
}

input {
	font-family: 'museo_sans300';
}

p {
	color: #000;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.03rem;
}

 p a {
 	color: #666567;
 	text-decoration: underline;
 }

h1, h2, h3, h4 {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: 'museo_sans700';
}

h1.intro {
	font-size: 20px;
	line-height: 24px;
	padding: 22px;
	margin-bottom: -20px;
}

.strong {
	font-family: 'museo_sans700';
}

p.register a {
	background: #002327;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'museo_sans700';
	text-align: center;
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	margin-bottom: 15px;
}

	p.register a:hover {
		background: #009e43;
		color: #fff;
	}

h1.color {
	color: #fff;
	padding: 20px;
	/*margin: -20px;*/
	border-bottom: none !important;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}

	h2 a:hover {
		color: #009e43;
	}

	h2.education_title {
		padding: 10px;
		color: #fff;
		font-family: 'museo_sans700';
		font-size: 23px !important;
		background: url(../img/main/icon_arrow_big_white.svg) top left no-repeat;
		padding-left: 30px;
		background-position: 6px 12px;
		cursor: pointer;
	}

		h2.education_title a {
			color: #fff;
		}

h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
}

.headObj h3 {
	margin-top: 20px;
}

h5 {
	color: #002327;
	font-size: 15px;
}

.grnTxt {
	color: #009E42 !important;
	font-family: 'museo_sans300';
}

.search-block p {
	color: #fff;
	margin-bottom: 0px;
}

h3.list {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}

	li {
		/*overflow: hidden;*/
	}

	 li .grnTxt {
	 	float: left;
	 	width: 170px;
	 	margin-right: 20px;
	 }

ul.sitemap {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

	ul.sitemap li {
		padding-left: 20px;
  		background: url(../img/main/icon_arrow_black.svg) 0px 4px no-repeat;
  		margin-bottom: 6px;
	}

	ul.sitemap li a {
		color: #000;
	}

	ul.sitemap li a:hover {
		color: #009E42;
	}

	ul.sitemap ul {
		list-style-type: none;
	}

ul li.linked {
	text-decoration: underline;
	cursor: pointer;
}

	ul li.linked:hover {
		text-decoration: none;
	}

ul.list {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.list  li {
	padding-left: 20px;
	background: url(../img/main/icon_arrow_black.svg) 0px 8px no-repeat;
	margin-bottom: 6px;
}

ul.list  li a {
	color: #000;
	font-size: 13px;
}

	ul.list li a:hover {
		text-decoration: underline;
	}
