@charset "UTF-8";
* {
  -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: #595959; }

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; }

.hphdr2 {
  color: #c61f0c;
  padding: 15px 0 0 0;
  font-size: 170%; }

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

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

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

/*E-mail friend input field*/
#emlfnd {
  padding: 0 0 0 0; }

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

#emlfnd input[type="text"], [type="email"] {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
  height: 100%;
  width: 50%;
  border: 1px solid #000; }

#emlfnd textarea {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 50%;
  border: 1px solid #000; }

/*E-mail friend input field end*/
/*Buttons*/
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  /* font-family: Tahoma, Verdana, Arial, Sans-serif;
  cursor: pointer;*/ }

.morebutton {
  display: block;
  float: left;
  text-align: left;
  line-height: 18px;
  padding: 10px 15px 10px 15px;
  margin: 15px 0 10px 80px;
  position: relative;
  background: #ebe6de;
  cursor: pointer; }

.moreicon {
  background: url(../images/Icon_More.png) right;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  padding: 5px 33px 5px 2px; }

/*a{
	color:#1e4570;
	text-decoration: underline;
}*/
.mocklink {
  text-decoration: underline; }

ul.topics .mocklink {
  text-decoration: underline;
  font-size: 110%;
  font-weight: bold; }

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

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

.topicsmore 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; }

#officials h4 span, #agencies h4 span, #state-local h4 span {
  display: inline-block;
  background-image: url("../images/Icon_Arrow_Red_Open.png");
  width: 33px;
  height: 33px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background-size: contain;
  transition: all 0.5s; }

#officials:hover h4 span, #agencies:hover h4 span, #state-local:hover h4 span,
#officials.active h4 span, #agencies.active h4 span, #state-local.active h4 span {
  opacity: 0; }

@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; }
  .hphdr2spcng {
    margin-top: 0;
    padding-top: 0; } }

@media (max-width: 767px) {
  .topicsmore {
    width: auto; }
  #emlfnd input[type="text"], [type="email"] {
    width: 60%; }
  #emlfnd textarea {
    width: 60%; } }

@media (max-width: 480px) {
  #emlfnd input[type="text"], [type="email"] {
    width: 100%; }
  #emlfnd textarea {
    width: 100%; } }

/***********************
2. Skip Link
***********************/
#skiplinkholder {
  position: absolute;
  width: 100%; }

#skiplinkholder p {
  padding: 0 0 0 0; }

#skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited {
  display: block;
  left: -10000px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background-position: initial initial;
  background-repeat: initial initial;
  border-bottom-color: #CCC;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 25px 25px 25px 25px;
  text-align: center;
  text-decoration: underline;
  font-size: 210%;
  color: #FFF;
  background-color: #A50000; }

#skiplinkholder a:focus, #skiplinkholder a:active {
  left: 0;
  top: 0;
  z-index: 100; }

#skiptargetholder {
  margin: 0 0 0 0; }

@media (max-width: 991px) {
  #skiplinkholder a, #skiplinkholder a:link, #skiplinkholder a:visited {
    display: none; } }

/***********************
3. Header
***********************/
#header {
  background: #1b50a0;
  position: relative; }

#header > .container {
  height: 140px;
  position: relative; }

#header .headercontact a span:before {
  color: #fff; }

.cntrlogo, .usa-logo {
  margin-left: auto;
  margin-right: auto;
  /*padding: 55px 0 0 0;*/ }

/*.cntrlogo:lang(en), .usa-logo:lang(en) {
  width: 335px; /*sg - 4/20/16 changed from 380px
  height: 157px;
}*/
.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 {
  font-size: 60px;
  color: #fff;
  display: block;
  /*line-height: 80px;*/ }

.betalnk {
  float: left;
  margin: 0px 0 85px 0;
  padding: 0 0 0 0; }

.betalnk:lang(es) {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.betalnk li {
  margin: 12px 0 12px 0px;
  /*sg-4/16/16 - changed the left margin from 17px to 0*/
  display: inline-block;
  color: #fff; }

.betalnk li:lang(es) {
  margin: 12px 0 12px 0px;
  /* sg - 4/2016 changed from 12 0 0 17px*/
  display: inline-block;
  color: #fff; }

.betalnk a {
  color: #fff;
  display: block;
  text-decoration: none; }

.betalnk a:hover, #utilities a:active, #utilities a:focus {
  text-decoration: underline; }

#logo {
  /*float: left;
  padding: 15px 0 15px 0;*/
  border: 0;
  width: 100%;
  /*margin-left: auto;
  margin-right: auto;*/ }

#header h1 a, .logolink {
  /*float: left;
  display: block;
  margin-left: auto;
  margin-right: auto;*/ }

#utilities {
  float: right;
  margin: -170px 0 85px 0;
  padding: 0 0 0 0; }

#utilities li {
  margin: 12px 0 12px 17px;
  display: inline-block;
  color: #fff; }

#utilities a {
  color: #fff;
  display: block;
  text-decoration: none; }

#utilities a:hover, #utilities a:active, #utilities a:focus {
  text-decoration: underline; }

#utilities span {
  margin: 12px 0px 12px 0px;
  display: block; }

#toggles {
  display: none; }

.headercontact {
  display: none; }

.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: #212121;
    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: #212121;
      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; }

@media (max-width: 1200px) {
  #utilities:lang(es) {
    float: right;
    margin: -168px 0 85px 0;
    padding: 0 0 0 0; } }

