/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

/* Removes non-functional email button from AddThis share options */
li.at3winsvc_email.top-service {
    display: none !important;
}

/* Fix to remove black gradient from slideshows */

 div.bannersection::after {     
   display: none !important;     
}

/* search text size */
input.skin-search-input.skin-search-input-ph.usagov-search-autocomplete.ui-autocomplete-input {
  font-size: 200% !important;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {color: #000000;
}

/* background color for the content part of the pages */
Body
{color: #000000;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {#055780
}

A.SelectedTab:visited  {#055780
}

A.SelectedTab:hover    {#055780
}

A.SelectedTab:active   {#055780
}

/* text style for the unselected tabs */
.OtherTabs {#055780
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {#055780
}

A.OtherTabs:visited  {#055780
}

A.OtherTabs:hover    {#055780
}

A.OtherTabs:active   {#055780
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family: Verdana, Geneva, sans-serif !important;
font-size: 20px !important;
color: #000000 !important;
text-transform: none !important;
}

H2  {
font-family: Verdana, Geneva, sans-serif !important;
font-size: 18px !important;
color: #000000 !important;
text-transform: none !important;
  padding-top: 30px;
}

H3  {
font-family: Verdana, Geneva, sans-serif !important;
font-size: 16px !important;
color: #000000 !important;
text-transform: none !important;
}

H4  {
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  text-transform: none !important;
}

H5 {
font-family: Verdana, Geneva, sans-serif !important;
font-size: 13px !important;
color: #000000 !important;
text-transform: none !important;
}

H6  {
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 12px !important;
color: #000000 !important;
text-transform: none !important;
}

p {font-family: Verdana, Geneva, sans-serif !important;
font-size: 12px !important;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {#055780
}

A:visited   {#055780
}

A:hover {#055780
}

A:active    {#055780
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {color: #000000;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* Hide All-Hands footer */
footer .footer-above {
  display:none;
}

footer .footer-below {
   display:none;
}
/* Hide All-Hands footer */

/* Div Table */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Logo */

.allHands-navbar .navlogosection .navbar-brand {
    height: 100px!important; color: #000000;
}
#dma-slideshow-9003 .slides{
  margin-left:0;
}

/* All Hands Nav Bar */

.allHands-navbar .navbar-dark {
     background-color: black;font-size: 10px;
}

/* All Hands Nav Bar Dropdown*/

.allHands-navbar .dropdown-menu {

    background-color: rgba(0,0,0); font-size: 10px;

}

/* All Hands Nav Bar Background */

.allHands-navbar .navbar {
     background-color: black;
}



/* All Hands Links */
/*
/*a{
  color: #000066 !important;
}*/









