@charset "UTF-8";
/* CSS Document */

.scholarship4 {
  background: #eef4f8 url(../images/veterinarian-scholarship/nuvet-labs-annual-veterinary-education-scholarship-top.jpg) center center no-repeat;
  padding: 25px 0px;  

}
.scholarship4::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0);
}
    
  
.scholarship1 {
  background: #f7f7f7 url(../images/veterinarian-scholarship/annual-veterinary-education-scholarship-application.jpg) center right no-repeat;
  padding: 25px 0px;
}
.scholar-radio {margin:10px 0px !important; }
.scholar p{font-size:1.2em; line-height:1.6em; margin-bottom:15px;}
.scholar strong {color:#038443;}
.vertical-align {
    display: flex;
    align-items: center;
}
div.white-section-color-overlay {background-color:transparent; }


	
@media screen and (max-width:767px){.vertical-align {
    display: block;
    align-items: center;
}

	.scholarship4::before {
   
    background-color: rgba(255,255,255,0.7);}
}