@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li,
dl, dt, dd, tbody, tfoot, thead, img, form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li,
dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, img, form, fieldset {
  list-style: none;
  font-size: 100%;
  font-weight: normal;
  box-sizing: border-box;
}

body, input, textarea, select {
  margin: 0;
  font-family: Arial, sans-serif;
}

input, textarea, select {
  font-size: 100%;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

p, ul, ol {
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
}

td {
  padding: 5px;
}

ul li, ol ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

.clear {
  clear: both;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  background: #fff;
  color: #0C0C0C;
  font-size: 19px;
  line-height: 1.4em;
}

html:focus,
body:focus, section:focus {
  outline: none;
  border: none;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  position: relative;
}

a {
  color: #0C0C0C;
  text-decoration: underline;
  line-height: 1.4em;
}
a:focus {
  z-index: 2;
}
a:hover, a:focus {
  text-decoration: none;
}

img.logStat {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5px;
  height: 0.5px;
}

#cookies {
  background: #0C0C0C;
  color: #fff;
  text-align: left;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
#cookies #popup-text {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
}
#cookies #popup-text a {
  color: #fff;
}
#cookies #popup-text p:last-child {
  margin-bottom: 0;
}
#cookies #popup-buttons {
  text-align: right;
  display: block;
  margin: 1rem 0 0 0;
  vertical-align: bottom;
}
#cookies #popup-buttons button {
  font-size: 24px;
  line-height: 54px;
  box-sizing: border-box;
  border: none;
  height: 54px;
  padding: 0 1rem;
  background: #009e4d;
  color: #fff;
  cursor: pointer;
}
#cookies #popup-buttons button:hover, #cookies #popup-buttons button:focus {
  background: #555554;
  COLOR: #fff;
}

#skip {
  width: 100%;
  background: #009e4d;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: min(3vw, 5vw);
  line-height: 1.5rem;
  margin: -10rem 4px 0;
  transition: margin 200ms ease-in-out;
  z-index: 1;
  position: absolute;
  white-space: nowrap;
}
#skip:focus {
  margin: 4px 4px 0;
}

#header {
  margin: 0 10px 10px;
  position: relative;
}
#header a {
  font-size: 51px;
  text-decoration: none;
}
#header a#logo {
  display: inline-block;
  margin: 0 auto;
}
#header a#burger {
  z-index: 10;
  padding: 10px;
  background: #0C0C0C;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  margin: 0 0 0 -10px;
  display: inline-block;
}
#header a#burger:before {
  font-family: FontAwesome;
  content: "";
  padding: 0 0.6rem 0 0;
}
#header a#burger:focus, #header a#burger:hover {
  background: #555554;
}

form#search {
  margin: 0 10px;
  background: #009e4d;
  padding: 10px;
}
form#search label,
form#search > div,
form#search input[type=text],
form#search input[type=submit] {
  vertical-align: top;
  display: block;
  font-size: 24px;
  line-height: 54px;
  box-sizing: border-box;
  border: none;
  float: left;
  height: 54px;
}
form#search input[type=submit] {
  line-height: 50%;
}
form#search label {
  display: none;
  color: #fff;
}
form#search > div {
  position: relative;
  width: calc(100% - 100px);
}
form#search input[type=text] {
  background: #fff;
  padding: 0 10px;
  width: 100%;
  line-height: 34px;
  padding: 10px;
}
form#search input[type=submit] {
  width: 90px;
  margin: 0 0 0 10px;
  text-align: center;
  background: #0C0C0C;
  color: #fff;
  padding: 0;
}
form#search input[type=submit]:hover, form#search input[type=submit]:focus {
  background-color: #555554;
}
form#search #searchAhead {
  display: none;
  border: solid #009e4d;
  border-width: 1px 2px 2px 2px;
  text-align: left;
  z-index: 50;
  box-sizing: border-box;
  right: 9px;
  background: #fff;
  top: 55px;
  position: absolute;
  left: -2px;
  right: -2px;
  overflow: hidden;
}
form#search #searchAhead a {
  display: block;
  margin: 0;
  padding: 10px;
  outline: none !important;
}
form#search #searchAhead a:focus, form#search #searchAhead a:hover {
  text-decoration: none;
}
form#search #searchAhead a:focus {
  box-shadow: inset 0 0 0 4px #fdc300;
}

div {
  outline: none !important;
}

#mainpanel {
  margin: 35px 10px;
}

