@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,600,700|Viga:400|Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);
/*
Theme Name: 	ERG2013
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally bare Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, bare, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
@import "bootstrap/css/bootstrap.css";
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

/*@font-face { 
	font-family: 'UCBOS';
 	src: url('./UCBerkeleyOS/UC Berkeley OS.otf');
}
*/
@font-face { 
	font-family: 'UCBOS-Sign Titling';
 	src: url('./UCBerkeleyOS/UC Berkeley Sign Titling.otf');
}
div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#f0f0f0; padding-top:36px; font-family:"helvetica neue", Helvetica, sans-serif; font-weight:200; }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

a { color:#2a6496; /*#779DBD; */}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body { /*max-width:1200px; */margin:0 auto; }
body,
input,
textarea 			{ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-family:'Titillium Web', "Helvetica Neue", helvetica, sans-serif; font-weight:700; }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* up to 480 */
@media screen and (max-width:767px) {
  #feature_carousel .carousel-caption { margin-bottom:20px; font-size:1em; font-weight:100; background:#fff; background:rgba(255,255,255,.8); border-radius:.5em; color: #333; text-shadow: none; }
}
@media screen and (min-width:768px) {
  #feature_carousel .carousel-caption { margin-bottom:20px; padding:.5em 1em 2em; background:#fff; background:rgba(255,255,255,.8); font-size:1.2em; font-weight:200; border-radius:.5em; color: #333; text-shadow: none; }
}
@media screen and (min-width:992px) {
	#feature_carousel .carousel_bottom { margin-top:250px; }
  #feature_carousel .carousel-caption { margin-bottom:90px; padding:.5em 1em 2em; background:#fff; background:rgba(255,255,255,.8); font-size:1.2em; font-weight:200; border-radius:.5em; color: #333; text-shadow: none; }
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}
#page .content, .page .content { padding:1em 0px 0; }
/*.page .content ol { padding:0 60px; }*/
.page .content ol li { list-style:decimal; }
.page .content li { margin:0; }

footer .nav.nav-pills li > a { padding:4px 15px; font-size:12px; }
footer { background:#012d52; color:#f0f0f0; min-height:200px; position:relative; width:100%; padding-top:0px; }
footer .row1 { margin-top:0px; }
footer .row2 { }
#menu-footer { margin:4px 0; 
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms; 
}
#menu-footer:hover { background:rgba(255,255,255,.1); }
#menu-footer li a { border-radius:0; color:#519cdd; }
#menu-footer li.active a { color:#fff; }
#menu-footer li a:hover,#menu-footer li.current-menu-item { color:#fff; background-color:#779DBD; }
.menu-footer-container { box-shadow: 0 0em 2em -1px rgba(0,0,0,.5); }
footer .row3 { padding:0px; }
footer .row4 {  padding:10px 15px; }
footer #copyright { position:absolute; bottom:0; width:100%; text-align:center; font-size:10px; }
footer .address { text-align:center; margin:0px 15px; padding:15px 0;}
footer .address .line { display:inline-block; line-height:1em; }
footer .address .line > span { display:inline-block; font-size:12px; line-height:1em; margin:6px; }
footer .address a { color:inherit; }
footer #logo { margin:8px 15px 0px; float:left; }
footer #logo .erg { font-size:48px; }
footer #logo .vertical_bar { height:44px; }
footer #logo .tagline.hidden-xs { line-height:48px; font-size:18px; }
footer #logo .tagline.visible-xs { line-height:1.2em; font-size:14px; }
#feature_box { overflow:hidden; }
#feature_carousel .carousel-caption a { color:inherit; }
#feature_carousel .carousel-caption .read_more_link { position:absolute; right:30px; opacity:0; transition:opacity .3s ease; }
#feature_carousel .item:hover .read_more_link { opacity:.7; }
#feature_carousel .carousel-caption .read_more_link:hover { opacity:1; }
#feature_carousel .carousel-indicators { bottom:0; }
#feature_carousel .carousel-caption a:hover { text-decoration:none; }
#feature_buttons { border-top: 0px solid #9fcf6c; z-index: 4; height:inherit; margin-top:-80px; }
#feature_buttons .feature_button { width:24%; margin:0 .5%; background:rgba(255,255,255,.4); text-align:left; padding:10px 20px; height: 60px; position:relative;  -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; 
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
#feature_buttons .feature_button a { text-shadow: 0 1px 5px #333; color:#fff; text-decoration:none; }
#feature_buttons .feature_button.active a { text-shadow: none; color:inherit; text-decoration:none; }

#feature_buttons .feature_button .feature_button_content { text-align:center; width:100%; min-height: 60px; position:absolute; padding:6px 8px; top:0; left:0; background:none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
#feature_buttons .feature_button .feature_button_content .blurb { display:none; }
#feature_buttons .feature_button.active { color:#444; background:#fff; }
/*#feature_buttons .feature_button.active .feature_button_content .blurb { display:run-in; }*/
/*#feature_buttons .feature_button a:hover, #feature_buttons .feature_button.active { color:#333; }*/
#feature_buttons .feature_button.active .feature_button_content { width:100%; bottom:0; box-shadow:inset 0px -10px 20px -10px rgba(0,0,0,.5); top:auto; }
#feature_buttons .feature_button .feature_button_content .thumbnail { background-position:center; background-size:cover; width:48px; height:48px; margin-right:8px; float:left; }
#feature_buttons .feature_button .title { font-size:14px; font-weight:normal; }
#feature_buttons .feature_button .blurb { display:block; font-size:12px; font-weight:normal; }
/*#feature_buttons .feature_button:hover, #feature_buttons .feature_button.active {  }*/
/*#feature_buttons .feature_button.active .feature_button_content:after { content: ''; position: absolute; border-style: solid; border-width: 0 30px 25px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; margin-left: -30px; top: -25px; left: 50%; }*/
/*#feature_buttons .feature_button:hover > a { }*/
#feature_carousel { overflow:hidden; }
#feature_carousel .background-carousel { background-position:center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow:hidden; }
#feature_carousel .carousel_bottom { margin-top:560px; }
#logo.inline { color:rgba(255,255,255,.9); color:white; position:relative; background:transparent; }
#logo.hover { color:rgba(255,255,255,.9); color:white; text-align:center; position:absolute; top:40px; left:20px; background:transparent; z-index:3;text-shadow:0 1px 5px black; }
/*#logo > span { text-align:center; }*/
#logo .branding { float:left; padding:0;}
#logo .vertical_bar { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin:0 10px; float:left; background:white; width:4px; height:92px; }
header #logo .vertical_bar { box-shadow: 0 0 8px -1px black; }
#logo .tagline { font-family:'crimson text', 'helvetica neue', helvetica, sans-serif; text-align:left; display: inline-block; position: relative; }
#logo .tagline.hidden-xs { float:left; font-size: 24px; padding: 0; line-height:92px; }
header #logo .tagline.visible-xs { float:left; width:150px; font-size: 18px; padding: 6px 0 0 0;  }
#logo .erg { font-family:'crimson text', 'helvetica neue', helvetica, sans-serif; display:block; font-weight:400; line-height:.9em; }
#logo .erg .g { margin-left: -.06em; }
#logo .hidden-xs .erg { font-size:88px; }
#logo .visible-xs .erg { font-size:48px; }
#logo .visible-xs .energyresourcesgroup { text-align:right; width:91px; font-size:12px; line-height:1.2em; }
.erg { font-family:'crimson text', 'helvetica neue', helvetica, sans-serif; font-weight:400; }
.topnav_logo.erg a { font-size:36px; line-height:20px; }
.topnav_logo.erg.visible-xs a { font-size:18px; line-height:26px; }
#logo .energyresourcesgroup { font-family:'crimson text', 'helvetica neue', helvetica, sans-serif; text-align:center; letter-spacing:1px; font-size:12px; display:block; line-height:1em; }
#feature_carousel .carousel-inner > .item {  }
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel-control.left{
  right:0;
  opacity:1;
  z-index:2;
	background:none;
}
.carousel-control.right {
    right:0;
    opacity:1;
    z-index:2;
		background:none;
}
.carousel-caption { text-align:left; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p { padding:0 15px 0 15px; }
.content p { text-align:justify;}
.content article ul, .content article ol { margin:-.5em 50px 1em; }
.content article ul li { list-style:circle; }
#tribe-events-content.tribe-events-single { padding:1em 15px;}
/*.post_title { margin-bottom:0; }*/
#thefold { display:none; height:4px; border-top:1px solid #eee; border-bottom:1px solid #eee; }
#belowthefold { padding-top:10px; box-shadow: 0px -10px 8px -8px black; }
#belowthefold .section_heading { text-align:center;}
#welcome { padding-bottom:30px; border-left:1px solid #eee; border-right:1px solid #eee; }
#welcome .section_heading { text-align:center; padding:0px .5em .5em; }
/*#welcome .section_heading { padding:.5em; }*/
#top_welcome { background:#f4f4f4; margin-bottom:0; text-align:center; }
#top_welcome h1 { padding:.5em 2em; margin-top:0; border-bottom:none; }
header nav { box-shadow:0px 0 10px -2px black; }
#page { width:100%; margin-bottom:0px;}
#page_head { margin-bottom:0px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5); /* border-bottom: 0px solid #012d52;*/ height:180px; background-position:center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow:hidden; }
/*#page_head:hover { filter:blur(0px); -o-filter:blur(0px); -ms-filter:blur(0px); -moz-filter:blur(0px); -webkit-filter:blur(0px); }*/
#page_head #branding { background:none; height:100%; }

.navbar-header .navbar-brand { padding:12px 6px; font-size:20px;}
/*.navbar-nav > li > a { display:inline-block; }*/
#topnav .current-menu-item > a { background:rgba(119, 157, 189, .5); color:#fff; }
#topnav .current-menu-parent > a { background:#eee; color:inherit; }
#topnav a:hover { background:#779dbd; background:rgba(119, 157, 189, .8); color:#fff; }
body.logged-in.admin-bar > header > nav { top:30px; }
/*#topnav  current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor*/
#pagenav { margin-top:20px; padding-left:15px; }
#pagenav .current-menu-item > a { font-weight:700; }
/*.person_page #person_meta .section_heading { padding:0 .5em 1em; }*/
#person_title .titles { display: block;
  font-size: .8em;
  margin-top: .5em;
}
.person_page #person_meta ul { margin:0 30px; }
.person_spotlight .person_meta { margin-top:10px; padding:0 10px; }
.person_spotlight .person_meta > .title { display:block; text-align:center; font-weight:bold; font-size:.8em; text-transform:uppercase; color:#666; }
.person_spotlight .person_meta ul.topics { display:block; text-align:left; margin:0; }
.person_page.faculty .nav li.faculty > a, .person_page.professor-emeritus .nav li.faculty > a,.person_page.in-memoriam-2 .nav li.faculty > a   { font-weight:bold; color: #ffffff; background-color: #779DBD; }
.person_page.alumni .nav li.alumni > a { color: #ffffff; background-color: #779DBD; }
.person_page.student .nav li.student > a { color: #ffffff; background-color: #779DBD; }
.person_page.visiting-scholars .nav li.visiting-scholars > a { color: #ffffff; background-color: #779DBD; }
.person_page.staff .nav li.staff > a { color: #ffffff; background-color: #779DBD; }
#pagenav_mobile { border-bottom: 1px solid #ddd;
padding: .5em 0;
background: rgba(255,255,255,.5); }
#news_cols, #events_cols, #spotlight { border-top:1px solid #eee; }
#news_cols > .section_heading, #events_cols > .section_heading, #spotlight > .section_heading { line-height:31px; }
#news_cols p, #events_cols p { text-align:left; }
#news_tabs { border-top: 1px solid #eee;}
#news_tabs .nav-tabs > li.active > a { background-color:#f4f4f4; }
#news_tabs .nav-tabs { margin-top:2px; border-bottom:1px dotted #ccc; }
#news { padding-top:10px; }
#news li { margin:0; }
#news time { font-size:11px; }
#news .post .post_title { margin:20px 0 0 0; line-height:4px; }
/*#news_events_tabs > li { margin:0; }*/
body.home .post.category-news p, .tribe_events p { font-size:14px; }
.tribe_events .event_date, .event_date { padding:0; font-size:12px; line-height:1em; font-weight:700; }
.post_preview { margin-bottom:1em; }
.news_item .btn-block, .event_item .btn-block, .spotlight_item .btn-block { background:none; }
.post_preview > .post_title { border-bottom: 1px solid rgba(127,127,127,.1);
padding-bottom: .5em;
text-transform: capitalize; }
.event_item .event_venue { font-size:12px; margin:.25em 0; }
.news_item, .event_item, .spotlight_item { overflow:hidden; transition:all .5s ease; padding:.5em 1em; background:#f2f2f2; background:rgba(255,255,255,.4); margin:0em .25em .5em; border-radius:4px; }
.news_item:hover, .event_item:hover, .spotlight_item:hover { background:#fff; background:rgba(255,255,255,..8); border-radius:4px; }
.news_item p, .event_item p, .spotlight.post_preview p { font-size:14px; }
.event_status { position:absolute; display:none; font-weight:bold; text-transform: uppercase; margin:0 6px; }
.event_status.canceled { display:inline-block;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 6px;
  position: absolute;
  color: #666;
  color: rgba(0,0,0,.6);
  border-top: 1em solid rgba(0,0,0,.05);
  padding: 0em 0;
  width: 200%;
  text-align: center;
  font-size: 36px;
  left: -50%;
  transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(-15deg);
  top: 0em;
  border-bottom: 1em solid rgba(0,0,0,.05);
  }
.event_status .event_status_container { text-align: center; transform: rotate(-25deg); -ms-transform: rotate(-25deg); -webkit-transform: rotate(-25deg); line-height:0; display:table-cell; top:50%; }
.top_post_image > img { width:100%; height:auto; }
.post_preview_image iframe { width:100%; height:240px; }
.post_heading { color: #ccc; text-transform: uppercase; font-weight: 100; letter-spacing: 4px; }
.section_heading { color: #666; text-transform: uppercase; font-weight: 300; letter-spacing: 4px; border-bottom: 1px dotted #ccc; }
.section_heading .preheading { text-transform:uppercase; font-weight:normal; font-size:12px; display:block; margin-bottom:8px; }
h1.section_heading { font-size:2em; padding:.5em; margin-top:0; } 
h2.section_heading { font-size:1.2em; padding:.5em; margin-top:0; }  
h3.section_heading { font-size:.9em; padding:.5em; margin-top:0; } 
h4.section_heading { font-size:.7em; padding:.5em; margin-top:0; } 
h5.section_heading { font-size:.6em; padding:.5em; margin-top:0; } 
h6.section_heading { font-size:.5em; padding:.5em; margin-top:0; } 
/*.lead > .section_heading { margin-top:20px; }*/
.person_spotlight .section_heading > a { font-weight:bold; }
.person_spotlight .section_heading .titles { float:none; }
.person_spotlight article { padding:0 15px; }
.person_spotlight .foot { background:inherit; text-align:center; position:absolute; width:100%; left:0; bottom:0; border-radius:0; border-top:1px solid #ddd; border-top:1px solid rgba(0,0,0,.1); }
.person_spotlight .foot:hover { background:#fff; }
.person_spotlight .person_meta li { margin: 0px 1em 6px 0; display:inline-block; font-size:14px; line-height: 1.2em; list-style: none; text-transform: uppercase; font-size:1em; }
#person_meta li.topic { text-transform:capitalize; }
article { padding-bottom:20px; }
.person_spotlight ul.person_meta { display:inline; padding:0 20px; margin:0; }
.content img { padding:0; }
img.alignleft { float:left; margin-right:15px; }
img.alignright { float:right; margin-left:15px; }
img.aligncenter { display:block; float:none; margin:15px auto; }
/*img { margin:15px 0; }*/
.spotlight  { margin-bottom:1em; overflow:hidden; }
.person_spotlight > div { padding-bottom:70px; }
.post_preview_link { display:block; font-size:.8em; text-align:right; transition:.5s all ease; color:#ccc; color:rgba(0,0,0,.2); }
div:hover > p > .post_preview_link, div:hover > button > .post_preview_link { color:inherit; }
.person_item {  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: background .3s;  -webkit-border-radius: 4px; -moz-border-radius: 4px; border:1px solid transparent; overflow:hidden; background:#f2f2f2; background:rgba(255,255,255,.5); height:auto; 
  margin: .5em .25em;
  padding: 1em .7em 1em; 
}
.person_item > .post_preview_link { display: block; margin-bottom: .5em; }
.person_item.person_student, .person_item.person_alumni { height:auto; }
.person_item ul { padding:0; font-size:11px; line-height:1.4em; margin:.5em 0 0; display:block; float:left; width:100%; }
/*.person_item > .topics { padding:0; margin:.5em 0 0; border-top:1px dotted rgba(0,0,0,.1); display:block; float:left; }*/
.person_item .person_meta li a {  }

.person_item .person_excerpt { margin:.5em 0px 0; text-align:left; float:left; }
.person_item.person_student .person_excerpt, .person_item.person_alumni .person_excerpt { display:none; }
.person_item.person_student .person_meta, .person_item.person_alumni .person_meta { display:block; margin-top:.5em; }

div[class*='person_visiting_scholar'].person_item .person_excerpt, div[class*='person_faculty'].person_item .person_excerpt, .person_item.person_staff .person_excerpt { display:block; }
div[class*='person_faculty'].person_item .person_meta, .person_item.person_staff .person_meta { display:none; }
.person_item li.topic { margin: 0px; display: block; list-style: none; text-transform: capitalize; line-height: 1.2em; padding:4px; word-wrap:break-word;}
.person_item li.topic.even { background:none; }
.person_item li.topic.odd { background:rgba(0,0,0,.02); }
.parent_page_item:hover, .person_item:hover { background:white; background: rgba(255,255,255,.9); box-shadow: 0 0 7px -2px rgba(0,0,0,.5) }
.parent_page_item:hover > button, .person_item:hover > button { opacity:1; bottom:0; }
.parent_page_item:hover > a, .person_item:hover > a {  }

.person_item .headshot { margin:0 4px 4px .5em; border:1px solid #666; float:right; border-radius:4px; overflow:hidden; height:70px; width:60px; background-position:center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow:hidden; 
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease }
div[class*='person_faculty'].person_item .headshot { margin:0 4px 2px 1em; border:1px solid #666; float:right; border-radius:4px; overflow:hidden; height:120px; width:100px; background-position:center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow:hidden; }
div[class*='person_alumni'].person_item .headshot { width:40px; height:45px; }
.person_item .headshot .glyphicon-user { color:#ccc; color: rgba(0,0,0,.05); font-size: 110px; margin-left: -15px; position: absolute; top: 10px; }
/*.person_page .headshot_wrapper, .spotlight .headshot_wrapper { width:100%; position:relative; margin:40px auto; }*/
.person_page .headshot { box-shadow:inset 0 0 10px -2px black; border:0px solid #555; -webkit-border-radius: 5%; -moz-border-radius: 5%; border-radius: 5%; overflow:hidden; display:inline-block; margin:0px 5%; width:90%; height:200px; text-align:center; background-position:center; background-size:cover; background-color:inherit; }
.spotlight .headshot { float:right; border:1px solid #555; -webkit-border-radius: 5%; -moz-border-radius: 5%; border-radius: 5%; overflow:hidden; display:inline-block; margin:0px 0 0 1em; width:20%; min-width:60px; height:200px; text-align:center; background-position:center; background-size:cover; background-color:#efefef; }
.person_page .headshot .glyphicon-user { color:#ccc; color: rgba(0,0,0,.05); font-size: 240px; margin-left:0 auto; position: relative; width:100%; text-align:center; }
.person_page .headshot img, .spotlight .headshot img { width:100%;height:auto; margin:0; }
.parent_page_item {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
  background:#f2f2f2; background:rgba(255,255,255,.5); height:auto; margin: .5em .25em;
padding: .5em .5em 1em;
  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border:1px solid transparent; overflow:hidden;  }
.parent_page_item .image { margin:0 6px 2px; border:none; float:left; height:180px; width:100%; background-position:no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow:hidden; }
.parent_page_item .image .glyphicon { color:#ccc; font-size: 170px; margin-left: -80px; position: absolute; top: 10px; }
.parent_page_item .image { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; box-shadow:inset 0 0 6px #666; display:inline-block; margin:2%; width:96%; text-align:center; }
.parent_page_item:hover .image { box-shadow:none; }
/*.person_page .headshot .glyphicon-user {  }*/
.parent_page_item p, .person_item p { padding:0 0px; font-size:14px; }
.person_item.spotlight { height:auto; }
.person_item.spotlight p { font-size:16px; }
.parent_page_item .name { font-size:22px; padding:0; }
.person_item .name, .person_item .titles { margin:2px 0px 0px; padding:0; font-weight: normal; word-wrap:break-word; }
.person_item .name { font-weight:600; }
.parent_page_item button, .person_item button { 
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
  opacity:1; display:block; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; bottom:0em; left:0; }
/*  .parent_page_item button, .person_item button > a { color:white; }*/
/*.parent_page_item button:hover, .person_item button:hover > a { color:white;  }*/
.parent_page_item .titles, .person_item .titles { font-weight:normal; }

.news-events .post_preview_image { margin:0 15px; float:left; }
.news-events .post_preview_image > img { width:auto; }
.post_heading time, .section_heading time {display:block; font-size:.7em; padding:0; } 
time { padding:0; font-size:.7em;}
#footer { -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em; 
  -webkit-transition: top .5s ease;
  -moz-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
  visibility:hidden;
}
#footer .ucb img { float:left; margin-right:6px; }
#footer .ucbtext { font-family:UCBOS-Sign Titling, serif; font-weight:700; /*position:absolute; bottom:0; */color:white; }
#footer .ucbtext .line2 { display:block; }
#footer #social { padding:6px 50px 4px 10px; position:relative; }
#footer #social.hidden-xs {text-align:right;}
#footer #social_mobile {text-align:center;}
#footer #social .social_icon a { padding:0; margin:6px 6px 0 0; zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
#footer #social .social_icon a:hover { filter: alpha(opacity=100); opacity: 1; }
#footer .affiliate_logos { text-align:center; }
#footer .affiliate_logos > div { padding:10px 0; }
#footer .affiliate_logos .affiliate_logo { margin:6px 20px; display:inline-block; }
#footer .affiliate_logos .affiliate_logo a:hover { text-decoration:none; }
#footer .affiliate_logos .cnr img { height:60px; }
#footer .cnr { background:white; padding:6px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; box-shadow:inset 0 0 10px -2px #000; }


.sb-search {
/*	position: absolute;*/
	margin-top: 0px;
	width: 0%;
	min-width: 50px;
	height: 50px;
/*	right:0;*/
	overflow: hidden;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-backface-visibility: hidden;
}
/*#sb-search-top.sb-search { position: relative; float:right; }*/
/*#sb-search-bottom.sb-search { position: absolute; right: 0; }*/
.sb-search { position: absolute; right: 0; }

.sb-search-input {
	top: 0;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 10px 65px 10px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
  opacity:0;
}
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
  
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search:hover { background:#9fcf6c; color:#fff; }
.sb-icon-search {
	color: inherit;
	background: transparent;
	z-index: 90;
	font-size: 22px;
	speak: none;
}
footer .sb-icon-search {
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  border-top-right-radius: 14px;
}
#footer .sb-icon-search { 	color: rgba(255,255,255,.5); }
#footer .sb-icon-search:hover {	color:white; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #9fcf6c;
	color: #fff;
	z-index: 11;
}
footer .sb-search { top:-1px; }
footer .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  border-top-right-radius: 14px;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.sb-search-open .sb-search-input { background:#fff; background:rgba(255,255,255,.9); opacity:1; }

div[id*='contact-form-'] { margin: 2em; box-shadow: inset 0 0 10px -3px; padding: 1em; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background: #fff; }
.menu-site-map-container .sub-menu { margin:20px 20px 20px 0; padding:0 30px; border-left:2em solid #eee; }
.page .content .menu-site-map-container li { margin:6px 0px; }
#erg_blog { margin-right:50px; }
.hilite { background:yellow; }
#feature_carousel .carousel-caption .carousel-item-title { font-size:24px; font-weight:200; text-align:center; }

blockquote p { font-size:1em; }