/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
  background: #fff;
}


body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {}

h3 {	
	font-size:19px;
	font-weight:semi-bold;
	border-bottom:1px solid #d1d2d4;
	padding:0 0 5px 0;
	font-weight: normal;
	margin: 20px 0 10px;
	}
.section-grant-seekers h3,.section-grant-seekers .node-content a,.section-grant-seekers .jcarousel-item .views-field-field-carousel-link a {
	color:#006985 !important;
	}
.section-giving-options h3,.section-giving-options .node-content a,.section-giving-options .jcarousel-item .views-field-field-carousel-link a {
	color:#D78860 !important;
	}
.section-our-services h3,.section-our-services .node-content a,.section-our-services .jcarousel-item .views-field-field-carousel-link a {
	color:#84ADD2 !important;
	}
	
.section-advisors h3,.section-advisors .node-content a,.section-advisors .jcarousel-item .views-field-field-carousel-link a {
	color:#005058 !important;
	}

h4 {}

h5 {}

h6 {}

p {color: #6D6E71;}

#footer p {color: #D1D3D4;}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {color: #6D6E71;}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

a:hover {
	text-decoration:none;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {background:#fff;}

.page-node-4759 #page,.page-node-4760 #page,.page-node-4761 #page,.page-node-14153 #page,.front #page {background:#EFEFF0;}


#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {background:#FFF;}

/*
 * Wraps the sidebars the content column
 */
#columns {max-width:960px;margin:0 auto;}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
.not-front #main-content {margin-bottom:50px;}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {padding:15px 0 0 0;}

/*
 * Footer wrapper
 */
#footer {padding: 5px 0 0;}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {
	border-top: 5px solid #A5D143;
	}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working 
  background: rgba(255, 192, 203, 0.5);*/
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {
    background: none repeat scroll 0 0 #6d6e70;
    height: 40px;
    padding: 0;
    position: relative;
    z-index: 98;
}
	

	
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {
	color:#6d6e71;
	}
#secondary-content-wrapper h3 {
	color:#6d6e71 !important;
	font-weight:lighter;
	border-bottom: 0 none;
	margin:10px 0 0 0;
	}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
.front #content-wrapper {display:none;}

.page-node-4759 #content-wrapper,
.page-node-4760 #content-wrapper,
.page-node-4761 #content-wrapper,
.page-node-14153 #content-wrapper  
	{
	margin-bottom:20px;
	
	}
#content-wrapper {margin-bottom:100px;}

#content-wrapper .container {
	background:#FFF;
}
.front #content-wrapper .container,
.page-node-4759 #content-wrapper .container,
.page-node-4760 #content-wrapper .container,
.page-node-4761 #content-wrapper .container,
.page-node-14153 #content-wrapper .container {
	background:#efeff0;
}

#content-wrapper .container {
	background:#FFF;
}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {border-top:1px solid #CCC;}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? 
  background: rgba(255, 192, 203, 0.5);*/
  background:#6d6e70;
  color:#d1d3d4;
}

#footer-wrapper a:hover {
  color:#fff;
  text-decoration:none;
}

#footer-wrapper .container {
	max-width:960px;
	}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
	margin: 0 auto;
    max-width: 960px;
    position: relative;
    }

/*
 * Logo
 */
#logo {
  padding: 5px 5px 10px;
  float:left;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Upper Right
 * ========================================================================== */
 
 #upper-right {
    height: 30px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 2px;
    width: auto;
}

/*
 * "Search form" block
 */
#block-search-form {
	float: left;
    width: 210px;
    z-index: 309;
}

#block-block-148 {
    float: left;
    width: 75px;
}

#block-block-148 ul,#block-block-148 li {
	margin:0;
	padding:0;
}

#block-block-249 {
	float: left;
    height: 25px;
    position: relative;
    width: 150px;
	
}
.goog-te-gadget-icon {
	display:none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
color: #949597;
}

.goog-te-combo,.goog-te-banner *,.goog-te-tfab *,.goog-te-menu *,.goog-te-menu2 *,.goog-te-balloon * {
	color: #949597 !important;
}

.goog-te-gadget-simple {
    
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

#block-block-249 .block-inner {
	line-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
}

#block-block-249 .block-inner .block-content {
	line-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9px;
}


#google_translate_element {
	margin:0;
	padding:0;
}

#block-block-148 ul li.first {
	border:1px solid #c6c6c6;
}
#block-block-148 ul li.first:hover {
	background:#729849;
	}
#block-block-148 ul li {
	float:left;
	list-style:none;
	padding:4px 10px 5px 10px;
	font-size:13px;
}

#block-block-148 ul li.first a {
color:#86a662;
}

#block-block-148 ul li.first a:hover {
color:#fff;
text-decoration:none;
}

#block-block-148 ul li a {
color:#959595;
}
 
 /* =============================================================================
 *   Header-section
 * ========================================================================== */
 
 
#header-section {
 	position:absolute;
 	right:0;
 	top:50px;
 }
 
 /* SECONDARY MENU SUPERFISH */
 
#block-superfish-1 {
	float: right;
	margin: 0;
}

.sf-menu.sf-style-default li, .sf-menu.sf-style-default.sf-navbar {
    background: none repeat scroll 0 0 #FFF;
}

.sf-menu.sf-style-default a {
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #CFDEFF;
    padding: 0.75em 1em;
}

.sf-menu.sf-style-default a.sf-with-ul {
    padding-right: 10px;
}

#superfish-1 .sf-sub-indicator {
    background: none !important;
    }
        
.sf-menu.sf-horizontal.sf-shadow ul {
    background: none;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 1px 0px 0 !important;
    border:1px solid #CCC;
    top: 30px;
    z-index:500;
}

.sf-menu.sf-vertical.sf-shadow {
	border-top:0 none;
}

.sf-menu.sf-style-default a, .sf-menu.sf-style-default a:visited {
    color: #949597;
}
.sf-menu.sf-style-default a.active-trail {
    
}
.sf-menu.sf-style-default li, .sf-menu.sf-style-default.sf-navbar {
    background: none;
}


.sf-menu.sf-style-default a:hover, .sf-menu.sf-style-default a.active{
    color: #739849;
}

.sf-menu.sf-style-default li li {
    background: none repeat scroll 0 0 #FFF;
    border-bottom:0px solid #CCC;
}

.sf-menu.sf-style-default li li.active-trail {
    background: #CCC;
    color:#000;
}

.sf-menu.sf-style-default li li li {
    background: none repeat scroll 0 0 #FFF;
}
.sf-menu.sf-style-default li li:hover, .sf-menu.sf-style-default li li.sfHover,.sf-menu.sf-style-default li li a:focus, .sf-menu.sf-style-default  li li  a:hover, .sf-menu.sf-style-default  li li a:active {
	background:#CCC;
    outline: 0 none;
}

.sf-menu.sf-style-default a:focus, .sf-menu.sf-style-default a:hover, .sf-menu.sf-style-default a:active {
	background:#fff;
    outline: 0 none;
}

.sf-menu.sf-style-default li li.sfHover,.sf-menu.sf-style-default li.sfHover {
	background:#FFF !important;
    outline: 0 none;
    color:#000;
    }


#menu-bar .sf-menu.sf-style-default li:hover, #menu-bar .sf-menu.sf-style-default a:focus, #menu-bar .sf-menu.sf-style-default a:hover, #menu-bar .sf-menu.sf-style-default a:active {
	background:#A0B942;
    outline: 0 none;
}

#menu-bar .sf-menu.sf-style-default li.sfHover {
	background:#a3ca42;
}

.sf-menu.sf-horizontal.sf-shadow ul ul {
	display:none !important;
}



/*=============================================================================
 *   Social Icons in menu
 * ========================================================================== */
 
#block-block-151 {
    float: right;
    height: 40px;
    margin: 0;
    position: relative;
    width: 210px;
    z-index: 99;
}

.shareword {
	float:left;
	padding:10px 0 0 0;
	color: #949597;
}

#footer .shareword {
	float:left;
	font-size:10px;
	width:45px;
}


#social {
	height:40px;
	
}

.social {
	width:40px;
	height:40px;
	float:left;
	overflow:visible;
	margin:0;
}

#facebook {
	height:40px;
	width:40px;
	background:url(../images/facebook.png) 0 0 no-repeat;
}

