@charset "UTF-8";
/*-- myuscis style guide for distribution --*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: font-url("fontawesome-webfont.eot?v=4.4.0");
  src: font-url("fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), font-url("fontawesome-webfont.woff2?v=4.4.0") format("woff2"), font-url("fontawesome-webfont.woff?v=4.4.0") format("woff"), font-url("fontawesome-webfont.ttf?v=4.4.0") format("truetype"), font-url("fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-sort-desc:before {
  content: "";
}

.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-chain-broken:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-file-image-o:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-newspaper-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
     padding: 10px 10px;
     display: inline-block;
     cursor: pointer;
     -webkit-transition-property: opacity, -webkit-filter;
     transition-property: opacity, -webkit-filter;
     transition-property: opacity, filter;
     transition-property: opacity, filter, -webkit-filter;
     -webkit-transition-duration: 0.15s;
     transition-duration: 0.15s;
     -webkit-transition-timing-function: linear;
     transition-timing-function: linear;
     font: inherit;
     color: inherit;
     text-transform: none;
     background-color: transparent;
     border: 0;
     margin: 0;
     overflow: visible;
 }
 .hamburger:hover {
     opacity: 0.7;
 }
 .hamburger-box {
     width: 30px;
     height: 21px;
     display: inline-block;
     position: relative;
 }
 .hamburger-inner {
     display: block;
     top: 50%;
     margin-top: -1.5px;
 }
 .hamburger-inner,
 .hamburger-inner::before,
 .hamburger-inner::after {
     width: 30px;
     height: 3px;
     background-color: #fff;
     border-radius: 4px;
     position: absolute;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.15s;
     transition-duration: 0.15s;
     -webkit-transition-timing-function: ease;
     transition-timing-function: ease;
 }
 .hamburger-inner::before,
 .hamburger-inner::after {
     content: "";
     display: block;
 }
 .hamburger-inner::before {
     top: -9px;
 }
 .hamburger-inner::after {
     bottom: -9px;
 }
 .hamburger--squeeze .hamburger-inner {
     -webkit-transition-duration: 0.1s;
     transition-duration: 0.1s;
     -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--squeeze .hamburger-inner::before {
     -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
     transition: top 0.1s 0.14s ease, opacity 0.1s ease;
 }
 .hamburger--squeeze .hamburger-inner::after {
     -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--squeeze.is-active .hamburger-inner {
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition-delay: 0.14s;
     transition-delay: 0.14s;
     -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 .hamburger--squeeze.is-active .hamburger-inner::before {
     top: 0;
     opacity: 0;
     -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
     transition: top 0.1s ease, opacity 0.1s 0.14s ease;
 }
 .hamburger--squeeze.is-active .hamburger-inner::after {
     bottom: 0;
     -webkit-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
     -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
     transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
     transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
     transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
 }
@font-face {
  font-family: "ProximaNovaSemibold";
  font-style: normal;
  font-weight: normal;
  src: font-url("ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), font-url("ProximaNova-Sbold-webfont.woff") format("woff"), font-url("ProximaNova-Sbold-webfont.ttf") format("truetype"), font-url("ProximaNova-Sbold-webfont.svg#ProximaNovaSemibold") format("svg");
}
@font-face {
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: normal;
  src: font-url("ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), font-url("ProximaNova-Reg-webfont.woff") format("woff"), font-url("ProximaNova-Reg-webfont.ttf") format("truetype"), font-url("ProximaNova-Reg-webfont.svg#ProximaNovaRegular") format("svg");
}
@font-face {
  font-family: "ProximaNovaLight";
  font-style: normal;
  font-weight: normal;
  src: font-url("ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), font-url("ProximaNova-Light-webfont.woff") format("woff"), font-url("ProximaNova-Light-webfont.ttf") format("truetype"), font-url("ProximaNova-Light-webfont.svg#ProximaNovaLight") format("svg");
}
* {
  -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;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

html, body {
  -webkit-font-smoothing: antialiased;
  background-image: image-url("bg-pattern.png");
  background-repeat: repeat;
  height: 100%;
  font-family: Georgia;
  font-size: 1em;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

a:focus, a:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, button:focus, button:active {
  outline: thin dotted #CCCCCC;
}

hr {
  margin: 15px 0;
  border-top: 1px solid #F9F9F9;
}

.a-right, .text-right {
  text-align: right !important;
}

.a-center, .text-center {
  text-align: center !important;
}

.a-left, .text-left {
  text-align: left !important;
}

.f-right, .to-right {
  float: right !important;
}

.f-left, .to-left {
  float: left;
}

.hidden, .no-display {
  display: none  !important;
}

.hide-js-enabled {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.georgia {
  font-family: Georgia;
}

.proxima-regular {
  font-family: ProximaNovaRegular, Arial !important;
}

.proxima-bold {
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial !important;
}

b {
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
  font-weight: normal;
}

p {
  font-size: 16px;
  font-size: 1rem;
  font-family: Georgia;
  color: #444444;
  margin-bottom: 10px;
}
p strong, p b {
  font-size: 16px;
  font-size: 1rem;
  font-family: Georgia;
  font-weight: bold;
}

p.alt-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
}

p.instructional-text, .instructional-text {
  font-family: Georgia;
  font-style: italic;
  color: #444444;
}

p.error-text, .error-text {
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
  font-weight: normal;
  color: #CC3333;
}

p.example-text, .example-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  color: #444444;
}

p.secondary-label, label.secondary-label, .secondary-label {
  font-size: 16px;
  font-size: 1rem;
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
  font-weight: normal;
  color: #006699;
}

a {
  color: #006699;
  font-style: normal;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #003366;
}
a.no-underline {
  text-decoration: none !important;
}
a.no-underline:hover, a.no-underline:focus {
  text-decoration: underline !important;
}

a.alt-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
}

h1, .h1 {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  line-height: 3.625rem;
  font-family: ProximaNovaLight;
  font-weight: normal;
  color: #003366;
}
@media screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
    font-family: ProximaNovaRegular, Arial;
    font-weight: normal;
  }
}

h2, .h2 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-family: ProximaNovaLight, "Arial Narrow", Arial;
  font-weight: normal;
  color: #222a8d;
}
@media screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: ProximaNovaRegular, Arial;
    font-weight: normal;
  }
}

h3, .h3 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  color: #000000;
}
@media screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: ProximaNovaLight, "Arial Narrow", Arial;
    font-weight: normal;
  }
}

h4, .h4 {
  margin: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  color: #000000;
}

h5, .h5 {
  margin: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: Georgia;
  color: #000000;
}

h6, .h6 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
  font-weight: normal;
  color: #000000;
}

ul, ol {
  margin-left: 1em;
}
ul.no-style, ul.horizontal, ol.no-style, ol.horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.horizontal, ol.horizontal {
  *zoom: 1;
}
ul.horizontal:before, ul.horizontal:after, ol.horizontal:before, ol.horizontal:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
ul.horizontal:after, ol.horizontal:after {
  clear: both;
}
ul.horizontal > li, ol.horizontal > li {
  float: left;
  margin-right: 15px;
}

.uscis-header .citizenship {
  width: 188px;
  height: 188px;
  background: image-url("sprites.png") 0px 0px no-repeat;
}
.uscis-header .contact {
  width: 188px;
  height: 188px;
  background: image-url("sprites.png") -188px 0px no-repeat;
}
.uscis-header .foreign_national {
  width: 188px;
  height: 188px;
  background: image-url("sprites.png") -542px 0px no-repeat;
}
.uscis-header .locate {
  width: 188px;
  height: 188px;
  background: image-url("sprites.png") -730px 0px no-repeat;
}
.uscis-header .permanent_resident {
  width: 188px;
  height: 188px;
  background: image-url("sprites.png") -918px 0px no-repeat;
}

.uscis-header .top-header-bar .small_flag {
    position: relative;
    display: inline-block;
    top: 2px;
}

.uscis-header .small_flag {
    width: 21px;
    height: 13px;
    background: url(https://my.uscis.gov/assets/sprites-81cc8baaceaf4f9b7a0bb5008372ca96.png) -1106px -87px no-repeat;
}

/*.uscis-header .small_flag {
  width: 21px;
  height: 13px;
  background: image-url("sprites.png") -1106px -87px no-repeat;
} */

