.clear{
    clear:both;
}
.hidden{
    display: none;
}
.cursor-pointer{
    cursor: pointer;
}
.block{
    display:block;
}
.display-none{
    display: none;
}
@font-face {font-family: "Museo-500";
    src:url("../fonts/MuseoSlab-500/312252_0_0.eot");
    src: url("../fonts/MuseoSlab-500/312252_0_0.eot?#iefix") format("embedded-opentype"),url("../fonts/MuseoSlab-500/312252_0_0.woff2") format("woff2"),url("../fonts/MuseoSlab-500/312252_0_0.woff") format("woff"),url("webfonts/312252_0_0.ttf") format("truetype");
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.m-right-2{
    margin-right:2em;
}
.m-top-2{
    margin-top:2em;
}
.fa-1_5x{
  font-size:150%;
}
