@charset "UTF-8";
@import "fonts.css";
/*-- 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
 * -------------------------- */
a#skipnav{
	position: absolute;
	line-height: 14px;
	z-index: 10000;
}
 #user-alert-box{
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}
.alert-txt{
  margin: 0px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
}

.alert-txt:visited{
  margin: 0px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
}
.unbulleted{
  list-style-type: none;
}
.note li {
  list-style-type: none;
}
.note li sup{
  font-size: 80%;
}

.columnContain{
  margin-bottom: 20px;
  display: table-row;
}
.columnList{
  margin-bottom: 20px;
  float: left;
}
.internaltionalBold{
  font-weight: 600;
  font-size: 16px;
  font-family: ProximaNovaSemibold, "Arial Bold", "Arial Black", Arial;
}

#alertTop {
  color: #c33;
}
#alertText{
  color: #c33;
  font-size: 16px;
}

#processing_times_body .user-alert p{
  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
}

#langChange{
  padding-top: 10px;
}
#quickLinks1 .fa{
  font-size: 23px;
  margin-top: 3px;
}
#quickLinks2 .fa{
  font-size: 23px;
  margin-top: 3px;
}
.formAlertText{
  color: #c33;
  margin-left: 20px;
  margin-right: 20px;
    font-size: 21px;
    line-height: 27px;
    line-height: 1.6875rem;
    font-family: ProximaNovaRegular, Arial;
}
.formAlertText b {
  color: #c33;
    font-size: 21px;
    line-height: 27px;
    line-height: 1.6875rem;
    font-family: ProximaNovaRegular, Arial;
}
.noteBullet {
  list-style-type: disc;
}
.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;

}
.icons .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;
  transform: scale(.65, .65);
}
.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: 20px;
     display: inline-block;
     position: relative;
     transform: scale(.65,.65);
 }
 .hamburger-inner {
     display: block;
     top: 50%;
     margin-top: 3.5px;
 }
 .hamburger-inner,
 .hamburger-inner::before,
 .hamburger-inner::after {
     width: 30px;
     height: 2px;
     background-color: #036;
     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);
 }
 #menu-toggle__text{
   font-family: source_sans_pro_semibold,"Source Sans Pro Semibold",Arial,sans-serif;
   -webkit-text-size-adjust: 100%;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2777777778;
    color: #036;
    box-sizing: border-box;
 }
@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, .uscis-alert-content:focus {
  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;
}

#block-howyouknowdescription p{
font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
    margin-bottom: 16px;
}
#block-howyouknowdescription strong{
font-size: 16px;
font-size: 1rem;
font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
font-weight: bold;
}

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

