.color-lblue{
    color: #6db6ff;
}

.color-lpink{
    color: #ff77b6;
}

.color-lyellow{
    color: #ffff6d;
}

.navbar-custom {
    padding: 5px 0;
}

.simple-border-dk{
    border: .25em solid #2C3E50;
}
    
/*hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0, 0.5);
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}*/

.no-break {
    word-break: keep-all;
    white-space: nowrap;
}

#bkBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 3em;
  border: none;
  outline: none;
  background-color: rgba(44, 62, 80, 0.5);
  color: white;
  cursor: pointer;
  padding: 0em .35em;
  border-radius: 4px;
}

#bkBtn:hover {
  background-color: #2C3E50;
}

.sectitle{
    width: 100%; 
    height: 20px; 
    border-bottom: 1px solid #2C3E50; 
    text-align: center;
    margin-bottom: 2em;
    margin-top: 2em;
}

.yes {
    font-weight: 900;
}
.yes:after{
/*    content: "\2714";*/
/*    content: "<i class=\"fa fa-check\"></i>";*/
    content: "\f00c";
    color: #18BC9C;   
/*    font-family: "Font Awesome 5 Free";  */
    
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 0.7em;
    margin-left: -0.1em;
    font-weight: 900;
}

.no {
   font-weight: 900; 
}
.no:after{
    content: "\2718";
    color: #a60000;   
/*    font-family: FontAwesome;*/
    display: inline-block;
    font-size: 0.7em;
    margin-left: -0.1em;
    font-weight: 900;
}

.ify {
    font-weight: 900;
}
.ify:after{
    content: "?";
    color: #af6500;   
    font-family:sans-serif;
    display: inline-block;
    font-size: 0.7em;
    margin-left: 0em;
    font-weight: 900;
}



ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
/*    *list-style: decimal;  Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
ol > li {
	position:relative; /* Create a positioning context */
	margin: 0 0 -10px 2em; /* Give each list item a left margin to make room for the numbers */
	padding: 1em 0.5em; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
    font-size: 1.3em;
    padding-left: 0.7em;
	/* background:#f6f6f6; */
}
ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.7em; */
    height: 2em;
    width: 2em;    
    transition: all .3s ease-out;
    text-align: center;
    font-weight: bold;
    padding: 0.25rem;      
    /* line-height: 2em; */
    top: 5%;
    margin-top: -0.44em;
    background: #660000;
    border: .3em solid #660000;
    border-radius: 2em;
    color: white;  
}



ol.bizg > li:before {
    content: "B"counter(li);
    top: 2em;
    margin-top: -1em;
    background: #6db6ff;
    border: .2em solid #2C3E50;
    border-radius: 2.5em;
    color: #2C3E50;
    font-size: 1.2em;    
}

ol.usn > li:before {
    content: "U"counter(li);
    top: 50%;
    margin-top: -1em;
    background: #6db6ff;
    border: .2em solid #2C3E50;
    border-radius: 2.5em;
    color: #2C3E50;
    font-size: 1.2em;   
}

ol.contr > li:before {
    content: "C"counter(li);
    top: 50%;
    margin-top: -1em;
    background: #6db6ff;
    border: .2em solid #2C3E50;
    border-radius: 2.5em;
    color: #2C3E50;
    font-size: 1.2em;  

}

ol.chl > li:before {
    content: "I"counter(li);
    top: 50%;
    margin-top: -1em;
    background: #6db6ff;
    border: .2em solid #2C3E50;
    border-radius: 2.5em;
    color: #2C3E50;
    font-size: 1.2em;  
    font-family:serif;
    text-shadow: none;
}

ol.ideas > li{
    border-top: 1px solid #ff77b6;
    padding-top: 0.5em;
    padding-bottom: 1.7em;
}
ol.ideas > li:before {
    content: "S"counter(li);
    top: 0.9em;
    left: -1.6em;
    margin-top: -1em;
    background: #ff77b6;
    border: .2em solid #2C3E50;
    border-radius: 2.5em;
    color: #2C3E50;
    font-size: 1.2em;  
    font-family:serif;
    text-shadow: none;    
}

ol.mkup {
    padding-right: 1em;
}
ol.mkup > li{
    	border-top:2px solid #666; /* add a border line atop each list tem */ 
        font-size: 1em;
        padding-left: 1.5em;
        padding-bottom: 1.5em;
        padding-top: 0.5em;
}

ol.mkup >li:before {
    padding: 0;
    margin-left: 0.75em;
}

ol.sublist {
    list-style-type: lower-alpha;
}