@media (max-width: 992px) {
  .cntrlogo, .cntrlogo:lang(en), .cntrlogo:lang(es) {
    width: auto;
    height: auto;
    float: left;
    padding: 15px 0 0 0; }
  #toggles {
    font-size: 80%; }
  #header > .container {
    height: auto; }
  .betalnk {
    display: none; }
  #logo {
    width: auto;
    height: 60px; }
  #utilities {
    display: none; }
  #toggles {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 15px; }
  .headercontact {
    display: block;
    color: #fff; }
  .headercontact ul {
    padding: 0 0 0 0; }
  .headercontact li {
    margin: 10px 10px 10px 10px; } }

@media (max-width: 991px) {
  .betalnk {
    display: none; }
  #header h1 a {
    height: auto;
    width: auto; }
  #utilities {
    display: none; }
  .cntrlogo, .cntrlogo:lang(es), .cntrlogo:lang(en) {
    width: auto;
    padding: 0 0 0 0; } }

@media (max-width: 767px) {
  #utilities li {
    margin: 12px 0 12px 17px;
    display: inline-block;
    color: #fff; }
  #logo {
    height: 50px;
    /*changed from 75px to 50px - sg 3/15/16 */ }
  #toggles {
    display: block; }
  #search-toggle, .show-search #search, .show-search #mnmenu {
    display: none; }
  .show-nav #search, .show-nav #mnmenu {
    display: block;
    clear: both; }
  .show-nav #mnmenu {
    padding: 120px 0 20px 0; } }

@media (max-width: 480px) {
  .cntrlogo, cntrlogo:lang(en) {
    padding: 0 0 0 0; }
  .cntrlogo, .cntrlogo:lang(es) {
    padding: 0 0 5px 0;
    /*sg - 4/22/16 changed padding-top from 20px*/ }
  #logo:lang(es) {
    height: 34px; } }

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

/***********************
4. Alert
***********************/
#alertbox {
  min-height: 75px;
  width: 100%;
  margin: 10px 0 20px 0;
  background: #c61f0c;
  color: #fff;
  background-image: url("../images/Icon_Alert.png");
  background-repeat: no-repeat;
  background-position: left 20px top 25px; }

#alertbox h2 {
  padding: 10px 0 10px 60px;
  margin: 0 0 0 0; }

#alertbox p {
  padding: 0 0 10px 60px;
  margin: 0 0 10px 0; }

#alertbox a, #alertbox a:hover, #alertbox a:visited {
  color: #fff; }

#alertbox a:focus, #alertbox a:active {
  outline: #fff solid 3px; }

#aboutus {
  position: relative;
  background-color: #EBE6DE;
  color: #1B50A0;
  font-weight: bold;
  font-size: 170%;
  padding: 20px;
  text-align: center; }

#aboutus:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EBE6DE; }

@media (max-width: 992px) {
  #aboutus {
    font-size: 120%; } }

/***********************
5. Search
***********************/
#search form {
  float: right; }

#search input[type="text"] {
  display: block;
  float: left;
  width: 790px;
  border: 0;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  font-size: 100%;
  line-height: 20px;
  height: 40px; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

#search button {
  display: block;
  border: 0;
  margin: 0 0 0 0;
  padding: 7px 0 10px 0;
  font-size: 130%;
  font-weight: normal;
  line-height: 20px;
  background: #1b50a0;
  color: #fff;
  width: 130px;
  float: left;
  height: 40px; }

/*#search input[type="text"] {
  margin: auto 10px auto auto;
  width: 1020px;
  border: 1px solid #182c42;
}*/
div.searchbkgnd {
  height: auto;
  background: #373737;
  padding: 20px 20px 20px 20px;
  border-top: 1px solid #fff; }

div.searchttl {
  margin: 0 0 0 0;
  float: left; }

div.searchttl p {
  font-size: 130%;
  font-weight: normal;
  margin: 5px 0 10px 0;
  padding: 0 0 0 0;
  color: #fff; }

#content div.searchttl p {
  color: #c61f0c;
  font-size: 170%; }

/*HomePage Search*/
#content .searchbkgnd {
  background: transparent;
  padding: 0 0 0 0; }

#content .searchbkgnd .container {
  padding: 0 0 0 0;
  width: 100%; }

#content #query {
  border: 3px solid #D8D8D8;
  box-shadow: inset 0 0 8px #D8D8D8;
  width: 85%;
  height: 55px;
  font-size: 120%; }

#content button#buscarSubmit {
  width: 14%;
  margin: 0 0 0 1%;
  height: 55px; }

#content div.searchttl p {
  color: #c61f0c; }

#content #search form {
  width: 100%; }

@media (max-width: 1200px) {
  #search input[type="text"] {
    width: 570px; } }

@media (max-width: 992px) {
  #search input[type="text"] {
    width: 82%; }
  #search button {
    width: 18%;
    font-size: 90%;
    background: #1b50a0; }
  div.searchbkgnd {
    display: none; }
  .show-search div.searchbkgnd {
    display: block;
    height: auto; }
  div.searchttl p {
    font-size: 1em; }
  div.searchbkgnd {
    padding: 13px 20px 20px 20px; } }

@media (max-width: 991px) {
  #search form {
    float: none; } }

@media (max-width: 767px) {
  #search input[type="text"] {
    width: 80%; }
  #search button {
    width: 20%; }
  div.searchbkgnd {
    padding: 13px 0 0 0;
    position: absolute;
    width: 100%;
    background: none;
    border: none; }
  .show-nav div.searchbkgnd {
    display: block; }
  .show-search div.searchbkgnd {
    display: none; } }

@media (max-width: 480px) {
  #search button {
    font-size: 100%; } }

/***********************
6. Top Navigation
***********************/
#mnnav {
  clear: both; }