#navigation {
  position: fixed;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: -308px;
  opacity: 0;
  max-width: 308px;
  transition-property: left, opacity;
  transition-delay: 0ms, 250ms;
  transition-duration: 250ms, 0ms;
  padding: 4px;
  background: #fff;
  z-index: 20;
  box-shadow: 0 0 70px 30px rgba(12, 12, 12, 0.2);
}
#navigation .heading,
#navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1rem;
  font-size: 24px;
  padding-left: 20px;
  background: #0C0C0C;
  margin: 0;
}
#navigation .heading.icon_close, #navigation .heading.icon_home, #navigation .heading.icon_menu_closed, #navigation .heading.icon_menu_open, #navigation .heading.icon_contact, #navigation .heading.icon_external,
#navigation a.icon_close,
#navigation a.icon_home,
#navigation a.icon_menu_closed,
#navigation a.icon_menu_open,
#navigation a.icon_contact,
#navigation a.icon_external {
  padding-right: 3rem;
  position: relative;
}
#navigation .heading.icon_close:after, #navigation .heading.icon_home:after, #navigation .heading.icon_menu_closed:after, #navigation .heading.icon_menu_open:after, #navigation .heading.icon_contact:after, #navigation .heading.icon_external:after,
#navigation a.icon_close:after,
#navigation a.icon_home:after,
#navigation a.icon_menu_closed:after,
#navigation a.icon_menu_open:after,
#navigation a.icon_contact:after,
#navigation a.icon_external:after {
  font-family: FontAwesome;
  position: absolute;
  right: 1rem;
}
#navigation .heading.icon_close:after,
#navigation a.icon_close:after {
  content: "";
  right: 1.4rem;
}
#navigation .heading.icon_home:after,
#navigation a.icon_home:after {
  content: "";
}
#navigation .heading.icon_menu_closed:after,
#navigation a.icon_menu_closed:after {
  content: "";
}
#navigation .heading.icon_menu_open:after, #navigation .heading.icon_menu_closed.open:after,
#navigation a.icon_menu_open:after,
#navigation a.icon_menu_closed.open:after {
  content: "";
}
#navigation .heading.icon_contact:after,
#navigation a.icon_contact:after {
  content: "";
}
#navigation .heading.icon_external:after,
#navigation a.icon_external:after {
  content: "";
  right: 0.8rem;
}
#navigation .heading.green,
#navigation a.green {
  background-color: #009e4d;
}
#navigation a:hover, #navigation a:focus {
  background: #555554;
  text-decoration: none;
}
#navigation a.active {
  background: #009e4d;
  font-weight: bold;
}
#navigation a.green:hover, #navigation a.green:focus, #navigation a.active:hover, #navigation a.active:focus {
  background: #009e4d;
  text-decoration: underline;
}
#navigation .heading {
  font-size: 29px;
}
#navigation .subcategories {
  display: none;
}
body.nojs #navigation .subcategories {
  display: block;
}

#navigation .subcategories.expanded {
  display: block;
}
#navigation .subcategories a {
  font-size: 22px;
  padding-left: 35px;
  background: #c4c4c4;
  color: #0C0C0C;
}
#navigation .subcategories a:hover, #navigation .subcategories a:focus {
  background: #555554;
  color: #fff;
  text-decoration: none;
}
#navigation:target {
  left: 0px;
  opacity: 1;
  transition-property: left, opacity;
  transition-delay: 0ms, 0ms;
  transition-duration: 250ms, 0ms;
}
#navigation:target:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(196, 196, 196, 0.5);
  content: "";
  z-index: -1;
}
#navigation #sidebar-content {
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
}
#navigation #quicklinkswrapper {
  margin: 10px 0;
}
#navigation ul {
  margin: 0;
}

#breadcrumbs {
  margin-bottom: 1rem;
}
#breadcrumbs ul, #breadcrumbs li {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
#breadcrumbs li:after {
  content: "\\";
  padding: 0 0.6rem 0 0.5rem;
  display: inline-block;
}
#breadcrumbs li:first-child:after,
#breadcrumbs li:last-child:after {
  display: none;
}
#breadcrumbs li:first-child {
  padding-right: 0.6rem !important;
}

#login {
  margin: 35px 10px;
}
#login h1 {
  font-size: 37px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
#login form {
  margin: 4em auto 8em;
  max-width: 600px;
}
#login label {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  margin-top: 1em;
}
#login input[type=text] {
  border: 1px solid #5a555a;
  height: 2.5rem;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
  width: 600px;
  margin-bottom: 0.5rem;
}
#login input[type=submit] {
  cursor: pointer;
  padding: 10px 15px;
  background-color: #009e4d;
  color: #fff;
  border: 0;
}
#login input[type=submit]:focus, #login input[type=submit]:hover {
  background-color: #555554;
}

#content h1 {
  font-size: 42px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
#content h2 {
  font-size: 37px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
