/*
Theme Name: Haring 2012 Child
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2012 default WordPress theme, created specifically for the Haring Center
Author: Carol Tompkins
Author url: www.haringcenter.org
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/

/*S P E C I F I C S

Like Twenty Twelve, this child theme is a mobile-first responsive theme, meaning all CSS selectors and declarations found at the top are geared toward smartphones and are then followed by media queries dedicated to Tablets (min-width: 600px) and Desktop Displays (min-width: 960px). On occasion, media queries for some selectors are grouped together to make styling across different devices easier.

As with Twenty Twelve, the main column width is 625 except in the full-width layout where it's 960; sidebar width is 250.

Featured image width is 624 (height is flexible)—these images are displayed on "standard" posts; posts without a specific format such as image, aside, link, or quote.

The suggested header image dimensions are 960 by 250 (width, height). However, both are flexible so you can upload a smaller cropped image if you wish. The width is limited to 2000.
*/

@import url('../twentytwelve/style.css');



/* =Reset  -------------------------------------------------------------- */
						  
						  
						  
/* GENERAL CHILD OVERRIDES AND ADDITIONS */

/* Removes TT fancy border */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	box-shadow: none;
	max-width: 100%;
	height: auto;
	}

.entry-content img {
	margin-top: 0 !important;
	}

/* Removes outline on clicked Links */
a {
	outline: 0 !important;
	}

/* Removes Hyphenation from content and sidebars*/
.site-content article,
#secondary .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	border-bottom: 0px none;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}
					  
					  
/* =Repeatable patterns
-------------------------------------------------------------- */


/* Base Link Color and Underline */
a, #secondary a {
	color: #4b2e83;  
	text-decoration: none;
	}
a:hover, #secondary a:hover {
	color: #4b2e83;  
	text-decoration: underline;
	}
	
/* Color choices for common elements across all media queries are grouped below and do not need to be repeated */
body .site {
	background-color: #fff !important;
	}
body .site {
    box-shadow: 0 0 0 rgba(100, 100, 100, 0.3);
    margin-bottom: 0rem;
    margin-top: 0rem;
	padding: 0 0rem;
	}

@media screen and (min-width: 960px) {
	body .site {
		box-shadow: 0 0 0 rgba(100, 100, 100, 0.3);
		margin-bottom: 0rem;
		margin-top: 0rem;
		padding: 0 2.85714rem;
	}
}


/* Images */
.alignleft2 {
	margin-right:5px;
	}
.alignleft3 {
	margin-top:0px;
	margin-bottom:5px;
	}
.alignleft4 { /* used on leadership bios*/
	padding-top: 7px;
	margin-right: 25px;
	float:left;
	}
img.alignright3 {
	margin: 12px 0 0px 10px;
	margin: 0.857142857rem 0 0 0.71428571rem;
	}
.alignleft5 {
	margin-left:5px;
	margin-right:5px;
	}
	
@media screen and (min-width: 600px) { 
.alignleft4 { /* used on leadership bios*/
	padding-top: 7px;
	margin-right: 25px;
	float:left;
	}
}

@media screen and (min-width: 960px) {
img.alignright3 {
	margin: 12px 0 0px 14px;
	margin: 0.857142857rem 0 0 1rem;
	}
}	




/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

body { /* This is where you would change default body type */
	font-size: 16px;
	font-size: 1.142857143rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333333;
	}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif; 
	}
h1, h2 {
	color: #333333;
	}
a {
	color: #4b2e83;
	text-decoration: underline;
	} 
a:hover {
	color: #0f3647;
	} 
p.small {
	font-size: 12px;
	line-height: 125%;
	}
.pullquote_1 { /*Subheads used in Give section*/ 
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.25;
	color: #4b2e83;
	}
.pullquote_2 { /*Subheads used in Give section*/
	font-size: 23px;
	font-size: 1.64285714rem;
	line-height: 0; 
	font-weight: bold;
	color: #e2c48e;
	}
.pullquote_3 { /*Subheads used in Give section*/
	font-size: 1.21428571rem;
	font-size: 18px;
	line-height: 0; 
	font-weight:bold;
	color: #e2c48e;
	}
.purple { 
	font-size: 1.28571429rem;
	font-size: 17px;
	color: #4b2e83;
	font-weight:bold;}
.red { 
	color: #ff574f;
	}
.position {
	font-size: 1.28571rem;
	line-height: 1.6;
	font-weight:bold;
	} 
.project {
	font-size: 1.35714rem;
	line-height: 1.71429;
	font-weight:bold;
	} 
.openings {
	font-size: 14px;
	font-size: 1rem;
		line-height: 1.6;
	font-weight:bold;
	color: #ff574f;
	}
.leaders {
	width:35%;
	}
.featured { /* Font style for Featured items on home page*/
	font-size: 16px;
	font-size: 1.14285714rem;
	line-height: 1.5rem; 
	}
.employment {
	border-top: 1px solid black;
	padding-top: 10px;
	width: 100%
	}
.indent {
	padding-left: 1.5em;
	text-indent:-1.5em;
	}	
.beforelist {
	line-height: 1;
	margin-bottom: -20px;
	}		
					 			  
@media screen and (min-width: 600px) { 
.leaders {
	width:22%;
	background-color: yellow;
	}
}

					  					  
/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
  }
.site-content {
	/*margin: 5px 0 0;
	margin: 0.35714286rem 0 0;*/
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	}
.site-content, body.full-width .site-content {
	width: 90%;
	}
.site-content2 { /*Used for the staff page*/
  float: right;
   width: 85%;
   margin-right: 0%;
   margin-left: 0%; 
  }
.site-content3 { /*Used for the calendar page*/
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  }
.widget-area {
  float: right; 
  width: 100%;
  -moz-hyphens: none;
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
  word-wrap: break-word; 
  }
					
@media screen and (min-width: 600px) { 
.site-content {
	float: right;
	width: 63.1042%;
	margin-left: 0%;
	margin-right: 2%;
	}
.site-content, body.full-width .site-content {
	width: 65.1042%;
	}
.site-content2 {/*Used for the staff page*/
	float: right;
	width: 85%;
	margin-right: 2%;
	margin-left: 0%; 
	}
.site-content3 { /*Used for the calendar page*/
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 70px;
	}
.widget-area {
  float: left;
  width: 26.0417%;
  margin-bottom: 1rem;
  }
}
					
@media screen and (min-width: 960px) { /*Used for the calendar page*/
.site {
  max-width: 1020px;
  max-width: 72.85714286rem; 
  }
.site-content {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
  }
.site-content3 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 50px;
  }
}

				  
/* Header */
.site-header {
	padding: 0 0;
	}
.site-header h1 {
	font-size: 1.71429rem;
	line-height: 1.28571;
	margin-bottom: 0rem;
	margin-top: 0rem;
	text-align: left;
	}
.site-header h1 a, .site-header h2 a, .site-header h2 {
	color: #93867A;
	}
img.header-image {
	width: 1020px;
	}
.header-image {
	margin-top: 0rem;
	}
#logo {
	margin-top: 20px;
	}
#headerspotlight {/*links headerimage to nav*/
	left: 0px;
	top: 0px;
	}
#sliderarea {/* Additional code for sliders */
	margin-top: 46px; 
	margin-bottom: 0px;
	}
	
@media screen and (min-width: 600px) { 
#sliderarea {/* Additional code for sliders */
	margin-bottom: 50px;
	}
