@import url('blog.css');

/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
 
/****************************** Reset ******************************/
html, body, header, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,  font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
ol, ul {

}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {
	display: block;
}
a img {
	border: 0;
}
hr {

}
sub, sup {
	position: relative;
}
sub {
	bottom: -.5em;
}
sup {
	top: -.5em;
}
/****************************** Override Drupal's Menu Class Names ******************************/
.fake-leaf {
	font-size: inherit;
}
#region-sidebar-first .leaf, #region-sidebar-first .collapsed, #region-sidebar-first .expanded {
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
.menu {
	list-style-position: outside;
}

#region-sidebar-first .menu {
	list-style: none;
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0;
}
#region-sidebar-first .menu li {
	border-bottom: 1px dotted #aba698;
	margin-left: 0;
}
#region-sidebar-first .menu li ul {
	margin: 0;
	list-style: none;
}
#region-sidebar-first .menu li li {
	margin-left: 1em;
	border-bottom: 0;
}

#region-sidebar-first .menu li a {
	display: block;
	padding: .625em 0;
	line-height: 1.5em;
	background-color: #fff;
}

#region-sidebar-first .menu li a:hover {
	background-color: #eeece6;
}
#region-sidebar-first .menu li a.active:link {
	color: #2f2a20;
}

#region-sidebar-first .collapsed {
	list-style-image: url("../img/menu-collapsed.png") !important;
	list-style-type: disc;
}
#region-sidebar-first .expanded {
	list-style-image: url("../img/menu-expanded.png") !important;
	list-style-type: disc;
}
/****************************** Body ******************************/
body {
	font: normal 12px/16px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	background-color: #FFF;
	color: #2f2a20;
	min-width: 320px;
}

/****************************** Omega Overrides ******************************/
.pager li,
.node-links ul li a,
.comment-links ul li a,
button,
textarea,
select,
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
.ie6-button,
* html button, 
.ie6-input,
* html textarea,
* html select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
/****************************** Common Classes ******************************/
.none {
	display: none;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin: auto;
}

.hidden {
	visibility:hidden;
}
p.dropcap:first-letter  {
	text-transform: uppercase;
	font-size: 6em;
	line-height: 0.9;
	margin-bottom: -0.2em;
	padding: 0 3px 6px 0;
	float: left;
}

/****************************** Elements ******************************/
p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 21px;
}

