
        .hero-body {
            text-align: center;
            color: white;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 1; 
          }
          .hero-body h2 {
              font-size: 30px;
              font-weight: 200;
              line-height: 1.15em;
              margin: 0;
              padding: 0; 
          }
              @media screen and (max-width: 640px) {
                .hero-body h2 {
                  font-size: 36px; } }
              @media screen and (max-width: 480px) {
                .hero-body h2 {
                  font-size: 28px; } }
          .hero-body p {
              margin: 0;
              padding: 0;
              font-size: 15px; 
          }
          
          .hero-search2 {
            width: 100%;
            max-width: 560px;
            margin: 15px auto 0 auto;
            padding-right: 50px;
            position: relative;
            }
          
          
          .hero-search {
            width: 100%;
            max-width: 560px;
            margin: 15px auto 0 auto;
            padding-right: 50px;
            position: relative;
            height: 48px; }
            @media screen and (max-width: 640px) {
          
          .hero-search {
                height: 40px; } }
          
          .hero-search input[type="search"] {
              width: 100%;
              height: 48px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              background: white;
              border-radius: 4px;
              border: solid 2px #d7d7d7;
              -webkit-appearance: none;
              padding: 0 8px;
              outline: none; 
          }
          .hero-search input[type="search"]:focus {
                border-color: #00a1dc; 
          }
          
          @media screen and (max-width: 640px) {
                .hero-search input[type="search"] {
                  height: 40px; } 
          }
          
          .hero-search input[type="submit"] {
              border: none;
              position: absolute;
              top: 0;
              right: 0;
              height: 48px;
              width: 48px;
              color: white;
              padding: 0;
              border-radius: 4px;
              -webkit-appearance: none;
              background: url(../images/hero-search-submit.png) #0083b3 center no-repeat;
              text-indent: -9999px; }
              @media screen and (max-width: 640px) {
                .hero-search input[type="submit"] {
                  height: 40px;
                  line-height: 40px;
                  font-size: 20px; } }
              .hero-search input[type="submit"]:hover {
                cursor: pointer;
                background: url(../images/hero-search-submit.png) #00a1dc center no-repeat; }
          
          .hero-search-service {
            font-size: 12px;
            text-align: right;
            max-width: 560px;
            margin: 0 auto;
            margin-bottom: -18px;
            padding-top: 3px; }
          
          
          
          
            .hero-search-service a {
              color: white;
              text-decoration: underline; }
              .hero-search-service a:hover {
                text-decoration: underline; }

          
              
          
          
          