/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;

  /* 1 */
  line-height: 1.15;

  /* 2 */
  -ms-text-size-adjust: 100%;

  /* 3 */
  -webkit-text-size-adjust: 100%;

  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;

  /* 1 */
  -webkit-text-decoration-skip: objects;

  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;

  /* 1 */
  text-decoration: underline;

  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;

  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;

  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;

  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  /* 1 */
  color: inherit;

  /* 2 */
  display: table;

  /* 1 */
  max-width: 100%;

  /* 1 */
  padding: 0;

  /* 3 */
  white-space: normal;

  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;

  /* 1 */
  vertical-align: baseline;

  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?febwbw");
  src: url("fonts/icomoon.eot?febwbw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?febwbw") format("truetype"), url("fonts/icomoon.woff?febwbw") format("woff"), url("fonts/icomoon.svg?febwbw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar-alt:before {
  content: "\e900";
  color: #edf1f4;
}

.icon-mobile-devices-alt:before {
  content: "\e901";
  color: #edf1f4;
}

.icon-people-alt:before {
  content: "\e902";
  color: #edf1f4;
}

.icon-apple-logo:before {
  content: "\e903";
}

.icon-google-play-logo:before {
  content: "\e904";
}

.icon-hamburger:before {
  content: "\e905";
}

.icon-analytics-laptop:before {
  content: "\e906";
}

.icon-connected-globe:before {
  content: "\e907";
}

.icon-connected-house:before {
  content: "\e908";
}

.icon-mobile-devices:before {
  content: "\e909";
}

.icon-calendar:before {
  content: "\e90a";
}

.icon-dots:before {
  content: "\e90b";
}

.icon-download:before {
  content: "\e90c";
}

.icon-share:before {
  content: "\e90d";
}

.icon-pin:before {
  content: "\e90e";
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocial";
  src: url("fonts/ss-social-circle.eot");
  src: url("fonts/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("fonts/ss-social-circle.woff") format("woff"), url("fonts/ss-social-circle.ttf") format("truetype"), url("fonts/ss-social-circle.svg#SSSocialCircle") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SSSocial";
  src: url("fonts/ss-social-regular.eot");
  src: url("fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ss-social-regular.woff") format("woff"), url("fonts/ss-social-regular.ttf") format("truetype"), url("fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;

  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-facebook:before, .ss-facebook.right:after {
  content: '';
}

.ss-twitter:before, .ss-twitter.right:after {
  content: '';
}

.ss-linkedin:before, .ss-linkedin.right:after {
  content: '';
}

.ss-googleplus:before, .ss-googleplus.right:after {
  content: '';
}

.ss-tumblr:before, .ss-tumblr.right:after {
  content: '';
}

.ss-wordpress:before, .ss-wordpress.right:after {
  content: '';
}

.ss-blogger:before, .ss-blogger.right:after {
  content: '';
}

.ss-posterous:before, .ss-posterous.right:after {
  content: '';
}

.ss-youtube:before, .ss-youtube.right:after {
  content: '';
}

.ss-vimeo:before, .ss-vimeo.right:after {
  content: '';
}

.ss-flickr:before, .ss-flickr.right:after {
  content: '';
}

.ss-instagram:before, .ss-instagram.right:after {
  content: '';
}

.ss-pinterest:before, .ss-pinterest.right:after {
  content: '';
}

.ss-svpply:before, .ss-svpply.right:after {
  content: '';
}

.ss-readmill:before, .ss-readmill.right:after {
  content: '';
}

.ss-dropbox:before, .ss-dropbox.right:after {
  content: '';
}

.ss-dribbble:before, .ss-dribbble.right:after {
  content: '';
}

.ss-behance:before, .ss-behance.right:after {
  content: '';
}

.ss-github:before, .ss-github.right:after {
  content: '';
}

.ss-octocat:before, .ss-octocat.right:after {
  content: '';
}

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: '';
}

.ss-paypal:before, .ss-paypal.right:after {
  content: '';
}

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: '';
}

.ss-foursquare:before, .ss-foursquare.right:after {
  content: '';
}

.ss-skype:before, .ss-skype.right:after {
  content: '';
}

.ss-rdio:before, .ss-rdio.right:after {
  content: '';
}

.ss-spotify:before, .ss-spotify.right:after {
  content: '';
}

.ss-lastfm:before, .ss-lastfm.right:after {
  content: '';
}

.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

.ss-like:before, .ss-like.right:after {
  content: '👍';
}

.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-pika.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSPika";
  src: url("fonts/ss-pika.eot");
  src: url("fonts/ss-pika.eot?#iefix") format("embedded-opentype"), url("fonts/ss-pika.woff") format("woff"), url("fonts/ss-pika.ttf") format("truetype"), url("fonts/ss-pika.svg#SSPika") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before,
[class*=" ss-"].ss-pika.right:before {
  display: none;
  content: '';
}

.ss-cursor:before, .ss-cursor.right:after {
  content: '';
}

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

.ss-search:before, .ss-search.right:after {
  content: '🔎';
}

.ss-zoomin:before, .ss-zoomin.right:after {
  content: '';
}

.ss-zoomout:before, .ss-zoomout.right:after {
  content: '';
}

.ss-screenshot:before, .ss-screenshot.right:after {
  content: '';
}

.ss-binoculars:before, .ss-binoculars.right:after {
  content: '';
}

.ss-view:before, .ss-view.right:after {
  content: '👀';
}

.ss-attach:before, .ss-attach.right:after {
  content: '📎';
}

.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

.ss-move:before, .ss-move.right:after {
  content: '';
}

.ss-write:before, .ss-write.right:after {
  content: '✎';
}

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '';
}

.ss-erase:before, .ss-erase.right:after {
  content: '✐';
}

.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

.ss-draw:before, .ss-draw.right:after {
  content: '✏';
}

.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

.ss-nosmoking:before, .ss-nosmoking.right:after {
  content: '🚭';
}

.ss-trash:before, .ss-trash.right:after {
  content: '';
}

.ss-target:before, .ss-target.right:after {
  content: '◎';
}

.ss-new:before, .ss-new.right:after {
  content: '🆕';
}

.ss-tag:before, .ss-tag.right:after {
  content: '';
}

.ss-pricetag:before, .ss-pricetag.right:after {
  content: '';
}

.ss-flowertag:before, .ss-flowertag.right:after {
  content: '';
}

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖';
}

.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

.ss-like:before, .ss-like.right:after {
  content: '👍';
}

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

.ss-halfheart:before, .ss-halfheart.right:after {
  content: '';
}

.ss-emptyheart:before, .ss-emptyheart.right:after {
  content: '♡';
}

.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

.ss-halfstar:before, .ss-halfstar.right:after {
  content: '';
}

.ss-medal:before, .ss-medal.right:after {
  content: '';
}

.ss-ribbon:before, .ss-ribbon.right:after {
  content: '🎀';
}

.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯';
}

.ss-sample:before, .ss-sample.right:after {
  content: '';
}

.ss-crop:before, .ss-crop.right:after {
  content: '';
}

.ss-layers:before, .ss-layers.right:after {
  content: '';
}

.ss-gridlines:before, .ss-gridlines.right:after {
  content: '';
}

.ss-pen:before, .ss-pen.right:after {
  content: '✒';
}

.ss-feather:before, .ss-feather.right:after {
  content: '';
}

.ss-rubbereraser:before, .ss-rubbereraser.right:after {
  content: '';
}

.ss-paintroller:before, .ss-paintroller.right:after {
  content: '';
}

.ss-rubberstamp:before, .ss-rubberstamp.right:after {
  content: '';
}

.ss-checkclipboard:before, .ss-checkclipboard.right:after {
  content: '';
}

.ss-linechartclipboard:before, .ss-linechartclipboard.right:after {
  content: '';
}

.ss-clockwise:before, .ss-clockwise.right:after {
  content: '⥁';
}

.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '';
}

.ss-headset:before, .ss-headset.right:after {
  content: '';
}

.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢';
}

.ss-rss:before, .ss-rss.right:after {
  content: '';
}

.ss-facetime:before, .ss-facetime.right:after {
  content: '';
}

.ss-reply:before, .ss-reply.right:after {
  content: '↩';
}

.ss-send:before, .ss-send.right:after {
  content: '';
}

.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

.ss-outbox:before, .ss-outbox.right:after {
  content: '📤';
}

.ss-wifimail:before, .ss-wifimail.right:after {
  content: '';
}

.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

.ss-user:before, .ss-user.right:after {
  content: '👤';
}

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧';
}

.ss-users:before, .ss-users.right:after {
  content: '👥';
}

.ss-usergroup:before, .ss-usergroup.right:after {
  content: '';
}

.ss-adduser:before, .ss-adduser.right:after {
  content: '';
}

.ss-removeuser:before, .ss-removeuser.right:after {
  content: '';
}

.ss-deleteuser:before, .ss-deleteuser.right:after {
  content: '';
}

.ss-userprofile:before, .ss-userprofile.right:after {
  content: '';
}

.ss-businessuser:before, .ss-businessuser.right:after {
  content: '';
}

.ss-cart:before, .ss-cart.right:after {
  content: '';
}

.ss-addcart:before, .ss-addcart.right:after {
  content: '';
}

.ss-removecart:before, .ss-removecart.right:after {
  content: '';
}

.ss-deletecart:before, .ss-deletecart.right:after {
  content: '';
}

.ss-downloadcart:before, .ss-downloadcart.right:after {
  content: '';
}

.ss-emptycart:before, .ss-emptycart.right:after {
  content: '';
}

.ss-basket:before, .ss-basket.right:after {
  content: '';
}

.ss-gift:before, .ss-gift.right:after {
  content: '🎁';
}

.ss-apple:before, .ss-apple.right:after {
  content: '🍏';
}

.ss-cashregister:before, .ss-cashregister.right:after {
  content: '';
}

.ss-store:before, .ss-store.right:after {
  content: '🏬';
}

.ss-searchbarcode:before, .ss-searchbarcode.right:after {
  content: '';
}

.ss-notepad:before, .ss-notepad.right:after {
  content: '';
}

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳';
}

.ss-safe:before, .ss-safe.right:after {
  content: '';
}

.ss-digitalsafe:before, .ss-digitalsafe.right:after {
  content: '';
}

.ss-atm:before, .ss-atm.right:after {
  content: '🏧';
}

.ss-dispensecash:before, .ss-dispensecash.right:after {
  content: '';
}

.ss-banknote:before, .ss-banknote.right:after {
  content: '💵';
}

.ss-coins:before, .ss-coins.right:after {
  content: '';
}

.ss-bankcheck:before, .ss-bankcheck.right:after {
  content: '';
}

.ss-piggybank:before, .ss-piggybank.right:after {
  content: '';
}

.ss-moneybag:before, .ss-moneybag.right:after {
  content: '💰';
}

.ss-tip:before, .ss-tip.right:after {
  content: '';
}

.ss-calculator:before, .ss-calculator.right:after {
  content: '';
}

.ss-percent:before, .ss-percent.right:after {
  content: '%';
}

.ss-bank:before, .ss-bank.right:after {
  content: '🏦';
}

.ss-scales:before, .ss-scales.right:after {
  content: '⚖';
}

.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

.ss-piechartthirds:before, .ss-piechartthirds.right:after {
  content: '';
}

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

.ss-upwardsbarchart:before, .ss-upwardsbarchart.right:after {
  content: '';
}

.ss-downwardsbarchart:before, .ss-downwardsbarchart.right:after {
  content: '';
}

.ss-horizontalbarchart:before, .ss-horizontalbarchart.right:after {
  content: '';
}

.ss-analytics:before, .ss-analytics.right:after {
  content: '';
}

.ss-upwardslinechart:before, .ss-upwardslinechart.right:after {
  content: '📈';
}

.ss-downwardslinechart:before, .ss-downwardslinechart.right:after {
  content: '📉';
}

.ss-linecharts:before, .ss-linecharts.right:after {
  content: '';
}

.ss-scatterchart:before, .ss-scatterchart.right:after {
  content: '';
}

.ss-stock:before, .ss-stock.right:after {
  content: '';
}

.ss-form:before, .ss-form.right:after {
  content: '';
}

.ss-box:before, .ss-box.right:after {
  content: '📦';
}

.ss-crate:before, .ss-crate.right:after {
  content: '';
}

.ss-deliveryvan:before, .ss-deliveryvan.right:after {
  content: '';
}

.ss-deliverytruck:before, .ss-deliverytruck.right:after {
  content: '';
}

.ss-forklift:before, .ss-forklift.right:after {
  content: '';
}

.ss-cargoship:before, .ss-cargoship.right:after {
  content: '';
}

.ss-hook:before, .ss-hook.right:after {
  content: '';
}

.ss-weight:before, .ss-weight.right:after {
  content: '';
}

.ss-containers:before, .ss-containers.right:after {
  content: '';
}

.ss-fragile:before, .ss-fragile.right:after {
  content: '';
}

.ss-thissideup:before, .ss-thissideup.right:after {
  content: '';
}

.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

.ss-building:before, .ss-building.right:after {
  content: '🏢';
}

.ss-lodging:before, .ss-lodging.right:after {
  content: '🏨';
}

.ss-earth:before, .ss-earth.right:after {
  content: '🌎';
}

.ss-globe:before, .ss-globe.right:after {
  content: '🌐';
}

.ss-garage:before, .ss-garage.right:after {
  content: '';
}

.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

.ss-floorplan:before, .ss-floorplan.right:after {
  content: '';
}

.ss-address:before, .ss-address.right:after {
  content: '';
}

.ss-searchhouse:before, .ss-searchhouse.right:after {
  content: '';
}

.ss-housesale:before, .ss-housesale.right:after {
  content: '';
}

.ss-navigate:before, .ss-navigate.right:after {
  content: '';
}

.ss-compass:before, .ss-compass.right:after {
  content: '';
}

.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

.ss-map:before, .ss-map.right:after {
  content: '';
}

.ss-gps:before, .ss-gps.right:after {
  content: '';
}

.ss-compassnavigate:before, .ss-compassnavigate.right:after {
  content: '';
}

.ss-compassarrow:before, .ss-compassarrow.right:after {
  content: '';
}

.ss-location:before, .ss-location.right:after {
  content: '';
}

.ss-pin:before, .ss-pin.right:after {
  content: '📍';
}

.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌';
}

.ss-maplocation:before, .ss-maplocation.right:after {
  content: '';
}

.ss-globelocation:before, .ss-globelocation.right:after {
  content: '';
}

.ss-puzzle:before, .ss-puzzle.right:after {
  content: '';
}

.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾';
}

.ss-firewall:before, .ss-firewall.right:after {
  content: '';
}

.ss-database:before, .ss-database.right:after {
  content: '';
}

.ss-hdd:before, .ss-hdd.right:after {
  content: '';
}

.ss-music:before, .ss-music.right:after {
  content: '♫';
}

.ss-eighthnote:before, .ss-eighthnote.right:after {
  content: '♪';
}

.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉';
}

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊';
}

.ss-radio:before, .ss-radio.right:after {
  content: '📻';
}

.ss-stereo:before, .ss-stereo.right:after {
  content: '';
}

.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

.ss-vinylrecord:before, .ss-vinylrecord.right:after {
  content: '';
}

.ss-disc:before, .ss-disc.right:after {
  content: '💿';
}

.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

.ss-video:before, .ss-video.right:after {
  content: '📹';
}

.ss-playvideo:before, .ss-playvideo.right:after {
  content: '';
}

.ss-play:before, .ss-play.right:after {
  content: '▶';
}

.ss-pause:before, .ss-pause.right:after {
  content: '';
}

.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

.ss-record:before, .ss-record.right:after {
  content: '●';
}

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁';
}

.ss-replay:before, .ss-replay.right:after {
  content: '↺';
}

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

.ss-index:before, .ss-index.right:after {
  content: '';
}

.ss-page:before, .ss-page.right:after {
  content: '';
}

.ss-book:before, .ss-book.right:after {
  content: '📕';
}

.ss-books:before, .ss-books.right:after {
  content: '📚';
}

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖';
}

.ss-heartbook:before, .ss-heartbook.right:after {
  content: '';
}

.ss-downloadbook:before, .ss-downloadbook.right:after {
  content: '';
}

.ss-musicopenbook:before, .ss-musicopenbook.right:after {
  content: '';
}

.ss-searchbook:before, .ss-searchbook.right:after {
  content: '';
}

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰';
}

.ss-notice:before, .ss-notice.right:after {
  content: '';
}

.ss-rows:before, .ss-rows.right:after {
  content: '';
}

.ss-columns:before, .ss-columns.right:after {
  content: '';
}

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

.ss-pagecurl:before, .ss-pagecurl.right:after {
  content: '';
}

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

.ss-smartphone:before, .ss-smartphone.right:after {
  content: '';
}

.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

.ss-walkytalky:before, .ss-walkytalky.right:after {
  content: '';
}

.ss-ereader:before, .ss-ereader.right:after {
  content: '';
}

.ss-ebook:before, .ss-ebook.right:after {
  content: '';
}

.ss-wifibook:before, .ss-wifibook.right:after {
  content: '';
}

.ss-wifiopenbook:before, .ss-wifiopenbook.right:after {
  content: '';
}

.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

.ss-highbattery:before, .ss-highbattery.right:after {
  content: '';
}

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '';
}

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: '';
}

.ss-heartmobile:before, .ss-heartmobile.right:after {
  content: '';
}

.ss-phonemobile:before, .ss-phonemobile.right:after {
  content: '';
}

.ss-lockmobile:before, .ss-lockmobile.right:after {
  content: '';
}

.ss-textmobile:before, .ss-textmobile.right:after {
  content: '';
}

.ss-dollarmobile:before, .ss-dollarmobile.right:after {
  content: '';
}

.ss-euromobile:before, .ss-euromobile.right:after {
  content: '';
}

.ss-rssmobile:before, .ss-rssmobile.right:after {
  content: '';
}

.ss-navigationmobile:before, .ss-navigationmobile.right:after {
  content: '';
}

.ss-batterymobile:before, .ss-batterymobile.right:after {
  content: '';
}

.ss-powermobile:before, .ss-powermobile.right:after {
  content: '';
}

.ss-browseonline:before, .ss-browseonline.right:after {
  content: '';
}

.ss-shoponline:before, .ss-shoponline.right:after {
  content: '';
}

.ss-bankonline:before, .ss-bankonline.right:after {
  content: '';
}

.ss-realtyonline:before, .ss-realtyonline.right:after {
  content: '';
}

.ss-readonline:before, .ss-readonline.right:after {
  content: '';
}

.ss-weatheronline:before, .ss-weatheronline.right:after {
  content: '';
}

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

.ss-lightbulbon:before, .ss-lightbulbon.right:after {
  content: '';
}

.ss-cfl:before, .ss-cfl.right:after {
  content: '';
}

.ss-hairdryer:before, .ss-hairdryer.right:after {
  content: '';
}

.ss-picnictable:before, .ss-picnictable.right:after {
  content: '';
}

.ss-flame:before, .ss-flame.right:after {
  content: '';
}

.ss-campfire:before, .ss-campfire.right:after {
  content: '🔥';
}

.ss-bonfire:before, .ss-bonfire.right:after {
  content: '';
}

