/* bootstrap */
/*end bootstrap*/
ul {
  margin-bottom: 0px !important;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.card-text p {
  margin-bottom: 0px !important;
}
#capvol {
  margin-top: 9px;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  width: 0%;
  display: none;
}
@media (min-width: 1584px) {
  #capvol {
    width: 35%;
    display: inline;
  }
}
.price-big {
  font-size: 30px;
  font-weight: 900;
}
.card-top {
  /* background-color: #007bff; */
  color: white;
  background-image: linear-gradient(#1b91f1, #2358bf);
  border: none !important;
  height: 100%;
}
td {
  vertical-align: middle !important;
}
th {
  vertical-align: middle !important;
}
body {
  background-color: #f4f4f4 !important;
}
@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/3ae8bb/000000000000000000017823/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3ae8bb/000000000000000000017823/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3ae8bb/000000000000000000017823/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
}
p,
a,
h1,
h2,
div,
span,
h3,
h4 {
  font-family: "proxima-nova" !important;
}
.news-heading {
  font-size: 20px !important;
  text-shadow: 2px 2px 4px #000000;
}
@media (min-width: 600px) {
  .news-heading {
    font-size: 2.5rem !important;
  }
}
.sidebar-socials {
  font-size: 24px;
}
.long-card-body h2,
.news-card h2 {
  font-weight: 600;
}
.newsletter-article h4 {
  font-weight: 600;
}
.card-deck .card {
  border-radius: 0rem !important;
}
/* buttons */
.my-primary {
  background-color: rgba(134, 134, 134, 0.78) !important;
  border-color: rgba(0, 0, 0, 0.78) !important;
  text-transform: uppercase;
}
/* buttons */
/* newsletter */
.newsletter-article .ml-form-align-center {
  text-align: left !important;
}
.newsletter-article .ml-form-embedBody {
  padding: 0 !important;
}
.ml-form-embedContent,
.ml-form-embedContent h4 {
  margin: 0 !important;
}
/* newsletter */
.author-meta {
  color: grey;
}
.images-courtesy {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: italic;
  color: grey;
}
.news-heading {
  text-transform: uppercase;
  font-weight: 600;
}
.inset-image {
  -moz-box-shadow: inset 0 -60px 30px -10px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: inset 0 -60px 30px -10px rgba(0, 0, 0, 0.53);
  box-shadow: inset 0 -60px 30px -10px rgba(0, 0, 0, 0.53);
}
.inset-image img {
  position: relative;
  z-index: -2;
}
.intro {
  color: #3d3d3d;
  font-weight: 600;
}
.my-overlay {
  position: absolute;
  padding: 20px;
  bottom: 0px;
}
/* socials */
.sharebuttons,
#market {
  display: flex;
  justify-content: space-around;
}
#market {
  height: 100%;
  font-size: 13px;
  width: 100%;
}
@media (min-width: 1584px) {
  #market {
    width: 65%;
  }
}
.my-text-success {
  color: #33b667 !important;
}
#main-nav,
#vue-market {
  height: 100%;
}
.market-elem {
  width: 100%;
  height: 100%;
  padding: 9px;
}
.price {
  color: #737373;
}
.eth-chg-pct {
  display: none;
}
@media (min-width: 1584px) {
  .eth-chg-pct {
    display: inline;
  }
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  width: 100%;
  text-align: center;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
.resp-sharing-button--pinterest {
  background-color: #bd081c;
}
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.resp-sharing-button--tumblr {
  background-color: #35465C;
}
.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
.resp-sharing-button--reddit {
  background-color: #5f99cf;
}
.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
}
.resp-sharing-button--google:hover {
  background-color: #c23321;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.resp-sharing-button--email {
  background-color: #777;
}
.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
.resp-sharing-button--xing {
  background-color: #1a7576;
}
.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
.resp-sharing-button--whatsapp {
  background-color: #25D366;
}
.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}
.resp-sharing-button--hackernews {
  background-color: #FF6600;
}
.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}
.resp-sharing-button--vk {
  background-color: #507299;
}
.resp-sharing-button--vk:hover {
  background-color: #43648c;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}
.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}
.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}
.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}
.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}
.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}
.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}
.resp-sharing-button--vk:hover .resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}
/* socials */
/* footer */
.dark-hr {
  border-color: white;
}
#footer-wrapper {
  background-color: #00001a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296' height='296' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23102a51' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23102a51'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  padding: 20px;
  color: white;
}
.btn-outline-light:hover {
  color: black !important;
}
.delete-me {
  color: blue;
}
#footer-wrapper h4 {
  color: white;
  font-size: 15px;
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
.footer-wrapper-simple {
  padding: 20px;
  color: white;
}
#footer-wrapper nav a {
  display: block;
  color: white;
  margin-bottom: 15px;
}
#footer-wrapper .fab,
#footer-wrapper .fas {
  color: white;
  padding: 3px;
  font-size: 20px;
}
.brand-logo {
  width: 128px;
  height: 128px;
}
.small-footer-text {
  color: white;
  font-size: 10px;
}
/* /footer */
.news-card h2 a {
  color: black;
  text-transform: uppercase;
  font-size: 22px;
}
.news-card {
  height: 100%;
  overflow: hidden;
}
.image-hover {
  height: 200px;
  overflow: hidden;
  margin: 0;
  width: calc(100% + 1px);
  max-width: calc(100% + 1px);
}
a.category::after,
span.category::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% + 4px);
  bottom: -5px;
  right: -5px;
  border: 0;
  background: #1b91f1;
}
a.category::before,
span.category::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 5px);
  height: 2px;
  bottom: -5px;
  right: -5px;
  border: 0;
  background: #1b91f1;
}
a.category,
span.category {
  border-color: #1b91f1;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.image-hover-container {
  position: relative;
}
#mc_embed_signup .button {
  width: 100% !important;
  background-color: #1b91f1 !important;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.image-hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #000000;
}
.image-hover-container:hover .image-hover-overlay {
  opacity: 0.5;
}
.carousel-caption {
  position: absolute;
  bottom: 20px;
  right: auto !important;
  left: 30px !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
}
.link-light {
  color: white !important;
  text-decoration: none;
}
.link-light:hover {
  text-decoration: none;
}
.link-grey {
  color: rgba(0, 0, 0, 0.58) !important;
  text-decoration: none;
}
.link-grey:hover {
  text-decoration: none;
}
.category {
  color: #222c3a;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  border: 2px solid #1b91f1;
  padding: 6px 15px;
  margin-bottom: 1rem;
  font-size: 11px;
  white-space: nowrap;
}
.category:hover {
  background-color: #1b91f1;
  color: white;
  text-decoration: none;
}
.market-data {
  height: 40px;
  margin-top: 53px;
  background-color: #ffffff;
  color: grey;
  border-bottom: 1px solid #e4e4e4;
}
.yield,
.big-price {
  font-size: 1.7rem;
}
.meta {
  font-size: 9px;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}
