/*
Theme Name: CUA Theme
Theme URI: http://cuaweb.mit.edu
Description: Custom theme for the Center for Ultracold Atoms at MIT.
Author: Robert Tobey
Version: 1.0
*/

@import url("reset.css");

/***************
BODY
***************/

body {
	background-color: #FFFFFF;
	font-family: 'myriad-pro', sans-serif;
	font-size: 1em;
	color: #000000;
}

/***************
GENERAL STYLES
***************/

/*** Button Padding ***/

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/*** Bold, Italic, Underline ***/

body b {
	font-weight: bold;
}

body i {
	font-style: italic;
}

body strong {
	font-weight: bold;
}

body em {
	font-style: italic;
}

body u {
	text-decoration: underline;
}

.italic_text {
	font-style: italic;
}

/*** Link Styles ***/

a, a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
} 

a:hover {
	text-decoration: none;
}

/*** Images ***/

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/***************
COMMON ELEMENTS
***************/

/*** Buttons ***/

.type_button a {
	float: left;
	height: 30px;
	margin: 0 8px 10px 0;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #CCCCCC;
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	line-height: 30px;
	display: inline-block;
}

.group_button a, a.group_button {
	float: left;
	height: 30px;
	margin: 0 8px 10px 0;
	padding: 0 10px;
	background-color: #668FB2;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #CCCCCC;
	background: -webkit-linear-gradient(top, #668FB2 20%, #CFDCE7);
	background: -o-linear-gradient(bottom, #668FB2 20%, #CFDCE7);
	background: -moz-linear-gradient(bottom, #668FB2 20%, #CFDCE7);
	background: linear-gradient(to top, #668FB2 20%, #CFDCE7);
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	line-height: 30px;
	display: inline-block;
}

.sort_button {
	height: 30px;
	background-color: #7F7D7E;
	border: 0;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #CCCCCC;
	background: -webkit-linear-gradient(top, #7F7D7E 20%, #DDDDDD);
	background: -o-linear-gradient(bottom, #7F7D7E 20%, #DDDDDD);
	background: -moz-linear-gradient(bottom, #7F7D7E 20%, #DDDDDD);
	background: linear-gradient(to top, #7F7D7E 20%, #DDDDDD);
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1em;
	cursor: pointer;
}

.submit_button {
	float: left;
	height: 30px;
	background-color: #7F7D7E;
	border: 0;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #CCCCCC;
	background: -webkit-linear-gradient(top, #7F7D7E 20%, #DDDDDD);
	background: -o-linear-gradient(bottom, #7F7D7E 20%, #DDDDDD);
	background: -moz-linear-gradient(bottom, #7F7D7E 20%, #DDDDDD);
	background: linear-gradient(to top, #7F7D7E 20%, #DDDDDD);
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1em;
	cursor: pointer;
}

.submit_sidebar {
	float: none;
	height: 30px;
	margin-top: 10px;
	background-color: #7F7D7E;
	border: 1px solid #7F7D7E;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1em;
	cursor: pointer;
}

a.submit_sidebar {
	float: none;
	height: 30px;
	margin-top: 10px;
	padding: 0 5px;
	background-color: #7F7D7E;
	border: 1px solid #7F7D7E;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1em;
	line-height: 30px;
	display: inline-block;
}

a:hover.submit_sidebar {
	text-decoration: none;
}

/*** Item Lists ***/

.item_wrapper {
	margin-bottom: 40px;
}

.item_wrapper.single {
	margin-bottom: 20px;
}

.item_wrapper.inner_item {
	margin-bottom: 0;
}

.item_wrapper .thumbnail_column {
	float: left;
}

.item_wrapper .thumbnail_column img {
	width: 100%;
	height: auto;
}

.item_wrapper .content_column {
	float: left;
	padding-left: 20px;
}

.item_wrapper .section {
	margin-top: 20px;
}

.item_wrapper .section_title {
	margin-bottom: 10px;
	font-size: 1.063em;
	font-weight: 700;
	line-height: 1.25;
}

.item_wrapper .section_title_small {
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
}

.item_wrapper a:hover {
	text-decoration: underline;
}

.item_wrapper .item_date {
	font-size: .875em;
	font-weight: normal;
	text-transform: uppercase;
}

.item_wrapper .item_title {
	font-size: 1.250em;
	font-weight: 700;
	line-height: 1.25em;
}

.item_wrapper .item_title a:hover {
	color: #426B82;
}

.item_wrapper .item_teaser {
	margin-top: 10px;
}

.item_wrapper .item_more {
	margin-top: 10px;
}

.item_wrapper .item_more a {
	font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
}

.item_wrapper .item_more a:hover {
	color: #426B82;
}

.item_wrapper .item_types {
	margin-top: 20px;
}

.item_wrapper .item_links li {
	margin-bottom: 5px;
}

.item_wrapper .item_links a {
	text-decoration: underline;
}

.item_wrapper .item_links a:hover {
	color: #426B82;
}

/*** Labels ***/

.label_wrapper .label_title {
	font-style: italic;
}

.home_row .label_wrapper .label_title {
	width: 100%;
}

.label_wrapper .label_content a:hover {
	color: #426B82;
}

.label_wrapper .label_content .type_button a:hover {
	color: #FFFFFF;
}

.home_row .label_wrapper .label_content {
	width: 100%;
}

.home_row .label_content .type_button a {
	margin-top: 5px;
}

.label_heading {
	font-style: italic;
	padding-right: 5px;
}

/*** Links ***/

a.underline_link {
	text-decoration: underline;
}

/*** Page Titles ***/

#page_title {
	margin-bottom: 47px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 2.125em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.25;
}

#page_sub_title {
	text-transform: none;
}

.page_sidebar_title {
	margin-bottom: 37px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.25;
}

.page_secondary_title {
	margin-bottom: 37px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.25;
}

.page_tertiary_title {
	margin-bottom: 20px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1.250em;
	font-weight: 700;
	line-height: 1.25;
}

/*** Page Title with Back Link ***/

#page_title_header {
	margin-bottom: 47px;
}

#page_title_header .title_cell h1 {
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 2.125em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.25;
}

#page_title_header .back_cell a {
	font-size: .875em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}

#page_title_header .back_cell a:hover {
	color: #426B82;
	text-decoration: underline;
}

/*** Sections and Spacers ***/

.page_xxxsmall_spacer {
	margin-top: 2px;
}

.page_xxsmall_spacer {
	margin-top: 5px;
}

.page_xsmall_spacer {
	margin-top: 8px;
}

.page_small_spacer {
	margin-top: 10px;
}

.page_small_medium_spacer {
	margin-top: 15px;
}

.page_medium_spacer {
	margin-top: 20px;
}

.page_large_spacer {
	margin-top: 30px;
}

.page_section {
	margin-top: 30px;
}

/*** Sorting Menus ***/

.sorting_menu {
	margin-bottom: 20px;
	font-size: .875em;
}

/*** Window Shades ***/

.windowshade {
	margin-top: 20px;
}

.windowshade .title_bar {
	height: 30px;
	margin-bottom: 20px;
	padding-left: 10px;
	background-color: #668FB2;
	background-image: url('images/sorting_arrow_down.png');
	background-position: 98% 50%;
	background-repeat: no-repeat;
	font-size: .875em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 30px;
	cursor: pointer;
}

.windowshade .title_bar.expanded {
	background-image: url('images/sorting_arrow_up.png');
}

.windowshade .windowshade_content {
	display: none;
}

.windowshade .windowshade_content.expanded {
	display: block;
}

/***************
LAYOUT
***************/

/*** Box Sizing ***/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*** Centering Wrapper ***/

.container_inner {
	margin: 0 1%;
}

.container_content {
	margin-left: 2%;
}

/*** Clearing Floats ***/

.clr:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/***************
HEADER
***************/

#header {
	margin-bottom: 40px;
}

#top_bar {
	position: relative;
	height: 30px;
	background-color: #000000;
}

/*** Top Navigation ***/

#top_nav {
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: .938em;
	font-weight: 400;
	color: #FFFFFF;
}

#top_nav ul li {
	position: relative;
}

#top_nav li a {
	text-transform: uppercase;
}

#top_nav ul li ul li a {
	text-transform: none;
	line-height: 1.25;
}

