/* #Colours */

    /* Grey */
body {
    webkit-tap-highlight-color: rgba(241,241,241,.2);
}
.bg-white {
    background-color: white;
}
.bg-grey,
.panel-default>.panel-heading {
    background-color: rgb(248,248,248);
    color: rgb(14,14,14);
}
.logo a,
li.active a {
    color: rgb(14,14,14);
}
    /* Darker */
.bg-grey-dark {
    background-color: rgb(229,229,234);
}
    /* Darker */
.bg-grey-darker {
    background-color: rgb(222,222,227);
}
    /* Darkerst */
.bg-grey-darkest {
    background-color: rgb(215,215,220);
}
    /* Black */
.bg-grey-black {
    background-color: rgb(14,14,14);
    color: rgb(241,241,241);
}

    /* Primary Blue */
.blue-primary,
a,
a:focus,
a:hover {
    color: rgb(39, 39, 103);
}
.bg-blue-primary,
.btn-primary,
::selection {
    background-color: rgb(39, 39, 103);
    color: rgb(241,241,241);
    background-image: url("/web/20150923011833im_/http://www.digitalasset.com/static/img/DigitalAssetHoldings-team2.jpg");
}
::-moz-selection {
    background-color: rgb(39, 39, 103);
    color: rgb(241,241,241);
}
.no-highlight {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.badge {
  background-color: rgb(140,140,140);
}
.bg-blue-primary {
    background-color: rgb(39, 39, 103);
    color: rgb(241,241,241);
}
.green {
    color: rgb(136, 190, 55);
}
.bg-green {
    background-color: rgb(136, 190, 55);
}
.bg-green-light {
    background-color: rgb(171, 213, 109);
}
.red {
    color: rgb(190, 55, 69);
}
.bg-red {
    background-color: rgb(190, 55, 69);
}
.bg-red-light {
    background-color: rgb(213, 109, 119);
}

ul {
    margin-left: 0;
    padding-left: 0;
}

/* #Fonts */

.page-header--team h1 {
  font-family: "museo-slab", sans-serif;
  font-weight: 300;
  font-size: 36px;
}
    /* Size */
.top-nav-collapse .navbar-nav>li+li:before {
    font-size: 8px;
}
.nav-fields,
.top-nav-collapse .navbar-nav>li *,
.breadcrumb>li,
.navbar-nav>li+li:before {
    font-size: 12px;
}
.table-ledger {
    font-size: 14px;
}
.navbar-nav>li *,
.footer a,
.blocklist .blocklink,
.panel-default p {
    font-size: 15px;
}
body .page-blog article {
    font-size: 16px;
    line-height: 1.7em;
}
ul.blog-posts a.blocklink {
    font-size: 13px;
}
.navbar-brand {
    font-size: 24px;
}
h5,
th {
    font-size: 0.8em;
    line-height: 1.4em;
}
h4,
blockquote,
.lead,
.text-large {
    font-size: 1.2em;
}
h3 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.6em;
}
h1 {
    font-size: 1.8em;
}
p.lead:first-letter {
    font-size: 6rem;
}

    /* Other */

h1, h2, h3, h4, h5,
.btn,
.leed:first-letter,
.footer a,
.copyright,
th,
.nav-fields,
.table-ledger-accounts,
.table-ledger thead td,
.table-ledger-issuer,
.blocklist .blocklink,
.navbar-nav>li,
.breadcrumb>li {
    font-weight: 600;
    text-transform: uppercase;
}
.reg {
    font-size: 1.025em;
    font-weight: 300;
}
h4 .reg,
h5 .reg {
    font-size: 1em;
}

/* #Structure */

html, body {
  height: 100%;
  text-align: center;
}
.content {
    text-align: left;
}
.job {
    padding: 20px 0;
}

/* #Nav Bar */

.nav-active {
    padding: 10px 15px;
}

.cover-logo {
  width: 380px !important;
  height: 170px !important;
  margin-bottom: 40px;
  display: none;
}

@media (min-width: 768px) {
.leader-row {
    padding: 40px 80px;
}
.navbar-custom {
    -webkit-transition: padding .5s ease-in-out;
    -moz-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out;
    padding: 20px 0;
}
.navbar-custom.top-nav-collapse {
    -webkit-transition: padding .5s ease-in-out;
    -moz-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out;
    padding: 0;
}
.navbar-custom.top-nav-collapse .navbar-header .hyper-text {
    -webkit-transition: margin-top 1s ease-in-out;
    -moz-transition: margin-top 1s ease-in-out;
    transition: margin-top 1s ease-in-out;
    float: left;
    margin-top: -70px;
}   
.navbar-custom.top-nav-collapse .navbar-header .logo-mark {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-top: 10px;
    margin-left: -60px;
    margin-right: 70px;
}   
.navbar-custom.top-nav-collapse ul {
    background-color: rgba(241,241,241,.9);
    padding: 0 10px;
    position: fixed;
    right: 0;
    
}
.top-nav-collapse .navbar-nav>li a,
.top-nav-collapse .navbar-nav>li strong {
    padding-left: 5px;
    padding-right: 5px;
}
}

