html,
body {
  background: #f2f2f2;
}

.Page {
  width: 960px;
  margin: auto;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #202020;
  padding: 40px;
  background: #ffffff;
}

.Page a,
.Page a:active,
.Page a:visited,
.Page a:hover {
  color: #254cc5;
  text-decoration: none;
}

.Page a:hover,
.Page a:active:hover,
.Page a:visited:hover,
.Page a:hover:hover {
  text-decoration: underline;
}

.Page em {
  font-weight: bold;
}

.Page blockquote {
  margin-left: 1em;
  font-style: italic;
}

.Page input {
  border: 1px solid #d3d3d3;
  padding: 7.5px;
}

.Page input:focus {
  border: 1px solid #b9b9b9;
}

.Page button,
.Page .button {
  -moz-transition-property: background-color,border-color,color;
  -webkit-transition-property: background-color,border-color,color;
  -o-transition-property: background-color,border-color,color;
  -ms-transition-property: background-color,border-color,color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  cursor: pointer;
  background: #254cc5;
  color: white;
  border-top: 1px solid #2c56d7;
  border-left: 1px solid #2c56d7;
  border-bottom: 1px solid #2144b0;
  border-right: 1px solid #2144b0;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-shadow: 1px 1px 2px #606060;
  -moz-box-shadow: 1px 1px 2px #606060;
  -webkit-box-shadow: 1px 1px 2px #606060;
  -o-box-shadow: 1px 1px 2px #606060;
  -ms-box-shadow: 1px 1px 2px #606060;
  text-shadow: 0px -1px 1px #11235a;
}

.Page button:hover,
.Page .button:hover {
  background: #3c65e3;
  border-top: 1px solid #3c65e3;
  border-left: 1px solid #3c65e3;
  border-bottom: 1px solid #3c65e3;
  border-right: 1px solid #3c65e3;
}

.Page button span,
.Page .button span {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 0.35em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 100%;
}

.Page ul.list-arrows {
  margin: 0;
  padding: 0;
}

.Page ul.list-arrows li {
  margin: 0;
}

.Page ul.list-arrows a {
  display: block;
  background: #254cc5;
  color: #f0f0f0;
  margin: 0;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 1.5em;
  height: 2em;
  line-height: 2em;
  position: relative;
  margin-right: 3em;
  box-shadow: 1px 1px 2px #606060;
  -moz-box-shadow: 1px 1px 2px #606060;
  -webkit-box-shadow: 1px 1px 2px #606060;
  -o-box-shadow: 1px 1px 2px #606060;
  -ms-box-shadow: 1px 1px 2px #606060;
  text-shadow: -1px -1px 1px #11235a;
  -moz-transition-property: background-color,color;
  -webkit-transition-property: background-color,color;
  -o-transition-property: background-color,color;
  -ms-transition-property: background-color,color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
}