.subheader a{
  color: #006699;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}

.setItalic{
  font-style: italic;
  display: inline
}
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 {
  font-family: 'Proxima Nova Regular', Arial,sans-serif;
  text-decoration: none;
  color: #036;
  padding: 5px 0;
  font-size: 13pt;
}

.hidden-mobile p{
  font-family: 'Proxima Nova Regular', Arial,sans-serif;
  text-decoration: none;
  color: #036;
  padding: 5px 0;
  font-size: 13pt;
}
.hidden-mobile:hover p{
  	font-weight: 600;
}

#estimateHeader p, #formTypeHeader p, #inquiryDateHeader p{
  font-size: 16px;
  font-family: ProximaNovaRegular;
  color: #fff !important;
  white-space: nowrap;
  vertical-align: baseline;
  text-decoration: none;
  list-style-type: none;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 0;
}

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 img{
    width: 23px;
    height: 13px;
    margin-right: 10px;
    /* background: url("../img/USFlag-Icon-2x.png") -1106px -87px 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;
}

.buttonDisabled{
  cursor: not-allowed;
  padding: 10px 0px;
}
.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;
  pointer-events: none;
}
.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-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;
}



.historic-data-header {
  text-align: center;
  font-size: 150%;
  padding-bottom: 1px;
  padding-top: 10px;
  color: black;
  font-weight: bold;
  padding-left: 120px;
}

.historic-data-header-es{
  text-align: center;
  font-size: 150%;
  padding-bottom: 1px;
  padding-top: 10px;
  color: black;
  font-weight: bold;
  padding-left: 155px;
}

.historic-data-header-sub {
  text-align: center;
  font-size: 58%;
  padding-bottom: 1px;
  padding-top: 1px;
  color: black;
  font-weight: normal;
}

.historic-data-header-sub-es {
  text-align: center;
  font-size: 45.8%;
  padding-bottom: 1px;
  padding-top: 1px;
  color: black;
  font-weight: normal;
}

#page1ButtonTop, #page2ButtonTop, #page2ButtonTopEs, #page1ButtonToEs {
  position: absolute;
}

.uscis-button2 {
  background-clip: padding-box;
  outline-width: medium;
  border-radius: 5px;
  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;
  color: #222a8d;
  border: 2px solid;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  float: left;
  margin-bottom: 10px;

}

.uscis-button2:hover, .uscis-button2:focus {
  background: #003366;
  outline: none;
}
.uscis-button2:active {
  box-shadow: none;
}
.uscis-button2.full-width {
  width: 100%;
}
.uscis-button2.disabled, .uscis-button2:disabled {
  background: #EBEBEB !important;
  color: #444444 !important;
}
.uscis-button2.disabled:hover, .uscis-button2.disabled:focus, .uscis-button2.disabled:active, .uscis-button2:disabled:hover, .uscis-button2:disabled:focus, .uscis-button2:disabled:active {
  background: #EBEBEB !important;
  color: #444444 !important;
  box-shadow: none !important;
}

.uscis-button2-group {
  *zoom: 1;
}
.uscis-button2-group:before, .uscis-button2-group:after {
  content: " ";
  display: table;
}
.uscis-button2-group:after {
  clear: both;
}
.uscis-button2-group button, .uscis-button2-group a {
  float: left;
}
.uscis-button2-group button:first-child, .uscis-button2-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-button2-group button:last-child, .uscis-button2-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-button2-group button:only-child, .uscis-button2-group a:only-child {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.uscis-button2-group button:not(:first-child):not(:last-child), .uscis-button2-group a:not(:first-child):not(:last-child) {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
}
.uscis-button2-group button:hover, .uscis-button2-group button:focus, .uscis-button2-group a:hover, .uscis-button2-group a:focus {
  box-shadow: none !important;
}

a.uscis-button2:hover, a.uscis-button2:focus {
  background: #FFFFFF;
  color: black;
}
a.uscis-button2:active {
  box-shadow: none;
}
a.uscis-button2.full-width {
  width: 100%;
}
a.uscis-button2.disabled, a.uscis-button2:disabled {
  background: #EBEBEB !important;
  color: #444444 !important;
}
a.uscis-button2.disabled:hover, a.uscis-button2.disabled:focus, a.uscis-button2.disabled:active, a.uscis-button2:disabled:hover, a.uscis-button2:disabled:focus, a.uscis-button2:disabled:active {
  background: #EBEBEB !important;
  color: #444444 !important;
  box-shadow: none !important;
}
a.uscis-button2:hover, a.uscis-button2:focus, a.uscis-button2:active {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uscis-button2-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;
  margin-top: 5px;
  *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;
  }
}
/*3361 dont overlap*/
@media screen and (max-width: 849px) {
  .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;
  }
  #policies{
    margin-left: -8px;
  }

  #policies-ctr{
    margin-left: -8px;
  }
}
@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: right;
  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;
   }
       /* Enter and leave animations can use different */
    /* durations and timing functions.              */
    .slide-fade-enter-active {
      transition: all .3s ease;
    }
    .slide-fade-leave-active {
      transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
    }
    .slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
      transform: translateX(10px);
      opacity: 0;
    }
 }
 @media screen and (max-width: 850px)
 {
   #footer .links .sub-links a {
       font-size: 18px;
       padding: 5px 0;
   }
 }

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

.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: #222a8d !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;
}

