/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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



body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

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

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-bottom:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/** Main Styles **/

.show-mobile {
  display: none;
}

body {
  background-color: #d2d2d2;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;

}
.col {
  display: block;
  float: left;
}
h1 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
}

h2 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-family: 'Open Sans', Helvetica, sans-serif;
}
p {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
a, li {
  font-family: 'Open Sans', Helvetica, sans-serif;
}
#header {
  width: 100%;
  height: 128px;
  background-color: #fff;
}
.logo {
  float: left;
  width: 30%;
  margin: 28px 0px;
}
.nav {
  width: 65%;
  margin: 53px 0px;
  float: right;
  text-align: right;
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
.nav ul.v2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: -85px;
}
.nav li {
  float: left;
  border-right: solid 1px #d8d8d8;
  padding: 5px 15px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 700;
  color: #005288;
}
.nav li a:link, .nav li a:visited {
  text-decoration:none;
  color: #005288;
}
.nav li.phoneNumber {
  font-weight: 400;
  padding: 0 0 0 15px;
  border: none;
}
.nav li.phoneNumber div {
  display: block;
  width: auto;
  float: left;
}
.nav li.phoneNumber div.introTxt {
  height: 24px;
  padding: 5px 10px 5px 0;
}
.nav li.phoneNumber div.number {
  height: 24px;
  padding: 5px 0 5px 10px;
}
a.button1 {
  display: block;
  padding: 15px;
  width: 273px;
  background-color: #5d9732;
  text-align: center;
  border-radius: 10px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  margin-top: 25px;
}
a.button2 {
  display: block;
  padding: 15px;
  width: 273px;
  border: solid 1px #fff;
  text-align: center;
  border-radius: 10px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  margin-top: 25px;
}
a.button3 {
  display: block;
  padding: 15px;
  width: 273px;
  background-color: #5d9732;
  text-align: center;
  border-radius: 10px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
}
a.button4 {
  display: block;
  padding: 15px;
  width: 273px;
  background-color: #5d9732;
  text-align: center;
  border-radius: 10px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  margin-top: 25px;
}
#hero {
  width: 100%;
  height: 400px;
  background: #eaf1f5 url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/21d734d0-075f-46c8-8be4-7680ecc8e968.jpg') no-repeat center bottom;
}
#hero .col.left {
  width: 50%;
  margin:0 2% 0 0;
}
#hero .col.right {
  width: 48%;
}
#hero h1 {
  font-size: 46px;
  line-height: 54px;
  color: #005288;
  margin-top: 45px;
}
#hero p {
  font-size: 20px;
  line-height: 28px;
  color: #005288;
  margin-top: 10px;
  margin-bottom: 1em;
}
hero ul li {
  color: #005288
  display: inline-block;
  margin-bottom: 16px;
}
#hero ul{
  text-align: left !important;
  margin: 0 auto;
  max-width: 490px;
  margin-top: 1em
  color: #005288;
}
#hero a {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #5d9732;
  margin-top: 10px;
  text-decoration: none;
}
#hero #img_video {
  margin-top: 45px;
}
#hero img {
  height:400px;
  margin-left:0px;
}
#content1 {
  width: 100%;
  background-color: #fff;
}
#content1 h1 {
  color: #005288;
  border-bottom: solid 2px #ededed;
  padding-top: 60px;
  margin-left: 35px;
  padding-bottom: 15px;
}
#content1 h1.v3 {
  color: #005288;
  padding-top: 60px;
  margin-left: 35px;
  padding-bottom: 15px;
  border-bottom: none;
}
#content1 .col {
  max-width: 26%;
  padding: 50px 35px 75px;
}
#content1 .col.v2 {
  max-width: 40%;
  padding: 50px 35px 75px;
}
#content1 .col.v3 {
  max-width: 18%;
  padding: 50px 35px 75px;
}
#content1 img {
  display: block;
}
#content1 .col.v3 img{
  display: inline-block;
}
#content1 h2 {
  color: #005288;
  margin-top: 30px;
}
#content1 p {
  color: #005288;
  margin-top: 15px;
}
#content1 .col.v3 p {
  text-align:center;
  padding-left: 10px;
  display: inline-block;
  margin-right: -50px;
  margin-left: 20px;
}
#content2 {
  width: 100%;
  background-color: #eaf1f5;
  padding: 20px 0 20px;;
}
#content2 .col p:last-of-type{
  padding-bottom:0px;
}
#content2 .col.left {
  width: 366px;
}
#content2 .col.right {
  width: 611px;
  padding-right: 123px;
}
#content2 h1 {
  color: #005288;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-left: 366px;
}
#content2 h2 {
  color: #005288;
}
#content2 p {
  color: #000000;
  margin-top: 10px;
}
#content2 ol li {
  counter-increment: step-counter;
  margin-top: 10px;
  margin-left: 20px;
  color: #000000;
  font-weight: 600;
}
#content2 ul {
  margin-top: 10px;
}
#content2 ul li {
  margin-top: 10px;
  margin-left: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 150%;
}
#content2 img {
  display: block;
  margin: auto auto;
  width: 80%;
}
#content3 {
  width: 100%;
  background-color: #f4f7f9;
  padding: 20px 0 20px;
}
#content3 .col.left {
  width: 632px;
  padding-left: 68px;
  padding-right: 34px;
}
#content3 .col.left p:last-of-type{
  padding-bottom:0px;
}
#content3 .col.right {
  width: 366px;
}
#content3 h2 {
  color: #005288;
  margin-bottom: 0px;