/****************************** Links ******************************/
a:link { color: #c00404; text-decoration: underline; }
a:visited { color: #b78080; text-decoration: underline; color: #966; }
a:hover { color: #300; text-decoration: none; }
a:active { color: #e00; text-decoration: none; }

/****************************** Images / Figures ******************************/
a img { border: 0; }
.field-story-body img {
	max-width: 100%;
}

/****************************** iFrames ******************************/

iframe {
	max-width: 90% !important;
}
figure iframe {
	max-width: 100% !important;
}

/****************************** vCards ******************************/
/* Firefox will not render an address area properly, so style the contents, not the <address> */
.vcard {
	font-style: normal;
	font-size: .9125em;
	margin-bottom: 2em;
}

.vcard .type {
	font-weight: normal;
}

.vcard span, .no-wrap {
	white-space: nowrap; /* helps keep United States on one line */
}

/****************************** Headers ******************************/
h1 {
	font: bold 20px/30px Georgia, serif;
	margin-bottom: 12px;
}
h2 {
	font: bold 18px/27px Georgia, serif;
	margin-bottom: 15px;
}
h3 {
	font: bold 16px/24px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom: 16px;
}
h4 {
	font: bold 16px/24px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom: 0;
}
h5 {
	font: bold 14px/21px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom: 2px;
	}
h6 {	
	font: bold 12px/18px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom: 4px;
}

h1.title {
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 26px;
	font-weight: normal !important;
	line-height: 38px;
	margin: 0 0 0 3%;
	padding: 32px 0 10px;
	position: relative;
}
h1.title .eyebrow {
	display: block;
	font-size: 12px;
	color: #363636;
	margin-bottom: -9px;
}

h5.eyebrow {
	text-transform: uppercase;
}

/****************************** HJF Webfont Styles ******************************/
.banner-text h1 .site-title {
	position: relative;
	left: auto;
	top: auto;
	margin: 10px 0 0 10px;
	width:auto;
	line-height:1em;
	font-size:.8em;
	font-weight: normal;
	vertical-align: baseline;
	color: #010103;
}

.banner-text:after {
	position:relative;
	text-shadow:1px 1px 2px #000;
	top: 70px;
	width:auto;
	line-height:1em;
	font: normal 700 22px 'Vitesse 7r', 'Vitesse A', 'Vitesse B';
	vertical-align: baseline;
	color: #fff;
}

.content h2 {
	font-family: 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 700;
	font-style: normal;
}

.region-sidebar-first .block h2, .region-sidebar-second .block h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 7px;
	text-transform: none;
	border-bottom: 1px dotted #847D6A;
	color: #847D6A;
	background: none;
	text-align: left;
	padding: 2px 0 2px 10px;
}

.region-sidebar-second ul li {
	list-style-image: url("../img/bullet-red.png");
	margin-bottom: .25em;
}

.more-events span {
	font-family: 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 700;
	font-style: normal;
}

.block-calwidget h2 {
	font-family: 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 700;
	font-style: normal;
	color: #fff;	
}
/* this is a style that matches the column heading in the styleguide */
.column-header {
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	background-color: #eeece6;
	border-bottom: 1px solid #aba698;
	padding: 6px;
	text-transform: uppercase;
}
hr {
	background-color: #2f2a20;
	border: 0;
}

.node-type-list dd {
	margin-bottom: .5em;
}
.tabs {
	margin-top: 8px;
}
.tabs li {
	font-size: 12px;
	margin-left: 0;
	position: relative;
}
.tabs li a {
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}
/****************************** Messages ******************************/
.messages {
	background-color: #ffcc00;	
}
.messages h3 {
	text-align: center;
		
}
/****************************** List Columns ******************************/
.list-columns {
	overflow: auto;
}
.list-columns ol, .list-columns ul{
	width: 33%;
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
}
.list-columns ol li {
	margin-left: 0;
}
table { 
	margin-bottom: 18px;
	color: #2f2a20;
	width: 100%;
	border: 1px solid #d7d5d3;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
}
table ul, table ol, table dl, table p, table h1, table h2, table h3, table h4, table h5, table h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 1em; 
	line-height: 1.5em;
}

/* browser support for this is limited */
tr:nth-child(even), tr.even, tr.even {
	background-color: #efece4;
}
tr:nth-child(odd), tr.odd, tr.odd {
	background-color: #fff;
}

tr.even th, tr.even td {
	background-color: transparent; /* override omega; we apply row color to the tr instead */
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: transparent; /* override omega */
}


th, td { 
	font-size: 12px;
	line-height: 21px;
	padding: 0 12px;
	line-height: 18px;
	border-bottom: 1px solid #aba698;
	border-right: 1px solid #aba698;
}
td .description, td label {
	font-size: inherit;
}
th, td, table caption {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	border: 1px solid #d7d5d3;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
thead th { 
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #aba698;
	padding: 15px;
}
td, tbody th {
	padding: 10px;
}
tbody th, tbody th  {
	font-weight: bold;
}

th, thead th, tbody th {
	border-color: #d7d5d3
}
.numeric { text-align: right; }




blockquote {
	margin-bottom: 21px;
	padding: 0 25px 0 25px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #2F2A20;
	position: relative;
}
/*blockquote:before{
	content: "“";
	position:absolute;
	top: 30px;
	left: 0;	
	font-style: normal;
	font-family: 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 700;
	font-size: 100px;
	color: #c3c3c3;	
}*/

body.node-type-article .field-story-body blockquote p {
	line-height: 1.5em;
	margin-bottom:  0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

blockquote cite {
	display: block;
	text-align: right;
}
blockquote cite:before {
	content: "\2014 ";
}
cite {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
}

.pullquote {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	float: left;
	width: 45%;
	color: #aba698;
	padding-left: 0;
	padding-right: 1em;
}
blockquote.pullquote p {
	line-height: 1.5em;
	color: #aba698;
}

.pullquote cite {
	display: inline;
	color: #2f2a20;
	font-size: 10px;
	font-weight: bold;
}
.pullquote cite:before {
	content: "";
}


sub, sup {
	font-size: .75em;
	line-height: 0;
}

dfn, abbr, acronym {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted #333; 
}

samp, kbd, code {
	font-family: Monaco, Courier, monospace;
	white-space: pre;
}
samp, kbd {
	color: #000;
}

code {
	color: #006;
}

var, .vars {
	color: #060;
}

abbr { 
	font-style: inherit;
}

label, legend {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}



/****************************** Tips ******************************/
.tips {
  font-size: 12px;
  color: #2f2a20;
}

fieldset .tips  {
  font-size: 10px;
  color: #847D6A;
}
span.form-required {
  color: #c00404;
}

span.submitted, .description {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 9px;
  color: #2f2a20;
}
.form-item .description {
	font-size: .625em;
	color: #847D6A;
}

.field-prefix {
  font-size: 0.75em;
  line-height: 1.75em;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}
#messages {
	z-index: 99;
}

div.draft-message {
	background-color: #f2d7d7;
	border: .1em solid #c00404;
	text-align: center;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

/****************************** Lists ******************************/
li {
	margin-left: 18px;
	list-style-position: outside;
}
dt {
	font-size: 100%;
	font-style: italic;
}
dd {
	font-size: 100%;
	font-style: normal;
	line-height: 1.25em;
	margin-left: 12px;
}

ul ul,
ol ol {
	margin-bottom: 0;
	margin-left: 1em;
}

ul, ul ul ul ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}


ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol  {
	list-style-type: lower-roman;
}


li.roman-upper { list-style-type: upper-roman; }
li.roman-lower { list-style-type: lower-roman; }
li.alpha-upper { list-style-type: upper-alpha; }
li.alpha-lower { list-style-type: lower-alpha; }
li.greek-lower { list-style-type: lower-greek; }

/****************************** Text ******************************/
p.no-space {
	margin-bottom: 0;
}

p.bio-name {
	font: bold 1.125em/1.5em Georgia,serif;
	margin-bottom: 0;
	color: #2f2a20;
}

p.bio-title {
	font: bold 1.0625em/1.5em Georgia,serif;
	margin-bottom: 0;
	color: #2f2a20;
}

p.bio-intro {
	clear: left;
}    

.no-bullet       { background: none; list-style: none; list-style-image: none; }
.small           { font-size: .8em; line-height: 1.875em; }
.large           { font-size: 1.2em; line-height: 1.25em; }
.highlight       { background: #ffc; }


footer.submitted {
	margin-bottom: 18px;
}


.headlines-nav a, #more-news-button a {
	outline: none;
}
#section-footer {
	padding-top: 1em;
}
.region-sidebar-first .block,
.region-sidebar-second .block {
	margin-bottom: 30px;
}
.region-sidebar-first .block h2,
.region-sidebar-second .block h2 {
	margin-bottom: 5px;
}
article.node .field-name-body {
	font: normal 14px/21px Georgia, serif;
}
.block-main {
	padding-top:0px;
}
.more-link  {
	text-align: center;
}

.more-link a {
	color: #FFF;
	background-color: #645e50;
	text-align: center;
	margin: 15px auto 15px auto;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	text-decoration: none;
}

/****************************** Comments ******************************/
#comments article h3 {
	margin-bottom: 0;
}
#comments article footer {
	font-size: 11px;
	margin-bottom: 6px;
}
#comments article .field-name-comment-body {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 21px;
}
#comments em.new {
	color: #900;
	float: left;
	margin-right: 1em;
}
/****************************** Layout ******************************/
#page {
	width: 100%;
	overflow-x:hidden;
}
/****************************** Header ******************************/
#section-header {

}
#zone-header, #zone-menu, #zone-banner {
	position: relative;
	z-index: 1;
}
#zone-header {
	z-index: 3;

}
#zone-menu {
	z-index: 2;
}

/****************************** Gateways - Information for Students, Faculty, etc.  ******************************/
#region-gateways {
	width: 100%;	
	min-height: 29px;

	margin-left: 0px !important;
	margin-right: 0px !important;
}
.block-brown-gateways {
	display: none;	
}

.region-gateways-inner {
	margin:0 auto 0 auto;
	width: 96%;
	max-width: 940px;
}
/****************************** Mobile Nav  ******************************/

#region-gateways a#mobile-menu-button {
	width: auto;
	text-indent: -9999px;
	position: relative;
	float: right;
	background-image: url(../img/icon-menu.png);
	background-position: top;
	height: 20px;
	width: 20px;
	z-index: 999;
	margin: 4px 0 0 0;
	display: block;
	clear: both;
}

nav#mobile-nav {
	margin: 0 5px 0 5px;
}

nav#mobile-nav h5  {
	font-family: Vitesse, 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
	color: #C00404;
	font-size: 18px;
}

