@font-face {
  font-family: "StateFaceRegular";
  src: url("/fonts/webfont/stateface-regular-webfont.eot");
  src: url("/fonts/webfont/stateface-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/webfont/stateface-regular-webfont.woff") format("woff"), url("/fonts/webfont/stateface-regular-webfont.ttf") format("truetype"), url("/fonts/webfont/stateface-regular-webfont.svg#StateFaceRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.stateface:before {
  font-family: StateFaceRegular;
  margin-right: 5px;
}

.stateface-replace {
  text-indent: -999em;
  display: inline-block;
  position: relative;
  min-width: 1em;
}

.stateface-replace:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.stateface-ak:before {
  content: "A";
}

.stateface-al:before {
  content: "B";
}

.stateface-ar:before {
  content: "C";
}

.stateface-az:before {
  content: "D";
}

.stateface-ca:before {
  content: "E";
}

.stateface-co:before {
  content: "F";
}

.stateface-ct:before {
  content: "G";
}

.stateface-dc:before {
  content: "y";
}

.stateface-de:before {
  content: "H";
}

.stateface-fl:before {
  content: "I";
}

.stateface-ga:before {
  content: "J";
}

.stateface-hi:before {
  content: "K";
}

.stateface-ia:before {
  content: "L";
}

.stateface-id:before {
  content: "M";
}

.stateface-il:before {
  content: "N";
}

.stateface-in:before {
  content: "O";
}

.stateface-ks:before {
  content: "P";
}

.stateface-ky:before {
  content: "Q";
}

.stateface-la:before {
  content: "R";
}

.stateface-ma:before {
  content: "S";
}

.stateface-md:before {
  content: "T";
}

.stateface-me:before {
  content: "U";
}

.stateface-mi:before {
  content: "V";
}

.stateface-mn:before {
  content: "W";
}

.stateface-mo:before {
  content: "X";
}

.stateface-ms:before {
  content: "Y";
}

.stateface-mt:before {
  content: "Z";
}

.stateface-nc:before {
  content: "a";
}

.stateface-nd:before {
  content: "b";
}

.stateface-ne:before {
  content: "c";
}

.stateface-nh:before {
  content: "d";
}

.stateface-nj:before {
  content: "e";
}

.stateface-nm:before {
  content: "f";
}

.stateface-nv:before {
  content: "g";
}

.stateface-ny:before {
  content: "h";
}

.stateface-oh:before {
  content: "i";
}

.stateface-ok:before {
  content: "j";
}

.stateface-or:before {
  content: "k";
}

.stateface-pa:before {
  content: "l";
}

.stateface-ri:before {
  content: "m";
}

.stateface-sc:before {
  content: "n";
}

.stateface-sd:before {
  content: "o";
}

.stateface-tn:before {
  content: "p";
}

.stateface-tx:before {
  content: "q";
}

.stateface-us:before {
  content: "z";
}

.stateface-ut:before {
  content: "r";
}

.stateface-va:before {
  content: "s";
}

.stateface-vt:before {
  content: "t";
}

.stateface-wa:before {
  content: "u";
}

.stateface-wi:before {
  content: "v";
}

.stateface-wv:before {
  content: "w";
}

.stateface-wy:before {
  content: "x";
}

.text-money {
  color: green;
}

a {
  color: #005ea2;
}

a:hover {
  color: #1a4480;
}

.sidenav-wrapper {
  margin: 1.5rem 1rem 0.5rem 1rem;
}

.width-full-important {
  width: 100% !important;
}

.margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.center-cropped {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (min-width: 1023.5px) {
  .sidenav-above-banner {
    margin-top: -11.3em;
    background: white;
    border: 1px solid #dcdee0;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
.margin-top-0 {
  margin-top: 0 !important;
}

a.usa-button:not(.usa-button--outline) {
  color: white;
  text-decoration: none;
}

a.usa-button:hover:not(.usa-button--outline) {
  color: white;
  text-decoration: none;
}

.usa-button--small {
  margin-right: 0.25rem;
  padding: 0.5rem 0.75rem;
}

.maxw-none > p {
  max-width: none !important;
}

.maxw-none > li, .usa-prose > ul li {
  max-width: none !important;
}

.margin-top-6-important {
  margin-top: 3rem !important;
}

.margin-top-8-important {
  margin-top: 4rem !important;
}

.bg-primary-lightest-hover:hover {
  background-color: #f5f5f5;
  transition-duration: 0.2s;
}

.tooltip {
  cursor: pointer;
  color: #005ea2;
}

.tooltip:hover {
  color: #1a4480;
}

.highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffe9b7 50%);
}

.breadcrumbs ol {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14.3px;
  line-height: 0.7;
  padding: 0.8em 0;
  color: #565c65;
  font-weight: 400;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li a.active {
  color: #565c65;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs_mid {
  margin-left: auto;
  margin-right: auto;
}

.tabs_label {
  font-weight: bold;
  color: white;
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #005ea2;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.tabs_radio {
  display: none;
}

.tabs_content {
  order: 1;
  width: 100%;
  line-height: 1.5;
  display: none;
}

.tabs_radio:checked + .tabs_label {
  color: #005ea2;
  border-top: 2px solid #005ea2;
  border-left: 2px solid #005ea2;
  border-right: 2px solid #005ea2;
  background-color: white;
}

.tabs_radio:checked + .tabs_label + .tabs_content {
  display: initial;
}

.state-text {
    text-decoration: none;
}
.state-text:hover{
    text-decoration: underline;
}

.border {
  border-width: 1px;
}