#mta-header {
	border-bottom: 3px solid #35a8e0;
}

#header .logo b {
	color: #35a8e0;
}

#header .title  {
	top: 50px !important;
}

.stressed-news {
	border: 1px solid #878583;
}

#footer .mta-outer-links { 
	/*height: 300px;*/
	max-width: 300px;
	margin: 0 auto;
	float: none;
}

#footer .mta-outer-links > img {
	display: inline-block;
	margin-bottom: 1em;
}

.stressed-news::before {
	background: #e1e1e1 !important;
}

.stressed-news div,
.stressed-news p {
	color: #555 !important;
}

.stressed-news a {
	color: #35a8e0 !important;
}

.main-section p.title {
	color: #35a8e0;
}

h2.page-title {
	color: #35a8e0;
}

#left ul.main > li.selected {
	background: #35a8e0;
}

#left ul.main > li.selected > a {
	color: #fff;
}

#left ul.main > li.selected a::before {
	color: #505f69;
}

#footer .footer-bar {
	border-top: 3px solid #35a8e0 !important;
}

.event-apply form .label-block h3 {
    color: #35a8e0;
}

.page-lead a,
.page-content a {
	color: #878583;
	text-decoration: none;
}

.news-date {
 margin-bottom: 10px;
}

.eu-container {
	width: 100%;
    max-width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	display: flex;
}

@media screen and (max-width: 768px) {
	.eu-container {
		flex-direction: column;
	}
}

.eu-container img {
	max-width:140px;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	.eu-container img {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.eu-container .eu-text {
	max-width: 390px;
}

.eu-container p {
	font-size:14px;
}