/* ------------------------------------------------------------------------- */

/*
 *	Entities
 *	Entities are unique, individual objects in your web site or application.
 *	Entities often establish screen layout or add functional or editorial
 *	enhancements to specific items.
 */


/* ------------------------------------------------------------------------- */


/*
 *	Basic Page Layout
 */
#main {
	position: relative;
	background: #fcfcfc;
	background-color: rgba(255,255,255,0.7);
	border-bottom: 8px solid #b7cacd;
}
#sidebar {
	padding: 20px;
	margin: 20px -20px -20px;
	background: #e3ebec;
	background-color: rgba(91,137,144,0.15);
}
#overlays {
	font: 0/0 a;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 100;
	height: 0px;
	color: transparent;
}
#overlays .c {
	position: relative;
	overflow: visible;
	padding: 0;
}
#overlays .block {
	display: none;
}
@media only screen and (min-width: 768px) {
	#main {
		z-index: 40;
	}
	#content {
		padding: 28px 32px;
	}
	#feature {
		position: relative;
		z-index: 40;
		margin: -90px 0 0;
		padding: 90px 0 0;
	}
	body.sidebar-first #content {
		min-height: 500px;
		border-left: 166px solid #e3ebec;
		border-color: rgba(91,137,144,0.15);
	}
	body.sidebar-first #sidebar {
		background: transparent;
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		width: 166px;
		padding: 0;
		margin: 0;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Landing page layout
 */
#landing-main .push {
	margin-right: 10px;
}
#landing-footer {
	padding: 20px;
	border-top: 8px solid #dbe5e6;
	color: #666666;
  font-size: 13px;
}
#landing-footer h2 {
  font-family: EsalenHeading,EsalenSans,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
#landing-footer ul {
  padding: 0px;
  margin: 0px;
}
#landing-footer ul li {
  list-style: none;
  color: #999999;
  border-bottom: 1px solid #EAE9E9;
  margin: 0 0 0.25em 0;
  background: url(i/icon-bullet.png) left center no-repeat transparent;
  padding: 3px 15px;
  font-size: 14px;
}
#landing-footer ul li:nth-last-child(1){
  border: none;
}
#landing-footer .view-footer {
  margin: 20px 0px 20px 0px;
  padding: 15px 0px;
}
#landing-footer a[href*="mailto:"] {
  background: url(i/icon-email.png) no-repeat right center transparent;
  padding: 1px 32px 1px 0px;
}
#content #landing-sidebar .panel-pane {
  padding: 0px 20px 10px 20px;
}
#content #landing-sidebar .panel-pane h2,
#content #landing-sidebar .node h2 {
  margin: 0px -20px 20px -20px;
  padding: 11px 15px 11px 40px;
  border-bottom: 1px solid #CCC;
  clear: both;
}
#content #landing-sidebar .aside-links {
  padding-left: 130px;
  background: url(i/catalog-lake.jpg) left 45px no-repeat transparent; /* - default image if none set to specific page - */
}
#content #landing-sidebar .aside-links h2 {
  margin-left: -130px
}
#content #landing-sidebar .aside-links ul a {
  display: block;
  margin-left: -20px;
  border-bottom: 1px solid #E1E3E2;
  padding: 5px 0px 0px 20px;
}
#content #landing-sidebar .aside-links ul {
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
#content #landing-sidebar .aside-links li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 768px) {
	#content.panel-landing.has_sidebar #landing-main {
		width: 64%;
	}
	#landing-sidebar {
		width: 34.1%;
	}
	#landing-footer {
		padding: 28px 32px;
	}
	#main #content.panel-landing {
		width: auto;
		padding-top: 5px;
		border: 0;
	}
	#main #content.panel-landing.has_sidebar {
		padding-right: 0px;
		padding-top: 5px;
	}
	#content.panel-landing.has_sidebar #landing-main {
		float: left;
		width: 65%;
	}
	#landing-sidebar {
		float: right;
		width: 32%
	}
	#landing-sidebar h2,
	#landing-footer h2 {
		margin: 0 0 20px;
	}
	#main #content.panel-landing > h1 {
		font: 0/0 a;
		margin: 0;
		padding: 0;
		color: transparent;
	}
	.path-about #landing-sidebar h2,
	.path-explore #landing-sidebar h2,
	.path-learn #landing-sidebar h2 {
		font-size: 19px;
		margin: 0 -30px 20px -22px;
		padding:  11px 15px 11px 22px;
	}
	#landing-sidebar .panel-pane,
	#landing-sidebar .node-box {
		margin: 0 0 30px;
	}
	#landing-footer .panel-pane {
		float: left;
		width: 46.5%;
		padding: 0 0 10px 0;
	}
	#landing-footer .panel-pane:nth-child(1) {
		border-right: dashed 1px #ccc;
		margin-right: 1.5em;
		padding-right: 2.49%;
		min-height: 275px;
	}

}

/* ------------------------------------------------------------------------- */


/*
 *	CTR Landing page layout
 */
.landing-ctr .landing-ctr-alt .landing-main {
border-left: 166px solid #e3ebec;
border-color: rgba(91,137,144,0.15);
padding: 28px 32px;
}
.landing-ctr .landing-dtr-alt #landing-main {
  float: left;
  width: 64%;
}

/* ------------------------------------------------------------------------- */


/*
 *  Site Alert Banner
 */
#alert {
	font-size: 15px;
	background: #c93013;
	background: -webkit-linear-gradient(#d54b24, #bc230d);
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#alert h2 { /*-- hide title if user forgets to put in <none> for the block title --*/
  display: none;
}
#alert .content h2 { /*-- show h2 if, for some reason, user wants to use an h2 in the content --*/
  display: block;
}
#alert .c {
	padding: 10px;
}
#alert a {
	color: #ffff7f;
}
#alert a:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #alert .c {
    padding: 10px 0;
  }
}


/* ------------------------------------------------------------------------- */


/*
 *	Section Navigation
 */
#section-nav {
	position: relative;
	padding: 10px;
	margin: -20px -20px 20px;
	background: #8aa9ad;
	color: #fff;
}
#section-nav h2 {
	font-size: 1em;
	padding: 10px;
	margin: -10px -10px 10px;
	background: #6b959b;
	color: #fff;
	text-transform: uppercase;
}
#section-nav ul {
	font-size: 12px;
	margin: 0;
}
#section-nav .delimiter {
	margin: 0 10px;
}
#section-nav a {
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}
#section-nav a:hover {
	color: #a6feff;
}
#section-nav .extra {
	position: absolute;
	font-size: 12px;
	right: 0px;
	top: 0px;
	padding: 10px 15px;
}
#weather-glance {
	font-weight: bold;
}
#weather-glance .condition {
	margin-right: 5px;
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
	#section-nav {
		height: 40px;
		margin: 0;
		padding: 0 0 0 229px;
	}
	#section-nav h2 {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0;
		padding: 12px 20px;
		width: 229px;
		height: 40px;
	}
	#section-nav ul {
		padding: 12px 20px;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Secondary Navigation
 */
#feature .block-menu-block {
	display: none;
	/* TODO: Strategy for mobile display */
}
@media only screen and (min-width: 768px) {
	#feature {
		background: #333 no-repeat top;
		background-size: cover;
	}
	body.section-learn #feature		{background-image: url(i/bg-learn-short-2.jpg)}
	body.section-explore #feature	{background-image: url(i/bg-explore-short.jpg)}
	body.section-visit #feature		{background-image: url(i/bg-visit-short.jpg)}
	body.section-give #feature		{background-image: url(i/bg-give-short.jpg)}
	body.section-about #feature		{background-image: url(i/bg-about-short.jpg)}
	body.section-connect #feature	{background-image: url(i/bg-connect-short.jpg)}
	#feature .block-menu-block {
		display: block;
		position: relative;
		max-width: 97%;
		height: 115px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	body.path-learn #feature .block-menu-block,
	body.path-explore #feature .block-menu-block,
	body.path-visit #feature .block-menu-block,
	body.path-give #feature .block-menu-block,
	body.path-about #feature .block-menu-block,
	body.path-connect #feature .block-menu-block {
		height: 53px;
	}
	#feature .block-menu-block nav {
		display: table;
		position: absolute;
		left: 0px;
		bottom: 0px;

	    cbackground: -moz-linear-gradient(left,  rgba(7,1,1,0.4) 0%, rgba(1,0,0,0.4) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	    cbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(7,1,1,0.4)), color-stop(90%,rgba(1,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	    cbackground: -webkit-linear-gradient(left,  rgba(7,1,1,0.4) 0%,rgba(1,0,0,0.4) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	    cbackground: -o-linear-gradient(left,  rgba(7,1,1,0.4) 0%,rgba(1,0,0,0.4) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	    cbackground: -ms-linear-gradient(left,  rgba(7,1,1,0.4) 0%,rgba(1,0,0,0.4) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
	    cbackground: linear-gradient(to right,  rgba(7,1,1,0.4) 0%,rgba(1,0,0,0.4) 90%,rgba(0,0,0,0) 100%); /* W3C */
	    cfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66070101', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

		border-collapse: separate;
	}
	#feature .block-menu-block nav ul {
		display: table-row;
		line-height: 1;
		margin: 0;
		padding: 0;
	}
	#feature .block-menu-block nav li {
		display: table-cell;
		margin: 0;
		padding: 0;
	    background: #222;
	    background: rgba(7,1,1,0.5);
	    background: -webkit-linear-gradient(#1c2223, #0f1213);
		box-shadow: inset 0px 1px 1px rgba(255,255,255,0.2);
		border-top: 1px solid rgba(0,0,0,0.3);
		border-left: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(0,0,0,0.5);
	    opacity: 0.9;
		list-style: none;
		text-align: center;
		vertical-align: middle;
	}
	#feature .block-menu-block nav li:first-child {
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
	}
	#feature .block-menu-block nav li:last-child {
		margin: 0;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
	}
	#feature .block-menu-block nav li.menu-mlid-1163 {
		display: none;
	}
	#feature .block-menu-block nav a {
		display: block;
		font-size: 11px;
		line-height: 1.4;
		padding: 6px 9px;
		background-color: rgba(0, 0, 0, 0);
		color: #C2D3D6;
		text-shadow: 0px 0px 5px rgb(0, 0, 0);
	    text-align: center;
    }
    #feature .block-menu-block nav a,
    #feature .block-menu-block nav li {
	    -webkit-transition: all 500ms ease;
	    -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	    -o-transition: all 500ms ease;
	    transition: all 500ms ease;
    }
	#feature .block-menu-block nav li.active-trail,
	#feature .block-menu-block nav li:hover {
		background: rgba(0, 0, 0, .7);
		background: -webkit-linear-gradient(#494c4e, #272829);
		opacity: 1;
	}
	#feature .block-menu-block nav li.active-trail a,
	#feature .block-menu-block nav li:hover a {
		color: #FFF;
	}
	#feature .block-menu-block h2 {
		font: normal 50px EsalenSerif,Goergia,serif;
		line-height: 1;
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 0;
		padding: 0;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.16em;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
}
@media only screen and (min-width: 992px) {
	#feature .block-menu-block {
		max-width: 992px;
	}
	#feature .block-menu-block nav a {
		font-size: 12px;
		padding: 8px 12px;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Sidebar Navigation
 */
#sidebar .menu {
	margin: -20px -20px 10px;
}
#sidebar .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .menu > ul {
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255,255,255,0.5);
}
#sidebar .menu li > ul {
	display: none;
}
#sidebar .menu li.expanded.active-trail > ul {
	display: block;
}
#sidebar .menu > ul > li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid #bfd0d2;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
#sidebar .menu > ul > li > a {
	display: block;
	font-weight: bold;
	line-height: 1.15;
	padding: 9px 20px;
	color: #40808d;
}
#sidebar .menu > ul > li.expanded.active-trail,
#sidebar .menu > ul > li.active,
#sidebar .menu > ul > li.active-trail,
#sidebar .menu > ul > li.active-trail > a,
#sidebar .menu > ul > li > a:hover {
	color: #1c2325;
	background: #ccdadc;
}
#sidebar .menu > ul > li.expanded.active-trail {
	padding: 5px 0 15px;
}
#sidebar .menu > ul > li.expanded.active-trail > a {
	color: #1c2325;
}
#sidebar .menu > ul > li.expanded.active-trail li a {
	display: block;
	font-size: 11px;
	padding: 2px 20px 3px 32px;
	color: #538289;
}
#sidebar .menu > ul > li.expanded.active-trail li a:hover,
#sidebar .menu > ul > li.expanded.active-trail li a.active,
#sidebar .menu > ul > li.expanded.active-trail li.active a {
	color: #282d2e;
}
#sidebar .menu > ul > li.expanded.active-trail li a.active,
#sidebar .menu > ul > li.expanded.active-trail li.active a {
	background: url(i/nav-nib.png) no-repeat right center;
}
@media only screen and (min-width: 768px) {
	#sidebar .menu {
		margin: 0 0 30px;
	}
}
/* Misc */
#sidebar .ad {
	font-size: 11px;
	line-height: 240px;
	width: 120px;
	height: 240px;
	margin: 30px auto;
	background: #cddadb;
	color: #fff;
	text-align: center;
}


/* ------------------------------------------------------------------------- */


/*
 *	Footer
 */
