/*css reset*/
h1,h2,h3,h4,h5,h6       {font-weight:normal;}
ul,ol                   {list-style-type:none; margin-left:0;}
a                       {text-decoration:none;}
a:hover                 {text-decoration:underline;}
em                      {font-style:italic;}
table                   {margin-bottom:30px;}
input[type="checkbox"]  {vertical-align:top;}
input[type="radio"]     {vertical-align:top; width:20px; margin:0 0 10px 0;}
body 			{ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

/*classes*/
.note           {font-size:11px;}
ol.note         {margin-left:20px;}
.rule, .rule2   {clear:both;}
.rule           {border-bottom:1px solid #ccc; }
.notify         {color:#f90;}
.error,
.cancel a,
.cancel a:hover,
.negative       {color:#c00;}
.positive       {color:#090}
.right          {float:right; margin:0 0 30px 30px;}
img.left        {float:left; margin:0 30px 30px 0;}
.italic         {font-style:italic;}
.container      {padding:0 10px;}
.clear          {clear:both;}

/*nav*/
nav     					{clear:both;}
nav li						{display:inline; position:relative; line-height:1;}
nav ul ul 				{position:absolute; top:20px; left:-9999px; z-index:4;}
nav li:hover ul		{left:0;}
nav li li					{display:block;}

/*hero image slider*/
#hero .hero,
#hero .wrapper        {display:none;}
#hero .selected,
#hero .selected .hero {display:block;}
#hero .backArrow,
#hero .forwardArrow 	{width:26px; height:45px; position:absolute; background:url('../img/presentationArrows.png') no-repeat;}
#hero .backArrow    	{top:128px; left:0;}
#hero .forwardArrow   {top:128px; left:604px; background-position:0 -45px}

/*social media*/
.socialMedia            {margin-left:0; list-style-type:none;}
.socialMedia img        {background:url('../img/socialMedia.png') no-repeat; width:16px; height:16px;}
.socialMedia .twitter   {background-position:0 -16px;}
.socialMedia .linkedIn  {background-position:0 -32px;}
.socialMedia .youTube   {background-position:0 -48px;}

.socialMedia20x20            {margin-left:0; list-style-type:none;}
.socialMedia20x20 img        {background:url('../img/socialMedia-20x20.png') no-repeat; width:20px; height:20px;}
.socialMedia20x20 .twitter   {background-position:0 -20px;}
.socialMedia20x20 .linkedIn  {background-position:0 -40px;}
.socialMedia20x20 .youTube   {background-position:0 -60px;}

.twentySeven img        {background:url('../img/socialMedia-27x27.png') no-repeat; width:27px; height:27px;}
.twentySeven .twitter   {background-position:-27px 0;}
.twentySeven .linkedIn  {background-position:-54px 0;}
.twentySeven .youTube   {background-position:-81px 0;}
.twentySeven .rss       {background-position:-108px 0;}
.twentySeven .blog      {background-position:-135px 0;}

/*market summary*/
.market             {font-size:11px;}
.market td          {padding:0 10px 4px 0; text-align:right; font-size: 11px;}
.market .indexName  {text-align:left;}

footer .note a {text-decoration:underline;}

/*page unique*/
#allVideoContent .videoContainer,
#articleContent .videoContainer    {display:none;}

#presentationContainer                {overflow: hidden;}
#eventContent #presentationContainer  {display:none;}
#presentation                         {width:960px; height:458px; color:#999; background-color:#222; position:relative;}
#presentation h2                      {font-size:18px; color:#fff; margin-bottom:10px;}
#presentation .slide                  {width:610px; height:458px; float:left;}
#presentation span.slide              {text-align:center; height:378px; padding-top:80px;}
#presentation .aside                  {margin-left:610px; width:350px; padding-bottom:0; font-size:14px;}
#presentation .wrapper                {padding:20px;}
#presentation .slideText              {width:310px; height:380px; overflow:auto; padding-right:10px;}
#presentation .backArrow,
#presentation .forwardArrow 	        {width:26px; height:45px;}
#presentation .backArrow    	        {position:absolute; top:207px; left:0; background:url('../img/presentationArrows.png') no-repeat;}
#presentation .forwardArrow 	        {position:absolute; top:207px; left:584px; background:url('../img/presentationArrows.png') no-repeat 0 -45px;}
#presentation .slide,
#presentation .wrapper                {visibility: hidden; position: absolute; left: -999px;}
#presentation .selected,
#presentation .selected .slide        {visibility: visible; position: static; }

#presentationShell         {position:relative;}
#presentationShell h2      {position:absolute; bottom:60px; background:#000; background:hsla(0,5%,5%,0.85); padding:35px 0; font-size:30px; text-align:center; color:#fff; width:630px;}
#presentationShell a:hover {text-decoration:none;}
#presentationShell img     {margin-left:10px;}

#form1_content.formContent,
#form2_content.formContent  {display:none;}
#form1_content.selected,
#form2_content.selected     {display:block;}

#articleContent .fastFact,
#articleContent .tip            {text-indent:60px; float:right;}
#articleContent .fastFact       {background:url('../img/fastFact-black.png') no-repeat;}
#articleContent .fastFact.white {background:url('../img/fastFact-white.png') no-repeat;}
#articleContent .tip            {background:url('../img/tips-black.png') no-repeat;}
#articleContent .tip.white      {background:url('../img/tips-white.png') no-repeat;}

#taxContent table       {margin-top:10px;}
#taxContent tr          {text-align:left;}
#taxContent th,
#taxContent td          {padding:10px; border-bottom:1px solid #eee; width:80px;}
#taxContent .rate       {width:40px;}
#taxContent .rateTable  {width:250px; margin-right:60px; float:left;}
#taxContent .note       {clear:both;}

#glossaryContent p a        {margin-right:5px;}
#glossaryContent h3 a:hover {text-decoration:none;}

#learningContent .matter:nth-child(2n+1)  {clear:both;}

form .loading   {display: none; padding: 10px; background: url(../img/loading.gif) no-repeat scroll 100% 50% transparent;}
form .msg       {display: none;}
form .formError     {color: #c00;}
form .field-validation-error   {color: #c00; font-size: .85em;}
form .input-validation-error   {border-color: #c00;}
form .disabled  {background: #ddd;}
form .formRobo  {display: none;}

#matterContent .featured            {position:relative;}
#matterContent .featuredFlag        {position:absolute; left:-12px; top:20px; padding-bottom:9px; background:url(../img/flag-corner.png) left bottom no-repeat;}
#matterContent .featuredFlag:hover  {text-decoration:none;}
#matterContent .flagBody            {padding:8px 15px 8px 22px;}

.dygraph-axis-label { font-size: 10px !important; }
.dygraph-axis-label, .dygraph-legend { font-family: helvetica,arial,sans-serif; left: 45px !important; }
.dygraph-axis-label { color: #666; font-size: 11px; }

.unsubscribe input  {width: 100px;}

header.masthead     {padding: 0;}

.contact td         {padding: 2px;}

.leavingSite            {width: 600px; padding: 10px; font-size: 14px;}
.leavingSite .header    {padding-bottom: 15px; font-weight: bold;}
.leavingSite .footer    {padding-top: 15px; }

.weather img                {width:80px; height:80px;}
.weather .fog               {background-image:url('../img/fog.png');}
.weather .fogNight          {background-image:url('../img/fogNight.png');}
.weather .moon              {background-image:url('../img/moon.png');}
.weather .mostlyCloudy      {background-image:url('../img/mostlyCloudy.png');}
.weather .mostlyCloudyNight {background-image:url('../img/mostlyCloudyNight.png');}
.weather .partlyCloudy      {background-image:url('../img/partlyCloudy.png');}
.weather .partlyCloudyNight {background-image:url('../img/partlyCloudyNight.png');}
.weather .rain              {background-image:url('../img/rain.png');}
.weather .rainNight         {background-image:url('../img/rainNight.png');}
.weather .rainSnowMix       {background-image:url('../img/rainSnowMix.png');}
.weather .rainSnowMixNight  {background-image:url('../img/rainSnowMixNight.png');}
.weather .snow              {background-image:url('../img/snow.png');}
.weather .snowNight         {background-image:url('../img/snowNight.png');}
.weather .sunny             {background-image:url('../img/sunny.png');}
.weather .thunderstorm      {background-image:url('../img/thunderstorm.png');}
.weather .thunderstormNight {background-image:url('../img/thunderstormNight.png');}
.weather .tornado           {background-image:url('../img/tornado.png');}
.weather .windy             {background-image:url('../img/windy.png');}

/* team page */
#teamContent                {clear: both;}

aside .team-members .team-member          {display: none; }
aside .team-members .team-member.random-0 {display: block; }
aside .blog-posts .blog-post              {display: none; }
aside .blog-posts .blog-post.index-0      {display: block; }
aside .blog-posts .blog-post .date        {font-style: italic; }

.presentation-responsive    {display: none; }