/* HTML elements */

body.drag {
	cursor: move;
}
th.active img {
	display: inline;
}
tr.even, tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}
tr.drag {
	background-color: #fffff0;
}
tr.drag-previous {
	background-color: #ffd;
}
td.active {
	background-color: #ddd;
}
td.checkbox, th.checkbox {
	text-align: center;
}
tbody {
	border-top: 1px solid #ccc;
}
tbody th {
	border-bottom: 1px solid #ccc;
}
thead th {
	text-align: left; /* LTR */
	padding-right: 1em; /* LTR */
	border-bottom: 3px solid #ccc;
}
/*
** Other common styles
*/
.breadcrumb {
	padding-bottom: .5em
}
div.indentation {
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
	padding: 0.42em 0 0.42em 0.6em; /* LTR */
	float: left; /* LTR */
}
div.tree-child {
	background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
	background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
	background: url(../../misc/tree.png) no-repeat -11px center;
}
.error {
	color: #e55;
}
div.error {
	border: 1px solid #d77;
}
div.error, tr.error {
	background: #fcc;
	color: #200;
	padding: 2px;
}
.warning {
	color: #e09010;
}
div.warning {
	border: 1px solid #f0c020;
}
div.warning, tr.warning {
	background: #ffd;
	color: #220;
	padding: 2px;
}
.ok {
	color: #008000;
}
div.ok {
	border: 1px solid #00aa00;
}
div.ok, tr.ok {
	background: #dfd;
	color: #020;
	padding: 2px;
}
.item-list .icon {
	color: #555;
	float: right; /* LTR */
	padding-left: 0.25em; /* LTR */
	clear: right; /* LTR */
}
.item-list .title {
	font-weight: bold;
}
.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}
.item-list ul li {
	margin: 0 0 0.25em 1.5em; /* LTR */
	padding: 0;
	list-style: disc;
}
ol.task-list li.active {
	font-weight: bold;
}
.form-item {
	margin-top: 1em;
	margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
	border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
	border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid red;
}
.form-item .description {
	font-size: 0.85em;
}
.form-item label {
	display: block;
	font-weight: bold;
}
.form-item label.option {
	display: inline;
	font-weight: normal;
}
.form-checkboxes, .form-radios {
	margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.marker, .form-required {
	color: #f00;
}
.more-link {
	text-align: right; /* LTR */
}
.more-help-link {
	font-size: 0.85em;
	text-align: right; /* LTR */
}
.nowrap {
	white-space: nowrap;
}
.item-list .pager {
	clear: both;
	text-align: center;
}
.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}
.pager-current {
	font-weight: bold;
}
.tips {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
	width: 10em;
}
dl.multiselect dt, dl.multiselect dd {
	float: left; /* LTR */
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
	height: 1.75em;
	margin: 0;
}
/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
	display: inline;
}
/*
** Tab navigation
*/
ul.primary {
	border-collapse: collapse;
	padding: 0 0 0 1em; /* LTR */
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
}
ul.primary li {
	display: inline;
}
ul.primary li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em; /* LTR */
	padding: 0 1em;
	text-decoration: none;
}
ul.primary li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}
ul.secondary {
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}
ul.secondary li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
	padding: 0;
	text-decoration: none;
}
ul.secondary a.active {
	border-bottom: 4px solid #999;
}
/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
	position: absolute;
	border: 1px solid;
	overflow: hidden;
	z-index: 100;
}
#autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	cursor: default;
}
#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
	background-image: url(../../misc/throbber.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
	background-position: 100% -18px; /* LTR */
}
/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	height: 1em;
}
html.js fieldset.collapsed * {
	display: none;
}
html.js fieldset.collapsed legend {
	display: block;
}
html.js fieldset.collapsible legend a {
	padding-left: 15px; /* LTR */
	background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
	background-image: url(../../misc/menu-collapsed.png); /* LTR */
	background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
	display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
	position: relative;
}
html.js fieldset.collapsible legend a {
	display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
	overflow: auto;
}
/*
** Resizable text areas
*/
.resizable-textarea {
	width: 95%;
}
.resizable-textarea .grippie {
	height: 9px;
	overflow: hidden;
	background: #eee url(../../misc/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
}
html.js .resizable-textarea textarea {
	margin-bottom: 0;
	width: 100%;
	display: block;
}
/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
	cursor: move;
	float: left; /* LTR */
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em; /* LTR */
	padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
	text-decoration: none;
}
a.tabledrag-handle:hover {
	text-decoration: none;
}
a.tabledrag-handle .handle {
	margin-top: 4px;
	height: 13px;
	width: 13px;
	background: url(../../misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
	background-position: 0 -20px;
}
/*
** Teaser splitter
*/
.joined + .grippie {
	height: 5px;
	background-position: center 1px;
	margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
	padding-top: 1px;
}
div.teaser-button-wrapper {
	float: right; /* LTR */
	padding-right: 5%; /* LTR */
	margin: 0;
}
.teaser-checkbox div.form-item {
	float: right; /* LTR */
	margin: 0 5% 0 0; /* LTR */
	padding: 0;
}
textarea.teaser {
	display: none;
}
html.js .no-js {
	display: none;
}
/*
** Progressbar styles
*/
.progress {
	font-weight: bold;
}
.progress .bar {
	background: #fff url(../../misc/progress.gif);
	border: 1px solid #00375a;
	height: 1.5em;
	margin: 0 0.2em;
}
.progress .filled {
	background: #0072b9;
	height: 1em;
	border-bottom: 0.5em solid #004a73;
	width: 0%;
}
.progress .percentage {
	float: right; /* LTR */
}
.progress-disabled {
	float: left; /* LTR */
}
.ahah-progress {
	float: left; /* LTR */
}
.ahah-progress .throbber {
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
	float: left; /* LTR */
}
tr .ahah-progress .throbber {
	margin: 0 2px;
}
.ahah-progress-bar {
	width: 16em;
}
/*
** Formatting for welcome page
*/
#first-time strong {
	display: block;
	padding: 1.5em 0 .5em;
}
/*
** To be used with tableselect.js
*/
tr.selected td {
	background: #ffc;
}
/*
** Floating header for tableheader.js
*/
table.sticky-header {
	margin-top: 0;
	background: #fff;
}
/*
** Installation clean URLs
*/
#clean-url.install {
	display: none;
}
/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
	display: none;
}
/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
	font-weight: bold;
}
/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
	font-weight: bold;
}
/*
** Password strength indicator
*/
span.password-strength {
	visibility: hidden;
}
input.password-field {
	margin-right: 10px; /* LTR */
}
div.password-description {
	padding: 0 2px;
	margin: 4px 0 0 0;
	font-size: 0.85em;
	max-width: 500px;
}
div.password-description ul {
	margin-bottom: 0;
}
.password-parent {
	margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
	margin-right: 10px; /* LTR */
}
.confirm-parent {
	margin: 5px 0 0 0;
}
span.password-confirm {
	visibility: hidden;
}
span.password-confirm span {
	font-weight: normal;
}
/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
	font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
	background: #AFDABC; /* Old value = "#d2d481" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Default link styles - separate a:visited for a different visited link style */
