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

body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background-image:url('images/schol_bg.png');
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#fff;
	font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 200;
	overflow-x: hidden;
    min-width: 1280px;
}
/* Text */
a {
	text-decoration: none;
	color: #5464aa; /*#414042;*/
}
h1 {
    font-size: 36px;
	color:#c60751;
}
h2 {
    font-size: 30px;
	color:#c60751;
	text-transform:capitalize;
	margin-bottom:10px;
}
h3 {
    font-size: 20px;
	font-weight:normal;
	color:#c60751;
	margin:0;
}
h4 {
    font-size: 18px;
    font-weight: 200;
	color:#c60751;
	margin:15px 0 0;
}
h5{
	font-size: 12px;
    font-weight: bold;
}
p{
	line-height:1.5;
}
ol li{
	margin-bottom:5px;
	line-height:1.3;
}
ul{
	padding:0;
	list-style-type:none;
}
select{
	margin:0;
}
/* Use to extend full browser width */
.extendfull, .extendleft
{
	padding-left: 150px;
	margin-left: -150px;
}
.extendfull, .extendright
{
	padding-right: 150px;
	margin-right: -150px;
}
/**************************
/*       wrappers         */
.sitewrapper {
	width: 1280px;
	margin: 0 auto;
}
.innerwrapper{
	width: 980px;
	margin: 0 auto;
}
.scholar_head{
	background-color:#fff;
	padding-bottom:20px;
}
.pagecontent {
	min-height: 435px;
}
/***********************************************/
/*     Site Rebrand main template styles 
/***********************************************/
/* colors for new site are 
/* #5464aa for all links except util nav (mid purple)
/* #514579 for backgrounds like footer and util nav (darker purple)
/* #d1d3d4 for body and button backgrounds (light grey)
/*  for active, hover, and visited links
/* 
*/
/* Scholarships Main */
a:hover{
	color:#d1d3d4;
}
.util_socials_search_nav {
	height: 30px;
	background-color:#514579;
}
.utils .sfNavHorizontal{
	margin:7px 0 0;
	padding-left:0;
	list-style-type:none;
	float:right;
	font-weight:bold;
	font-size:13px;
}
.utils li{
	float:left;
}
.utils li a{
	color:#fff;
	padding:0 19px;
}
.utils li a:visited{
	color:#fff;
}
.utils li a:hover{
	color:#d1d3d4;
}
.utils  li a.linkwhite{
	color:#fff;
}
.sociallinkslist {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
	float:right;
}
.sociallinkslist li a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	color: transparent;
	height:30px;
	width:30px;
}
.sociallinkslist li a:hover{
	color:transparent;
}
.sociallinkslist .social_facebook {background: url('images/icon_fb.png') no-repeat 0 5px;}
.sfsearchBox{
	padding:0;
	border:none;
	float:right;
	margin:0;
}
.sfsearchBox  .sfsearchTxt{
	border:none;
	height:30px;
	padding:0 0 0 0px;
	width:183px;
	background-color:#f3f3f3;
}