#logo {
	margin-top: 0px;
	}
}

@media screen and (min-width: 960px) { 
#sliderarea {/* Additional code for sliders */
	margin-bottom: 0px;
	}
}

	
/* Navigation Menu */
/*  --------- Main Nav – mostly handled by SuperFish, see superfish.css --------- */	
.main-navigation li {
    font-size: 15px;
	font-size: 1.07142857rem;
    line-height: 1.42857;
  	padding: 3%;
	margin-top: 0px; /* Carol 6.19.17 */
}


.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
    display: inline-block;
	margin-bottom: 20px;
}
.menu-haring-center-container {
/*    position: absolute;
	z-index: 100;*/
	margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
	position: relative;
}
@media screen and (min-width: 600px) { 
.main-navigation {
	background: none repeat scroll 0 0 #93867A;
	border-bottom: 0 none;
	border-top: 0 none;
	display: inline-block !important;
	float: right;
	text-align: left;
	vertical-align: top;
	margin-top: 0.75rem;
	width: 100%;
	padding: 0px;
	}
.main-navigation li {
	font-size: 15px;
	font-size: 1.07142857rem;
	margin: 0 0 0 0;
	padding:0%;
	}
.main-navigation li a {
	color: #FFFFFF !important;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2.35;
	text-align: center;
	text-transform: none;
	}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	background: none repeat scroll 0 0 #93867A;
	float: right;
	border-bottom: 0px solid #ededed;
	border-top: 0px solid #ededed;
	margin-left: 0;
	max-width: 100%;
	padding-right: 0;
	}
.menu-toggle {
	display: none;
	}
.menu-haring-center-container {
/*    position: absolute;
	z-index: 100;*/
	margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    width: 95%;
}
}
						
/*  --------- Utility Nav  --------- */	
/* Not part of original 2012 theme. Inner masthead with relative positioning to allow absolute positioning of some elements within */
#masthead-inner {
	position: relative !important;
	padding: 0 !important;
	margin: 0 5px !important;
	margin: 0 0.35714286rem !important;
}
#masthead {
	background-color: #fff !important;
	position: relative;
	}
nav#utility-menu {
	display: block;
	position: absolute;
	top: -10px;
	top: -0.71428571rem;
	right: 0px; 
	text-align: right;
	}
#utility-menu ul {
	margin: 0;
	}
#utility-menu li {
	display: inline;
	font-size: 1rem;
	font-weight: normal;
	padding-top:5px;
	margin-left: 3px;
	margin-left: 0.21428571rem; 
	}
#utility-menu li a {
	color:#fff;
	background-color: #8498a7;
	padding: 12px 5px 5px 5px;
	text-decoration:none;
	}						
#utility-menu li a:hover{
	background-color: #4b2e83; 
	padding: 12px 5px 5px 5px;
	color:#fff;
	text-decoration:none;
	}
#utility-menu li.current-menu-item a{/*This adds current page state*/
	background-color: #4b2e83; 
	padding: 12px 5px 5px 5px;
	color:#fff;
	text-decoration:none;
	}

@media screen and (min-width: 600px) {
/* add inner masthead with relative positioning to allow absolute positioning of some elements within */
#masthead-inner {
	position: relative !important;
	padding: 0 !important;
	/* set side margins 0 if you want menu background to extend to edgies of container */
	margin: 0 21px !important;
	margin: 0 1.5rem !important;
	}
nav#utility-menu {
	display: block;
	/*absolute positioning within relative #masthead-inner container*/
	position: absolute;
	top: 7px;
	top: 0.5rem;
	right: 60px;
	text-align: right;
	}
#utility-menu li {
	display: inline;
	font-size: 1rem;
	font-weight: normal;
	padding-top:5px;
	margin-left: 2.75rem; 
	}				  
#utility-menu li a {
	color:#fff;
	background-color: #8498a7;
	padding: 12px 10px 10px 10px;
	text-decoration:none;
	}

#utility-menu li a:hover{
	background-color: #4b2e83; 
	padding: 12px 10px 10px 10px;
	color:#fff;
	text-decoration:none;
	}

#utility-menu li.current-menu-item a{/*This adds current page state*/
	background-color: #4b2e83;  
	padding: 12px 10px 10px 10px;
	color:#fff;
	text-decoration:none;
	}
}					  



/* =Front page template
-------------------------------------------------------------- */

/* ----  Alternate Home Page ---- */ /* ---------  Not part of 2012, added specifically to this child theme  --------- */
.home h1.entry-title {/* Removes Page Title from Home Page */
	display: none !important;
	}

.home #primary {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	float: left; 
    }
.home #secondary {/* aligns sidebar header baseline with first paragraph baseline */
    width: 90%;
    margin-top: 0rem;
    margin-right: 5%;
    margin-left: 5%;
    float: right;
}
.front-section{
	color: #fff;
	float: left;
	margin: 0 0 5% 0; 
	width: 94%;
	padding: 3% 3% 3% 3%;  
	background-color: #8498A7;
	vertical-align:middle;
	}
.front-section h2{
	font: 13.33px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #fff; 
	vertical-align:middle;
	}
.front-section h2:hover{
	color: #fff; 
	text-decoration:none;
	}
.front-section:hover { 
	color: #fff;
	background-color: #4b2e83;  
	text-decoration:none;
	}	
.front-section a {
	color: #fff; 
	text-decoration:none;
	}
.front-section-news{
	color: #fff;
	float: left;
	margin: 0 0 5% 0; 
	width: 94%; 
	padding: 3% 3% 3% 3%; 
	background-color: #ff574f;
	vertical-align:middle;
	}
.front-section-news h2{
	font-size: 13.33px;
	font-size: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #fff; 
	vertical-align:middle;
	}
.front-section-news h2:hover{
	color: #fff; 
	text-decoration:none;
	}
.front-section-news:hover { 
	color: #fff;
	background-color: #4b2e83; 
	text-decoration:none;
	}	
.front-section-news a {
	color: #fff; 
	text-decoration:none;
	}
.front-widgets {
	width: 90%; 
	background-color: #edeaf2; 
	overflow:hidden;
	}
.first {
	padding:0 5% 5% 5%;
	}
.second {
	padding:0 5% 5% 5%;
	}
#text-30 { /*Used for the front sidebar widget areas*/
    width: 100%;
	float: left;
	}
#text-33 { /*Used for the front sidebar widget areas*/
    width: 100%;
	float: left;
	}
home h1.entry-title { /* Removes Page Title from Home Page */
	display: none !important;
	}		
							  
				  
@media screen and (min-width: 600px) {
.home #primary {
	width: 90%; 
	margin-left: 5%;
	margin-right: 5%;
	float: left; 
	}
.home #secondary {
	width: 90%;
	margin-top: 0rem; 
	margin-right: 5%;
	margin-left: 5%;
	float: right;
	background-color: #edeaf2;
	}
.front-section{
	color: #fff;
	float: left; 
	margin: 0 0 5% 0;
	width: 90%; 
	padding: 5% 5% 5% 5%;  
	background-color: #8498A7;
	vertical-align:middle;
	}
.front-section-news{
	color: #fff;
	float: left; 
	margin: 0 0 5% 0;
	width: 90%; 
	padding: 5% 5% 5% 5%; 
	background-color: #ff574f;
	vertical-align:middle;
	}