#content h3 {
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
#content h4 {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
#content section {
  margin-bottom: 2rem;
  outline: none !important;
}
#content a.icon_external {
  display: inline;
  position: relative;
  text-decoration: none;
}
#content a.icon_external:after {
  font-family: FontAwesome;
  content: "";
  font-size: 0.9rem;
  line-height: 0.9rem;
  position: relative;
  top: -4px;
  margin: 0 0 0 4px;
}
#content a.icon_external span.linkwrapper {
  text-decoration: underline;
}
#content a.icon_external:hover span.linkwrapper {
  text-decoration: none;
}
#content .faq-list li {
  margin-bottom: 0;
}
#content .faq-list a {
  display: block;
  margin: 0 -10px;
  padding: 10px;
}
#content .faq-list a:hover, #content .faq-list a:focus {
  color: #fff;
  background-color: #555554;
}
#content .faq-list li {
  list-style: none;
  margin-left: 0;
}
#content a:hover,
#content a:focus {
  text-decoration: none;
}
#content p, #content li, #content td {
  line-height: 1.5em;
  margin-bottom: 1em;
}
#content ul li {
  list-style: disc;
  margin-left: 1.5em;
}
#content ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
#content img {
  max-width: 100%;
}

#dt1 ul.dt a, #dt2 ul.dt a, #dt3 ul.dt a {
  display: block;
  margin: 0 -10px;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
  text-indent: 0;
  position: relative;
}
#dt1 ul.dt a span, #dt2 ul.dt a span, #dt3 ul.dt a span {
  text-decoration: underline;
}
#dt1 ul.dt a:before, #dt2 ul.dt a:before, #dt3 ul.dt a:before {
  content: attr(data-index);
  width: 25px;
  position: absolute;
  left: 10px;
}
#dt1 ul.dt a:focus span, #dt1 ul.dt a:hover span, #dt2 ul.dt a:focus span, #dt2 ul.dt a:hover span, #dt3 ul.dt a:focus span, #dt3 ul.dt a:hover span {
  text-decoration: none;
}

#feedback button {
  font-size: 19px;
  color: #fff;
  background-color: #009e4d;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 15px 0 0;
  display: inline-block;
  line-height: 1.4em;
  border: none;
}
#feedback button:focus, #feedback button:hover {
  background: #555554;
}
#feedback label {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  margin-top: 1em;
}
#feedback textarea {
  border: 1px solid #5a555a;
  height: 5.5rem;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 10px;
  max-width: 100%;
  width: 600px;
  margin-bottom: 0.5rem;
}
#feedback #feedback-success,
#feedback #feedback-negative {
  display: none;
}
#feedback #feedback-errors {
  background: #9e0000;
  margin: 0 -10px;
  padding: 0 10px;
  color: #fff;
}

#dt ul.dt-options li {
  margin: 0;
  list-style: none;
}
#dt ul.dt-options a {
  display: block;
  margin: 0 -10px;
  padding: 10px 10px 10px 35px !important;
  text-indent: 0;
  position: relative;
}
#dt ul.dt-options a:before {
  content: attr(data-index);
  width: 25px;
  position: absolute;
  left: 10px;
}
#dt ul.dt-options a:hover, #dt ul.dt-options a:focus {
  color: #fff;
  background-color: #555554;
}
#dt ul.dt-options a.selected {
  background: #c4c4c4;
}
#dt ul.dt-options a.selected:hover, #dt ul.dt-options a.selected:focus {
  background: #555554;
}
#dt span.more {
  position: absolute;
  width: 1px;
  text-indent: -9999px;
  overflow: hidden;
}
#dt .dtPreviousQuestionXanswerWrapper:after {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  content: "";
  font-family: FontAwesome;
  display: block;
  font-size: 70px;
  color: #555554;
}

#paging {
  margin: 2em 0 1em -4px;
  overflow: hidden;
  padding: 4px;
}
#paging li {
  margin: 0 2px 2px 0 !important;
  list-style-type: none !important;
  float: left;
  width: auto;
  color: #fff;
  /*display: none;*/
}
#paging li > * {
  background-color: #0C0C0C;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  color: #fff;
}
#paging li a {
  background-color: #009e4d;
  margin: 0;
  text-decoration: none;
}
#paging li a:focus, #paging li a:hover {
  background: #555554;
}
#paging li span.hidden {
  display: none;
}
#paging li:first-child,
#paging li:last-child {
  display: inline-block;
}