.ss-balloon:before, .ss-balloon.right:after {
  content: '🎈';
}

.ss-christmastree:before, .ss-christmastree.right:after {
  content: '🎄';
}

.ss-sweep:before, .ss-sweep.right:after {
  content: '';
}

.ss-chess:before, .ss-chess.right:after {
  content: '♞';
}

.ss-onedie:before, .ss-onedie.right:after {
  content: '⚀';
}

.ss-twodie:before, .ss-twodie.right:after {
  content: '⚁';
}

.ss-threedie:before, .ss-threedie.right:after {
  content: '⚂';
}

.ss-fourdie:before, .ss-fourdie.right:after {
  content: '⚃';
}

.ss-fivedie:before, .ss-fivedie.right:after {
  content: '⚄';
}

.ss-sixdie:before, .ss-sixdie.right:after {
  content: '⚅';
}

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: '';
}

.ss-download:before, .ss-download.right:after {
  content: '';
}

.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: '';
}

.ss-downloadcrate:before, .ss-downloadcrate.right:after {
  content: '';
}

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '';
}

.ss-upload:before, .ss-upload.right:after {
  content: '';
}

.ss-uploadbox:before, .ss-uploadbox.right:after {
  content: '';
}

.ss-uploadcrate:before, .ss-uploadcrate.right:after {
  content: '';
}

.ss-fork:before, .ss-fork.right:after {
  content: '';
}

.ss-merge:before, .ss-merge.right:after {
  content: '';
}

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

.ss-sync:before, .ss-sync.right:after {
  content: '';
}

.ss-loading:before, .ss-loading.right:after {
  content: '';
}

.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

.ss-connection:before, .ss-connection.right:after {
  content: '';
}

.ss-reload:before, .ss-reload.right:after {
  content: '';
}

.ss-file:before, .ss-file.right:after {
  content: '📄';
}

.ss-addfile:before, .ss-addfile.right:after {
  content: '';
}

.ss-removefile:before, .ss-removefile.right:after {
  content: '';
}

.ss-deletefile:before, .ss-deletefile.right:after {
  content: '';
}

.ss-downloadfile:before, .ss-downloadfile.right:after {
  content: '';
}

.ss-uploadfile:before, .ss-uploadfile.right:after {
  content: '';
}

.ss-importfile:before, .ss-importfile.right:after {
  content: '';
}

.ss-exportfile:before, .ss-exportfile.right:after {
  content: '';
}

.ss-settingsfile:before, .ss-settingsfile.right:after {
  content: '';
}

.ss-lockfile:before, .ss-lockfile.right:after {
  content: '';
}

.ss-userfile:before, .ss-userfile.right:after {
  content: '';
}

.ss-picturefile:before, .ss-picturefile.right:after {
  content: '';
}

.ss-textfile:before, .ss-textfile.right:after {
  content: '';
}

.ss-exe:before, .ss-exe.right:after {
  content: '';
}

.ss-zip:before, .ss-zip.right:after {
  content: '';
}

.ss-doc:before, .ss-doc.right:after {
  content: '';
}

.ss-ppt:before, .ss-ppt.right:after {
  content: '';
}

.ss-pdf:before, .ss-pdf.right:after {
  content: '';
}

.ss-jpg:before, .ss-jpg.right:after {
  content: '';
}

.ss-png:before, .ss-png.right:after {
  content: '';
}

.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

.ss-openfolder:before, .ss-openfolder.right:after {
  content: '📂';
}

.ss-downloadfolder:before, .ss-downloadfolder.right:after {
  content: '';
}

.ss-uploadfolder:before, .ss-uploadfolder.right:after {
  content: '';
}

.ss-cloudfolder:before, .ss-cloudfolder.right:after {
  content: '';
}

.ss-lockfolder:before, .ss-lockfolder.right:after {
  content: '';
}

.ss-securefolder:before, .ss-securefolder.right:after {
  content: '';
}

.ss-picturefolder:before, .ss-picturefolder.right:after {
  content: '';
}

.ss-moviefolder:before, .ss-moviefolder.right:after {
  content: '';
}

.ss-quote:before, .ss-quote.right:after {
  content: '“';
}

.ss-text:before, .ss-text.right:after {
  content: '';
}

.ss-font:before, .ss-font.right:after {
  content: '';
}

.ss-highlight:before, .ss-highlight.right:after {
  content: '';
}

.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

.ss-fax:before, .ss-fax.right:after {
  content: '📠';
}

.ss-list:before, .ss-list.right:after {
  content: '';
}

.ss-layout:before, .ss-layout.right:after {
  content: '';
}

.ss-action:before, .ss-action.right:after {
  content: '';
}

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

.ss-contract:before, .ss-contract.right:after {
  content: '';
}

.ss-help:before, .ss-help.right:after {
  content: '❓';
}

.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

.ss-caution:before, .ss-caution.right:after {
  content: '⛔';
}

.ss-logout:before, .ss-logout.right:after {
  content: '';
}

.ss-login:before, .ss-login.right:after {
  content: '';
}

.ss-scaleup:before, .ss-scaleup.right:after {
  content: '';
}

.ss-scaledown:before, .ss-scaledown.right:after {
  content: '';
}

.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

.ss-check:before, .ss-check.right:after {
  content: '✓';
}

.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

.ss-bearface:before, .ss-bearface.right:after {
  content: '🐻';
}

.ss-bird:before, .ss-bird.right:after {
  content: '🐦';
}

.ss-fishes:before, .ss-fishes.right:after {
  content: '';
}

.ss-tropicalfish:before, .ss-tropicalfish.right:after {
  content: '';
}

.ss-tree:before, .ss-tree.right:after {
  content: '🌳';
}

.ss-evergreen:before, .ss-evergreen.right:after {
  content: '🌲';
}

.ss-palmtree:before, .ss-palmtree.right:after {
  content: '🌴';
}

.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂';
}

.ss-seedling:before, .ss-seedling.right:after {
  content: '🌱';
}

.ss-grass:before, .ss-grass.right:after {
  content: '';
}

.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

.ss-dial:before, .ss-dial.right:after {
  content: '';
}

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕';
}

.ss-flash:before, .ss-flash.right:after {
  content: '⌁';
}

.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧';
}

.ss-tapemeasure:before, .ss-tapemeasure.right:after {
  content: '';
}

.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

.ss-watch:before, .ss-watch.right:after {
  content: '⌚';
}

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰';
}

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '';
}

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '';
}

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '';
}

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: '';
}

.ss-sausage:before, .ss-sausage.right:after {
  content: '';
}

.ss-burger:before, .ss-burger.right:after {
  content: '🍔';
}

.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕';
}

.ss-fish:before, .ss-fish.right:after {
  content: '🐟';
}

.ss-shrimp:before, .ss-shrimp.right:after {
  content: '🍤';
}

.ss-turkey:before, .ss-turkey.right:after {
  content: '';
}

.ss-steak:before, .ss-steak.right:after {
  content: '';
}

.ss-sidedish:before, .ss-sidedish.right:after {
  content: '🍚';
}

.ss-noodles:before, .ss-noodles.right:after {
  content: '🍜';
}

.ss-spaghetti:before, .ss-spaghetti.right:after {
  content: '🍝';
}

.ss-corn:before, .ss-corn.right:after {
  content: '';
}

.ss-carrot:before, .ss-carrot.right:after {
  content: '';
}

.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨';
}

.ss-mug:before, .ss-mug.right:after {
  content: '☕';
}

.ss-beer:before, .ss-beer.right:after {
  content: '🍺';
}

.ss-bottle:before, .ss-bottle.right:after {
  content: '';
}

.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷';
}

.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸';
}

.ss-tea:before, .ss-tea.right:after {
  content: '🍵';
}

.ss-teapot:before, .ss-teapot.right:after {
  content: '';
}

.ss-waterbottle:before, .ss-waterbottle.right:after {
  content: '';
}

.ss-wineglasssparkle:before, .ss-wineglasssparkle.right:after {
  content: '';
}

.ss-salt:before, .ss-salt.right:after {
  content: '';
}

.ss-pepper:before, .ss-pepper.right:after {
  content: '';
}

.ss-oliveoil:before, .ss-oliveoil.right:after {
  content: '';
}

.ss-hotsauce:before, .ss-hotsauce.right:after {
  content: '';
}

.ss-coal:before, .ss-coal.right:after {
  content: '';
}

.ss-oven:before, .ss-oven.right:after {
  content: '';
}

.ss-stove:before, .ss-stove.right:after {
  content: '';
}

.ss-cook:before, .ss-cook.right:after {
  content: '🍳';
}

.ss-bbq:before, .ss-bbq.right:after {
  content: '';
}

.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴';
}

.ss-spoonfork:before, .ss-spoonfork.right:after {
  content: '';
}

.ss-knife:before, .ss-knife.right:after {
  content: '🔪';
}

.ss-cookingutensils:before, .ss-cookingutensils.right:after {
  content: '';
}

.ss-measuringcup:before, .ss-measuringcup.right:after {
  content: '';
}

.ss-colander:before, .ss-colander.right:after {
  content: '';
}

.ss-scale:before, .ss-scale.right:after {
  content: '';
}

.ss-eggtimer:before, .ss-eggtimer.right:after {
  content: '';
}

.ss-platter:before, .ss-platter.right:after {
  content: '';
}

.ss-apron:before, .ss-apron.right:after {
  content: '';
}

.ss-bbqapron:before, .ss-bbqapron.right:after {
  content: '';
}

.ss-chef:before, .ss-chef.right:after {
  content: '';
}

.ss-handbag:before, .ss-handbag.right:after {
  content: '👜';
}

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

.ss-hanger:before, .ss-hanger.right:after {
  content: '';
}

.ss-weathervane:before, .ss-weathervane.right:after {
  content: '';
}

.ss-thermometer:before, .ss-thermometer.right:after {
  content: '';
}

.ss-weather:before, .ss-weather.right:after {
  content: '';
}

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁';
}

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧';
}

.ss-sun:before, .ss-sun.right:after {
  content: '☀';
}

.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅';
}

.ss-rain:before, .ss-rain.right:after {
  content: '☔';
}

.ss-thunderstorm:before, .ss-thunderstorm.right:after {
  content: '⛈';
}

.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂';
}

.ss-rainbow:before, .ss-rainbow.right:after {
  content: '🌈';
}

.ss-fog:before, .ss-fog.right:after {
  content: '';
}

.ss-wind:before, .ss-wind.right:after {
  content: '';
}

.ss-tornado:before, .ss-tornado.right:after {
  content: '';
}

.ss-snowflake:before, .ss-snowflake.right:after {
  content: '❄';
}

.ss-fan:before, .ss-fan.right:after {
  content: '';
}

.ss-solarpanel:before, .ss-solarpanel.right:after {
  content: '';
}

.ss-plug:before, .ss-plug.right:after {
  content: '🔌';
}

.ss-outlet:before, .ss-outlet.right:after {
  content: '';
}

.ss-car:before, .ss-car.right:after {
  content: '🚘';
}

.ss-taxi:before, .ss-taxi.right:after {
  content: '🚖';
}

.ss-locomotive:before, .ss-locomotive.right:after {
  content: '🚂';
}

.ss-train:before, .ss-train.right:after {
  content: '🚆';
}

.ss-traintunnel:before, .ss-traintunnel.right:after {
  content: '🚇';
}

.ss-bus:before, .ss-bus.right:after {
  content: '🚍';
}

.ss-truck:before, .ss-truck.right:after {
  content: '🚚';
}

.ss-caravan:before, .ss-caravan.right:after {
  content: '🚐';
}

.ss-tractor:before, .ss-tractor.right:after {
  content: '🚜';
}

.ss-tunnel:before, .ss-tunnel.right:after {
  content: '';
}

.ss-plane:before, .ss-plane.right:after {
  content: '✈';
}

.ss-arrival:before, .ss-arrival.right:after {
  content: '';
}

.ss-departure:before, .ss-departure.right:after {
  content: '';
}

.ss-helicopter:before, .ss-helicopter.right:after {
  content: '🚁';
}

.ss-bike:before, .ss-bike.right:after {
  content: '🚲';
}

.ss-motorcycle:before, .ss-motorcycle.right:after {
  content: '';
}

.ss-boat:before, .ss-boat.right:after {
  content: '🚢';
}

.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵';
}

.ss-schooner:before, .ss-schooner.right:after {
  content: '';
}

.ss-skylift:before, .ss-skylift.right:after {
  content: '🚡';
}

.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀';
}

.ss-steeringwheel:before, .ss-steeringwheel.right:after {
  content: '';
}

.ss-trafficcamera:before, .ss-trafficcamera.right:after {
  content: '';
}

.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽';
}

.ss-jerrycan:before, .ss-jerrycan.right:after {
  content: '';
}

.ss-passport:before, .ss-passport.right:after {
  content: '';
}

.ss-trafficlight:before, .ss-trafficlight.right:after {
  content: '🚦';
}

.ss-highway:before, .ss-highway.right:after {
  content: '';
}

.ss-road:before, .ss-road.right:after {
  content: '';
}

.ss-intersection:before, .ss-intersection.right:after {
  content: '';
}

.ss-wheelchair:before, .ss-wheelchair.right:after {
  content: '♿';
}

.ss-elevator:before, .ss-elevator.right:after {
  content: '';
}

.ss-golf:before, .ss-golf.right:after {
  content: '';
}

.ss-hockey:before, .ss-hockey.right:after {
  content: '';
}

.ss-iceskate:before, .ss-iceskate.right:after {
  content: '⛸';
}

.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱';
}

.ss-baseballglove:before, .ss-baseballglove.right:after {
  content: '';
}

.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾';
}

.ss-tabletennis:before, .ss-tabletennis.right:after {
  content: '';
}

.ss-badminton:before, .ss-badminton.right:after {
  content: '';
}

.ss-boxing:before, .ss-boxing.right:after {
  content: '';
}

.ss-bowling:before, .ss-bowling.right:after {
  content: '';
}

.ss-football:before, .ss-football.right:after {
  content: '🏈';
}

.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽';
}

.ss-hiker:before, .ss-hiker.right:after {
  content: '';
}

.ss-pool:before, .ss-pool.right:after {
  content: '';
}

.ss-shower:before, .ss-shower.right:after {
  content: '🚿';
}

.ss-exercise:before, .ss-exercise.right:after {
  content: '';
}

.ss-exercisebike:before, .ss-exercisebike.right:after {
  content: '';
}

.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: '';
}

.ss-jumprope:before, .ss-jumprope.right:after {
  content: '';
}

.ss-yoga:before, .ss-yoga.right:after {
  content: '';
}

.ss-suitcase:before, .ss-suitcase.right:after {
  content: '';
}

.ss-luggage:before, .ss-luggage.right:after {
  content: '';
}

.ss-donotdisturb:before, .ss-donotdisturb.right:after {
  content: '';
}

.ss-sunscreen:before, .ss-sunscreen.right:after {
  content: '';
}

.ss-callbell:before, .ss-callbell.right:after {
  content: '';
}

.ss-hospital:before, .ss-hospital.right:after {
  content: '⛨';
}

.ss-medicalcross:before, .ss-medicalcross.right:after {
  content: '';
}

.ss-ambulance:before, .ss-ambulance.right:after {
  content: '🚑';
}

.ss-bandage:before, .ss-bandage.right:after {
  content: '';
}

.ss-medicalthermometer:before, .ss-medicalthermometer.right:after {
  content: '';
}

.ss-stethoscope:before, .ss-stethoscope.right:after {
  content: '';
}

.ss-syringe:before, .ss-syringe.right:after {
  content: '💉';
}

.ss-pill:before, .ss-pill.right:after {
  content: '💊';
}

.ss-pillbottle:before, .ss-pillbottle.right:after {
  content: '';
}

.ss-supplements:before, .ss-supplements.right:after {
  content: '';
}

.ss-bathroomscale:before, .ss-bathroomscale.right:after {
  content: '';
}

.ss-dna:before, .ss-dna.right:after {
  content: '';
}

.ss-anatomicalheart:before, .ss-anatomicalheart.right:after {
  content: '';
}

.ss-checkheart:before, .ss-checkheart.right:after {
  content: '';
}

.ss-eyesurgery:before, .ss-eyesurgery.right:after {
  content: '';
}

.ss-brokenbone:before, .ss-brokenbone.right:after {
  content: '';
}

.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

.ss-upright:before, .ss-upright.right:after {
  content: '⬈';
}

.ss-right:before, .ss-right.right:after {
  content: '➡';
}

.ss-downright:before, .ss-downright.right:after {
  content: '⬊';
}

.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋';
}

.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉';
}

.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

.ss-directup:before, .ss-directup.right:after {
  content: '▴';
}

.ss-directright:before, .ss-directright.right:after {
  content: '▹';
}

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾';
}

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃';
}

.ss-leftright:before, .ss-leftright.right:after {
  content: '⬌';
}

.ss-rightward:before, .ss-rightward.right:after {
  content: '';
}

.ss-leftward:before, .ss-leftward.right:after {
  content: '';
}

.ss-previouspage:before, .ss-previouspage.right:after {
  content: '⎗';
}

.ss-nextpage:before, .ss-nextpage.right:after {
  content: '⎘';
}

.ss-retweet:before, .ss-retweet.right:after {
  content: '';
}

.ss-share:before, .ss-share.right:after {
  content: '';
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .c-menu-bar:before, .c-section-nav-bar:before,
.cf:after,
.c-menu-bar:after,
.c-section-nav-bar:after {
  content: " ";

  /* 1 */
  display: table;

  /* 2 */
}

.cf:after, .c-menu-bar:after, .c-section-nav-bar:after {
  clear: both;
}

.u-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);

  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.u-mobile-up.u-mobile-up {
  display: none;
}

@media (min-width: 900px) {
  .u-mobile-up.u-mobile-up {
    display: block;
  }
}

@media (min-width: 900px) {
  .u-mobile-only {
    display: none;
  }
}

@media (max-width: 599px) {
  .js-app-button {
    min-width: 230px;
  }
}

.u-highlight {
  color: #0F99E0;
}

.u-bold {
  font-weight: 700;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

strong {
  font-weight: 700;
}

a {
  color: #0F99E0;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.l-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .l-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .l-cols__col {
    width: 45%;
  }
}