body > footer {
	background: #537f85;
	color: #b6e9f2;
	border-bottom: 8px solid #385d62;
}
body > footer a,
body > footer a.active {
	color: #fff;
	text-decoration: none;
}
body > footer a:hover {
	color: #73e8ff;
}
footer nav.menu-block-wrapper {
	padding: 20px 20px 0;
	margin: 0px -20px;
	border-top: 1px solid #4c747a;
}
footer nav.menu li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
}
footer nav.menu-block-wrapper > ul > li {
	display: inline-block;
	font-size: 12px;
	width: 49%;
	margin: 0 0 30px;
	vertical-align: top;
	text-align: center;
}
footer nav.menu-block-wrapper > ul > li > a {
	display: block;
	font-family: EsalenSans,sans;
	font-size: 15px;
	color: #9ec3c9;
	margin: 0 0 10px;
	text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
	footer nav.menu-block-wrapper > ul > li {
		width: 32.9%;
		text-align: left;
	}
	footer nav.menu-block-wrapper > ul > li > a,
	footer nav.menu-block-wrapper ul ul {
		padding-left: 20px;
	}
}
@media only screen and (min-width: 768px) {
	body > footer.c {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: relative;
		padding: 20px 23px;
	}
	body > footer nav.info {
		position: absolute;
		top: 20px;
		right: 23px;
	}
	footer p.legal {
		margin-right: 200px;
	}
	footer nav.menu-block-wrapper > ul > li {
		display: block;
		float: left;
		width: 16.665%;
		height: auto;
		padding: 0;
		padding-bottom: 10px;
		margin: 0;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Toolbar
 */
#tools {
	font-size: 11px;
	position: relative;
	z-index: 55;
	height: 40px;
	overflow: hidden;
	background: #2e3332;
	color: #999;
	border-bottom: 1px solid #393939;
}
#tools .c {
	position: relative;
	overflow: visible;
}
#tools .delimiter {
	display: none;
}
#tools a {
	color: #fff;
	text-decoration: none;
}
#tools .workshop-finder {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 47%;
}
#tools .alt-menu {
	display: none;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 47%;
	text-align: right;
	white-space: nowrap;
}
#tools .alt-menu a:hover {
	color: #96e9f4;
}
#tools .alt-menu .del {
	margin: 0 5px;
}
#tools .search-form {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 47%;
}
#tools .search-form .form-actions {
	display: none;
}
#tools .button {
	display: block;
	padding-right: 0;
	color: #fff;
	text-decoration: none;
}
#tools .search-form input {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	width: 99%;
	padding: 6px 8px 6px 29px;
	background: #434847 url(i/icon-search-toolbar.png) no-repeat 9px 50%;
	color: #888;
	border: 0;
	outline: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#tools .search-form h2,
#tools .search-form label {
	display: none;
}
#tools .search-form input::-webkit-input-placeholder {
	color: #777;
}
#tools .search-form input:-moz-placeholder {
	color: #777;
}
#tools .search-form label.placeholder {
	color: #777;
}
#tools .search-form input:focus {
	color: #bbb;
}
/*google seach form*/
.gsc-completion-container {
  color: black !important;
}
#tools .gsc-control-searchbox-only {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 45%;
}
#tools .gsc-control-searchbox-only .gsc-search-box {
  padding: 0;
  margin: 0;
}
#tools .gsc-control-searchbox-only td {
  padding: 0;
  margin: 0;
}
#tools .gsc-control-searchbox-only .gsc-search-button,
#tools .gsc-control-searchbox-only .gsc-clear-button {
  display: none;
}

#tools .gsc-control-searchbox-only .gsc-input input {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	width: 99%;
	padding: 6px 8px 6px 29px;
	background: #434847 url(i/icon-search-toolbar.png) no-repeat 9px 50% !important;
	color: #888;
	border: 0;
	outline: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Google Search Results */
#___gcse_2 {
  margin-bottom: 40px;
}
.gsc-webResult.gsc-result,
.gsc-imageResult {
  border-left: 5px solid white !important;
}
.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover{
  border-left: 5px solid #61d0da !important;
}

.gs-title {
  text-decoration: none !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.gs-bidi-start-align {
  padding-left: 10px !important;
}
.gsc-cursor-box {
  text-align: center !important;
}
.gsc-cursor-page {
  padding: 5px 10px !important;
  margin: 5px !important;
  text-decoration: none !important;
}
.gsc-cursor-page:hover {
  background-color: #D2E8EB !important;
  color: #D62400 !important;
}
.gsc-cursor-current-page {
  background-color: #D2E8EB !important;
  text-shadow: none !important;
}
.gsc-cursor-current-page:hover {
  color: #027283 !important;
}

@media only screen and (min-width: 600px) {
	body.front #alert,
	body.front #tools {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
	}
	#alert {
    z-index: 55;
    height: 42px;
    overflow: hidden;
	}
	body.front.has-alert #tools {
    top: 42px;
	}
	#tools .workshop-finder {
		width: 200px;
	}
	#tools .alt-menu {
		display: block;
		font-size: 10px;
		top: 13px;
		right: auto;
		left: 230px;
		width: auto;
		text-align: right;
	}
	#tools .search-form {
		width: 30%;
	}
    #tools .gsc-control-searchbox-only {
      width: 25%;
    }
}
@media only screen and (min-width: 768px) {
	#tools .alt-menu {
		font-size: 11px;
	}
	#tools .search-form {
		width: 230px;
	}
    #tools .gsc-control-searchbox-only {
      width: 230px;
    }
}


/* ------------------------------------------------------------------------- */


/*
 *	Banner (Logo and Navigation)
 */
#banner {
	position: relative;
	z-index: 45;
	height: 40px;
    background: #4a7e85;
	background: #4a7e85 -webkit-linear-gradient(#5d8e94, #3a6b72);
    background: #4a7e85 -moz-linear-gradient(#5d8e94, #3a6b72);
    background: linear-gradient(#5d8e94, #3a6b72);
}
#logo {
	font: 0/0 a;
	position: absolute;
	left: 5px;
	top: 10px;
	width: 50%;
	height: 20px;
	background: url(i/logo.png) no-repeat left center;
	background-size: contain;
	color: transparent;
}
#navigation {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40%;
	padding: 40px 0 0;
	border-left: 1px solid #6d9ba1;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.js #navigation li {
	display: none;
}
#navigation li.active,
#navigation li.active-trail {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#navigation a {
	display: block;
	font-weight: bold;
	line-height: 1;
	padding:  13px 15px;
	background: #4a7e85;
	color: #fff;
	border-top: 1px solid #6d9ba1;
	text-decoration: none;
}
#navigation a:hover {
	background: #1e5f68;
}
#navigation li.active a,
#navigation li.active-trail a {
	background: transparent;
	border: 0;
}
#navigation li .block {
	display: none;
}
#menu-toggle {
	display: block;
	font: 0/0 a;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(i/menu-toggle.png) no-repeat center;
	color: transparent;
}
@media only screen and (min-width: 768px) {
	#banner {
		height: 90px;
		background: transparent url(i/banner-bg.png) repeat-x 0 0;
	}
	body.front #banner {
		position: fixed;
		left: 0px;
		top: 39px;
		right: 0px;
		background-image: url(i/banner-bg.png);
	}
	body.front.has-alert #banner {
    top: 81px;
	}
	#banner .c {
		position: relative;
		overflow: visible;
	}
	#logo {
		height: 40px;
		left: 0px;
		top: 26px;
		width: 200px;
	}
	#menu-toggle {
		display: none;
	}
	#navigation {
		position: absolute;
		left: 230px;
		top: 0px;
		width: auto;
		padding: 0;
		border: 0;
	}
	.js #navigation li {
		display: block;
	}
	#navigation nav li ul {
		display: none;
	}
	#navigation li {
		float: left;
		position: relative;
		overflow: hidden;
	}
	#navigation li.open {
		overflow: visible;
	}
	#navigation li.active,
	#navigation li.active-trail {
		position: relative;
		width: auto;
		background: -webkit-linear-gradient(rgba(0,0,0,0.15), transparent);
		box-shadow: inset 0px 3px 2px rgba(0,0,0,0.175);
	}
	#navigation a {
		font: bold 12px Georgia,Times,serif;
		line-height: 1;
		padding: 40px 5px 30px;
		background: transparent;
		text-transform: uppercase;
		border: 0;
	}
	#navigation li.active a,
	#navigation li.active-trail a,
	#navigation a:hover {
		background: transparent;
		color: #b2f2ff;
	}
	/* Dropdowns */
	#navigation li .block-panels-mini {
		display: block;
		font: normal 12px EsalenSans,Arial,sans-serif;
		line-height: 1.5;
		position: absolute;
		left: 50%;
		top: 120px;
		width: 510px;
		margin: 0 0 0 -255px;
		background: #2e302f no-repeat left;
		background-color: rgba(44,49,49,0.925);
		color: #fff;
		color: rgba(255,255,255,0.9);
		border-radius: 6px;
		box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
		opacity: 0;
	}
	#navigation li.open .block-panels-mini {
		display: block;
		top: 80px;
		opacity: 1;
	}
	#navigation li .block-panels-mini:after {
		content: " ";
		position: absolute;
		left: 50%;
		bottom: 100%;
		height: 0;
		width: 0;
		margin: 0 0 0 -8px;
		border: solid transparent;
		border-width: 8px;
		border-bottom-color: #2e302f;
		border-bottom-color: rgba(44,49,49,0.925);
		pointer-events: none;
	}
	#navigation li .block-panels-mini .preview {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 220px;
		padding: 20px;
	}
	#navigation li .block-panels-mini .preview h2 {
		font-size: 18px;
		margin: 15px 0;
		color: #fff;
	}
	#navigation li .block-panels-mini .preview p {
		margin: 10px 0;
	}
	#navigation li .block-panels-mini .preview .image {
		height: 110px;
		margin: 0;
		background: transparent no-repeat center;
		background-size: cover;
	}
	#navigation li .block-panels-mini nav {
		padding: 25px 40px 25px 290px;
	}
	#navigation li .block-panels-mini nav li {
		float: none;
		margin: 0;
		background: transparent;
		list-style: none;
	}
	#navigation li .block-panels-mini nav a {
		font: normal 13px EsalenSerif,Georgia,serif;
		display: block;
		padding: 6px 0;
		color: #fff;
		border-top: 1px solid #4b4f4e;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	#navigation li .block-panels-mini nav a:hover {
		color: #7ae4e4;
	}
	/* Specific tweaks per menu item */
	#navigation #block-panels-mini-learn-menu-dropdown .image {
		background-image: url(i/menu/learn.jpg);
	}
	#navigation #block-panels-mini-explore-menu-dropdown .image {
		background-image: url(i/menu/explore.jpg);
	}
	#navigation #block-panels-mini-visit-menu-dropdown .image {
		background-image: url(i/menu/visit.jpg);
	}
    #navigation #block-panels-mini-give-menu-dropdown {
      min-height: 225px;
    }
	#navigation #block-panels-mini-give-menu-dropdown .image {
		height: 80px;
		background-image: url(i/menu/give.jpg);
	}
	#navigation #block-panels-mini-about-menu-dropdown .image {
		background-image: url(i/menu/about.jpg);
	}
    #navigation #block-panels-mini-campus-renewal-menu-dropdown {
      left: auto;
      right: -55%;
      min-height: 225px;
    }
	#navigation #block-panels-mini-campus-renewal-menu-dropdown .image {
        height: 80px;
		background-image: url(i/menu/renewal.jpg);
	}
    #navigation li #block-panels-mini-campus-renewal-menu-dropdown:after {
      left: 69%;
    }
	#navigation #block-panels-mini-connect-menu-dropdown .image {
		height: 80px;
		background-image: url(i/menu/connect.jpg);
	}}
@media only screen and (min-width: 992px) {
	#navigation a {
		font-size: 15px;
		padding: 40px 15px 30px;
	}
    #navigation #block-panels-mini-campus-renewal-menu-dropdown {
      left: auto;
      right: -15%;
      min-height: 225px;
    }
    #navigation li #block-panels-mini-campus-renewal-menu-dropdown:after {
      left: 75%;
    }
}
@media only screen and (min-width: 1300px) {
      #navigation #block-panels-mini-campus-renewal-menu-dropdown {
      left: 50%;
      right: auto;
    }
    #navigation li #block-panels-mini-campus-renewal-menu-dropdown:after {
      left: 50%;
    }
}

/* ------------------------------------------------------------------------- */


/*
 *	Landing page galleries
 */
