html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  margin: 0 0 10px;
}

p {
  margin: 0 0 10px;
}

a, a:active, a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

/* Legacy */
.SGManchet {
  display: none;
}

.anchor:hover {
  color: #255aa1;
}

.section {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 10px;
}

.heading {
  color: #255aa1;
}

.heading--large {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 10px;
}

.title {
  font-family: "DM Serif Display", Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.title--small {
  font-size: 18px;
  line-height: 20px;
}

.title--large {
  font-size: 28px;
  line-height: 32px;
}

.tag {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  box-sizing: border-box;
  display: block;
}

.tag--large {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 2.5px;
  padding: 7.5px;
  vertical-align: middle;
}

.tag--small {
  font-size: 10px;
}

.tag--artikel {
  color: #b84018;
}
.tag--artikel.tag--large {
  background: #b84018;
  color: #fff;
}

.tag--nyhed {
  color: #255aa1;
}
.tag--nyhed.tag--large {
  background: #255aa1;
  color: #fff;
}

.tag--test {
  color: #c99b2e;
}
.tag--test.tag--large {
  background: #c99b2e;
  color: #fff;
}

.pagination {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  text-align: right;
  display: block;
  margin: 20px 10px 0;
  width: calc(100% - 20px);
}

.pagination-anchor {
  color: #255aa1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.author {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.author .date {
  font-weight: 400;
  margin-left: 2.5px;
}

/* Container */
.container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* Header */
.header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  line-height: 60px;
  height: 60px;
  margin-bottom: 25px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.header-logo {
  display: inline-block;
  margin-left: 20px;
  max-width: 200px;
}

.header-logo img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .header {
    line-height: 100px;
    height: 100px;
    width: 100%;
    margin-bottom: 50px;
  }

  .header-logo {
    max-width: none;
  }
}

/* Navigation */
.navigation {
  background: #fff;
  color: #255aa1;
  font-size: 17px;
  text-align: center;
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
}

.navigation--visible {
  display: block;
}

.navigation-anchor {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 60px;
  text-decoration: none;
  display: block;
  width: 100%;
}

.navigation-anchor:last-of-type {
  margin-right: 0;
}

.navigation-anchor--active {
  font-weight: 600;
}

.navigation-toggle {
  border-left: 1px solid rgba(0,0,0,0.1);
  color: #255aa1;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
  margin-right: 0;
  padding: 0 20px;
  height: 60px;
  width: auto;
  position: fixed;
  top: 0;
  right: 0;
}

/*.navigation-toggle:hover {
  background: rgba(0,0,0,0.1);
  color: #255aa1;
}*/

@media (min-width: 1024px) {
  .navigation {
    background: #fff;
    color: #255aa1;
    text-align: left;
    display: inline-block;
    float: right;
    margin-right: 20px;
    width: auto;
    position: static;
    top: unset;
    left: unset;
  }

  .navigation--visible {
    display: inline-block;
  }

  .navigation-anchor {
    border-bottom: none;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    width: auto;
  }

  .navigation-toggle {
    display: none;
  }
}

/* Footer */
.footer {
  background: #222;
  color: #fff;
  padding: 50px 0;
}

.footer-column {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 20px;
  padding: 0 20px;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer-column {
    width: 25%;
  }
}

.footer-item a:hover {
  opacity: 0.5;
}

.footer-copyright {
  margin: 0 20px;
  opacity: 0.5;
}

/* Main */
.main {
  padding-top: 85px;
}

@media (min-width: 1024px) {
  .main {
    padding-top: 125px;
  }
}

/* Content */
.content {
  display: block;
  width: 100%;
}

.content p,
.content li {
  font-family: "Frank Ruhl Libre", Times, "Times New Roman", serif;
}

.content-ad {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .content {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: calc(100% - 345px);
  }
}