a, a:link, a:visited {
	color: #cd6666;
	text-decoration: none;
}
/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover, a:focus, a:active {
	color: #cd6666;
	text-decoration: underline;
}
/* Specific Typography
-------------------------------------------------------------- */
#site-name {
	font-size: 300%;
	line-height: 150%;
}
.footer-message {
	font-size: 90%;
}
/* HTML Elements
-------------------------------------------------------------- */
body {
}
/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
	display: block;
}
/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
}
/* Link and hover styles for site name */
#site-name a:link, #site-name a:visited, #site-name a:hover, #site-name a:active {
}
/* Typography for site slogan */
#slogan {
	color: #ffffff;
}
/* Regions

  Classes (.region-name) should always be used instead of IDs (#region-name) so
  that Skinr styles can override them with a class later
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */
.page {
	max-width: 960px;
	margin: auto;
}
/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */
.page-inner {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
}
.header-group {
	background: #ffffff;
}
#headerImage {
	background: #ffffff url(../images/header.png) no-repeat;
	height: 150px;
	margin-top: -14px;
}
#skip {
	text-align: center;
}
/* Header Top region which sits above the header */
/* Works well with inline login or inline menu block style */
.header-top-wrapper {
}
.header-top {
}
/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
  
ul.menu {
	list-style: none;
	border: none;
	text-align: left; /* LTR */
}
ul.menu li {
	margin: 0 0 0 0.25em; /* LTR */
}
li.expanded {
	/*list-style-type: circle;*/
  /*list-style-image: url(../../misc/menu-expanded.png);*/
	padding: 0.2em 0.5em 0 0; /* LTR */
	margin: 0;
}
li.collapsed {
	/*list-style-type: disc;*/
  /*list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
	padding: 0.2em 0.5em 0 0; /* LTR */
	margin: 0;
}
li.leaf {
	/*list-style-type: square; */
  /*list-style-image: url(../../misc/menu-leaf.png); */
	padding: 0.2em 0.5em 0 0; /* LTR */
	margin: 0;
}
li a.active {
	color: #000;
}
td.menu-disabled {
	background: #ccc;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em; /* LTR */
}
.primary-menu {
	background: #cd6666;
	font-size: 90%;
}
/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
	padding: 0;
	margin: 0;
}
/* Link style for top level menu items, add padding here */
.primary-menu-inner ul.sf-menu a, .primary-menu-inner ul.sf-menu a:visited {
	color: #ffffff;
	margin: 0 -2px;
}
.primary-menu-inner ul.sf-menu a:hover, .primary-menu-inner ul.sf-menu a:active, .primary-menu-inner ul.sf-menu a:focus {
	background: none;					/* - - - || Edited By Jesse Eaton (6/10/2013) || - - - */
	text-decoration: none;/*color:#222222;*/
}
/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
	line-height: 100%;
	font-weight: bold;
	padding-top: 10px;				/* - - - || Edited By Jesse Eaton (6/10/2013) || - - - */
}
.primary-menu-inner ul.sf-menu li .active {
	background: none;						/* - - - || Edited By Jesse Eaton (6/10/2013) || - - - */
	color: #D1D282;
}
/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu-inner ul.sf-menu li.last {
	border-bottom: none;
}
/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
	margin-top: 0px;
	left: -18px;				/* - - - || Edited By Jesse Eaton (6/10/2013) || - - - */
	/* - - Re-edited by Jesse (3/3/2014) (used to be 0px)- - */
	top: 50px;
}
/* Style for individual dropdown menu items, add border-bottom for separators */

