@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 {
  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 */
  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-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1;
  /* 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 {
  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"] {
  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?k5ozcp");
  src: url("fonts/icomoon.eot?k5ozcp#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?k5ozcp") format("truetype"), url("fonts/icomoon.woff?k5ozcp") format("woff"), url("fonts/icomoon.svg?k5ozcp#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-share:before {
  content: "\e90a"; }

.icon-download:before {
  content: "\e909"; }

.icon-calendar:before {
  content: "\e907"; }

.icon-dots:before {
  content: "\e908"; }

.icon-pin:before {
  content: "\e90d"; }

.icon-analytics-laptop:before {
  content: "\e903"; }

.icon-connected-globe:before {
  content: "\e904"; }

.icon-connected-house:before {
  content: "\e905"; }

.icon-mobile-devices:before {
  content: "\e906"; }

.icon-hamburger:before {
  content: "\e902"; }

.icon-apple-logo:before {
  content: "\e900"; }

.icon-google-play-logo:before {
  content: "\e901"; }

/*
* 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";
  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 {
  box-sizing: border-box;
  font-size: 100%; }

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

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

body {
  background-color: #FFFFFF;
  color: #23262D;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%; }
  body.pushed {
    padding-top: 125px;
    padding-top: 121px; }
  body.has-overlay {
    overflow: hidden; }

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: flex;
  flex-direction: column; }
  @media (min-width: 900px) {
    .l-cols {
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 900px) {
    .l-cols__col {
      width: 45%; } }
  @media (min-width: 900px) {
    .l-cols__col--vertically-stretched {
      display: flex; } }
  .l-cols--article {
    justify-content: space-between; }
    .l-cols--article .l-cols__secondary {
      order: 1;
      margin-bottom: 25px;
      max-width: 410px; }
      @media (min-width: 900px) {
        .l-cols--article .l-cols__secondary {
          order: 2;
          padding-top: 10px; } }
    .l-cols--article .l-cols__primary {
      order: 2;
      margin-right: 35px;
      max-width: 640px; }
      @media (min-width: 900px) {
        .l-cols--article .l-cols__primary {
          order: 1; } }
  .l-cols--mobile-swap .l-cols__secondary {
    order: initial; }
  .l-cols--mobile-swap .l-cols__primary {
    order: initial; }
  .l-cols--coverage-index {
    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;
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: auto; } }
    .l-cols--coverage-index .l-cols__primary {
      max-width: 640px;
      flex-grow: 1;
      flex-shrink: 0;
      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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .container {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: calc((100% - 1040px) / 2); } }

.l-grid {
  display: flex;
  width: 100%;
  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 {
    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 {
    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 {
    justify-content: space-between; }
    @media (min-width: 900px) {
      .l-grid--reports-two-cols {
        width: 100%;
        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 {
    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; } }

.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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-main {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .c-main {
      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: flex;
      flex-wrap: wrap; } }
  .c-arguments li {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .c-arguments li {
        margin-bottom: 30px;
        padding-right: 15px;
        width: 50%;
        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: flex;
  justify-content: 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: 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;
    flex: 0 1 auto;
    overflow: hidden;
    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;
    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: flex;
  flex-direction: column;
  margin-bottom: 60px; }
  @media (min-width: 900px) {
    .c-article-flag {
      flex-direction: column;
      align-items: center; } }
  .c-article-flag__image {
    flex: 0 0 auto; }
    @media (min-width: 900px) {
      .c-article-flag__image {
        margin-right: 70px;
        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 {
    flex-grow: 1; }
  .c-article-flag__image {
    order: 2; }
  .c-article-flag__body {
    order: 1; }
  @media (min-width: 900px) {
    .c-article-flag__image {
      order: 1; }
    .c-article-flag--rev .c-article-flag__image {
      order: 2; }
    .c-article-flag__body {
      order: 2; }
    .c-article-flag--rev .c-article-flag__body {
      order: 1; } }

.c-dropdown-menu {
  position: absolute;
  z-index: 125;
  top: 100%;
  right: 12px;
  width: 270px;
  background-color: #FFFFFF;
  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;
  border-bottom: 1px solid #DFE3E9;
  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
   */
  transform: translate3d(0px, 0px, 0px); }
  .c-header.is-sticky {
    position: fixed; }
  .c-header__centered {
    display: flex;
    align-items: center; }
  .c-header__main {
    height: 80px;
    position: relative; }
  .c-header__break {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: #E5E5E5;
    opacity: 0.25;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.c-logo {
  display: flex;
  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; }
    .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;
  border-radius: 50%;
  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: calc((100% - 1170px) / 2);
      padding-right: calc((100% - 1170px) / 2); } }
  .c-menu-bar .c-logo {
    float: left; }

