@charset "utf-8";
/* 
 * 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
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
Header {
	background-color:#000000;
	  
}
div .skin-header-background{
  background-image: none !important;
 
  
}
/*@@@@@ user bar */
div .skin-login
{
    font-size: 12px;
    background-color: #ffd530;
    color: #000;
    width: 100% !important;
}

.skin-login.fail{
    background-color:#000;
}

.skin-login-inner
{
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 5px;
}

.skin-login a
{
    font-size: 12px;
}

    .skin-login a:hover
    {
        text-decoration: none;
        color: #fff;
    }

.skin-login .skin-last-login
{
    padding-top: 4px;
}

.skin-login .registerGroup, .skin-login .registerGroup *, .skin-login .loginGroup, .skin-login .loginGroup *
{
    display: block;
}

.skin-login .registerGroup, .skin-login .loginGroup
{
    float: right;
    padding: 0;
    margin: 0;
}
/* Register Group Styles */
.skin-login .registerGroup
{
    border-right: 1px solid #eee;
}

    .skin-login .registerGroup li
    {
        float: left;
    }

    .skin-login .registerGroup .buttonGroup
    {
        margin-right: 0;
    }

    .skin-login .registerGroup a, .skin-login .loginGroup a
    {
        display: block;
        position: relative;
        height: 25px;
        min-width: 12px;
        padding: 5px 15px 0 15px;
        vertical-align: middle;
    }
	
/*Removed Messages/Notification text code here*/	

.skin-login .userMessages strong:hover:after
{
    color: #fff;
}

.skin-login .userMessages strong:after
{
    font-family: FontAwesome;
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    color: #ffd530;
    font-size: 18px;
    text-align: center;
}

.skin-login .userNotifications
{
    border-right: 1px solid #eee;
}

    .skin-login .userNotifications strong:hover:after
    {
        color: #ffd530;
    }

    .skin-login .userNotifications strong:after
    {
        font-family: FontAwesome;
        content: "";
        position: absolute;
        top: 0;
        left: 4px;
        color: #000;
        font-size: 18px;
        text-align: center;
    }
    /* Login Group Styles */
    /* Number of message next to the message icon*/
    .skin-login .userMessages a span, .skin-login .userNotifications a span
    {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-top: 9px;
        font-size: 10px;
        z-index: 100;
        background-color: #ffd530;
        border-radius: 3px;
        padding: 1px 2px 1px 2px;
        font-weight: bold;
        color: #fff;
    }

.skin-login .userDisplayName a, .skin-login .loginGroup a
{
    color: #fff;
}

    .skin-login .userDisplayName a:hover, .skin-login .loginGroup a:hover
    {
        color: #ffd530;
    }

/* titles*/

div .skin-title .title-text
{
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 32px;
    color: #ffffff;
    text-overflow:ellipsis;
    overflow:hidden;
}

div .skin-title .subtitle-text
{
    color: #ffffff;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
  
}


/*@@@@ navigation */
div .skin-nav-toggle
{
    background-color: #ffd530;
    padding: 6px 8px 6px 8px;
    margin-top: 13px;
    color: #000;
}

.otnav
{
    background: #ffb830; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd530 0%, #ffb830 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd530), color-stop(99%,#ffb830)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd530 0%,#ffb830 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd530 0%,#ffb830 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd530 0%,#ffb830 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd530 0%,#ffb830 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd530', endColorstr='#ffb830',GradientType=0 ); /* IE6-9 */
}

.nav-main
{
    width: 100%;
}

/* all levels*/
.otnav li a:focus
{
    background-color: #ffd530;
}

.otnav li:hover > ul
{
    display: inline-table;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    background-color: transparent;
}

/* top level*/
.otnav li
{
    position: relative;
    float: left;
}

    .otnav li a span
    {
        padding-left: 5px;
        color: #ffb830;
        margin-top: -2px;
    }

    .otnav li li a span
    {
        padding-left: 5px;
        color: #80aff5;
        margin-top: 0;
    }

    .otnav li a
    {
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
    }

    .otnav li li a
    {
        color: #000;
        text-transform: none;
        text-decoration: none;
        font-weight: normal;
    }

    /* second level*/
    .otnav li li
    {
        float: none;
    }

.otnav ul li a:hover, .otnav ul li:hover
{
    background-color: #ffd530;
    color: #000;
}