body.path-about #feature {
	background: #000;
}
#feature .view-photo-galleries {
	position: relative;
}
#feature .view-photo-galleries .pageable {
	margin: 0;
	padding: 0;
}
#feature .view-photo-galleries .pageable > ul > li {
	top: 0px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	#feature .view-photo-galleries {
		height: 440px;
	}
	#feature .view-photo-galleries .node-photo > .description {
		font: normal 1.5em EsalenSerif,Georgia,serif;
		position: relative;
		z-index: 10;
		line-height: 1.5;
		width: 50%;
		min-width: 500px;
		margin: 0 auto;
		padding: 80px 0;
		color: #fff;
	}
	#feature .view-photo-galleries .node-photo > .image {
		position: absolute;
		left: 0px;
		top: -90px;
		right: 0px;
		z-index: 5;
		height: 530px;
		background: transparent no-repeat center;
		background-size: cover;
	}
	#feature .view-photo-galleries .node-photo > .image cite {
		font: bold 11px Arial,Helvetica,sans-serif;
		position: absolute;
		left: 10px;
		bottom: 10px;
		color: #fff;
		opacity: 0.33;
		filter: alpha(opacity=33);
	}
	#feature .view-photo-galleries .pageable > .shortcuts {
		right: auto;
		top: 300px;
		left: 50%;
		width: 768px;
		margin: 0 0 0 -384px;
	}
	#feature .view-photo-galleries .pageable > .shortcuts a {
		background: #000;
	}
	#feature .view-photo-galleries .pageable > .shortcuts img {
		width: 137px;
		height: 53px;
		border: 3px solid transparent;
	}
	#feature .view-photo-galleries .pageable > .shortcuts a.active img {
		border-color: #9497a0;
	}
	#feature .view-photo-galleries .pageable > .shortcuts a:hover img {
		border-color: #3fafb3;
	}
}
@media only screen and (min-width: 992px) {
	#feature .view-photo-galleries .pageable > .shortcuts {
		width: 900px;
		margin: 0 0 0 -450px;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Learn Section
 */
/* Workshop List */
ul.workshop-index {
	margin: 0 0 20px;
	padding: 0;
}
ul.workshop-index li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}
.workshop-list {
	font-size: 12px;
	position: relative;
	padding: 10px 15px 10px 78px;
	overflow: hidden;
	background: #fff;
	background-color: rgba(255,255,255,0.9);
	color: #808080;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.workshop-list h2 {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 5px 0;
}
.workshop-list h2 a {
	display: block;
}
.workshop-list .image {
	font: 0/0 a;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: -1px;
	width: 63px;
	background: url(i/workshop-default.jpg) no-repeat 30% 40%; /* HTML should override */
	background-size: cover;
	color: transparent;
	text-decoration: none;
}
.workshop-list .timespan {
	color: #58787f;
	text-transform: uppercase;
}
.workshop-list .timespan .interval {
	display: none;
	font-size: 11px;
	font-style: italic;
	margin-left: 10px;
	color: #999;
	text-transform: none;
}
.workshop-list:hover .timespan .interval {
	display: inline;
}
.workshop-list .leaders {
	font: italic 1em EsalanSerif,Georgia,serif;
	margin: 0 0 5px;
	color: #86aeb6;
}
.workshop-list .subject {
	display: inline-block;
	font-size: 11px;
	position: relative;
	margin: 5px 0 0;
	padding: 3px 10px;
	background: #86AEB6;
	color: #fff;
	border-radius: 3px;
}

/* Workshop Previews and Feature Browser */
.workshop-preview {
	position: relative;
	margin: 0 -20px;
	padding: 220px 20px 15px;
	background: #fff;
	color: #828282;
}
.workshop-preview h2 {
	font-size: 20px;
	margin: 3px 0;
	color: #3c4547;
}
.workshop-preview h2 a {
	display: block;
}
.workshop-preview .timespan {
	color: #58787f;
	text-transform: uppercase;
}
.workshop-preview .leaders {
	font: italic 15px EsalanSerif,Georgia,serif;
	margin: 0 0 15px;
	color: #86aeb6;
}
.workshop-preview .image {
	font: 0/0 a;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	background: url(i/workshop-default.jpg) no-repeat 30% 40%; /* HTML should override */
	background-size: cover;
	color: transparent;
}
.view-featured-workshops {
	margin: 0 0 20px;
}
.view-featured-workshops .pageable > ul > li {
	width: 100%;
}
@media only screen and (min-width: 600px) {
	.workshop-preview {
		font-size: 12px;
		height: 330px;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.workshop-preview .image {
		left: 0px;
		top: 0px;
		bottom: 0px;
		height: auto;
		width: 47.7586%;
		margin: 0;
	}
	.workshop-preview .info {
		position: absolute;
		top: 40px;
		right: 5.5%;
		bottom: 40px;
		width: 41%;
		overflow: hidden;
	}
	.view-featured-workshops .pageable > ul > li {
		height: 330px;
	}
}
@media only screen and (min-width: 768px) {
	.workshop-preview {
		background: transparent;
	}
	.view-featured-workshops .pageable > ul > li {
		top: 0px;
	}
}

/* Learn Landing Page */

body.page-learn #feature .content {
	padding: 20px;
}
body.page-learn #feature h1 {
	display: none;
}
.view-featured-workshops .pageable .shortcuts {
	display: none;
}
body.page-learn #content {
	background: #f4f5f5;
}
#learn-ctr-box {
	margin: -20px;
	padding: 20px 25px;
	background: url(i/learn-ctr-block-rv2.jpg) no-repeat top;
	background-size: cover;
}
#learn-ctr-box h2 {
	font: normal 31px EsalenSerif,Georgia,serif;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 25px;
	color: #fff;
}
#learn-ctr-box h2 span {
	display: block;
	font: normal 15px EsalenHeading,Tahoma,sans-serif;
	line-height: 1;
	color: #b6a68c;
	text-align: left;
}
#learn-ctr-box blockquote {
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	background: url(i/open-quote.png) no-repeat 0 0;
	color: #fff;
	margin: 20px 0;
	border: 0;
}
#learn-ctr-box blockquote p {
	margin: 0 0 10px;
	font-size: 14px;
}
#learn-ctr-box p {
	margin: 115px 0 10px;
}
#learn-ctr-box blockquote cite {
	font-size: 11px;
	letter-spacing: normal;
}
#learn-ctr-box a.button {
	padding: 8px 30px 8px 15px;
	background: #367763;
	border: 0;
}
#learn-ctr-box a.button:hover {
	background: #e43b15;
}
@media only screen and (min-width: 768px) {
	body.page-learn #feature {
		z-index: 10;
		background: #2b506b url(i/landing-learn-2.jpg) no-repeat top;
		background-size: cover;
		color: #fff;
	}
	body.page-learn #main {
		z-index: 20;
	}
	body.page-learn #feature h1 {
		display: block;
		font: normal 50px EsalenSerif,Georga,serif;
		line-height: 1;
		position: absolute;
		right: 0px;
		bottom: 52px;
		width: 35%;
		margin: 0;
		color: #fff;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	body.page-learn #feature > .content {
		position: relative;
		max-width: 97%;
		margin: 0 auto;
		padding: 0;
	}
	body.page-learn #feature .view-featured-workshops {
		height: 395px;
		width: 60%;
		margin: 0;
	}
	#learn-ctr-box {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 330px;
		width: 37%;
		margin: 0;
		overflow: hidden;
		border-radius: 15px;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	}
	#learn-ctr-box blockquote {
		font-size: 12px;
	}
	#learn-ctr-box a.button {
		float: right;
	}
	.pane-featured-workshops .pane-title {
		display: none;
	}
	.view-featured-workshops .pageable {
		height: 330px;
		width: 100%;
		padding: 0;
		background: url(i/workshop-preview-bg.jpg) no-repeat center;
		background-size: 100% 100%;
		box-shadow: 0px 1px 10px rgba(0,0,0,0.75);
	}
	.view-featured-workshops .pageable .controls {display: none}
	.view-featured-workshops .pageable .shortcuts {
		display: block;
		position: absolute;
		left: 0px;
		top: 340px;
		right: auto;
		bottom: auto;
		width: 101.8%;
	}
	.view-featured-workshops .pageable .shortcuts a {
		display: block;
		height: 50px;
		width: 16.5%;
		margin: 0;
	}
	.view-featured-workshops .pageable .shortcuts .workshop-thumbnail {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		font: 0/0 a;
		background: url(i/workshop-default.jpg) no-repeat 30% 40%; /* HTML should override */
		background-size: cover;
		width: 96%;
		height: 100%;
		overflow: hidden;
		color: transparent;
		border: 2px solid #fff;
	}
	body.path-learn #feature .block-menu-block a {
		font-size: 11px;
	}
}
@media only screen and (min-width: 992px) {
	body.page-learn #feature > .content {
		max-width: 992px;
	}
	body.path-learn #feature .block-menu-block a {
		font-size: 13px;
	}
	#learn-ctr-box h2 span {
		font-size: 20px;
	}
	#learn-ctr-box blockquote {
		font-size: 14px;
	}
}
.view-workshop-index .views-row {
	font-size: 11px;
	float: left;
	width: 160px;
	height: 210px;
	padding: 10px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.view-workshop-index h3 {
	font: normal 15px EsalenHeading,Arial,sans-serif;
	line-height: 1;
	clear: both;
	margin: 20px 0 10px;
	padding: 12px 15px 10px;
	background: #6b959b;
	color: #fff;
}
.view-workshop-index h4 {
	font: normal 14px EsalenHeading,Arial,sans-serif;
	line-height: 1.4;
	margin: 0 0 10px;
}
.view-workshop-index h4 a {
	display: block;
}
.view-workshop-index .leaders {
	display: block;
	font-family: EsalenSerif,serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.view-workshop-index p {
	margin: 5px 0;
}


/* ------------------------------------------------------------------------- */


/*
 *	Workshop Teasers & Detail View
 */
.view .node-workshop.node-teaser {
	margin: 0 0 40px;
}
.node-workshop.node-teaser .leaders {
	font: normal 14px EsalenSerif,Georgia,serif;
	line-height: 1.25;
	margin: 10px 0;
	color: #5F7D81;
}
.node-workshop.node-teaser .timespan {
	font: normal 16px EsalenHeading,Tahoma,sans-serif;
	margin: 10px 0;
	color: #000;
	text-transform: uppercase;
}
.node-workshop.node-teaser .timespan .interval {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 10px;
	color: #888;
	text-transform: normal;
}
body.node-type-workshop #main {
	background: transparent;
	padding: 0;
}
body.node-type-workshop #content {
	padding: 0;
}
body.node-type-workshop #content > h1 {
	display: none;
}
.workshop-full .details {
	padding: 20px;
	background: #FCFCFC;
	background-color: rgba(255, 255, 255, 0.7);
}
.workshop-full header {
	position: relative;
	padding: 20px 20px 30px;
	background: #5B8990 url(i/texture-dark-teal.png) repeat center;
	color: #fff;
	border-bottom: 8px solid #B7CACD;
}
.workshop-full.past-workshop header {
	background: #999;
	border-bottom: 8px solid #bbb;
}
.workshop-full h1 {
	color: #fff;
	margin: 0;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
}
.workshop-full .event-date {
    font-size: 16px;
    line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 15px 0;
	color: #2e4548;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.25);
    display: block;
    font-family: EsalenSans,Arial,Helvetica,sans-serif;
}
.workshop-full.past-workshop .event-date {
	color: #555;
}
p.min-max-price {
  color: #2e4548;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.25);
  font-weight: normal;
  font-size: 16px;
  margin: -15px 0 7px 0;
}
p.min-max-price a {
	color: #2e4548;
	text-decoration: none;
}
.workshop-full .summary p {
	margin: 0 0 15px;
}
.special-message-banner {
  /*background: url(i/icon-alert.png) #537F85 10px center no-repeat;*/
  background: #537F85;
  background-size: 30px 30px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 10px;
}
.past-workshop .special-message-banner {
  display: none;
}
.special-message-banner p {
  margin: 0;
  padding: 0;
  color: #b6e9f2;
  font-weight: normal;
}
.special-message-banner a {
  color: #fff;
  font-weight: normal;
  text-shadow: none;
}
.special-message-banner a:hover {
  color: #73e8ff;
  font-weight: normal;
  text-shadow: none;
}
header .special-message-banner {
  border: 1px dashed #466a6f;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .special-message-banner {
    background-position: 20px center;
    padding: 20px 40px 20px 40px;
  }
}
.workshop-full .register-button,
.workshop-full .register-button:hover {
	padding: 10px 70px 10px 15px;
	border: 1px solid #496e73;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.25);
}
.workshop-full .register-button:after {
	top: 13px;
	right: 14px;
}
.workshop-full .availability {
	font-size: 12px;
	margin: 15px 0 0;
}
.workshop-full .availability a.check-availability {
	display: block;
	font-weight: bold;
	padding: 0 0 0 24px;
	background-image: url(i/availability-working.gif); /* Preload */
	background: url(i/icon-check-availability.png) no-repeat left;
	color: #a3e6ef;
	text-decoration: none;
}
.workshop-full .availability a.check-availability:hover {
	color: #fff;
}
.workshop-full .availability.working {
	font-style: italic;
	padding-left: 24px;
	background: url(i/availability-working.gif) no-repeat left;
}
.workshop-full .availability.reported {
	font-weight: bold;
	color: #c4ebf0;
}
.workshop-full .availability.error {
	font-weight: bold;
	background: transparent;
	color: #fce25b;
	border: 0;
}
.workshop-full span.cannot-book {
	font-style: italic;
	opacity: 0.66;
}
.workshop-full .social {
	margin: 0 0 25px;
}
.workshop-full .related-items a {
	display: block;
	font-style: italic;
}
.workshop-full .related-items cite {
	font-size: 11px;
	font-style: normal;
}
.workshop-full .details .add-again {
	margin: 20px 0;
	text-align: right;
}
.node-person-profile .view-workshop-list {
	margin: 30px 0 0;
	padding: 5px 0 0;
	border-top: 5px solid #DBE5E6;
}
.node-person-profile p,
.node-person-profile .connect {
	margin: 0 0 15px;
}
.aside-overflow-target .block {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.aside-overflow-target .video-embed {
  padding: 20px 0;
}
.large-number-of-leaders {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.node-type-workshop #sidebar {
  margin: 0;
}
  
@media only screen and (min-width: 480px) {
	.workshop-full .social {
		float: right;
		margin: 0 0 0 40px;
	}
}
@media only screen and (min-width: 768px) {
	body.node-type-workshop .workshop-full .details {
		padding: 28px 32px;
	}
	.workshop-full header {
		padding: 25px 0 32px 32px;
		margin: 20px 0 0;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
	.workshop-full header hgroup {
		width: 65%;
		float: left;
	}
	.workshop-full header h4 {
		font-size: 16px;
		margin-top: 15px;
	}
	.workshop-full header h4 span {
		font-size: 15px;
	}
	.workshop-full header .summary {
		margin-left: 38%;
		padding: 5px 0 0;
		width: 25%;
	}
	.workshop-full header .art {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		width: 32%;
		background: transparent no-repeat center;
		background-size: cover;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
	.workshop-full .details .description {
		float: left;
		width: 65%;
	}
	.workshop-full .details > aside {
		float: right;
		width: 30%;
	}
	.workshop-full .details aside .label {
		margin: 0 0 20px;
	}
	.workshop-full .details aside h2 {
		font-size: 20px;
		margin: 10px 0;
	}
	.workshop-full .details aside .block {
		margin: 0 0 30px;
		padding: 0 0 10px;
		border-bottom: 1px solid #e0e0e0;
	}
	.workshop-full .details aside .block:last-child {
		border: 0;
	}
	.node-person-profile {
		position: relative;
	}
/*	.workshop-full .node-person-profile::before {
		content: " ";
		position: absolute;
		left: 0;
		top: 36px;
		height: 100px;
		width: 80px;
		background: url(i/profile-default.jpg) no-repeat top;
		background-size: cover;
	}*/
	.workshop-full .details aside .image,
	.node-person-profile .image {
		position: relative;
		z-index: 10;
		float: left;
		height: 110px;
		width: 80px;
		margin: 0 16px 8px 0;
		background: transparent no-repeat center;
		background-size: cover;
	}
	.workshop-full .leader .gender-m .image,
	.node-person-profile.gender-m .image {
		background-image: url(i/male.png?2);
	}
	.workshop-full .leader .gender-f .image,
	.node-person-profile.gender-f .image {
		background-image: url(i/female.png);
	}
	.workshop-full.gang .details aside .image {
		height: 90px;
		width: 70px;
		margin: 0 12px 6px 0;
	}
	.workshop-full .leader article {
		font-size: 12px;
	}
	.workshop-full .leader article h2 {
		font-size: 16px;
		margin: 0 0 15px;
	}
	.workshop-full.gang .leader article {
		font-size: 11px;
	}
	.workshop-full.gang .leader article h2 {
		font-size: 14px;
	}
	.workshop-full .leader .pageable {
		padding: 0 0 30px;
	}
	.workshop-full .leader .pageable > ul > li {
		top: 0px;
	}
	.workshop-full .leader .pageable h2 a {
		font-weight: normal;
	}
	.workshop-full .leader .pageable .controls {
		top: auto;
		bottom: 0px;
	}
	.workshop-full .leader .pageable .shortcuts {
		top: -33px;
		right: 0px;
	}
	.workshop-full .leader .pageable .shortcuts a {
		font: 0/0 a;
		width: 6px;
		height: 6px;
		background: transparent;
		color: transparent;
		border: 2px solid #aaa;
		border-radius: 5px;
	}
	.workshop-full .leader .pageable .shortcuts a:hover,
	.workshop-full .leader .pageable .shortcuts a.active {
		background: #999;
		border-color: #999;
	}
    .large-number-of-leaders {
      padding-top: 0;
      border-top: 0;
    }
	/* Kill sidebar */
	body.node-type-workshop #content {
		border: 0;
	}
	body.node-type-workshop #sidebar {
		display: none;
	}
  
}


/* ------------------------------------------------------------------------- */


/*
 *	Workshop Finder UI
 */
.workshop-tile {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 0 10px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
}
.workshop-tile:hover {
	background: #4d848c url(i/texture-dark-teal.png) repeat center;
	color: #a2dbe3;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.50);
}
.workshop-tile > a {
	display: block;
	width: 100%;
	height: 100%;
}
.workshop-tile h2 {
	font-size: 15px;
	line-height: 1.333;
	position: absolute;
	left: 0px;
	top: 120px;
	right: 0px;
	z-index: 2;
	margin: 0;
	padding: 15px;
}
.workshop-tile a h2 {
	color: #027283;
}
.workshop-tile a:hover h2,
.workshop-tile a:focus h2 {
	color: #fff;
}
.workshop-tile h2 a {
	display: block;
}
.workshop-tile .image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
	height: 120px;
	margin: 0;
	background: #6b959b url(i/workshop-default.jpg) no-repeat center;
	background-size: cover;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 0px 30px 30px rgba(0,0,0,0.5);
}
.workshop-tile:hover .image {
	box-shadow: inset 0px 30px 30px rgba(0,0,0,0.5), 0px 1px 1px rgba(255,255,255,0.4);
}
.workshop-tile .timespan {
	font: bold 11px EsalenSans,Arial,Helvetica,sans-serif;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
}
.workshop-tile .timespan .interval {
	display: none;
}
.workshop-tile .leaders {
	font: normal 12px EsalenSerif,Georgia,serif;
	line-height: 1.25;
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	color: #88a0a3;
}
.workshop-tile:hover .leaders {
	color: #a2dbe3;
}
.workshop-tile .summary {
	display: none;
}
/*.js .results .workshop-tile {
	display: none;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: 0.3s all ease-out;
}*/
.workshop-finder .spinner {
	display: none;
	height: 300px;
	background: url(i/spinner.gif) no-repeat center;
}
.workshop-finder .spinner .summary {
	font-size: 16px;
	padding: 50px 40px 0;
	color: #999;
	text-align: center;
}
.workshop-finder .spinner .summary strong {
	color: #777;
}