nav#mobile-nav div {
	border-bottom: 1px dotted #a79a98;	
	padding: 3px 0 5px 0;
}

nav#mobile-nav div .last {
	border-bottom: none;
}

nav#mobile-nav div.list ul {
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	line-height: 0.95;
}
nav#mobile-nav ul li {
	clear: both;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	width: 100%;
}
nav#mobile-nav li a {
	font-family: Vitesse, 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	text-transform: uppercase;
	font-size: 12px !important;
	color: #3b1e19;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/****************************** Brown Header  ******************************/
#region-header-brown {

	margin-left: 0px;
	margin-right: 0px !important;
	height: 55px;
	background-color: #3b1e19;
	border-top: 4px solid #c30f00;
}
#block-brown-branding-brown-branding {

}

.block-brown-branding h1 {
	margin-bottom: 0 !important;
	position: absolute;
	top: -15px;
	left: 0;
}
.block-brown-branding h1 a {
	background: transparent url("../img/brown-university-truncated.png") 0 0 no-repeat;
	display: block;
	text-indent: -999em;
	width: 370px;
	height: 90px;
	position: relative;
	z-index: 2;
	top: 6px;
	left: 10px;
	background-size: 40%;
}
#section-header {
	width: 100%;	
}
/****************************** Brown Nav  ******************************/
#region-header-navigation {
	margin:0 auto 0 auto;
	width: 100%;
	max-width: 940px;	
}


#block-brown-navigation-brown-navigation {
	display: none;
}
body.front nav.news-navigation ul.inline li.menu-647 a,
body.page-community nav.news-navigation ul.inline li.menu-2615 a,
body.page-events nav.news-navigation ul.inline li.menu-605 a,
body.page-for-journalists nav.news-navigation ul.inline li.menu-1917 a {
	color: #ffcc00;
}
/****************************** Search ******************************/
#zone-header #mobile-search-button {
		display: none;
}
header #block-search-form {
	text-align: right;
	margin-top: 21px;
}
#region-header-search {
	display: none;
}
.region-header-search-inner {

}

.region-header-search .content {

}
header #block-search-form .form-submit {
	background: transparent url("../img/search-button.png") 0 0 no-repeat;
	border-radius: 0;
	border: 0;
	height: 21px;
	width: 22px;
	text-indent: -999em;
	margin-left: -4px;
	border-left: 1px solid #2f2a20;
}
header #block-search-form #edit-search-block-form--2 {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 0;
	font-size: 12px;
	height: 21px;
	width: 80%;
}

/****************************** Mobile Search Button ******************************/

#mobile-search-button {
	background:#ffca00 url('../img/mobile-search-button.png') 0 0 no-repeat;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	height:28px;
	z-index:10;
}
/****************************** Breadcrumbs ******************************/

#breadcrumb {
	font-size:.8em;
	background-color: #fff;
	background-color: rgba(255,255,255,0.4);
	padding-left: 1em;
	position: relative;
	top: 0;
	display: none;
}
#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#breadcrumb li {
	float: left;
	background: transparent url("../img/breadcrumb-bullet.png") 0 50% no-repeat;
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
}
#breadcrumb li.first {
	background-image: none;
	padding-left: 0;
}
#breadcrumb a, #breadcrumb .a {
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration:none;
	background-image: none;
	color: #2f2a20;
	letter-spacing: 0.025em;
	line-height: 2.7em;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #2f2a20;
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
#breadcrumb a:hover {
	color: #c00404;
	text-decoration:underline;
}

#block-printshare-print-share {

}


/****************************** Banner ******************************/

#main-navigation {
	overflow: hidden;
	position: relative;
}

#section-content {

	margin:5px auto 0 auto;

}
.banner-text {
	/*width:60%;*/
	margin: 0 0 0 0;
	text-align:center;
	height: 75px;
	background-color: #d6cfbd;
}

#region-preface-top {
	display:none;
}

.banner-text h1 {
	font-size: 1em;
	width:100%;
	margin-bottom: 0;
	padding: 20px 0 20px 0;
    text-align: left;
}
.banner-text h1 span#site-slogan {
	display: none;
}
.robust-banner .banner-text h1 {
	margin-bottom: 1em;
}
.banner-text h1.sIFR-replaced {
	margin-bottom: 0;
}
.banner-text h1 a {
	font-size: 3em;
	margin-bottom: .125em;
}
.banner-text h1 a img {
	margin-right: .25em;
	vertical-align: baseline;
}

.banner-text h1 a:link, .banner-text h1 a:visited, .banner-text .banner-subtext {
	color: #fff;
	text-decoration: none;
}
.banner-text h1 a:hover {
	text-decoration: none;
}
.banner-text h1 a:link, .banner-text h1 a:visited, .banner-text .mission {
	width: 40%;

}
.banner-text .bare-banner-link {
	text-indent: -999em;
	display: block;
	float: none;
	width: 940px;
	margin: 0 -1em;
}
/****************************** News Navigation ******************************/
nav.news-navigation {
	
}
nav.news-navigation ul.inline li {
	display: block;
	list-style-type: none;
	padding: 0 0;
	border-bottom: 1px solid #6e6e6e;
	overflow: hidden;
	width: 100%;
}

