 /* CSS Document */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

h1.uk-article-title { 
	font-size: 28px;
	line-height: 36px;
}
h2 { 
	font-size: 22px;
	line-height: 30px;
}
.uk-button {
	background-color: #F09;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
	background: #F2F2F2 url(../../../../images/gove/curve.png) 90% 60% no-repeat;
}
	
.uk-nav-side > li.uk-active > a {
	background: #EB008B /* url(../../../../images/gove/curve.png) 90% 60% no-repeat */;
}

.tm-headerbar .uk-panel
{
	max-width: 350px;
	margin: 0 ;
	float: right;
}

.tm-footer .grey {
	padding: 20px;
	background: #444444;
	color: #fff;
	border: 1px solid #222222;
	border-radius: 4px;
	text-align: left;
}

.tm-footer .grey a {
	color: #444444;
}
	

.uk-button {
	float:right;
	padding: 0 30px 0 12px;
	background: #EB008B url(../../../../images/gove/curve-wit.png) 90% 60% no-repeat;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button:hover, .uk-button:focus
{
	background: #F0F0F0 url(../../../../images/gove/curve-over.png) 90% 60% no-repeat;
	box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
}

.uk-panel-title {
	/*font-weight: bold;*/
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}

.uk-panel-box .uk-panel-title {
	border: none;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus
{
  background-color: #EB008B;
}

p {
	font-size: 13px;
}

ul li{
	font-size: 13px;
}

ol li{
	font-size: 13px;
}
.sidebar-cta {
	background: #EB008B;
	color: #ffffff;
	box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	padding: 0px;
}
.sidebar-cta a {
	color: #fff;
	padding: 20px;
	display: block;
	text-decoration: none;
}
.sidebar-cta a i {
	font-size: 20px;
	margin-right: 10px;
}
.tm-totop-scroller {
	color:#fff;
}
.btn-top-scroller .tm-totop-scroller {
	background: #EB008B;
	color: #ffffff;
	box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	padding: 7px 10px;
	right: auto;
	display: inline-block;
	width: auto;
	position:relative;
	border-radius: 4px;
}
.btn-top-scroller .tm-totop-scroller::after {
	content: normal;
}

.btn-top-scroller .tm-totop-scroller:hover {
	font-size: 14px;
}

	
legend {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}