#content{
  height: calc(100vh - 220px);
  overflow-y: scroll;
}
#soc_wrap{
  margin-top:70px;
  height: 80px;
  width:100%;
  padding-top: 20px;
  background: var(--metal);
  z-index: 4;
  overflow: hidden;
}
#stats{
	visibility: hidden;
  display: inline-block;
  width: max-content;
	min-width: 200px;
  height: 90px;
  margin: -15px 0 10px 10px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px inset white;
  font-family: txt;
  text-align: center;
  font-size: 17px;
  background-color: #e4e4e4;
}
.noGraph{
  margin: 20px
}
.chart{
  display: inline-block;
  float: left;
  margin: 0 10px;
  padding-top: 3px;
}    
.chart span{
  display: inline-block;
  width: max-content;
  text-align: center;
  font-variant: small-caps;
  text-transform: capitalize;
  color: black;
}
.donut{
  position: relative;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 3px 3px 5px black;
  background-image: conic-gradient(yellow,green,green 25%, red 75%,yellow);
} 
#neut div{
  width: max-content;
  margin: 10px auto 0 auto;
  font-family: cursive;
  font-size: 22px;
  color: #5c5c5c;
}
#neut .fract{
	width: 80%;
	margin:0 auto;
	border-bottom: 2px solid gray;
}
.circ{
  position: absolute;
  top: 32px;
  left: 32px;
  height: 65px;
  width: 65px;
  background: #e4e4e4;
  z-index:3;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  color: #5c5c5c;
  font-weight: bolder;
  line-height: 42px;
  box-shadow: 2px 2px 3px black inset;
}
.circ2{
  position:absolute;
  top:0;
  left:0;
  height: 130px;
  width: 130px; 
  transform:rotate(270deg);
  border-radius: 50%;
}
#biz_name{
  display: inline-block;
  padding: 0 0 10px 25px;
  width: max-content;
  max-width: 62%;
  font-size: 50px;
  overflow: hidden;
  white-space: nowrap; 
  font-family: txt;
  letter-spacing: 1.4px;
  text-shadow: 1px 1px 2px burlywood;
  color: black;
}
#social{
  display: inline-block;
  float:right;
  width: 34%;
  height: 60px;
  padding-top: 25px;
  font-family: txt;
  font-size: 18px;
  font-weight: bolder;
  color: #3F3F3F;
}
#social span{
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-left: 12px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px black;
  background-size: 35px;
  background-position: center;
  border:2px solid white;
}
#social span:hover{
  opacity: 0.6;
}
#social a{
  display: block;
  height: 100%;
  width: 100%;
}
#social span:first-child{
  background-image:url("https://storage.googleapis.com/pr-isms_site/site/social/facebook.png");
}
#social span:nth-child(2){
  background-image:url("https://storage.googleapis.com/pr-isms_site/site/social/twitter.png");
}
#social span:nth-child(3){
  background-image:url("https://storage.googleapis.com/pr-isms_site/site/social/linked.png");
}
#social span:nth-child(4){
  margin-right: 30px;
  background-image:url("https://storage.googleapis.com/pr-isms_site/site/social/pinterest.png");
}
#social span:nth-child(5){
  background-image:url("https://storage.googleapis.com/pr-isms_site/site/social/qr.jpg");
}
#social span:nth-child(6){
  background-image:url("https://storage.googleapis.com/pr-isms_site/site/social/copy.png");
}
#acct_box{
  position: fixed;
  top: 195px;
  left: 15px;
  font-family: txt;
  z-index : 0;
}
#acct_uname{
  font-family: papyrus;
  margin-left: 55px;
  width: 100%;
  color: aquamarine;
  font-weight: bold;
  font-size: 23px;
}
#biz_pic{
  display:inline-block;
  width: 180px;
  margin-left: 40px;
}
#biz_pic img{
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border:3px solid white;
  box-shadow: 2px 2px 4px black;
}
#biz_pic span{
  font-size: 14px;
}
#joined{
  display:block;
  width: max-content;
  margin: -13px auto 0 auto;
  text-align: center;
  font-family: cursive;
  color:chocolate;
}
#controls{
  display: inline-block;
  width: 170px;
  margin-top : 35px;
  padding: 0;
  vertical-align: top;
  list-style-type: none;
  font-size: 15px;
  font-variant: small-caps;
  text-transform: capitalize;
  color: #84c6df;
}
#controls li{
  display: block;
  padding:0;
  width: 100%;
  height: 22px;
  cursor: default;
}
#controls li:hover{
  opacity: 0.8;
}
#controls img{
  float: left;
  height: 18px;
  width: 18px;
  margin-right: 8px;
}
#controls li[data-fav="1"]{
  border-color: #E2C612;
  font-style: italic;
}
#u_specs{
  padding: 10px;
  text-transform: capitalize;
}
#u_specs b{
  padding-right: 10px;
}
.conts{
  display: inline-block;
  vertical-align: top;
}
#cont_left{
  width: 465px;
}
#main{
  width: 1100px;
  height: auto;
  margin-bottom: 120px;
  padding: 20px 0 40px 0;
}
#details{
  position: relative;
  margin-top:285px;
  padding-left: 10px;
  background-color: var(--darkGray);
  font-family: txt;
  color: white;
  border: 3px inset silver; 
  z-index: 1;
}
#details b{
  display: inline-block;
  font-variant: small-caps;
  width: 120px;
}
#biz{
  width: 430px;
  padding: 10px;
  border-right: 2px solid gray;
  text-shadow: 1px 1px black;
}
.biz{
  margin-top: 15px;
  padding-left: 7px;
  border-bottom: 1px solid #2d2d2d;
  border-radius: 5px;
  box-shadow: 2px 2px 3px black inset;
}
#deets{
  padding-bottom: 15px;
}
#deets a:last-of-type{
  display: block;
  text-align: center;
  color:dodgerblue;
}
#deets a:last-of-type:visited{
  color: dodgerblue;
}
#addr_list{
  max-height: auto;
  margin-bottom: 15px;
  font-family: txt;
  text-transform: capitalize; 
  list-style-type: none;
  color: white;
}
#addr_list b{
  color: mediumaquamarine;
}
#addr_list li{
  border-bottom: 1px solid gray;
  padding: 0 0 0 7px;
}
#biz a, #biz a:visited{
  color: var(--minty);
