﻿.banner-main {
    text-align: center;
    background-color: #0C6995;
    color: #fff;
    width: 100%;
    padding: 15px 0 20px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/background.jpg');
    background-size: cover;
}

.home-logo {
    border: 2px solid #fff;
    padding: 4px 9px 4px 9px;
}


/* -----------------------------------------
   DMHC Custom CSS
----------------------------------------- */

/* ----- Body -----  */
body {
    font-family: Arial, sans-serif;
}

/* ----- Footer -----  */
footer {
    font-size: 1.025rem;
}

/* ----- Table -----  */

.table .thead-light th {
    background-color: #E1ECF7;
    border-color: #5B656B;
}

.table-light-bordered {
    border: 1px solid #5B656B;
}

.table-light-bordered thead th,
.table-light-bordered tr td {
    border: 1px solid #5B656B;
}

/* ----- Focus Outline -----  */
.btn:focus {
    outline: solid 2px #0D84D0;
}

div.active:focus {
    outline: solid 2px #0D84D0;
}

a:focus {
    outline: solid 2px #0D84D0;
}

.accordion-list li:focus {
    outline: solid 2px #0D84D0;
}

.close:hover, .close:focus {
    outline: solid 2px #0D84D0;
}

.btn.close:hover, .btn.close:focus {
    outline: solid 0 #0D84D0;
}

.nav > li > a:focus {
    outline: solid 2px #0D84D0;
}

.mobile-controls .toggle-menu:focus {
    outline: #0D84D0 solid 2px;
}

.mobile-controls .toggle-search:focus {
    outline: #0D84D0 solid 2px;
}

@media (min-width: 768px) {
    .ask-button.btn-primary:focus {
        outline: solid 2px #0D84D0;
    }
}

.nav-tabs > li > a.active:focus {
    outline: solid 2px #0D84D0 !important;
}

.accordion .panel a:focus {
    outline: solid 2px #0D84D0;
}

.btn-more:focus {
    outline: #0D84D0 solid 2px;
}

.service-tile:focus {
    outline: solid 2px #0D84D0;
}

.carousel-video-submenu .item-thumbnail .videoThumb:focus {
    outline: #0D84D0 solid 2px;
}

.banner-control:focus, .banner-control .pause:focus, .banner-control .play:focus, .owl-dot:focus, .owl-prev:focus, .owl-next:focus {
    outline: #0D84D0 solid 2px;
}

/* ----- Global Header -----  */
#skip-to-content a {
    background-color: #07557B;
    min-width: 1px;
    min-height: 1px;
}

#skip-to-content a:focus {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    outline: solid 2px #FDB81E;
}

#skip-to-content a:focus, #skip-to-content a:hover {
    background-color: #ffffff;
}

/* ----- Branding DMHC Logo -----  */
.fixed.compact .header-organization-banner img {
    max-height: 50px;
}

/* ----- Utility Header -----  */
.utility-header a:hover, .utility-header a:focus, .utility-header a.hovered {
    color: #FDB81E;
}

.utility-header a:focus {
    outline: solid 2px #FDB81E;
}

/* ----- Settings Bar -----  */
#siteSettings > div.container > div {
    padding: 5px;
}

/* ----- System Maintenance Message -----  */
.system-maintenance-message label {
    font-weight: normal;
    padding-right: 1rem !important;
}

.system-maintenance-message button.close {
    position: relative;
    right: -10px;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .system-maintenance-message button.btn-primary {
        margin-top: 1rem !important;
    }
}

/* ----- Navigation Search Section -----  */
.navigation-search {
    border-bottom: 5px solid #07557b;
}

/* ----- Navigation -----  */
@media (max-width: 767px) {
    #navigation {
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }
}

.first-level-link:focus {
    outline-offset: -5px;
}

.first-level-link > span[class^="ca-gov-icon"] {
    /* Navigation icons */
    color: #8C96A2;
}

/* ----- Global Footer -----  */
.global-footer .footer-links li {
    margin-right: 5px;
}

.global-footer .footer-links a:not(.btn):focus {
    outline: solid 2px #FDB81E;
    outline-offset: 1px;
}

.global-footer .copyright {
    color: #181818;
}

.global-footer .copyright a {
    color: #046b99;
}

.global-footer .copyright a:focus, .global-footer .copyright a:hover {
    color: #02374e;
    text-decoration: underline;
}

.global-footer .copyright a:focus {
    outline: solid 2px #0D84D0;
    outline-offset: 1px;
}

/* ----- Main Content Link -----  */
.main-content a:not(.btn):hover {
    background-image: linear-gradient(to right, #02374e 100%, #02374e 100%);
    text-decoration: none !important;
}

/* ----- Form Input Elements -----  */
form#MasterForm input:focus, form#MasterForm select:focus, form#MasterForm textarea:focus, form#MasterForm button:focus {
    box-shadow: 5px 5px 5px #888888;
    outline: solid 2px #0D84D0;
}

