@charset "UTF-8";

@font-face {
  font-family: "eboks-icon-font";
  src:url("//theme.zdassets.com/theme_assets/865148/ec5aafc38506fe7b03c3050396b462e013fe84b7.eot");
  src:url("//theme.zdassets.com/theme_assets/865148/ec5aafc38506fe7b03c3050396b462e013fe84b7.eot?#iefix") format("embedded-opentype"),
    url("//theme.zdassets.com/theme_assets/865148/299f0865aca7c894d318bffd9e3bd44aa4f374a1.woff") format("woff"),
    url("//theme.zdassets.com/theme_assets/865148/0c3ea9ae03ab33e118f220be975789a792d19783.ttf") format("truetype"),
    url("//theme.zdassets.com/theme_assets/865148/19b098f11f8865fc680bcc4476ae27a5e3b92fb5.svg#eboks-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "eboks-icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "eboks-icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-simple-line-flag:before {
  content: "\61";
}
.icon-simple-line-person:before {
  content: "\62";
}
.icon-simple-line-pencil:before {
  content: "\63";
}
.icon-simple-line-settings:before {
  content: "\64";
}
.icon-simple-line-lock:before {
  content: "\65";
}
.icon-simple-line-close:before {
  content: "\66";
}
.icon-fa-thumbs-o-up:before {
  content: "\67";
}
.icon-fa-thumbs-o-down:before {
  content: "\68";
}
.icon-fa-long-arrow-left:before {
  content: "\69";
}
.icon-fa-search:before {
  content: "\6a";
}
.icon-simple-line-question:before {
  content: "\6b";
}
.icon-simple-line-book:before {
  content: "\6c";
}
.icon-fa-lock:before {
  content: "\6d";
}
.icon-fa-star:before {
  content: "\6e";
}
.icon-fa-file-text:before {
  content: "\6f";
}
.icon-simple-line-info:before {
  content: "\70";
}
.icon-fa-bars:before {
  content: "\71";
}

/**
 * General styling
 */
/* ========================================================================== Normalize.scss settings ========================================================================== */
/** * Includes legacy browser support IE6/7 * * Set to false if you want to drop support for IE6 and IE7 */
/* Base ========================================================================== */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, *    without disabling user zoom. * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using *  `em` units. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/** * Remove default margin. */
body {
  margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/** * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/** * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
  display: none; }

/* Links ========================================================================== */
/** * Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent; }

/** * Improve readability of focused elements when they are also in an * active/hover state. */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics ========================================================================== */
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
  font-weight: 500; }

/** * Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic; }

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/** * Addresses styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/** * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** * 1. Remove border when inside `a` element in IE 8/9/10. * 2. Improves image quality when scaled in IE 7. */
img {
  border: 0; }

/** * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px; }

/** * Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0; }

/** * Contain overflow in all browsers. */
pre {
  overflow: auto; }

/** * Address odd `em`-unit font size rendering in all browsers. * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms ========================================================================== */
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */
/** * 1. Correct color not being inherited. *  Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. * 4. Improves appearance and consistency in all browsers. */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible; }

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */
button, select {
  text-transform: none; }

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *  and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *  `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. *  Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/** * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
input {
  line-height: normal; }

/** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. *  Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/** * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. * 3. Corrects text not wrapping in Firefox 3. * 4. Corrects alignment displayed oddly in IE 6/7. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/** * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto; }

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold; }

/* Tables ========================================================================== */
/** * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .login {
  appearance: none;
  background-color: #BB1D2C;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Segoe UI", "Helvetica Neue", Segoe, Helvetica, Arial, FreeSans, sans-serif;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 1;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:focus, button:visited, button:active, input[type="button"]:focus, input[type="button"]:visited, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:visited, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:visited, input[type="submit"]:active, .btn:focus, .login:focus, .btn:visited, .login:visited, .btn:active, .login:active {
    background-color: #BB1D2C;
    color: #fff; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:hover, .login:hover {
    background-color: #c53f4c; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .btn:disabled, .login:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, .btn:disabled:hover, .login:disabled:hover {
      background-color: #233E4B; }

.btn.alternative, .alternative.login {
  background: white;
  color: #333; }

.btn.contact-link, .contact-link.login {
  background: #14242c;
  color: #fff; }
  .btn.contact-link:hover, .contact-link.login:hover {
    background-color: #1a2e37; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 400;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Segoe UI", "Helvetica Neue", Segoe, Helvetica, Arial, FreeSans, sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 10px 12px;
  width: 100%;
  font-size: 16px; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #233E4B;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(27, 48, 58, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #F5F5F5; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select[multiple]::placeholder {
    color: #999; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

.form footer input[type=submit] {
  padding-left: 80px !important;
  padding-right: 80px !important; }
.form p {
  font-size: 14px; }

.form-field {
  margin-bottom: 30px; }
  .form-field label {
    font-size: 15px;
    font-weight: 400; }
  .form-field.required label:after {
    content: "*";
    color: #bb1d2b;
    vertical-align: middle;
    margin-left: 3px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure, img {
  margin: 0; }

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

img, embed, object, video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: auto;
  width: 100%; }

th {
  border-bottom: 1px solid #F5F5F5;
  font-weight: normal;
  padding: 0.75em 0;
  text-align: left; }
  th a {
    color: #414042; }
    th a:visited, th a:hover, th a:focus, th a:active {
      color: inherit; }

td {
  border-bottom: 1px solid #F5F5F5; }

tr,
td,
th {
  vertical-align: middle; }

td, th {
  padding: 0.75em 10px; }
  td.small-column, th.small-column {
    width: 1px;
    white-space: nowrap; }

.article-body table {
  margin: 1em 0;
  min-width: 300px; }
  .article-body table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .article-body table td {
    display: block;
    border-right: 1px solid #ddd;
    padding: 10px; }
    @media (max-width: 480px) {
      .article-body table td {
        border-left: 1px solid #ddd; } }
    .article-body table td:first-child {
      border-left: 1px solid #ddd; }
  .article-body table th, .article-body table td {
    text-align: left; }
    @media (min-width: 480px) {
      .article-body table th, .article-body table td {
        display: table-cell; } }

body {
  color: #414042;
  font-family: "Segoe UI", "Helvetica Neue", Segoe, Helvetica, Arial, FreeSans, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", "Helvetica Neue", Segoe, Helvetica, Arial, FreeSans, sans-serif; }

h1 {
  font-size: 2rem;
  font-weight: 100; }

h2 {
  font-size: 1.5rem;
  font-weight: 100; }
  h2 a {
    font-weight: 100; }

h3 {
  font-size: 20px;
  font-weight: 100; }

p {
  margin: 0 0 0.75em; }

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

hr {
  border-bottom: 1px solid #F5F5F5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

* {
  box-sizing: border-box; }

.icon {
  color: #BB1D2C; }

.wysiwyg-font-size-x-large {
  font-size: 1.5rem; }

.wysiwyg-font-size-large {
  font-size: 1.25rem; }

.wysiwyg-font-size-medium {
  font-size: 1rem; }

.wysiwyg-font-size-small {
  font-size: 0.75rem; }

/* Media queries */
/* Omega reset for neat */
body {
  background: #fff;
  color: #414042;
  font-size: 16px;
  font-family: 'Segoe UI', 'Helvetica Neue', Segoe, Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 300; }

.powered-by-zendesk {
  display: none; }

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

#hero {
  height: 250px;
  text-align: center;
  background-image: url(//theme.zdassets.com/theme_assets/865148/3d3843064cddbd15a3c49aeedcfddaf5ed8049d7.jpg);
  background-position: center;
  background-size: cover;
  overflow: auto;
  color: white;
  position: relative; }
  #hero h1 {
    font-weight: 500; }
  #hero .container {
    position: relative;
    height: 100%; }
    #hero .container .inner-container {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 100;
      padding: 0 20px; }
  @media screen and (max-width: 700px) {
    #hero {
      height: 150px;
      background-position: 80%; } }

.alert {
  background: #233e4b;
  color: white;
  padding: 15px 20px;
  margin-top: 20px;
  position: relative;
  font-size: 13px; }
  .alert .icon {
    position: absolute;
    top: 50%;
    margin-top: -16px; }
  .alert .info {
    margin-left: 50px; }
  .alert h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 500; }
  .alert a {
    color: white;
    font-weight: 500; }
  @media screen and (max-width: 600px) {
    .alert {
      word-wrap: break-word; }
      .alert .icon {
        display: none; }
      .alert .info {
        margin-left: 0; } }

main {
  padding-bottom: 30px; }

/**
 * Components
 */
.locales .current {
  display: inline-block; }
  .locales .current a {
    font-weight: 500 !important; }
.locales .alternatives {
  display: inline-block; }
  .locales .alternatives ul li {
    display: inline-block; }
    .locales .alternatives ul li:before {
      content: "|";
      display: inline-block;
      margin: 0 8px 0 5px; }

ol.breadcrumbs {
  font-size: 13px;
  margin-top: 20px;
  color: #bb1d2b;
  font-weight: 400; }
  ol.breadcrumbs::after {
    clear: both;
    content: "";
    display: block; }
  ol.breadcrumbs li {
    float: left; }
    ol.breadcrumbs li a {
      color: #bb1d2b; }
    ol.breadcrumbs li:after {
      content: "/";
      margin-right: 6px;
      margin-left: 3px; }
    ol.breadcrumbs li:last-child:after {
      display: none; }

nav.pagination {
  margin: 40px 0 50px 0; }
  nav.pagination ul {
    font-size: 12px; }
    nav.pagination ul::after {
      clear: both;
      content: "";
      display: block; }
    nav.pagination ul li {
      float: left;
      margin-right: 3px; }
      nav.pagination ul li > a, nav.pagination ul li > span {
        display: block;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        background: #233e4b;
        color: white;
        font-weight: 100; }
      nav.pagination ul li.pagination-current span {
        background: #bb1d2b; }
      nav.pagination ul li.pagination-first, nav.pagination ul li.pagination-prev, nav.pagination ul li.pagination-next, nav.pagination ul li.pagination-last {
        font-size: 22px; }
        nav.pagination ul li.pagination-first a, nav.pagination ul li.pagination-prev a, nav.pagination ul li.pagination-next a, nav.pagination ul li.pagination-last a {
          line-height: 19px; }

.login {
  display: inline-block;
  background: #bb1d2b;
  color: white;
  font-weight: 500; }

#user .btn img, #user .login img {
  display: none; }
#user .btn.dropdown-toggle:after, #user .dropdown-toggle.login:after {
  color: #fff; }
#user .dropdown-menu {
  border-radius: 0; }

#user-menu a {
  color: #333 !important; }

#user-password, #user-email, #profile-form {
  color: #333 !important; }
  #user-password input, #user-email input, #profile-form input {
    background: #eee !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    border: none !important;
    color: #333 !important;
    height: auto !important; }
    #user-password input:hover, #user-email input:hover, #profile-form input:hover {
      border: none !important; }

.upload-dropzone {
  border: 1px dashed #ddd;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px; }
  .upload-dropzone input[type=file] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 250px;
    height: 100%; }
  .upload-dropzone span a {
    color: #bd1a26; }

.notification {
  background: #15242c !important;
  border: none !important;
  border-bottom: 1px solid #233e4b !important;
  color: white !important; }
  .notification a {
    color: #BB1D2C; }
  .notification .notification-inner .notification-icon:before {
    border-color: white !important; }
  .notification .notification-inner .notification-dismiss:before {
    color: #fff !important;
    opacity: 1 !important; }

.notification-dismiss:before, .notification-icon:before {
  line-height: inherit; }

form.search {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  color: #333; }
  form.search:before {
    font-family: "eboks-icon-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\6a";
    font-size: 20px;
    top: 15px;
    border-radius: 100%;
    position: absolute;
    left: 16px; }

#query {
  display: inline-block;
  padding: 15px 20px 15px 50px;
  font-size: 19px;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0; }
  @media (max-width: 400px) {
    #query {
      font-size: 15px; } }

zd-autocomplete {
  border-radius: 0; }
  @media (min-width: 300px) {
    zd-autocomplete {
      min-width: unset; } }

.vote-question-control-wrapper {
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #333; }
  .vote-question-control-wrapper .article-vote-question {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  .vote-question-control-wrapper .article-vote-controls {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
    .vote-question-control-wrapper .article-vote-controls a {
      color: #414042;
      vertical-align: middle; }
  .vote-question-control-wrapper .article-vote-count {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle; }

/**
* Page types
*/
#site-header {
  color: white;
  font-size: 13px; }
  #site-header a {
    color: white;
    font-weight: 300; }
  #site-header > .top {
    background: #15242c;
    padding: 5px 0; }
    #site-header > .top .navigate-back {
      float: left; }
    #site-header > .top .locale-picker {
      float: right; }
  #site-header > .bottom {
    background: #233e4b;
    padding: 20px 0; }
    #site-header > .bottom::after {
      clear: both;
      content: "";
      display: block; }
    #site-header > .bottom .logo {
      float: left; }
      #site-header > .bottom .logo img {
        max-width: 160px; }
      #site-header > .bottom .logo span {
        font-size: 0.9375rem;
        font-weight: 100;
        letter-spacing: 1.5px;
        margin-left: 5px;
        line-height: 15px;
        vertical-align: bottom; }
    #site-header > .bottom .contact-login {
      float: right; }
    #site-header > .bottom .login-container {
      display: inline-block; }
    @media screen and (max-width: 945px) {
      #site-header > .bottom .navigation {
        display: none; } }
    @media screen and (max-width: 410px) {
      #site-header > .bottom .contact-login {
        float: none;
        margin-top: 15px;
        text-align: center; }
      #site-header > .bottom .logo {
        float: none;
        text-align: center; } }
  @media screen and (max-width: 600px) {
    #site-header .hc-segment {
      display: block;
      margin-top: 10px; } }
  @media screen and (max-width: 800px) {
    #site-header .contact-link {
      display: none; } }

#site-contact-section {
  margin-top: 20px;
  background: #233e4b;
  color: white;
  height: 90px;
  line-height: 90px;
  text-align: center; }
  #site-contact-section .contact-container {
    display: inline-block; }
    #site-contact-section .contact-container h2 {
      display: inline-block;
      margin: 0 15px 0 0; }
      #site-contact-section .contact-container h2 .need-help {
        font-weight: 500; }
      #site-contact-section .contact-container h2 .contact-us {
        font-weight: 100; }
      @media screen and (max-width: 980px) {
        #site-contact-section .contact-container h2 {
          display: none; } }
    #site-contact-section .contact-container .btn, #site-contact-section .contact-container .login {
      margin-bottom: 5px; }

#site-footer {
  background: #15242c;
  color: white;
  padding: 20px 0;
  font-size: 13px;
  font-weight: 400; }
  #site-footer a {
    color: white;
    text-decoration: underline; }
  #site-footer .container > .top .about-us {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    #site-footer .container > .top .about-us:last-child {
      margin-right: 0; }
    @media screen and (max-width: 700px) {
      #site-footer .container > .top .about-us {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #site-footer .container > .top .about-us:last-child {
          margin-right: 0; } }
  #site-footer .container > .top .we-support {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    #site-footer .container > .top .we-support:last-child {
      margin-right: 0; }
    @media screen and (max-width: 700px) {
      #site-footer .container > .top .we-support {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #site-footer .container > .top .we-support:last-child {
          margin-right: 0; } }
  #site-footer .container > .top::after {
    clear: both;
    content: "";
    display: block; }
  #site-footer .container > .bottom {
    margin-top: 20px; }
    #site-footer .container > .bottom .shortcuts {
      margin: 30px 0 10px 0; }
      #site-footer .container > .bottom .shortcuts ul li {
        display: inline-block;
        margin-right: 15px; }
        #site-footer .container > .bottom .shortcuts ul li a {
          text-decoration: underline; }
  @media screen and (max-width: 700px) {
    #site-footer #footer_branding {
      display: none; } }

#homepage #hero-homepage {
  height: 450px;
  text-align: center;
  background-image: url(//theme.zdassets.com/theme_assets/865148/2372922e569099c1d95275cbbdf92173a47379a8.jpg);
  background-position: center;
  background-size: cover;
  overflow: auto;
  color: white;
  position: relative;
  margin-bottom: 0; }
  #homepage #hero-homepage #arrow {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 16px; }
  #homepage #hero-homepage h1 {
    font-weight: 500;
    line-height: 40px;
    margin-top: 0; }
  #homepage #hero-homepage:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 50; }
  #homepage #hero-homepage .container > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding: 0 20px; }
    @media screen and (max-width: 700px) {
      #homepage #hero-homepage .container > div a.btn, #homepage #hero-homepage .container > div a.login {
        display: block;
        margin: 10px 0 !important; } }
  @media screen and (max-width: 800px) {
    #homepage #hero-homepage {
      height: 400px;
      background-position: 50% 70%; } }
#homepage .status-bar {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.25rem; }
  #homepage .status-bar.grey {
    background: #F5F5F5; }
  #homepage .status-bar span {
    font-weight: bold; }
  #homepage .status-bar img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px; }
  @media screen and (max-width: 700px) {
    #homepage .status-bar {
      font-size: 0.9375rem; } }
#homepage .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  #homepage .inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1100px) {
    #homepage .inner {
      margin-top: 20px;
      padding: 15px; } }
  #homepage .inner .category-wrapper a {
    display: table;
    height: 300px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1101px) {
      #homepage .inner .category-wrapper a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        display: table; }
        #homepage .inner .category-wrapper a:last-child {
          margin-right: 0; }
        #homepage .inner .category-wrapper a:nth-child(3n) {
          margin-right: 0; }
        #homepage .inner .category-wrapper a:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 701px) and (max-width: 1100px) {
      #homepage .inner .category-wrapper a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        display: table; }
        #homepage .inner .category-wrapper a:last-child {
          margin-right: 0; }
        #homepage .inner .category-wrapper a:nth-child(2n) {
          margin-right: 0; }
        #homepage .inner .category-wrapper a:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 700px) {
      #homepage .inner .category-wrapper a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        display: table;
        min-height: 200px; }
        #homepage .inner .category-wrapper a:last-child {
          margin-right: 0; }
        #homepage .inner .category-wrapper a:last-child {
          margin-bottom: 0; } }
  #homepage .inner .category-wrapper .category {
    text-align: center;
    color: #fff;
    background: #233E4B;
    display: table-cell;
    vertical-align: middle;
    transition: background-color 150ms ease;
    padding: 0 10px; }
    #homepage .inner .category-wrapper .category:hover {
      background: #14242c; }
    #homepage .inner .category-wrapper .category h2 {
      font-weight: 500;
      font-size: 1.25rem; }
      @media screen and (max-width: 700px) {
        #homepage .inner .category-wrapper .category h2 {
          font-size: 18px; } }
    #homepage .inner .category-wrapper .category img {
      height: 48px; }

.category-container {
  margin-top: 50px; }

.section-tree {
  margin-top: 40px; }
  .section-tree h2 {
    margin: 0 0 20px 0; }
  .section-tree .section {
    margin-bottom: 20px; }
    .section-tree .section .section-icon {
      vertical-align: text-top;
      width: 25px;
      height: 25px; }
    .section-tree .section .internal-section-icon {
      vertical-align: text-top;
      color: #BB1D2C; }
    @media screen and (min-width: 1030px) {
      .section-tree .section {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .section-tree .section:last-child {
          margin-right: 0; }
        .section-tree .section:nth-child(2n) {
          margin-right: 0; }
        .section-tree .section:nth-child(2n+1) {
          clear: left; } }
    .section-tree .section ul.article-list li {
      margin: 5px 0; }
    .section-tree .section a {
      color: #414042; }
      .section-tree .section a.see-all-articles {
        font-weight: 500;
        margin-top: 15px;
        display: block; }
    .section-tree .section.section-box {
      background: #F5F5F5;
      padding: 20px; }

.section-header {
  margin: 20px 0; }
  .section-header .section-icon {
    vertical-align: baseline;
    width: 25px;
    height: 25px; }
  .section-header .section-internal-icon {
    font-size: 30px;
    vertical-align: text-top;
    color: #BB1D2C;
    margin-right: 5px; }
  .section-header .section-header {
    display: inline-block; }

ul.article-list li {
  margin: 5px 0;
  position: relative;
  padding-left: 25px; }
  ul.article-list li a {
    color: #BB1D2C;
    vertical-align: top; }
  ul.article-list li:before {
    content: "o";
    font-family: eboks-icon-font;
    margin-right: 5px;
    position: absolute;
    left: 0; }

.section-subscribe, .section-unsubscribe {
  display: block;
  margin-bottom: 20px; }

.article-container {
  margin-top: 35px; }
  .article-container .article-header {
    text-align: center; }
  .article-container .article-info {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .article-container .article-info::after {
      clear: both;
      content: "";
      display: block; }
    .article-container .article-info .article-content {
      margin-bottom: 30px; }
      .article-container .article-info .article-content ol {
        list-style: decimal; }
      .article-container .article-info .article-content ul {
        list-style: disc; }
  .article-container .article-body ul, .article-container .article-body ol {
    margin: 0 0 20px 20px; }
  .article-container .article-body td {
    word-wrap: break-word; }
  .article-container .article-subscribe, .article-container .article-unsubscribe {
    display: block;
    margin-bottom: 20px; }

#article-attachments {
  margin: 30px 0; }
  #article-attachments ul {
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none; }
  #article-attachments .attachment {
    background: #F5F5F5;
    padding: 3px 6px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5; }
    #article-attachments .attachment:last-child {
      border: none; }
    #article-attachments .attachment .name {
      float: left; }
      #article-attachments .attachment .name a {
        color: #BB1D2C; }
    #article-attachments .attachment .size {
      float: right; }

section.article-relatives .related-articles {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  section.article-relatives .related-articles::after {
    clear: both;
    content: "";
    display: block; }
  section.article-relatives .related-articles h3 {
    font-size: 1.5rem;
    font-weight: 100; }
  section.article-relatives .related-articles ul li {
    margin: 5px 0;
    padding-left: 25px;
    position: relative; }
    section.article-relatives .related-articles ul li a {
      color: #BB1D2C;
      vertical-align: top; }
    section.article-relatives .related-articles ul li:before {
      content: "o";
      font-family: eboks-icon-font;
      margin-right: 5px;
      position: absolute;
      left: 0; }

.page-header {
  text-align: center;
  margin: 30px 0; }

.search-results {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .search-results::after {
    clear: both;
    content: "";
    display: block; }
  .search-results ul.search-results-list li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F5F5F5; }
    .search-results ul.search-results-list li a {
      color: #BB1D2C;
      vertical-align: top; }
    .search-results ul.search-results-list li .search-result-description {
      margin-top: 7px; }
    .search-results ul.search-results-list li:before {
      content: "o";
      font-family: eboks-icon-font;
      margin-right: 5px; }

.my-activities-header .my-activities-sub-nav {
  margin-bottom: 20px; }
  .my-activities-header .my-activities-sub-nav ul::after {
    clear: both;
    content: "";
    display: block; }
  .my-activities-header .my-activities-sub-nav ul li {
    float: left;
    margin-right: 10px; }
    .my-activities-header .my-activities-sub-nav ul li span, .my-activities-header .my-activities-sub-nav ul li a {
      display: block;
      padding: 5px 15px; }
    .my-activities-header .my-activities-sub-nav ul li span {
      background: #f5f5f5;
      color: #bb1d2b;
      font-weight: 400; }
    .my-activities-header .my-activities-sub-nav ul li a {
      color: #414042; }

nav.my-activities-nav {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5; }
  nav.my-activities-nav ul::after {
    clear: both;
    content: "";
    display: block; }
  nav.my-activities-nav ul li {
    float: left;
    margin-right: 10px; }
    nav.my-activities-nav ul li span, nav.my-activities-nav ul li a {
      display: block;
      padding: 5px 15px; }
    nav.my-activities-nav ul li span {
      background: #f5f5f5;
      color: #bb1d2b;
      font-weight: 400; }
    nav.my-activities-nav ul li a {
      color: #414042; }
    nav.my-activities-nav ul li:first-child a {
      padding-left: 0; }

.my-activities-table {
  margin: 0; }
  .my-activities-table .requests-table-meta {
    display: none; }
  .my-activities-table .request-info a {
    color: #bb1d2b; }
  .my-activities-table .status-label {
    display: inline-block;
    text-transform: uppercase;
    background: #e82a2a;
    font-size: 12px;
    color: white;
    padding: 4px 25px; }
  .my-activities-table .status-label-solved {
    background: #828282; }
  .my-activities-table .status-label-answered {
    background: #59bbe0; }
  .my-activities-table .request-closed .status-label {
    background: #1edab1; }

.no-activities {
  margin-top: 20px; }

.requests-table-toolbar {
  background: #f5f5f5;
  padding: 10px; }
  .requests-table-toolbar::after {
    clear: both;
    content: "";
    display: block; }
  .requests-table-toolbar .search {
    display: inline-block;
    float: left; }
    .requests-table-toolbar .search input {
      background: white;
      padding: 5px 10px;
      border-radius: 0;
      border: none;
      width: 300px;
      margin: 0; }
  .requests-table-toolbar .request-table-filter {
    float: right;
    display: inline-block; }
    @media screen and (max-width: 700px) {
      .requests-table-toolbar .request-table-filter {
        float: left; } }
    .requests-table-toolbar .request-table-filter .request-filter-label {
      display: inline-block;
      margin: 0 5px 0 0; }
    .requests-table-toolbar .request-table-filter select.request-filter {
      display: inline-block;
      margin: 0;
      background: white;
      border: 0;
      height: 28px; }
  @media screen and (max-width: 800px) {
    .requests-table-toolbar .search {
      display: block;
      float: none;
      margin-bottom: 10px; }
      .requests-table-toolbar .search input {
        width: 100%; } }

@media screen and (max-width: 800px) {
  .my-activities-table.requests-table th {
    display: none; }
    .my-activities-table.requests-table th.subject, .my-activities-table.requests-table th:last-child {
      display: table-cell; }
    .my-activities-table.requests-table th:last-child {
      text-align: right; }
  .my-activities-table.requests-table td {
    display: none; }
    .my-activities-table.requests-table td.requests-table-info {
      display: table-cell; }
      .my-activities-table.requests-table td.requests-table-info time {
        display: none; }
    .my-activities-table.requests-table td:nth-child(5) {
      display: table-cell;
      vertical-align: top;
      text-align: right; }
  .my-activities-table.requests-table .requests-table-meta {
    display: block; }
    .my-activities-table.requests-table .requests-table-meta span {
      margin-top: 5px;
      content: "";
      display: block; } }

.requests-sort-symbol {
  display: inline-block;
  margin-left: 10px; }

#request-form-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  #request-form-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 700px) {
    #request-form-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 20px; }
      #request-form-container:last-child {
        margin-right: 0; } }
  #request-form-container .alert {
    margin-bottom: 20px; }

#request-info-container {
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #request-info-container:last-child {
    margin-right: 0; }
  #request-info-container .phone {
    color: #bb1d2b;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px; }
  @media screen and (max-width: 700px) {
    #request-info-container {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #request-info-container:last-child {
        margin-right: 0; } }

.new-request-page-container {
  margin-top: 50px; }

.form-field.request_ticket_form_id {
  margin-bottom: 30px; }

/*Suggested articles on tablets and larger*/
.searchbox-suggestions {
  margin-bottom: 30px; }
  .searchbox-suggestions ul li a {
    display: block;
    background: #F5F5F5;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 400; }

.request-title {
  margin-bottom: 5px; }

.request-id {
  margin-bottom: 60px; }

.request-container .request-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .request-container .request-main:last-child {
    margin-right: 0; }
  .request-container .request-main .comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F5F5F5; }
    .request-container .request-main .comment::after {
      clear: both;
      content: "";
      display: block; }
    .request-container .request-main .comment .author-avatar {
      float: left;
      margin-right: 25px; }
    .request-container .request-main .comment .comment-main {
      overflow: auto; }
      .request-container .request-main .comment .comment-main .comment-meta {
        overflow: auto;
        margin-bottom: 10px; }
        .request-container .request-main .comment .comment-main .comment-meta .author-name {
          font-weight: 400; }
        .request-container .request-main .comment .comment-main .comment-meta .comment-published {
          float: right;
          font-size: 0.8em; }
      .request-container .request-main .comment .comment-main .attachments-heading {
        font-weight: 400; }
  .request-container .request-main .comment-form .comment-avatar {
    float: left;
    margin-right: 25px; }
  .request-container .request-main .comment-form .comment-container {
    overflow: auto; }
  @media screen and (max-width: 945px) {
    .request-container .request-main .comment-form .comment-avatar {
      float: none;
      margin-bottom: 20px; }
      .request-container .request-main .comment-form .comment-avatar .avatar {
        border-radius: 5px; } }
  .request-container .request-main .avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    border-radius: 30px; }
  @media screen and (max-width: 945px) {
    .request-container .request-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .request-container .request-main:last-child {
        margin-right: 0; }
      .request-container .request-main .comment-form-controls {
        margin-bottom: 20px; }
      .request-container .request-main .comment .author-avatar {
        float: none;
        margin-bottom: 20px; }
        .request-container .request-main .comment .author-avatar .avatar {
          border-radius: 5px; } }
.request-container .request-sidebar {
  background-color: #F5F5F5;
  padding: 20px;
  font-size: 0.9em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .request-container .request-sidebar:last-child {
    margin-right: 0; }
  .request-container .request-sidebar .requester-name {
    font-weight: 400;
    margin-bottom: 20px; }
  .request-container .request-sidebar dl dt {
    font-weight: 400; }
  .request-container .request-sidebar dl dd {
    margin-bottom: 20px; }
    .request-container .request-sidebar dl dd .status-label {
      margin-top: 5px;
      display: inline-block;
      text-transform: uppercase;
      background-color: #5abae0;
      font-size: 12px;
      color: white;
      padding: 4px 25px; }
      .request-container .request-sidebar dl dd .status-label .status-label-closed {
        background-color: #1edab1; }
  @media screen and (max-width: 945px) {
    .request-container .request-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .request-container .request-sidebar:last-child {
        margin-right: 0; } }

.subscriptions-table-meta {
  display: none; }

@media screen and (max-width: 700px) {
  .my-activities-table.subscriptions-table th {
    display: none; }
  .my-activities-table.subscriptions-table td {
    display: none; }
    .my-activities-table.subscriptions-table td.subscriptions-table-info {
      display: table-cell; }
  .my-activities-table.subscriptions-table .title {
    font-weight: 400; }
  .my-activities-table.subscriptions-table .subscriptions-table-meta {
    display: block; }
    .my-activities-table.subscriptions-table .subscriptions-table-meta > span {
      margin-top: 5px;
      content: "";
      display: block; }
      .my-activities-table.subscriptions-table .subscriptions-table-meta > span strong {
        font-weight: 400; }
  .my-activities-table.subscriptions-table .subscribe {
    position: relative; }
    .my-activities-table.subscriptions-table .subscribe .dropdown {
      position: static; } }
.my-activities-following-header {
  padding: 10px;
  background: #f5f5f5; }
  .my-activities-following-header .dropdown .dropdown-toggle {
    background: white;
    padding: 5px 10px;
    font-size: 14px;
    min-width: 150px; }
    .my-activities-following-header .dropdown .dropdown-toggle:after {
      position: absolute;
      top: 0;
      right: 10px; }

.error-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px; }
  .error-page::after {
    clear: both;
    content: "";
    display: block; }
  .error-page .error-message {
    margin-bottom: 30px; }
    .error-page .error-message .btn, .error-page .error-message .login {
      margin: 10px 0; }
      .error-page .error-message .btn a, .error-page .error-message .login a {
        color: #fff; }
  .error-page .promoted-articles {
    text-align: left;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin: 20px; }
    .error-page .promoted-articles ul li {
      margin: 5px 0; }
      .error-page .promoted-articles ul li span.icon {
        margin-right: 5px; }
      .error-page .promoted-articles ul li a {
        color: #BB1D2C;
        vertical-align: top; }
      .error-page .promoted-articles ul li:before {
        content: "o";
        font-family: eboks-icon-font; }

.alert-box {
  background-color: #F5F5F5;
  margin-bottom: 50px;
  overflow: auto;
  position: relative; }
  .alert-box p:last-child {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .alert-box {
      padding: 40px 60px; }
      .alert-box .info-icon {
        float: left;
        width: 48px;
        height: 1px; }
        .alert-box .info-icon img {
          position: absolute;
          top: 50%;
          margin-top: -24px; }
      .alert-box .content {
        overflow: auto;
        padding-left: 50px; } }
  @media (max-width: 800px) {
    .alert-box {
      padding: 30px 40px; }
      .alert-box .info-icon {
        text-align: center;
        margin-bottom: 20px; }
        .alert-box .info-icon img {
          width: 34px !important; } }


.cookies-message {
  background: rgba(35,63,75,.9);
  width: 100%;
  position: fixed;
  bottom: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  z-index: 9999;
  font-weight: 400;
}

.cookies-message .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
}

.cookies-message .container::after {
  display: none;
}

.cookies-message .text {
  font-size: 14px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.cookies-message .text a:hover {
  text-decoration: underline;
}

.cookies-message .buttons-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.cookies-message .btn-primary {
  margin-right: 10px;
}

.cookies-message .btn-primary:hover,
.cookies-message .btn-primary:focus,
.cookies-message .btn-primary:active {
  background-color: #8f1622;
}

.cookies-message .btn-secondary {
  color: #fff;
  background-color: #14242c;
}

.cookies-message .btn-secondary:hover,
.cookies-message .btn-secondary:focus,
.cookies-message .btn-secondary:active {
  background-color: #040709;
}

.btn {
  text-align: center;
}

@media (max-width: 767px) {
  .cookies-message .text {
    width: 100%;
  }

  .cookies-message .buttons-wrapper {
    width: 100%;
  }
}

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


/** * style for statuspage.io */
.color-dot {
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.color-dot.critical {
  background-color: #e74c3c;
}

.color-dot.major {
  background-color: #e67e22;
}

.color-dot.minor {
  background-color: #f1c40f;
}

.color-dot.none {
  background-color: #2ecc71;
}

/*no suggested articles on mobile devices*/
  @media screen and (max-width: 600px) {
    div.searchbox {
display: none;
}

div.searchbox label {
display: none;
}

div.searchbox li {
display: none;
}

div.searchbox li a:visited {
display: none;
  }
    
    .searchbox-suggestions {
  display: none; }
  .searchbox-suggestions ul li a {
    display: none; }
    }