#facebook:hover #facebook-reveal {
	display:block;
}


#facebook:hover {
	margin: 0;
    padding: 0;
    height:40px;
    background:url(../images/facebook.png) 0 -40px no-repeat;
}

.fb_iframe_widget {
    display: inline-block;
    float: left;
    position: relative;
    padding:0 2px 0 0;
}


#twitter {
	height:40px;
	width:40px;
	background:url(../images/twitter.png) 0 0 no-repeat;
}

#twitter:hover #twitter-reveal {
	display:block;
}



#twitter:hover {
	margin: 0;
    padding: 0;
    height:40px;
    background:url(../images/twitter.png) 0 -40px no-repeat;
}


#youtube {
	height:40px;
	width:40px;
	background:url(../images/tellfriend.png) 0 0 no-repeat;
}

#youtube:hover #youtube-reveal {
	display:block;
}


#youtube:hover {
	margin: 0;
    padding: 0;
    height:40px;
    background:url(../images/tellfriend.png) 0 -40px no-repeat;
}


#linkedin {
	height:40px;
	width:40px;
	background:url(../images/linked-in.png) 0 0 no-repeat;
}

#linkedin:hover #linkedin-reveal {
	display:block;
}


#linkedin:hover {
	margin: 0;
    padding: 0;
    height:40px;
    background:url(../images/linked-in.png) 0 -40px no-repeat;
}

.IN-widget {
	float:left;
	padding:0 2px 0 0;
}

#podcast {
	height:40px;
	width:40px;
	background:url(../images/podcast.png) 0 0 no-repeat;
}

#podcast:hover #podcast-reveal {
	display:block;
}


#podcast:hover {
	margin: 0;
    padding: 0;
    height:40px;
    background:url(../images/podcast.png) 0 -40px no-repeat;
}


/* SEARCH  */

.element-invisible {display:none;}

#search-block-form--2 {
	width: 250px;
}

#search-block-form--2 input {
	height:35px;
}

#search-block-form--2 input[type="search"],#search-block-form input[type="search"]  {
	background: url(../images/searchfield.png) no-repeat 0 0;
    border-color: #DDDDDD #BBBBBB #999999;
    border-image: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    outline: 0 none;
    overflow: visible;
text-shadow: 0;
     height:20px;
     margin:0 0 0 -4px;
     float:left;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-appearance: none;
box-sizing: none;
padding: 5px 5px 5px 25px;
    width: 115px;
}


#search-block-form--2 input[type="submit"],#search-block-form input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url(../images/searchbutton.png) no-repeat 0 0;
    border-color: #DDDDDD #BBBBBB #999999;
    border-image: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    cursor: pointer;
    font-size: 0px;
    outline: 0 none;
    overflow: visible;
    padding: 5px;
    text-shadow: 0;
    width: 70px;
     height:35px;
     margin:0 0 0 -4px;
     float:left;
}

#search-block-form--2 input[type="submit"]:hover {
    background: url("../images/searchbutton-hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

/* MENU OVERRIDES  */
/* OM MENU  */

.om-maximenu-simple .om-maximenu-middle-right {
    background: url("images/simple3.png") repeat-y scroll right top rgba(0, 0, 0, 0);
    margin-right: -25px;
    margin-top: 17px;
    padding: 5px 20px;
}
.leaf-grant-seekers.active {
	border-bottom:#5F4C70 5px solid;
	padding-bottom:8px;
	background:#e2e3e4;
}

.leaf-giving-options.active {
	border-bottom:#E4864F 5px solid;
	padding-bottom:8px;
	background:#e2e3e4;
}

.leaf-our-services.active {
	border-bottom:#7DAED3 5px solid;
	padding-bottom:8px;
	background:#e2e3e4;
}

.om-leaf.active-trail {

}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li#om-leaf-om-u1-980776897-1:hover {
	border-bottom:#006985 5px solid;
	height:30px;
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li#om-leaf-om-u1-980776897-2:hover {
	border-bottom:#E4864F 5px solid;
	height:30px;
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li#om-leaf-om-u1-980776897-3:hover {
	border-bottom:#7DAED3 5px solid;
	height:30px;
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li#om-leaf-om-u1-980776897-4:hover {
	border-bottom:#005058 5px solid;
	height:30px;
}


.om-maximenu ul.om-menu li.om-leaf .om-link {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 1px 15px 0;
}

.om-maximenu-simple .om-maximenu-middle {
	border-left:1px solid #fff;

    margin: 0 0 0 0px;

}

.om-maximenu-simple .om-maximenu-bottom {
    background: none;
}

.om-maximenu-simple .om-maximenu-bottom-right {
    background: none;
    width:0;
    margin:0;
    padding:0;
    }
.om-maximenu-simple .om-maximenu-bottom-left {
    background: none;
    width:0;
    margin:0;
    padding:0;
    }
.om-maximenu-simple .om-maximenu-middle-left {
    background: none;
    margin:0;
    }
.om-maximenu-simple .om-maximenu-middle-right {
    background: none repeat scroll 0 0 #a3ca42;
    box-shadow: 1px 1px 1px #cccccc;
    margin: 5px 0 0;
    padding: 0 0 5px;
}

.om-maximenu .om-maximenu-content {
    left: 0;
    padding: 0;
    top: 29px;
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    border-left: 1px solid #c6c8ca;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf.first{
    border-left: 0px solid #c6c8ca;
    }

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf a {
	color:#bdbfc0;
	}
	
.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf a:hover,.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf a.active,.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf.active-trail a {
	color:#FFF;
	}


.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf.active {
    height: 30px;
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf.last {
    border-right:0px solid #C6C8CA;
}



#om-leaf-om-u1-980776897-1 a.active-trail {
	/*color:#5f4c70 !important;*/
	font-weight:normal;
}

#om-leaf-om-u1-980776897-2 a.active-trail {
	/*color:#e4864f !important;*/
	font-weight:normal;
}

#om-leaf-om-u1-980776897-3 a.active-trail {
	/*color:#7daed3 !important;*/
	font-weight:normal;
}

#om-maximenu-primary-menu ul.menu li {
  border-bottom: 0px solid #CCCCCC;
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
    font-size:18px;
}

#om-maximenu-primary-menu ul.menu li.last {
  border-bottom: 0px solid #CCCCCC;
  
  }
  
#om-maximenu-primary-menu ul.menu li a {
	color:#fff;
	font-size:12px;
}

#om-maximenu-primary-menu #om-leaf-om-u1-980776897-1 li a:hover,#om-maximenu-primary-menu  #om-leaf-om-u1-980776897-1 a.active-trail {
	color:#fff;
	text-decoration:none;
}

#om-maximenu-primary-menu #om-leaf-om-u1-980776897-2 li a:hover,#om-maximenu-primary-menu #om-leaf-om-u1-980776897-2 a.active-trail {
	color:#fff;
	text-decoration:none;
}

#om-maximenu-primary-menu #om-leaf-om-u1-980776897-3 li a:hover,#om-maximenu-primary-menu #om-leaf-om-u1-980776897-3 a.active-trail {
	color:#fff;
	text-decoration:none;
}


.om-maximenu .om-maximenu-open {
    display:none;
}


/* DROPDOWNS FOR MAIN MENU */
#superfish-2 .sf-sub-indicator,#superfish-3 .sf-sub-indicator,#superfish-4 .sf-sub-indicator,#superfish-5 .sf-sub-indicator {
    /*background: url("../images/menu-arrow-normal.png") no-repeat scroll top right transparent;
    height:21px;
    width:15px;*/
    display:none;
    }


/* POSITIONING FOR FLYOUTS */
.sf-menu.sf-vertical.sf-shadow ul {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0 0px !important;
    border:1px solid #CCC;
    top: 0px;
    display:none !important;
}

/* Background Shadow for Superfish menus */
ul.sf-vertical {
	border-left:0px solid #CCC;
	margin: 0px 0 0 0px;
}
 
/* =============================================================================
 *   Page banners
 * ========================================================================== */
.front #banner-wrapper {
    position: relative;
    top: 0px;
    overflow: hidden;
    width:100%;
    display:block;
    background: none repeat scroll 0 0 #6d6e70;
    height:auto !important;
 }
 