/*** Menu Button ***/

#menu_button {
	position: absolute;
	right: 30px;
	width: 30px;
	height: 30px;
	display: none;
}

#menu_button button {
	width: 100%;
	height: 100%;
	border: none;
	background: url('images/menu_burger.png') center center no-repeat;
	color: transparent;
	cursor: pointer;
	overflow: hidden;
}

/*** Search ***/

#search_button {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
}

#search_button button {
	width: 100%;
	height: 100%;
	border: none;
	background: url('images/search_icon.png') center center no-repeat;
	color: transparent;
	cursor: pointer;
	overflow: hidden;
}

#search_form_wrapper {
	position: absolute;
	right: 30px;
	width: 220px;
	height: 30px;
	padding-top: 5px;
	background-color: #000000;
	z-index: 2;
	display: none;
}

#search_form_wrapper input[type="text"] {
	float: left;
	width: 200px;
	height: 20px;
	padding: 5px;
	border: none;
}

#search_form_wrapper input[type="submit"] {
	float: right;
	width: 9px; 
	height: 20px;
	background: url('images/search_arrow.png') top left no-repeat;
	border: none;
	cursor: pointer;
}

/*** CUA Logo ***/

#logo {
	margin-top: 30px;
}

#logo a {
	margin: 0 auto;
	background: url('images/cua_logo.png') center center no-repeat;
	display: block;
}

#logo h1 {
	text-indent: -8000px;
}

/***************
PAGE COLUMNS
***************/

/*** Content with Right Sidebar ***/

#page_columns {
	position: relative;
}

/***************
TWO COLUMN
***************/

.two_column .section {
	margin-top: 20px;
}

.two_column .section .section_title {
	margin-bottom: 5px;
	font-size: 1.063em;
	font-weight: 700;
	line-height: 1.25;
}

.two_column .sidebar_column img {
	width: 100%;
	height: auto;
}

.two_column .group_wrapper {
	margin-bottom: 10px;
}

.two_column .group_wrapper label {
	height: 30px;
	line-height: 30px;
	float: left;
	font-style: italic;
	padding-right: 10px;
}

.two_column .group_buttons {
	float: left;
}

/***************
RIGHT SIDEBAR
***************/

#sidebar_browse {
	height: 30px;
	padding-left: 10px;
	background-color: #668FB2;
	background-image: url('images/sorting_arrow_down.png');
	background-position: 98% 50%;
	background-repeat: no-repeat;
	font-size: .875em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 30px;
	cursor: pointer;
	display: none;
}

#sidebar_browse.expanded {
	background-image: url('images/sorting_arrow_up.png');
}

#sidebar_column .section {
	margin-bottom: 20px;
}

#sidebar_column h3 {
	margin-bottom: 20px;
}

#sidebar_column a:hover {
	text-decoration: underline;
}

#sidebar_column input[type="text"] {
	width: 100%;
	height: 20px;
	padding: 5px;
	border: none;
}

/***************
FOOTER
***************/

#footer {
	margin: 80px 0;
}

/*** Footer Navigation ***/

#footer_nav {
	font-size: .750em;
}

#footer_nav ul li {
	padding: 0 20px 10px 0;
}

#footer_nav ul li:last-child {
	padding-right: 0;
}

#footer_nav ul li a:hover {
	color: #426B82;
	text-decoration: underline;
}

#footer_nav ul li ul {
	display: none;
}

/*** Copyright ***/

#copyright {
	padding-bottom: 10px;
	font-size: .750em;
}

/*** Logos ***/

#footer_logos {
	padding-top: 22px;
	border-top: 1px solid #000000;
}

#footer_logos a.footer_logo {
	float: left;
	height: 45px;
	background-repeat: no-repeat;
	text-indent: -8000px;
	display: block;
}

#footer_logos a.footer_logo.rle {
	background-image: url('images/rle_logo.png');
}

#footer_logos a.footer_logo.nsf {
	background-image: url('images/nsf_logo.png');
}

#footer_logos a.footer_logo.harvard {
	background-image: url('images/harvard_logo.png');
	background-position: left center;
}

#footer_logos a.footer_logo.mit {
	background-image: url('images/mit_logo.png');
	background-position: right center;
}

#footer_shpolicy {
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: .750em;
}

/*** Headings ***/

.post_formatting h1, .post_formatting h2, .post_formatting h3, .post_formatting h4, .post_formatting h5, .post_formatting h6 {
	margin-bottom: 20px;
}

.post_formatting h1, .post_formatting h2, .post_formatting h3 {
	font-size: 1.250em;
	font-weight: bold;
	line-height: 1.25;
}

.post_formatting h4 {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.25;
}