nav.news-navigation ul.inline li a {
	display: block;
	width: 98%;
	background-color: #645e50;
	padding: 13px 10px;
	color: #e3e3e3;
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
nav.news-navigation ul.inline li a:hover {
	background-color: #c00404;
}
#news-search-form {
	display: none;
}
/****************************** Content ******************************/
#section-content {
	padding: 10px 0 20px 0;
}
#region-content {
	margin-left: 0px;
	margin-right: 0px;
}
.feed-icon {
	position: absolute;
	top: -20px;
	left: 120px;
}
#zone-preface {
	display: none;
}
/****************************** Articles - News items and press releases******************************/
body.node-type-article #notice {
	margin: 0 0 0 0;
}
body.node-type-article #notice div, .admin-notice {
	background-color: #FF6;
	padding: 15px;
	border-radius: 7px;
	margin: 0 auto 25px auto;
	width: 90%;
}
body.node-type-article #notice h3 {
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Vitesse 7r', 'Vitesse A', 'Vitesse B';
	font-weight: 700;
	font-style: normal;
}
body.node-type-article #notice div p {
	margin-bottom: 0;
}
body.node-type-article .content h2.article-headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 10px 10px 15px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #2f2a20;
}
body.node-type-article .content .byline {
	padding: 0 10px 10px 10px;
}
body.node-type-article .eyebrow {
	padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
body.node-type-article figure.panorama+.eyebrow {
 	padding: 10px 10px 5px 10px;
	clear: both;
}
body.node-type-article .content figure.panorama+h2 {
 	padding-top: 10px;
	clear: both;
}
body.node-type-article figure.main-image  img  {
	max-width: 100%;
	height: auto;
}
body.node-type-article .content  article .field-story-body hr {
	margin: 0 0 25px 0 !important;
	background: none;
	border-bottom: 1px dotted #b9b9b9;
}
body.node-type-article .content  article .field-story-body h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-style: normal;
	margin: 0 0 15px 0;
	line-height: 1.2;
}
body.node-type-article figure.main-image figcaption  {
	padding: 10px 0 10px 0;
}
body.node-type-article article .field-story-body figcaption {
	font-size: 12px;
	line-height: 1.4;
}
body.node-type-article article .article-summary {
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 1.3;
	color: rgba(47,42,32,0.8);
}
body.node-type-article figure.main-image figcaption strong.image-title  {
	display: block;
	padding: 0 10px 0 10px;
}
body.node-type-article figure.main-image figcaption span.image-caption  {
	display: block;
	padding: 5px 10px 0 10px;
}
body.node-type-article figure.main-image figcaption em.image-caption  {
	display: block;	
		padding: 10px 10px 0 10px;
}
body.node-type-article .article-body {
	padding: 0 10px 0 10px;
}
body.node-type-article .field-story-body p, body.node-type-article .field-story-body li {
	font-size: 13px;
	line-height: 1.5;
}
body.node-type-article article .field-story-body figure  {
	background-color: #efece4;
	padding-bottom: .5em;
	margin-bottom: 1em;
    display: table;
}	
body.node-type-article article .field-story-body article.node figure  {
	padding-bottom: 0;
	margin-bottom: 0;
}
body.node-type-article article .field-story-body figure img {
/*	width: 100% !important;*/
	height: auto;
	max-width: 100% /*!important*/;
}	
body.node-type-article article .field-story-body figure.legacy-image img {
	width: 100%;
}	
body.node-type-article article .field-story-body figcaption  {
	display: table-caption; 
	caption-side: bottom;
	max-width: 100%;
	background-color: #efece4; 	
	padding: 0px 10px 10px 20px;	
}

article#node-article-24288 .field-story-body figcaption {
	display: block;
}

article#node-article-24288 figure#sidebar figcaption { display: table-caption; }

body.node-type-article article .byline {
	margin: 0 0 15px 0;
	display: block;
}
body.node-type-article #zone-content {
	position: relative;
	padding-bottom: 500px;
}
body.node-type-article #region-sidebar-first {
	position: absolute;
	left: 0;
	bottom:0;
}
body.node-type-article .note-to-editors {
	padding: 20px 10px 20px 10px;
}
.embedded-node {
	border: none !important;
}
.embedded-node figure {
	max-width: 90%;
}
figure.multimedia {
	position: relative;
}
div#social-buttons div {
	float: left;
	margin: 0 20px 10px 0;
	width: auto !important;
	min-width: 85px;
	height: 25px !important;
	overflow: hidden;
}
div#social-buttons div#social-linkedin {
	clear: left;
	margin: 0 0px 10px 0;
}
div#social-buttons div#social-facebook {
	float: left;
	margin: 0 20px 10px 0;
	width: 51px !important;
	min-width: 51px;
	height: 25px !important;
	overflow: hidden;
}
iframe.fb_ltr {
	width: 70px !important;
	overflow: hidden !important;
	float: left !important;
}
article.node-promoted article.node-promoted {
	width: 96%;
	margin: 0 0 20px 0;
}
body.node-type-article article .field-story-body article.node-promoted figure {
	max-width: 100%;
	width: 100%;
	height: auto;
}
body.node-type-article article .field-story-body article.node-promoted div.embedded-node {
	width: 100% !important;
	height: auto;
}
body.node-type-article article .field-story-body article.node-promoted figure img {
	max-width: none;
	width: 100% !important;
	height: auto;
}
body.node-type-article article .field-story-body article.node-promoted figure a {
	position: relative;
	width: 100%;
	display:inline-block;
}
body.node-type-article article .field-story-body article.node-promoted figure a span.multimedia-icon  {
	text-indent: -9999px;
	height: 75px;
	width: 75px;
	background-image:url(../img/icon-multimedia.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -37px 0 0 -37px;
	z-index: 99;	
}
.article-contact {
	width: 100%;
}
.also-article {
	width: 94%;
	border: 1px solid #CCC;
	padding: 3%;
	margin: 0 0 20px 0;
}
body.node-type-article .content article .field-story-body .also-article h2 {
	margin: -24px 0 5px 0;
	background-color: #FFF;
	padding: 0 5px 0 5px;
	width: 145px;
}
body.node-type-article .also-article h3 a {
	text-decoration: none !important;
}
body.node-type-article article .field-story-body article.node .also-article figure {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
}
.also-article img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
/****************************** Media page ******************************/
body.context-media .content h2  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 10px 10px 15px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #2f2a20;
}
body.context-media #region-content  {
	width:96%;
	padding: 0 10px 0 10px;
}
body.context-media #region-sidebar-first {
	width: 100%;	
}
body.context-media #region-content figure {
	margin: 0 0 20px 0;
	background-color: #efece5;
}
body.context-media #region-content figcaption {
	clear: both;
	padding: 10px 10px 10px 10px;
}
body.context-media figure.multimedia .inline-movie {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}
body.context-media figure.multimedia iframe {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}
body.context-media  .field-body p {
	font-size: 13px;
	line-height: 1.5;
}
/****************************** News/Homepage ******************************/
body.front .node-teaser {
	padding: 10px 10px;
	margin:  10px 0;

}
body.front .node-teaser  h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 22px;
	margin-bottom: 22px;
}
body.front .node-teaser h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 6px;
}
.node-teaser h2 a {
	text-decoration: none;
	font-size: 19px;
	line-height: 1.2;
	font-weight: normal;
}
body.front .block-main .views-row-first img {
	width: 100%;
	height: auto;
	margin: 0 -10px 10px -10px;
}
body.front article.node-teaser .field-name-body {
	font: normal 12px/16px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
body.front article.main-article {
	padding-bottom: 4.5em;
}
body.front .item-list article.main-article {
	padding-bottom: 0;
}
body.front article .content {
	margin-bottom:1em;
}
body.front .galleria-container {
	margin: auto;
}
body.front article.main-article .intro {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.3125em; /* same 21px baseline */
	margin-bottom: 1.3125em; /* same 21px baseline */
}
body.front article img {
	float: left;
	margin: 0px 20px 5px -10px;
	width: 40%;
	height: auto;
}
body.front #region-content .views-row-even {
	background-color: #efece5;
}
body.front .views-row-even article figure {
	float: right;
	margin: 0px -20px 5px 20px;
	width: 40%;
	height: auto;
}
body.front .views-row-even article figure img {
	width: 100%;
	height: auto;
}
body.front .article-date {
	color: #615b4b;
	font-weight: bold;
	margin: 0 0 10px 0;
}
body.front .node-teaser footer.submitted {
	font-size: 11px;
	margin-bottom: 6px;
}
body.front article .details {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}

