.navbar a.green-on { color: #1abc9c; }
.navbar a.green-on:hover { color: #ffffff; }

#rebatescopy { background-color: #ffffff; }
.rebatecontainer { max-width: 1574px; margin:0px auto 0px; padding-bottom: 20px; }

#rebateimg {  text-align: right; margin-left: 489px; }
#rebatecopy { float: left; width: 459px; }
#rebateimg img { display: block; }

#rebatecopy h3 { font-size: 48px; line-height: 48px; color: #1abc9c; vertical-align: bottom; margin: 20px 0px 0px 0px; }
#rebatecopy h3 span { display: inline-block; width: 42px; height: 48px; background-image: url(../images/rebate-line.png); background-repeat: no-repeat; vertical-align: bottom; background-position: left 60%; }
#rebatecopy h3 { font-family: "amaticbold",sans-serif; }
#rebatecopy h4 { font-family: "amaticbold",sans-serif; }
#rebatecopy h4 { font-size: 90px; line-height: 94px; color: #1abc9c; margin: 0px 0px 16px; }

#rebatecopy p { font-size: 18px; line-height: 35px; color: #353535; }
#rebatecopy p strong { font-weight: normal; }

.rebate-button { font-family: "amaticbold",sans-serif; display: inline-block; background-color: #1abc9c; text-decoration: none; color: #ffffff; font-size: 40px; line-height: 40px; padding: 12px 31px 17px; margin-top: 4px; vertical-align: middle; }
.rebate-button img { margin-top: 3px; }
.rebate-button:hover { color: #ffffff; }

@media screen and (max-width: 1023px) {
    #rebatecopy h3 { font-size: 22px; line-height: 22px; margin-top: 0px;  }
    #rebatecopy h3 span { width: 22px; height: 22px; overflow: hidden; }
    #rebatecopy h4 { font-size: 3.75em; line-height: 1em;  }
    #rebatecopy p { font-size: 12px; line-height: 22px; }
    #rebatecopy { width: 49%; padding-right: 1%; }
    #rebateimg { width: 50%; margin-left: 0px; float: right;  }

    .rebatecontainer { max-width: 780px; padding-left: 30px; padding-right: 30px; }

    .rebate-button { font-size: 22px; line-height: 22px; padding: 5px 20px 7px; }
    .rebate-button img { height: 22px; }
}

@media screen and (max-width: 767px) {

    #rebatecopy { float: none; width: 100%;}
    #rebateimg  { float: none; width: 100%;}


  }


  @media screen and (min-width: 1024px) {

      #rebatecopy { padding-left: 30px; }

  }