#processing_times_body p {
  font-family: ProximaNovaRegular;
}
#processing_times_body li {
  font-family: ProximaNovaRegular;
}
#processing_times_body label {
  font-family: ProximaNovaRegular;
  font-weight: bold;
}
#primary-header p{
  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
}
.usa-footer-container li{
  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif !important;
  /* font-size: 1.06rem; */
  /* line-height: 1.5 !important; */
  /* overflow: hidden !important; */
  /* font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif !important; */
}
/* .usa-footer-container{
   font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;

  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
} */
.usa-footer-container p{
    font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif !important;
    font-size: 1.06rem;
    line-height: 1.5;
}
#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 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: #222a8d !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;
}
#processing_time_button {
  padding-bottom: 0px;
}
@media (min-width:768px) {
  #results{
    width: 103.1%;
    padding-right: 45px;
  }
}
#results {
    display: none;
    margin-top: 15px;
    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;
}

/*** Begin of Result notes table ***/
#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: #444;
    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;
}
/*** End of Result notes table ***/

#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%;
}
#results li.tableRow:nth-child(odd) div.tableCell{
    background:#EBEBEB;
}
#notesAlert{
  margin: 0px -45px 30px -15px;
  background-color: #D54309;
}
@media(max-width:767px){
  #notesAlert{
    margin: 0px -30px 0px -15px;
    background-color: #D54309;
  }
}
@media(max-width:600px){
  #notesAlert{
    margin: 0px -15px 0px -15px;
    background-color: #D54309;
  }
}
.notesAlertText{
  position: relative;
  background-color: #F4E3DB;
  margin-left: 5px;
  padding: 8px 20px 4px 45px;
}
.notesAlertText p{
  margin-bottom: 0px;
}
.notesAlertText::before {
  display: block;
  position: absolute;
  left: 8px;
  top: 12px;
  content: "!";
  border-radius: 75%;
  background-color: #000;
  border: 1px solid black;
  width: 25px;
  height: 28px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #F4E3DB;
  font-family: ProximaNovaRegular;
}
#avgFormPTDesc h3{
  display:block;
  font-family: ProximaNovaSemibold;
  font-size: 24px;
  color: #000;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 20px;
}
#avgFormPTDesc h3 .formName{
  display:  inline-block;
}
#bluebox-text{
  vertical-align: top;
  font-weight: bold;
}
.timerange-box{
  width: 300px;
}
.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: #006699;
    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;
}
#processingTimeLink span{
  color: #444;
  font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: normal;
}
#howWeProcess {
  margin-top: 30px;
}
#howWeProcess span{
  padding-right: 15px;
}
#howWeProcess h3{
  display: inline-flex;
}
#howWeProcess h3 > label{
  color: #000;
  font-family: ProximaNovaRegular;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
#howWeProcess p{
  color: #444;
  font-family: ProximaNovaRegular !important;
  font-size: 16px !important;
  font-weight: normal !important;
  padding-left: 35px;
}
#howWeProcess .fa-info-circle {
  font-family: FontAwesome;
  font-size: 16px;
  color: #0C79C9;
  padding-top: 6px;
}
.requestInquiry-box{
  background-color: #f3f3f3;
  padding: 8px 60px 20px 20px;
  margin-bottom: 15px;
}
.requestInquiry-box a#getInqDate{
  color: #FFFFFF;
  font-family: ProximaNovaSemibold;
  font-size: 16px;
  text-decoration: none;
  vertical-align: baseline;
}
.requestInquiry-box p{
  font-size: 16px;
  margin-top: 13px;
  white-space: pre-line;
}
.requestInquiry-box p.processingNormally i{
  color: #006699;
  -webkit-text-stroke: .75px #F3F3F3;
}
.requestInquiry-box p.processingNormally::first-line{
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.requestInquiry-box label{
  margin-top: 13px;
  color: #000;
  text-decoration: none;
}
.requestInquiry-box .inquiryDate{
  margin-top: 13px;
  margin-right: 4px;
  width: 90%;
}
.requestInquiry-box input{
  padding: 6px 8px;
  font-family: ProximaNovaRegular;
  color: #444;
}
.requestInquiry-box input.futureDate{
  border-color: #C10230;
  color: #C10230;
}
.requestInquiry-box input.futureDate::-webkit-calendar-picker-indicator{
  filter: invert(10%) sepia(95%) saturate(5195%) hue-rotate(339deg) brightness(87%) contrast(103%);
}
.requestInquiry-box .getInquiryDateButton{
  margin-top: 13px;
}
.requestInquiry-box .row-eq-height{
  display: flex;
  flex-wrap: wrap;
}
.requestInquiry-box #futureDateError{
  display: none;
}
.requestInquiry-box #futureDateError.futureDate{
  display: block;
}
.requestInquiry-box #futureDateError p{
  color: #C10230;
}
#inquiryResults{
  display: none;
}
/* Begin More Info Page style */
.webpageInfoBulletPoints{
  margin-left: 20px;
}
.indentedInquryDateText{
  margin-left: 128px;
}
.indentedInquryDateTextEs{
  margin-left: 196px;
}
.moreInfoSubscript{
  font-size: 12px;
}
.footnote{
  padding-left: 20px;
  border-left: solid 3px #E5E5E5;
  font-size: 14px;
}
/* End More Info Page style */