@media (min-width: 900px) {
  .l-cols__col--vertically-stretched {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-cols--article {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-cols--article .l-cols__secondary {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 25px;
  max-width: 410px;
}

@media (min-width: 900px) {
  .l-cols--article .l-cols__secondary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 10px;
  }
}

.l-cols--article .l-cols__primary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 35px;
  max-width: 640px;
}

@media (min-width: 900px) {
  .l-cols--article .l-cols__primary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.l-cols--mobile-swap .l-cols__secondary {
  -webkit-box-ordinal-group: initial;
  -webkit-order: initial;
     -moz-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.l-cols--mobile-swap .l-cols__primary {
  -webkit-box-ordinal-group: initial;
  -webkit-order: initial;
     -moz-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.l-cols--coverage-index {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-cols--coverage-index .l-cols__secondary {
  max-width: 410px;
}

@media (min-width: 900px) {
  .l-cols--coverage-index .l-cols__secondary {
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.l-cols--coverage-index .l-cols__primary {
  max-width: 640px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 900px) {
  .container {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .container {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

.l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-grid__item {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .l-grid__item {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 900px) {
  .l-grid__item {
    width: 33%;
    margin-bottom: 55px;
  }
}

.l-grid--one-col .l-grid__item {
  width: 100%;
  margin-bottom: 15px;
}

.l-grid--four-cols {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.l-grid--four-cols .l-grid__item {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .l-grid--four-cols .l-grid__item {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .l-grid--four-cols .l-grid__item {
    width: 25%;
  }
}

.l-grid--spaced-two-cols {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-grid--spaced-two-cols .l-grid__item {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .l-grid--spaced-two-cols .l-grid__item {
    width: 45%;
  }
}

.l-grid--news-two-cols {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-grid--news-two-cols .l-grid__item {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .l-grid--news-two-cols .l-grid__item {
    width: 50%;
    padding-right: 20px;
  }
}

.l-grid--news-two-cols .l-grid__item:nth(odd) {
  padding: 0;
}

.l-grid--reports-two-cols {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 900px) {
  .l-grid--reports-two-cols {
    width: 100%;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

.l-grid--reports-two-cols .l-grid__item {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .l-grid--reports-two-cols .l-grid__item {
    width: 50%;
    padding-right: 20px;
  }
}

.l-grid--report-highlights-two-cols {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-grid--report-highlights-two-cols .l-grid__item {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .l-grid--report-highlights-two-cols .l-grid__item {
    width: 50%;
    padding-right: 55px;
  }

  .l-grid--report-highlights-two-cols .l-grid__item:nth-child(even) {
    padding: 0;
  }
}

.row {
  margin-left:0; /* was -10px; but not needed JM D9 conversion - 25/04/2023 */
  margin-right:0; /* was -10px; but not needed JM D9 conversion - 25/04/2023 */
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 900px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.s-prose {
  line-height: 1.5;
}

.s-prose > * {
  margin-bottom: 0.75em;
}

.s-prose > *:first-child {
  margin-top: 0;
}

.s-prose p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2em;
}

.s-prose h1,
.s-prose h2,
.s-prose h3,
.s-prose h4,
.s-prose h5,
.s-prose h6 {
  margin-top: 1.5em;
}

.s-prose--big {
  font-size: 16px;
  font-size: 1rem;
}

.s-prose--big p {
  font-size: 16px;
  font-size: 1rem;
}

.s-prose--article h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.s-prose--article h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.s-prose img {
  max-width: 100%;
}

.s-copy__headline {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
  font-weight: 700;
}

.s-copy__headline--regular {
  font-weight: 300;
}

.s-copy__description {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  line-height: 1.5;
}

.s-copy__description--spacing {
  margin-bottom: 30px;
}

.s-copy__description--extra-spacing {
  margin-bottom: 100px;
}

.s-copy--centered {
  text-align: center;
}

.s-copy--narrow .s-copy__description {
  line-height: 1.2;
}

.s-copy--big .s-copy__headline {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .s-copy--big .s-copy__headline {
    font-size: 61px;
    font-size: 3.8125rem;
    line-height: 0.95;
    margin-bottom: 60px;
  }
}

.s-copy--big .s-copy__headline--small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 900px) {
  .s-copy--big .s-copy__headline--small {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.s-copy--big .s-copy__headline--no-spacing {
  margin-bottom: 0;
}

.s-copy--big .s-copy__description {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .s-copy--big .s-copy__description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.s-copy--big .s-copy__description--small {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 900px) {
  .s-copy--big .s-copy__description--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.s-copy--medium .s-copy__headline {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0.75em;
}

.s-copy--medium .s-copy__description {
  font-size: 20px;
  font-size: 1.25rem;
}

.s-copy--medium .s-copy__description--medium {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.s-copy--medium .s-copy__description--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.s-copy--small .s-copy__headline {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
}

@media (min-width: 900px) {
  .s-copy--small .s-copy__headline {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.s-copy--small .s-copy__headline--spacing {
  margin-bottom: 1.1em;
}

.s-copy--small .s-copy__description {
  font-size: 12px;
  font-size: 0.75rem;
}

.s-copy--small .s-copy__description--big {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .s-copy--small .s-copy__description--big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.s-copy--tiny .s-copy__headline {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.s-copy--tiny .s-copy__headline--spacing {
  margin-bottom: 1.0em;
}

.s-copy--tiny .s-copy__description {
  font-size: 14px;
  font-size: 0.875rem;
}

.s-copy--tiny .s-copy__description--big {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 600px) {
  .s-copy--no-spacing\@tablet-portrait-up .s-copy__headline,
  .s-copy--no-spacing\@tablet-portrait-up .s-copy__description {
    margin: 0;
  }
}

.s-qa h1,
.s-qa h2,
.s-qa h3,
.s-qa h4,
.s-qa h5,
.s-qa h6,
.s-qa p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

.c-main {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

@media (min-width: 900px) {
  .c-main {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-main {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-main {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-main {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-main {
    padding-top: 60px;
  }
}

.c-main > h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

.c-main--different {
  background-color: #DFE3E9;
}

.c-main__content {
  max-width: 640px;
}

.c-main__details {
  margin-bottom: 40px;
}

.c-main--coverage-map-headline {
  margin-bottom: 30px;
}

.c-main--coverage-map-context, .c-main--jobs, .c-main--press, .c-main--careers, .c-main--last {
  margin-bottom: 60px;
}

.c-main--no-container {
  padding-left: 0;
  padding-right: 0;
}

.c-arguments {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 600px) {
  .c-arguments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.c-arguments li {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .c-arguments li {
    margin-bottom: 30px;
    padding-right: 15px;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .c-arguments li:nth-child(3), .c-arguments li:nth-child(4) {
    margin-bottom: 0;
  }
}

.c-arguments__content h3, .c-arguments__content p {
  margin: 0;
  padding: 0;
}

.c-arguments__content h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-arguments__content p {
  font-size: 16px;
  font-size: 1rem;
}

.c-featured-post-bar {
  padding-right: 14px;
  padding-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #0F99E0;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 600px) {
  .c-featured-post-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .c-featured-post-bar {
    padding-left: -webkit-calc((100% - 1170px) / 2);
    padding-left: -moz-calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
    padding-right: -webkit-calc((100% - 1170px) / 2);
    padding-right: -moz-calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
  }
}

@media (min-width: 600px) {
  .c-featured-post-bar {
    height: 40px;
  }
}

.c-featured-post-bar__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .c-featured-post-bar__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-featured-post-bar__category {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
}

@media (min-width: 600px) {
  .c-featured-post-bar__category {
    display: inline;
  }
}

.c-featured-post-bar__actions {
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*
 * Source: http://csswizardry.com/2013/05/the-flag-object/
 */
.c-flag {
  display: table;
  width: 100%;
}

.c-flag__image,
.c-flag__body {
  display: table-cell;
  vertical-align: middle;
}

.c-flag--top .c-flag__image, .c-flag--top
.c-flag__body {
  vertical-align: top;
}

.c-flag--bottom .c-flag__image, .c-flag--bottom
.c-flag__body {
  vertical-align: bottom;
}

.c-flag__image {
  padding-right: 10px;
}

.c-flag__image > img {
  display: block;
  max-width: none;
}

.c-flag--rev .c-flag__image {
  padding-right: 0;
  padding-left: 10px;
}

.c-flag--wide .c-flag__image {
  padding-right: 70px;
}

.c-flag--wide.c-flag--rev .c-flag__image {
  padding-right: 0;
  padding-left: 70px;
}

.c-flag--medium-wide .c-flag__image {
  padding-right: 25px;
}

.c-flag--medium-wide.c-flag--rev .c-flag__image {
  padding-right: 0;
  padding-left: 25px;
}

.c-flag__body {
  width: 100%;
}

.c-flag--compact .c-flag__body {
  width: auto;
}

.c-article-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

@media (min-width: 900px) {
  .c-article-flag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-article-flag__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 900px) {
  .c-article-flag__image {
    margin-right: 70px;
    -webkit-flex-basis: 350px;
        -ms-flex-preferred-size: 350px;
            flex-basis: 350px;
  }
}

@media (min-width: 900px) {
  .c-article-flag--rev .c-article-flag__image {
    margin-right: 0;
    margin-left: 70px;
  }
}

.c-article-flag__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-article-flag__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-article-flag__body {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 900px) {
  .c-article-flag__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .c-article-flag--rev .c-article-flag__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .c-article-flag__body {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .c-article-flag--rev .c-article-flag__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-dropdown-menu {
  position: absolute;
  z-index: 125;
  top: 100%;
  right: 12px;
  width: 270px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
     -moz-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
          box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  display: none;
}

.c-dropdown-menu.is-open {
  display: block;
}

.c-dropdown-menu a {
  color: #23262D;
}

@media (min-width: 900px) {
  .c-dropdown-menu.is-open {
    display: none;
  }
}

.c-header {
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  left: 0;
  position: relative;
  z-index: 100;

  /*
   * This is Safari iOS hack.
   * position: fixed wouldn't be applied until finger is released without this line.
   * http://stackoverflow.com/questions/32875046/ios-9-safari-changing-an-element-to-fixed-position-while-scrolling-wont-paint
   */
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.c-header.is-sticky {
  position: fixed;
}

@media print {
  .c-header.is-sticky {
    position: static;
  }
}

.c-header__centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__main {
  height: 60px;
  position: relative;
  z-index: 2;
}

@media (min-width: 900px) {
  .c-header__main {
    height: 80px;
  }
}

.c-header__break {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: #E5E5E5;
  opacity: 0.25;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.c-header--reports-updated {
  background-color: rgba(23, 61, 82, 0.59);
  border-bottom: none;
  -webkit-box-shadow: 0 2px 11px 0 #23262D;
     -moz-box-shadow: 0 2px 11px 0 #23262D;
          box-shadow: 0 2px 11px 0 #23262D;
}

.c-header--reports-updated .c-header__main {
  -webkit-transition: height 0.2s ease, background-color 0.2s ease;
  -o-transition: height 0.2s ease, background-color 0.2s ease;
  -moz-transition: height 0.2s ease, background-color 0.2s ease;
  transition: height 0.2s ease, background-color 0.2s ease;
}

@media (min-width: 900px) {
  .c-header--reports-updated {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
  }

  .c-header--reports-updated.is-scrolled.is-hidden {
    -webkit-transform: translateY(-60px);
       -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
         -o-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

.c-header--reports-updated.is-scrolled {
  background-color: #2F3945;
}

.c-header--reports-updated.is-scrolled .c-header__main {
  background-color: #2F3945;
  height: 60px;
}

.c-header--reports-updated.is-scrolled .c-header__toc {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 900px) {
  .c-header--reports-updated .c-nav .c-nav__standard-item a {
    color: #FFFFFF;
  }
}

.c-header__toc {
  padding-right: 14px;
  padding-left: 14px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2F3945;
  position: fixed;
  -webkit-box-shadow: 0 2px 11px 0 #23262D;
     -moz-box-shadow: 0 2px 11px 0 #23262D;
          box-shadow: 0 2px 11px 0 #23262D;
  top: 200px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-200px);
     -moz-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
       -o-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
  z-index: 10;
}

@media (min-width: 600px) {
  .c-header__toc {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .c-header__toc {
    padding-left: -webkit-calc((100% - 1170px) / 2);
    padding-left: -moz-calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
    padding-right: -webkit-calc((100% - 1170px) / 2);
    padding-right: -moz-calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
  }
}

@media (min-width: 900px) {
  .c-header__toc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-header__toc-title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  margin-right: 12px;
  display: none;
}

@media (min-width: 1200px) {
  .c-header__toc-title {
    display: block;
  }
}

.c-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .c-logo--mobile-friendly .c-brand-name {
    display: none;
  }
}

.c-logo .c-brand-name {
  margin-left: 7px;
  position: relative;
  top: 2px;
  font-size: 20px;
  font-size: 1.25rem;
}

.c-logo__standard {
  max-width: 140px;
  position: relative;
  top: 0;
  height: 33px;
  display: block;
}

.c-logo__standard--full {
  display: none;
}

@media (min-width: 900px) {
  .c-logo__standard--full {
    display: block;
  }
}

.c-logo__standard--short {
  display: block;
}

@media (min-width: 900px) {
  .c-logo__standard--short {
    display: none;
  }
}

.c-brand-name {
  line-height: 1;
  font-weight: 300;
  color: #23262D;
}

.c-brand-name__highlight {
  color: #0F99E0;
  line-height: 30px;
}

.c-round-icon {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.c-round-icon--small {
  width: 30px;
  height: 30px;
  line-height: 35px;
}

.c-round-icon--big {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 44px;
  font-size: 2.75rem;
}

.c-round-icon--brand {
  color: #0F99E0;
  background-color: #D8F0FE;
}

.c-round-icon--analytics-laptop {
  font-size: 36px;
  font-size: 2.25rem;
}

.c-round-icon--connected-globe {
  font-size: 46px;
  font-size: 2.875rem;
}

.c-round-icon--facebook {
  font-size: 16px;
  font-size: 1rem;
  background-color: white;
}

.c-round-icon--facebook:hover {
  background-color: #d9d9d9;
}

.c-round-icon--twitter {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: white;
}

.c-round-icon--twitter:hover {
  background-color: #d9d9d9;
}

.c-round-icon--linkedin {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  padding-top: 1px;
  background-color: white;
}

.c-round-icon--linkedin:hover {
  background-color: #d9d9d9;
}

.c-round-icon a:hover {
  text-decoration: none;
}

.c-menu-bar {
  padding-right: 14px;
  padding-left: 14px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}

@media (min-width: 600px) {
  .c-menu-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .c-menu-bar {
    padding-left: -webkit-calc((100% - 1170px) / 2);
    padding-left: -moz-calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
    padding-right: -webkit-calc((100% - 1170px) / 2);
    padding-right: -moz-calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
  }
}

.c-menu-bar .c-logo {
  margin-top: 10px;
  float: left;
}

@media (min-width: 900px) {
  .c-menu-bar .c-logo {
    margin-top: 0;
  }
}

.c-section-nav-bar {
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
  margin-top: 25px;
  width: 100%;
}

@media (min-width: 900px) {
  .c-section-nav-bar {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-section-nav-bar {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-section-nav-bar {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-section-nav-bar {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-section-nav-bar {
    margin-top: 20px;
  }
}

.c-section-nav-bar .c-nav {
  height: 40px;
  border-bottom: 1px solid #F1F1F1;
}

.c-section-nav-bar .c-nav li {
  margin-right: 12px;
}

.c-section-nav-bar .c-nav a {
  color: #23262D;
  font-weight: 400;
}

.c-section-nav-bar .c-nav a.is-active {
  color: #0F99E0;
  font-weight: 500;
  position: relative;
}

.c-section-nav-bar .c-nav a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 5px;
  background-color: #0F99E0;
}

.c-section-nav-bar--transparent {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.c-section-nav-bar--transparent .c-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.c-section-nav-bar--transparent .c-nav a {
  color: #FFFFFF;
}

.c-nav {
  position: relative;
}

.c-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.c-nav--stacked ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 599px) {
  .c-nav--mobile-stacked ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 900px) {
  .c-nav--mobile-stacked {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-nav--scrollable ul {
  height: 100%;
  height: -webkit-calc(100% + 5px);
  height: -moz-calc(100% + 5px);
  height: calc(100% + 5px);
  overflow-y: visible;
  overflow-x: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.c-nav li {
  margin-right: 10px;
}

@media (min-width: 900px) {
  .c-nav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.c-nav__standard-item a {
  color: #23262D;
}

.c-nav--stacked li {
  margin-right: 0;
  margin-bottom: 10px;
}

.c-nav--stacked li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .c-nav--mobile-stacked li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .c-nav--mobile-stacked li:last-of-type {
    margin-bottom: 0;
  }
}

.c-nav__pull-right.c-nav__pull-right {
  margin-right: 0;
}

@media (min-width: 900px) {
  .c-nav--wide .c-nav__standard-item {
    margin-right: 14px;
  }
}

@media (min-width: 1200px) {
  .c-nav--wide .c-nav__standard-item {
    margin-right: 24px;
  }
}

.c-nav--enterprise li {
  min-width: 290px;
}

.c-nav--wide-buttons li {
  width: 100%;
}

@media (min-width: 900px) {
  .c-nav--wide-buttons li {
    max-width: 250px;
    margin-right: 20px;
  }
}

.c-nav__standard-item {
  padding-right: 14px;
}

.c-nav__get-app-item {
  display: none;
}

@media (max-width: 599px) {
  .c-nav__get-app-item {
    display: block;
  }
}

.is-scrolled .c-nav__get-app-item {
  display: block;
}

.c-nav--full-width ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-nav--full-width ul li {
  margin-right: 0;
}

.c-nav--footer li {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.1;
}

.c-nav--small-font a {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-nav--context {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

@media (min-width: 900px) {
  .c-nav--context {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-nav--context a {
  color: #878787;
  font-weight: 400;
}

.c-nav--context a.is-active {
  color: #0F99E0;
  font-weight: 700;
}

.c-nav--context li {
  margin-bottom: 1.5em;
}

.c-nav--dropdown .c-nav__standard-item {
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 12px;
  margin-bottom: 0;
}

.c-nav--main-menu {
  float: right;
  margin-right: -10px;
  font-weight: 500;
  font-size: 12px;
}

.c-nav--main-menu .c-nav__standard-item a {
  color: #23262D;
}

.c-nav--main-menu a {
  color: #FFFFFF;
}

.c-nav--uppercase a {
  text-transform: uppercase;
}

.c-nav--media-download li {
  margin-bottom: 0;
}

.c-nav--media-download a {
  font-weight: 400;
}

.c-form, .widget_search form {
  margin: 0;

  /*
   * The following code removes input box-shadow on iOS.
   */
}

.c-form--signup {
  margin-top: 15px;
  border-color: #0F99E0;
  color: white !important;
}

@media (min-width: 900px) {
  .c-form, .widget_search form {
    min-width: 490px;
  }
}

.c-form input, .widget_search form input,
.c-form textarea, .widget_search form textarea,
.c-form button, .widget_search form button {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.c-form input[type="text"], .widget_search form input[type="text"],
.c-form input[type="email"], .widget_search form input[type="email"],
.c-form input[type="tel"], .widget_search form input[type="tel"],
.c-form textarea, .widget_search form textarea, .c-form__select {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 22px;
  padding-right: 22px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: none;
  border: 1px solid #D8D8D8;
  width: 100%;
}

@media (min-width: 900px) {
  .c-form input[type="text"], .widget_search form input[type="text"],
  .c-form input[type="email"], .widget_search form input[type="email"],
  .c-form input[type="tel"], .widget_search form input[type="tel"],
  .c-form textarea, .widget_search form textarea, .c-form__select {
    margin-bottom: 0;
  }
}

.c-form--contact input,
.c-form--contact textarea,
.c-form--contact .c-form__select {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-form--contact .c-form__message {
  margin-top: 14px;
  margin-bottom: 14px;
}

.c-form input, .widget_search form input {
  height: 38px;
}

.c-form textarea, .widget_search form textarea {
  padding-top: 22px;
  padding-bottom: 22px;
  min-height: 180px;
}

@media (min-width: 900px) {
  .c-form textarea, .widget_search form textarea {
    min-height: auto;
  }
}

.c-form__select {
  background: #FFFFFF url("/themes/custom/opensignal/public/dist/vectors/triangle.svg") no-repeat 94% 50%;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.c-form__select select {
  padding-left: 22px;
  padding-right: 22px;
  background: transparent;
  height: 60px;
  width: 100%;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
}

.c-form__select--small {
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
}

.c-form__select--small select {
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
}

.c-form input[type=text], .widget_search form input[type=text],
.c-form input[type=email], .widget_search form input[type=email],
.c-form input[type=password], .widget_search form input[type=password],
.c-form input[type=tel], .widget_search form input[type=tel],
.c-form textarea, .widget_search form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.c-form__message {
  margin-top: 14px;
}

@media (min-width: 600px) {
  .c-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

.c-form-row--signup {
  border-right: 0px;
  border-color: #0F99E0;
}

.c-form-row--first {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

@media (min-width: 900px) {
  .c-form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.c-form-row--stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-form-row__element {
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .c-form-row__element {
    margin-right: 0px;
    margin-bottom: 0;
  }
}

.c-form-row--stacked .c-form-row__element {
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .c-form-row--stacked .c-form-row__element:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .c-form-row--stacked .c-form-row__element {
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .c-form-row__final-el {
    margin-right: 0;
  }
}

.c-form-row__textarea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-form-row--stacked .c-form-row__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-row__input {
  background-color: #23262D;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-form-row--stacked .c-form-row__input {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (min-width: 900px) {
  .c-form-row__button {
    -webkit-flex-basis: 210px;
        -ms-flex-preferred-size: 210px;
            flex-basis: 210px;
  }
}

.c-button, .widget_search form input[type="submit"] {
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

@media (min-width: 600px) {
  .c-button, .widget_search form input[type="submit"] {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 599px) {
  .c-button, .widget_search form input[type="submit"] {
    width: 100%;
  }
}

.c-button__hamburger-line {
  width: 24px;
  height: 1px;
  background-color: #DFE3E9;
  margin: 6px 0;
  color: #DFE3E9;
}

.c-button--tag {
  color: #23262D;
  background-color: #EEEEEE;
  font-size: 10px;
  background-color: #DFE3E9;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}

.c-button--date {
  float: left;
  width: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}

.c-button:hover, .widget_search form input[type="submit"]:hover {
  text-decoration: none;
}

.c-button--final {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.c-button--standard {
  color: #23262D !important;
  background-color: #F6F6F6;
}

.c-button--standard:hover {
  background-color: #d0d0d0;
}

.c-button--hamburger {
  font-size: 20px;
  font-size: 1.25rem;
  color: black;
  padding-top: 11px;
  padding-right: 7px;
  padding-bottom: 10px;
  padding-left: 7px;
}

.c-button--cta {
  color: #FFFFFF;
  background-color: #00A5DE;
}

.c-button--cta:hover {
  background-color: #006c92;
}

.c-button--app {
  color: #FFFFFF;
  background-color: #23262D;
  padding-right: 10px;
  padding-left: 10px;
}

.c-button--app span {
  color: #FFFFFF;
}

.c-button--app:hover {
  background-color: #020202;
  text-decoration: none;
}

.c-button--black {
  color: #FFFFFF;
  background-color: #23262D;
}

.c-button--black:hover {
  background-color: #020202;
}

.c-button--read {
  color: #FFFFFF;
  background-color: #31b0f1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 600px) {
  .c-button--read {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.c-button--read:hover {
  background-color: #0d89c8;
}

.c-button--traverse {
  color: #23262D;
  background-color: #F6F6F6;
}

.c-button--traverse:hover {
  background-color: #d0d0d0;
}

.c-button--gray, .widget_search form input[type="submit"] {
  color: #23262D;
  background-color: #EEEEEE;
}

.c-button--gray:hover, .widget_search form input[type="submit"]:hover {
  background-color: #c8c8c8;
}

.c-button--blue {
  color: #FFFFFF;
  background-color: #0F99E0;
}

.c-button--blue:hover {
  background-color: #0a6898;
}

.c-button--transparent {
  color: #0F99E0;
  background-color: #FFFFFF;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #D8D8D8;
}

.c-button--transparent:hover {
  background-color: #d9d9d9;
}

.c-button--bw {
  color: #23262D;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
}

.c-button--bw:hover {
  background-color: #d9d9d9;
}

.c-button__optional-label {
  display: none;
}

@media (min-width: 600px) {
  .c-button__optional-label {
    display: inline;
  }
}

.c-button--next {
  padding-right: 8px;
  padding-left: 11px;
}

@media (max-width: 599px) {
  .c-button--next {
    padding-right: 11px;
    padding-left: 11px;
  }
}

.c-button--next .c-button__optional-label {
  margin-right: 10px;
}

.c-button--prev {
  padding-right: 11px;
  padding-left: 8px;
}

@media (max-width: 599px) {
  .c-button--prev {
    padding-right: 11px;
    padding-left: 11px;
  }
}

.c-button--prev .c-button__optional-label {
  margin-left: 10px;
}

.c-button--big {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-button--with-shadow {
  -webkit-box-shadow: 0 1px 4px 0 rgba(159, 159, 159, 0.5);
     -moz-box-shadow: 0 1px 4px 0 rgba(159, 159, 159, 0.5);
          box-shadow: 0 1px 4px 0 rgba(159, 159, 159, 0.5);
}

.c-button--with-sublabel {
  padding-top: 20px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 18px;
}

.c-button--with-sublabel .c-button__main-label {
  line-height: 1.5;
}

.c-button--big .c-button__main-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.c-button--big .c-button__secondary-label {
  font-size: 10px;
  font-size: 0.625rem;
}

.c-button--with-sublabel .c-button__icon {
  position: static;
  margin: 0;
}

.c-button__apple-icon {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-button--big .c-button__apple-icon {
  font-size: 28px;
  font-size: 1.75rem;
}

.c-button__google-play-icon {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-button--big .c-button__google-play-icon {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-button--wide {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-button__arrow-icon {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: sans-serif;
}

.c-button--share .c-flag__body {
  display: none;
}

@media (min-width: 900px) {
  .c-button--share .c-flag__body {
    display: block;
  }
}

.c-button--share .c-flag__image {
  padding-left: 0;
}

@media (min-width: 900px) {
  .c-button--share .c-flag__image {
    padding-left: 10px;
  }
}

.c-button--fixed-height, .widget_search form input[type="submit"] {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button--big.c-button--fixed-height, .widget_search form input.c-button--big[type="submit"] {
  height: 60px;
}

/* I made this specific banner for the mwc2018 landing page */
.c-jumbotron--mwc2018-banner2 {
  color: #FFF;
  background-color: #23262D;
  background-image: url(/themes/custom/opensignal/public/dist//themes/custom/opensignal/public/dist/images/MWC2018/banner-OS-final.png);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 0px;
}

@media (min-width: 600px) {
  .c-jumbotron--mwc2018-banner2 {
    color: #FFF;
    background-color: #23262D;
    background-image: url(/themes/custom/opensignal/public/dist//themes/custom/opensignal/public/dist/images/MWC2018/banner-OS-final.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    padding-bottom: 50px;
    padding-top: 0px;
  }
}

@media (max-width: 599px) {
  .c-jumbotron--mwc2018-banner2 {
    background-image: url(/themes/custom/opensignal/public/dist//themes/custom/opensignal/public/dist/images/MWC2018/mobile-banner.png);
    color: #FFFFFF;
    background-color: #23262D;
    background-position-x: right;
  }
}

.c-jumbotron--ABI-research-whitepaper {
  color: #FFF;
  background-image: url(/themes/custom/opensignal/public/dist//themes/custom/opensignal/public/dist/images/bannerB-m-2x.png);
  background-position-x: right;
  background-position-y: bottom;
  -webkit-background-size: 52% 52%;
     -moz-background-size: 52%;
       -o-background-size: 52%;
          background-size: 52%;
  padding-bottom: 50px;
  padding-top: 0px;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .c-jumbotron--ABI-research-whitepaper {
    color: #FFF;
    background-color: #23262D;
    background-image: url(/themes/custom/opensignal/public/dist//themes/custom/opensignal/public/dist/images/bannerB-2x.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-bottom: 50px;
    padding-top: 0px;
  }
}

@media (max-width: 599px) {
  .c-jumbotron--ABI-research-whitepaper {
    background-image: url(/themes/custom/opensignal/public/dist//themes/custom/opensignal/public/dist/images/bannerB-mobile-2x.png);
    color: #FFFFFF;
    background-color: #23262D;
    background-position-x: right;
    background-position-y: top;
  }
}

.c-jumbotron {
  padding-left: 25px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 900px) {
  .c-jumbotron {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-jumbotron {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-jumbotron {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-jumbotron {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-jumbotron {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.c-jumbotron__spacing {
  margin-bottom: 300px;
}

@media (min-width: 900px) {
  .c-jumbotron__spacing {
    margin-bottom: 65px;
  }
}

.c-jumbotron__details {
  max-width: 570px;
}

.c-jumbotron__details--wide {
  max-width: 780px;
}

.c-jumbotron__content {
  max-width: 640px;
  padding-bottom: 10px;
}

.c-jumbotron__form {
  width: 100%;
}

@media (min-width: 600px) {
  .c-jumbotron__form {
    max-width: 340px;
  }
}

@media (min-width: 900px) {
  .c-jumbotron__form {
    max-width: none;
  }
}

.c-jumbotron--spaced {
  margin-top: 60px;
}

.c-jumbotron--intro {
  background-image: url(/themes/custom/opensignal/public/dist/images/bannerA-2x.png);
  background-position-x: right;
  background-position-y: bottom;
  -webkit-background-size: 52% 52%;
     -moz-background-size: 52%;
       -o-background-size: 52%;
          background-size: 52%;
}

@media (min-width: 900px) {
  .c-jumbotron--intro {
    background-image: url(/themes/custom/opensignal/public/dist/images/bannerA-2x.png);
    background-attachment: fixed;
  }
}

@media (max-width: 599px) {
  .c-jumbotron--intro {
    background-image: url(/themes/custom/opensignal/public/dist/images/bannerA-mobile-2x.png);
    background-position: 80% 60%;
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
         -o-background-size: 90%;
            background-size: 90%;
    background-attachment: inherit;
  }
}

.c-jumbotron--enterprise {
  color: #FFFFFF;
  background-color: #23262D;
  background-image: url(/themes/custom/opensignal/public/dist/images/bannerB-2x.png);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position-x: right;
  padding-bottom: 0;
}

@media (min-width: 900px) {
  .c-jumbotron--enterprise {
    background-image: url(/themes/custom/opensignal/public/dist/images/bannerB-2x.png);
  }
}

.c-jumbotron--business-solutions {
  background-image: url(/themes/custom/opensignal/public/dist/images/banner_business2x.png);
  color: #FFFFFF;
  padding-top: 35px;
}

.c-jumbotron--business-solutions-banner {
  color: #FFFFFF;
  background-color: #191919;
  background-image: url(/themes/custom/opensignal/public/dist/images/banner_business2x.png);
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 900px) {
  .c-jumbotron--business-solutions-banner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.c-jumbotron--coverage-map {
  background-image: url(/themes/custom/opensignal/public/dist/images/bannerC-1x.png);
  color: #FFFFFF;
}

.c-jumbotron--coverage-map-bright {
  background-image: url(/themes/custom/opensignal/public/dist/images/bannerC-1x.png);
  color: #23262D;
}

.c-jumbotron--coverage-maps {
  background-image: none;
  background-color: #FFFFFF;
  padding-bottom: 70px;
}

.c-jumbotron--report {
  background-image: url(/themes/custom/opensignal/public/dist/images/banner_business2x.png);
  color: #FFFFFF;
}

.c-gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 900px) {
  .c-gallery ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.c-gallery li {
  height: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 900px) {
  .c-gallery li {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
}

.c-gallery li img {
  max-height: 35px;
}

.c-customers {
  background-color: #23262D;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-customers img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

@media (max-width: 599px) {
  .c-customers {
    display: none;
  }
}

@media (min-width: 900px) {
  .c-customers {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.c-customers--full-width {
  color: white;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 900px) {
  .c-customers--full-width {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-customers--full-width {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-customers--full-width {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-customers--full-width {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

.c-customers--transparent {
  background-color: transparent;
}

.c-customers--transparent img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.c-contact-form {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #DFE3E9;
  color: #23262D;
}

@media (min-width: 900px) {
  .c-contact-form {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-contact-form {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-contact-form {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-contact-form {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-contact-form {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.c-footer {
  background-color: #23262D;
  color: #FFFFFF;
}

.c-footer--report-updated {
  background-color: #2F3945;
}

@media print {
  .c-footer--report-updated {
    display: none;
  }
}

.c-footer a {
  color: #FFFFFF;
}

.c-footer a.social {
  color: #23262D;
}

.c-footer__section {
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #979797;
  padding-bottom: 16px;
}

@media (min-width: 900px) {
  .c-footer__section {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-footer__section {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-footer__section {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-footer__section {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

.c-footer__section:last-of-type {
  border-bottom: none;
}

@media (min-width: 600px) {
  .c-footer__menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 900px) {
  .c-footer__menus {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.c-footer__legal {
  padding-top: 35px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 900px) {
  .c-footer__legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
}

.c-footer__copy, .c-footer .c-nav, .c-footer__social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-footer__separator {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.c-footer__copy {
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .c-footer__copy {
    margin-bottom: 0;
  }
}

.c-footer__social {
  padding-top: 30px;
  color: #23262D;
}

@media (min-width: 900px) {
  .c-footer__social {
    padding-top: 0;
  }
}

@media (max-width: 599px) {
  .c-footer__social {
    text-align: center;
  }
}

.c-footer-section {
  padding-top: 35px;
}

@media (min-width: 600px) {
  .c-footer-section {
    width: 30%;
    margin-right: 2%;
  }
}

@media (min-width: 900px) {
  .c-footer-section {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 1%;
    width: 15%;
  }
}

.c-footer-section__headline {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
}

.c-footer-section__paragraph {
  line-height: 1.5;
  font-size: 10px;
}

@media (min-width: 900px) {
  .c-footer-section--hq {
    margin-left: auto;
  }
}

@media (max-width: 599px) {
  .c-footer-section--responsive {
    display: none;
  }
}

.c-newsletter {
  padding-top: 35px;
  padding-bottom: 45px;
}

@media (min-width: 600px) {
  .c-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .c-newsletter {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}

.c-newsletter__details {
  margin-bottom: 32px;
}

@media (min-width: 600px) {
  .c-newsletter__details {
    width: 60%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.c-newsletter__details p {
  margin-bottom: 0;
}

.c-newsletter__form {
  width: 100%;
}

@media (min-width: 600px) {
  .c-newsletter__form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 40%;
  }
}

@media (min-width: 900px) {
  .c-newsletter__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.c-splitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .c-splitter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-splitter__column {
  width: 100%;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
}

@media (min-width: 600px) {
  .c-splitter__column {
    width: 50%;
  }
}

.c-splitter__column--a {
  background-color: #FFFFFF;
}

.c-splitter__column--b {
  background-color: #EEEEEE;
}

.c-splitter__column--jobs {
  background-color: #F9F9F9;
}

.c-splitter--full-screen .c-splitter__column {
  min-height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  .c-splitter--full-screen .c-splitter__column {
    min-height: auto;
  }
}

@media (min-width: 600px) {
  .c-splitter--full-screen .c-splitter__column {
    padding-left: -webkit-calc((100% - 400px) / 2);
    padding-left: -moz-calc((100% - 400px) / 2);
    padding-left: calc((100% - 400px) / 2);
    padding-right: -webkit-calc((100% - 400px) / 2);
    padding-right: -moz-calc((100% - 400px) / 2);
    padding-right: calc((100% - 400px) / 2);
  }
}

@media (min-width: 600px) {
  .c-splitter--full-screen .c-splitter__column {
    display: block;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.c-splitter--big .c-splitter__column {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  .c-splitter--big .c-splitter__column {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-splitter--big .c-splitter__column {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-splitter--big .c-splitter__column {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-splitter--big .c-splitter__column {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 600px) {
  .c-splitter--big .c-splitter__column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 600px) {
  .c-splitter--big .c-splitter__column--a {
    padding-right: 50px;
  }
}

@media (min-width: 600px) {
  .c-splitter--big .c-splitter__column--b {
    padding-left: 50px;
  }
}

.c-splitter--aligned-cta .c-splitter__column {
  position: relative;
}

.c-splitter--aligned-cta .c-splitter__cta {
  position: absolute;
}

.c-splitter--aligned-cta.c-splitter--big .c-splitter__column {
  padding-bottom: 90px;
}

@media (min-width: 600px) {
  .c-splitter--aligned-cta.c-splitter--big .c-splitter__column {
    padding-bottom: 120px;
  }
}

.c-splitter--aligned-cta.c-splitter--big .c-splitter__cta {
  bottom: 30px;
}

@media (min-width: 600px) {
  .c-splitter--aligned-cta.c-splitter--big .c-splitter__cta {
    bottom: 60px;
  }
}

.c-splitter--aligned-cta.c-splitter--small .c-splitter__column {
  padding-bottom: 105px;
}

.c-splitter--aligned-cta.c-splitter--small .c-splitter__cta {
  bottom: 45px;
}

.c-splitter__cta {
  max-width: 290px;
}

@media (min-width: 900px) {
  .c-splitter__cta {
    width: 100%;
  }
}

.c-splitter__content {
  margin-bottom: 30px;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 150;
  color: #23262D;
  display: none;
  overflow: scroll;
}

.c-overlay.is-open {
  display: block;
}

.c-overlay .js-overlay-contact-form {
  display: none;
}

.c-overlay .js-overlay-contact {
  display: none;
}

.c-overlay .js-overlay-share-graph {
  display: none;
}

.c-overlay .js-overlay-metrics {
  display: none;
}

.c-overlay .js-overlay-methodology {
  display: none;
}

.c-overlay .js-overlay-about-newsletter {
  display: none;
}

.c-overlay .js-overlay-download-chart {
  display: none;
  max-width: 600px;
}

.c-overlay .js-overlay-confidence-intervals {
  display: none;
}

.c-overlay.is-contact .js-overlay-contact {
  display: block;
}

.c-overlay.is-contact-form .js-overlay-contact-form {
  display: block;
}

.c-overlay.is-share-graph .js-overlay-share-graph {
  display: block;
}

.c-overlay.is-metrics .js-overlay-metrics {
  display: block;
}

.c-overlay.is-methodology .js-overlay-methodology {
  display: block;
}

.c-overlay.is-about-newsletter .js-overlay-about-newsletter {
  display: block;
}

.c-overlay.is-download-chart .js-overlay-download-chart {
  display: block;
}

.c-overlay.is-confidence-intervals .js-overlay-confidence-intervals {
  display: block;
}

.c-overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 250;
  line-height: 32px;
  width: 40px;
  height: 40px;
}

.c-overlay__close--thin {
  margin-top: 2px;
}

.c-overlay__content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #EEEEEE;
  min-height: 200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-overlay__content--smaller {
  padding-top: 25px;
  padding-bottom: 30px;
}

.c-overlay__content--download p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.c-overlay__content--no-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media (min-width: 600px) {
  .c-overlay__content {
    width: 580px;
    height: 100%;
    overflow-y: visible;
    height: auto;
  }
}

@media (min-width: 900px) {
  .c-overlay__content {
    width: 800px;
  }
}

@media (min-width: 600px) {
  .c-overlay__content {
    margin-top: 70px;
    margin-top: 10vh;
  }
}

.c-overlay__content--spacious {
  background-color: #FFFFFF;
}

.c-overlay__headline {
  margin-top: 0;
}

.c-overlay__cta {
  margin-top: 25px;
}

.c-hq-map {
  padding-top: 25px;
}

@media (min-width: 900px) {
  .c-hq-map {
    padding-top: 60px;
  }
}

.c-hq-map__intro {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 900px) {
  .c-hq-map__intro {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-hq-map__intro {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-hq-map__intro {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-hq-map__intro {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

.c-hq-map__img {
  width: 100%;
  height: 375px;
  height: 60vw;

  /*
   Why 60vw? The map image is 960px x 575px. Height (575px) is 60% of width (960px). Since the map takes 100% of viewport width on mobile, we can use vw unit as a substitute of width percentage. This makes the container height adjust as we reside the viewport.
  */
  background-repeat: no-repeat;
  background-color: #ECECEC;
  background-image: url(/themes/custom/opensignal/public/distimages/map-bg-gray.png);
  background-image: url(/themes/custom/opensignal/public/distvectors/map-hq-pins.svg), url(/themes/custom/opensignal/public/distimages/map-bg-gray.png);
  -webkit-background-size: 90%, 100%;
     -moz-background-size: 90%, 100%;
       -o-background-size: 90%, 100%;
          background-size: 90%, 100%;

  /*
    SVG size in the original project is 864px, which is *90%* of map width (960px). By doing this, distances between cities match continents.
  */
  background-position: -4vw 13vw, 0 20px;
  background-position: 0vw 13vw, 0 20px;

  /*
    Taking advantage of vw accidentaly matching container width percentage: pins were moved 40 pixels (~4%) to the left relative to the map in the original project, and they were placed 130px (~13%) from the top.
  */
}

@media (min-width: 900px) {
  .c-hq-map__img {
    height: 575px;
    background-image: url(/themes/custom/opensignal/public/distvectors/map-hq-pins.svg), url(/themes/custom/opensignal/public/distimages/map-bg-gray.png);
    background-position: -webkit-calc((100vw - 1007px) / 2) 130px, -webkit-calc((100vw - 1010px) / 2) 20px;
    background-position: -moz-calc((100vw - 1007px) / 2) 130px, -moz-calc((100vw - 1010px) / 2) 20px;
    background-position: calc((100vw - 1007px) / 2) 130px, calc((100vw - 1010px) / 2) 20px;

  /*
  1007px = $original-map-width + ($original-map-width - $pins-width - $map-left-padding)
  I'm quite not sure why 1056px works here, but at least I found some correlation.
  (100vw - 960px) / 2 – get whatever value is left in the viewport after placing 960px image in there, and move the map by half of it.
*/
    -webkit-background-size: 960px, 1010px;
       -moz-background-size: 960px, 1010px;
         -o-background-size: 960px, 1010px;
            background-size: 960px, 1010px;
  }
}

.c-card__figure {
  margin-bottom: 20px;
  max-width: 250px;
}

.c-card__title {
  line-height: 1;
  margin-bottom: 1.2em;
}

.c-card__name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.2em;
}

.c-card__position {
  font-size: 16px;
  font-size: 1rem;
}

.c-card__description {
  line-height: 1.5;
}

.c-split-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 600px) {
  .c-split-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-split-header__main {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-right: 20px;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .c-split-header__main {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .c-split-header__side {
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
    width: 65%;
  }
}

.c-coverage-map {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

@media (min-width: 900px) {
  .c-coverage-map {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-coverage-map {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-coverage-map {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-coverage-map {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

.c-coverage-map__component {
  background-color: #EEEEEE;
  height: 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-country__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #23262D;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.c-country__header img {
  margin-right: 10px;
  margin-top: -3px;
}

.c-country__header h3 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.c-country__networks {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

.c-country__networks a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #23262D;
}

.c-context-menu {
  background-color: #F6F6F6;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 35px;
  padding-left: 30px;
}

@media (min-width: 900px) {
  .c-context-menu {
    min-width: 350px;
  }
}

.c-context-menu--neutral {
  background-color: #23262D;
  padding: 0;
}

@media (min-width: 900px) {
  .c-context-menu.is-sticky {
    position: fixed;
    top: 135px;
  }
}

.c-context-menu__headline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2.1em;
}

.c-context-menu__headline--big {
  font-size: 22px;
  font-size: 1.375rem;
}

.c-map-widget.c-map-widget--updated-design .landing-top-branding {
  display: none;
}

.c-map-widget.c-map-widget--updated-design .landing-widget {
  min-height: auto;
  background: transparent;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.c-map-widget.c-map-widget--updated-design .search-bar {
  width: 100%;
  max-width: 695px;
  margin: 0;
  background-color: transparent;
  min-height: 80px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container,
.c-map-widget.c-map-widget--updated-design .search-bar .showresults-button {
  height: 60px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .highlighted-match {
  color: #23262D;
}

.c-map-widget.c-map-widget--updated-design .search-bar .dropdown-list li {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/map-widget-search.svg");
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container {
  border-bottom: 2px solid #D8D8D8;
  border-right: 2px solid #D8D8D8;
  border-left: 2px solid #D8D8D8;
}

@media screen and (min-width: 43.6875em) {
  .c-map-widget.c-map-widget--updated-design .search-bar .filter-container {
    border-top: 2px solid #D8D8D8;
    border-left: none;
  }
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container__location {
  border-top: 2px solid #D8D8D8;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
}

@media screen and (min-width: 43.6875em) {
  .c-map-widget.c-map-widget--updated-design .search-bar .filter-container__location {
    -webkit-border-top-left-radius: 4px;
       -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    border-left: 2px solid #D8D8D8;
  }
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container__location .filter-container--right-icon {
  display: none;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container__location .filter-container--input {
  padding-left: 38px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container__location .filter-container--hint {
  left: 38px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container__network .filter-container--input {
  padding-left: 42px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container__network .filter-container--hint {
  left: 42px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container--hint {
  text-transform: uppercase;
  font-weight: 400;
  color: #878787;
  font-size: 10px;
  font-size: 0.625rem;
  top: 13px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container--input {
  font-weight: 400;
  color: #23262D;
  font-size: 16px;
  font-size: 1rem;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container--input::-webkit-input-placeholder {
  font-weight: 400;
  color: #23262D;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container--input::-moz-placeholder {
  font-weight: 400;
  color: #23262D;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container--input:-ms-input-placeholder {
  font-weight: 400;
  color: #23262D;
}

.c-map-widget.c-map-widget--updated-design .search-bar .filter-container--input:-moz-placeholder {
  font-weight: 400;
  color: #23262D;
}

.c-map-widget.c-map-widget--updated-design .search-bar .location-search {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/map-widget-search.svg");
  background-position-x: 13px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .network-selection,
.c-map-widget.c-map-widget--updated-design .search-bar .dropdown-list .dropdown-item__network {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/map-widget-cell-tower.svg");
  background-position-x: 15px;
}

.c-map-widget.c-map-widget--updated-design .search-bar .dropdown-list li {
  font-weight: 400;
  color: #23262D;
  padding-left: 3.125rem !important;
}

.c-map-widget.c-map-widget--updated-design .showresults-button.button {
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  background-color: #0F99E0;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  border: 1px solid #00A5DE;
}

@media screen and (max-width: 43.6875em) {
  .c-map-widget.c-map-widget--updated-design .showresults-button.button {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 43.6875em) {
  .c-map-widget.c-map-widget--updated-design .showresults-button.button {
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 4px;
       -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
  }
}

.c-map-widget.c-map-widget--updated-design .showresults-button.button:hover {
  background-color: #0a6898;
}

.c-map-widget.c-map-widget--updated-design .showresults-button.button:after {
  content: "→";
  position: absolute;
  right: 22px;
  font-family: sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}

.c-page-intro {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

@media (min-width: 900px) {
  .c-page-intro {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-page-intro {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-page-intro {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-page-intro {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-page-intro {
    padding-top: 40px;
  }
}

.c-page-intro__content {
  max-width: 820px;
}

.c-page-intro p {
  margin-top: 0;
}

.c-app-banner {
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  color: #23262D;
}

@media (min-width: 900px) {
  .c-app-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-app-banner--spaced {
  margin-top: 60px;
}

.c-app-banner--report {
  border: none;
  background-color: #0F99E0;
  color: #FFFFFF;
}

.c-app-banner--report .c-app-banner__description h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

.c-app-banner--report .c-app-banner__description p {
  font-size: 16px;
  font-size: 1rem;
}

.c-app-banner__item {
  margin-bottom: 10px;
}

@media (min-width: 900px) {
  .c-app-banner__item {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .c-app-banner__item:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .c-app-banner--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-app-banner--vertical .c-app-banner__illustration {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.c-app-banner--vertical .c-app-banner__description {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  margin-right: 0;
}

.c-app-banner--vertical .c-app-banner__description h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.c-app-banner__illustration {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .c-app-banner__illustration {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
       -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.c-app-banner__illustration img {
  max-width: 240px;
}

.c-app-banner__button {
  margin-right: 10px;
}

@media (min-width: 900px) {
  .c-app-banner__button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
  }
}

.c-app-banner__description {
  padding-right: 20px;
}

@media (min-width: 900px) {
  .c-app-banner__description {
    padding-left: 20px;
  }
}

.c-app-banner__description h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  margin-top: 5px;
  margin-bottom: 10px;
}

.c-app-banner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.c-app-banner__cta {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  .c-app-banner__cta {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
       -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.c-app-banner__cta h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.c-cta-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .c-cta-split {
    -webkit-box-align: left;
    -webkit-align-items: left;
       -moz-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-cta-split p {
  margin-bottom: 0;
}

.c-cta-split__copy {
  max-width: 650px;
  padding-bottom: 30px;
}

@media (min-width: 600px) {
  .c-cta-split__copy {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

.c-cta-split__cta {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  min-width: 290px;
}

@media (min-width: 600px) {
  .c-cta-split__cta {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
  }

  .c-cta-split--short .c-cta-split__cta {
    -webkit-flex-basis: 145px;
        -ms-flex-preferred-size: 145px;
            flex-basis: 145px;
  }
}

.c-job-ads {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F1F1F1;
}

.c-job-ads__item {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  border-top: 1px solid #F1F1F1;
}

.c-job-ads__main-link {
  color: #23262D;
}

.c-job-ads__job-title {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.c-job-ads__additional-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

.c-press {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.c-press__logo img {
  max-height: 25px;
}

.c-media-assets {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 600px) {
  .c-media-assets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.c-media-assets__item {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .c-media-assets__item {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
  }
}

@media (min-width: 900px) {
  .c-media-assets__item {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    margin-bottom: 0;
  }
}

.c-media-assets__headline {
  font-size: 16px;
  font-size: 1rem;
}

.c-media-assets__asset {
  width: 200px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 20px;
}

.c-media-assets__asset--logo-with-text {
  background-color: #F6F6F6;
  border: 1px solid #D8D8D8;
}

.c-media-assets__asset--logo-with-text img {
  width: 140px;
}

.c-media-assets__asset--logo {
  background-color: #0F99E0;
  border: 1px solid #0F99E0;
}

.c-media-assets__asset--logo img {
  width: 140px;
}

.c-media-assets__asset--devices {
  background-color: #F6F6F6;
  border: 1px solid #D8D8D8;
}

.c-media-assets__image--centered {
  margin-top: auto;
  margin-bottom: auto;
}

.c-media-assets__image--bottom {
  margin-top: auto;
}

/*media download hover effect*/
#logo-hover:hover {
  background-image: url(/themes/custom/opensignal/public/dist/images/media/opensignal-logo-thumb.png);
  width: 0px;
}

/*firstimage*/
.imageandroidbackground {
  background-color: #F6F6F6;
  border: 1px solid #D8D8D8;
}

.imageandroid img:last-child {
  display: none;
}

.imageandroid:hover img:first-child {
  display: none;
}

.imageandroid:hover img:last-child {
  display: inline-block;
}

/*end of media download hover effect*/
.s-copy__faq {
  font-size: 20px;
}

.c-media {
  border: 1px solid #D8D8D8;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

@media (min-width: 900px) {
  .c-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-media__figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 170px;
  margin-right: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.c-media__content {
  padding-top: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  max-width: 780px;
}

.c-media--narrow .c-media__content p {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.c-media-brands {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 35px;
}

@media (min-width: 900px) {
  .c-media-brands {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .c-media-brands {
    padding-left: -webkit-calc((100% - 1040px) / 2);
    padding-left: -moz-calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-media-brands {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .c-media-brands {
    padding-right: -webkit-calc((100% - 1040px) / 2);
    padding-right: -moz-calc((100% - 1040px) / 2);
    padding-right: calc((100% - 1040px) / 2);
  }
}

@media (min-width: 900px) {
  .c-media-brands {
    margin-top: 65px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-media-brands img {
  max-height: 23px;
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 900px) {
  .c-media-brands img {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.c-report-excerpt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E5E5E5;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.c-report-excerpt--card p {
  font-size: 10px;
  color: #23262D;
  margin: 0px;
}

.c-report-excerpt__figure {
  -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.c-report-excerpt__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  text-align: center;
  min-height: 40px;
}

.c-report-excerpt__cta {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.c-report-excerpt__country {
  font-weight: 500;
}

.c-report-excerpt__headline {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 4px;
}

.c-report-excerpt__date {
  font-size: 10px;
  color: #23262D;
}

.c-report-excerpt--recent {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.c-report-excerpt--card {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #23262D;
  height: 340px;
  vertical-align: top;
  border: 1px solid #DFE3E9;
  padding: 10px;
}

.c-report-excerpt--card:hover {
  background-color: #0F99E0;
}

.c-report-excerpt--card:hover a {
  color: white;
}

.c-report-excerpt--card:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.c-report-excerpt--card:hover h2 {
  color: white;
}

.c-report-excerpt--card:hover p {
  color: white;
}

.c-report-excerpt--readmore {
  text-align: left;
  position: relative;
  top: 30px;
  padding-left: 12px;
}

.c-report-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .c-report-overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-report-overview__facts {
  background-color: #F6F6F6;
}

@media (min-width: 600px) {
  .c-report-overview__facts {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.c-report-overview__newsletter {
  background-color: #6E6E6E;
  color: #FFFFFF;
}

@media (min-width: 600px) {
  .c-report-overview__newsletter {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: 300px;
  }
}

.c-report-facts {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.c-report-facts__headline {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 35px;
}

.c-report-facts__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-report-facts__item {
  text-align: center;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 25px;
}

@media (min-width: 900px) {
  .c-report-facts__item {
    -webkit-flex-basis: 110px;
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px;
  }
}

.c-report-facts__illustration {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #0F99E0;
}

@media (min-width: 900px) {
  .c-report-facts__illustration {
    margin-bottom: 15px;
  }
}

.c-report-facts__value {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 900px) {
  .c-report-facts__value {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-report-facts__label {
  font-size: 16px;
  font-size: 1rem;
}

.c-report-newsletter {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.c-report-newsletter__headline {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 35px;
}

.c-report-newsletter__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-report-newsletter__social .c-report-newsletter__social-label {
  margin-right: 15px;
}

.c-report-newsletter__social a {
  color: #FFFFFF;
}

.c-report-newsletter .c-form, .c-report-newsletter .widget_search form, .widget_search .c-report-newsletter form {
  min-width: 0;
  position: relative;
  margin-bottom: 30px;
}

.c-report-newsletter .c-form .c-button, .c-report-newsletter .widget_search form .c-button, .widget_search .c-report-newsletter form .c-button, .widget_search form .c-report-newsletter .c-form input[type="submit"], .c-report-newsletter .widget_search form input[type="submit"], .widget_search .c-report-newsletter form input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 8px;
}

@media (max-width:599px) {
  .c-report-newsletter .c-form .c-button {
    position: relative;
    text-align: center;
    display: block;
    margin: 5px 0 0;
  }
  .c-report-newsletter__headline {
    font-size: 1.5rem;
  }
}

.c-report-newsletter .c-form input, .c-report-newsletter .widget_search form input, .widget_search .c-report-newsletter form input {
  padding-right: 110px;
}

.c-winners-table {
  position: relative;
  overflow-x: auto;
  padding-right: 40px;
}

.c-winners-table__logo {
  max-width: 220px;
  width: 100%;
}

.c-winners-table table {
  width: 100%;
  min-width: 790px;
  border-collapse: collapse;
}

.c-winners-table th {
  padding: 10px;
  height: 200px;
}

.c-winners-table th span {
  display: block;
  -moz-transform: translate(36px, 20px) rotate(-135deg);
    -o-transform: translate(36px, 20px) rotate(-135deg);
       transform: translate(36px, 20px) rotate(-135deg);
  -webkit-transform: translate(36px, 20px) rotate(-135deg);
  -ms-transform: translate(36px, 20px) rotate(-135deg);
  font-weight: 500;
  writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
}

.c-winners-table td {
  text-align: center;
  height: 60px;
  border-left: 1px solid #F1F1F1;
}

.c-winners-table td:last-of-type {
  border-right: 1px solid #F1F1F1;
}

.c-winners-table td:nth-of-type(even) {
  background-color: #F6F6F6;
}

.c-winners-table th, .c-winners-table td {
  border-bottom: 1px solid #F1F1F1;
  padding-right: 20px;
  padding-left: 20px;
}

.c-winners-table th:first-of-type, .c-winners-table td:first-of-type {
  max-width: 160px;
}

.c-winners-table__medal-cell {
  max-width: 4em;
}

.c-winners-table__medal-cell img {
  max-width: 40px;
}

.c-winners-table__carrier {
  text-align: left !important;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

.c-winners-table__carrier > h3 {
  display: inline-block;
  margin: 0;
  text-align: left;
}

.c-winners-table__carrier--logo {
  max-width: 30px;
  margin-right: 20px;
  vertical-align: middle;
}

.table-popover {
  position: absolute;
  z-index: 200;
  width: 440px;
  background: white;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: none;

  /* hidden by default, activated through js */
}

/* Arrow pointing down */
/* Using a rotated square div so we can apply a border to it */
.table-popover::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #eaf3f7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
     -moz-transform: translateX(-50%) translateY(50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
  border: 1px solid #CCD5D8;
  border-top: none;
  border-left: none;
}

.c-regional-graph-table {
  position: relative;
}

.c-regional-graph-table__wrapper {
  overflow-x: auto;
}

.c-regional-graph-table table {
  width: 100%;
  min-width: 790px;
  border-collapse: collapse;
}

.c-regional-graph-table th,
.c-regional-graph-table td {
  height: 60px;
  text-align: left;
  padding: 16px;
  border-left: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

.c-regional-graph-table--cell {
  /* create an invisible border to avoid any reflow when :hovering */
  border: 1px dashed transparent;
}

.c-regional-graph-table--cell:hover, .c-regional-graph-table--cell__active {
  outline: 1px solid #0F99E0;
  background-color: #E5F9FF;
  cursor: pointer;
}

.table-popover {
  position: absolute;
  z-index: 200;
  width: 440px;
  max-width: 100%;
  background: white;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: none;

  /* hidden by default, activated through js */
}

/* Arrow pointing down */
/* Using a rotated square div so we can apply a border to it */
.table-popover::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
     -moz-transform: translateX(-50%) translateY(50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
  border: 1px solid #CCD5D8;
  border-top: none;
  border-left: none;
}

/* Cross icon, base element is just here to provide a nice clickable */
/* surface, the actual cross is done with pseudo elements */
.table-popover--close-icon {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1000;
  width: 14px;
  height: 14px;
  color: #23262D;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table-popover--close-icon::before,
.table-popover--close-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background-color: currentColor;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 0;
}

.table-popover--close-icon::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
     -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.table-popover--close-icon:hover {
  cursor: pointer;
}

.table-popover--title {
  display: block;
  margin: 0;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 17px;
  padding-right: 14px;
  padding-bottom: 17px;
  padding-left: 14px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.table-popover--graph {
  margin-top: 20px;
}

.table-popover--legend {
  border-top: 1px solid #E5E5E5;
  padding-top: 17px;
  padding-right: 14px;
  padding-bottom: 17px;
  padding-left: 14px;
}

.c-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.c-tabs__toggles {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
  margin-top: 60px;
}

.c-tabs__toggles a {
  display: block;
  background-color: #F6F6F6;
  color: #23262D;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #EEEEEE;
  font-weight: 400;
  padding-top: 11px;
  padding-right: 22px;
  padding-bottom: 11px;
  padding-left: 22px;
}

.c-tabs__toggles a.is-active {
  background-color: #0F99E0;
  color: #FFFFFF !important;
}

.c-tabs__content {
  border: 1px solid #E5E5E5;
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
}

.c-tabs__item {
  display: none;
}

.c-tabs__item.is-active {
  display: block;
}

.c-tabs__headline {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 35px;
}

.c-tabs__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tabs__graph {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 400px;
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
}

@media (min-width: 900px) {
  .c-tabs__graph {
    -webkit-flex-basis: 500px;
        -ms-flex-preferred-size: 500px;
            flex-basis: 500px;
  }
}

.c-tabs__description {
  margin-top: -40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  min-width: 150px;
}

.c-metric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .c-metric {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-metric--centered {
  display: block;
}

.c-metric--centered .c-metric__description {
  max-width: 730px;
  padding-right: 0;
}

.c-metric__description {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 900px) {
  .c-metric__description {
    -webkit-flex-basis: 310px;
        -ms-flex-preferred-size: 310px;
            flex-basis: 310px;
    padding-right: 45px;
  }
}

.c-metric__graph {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.graph-headers {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.graph-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.map-headers .graph-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.graph-share {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  cursor: pointer;
  height: 100%;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.graph-share img {
  width: 15px;
  margin-right: 10%;
}

svg .tick line {
  stroke: black;
  stroke-dasharray: 5 5;
  opacity: 0.1;
}

svg .tick text {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (min-width: 900px) {
  svg .tick text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

svg {
  overflow: visible;
}

.chart-container text {
  fill: #23262D;
}

.chart-container path {
  fill: #14495c;
}

.chart-container {
  position: relative;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #E5E5E5;
}

.graph-axis > text {
  fill: #23262D;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.graph-axis path {
  fill: none;
  stroke: grey;
  stroke-width: 1px;
}

.graph-axis__noline path {
  fill: none;
  stroke: none;
}

.graph-arrows {
  text-transform: uppercase;
  font-weight: 500;
  fill: #14495C;
}

.grid rect {
  opacity: 0.03;
}

.map-container {
  margin: auto;
  position: relative;
}

.map-chart {
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 90%;
  position: relative;
}

.map-legend text {
  color: #14495C;
  font-size: 12px;
  font-weight: 600;
}

/* Map - Zoom */
.map-zoom {
  position: absolute;
  top: 3%;
  right: 1%;
  width: 30px;
  height: 65px;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 3px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}

.zoom-button {
  height: 50%;
  opacity: 0.8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zoom-button:hover {
  opacity: 1;
}

.zoom-button:nth-of-type(1) {
  border-bottom: 1px solid #d0dbdf;
}

.zoom-button img {
  width: 13px;
}

/* Map - Dropdown */
.dropbtn img {
  width: 11px;
}

.dropdown {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
  z-index: 20;
}

.dropdown:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.dropdown:hover .dropbtn img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-content {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  min-width: 200px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #23262D;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  position: relative;
}

.dropdown-content .dropdown-selected {
  position: absolute;
  left: 2px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.dropdown-content-text {
  margin-right: 4px;
  top: 3px;
}

.dropdown-content a img {
  width: 15px;
}

.dropdown-content .dropdown-selected img {
  display: none;
}

.dropdown-content a[selected='selected'] img {
  display: block;
}

.dropdown-content a:hover {
  background-color: rgba(19, 72, 92, 0.05);
}

.dropdown-content a:active {
  background-color: rgba(19, 72, 92, 0.05);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.graph-tooltip rect {
  fill: white;
  stroke: lightgrey;
  stroke-width: 1px;
}

.graph-tooltip text {
  color: #14495c;
  text-anchor: middle;
  font-size: 13px;
  font-weight: 400;
}

text.graph-tooltip__head {
  font-size: 17px;
}

tspan.tooltip-value {
  font-weight: 600;
}

.blog .post {
  color: #23262D;
  border: 0px solid #0F99E0;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.blog .post .entry-title,
.blog .post .entry-title a {
  color: #23262D !important;
  font-size: 40px;
  font-size: 2.5rem;
}

.blog .post .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #23262D;
}

.blog .post .entry-meta .entry-date {
  color: #23262D;
}

.blog .post .entry-meta .author a {
  font-weight: 700;
}

.blog .widget {
  background-color: #F6F6F6;
  margin-top: 18px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.blog .widget .medium {
  font-weight: 500;
}

.blog .widget .c-nav li {
  margin-right: 5px;
}

.blog .widget .c-nav a {
  color: #23262D;
}

.blog .widget.widget-single-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .widget.widget-newsletter {
  padding-top: 25px;
  padding-bottom: 25px;
}

.blog .widget.widget-newsletter h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}

.blog .widget.widget-newsletter #newsletter_email {
  margin-bottom: 15px;
}

.blog .widget.widget-newsletter .c-form, .blog .widget.widget-newsletter .widget_search form, .widget_search .blog .widget.widget-newsletter form {
  min-width: 0;
}

.blog .widget.widget-rss .ss-icon {
  color: #F6900A;
}

.c-overlay--blog a {
  color: #FFFFFF !important;
}

.widget_search form {
  min-width: 0;
  position: relative;
}

.widget_search form input[type="text"] {
  padding-right: 90px;
}

.widget_search form input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
}

#contentContainer.blog {
  border: 1px solid #DFE3E9;
  border-top: 20px solid #0F99E0;
  width: 100%;
}

@media (min-width: 900px) {
  #contentContainer.blog {
    width: 100%;
  }
}

#container.blog {
  width: 90%;
  padding-top: 0;
}

@media (min-width: 900px) {
  #container.blog {
    width: 70%;
  }
}

.hamburger {
  width: 20px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  color: black;
}

#menu {
  display: none;
}

.c-headline-with-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

.c-headline-with-link__headline {
  margin-right: 30px;
  margin-bottom: 0 !important;
}

.report-updated {
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2F3945;
  line-height: 1.40;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 599px) {
  .report-updated [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .report-updated .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.report-updated .mobile-only {
  display: block;
}

@media (min-width: 600px) {
  .report-updated .mobile-only {
    display: none;
  }
}

.report-updated .desktop-only {
  display: none;
}

@media (min-width: 600px) {
  .report-updated .desktop-only {
    display: block;
  }
}

.report-updated .desktop-only-inline {
  display: none;
}

@media (min-width: 600px) {
  .report-updated .desktop-only-inline {
    display: inline;
  }
}

.report-updated .main-wrapper {
  background-color: #2F3945;
}

@media (min-width: 900px) {
  .report-updated .main-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .report-updated .main-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.report-updated .inner-wrapper {
  background-color: #FFFFFF;
  max-width: 1280px;
  margin: 0 auto;
}

.report-updated .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .report-updated .content {
    padding-left: 32px;
    padding-right: 32px;
    max-width: -webkit-calc(1170px + 64px);
    max-width: -moz-calc(1170px + 64px);
    max-width: calc(1170px + 64px);
  }
}

@media (min-width: 1200px) {
  .report-updated .content {
    padding-left: 64px;
    padding-right: 64px;
    max-width: -webkit-calc(1170px + 128px);
    max-width: -moz-calc(1170px + 128px);
    max-width: calc(1170px + 128px);
  }
}

.report-updated .mobile-full-width {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 600px) {
  .report-updated .mobile-full-width {
    margin-left: 0;
    margin-right: 0;
  }
}

.report-updated .highlighted {
  color: #FECD0A;
}

@media print {
  .report-updated .highlighted {
    color: #23262D;
  }
}

.report-updated .s-content h1,
.report-updated .s-content h2,
.report-updated .s-content h3,
.report-updated .s-content h4,
.report-updated .s-content h5,
.report-updated .c-ru-headline {
  font-weight: 700;
}

.report-updated .s-content h1,
.report-updated .c-ru-headline--alpha {
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 900px) {
  .report-updated .s-content h1,
  .report-updated .c-ru-headline--alpha {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.report-updated .s-content h2,
.report-updated .c-ru-headline--beta {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 900px) {
  .report-updated .s-content h2,
  .report-updated .c-ru-headline--beta {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.report-updated .s-content h3,
.report-updated .c-ru-headline--gamma {
  font-size: 32px;
  font-size: 2rem;
}

.report-updated .s-content h4,
.report-updated .c-ru-headline--delta {
  font-size: 20px;
  font-size: 1.25rem;
}

.report-updated .s-content h5,
.report-updated .c-ru-headline--epsilon {
  font-size: 15px;
  font-size: 0.9375rem;
}

.report-updated .c-ru-headline--lighter {
  color: #FFFFFF;
}

@media print {
  .report-updated .c-ru-headline--lighter {
    color: #23262D;
  }
}

.report-updated .s-content h2,
.report-updated .s-content h3 {
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid-page;
}

.report-updated .s-summary p {
  margin-bottom: 1.25em;
}

.report-updated .s-content,
.report-updated .text-content {
  padding-left: 12px;
  padding-right: 12px;
}

.report-updated .s-content h1,
.report-updated .s-content h2,
.report-updated .s-content h3,
.report-updated .s-content h4,
.report-updated .s-content h5,
.report-updated .s-content h6,
.report-updated .text-content h1,
.report-updated .text-content h2,
.report-updated .text-content h3,
.report-updated .text-content h4,
.report-updated .text-content h5,
.report-updated .text-content h6 {
  line-height: 1.25;
}

.report-updated .s-content h1,
.report-updated .s-content h2,
.report-updated .s-content h3,
.report-updated .text-content h1,
.report-updated .text-content h2,
.report-updated .text-content h3 {
  margin-bottom: 0.9em;
}

.report-updated .s-content h4,
.report-updated .s-content h5,
.report-updated .s-content h6,
.report-updated .text-content h4,
.report-updated .text-content h5,
.report-updated .text-content h6 {
  margin-bottom: 0.5em;
}

.report-updated .s-content p,
.report-updated .text-content p {
  margin-top: 0.5em;
}

@media (min-width: 900px) {
  .report-updated .s-content,
  .report-updated .text-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.report-updated .font-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.report-updated .font-special {
  font-size: 18px;
  font-size: 1.125rem;
  color: #768AA7;
  font-style: italic;
  line-height: 1.45;
}

.report-updated a {
  color: #0F99E0;
  font-weight: 700;
}

.report-updated .content p a {
  display: inline;
}

.report-updated .subtitle, .report-updated .c-ru-table--supporting .c-ru-table__metric-label, .report-updated .c-ru-table--supporting .c-ru-table__cell {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444A59;
  font-weight: 500;
}

.report-updated .faded {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8196B6;
  display: inline-block;
  padding-bottom: 3px;
}

.report-updated .faded--underlined {
  border-bottom: 1px solid #DEE5EC;
}

.report-updated .standalone-copyright {
  margin-bottom: 20px;
}

.report-updated .table-wrapper {
  margin: 2px;
  outline: 2px solid #00B6F1;
  border: 1px solid #44495A;
  display: none;
}

@media (min-width: 600px) {
  .report-updated .table-wrapper {
    display: block;
  }
}

.report-updated .s-content .c-ru-social {
  margin: 0;
  padding: 0;
}

.report-updated .s-national-analysis__headline {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00B6F1;
}

.report-updated .s-national-analysis__metric {
  border-bottom: 6px solid #2F3945;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 600px) {
  .report-updated .s-national-analysis__metric {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.report-updated .s-national-analysis__metric:first-of-type {
  padding-top: 0;
}

.report-updated .s-national-analysis__figure {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.report-updated .s-content ul {
  margin-left: -10px;
  list-style-type: square;
}

@media (min-width: 900px) {
  .report-updated .s-content ul {
    margin-left: 18px;
  }
}

.report-updated .s-content li {
  margin-bottom: 25px;
  padding-left: 10px;
}

.report-updated .s-content p {
  line-height: 1.6;
  margin-bottom: 2em;
}

.report-updated .s-key-findings {
  background-color: #2F3945;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 -11px white, 0 18px white, 0 2px 11px 0 #23262D, 0 2px 11px 0 #23262D;
     -moz-box-shadow: 0 -11px white, 0 18px white, 0 2px 11px 0 #23262D, 0 2px 11px 0 #23262D;
          box-shadow: 0 -11px white, 0 18px white, 0 2px 11px 0 #23262D, 0 2px 11px 0 #23262D;
  font-size: 18px;
  font-size: 1.125rem;
}

@media print {
  .report-updated .s-key-findings {
    background-color: #fff;
  }
}

@media print {
  .report-updated .s-key-findings {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
  }
}

.report-updated .s-key-findings__headline {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00B6F1;
}

@media print {
  .report-updated .s-key-findings__headline {
    color: #23262D;
  }
}

.report-updated .s-key-findings h1,
.report-updated .s-key-findings h2,
.report-updated .s-key-findings h3,
.report-updated .s-key-findings h4,
.report-updated .s-key-findings h5,
.report-updated .s-key-findings h6 {
  margin-top: 0;
}

@media (min-width: 600px) {
  .report-updated .s-key-findings__elements {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (min-width: 900px) {
  .report-updated .s-key-findings__elements {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

.report-updated .s-key-findings__element {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (min-width: 1200px) {
  .report-updated .s-key-findings__element {
    max-width: 525px;
  }
}

.report-updated .s-key-findings p {
  color: #FFFFFF;
}

@media print {
  .report-updated .s-key-findings p {
    color: #23262D;
  }
}

.report-updated .s-regional-analysis {
  border-bottom: 6px solid #2F3945;
}

@media (min-width: 600px) {
  .report-updated .s-regional-analysis {
    padding-bottom: 40px;
  }
}

.report-updated .s-regional-analysis__info {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #00B6F1;
  font-weight: 700;
}

@media print {
  .report-updated .s-regional-analysis__info {
    display: none;
  }
}

.report-updated .c-overlay.is-contact a,
.report-updated .c-overlay.is-contact-form a {
  color: #FFFFFF;
}

.report-updated .s-footer {
  padding-top: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 600px) {
  .report-updated .s-footer {
    padding-bottom: 35px;
  }
  .report-updated .s-footer.paddingbalance {
    padding-top:70px;
  }
}

.report-updated .s-newsletter .c-ru-headline {
  margin-bottom: 0.2em;
}

.report-updated .s-newsletter p {
  margin-top: 0;
  margin-bottom: 22px;
}

@media (min-width: 600px) {
  .report-updated .s-newsletter p {
    margin-bottom: 18px;
  }
}

.report-updated .s-copyright {
  margin-bottom: 28px;
}

.report-updated .s-copyright p {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  line-height: 1.6;
}

.report-updated .s-copyright .c-ru-button {
  width: 100%;
  text-align: center;
}

@media (min-width: 900px) {
  .report-updated .s-copyright .c-ru-button {
    width: auto;
  }
}

.report-updated .print-only {
  display: none;
}

@media print {
  .report-updated .print-only {
    display: block;
  }
}

.report-updated .c-ru-jumbotron {
  position: relative;
  padding-top: 70px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
}

@media (min-width: 600px) {
  .report-updated .c-ru-jumbotron {
    padding-top: 90px;
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-jumbotron {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .report-updated .c-ru-jumbotron {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media print {
  .report-updated .c-ru-jumbotron {
    padding-top: 15px;
    color: #23262D;
  }
}

@media print {
  .report-updated .c-ru-jumbotron {
    background: #fff !important;
  }
}

.report-updated .c-ru-jumbotron > .content {
  position: relative;
  z-index: 2;
}

.report-updated .c-ru-jumbotron:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(35, 38, 45, 0)), to(#2F3945));
  background-image: -webkit-linear-gradient(top, rgba(35, 38, 45, 0) 54%, #2F3945 100%);
  background-image: -moz-linear-gradient(top, rgba(35, 38, 45, 0) 54%, #2F3945 100%);
  background-image: -o-linear-gradient(top, rgba(35, 38, 45, 0) 54%, #2F3945 100%);
  background-image: linear-gradient(-180deg, rgba(35, 38, 45, 0) 54%, #2F3945 100%);
}

@media print {
  .report-updated .c-ru-jumbotron:after {
    background-image: none;
  }
}

.report-updated .c-ru-jumbotron__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff !important;
}

@media (min-width: 600px) {
  .report-updated .c-ru-jumbotron__title {
    margin-bottom: 5px;
    margin-left: -5px;
  }
}

.report-updated .c-ru-jumbotron__subtitle {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1;
  color: #fff !important;
}

@media (min-width: 600px) {
  .report-updated .c-ru-jumbotron__subtitle {
    margin-bottom: 15px;
  }
}

@media (min-width: 600px) {
  .report-updated .partial-border {
    position: relative;
    border-top: 1px solid #8196B6;
    border-bottom: 1px solid #8196B6;
  }

  .report-updated .partial-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #8196B6;
  }

  .report-updated .partial-border:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #8196B6;
  }

  .report-updated .partial-border--large:before, .report-updated .partial-border--large:after {
    height: 50px;
  }

  .report-updated .partial-border--lighter {
    border-top: 1px solid #DEE5EC;
    border-bottom: 1px solid #DEE5EC;
  }

  .report-updated .partial-border--lighter:before, .report-updated .partial-border--lighter:after {
    background-color: #DEE5EC;
  }
}

.report-updated .c-ru-report-facts__headline {
  font-size: 14px;
  font-size: 0.875rem;
  color: #C4CDD7;
  display:block;
  margin-bottom:10px;
  /*padding-top: 5px;
  padding-left: 10px;*/
}

@media (min-width: 600px) {
  .report-updated .c-ru-report-facts__headline {
    /*display: block;*/
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
  }
}

.report-updated .c-ru-report-facts__items {
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-report-facts__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.report-updated .c-ru-report-facts__illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  font-size: 2.1875rem;
  width: 42px;
}

.report-updated .c-ru-report-facts__illustration .icon-people-alt {
  font-size: 27px;
  font-size: 1.6875rem;
}

.report-updated .c-ru-report-facts__illustration .icon-calendar-alt {
  font-size: 27px;
  font-size: 1.6875rem;
}

@media (min-width: 600px) {
  .report-updated .c-ru-report-facts__illustration {
    width: auto;
    margin-bottom: 12px;
    height: 35px;
  }

  .report-updated .c-ru-report-facts__illustration span {
    margin-left: auto;
    margin-right: auto;
  }
}

.report-updated .c-ru-report-facts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-report-facts__item {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    display: block;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-report-facts__item {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-report-facts__tuple {
    text-align: center;
  }
}

.report-updated .c-ru-report-facts__value {
  color: #00B6F1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.report-updated .c-ru-report-facts__label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
}

.report-updated .staticstats .c-ru-report-facts__label {
  font-size: 16px;
}

.report-updated .c-ru-report-facts__explainer {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.report-updated .c-ru-report-facts__explainer p {
  margin-top: 0;
  margin-bottom: 20px;
}

.report-updated .c-ru-authors {
  border-top: 2px solid #C4CDD7;
  border-bottom: 2px solid #C4CDD7;
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

@media print {
  .report-updated .c-ru-authors {
    border: none;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-authors {
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-authors {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media print {
  .report-updated .c-ru-authors {
    padding-top: 0;
  }
}

.report-updated .c-ru-authors__headline {
  color: #C4CDD7;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 18px;
}

@media print {
  .report-updated .c-ru-authors__headline {
    color: #23262D;
    display: none;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-authors__headline {
    margin-bottom: 14px;
  }
}

.report-updated .c-ru-authors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.report-updated .c-ru-authors__author {
  width: 48%;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-authors__author {
    width: 100%;
    margin-bottom: 8px;
  }
}

.report-updated .c-ru-authors__title {
  display: block;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
}

@media print {
  .report-updated .c-ru-authors__title {
    color: #23262D;
  }
}

.report-updated .c-ru-authors__name {
  display: block;
  color: #00B6F1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.report-updated .c-ru-toc {
  padding-top: 10px;
  margin-bottom: 8px;
}

@media print {
  .report-updated .c-ru-toc {
    display: none;
  }
}

.report-updated .c-ru-toc--sticky {
  margin-bottom: 0;
}

.report-updated .c-ru-toc--sticky .c-ru-toc__list li {
  margin-bottom: 0;
  list-style-type: none !important;
}

.report-updated .c-ru-toc--sticky .c-ru-toc__list a {
  padding-bottom: 8px;
}

.report-updated .c-ru-toc__list {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  color: #C4CDD7;
}

@media (min-width: 600px) {
  .report-updated .c-ru-toc__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.report-updated .c-ru-toc__list li {
  margin-bottom: 18px;
  list-style-type: none !important;
}

@media (min-width: 600px) {
  .report-updated .c-ru-toc__list li {
    margin-right: 35px;
  }
}

.report-updated .c-ru-toc__list li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #C4CDD7;
  padding-bottom: 4px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

@media print {
  .report-updated .c-ru-toc__list li a {
    color: #23262D;
  }
}

.report-updated .c-ru-toc__list li a:hover, .report-updated .c-ru-toc__list li a.is-active {
  color: #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

@media print {
  .report-updated .c-ru-toc__list li a:hover, .report-updated .c-ru-toc__list li a.is-active {
    color: #23262D;
  }
}

.report-updated .c-ru-operator-logo {
  margin-bottom: 15px;
}

.report-updated .c-ru-operator-logo:last-of-type {
  margin-bottom: 0;
}

.report-updated .c-ru-operator-logo__sign {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
  padding: 8px;
  text-align: center;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #FFFFFF;
}

@media print {
  .report-updated .c-ru-operator-logo__sign {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.report-updated .c-ru-operator-logo--grand .c-ru-operator-logo__sign {
  width: 42px;
  height: 42px;
  line-height: 21px;
  font-size: 16px;
  font-size: 1rem;
}

.report-updated .c-ru-operator-logo--tiny .c-ru-operator-logo__sign {
  width: 20px;
  height: 20px;
  line-height: 10px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 11px;
  font-size: 0.6875rem;
}

.report-updated .c-ru-operator-logo--vertical {
  margin-bottom: 0;
}

.report-updated .c-ru-operator-logo--vertical .c-ru-operator-logo__name {
  display: block;
  line-height: 2;
}

.report-updated .c-ru-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.report-updated .c-ru-table__header-row tr {
  background-color: #EDF1F4;
  border-bottom: 1px solid #C4CDD7;
  height: 120px;
}

.report-updated .c-ru-table__data-row:nth-child(even) {
  background-color: #FBFCFC;
}

.report-updated .c-ru-table th {
  padding-left: 18px;
  padding-right: 18px;
}

.report-updated .c-ru-table tr:last-of-type td {
  border-bottom: none;
}

.report-updated .c-ru-table__cell {
  height: 70px;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle;
  border-right: 1px solid #EDF1F4;
  border-bottom: 1px solid #DEE5EC;
}

@media (min-width: 900px) {
  .report-updated .c-ru-table__cell {
    height: 80px;
  }
}

.report-updated .c-ru-table__cell:last-of-type {
  border-right: none;
}

.report-updated .c-ru-table__labels {
  text-align: left;
}

.report-updated .c-ru-table__logo {
  width: 114px;
  height: 24px;
}

.report-updated .c-ru-table__title {
  display: block;
  color: #00B6F1;
  line-height: 1;
}

.report-updated .c-ru-table__operator-logo {
  display: block;
}

.report-updated .c-ru-table__name-col {
  width: 32%;
  text-align: left;
}

.report-updated .c-ru-table__operator-name {
  line-height: 2;
}

.report-updated .c-ru-table__metric-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.report-updated .c-ru-table--compact {
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #44495A;
}

@media (min-width: 600px) {
  .report-updated .c-ru-table--compact {
    display: none;
  }
}

.report-updated .c-ru-table--compact.c-ru-table--last-of-type {
  border-bottom: 1px solid #44495A;
}

.report-updated .c-ru-table--compact .c-ru-table__title {
  color: #0F99E0;
  line-height: 1;
}

.report-updated .c-ru-table--compact tr {
  background-color: #FBFCFC;
}

.report-updated .c-ru-table--compact .c-ru-table__header-row tr {
  background-color: #fff;
}

.report-updated .c-ru-table--compact .c-ru-table__name-col {
  width: 50%;
  padding-left: 15px;
  padding-right: 0;
}

.report-updated .c-ru-table--compact .c-ru-table__logo {
  width: 100px;
  margin-bottom: 10px;
}

.report-updated .c-ru-table--compact .c-ru-table__date-cell {
  width: 45%;
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}

.report-updated .c-ru-table--compact .c-ru-table__date-cell .winner-badge {
  margin-top: 15px;
}

.report-updated .c-ru-table--compact .c-ru-table__cell {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.report-updated .c-ru-table__supporting-header {
  background-color: #DEE5EC;
  height: 25px;
}

@media print {
  .report-updated .c-ru-table__supporting-header {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.report-updated .c-ru-table__supporting-header td {
  padding-left: 18px;
  text-align: center;
}

@media (min-width: 600px) {
  .report-updated .c-ru-table__supporting-header td {
    text-align: left;
  }
}

.report-updated .c-ru-table__supporting-header .c-ru-table__supporting-name {
  text-align: left;
}

.report-updated .c-ru-table--supporting {
  border-top: 1px solid #44495A;
  border-right: 1px solid #DEE5EC;
  border-bottom: 1px solid #DEE5EC;
  border-left: 1px solid #DEE5EC;
}

@media (min-width: 600px) {
  .report-updated .c-ru-table--supporting {
    border-top: 1px solid #DEE5EC;
  }
}

.report-updated .c-ru-table--supporting .c-ru-table__header-row tr {
  height: 60px;
  border-bottom: none;
}

.report-updated .c-ru-table--supporting .c-ru-table__cell {
  height: 46px;
}

@media (max-width: 599px) {
  .report-updated .c-ru-table--supporting .c-ru-table__cell {
    border-right: none;
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-table--supporting .c-ru-table__cell {
    height: 38px;
  }
}

.report-updated .c-ru-table--supporting .c-ru-table__large-value {
  font-size: 16px;
  font-size: 1rem;
}

.report-updated .c-ru-table--supporting .c-ru-table__supporting-header {
  height: 28px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-table--supporting .c-ru-table__supporting-header {
    height: 25px;
  }
}

.report-updated .c-ru-table--supporting .c-ru-table__supporting-header td {
  padding-left: 18px;
  padding-right: 18px;
}

.report-updated .c-ru-icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 15px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media print {
  .report-updated .c-ru-icon {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media (min-width: 600px) {
  .report-updated .staticstats .c-ru-icon {
    width: 55px;
    height: 55px;
  }
}

.report-updated .c-ru-icon--large {
  width: 52px;
  height: 52px;
  margin-right: 10px;
}

.report-updated .c-ru-icon--tiny {
  width: 13px;
  height: 13px;
  margin-right: 0;
}

.report-updated .c-ru-icon--standalone {
  margin-right: 0;
}

.report-updated .c-ru-icon--close {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/close.svg");
  width: 40px;
  height: 40px;
}

.report-updated .c-ru-icon--clock {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/clock-circle.svg");
}

.report-updated .c-ru-icon--download {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/download-circle.svg");
}

.report-updated .c-ru-icon--signal {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/signal-circle.svg");
}

.report-updated .c-ru-icon--upload {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/upload-circle.svg");
}

.report-updated .c-ru-icon--play {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/play-circle.svg");
}

.report-updated .c-ru-icon--voice {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/voice-circle.svg");
}

.report-updated .c-ru-icon--coverage {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/coverage-circle.svg");
}

.report-updated .c-ru-icon--games {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/games-circle.svg");
}

.report-updated .c-ru-icon--userexperience {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/userexperience-circle.svg");
}

.report-updated .c-ru-icon--extent, .report-updated .c-ru-icon--reach {
  /*background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/extent-circle.svg");*/
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/reach-circle.svg?v=2");
}

.report-updated .c-ru-icon--group {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/group-circle.svg");
}

.report-updated .c-ru-icon--clock-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/clock-circle-inverted.svg");
}

.report-updated .c-ru-icon--download-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/download-circle-inverted.svg");
}

.report-updated .c-ru-icon--signal-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/signal-circle-inverted.svg");
}

.report-updated .c-ru-icon--upload-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/upload-circle-inverted.svg");
}

.report-updated .c-ru-icon--play-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/play-circle-inverted.svg");
}

.report-updated .c-ru-icon--voice-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/voice-circle-inverted.svg");
}

.report-updated .c-ru-icon--coverage-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/coverage-circle-inverted.svg");
}

.report-updated .c-ru-icon--games-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/games-circle-inverted.svg");
}

.report-updated .c-ru-icon--userexperience-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/userexperience-circle-inverted.svg");
}

.report-updated .c-ru-icon--extent-inverted, .report-updated .c-ru-icon--reach-inverted {
  /*background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/extent-circle-inverted.svg");*/
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/reach-circle-inverted.svg");
}

.report-updated .c-ru-icon--group-inverted {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/group-circle-inverted.svg");
}

.report-updated .c-ru-icon--twitter {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/twitter.svg");
}

.report-updated .c-ru-icon--download-file {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/download-file.svg");
}

.report-updated .c-ru-icon--download5gusers, .report-updated .c-ru-icon--download-exp-5Gusers {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/download-exp-5Gusers-circle.svg");
}
.report-updated .c-ru-icon--download5gusers-inverted {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/download-exp-5Gusers-circle-inverted.svg");
}

.report-updated .c-ru-icon--games5gusers, .report-updated .c-ru-icon--games-exp-5Gusers {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/games-exp-5Gusers-circle.svg");
}
.report-updated .c-ru-icon--games5gusers-inverted {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/games-exp-5Gusers-circle-inverted.svg");
}

.report-updated .c-ru-icon--upload5gusers, .report-updated .c-ru-icon--upload-exp-5Gusers {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/upload-exp-5Gusers-circle.svg");
}
.report-updated .c-ru-icon--upload5gusers-inverted {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/upload-exp-5Gusers-circle-inverted.svg");
}

.report-updated .c-ru-icon--video5gusers, .report-updated .c-ru-icon--video-exp-5Gusers {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/video-exp-5Gusers-circle.svg");
}
.report-updated .c-ru-icon--video5gusers-inverted {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/video-exp-5Gusers-circle-inverted.svg");
}

.report-updated .c-ru-icon--voice5gusers, .report-updated .c-ru-icon--voice-exp-5Gusers {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/voice-exp-5Gusers-circle.svg");
}
.report-updated .c-ru-icon--voice5gusers-inverted {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/voice-exp-5Gusers-circle-inverted.svg");
}


.report-updated .c-ru-icon--download-file.c-ru-icon--tiny {
  width: 30px;
  height: 30px;
}

.report-updated .c-ru-icon--download-file-hover {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/download-file-hover.svg");
}

.report-updated .c-ru-icon--download-file-hover.c-ru-icon--tiny {
  width: 30px;
  height: 30px;
}

.report-updated .c-ru-icon--linkedin {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/linkedin.svg");
}

.report-updated .c-ru-icon--linkedin-white {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/linkedin-white.svg");
}

.report-updated .c-ru-icon--twitter-white {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/twitter-white.svg");
}

.report-updated .c-ru-icon--facebook-white {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/facebook-white.svg");
  width: 6px;
  height: 13px;
}

.report-updated .c-ru-icon--copy-white {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/copy-white.svg");
}

.report-updated .c-ru-icon--linkedin-blue {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/linkedin-blue.svg");
}

.report-updated .c-ru-icon--twitter-blue {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/twitter-blue.svg");
}

.report-updated .c-ru-icon--facebook-blue {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/facebook-blue.svg");
  width: 6px;
  height: 13px;
}

.report-updated .c-ru-icon--copy-blue {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/copy-blue.svg");
}

.report-updated .c-ru-icon--mobile-devices-alt {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/mobile-devices-alt.svg");
  width: 27px;
  height: 38px;
}

@media print {
  .report-updated .c-ru-icon--mobile-devices-alt {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/mobile-devices-alt-print.svg");
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-icon--mobile-devices-alt {
    height: 47px;
  }
}

.report-updated .c-ru-icon--people-alt {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/people-alt.svg");
}

@media print {
  .report-updated .c-ru-icon--people-alt {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/people-alt-print.svg");
  }
}

.report-updated .c-ru-icon--calendar-alt {
  background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/calendar-alt.svg");
}

@media print {
  .report-updated .c-ru-icon--calendar-alt {
    background-image: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/calendar-alt-print.svg");
  }
}

.report-updated .c-ru-graph {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.report-updated .c-ru-graph__bar {
  position: relative;
  height: 42px;
  margin-bottom: 18px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__bar {
    margin-bottom: 5px;
  }
}

.report-updated .c-ru-graph__bar:last-of-type {
  margin-bottom: 0;
}

.report-updated .c-ru-graph__bars {
  margin-bottom: 22px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__bars {
    margin-bottom: 0;
  }
}

.report-updated .c-ru-graph__circle {
  position: absolute;
  z-index: 10;
}

.report-updated .c-ru-graph__value {
  position: relative;
  padding-right: 80px;
  padding-left: 38px;
}

.report-updated .c-ru-graph__rect {
  position: relative;
  top: 8px;
  padding-left: 10px;
  height: 22px;
}

.report-updated .c-ru-graph__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  top: 23px;
  left: 4px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.report-updated .c-ru-graph__label--white {
  /*
  On mobile the label is always displayed on the white
  background, hence the contradictory classname / color combination.
*/
  color: #444A59;
}

.report-updated .c-ru-graph__label--black {
  color: #444A59;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__label {
    font-weight: 700;
    position: static;
  }

  .report-updated .c-ru-graph__label--white {
    color: white;
  }

  .report-updated .c-ru-graph__label--black {
    color: #444A59;
  }
}

.report-updated .c-ru-graph__confidence {
  position: relative;
  top: -3px;
  display: block;
  background-color: #787DB5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  height: 1px;
}

.report-updated .c-ru-graph__confidence:after, .report-updated .c-ru-graph__confidence:before {
  content: "";
  width: 1px;
  background-color: #787DB5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  position: absolute;
  top: -8px;
  height: 16px;
}

.report-updated .c-ru-graph__confidence:before {
  left: 0;
}

.report-updated .c-ru-graph__confidence:after {
  right: 0;
}

.report-updated .c-ru-graph__number {
  color: black;
  position: absolute;
  width: 80px;
  right: -90px;
  top: -15px;
  font-size: 22px;
  font-size: 1.375rem;
}

.report-updated .c-ru-graph__copyright {
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__copyright {
    margin-left: 15px;
    width: auto;
  }
}

.report-updated .c-ru-graph__copyright--pull-right {
  text-align: right;
}

.report-updated .c-ru-graph__badge {
  position: absolute;
  left: -webkit-calc(50% - 62px/2);
  left: -moz-calc(50% - 62px/2);
  left: calc(50% - 62px/2);
  top: -10px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__badge {
    left: auto;
    right: 50px;
    top: -20px;
  }
}

.report-updated .c-ru-graph__badge > img {
  width: 42px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__badge > img {
    width: 50px;
  }
}

.report-updated .c-ru-graph__scale {
  display: none;
  width: 100%;
  color: gray;
  padding-left: 38px;
  padding-right: 80px;
  font-size: 10px;
  font-size: 0.625rem;
}

@media (min-width: 600px) {
  .report-updated .c-ru-graph__scale {
    display: block;
  }
}

.report-updated .c-ru-graph__scale-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.report-updated .c-ru-graph__scale-number {
  position: relative;
  width: 20px;
  text-align: center;
}

.report-updated .c-ru-graph__scale-number:after {
  display: none;
  position: absolute;
  bottom: 0;
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px);
  content: "";
  width: 1px;
  height: 4px;
  background-color: gray;
}

.report-updated .c-ru-graph__scale-number:first-of-type > span {
  left: -50%;
}

.report-updated .c-ru-graph__scale-number:first-of-type:after {
  left: -1px;
}

.report-updated .c-ru-graph__scale-number:last-of-type > span {
  left: 50%;
}

.report-updated .c-ru-graph__scale-number:last-of-type:after {
  left: 100%;
}

.report-updated .c-ru-graph__scale-number > span {
  position: relative;
}

.report-updated .c-ru-graph--compact .c-ru-graph__value {
  padding-left: 25px;
}

.report-updated .c-ru-graph--compact .c-ru-graph__scale {
  padding-left: 25px;
}

.report-updated .c-ru-graph--compact .c-ru-graph__bars {
  margin-bottom: 0;
}

.report-updated .c-ru-graph--compact .c-ru-graph__copyright {
  margin-bottom: 0;
}

.report-updated .c-ru-graph--compact .c-ru-graph__rect {
  top: 4px;
}

.report-updated .c-ru-graph--compact .c-ru-graph__label {
  font-weight: 500;
  line-height: 22px;
  color: black;
  position: absolute;
  top: 23px;
  left: 4px;
}

.report-updated .c-ru-graph--compact .c-ru-graph__confidence {
  top: -7px;
}

.report-updated .c-ru-graph--compact .c-ru-graph__confidence:after, .report-updated .c-ru-graph--compact .c-ru-graph__confidence:before {
  top: -2px;
  height: 5px;
}

.report-updated .c-ru-chart {
  padding-bottom: 5px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-chart {
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 33px;
  }
}

.report-updated .c-ru-chart__header {
  padding-top: 11px;
  border-top: 1px solid #44495A;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-chart__header {
    border-top: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .report-updated .c-ru-chart__header {
    border-top: none;
  }
}

.report-updated .c-ru-chart__logo {
  width: 100px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-chart__logo {
    height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.report-updated .c-ru-chart__metric-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-chart__metric-label {
    margin-bottom: 0;
  }
}

.report-updated .c-ru-chart__unit {
  margin-top: 4px;
}

.report-updated .c-ru-chart__copyright {
  text-align: right;
}

.report-updated .c-ru-chart--compact {
  padding-right: 15px;
}

.report-updated .c-ru-chart--compact .c-ru-chart__header {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.report-updated .c-ru-share-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media print {
  .report-updated .c-ru-share-menu {
    display: none;
  }
}

.report-updated .c-ru-share-menu--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.report-updated .c-ru-share-menu--stacking {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.report-updated .c-ru-share-menu--stacking .c-ru-share-menu__label {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-share-menu--stacking {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .report-updated .c-ru-share-menu--stacking .c-ru-share-menu__label {
    margin-bottom: 0;
  }
}

.report-updated .c-ru-share-menu--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report-updated .c-ru-share-menu--center .c-ru-share-menu__label {
  margin-right: 20px;
}

.report-updated .c-ru-share-menu--with-buttons {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report-updated .c-ru-share-menu__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 900px) {
  .report-updated .c-ru-share-menu {
    margin-bottom: 0;
  }
}

.report-updated .c-ru-share-menu__label {
  color: #444A59;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
}

.report-updated .c-ru-social {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.report-updated .c-ru-social li {
  list-style-type: none;
  margin: 0;
}

.report-updated .c-ru-social__button {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DEE5EC;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  margin-right: 2px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-social__button {
    width: 28px;
    height: 28px;
  }
}

.report-updated .c-ru-social__button .c-ru-social__icon-inverted {
  display: none;
}

.report-updated .c-ru-social__button:hover {
  border-color: #DEE5EC;
  background-color: #DEE5EC;
  color: #FFFFFF;
  text-decoration: none;
}

.report-updated .c-ru-social__button:hover .c-ru-social__icon-normal {
  display: none;
}

.report-updated .c-ru-social__button:hover .c-ru-social__icon-inverted {
  display: inline;
}

.report-updated .c-ru-social--accent li:last-of-type {
  margin-right: 0;
}

.report-updated .c-ru-social--accent .c-ru-social__button {
  border: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #00B6F1;
  margin-right: 20px;
  width: 44px;
  height: 44px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-social--accent .c-ru-social__button {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}

.report-updated .c-ru-social--accent .c-ru-social__button:hover {
  background-color: #55D5FF;
}

.report-updated .c-ru-social--fixed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.report-updated .c-ru-social--fixed .c-ru-social__text {
  color: #44495A;
  display: none;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
}

.report-updated .c-ru-social--fixed .c-ru-social__button {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  background-color: #768AA7;
  margin-right: 0;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  text-align: left;
  -webkit-transition: padding-right 0.2s ease;
  -o-transition: padding-right 0.2s ease;
  -moz-transition: padding-right 0.2s ease;
  transition: padding-right 0.2s ease;
  padding-left: 10px;
}

.report-updated .c-ru-social--fixed .c-ru-social__button .c-ru-social__icon-normal,
.report-updated .c-ru-social--fixed .c-ru-social__button .c-ru-social__icon-inverted {
  width: 19px;
  height: 19px;
}

.report-updated .c-ru-social--fixed .c-ru-social__button--facebook {
  padding-left: 15px;
}

.report-updated .c-ru-social--fixed .c-ru-social__button--facebook .c-ru-social__icon-normal,
.report-updated .c-ru-social--fixed .c-ru-social__button--facebook .c-ru-social__icon-inverted {
  width: 10px;
  height: 20px;
}

.report-updated .c-ru-social--fixed .c-ru-social__button:hover {
  width: auto;
  background-color: #C4CDD7;
  padding-right: 15px;
}

.report-updated .c-ru-social--fixed .c-ru-social__button:hover .c-ru-social__text {
  margin-left: 10px;
  display: inline;
}

.report-updated .c-ru-content-panes {
  padding-left: 12px;
  padding-right: 12px;
}

.report-updated .c-ru-content-panes__options {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.report-updated .c-ru-content-panes__options .c-ru-content-panes__options {
  margin-left: 10px;
}

.report-updated .c-ru-content-panes__group-opener {
  margin-bottom: 4px;
}

.report-updated .c-ru-content-panes__label {
  margin-bottom: 4px;
}

.report-updated .c-ru-content-panes__label:last-of-type {
  margin-bottom: 0;
}

.report-updated .c-ru-content-panes__group {
  padding-bottom: 4px;
}

.report-updated .c-ru-content-panes__group.is-active {
  border-left: 1px solid #C4CDD7;
}

@media (min-width: 800px) {
  .report-updated .c-ru-content-panes__charts {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.report-updated .c-ru-content-panes__chart {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
}

@media print {
  .report-updated .c-ru-content-panes__chart.desktop-only {
    display: block;
  }
}

.report-updated .c-ru-content-panes__mobile-dropdowns {
  margin-bottom: 15px;
}

@media print {
  .report-updated .c-ru-content-panes__mobile-dropdowns {
    display: none;
  }
}

.report-updated .c-ru-content-panes__item.is-hidden {
  display: none;
}

@media print {
  .report-updated .c-ru-content-panes__item.is-hidden {
    display: block;
  }
}

.report-updated .c-ru-content-panes__region-name {
  display: none;
}

@media print {
  .report-updated .c-ru-content-panes__region-name {
    display: block;
  }
}

.report-updated .c-ru-button {
  background-color: transparent;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #44495A;
  font-weight: 500;
  border: 1px solid #C4CDD7;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.report-updated .c-ru-button:hover {
  border-color: #55D5FF;
  background-color: #55D5FF;
  color: #FFFFFF !important;
  text-decoration: none;
}

.report-updated .c-ru-button.is-active {
  color: #FFFFFF;
  background-color: #00B6F1;
  border-color: #00B6F1;
}

.report-updated .c-ru-button--accent {
  border-color: #00B6F1;
  color: #00B6F1;
}

.report-updated .c-ru-button--fixed-width {
  width: 200px;
  text-align: center;
}

.report-updated .c-ru-button--transparent {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}

.report-updated .c-ru-button--cta {
  width: 100%;
  margin-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #00B6F1;
  border-color: #00B6F1;
  color: #FFFFFF;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 14px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-button--cta {
    width: auto;
    margin-top: 0;
  }
}

.report-updated .c-ru-button--large {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-button--large {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media print {
  .report-updated .c-ru-button--no-print {
    display: none;
  }
}

.report-updated .c-ru-select {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-top: 1px solid #C4CDD7;
  overflow: hidden;
  position: relative;
}

.report-updated .c-ru-select:last-of-type {
  border-bottom: 1px solid #C4CDD7;
}

@media print {
  .report-updated .c-ru-select {
    display: none;
  }
}

.report-updated .c-ru-select__dropdown {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  background: url("/themes/custom/opensignal/public/dist/vectors/reports-updated/arrow.svg") no-repeat;
  background-position: 100% center;
}

.report-updated .c-ru-select__control {
  -webkit-appearance: none;
  background: transparent;
  line-height: 1.5;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #00B6F1;
  font-weight: 700;
}

.report-updated .c-ru-select__dropdown, .report-updated .c-ru-select__label {
  display: block;
}

.report-updated .c-ru-select__label {
  margin-bottom: 2px;
}

.report-updated .c-ru-select--spaced {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-metrics-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.report-updated .c-ru-metrics-overlay__icon {
  width: 32px;
  height: 32px;
}

.report-updated .c-ru-metrics-overlay__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .report-updated .c-ru-metrics-overlay__menu {
    -webkit-flex-basis: 280px;
        -ms-flex-preferred-size: 280px;
            flex-basis: 280px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-metrics-overlay__menu {
    -webkit-flex-basis: 320px;
        -ms-flex-preferred-size: 320px;
            flex-basis: 320px;
  }
}

.report-updated .c-ru-metrics-overlay__item {
  border-top: 1px solid #C4CDD7;
  border-left: 1px solid #C4CDD7;
  border-right: 1px solid #C4CDD7;
}

.report-updated .c-ru-metrics-overlay__item:last-of-type {
  border-bottom: 1px solid #C4CDD7;
}

.report-updated .c-ru-metrics-overlay__item .c-ru-metrics-overlay__open {
  margin-left: auto;
  font-size: 20px;
  font-size: 1.25rem;
}

.report-updated .c-ru-metrics-overlay__item .c-ru-metrics-overlay__open-normal,
.report-updated .c-ru-metrics-overlay__item .c-ru-metrics-overlay__icon-normal {
  display: inline;
}

.report-updated .c-ru-metrics-overlay__item .c-ru-metrics-overlay__open-inverted,
.report-updated .c-ru-metrics-overlay__item .c-ru-metrics-overlay__icon-inverted {
  display: none;
}

.report-updated .c-ru-metrics-overlay__item.is-active .c-ru-metrics-overlay__open-normal {
  display: none;
}

.report-updated .c-ru-metrics-overlay__item.is-active .c-ru-metrics-overlay__open-inverted {
  display: inline;
}

.report-updated .c-ru-metrics-overlay__item.is-active, .report-updated .c-ru-metrics-overlay__item:hover {
  border-top: 1px solid #55D5FF;
  border-left: 1px solid #55D5FF;
  border-right: 1px solid #55D5FF;
}

.report-updated .c-ru-metrics-overlay__item.is-active .c-ru-metrics-overlay__icon-normal, .report-updated .c-ru-metrics-overlay__item:hover .c-ru-metrics-overlay__icon-normal {
  display: none;
}

.report-updated .c-ru-metrics-overlay__item.is-active .c-ru-metrics-overlay__icon-inverted, .report-updated .c-ru-metrics-overlay__item:hover .c-ru-metrics-overlay__icon-inverted {
  display: inline;
}

.report-updated .c-ru-metrics-overlay__item.is-active a, .report-updated .c-ru-metrics-overlay__item:hover a {
  background-color: #55D5FF;
  color: #FFFFFF !important;
  text-decoration: none;
}

.report-updated .c-ru-metrics-overlay__item.is-active {
  border-top: 1px solid #00C1FF;
  border-left: 1px solid #00C1FF;
  border-right: 1px solid #00C1FF;
}

.report-updated .c-ru-metrics-overlay__item.is-active .c-ru-metrics-overlay__icon-normal {
  display: none;
}

.report-updated .c-ru-metrics-overlay__item.is-active .c-ru-metrics-overlay__icon-inverted {
  display: inline;
}

.report-updated .c-ru-metrics-overlay__item.is-active a {
  background-color: #00C1FF;
  color: #FFFFFF !important;
  text-decoration: none;
}

.report-updated .c-ru-metrics-overlay__item a {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #8196B6;
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .report-updated .c-ru-metrics-overlay__content {
    margin-left: 24px;
  }

  .report-updated .c-ru-metrics-overlay__content p:first-of-type {
    margin-top: 0;
  }
}

.report-updated .c-ru-map {
  border-bottom: 1px solid #C4CDD7;
}

.report-updated .c-ru-buttons-group {
  margin-bottom: 10px;
}

@media print {
  .report-updated .c-ru-buttons-group {
    display: none;
  }
}

.report-updated .c-ru-buttons-group--spacing {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.report-updated .c-ru-form-row--stacked {
  display: block;
}

.report-updated .c-ru-form-row--stacked .c-ru-form-row__input {
  margin-bottom: 5px;
}

.report-updated .c-ru-form-row--stacked .c-ru-button--cta,
.report-updated .c-ru-form-row--stacked .c-ru-form-row__button {
  width: 100%;
}

.report-updated .c-ru-form-row input[type="text"],
.report-updated .c-ru-form-row input[type="email"],
.report-updated .c-ru-form-row input[type="tel"],
.report-updated .c-ru-form-row textarea, .report-updated .c-ru-form-row__select {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border: 1px solid #C4CDD7;
  width: 100%;
}

@media (min-width: 900px) {
  .report-updated .c-ru-form-row input[type="text"],
  .report-updated .c-ru-form-row input[type="email"],
  .report-updated .c-ru-form-row input[type="tel"],
  .report-updated .c-ru-form-row textarea, .report-updated .c-ru-form-row__select {
    margin-bottom: 0;
  }
}

.report-updated .c-ru-form-row input::-webkit-input-placeholder {
  text-align: center;
}

.report-updated .c-ru-form-row input::-moz-placeholder {
  text-align: center;
}

.report-updated .c-ru-form-row input:-ms-input-placeholder {
  text-align: center;
}

.report-updated .c-ru-form-row input:-moz-placeholder {
  text-align: center;
}

.report-updated .c-ru-form-row__input {
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  color: #768AA7;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-flex-basis: 230px;
      -ms-flex-preferred-size: 230px;
          flex-basis: 230px;
  width: 100%;
}

@media (min-width: 600px) {
  .report-updated .c-ru-form-row__input {
    margin-right: 8px;
  }
}

.report-updated .c-ru-newsletter {
  border-top: 1px solid #C4CDD7;
  padding-top: 20px;
  margin-bottom: 32px;
}

@media print {
  .report-updated .c-ru-newsletter {
    display: none;
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-newsletter {
    padding-top: 0;
    border-top: none;
  }
}

.report-updated .c-ru-newsletter--popover {
  margin-bottom: 0;
  border-top: none;
  padding-top: 0;
}

.report-updated .c-ru-newsletter-link {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 4px solid #EDF1F4;
}

.report-updated .c-ru-newsletter-link--popover {
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

@media (min-width: 900px) {
  .report-updated .c-ru-newsletter-link {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .report-updated .c-ru-panels {
    display: none;
  }
}

.report-updated .c-ru-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #FFFFFF;
  padding-top: 35px;
  padding-right: 12px;
  padding-bottom: 35px;
  padding-left: 12px;
  margin-bottom: 1px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-panel {
    width: -webkit-calc(50% - 11px);
    width: -moz-calc(50% - 11px);
    width: calc(50% - 11px);
  }
}

.report-updated .c-ru-panel:nth-child(odd) {
  margin-right: 21px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-panel {
    padding-bottom: 65px;
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-panel {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .report-updated .c-ru-panel {
    min-height: 260px;
  }
}

@media (min-width: 600px) {
  .report-updated .c-ru-panel {
    margin-bottom: 20px;
  }
}

.report-updated .c-ru-panel--short {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 12px;
  padding-bottom: 20px;
  padding-left: 12px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-panel--short {
    padding-bottom: 65px;
  }
}

@media (min-width: 900px) {
  .report-updated .c-ru-panel--short {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.report-updated .c-ru-panel__cta {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-panel__cta {
    position: absolute;
    margin-top: 0;
    bottom: 20px;
  }
}

.report-updated .c-ru-panel__cta--apps a {
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #A6A6A6;
  position: relative;
}

.report-updated .c-ru-panel__cta--apps a:hover:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.report-updated .c-ru-panel__phone {
  position: absolute;
  z-index: 1;
  width: 190px;
  right: -30px;
  bottom: 0;
}

@media (min-width: 900px) {
  .report-updated .c-ru-panel__phone {
    right: 30px;
    bottom: -10px;
  }
}

.report-updated .c-ru-panel__headline {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 200px;
}

.report-updated .c-ru-panel--about {
  background: #3A4860 url("/themes/custom/opensignal/public/dist/images/reports-updated/footer-bg-1.png") no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.report-updated .c-ru-panel--methodology {
  background: #3A4860 url("/themes/custom/opensignal/public/dist/images/reports-updated/footer-bg-2.png") no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.report-updated .c-ru-panel--contact {
  background: #3A4860 url("/themes/custom/opensignal/public/dist/images/reports-updated/footer-bg-3.png") no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.report-updated .c-ru-panel--app {
  background: #3A4860 url("/themes/custom/opensignal/public/dist/images/reports-updated/footer-bg-4.png") no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.report-updated .c-ru-panel--app .c-ru-panel__headline {
  font-size: 18px;
  font-size: 1.125rem;
}

.report-updated .c-other-reports {
  padding-top: 40px;
}

@media (min-width: 600px) {
  .report-updated .c-other-reports {
    padding-top: 0;
  }
}

.report-updated .c-other-reports__headline {
  display: inline-block;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .report-updated .c-other-reports__headline {
    margin-bottom: 20px;
  }
}

.report-updated .c-other-reports__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.report-updated .c-other-reports__item {
  max-width: 260px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .report-updated .c-other-reports__item {
    margin-right: 30px;
  }
}

.report-updated .c-other-reports__title {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 2px;
}

.report-updated .c-other-reports__flag {
  margin-right: 10px;
}

.report-updated .c-other-reports__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px;
}

@media print {
  .report-updated .c-other-reports {
    display: none;
  }
}

.report-updated .c-ru-fixed-share {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 35%;
  display: none;
}

@media (min-width: 900px) {
  .report-updated .c-ru-fixed-share {
    display: block;
  }
}

.report-updated .c-ru-popover {
  width: 345px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #F5F6F9;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  right: -1000px;
  -webkit-transition: right 0.3s ease-in;
  -o-transition: right 0.3s ease-in;
  -moz-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
  padding-top: 35px;
  padding-left: 35px;
  padding-bottom: 25px;
  padding-right: 35px;
  -webkit-box-shadow: 0 2px 11px 0 rgba(47, 57, 69, 0.58);
     -moz-box-shadow: 0 2px 11px 0 rgba(47, 57, 69, 0.58);
          box-shadow: 0 2px 11px 0 rgba(47, 57, 69, 0.58);
}

.report-updated .c-ru-popover__close {
  background-color: transparent;
  cursor: pointer;
  border: none;
  font-family: 'Lato', sans-serif;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 5px;
}

@media (min-width: 600px) {
  .report-updated .c-ru-popover {
    display: block;
  }

  .report-updated .c-ru-popover.is-shown {
    right: 0;
  }
}

@media print {
  .report-updated .c-ru-popover {
    display: none;
  }
}

@media (max-width: 599px) {
  .report-updated .c-ru-supporting-metrics.is-hidden {
    display: none;
  }
}

@media print {
  .report-updated .c-ru-supporting-metrics.is-hidden {
    display: block;
  }
}

.report-updated .c-ru-supporting-metrics__name {
  display: none;
}

@media print {
  .report-updated .c-ru-supporting-metrics__name {
    display: inline;
  }
}

@media (max-width: 599px) {
  .report-updated .c-ru-supporting-metrics__metric.is-hidden {
    display: none;
  }
}

@media print {
  .report-updated .c-ru-supporting-metrics__metric.is-hidden {
    display: table-row-group;
  }
}