.post_formatting h5 {
	font-size: 1.063em;
	font-weight: bold;
	line-height: 1.25;
}

.post_formatting h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25;
}

/*** Links ***/

.post_formatting a {
	text-decoration: underline;
}

.post_formatting a:visited {
	color: inherit;
}	

.post_formatting a:hover {
	color: #426B82;
	text-decoration: underline;
}

/*** Paragraphs ***/

.post_formatting p {
	margin-bottom: 25px;
}

.post_formatting p:last-child {
	margin-bottom: 0;
}

/*** Blockquote ***/

.post_formatting blockquote {
	margin: 25px 10%;
	font-size: 1.063em;
	font-weight: bold;
	font-style: italic;
	color: #668FB2;
	line-height: 1.25;
}

.post_formatting + blockquote {
	margin-top: 0;
}

/*** Lists ***/

.post_formatting ul {
	margin: 0 0 30px 0;
	padding-left: 10%;;
	list-style-type: disc;
	list-style-position: outside;
}

.post_formatting ol {
	margin: 0 0 30px 0;
	padding-left: 10%;
	list-style-type: decimal;
	list-style-position: outside;
}

.post_formatting li {
	padding-bottom: 5px;
	line-height: 1.25;
}

.post_formatting ul li:last-child, .post_content ol li:last-child {
	padding-bottom: 0;
}

/*** Divider ***/

.post_formatting hr {
	clear: both;
	margin: 5px 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	border: 0;
	border-top: 1px dotted #000000;
}

.post_formatting hr + p, .post_formatting hr + h1, .post_formatting hr + h2, .post_formatting hr + h3, .post_formatting hr + h4, .post_formatting hr + h5, .post_formatting hr + h6 {
	margin-top: 25px;
}

/*** Images ***/

.post_formatting img {
	height: auto;
	display: inline-block;
}

.post_formatting .alignnone {
    margin: 5px 30px 30px 0;
}

.post_formatting .aligncenter,
.post_formatting div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.post_formatting .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
}

.post_formatting .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
}

.post_formatting a img.alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
}

.post_formatting a img.alignnone {
    margin: 5px 30px 30px 0;
}

.post_formatting a img.alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
}

.post_formatting a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post_formatting .wp-caption {
    max-width: 96%;
    padding: 10px 3px;
    text-align: center;
}

.post_formatting .wp-caption.alignnone {
    margin: 5px 30px 30px 0;
}

.post_formatting .wp-caption.alignleft {
	max-width: 50%;
    margin: 5px 30px 10px 0;
}

.post_formatting .wp-caption.alignright {
	max-width: 50%;
    margin: 5px 0 10px 30px;
}

.post_formatting .wp-caption img {
	width: auto;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.post_formatting .wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
    font-size: .875em;
	font-style: italic;
}

#post_content .wp-smiley {
	width: auto;
	border: none;
}

.post_formatting iframe {
	margin: 0 auto;
	display: block;
}

/***************
PAGING
***************/

#paging_bar {
	margin-top: 20px;
}

.wp-pagenavi {
	clear: both;
	margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	margin: 2px;
	padding: 3px 5px;
	background-color: #668FB2;
	border: 2px solid #7BAADA;
	color: #FFFFFF;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #7BAADA;
	border: 2px solid #668FB2;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/***************
PAGES
***************/

#page_template .section {
	margin-top: 40px;
}

#featured_image {
	margin-bottom: 20px;
}

#featured_image img {
	width: 100%;
	height: auto;
}

/***************
CONTACT
***************/

.contact_title {
	margin-bottom: 20px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.25;
}

/*** Administrative Contacts ***/

#administrative_contacts .administrative_contact {
	margin-bottom: 40px;
}

#administrative_contacts .administrative_contact .administrative_thumbnail {
	margin-bottom: 10px;
}

#administrative_contacts .administrative_contact .administrative_thumbnail img {
	width: 100%;
	height: auto;
}

#administrative_contacts .administrative_contact .administrative_section {
	margin-bottom: 20px;
}

#administrative_contacts .administrative_contact a:hover {
	color: #426B82;
}

/*** Directions ***/

#directions .campus {
	margin-bottom: 20px;
}

.acf-map {
	width: 100%;
	margin-bottom: 10px;
	border: 1px soild #CCCCCC;
}

/***************
EVENTS
***************/

/*** Toggle Buttons ***/

#event_toggle label {
	float: left;
	height: 25px;
	padding-right: 10px;
	line-height: 25px;
}

#event_toggle .toggle_button {
	float: left;
	height: 25px;
	padding: 0 5px;
	margin-right: 10px;
	color: #FFFFFF;
	line-height: 25px;
	cursor: pointer;
}

#event_toggle .toggle_button.on {
	background-color: #9CBFE3;
	border: 2px solid #668FB2;
}

#event_toggle .toggle_button.off {
	background-color: #668FB2;
	border: 2px solid #7BAADA;
}

#toggle_loading {
	float: left;
	height: 25px;
	width: 25px;
	background-image: url('images/loading_small.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	
}

/*** Event List ***/

#events_archive_loading {
	height: 40px;
	background-image: url('images/loading_large.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.event_list .event {
	margin-bottom: 40px;
}

.event_list .event a:hover {
	text-decoration: underline;
}

.event .event_date {
	font-size: .875em;
	font-weight: normal;
	text-transform: uppercase;
}

.event .event_title {
	font-size: 1.250em;
	font-weight: 700;
	line-height: 1.25;
}

.event .event_teaser {
	margin-top: 10px;
}

.event .event_more {
	margin-top: 10px;
}

.event .event_more a {
	font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
}

.event .event_more a:hover {
	color: #426B82;
	text-decoration: underline;
}

.event .event_types {
	margin-top: 20px;
}

/*** Event Archives ***/

#event_archives {
	margin-top: 20px;
}

/***************
FORMS
***************/

#site_form {
	margin-bottom: 0;
}

#site_form .form_row {
	margin-bottom: 20px;
}

#site_form .hidden_group {
	display: none;
}

#site_form label {
	margin-bottom: 8px;
	display: block;
}

#site_form .field_required {
	color: #CC3333;
}

#site_form .field_spacer {
	margin-top: 8px;
}

#site_form input[type="text"], #site_form input[type="email"] {
	width: 100%;
	height: 30px;
	padding: 5px;
	border: 1px solid #B5B5B5;
}

#site_form select {
	width: 100%;
	height: 30px;
	border: 1px solid #B5B5B5;
}

