/* Add-Module UI Title Text Wrap */
.dnnModuleDialog .dnnModuleList .listContainer ul li span.title{
    white-space: initial;
}

/* Hide 2sxc Quick-Add Toolbar */
.sc-content-block-quick-insert{
    display: none !important;
}

/*ICG 2FA Login Button Formatting*/
.btn-2factor-login, .btn-2factor-forgotpassword, .btn-2factor-complete {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px !important;
    font-size: 16px !important;
}

.tooltip strong {
    font-weight: bold !important;
}

.Hidden {
    display: none !important;
}

/*Moves "Edit Article" link for offset of FDIC Digital Signage 2024-12-19 MLS*/
a.admin_action.edit {
    right: 45px !important;
    top: 35px !important;
}

[data-name="Development"] .header {
  background:transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
    [data-name=Development] .banner.banner--home {
height: 100vh;
    }
}