.sfsearchBox  .sfsearchTxt input{
	width: 77% !important;
	padding-left: 5px;
}
.sfsearchBox .sfsearchSubmit{
	background:url('images/search_glass.png') no-repeat 0 0;
	border:none;
	height:30px;
	width:31px;
	color:transparent;
	margin-left:-3px;
}
.header_mainnav {
	background-color:transparent;
	margin-top:20px;
}
.mainnav ul{
	margin:0;
	font-weight:bold;
	font-size: 21px;
}
.mainnav  ul.sfNavHorizontal li{
	margin-left:65px;
	margin-right:0;
}
.mainnav ul li:first-child{
	margin-left:0;
}
.subnav{
	border-top:1px solid #5464aa;
}
.subnav ul {
	margin: 15px 0 0 0;
	float:right;
	font-size: 18px;
}
.subnav ul li{
	margin-left:65px;
	margin-right:0;
}
.mainnav ul li a{
	color:#5464aa;
	text-transform:uppercase;
}
.mainnav ul li a:hover, 
.mainnav li a.sfSel {
	color: #d1d3d4;
	font-weight:bold;
}
.subnav ul li a:hover,
.subnav ul li a.sfSel{
	color:#d1d3d4;
	font-weight:normal;
}
/* Sub Nav on Our Scholars pages */
.ourScholarsNav .subnav ul li{
    margin:0px 20px 10px 0px;
}
/* Page Content */
.pagecontent {
	min-height: 450px;
}
/**************************/
/*      Breadcrumb
/**************************/
.sfBreadcrumbWrp{
	float:right;
}
.sfBreadcrumbWrp .RadSiteMap{
	display:table-cell;
	vertical-align:bottom;
	height:90px;
}
/****************************************
/*      General Page Stuff 
/***************************************/
.sfContentBlock{
	margin-bottom:20px;
}
.right .sfContentBlock.no_margin,
.no_margin .sfContentBlock,
.sfContentBlock.no_margin{
	margin-bottom:0px;
}
.scholar_head .sfContentBlock{
	margin:0;
}
p.no-margin,
.right p{
	margin:0;
}
.imgborder{
	border:1px solid #f3f3f3;
}
.right h4,
.right h3{
	margin:0;
}
.right .sfContentBlock{
	margin-bottom:30px;
}
a img{
	border:none;
}
h2:first-child,
h1:first-child,
.sfContentBlock h3:first-child{
	margin-top:0;
}
/*************************/
/*     Banner stuff      
/*************************/
.front_page.hero_banner{
	margin:0;
	padding:0;
	width:1280px;
	height:460px;
	position:relative;
}
.front_page.hero_banner li{
	list-style-type:none;
	display:none;
}
.front_page.hero_banner li:first-child{
	display:list-item;
}
.front_page.hero_banner li img{
	height:460px;
	width:1280px
}
.front_page.hero_banner .hero_text{
	background:url('images/fphero_text_box1.png') no-repeat 0 0;
	position:absolute;
	top:145px;
	color:#fff;
	height:145px;
	width:400px;
	left:720px;
	background-color:rgba(199, 50, 107,0.8);
}
.front_page.hero_banner .text{
	font-size:18px;
	height:30px;
	width:370px;
	margin:15px 15px 0;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
}
.front_page .hero_text .sfitemTitle{
	height:70px;
	line-height:68px;
	padding:5px 0 0 15px;
	width:370px;
	margin:10px 15px 0 0;
	font-size:83px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
.front_page .hero_text a{
	left:0px;
	top:20px;
	padding:5px 15px;
	position:relative;
	background-color:#5464aa;
	font-weight:bold;
	color:#fff;
}
#banner_pager{
	position:absolute;
	right:30px;
	bottom:20px;
}
#banner_pager li{
	display:inline-block;
	color:#ffffff;
	border:1px solid #ffffff;
	font-size:13px;
	margin-left:12px;
	padding:0 4px;
	font-weight:bold;
	height:15px;
	width:7px;
	position:static;
}
#banner_pager li:hover{
	cursor:pointer;
}
#banner_pager li.active{
	color:#c60751;
	border:1px solid #c60751;
}
/******************************/
/*     Shared Content      
/******************************/
.popular_links{
	margin-top:30px;
}
.popular_links h3{
	margin-bottom:10px;
}
.popular_links a{
	margin-bottom:3px;
	display:inline-block;
}
/******************************/
/*     Site Search Results      
/******************************/
dt {
	margin:10px 0 5px;
}
dt a{
	font-size:14px;
	font-weight:bold;
}
/*************************/
/*       Home page
/*************************/
.mission,
.spotlight{
    border-bottom:5px solid #504579;
    background-color: #f3f3f3;
}
.spotlight {
    background: #f3f3f3 url("images/bgSpotlight01.png") no-repeat 0px 0px;
}
.mission p{
	font-weight:200;
	margin-bottom:0;
}
.throughbar{
	background-color:#514579;
	height:50px;
}
.throughbar .innerwrapper>div{
	display:inline-block;
	color:#fff;
	font-size:26px;
	margin-top:8px;
}
.throughbar .innerwrapper .btn{
	background-color:#f3f3f3;
	padding:5px 10px;
	font-size:14px;	
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	font-weight:bold;
	color:#5464aa;
}
div.timeline-header{
	display:none;
}
.frontpage_facebook{
	height:400px;
}
.frontpage_facebook .fb_logo{
	background:url("images/social_fb_red.png") no-repeat 8px 10px;
	height:130px;
}
.frontpage_facebook .fb_feed{
	overflow:hidden;
	padding-left:30px;
	height:325px;
	background:url('images/social_fb_red.png') no-repeat 10px 0;
}
.frontpage_facebook .fb_feed>div{
	overflow:hidden;
	margin-top:25px;
	height:325px;
}
.fb_iframe_widget{
	top:-70px;
	left:-5px;
}
/******************************/
/*       Button Stuff 
/******************************/
a.btn,
input.btn{
	padding:5px 25px;
	color:#fff;
	background-color:#c60751;
	border:none;
}
/**********************************************/
/*           Sponsors images 
/**********************************************/
/* home page */
.gemSponsors .sfContentBlock{
	margin-bottom: 35px;
}
.gemSponsors ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.gemSponsors ul li{
	display:block;
	width:270px;
	height:110px;
}
.gemSponsors li img{
	max-width:100%;
	max-height:100%;
}
/*******************************/
/*          About Us           */
/* *************************** */
.aboutwrap h3{
	margin:5px 0 0;
}
.aboutwrap .right p{
	margin:0;
}
.sfvideoWrp{
	height:160px;
	width:290px;
	margin-bottom:15px;
}
.sfvideoWrp object{
	max-height:100%;
	max-width:100%;
}
/*******************************/
/*          Our People         */
/* *************************** */
.peoplewrap{
	background-color:#f3f3f3;
}
#PeopleBoardList, #PeopleStaffList, #PeopleExecutiveBoardList {
	border-top:3px solid #514579;
	padding-top:20px;
}
#PeopleBoardHead, #PeopleStaffHead, #PeopleExecutiveBoardHead{
	width:175px;
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	padding:7px 0;
	text-align:center;
	margin-right:-2px;
}
#PeopleBoardHead:hover, #PeopleStaffHead:hover, #PeopleExecutiveBoardHead:hover{
	cursor:pointer;
}
.activePeopleTab{
	background-color:#514579;
	color:#f3f3f3;
}
.inactivePeopleTab{
	background-color:#5161ac;
	color:#f3f3f3;
}
#PeopleBoardList li, #PeopleStaffList li, #PeopleExecutiveBoardList li{
	display:inline-block;
	width:320px;
}
#PeopleBoardList .pplImagewrap,
#PeopleStaffList .pplImagewrap,
#PeopleExecutiveBoardList .pplImagewrap{
	width:145px;
	height:135px;
	float:left;
}
#PeopleBoardList li img, #PeopleStaffList li img, #PeopleExecutiveBoardList li img{
	max-width:100%;
	max-height:100%;
}
.peopleInfo{
	float:left;
	margin-left:15px;
	width:138px;
}
.PeopleName{
	font-size:12px;
	font-weight:bold;
}
.PeopleDetails a{
	color:#056837;
}
#PeopleStaffList p,
#PeopleBoardList p{
	margin: 0;
}