#site_form textarea {
	width: 100%;
	height: 200px;
	padding: 5px;
	border: 1px solid #B5B5B5;
}

#site_form input[type="submit"] {
	height: 30px;
	background-color: #7F7D7E;
	border-radius: 5px;
	border: 0;
	box-shadow: 3px 3px 2px #CCCCCC;
	background: -webkit-linear-gradient(top, #7F7D7E 20%, #DDDDDD);
	background: -o-linear-gradient(bottom, #7F7D7E 20%, #DDDDDD);
	background: -moz-linear-gradient(bottom, #7F7D7E 20%, #DDDDDD);
	background: linear-gradient(to top, #7F7D7E 20%, #DDDDDD);
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1em;
	cursor: pointer;
}

#site_form img.ajax-loader {
	width: auto;
	height: auto;
}

/***************
HOMEPAGE
***************/

/*** Slideshow ***/

#home_slideshow {
	position: relative;
}

#slide_wrapper {
	position: relative;
}

#slide_overlay {
	padding: 14px 40px 14px 14px;
}

.slide_content {
	font-size: .875em;
	color: #FFFFFF;
	line-height: 1.250em;
}

.slide_content.slide_caption_cell {
	text-align: left;
}

.slide_content.slide_button_cell a {
	padding: 0 10px;
	background-color: #668FB2;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1em;
	display: inline-block;
}

.slide_content.slide_button_cell a:hover {
	text-decoration: underline;
}

.slide_caption_content {
	display: none;
}

.slide_label_outer {
	position: relative;
}

.slide_tab {
	position: absolute;
	top: 0;
	width: 10px;
	background-repeat: no-repeat;
	z-index: 52;
	display: none;
}

.slide_table {
	width: 100%;
	table-layout: fixed;
	display: table;
}

.slide_row {
	display: table-row;
}

.slide_label {
	width: 100%;
	background-position: 14px center;
	background-repeat: no-repeat;
	font-size: .875em;
	color: #FFFFFF;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

.slide_label a:hover {
	text-decoration: underline;
}

#slide_label_1 {
	background-color: #426B82;
}

#slide_label_2 {
	background-color: #6E8D98;
}

#slide_label_3 {
	background-color: #87A0A9;
}

#slide_label_4 {
	background-color: #95B0BA;
}

/*** Featured Content ***/

.home_row {
	margin-bottom: 40px;
}

.home_section_title {
	margin-bottom: 25px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 2.125em;
	text-transform: uppercase; 
}

.home_row .home_featured_content {
	margin-bottom: 20px;
}

.home_row .home_featured_content:first-child {
	padding-left: 0;
}

.home_view_all {
	margin-top: 20px;
}

.home_view_all a {
	font-size: .875em;
	font-weight: 600;
	text-transform: uppercase;
}

.home_view_all a:hover {
	color: #426B82;
	text-decoration: underline;
}

/***************
GROUPS
***************/

/*** Group Page ***/

#group_page a:hover {
	text-decoration: underline;
}

#group_heading .thumbnail_wrapper {
	float: left;
	width: 25%;
	margin-bottom: 40px;
}

#group_heading .thumbnail_wrapper img {
	width: 100%;
}

#group_heading .info_wrapper {
	float: left;
	width: 75%;
	padding-left: 25px;
}

#group_heading .section {
	margin-bottom: 20px;
}

#group_heading a.email_address {
	word-wrap: break-word;
}

.group_alumni {
	margin-bottom: 20px;
}

/***************
OUTREACH AND RESEARCH AREAS
***************/

.area_title {
	margin-bottom: 20px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.875em;
}

#areas_wrapper .area_item {
	margin-bottom: 40px;
}

#areas_wrapper .area_item .area_item_thumbnail img {
	width: 100%;
	height: auto;
}

#areas_wrapper .area_item .area_item_title {
	margin-top: 10px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 1.25;
	font-weight: 700;
	line-height: 1.5em;
}

#areas_wrapper .area_item a:hover {
	color: #426B82;
	text-decoration: underline;
}

#outreach_sidebar .label_wrapper .label_title {
    float: none;
}

#outreach_sidebar .label_wrapper .label_title {
    width: 100%;
}

/***************
PEOPLE
***************/

/*** Search Form ***/

#people_search {
	padding-bottom: 15px;
}

#people_search .form_row {
	margin-bottom: 20px;
}

#people_search .search_field {
	height: 30px;
	padding: 5px;
	border: 1px solid #B5B5B5;
}

#people_search select {
	float: left;
	height: 30px;
	border: 1px solid #B5B5B5;
}

#people_search .submit_button {
	margin-right: 10px;
}

/*** List Grid ***/

#people_heading_bar {
	height: 30px;
	margin-bottom: 40px;
	background-color: #668FB2;
	font-size: .875em;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 30px;
}

#people_heading_bar .column_title {
	float: left;
	width: auto;
	padding-right: 8px;
	display: inline;
}

#people_heading_bar .column_sorting {
	float: left;
}

#people_heading_bar .column_sorting .sorting_button {
	width: 20px;
	height: 30px;
	border: none;
	text-indent: -8000px;
	cursor: pointer;
}

#people_heading_bar .sorting_button.up {
	background: url('images/sorting_arrow_up.png') center center no-repeat;
}

#people_heading_bar .sorting_button.down {
	background: url('images/sorting_arrow_down.png') center center no-repeat;
}

#people_list a:hover {
	text-decoration: underline;
}

.people_grid .people_row {
	margin-bottom: 20px;
}

.people_grid .column_wrapper {
	float: left;
}

.people_grid .column {
	float: left;
	padding-right: 8px;
}

.people_grid .column.thumbnail img {
	width: 100%;
}

.people_grid .column.email {
	word-wrap: break-word;
}

/***************
PUBLICATIONS
***************/

/*** Sorting ***/

#publication_sorting {
	float: left;
	margin-bottom: 20px;
}

#publication_export {
	margin-bottom: 20px;
}

#publication_menu label {
	float: left;
	font-size: .857em;
	line-height: 30px;
}

#publication_sorting .sorting_links {
	float: left;
}

#publication_sorting .sorting_link {
	display: inline-block;
	text-align: left;
	margin-left: 10px;
}

#publication_sorting .sort_direction {
	float: left;
	margin-left: 10px;
}

#publication_sorting .sorting_button {
	width: 20px;
	height: 30px;
	border: none;
	text-indent: -8000px;
	cursor: pointer;
}

#publication_sorting .sorting_button.up {
	background: url('images/sorting_arrow_white_up.png') center center no-repeat;
}