.category-badge {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  transform: skewX(-15deg);
  z-index: 1;
  background-color: orange;
}
h4.mvp-widget-home-title::before {
  content: '';
  background: #cdcdcd;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.subsection {
  padding-top: 30px;
  background-color: #f4f4f4;
}
.long-card {
  height: auto;
}
@media (min-width: 767px) {
  .long-card {
    height: 200px;
  }
}
.card-text {
  font-size: 0.9rem;
}
.small-card {
  height: auto;
}
@media (min-width: 767px) {
  .small-card {
    height: 100px;
  }
}
.news-card h2 a {
  font-size: 16px !important;
}
.long-card-body {
  padding: 0px !important;
}
.border-top {
  border-top: 1px solid grey;
}
.border-right {
  border-right: 1px solid grey;
}
.border-md-left {
  border-left: 0px solid #dee2e6;
}
@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #dee2e6;
  }
}
.border-md-right {
  border-right: 0px solid #dee2e6;
}
@media (min-width: 768px) {
  .border-md-right {
    border-right: 1px solid #dee2e6;
  }
}
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
  font-style: italic;
  color: grey;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: grey;
}
.btn-primary {
  background-color: #001f5c !important;
  border-color: #001f5c !important;
}
.btn-wide {
  width: 100%;
}
.block-image img {
  max-width: 100% !important;
  height: auto !important;
}
h4.mvp-widget-home-title {
  float: left;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
#header {
  top: 0;
  z-index: 101;
  width: 100%;
  height: 53px;
  position: fixed;
  coloer: white;
}
.nav-colored {
  background-color: #000000ed;
  transition: background-color 200ms linear;
}
.nav-transparent {
  background-color: transparent;
  transition: background-color 200ms linear;
}
#header a {
  color: white;
}
#rowheader {
  width: 100%;
  margin: 0;
  position: relative;
  height: 100%;
}
#search-navbar {
  background-color: transparent;
  border: none;
  font-size: 13px;
  color: white;
  margin-left: 5px;
}
#search-navbar-button {
  background-color: transparent;
  color: white;
  border: none;
}
#search-navbar-form {
  margin-top: 12px;
}
.pagination {
  background-color: transparent;
}
.pagination .active-paginator {
  background-color: #1b91f1;
}
.active-paginator a {
  color: white !important;
}
.pagination li {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination a {
  color: grey;
}
#top-brand {
  position: relative;
  margin: 6px 0px 0px 0px;
}
.content-header-bottom {
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 36.6px solid rgba(0, 0, 0, 0.94);
  position: absolute;
  top: 50px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  margin: 0px 0px 0px -63.5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -63.5px;
}
.my-navbar-nav.brand-left {
  position: relative;
  margin-right: 60px;
  margin-top: 10px;
}
.my-navbar-nav {
  float: left;
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
}
.my-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.my-navbar-nav > li {
  float: left;
  font-weight: 600;
  padding-left: 10px;
}
.my-nav > li,
.my-nav > li > a {
  position: relative;
  display: block;
}
ol,
li {
  list-style-type: none;
}
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #000000;
  color: #fff;
  transition: all 0.3s;
  z-index: 102;
}
#sidebar a {
  color: white;
}
#sidebar.active {
  margin-left: -250px;
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  /* display: block;*/
  /*position: absolute;*/
  /*  top: 50%;/*
  /*			   right: 20px;*/
  /*transform: translateY(-50%);*/
}
.dropdown-item:hover {
  color: black !important;
}
.dropdown-menu {
  background-color: #0e0e0e !important;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
#right-menu {
  position: absolute;
  right: 0px;
  height: 100%;
  display: none;
}
@media (min-width: 1500px) {
  #right-menu {
    display: inline;
  }
}
#search-wrapper {
  height: 100%;
  background-color: #808080b3;
}
#navbar-socials {
  padding-top: 9px;
  color: white;
  margin-right: 10px;
}
#sidebarCollapse {
  font-size: 30px;
  margin-top: 5px;
  -webkit-appearance: none;
  margin-left: 10px;
}
#sidebarCollapse:hover {
  cursor: pointer;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #000000;
}
#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}
#sidebar ul li a:hover {
  color: #000000;
  background: #fff;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #000000;
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #000000;
}
.overlay {
  display: none;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.7);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 100;
  opacity: 0;
  /* animate the transition */
  transition: all 0.5s ease-in-out;
  top: 0px;
}
/* display .overlay when it has the .active class */
.overlay.active {
  display: block;
  opacity: 1;
}
#dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  /* top right corner of the sidebar */
  top: 10px;
  right: 10px;
}
#dismiss:hover {
  cursor: pointer;
}
.carousel-caption h1 {
  font-size: 40px;
  text-shadow: 2px 2px 4px #000000;
  text-transform: uppercase;
  font-weight: 600;
}
[v-cloak] {
  display: none;
}
.rich-text p {
  text-align: justify;
}
.news-card h2 {
  line-height: 0.6 !important;
}
.section-heading {
  color: black;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600;
}
.orange {
  color: #1b91f1;
}
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
input {
  /*border: 1px solid transparent;*/
  /*background-color: #f1f1f1;*/
}
input[type=text] {
  /*background-color: #f1f1f1;*/
}
input[type=submit] {
  /*background-color: DodgerBlue;*/
  /*  color: #fff;*/
  /*cursor: pointer;*/
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.clickable-row {
  cursor: pointer;
}
/* loader */
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.loader {
  left: 50%;
  margin-left: -2em;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4.05em;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #cef;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* loader end */
v-cloak {
  display: none;
}
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
pre,
code {
  background-color: #f1f1f1 !important;
}
#newsletterbutton {
  display: block !important;
}
#at4-share {
  z-index: 50 !important;
}
.pointy {
  cursor: pointer;
}
.pointy:hover {
  cursor: pointer;
}
/* landing */
#typed {
  min-height: 60px;
}
.top-menu {
  border-bottom: none !important;
}
/* testimonials */
#testimonials-section {
  opacity: 0;
}
.snip1359 {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  /*max-width: 315px;*/
  width: 100%;
  color: #838fa0;
  text-align: left;
  line-height: 1.4em;
  background-color: white;
  padding-top: 120px;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border-radius: 0rem;
  border: 1px solid #dae1e9;
  margin: 0 auto;
}
.snip1359 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1359 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1359 figcaption {
  width: 100%;
  background-color: transparent;
  padding: 10px;
  position: relative;
}
.snip1359 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
}
.snip1359 h3 {
  font-size: 1.3em;
  margin: 25px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.snip1359 h3 span {
  display: block;
  font-size: 0.65em;
  color: #3893ff;
}
.snip1359 blockquote {
  margin: 0 0 10px;
  padding: 0 0 30px;
  letter-spacing: 1px;
  opacity: 0.8;
  font-style: italic;
  font-weight: 300;
}
.snip1359 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 180px;
  line-height: 1em;
  color: #0767e4;
  font-style: normal;
  content: "\201D";
  right: 20px;
  bottom: -105px;
}
/* testimonials */
#front-hero-image {
  height: 700px;
  margin-top: -50px;
}
.wave {
  background: linear-gradient(to right, sandybrown, chocolate);
  height: 50px;
  position: relative;
}
.wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10px -5px, transparent 12px, white 13px);
}
.wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image: radial-gradient(circle at 10px 15px, white 12px, transparent 13px);
}
.wave-top {
  background: linear-gradient(to right, sandybrown, chocolate);
  height: 50px;
  position: relative;
}
.wave-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10px -5px, transparent 12px, #ff7255 13px);
}
.wave-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image: radial-gradient(circle at 10px 15px, #ff50ae 12px, transparent 13px);
}
/* icons */
.small-icon-frontpage {
  color: white;
  font-size: 60px;
  padding: 15px;
}
/* icons */
/* cards */
.featured-card {
  margin: 0 auto;
  border-radius: 0px !important;
}
.guide-card {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 424px) {
  .guide-card {
    width: 400px !important;
  }
}
.border-card-body {
  border-radius: 0rem;
  border: 1px solid #dae1e9;
}
.border-card-body-w-img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 0px;
  border: 1px solid #dae1e9;
}
/* cards */
body {
  font-family: 0.1px "Nunito", Helvetica, Arial, sans-serif;
  background-color: white !important;
}
.sub-h {
  font-size: 16px !important;
  margin-top: 20px;
}
#top-cards {
  position: relative;
}
#top-cards h2 {
  font-size: 20px;
}
#showoff-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.flex-box {
  flex-direction: column;
  align-items: center;
  -moz-box-align: center;
  padding: 0px 24px;
  text-align: center;
  display: flex;
}
.flex-box2 {
  flex-direction: row;
  align-items: center;
  -moz-box-align: center;
  padding: 0px 24px;
  text-align: center;
  display: flex;
}
.img-bound {
  border: 1px solid #dae1e9;
  border-radius: 50%;
  width: auto;
  display: flex;
  text-align: center;
}
#points h2 {
  font-size: 18px;
}
#intro .row {
  margin-top: 60px;
}
.img-bound2 {
  margin-top: -8px;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  background-color: white;
  border: 1px solid #dae1e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  justify-content: center;
  box-shadow: rgba(78, 92, 110, 0.05) 0px 5px 10px;
}
.img-top {
  margin: 30px;
}
.scroll-downs {
  position: absolute;
  top: 320px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
#top-cards card {
  margin: 10px;
}
h2 {
  font-family: 'Nunito', sans-serif;
  color: #233143;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.3px;
  text-transform: capitalize !important;
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
.blog-heading h2 {
  font-size: 18px;
}
@media (min-width: 438px) {
  .blog-heading h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1368px) {
  .blog-heading h2 {
    font-size: 32px !important;
  }
}
.top-card-heading {
  font-family: 'Nunito', sans-serif;
  color: #838fa0;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.3px;
  text-transform: capitalize !important;
}
.top-card-text {
  font-family: 'Nunito', sans-serif;
  color: #233143;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.3px;
}
h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px !important;
  }
}
.blog-heading h1 {
  font-size: 20px;
}
@media (min-width: 438px) {
  .blog-heading h1 {
    font-size: 30px !important;
  }
}
@media (min-width: 1368px) {
  .blog-heading h1 {
    font-size: 50px !important;
  }
}
.powered-by {
  font-size: 18px;
}
.subheading-top {
  margin-top: 0px;
  font-size: 18px;
}
.search-area2 {
  width: 100% !important;
  margin: 0 auto;
  border-radius: 0rem;
  background-color: white;
}
@media (min-width: 992px) {
  .search-area2 {
    width: 600px !important;
  }
}
.no-border {
  border: none !important;
}
#explore-btn,
#sell-btn {
  width: 100% !important;
}
@media (min-width: 992px) {
  #explore-btn,
  #sell-btn {
    width: auto !important;
  }
}
#media-section {
  padding-bottom: 30px;
  margin-top: 30px;
}
.back-stars {
  background: url("../img/svg/elements_in_sky.svg") no-repeat top right;
  position: absolute;
  right: 0px;
  height: 500px;
  width: 500px;
  background-size: contain;
}
.images {
  opacity: 0;
  display: flex;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* The hero image */
.hero2 {
  background-color: #126cfa;
  /* Set a specific height */
  height: 300px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.btn-outline-light {
  -webkit-appearance: none !important;
}
.hero-image {
  /* The image used */
  /*background: linear-gradient(to right, #515777 , #29385d); */
  /*background: linear-gradient(-45deg,  #29385d 50%,#515777); */
  background-color: black;
  background-image: linear-gradient(to bottom, #00000c 0%, rgba(117, 19, 93, 0) 20%), url("../img/png/planet.jpg");
  /* Set a specific height */
  height: 700px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}
.rounded-section {
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}
/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 350px;
  left: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}
.mynav-landing-color {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-bottom: 1px solid #dae1e9;
  background-color: white;
  z-index: 20;
  padding: 0;
}
.mynav-landing-trans {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent;
  z-index: 20;
  padding: 0;
}
.guy {
  margin-left: -300px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 1168px) {
  .guy {
    margin-left: -200px;
  }
}
#roles-section,
#abouta,
#teama,
#video {
  text-align: center;
  padding: 40px 0 40px;
  overflow: hidden;
  -ms-overflow-style: none;
}
#blockchain-section {
  text-align: center;
  padding: 10px 0 40px;
  overflow: hidden;
  -ms-overflow-style: none;
}
#guides {
  padding: 60px 0 60px;
  overflow: hidden;
  -ms-overflow-style: none;
}
.guide-card h2 {
  font-size: 15px;
}
.guide-card h3 {
  font-size: 13px;
  color: #838fa0;
}
#intro {
  text-align: center;
  padding: 40px 0 40px;
  overflow: hidden;
  -ms-overflow-style: none;
  /*border-top: 1px solid #dae1e9;*/
}
#categories {
  padding: 60px 0 40px;
  overflow: hidden;
  -ms-overflow-style: none;
  text-align: center;
}
#guides p {
  font-size: 16px;
  line-height: 120%;
  color: #838fa0;
}
#roles-section p {
  font-size: 16px;
  line-height: 120%;
  color: #838fa0;
}
#categories p {
  font-size: 16px;
  line-height: 120%;
  color: #838fa0;
}
#blockchain-section p {
  font-size: 16px;
  line-height: 120%;
  color: #838fa0;
}
#intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #838fa0;
}
#points img {
  padding: 5px;
}
.roles-summary h2 {
  color: #0e0e0f;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.roles-summary {
  margin-top: 80px;
}
.asterisks {
  color: #126cfa;
  margin: 10px;
}
.asterisks i {
  padding: 5px;
}
#lnc-section {
  overflow: hidden;
  background-color: #00001a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296' height='296' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23102a51' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23102a51'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  position: relative;
}
#lnc-section h2 {
  color: white;
}
#lnc-section p {
  font-size: 18px;
  line-height: 120%;
  color: white;
}
.slide {
  margin-top: -50px;
}
.slide a h2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 70px;
  position: relative;
}
.slide a h2 small {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
}
.slide a div {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.slide a div:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
/* partners */
#micromoney {
  background: url("/img/micromoney.png") no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#micromoney:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#hoqu {
  background: url("/img/HOQU_Logo_Vertical_F.png") no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#hoqu:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#ties-network {
  background: url("/img/ties.png") no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#ties-network:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#kcs {
  background: url("/img/kcs.jpg") no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#kcs:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#origin {
  background: url("/img/origin.png") no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#origin:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#proxy {
  background: url('/img/proxy.jpg') no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#proxy:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#starbase {
  background: url("/img/starbase.png") no-repeat center center;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#starbase:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
#sistemkoin {
  background: url('/img/sistemkoin.jpg') no-repeat center center;
  height: 200px;
  width: 100%;
  background-size: contain;
  margin: 0 auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
#sistemkoin:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  cursor: pointer;
}
#ddex {
  background: url('/img/ddex.jpg') no-repeat center center;
  height: 200px;
  width: 100%;
  background-size: contain;
  margin: 0 auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
#ddex:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  cursor: pointer;
}
#idex {
  background: url(/img/idex.jpg) no-repeat center center;
  height: 200px;
  width: 100%;
  background-size: contain;
  margin: 0 auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
#idex:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  cursor: pointer;
}
#etherdelta {
  background: url(/img/forkdelta.jpg) no-repeat center center;
  height: 200px;
  width: 100%;
  background-size: contain;
  margin: 0 auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
#etherdelta:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  cursor: pointer;
}
.partner {
  margin-top: 30px;
}
/* partners */
/* media */
#windows {
  background: url("../img/png/windows.png") no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#google {
  background: url("../img/png/google.png") no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#berkeley {
  background: url("../img/png/berkeley.png") no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#sap {
  background: url('../img/png/sap.png') no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#cs-small {
  background: url("/img/coinspeaker_small.png") no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.15;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#amazon {
  background: url('../img/png/amazon.png') no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#stanford {
  background: url('../img/png/harvard.png') no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
#stanford {
  background: url('../img/png/stanford.png') no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=15);
  /* For IE8 and earlier */
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}
/* media */
/* slick */
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: grey !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* slick */
/* landing */
