



button.applyNow {
	
	
	
	
	float:left;
    font-family: 'Questrial', sans-serif;
    background-color:  #004981;
    font-size: 18px;
    color: white;
    text-align: left;
    width: 94%;
	border-width: 0px;
	margin-top: 15px;
	margin-left:25px;
    border-radius: 6px;
    margin-bottom: 25px;
    height: 51px;
    padding: 0;
    padding-bottom: 10px;
    padding-left: 60px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    line-height: 2.8em;
    text-shadow: none;
}

button.applyNow:hover {
    background-color: #C3053E;
    color: white;
}

button.applyNow:hover i {
    background-color: white;
    color:#004981 ;
    border: solid 8px #004981;
}

button.applyNow i {
    color: #fff;
    line-height: 45px;
    font-size: 24px;
    background-color: white;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    border: solid 8px #C3053E;
    margin-top: -10px;
    margin-left: -90px;
    position: absolute;
}

.fa-paper-plane:after {
    content: "\2709";
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
	font-size: 38px;
    font-style: normal;
	color:#C3053E;
    }
	
	