.uscis-header .us_citizen {
  width: 188px;
  height: 188px;
  background: image-url("sprites.png") -1127px 0px no-repeat;
}

.with-border {
  border: 1px solid #CCCCCC;
}

.with-border-top {
  border-top: 1px solid #CCCCCC;
}

.with-border-top-bottom {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.with-border-bottom {
  border-bottom: 1px solid #CCCCCC;
}

.with-border-left {
  border-left: 1px solid #CCCCCC;
}

.with-border-left-right {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.with-border-right {
  border-right: 1px solid #CCCCCC;
}

.with-border-radius {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}

.with-border-radius-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.with-border-radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.with-border-radius-left {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.with-border-radius-right {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.uscis-button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-family: ProximaNovaSemibold;
  font-size:16px;
  font-weight:  normal;
  -webkit-transition: all 0.3s ease-in-out, padding 1ms;
  transition: all 0.3s ease-in-out, padding 1ms;
  position: relative;
  padding: 10px 15px;
  border: 0;
  color: #FFFFFF;
  background: #006699;
  cursor: pointer;
  text-align: center;
}
.uscis-button:hover, .uscis-button:focus {
  background: #003366;
  outline: none;
}
.uscis-button:active {
  box-shadow: none;
}
.uscis-button.full-width {
  width: 100%;
}
.uscis-button.disabled, .uscis-button:disabled {
  background: #EBEBEB !important;
  color: #444444 !important;
}
.uscis-button.disabled:hover, .uscis-button.disabled:focus, .uscis-button.disabled:active, .uscis-button:disabled:hover, .uscis-button:disabled:focus, .uscis-button:disabled:active {
  background: #EBEBEB !important;
  color: #444444 !important;
  box-shadow: none !important;
}

.uscis-button-group {
  *zoom: 1;
}
.uscis-button-group:before, .uscis-button-group:after {
  content: " ";
  display: table;
}
.uscis-button-group:after {
  clear: both;
}
.uscis-button-group button, .uscis-button-group a {
  float: left;
}
.uscis-button-group button:first-child, .uscis-button-group a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.uscis-button-group button:last-child, .uscis-button-group a:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  position: relative;
}
.uscis-button-group button:only-child, .uscis-button-group a:only-child {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.uscis-button-group button:not(:first-child):not(:last-child), .uscis-button-group a:not(:first-child):not(:last-child) {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
}
.uscis-button-group button:hover, .uscis-button-group button:focus, .uscis-button-group a:hover, .uscis-button-group a:focus {
  box-shadow: none !important;
}

a.uscis-button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-family: ProximaNovaSemibold;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out, padding 1ms;
  transition: all 0.3s ease-in-out, padding 1ms;
  position: relative;
  padding: 10px 15px;
  border: 0;
  color: #FFFFFF;
  background: #006699;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
a.uscis-button:hover, a.uscis-button:focus {
  background: #003366;
  outline: none;
}
a.uscis-button:active {
  box-shadow: none;
}
a.uscis-button.full-width {
  width: 100%;
}
a.uscis-button.disabled, a.uscis-button:disabled {
  background: #EBEBEB !important;
  color: #444444 !important;
}
a.uscis-button.disabled:hover, a.uscis-button.disabled:focus, a.uscis-button.disabled:active, a.uscis-button:disabled:hover, a.uscis-button:disabled:focus, a.uscis-button:disabled:active {
  background: #EBEBEB !important;
  color: #444444 !important;
  box-shadow: none !important;
}
a.uscis-button:hover, a.uscis-button:focus, a.uscis-button:active {
  text-decoration: none;
}

.uscis-button-gray {
  color: #006699 !important;
  background: #EBEBEB !important;
  border: 1px solid #EBEBEB;
}
.uscis-button-gray:hover, .uscis-button-gray:focus {
  color: #006699 !important;
  border-color: #b8b8b8 !important;
  background: #CCCCCC !important;
  color: #003366 !important;
}

.uscis-button-group .uscis-button-gray {
  border: 1px solid #dedede;
}
.uscis-button-group .uscis-button-gray:not(:first-child) {
  border-left: 1px solid #dedede;
}

.uscis-button-green {
  color: #FFFFFF !important;
  background: #006600 !important;
}
.uscis-button-green:hover, .uscis-button-green:focus {
  color: #FFFFFF !important;
  border: 0;
  background: #457500 !important;
}

.uscis-button-group .uscis-button-green {
  border: 1px solid #004d00;
}
.uscis-button-group .uscis-button-green:not(:first-child) {
  border-left: 1px solid #004d00;
}

.uscis-button-white {
  color: #000000 !important;
  background: #FFFFFF !important;
}
.uscis-button-white:hover, .uscis-button-white:focus {
  color: #000000 !important;
  border: 0;
  background: #EBEBEB !important;
}

.uscis-button-group .uscis-button-white {
  border: 1px solid #f2f2f2;
}
.uscis-button-group .uscis-button-white:not(:first-child) {
  border-left: 1px solid #f2f2f2;
}

.uscis-button-light-blue {
  color: #003366 !important;
  background: #A6D7FF !important;
}
.uscis-button-light-blue:hover, .uscis-button-light-blue:focus {
  color: #003366 !important;
  border: 0;
  background: #005499 !important;
  color: #FFFFFF !important;
}

.uscis-button-group .uscis-button-light-blue {
  border: 1px solid #8dccff;
}
.uscis-button-group .uscis-button-light-blue:not(:first-child) {
  border-left: 1px solid #8dccff;
}

.uscis-button-blue {
  color: #FFFFFF !important;
  background: #005499 !important;
}
.uscis-button-blue:hover, .uscis-button-blue:focus {
  color: #FFFFFF !important;
  border: 0;
  background: #003366 !important;
}

.uscis-button-group .uscis-button-blue {
  border: 1px solid #004680;
}
.uscis-button-group .uscis-button-blue:not(:first-child) {
  border-left: 1px solid #004680;
}

.uscis-button-attached {
  color: #006699 !important;
  background: #FFFFFF !important;
}
.uscis-button-attached:hover, .uscis-button-attached:focus {
  color: #006699 !important;
  border: 0;
  background: #EBEBEB !important;
  color: #006699 !important;
}
.uscis-button-attached.active {
  color: #FFFFFF !important;
  background: #444444 !important;
}

.uscis-button-group .uscis-button-attached {
  border: 1px solid #f2f2f2;
}
.uscis-button-group .uscis-button-attached:not(:first-child) {
  border-left: 1px solid #f2f2f2;
}

.uscis-button-clear {
  color: #006699;
  background: transparent;
  text-decoration: underline;
  border-radius: 0;
}
.uscis-button-clear:hover, .uscis-button-clear:focus {
  color: #003366;
  background: #EBEBEB;
  box-shadow: none;
  border: 0;
}
.uscis-button-clear.disabled, .uscis-button-clear:disabled {
  background: transparent !important;
}
.uscis-button-clear.disabled:hover, .uscis-button-clear.disabled:focus, .uscis-button-clear:disabled:hover, .uscis-button-clear:disabled:focus {
  text-decoration: underline;
  background: transparent !important;
}
.uscis-button-clear.with-padding {
  padding: 10px 15px !important;
}

.uscis-button-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  padding: 2px 10px !important;
}
.uscis-button-small .fa {
  margin-right: 5px !important;
}
.uscis-button-small.with-no-margin .fa {
  margin: 0 !important;
}

.uscis-button-large {
  font-size: 32px;
  font-size: 2rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  padding: 30px !important;
}

.inline-with-label {
  margin-top: 35px;
}

.blue-circle-button {
  -webkit-transition: all 0.3s ease-in-out, padding 1ms;
  transition: all 0.3s ease-in-out, padding 1ms;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #005499;
  color: #FFFFFF;
  border: 0;
}
.blue-circle-button:active, .blue-circle-button:focus, .blue-circle-button:hover {
  outline: none;
  box-shadow: 0 0 0 5px rgba(9, 41, 64, 0.2);
}
@media screen and (max-width: 600px) {
  .blue-circle-button {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  }
}

.mobile-fixed-button {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.with-padding-15 {
  padding: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-15 {
    padding: 0px !important;
  }
}

.with-margin-15 {
  margin: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-15 {
    margin: 0px !important;
  }
}

.with-padding-top-15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-top-15 {
    padding-top: 0px !important;
  }
}

.with-margin-top-15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-top-15 {
    margin-top: 0px !important;
  }
}

.with-padding-bottom-15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-bottom-15 {
    padding-bottom: 0px !important;
  }
}

