@charset "UTF-8";
/* Test Stage Update */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/***********************
1. General & Misc
***********************/
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*font-family:  Tahoma, Verdana, Arial, Sans-serif;*/
  font-size: 90%;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #26558b; }

::selection {
  color: #fff;
  background: #26558b; }

.group:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #154285;
  text-decoration: underline; }

a:visited {
  color: #4b4b4d; }

a:hover, a:focus, a:active {
  color: #1e4570; }

a:focus, input:focus, button:focus, textarea:focus, select:focus, a:active, input:active, button:active, textarea:active, select:active {
  outline: #ff8c00 solid 3px; }

h1 {
  margin: 0 0 0 0; }

h2 {
  font-size: 140%;
  font-weight: normal;
  padding: 0 0 0 0; }

ul li, ol li {
  line-height: 20px;
  padding: 3px 0 9px 0; }

li > p {
  margin: 0 0 0 0;
  display: inline-table; }

#features-landing li > p {
  margin: 0 0 0 0;
  display: inline; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio; }

#alltpcs-link {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: -65px; }

#alltpcs-link p {
  margin-bottom: 0; }

#alltpcs-link a {
  color: #fff;
  text-decoration: none; }

#alltpcs-link img {
  position: static;
  top: 50%;
  left: 50%;
  width: 45px; }

#tpcs {
  padding-top: 110px;
  margin-top: -90px;
  color: #c61f0c;
  font-size: 160%;
  font-weight: 700; }

@media (max-width: 992px) {
  body {
    font-size: 100%; }
  h2 {
    font-size: 117%; } }

@media (max-width: 991px) {
  #content ul li, #content ol li {
    line-height: 25px; } }

@media (max-width: 950px) {
  #tpcs {
    padding-top: 80px;
    margin-top: -65px;
    color: #c61f0c;
    font-size: 160%;
    font-weight: 700; } }

/***********************
3. Header
***********************/
.usa-header {
  position: -webkit-sticky;
  position: sticky;
  top: -22px;
  background: #fff; }
  @media (max-width: 480px) {
    .usa-header {
      top: -42px; } }

.usa-mobile_nav-active .usa-header {
  position: unset; }

.cntrlogo, .usa-logo {
  margin-left: auto;
  margin-right: auto; }

.cntrlogo:lang(es), .usa-logo:lang(es) {
  width: 485px;
  /*sg-4/20/16 - changed from 560px*/
  height: 157px;
  padding: 65px 0 0 0; }

.cntrlogo a, .cntrlogo a:visited, .usa-logo a, .usa-logo a:visited {
  color: #fff;
  display: block; }

#logo {
  border: 0;
  width: 100%; }

.usa-nav-primary .topic-link {
  float: left;
  width: 100%;
  padding-left: 70px;
  background-position: 10px 3px;
  background-repeat: no-repeat;
  background-size: 55px; }
  .usa-nav-primary .topic-link.icon-plus {
    background-position: left 10px center; }
  .usa-nav-primary .topic-link .usa-button {
    display: inline-block;
    width: auto;
    background-color: #02bfe7;
    color: #000000;
    padding-right: 30px;
    background-image: url(../images/arrow-right-darkgray.svg);
    background-size: 7rem;
    background-repeat: no-repeat;
    background-position: center right -20px;
    text-align: left; }
    .usa-nav-primary .topic-link .usa-button:hover, .usa-nav-primary .topic-link .usa-button:active, .usa-nav-primary .topic-link .usa-button:focus {
      color: #000000;
      background-color: #00a6d2;
      text-decoration: underline; }
    .usa-nav-primary .topic-link .usa-button:active, .usa-nav-primary .topic-link .usa-button:focus {
      box-shadow: none;
      outline: #ff8c00 solid 3px; }
  @media (max-width: 950px) {
    .usa-nav-primary .topic-link {
      float: none;
      padding-left: 45px;
      background-size: 45px;
      background-position: 0px center; }
      .usa-nav-primary .topic-link.icon-plus {
        background-position: 0px center; } }

/** style to override standards **/
.usa-nav ul li:before {
  content: "";
  display: table-cell;
  padding-right: 0.4em; }

.usa-navbar.breadcrumb {
  height: 5rem;
  text-align: initial; }

.usa-navbar.breadcrumb a {
  line-height: 5rem;
  padding-left: 3.8rem;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: center;
  background-size: 40px; }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-navbar.breadcrumb {
    display: none; } }

@media screen and (min-width: 951px) {
  .usa-nav-primary > li.mobile-only {
    display: none; } }

@media (max-width: 992px) {
  #logo {
    width: auto; } }

@media (max-width: 767px) {
  #logo {
    height: 50px;
    /*changed from 75px to 50px - sg 3/15/16 */ } }

@media (max-width: 480px) {
  #logo:lang(es) {
    height: 34px; } }

@media (max-width: 350px) {
  #logo:lang(es) {
    height: 27px; } }

@media (max-width: 340px) {
  .usa-navbar.breadcrumb a {
    line-height: 2.3rem;
    display: inline-block; } }

/***********************
7. Espanol and Kids Toggle
***********************/
.language-toggle {
  margin-top: 19px;
  text-align: right; }
  .language-toggle a {
    color: #fff;
    text-decoration: none;
    padding: 5px 20px 5px 20px;
    background: #11385B;
    font-size: 90%; }
    .language-toggle a:hover {
      text-decoration: underline;
      color: #fff; }
    .language-toggle a:visited, .language-toggle a:active, .language-toggle a:focus {
      color: #fff; }

/***********************
10. Information and Services
***********************/
.topic-benefit {
  background-image: url("../images/Topic_Benefit.jpg"); }

.topic-tax {
  background-image: url("../images/Topic_Tax.jpg"); }

.topic-passport {
  background-image: url("../images/Topic_Passport.jpg"); }

.topic-mortgage {
  background-image: url("../images/Topic_Refinance.jpg"); }

.topic-immigration {
  background-image: url("../images/Topic_Immigration.jpg"); }

.topic-job {
  background-image: url("../images/Topic_Job.jpg"); }

.topic-health {
  background-image: url("../images/Topic_Health.jpg"); }

.topic-auction {
  background-image: url("../images/Topic_Auction.jpg"); }

.topic-flag {
  background-image: url("../images/Topic_Immigration.jpg"); }

.topic-heart {
  background-image: url("../images/Topic_Health_Resources.jpg"); }

.topic-globe {
  background-image: url("../images/Topic_Passport.jpg"); }

.topic-ballot {
  background-image: url("../images/Topic_Voting02.jpg"); }

.topic-agencies {
  background-image: url("../images/Topic_Agencies_Elected.jpg"); }

.topic-scales {
  background-image: url("../images/Topic_Law.jpg"); }

.topic-cap {
  background-image: url("../images/Topic_Education_02.jpg"); }

.icon-plus-white {
  background-image: url("../images/Icon_Nav_More.png"); }

.hp-srvc-benefit {
  background: url("../images/Topic_Icon_Benefit.png") 5px 0 no-repeat; }

.hp-srvc-bullhorn {
  background: url("../images/Topic_Icon_Alert.png") 5px 0 no-repeat; }

.hp-srvc-flag {
  background: url("../images/Topic_Icon_About_USA.png") 5px 0 no-repeat; }

.hp-srvc-ballot {
  background: url("../images/Topic_Icon_Voting.png") 5px 0 no-repeat; }

.hp-srvc-tag {
  background: url("../images/Topic_Icon_Sale.png") 5px 0 no-repeat; }

.hp-srvc-mortgage {
  background: url("../images/Topic_Icon_Mortgage.png") 5px 0 no-repeat; }

.hp-srvc-tax {
  background: url("../images/Topic_Icon_Money.png") 5px 0 no-repeat; }

.hp-srvc-medal {
  background: url("../images/Topic_Icon_Military.png") 5px 0 no-repeat; }

.hp-srvc-scales {
  background: url("../images/Topic_Icon_Law.png") 5px 0 no-repeat; }

.hp-srvc-job {
  background: url("../images/Topic_Icon_Job.png") 5px 0 no-repeat; }

.hp-srvc-globe {
  background: url("../images/Topic_Icon_Immigration.png") 5px 0 no-repeat; }

.hp-srvc-heart {
  background: url("../images/Topic_Icon_Health.png") 5px 0 no-repeat; }

.hp-srvc-leaf {
  background: url("../images/Topic_Icon_Environment.png") 5px 0 no-repeat; }

.hp-srvc-cap {
  background: url("../images/Topic_Icon_Education.png") 5px 0 no-repeat; }

.hp-srvc-tipi {
  background: url("../images/Topic_Icon_Native.png") 5px 0 no-repeat; }

.hp-srvc-agencies {
  background: url("../images/Topic_Icon_Elected_Officials.png") 5px 0 no-repeat; }

/***********************
13. Footer
***********************/
.usa-footer-logo {
  margin-bottom: 1em; }

/***********************
14. Tagline
***********************/
.footertagline {
  background: #000;
  clear: both; }

.footerlogo {
  background: #d9d9d9;
  clear: both; }

.tagline, .footerlogoLine {
  margin: 0 auto 0 auto;
  padding: 2rem 0 1rem 5px; }

.tagline p, .footerlogoLine p {
  float: left;
  color: #fff; }

.tagline .volver {
  float: right;
  padding: 0 14px 0 0; }

.footerlogoLine .volver {
  float: right;
  padding: 0 14px 0 0; }

/***********************
15. Return to top buttons
***********************/
.statebacktotop {
  padding: 160px 0 5px 0;
  text-align: right; }

.volver, .toTop {
  padding: 10px 0 5px 0;
  text-align: right;
  margin: 0; }

.volver a, .toTop a {
  display: inline-block;
  padding: 0 0 4px 0;
  text-decoration: none; }

.volver a:hover, .volver a:focus, .volver a:active,
.toTop a:hover, .toTop a:focus, .toTop a:active {
  text-decoration: underline; }

.footer .volver {
  padding: 15px 0 15px 0;
  text-align: center; }

@media (max-width: 991px) {
  .volver, .toTop {
    text-align: center; }
  .volver a {
    padding: 0 0 0 0; }
  .statebacktotop {
    text-align: center;
    padding: 60px 0 0 0; }
  .volverspcing {
    padding: 10px 0 10px 0;
    margin: 0 0 0 0; }
  .footerlogoLine .volver {
    float: right;
    padding: 0px; } }

@media (max-width: 480px) {
  .footerlogoLine .volver {
    float: right;
    padding: 0px; } }

/***********************
16. Survey
***********************/
#vocModalOverlay {
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* places the modal overlay between the main page and the modal dialog*/
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

div#vocModal {
  width: 50%;
  min-width: 320px;
  margin: auto auto auto auto;
  padding: 100px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  border: none;
  z-index: 10000;
  /* places the modal dialog on top of everything else */
  position: fixed;
  top: 25%;
  display: none; }

#vocModal:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  height: 80px;
  width: 100%;
  background-image: url("../images/Logo_USA_Survey.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFF; }

html:lang(es) #vocModal:before {
  background-image: url("../images/Logo_Gobierno_Survey.png"); }

#vocModal p {
  width: 100%;
  max-width: 400px;
  margin: auto auto 20px auto; }

#vocModal h1 {
  text-align: center; }

#vocEnter, .vocCancelButton, .start-survey {
  height: 38px;
  font-size: 100%;
  font-weight: bold;
  padding: 6px 12px 6px 12px;
  cursor: pointer; }

.vocCancelButton {
  color: #FFF;
  background: #11385B;
  border: 1px #11385B solid; }

#vocEnter, .start-survey {
  color: #11385B;
  background: #02bfe7;
  border: 1px #02bfe7 solid;
  margin: 0 5px 0 0; }

#vocEnter:hover, .start-survey:hover {
  color: #11385B;
  background: #00a6d2;
  border: 1px #00a6d2 solid;
  margin: 0 5px 0 0; }

.screen-reader-offscreen {
  position: absolute;
  left: -999px;
  /* suggestion to change to 10000 to left - todo */
  width: 1px;
  height: 1px;
  top: auto; }

.content {
  margin: 25px 15px 25px 15px; }

.banner {
  display: block;
  margin: 0 auto 10px auto; }

.message {
  margin: 15px 0 15px 0; }

.float-right {
  float: right; }

.privacy-policy {
  text-decoration: none;
  color: #0000d9;
  font-size: .9em;
  /* suggestion to change to 90% - todo */ }

.start-survey {
  display: block;
  margin: 25px auto 25px auto;
  width: 150px;
  font-size: 1.2em;
  /* suggestion to change to 120% - todo */
  cursor: pointer; }

#survey-target {
  display: none; }

.usa-nav-primary, #sr-current-page, #sr-previous, #sr-next, #sr-expanded {
  display: none; }

@media screen and (min-width: 951px) {
  .usa-nav-primary {
    display: block; }
  #mobile-nav {
    display: none; } }

.usa-nav {
  -webkit-overflow-scrolling: touch; }

#mobile-nav {
  padding: 0;
  margin: 0 0 80px; }
  #mobile-nav button, #mobile-nav a, #mobile-nav span {
    display: block; }
  #mobile-nav ul {
    display: none; }
  #mobile-nav .has-open-item > ul > li {
    display: none; }
    #mobile-nav .has-open-item > ul > li.open {
      display: block; }
      #mobile-nav .has-open-item > ul > li.open > ul {
        display: block; }
  #mobile-nav > li > ul {
    display: block; }
  #mobile-nav button ~ a, #mobile-nav button ~ span {
    display: none; }
  #mobile-nav .expanded.open > a, #mobile-nav .expanded.open > span {
    display: block; }
  #mobile-nav button, #mobile-nav a, #mobile-nav span {
    padding: 2rem;
    margin: 0 0 3px;
    width: 100%;
    text-align: left;
    color: #154285;
    font-weight: normal;
    background: none;
    text-decoration: none; }
  #mobile-nav .open > button, #mobile-nav .open > a, #mobile-nav .open > span {
    background-color: white; }
  #mobile-nav li, #mobile-nav ul {
    line-height: normal;
    margin: 0;
    padding: 0;
    list-style: none; }
  #mobile-nav [data-current-page], #mobile-nav [data-autogeneratedpage] {
    color: #c61f0c;
    font-weight: bold; }
  #mobile-nav a[aria-describedby*="sr-previous"], #mobile-nav a[aria-describedby*="sr-next"] {
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 1rem);
    background-position-y: center;
    background-size: 40px;
    padding-right: 4rem; }
  #mobile-nav .open > a[aria-describedby*="sr-previous"] {
    background-image: url(../images/arrow-left.svg);
    padding-right: 2rem; }
    #mobile-nav .open > a[aria-describedby*="sr-previous"]:after {
      content: none; }
  #mobile-nav button, #mobile-nav a, #mobile-nav span {
    padding-left: 3rem; }
  #mobile-nav .open > a {
    background-position-x: -0.5rem; }
  #mobile-nav ul button, #mobile-nav ul a, #mobile-nav ul span {
    padding-left: 5rem; }
  #mobile-nav ul .open > a {
    background-position-x: 1.5rem; }
  #mobile-nav ul ul button, #mobile-nav ul ul a, #mobile-nav ul ul span {
    padding-left: 7rem; }
  #mobile-nav ul ul .open > a {
    background-position-x: 3.5rem; }
  #mobile-nav ul ul ul button, #mobile-nav ul ul ul a, #mobile-nav ul ul ul span {
    padding-left: 9rem; }
  #mobile-nav ul ul ul ul a, #mobile-nav ul ul ul ul span {
    padding-left: 11rem; }

/***********************
1. General & Misc
***********************/
#home_logo {
  float: left;
  width: 413px;
  padding: 0 0 0 15px;
  margin: 0 0 0 0; }

header h1 {
  color: #c61f0c;
  padding: 10px 0 0 0;
  font-size: 160%;
  font-weight: 700;
  margin-top: 0; }

header h2 {
  color: #154285;
  outline: 0px !important;
  border: 0px !important;
  font-size: 130%;
  font-weight: bold; }

header h3, h3 {
  color: #000;
  font-size: 110%; }

article h3 {
  color: #4b4b4d;
  font-size: 110%;
  /*display: inline;*/ }

.promo-img {
  float: right;
  padding: 0 15px 0 15px; }

/***************************
border top and bottom line
***************************/
#content ul li, #content ol li {
  line-height: 20px; }

.compact-list > li {
  margin: 0;
  padding: 3px 0; }

.spk {
  speak: digits; }

#skiptargetholder {
  margin: 0 0 0 0; }

.container {
  padding-left: 3rem;
  padding-right: 3rem; }

@media (max-width: 991px) {
  header h1 {
    font-size: 140%; }
  header h2 {
    font-size: 120%; } }

@media (max-width: 991px) {
  .bttn h2 {
    font-weight: normal; }
  #content ul li, #content ol li {
    padding: 3px 0 9px 0;
    line-height: 20px; }
  .one {
    width: 50%;
    margin: 0 auto 0 auto; }
  .pagenation {
    margin: 10px auto 30px auto; } }

@media (max-width: 768px) {
  .one {
    width: 80%;
    margin: 0 auto 0 auto; } }

@media (max-width: 480px) {
  .one {
    width: 90%;
    margin: 0 auto 0 auto; } }

/***********************
2. Left Navigation
***********************/
.leftnav {
  background: #fff;
  padding: 17px 20px 0 0;
  margin: 0 0 50px 0; }

.shade {
  background: #ebe6de;
  padding: 1px 0 5px 0; }

.shade ul {
  padding: 5px 0 0 0; }

.shade ul li {
  list-style-type: none;
  padding: 0 0 0 0;
  background: #ebe6de; }

.shade ul li a {
  padding: 5px 10px 5px 15px;
  line-height: 18px;
  margin: 0 0 0 6px; }

.shade ul li.slctd {
  background: #c61f0c; }

.shade ul li.slctd a {
  background: #fff;
  font-weight: normal;
  color: #c61f0c; }

.shade ul li.slctd a:hover {
  text-decoration: none; }

.shade ul li a {
  text-decoration: none;
  display: block; }

.shade ul li a:hover {
  text-decoration: underline; }

.shade header h2 {
  background: #fff;
  font-size: 100%;
  margin: 3px auto 0 auto;
  padding: 10px 10px 10px 0px;
  /*color: $dark-gray;*/
  font-weight: bold; }

.shade header h2 a {
  color: #154285;
  text-decoration: none; }

.shade header h2 a:hover {
  color: #154285;
  text-decoration: underline; }

.mrtp {
  display: none; }

.mrtp button {
  width: 100%;
  text-align: left;
  font-size: 90%;
  border: none;
  padding: 1px 15px 1px 15px;
  margin: 5px 0 0 0;
  display: flex;
  justify-content: space-between;
  background: #11385B; }

.mrtp button h2 {
  color: #fff;
  margin: 0 0 0 0; }

.shade header span:before {
  content: "< ";
  font-weight: normal; }

#content div.shade ul {
  margin: 0 0 10px 0; }

#content div.shade ul li {
  padding: 0 0 0 0; }

.arrowLft {
  display: block;
  padding-left: 20px;
  text-indent: -19px; }

@media (min-width: 992px) {
  .shade {
    display: block !important; } }

@media (max-width: 991px) {
  .leftnav {
    padding: 0 0 0 0;
    margin: 0 0 0 0; } }

/***********************
3. Right Navigation
***********************/
.rightnav {
  /*border: 1px solid;*/
  background: #fff;
  padding: 0 0 0 35px; }

.rightnav .fea-img-cont {
  float: right !important;
  width: 415px; }

@media (max-width: 991px) {
  .rightnav {
    /*border: 1px solid;*/
    background: #fff;
    padding: 0 0 0 0; }
  .rightnav .fea-img-cont {
    float: right !important;
    width: 100%; } }

@media (max-width: 768px) {
  .rightnav {
    background: #fff;
    padding: 0 0 0 0; } }

@media (max-width: 480px) {
  .rightnav {
    background: #fff;
    padding: 0 0 0 0; } }

/***********************
4. downlevel-sg
***********************/
.wotp {
  min-height: auto;
  background: #e8f0f7;
  padding-top: 20px; }

.wotp h2 {
  color: #000000;
  margin: 0 0 0 25px;
  padding: 10px 0 10px 0;
  font-weight: bold;
  font-size: 100%; }

.wotp ul {
  margin: 0 0 0 0;
  padding: 0 0 20px 55px;
  overflow: auto; }

.wotp ul li {
  width: 46%;
  float: left;
  margin: 0 20px 8px 0;
  padding: 5px 0 0 0;
  height: 42px;
  line-height: 18px; }

#content .wotp ul li {
  line-height: 20px; }

.alrtcntnr {
  border-bottom: 1px dashed #4b4b4d; }

.alrtbx {
  height: 50px;
  background: #11385B; }

.alrtbx header h2 {
  background: url("../images/Icon_Alert.png") center right 10px;
  background-repeat: no-repeat;
  padding: 10px 34px 10px 25px;
  color: #fff;
  font-weight: normal; }

.fea-cntntmddl-img {
  margin: auto auto auto auto;
  width: 100%;
  /*max-width: 586px;*/ }

.fea-cntntmddl-img img, .fea-img {
  width: 100%;
  padding: 0 0 20px 0; }

.fea-cntntmddl-img img, .feature-img {
  width: 100%;
  /*padding: 10px 20px 10px 20px;*/ }

.fea-img-cont {
  float: right !important; }

figcaption {
  margin: 0 20px 0 20px;
  font-size: 1.6rem;
  color: #4b4b4d; }

figure.fea-cntntmddl-img a {
  text-decoration: none; }

figure.fea-cntntmddl-img img {
  padding: 0 0 0 0; }

p.embedTtl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold; }

.embed {
  margin: 10px auto 0px auto;
  width: 100%;
  /*max-width: 586px;*/ }

.embed iframe {
  width: 100%;
  height: 400px;
  border: 2px solid #ebe6de; }

header h3 button {
  /*display: block;*/
  z-index: 9999;
  margin: 0 0 0 0;
  background: none;
  border: none;
  font-size: 90%;
  font-family: Tahoma, Verdana, Arial, Sans-serif; }

h3.vidscrpt {
  background: url(../images/Icon_Video_Transcript.png) 0px 20px no-repeat;
  padding: 0 0 10px 25px; }

header h3 span {
  color: #154285;
  font-size: 90%;
  /*sg - 8/16/16 - changed from 100% to 90%*/
  font-weight: bold;
  padding: 0px 27px 3px 0;
  /*sg - 8/16/16 - changed top padding from 8px to 0px */
  background: url(../images/Icon_Red_Arrow_Up.png) no-repeat;
  text-decoration: underline;
  cursor: pointer;
  background-position: right bottom;
  width: auto;
  display: inline-block; }

header h3 span.arrowDwn {
  padding: 0px 27px 3px 0;
  /*sg - 8/12/16 - changed top padding from 8px to 0 */
  background: url(../images/Icon_Red_Arrow_Down.png) no-repeat;
  text-decoration: underline;
  cursor: pointer;
  background-position: right bottom;
  width: auto;
  display: inline-block;
  font-size: 90%; }

.transcript, .infographicdesc {
  margin: 0 0 0 35px;
  border-left: 10px solid #ebe6de;
  display: none; }

.transcript p, .infographicdesc p {
  padding: 0 0 0 15px; }

.speaker {
  font-weight: bold; }

/* css for new transcript code */
ul li.transcript_img {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 991px) {
  #content ul li.transcript_img {
    padding-top: 0;
    padding-bottom: 0; } }

ul li.transcript_img::before {
  position: absolute;
  content: url(../images/Icon_Video_Transcript.png);
  padding: 12px 0 0 5px; }

ul li.transcript_img button.usa-accordion-button {
  padding-left: 4rem; }

ul li.transcript_img button.usa-accordion-button:hover {
  text-decoration: underline; }

/* css for new transcript code */
.volver a {
  padding: 0 0 4px 0; }

.linking-img {
  background-color: #154285; }

.linktous-logo {
  height: 80px; }

.linktous-logo-sp {
  max-width: 200px;
  height: 80px; }

.last {
  text-align: right;
  padding: 0 0 10px 0; }

#content article ul li, #content article ol li {
  line-height: 1.5; }

#content article .how-do-i-topic ul li, #content article .how-do-i-topic ol li, #content article ul.topics li, #content article ul.dwnlvl li {
  line-height: 20px; }

div #sm-share {
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px; }

div #sm-share * {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px; }

div #sm-share a {
  padding: 7px;
  text-decoration: none; }

@media (min-width: 992px) {
  .wotp {
    height: auto; } }

@media (max-width: 991px) {
  #content .wotp ul li {
    width: 100%;
    height: auto;
    padding: 3px 0 9px 0;
    line-height: 20px; } }

@media (max-width: 768px) {
  .alrtbx {
    height: auto; } }

@media (max-width: 480px) {
  .embed iframe {
    height: 200px; }
  header h3 span {
    white-space: nowrap; }
  header h3 span.arrowDwn {
    white-space: nowrap; }
  #featurelist-video header h3 span.arrowDwn {
    font-size: 70%; } }

/************
Bizsearch
***********/
#bizsearch {
  border: 1px solid #d9d9d9;
  margin: 0 0 25px 0; }

#bizsearch h2 {
  font-size: 130%;
  display: block;
  color: #4b4b4d;
  padding: 14px 0 14px 65px;
  margin: 0 auto 0 auto;
  height: auto;
  border-bottom: 1px solid #d9d9d9;
  background: #d9d9d9; }

#bizsearch.no-icon h2 {
  color: #154285;
  padding: 14px 0 14px 25px;
  background: #d9d9d9; }

#bizsearch ul {
  margin: 0 0 15px 15px; }

#bizsearch p {
  padding: 0 10px 0 25px; }

#bizsearch .usa-search {
  padding: 0 10px 0 25px;
  margin: 0 0 25px 0; }

@media (max-width: 991px) {
  #bizsearch h2 {
    font-size: 120%; } }

@media (max-width: 379px) {
  #bizsearch h2 {
    font-size: 100%;
    background: #d9d9d9;
    background-size: 50px; } }

@media (max-width: 320px) {
  #bizsearch h2 {
    font-size: 90%;
    padding: 14px 0 14px 55px;
    background: #d9d9d9;
    background-size: 45px; } }