/* #Paragraph */

.lead:first-letter {
    line-height: 6rem;
    float: left; 
    padding-right: 0.5rem;
}

/* #Links */

a,
a:focus,
a:hover {
    text-decoration: none;
}
p a,
.navbar-right a:hover {
    border-bottom: 2px solid rgb(39, 39, 103);
}
.top-nav-collapse .navbar-right ul:hover {
    border-bottom: 2px solid rgba(39, 39, 103,0.2);
}
.navbar-right a:hover {
    background-color: transparent !important;
    margin-bottom: -2px;
}
.blocklink {
    color: rgb(14,14,14);
    display: block;
}
.blocklink:hover,
.blocklink.active {
    background-color: rgb(248,248,248);
    background-color: rgba(255,255,255,0.5);
    color: rgb(39, 39, 103);
}
ul.blocklist,
ul.blocklist ul {
    list-style: none;
    padding-left: 0px;
}
ul.blocklist ul {
    padding-left: 15px;
}
.blocklist .blocklink {
    padding: 5px 20px;
}
@media (min-width: 768px) {
.blocklink:hover,
.blocklink.active {
    margin: -20px;
    padding: 20px;
}
.blocklist .blocklink.active,
.blocklist .blocklink:hover {
    margin: 0;
    padding: 5px 20px;
}
}
.disabled {
    opacity: 0.5;
}
.footer {
    background-size: cover;
    background-position: center center;
}
.footer a {
    border-bottom: none;
    color: rgb(241,241,241);
    opacity: 0.9;
}
.footer a:hover {
    border-bottom: 2px solid rgb(241,241,241);
    opacity: 1.0;
}
.footer .social+.social {
    margin-left: 20px;
}
.copyright {
    font-size: 14px;
    opacity: 0.5;
    padding: 10px;
}
.copyright a {
    color: rgb(241, 241, 241);
}

/* #Lists */

.breadcrumb {
      background-color: transparent;
}
.navbar-nav>li+li:before,
.breadcrumb>li+li:before {
    color: #cccccc;
    content: "\2B22";
    float: left;
    padding: 10px 8px 0 5px;
}
.navbar-nav li *,
.breadcrumb li * {
    float: left;
}
.navbar-nav li:before,
.breadcrumb li:before {
    padding-top: 8px;
}
.footer li {
    list-style: none;
}
.badge {
    float: right;
    margin-top: 6px;
}
.nav-fields {
    border-bottom: 2px solid rgb(234,234,234);
}

/* #Buttons */

.btn,
.btn-group-lg>.btn, .btn-lg,
.btn-group-sm>.btn, .btn-sm,
.btn-group-xs>.btn, .btn-xs {
    border-radius: 0;
}

/* #Blockquotes */

blockquote {
    font-style: italic;
    letter-spacing: 0.04rem;
    border-left: 5px solid rgb(224,224,224);
    border-left: 5px solid rgba(255,255,255,0.3);
}
.text-right blockquote {
    border-left: none;
    border-right: 5px solid rgb(224,224,224);
    border-right: 5px solid rgba(255,255,255,0.3);
}

/* #Code */