.with-margin-bottom-15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-bottom-15 {
    margin-bottom: 0px !important;
  }
}

.with-padding-left-15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-left-15 {
    padding-left: 0px !important;
  }
}

.with-margin-left-15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-left-15 {
    margin-left: 0px !important;
  }
}

.with-padding-right-15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-right-15 {
    padding-right: 0px !important;
  }
}

.with-margin-right-15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-right-15 {
    margin-right: 0px !important;
  }
}

.with-padding-30 {
  padding: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-30 {
    padding: 15px !important;
  }
}

.with-margin-30 {
  margin: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-30 {
    margin: 15px !important;
  }
}

.with-padding-top-30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-top-30 {
    padding-top: 15px !important;
  }
}

.with-margin-top-30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-top-30 {
    margin-top: 15px !important;
  }
}

.with-padding-bottom-30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-bottom-30 {
    padding-bottom: 15px !important;
  }
}

.with-margin-bottom-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-bottom-30 {
    margin-bottom: 15px !important;
  }
}

.with-padding-left-30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-left-30 {
    padding-left: 15px !important;
  }
}

.with-margin-left-30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-left-30 {
    margin-left: 15px !important;
  }
}

.with-padding-right-30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-right-30 {
    padding-right: 15px !important;
  }
}

.with-margin-right-30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-right-30 {
    margin-right: 15px !important;
  }
}

.with-padding-45 {
  padding: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-45 {
    padding: 30px !important;
  }
}

.with-margin-45 {
  margin: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-45 {
    margin: 30px !important;
  }
}

.with-padding-top-45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-top-45 {
    padding-top: 30px !important;
  }
}

.with-margin-top-45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-top-45 {
    margin-top: 30px !important;
  }
}

.with-padding-bottom-45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-bottom-45 {
    padding-bottom: 30px !important;
  }
}

.with-margin-bottom-45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-bottom-45 {
    margin-bottom: 30px !important;
  }
}

.with-padding-left-45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-left-45 {
    padding-left: 30px !important;
  }
}

.with-margin-left-45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-left-45 {
    margin-left: 30px !important;
  }
}

.with-padding-right-45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-right-45 {
    padding-right: 30px !important;
  }
}

.with-margin-right-45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-right-45 {
    margin-right: 30px !important;
  }
}

.with-padding-60 {
  padding: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-60 {
    padding: 45px !important;
  }
}

.with-margin-60 {
  margin: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-60 {
    margin: 45px !important;
  }
}

.with-padding-top-60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-top-60 {
    padding-top: 45px !important;
  }
}

.with-margin-top-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-top-60 {
    margin-top: 45px !important;
  }
}

.with-padding-bottom-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-bottom-60 {
    padding-bottom: 45px !important;
  }
}

.with-margin-bottom-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-bottom-60 {
    margin-bottom: 45px !important;
  }
}

.with-padding-left-60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-left-60 {
    padding-left: 45px !important;
  }
}

.with-margin-left-60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-left-60 {
    margin-left: 45px !important;
  }
}

.with-padding-right-60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-padding-right-60 {
    padding-right: 45px !important;
  }
}

.with-margin-right-60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 600px) {
  .with-margin-right-60 {
    margin-right: 45px !important;
  }
}

.line-behind {
  overflow: hidden;
  text-align: center;
}
.line-behind:before, .line-behind:after {
  background-color: #CCCCCC;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.line-behind:before {
  right: 0.5em;
  margin-left: -50%;
}
.line-behind:after {
  left: 0.5em;
  margin-right: -50%;
}