/***********************
5. downlevel-topics
***********************/
.infobytpc ul.dwnlvl, .infobytpc ul.topics {
  width: 100%;
  padding: 0 0 0 15px;
  background: #fff;
  margin: 0 0 0 0; }

.infobytpc ul.dwnlvl li, .infobytpc ul.topics li {
  padding-right: 15px; }

.infobytpc ul.dwnlvl a, .infobytpc ul.topics a {
  display: inline-block;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 0 0;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  padding: 10px 20px 10px 10px; }

.infobytpc ul li a:hover, .infobytpc ul li a:focus, .infobytpc ul li a:active {
  border: 1px solid #02bfe7;
  border-left: 5px solid #02bfe7;
  padding: 10px 20px 10px 10px; }

.infobytpc ul li p {
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 2px 0 0 0;
  color: #000; }

.infobytpc ul.dwnlvl li p, .infobytpc ul.topics li p {
  padding: 0 60px 0 0;
  line-height: 18px;
  padding: 0 0 0 0;
  font-weight: normal;
  font-size: 1.7rem; }

.infobytpc ul.dwnlvl li p a, .infobytpc ul.topics li p a {
  padding: 0 0 0 0;
  text-decoration: none;
  margin: 0 0 0 0;
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline; }

.infobytpc ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 15px 0 35px 0;
  height: 140px;
  float: left; }

.infobytpc ul li a {
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0 0 26px 65px;
  display: block; }

ul.topics {
  margin: 0 0 0 -40px; }

.infobytpc ul.topics li a {
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  padding: 10px 0 26px 60px; }

.infobytpc ul.topics li a:hover, .infobytpc ul.topics li a:focus, .infobytpc ul.topics li a:active {
  border: 1px solid #02bfe7;
  border-left: 5px solid #02bfe7;
  padding: 10px 0 26px 60px; }

/*.infobytpc ul li p{
margin: 0 0 0 0;
padding: 2px 0 0 0;
color: #000;
}*/
/*Commented out because these classes are used on the homepage for topics*/
.infobytpc .topic-flag {
  background: url("../images/Topic_Icon_About_USA.png") 5px 0 no-repeat; }

.infobytpc .topic-dollar {
  background: url("../images/Topic_Icon_Benefit.png") 5px 0 no-repeat; }

.infobytpc .topic-plant {
  background: url("../images/Topic_Icon_Environment.png") 5px 0 no-repeat; }

.infobytpc .topic-cap {
  background: url("../images/Topic_Icon_Education.png") 5px 0 no-repeat; }

.infobytpc .topic-bullhorn {
  background: url("../images/Topic_Icon_Alert.png") 5px 0 no-repeat; }

.infobytpc .topic-heart {
  background: url("../images/Topic_Icon_Health.png") 5px 0 no-repeat; }

.infobytpc .topic-mortgage {
  background: url("../images/Topic_Icon_Mortgage.png") 5px 0 no-repeat; }

.infobytpc .topic-job {
  background: url("../images/Topic_Icon_Job.png") 5px 0 no-repeat; }

.infobytpc .topic-scales {
  background: url("../images/Topic_Icon_Law.png") 5px 0 no-repeat; }

.infobytpc .topic-medal {
  background: url("../images/Topic_Icon_Military.png") 5px 0 no-repeat; }

.infobytpc .topic-tax {
  background: url("../images/Topic_Icon_Money.png") 5px 0 no-repeat; }

.infobytpc .topic-globe {
  background: url("../images/Topic_Icon_Immigration.png") 5px 0 no-repeat; }

.infobytpc .topic-ballot {
  background: url("../images/Topic_Icon_Voting.png") 5px 0 no-repeat; }

.infobytpc .topic-tag {
  background: url("../images/Topic_Icon_Sale.png") 5px 0 no-repeat; }

.infobytpc .topic-tipi {
  background: url("../images/Topic_Icon_Native.png") 5px 0 no-repeat; }

.infobytpc .topic-agencies {
  background: url("../images/Topic_Icon_Elected_Officials.png") 5px 0 no-repeat; }

.infobytpc .topic-benefit {
  background: url("../images/Topic_Icon_Benefit.png") 5px 0 no-repeat; }

.infobytpc .topic-busa {
  background: url("../images/Topic_Icon_BUSA.png") 5px 0 no-repeat; }

.infobytpc .topic-consumer {
  background: url("../images/Topic_Icon_Consumer.png") 5px 0 no-repeat; }

.infobytpc .topic-business-spanish {
  background: url("../images/Topic_Icon_Business_Spanish.png") 5px 0 no-repeat; }

.infobytpc .topic-disability {
  background: url("../images/Topic_Icon_Disability.png") 5px 0 no-repeat; }

.infobytpc .topic-coronavirus {
  background: url("../images/Topic_Icon_Coronavirus.png") 5px 0 no-repeat; }

@media (max-width: 991px) {
  .infobytpc ul.dwnlvl li p {
    line-height: 20px; }
  .infobytpc ul li p {
    line-height: 20px; } }

@media (max-width: 768px) {
  .infobytpc ul li {
    height: 115px; } }

@media (max-width: 480px) {
  .infobytpc ul li {
    height: auto; } }

/***********************
6. downlevel-directory
***********************/
section.otln > ul li:only-child {
  list-style-type: none;
  margin: 0 0 0 -19px; }

.otln {
  border: 2px solid #e8f0f7;
  min-height: 50px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0; }

.otln h3, .otln h4 {
  float: left;
  font-size: 90%;
  width: 30%;
  margin: 0 0 0 0;
  padding: 0 0 10px 25px;
  color: #000; }

.otln ul {
  margin: 0 0 0 30%; }

.otln ul li {
  line-height: 25px;
  padding: 0 25px 0 0; }

.otln p {
  margin: 0 0 0 33%;
  padding: 0 0 0 0; }

.otln p a {
  word-wrap: break-word; }

.otlnhdr {
  background-color: #154285;
  min-height: 40px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0; }

.otlnhdr h3, .otlnhdr h4 {
  color: #ffffff;
  margin: 0 0 0 25px;
  font-size: 100%; }

.otlnrw {
  border: 2px solid #e8f0f7;
  background-color: #e8f0f7;
  min-height: 50px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0; }

.otlnrw header h3, .otlnrw header h4 {
  float: left;
  font-size: 90%;
  width: 30%;
  margin: 0 0 0 0;
  padding: 5px 0 10px 25px;
  color: #000; }

.otlnrw ul {
  margin: 0 0 5px 30%; }

.otlnrw ul li {
  line-height: 25px;
  padding: 0 25px 0 0; }

.otlnrw p {
  margin: 0 0 5px 33%; }

.otlnrw p a {
  word-wrap: break-word; }

@media (max-width: 991px) {
  .otln ul li {
    padding: 0 25px 12px 0; }
  .otlnrw ul li {
    padding: 0 25px 12px 0; } }

@media (max-width: 768px) {
  .otln header h3, .otln header h4 {
    float: none;
    width: 100%; }
  .otln ul {
    margin: 0 0 0 5px; }
  .otln p {
    margin: 0 0 0 25px; }
  .otlnrw header h3, .otlnrw header h4 {
    float: none;
    width: 100%; }
  .otlnrw ul {
    margin: 0 0 0 5px; }
  .otlnrw p {
    margin: 0 0 0 25px; } }

/***********************
7. atoz
***********************/
.hiddentext {
  display: none; }

.az-box {
  padding: 30px;
  border: solid 1px lightgray;
  max-width: 700px;
  margin: auto; }

.az-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  grid-gap: 15px; }

.az-page h2 {
  color: #154285; }

.fs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: -8px; }

.fed-group {
  display: flex;
  margin: 30px 0 0;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 300px;
  min-width: 250px; }

#federal-search {
  background-color: #154285;
  border: none;
  color: white; }

input#federal-search {
  padding: 1rem 2.7em; }

.fedsrch-container input {
  width: 100%;
  clear: both; }

.fedsrch-container .fed-group button[type="submit"],
.fedsrch-container .usa-search-submit {
  background-color: #154285;
  background-image: url(../images/search.svg); }

.fedsrch-container {
  width: 100%;
  clear: both; }
  .fedsrch-container ::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  .fedsrch-container :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .fedsrch-container ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }

@media screen and (min-width: 951px) {
  [role="federal-search"] {
    width: 35rem;
    margin: 4rem auto 4rem auto; } }

.fedsrch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 10px 0; }

input#fed-search-small {
  width: 100%;
  background-color: #154285;
  margin-right: 3px;
  color: white; }

.fed-search.fed-search-small [type="submit"],
.fed-search.fed-search-small .fed-search-submit {
  background-image: url(../images/search.svg); }

.fed-group  {
  display: flex;
  margin: 30px 0;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 350px;
  min-width: 250px; }

.fed-label {
  line-height: 3.3rem;
  margin-right: 10px; }

hr.bl-divider {
  border: 1px solid lightgray; }

hr.bl {
  border-top: 2px solid #154285;
  border-left: none;
  border-right: none;
  border-bottom: none; }

hr.bl-bottom {
  border-top: 2px solid #154285;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: 3em; }

#content .az-list li {
  display: block;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 110%;
  padding: 0 0 0 0; }

#content .az-list li.current, .az-list li a:hover {
  background: white;
  border: 2px solid #154285;
  color: #154285;
  font-weight: bold; }

#content .az-list li.current > div {
  margin-top: -120px;
  padding-top: 120px; }

.az-list li a {
  color: white;
  background: #154285;
  display: block; }

.azNextPrev {
  display: flex;
  justify-content: space-between;
  font-size: 2.5em;
  font-weight: bold; }

.nextLetter, .prevLetter {
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 40px;
  text-decoration: none; }
  .nextLetter:hover, .prevLetter:hover {
    text-decoration: none; }

.nextLetter {
  background-image: url(../images/arrow-right.svg);
  background-position-x: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 3rem; }

.prevLetter {
  background-image: url(../images/arrow-left.svg);
  background-position-x: -1.4rem;
  padding-left: 2.5rem;
  padding-bottom: 0px;
  margin-bottom: 3rem; }

.one-column-bullet li {
  margin: 0 0 10px 0; }

.custom-select {
  width: 295px;
  overflow: hidden;
  border: 1px solid #777580;
  background: url("../images/Icon_Arrow_Dropdown.png") 95% 50% no-repeat;
  background-color: #fff;
  display: inline-block;
  vertical-align: text-top;
  margin: 0px 5px 0px 0px; }

.custom-select select {
  width: 293px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1em;
  height: 36px;
  padding: 0 0 0 10px;
  border: none;
  border-radius: 0;
  background-color: transparent; }

.custom-select select::-ms-expand {
  display: none; }

@media (min-width: 600px) {
  .custom-select {
    margin: 0px 20px 70px 0px; } }

@media (min-width: 481px) and (max-width: 599px) {
  .custom-select {
    margin: 0px 20px 20px 0px; } }

/***********************
8. Feature Page
***********************/
.bylinebld {
  font-weight: bold;
  text-transform: uppercase; }

.bld {
  font-weight: bold; }

#pipe {
  border-style: solid;
  border-width: 1px 0;
  border-color: #d9d9d9;
  padding: 5px 0 5px 0;
  margin: 20px 0 15px 0; }

#content .pipe {
  padding: 5px 0 5px 0; }

.line {
  padding: 3px 0px 3px 0px; }

.rel-txt {
  overflow: hidden; }

span.scayt-misspell-word {
  display: inline-block; }

a > span.scayt-misspell-word {
  display: inline; }

.feature-img {
  width: 100%;
  max-width: 795px;
  margin: auto;
  padding: 10px 20px 10px 20px; }

#featurebox {
  padding: 0 0 0 10px;
  margin: 25px 0 0 0;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  width: 100%; }

#featurebox ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none; }

#featurebox ul li {
  padding: 10px 0 0 0;
  list-style: none;
  overflow: auto; }

#featurebox header h3 {
  color: #154285;
  outline: 0px !important;
  border: 0px !important;
  font-size: 130%;
  font-weight: bold;
  margin: 0 0 0 0; }

#featurebox a {
  border: none; }

#featurebox h2 {
  font-size: 140%;
  color: #c61f0c;
  padding: 0px 0px 0px 0px;
  font-weight: normal; }

#featurebox p {
  overflow: hidden;
  color: #000;
  padding: 0 5px 0 0;
  display: initial; }

#featurelist {
  border: none;
  background-color: #e8f0f7; }

.rel-img, .feabox-img, .whats-img {
  width: 100%;
  max-width: 170px;
  padding: 0px 18px 10px 0px;
  float: left; }

#featurelist ul {
  list-style-type: none;
  padding: 0 0 0 0; }

#featurelist ul li {
  padding: 10px 18px 10px 18px;
  border-bottom: 1px dotted #154285;
  overflow: hidden; }

#featurelist-video {
  border: none;
  background-color: #FFF; }

#featurelist-video ul {
  border-bottom: 1px dotted #154285;
  overflow: hidden; }

#featurelist ul > li:last-child {
  border-bottom: none; }

#featurelist h2 {
  font-size: 140%;
  display: block;
  color: #fff;
  padding: 12px 0 15px 65px;
  margin: 0 0 0 0;
  /*max-width: 855px;*/
  height: auto;
  background: #154285 url("../images/Related_Content_Icon.png") left 20px top 12px no-repeat; }

#features-landing header h2 {
  color: #154285;
  outline: 0px !important;
  border: 0px !important;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 15px; }

#features-landing header h2 a {
  color: #154285;
  text-decoration: none; }

#features-landing header h2 a:hover {
  text-decoration: underline; }

#features-landing header h2 a:visited {
  color: #4b4b4d; }

#featurelist header h3 {
  color: #154285;
  outline: 0px !important;
  border: 0px !important;
  font-size: 140%;
  font-weight: bold;
  margin: 0px; }

#featurelist-video header h3 {
  color: #154285;
  outline: 0px !important;
  border: 0px !important;
  font-size: 140%;
  font-weight: bold; }

#featurelist header h3 a, #featurelist-video header a, #featurebox header h3 a, #featurebox-video header h3 a {
  color: #154285;
  text-decoration: none; }

#featurelist header h3 a:hover, #featurebox header h3 a:hover, #featurelist-video header h3 a:hover, #featurebox-video header h3 a:hover {
  text-decoration: underline; }

#featurelist header h3 a:visited, #featurelist-video header h3 a:visited, #featuresbox header h3 a:visited, #featurelist-video header h3 a:visited {
  color: #4b4b4d; }

#featurelist li p, #featurelist-video li p {
  margin: 10px 0 0 0;
  display: initial; }

.featuremore {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 15px 15px 15px 0px;
  margin: 0 15px 15px 0;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  text-align: right; }

a:hover.featuremore {
  border: 1px solid #154285;
  text-decoration: underline; }

.featuremore span {
  display: inline-block;
  background-image: url("../images/Icon_Arrow_More_Service.png");
  width: 33px;
  height: 33px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background-size: contain; }

#features-landing {
  padding: 0; }

#content ul#features-landing > li {
  list-style: none;
  padding: 15px 0 10px 0;
  border-top: 1px dotted #154285;
  height: auto;
  display: inline-block;
  width: 100%; }

#content ul#features-landing > li:first-child {
  border: none; }

#features-landing h3, #features-landing p {
  margin: 0; }

#content ul.pagination li {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 5px 10px 10px 10px;
  text-align: center;
  line-height: 40px;
  font-size: 100%;
  padding: 0 0 0 0; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

.pager-ellipsis {
  margin: 15px -15px 0 -15px; }

#content ul.pagination li.previous, #content ul.pagination li.next {
  width: auto;
  margin: 5px 10px 5px 10px;
  display: inline-block;
  line-height: 39px; }

#content ul.pagination li.previous a {
  color: #11385B;
  padding: 0 10px 0 20px;
  border: 2px solid #02bfe7;
  background: #02bfe7;
  font-weight: bold;
  background-image: url("../images/arrow-left-darkgray.svg");
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: -25px -25px;
  width: auto; }

#content ul.pagination li.previous a:hover {
  color: #11385B;
  background: #00a6d2;
  font-weight: bold;
  padding: 0 10px 0 20px;
  border: 2px solid #00a6d2;
  background-image: url("../images/arrow-left-darkgray.svg");
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: -25px -25px;
  width: auto; }

#content ul.pagination li.next a {
  color: #11385B;
  padding: 0 20px 0 10px;
  border: 2px solid #02bfe7;
  background: #02bfe7;
  font-weight: bold;
  background-image: url("../images/arrow-right-darkgray.svg");
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: right -25px bottom 9px;
  width: auto; }

#content ul.pagination li.next a:hover {
  color: #11385B;
  background: #00a6d2;
  font-weight: bold;
  padding: 0 20px 0 10px;
  border: 2px solid #00a6d2;
  background-image: url("../images/arrow-right-darkgray.svg");
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: right -25px bottom 9px;
  width: auto; }

.pagination li.current, .pagination li a:hover {
  background: white;
  border: 2px solid #154285;
  color: #154285;
  font-weight: bold;
  padding: 0px 5px; }

.pagination li a {
  color: white;
  background: #154285;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

#content ul.pagination {
  padding: 0 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 0 0; }

#content ul.pagination li {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 5px 5px 5px 5px;
  text-align: center;
  line-height: 40px;
  font-size: 100%;
  padding: 0 0 0 0; }

/*#content ul.pagination li.previous, #content ul.pagination li.next {
	width: auto;
	margin: 5px 5px 5px 5px;
	display: inline-block;
}
#content ul.pagination li.previous a, #content ul.pagination li.next a {
	padding: 0 15px 0 15px;
	border: 2px solid $aqua-blue;
	background: $aqua-blue;
	font-weight: bold;
}
#content ul.pagination li.previous a:hover, #content ul.pagination li.next a:hover {
	color: $button-text;
	background: 00a6d2;
	font-weight: bold;
	padding: 0 15px 0 15px;
	border: 2px solid $aqua-darker;
}
.pagination li.current, .pagination li a:hover {
	background: white;
	border: 2px solid $AZ-button;
	color: $AZ-button;
	font-weight: bold;
	padding: 0px 5px;
}
.pagination li a {
	color: white;
	background: $AZ-button;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}*/
#content ul.pagination li.pager-ellipsis {
  width: 20px;
  line-height: 60px; }

#content ul.pagination li.pager-dscrpt, #content ul.pagination li.pager-dscrpt2 {
  display: none; }

@media (max-width: 991px) {
  #featurelist header h3, #features-landing header h2, #featurebox h2, #featurebox header h3 {
    font-size: 120%; }
  #featurelist h2 {
    font-size: 120%; }
  #featurelist ul {
    list-style-type: none;
    padding: 0 0 10px 0; }
  #featurelist ul li {
    padding: 10px 18px 0px 18px; }
  #featurelist {
    border: none;
    background-color: #e8f0f7; }
  #featurebox ul li {
    padding: 10px 0 0 0;
    list-style: none;
    overflow: auto; }
  .rel-img, .feabox-img, .whats-img {
    width: 100%;
    padding: 0px 18px 10px 0px; } }

@media (max-width: 768px) {
  .rel-img, .feabox-img, .whats-img {
    width: 100%;
    padding: 0px 18px 10px 0px; }
  /* .feature-img{
  	width: 100%;
  } */ }

@media all and (max-width: 600px) {
  #content ul.pagination li.pager-ellipsis, #content ul.pagination li.current, #content ul.pagination li.pager-item {
    display: none; }
  #content ul.pagination li.pager-dscrpt, #content ul.pagination li.pager-dscrpt2 {
    display: inline;
    width: auto;
    font-weight: normal; } }

@media (max-width: 480px) {
  #featurelist h2 {
    /* font-size: 120%; */
    display: block;
    color: #fff;
    padding: 12px 0 15px 65px;
    margin: 0 auto 0 auto;
    max-width: 855px;
    height: auto;
    background: #154285 url("../images/Related_Content_Icon.png") left 20px top 12px no-repeat; }
  #featurelist ul {
    list-style-type: none;
    padding: 0 0 10px 0; }
  #featurelist ul li {
    padding: 10px 18px 0 18px; }
  #featurelist {
    border: none;
    background-color: #e8f0f7; }
  .rel-img {
    width: 100%;
    max-width: none;
    margin: auto;
    padding: 0px 20px 20px 20px; }
  #featurebox .rel-img {
    padding: 0px 20px 20px 10px; }
  .whats-img {
    width: 100%;
    max-width: none;
    margin: auto;
    padding: 0px 20px 20px 10px; }
  .feabox-img {
    width: 100%;
    max-width: none;
    margin: auto;
    padding: auto; }
  /*#content ul.pagination li.previous a,  #content ul.pagination li.next a {
	padding: 0 6px 0 6px;
}
#content ul.pagination li.previous a:hover,  #content ul.pagination li.next a:hover {
	padding: 0 6px 0 6px;
}*/
  .feature-img {
    width: 100%; } }

@media (min-width: 401px) {
  #content ul.pagination li.pager-dscrpt, #content ul.pagination li.pager-dscrpt2 {
    line-height: 40px; } }

@media (max-width: 400px) {
  #content ul.pagination li.previous, #content ul.pagination li.next {
    width: auto;
    margin: 5px 10px 5px 10px;
    display: inline-block;
    line-height: 39px; }
  #content ul.pagination li.pager-dscrpt2:first-child {
    line-height: 40px; }
  #content ul.pagination li.pager-dscrpt2 {
    line-height: 20px; } }

@media (max-width: 320px) {
  #content ul.pagination li.pager-dscrpt:first-child {
    line-height: 40px; }
  #content ul.pagination li.pager-dscrpt {
    line-height: 20px; } }

/***********************
9. Social Media
***********************/
.sclmedia {
  width: 100%;
  background-color: #ebe6de; }

.sclmedia .container {
  max-width: 900px; }

.cntr {
  width: 70%;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0; }

.scndcntr {
  float: left; }

.dvdr {
  border-left: 2px dotted #c7c7c7;
  margin: 20px 0 20px 0;
  padding: 0 15px 10px 38px; }

.nodvdr {
  margin: 20px 0 20px 0; }

.noeml {
  display: none; }

.noemllft {
  margin-left: 30%;
  text-align: center; }

.sclmedia h2 {
  margin: 0 0 10px 0;
  color: #000000;
  font-weight: normal; }

.sclmedia ul {
  min-height: 78px;
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  width: 100%; }

.sclmedia ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none; }

.sclmedia ul li a {
  margin: 3px 0 0 0; }

.sclfcbk {
  background: url("../images/Icon_Connect_Facebook.png") 28px 5px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-color: #3B5998; }

a.sclfcbk {
  display: block;
  width: 78px;
  padding: 33px 0 0 0;
  text-decoration: none; }

a.sclfcbk span {
  display: block;
  width: 78px;
  padding: 7px 0 7px 0;
  text-align: center;
  background-color: #fff; }

a:hover.sclfcbk span {
  background-color: #1c2f59;
  color: #fff; }

.scltwttr {
  background: url("../images/Icon_Connect_Twitter.png") 28px 5px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-color: #00ABF0; }

a.scltwttr {
  display: block;
  width: 78px;
  padding: 33px 0 0 0;
  text-decoration: none; }

a.scltwttr span {
  display: block;
  width: 78px;
  padding: 7px 0 7px 0;
  text-align: center;
  background-color: #fff; }

a:hover.scltwttr span {
  background-color: #00709a;
  color: #fff; }

.sclggle {
  background: url("../images/Icon_Connect_Google.png") 28px 5px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: #e93f33; }

a.sclggle {
  display: block;
  width: 78px;
  padding: 33px 0 0 0;
  text-decoration: none; }

a.sclggle span {
  display: block;
  width: 78px;
  padding: 7px 0 7px 0;
  text-align: center;
  background-color: #fff; }

a:hover.sclggle span {
  background-color: #882014;
  color: #fff; }

.scleml {
  background: url("../images/Icon_Email_1.png") 28px 5px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-color: #009947; }

a.scleml {
  display: block;
  width: 78px;
  padding: 33px 0 0 0;
  text-decoration: none; }

a.scleml span {
  display: block;
  width: 78px;
  padding: 7px 0 7px 0;
  text-align: center;
  background-color: #fff; }

a:hover.scleml span {
  background-color: #0a5e31;
  color: #fff; }

input#email-input {
  height: 38px;
  width: 275px;
  border: 1px solid #777580;
  padding: 0 0px 0 10px; }

.sclmedianoml {
  margin: 0 30% 0 30%; }

.nowrp {
  white-space: normal; }

#emailSubmit {
  display: inline-block;
  text-align: center;
  float: right;
  height: 38px;
  margin: 0 0 0 0;
  color: #000000;
  font-size: 100%;
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  line-height: 18px;
  padding: 6px 12px 6px 12px;
  border-top: 1px #02bfe7 solid;
  border-right: none;
  border-bottom: 1px #02bfe7 solid;
  border-left: none;
  position: relative;
  font-weight: bold;
  background-color: #02bfe7;
  /*vertical-align: text-top;*/ }

#statego {
  display: inline-block;
  text-align: center;
  float: right;
  height: 38px;
  margin: 3px 0 0 0;
  color: #000000;
  font-size: 100%;
  font-family: Tahoma, Verdana, Arial, Sans-serif;
  line-height: 18px;
  padding: 6px 12px 6px 12px;
  border: 1px #02bfe7 solid;
  position: relative;
  font-weight: bold;
  background-color: #02bfe7;
  vertical-align: text-top;
  width: auto; }

#statego:hover {
  background-color: #00a6b2;
  text-decoration: underline; }

#statego {
  float: none; }

@media (min-width: 992px) {
  .noemllft {
    margin-left: 26%;
    text-align: center; } }

@media (max-width: 991px) {
  .sclmedia h2 {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 120%; }
  a.sclfcbk span, a.scltwttr span, a.sclggle span, a.scleml span {
    font-size: 95%; }
  .dvdr {
    border-left: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  .nodvdr {
    margin: 0 0 0 0; }
  .noemllft {
    margin-left: 0;
    margin-bottom: 20px; }
  .sclmedia ul {
    margin: auto auto auto auto;
    max-width: 260px; }
  .sclmedia ul li a {
    margin: 3px auto 0 auto; }
  input#emailSubmit {
    float: none; }
  #emailSubmit {
    margin: 10px 0 25px 0; }
  p.txtbx {
    text-align: center;
    width: 100%; }
  .sclmedianoml {
    margin: 0 auto 0 auto; } }

@media (max-width: 768px) {
  .sclmedia ul li {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    list-style-type: none; }
  .nowrp {
    white-space: normal;
    padding: 0 0 0 0; }
  .cntr input.text {
    width: 100%; } }

@media screen and (max-width: 480px) {
  #statego {
    width: 295px;
    margin-top: 40px; } }

/***********************
10. Email Us
***********************/
/* CSS Document */
ul.emailqstn {
  margin: 0 0 0 25px; }

ul.emailqstn li {
  margin: 0 0 0 0; }

.incrsfnt {
  font-size: 100%; }

.redbuttoneml {
  display: block;
  float: left;
  text-align: center;
  height: 38px;
  color: #11385B;
  font-size: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 18px;
  padding: 0 11px 0 11px;
  margin: 18px 8px 18px 0;
  border: 1px #02bfe7 solid;
  position: relative;
  font-weight: bold;
  background-color: #02bfe7; }

.redbuttoneml a, .redbuttoneml:hover, .redbuttoneml:active {
  background-color: #00a6d2;
  color: #11385B;
  border: 1px #00a6d2 solid;
  text-decoration: underline; }

ul.emailthnks {
  padding: 0 0 0 0;
  margin: 0 0 0 25px; }

p.err-label {
  color: #c61f0c;
  font-weight: bold;
  padding: 0 0 0 0;
  margin-bottom: 0;
  font-size: 90%; }

/***********************
11. Contact Center Box
***********************/
#cntctbx {
  border: 1px solid #d9d9d9;
  margin: 0 0 25px 0; }

#cntctbx h2 {
  font-size: 130%;
  display: block;
  color: #4b4b4d;
  padding: 14px 0 14px 65px;
  margin: 0 auto 0 auto;
  height: auto;
  border-bottom: 1px solid #d9d9d9;
  background: #d9d9d9 url("../images/Contact_Center_Icon.svg") left 10px top 3px no-repeat; }

#cntctbx.no-icon h2 {
  color: #154285;
  padding: 14px 0 14px 25px;
  background: #d9d9d9; }

#cntctbx ul {
  margin: 0 0 15px 15px; }

#cntctbx p {
  padding: 0 10px 0 25px; }

#cntctbx .usa-search {
  padding: 0 10px 0 25px;
  margin: 0 0 25px 0; }

@media (max-width: 991px) {
  #cntctbx h2 {
    font-size: 120%; } }

@media (max-width: 379px) {
  #cntctbx h2 {
    font-size: 100%;
    background: #d9d9d9 url(../images/Contact_Center_Icon.svg) left 10px top 0px no-repeat;
    background-size: 50px; } }

