/* 
 * 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{
}
@media only screen and (min-width:1280px){
.sm ul li {
  padding: 0;
}}



#seers-cmp-cookie-policy-default-banner-content [type=checkbox] label:before {
display:none;}

.seers-cmp-cookie-policy-accordion-tab-label::after {
   display:none !important;
}

#seers-cmp-cookie-policy-default-banner-content [type=checkbox] label {
    position: relative;
 
}

.seers-cmp-cookie-policy-switchers input.seers-cmp-cookie-policy-banner-switch:checked label:before {
    background-color: transparent !important;
}

#seers-cmp-cookie-policy-default-banner-content [type=checkbox] label:before {
    display: none;
}
.seers-cmp-cookie-policy-switchers input.seers-cmp-cookie-policy-banner-switch:checked label:before {
    background-color: #d5e9ff;
}
.seers-cmp-cookie-policy-switchers input.seers-cmp-cookie-policy-banner-switch:checked label:before {
    background-color: transparent !important;
}
.seers-cmp-cookie-policy-switchers input.seers-cmp-cookie-policy-banner-switch label::before {
    right: 1px!important;
    background-color: #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    margin: -1px;
}
.seers-cmp-cookie-policy-switchers input.seers-cmp-cookie-policy-banner-switch label::before, .seers-cmp-cookie-policy-switchers input.seers-cmp-cookie-policy-banner-switch label::after {
    display: block!important;
    position: absolute!important;
    top: 1px!important;
    left: 1px!important;
    bottom: 1px!important;
    content: ""!important;
}
#seers-cmp-cookie-policy-default-banner-content [type=checkbox]:checked label:before {
  display:none !important;
}

.seers-cmp-cookie-policy-accordion-tab.seers-border-tab {
    border-bottom: 1px solid #d8d8d8!important;
    min-height: 50px;
}


.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
  display:none !important;
}



video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}
ul.split3 {
    font-size:0.9rem !important;
  text-align:center;
  width:700px;
  max-width:100%;
  display:block;
  margin: 0 auto;
  list-style:none !important;}
.split3 li {
  font-size:0.9rem !important;
    list-style:none !important;}
@media only screen and (min-width:1024px) {
ul.split3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}}


/*
ul.splitlist {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
*/





.blocky {
  border: solid 3px;
  padding: 10px;
  border-radius: 20px;
  background: #ffffff12;
  display: grid;
  font-size: 0.9em;
}

.blocky span {
    font-weight:bold;
}

.blocky p.padded {
    padding-right:80px;
}

.numb {
  font-weight: bold;
  width: auto;
  font-size: 1.3em;
  position: absolute;
  right: 100%;
  background: #192248;
  border-radius: 50%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100px;
  height: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: -30px;
  right: -15px;
  border: solid 3px;
}






.logogridfoot {
    display:flex;
}

.logogridfoot a:first-child {
    margin-right:5px;
}





.lowercase {
    text-transform: lowercase;
}




.Page-Sign_In.Id194 .navigation{

    background: #6e6e9c !important;
    margin-top: 0 !important;
  
}



.Page-Sign_In.Id194 .dnnForm.dnnPasswordReset.dnnClear {
    margin-top: 150px;
    margin-bottom: 150px;
