.region-banner .block-inner {
	margin:0;
}

 #block-views-home-page-rotator-block-1 {
 	height: 460px;
 	display:block;
 	background: none repeat scroll 0 0 #fff;
 	overflow:hidden;
 	}
 	
#block-views-home-page-rotator-block-1 .inner{
 	max-width: 960px;
 	margin:0 auto;
 	}
 	
 #block-views-carousels-block-1 {
 	display:block;
 }
 
.banner-left {
    float: left;
    width: 50%;
 }
 
.banner-left-inner {
 	display: table-cell;
  width: 100%;
  height: 460px;
  vertical-align: middle;  
 }
 
.banner-left-inner-inner {
 	display: inline-block;
  text-align: left;  
 }
 
.banner-right {
 	width:50%;
 	float:left;
 }
 
.front .pretitle  {
	color: #7daed3;
    float: left;
    font-size: 60px;
    font-weight: 300;
    line-height: 56px;
    margin: 0px 20px 0 0;
    text-transform: uppercase;
    letter-spacing:-4px;
}

.front .bigger.wide {
	font-size:90%;
	color:#a5d042;
}

.front .pretitle strong {
	font-size: 64px;
    font-weight: 700;
}

.front .bigger {
	font-size:120%;
}

.front .smaller {
	font-size:95%;
}

.front .smaller strong {
	font-size:98%;
}

.front .bannertitle a {
    clear: both;
    color: #e48650;
    float: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 20px 0 0;
}



.banner-right img{
 	width:100%;
 }
 
/* PAGER FOR SLIDES */

.views-slideshow-controls-bottom {
    margin: 0 auto;
    position: relative;
    text-align: right;
    top: 430px;
    width: 960px;
    z-index: 99;
}

#widget_pager_bottom_Home_Page_Rotator-block_1 {
	float:right;
	width:60px;
	padding:0 20px 0 0;
}

.views-slideshow-pager-field-item {
	float:left;
	padding:0 2px;
}
#widget_pager_bottom_Home_Page_Rotator-block_1 img {
	background:url(../images/slide-off.png) no-repeat;
	
}
#widget_pager_bottom_Home_Page_Rotator-block_1 .active img  {
	background:url(../images/slide-active.png) no-repeat;
}


/* BRIDGE METHOD  */


.views-slideshow-cycle-main-frame-row,.views_slideshow_cycle_slide,.views_slideshow_slide,.views_slideshow_cycle_hidden {
	width:100%;
}

.views-field-field-background-slide {
	position:relative;
}


/* Size the containing div*/
#views_slideshow_cycle_teaser_section_home_page_rotator-block {
    width:100%;
	position:relative;
	top:0;
	overflow:hidden;
	height:446px;
}

/* Size the slide to fit the screen*/
.views-field-field-background-slide img {
    
    /*height: 100%; removed to eliminate distortions */
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100%;

}

.views-slideshow-cycle-main-frame-row {
	position:relative;
	top:0;
	margin:0 auto;
	width:100% !important;
	height:100%;
}



/* FLOAT OVER BANNER */

.banner-inner  {
    left: 50%;
    margin-left: -465px;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 20;
}

.banner-titles {
	position:absolute;
	left:0;
	top:0;
	width:80%;
}




.bannertitle  {
	color: #414042;
    font-size: 38px;
    font-weight: lighter;
    float:left;
    line-height:40px;
}




.not-front .bannertitle  {
    margin:20px 0 0 0;
    max-width:600px;
}

.bannerblock {
	right:0;
	position:absolute;
	top:0;
	color:#FFF;
}

.front .bannerblock {
	font-size: 15px;
    height: 446px;
    width: 220px;
	
}

.bannerblock a {
	color:#FFF;
}

.not-front .bannerblock {
	max-width:220px;
	height: 284px;
	font-size:13px;
	
}

.front .bannerblocktop {
	background:#FFF;
	max-height: 220px;
    max-width: 220px;
    overflow:hidden;
}

.front .bannerblocktop img {
	width:100%;
	}

.not-front .bannerblocktop {
	background-color:rgba(255, 255, 255, 0.5);
	padding: 20px 10px 0 20px;
	min-height: 125px;
	
}

.not-front .bannerblocktop strong,.not-front .bannerblockbottom strong {
	font-size:17px;
	font-weight:lighter;
}

.bannerblockbottom {
	height: 122px;
    padding: 15px 15px 5px 20px;
}



.not-front .bannerblockbottom {
	padding: 10px 10px 10px 20px;
	min-height: 125px;
}


.grantseekers {
	background:#006985;
}

.givingoptions {
	background:#d78860;
}

.advisors {
	background:#005058;
}

.ourservices {
	background:#84add2;
}
.general {
	background:#729849;
}
	margin: 0 auto;
    position: relative;
    top: 0;
    width: 100%;
    


/* CONTROLS FOR SLIDES */

.views-slideshow-controls-bottom {
	width:1024px;
	margin:0 auto;
}



#views_slideshow_controls_text_Home_Page_Rotator-block_1 {
	height: 35px;
    left: 50%;
    margin-left: -540px;
    position: relative;
    top: 208px;
    width: 1124px;
    z-index: 500;
	
}

#views_slideshow_controls_text_previous_Home_Page_Rotator-block_1{
position:relative;
	z-index:10;
}

#views_slideshow_controls_text_previous_Home_Page_Rotator-block_1 a {
	background:url("../images/previous.png") no-repeat;
	padding: 15px 30px 50px;
	font-size:0px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

#views_slideshow_controls_text_previous_Home_Page_Rotator-block_1 a:hover {
	background:url("../images/previous-over.png") no-repeat;
	}

#views_slideshow_controls_text_pause_Home_Page_Rotator-block_1 {
	
	font-size:0;
}

#views_slideshow_controls_text_next_Home_Page_Rotator-block_1 a {
    background: url("../images/next.png") no-repeat scroll 0 0 transparent;
    float: right;
    font-size: 0;
    padding: 32px;
    width: 1px;
}

#views_slideshow_controls_text_next_Home_Page_Rotator-block_1 a:hover {
    background: url("../images/next-over.png") no-repeat scroll 0 0 transparent;
    }


/* HOME PAGE STATS  */

.view-home-page-stats .views-row .inner {
	max-width:960px;
	margin:0 auto;
	width:100%;
}

.view-home-page-stats .views-row .inner .stat-top {
	width:100%;
	padding:20px 0 0 0;
}

.view-home-page-stats .views-row-odd {
	background:#FFF;
	height:270px;
	text-align:center;
}

.view-home-page-stats .views-row-even {
	background:#739849;
	height:270px;
	text-align:center;
	color:#FFF;
}

.view-home-page-stats .views-row-even {
	background:url(../images/white-down-arrow.png) top center no-repeat #739849;
	
	}
	
.view-home-page-stats .views-row-odd.views-row-last {
	background:url(../images/green-down-arrow.png) top center no-repeat #FFFfff;
	}

.view-home-page-stats .views-row .inner .title {
    color: #6d6e70;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.view-home-page-stats .views-row .inner .icon {
	float:right;
}

.view-home-page-stats .views-row .inner .left {
    clear: both;
    color: #6d6e70;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    padding: 40px 20px 0 0;
    text-align: right;
    width: 32%;
}
.view-home-page-stats .views-row .inner .middle {
	float:left;
	width:25%;
	font-weight:300 !important;
	color:#7daed3;
	text-align:center;
	padding: 0 20px;
	margin:-40px 0 0 0;	
}

.view-home-page-stats .views-row .inner .middle .largenumber {
    font-size: 110px;
    height: 100px;
    line-height: 1;
    padding: 0;
}

.view-home-page-stats .views-row .inner .middle .million {
    font-size: 63px;
    font-weight: 300;
    height: 30px;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
}

.view-home-page-stats .views-row-even .inner .middle .largenumber,.view-home-page-stats .views-row-even .inner .middle .million {
	color:#abbf91;
	}

.view-home-page-stats .views-row .inner .right {
	float:left;
	width:32%;
	text-align:left;
	padding: 40px 0 0 20px;
	font-size:22px;
	line-height:25px;
	color:#6d6e70;
	font-weight:300;
	margin:0 0 0 0;
}

.view-home-page-stats .views-row-even .inner .right,.view-home-page-stats .views-row-even .inner .left,.view-home-page-stats .views-row-even .inner .stat-top .title {
	color:#FFF;
	}