.Page ul.list-arrows a .head {
  -moz-transition-property: border-color;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  -ms-transition-property: border-color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 1em solid #ffffff;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}

.Page ul.list-arrows a .tip {
  -moz-transition-property: border-color;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  -ms-transition-property: border-color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  display: block;
  position: absolute;
  top: 0;
  right: -0.9em;
  content: "";
  width: 0;
  height: 0;
  border-left: 1em solid #254cc5;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}

.Page ul.list-arrows a:hover {
  text-decoration: none;
  background: #5778df;
}

.Page ul.list-arrows a:hover .tip {
  border-left-color: #5778df;
}

.Page .blog-archives {
  display: block;
  text-transform: uppercase;
  text-align: right;
}

.use-typography strong {
  font-weight: bold;
}

.use-typography em {
  font-weight: normal;
  font-style: italic;
}

.use-typography ul,
.use-typography li {
  list-style-type: disc;
}

.Newsletter {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.SisterSites {
  background: #f2f2f2;
  font-size: 80%;
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d9d9d9;
}

.SisterSites ul {
  padding-bottom: 15px;
}

.SisterSites a {
  padding: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
}

.SisterSites a,
.SisterSites a:active,
.SisterSites a:visited,
.SisterSites a:hover {
  text-decoration: none;
}

.SisterSites .current {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}

.article,
.block,
.block-page {
  position: relative;
  margin-bottom: 2em;
}

.article .meta,
.block .meta,
.block-page .meta {
  font-size: 80%;
  text-transform: uppercase;
}

.article .category,
.block .category,
.block-page .category {
  margin-top: 7.5px;
}

.article .title,
.block .title,
.block-page .title {
  margin-top: 7.5px;
  font-weight: bold;
  font-size: 130%;
  font-family: 'Sorts Mill Goudy', serif;
}

.article p,
.block p,
.block-page p {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.article ul,
.block ul,
.block-page ul,
.article ol,
.block ol,
.block-page ol {
  margin-left: 1.25em;
}

.article ul li,
.block ul li,
.block-page ul li,
.article ol li,
.block ol li,
.block-page ol li {
  padding-left: 1.25em;
}

.article .links,
.block .links,
.block-page .links {
  margin-top: 15px;
  font-size: 80%;
  color: #464646;
}

.article .comments,
.block .comments,
.block-page .comments {
  border-top: 1px dotted #d9d9d9;
  background: #f2f2f2;
  margin-top: 1em;
  padding: 3em;
  font-size: 85%;
}

.article .comments #dsq-content ul,
.block .comments #dsq-content ul,
.block-page .comments #dsq-content ul,
.article .comments #dsq-content li,
.block .comments #dsq-content li,
.block-page .comments #dsq-content li,
.article .comments #dsq-content h1,
.block .comments #dsq-content h1,
.block-page .comments #dsq-content h1,
.article .comments #dsq-content h2,
.block .comments #dsq-content h2,
.block-page .comments #dsq-content h2,
.article .comments #dsq-content h3,
.block .comments #dsq-content h3,
.block-page .comments #dsq-content h3,
.article .comments #dsq-content h4,
.block .comments #dsq-content h4,
.block-page .comments #dsq-content h4 {
  padding: 0em;
  margin: 0em;
}

.article .do-discuss,
.block .do-discuss,
.block-page .do-discuss {
  font-size: 90%;
  text-transform: uppercase;
  display: block;
  background: #254cc5;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 7.5px;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
}

.article .do-discuss a,
.block .do-discuss a,
.block-page .do-discuss a,
.article .do-discuss a:active,
.block .do-discuss a:active,
.block-page .do-discuss a:active {
  color: #f0f0f0;
}

.article .do-discuss,
.block .do-discuss,
.block-page .do-discuss,
.article .do-discuss:hover,
.block .do-discuss:hover,
.block-page .do-discuss:hover {
  color: #f0f0f0;
}

.block-page .category {
  color: #bfbfbf;
  text-transform: uppercase;
  margin-top: -1em;
}

.block-page h3.title {
  font-size: 200%;
  line-height: 1.25em;
  font-family: 'Sorts Mill Goudy', serif;
}

.block-page .content {
  font-size: 110%;
  line-height: 1.45em;
}

.block-page .date {
  border-top: 1px dotted #d9d9d9;
  color: #606060;
  margin-top: 3em;
  padding-top: 1em;
}

.article {
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.article h3.title {
  font-size: 150%;
}

.LanguageSelector {
  margin-top: -30px;
  float: right;
  font-size: 70%;
}

.SocialLinks li img {
  padding-right: 0.5em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.SocialLinks .share {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.SocialLinks .linkedin-share {
  padding-left: 16px;
}

.SocialLinks .twitter-share {
  padding-top: 7px;
  padding-left: 16px;
}

.SocialLinks .facebook-share {
  margin-top: 7px;
  padding-left: 16px;
}

.MainNavigation {
  position: relative;
}

.MainNavigation a.logo,
.MainNavigation a.logo:active,
.MainNavigation a.logo:visited,
.MainNavigation a.logo:hover {
  text-decoration: none;
  color: #202020;
}

.MainNavigation .logo .title,
.MainNavigation ul .title {
  font-size: 150%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.MainNavigation .logo .title h1,
.MainNavigation ul .title h1 {
  font-weight: bold;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 200%;
  line-height: 1em;
}

.MainNavigation .logo .title h2,
.MainNavigation ul .title h2 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.MainNavigation ul.list-h {
  float: left;
  position: relative;
  background: #254cc5;
  color: #ffffff;
  margin-left: -70px;
  padding-left: 60px;
  padding-right: 30px;
}

.MainNavigation ul.list-h a,
.MainNavigation ul.list-h a:active,
.MainNavigation ul.list-h a:hover,
.MainNavigation ul.list-h a:visited {
  color: #ffffff;
  display: block;
  float: left;
  padding: 15px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.25em;
}

.MainNavigation ul.list-h a:hover,
.MainNavigation ul.list-h a:active:hover,
.MainNavigation ul.list-h a:hover:hover,
.MainNavigation ul.list-h a:visited:hover {
  text-decoration: underline !important;
}

.MainNavigation ul.list-h:after {
  position: absolute;
  left: 0px;
  bottom: -30px;
  content: "";
  width: 0px;
  height: 0;
  border-top: 30px solid #829be8;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
}

.MainNavigation ul.list-h li.current a,
.MainNavigation ul.list-h li.current a:active,
.MainNavigation ul.list-h li.current a:hover,
.MainNavigation ul.list-h li.current a:visited {
  font-weight: bold;
  text-decoration: underline !important;
}

.MainNavigation .Newsletter {
  position: absolute;
  top: 70px;
  width: 290px;
  right: 0px;
  font-size: 90%;
}

.MainNavigation .share {
  position: absolute;
  top: 25px;
  width: 290px;
  right: 1em;
}

.MainNavigation .share .linkedin-share,
.MainNavigation .share .twitter-share,
.MainNavigation .share .facebook-share {
  margin-bottom: 10px;
}

.Headline .col > .body {
  margin-top: 15px;
  margin-bottom: 30px;
}

.FeaturedArticle .article {
  background: #ffffff;
}

.FeaturedArticle .title {
  font-family: 'Sorts Mill Goudy', serif;
}

.FeaturedArticle .category {
  text-transform: uppercase;
  background: #d9d9d9;
  font-size: 80%;
  float: left;
  margin-top: 0;
  padding: 3.75px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  clear: both;
}

.Grid {
  margin-top: 15px;
  margin-bottom: 15px;
}

.Grid .cell {
  height: 16em;
  overflow: auto;
  position: relative;
  margin-bottom: 0px;
}

.Grid .cell .tag {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 75%;
  padding: 7.5px;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
  text-transform: uppercase;
}

.Grid .cell .headline {
  position: absolute;
  padding: 7.5px;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-top: 0em;
}

.Grid .cell .headline .title {
  margin-top: 0em;
  font-size: 150%;
  line-height: 1.25em;
  font-family: 'Sorts Mill Goudy', serif;
}

.Grid .cell .more {
  font-size: 75%;
  text-transform: uppercase;
  display: block;
  background: #254cc5;
  color: #f0f0f0;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 7.5px;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
}

.Grid .cell.image {
  background: #f2f2f2;
}

.Grid .cell.article {
  background: #f2f2f2;
}

.Grid .cell .title {
  margin-top: 15px;
  margin-bottom: 7.5px;
  font-weight: bold;
  font-family: 'Sorts Mill Goudy', serif;
  text-transform: uppercase;
}

.Grid .cell .do-readMore {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.Grid .cell .do-readMore a {
  font-size: 80%;
}

.Sidebar {
  font-size: 90%;
  color: #606060;
}

.Sidebar .block {
  padding-bottom: 15px;
}

.Sidebar .block .title {
  text-transform: uppercase;
}

.Sidebar .block > .header {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 7.5px;
}

.WhatIsOpenData {
  padding-bottom: 0px !important;
}

.WhatIsOpenData p {
  margin-bottom: 0px;
}

.Events h3 {
  font-weight: bold;
  font-size: 120%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.Events ul,
.Events li {
  margin: 0px;
  padding: 0px;
}

.Events ul li {
  position: relative;
  padding: 0px;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
  border-top: 1px solid #d9d9d9;
}

.Events ul li:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.Events .more {
  text-transform: uppercase;
  display: block;
  background: #d9d9d9;
  color: #f0f0f0;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1em;
  color: #254cc5;
  text-align: center;
  cursor: pointer;
}

.Events .more:hover {
  text-decoration: none;
}

.Events .event-date {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.Events .event-name {
  display: block;
}

#Footer {
  position: relative;
  margin-top: 30px;
  background: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#Footer a,
#Footer a:active,
#Footer a:hover,
#Footer a:visited {
  color: #8c8c8c;
  text-decoration: none;
}

#Footer {
  color: #8c8c8c;
  text-decoration: none;
}

#Footer a:hover {
  text-decoration: underline;
}

#Footer h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

#Footer ul,
#Footer li {
  padding: 0px;
  margin: 0px;
}

#Footer .group-copy {
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 22.5px;
  right: -0px;
}

.as-page #content,
.as-blog #content {
  margin-top: 2em;
}

.as-page .Sidebar,
.as-blog .Sidebar {
  margin-top: -2em;
}

.as-page .Sidebar > .body.with-border,
.as-blog .Sidebar > .body.with-border {
  border-left: 1px solid #e6e6e6;
  padding-left: 2em;
}

.as-blog #content {
  padding-top: 2em;
}
