/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 15, ../sass/screen.scss */
hr {
  border: 0px;
  height: 50px;
  margin: 1px 0px;
  padding: 0px;
  background: url(../img/hr_bg.png) no-repeat;
}

/* line 23, ../sass/screen.scss */
body {
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial, Verdana;
  background: #677682 url(../img/footer_bg.png) bottom repeat-x;
}
/* line 29, ../sass/screen.scss */
body a {
  text-decoration: none;
}
/* line 33, ../sass/screen.scss */
body #container-wrap {
  margin-top: 10px;
  border-top: 1px solid #fff;
  background: white url(../img/container_bg.png) top center no-repeat;
  min-height: 1000px;
  -moz-box-shadow: #394a59 0px 4px 0px;
  -webkit-box-shadow: #394a59 0px 4px 0px;
  -o-box-shadow: #394a59 0px 4px 0px;
  box-shadow: #394a59 0px 4px 0px;
}
/* line 40, ../sass/screen.scss */
body #container-wrap #container {
  width: 960px;
  margin: 0 auto;
  margin-top: 60px;
}
/* line 45, ../sass/screen.scss */
body #container-wrap #container #header {
  position: relative;
  height: 90px;
}
/* line 48, ../sass/screen.scss */
body #container-wrap #container #header #logo {
  display: block;
  width: 194px;
  height: 86px;
  background: url(../img/logo.png) no-repeat;
}
/* line 54, ../sass/screen.scss */
body #container-wrap #container #header #menu {
  position: absolute;
  top: 23px;
  right: 0px;
  text-shadow: white 0px 1px 0px;
}
/* line 59, ../sass/screen.scss */
body #container-wrap #container #header #menu li {
  float: left;
}
/* line 61, ../sass/screen.scss */
body #container-wrap #container #header #menu li a {
  margin-right: 24px;
  font-weight: bold;
  font-size: 17px;
  color: #435462;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
}
/* line 68, ../sass/screen.scss */
body #container-wrap #container #header #menu li a:hover {
  color: #f4af00;
}
/* line 76, ../sass/screen.scss */
body #container-wrap #container #teaser {
  position: relative;
  height: 200px;
  padding: 60px 0px 0px 30px;
  background: url(../img/people.png) right no-repeat;
  text-shadow: white 0px 1px 0px;
}
/* line 82, ../sass/screen.scss */
body #container-wrap #container #teaser h1 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #435462;
  margin-bottom: 40px;
}
/* line 90, ../sass/screen.scss */
body #container-wrap #container #teaser #teaser-text {
  display: block;
  width: 430px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #f4af00;
}
/* line 98, ../sass/screen.scss */
body #container-wrap #container #teaser #teaser-more-link {
  position: absolute;
  bottom: 15px;
  left: 370px;
  display: block;
  width: 86px;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  background: url(../img/button_bg.png) top left;
  text-shadow: #3b464f 0px -1px 0px;
}
/* line 114, ../sass/screen.scss */
body #container-wrap #container #content-wrap {
  margin-top: -20px;
  padding-bottom: 50px;
  overflow: hidden;
  *zoom: 1;
}
/* line 118, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left {
  float: left;
  width: 290px;
  padding-left: 10px;
  color: #435462;
}
/* line 124, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left #sidebar-nav {
  padding: 20px;
  background: #435462;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #546470), color-stop(100%, #435462));
  background-image: -webkit-linear-gradient(top, #546470, #435462);
  background-image: -moz-linear-gradient(top, #546470, #435462);
  background-image: -o-linear-gradient(top, #546470, #435462);
  background-image: -ms-linear-gradient(top, #546470, #435462);
  background-image: linear-gradient(top, #546470, #435462);
}
/* line 128, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left #sidebar-nav li {
  -webkit-transition: padding-left 250ms ease-out;
  -webkit-transition: background 450ms ease-out;
  -moz-transition: padding-left 250ms ease-out;
  -moz-transition: background 450ms ease-out;
}
/* line 133, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left #sidebar-nav li:hover {
  padding-left: 10px;
  background: #546470;
}
body #container-wrap #container #content-wrap #content-left #sidebar-nav li #NAVAL {background: #546470;}

body #container-wrap #container #content-wrap #content-left #sidebar-nav .a_u1{
  padding-left: 20px;
  font-size: 80%;
}

body #container-wrap #container #content-wrap #content-left #sidebar-nav .a_u2{
  padding-left: 30px;
  font-size: 80%;
}
body #container-wrap #container #content-wrap #content-left #sidebar-nav .a_u2_10px {
  padding-left: 30px;
  font-size: 80%;
}
body #container-wrap #container #content-wrap #content-left #sidebar-nav .a_u3{
  padding-left: 40px;
  font-size: 80%;
}
body #container-wrap #container #content-wrap #content-left #sidebar-nav .a_u4{
  padding-left: 50px;
  font-size: 80%;
}
body #container-wrap #container #content-wrap #content-left #sidebar-nav .a_u5{
  padding-left: 60px;
  font-size: 80%;
}

/* line 138, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left #sidebar-nav a {
  font-weight: 100;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
/* line 145, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left #sidebar-nav-corner {
  width: 72px;
  height: 53px;
  margin-left: -10px;
  margin-top: -45px;
  margin-bottom: 30px;
  background: url(../img/sidebar_nav_corner.png);
}
/* line 153, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left .checklist {
  padding-left: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d7db;
}
/* line 157, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-left .checklist li {
  font-size: 15px;
  margin-left: 23px;
  margin-bottom: 8px;
  padding-left: 3px;
  list-style-image: url(../img/li.png);
}
/* line 167, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-right {
  float: left;
  width: 630px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
/* line 174, ../sass/screen.scss */
body #container-wrap #container #content-wrap #content-right h1 {
  font-size: 36px;
  line-height: 45px;
  color: #f4af00;
  margin-bottom: 5px;
}
body #container-wrap #container #content-wrap #content-right h2 {
  font-size: 20px;
  line-height: 20px;
  color: #f4af00;
  margin-bottom: 0px;
}