.primary-menu-inner ul.sf-menu li li {
	border-bottom: #ffffff 1px dotted;
	background: #DC9494;					/* - - - || Edited By Jesse Eaton (6/10/2013) || - - - */
	border-left: 2px solid white;
	width: 160px;
	color: #222222;
}
.primary-menu-inner ul.sf-menu li li a:hover, .primary-menu-inner ul.sf-menu li li a:visited {
	color: #222222;
}
.primary-menu-inner ul.sf-menu li li a {
	color: #222222;
}
.primary-menu-inner ul.sf-menu li.leaf a, .primary-menu-inner ul.sf-menu li.leaf a:hover, .primary-menu-inner ul.sf-menu li.leaf a:visited {
	color: #222222;
}
.primary-menu-inner ul.sf-menu li li.last {
}
.primary-menu-inner ul.sf-menu li li li {
	color: #222222;
}
/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu-inner ul.sf-menu li ul li:hover, .primary-menu-inner ul.sf-menu li ul li.sfHover {
	border-left: 2px solid #222222;				/* - - - || Edited By Jesse Eaton (6/10/2013) || - - - */
}
/* Sidebar Block menu
-------------------------------------------------------------- */

#block-menu_block-1, #block-menu-menu-autism-science-menu, #block-menu-menu-media-center-menu, #block-menu-menu-get-involved-menu {
	background: #b3dcbe;
	float: left;
	margin: 0 12px 150px 16px;
	padding: 12px;
	width: 200px;
}
#block-menu_block-1 h2, #block-menu-menu-autism-science-menu h2, #block-menu-menu-media-center-menu h2, #block-menu-menu-get-involved-menu h2 {
	color: #000000;
	border-bottom: 2px dotted #000000;
	padding-bottom: 4px;
}
#block-menu_block-1 ul.menu li.leaf {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0 0 -26px;
}
#block-menu-menu-autism-science-menu ul.menu li.leaf, #block-menu-menu-media-center-menu ul.menu li.leaf, #block-menu-menu-get-involved-menu ul.menu li.leaf {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0 0 0px; /* Left used to be -26px */
	border: 0;
	line-height: 18px;
}
#block-menu_block-1 ul.menu li.expanded, #block-menu-menu-autism-science-menu ul.menu li.expanded, #block-menu-menu-media-center-menu ul.menu li.expanded, #block-menu-menu-get-involved-menu ul.menu li.expanded {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0 0 -26px;
}
#block-menu_block-1 ul.menu li.expanded ul, #block-menu-menu-autism-science-menu ul.menu li.expanded ul, #block-menu-menu-media-center-menu ul.menu li.expanded ul, #block-menu-menu-get-involved-menu ul.menu li.expanded ul {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0 0 46px;
}
#block-menu_block-1 ul.menu li.leaf .active-trail, #block-menu-menu-autism-science-menu ul.menu li.leaf .active-trail, #block-menu-menu-media-center-menu ul.menu li.leaf .active-trail, #block-menu-menu-get-involved-menu ul.menu li.leaf .active-trail {
	color: #ffffff;
	background: #888888;
	padding: 4px 6px;
	display: inline-block;
}
#block-menu_block-1 ul.menu li a, #block-menu-menu-autism-science-menu ul.menu li a, #block-menu-menu-media-center-menu ul.menu li a, #block-menu-menu-get-involved-menu ul.menu li a {
	color: #555555;
	font-weight: bold;
}
#block-menu_block-1 ul.menu li a:hover, #block-menu-menu-autism-science-menu ul.menu li a:hover, #block-menu-menu-media-center-menu ul.menu li a:hover, #block-menu-menu-get-involved-menu ul.menu li a:hover {
	color: #cd6666;
	font-weight: bold;
	text-decoration: none;
}
#block-views-events-block_1 {
	padding: 12px;
	border: 1px #888888 solid;
	margin: 0 14px 0 0;
	background: #b1d9ba;
	float: left;
}
#block-views-events-block_1 .views-field-field-start-date-value, #block-views-events-block_1 .views-field-field-location-value {
	padding: 0;
	margin: -10px 0 0 0;
	color: #888888;
	font-size: 90%;
}
#participateHeader {
	padding: 18px 0 6px 0;
	color: #CD6666;
	font-size: 142%;
	width: 95%;
	font-weight: bold;
}
.views-field-field-end-date-value {
	padding: 2px 0 0 0;
	color: #888888;
	font-size: 90%;
}
#block-views-news_and_media-block_1 {
	margin: 0 20px 0 0;
	padding: 12px;
	border: 1px #888888 solid;
	/* min-height:510px; */
	background: #d0d0d0;
	float: left;
}
#block-views-news_and_media-block_1 h2, #block-views-events-block_1 h2, #block-block-6 h2 {
	color: #cd6666;
	padding: 4px;
}
#block-block-6 {
	padding: 12px;
	border: 1px #888888 solid;
	background: #d0d0d0;
	float: left;
	width: 260px;
	/*max-height: 510px;*/ /* Edited by Jesse (3/3/2014) */
	margin: 0 18px 0 6px;
}
#block-block-6 .content {
	margin-right: -1px;
}
#block-quicktabs-social_media_feeds {
	padding: 12px;
	margin-left: 15px;
	width: 872px;
	margin-top: 22px;
}
#quicktabs-social_media_feeds {
	margin: -12px -34px 0 -12px;
	padding: 0;
}
#block-aggregator-feed-1 ul, #block-aggregator-feed-2 ul, #block-aggregator-feed-3 ul, #block-aggregator-feed-4 ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#block-aggregator-feed-1 ul li, #block-aggregator-feed-2 ul li, #block-aggregator-feed-3 ul li, #block-aggregator-feed-4 ul li {
	margin: 4px 0 4px 0;
}
#block-aggregator-feed-1 a, #block-aggregator-feed-2 a, #block-aggregator-feed-3 a, #block-aggregator-feed-4 a {
	color: #000000;
}
#block-aggregator-feed-1 a:hover, #block-aggregator-feed-2 a:hover, #block-aggregator-feed-3 a:hover, #block-aggregator-feed-4 a:hover {
	color: #cb7161;
}
.home-nimh {
	float: left;
	clear: both;
}
#block-views-news_and_media-block_1 .views-field-title, #block-views-events-block_1 .views-field-title {
	width: 95%;
	margin: 8px 0 0px 0;
	color: #888888;
}
#block-views-news_and_media-block_1 .views-field-title a, #block-views-events-block_1 .views-field-title a {
	color: #000000;
	font-weight: normal;
}
#block-views-news_and_media-block_1 .views-field-title a:hover, #block-views-events-block_1 .views-field-title a:hover {
	color: #888888;
	font-weight: normal;
}
#block-views-news_and_media-block_1 h2, #block-views-events-block_1 h2, #block-block-6 h2 {
	color: #cd6666;
	padding: 4px 4px 4px 40px;
	height: 28px;
}
#block-views-news_and_media-block_1 h2 {
	background: url(../images/icon-mic.png) top left no-repeat;
}
#block-views-events-block_1 h2 {
	background: url(../images/icon-cal.png) top left no-repeat;
}
#block-block-6 h2 {
	background: url(../images/icon-bird.png) top left no-repeat;
}
#view-id-autism_news-page_1 .views-row {
	margin: 4px 0 16px 0;
}
#block-search-0 {
	color: #888888;
	font-size: 75%;
	margin: 8px -20px 0 0;
	padding: 6px 3px 6px 3px;
	width: 342px;
}
/* NIH Block  

#NIMH_Widget_opn {
    width: 360px !important;
}

 */



