@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clarke
html5doctor.com/html-5-reset-stylesheet/
*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, iframe {
  background: transparent !important;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
  outline: none;
}

sup {
  font-size: 6pt;
  font-weight: normal;
  vertical-align: top;
}

/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* Grid
================================================== */
.container {
  position: relative;
  margin: 0 auto;
  padding: 20px 10px 0;
  background-color: #fff;
  width: 960px;
  box-sizing: border-box;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 420px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
}

/* ----------------------------------*/
/*           INMO Test Only          */
/* ----------------------------------*/
body.inmo.resp.authorize, body.inmo.resp.verify, body.inmo.resp.verifyjointapplicant, body.inmo.resp.openingdeposit, body.inmo.resp.thankyou {
  padding-top: 61px;
}
body.inmo.resp.authorize #headerWrap,
body.inmo.resp.authorize #contentWrap #leftColumn h1.inform-product-title,
body.inmo.resp.authorize #contentWrap #leftColumn h2,
body.inmo.resp.authorize #contentWrap #leftColumn #columnInner, body.inmo.resp.verify #headerWrap,
body.inmo.resp.verify #contentWrap #leftColumn h1.inform-product-title,
body.inmo.resp.verify #contentWrap #leftColumn h2,
body.inmo.resp.verify #contentWrap #leftColumn #columnInner, body.inmo.resp.verifyjointapplicant #headerWrap,
body.inmo.resp.verifyjointapplicant #contentWrap #leftColumn h1.inform-product-title,
body.inmo.resp.verifyjointapplicant #contentWrap #leftColumn h2,
body.inmo.resp.verifyjointapplicant #contentWrap #leftColumn #columnInner, body.inmo.resp.openingdeposit #headerWrap,
body.inmo.resp.openingdeposit #contentWrap #leftColumn h1.inform-product-title,
body.inmo.resp.openingdeposit #contentWrap #leftColumn h2,
body.inmo.resp.openingdeposit #contentWrap #leftColumn #columnInner, body.inmo.resp.thankyou #headerWrap,
body.inmo.resp.thankyou #contentWrap #leftColumn h1.inform-product-title,
body.inmo.resp.thankyou #contentWrap #leftColumn h2,
body.inmo.resp.thankyou #contentWrap #leftColumn #columnInner {
  display: none;
}

li:has(.pdfCapabilityEmbed) {
  width: 100%;
}
li:has(.pdfCapabilityEmbed) h3 {
  margin-bottom: 10px;
}