#mnnav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.navItems li {
  display: block;
  float: left;
  padding: 0 0 0 0;
  text-align: center;
  width: 14.33%;
  font-size: 110%;
  /*background: url('../images/Line_Topnav.png');*/
  background-position: left;
  background-repeat: no-repeat; }

#mnnav li:first-child {
  background-image: none;
  width: 6%; }

#mnnav li + li + li + li + li + li + li + li {
  width: 8%; }

ul.navItems a {
  display: table;
  width: 100%;
  height: 115px;
  border-top: 10px solid transparent;
  text-decoration: none;
  color: #fff; }

ul.navItems a:hover {
  border: 1px solid white;
  padding: 9px 0 0 0; }

ul.navItems a:hover span, ul.navItems a:active span, ul.navItems a:focus span {
  text-decoration: underline; }

ul.navItems a.current:hover span, ul.navItems a.current:active span, ul.navItems a.current:focus span {
  text-decoration: none; }

#mnnav a.current, ul.navItems a.current:hover {
  background: #fff;
  border: none;
  border-top: 6px solid #c61f0c;
  color: #1b50a0;
  font-weight: normal;
  padding: 4px 0 0 0; }

#search-toggle .closer {
  display: none; }

#search-toggle.current .closer {
  display: inline; }

#search-toggle.current .searcher {
  display: none; }

#nav-toggle .closer {
  display: none; }

#nav-toggle.current .closer {
  display: inline; }

#nav-toggle.current .menuer {
  display: none; }

/*.hidden{
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
}*/
@media (max-width: 992px) {
  .navItems {
    font-size: 90%; }
  #mnnav li {
    padding: 0 0 0 0; }
  #nav-toggle, #search-toggle {
    display: inline-block;
    background: none;
    border: none;
    color: #fff;
    margin: 0 0 0 0;
    font-size: 130%; }
  #search-toggle {
    padding: 17px 12px 26px 12px; }
  #nav-toggle {
    margin: 18px 0px 21px 9px;
    padding: 5px 0 5px 0; }
  .show-nav #nav-toggle {
    padding: 18px 0px 26px 9px;
    margin: 0 0 0 0; }
  #mnnav li {
    border: none; }
  ul.navItems a {
    border-top: 0px solid transparent; }
  ul.navItems a:hover {
    border: none;
    padding: 0 0 0 0; }
  .show-search #search, .show-nav #mnmenu {
    clear: both; }
  .show-search #search li, .show-nav #mnnav li {
    width: 100%;
    height: auto;
    text-align: left; }
  .show-search #search a, .show-nav ul.navItems a {
    height: auto;
    background: #fff;
    color: #27558a;
    padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #27558a;
    box-sizing: border-box; }
  .show-search #search a.current, .show-nav #mnnav a.current {
    border-top: none;
    border-left: 6px solid #c61f0c;
    border-bottom: 1px solid #1b50a0;
    padding: 6px 12px 6px 6px; }
  #search, #mnmenu {
    display: none; }
  .show-search #search, .show-nav #mnmenu {
    display: block; }
  .show-search #search-toggle, .show-nav #nav-toggle {
    background: #373737; }
  .show-nav #mnmenu {
    background: #373737;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #fff; } }

@media (max-width: 991px) {
  #search, #nav {
    display: none; }
  .show-search #search, .show-nav #nav {
    display: block; } }

@media (max-width: 480px) {
  #nav-toggle.current {
    position: relative;
    right: -15px; } }

/***********************
7. Espanol and Kids Toggle
***********************/
.hptoggles {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff; }

.hptoggles ul {
  float: right;
  margin: 0 0 0 0;
  padding: 19px 0 0 0; }

.hptoggles ul li {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 0 5px 0; }

.engtoggle {
  position: relative;
  margin: 0 0 0 0;
  padding: 5px 0 5px 20px; }

.hptoggles ul li.noTggle {
  display: none; }

/*li.engtoggle::after {
  content:"";
  width:1px;
  height:20px;
  position:absolute;
  background: #c7c7c7;
  right: 7px;
}*/
.hptoggles .engtoggle a {
  color: #fff;
  text-decoration: none;
  margin: 0 7px 0 0;
  padding: 5px 20px 5px 20px;
  background: #022945;
  font-size: 90%; }

.hptoggles .engtoggle a:hover {
  text-decoration: underline; }

.kidstoggle {
  margin: 0 0 0 0; }

.hptoggles .kidstoggle a {
  color: #022945;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  background: #f8d280;
  font-size: 90%; }

.hptoggles .kidstoggle a:hover {
  text-decoration: underline; }

@media (max-width: 991px) {
  .hptoggles {
    font-size: 95%; } }

@media (max-width: 767px) {
  .hptoggles ul {
    float: none;
    text-align: center;
    padding: 19px 0 15px 0; } }

@media (max-width: 480px) {
  .hptoggles ul li {
    margin: 0 5px 0 5px; }
  .hptoggles .engtoggle a {
    margin: 0 0 0 0; }
  li.engtoggle::after {
    right: -8px; } }

/***********************
8. Most Popular
***********************/
.background {
  position: absolute;
  width: 100%;
  height: 100%; }

.fade {
  width: 100%;
  height: 100%; }

[data-bg] {
  background-image: none;
  background-size: cover;
  background-position: center; }

.bg5 {
  background-image: url("../images/Contact_Federal_Agencies.jpg"); }

html:lang(es) .bg5 {
  background-image: url("../images/Contact_State.jpg"); }

.bg6 {
  background-image: url("../images/Contact_State.jpg"); }

html:lang(es) .bg6 {
  background-image: url("../images/Contact_Consulate.jpg"); }

.bg7 {
  background-image: url("../images/Contact_Elected.jpg"); }