.front-widgets {
	width: 44%; 
	float: left;
	padding: 1em !important;
	}
#text-30 {
   float: left;
	}
#text-33 {
	float: right;
	margin-top:0;
	padding-top:0;
	}
}

@media screen and (min-width: 960px) {
.home #primary {
	width: 60%;
	margin-left:3%;
	margin-right:3%;
	float: left; 
	}
.home #secondary {
	width: 30%;
	margin-top: 3rem; 
	margin-right: 3%;
	margin-left: 0rem;
	float: left; 
	}
.front-section{
	color: #fff;
	float: right;
	margin: 0 0 5% 0; 
	width: 281px;
	padding: 15px 5px 15px 10px;  
	background-color: #8498A7;
	vertical-align:middle;
	}
.front-section-news{
	color: #fff;
	float: right;
	margin: 0 0 5% 0;
	width: 281px; 
	padding: 15px 5px 15px 10px;  
	background-color: #ff574f;
	vertical-align:middle;
	}
.front-widgets {
	width: 90%; 
	background-color: #edeaf2; 
	padding: 5%; 
	}
#text-30 {
	width: 100%;
	}
#text-33 {
	width: 100%;
	}
}	

/* ---------  Most Pages  --------- */		

.page .entry-title {/*Removes page titles*/
	display: none;
	}
	
	
/* @group Grid (All Queries) */

/* The following is a simple grid system that creates quarter, one-third, and half columns for whatever container in which they are used.

For example, for a three column area, use <div class="grid col-third"> for the first two columns and <div class="grid col-third last"> for the final one you may need to tweak percentage widths and margin-right for each of the grouped media queries */

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
	}
.grid-right {
	float: right;
	margin-bottom: 2%;
	padding-top: 0;
	}
.col-half {
	width: 100%;
	margin-right: 0;
	padding: 0 !important;
	  }
.col-third {
	width: 100%;
	margin-right: 0;
	background-color: #4b2e83;  
	padding: 10px;
	}
.col-quarter {
	width: 100%;
	margin-right: 0;
	}
.last {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
.one-fourth {
	float:left;
	width: 46%;
	margin-right: 4%;
	}
.one-fourth-last {
	float:left;
	width: 46%;
	margin-right: 0%;
	}
.front-ad-left {
	float:left;
	margin-right: 2%;
	margin-bottom: 15px;
	padding: 1em !important;
	width: 39%;
	background-color: #e6eaed; /* 20% tint of PDU blue #7fa4b7 */
	}
.front-ad-right {
	float:left;
	margin-right: 0%;
	margin-bottom: 15px;
	padding: 1em !important;
	width: 39%;
	background-color: #fbf9e6; /* 10% tint of ARU yellos #7fa4b7 */
	}
	
@media screen and (min-width: 600px) {	
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
	}
.grid-right {
	float: right;
	margin-bottom: 2%;
	padding-top: 0;
	}
.col-half {
  width: 43%;
  margin-right: 7%;
	}
.col-third {
  width: 30%;
  margin-right: 2%;
	}
.col-quarter {
  width: 21.5%;
  margin-right: 2%;
	}
.last {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
.one-fourth {
	float:left;
	width: 22%;
	margin-right: 4%;
	}
.one-fourth-last {
	float:left;
	width: 22%;
	margin-right: 0%;
	}
.front-ad-left {
	float:left;
	margin-right: 4%;
	padding: 1em !important;
	width: 42.5%;
	}
.front-ad-right {
	float:left;
	margin-right: 0%;
	padding: 1em !important;
	width: 42.5%;
	}
}

@media screen and (min-width: 960px) {	
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
	}
.grid-right {
	float: right;
	margin-bottom: 2%;
	padding-top: 0;
	}
.col-half {
	width: 45%;
	margin-right: 2%;
	padding: 1em !important;
	}
.col-third {
	width: 30%;
	margin-right: 2%;
	}
.col-quarter {
	width: 21.5%;
	margin-right: 2%;
	}
.last {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
}	

				  
/* Sidebar */
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 0.928571rem;
	line-height: 1.3;
	-moz-hyphens: none;
	margin-bottom: 5px;
	margin-bottom: 0.35714286rem;
	word-wrap: break-word;
	text-decoration: none;
	}
.widget-area .widget a {
	color: #000000; 
	}
.widget-area .widget a:hover {
	color: #4b2e83; 
	}
.widget-area .widget a:visited {
	color: #000000;
	}
.widget-area .textwidget li {
	margin-left: 1.07142857rem;
	}
h3.widget-title {/* Controls Widget Titles */
	font-size: 14px;
	font-size: 1rem;
	}
.widget-area .widget ul ul {/* Controls indents on Widget links */
	margin-left: 0.57142857rem; 
	}
	
@media screen and (min-width: 600px) { 
.widget-area .textwidget li {
	margin-left: 2.57143rem;
	}
	}
							  
/* aligns sidebar header baseline with first paragraph baseline */
#secondary {
	margin-top: 14px;
	margin-top: 1rem;
	}

/* ===[ Styling for Sidebars on main pages ]=== */
#sidebar_left { /* New sidebars for main nav items*/
	float: right; /*Moves sidebar below main content on cell phones*/
	width: 100%;
	margin-bottom: 5px; 
	margin-top: 25px; 
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}

@media screen and (min-width: 600px) { 
#sidebar_left { /* New sidebars for main nav items*/
	float: left;
	width: 30.0417%;
	margin-bottom: 15px; 
	margin-top: 35px;
	}
}

@media screen and (min-width: 960px) { 
#sidebar_left { /* New sidebars for main nav items*/
	width: 25.0417%;
	margin-top: 50px;
	}
}
						  

/* These menus are not part of original 2012 theme. Added in to "brand" Haring Center Unit pages */
/*About menu*/ 
#menu-about {
	color: #fff;
	float: left;
	margin: 0 5% 3% 5%;
	padding-bottom: 10px;
	width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-about:hover { 
	color: #fff;
	}	
#menu-about li {
	font: 13.33px;
	font: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 10px;
	}
#menu-about li:hover { 
	background-color: #444444; 
	}		
#menu-about li a {
	font: 16px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-about li a:hover { 
	background-color: #444444; 
	}	
#menu-about li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	font-weight: normal;
	background-color: transparent;
	}
#menu-about li ul hover{ 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-about ul{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-about ul li{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:7px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-about .submenu {
	background-color:transparent;
	}
#menu-about li.current-menu-item {
	background-color: #444444;
	font-weight: bold;
	}
#menu-about .current_page_parent{
	background-color: #444444;
	font-weight: bold;
	}
#menu-about .current_page_parent a {
	background-color: #444444; 
	}
#menu-about li.active>a {
	background-color: #444444; 
	}
@media screen and (min-width: 600px) { 
#menu-about{
	float: right;
	margin: 0 0 3% 0;
	padding-bottom: 10px;
	}
}
@media screen and (min-width: 960px) { 
#menu-about {
	width: 80%;
	}
}

/*50 Years of Impact menu*/ 
#menu-50-years {
	color: #fff;
	float: left;
	margin: 0 5% 3% 5%;
	padding-bottom: 10px;
	width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-50-years:hover { 
	color: #fff;
	}	
#menu-50-years li {
	font: 13.33px;
	font: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 10px;
	}
#menu-50-years li:hover { 
	background-color: #444444;  
	}		