/*  margin-top:50px;*/
}
#content3 h2{
  
}
#content3 img {
  display: block;
  margin: auto auto;
  width: 90%;
}
#content3 p {
  color: #000000;
  margin-top: 10px;
}
#content3 ol {
  margin-left: 0px;
  margin-top: 15px;
  padding-right: 0;
  padding-left: 10px;
}
#content3 ol li {
  counter-increment: step-counter;
  margin-top: 10px;
  margin-left: 20px;
  color: #000000;
  font-weight: normal;
  line-height: 24px;
}
#content3 ul {
  margin-top: 10px;
}
#content3 ul li {
  margin-top: 10px;
  margin-left: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 150%;
}
#content3 h3 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #005288;
  margin-top: 25px;
  margin-bottom: 30px;
}
#content3 a.textLink {
  display: block;
  color: #5d9732;
  text-decoration: none;
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
}
#content4, #content5  {
  width: 100%;
  background-color: #0098dd;
  padding: 40px 0;
}
#content4 {
  background: #0098dd url("http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/1355187a-92e8-49ab-a5ed-2844e4c6876c.jpg") no-repeat center top;
}
#content4.alt {
  background: #6a6869 url("../img/content4-darkgray.jpg") no-repeat center top;
}
#content4.alt p{
/*  color: #005288;*/
}
#content5 {
  background: #0098dd url("http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/3e7fd756-ca49-449b-8531-45748bbbf367.jpg") no-repeat center top;
}
#content4 h2, #content5 h2, #content4 h3, #content4 ul, #content4 p, #content5 p {
  color: #FFFFFF;
}
#content4 h2 {
  max-width: 550px;
}
#content4 ol li {
  line-height: 150%;
  margin-left: 14px;
}
#content4 ul li {
  line-height: 150%;
  margin-left: 14px;
}
#content4 p, #content5 p {
  padding-top: 0px;
}
#content4 p {
  max-width: 530px;
}
#content4 .col.left {
  width: 550px;
  padding-left: 92px;
  padding-right: 34px;
}
#content5 .col.right {
  margin-left: 366px;
  width: 611px;
  padding-right: 123px;
}
#content5 a.textLink {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
}
#content6 {
  width: 100%;
  background-color: #005288;
  padding: 50px 0 100px;
}
#content6 .col {
  margin: 0 100px 50px;
  max-width: 960px;
}
#content6 .col.left {
  width: 480px;
  min-height: 474px;
  background-color: #fff;
  margin-right: 60px;
}
#content6 .col.right {
  width: 480px;
  background-color: #fff;
  margin-left: 60px;
  min-height: 474px;
}
#content6 h1 {
  color: #fff;
  padding-bottom: 15px;
  border-bottom: solid 2px #fff;
  margin-bottom: 45px;
}
#content6 table {
  width: 900px;
  margin: 0 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#content6 table td {
  height: 40px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
  vertical-align: middle;
}
#content6 table td.left {
  color: #5d5d5d;
}
#content6 table td.right {
  color: #005288;
}
#content6 table tr.odd {
  background-color: #d7eefd;
}
#content6 h2 {
  color: #005288;
  margin: 35px 25px 0;
}
#content6 p {
  font-size: 18px;
  line-height: 22px;
  padding-top: 0;
  color: #ffffff;
  padding-left: 28px;
}
#content6 .right h2 {
  margin-top: 15px;
}
#content6 .button1 {
  width: 400px;
  margin: 25px 25px 0;
}
#content6 p.link {
  color: #005288;
  text-align: center;
}
#content6 p a {
  color: #0098dd;
  font-weight: 700;
}
#content7 {
  width: 100%;
  height: 112px;
  background-color: #0098dd;
  text-align: center;
}
#content7 .col.right {
  padding: 0px 0;
  text-align: center;
  margin-left: 143px;
  width: 579px;
}
#content7 img.phoneBtm {
  display: block;
  position: relative;
  top: -16px;
  left: 70px;
}
#content7 p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
#content7 p.phoneNumber {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  padding-top: 10px;
}
#content7 p.phoneNumber a:link, #content7 p.phoneNumber a:visited {
  text-decoration:none;
  color: #fff;
}
#content7.v2 .col.right {
  padding: 0px 0;
  text-align: center;
  margin-left: 122px;
}
#content8 .wrapper {
  text-align: center;
}
#content8 {
  padding: 18px 0;
  background-color: #fff;

}
#content8 .ctaIntro {
  display: inline-block;
  padding-right:25px;
  margin-left: -145px;
}
#content8 .cta {
  display: inline-block;
}
#content8 p {
  color: #6d6d6d;
  font-size: 22px;
  weight: 600;
  text-align: center;
  margin: 0 auto;
}
#content8 .button1 {
  display: inline-block;
  margin-top: 0;
  padding: 15px 50px;
  white-space: nowrap;
}
#content8 .button4 {
  display: inline-block;
  margin-top: 0;
  padding: 15px 65px 15px 40px;
  white-space: nowrap;
  margin-left: -15px;
}
#content9  {
  width: 100%;
  background-color: #9a0000;
  padding: 40px 0;
}
#content9 {
  background: #9a0000 url("http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/1355187a-92e8-49ab-a5ed-2844e4c6876c.jpg") no-repeat center top;
}
#content9 h2, #content9 h3, #content9 ul, #content9 p {
  color: #FFFFFF;
}
#content9 .ol.li {
  line-height: 150%;
}
#content9 p, p {
  padding-top: 20px;
}
#content9 .col.left {
  width: 632px;
  padding-left: 66px;
  padding-right: 34px;
}
#content10 {
  width: 100%;
  background-color: #f4f7f9;
  padding: 0px 0 0px;
}
#content10 img {
  width: 100%;
  margin-top: -12px;
}
#footer {
  width: 100%;
  background-color: #d2d2d2;
  padding: 40px 0;
}
#footer .icons {
  width: 409px;
  margin: 0 auto;
}
#footer .legal {
  text-align: center;
  margin-top: 25px;
}
#footer .legal p {
  color: #565656;
  font-size: 16px;
  line-height: 24px;
}
#footer img {
  display: inline-block;
  margin: 0 20px;
}

