.messages.status ul li {
	text-transform: none !important;
}

/*=====================CLOSING SCHOLARSHIPS BLOCK=================*/
.closing_scholarships_block ul a {
	display: block;
	color: #8B2331;
	font-weight: 700;
}

.closing_scholarships_block ul span {
	display: block;
}



/*=====================SCHOLARSHIPS DETAIL PAGE=================*/
.scholarship_details_detail {
	margin-bottom: 25px;
	border-bottom: 1px solid #F1F1F1;
}

.scholarship_closing_details h4 a {
	color: #8B2331;
	display:block;
}

.scholarship_closing_details p {
	margin-bottom:2px;
	line-height: 1.2em;
}

.scholarship_closing_details p strong {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.scholarship_closing_details .scholarship_details_detail {
	padding-bottom: 15px;
}

.scholarship_details_detail p.p-top {
	margin-top:6px;
}

.scholarship_details_detail .btn {
	margin-top: 15px;
	margin-bottom: 15px;
}

.scholarship_details_detail .btn a {
	padding: 10px 15px;
	font-size: 14px;
}

.scholarship_details_detail a {
	color: #8B2331;
}

.scholarship_details_detail a:hover {
	font-weight:bold;
	color: #8B2331;
}

/*=====================SCHOLARSHIPS SEARCH OUR DATABASE=================*/

.scholarship_form label {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.scholarship_form .form-type-select label {
	display: block;
}

.scholarship_form .form-type-radio {
	display: inline-block;
	margin-right: 10px;
}

.scholarship_form .form-type-radio label {
	text-transform: capitalize ;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.free_text_form {
	border-bottom: 3px solid #fff;
	/*margin-bottom: 30px;*/
	/*padding-bottom: 40px;*/
	position:relative;
	padding:20px 15px 30px;
}

.free_text_form .form-item-title-only {
	position:absolute;
	bottom:5px;
}

.free_text_form .form-item-title-only:after {
	content:"";
	clear:both;
	display:block;
}

.free_text_form .form-item-title-only label {
	display: inline;
	text-align: left;
	margin-right: 10px;
	font-size:13px;
	font-style: italic;
	font-weight: 500;
	text-transform: capitalize;
}

.free_text_form .form-item-title-only input[type="checkbox"] {
	float:right;
	margin-top:5px;
}

.free_text_form .form-type-textfield {
	float: left;
	width: 63%;
	margin-top: 0px;
}

.free_text_form:after {
	clear: both;
	display:block;
	content: "";
}

.free_text_form label {
	display: block;
}

.free_text_form input[type="submit"] {
	margin-top: 21px;
	margin-left: 25px;
}

.main_search_form {
	border-bottom: 3px solid #fff;
	/*padding-top:20px;
	margin-bottom: 30px;
	padding-bottom: 20px;*/
	padding:20px 15px 20px;
}

.main_search_form fieldset {
	border: 0px;
	padding: 0px;
}

.main_search_form fieldset:after {
	content: "";
	clear: both;
	display: block;
}

.main_search_form fieldset .form-item.form-type-select {
	width: 30%;
	float: left;
	margin: 0px;
	margin-right: 3%;
	margin-bottom: 10px;
}

.main_search_form fieldset>.form-type-select:nth-child(3) {
	margin-right: 0%;
}

.main_search_form fieldset .form-item.form-type-select select {
	width: 100%;
	padding: 15px;
}

.main_search_form fieldset.closing_form .form-item.form-type-select {
	width: 80px;
	margin-right: 10px;
}

.main_search_form fieldset.closing_form .btn,
.main_search_form fieldset.closing_form input[type="submit"] {
	margin-top: 22px;
}

.scholarship_form .btn,
.scholarship_form input[type="submit"] {
	display: inline-block;
	margin-right: 10px;
}

.scholarship_form .btn,
.scholarship_form input[type="submit"] {
	display: inline-block;
	margin-right: 10px;
}

.alphabetical_search_form {
	/*padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 4px solid #F1F1F1;*/
	padding:30px 15px 30px;
	margin-bottom: 40px;
	/*border-bottom: 6px solid #fff;*/
}

.alphabetical_search_form input[type="submit"] {
	width: 50px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.alphabetical_search_form label {
	margin-bottom: 3px;
	display: block;
}

.gen-nz-notice {
	background-color: #f0f0f0;
	padding: 10px;
	margin: 30px 0px;
}

.main_search_form .gen-nz-notice {
	margin: 0px 0px;
}

.gen-nz-notice p {
	font-size: 12px;
	line-height: 1.1em;
	margin-bottom: 5px;
}

.gen-nz-notice p:last-child {
	margin-bottom: 0px;
}

@media (max-width: 995px) {
    
	.free_text_form input[type="text"], 
	.main_search_form fieldset .form-item.form-type-select select {
		padding: 10px 15px;
	}

}

@media (max-width: 995px) and (min-width: 767px) {
    .main_search_form fieldset .form-item.form-type-select {
		width: 47%;
		float: left;
		margin: 0px;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	.main_search_form fieldset>.form-type-select:nth-child(3) {
		margin-right: 3%;
	}
	.main_search_form fieldset>.form-type-select:nth-child(2) {
		margin-right: 0%;
	}
}

@media (max-width: 630px) and (min-width: 450px) {
    .main_search_form fieldset .form-item.form-type-select {
		width: 47%;
		float: left;
		margin: 0px;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	.main_search_form fieldset>.form-type-select:nth-child(3) {
		margin-right: 3%;
	}
	.main_search_form fieldset>.form-type-select:nth-child(2) {
		margin-right: 0%;
	}
}

@media (max-width: 450px) {
    .main_search_form fieldset .form-item.form-type-select {
		width: 100%;
		float: none;
		margin: 0px;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.main_search_form fieldset>.form-type-select:nth-child(3) {
		margin-right: 0%;
	}
}

.alphabetical_search_form input[disabled="disabled"] {
	background-color: #464646;
}

.alphabetical_search_form input[disabled="disabled"]:hover {
	cursor: auto;
}



.scholarship_heading_pag {
	margin-bottom:30px;
	padding:10px 0px 20px;
	border-bottom:1px solid #F1F1F1;
	/*background-color: #F1F1F1;*/
}

.scholarship_heading_pag:after {
	content:"";
	display:block;
	clear:both;
}

.scholarship_heading_pag h4 {
	float:left;
}

.scholarship_heading_pag ul.pagination {
	float:right;
	padding-left:0px;
	list-style-type:none;
	margin-bottom: 0px;
}

.scholarship_heading_pag ul.pagination li {
	display: inline-block;
	background: none;
	margin-top: 0px;
	padding: 0px;
}

.scholarship_heading_pag ul.pagination li a {
	display:block;
	padding: 0 8px 0 8px;
}

.scholarship_heading_pag ul.pagination li a.outer_links {
	padding: 0 2px 0 2px;
}

.scholarship_heading_pag ul.pagination li a.active {
	cursor: auto;
	font-weight: bold;
}

.scholarship_heading_pag ul.pagination li a.active:hover {
	color: #000;
	cursor: auto;
	font-weight: bold;
}

@media (max-width: 995px) and (min-width: 767px) {
	
	.scholarship_heading_pag h4 {
		text-align: center;
	}

    .scholarship_heading_pag h4 {
		float:none;
	}

	.scholarship_heading_pag ul.pagination {
		float:none;
		text-align: center;
	}
	.scholarship_heading_pag ul.pagination li a {
		padding: 5px 12px;
		font-size: 15px;
	}
}

@media (max-width: 650px) {
    .scholarship_heading_pag h4 {
		text-align: center;
	}

    .scholarship_heading_pag h4 {
		float:none;
	}

	.scholarship_heading_pag ul.pagination {
		float:none;
		text-align: center;
	}
	.scholarship_heading_pag ul.pagination li a {
		padding: 5px 12px;
		font-size: 15px;
	}
}


.scholarship-api-error {
	padding:20px;
	border:1px solid #f0f0f0;
	margin:20px 0px;
	background-color: #F0E3E4;
}

.scholarship-api-error h4 {
	margin-bottom: 0px;
}