#menu-50-years li a {
	font: 16px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-50-years li a:hover { 
	background-color: #444444;  
	}	
#menu-about li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	font-weight: normal;
	background-color: transparent;
	}
#menu-50-years li ul hover{ 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-50-years ul{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-50-years ul li{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:7px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-50-years .submenu {
	background-color:transparent;
	}
#menu-50-years li.current-menu-item {
	background-color: #444444; 
	font-weight: bold; 
	}
#menu-50-years .current_page_parent{
	background-color: #444444; 
	font-weight: bold;
	}
#menu-50-years .current_page_parent a {
	background-color: #444444;  
	}
#menu-50-years li.active>a {
	background-color: #444444;  
	}
@media screen and (min-width: 600px) { 
#menu-50-years{
	float: right;
	margin: 0 0 3% 0;
	padding-bottom: 10px;
	}
}
@media screen and (min-width: 960px) { 
#menu-50-years {
	width: 80%;
	}
}
						
/*EEU menu*/ /*background-color: #ff57af;*/ 
#menu-eeu{
	color: #fff;
	float: left;
	margin: 0 5% 3% 5%;
	padding-bottom: 10px;
	width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-eeu:hover { 
	color: #fff;
	}	
#menu-eeu li {
	font: 13.33px;
	font: 0.92857143rem;
	font-weight: bold;
	text-decoration: none;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #ffffff; 
	background-color: #8498A7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 10px;
	}
#menu-eeu li:hover { 
	background-color: #FF574F;
	}		
#menu-eeu li a {
	font: 16px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-eeu li a:hover { 
	font-weight: bold;
	}	
#menu-eeu li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	margin-top: 10px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-eeu li ul hover { 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-eeu ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-eeu ul li{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:7px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-eeu .submenu {
	background-color:transparent;
	}
		
#menu-eeu li.current-menu-item {  
	background-color: #FF574F;
	font-weight:bold;
	}	
	
#menu-eeu .current_page_parent {
	background-color: #FF574F;
	}
@media screen and (min-width: 600px) { 
#menu-eeu{
	float: right;
	margin: 0 0 3% 0;
	hyphens: none;
	}
}
@media screen and (min-width: 960px) { 
#menu-eeu{
	width: 80%;
	}
}

/*ARU menu*/ /*background-color: #d7c501;*/  
#menu-research{
	color: #fff;
	float: left;
	margin: 0 5% 3% 5%;
	padding-bottom: 10px;
	width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-research:hover { 
	color: #fff;
	}	
#menu-research li{
	font: 13.33px;
	font: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 6px 6px 12px; 
	margin-bottom: 10px;
	}
#menu-research li:hover { 
	background-color: #d7c501;
	}		
#menu-research li a{
	font: 16px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-research li a:hover { 
	font-weight:bold;
	}	
#menu-research li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	margin-top: 10px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-research li ul hover{ 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-research ul{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-research ul li{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:7px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-research .submenu {
	background-color:transparent;
	}
#menu-research li.current-menu-item {
	background-color: #d7c501;
	font-weight: bold;
	}
#menu-research .current_page_parent{
	background-color: #d7c501; 
	font-weight: bold;
	}
@media screen and (min-width: 600px) { 
#menu-research{
	float: right;
	margin: 0 0 3% 0;
	}
}
@media screen and (min-width: 960px) { 
#menu-research{
	float: right;
	margin: 0 0 3% 0;
	width: 80%;
	}
}
						
/*pdu menu*/ /*background-color: #7fa4b7;*/  	
#menu-professional-training-and-development{
	color: #fff;
	float: left;
	margin: 0 5% 3% 5%;
	padding-bottom: 10px;
	width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-professional-training-and-development:hover { 
	color: #fff;
	}	
#menu-professional-training-and-development li{
	font: 13.33px;
	font: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 10px;
	}
#menu-professional-training-and-development li:hover { 
	background-color: #7fa4b7;
	}		
#menu-professional-training-and-development li a{
	font: 16px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-professional-training-and-development li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	margin-top: 10px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-professional-training-and-development li ul hover{ 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-professional-training-and-development ul{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-professional-training-and-development ul li{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:7px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-professional-training-and-development li.current-menu-item {
	font-weight:bold;
	background-color: #7fa4b7;
	}
#menu-professional-training-and-development .current_page_parent{
	background-color: #7fa4b7; 
	}	
@media screen and (min-width: 600px) { 
#menu-professional-training-and-development{
	float: right;
	margin: 0 0 3% 0;
	}
}
@media screen and (min-width: 960px) { 
#menu-professional-training-and-development{
	margin: 0 0 3% 0;
	width: 80%;
	}
}
							
/*Support Us/GIVE menu */
#menu-give{
	color: #fff;
	float: left;
	margin: 0 5% 3% 5%;
	padding-bottom: 10px;
	width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-give:hover { 
	color: #fff;
	}	
#menu-give li{
	font-size: 13.33px;
	font-size: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 6px 6px 12px; 
	margin-bottom: 10px;
	} 
#menu-impact li li{
	font-size: 13.33px;
	font-size: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 6px 6px 12px; 
	margin-bottom: 10px;
	}
#menu-give li:hover { 
	background-color: #4b2e83; 
	}		
#menu-give li a{
	font-size: 16px;
	font-size: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-give li a:hover { 
	font-weight:bold;
	}	
#menu-give li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	margin-top: 10px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-give li ul hover{ 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-give ul{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-give ul li{ 
	padding: 0px 0px 0px 0px;
	margin-bottom:7px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-give .submenu {
	background-color:transparent;
	}
#menu-give li.current-menu-item {
	background-color: #4b2e83;
	font-weight: bold;
	}
#menu-give .current_page_parent {
	background-color: #4b2e83; 
	font-weight: bold;
	}
#menu-give .current_page_ancestor {
	background-color: #4b2e83; 
	font-weight: bold;
	}
	
@media screen and (min-width: 600px) { 
#menu-give{
	float: right;
	margin: 0 0 3% 0;
	}
}

@media screen and (min-width: 960px) { 
#menu-give{
	width: 80%;
	}
	}
							
/*Contact menu*/ 
#menu-contact{
	color: #fff;
	float: left;
	margin: 0 0% 3% 0%;
	padding-bottom: 10px;
	width: 95%; /* CHANGED since WP won't allow for single page custom menus*/
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
#menu-contact:hover { 
	color: #fff;
	}	
#menu-contact li{
	font: 13.33px;
	font: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 10px;
	}
#menu-contact li:hover { 
	background-color: #4b2e83; 
	}		
#menu-contact li a{
	font: 16px;
	font: 0.92857143rem;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	}
#menu-contact li a:hover { 
	background-color: #4b2e83; 
	}	
#menu-contact li ul { 
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:transparent;
	}
#menu-contact li ul hover{ 
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background-color:transparent;
	}
#menu-contact li.current-menu-item {
	background-color: #4b2e83;  
	}
	
@media screen and (min-width: 600px) { 
#menu-contact{
	float: right;
	width: 100%; /* CHANGED since WP won't allow for single page custom menus*/
	}
}
@media screen and (min-width: 960px) { 
#menu-contact{
	margin: 0 0 3% 0;
	width: 95%; /* CHANGED since WP won't allow for single page custom menus*/
	}
}
								