.double-lines-behind {
  overflow: hidden;
  text-align: center;
}
.double-lines-behind:before, .double-lines-behind:after {
  content: "";
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  padding: 3px;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.double-lines-behind:before {
  right: 0.5em;
  margin-left: -50%;
}
.double-lines-behind:after {
  left: 0.5em;
  margin-right: -50%;
}

.alert, .uscis-alert {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    background: #FFFFFF;
    max-width: 500px;
    text-align: left;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #006699
}
.alert .uscis-alert-title,
.uscis-alert .uscis-alert-title {
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    font-size: 21px;
    line-height: 27px;
    font-family: ProximaNovaRegular, Arial;
    margin-bottom: 5px;
    color: #000000;
    border-bottom: 1px solid #EBEBEB;
    color: #000000;
    padding: 15px 30px 15px 60px
}
.alert .uscis-alert-title:before,
.alert .uscis-alert-title:after,
.uscis-alert .uscis-alert-title:before,
.uscis-alert .uscis-alert-title:after {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.alert .uscis-alert-title:after,
.uscis-alert .uscis-alert-title:after {
    clear: both
}
.alert .uscis-alert-title:before,
.uscis-alert .uscis-alert-title:before {
    font-family: "FontAwesome";
    color: #0C79C9;
    content: "";
    margin-right: 5px;
    position: absolute;
    left: 30px;
    top: 15px
}
.alert .uscis-alert-title:only-child, .uscis-alert .uscis-alert-title:only-child {
    border-bottom: 0;
    padding: 30px 30px 30px 60px
}
.alert .uscis-alert-title:only-child:before,
.uscis-alert .uscis-alert-title:only-child:before {
    top: 30px
}
.alert .uscis-alert-content,
.uscis-alert .uscis-alert-content {
    color: #444444;
    padding: 30px
}
.alert .uscis-alert-content:before,
.alert .uscis-alert-content:after,
.uscis-alert .uscis-alert-content:before,
.uscis-alert .uscis-alert-content:after {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.alert .uscis-alert-content:after, .uscis-alert .uscis-alert-content:after {
    clear: both
}
.alert .uscis-alert-content ~ .uscis-alert-buttons,
.uscis-alert .uscis-alert-content ~ .uscis-alert-buttons {
    padding-top: 15px
}
.alert .uscis-alert-buttons,
.uscis-alert .uscis-alert-buttons {
    padding: 30px
}
.uscis-alert-warning {
    border-left-color: #FFB500
}
.uscis-alert-warning .uscis-alert-title:before {
    font-family: "FontAwesome";
    color: #FFB500;
    content: "";
    margin-right: 5px;
    position: absolute
}
.uscis-alert-warning .uscis-alert-content:only-child {
    padding: 15px 30px 15px 60px
}
.uscis-alert-warning .uscis-alert-content:only-child:before {
    font-family: "FontAwesome";
    color: #FFB500;
    content: "";
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 15px
}
.uscis-alert-warning.uscis-flash-alert {
    padding: 15px 15px 15px 45px;
    color: #444444
}
.uscis-alert-warning.uscis-flash-alert:before {
    font-family: "FontAwesome";
    color: #FFFFFF;
    content: "";
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    padding-right: 15px;
    background: #FFB500;
    height: 100%;
    left: 0;
    top: 0
}
.uscis-alert-warning.uscis-flash-alert .close-alert {
    float: right;
    cursor: pointer;
    text-decoration: none
}
.uscis-alert-warning.uscis-flash-alert .close-alert:after {
    font-family: "FontAwesome";
    color: #444444;
    content: "";
    margin-left: 5px;
    margin: 0 5px
}
.uscis-alert-warning.uscis-flash-alert .close-alert:hover:after {
    color: #CCCCCC
}
.uscis-alert-error {
    border-left-color: #D1453B
}
.uscis-alert-error .uscis-alert-title:before {
    font-family: "FontAwesome";
    color: #D1453B;
    content: "";
    margin-right: 5px;
    position: absolute
}
.uscis-alert-error .uscis-alert-content:only-child {
    padding: 15px 30px 15px 60px
}
.uscis-alert-error .uscis-alert-content:only-child:before {
    font-family: "FontAwesome";
    color: #D1453B;
    content: "";
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 15px
}
.uscis-alert-error.uscis-flash-alert {
    padding: 15px 15px 15px 45px;
    color: #444444
}
.uscis-alert-error.uscis-flash-alert:before {
    font-family: "FontAwesome";
    color: #FFFFFF;
    content: "";
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    padding-right: 15px;
    background: #D1453B;
    height: 100%;
    left: 0;
    top: 0
}
.uscis-alert-error.uscis-flash-alert .close-alert {
    float: right;
    cursor: pointer;
    text-decoration: none
}
.uscis-alert-error.uscis-flash-alert .close-alert:after {
    font-family: "FontAwesome";
    color: #444444;
    content: "";
    margin-left: 5px;
    margin: 0 5px
}
.uscis-alert-error.uscis-flash-alert .close-alert:hover:after {
    color: #CCCCCC
}
.uscis-alert-success {
    border-left-color: #038567
}
.uscis-alert-success .uscis-alert-title:before {
    font-family: "FontAwesome";
    color: #038567;
    content: "";
    margin-right: 5px;
    position: absolute
}
.uscis-alert-success .uscis-alert-content:only-child {
    padding: 15px 30px 15px 60px
}
.uscis-alert-success .uscis-alert-content:only-child:before {
    font-family: "FontAwesome";
    color: #038567;
    content: "";
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 15px
}
.uscis-alert-success.uscis-flash-alert {
    padding: 15px 15px 15px 45px;
    color: #444444
}
.uscis-alert-success.uscis-flash-alert:before {
    font-family: "FontAwesome";
    color: #FFFFFF;
    content: "";
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    padding-right: 15px;
    background: #038567;
    height: 100%;
    left: 0;
    top: 0
}
.uscis-alert-success.uscis-flash-alert .close-alert {
    float: right;
    cursor: pointer;
    text-decoration: none
}
.uscis-alert-success.uscis-flash-alert .close-alert:after {
    font-family: "FontAwesome";
    color: #444444;
    content: "";
    margin-left: 5px;
    margin: 0 5px
}
.uscis-alert-success.uscis-flash-alert .close-alert:hover:after {
    color: #CCCCCC
}
.uscis-alert-neutral {
    border-left-color: #0C79C9
}
.uscis-alert-neutral .uscis-alert-title:before {
    font-family: "FontAwesome";
    color: #0C79C9;
    content: "";
    margin-right: 5px;
    position: absolute
}
.uscis-alert-neutral .uscis-alert-content:only-child {
    padding: 15px 30px 15px 60px
}
.uscis-alert-neutral .uscis-alert-content:only-child:before {
    font-family: "FontAwesome";
    color: #0C79C9;
    content: "";
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 15px
}
.uscis-alert-neutral.uscis-flash-alert {
    padding: 15px 15px 15px 45px;
    color: #444444
}
.uscis-alert-neutral.uscis-flash-alert:before {
    font-family: "FontAwesome";
    color: #FFFFFF;
    content: "";
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    padding-right: 15px;
    background: #0C79C9;
    height: 100%;
    left: 0;
    top: 0
}
.uscis-alert-neutral.uscis-flash-alert .close-alert {
    float: right;
    cursor: pointer;
    text-decoration: none
}
.uscis-alert-neutral.uscis-flash-alert .close-alert:after {
    font-family: "FontAwesome";
    color: #444444;
    content: "";
    margin-left: 5px;
    margin: 0 5px
}
.uscis-alert-neutral.uscis-flash-alert .close-alert:hover:after {
    color: #CCCCCC
}
.uscis-alert-info {
    border-left-color: #0C79C9
}
.uscis-alert-info .uscis-alert-title:before {
    font-family: "FontAwesome";
    color: #0C79C9;
    content: "";
    margin-right: 5px;
    position: absolute
}
.uscis-alert-info .uscis-alert-content:only-child {
    padding: 15px 30px 15px 60px
}
.uscis-alert-info .uscis-alert-content:only-child:before {
    font-family: "FontAwesome";
    color: #0C79C9;
    content: "";
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 15px
}
.uscis-alert-info.uscis-flash-alert {
    padding: 15px 15px 15px 45px;
    color: #444444
}
.uscis-alert-info.uscis-flash-alert:before {
    font-family: "FontAwesome";
    color: #FFFFFF;
    content: "";
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    padding-right: 15px;
    background: #0C79C9;
    height: 100%;
    left: 0;
    top: 0
}
.uscis-alert-info.uscis-flash-alert .close-alert {
    float: right;
    cursor: pointer;
    text-decoration: none
}
.uscis-alert-info.uscis-flash-alert .close-alert:after {
    font-family: "FontAwesome";
    color: #444444;
    content: "";
    margin-left: 5px;
    margin: 0 5px
}
.uscis-alert-info.uscis-flash-alert .close-alert:hover:after {
    color: #CCCCCC
}
.uscis-alert-small {
    padding: 10px 15px 10px 40px
}
.uscis-alert-small:before {
    top: 10px
}


.wrapper {
  *zoom: 1;
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.wrapper:before, .wrapper:after {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.wrapper:after {
  clear: both;
}

.uscis-row {
  *zoom: 1;
  display: block;
}
.uscis-row:before, .uscis-row:after {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.uscis-row:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media screen and (max-width: 1028px) {
  .wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .hidden-mobile, .visible-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .hidden-tablet, .visible-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 850px) {
  .hidden-tablet-and-up {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .hidden-tablet-and-down, .visible-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 999px) {
  .hidden-desktop, .visible-mobile, .visible-tablet {
    display: none !important;
  }
}
.col-offset-12 {
  margin-left: 101.61735%;
}
@media screen and (max-width: 600px) {
  .col-offset-12.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-12.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-12 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 100%;
}
.col-span-12:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-12.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-12.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-12.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-12.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-12-collapse {
  float: left;
  display: block;
  width: 101.61735%;
}
.col-span-12-collapse:last-child {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .col-span-12-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-12-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-12-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-12-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-11 {
  margin-left: 93.14924%;
}
@media screen and (max-width: 600px) {
  .col-offset-11.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-11.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-11 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 91.53189%;
}
.col-span-11:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-11.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-11.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-11.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-11.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-11-collapse {
  float: left;
  display: block;
  width: 93.14924%;
}
.col-span-11-collapse:last-child {
  width: 91.53189%;
}
@media screen and (max-width: 600px) {
  .col-span-11-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-11-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-11-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-11-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-10 {
  margin-left: 84.68112%;
}
@media screen and (max-width: 600px) {
  .col-offset-10.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-10.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-10 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 83.06378%;
}
.col-span-10:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-10.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-10.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-10.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-10.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-10-collapse {
  float: left;
  display: block;
  width: 84.68112%;
}
.col-span-10-collapse:last-child {
  width: 83.06378%;
}
@media screen and (max-width: 600px) {
  .col-span-10-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-10-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-10-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-10-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-9 {
  margin-left: 76.21301%;
}
@media screen and (max-width: 600px) {
  .col-offset-9.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-9.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-9 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 74.59566%;
}
.col-span-9:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-9.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-9.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-9.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-9.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-9-collapse {
  float: left;
  display: block;
  width: 76.21301%;
}
.col-span-9-collapse:last-child {
  width: 74.59566%;
}
@media screen and (max-width: 600px) {
  .col-span-9-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-9-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-9-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-9-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-8 {
  margin-left: 67.7449%;
}
@media screen and (max-width: 600px) {
  .col-offset-8.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-8.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-8 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 66.12755%;
}
.col-span-8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-8.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-8.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-8.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-8.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-8-collapse {
  float: left;
  display: block;
  width: 67.7449%;
}
.col-span-8-collapse:last-child {
  width: 66.12755%;
}
@media screen and (max-width: 600px) {
  .col-span-8-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-8-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-8-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-8-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-7 {
  margin-left: 59.27679%;
}
@media screen and (max-width: 600px) {
  .col-offset-7.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-7.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-7 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 57.65944%;
}
.col-span-7:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-7.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-7.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-7.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-7.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-7-collapse {
  float: left;
  display: block;
  width: 59.27679%;
}
.col-span-7-collapse:last-child {
  width: 57.65944%;
}
@media screen and (max-width: 600px) {
  .col-span-7-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-7-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-7-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-7-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-6 {
  margin-left: 50.80867%;
}
@media screen and (max-width: 600px) {
  .col-offset-6.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-6.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-6 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 49.19133%;
}
.col-span-6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-6.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-6.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-6.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-6.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-6-collapse {
  float: left;
  display: block;
  width: 50.80867%;
}
.col-span-6-collapse:last-child {
  width: 49.19133%;
}
@media screen and (max-width: 600px) {
  .col-span-6-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-6-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-6-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-6-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-5 {
  margin-left: 42.34056%;
}
@media screen and (max-width: 600px) {
  .col-offset-5.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-5.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-5 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 40.72321%;
}
.col-span-5:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-5.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-5.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-5.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-5.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-5-collapse {
  float: left;
  display: block;
  width: 42.34056%;
}
.col-span-5-collapse:last-child {
  width: 40.72321%;
}
@media screen and (max-width: 600px) {
  .col-span-5-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-5-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-5-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-5-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-4 {
  margin-left: 33.87245%;
}
@media screen and (max-width: 600px) {
  .col-offset-4.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-4.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-4 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 32.2551%;
}
.col-span-4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-4.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-4.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-4.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-4.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-4-collapse {
    float: left;
    display: block;
    width: 34.178860941%;
}
.col-span-4-collapse:last-child {
    width: 31.642278118%;
}
@media screen and (max-width: 600px) {
  .col-span-4-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-4-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-4-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-4-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-3 {
  margin-left: 25.40434%;
}
@media screen and (max-width: 600px) {
  .col-offset-3.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-3.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-3 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 23.78699%;
}
.col-span-3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-3.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-3.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-3.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-3.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-3-collapse {
  float: left;
  display: block;
  width: 25.40434%;
}
.col-span-3-collapse:last-child {
  width: 23.78699%;
}
@media screen and (max-width: 600px) {
  .col-span-3-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-3-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-3-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-3-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-2 {
  margin-left: 16.93622%;
}
@media screen and (max-width: 600px) {
  .col-offset-2.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-2.tablet-no-shift {
    margin-left: 0%;
  }
}

.col-span-2 {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 14.5528476475%;
}
.col-span-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-2.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-2.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-2.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-2.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-2-collapse {
  float: left;
  display: block;
  width: 16.93622%;
}
.col-span-2-collapse:last-child {
  width: 15.31888%;
}
@media screen and (max-width: 600px) {
  .col-span-2-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-2-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-2-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-2-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.col-offset-1 {
  margin-left: 8.46811%;
}
@media screen and (max-width: 600px) {
  .col-offset-1.mobile-no-shift {
    margin-left: 0%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-offset-1.tablet-no-shift {
    margin-left: 0%;
  }
}
.col-span-1 {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 6.85076%;
}
.col-span-1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .col-span-1.mobile-full {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .col-span-1.mobile-full:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-1.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-1.tablet-full:last-child {
    width: 100%;
  }
}

.col-span-1-collapse {
  float: left;
  display: block;
  width: 8.46811%;
}
.col-span-1-collapse:last-child {
  width: 6.85076%;
}
@media screen and (max-width: 600px) {
  .col-span-1-collapse.mobile-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-1-collapse.mobile-full:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .col-span-1-collapse.tablet-full {
    float: left;
    display: block;
    width: 101.61735%;
  }
  .col-span-1-collapse.tablet-full:last-child {
    width: 100%;
  }
}

.one-per-row {
  *zoom: 1;
}
.one-per-row:before, .one-per-row:after {
  content: " ";
  display: table;
}
.one-per-row:after {
  clear: both;
}
.one-per-row .col-span-12, .one-per-row .grid-item {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 100%;
}
.one-per-row .col-span-12:last-child, .one-per-row .grid-item:last-child {
  margin-right: 0;
}
.one-per-row .col-span-12:nth-child(1n), .one-per-row .grid-item:nth-child(1n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .one-per-row .col-span-12, .one-per-row .grid-item {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .one-per-row .col-span-12:last-child, .one-per-row .grid-item:last-child {
    margin-right: 0;
  }
  .one-per-row .col-span-12:nth-child(1n), .one-per-row .grid-item:nth-child(1n) {
    margin-right: 1.61735%;
  }
  .one-per-row .col-span-12:nth-child(1n+1), .one-per-row .grid-item:nth-child(1n+1) {
    clear: none;
  }
}

.two-per-row {
  *zoom: 1;
}
.two-per-row:before, .two-per-row:after {
  content: " ";
  display: table;
}
.two-per-row:after {
  clear: both;
}
.two-per-row .col-span-6, .two-per-row .grid-item {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 49.19133%;
}
.two-per-row .col-span-6:last-child, .two-per-row .grid-item:last-child {
  margin-right: 0;
}
.two-per-row .col-span-6:nth-child(2n), .two-per-row .grid-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .two-per-row .col-span-6, .two-per-row .grid-item {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .two-per-row .col-span-6:last-child, .two-per-row .grid-item:last-child {
    margin-right: 0;
  }
  .two-per-row .col-span-6:nth-child(2n), .two-per-row .grid-item:nth-child(2n) {
    margin-right: 1.61735%;
  }
  .two-per-row .col-span-6:nth-child(2n+1), .two-per-row .grid-item:nth-child(2n+1) {
    clear: none;
  }
}

.three-per-row {
  *zoom: 1;
}
.three-per-row:before, .three-per-row:after {
  content: " ";
  display: table;
}
.three-per-row:after {
  clear: both;
}
.three-per-row .col-span-4, .three-per-row .grid-item {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 32.2551%;
}
.three-per-row .col-span-4:last-child, .three-per-row .grid-item:last-child {
  margin-right: 0;
}
.three-per-row .col-span-4:nth-child(3n), .three-per-row .grid-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .three-per-row .col-span-4, .three-per-row .grid-item {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .three-per-row .col-span-4:last-child, .three-per-row .grid-item:last-child {
    margin-right: 0;
  }
  .three-per-row .col-span-4:nth-child(3n), .three-per-row .grid-item:nth-child(3n) {
    margin-right: 1.61735%;
  }
  .three-per-row .col-span-4:nth-child(3n+1), .three-per-row .grid-item:nth-child(3n+1) {
    clear: none;
  }
}

.four-per-row {
  *zoom: 1;
}
.four-per-row:before, .four-per-row:after {
  content: " ";
  display: table;
}
.four-per-row:after {
  clear: both;
}
.four-per-row .col-span-3, .four-per-row .grid-item {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 23.78699%;
}
.four-per-row .col-span-3:last-child, .four-per-row .grid-item:last-child {
  margin-right: 0;
}
.four-per-row .col-span-3:nth-child(4n), .four-per-row .grid-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .four-per-row .col-span-3, .four-per-row .grid-item {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .four-per-row .col-span-3:last-child, .four-per-row .grid-item:last-child {
    margin-right: 0;
  }
  .four-per-row .col-span-3:nth-child(4n), .four-per-row .grid-item:nth-child(4n) {
    margin-right: 1.61735%;
  }
  .four-per-row .col-span-3:nth-child(4n+1), .four-per-row .grid-item:nth-child(4n+1) {
    clear: none;
  }
}

.six-per-row {
  *zoom: 1;
}
.six-per-row:before, .six-per-row:after {
  content: " ";
  display: table;
}
.six-per-row:after {
  clear: both;
}
.six-per-row .col-span-2, .six-per-row .grid-item {
  float: left;
  display: block;
  margin-right: 1.61735%;
  width: 15.31888%;
}
.six-per-row .col-span-2:last-child, .six-per-row .grid-item:last-child {
  margin-right: 0;
}
.six-per-row .col-span-2:nth-child(6n), .six-per-row .grid-item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .six-per-row .col-span-2, .six-per-row .grid-item {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .six-per-row .col-span-2:last-child, .six-per-row .grid-item:last-child {
    margin-right: 0;
  }
  .six-per-row .col-span-2:nth-child(6n), .six-per-row .grid-item:nth-child(6n) {
    margin-right: 1.61735%;
  }
  .six-per-row .col-span-2:nth-child(6n+1), .six-per-row .grid-item:nth-child(6n+1) {
    clear: none;
  }
}

.twelve-per-row {
  *zoom: 1;
}
.twelve-per-row:before, .twelve-per-row:after {
  content: " ";
  display: table;
}
.twelve-per-row:after {
  clear: both;
}
.twelve-per-row .col-span-1, .twelve-per-row .grid-item {
  float: left;
  display: block;
  margin-right: 2.536582823%;
  width: 6.0081324123%;
}
.twelve-per-row .col-span-1:last-child, .twelve-per-row .grid-item:last-child {
  margin-right: 0;
}
.twelve-per-row .col-span-1:nth-child(12n), .twelve-per-row .grid-item:nth-child(12n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .twelve-per-row .col-span-1, .twelve-per-row .grid-item {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 100%;
  }
  .twelve-per-row .col-span-1:last-child, .twelve-per-row .grid-item:last-child {
    margin-right: 0;
  }
  .twelve-per-row .col-span-1:nth-child(12n), .twelve-per-row .grid-item:nth-child(12n) {
    margin-right: 1.61735%;
  }
  .twelve-per-row .col-span-1:nth-child(12n+1), .twelve-per-row .grid-item:nth-child(12n+1) {
    clear: none;
  }
}

.print-header {
  display: none;
}

@media print {
  .uscis-header, .header-nav, .search-nav, #footer, img, #feedback {
    display: none !important;
  }

  .wrap {
    background: #FFFFFF !important;
  }

  .print-header {
    display: block !important;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

@media screen and (max-width: 850px)
{
  #footer .links .title {
      font-size: 18px;
      margin-top: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #444444;
      position: relative;
      cursor: pointer;
  }
}
@media screen and (max-width: 850px)
{
    #footer .links .link-col {
      float: left;
      display: block;
      margin-right: 2.536582823%;
      width: 100%;
  }
  #footer .links .sub-links {
    padding: 15px 0;
    display: none
  }

  #footer .links .sub-links a {
      font-size: 18px;
      padding: 5px 0
    }
}
@media screen and (max-width: 850px)
{
   #footer .links .link-col:nth-child(1n+1) {
       clear: left;
   }
 }
 @media screen and (max-width: 850px)
 {
   #footer .links .link-col:nth-child(1n) {
       margin-right: 0;
   }
 }
 @media screen and (max-width: 999px)
 {
   .uscis-header .main-header-bar .links>ul>li .mobile-link {
      font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
      font-size: 18px;
       width: 100%;
       margin-top: 10px;
       padding-bottom: 10px;
       border-bottom: 1px solid #CCCCCC;
   }
 }
 @media screen and (max-width: 850px)
 {
   #footer .links .sub-links a {
       font-size: 18px;
       padding: 5px 0;
   }
 }

/*** FOR PROCESSING TIMES ***/
/*-- processing times style guide --*/

#processing_times_body div {
  outline: none;
}

#processing_times_body p {
  font-family: ProximaNovaRegular;
}
#processing_times_body li {
  font-family: ProximaNovaRegular;
}
#processing_times_body label {
  font-family: ProximaNovaRegular;
  font-weight: bold;
}
#processing_times_body table {
  font-family: ProximaNovaRegular;
}
#navigation p {
  font-family: ProximaNovaRegular;
  font-weight: bold;
}
p.subheader {
  font-family: ProximaNovaLight;
  font-weight: normal;
  font-style: italic;
}
#results .errMsg {
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
  font-weight: 400;
  font-size: 20px;
  color: #CC3333;
  background:none!important;
  border:none;
  padding:0!important;
  text-align: left;
  overflow:hidden;
  resize: none;
  width:100%;
}
.records td {
  padding-left: 5px;
  padding-right: 5px;
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;*/
}
.records table {
  margin-left: 10px;
  margin-right: 10px;  
}
.records th {
  padding-left: 5px;
  padding-right: 5px;
}
.records thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    font-family: ProximaNovaRegular;
    font-weight:bold;
    color: #fff !important;
    background-color: #0C79C9 !important;
    margin-bottom: -1px;
    padding-left: 5px;
}
.records thead>tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    color: #fff !important;
}
.recordsBody tr:nth-child(odd) td{
    background:#EBEBEB;
}
.recordsBody tr:nth-child(odd) th{
  background:#EBEBEB;
}
.addlDetails td {
  /* padding-left: 5px; */
  padding-right: 5px;
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;*/
}
.addlDetails table {
  margin-left: 10px;
  margin-right: 10px;  
}
/* .addlDetails th {
  padding-left: 5px;
  padding-right: 5px;
} */
.addlDetails thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    font-family: ProximaNovaRegular;
    /* font-weight:bold; */
    color: #fff !important;
    background-color: #666 !important;
    margin-bottom: -1px;
    padding-left: 5px;
}
.addlDetails thead>tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    color: #fff !important;
}
.addlDetailsBody tr:nth-child(odd) td{
    background:#EBEBEB;
}
.addlDetailsBody tr:nth-child(odd) th{
  background:#EBEBEB;
}
/* .addlDetailsBody td{
  padding-right: 40px;
} */
.addlDetailsBody th{
  padding-right: 40px;
}
#processing_time_button {
  padding-bottom: 10px;
}
#results {
    display: none;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 35px;
}
#results a {
  color: #006699;
  font-family: 'Proxima Nova Regular', Arial;
  text-decoration: underline;
  vertical-align: middle;
  font-size: 16px;
}
#results ol.table {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#results li.tableHeader div{
    display: table-row;
    font-size: 16px;
    font-family: ProximaNovaRegular;
    color: #fff !important;
    background-color: #0C79C9 !important;
    text-align: left;
    margin-bottom: -1px;
}
#results li.tableHeader div h5{
    font-size: 16px;
    font-family: ProximaNovaRegular;
    color: #fff !important;
  /*  white-space: nowrap; */
}
#results li.tableRow {
    display: table-row;
    font-size: 16px;
    font-family: ProximaNovaRegular;
    color: #666;
    text-align: left;
    border: 1px solid black;
    margin-bottom: -1px;
}
#results li div.tableCell {
    display: table-cell;
    text-align: left;
    margin-bottom: 5px;
    padding-right: 10px;
}
#results li.tableRow:nth-of-type(1n+7) {
  display: none;
}
#results-pt table  {
    font-family: ProximaNovaRegular;
    /*display: table-cell;
    text-align: left;
    margin-bottom: 5px;
    padding-right: 10px;*/
}
.readless {
  display: none;
}
#est {
  /*  white-space: nowrap; */
    margin-right: 10px;
}
#estimateHeader, #est {
    padding-left: 30px;
    width: 25%;
}
#formTypeNotesHeader, #formTypeNotes {
  padding-left: 30px;
  width: 50%;
}
#results li.tableRow:nth-child(odd) div.tableCell{
    background:#EBEBEB;
}
#avgFormPTDesc h3{
  display:block;
  font-family: ProximaNovaSemibold;
  font-size: 24px;
  color: #000;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 40px;
}
#bluebox-text{
  vertical-align: top;
  font-weight: bold;
}
.timerange-box{
  width: 275px;
}
.timerange-box .content .unit{
    font-size:16px;
    font-family:'ProximaNovaRegular' ;
    color: #fff;
}
.timerange-box .content .range{
    display: inline-block;
}
.timerange-box .content {
    overflow: hidden;
    line-height:30px;
    padding: 20px;
    font-size: 60px;
    font-family:'Proxima Nova Semibold' ;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid gray;
    color: #fff;
    background-color: #0C79C9;
    text-align: center;
}
.timerange-box .title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background:#666;
    font-size:16px;
    font-family:'Proxima Nova Semibold' ;
    color: #fff;
    display:block;
    padding:5px;
    border: 1px solid gray;
    border-bottom:none;
    text-align: center;
}
#howWeProcess {
  margin-top: 30px;
}
#howWeProcess span{
  padding-right: 15px;
}
#howWeProcess h4 > label{
  color: #000;
  font-family: ProximaNovaRegular;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
