/* 
 * 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{
}


/*
 * ===================================================================
 * MASTER DFBA CSS FILE (AFPMIS COMPLIANT)
 * Global Element Selectors removed. Relies on AFPMIS for baseline.
 * ===================================================================
 */

/* --- Layout Containers --- */
#wrapper { min-height: 100%; position: relative; }
#container { max-width: 1600px; margin: 0 auto; padding: 0 2em 210px; }
#container.home { padding: 0 0 200px; max-width: 100%; }

/* --- Utility Classes --- */
.space { padding-top: 1.25em !important; }
.no-space { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
.no-space-bttm { margin-bottom: 0 !important; }
.decor { border-bottom: 3px solid #232323; padding-bottom: 10px; }
.decor span { border-bottom: 1px solid #F5D010; font-weight: 400; }
.lrg { width: 160px !important; }
.u-full-width { width: 100%; box-sizing: border-box; }

/* --- Grid System --- */
.section { clear: both; padding: 0; margin: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.col { display: block; float: left; margin: 0 0 0 0; padding-top: 20px; text-align: center; }
.col:first-child { margin-left: 0; }
.span_2_of_12 { width: 15.33%; }
.span_3_of_12 { width: 25%; }
.span_4_of_12 { width: 32.26%; }
.span_6_of_12 { width: 49.2%; }
.span_9_of_12 { width: 74.6%; }
.span_10_of_12 { width: 83.06%; }
.span_12_of_12 { width: 100%; }
.right-bar { padding-top: 40px !important; }

/* --- Header & Navigation --- */
.dfba-header { border-bottom: 2px solid #4C5050; height: 60px; padding-bottom: 6px; }
.logo { width: 300px; height: 40px; z-index: 10; float: left; position: relative; background: url(../img/dfba-logo.svg) no-repeat; background-size: 300px auto; top: 15px; margin-right: 10px; padding-bottom: 45px; }

#cssmenu { font-family: "Rajdhani",sans-serif; background: #fff; z-index: 9; top: 10px; }
#cssmenu > ul { float: right; list-style: none; }
#cssmenu > ul > li { float: left; }
#cssmenu > ul > li > a { padding: 16px; font-size: 14px; letter-spacing: 1px; text-decoration: none; color: #232323; font-weight: 700; text-transform: uppercase; line-height: normal; }
#cssmenu > ul > li:hover > a { color: #F5D010; }
#cssmenu ul ul { position: absolute; left: -9999px; padding-top: 7px; }
#cssmenu ul ul li a { padding: 11px 15px; width: 175px; font-size: 14px; text-decoration: none; color: #ddd; font-weight: 400; background: #333; }
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a { border-bottom: solid 3px #F5D010; }
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color: #fff; }
#homeNav { background-color: #FFFFFF; width: 100%; }

/* --- General Components --- */
.box { background: #232323; padding: 20px; text-align: left; }
.box p { color: #fff; line-height: 1.5em; font-family: 'Open Sans','Calibri',san-serif; font-size: 13px; margin-top: 1em; }
.box h1 { color: #F5D010; font-weight: 600; font-family: 'Rajdhani',sans-serif; font-size: 30px; line-height: 25px;}
.box h2 { color: #fff; font-weight: 600; font-family: 'Rajdhani',sans-serif; font-size: 18px;}

.bttn, .liteBttn { outline: solid 3px #232323; color: #232323; background-color: transparent; text-align: center; text-decoration: none; text-transform: uppercase; font-family: "Rajdhani",sans-serif; font-size: 18px; display: inline-block; width: 140px; padding: 10px 0; margin: 10px; border-style: none; }
.bttn:hover, .liteBttn:hover { color: #fff; background-color: #232323; outline-color: #4C5050; transition: all .4s ease 0; }
.drkBttn { outline: solid 3px #4C5050; color: #fff; text-align: center; text-decoration: none; text-transform: uppercase; font-family: "Rajdhani",sans-serif; font-size: 18px; font-weight: 600; display: inline-block; width: 140px; padding: 10px 0; margin: 5px 10px 0; }
.drkBttn:hover { color: #232323; background-color: #fff; transition: all .4s ease 0; }
/* --- General Components --- */

/* By explicitly adding the 'a.' selector, these outrank AFPMIS global link colors */
a.bttn, a.liteBttn { 
    outline: solid 3px #232323; 
    color: #232323; 
    background-color: transparent; 
    text-align: center; 
    text-decoration: none; 
    text-transform: uppercase; 
    font-family: "Rajdhani", sans-serif; 
    font-size: 16px; 
    display: inline-block; 
    width: 140px;
    padding: 10px 0; 
    margin: 10px; 
    border-style: none; 
}

a.bttn:hover, a.liteBttn:hover { 
    color: #fff; 
    background-color: #232323; 
    outline-color: #4C5050; 
    transition: all .4s ease 0; 
}

a.drkBttn { 
    outline: solid 3px #4C5050; 
    color: #fff; /* White base color */
    text-align: center; 
    text-decoration: none; 
    text-transform: uppercase; 
    font-family: "Rajdhani", sans-serif; 
    font-size: 16px; 
    font-weight: 600; 
    display: inline-block; 
    width: 140px;
    padding: 10px 0; 
    margin: 5px 10px 0; 
}

a.drkBttn:hover { 
    color: #232323; /* Dark text on hover */
    background-color: #fff; /* White background on hover */
    transition: all .4s ease 0; 
}

.files th, .files td { padding: 10px 15px; text-align: left; }
.files th { font-family: "Rajdhani",sans-serif; font-weight: 600; font-size: 16px; border-bottom: 3px solid #232323; }
.files tr:nth-child(even) { background: #CCC; }
.files tr:nth-child(odd) { background: #FFF; }

/* --- Footer --- */
.dfba-footer { width: 100%; min-height: 100px; position: absolute; border-top: 5px #ddd solid; bottom: 0; }
#footer { font-family: "Rajdhani",sans-serif; font-size: 11px; color: #F5D010; padding: 20px; position: relative; }
#footer::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: url(../img/fingerprint.png) #232323 fixed center center no-repeat; }
#footer::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: rgba(35, 35, 35, 0.7); }
#footer a { color: #fff; text-decoration: none; font-weight: 600; }
#footer a:hover { color: #F5D010; }
#footer p { margin-top: 0; font-family: "Rajdhani",sans-serif; color: inherit; }

/* --- Leadership Grid Layout --- */
.leader {
    float: right;
    margin: 0 0 15px 20px; /* Pushes text away from the left and bottom */
    width: 175px; /* Keeps the size consistent with the leadership grid */
    border-bottom: 3px solid #F5D010; /* Keeps yellow underline style consistency */
}
#leadership { text-align: justify; padding: 20px; max-width: 650px; margin: 0 auto -20px; font-size: 0; }
#leadership figure { width: 175px; display: inline-block; padding-bottom: 20px; max-height: 100%; vertical-align: top; margin: 0 5px; }
#leadership figcaption { text-align: center; padding-top: 5px; font-size: 13px; }
#leadership figcaption h1 { font-weight: 600; font-family: 'Rajdhani', sans-serif; font-size: 14px; color: #232323; line-height: 15px; text-transform: uppercase; }
#leadership figcaption h2 { font-weight: 600; font-family: 'Rajdhani', sans-serif; font-size: 12px; color: #4C5050; line-height: normal; text-transform: uppercase; }
.leadership-img { border-bottom: 3px solid #F5D010; width: 175px; vertical-align: middle; margin: 0; overflow:hidden; height:250px;}
.leadership-img img{width:100%;height:100%;object-fit:cover;object-position: top;}
.leadership-link { text-decoration: none; color: #232323; font-weight: 700; }

/* --- Custom Odometer "Number Reveal" Animation --- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.counters { padding: 30px 0 15px; text-align: center; }
.odometer-container { display: inline-block; opacity: 0; animation-fill-mode: forwards; animation-timing-function: ease-out; animation-name: fadeInUp; animation-duration: 1.5s; font-family: 'Rajdhani', sans-serif; color: #F5D010; font-size: 40px; line-height: 1.1em; }
.odometer-container.delay-1 { animation-delay: 0.2s; }
.odometer-container.delay-2 { animation-delay: 0.4s; }
.odometer-container.delay-3 { animation-delay: 0.6s; }
.counters hr { border-top: 3px solid #232323; width: 15%; margin: 3px auto 5px; height: 1px; border-bottom: 0; border-left: 0; border-right: 0; }
.counters p { font-family: 'Open Sans', 'Calibri', sans-serif; font-size: 13px; color: #232323; margin-top: .25em; line-height: 1.75em; }

/* --- Custom Info Box with Overlapping Plus Symbol --- */
.infoBox { margin-bottom: 20px; } 
.infoBox-container { text-align: center; position: relative; margin-bottom: 20px; }
.infoBox-plus-symbol { position: relative; z-index: 2; display: inline-block; width: 40px; height: 40px; background: #232323; border: 2px solid #F5D010; border-radius: 50%; }
.infoBox-plus-symbol::before { content: ''; position: absolute; top: 50%; left: 50%; width: 20px; height: 2px; background-color: #F5D010; transform: translate(-50%, -50%); }
.infoBox-plus-symbol::after { content: ''; position: absolute; top: 50%; left: 50%; width: 2px; height: 20px; background-color: #F5D010; transform: translate(-50%, -50%); }
.infoBox .box { background: #232323; padding: 30px 20px 20px; text-align: left; margin: -22px 5px 0; position: relative; border-top: 2px solid #F5D010; }
.infoBox .box h2 { font-weight: 600; font-family: 'Rajdhani', sans-serif; font-size: 18px; color: #F5D010; text-align: center; }
.infoBox .box p { font-family: 'Open Sans', 'Calibri', sans-serif; font-size: 13px; color: #fff; line-height: 1.5em; margin-top: 1em; }

.leftSidebarTitle {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:od transparent;
}

.sidebarContentTitle {
    margin: 0px; 
    margin-bottom: 10px; 
    padding: 0px; 
    border: 0px; 
    outline: 0px; 
    font-size: 100%; 
    vertical-align: baseline;
}

/* --- Responsive Video Container --- */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Styled Quote Block --- */
.quote-block {
    max-width: 600px;
    margin: 30px auto; /* Centers the block on the page */
    text-align: center;
}

.quote-mark {
    font-family: 'News Cycle', Arial, sans-serif !important;
    font-size: 200px;
    color: #232323;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0px;
    line-height: 25px;
    transform: rotate(180deg);
    display: inline-block; /* Required for the transform rotation to work */
}

.quote-block hr {
    width: 80%;
    height: 1px;
    border: 0;
    border-top: 2px solid #ccc;
    margin: 0 auto -5px auto;
}

.quote-block blockquote {
    font-family: Verdana, sans-serif;
    color: #f8c100;
    text-align: center;
    font-size: 1.17em; /* Matches standard <h3> sizing */
    font-weight: bold;
    margin: 5px 0;
}

.quote-byline {
    text-align: right;
    font-size: x-small;
    color: inherit;
    margin: 10px 10% 15px 0; /* 10% right margin aligns it with the 80% HR edge */
    display: block;
}

.dfba-blockquote {border-left:none;}

/* --- FAQ & Numbered Lists --- */
.faq-list {
    margin-left: 25px; /* Indent the list */
    list-style-type: decimal;
}

/* Styles the actual numbers in the ordered list */
.faq-list ::marker {
    color: #F5D010; 
    font-weight: 700;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
}

.faq-item {
    margin-bottom: 20px;
    color: #232323;
    font-family: 'Open Sans', 'Calibri', sans-serif;
    font-size: 13px;
    line-height: 1.75em;
}

.faq-question {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #232323; /* Dark color replacing legacy h2.dark */
    margin-bottom: 5px;
}
/* --- Unordered Lists with Yellow Bullets --- */
.yellow-list {
    margin-left: 25px; /* Indents the list */
    list-style-type: disc; /* Standard bullet points */
}

.yellow-list ::marker {
    color: #F5D010; /* Yellow bullets */
    font-size: 18px;
}

.yellow-list-item {
    margin-bottom: 15px;
    color: #232323;
    font-family: 'Open Sans', 'Calibri', sans-serif;
    font-size: 13px;
    line-height: 1.75em;
}

.yellow-list-header {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15.5px; /* Matches legacy h3 sizing */
    font-weight: 600;
    color: #232323; /* Replaces the legacy .dark class */
    display: inline; /* Keeps the title on the same line as the description */
    margin-right: 5px;
}

/* --- Image Utilities --- */
.center-img {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 100%;
    height: auto;
}

/* --- Typography Utilities --- */
.footnote {
    font-size: 11px;
    color: #4C5050;
    margin-top: 30px;
    border-top: 1px solid #ccc; /* Adds a nice separator line above the footnote */
    padding-top: 10px;
}

/* --- Responsive Styles --- */
@media only screen and (max-width: 850px) {
    .col { margin: 1% 0; width: 100% !important; }
    #container { padding: 0 1em 320px; }
    #container.home { padding: 0 0 335px; }
    .dfba-header { height: auto; }
    .logo { float: none; margin: 15px auto; display: block; }
    #cssmenu > ul { display: none; }
    #footerL, #footerR { text-align: center; }
}

/* --- Branch Layout Boxes --- */
.branch-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping on smaller mobile screens */
    background: #232323;
    padding: 20px;
    margin-bottom: 20px;
}

.branch-text {
    flex: 1 1 250px; /* Text takes up available space, wraps at 250px min-width */
    text-align: left;
}

.branch-text h3 {
    color: #F5D010; /* Yellow header for box titles */
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.branch-text p {
    color: #fff;
    font-family: 'Open Sans', 'Calibri', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 5px;
}

.branch-text a {
    color: #F5D010; /* Email address styling */
    text-decoration: underline;
}

.branch-text a:hover {
    color: #fff;
}

.branch-bttn {
    flex: 0 0 auto;
    margin-top: 15px; /* Spacing when stacked on mobile */
    color: #fff;
}

@media only screen and (min-width: 600px) {
    .branch-bttn {
        margin-top: 0; /* Aligns side-by-side on desktop */
        color: #fff;
    }
}

/* --- Sidebar & Quiet Utility Links --- */
p.sidebarBttn {
    margin-top: 15px;
    font-size: 13px;
    font-family: 'Open Sans', 'Calibri', sans-serif;
}

/* Explicit specificity outranks global AFPMIS link coloring */
a.quiet {
    color: #4C5050; /* Unobtrusive dark gray */
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

a.quiet:hover {
    color: #F5D010; /* Hover color change */
    text-decoration: underline;
}

/* Custom CSS PDF icon replacing Font Awesome dependency */
a.quiet::before {
    content: "PDF";
    font-family: 'Rajdhani', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background-color: #4C5050; /* Gray badge */
    padding: 2px 4px;
    margin-right: 8px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.quiet:hover::before {
    background-color: #F5D010; /* Yellow badge on hover */
    color: #232323;
}

/* --- Video & Image Captions --- */
.caption {
    font-size: 11px;
    font-style: italic;
    color: #4C5050;
    margin-top: 5px;
    line-height: 1.4em;
}

/* --- Info Box 'Info' Symbol --- */
.infoBox-info-symbol {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #232323;
    border: 2px solid #F5D010;
    border-radius: 50%;
    color: #F5D010;
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}
.infoBox-info-symbol::before {
    content: 'i';
}

.infoBox-info-title {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #232323;
    border: 2px solid #F5D010;
    border-radius: 20px;
    color: #F5D010;
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    padding:0 15px;
}

/* --- Contact Box Typography & Links --- */
.contact-name {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
a.contact-email {
    color: #F5D010;
    font-family: 'Open Sans', 'Calibri', sans-serif;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
a.contact-email:hover {
    color: #fff;
    text-decoration: underline;
}

/* --- Contact Box Accordion (Native HTML5) --- */
.contact-details {
    margin-top: 15px;
}
.contact-details summary {
    cursor: pointer;
    color: #F5D010;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    padding-top: 10px;
    border-top: 1px dashed #4C5050;
}
.contact-details summary:hover {
    color: #fff;
}
.contact-details-content {
    padding-top: 10px;
}

/* --- Responsive Photo Gallery --- */
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 15px;
    padding: 20px 0;
}

.photo-gallery-item {
    position: relative;
    overflow: hidden;
    border: 2px solid #232323;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.photo-gallery-item:hover {
    border-color: #F5D010;
}

.photo-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-gallery-item:hover img {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* --- Social Badges & Sidebar Elements --- */
.sidebar-seal {
    text-align: center;
    margin-bottom: 15px;
}
.sidebar-seal img {
    max-width: 100%;
    height: auto;
}
a.social-badge {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background-color: #4C5050;
    padding: 3px 6px;
    margin: 0 4px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s;
}
a.social-badge:hover {
    background-color: #F5D010;
    color: #232323;
}


































