/* Fonts */

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.press h2 {
  font-size: 27px;
}
.press h4 {
  padding: 20px 0 10px 0;
}
.section p, .section li {
  font-size: 16px;
  font-family: 'PT Serif', serif;
  line-height: 1.65em;
}
@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 36px;
  }
  .jumbotron {
    padding: 96px 0;
  }
}

/* Images */

img {
  max-width: 100%;
}

/* Navigation */

.logo {
  background-image: url("/static/img/logos/DigitalAssetInvert.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 31px;
  width: 137px;
}
.bg-light .logo {
  background-image: url("/static/img/logos/DigitalAsset.png");
}
.no-logo .navbar .logo {
  display: none;
}
.press-logo {
  display: none;
}
.no-logo .press-logo {
  display: inline;
}
.press .logo {
  float: left;
  height: 31px;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.jumbotron {
  margin-top: -50px;
}

.navbar {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.navbar-brand {
  padding-right: 0px;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:visited {
  border: none;
  background-color: transparent;
}

.navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
.bg-blue .more-wrapper a {
  color: white;
  background-color: rgba(23, 25, 42, 0.4);
}
.bg-light .navbar-inverse .navbar-nav > .active > a, .bg-light .navbar-inverse .navbar-nav > .active > a:hover, .bg-light .navbar-inverse .navbar-nav > .active > a:focus, .bg-light .navbar-inverse .navbar-nav>.open>a, .bg-light .navbar-inverse .navbar-nav>.open>a:focus, .bg-light .navbar-inverse .navbar-nav>.open>a:hover, .bg-light .bg-blue .more-wrapper a {
  opacity: 0.7;
  background-color: rgba(23, 25, 42, 0.05);
}

.bg-light .navbar-nav>li>a {
  color: #272767;
  opacity: 0.9;
}
.navbar-inverse .navbar-nav>li>a {
  opacity: 0.7;
}
.bg-light .navbar-nav>li>a:hover, .bg-light .navbar-nav>li>a:active {
  color: #272767;
  opacity: 1;
}
.bg-light .navbar-inverse .navbar-nav > .active > a, .bg-light .navbar-inverse .navbar-nav > .active > a:hover, .bg-light .navbar-inverse .navbar-nav > .active > a:focus,
.bg-light .navbar-inverse .navbar-nav>.open>a, .bg-light .navbar-inverse .navbar-nav>.open>a:focus, .bg-light .navbar-inverse .navbar-nav>.open>a:hover {
  color: #272767;
  opacity: 1;
}
.navbar-nav>li>.dropdown-menu {
  background-color: #1C1F3B;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.bg-light .navbar-nav>li>.dropdown-menu {
  background-color: #EBECEF;
}
.dropdown-menu>li>a {
  color: #f8f8f8;
}
.bg-light .dropdown-menu>li>a {
  color: #272767;
}
.dropdown-menu .divider {
  background-color: #333985;
}
.bg-light .dropdown-menu .divider {
  background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .dropdown-menu>li>a {
    padding: 8px 10px;
  }
}

/* Sections */

html, body, .section {
  max-width: 100%;
}
.section h2 {
  margin-top: 0;
  text-align: center;
}
.inner {
  padding: 70px 0;
}
.jumbotron {
  text-align: center;
}

/* - White */

.bg-white {
  background: #ffffff;
  color: rgb(18,18,18);
}
.white {
  color: #ffffff;
}

/* - Light Grey */

/* - - Flat */

.bg-grey-light {
  background: #f5f7f9;
}

/* - - Halved */

.bg-grey-med-half {
  background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15)),linear-gradient(to top left,#f5f7f9,#f5f7f9 50%,#f5f7f9);
  background-blend-mode: soft-light;
  color: #f8f8f8;
}

/* - Light Blue */

.bg-blue-light {
    background-color: #333985;
}

/* - Medium Blue */

/* - - Flat */

.bg-blue-med {
  background-color: #272767;
  color: #f8f8f8;
}

/* - - Gradient */

.bg-blue-med-grad-down {
  background-color: #333985;
  background-image: -webkit-linear-gradient(270deg, #333985 0%, #17192a 100%);
  background-image: linear-gradient(-180deg, #333985 0%, #17192a 100%);
  color: #f8f8f8;
}
.bg-blue-med-grad-radial,
.career-card:hover,
#submit_buttons {
  background-color: #17192a;
  background-image: linear-gradient(160deg,#17192a,#333985);
  color: #f8f8f8;
}
#submit_buttons {
  margin: 0 auto;
  padding: 20px;
}

/* - - Halved */

.bg-blue-med-half {
  background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15)),linear-gradient(to top left,#17192a,#272767 50%,#333985);
  background-blend-mode: soft-light;
  color: #f8f8f8;
}

/* - Dark Blue */

.bg-blue-dark {
  background-color: #17192a;
  color: #f8f8f8;
}

/* Links */

a {
  color: #333985;
}

p a {
  text-decoration: underline;
}

/* Margins and Paddng */

.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px;
}
.mb260 {
  margin-bottom: 260px;
}

.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 70px;
}
.mt-160 {
  margin-top: -160px;
}
.mt-400 {
  margin-top: -400px;
}

.mtb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.pad15-20 {
  padding: 15px 20px;
}
.pad20-0 {
  padding: 20px 0;
}
.pad40-0 {
  padding: 40px 0;
}
.pad50-0 {
  padding: 50px 0;
}
.pad40 {
  padding: 40px;
}
.pad50 {
  padding: 50px;
}

.padt0 {
  padding-top: 0px !important;
}

.padt20 {
  padding-top: 20px;
}

.padt50 {
  padding-top: 50px;
}
.padt140 {
  padding-top: 140px;
}

.padb0 {
  padding-bottom: 0px !important;
}

.z50 {
  z-index: 50;
}
.z100 {
  z-index: 100;
}
.z200 {
  z-index: 200;
}
.z300 {
  z-index: 300;
}

hr {
    background: #17192a;
    border: none;
    box-shadow: none;
    display: block;
    height: 10px;
    margin: 30px auto;
    width: 120px;
    margin-bottom: 60px;
    margin-top: 60px;
}

/* - More */


.more-wrapper {
  text-align: center;
}
.more-wrapper a {
  font-size: 14px;
  display: inline-block;
  padding: 8px 10px;
}
.more-wrapper a:hover {
  background-color: white;
}
.bg-blue .more-wrapper a:hover {
  background-color: rgba(23, 25, 42, 0.6);
}

/* Section - Investors */

.investor {
  opacity: 0.9;
  width: auto;
}
.pwc {
  height: 48px !important;
  margin-top: -6px !important;
}

/* Section - Screenshot */

.screenshot {
  border: 8px solid rgba(255,255,255,0.1);
}

/* Section - Acquisitions */

.acquis {
  padding: 40px;
  min-height: 330px;
}
.acquis img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.acquis img.elevence {
  max-width: 60%;
  padding: 15px 0;
}

/* Section - Partners */

.partner img {
  max-width: 60%;
  padding: 20px 0;
}

/* Section - World */

.world {
  background-image: url('/static/img/misc/world-trans.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .world-contain.inner {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .world {
    height: 360px;
  }
}

/* Section - Media */

.home-video {
  max-width: 100%;
}
.home-video-big {
  display: none;
}
.bbg-video-img {
  max-width: 60%;
}

@media only screen and (min-width: 767px) {
  .home-video-big {
    display: inline;
  }
  .home-video-small {
    display: none;
  }
}

.media-item {
  display: block;
  min-height: 170px;
  padding: 15px 20px;
}
.media-item:hover {
  background-color: white;
  text-decoration: none;
}
.media-item img {
  float: left;
  padding-right: 15px;
}
.media-item h4 {
  margin-top: 3px;
}

/* Section - Footer */


.bg-blue input, .bg-blue input, .bg-blue textarea {
  display: block;
  outline: none;
  background-color: white;
  padding: 12px 10px;
  margin: 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #272767;
  font-size: 16px;
  height: 48px;
}

.subscribe input[type="email"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  float: left;
  width: 66%;
}
.subscribe input[type="submit"] {
  float: left;
  width: 33%;
  border: 1px solid #677ffb;
  background: #677ffb;
  border: none;
  color: white;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 300;
}

footer .footer-links {
  margin: 30px 0px 10px 0px;
}
footer .footer-links a {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  margin-right: 10px;
}
footer .copyright {
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.copyright, .copyright a {
  color: rgb(241, 241, 241);
  text-decoration: none;
}

/* Forms */

input {
  border: none;
  outline: none;
  display: block;
}

input:required {
  box-shadow: none;
}

textarea.form-control, input.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
}

input.form-control {
  height: auto;
  padding: 8px 15px;
}

form.contact input[type="submit"] {
  color: white;
  background-color: #677ffb;
  padding: 12px 75px;
  margin: 20px auto;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Page - Index */

.index-page h1 {
  font-size: 35px;
}

/* Page - Platform */

/* Section - Reports */

.report {
  opacity: 0.8;
  padding: 20px;
}

.report h4 {
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

.report:hover {
  opacity: 1.0;
}

/* Page - Media */

.media .col-sm-4 {
  margin-bottom: 40px;
}

/* Page - Press Release */

.press-sub {
  font-size: 22px;
  font-style: italic;
  text-align: center;
  text-transform: none;
}
.date {
  color: rgb(140,140,140);
}

/* Pages - About */

.management-team {
  padding-top: 50px;
}

.team-section {
  padding-bottom: 50px;
}

.team-member_image {
  display: block;
  height: 200px;
  width: 200px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: white;
  margin: 15px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

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

.dev-team .team-member_image {
  height: 120px;
  width: 120px;
  margin-top: 40px;
  margin-bottom: 0;
}

.investor-container {
  max-height: 40px;
  margin-bottom: 10px;
}

/* Page - Contact */

.career-card {
  height: 150px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;

  display: flex;
  justify-content:center;
  align-content:center;
  flex-direction:column;

  text-align: center;
  color: rgba(39, 39, 103, 1);

  padding-right: 10px;
  padding-left: 10px;
}

.career-card:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.career-responsibilities-list, .career-requirements-list, .career-nice-to-have-list {
  font-size: 16px;
  font-family: 'PT Serif', serif;
}

/* Styling for mobile */

@media only screen and (min-width: 768px) {
  .navbar-inverse {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jumbotron {
    margin-top: -90px;
  }

  .navbar-brand > .logo {
    margin-top: -8px;
  }
}

@media only screen and (max-width: 991px) {

  .row.m20 {
    margin-bottom: 0;
  }

  .row.mb20 > .col-md-2 {
    margin-top: 20px;
  }

  a.hidden-tablet {
    display: none !important;
  }

  .nav>li>a {
    padding: 15px 12px;
  }
}

@media only screen and (max-width: 767px) {
  a.hidden-tablet {
    display: inline-block !important;
  }

  .inner {
    padding: 45px 0px;
  }

  .index-page h1 {
    font-size: 24px;
  }

  .index-page .section h2 {
    font-size: 24px;
  }

  .career-card {
    height: 70px;
    margin-bottom: 0;

    border: 1px solid #dedede;
    border-bottom: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .career-card.border-bottom {
    border-bottom: 1px solid #dedede;
  }

  .navbar.navbar-inverse {
    background-color: rgba(26, 28, 52, 1);
  }

  .bg-light .navbar.navbar-inverse {
    background-color: #f5f7f9;
  }

  .bg-light .navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgba(26, 28, 52, 1);
  }

  .jumbotron {
    margin-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }

  .mt-400 {
    margin-top: -350px;
  }

  .row.mb20 {
    margin-bottom: 0;
  }

  .navbar-brand > .logo {
    margin-top: -5px;
  }

  .investor {
    margin-bottom: 20px;
  }

  .investor, .investor-container {
    height: 40px;
  }
}


@media only screen and (max-width: 500px) {

  .pad40 {
    padding: 40px 10px;
  }

  .index-page .section h2 {
    font-size: 22px;
  }

}

@media only screen and (min-width: 1199px) {
  .investor {
    height: 36px;
  }

  .platform-mt {
    height: 409px;
    margin-top: -272px;
  }
  .platform-layer, .platform-layer img {
    display: block;
    position: relative;
  }
  .platform-layer .inner {
    padding: 120px 0 0 0;
  }
  .platform-layer h3 {
    margin-top: 0;
  }
  .platform-layer p {
    font-size: 16px;
  }
}

#application {
  background-color: white;
}
