﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
body {
  background: #f0f1f4 url('background.png') no-repeat left top fixed;
  font-family: 'ORF ON', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: normal;
}
[class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}
[class*="col-"] .nopadding {
  padding: 0;
}
[class*="col-"] .nopadding-left {
  padding-left: 0;
}
[class*="col-"] .nopadding-right {
  padding-right: 0;
}
.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 970px;
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  height: 100%;
  min-height: 85vh;
}
header {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 70px;
  background-color: #fff;
  margin-bottom: 10px;
  font-family: 'ORF ON Condensed SC', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
header .toprow {
  position: relative;
  padding: 37px 0 32px 55px;
  font-size: 1.313em;
  margin-right: 0;
}
header .toprow > div {
  padding-left: 0;
}
header .toprow .logo.hidden-lg {
  margin-right: 25px;
  padding-top: 7px !important;
}
header .navbar {
  border-radius: 0;
  margin-bottom: 0;
  background-color: #000;
  min-height: 15px;
  height: 40px;
  border: none;
}
header .navbar .navbar-collapse.in {
  z-index: 99999;
  position: absolute;
  min-width: 200px;
  right: 0;
}
header .navbar .navbar-collapse.in .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -15px;
}
header .navbar .navbar-collapse.in > ul > li,
header .navbar .navbar-collapse.in > form > ul > li {
  padding: 12px 12px 10px 30px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid #fff;
  width: 100%;
}
header .navbar-inverse .navbar-nav > li > a {
  padding: 12px 10px;
  color: #fff;
  letter-spacing: 1px;
  line-height: normal;
}
header .hamburger-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60px;
}
header .hamburger-menu #hamburger-main-nav {
  background: transparent url('burger.on.svg') 16px 17px no-repeat;
  background-size: 30px 30px;
  display: block;
  width: 60px;
  height: 80px;
}
header .hamburger-menu #hamburger-main-nav span {
  display: none;
}
header .hamburger-menu #hamburger-main-nav.open {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('burger.off.svg');
}
.sidebar-nav .box {
  padding: 10px;
  position: relative;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-right: 16px;
  background-color: #f0f1f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e6e7e8;
}
.sidebar-nav .box:hover {
  background-color: #e6e7e8;
}
.sidebar-nav .box:last-child {
  margin-bottom: 10px !important;
}
.sidebar-nav .box-expanded,
.sidebar-nav .box-expanded:hover {
  background-color: #fff;
}
.sidebar-nav .box-expanded .navItem.visible,
.sidebar-nav .box-expanded:hover .navItem.visible,
.sidebar-nav .box-expanded .navItem.visible a,
.sidebar-nav .box-expanded:hover .navItem.visible a {
  color: #000;
}
.sidebar-nav .box-expanded .navItem.visible a:hover,
.sidebar-nav .box-expanded:hover .navItem.visible a:hover {
  color: #e01f26;
}
.sidebar-nav .subNavContainer {
  padding-top: 1px;
}
.sidebar-nav .box:not(:last-child):after,
.sidebar-nav .box:not(:last-child):before {
  left: 12%;
  bottom: -20px;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sidebar-nav .box:not(:last-child):after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f0f1f4;
  border-width: 13px;
  margin-left: -13px;
  z-index: 999;
}
.sidebar-nav .box:not(:last-child):hover:after {
  border-top-color: #e6e7e8;
}
.sidebar-nav .box-expanded:after {
  border-top-color: white !important;
}
.sidebar-nav .box:not(:last-child):before {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #e6e7e8;
  border-width: 10px;
  margin-left: -10px;
  z-index: 999;
}
.sidebar-nav .navItem {
  line-height: 1.375em;
  margin: 5px 0 9px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.sidebar-nav .navItem .container {
  width: 100%;
}
.sidebar-nav .navItem.visible,
.sidebar-nav .navItem.visible a {
  color: grey;
  font-weight: bold;
}
.sidebar-nav .navItem.visible a:hover {
  color: #e01f26;
}
.sidebar-nav .active a {
  color: #a6a6a6;
}
.sidebar-nav hr {
  border: 0;
  height: 1px;
  color: #e6e7e8;
  background-color: #e6e7e8;
  margin: 0px;
}
.sidebar-nav > .box > .navItem > a {
  color: #000;
  font-weight: bold;
}
.sidebar-nav .toggleNavigationIcon {
  cursor: pointer;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  /* display: inline-block; */
  background: transparent url('nav.expand.svg') no-repeat scroll right top 6px;
  background-size: 17px 7px;
  margin-left: 10px;
}
.sidebar-nav .toggleNavigationIcon.expanded {
  background: transparent url('nav.close.svg') no-repeat scroll right top 6px;
  background-size: 17px 7px;
}
footer {
  padding: 35px 0 0 0;
  background: #000 url('orf_wiewir_neg.png') no-repeat 40px 40px;
  color: #fff;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 273px;
  line-height: 1.5em;
}
footer .footer-links {
  padding: 50px 0 25px 34px;
  margin: 0;
}
footer .footer-links div {
  padding-left: 6px;
  padding-right: 6px;
}
footer p {
  margin: 0;
}
footer .row.red {
  background-color: #e01f26;
  height: 48px;
  margin: 0;
}
footer a {
  color: #fff;
}
.headline {
  padding-top: 16px;
}
.headline a {
  color: #a6a6a6;
  font-family: 'ORF ON', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  text-decoration: none;
  font-style: italic;
  font-size: 2.4rem;
}
a {
  color: #e01f26;
  text-decoration: none;
}
.row.without-gutter {
  margin-left: -6px;
  margin-right: -6px;
}
.content.front img {
  display: block;
  width: 100%;
}
.content.front .caption,
.content.front .credits {
  display: none;
}
.content.front .lead {
  width: 100%;
  font-size: inherit;
}
.content.front .lead .title h2 {
  font-size: 1.875em;
}
.content.front .lead,
.content.front .sublead {
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.content.front .lead .title,
.content.front .sublead .title {
  background: transparent linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40%;
}
.content.front .lead .title h2,
.content.front .sublead .title h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  left: 18px;
  padding-right: 10px;
  bottom: 12px;
}
.content.front .lead .keyword,
.content.front .sublead .keyword {
  font-family: 'ORF ON Condensed SC', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 1em;
  color: #fff;
  line-height: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.content.front .sublead .title h2 {
  font-size: 1.25em;
}
.content.front .accordion {
  clear: left;
  width: 100%;
  margin-bottom: 12px;
}
.content.front .accordion .item {
  margin-bottom: 6px;
  -webkit-box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.4);
  -moz-box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.4);
  box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.4);
}
.content.front .accordion .item .title.expanded {
  padding-left: 13.3%;
  padding-bottom: 4px;
  font-size: 1.5em;
  line-height: 1.5em;
  background: #fff url('nav.close.svg') no-repeat scroll right 13px top 21px;
  background-size: 17px 7px;
}
.content.front .accordion .item .title.expanded p {
  padding-left: 0 !important;
}
.content.front .accordion .item .title.expanded a {
  font-weight: 700;
  color: #000;
}
.content.front .accordion .item .title {
  font-size: 1.125em;
  line-height: 1.375em;
  color: #e01f26;
  min-height: 48px;
  position: relative;
  cursor: pointer;
  margin-right: 0 !important;
  background: #fff url('nav.expand.svg') no-repeat scroll right 13px center;
  background-size: 17px 7px;
}
.content.front .accordion .item .title p {
  padding: 12px 40px 11px 18px;
}
.content.front .accordion .item .hiddenStory {
  display: none;
}
.content.front .teaser-item .teasermodule {
  background: #fff;
  /*height: 109px;*/
  height: 80px;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.4);
  -moz-box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.4);
  box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.4);
}
.content.front .teaser-item .teasermodule img {
  width: auto !important;
}
.content.front .teaser-item .teasermodule ul li {
  padding-left: 17px;
  margin-bottom: 7px;
  background: transparent url('bullet.svg') no-repeat scroll 3px 6px;
  background-size: 4px 4px;
}
.content.front .teaser-item .teasermodule .crop {
  max-width: 48%;
  overflow: hidden;
  float: left;
}
.content.front .teaser-item .teasermodule .crop ~ .storybox {
  padding: 10px 5px 0 7px;
}
.content.front .teaser-item .teasermodule .storybox {
  padding: 10px 5px 0 15px;
  height: 105px;
  overflow: hidden;
}
.content.front .teaser-item .teasermodule .storybox h2 {
  line-height: 1.35em;
}
.content.front .teaser-item .teasermodule .storybox .keyword {
  font-family: 'ORF ON Condensed SC', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.content.front .promo {
  margin-bottom: 12px;
  min-height: 100px;
  position: relative;
  background: #999 linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent) repeat scroll 0 0;
}
.content.front .promo .keyword {
  font-family: 'ORF ON Condensed SC', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 1em;
  color: #fff;
  line-height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.content.front .promo .title {
  background: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35%;
}
.content.front .promo .title h2 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  left: 18px;
  bottom: 12px;
  padding-right: 10px;
}
.content.front .promo img ~ .title {
  background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65)) repeat scroll 0 0;
}
.content.front .accordion .item .story,
.content.story,
.content.form {
  background-color: #fff;
  line-height: 1.5em;
  padding-bottom: 40px;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 0;
}
.content.front .accordion .item .story .storytext,
.content.story .storytext,
.content.form .storytext {
  position: relative;
  /*.typeahead > li {
            padding: 0;
            background: none;
            background-size: 0;
        }*/
}
.content.front .accordion .item .story .storytext > div,
.content.story .storytext > div,
.content.form .storytext > div,
.content.front .accordion .item .story .storytext > form,
.content.story .storytext > form,
.content.form .storytext > form {
  margin-bottom: 20px;
  margin-left: 13.3%;
  margin-right: 11.7%;
}
.content.front .accordion .item .story .storytext > div.texttable > div,
.content.story .storytext > div.texttable > div,
.content.form .storytext > div.texttable > div {
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.content.front .accordion .item .story .storytext > div.texttable > h1,
.content.story .storytext > div.texttable > h1,
.content.form .storytext > div.texttable > h1 {
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 15px 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.content.front .accordion .item .story .storytext .teaser,
.content.story .storytext .teaser,
.content.form .storytext .teaser {
  font-weight: 500;
}
.content.front .accordion .item .story .storytext h1,
.content.story .storytext h1,
.content.form .storytext h1 {
  margin-left: 13.3%;
  margin-right: 11.7%;
  padding: 40px 0 15px 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.content.front .accordion .item .story .storytext h2,
.content.story .storytext h2,
.content.form .storytext h2 {
  margin-left: 13.3%;
  margin-right: 11.7%;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.content.front .accordion .item .story .storytext .factbox,
.content.story .storytext .factbox,
.content.form .storytext .factbox {
  position: relative;
  font-size: 0.875em;
  line-height: 1.44em;
  float: left;
  width: 37.4%;
  margin: 0 17px 10px 0;
  display: inline;
  background: #f0f1f4;
}
.content.front .accordion .item .story .storytext .factbox > div,
.content.story .storytext .factbox > div,
.content.form .storytext .factbox > div {
  margin: 12px 6% 10px 6%;
}
.content.front .accordion .item .story .storytext ul li,
.content.story .storytext ul li,
.content.form .storytext ul li {
  overflow: hidden;
  padding-left: 15px;
  background: transparent url('bullet.svg') no-repeat scroll 3px 9px;
  background-size: 4px 4px;
}
.content.front .accordion .item .story .storytext .socialButtons,
.content.story .storytext .socialButtons,
.content.form .storytext .socialButtons {
  margin: 0 0 0 -31px !important;
  position: absolute;
  left: 100%;
  top: 30px;
  width: 31px;
  height: 69px;
}
.content.front .accordion .item .story .storytext .socialButtons a,
.content.story .storytext .socialButtons a,
.content.form .storytext .socialButtons a {
  display: inline-block;
  width: 31px;
  height: 32px;
  text-indent: -99999px;
  text-decoration: none;
  background-color: unset;
  background-image: url('socialSprite.png');
  padding: 0 !important;
  outline: 0;
  margin-bottom: 5px;
}
.content.front .accordion .item .story .storytext .socialButtons a.twitter,
.content.story .storytext .socialButtons a.twitter,
.content.form .storytext .socialButtons a.twitter {
  background-position: 0 0;
}
.content.front .accordion .item .story .storytext .socialButtons a.facebook,
.content.story .storytext .socialButtons a.facebook,
.content.form .storytext .socialButtons a.facebook {
  background-position: 0 -74px;
}
.content.front .accordion .item .story .storytext .storyMeta,
.content.story .storytext .storyMeta,
.content.form .storytext .storyMeta {
  margin-bottom: 0;
  margin-top: 40px;
  border-top: 0 none;
  border-bottom: 5px solid #f0f1f4;
  overflow: hidden;
  clear: both;
}
.content.front .accordion .item .story .storytext .storyMeta .toplink,
.content.story .storytext .storyMeta .toplink,
.content.form .storytext .storyMeta .toplink {
  float: right;
  display: inline-block;
  background: url('arrow.top.svg') no-repeat right 7px;
  padding-right: 12px;
  margin-bottom: 4px;
}
.content.front .accordion .item .story .storytext .slideshow,
.content.story .storytext .slideshow,
.content.form .storytext .slideshow {
  margin-left: 0;
  margin-right: 0;
}
.content.front .accordion .item .story .storytext .slideshow.opener .bx-wrapper .bx-viewport,
.content.story .storytext .slideshow.opener .bx-wrapper .bx-viewport,
.content.form .storytext .slideshow.opener .bx-wrapper .bx-viewport {
  padding-top: 0;
}
.content.front .accordion .item .story .storytext .slideshow.opener .bx-controls.bx-pager,
.content.story .storytext .slideshow.opener .bx-controls.bx-pager,
.content.form .storytext .slideshow.opener .bx-controls.bx-pager {
  position: absolute;
  top: 4px;
  left: 48%;
}
.content.front .accordion .item .story .storytext .slideshow .container,
.content.story .storytext .slideshow .container,
.content.form .storytext .slideshow .container {
  padding: 0;
}
.content.front .accordion .item .story .storytext .slideshow .container .credits,
.content.story .storytext .slideshow .container .credits,
.content.form .storytext .slideshow .container .credits {
  position: absolute;
  right: -8px;
  top: -18px;
}
.content.front .accordion .item .story .storytext .slideshow .container .caption,
.content.story .storytext .slideshow .container .caption,
.content.form .storytext .slideshow .container .caption {
  display: block;
  font-size: 0.875em;
  line-height: 1.231;
  margin: 5px 20% 0 20%;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper,
.content.story .storytext .slideshow .bx-wrapper,
.content.form .storytext .slideshow .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper:hover .bx-controls,
.content.story .storytext .slideshow .bx-wrapper:hover .bx-controls,
.content.form .storytext .slideshow .bx-wrapper:hover .bx-controls {
  display: block;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper img,
.content.story .storytext .slideshow .bx-wrapper img,
.content.form .storytext .slideshow .bx-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-viewport,
.content.story .storytext .slideshow .bx-wrapper .bx-viewport,
.content.form .storytext .slideshow .bx-wrapper .bx-viewport {
  padding-top: 15px;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-loading,
.content.story .storytext .slideshow .bx-wrapper .bx-loading,
.content.form .storytext .slideshow .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/bx_loader.gif) center center no-repeat transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction a,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction a,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 41%;
  margin-top: -16px;
  outline: 0;
  height: 90px;
  width: 30px;
  text-indent: -9999px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center top 50%;
  background-size: 8px 19px;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction a.disabled,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction a.disabled,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction a:hover,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction a:hover,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  background-image: url(/slide.left.svg);
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev-overlay,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev-overlay,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev-overlay {
  position: absolute;
  top: 15px;
  width: 50%;
  height: 95%;
  display: block;
  z-index: 9999;
  cursor: pointer;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev-overlay:hover a,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev-overlay:hover a,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-prev-overlay:hover a {
  background-color: rgba(0, 0, 0, 0.5);
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  background-image: url(/slide.right.svg);
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next-overlay,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next-overlay,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next-overlay {
  right: 0;
  position: absolute;
  top: 15px;
  width: 50%;
  height: 95%;
  display: block;
  z-index: 9999;
  cursor: pointer;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next-overlay:hover a,
.content.story .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next-overlay:hover a,
.content.form .storytext .slideshow .bx-wrapper .bx-controls-direction .bx-next-overlay:hover a {
  background-color: rgba(0, 0, 0, 0.5);
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls,
.content.story .storytext .slideshow .bx-wrapper .bx-controls,
.content.form .storytext .slideshow .bx-wrapper .bx-controls {
  display: block;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls.hidden,
.content.story .storytext .slideshow .bx-wrapper .bx-controls.hidden,
.content.form .storytext .slideshow .bx-wrapper .bx-controls.hidden {
  display: none;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls .bx-pager,
.content.story .storytext .slideshow .bx-wrapper .bx-controls .bx-pager,
.content.form .storytext .slideshow .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  top: 19px;
  left: 48%;
  height: 24px;
  font-family: 'ORF ON TF', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  padding: 1px 4px;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls .bx-pager.bx-default-pager a,
.content.story .storytext .slideshow .bx-wrapper .bx-controls .bx-pager.bx-default-pager a,
.content.form .storytext .slideshow .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  display: none;
}
.content.front .accordion .item .story .storytext .slideshow .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active,
.content.story .storytext .slideshow .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active,
.content.form .storytext .slideshow .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.content.front .accordion .item .story .opener.image,
.content.story .opener.image,
.content.form .opener.image {
  padding-bottom: 56.25%;
  height: 0;
}
.content.front .accordion .item .story .opener.image img,
.content.story .opener.image img,
.content.form .opener.image img {
  width: 100%;
  display: block;
}
.content.front .accordion .item .story .credits,
.content.story .credits,
.content.form .credits {
  display: block;
  font-size: 0.75em;
  line-height: 1.3636;
  color: #a6a6a6;
  margin: 1px 18px 0 0;
  text-align: right;
  float: right;
}
.content.contactform .form input.form-field-input,
.content.contactform .form select.form-field-input,
.content.contactform .form textarea.form-field-input {
  background-color: #f0f1f4;
  border: 1px solid #f0f1f4;
}
.content.contactform .form textarea:hover,
.content.contactform .form textarea:focus,
.content.contactform .form input:hover,
.content.contactform .form input:focus,
.content.contactform .form select:hover,
.content.contactform .form select:focus {
  background-color: #fff;
  border: 1px solid #000;
}
.content.form form {
  line-height: 1.5em;
}
.content.form form .form-group {
  margin-right: -6px;
  margin-left: -6px;
  margin-bottom: 0;
}
.content.form form .form-field-row {
  margin: 0 0 25px 0;
  font-size: 0.875em;
}
.content.form form .form-field-row .form-field-label {
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
}
.content.form form .form-field-row .form-field-input {
  padding-left: 5px;
  width: 100%;
  min-height: 30px;
  font-size: 14px;
  font-family: inherit;
}
.content.form form .form-field-row .form-field-input.readonly,
.content.form form .form-field-row .form-field-input.readonly:hover {
  background-color: #fff;
  border: none;
}
.content.form form .form-field-row input.form-field-input,
.content.form form .form-field-row select.form-field-input {
  background-color: #f0f1f4;
  border: 1px solid #f0f1f4;
}
.content.form form .form-field-row input:not([type="submit"]):hover,
.content.form form .form-field-row select:hover {
  background-color: #fff;
  border: 1px solid #000;
}
.content.form form .form-field-row .field-validation-error {
  color: red;
}
.content.story .storytext #socialshareprivacy,
.content.contactform .storytext #socialshareprivacy,
.content.front .accordion .item .story .storytext #socialshareprivacy,
.content.front .copytext .storytext #socialshareprivacy {
  position: relative;
}
#socialshareprivacy {
  font-family: "ORF ON", Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding-top: 8px;
}
#socialshareprivacy div.general_help,
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
  display: none;
  position: absolute;
  bottom: 45px;
  left: -140px;
  width: 290px;
  padding: 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  background-color: #e4e4e4;
  border: 0;
  color: #000;
  -moz-box-shadow: 0 3px 4px #999;
  -webkit-box-shadow: 0 3px 4px #999;
  box-shadow: 0 3px 4px #999;
  z-index: 500;
}
#socialshareprivacy div.general_help:before,
.social_share_privacy_area li.help_info .info:before,
.social_share_privacy_area li .help_info.icon .info:before {
  border-color: #a2b0cc transparent;
  border-style: solid;
  border-width: 15px 0 0 15px;
  bottom: -15px;
  content: "";
  display: block;
  left: 186px;
  position: absolute;
  width: 0;
}
#socialshareprivacy div.general_help:after,
.social_share_privacy_area li.help_info .info:after,
.social_share_privacy_area li .help_info.icon .info:after {
  border-color: #e4e4e4 transparent;
  border-style: solid;
  border-width: 13px 0 0 13px;
  bottom: -13px;
  content: "";
  display: block;
  left: 187px;
  position: absolute;
  width: 0;
}
.social_share_privacy_area {
  clear: both;
  list-style-type: none;
  width: auto;
  display: block;
  margin: 0 !important;
}
.social_share_privacy_area .facebook {
  width: auto;
  display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
  width: 200px;
}
.social_share_privacy_area .twitter {
  width: auto;
}
.social_share_privacy_area .gplus {
  width: auto;
}
.social_share_privacy_area span.activateTextLink {
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 1px;
}
.social_share_privacy_area .activateTextLink {
  color: #e01f26;
  cursor: pointer;
}
.social_share_privacy_area .activateTextLink:hover {
  color: #e01f26;
  text-decoration: underline;
}
.social_share_privacy_area.activated .facebook {
  width: 210px;
}
.social_share_privacy_area.activated .twitter {
  width: 120px;
}
.social_share_privacy_area.activated .gplus {
  width: 80px;
}
.social_share_privacy_area.activated .activateTextLink {
  display: none;
}
.social_share_privacy_area li {
  background: none !important;
  padding: 0 !important;
  height: 21px;
  float: left;
  margin-bottom: 7px;
}
.social_share_privacy_area li div.general {
  height: 35px;
}
.social_share_privacy_area li div iframe {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.social_share_privacy_area li div.tweet {
  width: auto;
}
.social_share_privacy_area li div.gplusone {
  width: auto;
}
.social_share_privacy_area li.twitter span.switch,
.social_share_privacy_area li.gplus span.switch {
  display: none;
}
.social_share_privacy_area li .switch {
  display: inline-block;
  text-indent: -9999em;
  background: transparent url('socialshareprivacy_on_off.v2.png') no-repeat 0 0 scroll;
  width: 30px;
  height: 16px;
  overflow: hidden;
  float: left;
  margin: 4px 0 0;
  padding: 0;
  cursor: pointer;
}
.social_share_privacy_area li .switch.on {
  background-position: 0 -16px;
}
.social_share_privacy_area li.gplus.help_info .info {
  left: -160px;
}
.social_share_privacy_area li.help_info {
  position: relative;
}
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li.help_info .help_info.icon.display .info {
  display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
  display: none;
}
.social_share_privacy_area li .help_info.icon {
  background: #fff url('socialshareprivacy_info.v2.png') no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li .help_info.icon .info {
  left: -220px;
  width: 300px;
}
.social_share_privacy_area li .dummy_btn {
  float: left;
  padding: 0;
  height: inherit;
  cursor: pointer;
  margin-left: 10px;
}
.social_share_privacy_area li .dummy_btn img {
  vertical-align: unset;
}
.social_share_privacy_area li.settings_info {
  position: absolute;
  right: 0;
}
.social_share_privacy_area li.settings_info a {
  text-decoration: none;
  margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
  left: 0;
  position: absolute;
  top: 0;
  width: 135px;
  z-index: 1000;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
  border-width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
  display: none;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
  text-indent: -9999em;
  display: inline-block;
  width: 25px;
  height: 20px;
  border: 2px solid #e7e3e3;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
  border-top-width: 0;
  border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
  border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding: 10px 0;
  width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
  clear: both;
  float: left;
  margin: 4px 10px 4px 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  -moz-transition: color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
  color: #090;
}
.social_share_privacy_area span.activateTextLink {
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 1px;
}
.social_share_privacy_area .activateTextLink {
  color: #e01f26;
  cursor: pointer;
}
.social_share_privacy_area .facebook .fb_like iframe {
  width: 200px;
}
div.socialShareWrapper {
  height: 35px;
}
.socialShareWrapper.display #socialshareprivacy div.general_help {
  display: block;
}
.socialShareWrapper.display #socialshareprivacy div.general_help.inactive {
  display: none;
}
.timeleft {
  background-color: red;
  height: 1px;
}
.rows-striped > div:nth-of-type(odd) {
  background-color: #f0f1f4;
}
.button {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'ORF ON', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0 8px;
  text-transform: none;
  transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  text-align: center;
  background: none repeat scroll 0 0 #e01f26;
}
.button:hover {
  background: none repeat scroll 0 0 #861317;
  color: #fff;
}
.button.small {
  padding: 3px;
  font-weight: normal;
  line-height: 14px;
}
.button.small.transparent {
  border: 1px solid;
  color: #000;
  background: none;
}
.button.cancel {
  background: none repeat scroll 0 0 #a6a6a6;
}
.button.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.acceptance {
  font-size: 0.85em;
}
@media all and (max-width: 768px) {
  .wrapper {
    margin: 0;
    padding-top: 0;
  }
  #black-beam {
    display: block;
    width: 100%;
    min-height: 15px;
    background-color: #000;
  }
  header .navbar {
    background-color: transparent;
    display: none;
    z-index: 99999;
    position: absolute;
    min-width: 200px;
    right: 0;
    top: 123px;
  }
  .content.front .lead .title h2 {
    font-size: 1.25em;
  }
  .content.front .accordion .item .story .storytext > div,
  .content.story .storytext > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content.front .accordion .item .story .storytext > div.texttable,
  .content.story .storytext > div.texttable {
    margin-left: 0;
    margin-right: 0;
  }
  .content.front .accordion .item .story .storytext h1,
  .content.story .storytext h1,
  .content.front .accordion .item .story .storytext h2,
  .content.story .storytext h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content.front .accordion .item .title.expanded,
  .content.story .title.expanded {
    padding-left: 10px;
  }
  footer {
    background: #000 url('orf_wiewir_neg.png') no-repeat 11px 30px;
  }
  footer .footer-links {
    padding-left: 8px;
  }
}
.altbgcolor {
  background-color: #e6e7e8;
}