/* Social Media block  */
#block-block-2 {
	margin: 0 -16px 0 0;
	float: right;
}
.more-link {
	background: url(../images/more.png) no-repeat;
	padding: 15px;
	width: 72px;
	float: right;
	text-align: center;
}
.more-link a {
	color: #000000;
}
/* Mission Statement Home Page block  */
#block-block-3 {
	padding: 4px 8px 4px 12px;
	color: #000000;
	font-size: 106%;
	width: 380px;
	font-style: bold;
	line-height: 118%;
	margin: 14px 0 0 -36px;
	border: 1px solid #888888;
	font-family: Helvetica;
}
#views_slideshow_singleframe_teaser_section_homepage_slideshow-block_1 {
	margin: 0 0 16px 22px;
}
/* hidden for the time being */
.views-field-field-slideshow-caption-value {
	background: #ffffff;
	margin: -2px 0 0 0;
	padding: 4px 8px 4px 8px;
	width: 434px;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #000000;
	visibility: hidden;
}
.views-field-field-slideshow-caption-value a {
	color: #222222;
	text-decoration: none;
}
img.imagefield-field_slideshow_image {
}
#block-views-Featured-block_1 {
	padding: 0px 0 10px 20px;
	color: #000000;
	font-size: 100%;
	line-height: 120%;
	margin-top: -38px;
}
#block-views-Featured-block_1 .views-field-field-abstract-value {
	margin: -12px 0 0 0;
}
#block-views-Featured-block_1 .views-row {
	margin: 2px 0 0 0;
}
#block-views-Featured-block_1 .views-field-nid {
	margin: -12px 0 0;
	text-align: right;
}
#block-views-Featured-block_1 .views-field-nid {
	margin: -10px 0 0;
	text-align: right;
	font-size: 11px;
}
#block-views-Featured-block_1 .views-field-nid a {
	color: #CD6666;
	padding: 2px 4px 2px 4px;
}
#block-views-Featured-block_1 .views-field-created {
	color: #888888;
	font-size: 85%;
}
#block-views-Featured-block_1 .views-field-title {
	padding: 8px 0 0 0;
}
#node-10 {
	height: 1px;
}
#block-views-autism_science-block_1 .views-field-title {
	font-size: 120%;
	font-weight: bold;
}
#block-views-autism_science-block_1 .views-field-created, #view-id-press_releases-page_1 .views-field-created {
	color: #a3cdac;
	font-size: 90%;
}
#view-id-interviews_with_scientists-page_1 .views-field-title, #view-id-recommended_reading-page_1 .views-field-title, #view-id-research_by_year-page_1 .views-field-title, #view-id-autism_news-page_1 .views-field-title, #view-id-press_releases-page_1 .views-field-title, #view-id-attend_an_event-page_1 .views-field-title, #view-id-research_by_year_2013-page_1 .views-field-title, #view-id-research_by_year_2012-page_1 .views-field-title, #view-id-research_by_year_2011-page_1 .views-field-title, #view-id-research_by_year_2010-page_1 .views-field-title, #view-id-research_by_year_2009-page_1 .views-field-title, #view-id-research_by_year_2008-page_1 .views-field-title, #view-id-author_talks-page_1 .views-field-title, #view-id-featured_items-page_1 .views-field-title, #block-views-participate_in_research-block_1 .views-field-title, #block-views-bac1bf2cddecc2d4456e983cf4583607 .views-field-title, #view-id-participate_in_research_search-page_1 .views-field-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}
#view-id-recommended_reading-page_1 .views-field-field-author-value, #view-id-interviews_with_scientists-page_1 .views-field-tid-1, #view-id-autism_news-page_1 .view-content, #block-views-autism_science-block_1 .views-field-tid, #view-id-press_releases-page_1 .views-field-tid, #view-id-author_talks-page_1 .views-field-created, #view-id-research_by_year_2008-page_1 .views-field-field-source-value, #view-id-research_by_year_2009-page_1 .views-field-field-source-value, #view-id-research_by_year_2010-page_1 .views-field-field-source-value, #view-id-research_by_year_2011-page_1 .views-field-field-source-value, #view-id-research_by_year_2012-page_1 .views-field-field-source-value, #view-id-research_by_year_2013-page_1 .views-field-field-source-value, #block-views-participate_in_research-block_1 .views-field-field-start-date-value, #block-views-bac1bf2cddecc2d4456e983cf4583607 .views-field-field-start-date-value, #view-id-participate_in_research_search-page_1 .views-field-field-start-date-value {
	font-size: 90%;
	color: #888888;
}
#view-id-attend_an_event-page_1 .views-field-field-location-value, #view-id-attend_an_event-page_1 .views-field-field-start-date-value {
	color: #888888;
}
#view-id-interviews_with_scientists-page_1 .views-row, #view-id-recommended_reading-page_1 .views-row, #view-id-research_by_year-page_1 .views-row, #view-id-autism_news-page_1 .views-row, #view-id-press_releases-page_1 .views-row, #view-id-attend_an_event-page_1 .views-row, #content-content .node-type-autism_science, #block-views-autism_science-block_1 .views-row, #view-id-research_by_year_2013-page_1 .views-row, #view-id-research_by_year_2012-page_1 .views-row, #view-id-research_by_year_2011-page_1 .views-row, #view-id-research_by_year_2010-page_1 .views-row, #view-id-research_by_year_2009-page_1 .views-row, #view-id-research_by_year_2008-page_1 .views-row, #view-id-author_talks-page_1 .views-row, #view-id-featured_items-page_1 .views-row, #block-views-participate_in_research-block_1 .views-row, #block-views-bac1bf2cddecc2d4456e983cf4583607 .views-row, #view-id-participate_in_research_search-page_1 .views-row, #content-inner .node.teaser {
	border-bottom: 2px solid #888888;
	margin-bottom: 20px;
	padding: 0 0 12px 0;
}
/*  Fixing main content being pushed to the left on the site - March 2014

#content-inner-inner {
	margin:0 0 0 252px !important;
	width:696px !important;
}   */