.view-home-page-stats .views-row-2 .inner .left {
	margin: -5px 0 0;
}
/* .view-home-page-stats .views-row-last .inner .left {
	display:none;
}

.view-home-page-stats .views-row-last .inner .right {
    margin: 0;
    width: 30%;
}

.view-home-page-stats .views-row-last .inner .middle {
    margin: 50px 0 0;
    padding: 0;
    width: 60%;
}

.view-home-page-stats .views-row-last .inner .middle .largenumber, .view-home-page-stats .views-row-last .inner .middle .million {
    display: inline;
    font-size: 93px;
    font-weight: 300;
    height: 100px;
    padding: 0 0 0 20px;
} */

/* SECTION START HERE BlOCKS */

.region-sidebar-second {
    margin-top: -15px;
}

.startblock {
	width:220px;
	font-size:13px;
}

.startblock strong {
	font-size:17px;
	font-weight:normal;
}

.startblocktop {
	background-color:rgba(255, 255, 255, 0.5);
	padding:25px 15px 15px;
	min-height: 125px;
	color:#000;
	
}

.bannerblocktop {
	background-color:rgba(255, 255, 255, 0.5);
	padding:15px 15px 15px;
	min-height: 125px;
	color:#000;
	
}

.startblocktop li a,.startblocktop li,.bannerblocktop li a,.bannerblocktop li {
	color:#000 !important;
}

.startblocktop li a:hover,.bannerblocktop li a:hover {
	color:#FFF !important;
}

.startblockbottom {
	padding:15px;
	min-height: 125px;
	color:#FFF;
}

.startblockbottom a:hover {
	color:#000;
}



/* SECTION HEADS */

.not-front .region-banner {
	clear:both;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: -15px;
    height: 290px;
    overflow: hidden;
    width:100%;
    text-align:center;
}

.not-front .region-banner .banner-inner {
	left: 50%;
    margin-left: -465px;
    max-height: 290px;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 2;
    text-align: left;
}



/* Size the containing div*/
.not-front .region-banner #background {
    width:100%;
	position:relative;
	top:0;
	overflow:hidden;
	height:290px;
}

/* Size the slide to fit the screen*/
.not-front .region-banner #background img {
    height: auto !important;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100% !important;
    max-width: 1200px;
}

.stretch {
   
}

.page-node-4761 #page-title,
.page-node-4760 #page-title,
.page-node-4759 #page-title,
.page-node-6336 #page-title,
.page-node-6334 #page-title,
.page-node-6335 #page-title,
.page-node-6337 #page-title,
.page-node-16273 #page-title,
.page-node-14153 #page-title{
	display:none;
}


/* =============================================================================
 *   Home Page Tertiary and Secondary Carousels
 * ========================================================================== */

#block-block-147 {
	font-size:19px;
	font-weight:normal;
	color:#6d6e71;
	margin: -10px 0 0;
}

#block-block-147 p {
	margin: 0 0 15px;
	}

 
#block-block-149,#block-block-150 {
	float:left;
	width:210px;
	padding: 15px 0 0;
	font-size:15px;
	font-weight:normal;
	color:#6d6e71;
}

#block-block-149 a,#block-block-150 a {
	color:#1d5632;
	}

#block-block-147 strong {
	color: #414042;
    font-size: 19px;
    font-weight: lighter !important;
}

#block-block-149 strong,#block-block-150 strong {
	color: #414042;
    font-size: 17px;
    font-weight: lighter !important;
}



.not-front.no-sidebars .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 202px;
    margin: auto;
    padding: 20px 40px 20px 20px;
    width: 960px;
    margin: 0 0 0 -35px;
}

/* FOR PAGES WITH SIDENAVS */
.sidebar-second .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 202px;
    margin: auto;
    padding: 20px 30px 20px 10px;
    width: 730px;
    margin: 0 0 0 -35px;
}



.not-front.no-sidebars .view-carousels .jcarousel-skin-default .jcarousel-clip-horizontal {
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 930px;
}

/* FOR PAGES WITH SIDENAVS */
.sidebar-second .view-carousels .jcarousel-skin-default .jcarousel-clip-horizontal {
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 700px;
}

#block-views-carousels-block-2 .block-inner,#block-views-carousels-block-3 .block-inner,#block-views-carousels-block-4 .block-inner,#block-views-carousels-block-5 .block-inner {
	margin:0;
}

/* FRONT CAROUSEL */

.front #block-views-carousels-block-1 {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.front #block-views-carousels-block-1 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 130px;
    margin: auto;
    padding: 0 40px 20px;
    width: 950px;
}


.front #block-views-carousels-block-1 .jcarousel-skin-default .jcarousel-clip-horizontal {
    overflow: hidden;
    width:933px;
}

.front .jcarousel-skin-default .jcarousel-item {
background:none;
    border: 0px solid #CCCCCC;
    height: 140px;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    width: 312px !important;
    margin: 0 5px 0 0;
}

.front .jcarousel-skin-default .jcarousel-item .carousel-home-left {
	width:165px;
	float:left;
}

.front .jcarousel-skin-default .jcarousel-item .carousel-home-left img {
	width:165px;
	height: 135px !important;
}


.front .jcarousel-skin-default .jcarousel-item .carousel-home-right a {
    color: #a4cd3f;
    font-size: 20px;
    font-weight: 300;
    line-height: 14px;
}

.front .jcarousel-skin-default .jcarousel-item .carousel-home-right {
	width:125px;
	float:left;
	padding: 5px 10px 0 5px;
	font-size: 12px;
	color:#FFF;
}

.front .jcarousel-skin-default .jcarousel-next-horizontal {
	top: 65px;
}

.front .jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 65px;
    left: 0;
}

.view-display-id-block_9 .views-row {
    border: 1px solid #CCCCCC;
    height: 215px;
    width: 210px !important;
    margin:0 6px 10px;
    float:left;
}

.view-display-id-block_9  .views-field-field-carousel-link,.view-display-id-block_9  .views-field-title {
	padding:5px;
}

#block-views-carousels-block-12 {
	clear:both;
}


.not-front .jcarousel-skin-default .jcarousel-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 215px;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    width: 220px !important;
    margin:0 6px;
}


.views-field-field-carousel-image img {
	border-bottom:1px solid #c6c8ca;
}


.jcarousel-skin-default .jcarousel-next-horizontal {
	top: 105px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 105px;
    left: 0;
}

.jcarousel-item {
	text-align:left;
	
}

.jcarousel-item .views-field-title {
	color: #414042;
    font-size: 17px;
    padding: 5px 0 0 15px;
    line-height:19px;
}

.jcarousel-item .views-field-field-carousel-link a {
	color:#1d5632;
	padding:0 0 0 15px;
	font-size: 13px;
}

/* 
========================================================
PHOTO GALLERY BOXES 
========================================================
*/

.jcarousel-view--Mini-gallery--block-7 .jcarousel-item {
    border: 0px solid #CCCCCC !important;
    height: 82px !important;
    list-style: none outside none;
    margin: 0 20px 0 0 !important;
    overflow: hidden;
    padding: 0;
    width: 140px !important;
}

.jcarousel-skin-default .jcarousel-view--Mini-gallery--block-7 .jcarousel-item {
	width: 140px !important;
	}

.view-Mini-gallery .jcarousel-skin-default .jcarousel-next-horizontal{
    top: 25px !important;
    right:0 !important;
}

.view-Mini-gallery .jcarousel-skin-default  .jcarousel-prev-horizontal {
    top: 25px !important;
    left:-20px !important;
}

.view-id-Mini_gallery .jcarousel-skin-default  .jcarousel-container-horizontal {
    height: 82px;
    margin: 0;
    padding: 0 20px 0 20px;
    width: 650px !important;
}

.view-Mini-gallery .jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 630px !important;
}

#content h2.block-title {
    font-size:19px;
	font-weight:semi-bold;
	border-bottom:1px solid #d1d2d4;
	padding:0 0 5px 0;
	font-weight: normal;
	margin: 20px 0 15px;
}


/* 
========================================================
THUMBNAIL BOXES 
========================================================
*/

.thumbnail-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 215px;
    padding: 0;
    width: 219px;
    margin:0 12px 15px 0;
    float:left;
}


