/*
Theme Name: Twenty Eleven
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
#content p {
font-family: Arial, Helvetica, sans-serif;
margin-bottom:10px;	
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#000000;
margin:0;
padding:0;
}


#wrapper {width:100%; position:absolute; height:88px; top:0px; z-index:1;}

#page {
/*float:left;
width:100%;*/

margin:0 auto;
position:relative;
z-index:2;
}

#page-wrapper {
width:100%;
float:left;
position:relative;
/*border:1px solid #B0A696;
border-bottom:0px solid #b0a696;*/
/*background-image:url(img/bg_icons1.gif);
background-repeat:no-repeat;
background-position:0px 393px;*/
height:100%;
}

#main {
display: table;
height:100%;
margin: 0 auto;
padding-top: 40px;
width:990px;
}
.column-wrap {
	display: table-row;
}
#header {
background:url(img/test_bg.png) no-repeat -483px 200px;
display: table-cell;
height:100%;
width:230px;
vertical-align: top;
}

#access {
top:0;
left:0;

position:absolute;

z-index:100;
}

#secondary {
display: table-cell;
height:100%;
width:230px;
background-color:#dfdfdf;
border-right:1px solid #97a4ae;
padding-bottom:10px;
vertical-align: top;
z-index:101;
}

#content {
width:490px;
padding-bottom:20px;
}

#primary {
display: table-cell;
height:100%;
margin-right: 25px;
vertical-align: top;
}

#site-description {
font-family:Arial, sans-serif;
font-size:16px;
line-height:20px;
font-style:italic;
color:#003366;
background-color:#FFFFFF;
margin:0 0 0 11px;
}

#header h1 {
font-family:Times, serif;
font-size:62px;
line-height:60px;
font-weight:normal;
color:#656557;
background-color:#FFFFFF;
margin:0 0 18px 11px;
}

#header a,#header a:link,#header a:visited,#header a:hover,#header a:active {
color:#656557;
text-decoration:none;
}

img,a img,a:link img,a:visited img,a:hover img,a:active img {
border:none;
}

img.alignright {
float:right;
margin:0 0 1em 1em;
}

.alignleft,img.alignleft {
float:left;
margin:1em 1em 0 0;
}

img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

a img.alignright {
float:right;
margin:0 0 1em 1em;
}

a img.alignleft {
float:left;
margin:0 1em 1em 0;
}

a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}



/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}



/* =Global
----------------------------------------------- */

input, textarea {
	color: #373737;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
	text-decoration:none;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms 
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}*/

/* Links */
a,a:link,a:visited {
color:#114170;
text-decoration:underline;
}

a:hover,a:active {
color:#114170;
text-decoration:none;
}

abbr {
border-bottom:none;
text-decoration:none;
}

.clear{clear:both;}


/* =Logo
------------------------------------------------------------- */
.logo {float:left; width:80px; height:89px; margin-right:20px;}

/* =Menu
-------------------------------------------------------------- */
.skip-link {
position:absolute;
right:1em;
top:-100px;
}

/* Assistive text */
.assistive-text {
position: absolute !important;
text-indent:-9999px;

}
#access a.assistive-text:active,
#access a.assistive-text:focus {
/*	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;*/
}

#access {
	
}
#access a {color:#993333;
text-decoration:none;}

#access a:hover,#access a:active {
color:#993333;
text-decoration:underline;
}

#access ul {
font-family:Arial, sans-serif;
font-size:13px;
font-weight:bold;
color:#993333;
list-style-type:none;
margin:0;
padding:0;
}

#access li {
padding-right:20px;
display:block;
float:left;
margin:0;
}

#access li.last {margin-top:25px;padding-left:10px;}

#access li.sloannav {
width:80px;
height:33px;
display:block;
margin-top:25px;
padding-bottom:6px;
padding-left:10px;
border-right:1px solid #FFFFFF;
}


/* =Content
----------------------------------------------- */

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


.entry-content,
.entry-summary {
	padding: 5px 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}

.entry-content {
border-top:2px dotted #CDCDBC;
padding-bottom:10px;
}

body.single .entry-content {
border-top:none;
}

.entry-date {
line-height:22px;
color:#656557;
border-bottom:none;
}

.entry-meta,#nav-below {
font-size:11px;
line-height:12px;
font-style:italic;
}

body.single .entry-meta {
border-bottom:2px dotted #CDCDBC;
padding:0px 0;
}

.entry-title {
font-size:18px;
line-height:22px;
font-weight:bold;
margin-bottom:4px;
color:#003366;
}

.entry-title a,.entry-title a:link,.entry-title a:visited {
color:#003366;
text-decoration:none;
}

.entry-title a:hover,.entry-title a:active {
color:#003366;
text-decoration:underline;
}

.entry-date {font-size:12px; font-style: normal;}

.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}

/*.comments-link a {text-decoration:none;}
.comments-link a:hover {text-decoration:underline;}*/

.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

.entry-content p:last-child {
    clear: both;}

/* Images */
.comment-content img,
 {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img {}
.wp-caption {
clear: both;
}
.wp-caption-text {
font-size:11px;
line-height:15px;
font-style:italic;
margin-top:1px;
text-align:center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
	position: absolute;
	top: 48px;
	left: 500px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.entry-content img {border:1px solid #dfdfdf; padding:2px;}
.entry-content a img {border:1px solid #dfdfdf; padding:2px;}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}


blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}

.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}

.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}


/* =Singlar 
----------------------------------------------- */
body.singular #content{
position: relative;

}
body.singular .entry-header,
body.singular .entry-content,
body.singular footer.entry-meta,
body.singular #comments-title {

}
body.singular .hentry {border-bottom:0px;}
body.singular .entry-meta .edit-link a { 
margin-top:35px;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}