body.front article nav.links {
	margin-top:1em;
}

body.front article nav.links li {
	padding-left:0px;
}
body.front #region-content .node-teaser h2 {
	font-weight: normal;
}
body.front #region-content .node-teaser figure.multimedia  {
	width: 40%;
}
body.front #region-content .node-teaser figure.multimedia a:first-of-type  {
	position: relative;
	display: inline-block;
}
/**** When media figure floats right ***/
body.front #region-content .views-row-even .node-teaser span.multimedia-icon  {
	text-indent: -9999px;
	height: 75px;
	width: 75px;
	background-image:url(../img/icon-multimedia.png);
	position: absolute;
	left: 45%;
	top: 50%;
	margin: -37px 0 0 -37px;
	z-index: 99;	
}
body.front #region-content .views-row-even .node-teaser figure.multimedia  img {
	width: 100%;
	height: auto;
}
body.front #region-content .views-row-even .node-teaser figure.multimedia  header  {
	position: absolute;
	left: -150%;
	top: 0;
	width: 125%;	
}
body.front #region-content .views-row-even .node-teaser figure.multimedia  strong  {
	position: absolute;
	left: -150%;
	top: 30px;	
}
body.front #region-content .views-row-even .node-teaser figure.multimedia  figcaption  {
	position: absolute;
	left: -150%;
	top: 55px;	
	width: 125%;
}
/**** When media figure floats left ***/
body.front #region-content .views-row-odd .node-teaser span.multimedia-icon  {
	text-indent: -9999px;
	height: 75px;
	width: 75px;
	background-image:url(../img/icon-multimedia.png);
	position: absolute;
	left: 45%;
	top: 50%;
	margin: -37px 0 0 -37px;
	z-index: 99;	
}
body.front #region-content .views-row-odd .node-teaser figure.multimedia  img {
	width: 100%;
	height: auto;
}
body.front #region-content .views-row-odd .node-teaser figure.multimedia  header  {
	position: absolute;
	left: 105%;
	top: 0;
	width: 145%;	
}
body.front #region-content .views-row-odd .node-teaser figure.multimedia  strong  {
	position: absolute;
	left: 105%;
	top: 50px;	
	width: 150px;
}
body.front #region-content .views-row-odd .node-teaser figure.multimedia  figcaption  {
	position: absolute;
	left: 105%;
	top: 75px;	
	width: 145%;
}
/****************************** Campus and Community ******************************/

body.page-community .region-content-inner h2 {
	line-height: 0.9;
	margin-bottom: 6px;
	padding: 0 10px 0 10px;
	clear: left;
}
body.page-community .region-content-inner h2 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 19px;
	text-decoration: none;
}
body.page-community  #region-content {
	margin: 0 0 0 0;
}
body.page-community .attachment-before {
	margin: 0 0 15px 0;	
}
body.page-community .region-content-inner .attachment-before .view-content  .views-row-odd {
	background-color: #FFF;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	height: auto;
}
body.page-community .region-content-inner .attachment-before img {
	width: 100%;
	height: auto;
}
body.page-community .region-content-inner .attachment-before .summary {
	padding: 2px 10px 5px 10px;
}
body.page-community .region-content-inner .view-content .views-row-odd,
 body.page-community .region-content-inner  .view-content .views-row-even {
	background-color: #f3f0eb;
	float: left;
	width: 44%;
	padding: 10px 3% 10px 3%;
	height: 220px;
}
body.page-community .region-content-inner .view-content .views-row-odd img, 
body.page-community .region-content-inner .view-content .views-row-even img {
	width: 100%;
	height: auto;
}
body.page-community .region-content-inner .view-content h3 {
	line-height: 1.1;
	margin-bottom: 6px;
	text-align: center;
}
body.page-community .region-content-inner .view-content h3 a {
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
}
body.page-community .region-content-inner  .community-secondary .view-content h3 a {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
body.page-community .region-content-inner .attachment-after .view-content .views-row-odd,
 body.page-community .region-content-inner .attachment-after .view-content .views-row-even {
	background-color: #FFF;
	float: left;
	width: 94%;
	padding: 10px 3% 10px 3%;
	height: auto;
}
body.page-community .region-content-inner .attachment-after .post-date {
	margin: 0 0 5px 0;
	font-weight: bold;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom  div div div > h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 7px;
	text-transform: none;
	border-bottom: 1px dotted #847D6A;
	color: #847D6A;
	background: none;
	text-align: left;
	padding: 2px 0 2px 0px;
}
body.page-community .region-content-inner  #block-brown-news-tweaks-brown-tweaks-community-bottom {
	padding: 0 10px 0 10px;
}
body.page-community .region-content-inner  #block-brown-news-tweaks-brown-tweaks-community-bottom  .view-content .views-row-first,
body.page-community .region-content-inner  #block-brown-news-tweaks-brown-tweaks-community-bottom  .view-content .views-row-odd,
body.page-community .region-content-inner #block-brown-news-tweaks-brown-tweaks-community-bottom .view-content .views-row-even {
	background-color: #FFF;
	float: left;
	width: 98%;
	padding: 0 0 10px 0;
	height: auto;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom  div.event-date {
	font-weight: bold;
	padding: 0 0 0 14px;
	background-image:url(../img/bullet-red.png);
	background-repeat:no-repeat;
	background-position: 0% 50%;
	width: auto;
	float: left;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom h3.event-title a {
	font-weight: normal;
	font-size: 16px;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom h2 {
	margin-left: 8px;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom .field-description {
	margin-left: 15px;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom figure {
	float: right;
	margin: 0 0 20px 20px;
	width: 25%;
}
body.page-community #block-brown-news-tweaks-brown-tweaks-community-bottom figure img {
	width: 100%;
	height: auto;
}
aside#region-sidebar-second section#block-views-2014-community-block-1 .content .summary {
	margin: 0 0 20px 0;
}
/****************************** Press Releases ******************************/



/****************************** For Journalists ******************************/
body.page-for-journalists article {
	padding: 0 10px 20px 10px;
	position: relative;
}

body.page-for-journalists article h2.node-title a {
	color: #39352d;
}

body.page-for-journalists .content div.field-staff-photo {
	
}
body.page-for-journalists .field-staff-photo img {
	border: 1px solid #39352d;
	margin: 0 0 20px 0;
	max-width: 100%;
	height: 120px;
	width: auto;
}
body.page-for-journalists .content div.field-staff-position {
	margin: 15px 0 0 0;
}
body.page-for-journalists article div.field-staff-eyebrow {
	font-family: "LucidaSans-Demi","Lucida Sans Demibold Roman","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #39352d;
	background-color: #eeece6;
	border-bottom: 1px solid #aba698;
	padding: .5em 2%;
	width: 94%;
	margin: 0 0 10px 0;
}
body.page-for-journalists article .field-staff-details {
	margin: 10px 0 0 0;
}
body.page-for-journalists article .field-staff-details ul  {
	list-style-image: url(../img/bullet-red.png);
}
body.page-for-journalists article .field-staff-details ul li {
	margin: 0 0 10px 0;
}
body.page-for-journalists  #region-sidebar-second strong {
	font-weight: bold;
}
body.page-for-journalists  #region-sidebar-second a {
	text-decoration: none;
}
body.page-for-journalists article {
	min-height: 200px;
}
body.page-for-journalists .content article h2 {
	font-family: "LucidaSans-Demi","Lucida Sans Demibold Roman","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color: #2f2a20;
	font-size: 14px;
	margin-bottom: 1px;
}
body.page-for-journalists article figure {
	float: left;
	left: 0;
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
}
body.page-for-journalists article .staff-contact-info {
	float: left;
	width: 45%;
	margin: 0 20px 0 0;
}
body.page-for-journalists article .field-staff-details {
	float: left;
	width: 35%;
}
#block-block-27 .content {
	padding: 0 10px 0 0;
}
aside#region-sidebar-second section#block-views-2014-community-block-1  .content  h2 {
	display: block;
	width: auto;
	background: none;
	padding: 0 0 0 0;
	color: #e3e3e3;
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-bottom: none;
	margin: 0 0 4px 0;
}
aside#region-sidebar-second section#block-views-2014-community-block-1  .content  h2 a {
	text-decoration: none;
	font-size: 17px;
	font-weight:normal;
