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: 'icomoon';
  src: url("../fonts/icomoon.eot?a200dy");
  src: url("../fonts/icomoon.eot?a200dy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?a200dy") format("truetype"), url("../fonts/icomoon.woff?a200dy") format("woff"), url("../fonts/icomoon.svg?a200dy#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-bitcoin-solid:before {
  content: "\e916";
}

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

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

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

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

.icon-down-arrow:before {
  content: "\e906";
}

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

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

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

.icon-up-arrow:before {
  content: "\e90a";
}

.icon-chevron-thin-right:before {
  content: "\e91f";
}

.icon-chevron-thin-left:before {
  content: "\e919";
}

.icon-news-paper:before {
  content: "\e915";
}

.icon-time:before {
  content: "\e912";
}

.icon-bookmark:before {
  content: "\e917";
}

.icon-grid:before {
  content: "\e914";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e911";
}

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

.icon-spinner:before {
  content: "\e90c";
}

.icon-social-facebook:before {
  content: "\e90f";
}

.icon-clipboard:before {
  content: "\e90e";
}

.icon-at-sign:before {
  content: "\e905";
}

.icon-info:before {
  content: "\e901";
}

.icon-dollar:before {
  content: "\e913";
}

.icon-bitcoin:before {
  content: "\e90b";
}

.header {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}

.search__wrapper {
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}

@media only screen and (max-width: 400px) {
  .search__wrapper {
    margin: 0;
  }
}

.search__input {
  font-family: "Poppins", sans-serif;
  border: 1px solid #e5e7f1;
  border-radius: 20px;
  padding: 7px 5px 7px 30px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search__input::-webkit-input-placeholder {
  color: #bcc0cd;
}

.search__input:-ms-input-placeholder {
  color: #bcc0cd;
}

.search__input::-ms-input-placeholder {
  color: #bcc0cd;
}

.search__input::placeholder {
  color: #bcc0cd;
}

.search__input:focus {
  -webkit-box-shadow: 0 0 3px 1px #2971cf;
          box-shadow: 0 0 3px 1px #2971cf;
}

.search__submit {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  font-size: 16px;
  color: #bcc0cd;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.search__submit:hover {
  color: #2971cf;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: #2971cf;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  background-color: #f1f2f8;
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  color: #3f4047;
}

#wrapper {
  position: relative;
}

#site-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-logo__wrapper {
  display: block;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .site-logo__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 800px) {
  .footer .site-logo__wrapper {
    min-height: 60px;
  }
}

.sidebar .site-logo__wrapper {
  background-image: url("../images/BitcoinX-logo.png");
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 950px) {
  .sidebar .site-logo__wrapper {
    background-image: url("../images/small-logo.png");
  }
}

.sidebar .site-logo__wrapper a {
  width: 50%;
  height: 60px;
  display: block;
}

.sidebar .site-logo__wrapper a img {
  display: none;
}

.menu__toggle {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #8899ae;
  font-size: 18px;
  margin-top: 2px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .menu__toggle {
    margin-left: 0;
  }
}

.menu__toggle:hover {
  color: #2971cf;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 45px;
}

.footer .social-icons {
  margin-right: auto;
  margin-left: 80px;
}

