@import url(https://fonts.googleapis.com/css?family=Barlow:400,500,600&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap);/*! 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.
 */

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 {
  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 {
  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] {
  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;
}

body {
  font-family: "Barlow", sans-serif;
}

.clearfix {
  clear: both;
}

@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .show-mobile {
    display: block !important;
  }
}

.orange-bg {
  background: #FF8258;
  height: 540px;
}

.container {
  width: auto;
  max-width: 780px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.wide-container {
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.wide-container::after {
  content: "";
  display: table;
  clear: both;
}

header {
  width: 100%;
  display: block;
}

@media screen and (max-width: 600px) {
  header {
    width: 90%;
    margin: 0 auto;
  }
}

header ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  header ul {
    margin-top: -12px;
    display: none;
    text-align: right;
    margin-top: 10px;
  }
}

header ul li {
  display: inline-block;
}

header ul li.logo img {
  height: 36px;
}

@media screen and (max-width: 600px) {
  header ul li.logo {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  header ul li {
    display: block;
    border-bottom: 1px solid #00000010;
  }

  header ul li:last-child {
    border-bottom: 0;
  }
}

header ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 20px 15px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 32px;
}

@media screen and (max-width: 600px) {
  header ul li a {
    display: block;
    padding: 5px 0px;
    margin-right: 20px;
  }
}

header .logo-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  header .logo-mobile {
    display: block;
    text-align: left;
    padding-top: 20px;
    display: border-box;
  }

  header .logo-mobile img {
    height: 36px;
  }
}

header .logo-mobile .menu-btn {
  border: 0;
  border-radius: 2px;
  background: transparent;
  outline: 0;
  color: #fff;
  padding: 5px 10px;
  float: right;
  cursor: pointer;
}

header .logo-mobile .menu-btn img {
  vertical-align: middle;
  margin-left: 5px;
  height: 12px;
}

.jumbo {
  text-align: center;
  margin-top: 70px;
  padding-top: 70px;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@media screen and (max-width: 600px) {
  .jumbo {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.jumbo h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .jumbo h1 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.jumbo h1 a {
  color: inherit;
  text-decoration: none;
}

.jumbo p {
  font-size: 13px;
  color: #fff;
  opacity: 0.7;
  max-width: 367px;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .jumbo p {
    max-width: 280px;
  }
}

.tool {
  margin-top: 67px;
  background: #FFFFFF;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.tool nav {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}

.tool nav .left-btn {
  position: absolute;
  left: -12.5px;
  top: 10px;
}

.tool nav .right-btn {
  position: absolute;
  right: -12.5px;
  top: 10px;
}

.tool nav a {
  font-size: 14px;
  color: #9AA0AF;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 12px;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
}

.tool nav a.active {
  border-bottom: 3px solid #FB7F56;
}

.tool nav a.active:hover {
  border-bottom: 3px solid #FB7F56;
}

.tool nav a:hover {
  border-bottom: 3px solid #EEEEEE;
}

.tool .display {
  text-align: center;
  padding: 10px;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.tool .display .small {
  font-size: 13px;
  color: #9C9FA7;
  font-family: "Roboto Mono", monospace;
}

.tool .display .big {
  font-size: 25px;
  color: #595F6B;
  margin-top: 3px;
}

.tool .display .big-conversion {
  font-size: 32px;
  color: #595F6B;
  margin-top: 3px;
  margin-bottom: 10px;
}

.tool .controls {
  padding: 5px 50px;
}

@media screen and (max-width: 600px) {
  .tool .controls {
    padding: 5px 20px;
  }
}

.tool .controls .inputs .input {
  float: left;
  clear: none;
  text-align: inherit;
  width: 45.3333333333%;
  margin-left: 0%;
  margin-right: 0%;
}

.tool .controls .inputs .input::after {
  content: "";
  display: table;
  clear: both;
}

.tool .controls .inputs .input:last-child {
  margin-right: 0%;
}

.tool .controls .inputs .input:first-child {
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
}

.tool .controls .inputs .input:nth-child(3) {
  -webkit-animation: 1s ease-out 0s 1 slideInFromRight;
          animation: 1s ease-out 0s 1 slideInFromRight;
}

.tool .controls .inputs .input .input-wrapper {
  position: relative;
}

.tool .controls .inputs .input input {
  border-radius: 3px;
  border: 1px solid #CCD0D8;
  outline: 0;
  height: 40px;
  font-size: 15px;
  font-family: "Roboto Mono", monospace;
  box-shadow: 0 1px 3px 0 rgba(214, 217, 224, 0.35);
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.tool .controls .inputs .input .type {
  position: absolute;
  right: 2px;
  top: 3px;
  color: #9C9FA7;
  font-size: 13px;
  font-family: "Roboto Mono", monospace;
  background: white;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .tool .controls .inputs .input .type span {
    display: none;
  }
}

.tool .controls .inputs .input .type-long {
  margin-top: 5px;
  color: #9C9FA7;
  font-size: 13px;
  font-family: "Roboto Mono", monospace;
}

.tool .controls .inputs .input-switch {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.3333333333%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}

.tool .controls .inputs .input-switch::after {
  content: "";
  display: table;
  clear: both;
}

.tool .controls .inputs .input-switch:last-child {
  margin-right: 0%;
}

.tool .controls .inputs .input-switch .switch {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.tool .controls .inputs .input-switch .switch img {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .tool .controls .inputs .input-switch .switch img {
    width: 32px;
    margin-top: 5px;
  }
}

.tool .controls .selects {
  margin-top: 25px;
}

.tool .controls .selects .select-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 45.5%;
  margin-left: 0%;
  margin-right: 9%;
}

.tool .controls .selects .select-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.tool .controls .selects .select-wrapper:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  .tool .controls .selects .select-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .tool .controls .selects .select-wrapper::after {
    content: "";
    display: table;
    clear: both;
  }

  .tool .controls .selects .select-wrapper:last-child {
    margin-right: 0%;
  }
}

.tool .controls .selects .select-wrapper:first-child {
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
}

.tool .controls .selects .select-wrapper:nth-child(2) {
  -webkit-animation: 1s ease-out 0s 1 slideInFromRight;
          animation: 1s ease-out 0s 1 slideInFromRight;
}

.tool .controls .selects .select-wrapper .select {
  border: 1px solid #E6E9F0;
  border-radius: 3px;
  height: 239px;
  padding: 15px;
  overflow-y: auto;
}

.tool .controls .selects .select-wrapper .select .select-item {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #9AA0AF;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}

.tool .controls .selects .select-wrapper .select .select-item:first-child {
  margin-top: 0;
}

.tool .controls .selects .select-wrapper .select .select-item:hover {
  cursor: pointer;
}

.tool .controls .selects .select-wrapper .select .select-item:hover .select-name {
  border-bottom: 1px solid #FF8258;
  padding: 4px 10px;
  border-radius: 50px;
  color: #fff;
}

.tool .controls .selects .select-wrapper .select .select-item .select-name {
  display: inline-block;
  transition: 0.3s;
  padding: 4px;
}

@media screen and (max-width: 600px) {
  .tool .controls .selects .select-wrapper .select .select-item .select-name {
    max-width: 100px;
  }
}

.tool .controls .selects .select-wrapper .select .select-item .select-name.active {
  background: #FF8258;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  box-sizing: border-box;
}

.tool .controls .selects .select-wrapper .select .select-item .select-symbol {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .tool-container {
    padding: 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 600px) {
  .cards {
    padding: 20px 15px;
  }
}

.cards .card {
  background: #fff;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32%;
  margin-left: 0%;
  margin-right: 2%;
  border: 1px solid #E6E9F0;
  box-sizing: border-box;
  border-radius: 3px;
  border-top: 4px solid #FF8258;
  padding: 20px 10px;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
}

.cards .card::after {
  content: "";
  display: table;
  clear: both;
}

.cards .card:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  .cards .card {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .cards .card:first-child {
    margin-left: auto;
  }

  .cards .card:last-child {
    margin-right: auto;
  }
}

.cards .card h1 {
  text-align: center;
  color: #B6B9C0;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}

.cards .card ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.cards .card ul.two-col {
  -moz-column-count: 2;
       column-count: 2;
}

.cards .card ul li a {
  font-family: "Roboto Mono", monospace;
  color: #595F6B;
  font-size: 13px;
  text-decoration: underline;
  padding: 10px 0px;
  display: block;
}

footer {
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  box-sizing: border-box;
  padding: 20px;
}

footer .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
  box-sizing: border-box;
}

footer .col::after {
  content: "";
  display: table;
  clear: both;
}

footer .col:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  footer .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  footer .col:first-child {
    margin-left: auto;
  }

  footer .col:last-child {
    margin-right: auto;
  }
}

footer .col img {
  height: 36px;
}

footer .col .conversions h1 {
  font-size: 20px;
  color: #595F6B;
  margin: 0;
}

footer .col .conversions p {
  color: #9C9FA7;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
}

footer .col ul {
  list-style: none;
}

@media screen and (max-width: 600px) {
  footer .col ul {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  footer .col ul li {
    display: inline;
  }
}

footer .col ul li a {
  float: right;
  margin-right: 30px;
  display: inline-block;
  color: #9AA0AF;
}

@media screen and (max-width: 600px) {
  footer .col ul li a {
    float: none;
  }
}

.content-container {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #595F6B;
}

.boxes {
  margin-top: 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.boxes a {
  text-decoration: none;
  display: block;
}

.boxes a h1 {
  text-decoration: none;
}

.boxes .box {
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 10px 11px 1px rgba(0, 0, 0, 0.05);
  padding: 50px 20px;
  margin-top: 20px;
}

.boxes .box .accent {
  width: 40px;
  height: 4px;
  background: #eee;
  margin: 0 auto;
  border-radius: 50px;
}

.boxes .box a {
  text-decoration: none;
}

.boxes .box h1 {
  font-size: 22px;
  color: #595F6B;
  text-decoration: none;
}

.boxes .box .units a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #9AA0AF;
  padding: 5px 10px;
  border-radius: 50px;
  color: #9AA0AF;
  font-size: 13px;
  margin: 2px;
}

.boxes .box .units a:first-child {
  display: none;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.settings {
  text-align: right;
}

.settings h1 {
  font-size: 13px !important;
  font-weight: 200 !important;
  color: #9C9FA7;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

.settings button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
}

.settings input {
  outline: 0;
  border-radius: 3px;
  border: 1px solid #CCD0D8;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(214, 217, 224, 0.35);
}

.dropbtn {
  outline: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 147px;
  border-radius: 3px;
  border: 1px solid #CCD0D8;
  padding: 12px 16px;
  box-sizing: border-box;
  right: 15px;
  z-index: 1;
}

.show {
  display: block;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
}

.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
  text-align: center;
}

.alert-secondary {
  color: #5a5753;
  background-color: #efedec70;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbdcfa;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9ebef5;
}

.table-hover .table-primary:hover {
  background-color: #b4ccf8;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4ccf8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e8eaed;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-secondary:hover {
  background-color: #dadde2;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dadde2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8ebd8;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7bdab7;
}

.table-hover .table-success:hover {
  background-color: #a4e5cd;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e5cd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbe8cd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f7d4a3;
}

.table-hover .table-warning:hover {
  background-color: #f9ddb5;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9ddb5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4cfce;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eba6a3;
}

.table-hover .table-danger:hover {
  background-color: #efbbb9;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efbbb9;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.1);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

table,
.table {
  font-size: 0.930125rem;
}

.sidebar {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

@media screen and (max-width: 600px) {
  .sidebar {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar:first-child {
    margin-left: auto;
  }

  .sidebar:last-child {
    margin-right: auto;
  }
}

.sidebar::after {
  content: "";
  display: table;
  clear: both;
}

.sidebar:last-child {
  margin-right: 0%;
}

.main-place {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}

@media screen and (max-width: 600px) {
  .main-place {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-place:first-child {
    margin-left: auto;
  }

  .main-place:last-child {
    margin-right: auto;
  }
}

.main-place::after {
  content: "";
  display: table;
  clear: both;
}

.main-place:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  .conversions-table-links {
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
}

.conversions-table-links a {
  text-align: right;
  font-size: 20px;
  text-decoration: none;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  color: #595F6B;
  display: block;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  margin-top: 4px;
}

@media screen and (max-width: 600px) {
  .conversions-table-links a {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .conversions-table-links a {
    margin-top: 0px;
    margin-right: 10px;
  }
}

.conversions-table-links a img {
  max-width: 25px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  margin-left: 5px;
  box-sizing: border-box;
  text-align: center;
  padding-left: 10px;
}

#units-table {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
}

#units-table table {
  padding: 10px;
}

.separator {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  height: 50px;
  text-align: center;
}

.separator .section-title {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #FF8258;
  box-sizing: border-box;
  top: -10px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
}

.separator .line {
  height: 1px;
  width: 100%;
  background: #E6E9F0;
  margin-top: -14px;
}

.def-part {
  margin-top: -40px;
}

.def-part .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.def-part .col::after {
  content: "";
  display: table;
  clear: both;
}

.def-part .col:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  .def-part .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .def-part .col:first-child {
    margin-left: auto;
  }

  .def-part .col:last-child {
    margin-right: auto;
  }
}

.def-part .col h1 {
  font-size: 19px;
  font-weight: 400;
  color: #595F6B;
}

.def-part .col p {
  color: #9AA0AF;
  font-size: 18px;
}

.accent-top {
  height: 5px;
  background: #FF8258;
  display: inline-block;
  width: 40px;
  border-radius: 5px;
}

.formula-part {
  padding: 20px;
  box-sizing: border-box;
  margin-top: -30px;
}

.formula-part p {
  font-size: 18px;
  color: #9AA0AF;
}

.formula-part .formula-box {
  background: rgba(230, 233, 240, 0.1);
  border: 1px solid #E6E9F0;
  border-radius: 3px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px !important;
  color: #656A77;
  margin-top: 13px;
  font-family: "Roboto Mono", monospace;
}

.formula-part .col1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
}

.formula-part .col1::after {
  content: "";
  display: table;
  clear: both;
}

.formula-part .col1:last-child {
  margin-right: 0%;
}

.formula-part .col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}

.formula-part .col2::after {
  content: "";
  display: table;
  clear: both;
}

.formula-part .col2:last-child {
  margin-right: 0%;
}

.example-formula {
  text-align: left !important;
  padding: 15px !important;
}

.example-formula p {
  margin: 0;
  color: #656A77;
}

.example-formula p span {
  color: #A5A9B2;
}

.example-formula p span.nr {
  color: #FF8258;
}

.example-formula p span.blue {
  color: #51BFFF;
}

.def-part table {
  width: 100%;
  border: 1px solid #E6E9F0;
  border-collapse: collapse;
}

.def-part table a {
  color: #9AA0AF !important;
}

.def-part table thead {
  border-bottom: 1px solid #E6E9F0;
}

.def-part table thead th {
  color: #9AA0AF;
}

.def-part table th,
.def-part table td {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.related-articles .article {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}

.related-articles .article::after {
  content: "";
  display: table;
  clear: both;
}

.related-articles .article:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  .related-articles .article {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .related-articles .article:first-child {
    margin-left: auto;
  }

  .related-articles .article:last-child {
    margin-right: auto;
  }
}

.related-articles .article img {
  width: 100%;
}

.related-articles .article p {
  color: #9AA0AF;
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.related-articles .article a {
  text-decoration: none;
}

.related-articles .article h1 {
  font-size: 18px;
  color: #595F6B;
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.related-articles .article a.readmore {
  font-size: 13px;
  color: #328BFF;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.related-articles .article .accent-top {
  width: 100%;
}

.article-jumbo {
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 100px;
}

.article-jumbo::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .article-jumbo {
    margin-top: 50px;
  }
}

.article-jumbo .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.article-jumbo .col::after {
  content: "";
  display: table;
  clear: both;
}

.article-jumbo .col:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 600px) {
  .article-jumbo .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .article-jumbo .col:first-child {
    margin-left: auto;
  }

  .article-jumbo .col:last-child {
    margin-right: auto;
  }
}

.article-jumbo h1 {
  color: #fff;
  font-weight: 200;
  margin: 0;
  padding: 0;
  font-size: 35px;
}

.article-jumbo h1 a {
  text-decoration: none;
  color: inherit;
}

.article-jumbo p {
  color: #ffffff70;
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.article-jumbo img {
  height: 219px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: -30px;
}

@media screen and (max-width: 600px) {
  .article-jumbo img {
    margin-top: 20px;
  }
}

.article-cont {
  width: auto;
  max-width: 780px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  color: #617085;
  margin-top: 30px;
  font-family: "Jomolhari", serif;
  padding: 20px;
  box-sizing: border-box;
  line-height: 30px;
}

.article-cont::after {
  content: "";
  display: table;
  clear: both;
}

.smartsearch {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  margin-bottom: -25px;
}

@media screen and (max-width: 600px) {
  .smartsearch {
    padding: 10px;
    box-sizing: border-box;
  }
}

.smartsearch .searchbox {
  position: relative;
}

.smartsearch .searchbox img {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 20px;
}

.smartsearch input {
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  color: #000;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 12px 10px;
}

.smartsearch input::-webkit-input-placeholder {
  /* Edge */
  color: #FF571F;
}

.smartsearch input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FF571F;
}

.smartsearch input::-moz-placeholder {
  color: #FF571F;
}

.smartsearch input::-ms-input-placeholder {
  color: #FF571F;
}

.smartsearch input::placeholder {
  color: #FF571F;
}

.smartsearch .smart-content {
  border-radius: 5px;
  border-top: 2px solid #FF8258;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 225px;
  overflow-y: auto;
}

@media screen and (max-width: 600px) {
  .smartsearch .smart-content {
    width: 96%;
    box-sizing: border-box;
  }
}

.search-conv {
  padding: 10px 5px;
  border-bottom: 1px solid #FF571F45;
}

.search-conv:hover {
  background: #eee;
  border-radius: 5px;
}

.search-conv .search-info {
  font-size: 17px;
  margin-bottom: 5px;
}

.search-conv .search-info span {
  color: #FF571F;
}

.search-conv .search-result {
  font-size: 19px;
  font-weight: bold;
  opacity: 0.8;
}