/** Mobile Styles **/
@media only screen and (max-width: 1024px) {
  /* place this class on any element that should be hidden on tablets  */
  .hide-tablet {
      display: none;
  }
li.link, .nav li.phoneNumber div.introTxt {
   
  }
  .wrapper, #content1 .col, #content1 .col.v2, #content1 .col.v3, #hero .col.left, #content2 .col.left, #content2 .col.right, #content3 .col.left, #content3 .col.right, #content4 .col.left, #content5 .col.right, #content7 .col.left, #content7 .col.right, #content8 .wrapper, #content9 .col.left{
    width: 100% ;
    max-width: 100% ;
    padding: 0px ;
    margin: 0px ;
    float: none ;
  }
  #header {
    background-color: #eaf1f5 ;
    height: 100px;
  }
  .nav {
    margin-top: 25px;
    width: 360px;
    padding:0 20px 0 0;
    text-align: right;
  }
  .nav ul {
    float:right;
    margin-left:-30px;
  }
  .nav ul.v2 {
    float:right;
  }
  .nav ul.v2 li.phoneNumber {
    float:right;
  }
  .nav .link {
   padding-left:64px; 
  }
  .nav .removeborder {
    border-right:none;
 padding-right:0;
 padding-left:0;
 float:right;
  }
  .nav phoneNumber
  {
    display: inline-block;
  }
  .logo {
    margin-left: 35px;
    margin-top: 29px;
  }
  .logo img {
    width: 86px ;
    height: auto;
  }
  #hero {
    height: auto ;
    padding: 20px 0 0px;
    background:#f1f6f8;
  }
  #hero .col.right {
    width:100%;
  }
  #hero .col.left {
    text-align:center;
    width:90%;
    margin:0 auto;
  }
  #hero h1 {
    font-size: 40px;
    line-height: 46px;
  }
  #hero p {
 text-align: left;
    margin: 10px 35px 0 64px;
  }
  #hero a {
    margin: 10px 35px 0 ;
    font-size: 18px;
  }
  #hero #img_video {
    margin: 30px auto 0 auto ;
    display:block;
    width:534px !important;
  }
  #hero ul{
    padding: 1em 2em;
  }
  #hero ul.no-bullet {
    margin-left: 40px !important;
  }
  #content1 {
    padding-bottom: 30px;
  }
  #content1 .col { 
    float:left;
    width: 33%;
  }
  #content1 .col.v2 {
    float:left;
    width: 49%;
  }
  #content1 .col.v3 {
    float:left;
    width: 25%;
  }
  #content1 h1 {
    margin: 0 35px;
    font-size: 32px;
    line-height: 36px;
  }
  #content1 img {
    display: block;
    margin: 30px auto 0 ;
    width: 174px ;
    height: auto;
  }
  #content1 h2 {
    margin: 20px 35px ;
    font-size: 24px;
    line-height: 26px;
  }
  #content1 p {
    margin: 0 35px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 20px;
  }
  #content1 .col.v3 p {
    text-align:center;
    padding-left: 0;
    width: 100%;
    margin: 0;
  }
  #content1 .col.v3 img {
    display: block;
    margin: 0;
    width: 100%;
 height: auto;
  }
  #content2 .col.left {
 width:40%;
 float:left;
  }

  #content2 .col.right {
    width:60%;
    float:left;
  }
  #content2 h1 {
    margin: 0 35px;
    font-size: 32px;
    line-height: 36px;
    margin-left: 44%;
  }
  #content2 img {
    display: block;
    margin: 40px auto 0;
    width: 80%;
    height: auto;
  }
  #content2 h2 {
    margin: 50px 35px 0;
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px; 
  }
  #content2 ul {
    margin-left: 40px;
    padding-top: 15px;
  }
  #content2 p {
    margin: 0 35px;
  }
  #content2 .button1 {
    width: 75%;
    margin: 25px auto 0 auto;
  }
  #content3 {
    padding: 20px 0 0px;
  }
  #content3 .col.left {
   width:60%;
   float:left;
  }

  #content3 .col.right {
    width:40%;
    float:left;
  }
  #content3 h2 {
    margin: 0 33px 0;
    font-size: 24px;
    line-height: 28px;
    
  }
  #content3 p {
    margin: 0 35px;
    font-size: 15px;
    line-height: 20px;
  }
  
  #content3 a.textLink {
    margin: 0 35px;
  }
  #content3 h3 {
    margin: 25px 35px 0;
    font-size: 15px;
    line-height: 18px;
    
  }
  #content3 ol {
 padding-left: 40px;
  }
  #content3 ol li{
    margin-left: 50px;
    margin-right: 35px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  
  #content3 ol li::before {
    margin-left: 0px;
  }
  #content3 ul {
    margin-left: 40px;
    padding-top: 15px;
  }
  #content3 img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height:auto;
  }
  #content4 h2, #content5 h2 {
    margin: 0 35px;
    font-size: 24px;
    line-height: 28px;
  }
  #content4 h2 {
    max-width: 100%;
    margin:0 auto;
    font-size: 22px;
    line-height: 30px;
    margin: 10px 35px;
  }
  #content4 p {
    max-width: 100%;
    margin:0 auto;
    display: inline-block;
  }
  #content4 p, #content5 p {
    margin: 0 35px;
    font-size: 16px;
    line-height: 24px;
  }
  #content4, #content5 {
    background: #0098dd;
    padding-bottom: 40px;
  }
  
  #content5 {
    background: #0098dd;
    padding-top: 0px;
  }
  #content4.alt {
    background: #6a6869;
  }
  #content4 .button2 {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  #content4 h3{
    margin-left: 32px;
  }
  #content4 ul {
    margin: 0 52px;
    line-height: 150%;
  }
  #content4 ol {
    line-height: 150%;
    margin-left: 35px;
    margin-right: 35px
  }
  #content5 a.textLink {
    margin: 10px 35px 0;
  }
  #content6 {
    padding: 60px 0 100px 0;
  }
  #content6 .col{
    margin: 0 70px 50px;
  }
  #content6 h1 {
    margin: 0 35px 25px;
    font-size: 28px;
    line-height: 32px;
  }
  #content6 .col.left, #content6 .col.right {
    width: auto;
    margin: 0 15px;
    float: none;
    height: auto;
    min-height:auto;
    padding:0 0 25px 0;
  }
  #content6 .col.left h2 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 26px;
  }
  #content6 p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  #content6 table {
    width: 85%;
    margin: 0 auto;
  }
  #content6 img {
    width: 100%;
    height: auto;
  }
  #content6 .button1 {
    width: 80%;
    margin:25px auto 0 auto;
  }
  #content7 {
    height: auto ;
    margin: 0;
  }
  #content7 img.phoneBtm {
    margin: auto;
    left: 0;
  }
  #content7 p {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    margin: 0 35px;
  }
  #content7 p.phoneNumber {
    font-size: 28px;
    line-height: 46px;
    padding-bottom: 20px;
    margin: 0 35px;
  }
  #content7.v2 .col.right {
 margin-left: 0;
  }
  #content8 {
    margin: 0;
  }
  #content8 p {
    font-weight: 600;
  }
  #content8 .ctaIntro {
    display: block;
    padding-right: 0px;
    margin: 0 auto;
  }
  #content8 .cta {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  #content8 .cta.v2 {
    display: block;
    margin: 0 auto;
  }
  #content8 a.button1 {
    display: block;
    width: 80%;
    margin: 20px auto;
    font-weight: 700;
    font-size: 26px;
    left: 0px;
  }
    #content8 a.button4 {
    display: block;
    font-weight: 700;
    font-size: 100%;
    max-width: 80%;
    width: 80%;
    padding: 15px 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    left:0px;
  }
  #content8 a.button3 {
    display: block;
    width: 80%;
    margin: 20px auto;
    font-weight: 700;
    font-size: 20px;
    left: 0px;
  }
  #content8.v2 .cta .button1 {
    left:0;
  }
  #content9 h2 {
    margin: 0 35px;
    font-size: 24px;
    line-height: 28px;
    padding-top:35px;
  }
  #content9 p {
    margin: 0 35px;
    font-size: 15px;
    line-height: 20px;
  }
  #content9 {
    background: #9a0000;
    padding-bottom: 60px;
  }
  #content9 .button2 {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .icons {
    width: 275px ;
    margin: 0 auto ;
  }
  #footer .icons img {
    margin: 0 12px ;
  }
  #footer img.fdic {
    width: 66px;
    height: auto;
  }
  #footer img.ehl {
    width: 56px;
    hight: auto;
  }
  #footer img.bbb {
    width: 57px;
    height: auto;
  }
  #footer p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 35px;
}

}