font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
aside#region-sidebar-second section#block-views-2014-community-block-1  .content .view-content {
	padding: 0 0 5px 0;
}
/****************************** Journalist Page ******************************/

/****************************** Featured Events ******************************/
body.page-events #region-content article {
	border-bottom: 1px dotted #847D6A;
	padding: 10px 0px 10px 0px;
	margin: 10px 10px 10px 10px;
}
body.page-events #region-content figure {
	float: right;
	max-width: 30%;
	margin: 0 20px 0 20px;
}
body.page-events #region-content figure  img {
	width: 100%;
	height: auto;
}
body.page-events #region-content .content h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}
body.page-events #region-content {
	width: 100%;
}
body.page-events #region-content .event-date {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 4px 0;
}
/****************************** Event Page ******************************/

.content h2.event-headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 34px;
	line-height: 34px;
	margin: 0 0 15px 0;
	width: 99%;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #2f2a20;
}
.content h2.event-headline p {
	margin-bottom: 0;
}
body.page-node.context-events #region-content figure {
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 0 0 20px 0;
}
body.page-node.context-events #region-content figure img {
	width: 94% !important;
	height: auto;
}
body.page-node.context-events article {
	padding: 0 10px 0 10px;
}
body.page-node.context-events article strong {
	font-weight: bold;
}
body.page-node.context-events aside .event-date {
	font-size: 10px;
}
/****************************** More Brown in the News ******************************/
body.page-bitn  #region-content {
	padding: 0 10px 0 10px;
}
body.page-bitn .views-row {
	border-bottom: 1px dotted #847D6A;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
body.page-bitn .views-row.views-row-last {
	border-bottom: none;
}
body.page-bitn .bitn-publication {
	font-weight: bold;
}
body.page-bitn .views-row h3.bitn-title {
	margin-bottom: 5px;
}
body.page-bitn .views-row h3.bitn-title a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.2;
}
body.page-bitn .views-row .bitn-summary {
	margin: 0 0 15px 0;
}
/****************************** More News ******************************/
body.page-articles #region-content {
	padding: 0 10px 0 10px;
}
body.page-articles .views-row {
	border-bottom: 1px dotted #847D6A;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
body.page-articles .views-row.views-row-last {
	border-bottom: none;
}
body.page-articles .node-teaser h2 {
	margin: 0 0 5px 0;
}
body.page-articles .node-teaser h2 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 19px;
}
body.page-articles .eyebrow {
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
body.page-articles .node-teaser .article-date {
	margin: 0 0 5px 0;
}
body.page-articles article figure {
	float: right;
	margin: 0 0 15px 20px;
	width: 25%;
}
body.page-articles article figure img {
	width: 100%;
	height: auto;
}
body.page-articles aside#region-sidebar-second ul.menu {
	margin: 5px 0 5px 20px;
}
/****************************** Pager ******************************/
.item-list .pager {
	margin: 25px 0 25px 0;
}
.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
	width: auto;
	padding: 4px 2px;
}
/****************************** Right Sidebar ******************************/