/* Header UI */
.workshop-finder header {
	position: relative;
	z-index: 10;
	margin: 0 -20px 20px;
	padding: 20px;
	background: #e6e2dc;
	color: #665f52;
	border-bottom: 2px solid #b3aca1;
}
.workshop-finder header h2 {
	font-size: 18px;
	color: #665f52;
	margin: 0 0 14px;
}
/* Filter Options */
#wf-date-opts .tab-subjects {
	font: bold 11px Arial,sans-serif;
	line-height: 1;
	min-height: 0;
	height: 27px;
	width: auto;
	margin: 20px 0;
	background: rgba(122,116,104,0.1);
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 4px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(255,255,255,0.6);
	text-transform: uppercase;
}
#wf-date-opts .tab-subjects h2 {
	font-size: 1em;
	width: 50%;
	margin: 0;
}
#wf-date-opts .tab-subjects h2 a {
	padding: 8px 10px;
	background: transparent;
	color: #6e6a61;
	border-right: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
	cursor: default;
}
#wf-date-opts .tab-subjects h2:first-child a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 0;
}
#wf-date-opts .tab-subjects h2:last-child a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 0;
}
#wf-date-opts .tab-subjects a.active,
#wf-date-opts .tab-subjects a:hover {
	background: #fff;
	background: -webkit-linear-gradient(#fff, #f2eee6);
	background: -moz-linear-gradient(#fff, #f2eee6);
	background: -ms-linear-gradient(#fff, #f2eee6);
	background: -o-linear-gradient(#fff, #f2eee6);
	background: linear-gradient(#fff, #f2eee6);
	color: #4b4944;
}
#wf-date-opts .tab-subjects a:after {
	display: none;
}
#wf-date-opts .tab-content {
	margin: 20px 0;
}
html.js #wf-all {
	font: 0/0 a;
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* By Month */
.workshop-finder .month-nav {
	margin: 0 0 20px;
}
.workshop-finder .month-nav a {
	display: block;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0 0 5px;
	background: #f8f7f5;
	color: #4c4a45;
	text-decoration: none;
	text-transform: uppercase;
}
.workshop-finder .month-nav a:hover {
	background: #fff;
}
.workshop-finder .month-nav a span {
	font-size: 12px;
	color: #998f7a;
}
/* Custom Date Range */
#wf-custom {
	text-align: center;
}
#wf-custom .start,
#wf-custom .end,
#wf-custom label,
#wf-custom button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#wf-custom input {
	display: block;
	font: bold 12px Arial,Helvetica,sans-serif;
	padding: 10px 15px;
	width: 109px;
	background: #ebe9e4;
	background: rgba(255,255,255,0.5);
	color: #554f44;
	border: 0;
	border-radius: 6px;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.6);
	text-transform: uppercase;
}
#wf-custom input:focus {
	background: #fff;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
}
#wf-custom label {
	font-size: 12px;
	padding: 0 4px;
	color: #554f44;
}
#wf-custom button {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font: bold 12px Arial,Helvetica,sans-serif;
	width: 80%;
	margin: 20px auto 0;
	padding: 10px 20px 9px;
	background: #f2eee6;
	background: -webkit-linear-gradient(#fff, #f2eee6);
	background: -moz-linear-gradient(#fff, #f2eee6);
	background: -ms-linear-gradient(#fff, #f2eee6);
	background: -o-linear-gradient(#fff, #f2eee6);
	background: linear-gradient(#fff, #f2eee6);
	color: #554f44;
	border: 1px solid #a8a39d;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	text-transform: uppercase;
	text-shadow: none;
	text-align: center;
	vertical-align: middle;
}
#wf-custom button:hover {
	border: 1px solid #4f4d4b;
	border: 1px solid rgba(0,0,0,0.4);
}
#wf-custom button:after {
	display: none;
}
body.date-picker #main {
	z-index: 10;
}
body.date-picker #ui-datepicker-div {
	font: normal 12px Arial,Helvetica,sans-serif;
	margin: 15px 0 0;
	padding: 10p 15px 15px;
	background: #4f4d4b;
	color: #fff;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
body.date-picker #ui-datepicker-div:after {
	content: " ";
	position: absolute;
	left: 15%;
	bottom: 100%;
	height: 0;
	width: 0;
	margin: 0 0 0 -8px;
	border: solid transparent;
	border-width: 8px;
	border-bottom-color: #4f4d4b;
	pointer-events: none;
}
body.date-picker #ui-datepicker-div .ui-datepicker-header {
	background: transparent;
	color: #fff;
	border: 0;
}
body.date-picker .ui-datepicker-calendar {
	margin: 0;
	background: #444241;
	border-spacing: 0;
}
body.date-picker .ui-datepicker-calendar th {
	background: #4f4d4b;
	color: #848382;
	padding: 5px;
	text-align: center;
	text-shadow: none;
}
body.date-picker .ui-datepicker-calendar td,
body.date-picker .ui-datepicker-calendar td.ui-state-disabled,
body.date-picker .ui-datepicker-calendar td span,
body.date-picker .ui-datepicker-calendar td a {
	font-size: 12px;
	padding: 0;
	background: transparent;
	border: 0;
	opacity: 1;
	text-align: center;
}
body.date-picker .ui-datepicker-calendar td span,
body.date-picker .ui-datepicker-calendar td a {
	padding: 7px;
	background: #393836;
	color: #61605e;
}
body.date-picker .ui-datepicker-calendar td a {
	font-weight: bold;
	color: #fff;
}
body.date-picker .ui-datepicker-calendar .ui-datepicker-current-day a {
	background: #4d848c;
}
body.date-picker .ui-datepicker-calendar td a:hover {
	background: #000;
}
/* Leader Menu */
.leader-nav div.dropdown {
	font-size: 12px;
	width: auto;
	height: 28px;
	max-width: 400px;
	margin: 0;
	z-index: 1;
}
.leader-nav div.dropdown:hover {
	z-index: 2;
}
.leader-nav div.dropdown > div {
	height: 27px;
	background: #fff;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.leader-nav div.dropdown:hover > div,
.leader-nav .filter div.dropdown:focus > div,
.leader-nav .filter div.dropdown.hover > div {
	height: auto;
	border: 0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.33);
}
.leader-nav div.dropdown h2 {
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 7px 20px 7px 12px;
	background: url(i/filter-dropdown.png) no-repeat right top;
	color: #858579;
	border-bottom: 1px solid #c6c7c3;
}
.leader-nav div.dropdown h2 span {
	display: none;
}
.leader-nav div.dropdown:hover h2,
.leader-nav div.dropdown:focus h2,
.leader-nav div.dropdown.open h2 {
	font-weight: bold;
	background-position: 100% -27px;
	color: #fff;
	border-bottom: 1px solid #8d9294;
}
.leader-nav div.dropdown ul {
	margin: 0;
}
.leader-nav div.dropdown a {
	position: relative;
	padding: 7px 12px;
	color: #33838d;
	border-bottom: 1px solid #eaeceb;
}
.leader-nav div.dropdown a:hover,
.leader-nav div.dropdown a:focus {
	background: #ebfafa;
	outline: 0;
}
.leader-nav div.dropdown a span {
	position: absolute;
	top: 7px;
	right: 12px;
	color: #808080;
}
.leader-nav .filters {
	font-size: 11px;
	margin: 0 0 20px;
}
.leader-nav .filter-group {
	margin: 0 0 20px;
}
.leader-nav .filter-group li {
	display: inline;
	margin: 0 10px 0 0;
	list-style: none;
}
.leader-nav .filters .search-terms {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font: normal 12px EsalenSans,Arial,sans-serif;
	width: 100%;
	margin: 0 0 12px;
	padding: 5px 3px;
	background: #f7f7f7;
	border: 1px solid #c4c4c4;
	border-radius: 14px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	appearance: none;
}
.leader-nav .filters .search-terms.active {
	border: 2px solid #7bb0b7;
}