#howWeProcess p{
  color: #666 !important;
  font-family: ProximaNovaRegular !important;
  font-size: 16px !important;
  font-weight: normal !important;
  padding-left: 35px;
  padding-right: 35px;
}
#howWeProcess .fa-info-circle {
  font-family: FontAwesome;
  font-size: 16px;
  color: #0C79C9;
}
.uscis-row, .brand-img{
  margin-left:-20px;
}
/* hide skip-nav */
a.skipNav {
  position: absolute;
  left: -1000px;
}
/* show skip-nav when link receives focus (keyboard navigation) */
a.skipNav:active,
a.skipNav:focus,
a.skipNav:hover {
  left: auto;
  height: auto;
  padding: .3em 1em;
  background: white;
}
#columns .column:nth-child(4n+1) {
    clear: left;
}
#columns .column:nth-child(4n) {
    margin-right: 0;
}
#columns .column:last-child {
    margin-right: 0;
}
#columns .column {
    float: left;
    display: block;
    width: 50%;
}
.font-small {
    font-size: 13px;
}
.quick-links {
    list-style: none;
    font-family: 'Source Sans Proregular', 'sans-serif', helvetica, arial;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}
.quick-links a {
  font-family:  'Proxima Nova Regular', Arial;
  /*line-height: 30px;*/
  font-size: 21px;
  color: #006699;
  text-decoration: underline;
  font-size: 16px;
}
.quick-links li {
  margin: 10px;
  line-height: 20px
}
.quick-links ul {
  list-style-type: none;
  margin-left: -10px;
}
.quick-links-side-pages {
    list-style: none;
    font-family: 'Source Sans Proregular', 'sans-serif', helvetica, arial;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 50px;
}
.quick-links-side-pages a {
  font-family:  'Proxima Nova Regular', Arial;
  /*line-height: 30px;*/
  font-size: 21px;
  color: #006699;
  text-decoration: underline;
  font-size: 16px;
}
.quick-links-side-pages li {
  margin: 10px;
  line-height: 20px
}
.quick-links-side-pages ul {
  list-style-type: none;
  margin-left: -10px;
}
.pt-img-style{
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: ProximaNovaRegular, Arial;
  font-weight: normal;
  color: #000000;
}
#quickLinks1 {
  border-right: #ccc 1px solid;
  margin-right: 20px;
}
@media (max-width: 999px) {
  #quickLinks1 {
    border-style: none;
    background:#EBEBEB;
  }
}
#needToKnow {
  padding-bottom: 60px;
}
#needToKnow .fa-calendar {
  font-family: FontAwesome;
  font-size: 18.5px;
  color: #000;
}
#needToKnow .fa-external-link-square {
  font-family: FontAwesome;
  font-size: 20px;
  color: #000;
}
#needToKnow .fa-question-circle {
  font-family: FontAwesome;
  font-size: 21px;
  color: #000;
}
#needToKnow li {
    font-family: 'Proxima Nova Semibold', Arial;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    margin-left:30px;
}
#needToKnow p {
    font-family: 'Proxima Nova Semibold', Arial;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    margin-left:30px;
    margin-top: 20px;
}