/* CONTACT and VISIT Pages Sidebar Widgets -------------------------------------------------- */
.menu-text2{   /*Text on Contact page sidebar*/
	color: #000;
	float: center;
	width: 95%;
	margin: 0 0 0% 5%; 
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
.menu-text3{   /*Text on Visit page sidebar*/
	color: #000;
	float: right;
	width: 92%;
	margin: 0 0 5% 10%;
	}
@media screen and (min-width: 600px) { 
.menu-text2{   /*Text on Contact page sidebar*/
	float: right;
	width: 75%;
	margin: 0 0 5% 10%; 
	padding: 6px 12px 6px 0px;  
	}
}
		
@media screen and (min-width: 960px) { 
	.menu-text3{   /*Text on Visit page sidebar*/
	width: 75%;
	padding: 6px 12px 6px 12px; 
	}
}


/*  --------- Footer  --------- */				  
footer[role="contentinfo"] { /* Increase theme width to 1020px */
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 1020px;/* Increase theme width to 1020px */
	max-width: 72.85714286rem; 
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
footer[role="contentinfo"] a {
	color: #ffffff;
	}
footer[role="contentinfo"] a:hover {
	color: #ffffff;
	}				  
  /* ===[ Footer Widget Areas ]=== */
.site-info { clear: both;
	background-color: #8498A7; 
	height: 525px; 
	margin-left: 0;
	margin-right: 0;
	padding: 20px 20px 20px 20px;
	position: relative;
	}
.site-info a{
	color: #ffffff;
	}
.back-to-top {  
	height: 26px;
	position: absolute;
	right: 5%;
	top: -12px;
	width: 34px;
	z-index: 10;
  }
#footer-left {
	max-width: 100%;
	float: left;
	color: #ffffff;
	}  
#footer-left p{
	 font-size: 14px;
	 font-size: 1rem;
	 line-height: 1.5;
	 color: #ffffff;
	 text-decoration: none;
	 }
#footer-logo{
	float: left;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 20px;
	   } 
#footer-center {
	max-width: 100%;
	float: left;
	color: #ffffff;
	margin-top: 15px;
	}
#footer-center p{
	font-size: 14px; 
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	}
#footer-center a{
   color: #ffffff;
   text-decoration: none;
   } 
#footer-center a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
#footer-right {
	max-width: 100%;
	float: left;
	margin-top: 25px;
	padding-top: 0px;
	color: #ffffff;
	} 
#footer-right a{
	color: #ffffff;
	text-decoration: underline;
	} 
#footer-right a:hover{
	 color: #ffffff;
	 text-decoration: none;
	 font-weight: bold;
	 }
#nav-search {
	padding-top: 20px;
	} 
.connectWithUs {
	vertical-align:15px;
	}

@media screen and (min-width: 600px) { 
.site-info { 
	padding: 15px;
	height: 185px;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 40px 20px 40px;
	}
#footer-left {
	width: 27%; 
	margin-left: 0px;
	}
#footer-center {
	width: 35%; 
	margin-left: 15px;
	margin-top: 25px; 
	}
#footer-right {
	width: 35%; 
	float: right;
	padding-top: 20px;
	text-align: left;
	margin-top: 15px;
	}	
}

@media screen and (min-width: 960px) { 
.site-info { 
	height: 190px;
	}
#footer-left {
	width: 30%; 
	margin-top: 5px;
	margin-right: 15px;
	}
#footer-center {
	width: 30%; 
	margin-left: 15px;
	margin-top: 30px; 
	}
#footer-right {
	width: 25%; 
	} 
.back-to-top { 
	right: 4%;
	}
}
					  
/*  --------- Additional code for Constant Contact subscribe button for Haring Center Today  — added 7.21.16 --------- */
#hc_subscribe {
	float: left;
	width: 100%;
	margin: 15px 0 25px 0; 
	}
#hc_subscribe a {color: #000;}
#hc_subscribe a:hover {color: #fff;}
#hc_subscribe .button {
	float: left;
	font-size: 13px; 
	border: none; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; border-radius: 3px;
	 letter-spacing: .03em;
	 color: #000000; 
	 background-color: #fff; 
	 box-sizing:border-box; 
	 height:32px; 
	 line-height:32px; 
	 padding:0 18px; 
	 transition: all 0.23s ease-in-out 0s;
	 margin-right:10px;
	 }
#hc_subscribe  .button:hover {
	background-color:#4b2e83; 
	color: #ffffff;
	cursor:pointer;
	}
.publication {
	float: left;
	margin-top:5px; 
	}
	
@media screen and (min-width: 600px) { 
#hc_subscribe .button {
	 padding:0 12px; 
	 }
}

@media screen and (min-width: 900px) {
#hc_subscribe .button {
	 padding:0 18px; 
	 } 
}

						  
						  
  /* =Main content and comment content -------------------------------------------------------------- */

.site-title {/* Changed from H1 to span for SEO */
	font-size: 33px;
	font-size: 2.357142857rem;
	letter-spacing: 1px;
	}
.site-description {/* Changed from H2 to span for SEO */
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
	font-size: 20px;
	font-size: 1.428571429rem;
}
.entry-content h1, .comment-content h1 {
	font-size: 23.8px;
	font-size: 1.64285714rem;
	line-height: 1.64285714rem;
	margin-top: 0px;
}
.entry-content h2, .comment-content h2 {
	font-size: 1.64285714rem;
	font-size: 23.8px;
	line-height: 2rem;
	margin-top: 0px;
	color: #4b2e83; 
}
.entry-content h3 {
	font-size: 19px;
	font-size: 1.35714286rem;
	line-height: 1.71429;
	margin: 0;
	color: #4b2e83;
}
.entry-content h4 { /*Used for titles of listed items*/
	font-size: 16px;
	font-size: 1.14285714rem;
	line-height: 1.71429;
	margin: 0;
	}
.entry-content h5 { /*Used for titles of PDU workshops */
	font-size: 19px;
	font-size: 1.35714286rem;
	line-height: 1.71429;
	margin: 0;
	margin-bottom: 10px;
	color: #4b2e83;  
	}
.entry-content a:hover {
	color: 4b2e83;
	text-decoration: none;
	}
.entry-content a:visited,
.comment-content a:visited {
	color: #4b2e83; /*UW Purple */
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	box-shadow: none;
	border-radius: 0px;
	height: auto;
	max-width: 100%;
	}	
	
/* iframe itself */
#iframe {
	display: block;
	width: 90%;
   border: none;
   }
   
@media screen and (min-width: 600px) { 
#iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
  }
}
				  
						  						  
/* ---------[ Additional code for specific pages ] -------------------------------------------------- */	

/* About page diagram */
#diagram { 
	float: left;
	width: 100%
	}
	
#diagram_left {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	}
	
#diagram_right {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	}
	  
/*  --------- Additional code for In the Media  --------- */
.one-third {
	float:left;
	width: 30%;
	margin-right: 4%;
	}
.one-third-last {
	float:left;
	width: 30%;
	margin-right: 0%;
	}
.row-video {
	width: 100%;
	}

@media screen and (min-width: 600px) { 
	.one-third {
		float:left;
		width:30%;
		margin-right: 4%;
		}
	.one-third-last {
		float:left;
		width:30%;
		margin-right: 0%;
		}
}
						