#trending {
  position: relative;
  margin: 15px 0;
  background-size: contain; }

#trending .backdrop, #trending .backdrop2 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.9s; }

#trending .new {
  z-index: 1;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

#trending .new > li {
  overflow: hidden;
  margin: 0 0 12px 0;
  padding: 3px 15px 3px 15px; }

#trending .topic {
  position: relative;
  width: 100%;
  height: 260px;
  margin: 90px 0 0 0;
  border: none;
  transition: all 0.5s;
  background: none; }

#trending .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  transition: height 0.5s, background 0.5s;
  background: rgba(255, 255, 255, 0.92); }

#trending .inner.expanded {
  height: 100%;
  background: #fff; }

#trending .inner:hover {
  background: #fff; }

#trending .inner ul {
  list-style-type: square;
  color: #1B50A0; }

#trending .inner li {
  padding-right: 14px;
  margin: 0; }

#trending .inner p {
  padding: 0 10px 0 10px;
  margin: 0 0 0 0; }

#trending h2 {
  margin: 0;
  height: 90px;
  width: 100%;
  font-size: 135%; }

#trending button {
  height: 100%;
  width: 100%;
  margin: 0;
  color: #000000;
  border: none;
  border-radius: 0;
  border-top: 0px solid #c61f0c;
  background: none;
  text-align: left;
  font-size: inherit;
  transition: all 0.5s;
  background-image: url(../images/Icon_Red_Arrow_Up.png);
  background-position: top 30px right 10px;
  background-repeat: no-repeat;
  padding: 10px 30px 10px 15px;
  cursor: pointer; }

#trending .expanded button {
  height: 260px;
  padding-bottom: 190px;
  color: #c61f0c;
  border-top: 5px solid #c61f0c;
  background-image: url(../images/Icon_Red_Arrow_Down.png); }

#trending .inner:hover button {
  border-top: 5px solid #c61f0c; }

.slick.slick-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

.slick div {
  height: 100%;
  background-size: cover;
  background-position: center; }

@media (max-width: 991px) {
  #trending .background {
    display: none; }
  #trending {
    border: none;
    background: #EDE9DE;
    padding: 15px 0 0 0; }
  #trending .topic, #trending h2, #trending .inner {
    height: 60px; }
  #trending .topic {
    margin: 0 0 0 0; }
  #trending .topic.expanded {
    height: 400px; }
  #trending h2 {
    font-size: 140%; }
  .inner .bg1, .inner .bg2, .inner .bg3, .inner .bg4 {
    height: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.5s; }
  .inner.expanded .bg1, .inner.expanded .bg2, .inner.expanded .bg3, .inner.expanded .bg4 {
    height: 200px; }
  #trending button {
    font-size: 85%;
    padding: 0px 30px 0px 15px;
    background-position: top 20px right 10px; } }

@media (max-width: 480px) {
  #trending .topic, #trending h2, #trending .inner {
    height: 60px; } }

/***********************
9. Quote
***********************/
.quote {
  height: auto;
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center; }

blockquote {
  display: inline-block;
  padding: 25px 0 0 10px;
  margin: 0 0 25px 0;
  text-align: left;
  width: 60%;
  font-size: 135%; }

.fquote, .lquote {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px; }

.fquote {
  background-image: url("../images/Quote_Start.png");
  vertical-align: top; }

.lquote {
  background-image: url("../images/Quote_End.png");
  vertical-align: bottom; }

@media (max-width: 991px) {
  blockquote {
    padding: 15px 0 0 10px;
    margin: 0 0 15px 0;
    width: 70%;
    font-size: 100%; }
  .fquote, .lquote {
    width: 60px;
    height: 50px; } }

@media (max-width: 480px) {
  .fquote, .lquote {
    width: 36px;
    height: 30px; } }

/***********************
10. Information and Services
***********************/
#topics {
  padding: 0 0 0 0; }

#content #topics li {
  list-style-type: none;
  height: 310px;
  margin: 0 0 20px 0;
  padding-left: 15px;
  padding-right: 15px; }

a.outline {
  border: 1px solid #cdcdcd;
  height: 100%;
  padding: 5px 5px 5px 5px;
  display: block;
  text-decoration: none;
  width: 105%; }

a.outline.more {
  height: auto; }

a:hover.outline {
  border: 1px solid #154285; }

#topics li a div {
  height: 115px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top; }

#topics li p {
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  line-height: inherit;
  font-size: 90%; }

.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"); }

#topics li a span {
  display: block;
  padding: 10px 0 15px 65px;
  min-height: 60px;
  color: #154285;
  font-weight: bold; }

#topics li a.more span {
  padding: 10px 50px 10px 10px;
  color: white;
  background-color: #1B50A0;
  line-height: 40px;
  text-align: right;
  background-position: center right;
  margin: 0 0 5px 0; }

#topics li a:hover span {
  text-decoration: underline; }

.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; }

@media (max-width: 991px) {
  #trending .inner ul {
    max-height: 130px; }
  #trending .inner p {
    margin: 16px 0 16px 0; }
  #topics li a div {
    background-size: cover; } }

@media (max-width: 767px) {
  a.outline {
    width: auto; }
  #content #topics li {
    height: auto; }
  #topics li a div {
    display: none; }
  #topics li a span {
    min-height: 45px;
    padding: 5px 0 8px 65px; }
  #topics li a.more span {
    min-height: 35px;
    line-height: 30px;
    margin: 0 0 20px 0;
    /* text-align:center; */
    /* background-position: left; */ }
  #topics li a.more p {
    text-align: right;
    padding: 0; }
  #topics li p {
    padding: 0 0 0 65px;
    margin: -15px 0 0 0; } }