#publication_sorting .sorting_button.down {
	background: url('images/sorting_arrow_white_down.png') center center no-repeat;
}

#publication_menu #publication_export label {
	float: none;
}

#publication_export .export_links {
	float: right;
}

#publication_export .export_link {
	margin-left: 10px;
	display: inline-block;
}

/*** Publication List ***/

#publication_list a:hover {
	color: #426B82;
	text-decoration: underline;
}

#publication_list ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#publication_list li {
	margin-bottom: 10px;
}

/*** Publication Detail ***/

.publication_abstract {
	margin-top: 20px;
}

/***************
SEARCH RESULTS
***************/

#search_results .results_title {
	margin-bottom: 20px;
	font-size: 1.250em;
	line-height: 1.25;
}

#search_results .results_list li {
	margin-bottom: 20px;
}

#search_results .result_excerpt {
	margin: 10px 0;
}

#search_results .search_highlight {
	padding: 2px;
	background-color: #668fb2;
	color: #FFFFFF;
}

/***************
376 AND UP
***************/

@media screen and (min-width:376px) {


}

/***************
481 AND UP
***************/

@media screen and (min-width:481px) {



}

/***************
569 AND UP
***************/

@media screen and (min-width:569px) {

	/***************
	HEADER
	***************/

	/*** CUA Logo ***/

	#logo a {
		width: 520px;
		height: 77px;
	}

}

/***************
668 AND UP
***************/

@media screen and (min-width:668px) {

	/***************
	COMMON ELEMENTS
	***************/

	/*** Item Lists ***/

	.item_wrapper .thumbnail_column {
		width: 20%;
	}

	.item_wrapper .content_column {
		width: 80%;
	}
	
	/*** Page Title with Back Link ***/
	
	#page_title_header {
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	#page_title_header .title_cell {
		width: 70%;
		text-align: left;
		vertical-align: text-bottom;
		display: table-cell;
	}

	#page_title_header .back_cell {
		width: 30%;
		padding-left: 20px;
		text-align: right;
		vertical-align: text-bottom;
		display: table-cell;
	}
	
	/***************
	PAGE COLUMNS
	***************/
	
	#page_wrapper {
		min-height: 500px;
	}
	
	/*** Content with Right Sidebar ***/
	
	#content_column {
		float: left;
		width: 55%;
	}

	#sidebar_column {
		position: relative;
		float: right;
		width: 40%;
		background-color: #668FB2;
		color: #FFFFFF;
		background: -webkit-linear-gradient(bottom, #668FB2 90%, #FFFFFF);
		background: -o-linear-gradient(top, #668FB2 90%, #FFFFFF);
		background: -moz-linear-gradient(top, #668FB2 90%, #FFFFFF);
		background: linear-gradient(to bottom, #668FB2 90%, #FFFFFF);
	}
	
	/*** Two Column ***/

	.two_column .sidebar_column {
		float: left;
		width: 30%;
	}

	.two_column .main_column {
		float: left;
		width: 70%;
		padding-left: 40px;
	}
	
	/***************
	RIGHT SIDEBAR
	***************/
	
	#sidebar_content {
		padding: 20px 20px 40px 20px;
	}
	
	/***************
	FOOTER
	***************/
	
	/*** Logos ***/
	
	#footer_logos a.footer_logo.rle {
		width: 31%;
		background-position: left center;
	}
	
	#footer_logos a.footer_logo.nsf {
		width: 13%;
		background-position: left center;
	}
	
	#footer_logos a.footer_logo.harvard {
		width: 36%;
	}
	
	#footer_logos a.footer_logo.mit {
		width: 20%;
	}
	
	/***************
	CONTACT
	***************/
	
	/*** Administrative Contacts ***/
	
	#administrative_contacts .administrative_contact {
		float: left;
		width: 30%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	
	#administrative_contacts .administrative_contact:nth-child(3n) {
		margin-right: 0;
	}
	
	#administrative_contacts .administrative_contact:nth-child(3n+1) {
		clear: left;
	}
	
	/*** Directions ***/
	
	#directions .campus {
		float: left;
		width: 48%;
		margin-right: 4%;
	}

	#directions .campus:nth-child(even) {
		margin-right: 0;
	}
	
	#directions .campus:nth-child(odd) {
		clear: left;
	}
	
	/***************
	FORMS
	***************/

	#site_form .form_field {
		width: 70%;
	}
	
	/***************
	HOMEPAGE
	***************/
	
	/*** Slideshow ***/
	
	#slide_overlay {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: url('images/menu_background.png') top left repeat;
		z-index: 51;
	}
	
	.slide_content {
		vertical-align: middle;
		display: table-cell;
	}
	
	.slide_content.slide_caption_cell {
		width: 85%;
		padding-right: 20px;
	}

	.slide_content.slide_button_cell {
		width: 15%;
		text-align: right;
	}
	
	.slide_content.slide_button_cell a {
		height: 30px;
		line-height: 30px;
	}
	
	.slide_label {
		height: 70px;
		padding: 14px 14px 14px 68px;
		background-size: 44px 44px;
	}
	
	.slide_tab {
		right: -10px;
		height: 70px;
		background-size: 7px 70px;
	}
	
	/*** Featured Content ***/
	
	.home_row .home_featured_content {
		float: left;
		width: 50%;
		padding-left: 30px;
	}
	
	/***************
	GROUPS
	***************/
	
	.group_alumni {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
	
	/***************
	OUTREACH AND RESEARCH AREAS
	***************/
	
	#areas_wrapper.research_areas {
		margin: 0 auto;
	}
	
	#areas_wrapper .area_item {
		float: left;
		margin-right: 4%;
	}
	
	#areas_wrapper.outreach_areas .area_item:nth-child(even) {
		margin-right: 0;
	}
	
	#areas_wrapper.outreach_areas .area_item:nth-child(odd) {
		clear: left;
	}

	#areas_wrapper.research_areas .area_item:nth-child(3n) {
		margin-right: 0;
	}
	
	#areas_wrapper.research_areas .area_item:nth-child(3n+1) {
		clear: left;
	}
	
	/***************
	PEOPLE
	***************/
	
	/*** List Grid ***/
	
	#people_heading_bar.people_grid .column_title {
	 	padding-left: 25px;
	 }
	 
	 .people_grid .column_wrapper.thumbnail_column {
		width: 30%;
	}
	
	.people_grid .column_wrapper.info_column {
		width: 70%;
	}
	
	.people_grid .column.thumbnail {
		padding: 0 25px;
	}
	
	/***************
	PUBLICATIONS
	***************/

	/*** Sorting ***/

	#publication_sorting {
		width: 50%;
	}
	
	#publication_export {
		float: right;
		width: 50%;
	}

}