/*  --------- Additional code for 50 Years of Impact pages --------- */
.blockquote_left {
	font-family:  'Open Sans', Helvetica, Arial, sans-serif; 
	font-size: 18px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	padding: 0.25em 25px;
	line-height: 1.45;
	position: relative;
	color: #85754d;
	background:#fff;
	}
.blockquote_left:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
	}
.blockquote_right {
	font-family:  'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	padding: 0.25em 25px;
	line-height: 1.45;
	position: relative;
	color: #85754d;
	background:#fff;
	}	
.blockquote_right:after {
	display: block;
	content: "\201D";
	font-size: 80px;
	position: absolute;
	right: -10px;
	bottom: -40px;
	color: #7a7a7a;
	}
.quoteLeft {
	float: left;
	width: 35%;
	background-color: #FFF;
	}
.quoteright {
	float: right;
	width: 35%;
	background-color: #FFF;
	}
						
/*	small screen sizes*/
@media (max-width: 991px) {
.quoteLeft {
	display:none !important;
	}
.quoteright {
	display:none !important;
	}
}
	
.story {
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 15px;
	height: 90px;
	vertical-align: middle;	
	padding: 1%;
	color: #ffffff;
	background-color: #4b2e83;
	}
.story:hover {
	background-color: #e2c48e;
	}
.story:visited {
	background-color: #7862a2;
	}
.story a {
	display: block;
	color: #ffffff;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	line-height: 25px;
	}
.story a:hover {
	color: #4b2e83;
	background-color: transparent;
	}
.story a:visited {
	color: #ffffff;
	background-color: transparent;
	}
.story-last {
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 15px;
	height: 90px;
	text-align: middle;
	padding: 1%;
	color: #ffffff;
	background-color: #4b2e83;
	}
.story-last:hover {
	background-color: #e2c48e;
	}
.story-last:visited {
	background-color: #7862a2;
	}
.story-last a {
	display: block;
	color: #ffffff;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	line-height: 25px;
	}
.story-lasta:hover {
	color: #4b2e83;
	background-color: transparent;
	}
.story-last a:visited {
	color: #ffffff;
	background-color: transparent;
	}
.spanlarger {
	font-size:18px;
	}
.doubleLine {
	height: 80px;
	margin-top: 10px;      
	}
.tripleLine {
	height: 80px;
	margin-top: 10px;      
	}
.quadLine {
	height: 80px;
	margin-top: 0px;      
	}

@media screen and (min-width: 600px) {	
.story {
	width: 29%;
	margin-left: 0%;
	margin-right: 3%;
	margin-bottom: 20px;
	height: 110px;
	}
.story-last {
	width: 29%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
	height: 110px;	
	}
.story a {
	line-height: 20px;
	}
.story-last a {
	line-height: 20px;
	}
.doubleLine {
	height: 80px;
	margin-top: 20px;      
	}
.tripleLine {
	height: 80px;
	margin-top: 5px;      
	}
.quadLine {
	height: 80px;
	margin-top: 0px;      
	}
}
						
@media screen and (min-width: 960px) {	
.story {
	width: 29%;
	margin-bottom: 30px;
	height: 110px;
	}
.story-last {
	width: 29%;
	margin-bottom: 30px;
	height: 110px;	
	}
.story a {
	line-height: 25px;
	}
.story-last a {
	line-height: 25px;
	}
.tripleLine {
	height: 80px;
	margin-top: 10px;      
	}
}

/*	Circled numbers for 50 Years of Impact*/
.numberCircle {
	display:inline-block;
	line-height:0px;
	border-radius:50%;
	border:2px solid;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	}
.numberCircle span {
	display:inline-block;
	padding-top:50%;
	padding-bottom:50%;
	margin-left:8px;
	margin-right:8px;
	}
.numberCircle2 {
	display:inline-block;
	line-height:0px;
	border-radius:50%;
	border:2px solid;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	}
.numberCircle2 span {
	display:inline-block;
	padding-top:50%;
	padding-bottom:50%;
	margin-left:5px;
	margin-right:5px;
	}
.numberCircleMenu {
	display:inline-block;
	line-height:0px;
	border-radius:50%;
	border:1px solid;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	}
.numberCircleMenu span {
	display:inline-block;
	padding-top:50%;
	padding-bottom:50%;
	margin-left:4px;
	margin-right:4px;
	}	
.numberCircleMenu2 {
	display:inline-block;
	line-height:0px;
	border-radius:50%;
	border:1px solid;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	}
.numberCircleMenu2 span {
	display:inline-block;
	padding-top:50%;
	padding-bottom:50%;
	margin-left:2px;
	margin-right:2px;
	}


/* ARU Current Research page */
#projectVideos {
	width: 100%;
	float: left;
	}
	
@media screen and (min-width: 600px) {
	#projectVideos {
	width: 44%;
	float: left;
	margin-right: 24px;} 
}						
						
						
/* PDU Current Trainings page */	
.flyers {
	width:100%;
	float: left;
	margin: 10px 0px;
	border-bottom:solid;
	border-width: 1px;
	border-color: #ccc;
	}
.flyerLast { 
	width:100%;
	float: left;
	margin: 10px 0px;
	border-bottom:none;
	border-width: 0px;
	border-color: #ccc;
	}
#flyers_left {
	width:40%;
	float: left;
	margin-right: 24px;
	text-align: center;
	}	
#flyers_right {
	width:40%;
	float: right;
	margin-left: 24px;
	text-align: center;
	}
#pdu_first, #pdu_second, #pdu_third, #pdu_forth, #pdu_fifth, #pduTaining1, #pduTaining2, #earlyAchievers1 {
	color: #000000;
	text-decoration:none
	} 
.featureCourse {
	background-color: #edebf3;
	float: center;
	width: 95%;
	margin: 0 5% 5% 0;
	padding: 3% 3% 3% 3%;
	display:block;
	overflow:auto;
	}
.featureCourse2 {
	background-color: #edebf3;
	float: center;
	width: 95%;
	margin: 0 5% 5% 0;
	padding: 3% 3% 1% 3%;
	clear: both;
	}

@media screen and (min-width: 600px) { 
#flyers_left { 
	width:150px;
	float: left;
	margin-right: 24px;
	text-align: center;
	}	
#flyers_right {
	width:150px;
	float: right;
	margin-left: 24px;
	text-align: center;
	}
.featureCourse {
	width: 80%;
	}
}
											  
/* GIVE Page -------------------------------------------------- */ 

/*  --------- Additional code for Support Us widget in header of main Support Us page --------- */
#want2support {
	position: absolute;
	float: left;
	z-index: 100;
	width: 30%;
	padding: 1% 1%;
	}
#want2support h3{
	font-size: 0.85714286rem;
	font-size: 12px;
	line-height: 1.04347826;
	color: #4b2e83;
	}
#want2support h4{
	font-size: 0.71428571rem;
	font-size: 10px;
	color: #ffffff;
	margin-top: 5px;
	}
.supportbox {
	background-color: #d7d3e1;
	text-align: left;
	padding: 2% 2%;
	margin-top:2px;
	margin-bottom:5px;
	}
.imagine {
	color:#e2c48e;
	line-height: 1.2;
	text-align: left;
	}
.iwant {
	text-transform: uppercase;
	margin: 5px 0px;
	} 
.fund {
	font-size: 0.71428571rem;
	font-size: 10px;
	} 
.btn btn-primary monthly {
	background-color: #4b2e83;
	margin-left: 5px;
	}