@media only screen and (max-width: 600px){
   /* place this class on any element that should be hidden on phones  */
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }

  img.appraise {
    margin-top: -10px !important;
  }
  li.link, .nav li.phoneNumber div.introTxt {
    display: none;
  }
  .wrapper, #content1 .col, #content1 .col.v2, #content1 .col.v3, #hero .col.left, #content2 .col.left, #content2 .col.right, #content3 .col.left, #content3 .col.right, #content4 .col.left, #content5 .col.right, #content7 .col.left, #content7 .col.right, #content8 .wrapper, #content9 col.left {
    width: 100% ;
    max-width: 100% ;
    padding: 0px ;
    margin: 0px ;
    float: none ;
  }
  #header {
    background-color: #eaf1f5 ;
    height: 100px;
  }
  .nav {
    margin-top: 43px;
    width: 51%;
    padding:0 20px 0 0;
    text-align: right;
    height: auto;
  }
  .nav ul {
    float:right;
  }
  .nav phoneNumber
  {
    display: inline-block;
  }
  .logo {
    margin-left: 35px;
    margin-top: 29px;
  }
  .logo img {
    width: 84px ;
    height: auto;
  }
  #hero {
    height: auto ;
    padding: 20px 0 0;
  }
  #hero .col.left {
    text-align:left;
  }
  #hero .col.right {
    width:100%;
  }
  #hero #img_video {
     width:85% !important;
     height:auto !important;
     height: 0;
     position: relative;
     padding-bottom: 56.25%;
  }
  #hero #img_video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  }
  #hero h1 {
    margin: 35px ;
    font-size: 28px;
    line-height: 30px;
  }
  #hero p {
    margin: 10px 35px 0 ;
    font-size: 18px;
  }
  #hero a {
    margin: 10px 35px 0;
  }
  #hero img {
    width: 100%;
  }
  #hero ul {
    margin-left: 60px;
  }
  #content1 {
    padding-bottom: 30px;
  }
  #content1 h1 {
    margin: 0 35px;
    font-size: 32px;
    line-height: 36px;
  }
  #content1 img {
    display: block;
    margin: 30px auto 0 ;
    width: 174px ;
    height: auto;
  }
  #content1 .col.v3 img {
    display: block;
    margin: 30px auto 0 ;
    width: 174px ;
    height: auto;
  }
  #content1 h2 {
    margin: 20px 35px ;
    font-size: 24px;
    line-height: 26px;
  }
  #content1 p {
    margin: 0 35px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 20px;
  }
  #content1 col.v3 p {
    width: 174px;
  }
  #content2 h1 {
    margin: 0 35px;
    font-size: 32px;
    line-height: 36px;
  }
  #content2 img {
    display: block;
    margin: 20px auto 0;
  }
  #content2 h2 {
    margin: 0 33px;
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
  }
  #content2 p {
    margin: 0 35px;