/***************
769 AND UP
***************/

@media screen and (min-width:769px) {

	/***************
	CONTACT
	***************/

	/*** Directions ***/

	.acf-map {
		height: 400px;
	}
	
	/***************
	OUTREACH AND RESEARCH AREAS
	***************/
	
	#areas_wrapper.outreach_areas {
		float: left;
		width: 65%;
	}
	
	#outreach_sidebar {
		float: left;
		width: 35%;
		padding-left: 40px;
	}
	
	#single_outreach {
		float: left;
		width: 70%;
		padding-right: 40px;
	}
	
	#single_outreach_sidebar {
		float: left;
		width: 30%;
	}
	
	.outreach_thumbnail img {
		width: 100%;
	}
	
	/***************
	PEOPLE
	***************/
	
	/*** Search Form ***/
	
	#people_search .form_row {
		padding-left: 25px;
	}
	
	#people_search .label_wrapper {
		float: left;
		width: 46px;
		margin-right: 10px;
	}
	
	#people_search .search_field {
		float: left;
		margin-right: 10px;
	}
	
	#people_search .search_field.by_name {
		width: 410px;
	}
	
	#people_search select {
		margin-right: 10px;
	}

}

/***************
1025 AND UP
***************/

@media screen and (min-width:1025px) {

	/***************
	COMMON ELEMENTS
	***************/

	/*** Labels ***/

	.label_wrapper .label_title {
		float: left;
		width: 14%;
	}
	
	.home_row .label_wrapper .label_title {
		float: none;
	}

	.news_types.label_wrapper .label_title {
		width: 18%;
	}

	.people_detail .news_types.label_wrapper .label_title {
		width: 22%;
	}
	
	.label_wrapper .label_content {
		float: left;
		width: 86%;
	}
	
	.news_types.label_wrapper .label_content {
		width: 78%;
	}

	.people_detail .news_types.label_wrapper .label_content {
		width: 78%;
	}
	
	.home_row .label_wrapper .label_content {
		float: none;
	}
	
	/***************
	LAYOUT
	***************/
	
	/*** Centering Wrapper ***/
	
	.container {
		width: 1025px;
		margin: 0 auto;
	}
	
	/***************
	HEADER
	***************/
	
	/*** Top Navigation ***/

	#top_nav {
		position: relative;
		height: 30px;
	}
	
	#top_nav ul {
		text-align: center;
	}
	
	#top_nav ul li {
		padding: 0 20px;
		display: inline-block;
	}
	
	#top_nav li a {
		line-height: 30px;
	}
	
	#top_nav li a:hover {
		color: #95B0bA;
	}
	
	#top_nav ul li ul {
		position: absolute;
		left:  12px;
		width: 124px;
		padding: 10px 0;
		background: url('images/menu_background.png') top left repeat;
		display: none;
		z-index: 55;
	}
	
	#top_nav ul li ul li {
		padding: 2px 8px;
		display: block;
	}
	
	#top_nav ul li ul li a:hover {
		text-decoration: underline;
	}
	
	#top_nav ul li:hover > ul {
		display: block;
	}
	
	/***************
	PAGE COLUMNS
	***************/
	
	/*** Content with Right Sidebar ***/
	
	#content_column {
		width: 65%;
	}

	#sidebar_column {
		width: 30%;
	}
	
	/*** Single Column ***/

	#single_column {
		width: 70%;
	}
	
	/***************
	FOOTER
	***************/
	
	/*** Footer Navigation ***/

	#footer_nav {
		float: left;
		width: 70%;
	}
	
	#footer_nav ul li {
		float: left;
	}
	
	/*** Copyright ***/

	#copyright {
		float: right;
		width: 30%;
		text-align: right;
	}
	
	/*** Logos ***/
	
	#footer_logos a.footer_logo.nsf {
		width: 20%;
	}
	
	#footer_logos a.footer_logo.harvard {
		width: 25%;
	}
	
	#footer_logos a.footer_logo.mit {
		width: 24%;
	}
	
	/***************
	HOMEPAGE
	***************/

	/*** Slideshow ***/

	#home_slideshow {
		width: 950px;
		height: 400px;
		overflow: hidden;
	}
	
	#slide_wrapper {
		float: left;
		width: 675px;
	}
	
	#slide_overlay {
		width: 675px;
	}
	
	#slide_label_wrapper {
		float: left;
		width: 275px;
	}
	
	.slide_label {
		height: 100px;
		padding: 20px 14px 20px 90px;
		background-size: 64px 64px;
	}
	
	.slide_tab {
		left: -10px;
		height: 100px;
		background-position: right center;
		background-size: 10px 100px;
	}
	
	#slide_tab_1 {
		background-image: url('images/slideshow_tab_left_01.png');
	}

	#slide_tab_2 {
		background-image: url('images/slideshow_tab_left_02.png');
	}

	#slide_tab_3 {
		background-image: url('images/slideshow_tab_left_03.png');
	}

	#slide_tab_4 {
		background-image: url('images/slideshow_tab_left_04.png');
	}
	
	/*** Featured Content ***/
	
	.home_row .home_featured_content {
		width: 33%;
	}
	
	.home_featured_content:nth-child(3n+1) {
    	clear: left;
    	padding-left: 0;
	}
	
	/***************
	GROUPS
	***************/
	
	.group_alumni {
		width: 33%;
	}

	.group_alumni:nth-child(3n+1){
		clear:left
	}
	
	/***************
	OUTREACH AND RESEARCH AREAS
	***************/

	#areas_wrapper.research_areas {
		width: 98%;
	}

	#areas_wrapper.outreach_areas .area_item {
		width: 48%;
	}

	#areas_wrapper.research_areas .area_item {
		width: 30%;
	}
	
	/***************
	PEOPLE
	***************/
	
	/*** Search Form ***/
	
	#people_search .search_field.by_name {
		width: 300px;
	}
	
	#people_search select.wide {
		width: 300px;
	}

	#people_search select.narrow {
		width: 150px;
	}
	
	/*** List Grid ***/
	
	.people_grid .column_wrapper.thumbnail_column {
		width: 22%;
	}
	
	.people_grid .column_wrapper.info_column {
		width: 78%;
	}
	
	.people_grid .column.name {
		width: 28%;
	}

	.people_grid .column.email {
		width: 30%;
		word-wrap: break-word;
	}

	.people_grid .column.affiliation {
		width: 18%;
	}

	.people_grid .column.group {
		width: 24%;
	}

}

