/* 
    ----------------------------------------------------------------------------
                Company: Broadridge Advisor Solutions
                Website: http://www.allenfinancialadvisement.com/
                Developer: Juliane Escobar
                Designer: Template
               	Project Manager: Mia Castillon
                Last modified: 05.06.16 by Juliane Escobar
              
    ---------------------------------------------------------------------------- 
    ---------------------------------------------------------------------------- 
*/



p.pictureCaption {
	text-align: center;
	font-size: 18px;
	color: #8F0222;
}
p.sCopy, p.bottomDisc {
	font-size: 16px;
	line-height: 24px;
}
ul#scholarCrit {
	margin: 0px 0px 0px -40px;
	list-style: none;
}
ul#scholarCrit li {
	line-height: 30px;
	font-size: 16px;
}
ul#scholarCrit li.firstLi {
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
}
fieldset {
	border: none;
}
#scholarshipFormWrapper {
	background: #eee;
	padding: 25px 20px;
	margin: 20px 0;
	max-width: 322px;
	width: 100%;
}
a.emailLink {
	font-weight: 600;
}
p.italicDisclaimer {
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}
span.asterisk {
	color: #FC5C5C;
}
input.text {
	font-size: 14px;
	height: 23px;
	max-width: 290px;
	width: 100%;
}
#scholarshipForm p {
	font-size: 17px;
	margin: 0 0 19px 0;
}
button {
	padding: 10px;
	font-size: 14px;
	background: #8F0222;
	border: 0;
	color: #fff;
}
img.pvImg {
	margin: auto;
	display: block;
}
@media only screen and (max-width : 384px) {
	#scholarshipFormWrapper {
    max-width: 282px;
    width: 100%;
}

input.text {
    font-size: 14px;
    height: 23px;
    max-width: 250px;
    width: 100%;
}
	
}


@media only screen and (max-width : 320px) {

#scholarshipFormWrapper {
    background: #eee;
    padding: 25px 20px;
    margin: 20px 0;
    max-width: 221px;
    width: 100%;
}

input.text {
    font-size: 14px;
    height: 23px;
    max-width: 190px;
    width: 100%;
}

a.emailLink {
    font-weight: 600;
    font-size: 14.4px;
}


}

@media only screen and (max-width : 240px) {
#scholarshipFormWrapper {
    background: #eee;
    padding: 25px 15px;
    margin: 20px 0 20px -14px;
    max-width: 180px;
    width: 100%;
}

#scholarshipFormWrapper p {
	font-size: 15px;
}

a.emailLink {
    font-weight: 600;
    font-size: 12px;
    width: -10%;
    margin: 0 0 0 -12px;
}
	
}
