﻿body {
}

.bottom-border 
{
    border-bottom:1px solid #F3F3F5;
    padding:15px;
    box-sizing:border-box
}
.newicon {
                display:none;
            }
  .admissions li:nth-child(1) a
            {
                
                color:#288542 !important;
            }
            .admissions li:nth-child(1) a .newicon
            {
                display:inline;
                
            }
            .admissions li:nth-child(2) a
            {
                
                color:#288542 !important;
            }
            .admissions li:nth-child(2) a .newicon
            {
                display:inline;
                
            }

.text-white 
{
    color:white !important;
}
.text-white:hover 
{
    color:white !important;
} 
    .text-white-green 
{
    color:white !important;
}
    .text-white-green:hover 
    {
        color:white !important;
    } 
    
.blinking{
	animation-name:blinkingText;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	font-weight:bold;
	
}
@keyframes blinkingText{
	0%{		color: #ED5834 ;	}
	50%{	color: transparent;	}
	100%{	color: #ED5834;	}
	
	
}
.blinking-white{
	animation-name:blinkingTextGreen;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	font-weight:bold;
    background:white;padding:2px 10px 2px 10px;box-sizing:border-box;
    border-radius:2px;
	
}
@keyframes blinkingTextGreen{
	0%{		color: green ;	}
	50%{	color: transparent;	}
	100%{	color: green;	}
	
	
}