code {
    background: rgb(72, 72, 72) url(/web/20150923011833im_/http://www.digitalasset.com/static/img/bg_cover.png) no-repeat bottom center;
    background-size: cover;
    color: rgb(240, 240, 240);
    display: block;
    line-height: 1.5em;
    margin: 10px 0;
    padding: 20px 4%;
    text-align: left;
    font-size: 0.8em;
    width: 100%;
}
.tab-pane code {
    margin: 0;
}

/* #Cover */

.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.cover-image {
  background-image: url("/web/20150923011833im_/http://www.digitalasset.com/static/img/maps/DigitalAssetHoldings-map1-lighter-1600.jpg");
}
.inner {
    padding: 40px 30px;
}
.page-header {
    margin: 20px 0;
}
.page-header .inner {
    padding: 0px 30px;
}
.page-header a {
    color: rgb(241,241,241);
    border-bottom: 2px solid rgb(241,241,241);
}
.inner-sides {
    padding-left: 20px;
    padding-right: 20px;
}
.cover {
    padding: 0 20px;
}
.cover .btn-lg {
    padding: 10px 20px;
}
@media (min-width: 768px) {
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    margin-bottom: -90px;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
  .mastfoot {
    position: absolute;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .cover-image .container {
    margin-top: -120px;
  }
  .cover-title {
    font-size: 36px;
    font-weight: 600;
  }
  .cover-image p.cover-text {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .mastfoot {
    width: 1130px
  }
  .cover-container {
    width: 700px;
  }

/* #Form */

form.subscribe {
    height: 51px;
    margin: 0 auto 20px auto;
    width: 420px;
}
form * {
    float: left;
}
input, .btn {
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
    font-size: 18px;
}
input[type="button"],
input[type="submit"] {
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-top: -1px;
    transition: all 0.2s ease-in-out;
    padding: 14px 20px;
    text-decoration: none;
}
input[type="button"]:hover, input[type="submit"]:hover,
.btn:hover {
    background-color: rgb(90, 160, 210);
}
input[type="text"], input[type="email"] {
    border: 1px solid #E7E7E7;
    width: 235px;
}}

/* #Five Cols */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    float: left;
}
.mt-empty {
    display: none;
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .mt-empty {
        display: block;
    }
    .mt-up {
        margin-top: -132px;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* #Blog */

ul.blog-posts {
    margin-left: 18px;
    padding-top: 40px;
    padding-left: 0;
}
ul.blog-posts li {
    list-style: none;
    padding: 10px 0;
}
.authimg {
    height: 50px;
    margin-right: 20px;
    width: 50px;
   -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: white;
}
header .authimg {
    margin-top: -90px;
    margin-left: -100px;
    float: left;
}
header h1 {
    margin-top: 0;
}
.img-wrap {
    margin-bottom: 40px;
}
article footer {
    margin: 40px 0;
}
article img {
    height: auto;
    margin: 20px 0;
    max-width: 100%;
}

/* #Panels */

.panel-default {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.panel-heading {
    border: 0;
    padding: 0 15px;
}

/* #Sticky bottom */

.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 99999;
}

/* #Ledgers + Trades */

.table-ledger {
    background-color: rgb(248,248,248);
    border: 2px solid rgb(21,21,21);
    text-align: right;
    width: auto;
}
.table-ledger-centered {
    margin: 20px auto;
}
.table-ledger td {
    padding: 8px 10px !important;
    width: 169px;
}
.table-ledger td,
.trade td {
    border-right: 1px solid #ddd;
}
.table-ledger-issuer,
.table-ledger thead td {
    background-color: white;
}
.table-ledger-height td {
    height: 6px;
    padding: 0px !important;
}
.trade-last {
    border-bottom: 2px solid rgb(21,21,21);
}
.uuid-search {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 400px;
}
.dashboard h1,
.dashboard h3 {
    margin: 0;
}

/* #Footer */

@media (max-width:550px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: relative;
        margin: 20px auto;
        width: 260px;
        display: block;
        float: none;
    }
    .cover-image {
        background-size: cover;
    }
    .cover-image .mastfoot {
        display: none;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }
}


@media (min-width:1200px) {
  .cover-logo {
    display: inline;
  }
}

@media (min-width:1600px) {
   .cover-logo {
      width: 760px !important;
      height: 340px !important;
    }
}

.team-link {
    width: 40px;
    height: 40px;
    padding: 10px 0;
    display: block;
    float: right;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    cursor: pointer;
}
.team-link:hover {
    color: white;
    opacity: 1.0;
}
/*
.team-bio-link {
    color: rgb(241,241,241);
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}
.team-bio-link:hover {
    color: white;
}
*/
.bio {
    color: #f8f8f8;
    background-color: rgb(39, 39, 103);
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-top:-110px;
    margin-right: -10px;

}
.linked-in {
    background-image: url("/web/20150923011833im_/http://www.digitalasset.com/static/img/linkedin-64.png");
    background-size: cover;
    text-indent: -999999px;
    margin-top:-60px;
    margin-right: -10px;
} 
@media (min-width:780px) {
  .bio {
      margin-top:-100px;
      margin-right: -26px;
  }
  .linked-in {
      margin-top:-66px;
      margin-right: 0px;
  }
}

.team-member_image .team-biog {
    background-color: rgba(62, 95, 155,0.9);
    color: white;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2em;
    opacity: 0.0;
    padding: 35px;
    transition: opacity .25s ease;
}
.team-member_image .team-biog:hover {
    opacity: 1.0;
}
.text-l {
    font-size: 1.4em;
}

/*
     FILE ARCHIVED ON 01:18:33 Sep 23, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:57:24 Sep 22, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/