/***************
1024 AND UNDER
***************/

@media screen and (max-width:1024px) {

	/***************
	COMMON ELEMENTS
	***************/

	/*** Labels ***/

	.label_wrapper .label_title, .news_types.label_wrapper .label_title, .people_detail .news_types.label_wrapper .label_title {
		width: 100%;
	}
	
	.label_wrapper .label_content, .news_types.label_wrapper .label_content, .people_detail .news_types.label_wrapper .label_content {
		width: 100%;
	}
	
	/***************
	LAYOUT
	***************/
	
	/*** Centering Wrapper ***/
	
	.container {
		width: 100%;
		margin: 0;
		padding: 0 5%;
	}
	
	/***************
	HEADER
	***************/
	
	/*** Top Navigation ***/
	
	#top_bar .container {
		padding: 0;
	}

	#top_nav {
		position: absolute;
		top: 30px;
		width: 100%;
		z-index: 60;
		display: none;
	}
	
	#top_nav ul {
		text-align: left;
	}
	
	#top_nav ul li {
		padding: 0;
		background-color: #000000;
		border-top: 1px solid #383838;
		display: block;
	}
	
	#top_nav ul li a {
		padding: 5px 5%;
		display: block;
	}
	
	#top_nav ul li.menu-item-has-children > a {
		background-image: url('images/menu_down_arrow.png');
		background-position: 98% 50%;
		background-repeat: no-repeat;
	}
	
	#top_nav ul li.menu-item-has-children a.expanded {
		background-image: url('images/menu_up_arrow.png');
		background-position: 98% 50%;
		background-repeat: no-repeat;
	}
	
	#top_nav ul li a:hover {
		background-color: #666666;
	}
	
	#top_nav ul li ul {
		padding: 0;
		background: url('images/menu_background.png') top left repeat;
		z-index: 55;
		display: none;
	}
	
	#top_nav ul li ul li {
		padding: 0;
		background-color: transparent;
	}
	
	#top_nav ul li ul li a:hover {
		text-decoration: none;
	}
	
	#top_nav ul li:hover > ul {
		display: none;
	}
	
	/*** Menu Button ***/

	#menu_button {
		display: block;
	}
	
	/***************
	PAGE COLUMNS
	***************/
	
	/*** Single Column ***/

	#single_column {
		width: 100%;
	}
	
	/***************
	FOOTER
	***************/
	
	/*** Footer Navigation ***/

	#footer_nav {
		float: left;
		width: 100%;
	}
	
	#footer_nav ul {
		text-align: center;
	}
	
	#footer_nav ul li {
		display: inline-block;
	}
	
	/*** Copyright ***/

	#copyright {
		width: 100%;
		text-align: center;
	}
	
	/***************
	HOMEPAGE
	***************/

	/*** Slideshow ***/
	
	#slide_wrapper {
		width: 100%;
	}
	
	#slide_label_wrapper {
		width: 100%;
	}
	
	.slide_tab {
		background-position: left center;
	}
	
	#slide_tab_1 {
		background-image: url('images/slideshow_tab_right_01.png');
	}

	#slide_tab_2 {
		background-image: url('images/slideshow_tab_right_02.png');
	}

	#slide_tab_3 {
		background-image: url('images/slideshow_tab_right_03.png');
	}

	#slide_tab_4 {
		background-image: url('images/slideshow_tab_right_04.png');
	}
	
	/***************
	OUTREACH AND RESEARCH AREAS
	***************/
	
	#areas_wrapper.research_areas {
		width: 100%;
	}
	
	#areas_wrapper.outreach_areas .area_item, #areas_wrapper.research_areas .area_item {
		width: 48%;
	}
	
	/***************
	PEOPLE
	***************/
	
	/*** Search Form ***/
	
	#people_search select {
		margin-bottom: 10px;
	}
	
	#people_search select.wide, #people_search select.narrow {
		width: 165px;
	}
	
	/*** List Grid ***/
	 
	 #people_heading_bar.people_grid .column_wrapper.thumbnail_column {
	 	display: none;
	 }
	 
	 #people_heading_bar.people_grid .column_wrapper.info_column {
	 	width: 100%;
	 }
	 
	 #people_heading_bar.people_grid .column.email, #people_heading_bar.people_grid .column.affiliation, #people_heading_bar.people_grid .column.group {
	 	display: none;
	 }
	 
	 #people_heading_bar.people_grid .column_title {
	 	padding-left: 25px;
	 }
	 
	 #people_heading_bar.people_grid .column_sorting {
	 	float: right;
	 }
	 
	 .people_grid .column.name {
		width: 100%;
	}

	.people_grid .column.email {
		width: 100%;
	}

	.people_grid .column.affiliation {
		width: 100%;
	}

	.people_grid .column.group {
		width: 100%;
	}

}

/***************
768 AND UNDER
***************/

@media screen and (max-width:768px) {

	/***************
	COMMON ELEMENTS
	***************/
	
	/*** Buttons ***/
	
	.label_content .type_button a {
		margin-top: 5px;
	}
	
	/***************
	CONTACT
	***************/
	
	/*** Directions ***/
	
	.acf-map {
		height: 300px;
	}
	
	/***************
	OUTREACH AND RESEARCH AREAS
	***************/
	
	#areas_wrapper.outreach_areas {
		width: 100%;
	}
	
	.outreach_thumbnail {
		text-align: center;
	}
	
	.outreach_thumbnail img {
		display: inline-block;
	}
	
	/***************
	PEOPLE
	***************/
	
	/*** Search Form ***/
	
	#people_search .form_row {
		padding-left: 10px;
	}

	#people_search .label_wrapper {
		width: 100%;
		margin: 0 0 8px 0;
	}
	
	#people_search .search_field {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	#people_search select.wide, #people_search select.narrow {
		width: 100%;
	}

}

/***************
667 AND UNDER
***************/