/*************************/
/*  event photo spinner  */
.event_photo_spinner{
	margin-bottom:25px;
}
/*************************/
/*   Support Scholars      
/*************************/
.donateways{
	padding:35px 0 75px;
	margin-top:35px;
	background-color:#f3f3f3;
}
.donateways h3{
	font-size:18px;
	margin-bottom:0;
	color:#c60751;
}
.donateways h4{
	margin-bottom:0;
}
.donateways p{
	margin:0;
}
.donateways .imgwrap{
	height:80px;
	width:80px;
}
.FormRow{
	margin-bottom:10px;
}
.FormRow>div{
	display:inline-block;
}
.FormItemLabel{
	width:150px;
	text-align:right;
	vertical-align:top;
	margin:2px 5px 0 0;
}
.FormRow input[type="text"]{
	width:290px;	
}
.FormRow input.monthlyAmt{
	width:109px;
}
.FormTextBox textarea{
	width:290px;
	resize:none;
}
#donateform{
	margin-bottom:50px;
}
#donateform h3{
	margin:20px 0 10px;
}

/*************************/
/*       Our Scholars      
/*************************/
/* Sub Nav on Our Scholars pages */
.ourScholarsNav .subnav ul li{
    margin:0px 20px 10px 0px;
}
.ourscholars{
	margin:0;
	padding:0;
}
.ourscholars li{
	list-style-type:none;
	margin-bottom:15px;
}
.ourscholars li>div{
	display:inline-block;
}
.ourscholars .sfimageWrp{
	width:145px;
	height:135px;
}
.ourscholars .sfimageWrp img{
	max-height:100%;
	max-width:100%;
}
.ourscholars .sfitemTitle{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
.ourscholars .scholarinfo{
	width:500px;
	vertical-align:top;
	margin-left:5px;
}
/* Scholars Home Page Rotator */

#ctl00_HomepageContent_C095_rotStories {
    float:right;
    position: relative;
    top:50px;
}
#ctl00_HomepageContent_C096_rotPhotos {
    float:left;
    position: relative;
    top:-50px;

}
#ctl00_HomepageContent_C095_rotStories h1,
#ctl00_HomepageContent_C095_rotStories h2 {
    color: #c60751;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
