@import url(../../fonts/foundation-icons/foundation-icons.css);
html {
  box-sizing: border-box; }

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "univers-condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/univers-condensed/regular/universltstd-cn.eot?#iefix") format("embedded-opentype"), url("../../fonts/univers-condensed/regular/universltstd-cn.woff") format("woff"), url("../../fonts/univers-condensed/regular/universltstd-cn.ttf") format("truetype"), url("../../fonts/univers-condensed/regular/universltstd-cn.svg#univers-condensed") format("svg"); }

@font-face {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../../fonts/foundation-icons/foundation-icons.svg#foundation-icons") format("svg"); }

body {
  font: 16px "univers-condensed", "helvetica neue", helvetica, sans-serif; }

div {
  box-sizing: border-box; }

a.button {
  text-decoration: none;
  margin: 0; }

.button {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.75rem 1rem 0.5rem;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #78ba2f;
  color: #fefefe;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #fefefe;
    border-left-style: solid;
    border-right-width: 0;
    display: inline-block;
    margin-left: 0.375rem; }

[data-whatinput='mouse'] .button {
  outline: 0; }

.button:hover, .button:focus {
  background-color: #64a300;
  color: #fefefe; }

.button.tiny {
  font-size: 0.6rem; }

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

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

#rig-count, #rig-count-widget, #data-error {
  height: 250px;
  width: 300px;
  overflow: hidden;
  position: relative; }

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#data-error {
  background-color: #393939;
  color: #ccc;
  text-align: center;
  white-space: nowrap; }
  #data-error p {
    margin-bottom: 0.625rem; }

#rig-count-widget {
  background: #fff; }
  #rig-count-widget h1, #rig-count-widget p {
    font-size: 1rem;
    margin: 0;
    font-weight: normal; }
  #rig-count-widget .stat {
    padding-top: 0.3125rem;
    font-size: 4.125rem;
    line-height: 1;
    color: #78ba2f;
    margin-bottom: -0.625rem; }
  #rig-count-widget .pct {
    font-size: 1.8125rem; }
    #rig-count-widget .pct i {
      border-radius: 50%;
      width: 1.5625rem;
      height: 1.5625rem;
      font-size: 0.75rem;
      display: inline-block;
      text-align: center;
      padding: 0.125rem;
      line-height: 1.4;
      margin-left: 0.625rem;
      position: relative;
      top: -0.375rem; }
    #rig-count-widget .pct .dec i {
      border: 4px solid #e94343; }
    #rig-count-widget .pct .inc i {
      border: 4px solid #76b72e; }
    #rig-count-widget .pct .fi-arrow-down {
      color: #e94343; }
    #rig-count-widget .pct .fi-arrow-up {
      color: #76b72e; }
  #rig-count-widget .interval {
    font-size: 0.6875rem; }
  #rig-count-widget .overview-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/rig.svg"), linear-gradient(#8b8b8b, #4f4f4f);
    background-position: 2% bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: 77px 155px, auto;
    padding: 35px 20px;
    color: #fff;
    position: relative; }
    #rig-count-widget .overview-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    #rig-count-widget .overview-wrapper .data {
      float: left;
      display: block;
      width: 59.70863%;
      position: relative;
      text-align: center;
      padding-right: 1.25rem; }
      #rig-count-widget .overview-wrapper .data:last-child {
        width: 57.35098%; }
      #rig-count-widget .overview-wrapper .data .vert {
        width: 1px;
        position: absolute;
        background: #fff;
        top: 0.3125rem;
        bottom: 0.3125rem;
        right: 0; }
    #rig-count-widget .overview-wrapper .delta {
      float: left;
      display: block;
      width: 34.11922%;
      padding-left: 1.25rem; }
      #rig-count-widget .overview-wrapper .delta:last-child {
        width: 31.76157%; }
  #rig-count-widget .info-bar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    vertical-align: middle; }
    #rig-count-widget .info-bar::after {
      clear: both;
      content: "";
      display: table; }
    #rig-count-widget .info-bar .logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      padding: 1.5625rem 0.625rem 0.625rem 0;
      text-align: right; }
      #rig-count-widget .info-bar .logo:last-child {
        margin-right: 0; }
      #rig-count-widget .info-bar .logo img {
        width: 85%; }
    #rig-count-widget .info-bar .cta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      padding: 1.25rem 0.9375rem 0 0;
      text-align: right; }
      #rig-count-widget .info-bar .cta:last-child {
        margin-right: 0; }