body #container-wrap #container #content-wrap #content-right b
{
  font-size: 16px;
  line-height: 16px;
  color: #f4af00;
  margin-bottom: 0px;
}


/* line 188, ../sass/screen.scss */
body #footer-wrap {
  min-height: 300px;
}
/* line 191, ../sass/screen.scss */
body #footer-wrap #footer-content {
  position: relative;
  width: 960px;
  margin: 0 auto;
  color: #959ea6;
  text-shadow: #394a59 0px -1px 0px;
}
/* line 197, ../sass/screen.scss */
body #footer-wrap #footer-content a {
  color: #959ea6;
}
/* line 199, ../sass/screen.scss */
body #footer-wrap #footer-content a:hover {
  color: #394a59;
  text-shadow: #959ea6 0px 1px 0px;
}
/* line 204, ../sass/screen.scss */
body #footer-wrap #footer-content #logo {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 173px;
  height: 63px;
  background: url(../img/logofooter.png);
}
/* line 212, ../sass/screen.scss */
body #footer-wrap #footer-content #menu {
  position: absolute;
  top: 35px;
  right: 190px;
  width: 440px;
}
/* line 217, ../sass/screen.scss */
body #footer-wrap #footer-content #menu li {
  float: left;
  padding-right: 20px;
}
/* line 222, ../sass/screen.scss */
body #footer-wrap #footer-content #keyword-menu {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 630px;
  font-size: 14px;
  line-height: 20px;
}