.workshop-finder .messages {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #444;
	border: 0;
}
#wf-show-all {
	display: block;
	font-weight: bold;
	clear: both;
	max-width: 300px;
	margin: 30px auto;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	text-align: center;
	text-decoration: none;
}
#wf-show-all.working {
	padding: 15px 20px;
	width: 60px;
	background: #fff url(i/spinner.gif) no-repeat center;
	color: transparent;
}
.dom-loading .workshop-finder .results .items {
	visibility: hidden;
}
.dom-ready .workshop-finder .results .items {
	visibility: visible;
}
/*-- Catagory filters (sidebar)--*/
.filters .supercategory {
  display: block;
  font-family: 'ff-meta-web-pro',EsalenSans,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  padding: 7px 0;
  color: #027283;
  cursor: pointer;
}
.filters .supercategory:hover {
	color: #000;
}
.workshop-finder .filter-group li {
	display: block;
	margin: 0 0 3px;
	list-style: none;
}
.workshop-finder .filter-group > li { 
  /* Eliminates extra space between supercategories */
  margin-bottom: 0px;
}
.workshop-finder .filter-group > li.first {
  /* Puts space back for the top "Any Subject" option */
  margin-bottom: 8px;
}
.workshop-finder .filter-group li a {
	display: block;
	line-height: 1.2;
	box-sizing: border-box;
}

.filter-group > li {
  border-top: 2px solid #E5E2DC;
  box-sizing: border-box;
}
.filter-group li.first {
  border: none;
}
.filter-group li.first a {
  border-radius: 5px;
  border: 1px solid #E5E2DC;
  border: 1px solid rgba(0,0,0,0.1);
  display: block;
  font-weight: bold;
  line-height: 1.15;
	padding: 7px 12px 7px 23px;
  color: #6E6A61;
  background-color: #E5E2DC;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.filter-group li ul a {
  border-radius: 5px;
  border: 1px solid #E5E2DC;
  border: 1px solid rgba(0,0,0,0.05);
  display: block;
  font-weight: bold;
  line-height: 1.15;
	padding: 7px 12px 7px 23px;
  color: #6E6A61;
  background-color: #E5E2DC;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.filter-group li.first a:hover,
.filter-group li.first a:active {
  background-color: #d7d3cb;
}
.filter-group li ul a:hover,
.filter-group li ul a:active {
  background-color: #d7d3cb;
}

.workshop-finder .filter-group li a.active {
	font-weight: bold;
	padding: 7px 12px 7px 23px;
	background: #78aeb5 url(i/tiny-checkmark.png) no-repeat 9px 50%;
	color: #fff;
	border-radius: 4px;
}

@media only screen and (min-width: 600px) {
	#wf-date-opts .tab-subjects {
		position: absolute;
		right: 20px;
		top: 15px;
		width: 50%;
		margin: 0;
	}
	.workshop-finder .month-nav a {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-size: 14px;
		line-height: 1.25;
		float: left;
		width: 5%;
		margin: 0 3px 0 0;
		padding: 6px 10px;
		background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	}
	.workshop-finder .month-nav.item-count-6 a {width: 16.166%}
	.workshop-finder .month-nav.item-count-7 a {width: 13.785%}
	.workshop-finder .month-nav.item-count-8 a {width: 12.0%}
	.workshop-finder .month-nav.item-count-9 a {width: 10.611%}
	.workshop-finder .month-nav.item-count-10 a {width: 9.5%}
	.workshop-finder .month-nav.item-count-11 a {width: 8.591%}
	.workshop-finder .month-nav.item-count-12 a {width: 7.833%}
	.workshop-finder .month-nav.item-count-13 a {width: 7.192%}
	.workshop-finder .month-nav.item-count-14 a {width: 6.642%}
	.workshop-finder .month-nav.item-count-15 a {width: 6.166%}
	.workshop-finder .month-nav a.any-month {
		font-size: 14px;
	}
	.workshop-finder .month-nav a.active {
		position: relative;
		top: -2px;
		padding-bottom: 8px;
		background: #f4f5f5;
		background: #f4f5f5 -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
		border-top: 2px solid #c7c0b3;
	}
	.workshop-finder .month-nav a span {
		display: block;
		font-size: 11px;
	}
	#wf-custom {
		margin: 15px 0;
		text-align: right;
	}
	#wf-custom button,
	#wf-custom .presets {
		display: inline-block;
		width: auto;
		margin: 0;
	}
	#wf-custom .presets {
		font-weight: bold;
		vertical-align: middle;
		margin-left: 10px;
	}
	#wf-custom .presets a {
		color: #6e6a61;
		text-decoration: none;
	}
	.workshop-finder .results .workshop-tile {
		float: left;
		width: 49%;
		margin: 0 2% 15px 0;
	}
	.workshop-finder .results .workshop-tile:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) {
	.workshop-finder .results {
		position: relative;
		margin: 0 -12px;
	}
	.workshop-finder .results h2 {
		margin: 0 0 25px;
	}
	.workshop-finder header h2 {
		font-size: 20px;
	}
	.workshop-finder header {
		margin: -3px -30px 25px;
		padding: 20px 25px;
	}
	.workshop-finder .weekender {
		font-size: 11px;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.workshop-finder .filters {
		float: left;
		width: 20%;
		margin: 0;
	}
	.workshop-finder .filter-group {
		margin: 0;
	}
	.workshop-finder .items,
	.workshop-finder .spinner,
	.workshop-finder .messages {
		float: right;
		width: 77%;
	}
}
@media only screen and (min-width: 992px) {
	.workshop-finder header {
		max-height: 87px;
		min-height: 46px;
		padding-bottom: 0;
		background: url(i/workshop-finder-header.jpg) repeat-x 0 0;
	}
	#wf-date-opts .tab-subjects {
		left: 20%;
		top: 18px;
		right: auto;
		width: 26%;
		margin: 0;
	}
	#wf-date-opts .tab-subjects a {
		padding: 8px 4px;
	}
	#wf-date-opts .month-nav {
		margin: 20px 0 0;
	}
	#wf-custom.tab-content {
		margin: 14px 0;
		text-align: left;
	}
	.workshop-finder .leader-nav {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.workshop-finder .leader-nav div.dropdown {
		float: right;
		width: 275px;
	}
	.workshop-finder .leader-nav > h2 {
		font-size: 16px;
		float: left;
		margin: 0 15px 0 0;
		padding: 4px 0 0;
	}
	.workshop-finder .results .workshop-tile {
		width: 32%;
	}
	.workshop-finder .results .workshop-tile:nth-of-type(2n) {
		margin-right: 2%;
	}
	.workshop-finder .results .workshop-tile:nth-of-type(3n) {
		margin-right: 0;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	About Section
 */
body.path-about #feature {
	background: #404040;
	background: url(i/landing-about.jpg) no-repeat top #404040;
	color: #fff;
	height: auto;
	background-size:750px;
}
body.path-about #feature .view-header {
  display: none;
}
body.path-about #feature .view-photo-galleries .pageable .shortcuts {
  bottom: 0px;
  top: auto;
  left: 50%;
  right: inherit;
  width: 400px;
  margin: 0px 0px 0px -182px;
  z-index: 10;
}
body.path-about #feature .view-photo-galleries .pageable > .shortcuts img {
  width: 81px;
  height: 45px;
  border: 3px solid transparent;
}
body.path-about #feature .view-photo-galleries .node-photo .image {
	position: absolute;
	margin: 55px -20px 0px -20px;
	left: 0px;
	top: -90px;
	right: 0px;
	z-index: 5;
	height: 300px;
	background: transparent no-repeat top center;
	background-size: cover;
}
body.path-about #feature .content {
	padding: 20px;
}
body.path-about #feature .explorer .preview {
	background-color: #9a978e;
	background-color: rgba(173,173,166,0.7);
}
body.path-about #feature .explorer .image {
	background-color: #70544e
}
body.path-about #feature article .description {
  margin: 280px -20px 110px -20px;
  padding: 0px 20px;
}
body.path-about.toolbar #feature article .description {
  margin: 0px -20px 110px -20px;
  padding: 280px 20px 0px 20px;
}
body.path-about #feature article .description h2 {
  color: #808080;
  margin-top: 0px;
}
body.path-about #feature article .description p {
  color: #BFBFBF;
}

/*-- Nav --*/
.outreach-aside article.node-teaser h2 {
  display: none;
}

/*--Sidebar--*/
#landing-sidebar .outreach-aside h2.pane-title::after {
  background: url(i/icon-heart.png) no-repeat center center transparent;
}
#landing-sidebar .our-vision h2.pane-title::after {
  background: url(i/icon-eye.png) no-repeat center center transparent;
}
#landing-sidebar .our-vision {
  background: url(i/aside-bg.jpg) left top no-repeat black;
  color: #B0B0B0;
  margin-bottom: 20px;
}
#main #content #landing-sidebar .jobs h2.pane-title {
  font-size: 16px;
  padding: 11px 0px 11px 40px;
}
#content #landing-sidebar .jobs.aside-links {
  background: url(i/about-links.jpg) left 45px no-repeat transparent;
}
#landing-sidebar .jobs h2.pane-title::after {
  background: url(i/icon-signs.png) no-repeat center center transparent;
}

/* Team List */
ul.staff-list {
	margin: 30px -15px;
	padding: 0;
}
ul.staff-list > li {
	margin: 0 0 5px;
  padding: 0px 0px 10px 20px;
	list-style: none;
	position: relative;
}
ul.staff-list article {
	position: relative;
	padding: 0px 20px 0px 75px;
}
ul.staff-list article .image {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	max-height: 90px;
	width: 60px;
	background: #e5e5e5 no-repeat 50% 33%;
	background-size: cover;
	margin: 0px auto;
}
ul.staff-list article h2 {
	font-size: 16px;
	margin: 0 0 15px;
	color: #37828e;
}
ul.staff-list li.views-row-odd:after {
  content: " ";
  height: 35px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  pointer-events: none;
  border-right: 1px solid #DEDEDE;
}

@media only screen and (min-width: 600px) {
  body.path-about #feature article .description {
    margin: 280px -20px 50px -20px;
    padding: 0px 20px;
  }
  body.path-about.toolbar #feature article .description { /*-- with admin toolbar --*/
    margin: 0px -20px 50px -20px;
    padding: 280px 20px 0px 20px;
  }
  body.path-about #feature .view-photo-galleries .pageable .shortcuts {
    left: 50%;
    width: 600px;
    margin: 0px 0px 0px -279px;
  }
  body.path-about #feature .view-photo-galleries .pageable > .shortcuts img {
    width: 59px;
    height: 37px;
    border: 3px solid transparent;
  }
	ul.staff-list > li {
    margin-bottom: 20px;
    min-height: 271px;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
    float: left;
    width: 45%;
    padding: 0px 0px 0px 20px;
	}
	ul.staff-list li:nth-child(2n-1) {
		clear: left;
	}
	.node-bio .image {
		float: left;
		width: 180px;
		margin: 0 20px 10px 0;
	}

}

@media only screen and (min-width: 768px) {
	body.path-about #banner {
		background: url(i/nav-gradent.png) repeat-x top center transparent;
	}
	body.path-about #feature {
		background: #222;
		background-size: cover;
	}
	body.path-about #feature {
		height: 440px;
		overflow: hidden;
	}
	body.path-about #feature .content {
		padding: 0;
	}
	body.path-about #feature .explorer {
		margin-top: 20px;
	}
	body.path-about #feature .view-header {
		display: none;
	}
	body.path-about #feature article {
		height: 430px;
	}
	body.path-about #feature .view-photo-galleries .node-photo > .description {
		font: normal 15px EsalenHeading, Tahoma, sans-serif;
		line-height: 1.5;
		z-index: 10;
		position: absolute;
		left: 50%;
		bottom: 96px;
		width: 710px;
		margin: 0 0 0 -355px;
		padding: 0;
		color: #fff;
		text-shadow: 0px 1px 2px black;
	}
	body.path-about #feature article .description h2 {
		font: normal 32px EsalenSerif, Georgia, serif;
		line-height: 1.25;
		position: absolute;
		left: 0px;
		bottom: -6px;
		width: 300px;
		margin: 0;
		color: #fff;
		text-align: right;
	}
	body.path-about #feature article .description p {
		max-width: 100%;
		margin: 0 0 0 325px;
		color: #fff;
	}
	body.path-about #feature .view-photo-galleries .node-photo > .image {
		position: absolute;
		left: 0px;
		top: -145px;
		right: 0px;
		z-index: 5;
		height: 530px;
		background: transparent no-repeat top center;
		background-size: cover;
	}
	body.path-about #feature .view-photo-galleries .pageable > .shortcuts {
		position: absolute;
		left: 50%;
		top: auto;
		bottom: 60px;
		width: 300px;
		margin: 0 0 0 -30px;
	}
	body.path-about	#feature .view-photo-galleries .pageable > .shortcuts a {
		font: 0/0 a;
		float: left;
		height: 7px;
		width: 7px;
		margin: 0 7px 0 0;
		background: transparent;
		color: transparent;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	body.path-about	#feature .view-photo-galleries .pageable > .shortcuts a.active,
	body.path-about	#feature .view-photo-galleries .pageable > .shortcuts a:hover {
		background: #fff;
		border-color: #fff;
	}
	body.path-about	#feature .view-photo-galleries .pageable > .shortcuts img {
		display: none;
	}
	body.path-about #feature .block-menu-block {
		z-index: 5;
		margin-top: -66px;
		height: 66px;
	}
	ul.staff-list > li {
		margin-bottom: 20px;
		min-height: 379px;
		border-bottom: 1px solid #CCC;
		font-size: 12px;
		float: left;
		width: 45%;
		padding: 0px 0px 0px 20px;
	}
	body.path-about .pane-esalen-team .tab-subjects {
		margin-left: -15px;
		padding-left: 10px;
	}
}
@media only screen and (min-width: 992px) {
	ul.staff-list > li {
		margin-bottom: 20px;
		min-height: 235px;
		border-bottom: 1px solid #CCC;
		font-size: 12px;
		float: left;
		width: 45%;
		padding: 0px 0px 0px 20px;
	}
	body.path-about #feature .view-photo-galleries .node-photo > .description {
		width: 950px;
		margin: 0 0 0 -475px;
	}
	body.path-about #feature article .description h2 {
		font-size: 38px;
		bottom: -7px;
		width: 380px;
	}
	body.path-about #feature article .description p {
		margin: 0 0 0 420px;
	}
	body.path-about #feature .view-photo-galleries .pageable > .shortcuts {
		margin: 0 0 0 -55px;
	}
}


