@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.page-container {
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .page-container .page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: white; }
    .page-container .page.ng-leave {
      opacity: 1;
      z-index: 1000; }
    .page-container .page .container {
      width: 600px;
      margin: 0 auto;
      max-width: 90%; }
    .page-container .page form label {
      margin-bottom: 0.3em;
      display: block; }
    .page-container .page form input {
      display: block;
      padding: 4px;
      border: 1px solid #77797d;
      width: 100%;
      line-height: 1.5em;
      margin-bottom: 15px; }

@keyframes slideOutLeft {
  to {
    transform: translateX(-100%); } }

@keyframes slideInRight {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

@keyframes delayHide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  @media (max-width: 650px), (max-height: 500px) {
    .page-container {
      top: 48px;
      bottom: 48px; } }

body.offline .page-container {
  top: 122px; }
  @media (max-width: 650px), (max-height: 500px) {
    body.offline .page-container {
      top: 76px; } }

body.external iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

body.fullscreen .page-container {
  top: 0 !important;
  bottom: 0 !important; }

header {
  background: #3D4146;
  border-top: 3px solid #F26521;
  height: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px; }
  header .logo {
    background-image: url("../assets/logo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    text-indent: -1000px;
    flex: 0 0 155px; }
  header .back {
    display: none;
    height: 24px;
    width: 24px;
    background-image: url("../assets/furniture/home-arrow.svg");
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 0 10px 0 0; }
  header search {
    float: right;
    background: white;
    border-radius: 4px;
    position: relative;
    padding: 0 5px;
    overflow: hidden;
    flex: 0 1 280px;
    margin-left: auto; }
    header search form {
      display: flex; }
      header search form input[type=text] {
        flex: 1 0 auto;
        background: none;
        border: none;
        height: 24px;
        line-height: 24px;
        padding: 0; }
      header search form input[type=submit] {
        flex: 0 0 30px;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 24px;
        border: none;
        background: url("../assets/furniture/search.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        text-indent: -10000px; }
  header article-list-order {
    display: none; }
    @media (max-width: 650px), (max-height: 500px) {
      header article-list-order {
        display: block; } }
  header article-ratings {
    display: none; }
  @media (max-width: 650px), (max-height: 500px) {
    header {
      padding: 13.5px 10px;
      height: 48px; }
      header .logo {
        display: none; }
      header search {
        flex: 1 0 auto; } }

body.bookmarks header article-list-order,
body.article header article-list-order,
body.search header article-list-order,
body.documents header article-list-order,
body.external header article-list-order,
body.links header article-list-order {
  display: none; }

@media (max-width: 650px), (max-height: 500px) {
  body.bookmarks header .back,
  body.article header .back,
  body.search header .back,
  body.documents header .back,
  body.external header .back,
  body.links header .back {
    display: block; }
  body.bookmarks.article header article-ratings,
  body.article.article header article-ratings,
  body.search.article header article-ratings,
  body.documents.article header article-ratings,
  body.external.article header article-ratings,
  body.links.article header article-ratings {
    display: block; } }

body.fullscreen header {
  display: none; }

.banner {
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 28px;
  text-align: center;
  background: #F26521;
  color: white;
  line-height: 28px;
  display: none; }
  @media (max-width: 650px), (max-height: 500px) {
    .banner {
      top: 48px; } }

body.offline .banner--offline {
  display: block; }

nav {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 34px;
  background: #929397;
  font-size: 14px; }
  nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    nav ul li.right {
      padding: 0 15px; }
    nav ul li:not(.article-list-order) {
      display: inline-block; }
      nav ul li:not(.article-list-order) a {
        padding: 0 15px;
        margin: 0;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        color: white; }
        nav ul li:not(.article-list-order) a:hover {
          color: white; }
        nav ul li:not(.article-list-order) a.nav-menu {
          background-image: url("../assets/furniture/dots.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 23px;
          text-indent: -10000px;
          cursor: pointer; }
        @media (min-width: 1025px) {
          nav ul li:not(.article-list-order) a.active:not(.nav-menu)::after {
            content: "";
            background: #F26521;
            height: 3px;
            display: block;
            margin-top: -7px; } }
        @media (min-width: 650px) and (max-width: 1024px) {
          nav ul li:not(.article-list-order) a.active:not(.nav-menu)::after {
            content: "";
            background: #F26521;
            height: 3px;
            display: block;
            margin-top: -7px; } }
    nav ul li.article-list-order {
      display: none;
      height: 34px;
      line-height: 34px; }
      @media (max-width: 650px), (max-height: 500px) {
        nav ul li.article-list-order {
          display: none !important; } }
      nav ul li.article-list-order a {
        color: white;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        cursor: pointer; }
        nav ul li.article-list-order a:hover::after, nav ul li.article-list-order a.active::after {
          content: "";
          background: #F26521;
          height: 3px;
          display: block;
          margin-top: -7px; }
  @media (max-width: 650px), (max-height: 500px) {
    nav {
      top: auto;
      bottom: 0;
      background: #3D4146;
      height: 48px; }
      nav ul li.right {
        padding: 0; }
      nav ul li:not(.fake) a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        height: 48px;
        width: 48px;
        padding: 0;
        text-indent: -10000px; }
        nav ul li:not(.fake) a.nav-all-news {
          background-image: url("../assets/furniture/all-news.svg"); }
          nav ul li:not(.fake) a.nav-all-news.active, nav ul li:not(.fake) a.nav-all-news:hover {
            background-image: url("../assets/furniture/all-news-active.svg"); }
        nav ul li:not(.fake) a.nav-global-news {
          background-image: url("../assets/furniture/global-news.svg"); }
          nav ul li:not(.fake) a.nav-global-news.active, nav ul li:not(.fake) a.nav-global-news:hover {
            background-image: url("../assets/furniture/global-news-active.svg"); }
        nav ul li:not(.fake) a.nav-local-news {
          background-image: url("../assets/furniture/local-news.svg"); }
          nav ul li:not(.fake) a.nav-local-news.active, nav ul li:not(.fake) a.nav-local-news:hover {
            background-image: url("../assets/furniture/local-news-active.svg"); } }

body.fullscreen nav {
  display: none; }

body.home:not(.bookmarks) .article-list-order {
  display: inline-block; }

body.nav-open nav ul li:not(.article-list-order) a.nav-menu {
  background-color: #929397; }

.nav {
  position: fixed;
  right: 0;
  width: 240px;
  top: 94px;
  bottom: 0;
  background: #C0C0C0;
  transform: translate3d(100%, 0, 0);
  transition: 0.3s;
  z-index: 750;
  color: #3D4146;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 650px), (max-height: 500px) {
    .nav {
      top: 48px;
      bottom: 48px; } }
  .nav input, .nav select {
    max-width: 100%; }
  .nav .overlay {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .nav .nav-page {
    padding: 12px 16px; }
    .nav .nav-page h3 {
      font-weight: 400;
      margin: 20px 0 4px;
      padding-bottom: 4px;
      border-bottom: 1px dotted white;
      text-align: left; }
    .nav .nav-page.nav-page--menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .nav .nav-page.nav-page--menu ul li {
        padding: 0;
        margin: 10px 0;
        list-style: none;
        display: block;
        font-size: 1.1em; }
        .nav .nav-page.nav-page--menu ul li:not(.seperator) a {
          color: #3D4146;
          overflow: hidden;
          line-height: 30px;
          display: block;
          cursor: pointer; }
          .nav .nav-page.nav-page--menu ul li:not(.seperator) a .icon {
            background: white;
            height: 30px;
            width: 30px;
            float: left;
            border-radius: 20px;
            margin-right: 10px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 30px; }
            .nav .nav-page.nav-page--menu ul li:not(.seperator) a .icon.icon--bookmarks {
              background-image: url("../assets/furniture/main-menu-bookmark.svg"); }
            .nav .nav-page.nav-page--menu ul li:not(.seperator) a .icon.icon--documents {
              background-image: url("../assets/furniture/main-menu-docs.svg"); }
            .nav .nav-page.nav-page--menu ul li:not(.seperator) a .icon.icon--links {
              background-image: url("../assets/furniture/main-menu-link.svg"); }
            .nav .nav-page.nav-page--menu ul li:not(.seperator) a .icon.icon--settings {
              background-image: url("../assets/furniture/main-menu-settings.svg"); }
          .nav .nav-page.nav-page--menu ul li:not(.seperator) a .count {
            background: white;
            height: 18px;
            width: 18px;
            line-height: 17px;
            text-align: center;
            float: right;
            border-radius: 10px;
            margin-right: 10px;
            margin-top: 7px;
            font-size: 0.8em; }
        .nav .nav-page.nav-page--menu ul li.seperator {
          height: 0px;
          border-bottom: 1px dotted white; }
    .nav .nav-page.nav-page--menu .button--clear-cache {
      margin-top: 20px; }
    .nav .nav-page.nav-page--menu .nav-terms,
    .nav .nav-page.nav-page--menu .nav-privacy {
      position: absolute;
      bottom: 1.8em;
      left: 0;
      right: 0;
      padding: 20px 5px;
      text-align: center; }
    .nav .nav-page.nav-page--menu .nav-terms {
      bottom: 0;
      padding-bottom: 14px; }
    .nav .nav-page.nav-page--settings {
      display: none; }
      .nav .nav-page.nav-page--settings .settings-option h3 .icon {
        float: right;
        background-image: url("../assets/furniture/down-arrow.svg");
        width: 17px;
        height: 26px;
        background-repeat: no-repeat;
        background-position: 0 8px; }
      .nav .nav-page.nav-page--settings .back {
        float: right;
        line-height: 30px;
        color: white; }
      .nav .nav-page.nav-page--settings .nav-item-header {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 30px; }
        .nav .nav-page.nav-page--settings .nav-item-header .icon {
          background: white;
          height: 30px;
          width: 30px;
          float: left;
          border-radius: 20px;
          margin-right: 10px;
          background-image: url("../assets/furniture/settings-icon.svg"); }
      .nav .nav-page.nav-page--settings label {
        display: block;
        padding: 7px 0;
        padding-right: 35px;
        font-size: 1em;
        margin: 0;
        position: relative; }
        .nav .nav-page.nav-page--settings label input[type="radio"] {
          position: absolute;
          opacity: 0; }
          .nav .nav-page.nav-page--settings label input[type="radio"]:checked ~ .radiobtn::after {
            display: block; }
        .nav .nav-page.nav-page--settings label .radiobtn {
          position: absolute;
          top: 5px;
          right: 0;
          height: 16px;
          width: 16px;
          background-color: #eee;
          border-radius: 50%; }
          .nav .nav-page.nav-page--settings label .radiobtn::after {
            display: none;
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #F26521; }
  .nav.nav--settings .nav-page--menu {
    display: none; }
  .nav.nav--settings .nav-page--settings {
    display: block; }

body.nav-open .nav {
  transform: translate3d(0, 0, 0); }

body.auth header > * {
  display: none; }

body.auth header .logo {
  display: block;
  margin: 0 auto; }

body.auth .page {
  padding: 20px 0; }
  body.auth .page button,
  body.auth .page .button {
    width: 100%;
    color: white;
    font-size: 1.2em;
    letter-spacing: 2px;
    background-color: #F26521;
    line-height: 27px;
    margin-top: 14px;
    display: block; }
    body.auth .page button.button--secondary,
    body.auth .page .button.button--secondary {
      background-color: #929397; }
    body.auth .page button.loading,
    body.auth .page .button.loading {
      background-color: white; }
  body.auth .page form .auth-title {
    font-size: 1.2em; }
  body.auth .page form label {
    font-weight: bold;
    line-height: 1.3em; }
  body.auth .page form input {
    border: 1px solid #ddd;
    margin: -1px 0 0 0;
    text-indent: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    color: #666;
    text-align: center; }
  body.auth .page form .forgotten-details {
    display: block;
    padding: 14px 0;
    text-align: center; }

body.auth nav {
  display: none; }

.howto-container .intro {
  background-image: url("../assets/feature.png");
  background-size: cover;
  height: 100vh;
  padding: 20px;
  text-align: center; }
  .howto-container .intro .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); }
  .howto-container .intro .logo {
    position: relative;
    background-image: url("../assets/logo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 36px;
    margin: 40px 0; }
    @media (max-height: 500px) {
      .howto-container .intro .logo {
        margin: 17px 0; } }
  .howto-container .intro h3 {
    position: relative;
    font-weight: normal;
    font-size: 40px;
    color: white;
    max-width: 400px;
    margin: 0 auto 40px; }
    @media (max-width: 650px), (max-height: 500px) {
      .howto-container .intro h3 {
        max-width: 250px;
        font-size: 32px; } }
    @media (max-width: 400px) and (max-height: 570px) {
      .howto-container .intro h3 {
        font-size: 20px; } }
    @media (max-height: 500px) {
      .howto-container .intro h3 {
        max-width: 400px;
        font-size: 24px;
        margin: 0 auto 24px; } }
  .howto-container .intro p {
    position: relative;
    color: white;
    font-size: 1.6em; }
    @media (max-width: 650px), (max-height: 500px) {
      .howto-container .intro p {
        font-size: 1.2em; } }
    @media (max-height: 500px) {
      .howto-container .intro p {
        margin: 0; } }

.howto-container .start {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background-image: url("../assets/furniture/orange-arrow.svg");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  opacity: 1;
  margin: 50px auto 10px; }
  @media (max-height: 500px) {
    .howto-container .start {
      margin: 20px auto 10px; } }

.howto-container .end {
  display: inline-block;
  background: #F26521;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 1.2em;
  border-radius: 50%;
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
  margin: 24px auto 0;
  display: block;
  position: relative;
  z-index: 1000; }

.howto-container .howto-carousel {
  height: 100vh;
  margin: 0; }
  .howto-container .howto-carousel .item {
    display: flex !important;
    flex-direction: column;
    background-image: url("../assets/feature.png");
    background-size: cover; }
    .howto-container .howto-carousel .item .header {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(82, 82, 82, 0.85) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(82, 82, 82, 0.85) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(82, 82, 82, 0.85) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9525252',GradientType=0 ); }
      .howto-container .howto-carousel .item .header .header-content {
        text-align: center;
        color: white;
        border-bottom: 2px solid #F26521;
        padding: 20px 20px 0 20px;
        margin: 0 20px; }
      .howto-container .howto-carousel .item .header span.number {
        position: relative;
        display: block;
        color: white;
        font-size: 46px;
        font-weight: normal; }
        @media (max-width: 400px) and (max-height: 570px) {
          .howto-container .howto-carousel .item .header span.number {
            font-size: 32px; } }
        .howto-container .howto-carousel .item .header span.number:before, .howto-container .howto-carousel .item .header span.number:after {
          content: '';
          display: block;
          position: absolute;
          height: 2px;
          top: 50%;
          background: #F26521; }
        .howto-container .howto-carousel .item .header span.number:before {
          left: -20px;
          right: 60%; }
        .howto-container .howto-carousel .item .header span.number:after {
          right: -20px;
          left: 60%; }
      .howto-container .howto-carousel .item .header .title {
        font-size: 28px;
        font-weight: 100;
        margin-bottom: 18px;
        margin-top: -8px; }
        @media (max-width: 400px) and (max-height: 570px) {
          .howto-container .howto-carousel .item .header .title {
            font-size: 20px;
            margin-bottom: 14px;
            margin-top: 0px; } }
    .howto-container .howto-carousel .item .content {
      color: white;
      font-size: 1.2em;
      margin: 0;
      padding: 20px;
      flex: 1 1 auto;
      background: #525252; }
      @media (max-width: 400px) and (max-height: 570px) {
        .howto-container .howto-carousel .item .content {
          padding-top: 0;
          font-size: 1em; } }
      .howto-container .howto-carousel .item .content p {
        line-height: 38px;
        font-size: 27px; }
        @media (max-width: 650px), (max-height: 500px) {
          .howto-container .howto-carousel .item .content p {
            line-height: 22px;
            font-size: 1em; } }
      .howto-container .howto-carousel .item .content ul {
        list-style-type: disc;
        margin: 0 0 0 20px;
        padding: 0; }
        .howto-container .howto-carousel .item .content ul li {
          margin: 30px 0;
          line-height: 36px;
          font-size: 22px; }
          @media (max-width: 650px), (max-height: 500px) {
            .howto-container .howto-carousel .item .content ul li {
              margin: 14px 0;
              line-height: 22px;
              font-size: 1em; } }
      .howto-container .howto-carousel .item .content .settings-pg-1 {
        float: right;
        margin-left: 26px; }
        @media (max-width: 400px) and (max-height: 570px) {
          .howto-container .howto-carousel .item .content .settings-pg-1 {
            max-width: 76px; } }
      .howto-container .howto-carousel .item .content .settings-pg-2,
      .howto-container .howto-carousel .item .content .settings-pg-3 {
        float: right;
        width: 28px;
        margin-left: 34px; }
      .howto-container .howto-carousel .item .content .settings-pg-4 {
        margin: 22px auto;
        display: block; }

.howto-container .rn-carousel-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px; }
  .howto-container .rn-carousel-controls .rn-carousel-control {
    background-image: url("../assets/furniture/orange-arrow.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    opacity: 1;
    top: 0; }
    .howto-container .rn-carousel-controls .rn-carousel-control:before {
      content: ''; }
    .howto-container .rn-carousel-controls .rn-carousel-control.rn-carousel-control-next {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg); }

@media (max-width: 650px), (max-height: 500px) {
  .page--home,
  .welcome-screen {
    padding: 10px; } }

.page--home h1,
.welcome-screen h1 {
  margin: 2% 1% 1%;
  border-radius: 10px;
  padding: 14px;
  color: white;
  background: #77797d;
  font-size: 30px;
  letter-spacing: 1px; }
  @media (max-width: 650px), (max-height: 500px) {
    .page--home h1,
    .welcome-screen h1 {
      margin: 0;
      margin-bottom: 10px;
      font-size: 12px;
      padding: 8px; } }

.page--home .alert-container,
.welcome-screen .alert-container {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  height: 200px;
  width: 18%;
  margin: 1%; }
  .page--home .alert-container .article,
  .welcome-screen .alert-container .article {
    width: 100%;
    height: auto; }

.page--home .article,
.welcome-screen .article {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  height: 200px;
  width: 18%;
  margin: 1%;
  background: #dee0e1;
  border-radius: 10px;
  overflow: hidden;
  color: #77797d;
  transition: background 0.3s;
  box-sizing: border-box; }
  .page--home .articlea,
  .welcome-screen .articlea {
    cursor: pointer; }
  .page--home .article .article-bookmark,
  .welcome-screen .article .article-bookmark {
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../assets/furniture/bookmark-rollup.svg");
    background-position: center;
    background-repeat: no-repeat; }
    .page--home .article .article-bookmark.active,
    .welcome-screen .article .article-bookmark.active {
      background-image: url("../assets/furniture/bookmark-rollup-active.svg") !important; }
  .page--home .article .article-media,
  .welcome-screen .article .article-media {
    position: relative;
    flex: 1 1 auto;
    display: flex; }
    .page--home .article .article-media .article-thumbnail,
    .welcome-screen .article .article-media .article-thumbnail {
      flex: 1 1 auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .page--home .article .article-media .icon,
    .welcome-screen .article .article-media .icon {
      background-image: url("../assets/furniture/play.svg");
      width: 50px;
      height: 50px;
      background-size: cover;
      opacity: 0.75;
      left: 50%;
      position: absolute;
      margin-left: -25px;
      top: 50%;
      margin-top: -25px; }
  .page--home .article .article-details,
  .welcome-screen .article .article-details {
    padding: 8px 14px 14px; }
    .page--home .article .article-details .article-category,
    .welcome-screen .article .article-details .article-category {
      font-size: 12px;
      padding: 5px 14px;
      position: absolute;
      top: 0;
      left: 0;
      width: 250px;
      max-width: 80%;
      color: white;
      background: linear-gradient(90deg, #00B2A9 0%, #00B2A9 45%, rgba(242, 101, 33, 0) 100%); }
    .page--home .article .article-details.article-details--global h2.article-event-date,
    .welcome-screen .article .article-details.article-details--global h2.article-event-date {
      color: #F26521; }
    .page--home .article .article-details.article-details--global .article-category,
    .welcome-screen .article .article-details.article-details--global .article-category {
      background: linear-gradient(90deg, #F26521 0%, #F26521 45%, rgba(242, 101, 33, 0) 100%); }
    .page--home .article .article-details.article-details--location h2.article-event-date,
    .welcome-screen .article .article-details.article-details--location h2.article-event-date {
      color: #77797d; }
    .page--home .article .article-details.article-details--location .article-category,
    .welcome-screen .article .article-details.article-details--location .article-category {
      background: linear-gradient(90deg, #686E9F 0%, #686E9F 45%, rgba(242, 101, 33, 0) 100%); }
    .page--home .article .article-details time,
    .welcome-screen .article .article-details time {
      margin-bottom: 5px;
      display: inline-block;
      font-size: 11px;
      color: #77797d; }
    .page--home .article .article-details h2,
    .welcome-screen .article .article-details h2 {
      margin: 0;
      color: #3D4146; }
    .page--home .article .article-details h2.article-topic,
    .page--home .article .article-details h2.article-event-date,
    .welcome-screen .article .article-details h2.article-topic,
    .welcome-screen .article .article-details h2.article-event-date {
      font-size: 13px;
      color: #F26521; }
    .page--home .article .article-details h2.article-event-date,
    .welcome-screen .article .article-details h2.article-event-date {
      color: #00B2A9; }
  .page--home .article.article--alert,
  .welcome-screen .article.article--alert {
    min-height: 80px;
    height: auto;
    background-color: #F26521; }
    .page--home .article.article--alert .article-media,
    .welcome-screen .article.article--alert .article-media {
      display: none; }
    .page--home .article.article--alert .article-details .article-meta time,
    .welcome-screen .article.article--alert .article-details .article-meta time {
      color: white; }
    .page--home .article.article--alert .article-details h2,
    .welcome-screen .article.article--alert .article-details h2 {
      color: white; }
  @media (min-width: 1025px) {
    .page--home .article.article--large,
    .welcome-screen .article.article--large {
      flex-direction: row;
      width: 38%; }
      .page--home .article.article--large .article-details,
      .welcome-screen .article.article--large .article-details {
        flex: 0 0 28%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .page--home .article.article--large .article-details time,
        .welcome-screen .article.article--large .article-details time {
          margin-bottom: 1em; } }
  @media (min-width: 650px) and (max-width: 1024px) {
    .page--home .article,
    .welcome-screen .article {
      width: 31.33%; }
      .page--home .article.article--large,
      .welcome-screen .article.article--large {
        width: 64.66%; } }
  @media (max-width: 650px), (max-height: 500px) {
    .page--home .article,
    .welcome-screen .article {
      width: 100% !important;
      height: auto;
      margin: 0;
      margin-bottom: 16px; }
      .page--home .article .article-media,
      .welcome-screen .article .article-media {
        height: 30vw; }
      .page--home .article.article--small,
      .welcome-screen .article.article--small {
        flex-direction: row;
        border-radius: 0;
        background: none; }
        .page--home .article.article--small .article-media,
        .welcome-screen .article.article--small .article-media {
          border-radius: 10px;
          overflow: hidden;
          flex: 0 0 32vw; }
          .page--home .article.article--small .article-media .article-bookmark,
          .welcome-screen .article.article--small .article-media .article-bookmark {
            bottom: 5px;
            left: 5px;
            top: auto;
            right: auto;
            display: none; }
        .page--home .article.article--small .article-details,
        .welcome-screen .article.article--small .article-details {
          flex: 1 1 auto;
          margin-left: 10px;
          padding-right: 0;
          padding-left: 6px;
          padding-top: 4px; }
          .page--home .article.article--small .article-details .article-meta,
          .welcome-screen .article.article--small .article-details .article-meta {
            overflow: hidden;
            border-bottom: 2px solid #00B2A9;
            margin-bottom: 4px;
            padding-bottom: 4px;
            padding-top: 4px; }
            .page--home .article.article--small .article-details .article-meta .article-category,
            .welcome-screen .article.article--small .article-details .article-meta .article-category {
              position: relative;
              background: none;
              font-size: 11px;
              color: #77797d;
              width: auto;
              padding: 0;
              display: inline-block;
              float: left; }
            .page--home .article.article--small .article-details .article-meta time,
            .welcome-screen .article.article--small .article-details .article-meta time {
              float: right;
              margin-bottom: 0; }
            .page--home .article.article--small .article-details .article-meta .article-bookmark,
            .welcome-screen .article.article--small .article-details .article-meta .article-bookmark {
              position: static;
              top: 0;
              left: 0;
              float: right;
              margin-left: 3px;
              background-image: url("../assets/furniture/bookmark-rollup-grey.svg");
              background-size: 16px;
              height: 20px;
              padding: 0px;
              width: 20px;
              margin-top: -4px;
              margin-bottom: -4px; }
          .page--home .article.article--small .article-details.article-details--global .article-meta,
          .welcome-screen .article.article--small .article-details.article-details--global .article-meta {
            border-bottom-color: #F26521; }
          .page--home .article.article--small .article-details.article-details--location .article-meta,
          .welcome-screen .article.article--small .article-details.article-details--location .article-meta {
            border-bottom-color: #686E9F; } }

.welcome-screen {
  display: none; }

body.home .welcome-screen {
  display: block;
  background-color: #29282d;
  background-image: url("../assets/feature.png");
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transform: translate3d(0, 0, 0); }
  body.home .welcome-screen.ng-hide {
    transform: translate3d(0, -100%, 0); }
  body.home .welcome-screen.ng-hide-add {
    transition: all linear 0.3s; }
  body.home .welcome-screen .loading {
    width: 50px;
    height: 50px;
    background: none;
    background-image: url("../assets/loading.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px;
    margin: 50px auto 0; }
  body.home .welcome-screen .intro {
    padding: 20px; }
    body.home .welcome-screen .intro .logo {
      background-image: url("../assets/logo.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: 40px;
      margin: 40px 0; }
    body.home .welcome-screen .intro h1 {
      text-align: center;
      font-weight: normal;
      font-size: 48px;
      color: white;
      background: none;
      margin: 40px 0; }
    body.home .welcome-screen .intro .icon {
      position: absolute;
      bottom: 0;
      height: 100px;
      left: 0;
      right: 0;
      background-image: url("../assets/furniture/arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
  body.home .welcome-screen .article--alert {
    display: block;
    margin: 50px auto 0; }
    body.home .welcome-screen .article--alert .article-media {
      display: none; }

article-ratings {
  margin: 0 auto; }
  article-ratings .article-ratings {
    display: flex;
    align-items: center;
    height: 100%; }
    article-ratings .article-ratings > a {
      background-image: url("../assets/furniture/thumbs-up.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px;
      margin-left: 10px;
      text-indent: -10000px; }
      article-ratings .article-ratings > a.active {
        background-image: url("../assets/furniture/thumbs-up-active.svg"); }
      article-ratings .article-ratings > a.article-bookmark {
        background-image: url("../assets/furniture/bookmark.svg"); }
        article-ratings .article-ratings > a.article-bookmark.active {
          background-image: url("../assets/furniture/bookmark-active.svg"); }

.page--article {
  display: flex;
  overflow: visible !important;
  -webkit-backface-visibility: hidden; }
  .page--article > div {
    flex: 1 1 auto; }
  .page--article .article-container {
    overflow: scroll;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    .page--article .article-container.article-container--previous {
      right: auto;
      left: -100%; }
    .page--article .article-container.article-container--next {
      right: -100%;
      left: auto; }
  .page--article article {
    flex: 1 1 auto;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 2rem;
    background: white; }
    .page--article article .article-comments {
      max-width: 600px;
      margin: 0 auto; }
      .page--article article .article-comments > div:not(.button) {
        background: #eee;
        margin: -10px;
        margin-top: 5px;
        padding: 10px; }
      .page--article article .article-comments > div.button {
        margin: 15px 0; }
      .page--article article .article-comments .comment {
        line-height: 1.2em;
        margin-top: 1em;
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px solid #ddd; }
        .page--article article .article-comments .comment:first-child {
          margin-top: 0;
          padding-top: 5px;
          border-top: 0; }
        .page--article article .article-comments .comment .comment-author {
          font-weight: bold;
          display: inline-block;
          font-size: 1.1em;
          color: #3D4146; }
          .page--article article .article-comments .comment .comment-author span {
            font-size: 0.8em;
            font-weight: normal;
            color: #929397; }
        .page--article article .article-comments .comment .comment-metadata {
          float: right;
          font-size: 0.8em;
          opacity: 0.8; }
          @media (max-width: 370px) {
            .page--article article .article-comments .comment .comment-metadata {
              float: none; } }
          .page--article article .article-comments .comment .comment-metadata *:not(:first-child)::before {
            content: "";
            margin-right: 6px;
            margin-left: 2px;
            border-left: 1px solid #F26521;
            height: 7px;
            display: inline-block; }
        .page--article article .article-comments .comment .comment-content {
          margin: 0.25em 0 0.5em;
          font-size: 1em;
          word-wrap: break-word;
          line-height: 1.3; }
        .page--article article .article-comments .comment .comment-actions {
          font-size: 0.9em;
          overflow: hidden; }
          .page--article article .article-comments .comment .comment-actions a:not(:first-child)::before,
          .page--article article .article-comments .comment .comment-actions span:not(:first-child)::before {
            content: "";
            margin-right: 6px;
            margin-left: 2px;
            border-left: 1px solid #bbb;
            height: 7px;
            display: inline-block; }
          .page--article article .article-comments .comment .comment-actions .comment-action {
            cursor: pointer; }
            .page--article article .article-comments .comment .comment-actions .comment-action span {
              background: #333;
              border-radius: 50%;
              min-width: 15px;
              padding: 0 2px;
              display: inline-block;
              height: 15px;
              text-align: center;
              color: white;
              line-height: 15px;
              font-size: 10px;
              color: white;
              opacity: 0.6; }
        .page--article article .article-comments .comment .comment-reactions {
          display: flex;
          justify-content: space-evenly; }
          .page--article article .article-comments .comment .comment-reactions .comment-action--react {
            height: 24px;
            margin: 10px 4px 5px;
            flex: 0 0 50px;
            background-repeat: no-repeat;
            background-position: center;
            position: relative; }
            .page--article article .article-comments .comment .comment-reactions .comment-action--react.comment-action--reacted span {
              background: #F26521; }
            .page--article article .article-comments .comment .comment-reactions .comment-action--react.comment-action--react-laugh {
              background-size: 33px; }
            .page--article article .article-comments .comment .comment-reactions .comment-action--react span {
              background: #333;
              color: white;
              border-radius: 50%;
              width: 18px;
              height: 18px;
              position: absolute;
              right: 0px;
              bottom: -4px;
              text-align: center;
              font-size: 10px;
              line-height: 18px;
              opacity: 0.6; }
        .page--article article .article-comments .comment .comment-replies {
          padding: 1em 0 0 1.5em; }
          .page--article article .article-comments .comment .comment-replies .comment {
            padding-top: 0;
            border-top: 0;
            margin: 8px 0;
            padding: 10px;
            background: #fff; }
        .page--article article .article-comments .comment .article-comments-reply {
          margin-top: 6px;
          margin-bottom: 1em; }
      .page--article article .article-comments div.article-comments-reply {
        padding-top: 2em;
        margin-top: 10px;
        padding-top: 20px; }
        .page--article article .article-comments div.article-comments-reply textarea {
          width: 100%;
          padding: 5px;
          height: 6em;
          line-height: 1.3em;
          color: #3D4146;
          border: 1px solid #ddd; }
        .page--article article .article-comments div.article-comments-reply .reply-character-count {
          font-size: 0.8em;
          margin-bottom: 0.5em;
          text-align: right;
          margin-top: 4px; }
        .page--article article .article-comments div.article-comments-reply input[type=checkbox] {
          margin-right: 5px; }
        .page--article article .article-comments div.article-comments-reply .button {
          margin-top: 1.5em;
          display: block; }
      .page--article article .article-comments .article-comments-report {
        position: absolute;
        top: 80px;
        left: 30px;
        right: 30px;
        background: #3D4146;
        padding: 1em;
        color: white;
        z-index: 100; }
        .page--article article .article-comments .article-comments-report .close {
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer;
          width: 30px;
          height: 30px;
          margin-top: -8px;
          margin-right: -8px;
          background: white;
          color: #3D4146;
          border-radius: 100%;
          text-align: center;
          line-height: 30px; }
        .page--article article .article-comments .article-comments-report h3 {
          margin-top: 0; }
        .page--article article .article-comments .article-comments-report label {
          display: block;
          padding: 5px 0; }
          .page--article article .article-comments .article-comments-report label input {
            margin-right: 5px; }
        .page--article article .article-comments .article-comments-report textarea {
          width: 100%;
          padding: 5px;
          margin: 10px 0;
          height: 5em; }
        .page--article article .article-comments .article-comments-report .button {
          display: block;
          margin-top: 1em; }
    .page--article article .article-meta {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      font-size: 12px;
      padding: 5px 10px;
      color: white;
      background: linear-gradient(90deg, #00B2A9 0%, #00B2A9 45%, rgba(242, 101, 33, 0) 100%); }
      .page--article article .article-meta.article-meta--global {
        background: linear-gradient(90deg, #F26521 0%, #F26521 45%, rgba(242, 101, 33, 0) 100%); }
      .page--article article .article-meta.article-meta--location {
        background: linear-gradient(90deg, #686E9F 0%, #686E9F 45%, rgba(242, 101, 33, 0) 100%); }
      .page--article article .article-meta time {
        color: #77797d; }
    .page--article article.article--no-hero .article-meta {
      position: relative; }
    .page--article article .article-hero {
      height: 320px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 650px), (max-height: 500px) {
        .page--article article .article-hero {
          height: 200px; } }
    .page--article article .article-nav {
      background: #3D4146;
      height: 3em;
      line-height: 3em;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .page--article article .article-nav a.siblings-next,
      .page--article article .article-nav a.siblings-prev {
        width: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px;
        text-indent: -10000px;
        overflow: hidden; }
        @media (min-width: 650px) and (max-width: 1024px) {
          .page--article article .article-nav a.siblings-next,
          .page--article article .article-nav a.siblings-prev {
            display: none; } }
        .page--article article .article-nav a.siblings-next.siblings-prev,
        .page--article article .article-nav a.siblings-prev.siblings-prev {
          background-image: url("../assets/furniture/arrow.svg"); }
        .page--article article .article-nav a.siblings-next.siblings-next,
        .page--article article .article-nav a.siblings-prev.siblings-next {
          background-image: url("../assets/furniture/arrow.svg");
          transform: rotate(180deg); }
      .page--article article .article-nav .ipad-back {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        height: 3em;
        background-image: url("../assets/furniture/home-arrow.svg"); }
        @media (min-width: 650px) and (max-width: 1024px) {
          .page--article article .article-nav .ipad-back {
            display: block; } }
      @media (max-width: 650px), (max-height: 500px) {
        .page--article article .article-nav {
          display: none; } }
    .page--article article .article-content {
      margin-top: 0.5rem;
      overflow: hidden; }
      @media (min-width: 650px) and (max-width: 1024px) {
        .page--article article .article-content {
          max-width: 95%;
          margin: 0.5rem auto 0; } }
      .page--article article .article-content time {
        display: none; }
      .page--article article .article-content .article-title {
        text-align: center;
        border-bottom: 1px solid #F26521;
        padding: 1.5em; }
        .page--article article .article-content .article-title h1 {
          margin: 0;
          font-size: 40px;
          line-height: 1.2em; }
        .page--article article .article-content .article-title h2 {
          margin: 0;
          font-size: 30px;
          color: #F26521; }
        .page--article article .article-content .article-title .event-location img {
          max-width: 100%;
          padding: 10px 0 0; }
      .page--article article .article-content .article-standfirst {
        margin: 1em 0;
        font-weight: bold; }
      .page--article article .article-content .article-body {
        margin: 1em 0;
        font-size: 14px;
        line-height: 1.4em;
        /* HTML5 display-role reset for older browsers */ }
        .page--article article .article-content .article-body html, .page--article article .article-content .article-body body, .page--article article .article-content .article-body div, .page--article article .article-content .article-body span, .page--article article .article-content .article-body applet, .page--article article .article-content .article-body object, .page--article article .article-content .article-body iframe,
        .page--article article .article-content .article-body h1, .page--article article .article-content .article-body h2, .page--article article .article-content .article-body h3, .page--article article .article-content .article-body h4, .page--article article .article-content .article-body h5, .page--article article .article-content .article-body h6, .page--article article .article-content .article-body p, .page--article article .article-content .article-body blockquote, .page--article article .article-content .article-body pre,
        .page--article article .article-content .article-body a, .page--article article .article-content .article-body abbr, .page--article article .article-content .article-body acronym, .page--article article .article-content .article-body address, .page--article article .article-content .article-body big, .page--article article .article-content .article-body cite, .page--article article .article-content .article-body code,
        .page--article article .article-content .article-body del, .page--article article .article-content .article-body dfn, .page--article article .article-content .article-body img, .page--article article .article-content .article-body ins, .page--article article .article-content .article-body kbd, .page--article article .article-content .article-body q, .page--article article .article-content .article-body s, .page--article article .article-content .article-body samp,
        .page--article article .article-content .article-body small, .page--article article .article-content .article-body tt, .page--article article .article-content .article-body var,
        .page--article article .article-content .article-body center,
        .page--article article .article-content .article-body dl, .page--article article .article-content .article-body dt, .page--article article .article-content .article-body dd, .page--article article .article-content .article-body ol, .page--article article .article-content .article-body ul, .page--article article .article-content .article-body li,
        .page--article article .article-content .article-body fieldset, .page--article article .article-content .article-body form, .page--article article .article-content .article-body label, .page--article article .article-content .article-body legend,
        .page--article article .article-content .article-body table, .page--article article .article-content .article-body caption, .page--article article .article-content .article-body tbody, .page--article article .article-content .article-body tfoot, .page--article article .article-content .article-body thead, .page--article article .article-content .article-body tr, .page--article article .article-content .article-body th, .page--article article .article-content .article-body td,
        .page--article article .article-content .article-body article, .page--article article .article-content .article-body aside, .page--article article .article-content .article-body canvas, .page--article article .article-content .article-body details, .page--article article .article-content .article-body embed,
        .page--article article .article-content .article-body figure, .page--article article .article-content .article-body figcaption, .page--article article .article-content .article-body footer, .page--article article .article-content .article-body header, .page--article article .article-content .article-body hgroup,
        .page--article article .article-content .article-body menu, .page--article article .article-content .article-body nav, .page--article article .article-content .article-body output, .page--article article .article-content .article-body ruby, .page--article article .article-content .article-body section, .page--article article .article-content .article-body summary,
        .page--article article .article-content .article-body time, .page--article article .article-content .article-body mark, .page--article article .article-content .article-body audio, .page--article article .article-content .article-body video {
          margin: 0;
          padding: 0;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline; }
        .page--article article .article-content .article-body article, .page--article article .article-content .article-body aside, .page--article article .article-content .article-body details, .page--article article .article-content .article-body figcaption, .page--article article .article-content .article-body figure,
        .page--article article .article-content .article-body footer, .page--article article .article-content .article-body header, .page--article article .article-content .article-body hgroup, .page--article article .article-content .article-body menu, .page--article article .article-content .article-body nav, .page--article article .article-content .article-body section {
          display: block; }
        .page--article article .article-content .article-body body {
          line-height: 1; }
        .page--article article .article-content .article-body ol, .page--article article .article-content .article-body ul {
          list-style: none; }
        .page--article article .article-content .article-body blockquote, .page--article article .article-content .article-body q {
          quotes: none; }
        .page--article article .article-content .article-body blockquote:before, .page--article article .article-content .article-body blockquote:after,
        .page--article article .article-content .article-body q:before, .page--article article .article-content .article-body q:after {
          content: '';
          content: none; }
        .page--article article .article-content .article-body table {
          border-collapse: collapse;
          border-spacing: 0; }
        .page--article article .article-content .article-body img,
        .page--article article .article-content .article-body .wp-video,
        .page--article article .article-content .article-body .brightcove,
        .page--article article .article-content .article-body audio,
        .page--article article .article-content .article-body video {
          display: block;
          width: 100% !important;
          max-width: 720px;
          height: auto;
          margin: 0 auto; }
        .page--article article .article-content .article-body .brightcove,
        .page--article article .article-content .article-body audio,
        .page--article article .article-content .article-body video {
          margin-top: 1em;
          margin-bottom: 1em; }
        .page--article article .article-content .article-body .brightcove {
          position: relative;
          padding-bottom: 56.25%;
          /* 16:9 */
          height: 0; }
        .page--article article .article-content .article-body .brightcove iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .page--article article .article-content .article-body h1,
        .page--article article .article-content .article-body h2,
        .page--article article .article-content .article-body h3 {
          color: #F26521;
          margin-bottom: 4px; }
        .page--article article .article-content .article-body h1 {
          font-size: 1.4em;
          font-weight: bold; }
        .page--article article .article-content .article-body h2 {
          font-size: 1.3em;
          font-weight: bold; }
        .page--article article .article-content .article-body h3 {
          font-size: 1.1em;
          font-weight: bold;
          margin-bottom: 2px; }
        .page--article article .article-content .article-body a {
          color: #F26521; }
        .page--article article .article-content .article-body p {
          margin-bottom: 1.5em; }
        .page--article article .article-content .article-body img,
        .page--article article .article-content .article-body .wp-caption {
          max-width: 100%; }
        .page--article article .article-content .article-body .wp-caption {
          margin-bottom: 20px; }
          .page--article article .article-content .article-body .wp-caption .wp-caption-text,
          .page--article article .article-content .article-body .wp-caption .wp-caption-dd {
            background-color: black;
            color: white;
            padding: 8px 14px 12px;
            position: relative;
            margin-bottom: 20px; }
        .page--article article .article-content .article-body body#tinymce {
          font-family: Tahoma, Verdana, Segoe, sans-serif;
          font-size: 14px;
          line-height: 1.2em;
          margin: 1em; }
        .page--article article .article-content .article-body ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .page--article article .article-content .article-body ul li {
            padding-left: 2em;
            text-indent: -12px;
            margin-bottom: 10px; }
            .page--article article .article-content .article-body ul li::before {
              content: "• ";
              color: #F26521;
              padding-right: 5px;
              margin-left: -5px; }
        .page--article article .article-content .article-body .alignleft {
          float: left;
          margin: 0 20px 10px 0;
          max-width: 50%; }
        .page--article article .article-content .article-body .alignright {
          float: right;
          margin: 0 0 10px 20px;
          max-width: 50%; }
        .page--article article .article-content .article-body .boxout {
          background: #F26521;
          padding: 14px 14px 0;
          color: white;
          overflow: hidden;
          margin: 14px 0; }
          .page--article article .article-content .article-body .boxout h1, .page--article article .article-content .article-body .boxout h2, .page--article article .article-content .article-body .boxout h3, .page--article article .article-content .article-body .boxout h4, .page--article article .article-content .article-body .boxout h5, .page--article article .article-content .article-body .boxout h6, .page--article article .article-content .article-body .boxout p, .page--article article .article-content .article-body .boxout a {
            color: white; }
          .page--article article .article-content .article-body .boxout a {
            text-decoration: underline; }
        .page--article article .article-content .article-body blockquote {
          width: 30%;
          float: left;
          font-size: 1em;
          font-weight: bold;
          line-height: 20px;
          color: #F26521;
          margin: 0 20px 10px 0;
          box-sizing: border-box; }
        .page--article article .article-content .article-body blockquote.alignright {
          float: right;
          margin: 0 0 10px 20px; }
        .page--article article .article-content .article-body .article-media {
          margin-bottom: 20px; }
          .page--article article .article-content .article-body .article-media.article-media--audio {
            width: 100%;
            max-width: 450px;
            margin: 0 auto 20px;
            color: white;
            background-image: url("../assets/furniture/audio-icon.svg");
            background-position: 15px center;
            background-repeat: no-repeat;
            background-size: 40px;
            background-color: #6b70ab;
            font-size: 1.4em;
            text-indent: 70px;
            height: 70px;
            line-height: 70px; }
          .page--article article .article-content .article-body .article-media.article-media--video {
            position: relative;
            overflow: hidden;
            position: relative; }
            .page--article article .article-content .article-body .article-media.article-media--video:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 56.25%; }
            .page--article article .article-content .article-body .article-media.article-media--video > .ratio-container {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            .page--article article .article-content .article-body .article-media.article-media--video .ratio-container {
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              -ms-behavior: url(/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc);
              background-color: #ccc; }
              .page--article article .article-content .article-body .article-media.article-media--video .ratio-container .icon {
                background-image: url("../assets/furniture/play.svg");
                width: 64px;
                height: 64px;
                background-size: cover;
                opacity: 0.75;
                left: 50%;
                position: absolute;
                margin-left: -32px;
                top: 50%;
                margin-top: -32px; }
        .page--article article .article-content .article-body input[type="radio"] {
          position: absolute;
          opacity: 0; }
          .page--article article .article-content .article-body input[type="radio"]:checked ~ .radiobtn::after {
            display: block; }
        .page--article article .article-content .article-body .radiobtn {
          position: relative;
          height: 16px;
          width: 16px;
          background-color: #eee;
          border-radius: 50%;
          display: inline-block;
          top: 2px; }
          .page--article article .article-content .article-body .radiobtn::after {
            display: none;
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #F26521; }
        .page--article article .article-content .article-body .survey,
        .page--article article .article-content .article-body .poll {
          max-width: 600px;
          margin: 2em auto;
          position: relative; }
          .page--article article .article-content .article-body .survey .overlay,
          .page--article article .article-content .article-body .poll .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.8);
            z-index: 1; }
            .page--article article .article-content .article-body .survey .overlay.overlay--message,
            .page--article article .article-content .article-body .poll .overlay.overlay--message {
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.1em;
              font-weight: bold; }
          .page--article article .article-content .article-body .survey .message,
          .page--article article .article-content .article-body .poll .message {
            background: #dee0e1;
            min-height: 3em;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1em;
            font-weight: bold; }
          .page--article article .article-content .article-body .survey h2,
          .page--article article .article-content .article-body .survey h3,
          .page--article article .article-content .article-body .poll h2,
          .page--article article .article-content .article-body .poll h3 {
            margin-bottom: 0.6em; }
          .page--article article .article-content .article-body .survey input[type="text"],
          .page--article article .article-content .article-body .survey textarea,
          .page--article article .article-content .article-body .poll input[type="text"],
          .page--article article .article-content .article-body .poll textarea {
            width: 100%;
            padding: 9px;
            border: 1px solid #dee0e1; }
            .page--article article .article-content .article-body .survey input[type="text"]:focus,
            .page--article article .article-content .article-body .survey textarea:focus,
            .page--article article .article-content .article-body .poll input[type="text"]:focus,
            .page--article article .article-content .article-body .poll textarea:focus {
              border-color: #F26521; }
          .page--article article .article-content .article-body .survey .questions,
          .page--article article .article-content .article-body .poll .questions {
            position: relative; }
            .page--article article .article-content .article-body .survey .questions .question,
            .page--article article .article-content .article-body .poll .questions .question {
              margin-bottom: 1.5em; }
          .page--article article .article-content .article-body .survey .options,
          .page--article article .article-content .article-body .poll .options {
            position: relative; }
            .page--article article .article-content .article-body .survey .options .option,
            .page--article article .article-content .article-body .poll .options .option {
              margin-top: 8px; }
              .page--article article .article-content .article-body .survey .options .option .result,
              .page--article article .article-content .article-body .poll .options .option .result {
                display: flex;
                line-height: 1.3em; }
                .page--article article .article-content .article-body .survey .options .option .result .result-percentage,
                .page--article article .article-content .article-body .poll .options .option .result .result-percentage {
                  flex: 0 0 auto;
                  margin-left: 8px;
                  width: 45px; }
                .page--article article .article-content .article-body .survey .options .option .result .result-bar,
                .page--article article .article-content .article-body .poll .options .option .result .result-bar {
                  flex: 1 1 auto;
                  height: 1.3em;
                  position: relative;
                  background: #dee0e1; }
                  .page--article article .article-content .article-body .survey .options .option .result .result-bar div,
                  .page--article article .article-content .article-body .poll .options .option .result .result-bar div {
                    height: 1.3em;
                    background: #F26521;
                    transition: 0.3s; }
    .page--article article footer {
      border-top: 1px solid #F26521;
      padding: 1em 0;
      overflow: hidden; }
      @media (min-width: 650px) and (max-width: 1024px) {
        .page--article article footer {
          max-width: 95%;
          margin: 0 auto; } }
      .page--article article footer .article-tags {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #F26521; }
        .page--article article footer .article-tags li {
          margin: 0;
          padding-right: 1em;
          float: left; }
          .page--article article footer .article-tags li a {
            font-weight: bold; }
    @media (max-width: 650px), (max-height: 500px) {
      .page--article article {
        margin: 10px; }
        .page--article article .article-meta time {
          display: none; }
        .page--article article .article-content time {
          display: block;
          color: #F26521;
          margin-bottom: 0.5rem;
          font-size: 11px; }
        .page--article article .article-content .article-title {
          text-align: left;
          padding: 0;
          border-bottom: 0; }
          .page--article article .article-content .article-title h1 {
            font-size: 22px; }
          .page--article article .article-content .article-title h2 {
            font-size: 14px;
            font-weight: bold; }
        .page--article article footer {
          border: none; } }

body.documents .page > div > div,
body.links .page > div > div {
  margin-bottom: 1em; }

body.documents .page h3,
body.links .page h3 {
  line-height: 29px;
  font-weight: 400;
  font-size: 18px;
  padding: 14px;
  margin: 0;
  border-bottom: 1px solid #939598; }
  body.documents .page h3 .icon,
  body.links .page h3 .icon {
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px; }
    body.documents .page h3 .icon.icon--global-item,
    body.links .page h3 .icon.icon--global-item {
      background-image: url("../assets/furniture/global-news.svg"); }
    body.documents .page h3 .icon.icon--local-item,
    body.links .page h3 .icon.icon--local-item {
      background-image: url("../assets/furniture/local-news.svg"); }

body.documents .page .item .item-title,
body.links .page .item .item-title {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid aliceblue; }
  body.documents .page .item .item-title h4,
  body.links .page .item .item-title h4 {
    padding: 14px 30px 14px 14px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #77797d; }
  body.documents .page .item .item-title .icon,
  body.links .page .item .item-title .icon {
    position: absolute;
    width: 48px;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../assets/furniture/black-down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; }
    body.documents .page .item .item-title .icon.icon--close,
    body.links .page .item .item-title .icon.icon--close {
      background-image: url("../assets/furniture/black-cross.svg");
      background-size: 14px; }

body.documents .page .item.item--link .item-title h4,
body.links .page .item.item--link .item-title h4 {
  padding: 14px 58px 14px 14px; }

body.documents .page .item.item--link .item-title .icon,
body.links .page .item.item--link .item-title .icon {
  background-size: 30px;
  right: 7px;
  background-image: url("../assets/furniture/go-to-arrow.svg"); }

body.documents .page .item .document-dropdown,
body.links .page .item .document-dropdown {
  background: black;
  padding: 13px 14px 16px;
  overflow: hidden; }
  body.documents .page .item .document-dropdown .document-description,
  body.links .page .item .document-dropdown .document-description {
    width: 70%;
    float: left; }
    body.documents .page .item .document-dropdown .document-description p,
    body.links .page .item .document-dropdown .document-description p {
      margin: 0;
      color: white; }
  body.documents .page .item .document-dropdown .document-set-email label,
  body.links .page .item .document-dropdown .document-set-email label {
    color: white;
    padding-right: 4px; }
  body.documents .page .item .document-dropdown .document-set-email input,
  body.links .page .item .document-dropdown .document-set-email input {
    border: none;
    height: 40px;
    padding: 4px;
    display: inline-block;
    background: white;
    width: calc(100% - 90px); }
  body.documents .page .item .document-dropdown .document-set-email .set-email-submit,
  body.links .page .item .document-dropdown .document-set-email .set-email-submit {
    text-indent: -9999999px;
    width: 40px;
    height: 40px;
    color: white;
    background-image: url("../assets/furniture/email-icon.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    background-color: white;
    vertical-align: top;
    border-left: 1px solid #666;
    margin: 0;
    padding: 0; }
  body.documents .page .item .document-dropdown .document-links,
  body.links .page .item .document-dropdown .document-links {
    text-align: right; }
    body.documents .page .item .document-dropdown .document-links .link,
    body.links .page .item .document-dropdown .document-links .link {
      text-indent: 99999px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      background-color: white;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
      body.documents .page .item .document-dropdown .document-links .link.link--email,
      body.links .page .item .document-dropdown .document-links .link.link--email {
        background-image: url("../assets/furniture/email-icon.svg");
        margin-right: 10px; }
      body.documents .page .item .document-dropdown .document-links .link.link--view,
      body.links .page .item .document-dropdown .document-links .link.link--view {
        background-image: url("../assets/furniture/download-icon.svg"); }
      body.documents .page .item .document-dropdown .document-links .link.loading,
      body.links .page .item .document-dropdown .document-links .link.loading {
        background-image: url("../assets/loading.png"); }
      body.documents .page .item .document-dropdown .document-links .link.error,
      body.links .page .item .document-dropdown .document-links .link.error {
        background-image: url("../assets/furniture/alert.svg"); }
      body.documents .page .item .document-dropdown .document-links .link.complete,
      body.links .page .item .document-dropdown .document-links .link.complete {
        background-image: url("../assets/furniture/tick.svg"); }

body .ptr--ptr {
  box-shadow: none; }
  body .ptr--ptr .ptr--box {
    padding-bottom: 16px; }
  body .ptr--ptr .ptr--icon {
    display: none; }

* {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0; }

body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  color: #77797d; }

body.blank {
  background-image: url("../assets/feature.png");
  background-size: cover; }
  body.blank * {
    display: none; }

h1 {
  font-size: 17px;
  font-weight: 700;
  color: #3D4146; }

h2 {
  font-size: 16px;
  font-weight: normal; }

h1,
h2,
h3,
p {
  line-height: 1.3em; }

.right {
  float: right; }

.cl-text {
  color: #77797d; }

.bg-text {
  backgrond-color: #77797d; }

.cl-textHighlight {
  color: #999; }

.bg-textHighlight {
  backgrond-color: #999; }

.cl-link {
  color: #F26521; }

.bg-link {
  backgrond-color: #F26521; }

.cl-linkHover {
  color: #d44d0c; }

.bg-linkHover {
  backgrond-color: #d44d0c; }

.cl-highlight {
  color: #F26521; }

.bg-highlight {
  backgrond-color: #F26521; }

.cl-darkBg {
  color: #3D4146; }

.bg-darkBg {
  backgrond-color: #3D4146; }

.cl-lightBg {
  color: #929397; }

.bg-lightBg {
  backgrond-color: #929397; }

.cl-lighterBg {
  color: #dee0e1; }

.bg-lighterBg {
  backgrond-color: #dee0e1; }

.cl-teal {
  color: #00B2A9; }

.bg-teal {
  backgrond-color: #00B2A9; }

.cl-body {
  color: #fff; }

.bg-body {
  backgrond-color: #fff; }

.cl-alert {
  color: #F26521; }

.bg-alert {
  backgrond-color: #F26521; }

.cl-success {
  color: #579327; }

.bg-success {
  backgrond-color: #579327; }

a {
  color: #F26521;
  text-decoration: none;
  outline: 0; }
  a:hover {
    color: #d44d0c; }

.button, input[type=button], button {
  margin-top: 8px;
  width: 100%;
  background: #dee0e1;
  text-align: center;
  padding: 10px;
  border: 0;
  cursor: pointer; }
  .button:disabled, input[type=button]:disabled, button:disabled {
    cursor: default; }
  .button.loading, input[type=button].loading, button.loading {
    background: none;
    background-image: url("../assets/loading.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px; }

.loading {
  background: none;
  background-image: url("../assets/loading.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -10000px; }

.invisible {
  visibility: hidden; }

.msg {
  padding: 8px;
  margin-bottom: 1em;
  font-size: 1.1em;
  background: #dee0e1; }
  .msg.msg--success {
    background: #579327;
    color: white; }
  .msg.msg--error {
    background: #F26521;
    color: white; }

.overlay {
  text-align: center;
  margin: 20vh;
  font-size: 20px; }
  .overlay.overlay--loading {
    text-indent: -10000px;
    background-image: url("../assets/loading.png");
    background-repeat: no-repeat;
    background-position: center; }
  .overlay.overlay--message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    font-weight: bold; }
  .overlay.overlay--full {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    margin: 0; }

.main-container {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fade.ng-hide {
  opacity: 0; }

.fade.ng-hide-remove,
.fade.ng-hide-add {
  display: block !important;
  /* or inline-block, as appropriate */ }

.fade.ng-hide-remove {
  transition: all linear 1000ms; }

.fade.ng-hide-add {
  transition: all linear 500ms; }

@font-face {
  font-family: 'BAESystemsWeb-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BAESystemsWeb-Regular.eot");
  src: url("../fonts/BAESystemsWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BAESystemsWeb-Regular.woff2") format("x-woff2"), url("../fonts/BAESystemsWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: 'BAESystemsWeb-Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BAESystemsWeb-Bold.eot");
  src: url("../fonts/BAESystemsWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BAESystemsWeb-Bold.woff2") format("x-woff2"), url("../fonts/BAESystemsWeb-Bold.woff") format("woff"); }

bdo[dir="ltr"] {
  direction: ltr;
  unicode-bidi: embed; }

bdo[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }

article-list-order > div {
  flex: 0 0 auto;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 11px; }
  article-list-order > div a {
    color: #77797d; }
    article-list-order > div a:hover {
      color: #77797d; }
    article-list-order > div a.active {
      color: white; }
  article-list-order > div span {
    background-image: url("../assets/furniture/useful-v-recent-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 1em;
    vertical-align: middle;
    margin-right: 2px;
    display: inline-block; }