aside#region-sidebar-second {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
aside#region-sidebar-second .block h2 {
	display: block;
	width: 94%;
	background-color: #3b3b3b;
	padding: 13px 3%;
	color: #e3e3e3;
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#block-brown-newsletter-brown-newsletter-subscribe .content {
	padding: 0 0;
}
#email-subscribe {
	border: 1px solid #525252;
	float: left;
	height: auto;
	line-height: 19px;
	margin-bottom: 11px;
	margin-left: 0;
	margin-right: 3px;
	width: 70%;
	padding: 1px 5px;
}
.subscribe-more {
	background: inherit url(bullet-orange.png) 0 6px no-repeat;
	padding-left: 14px;
	text-align: left !important;
	clear: both;
}
aside#region-sidebar-second article {
	font-size: 15px;
	line-height: 21px;
	padding: 0 10px 0 0;
}
.bitn-publication {
	margin: 0 0 2px 0;
}
.bitn-publication span {

}
aside#region-sidebar-second h3 {
	margin-bottom: 4px;
}
aside#region-sidebar-second article a {
	font-weight: normal;
	text-decoration: none;
}
aside#region-sidebar-second .view-exhibitions figure {
	margin: 0 0 10px 0;
}
aside#region-sidebar-second .view-exhibitions article {
	margin: 0 0 25px 0;
}
aside#region-sidebar-second .view-exhibitions  img {
	max-width: 100%;
}
aside#region-sidebar-second .event-headline {
	margin: 0 0 5px 0;
}
aside#region-sidebar-second .event-headline a {
	font-size: 16px;
	line-height: 1.2;

}
aside#region-sidebar-second .event-location {
	margin: 0 0 5px 0;
	font-style:italic;
}
aside#region-sidebar-second .event-summary {
	margin: 0 0 10px 0;
}
aside#region-sidebar-second form {
	padding: 0 10px 0 0px;
}
.block-brown-newsletter-brown-newsletter-events p {
	padding: 0 10px 0 0;
}

aside#region-sidebar-second #email-subscribe {
	width: 100%;
	margin-bottom: 0;
}
#block-block-24 p {
	margin: 0 0 0 10px;
}
aside#region-sidebar-second input[type="image"] {
	float: right;
}

.tweets .content {
	padding: 0 10px 0 10px;
}

.tweets .tweet {
	padding: 5px 0 10px 0;
	clear: both;
	position: relative;
}
.tweets .user-image {
	position: absolute;
	top: 10px;
	left: 0;
	width: 48px;
	height: auto;
}
body.front .tweets .user-image {
	display: none;
}
.tweets strong.name {
	font-weight: bold;
	padding-left: 63px;

}
body.front .tweets strong.name {
	padding-left: 0px;

}
.tweets a {
	text-decoration: none;
}
.tweets div.screenname {
	padding: 0 0 2px 63px;
	width: auto;
}
body.front .tweets div.screenname {
	padding: 0 0 2px 0;
}
aside#region-sidebar-second .tweets div.screenname a {
	color: #2f2a20;
}
#block-brown-news-tweaks-brown-tweaks-community-bottom  .tweets div.screenname a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
 div div.content div.tweets .body {
	font-size: 13px;
	line-height: 1.2;
	padding-left: 63px;
	width: 75% !important;
}
body.front div div.content div.tweets .body {
	padding-left: 0;
	width: 100% !important;
}
aside#region-sidebar-second .event-date {

}
#block-block-24 .content a {
	font-family: 'Vitesse 7r', 'Vitesse A', 'Vitesse B';
	font-weight: 700;
	background-color: #c00404;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	display: block;
	margin: auto;
	padding: 10px;
	border-radius: 7px;	
	text-decoration: none;
}
#block-block-24 .content a:hover {
	background-color: #3a1e1a;
}
/****************************** New Faculty View Page ******************************/
.view-New-Faculty  .view-header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 34px;
	line-height: 34px;
	margin: 0 0 15px 0;
	border-bottom: none !important;
	padding: 0 0 0 0;
}
.view-New-Faculty {
	padding: 20px 0 20px 0;
}
.new-faculty h3:before {
	display: none !important;
}
.new-faculty h3 {
	font-family: "LucidaSans-Demi","Lucida Sans Demibold Roman","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: .025em;
	color: #FFF !important;
	background-color: #aca698 !important;
	border-bottom: none !important;
	padding: 5px 0 5px 10px;
	width: 94%;
	margin: 0 0 10px 0;
	line-height: 1;
	display: block;
}
.new-faculty h3:before {
	content: "- ";
	width: 10px;
	padding: 0 0 0 5px;
}
.new-faculty h3.accordion-open:before {
	content: "+ ";
}
body.context-new-faculty #section-content {
	padding: 0 10px 0 10px;
}
.new-faculty {
	width: 100% !important;
}
.new-faculty .faculty-group {
}
.new-faculty .faculty-member {
	margin: 10px 1% 10px 0 !important;
	width: 31% !important;
	min-height: 190px;
	display: inline-block;
	vertical-align: top;
}
.new-faculty img {
	width: 100%;
	height: auto;
}
.new-faculty .faculty-member a {
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

.block-2014-faculty-years-block {
	margin-bottom: 2em;
}
.block-2014-faculty-years-block h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	font-size: 18px !important;
	line-height: 1.2em !important;
	margin-bottom: .5em !important;
	margin-top: 7px;
	text-transform: none;
	border-bottom: 1px dotted #847D6A;
	color: #000;
	background: none;
	text-align: left;
	padding: 2px 0 2px 0px;
}
.block-2014-faculty-years-block a {
	font-weight: 700 !important;
	font-size: 14px !important;
}
.faculty-years .view-content div {
	display: inline-block;
	margin-right: 1em;
}
/****************************** New Faculty Bio Page ******************************/
body.node-type-faculty #region-content {
	padding: 20px 0 0 0;
}
body.node-type-faculty #region-content h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 34px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 10px 0;
	display: table;
	font-weight: normal;
	width: 95%;
}
body.node-type-faculty .field-position {
	border-bottom: 1px dotted #2f2a20;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	padding-bottom: .5em;
}

body.node-type-faculty .field-author:before {
	content: "by ";
}
body.node-type-faculty .field-author {
	margin: 0 0 15px 0;
}
body.node-type-faculty .field-image-title {
	font-weight: bold;
	/*text-transform: uppercase;*/
}
body.node-type-faculty .field-image-title {
	font-weight: bold;
	/*text-transform: uppercase;*/
}
body.node-type-faculty .field-story-body p, body.node-type-faculty .field-story-body li {
	font-size: 13px;
	line-height: 1.5;
}
body.node-type-faculty fieldset .fieldset-wrapper {
	background-color: #efece5;
	font-size: 10px;
	padding-bottom: .75em;
}
body.node-type-faculty fieldset .fieldset-wrapper .field-image-title {
	margin: .5em .5em 0;
}
body.node-type-faculty fieldset .fieldset-wrapper .field-image-description {
	margin: 0 .5em;
	max-width: 320px;
}
body.node-type-faculty .field-image-credit {
	font-style: italic;
}
body.node-type-faculty.field-author a {
	font-size: 25px;
	font-family: 'Vitesse 7r', 'Vitesse A', 'Vitesse B';
	font-weight: 700;
	font-style: normal;
	text-decoration: none;	
}
body.node-type-faculty fieldset#node_faculty_full_group_image {
/*	float: right;*/
/*	width: 100px; */
	margin: 0 0 20px 20px;
}
body.node-type-faculty .field-summary {
	margin: 0 0 27px 0;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	color: rgba(47,42,32,0.8);
}
/*
body.node-type-faculty .field-story-body p:first-of-type:first-letter  {
	text-transform: uppercase;
	font-size: 6em;
	line-height: 0.9;
	margin-bottom: -0.2em;
	padding: 0 3px 6px 0;
	float: left;
}
*/
body.node-type-faculty fieldset img {
	width: 100%;
	height: auto;
}
body.node-type-faculty legend {
	display: none;
}
body.node-type-faculty .region-sidebar-first {
	display: none;
}
/****************************** Search  ******************************/
.search-form {
	margin: 0 10px 0 10px;
}
/****************************** Footer ******************************/
#zone-footer-wrapper {
	width: 96%;
	max-width: 940px;
}
#region-footer-first {
	margin:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing:border-box;			/* Opera/IE 8+ */
}
#region-footer-second {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
#block-menu-menu-resources,
#block-brown-footer-brown-footer-resources,
#block-block-25 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;

}