/* ------------------------------------------------------------------------- */

/*
 *	Explore Section
 */
body.path-explore #feature {
	background: #000 url(i/landing-explore.jpg) no-repeat top;
	background-size: cover;
	color: #fff;
}
body.path-explore #feature .content {
	padding: 20px;
}
#f-g-feature {
	position: relative;
	color: #808080;
}
#f-g-feature h2 a {
	margin: 0 0 10px;
	color: #c2baaa;
}
#f-g-feature h2 samp,
#f-g-feature h2 var {
	font-family: EsalenHeading,EsalenSans,sans-serif;
	font-style: normal;
	color: #8c8e2d;
}
#f-g-feature h2 var {
	color: #dd788b;
}
#f-g-feature h3 {
	font: normal 15px EsalenHeading,EsalenSans,sans-serif;
	margin: 10px 0 20px;
	color: #808080;
}

@media only screen and (min-width: 768px) {
	body.path-explore #banner {
		background: transparent;
	}
	body.path-explore #feature {
		height: 424px;
		overflow: hidden;
	}
	body.path-explore #feature .content {
		padding: 0;
	}
	body.path-explore #feature .explorer {
		margin-top: 10px;
	}
	#f-g-feature {
		margin: 0 -20px 0 -32px; /* I hate doing this, really. In the spirit of the cascade... */
		padding: 20px 30px 330px 32px;
		background: url(i/farm-editorial-bg.jpg) no-repeat right bottom;
		background-size: 100% auto;
	}
	body.path-explore #landing-sidebar .pane-title {
		padding-left: 22px;
	}
	body.path-explore #landing-sidebar .node-video {
		position: relative;
		margin: -19px -20px 0;
		padding: 0;
		background: url(i/aside-bg.jpg) left top no-repeat black;
		color: #999;
	}
	body.path-explore #landing-sidebar .node-video a {
		color: #fff;
	}
	body.path-explore #landing-sidebar .node-video h3 {
		margin: 0 0 10px;
	}
	body.path-explore #landing-sidebar .node-video .content {
		font-size: 12px;
		padding: 20px;
	}
	body.path-explore #landing-sidebar .pane-node:first-child {
		margin-bottom: 0;
	}
	/* Big background images */
	body.page-node-1341 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/esalen-the-place20120104__MG_0023_456_35.jpg);
	}
	body.page-node-1342 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/thewaters0524.jpg);
	}
	body.page-node-1501 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/the-land_0137_02.jpg);
		background-position: 50% 75%;
	}
	body.page-node-1349 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/kitchenanddining_1427_126.jpg);
		background-position: center;
	}
	body.page-node-1355 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/esalen-bookstoremain_0.jpg);
		background-position: center;
	}
	body.page-node-1703 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/the-community.jpg);
		background-position: 50% 35%;
	}
	body.page-node-1362 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/farm-and-garden-DELLIS__MG_0131_564.jpg);
		background-position: 50% 45%;
	}
	body.page-node-1350 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/styles/max/public/art-barn-MG_5366.jpg);
		background-position: 50% 90%;
	}
	body.page-node-1358 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/page_images/DT5C8462.jpg);
		background-position: 50% 0%;
	}
	body.page-node-3166 #feature {
		padding-top: 300px;
		background-image: url(/sites/default/files/photo_images/Fritz-Yurt-Room.jpg);
		background-position: 50% 66%;
	}
}
@media only screen and (min-width: 992px) {
	#f-g-feature h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}
	#f-g-feature h3 {
		position: absolute;
		top: 34px;
		right: 28px;
		margin: 0;
		color: #555;
	}
}


/* ------------------------------------------------------------------------- */

/*
 *	Visit Section
 */
body.path-visit #feature {
	background: #000 url(i/landing-visit.jpg) no-repeat top;
	background-size: cover;
	color: #fff;
}
body.path-visit #feature .content {
  padding: 20px 20px 0;
  max-width: 950px;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
}
.visit-video {
  overflow: hidden;
  margin: 20px 0px;
}

body.path-visit #feature .content h2 {
    display: none;
}
body.path-visit .visit-video h3 {
  font-family: EsalenHeading,EsalenSans,Arial,Helvetica,sans-serif;
	color: white;
	padding: 11px 5px 11px 45px;
	font-size: 14px;
	width: 100%;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.multiplebgs body.path-visit .visit-video h3 {
  background: url(i/icon-video.png) no-repeat 10px center,
              url(i/header-bg.jpg) repeat-y left top #292929;
}
.no-multiplebgs body.path-visit .visit-video h3 {
  background: url(i/icon-video.png) no-repeat 10px center #292929;
}
#landing-main .panel-pane > h2.pane-title {
  font-family: EsalenHeading,EsalenSans,Arial,Helvetica,sans-serif;
	color: #B5B5B5;
	padding: 11px 15px;
	font-size: 16px;
	margin: -24px 0px 1px 0px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	background: url(i/header-bg.jpg) repeat-y left top #292929;
}

/*-activities tab-*/
.pane-visit-tabbed-content .tab-content {
  clear: both;
}
.view-visit-page-events-list .views-row {
  width: 100%;
  float: left;
  padding: 25px 0px 10px 0px;
  border-bottom: 1px solid #DEDEDE;
}
.view-visit-page-events-list .views-row.views-row-first {
  padding-top: 0px;
}
.view-visit-page-events-list .view-footer {
  clear: both;
}
.tab-group .view-visit-page-events-list .views-field-field-event-image {
  float: left;
  margin: 0px 10px 24px 0px;
  height: 110px;
}
.tab-group .view-visit-page-events-list .views-field-field-event-image img {
  height: 110px;
}
.tab-group .view-visit-page-events-list .views-field-field-event-date {
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
}
.tab-group .view-visit-page-events-list .views-field-title {
  font-size: 14px;
}
.tab-group .view-visit-page-events-list .field-content p {
  font-size: 12px;
  color: #666666;
}
.tab-group .view-visit-page-events-list .field-content a {
  display: block;
}
.tab-group .view-visit-page-events-list .view-footer {
  padding-top: 35px;
}
/*--Aside--*/

/*--map--*/
#landing-sidebar .pane-visit-tabbed-aside h2.pane-title:after {
  background: url(i/icon-compass.png) center center no-repeat transparent;
}
.pane-visit-tabbed-aside {
  padding-bottom: 5px;
  background: url(i/aside-bg.jpg) left top no-repeat #000;
}
.pane-visit-tabbed-aside .tab-content {
  background-color: #ccc;
  margin: 0px 25px 0px;
  padding: 10px;
  min-height: 100px;
  clear: both;
}
.pane-visit-tabbed-aside .tab-content:nth-child(2) {
  padding: 0px;
}
.pane-visit-tabbed-aside .tab-subjects h2 a.active {
  color: white;
}
.road-conditions {
  margin: 1px 25px 25px 25px;
  padding: 5px 5px 5px 45px;
  font-size: 12px;
  background: url(i/icon-info.png) no-repeat 8px center #FFFDC9;
}
.road-conditions p {
  margin: 0px;
  padding: 0px;
}
/*--Weather--*/
#landing-sidebar .weather-pane {
  margin-top: 20px;
}
#landing-sidebar .weather-pane h2.pane-title:after {
  background: url(i/icon-sun.png) center center no-repeat transparent;
}
.weather-info {
	font-family: pt-sans-narrow,Arial,sans-serif;
	line-height: 1;
	position: relative;
	margin: -21px -20px 20px;
	padding: 25px 5px;
	background: #1e282b url(i/weather-block.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-transform: uppercase;
}
.weather-info .day {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	width: 28%;
	text-align: center;
	padding: 23px 10px 10px;
	border-right: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(255,255,255,0.1);
}
.weather-info .day:first-child {
	width: 44%;
	border-left: 0;
}
.weather-info .day:last-child {
	border-right: 0;
}
.weather-info .day > span {
	display: block;
	margin: 0 0 5px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.66);
}
.weather-info .day .temp.format-f {
	font-size: 30px;
}
.weather-info #day-0 {
	padding: 10px;
}
.weather-info #day-0 .temp.format-f {
	font-size: 42px;
}
.weather-info .day .temp.format-c {
	opacity: 0.66;
	margin: 0 0 30px;
}
.weather-info .day .description {
	font-size: 16px;
	color: #708a90;
}