.inmo.resp {
  min-width: 0;
  background: none;
  margin: 0;
  background: #fff;
  padding-top: 0;
}
.inmo.resp a {
  color: #68A6B5 !important;
}
.inmo.resp .noClear {
  clear: none;
}
.inmo.resp .one-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .one-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .one-col {
    width: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .one-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .one-col {
    width: 420px;
  }
}
.inmo.resp .two-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .two-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .two-col {
    width: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .two-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .two-col {
    width: 420px;
  }
}
.inmo.resp .three-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .three-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .three-col {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .three-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .three-col {
    width: 420px;
  }
}
.inmo.resp .four-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .four-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .four-col {
    width: 236px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .four-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .four-col {
    width: 420px;
  }
}
.inmo.resp .five-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .five-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .five-col {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .five-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .five-col {
    width: 420px;
  }
}
.inmo.resp .six-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .six-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .six-col {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .six-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .six-col {
    width: 420px;
  }
}
.inmo.resp .seven-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .seven-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .seven-col {
    width: 428px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .seven-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .seven-col {
    width: 420px;
  }
}
.inmo.resp .eight-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .eight-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .eight-col {
    width: 492px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .eight-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .eight-col {
    width: 420px;
  }
}
.inmo.resp .nine-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .nine-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .nine-col {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .nine-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .nine-col {
    width: 420px;
  }
}
.inmo.resp .ten-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 780px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .ten-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .ten-col {
    width: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .ten-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .ten-col {
    width: 420px;
  }
}
.inmo.resp .eleven-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 860px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .eleven-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .eleven-col {
    width: 684px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .eleven-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .eleven-col {
    width: 420px;
  }
}
.inmo.resp .twelve-col {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .twelve-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .twelve-col {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .twelve-col {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp .twelve-col {
    width: 420px;
  }
}
.inmo.resp .topFixedHeader {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 1;
}
.inmo.resp .topFixedHeader.showup {
  height: 61px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 17%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.inmo.resp .topFixedHeader #logo {
  float: left;
  padding: 10px 0 0;
  width: 180px;
}
.inmo.resp .topFixedHeader #logo img {
  max-height: 41px;
  max-width: 180px;
}
.inmo.resp .topFixedHeader .stepTitle {
  color: #46484E;
  font-family: Roboto, sans-serif;
  font-size: 136%;
  float: right;
  margin-top: 18px;
  font-weight: normal;
}
.inmo.resp .topFixedHeader .stepTitle.thanks {
  color: #68A6B5;
  padding: 3px 30px 1px 0;
  background: url("../images/lockIcon-2x.png") right 0px no-repeat;
  background-size: 24px;
}
.inmo.resp .topFixedHeader .applicationSteps {
  font-family: Roboto, sans-serif;
  float: right;
  margin: 12px 0 0;
  padding: 0 17px 0 0;
  counter-reset: section;
  border-collapse: separate;
  width: 170px;
  border-spacing: 14px 0;
  background: url("../images/lockIcon-2x.png") right 0px no-repeat;
  background-size: 24px;
  display: table;
  table-layout: fixed;
}
.inmo.resp .topFixedHeader .applicationSteps li {
  list-style-type: none;
  color: #C2CACF;
  font-size: 0 !important;
  font-weight: normal;
  margin: 0 0 0 10px;
  padding: 0;
  background: transparent;
  border: 4px solid #C2CACF;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37px !important;
  height: 37px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  line-height: 32px;
}
.inmo.resp .topFixedHeader .applicationSteps li:before {
  counter-increment: section;
  content: counter(section);
  font-weight: bold;
  position: relative;
  margin: 0;
  color: #C2CACF;
  font-size: 20px;
  display: block;
  background: transparent;
}
.inmo.resp .topFixedHeader .applicationSteps li:after {
  content: "";
  width: 14px;
  height: 3px;
  border-top: 4px solid #C2CACF;
  position: absolute;
  top: 46%;
  right: -18px;
}
.inmo.resp .topFixedHeader .applicationSteps li.last-child:after {
  border: none;
}
.inmo.resp .topFixedHeader .applicationSteps li.active {
  color: #fff;
  background: #68A6B5;
  border: 4px solid #68A6B5;
  background: #68A6B5;
  border: 4px solid #68A6B5;
  color: #fff;
  padding: 0;
}
.inmo.resp .topFixedHeader .applicationSteps li.active:before {
  background: transparent;
  color: #fff;
}
.inmo.resp .topFixedHeader .applicationSteps li.inactive {
  color: #BFC8CD;
  font-size: 0;
}
.inmo.resp .topFixedHeader .applicationSteps li.inactive:before {
  margin-right: 0;
}
.inmo.resp .topFixedHeader .applicationSteps li.isPassed {
  color: #fff;
  border: 4px solid #68A6B5;
  background: #68A6B5;
}
.inmo.resp .topFixedHeader .applicationSteps li.isPassed:before {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp .topFixedHeader.showup {
    padding: 0 10%;
  }
  .inmo.resp .topFixedHeader.showup .stepTitle {
    font-size: 134%;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp .topFixedHeader.showup {
    padding: 0 3%;
  }
  .inmo.resp .topFixedHeader.showup #logo {
    padding: 15px 0 0;
    width: 125px;
  }
  .inmo.resp .topFixedHeader.showup .stepTitle {
    display: none;
  }
  .inmo.resp .topFixedHeader.showup .applicationSteps {
    width: 155px;
    margin: 14px 0 0;
    padding: 1px 13px 0 0;
    background-size: 19px;
    background-position: right 2px;
  }
  .inmo.resp .topFixedHeader.showup .applicationSteps li {
    width: 32px !important;
    height: 32px !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 25px;
  }
  .inmo.resp .topFixedHeader.showup .applicationSteps li:before {
    font-size: 16px;
  }
}
.inmo.resp #headerWrap {
  background: #fff;
  height: 175px;
}
.inmo.resp #headerWrap #header {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  margin: 0 auto;
  float: none;
  display: table;
  text-align: center;
  padding: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #headerWrap #header {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp #headerWrap #header {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp #headerWrap #header {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp #headerWrap #header {
    width: 420px;
  }
}
.inmo.resp #headerWrap #header > .wrapper {
  min-height: 0;
}
.inmo.resp #headerWrap #header #logo {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.inmo.resp #headerWrap #header #logo img {
  max-height: 145px;
  display: block;
  margin: 0 auto;
}
.inmo.resp #headerWrap #header .bottom {
  position: relative;
}
.inmo.resp #headerWrap #header .bottom .wrapper {
  min-height: 25px;
}
.inmo.resp #headerWrap #header .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #headerWrap {
    height: 155px;
  }
  .inmo.resp #headerWrap #header {
    margin: 0 auto;
  }
  .inmo.resp #headerWrap #header #logo {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  .inmo.resp #headerWrap #header #logo img {
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
}
.inmo.resp #contentWrap {
  padding: 0;
  position: relative;
  z-index: 0;
}
.inmo.resp #contentWrap #mainContent, .inmo.resp #contentWrap #leftColumn {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  font-family: Roboto, sans-serif;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #mainContent, .inmo.resp #contentWrap #leftColumn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp #contentWrap #mainContent, .inmo.resp #contentWrap #leftColumn {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #mainContent, .inmo.resp #contentWrap #leftColumn {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp #contentWrap #mainContent, .inmo.resp #contentWrap #leftColumn {
    width: 420px;
  }
}
.inmo.resp #contentWrap #leftColumn {
  background: #F5F6F7;
  margin: 0 auto 15px !important;
  padding: 15px;
  width: 100%;
  float: none;
  display: block;
}
.inmo.resp #contentWrap #leftColumn h1.inform-product-title {
  text-align: center;
  font-size: 22px;
  color: #68A6B5;
  background: transparent;
  padding: 30px 0 12px;
  margin: 0;
}
.inmo.resp #contentWrap #leftColumn h1.inform-product-title:before {
  content: none;
}
.inmo.resp #contentWrap #leftColumn h2 {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  color: #7D7D7D;
  font-size: 260%;
  font-weight: 300;
  border: none;
}
.inmo.resp #contentWrap #leftColumn h2:before {
  background: none;
  content: "";
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps {
  margin: 0 10px 10px;
  padding: 0;
  border-top: #C2CACF;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps h3 {
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #266979;
  padding: 0;
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 100%;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps h3 .applicantName {
  text-transform: capitalize;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps ul, .inmo.resp #contentWrap #leftColumn.inform-form-steps ol {
  padding: 0;
  margin: 0;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationSteps {
  counter-reset: section;
  width: 850px;
  margin: 0 auto 20px;
  border-spacing: 15px 0;
  border-collapse: separate;
  display: table;
  table-layout: fixed;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationStepPageTitle {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  font-size: 85%;
  color: #68A6B5;
  font-weight: bold;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li {
  list-style-type: none;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  background: transparent;
  border: 4px solid #C2CACF;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  height: 66px;
  display: table-cell;
  line-height: 54px;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li:before {
  counter-increment: section;
  content: counter(section);
  font-weight: bold;
  position: relative;
  top: 3px;
  padding-right: 10px;
  font-size: 25px;
  display: inline-block;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li:after {
  content: "";
  width: 15px;
  height: 3px;
  border-top: 4px solid #C2CACF;
  position: absolute;
  top: 45%;
  right: -19px;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li:last-of-type:after {
  border: none;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li.active {
  color: #fff;
  background: #68A6B5;
  border: 4px solid #68A6B5;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li.inactive {
  color: #BFC8CD;
}
.inmo.resp #contentWrap #leftColumn.inform-form-steps li.isPassed {
  color: #fff;
  border: 4px solid #68A6B5;
  background: #68A6B5;
}
.inmo.resp #contentWrap #leftColumn .securitySection {
  background-color: #DFE4E6;
}
.inmo.resp #contentWrap #leftColumn .securitySection p {
  font-weight: 300;
}
.inmo.resp #contentWrap #leftColumn .securitySection > div {
  width: 400px;
  margin: 0 auto;
  padding: 15px 0 15px 85px;
}
.inmo.resp #contentWrap #leftColumn .securitySection > div.applicantinformation, .inmo.resp #contentWrap #leftColumn .securitySection > div.jointapplicantinformation {
  background: url("../images/lockIcon-2x.png") 0 15px no-repeat;
  background-size: 55px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.applicantinformation, .inmo.resp #contentWrap #leftColumn .securitySection > div.jointapplicantinformation {
    background-size: 40px;
    padding-bottom: 20px;
    background-position: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.applicantinformation, .inmo.resp #contentWrap #leftColumn .securitySection > div.jointapplicantinformation {
    background-size: 35px;
    background-position: 0 25px;
  }
}
.inmo.resp #contentWrap #leftColumn .securitySection > div.authorize {
  display: none;
  background: url("../images/magnifyingGlassIcon-2x.png") 0 20px no-repeat;
  background-size: 60px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.authorize {
    background-size: 45px;
    padding-bottom: 20px;
    background-position: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.authorize {
    background-size: 40px;
    background-position: 0 25px;
  }
}
.inmo.resp #contentWrap #leftColumn .securitySection > div.verify, .inmo.resp #contentWrap #leftColumn .securitySection > div.verifyjoint {
  display: none;
  background: url("../images/pencilPaperIcon-2x.png") 0 15px no-repeat;
  background-size: 60px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.verify, .inmo.resp #contentWrap #leftColumn .securitySection > div.verifyjoint {
    background-size: 45px;
    padding-bottom: 20px;
    background-position: 0 20px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div.verify p, .inmo.resp #contentWrap #leftColumn .securitySection > div.verifyjoint p {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.verify, .inmo.resp #contentWrap #leftColumn .securitySection > div.verifyjoint {
    background-size: 40px;
    padding-bottom: 20px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div.verify p, .inmo.resp #contentWrap #leftColumn .securitySection > div.verifyjoint p {
    margin: 0;
  }
}
.inmo.resp #contentWrap #leftColumn .securitySection > div.openingdeposit {
  display: none;
  background: url("../images/moneyBagIcon-2x.png") 0 15px no-repeat;
  background-size: 60px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.openingdeposit {
    background-size: 50px;
    padding-bottom: 20px;
    background-position: 0 25px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div.openingdeposit p {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.openingdeposit {
    background-size: 45px;
    padding-bottom: 20px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div.openingdeposit p {
    margin: 0;
  }
}
.inmo.resp #contentWrap #leftColumn .securitySection > div.thankyou {
  display: none;
  background: url("../images/thumbsUpIcon-2x.png") 0 15px no-repeat;
  background-size: 60px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.thankyou {
    background-size: 45px;
    padding-bottom: 25px;
    background-position: 0 25px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div.thankyou p {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #contentWrap #leftColumn .securitySection > div.thankyou {
    background-size: 40px;
    padding-bottom: 25px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div.thankyou p {
    margin: 0;
  }
}
.inmo.resp #contentWrap #leftColumn .securitySection > div p {
  color: #266979;
}
.inmo.resp #contentWrap #leftColumn .securitySection > div a {
  color: #266979;
}
@media only screen and (max-width: 959px) {
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li.inactive {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationSteps {
    width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp #contentWrap #leftColumn h2 {
    font-size: 190%;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps {
    margin-left: 0;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationSteps {
    width: 252px;
    border-spacing: 35px 0;
    margin-bottom: 10px;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationStepPageTitle {
    display: block;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li {
    font-size: 0 !important;
    background: transparent;
    border: 4px solid #C2CACF;
    font-weight: 600;
    color: #C2CACF;
    line-height: 1.5;
    vertical-align: top;
    width: 37px !important;
    height: 37px !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li:before {
    display: block;
    background: transparent;
    margin: 0;
    font-weight: 600;
    color: #C2CACF;
    font-size: 18px;
    line-height: 25px;
    position: absolute;
    top: 3px;
    left: 9px;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li:after {
    width: 36px;
    right: -40px;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li:first-child {
    border-left: none;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li.active {
    background: #68A6B5;
    border: 4px solid #68A6B5;
    color: #fff;
    padding: 0;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li.active:before {
    background: transparent;
    color: #fff;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li.inactive {
    padding: 0;
    color: #C2CACF;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps li.isPassed:before {
    color: #fff;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div {
    width: 60%;
    padding: 15px 0 0 60px;
  }
  .inmo.resp #contentWrap #leftColumn .securitySection > div p {
    font-size: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #contentWrap #leftColumn h2 {
    font-size: 160%;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationSteps {
    margin-bottom: 10px;
  }
  .inmo.resp #contentWrap #leftColumn.inform-form-steps .applicationStepPageTitle {
    display: block;
  }
  .inmo.resp #contentWrap #leftColumn.securitySection > div {
    width: 71%;
    padding: 5px 0 0 45px;
  }
  .inmo.resp #contentWrap #leftColumn.securitySection > div p {
    font-size: 80%;
  }
}
.inmo.resp #contentWrap .container {
  z-index: 0;
  position: relative;
}
.inmo.resp #contentWrap .container #mainContent {
  box-shadow: none;
  margin: 0 auto;
  display: block;
  float: none;
}
.inmo.resp #contentWrap .container #mainContent .inform_errorpage h2 {
  margin: 0 0 35px;
  text-align: center;
  width: 940;
  color: #1E5A69;
}
.inmo.resp #contentWrap .container #mainContent .inform_errorpage h2 a {
  color: #1E5A69;
}
.inmo.resp #contentWrap .container #mainContent .contentHeader {
  display: none;
}
.inmo.resp h4 {
  font-size: 16px;
  font-weight: bold;
}
.inmo.resp form {
  padding: 0 0 0 230px;
  -webkit-font-smoothing: antialiased;
}
.inmo.resp form fieldset {
  background: transparent;
  border: none;
  margin-bottom: 4.5%;
  padding-left: 10px;
  min-width: 0;
  font-size: 100%;
  border-left: 2px solid #C2E1EC;
  position: relative;
}
.inmo.resp form fieldset.cc-area {
  float: left;
}
.inmo.resp form fieldset.authSection {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.inmo.resp form fieldset.authSection > h2 {
  display: none !important;
}
.inmo.resp form fieldset.authSection .authInfo {
  background: transparent;
  border: none;
  margin-bottom: 4.5%;
  padding-left: 10px;
  min-width: 0;
  font-size: 100%;
  border-left: 2px solid #C2E1EC;
  position: relative;
}
.inmo.resp form fieldset.authSection .authInfo > .verifyHeader {
  font-size: 125%;
  color: #266979;
  font-weight: bold;
  background: transparent;
  line-height: 1;
  margin: 0 0 20px;
  padding: 1.2% 0 2.2%;
  text-align: right;
  width: 250px;
  position: absolute;
  left: -270px;
}
.inmo.resp form fieldset.authSection .authInfo > .verifyHeader:before {
  vertical-align: baseline;
}
.inmo.resp form fieldset.oowSection {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.inmo.resp form fieldset.oowSection fieldset > h2 {
  display: none !important;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup {
  background: transparent;
  border: none;
  margin-bottom: 4.5%;
  padding: 0 0 0 10px;
  min-width: 0;
  font-size: 100%;
  border-left: 2px solid #C2E1EC;
  position: relative;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup > .oowQuestionSpan {
  font-size: 125%;
  color: #266979;
  font-weight: 500;
  background: transparent;
  line-height: 1;
  margin: 0 0 20px;
  padding: 1.2% 0 2.2%;
  text-align: right;
  width: 250px;
  position: absolute;
  left: -270px;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup > .oowQuestionSpan:before {
  vertical-align: baseline;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion.error label {
  color: inherit !important;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion.error > p:after {
  content: "This field is required";
  background: url("../images/invalidIcon.png") 0 2px no-repeat;
  color: red;
  padding-left: 15px;
  margin-left: 8px;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio {
  padding: 5px 0 0 10px;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio .help {
  display: none;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li {
  position: relative;
  padding: 0 0 10px;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li:last-child {
  padding: 0;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li input[type=radio] {
  display: none;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li input[type=radio]:checked + label:before {
  content: "•";
  color: #1F6373;
  font-size: 30px;
  text-align: center;
  line-height: 21px;
  background-color: #ACD8E6;
  border-color: #66A4B4;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  text-indent: 1px;
  font-weight: bold;
  color: #666;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li label:before {
  content: "";
  top: -1px;
  display: inline-block;
  transform: inherit;
  -webkit-transform: inherit;
  transition: inherit;
  -webkit-transition: inherit;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #DFE4E6;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border: 2px solid #ccc;
  border-radius: 11px;
}
.inmo.resp form fieldset.oowSection .oowQuestionGroup .oowQuestion .radio li label > span {
  display: inline-block;
}
.inmo.resp form fieldset h1 {
  display: none;
}
.inmo.resp form fieldset .thanksTitle {
  font-size: 125%;
  color: #266979;
  font-weight: bold;
  background: transparent;
  line-height: 1;
  margin: 0 0 20px;
  padding: 1.2% 0 2.2%;
  text-align: right;
  width: 250px;
  position: absolute;
  left: -270px;
}
.inmo.resp form fieldset .thanksTitle:before {
  vertical-align: baseline;
}
.inmo.resp form fieldset > h2 {
  font-size: 125%;
  color: #266979;
  font-weight: 500;
  background: transparent;
  line-height: 1;
  margin: 0 0 20px;
  padding: 1.2% 0 2.2%;
  text-align: right;
  width: 250px;
  position: absolute;
  left: -270px;
}
.inmo.resp form fieldset > h2:before {
  vertical-align: baseline;
}
.inmo.resp form fieldset fieldset {
  padding-left: 0;
  border: none;
}
.inmo.resp form fieldset fieldset h2 {
  left: -280px;
}
.inmo.resp form fieldset fieldset h2:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 33px;
  position: absolute;
  left: 20px;
  top: -33px;
}
.inmo.resp form fieldset fieldset ul p {
  margin-left: 10px;
  color: #46484e;
  font-size: 15px;
}
.inmo.resp form fieldset fieldset fieldset {
  padding-bottom: 33px !important;
}
.inmo.resp form fieldset fieldset fieldset:last-child {
  padding-bottom: 0 !important;
}
.inmo.resp form fieldset:first-of-type {
  padding-top: 0;
}
.inmo.resp form fieldset.captchaFieldset.submitFieldset label {
  height: 0px;
  padding: 0;
}
.inmo.resp form fieldset.captchaFieldset.submitFieldset > ul {
  background: none transparent;
  border: none 0px;
  padding: 0 0 0 2.5%;
}
.inmo.resp form fieldset ul {
  float: left;
  padding: 0;
  margin: 0;
}
.inmo.resp form fieldset ul .whatIsThis {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  color: #46484E;
}
.inmo.resp form fieldset ul .whatIsThis a {
  color: #68A6B5;
}
.inmo.resp form fieldset ul .whatIsThis .whatIsThisLink {
  cursor: pointer;
  text-decoration: underline;
}
.inmo.resp form fieldset ul .whatIsThis .whatIsThisInfo {
  background-color: #DFE4E6;
  padding: 15px;
  display: none;
}
.inmo.resp form fieldset ul .disclosures {
  background-color: #DFE4E6;
  padding: 20px 15px 15px 15px;
  margin: 0 0 15px 10px;
  float: left;
}
.inmo.resp form fieldset ul .disclosures li {
  list-style: disc outside;
  margin-left: 20px;
  display: list-item;
  font-size: 14px;
  width: auto;
}
.inmo.resp form fieldset ul .disclosures li a {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul .disclosures {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp form fieldset ul .disclosures {
    margin-left: 0;
  }
}
.inmo.resp form fieldset ul .checkImage {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
  background: #DFE4E6 url("../images/inmoCheck.png") 15px 15px no-repeat;
  background-size: 250px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul .checkImage {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp form fieldset ul .checkImage {
    width: 492px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul .checkImage {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp form fieldset ul .checkImage {
    width: 420px;
  }
}
.inmo.resp form fieldset ul .checkImage p {
  padding: 58px 30px 70px 290px;
  font-weight: bold;
  color: #46484E;
  font-size: 75%;
}
.inmo.resp form fieldset ul div.footerCopy {
  position: absolute;
  top: 175px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul div.footerCopy {
    top: 215px;
  }
}
.inmo.resp form fieldset ul .checkboxes {
  margin: 0 0 15px 6px;
}
.inmo.resp form fieldset ul .checkboxes .help {
  display: none;
}
.inmo.resp form fieldset ul .checkboxes.error label {
  color: inherit !important;
}
.inmo.resp form fieldset ul .checkboxes.error label strong {
  color: inherit !important;
}
.inmo.resp form fieldset ul .checkboxes.error label > span,
.inmo.resp form fieldset ul .checkboxes.error label > strong {
  display: block !important;
  color: inherit !important;
}
.inmo.resp form fieldset ul .checkboxes.error label > span:after,
.inmo.resp form fieldset ul .checkboxes.error label > strong:after {
  content: "This field is required";
  background: url("../images/invalidIcon.png") 0 2px no-repeat;
  color: red;
  padding-left: 15px;
  margin-left: 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul .checkboxes.error label > span:after,
.inmo.resp form fieldset ul .checkboxes.error label > strong:after {
    display: block;
    margin-left: 0;
  }
}
.inmo.resp form fieldset ul .checkboxes h3 {
  padding: 0 0 10px;
}
.inmo.resp form fieldset ul .checkboxes ul {
  padding: 0;
  margin: 0;
}
.inmo.resp form fieldset ul .checkboxes ul li {
  padding: 0;
}
.inmo.resp form fieldset ul .checkboxes ul li + li {
  padding: 10px 0 0;
}
.inmo.resp form fieldset ul .checkboxes input[type=checkbox] {
  opacity: 0;
  height: 0;
  width: 0;
}
.inmo.resp form fieldset ul .checkboxes input[type=checkbox]:checked + label:before {
  content: "✔";
  color: #1F6373;
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  background-color: #ACD8E6;
  border-color: #66A4B4;
}
.inmo.resp form fieldset ul .checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
  text-indent: 1px;
}
.inmo.resp form fieldset ul .checkboxes label a {
  color: #333;
}
.inmo.resp form fieldset ul .checkboxes label:before {
  content: "";
  top: -1px;
  display: inline-block;
  transform: inherit;
  -webkit-transform: inherit;
  transition: inherit;
  -webkit-transition: inherit;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #DFE4E6;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border: 2px solid #ccc;
  border-radius: 5px;
}
.inmo.resp form fieldset ul > li {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  margin-bottom: 20px;
  font-size: 100%;
  list-style: none;
  position: relative;
  clear: both;
}
.inmo.resp form fieldset ul > li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp form fieldset ul > li {
    width: 236px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp form fieldset ul > li {
    width: 420px;
  }
}
.inmo.resp form fieldset ul > li li {
  width: 100%;
}
.inmo.resp form fieldset ul > li.dollar:before {
  content: "$";
  position: absolute;
  top: 1px;
  left: 10px;
  z-index: 11;
  font-size: 22px;
  font-weight: normal;
  line-height: 50px;
  min-height: 50px;
  color: #585858;
}
.inmo.resp form fieldset ul > li.dollar input[type=text] {
  padding-left: 25px;
}
.inmo.resp form fieldset ul > li.filled input[type=text],
.inmo.resp form fieldset ul > li.filled input[type=tel],
.inmo.resp form fieldset ul > li.filled input[type=number] {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.inmo.resp form fieldset ul > li.filled input[type=text]:focus,
.inmo.resp form fieldset ul > li.filled input[type=tel]:focus,
.inmo.resp form fieldset ul > li.filled input[type=number]:focus {
  background-color: #D5EBF3;
  border: none;
}
.inmo.resp form fieldset ul > li.filled input[type=text]:focus + label,
.inmo.resp form fieldset ul > li.filled input[type=tel]:focus + label,
.inmo.resp form fieldset ul > li.filled input[type=number]:focus + label {
  pointer-events: none;
}
.inmo.resp form fieldset ul > li.filled input[type=text]:focus + label:before,
.inmo.resp form fieldset ul > li.filled input[type=tel]:focus + label:before,
.inmo.resp form fieldset ul > li.filled input[type=number]:focus + label:before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.inmo.resp form fieldset ul > li.filled input[type=text]:not(:focus),
.inmo.resp form fieldset ul > li.filled input[type=tel]:not(:focus),
.inmo.resp form fieldset ul > li.filled input[type=number]:not(:focus) {
  background-color: #EEE;
  border: none;
}
.inmo.resp form fieldset ul > li.filled select:focus {
  background-color: #EEE;
}
.inmo.resp form fieldset ul > li.filled label:before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.inmo.resp form fieldset ul > li.filled.success input[type=text]:not(:focus),
.inmo.resp form fieldset ul > li.filled.success input[type=tel]:not(:focus),
.inmo.resp form fieldset ul > li.filled.success input[type=number]:not(:focus) {
  background-color: #EEE;
  border: none;
  background-image: url("../images/validIcon-2x.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30px 50px;
}
.inmo.resp form fieldset ul > li.error input[type=text],
.inmo.resp form fieldset ul > li.error input[type=tel],
.inmo.resp form fieldset ul > li.error input[type=number],
.inmo.resp form fieldset ul > li.error select {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-color: #EEE !important;
  background-image: url("../images/invalidIcon-2x.png") !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: 30px 50px !important;
  border: none !important;
  border-radius: 0 !important;
}
.inmo.resp form fieldset ul > li.error input[type=text]:not(:focus),
.inmo.resp form fieldset ul > li.error input[type=tel]:not(:focus),
.inmo.resp form fieldset ul > li.error input[type=number]:not(:focus),
.inmo.resp form fieldset ul > li.error select:not(:focus) {
  background-color: #EEE !important;
  background-image: url("../images/invalidIcon-2x.png") !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: 30px 50px !important;
  border: none !important;
  border-radius: 0 !important;
}
.inmo.resp form fieldset ul > li.error label:before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.inmo.resp form fieldset ul > li.text-area label:before, .inmo.resp form fieldset ul > li.text-area label:after {
  display: none;
}
.inmo.resp form fieldset ul > li input[type=text],
.inmo.resp form fieldset ul > li input[type=tel],
.inmo.resp form fieldset ul > li input[type=number] {
  z-index: 10;
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  color: #585858;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 22px;
  font-weight: normal;
  line-height: 50px;
  min-height: 50px;
  padding: 0 30px 0 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.inmo.resp form fieldset ul > li input[type=text]:focus,
.inmo.resp form fieldset ul > li input[type=tel]:focus,
.inmo.resp form fieldset ul > li input[type=number]:focus {
  outline: none;
}
.inmo.resp form fieldset ul > li input[type=text]:focus,
.inmo.resp form fieldset ul > li input[type=tel]:focus,
.inmo.resp form fieldset ul > li input[type=number]:focus {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.inmo.resp form fieldset ul > li label {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 3px;
  margin: 0;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  color: #565656;
  text-align: left;
  font-size: 15px;
  line-height: normal;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inmo.resp form fieldset ul > li label strong {
  color: #46484E;
}
.inmo.resp form fieldset ul > li label span.fundLabel {
  margin-left: 3px;
  font-weight: bold;
}
.inmo.resp form fieldset ul > li label:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: #D5EBF3;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.inmo.resp form fieldset ul > li label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #C9D8DE;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.inmo.resp form fieldset ul > li h3 {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #46484E;
  background: none;
  display: inline-block;
  text-indent: 0;
  padding: 0;
  margin: 3px 0 0;
  line-height: normal;
  clear: left;
}
.inmo.resp form fieldset ul > li h3 strong {
  color: #46484E;
  font-weight: 500;
}
.inmo.resp form fieldset ul > li h3.optional:after {
  content: "(Optional)";
  color: #999;
  font-style: italic;
  padding-left: 4px;
}
.inmo.resp form fieldset ul > li.radios label, .inmo.resp form fieldset ul > li.radios h3, .inmo.resp form fieldset ul > li .mixed label, .inmo.resp form fieldset ul > li .mixed h3 {
  position: relative;
  bottom: auto;
}
.inmo.resp form fieldset ul > li.radios label:before, .inmo.resp form fieldset ul > li.radios label:after, .inmo.resp form fieldset ul > li.radios h3:before, .inmo.resp form fieldset ul > li.radios h3:after, .inmo.resp form fieldset ul > li .mixed label:before, .inmo.resp form fieldset ul > li .mixed label:after, .inmo.resp form fieldset ul > li .mixed h3:before, .inmo.resp form fieldset ul > li .mixed h3:after {
  display: none;
}
.inmo.resp form fieldset ul > li.radios.error, .inmo.resp form fieldset ul > li .mixed.error {
  display: block;
}
.inmo.resp form fieldset ul > li.radios {
  margin-bottom: 0;
}
.inmo.resp form fieldset ul > li.radios .help {
  display: none;
}
.inmo.resp form fieldset ul > li.radios h3 {
  padding: 0 0 10px;
}
.inmo.resp form fieldset ul > li.radios.error.taxStat .help {
  display: inline;
}
.inmo.resp form fieldset ul > li.radios.error > h3,
.inmo.resp form fieldset ul > li.radios.error legend h3 {
  display: block !important;
  color: inherit !important;
}
.inmo.resp form fieldset ul > li.radios.error > h3:after,
.inmo.resp form fieldset ul > li.radios.error legend h3:after {
  content: "This field is required";
  background: url("../images/invalidIcon.png") 0 2px no-repeat;
  color: red;
  padding-left: 15px;
  margin-left: 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.radios.error > h3:after,
.inmo.resp form fieldset ul > li.radios.error legend h3:after {
    display: block;
    margin-left: 0;
  }
}
.inmo.resp form fieldset ul > li.radios.error label {
  color: inherit !important;
}
.inmo.resp form fieldset ul > li.radios.error label strong {
  color: inherit !important;
}
.inmo.resp form fieldset ul > li.radios .radio {
  padding: 0 10px 20px 0;
  margin-bottom: 0;
}
.inmo.resp form fieldset ul > li.radios .radio li {
  position: relative;
  padding: 0 0 10px;
}
.inmo.resp form fieldset ul > li.radios .radio li input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
}
.inmo.resp form fieldset ul > li.radios .radio li input[type=radio]:checked + label:before {
  content: "•";
  color: #1F6373;
  font-size: 30px;
  text-align: center;
  line-height: 21px;
  background-color: #ACD8E6;
  border-color: #66A4B4;
}
.inmo.resp form fieldset ul > li.radios .radio li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  text-indent: 1px;
}
.inmo.resp form fieldset ul > li.radios .radio li label:before {
  content: "";
  top: -1px;
  display: inline-block;
  transform: inherit;
  -webkit-transform: inherit;
  transition: inherit;
  -webkit-transition: inherit;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #DFE4E6;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border: 2px solid #ccc;
  border-radius: 11px;
}
.inmo.resp form fieldset ul > li.radios.error label {
  color: #46484E !important;
}
.inmo.resp form fieldset ul > li.error label > span, .inmo.resp form fieldset ul > li.error h3 {
  display: none;
}
.inmo.resp form fieldset ul > li.asButtons {
  padding: 0;
  width: 100%;
}
.inmo.resp form fieldset ul > li.asButtons .radio {
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
}
.inmo.resp form fieldset ul > li.asButtons .radio li {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.asButtons .radio li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp form fieldset ul > li.asButtons .radio li {
    width: 236px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.asButtons .radio li {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.asButtons .radio li {
    width: 420px;
  }
}
.inmo.resp form fieldset ul > li.asButtons .radio li input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
}
.inmo.resp form fieldset ul > li.asButtons .radio li input[type=radio] + label {
  padding: 20px 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #ECF0F2;
  border: 2px solid #CFD5D8;
  line-height: normal;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: inset 0px 2px 2px -1px #fff;
  -moz-box-shadow: inset 0px 2px 2px -1px #fff;
  box-shadow: inset 0px 2px 2px -1px #fff;
}
.inmo.resp form fieldset ul > li.asButtons .radio li input[type=radio] + label:before {
  display: none;
}
.inmo.resp form fieldset ul > li.asButtons .radio li input[type=radio] + label:after {
  display: none;
}
.inmo.resp form fieldset ul > li.asButtons .radio li input[type=radio]:checked + label {
  background-color: #BFE4EF;
  border-color: #7BB4C2;
  -webkit-box-shadow: inset 0px 3px 0px -1px #AAD0DD;
  -moz-box-shadow: inset 0px 3px 0px -1px #AAD0DD;
  box-shadow: inset 0px 3px 0px -1px #AAD0DD;
  font-weight: bold;
}
.inmo.resp form fieldset ul > li.submit {
  position: absolute;
  bottom: -165px;
  text-align: center;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.submit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp form fieldset ul > li.submit {
    width: 236px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.submit {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp form fieldset ul > li.submit {
    width: 420px;
  }
}
.inmo.resp form fieldset ul > li.submit input[type=submit] {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 0;
  display: block;
  color: transparent;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #347786;
  padding: 20px 0;
  width: 100%;
  background: #82B6C3;
  color: #fff;
  font-size: 145%;
  line-height: 20px;
  -webkit-box-shadow: inset 0px 2px 2px -1px #CFE6EC;
  -moz-box-shadow: inset 0px 2px 2px -1px #CFE6EC;
  box-shadow: inset 0px 2px 2px -1px #CFE6EC;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
.inmo.resp form fieldset ul > li.submit + p {
  position: absolute;
  top: 0;
  left: 0;
}
.inmo.resp form fieldset ul dl.authorization {
  font-family: DroidSansRegular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.inmo.resp form fieldset ul dl.authorization:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.inmo.resp form fieldset ul dl.authorization .infoSection {
  width: 50%;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
  float: right;
}
.inmo.resp form fieldset ul dl.authorization .infoSection dt {
  display: block;
  font-weight: bold;
  margin-right: 10px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 80%;
  color: #46484E;
}
.inmo.resp form fieldset ul dl.authorization .infoSection dd {
  font-size: 160%;
  color: #46484E;
  display: block;
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
.inmo.resp form fieldset ul dl.authorization .infoSection:nth-child(even) {
  float: left;
}
.inmo.resp form fieldset ul .edit {
  clear: both;
}
.inmo.resp form fieldset ul .edit a {
  color: #68A6B5;
}
.inmo.resp form fieldset.error {
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp form {
    padding: 0 0 0 190px;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li input[type=radio] + label {
    font-size: 94%;
  }
  .inmo.resp form fieldset > ul li.submit input[type=submit] {
    font-size: 123%;
  }
  .inmo.resp form fieldset > ul dl.authorization .infoSection {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form {
    padding-left: 0;
  }
  .inmo.resp form fieldset {
    border: none;
    padding-left: 0;
  }
  .inmo.resp form fieldset h2 {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .inmo.resp form fieldset fieldset h2 {
    left: 0;
  }
  .inmo.resp form fieldset fieldset ul p {
    margin-left: 0;
  }
  .inmo.resp form fieldset .thanksTitle {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .inmo.resp form fieldset.authSection .authInfo {
    border: none;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .inmo.resp form fieldset.authSection .authInfo > .verifyHeader {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
  }
  .inmo.resp form fieldset.oowSection .oowQuestionGroup {
    border: none;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .inmo.resp form fieldset.oowSection .oowQuestionGroup > .oowQuestionSpan {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
  }
  .inmo.resp form fieldset ul .checkboxes {
    margin-left: 0;
  }
  .inmo.resp form fieldset ul .checkboxes label {
    padding-left: 40px;
    padding-top: 2px;
  }
  .inmo.resp form fieldset ul li.radios .radio li label {
    padding-left: 40px;
  }
  .inmo.resp form fieldset > ul .checkImage p {
    padding: 180px 15px 15px 15px;
  }
  .inmo.resp form fieldset > ul div.footerCopy {
    top: 200px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .inmo.resp form fieldset > ul div.footerCopy {
    top: 230px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 479px) {
  .inmo.resp form fieldset > ul div.footerCopy {
    top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset > ul li {
    width: 100%;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li {
    width: 205px;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li:first-of-type {
    margin-right: 10px;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li input[type=radio] + label {
    height: 100px;
    width: 210px;
    display: table-cell;
    vertical-align: middle;
  }
  .inmo.resp form fieldset > ul li.submit {
    bottom: -135px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp form fieldset > ul dl.authorization .infoSection {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp form {
    padding-left: 0;
  }
  .inmo.resp form fieldset {
    border: none;
    padding-left: 0;
  }
  .inmo.resp form fieldset.authSection .authInfo {
    border: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .inmo.resp form fieldset.authSection .authInfo > .verifyHeader {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
  }
  .inmo.resp form fieldset.oowSection .oowQuestionGroup {
    border: none;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .inmo.resp form fieldset.oowSection .oowQuestionGroup > .oowQuestionSpan {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
  }
  .inmo.resp form fieldset > ul li {
    width: 100%;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li {
    width: 145px;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li:first-of-type {
    margin-right: 8px;
  }
  .inmo.resp form fieldset > ul li.asButtons .radio li input[type=radio] + label {
    height: 85px;
    width: 145px;
    display: table-cell;
    vertical-align: middle;
  }
  .inmo.resp form fieldset > ul li.submit {
    bottom: -135px;
  }
  .inmo.resp form fieldset > ul dl.authorization .infoSection {
    width: 100%;
  }
}
.inmo.resp #footerWrap {
  background-color: #DFE4E6;
  height: 150px;
  position: relative;
  z-index: -1;
}
.inmo.resp #footerWrap.withCopy {
  height: 330px;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #footerWrap.withCopy {
    height: 425px;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #footerWrap.withCopy {
    height: 465px;
  }
}
.inmo.resp #footerWrap button {
  display: none;
}
.inmo.resp #footerWrap #footer {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  clear: both;
  margin: 0 auto;
  float: none;
  display: block;
  position: relative;
  color: #E2E7ED;
  font-size: 12px;
  padding-bottom: 15px;
  font-family: tahoma, arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .inmo.resp #footerWrap #footer {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp #footerWrap #footer {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp #footerWrap #footer {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp #footerWrap #footer {
    width: 420px;
  }
}
.inmo.resp #footerWrap #footer a {
  color: #E2E7ED;
  text-decoration: underline;
}
.inmo.resp #footerWrap #footer a:hover {
  color: #FFF;
}
.inmo.resp #footerWrap #footer ul {
  width: 200px;
  position: relative;
  left: 57%;
  padding-top: 25px;
  margin-bottom: 20px;
  display: none;
}
.inmo.resp #footerWrap #footer li {
  float: left;
  margin-right: 13px;
  clear: none;
  font-size: 12px;
}
.inmo.resp #footerWrap #footer p {
  font-size: 12px;
  clear: both;
  margin-left: 57%;
  padding: 0;
  margin-bottom: -3px;
  text-align: left;
  line-height: 20px;
}
.inmo.resp #footerWrap #footer #firstROI {
  position: absolute;
  top: 15px;
  right: -15px;
  height: 29px;
  width: 103px;
}
.inmo.resp #footerWrap #footer .logos {
  display: block;
  text-align: right;
  padding: 50px 45px 0 0;
}
.inmo.resp #footerWrap #footer .logos > * {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  font-size: 0 !important;
  color: transparent !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.inmo.resp #footerWrap #footer .logos > * ~ * {
  margin-left: 20px;
}
.inmo.resp #footerWrap #footer .logos .fdic {
  width: 81px;
}
.inmo.resp #footerWrap #footer .logos .fdic svg {
  width: 83px;
}
.inmo.resp #footerWrap #footer .logos .asi {
  width: 212px;
  height: 45px;
  background-image: url("../../images/logo-asi.png");
  vertical-align: bottom;
}
.inmo.resp #footerWrap #footer .logos .ncua {
  width: 108px;
  position: relative;
}
.inmo.resp #footerWrap #footer .logos .ncua:hover:before {
  width: 300%;
  height: 300%;
  z-index: 1;
}
.inmo.resp #footerWrap #footer .logos .ncua svg {
  width: 108px;
}
.inmo.resp #footerWrap #footer .logos .ncua svg text {
  font-size: 1rem;
}
.inmo.resp #footerWrap #footer .logos .eh {
  width: 50px;
}
.inmo.resp #footerWrap #footer .logos .eh svg {
  width: 50px;
}
.inmo.resp #footerWrap #footer .logos .eho {
  width: 55px;
  background-image: url("../../images/logo-eho.png");
}
.inmo.resp #footerWrap #footer .logos .eho svg {
  width: 50px;
}
.inmo.resp #footerWrap #footer .logos svg {
  height: 50px;
}
@media only screen and (max-width: 959px) {
  .inmo.resp #footerWrap #footer #firstROI {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp #footerWrap #footer {
    margin: 0 auto;
  }
  .inmo.resp #footerWrap #footer #firstROI {
    left: 0;
  }
  .inmo.resp #footerWrap #footer .logos .ncua:hover:before {
    width: 250%;
    height: 250%;
  }
  .inmo.resp #footerWrap #footer .logos .asi {
    width: 169px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp #footerWrap {
    height: 190px;
  }
  .inmo.resp #footerWrap #footer {
    margin: 0 auto;
  }
  .inmo.resp #footerWrap #footer #firstROI {
    left: 0;
  }
  .inmo.resp #footerWrap #footer .logos {
    text-align: center;
    padding: 125px 0 30px 0;
  }
  .inmo.resp #footerWrap #footer .logos .ncua:hover:before {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .inmo.resp #footerWrap {
    height: 190px;
  }
  .inmo.resp #footerWrap #footer {
    margin: 0 auto;
  }
  .inmo.resp #footerWrap #footer #firstROI {
    left: 0;
  }
  .inmo.resp #footerWrap #footer .logos .asi {
    position: relative;
    left: 10px;
  }
}
.inmo.resp .contentHeader {
  background: #6E87A6;
  padding: 10px;
  text-align: center;
}
.inmo.resp p {
  clear: both;
  float: none;
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 10px;
}
.inmo.resp a {
  color: #0000EE;
  text-decoration: underline;
}
.inmo.resp a:hover {
  color: #FF0000;
}
.inmo.resp #intro {
  margin-bottom: 40px;
}
.inmo.resp #intro h2 {
  color: #333;
  background: none;
  padding: 0;
  text-indent: 0;
  border: none;
}
.inmo.resp #intro h2:before {
  content: none;
}
.inmo.resp #intro p {
  padding: 0 0 21px;
}
.inmo.resp #intro ul {
  margin: 4px 0 30px 20px;
  width: 90%;
}
.inmo.resp #intro ul li {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none outside;
  position: relative;
}
.inmo.resp #intro ul li:before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: text-bottom;
  color: #ccc;
  font-size: 16px;
  vertical-align: middle;
  position: absolute;
  left: -15px;
}
.inmo.resp input[type=text],
.inmo.resp input[type=tel],
.inmo.resp input[type=number],
.inmo.resp select,
.inmo.resp textarea,
.inmo.resp #recaptcha_response_field {
  width: 100%;
  border: 3px solid #EEE;
  padding: 7px 4px 7px 13px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #585858;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  min-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inmo.resp input[type=text],
