.count-down-time{
   color:#FFFF00;
   font-weight: bold;
   font-size: 15px;
}

.width-100{
     width: 100%;
}
.lbass-bg-color{
     background-color: #002500;
}
.gallery-body .slide-message{
     display: none;
}
.gallery-body .gallery-header{
     color: #FFF;
     padding-top: 10px;
}
.gallery-imgs img{
     display: inline;
}
.gallery-imgs a{
     cursor: pointer;
}
.emp-odd{
background: #E1F0CD;
 padding: 10px 0px 10px 0px;
}
.emp-even{
background: #FFF;
 padding: 10px 0px 10px 0px;
}
.emp-body img{
     border: #1A7326 solid 3px ;
     border-radius: 10px;
}
.emp-body .emp-name{
     height: 100%;
    width: 100%;
    color: #000;
    display: flex;
    /*justify-content: center;  align horizontal */
    align-items: center; /* align vertical */
}
.emp-body .emp-name .emp-name-text{
     color: #1A7326;
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 0px;
}
.emp-body .emp-name .emp-name-position{
     color: #000000;
     font-size: 16px;
     font-style: italic;
     margin-bottom: 0px;
}


@media only screen and (max-width : 768px) {

.row .admissions-download h4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .row .admissions-download-2 h4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    

}
@media only screen and (max-width : 406px) {
	#header .item{
		visibility: hidden;

	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .caption{
     	float: left;
     }
     #main-header-container #idContactUs{
     	visibility: hidden;
     }

}