@media only screen and (min-width: 480px) {
  body.path-visit .visit-video h3 {
    font-size: 18px;
  }
  #landing-main .panel-pane > h2.pane-title {
    font-size: 19px;
  }
  .visit-video {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .visit-video {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {

  body.page-visit #feature .content {
    padding: 0;
  }
  /*- might want to move these next 3 rules to apply to all landing pages? -*/
  .page-visit #main #content.panel-landing.has_sidebar {
    padding-right: 0px;
    padding-top: 5px;
  }
  .page-visit #content.panel-landing.has_sidebar #landing-main {
    width: 64%;
  }
  .page-visit #landing-sidebar {
    width: 34.1%;
  }
  .visit-video {
    width: 480px;
    float: left;
    margin: 0px;
  }
  body.path-visit .visit-video h3 {
    width: 430px;
  }
  #landing-main .panel-pane > h2.pane-title {
    margin: 0px -13px 1px -32px;
    padding: 11px 15px 11px 34px;
  }
  #landing-sidebar .pane-visit-tabbed-aside h2 {
    margin: 0 0 1px;
  }
  body.path-visit #feature .content a.view-map {
    margin: 40px 0px 0px 20px;
    display: block;
    float: left;
    width: 225px;
    height: 250px;
    background: url(i/view-property.png) no-repeat center center transparent;
    text-indent: -9999em;
    padding: 0px;
    filter: none;
  }
  body.path-visit #feature .content a.view-map.content-btn:after {
    display: none;
  }
  body.path-visit #feature .content h2 {
    display: block;
    color: white;
    width: 710px;
    text-transform: uppercase;
    text-align: right;
    font: normal 50px EsalenSerif,Georga,serif;
    margin: 0px;
  }

}
@media only screen and (min-width: 992px) {
  body.page-visit #feature .content {
    max-width: 992px;
  }
  body.path-visit #feature .content h2 {
    width: 790px;
  }
  #landing-sidebar h2.pane-title {
    font-size: 19px;
    padding:  11px 15px 11px 40px;
  }
  .view-visit-page-events-list .views-row {
    width: 48%;
    float: left;
    position: relative;
  }
  .view-visit-page-events-list .views-row.views-row-2 {
    padding-top: 0px;
  }
  .view-visit-page-events-list .views-row.views-row-odd {
    padding-right: 20px;
  }
  .view-visit-page-events-list .views-row.views-row-odd:after {
    content: " ";
    height: 35px;
    width: 1px;
    position: absolute;
    bottom: 0px;
    right: 22px;
    pointer-events: none;
    border-right: 1px solid #DEDEDE;
  }
  .tab-group .view-visit-page-events-list .views-field-title {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------------- */
/*
 *	Give Landing Page

body.path-give #feature {
	background: #000 url(i/landing-give.jpg) no-repeat top;
	background-size: cover;
	color: #fff;
}
body.path-give #feature .content {
	padding: 20px;
	max-width: 950px;
	padding: 0px 20px 20px 20px;
	margin: 0 auto;
	position: relative;
}
body.path-give #feature .content h2,body.path-give #feature .content h3
	{
	color: white;
	font-weight: normal;
}
.give-landing-titles {
	display: none;
}
.pane-give-page-friends-list,.friends-list {
	width: 220px;
	position: relative;
}
.give-landing-teaser {
	font-size: 11px;
	max-width: 445px;
}
.give-landing-teaser p {
	margin: 15px 0 0;
} */

/*
 *	Give Section Updated
 */
body.path-give #feature {
	background: #404040;
	background: url(i/landing-give.jpg) no-repeat top #404040;
	color: #fff;
	height: auto;
	background-size:750px;
}
body.path-give #feature .view-header {
  display: none;
}
body.path-give #feature .view-photo-galleries .pageable .shortcuts {
  bottom: 0px;
  top: auto;
  left: 50%;
  right: inherit;
  width: 400px;
  margin: 0px 0px 0px -182px;
  z-index: 10;
}
body.path-give #feature .view-photo-galleries .pageable > .shortcuts img {
  width: 81px;
  height: 45px;
  border: 3px solid transparent;
}
body.path-give #feature .view-photo-galleries .node-photo .image {
	position: absolute;
	margin: 55px -20px 0px -20px;
	left: 0px;
	top: -90px;
	right: 0px;
	z-index: 5;
	height: 300px;
	background: transparent no-repeat top left;
	background-size: cover;
}
body.path-give #feature .content {
	padding: 20px;
}
body.path-give #feature .explorer .preview {
	background-color: #9a978e;
	background-color: rgba(173,173,166,0.7);
}
body.path-give #feature .explorer .image {
	background-color: #70544e
}
body.path-give #feature article .description {
  margin: 280px -20px 110px -20px;
  padding: 0px 20px;
}
body.path-give.toolbar #feature article .description {
  margin: 0px -20px 110px -20px;
  padding: 280px 20px 0px 20px;
}
body.path-give #feature article .description h2 {
  color: #808080;
  margin-top: 0px;
}
body.path-give #feature article .description h4 {
  color: #808080;
  margin-top: 0px;
  font-weight: normal;
  font-style: italic;
}
body.path-give #feature article .description p {
  color: #BFBFBF;
}
@media only screen and (min-width: 600px) {
  body.path-give #feature article .description {
    margin: 280px -20px 50px -20px;
    padding: 0px 20px;
  }
  body.path-give.toolbar #feature article .description { /*-- with admin toolbar --*/
    margin: 0px -20px 50px -20px;
    padding: 280px 20px 0px 20px;
  }
  body.path-give #feature .view-photo-galleries .pageable .shortcuts {
    left: 50%;
    width: 600px;
    margin: 0px 0px 0px -279px;
  }
  body.path-give #feature .view-photo-galleries .pageable > .shortcuts img {
    width: 59px;
    height: 37px;
    border: 3px solid transparent;
  }
}
@media only screen and (min-width: 768px) {
	body.path-give #banner {
		background: url(i/nav-gradent.png) repeat-x top center transparent;
	}
	body.path-give #feature {
		background: #222;
		background-size: cover;
	}
	body.path-give #feature {
		height: 440px;
		overflow: hidden;
	}
	body.path-give #feature .content {
		padding: 0;
	}
	body.path-give #feature .explorer {
		margin-top: 20px;
	}
	body.path-give #feature .view-header {
		display: none;
	}
	body.path-give #feature article {
		height: 430px;
	}
	body.path-give #feature .view-photo-galleries .node-photo > .description {
		font: normal 15px EsalenHeading, Tahoma, sans-serif;
		line-height: 1.5;
		z-index: 10;
		position: absolute;
		left: 50%;
		bottom: 96px;
		width: 710px;
		margin: 0 0 0 -355px;
		padding: 0;
		color: #fff;
		text-shadow: 0px 1px 2px black;
	}
	body.path-give #feature article .description h2 {
		font: normal 32px EsalenSerif, Georgia, serif;
		line-height: 1.25;
	}
	body.path-give #feature article .description h2 {
		max-width: 100%;
		margin: 0 0 0 325px;
		color: #fff;
	}
	body.path-give #feature article .description h4 {
		max-width: 100%;
		margin: 0 0 10px 325px;
		font-size: 13px;
		color: #bbb8b0;
	}
	body.path-give #feature article .description p {
		max-width: 100%;
		margin: 0 0 0 325px;
		color: #fff;
	}
	body.path-give #feature .view-photo-galleries .node-photo > .image {
		position: absolute;
		left: 0px;
		top: -145px;
		right: 0px;
		z-index: 5;
		height: 530px;
		background: transparent no-repeat center left;
		background-size: cover;
	}
	body.path-give #feature .view-photo-galleries .pageable > .shortcuts {
		position: absolute;
		left: 50%;
		top: auto;
		bottom: 60px;
		width: 300px;
		margin: 0 0 0 -30px;
	}
	body.path-give	#feature .view-photo-galleries .pageable > .shortcuts a {
		font: 0/0 a;
		float: left;
		height: 7px;
		width: 7px;
		margin: 0 7px 0 0;
		background: transparent;
		color: transparent;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	body.path-give	#feature .view-photo-galleries .pageable > .shortcuts a.active,
	body.path-give	#feature .view-photo-galleries .pageable > .shortcuts a:hover {
		background: #fff;
		border-color: #fff;
	}
	body.path-give	#feature .view-photo-galleries .pageable > .shortcuts img {
		display: none;
	}
	body.path-give #feature .block-menu-block {
		z-index: 5;
		margin-top: -66px;
		height: 66px;
	}
}
@media only screen and (min-width: 992px) {
	body.path-give #feature .view-photo-galleries .node-photo > .description {
		width: 950px;
		margin: 0 0 0 -475px;
	}
	body.path-give #feature article .description h2 {
		font-size: 38px;
	}
	body.path-give #feature article .description h2,
	body.path-give #feature article .description h4,
	body.path-give #feature article .description p {
		margin: 0 0 0 420px;
	}
	body.path-give #feature .view-photo-galleries .pageable > .shortcuts {
		margin: 0 0 0 -55px;
	}
}


/*Friends Gallery*/
.pane-give-page-friends-list h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.friends-list {
	height: 215px;
	margin-bottom: 15px;
}
.friends-list .views-field-title {
	margin-top: 14px;
}
.friends-list .item-list {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #737373;
	font: normal 14px EsalenSerif, Georga, serif;
}
.friends-list .item-list .throbber {
	position: absolute;
	top: -145px;
	left: -40px;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: url(i/ajax-loader-arrows.gif) center center no-repeat
		#3E4645;
}
.friends-list .item-list ul.pager {
	padding: 0px;
	margin: 0px;
	width: 85px;
	height: 25px;
	display: block;
	position: relative;
}
.friends-list .item-list ul.pager li {
	float: left;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
.friends-list .item-list ul.pager li.pager-current {
	display: inline-block;
	width: 57px;
	position: absolute;
	top: 4px;
	right: 13px;
	text-align: center;
}
.friends-list .item-list ul.pager li.pager-next {
	float: right;
}
.friends-list ul.pager li a {
	text-indent: -99999px;
	display: block;
	padding: 0px;
	height: 22px;
	width: 14px;
	margin: 0px;
}
.friends-list .pager .pager-previous a {
	background: url(i/prev-next.png) no-repeat left bottom transparent;
}
.friends-list .pager .pager-previous a:hover {
	background: url(i/prev-next.png) no-repeat left top transparent;
}
.friends-list .pager .pager-previous a:active {
	background: url(i/prev-next.png) no-repeat left bottom transparent;
}
.friends-list .pager .pager-next a {
	background: url(i/prev-next.png) no-repeat right bottom transparent;
}
.friends-list .pager .pager-next a:hover {
	background: url(i/prev-next.png) no-repeat right top transparent;
}
.friends-list .pager .pager-next a:active {
	background: url(i/prev-next.png) no-repeat right bottom transparent;
}
.page-give #feature a.content-btn {
	display: inline-block;
	margin-bottom: 10px;
}
/*Generosity Chart*/
#mini-panel-giving_priorities_tabs {
	margin-top: -19px;
}
#mini-panel-giving_priorities_tabs .tab-subjects {
	position: relative;
}
#mini-panel-giving_priorities_tabs .tab-subjects h2:nth-child(1) {
	position: absolute;
	top: 0px;
	left: -10px;
}
#mini-panel-giving_priorities_tabs .tab-subjects h2:nth-child(2) {
	width: 27%;
	position: absolute;
	top: 0px;
	left: 22%;
}
#mini-panel-giving_priorities_tabs .tab-subjects h2:nth-child(3) {
	width: 22%;
	position: absolute;
	top: 0px;
	left: 53%;
}
.tab-subjects {
	min-height: 50px
}
/*-aside-*/
#landing-sidebar .donate h2.pane-title::after {
	background: url(i/icon-butterfly.png) no-repeat center center
		transparent;
}
#landing-sidebar .volunteer h2.pane-title::after {
	background: url(i/icon-hand.png) no-repeat center center transparent;
}
#landing-sidebar .donate {
	background: url(i/aside-bg.jpg) left top no-repeat black;
	color: #b0b0b0;
}
.page-give #landing-sidebar .panel-pane {
	margin-bottom: 25px;
}
#landing-sidebar .donate .big-btn {
	margin-bottom: 20px;
}
#landing-sidebar .donate h4 {
	color: white;
	padding: 0px;
	margin: 0px;
}
.page-give #landing-sidebar .volunteer {
	background: url(i/volunteer-tree.jpg) left 45px no-repeat transparent;
}
@media only screen and (min-width: 480px) { /*Generosity Chart*/
	#mini-panel-giving_priorities_tabs .tab-subjects h2:nth-child(1) {
		position: absolute;
		top: 0px;
		left: -5px;
	}
	.tab-subjects {
		min-height: 32px
	}
}
@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
	body.path-give #feature .content {
		padding-bottom: 0;
	}
  body.path-about #feature article {
    height: 430px;
  }
	/*- might want to move these next 3 rules to apply to all landing pages? -*/
	.page-give #main #content.panel-landing.has_sidebar {
		padding-right: 0px;
		padding-top: 5px;
	}
	.page-give #content.panel-landing.has_sidebar #landing-main {
		width: 64%;
	}
	.page-give #landing-sidebar {
		width: 34.1%;
	}
	.give-landing-titles {
		position: absolute;
		right: 20px;
		top: -15px;
		text-align: center;
		width: 325px;
		display: block;
	}
	.give-landing-titles h2 {
		font: normal 60px EsalenSerif, Georga, serif;
		text-transform: uppercase;
	}
	.give-landing-titles h3 {
		font: normal 26px EsalenHeading, EsalenSans, Arial, Helvetica,
			sans-serif;
		margin-top: 320px;
	}
}
@media only screen and (min-width: 992px) {
	body.path-give #feature .content {
		padding: 0;
	}
	.give-landing-titles h2 {
		font: normal 60px EsalenSerif, Georga, serif;
		text-transform: uppercase;
	}
	.give-landing-titles h3 {
		font: normal 36px EsalenHeading, EsalenSans, Arial, Helvetica,
			sans-serif;
		margin-top: 320px;
	}
	#mini-panel-giving_priorities_tabs .tab-subjects h2:nth-child(2) {
		left: 20%;
	}
	#mini-panel-giving_priorities_tabs .tab-subjects h2:nth-child(3) {
		left: 49%;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Connect Landing Page
 */
body.path-connect #feature {
	background: #000 url(i/landing-connect.jpg) no-repeat 77% top;
	background-size: cover;
	color: #fff;
}
body.path-connect #feature .content {
	padding: 20px;
  max-width: 950px;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
  position: relative;
}
.page-connect .community-quote {
  height: 165px;
}
.page-connect .community-quote.contextual-links-region {
  position: static;
}
.page-connect .community-quote h2,
.page-connect .community-quote h3 {
  display: none;
}
.page-connect .community-quote p {
  font: normal 87.5% EsalenSans,Arial,Helvetica,sans-serif;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
  max-width: 100%;
}
.page-connect .community-quote p .content-btn {
  line-height: 39px;
}
.page-connect .view-id-connect_page_blog_list .views-field-title {
  font-weight: bold;
}
/*aside*/
#landing-sidebar .signup h2.pane-title::after {
  background: url(i/icon-signup.png) no-repeat center center transparent;
}
#landing-sidebar .catalog h2.pane-title::after {
  background: url(i/icon-catalog.png) no-repeat center center transparent;
}
#landing-sidebar .signup {
  background: url(i/aside-bg.jpg) left top no-repeat black;
  color: #b0b0b0;
}
.page-connect #landing-sidebar .panel-pane {
  margin-bottom: 25px;
}
#landing-sidebar .signup-form {
  background-color: #2B292A;
  border-radius: 5px;
  padding: 15px 0px;
  margin-bottom: 20px;
}
#landing-sidebar .signupframe {
  border: none;
}
#landing-sidebar .signup-form table {
  border-radius: 5px;
  border: none;
  background-color: transparent;
  margin: 0px;
}
#landing-sidebar .signup-form table td {
  padding: 5px;
  color: #B0B0B0;
  border: none;
}
#landing-sidebar .signup-form table tr:nth-of-type(4){
  display: none;
}
#landing-sidebar .signup-form table td input {
  border: none;
  width: 100px;
}
#landing-sidebar .signup-form span.required {
  color: #7AADB4;
  font-weight: bold;
}
.page-connect #landing-sidebar .panel-pane .e-policy {
  font-size: 12px;
}
.page-connect #landing-sidebar .panel-pane .e-policy a {
  display: block;
}
.page-connect #landing-sidebar .catalog {
  background: url(i/catalog-lake.jpg) left 45px no-repeat transparent;
}
body.path-connect #landing-main iframe {
	height: 242px;
	width: 430px;
}
@media only screen and (min-width: 600px) {
  .page-connect .community-quote {
    height: 265px;
  }
    #landing-sidebar .signup-form table td input {
    border: none;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  body.page-connect #feature .content {
    padding-bottom: 0;
  }
  .page-connect .community-quote {
    height: 365px;
  }
  #landing-sidebar .signup-form table td input {
    border: none;
    width: 100px;
  }
  .page-connect .community-quote h2 {
    position: absolute;
    bottom: 135px;
    right: 0px;
    color: white;
    font: normal 60px EsalenSerif,Georga,serif;
    text-transform: uppercase;
    display: block;
    text-shadow: 0px 0px 3px black
  }
  .page-connect .community-quote h3 {
    color: white;
    font: normal 36px EsalenHeading,EsalenSans,Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: 110px;
    right: 5px;
    display: block;
    text-shadow: 0px 0px 3px black
  }
}