.input-group-addon {
	margin-left: 3%;
	}
.form-control {
	width: 50%;
	}
.supportbox form#make-a-gift-widget button {
	font-family: "Encode Sans Compressed",sans-serif;
	font-weight: 900;
	padding: 1px 0px;
	text-transform: uppercase;
	width: 98%;
	background-color: #4b2e83;
	color: #ffffff;
	margin-bottom: 5px;
	}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #ffffff;
	background-color: #695a8f;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #9b91b5, #695a8f);
	background-image: -ms-linear-gradient(top, #9b91b5, #695a8f);
	background-image: -webkit-linear-gradient(top, #9b91b5, #695a8f);
	background-image: -o-linear-gradient(top, #9b91b5, #695a8f);
	background-image: linear-gradient(top, #9b91b5, #695a8f);
	}
.amount-error {
	border-style: solid;
	border-color: red;
	border-width: medium;
	}
	
@media (max-width: 590px) {
.imagine {
	display: none;
	}
#want2support h4{
	display: none;
	}
}

@media screen and (min-width: 600px) {
#want2support {
	position: absolute;
	margin-top: 30px;
	width: 28%;
	padding: 2% 2%;
	}
#want2support h3{
	font-size: 1.28571429rem;
	font-size: 18px;
	line-height: 1.04347826;
	}
#want2support h4{
	font-size: 1.21428571rem;
	font-size: 17px;
	margin-top: 5px;
	}
.supportbox {
	padding: 2% 3%;
	margin-top:10px;
	margin-bottom:10px;
	}	
.imagine {
	color:#e2c48e;
	line-height: 1.2;
	text-align: left;
	}		
.iwant {
	margin: 0px 0px;
	}
.fund {
	font-size: 17px;
	font=size: 1.21428571rem;
	} 
.btn btn-primary monthly {
	background-color: #4b2e83;
	margin-left: 10px;
	}
.input-group-addon {
	margin-left: 10px;
	}
.form-control {
	width: 75%;
	}
.supportbox form#make-a-gift-widget button {
	padding: 5px 3px;
	width: 48%;
	}
}

@media screen and (min-width: 960px) {	
#want2support {
	position: absolute;
	margin-top: 0px;
	width: 26%;
	padding: 2% 3%;
	}
.supportbox {
	padding: 2% 3%;
	margin-top:15px;
	margin-bottom:15px;
	}
#want2support h3{
	font-size: 1.64285714rem;		
	font-size: 23px;
	line-height: 1.04347826;
	}
#want2support h4{
	font-size: 1.64285714rem;
	font-size: 23px;
	margin-top: 15px;
	}
.fund {
	font-size: 19px;
	font=size: 1.35714286rem;
	margin: 5px 0px
	} 
.supportbox form#make-a-gift-widget button {
	padding: 10px 5px;
	width: 47.5%;
	}
}

	
	
/* styles for GIVE buttons */
#donations {
	float: left;
	width: 100%;
	margin-bottom: 5%;
	}
#givebutton_b {
	display: block; float: left;
	height: 128px; width: 291px;
	background-image: url(images/giveNowButton3_9.2.15.jpg); /*This image creates both states for the Endow button*/ 
	background-position: left top; /*This positions the image to the left top*/
	margin-bottom: 5%;
	} 
a#givebutton_b:hover {
	background-position: left bottom;  /*This moves the image position to the left bottom*/
	} 
#give_b {
   width: 100%;
	float:left;
	margin-right: 0%;
   }
#supportButton_b {
	display: block; float: left;
	height: 128px; width: 291px;
	background-image: url(images/supportButton3_9.2.15.jpg); /*This image creates both states for the Inclusion button*/  
	background-position: left top; /*This positions the image to the left top*/
	margin-bottom: 5%;
	} 
a#supportButton_b:hover {
	background-position: left bottom; /*This moves the image position to the left bottom*/
	} 
#support_b {
	width: 100%;
	float:left;
	margin-right: 0%;
   }
#matchButton_b {
	display: block; float: left;
	height: 128px; width: 291px;
	background-image: url(images/auctionButton3_5.17.16.jpg); /*This links to the EEU Auction Fund*/
	background-position: left top; /*This positions the image to the left top*/
	margin-bottom: 5%;
	} 
a#matchButton_b:hover {
	background-position: left bottom; /*This moves the image position to the left bottom*/
	} 
#match_b {
	width: 100%;
	float:left;
	margin-right: 0%;
	}
#legacyButton_b {
	display: block; float: left;
	height: 128px; width: 291px;
	background-image: url(images/legacyButton3_9.2.15.jpg); /*This image creates both states for the Inclusion button*/ /*new UW purple 9.2.15*/
	background-position: left top; /*This positions the image to the left top*/
	margin-bottom: 5%;
	} 
a#legacyButton_b:hover {
	background-position: left bottom; /*This moves the image position to the left bottom*/
	} 
#legacy_b {
	width: 100%;
	float:left;
	margin-right: 0%;
}
					  
@media screen and (min-width: 600px) { /*Fund buttons for main GIVE page — tablet*/
#givebutton_b {
	height: 116px; width: 116px;
	background-image: url(images/giveNowButtonb2_9.2.15.jpg);/*This image creates both states for the Endow button*/  /*new UW purple 9.2.15*/
	}
#give_b {
	width: 21%;
	margin-right: 4%;
	}
#supportButton_b {
	height: 116px; width: 116px;
	background-image: url(images/auctionButtonb2_5.17.16.jpg); /*This image creates both states for the Endow button*/ /*new UW purple 9.2.15*/
	} 
#support_b {
	width: 21%;
	margin-right: 4%;
}
#matchButton_b {
	height: 116px; width: 116px;
	background-image: url(images/matchButtonB2_9.2.15.jpg); /*This image creates both states for the Endow button*/ /*new UW purple 9.2.15*/
	} 
#match_b {
	width: 21%;
	margin-right: 4%;
	}
#legacyButton_b {
	height: 116px; width: 116px;
	background-image: url(images/legacyButtonB2_9.2.15.jpg); /*This image creates both states for the Endow button*/  /*new UW purple 9.2.15*/
	} 
#legacy_b {
	width: 21%;
	margin-right: 0%;
	}
}

@media screen and (min-width: 960px) { /*Fund buttons for main GIVE page — website*/	
#givebutton_b {
	height: 146px; width: 146px;
	background-image: url(images/giveNowButtonb_9.2.15.jpg); /*This image creates both states for the Endow button*/ /*new UW purple 9.2.15*/
	} 
#give_b {
	width: 22%;
	margin-right: 4%;
	}
#supportButton_b {
	height: 146px; width: 146px;
	background-image: url(images/auctionButtonb_5.17.16.jpg); /*Links to Auction Fund*/
	} 
#support_b {width: 22%;
	margin-right: 4%;
}
#matchButton_b {
	height: 146px; width: 146px;
	background-image: url(images/matchButtonB_9.2.15.jpg); /*This image creates both states for the Endow button*/
	} 
#match_b {width: 22%;
	margin-right: 4%;
	}
#legacyButton_b {
	height: 146px; width: 146px;
	background-image: url(images/legacyButtonB_9.2.15.jpg); /*This image creates both states for the Endow button*/ /*new UW purple 9.2.15*/
	} 
#legacy_b {
	width: 22%;
	margin-right: 0%;
	}
}


