* {
/*    box-sizing: border-box;*/
}
html {
/*    height: 1000px;*/
}
body {
    font-family: 'Roboto Regular';
/*    box-sizing: border-box;*/
/*    max-width: 1200px;*/
/*    width: 100%;*/
    font-size: 12px;
}
h3 {
    font-family: 'Roboto Medium';
    font-size: 18px;
    margin-bottom: 24px;
    border-bottom: 2px solid #1D5080;
    display: inline-block;
    padding: 24px 0;
    color: #1D5080;
}
.paragraph {
    padding: 25px 20px;
}
#intro-text.paragraph {
    padding-top: 5px;
}
#intro-text a {
    font-family: 'Roboto Medium Italic';
    font-size: 14px;
    color: #26649E;
}
#intro-text a:hover {
    color: #1D5080;
}
#deal-flow-controls {
    display: inline-block;
}
p {
    font-size: 16px;
    line-height: 1.4;
}
#filters-container {
    min-height: 50px;
    -ms-grid-row: 3;
        grid-row: 3;
}
#filter-printer {
/*    position: fixed;*/
    min-height: 50px;
    background-color: #F7F8FA;
/*    width: 100%;*/
    padding: 10px;
    line-height: 1.5;  
/*
    display: grid;
    grid-template-columns: repeat(auto, 1fr)
*/
}
#filter-printer.fixed {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
}
#filter-printer ul {
    display: none;
/*    display: inline;*/
/*    margin-right: 100px;*/
    line-height: 1.1;
/*    margin-bottom: 12px;*/
}
#filter-printer ul h4 {
    font-family: 'Roboto Regular';
    padding: 5px 0;
    border-bottom: 2px solid #7991AA;
    color: #7991AA;
    font-size: 14px;
    margin-bottom: 5px;
}
.title-filter input {
    margin-left: 15px;
}
#reset-all {
    padding: 15px;
    display: inline-block;
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1;
    color: #1D5080;
/*    float: right;*/
}
.reset {
    padding: 15px;
    display: inline-block;
    color: #1D5080;
}
.reset:hover,
#reset-all:hover {
    font-family: 'Roboto Medium';
}
#intro-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
}
#intro-text span {
    font-family: 'Roboto Medium Italic';
    font-size: 14px;
}
#charts-container {
    display: -ms-grid;
    display: grid;
    margin-bottom: 20px;
    background-color: #F7F8FA;
/*    padding: 75px;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    grid-template-rows: repeat(3, 1fr);*/
/*    grid-column-gap: 10px;*/
}
#charts-container h2 {
    -ms-grid-row: 1;
        grid-row: 1;
    font-size: 24px;
    padding: 20px 10px;
    color: #476990;
}
#row-4-container {
    -ms-grid-row: 4;
        grid-row: 4;
    padding: 0 20px;
}
#row-5-container {
    -ms-grid-row: 5;
        grid-row: 5;
    display: -ms-grid;
    display: grid;
    padding: 0 20px;
    -ms-grid-columns: 67fr 33fr;
        grid-template-columns: 67fr 33fr;
}
#row-6-container {
    -ms-grid-row: 6;
        grid-row: 6;
    display: -ms-grid;
    display: grid;
    padding: 0 20px;
/*    box-sizing: border-box;*/
    -ms-grid-columns: (3fr)[3];
        grid-template-columns: repeat(3, 3fr);
}
.container span {
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto Medium'
}
.dc-chart .axis.y path,
.dc-chart .axis.yr path{
    display: none;
}
.dc-chart .axis text {
    font-family: 'Roboto Condensed';
}
g.axis.y g.tick line,
g.axis.yr g.tick line,
g.axis.x g.tick line,
g.axis g.tick line {
    display: none;
}
g.axis g.tick line.grid-line {
    display: block;
}
.dc-chart .axis path.domain {
    display: none;
}
.dc-chart .selected path {
    stroke-width: 1;
    stroke: #2CC9B7;
    fill-opacity: 1;
}
.dc-chart g.row text {
/*    stroke: black;*/
    fill: black;
}
.dc-chart path.line {
    stroke-width: 2.5px;
}
.states {
    stroke: #B7BDC4;
}
.deal-flow.container {
    -ms-grid-row: 1;
        grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
/*
    padding: 25px;
    box-sizing: content-box;
*/
    
}
.deal-flow.container h3 {
    -ms-grid-row: 1;
        grid-row: 1;
/*    margin-top: 30px;*/
}
#deal-flow {
    -ms-grid-row: 2;
        grid-row: 2;
}
.industries.container {
    -ms-grid-column: 3;
        grid-column: 3;
}
.mix.container {
    -ms-grid-column: 1;
        grid-column: 1;
}
.stage.container {
    -ms-grid-column: 2;
        grid-column: 2;
}
.map.container {
/*    grid-row: 2;*/
}
/*tooltip styles*/
div.tooltip {
    max-width: 250px;
    position: absolute;           
    padding: 10px;           
    background: white;
    border: 1px solid #d8dde3;
    border-radius: 2px;
    pointer-events: none;
    font-size: 12px;
    display: -ms-grid;
    display: grid;
    box-shadow: 0 8px 9px rgba(0,0,0,0.24),
      0 1px 8px rgba(0,0,0,0.12);
}
div.tooltip h3 {
    padding: 5px 0;
    border-bottom: 2px solid #2CC9B7;
    font-size: 14px;
    margin-bottom: 5px;
}
.info_item {
    display: inline-block;
/*    padding: 5px;*/
/*    padding: 5px;*/
}
.info_item_category {
/*    display: inline-block;*/
    color: #999;
    font-family: 'Roboto Regular';
    font-size: 11px;
    display: inline-block;
    padding: 5px 0;
}

