*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0; }

::selection {
  color: white;
  background-color: black; }

body {
  background-color: #eeeeee;
  font-family: 'Arial', serif;
  font-size: 100%;
  color: white;
  -webkit-text-size-adjust: 100%;
  position: relative; }

a {
  color: white;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  -moz-transition: background-color .2s ease, color .2s ease;
  -o-transition: background-color .2s ease, color .2s ease;
  -ms-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease; }

ul {
  padding: 0;
  margin: 0; }

.backg-white {
  background-color: white; }

.header {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc; }
  .header a.isoftware-logo {
    float: left;
    display: block;
    width: 190px;
    height: 40px;
    background-size: 190px 40px;
    background-repeat: no-repeat;
    margin: .8em 1em; }
    .svg .header a.isoftware-logo {
      background-image: url(../images/isoftware_logo.svg); }
    .no-svg .header a.isoftware-logo {
      background-image: url(../images/isoftware_logo.png); }

.box1 {
  height: 340px;
  background-color: #f06f40; }
  .box1 h1 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999em;
    background-size: 170px 160px;
    height: 340px;
    margin: 0;
    display: block; }
    .svg .box1 h1 {
      background-image: url(../images/ibalance_logo.svg); }
    .no-svg .box1 h1 {
      background-image: url(../images/ibalance_logo.png); }

.box3b {
  background-color: white;
  text-align: center; }
  .box3b img {
    display: block;
    width: 240px;
    height: auto;
    margin: 6.2em auto; }

.box2b {
  background-color: #3b3b3b;
  padding: 0 2em 0;
  min-height: 510px;
  font-size: .95em;
  letter-spacing: 1px; }
  .box2b p {
    margin: 0;
    padding: 1.7em 0 0 0;
    font-size: 1em; }
  .box2b > ul {
    list-style-type: none;
    list-style-position: inside;
    margin: .5em 1em 1.7em 0; }
    .box2b > ul li {
      margin: .5em 0;
      line-height: 1.4em; }
    .box2b > ul li ul {
      margin: .5em 0 .5em 20px;
      list-style-type: none;
      list-style-position: inside; }
      .box2b > ul li ul li {
        margin: 0; }
  .box2b .button-wrapper {
    width: 45%;
    margin: 0 auto; }

.box4 {
  min-height: 510px; }
  .box4 .box5,
  .box4 .box6 {
    height: 189px;
    width: 39.5%;
    float: left; }
  .box4 .box5 {
    background-color: #f06f40;
    margin: 0 7%;
    font-size: .95em; }
    .box4 .box5 p {
      margin: 0;
      padding: 3.3em 2em;
      text-align: left;
      line-height: 1.5em; }
  .box4 .box6 {
    background-color: #3b3b3b;
    font-size: .95em; }
    .box4 .box6 p {
      margin: 0;
      padding: 3em 2em 0 2em;
      line-height: 1.5em; }
      .box4 .box6 p span {
        display: inline-block;
        float: left;
        font-size: 8em;
        padding-right: 3px;
        line-height: .8em; }

.form-wrapper {
  margin: 0 auto;
  width: 86%;
  position: relative;
  margin-top: 1.7em; }

.message {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: -1; }
  .message p.msg {
    color: #3b3b3b;
    text-align: center;
    margin: 0;
    padding: 1em 1em .4em;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease; }
    .message p.msg.green {
      color: #5b9000; }
    .message p.msg.orange {
      color: #f06f40; }

form input {
  display: inline-block;
  border: 0 none;
  height: 2.7em;
  padding: 0 10px;
  font-size: .9em;
  margin: .8em 0;
  color: #3b3b3b;
  width: 100%;
  background-color: #eeeeee;
  border: 2px solid #eeeeee; }
  form input[type="submit"] {
    border: 0 none;
    width: 46%;
    float: right; }
    form input[type="submit"]:focus {
      border: 0 none; }
  form input:focus {
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 98% 50%;
    outline: none;
    border: 2px solid #f7b69f; }
  form input:nth-child(1):focus {
    background-image: url(../images/name.svg); }
  form input:nth-child(2):focus {
    background-image: url(../images/phone.svg); }
  form input:nth-child(3):focus {
    background-image: url(../images/email.svg); }
form span {
  display: block;
  float: left;
  width: 46%;
  font-size: .6em;
  color: #3b3b3b;
  margin: 2.3em 0; }
  form span:before {
    content: '\0020';
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
form .submit {
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  transition: background-color .2s ease;
  display: inline-block;
  width: 100%;
  padding: .8em 0;
  text-align: center;
  background-color: #f06f40;
  color: white; }
  form .submit:hover, form .submit:focus {
    outline: none;
    background-color: #ed561f; }

a.button {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .8em 0;
  text-align: center;
  background-color: #f06f40;
  color: white; }
  a.button:hover, a.button:focus {
    background-color: #ed561f; }

.footer {
  width: 100%;
  background-color: #f06f40;
  margin-top: 20px; }
  .footer span {
    padding: 1.8em 0;
    font-size: .9em; }
  .footer a:hover,
  .footer a:focus {
    color: #3b3b3b; }

@media only screen and (max-width: 959px) {
  .container.fluid {
    width: 100%; }

  .box1 {
    height: 291px; }

  .box3b {
    height: auto; }
    .box3b img {
      margin: 5.43em auto;
      width: 200px; }

  .box1 h1 {
    height: 291px;
    background-size: 140px 130px; }

  .box2b {
    padding: 0 1.6em; }
    .box2b > ul {
      margin-right: 0;
      font-size: .85em; }
    .box2b .button-wrapper {
      padding-bottom: 1.5em; }

  .box4 .box5,
  .box4 .box6 {
    font-size: .75em;
    height: 152px; }

  .form-wrapper {
    font-size: .85em; }
    .form-wrapper form .submit {
      font-size: 1.1em; }

  .header {
    margin-bottom: 0; }

  .footer {
    margin-top: 0; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .header a.isoftware-logo {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .box2b, .box4 {
    min-height: 0; }

  .box4 {
    padding-bottom: 20px; }
    .box4 .box5 p {
      padding: 2.9em 2em;
      font-size: 1.1em; }
    .box4 .box6 p {
      font-size: 1.1em; }

  .footer footer span {
    text-align: center; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 479px) {
  .box2b .button-wrapper {
    width: 100%; }

  .box3b img {
    margin: 3em auto; }

  .box4 .box5 {
    margin: 0 auto 2em;
    width: 85%;
    float: none; }
    .box4 .box5 p {
      padding: 3.6em 4em;
      text-align: center; }
  .box4 .box6 {
    margin: 0 auto 2em;
    width: 85%;
    float: none; }
    .box4 .box6 p {
      padding-top: 1.5em;
      line-height: 3.9em;
      text-align: center; }
      .box4 .box6 p span {
        display: block;
        float: none;
        padding: 0; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