/* Begin Reducing Processing Backlogs style */
.cycleTimesGoalTable{
  background-color: #CCCCCC;
  border-radius: 25px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.cycleTimesGoalTable #cycleTimesGoalTitleRow{
  text-align: center;
}
.cycleTimesGoalTable #cycleTimesGoalBody{
  background-color: white;
}
.cycleTimesGoalTable #cycleTimesGoalTitleRow h2{
  color: #003065;
  font-size: 25px;
  font-weight: 900;
  font-family: 'ProximaNovaSemibold', Arial;
}
.cycleTimesGoalTable .cycleTimesGoalCellTitle{
  background-color: #0078AD;
  text-align: center;
  color: white;
}
.cycleTimesGoalTable #cycleTimesGoalBody ul{
  list-style-type: none;
  line-height: 200%;
  margin: 5px 0px 5px 50px;
}
@media (max-width: 767px){
  .cycleTimesGoalTable #cycleTimesGoalBody ul.longestList{
    margin-bottom: 0px;
  }
  .cycleTimesGoalTable #cycleTimesGoalBody ul.longestList2{
    margin-top: 0px;
  }
}
@media (min-width: 768px){
  .cycleTimesGoalTable .cycleTimesGoalCellTitle.rightCell{
    margin-right: -15px;
  }
  .cycleTimesGoalTable .cycleTimesGoalCellTitle.leftCell{
    margin-left: -15px;
    margin-right: -0.1px;
  }
  .cycleTimesGoalTable #leftMainCell{
    border-left: solid 1px;
    border-color: #C8C8C8;
  }
  .cycleTimesGoalTable #cycleTimesGoalBody ul.longestList{
    margin-bottom: 20px;
  }
}
/* End Reducing Processing Backlogs style */
.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%;
}

.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;
}
#quickLinks1 {
  border-right: #ccc 1px solid;
}
@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: #444;
    margin-left:30px;
}
#needToKnow p {
    font-family: 'Proxima Nova Semibold', Arial;
    line-height: 24px;
    font-size: 16px;
    color: #444;
    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: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
    font-weight: 400;
    color: #069;
    text-align: center;
    padding: 10px 0px 34px 0px;
}
#footer {
    min-height: 200px;
    background-color: #EBEBEB;
    margin-top: 50px;
    border-top: 2px solid #ccc;
    /* background: radial-gradient(circle at center top, #F9F9F9, #ccc); */
}
#footer .logo {
    text-align: center;
    position: relative;
    transform: scale(.5,.5);
    top: -88px;
}
#footer .icons {
    position: relative;
    top: -130px;
    text-align: center;
    padding-bottom: 12px
}
#footer .icons a {
    color: #444444;
    text-decoration: none;
    font-size: 32px;
    margin-right: 9px;
}
#footer div.links{
margin-top: -10px;

}
@media screen and (max-width: 850px){
  #footer .icons a {
      color: #444444;
      text-decoration: none;
      font-size: 32px;
      margin-right: 13px;
  }
}