/*    margin-bottom: 25px;*/
    margin-top: 25px;
    color: #000000;
  }
  #content2 .button1 {
    width: 75%;
    margin: 25px auto 0 auto;
  }
  #content2 ol li{
    margin-left: 50px;
    margin-right: 35px;
  }
  #content2 ol li::before {
    margin-left: -20px;
  }
  #content2 .col.left img{
    margin-top: -60px;
  }
  #content2 .col.left img.topfix{
    margin-top: -20px;
  }
  #content3 {
    padding: 20px 0 20px;
  }
  #content3 h2 {
    font-size: 24px;
    line-height: 28px;
  }  
  #content3 .col.left p:last-of-type{
    padding-bottom:0;
  }
  #content3 p {
    margin: 0 35px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
    margin-top: 25px;
  }
  #content3 a.textLink {
    margin: 0 35px;
  }
  #content3 h3 {
    margin: 25px 35px 0;
    font-size: 15px;
    line-height: 18px;
  }
  #content3 ol li{
    margin-left: 60px;
    margin-right: 35px;
  }
  #content3 img {
    display: block;
    margin: 0 auto;
  }
  #content4 h2, #content5 h2 {
    margin: 0 35px;
    font-size: 24px;
    line-height: 28px;
    padding-top: 30px;
  }
  #content4 h3 {
    margin-left: 32px;
  }
  #content4 p, #content5 p {
    margin: 0 35px;
    font-size: 15px;
    line-height: 24px;
 padding-top: 18px;
  }
  #content4, #content5 {
    background: #0098dd url("http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/23a46d4c-31f0-4a5b-95fa-f44cf23b1cbb.png") no-repeat left top;
    padding-top: 266px;
    padding-bottom: 60px;
  }
  #content4 {
    display:block;
    background-image: none;
    padding: 0 0 20px;
  }
  #content4 .button2 {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  #content4 ol {
    line-height: 150%;
    margin-left: 35px;
    margin-right: 35px
  }
  #content4 ul {
 line-height: 150%;
 margin-left: 35px;
 margin-right: 35px;
  #content5 a.textLink {
    margin: 10px 35px 0;
  }
  #content6 {
    padding: 20px 0;
  }
  #content6 .col {
    margin: 0 50px 20px
  }
  #content6 h1 {
    margin: 0 35px 25px;
    font-size: 28px;
    line-height: 32px;
  }
  #content6 .col.left, #content6 .col.right {
    width: auto;
    margin: 0 15px;
    float: none;
    height: auto;
    min-height:auto;
    padding:0 0 25px 0;
  }
  #content6 .col.left h2 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 26px;
  }
  #content6 .p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #content6 table {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 40px;
  }  
  #content6 table td{
    font-size: 12px;