/* Sidebar */
.sidebar {
  background: rgba(0,0,0,0.1);
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.sidebar-heading {
  margin: 15px 0;
}

@media (min-width: 1024px) {
  .sidebar {
    background: transparent;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: -4px;
    padding-right: 20px;
    vertical-align: top;
    max-width: 345px;
    width: 100%;
  }

  .sidebar-heading {
    margin-top: 0;
  }
}

/* Popular articles */
.popularArticles {
  border: 1px solid rgba(0,0,0,0.15);
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 5px 20px 20px;
}

.popularArticles-item {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.popularArticles-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.popularArticles-anchor:hover {
  color: #255aa1;
}

.popularArticles-image,
.popularArticles-info {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

.popularArticles-image {
  width: 75px;
}

.popularArticles-info {
  margin-left: 10px;
  width: calc(100% - 85px);
}

.popularArticles-tag {
  margin: 2.5px 0 2px;
}

.popularArticles-title {
  font-size: 16px;
  line-height: 18px;
}

/* Latest news */
.latestNews {}

.latestNews-heading {}

.latestNews-ad {
  box-sizing: border-box;
  display: block;
  margin: 20px 0;
  padding: 0 10px;
  width: 100%;
}

.latestNews-item {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: -4px;
  padding: 0 10px;
  vertical-align: top;
  width: 50%;
}

.latestNews-item--large {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .latestNews-item {
    width: 33.3333333%;
  }

  .latestNews-item--large {
    width: 100%;
  }

  .latestNews-item--large .latestNews-heroImage {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding-right: 5px;
    vertical-align: top;
    width: 66.6666666%;
  }

  .latestNews-item--large .latestNews-image {
    margin-bottom: 0;
  }

  .latestNews-item--large .latestNews-content {
    display: inline-block;
    margin-right: -4px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    vertical-align: top;
    width: 33.3333333%;
  }
}

.latestNews-item--featured {
  box-sizing: border-box;
  display: block;
  margin-bottom: 40px;
  width: 100%;
}

.latestNews-image {
  margin-bottom: 10px;
  max-width: none;
  width: 100%;
}

.latestNews-title {
  display: inline-block;
  margin-bottom: 5px;
}

.latestNews-content {
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 1024px) {
  .latestNews-content {
    padding: 0 20px 0 10px;
  }
}

.latestNews-summary {
  margin-bottom: 15px;
}

.latestNews-summary p {
  margin-bottom: 0;
}

.latestNews-anchor:hover {
  color: #255aa1;
}

.latestNews-author {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.latestNews-author--small {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.latestNews-date {
  font-weight: 400;
  margin-left: 2.5px;
}

.latestNews-date--small {}

.latestNews-tag {
  margin-bottom: 2px;
}

.news-pagination,
.topics-pagination {
  box-sizing: border-box;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
  height: 50px;
  width: 100%;
}

.news-paginationAnchor,
.topics-paginationAnchor {
  border: 1px solid rgba(0,0,0,0.1);
  display: inline-block;
  margin: 0 20px;
  padding: 0 20px;
  vertical-align: middle;
}

.topics-pagination {
  text-align: left;
  padding: 0;
}

.topics-paginationAnchor {
  margin: 0;
}

@media (min-width: 768px) {
  .news-paginationAnchor:hover,
  .topics-paginationAnchor:hover {
    border-color: #255aa1;
  }
}


.featuredTopics-heading {}

.featuredTopics-item {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: -4px;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
  width: 50%;
}

@media (min-width: 1024px) {
  .featuredTopics-item {
    margin-bottom: 0;
    width: 33.3333333%;
  }
}

.featuredTopics-content {
  background: #255aa1;
  position: relative;
  height: 100%;
  width: 100%;
}

.featuredTopics-anchor {
  color: #fff;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.featuredTopics-anchor:hover {
  color: #fff;
  opacity: 0.5;
}

.featuredTopics-image {
  opacity: 0.10;
  width: 100%;
}

.seasonalTopics,
.featuredTests {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -4px;
  padding: 0 10px;
  vertical-align: top;
  width: 100%;
}

.seasonalTopics {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.seasonalTopics-item,
.featuredTests-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.seasonalTopics-title,
.featuredTests-title {
  margin-bottom: 5px;
}

.seasonalTopics-content,
.featuredTests-content {
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.seasonalTopics-info--inline,
.featuredTests-info--inline {
  display: inline-block;
  margin-right: -4px;
  margin-left: 10px;
  vertical-align: top;
  width: calc(100% - 85px);
}

.seasonalTopics-info .tag,
.featuredTests-info tag {
  margin: 2.5px 0 2px;
}

.seasonalTopics-summary,
.featuredTests-summary {
  margin-bottom: 10px;
}

.seasonalTopics-author,
.featuredTests-author {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.seasonalTopics-date,
.featuredTests-date {
  font-weight: 400;
  margin-left: 2.5px;
}

.seasonalTopics-image,
.featuredTests-image {
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 20px;
  vertical-align: top;
  width: 75px;
}

.seasonalTopics-item:last-of-type .seasonalTopics-image,
.featuredTests-item:last-of-type .featuredTests-image {
  margin-bottom: 0;
}

.seasonalTopics-image--large,
.featuredTests-image--large {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .seasonalTopics,
  .featuredTests {
    width: 50%;
  }

  .seasonalTopics,
  .featuredTests {
    border-bottom: none;
  }

  .seasonalTopics {
    border-right: 1px solid rgba(0,0,0,0.1);
  }

  .seasonalTopics-item:last-of-type,
  .featuredTests-item:last-of-type {
    margin-bottom: 0;
  }

  .seasonalTopics-item:last-of-type .seasonalTopics-content,
  .featuredTests-item:last-of-type .featuredTests-content {
    border-bottom: none;
  }
}

/* Topics */
.topics {}

/*.topics-heading {
  margin-bottom: 0;
}*/

.topics-item {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 10px;
}

.topics-header {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 10px;
  padding-top: 20px;
}

.topics-item:first-of-type .topics-header {
  border-top: none;
}

.topics-letter {
  background: #255aa1;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  vertical-align: middle;
}

.topics-title {
  color: #255aa1;
  line-height: 50px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.topics-content {
  padding-left: 65px;
}

.topics-nested-content {
  margin-left: 20px;
}

.topics-child-item {
  margin-bottom: 10px;
}

.topics-nested-anchor {
  display: block;
  margin-bottom: 5px;
}

.topics-anchor {}

.topics-anchor:last-of-type {
  margin-right: 0;
}

.article {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 20px;
}

.article blockquote {
  border-left: 5px solid #255aa1;
  color: #255aa1;
  font-weight: 400;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 5px 20px;
}

.article blockquote p:last-of-type {
  margin-bottom: 0;
}

.article h2,
.article h3,
.article h4,
.page h2,
.page h3,
.page h4 {
  font-family: "DM Serif Display", Times, "Times New Roman", serif;
  font-weight: 400;
}

.article h2,
.page h2 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 20px;
}

.article h3,
.page h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
}

.article a {
  text-decoration: underline;
}

.article-tag {

}

.article-title,
.page-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}

.article-image {
  margin-bottom: 20px;
  width: 100%;
}

.article-author {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.article-date {
  font-weight: 400;
  margin-left: 2.5px;
}

.article-summary,
.article-content {
  box-sizing: border-box;
  padding: 0 10px;
}

/* Article */
.relatedEntries {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 0 10px;
}

.relatedEntriesList {
  box-sizing: border-box;
  padding: 0 10px;
}

.relatedEntry {
  box-sizing: border-box;
  padding: 0 10px;
}

.relatedEntryAnchor {
  display: block;
  margin-bottom: 5px;
}

/* Page */
.page-content {
  box-sizing: border-box;
  padding: 0 10px;
}