.thumbnail-box img {
	border-bottom:1px solid #c6c8ca;
	max-width:220px;
	max-height:130px;
}

.thumbnail-box .title {
    color: #414042;
    font-size: 17px;
    line-height: 19px;
    padding: 5px 0 0 15px;
}

.thumbnail-box a {
    color: #1D5632;
    font-size: 13px;
    padding: 0 0 0 15px;
}



/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
    color: #414042;
    font-size: 38px;
    font-weight: lighter;
    margin: 0;
    line-height: 120%;
}



.page-intro,.intro {
	color:#6d6e71 !important;
	font-size:19px;
	margin-bottom: 10px;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {
	float: right;
    width: 600px;
    text-align: right;
}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

.region-secondary-content .block {margin:0;}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {
	margin:20px 0 0 0;
	border-bottom:1px solid #CCC;
}

.region-content-aside h2 {
	text-align:center;
	font-size:17px;
	font-weight:lighter;
	color:#414042;
}

.region-content-aside h2+* {  
    border-top: solid 1px #CCC;  
    padding-top: 10px;  
    margin-top: -10px;  
} 

.region-content-aside .block-title {  
    background: #EFEFF0;  
    padding: 0 10px;  
    position: relative;  
    z-index: 5;  
    width:120px;
    margin:0 auto;
}  

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {
	margin-top:-15px;
	}
	
.section-common-core .region-sidebar-second {
	margin-top:0px;
	}

.section-common-core #breadcrumb,.section-common-core #page-title {
	//display:none;
}


/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {
    margin: 0 auto;
    max-width: 960px;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  color:#1d5632;
  
}

.node-content a {
	font-weight: bold;
}


#content-column a {
  text-decoration: none;
  color:#94BC44;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: none;
  color:#11331e;
}

.startblock a {
	color:#FFF;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
 
 #primary-menu-bar {

 }
 
#menu-bar {
 	max-width:960px;
 	margin:0 auto;
 }
 
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/*SECONDARY MENU IN HEADER */

.menu-block-1 a {
	color:#788073;
}






/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}
  
.menu-block-1 ul.menu li {
  margin: 0;
  float:left;
  list-style:none;
  padding:0 15px;
}

/* FOOTER MENU */

#block-menu-block-1 {
	width:30%;
	float:left;
}

#block-menu-block-2 {
	width:61%;
	float:left;
}

/* FOOTER SOCIAL ICONS */

#block-block-162 {
	float:left;
	margin: 5px 0 0 0;
	width:9%;
}

.footer-icons {
	text-align:right;
	}
.footer-icons a.first {
	float:right;
	width:15px;
	}
.footer-icons a img {
	clear: both;
    display: block;
    float: right;
    margin: 5px 0 !important;
	}

#block-block-161 {
	float:right;
	margin:-35px 0 0 0;
}

.front #block-block-161 {
    float: right;
    margin: -55px 0 0;
}

#footer-wrapper li {
  width:124px;
  padding:0 10px 10px 0;
  line-height:12px;
}

#footer-wrapper .menu-block-1 li.menu-mlid-7403 {
	margin:-170px 0 0 0;
}

#footer-wrapper li a {
  color:#fff;
}

#footer-wrapper li li a {
  color:#d1d3d4;
}
#footer-wrapper li li ul {
  display:none;
}

.region-footer a {
	color:#d1d3d4;
}

.menu-block-1 ul.menu li,.menu-block-2 ul.menu li {
  margin: 0;
  float:left;
  list-style:none;
  padding:0 10px 0 0;
  font-weight:bold;
  font-size:11px;
}
.menu-block-1 ul.menu li a,.menu-block-2 ul.menu li a {
	color:#4b4d4c;
	}
	
.menu-block-1 ul.menu ul,.menu-block-1 ul.menu,.menu-block-2 ul.menu ul,.menu-block-2 ul.menu {
    padding-left: 0px;
}

.menu-block-1 ul.menu li li,.menu-block-1 ul.menu li li li,.menu-block-2 ul.menu li li,.menu-block-2 ul.menu li li li {
	float:none;
	padding:0;
	font-weight:normal;
	}


ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* 
 
 
=============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 5px 0 5px 10px;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {
color: #939598;
}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {color: #6d6e71;}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.region-second-sidebar .block-content {padding: 0 0 0 10px;}


.block-content ul,
.block-content ol {
  padding: 0 0 0 25px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}



/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 400;
  color: #6d6e71;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
/*a.button,a.button2,a.button3 {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}*/

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  border-top:1px solid #d1d2d4;
  border-bottom:1px solid #d1d2d4;
  border-right:#FFF 1px solid;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}
td:last-child,th:last-child {
    border-right: none;
}
	
td {
  border-bottom: 0;
  margin: 0;
  padding: 5px 15px;
  vertical-align: top;
  border-right:1px #d1d2d4 solid;
}
th {
  border-bottom: 0;
  margin: 0;
  padding: 0px 15px;
  background:#e6e7e8;
  font-size:15px;
  font-weight:bold;
  height:48px;
  border-right:1px #d1d2d4 solid;
}

.section-grant-seekers th {
	color:#604d70
}

.section-giving-options th {
	color:#D78860
}

.section-our-services th {
	color:#84ADD2
}

tbody {}

tbody tr {
  border-top: 0px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+1) {
  border-bottom: 0;
  background-color: #f3f3f4;
}

.white tr:nth-child(2n+1),.white-no-line tr:nth-child(2n+1) {
  background-color: #FFF;
}

.white td {
  text-align:center;
  vertical-align: middle;
  padding: 20px 0;
}

table.white-no-line,table.white-no-line table,table.white-no-line table td {
	border:0px;
	background:none;
	vertical-align: middle;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* SCHOLARSHIPS  */

.page-scholarships .view-content {
	display:none;
}

.page-scholarships .region-sidebar-second {
    margin-top: 0px;
}

.page-scholarships-donor-involved .view-content,.page-scholarships-community-foundation-managed .view-content{
	display:block;
}

.not-front.page-scholarships .region-banner,.not-front.page-scholarships #banner-wrapper {
    height: 340px !important;
}

.node-type-scholarship #block-block-158, .scholarships-home #block-block-158  {
	margin:0;
}

#block-block-158  {
	margin:-15px 0 0 0;
}

#block-block-158 .block-inner {
	margin:0;
	position:relative;
}

#block-block-158 .startblock {
	right:0;
	position:absolute;
}

.page-node .scholarship-info,.node-page .scholarship-info,.node-type-scholarship .scholarship-info  {
	background: none repeat scroll 0 0 #729849;
	float:right;
	width:200px;
	padding:20px 15px;
}

.page-node .scholarship-info a,.node-page .scholarship-info a,.node-type-scholarship .scholarship-info a {
	color:#FFF !important;
	}

.view-Scholarships {
    position: relative;
}

.view-Scholarships h3 {
    font-size: 16px;
    }

.view-Scholarships .button {
    -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
    
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 50px;
    top: 0px;
    
}
.view-Scholarships .button2 {
    -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
    
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 50px;
    top: 75px;
    
}
.view-Scholarships .button3 {
    -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
    
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 50px;
    top: 110px;
    
}

.view-Scholarships .button4 {
    -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
    
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 50px;
    top: 145px;
    
}
.view-Scholarships td,.view-scholarships-search-results td {
color: #6d6e71;
}

.view-Scholarships td a {
font-weight: bold;
}


.view-Scholarships.view-display-id-attachment_6 .views-row {
	padding:0 0 11px 0;
}

#content-column .scholarship-info a {
	font-size:13px;
	}
.page-node-57684 a {
	color: #94bc44;
	}
.scholarships-details a {
	font-weight:bold;
}
.scholarships-details {
    float: right;
    padding: 0 0 0 25px;
    width: 250px;
    background:#FFF;
}
.node-type-scholarship .scholarships-details h3 {
	font-size: 17px !important;
    font-weight: lighter;
    color:#000;
    margin: 0 0 10px;
    padding: 0 0 0px;
    border:0;
    }
.scholarships-details-hta {
	background:#B8CBA4;
	padding: 10px;
	margin-bottom:10px;
	}
.scholarships-details-hta p {
	color:#000;
	font-size: 13px;
}
.scholarships-details-hta a {
	color: #000 !important;
}