#footer .links {
  font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
}
#footer .links a {
    font-size: 16px;
    display: block;
    color: #444444;
    text-decoration: none;
    font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
    margin-bottom: 16px;
    margin-left: -15px;
    line-height: 1.25;
}
#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: 1.6%;
    width: 23.0975628828%;
}
#footer .links .title {
    font-size: 1.25rem !important;
    font-family: ProximaNovaSemibold;
    margin-bottom: 2px;
    color: #444444;
    margin-top: -110px;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
color: inherit;
border: 0;

font-family: source_sans_pro_semibold, "Source Sans Pro Semibold", Arial, sans-serif;
font-weight: 600;
padding: 0px;
border-bottom: none;
margin-bottom: 16px;
line-height: .96;
}
@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;
      transform: scale(1.4);
  }
}
.uscis-header .top-header-bar .dhs-website {
    text-align: left;
}
.dhs-website span{
  margin-right: 10px;
}

.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: #FFFFFF;
  /* background: radial-gradient(circle at 20% 50%, #036, #001a33); */
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  z-index: 9500;
}
.uscis-header .main-header-bar {
    color: #FFFFFF;
    padding: 2px 0;
    /* box-shadow: 1px 2px #888888; */
    border-color: #000000;
}
.uscis-header .main-header-bar .links {
  -webkit-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  margin-top: 20px;
}
.uscis-header .main-header-bar .links>ul {
    float: right;
    margin-right: -40px
}
@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-left: -26px;
}
.uscis-header .main-header-bar .links>ul>li>a {
    font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    color: #036;
    display: inline-block;
    padding: 5px 0;
    font-size: 13pt;
}



.no_underline:hover h5 {
	font-weight: 600;
}

.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: 200px;
    max-height: 60px;
    margin-left: 2px;
}
.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: 106px;
    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;
  }

  h1{
    font-family: 'Proxima Nova Light', Arial !important;
    font-size: 48px;
    line-height: 50px;
}
}

div.form-group > label{
    font-family: 'Proxima Nova Semibold' !important;
    font-size: 16px;
    color:#000;
}
.form-group label.required::after {
  color: #e32;
  content: ' *';
  display:inline;
}
.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;
    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: 0px;
        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;
  }
}
.howyouknow{
  white-space: nowrap;
}
.header-link{
  margin-right: 6px;
  white-space: nowrap;
}
.divider{
  font-size: 20px;
  padding-top: 10px;
}





/* header-second */
	#header-second{font-size:.75rem;line-height:1.25;background-color:#f9f9f9;height:23px;padding-bottom:4px;padding-top:4px;}
#nospace{white-space:nowrap;}
.nospace{white-space:nowrap;}

/* header__items */
.header__items{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}

/* field--name-body */
.field--name-body p>form,.field--name-body p>.btn{margin-top:16px;margin-bottom:16px}
.field--name-body>p:first-of-type>.btn{margin-top:0}
.field--name-body>p:last-of-type>.btn{margin-bottom:0}
.views-element-container .field--name-body p,.field--name-field-manual-headlines .field--name-body p{margin-bottom:0}
#block-howyouknowdescription .field--name-body{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;}
#block-howyouknowdescription .field--name-body #howyouknow-official{margin-right:24px}

/* field__item */
.content-section__items-list .field__item,.content-section__items-list .views-row{margin-bottom:10px}
.footer-logo__img .field__item{max-width:142px}
#content .fields--inline .field__item{display:inline-block}
.field--name-field-manual-headlines>.field__item{padding-bottom:16px;border-bottom:1px solid #ccc}

/* header-flag */
#header-flag{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}

/* header-flag-img */
#header-flag-img{margin-right:10px;padding-bottom:1px;padding-top:1px}

/* header-flag-icon */
.header-flag-icon{height:13px;width:23px}

/* official-text */
#official-text{font-size:.75rem;line-height:1.25;padding-top:0}
#official-text #us-gov-desc{
   display:inline;
   margin-left: 2.5px;
   text-decoration: underline;
}
#official-text #us-gov-desc:visited,#official-text #us-gov-desc:hover{color:#069}
#official-text #us-gov-desc::after{font-family:"FontAwesome";font-weight:900;content:"\f078";float:right;margin-right:-16px;color:#069}
#official-text #us-gov-desc.active::after{font-family:"FontAwesome";font-weight:900;content:"\f077";float:right;margin-right:-16px;color:#069}