@media screen and (max-width:667px) {

	/***************
	COMMON ELEMENTS
	***************/

	/*** Item Lists ***/

	.item_wrapper .thumbnail_column {
		width: 25%;
	}

	.item_wrapper .content_column {
		width: 75%;
	}
	
	/*** Page Title with Back Link ***/

	#page_title_header .title_cell {
		margin-bottom: 8px;
	}
	
	/***************
	PAGE COLUMNS
	***************/
	
	/*** Content with Right Sidebar ***/
	
	#content_column {
		padding: 50px 0 0 10px;
	}
	
	#sidebar_column {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	
	/*** Two Column ***/

	.two_column .sidebar_column {
		width: 100%;
		margin-bottom: 40px;
	}

	.two_column .main_column {
		width: 100%;
	}
	
	/***************
	RIGHT SIDEBAR
	***************/

	#sidebar_browse {
		display: block;
	}
	
	#sidebar_content {
		position: absolute;
		left: 0;
		top: 30px;
		width: 100%;
		padding: 20px 10px;
		background: url('images/menu_background.png') top left repeat;
		color: #FFFFFF;
		display: none;
	}
	
	/***************
	FOOTER
	***************/
	
	/*** Logos ***/
	
	#footer_logos a.footer_logo.rle {
		width: 62%;
	}
	
	#footer_logos a.footer_logo.nsf {
		width: 28%;
		background-position: right center;
	}
	
	#footer_logos a.footer_logo.harvard {
		width: 60%;
		margin-top: 20px;
		background-size: 170px 18px;
	}
	
	#footer_logos a.footer_logo.mit {
		width: 40%;
		margin-top: 20px;
		background-size: 81px 33px;
	}
	
	/***************
	CONTACT
	***************/
	
	/*** Administrative Contacts ***/
	
	#administrative_contacts .administrative_contact {
		width: 100%;
	}
	
	/*** Directions ***/
	
	#directions .campus {
		width: 100%;
	}
	
	/***************
	FORMS
	***************/

	#site_form .form_field {
		width: 100%;
	}
	
	/***************
	HOMEPAGE
	***************/

	/*** Slideshow ***/

	#slide_overlay {
		width: 100%;
		background-color: #333333;
	}
	
	.slide_content {
		display: block;
	}
	
	.slide_content.slide_caption_cell {
		width: 100%;
	}

	.slide_content.slide_button_cell {
		width: 100%;
		margin-top: 10px;
	}
	
	.slide_content.slide_button_cell a {
		height: 25px;
		line-height: 25px;
	}
	
	.slide_label {
		height: 50px;
		padding: 10px 10px 10px 50px;
		background-size: 30px 30px;
	}
	
	.slide_tab {
		right: -5px;
		width: 5px;
		height: 50px;
		background-size: 5px 50px;
	}
	
	/*** Featured Content ***/
	
	.home_row .home_featured_content {
		width: 100%;
	}
	
	/***************
	GROUPS
	***************/
	
	.group_alumni {
		width: 100%;
		padding: 0 10px;
	}
	
	/***************
	OUTREACH AND RESEARCH AREAS
	***************/
	
	#areas_wrapper.outreach_areas, #areas_wrapper.research_areas {
		width: 100%;
	}
	
	#areas_wrapper.outreach_areas .area_item, #areas_wrapper.research_areas .area_item {
		width: 100%;
	}
	
	/***************
	PEOPLE
	***************/
	
	/*** List Grid ***/
	
	#people_heading_bar.people_grid .column_title {
	 	padding-left: 10px;
	 }
	 
	 .people_grid .column_wrapper.thumbnail_column {
		width: 40%;
	}
	
	.people_grid .column_wrapper.info_column {
		width: 60%;
	}
	
	.people_grid .column.thumbnail {
		padding: 0 10px;
	}
	
	/***************
	PUBLICATIONS
	***************/

	/*** Sorting ***/

	#publication_sorting {
		width: 100%;
	}
	
	#publication_export {
		float: left;
		width: 100%;
	}
	
	#publication_menu #publication_export label {
		float: left;
	}

	#publication_export .export_links {
		float: left;
	}

}

/***************
480 AND UNDER
***************/

@media screen and (max-width:480px) {

	

}

/***************
375 AND UNDER
***************/

@media screen and (max-width:375px) {

	

}

/***************
TABLET LANDSCAPE
***************/

@media screen and (min-width:769px) and (max-width:1024px) {

	/***************
	HOMEPAGE
	***************/

	/*** Slideshow ***/

	#home_slideshow {
		max-width: 675px;
		margin: 0 auto 40px auto;
	}

	/*** Featured Content ***/
	
	.home_featured_content:nth-child(odd) {
    	clear: left;
    	padding-left: 0;
	}
	
	/***************
	GROUPS
	***************/
	
	.group_alumni:nth-child(odd){
		clear: left;
	}

}

/***************
TABLET PORTRAIT
***************/

@media screen and (min-width:668px) and (max-width:768px) {

	/***************
	HOMEPAGE
	***************/

	/*** Featured Content ***/
	
	.home_featured_content:nth-child(odd) {
    	clear: left;
    	padding-left: 0;
	}
	
	/***************
	GROUPS
	***************/
	
	.group_alumni:nth-child(odd){
		clear: left;
	}

}

/***************
MOBILE LANDSCAPE WIDE
***************/

@media screen and (min-width:569px) and (max-width:667px) {

	

}

/***************
MOBILE LANDSCAPE MEDIUM
***************/

@media screen and (min-width:481px) and (max-width:568px) {

	/***************
	HEADER
	***************/

	/*** CUA Logo ***/

	#logo a {
		width: 480px;
		height: 71px;
		background-size: 480px 71px;
	}

}

/***************
MOBILE LANDSCAPE NARROW
***************/

@media screen and (min-width:376px) and (max-width:480px) {

	/***************
	HEADER
	***************/

	/*** CUA Logo ***/

	#logo a {
		width: 420px;
		height: 62px;
		background-size: 420px 62px;
	}

}

/***************
MOBILE PORTRAIT WIDE
***************/

@media screen and (min-width:321px) and (max-width:375px) {

	/***************
	HEADER
	***************/

	/*** CUA Logo ***/

	#logo a {
		width: 330px;
		height: 49px;
		background-size: 330px 49px;
	}

}

/***************
MOBILE PORTRAIT NARROW
***************/

@media screen and (max-width:320px) {

	/***************
	HEADER
	***************/

	/*** CUA Logo ***/

	#logo a {
		width: 288px;
		height: 43px;
		background-size: 288px 43px;
	}
	
	/***************
	FOOTER
	***************/
	
	/*** Logos ***/
	
	#footer_logos a.footer_logo.harvard {
		width: 62%;
	}
	
	#footer_logos a.footer_logo.mit {
		width: 38%;
	}

}