/*    padding: 5px 14px 5px 15px;*/
  }
  #content6 img {
    width: 100%;
    height: auto;
  }

  #content6 .button1 {
    width: 80%;
    margin:25px auto 0 auto;
  }
  #content7 {
    height: auto ;
    margin: 2em 0 0;
  }
  #content7 img.phoneBtm {
    margin: -32px auto 0;
    left: 0;
  }
  #content7 p {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    margin: 0 35px;
  }
  #content7 p.phoneNumber {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
    margin: 0 35px;
  }
  #content8 p {
    font-weight: 600;
  }
  #content8 .ctaIntro {
    display: block;
    padding-right: 0px;
    margin: 0 auto;
  }
  #content8 .cta {
    display: block;
    margin: 20px auto;
    width: 80%;
    max-width: 100% ;
    margin: 0px ;
    float: none ;
  }
  #content8 a.button1 {
    display: block;
    margin: 20px auto;
    margin-left: -18px;
    font-weight: 700;
    font-size: 18px;
    width: 80%;
  }
  #content8 a.button4 {
    display: block;
    margin: 0;
    margin-left: -20px;
    font-weight: 700;
    font-size: 100%;
    width: 80%;
    padding: 15px 45px;
    float:none;
  }
  #content8 a.button3 {
    display: block;
    margin: 20px auto;
    margin-left: -18px;
    font-weight: 700;
    font-size: 18px;
    width: 80%;
  }
  #content9 h2 {
    margin: 0 35px;
    font-size: 24px;
    line-height: 28px;
    padding-top:35px;
  }
  #content9 p {
    margin: 0 35px;
    font-size: 15px;
    line-height: 20px;
  }
  #content9 {
    background: #9a0000 url("http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/23a46d4c-31f0-4a5b-95fa-f44cf23b1cbb.png") no-repeat left top;
    padding-top: 266px;
    padding-bottom: 60px;
  }
  #content9 {
    display:none;
  }
  #content9 .button2 {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  #content10 {
    width: 100%;
    background-color: #f4f7f9;
    padding: 0px 0 0px;
    margin-top: -15px;
  }
  #content10 img {
    width: 100%;
    margin-top: -20px;
  }
  #footer .icons {
    width: 275px ;
    margin: 0 auto ;
  }
  #footer .icons img {
    margin: 0 12px ;
  }
  #footer img.fdic {
    width: 66px;
    height: auto;
  }
  #footer img.ehl {
    width: 56px;
    height: auto;
  }
  #footer img.bbb {
    width: 57px;
    height: auto;
  }
  #footer p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 35px;
  }
  #content7.v2 p.phoneNumber{
    font-size:22px;
    padding-top: 0px;
    margin-bottom: 9px;
  }
  #content7.v2 p {
   font-size: 20px;
   line-height: 25px;
  }
  #content8.v2 .cta .button1 {
    left:0;
  }
  #hero ul.no-bullet {
    margin-left: 6px !important;
  }
}