.otnav ul ul
{
    background-color: #ffd530;
    margin: 0;
    border: 0;
    padding: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .otnav ul ul li a
    {
        color: #000;
        padding: 8px 30px 8px 5px;
        margin: 0 3px 0 3px;
    }

    /* third+ levels*/
    .otnav ul ul ul
    {
        left: 100%;
        top: 0;
        margin: -5px 0 0 0;
    }

    /* second+ levels*/
    .otnav ul ul li a:hover
    {
        background-color: #ffb830;
        color: #000;
    }

    .otnav ul ul li a span
    {
        float: right;
    }

    .otnav ul ul li:hover
    {
        background-color: #ffb830;
        color: #000;
    }

.otnav ul ul li a span { 
    position:absolute;
    right:10px;
}

@media (max-width: 992px)
{
    .otnav li a
    {
        font-size: 11px;
        padding: 10px 5px 10px 5px;
    }
}

@media (max-width: 767px)
{
    .otnav
    {
        background: #ffb830;
    }

        /* all levels*/
        .otnav li a
        {
            font-size: 13px;
        }

        .otnav li
        {
            clear: both;
            float: none;
            border-bottom: solid 1px #113052;
        }

            .otnav li:last-child
            {
                border-bottom: none;
            }

        .otnav ul li:hover > ul
        {
            display: none;
        }

        .otnav ul
        {
            margin: 0;
            padding: 20px;
        }

            .otnav ul ul
            {
                margin-left: 20px;
                float: none;
                clear: both;
                position: relative;
                background-color: transparent;
                padding: 0;
            }

                .otnav ul ul ul
                {
                    top: 0;
                    left: 0;
                    background-color: transparent;
                    margin-left: 20px;
                }

            .otnav a span, .otnav ul li li a span, .otnav ul li li li a span, .otnav li a span
            {
                position: absolute;
                right: 0;
                top: 0;
                padding: 15px;
                z-index: 1001;
                font-size: 24px;
                margin-top: -8px;
            }

    .container > .navbar-collapse
    {
        margin: 0;
    }

    .otnav ul li a:hover, .otnav ul li:hover
    {
        background-color: transparent;
    }

    .dropdown-menu
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .nav > li > a:hover, .nav > li > a:focus
    {
        background-color: transparent;
    }

    .otnav ul ul li:hover a, .otnav ul ul li:hover
    {
        background-color: transparent;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
    {
        color: #000;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
    {
        color: #000;
        background-color: transparent;
    }
}



/* breadcrumbs */
div .skin-breadcrumb-container
{
    margin: 5px 0px 5px 15px;
}

div .skin-breadcrumb
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

div .skin-breadcrumb-separator
{
    color: #000000;
    padding: 0px 6px;
}

div .skin-addpad
{
    padding-left:30px;
    padding-right:30px;
        display:block;
}
    .skin-addpad .skin-breadcrumb-container
    {
        margin-left:0px;
    }

#dmabackground.skin-addpad
{
    background-image: url(Resources/img/DMA_Background_Logo2_wide.png);
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

#dmabackground.container
{
    background-image: url(Resources/img/DMA_Background_Logo2_wide.png);
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

@media (max-width: 767px)
{
    .skin-addpad
    {
        padding-left:15px;
        padding-right:15px;
    }
}

div .nav-main .hover { display: inline-table; }
div .kb-open { color: #000000 !important; background: #ffb830 !important;}

/* background color for the content part of the pages */
.wrapper
{
   
     
     box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
    max-width: 1170px;
}

body
{
    box-shadow: none;
    -webkit-box-shadow: none;
   
}

.nopad
{
    padding-left: 0;
    padding-right: 0;
}

a, a:visited, a:link
{
    color: #000000;
}

    a:hover
    {
        text-decoration: none;
        color: #666666;
    }

    a:focus
    {
        text-decoration: none;
    }

.skin-top-row
{
    padding-top: 15px;
}

.skin-blue-pane
{
    background-color: #E8E9F0;
    margin-bottom: -99999px;
    padding-bottom:99999px;

}
.skin-blue-pane-inner
{
    padding: 10px 0px;
}

.skin-special-pane
{
    margin: 0px;
    padding: 0px;
}

.skin-special-row
{
    display: inline-block;
    width: 100%;
}

.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 {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

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

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

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 {
  color: black;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
  
}

.MainMenu_MenuBar {
   background-color:#ffd530;
   color:#000000 inherit;
 
}

.MainMenu_MenuItem {
  
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
  
  
}

/*@@@@@ footer */
div .skin-footer-background
{
	background-image: none !important;
	background-color: #000000;
    min-height:100px;
}

/*links*/
@media(max-width:767px) {
    .desktop-search { float: right; padding-top: 13px; padding-right: 20px; }
}
/*@@@@@ footer */
.skin-footer-background { background-image: none !important;
	background-color: #000000; }
.skin-footer-padding{ padding:25px 30px 40px 30px}
/*links*/
footer ul { list-style: none !important; list-style-type: none; margin: 0; }
footer h3 { display: block; text-transform: uppercase; font-size: 22px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ffffff; border-bottom: 1px solid #ffd530; /*margin: 0 0 15px;*/ padding: 0 0 10px; }
footer .seals ul { padding: 0 0 25px; }
footer .seals li { display:inline-block; margin: 0 7px 8px 0; }
footer .social li { display:inline-block; text-align: center; margin: 0 14px 5px 0; }
footer .social li span { font-size: 30px; color: #ffffff; text-align: center; transition: all .2s ease-in-out; }

header .seals ul { padding: 0 0 25px; }
header .seals li { display:inline-block; margin: 0 7px 8px 0; }
header .social li { display: inline-block; text-align: center; margin: 0 11px 5px 3px; } 
header .social li span { font-size: 26px; color: #ffffff; text-align: center; transition: all .2s ease-in-out; }

footer .quick .col-1{ padding-left:15px}
footer .quick li { display:block;margin-bottom:4px;font-size: 14px;}
footer .quick a, footer .quick a:link, footer .quick a:visited { color: #ffd530; }
footer .quick a:hover { color: #ffd530; }

@media(max-width:992px) {
    footer .social-links { padding-top: 25px; }
}

.header-links {
    width: 230.32px;
}

/*social links*/
.skin-social .social-item
{
    float: left;
    width: 45px;
    text-align: center;
    margin-bottom: 10px;
}

.social-item span
{
    font-size: 1.4em;
    background: #FFd530;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    padding-top: 16%;
    transition: all .2s ease-in-out;
}

.skin-social h3
{
    display: block;
    left: 5px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: bold;
}


/* site links */
.skin-site-links
{
    display: inline-block;
    font-size: .8em;
    line-height: 1.8em;
}

    .skin-site-links ul
    {
        padding: 20px 20px 20px 0;
        float: left;
    }

    .skin-site-links li
    {
        list-style-type: none;
    }

    .skin-site-links a, .skin-site-links a:link, .skin-site-links a:visited
    {
        color: #ffd530;
    }

        .skin-site-links a:hover
        {
            color: #ffd530;
        }
/* CSS Document */