#globe-text{font-size:.75rem;line-height:1.25;padding-top:0;margin-left: 10px;}
#globe-text #us-globe-desc:visited,#globe-text #us-globe-desc:hover{color:#069}
#globe-text #us-globe-desc::after{font-family:"FontAwesome";content:"\f0ac";float:left;margin-right:5px;color:#069}
#globe-text #us-globe-desc::after{}

  #us-lock-desc{
  font-family:"FontAwesome";
  font-weight:900;
  content:"\f023";
  /* float:left;
  margin-right:5px; */
  color:#069;
}
#us-lock-desc::after{font-family:"FontAwesome";font-weight:900;content:"\f023";float:left;margin-right:5px;color:#000}
/* us-gov-desc */

/* region-header_second_right */
#site-search,.region-header_second_right{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}

/* signinlink */
#signinlink{margin-right:12px}

/* alt-lang-link */
#alt-lang-link{margin-right:12px}

/* language-link */
.language-link:visited,.language-link:hover,.util-link:visited,.util-link:hover{color:#069}

/* primary-header */
#primary-header{background-color:#f9f9f9}

/* content-container */
#block-horizontal,.content-container{margin:0 auto;width:100%}
.header-third__first .content-container{padding-top:16px;padding-bottom:16px}
#block-horizontal,.content-container{max-width:1024px}
.header-third__first .content-container{padding-top:0;padding-bottom:0}

/* region-header */
.region-header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;flex-direction: column;}

/* block-howyouknowdescription */
#block-howyouknowdescription{display:none;padding-bottom:8px;padding-top:20px}
	#block-howyouknowdescription #howyouknow-official,#block-howyouknowdescription #howyouknow-secure{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-basis: 50%;}
#block-howyouknowdescription #official-icon,#block-howyouknowdescription #secure-icon{margin-right:16px}
#block-howyouknowdescription #official-icon img,#block-howyouknowdescription #secure-icon img{max-width:40px;max-height:40px}

#header-util-links{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
#header-util-links .util-link{margin-right:12px}
#header-util-links .util-link.last{margin-right:0}
/* #header-util-links{display:none} */
/* #header-util-links .util-link.last::before{font-family:"FontAwesome";font-weight:900;content:"\f0ac";float:right;margin-right:142px;color:#069} */

/* util-link */
.language-link:visited,.language-link:hover,.util-link:visited,.util-link:hover{color:#069}

/* inline-sep */
.inline-sep{border-right:1px solid #ccc}

/* svg-inline--fa */
#footer-social-media .footer-social-media__links .svg-inline--fa{width:33px;height:24px}
.svg-inline--fa .fa-sign-in .fa-w-16{margin-left:-4px}
.menu-toggle--header .svg-inline--fa{font-size:1.25rem;line-height:1.4}
.sign-in-link .svg-inline--fa{margin-top:3px}

/* fa-globe */

/* region-header_second_right */
.region-header_second_right{margin-right:-10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}

@media(max-width:1025px){
  #block-horizontal,#block-mobilemenulinks .field__item,.content-container{padding-right:16px;padding-left:16px}
  #content{padding-right:16px}
  #content-wrapper .content-container{padding-left:0;padding-right:0}
}

@media screen and (min-width: 401px) and (max-width: 1024px){
  #sidebar-first{padding-left:16px}
}

/* removes top right header elements when width is less than 849 */
@media screen and (max-width:849px){
#signinlink{display: none}
#header-util-links{display: none}
#block-howyouknowdescription .field--name-body{display: flex;flex-direction: column}
.region-header{display:flex;flex-direction:column}
#footer div.links{
  margin-top: -120px;
}}
@media screen and (min-width:849px){
div#block-mobilemenulinks{display: none}
}

@media(min-width:601px)and (max-width:861px){
  #content figure.align-left,#content figure.align-right,#content .embedded-entity.align-right,#content .embedded-entity.align-left{max-width:50%}
  #content figure .embedded-entity{max-width:100%}
}
@media(max-width:600px){
  .layoutTable td{height:auto !important;width:auto !important}
  .uscis-header .main-header-bar .links {
    -webkit-transition: all .3 ease-in-out;
    transition: all .3 ease-in-out;
    margin-top: 150px;}
}

@media(max-width:414px){
  .btn,button,[type=button],[type=reset],[type=submit]
  #header-second{padding-bottom:4px;padding-top:4px;height:30px;}
  #block-howyouknowdescription{padding-top:20px}
  #official-text{
    font-size:.625rem;
    line-height:1.25;
    padding-top:0}
  #official-text #us-gov-desc{display:inline;white-space:nowrap}
  #official-text #us-gov-desc::before{margin-right:-16px}
  #official-text #us-gov-desc::after{margin-right:185px}
  #official-text #us-gov-desc.active::after{margin-right:185px}
  #footer .icons {
    position: relative;
    top: -130px;
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
  }
}