/*  font-family: txt;*/
}
#biz h2{
  height: 15px;
  padding:10px;
  margin-bottom: -20px;
}
#socs span{
  font-weight: bold;
}
#socs ul{
  list-style-type: none;
  margin:20px 0 0 0;
  padding:0;
}
#socs ul li{
  margin-bottom: 7px;
}
#socs img{
  width:25px;
  height:25px;
  margin-right: 10px;
  border-radius: 10px;
  vertical-align: bottom;
}
#premo{
  padding-left: 40px;
}
#premo span{
  margin-left: 20px;
  font-size: 13px;
  color: white;
}
#premo img{
  margin-left: 10px;
  height: 18px;
  width: 18px;
}
#premo img.liked{
  transform: scale(1.2);
  box-shadow: 1px 1px 2px black;
  border-radius: 50%;
  padding: 3px;
}
#premo img:not(.liked):hover{
  cursor: pointer;
  opacity: 0.5;
}
#cats ul{
  display: block;
  max-height: 140px;      
  font-size: 18px;
  margin: 15px 0;
  padding:0;
  list-style-type: none;
  text-transform: capitalize;
}
#kw{
  margin: 15px 0 0 35px;
  font-family: txt;
  font-style: italic;
}
#content .more_cat{
  display: inline-block;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: 16px;
  margin: 17px 10px 0 5px;
  line-height: 12px;
  border-radius: 100%;
  vertical-align: bottom;
  font-family: monospace;
  font-weight: bold;
  box-shadow: 1px 1px 1px gray;
  border: 1px solid cornflowerblue;
  text-transform: lowercase;
  color:cornflowerblue;
}
#content .more_cat::before{
  content : "i";
}
#desc{
  font-family: txt;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 20px;
}
.seg{
  width: 94%;
  margin: 0 auto;
  padding: 10px 8px 10px 8px;
  border-radius: 8px;
  font-family: date;
}
.liText{
  display: inline-block;
  width: 430px;
  height: auto;
  margin-left: 10px;
  font-size: 18px; 
  font-weight: bolder;
  color: honeydew;
  text-shadow: 1px 1px black;
  cursor: pointer;
}
.parentish q{
  display: block;
  width: 90%;
  margin: 5px auto;
  font-family: txt;
  text-transform: none;
  font-style: normal;
  color:#e0e0e0;
}
.empty{
  margin-left:100px;
  padding: 15px;
  background:rgb(0,0,0,0.8);
  color: red;
  border:none;
  border-radius: 8px;
}
#misTxt{
  font-family: txt;
  height: auto;
  padding: 25px;
  background: rgb(0,0,0,0.7);
  font-size: 18px;
  line-height: 21px;
  text-transform:none;
  line-height: 22px;
  color: white;
  text-shadow: 1px 1px black;
  font-variant: normal;
  white-space: pre-wrap;
}
#content .valList{
  display: block;
  width: 85%;
  margin-left 5%;
  padding: 0;
  list-style-type: none;
}
.parentish .pro_def{
  font-family: var(--lucy);
  text-transform: none;
  color: burlywood;
  width:80%;
  margin:10px 0;
  padding: 10px;
  line-height: 22px;
  background: rgb(0,0,0,0.8);
  border-radius: 10px;
  border:1px solid black;
}
.parentish div:first-letter{
  text-transform: capitalize;
}
#past ul .pro_def{
  width: 60%;
}
.seg:not(.open) .info{
  display:none;
}
#content .valList li{
  display:block;
  margin-bottom: 3px;
  padding-bottom: 4px;
  background: rgb(0,0,0,0.7);
  border-bottom: 1px solid #4f4f4f;
  text-transform: capitalize;
}
#cust_nest li{
  padding-top: 10px;
  height: auto;
}
.custTxt{
  display: inline-block;
  height: auto;
  width: 80%;
  padding-right: 12px;
  color: honeydew;
  text-shadow: 1px 1px black;
}
#past > div:first-child{
  margin-left: 25px;
  color: cornflowerblue;
  font-size: 20px;
  text-decoration: underline;
}
#past ul{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#past ul li{
  position:relative;
  width:calc(100% - 20px);
  min-height: 50px;
  height: auto;
  padding: 10px;
  background: rgb(0,0,0,0.8);
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 3px;
}
#past ul li::before{
  vertical-align: top;
  font-size: 25px;
  margin-top: -8px;
}
#past ul .delL{
  display:inline-block;
  width: 650px;
}
#past ul li.custom .delL{
  margin-left: 35px;
}
#past ul .delText{
  padding-bottom: 10px;
  color: white;
  font-size: 20px;
}
#past ul .dates{
  position: absolute;
  top:15px;
  left: 720px;
  height: 40px;
  width: 280px;
  text-align: left;
  color:red;
}
#past ul .dates > span:first-of-type{
  display: block;
  color: gray;
  padding-bottom: 12px;
}
#past ul .pro_def{
  width: 570px;
}
#past ul .reason{
  color:gray;
  margin: 0 0 10px 45px;
  height: auto;
  width: 570px;
}
#past ul .reason span{
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left: 10px;
  font-family: txt;
  color: cadetblue;
}
#list_head{
  position:sticky;
  top:0;
  width: 90%;
  height: 50px;
  padding-top: 10px;
  overflow: visible;
  margin-bottom: 12px; 
  background: rgb(40,40,40,0.9);
  border-bottom: 3px solid #b7b7b7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 3;
}
#list_head span{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 12px;
  box-shadow: 1px 1px 3px black;
  cursor: pointer;
  font-size: 25px;
	color:floralwhite;
	text-shadow: 1px 1px black;
	background: #bcbcbc;
}
#list_head span:hover{
  opacity:0.6;
}
#list_head span:nth-child(1):before{
  content: "\1F44D";
}
#list_head span:nth-child(2){
  width: 100px;
  margin: 0 190px 0 250px;
}
#list_head span:nth-child(3){
  margin-left: 170px;
}  
#list_head span:nth-child(3)::before{
  content : "\1F4C5";
}
#list_head span:nth-child(4){
  margin-left: 75px; 
