﻿.infographic {
    width:100%;
    font-family: sans-serif;
    display:flex;
    margin-bottom:15px;
}
        
.slide-up {
    margin: 0px;
    /* border: 1px solid #fff; */
    margin-right: 15px;
    position: relative;
    Flex:1;
    height: 140px;
}
  
.slide-upsingle {
    margin: 0px;
    border: 1px solid #fff;
    position: relative;
    width: calc(100%-8px);
    height: 140px;
}
    
.arrow-right:before {
    content: '➕';
    position: absolute;
    left: 103%;
    top: 43%;
    z-index: 9;
}

    
.info-content {
    padding-top: 20px;
    /*padding-right: 10px; */
    padding-bottom: 5px;
    /* padding-left: 5px; */
    color: #fff;
    font-weight: 400;
    background-color: #c0252a;
    height: 100%;
    width: 100%;
    text-align: center;
}
  
.info-content a {
    font-size: 1vw;
    line-height: 1.2;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
    border:1.2px solid white;
    padding-left: 10px;
    padding-right: 10px;
}

    
.info-content p {
    font-size: 1vw;
    line-height: 1.2;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-top: 5px;

}

@media only screen and (min-width: 1280px) {
  .info-content p {
    font-size: 14px;
  }
}

.info-header {
    font-size: 1vw;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;   
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 4px;
}

@media only screen and (min-width: 1280px) {
  .info-header {
    font-size: 14px;
  }
}
      
.stat-header {
    font-size: 1vw;
    padding: 0px 10px;
    font-weight: 100;
    color: #414042;
    line-height: 1.2;
}


@media only screen and (min-width: 1280px) {
  .stat-header {
    font-size: 14px;
  }
}

.stat-title {
    font-size: 1.05vw;
    color: #414042;
	line-height: 1.1;
}

@media only screen and (min-width: 1280px) {
  .stat-title {
    font-size: 14px;
  }
}

.info-cover {
    background-color: #dedede;
    width: 100%;
    height: 90%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}
  
.info-cover img {
	margin: 8px auto 5px auto;
	width:20px !important;
}
    
.slide-up:hover .info-cover {
    top: -85%;
}
  
.slide-upsingle:hover .info-cover {
    top: -85%;
}
.custom-span {
    width: 80px;
    background: rgba(50, 50, 50, 1);
    height: 1px;
    display: block;
    margin: 5px auto 5px auto;
}

.bggreen {
  background-color: #008608;
}

.bgred {
  background-color: #f00;
}
  
.bgyellow {
  background-color: #ffa700;
}
  
#hack_spacer {
    color:rgba(0,0,0,0);
}
  
.axisx {
    margin: 0px;
    margin-right: 15px;
    position: relative;
    flex: 1;
	height:auto;
	border: 2px solid #cacaca; 
    Border-top:none;
	text-align:center;
	font-weight:bold;
	color:red;	
}

.axis-plus:before {
    content: '➕';
    position: absolute;
    left: 100%;
    z-index: 9;
}

.tblstyle {
width:100%; 
border:0px;
}

.tdwidth81 {
width:81%;
}

.tdwidth19 {
width:19%;
}

.certimg img {
	height:52% !important;
}

.txtaligncentre {
	text-align:center;
}

.custmarginforprogrambut {
	margin-right: -165px; 
	margin-top: 28px; 
	margin-left: 25px;
}