/* Nav Menu Mobile Style */
#nav-trigger, #search-trigger {
  display: none;
  text-align: center; }
  
  #nav-trigger span {
    display: inline-block;
    padding: 7px 14px;
    font-size: 18pt;  
    background: rgba(103,118,130,1);
    background: -moz-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,118,130,1)), color-stop(100%, rgba(64,81,96,1)));
    background: -webkit-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
    background: -o-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
    background: -ms-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
    background: linear-gradient(to bottom, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#677682', endColorstr='#405160', GradientType=0 );
    color: white;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase; }

    #nav-trigger span:hover {
      background-color: #677682; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; 

      background: rgba(103,118,130,1);
      background: -moz-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,118,130,1)), color-stop(100%, rgba(64,81,96,1)));
      background: -webkit-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -o-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -ms-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: linear-gradient(to bottom, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#677682', endColorstr='#405160', GradientType=0 );
}
    #search-trigger span {
      display: inline-block;
      padding: 7px 14px;
      font-size: 18pt;  
      background: rgba(103,118,130,1);
      background: -moz-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,118,130,1)), color-stop(100%, rgba(64,81,96,1)));
      background: -webkit-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -o-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -ms-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: linear-gradient(to bottom, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#677682', endColorstr='#405160', GradientType=0 );
      color: white;
      cursor: pointer;
      border-radius: 4px;
      text-transform: uppercase; 
  }

    #search-trigger span:hover {
      background-color: #677682; }
    #search-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; 

      background: rgba(103,118,130,1);
      background: -moz-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,118,130,1)), color-stop(100%, rgba(64,81,96,1)));
      background: -webkit-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -o-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: -ms-linear-gradient(top, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      background: linear-gradient(to bottom, rgba(103,118,130,1) 0%, rgba(64,81,96,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#677682', endColorstr='#405160', GradientType=0 );
}
  .searchbar input:first-child {
    width: 193px;
  }
  nav {
    margin-bottom: 30px; }

  nav#nav-main {
    background-color: #ff0032;
    padding: 10px 0; }
    nav#nav-main ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: center; }
    nav#nav-main li {
      display: inline-block;
      border-right: solid 1px #cc0028;
      padding: 0 5px; }
      nav#nav-main li:last-child {
        border-right: none; }
    nav#nav-main a {
      display: block;
      color: white;
      padding: 10px 30px; }
      nav#nav-main a:hover {
        background-color: #e6002d;
        color: #fff; }

  nav#nav-mobile {
    position: relative;
    display: none; }
   

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  /* some CSS here */
 body #container-wrap #container {
    width:auto;
  }
    body #container-wrap #container #teaser {
      background: none;
    }
}