/*  Nivo Slider */

#slider {
	position: relative;
	width: 450px; /* Change this to your images width */
	height: 235px; /* Change this to your images height */
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
#node-10 h2.title a {
	visibility: hidden;
}
/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
}
/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
}
/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
}
/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
}
/* Styles for links */
.secondary-menu-inner ul.links li a:link, .secondary-menu-inner ul.links li a:visited {
	padding: 3px;
}
.secondary-menu-inner ul.links li a:hover, .secondary-menu-inner ul.links li a:focus, .secondary-menu-inner ul.links li a.active {
}
/* Header - Search
-------------------------------------------------------------- */
.search-box {
}
.search-box-inner {
}
.search-box-inner form#search-theme-form {
}
.search-box-inner input#edit-search-theme-form-header {
}
/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top region sits between the header and the Main Area
 (columns, sidebars, and main content).  The Preface Bottom region
 is inside the Main Area. */
.preface-top-wrapper {
}
.preface-top {
}
.preface-top-inner {
}
.preface-bottom {
}
.preface-bottom-inner {
}
/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
}
#main-group {
	background: #ffffff;
	float: left;
}
#main {
	background: #ffffff;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 5px 5px 15px #666;
	padding-bottom: 15px;
	float: left;
}
/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
	background: #ffffff;
	float: left;
}
.sidebar-last {
}
/* Content Regions
-------------------------------------------------------------- */
.content-top {
}
.content {
	margin-right: 22px;
}
.content-inner {
	background: #ffffff;
	padding: 6px;
}
.content-bottom {
}
/* This region only appears on full node pages. It's useful for ads or other
  content between the body of the node and its comments */