.scholarships-details-hta a:hover {
	color:#fff !important;
}

.scholarships-details-faq {
	background:#729849;
	color:#fff;
	padding: 10px;
	margin-bottom:10px;
	}
.scholarships-details-faq p,.scholarships-details-faq h3 { 
	color:#fff !important;
	font-size: 13px;
}
.scholarships-details-faq a {
	color:#fff !important;
}
.scholarships-details-faq a:hover {
	color:#000 !important;
}

	
.scholarships-details-tl,.scholarships-details-gci {
	background: #eee none repeat scroll 0 0;
	padding: 10px;
	margin-bottom:10px;
	}
.scholarships-details-tl h3,.scholarships-details-gci h3 {	
	color:#6d6e71 !important;
	}
.scholarships-details-tl p,.scholarships-details-gci p {	
	font-size: 13px;
	}
	
.scholarships-details-tl a:hover,.scholarships-details-gci a:hover {
	color:#000 !important;
}

.node-type-scholarship h4 {
	margin-bottom:0;
	font-weight:normal;
	font-size:16px;
}

.node-type-scholarship h3 {
	color:#6d6e71;
	font-size:14px;
}

/* Level 3 Pages */

.level-three-body {
	width:100%;
}
.level-three-left {
	min-width:230px;
	float:left;
	clear:both;
	position:relative;
}

.level-three-left .applybutton {
	position:absolute;
	right:0;
	margin:0 0 10px 0;
}

.level-three-left .applybutton img {
	margin:-3px 0 10px;
}

.level-three-left img{
	width:220px;
	height:130px;
	margin: 5px 0 0;
}
.level-three-right {
	width:100%;
	max-width:446px;
	float:left;
}

.field-name-body h3 {
	clear:both;
}

.section-givingtoindia .field-name-body h3 {
	clear:none;
}

.field-name-body img {
	padding:0 10px 0 0;
}


/* BACK TO TOP */



.backtotop a{
	color:#939598 !important;
	font-size: 13px;
}
.backtotop a:hover{
	color:#404041 !important;
	text-decoration:none;
}


/* FOOTER COPYRIGHT */

#block-block-166 {
	clear:both;
	border-top:1px solid #939598;
	width:100%;
	font-size:11px;
	position: relative;
}

.footerlogos {
	position: absolute;
    right: 0;
    top: 0;
    width: 350px;
}


/* ACCORDION OVERRIDES  */

.ui-accordion .ui-accordion-header {
	background: none repeat scroll 0 0 #EAEBEC;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-weight: normal !important;
    height: 38px;
    margin: 0 0 10px;
    min-height: 0;
    padding: 20px 30px 0 15px !important;
    position: relative;
    font-size:16px !important;
}

.ui-accordion .ui-accordion-header-active {
    color:#604d70 !important;
    text-decoration: none;
    font-size:16px !important;
    font-weight: normal !important;
}

.ui-accordion .ui-accordion-header a {
	height:38px;
    position:absolute;
    top:50%;
    margin-top:-15px;
    padding-right:30px;
}

.ui-accordion .ui-state-active {
	margin: 0 0 0px;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 1.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 1.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 94% !important;
	top: 50%;
	margin-top: -4px;
	background:url(../images/accordion-down.png) no-repeat top center;
}
.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon 
	{
 	background:url(../images/accordion-up.png) no-repeat top center;
 	}
 
.ui-accordion .ui-accordion-content {
	padding: 1em 15px;
	border-top: 1px solid #d1d2d4;
	overflow: none !important;
	background:#eaebec;
	margin: 0 0 10px;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
    border-radius: 0;
    height: auto !important;
}

.ui-accordion .ui-accordion-content p {
	color:#6d6e71;
	font-size:14px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    padding: 0 30px 0 0;
    text-decoration: none;
}

/* BLOG STYLES */
/* BLOG STYLES */

.section-blog #main-content {
	margin:16px 100px 0 10px;
}

#content .view-blog .views-row {
	clear:both;
	margin:0 0 30px 0;
}
.views-field-field-blog-image,.field-name-field-blog-image {
	float:right;
	margin:0 0 0 30px;
	border:0px solid #CCC;
}

 #content .view-blog .views-field-title,.page-taxonomy h1.node-title {
	font-size:19px;
	font-weight:600;
	border-bottom:1px solid #d1d2d4;
	padding:0 0 5px 0;
	margin: 0px 0 0px;
}

#content .view-blog .views-field-title a,.page-taxonomy h1.node-title a {
	color:#729849 !important;
}

.view-blog .views-field-created {
	font-size:17px;
	color:#231f20;
	padding:0;
	margin:40px 0 0 0;
}

.view-blog .views-field-body p,.view-blog .views-field-body {
	font-size:15px;
	color:#58595b;
	text-align:justify;
}

.view-blog .views-field-field-by-line {
	font-size:13px;
	color:#58595b;
	margin:10px 0 15px;
}

#block-views-blog-block-1 h3 {
	font-size:13px;
	border-bottom:0px solid #d1d2d4;
	color: #939598;
    line-height: 10px;
    padding: 0 0 0px;
    margin: 10px 0;
}

#block-views-blog-block .views-field-title,#block-views-blog-block-2 .views-field-title,#block-views-blog-block-3 .views-field-title {
	font-size:13px;
	border-bottom:0px solid #d1d2d4;
	color: #939598;
    line-height: 15px;
    padding: 0 0 15px;
}

#block-views-blog-block-1  .views-field-title {
	display:none;
}

#block-views-blog-block-1 a,#block-views-blog-block-2 a,#block-views-blog-block-3 a,#block-views-blog-block a {
	color:#939598;
	font-size:13px;
}

#block-block-169 .block-inner {
	margin:0;
}

#block-block-169 .block-inner img {
    height: auto !important;
    width: 100% !important;
    max-width:1200px;
}

/*.page-blog .region-banner {
	height:240px;
	overflow:hidden;
}
.page-blog  #breadcrumb-wrapper {
    margin: -240px 0 10px;
    position:relative;
} 

.page-blog #content {
 	margin:110px 0 0 0;
}*/

.page-blog  #breadcrumb-wrapper .container {
    background:none;
}

#main-content-header {
	position:relative;
}


.page-blog .region-sidebar-second h2 {
    
    padding: 0 0 0 0px;
}

/*MOBILE MENU */

#block-om-maximenu-om-maximenu-2 {
	display:none !important;
}

/* NGO  */

.node-type-ngo button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.section-ngo  .views-table {
	width:900px;
	border:1px solid #174a21;
	float:left;
}
.section-ngo  .fee-table th {
    background: none repeat scroll 0 0 #174A21;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    padding: 10px 5px;
    width:20%;
}

.section-ngo  .fee-table th.fees {
	color: #FFFFFF;
    font-size: 10px;
    text-align:center;
    padding:5px;
}

.section-ngo  .fee-table tbody th {
    border-bottom: 0px solid #6C963F;
}

#block-block-129 {
	background: none repeat scroll 0 0 #729849;
}

#block-block-129 p,#block-block-129 li,#block-block-129 a {
	color:#FFF;
}




