* {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

h2,
#article-list h1 {
    font-family: "Vegur Regular", sans-serif;
    font-weight: normal;
}


#nav-primary,
#content-primary > header > h1,
.submit input,
.button {
    font-family: "Vegur Medium", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1.welcome {
border: 0!important;
font-size: 20px;
}

#nav-primary a.here {
    font-family: "Vegur Bold", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

body,
input,
textarea,
select,
#entity-list h1 {
    font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body,
input,
textarea,
select {
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

/*h2,*/
a,
.widget h1,
#nav-tertiary a.here,
#nav-tertiary-2 a.here {
    color: #0F2F71;
}
#nav-tertiary ul.homepage li a.here,
#nav-tertiary-2 ul.homepage li a.here {
	color: #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b5e89), color-stop(1, #173f62) );
	background: -moz-linear-gradient( center top, #2b5e89 5%, #173f62 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3479bf', endColorstr='#173f62');
	background-color: #2b5e89;
	font-size: 16px;
	padding: 5px 30px;
	border: 0;
}

/* Content. */

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 18px;
}

h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 18px;
}

h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 9px;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 18px!important;
}

table {
    border-collapse: collapse;
}

li {
    margin-left: 18px;
    margin-bottom: 9px;
}

a {
    text-decoration: none;
    color: #0F2F71;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

hr {
    border: none;
    border-top: 1px #666 dotted;
    clear: both;
    margin: 0 0 18px 0;
}

.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
}

.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 18px;
}

.standfirst {
    font-size: 14px;
    line-height: 27px;

    font-family: "Vegur Regular", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

.section_title {
    width: 100%;
    border-bottom: 1px dotted #323232;
    color: #323232;
    float: left;
    padding-bottom: 12px;
}