@charset "UTF-8";

/** Reset the colors for the page **/
html, body { color: #000;background-color:#FFF }


/** Use the full available width for the content **/
div#ui { width: 100%; }
div#ui-body-wrapper { float: none; margin-left: 0; width: 100%; }
div#ui-body { margin-left: 0; }
div#ui-bg1 { background-color: #FFFFFF; }
div#ui-bg2 { background: transparent none; padding: 0; }
div#ui-bg3 { background: #FFF none; min-height: 100px; }
* html div#ui-bg3 { height: 100px; }


/**
 ** Sidebar navigation
 **/
/** Display Sidebar navigation at the end of the content **/
div#ui-sidebar { clear: both; float: none; width: auto; }
#sidebar-navigation { background: #FFFFFF none no-repeat scroll 100% 0; width: 21em; padding-left: 4em; }
#sidebar-navigation ul, #sidebar-navigation li { width: auto !important; margin: 0; padding: 0 !important; list-style: disc outside none; float: none; }
#sidebar-navigation li ul { margin-left: 2em !important; }
#sidebar-navigation li { display: list-item !important; }
#sidebar-navigation li.li-1.active { background: #FFFFFF none; }
#sidebar-navigation li.li-1 a { background-image: none !important; height: auto; text-indent: 0; }
#sidebar-navigation a { display: inline; padding: 0 !important; width: auto !important; display: inline !important; }

/** Do NOT display sidebar navigation **/
div#ui-sidebar { display: none; }

/** Do not display "subscribe to Insights in Brief" box on Featured Content pages **/
div#sbinews_sign_up { display: none; }

/** Do not display AddThis widget on Featured Content/MMMT newsletter pages **/
div.addthis { display: none; }

/** Do not display rel content (except program logo) on marketing pages **/
div.box { display: none; }


/** Page based adjustments **/
.page-viewpoint { padding: 0; width: 100%; }

.viewpoint-year ul {display:block !important }