/***********************
11. Government Agencies
***********************/
#contact h4 {
  margin: 15px;
  font-weight: normal;
  font-size: 120%; }

#contact a {
  display: table;
  padding: 0 5px 0 40px;
  text-decoration: none;
  height: 46px;
  width: 100%;
  background: #C7DAF1 url(../images/Icon_Arrow_Blue.png) no-repeat left 10px center; }

#contact a span {
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

#contact a:hover {
  text-decoration: underline; }

#contact a.more {
  background: none;
  text-align: right;
  color: #ffffff;
  height: 40px;
  padding: 10px 0 10px 0;
  line-height: 20px;
  margin: 5px 0 5px 0;
  font-weight: bold; }

#contact a.more span {
  display: inline-block;
  background: #C7DAF1 url(../images/Icon_Arrow_Blue.png) no-repeat center;
  width: 22px;
  height: 22px;
  margin: 0 0 0 10px;
  vertical-align: bottom;
  background-size: contain; }

#officials, #agencies, #state-local {
  position: relative;
  color: white;
  margin-bottom: 20px;
  background-size: cover;
  background-color: #EDE9DE;
  overflow: hidden; }

#officials > *, #agencies > *, #state-local > * {
  position: relative;
  z-index: 1; }

#officials .underlay, #agencies .underlay, #state-local .underlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

#officials .overlay, #agencies .overlay, #state-local .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.5s;
  z-index: 0; }

#officials a, #agencies a, #state-local a {
  opacity: 0;
  position: relative;
  transition: all 0.5s ease; }

#officials a:hover, #officials a:active, #officials a:focus, #officials.active a,
#agencies a:hover, #agencies a:active, #agencies a:focus, #agencies.active a,
#state-local a:hover, #state-local a:active, #state-local a:focus, #state-local.active a {
  opacity: 1;
  top: 0;
  transform: translate(0, 0px); }

#officials:hover .overlay, #officials:active .overlay, #officials:focus .overlay, #officials.active .overlay,
#agencies:hover .overlay, #agencies:active .overlay, #agencies:focus .overlay, #agencies.active .overlay,
#state-local:hover .overlay, #state-local:active .overlay, #state-local:focus .overlay, #state-local.active .overlay {
  background-color: rgba(20, 90, 190, 0.8); }

#officials:hover a, #officials:active a, #officials:focus a,
#agencies:hover a, #agencies:active a, #agencies:focus a,
#state-local:hover a, #state-local:active a, #state-local:focus a {
  opacity: 1;
  top: 0;
  transform: translate(0, 0px); }

.quicktitle {
  font-weight: bold;
  font-size: 120%;
  padding: 0 0 15px 0;
  margin: 0 0 0 0; }

.quickmenu {
  margin: 0 0 0 0; }

.quickmenu li {
  display: block; }

.quickmenu li a {
  display: inline-block;
  background-color: #1b50a0;
  color: #fff;
  padding: 10px 14px 10px 14px;
  margin: 0 5px 0px 0;
  text-decoration: none;
  line-height: 20px; }

.quickmenu li a:hover, .quickmenu li a:focus, .quickmenu li a:active {
  text-decoration: underline;
  background-color: #fff;
  color: #1b50a0;
  border: 1px solid;
  border-color: #1b50a0; }

@media (min-width: 992px) {
  #contact {
    border-right: 1px solid #c9c9c9; }
  #contact h4 {
    background-image: none;
    height: 33px;
    line-height: 33px; }
  .quickmenu li {
    display: inline-block; } }

@media (max-width: 991px) {
  #officials, #agencies, #state-local {
    background-image: none; }
  #officials a, #agencies a, #state-local a {
    opacity: 1;
    margin: 0 0 15px 0; }
  #officials .overlay, #agencies .overlay, #state-local .overlay {
    background-color: rgba(20, 90, 190, 0.8); }
  #officials, #agencies, #state-local {
    height: 90px;
    transition: all 0.5s; }
  #officials h4, #agencies h4, #state-local h4 {
    text-shadow: 0px 2px 5px #000;
    height: 90px;
    margin: 0;
    padding: 20px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s; }
  #officials:hover, #officials:active, #officials:focus, #officials.active,
  #agencies:hover, #agencies:active, #agencies:focus, #agencies.active,
  #state-local:hover, #state-local:active, #state-local:focus, #state-local.active {
    height: 365px; }
  #officials:hover h4, #officials:active h4, #officials:focus h4, #officials.active h4,
  #agencies:hover h4, #agencies:active h4, #agencies:focus h4, #agencies.active h4,
  #state-local:hover h4, #state-local:active h4, #state-local:focus h4, #state-local.active h4 {
    height: 90px;
    margin: 15px; } }

@media (max-width: 767px) {
  .quickmenu li {
    display: inline-block; } }

@media (max-width: 480px) {
  .quickmenu li {
    display: inline-block; } }

/***********************
13. Footer
***********************/
#footer {
  background: #4b4b4d;
  color: #fff; }

#footer ul {
  margin: 0 0 0 0;
  padding: 0 0 20px 0; }

#footer ul li, .headercontact ul li {
  list-style-type: none; }

#footer a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap; }

#footer span.icon-phone, #header span.icon-phone {
  white-space: normal;
  line-height: normal;
  height: 27px; }

/*span.icon-phone.spcng {
  line-height: 20px;
 }*/
#footer a:visited, .headercontact a {
  color: #e8e8e8; }

#footer a:hover, #footer a:focus, #footer a:active,
#footer a:hover span, #footer a:focus span, #footer a:active span,
.headercontact a:hover span, .headercontact a:focus span, .headercontact a:active span {
  color: #fff;
  text-decoration: underline; }

