﻿.bold-underline {
    text-decoration: underline;
    font-size: 120%;
    font-weight: bold;
    color: #074D72;
}

.panel-title {
    color: #333333;
    font-size: 120%;
}

.phone-number {
    text-align: center;
    /* Keep center alignment */
    white-space: nowrap;
    /* Prevent wrapping of phone number */
}

/* The changes below were made to match the site's layout/behavior prior to the cagov.core.js
and cagov.core.css upgrades */

/* Bootstrap 3-like base typography */
html {
    font-size: 14px;
}

.copyright {
    color: #f5f5f5;
}

.global-footer .row {
    align-items: center;
    min-height: 40px;
}

.global-footer .footer-links li a {
    color: #f5f5f5;
}

.global-footer .footer-links li a:hover {
    color: #fdb81e;
    text-decoration: underline;
}

.global-footer .footer-links li:last-child {
    margin-right: 0;
}

/* Restore pre-upgrade footer layout */
.global-footer .footer-links li {
    display: inline-block;
}

@media (max-width: 767px) {
    .global-footer .footer-links {
        display: flex;
        flex-wrap: wrap;
    }

    .global-footer .footer-links li {
        width: 50%;
        margin-right: 0 !important;
    }

    .global-footer .footer-links li a {
        display: block;
        margin-bottom: 11px;
    }
}

/* Prevent footer link "jump" when site loads */
.global-footer .footer-links .external-link-icon {
    position: absolute;
}

/* Equal card heights on desktop/tablet */
#main-content .row.g-3>.col-sm-4 {
    display: flex;
    flex-direction: column;
}

#main-content .row.g-3>.col-sm-4>.card {
    flex: 1 1 auto;
}

.navigation-search {
    border-bottom: 5px solid #FDB81E;
}

/* Restore utility header logo, color, and icon sizes to match original */
.utility-header .header-cagov-logo img {
    height: 32px !important;
}

.utility-header a [class^="ca-gov-icon-"] {
    color: #ffffff;
}

.utility-header a:hover [class^="ca-gov-icon-"] {
    color: #fee09c;
}

.utility-header [class^="ca-gov-icon-"] {
    font-size: 17.6px;
}

/* Removes white-dot that appears when skip-to-content link is not focused */
#skip-to-content a:not(:focus):not(:focus-visible) {
    background: transparent !important;
}

/* Keep full header visible; override template scroll-hide inline top */
#header.global-header.fixed {
    top: 0 !important;
}

#divloginpanel .table>thead>tr>th {
    border-bottom: 2px solid #ddd;
}

.mobile-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-right: env(safe-area-inset-right);
}

.mobile-controls .toggle-menu {
    margin-right: 0;
}

.mobile-controls {
    position: absolute;
    top: 72px;
    right: 1rem;
}

.branding .header-organization-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.branding .header-organization-banner img {
  display: block;
}