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

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

button,
input {
  border: 1px solid #000;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none; }

button {
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer; }

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

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

body {
  font-family: "Helvetica Regular", sans-serif;
  color: #6e89a2; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Helvetica Medium";
  font-weight: 500; }

p {
  font-size: 18px;
  color: #6e89a2;
  letter-spacing: 0.3px;
  line-height: 26px; }

.page-title {
  font-family: "Helvetica Regular";
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: 0.67px;
  text-align: center;
  line-height: 46px;
  font-weight: 400; }
  @media (max-width: 640px) {
    .page-title {
      margin-bottom: 17px;
      font-size: 25px;
      letter-spacing: 0.42px;
      line-height: 32px; } }

.page-subtext {
  max-width: 770px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px; }
  @media (max-width: 640px) {
    .page-subtext {
      font-size: 18px;
      line-height: 26px; } }

.section-title {
  font-family: "Helvetica Medium";
  font-size: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 29px; }
  @media (max-width: 990px) {
    .section-title {
      font-size: 25px;
      letter-spacing: 0.42px; } }

.btn {
  display: block;
  height: 50px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-family: "Helvetica Medium";
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.23px;
  line-height: 42px;
  border: 2px solid #0E3A64; }

.btn-transparent {
  color: #0E3A64; }
  
.btn-fork {
  background: #E9AB17;
  color: #FFFFFF; }

.btn-primary {
  background: #0E3A64;
  color: #FFFFFF; }

.btn-bright {
  border: 2px solid #F7BB1A;
  background: #F7BB1A;
  color: #FFFFFF; }

.btn-s {
  width: 170px; }

.btn-m {
  width: 255px; }

.btn-l {
  width: 270px; }

.btn-fullwidth {
  width: 100%; }

.btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 990px) {
    .btn-row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 500px) {
    .btn-row {
      display: block;
      margin-bottom: 30px; } }

.btn-col {
  width: 255px; }
  @media (max-width: 600px) {
    .btn-col {
      margin: 0 auto; } }
  @media (max-width: 500px) {
    .btn-col {
      width: auto; } }

.btn-col + .btn-col {
  margin-left: 10px; }
  @media (max-width: 500px) {
    .btn-col + .btn-col {
      margin: 10px auto 0; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .container {
      padding: 0 15px; } }

.block {
  display: block; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.right {
  margin-left: auto; }

.page-hero {
  position: relative; }

.page-hero::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 360px;
  height: 360px;
  background: url(../img/bg/earth.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: -1; }

.float-right {
  float: right; }

.fullwidth {
  width: 100%; }

.max-fullwidth {
  max-width: 100%; }

.hide {
  display: none; }

.center {
  text-align: center;
  margin: 0 auto; }

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

.accordion.open .accordion-content {
  display: block; }

.accordion-content {
  display: none; }

.header {
  position: relative;
  padding-top: 17px;
  margin-bottom: 111px; }
  @media (max-width: 990px) {
    .header {
      margin-bottom: 85px; } }
  @media (max-width: 640px) {
    .header {
      margin-bottom: 63px; } }

.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F9FE), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #F3F9FE 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #F3F9FE 0%, #FFFFFF 100%);
  background-image: linear-gradient(-180deg, #F3F9FE 0%, #FFFFFF 100%);
  -webkit-background-size: cover;
          background-size: cover;
  z-index: -1; }

.home-header {
  margin-bottom: 82px; }
  @media (max-width: 990px) {
    .home-header {
      margin-bottom: 22px; } }

@media (max-width: 990px) {
  .logo-block {
    margin-right: auto; } }

.logo-block a {
  display: block;
  width: 135px;
  height: 40px; }

.logo {
  max-width: 100%; }

.sidebar {
  width: 100%; }
  @media (max-width: 990px) {
    .sidebar {
      width: auto; } }
  @media (max-width: 600px) {
    .sidebar {
      display: none; } }

@media (max-width: 600px) {
  .sidebar.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    padding: 20px 60px 20px 35px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(220, 227, 241, 0.87);
            box-shadow: 0 2px 20px 0 rgba(220, 227, 241, 0.87);
    -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
    z-index: 100; } }

.sidebar-tablet {
  margin: 0 auto; }
  @media (max-width: 990px) {
    .sidebar-tablet {
      display: none; } }

@media (max-width: 990px) {
  .sidebar.open .sidebar-tablet {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    padding: 193px 110px 194px 35px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(220, 227, 241, 0.87);
            box-shadow: 0 2px 20px 0 rgba(220, 227, 241, 0.87);
    -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
    z-index: 10; } }

@media (max-width: 600px) {
  .sidebar.open .sidebar-tablet {
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (max-width: 990px) {
  .nav-list {
    display: block; } }

.nav-item-link {
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.23px;
  font-weight: normal;
  line-height: 30px; }
  @media (max-width: 990px) {
    .nav-item-link {
      padding: 13px;
      font-size: 12px;
      color: black;
      letter-spacing: 0.23px; } }

.nav-item + .nav-item {
  margin-left: 35px; }
  @media (max-width: 990px) {
    .nav-item + .nav-item {
      margin: 13px 0 0 0; } }

.header-btn {
  width: 152px;
  height: 40px;
  font-size: 14px;
  line-height: 36px; }
  @media (max-width: 990px) {
    .header-btn {
      margin-right: 62px; } }
  @media (max-width: 600px) {
    .header-btn {
      margin: 21px 0 0; } }

@media (max-width: 990px) {
  .sidebar.open .menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/icons/close.svg) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 990px) {
  .menu-open {
    display: block;
    width: 14px;
    height: 10px;
    border: none;
    background: url(../img/icons/menu.svg) center no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

.footer {
  padding: 50px 0 25px;
  background: #F1FAFF; }
  @media (max-width: 990px) {
    .footer {
      padding: 30px 0 20px; } }
  @media (max-width: 600px) {
    .footer {
      padding: 33px 0 30px; } }

.footer-logo {
  width: 121px;
  height: 36px;
  margin-bottom: 45px; }
  @media (max-width: 990px) {
    .footer-logo {
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .footer-logo {
      margin: 0 auto 36px; } }

.footer-row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 32px; }
  @media (max-width: 990px) {
    .footer-row {
      margin-bottom: 65px; } }
  @media (max-width: 600px) {
    .footer-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; } }

.footer-row-item {
  width: 50%; }
  @media (max-width: 600px) {
    .footer-row-item {
      width: 100%; } }

.footer-about {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
      -ms-flex-order: -2;
          order: -2; }
  @media (max-width: 600px) {
    .footer-about {
      margin-bottom: 30px; } }

.footer-about-text {
  font-family: "Helvetica Regular";
  max-width: 370px;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 30px;
  font-weight: 300;
  color: #0E3A64;
  opacity: 0.6; }
  @media (max-width: 990px) {
    .footer-about-text {
      font-size: 18px;
      letter-spacing: 0.27px;
      line-height: 26px; } }
  @media (max-width: 600px) {
    .footer-about-text {
      max-width: 420px;
      text-align: center;
      margin: 0 auto; } }

.footer-nav {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .footer-nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 990px) {
  .footer-nav-list:first-child {
    text-align: right; } }

@media (max-width: 600px) {
  .footer-nav-list:first-child {
    text-align: center; } }

.footer-nav-list:last-child {
  text-align: right; }
  @media (max-width: 600px) {
    .footer-nav-list:last-child {
      text-align: center; } }

.footer-nav-list + .footer-nav-list {
  margin-left: 35px; }
  @media (max-width: 990px) {
    .footer-nav-list + .footer-nav-list {
      margin-left: 15px; } }

.footer-nav-item + .footer-nav-item {
  margin-top: 6px; }

.footer-nav-link {
  font-size: 12px;
  color: #0E3A64;
  letter-spacing: 0.2px;
  line-height: 30px; }

.footer-contact {
  max-width: 350px;
  font-size: 18px;
  color: #0E3A64;
  letter-spacing: 0.3px;
  line-height: 30px; }
  @media (max-width: 990px) {
    .footer-contact {
      font-size: 16px;
      letter-spacing: 0.27px; } }
  @media (max-width: 600px) {
    .footer-contact {
      max-width: 100%;
      margin-bottom: 50px;
      text-align: center; } }

.footer-email {
  font-weight: 700;
  font-size: 18px;
  color: #0E3A64;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-decoration: underline; }

.social-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 600px) {
    .social-list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.social-item + .social-item {
  margin-left: 10px; }

.copy {
  font-size: 14px;
  color: #96adc1;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 28px; }
  @media (max-width: 990px) {
    .copy {
      font-size: 14px; } }
  
.copy > a {
    text-decoration: underline;
}  

.hero-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 990px) {
    .hero-row {
      display: block; } }

.home-title {
  max-width: 470px;
  margin-bottom: 30px;
  text-align: left; }
  @media (max-width: 990px) {
    .home-title {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 20px; } }

.hero {
  padding-bottom: 60px; }
  @media (max-width: 990px) {
    .hero {
      padding-bottom: 70px; } }
  @media (max-width: 500px) {
    .hero {
      padding-bottom: 40px; } }

@media (max-width: 500px) {
  .hero-content {
    display: block; } }

.hero-text {
  max-width: 470px;
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .hero-text {
      text-align: center;
      margin: 0 auto 30px; } }
  @media (max-width: 500px) {
    .hero-text {
      margin-bottom: 0; } }

.hero-img-block {
  width: 597px;
  height: 530px; }
  @media (max-width: 990px) {
    .hero-img-block {
      width: auto;
      height: auto; } }

.hero-img {
  max-width: 100%;
  padding-left: 50px; }
  @media (max-width: 990px) {
    .hero-img {
      margin: 0 auto 11px;
      display: block;
      width: 338px;
      padding-left: 0; } }
  @media (max-width: 600px) {
    .hero-img {
      margin: 0 auto 15px; } }

.features {
  padding-bottom: 50px; }

@media (max-width: 640px) {
  .features-list {
    display: block; } }

.features-item {
  max-width: 350px;
  text-align: center; }
  @media (max-width: 640px) {
    .features-item {
      max-width: 400px;
      margin: 0 auto; } }

.features-item + .features-item {
  margin-left: 30px; }
  @media (max-width: 640px) {
    .features-item + .features-item {
      margin: 40px auto 0; } }

.feature-img {
  height: 100px;
  margin-bottom: 58px; }
  @media (max-width: 640px) {
    .feature-img {
      margin-bottom: 40px; } }

.feature-title {
  max-width: 215px;
  margin: 0 auto 23px;
  font-size: 20px;
  letter-spacing: 0.33px;
  line-height: 26px; }
  @media (max-width: 640px) {
    .feature-title {
      margin-bottom: 15px; } }

.badge {
  display: inline-block;
  height: 33px;
  margin-top: 7px;
  padding: 3px 9px 5px;
  background: #EFF6FE;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 14px;
  color: #0E3A64;
  text-align: center;
  line-height: 26px; }
  @media (max-width: 640px) {
    .badge {
      margin-top: 10px; } }

.about {
  padding-bottom: 96px; }
  @media (max-width: 990px) {
    .about {
      padding-bottom: 50px; } }

@media (max-width: 990px) {
  .about-row {
    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; } }

.about-img {
  max-width: 100%; }
  @media (max-width: 990px) {
    .about-img {
      width: 465px;
      margin: 0 auto;
      display: block; } }

.about-img-block {
  width: 598px;
  height: 524px;
  float: left;
  margin-right: 100px; }
  @media (max-width: 990px) {
    .about-img-block {
      float: none;
      margin-right: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: auto;
      height: auto; } }
  @media (max-width: 640px) {
    .about-img-block {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      margin-bottom: 35px; } }

.about-title {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 60px; }
  @media (max-width: 990px) {
    .about-title {
      padding-top: 0;
      text-align: center; } }
  @media (max-width: 640px) {
    .about-title {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }

.about-text {
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .about-text {
      margin-bottom: 40px;
      text-align: center; } }

.about-btn {
  display: inline-block; }
  @media (max-width: 990px) {
    .about-btn {
      margin: 0 auto 30px;
      width: 216px; } }
  @media (max-width: 640px) {
    .about-btn {
      margin-bottom: 0; } }

.subscribe {
  padding: 50px 0 60px;
  background: url(https://www.goldcoin.org/img/bg/subscribe-bg.png) center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.subscribe-form {
  max-width: 512px;
  margin: 0 auto; }

.subscribe-label {
  font-family: "Helvetica Medium";
  font-size: 20px;
  color: black;
  letter-spacing: 0.33px; }

.subscribe-input {
  display: block;
  max-width: 337px;
  width: 100%;
  height: 50px;
  margin-top: 19px;
  padding-left: 19px;
  font-size: 16px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .subscribe-input::-webkit-input-placeholder {
    color: #b6c3d0;
    font-size: 16px;
    font-family: 0.27px; }
  .subscribe-input:-ms-input-placeholder {
    color: #b6c3d0;
    font-size: 16px;
    font-family: 0.27px; }
  .subscribe-input::-moz-placeholder {
    color: #b6c3d0;
    font-size: 16px;
    font-family: 0.27px; }
  .subscribe-input:-moz-placeholder {
    color: #b6c3d0;
    font-size: 16px;
    font-family: 0.27px; }
  @media (max-width: 600px) {
    .subscribe-input {
      max-width: 100%; } }

.subscribe-btn {
  min-width: 170px;
  font-weight: 700; }
  @media (max-width: 600px) {
    .subscribe-btn {
      min-width: 77px;
      width: 77px;
      margin-left: 5px;
      background-image: url(../img/icons/plane.svg);
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: 16px 15px;
              background-size: 16px 15px; } }

@media (max-width: 600px) {
  .subscribe-btn-text {
    display: none; } }

.downloads-hero {
  padding-bottom: 125px; }
  @media (max-width: 990px) {
    .downloads-hero {
      padding-bottom: 50px; } }
  @media (max-width: 640px) {
    .downloads-hero {
      padding-bottom: 30px; } }

.wallets-content {
  max-width: 970px;
  margin: 0 auto; }

.wallets-warning {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 870px;
  margin-bottom: 40px; }

.wallets-warning-ico {
  width: 60px;
  height: 60px;
  margin-right: 40px; }
  @media (max-width: 640px) {
    .wallets-warning-ico {
      width: 50px;
      height: 50px;
      margin-right: 22px; } }

.wallets-warning-text {
  font-size: 20px;
  line-height: 30px; }
  @media (max-width: 640px) {
    .wallets-warning-text {
      font-size: 18px;
      line-height: 26px; } }

.wallets-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px; }
  @media (max-width: 990px) {
    .wallets-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 0; } }
  @media (max-width: 640px) {
    .wallets-list {
      margin-bottom: 20px; } }

.wallets-item {
  max-width: 170px;
  width: 100%; }
  @media (max-width: 990px) {
    .wallets-item {
      max-width: 30.6%;
      margin-bottom: 55px; } }
  @media (max-width: 640px) {
    .wallets-item {
      max-width: 48.2%;
      margin-bottom: 20px; } }

.wallets-item + .wallets-item {
  margin-left: 30px; }
  @media (max-width: 990px) {
    .wallets-item + .wallets-item {
      margin-left: 4%; } }
  @media (max-width: 640px) {
    .wallets-item + .wallets-item {
      margin-left: 3.5%; } }

@media (max-width: 990px) {
  .wallets-item.wallets-item-linux {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 640px) {
  .wallets-item.wallets-item-linux {
    margin-left: 0; } }

@media (max-width: 640px) {
  .wallets-item.wallets-item-apple {
    margin-left: 0; } }
	
@media (max-width: 640px) {
  .wallets-item.wallets-item-ios {
    margin-left: 0; } }

@media (max-width: 990px) {
  .wallets-item.wallets-item-github {
    margin-left: 0; } }

@media (max-width: 640px) {
  .wallets-item.wallets-item-github {
    margin-left: 3.5%; } }

.wallet {
  display: block;
  max-height: 160px;
  padding: 25px 15px;
  text-align: center;
  border: 1px solid #DADADA; }
  @media (max-width: 990px) {
    .wallet {
      min-height: 203px;
      padding: 41px 10px 25px; } }
  @media (max-width: 640px) {
    .wallet {
      min-height: 140px;
      padding: 25px 10px 15px; } }

.wallet:hover {
  padding: 24px 14px;
  border: 2px solid #F7BF00; }
  @media (max-width: 990px) {
    .wallet:hover {
      padding: 40px 10px 24px; } }
  @media (max-width: 640px) {
    .wallet:hover {
      padding: 24px 10px 14px; } }

.wallet-ico {
  margin-bottom: 15px; }
  @media (max-width: 640px) {
    .wallet-ico {
      width: 20px;
      height: 20px;
      margin-bottom: 8px; } }

.wallet-platform {
  margin-bottom: 5px;
  font-size: 22px;
  color: #13161F;
  text-align: center;
  line-height: 36px; }
  @media (max-width: 990px) {
    .wallet-platform {
      margin-bottom: 20px; } }
  @media (max-width: 640px) {
    .wallet-platform {
      margin-bottom: 7px;
      font-size: 18px; } }

.download-link {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-family: "Helvetica Medium";
  font-size: 12px;
  color: #103C66;
  letter-spacing: 0.2px;
  line-height: 29px;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .download-link {
      font-size: 10px; } }

.download-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 13.6px;
  height: 12.6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/download.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.wallet-hint {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px; }

.wallet-hint > a {
    text-decoration: underline;
}

.instruction {
  margin-bottom: 78px; }
  @media (max-width: 990px) {
    .instruction {
      margin-bottom: 45px; } }
  @media (max-width: 640px) {
    .instruction {
      margin-bottom: 50px; } }

.instruction-title {
  margin-bottom: 27px;
  text-align: left; }
  @media (max-width: 640px) {
    .instruction-title {
      margin-bottom: 57px; } }

.instruction-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }
  @media (max-width: 640px) {
    .instruction-list {
      display: block; } }

.instruction-item {
  max-width: 48%;
  margin-bottom: 28px; }
  @media (max-width: 640px) {
    .instruction-item {
      max-width: 100%;
      margin-bottom: 20px; } }

.instruction-item-number {
  min-width: 71px;
  height: 42px;
  margin-right: 30px;
  padding: 6px 0;
  background: #EAF4FF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-family: "Helvetica Medium";
  font-size: 18px;
  color: #103C66;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 29px; }
  @media (max-width: 990px) {
    .instruction-item-number {
      margin-right: 23px; } }
  @media (max-width: 640px) {
    .instruction-item-number {
      min-width: 52px; } }

.welcome-title {
  max-width: 450px;
  margin-bottom: 76px;
  line-height: 33px;
  text-align: left; }
  @media (max-width: 990px) {
    .welcome-title {
      margin-bottom: 55px; } }

.updates {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .updates {
      margin-bottom: 40px; } }

.updates-title {
  position: relative;
  max-width: 1230px;
  margin: 0 auto 25px;
  padding: 0 30px;
  font-family: "Helvetica Medium";
  font-size: 16px;
  color: #103C66;
  line-height: 52px;
  text-align: left; }
  @media (max-width: 768px) {
    .updates-title {
      margin: 0 15px 25px;
      padding-left: 40px;
      border: 1px solid #003A67;
      cursor: pointer; } }

@media (max-width: 768px) {
  .updates-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/icons/arrow-color.svg);
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 768px) {
  .updates-accordion.open .updates-title::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); } }

.updates-accordion-content {
  display: block; }
  @media (max-width: 768px) {
    .updates-accordion-content {
      display: none; } }

/* YouTube Mobile Settings */

.youtubevideowrap{
	max-width:672px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}
	  
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
 
*/
 
.faq-hero {
  /*margin-bottom: 91px; }*/
  margin-bottom: 50px; }
  @media (max-width: 990px) {
    .faq-hero {
      margin-bottom: 50px; } }

.faq-accordions {
  margin-bottom: 50px; }

.faq-acc {
  border-bottom: 1px solid #0E3A64;
  padding-bottom: 11px; }

.faq-acc + .faq-acc {
  margin-top: 10px; }

.faq-acc-btn {
  position: relative;
  padding-left: 27px;
  font-family: "Helvetica Medium";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.33px;
  line-height: 26px;
  cursor: pointer; }

.faq-acc-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/arrow-color.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.faq-acc.open .faq-acc-btn::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.faq-acc-content {
  padding: 30px 0 17px 25px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px; }
  @media (max-width: 640px) {
    .faq-acc-content {
      padding: 15px 0 15px 25px; } }

.roadmap-hero {
  margin-bottom: 112px; }
  @media (max-width: 990px) {
    .roadmap-hero {
      margin-bottom: 28px; } }
  @media (max-width: 640px) {
    .roadmap-hero {
      margin-bottom: 48px; } }

.roadmap-page-subtext {
  max-width: 480px; }

.move-to-link {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  padding-right: 23px;
  font-size: 16px;
  color: #3893E9;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  text-decoration: underline; }

.move-to-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/arrow-bright.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.roadmap-row {
  -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;
  margin-bottom: 95px; }
  @media (max-width: 990px) {
    .roadmap-row {
      display: block;
      margin-bottom: 80px; } }
  @media (max-width: 640px) {
    .roadmap-row {
      margin-bottom: 50px; } }

.growth-img-block {
  width: 517px;
  height: 283px; }
  @media (max-width: 990px) {
    .growth-img-block {
      margin: 0 auto 70px; } }
  @media (max-width: 640px) {
    .growth-img-block {
      height: auto;
      width: auto;
      margin: 0 auto 54px; } }

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

.coin-description {
  width: 470px;
  margin-left: 30px; }
  @media (max-width: 990px) {
    .coin-description {
      width: auto;
      margin: 0 auto;
      text-align: center; } }

.coin-description-title {
  margin-bottom: 27px;
  text-align: left; }
  @media (max-width: 990px) {
    .coin-description-title {
      text-align: center; } }

.hidden-text,
.hidden-text-span {
  display: none; }

.coin-description-content.expanded .hidden-text {
  display: block;
  margin-top: 30px; }

.coin-description-content.expanded .hidden-text-span {
  display: inline; }

.coin-description-content.expanded .readmore-btn {
  display: none; }

.readmore-btn {
  font-size: 16px;
  color: #3893E9;
  letter-spacing: 0;
  line-height: 30px; }

.timeline {
  margin-bottom: 72px; }
  @media (max-width: 990px) {
    .timeline {
      margin-bottom: 52px; } }
  @media (max-width: 640px) {
    .timeline {
      margin-bottom: 43px; } }

.timeline-body {
  position: relative;
  margin-bottom: 88px; }
  @media (max-width: 990px) {
    .timeline-body {
      margin-bottom: 33px; } }

.timeline-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #3893E9; }
  @media (max-width: 640px) {
    .timeline-body::before {
      left: 15px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.timeline-item {
  position: relative;
  width: 50%; }

/* February 2019  */
.timeline-item:nth-child(2) {
  margin-top: 150px; }

/* March 2019 */
  .timeline-item:nth-child(3) {
  margin-top: 200px; }

.timeline-item:nth-child(4) {
  margin-top: 175px; }

/* September 2019 */
.timeline-item:nth-child(5) {
  margin-top: 200px; }

/* November 2019 */
  .timeline-item:nth-child(6) {
  margin-top: 215px; }
 
.timeline-item:nth-child(7) {
  margin-top: 150px; }

.timeline-item:nth-child(odd) {
  float: right; }
  @media (max-width: 990px) {
    .timeline-item:nth-child(odd) {
      margin-left: auto; } }

.timeline-item:nth-child(even) {
  float: left; }

@media (max-width: 990px) {
  .timeline-item:nth-child(even),
  .timeline-item:nth-child(odd) {
    float: none;
    margin-top: 0; } }

@media (max-width: 640px) {
  .timeline-item:nth-child(even),
  .timeline-item:nth-child(odd) {
    margin-top: 0;
    width: 100%;
    text-align: left; } }

.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 29px;
  height: 29px;
  background: #3893E9 url(../img/icons/checkmark.svg) center no-repeat;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.timeline-item:nth-child(odd)::before {
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 640px) {
    .timeline-item:nth-child(odd)::before {
      left: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.timeline-item:nth-child(even)::before {
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }
  @media (max-width: 640px) {
    .timeline-item:nth-child(even)::before {
      left: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.timeline-item-content {
  max-width: 490px; }

.timeline-item:nth-child(odd) .timeline-item-content {
  padding-left: 20px;
  margin-left: auto; }

.timeline-item:nth-child(even) .timeline-item-content {
  padding-right: 20px;
  margin-right: auto;
  text-align: right; }

.timeline-item:nth-child(odd) .timeline-date {
  text-align: left; }

.timeline-item:nth-child(even) .timeline-date {
  margin-left: auto;
  text-align: right; }
  @media (max-width: 640px) {
    .timeline-item:nth-child(even) .timeline-date {
      margin-left: 0;
      text-align: left; } }

@media (max-width: 640px) {
  .timeline-item:nth-child(even) .timeline-item-content,
  .timeline-item:nth-child(odd) .timeline-item-content {
    padding: 0 0 0 40px;
    margin: 30px 0 0;
    max-width: unset;
    text-align: left; } }

.timeline-date {
  max-width: 270px;
  padding: 7px 12px 6px 13px;
  margin-bottom: 5px;
  font-family: "Helvetica Medium";
  font-size: 16px;
  color: #103C66;
  letter-spacing: 0.27px;
  text-align: center;
  line-height: 29px;
  background: #EAF4FF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .timeline-date {
      font-size: 14px; } }
	  
.timeline-date-g {
  max-width: 270px;
  padding: 7px 12px 6px 13px;
  margin-bottom: 5px;
  font-family: "Helvetica Medium";
  font-size: 16px;
  color: #103C66;
  letter-spacing: 0.27px;
  text-align: center;
  line-height: 29px;
  background: #FFD801;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .timeline-date-g {
      font-size: 14px; } }	  

.timeline-achievement {
  font-family: "Helvetica Medium";
  font-size: 12px;
  color: #0E3A64;
  letter-spacing: 0.2px;
  line-height: 26px; }

.timeline-text {
  margin-top: 10px; }

.timeline-year {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1; }
  @media (max-width: 640px) {
    .timeline-year {
      top: 330px;
      left: 15px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      width: 130px;
      height: 380px; } }

.separator {
  max-width: 100%;
  width: 563px;
  margin: 0 auto;
  border: 0;
  height: 1px;
  background: #3893E9;
  opacity: 0.3; }

.events-title {
  max-width: 350px;
  margin: 0 auto 30px; }

.events-subtext {
  max-width: 570px;
  margin: 0 auto 40px;
  text-align: center; }
  @media (max-width: 640px) {
    .events-subtext {
      margin-bottom: 20px; } }

.call-to-action {
  position: relative;
  background: #F3F9FE;
  padding: 25px 0 33px; }
  @media (max-width: 990px) {
    .call-to-action {
      padding: 70px 0 86px; } }
  @media (max-width: 640px) {
    .call-to-action {
      padding: 30px 0 61px; } }

.call-to-action-content {
  position: relative; }

.call-to-action-title {
  position: relative;
  z-index: 10;
  max-width: 350px;
  margin: 25px 0 10px;
  font-family: "Helvetica Medium";
  font-size: 20px;
  color: #0E3A64;
  letter-spacing: 0.33px;
  line-height: 26px; }
  @media (max-width: 990px) {
    .call-to-action-title {
      max-width: 300px; } }
  @media (max-width: 550px) {
    .call-to-action-title {
      max-width: 100%;
      text-align: center; } }

.call-to-action-text {
  position: relative;
  z-index: 10;
  max-width: 500px;
  margin-bottom: 40px; }
  @media (max-width: 990px) {
    .call-to-action-text {
      max-width: 340px; } }
  @media (max-width: 550px) {
    .call-to-action-text {
      max-width: 100%;
      text-align: center; } }

@media (max-width: 550px) {
  .call-to-action-link {
    margin: 0 auto; } }

@media (max-width: 480px) {
  .call-to-action-link {
    width: 100%; } }

.goldcoins-img {
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 0; }
  @media (max-width: 990px) {
    .goldcoins-img {
      -webkit-transform: translateX(30%);
          -ms-transform: translateX(30%);
              transform: translateX(30%); } }
  @media (max-width: 550px) {
    .goldcoins-img {
      -webkit-transform: translateX(67%);
          -ms-transform: translateX(67%);
              transform: translateX(67%); } }

.tour-title {
  margin-bottom: 25px;
  font-family: "Helvetica Medium";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.33px;
  text-align: center;
  line-height: 26px; }
  @media (max-width: 640px) {
    .tour-title {
      margin-bottom: 15px; } }

.tour-events {
  margin-bottom: 0; }

.tour.open .tour-events {
  margin-bottom: 88px; }

.tour .past-event:first-child {
  padding-bottom: 57px; }

.tour.open .past-event:first-child {
  padding-bottom: 0; }

.tour-events > * {
  display: none; }

.tour-events > .past-event:first-child {
  display: block; }

.tour.open .tour-events > * {
  display: block; }

.show-past-btn {
  position: relative;
  width: 255px;
  margin: 0 auto 70px;
  font-family: "Helvetica Medium";
  font-size: 16px;
  color: #103C66;
  letter-spacing: 0.27px;
  text-align: center;
  line-height: 29px; }
  @media (max-width: 480px) {
    .show-past-btn {
      margin-bottom: 25px;
      width: 100%; } }

.show-past-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 8px;
  background: url(../img/icons/arrow-color.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.tour.open .show-past-btn::before {
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg); }

.tour-events::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3893E9), to(#fff));
  background-image: -webkit-linear-gradient(top, #3893E9 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #3893E9 0%, #fff 100%);
  background-image: linear-gradient(180deg, #3893E9 0%, #fff 100%); }

.tour.open .tour-events::before {
  background: #3893E9; }

.past-event::before {
  content: '';
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  background: #3893E9;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

@media (max-width: 640px) {
  .past-event:nth-child(odd)::before,
  .past-event:nth-child(even)::before {
    left: 6px; } }

.timeline-item:nth-child(even) .past-event-date {
  margin-left: 0;
  margin-right: auto;
  text-align: left; }

.past-event-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  @media (max-width: 640px) {
    .past-event-row {
      display: block; } }

.past-event-row + .past-event-row {
  margin-top: 15px; }
  @media (max-width: 640px) {
    .past-event-row + .past-event-row {
      margin-top: 11px; } }

.past-event-date {
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .past-event-date {
      margin-bottom: 25px;
      padding: 0;
      font-size: 25px;
      color: #000000;
      letter-spacing: 0.42px;
      line-height: 29px;
      background: none;
      text-transform: capitalize; } }

.past-event-title {
  min-width: 100px;
  font-size: 12px;
  color: #0E3A64;
  letter-spacing: 0.2px;
  line-height: 26px; }
  @media (max-width: 990px) {
    .past-event-title {
      min-width: 80px; } }

.past-event + .past-event {
  margin-top: 150px; }
  @media (max-width: 990px) {
    .past-event + .past-event {
      margin-top: 0; } }

.contact-form {
  max-width: 570px;
  margin: 35px auto 55px; }
  @media (max-width: 600px) {
    .contact-form {
      margin: 48px auto 50px; } }

.input-label {
  font-size: 16px;
  color: #313541;
  letter-spacing: 0; }

.input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 10px 0 20px;
  padding-left: 15px;
  font-size: 16px;
  color: #313541;
  letter-spacing: 0;
  background: #FFFFFF;
  border: 1px solid #DFE6EE;
  -webkit-box-shadow: 0 2px 30px 0 rgba(185, 198, 205, 0.25);
          box-shadow: 0 2px 30px 0 rgba(185, 198, 205, 0.25);
  outline: none; }

.textarea {
  display: block;
  width: 100%;
  height: 168px;
  padding: 11px 15px;
  margin: 10px 0 30px;
  font-size: 16px;
  color: #313541;
  letter-spacing: 0;
  background: #FFFFFF;
  border: 1px solid #DFE6EE;
  -webkit-box-shadow: 0 2px 30px 0 rgba(185, 198, 205, 0.25);
          box-shadow: 0 2px 30px 0 rgba(185, 198, 205, 0.25);
  resize: none;
  outline: none; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .form-row {
      display: block; } }

.form-col {
  width: 50%; }
  @media (max-width: 600px) {
    .form-col {
      width: 100%; } }

.form-col + .form-col {
  margin-left: 28px; }
  @media (max-width: 600px) {
    .form-col + .form-col {
      margin-left: 0; } }

.form-btn {
  width: 303px;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .form-btn {
      width: 100%; } }

.invalid {
  border: 2px solid #F3B1B9; }

.invalid:valid {
  border: 2px solid #BCF4B8; }

.form-captcha {
  max-width: 100%;
  width: 305px;
  margin: 0 auto 35px; }

.form-captcha-error {
  margin-top: 5px;
  color: red; }

 /* Dropdown Button */
.dropbtn {
    color: black;
    padding: 11px;
    font-size: 12px;
    letter-spacing: 0.23px;
    font-family: "Helvetica Regular";
    font-weight: 400;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.menu-link {
    position: relative;
    display: inline-block;
    color: black;
    padding: 11px;
    font-size: 12px;
    letter-spacing: 0.23px;
    font-family: "Helvetica Regular";
    font-weight: 400;
    border: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #869cb1;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: white;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: white;} 

/* add new rule for network status in footer */
.statusmenu {
	display: inline-block;
	color:#0E3A64;
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/img/icons/test.svg);
}