.node-bottom {
}
/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top {
}
.postscript-top-inner {
}
.postscript-bottom-wrapper {
}
.postscript-bottom {
}
.postscript-bottom-inner {
}
.footer-wrapper {
}
.footer {
	float: left;
}
.footer-inner {
}
.footer-message-wrapper {
}
.footer-message {
	font-size: 80%;
	color: #555555;
	text-align: right;
}
.footer-message-inner {
}
.footer-message-text {
}
/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
	color: #808285;
	line-height: 32px;
}
h3 {
	color: #89b893;
	margin-top: 20px;
}
/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
	background-color: #fff4f4;
}
.preview .node {
	background-color: #ffffea;
}
ul.sf-vertical {
	background: none;
	margin-top: -10px;
}
/* Typography for node titles */
h2.title {
}
/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link, h2.title a:visited {
}
h2.title a:hover, h2.title a:focus, h2.title a:active {
}
/* Separators and padding for node teasers */
.teaser {
}
/* Author/date info */
.meta {
}
.submitted {
	visibility: hidden;
	height: 1px;
	margin: 0;
	padding: 0;
}
/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}
/* Only more/read more links */
div.node .read-more a, div.node .more-link a {
}
/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages, div.content-help div.help {
}
/* Status messages: green */
div.content-messages-inner div.status {
}
/* Warning messages: yellow */
div.content-messages-inner div.warning {
}
/* Error messages: red */
div.content-messages-inner div.error {
}
/* Help messages: blue */
div.content-help-inner div.help {
}
/* Error that appears when a required form field is not filled out */
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid #aa1144;
}
/* "New" text and required form field asterisk (default = red) */
.marker, .form-required {
	color: #aa1144;
}
/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}
.breadcrumbs a:link, .breadcrumbs a:visited {
}
/* Tab Menus
/-------------------------------------------------------------- */
#content-tabs {
	background-color: transparent;
	float: left; /* LTR */
	margin: 20px 0;
	padding: 0;
}
#content-tabs ul.primary, #content-tabs ul.secondary {
	border-bottom: 1px solid #000;
	clear: both;
	float: left; /* LTR */
	margin: 0;
	padding: 0 10px;
}
#content-tabs ul.secondary {
	border-bottom: 1px solid #555;
	margin-top: 10px;
	text-transform: lowercase;
}
#content-tabs ul.primary li, #content-tabs ul.secondary li {
	border-style: none;
	display: inline;
	float: left; /* LTR */
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#content-tabs ul.primary li a:link, #content-tabs ul.primary li a:visited, #content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
	background-color: transparent;
	border: none;
	color: #000;
	float: left; /* LTR */
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
	text-decoration: none;
	white-space: nowrap;
}
#content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
	color: #555;
}
#content-tabs ul.primary li a.active:link, #content-tabs ul.primary li a.active:visited {
	border-bottom: 4px solid #000;
	color: #555;
	padding-bottom: 2px;
}
#content-tabs ul.secondary li a.active:link, #content-tabs ul.secondary li a.active:visited {
	border-bottom: 4px solid #555;
	color: #777;
	padding-bottom: 2px;
}
#content-tabs ul.primary li a:hover, #content-tabs ul.primary li a:focus, #content-tabs ul.secondary li a:hover, #content-tabs ul.secondary li a:focus {
	border-bottom: 4px solid #777;
	color: #777;
	padding-bottom: 2px;
}
/* Pagers
-------------------------------------------------------------- */
ul.pager {
}
ul.pager li {
}
ul.pager a, ul.pager li.pager-current {
	border-color: #333;
}
ul.pager li.pager-current {
	background-color: #777;
	color: #fff;
}
ul.pager a:hover, ul.pager a:active, ul.pager a:focus {
	background-color: #777;
	border-color: #333;
	color: #fff;
}
/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
	font-size: 100%;
	padding: 2px 1px 2px 3px;
	text-transform: lowercase;
	font-weight: normal;
	background: d2d481;
}
#search-block-form {
	text-transform: lowercase;
}
/* Hover style for form buttons */
form input.form-submit:hover, form input.form-submit.hover, form input.form-submit:focus {
}
/* Typography, background, borders, padding for form fields */
.form-item input, .form-item select, .form-item textarea {
}
/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio, .form-item .form-checkbox {
	background: none;
	border: none !important;
}
/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}
/* Typography and spacing for legend of fieldsets */
fieldset legend {
}
/* Link style for legend of fieldsets */
fieldset legend, legend.collapse-processed, legend.collapse-processed a:link, legend.collapse-processed a:visited {
}
/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link, html.js fieldset.collapsible legend a:visited {
}
/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link, html.js fieldset.collapsed legend a:visited {
}
/* Tables
-------------------------------------------------------------- */
table {
}
/* Body of tables */
tbody {
	border-top: 1px solid #ccc;
}
/* Header of tables */
thead th, th {
	border-bottom: 3px solid #ccc;
}
tbody th {
	border-bottom: 1px solid #ccc;
}
/* Alternating row background styles */
tr.even, tr.even td {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
tr.odd, tr.odd td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
td.active {
}
tr.drag td, tr.drag-previous td {
	color: #000;
}
/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance {
}
/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
	border-top: 1px solid #ccc;
}
.book-navigation .page-links {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}
/* Subject (title) of each comment */
div.comment h3.title {
}
/* Links (edit, reply, delete) for each comment */
div.comment div.links a, div.comment ul.links a {
}
/* Alternating styles for even/odd comments */
.comments div.odd {
	background-color: #fff;
}
.comments div.even {
	background-color: #eee;
}
/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
	background-color: #ddd;
}
/* Comment signatures */
.signature {
	border-top: 1px solid #d6ddb9;
}
/* User avatars in comments */
.comment-wrapper .picture img {
}
/* Forum
/-------------------------------------------------------------- */
#forum .description {
}
.forum-topic-navigation {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
	background-color: #ddd;
}
div.poll div.bar div.foreground {
	background-color: #999;
}
/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
	float: none;
}
/* Styles for sub-headings on user profiles */
.profile dt {
	background-color: #ccc;
}
/* - - - - - - - - - - - - - || Edited By Jesse Eaton (6/10/2013) || - - - - - - - - - - - - - */