body.single footer.entry-meta {padding:15px 0px; border-top:2px dotted #CDCDBC;}


/* Media Page
------------------------------------------------ */
body.media .hentry {border-bottom:0px; margin-bottom:0px;}
body.media .entry-content {border-top:none; margin-top:-40px; padding-top:0px; /*border-bottom: 1px solid #ddd;*/ }
body.media .entry-content p {margin-bottom:0px;}
body.media .entry-content h2 {margin-top:0px;}
body.media .entry-content h2 {background: url(img/mediaRC.png) no-repeat top left; padding:25px 15px;font-size:20px; color:#295683; line-height:26px;}

#thank-you .entry-content {border-top:none; margin-top:-40px; padding-top:0px; /*border-bottom: 1px solid #ddd;*/ }
#thank-you .entry-content h2 {margin-top:0px;}
#thank-you .entry-content h2 {background: url(img/mediaRC.png) no-repeat top left; padding:25px 5px;font-size:20px; color:#295683; line-height:26px;}
#form-message {margin:100px 0px 0px; padding-bottom:25px; background: url(img/mediaRC_red.png) no-repeat bottom center; height:200px;}
#form-message h3 {font-size:18px; color:#295683; line-height:26px; text-align:center; letter-spacing:normal; text-transform:none; font-weight:bold; margin-right:30px;}

#form-message h3 span {text-transform:uppercase;}

body.media footer {padding:0;}
body.media .entry-medta .edit-link a{margin-top:25px;}
body.media span.st_facebook_hcount, body.media span.st_linkedin_hcount, body.media span.st_twitter_hcount, body.media span.st_email_hcount, body.media b.title {display:none;}

body.media #search-faculty,body.media #contact-one,body.media #contact-two,body.media #contact-three,body.media #contact-four {width:100%; float:left; margin-bottom:20px;} 
body.media #search-faculty h2.title {margin:0px 0px 5px 20px; border-top:1px solid #ddd; padding:10px 0px 0px; font-weight:bold;}
body.media #search-faculty h3 {/*margin:10px 20px;*/ font-weight:bold;}

.fsearch {width:100%; float:left; background:url(img/search_icon.png) no-repeat 20px 0px; padding:0px; }
/*.fsearch p {margin:0px 0px 20px 100px;}*/

/* Search Form*/
.search-tabs {clear: both; display: inline-block; background: white; margin: 10px 0; width: 100%; float: none;}
@media projection, screen { .search-tabs .tabs-hide { display: none; } }
@media print {.search-tabs .tabs-nav { display: none;} }
.search-tabs ul.tabs-nav{ list-style: none; margin: 0; margin-left:1px; padding: 0; height: 30px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px 3px; border-bottom: 0px solid #efefef; border-top:0px solid #efefef; /*background: #d2d7e0;*/ background:#E9E9CE; width:351px; float: none!important;}
.search-tabs .tabs-nav li { float: left; margin: 0; min-width: 95px; width: auto!important; border-right: 2px solid #ebebeb; height: 30px; padding: 0!important; background: none!important; list-style-type: none!important;}
.search-tabs .tabs-nav li.first{ /*-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px 4px;*/ }
.search-tabs .tabs-nav a, .search-tabs .tabs-nav a span { display: block; padding: 0 10px; cursor: pointer;}
.search-tabs .tabs-nav a { position: relative; top: 1px; z-index: 2; padding-left: 0; color: #003366; font-size: 12px; font-weight: bold; line-height: 20px;  text-align: center; text-decoration: none;}
.search-tabs .tabs-nav .tabs-selected a { color: #fff; }
.search-tabs .tabs-nav .tabs-selected a, .search-tabs .tabs-nav a:hover, .search-tabs .tabs-nav a:focus, .search-tabs .tabs-nav a:active { outline: 0;}
.search-tabs .tabs-nav a span { width: 95px; min-width: 95px; height: 30px; min-height: 30px; padding-top: 5px; padding-right: 0; }
*>.search-tabs .tabs-nav a span { width: auto; height: auto;}
.search-tabs .tabs-nav .tabs-selected {  background: #81806e!important; border-bottom: none;}
.search-tabs .tabs-container { padding:15px; /*background: #003366;*/ background:#81806e; /*border: 1px solid #dcdfe6;*/ border:1px solid #ebebeb; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px 3px; border-top:0px; }

.search-tabs #searchform {width:415px; padding:10px;}
.search-tabs #searchform input[type="text"] {background:#fff; width:300px; height:25px; border:0px; font-size:13px; color:#003366;}
.search-tabs #searchform input.gobutton {width:71px; float:right; margin-top:1px; margin-right:30px; *margin-top:-27px;}

 
body.media #contact-one h2.title,body.media #contact-two h2.title,body.media #contact-three h2.title, body.media #contact-four h2.title {margin:0px 0px 5px 20px; border-top:1px solid #ddd; padding:0px 0px 0px; font-weight:bold;}
body.media #contact-one h3,body.media #contact-two h3, body.media #contact-three h3, body.media #contact-four h3 { font-weight:bold;}

.tcontact {/*width:100%; float:left; background:url(img/contact_icon.png) no-repeat 20px 0px;*/ padding:0px;}
.fsearch p,.tcontact p,.tcontact-demand p,.tcontact-submit p, .tcontact-directory p {margin:0px 0px 20px 100px;}
.fsearch h3,.tcontact h3,.tcontact-demand h3,.tcontact-submit h3, .tcontact-directory h3 {margin:0px 0px 5px 100px;}

.tcontact-demand {/*width:100%; float:left;*/ /*background:url(img/text_icon.png) no-repeat 20px 0px;*/ padding:0px; }
.tcontact-submit {/*width:100%; float:left; background:url(img/submit_icon.png) no-repeat 20px 0px;*/ padding:0px;}
.tcontact-directory {width:100%; float:left; background:url(img/faculty_icon.png) no-repeat 20px 0px; padding:0px;}

/* -------------
 * Toggle One
 * ------------- */
.global-toggle {clear: both; display: inline-block; margin: 0px 0; width: 100%;}
.global-toggle section { padding: 0; margin: 0; background: #fff; height:auto; cursor: pointer;}

.global-toggle section.tcontact.show, .global-toggle section.tcontact.hide{ display: block; background:url(img/contact_icon.png) no-repeat 20px 0px; padding:0px; text-decoration:none; color:#000; padding-bottom:4px;}
.global-toggle section.tcontact.hide  { background:url(img/contact_icon_over.png) no-repeat 20px 0px;}

.global-toggle section.tcontact-demand.show, .global-toggle section.tcontact-demand.hide{ display: block; background:url(img/text_icon.png) no-repeat 20px 0px; padding:0px; text-decoration:none; color:#000;}
.global-toggle section.tcontact-demand.hide  { background:url(img/text_icon_over.png) no-repeat 20px 0px;}

.global-toggle section.tcontact-submit.show, .global-toggle section.tcontact-submit.hide{ display: block; background:url(img/submit_icon.png) no-repeat 20px 0px; padding:0px; text-decoration:none; color:#000;}
.global-toggle section.tcontact-submit.hide  { background:url(img/submit_icon_over.png) no-repeat 20px 0px;}

.global-toggle .global-toggle-container { margin: 0 0 4px 0; padding: 15px 20px; /*background: #003366;*/ background:#81806e; color: #fff; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}

div.hidden, span.hidden { display:none }

#form_wrapper {
	
	/*border-bottom:10px solid #FFFFFF;*/
	padding:0px 0 0 0;
}

#form_wrapper p {margin:0px;}

#fields {width:490px; padding: 0px 4px;}

#form_wrapper label {display:block;color:#fff;font-size:12px;padding-top:6px; font-weight:bold;}

#form_wrapper input {border:0px solid #6c6a6a; font-family: arial, sans-serif;font-size:13px;padding:2px 4px 0px;color:#003366;margin-bottom:5px;}

#form_wrapper .left_col {float:left; width:215px;display:block;}

#form_wrapper .right_col, #form_wrapper .right_col_short {padding-left:9px; display:block;float:left;width:215px;}

#form_wrapper .right_col_short {width:203px;padding:4px 4px 0px;}
#form_wrapper input.short {/*width:203px;*/ width:130px; padding:4px 4px 0px; background:#fff;}

#form_wrapper .left {width:130px; display:block; float:left; /*margin-right:30px;*/ margin-right:10px; }
#form_wrapper .left_b {width:130px; display:block;  float:left; /*margin-right:32px;*/ margin-right:10px; }
#form_wrapper .mid {width:130px; display:block; float:left; /*margin-right:30px;*/ margin-right:10px; padding-left:10px; }
#form_wrapper .mid_b {display:block; float:left; /*margin-right:30px;*/ margin-right:10px; margin-top:5px; *margin-left:10px; padding-left:10px;} 
/*#form_wrapper .right {width:130px; display:block; float:left; padding-left:10px; } */
#form_wrapper .right {width:150px; display:block; float:left; padding-left:10px; }
#form_wrapper input.supershort {width:130px;padding:5px 5px 0px;float:left; background:#fff;}

#form_wrapper textarea {border:0px solid #6c6a6a; background:#fff;width:435px; padding:2px 0px;color:#003366; float:left; margin:0;}
#form_wrapper input[type=radio] {margin-bottom:0px; padding:0px; background:transparent; float:left; }
#form_wrapper input.radio {padding:0; margin-bottom:0px; margin-right:5px\0/; margin-top:3px\0/;}
#form_wrapper label.radio{padding:0; margin-bottom:0px; float:left; margin-top:24px; margin-right:5px\0/;}
#form_wrapper label.radio_headline {float:left; margin:18px 5px 0px 0px;}

#form_wrapper select {width:130px; float:left;  border:0px solid #6c6a6a; padding:2px 2px 2px 4px; margin-bottom:5px;}
#form_wrapper select.short {width:45px; float:left; margin-right:5px;}

#form_wrapper input.b_submit {margin:10px 35px 0 -5px; /*margin-top:0px\0/;*/ clear:left; float:left;  width:71px; }
#form_wrapper .b_submit  { border:0px solid #6c6a6a; background: transparent; }

#form_wrapper .disclosure {float:left; /*margin-right:30px;*/ margin-right:10px; margin-top:20px; margin-left:30px; font-size:11px; *width:125px; *margin-left:40px;}

#form_wrapper .error, .message_error { float:left; display:block; clear:both; padding-top:4px;  }
#form_wrapper .error, .message_error, .indicates { color:#f00; font-size:12px; }
#form_wrapper p.success_msg { padding:5px; margin-top:20px; text-align:center; font-size:14px; }
#form_wrapper p.success_msg { color:#356c1d; background:#cee8c3; border-top:1px solid #7ea96b; border-bottom:1px solid #7ea96b; }

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}





/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* Sidebar
---------------------------------------------- */
#secondary aside {float:left;width:230px;}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 15px;
}
.widget-title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-left:20px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style:none;
	margin-left:20px;
	padding-bottom:15px;
	border-bottom:1px solid #FFFFFF;
	width:190px;
	float:left;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #000;
	font-size: 13px;
	padding-bottom:5px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Image Widget */

.widget_image {width:200px; margin:20px 20px 0px; }
body.media .widget_image {display:none;}

/* Search Widget */
.widget_search form {
	margin-bottom: 15px;
}
.widget_search #s {
	/*width: 77%;*/
}
.widget_search #searchsubmit {}

#search h3 {
font-size:10px;
line-height:16px;
font-weight:bold;
margin:185px 0 4px;
padding:0;
}

#searchform #s {
width:160px;
border:0px solid #B0A696;
background:#fff;
height:20px;
padding:2px 4px;
margin-top:0;
margin-left:20px;
}

.entry-content #searchform #s
{border:1px solid #dfdfdf; width:75%; margin-left:0px;}

#searchform .button {
width:19px;
height:19px;
vertical-align: middle;
background:#E9E9CE url(img/button_red.gif) no-repeat;
border:none;
}


h3.widgettitle{
font-family:Arial, sans-serif;
font-size:12px;
line-height:15px;
font-weight:bold;
margin-bottom:6px;
padding-bottom:0;
}

h3.widgettitle a,h3.widgettitle a:link,#h3 widgettitle a:visited {
color:#000000;
text-decoration:none;
}

h3.widgettitle a:hover,h3.widgettitle a:active {
color:#000000;
text-decoration:none;
}

/* Twitter Widget */
#twitter_div {width:100%; float:left;}
ul#twitter_update_list li {margin-bottom:10px;}


/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* Text Widget */

.textwidget {border-bottom:1px solid #fff; margin-left:20px; width:190px;}
.textwidget p {margin-bottom:10px;}
.textwidget h3.aboutHead {font-size:14px;line-height:14px;font-weight:bold;color:#656557;}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 16px;
	line-height:20px;
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}


.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em 1.625em;
	padding: 1.625em;
	position: relative;
}
body.single .commentlist > li.comment{width:100%;}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
body.single #respond,.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	/*resize: vertical;
	width: 95%;*/
	width:75%;
	display:block;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #eee;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #555;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 22px 5px 22px;
	position: relative;
	left: 0px;
/*	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);*/
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

.comment {
background-color:#E4E9EF;
}

li.comment p {
background-color:#E4E9EF;
padding:0 6px 2px;
}

.comment-author {
background-color:#FFFFFF;
}

.comment-meta {
color:#6F6B4F;
background-color:#FFFFFF;
}

#comments-list ol {
margin-left:1em;
padding-left:0;
}

#comments-list li {
margin-left:1em;
padding-left:0;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

.copyright {
font-size:10px;
line-height:14px;
margin:16px 0px 0px 20px;

}

footer.entry-meta {padding-bottom:15px;}


/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

#colophon,#generator-link,.meta-sep,#nav-above,#theme-link,#wpstats,#wpstats2 {
display:none;
}


/* =Responsive Structure
----------------------------------------------- */


/* Safari 
@media screen and (-webkit-min-device-pixel-ratio:0) and (width: 1680px)
{background-position:340px 393px; }}

@media (max-width: 1024px) {
	body {
		padding: 0;
		background-position:140px 393px;
	}

}

@media (max-width: 800px) {
	

}
@media (max-width: 650px) {
	
	body {
		padding: 0;
		background-position:0px 393px;
	}
}
@media (max-width: 450px) {
	body {
		padding: 0;
		background-position:0px 393px;
	}

}*/

@media only screen and (max-device-width: 480px) {
	body {
		padding: 0;
		background-position: ;
	}
	

}


/* =Print
----------------------------------------------- */
/*
@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs 
	}*/
	/*#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.entry-title{
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}*/

	/* Comments 
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}*/

	/* Post author highlighting 
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}*/

	/* Post Author threaded comments 
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}*/


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width:1000px;
}

#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}




/*Overriding page CSS*/
div.PBViewing
{float:none !important;}

/*hrheader*/
div#hrheader{margin:1em 0; height:1px; border:0; border-top:1px solid #CCC}
/*hrHeader end*/

/*Footer*/
.copyright p.disclaimer{text-transform:none; margin-left:-40px; margin-top:-5px; margin-bottom:5px;}
.extra-links li {background:url(../images/bg-s3.gif) no-repeat 0 2px;}
/*Footer End*/

/*Logo*/
.logo2{    background:url(../images/mit-logo.gif) no-repeat}
/*Logo end*/


/*Left Navigation override*/
.aside-nav li{background:url(../images/ektron-images/bg-hl1.gif) repeat-x 0 100%;}
.aside-nav ul li a{background:url("/ektron-images/ico1b.gif") no-repeat 0 5px}
.aside-nav li li.active a{background:url("/ektron-images/ico2b.gif") no-repeat 0 5px}
/*Left Navigaiton override end*/

/*Breadrumb override*/
.breadcrumbs li{background:url("/ektron-images/bg-s2.gif") no-repeat 0 50%}
/*Breadrumb override end*/

/*Helpful links*/
.heading3{background:url("/ektron-images/bg-hl1.gif") repeat-x 0 100%}
.datalist3 li a{background:url("/ektron-images/ico1b.gif") no-repeat 0 4px}
/*Helpful links end*/

/*Rotating Banner*/
.present .frame ul li.leadership{background:url("/ektron-images/bg-present1-experiences.jpg") no-repeat}
.present .frame ul li.experiences{background:url("/ektron-images/bg-present1-experiences.jpg") no-repeat}
.present .frame ul li.connected{background:url("/ektron-images/bg-present1-connected.jpg") no-repeat}
.present .frame ul li.innovation{background:url("/ektron-images/bg-present1-experiences.jpg") no-repeat}
.present .frame ul li.apply{background:url("/ektron-images/bg-present1-experiences.jpg") no-repeat}
.present .frame ul li.network{background:url("/ektron-images/bg-present1-experiences.jpg") no-repeat}
.video-nav ul li a{background:url("/ektron-images/bg-slide1.png") no-repeat}
.video-nav ul li a:hover, .video-nav ul .active a{background:url("/ektron-images/bg-slide2.png") no-repeat}
.btn-play1{background:url("/ektron-images/btn-play1.png") no-repeat}
.lightbox1-video-top{background:url("/ektron-images/bg-t2.png") no-repeat}
.lightbox1-video{background:url("/ektron-images/bg-m2.png") repeat-y}
.btn-close1{background:url("/ektron-images/btn-close1.png") no-repeat}
#content a.btn-more1{background:url("/ektron-images/ico1ar.gif") no-repeat 100% 2px}
.btn-more5 span{background:url("/ektron-images/ico3ar.gif") no-repeat}
/*Rotating Banner end*/

/*2 Column wirefrome*/
.content2colpage{width:auto;}
/*two column wireframe end*/

/*Main Content Fellows*/
.main1{background:url("/ektron-images/bg-vl1.gif") repeat-y 609px 0}
.datalist4 li a{background:url("/ektron-images/ico2ar.gif") no-repeat 100% 3px}
#sidebar .incidentals a.social-icon:hover {text-decoration:none !important;}
/*Main content Fellows end*/

.main2{width:100%; padding-bottom:36px}

/*Google Maps*/
.details-map-t{background:url("/ektron-images/bg-u1.gif") no-repeat 0 0}
.details-map-b{background:url("/ektron-images/bg-u1.gif") no-repeat -1570px 100%}
.choose1 li .mark1{background-image:url("/ektron-images/ico1m.gif")}
.choose1 li .mark2{background-image:url("/ektron-images/ico2m.gif")}
.choose1 li .mark3{background-image:url("/ektron-images/ico3m.gif")}
.choose1 li .mark4{background-image:url("/ektron-images/ico4m.gif")}
/*Google Maps end*/

/*News Briefs.datalist1 li{background:url("/ektron-images/ico3b.gif") no-repeat 0 4px}
/*News Briefs end*/

/*Quote*/
.quote1{background:#2E464B url("/ektron-images/bg-promo1.jpg") no-repeat}
.quote1 .q{background:url("/ektron-images/bg-q2.gif") no-repeat}
.quote1 .frame{background:url("/ektron-images/bg-q1.gif") no-repeat 9px 19px}
.promo1 .image{background:url("/ektron-images/fellows/bg-frame1.gif") no-repeat 100% 100%}
.promo1 .person{background:url("/ektron-images/fellows/bg-tr2.png")}
/*Quote end*/

/*Default Page center content*/
.datalist6 li{background:url("/ektron-images/ico5b.gif") no-repeat 0 6px}
.description1{background:url("/ektron-images/bg-hl2.gif") repeat-x}
#header h1{margin-bottom:0px}
.article1{background:url("/ektron-images/bg-hl2.gif") repeat-x}
/*Default Page center content end*/

/*Center content links*/
.intro1 a{font-weight:bold; font-size:1em}
.main1 .content1 .content a{font-weight:bold; color:#4098A7 !important;}
/*Center content links end*/

/*Admission Event Page */
table.events tr{font:.8461em/1.4545em arial,helvetica,sans-serif; height:25px; background:url("/ektron-images/bg-hl2.gif") repeat-x}
/*Admission Event Page end*/

/*Lightbox*/
.lightbox1-m{background:url("/ektron-images/bg-m2.png") repeat-y}
.intro-lb1 .person{background:url("/ektron-images/bg-person1.png") no-repeat}
.intro-lb1{background:#4D949D url("/ektron-images/bg-vl2.gif") repeat-x}
.lightbox1-t{background:url("/ektron-images/bg-t2.png") no-repeat}
/*.lightbox1-b{background:url("/ektron-images/bg-b2.png") no-repeat}*/
.extra-lb2{background:#F4F3EC url("/ektron-images/bg-vl3.gif") repeat-y 1px 0}
.extra-video-lb2{background:#F4F3EC url("/ektron-images/bg-vl3.gif") repeat-y 1px 0}
/*Lightbox end*/

/* curriculum-calendar - begin */
.row1cc{    background:url("/ektron-images/bg-hl2.gif") repeat-x}
.row1cc .title{    background:url("/ektron-images/ico4ar.gif") no-repeat 2px 3px}
.curriculum-calendar .slide-active .row1cc .title{    background:url("/ektron-images/ico5ar.gif") no-repeat 0 5px}
.datalist6 li{    background:url("/ektron-images/ico5b.gif") no-repeat 0 6px}
.btn-more2{    background:url("/ektron-images/ico3ar.gif") no-repeat 100% 3px}
/* Curriculum Calendar - End */

/* Sitemap -Begin */
.heading1{    background:url("/ektron-images/bg-hl1.gif") repeat-x}
.heading3{    background:url("/ektron-images/bg-hl1.gif") repeat-x 0 100%}
#siteMapContent{    height:340px;     margin:auto;     padding-top:18px;     width:100%}
#siteMapContent div.clmn1{float:left;width:175px; height:320px}
#siteMapContent div.clmn2{float:left;width:175px; height:320px}
#siteMapContent div.clmn3{float:left;width:175px; height:320px}
#siteMapContent div.clmn4{float:left;width:175px; height:320px}
#siteMapContent div.clmn5{float:left;width:175px; height:320px}
#siteMapContent div.clmn6{float:left;width:175px; height:350px}
#siteMapContent div.clmn7{float:left;height:320px;width:175px}
#siteMapContent ul{    margin-bottom:15px;     margin-top:5px;     list-style:none outside none;     padding-left:0;     margin-left:0px}
#siteMapContent ul li ul{    background:url("/ektron-images/bg-hl2.gif") repeat-x scroll 0 0 transparent;  padding-top:10px;  margin-right:10px}
#siteMapContent ul li ul li{ margin-bottom:0.5em;  list-style:none;  padding-left:0;  margin-left:5px;  height:20px}
#siteMapContent ul li ul ul{ background:none;  margin-left:15px}
#siteMapContent ul a{ margin-top:15px}
#siteMapContent h2{ margin-bottom:8px}
#siteMapContent h2 .heading{}
#siteMapContent ul a.submenu{ margin-top:15px !important;  font-size:12px}
#siteMapContent .heading{ font-size:1em;  font-weight:bold}
/* Sitemap - Ends */

/* Contact Us */
fieldset{ background-color:#F2F2F2;  margin:1em 0;  padding:0.5em 0 0.5em 1.3em;  vertical-align:50%;  width:500px}
fieldset#personal .required{ color:#C33}
fieldset#education .required{ color:#C33}
fieldset#comments .required{ color:#C33}
fieldset ol{ border:none !important;  margin:0;  padding-left:1px;  padding-right:3px}
.contactUsForm{ font-family:Arial,sans-serif}
/* Contact Us - end */

/* RSS Feed CSS - Begin */
#feedBody{ -moz-padding-start:30px !important;  background:none repeat scroll 0 0 -moz-field !important;  border:1px solid threedshadow !important;  margin:2em auto !important;  padding:3em !important;  color:-moz-fieldtext !important;  font:message-box !important;  font-size:none !important}
#feedHeaderContainer{ -moz-border-radius:10px 10px 10px 10px;  background-color:infobackground;  border:1px solid threedshadow;  margin:-4em auto 0}
#feedHeader{ -moz-margin-end:1em;  -moz-margin-start:1.4em;  -moz-padding-start:2.9em;  color:infotext;  font-size:110%;  margin-bottom:1em;  margin-top:4.9em}
#feedTitleText{ border-bottom:2px solid threedlightshadow;  font-size:160%;  margin:0 0 0.2em}
#feedSubtitleText{ color:threeddarkshadow;  font-size:110%;  font-weight:normal;  margin:0 0 0.6em}
#feedTitleContainer{ -moz-margin-end:0.6em;  -moz-margin-start:0;  margin-bottom:0;  margin-top:0}
#feedTitleImage{ -moz-margin-end:0;  -moz-margin-start:0.6em;  margin-bottom:0;  margin-top:0;  max-height:150px;  max-width:300px}
.feedEntryContent{ font-size:110%;  margin-bottom:10px !important}
.entry h3{ font-size:inherit !important;  margin-bottom:5px}
#feedContentLink{ color:#00F !important;  cursor:pointer !important;  text-decoration:underline !important}
#feedContentLink:hover:active{ color:#F00 !important}
/* RSS Feed CSS - End */

/*Home page*/
#panel{    background:url('/ektron-images/control-panel.png') no-repeat}
#portfolio li{    list-style-image:url('/ektron-images/bullet_white.gif')}
#nav a:hover, #nav a.activeSlide{    background:url('/ektron-images/feat-butt_on.gif') no-repeat}
#nav a{    background:url('/ektron-images/feat-butt_off.gif') no-repeat}
body#home{    background:url('/ektron-images/bg_portfoliobox-tagline.png?r=2') no-repeat center 0px white}
#content_r #col3 #second{    width:193px;     padding:13px 0 0 10px}
#content_l_wrap{    background:url('/ektron-images/shade_r.gif') repeat-y top right}
#content_l{    background:url('/ektron-images/bg_content.gif') repeat-x #DAD8C9}
#content_r #col3 #first_wrap{    background:url('/ektron-images/shade_r.gif') repeat-y right top}
#content_r #col3 #first{    background:url('/ektron-images/bg_content.gif') repeat-x #DAD8C9}
#content_r #col3 #first li{    list-style-image:url('/ektron-images/bullet_black.gif')}
/*Home page end*/

/* Rss contentList */
.rssList{    list-style:none outside none !important;     margin:0 !important;     padding:0 0 5px 10px !important}
.rssImg img{    float:right;     margin-left:0.2em;     margin-top:0.2em;     padding-left:0.2em;     padding-top:0.2em}
.rssList li{    background:url("/ektron-images/ico3b.gif") no-repeat 0 4px;     font:0.8461em/1.6363em arial,helvetica,sans-serif;     padding:0 0 8px 18px}
.rssList li a{    background:url("/ico2ar.gif") no-repeat scroll 100% 3px transparent;  padding:0 13px 0 0;  color:#4098A7 !important}
/* Rss contentList */

/* Newsroom List */
.PressReleasecontent{ font:0.89em Verdana,Arial,Helvetica,sans-serif}
.PressReleasecontent h1{ color:rgb(255,255,255);  /* background-color:rgb(0,51,102) */;font-size: 1.2em;font-weight: bold;}
.PressReleasecontent ul {border-bottom: 3px solid #003366; }
.PressReleasecontent li{ border-width:0px 0px 1px;  border-style:solid;  border-color:rgb(227,227,227);  padding-top:5px; font-size:0.9em;  vertical-align:top}
.PressReleasecontent a { font-size:0.9em; color: #004A6A !important;}
.NewsBriefContent * {line-height: 1.3em !important;}
/* Newsroom List */

/* Content with Image */
.contentcol .content p img { clear: both; float: right; padding: 10px 0 5px 10px;}
.content1 p  img {clear: both; float: right; padding: 10px 0 5px 10px; }
/* Content with Image */

div.PBColumn { width:100%; }
.articlevideo {overflow: hidden; }

/* Openwarehouse */
.standardtable a {  color: #333366 !important; font: 0.8em/1.1em Verdana,Arial,Helvetica,sans-serif !important; font-size: 100% !important;}
.standardtable td { padding: 0.7em 0.5em !important; vertical-align: top !important;}
/* Openwarehouse */

/*Landing page 3 column*/
.homeleft{width:500px !important; background: url("/ektron-images/bg-vl1.gif") repeat-y 494px 0;}
.contentcol .content p {font-size:13px; font-family:Arial, sans-serif;line-height:1.6923em !important;}
/*End of Landing page 3 Column*/

/*Image map page button*/
a.button span {background: transparent url('/ektron-images/bg_button_span.gif') no-repeat;display: block;line-height: 14px;padding: 5px 0 5px 18px;}
a.button {background: transparent url('/ektron-images/bg_button_a.gif') no-repeat scroll top right;color: #444;display: block;float: left;font: normal 11px arial, sans-serif;height: 24px;margin-right: 6px;padding-right: 18px;text-decoration: none;}
.ebwrap .colA{width: 365px;float: left;padding-right: 20px;}
.ebwrap .colA ul li {padding-bottom:10px;}
.ebwrap .colB{width:200px; float:left;}
/*End of Image map page button*/

/*About - Center content anchor tags*/
.content1 .content ul li a{color: #4098A7 !important;}
/*About - Center content anchor tags end*/

/*OMG Faculty*/
.bioblurbs .infoblock{font-size:13px !important; margin-left:0px;}
/*OMG Faculty*/

/*Executive Education*/
.content2 .panel {border-left: 1px dotted #8A8D7B;float: left;min-height: 442px;padding: 27px 15px 0 20px;width: 29%;}
.content2 {border-bottom: 1px dotted #8A8D7B;border-top: 1px dotted #8A8D7B;display: inline-block;width: 100%;}
.content2 .panel.left {border-left: none;padding-left: 0;}
.content2 .panel ul.program-bullets li {margin-bottom: 20px;}
.content2 .panel ul.program-bullets {list-style: disc;margin: 20px 12px 0;}
/*Executive education*/

/*msms input fields*/
.inputfield {padding: 0px 0px 10px 0px; margin: 0px 100px;}
.inputfield input {margin: 0px 17px;}
/*msms input fields end*/





/*  GLOBAL  --------------------------------------------------- */
@media screen {

/* Centered  --------------------------------------------------- */
html, body { height: 101%; margin-bottom: 1px; }
/* Centered  --------------------------------------------------- */

body, div, p, img, ul, li, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }

/* Centered  --------------------------------------------------- */
body {	background:url('../../ektron-images/bg_portfoliobox-tagline-pages.png') no-repeat center 0px #fff; padding: 0; margin:0 auto;}
body#home { font:11px Arial, Helvetica, sans-serif; color:#000; padding: 0px; margin: 0px; }
/* Centered  --------------------------------------------------- */

img {	border:none; padding: 0px; margin: 0px;}

a:active { outline:none; } /* get rid of those system borders being generated for A tags */

.clear { clear:both; line-height:normal; }
 * {padding: 0px; margin: 0px}
/*  MENU BAR  --------------------------------------------------- */


#tagline { background: #903; padding-left: 4px; position:absolute; z-index:4; float:left; top:-12px; left:89px; width:204px; height:24px; }

/* Centered  --------------------------------------------------- */
#midwrapper { overflow:visible; z-index:3; margin:0 auto; position:relative; width:984px; }
/* Centered  --------------------------------------------------- */


/* Centered  --------------------------------------------------- */
#menu_cap_right { float:right; width:10px; height:80px; }
#menu_cap_left { float:left; width:10px; height:80px; }
/* Centered  --------------------------------------------------- */



/* rss */
#rss { clear:left; float:left; width:165px; height:18px; padding:8px 0 0 0; }
#rss img { vertical-align:middle; padding:0 5px 0 0; }
#rss a { color:#fff; text-decoration: none; font-size: 11px; }
/*  #rss a:hover { color:#d5d6da; }  */

/*  PORTFOLIO BOX   --------------------------------------------------- */

#portfolio { position:absolute; z-index:3; display:table; top:24px; left:810px; width:160px; height:221px; line-height:normal; color:#fff; }
#portfolio td { height:220px; }
#portfolio ul { padding:24px 0 0 17px; }
#portfolio li { padding:0 0 6px 0; list-style-image:url('../../ektron-images/bullet_white.gif'); }
#portfolio a { color:#fff; font-weight:bold; text-decoration:none;  }
#portfolio h3 { font-size:14px; font-weight:normal; padding:0 0 15px 0; }

#portfolio a:hover { text-decoration:underline; }
#portfolio a:active { outline:none; } /* get rid of those system borders being generated for A tags */

/*  CONTROL BOX   --------------------------------------------------- */
#cycleblock { position:relative; z-index:2; top:-4px; left:17px; width:947px; height:348px; }
#cycleblock a { color:#fff; }
#cycleblock h1 { visibility:visible; font-size:24px; font-weight:normal; }

.cyccol { display: none; height: 352px; } 

.control { position:absolute; top:-4px; left:84px; width:375px; color:#fff; }
.control .color { height:4px; background:#91949a; width:367px; margin:0 0 0 4px; }

.control .item { width:295px; height:291px; margin:20px 40px 0 40px; }
.control .item h2 { font:14px Georgia, "Times New Roman", Times, serif; font-weight:bold; margin:10px 0 10px 0; }
.control .item p.itemtext { font:14px/20px Georgia, "Times New Roman", Times, serif; padding:0 0 10px 0; }
.control .item p.readmore { font:10px Georgia, "Times New Roman", Times, serif; padding:0; font-weight:bold; }
.control .item p { font:14px/24px Georgia, "Times New Roman", Times, serif; padding:0 0 15px 0; }
.control .item .links { border-top:1px solid #fff; margin:20px 0 0 0; padding:12px 0 0 0; }
.control .item .links img { vertical-align:middle; padding:0 5px 0 0; }
.control .item .links p { font:11px Arial, Helvetica, sans-serif; padding:0 0 5px 0;}
.control .item .links .ll { float:left; width:206px; }
.control .item .links .lr { float:left; }
.control .item .links .lr img.p { padding:0 8px 0 2px; } /* THIS CLASS IS FOR ADDING SPACE TO THE PODCAST ICON SO IT ALIGNS BETTER WHEN IT IS USED WITH OTHERS  */
.control .item .links .lr a:hover {  }

/* uncomment line below to remove snow */
/* #panel { overflow:visible; position:absolute; z-index:3; top:321px; left:101px; background:url('/ektron-images/control-panel.png') no-repeat; width:375px; height:48px; } */
/* comment out line below to add snow */
#panel { overflow:visible; position:absolute; z-index:3; top:321px; left:101px; background:url('../../ektron-images/control-panel.png') no-repeat; width:375px; height:58px; }
#panel #panellink { float:right; width:127px; padding:10px 0 0 0; }
#panel a { color:#fff; }

#nav { position:absolute; z-index:4; top:328px; left:138px; font-size:1px; width:210px; }
#nav a { background:url('../../ektron-images/feat-butt_off.gif') no-repeat; width:27px; height:27px; margin:0 2px 0 0; color:#8D8F97; float:left; }
#nav a:hover, #nav a.activeSlide { background:url('../../ektron-images/feat-butt_on.gif') no-repeat; }
#nav a:focus { outline:none; }

/*  MAIN CONTENT AREA   --------------------------------------------------- */


#contentbar { width:980px; height:5px; background:#970033; }
/*
#content a { color:#50535f; }

#content a { color:#000; text-decoration:none; }
#content a:hover { text-decoration:underline; }
#content a:active { outline:none; } /* get rid of those system borders being generated for A tags */

#content_l_wrap { float:left; width:795px; background:url('../../ektron-images/shade_r.gif') repeat-y top right; }
#content_l { width:792px; background:url('../../ektron-images/bg_content.gif') repeat-x #dad8c9; }

#content .readmore { padding:5px 0 20px 0; font:11px Arial, Helvetica, sans-serif; }
#content .readmore a { color:#999; font-weight: normal}
#content  a.readmore { color:#999; font-weight: normal }

#content_l #col1 { float:left; width:470px; border-right:1px solid #fff; font:12px/20px Georgia, "Times New Roman", Times, serif; }
#content_l #col1 .pad { padding:30px 65px 0 65px; }
#content_l #col1 .pad {color: #333}
#content_l #col1 h3 a {color: #50535f}
#content_l #col2 { float:left; width:320px; font-weight: bold; }
#content_l #col2 p { padding:0 0 15px 0; font-weight: bold; } /* */
#content_l #col2 a {font-weight: normal}
#content_l #col2 .pad { padding:30px 97px 35px 35px; }
#content_l #col2 .pad h3, #content_l #col2 .pad h3 a {font-size:100%; color: #50535f; font-weight: bold; text-transform:uppercase; }
#content_l #col2 .pad {line-height: 1.6em; }

#content_r p { padding:10px 0 15px 0; }
#content_r { float:left; width:191px; }
#content_r #col3 { float:left; width:191px; line-height:normal; }
#content_r #col3 #first a { color: #50535F }
#content_r #col3 #first_wrap { position:relative; left:-3px; width:190px; background:url('../../ektron-images/shade_r.gif') repeat-y right top; border-left:1px solid #fff;}
#content_r #col3 #first_wrap #shade-top { position:absolute; top:0px; right:0px; width:3px; height:8px; background:url('../../ektron-images/shade_r-top.gif') no-repeat; }
#content_r #col3 #first { background:url('../../ektron-images/bg_content.gif') repeat-x #dad8c9; width:170px; padding:30px 0 25px 17px; font-weight:bold; }
#content_r #col3 #first ul { padding:0 0 0 13px; }
#content_r #col3 #first li { padding:0 0 6px 0; list-style-image:url('../../ektron-images/bullet_black.gif'); }
#content_r #col3 #second { width:160px; padding:15px 0 0 27px; }
#content_r #col3 #second p.icons { padding:0 0 5px 0; }
#content_r #col3 #second img { padding:0 5px 0 0; }
#content_r .bottom-shade { position:relative; left:-2px; }
.bottom-shade img { vertical-align:top; margin:0; }
.bottom-shade { height:8px; text-align:right; background:url('../../ektron-images/shade_bottom.gif') repeat-x; }

/*  TEXT   --------------------------------------------------- */

/* content headers */
#content_l h2 { font:16px Arial, Helvetica, sans-serif; color:#970033; font-weight:normal; padding:15px 0 10px 0; }
#content_r h2 { font-size:16px; color:#970033; font-weight:normal; padding:15px 0 10px 0; }
#content_l #col1 h3 { font:14px Arial, Helvetica, sans-serif; padding:0 0 5px 0; font-weight:normal; color:#272f40; }
#content_l #col2 h3 { font-size:11px; color:#50535f; text-transform:uppercase; }

/*  FOOTER   --------------------------------------------------- */


/* HOVER OVER TIPS --- */
.hovertip {
 position:inherit;
          padding: 0px 0px;
  float: left;
    z-index: 3;
     max-width: 300px;
     float: left;

    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;

    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
#tooltip {
    padding: 5px 10px;
         max-width: 300px;

    background: #cad7e0;
    border: 1px solid #b2bdc3;
    opacity: 0.90;
        z-index: 3;

}

/* Centered  --------------------------------------------------- */
#footer { margin:0 auto; width:944px; overflow:hidden;clear:both; padding:15px 0 25px 40px; font-size:11px; }
/* Centered  --------------------------------------------------- */
#footer img { float:left; padding:5px 25px 0 0; }
#footer a { color:#000; text-decoration: none; }

}

@media print {

}








	/* line 2, ../sass/components/_navigation.scss */
#menu_wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 1140px;
}
.container {
    max-width: 1140px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 1140px;
}	
/* line 13, ../sass/components/_navigation.scss */
#menu_wrapper a {
  font-family: "Futura LT W01 Bold", sans-serif;
  font-size: 14px;

  
  color: #2c3d44;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 21, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  height: 4.3125rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
/* line 35, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li {
  width: 14%;
  text-align: center;
  padding-top: 2.625rem;
  height: 4.4375rem;
  position: relative;
}
#logo{
	margin: 1.375rem 1.875rem 0 0;
}
/* line 42, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li.e ul {
  min-width: 18.5625rem;
}
/* line 46, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li:hover {
  background-color: #eaedef;
  cursor: pointer;
}
/* line 50, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li.Corporate.Connection {
  padding-left: 0;
  padding-right: 0.625rem;
}
/* line 54, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li > a {
  color: #2c3d44;
  text-decoration: none;
  margin-top: 1.25rem;
  padding-left: 20px;
  margin-right: -20px;
  /*padding: 0 rem-calc(20px);*/
  display: block;
  text-align: left;
  min-height: 3.125rem;
  line-height: 0.9375rem;
  font-weight: 400;
  letter-spacing: -.02rem; /* temporary fix  */
  
  
}
/* line 71, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li.Newsroom ul {
  min-width: 17.5625rem;
}
/* line 76, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li:last-child ul {
  right: 0;
}
/* line 80, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li > ul {
  display: none;
  position: absolute;
  padding: 0.9375rem 1.25rem 0.625rem;
  background-color: #eaedef;
  text-transform: none;
  text-align: left;
  font-weight: normal;
  margin-top: 0;
  min-width: 25.625rem;
  z-index: 515;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
/* line 100, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li > ul li {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
/* line 105, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li > ul li a {
  display: inline-block;
  padding: 0 0 1.25rem 0;
  font-family: "Avenir LT W01_65 Medium1475532", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}
/* line 113, ../sass/components/_navigation.scss */
#menu_wrapper #sfmenu > li > ul li a:hover {
  color: #b20c42;
  cursor: pointer;
  text-decoration: none;
}
ul{
	list-style: none;
}

.site-header{
	background-color: #FFF;
}


/* line 1, ../sass/components/_search.scss */
#search {
  padding: 3.1125rem 1.25rem 1.375rem 1.25rem;
}
/* line 6, ../sass/components/_search.scss */
#search #searchtoggle i:hover {
  color: #b20c42;
}
/* line 11, ../sass/components/_search.scss */
#search.active {
  background-color: #eaedef;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
/* line 20, ../sass/components/_search.scss */
#search a {
  font-size: 1.5rem;
}
/* line 24, ../sass/components/_search.scss */
#cse {
  position: relative;
}
/* line 27, ../sass/components/_search.scss */
#cse #submit1 {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  background-color: transparent;
  border: 0;
  width: 55px;
  height: 100%;
  right: 0;
  outline: 0;
}
/* line 38, ../sass/components/_search.scss */
#cse #submit1:before {
  font-family: "FontAwesome";
  content: "\f054";
}
/* line 43, ../sass/components/_search.scss */
#cse #submit1:hover {
  cursor: pointer;
  color: #b20c42;
}
/* line 50, ../sass/components/_search.scss */
#searchbar-wrapper {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 6.675rem;
  background-color: #eaedef;
  height: 5rem;
  z-index: 205;
}
/* line 61, ../sass/components/_search.scss */
#searchbar-wrapper #searchbar {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
/* line 66, ../sass/components/_search.scss */
#searchbar-wrapper #searchbar .input {
  display: block;
}
/* line 69, ../sass/components/_search.scss */
#searchbar-wrapper #searchbar .input span {
  position: absolute;
  z-index: 1;
  top: 1.3125rem;
  cursor: text;
  pointer-events: none;
  color: #c4cacf;
  /* Input padding + input border */
  padding: 8px 7px;
  /* Firefox does not respond well to different line heights. Use padding instead. */
  /*line-height: 17px;*/
  /* This gives a little gap between the cursor and the label */
  /*margin-left: 2px;*/
  -webkit-appearance: none;
  font-family: "Futura LT W01 Bold", sans-serif;
  font-size: 1.875rem;
  height: 3.75rem;
  text-transform: uppercase;
  border: 0;
}
/* line 90, ../sass/components/_search.scss */
#searchbar-wrapper #searchbar .input input, #searchbar-wrapper #searchbar .input textarea, #searchbar-wrapper #searchbar .input select {
  z-index: 0;
  padding: 6px 0;
  margin: 0.3125rem 0 0 0;
  font: inherit;
  width: 100%;
  -webkit-appearance: none;
  font-family: "Futura LT W01 Bold", sans-serif;
  font-size: 1.875rem;
  height: 3.75rem;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
  color: #2c3d44;
  
}

#searchbar-wrapper #searchbar .input input:focus{
	outline: none;
}


/* line 106, ../sass/components/_search.scss */
#searchbar-wrapper #searchbar .input select {
  padding: 5px;
  /* Unfortunately selects don't respond well to padding. They need an explicit height. */
  height: 31px;
}




@font-face {
  font-family: 'FontAwesome';
  src: url("http://mitsloan-dev.mit.edu:7999/Styles/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("http://mitsloan-dev.mit.edu:7999/Styles/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

































/* line 4, ../sass/base/fonts/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/base/fonts/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/base/fonts/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/base/fonts/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/base/fonts/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/base/fonts/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/base/fonts/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/base/fonts/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/base/fonts/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/base/fonts/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/base/fonts/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../sass/base/fonts/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/base/fonts/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../sass/base/fonts/font-awesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/base/fonts/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/base/fonts/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/base/fonts/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/base/fonts/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/base/fonts/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../sass/base/fonts/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/base/fonts/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/base/fonts/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/base/fonts/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/base/fonts/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/base/fonts/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* line 6, ../sass/base/fonts/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 83, ../sass/components/_search.scss */
#searchbar-wrapper #searchbar .input input::-ms-clear, #searchbar-wrapper #searchbar .input textarea::-ms-clear, #searchbar-wrapper #searchbar .input select::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

#mit-logo {
	margin: 1.375rem 0 0 1.875rem;
}