#needToKnow > h4 > span:nth-child(2) {
    font-family:  'Proxima Nova Regular', Arial;
    line-height: 30px;
    font-size: 21px;
    color: #000;
}

#footer .footer-bar-gradiant {
    background: -webkit-gradient(linear, left top, right top, from(#444), color-stop(#fff), to(#444)) repeat scroll 0% 0% transparent;
    background: linear-gradient(to right, #444, #fff, #444) repeat scroll 0% 0% transparent;
    height: 1px;
}
#footer .contacts {
    font-family:  'Proxima Nova Regular', Arial;
    color: #444444;
    text-align: center;
    padding: 30px 0;
    font-weight: bolder;
    font-size: .875rem;
}
#footer .contactsTitle {
    color: #006699;
}
#footer {
    min-height: 200px;
    background-color: #EBEBEB;
    margin-top: 140px;
    background: radial-gradient(circle at center top, #F9F9F9, #ccc);
}
#footer .logo {
    text-align: center;
    position: relative;
    top: -44px;
}
#footer .icons {
    position: relative;
    top: -30px;
    text-align: center;
}
#footer .icons a {
    color: #444444;
    text-decoration: none;
    font-size: 32px;
    margin: 0 15px;
}
@media screen and (max-width: 850px){
  #footer .icons a {
      color: #444444;
      text-decoration: none;
      font-size: 32px;
      margin: 0 3px;
  }
}