ol.sublist > li {
    list-style: lower-alpha;
    font-size: inherit;
    padding-bottom: 0.7em;
    padding-top: 0;
    padding-left: 0;
}

ol.sublist >li:before{
    content: none;
    border: none;
}

.understanding {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 3em;
    border: 0.3em solid #6db6ff;
    transition: all .3s ease-out;
    color: #2C3E50;  
    background: #6db6ff;
    padding: 0.1em 0.7em;
}

.ideation{
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 3em;
    border: 0.3em solid #ff77b6;
    transition: all .3s ease-out;
    color: #2C3E50;  
    background: #ff77b6;
    padding: 0.1em 0.7em;
}

.checks{
    text-align: center;
    font-weight: bold;
    font-size: 1.53em;
    border-radius: 3.5em;
    border: 0.05em solid #2C3E50;
    transition: all .3s ease-out;
    color: #2C3E50;  
    background: #ffff6d;
    padding: 0.1em 0.7em;
}

.framed{
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    margin-right: 1.3em;
    margin-left: 1.3em;
    border: 0.05em solid #2C3E50;
    box-shadow: 0.5em 0.5em 1em grey; 
}

.undb{
    font-weight: 900;
}

p{
    padding-top: 1em;
    padding-bottom: 1.5em;
}

ul.gallery{
    list-style-type: none;
    padding-left: 0;
    width: 100%; 
    float: left;
    margin-left: 0;
    counter-reset: my-ulli-counter;
}

ul.gallery > li{
	float: left;
	padding: 0;
	background: #fff;
/*	border: 3px solid #222;*/
    margin: 0 0 0 0;
    overflow: hidden;
    position: relative;   
    width:88%;
    z-index: counter(li);
    text-align: center;
    counter-increment: my-ulli-counter +10;
}
ul.gallery > li:hover {
	z-index: 10;
}

ul.gallery>li:not(:first-child){
    margin-left: -83%;
    
/*    border: 3px solid #222;*/
}

ul.gallery>li:nth-child(1){
   margin-top: 0%; 
}
ul.gallery>li:nth-child(2){
   margin-top: 8%; 
}
ul.gallery>li:nth-child(3){
   margin-top: 16%; 
}
ul.gallery>li:nth-child(4){
   margin-top: 24%; 
}
ul.gallery>li:nth-child(5){
   margin-top: 32%; 
}

ul{
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
}

ul>li{
    padding-bottom: 0.3em;
    font-size: 1.3em;
}

ul>li >ul>li{
    padding-bottom: 0.5em;
    font-size: 1em;
    margin-left: 1em;
}

.row{
  text-align:center;
}

.ublock > ul{
    font-size: 0.8em;
}

.marg{
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 3em;
    margin-top: 1em;
}
.ublock {
    display:inline-block;
    float:none;
    text-align: left;
    border-radius: 1.5em;
    border: 0.3em solid #6db6ff;
    background-color: #ffffff;
/*    margin: 0 0.5em;*/
    height:inherit;
    vertical-align: top;
    font-size: 1em;
}



.col-center{
    float: none;
    margin: 0 auto;
    display:inline-block;
}

.inCircle {
  background: #660000;
  border: .3rem solid #660000;
  border-radius: 2rem;
  width: 2rem;
  height:2rem;
  color: white;  
  padding: 0rem .5rem;
  font: 1rem;
}

.inCircle2 {
  background: #660000;
  border: .3rem solid #660000;
  border-radius: 2rem;
  width: 2rem;
  height:2rem;
  color: white;  
  padding: 0rem 0.1rem;
  font: 1rem;
}




a.tooltipimg span {
    z-index:10;
    display:none; 
    opacity: 0;
    padding:10px 10px;
    margin-top:35px; 
    margin-left:-160px;
}
a.tooltipimg:hover span{
    opacity: 1;
    display:inline; position:absolute; 
    border:2px solid #2C3E50;  
    color:#2C3E50;
    background:#2C3E50;
}
    
a.tooltipimg span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}

.callout {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-bottom: 15px solid #2C3E50;
  z-index:20;
  position:absolute;
  top:-18px;
}

.plike{
    font-size: 20px;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1.5em;
    display: block;
}

.iblock {
    display:inline-block;
    float:none;
    text-align: left;
    border-radius: 1.5em;
    border: 0.3em solid #ff77b6;;
    background-color: #ffffff;
/*    margin: 0 0.5em;*/
    height:inherit;
    vertical-align: top;
    font-size: 1em;
}