@media only screen and (max-width: 1580px) {
  .footer .social-icons {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 930px) {
  .footer .social-icons {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1120px) {
  .header .social-icons {
    display: none;
  }
}

.social-icons__item {
  margin: 0 7px;
}

.footer .social-icons__item {
  margin: 0 13px;
}

@media only screen and (max-width: 1430px) {
  .footer .social-icons__item {
    margin: 0 7px;
  }
}

.social-icons__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #bcc0cd;
  border: 1px solid #e9ebf5;
  width: 39px;
  height: 39px;
  border-radius: 50%;
}

.footer .social-icons__link {
  color: #144e95;
  border: 2px solid #144e95;
}

.footer .social-icons__link:hover {
  color: #2971cf;
  border-color: #2971cf;
}

.social-icons__link:hover {
  border-color: #2971cf;
}

.social-icons__link .icon-social-facebook {
  font-size: 1.5em;
}

.social-icons__link .icon-twitter {
  font-size: 0.8em;
}

.banner--top {
  text-align: center;
  width: 100%;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .banner--top {
    margin-right: 0;
    margin-top: 10px;
  }
}

.banner--sidebar {
  text-align: center;
  margin: 40px 15px 0 15px;
  overflow: hidden;
}

@media only screen and (max-width: 950px) {
  .banner--sidebar {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .banner--sidebar img {
    max-height: 220px;
  }
}

.banner--large img {
  width: 100%;
  max-width: 728px;
  min-height: 40px;
}

.banner--small img {
  width: 468px;
  height: 60px;
  max-width: 100%;
}

.banner--xsmall img {
  width: 250px;
  height: 250px;
  max-width: 100%;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 100%;
}

.main__wrapper {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content {
  width: 100%;
}

.content__wrapper {
  padding: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .content__wrapper {
    padding: 25px;
  }
}

.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1;
  width: 350px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(72, 111, 201, 0.05);
          box-shadow: 0 0 15px rgba(72, 111, 201, 0.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .sidebar {
    width: 250px;
  }
}

@media only screen and (max-width: 950px) {
  .sidebar {
    width: 80px;
  }
}

.footer__nav .nav__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 800px) {
  .footer__nav .nav__section {
    padding-top: 20px;
  }
}

.nav__section .ui-menu-divider {
  border-color: #8899ae;
  margin: 40px 35px 40px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 950px) {
  .nav__section .ui-menu-divider {
    margin: 40px 0;
  }
}

.nav__section.ui-widget.ui-widget-content {
  border: none;
}

.nav__sub-section.ui-widget-content {
  border: none;
  border-left: 1px solid #f2f3f8;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.nav__item {
  overflow: hidden;
}

@media only screen and (max-width: 1350px) {
  .footer .nav__item {
    width: auto;
  }
}

@media only screen and (max-width: 800px) {
  .footer .nav__item {
    width: 100%;
  }
  .footer .nav__item:nth-of-type(6) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .footer .nav__item:nth-of-type(7) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8899ae;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.footer .nav__link {
  padding: 6px 12px 6px 12px;
}

@media only screen and (max-width: 1430px) {
  .footer .nav__link {
    padding: 5px 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 800px) {
  .footer .nav__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ui-menu-item .nav__link {
  color: #8899ae;
  background-color: transparent;
  border: none;
  margin: 0 20px 0 0;
  padding: 15px 35px 15px 35px;
}

@media only screen and (max-width: 1440px) {
  .ui-menu-item .nav__link {
    padding: 15px;
  }
}

@media only screen and (max-width: 950px) {
  .ui-menu-item .nav__link {
    margin: 0 15px 0 0;
    padding: 15px 30px 15px 20px;
  }
}

.nav__sub-section .ui-menu-item .nav__link {
  padding: 15px;
  margin-right: 0;
}

.ui-menu-item .nav__link .ui-icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("../images/ui-icons_8899ae_256x240.png");
}

.ui-menu-item .nav__link:hover {
  color: #2971cf;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ui-menu-item .nav__link:hover .ui-icon {
  color: #8899ae;
  background-image: url("../images/ui-icons_2971cf_256x240.png");
}

.nav__link i {
  font-size: 21px;
}

.nav__link i:before {
  display: block;
  min-width: 40px;
  text-align: center;
  padding-right: 25px;
}

@media only screen and (max-width: 1440px) {
  .nav__link i:before {
    padding-right: 10px;
  }
}

.nav__sub-section .nav__link i:before {
  padding-right: 10px;
  font-size: 1.2em;
}

.section {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(72, 111, 201, 0.08);
          box-shadow: 0 0 15px rgba(72, 111, 201, 0.08);
  border-radius: 5px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

.section.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.section.ui-widget.ui-widget-content {
  border: none;
  padding: 0;
}

.section__half {
  width: 50%;
}

@media only screen and (max-width: 1366px) {
  .section__half {
    width: 100%;
  }
}

.section__half:first-of-type {
  padding-right: 30px;
}

@media only screen and (max-width: 1366px) {
  .section__half:first-of-type {
    padding-right: 0;
  }
}

.section__banner {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.section__banner img {
  max-width: 100%;
}

.section__header {
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 1140px) {
  .section__header {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section__header {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__title {
  color: #3f4047;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 5px;
  }
}

.section__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section__tabs.ui-widget-header {
  background: transparent;
  border: none;
}

.section__tabs.ui-widget-header .ui-state-default {
  border: none;
  background-color: transparent;
}

.section__tabs.ui-widget-header .ui-state-default a {
  color: #a2a2a2;
}

.section__tabs.ui-widget-header .ui-state-active {
  border: none;
  background-color: transparent;
}

.section__tabs.ui-widget-header .ui-state-active a {
  color: #ffffff;
  background-color: #2971cf;
}

.section__content {
  padding: 1px 0;
  width: 100%;
  overflow-x: auto;
}

.section__content.ui-tabs-panel {
  padding: 0;
}

.section__content--boxed {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .section__content--boxed {
    padding: 10px;
  }
}

.section__box {
  padding: 10px 30px;
}

.section__box img {
  max-width: 100%;
}

.section__box p {
  line-height: 1.5;
  padding: 4px 0;
}

.section__box strong {
  font-weight: 600;
}

.section__box h1,
.section__box h2,
.section__box h3,
.section__box h4,
.section__box h5,
.section__box h6 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}

.section__box h1 {
  font-size: 28px;
}

.section__box h2 {
  font-size: 22px;
}

.section__box h3 {
  font-size: 20px;
}

.section__box h4 {
  font-size: 18px;
}

.section__box a {
  color: #2971cf;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section__box a:hover {
  color: #144e95;
}

.section__footer {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-top: 1px solid #e1e1e1;
}

#hashrate-chart {
  max-width: 550px;
  max-height: 550px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #hashrate-chart {
    max-width: auto;
    max-height: auto;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.table tr th,
.table tr td {
  text-align: left;
  vertical-align: middle;
}

.table tr th:first-of-type,
.table tr td:first-of-type {
  padding-left: 30px;
}

@media only screen and (max-width: 1140px) {
  .table tr th:first-of-type,
  .table tr td:first-of-type {
    padding-left: 20px;
  }
}

.table tr th:last-of-type,
.table tr td:last-of-type {
  padding-right: 30px;
}

@media only screen and (max-width: 1140px) {
  .table tr th:last-of-type,
  .table tr td:last-of-type {
    padding-right: 20px;
  }
}

.table tr th {
  padding: 25px 5px;
  color: #a6aac1;
}

.table tr td {
  border-top: 1px dashed #eaeaea;
  padding: 15px 10px;
  color: #a2a2a2;
  line-height: 1.75;
}

.table tr td span {
  color: #2971cf;
}

.table a {
  color: #2971cf;
}

.table a:hover {
  color: #3f4047;
}

.table img {
  max-width: 77px;
}

#tabs-blocks .table__primary {
  table-layout: fixed;
}

@media only screen and (max-width: 1200px) {
  #tabs-blocks .table__primary {
    table-layout: auto;
  }
}

.table__secondary tr th:first-of-type,
.table__secondary tr td:first-of-type {
  width: 40%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .table__secondary tr th:first-of-type,
  .table__secondary tr td:first-of-type {
    width: auto;
  }
}

.table__secondary tr th:last-of-type,
.table__secondary tr td:last-of-type {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .table__secondary tr th:last-of-type,
  .table__secondary tr td:last-of-type {
    width: auto;
  }
}

.table__secondary tr td {
  height: 95px;
}

.table__links {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.table__links .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  color: #3f4047;
  white-space: nowrap;
}

.table__links .button:hover {
  color: #2971cf;
}

.table__links tr td {
  border-top: none;
  padding: 4px 10px;
}

.table__links tr td:last-of-type {
  width: 30%;
}

@media only screen and (max-width: 600px) {
  .table__links tr td:last-of-type {
    width: 100%;
  }
}

.table__alternate {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  font-size: 15px;
}

.table__alternate tr th {
  background-color: #e9e9f5;
  color: #3f4047;
  font-weight: 700;
}

.table__alternate tr td.listingimage {
  padding-right: 25px;
  text-align: center;
}

.table__alternate tr td.listingimage img {
  max-width: unset;
}

.table__alternate tr.value-up td {
  color: #0b9d00;
  white-space: nowrap;
}

.table__alternate tr.value-down td {
  color: #cd0000;
  white-space: nowrap;
}

.table__alternate tr:nth-of-type(odd) td {
  background-color: #f8fbfe;
}

@media only screen and (max-width: 1500px) {
  .table__alternate--exchanges tr td,
  .table__alternate--exchanges tr th {
    padding: 15px 5px;
  }
  .table__alternate--exchanges tr td:first-of-type,
  .table__alternate--exchanges tr th:first-of-type {
    padding-left: 15px;
  }
}

.footer {
  background-color: #ffffff;
}

.footer__section {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 0 30px 0 115px;
}

@media only screen and (max-width: 1515px) {
  .footer__section {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (max-width: 930px) {
  .footer__section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 800px) {
  .footer__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.button {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.25;
  border: none;
  border-radius: 20px;
  position: relative;
  -webkit-transition-property: color 0.3s ease-in-out;
  transition-property: color 0.3s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}

.button:focus {
  -webkit-box-shadow: 0px 0px 3px #2971cf;
          box-shadow: 0px 0px 3px #2971cf;
}

.button:first-child:not(:only-child) {
  margin-right: 10px;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.button--primary {
  color: #ffffff;
  background-color: #2971cf;
}

.button--primary:before {
  border-radius: 20px;
  background-color: #144e95;
}

.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #ffffff;
}

.button--primary:hover:before, .button--primary:focus:before, .button--primary:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media only screen and (max-width: 1520px) and (min-width: 1280px) {
  .section__half .section__header .button--primary {
    margin-top: 5px;
  }
}

.button--secondary {
  color: #3f4047;
  border: 1px solid #ebebeb;
}

.button--secondary:before {
  border-radius: 20px;
  background-color: #e9e9f5;
}

.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  color: #2971cf #2971cf;
}

.button--secondary:hover:before, .button--secondary:focus:before, .button--secondary:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.button--invisible {
  background-color: transparent;
  color: #a2a2a2;
}

.button--read-more {
  font-size: 15px;
  border-radius: 5px;
}

.button--read-more:before {
  border-radius: 5px;
}

.button--subscribe {
  border-radius: 0;
  font-size: 15px;
}

@media only screen and (max-width: 1550px) and (min-width: 1140px), only screen and (max-width: 470px) {
  .button--subscribe {
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 30px;
  }
}

.button__arrow {
  font-size: 1.4em;
  margin-left: 7px;
}

.button i {
  margin-right: 6px;
  font-size: 1.25em;
}

.menu-collapsed.sidebar {
  width: 80px;
}

.menu-collapsed.sidebar .ui-menu-item .nav__link {
  margin: 0 15px 0 0;
  padding: 15px 30px 15px 20px;
}

.menu-collapsed.sidebar .site-logo__wrapper {
  background-image: url("../images/small-logo.png");
}

.menu-collapsed.sidebar .nav__section .ui-menu-divider {
  margin: 40px 0;
}

@media only screen and (max-width: 950px) {
  .menu-collapsed.sidebar {
    width: 0;
  }
}

@media only screen and (max-width: 950px) {
  .menu-collapsed#site-wrapper {
    padding-left: 0;
  }
}

.menu-collapsed .banner--sidebar {
  display: none;
}

.bx-blog {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bx-blog__breadcrumb {
  width: 100%;
  padding: 25px;
  font-weight: 600;
  border-bottom: 1px solid #e9e9f5;
}

.bx-blog__breadcrumb h2,
.bx-blog__breadcrumb h3 {
  font-size: 20px;
}

.bx-blog__breadcrumb p {
  font-size: 16px;
}

.bx-blog__breadcrumb p a {
  padding: 0 3px;
  color: #2971cf;
}

.bx-blog__breadcrumb p a:hover {
  color: #3f4047;
}

.bx-blog__content {
  width: calc(100% - 400px);
  border-right: 1px solid #e9e9f5;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__content {
    width: calc(100% - 320px);
  }
}

@media only screen and (max-width: 1440px) {
  .bx-blog__content {
    width: calc(100% - 260px);
  }
}

@media only screen and (max-width: 1140px) {
  .bx-blog__content {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e9e9f5;
  }
}

.bx-blog__sidebar {
  width: 400px;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__sidebar {
    width: 320px;
  }
}

@media only screen and (max-width: 1440px) {
  .bx-blog__sidebar {
    width: 260px;
  }
}

@media only screen and (max-width: 1140px) {
  .bx-blog__sidebar {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.bx-blog__sidebar__widget {
  padding: 25px 30px 30px 30px;
  border-radius: 5px;
  width: 100%;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__sidebar__widget {
    padding: 15px 20px 20px 20px;
  }
}

.bx-blog__sidebar__widget:not(:last-of-type) {
  border-bottom: 1px solid #e9e9f5;
}

.bx-blog__sidebar__widget a {
  color: #2971cf;
}

.bx-blog__sidebar__widget a:hover {
  color: #3f4047;
}

.bx-blog__sidebar__widget p {
  line-height: 1.5;
  padding: 4px 0;
}

.bx-blog__sidebar__widget ul li,
.bx-blog__sidebar__widget ul .cat-item {
  font-size: 17px;
  font-weight: 500;
  padding: 3px 0;
  line-height: 1.2;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__sidebar__widget ul li,
  .bx-blog__sidebar__widget ul .cat-item {
    font-size: 16px;
  }
}

.bx-blog__sidebar__widget ul li span,
.bx-blog__sidebar__widget ul .cat-item span {
  color: #3f4047;
  padding-right: 7px;
  font-size: 0.8em;
}

.bx-blog__sidebar__widget.w-recent-posts li:before {
  content: "\e915";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3f4047;
  padding-right: 7px;
  font-size: 0.8em;
}

.bx-blog__sidebar__widget.w-categories .cat-item:before {
  content: "\e90d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3f4047;
  padding-right: 7px;
  font-size: 0.8em;
}

.bx-blog__sidebar__widget.w-archives li:before {
  content: "\e917";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3f4047;
  padding-right: 7px;
  font-size: 0.8em;
}

.bx-blog__title {
  font-size: 36px;
  font-weight: 700;
  color: #3f4047;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 670px) {
  .bx-blog__title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

.bx-blog__title a {
  color: #2971cf;
}

.bx-blog__title a:hover {
  color: #3f4047;
}

.bx-blog__post {
  padding: 25px;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__post {
    padding: 15px 25px 25px 25px;
  }
}

.bx-blog__post:not(:last-of-type) {
  border-bottom: 1px solid #e9e9f5;
}

.bx-blog__post__header small {
  line-height: 1.5;
  font-size: 15px;
  color: #8899ae;
}

@media only screen and (max-width: 1550px) {
  .bx-blog__post__header small {
    font-size: 14px;
  }
}

.bx-blog__post__header small i {
  font-size: 0.9em;
}

.bx-blog__post__header small a {
  font-weight: 500;
  color: #2971cf;
}

.bx-blog__post__header small a:hover {
  color: #3f4047;
}

.bx-blog__post__content {
  padding: 15px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 670px) {
  .bx-blog__post__content {
    padding: 10px 0;
  }
}

.bx-blog__post__content p {
  padding: 4px 0;
}

.bx-blog__post__content a {
  color: #2971cf;
}

.bx-blog__post__content a:hover {
  color: #3f4047;
}

.bx-blog__post__content img {
  max-width: 100%;
}

.bx-blog__post__content strong {
  font-weight: 600;
}

.bx-blog__post__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bx-blog__post__comments {
  display: block;
}

.bx-blog__post__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
  padding: 25px 0;
  border-top: 1px solid #eff6ff;
}

@media only screen and (max-width: 460px) {
  .bx-blog__post__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bx-blog__post__navigation__item,
.bx-blog__post__navigation > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 460px) {
  .bx-blog__post__navigation__item,
  .bx-blog__post__navigation > a {
    width: 100%;
  }
}

.bx-blog__post__navigation__item:first-of-type,
.bx-blog__post__navigation > a:first-of-type {
  margin-right: auto;
}

.bx-blog__post__navigation__item:only-of-type,
.bx-blog__post__navigation > a:only-of-type {
  margin-right: 0;
}

.bx-blog__post__navigation__item .bx-blog__post__navigation__wrapper span,
.bx-blog__post__navigation__item i,
.bx-blog__post__navigation > a .bx-blog__post__navigation__wrapper span,
.bx-blog__post__navigation > a i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.bx-blog__post__navigation__item:hover .bx-blog__post__navigation__wrapper span,
.bx-blog__post__navigation__item:hover i,
.bx-blog__post__navigation > a:hover .bx-blog__post__navigation__wrapper span,
.bx-blog__post__navigation > a:hover i {
  color: #2971cf;
}

.bx-blog__post__navigation--left {
  text-align: left;
}

.bx-blog__post__navigation--right {
  text-align: right;
}

.bx-blog__post__navigation__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #909090;
  font-size: 15px;
  padding: 0 10px;
  width: 100%;
}

.bx-blog__post__navigation i {
  font-size: 18px;
  color: #909090;
}

@media only screen and (max-width: 460px) {
  .bx-blog__post__navigation i {
    display: none;
  }
}

.bx-blog__post__navigation__page {
  color: #50595d;
  font-weight: 500;
  line-height: 1.25;
}

.bx-blog__subscribe {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #2971cf;
  width: 100%;
}

@media only screen and (max-width: 1550px) and (min-width: 1140px), only screen and (max-width: 470px) {
  .bx-blog__subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 0;
  }
}

@media only screen and (max-width: 1140px) and (min-width: 470px) {
  .bx-blog__subscribe {
    width: auto;
  }
}

.bx-blog__subscribe__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bx-blog__subscribe__input {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  border: none;
  width: 100%;
  min-width: 0;
}

@media only screen and (max-width: 1550px) and (min-width: 1140px), only screen and (max-width: 470px) {
  .bx-blog__subscribe__input {
    border: 1px solid #2971cf;
    border-radius: 5px;
    margin-bottom: 5px;
  }
}

.bx-blog__subscribe__message {
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}

.bx-blog__subscribe__message:after, .bx-blog__subscribe__message:before {
  top: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bx-blog__subscribe__message:before {
  border-color: rgba(196, 226, 183, 0);
  border-width: 9px;
  margin-left: -9px;
}

.bx-blog__subscribe__message:after {
  border-color: rgba(223, 240, 216, 0);
  border-width: 8px;
  margin-left: -8px;
}

.bx-blog__subscribe__message--success {
  color: #0b9d00;
  background-color: #DFF0D8;
  border: 1px solid #c4e2b7;
}

.bx-blog__subscribe__message--success:before {
  border-top-color: #c4e2b7;
}

.bx-blog__subscribe__message--success:after {
  border-top-color: #DFF0D8;
}

.bx-blog__subscribe__message--error {
  color: #cd0000;
  background-color: #F2DEDE;
  border: 1px solid #eec0c0;
}

.bx-blog__subscribe__message--error:before {
  border-top-color: #eec0c0;
}

.bx-blog__subscribe__message--error:after {
  border-top-color: #F2DEDE;
}

.bx-blog__pagination {
  position: relative;
  margin: 0 10px;
}

.bx-blog__pagination__container {
  margin: 30px auto 50px auto;
  text-align: center;
}

.bx-blog__pagination .wp-paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 790px) {
  .bx-blog__pagination .wp-paginate li:first-of-type {
    display: block;
    width: 100%;
  }
}

.bx-blog__pagination .wp-paginate li .title,
.bx-blog__pagination .wp-paginate li .gap {
  display: block;
  font-weight: 500;
  padding: 0 5px;
  font-size: 22px;
}

@media only screen and (max-width: 690px) {
  .bx-blog__pagination .wp-paginate li .title,
  .bx-blog__pagination .wp-paginate li .gap {
    font-size: 18px;
  }
}

.bx-blog__pagination .wp-paginate li .title {
  padding: 6px 12px 7px;
}

.bx-blog__pagination .wp-paginate li .gap {
  margin: 0 0 2px 0;
  color: #2971cf;
}

.bx-blog__pagination .wp-paginate li > a,
.bx-blog__pagination .wp-paginate li span.current {
  z-index: 1;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 6px 12px 7px;
  border: 1px solid #2971cf;
  border-radius: 3px;
  margin: 3px;
}

@media only screen and (max-width: 690px) {
  .bx-blog__pagination .wp-paginate li > a,
  .bx-blog__pagination .wp-paginate li span.current {
    margin: 2px;
    padding: 4px 8px 5px;
    font-size: 1rem;
  }
}

.bx-blog__pagination .wp-paginate li > a:before,
.bx-blog__pagination .wp-paginate li span.current:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #2971cf;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bx-blog__pagination .wp-paginate li > a:hover,
.bx-blog__pagination .wp-paginate li span.current:hover {
  color: #ffffff;
}

.bx-blog__pagination .wp-paginate li > a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bx-blog__pagination .wp-paginate .current {
  color: #ffffff;
  background-color: #2971cf;
}

.mc_form_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 1440px) and (min-width: 1140px), only screen and (max-width: 470px) {
  .mc_form_inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mc_form_inside .updated {
  margin: 10px 0;
}

.mc_form_inside .mc_error_msg {
  color: #cd0000;
  font-weight: 500;
}

.mc_form_inside .mc_success_msg {
  color: #0b9d00;
  font-weight: 500;
}

.mc_form_inside .mc_merge_var {
  width: 70%;
}

@media only screen and (max-width: 1440px) {
  .mc_form_inside .mc_merge_var {
    width: auto;
  }
}

.mc_form_inside .mc_signup_submit {
  width: 28%;
}

@media only screen and (max-width: 1440px) {
  .mc_form_inside .mc_signup_submit {
    width: auto;
  }
}

.mc_form_inside input[type="text"] {
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px 6px 10px;
  border: 1px solid #2971cf;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  min-width: 0;
}

@media only screen and (max-width: 1440px) and (min-width: 1140px), only screen and (max-width: 470px) {
  .mc_form_inside input[type="text"] {
    border-radius: 5px;
  }
}

.mc_form_inside label {
  font-weight: 500;
}

.mc_form_inside input[type="submit"] {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  padding: 10px;
  background-color: #2971cf;
}

.mc_form_inside input[type="submit"]:before {
  border-radius: 20px;
  background-color: #144e95;
}

.mc_form_inside input[type="submit"]:hover, .mc_form_inside input[type="submit"]:focus, .mc_form_inside input[type="submit"]:active {
  color: #ffffff;
  background-color: #144e95;
}

.mc_form_inside input[type="submit"]:hover:before, .mc_form_inside input[type="submit"]:focus:before, .mc_form_inside input[type="submit"]:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media only screen and (max-width: 1440px) and (min-width: 1140px), only screen and (max-width: 470px) {
  .mc_form_inside input[type="submit"] {
    border-radius: 5px;
    margin-top: 5px;
  }
}

.widget__title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}

.widget__list__item {
  font-size: 17px;
  font-weight: 500;
  padding: 3px 0;
  line-height: 1.2;
}

@media only screen and (max-width: 1550px) {
  .widget__list__item {
    font-size: 16px;
  }
}

.widget__list__item span {
  color: #3f4047;
  padding-right: 7px;
  font-size: 0.8em;
}

.tags {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tags a {
  font-weight: 500;
  color: #2971cf;
}

.tags a:hover {
  color: #3f4047;
}

.navigation a {
  color: #2971cf;
}

.navigation a:hover {
  color: #3f4047;
}

.alignleft {
  float: left;
  margin: 5px 5px 5px 0;
}

.alignright {
  float: right;
  margin: 5px 0 5px 5px;
}

.wp-caption-text {
  line-height: 19px;
  padding-bottom: 15px;
  font-size: 80%;
  padding-right: 10px;
}

@media only screen and (max-width: 785px) {
  /* Force table to not be like tables anymore */
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    margin: 10px;
  }
  .responsive-table tr td {
    border: 1px solid #e9e9f5;
    /* Behave  like a "row" */
    position: relative;
    padding: 35px 10px 10px 10px;
    white-space: normal;
    text-align: center;
    overflow: auto;
    height: auto;
    border-top: none;
    border-bottom: 1px dashed #eaeaea;
  }
  .responsive-table tr td:first-of-type {
    padding-left: 10px;
    width: auto;
    border: 1px solid #e9e9f5;
  }
  .responsive-table tr td:last-of-type {
    border-bottom: 1px solid #e9e9f5;
  }
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #3f4047;
  }
  /*
	Label the data
	*/
  .responsive-table td:before {
    content: attr(data-title);
  }
}

@media only screen and (max-width: 600px) {
  .responsive-table__no-header {
    border-spacing: 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .responsive-table__no-header tr:not(:last-of-type) {
    border-bottom: 1px solid #e1e1e1;
  }
  .responsive-table__no-header th,
  .responsive-table__no-header td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
  }
  .responsive-table__news {
    border-spacing: 0;
    width: 100%;
  }
  .responsive-table__news thead {
    display: none;
  }
  .responsive-table__news tr th,
  .responsive-table__news tr td {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    padding: 5px 20px !important;
  }
  .responsive-table__news tr th:last-of-type,
  .responsive-table__news tr td:last-of-type {
    border-top: none;
  }
}

.bx-copyright {
  padding: 20px 20px 20px 20px;
  width: 100%;
  font-size: 16px;
  color: #8899ae;
  text-align: center;
  background-color: #ffffff;
}

.bx-copyright a {
  font-weight: 500;
  color: #2971cf;
}

.bx-copyright a:hover {
  color: #3f4047;
}

.social-icon {
  -webkit-box-shadow: 0 0 0 1px #e9ebf5;
          box-shadow: 0 0 0 1px #e9ebf5;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  font-size: 0px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-icon:before {
  position: absolute;
  font-size: 18px;
}

.social-icon:hover {
  -webkit-box-shadow: 0 0 0 2px #2971cf;
          box-shadow: 0 0 0 2px #2971cf;
}

.social-icon:hover:before {
  color: #2971cf;
  -webkit-animation: toLeftFromRight 0.4s forwards;
          animation: toLeftFromRight 0.4s forwards;
}

.social-icon--facebook:before {
  font-size: 28px;
  content: "\e90f";
}

.social-icon--twitter:before {
  font-size: 15px;
  content: "\e910";
}

.social-icon--instagram:before {
  content: "\e911";
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}

.bx-container {
  background-color: #ffffff;
  padding: 25px;
  width: 100%;
}

@media (max-width: 991px) and (min-width: 481px) {
  .bx-container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.bx-container ul {
  line-height: 18px;
}

.bx-container ul li {
  margin: 5px 0 10px 0;
  background: url(../images/bullet.png) no-repeat left 4px;
  padding-left: 18px;
}

.bx-container strong {
  font-weight: 600;
}

.bx-container h1 {
  color: #3f4047;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0;
}

.bx-container h2 {
  color: #3f4047;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
}

.bx-container h3 {
  color: #3f4047;
  padding: 12px 0 3px 0;
  font-weight: 600;
  font-size: 18px;
}

.bx-container p {
  color: #3f4047;
  line-height: 1.5;
  padding: 4px 0;
}

.bx-container a {
  color: #2971cf;
}

.bx-container a:hover {
  color: #3f4047;
}

.bx-container img:not(table) {
  max-width: 100%;
}

.welcome {
  color: #3f4047;
  line-height: 1.5;
}

.welcome ol {
  counter-reset: item;
}

.welcome ol li {
  display: block;
}

.welcome ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 600;
  padding-right: 5px;
}

.welcome p {
  line-height: 1.5;
}

.one-half-left {
  float: left;
  margin: 0 2.5% 0 0;
  width: 48.5%;
}

.one-half-right {
  float: left;
  width: 49%;
  margin: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .one-half-left,
  .one-half-right {
    float: none;
    display: inline-block;
    width: 100% !important;
    margin: 0;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .one-half-left,
  .one-half-right {
    float: none;
    display: inline-block;
    width: 100% !important;
    margin: 0;
  }
}

.content-table {
  border: 0 none;
  width: auto;
  color: #777;
  border: 1px solid #efefef;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  margin: 25px 0;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 991px) and (min-width: 768px) {
  .content-table {
    overflow: auto;
  }
}

.content-table .one-half-left,
.content-table .one-half-right {
  padding: 10px 0;
}

@media (max-width: 767px) and (min-width: 320px) {
  .content-table .one-half-left,
  .content-table .one-half-right {
    padding: 5px 0;
  }
}

.content-table .one-half-left > div,
.content-table .one-half-right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1% 2%;
  overflow: hidden;
}

@media (max-width: 767px) and (min-width: 320px) {
  .content-table .one-half-left > div,
  .content-table .one-half-right > div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 4px;
}

.content-table tr {
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff;
}

.content-table tr:last-child {
  border-bottom: none;
}

.content-table td:first-child {
  color: #8899ae;
}

.content-table td {
  padding: 10px 15px;
  font-size: 14px;
  border-right: 1px solid #efefef;
  line-height: 19px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a2a2a2;
}

.content-table td:last-child {
  border-right: none;
}

.content-table td span.ico_description {
  color: #a2a2a2;
}

.content-table td span.ico_title, .content-table td span.cell2title {
  white-space: nowrap;
  color: #3f4047;
}

.content-table a {
  color: #2971cf;
}

.content-table a:hover {
  color: #3f4047;
}

.content-table label {
  cursor: pointer;
  float: left;
  width: 40%;
  min-width: 40%;
  font-size: 14px;
  font-weight: 500;
  color: #8899ae;
  padding-top: 3px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-right: 5px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .content-table label {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
  }
}

.content-table input[type='text'] {
  font-family: "Poppins", sans-serif;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: none;
  outline: none;
  border: 1px solid #E6E6E6;
  line-height: 15px;
  padding: 10px;
  color: #a2a2a2;
  font-size: 13px;
  border-radius: 2px;
  -webkit-transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (max-width: 767px) and (min-width: 320px) {
  .content-table input[type='text'] {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-top: 5px;
  }
}

.content-table input[type='text']:focus {
  -webkit-box-shadow: 0 0 3px 1px #2971cf;
          box-shadow: 0 0 3px 1px #2971cf;
  color: #2971cf;
  font-weight: 500;
}

.content-table select {
  font-family: "Poppins", sans-serif;
  width: auto;
  line-height: 15px;
  font-size: 13px;
  padding: 8px 5px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .content-table select {
    margin-top: 5px;
  }
}

#bitcoin-calculator {
  width: 100%;
}

#bitcoin-calculator select {
  min-width: 65px;
  margin-left: 10px;
}

@media (max-width: 767px) and (min-width: 320px) {
  #bitcoin-calculator select {
    margin-left: auto;
    margin-right: auto;
  }
}

#bitcoin-calculator .button-blue {
  text-transform: uppercase;
}

#results h2 {
  background: url(../images/icon-chart.png) no-repeat left center;
  padding: 0 0 0 28px;
  font-size: 22px;
  font-weight: 600;
}