.mobile-menu {
	display:none;
}
.primary-menu {
	box-shadow: 5px 5px 5px #888888;
	background: -webkit-linear-gradient(top, #DC9494, #C24545);
	background: -moz-linear-gradient(top, #DC9494, #C24545);
	background: -ms-linear-gradient(top, #DC9494, #C24545);
	height: 50px;
}
#primary-menu-inner {
	height: 100%;
}
.menu.sf-menu.sf-js-enabled {
	height: 100%;
}
.menu.sf-menu.sf-js-enabled > li {
	height: 40px;
}
ul.menu.sf-menu.sf-js-enabled > li.sfHover {
	background: -webkit-linear-gradient(top, #C24545, #DC9494);
	background: -moz-linear-gradient(top, #C24545, #DC9494);
	background: -ms-linear-gradient(top, #C24545, #DC9494);
}
.expanded.active-trail {
	border-bottom: 3px solid #D1D282;
}
/* ADDED BY J-BYRD */
#view-id-participate_in_research_search-page_1 .view-content {
	margin-top: 30px;
	border-top: 2px dashed #888888;
	padding-top: 20px;
}
#block-block-7 {
	margin-left: 61px;
	margin-top: 10px;
}
.node-type-product #content-inner {
	margin-left: 30px;
}
.node-type-product .title {
	margin-left: 24px;
	font-size: 20px;
	color: #D07479;
}
.node-type-product .field-sell-price {
	font-weight: bold;
	font-size: 16px;
}
.node-type-product #content-inner {
	margin-left: 30px;
	width: 919px;
}
.node-type-product .nd-region-right {
	float: none;
}
.node-type-product img.imagecache-product {
	border: 2px solid #444;
	box-shadow: 5px 5px 7px #888;
}
.node-type-product .field-body {
	margin-top: 10px;
}
.field.field-title > h1 {
	font-size: 16px;
}
img.category {
	display: none;
}
td.category > div > a > img.imagecache {
	border: 1px solid #666;
	box-shadow: 3px 3px 10px #888;
	margin-bottom: 10px;
}
td.category > strong > a {
	font-size: 16px;
}
.category-grid-products > table > tbody > tr > td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.node.teaser {
	padding: 20px 20px;
	margin-bottom: 0px;
}
.node.odd.teaser {
	background: #EAEAEA;
}
#block-block-8 > div > h2.title {
	padding-left: 20px;
}
/* - - - Added by Jesse on March 3, 2014 (out of work) - - - */
#page > div {
	margin-left: auto;
	margin-right: auto;
}
#header-group {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#primary-menu-inner > ul {
	width: 1000px;
}
#content-content > div {
/*display: inline-block;*/
}
/* Twitter block */
#block-block-6 {
	max-height: auto;
}
/* Blocks on the main page */
#block-views-homepage_slideshow-block_1 {
	display: inline-block;
	margin: 12px 0 -82px;
	vertical-align:top;
}
#block-block-3 {
	display: inline-block;
}
/* Indent & Justify classes */

