/*End Generated Styles*/p {
  text-align: left;
  padding: 0 20px 20px 20px; }

#header h1 {
  padding: 10px 20px 0 20px;
  font-family: "Lucida Handwriting", sans-serif; }

#header h1 a {
color: black;
}

#header h2 {
font-family: "Lucida Handwriting", sans-serif;
color: black;
}


/*
@media screen and (max-width: 39.99em) {
  #header h1 {
    text-align: center; } }
#header h1 a {
  display: inline-block;
  width: 207px;
  height: 100px;
  background: URL("/uploads/2020/07/15/jk-rehab-logo.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px; }

*/
.sub-header-size #header {
  padding: 130px 20px;
  min-height: 480px; }

#header.custom.About {
  background-image: URL("/uploads/2020/06/30/JKRehabImg2.jpg") !important; }

#header.custom.Careers {
  background-image: URL("/uploads/2020/07/24/optimizedteamcelebrating.jpg") !important; }

#header.custom.Contact {
  background-image: URL("/uploads/2020/07/24/optogether.jpg") !important; }

#header .webdexpress_header {
  background: none;
  border-radius: 4px; }

#header span {
  display: none !important; }

.container {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 20px 0; }

.three-col {
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 0 0 20px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  flex-flow: column; }
  .three-col a.large.button {
    margin: auto auto 0 auto;
    max-width: 90%; }

.three-col h4 {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #ccc;
  font-size: 1.3em !important; }

.three-col p {
  min-height: 200px; }

#home-bottom {
  float: left;
  width: 100%;
  font-size: 1.2em;
  margin: 20px 0 0 0; }

#home-bottom img {
  float: right;
  max-width: 220px;
  width: 100%;
  margin: 0 0 20px 20px; }

.two-col {
  width: 100%;
  text-align: center; }

.two-col h4 {
  text-align: left;
  padding: 0 20px; }

@media (max-width: 780px) {
  .container {
    display: block; }

  .three-col,
  .two-col {
    margin: 0 0 20px 0; }

  .three-col p {
    min-height: inherit; }

  #home-bottom img {
    max-width: 320px; } }
/* Button */
.button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, white, rgba(255, 255, 255, 0));
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-clip: padding-box;
  /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.button:hover {
  background-color: #eee;
  color: #555; }

.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset; }

.button[disabled], .button[disabled]:hover, .button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important; }

/* Larger buttons styles */
.button.large {
  padding: 12px 30px;
  text-transform: uppercase; }

.button.large:active {
  top: 2px; }

/*# sourceMappingURL=custom.css.map */