#ctl00_HomepageContent_C095_rotStories h3,
#ctl00_HomepageContent_C095_rotStories h4 {
    font-size: 16px;
    font-weight:normal;
    color: #333;
    margin:0 0 20px 0;
    text-transform:uppercase;
}
div.scholarsMoreLink {
    position:relative;
    float:right;
    left: 220px;
    top: 400px;
}
/*******************************/
/*          Blog          
/* *************************** */
.sfpostListItem{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #a9a9a9;
}
.sfpostListItem>div{
	display:inline-block;
}
.sfpostListItem .blog_summary{
	margin-left:10px;
	vertical-align:top;
}
.sfpostListItem .sfpostAuthorAndDate{
	display:none;
}
.sfpostSummary{
	margin:0 0 3px;
}
.sfpostContent{
	margin:10px 0;
}
h2.sfpostTitle{
	margin-bottom:0;
}
.right .sfpostListItem {
	padding-bottom:5px;
	margin-bottom:0;
	border-bottom:none;
}
.right .sfpostListItem h4{
	font-size:14px;
}
/*************************/
/*         Footer      
/*************************/
.footer_wrapper {
    background-color: #514579;
	min-height: 290px;
}
.footer {
	width:980px;
	margin:0 auto;
	padding-bottom:50px;
}
.footer h4 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color:#fff;
}
.address {
	margin: 0;
}
.footer_left {
	width: 680px;
	float: left;
	margin: 25px 0 0 0;
}
.footernav ul li a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0 15px 0 0;
}
.footernav ul li a:hover {
	color:#d1d3d4;
}
.footer_gsbanav{
	background-color: #fff;
	width:650px;
	margin:20px 0 50px;
}
.ftr_gsbanav_list{
	line-height:1.7;
	margin:30px 0 40px;
}
.ftr_gsbanav_list a{
	color:#000;
}
.ftr_gsbanav_list>div{
	display:inline-block;
	margin-left:40px;
	vertical-align:top;
}
.ftr_gsbanav_list .color_gsba{
	color:#056837;
}
.ftr_gsbanav_list .color_trav{
	color:#c60751;
}
.footer_wrapper .footer a:hover{
	color:#d1d3d4;
}
.footer_colophon {
	margin-top: 40px;
	color:#fff;
}
.footer_colophon a{
	color:#fff;
}
.footer_right {
	margin: 57px 0 0 0;
	color: #ffffff;
	float: right;
	width: 297px;
}
.footer_right p {
	margin: 0 0 18px 0;
}
.footer_right a {
	color: #ffffff;
	text-decoration: underline;
}

