/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-family: 'Inter', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif; } }

a {
  text-decoration: none;
  color: inherit; }

.container {
  width: auto;
  max-width: 937px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container::after {
    content: '';
    display: table;
    clear: both; }

.green-container {
  background: #50E3C2;
  margin: 30px;
  border-radius: 3px;
  padding-bottom: 71px; }
  @media screen and (max-width: 600px) {
    .green-container {
      margin: 5px;
      padding-bottom: 5px; } }
  .green-container .brand {
    padding-top: 40px;
    color: #304B38;
    font-size: 15px; }
    @media screen and (max-width: 600px) {
      .green-container .brand {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .green-container .brand img {
      vertical-align: middle; }
  .green-container .header .intro {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding-top: 45px; }
    .green-container .header .intro::after {
      content: '';
      display: table;
      clear: both; }
    .green-container .header .intro:last-child {
      margin-right: 0%; }
    @media screen and (max-width: 600px) {
      .green-container .header .intro {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        text-align: center; }
        .green-container .header .intro:first-child {
          margin-left: auto; }
        .green-container .header .intro:last-child {
          margin-right: auto; } }
    .green-container .header .intro h1 {
      color: #304B38;
      font-family: 'Quicksand', sans-serif;
      font-size: 30px; }
    .green-container .header .intro p {
      color: #304B38;
      font-size: 15px; }
  .green-container .header .tool {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .green-container .header .tool::after {
      content: '';
      display: table;
      clear: both; }
    .green-container .header .tool:last-child {
      margin-right: 0%; }
    @media screen and (max-width: 600px) {
      .green-container .header .tool {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .green-container .header .tool:first-child {
          margin-left: auto; }
        .green-container .header .tool:last-child {
          margin-right: auto; } }
    .green-container .header .tool .card {
      background: #fff;
      border-top: 4px solid #42B49A;
      border-radius: 4px;
      -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05); }
      .green-container .header .tool .card p.card-intro {
        color: #B2B2B2;
        font-size: 15px;
        padding: 0;
        margin: 0;
        padding: 35px;
        padding-top: 25px;
        padding-bottom: 25px; }
        @media screen and (max-width: 600px) {
          .green-container .header .tool .card p.card-intro {
            text-align: center; } }
      .green-container .header .tool .card .divider {
        width: 100%;
        height: 1px;
        background: #eee; }
      .green-container .header .tool .card .toolset {
        padding: 36px;
        padding-top: 23px;
        padding-bottom: 20px; }
        @media screen and (max-width: 600px) {
          .green-container .header .tool .card .toolset {
            padding: 20px; } }
        .green-container .header .tool .card .toolset p {
          font-size: 15px;
          color: #B2B2B2;
          margin: 0;
          padding: 0; }
        .green-container .header .tool .card .toolset h1 {
          font-size: 22px;
          color: #304B38;
          font-weight: 400;
          margin: 0;
          padding: 0;
          margin-top: 5px; }
        .green-container .header .tool .card .toolset form {
          margin-top: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative; }
          .green-container .header .tool .card .toolset form img {
            padding-bottom: 11px; }
          .green-container .header .tool .card .toolset form .from-to {
            width: 160px;
            display: inline-block;
            position: relative; }
            .green-container .header .tool .card .toolset form .from-to select {
              position: absolute;
              top: 5px;
              right: 5px;
              border: 1px solid #DADADA;
              background: #fff;
              outline: 0;
              height: 35px;
              border-radius: 5px;
              font-size: 12px; }
            .green-container .header .tool .card .toolset form .from-to input {
              width: 100%;
              height: 45px;
              border: 1px solid #DADADA;
              border-radius: 5px;
              outline: 0;
              padding-left: 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .green-container .header .tool .card .toolset form .from-to input:hover {
                border-color: #50E3C2; }
              .green-container .header .tool .card .toolset form .from-to input:focus {
                border-color: #50E3C2; }
            .green-container .header .tool .card .toolset form .from-to p {
              font-size: 10px;
              margin-top: 5px; }

.btn-copy {
  text-transform: uppercase;
  color: #50E3C2;
  font-size: 13px;
  text-decoration: none;
  float: right;
  margin-top: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .btn-copy {
      float: none;
      display: block;
      margin: 0 auto;
      text-align: center;
      margin-top: 15px; } }

.clearfix {
  clear: both; }

@media screen and (max-width: 600px) {
  .body {
    padding: 10px; } }

.body h1 {
  color: #304B38;
  font-size: 22px;
  font-family: 'Quicksand', sans-serif; }

.body p {
  color: #304B38;
  font-size: 15px;
  line-height: 30px; }

.body .source {
  font-size: 13px;
  color: #949E97;
  margin: 0;
  padding: 0; }
  .body .source a {
    color: #358EFF; }

.body .main {
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.08333%;
  margin-left: 0%;
  margin-right: 3%; }
  .body .main::after {
    content: '';
    display: table;
    clear: both; }
  .body .main:last-child {
    margin-right: 0%; }
  @media screen and (max-width: 600px) {
    .body .main {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .body .main:first-child {
        margin-left: auto; }
      .body .main:last-child {
        margin-right: auto; } }

.body .sidebar {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91667%;
  margin-left: 0%;
  margin-right: 3%; }
  .body .sidebar::after {
    content: '';
    display: table;
    clear: both; }
  .body .sidebar:last-child {
    margin-right: 0%; }
  @media screen and (max-width: 600px) {
    .body .sidebar {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .body .sidebar:first-child {
        margin-left: auto; }
      .body .sidebar:last-child {
        margin-right: auto; } }

.center-text {
  text-align: center; }

table {
  width: 100%;
  border-collapse: collapse; }
  table thead {
    font-size: 14px;
    color: #BBBFCD;
    font-weight: 200;
    font-family: 'Roboto Mono', monospace;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px; }
    table thead th {
      align: center;
      line-height: 30px; }
  table tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent; }
  table tbody tr {
    text-align: center;
    color: #304B38;
    font-family: 'Roboto Mono', monospace;
    font-size: 15px; }
    table tbody tr td {
      line-height: 40px; }

.latest-searches {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #BBBFCD;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px; }
  .latest-searches li {
    margin-top: 15px; }
  .latest-searches span {
    color: #304B38; }

footer {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-top: 1px solid #eee; }
  footer .footer-brand {
    float: left; }
    @media screen and (max-width: 600px) {
      footer .footer-brand {
        float: none;
        text-align: center;
        margin-bottom: 15px; } }
    footer .footer-brand img {
      vertical-align: middle; }
  footer .footer-navigation {
    text-align: right;
    float: right; }
    @media screen and (max-width: 600px) {
      footer .footer-navigation {
        float: none;
        text-align: center; } }
    footer .footer-navigation a {
      color: #304B38;
      font-size: 15px;
      text-decoration: underline;
      margin-left: 15px; }

.well {
  background: #FCFDFD;
  border: 1px solid #E7E9F0;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  color: #BBBFCD; }

.conversions h1.title {
  color: #BBBFCD;
  font-size: 14px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 200; }

.conversions .main-conversions, .conversions .other-conversions {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #6F7772; }
  .conversions .main-conversions strong, .conversions .other-conversions strong {
    color: #2E4B36; }
  .conversions .main-conversions li, .conversions .other-conversions li {
    margin-top: 10px; }

.conversions .main-conversions {
  font-size: 22px; }

.conversions .other-conversions {
  font-size: 18px !important; }

.clearfix {
  display: block;
  clear: both; }

.other-convs {
  clear: both;
  display: block; }
  .other-convs .conv-card {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px; }
    .other-convs .conv-card::after {
      content: '';
      display: table;
      clear: both; }
    .other-convs .conv-card:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .other-convs .conv-card:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .other-convs .conv-card:nth-child(2n + 1) {
      clear: both; }
    @media screen and (max-width: 600px) {
      .other-convs .conv-card {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .other-convs .conv-card:first-child {
          margin-left: auto; }
        .other-convs .conv-card:last-child {
          margin-right: auto; } }
    .other-convs .conv-card h3 {
      color: #BBBFCD;
      font-size: 14px;
      font-family: 'Roboto Mono', monospace;
      margin: 0;
      padding: 0; }
    .other-convs .conv-card h1 {
      color: #2F4B37;
      font-size: 20px;
      font-family: 'Quicksand', sans-serif;
      margin: 0;
      padding: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
    .other-convs .conv-card h2 {
      color: #6F7772;
      font-size: 18px;
      font-family: 'Quicksand', sans-serif;
      margin: 0;
      padding: 0; }
