.socialNewsletterSharing.boxed {
  background-image: none;
}
.socialNewsletterSharing.boxed .combine-layout .span-6 {
  overflow: hidden;
  width: calc(100% - 10px);
}
.dr-page-article > .combine-layout > .span-6 {
  width: calc(100% - 160px);
  float: right;
}
@media only screen and (max-width: 700px) {
  .dr-page-article > .combine-layout > .span-6 {
    width: 100%;
    float: left;
  }
  .dr-page-article > .combine-layout > .span-6 .twitterFollow {
    float: left;
  }
  .live-page-node .live-tip .factbox-contact .mobile {
    display: block;
  }
  .live-page-node .live-tip .factbox-contact .desktop {
    display: none;
  }
  .combine-layout .span-6 {
    margin-left: 0;
  }
  .socialNewsletterSharing.boxed {
    top: -10px;
  }
}
.dr-site-navigation > ul > li > a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.dr-site-navigation .dr-button-toggler + ul li a {
  background-color: #595959;
  background-color: rgba(0, 0, 0, 0.55);
}
.dr-site-navigation .dr-button-toggler + ul li.active a {
  background-color: black;
}
/**
 * Jan. 2015, JEHR
 * Dirty fix, hide empty paragraphs.
 **/
p:empty {
  display: none;
}
.item .subheadline:first-child {
  margin-top: 0;
}
/**
 * Jan. 2015, JEHR
 * Fix headline on .boxed-band blocks.
 **/
.boxed-band.mute-heading > h2 {
  position: absolute;
}
/**
 * Jan. 27, 2015, JEHR
 * Set share-box font-size.
 **/
[class*="dr-site-share"] > span {
  font-size: 14px;
}
/**
 * Jan. 27, 2015, JEHR
 * Set new rules for article headline.
 **/
.dr-page-article {
  padding-top: 0;
}
.dr-page-article > .metainfo {
  position: relative;
  margin-bottom: 10px;
}
.dr-page-article > .metainfo time {
  float: none;
}
.dr-page-article > h1 {
  margin-bottom: 5px;
}
.dr-page-article.boxed > .metainfo,
.dr-page-article.boxed-image > .metainfo {
  top: 0;
  left: 0;
}
.dr-page-article.boxed > h1,
.dr-page-article.boxed-image > h1 {
  margin-top: 0;
}
/**
 * Jan. 2015, JEHR
 * Make this particular layout work.
 * Can't locate the specific error in global assets.
 **/
.teaser-deck-a .divide + .break .item:first-child {
  padding-top: 0;
}
/**
 * Nov. 2015, JEHR
 * Layout has been made mobile first, so desktop styling needs to be adressed.
 **/
.teaser-top-story > ol > li:first-child .item [class*="heading-"] {
  font-size: 24px;
  line-height: 26px;
}
/**
 * Jan. 2015, JEHR
 * Fix galleries; make excessive items align right.
 **/
.gallery-a .break ~ .break,
.gallery-b .break ~ .break,
.gallery-c .break ~ .break {
  float: left;
  clear: left;
}
.gallery-a .break ~ .break ~ *,
.gallery-b .break ~ .break ~ *,
.gallery-c .break ~ .break ~ * {
  float: left;
}
/**
 * Jan. 2015, JEHR
 * This shouldn't be necessary, but we need it untill we get DRC.
 **/
.span-12 + .span-12 {
  margin-top: 20px;
}
/**
 * Jan. 26 2015, JEHR
 * Make text align right of icon.
 **/
.site-footer-help ul > li > a {
  padding-left: 22px;
}
.site-footer-help ul > li > a:before {
  margin-left: -22px;
}
/**
 * Feb. 18, 2015, ZAWA
 * Generic styling of dropdowns.
 **/