/* styles for "Support Us" 10.13.15*/
#support_us {
	width: 100%;
	}
#support_us p a{
	color: #fff;
	text-decoration: underline;
	 }
#support_us_right {
	background-color: #4b2e83;
	width: 90%;
	padding: 0 15px 0 15px;
	}
#support_us_right p{
   color: #fff;
   }
#support_us_right p a{
	color: #fff;
	text-decoration: underline;
	}
#support_us_left {
	background-color: #4b2e83;
	width: 90%;
	padding: 0 15px 5px 15px;
	}
#support_us_left p {
	color: #fff;
	}
#support_us_left p a{
	color: #fff;
	text-decoration: underline;
	}
#impact_content2 {
	width: 65%;
	float: left;
	}
@media screen and (min-width: 600px) {
#support_us_right {
	float: right;
	background-color: #4b2e83;
	width: 28%;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 40px;
	}
#support_us_left {
	float: left;
	margin-right: 5%;
	background-color: #4b2e83;
	width: 28%;
	text-align: center;
	padding: 15px 15px 0px 15px;
	margin-bottom: 40px;
	}
}
	
@media screen and (min-width: 960px) {
#support_us {
	float: left;
	margin-right: 5%;
	width: 31%;
	text-align: center;
	}

}


/* Annual Fund Page -------------------------------------------------- */ 
.funds {
	float: left;
	padding-right: 0;
	width: 100% !important;
	margin-bottom: 10px;
	}


/* 2015 Auction Page -------------------------------------------------- */ 
#auction { 
	background-image: url(images/2015AuctionStD_1.29.15c3.jpg);
	background-repeat:no-repeat;
	padding-top: 20%;
	padding: 7% 5% 5% 30%; 
	margin-bottom: 15px;
	}
#auction p { 
	font-size: 12px;
	line-height: 1.25;
	}
#auction h3 { 
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 15px;
	}
.auction p{ 	
	color: #ffffff; 
	padding: 0% 3% 0% 3%;
	}
.feature1 {
	background-color: #edebf3;
	width: 95%;
	margin: 0 5% 5% 0;
	padding: 3% 3% 1% 3%;
	display:block;
	overflow:auto;
	}
.feature2 {
	background-color: #e4e0ed;
	width: 95%;
	margin: 0 5% 5% 0;
	padding: 3% 3% 1% 3%;
	display:block;
	overflow:auto;
	}

@media screen and (min-width: 600px) { 
#auction { 
	background-image: url(images/2015AuctionStD_1.29.15b.jpg);
	padding: 5% 3% 5% 55%;
	}
#auction p { 
	font-size: 14px;
	line-height: 1;
	}
#auction h3 { 
	font-size: 16px;
	line-height: 1.15;
	}
}
					  
@media screen and (min-width: 960px) { 
#auction { 
	background-image: url(images/2015AuctionStD_1.29.15a.jpg);
	padding: 2% 3% 5% 54%;
	}
#auction h2 { 
	font-size: 26px;
	line-height: .3;
	}
  #auction p { 
  font-size: 16px;
  line-height: 1.25;
  }
#auction h3 { 
	font-size: 19px;
	line-height: 1.25;
	}		
}

/* Video for Give page sidebar -------------------------------------------------- */
.videospot{  
	color: #000;
	float: center;
	width: 95%;
	margin: 0 0 0 5%; 
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
@media screen and (min-width: 600px) { 
.videospot{   
	float: right;
	width: 80%;
	margin: 0;
	padding: 0px; 
	}
}
						  
/*  --------- Additional code for DONATE button for Support Us pages  — added 5.16.17 --------- */
.eeu_donate {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	} 	
.eeu_donate a {
	color: #ffffff;
	padding: 5px;
	}
.eeu_donate a:hover {
	color: #ffffff;
	padding: 5px;
	}
.eeu_donate .button {
	font-size: 25px; 
	border: none; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; border-radius: 5px;
	letter-spacing: .03em;
	color: #ffffff; 
	background-color: #4b2e83; 
	box-sizing:border-box; 
	height:50px; 
	width: 40%;
	line-height:50px; 
	padding:10px 24px; 
	transition: all 0.23s ease-in-out 0s;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	}
.eeu_donate .button a { 
	color: #ffffff;
	text-decoration: none;
	}	 
.eeu_donate  .button:hover {
	background-color:#8498a7; 
	color: #ffffff;
	cursor:pointer;
	}	
	
@media screen and (min-width: 600px) { 
.eeu_donate .button {
	font-size: 30px;
	padding:0 12px; 
	 }
}

@media screen and (min-width: 900px) {
.eeu_donate .button {
	 padding:0 18px; 
	 } 
}

/* Our Impact pages -------------------------------------------------- */
#building {
	font-size: 28px;
	font-size: 2rem;
    line-height: 1.25;
	color: #4b2e83;
	border-bottom: 1px solid #4b2e83;
	width: 100%;
	}


/* Staff Directory -------------------------------------------------- */
.staff-directory .sidebar {
	width:10%!important;
	padding-left: 0%!important;
	float: left;
	background-color: #8498A7;
	}
  
#staff { /* New sidebars for main nav items*/
	float: left;
	width: 10%;
	margin-bottom: 5%; 
	width:10%!important;
	padding-right: 5%!important; 
	}
 #staff li {
	font: 13.33px;
	font: 0.92857143rem;
	font-weight:bold;
	text-decoration: none;
	word-wrap: normal;
	hyphens: none;
	color: #fff; 
	background-color: #8498A7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 10px;
	width: 100%
	}
#staff li:hover { 
	background-color: #4b2e83;  
	}
#staff li a{
	color: #fff; 
	}
#staff li a:hover { 
	/background-color: #4b2e83; 
	}
#staff li.current-menu-item {
	background-color: #4b2e83;  
	}
.staff-directory #primary2 {
	width:75%!important;
	float: right;
	padding-right: 5%;
	margin: 1.71429rem 0 0;
	}
.staff-directory .main-content {	
	width:75%!important;
	padding-left: 0px!important;
	float: left;
	padding-right: 0;
	}
.row-staff {	
	width:90%!important;
	float: left;
	padding-right: 0;
	}
.row-staff p {	
	margin: 12px 9px ;
	}
.row-staff h3 {	
	color: #fff;
	background: #93867a;
	padding: 0px 9px;
	margin-bottom: 5px;
}
.member {
	float: left;
	width: 90%;
	font-size: 13.333px;
	font-size:0.92857143rem;
	margin-bottom:0px; 
	}
.member p {	
	margin: 12px 9px;
	font-size: 11px;
	font-size:0.78571429rem;
	}

@media screen and (min-width: 600px) { 
.staff-directory .sidebar {
	padding-left: 15px!important;
	}
#staff { /* New sidebars for main nav items*/
	margin-bottom: 15px; 
	padding-right: 0px!important; 
	}
.staff-directory #primary2 { /* New sidebars for main nav items*/
	float: left;
	width: 85%;
	margin-bottom: 15px; 
	}
.staff-directory .main-content {	
	width:85%!important;
	padding-left: 24px!important;
	}
.row-staff {	
	width:100%!important;
	}
.row-staff h3 {	
	padding: 6px 9px;
	}
.member {
	width: 33%;
	}
.member p {	
	font-size: 13.333px;
	font-size:0.92857143rem;
	}
}
