@font-face {
  font-family: "Circular";
  src: url("CircularAir-Book.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular";
  src: url("CircularAir-Light.otf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Circular";
  src: url("CircularAir-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

/*startpoint*/


body {

  font-family: "Circular";
  font-weight: 200;
  color:#484848;
  -webkit-font-smoothing:antialiased;
  letter-spacing:.004em;
  font-size:18px;
  box-sizing: border-box;
  /*position:fixed;*/
  /*background-color:#eee;*/


}

.artboard {
  top:45px;
  left:100px;
  z-index:10000;
  font-size:11px;
  font-family:Helvetica;
  font-weight:bold;
  position:absolute;
  color:#696969;
}


.main {
  margin-top:60px;
  margin-left:100px;
  position:relative;

  background-color:#fff;
}


p, hr {
  margin:0px;
  padding:0px;
}

.title {
  font-family: "Circular";
  font-weight: 200;
  font-size:44px;
  letter-spacing:-0.018em;
  margin-top:100px;
  margin-bottom:80px;
}

.subtitle {
  font-family: "Circular";
  font-weight: 700;
  font-size:24px;
  letter-spacing:-.008em;
  margin-bottom:20px;
}

hr.hrsmall {
  margin-left:0px;
  border: 0;
  height: 0;
  border-top: 0px;
  border-bottom: 1px solid #DBDBDB;
  width:48px;
}

.bodycopy {
  margin-top:20px;
  line-height:24px;
}



.sidebar .block {
  width:300px;
  margin-bottom:60px;
}

.greytext {
  color:#D3D3D3;
}

.babu {
  color:#00A699;
}

.teamblock {
  margin-top:20px;
  overflow:hidden;
  margin-bottom:8px;
}

.teamblock img {
  border-radius:48px;
  height:48px;
  width:48px;
  float:left;
  margin-right:10px;
}

.teamblock p {
  float:left;
  /*border:solid thin red;*/
  /*height:48px;*/
  margin-top:12px;
}

.content .block {
  width:500px;
  margin-bottom:60px;
  /*height:2000px;*/

}


.sidebar {
  width:450px;
  margin-right:50px;
  height:100%;
  float:left;
  left:0px;
  padding-left:0px;
  position: absolute;
  /*background-image: url(../img/cork-wallet-2.png);*/
  z-index:10000;

}

.sidebar .inner {
  margin-left:100px;
}

.content {
  padding-left:500px;
  padding-top:236px;
  padding-right:100px;
  position:relative;
  float:left;
  background-color:#fff;


}

a {
  text-decoration: none;
  color:#484848;
}

a:hover {
  color:#00A699;
}

.myrow {
    border-bottom: 1px solid #DBDBDB;
    height:72px;
    overflow:auto;
  padding-top:6px;
}

.myrow .bodycopy {
  float:left;
}

.myrow .rightside {
  float:right;
}

.book {
  font-family: "Circular";
  font-weight: normal !important;
  font-style: normal;
}


a.mail {
  background-image:url('../img/envelope@2x.png');
  background-size:24px 16px;
  display:block;
  width:24px;
  height:16px;
  background-repeat: no-repeat;
  text-indent:-9999px;
    margin-top:26px;

}

.lispacing li {
  margin-bottom:8px;
}


a.slack {
  background-image:url('../img/slack.png');
  background-size:24px 24px;
  display:block;
  width:24px;
  height:24px;
  background-repeat: no-repeat;
  text-indent:-9999px;
    margin-top:20px;

}


/*endpoint*/