.rteindent1 {
	margin-left: 40px;
}
.rteindent2 {
	margin-left: 80px;
}
.rteindent3 {
	margin-left: 120px;
}
.rteindent4 {
	margin-left: 160px;
}
.rteleft {
	text-align: left;
}
.rteright {
	text-align: right;
}
.rtecenter {
	text-align: center;
}
.rtejustify {
	text-align: justify;
}
.ibimage_left {
	float: left;
}
.ibimage_right {
	float: right;
}
.mobile-page-menu-header {
	color: #CD6666 !important;
}

/* -- Responsive Additions -- */
@media (max-width: 959px) {
#header-group {
	position: relative;
}
#block-block-2 {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: -5px;
	right: 0px;
	text-align: center;
}
#headerImage {
	background-size: 70%;
	margin:-5px 0px 30px 0px;
}
.primary-menu {
	height: 5px;
}
#primary-menu-inner {
	display: none;
}
.mobile-menu {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	z-index:999;
}
.mobile-menu-icon {
	background:url(../images/icon-mobile.png) top right no-repeat;
	background-size:100%;
	cursor:pointer;
	float:right;
	margin: 5px 6px;
	height:28px;
	width:28px;
}
.mobile-menu .mobile-menu-items {
	clear:both;
	display:none;
	list-style:none;
    margin:0px;
    padding:0px;
 }
.mobile-menu .mobile-menu-items li {
	border-bottom: 1px dotted #FFF;
	background: #DC9494 none repeat scroll 0% 0%;
	border-left: 2px solid #FFF;
	width: 100%;
	color: #222;
 }
.mobile-menu .mobile-menu-items li a {
	color: #000;
	display: block;
	padding: 12px 8px;
	font-size: 1.2em;
 }
#block-views-homepage_slideshow-block_1 {
	display: block;
	margin: 24px auto 20px;
}
#block-block-3 {
	display: block;
	margin: auto;
}
.content {
	margin-right: 0px;
}
#views_slideshow_singleframe_teaser_section_homepage_slideshow-block_1 {
	margin: 0px auto 16px auto;
}
#block-views-Featured-block_1 {
	padding: 0px 0px 10px 0px;
}
.main-group.grid16-12 {
	width: calc(100% - 250px);
}
.content-group.grid16-12 {
	width: 100%;
}
.home-tweets {
	margin: 0px 1% !important;
	width: 30% !important;
}

.home-events, .home-announcements {
	margin: 0px 1% !important;
	width: 26.5% !important;
}
}

@media (max-width: 767px) {
#block-search-0 {
	width: 90%;
}
#headerImage {
	background-size: 100%;
}
#block-block-2 {
	margin: 0;
}
#socialMedia {
	/* display: none; */
}
#block-menu_block-1, #block-menu-menu-autism-science-menu, #block-menu-menu-media-center-menu, #block-menu-menu-get-involved-menu {
	margin: 0px 3% 20px 3%;
	padding: 2%;
	width: 90%;
}
.views_slideshow_singleframe_teaser_section, .views_slideshow_slide, .views_slideshow_slide img {
	max-width: 452px;
	width: 100% !important;
}
.views-field-field-slideshow-caption-value {
    display: none;
}
#block-block-3 {
	width: 90%;
}
#block-block-3 img {
	width: 100%;
}
.mobile-page-menu-header {
	background: url(../images/mobile-page-arrow.png) bottom right no-repeat;
	cursor: pointer;
}
#block-menu_block-1 h2, #block-menu-menu-autism-science-menu h2, #block-menu-menu-media-center-menu h2, #block-menu-menu-get-involved-menu h2 {
	position: relative;
	z-index: 99;
}
.home-tweets, .home-events, .home-announcements {
	margin: 0px 1% 20px !important;
	width: 90% !important;
}
.home-nimh {
	margin-left:0px !important;
}
.page-menu {
	display: none;
}
.main-group.grid16-12 {
	width: 100%;
}
#block-menu_block-1 ul.menu li.leaf {
	margin: 8px 0px 0px 0px;
}
#block-menu_block-1 ul.menu li.expanded, #block-menu-menu-autism-science-menu ul.menu li.expanded, #block-menu-menu-media-center-menu ul.menu li.expanded, #block-menu-menu-get-involved-menu ul.menu li.expanded {
	margin: 8px 0px 0px 0px;
}
#block-menu_block-1 ul.menu li.expanded ul, #block-menu-menu-autism-science-menu ul.menu li.expanded ul, #block-menu-menu-media-center-menu ul.menu li.expanded ul, #block-menu-menu-get-involved-menu ul.menu li.expanded ul {
	margin: 8px 0px 0px 10px;
}
.main-group h1.title {
	display:none;
}
}
