﻿/*CTDPH*/
body {
  background-color: white;
}

h1 {
  background-color: #00214D;
}

h2 {
  font-weight:600;
}

#banner {
  height: 101px;
}

#bannerWrapper {
  background-color: #3371E7;
  min-height: 100px;
}

a#support_now {
  color: #ffffff;
}

nav, .menu, .submenu {
  background-color: #003D9C;
}

.subNav a.subNavCurrentItem {
  color: #FAAA19;
  font-weight: bold;
}

.topNavHeaderItem {
  color: #ffffff;
}

a.topNavHeaderItem:visited, a.topNavHeaderItem:focus, a.topNavHeaderItem:hover
{
  color: #ffffff;
}

a.topNavHeaderItem:focus, a.topNavHeaderItem:hover {
  text-decoration: underline;
}


div.grid table thead {
  background-image: none !important;
  background-repeat: repeat-x;
  background-color: #003D9C;
  background-position: 0 50%;
  border-color: #003D9C;
}

ul.tabs {
  background-color: #003D9C;
}

.tabs-title>a {
    color:white;
}

  .tabs-title > a[aria-selected=false] {
    background-color: #003D9C !important;
    color: white;
  }


    title.is-active, .tabs-title > a[aria-selected=true] {
        color: black;
    }

button, .actionLink {
  background-color: #003D9C;
}
  button:hover, .actionLink:hover, button:hover:focus, button:focus {
    border-top-color: #F27124;
    background: #F27124;
  }

/*Person Summary*/
fieldset.eligibilityBox {
  border: 3px solid #003D9C;
}