/* 4 STEPS per ROW */
.four_steps {
 padding: 1px 0;
 overflow: hidden;
}
.four_steps ul, .four_steps li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.four_steps ul { float: left; }
.four_steps li {
 float: left;
 width: 200px;
}
.four_steps li a {
 display: block;
 padding: 20px 20px;
 background: #b4b4b4;
 color: #fff;
 line-height: 1.2em;
 text-decoration: none;
 font-size:10pt;
 min-height:70px;
}
.four_steps li a strong { font-size: 1.6em; }
.four_steps li a:hover { background: #666; }
.four_steps li.step, .four_steps li.step a {
 position: relative;
 z-index: 4;
}
.four_steps li.step-2, .four_steps li.step-2 a { z-index: 3; }

.four_steps li.step-3, .four_steps li.step-3 a { z-index: 2; }

.four_steps li.step-4, .four_steps li.step-4 a { z-index: 1; }

.four_steps li.not-end, .four_steps li.not-end a { z-index: 1; }

.four_steps li.step-1 a, .four_steps li.step-2 a, .four_steps li.step-3 a {
 background: transparent url(/sites/default/files/step.png) center right no-repeat;
 padding-right: 5px;
}

.four_steps li.step-2, .four_steps li.step-3 { margin-left: -30px; }

.four_steps li.step-4 { margin-left: -30px; }

.four_steps li.step-4, .four_steps li.step-4 a { z-index: 1; }



.four_steps li.step-4 a {
 padding-left: 45px;
 padding-right: 0px;
}

.four_steps li.step-1 a { padding-right: 0px; }

.four_steps li.step-2 a { padding-left: 40px; }

.four_steps li.step-3 a { padding-left: 40px; }

.four_steps li.step a:hover { background: transparent url(/sites/default/files/step_over.png) center right no-repeat; }

.four_steps li.step-4 a:hover { background-position: center left; }


.startblock ul,.bannerblocktop ul
{
margin: 0;
padding-left: 0 !important;
list-style: none;
}

.startblock li,.bannerblocktop li {
    background: url("../images/arrow.png") no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
    min-height: 15px;
    padding-left: 10px;
    padding-top: 2px;
}

.nopadding td {
	min-width:200px;
	}

#superfish-3 li.active-trail,#superfish-3 li:hover,
#superfish-2 li.active-trail,#superfish-2 li:hover,
#superfish-4 li.active-trail,#superfish-4 li:hover,
#superfish-5 li.active-trail,#superfish-5 li:hover{
	background:#A0B942 !important;
}

#superfish-3 li.active-trail a,
#superfish-2 li.active-trail a,
#superfish-4 li.active-trail a,
#superfish-5 li.active-trail a
{
	color:#000 !important;
}

/* EMMETT AND CSR BLOG OVERRIDES  */

.csr-blog #block-views-blog-block,.emmetts-blog #block-views-blog-block,.csr-blog #block-views-blog-block-1,.emmetts-blog #block-views-blog-block-1 {
	display:none;
}

#block-views-blog-block a:hover,#block-views-blog-block-1 a:hover {
	color:#000;
}



/* PRESS RELEASE OVERRIDES */

.section-press-releases #block-system-main li {
    list-style-position: inside;
    margin: 0 0 0 60px;
    text-indent: -84px;
}

/* XILINX TABS */

ul.quicktabs-tabs.quicktabs-style-basic li {
    
    padding: 5px 10px 1px;
    
}

ul.quicktabs-tabs.quicktabs-style-basic li:hover {
    
    background:#555 !important;
	color:#fff !important;
    
}
ul.quicktabs-tabs.quicktabs-style-basic a {
	
}

ul.quicktabs-tabs.quicktabs-style-basic a:hover {
	background:#555 !important;
	color:#fff !important;
}

.field-name-field-by-line {
	padding:0 0 20px 0;
}

/* DONOR PAGE OVERRIDES */

.page-node-19571 #breadcrumb,.page-node-19571 #page-title {
	display:none;
}

.page-node-19571 .region-banner {
    height: 790px !important;
}


.page-node-27680 #breadcrumb,.page-node-27680 #page-title {
	display:none;
}

.page-node-27680 .region-banner {
    height: 770px !important;
}

#block-block-246 {
	margin: 0;
	height: 712px;
}

#block-block-232 {
	width:100%;
	background: rgba(0, 0, 0, 0) url("../images/menubg.png") repeat-x scroll center top;
    height: 56px;
    padding: 1px 0 0;
    position: relative;
    display:block;
}

.page-node-19571 .submenu,.page-node-27680 .submenu {
	width:1000px;
	margin:0 auto;
}

.page-node-19571 .submenu li,.page-node-27680 .submenu li {
	float:left;
	padding:10px 20px;
	list-style:none;
font-size: 16px;
}

.page-node-19571 .submenu li a,.page-node-27680 .submenu li a {
color:#555;}

#block-webform-client-block-19573 {
background: #80a766 none repeat scroll 0 0;
width:100%;
}

#block-webform-client-block-19573 input {
width:200px;
}

#block-webform-client-block-19573 input[type="submit"] {
	background:#FFF;
	color:#555;
	border:1px solid #555;
	padding:10px 20px;
	width: 210px;
}

#block-webform-client-block-19573 .form-item label {
    color: #FFF;
    }

#block-webform-client-block-19573 .block-inner .node-title {
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
    line-height:100%;
    padding:20px 0;
}

#block-webform-client-block-19573 .block-inner .node-title a {
color: #fff !important;}

#block-webform-client-block-19573 p {
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
}

/* CORP PAGE OVERRIDES */

.page-node-19570 #breadcrumb,.page-node-19570 #page-title {
	display:none;
}

.page-node-19570 .region-banner {
    height: 760px !important;
}

#block-block-233 {
	width:100%;
	background: rgba(0, 0, 0, 0) url("../images/menubg.png") repeat-x scroll center top;
    height: 56px;
    padding: 1px 0 0;
    position: relative;
}

.page-node-19570 .submenu {
	width:1000px;
	margin:0 auto;
}

.page-node-19570 .submenu li {
	float:left;
	padding:10px 20px;
	list-style:none;
	font-size: 16px;
}

.page-node-19570 .submenu li a {
color:#555;}

.page-node-19571 #block-webform-client-block-19572 {
background: #80A766 none repeat scroll 0 0;
width:100%;
}

.page-node-27680 #block-webform-client-block-19572 {
background: #CADB2A none repeat scroll 0 0;
width:100%;
}

#block-webform-client-block-19572 input {
width:200px;
}

#block-webform-client-block-19572 input[type="submit"] {
	background:#FFF;
	color:#555;
	border:1px solid #555;
	padding:10px 20px;
	width: 210px;
}

#block-webform-client-block-19572 .form-item label {
    color: #FFF;
    }

#block-webform-client-block-19572 .block-inner .node-title {
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
    line-height:100%;
    padding:20px 0;
}

#block-webform-client-block-19572 .block-inner .node-title a {
color: #fff !important;}

#block-webform-client-block-19572 p {
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
}

/**.section-rm #page-title,.section-rm #breadcrumb-wrapper,.page-node-8628 #page-title,.page-node-8628 #breadcrumb-wrapper {
	display:none;
	}
**/
	
.section-rm .indent,.page-node-8628 .indent {
	padding:0 50px;
	color:#000;
	font-size:16px;
}
	
.section-rm .indent .button {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 20px;
}

.section-rm .indent #content,.page-node-8628 .indent #content {
	padding-top:0;
}

/* GETTING IT RIGHT */
.section-mathmisplacement .region-banner {
    height: auto;
    }

.section-mathmisplacement .block-region-sidebar-second a {
    color: #94bc44;
    text-decoration: none;
    font-weight:bold;
}

/* Microsite */

.node-type-microsite #page-title,.node-type-microsite #breadcrumb-wrapper {
	display:none;
}

.node-type-microsite #content {
	padding:0;
}

.microsite-wrapper {
	width:100%;
	}

.microsite-body {
	width:70%;
	float:left;
	padding:0 20px 0 0;
	font-weight:500;
	}
	
.microsite-body.fullwidth {
width:100%;
}
	
.section-slackforsyria .microsite-body {
	width:60%;
	}
	
.section-slackforsyria .microsite-sidebar {
	width:35%;
	}
	
.microsite-sidebar {
	width:25%;
	float:right;
	}
	
.section-the-legacy-society #page-title {
	display:none;
}

.section-9we7598 .microsite-sidebar {
	display:none;
	}
.section-9we7598 .microsite-body {
	width:100%;
	}
	
.section-innovationconference .microsite-body {
	width:86%;
	margin:0 auto;
	float:none;
	}
	
.section-innovationconference .microsite-sidebar {
	display:none;
	}
	
.section-dfwccn #columns {
	background:#FFF;
	padding:00px;
	max-width: 940px;
	} 
	
.section-dfwccn #content-wrapper .container {
    /*background: #ffdc34 none repeat scroll 0 0 !important;*/
    
}
.section-dfwccn #main-content {
	margin:0;
}

/*.section-dfwccn .microsite-body {
	padding:10px 30px;
	width:65%;
	}
	
.section-dfwccn .microsite-sidebar {
    float: right;
    padding: 0 30px 0 0;
    width: 22%;
}
	
.section-dfwccn form {
    margin: 10px 30px;
}

.section-dfwccn #content-wrapper {
    margin-bottom: 0;
}*/