/*STYLES FOR THE LISTS CAROUSELS OF TOP COMPANIES AND INVESTORS*/
/*company list*/
#co-container,
#inv-container {
/*    background-color: #E9EFF5;*/
    margin-bottom: 30px
}
button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
    color: #2CC9B7;
}
.slick-slide div {
    -webkit-transform: scale(0.90);
            transform: scale(0.90);
}
.slick-dotted .slick-current div {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 10;
}
.slick-track {
    margin: 10px;
}
#companies-list,
#investors-list {
    width: 90%;
    margin: auto;
}
/*tooltip styles*/
div.company {
    padding: 10px 15px 22px 15px;           
    background: white;
    border: 1px solid #d8dde3;
    border-radius: 2px;
/*    min-height: 220px;*/
    font-size: 12px;
/*    width: 300px;*/
    height: 100%;
    display: block;
/*    cursor: grabbing;*/   
    }
div.company h4 {
    font-family: 'Roboto Regular';
    padding: 10px 0;
    border-bottom: 2px solid #7991AA;
    color: #7991AA;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}
.company h4 a {
    font-family: 'Roboto Medium';
    color: #53687E;
}
.company h4 a:hover {
    font-family: 'Roboto Semibold';
    color: #1D5080;
}
div.company .company-block {
    height: 80px;
    padding: 5px 0;
}
div.company .company-block a {
    font-family: 'Roboto Medium';
    font-size: 14px;
}
div.company img {
    height: 100%;
    width: auto;
/*    margin: auto;*/
}
.data-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [first] 50% [second] 50%;
    grid-template-columns: [first] 50% [second] 50%;
    grid-row-gap: 10px;
}
.founders {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
}
div.info_item.col_1.row_2.description {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
}
.row_1 {
    -ms-grid-row: 1;
        grid-row: 1;
}
.row_2 {
    -ms-grid-row: 2;
        grid-row: 2;
}
.row_3 {
    -ms-grid-row: 3;
        grid-row: 3;
}
.col_1 {
    -ms-grid-column: 1;
        grid-column: 1;
}
.col_2 {
    -ms-grid-column: 2;
        grid-column: 2;
}
.col_3 {
    -ms-grid-column: 3;
        grid-column: 3;
}
.info_item_value {
    color: #1D5080;
    font-family: 'Roboto Medium';
}
li {
    margin-bottom: 5px;
}
.slick-slider { visibility: hidden; }
.slick-slider.slick-initialized { visibility: visible; }
div.slick-slide.slick-current.slick-center .company {
     box-shadow: 0 8px 9px rgba(0,0,0,0.24),
      0 1px 8px rgba(0,0,0,0.12);
}
div.logo-wrapper {
    -ms-grid-row: 7;
        grid-row: 7;
    width: 15%;
    padding: 10px;
    margin-left: auto;
    margin-right: 25px;
    text-align: right;
/*    height: 10px;*/
}
.logo-wrapper img {
    width: 100%;
    height: auto;
}
.logo-wrapper span {
    font-family: 'Roboto Medium Italic';
    font-size: 10px;
    margin-left: auto;
    margin-right: 20px;
}
#intro-container span {
    font-family: 'Roboto Medium Italic';
    font-size: 10px;
    margin-left: 20px;
}
@media (max-width: 768px) {
    #msa svg g text {
        font-size: 10px;
    }
    .legend,
    .legendText {
        display: none;
    }
    .paragraph {
        padding: 25px 10px;
    }
    #row-4-container,
    #row-5-container,
    #row-6-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #row-6-container {
        -ms-grid-row: 6;
            grid-row: 6;
        display: -ms-grid;
        display: grid;
        padding: 0 10px;
    /*    box-sizing: border-box;*/
        -ms-grid-columns: auto;
            grid-template-columns: auto;
        -ms-grid-rows: (3fr)[3];
            grid-template-rows: repeat(3, 3fr);
    }
    .industries.container {
        -ms-grid-column: 1;
            grid-column: 1;
    }
    .mix.container {
        -ms-grid-column: 1;
            grid-column: 1;
    }
    .stage.container {
        -ms-grid-column: 1;
            grid-column: 1;
    }
    #intro-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
            grid-template-columns: auto;
        -ms-grid-rows: (1fr)[2];
            grid-template-rows: repeat(2, 1fr);
        padding: 0 10px;
    }
    #percent-capital,
    #percent-deals {
        -ms-grid-column: 1;
            grid-column: 1;
    }
}
@media (max-width: 600px) {
    #msa svg g text {
        font-size: 10px;
    }
    #row-5-container {
        -ms-grid-row: 5;
            grid-row: 5;
        display: -ms-grid;
        display: grid;
        padding: 0 10px;
        -ms-grid-columns: auto;
            grid-template-columns: auto;
        -ms-grid-rows: (1fr)[2];
            grid-template-rows: repeat(2, 1fr);
    }
    #map,
    #msa {
        -ms-grid-column: 1;
            grid-column: 1;
    }
    .reset {
        padding: 0;
    }
    #row-6-container {
        display: block;
    }
}