@media(max-width:411px){
  .btn,button,[type=button],[type=reset],[type=submit]
  #header-second{padding-bottom:4px;padding-top:4px}
  #block-howyouknowdescription{padding-top:20px}
  #official-text{
    font-size:.625rem;
    line-height:1.25;
    padding-top:0}
  #official-text #us-gov-desc{display:inline}
  #official-text #us-gov-desc::before{margin-right:-16px}
  #official-text #us-gov-desc::after{margin-right:185px}
  #official-text #us-gov-desc.active::after{margin-right:185px}

  #footer .icons {
    position: relative;
    top: -130px;
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
  }
}

@media(max-width:375px){
  .btn,button,[type=button],[type=reset],[type=submit]
  #header-second{padding-bottom:4px;padding-top:4px}
  #block-howyouknowdescription{padding-top:20px}
  #official-text{
    font-size:.625rem;
    line-height:1.25;
    padding-top:0}
  #official-text #us-gov-desc{display:inline;white-space:nowrap}
  #official-text #us-gov-desc::before{margin-right:-16px}
  #official-text #us-gov-desc::after{margin-right:142px}
  #official-text #us-gov-desc.active::after{margin-right:142px}
  #footer .icons {
    position: relative;
    top: -130px;
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
  }
}

@media(max-width:360px){
  .btn,button,[type=button],[type=reset],[type=submit]
  #header-second{padding-bottom:4px;padding-top:4px;}
  #block-howyouknowdescription{padding-top:20px}
  #official-text{
    font-size:.625rem;
    line-height:1.25;
    padding-top:0}
  #official-text #us-gov-desc{display:inline;white-space:nowrap}
  #official-text #us-gov-desc::before{margin-right:-16px}
  #official-text #us-gov-desc::after{margin-right:132px}
  #official-text #us-gov-desc.active::after{margin-right:132px}
  #footer .icons {
    position: relative;
    top: -130px;
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
  }
}