#footer .links {
    font-family: 'Proxima Nova Regular', Arial;
}
#footer .links a {
    font-size: 14px;
    display: block;
    color: #444444;
    text-decoration: none;
}
#footer .links .link-col:nth-child(4n+1) {
    clear: left;
}
#footer .links .link-col:nth-child(4n) {
    margin-right: 0;
}
#footer .links .link-col:last-child {
    margin-right: 0;
}
#footer .links .link-col {
    float: left;
    display: block;
    margin-right: 2.536582823%;
    width: 23.0975628828%;
}
#footer .links .title {
    font-size: 14px !important;
    font-family: ProximaNovaSemibold;
    margin-bottom: 2px;
    color: #444444;
}
@media screen and (max-width: 850px){
  #footer .links .title {
      font-size: 18px !important;
      margin-top: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #444444;
      position: relative;
      cursor: pointer;
  }
  #footer .links .link-col {
      width: 100%;
  }
  #footer .links .link-col span {
      float:right;
  }
}
.uscis-header .top-header-bar .dhs-website {
    text-align: left;
}

.uscis-header .top-header-bar {
    font-size: 12px;
    font-family: 'Proxima Nova Regular', Arial;
    position: relative;
    color: #003366;
    padding: 5px 0 6px;
    background: #F9F9F9;
}