@media only screen and (min-width: 992px) {
  body.page-connect #feature .content {
    max-width: 992px;
    padding: 0;
  }
  #landing-sidebar .signup-form table td input {
    border: none;
    width: 165px;
  }
	body.path-connect #landing-main iframe {
		height: 338px;
		width: 600px;
	}
}
  
/* ------------------------------------------------------------------------- */

  
/*
 *	Renewal Landing Page
*/
  

.section-campus-renewal #feature {
  	background: #000 url(i/bg-renewal-short.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}


/*--Renewal Photo Gallery --*/

body.path-esalen-campus-renewal #feature {
	background: #404040;
	color: #fff;
	height: auto;
	background-size:750px;
}
body.path-esalen-campus-renewal #feature .view-header {
  display: none;
}
body.path-esalen-campus-renewal #feature .view-photo-galleries .pageable .shortcuts {
  bottom: 25px;
  top: auto;
  left: 50%;
  right: inherit;
  width: 400px;
  margin: 0px 0px 0px -182px;
  z-index: 10;
}
body.path-esalen-campus-renewal #feature .view-photo-galleries .pageable > .shortcuts img {
  width: 81px;
  height: 45px;
  border: 3px solid transparent;
}
body.path-esalen-campus-renewal #feature .view-photo-galleries .node-photo .image {
	position: absolute;
	margin: 55px -20px 0px -20px;
	left: 0px;
	top: -90px;
	right: 0px;
	z-index: 5;
	height: 300px;
	background: transparent no-repeat top center;
	background-size: cover;
}
body.path-esalen-campus-renewal #feature .content {
	padding: 20px;
}
body.path-esalen-campus-renewal #feature .explorer .preview {
	background-color: #9a978e;
	background-color: rgba(173,173,166,0.7);
}
body.path-esalen-campus-renewal #feature .explorer .image {
	background-color: #70544e
}
body.path-esalen-campus-renewal #feature article .description {
  margin: 280px -20px 110px -20px;
  padding: 0px 20px;
}
body.path-esalen-campus-renewal.toolbar #feature article .description {
  margin: 0px -20px 110px -20px;
  padding: 280px 20px 0px 20px;
}
body.path-esalen-campus-renewal #feature article .description h2 {
  color: #808080;
  margin-top: 0px;
}
body.path-esalen-campus-renewal #feature article .description p {
  color: #BFBFBF;
}



@media only screen and (min-width: 600px) {
  body.path-esalen-campus-renewal #feature article .description {
    margin: 280px -20px 50px -20px;
    padding: 0px 20px;
  }
  body.path-esalen-campus-renewal.toolbar #feature article .description { /*-- with admin toolbar --*/
    margin: 0px -20px 50px -20px;
    padding: 280px 20px 0px 20px;
  }
  body.path-esalen-campus-renewal #feature .view-photo-galleries .pageable .shortcuts {
    left: 50%;
    bottom: 0;
    width: 600px;
    margin: 0px 0px 0px -279px;
  }
  body.path-esalen-campus-renewal #feature .view-photo-galleries .pageable > .shortcuts img {
    width: 59px;
    height: 37px;
    border: 3px solid transparent;
  }
} 






@media only screen and (min-width: 768px) {
	body.path-esalen-campus-renewal #banner {
		background: url(i/nav-gradent.png) repeat-x top center transparent;
	}
	body.path-esalen-campus-renewal #feature {
		background: #222;
		background-size: cover;
	}
	body.path-esalen-campus-renewal #feature {
		height: 440px;
		overflow: hidden;
	}
	body.path-esalen-campus-renewal #feature .content {
		padding: 0;
	}
	body.path-esalen-campus-renewal #feature .explorer {
		margin-top: 20px;
	}
	body.path-esalen-campus-renewal #feature .view-header {
		display: none;
	}
	body.path-esalen-campus-renewal #feature article {
		height: 430px;
	}
	body.path-esalen-campus-renewal #feature .view-photo-galleries .node-photo > .description {
		font: normal 15px EsalenHeading, Tahoma, sans-serif;
		line-height: 1.5;
		z-index: 10;
		position: absolute;
		left: 50%;
		bottom: 96px;
		width: 710px;
		margin: 0 0 0 -355px;
		padding: 0;
		color: #fff;
		text-shadow: 0px 1px 2px black;
	}
	body.path-esalen-campus-renewal #feature article .description h2 {
		font: normal 32px EsalenSerif, Georgia, serif;
		line-height: 1.25;
		position: absolute;
		left: 0px;
		bottom: -6px;
		width: 300px;
		margin: 0;
		color: #fff;
		text-align: right;
	}
	body.path-esalen-campus-renewal #feature article .description p {
		max-width: 100%;
		margin: 0 0 0 325px;
		color: #fff;
	}
	body.path-esalen-campus-renewal #feature .view-photo-galleries .node-photo > .image {
		position: absolute;
		left: 0px;
		top: -145px;
		right: 0px;
		z-index: 5;
		height: 530px;
		background: transparent no-repeat top center;
		background-size: cover;
	}
	body.path-esalen-campus-renewal #feature .view-photo-galleries .pageable > .shortcuts {
		position: absolute;
		left: 50%;
		top: auto;
		bottom: 60px;
		width: 300px;
		margin: 0 0 0 -30px;
	}
	body.path-esalen-campus-renewal	#feature .view-photo-galleries .pageable > .shortcuts a {
		font: 0/0 a;
		float: left;
		height: 7px;
		width: 7px;
		margin: 0 7px 0 0;
		background: transparent;
		color: transparent;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	body.path-esalen-campus-renewal	#feature .view-photo-galleries .pageable > .shortcuts a.active,
	body.path-esalen-campus-renewal	#feature .view-photo-galleries .pageable > .shortcuts a:hover {
		background: #fff;
		border-color: #fff;
	}
	body.path-esalen-campus-renewal	#feature .view-photo-galleries .pageable > .shortcuts img {
		display: none;
	}
	body.path-esalen-campus-renewal #feature .block-menu-block {
		z-index: 5;
		margin-top: -66px;
		height: 66px;
    }
}
 
  
/* ------------------------------------------------------------------------- */


/*
 *	Products
 */
.node-product .image {
	font: 0/0 a;
	height: 120px;
	background: transparent no-repeat center;
	background-size: contain;
	color: transparent;
}
.node-product .image.no-image {
	font: normal 9px EsalenSans,Arial,sans-serif;
	width: 70%;
	margin: 0 auto;
	background: #ddd;
	color: #999;
	text-align: center;
	border: 1px solid #d0d0d0;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0px -1px 2px rgba(0,0,0,0.1);
}
.node-product .image.no-image span {
	display: block;
	padding: 40px 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.node-product > aside {
	display: block;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 5px solid #E3EBEC;
}
.node-product > aside cite {
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	margin: 10px 0;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
@media only screen and (min-width: 600px) {
	.node-product > aside {
		float: left;
		width: 160px;
		border: 0;
	}
	.node-product > aside .button {
		display: block;
		padding-right: 0;
	}
	.node-product > .description {
		margin-left: 190px;
		margin-right: 40px;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Misc
 */
body.path-need-link #banner,
body.path-need-link > footer,
body.path-need-link #sidebar {
	display: none;
}
body.path-need-link #main {
	font-size: 16px;
	font-weight: bold;
	max-width: 80%;
	min-width: 300px;
	margin: 0 auto;
	background: transparent;
	color: #7f8b8d;
	border: 0;
	text-align: center;
}
body.path-need-link #main #content {
	min-height: 0;
	width: auto;
	padding: 200px 30px;
	border: 0;
}
body.path-need-link #content .tabs {
	display: none;
}
body.path-need-link p {
	max-width: none;
	margin: 60px 0;
}
body.path-need-link h1 {
	font: 0/0 a;
	height: 50px;
	margin: 0;
	background: url(i/need-link-title.png) no-repeat center;
	color: transparent;
}
#content > .block-block {
	position: relative;
	z-index: 99;
}


/* ALL OUT MUTINY */
/*
#main #content {
	border-color: transparent;
}
#main #sidebar {
	padding-top: 32px;
}
#sidebar .menu > ul > li {
	margin: 0 0 2px;
	border: 0;
}
#sidebar .menu > ul > li > a {
	font-weight: bold;
}
#sidebar .menu > ul > li.expanded,
#sidebar .menu > ul > li.active,
#sidebar .menu > ul > li.active-trail,
#sidebar .menu > ul > li.active-trail > a,
#sidebar .menu > ul > li > a:hover {
	background: #6e98a0;
	color: #fff;
}
#sidebar .menu > ul > li.expanded,
#sidebar .menu > ul > li.active,
#sidebar .menu > ul > li.active-trail {
	border-left: 5px solid #9ab7bd;
}
#sidebar .menu > ul > li.expanded > a {
	color: #fff;
}
#sidebar .menu > ul > li.expanded li a {
	font-weight: bold;
	color: #b1dee4;
}
#sidebar .menu > ul > li.expanded li a:hover,
#sidebar .menu > ul > li.expanded li a.active,
#sidebar .menu > ul > li.expanded li.active a {
	color: #fff;
}
*/


/* ------------------------------------------------------------------------- */

/*
 *	Maintenance Mode
 */
body#maintenance {
	font: normal 15px EsalenHeading,Arial,sans-serif;
	line-height: 1.5;
	background: #78535b url(i/maint-bg.jpg) no-repeat center;
	background-size: cover;
	color: #eab0ae;
	text-align: center;
}
body#maintenance > div {
	position: relative;
	top: 50%;
	width: 80%;
	max-width: 520px;
	margin: -100px auto 0;
}
body#maintenance h1 {
	font: normal 30px EsalenHeading,Arial,sans-serif;
	margin: 0 0 40px;
	color: #fff;
}
@media only screen and (min-width: 600px) {
	body#maintenance {
		font-size: 18px;
	}
	body#maintenance h1 {
		font-size: 50px;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	EHF Articles
 */
.node-type-ehf-article #content > h1 {
	display: none;
}
.ehf-article {
	min-height: 300px;
	padding: 0 0 20px;
}
.ehf-article .publication {
	margin: 0 0 20px;
	width: 215px;
}
.ehf-article .publication .cover {
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	margin: 0 0 12px;
	padding: 20px 20px 20px 50px;
	height: 260px;
	width: 215px;
	background: #3a4041;
	background: #3a4041 -webkit-radial-gradient(center, rgba(255,255,255,0.2), rgba(255,255,255,0));
	color: #fff;
	border-radius: 8px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow:
		inset 29px 0px 0px rgba(0,0,0,0.4),
		inset 15px 0px 0px rgba(255,255,255,0.15),
		inset 0px -2px 8px rgba(0,0,0,0.25),
		1px 1px 0px #fff,
		3px 3px 0px #3a4041;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.75);
}
.ehf-article .publication .cover h2 {
	font-size: 20px;
	margin: 0;
	color: #fff;
	word-wrap: break-word;
}
.ehf-article .publication .cover .more {
	position: absolute;
	left: 50px;
	right: 20px;
	bottom: 16px;
	color: rgba(255,255,255,0.5);
}
.ehf-article .pages,
.ehf-article .id {
	padding: 0 5px;
	color: #888;
}
.ehf-article .pages,
.ehf-article .volume {
	float: right;
}
.ehf-article .details h2 {
	font-size: 30px;
	position: relative;
	margin: 0 0 9px;
	padding: 20px 0 0;
}
.ehf-article h2 span {
	display: block;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	color: #888;
}
.ehf-article cite {
	font-size: 12px;
	font-style: normal;
	color: #888;
	text-transform: uppercase;;
	letter-spacing: 0.4em;
}
.ehf-article .extra {
	max-width: 600px;
	margin: 20px 0 30px;
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
}
.ehf-article .field {
	font-size: 12px;
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px 110px;
	border-bottom: 1px solid #ddd;
}
.ehf-article .field-label {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100px;
	color: #bbb;
}
body .views-exposed-form .views-exposed-widget {
	float: none;
	position: relative;
	margin: 0 0 10px;
}
#edit-field-year-value-wrapper input {
	width: 3.2em;
}
#edit-field-year-value-wrapper .form-item,
#edit-field-year-value-wrapper label {
	display: inline-block;
}
#edit-field-year-value-wrapper .form-item label {
	font-size: 12px;
	margin: 0 5px;
	color: #999;
}
@media only screen and (min-width: 600px) {
	.ehf-article {
		position: relative;
		padding-left: 250px;
	}
	.ehf-article .publication {
		position: absolute;
		left: 0;
		top: 0;
	}
	body .views-exposed-form .views-exposed-widget {
		padding: 5px 10px 5px 330px;
	}
	body .views-exposed-form .views-submit-button {
		padding: 0;
		margin: 0 0 0 90px;
		background: transparent;
	}
	body .views-exposed-form .views-exposed-widget .form-submit {
		margin: 0;
	}
	.views-exposed-widget > label {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 10px;
	}
	.views-exposed-form .views-operator {
		position: absolute;
		left: 90px;
		top: 0;
		margin: 0;
		padding: 10px 0;
	}
}


/* ------------------------------------------------------------------------- */


/*
 *	Responsive design breakpoints
 *	Use these throughout this CSS file to target different viewport widths
 */
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1382px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}


/* @end -------------------------------------------------------------------- */