/*  background: #1ba530;*/
  background: darkseagreen;
  color: white;
  font-size: 29px;
  font-weight: bolder;
  text-shadow: 1px 1px 2px black;
} 
#list_head span:nth-child(4)::before{
  content : "\2714";

}
.valTit{
  font-family: date;
  font-weight: bolder;
  font-size: 30px;
  width: 400px;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 1.3;
}
.valTit:hover{
  opacity: 0.8;
}
.valTit span{
  display:inline-block;
}
.valTit span::after{
  display: inline-block;
  content: "\25BC";
  font-size: 35px;
  margin-left:10px;
  text-shadow: none;
}
.seg:not(.open) .valTit span::after{
  transform: rotate(270deg);
}
.line{
  height: 8px;
  margin-bottom: 40px;
  box-shadow: 2px 2px 4px inset gray;
  border-radius: 10px;
  border-bottom: 1px solid #C4C4C4;
  opacity: 0.6;
}
#valDt{
  height: 85px;
}
#val_nest li::before{
font-size: 29px;
}
.float{
  float:right;
  width: 140px;
  height: 45px;
}
.vDate{
  display: inline-block;
  font-family: date;
  font-size: 14px;
  font-style: italic;
  width: auto;
  vertical-align: bottom;
  color:cadetblue;
}
#val_nest .vDate{
  margin: 25px -45px 0 0;
}
.compVal{
  display: inline-block;
  float: right;
  margin: 15px -40px 0 0;
  width: 27px;
  height: 27px;
  background:black;
  border-radius: 100%;
  border:1px solid gray;
  box-shadow: 1px 1px 2px black inset;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  font-weight: bolder;
  color: white;
  text-shadow: 1px 1px 2px black
}
.compVal[data-match='0']:hover{
  cursor:pointer;
  opacity: 0.5
}
.compVal[data-match='0']::before{
  content: "\271A";
}
.compVal[data-match='1']{
  background: #d61625;
}
.compVal[data-match='1']::before{
  content: "\2716";
}
.compVal[data-match='2']{
/*  background: #1ba530;*/
  background:darkseagreen;
}
.compVal[data-match='2']::before{
  content: "\2714";
}
#copy{
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 100;
}
.fadeOut{
  transition: opacity 4s;
  opacity: 0;
}
#pops .pop.popon{
  display:block;
}
#pops .pop{
  display: none;
  position: fixed;
  top: 200px;
  left: calc(50% - 370px);
  width: 700px;
  height: auto;
  max-height: 600px;
  overflow:visible;
  padding: 20px;
  background:#2d2d2d;
  border-radius: 12px;
  border:2px inset white;
  box-shadow: 2px 2px 3px gray;
  z-index:1001;
}
.pop h1{
  font-size: 28px;
}
.pop h2{
  display: block;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  color:aquamarine;
  font-family: papyrus;
  font-size: 23px;
}
.pop ul{
  list-style-type: none;
  max-height: 400px;
  overflow-y: scroll;
  padding:0;
}
.pop li{
  display: block;
  position: relative;
  margin-top: 15px;
  background: white;
  border: 5px inset white;
  padding: 8px 8px 25px 8px;
  box-shadow: 3px 3px 5px inset black;
  border-radius: 15px;
  font-family: txt;
}
.pop li[data-id="0"]{
  text-align: center;
  font-weight: bolder;
  font-style: italic;
  background: transparent;
  border:none;
  box-shadow: none;
}
.pop li>div:first-child{
  width:99%;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-variant: small-caps;
  text-shadow: 1px 1px 2px gray;
}
.pop .views{
  width: 180px;
  margin:10px 0 -22px 500px;
  color: cadetblue;
  text-decoration: none;
  font-variant: normal;
  text-shadow: none;
  font-size: 14px;
  overflow-x: visible;
}
.pop .pEdit{
  width: max-content;
  display: inline-block;
  float:right;
  font-style: italic; 
  text-shadow: none;
  color: gray;
}
.pop .pEdit b{
  color: darkorange
}
.pop .views div{
  display: inline-block;  
  text-decoration: none;
  font-variant: normal;
  text-shadow: none;
}
.like{
  height:19px;
  width: 19px;
  background-image: url("https://storage.googleapis.com/pr-isms_site/site/thumb_up.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
#acct_box .like{
  margin: 3px 5px 8px 20px;
}
textarea{
  display: block;
  margin: 20px auto 0 auto;
  resize: none;
}
.ej_wrap{
	color: white;
	margin-top: 5px;
}
#msg_ttl{
  padding: 30px 0 20px 40px;
  font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 27px;
  color: #969696;
}
#message span{
  display: inline-block;
  margin-left:45%;
}
#message a{
  display: block;
  width: max-content;
  margin: 15px auto;
}
#content a{
  text-transform: none;
}
@keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
}
.nolike{
  width: 120px;
  color: red;
  position:absolute;
  top:90%;
  right:200px;
  display: block;
  animation: fadeOut 4s;
  animation-fill-mode: forwards;
}