.uscis-header {
  background: #003366;
  background: radial-gradient(circle at 20% 50%, #036, #001a33);
  position: relative;
  z-index: 9500;
}
.uscis-header .main-header-bar {
    color: #FFFFFF;
    padding: 2px 0;
}
.uscis-header .main-header-bar .links {
  -webkit-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  margin-top: 10px;
}
.uscis-header .main-header-bar .links>ul {
    float: right;
}
@media screen and (max-width: 999px){
  .uscis-header .main-header-bar .links>ul {
      float: left;
      width: 100%;
      padding: 0;
  }
}
.uscis-header .main-header-bar .links>ul>li {
    padding: 0 0 0 45px;
    margin: 5px 0;
}
.uscis-header .main-header-bar .links>ul>li>a {
    font-family: 'Proxima Nova Regular', Arial;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 0;
    font-size: 13pt;
}

.uscis-header .main-header-bar .uscis-text-wrapper {
  width: 150px;
  float: left;
  text-align: left;
  margin-top: -3px;
  font-size: 14pt;
  line-height: 16pt;
}

.uscis-header .main-header-bar .uscis-text {
  font-family: Georgia;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 8px 0 0 0;
  line-height: 1.3em;
  margin-left: -10px;
}
/* usciscris-2034 help alignment of spanish org name in header*/
.uscis-header .main-header-bar .uscis-text-es {
  font-family: Georgia;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*padding: 8px 0 0 0;*/
  line-height: 1.3em;
  margin-left: -10px;
}

.uscis-header .main-header-bar .uscis-logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 8px;
}

.uscis-header .main-header-bar .uscis-logo img {
    display: inline;
    margin-top: -2px;
    width: 60px;
}
.uscis-header .main-header-bar a {
    color: #FFFFFF;
}
.uscis-header .main-header-bar .uscis-mobile-menu {
    font-family: 'Proxima Nova Regular', Arial;
    text-align: right;
    padding: 16px 0 10px;
    margin-right: 0;
}

.main-header-bar {
    height: 100px;
    margin-top: 20px;
}

.to-right {
    float: right !important;
}
.overlay {
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 750px) {
  .uscis-row, .brand-img{
    margin-left:0px;
  }

  .uscis-header .main-header-bar .uscis-text{
    margin-left: 45px;
  }

  a#department-name{
    font-size: 12pt;
    width: 300px;
    line-height: 14pt;
  }

  .uscis-header .main-header-bar .uscis-logo img {
      display: inline;
      width: 60px;
  }
  h1{
    font-family: 'Proxima Nova Light', Arial !important;
    font-size: 48px !important;
    line-height: 50px !important;
}
}

div.form-group > label{
    font-family: 'Proxima Nova Semibold' !important;
    font-size: 16px;
    color:#000;
}
.histform-group{
    font-family: 'Proxima Nova Semibold' !important;
    font-size: 16px;
    color:#000;
}
.form-control{
    font-family: 'Proxima Nova Regular' !important;
}

h1{
    font-family: 'Proxima Nova Light', Arial !important;
    font-size: 48px !important;
    line-height: 50px;
}
@media screen and (max-width: 999px) {
    .uscis-header .uscis-mobile-side-menu {
        position:fixed;
        padding: 30px 15px;
        width: 270px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background: #F9F9F9;
        right: -270px;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        color: #666666
    }

    .uscis-header .uscis-mobile-side-menu .mobile-sign-in-up-out a {
        color: #FFFFFF !important
    }

    .uscis-header .uscis-mobile-side-menu a {
        color: #666666 !important
    }

    .uscis-header .uscis-mobile-side-menu h6 {
        font-family: ProximaNovaRegular, Arial;
        font-weight: normal;
        text-transform: uppercase;
        padding-top: 15px
    }

    .uscis-header .uscis-mobile-side-menu h6 b {
        font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        right: -270px
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(0) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(1) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(2) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(3) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(4) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(5) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(6) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(7) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s
    }

    .uscis-header .uscis-mobile-side-menu ul li.hidden-tablet-and-up:nth-of-type(8) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s
    }

    .uscis-header .uscis-mobile-side-menu.open {
        right: 0px
    }

    .uscis-header .uscis-mobile-side-menu.open ul li.hidden-tablet-and-up {
        right: 0
    }

    .uscis-header .mobile-menu-push-to-left {
        left: -270px;
        overflow: hidden
    }
}
@media screen and (max-width: 999px) {
    .mobile-menu-push-to-left .overlay {
        opacity:.6;
        visibility: visible
    }

    .mobile-menu-push-to-left .lines-button {
        margin-right: 30px
    }
}
@media screen and (max-width: 999px){
  .mobile-menu-push-to-left {
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      position: relative;
      left: -270px;
      overflow: hidden;
  }
}
@media screen and (max-width: 999px){
  .uscis-header .main-header-bar .links>ul li {
      clear: both;
      width: 100%;
  }
}
@media screen and (max-width: 999px){
  .uscis-header .main-header-bar .links>ul>li {
      margin: 0;
      text-align: left;
      padding: 0;
  }
}
@media screen and (min-width: 280px) and (max-width: 1001px) {
  /* comes into effect for screens between 280 and 1001 pixels (inclusive) */
  .uscis-text-es {
    margin-left: 40px !important;
  }
}

.left-edge-and-padded {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