@media (max-width: 320px) {
  #cntctbx h2 {
    font-size: 90%;
    padding: 14px 0 14px 55px;
    background: #d9d9d9 url(../images/Contact_Center_Icon.svg) left 12px top 0px no-repeat;
    background-size: 45px; } }

/***********************
12. Syndicate
***********************/
.syndicate h2 {
  color: #154285 !important;
  outline: 0PX !important;
  border: 0px !important;
  font-size: 140%;
  font-weight: bold; }

@media (max-width: 991px) {
  .syndicate h2 {
    font-size: 120%; } }

/*******************
New Top Nav Template
********************/
.topic-nav {
  min-height: 8rem;
  margin-bottom: 25px;
  display: flex; }
  @media screen and (max-width: 600px) {
    .topic-nav {
      display: block; } }
  .topic-nav .topic-nav-box1 {
    margin-right: 0; }
    .topic-nav .topic-nav-box1 div {
      background-color: #11385B;
      color: #fff;
      margin: 0;
      padding-left: 1.3rem;
      width: 100%;
      padding-top: 1%;
      min-height: 8rem; }
      @media screen and (max-width: 991px) {
        .topic-nav .topic-nav-box1 div {
          padding-bottom: 10%;
          padding-top: 10%; } }
      @media screen and (max-width: 900px) {
        .topic-nav .topic-nav-box1 div {
          padding-bottom: 13%;
          padding-top: 13%; } }
      @media screen and (max-width: 600px) {
        .topic-nav .topic-nav-box1 div {
          padding-bottom: 1%;
          padding-top: 2%; } }
      .topic-nav .topic-nav-box1 div span {
        display: inline-block;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 7.5rem;
        padding-right: 5rem;
        list-style-type: none;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: 6rem; }
        @media screen and (max-width: 991px) {
          .topic-nav .topic-nav-box1 div span {
            padding-top: 3.5%;
            padding-bottom: 3.5%; } }
        @media screen and (max-width: 760px) {
          .topic-nav .topic-nav-box1 div span {
            padding-top: 6%;
            padding-bottom: 6%; } }
        @media screen and (max-width: 600px) {
          .topic-nav .topic-nav-box1 div span {
            padding-left: 7.5rem;
            padding-right: 2rem; } }
        .topic-nav .topic-nav-box1 div span p {
          margin-top: 0;
          margin-bottom: 0; }
    .topic-nav .topic-nav-box1 .topic-nav-cap {
      background-image: url("../images/Topic_Icon_Education_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-flag {
      background-image: url("../images/Topic_Icon_About_USA_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-bullhorn {
      background-image: url("../images/Topic_Icon_Alert_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-benefit {
      background-image: url("../images/Topic_Icon_Benefit_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-busa {
      background-image: url("../images/Topic_Icon_BUSA_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-business-spanish {
      background-image: url("../images/Topic_Icon_Business_Spanish_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-consumer {
      background-image: url("../images/Topic_Icon_Consumer_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-agencies {
      background-image: url("../images/Topic_Icon_Elected_Officials_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-plant {
      background-image: url("../images/Topic_Icon_Environment_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-heart {
      background-image: url("../images/Topic_Icon_Health_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-globe {
      background-image: url("../images/Topic_Icon_Immigration_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-job {
      background-image: url("../images/Topic_Icon_Job_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-scales {
      background-image: url("../images/Topic_Icon_Law_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-medal {
      background-image: url("../images/Topic_Icon_Military_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-tax {
      background-image: url("../images/Topic_Icon_Money_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-mortgage {
      background-image: url("../images/Topic_Icon_Mortgage_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-tent {
      background-image: url("../images/Topic_Icon_Native_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-tag {
      background-image: url("../images/Topic_Icon_Sale_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-ballot {
      background-image: url("../images/Topic_Icon_Voting_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-coronavirus {
      background-image: url("../images/Topic_Icon_Coronavirus_White.svg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo {
      height: 9rem;
      background-size: 100% 100%; }
      @media screen and (max-width: 991px) {
        .topic-nav .topic-nav-box1 .topic-nav-photo {
          display: none; } }
    .topic-nav .topic-nav-box1 .topic-nav-photo-cap {
      background-image: url("../images/Topic_Banner_Education.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-benefit {
      background-image: url("../images/Topic_Banner_Benefit.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-busa {
      background-image: url("../images/Topic_Banner_Business.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-business-spanish {
      background-image: url("../images/Topic_Banner_Business_Spanish.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-consumer {
      background-image: url("../images/Topic_Banner_Consumer.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-plant {
      background-image: url("../images/Topic_Banner_Earth.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-bullhorn {
      background-image: url("../images/Topic_Banner_Emergency.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-agencies {
      background-image: url("../images/Topic_Banner_Government.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-heart {
      background-image: url("../images/Topic_Banner_Health.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-mortgage {
      background-image: url("../images/Topic_Banner_Housing.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-job {
      background-image: url("../images/Topic_Banner_Jobs.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-scales {
      background-image: url("../images/Topic_Banner_Law.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-medal {
      background-image: url("../images/Topic_Banner_Military.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-tax {
      background-image: url("../images/Topic_Banner_Money.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-globe {
      background-image: url("../images/Topic_Banner_Travel.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-flag {
      background-image: url("../images/Topic_Banner_USA.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-ballot {
      background-image: url("../images/Topic_Banner_voting.jpg"); }
    .topic-nav .topic-nav-box1 .topic-nav-photo-coronavirus {
      background-image: url("../images/Topic_Banner_Coronavirus.jpg"); }
  .topic-nav .how-do-i-topic {
    background-color: #02bfe7;
    width: 33rem;
    padding-bottom: .5rem;
    padding-top: 2rem;
    padding-left: 1rem; }
    @media screen and (max-width: 600px) {
      .topic-nav .how-do-i-topic {
        background-color: #02bfe7;
        width: auto;
        padding-left: 1rem;
        padding-top: 2rem; } }
    .topic-nav .how-do-i-topic .how-do-i-topic h2 {
      padding-left: 1rem;
      font-size: 2rem; }
      @media screen and (max-width: 600px) {
        .topic-nav .how-do-i-topic .how-do-i-topic h2 {
          margin-top: 0; } }
    .topic-nav .how-do-i-topic ul {
      min-height: 8rem; }
      .topic-nav .how-do-i-topic ul li {
        padding-right: 2px;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        .topic-nav .how-do-i-topic ul li a {
          text-decoration: none;
          color: #11385B; }
        .topic-nav .how-do-i-topic ul li:hover, .topic-nav .how-do-i-topic ul li:focus, .topic-nav .how-do-i-topic ul li:active {
          text-decoration: underline;
          box-shadow: none; }
        .topic-nav .how-do-i-topic ul li:visited {
          color: #11385B; }

/*
.tooltip-left is used in the FBO intro and on content pages.
In the FBO intro, the tooltip is centered under the icon which at some screen sizes, is very close to the side of the viewport.
It has a special breakpoint in the FBO styles that aligns it to the left side.

On content pages, the tooltip is centered under the span containing the term and icon.
This extra width gives it more space to fit in, but with short terms, is is similar to being centered on the icon.

.tooltip is used in the FBO set-aside-types. These are in a box with enough margin to remain one size

.tooltip2 is used in FBO Results. These generally have enough margin to remain one size

*/
/*******************
Tooltip Styles
********************/
.tooltip, .tooltip2, .tooltip-left {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-bottom: 2px dotted; }
  .tooltip:focus, .tooltip2:focus, .tooltip-left:focus {
    outline: #ff8c00 solid 3px; }
    .tooltip:focus .tooltiptext, .tooltip:focus .tooltip-left-text, .tooltip2:focus .tooltiptext, .tooltip2:focus .tooltip-left-text, .tooltip-left:focus .tooltiptext, .tooltip-left:focus .tooltip-left-text {
      outline: #ff8c00 solid 3px; }

.tooltiptext, .tooltip-left-text {
  visibility: hidden;
  width: 150px;
  background-color: #4b4b4d;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -75px;
  font-size: 90%;
  font-weight: 400;
  text-indent: 0;
  line-height: 1.2;
  word-wrap: break-word;
  height: auto;
  margin-top: 5px; }
  .tooltiptext::after, .tooltip-left-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #4b4b4d transparent;
    overflow: visible; }
  .tooltiptext[aria-hidden="true"], .tooltip-left-text[aria-hidden="true"] {
    display: none; }

.tooltip .tooltiptext {
  top: 100%; }

.tooltip2 .tooltiptext {
  top: 120%; }

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext,
.tooltip2:hover .tooltiptext,
.tooltip2:focus .tooltiptext,
.tooltip-left:focus .tooltip-left-text,
.tooltip-left:hover .tooltip-left-text {
  visibility: visible;
  overflow: visible; }

/*accssible tooltip*/
@media screen and (max-width: 407px) {
  .tooltip-left .tooltip-left-text {
    top: 120%;
    margin-left: -60px; } }

@media screen and (max-width: 390px) {
  .tooltip-left .tooltip-left-text {
    top: 115%;
    margin-left: -75px; } }

@media screen and (max-width: 320px) {
  .tooltip-left .tooltip-left-text {
    width: 140px;
    top: 120%;
    margin-left: -45px; } }

[class^="icon-"], [class*=" icon-"] {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center; }

#toggles [class^="icon-"]::before, #toggles [class*=" icon-"]::before {
  position: relative; }

.icon-phone {
  background-image: url("../images/Icon_Call.png"); }

.icon-email {
  background-image: url("../images/Icon_Email.png"); }

.icon-chat {
  background-image: url("../images/Icon_Contact.png"); }

.icon-user {
  /*background-image: url("../images/Icon_Contact_USA.png");*/
  background-position: left;
  background-size: initial;
  padding: 0 0 0 0; }

.icon-text-height {
  background-image: url("../images/Icon_Change_Text.png");
  background-position: right;
  background-size: initial;
  padding: 0 30px 0 0px; }

.ftr-cntntmddl [class^="icon-"], .ftr-cntntmddl [class*=" icon-"],
.headercontact [class^="icon-"], .headercontact [class*=" icon-"] {
  background-position: left;
  display: block;
  line-height: 30px; }

.icon-facebook {
  background-image: url("../images/Icon_Connect_Facebook.png"); }

.icon-googleplus {
  background-image: url("../images/Icon_Connect_Google.png"); }

.icon-twitter {
  background-image: url("../images/Icon_Connect_Twitter.png"); }

.icon-youtube {
  background-image: url("../images/Icon_Connect_Youtube.png"); }

.icon-tumblr {
  background-image: url("../images/Icon_Connect_Tumblr.png"); }

.icon-rss {
  background-image: url("../images/Icon_Connect_RSS.png"); }

.icon-connect {
  background-image: url("../images/Icon_Connect_Email.png"); }

.icon-backtotopHP {
  background-image: url("../images/Icon_Back_to_Top_Blue.png");
  background-size: 25px;
  background-position: right;
  padding: 0 30px 0 0;
  height: 25px;
  line-height: 25px;
  display: block; }

/*.icon-backtotop {
	background-image: url("../images/Icon_Back_to_top.png");
	background-size: initial;
	background-position: right;
	padding: 0 30px 0 0;
	height: 25px;
	line-height: 25px;
	display: none;
}*/
.icon-backtotop-dwnlvl {
  background-image: url("../images/Icon_Back_to_Top_Blue.png");
  background-size: 25px;
  background-position: right;
  padding: 0 30px 5px 0;
  height: 25px; }

.icon-home {
  background-image: url("../images/Icon_Nav_Home.png"); }

.icon-flag {
  background-image: url("../images/Icon_Nav_About_USA.png"); }

.icon-agencies {
  background-image: url("../images/Icon_Nav_Elected_Officials.png"); }

.icon-mortgage {
  background-image: url("../images/Icon_Nav_Mortgage.png"); }

.icon-job {
  background-image: url("../images/Icon_Nav_Job.png"); }

.icon-tax {
  background-image: url("../images/Icon_Nav_Money.png"); }

.icon-globe {
  background-image: url("../images/Icon_Nav_Travel.png"); }

.icon-plus {
  background-image: url("../images/Icon_Nav_More.png"); }

.icon-bullhorn {
  background-image: url("../images/Icon_Nav_Alert.png"); }

.icon-dollar {
  background-image: url("../images/Icon_Nav_Benefit.png"); }

.icon-cap {
  background-image: url("../images/Icon_Nav_Education.png"); }

.icon-leaf {
  background-image: url("../images/Icon_Nav_Environment.png"); }

.icon-heart {
  background-image: url("../images/Icon_Nav_Health.png"); }

.icon-scales {
  background-image: url("../images/Icon_Nav_Law.png"); }

.icon-medal {
  background-image: url("../images/Icon_Nav_Military.png"); }

.icon-tag {
  background-image: url("../images/Icon_Nav_Sale.png"); }

.icon-tipi {
  background-image: url("../images/Icon_Nav_Native.png"); }

.icon-ballot {
  background-image: url("../images/Icon_Nav_Agencies.png"); }

.current .icon-home {
  background-image: url("../images/Icon_Nav_Home_Red.png"); }

.current .icon-flag {
  background-image: url("../images/Icon_Nav_About_USA_Red.png"); }

.current .icon-agencies {
  background-image: url("../images/Icon_Nav_Elected_Officials_Red.png"); }

.current .icon-mortgage {
  background-image: url("../images/Icon_Nav_Mortgage_Red.png"); }

.current .icon-job {
  background-image: url("../images/Icon_Nav_Job_Red.png"); }

.current .icon-tax {
  background-image: url("../images/Icon_Nav_Money_Red.png"); }

.current .icon-globe {
  background-image: url("../images/Icon_Nav_Travel_Red.png"); }

.current .icon-plus {
  background-image: url("../images/Icon_Nav_More_Red.png"); }

.current .icon-bullhorn {
  background-image: url("../images/Icon_Nav_Alert_Red.png"); }

.current .icon-dollar {
  background-image: url("../images/Icon_Nav_Benefit_Red.png"); }

.current .icon-cap {
  background-image: url("../images/Icon_Nav_Education_Red.png"); }

.current .icon-leaf {
  background-image: url("../images/Icon_Nav_Environment_Red.png"); }

.current .icon-heart {
  background-image: url("../images/Icon_Nav_Health_Red.png"); }

.current .icon-scales {
  background-image: url("../images/Icon_Nav_Law_Red.png"); }

.current .icon-medal {
  background-image: url("../images/Icon_Nav_Military_Red.png"); }

.current .icon-tag {
  background-image: url("../images/Icon_Nav_Sale_Red.png"); }

.current .icon-tipi {
  background-image: url("../images/Icon_Nav_Native_Red.png"); }

.current .icon-ballot {
  background-image: url("../images/Icon_Nav_Agencies_Red.png"); }

.icon-menu {
  background-image: url("../images/Button_Menu.png");
  background-size: 30px; }

.icon-minus:before {
  content: "\e60e"; }

.icon-search {
  background-image: url("../images/Icon_Search.png");
  background-position: top left;
  padding: 5px 0 3px 30px;
  background-size: 30px;
  cursor: pointer; }

button.submit .icon-search {
  display: inline-block;
  height: 25px;
  cursor: pointer;
  /*line-height: 40px;*/ }

.menuer {
  border: 1px solid #fff;
  padding: 4px 7px 4px 7px;
  cursor: pointer; }

.icon-close.closer {
  padding: 0 8px 0 20px;
  background: url("../images/Button_Menu_Close.png");
  background-repeat: no-repeat;
  background-position: -12px -9px;
  cursor: pointer; }

.icon-gobierno:before {
  content: "\e613"; }

.icon-logo:before {
  content: "\e614"; }

.navItems [class^="icon-"], .navItems [class*=" icon-"] {
  position: relative;
  padding: 40px 0 0 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px; }

.footercontact [class^="icon-"], .footercontact [class*=" icon-"],
.headercontact [class^="icon-"], .headercontact [class*=" icon-"] {
  padding: 0 0 0 50px;
  display: inline-block; }

.footerconnected [class^="icon-"], .footerconnected [class*=" icon-"] {
  padding: 0 0 0 40px; }

.topic-nav-cap {
  background-image: url("../images/Topic_Icon_Education_White.svg"); }

.topic-nav-flag {
  background-image: url("../images/Topic_Icon_About_USA_White.svg"); }

.topic-nav-bullhorn {
  background-image: url("../images/Topic_Icon_Alert_White.svg"); }

.topic-nav-benefit {
  background-image: url("../images/Topic_Icon_Benefit_White.svg"); }

.topic-nav-busa {
  background-image: url("../images/Topic_Icon_BUSA_White.svg"); }

.topic-nav-business-spanish {
  background-image: url("../images/Topic_Icon_Business_Spanish_White.svg"); }

.topic-nav-consumer {
  background-image: url("../images/Topic_Icon_Consumer_White.svg"); }

.topic-nav-agencies {
  background-image: url("../images/Topic_Icon_Elected_Officials_White.svg"); }

.topic-nav-plant {
  background-image: url("../images/Topic_Icon_Environment_White.svg"); }

.topic-nav-heart {
  background-image: url("../images/Topic_Icon_Health_White.svg"); }

.topic-nav-globe {
  background-image: url("../images/Topic_Icon_Immigration_White.svg"); }

.topic-nav-job {
  background-image: url("../images/Topic_Icon_Job_White.svg"); }

.topic-nav-scales {
  background-image: url("../images/Topic_Icon_Law_White.svg"); }

.topic-nav-medal {
  background-image: url("../images/Topic_Icon_Military_White.svg"); }

.topic-nav-tax {
  background-image: url("../images/Topic_Icon_Money_White.svg"); }

.topic-nav-mortgage {
  background-image: url("../images/Topic_Icon_Mortgage_White.svg"); }

.topic-nav-tent {
  background-image: url("../images/Topic_Icon_Native_White.svg"); }

.topic-nav-tag {
  background-image: url("../images/Topic_Icon_Sale_White.svg"); }

.topic-nav-ballot {
  background-image: url("../images/Topic_Icon_Voting_White.svg"); }

.topic-nav-disability {
  background-image: url("../images/Topic_Icon_Disability_White.svg"); }

.topic-nav-photo {
  height: 9rem;
  background-size: 100% 100%; }
  @media screen and (max-width: 991px) {
    .topic-nav-photo {
      display: none; } }

.topic-nav-photo-cap {
  background-image: url("../images/Topic_Banner_Education.jpg"); }

.topic-nav-photo-benefit {
  background-image: url("../images/Topic_Banner_Benefit.jpg"); }

.topic-nav-photo-busa {
  background-image: url("../images/Topic_Banner_Business.jpg"); }

.topic-nav-photo-consumer {
  background-image: url("../images/Topic_Banner_Consumer.jpg"); }

.topic-nav-photo-business-spanish {
  background-image: url("../images/Topic_Banner_Business_Spanish.jpg"); }

.topic-nav-photo-plant {
  background-image: url("../images/Topic_Banner_Earth.jpg"); }

.topic-nav-photo-bullhorn {
  background-image: url("../images/Topic_Banner_Emergency.jpg"); }

.topic-nav-photo-agencies {
  background-image: url("../images/Topic_Banner_Government.jpg"); }

.topic-nav-photo-heart {
  background-image: url("../images/Topic_Banner_Health.jpg"); }

.topic-nav-photo-mortgage {
  background-image: url("../images/Topic_Banner_Housing.jpg"); }

.topic-nav-photo-job {
  background-image: url("../images/Topic_Banner_Jobs.jpg"); }

.topic-nav-photo-scales {
  background-image: url("../images/Topic_Banner_Law.jpg"); }

.topic-nav-photo-medal {
  background-image: url("../images/Topic_Banner_Military.jpg"); }

.topic-nav-photo-tax {
  background-image: url("../images/Topic_Banner_Money.jpg"); }

.topic-nav-photo-globe {
  background-image: url("../images/Topic_Banner_Travel.jpg"); }

.topic-nav-photo-flag {
  background-image: url("../images/Topic_Banner_USA.jpg"); }

.topic-nav-photo-ballot {
  background-image: url("../images/Topic_Banner_voting.jpg"); }

.topic-nav-photo-disability {
  background-image: url("../images/Topic_Banner_Disability.jpg"); }

.topic-nav-photo-coronavirus {
  background-image: url("../images/Topic_Banner_Coronavirus.jpg"); }

@media (max-width: 992px) {
  .navItems [class^="icon-"], .navItems [class*=" icon-"] {
    padding: 6px 0 6px 40px;
    background-position: left;
    background-size: 32px; }
  .softbreak {
    display: none; }
  .icon-home {
    background-image: url("../images/Icon_Nav_Home_Gray.png"); }
  .icon-flag {
    background-image: url("../images/Icon_Nav_About_USA_Gray.png"); }
  .icon-agencies {
    background-image: url("../images/Icon_Nav_Elected_Officials_Gray.png"); }
  .icon-mortgage {
    background-image: url("../images/Icon_Nav_Mortgage_Gray.png"); }
  .icon-job {
    background-image: url("../images/Icon_Nav_Job_Gray.png"); }
  .icon-tax {
    background-image: url("../images/Icon_Nav_Money_Gray.png"); }
  .icon-globe {
    background-image: url("../images/Icon_Nav_Travel_Gray.png"); }
  .icon-bullhorn {
    background-image: url("../images/Icon_Nav_Alert_Gray.png"); }
  .icon-dollar {
    background-image: url("../images/Icon_Nav_Benefit_Gray.png"); }
  .icon-cap {
    background-image: url("../images/Icon_Nav_Education_Gray.png"); }
  .icon-leaf {
    background-image: url("../images/Icon_Nav_Environment_Gray.png"); }
  .icon-heart {
    background-image: url("../images/Icon_Nav_Health_Gray.png"); }
  .icon-scales {
    background-image: url("../images/Icon_Nav_Law_Gray.png"); }
  .icon-medal {
    background-image: url("../images/Icon_Nav_Military_Gray.png"); }
  .icon-tag {
    background-image: url("../images/Icon_Nav_Sale_Gray.png"); }
  .icon-tipi {
    background-image: url("../images/Icon_Nav_Native_Gray.png"); }
  .icon-ballot {
    background-image: url("../images/Icon_Nav_Agencies_Gray.png"); }
  .icon-backtotop {
    background-image: url("../images/Icon_Back_to_Top_Blue.png");
    background-size: 25px;
    background-position: right;
    padding: 0 30px 0 0;
    height: 25px;
    line-height: 25px;
    display: block; } }

@media (max-width: 480px) {
  button .icon-search {
    background: none;
    padding: 0 0 0 0; }
  #search button {
    padding: 10px 0 10px 0; }
  #search input[type="text"] {
    font-size: 90%; }
  .icon-backtotop {
    background-image: url("../images/Icon_Back_to_Top_Blue.png");
    background-size: 25px;
    background-position: right;
    padding: 0 30px 0 0;
    height: 25px;
    line-height: 25px;
    display: block; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("../fonts/sourcesanspro-italic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff"), url("../fonts/merriweather-light-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff"), url("../fonts/merriweather-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff"), url("../fonts/merriweather-italic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/merriweather-bold-webfont.ttf") format("truetype"); }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background-color: #ffffff;
  overflow-x: hidden; }

.lt-ie9 * {
  -webkit-filter: none !important;
  filter: none !important; }

.usa-grid,
.usa-grid-full {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px; }

.usa-grid::after,
.usa-grid-full::after {
  clear: both;
  content: "";
  display: block; }

.usa-grid {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

@media screen and (min-width: 600px) {
  .usa-grid {
    padding-right: 3rem;
    padding-left: 3rem; } }

.usa-grid-full {
  padding: 0; }

@media screen and (min-width: 600px) {
  .usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
  .usa-width-one-whole:last-child {
    margin-right: 0; }
  .usa-width-one-half {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
  .usa-width-one-half:last-child {
    margin-right: 0; }
  .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%; }
  .usa-width-one-third:last-child {
    margin-right: 0; }
  .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%; }
  .usa-width-two-thirds:last-child {
    margin-right: 0; }
  .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
  .usa-width-one-fourth:last-child {
    margin-right: 0; }
  .usa-width-one-fourth:nth-child(2n) {
    margin-right: 0; }
  .usa-width-three-fourths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
  .usa-width-three-fourths:last-child {
    margin-right: 0; }
  .usa-width-one-sixth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%; }
  .usa-width-one-sixth:last-child {
    margin-right: 0; }
  .usa-width-one-sixth:nth-child(3n) {
    margin-right: 0; }
  .usa-width-five-sixths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%; }
  .usa-width-five-sixths:last-child {
    margin-right: 0; }
  .usa-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%; }
  .usa-width-one-twelfth:last-child {
    margin-right: 0; }
  .usa-width-one-twelfth:nth-child(3n) {
    margin-right: 0; }
  .usa-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%; }
  .usa-width-five-twelfths:last-child {
    margin-right: 0; }
  .usa-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%; }
  .usa-width-seven-twelfths:last-child {
    margin-right: 0; } }

@media screen and (min-width: 1201px) {
  .usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
  .usa-width-one-whole:last-child {
    margin-right: 0; }
  .usa-width-one-half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
  .usa-width-one-half:last-child {
    margin-right: 0; }
  .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
  .usa-width-one-third:last-child {
    margin-right: 0; }
  .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
  .usa-width-two-thirds:last-child {
    margin-right: 0; }
  .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
  .usa-width-one-fourth:last-child {
    margin-right: 0; }
  .usa-width-one-fourth:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
  .usa-width-one-fourth:nth-child(2n):last-child {
    margin-right: 0; }
  .usa-width-one-fourth:nth-child(4n) {
    margin-right: 0; }
  .usa-width-three-fourths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
  .usa-width-three-fourths:last-child {
    margin-right: 0; }
  .usa-width-one-sixth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
  .usa-width-one-sixth:last-child {
    margin-right: 0; }
  .usa-width-one-sixth:nth-child(3n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
  .usa-width-one-sixth:nth-child(3n):last-child {
    margin-right: 0; }
  .usa-width-one-sixth:nth-child(6n) {
    margin-right: 0; }
  .usa-width-five-sixths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
  .usa-width-five-sixths:last-child {
    margin-right: 0; }
  .usa-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
  .usa-width-one-twelfth:last-child {
    margin-right: 0; }
  .usa-width-one-twelfth:nth-child(3n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
  .usa-width-one-twelfth:nth-child(3n):last-child {
    margin-right: 0; }
  .usa-width-one-twelfth:nth-child(12n) {
    margin-right: 0; }
  .usa-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
  .usa-width-five-twelfths:last-child {
    margin-right: 0; }
  .usa-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
  .usa-width-seven-twelfths:last-child {
    margin-right: 0; } }

.usa-end-row {
  margin-right: 0; }

.usa-sr-only {
  position: absolute;
  left: -999em; }

.usa-button,
.usa-button-primary,
.usa-button:visited,
.usa-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0071bc;
  border: 0;
  border-radius: 0.3rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%; }

@media screen and (min-width: 481px) {
  .usa-button,
  .usa-button-primary,
  .usa-button:visited,
  .usa-button-primary:visited,
  button,
  [type="button"],
  [type="submit"],
  [type="reset"],
  [type="image"] {
    width: auto; } }

.usa-button:hover, .usa-button.usa-button-hover,
.usa-button-primary:hover,
.usa-button-primary.usa-button-hover,
.usa-button:visited:hover,
.usa-button:visited.usa-button-hover,
.usa-button-primary:visited:hover,
.usa-button-primary:visited.usa-button-hover,
button:hover,
button.usa-button-hover,
[type="button"]:hover,
[type="button"].usa-button-hover,
[type="submit"]:hover,
[type="submit"].usa-button-hover,
[type="reset"]:hover,
[type="reset"].usa-button-hover,
[type="image"]:hover,
[type="image"].usa-button-hover {
  background-color: #205493;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none; }

.usa-button:focus, .usa-button.usa-button-focus,
.usa-button-primary:focus,
.usa-button-primary.usa-button-focus,
.usa-button:visited:focus,
.usa-button:visited.usa-button-focus,
.usa-button-primary:visited:focus,
.usa-button-primary:visited.usa-button-focus,
button:focus,
button.usa-button-focus,
[type="button"]:focus,
[type="button"].usa-button-focus,
[type="submit"]:focus,
[type="submit"].usa-button-focus,
[type="reset"]:focus,
[type="reset"].usa-button-focus,
[type="image"]:focus,
[type="image"].usa-button-focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

.usa-button:active, .usa-button.usa-button-active,
.usa-button-primary:active,
.usa-button-primary.usa-button-active,
.usa-button:visited:active,
.usa-button:visited.usa-button-active,
.usa-button-primary:visited:active,
.usa-button-primary:visited.usa-button-active,
button:active,
button.usa-button-active,
[type="button"]:active,
[type="button"].usa-button-active,
[type="submit"]:active,
[type="submit"].usa-button-active,
[type="reset"]:active,
[type="reset"].usa-button-active,
[type="image"]:active,
[type="image"].usa-button-active {
  background-color: #112e51; }

.usa-button.usa-button-primary-alt,
.usa-button-primary.usa-button-primary-alt,
.usa-button:visited.usa-button-primary-alt,
.usa-button-primary:visited.usa-button-primary-alt,
button.usa-button-primary-alt,
[type="button"].usa-button-primary-alt,
[type="submit"].usa-button-primary-alt,
[type="reset"].usa-button-primary-alt,
[type="image"].usa-button-primary-alt {
  background-color: #02bfe7;
  color: #000000; }

.usa-button.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover,
.usa-button-primary.usa-button-primary-alt:hover,
.usa-button-primary.usa-button-primary-alt.usa-button-hover,
.usa-button:visited.usa-button-primary-alt:hover,
.usa-button:visited.usa-button-primary-alt.usa-button-hover,
.usa-button-primary:visited.usa-button-primary-alt:hover,
.usa-button-primary:visited.usa-button-primary-alt.usa-button-hover,
button.usa-button-primary-alt:hover,
button.usa-button-primary-alt.usa-button-hover,
[type="button"].usa-button-primary-alt:hover,
[type="button"].usa-button-primary-alt.usa-button-hover,
[type="submit"].usa-button-primary-alt:hover,
[type="submit"].usa-button-primary-alt.usa-button-hover,
[type="reset"].usa-button-primary-alt:hover,
[type="reset"].usa-button-primary-alt.usa-button-hover,
[type="image"].usa-button-primary-alt:hover,
[type="image"].usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2; }

.usa-button.usa-button-primary-alt:active, .usa-button.usa-button-primary-alt.usa-button-active,
.usa-button-primary.usa-button-primary-alt:active,
.usa-button-primary.usa-button-primary-alt.usa-button-active,
.usa-button:visited.usa-button-primary-alt:active,
.usa-button:visited.usa-button-primary-alt.usa-button-active,
.usa-button-primary:visited.usa-button-primary-alt:active,
.usa-button-primary:visited.usa-button-primary-alt.usa-button-active,
button.usa-button-primary-alt:active,
button.usa-button-primary-alt.usa-button-active,
[type="button"].usa-button-primary-alt:active,
[type="button"].usa-button-primary-alt.usa-button-active,
[type="submit"].usa-button-primary-alt:active,
[type="submit"].usa-button-primary-alt.usa-button-active,
[type="reset"].usa-button-primary-alt:active,
[type="reset"].usa-button-primary-alt.usa-button-active,
[type="image"].usa-button-primary-alt:active,
[type="image"].usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff; }

.usa-button.usa-button-secondary,
.usa-button-primary.usa-button-secondary,
.usa-button:visited.usa-button-secondary,
.usa-button-primary:visited.usa-button-secondary,
button.usa-button-secondary,
[type="button"].usa-button-secondary,
[type="submit"].usa-button-secondary,
[type="reset"].usa-button-secondary,
[type="image"].usa-button-secondary {
  background-color: #e31c3d; }

.usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary.usa-button-hover,
.usa-button-primary.usa-button-secondary:hover,
.usa-button-primary.usa-button-secondary.usa-button-hover,
.usa-button:visited.usa-button-secondary:hover,
.usa-button:visited.usa-button-secondary.usa-button-hover,
.usa-button-primary:visited.usa-button-secondary:hover,
.usa-button-primary:visited.usa-button-secondary.usa-button-hover,
button.usa-button-secondary:hover,
button.usa-button-secondary.usa-button-hover,
[type="button"].usa-button-secondary:hover,
[type="button"].usa-button-secondary.usa-button-hover,
[type="submit"].usa-button-secondary:hover,
[type="submit"].usa-button-secondary.usa-button-hover,
[type="reset"].usa-button-secondary:hover,
[type="reset"].usa-button-secondary.usa-button-hover,
[type="image"].usa-button-secondary:hover,
[type="image"].usa-button-secondary.usa-button-hover {
  background-color: #cd2026; }

.usa-button.usa-button-secondary:active, .usa-button.usa-button-secondary.usa-button-active,
.usa-button-primary.usa-button-secondary:active,
.usa-button-primary.usa-button-secondary.usa-button-active,
.usa-button:visited.usa-button-secondary:active,
.usa-button:visited.usa-button-secondary.usa-button-active,
.usa-button-primary:visited.usa-button-secondary:active,
.usa-button-primary:visited.usa-button-secondary.usa-button-active,
button.usa-button-secondary:active,
button.usa-button-secondary.usa-button-active,
[type="button"].usa-button-secondary:active,
[type="button"].usa-button-secondary.usa-button-active,
[type="submit"].usa-button-secondary:active,
[type="submit"].usa-button-secondary.usa-button-active,
[type="reset"].usa-button-secondary:active,
[type="reset"].usa-button-secondary.usa-button-active,
[type="image"].usa-button-secondary:active,
[type="image"].usa-button-secondary.usa-button-active {
  background-color: #981b1e; }

.usa-button.usa-button-gray,
.usa-button-primary.usa-button-gray,
.usa-button:visited.usa-button-gray,
.usa-button-primary:visited.usa-button-gray,
button.usa-button-gray,
[type="button"].usa-button-gray,
[type="submit"].usa-button-gray,
[type="reset"].usa-button-gray,
[type="image"].usa-button-gray {
  background-color: #4b4b4d; }

.usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover,
.usa-button-primary.usa-button-gray:hover,
.usa-button-primary.usa-button-gray.usa-button-hover,
.usa-button:visited.usa-button-gray:hover,
.usa-button:visited.usa-button-gray.usa-button-hover,
.usa-button-primary:visited.usa-button-gray:hover,
.usa-button-primary:visited.usa-button-gray.usa-button-hover,
button.usa-button-gray:hover,
button.usa-button-gray.usa-button-hover,
[type="button"].usa-button-gray:hover,
[type="button"].usa-button-gray.usa-button-hover,
[type="submit"].usa-button-gray:hover,
[type="submit"].usa-button-gray.usa-button-hover,
[type="reset"].usa-button-gray:hover,
[type="reset"].usa-button-gray.usa-button-hover,
[type="image"].usa-button-gray:hover,
[type="image"].usa-button-gray.usa-button-hover {
  background-color: #323a45; }

.usa-button.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active,
.usa-button-primary.usa-button-gray:active,
.usa-button-primary.usa-button-gray.usa-button-active,
.usa-button:visited.usa-button-gray:active,
.usa-button:visited.usa-button-gray.usa-button-active,
.usa-button-primary:visited.usa-button-gray:active,
.usa-button-primary:visited.usa-button-gray.usa-button-active,
button.usa-button-gray:active,
button.usa-button-gray.usa-button-active,
[type="button"].usa-button-gray:active,
[type="button"].usa-button-gray.usa-button-active,
[type="submit"].usa-button-gray:active,
[type="submit"].usa-button-gray.usa-button-active,
[type="reset"].usa-button-gray:active,
[type="reset"].usa-button-gray.usa-button-active,
[type="image"].usa-button-gray:active,
[type="image"].usa-button-gray.usa-button-active {
  background-color: #000000; }

.usa-button.usa-button-outline,
.usa-button-primary.usa-button-outline,
.usa-button:visited.usa-button-outline,
.usa-button-primary:visited.usa-button-outline,
button.usa-button-outline,
[type="button"].usa-button-outline,
[type="submit"].usa-button-outline,
[type="reset"].usa-button-outline,
[type="image"].usa-button-outline {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #0071bc;
  color: #0071bc; }

.usa-button.usa-button-outline:hover, .usa-button.usa-button-outline.usa-button-hover,
.usa-button-primary.usa-button-outline:hover,
.usa-button-primary.usa-button-outline.usa-button-hover,
.usa-button:visited.usa-button-outline:hover,
.usa-button:visited.usa-button-outline.usa-button-hover,
.usa-button-primary:visited.usa-button-outline:hover,
.usa-button-primary:visited.usa-button-outline.usa-button-hover,
button.usa-button-outline:hover,
button.usa-button-outline.usa-button-hover,
[type="button"].usa-button-outline:hover,
[type="button"].usa-button-outline.usa-button-hover,
[type="submit"].usa-button-outline:hover,
[type="submit"].usa-button-outline.usa-button-hover,
[type="reset"].usa-button-outline:hover,
[type="reset"].usa-button-outline.usa-button-hover,
[type="image"].usa-button-outline:hover,
[type="image"].usa-button-outline.usa-button-hover {
  box-shadow: inset 0 0 0 2px #205493;
  color: #205493; }

.usa-button.usa-button-outline:active, .usa-button.usa-button-outline.usa-button-active,
.usa-button-primary.usa-button-outline:active,
.usa-button-primary.usa-button-outline.usa-button-active,
.usa-button:visited.usa-button-outline:active,
.usa-button:visited.usa-button-outline.usa-button-active,
.usa-button-primary:visited.usa-button-outline:active,
.usa-button-primary:visited.usa-button-outline.usa-button-active,
button.usa-button-outline:active,
button.usa-button-outline.usa-button-active,
[type="button"].usa-button-outline:active,
[type="button"].usa-button-outline.usa-button-active,
[type="submit"].usa-button-outline:active,
[type="submit"].usa-button-outline.usa-button-active,
[type="reset"].usa-button-outline:active,
[type="reset"].usa-button-outline.usa-button-active,
[type="image"].usa-button-outline:active,
[type="image"].usa-button-outline.usa-button-active {
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51; }

.usa-button.usa-button-outline:focus, .usa-button.usa-button-outline.usa-button-focus,
.usa-button-primary.usa-button-outline:focus,
.usa-button-primary.usa-button-outline.usa-button-focus,
.usa-button:visited.usa-button-outline:focus,
.usa-button:visited.usa-button-outline.usa-button-focus,
.usa-button-primary:visited.usa-button-outline:focus,
.usa-button-primary:visited.usa-button-outline.usa-button-focus,
button.usa-button-outline:focus,
button.usa-button-outline.usa-button-focus,
[type="button"].usa-button-outline:focus,
[type="button"].usa-button-outline.usa-button-focus,
[type="submit"].usa-button-outline:focus,
[type="submit"].usa-button-outline.usa-button-focus,
[type="reset"].usa-button-outline:focus,
[type="reset"].usa-button-outline.usa-button-focus,
[type="image"].usa-button-outline:focus,
[type="image"].usa-button-outline.usa-button-focus {
  box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

.usa-button.usa-button-outline-inverse,
.usa-button-primary.usa-button-outline-inverse,
.usa-button:visited.usa-button-outline-inverse,
.usa-button-primary:visited.usa-button-outline-inverse,
button.usa-button-outline-inverse,
[type="button"].usa-button-outline-inverse,
[type="submit"].usa-button-outline-inverse,
[type="reset"].usa-button-outline-inverse,
[type="image"].usa-button-outline-inverse {
  background: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff; }

.usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-outline-inverse.usa-button-hover,
.usa-button-primary.usa-button-outline-inverse:hover,
.usa-button-primary.usa-button-outline-inverse.usa-button-hover,
.usa-button:visited.usa-button-outline-inverse:hover,
.usa-button:visited.usa-button-outline-inverse.usa-button-hover,
.usa-button-primary:visited.usa-button-outline-inverse:hover,
.usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover,
button.usa-button-outline-inverse:hover,
button.usa-button-outline-inverse.usa-button-hover,
[type="button"].usa-button-outline-inverse:hover,
[type="button"].usa-button-outline-inverse.usa-button-hover,
[type="submit"].usa-button-outline-inverse:hover,
[type="submit"].usa-button-outline-inverse.usa-button-hover,
[type="reset"].usa-button-outline-inverse:hover,
[type="reset"].usa-button-outline-inverse.usa-button-hover,
[type="image"].usa-button-outline-inverse:hover,
[type="image"].usa-button-outline-inverse.usa-button-hover {
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9; }

.usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-outline-inverse.usa-button-active,
.usa-button-primary.usa-button-outline-inverse:active,
.usa-button-primary.usa-button-outline-inverse.usa-button-active,
.usa-button:visited.usa-button-outline-inverse:active,
.usa-button:visited.usa-button-outline-inverse.usa-button-active,
.usa-button-primary:visited.usa-button-outline-inverse:active,
.usa-button-primary:visited.usa-button-outline-inverse.usa-button-active,
button.usa-button-outline-inverse:active,
button.usa-button-outline-inverse.usa-button-active,
[type="button"].usa-button-outline-inverse:active,
[type="button"].usa-button-outline-inverse.usa-button-active,
[type="submit"].usa-button-outline-inverse:active,
[type="submit"].usa-button-outline-inverse.usa-button-active,
[type="reset"].usa-button-outline-inverse:active,
[type="reset"].usa-button-outline-inverse.usa-button-active,
[type="image"].usa-button-outline-inverse:active,
[type="image"].usa-button-outline-inverse.usa-button-active {
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9; }

.usa-button.usa-button-outline-inverse:focus, .usa-button.usa-button-outline-inverse.usa-button-focus,
.usa-button-primary.usa-button-outline-inverse:focus,
.usa-button-primary.usa-button-outline-inverse.usa-button-focus,
.usa-button:visited.usa-button-outline-inverse:focus,
.usa-button:visited.usa-button-outline-inverse.usa-button-focus,
.usa-button-primary:visited.usa-button-outline-inverse:focus,
.usa-button-primary:visited.usa-button-outline-inverse.usa-button-focus,
button.usa-button-outline-inverse:focus,
button.usa-button-outline-inverse.usa-button-focus,
[type="button"].usa-button-outline-inverse:focus,
[type="button"].usa-button-outline-inverse.usa-button-focus,
[type="submit"].usa-button-outline-inverse:focus,
[type="submit"].usa-button-outline-inverse.usa-button-focus,
[type="reset"].usa-button-outline-inverse:focus,
[type="reset"].usa-button-outline-inverse.usa-button-focus,
[type="image"].usa-button-outline-inverse:focus,
[type="image"].usa-button-outline-inverse.usa-button-focus {
  box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

.usa-button.usa-button-big,
.usa-button-primary.usa-button-big,
.usa-button:visited.usa-button-big,
.usa-button-primary:visited.usa-button-big,
button.usa-button-big,
[type="button"].usa-button-big,
[type="submit"].usa-button-big,
[type="reset"].usa-button-big,
[type="image"].usa-button-big {
  font-size: 1.9rem;
  padding: 1.5rem 3rem; }

[type="submit"]:disabled,
.usa-button-disabled {
  background-color: #d6d7d9;
  color: #323a45;
  pointer-events: none; }

[type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus,
.usa-button-disabled:hover,
.usa-button-disabled.usa-button-hover,
.usa-button-disabled:active,
.usa-button-disabled.usa-button-active,
.usa-button-disabled:focus {
  background-color: #d6d7d9;
  border: 0;
  box-shadow: none;
  color: #323a45; }

.usa-button-unstyled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto; }

.usa-button-unstyled:hover {
  background-color: transparent; }

img {
  max-width: 100%; }

.media_link {
  display: inline-block;
  line-height: 0; }

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4b4b4d;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  display: block;
  font-size: 1.7rem;
  height: 4.4rem;
  line-height: 1.3;
  margin: 0.2em 0;
  max-width: 46rem;
  outline: none;
  padding: 1rem 0.7em;
  width: 100%; }

input:focus, input.usa-input-focus,
textarea:focus,
textarea.usa-input-focus,
select:focus,
select.usa-input-focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

input.usa-input-success,
textarea.usa-input-success,
select.usa-input-success {
  border: 3px solid #4aa564; }

.usa-input-error {
  border-left: 4px solid #cd2026;
  margin-top: 3rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  right: 1.9rem; }

.usa-input-error input,
.usa-input-error textarea,
.usa-input-error select {
  border: 3px solid #cd2026;
  width: calc(100% + 1.9rem); }

.usa-input-error label {
  margin-top: 0; }

.usa-input-error .usa-input-inline {
  border: 1px solid #4b4b4d;
  width: inherit; }

.usa-input-error .usa-input-inline-error {
  border: 3px solid #cd2026; }

.usa-input-error-label {
  display: block;
  font-size: 1.7rem;
  font-weight: 700; }

.usa-input-error-message {
  color: #cd2026;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px; }

label {
  display: block;
  margin-top: 3rem;
  max-width: 46rem; }

textarea {
  height: 16rem; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../img/arrow-down.png");
  background-image: url("../img/arrow-down.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem; }

legend {
  font-size: 3rem;
  font-weight: 700; }

.usa-fieldset-inputs label {
  margin-top: 0; }

.usa-form-hint {
  color: #757575;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0; }

[type="checkbox"],
[type="radio"] {
  margin-left: -2rem;
  opacity: 0;
  position: absolute; }

.lt-ie9 [type="checkbox"], .lt-ie9
[type="radio"] {
  border: 0;
  float: left;
  margin: 0.4em 0.4em 0 0;
  position: static;
  width: auto; }

[type="checkbox"] + label,
[type="radio"] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0.5em; }

[type="checkbox"] + label::before,
[type="radio"] + label::before {
  background: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 1px #757575;
  content: '\a0';
  display: inline-block;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: middle\0;
  width: 1.8rem; }

[type="radio"] + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
  border-radius: 100%; }

[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
  background-color: #0071bc;
  box-shadow: 0 0 0 1px #0071bc; }

[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }

[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }

[type="checkbox"]:checked + label::before {
  background-image: url("../img/correct8.png");
  background-image: url("../img/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat; }

[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc; }

[type="checkbox"]:disabled + label {
  color: #4b4b4d; }

[type="checkbox"]:disabled + label::before,
[type="radio"]:disabled + label::before {
  background: #d6d7d9;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed; }

[type=range] {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  width: 100%; }

[type=range]:focus {
  box-shadow: none;
  outline: none; }

[type=range]::-webkit-slider-runnable-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

[type=range]::-moz-range-track {
  background: #0071bc;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #757575;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #f1f1f1;
  cursor: pointer;
  margin-top: -.65rem;
  width: 2.2rem; }

[type=range]::-moz-range-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

[type=range]::-ms-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

[type=range]::-ms-fill-lower {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem; }

[type=range]::-ms-fill-upper {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem; }

[type=range]:focus::-webkit-slider-thumb {
  border: 2px solid #3e94cf; }

[type=range]:focus::-moz-range-thumb {
  border: 2px solid #3e94cf; }

[type=range]:focus::-ms-thumb {
  border: 2px solid #3e94cf; }

.usa-date-of-birth label {
  margin-top: 0; }

.usa-date-of-birth [type=number]::-webkit-inner-spin-button,
.usa-date-of-birth [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.usa-date-of-birth [type=number] {
  -moz-appearance: textfield; }

.usa-form-group-day,
.usa-form-group-month,
.usa-form-group-year {
  clear: none;
  float: left;
  margin-right: 1.5rem;
  width: 5rem; }

.usa-form-group-year {
  width: 7rem; }

.usa-label, .usa-label-big {
  background-color: #0071bc;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.7rem;
  text-transform: uppercase; }

.usa-label:only-of-type, .usa-label-big:only-of-type {
  margin-right: 0; }

.usa-label-big {
  font-size: 1.7rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.94em; }

li {
  line-height: 1.5;
  margin-bottom: 0.5em; }

li:last-child {
  margin-bottom: 0; }

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol,
h5 + ul,
h5 + ol,
h6 + ul,
h6 + ol,
p + ul,
p + ol {
  margin-top: 0; }

.usa-unstyled-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }

.usa-unstyled-list > li {
  margin-bottom: 0; }

table {
  border-spacing: 0;
  margin: 2em 0;
  min-width: 100%; }

table thead th,
table thead td {
  background-color: #f1f1f1; }

table th {
  text-align: left; }

table tbody th {
  font-weight: 400; }

table th,
table td {
  background-color: #ffffff;
  border: 1px solid #4b4b4d;
  padding: 1.5rem; }

.usa-table-borderless thead tr {
  background-color: transparent; }

.usa-table-borderless thead th {
  border-top: 0; }

.usa-table-borderless th,
.usa-table-borderless td {
  border-left: 0;
  border-right: 0; }

html {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10px; }

body {
  font-size: 1.7rem; }

p {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em; }

a {
  color: #0071bc;
  text-decoration: underline; }

a:hover, a:active {
  color: #205493; }

a:visited {
  color: #4c2c92; }

a:focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  outline: 0; }

.usa-external_link::after {
  background: url("../img/external-link.png") no-repeat 0 0;
  background: url("../img/external-link.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em; }

.usa-external_link:hover::after {
  background-image: url("../img/external-link-hover.png");
  background-image: url("../img/external-link-hover.svg"); }

.usa-external_link-alt::after {
  background: url("../img/external-link-alt.png") no-repeat 0 0;
  background: url("../img/external-link-alt.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em; }

.usa-external_link-alt:hover::after {
  background-image: url("../img/external-link-alt-hover.png");
  background-image: url("../img/external-link-alt-hover.svg"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.5em; }

h1 {
  font-size: 4rem;
  font-weight: 700; }

h2 {
  font-size: 3rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

h4 {
  font-size: 1.7rem;
  font-weight: 700; }

h5 {
  font-size: 1.5rem;
  font-weight: 700; }

h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase; }

cite,
var,
address,
dfn {
  font-style: normal; }

.usa-content p:not(.usa-font-lead) {
  max-width: 53rem; }

.usa-content-list {
  max-width: 53rem; }

.usa-sans p,
.usa-sans a,
.usa-sans li,
.usa-sans span {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.usa-sans a {
  border-bottom: none;
  font-weight: 700; }

.usa-serif p,
.usa-serif a,
.usa-serif li,
.usa-serif span {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }

.usa-display {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0; }

@media screen and (min-width: 481px) {
  .usa-display {
    font-size: 4rem;
    font-weight: 700; } }

@media screen and (min-width: 600px) {
  .usa-display {
    font-size: 5.2rem;
    font-weight: 700; } }

.usa-font-lead {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 2rem;
  line-height: 1.7;
  max-width: 77rem; }

.usa-image-block {
  position: relative; }

.usa-image-text-block {
  color: #ffffff;
  left: 0;
  margin-left: 8%;
  position: absolute;
  top: 0; }

.usa-image-text {
  margin-top: 0; }

.usa-drop_text {
  margin-bottom: 0; }

.usa-background-dark {
  background-color: #323a45; }

.usa-background-dark p,
.usa-background-dark span {
  color: #ffffff; }

.usa-background-dark a {
  color: #d6d7d9; }

.usa-background-dark a:hover {
  color: #ffffff; }

.usa-text-small {
  font-size: 1.3rem;
  margin-top: 0; }

.usa-section > :first-child,
.usa-grid > :first-child {
  margin-top: 0; }

.usa-section > :last-child,
.usa-grid > :last-child {
  margin-bottom: 0; }

.usa-width-one-whole:first-child > :first-child,
.usa-width-one-half:first-child > :first-child,
.usa-width-one-third:first-child > :first-child,
.usa-width-two-thirds:first-child > :first-child,
.usa-width-one-fourth:first-child > :first-child,
.usa-width-three-fourths:first-child > :first-child,
.usa-width-one-sixth:first-child > :first-child,
.usa-width-five-sixths:first-child > :first-child,
.usa-width-one-twelfth:first-child > :first-child {
  margin-top: 0; }

@media screen and (min-width: 600px) {
  .usa-width-one-whole > :first-child,
  .usa-width-one-half > :first-child,
  .usa-width-one-third > :first-child,
  .usa-width-two-thirds > :first-child,
  .usa-width-one-fourth > :first-child,
  .usa-width-three-fourths > :first-child,
  .usa-width-one-sixth > :first-child,
  .usa-width-five-sixths > :first-child,
  .usa-width-one-twelfth > :first-child {
    margin-top: 0; } }

.usa-width-one-whole:last-child > :last-child,
.usa-width-one-half:last-child > :last-child,
.usa-width-one-third:last-child > :last-child,
.usa-width-two-thirds:last-child > :last-child,
.usa-width-one-fourth:last-child > :last-child,
.usa-width-three-fourths:last-child > :last-child,
.usa-width-one-sixth:last-child > :last-child,
.usa-width-five-sixths:last-child > :last-child,
.usa-width-one-twelfth:last-child > :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 600px) {
  .usa-width-one-whole > :last-child,
  .usa-width-one-half > :last-child,
  .usa-width-one-third > :last-child,
  .usa-width-two-thirds > :last-child,
  .usa-width-one-fourth > :last-child,
  .usa-width-three-fourths > :last-child,
  .usa-width-one-sixth > :last-child,
  .usa-width-five-sixths > :last-child,
  .usa-width-one-twelfth > :last-child {
    margin-bottom: 0; } }

.usa-accordion,
.usa-accordion-bordered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  width: 100%; }

.usa-accordion > li,
.usa-accordion-bordered > li {
  margin-bottom: 0; }

.usa-accordion + .usa-accordion,
.usa-accordion + .usa-accordion-bordered,
.usa-accordion-bordered + .usa-accordion,
.usa-accordion-bordered + .usa-accordion-bordered {
  margin-top: 1rem; }

.usa-accordion > ul,
.usa-accordion-bordered > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  width: 100%; }

.usa-accordion > ul > li,
.usa-accordion-bordered > ul > li {
  margin-bottom: 0; }

.usa-accordion > ul > li,
.usa-accordion-bordered > ul > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 6px;
  width: 100%; }

.usa-accordion > ul button,
.usa-accordion-bordered > ul button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("../img/minus.png");
  background-image: url("../img/minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  width: 100%; }

.usa-accordion > ul button:hover,
.usa-accordion-bordered > ul button:hover {
  background-color: transparent; }

.usa-accordion > ul button:focus,
.usa-accordion-bordered > ul button:focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

.usa-accordion > ul button:hover,
.usa-accordion-bordered > ul button:hover {
  background-color: #d6d7d9;
  color: #000000; }

.usa-accordion > ul button h1,
.usa-accordion > ul button h2,
.usa-accordion > ul button h3,
.usa-accordion > ul button h4,
.usa-accordion > ul button h5,
.usa-accordion > ul button h6,
.usa-accordion-bordered > ul button h1,
.usa-accordion-bordered > ul button h2,
.usa-accordion-bordered > ul button h3,
.usa-accordion-bordered > ul button h4,
.usa-accordion-bordered > ul button h5,
.usa-accordion-bordered > ul button h6 {
  margin: 0; }

.usa-accordion > ul [aria-expanded=false],
.usa-accordion-bordered > ul [aria-expanded=false] {
  background-image: url("../img/plus.png");
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem; }

.usa-accordion > li,
.usa-accordion-bordered > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 6px;
  width: 100%; }

.usa-accordion-content {
  background-color: #ffffff;
  overflow: auto;
  padding: 3rem; }

.usa-accordion-content > *:first-child {
  margin-top: 0; }

.usa-accordion-content > *:last-child {
  margin-bottom: 0; }

.usa-accordion-content:not([aria-hidden]) {
  position: absolute;
  left: -999em; }

.usa-accordion-content[aria-hidden=true] {
  display: none; }

.usa-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("../img/minus.png");
  background-image: url("../img/minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  width: 100%; }

.usa-accordion-button:hover {
  background-color: transparent; }

.usa-accordion-button:focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

.usa-accordion-button:hover {
  background-color: #d6d7d9;
  color: #000000; }

.usa-accordion-button h1,
.usa-accordion-button h2,
.usa-accordion-button h3,
.usa-accordion-button h4,
.usa-accordion-button h5,
.usa-accordion-button h6 {
  margin: 0; }

.usa-accordion-button[aria-expanded=false] {
  background-image: url("../img/plus.png");
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem; }

.usa-alert {
  background-color: #f1f1f1;
  background-position: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 4rem;
  margin-top: 1.5em;
  padding: 1em; }

@media screen and (min-width: 600px) {
  .usa-alert {
    background-size: 5.2rem; } }

.usa-alert ul {
  margin-bottom: 0;
  margin-top: 1em; }

.usa-alert-icon {
  display: table-cell;
  padding-right: 1rem; }

.usa-alert-body {
  display: table-cell;
  padding-left: 3.5rem;
  vertical-align: top; }

@media screen and (min-width: 600px) {
  .usa-alert-body {
    padding-left: 5rem;
    padding-top: 1rem; } }

.usa-alert-heading {
  margin-bottom: .3rem;
  margin-top: 0; }

@media screen and (min-width: 600px) {
  .usa-alert-heading {
    margin-top: .3rem; } }

.usa-alert-text {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0;
  margin-top: 0; }

.usa-alert-success {
  background-color: #e7f4e4;
  background-image: url("../img/alerts/success.png");
  background-image: url("../img/alerts/success.svg"); }

.usa-alert-warning {
  background-color: #fff1d2;
  background-image: url("../img/alerts/warning.png");
  background-image: url("../img/alerts/warning.svg"); }

.usa-alert-error {
  background-color: #f9dede;
  background-image: url("../img/alerts/error.png");
  background-image: url("../img/alerts/error.svg"); }

.usa-alert-info {
  background-color: #e1f3f8;
  background-image: url("../img/alerts/info.png");
  background-image: url("../img/alerts/info.svg"); }

.usa-alert-no_icon {
  background-image: none; }

.usa-banner {
  background-color: #f1f1f1;
  padding-bottom: 0.7rem; }

@media screen and (min-width: 481px) {
  .usa-banner {
    font-size: 1.3rem;
    padding-bottom: 0; } }

.usa-banner-content {
  padding-right: 1.5rem;
  padding-bottom: 3px;
  padding-left: 1.5rem;
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 2rem;
  width: 100%; }

@media screen and (min-width: 600px) {
  .usa-banner-content {
    padding-bottom: 2.3rem;
    padding-top: 4rem; } }

@media screen and (min-width: 951px) {
  .usa-banner-content {
    padding-right: 3rem;
    padding-left: 3rem; } }

.usa-banner-content p:first-child {
  margin-top: 1rem; }

@media screen and (min-width: 600px) {
  .usa-banner-content p:first-child {
    margin-top: 0; } }

.usa-banner-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1040px; }

.usa-banner-inner::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 951px) {
  .usa-banner-inner {
    padding-right: 3rem;
    padding-left: 3rem; } }

.usa-banner-header {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.2rem;
  font-weight: 400; }

@media screen and (min-width: 481px) {
  .usa-banner-header {
    padding-top: 0;
    padding-bottom: 0; } }

.usa-banner-header p {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  overflow: hidden;
  vertical-align: middle; }

@media screen and (min-width: 481px) {
  .usa-banner-header p {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block; } }

.usa-banner-header img {
  float: left;
  margin-right: 1rem;
  margin-top: 1px;
  width: 2.4rem; }

@media screen and (min-width: 481px) {
  .usa-banner-header img {
    margin-right: 0.7rem;
    width: 2rem; } }

.usa-banner-header-expanded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aeb0b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  min-height: 5.6rem;
  padding-right: 3rem; }

@media screen and (min-width: 481px) {
  .usa-banner-header-expanded {
    border-bottom: none;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    min-height: 0;
    padding-right: 0; } }

.usa-banner-header-expanded > .usa-banner-inner {
  margin-left: 0; }

@media screen and (min-width: 481px) {
  .usa-banner-header-expanded > .usa-banner-inner {
    margin-left: auto; } }

.usa-banner-header-expanded img {
  margin-right: 2.4rem; }

@media screen and (min-width: 481px) {
  .usa-banner-header-expanded img {
    margin-right: 0.7rem; } }

.usa-banner-header-expanded p {
  line-height: 1.3;
  vertical-align: top; }

@media screen and (min-width: 481px) {
  .usa-banner-header-expanded p {
    line-height: 1.5;
    vertical-align: middle; } }

.usa-banner-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  padding-top: 1.3rem;
  padding-left: 4.8rem;
  background-position-x: right;
  color: #0071bc;
  display: block;
  font-size: 1.2rem;
  height: 4.3rem;
  left: 0;
  position: absolute;
  text-decoration: underline;
  top: 0;
  width: 100%; }

.usa-banner-button:hover {
  background-color: transparent; }

@media screen and (min-width: 481px) {
  .usa-banner-button {
    padding-top: 0;
    padding-left: 0;
    display: inline;
    height: initial;
    margin-left: 3px;
    position: relative;
    vertical-align: middle;
    width: initial; } }

.usa-banner-button:hover {
  color: #205493;
  text-decoration: underline; }

.usa-banner-button[aria-expanded=false] {
  background-image: none; }

.usa-banner-button[aria-expanded=false]::after {
  background-image: url(../img/angle-arrow-down-primary.png);
  background-image: url(../img/angle-arrow-down-primary.svg);
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0; }

.usa-banner-button[aria-expanded=false]:hover::after {
  background-image: url(../img/angle-arrow-down-primary-hover.png);
  background-image: url(../img/angle-arrow-down-primary-hover.svg); }

.usa-banner-button[aria-expanded=false]::after {
  background-position-y: 1px; }

.usa-banner-button[aria-expanded=true] {
  background-image: none;
  height: 5.6rem; }

.usa-banner-button[aria-expanded=true]::after {
  background-image: url(../img/close.png);
  background-image: url(../img/close.svg);
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin-left: 0; }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true] {
    height: initial;
    padding: 0;
    position: relative; }
  .usa-banner-button[aria-expanded=true]::after {
    background-image: url(../img/angle-arrow-up-primary.png);
    background-image: url(../img/angle-arrow-up-primary.svg);
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 0; }
  .usa-banner-button[aria-expanded=true]:hover::after {
    background-image: url(../img/angle-arrow-up-primary-hover.png);
    background-image: url(../img/angle-arrow-up-primary-hover.svg); }
  .usa-banner-button[aria-expanded=true]::after {
    background-position-y: 1px; } }

.usa-banner-button[aria-expanded=true]::after {
  position: absolute;
  right: 1.5rem;
  top: 2.15rem; }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true]::after {
    position: static; } }

.usa-banner-button[aria-expanded=true] .usa-banner-button-text {
  display: none; }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
    display: inline; } }

.usa-banner-icon {
  width: 3.8rem; }

.usa-footer .usa-unstyled-list {
  display: block; }

.usa-footer .usa-footer-primary-link {
  color: #000000;
  display: block;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: none; }

@media screen and (min-width: 600px) {
  .usa-footer .usa-footer-primary-link {
    border-top: none; } }

.usa-footer .usa-footer-primary-link:hover {
  text-decoration: underline; }

.usa-footer a {
  font-weight: normal; }

.usa-footer-return-to-top {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.usa-footer-primary-section {
  background-color: #f1f1f1; }

.usa-footer-primary-section .usa-footer-primary-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

@media screen and (min-width: 600px) {
  .usa-footer-primary-section .usa-footer-primary-content {
    padding-left: 0;
    padding-right: 0; } }

.usa-footer-primary-section .usa-footer-primary-content li {
  margin-left: 1rem; }

@media screen and (min-width: 600px) {
  .usa-footer-primary-section .usa-footer-primary-content li {
    margin-left: 0; } }

@media screen and (min-width: 600px) {
  .usa-footer-primary-section .usa-grid-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.usa-footer-medium .usa-footer-primary-section {
  padding: 0; }

@media screen and (min-width: 600px) {
  .usa-footer-medium .usa-footer-primary-section {
    padding-bottom: 1rem;
    padding-top: 1rem; } }

@media screen and (min-width: 1201px) {
  .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content {
    margin-right: 6%;
    width: inherit; } }

@media screen and (min-width: 1201px) {
  .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content:last-child {
    margin-right: 0; } }

@media screen and (min-width: 600px) {
  .usa-footer-medium .usa-footer-nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.usa-footer-slim .usa-footer-nav a {
  display: block; }

@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-nav .usa-footer-primary-content {
    margin-right: 9%;
    width: inherit; } }

@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-nav .usa-footer-primary-content:last-child {
    margin-right: 0; } }

.usa-footer-slim .usa-footer-primary-section {
  padding-bottom: 2rem; }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-primary-section {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .usa-footer-slim .usa-footer-primary-section .usa-grid-full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info > * {
    margin: 0; } }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info {
    width: 100%; } }

@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-contact_info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
  .usa-footer-slim .usa-footer-contact_info:last-child {
    margin-right: 0; } }

ul.usa-footer-primary-content,
li.usa-footer-primary-content,
li.usa-footer-primary-content {
  border-top: 1px solid #000000; }

@media screen and (min-width: 600px) {
  ul.usa-footer-primary-content,
  li.usa-footer-primary-content,
  li.usa-footer-primary-content {
    border: none; } }

ul.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child {
  border-bottom: 1px solid #000000; }

@media screen and (min-width: 600px) {
  ul.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child {
    border-bottom: none; } }

.usa-sign_up-block {
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

@media screen and (min-width: 600px) {
  .usa-sign_up-block {
    float: right;
    padding: 0; } }

.usa-sign_up-block label:first-of-type {
  margin-top: 0; }

.usa-sign_up-block button {
  float: none;
  margin-right: 0;
  margin-top: 1.5rem; }

.usa-sign_up-block input {
  width: 100%; }

.usa-footer-secondary_section {
  background-color: #d6d7d9;
  padding-bottom: 3rem;
  padding-top: 3rem; }

.usa-footer-secondary_section a {
  color: #000000; }

@media screen and (min-width: 600px) {
  .usa-footer-big-secondary-section {
    padding-top: 5rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-contact-links {
    text-align: right; } }

.usa-social-links a {
  text-decoration: none; }

@media screen and (min-width: 600px) {
  .usa-footer-big .usa-footer-primary-section {
    padding-bottom: 4rem;
    padding-top: 3rem; } }

.usa-footer-big ul {
  padding-bottom: 2.5rem; }

@media screen and (min-width: 600px) {
  .usa-footer-big ul {
    padding-bottom: 0; } }

.usa-footer-big ul:last-child {
  border-bottom: 1px solid #000000; }

@media screen and (min-width: 600px) {
  .usa-footer-big ul:last-child {
    border-bottom: none; } }

.usa-footer-big ul li {
  line-height: 2em; }

.usa-footer-big ul .usa-footer-primary-link {
  background-image: url("../img/arrow-down.png");
  background-image: url("../img/arrow-down.svg");
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  margin-left: 0;
  padding-left: 3.5rem; }

@media screen and (min-width: 600px) {
  .usa-footer-big ul .usa-footer-primary-link {
    background: none;
    margin-bottom: .8rem;
    padding-bottom: 0;
    padding-left: 0; } }

.usa-footer-big ul .usa-footer-primary-link > * {
  margin-top: 0;
  margin-bottom: 0; }

.usa-footer-big ul.hidden {
  padding-bottom: 0; }

.usa-footer-big ul.hidden li {
  display: none; }

.usa-footer-big ul.hidden .usa-footer-primary-link {
  background-image: url("../img/arrow-right.png");
  background-image: url("../img/arrow-right.svg");
  cursor: pointer;
  display: block; }

@media screen and (min-width: 600px) {
  .usa-footer-big ul.hidden .usa-footer-primary-link {
    background: none;
    padding-left: 0; } }

.usa-footer-topic {
  margin: 0;
  padding: 2rem 0; }

@media screen and (min-width: 600px) {
  .usa-sign_up-header {
    margin: 0;
    padding: 2rem 0; } }

.usa-footer-logo-img {
  max-width: 14rem; }

.usa-footer-slim-logo-img {
  float: left;
  max-width: 10rem; }

.usa-footer-logo-heading {
  margin-top: 2rem; }

.usa-footer-contact-heading {
  margin-top: 0; }

@media screen and (min-width: 600px) {
  .usa-footer-contact-heading {
    margin-top: 1rem; } }

.usa-footer-slim-logo-heading {
  display: block;
  padding-top: 1rem; }

@media screen and (min-width: 600px) {
  .usa-footer-slim-logo-heading {
    display: inline-block;
    padding-left: 1em; } }

.usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
  margin: 2.5rem 1rem 1.5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  display: inline-block;
  height: 4.4rem;
  left: -1.6rem;
  position: relative;
  text-align: center;
  width: 4.4rem; }

@media screen and (min-width: 600px) {
  .usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
    margin: 0 0 0 1rem;
    left: 1.2rem; } }

.usa-social_link span, .usa-link-facebook span, .usa-link-twitter span, .usa-link-youtube span, .usa-link-rss span {
  position: absolute;
  left: -999em; }

.usa-link-facebook {
  background-image: url("../img/social-icons/png/facebook25.png");
  background-image: url("../img/social-icons/svg/facebook25.svg"); }

.usa-link-twitter {
  background-image: url("../img/social-icons/png/twitter16.png");
  background-image: url("../img/social-icons/svg/twitter16.svg"); }

.usa-link-youtube {
  background-image: url("../img/social-icons/png/youtube15.png");
  background-image: url("../img/social-icons/svg/youtube15.svg"); }

.usa-link-rss {
  background-image: url("../img/social-icons/png/rss25.png");
  background-image: url("../img/social-icons/svg/rss25.svg"); }

form a {
  border-bottom: 0; }

form [type="submit"],
form [type="submit"] {
  display: block;
  margin-bottom: 1.5em;
  margin-top: 2.5rem; }

@media screen and (min-width: 600px) {
  form [type="submit"],
  form [type="submit"] {
    padding-left: 2.7em;
    padding-right: 2.7em;
    width: auto; } }

form [name="password"],
form [name="confirmPassword"] {
  margin-bottom: 1.1rem; }

@media screen and (min-width: 600px) {
  .usa-form {
    max-width: 32rem; } }

.usa-form-note {
  float: right;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.5rem; }

.usa-form-note + * {
  clear: both; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 600px) {
  .usa-form-large {
    max-width: 46rem; } }

@media screen and (min-width: 600px) {
  input.usa-input-tiny {
    max-width: 6rem; } }

@media screen and (min-width: 600px) {
  input.usa-input-medium {
    max-width: 12rem; } }

@media screen and (min-width: 600px) {
  .usa-input-grid {
    padding-right: 5%; } }

@media screen and (min-width: 600px) {
  .usa-input-grid:last-of-type {
    padding-right: 0; } }

@media screen and (min-width: 600px) {
  .usa-input-grid-small {
    float: left;
    width: 35%; } }

.usa-input-grid-small input {
  margin-bottom: 3rem; }

.usa-input-grid-small select {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-input-grid-medium {
    float: left;
    width: 65%; } }

.usa-input-grid-medium input {
  margin-bottom: 3rem; }

.usa-input-grid-medium select {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-input-grid-large {
    float: left;
    width: 100%; } }

.usa-input-grid-large input {
  margin-bottom: 3rem; }

.usa-input-grid-large select {
  margin-bottom: 3rem; }

.usa-additional_text {
  float: right;
  font-style: italic;
  font-weight: normal; }

.usa-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.usa-checklist li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 3em;
  text-indent: -2em; }

.usa-checklist li::before {
  content: ' ';
  display: inline-block;
  height: .8em;
  margin-right: .2em;
  width: 1.8em; }

.usa-checklist-checked::before {
  background-image: url("../img/correct9.png");
  background-image: url("../img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%; }

.usa-graphic_list .usa-graphic_list-row .usa-media_block {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-graphic_list .usa-graphic_list-row .usa-media_block {
    margin-bottom: 6rem; } }

@media screen and (min-width: 600px) {
  .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block {
    margin-bottom: 0; } }

.usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block:last-child {
  margin-bottom: 0; }

.usa-graphic_list .usa-media_block-img {
  margin-right: 3rem; }

.usa-graphic_list .usa-media_block-body > :first-child {
  margin-top: 0; }

.usa-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../img/hero.png");
  background-position: center;
  background-size: cover; }

.usa-hero .usa-button {
  color: #ffffff; }

.usa-section-dark .usa-hero-link {
  color: #02bfe7; }

.usa-hero-callout {
  background-color: #112e51;
  padding: 3rem; }

@media screen and (min-width: 481px) {
  .usa-hero-callout {
    max-width: 30rem; } }

.usa-hero-callout > *:first-child {
  margin-top: 0;
  margin-bottom: 3rem; }

.usa-hero-callout .usa-button {
  font-size: 1.4rem;
  margin-top: 7rem;
  width: 100%; }

.usa-hero-callout-alt {
  color: #ffffff;
  display: block; }

.usa-layout-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (min-width: 1201px) {
  .usa-layout-docs {
    display: inherit; } }

.usa-layout-docs .usa-grid > :first-child:not(.usa-width-*) {
  margin-top: 0; }

.usa-layout-docs .usa-grid > :last-child:not(.usa-width-*) {
  margin-bottom: 0; }

.usa-layout-docs-sidenav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.usa-layout-docs-main_content {
  margin-bottom: 3rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (min-width: 1201px) {
  .usa-layout-docs-main_content {
    margin-bottom: 0; } }

.usa-layout-docs-main_content > :first-child {
  margin-top: 0; }

.usa-media_block-img {
  float: left;
  margin-right: 1rem; }

.usa-media_block-body {
  overflow: hidden; }

.usa-section {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-section {
    padding-top: 6rem;
    padding-bottom: 6rem; } }

.usa-section-light {
  background-color: #f1f1f1; }

.usa-section-dark {
  background-color: #112e51;
  color: #ffffff; }

.usa-section-dark h1,
.usa-section-dark h2,
.usa-section-dark h3,
.usa-section-dark h4,
.usa-section-dark h5,
.usa-section-dark h6 {
  color: #02bfe7; }

.usa-section-dark p {
  color: #ffffff; }

.usa-section-dark a {
  color: #d6d7d9; }

.usa-section-dark a:hover {
  color: #ffffff; }

.usa-sidenav-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }

.usa-sidenav-list > li {
  margin-bottom: 0; }

.usa-sidenav-list > li {
  background-color: transparent;
  border-top: 1px solid #4b4b4d;
  font-size: 1.7rem; }

.usa-sidenav-list > li:first-child {
  border-top: none; }

.usa-sidenav-list a {
  border: none;
  color: #000000;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none; }

.usa-sidenav-list a:hover {
  background-color: #f1f1f1;
  color: #0071bc;
  text-decoration: none; }

.usa-sidenav-list a:focus {
  position: relative;
  z-index: 1; }

.usa-sidenav-list a.usa-current {
  border-left: 4px solid #0071bc;
  color: #0071bc;
  font-weight: 700;
  padding-left: 1.4rem; }

.usa-sidenav-sub_list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%; }

.usa-sidenav-sub_list > li {
  margin-bottom: 0; }

.usa-sidenav-sub_list li {
  border: none;
  font-size: 1.5rem; }

.usa-sidenav-sub_list a {
  padding-left: 2.8rem;
  line-height: 1.3; }

.usa-sidenav-sub_list a:hover, .usa-sidenav-sub_list a.usa-current {
  border: none;
  padding-left: 2.8rem; }

.usa-sidenav-sub_list .usa-sidenav-sub_list a {
  padding-left: 3.8rem; }

.usa-sidenav-sub_list .usa-sidenav-sub_list a:hover {
  padding-left: 3.8rem; }

.usa-header {
  width: 100%;
  z-index: 7000; }

@media screen and (min-width: 951px) {
  .usa-header {
    border-bottom: 1px solid #aeb0b5; } }

.usa-header a {
  border-bottom: none; }

.usa-header .usa-search {
  margin-bottom: 1.5rem; }

@media screen and (min-width: 951px) {
  .usa-header .usa-search {
    float: right;
    margin-bottom: 0;
    max-width: 21.5rem; } }

.usa-navbar {
  border-bottom: 1px solid #aeb0b5;
  height: 4rem; }

@media screen and (min-width: 951px) {
  .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: 10.3rem; } }

.usa-logo {
  float: left;
  line-height: 4rem;
  margin-left: 1.5rem; }

@media screen and (min-width: 951px) {
  .usa-logo {
    line-height: 7.5rem;
    margin-left: 0; } }

.usa-logo a {
  color: #000000;
  text-decoration: none; }

.usa-logo br {
  display: none; }

@media screen and (min-width: 951px) {
  .usa-logo br {
    display: block; } }

.usa-logo-text {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin: 0; }

@media screen and (min-width: 951px) {
  .usa-logo-text {
    display: block;
    font-size: 2.4rem;
    line-height: 1.3; } }

.usa-menu-btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #0071bc;
  color: #ffffff;
  display: inline;
  float: right;
  font-size: 1.3rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 5.8rem; }

.usa-menu-btn:hover {
  background-color: transparent; }

@media screen and (min-width: 951px) {
  .usa-menu-btn {
    display: none; } }

.usa-menu-btn:hover {
  color: #ffffff;
  background-color: #205493; }

.usa-menu-btn:visited {
  color: #ffffff; }

.usa-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 8000; }

.usa-overlay.is-visible {
  opacity: 0.1;
  visibility: visible; }

.usa-nav-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 951px) {
  .usa-nav-link:hover span {
    border-bottom: 0.7rem solid #02bfe7;
    padding-bottom: 1rem; } }

@media screen and (min-width: 951px) {
  .usa-nav-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: 1040px; }
  .usa-nav-container::after {
    clear: both;
    content: "";
    display: block; } }

.usa-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 26rem;
  -webkit-transform: translateX(26rem);
  -ms-transform: translateX(26rem);
  transform: translateX(26rem);
  background: #F1F1F1;
  border-left: 1px solid #aeb0b5;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  padding: 2rem;
  z-index: 9000; }

@media screen and (min-width: 951px) {
  .usa-nav {
    background: #ffffff;
    padding-top: 5rem;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-left: none;
    display: block;
    float: right;
    overflow-y: visible;
    position: relative;
    width: auto; } }

.usa-nav.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.usa-nav nav {
  margin-top: 6rem;
  min-height: 100%; }

@media screen and (min-width: 951px) {
  .usa-nav nav {
    margin-top: 0; } }

.usa-nav .usa-current {
  border-left: 4px solid #0071bc;
  color: #0071bc;
  font-weight: 700;
  padding-left: 1.4rem; }

.usa-nav .usa-button {
  width: 100%; }

@media screen and (min-width: 951px) {
  .usa-nav .usa-search {
    margin-left: 1.5rem; } }

.usa-nav-primary {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.usa-nav-primary > li {
  margin-bottom: 0; }

.usa-nav-primary > li {
  background-color: transparent;
  border-top: 1px solid #4b4b4d;
  font-size: 1.7rem; }

.usa-nav-primary > li:first-child {
  border-top: none; }

.usa-nav-primary a {
  border: none;
  color: #000000;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none; }

.usa-nav-primary a:hover {
  background-color: #f1f1f1;
  color: #0071bc;
  text-decoration: none; }

.usa-nav-primary a:focus {
  position: relative;
  z-index: 1; }

.usa-nav-primary a.usa-current {
  border-left: 4px solid #0071bc;
  color: #0071bc;
  font-weight: 700;
  padding-left: 1.4rem; }

@media screen and (min-width: 951px) {
  .usa-nav-primary {
    display: inline; } }

@media screen and (min-width: 951px) {
  .usa-nav-primary li {
    border-top: none; } }

.usa-nav-primary > li {
  width: auto; }

@media screen and (min-width: 951px) {
  .usa-nav-primary > li {
    display: inline-block;
    margin-left: -4px; } }

@media screen and (min-width: 951px) {
  .usa-nav-primary > li > a {
    padding: 1.3rem 1.5rem 1.7rem;
    color: #4b4b4d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2; } }

@media screen and (min-width: 951px) {
  .usa-nav-primary > li > a:hover {
    background-color: transparent; } }

.usa-nav-primary button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding: 1.4rem 1.5rem 1rem 1.8rem; }

.usa-nav-primary button:hover {
  background-color: transparent; }

@media screen and (min-width: 951px) {
  .usa-nav-primary button {
    padding-right: 3rem;
    padding-bottom: 1.9rem;
    padding-left: 1.5rem;
    color: #4b4b4d;
    font-size: 1.5rem;
    font-weight: 700;
    width: initial; } }

.usa-nav-primary button:focus, .usa-nav-primary button:active {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }

.usa-nav-primary button:hover {
  background-color: #f1f1f1;
  color: #0071bc; }

@media screen and (min-width: 951px) {
  .usa-nav-primary button:hover {
    background-color: transparent; } }

.usa-nav-primary button[aria-expanded=false] {
  background-image: url("../img/plus-alt.png");
  background-image: url("../img/plus-alt.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1rem; }

@media screen and (min-width: 951px) {
  .usa-nav-primary button[aria-expanded=false] {
    background-image: url("../img/angle-arrow-down.png");
    background-image: url("../img/angle-arrow-down.svg");
    background-position: right 1.5rem top 44%; } }

.usa-nav-primary button[aria-expanded=true] {
  background-image: url("../img/minus-alt.png");
  background-image: url("../img/minus-alt.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1rem; }

@media screen and (min-width: 951px) {
  .usa-nav-primary button[aria-expanded=true] {
    background-color: #112e51;
    color: #ffffff;
    background-image: url("../img/angle-arrow-down-hover.png");
    background-image: url("../img/angle-arrow-down-hover.svg");
    background-position: right 1.5rem top 44%; }
  .usa-nav-primary button[aria-expanded=true]:hover {
    background-color: #112e51; }
  .usa-nav-primary button[aria-expanded=true] span {
    border-bottom: 0.7rem solid #02bfe7;
    padding-bottom: 1rem; } }

@media screen and (min-width: 951px) {
  .usa-header-basic .usa-logo {
    bottom: 1.9rem;
    position: absolute; } }

@media screen and (min-width: 951px) {
  .usa-header-basic .usa-navbar {
    position: relative;
    width: 18%; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-header {
    border-bottom: none; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-logo {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

@media screen and (min-width: 951px) {
  .usa-header-extended em {
    font-size: 3.2rem;
    line-height: 1; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-navbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
    display: block;
    height: auto;
    max-width: 1040px; }
  .usa-header-extended .usa-navbar::after {
    clear: both;
    content: "";
    display: block; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-nav {
    border-top: 1px solid #aeb0b5;
    float: none;
    padding: 0;
    width: 100%; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-nav-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 2rem;
    margin-top: -1px;
    max-width: 1040px;
    position: relative; }
  .usa-header-extended .usa-nav-inner::after {
    clear: both;
    content: "";
    display: block; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-nav-primary::after {
    clear: both;
    content: "";
    display: block; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-nav-primary button[aria-expanded=false], .usa-header-extended .usa-nav-primary button[aria-expanded=true] {
    background-position: right 1.5rem top 50%; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-nav-link {
    padding-top: 1.9rem; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-nav-submenu .usa-grid-full {
    padding-left: 1.2rem; } }

@media screen and (min-width: 951px) {
  .usa-header-extended .usa-megamenu {
    padding-left: 3rem; } }

@media screen and (min-width: 951px) {
  .usa-nav-secondary {
    position: absolute;
    right: 3rem;
    top: -5.7rem; } }

.usa-nav-secondary .usa-search {
  margin-top: 3rem;
  margin-bottom: 3rem; }

@media screen and (min-width: 951px) {
  .usa-nav-secondary .usa-search {
    margin-top: -0.2rem;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    float: left; }
  .usa-nav-secondary .usa-search.is-visible {
    display: block; } }

@media screen and (min-width: 951px) {
  .usa-nav-secondary-links {
    float: left; } }

@media screen and (min-width: 951px) {
  .usa-nav-secondary-links li {
    display: inline;
    padding-left: 1rem; } }

@media screen and (min-width: 951px) {
  .usa-nav-secondary-links li:not(:last-child)::after {
    content: '|';
    padding-left: 1rem; } }

.usa-nav-secondary-links a,
.usa-nav-secondary-links .usa-header-search-button {
  color: #4b4b4d;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none; }

.usa-nav-secondary-links a:hover,
.usa-nav-secondary-links .usa-header-search-button:hover {
  color: #0071bc; }

.usa-nav-secondary-links .usa-header-search-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  display: none; }

.usa-nav-secondary-links .usa-header-search-button:hover {
  background-color: transparent; }

@media screen and (min-width: 951px) {
  .usa-nav-secondary-links .usa-header-search-button {
    /* background-image: url("../img/search-alt.png");
    background-image: url("../img/search-alt.svg");*/
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.2rem;
    display: inline-block;
    padding-left: 2.3rem; } }

@media screen and (min-width: 951px) {
  .usa-nav-secondary-links .usa-header-search-button.is-hidden {
    display: none; } }

.usa-nav-submenu {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%; }

.usa-nav-submenu > li {
  margin-bottom: 0; }

.usa-nav-submenu li {
  border: none;
  font-size: 1.5rem; }

.usa-nav-submenu a {
  padding-left: 2.8rem;
  line-height: 1.3; }

.usa-nav-submenu a:hover, .usa-nav-submenu a.usa-current {
  border: none;
  padding-left: 2.8rem; }

.usa-nav-submenu .usa-sidenav-sub_list a {
  padding-left: 3.8rem; }

.usa-nav-submenu .usa-sidenav-sub_list a:hover {
  padding-left: 3.8rem; }

@media screen and (min-width: 951px) {
  .usa-nav-submenu {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    background-color: #112e51;
    min-width: 21.5rem;
    width: auto;
    position: absolute; }
  .usa-nav-submenu > li {
    margin-bottom: 0; } }

.usa-nav-submenu[aria-hidden=true] {
  display: none; }

@media screen and (min-width: 951px) {
  .usa-nav-submenu a {
    color: #ffffff;
    padding-left: 1.8rem; } }

@media screen and (min-width: 951px) {
  .usa-nav-submenu a:hover {
    background-color: #112e51;
    color: #ffffff;
    text-decoration: underline; } }

@media screen and (min-width: 951px) {
  .usa-nav-submenu a:hover, .usa-nav-submenu a.usa-current {
    padding-left: 1.8rem; } }

.usa-nav-submenu li {
  margin-bottom: 0; }

.usa-nav-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  margin: -1.2rem -1.5rem 2.4rem auto;
  float: right;
  height: 4.4rem;
  text-align: center;
  width: 4.4rem; }

.usa-nav-close:hover {
  background-color: transparent; }

@media screen and (min-width: 951px) {
  .usa-nav-close {
    display: none; } }

.usa-nav-close img {
  width: 1.3rem; }

.usa-mobile_nav-active {
  overflow: hidden; }

@media screen and (min-width: 951px) {
  .usa-megamenu {
    padding-top: 3.15rem;
    padding-bottom: 3.15rem;
    left: -1.8rem;
    width: 100%; } }

@media screen and (min-width: 951px) {
  .usa-megamenu::before {
    background-color: #112e51;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    right: 100%; } }

@media screen and (min-width: 951px) {
  .usa-megamenu::after {
    background-color: #112e51;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    left: 100%; } }

@media screen and (min-width: 951px) {
  .usa-header-basic-megamenu .usa-nav {
    padding-top: 0;
    width: 100%; } }

.usa-header-basic-megamenu .usa-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (min-width: 951px) {
  .usa-header-basic-megamenu .usa-nav-inner {
    display: initial;
    float: right;
    margin-top: -4.8rem; } }

@media screen and (min-width: 951px) {
  .usa-header-basic-megamenu .usa-nav-submenu .usa-grid-full {
    margin-left: -1.8rem; } }

@media screen and (min-width: 951px) {
  .usa-megamenu-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
  .usa-megamenu-col:last-child {
    margin-right: 0; }
  .usa-megamenu-col:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
  .usa-megamenu-col:nth-child(2n):last-child {
    margin-right: 0; }
  .usa-megamenu-col:nth-child(4n) {
    margin-right: 0; } }

.usa-megamenu-col > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }

.usa-megamenu-col > ul > li {
  margin-bottom: 0; }

.usa-search {
  max-width: none;
  position: relative; }

.usa-search::after {
  clear: both;
  content: "";
  display: block; }

.usa-search [type="search"],
.usa-search .usa-search-input {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 1.4rem;
  height: 3.3rem;
  margin: 0;
  width: calc(100% - 4.5rem); }

@media screen and (min-width: 481px) {
  .usa-search [type="search"],
  .usa-search .usa-search-input {
    width: calc(100% - 8.5rem); } }

.usa-search [type="submit"],
.usa-search .usa-search-submit {
  background-image: url("../img/search.png");
  background-image: url("../img/search.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 3.3rem;
  margin: 0;
  padding: 0;
  width: 4.5rem; }

@media screen and (min-width: 481px) {
  .usa-search [type="submit"],
  .usa-search .usa-search-submit {
    background-image: none;
    width: 8.5rem; } }

.usa-search .usa-search-submit-text {
  display: none; }

@media screen and (min-width: 481px) {
  .usa-search .usa-search-submit-text {
    display: block; } }

@media screen and (min-width: 481px) {
  .usa-search.usa-search-big [type="search"],
  .usa-search.usa-search-big .usa-search-input {
    font-size: 1.7rem;
    height: 4.4rem;
    width: calc(100% - 11.6rem); }
  .usa-search.usa-search-big [type="submit"],
  .usa-search.usa-search-big .usa-search-submit {
    font-size: 2rem;
    height: 4.4rem;
    width: 11.6rem; } }

@media screen and (min-width: 481px) {
  .usa-search.usa-search-small [type="search"],
  .usa-search.usa-search-small .usa-search-input {
    width: calc(100% - 4.5rem); }
  .usa-search.usa-search-small [type="submit"],
  .usa-search.usa-search-small .usa-search-submit {
    background-image: url("../img/search.png");
    background-image: url("../img/search.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.5rem; } }

.usa-skipnav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100; }

.usa-skipnav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*
Override Header Nav Hover Effect

Original hover effect was applied to <span>.
When navs wrap to 2 lines, it showed 2 bottom borders.
This code overrides the span styles and applies the hover effect to the <button>.
This applies to Hover as well as Active, Focus, and Expanded states.
*/
ul,
ol {
  margin-top: 1em;
  padding-left: 1.94em;
  margin-bottom: 0; }

::selection {
  background: #11385B; }

/*sg-12/15/16 - added*/
.sm-image {
  padding-left: 10px; }

.usa-nav-primary button[aria-expanded=false] {
  background-image: url("../images/plus-alt.png");
  background-image: url("../images/plus-alt.svg"); }

.usa-nav-submenu a:visited, .usa-nav-submenu a:active, .usa-nav-submenu a:focus {
  color: #fff; }

.usa-nav-submenu:not([aria-hidden=false]) {
  display: none; }

@media screen and (min-width: 951px) {
  .usa-logo img {
    width: 80px;
    position: relative; }
  .usa-header-extended .usa-logo {
    margin-top: 1rem;
    margin-bottom: 0; }
  .cntrlogo:lang(es), .usa-logo:lang(es) {
    height: auto;
    padding: 0 0 0 0; }
  .cntrlogo:lang(es) img, .usa-logo:lang(es) img {
    width: 200px; }
  .usa-nav-secondary-links li:first-child::after {
    content: '';
    padding-left: 1rem; }
  .usa-nav-primary > li > a {
    padding: 1rem; }
  .usa-nav-link:hover, .usa-nav-link:active, .usa-nav-link:focus {
    padding-bottom: 0; }
  .usa-nav-link span {
    padding-bottom: 1rem;
    display: block;
    border-bottom: 0.7rem solid transparent;
    height: 47px; }
  .usa-nav-primary > li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0; }
  .usa-nav-primary button[aria-expanded=false] {
    padding-bottom: 0;
    border-bottom: 0; }
  .usa-nav-primary button[aria-expanded=true] {
    padding-bottom: 0;
    border-bottom: 0; }
  .usa-nav-primary > li > a {
    padding-bottom: 0;
    border-bottom: 0; }
  .usa-nav-primary button[aria-expanded=false] {
    background-image: url(../images/angle-arrow-down.png);
    background-image: url(../images/angle-arrow-down.svg); }
  .usa-nav-primary button[aria-expanded=true] {
    background-image: url(../images/angle-arrow-down-hover.png);
    background-image: url(../images/angle-arrow-up-hover.svg); }
  /*
  Override Search box width
  */
  .usa-nav-secondary .usa-search, .fed-search {
    display: block;
    margin-top: -0.8rem; }
  header [role="search"] {
    width: 35rem; }
  .usa-header .usa-search, .fed-search {
    max-width: none; }
  .usa-nav-secondary .usa-unstyled-list {
    margin-top: -0.5rem; }
  input#fed-search-small {
    background-color: #154285; }
  .usa-search.usa-search-small [type="submit"],
  .usa-search.usa-search-small .usa-search-submit {
    background-image: url(../images/search-dark.svg); }
  .usa-megamenu {
    padding-top: .15rem;
    padding-bottom: .15rem; }
  .usa-nav-submenu {
    background-color: #11385B;
    border-bottom: 3px solid #02bfe7; }
  .usa-megamenu::before {
    background-color: #11385B;
    border-bottom: 3px solid #02bfe7;
    box-sizing: content-box; }
  .usa-megamenu::after {
    background-color: #11385B;
    border-bottom: 3px solid #02bfe7;
    box-sizing: content-box; }
  .usa-nav-submenu a:hover {
    background-color: #11385B; }
  .usa-nav-submenu a:focus {
    text-decoration: underline; }
  .usa-logo a, .usa-logo a:visited {
    display: inline-block; }
  .usa-nav-secondary {
    top: -6rem;
    transition: top 0.2s; }
  .stuck .usa-nav-secondary {
    top: -3.6rem; }
  /*.usa-nav-secondary-links li:nth-child(2)::after {
    content: '|';
    padding-left: 0rem;
  }*/
  .usa-nav-secondary-links a, .usa-nav-secondary-links a:hover, .usa-nav-secondary-links a:focus, .usa-nav-secondary-links a:visited {
    color: #154285;
    text-decoration: underline; } }

@media screen and (min-width: 951px) {
  .usa-nav-secondary-links {
    white-space: nowrap; } }

@media screen and (max-width: 950px) {
  .cntrlogo:lang(es) img, .usa-logo:lang(es) img {
    height: 60px;
    max-width: 150px;
    padding-top: 5px; }
  .usa-nav-secondary-links a:hover, .usa-nav-secondary-links a:focus, .usa-nav-secondary-links a:active {
    color: #fff;
    text-decoration: underline; }
  /*.usa-header-extended .usa-nav-primary button[aria-expanded=false] {
		border-bottom: 1px solid;
		padding: 1rem 2rem 1rem 0rem;
	}*/
  .usa-header-extended .usa-nav-primary button[aria-expanded=true] {
    position: relative;
    background-image: url(../img/minus-white.png);
    /* TODO: Add png for white minus icon */
    background-image: url(../images/minus-white.svg);
    background-color: #11385B;
    color: #fff;
    padding: 1rem 2rem 1rem 0rem; }
  .usa-nav-submenu {
    position: relative;
    background-color: #11385B; }
  .usa-nav-primary a {
    color: #fff;
    padding-left: 1rem; }
  .usa-nav-primary a:hover {
    padding-left: 1rem; }
  .usa-nav-primary ul li:before {
    content: none;
    display: table-cell;
    padding-right: 0.4em; }
  .usa-nav-submenu::before, .usa-nav-primary button::before {
    background-color: #11385B;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 1000%;
    right: 100%; }
  .usa-nav-submenu::after, .usa-nav-primary button::after {
    background-color: #11385B;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    left: 100%; }
  .usa-nav {
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    border-left: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2000000004; }
  .usa-nav ul li:before {
    /*content: none;*/ }
  .usa-nav-close, .usa-nav-close:hover {
    margin: 0;
    width: auto;
    height: 4rem;
    padding-left: 1rem;
    padding-right: 4rem;
    color: #4b4b4d;
    background-color: white;
    background-image: url(../images/close.png);
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 2rem; }
  .usa-nav-close:hover {
    color: #4b4b4d; }
  .usa-nav-secondary {
    background: #4b4b4d;
    padding: 1rem; }
  .usa-nav-secondary .usa-search, .usa-nav-secondary .fed-search {
    display: block;
    clear: both;
    margin: 0;
    margin-top: 6rem; }
  .usa-nav-secondary-links a, .usa-nav-secondary-links .usa-header-search-button {
    color: #fff; }
  .usa-nav-secondary-links a:visited {
    color: #fff; } }

body {
  /*margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family:  Tahoma, Verdana, Arial, Sans-serif;*/
  /*font-size: 150%;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;*/ }

a {
  color: #154285; }

a:hover, a:focus, a:active {
  color: #1e4570;
  text-decoration: underline; }

a:visited {
  color: #4b4b4d; }

a:focus, input:focus, button:focus, textarea:focus, select:focus, a:active, input:active, button:active, textarea:active, select:active {
  outline: #ff8c00 solid 3px; }

a[href^="tel:"], a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="tel:"]:active {
  text-decoration: none;
  color: #000000;
  pointer-events: none; }

.usa-logo:lang(es) {
  height: auto;
  padding: 0 0 0 0; }

#usasearch_sayt .ui-menu {
  height: auto; }

.usa-header-extended .usa-nav-primary button[aria-expanded=false], .usa-nav-primary > li > a {
  background-position: 95% 40%;
  color: #154285; }

.usa-nav-primary > li > a:hover {
  color: #154285; }

.usa-header-extended .usa-nav-primary button[aria-expanded=true] {
  background-position: 95% 40%;
  background-color: #11385B;
  color: #fff; }

.vidscrpt button:hover, .vidscrpt button:active {
  background-color: #fff; }

.infographicscrpt button:hover, .infographicscrpt button:active {
  background-color: #fff; }

#searchForm [type="submit"] {
  display: block;
  margin-bottom: 0;
  margin-top: 0; }

#searchForm input, #searchForm input[type="text"] {
  max-width: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

div.search-input-btn-container [type="submit"] {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0 0 0 0; }

.usa-nav-submenu a:visited {
  color: #fff; }

#cah-container .cah-bottom-buttons button {
  color: #fff; }

#cah-container legend {
  font-size: 1.6rem;
  font-weight: normal; }

#cah-container textarea {
  max-width: none; }

.seller_address_container .seller_address label {
  margin: 10px 50px 0 0;
  float: left;
  width: 2.5rem; }

#cah-container label {
  max-width: none; }

.voccheckboxeslong legend {
  font-size: 2rem; }

.voccheckboxeslong legend span {
  font-size: 1.7rem; }

#pagesurvey-trgt legend {
  margin: 0 0 0 0;
  float: none; }

#featurebox header h3 {
  clear: none; }

#featurelist header {
  display: table; }

#features-landing header {
  display: table; }

.custom-select select {
  background-image: none; }

.usa-footer-primary-section {
  background-color: #4b4b4d; }

.usa-footer-secondary_section {
  background-color: #d9d9d9; }

.usa-footer .usa-footer-primary-link:hover {
  text-decoration: none; }

.usa-menu-btn {
  background-color: #11385B; }

.usa-footer button, [type="submit"] {
  background-color: #02bfe7;
  color: #000000; }

.usa-footer button:hover, [type="submit"]:hover {
  background-color: #00a6d2;
  color: #000000; }

.usa-footer-big ul .usa-footer-primary-link > * {
  color: #fff; }

.usa-footer .usa-footer-contact-links li {
  display: inline-block; }

.usa-footer a {
  color: #fff; }

.usa-sign_up-header {
  color: #fff; }

.usa-sign_up-block label {
  color: #fff; }

.usa-footer .usa-footer-secondary_section a {
  color: #000000; }

.usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
  width: 3.4rem;
  left: .1rem; }

.usa-link-email, .usa-link-snapchat {
  margin: 2.5rem 1rem 1.5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  display: inline-block;
  height: 4.4rem;
  left: -1.6rem;
  position: relative;
  text-align: center;
  width: 3.4rem; }

.usa-footer-logo-img {
  max-width: 10rem; }

.usa-alert::before {
  background-color: #adadad;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: .8rem; }

.usa-alert-info::before {
  background-color: #00bde3; }

.usa-alert-info {
  background-color: #e1f3f8;
  background-image: url("../images/info.png");
  background-image: url("../images/info.svg");
  position: relative; }

.usa-alert-success::before {
  background-color: #00a91c; }

.usa-alert-success {
  background-color: #ecf3ec;
  background-image: url("../images/success.png");
  background-image: url("../images/success.svg");
  position: relative; }

.usa-alert-warning::before {
  background-color: #ffbe2e; }

.usa-alert-warning {
  background-color: #faf3d1;
  background-image: url("../images/warning.png");
  background-image: url("../images/warning.svg");
  position: relative; }

.usa-alert-error::before {
  background-color: #d54309; }

.usa-alert-error {
  background-color: #f4e3db;
  background-image: url("../images/error.png");
  background-image: url("../images/error.svg");
  position: relative; }

.usa-link-email span, .usa-link-snapchat span {
  position: absolute;
  left: -999em; }

/*sg - 12/15/16* - deleted/
/*
.usa-link-facebook {
  background-image: url("../images/Icon_Connect_Facebook.png");
}

.usa-link-twitter {
  background-image: url("../images/Icon_Connect_Twitter.png");
}

.usa-link-youtube {
  background-image: url("../images/Icon_Connect_Youtube.png");
}

.usa-link-rss {
  background-image: url("../images/Icon_Connect_RSS.png");
}

.usa-link-snapchat {
  background-image: url("../images/Icon_Connect_Snapchat.png");
  margin: 0 0 0 1rem;
  left: .2rem;
}*/
.hidden-title {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px; }

@media screen and (min-width: 1201px) {
  .usa-footer-primary-section .usa-grid .usa-width-one-fourth, .usa-footer-primary-section .usa-grid-full .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 28.23176%; } }

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    text-decoration: underline;
    color: #154285;
    pointer-events: auto;
    cursor: pointer; }
  a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="tel:"]:active {
    text-decoration: underline;
    color: #1e4570;
    pointer-events: auto;
    cursor: pointer; }
  a[href^="tel:"]:visited {
    text-decoration: underline;
    color: #4b4b4d;
    pointer-events: auto;
    cursor: pointer; } }

@media screen and (max-width: 600px) {
  .cntrlogo:lang(es) img, .usa-logo:lang(es) img {
    max-width: 170px; }
  .usa-link-snapchat {
    margin: 2.5rem 1rem 1.5rem 0;
    left: .1rem; }
  ul.usa-footer-primary-content {
    border-top: 1px solid #fff; }
  .usa-footer-big ul {
    padding-bottom: 0; }
  .usa-footer-big ul:last-child {
    border-bottom: 1px solid #fff; }
  .usa-footer-big ul.noline {
    border-bottom: 1px solid transparent; }
  .usa-footer-big ul.hidden .usa-footer-primary-link {
    background-image: url(../images/arrow-down-white.png);
    background-image: url(../images/arrow-down-white.svg); }
  .usa-footer-big ul .usa-footer-primary-link {
    background-image: url(../images/arrow-up-white.png);
    background-image: url(../images/arrow-up-white.svg);
    background-repeat: no-repeat; }
  div.usa-footer-contact-links ul.noborder {
    border-bottom: none;
    text-align: center; }
  .usa-footer-secondary_section {
    padding-bottom: 0;
    padding-top: 1.5rem; }
  .usa-link-email {
    background-image: url("../images/Icon_Connect_Email.png");
    margin: 0 0 0 1rem;
    left: 1.2rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-primary-section .usa-footer-primary-content li {
    margin-left: 0;
    padding-bottom: 19px;
    line-height: 1.3em; }
  .usa-footer-primary-section .usa-footer-primary-content li.usa-footer-primary-link {
    padding-bottom: 0px; }
  .usa-footer-secondary_section {
    padding-bottom: 0;
    padding-top: 1.5rem; } }

/*
Used in footer to vertically align lists when seperating
one list of links into two columns in the footer.
*/
/*.footer-list-continued{
	margin-top: 5rem;
}*/
@media screen and (min-width: 951px) {
  .usa-nav-primary button {
    padding-right: 2rem;
    padding-bottom: 1.9rem;
    padding-left: 1rem;
    color: #4b4b4d;
    font-size: 1.5rem;
    font-weight: 700;
    width: initial; }
  .usa-nav-primary {
    display: flex;
    justify-content: space-between; }
  .usa-nav-primary button {
    padding-right: 2rem;
    padding-bottom: 1.9rem;
    padding-left: 1rem;
    color: #4b4b4d;
    font-size: 1.5rem;
    font-weight: 700;
    width: initial; } }

@media screen and (max-width: 950px) {
  .usa-nav-submenu a:hover, .usa-nav-submenu a:visited:hover {
    color: #154285; } }

@media screen and (max-width: 991px) {
  .leftnav {
    display: none; }
  .mrtp {
    display: block;
    margin: 0 0 3px 0; }
  .mrtp div {
    display: inline-block;
    display: -moz-groupbox;
    margin: 0 0 0 0; }
  .mrtp button {
    display: -moz-inline-grid; }
  .mrtp button .bttn {
    width: 100%;
    max-inline-size: 75%; }
  .mrtp button h2 {
    font-size: 110%;
    line-height: 40px; }
  .mrtp button:hover {
    text-decoration: underline;
    color: #fff; }
  div.mrtpc.minus {
    float: right;
    height: 40px;
    width: 40px;
    background: url("../images/minus.png") no-repeat;
    background-position: center center;
    background-size: 1.7rem;
    /*background-color: $floating-box;*/
    margin: 0 0 0 0; }
  div.mrtpc {
    height: 40px;
    width: 40px;
    background: url("../images/plus.png") no-repeat;
    background-position: center center;
    background-size: 1.7rem;
    /*background-color: $floating-box;*/
    float: right;
    margin: 0 0 0 0; }
  .shade {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    display: none; }
  .shade header h2 {
    margin: 0 auto 0 auto; }
  .dwn ul li a {
    padding: 10px 10px 10px 45px; }
  .arrowLft {
    padding-left: 40px; }
  .show-leftnav {
    display: block; }
  .test1 {
    margin: 20px 0 0 0; }
  .dwn {
    border-left: 3px solid #ebe6de;
    border-right: 3px solid #ebe6de; }
  .currentt header h2 {
    padding: 15px 10px 20px 10px; }
  .currentt ul li a {
    padding: 10px 10px 10px 25px; } }

.usa-search.usa-search-small [type="search"], .usa-search.usa-search-small .usa-search-input {
  width: calc(100% - 4.5rem); }

.fedsrch-container.usa-search.usa-search-small [type="search"], .fedsrch-container.usa-search.usa-search-small .fedsrch-container.usa-search-input {
  width: calc(100% - 4.5rem);
  color: #154285; }

.usa-search [type="search"], .usa-search .usa-search-input {
  font-size: 16px; }

.fed-search.fed-search-small [type="search"], .fed-search.fed-search-small .fed-search-input {
  width: calc(100% - 4.5rem);
  background: #154285;
  height: 12px; }

.federalsearch [type="search"], .fed-search .fed-search-input {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: white; }

.fed-search.fed-search-small [type="submit"],
.fed-search.fed-search-small .fed-search-submit {
  background-image: url(../images/search.svg);
  background: #154285; }

.usa-nav-secondary-links li {
  padding-left: 1rem; }

.usa-nav-secondary-links .usa-header-search-button {
  display: none; }

@media screen and (min-width: 951px) {
  .language-toggle-mobile {
    display: none; } }

@media screen and (max-width: 950px) {
  .usa-navbar {
    height: 6.5rem;
    text-align: right; }
  .language-toggle-mobile {
    margin: 2rem 2rem 2rem 2rem;
    display: inline-block; }
  .language-toggle {
    display: none; } }

@media screen and (max-width: 950px) {
  .usa-logo {
    line-height: initial; }
  .usa-logo img {
    height: 60px;
    padding-top: 5px; } }

@media screen and (max-width: 951px) {
  .usa-nav-secondary-links li:last-child:before {
    content: "";
    padding-right: .5rem;
    -moz-padding-start: .5rem; }
  /*added to remove the separator before Contact Us -sg- 11/10/16*/
  .usa-nav-secondary-links li:first-child:after {
    content: ''; }
  .usa-menu-btn {
    height: 6.5rem;
    font-size: 1.7rem;
    padding-bottom: 2.3rem;
    line-height: 2.8rem;
    background-image: url(../images/Icon_MenuSearch.svg);
    background-repeat: no-repeat;
    background-position: center bottom 13px;
    background-size: 23px; }
  .usa-header-extended .usa-nav-primary button[aria-expanded=true] {
    padding-left: 1rem; } }

@media screen and (min-width: 481px) {
  .usa-search.usa-search-small [type="submit"],
  .usa-search.usa-search-small .usa-search-submit {
    background-image: url(../images/search-dark.svg); }
  .usa-search.usa-search-small [type="search"],
  .usa-search.usa-search-small .usa-search-input, .fed-search.fed-search-small [type="search"],
  .fed-search.fed-search-small .fed-search-input {
    width: calc(100% - 4.5rem); } }

@media screen and (max-width: 480px) {
  /*sg-12/15/16 - added*/
  .sm-image {
    padding: 0px 10px 0px 0px; }
  .usa-search.usa-search-small [type="submit"],
  .usa-search.usa-search-small .usa-search-submit {
    background-image: url(../images/search-dark.svg); } }

.tagline {
  padding: 2rem 3rem; }

.tagline .volver {
  padding: 10px 0 5px 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    max-width: 1040px;
    width: 100%; } }

@media screen and (max-width: 950px) {
  .footertagline .tagline {
    text-align: center; }
  .tagline .volver, .tagline p {
    float: none;
    text-align: center; } }

@media (min-width: 768px) {
  .container {
    max-width: 1040px;
    width: 100%; } }

.usa-footer-return-to-top {
  text-align: right; }

.usa-footer-return-to-top a {
  display: inline-block;
  padding: 0 0 4px 0;
  text-decoration: none;
  color: #154285; }

.usa-footer-return-to-top a:hover {
  text-decoration: underline; }

.icon-backtotopHP {
  background-image: url(../images/Icon_Back_to_Top_Blue.png);
  background-size: 25px;
  background-position: right;
  padding: 0 30px 0 0;
  height: 25px;
  line-height: 25px;
  display: block; }

[class^="icon-"], [class*=" icon-"] {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right; }

/**********
usdws 13.2
*********/
h1 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #c61f0c; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Merriweather", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: .5em; }

article {
  margin-top: 46px; }

article:first-child {
  margin-top: 0; }

.rightnav h2, .rightnav h3, .rightnav h4, .rightnav h5, .rightnav h6 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.rightnav h3 + h4, .rightnav p.volver + h2 {
  padding-top: 0; }

h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0; }

@media screen and (min-width: 951px) {
  .how-do-i h1 {
    margin-top: 0; } }

.how-do-i-topic h2 {
  font-size: 2rem; }

.usa-hero {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-image: url("../images/HP_Image.jpg");
  background-position: center;
  background-size: cover;
  min-height: 320px;
  background-color: #11385B; }

.usa-hero .floating-box-1 li {
  line-height: 17px; }

.usa-hero .floating-box-1 a, .usa-whats-new p a, .explore-topics p a {
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  border-left: .6rem solid transparent;
  display: block;
  color: #fff; }

.usa-hero .floating-box-2 p {
  font-family: "Merriweather", "Cambria", "Times New Roman", "Times", serif; }

.usa-hero .floating-box-2 a {
  text-decoration: none;
  padding-right: 2rem;
  background-image: url(../images/arrow-Right.png);
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right;
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  color: #fff; }

.usa-hero .floating-box-2 a:hover {
  text-decoration: underline; }

.usa-hero a:visited {
  color: #fff; }

.usa-hero li:first-child {
  border-left: 0.6rem solid #02bfe7; }

.usa-hero li,
.usa-hero ul:hover li:first-child {
  border-left: .6rem solid transparent; }

.usa-hero li:hover,
.usa-hero ul:hover li:first-child:hover {
  border-left: 0.6rem solid #02bfe7;
  background-color: #11385B; }

.usa-hero li a:hover {
  color: #02bfe7; }

/*
.usa-hero .floating-box-1 a:hover {
		color: $aqua-blue;
		background-color: $floating-box;
		border-left: .6rem solid $aqua-blue;
	}
*/
.floating-box-1 {
  float: left;
  /* width: auto; */
  min-height: 205px;
  /* margin: 10px; */
  color: #fff; }

.floating-box-1 ul {
  padding-left: 75px;
  max-width: 55rem;
  margin-bottom: 1.5rem;
  margin-top: 0; }

.floating-box-1 ul li {
  list-style-type: none; }

.usa-hero .floating-box-1 p, .usa-whats-new p, .explore-topics p {
  margin-left: 95px;
  margin-top: 0;
  background-image: url("../images/arrow-right-darkgray.svg");
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: 110%;
  width: auto;
  background-color: #02bfe7;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: .3rem;
  padding-bottom: .3rem;
  text-decoration: none;
  text-transform: none;
  overflow: visible; }

.explore-topics {
  padding-left: 1.5rem;
  margin-top: 5rem;
  margin-bottom: 3rem; }

.explore-topics p {
  background-position: 106%;
  margin-left: 0; }

.usa-whats-new {
  width: 100%;
  padding-left: 14rem;
  margin-bottom: 3rem; }

.usa-whats-new p {
  margin-left: 0; }

.usa-hero .floating-box-1 p:hover, .usa-whats-new p:hover, .explore-topics p:hover {
  background-color: #00a6d2; }

.usa-hero .floating-box-1 p a, .usa-whats-new p a, .explore-topics p a {
  color: #000000;
  text-align: center;
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 15.5rem; }

.usa-hero p a:hover, .usa-hero p a:focus, .usa-hero p a:active, .floating-box-1 p a:hover, .floating-box-1 p a:focus, .floating-box-1 p a:active, .explore-topics p a:hover, .explore-topics p a:focus, .explore-topics p a:active, .usa-whats-new p a:hover, .usa-whats-new p a:focus, .usa-whats-new p a:active {
  text-decoration: underline; }

@media screen and (min-width: 1201px) {
  .usa-width-one-third:last-child {
    margin-right: 0;
    float: right; }
  .usa-hero div.floating-box-2 {
    width: 28.76157%; } }

.floating-box-2 {
  border: 1px solid #fff; }

.floating-box-2 {
  float: right;
  /* width: 200px; */
  min-height: 200px;
  /* margin: 10px; */
  border: 1px solid #FFF;
  background-color: #11385B;
  color: #fff;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

section.feature-hvr {
  margin-bottom: 2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0; }

section.feature-hvr > a {
  display: inline-block;
  padding-right: 20rem;
  padding-left: 14rem;
  width: 100%; }

section.feature-hvr p {
  padding-top: 1rem; }

section.feature-hvr:hover {
  display: block;
  background-color: #ebe6de; }

section.feature-hvr h2 {
  color: #11385B; }

section.feature-hvr h2:hover {
  text-decoration: underline; }

.feature-hvr #features-landing li {
  list-style-type: none; }

.feature-hvr a {
  text-decoration: none; }

@media screen and (max-width: 951px) {
  .fed-search {
    max-width: none;
    position: relative; }
  .fed-search::after {
    clear: both;
    content: "";
    display: block; }
  .fed-search [type="search"],
  .fed-search .fed-search-input {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    font-size: 1.4rem;
    height: 3.3rem;
    margin: 0;
    width: calc(100% - 4.5rem); } }

@media screen and (max-width: 950px) {
  .usa-hero {
    background-position: 38%; }
  /* .usa-hero .floating-box-2 {
    display: none; } */
  /*
	.hptoggles {
		display: none;
	}
	*/
  .usa-footer-return-to-top {
    text-align: center; }
  section.feature-hvr > a {
    padding-right: 25px;
    padding-left: 25px; }
  .usa-whats-new {
    padding-left: 25px; } }

@media screen and (max-width: 600px) {
  .usa-hero {
    background-position: 20%; }
  .floating-box-1 ul {
    padding-left: 0; }
  .usa-hero .floating-box-1 p {
    margin-left: 15px; } }

@media (min-width: 481px) {
  .usa-banner-button {
    height: auto;
    width: auto; } }

@media screen and (max-width: 480px) {
  .usa-hero button {
    /* background-position: 90%; */ } }

@media screen and (max-width: 320px) {
  .usa-hero button {
    /* background-position: 200%; */ } }

.usa-accordion-bordered > ul, .usa-accordion > ul {
  display: inline-block;
  border: 2px solid #ebe6de;
  border-width: 0px 2px 2px 2px; }

.usa-accordion-bordered > ul {
  margin-bottom: 40px; }

#content .usa-accordion-bordered > ul > li, #content .usa-accordion > ul > li {
  margin-bottom: 0;
  padding: 0;
  background: none; }

#content .usa-accordion-button,
.usa-accordion > ul button,
.usa-accordion-bordered > ul button,
.usa-accordion > ul button:hover,
.usa-accordion-bordered > ul button:hover {
  position: relative;
  background-color: transparent;
  color: #154285;
  border-top: 2px solid #ebe6de;
  display: flex; }

.usa-accordion > ul button:hover,
.usa-accordion-bordered > ul button:hover {
  text-decoration: underline; }

#content .usa-accordion-button::after,
.usa-accordion > ul button::after,
.usa-accordion-bordered > ul button::after {
  content: "+";
  font-size: xx-large;
  line-height: 15px;
  position: absolute;
  right: 1em;
  align-self: center; }

.usa-accordion > ul button[aria-expanded=true],
.usa-accordion-bordered > ul button[aria-expanded=true] {
  background-image: none; }

#content .usa-accordion > ul button[aria-expanded=true]::after,
#content .usa-accordion-bordered > ul button[aria-expanded=true]::after {
  content: "–"; }

.usa-accordion-toggle-all {
  background: #ebe6de;
  color: #154285;
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  clear: both; }

.usa-accordion-toggle-all:hover {
  background: #ebe6de;
  color: #154285;
  text-decoration: underline; }

.usa-accordion-toggle-all:active {
  background: #112e51;
  color: white;
  text-decoration: underline; }

h2.accordion-heading, h3.accordion-heading {
  padding: 0;
  margin: 0; }

.usa-banner-button[aria-expanded=false]::after {
  background-image: url(../images/angle-arrow-down-primary.png);
  background-image: url(../images/angle-arrow-down-primary.svg); }

.usa-banner-button[aria-expanded=false]:hover::after {
  background-image: url(../images/angle-arrow-down-primary.png);
  background-image: url(../images/angle-arrow-down-primary.svg); }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true]::after {
    background-image: url(../images/angle-arrow-up-primary.png);
    background-image: url(../images/angle-arrow-up-primary.svg); } }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true]:hover::after {
    background-image: url(../images/angle-arrow-up-primary.png);
    background-image: url(../images/angle-arrow-up-primary.svg); } }

article .usa-accordion-button[aria-expanded=false] {
  background-image: none; }

article .usa-accordion-button {
  background-image: none; }

article .usa-accordion-content {
  overflow: visible; }

@media screen and (min-width: 481px) {
  .usa-banner-button {
    padding-top: 0;
    padding-left: 0;
    display: inline;
    height: initial;
    margin-left: 3px;
    position: relative;
    vertical-align: middle;
    width: initial; } }

.usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex; }

.usa-banner-button:hover {
  color: #205493;
  text-decoration: underline; }

.usa-banner-button[aria-expanded=false] {
  background-image: none; }

.usa-banner-button[aria-expanded=false]::after {
  background-image: url(../images/angle-arrow-down-primary.png);
  background-image: url(../images/angle-arrow-down-primary.svg);
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 5px; }

.usa-banner-button[aria-expanded=false]:hover::after {
  background-image: url(../images/angle-arrow-down-primary-hover.png);
  background-image: url(../images/angle-arrow-down-primary-hover.svg); }

.usa-banner-button[aria-expanded=false]::after {
  background-position-y: 1px; }

.usa-banner-button[aria-expanded=true] {
  background-image: none;
  height: 5.6rem; }

.usa-banner-button[aria-expanded=true]::after {
  background-image: url(../images/close.png);
  background-image: url(../images/close.svg);
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin-left: 0; }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true] {
    height: initial;
    padding: 0;
    position: relative; }
  .usa-banner-button[aria-expanded=true]::after {
    background-image: url(../images/angle-arrow-up-primary.png);
    background-image: url(../images/angle-arrow-up-primary.svg);
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 5px; }
  .usa-banner-button[aria-expanded=true]:hover::after {
    background-image: url(../images/angle-arrow-up-primary-hover.png);
    background-image: url(../images/angle-arrow-up-primary-hover.svg); }
  .usa-banner-button[aria-expanded=true]::after {
    background-position-y: 1px; } }

.usa-banner-button[aria-expanded=true]::after {
  position: absolute;
  right: 1.5rem;
  top: 2.15rem; }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true]::after {
    position: static; } }

.usa-banner-button[aria-expanded=true] .usa-banner-button-text {
  display: none; }

@media screen and (min-width: 481px) {
  .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
    display: inline; } }

[type="checkbox"]:checked + label::before {
  background-image: url("../images/correct8.png");
  background-image: url("../images/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat; }

label[for="stateselect"] {
  margin-top: 0; }

.usa-banner-header-expanded {
  font-size: 1.2rem; }

#backToTop {
  position: fixed;
  height: 50px;
  width: 90px;
  right: -100px;
  bottom: 80px;
  background: #e8f0f7;
  transition: right 0.5s;
  background-image: url(../images/Icon_Back_to_Top_Blue.png);
  background-size: 45px;
  background-position: 2px;
  background-repeat: no-repeat;
  padding: 0 0 0 45px;
  border-radius: 25px 0 0 25px;
  line-height: 50px;
  display: inline-block;
  text-align: center; }
  #backToTop.stuck {
    right: 0; }

header h2[id], #content {
  padding-top: calc( 137px + 0.5rem);
  margin-top: -137px; }
  @media screen and (min-width: 951px) {
    header h2[id], #content {
      padding-top: calc( 125px + 0.5rem);
      margin-top: -125px; } }

.usa-skipnav {
  z-index: 7001; }

.skip {
  display: block;
  padding-top: calc( 137px + 0.5rem);
  margin-top: -137px; }
  .skip:focus {
    outline: none; }

.leftnav {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 1; }

@media (max-width: 991px) {
  .leftnav {
    position: relative;
    top: unset; } }

@media screen and (min-width: 951px) {
  .usa-logo img {
    transition: width 0.2s; }
  .stuck .usa-logo img {
    width: 40px; }
  .stuck .cntrlogo:lang(es) img, .stuck .usa-logo:lang(es) img {
    width: 100px; }
  .usa-header {
    transition: margin-bottom 0.2s; }
  .usa-header.stuck {
    margin-bottom: 61px; }
  .usa-header-extended .usa-nav-link {
    transition: padding-top 0.2s; }
  .usa-header-extended.stuck .usa-nav-link {
    padding-top: 0.7rem; }
  .usa-nav-link span {
    transition: height 0.2s; }
  .usa-header.stuck .usa-nav-link span {
    height: 38px;
    padding-bottom: 0;
    border-bottom-width: 0.5rem; }
  .usa-header.stuck .usa-nav-primary button[aria-expanded=true] span {
    border-bottom-width: 0.5rem; }
  .skip {
    padding-top: calc( 125px + 0.5rem);
    margin-top: -125px; } }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  text-align: center;
  overflow: auto; }
  .modal.active {
    display: block; }
  .modal > div > div {
    background: white;
    position: relative;
    top: 80px; }
  .modal h2 {
    color: #11385B; }
  .modal p {
    max-width: 600px;
    margin: 20px auto;
    padding: 0 40px; }
  .modal .close {
    width: auto;
    background-color: #02bfe7;
    color: #000000;
    margin: 0 0 20px; }
    .modal .close:hover {
      background-color: #00a6d2; }
    .modal .close.top {
      position: absolute;
      right: 0;
      top: -40px;
      height: 40px;
      width: auto;
      margin: 0;
      background-color: white;
      border-radius: 0;
      color: #154285;
      padding-right: 40px;
      background-image: url("../images/close-red.svg");
      background-position: 90% 50%;
      background-repeat: no-repeat;
      background-size: 20px;
      font-size: 1.7rem; }
      .modal .close.top:hover {
        background-color: #d9d9d9; }
  .modal .icon {
    height: 100px;
    background-color: #11385B;
    background-image: url("../images/BUSA_lightbox_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70px; }
  .modal .logo {
    height: 100px;
    margin-bottom: 50px;
    background-color: #d9d9d9;
    background-image: url("https://app-usa-modeast-test-a01239f.s3.amazonaws.com/Logo_USAGov.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70px; }
    @media (max-width: 480px) {
      .modal .logo {
        background-size: auto 65px; } }
    .modal .logo:lang(es) {
      background-image: url("https://app-usa-modeast-test-a01239f.s3.amazonaws.com/Logo_USAGov_Spanish.png"); }
      @media (max-width: 340px) {
        .modal .logo:lang(es) {
          background-size: auto 65px; } }

#emergency-modal .icon {
  background-color: #c61f0c;
  background-image: url("../images/warning-white.svg"); }

html.modal-open {
  overflow-y: hidden; }

#vocModal .vocCancelButton.top-right {
  position: absolute;
  right: 0;
  top: -40px;
  height: 40px;
  width: auto;
  margin: 0;
  background-color: white;
  border-radius: 0;
  color: #154285;
  padding-right: 40px;
  background-image: url("../images/close-red.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 1.7rem; }
  #vocModal .vocCancelButton.top-right:hover {
    background-color: #d9d9d9; }

#facetedsearch {
  /*posted date ends*/
  /*tooltip begins*/
  /*.ttli {
	height: 53px;
	vertical-align: top;
	padding: 10px 30px 10px 15px;
} bj commented out */
  /*tooltip ends*/
  /* ----------------------
   Survey page navigation */ }
  #facetedsearch header h1 {
    color: #c61f0c;
    padding: 10px 0 0 0;
    font-size: 160%;
    font-weight: 700;
    margin-top: 0; }
  #facetedsearch a:visited {
    color: #4b4b4d; }
  #facetedsearch a:visited .icon-backtotop-dwnlvl {
    color: #154285; }
  #facetedsearch button.usa-button-primary-alt a:active,
  #facetedsearch [type="button"].usa-button-primary-alt a:focus,
  #facetedsearch [type="submit"].usa-button-primary-alt a:focus {
    background-color: #0071bc;
    color: #000000; }
  #facetedsearch .introlist {
    margin-bottom: 0; }
  #facetedsearch .section-box {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 0 1.5rem 1.0rem 1.5rem;
    border: 1px solid #777580;
    height: auto; }
  #facetedsearch .filter-box {
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 0.3rem;
    height: auto; }
  #facetedsearch label {
    max-width: 59rem;
    margin-top: 0; }
  #facetedsearch ul li,
  #facetedsearch ol li {
    line-height: 1.5;
    margin: 5px auto auto auto;
    /* bj changed from 15 to 5 */ }
  #facetedsearch ul.pagination li {
    line-height: 40px;
    margin: 15px 5px 15px 5px; }
  #facetedsearch .open-close-filters {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #fff; }
  #facetedsearch .open-close-filters > ul {
    margin-bottom: 0;
    display: inline-flex;
    display: -webkit-box-inline-flex;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box-inline-;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-inline-flex;
    /* TWEENER - IE 10 */
    display: -webkit-inline-flex;
    /* NEW - Chrome */ }
  #facetedsearch .open-close-filters ul li:before {
    position: absolute;
    content: ""; }
  #facetedsearch button.usa-accordion-button.usa-banner-button:hover {
    background-color: transparent; }
  #facetedsearch .usa-accordion-bordered > ul, #facetedsearch .usa-accordion > ul {
    border: none; }
  #facetedsearch .applycontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  #facetedsearch .all-btn {
    display: flex;
    justify-content: flex-end;
    padding: 0 1.5rem; }
  #facetedsearch .usa-button-big {
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url("../images/minus.svg");
    background-image: url("../images/minus.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 3rem center;
    width: 205px;
    height: 42px;
    background-color: #4b4b4d;
    color: #FFF;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Merriweather", "Cambria", "Times New Roman", "Times";
    font-weight: 700;
    font-size: 1.5rem;
    outline: none;
    text-decoration: none;
    text-transform: none;
    overflow: visible;
    border-radius: 0.3rem 0.3rem 0 0; }
  #facetedsearch .usa-button-big:hover {
    background-color: #154285;
    /*color: #FFF;*/
    border-radius: 0.3rem 0.3rem 0 0; }
  #facetedsearch .usa-accordion-button[aria-expanded=false] {
    margin: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 13px;
    border-radius: 0.3rem; }
  #facetedsearch .usa-accordion-button:hover {
    background-color: #154285;
    color: #FFF;
    border-radius: 0.3rem; }
  #facetedsearch .usa-accordion-button:focus,
  #facetedsearch .usa-button-big:focus {
    outline: #ff8c00 solid 3px; }
  #facetedsearch .usa-button-big[aria-expanded=false] {
    background-image: url("../images/plus.svg");
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-size: 13px;
    margin-bottom: 0px; }
  #facetedsearch .openall-text {
    text-align: left; }
  #facetedsearch .open-all-filters {
    background-color: #4b4b4d;
    color: #fff;
    background-image: url("../images/plus.svg");
    background-image: url("../images/plus.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 3rem center;
    min-width: 25rem; }
  #facetedsearch .usa-search [type="search"], #facetedsearch .usa-search .usa-search-input {
    border-right: 1px solid #000; }
  #facetedsearch .posteddate {
    font-family: "Merriweather", "Cambria", "Times New Roman", "Times";
    font-size: 100%;
    font-weight: 100; }
  #facetedsearch .open-all-filters:hover {
    background-color: #154285;
    color: #fff; }
  #facetedsearch .close-all-filters {
    background-color: #4b4b4d;
    color: #fff;
    background-image: url("../images/minus.svg");
    background-image: url("../images/minus.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 3rem center;
    min-width: 25rem; }
  #facetedsearch .close-all-filters:hover {
    background-color: #154285;
    color: #fff; }
  #facetedsearch .usa-accordion-button {
    border: 1px solid #11385B;
    border-radius: 3px;
    margin: 0;
    outline: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    background-color: #11385B;
    background-image: none;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 3rem center;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Merriweather", "Cambria", "Times New Roman", "Times";
    font-weight: 400;
    font-size: 1.5rem;
    width: 100%;
    height: 42px; }
  #facetedsearch .usa-accordion-button:focus {
    outline: #ff8c00 solid 3px; }
  #facetedsearch .usa-accordion > ul button:hover {
    /*faceted-search*/
    background-color: #154285;
    color: #fff;
    text-decoration: underline; }
  #facetedsearch .usa-accordion-content {
    background-color: #ffffff;
    overflow: invisible;
    padding: 1.5rem; }
  #facetedsearch .usa-button,
  #facetedsearch .usa-button-outline,
  #facetedsearch .usa-button-primary.usa-button-outline,
  #facetedsearch .usa-button:visited.usa-button-outline,
  #facetedsearch .usa-button-primary:visited.usa-button-outline,
  #facetedsearch button.usa-button-outline,
  #facetedsearch [type="button"].usa-button-outline,
  #facetedsearch [type="submit"].usa-button-outline,
  #facetedsearch [type="reset"].usa-button-outline,
  #facetedsearch [type="image"].usa-button-outline {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #000000;
    color: #000000; }
  #facetedsearch .clearbtn {
    padding-left: 3rem;
    padding-right: 3rem; }
  #facetedsearch .lgd {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 10px; }
  #facetedsearch input, #facetedsearch textarea, #facetedsearch select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #000000;
    display: block;
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 0.2em 0;
    max-width: 40rem;
    outline: none; }
  #facetedsearch #daydropdown, #facetedsearch #monthdropdown, #facetedsearch #yeardropdown {
    width: 220px;
    border: 1px solid #777580;
    background: url("/sites/all/themes/usa/images/Icon_Arrow_Dropdown.png") 95% 50% no-repeat;
    background-color: #fff;
    vertical-align: text-top;
    margin: 0 50px 0 0;
    display: flex; }
  #facetedsearch .posted-select {
    width: 250px;
    overflow: hidden;
    /*border: 1px solid $AZ-customselect-border;*/
    background: url("https://usa.gov/sites/all/themes/usa/images/Icon_Arrow_Dropdown.png") 95% 50% no-repeat;
    background-color: #fff;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 5px 0 0; }
  #facetedsearch .posted-select select {
    width: 250px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1em;
    height: 45px;
    padding: 0 0 0 10px;
    /*border: none;*/
    border-radius: 0;
    background: none;
    background-color: transparent; }
  #facetedsearch .posted-select select::-ms-expand {
    display: none; }
  #facetedsearch .tooltip, #facetedsearch .tooltip2, #facetedsearch .tooltip-left {
    border-bottom: none; }
  #facetedsearch .tooltip-left .tooltip-left-text::after {
    left: 51%; }
  #facetedsearch .tooltip2 .tooltiptext::after {
    left: 54%; }
  #facetedsearch #filter4 .tooltip {
    left: 35px; }
  #facetedsearch #filter4 input {
    width: 0;
    height: 0; }
  #facetedsearch .tooltip-icon-beta {
    margin: 0 2px -4px 6px; }
  #facetedsearch .tooltip-icon2 {
    margin: 0px -7px -3px 4px;
    max-width: 175%; }
  #facetedsearch .filter-divider {
    list-style: none;
    margin-top: 20px;
    margin-left: 10px;
    padding: 15px 0 10px 0;
    border-top: 1px solid #777580;
    height: auto;
    display: inline-block;
    width: 100%; }
  #facetedsearch ul.pagination li.previous a {
    color: #000000;
    background-position: -25px -23px;
    background-sixe: 7rem; }
  #facetedsearch ul.pagination li.previous a,
  #facetedsearch ul.pagination li.previous a:hover,
  #facetedsearch ul.pagination li.next a,
  #facetedsearch ul.pagination li.next a:hover {
    display: inline-block;
    padding: 0 15px 0 10px;
    border: none; }
  #facetedsearch ul.pagination li.previous a img,
  #facetedsearch ul.pagination li.previous a:hover img {
    padding-right: 3px;
    margin-bottom: -3px; }
  #facetedsearch ul.pagination li.next a img,
  #facetedsearch ul.pagination li.next a:hover img {
    padding-left: 3px;
    margin-bottom: -1px; }
  #facetedsearch ul.pagination li.previous,
  #facetedsearch ul.pagination li.next {
    border: 2px #02bfe7 solid;
    border-radius: 0.3rem;
    white-space: nowrap;
    height: 41px;
    line-height: 31px; }
  #facetedsearch ul.pagination li:hover.previous,
  #facetedsearch ul.pagination li:hover.next {
    border: 2px #00a6d2 solid; }
  #facetedsearch ul.pagination button.left:hover {
    height: 40px;
    background: #00a6d2;
    margin-top: 0.9em;
    color: #000000;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap; }
  #facetedsearch ul.pagination button.left span {
    text-align: center;
    padding-left: 2.1px;
    padding-right: 5px;
    padding-left: 15px;
    display: inline-block; }
  #facetedsearch ul.pagination button.left img,
  #facetedsearch ul.pagination button.right img {
    position: absolute;
    top: 32px; }
  #facetedsearch ul.pagination button.right {
    height: 40px;
    background: #02bfe7;
    margin-top: 0.9em;
    color: #000000;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap; }
  #facetedsearch ul.pagination button.right:hover {
    height: 40px;
    background: #00a6d2;
    margin-top: 0.9em;
    color: #000000;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap; }
  #facetedsearch ul.pagination button.right span {
    text-align: center;
    display: inline-block; }
  #facetedsearch ul.pagination button.right img {
    padding-left: 20px; }
  #facetedsearch ul.pagination li.previous a {
    color: #000000;
    padding: 0 20px 0 12px;
    border: 2px solid #02bfe7;
    background: #02bfe7;
    font-weight: bold;
    width: auto; }
  #facetedsearch ul.pagination li.previous a:hover {
    color: #000000;
    background: #00a6d2;
    font-weight: bold;
    padding: 0 20px 0 12px;
    border: 2px solid #00a6d2;
    width: auto; }
  #facetedsearch ul.pagination li.next a {
    color: #000000;
    padding: 0 20px 0 10px;
    border: 2px solid #02bfe7;
    background: #02bfe7;
    font-weight: bold;
    width: auto; }
  #facetedsearch ul.pagination li.next a:hover {
    color: #000000;
    background: #00a6d2;
    font-weight: bold;
    padding: 0 20px 0 10px;
    border: 2px solid #00a6d2;
    width: auto; }
  #facetedsearch ul.pagination li.previous,
  #facetedsearch ul.pagination li.next {
    width: auto;
    margin: 15px 10px 5px 10px;
    display: inline-block; }
  #facetedsearch .pagination li.current,
  #facetedsearch .pagination li a:hover {
    background: white;
    border: 2px solid #154285;
    color: #154285;
    padding: 0px 5px; }
  #facetedsearch .pagination li a {
    color: white;
    background: #154285;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  #facetedsearch span.pager-dscrpt {
    display: inline;
    margin-top: 15px;
    margin-left: 15px; }
  #facetedsearch ul.pagination li.pager-dscrpt2 {
    display: none; }
  #facetedsearch .state-select label {
    margin-bottom: 15px; }
  #facetedsearch #statego {
    display: none; }
  #facetedsearch .volver, #facetedsearch .toTop {
    padding: 0 0 20px 0;
    text-align: right;
    margin: 0; }
  #facetedsearch .bttop1 {
    padding: 20px 0 0 0; }
  #facetedsearch ul.pagination li.pager-dscrpt {
    width: 230px;
    display: inherit; }
  #facetedsearch .item-list {
    margin-left: 32px; }
  #facetedsearch .item-list2 {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: -10px; }
  #facetedsearch ul.pagination {
    padding: 0 0 25px 0;
    position: relative;
    display: flex;
    justify-content: left;
    margin: -50px 0 0 250px; }
  #facetedsearch .result {
    margin: 0 0 0 27px; }
  #facetedsearch #errorList {
    border-left: 4px solid #cd2026;
    margin-bottom: 20px; }
  #facetedsearch #errorList h2 {
    color: #c61f0c;
    padding-left: 15px;
    padding-bottom: 10px; }
  #facetedsearch .usa-input-error {
    border-left: 4px solid #cd2026;
    margin-top: 0;
    padding-bottom: 1.8rem;
    padding-left: 1.5rem;
    padding-top: 0.8rem;
    position: static;
    right: 1.9rem; }
  #facetedsearch .usa-accordion-content .usa-input-error {
    border: none; }
  #facetedsearch .usa-input-error label {
    margin-top: 0;
    margin-left: 12px; }
  #facetedsearch .usa-input-error.no-error {
    border-left: none; }
  #facetedsearch .usa-input-error.no-error .usa-input-error-message {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  #facetedsearch .usa-input-error.no-error input,
  #facetedsearch .usa-input-error.no-error textarea,
  #facetedsearch .usa-input-error.no-error select {
    border: 1px solid #4b4b4d; }
  #facetedsearch .usa-input-error .no-date-error {
    margin-top: 0;
    position: auto; }
  #facetedsearch #main-list-container .usa-input-error {
    margin: 20px 0 50px; }
  #facetedsearch li.ttli [type="checkbox"] + label,
  #facetedsearch li.ttli [type="radio"] + label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-left: -34px;
    left: 34px;
    display: inline;
    position: relative; }
  #facetedsearch [type="checkbox"] + label,
  #facetedsearch [type="radio"] + label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-left: -34px;
    /*left: 34px;*/
    display: inline;
    position: relative; }
  #facetedsearch [type="checkbox"]:checked + label::before {
    background-image: url("../images/correct8.png");
    background-image: url("../images/correct8.svg");
    background-position: 50%;
    background-repeat: no-repeat; }
  #facetedsearch form [type="submit"] {
    display: inline-block;
    margin-bottom: 1.5em;
    margin-top: 2.5rem; }
  #facetedsearch .result-details {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 15px; }
  #facetedsearch .result-details-column {
    width: 31%;
    position: relative; }
  #facetedsearch .result-details-column:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 1px;
    height: 100%;
    background: black; }
  #facetedsearch .result-details-column:first-child:after {
    display: none; }
  #facetedsearch #cntctbx {
    border: 1px solid #d9d9d9;
    margin: 0 auto 25px auto;
    width: 85%; }
  #facetedsearch div.surveyNav {
    color: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    margin: auto;
    padding: 30px 0 20px 0;
    text-align: center; }
  #facetedsearch span.surveyNavPrev {
    display: inline-block; }
  #facetedsearch span.surveyNavNext {
    display: inline-block; }
  #facetedsearch span.surveyNavSub {
    text-align: left;
    display: inline-block;
    padding: 0px 0px 0px 10px; }
  #facetedsearch .start-survey,
  #facetedsearch a.surveyNav,
  #facetedsearch a.surveyNav:link,
  #facetedsearch a.surveyNav:visited,
  #facetedsearch .surveyNavSub input {
    color: #000;
    /*testing cmp 2.0 - changed from #fff- sg*/
    text-decoration: none;
    border: 1px #366334 solid;
    display: inline-block;
    padding: 4px 8px;
    background-color: #366334; }
  #facetedsearch .surveyNavSub input {
    font-size: 1.1em;
    font-weight: bold; }
  #facetedsearch .surveyNavPrev a.surveyNav,
  #facetedsearch .surveyNavPrev a.surveyNav:link,
  #facetedsearch .surveyNavPrev a.surveyNav:visited {
    color: #000;
    background: #fff;
    border: 1px #fff solid; }
  #facetedsearch .start-survey {
    margin: auto; }
  #facetedsearch .start-survey:hover,
  #facetedsearch .start-survey:active,
  #facetedsearch a.surveyNav:hover,
  #facetedsearch a.surveyNav:active,
  #facetedsearch .surveyNavSub input:hover,
  #facetedsearch .surveyNavSub input:hover {
    cursor: pointer;
    text-decoration: underline; }
  #facetedsearch #facetedserach .start-survey,
  #facetedsearch a.surveyNav,
  #facetedsearch a.surveyNav:link,
  #facetedsearch a.surveyNav:visited,
  #facetedsearch .surveyNavSub input {
    color: #fff; }
  #facetedsearch span.vocradio {
    padding: 0 0 0 10px;
    float: left;
    margin-left: 33px;
    margin-top: 10px; }
  #facetedsearch #cntctbx h2 {
    max-width: 100%;
    margin: 0 auto 25px auto; }
  #facetedsearch .plsurvey {
    margin: auto;
    width: 85%;
    margin-top: 10px; }
  #facetedsearch .no-future-date-error .future-date-error-message,
  #facetedsearch .no-date-error .date-error-message {
    display: none; }
  @media screen and (min-width: 1201px) {
    #facetedsearch .usa-width-one-half {
      margin-right: -2%;
      width: 48.82117%; } }
  @media (max-width: 991px) {
    #facetedsearch header h1 {
      font-size: 140%;
      padding: 10px 0 0 0; }
    #facetedsearch ul li, #facetedsearch ol li {
      padding: 0;
      line-height: 20px; } }
  @media screen and (min-width: 600px) {
    #facetedsearch form .usa-grid {
      padding-right: 0;
      padding-left: 0; }
    #facetedsearch .usa-grid {
      padding-right: 0;
      padding-left: 0; }
    #facetedsearch .usa-width-one-half {
      margin-right: 1%;
      width: 48.82117%; }
    #facetedsearch form [type="submit"] {
      padding-left: 3.0rem;
      padding-right: 3.0rem;
      width: auto; } }
  @media screen and (max-width: 599px) {
    #facetedsearch .result-details {
      flex-direction: column; }
    #facetedsearch .result-details-column {
      width: auto;
      padding-left: 10px;
      padding-rigth: 10px; }
    #facetedsearch .result-details-column:after {
      display: none; } }
  @media screen and (max-width: 480px) {
    #facetedsearch {
      /*accssible tooltip*/
      /*pagelevel survey*/
      /*page level survey ends*/
      /*.filter-box {
	border: none;
}*/
      /*input, textarea, select {
	width: 94%;
}*/ }
      #facetedsearch .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px; }
      #facetedsearch .custom-select, #facetedsearch .custom-select select {
        width: 200px; }
      #facetedsearch .state-select label {
        margin-bottom: 15px; }
      #facetedsearch .posted-select, #facetedsearch .posted-select select {
        width: 200px; }
      #facetedsearch form [type="submit"] {
        display: inline-block;
        margin-bottom: 1.5em;
        margin-top: 2.5rem;
        margin-left: 0px; }
      #facetedsearch .ttli {
        height: 58px;
        vertical-align: top;
        padding: 10px 20px 10px 15px; }
      #facetedsearch .tooltip .tooltiptext,
      #facetedsearch .tooltip-left .tooltip-left-text {
        width: 120px;
        margin-left: -60px; }
      #facetedsearch [type="checkbox"] + label,
      #facetedsearch [type="radio"] + label {
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0.5em;
        text-indent: -41px;
        padding-right: 10px; }
      #facetedsearch .setaside {
        line-height: 26px; }
      #facetedsearch .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      #facetedsearch .showvisuallyhidden {
        clip: auto;
        overflow: visible; }
      #facetedsearch .btn-tooltip {
        border: none;
        background: none;
        position: relative; }
      #facetedsearch #cntctbx {
        border: 1px solid #d9d9d9;
        margin: 0 auto 25px auto;
        width: 100%; }
      #facetedsearch #cntctbx h2 {
        max-width: 100%; }
      #facetedsearch #cntctbx ul {
        margin: 0 0 15px 55px; }
      #facetedsearch span.pager-dscrpt {
        display: none; }
      #facetedsearch .vocradio input[type='radio'] + label,
      #facetedsearch .voccheckbox input[type='checkbox'] + label {
        vertical-align: middle;
        display: table-cell;
        padding: 17px 0 0 46px; }
      #facetedsearch #pagesurvey-trgt {
        background: #d0e1cf;
        padding: 0 0 10px 0;
        margin: 0 auto 0 auto;
        max-width: 100%; }
      #facetedsearch #pagesurvey-trgt legend {
        margin: 0 0 0 0;
        /* float: left;*/ }
      #facetedsearch #pagesurvey-hdr {
        font-size: 130%;
        display: block;
        color: #fff;
        padding: 12px 0 15px 65px;
        margin: 20px auto 0 auto;
        max-width: 100%;
        height: auto;
        background: #366334 url("/sites/all/themes/usa/images/Page_Survey_Invite_Icon.png") left 20px top 12px no-repeat; }
      #facetedsearch #pagesurvey-ombnum {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        background: #d0e1cf;
        text-align: center;
        max-width: 100%;
        font-size: 90%; }
      #facetedsearch .plsurvey {
        margin: auto;
        width: 100%; }
      #facetedsearch div.surveyNav {
        color: rgba(0, 0, 0, 0);
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        margin: auto;
        padding: 60px 0 10px 0;
        text-align: center; }
      #facetedsearch .filter-divider {
        margin-left: 0px; }
      #facetedsearch label {
        max-width: 60rem; }
      #facetedsearch ol.finderlist {
        padding-left: 1.94rem; }
      #facetedsearch ul, #facetedsearch ol {
        padding-left: 0; }
      #facetedsearch ul.pagination > li.pager-dscrpt2 {
        display: inline;
        margin-left: 5px;
        line-height: 17px;
        margin-top: 23px; }
      #facetedsearch ul.pagination li.previous, #facetedsearch ul.pagination li.next {
        width: auto;
        margin: 15px auto 5px auto;
        display: inline-block; }
      #facetedsearch ul.pagination li {
        line-height: 20px; }
      #facetedsearch article ul li,
      #facetedsearch article ol li,
      #facetedsearch ul li {
        line-height: 1.5;
        margin: 15px auto auto auto;
        width: 100%;
        height: auto; }
      #facetedsearch article ul li:last-child {
        margin-bottom: 0px; }
      #facetedsearch section > .usa-grid {
        padding-right: 0;
        padding-left: 0; }
      #facetedsearch .usa-button-primary-alt {
        margin-left: 0px;
        width: 100%;
        background-color: #00a6d2;
        color: #000000; }
      #facetedsearch .usa-grid {
        padding-right: 0;
        padding-left: 0; }
      #facetedsearch .usa-accordion-button {
        height: auto; }
      #facetedsearch .item-list2 {
        margin-left: -252px;
        margin-top: 50px;
        margin-bottom: -10px; }
      #facetedsearch ul.pagination button.left {
        height: 40px;
        background: #02bfe7;
        margin-top: 0.9em;
        color: #000000;
        padding-left: 0;
        padding-right: 0; }
      #facetedsearch ul.pagination button.left:hover {
        height: 40px;
        background: #00a6d2;
        margin-top: 0.9em;
        color: #000000;
        padding-left: 0;
        padding-right: 0; }
      #facetedsearch .bttop1 {
        padding: 20px 0 0 0;
        margin-right: 100px; }
      #facetedsearch .bttop {
        margin-right: 100px; }
      #facetedsearch #cntctbx {
        width: 100%; } }
  @media screen and (min-width: 391px) and (max-width: 407px) {
    #facetedsearch .tooltip-left .tooltip-left-text {
      visibility: hidden;
      width: 110px;
      background-color: #4b4b4d;
      color: #fff;
      text-align: left;
      border-radius: 5px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      top: 120%;
      left: 55%;
      margin-left: -60px;
      font-size: 90%;
      font-weight: 400;
      text-indent: 0;
      line-height: 1.2;
      word-wrap: break-word;
      height: auto; }
    #facetedsearch .tooltip-left .tooltip-left-text::after {
      content: "";
      position: absolute;
      bottom: 100%;
      /* At the top of the tooltip */
      left: 55%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #4b4b4d transparent;
      overflow: visible; } }
  @media screen and (max-width: 390px) {
    #facetedsearch .tooltip-left .tooltip-left-text {
      visibility: hidden;
      width: 110px;
      background-color: #4b4b4d;
      color: #fff;
      text-align: left;
      border-radius: 5px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      top: 115%;
      left: 200%;
      margin-left: -60px;
      font-size: 90%;
      font-weight: 400;
      text-indent: 0;
      line-height: 1.2;
      word-wrap: break-word;
      height: auto; }
    #facetedsearch .tooltip-left .tooltip-left-text::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 18%;
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #4b4b4d transparent;
      overflow: visible; } }
  @media screen and (max-width: 320px) {
    #facetedsearch .posted-select, #facetedsearch .posted-select select {
      width: 170px; }
    #facetedsearch ul.pagination li.previous,
    #facetedsearch ul.pagination li.next {
      border: 2px #02bfe7 solid;
      border-radius: 0.3rem;
      white-space: nowrap;
      heigh: 41px;
      line-height: 31px; }
    #facetedsearch .tooltip-left {
      position: relative;
      display: inline-block;
      background-color: #ffffff; }
    #facetedsearch .tooltip-left .tooltip-left-text {
      visibility: hidden;
      width: 110px;
      background-color: #4b4b4d;
      color: #fff;
      text-align: left;
      border-radius: 5px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      top: 120%;
      left: 128%;
      margin-left: -75px;
      font-size: 90%;
      font-weight: 400;
      text-indent: 0;
      line-height: 1.2;
      word-wrap: break-word;
      height: auto; }
    #facetedsearch .tooltip-left .tooltip-left-text::after {
      content: "";
      position: absolute;
      bottom: 100%;
      /* At the top of the tooltip */
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #4b4b4d transparent;
      overflow: visible; } }

