/* 
 * 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  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.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 {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.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{
}

/*unique edits*/

/*display element in the center, both vertically and horizontally */
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    
}


/*display background hero image with text above it*/
.hero-image
{
    /*use "linear-gradient" to add a darkened background effect to the image,
    this will make the text easier to read */
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url("/Portals/0/Images/hero%20image.jpg?ver=D0Zp1VmwEviBu3X89avmwA%3d%3d");

    /*set a specific height */
    height: 475px;

    /*Position and center the image to scale nicely on all screens*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    /*Place text in the middle of the image */
    .hero-text .BigHeroTxt
    {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        color: #ffffff;
        font-size: 2.5rem;
        font-weight: bold;

    }

    /*padding on the footer elements */
    .marginToTheRightOf
    {
        margin-right: 7px;
    }

    /*list attributes - */
    ul.ListUnique 
    {
        margin-left:0.5rem ;
        padding-left:0.5rem ;
        
        line-height: 24px;
        
    }

     ul li.ListUnique
    {
        list-style-type: disc !important;
        padding-bottom: .7rem;
        
    } 

     ol.ListUnique 
    {
        
        /*background-color: black;*/
        line-height: 27px;
    }

     ol li.ListUnique
    {
        padding-left: 7px;
        padding-bottom: .7rem;
       /* margin-left: 125px;
        list-style-position: outside;
        background-color: red;*/
    } 

   

    /* div with unique attributes for timeline on history webpage */
    .historyWebpageDiv
    {

    }

    .historyWebpageDiv > h3:first-child
    {
        /*background-color: green;*/
        padding-bottom: 20px;
    }

    .historyWebpageDiv > h3
    {
        /*background-color: blue;*/
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .historyWebpageDiv > hr
    {
        margin-top: 50px;
        background-color: yellow;
    }

    /* make italic */
    .font-italic
    {
        font-style: italic!important;
    }

    /*alert box attribute*/
    .alert-danger
    {
        background-color: #cf2e2e !important;
        color: #ffffff !important;
    }

    /*unique colors - css */
    .caution-orange
    {
        background-color: #F29F05;
    }

    .light-maroon
    {
        background-color: #D96055;
    }

    .lighter-maroon
    {
        background-color: #f3a8a1;
    }

    /*make transparent MAIN MENU, not transparent */
    .eds_headerContainer.eds_headerContainer1 .eds_headerBackground
    {
        background-color: rgba(255, 255, 255, 1.0);
    }

    /*footer links
    .footerLinks a
    {
        color: #95c9e9 !important;
    }
    */

    /*footer - hyperlink attributes*/
    .footerLinks, .footerLinks:visited, .footerLinks:active
    {
        color: #95c9e9 !important;
        text-decoration: underline;
        border-color:#95c9e9 !important;
    }
    /*footer - hyperlink attributes*/
    .footerLinks:hover
    {
        color:rgba(149, 201, 233, 0.7) !important;
        text-decoration: none;
    }


    /*color 1 for one of 4 boxes */
     .eds_box6 > .crimson
     {
        background-color: #D92344;
     }
     .eds_box6 > .crimson a, .crimson:visited, .crimson:active 
    { 
        color: #1e1f24; text-decoration: underline; 
    }
    .eds_box6 > .crimson:hover a
    {
        color: rgba(30, 31, 36, 0.7); text-decoration: none;
    }

     /*color 2 for one of 4 boxes */
     .eds_box6 > .blue
     {
        background-color: #369AD9;
     }
      .eds_box6 > .blue a, .blue:visited, .blue:active 
    { 
        color: #1e1f24; text-decoration: underline; 
    }
    .eds_box6 > .blue:hover a
    {
        color: rgba(30, 31, 36, 0.7); text-decoration: none;
    }

     /*color 3 for one of 4 boxes */
     .eds_box6 > .orange
     {
        background-color: #F29F05;
     }
       .eds_box6 > .orange a, .orange:visited, .orange:active 
    { 
        color: #1e1f24; text-decoration: underline; 
    }
     .eds_box6 > .orange:hover a
    {
        color: rgba(30, 31, 36, 0.7); text-decoration: none;
    }

     /*color 4 for one of 4 boxes */
     .eds_box6 > .lightercrimson
     {
        background-color: #D96055;
     }
        .eds_box6 > .lightercrimson a, .lightercrimson:visited, .lightercrimson:active 
    { 
        color: #1e1f24; text-decoration: underline; 
    }

   


























































