@media (max-width: 768px) {

  .header-image {
    background-position: 50% 50%;
  }


  .header-image.home .headline h1, .header-image .headline h1{
    font-size: 30px;
    line-height: 36px;
  }
  .header-image.home .headline h3,.header-image .headline h3 {
    font-size: 18px;
  }


  .overview p,.overview div, .overview .row{
    text-align: center;
  }

  .four_values .item {
    margin-bottom: 20px;
    text-align: center;
  }

  .solutions .item{
    position: relative;
  }
  .solutions .item h5 {
    font-size: 14px;
    background-position: right 7px;
    margin-top: 15px;
  }
  .solutions .item p{
    font-size: 12px;
  }
  .solutions .item .img{
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 1;
    width: 100px;
    height: 100px;

  }
  #provider-solutions .solutions .item .img{
    opacity: .7;
  }

  .case_studies .col-md-6:last-child .item{
    height: auto!important;
    min-height: auto;
  }
  .case_studies .col-md-6:last-child .item .links,
  .case_studies .col-md-6:last-child .item .cont{
    padding: 0
  }

  .button{
    text-shadow: 0 1px 0 #003366
  }
}
@media (max-width: 640px) {
  .overview .left{
    text-align: center;
  }
}
@media (max-width: 1200px) {
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:active {
    margin: 11px 0 0;
    width: 31px;
    height: 31px;
}
button.navbar-toggle .icon-bar {
    height: 3px;
    width: 25px;
}
}
@media (max-width: 1100px) {
  .back-top{
    padding-right: 20px!important;
  }
  #subnav .container li{
    padding-right: 0;
  }
}
@media (max-width: 880px) {
  #subnav{
    display: none;
  }
}
