body {
    font-family:'Raleway', 'Open Sans', sans-serif;
}

strong{
    font-weight: 700!important;
}
.bg-container{
    height: 130vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}
.bg-image{
    background: url('../assets/landing-background.png');
    background-position:center center;
    background-size:cover;
    transform:scale(1);
    transition:all 5s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.zoomed{
    transform:scale(2);
    width: 100%;
}
p {
    margin: 5px 0;
}
strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5 {
    margin: 10px 0 15px 0;
}
header, nav {
    text-align: center;
}
li {
    display: inline;
}

#header{
    padding: 30px 0 25px 0;
    border-bottom: 1px solid #fff;
}

.logo{
    width: 145px;
    float: left;
}

.logo img{
    width: 100%;
}

.landing{
    padding: 5% 5% 0 5%;
}

.rightPanel img{
    width: 93%;
}

.leftPanel{
    padding-top: 9em!important;
}

.standfirst{
    color: #9f9e9b;
    margin: 0 auto;
    width: 275px;
    text-align: center;
    font-weight: bold;
}

.btns{
    display: flex;
    justify-content: center;
}

.btn-large{
    width: 220px;
    margin-right: 25px;
    background-color: #000!important;
    border: 1px solid #9f9e9b!important;
}

.enabled{
    opacity: 1;
    pointer-events: initial;
}

.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.filters{
    display: flex;
    justify-content:center;
}

input[type=text]:not(.browser-default):disabled{
    border-bottom: 1px dotted rgba(250,250,250,0.52)!important;
}

.select-wrapper input.select-dropdown:disabled{
    color: rgba(250,250,250,0.42)!important;
}

#influence{
    margin-top: 1rem;
}

circle {
/*    stroke: rgba(238, 238, 238, 1);
    stroke-width: 0.5;*/
}
circle.active {
    stroke: rgba(250, 250, 250, 0.8)!important;
    stroke-width: 2!important;
}

.legend circle {
    stroke: #aabbcc;
    stroke-width: 1;
    fill: none;
}
.tooltip {
    margin: 0;
    padding: 5px;
    line-height: 1.4;
    display: none;
    width: 280px;
    text-align: left;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 12;
    pointer-events: none;
}
.tooltip p, h3 {
    margin: 0.2em;
}

.tooltip a {
    font-size: 12px;
}

.dropd{
    margin: 1rem;
    display: inline-block;
    color: #fff;
}

.filters .dropd p{
    display: inline-block;
}

.filters .dropd .select-wrapper{
    display: inline-block;
}

.select-wrapper input.select-dropdown{
    color: #fff;
}

.clear{
    clear: both;
}

.mainVis{
    width: 80%;
    height: 80vh;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 0;
    max-width: 1135px;
}

.labelTxt{
    fill: #fff;
    pointer-events: none;
}

#legend{
    width: 20%;
    float: left;
}

.keyCircle{
    width: 12px;
    height: 12px;
    border-radius: 10px;
    margin: 10px 0;
    float: left;
}

.keyText{
    font-size: 12px;
    float: left;
    margin: 10px;
    color: #fff;
}

#chart{
    width: 80%;
    height: 80vh;
    float: left;
    position: relative;
    max-width: 890px;
}

.domain{
    display: none;
}

.xAx, .yAx{
    font-size: 15px;
    fill: #fff;
}

.indicators{
    position: absolute;
    text-align: center;
    top: 50vh;
    left: 45px;
    margin: 0;
    display: none;
}

.indicator-item{
    display: block;
    position: relative;
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 15px 4px;
    background-color: rgba(255,255,255,0.0);
    border: 1px solid;
    border-color: rgba(255,255,255,0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.indicator-item.active {
    background-color: #fff;
    border: none;
}

.select-wrapper .caret{
    fill: rgba(250,250,250,0.87)!important;
}

.nodeLabel{
    font-size: 14px;
    pointer-events:none;
}

.nextBtn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 91vh;
    left: 44%;
    display: none;
    cursor: pointer;
    border: 1px solid #9f9e9b;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 190px;
    transition: all 200ms ease-out;
}

.nextBtn span{
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -30px;
    width: 80px;
    left: -15px;
    text-align: center;
}

.about{
    background-color: #0000ff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 101;
    display: none;
}

.aboutCont{
    width: 60%!important;
    margin-top: 5%!important;
    color: #fff;
    text-align: center;
}

.aboutTitle{
    font-size: 24px;
}

.aboutTxt{
    width: 65%;
    margin: 0 auto;
    line-height: 23px;
    font-weight: 100;
    margin-top: 15px;
}

.aboutNav{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.aboutTxt a{
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.socialContainer{
    margin-top: 50px;
    margin-bottom: 40px;
}

.social{
}

.socialIcon{
    width: 30px;
    margin-right: 20px;
}

.closeBtn{
    cursor: pointer;
}

.closeImg{
    width: 31px;
}

.subData{
    position: fixed;
    top: 94vh;
    color: #fff;
    font-size: 18px;
    left: 2%;
    display: none;
}

.dropdown-content li>a, .dropdown-content li>span{
    color: #6e6f80!important;
    background-color: #1d1d1b!important;
    border-bottom: 1px solid #000!important;
}

.dropdown-content li>a, .dropdown-content li>span:hover{
    background-color: #0051ff!important;
    color: #fff!important;
}
@media(max-width: 768px){
    #chart{
        width: 100%;
    }
    .main{
        width: 100%;
    }
    .xAx, .yAx{
        font-size: 12px;
    }

    .mainVis{
        width: 96%;
    }
}

@media(max-width: 380px){
    .indicators{
        padding-right: 10px;
        top: initial;
        bottom: 0px;
        left: 35%;
        position: fixed;
        background: #000;
        padding-left: 10px!important;
        padding-bottom: 10px;
        z-index: 10;
    }

    .indicator-item{
        display: inline-block;
    }

    .subData{
        width: 25%;
        font-size: 14px;
        background: #000;
        padding: 10px;
        top: initial;
        bottom: 7px;
    }

    .nextBtn{
        left: 78%;
        top: initial;
        bottom: 15px;
        background-size: 37%;
        width: 70px;
        height: 40px;
        font-size: 14px;
        padding: 13px;
        position: fixed;
    }

    .labelTxt{
        font-size: 9px;
    }

    .dropd p{
        font-size: 14px;
    }

    .xAx, .yAx{
        font-size: 10px;
    }

    #chart{
        height: 350px;
        float: none;
    }

    #legend{
        width: 100%;
    }

    .input-field{
        width: 40%;
    }

    .about{
        overflow-y: scroll;
        z-index: 101;
    }

    .aboutCont{
        width: 95%!important;
    }

    .aboutTxt{
        width: 85%;
    }
}