.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: 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: 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: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch; }
  .c-nav--stacked ul {
    flex-direction: column;
    align-items: flex-start; }
  @media (max-width: 599px) {
    .c-nav--mobile-stacked ul {
      flex-direction: column;
      align-items: flex-start; } }
  @media (min-width: 900px) {
    .c-nav--mobile-stacked {
      flex-direction: row; } }
  .c-nav--scrollable ul {
    height: 100%;
    height: calc(100% + 5px);
    overflow-y: visible;
    overflow-x: auto;
    flex-flow: row nowrap; }
  .c-nav li {
    margin-right: 10px; }
    @media (min-width: 900px) {
      .c-nav li {
        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 {
    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;
    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;
    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("/dist/vectors/triangle.svg") no-repeat 94% 50%;
    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;
      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: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%; } }

.c-form-row--signup {
  border-right: 0px;
  border-color: #0F99E0; }

.c-form-row--first {
  border-radius: 0px; }

@media (min-width: 900px) {
  .c-form-row {
    flex-flow: row; } }

.c-form-row--stacked {
  flex-flow: column;
  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 {
  flex-grow: 1; }

.c-form-row--stacked .c-form-row__textarea {
  display: flex; }

.c-form-row__input {
  background-color: #23262D;
  flex-grow: 1; }

.c-form-row--stacked .c-form-row__input {
  flex-grow: 0; }

@media (min-width: 900px) {
  .c-form-row__button {
    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;
  border-radius: 2px;
  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--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 {
    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: inline-flex;
    align-items: center;
    width: 100%; }
  .c-button--with-shadow {
    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: inline-flex;
    align-items: center; }
  .c-button--big.c-button--fixed-height, .widget_search form input.c-button--big[type="submit"] {
    height: 60px; }

.c-jumbotron {
  padding-left: 25px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-jumbotron {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .c-jumbotron {
      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(images/bannerA-2x.png);
    background-position-x: right;
    background-position-y: bottom;
    background-size: 52%; }
    @media (min-width: 900px) {
      .c-jumbotron--intro {
        background-image: url(images/bannerA-2x.png);
        background-attachment: fixed; } }
    @media (max-width: 599px) {
      .c-jumbotron--intro {
        background-image: url(images/bannerA-mobile-2x.png);
        background-position: 80% 60%;
        background-size: 90%;
        background-attachment: inherit; } }
  .c-jumbotron--enterprise {
    color: #FFFFFF;
    background-color: #23262D;
    background-image: url(images/bannerB-2x.png);
    background-size: contain;
    background-position-x: right;
    padding-bottom: 0; }
    @media (min-width: 900px) {
      .c-jumbotron--enterprise {
        background-image: url(images/bannerB-2x.png); } }
  .c-jumbotron--business-solutions {
    background-image: url(images/banner_business2x.png);
    color: #FFFFFF;
    padding-top: 35px; }
  .c-jumbotron--business-solutions-banner {
    color: #FFFFFF;
    background-color: #191919;
    background-image: url(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(images/bannerC-1x.png);
    color: #FFFFFF; }
  .c-jumbotron--coverage-map-bright {
    background-image: url(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(images/banner_business2x.png);
    color: #FFFFFF; }

.c-gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 900px) {
    .c-gallery ul {
      flex-wrap: nowrap; } }

.c-gallery li {
  height: 36px;
  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 {
    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: 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: calc((100% - 1040px) / 2); } }
  .c-customers--transparent {
    background-color: transparent; }
    .c-customers--transparent img {
      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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-contact-form {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .c-contact-form {
      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 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: calc((100% - 1040px) / 2); } }
    @media (min-width: 900px) {
      .c-footer__section {
        padding-right: 80px; } }
    @media (min-width: 1200px) {
      .c-footer__section {
        padding-right: calc((100% - 1040px) / 2); } }
    .c-footer__section:last-of-type {
      border-bottom: none; }
  @media (min-width: 600px) {
    .c-footer__menus {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 900px) {
    .c-footer__menus {
      flex-wrap: nowrap; } }
  .c-footer__legal {
    padding-top: 35px;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 900px) {
      .c-footer__legal {
        display: flex;
        align-items: center;
        padding-top: 20px; } }
  .c-footer__copy, .c-footer .c-nav, .c-footer__social {
    flex: 0 0 auto; }
  .c-footer__separator {
    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: flex;
      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 {
        flex: 1 0 auto;
        width: 40%; } }
    @media (min-width: 900px) {
      .c-newsletter__form {
        flex: 0 0 auto; } }

.c-splitter {
  display: flex;
  flex-direction: column; }
  @media (min-width: 900px) {
    .c-splitter {
      flex-direction: row; } }
  .c-splitter__column {
    width: 100%;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px; }
    @media (min-width: 900px) {
      .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: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 900px) {
      .c-splitter--full-screen .c-splitter__column {
        min-height: auto; } }
    @media (min-width: 600px) {
      .c-splitter--full-screen .c-splitter__column {
        padding-left: calc((100% - 400px) / 2);
        padding-right: calc((100% - 400px) / 2); } }
    @media (min-width: 900px) {
      .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: 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: calc((100% - 1040px) / 2); } }
    @media (min-width: 900px) {
      .c-splitter--big .c-splitter__column {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (min-width: 900px) {
      .c-splitter--big .c-splitter__column--a {
        padding-right: 50px; } }
    @media (min-width: 900px) {
      .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: 900px) {
      .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: 900px) {
      .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 {
    width: 100%;
    max-width: 290px; }
  .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; }
  .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.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__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__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--no-padding {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0; }
    @media (min-width: 900px) {
      .c-overlay__content {
        width: 800px;
        height: 100%;
        overflow-y: visible;
        height: auto; } }
    @media (min-width: 900px) {
      .c-overlay__content {
        margin-top: 70px;
        margin-top: 10vh; } }
  .c-overlay__headline {
    margin-top: 0; }

.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: 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: 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(images/map-bg-gray.png);
    background-image: url(vectors/map-hq-pins.svg), url(images/map-bg-gray.png);
    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(vectors/map-hq-pins.svg), url(images/map-bg-gray.png);
        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.
      */
        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: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 600px) {
    .c-split-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .c-split-header__main {
    flex-grow: 0;
    flex-shrink: 1;
    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 {
      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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-coverage-map {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .c-coverage-map {
      padding-right: calc((100% - 1040px) / 2); } }
  .c-coverage-map__component {
    background-color: #EEEEEE;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center; }

.c-country__header {
  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;
    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;
  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("/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;
      border-top-left-radius: 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 {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          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("/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("/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 {
  flex-basis: 210px;
  flex-grow: 0;
  flex-shrink: 0;
  border-bottom-left-radius: 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 {
      flex-basis: auto; } }
  @media screen and (min-width: 43.6875em) {
    .c-map-widget.c-map-widget--updated-design .showresults-button.button {
      border-bottom-left-radius: 0;
      border-top-right-radius: 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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-page-intro {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .c-page-intro {
      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: flex;
  font-size: 14px;
  font-size: 0.875rem;
  flex-direction: column;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  color: #23262D; }
  @media (min-width: 900px) {
    .c-app-banner {
      flex-direction: row;
      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 {
      flex-direction: column;
      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 {
    order: 3;
    margin-bottom: 0; }
    @media (min-width: 900px) {
      .c-app-banner__illustration {
        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 {
        flex-grow: 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: flex; }
  .c-app-banner__cta {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    order: 2;
    padding-bottom: 10px; }
    @media (min-width: 900px) {
      .c-app-banner__cta {
        order: initial; } }
    .c-app-banner__cta h3 {
      font-size: 22px;
      font-size: 1.375rem;
      margin-top: 0;
      margin-bottom: 15px; }

.c-cta-split {
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    .c-cta-split {
      align-items: left;
      flex-direction: column;
      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 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    min-width: 290px; }
    @media (min-width: 600px) {
      .c-cta-split__cta {
        flex-basis: 100px; }
        .c-cta-split--short .c-cta-split__cta {
          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: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .c-media-assets__item {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .c-media-assets__item {
        width: calc(25% - 10px); } }
    @media (min-width: 900px) {
      .c-media-assets__item {
        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: flex;
    justify-content: 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(/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: flex; } }
  .c-media__figure {
    flex: 0 0 auto;
    max-width: 170px;
    margin-right: 20px;
    align-self: center; }
  .c-media__content {
    padding-top: 10px;
    align-self: center;
    max-width: 780px; }
  .c-media--narrow .c-media__content p {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.c-media-brands {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow-x: auto;
  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: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-media-brands {
      padding-right: 80px; } }
  @media (min-width: 1200px) {
    .c-media-brands {
      padding-right: calc((100% - 1040px) / 2); } }
  @media (min-width: 900px) {
    .c-media-brands {
      margin-top: 65px;
      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: flex;
  justify-content: space-between;
  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 {
    flex-basis: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px; }
  .c-report-excerpt__main {
    flex-grow: 1;
    margin-right: 10px;
    text-align: center;
    min-height: 40px; }
  .c-report-excerpt__cta {
    flex-basis: auto;
    flex-grow: 1;
    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 {
    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 {
      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: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    .c-report-overview {
      flex-direction: row; } }
  .c-report-overview__facts {
    background-color: #F6F6F6; }
    @media (min-width: 600px) {
      .c-report-overview__facts {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto; } }
  .c-report-overview__newsletter {
    background-color: #6E6E6E;
    color: #FFFFFF; }
    @media (min-width: 600px) {
      .c-report-overview__newsletter {
        flex-grow: 0;
        flex-shrink: 0;
        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: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .c-report-facts__item {
    text-align: center;
    flex-basis: 50%;
    margin-bottom: 25px; }
    @media (min-width: 900px) {
      .c-report-facts__item {
        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: flex;
    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; }
    .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 {
    position: absolute;
    top: 70px;
    left: 30px;
    max-width: 220px; }
  .c-winners-table table {
    width: 100%;
    min-width: 790px;
    border-collapse: collapse;
    margin-top: 150px; }
  .c-winners-table th {
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
    transform: translateX(50%) rotate(-45deg);
    -webkit-transform: translateX(50%) rotate(-45deg);
    -ms-transform: translateX(50%) rotate(-45deg);
    transform-origin: left;
    font-weight: 500; }
  .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;
    white-space: nowrap;
    padding-right: 22px;
    padding-left: 22px; }
  .c-winners-table__medal-cell {
    max-width: 4em; }
    .c-winners-table__medal-cell img {
      max-width: 30px; }
  .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;
  border-radius: 2px;
  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%;
  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-right: 25px;
    padding-left: 25px;
    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;
  border-radius: 2px;
  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%;
  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;
  border-radius: 50%;
  background-color: transparent;
  transform: rotate(45deg); }

.table-popover--close-icon::before,
.table-popover--close-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background-color: currentColor;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 0; }

.table-popover--close-icon::after {
  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: flex;
  overflow-x: auto; }
  .c-tabs__toggles {
    flex-grow: 0;
    flex-shrink: 0;
    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; }
  .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: flex;
    align-items: center; }
  .c-tabs__graph {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 400px; }
    @media (min-width: 900px) {
      .c-tabs__graph {
        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: flex;
  flex-direction: column; }
  @media (min-width: 900px) {
    .c-metric {
      flex-direction: row; } }
  .c-metric--centered {
    display: block; }
    .c-metric--centered .c-metric__description {
      max-width: 730px;
      padding-right: 0; }
  .c-metric__description {
    flex-grow: 0;
    flex-shrink: 0; }
    @media (min-width: 900px) {
      .c-metric__description {
        flex-basis: 310px;
        padding-right: 45px; } }
  .c-metric__graph {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto; }

.graph-headers {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.graph-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500; }

.map-headers .graph-title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto; }

.graph-share {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  cursor: pointer;
  height: 100%;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  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;
  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: inline-flex;
  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;
  max-width: 225px;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
  z-index: 20; }

.dropdown:hover {
  box-shadow: none; }

.dropdown:hover .dropbtn img {
  transform: rotate(180deg); }

.dropdown-content {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  min-width: 200px;
  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: flex;
  align-items: center;
  height: 35px;
  position: relative; }

.dropdown-content .dropdown-selected {
  position: absolute;
  left: 2px;
  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: flex;
    justify-content: space-between;
    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: 11px;
    right: 10px; }

#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; }