.section-dfwccn h1.node-title {
    border-bottom: 1px solid #d1d2d4;
    font-size: 19px;
    font-weight: normal;
    margin: 20px 0 10px 0px;
    padding: 0 0 5px;
    
}

.section-dfwccn h1.node-title a { 
	color:#6d6e71;
	}

#block-webform-client-block-28902 {
	float:left;
}




/* CONSTANT CONTACT WIDGET */


.ctct-custom-form h2 {
	color:#FFF;
	font-size:24px;
}

.ctct-custom-form p {
	color:#FFF;
	margin: 0 0 14px !important;
}

.ctct-custom-form label {
	font-weight:normal;
}

.ctct-custom-form input {
	max-width:190px;
	padding: 2px 15px !important;
}

.ctct-custom-form .ctct-button {
    background-color: #99CD61 !important;
    color: #fff !important;
    display: block;
    width: 190px !important;
    font-size: 20px !important;
    font-weight:lighter;
}

.ctct-custom-form .ctct-form-footer {
    width: 200px;
}

.speaker {
	float:left;
	width:45%;
	margin:0 10px 20px;
	background:#eaebec;
	padding:10px;
	position:relative;
	height:184px;
	overflow:hidden;
}

.speaker.showme {
	overflow:visible;
	height:auto;
}

.speaker.showme .morelink {
	display:none !important;
}


.speaker .image {
	float:left;
	width:150px;
	height:185px;
	padding:0 10px 0px 0px;
	overflow:hidden;
}

.speaker .image img {
	width:150px;
	height:auto;
}

.speaker p {
	margin: 0 0 0.5em;
	}

.speaker b {color:#000;}

#block-block-241 h3 {
	clear:both;
}

.speaker .morelink {
	background: #EAEBEC none repeat scroll 0 0;
    display: block;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 175px;
    width: 80px;
    z-index: 2;
    padding:0 15px 0 0;
}

/**NGO FORM**/

#block-nodesinblock-0,#block-block-240,#block-block-242 {clear:both;float:left;}

.add-to-cart {
	display:none;
}

table.nolines ,.nolines td,.nolines tr {
	border:0 !important;
}

#block-block-209 {
	clear:both;
}

.product-description {
	display:none;
}

.view-about-us .views-row {
	 background: #eee none repeat scroll 0 0;
    clear: both;
    min-height: 150px;
    padding: 10px;
}

.view-about-us .views-field-field-blog-image {
	float:left;
	margin:0 10px 0;
}

.node-type-about-us-story .field-name-field-blog-image {
    float: left;
    margin: 0 20px 0 0;
}


	


.patricia-left {
width: 40%; float: left;
}


.patricia-right {
width: 58%; float: left; padding-top: 8px;line-height:1.3;

}

.post-date {
	display:none;
}

.node-type-article .post-date {
	display:block;
	 margin: 0 0 15px;
}

.node-product button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
}

#webform-component-match-details--volunteer-hours-match.form-item,#webform-component-match-details--volunteer-hours.form-item {
    display: inline;
}

.buttoncontainer {
    display: block;
    margin: 0 auto;
    width: 220px;
}
.xilinxbutton {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #306833;
    border-radius: 5px;
    box-shadow: 0 0 5px #555;
    color: #000 !important;
    display: table-cell;
    vertical-align:middle;
    height: 50px;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px;
    width: 100%;
}

.section-xilinx-new #page-title,.section-xilinx #page-title {
    
    font-size: 30px;
    
}




.view-subfooter-number {
	display:none;
}

.view-footer.views-field-field-amount {
	min-width: 120px;
}

.dollar {
    float: left;
    padding: 0 2px;
    width: 8px;
}

.form-item .ctools-auto-submit-processed,.views-widget-filter-title input {
	background:url(../images/searchicononly.png) no-repeat right center;
}

td.views-field-field-amount {
	text-align:right;
}

.green {
color: #94bc44;
}

.view-upcoming-events .views-row {
	clear:both;
}

.view-upcoming-events .views-field-field-event-image {
	float:left;
	width:220px;
	margin:0 20px 100px 0;
}

.view-upcoming-events .views-field-title {
	font-size:20px;
	color:#414042;
}

.views-field-field-date,.views-field-field-event-venue {
	color:#414042;
}

.view-upcoming-events .views-field-field-registration-link a {
	background:#729849;
	padding:5px 20px;
	color:#fff !important;
	font-weight:bold;
}

.view-publications .views-row {
    height: 275px;
    width: 220px;
    margin:0 20px 10px 0;
    float:left;
}

.view-publications .view-grouping-header {
	clear:both;
	font-size:20px;
}


.view-publications h3 {
	clear:both;
	font-size:14px;
}

.view-job-postings .views-field-value-2 {
	margin-top:10px;
}

.view-job-postings .button {
	padding:5px;
}

.goals {
	background: #006985 none repeat scroll 0 0;
	color: #fff;
    min-height: 125px;
    padding: 15px;
}
.goals  h3 {
 	color:#fff !important;
 	font-weight:bold;
 	font-size:16px;
 	border-bottom:none;
 	padding:0px 0 10px;
 	margin:0;
}

.goals  p,.goals  li {
 	color:#fff !important;
}

.approach  h3 {
font-weight:bold;
 	font-size:16px;
 	border-bottom:none;
 	padding:0px 0 10px;
 	margin:0;
 	color:#000  !important;
}

.approach  {
    background:#80B4C2;
    min-height: 125px;
    padding: 25px 15px 15px;
	margin-bottom:20px;
}

.approach p,.approach li {
	color:#000 !important;
}

.approach p strong{
	color:#000;
}

.page-node-54196 #main-content a {
	color: #006985;
}

.page-node-54196 .goals p {
	color:#000;
}
    
.page-node-54196 h3 {
    border-bottom: none;
    font-weight:bold;
 	font-size:16px;
    }
    
.page-node-54196 a.button,.fund-button {
	color:#fff !important;
	background:#7FB4C2;
	border-radius:20px;
	padding:5px 20px;
	font-weight:bold;
	font-size:20px;
	outline:0 !important;
}
a.button.dark {
background:#437C8B !important;
}

.lottobox {
	position:relative;
	width:100%;
	display:inline-block;
}

.view-videos .attachment .views-row {
	float:none;
	width:100% !important;
	margin:0;
}

.view-videos .view-content .views-row {
    float: left;
    margin: 0 20px 20px 0;
    min-height: 250px;
    width: 290px;
}


.view-videos .views-field-field-video-url {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
}

.view-videos .views-field-field-video-url iframe, .view-videos .views-field-field-video-url object, .view-videos .views-field-field-video-url embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.view-videos .views-field-title {
	font-weight:bold;
}

.section-svregionalfund #page-title {
    display: none;
    }
    
.section-svregionalfund .sidebar a {
	color:#D78860;
	}
	
.section-svregionalfund .startblockbottom a {
	color:#fff;
	}
.view-scholarships-search-results #edit-taxonomy-vocabulary-4-tid-wrapper {
	display:none;
}

.view-scholarships-search-results .views-field-title {
	font-weight:bold;
}

.view-scholarships-search-results .views-field-field-rack-brochure-intro p {
	color:#000;
}

.view-scholarships-search-results .views-exposed-widget {
	clear:both;
}

.view-scholarships-slider .views-slideshow-cycle-main-frame-row-item  {
	position:relative;
	line-height:1;
}

.view-scholarships-slider .views-field-field-caption {
	background:rgba(0,0,0,0.5);
	max-width:960px;
	width:100%;
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto;
	line-height:1.3;
}

.form-item-commerce-payment-payment-method:nth-child(1) {
	background:url(images/cards.png) no-repeat 100px top;
	height:25px;
}

.commerce-paypal-icons {
	display:none;
}

#payment-details:after {
	content:'Your credit card information is safe and secure and will not be stored by SVCF.';
}





.podleft {
float:left;width:24%;margin-right:10px;
}

.podright {
float:left;width:74%;
}

.column1 {
	width: 60% !important;
}
.column2 {
	width: 15% !important;
}
.column3 {
	width: 10% !important;
}
.column4 {
	width: 15% !important;
}


.view-job-postings .field-content {
	color:#6d6e71;
	font-size: 14px;
	}