#partners {
  margin: 0 10px;
  background: #ffffff;
  color: #0C0C0C;
  position: relative;
  overflow: hidden;
  padding: 5px 0 0 0;
}
#partners .heading {
  padding-top: 10px;
  font-size: 25px;
  box-sizing: border-box;
  font-weight: bold;
  float: left;
  color: #fff;
  text-align: center;
  padding: 30px 25px 32px 10px;
  background-color: #242424;
  width: 100%;
}
#partners li {
  margin-left: 0px;
  border-bottom: 2px solid #ACAAAC;
  text-align: center;
  clear: left;
}
#partners li:last-child {
  border: none;
}
#partners a {
  padding: 15px 0;
  display: block;
  margin: 0 4px;
}
#partners a:hover, #partners a:focus {
  background: transparent;
}
#partners img {
  vertical-align: middle;
  box-sizing: content-box;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#footer {
  font-size: 19px;
  background: #0C0C0C;
  color: #fff;
  padding: 25px 10px 25px 10px;
}
#footer a {
  color: #fff;
}
#footer .copyright li {
  list-style: none;
  display: inline-block;
  margin: 0px 20px 0px 0px;
}

#pbtv {
  margin: -10px;
  padding: 10px;
}
#pbtv img {
  width: 118px;
  height: 20px;
}

a:focus,
textarea:focus,
input:focus,
button:focus,
select:focus {
  outline: solid 4px #fdc300;
  position: relative;
  border: solid 6px #000 !important;
  outline-offset: 1px;
  padding: 4px !important;
}

:focus {
  outline: solid 4px #fdc300;
  position: relative;
}

@media screen and (max-width: 480px) {
  .desktop-only {
    display: none !important;
  }

  #paging li {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  #cookies #popup-text {
    width: calc(100% - 150px);
  }
  #cookies #popup-buttons {
    width: 140px;
    display: inline-block;
    margin: 0;
  }

  #paging li {
    display: inline-block;
  }
}
@media screen and (min-width: 881px) {
  .mobile-only {
    display: none !important;
  }

  #header {
    margin: 0 30px;
  }
  #header a#logo {
    margin: 0 -5px 15px;
    padding: 0 5px;
  }

  form#search {
    padding: 10px 10px 10px 20px;
    margin: 0 30px;
  }
  form#search label {
    display: inline-block;
    width: 342px;
  }
  form#search > div {
    width: calc(100% - 442px);
  }

  #navigation {
    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
    position: relative;
    width: 300px;
    float: left;
    box-shadow: none;
    padding: 0;
    width: 300px;
    overflow: visible;
  }
  #navigation:target:before {
    display: none;
  }
  #navigation #sidebar-content {
    position: relative;
    overflow: visible;
    top: auto;
    bottom: auto;
  }

  #content {
    float: right;
    width: calc(100% - 340px);
  }

  #mainpanel {
    margin: 35px 30px;
  }

  #login {
    margin: 35px 30px;
  }

  #partners {
    margin: 0 30px;
  }

  #footer {
    padding: 25px 30px 25px 30px;
  }

  #paging li {
    display: inline-block;
  }
}
@media screen and (min-width: 1150px) {
  #partners {
    background: #fff;
    color: #0C0C0C;
    position: relative;
    overflow: hidden;
    margin: 0 30px 15px;
  }
  #partners .heading {
    float: left;
    color: #0C0C0C;
    text-align: right;
    background-color: #fff;
    width: 300px;
    padding: 0;
  }
  #partners ul {
    width: calc(100% - 300px);
    display: inline-block;
    float: left;
  }
  #partners li {
    margin-left: 25px;
    float: left;
    border: none;
    text-align: center;
    clear: none;
  }
  #partners a {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #partners .heading,
#partners img {
    line-height: 40px;
    height: 32px;
  }

  #paging li {
    display: inline-block;
  }
}
@media screen and (min-width: 1300px) {
  #partners li {
    margin-left: 30px;
  }
  #partners .heading,
#partners img {
    line-height: 50px;
    height: 40px;
  }

  #paging li {
    display: inline-block;
  }
}
@media screen and (min-width: 1550px) {
  #partners li {
    margin-left: 55px;
  }
  #partners .heading,
#partners img {
    line-height: 55px;
    height: 45px;
  }

  #paging li {
    display: inline-block;
  }
}
@media screen and (-ms-high-contrast: active) {
  textarea:focus,
input:focus,
select:focus {
    outline-width: 4px !important;
    outline-style: solid !important;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  textarea,
input,
select {
    border: 2px solid #fff !important;
  }

  #feedback button,
#burger {
    border: 2px solid #fff;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  textarea,
input,
select {
    border: 2px solid #000 !important;
  }

  #feedback button,
#burger {
    border: 2px solid #000;
  }
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555554;
  opacity: 1;
}
input[type=text]::-webkit-placeholder,
input[type=search]::-webkit-placeholder,
textarea::-webkit-placeholder {
  /* Chrome/Opera/Safari */
  color: #555554;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #555554;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #555554;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #555554;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #555554;
  opacity: 1;
}

/*# sourceMappingURL=css.css.map */