/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  /* some CSS here */
  

  }

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here */
   body #container-wrap #container {
    width:auto!important;
  }
    body #container-wrap #container #teaser {
      background: none!important;
      padding: 10px 0px 0px 10px;
    }
    body #footer-wrap #footer-content {
      width: auto;
      margin-left: 2%;
    }
    body #container-wrap #container #content-wrap #content-right {
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      float: none;
      text-align: justify;
    }
    body #container-wrap #container #content-wrap {
      padding: 2%;
    }
    body #container-wrap #container #teaser #teaser-text {
     width: auto; 
    }
    body #container-wrap #container #teaser #teaser-more-link {
      left:auto;
      position: relative;
      bottom: 0px;
    }
     body #container-wrap #container{
              margin-top: 10px;
        }
     body #container-wrap #container #content-wrap #content-left #sidebar-nav {
        top: -17px;
        box-shadow: -1px 4px 10px -2px #2e3b46 inset;
        /* left: 10px; */
        display: none;
        position: relative;
        border-bottom: 1px solid #2a3641;
        background-color: #677682;
        text-shadow: #2a3641 1px 2px 1px;
     }
     body #container-wrap #container #header #menu ul{
        padding: 5px 0;
      }
     body #container-wrap #container #header #menu li a {
      color: #fff;
     }
    
     body #container-wrap #container #content-wrap #content-left #sidebar-nav .expanded{
       display:block;
     }
     body #container-wrap #container #content-wrap #content-left {
      width: 100%;
      padding-left: 0; 
     }
     body #container-wrap #container #teaser h1 {
      margin-bottom: 3px;
     }
     body #footer-wrap {
     min-height: auto; 
     }
     body #footer-wrap #footer-content #menu {
      width: auto;
      right: 159px;
      margin-bottom: 20px;
     }
     body #footer-wrap #footer-content a {
      color:#dfe1e2;
     }
     .table-insurance-1 td {
      width:45%!important;
     }
     td.common-col-desc, td.common-col-data {
      width: 30%!important;
     }
      #nav-trigger {
      display: block; 
      width: 59px;
      margin-top: -70px;
      float: right;
      }
       #search-trigger  {
      display: block; 
      width: 59px;
      margin-top: -70px;
      float: right;
      margin-right: 50px;
      }

      nav#nav-main {
        display: none; 
      }

      nav#nav-mobile {
        display: block; 
      }
  
  body #container-wrap #container #header #logo {
    height: 75px;
  }
  body #container-wrap #container #header #menu li {
    float:none;
    text-align: center;
    padding: 5px;
  }
  body #container-wrap #container #header {
     height: auto;
  }
  .searchbar {
    margin-bottom: 20px;

  }
  .searchbar input:first-child {
    width: 70%;
    background: #435462!important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #546470), color-stop(100%, #435462))!important;
    background-image: -webkit-linear-gradient(top, #546470, #435462)!important;
    background-image: -moz-linear-gradient(top, #546470, #435462)!important;
    background-image: -o-linear-gradient(top, #546470, #435462)!important;
    background-image: -ms-linear-gradient(top, #546470, #435462)!important;
    background-image: linear-gradient(top, #546470, #435462)!important;
    border-radius: 5px 0 0 5px;
    color: #fff!important;
    border: 1px solid #333;
    height: 20px;
    padding: 5px!important;
  }
  .searchbar input:last-child {
    width: 23%;
    background: #435462!important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #546470), color-stop(100%, #435462))!important;
    background-image: -webkit-linear-gradient(top, #546470, #435462)!important;
    background-image: -moz-linear-gradient(top, #546470, #435462)!important;
    background-image: -o-linear-gradient(top, #546470, #435462)!important;
    background-image: -ms-linear-gradient(top, #546470, #435462)!important;
    background-image: linear-gradient(top, #546470, #435462)!important;
    border-radius: 5px;
    border: 1px solid #333;
    padding:5px;
    font-size: 17px;
    height: 33px;
    color: #fff!important;
  }
  body #container-wrap #container #content-wrap #content-left #sidebar-nav a {
        font-size: 16px!important;
  }
  input {
    border-radius: 0;
  }
  input {
      -webkit-appearance: none;
  }
   nav#nav-main, .checklist, body #container-wrap #container #content-wrap #content-left #sidebar-nav-corner, .searchbar, body #container-wrap #container #header #menu {
        display: none; 
      }

      nav#nav-mobile {
        display: block; 
      }
  .feature-box {
        display: none!important;
      }
      .feature-1, .feature-2, .feature-3 {
    width: 95%!important;
  }
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  /* some CSS here */
}
.feature-box {
  display: flex;
  margin-bottom: 40px;
}
.feature-1, .feature-2, .feature-3{
  width: 32%;
  height: 210px;
  border: 1px solid #c4cacf;
  background: #efefef;
  border-radius: 9px;
  padding: 0px;
  margin: 5px;
  box-shadow: 0px 6px 14px -7px #a5abb1;
  overflow: hidden;
}
.feature-box h3 {
  margin-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #435462;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
}
.feature-box p {
  font-size: 10pt;
  margin-top: 5px;
  color: #514f4f;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}
.box-1-img, .box-2-img, .box-3-img  {
  width: 100%;
  height: 70px;
  background-size: 100% !important;
  border-radius: 9px 9px 0px 0px;
  
}
.box-1-img{
  background: url(../img/Xpresscredit.jpg) no-repeat #fff; 
  background-position: center; 
}  
.box-2-img{
  background: url(../img/cashper-logo.jpg) no-repeat #fff; 
  background-position: center; 
}  
.box-3-img{
  background: url(../img/vexcash-logo.jpg) no-repeat #fff; 
  background-position: center; 
}  
.feature-box a {
  background: rgb(242,196,82); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,196,82,1) 2%, rgba(244,175,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242,196,82,1) 2%,rgba(244,175,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242,196,82,1) 2%,rgba(244,175,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c452', endColorstr='#f4af00',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
  right: -154px;
  position: relative;
  color: #3a4b5a;
  top:0;
}
.feature-box .last {
  top: 16px;
}
.feature-box a:hover {
  background: linear-gradient(to bottom, rgb(105, 120, 133) 2%,rgb(57, 74, 89) 100%);
  color: #fff;
}
.smallprint{
  font-size: 8pt;
  text-align: left;
  color: #757474;
  padding-left: 10px;
}
.feature-wrap {
  margin-bottom: 11px;
}