.usa-banner.usagov-beta-banner .usa-banner-inner {
    display: flex;
    /* align-items: center; */
}
.usa-banner.usagov-beta-banner p {
    margin:0;
    margin-left:1em;
    font-size:initial;
}
.usa-banner.usagov-beta-banner svg {
    flex-shrink: 0;
}
.usa-banner.usagov-beta-banner {
    padding:0.5em;
    background:#CCECF2;
}
/* .usagov-beta-banner{
  background-color: #e7f6f8;
}
.usagov-beta-banner .usa-banner-header, .usagov-beta-banner .usa-banner-button{
  font-size: 1.5rem;
  vertical-align: initial;
}
@media screen and (max-width: 480px){
  .usagov-beta-banner .usa-banner-header {
    position: relative;
    padding-bottom: 1.55rem;
  }
  .usagov-beta-banner .usa-banner-button[aria-expanded=false] {
    height: 5.1rem;
    padding-top: 2.1rem;
    padding-left: 1.5rem;
  }
} */

/* Pagelevel Banner */
.usa-alert--beta {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.5;
    color: #1b1b1b;
    background-color: #f0f0f0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    border-left: .5em solid #adadad;
}
.usa-alert--beta {
    background-color: #CCECF2;
    border-left-color: #000;
    color: #1b1b1b;
}
.usa-alert__body {
    padding-left: 3.1rem;
}
.usa-alert--beta:before {
    background: url(../img/usa-icons/check_circle.svg) no-repeat center/contain;
    background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 25 25"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" ></path></svg>');
    width: 3rem;
    content: "";
    display: block;
    height: 6.5rem;
    left: .9166666667rem;
    position: absolute;
    top: 0;
}
.usa-alert__heading {
  font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0.15em;
  color: #1b1b1b;
}


/*# sourceMappingURL=maps/style.css.map */