#footer .footerlogoLine a {
  color: #000; }

#footer .footerlogoLine img {
  background-size: initial;
  background-position: right;
  padding: 0 0 0 5px;
  vertical-align: middle;
  color: #000; }

#footer .footerlogoLine a:hover, #footer .footerlogoLine a:focus, #footer .footerlogoLine a:active, #footer .footerlogoLine a:hover span, #footer .footerlogoLine a:focus span, #footer .footerlogoLine a:active span {
  color: #154285;
  text-decoration: underline; }

div.footernav ul li {
  float: none;
  width: 100%;
  padding: 0 0 10px 0;
  line-height: 17px; }

div.footercontact ul li {
  margin: 0 0 10px 0; }

div.footerconnected ul li {
  float: left;
  width: 49%;
  margin: 0 0 8px 0; }

div.footerconnected a {
  display: block; }

.cnnctfcbk {
  background: url("../images/Icon_Connect_Facebook.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px; }

.cnncttwtr {
  background: url("../images/Icon_Connect_Tweeter.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px; }

.cnncttmblr {
  background: url("../images/Icon_Connect_Tumblr.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px; }

.cnnctrss {
  background: url("../images/Icon_Connect_RSS.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px; }

.cnnctytb {
  background: url("../images/Icon_Connect_Youtube.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px; }

.cnncteml {
  background: url("../images/Icon_Connect_Email.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px;
  white-space: nowrap; }

.cnnctglg {
  background: url("../images/Icon_Connect_Google.png");
  background-repeat: no-repeat;
  padding: 6px 0 6px 50px; }

.footer {
  background: #000;
  clear: both; }

.usa-footer-logo {
  margin-bottom: 1em; }

@media (max-width: 991px) {
  div.footernav, div.footerconnected, div.footercontact {
    height: auto; }
  div.footernav, div.footerconnected, div.footercontact {
    height: auto; }
  div.footernav {
    padding: 0 0 0 20px; }
  div.footernav ul li {
    float: none;
    width: 100%;
    line-height: 25px; }
  div.footerconnected ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0; } }

@media (max-width: 767px) {
  div.footernav, div.footerconnected, div.footercontact {
    height: auto; } }

/***********************
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; }

#footer .tagline a {
  text-decoration: none; }

#footer .tagline a:hover, #footer .tagline a:focus, #footer .tagline a:active {
  text-decoration: underline; }

.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;
  border: thin #000 solid;
  background-color: #fff;
  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("/sites/all/themes/usa/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("/sites/all/themes/usa/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: #16375b;
  border: 1px #16375b solid; }

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

#vocEnter:hover, .start-survey:hover {
  color: #16375b;
  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; }

#vocModal input.top-right {
  display: none; }

.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; }

/***********************
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: #4b4a4f;
  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: 10px 10px 10px 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: 20px 10px 20px 0px;
  /*color: #4b4a4f;*/
  font-weight: bold; }

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

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

.mrtp {
  /*border-top: 3px solid #ebe6de;
   border-bottom: 3px solid #ebe6de;*/
  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: #0e3759; }

.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) {
  /*.shade{
		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{
		margin: 8px 0 0 0;
	}

	.mrtp button:hover{
		text-decoration: underline;
		color: #fff;
	}

	div.mrtpc.minus{
		float: right;
		height: 40px;
		width: 40px;
		background: url("../images/Icon_Minuss.png") no-repeat;
		background-position: center center;
		background-size: 25px;
		background-color: #fff;
		margin: 0 0 0 0;
	}

	div.mrtpc{
		height: 40px;
		width: 40px;
		background: url("../images/Icon_Plus.png") no-repeat;
		background-position: center center;
		background-size: 25px;
		background-color: #fff;
		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;
	}*/
  .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; }

.wotp h2 {
  color: #182c44;
  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 div.term-listing-heading .wotp ul li {
  line-height: 20px; }

.alrtcntnr {
  border-bottom: 1px dashed grey; }

.alrtbx {
  height: 50px;
  background: #022945; }

.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; }

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

.embed {
  margin: 10px auto 10px auto;
  /*sg 8/1/16 - changed from auto auto auto auto*/
  width: 100%;
  max-width: 586px; }

.embed iframe {
  width: 100%;
  height: 400px; }

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: #1a51a1;
  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; }

.volver a {
  padding: 0 0 4px 0; }

.linking-img {
  background-color: #1b50a0; }

.linktous-logo {
  width: 185px;
  height: 55px; }

.linktous-logo-sp {
  width: 275px;
  height: 55px; }

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

#content article ul li, #content article ol li, #content div.term-listing-heading ul 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; }

#content div.term-listing-heading ul.pagination li {
  line-height: 40px; }

@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%; } }

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

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

.infobytpc ul.dwnlvl 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 {
  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 {
  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; }

@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 #E4EAEE;
  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: #1b50a0;
  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 #E4EAEE;
  background-color: #E4EAEE;
  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: 0 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
***********************/
.az-list {
  padding: 0 0 0 0;
  margin: 10px 0 10px -10px;
  max-width: 800px; }

.az-page h2 {
  color: #1b50a0; }

#content .az-list li {
  display: block;
  width: 40px;
  height: 40px;
  background: #859CBA;
  float: left;
  margin: 10px 10px 10px 10px;
  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 #1b50a0;
  color: #1b50a0;
  font-weight: bold; }

.az-list li a {
  color: white;
  background: #1b50a0;
  display: block;
  width: 100%;
  height: 100%; }

.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: 0 5px 0 0; }

.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; }

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

.bld {
  font-weight: bold; }

#pipe {
  border-style: solid;
  border-width: 1px 0;
  border-color: #d4d4d4;
  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 #cdcdcd;
  text-decoration: none;
  width: 100%; }

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

#featurebox ul li {
  padding: 0 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 #1a51a1;
  overflow: hidden; }

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

#featurelist-video ul {
  border-bottom: 1px dotted #1a51a1;
  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 auto 0 auto;
  max-width: 855px;
  height: auto;
  background: #1b50a0 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: 0 0 15px 0; }

#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: #595959; }

#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: #595959; }

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

.featuremore {
  display: block;
  border: 1px solid #cdcdcd;
  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 #1a51a1;
  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; }

#content ul.pagination li.previous a {
  color: #16375b;
  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: #16375b;
  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: #16375b;
  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: #16375b;
  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 #1b50a0;
  color: #1b50a0;
  font-weight: bold;
  padding: 0px 5px; }

.pagination li a {
  color: white;
  background: #1b50a0;
  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 #02bfe7;
	background: #02bfe7;
	font-weight: bold;
}
#content ul.pagination li.previous a:hover, #content ul.pagination li.next a:hover {
	color: #212121;
	background: 00a6d2;
	font-weight: bold;
	padding: 0 15px 0 15px;
	border: 2px solid #00a6d2;
}
.pagination li.current, .pagination li a:hover {
	background: white;
	border: 2px solid #1b50a0;
	color: #1b50a0;
	font-weight: bold;
	padding: 0px 5px;
}
.pagination li a {
	color: white;
	background: #1b50a0;
	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 {
  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: 0 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 {
    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: #1b50a0 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; }
  .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%; } }

/***********************
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: #242426;
  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: #212121;
  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: #212121;
  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: #16375b;
  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: #16375b;
  border: 1px #00a6d2 solid;
  padding: 0 11px 0 11px;
  margin: 18px 8px 18px 0;
  text-decoration: underline; }

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

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

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

#cntctbx h2 {
  font-size: 130%;
  display: block;
  color: #5b5b5c;
  padding: 12px 0 15px 65px;
  margin: 0 auto 0 auto;
  max-width: 855px;
  height: auto;
  border-bottom: 1px solid #bcbcbb;
  background: #f0efef url("../images/Contact_Center_Icon.png") left 20px top 12px no-repeat; }

#cntctbx.no-icon h2 {
  color: #154285;
  padding: 12px 0 15px 25px;
  background: #f0efef; }

#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%; } }

/***********************
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: #0e3759;
      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-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-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-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 .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: #0e3759; }
        .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: #0e3759; }

.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; }
  .modal.active {
    display: block; }
  .modal > div > div {
    background: white;
    position: relative;
    top: 80px; }
  .modal h2 {
    color: #0e385b; }
  .modal p {
    max-width: 600px;
    margin: 20px auto;
    padding: 0 40px; }
  .modal .close {
    width: auto;
    background-color: #02bfe7;
    color: #212121;
    margin: 0 0 20px; }
    .modal .close:hover {
      background-color: #00a6d2; }
    .modal .close.top {
      position: absolute;
      right: 0;
      top: -40px;
      height: 40px;
      margin: 0;
      background: 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; }
      .modal .close.top:hover {
        background-color: #eeeaea; }
  .modal .icon {
    height: 100px;
    background: #0e385b;
    background-image: url("../images/BUSA_lightbox_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70px; }
  .modal .logo {
    height: 100px;
    background: #d7d7da;
    background-image: url("../images/Logo_USA_Final.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 60px; }
    @media (max-width: 480px) {
      .modal .logo {
        background-size: auto 45px; } }
    .modal .logo:lang(es) {
      background-image: url("../images/Logo_Gobierno_Final.png"); }
      @media (max-width: 340px) {
        .modal .logo:lang(es) {
          background-size: contain; } }

#emergency .icon {
  background: #c22a13;
  background-image: url("../images/warning-white.svg"); }

[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-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-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-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"); }

@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: #212121; }

.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: #5b616b; }

.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: #212121; }

.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 #5b616b;
  border-radius: 0;
  box-sizing: border-box;
  color: #212121;
  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 #5b616b;
  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: #5b616b; }

[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 #5b616b;
  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: #212121;
  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: #212121;
  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;
  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: #212121;
  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: #212121; }

.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-bordered .usa-accordion-content {
  border-bottom: 3px solid #f1f1f1;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1; }

.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: #212121;
  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: #212121; }

.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; } }

.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: #212121;
  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 #212121; }

@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 #212121; }

@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: #212121; }

@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 #212121; }

@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 #5b616b;
  font-size: 1.7rem; }

.usa-sidenav-list > li:first-child {
  border-top: none; }

.usa-sidenav-list a {
  border: none;
  color: #212121;
  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: #212121;
  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: #ffffff;
  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 {
    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 #5b616b;
  font-size: 1.7rem; }

.usa-nav-primary > li:first-child {
  border-top: none; }

.usa-nav-primary a {
  border: none;
  color: #212121;
  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: #5b616b;
    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: #5b616b;
    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: #5b616b;
  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: #212121;
  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.
*/
::selection {
  background: #0e3759; }

/*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 {
    max-width: 250px;
    position: relative;
    left: -8px; }
  .usa-header-extended .usa-logo {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .cntrlogo:lang(es), .usa-logo:lang(es) {
    height: auto;
    padding: 0 0 0 0; }
  .cntrlogo:lang(es) img, .usa-logo:lang(es) img {
    max-width: 345px; }
  .usa-nav-secondary-links li:first-child::after {
    content: '';
    padding-left: 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 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-down-hover.svg); }
  /*
  Override Search box width
  */
  .usa-nav-secondary .usa-search {
    display: block; }
  [role="search"] {
    width: 35rem; }
  .usa-header .usa-search {
    max-width: none; }
  .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: #16375b;
    border-bottom: 3px solid #02bfe7; }
  .usa-megamenu::before {
    background-color: #16375b;
    border-bottom: 3px solid #02bfe7;
    box-sizing: content-box; }
  .usa-megamenu::after {
    background-color: #16375b;
    border-bottom: 3px solid #02bfe7;
    box-sizing: content-box; }
  .usa-nav-submenu a:hover {
    background-color: #16375b; }
  .usa-nav-submenu a:focus {
    text-decoration: underline; }
  .usa-logo a, .usa-logo a:visited {
    display: inline-block; }
  .usa-nav-secondary {
    top: -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 {
    max-width: 318px; }
  .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(../uswds-0.12.1/img/minus-white.svg);
    background-color: #16375b;
    color: #fff;
    padding: 1rem 2rem 1rem 0rem; }
  .usa-nav-submenu {
    position: relative;
    background-color: #16375b; }
  .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: #16375b;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 1000%;
    right: 100%; }
  .usa-nav-submenu::after, .usa-nav-primary button::after {
    background-color: #16375b;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    left: 100%; }
  .usa-nav {
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll; }
  .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: #5b616b;
    background-color: white;
    background-image: url(../uswds-0.12.1/img/close.png);
    background-image: url(../uswds-0.12.1/img/close.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 2rem; }
  .usa-nav-close:hover {
    color: #5b616b; }
  .usa-nav-secondary {
    background: #595f68;
    padding: 1rem; }
  .usa-nav-secondary .usa-search {
    display: block;
    clear: both;
    margin: 0;
    margin-top: 5rem; }
  .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: #595959; }

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

.usa-logo:lang(es) {
  height: auto;
  padding: 0 0 0 0; }

#usasearch_sayt .ui-menu {
  height: auto; }

ul li:before {
  position: absolute;
  content: "";
  display: initial;
  /* padding-right: 0.4em;*/ }

ul li:after, ol li:after {
  content: "";
  display: initial;
  /*margin-bottom: 0.5em;*/ }

.hptoggles ul li:before {
  position: absolute;
  content: ""; }

.hptoggles ul li {
  display: inline-table; }

.usa-header-extended .usa-nav-primary button[aria-expanded=false] {
  background-position: 95% 40%;
  color: #154285; }

.usa-header-extended .usa-nav-primary button[aria-expanded=true] {
  background-position: 95% 40%;
  background-color: #16375b;
  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; }

.steps li button {
  color: #000; }

#cah-container .steps li button:active {
  color: #154285; }

#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: #0e3759; }

.usa-footer button, [type="submit"] {
  background-color: #02bfe7;
  color: #212121; }

.usa-footer button:hover, [type="submit"]:hover {
  background-color: #00a6d2;
  color: #212121; }

form [type="submit"]:hover {
  background-color: #00a6d2;
  color: #212121;
  padding-left:  2 0.7em;
  padding-right:  2 0.7em;
  width: auto; }

.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: #212121; }

.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-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: 600px) {
  .cntrlogo:lang(es) img, .usa-logo:lang(es) img {
    max-width: 190px; }
  .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: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-Right.png);
    background-image: url(../images/arrow-right-white.svg); }
  .usa-footer-big ul .usa-footer-primary-link {
    background-image: url(../images/Arrow-Down.png);
    background-image: url(../images/arrow-down-white.svg); } }

.usa-link-email {
  background-image: url("../images/Icon_Connect_Email.png");
  margin: 0 0 0 1rem;
  left: 1.2rem; }

/*
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: #5b616b;
    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: #5b616b;
    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) {
  .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.svg") no-repeat;
    background-position: center center;
    background-size: 1.7rem;
    /*background-color: #0e3759;*/
    margin: 0 0 0 0; }
  div.mrtpc {
    height: 40px;
    width: 40px;
    background: url("../images/plus.svg") no-repeat;
    background-position: center center;
    background-size: 1.7rem;
    /*background-color: #0e3759;*/
    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); }

.usa-search [type="search"], .usa-search .usa-search-input {
  font-size: 90%; }

.usa-nav-secondary-links li {
  padding-left: 1rem; }

.usa-nav-secondary-links .usa-header-search-button {
  display: none; }

a.usa-nav-link {
  display: inline-table; }

@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-logo img {
    max-width: 190px; }
  .usa-navbar {
    height: 5rem; }
  .usa-menu-btn {
    height: 5rem;
    font-size: 1.7rem; }
  .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); } }

@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: #1B50A0; }

.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; }

.rightnav h2, .rightnav h3, .rightnav h4, .rightnav h5, .rightnav h6 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.rightnav h3 + h4, .rightnav p.volver + h2 {
  padding-top: 0; }

h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0; }

section.how-do-i h1 {
  margin-top: 0; }

section > div.usa-grid > div > h1 {
  margin-top: 0; }

.how-do-i-topic h2 {
  font-size: 2rem; }

.usa-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../images/HP_Image.png");
  background-position: center;
  background-size: cover;
  min-height: 375px;
  background-color: #0e3759; }

.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: .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: .6rem solid #02bfe7;
  background-color: #0e3759; }

.usa-hero li a:hover {
  color: #02bfe7; }

/*
.usa-hero .floating-box-1 a:hover {
		color: #02bfe7;
		background-color: #0e3759;
		border-left: .6rem solid #02bfe7;
	}
*/
.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;
  rsor: 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; }

.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: #212121;
  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: #0e3759;
  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: #0e3759; }

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: 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%; */ } }

/*# sourceMappingURL=maps/style.css.map */
