.dash {
    /*background: rgba(0, 0, 0, 0) url("../images/dash-bg.jpg") no-repeat scroll center top;*/
    width: 100%;
}

.pop-up {
    /*background: rgba(0, 0, 0, 0) url("../images/pop-bg.jpg") no-repeat scroll center top;*/
    float: left;
    padding: 100px 0;
    width: 100%;
}

.three-grid {
    margin: 0 auto;
    width: 400px;
}

.pop-inside {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 50px 90px;
    position: relative;
    width: 100%;
}

.pop-close {
    background:none;
    border-bottom:none;
    border-left:none;
    color:var(--red);        
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: auto;
}
.pop-close a{ font-size: 20px; }
.pop-close a i{ color:var(--red); }
/*.pop-close a {font-size: 10px; height: 22px; letter-spacing:0.03rem; line-height: 22px; padding: 0 10px 0 10px; color:var(--white); text-decoration:none; display:block; margin:0px; background:var(--red); border-bottom:none;  border-left:none;  display: block; border-radius:100px; text-shadow: none; font-weight: normal; opacity: 1;}*/
/*.pop-close a:hover{color:var(--white); background:var(--red-dark); border-color:var(--red-dark);}*/
.pop-close a:hover i{color:var(--red-dark); }
/*.pop-close a {
    color: #e74c3c;
    display: block;
    line-height: 44px;
    padding: 0 25px;
    text-decoration: none;
    margin: inherit;
}*/

.bio h3 {
    color:var(--grey-900);
    margin: 0;
    padding: 0;
}

.bio h5 {
    color:var(--grey-900); margin:0px; font-weight:normal;
    font-size: 20px; padding-bottom:8px; 
    
}
.pop-inside h3 {
    margin: 0;
    padding: 0 0 10px; font-size: 20px;
}
.bio .button-blue{margin-left:0px; border:none;}

.bio-list {
    width: 100%;
}

.bio-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.bio-list ul li {
   /* border-bottom: 1px solid var(--grey-400);*/
    line-height: normal;
    padding:15px 0 0px 0;
}
.pop-inside ul li {
    color: #565a5c;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin-right: 0;
}

.bio-list span.list-left {  display: none;
    border-radius: 50px;
    background:var(--white);
    color:var(--grey-700);
    border: solid 1px var(--grey-700);
    float: left;
    font-size:14px;
    height:20px;
    line-height:19px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
    width:20px; margin-top:7px;
}

.pop-inside span {
    color:var(--grey-800);
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 19px;
}

.bio-list span.list-right {
    color:var(--grey-800);
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding:0px 0;
    width:100%; 
}


.list-right ul li{     line-height: 30px;
    color: var(--grey-700);
    font-size: 16px;
    background: url(../dashborad-images/bult.svg) left 9px no-repeat !important;
    line-height: 20px !important;
    padding: 0px;
    margin-bottom: 7px;
    padding-left: 15px !important;}

.list-right .button{margin:0 0 0 0px; padding:0 15px; border-radius:100px;}
.list-right .button:hover{background:var(--green-dark) !important;}
.list-right .button-grey:hover{background:var(--blue-light) !important;}
.bio span {
    float: none;
}

.pop-inside p {
    color:var(--grey-800);
    font-size: 16px;
    margin:0;
    padding:0px 0 15px 0;
}
.pop-inside p strong{ font-family:'CircularAir-Bold';} 
.jj-add {
   
    padding: 0 10px;
    width: auto;
}

.pop-bot {
    margin-top: 25px;
}

.pop-bot p {
    color: #8c9293;
    font-size: 12px !important;
    margin: 0;
    padding: 0 !important;
    text-align: center;
}

.bio { display: inline-block;
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-sizing: border-box;
    padding:30px;
    position: relative;
    width: 100%; margin-top:30px; border-radius:10px;
}


@media only screen and (min-width:320px) and (max-width:767px) {
.three-grid{ width:100%;}	
.bio{ padding:15px !important; width:auto; margin:15px;}
.bio h5{ padding-right:20px;}
.bio-list span.list-right{ width:83%;}
.list-right ul li{ line-height: 22px !important;}

.list-right .button{padding:0 15px; margin:0px;}
.bio-list span.list-right{padding:0px; margin:0px;}

}