/****************************** Logged In ******************************/
body.toolbar-drawer {
	padding-top: 10.3em;
}





/******************************************************************************************
******************************************************************************************
RESPONSIVE STYLES
******************************************************************************************
******************************************************************************************/


/* all screens except for handheld and amazon kindle  */
/* and (min-width: 740px) and (max-width: 99999px) */
@media screen and (min-width:46.25em) and (max-width: 999em) {
	


}
/*********************************************************************/
/* average and large desktop  */
/* and (min-width: 940px) and (max-width: 99999px) */
@media only screen and (min-width: 58.75em) and (max-width: 999em) {
#region-footer-second .block-menu, #region-footer-second .block-brown-footer-resources, #region-footer-second .block-25 {
	width: 130px;
	height: 170px;

}
/****************************** New Faculty Bio Page ******************************/
body.node-type-faculty #region-content {
	padding: 20px 0 0 2%;
	width: 590px;
	float: right;
}
body.node-type-faculty #region-content {
	padding: 20px 20px 0 2%;
	width: 570px;
	float: right;
}
body.node-type-faculty fieldset#node_faculty_full_group_image {
	margin: -130px 0px 0 -370px;
	float: left;

}
body.node-type-faculty fieldset .fieldset-wrapper {
	background-color: #FFF;
	font-size: 12px;
}
body.node-type-faculty fieldset .fieldset-wrapper .field-image-title {
margin: .5em .5em 0 0;
}
body.node-type-faculty fieldset .fieldset-wrapper .field-image-description {
margin: 0 0;
}
body.node-type-faculty .region-sidebar-first {
	display: block;
	padding: 700px 0 0 0;
}
}

/*********************************************************************/
/* smaller than desktop, larger than handheld  */
/* and (min-width: 700px) and (max-width: 939px) */
@media only screen and (min-width: 43.75em) and (max-width: 58.6875em) {
body.node-type-article article .field-story-body figure  {
	width: 100%;
}	
img.media-element {
	width: 100%;
	height: auto;
}
article.node-promoted article.node-promoted {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 20px 0px;
}
/****************************** New Faculty Bio Page ******************************/
body.node-type-faculty #region-content {
	padding: 20px 0 0 0;
	width: 100%;
}
body.node-type-faculty .region-sidebar-first {
	display: none;
}
}
/*********************************************************************/
/* small desktop  */
/* and (min-width: 801px) and (max-width: 939px) */
@media only screen and (min-width: 50.0625em) and (max-width: 58.6875em) {

}
/*********************************************************************/
/* tablet/ipad - portrait */
/* and (min-width: 768px) and (max-width: 800px) */
@media only screen and (min-width: 48em) and (max-width: 50em) {

}
/*********************************************************************/
/* amazon kindle and larger */
/* and (min-width: 600px) and (max-width: 99999px) */
@media only screen and (min-width: 37.5em) and (max-width: 9999em) {

}
/*********************************************************************/
/* larger than amazon kindle, smaller than desktop */
/* and (min-width: 600px) and (max-width: 939px) */
@media only screen and (min-width: 37.5em) and (max-width: 58.6875em) {


}
/*********************************************************************/
/* and (min-width: 480px) and (max-width: 939px) */
@media only screen and (min-width: 30em) and (max-width: 58.6875em) {

body.node-type-faculty fieldset#node_faculty_full_group_image {
	 	float: right;
	 	width: auto;
		margin: 0 0 20px 20px;
}
}
/*********************************************************************/
/* amazon kindle fire only */
/* and (min-width: 600px) and (max-width: 767px) */
@media only screen and (min-width: 37.5em) and (max-width: 47.9375em) {


}
/*********************************************************************/
/* other smallScreen, including amazon kindle fire */
/* @media only screen /* and (min-width: 481px) and (max-width: 767px) */
@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
body.page-community .region-content-inner .view-content .views-row-odd,
 body.page-community .region-content-inner  .view-content .views-row-even {
	height: 320px;
}

}
/*********************************************************************/
/* handheld - small screen - landscape  */
/* and (min-width: 361px) and (max-width: 480px) */
@media screen and (min-width: 22.5625em) and (max-width: 30em) {

}
/*********************************************************************/
/* samsung s3, samsung s4*/
/* and (min-width: 321px) and and (width: 360px) */
@media screen and (min-width: 20.0625em) and (width: 22.5em) {
	
}
/*********************************************************************/
/* smaller than desktop */
/* and (min-width: 0px) and (max-width: 739px) */
@media screen and (min-width:1em) and (max-width: 46.24em) {
nav.news-navigation ul.inline li {
	width: 100%;
}
body.node-type-article article .field-story-body figure.media  {
	width: 97% !important;
	max-width: 97% !important;
}

body.node-type-article figure.main-image.vertical  {
	width: 50%;
	margin: 0 auto 20px auto;
}
body.node-type-article figure.main-image.horizontal  {
	margin: 0 auto 20px auto;
	width: 80%
}
body.node-type-article figure.main-image  {
	max-width: 94%;
	margin: 10px 3% 10px 3%;
	background-color: #f3f0eb;
}
}
	
/*********************************************************************/
/* and (min-width: 0px) and and (width: 480px) */
@media screen and (min-width: 0em) and (max-width: 30em) {
body.node-type-article article .field-story-body figure  {
	width: 100%;
}	
img.media-element {
	width: 100%;
	height: auto;
}

article.node-article .clearfix:after {
	display: none; 
}
}
/*********************************************************************/
/* Retina Images */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}