@media only screen and (max-width: 320px){
   /* place this class on any element that should be hidden on phones  */
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }
  #content8 .cta .button1 {
    font-size: 14px;
  }
}

/*SFP mods*/

ul.no-bullet {
  list-style: none;
  padding: 0;
  margin-left: 0px !important;
  margin-top: 24px !important;
}
ul.no-bullet li{
  padding-left: 44px;
  margin-bottom: 8px;
  height:30px;
  background-position: left; 
  font-size: 15px ;
  padding-top: 5px;
  color: #005288;
  line-height: 17px;
}
ul.critical-factor li:nth-of-type(1){
  background:url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/c2769096-e7dc-4db9-acf6-73bb65c0c537.png') no-repeat left top;
}
ul.critical-factor li:nth-of-type(2){
  background:url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/36a3b106-5f55-4bd7-9a3c-133bb715c0f5.png') no-repeat left top;
}
ul.critical-factor li:nth-of-type(3){
  background:url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/9a1103ba-f0a8-458d-905c-1f86006dc542.png') no-repeat left top;
}

ul.credit-score li:nth-of-type(1){
  background:url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/b28951b4-e941-45b1-8535-b7efd2b8ce31.png') no-repeat left top;
}
ul.credit-score li:nth-of-type(2){
  background:url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/78e52b90-f20c-4154-9129-5e9ed14403dd.png') no-repeat left top;
}
ul.credit-score li:nth-of-type(3){
  background:url('http://image.mail.myfirstinternetbank.com/lib/fe4315707564047e751478/m/1/d944a600-38b4-4ea8-94ba-1d5e4bb150f3.png') no-repeat left top;
}
iframe.wistia {
  margin: 2em;
}

#selector {
  color: #ffffff;
  padding: 5px;
  font-family: sans-serif !important;
}
#content1.testimonial p a {
  padding-left:5px;
}
.topfix {
  margin-top: 20px;
}
/* Alternate Footer phone number layout*/
#content7.v2 p{
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
  margin-top: 0;
  padding-top: 4px;
}
#content7.v2 .phoneNumber{
  font-size:30px;
  font-weight: 400;
  border-bottom: 2px solid rgba(255,255,255, .5);
  width: auto;
  display: inline-block;
  padding: 15px 25px 10px;
  line-height: 30px
}
#content7.v2 {
  background: #37ace2;
}

#content7.v2 p {
  line-height: 19px;
}
#content7.v2 p a {
  color: #ffffff;
  text-decoration: none;
}
#content7.v2 img.phoneBtm {
  top: -21px;
}

#content8.v2 .button1{
  position: relative;
  left: -70px;
}
#hero ul.no-bullet.credit-score li:nth-of-type(2) {
    display:inline-block;
}
#content3.v2 ol li {
  counter-increment: step-counter;
  margin-top: 10px;
  margin-left: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 100%;
}
#content3.v2 ol {
  margin-left: 0;
  margin-top: 15px;
  padding-right: 0;
}