#results .content-table td {
  background: #ffffff;
  text-align: left;
}

#results .content-table td:first-child {
  font-weight: 600;
}

.result-info {
  line-height: 20px;
  padding: 5px 0 10px 0;
  background: url(../images/icon-info.png) no-repeat left center;
  padding-left: 50px;
  margin-top: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 540px) {
  .result-info {
    padding: 0;
    background: none;
  }
}

.wikitable center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wikitable .button-blue {
  white-space: nowrap;
}

#advert {
  margin-bottom: 40px;
}

#advert .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 1300px) {
  #advert .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#advert .welcome {
  margin-right: 50px;
}

#advert a {
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 1300px) {
  #advert a {
    margin: 0 auto;
  }
}

#advert img {
  margin-top: 0 !important;
  max-width: 100%;
  min-width: 500px;
}

@media only screen and (max-width: 1300px) {
  #advert img {
    min-width: auto;
    margin-top: 20px !important;
  }
}

.content-table .button-blue,
.button-blue {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px;
  padding: .5em 1em;
  line-height: 1.25;
  border: none;
  color: #ffffff;
  background-color: #2971cf;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
  -webkit-transition-property: color 0.3s ease-in-out;
  transition-property: color 0.3s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}

.content-table .button-blue:focus,
.button-blue:focus {
  -webkit-box-shadow: 0px 0px 3px #2971cf;
          box-shadow: 0px 0px 3px #2971cf;
}

.content-table .button-blue:first-child:not(:only-child),
.button-blue:first-child:not(:only-child) {
  margin-right: 10px;
}

.content-table .button-blue:hover,
.button-blue:hover {
  background-color: #144e95;
}

.content-table .button-blue:before,
.button-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 20px;
  background-color: #144e95;
}

.content-table .button-blue:before,
.button-blue:before {
  border-radius: 5px;
}

.content-table .button-blue:hover, .content-table .button-blue:focus, .content-table .button-blue:active,
.button-blue:hover,
.button-blue:focus,
.button-blue:active {
  color: #ffffff;
}

.content-table .button-blue:hover:before, .content-table .button-blue:focus:before, .content-table .button-blue:active:before,
.button-blue:hover:before,
.button-blue:focus:before,
.button-blue:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.bx-promo {
  margin: 30px 0;
}

.bx-promo strong {
  font-size: 22px;
  margin: 5px 0;
  display: block;
}