@media(max-width:320px){
  .btn,button,[type=button],[type=reset],[type=submit]
  #header-second{padding-bottom:4px;padding-top:4px;}
  #block-howyouknowdescription{padding-top:20px}
  #official-text{
    font-size:.625rem;
    line-height:1.25;
    padding-top:0}
  #official-text #us-gov-desc{display:inline}
  #official-text #us-gov-desc::before{margin-right:-16px}
  #official-text #us-gov-desc::after{margin-right:56px}
  #official-text #us-gov-desc.active::after{margin-right:56px}
  #footer .icons a {
    color: #444444;
    text-decoration: none;
    font-size: 32px;
    margin-right: 6px;
  }
  #footer .icons {
    position: relative;
    top: -130px;
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
  }

}
.sub-links #topics-ctr {
    font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;
    margin-bottom: 16px;
    margin-right: 30px;
	font-weight: 600
	}

  #topics-ctr{
    width: 115%;
  }




  /* element.style {
  }
  .menu--horizontal .menu__item :visited, .menu--horizontal .menu__item :link {
      color: #036;
  }
  .menu--horizontal .menu__item .nav__link {
      display: inline-block;
      width: 100%;
  } */

  /* @media screen and (max-width: 900px) { */
      .uscis-header .primary-nav__show{
          width: 100%;
          height: 100%;
          top: 0;
          z-index: 9999;
          right: -270px;
          -webkit-overflow-scrolling: touch;
          margin: 0;
          color: #036;
          list-style: none;
          /* color: #666666; */
          /* position:fixed; */
          /* padding: 30px 15px; */
          /* background: #F9F9F9; */
      }
      @media screen and (min-width:999px)
      {
        .primary-nav__show{display: none;}
      }
      @media (min-width: 861px){
      .menu__item a:hover {
          text-shadow: 0.5px 0 0 #00476b;
          text-decoration: none;
        }
      }
      #block-horizontal,.content-container{margin:0 auto;width:100%;}
      .uscis-header .menu__item {list-style: none;}
      .uscis-header .mobile-menu-links {list-style: none;}
      .uscis-header ul{margin-left: 0;}
      .uscis-header {font-family: source_sans_pro_regular,"Source Sans Pro",Arial,sans-serif;font-weight: 400;font-size: 1rem;line-height: 1.25;}
      #block-mobilemenulinks{
        background-color:#f9f9f9;
        height: 680px;
      }
      .menu--horizontal .menu__item{margin: 16px 0;}
      .mobile-menu-links .item{margin: 16px 0;}
      .mobile-menu-links{padding-top: 4px;padding-bottom: 4px;}
      /* a.nav__link{text-decoration: none;} */
      .uscis-header a{text-decoration: none;}
      .uscis-header a:hover {
          color: #00476b;
          text-decoration: underline;
      }
      .menu--horizontal a{color: #036;font-weight: 400;font-size: 1rem;line-height: 1.25;}
      .mobile-menu-links a{color: #444444;font-weight: 400;font-size: 1rem;line-height: 1.25;}
      .uscis-header.active{box-shadow: none;border-bottom: 3px solid #ebebeb;}
      .footerCol {list-style-type: none;}
      .iconRow {list-style-type: none; display: inline;}
      .iconRow li{display: inline;}

      /* Removes body of application when hamburger is clicked */
      @media screen and (max-width: 999px){
        #hamburgerDrop.active {
          display:none;
        }
      }
      @media screen and (min-width: 999px){
        #hamburgerDrop.active {
          display:block;
        }
      }
      #hamburgerDrop{
        background-color: #f3f3f3;
      }
      #maincontent{
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        /* border-style: solid;
        border-width: 0px 0.8px 0.8px 0.8px; */
        /* width: 100%; */
        max-width: 1000px;
        /* margin-left: 100px;
        margin-right: 100px; */

        margin: auto;
      }
      #upperContent{
        margin-left: 5px;
      }
      /* @media (max-width: 992px){
        #maincontent {
            width: 970px;
        }

      }
      @media (max-width: 768px){
        #maincontent {
            width: 750px;
        }
      } */
      @media screen and (max-width: 999px){
        #maincontent{
          background-color: #fff;
          /* border-style: solid;
          border-width: 0px 0.8px 0.8px 0.8px; */
          /* width: 100%; */
          margin-left: 100px;
          margin-right: 100px;
          margin: auto;
        }
        .form-group {
          margin-bottom: 15px;
          margin-right: 20px;
      }
      }
      /* #block-horizontal,.content-container{max-width:1024px}
      #block-horizontal,.content-container{margin:0 auto;width:100%} */
/* } */


.resources {
  height:170px;
  width:100%;
  overflow-x:hidden;
  background-color:#e3f3fc;
  font-family:sans-serif;
  padding:10px;
}
.resources a{
  font-size: 11.5px;
  width: 20px;
  
}
.resources a::before {
  content: "●";
  position: absolute;
  left: 1.2em;
  font-size: 1.1em;  
  color: #000;
}
.resourcesTitle {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
  width: 2000px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}
.resourcesTitle-es {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 12.3px;
  font-weight: bold;
  width: 990px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}
.feedback-strong {
  font-family: 'Proxima Nova Regular', Arial,sans-serif;
  text-decoration: none;
  color: #036;
  padding: 5px 0;
  font-size: 13pt;
}

#i765Title h1{
  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;
}