.inmo.resp input[type=tel],
.inmo.resp input[type=number],
.inmo.resp select,
.inmo.resp textarea,
.inmo.resp #recaptcha_response_field {
    width: 100%;
  }
}
.inmo.resp input[type=text].dollars,
.inmo.resp input[type=tel].dollars,
.inmo.resp input[type=number].dollars,
.inmo.resp select.dollars,
.inmo.resp textarea.dollars,
.inmo.resp #recaptcha_response_field.dollars {
  width: 270px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .inmo.resp input[type=text].dollars,
.inmo.resp input[type=tel].dollars,
.inmo.resp input[type=number].dollars,
.inmo.resp select.dollars,
.inmo.resp textarea.dollars,
.inmo.resp #recaptcha_response_field.dollars {
    width: 80%;
  }
}
.inmo.resp .cents {
  display: none !important;
  position: absolute;
  top: 34px;
  right: -29px;
  padding: 0;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .inmo.resp .cents {
    font-size: 105%;
  }
}
.inmo.resp select {
  margin-top: 0;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #eee;
  background-image: url("../images/selectIcon.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30px 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.inmo.resp select + label:before, .inmo.resp select + label:after {
  display: none;
}
.inmo.resp input[type=checkbox],
.inmo.resp input[type=radio] {
  display: inline;
  float: left;
  margin: 0;
}
.inmo.resp fieldset.date,
.inmo.resp fieldset.ssn,
.inmo.resp fieldset.phone {
  width: 100%;
  max-width: 311px;
  white-space: nowrap;
  float: left;
}
@media only screen and (max-width: 767px) {
  .inmo.resp fieldset.date,
.inmo.resp fieldset.ssn,
.inmo.resp fieldset.phone {
    max-width: 95%;
  }
}
.inmo.resp fieldset.date select,
.inmo.resp fieldset.date input,
.inmo.resp fieldset.ssn select,
.inmo.resp fieldset.ssn input,
.inmo.resp fieldset.phone select,
.inmo.resp fieldset.phone input {
  display: inline-block;
  width: 33%;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inmo.resp .radio li,
.inmo.resp .radioNarrow li,
.inmo.resp .radioWide li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0 5px;
}
.inmo.resp .radio li:after,
.inmo.resp .radioNarrow li:after,
.inmo.resp .radioWide li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.inmo.resp .radio li label,
.inmo.resp .radioNarrow li label,
.inmo.resp .radioWide li label {
  width: 92%;
}
.inmo.resp .radio li label:before,
.inmo.resp .radioNarrow li label:before,
.inmo.resp .radioWide li label:before {
  display: none;
}
.inmo.resp .radio li label:after,
.inmo.resp .radioNarrow li label:after,
.inmo.resp .radioWide li label:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inmo.resp label.dollarAmount + input {
    width: 65%;
  }
}
.inmo.resp .mixed {
  display: inline-block;
  float: left;
  clear: both;
}
.inmo.resp .mixed > *,
.inmo.resp .mixed > div > * {
  display: inline-block !important;
  float: left;
}
.inmo.resp .mixed input[type=text],
.inmo.resp .mixed input[type=tel],
.inmo.resp .mixed input[type=number],
.inmo.resp .mixed select {
  width: 50px;
  clear: none;
  float: left;
}
.inmo.resp .mixed label {
  padding: 0 5px;
  float: left;
  width: 10%;
}
.inmo.resp ul {
  margin: 4px 0 5px;
  padding: 0;
  font-size: 100%;
  width: 100%;
}
.inmo.resp ul.disclosures li {
  margin: 0 0 10px;
}
.inmo.resp ul li {
  clear: both;
  float: none;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
}
.inmo.resp ul li.duration h3 {
  display: block;
}
.inmo.resp ul li ul {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
  margin-left: 0;
  display: inline-block;
  float: left;
  margin: 5px 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .inmo.resp ul li ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inmo.resp ul li ul {
    width: 492px;
  }
}
@media only screen and (max-width: 767px) {
  .inmo.resp ul li ul {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inmo.resp ul li ul {
    width: 420px;
  }
}
.inmo.resp ul li ul.radio, .inmo.resp ul li ul.radioNarrow, .inmo.resp ul li ul.radioWide {
  width: 100%;
}
.inmo.resp .captcha input {
  display: inline;
}
.inmo.resp .help {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 0 -3px;
  padding: 0;
}
.inmo.resp .help span:before {
  font-size: 24px;
  vertical-align: middle;
  text-indent: -30px;
}
.inmo.resp .help span span {
  margin-left: 0;
}
.inmo.resp .help span.default {
  display: block;
  margin-left: 7px;
}
.inmo.resp .help span.error {
  color: red;
  display: none;
}
.inmo.resp .help span.success {
  display: none;
  color: green;
}
.inmo.resp li.error label, .inmo.resp li.error label strong, .inmo.resp li.error h3, .inmo.resp div.error label, .inmo.resp div.error label strong, .inmo.resp div.error h3 {
  color: red;
}
.inmo.resp li.error input, .inmo.resp li.error textarea, .inmo.resp div.error input, .inmo.resp div.error textarea {
  border: 1px solid red !important;
  background: rgba(255, 0, 0, 0.15) !important;
}
.inmo.resp li.error .help span.error, .inmo.resp div.error .help span.error {
  display: block;
}
.inmo.resp li.error .help span.success, .inmo.resp li.error .help span.default, .inmo.resp div.error .help span.success, .inmo.resp div.error .help span.default {
  display: none;
}
.inmo.resp li.success .help span.error, .inmo.resp li.success .help span.default {
  display: none;
}
.inmo.resp li.success select {
  background-image: url("../images/validIcon-2x.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30px 50px;
  -webkit-appearance: none;
  padding-right: 30px;
}
.inmo.resp fieldset fieldset {
  margin: 0;
}
.inmo.resp span.creditCardSecurity.withAmex {
  clear: both;
  position: relative;
  top: 10px;
  padding-bottom: 15px;
}

.inmo.resp .nextItems ol {
  margin-left: 35px;
  margin-bottom: 15px;
}
.inmo.resp .nextItems ol li {
  list-style: decimal outside;
  color: #266979;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  margin: 15px 0 0;
}
.inmo.resp .nextItems ol li ul {
  margin-left: 25px;
}
.inmo.resp .nextItems ol li ul li {
  list-style: square;
  display: list-item;
}
.inmo.resp .nextItems ol li span {
  font-weight: normal;
  font-size: 14px;
}

.clear {
  clear: both;
}

.print-button-container {
  text-align: right;
}
.print-button-container a.print-button {
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #68A6B5;
  padding: 4px 20px;
  border-radius: 5px;
}

a.bv-froi-fund-fundInfo-authorizedebit {
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}

#popup_container {
  min-width: 300px;
  max-width: 600px;
  background: #FFF;
  border: solid 5px #999;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#popup_title {
  border-bottom: 1px solid #999;
  color: #666666;
  cursor: default;
  font-size: 138.5%;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}

#popup_content {
  background-color: transparent;
  background-position: 16px 16px;
  background-repeat: no-repeat;
  padding: 10px 18px;
  margin: 0;
}

#popup_message {
  padding-left: 48px;
}

#popup_panel {
  text-align: center;
  margin: 1em 0 0 1em;
}

#popup_prompt {
  margin: 0.5em 0;
}

.acct-verification {
  font-weight: 600 !important;
  color: #46484E;
  margin: 0 0 0 10px;
}

label.checking-radio-input {
  font-size: 20px;
  font-weight: bold;
}
label.checking-radio-input:before {
  content: "yes";
  display: inline-block;
}

@supports (-ms-ime-align: auto) {
  .pdfCapabilityEmbed object {
    height: 140px;
  }
}