.dr-select select {
  min-width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  z-index: 2;
  height: 30px;
  padding: 5px 20px 5px 10px;
  font: 14px/18px "gibsonSemibold", "Arial", sans-serif;
  background: #FFF none;
  border: 1px solid #B8B8B8;
}
.dr-select {
  position: relative;
}
.js .dr-select:after {
  background: none;
}
.dr-widget-swipe-carousel a:hover {
  text-decoration: none;
}
.item [class*="heading-"] ~ .metainfo {
  margin-top: 6px;
}
.item .heading-small ~ .metainfo,
.item .heading-xsmall ~ .metainfo {
  margin-top: 5px;
}
p + p.linkbox {
  margin-top: 10px;
}
p.linkbox + p.linkbox {
  margin-top: 0;
}
p.linkbox {
  margin-bottom: 20px;
}
p.linkbox:last-child {
  margin-bottom: 0;
}
[class*="span-"].break > .no-image,
[class*="span-"].break ~ * > .no-image {
  margin-top: 20px;
}
.dr-list > .image-wrap {
  padding: 10px 0;
}
.dr-widget-carousel-slideshow {
  margin-bottom: 10px;
}
.live-page-node .live-stream .dr-ui-paging-tabs {
  float: none;
}
.space {
  margin-top: 10px;
}
@media (min-width: 700px) {
  .space {
    margin-top: 20px;
  }
}
.space-10px {
  margin-top: 10px;
}
[class*="article-content"] ul,
[class*="article-content"] ol {
  overflow: auto;
  margin-left: 0;
}
[class*="article-content"] ul li,
[class*="article-content"] ol li {
  margin-left: 20px;
}
[class*="article-content"] .dr-article-list {
  margin: 20px 0 20px 0;
  padding: 25px 0 20px 0;
}
[class*="article-content"] .dr-article-list > li {
  font-family: gibsonRegular, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: black;
  padding: 0 10px 20px 0;
  margin-left: 40px;
  position: relative;
}
[class*="article-content"] .dr-article-list > li a {
  text-decoration: underline;
}
[class*="article-content"] .dr-article-list > li:last-child {
  padding-bottom: 0;
}
[class*="article-content"] ul.dr-article-list {
  list-style: none;
}
[class*="article-content"] ul.dr-article-list > li:before {
  content: '\2022';
  font-size: 24px;
  position: absolute;
  left: -20px;
  top: -3px;
  color: black;
}
[class*="article-content"] ol.dr-article-list {
  list-style: none;
  counter-reset: item;
}
[class*="article-content"] ol.dr-article-list li:before {
  font: 18px/1 GibsonRegular;
  content: counter(item);
  counter-increment: item;
  left: -20px;
  position: absolute;
}
[class*="dr-site-follow"] .fb-like-box {
  margin-left: 0;
  margin-top: -10px;
}
@media only screen and (max-width: 960px) {
  .site-id .site-logo {
    display: none;
  }
}
.election-banner {
  margin-top: 76px !important;
}
@media only screen and (max-width: 960px) {
  .election-banner {
    margin-top: 40px !important;
  }
}
body {
  background-color: #9bb6bb;
}
.site-wrapper {
  background: url('../images/valg2015-backdrop-wide.jpg') no-repeat fixed center 0 transparent;
}
@media screen and (max-width: 700px) {
  .site-wrapper {
    background: url('../images/valg2015-backdrop-mobile.jpg') no-repeat fixed center 0 transparent;
  }
}
li > a[class*="dr-icon"][class*="-boxed"]:before,
li > a[class*="dr-icon"][class*="-inverted"]:before,
[class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #ff1e00;
  color: #ffffff;
}
li > a[class*="dr-icon"]:before,
[class*="dr-site-share"] [class*="dr-icon"]:before {
  color: #ff1e00;
}
.dr-site-navigation li.active a {
  background-color: #ff1e00;
}
.dr-page-article {
  background-color: #f5f8f8;
  background-color: rgba(255, 255, 255, 0.9);
}
.boxed {
  background-color: #1b4651;
  background-color: rgba(13, 57, 69, 0.9);
}
.boxed h1,
.boxed h2,
.boxed h3,
.boxed h4,
.boxed p,
.boxed a,
.boxed span {
  color: #e7ebec;
  color: rgba(255, 255, 255, 0.9);
}
.container-white,
.container-white.boxed,
.container-white.boxed-image {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.container-white h1,
.container-white.boxed h1,
.container-white.boxed-image h1,
.container-white h2,
.container-white.boxed h2,
.container-white.boxed-image h2,
.container-white h3,
.container-white.boxed h3,
.container-white.boxed-image h3,
.container-white h4,
.container-white.boxed h4,
.container-white.boxed-image h4,
.container-white p,
.container-white.boxed p,
.container-white.boxed-image p,
.container-white a,
.container-white.boxed a,
.container-white.boxed-image a,
.container-white span,
.container-white.boxed span,
.container-white.boxed-image span {
  color: #000000;
}
.container-white .metainfo time,
.container-white.boxed .metainfo time,
.container-white.boxed-image .metainfo time {
  color: rgba(0, 0, 0, 0.5);
}
.container-white.boxed-band:before,
.container-white.boxed-band:after {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.section.news-overview {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.container-nearwhite {
  background-color: #d7e2e4;
  background-color: rgba(255, 255, 255, 0.6);
}
.dr-site-footer-help a {
  color: #e7ebec;
  color: rgba(255, 255, 255, 0.9);
}
.dr-site-footer-help ul {
  background-color: #385f68;
  background-color: rgba(13, 57, 69, 0.7);
}
.dr-site-footer-help .site-footer-contact li > a,
.dr-site-footer-help .site-footer-help [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #0d3945;
}
.node-article .linkbox span {
  color: #ff1e00;
}
.metainfo.org {
  color: #e7ebec;
  color: rgba(255, 255, 255, 0.9);
}
[class*="valg2015-candidate-spot"] {
  position: relative;
  height: 124px;
  padding: 20px;
}
[class*="valg2015-candidate-spot"] .dr-ui-button {
  position: absolute;
  bottom: 20px;
  background-color: #ff1e00;
}
[class*="valg2015-candidate-spot"] p {
  color: #ffffff;
  font: 16px/18px GibsonSemiBold;
}
.section > .combine-layout:last-child {
  padding-bottom: 0;
}
.valg2015-candidate-spot {
  background: url('../images/kandidattest_spot02.jpg') no-repeat top left;
}
.valg2015-candidate-spot-big {
  background: url('../images/spot-plakatgenerator-big.jpg') no-repeat top left;
}
.section.result-spot {
  border-bottom: none;
}
@media screen and (min-width: 701px) {
  .site-id:before {
    content: url("../images/hashtag.png");
    position: absolute;
    right: 10px;
    bottom: 24px;
  }
  .site-logo.site-hash {
    color: #ffffff;
    font: 36px/1 "gibsonLight", "Arial", sans-serif;
    text-transform: uppercase;
  }
  .site-logo.site-hash span {
    font-weight: bold;
  }
}
[class*="article-content"] .dr-article-list {
  background: rgba(255, 30, 0, 0.1);
}
[class*="article-content"] ol.dr-article-list li:before {
  color: #ff1e00;
}
[class*="article-content"] .linkbox span,
[class*="article-content"] .linkbox span + a {
  color: #ff1e00;
}
.news-overview [class*="dr-icon"][class*="-link"]:before {
  background-color: #ef3f23;
}
.news-overview h2 [class*="dr-icon"][class*="-link"]:before {
  margin-top: 3px;
}
.news-overview .dr-link-readmore:link,
.news-overview .dr-link-readmore:visited,
.news-overview .linkbox span,
.news-overview .dr-site-share [class*="dr-icon"]:before,
.news-overview .dr-site-share-horizontal [class*="dr-icon"]:before {
  color: #00aede;
}
.news-overview .current-topics {
  border-top: 0;
}
.news-overview .current-topics h2 {
  background-color: #ef3f23;
  color: #ffffff;
  position: relative;
  float: left;
  margin-right: 15px;
}
.news-overview .current-topics ol {
  margin-right: 35px;
}
.news-overview .current-topics li a {
  color: #00aede;
}
.news-overview .current-topics .dr-link-readmore {
  color: #ef3f23;
  background: none;
}
.news-overview .item,
.news-overview [class*="dr-list"] .dr-link-readmore {
  background-image: url(/assets/img/border.svg);
  background-position: -2px -2px;
}
.container-white,
.container-white:before,
.container-white:after {
  background-color: white;
}
.container-white > h2 {
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.dr-breaking-news {
  padding-bottom: 0 !important;
  background-color: #e5e5e5;
  border-bottom: 10px solid #ffd900;
}
.dr-breaking-news h2 {
  background-color: #ffd900;
}
.dr-breaking-news > .combine-layout {
  padding-bottom: 20px;
}
.dr-breaking-news .combine-layout > .divide ~ .break {
  margin-top: 0;
}
.dr-breaking-news.soft-breaking {
  border-bottom: 10px solid #00aede;
}
.dr-breaking-news.soft-breaking h2 {
  background-color: #00aede;
  color: white;
}
.dr-breaking-news [class*="span-"].break > .no-image [class*="small"] ~ p,
.dr-breaking-news [class*="span-"].break ~ * > .no-image [class*="small"] ~ p {
  font-size: 14px;
  line-height: 18px;
}
.dr-breaking-news .no-image.item.boxed {
  background-image: none;
  background-color: white;
}
.dr-breaking-news .item p {
  position: relative;
  top: 0;
  left: 0;
}
.dr-breaking-news .combine-layout .combine-layout .span-12 + .span-12 .item.image-6 {
  padding-bottom: 0;
  background-image: none;
}
@media screen and (max-width: 700px) {
  .news-overview .current-topics h2 {
    padding: 2px 5px 0 !important;
    font-size: 12px;
    line-height: 150%;
    top: 15px;
  }
  .news-overview .current-topics ul,
  .news-overview .current-topics ol {
    margin-right: 0;
    padding-right: 30px;
  }
  .news-overview .current-topics ul li a,
  .news-overview .current-topics ol li a {
    font-size: 14px;
    max-width: 85px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 7px;
    margin-right: 5px;
  }
  .news-overview .current-topics .dr-link-readmore {
    top: 9px !important;
    right: 0 !important;
  }
  .news-overview h2 [class*="dr-icon"][class*="-link"]:before {
    margin-top: 0;
  }
  .news-overview .combine-layout .span-4 li + li + li ~ li,
  .news-overview .combine-layout .span-4 li:nth-child(n+4) {
    display: none;
  }
  .dr-breaking-news ol .break .boxed.no-image {
    margin-top: 10px;
  }
  .dr-breaking-news .item p {
    display: none;
  }
}
/*csslint ids: false*/
/**
 * @file
 * Global styling for the livepage.
 */
.theme-headline h2 {
  padding-top: 0;
  border: none;
  text-transform: none;
  font-size: 42px;
  line-height: 44px;
}
.scrible-live-player .scrbbl-embed {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.scrible-live-player input[type="checkbox"] + .scrbbl-embed:after {
  content: '';
}
.scrible-live-player input[type="checkbox"] {
  display: none;
}
.scrible-live-player input[type="checkbox"] + .scrbbl-embed {
  height: 1226px;
  overflow: hidden;
}
.scrible-live-player input[type="checkbox"] + .scrbbl-embed + label {
  background-color: #000;
  background-image: none;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 3px 3px;
  font: normal 14px/30px "gibsonRegular", "Verdana", sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.scrible-live-player input[type="checkbox"]:checked + .scrbbl-embed {
  height: auto;
  overflow: visible;
  border-bottom: none;
}
.scrible-live-player input[type="checkbox"]:checked + .scrbbl-embed + label {
  display: none;
}
.ie .scrible-live-player input[type="checkbox"] + .scrbbl-embed {
  height: 1264px;
}
.ie .scrible-live-player input[type="checkbox"] + .scrbbl-embed iframe {
  height: 1264px !important;
}
.ie .scrible-live-player input[type="checkbox"] + .scrbbl-embed + label {
  display: none;
}
.ie .section.social-panel > a.sosy-add-more.load-more {
  display: block !important;
  cursor: hand;
  background-image: none;
}
.live-page-node iframe {
  display: block;
}
.live-page-node .site-id > h1 {
  position: relative;
}
.live-page-node .site-id > h1:after {
  content: 'Live';
  font-family: "gibsonSemiBold", "Verdana", sans-serif;
  color: #000;
  background-color: #ffd801;
  position: relative;
  top: -9px;
  left: 12px;
  font-size: 19px;
  line-height: 1;
  padding: 10px 10px 6px 10px;
}
.live-page-node h2.live-player-component-title,
.live-page-node .liveplayer-component > h2,
.live-page-node .scribblesection > h2,
.live-page-node .dr-code-pane > h2 {
  text-transform: uppercase;
  padding: 10px;
}
.live-page-node .dr-code-pane > h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 6px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.live-page-node h2.live-player-component-title,
.live-page-node .liveplayer-component > h2,
.live-page-node .scribblesection > h2 {
  display: none;
}
.live-page-node #tabs li[class*="-tab"] {
  border: none;
  padding: 0;
  background-color: inherit;
}
.live-page-node #tabs li[class*="-tab"] a {
  box-sizing: border-box;
  display: block;
  width: 99%;
  padding: 10px 0;
  background-color: #000;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
}
.live-page-node #tabs li[class*="-tab"]:last-child a {
  width: 100%;
}
.live-page-node .ajax-loader-controls {
  top: 29px;
}
.live-page-node .ajax-loader-controls .loaded-time {
  white-space: nowrap;
  color: #818181;
  position: absolute;
  top: 10px;
  right: 175px;
  font: normal 11px "gibsonRegular", "Verdana", sans-serif;
  text-transform: uppercase;
}
.live-page-node .ajax-loader-controls .loaded-time em {
  font-style: normal;
}
.live-page-node .ajax-loader-controls input {
  margin-right: 5px;
}
.live-page-node .social-panel {
  background-color: #fff;
}
.live-page-node .social-panel > h2 {
  border: #808080;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.live-page-node .sosy-add-more.load-more {
  background-color: #000;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 3px 3px;
  font: normal 14px/30px "gibsonRegular", "Verdana", sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  position: relative;
}
.live-page-node .dr-ui-button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  background-color: #000;
}
.live-page-node .dr-select {
  position: relative;
  margin-bottom: 10px;
}
.live-page-node .dr-icon-add:before {
  font-size: 12px;
  line-height: 1.3;
}
.live-page-node.sosy-add-more {
  padding: 10px;
  margin: 0 10px;
  border-top-color: #808080;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.live-page-node h2.live-player-component-title + ul {
  margin-top: 20px;
}
.live-page-node .dr-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  z-index: 2;
  height: 30px;
  width: 100%;
  padding: 5px 5px 5px 10px;
  font: 14px/18px "gibsonSemibold", "Arial", sans-serif;
  background: #FFF none;
  border: 1px solid #B8B8B8;
}
.live-page-node .live-stream p {
  font: normal 14px/1.2 "gibsonRegular", "Arial", sans-serif;
}
.live-page-node .live-stream .dr-ui-paging-tabs {
  float: none;
}
.live-page-node .live-video-player-description > p,
.live-page-node .live-video-player-description > h2,
.live-page-node .live-video-player-description > h3 {
  padding-top: 10px;
}
.live-page-node .live-video-player-description > *:last-child {
  padding-bottom: 0;
}
.live-page-node .live-video-player-description > h3 {
  display: none;
}
.live-page-node .dr-site-factbox ul li {
  color: black;
}
.live-page-node .dr-site-factbox ol li {
  color: black;
}
.js .dr-select:after {
  background-color: transparent;
}
@media only screen and (max-width: 700px) {
  .live-page-node input[type="checkbox"] + .scrbbl-embed {
    height: 1000px;
  }
  .live-page-node .social-panel > h2,
  .live-page-node h2.live-player-component-title,
  .live-page-node .scribblesection > h2,
  .live-page-node .dr-code-pane > h2 {
    display: block;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0 none;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
  }
  .live-page-node .detach-header {
    margin-top: 58px;
    position: relative;
  }
  .live-page-node .detach-header + .detach-header,
  .live-page-node .detach-header.social-panel {
    margin-top: 68px;
  }
  .live-page-node .detach-header.social-panel > h2,
  .live-page-node .detach-header h2.live-player-component-title,
  .live-page-node .detach-header .scribblesection > h2,
  .live-page-node .detach-header .dr-code-pane h2 {
    position: absolute;
    height: 48px;
    line-height: 38px;
    top: -58px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .live-page-node .detach-header .dr-code-pane > h2 {
    padding-top: 5px;
  }
  .live-page-node .detach-header.boxed > h2 {
    margin: 0 0 0 0;
  }
  .live-page-node .ajax-loader-controls-wrapper + .pars-title {
    margin: 10px;
  }
  .live-page-node .ajax-loader-controls {
    top: 18px;
    right: 20px;
  }
  .live-page-node .ajax-loader-controls .dr-ui-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .live-page-node .ajax-loader-controls .loaded-time {
    top: 64px;
    right: 0;
  }
  .live-page-node .social-panel > .combine-layout {
    margin-top: -10px;
  }
  .live-page-node .social-panel h2.pars-title {
    border-top: none;
    border-bottom: none;
  }
  .live-page-node h2.live-player-component-title + ul {
    margin-top: 10px;
  }
  .live-page-node .site-id > h1:after {
    font-size: 12px;
    padding: 6px 10px 4px 10px;
    top: -7px;
  }
}
.ie .live-page-node .site-id > h1:after {
  padding: 4px 10px;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .theme-headline menu.share {
    display: none;
  }
}
[class*="dr-site-share"][class*="-horizontal"]:before {
  background: none;
}
.dr-yarn-share[class*="dr-site-share"][class*="-horizontal"] {
  background: none;
  font-family: gibsonRegular, Arial, sans-serif;
  font-weight: normal;
}
.dr-yarn-share[class*="dr-site-share"][class*="-horizontal"] menu li:first-child {
  text-transform: uppercase;
  margin-left: 0;
}
.dr-yarn-share[class*="dr-site-share"][class*="-horizontal"] a[class*="dr-icon"]:before {
  margin-right: 5px;
}
.dr-yarn-theme-title {
  font-family: "gibsonRegular", "Arial", sans-serif;
  color: #00aede;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 0 0;
}
.dr-yarn-theme-description {
  padding-top: 10px;
}
.dr-alphabet-list .dr-alphabet-list-letters li {
  display: inline;
  list-style-type: none;
  font-family: "gibsonRegular", "Arial", sans-serif;
  font-size: 24px;
}
.dr-alphabet-list .dr-alphabet-list-letters {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dr-alphabet-list .dr-alphabet-list-letters-item {
  padding-right: 0;
}
.dr-alphabet-list .dr-alphabet-list-letters-item a {
  font-family: gibsonLight, Arial, sans-serif;
  font-weight: normal;
  font-weight: 100;
  color: #666666;
  width: 2.5em;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}
.dr-alphabet-list .dr-alphabet-list-letters-item.active a {
  color: black;
  font-family: gibsonRegular, Arial, sans-serif;
  font-weight: normal;
}
.dr-alphabet-list .dr-alphabet-list-letters-item.disabled a {
  color: rgba(0, 0, 0, 0.4);
}
.dr-yarn-content .dateseparator {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dr-yarn-content .dateseparator .line {
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #00aede;
  top: 50%;
  margin-top: -1.5px;
  padding: 0;
}
.dr-yarn-content .dateseparator .dr-site-factbox {
  background-color: #00aede;
}
.dr-yarn-content .dateseparator .date {
  position: relative;
  padding: 3px;
  padding-left: 20px;
  padding-right: 30px;
  background-color: #00aede;
}
@media screen and (min-width: 800px) {
  .dr-yarn-content .dr-yarn-timeline .dateseparator {
    margin-left: -150px;
  }
  .dr-yarn-content .dr-yarn-timeline .item {
    padding-left: 150px;
  }
}
.dr-yarn-theme-information-area .item:first-child {
  background-image: none;
}
.section[class*="yarncontent-"] {
  border-bottom: none;
}
.yarncontent-top .span-12 ol .item:first-child {
  background-position: -2px 100% !important;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 700px) {
  .yarncontent-top .span-12 ol li:nth-child(3n) .item {
    background-image: none;
  }
}
.yarncontent-mid {
  padding-bottom: 0;
}
.yarncontent-bottom .simple-wrapper.section {
  border-bottom: none;
}
@media screen and (min-width: 701px) {
  .yarncontent-bottom .simple-wrapper.section {
    padding: 0 10px 0 10px;
  }
}
[class*="dr-site-footer-"] {
  width: 100%;
}
/**
 * @file
 * pars_files.
 */
.dr-article-list.pars-files-container {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
}
.dr-article-list.pars-files-container h3 {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
  font-family: "gibsonSemiBold", "Arial Black", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 500;
}
.dr-article-list.pars-files-container h3 + .item-list > ul {
  margin: -40px 0 0 0;
}
.dr-article-list.pars-files-container h3 + .item-list > ul > .first {
  margin-top: 40px;
}
