/* Import the Bourbon.io libraries */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'Gotham Book';
  src: url("fonts/GothamBook.eot");
  /* IE9 Compat Mode */
  src: url("fonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("fonts/GothamBook.woff2") format("woff2"), url("fonts/GothamBook.woff") format("woff"), url("fonts/GothamBook.ttf") format("truetype"), url("fonts/GothamBook.svg#GothamBook") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Gotham Bold';
  src: url("fonts/GothamBold.eot");
  /* IE9 Compat Mode */
  src: url("fonts/GothamBold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamBold.woff2") format("woff2"), url("fonts/GothamBold.woff") format("woff"), url("fonts/GothamBold.ttf") format("truetype"), url("fonts/GothamBold.svg#GothamBold") format("svg");
  /* Legacy iOS */ }
body {
  font-family: "Gotham Book", "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #4c4c4c;
  font-size: 11pt;
  line-height: 1.5em; }

.page-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative; }
  .page-wrapper:last-child {
    margin-right: 0; }
  .page-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.banner-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

.header {
  width: 100%;
  position: relative; }
  .header::after {
    clear: both;
    content: "";
    display: block; }
  .header h3 {
    font-family: "Gotham Bold", "Roboto", sans-serif;
    color: white;
    position: absolute;
    bottom: 30%;
    left: 200px;
    font-size: 22pt;
    width: 450px; }
  .header .light {
    font-family: "Gotham Book", "Roboto", sans-serif !important; }

.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

.info-strip {
  background-color: #7a2a90;
  color: white;
  max-width: 1500px;
  margin: 0 auto; }
  .info-strip img {
    margin: 15px;
    float: left; }
  .info-strip h2 {
    font-size: 20px;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    float: left; }

.greybg {
  background-color: #f2f2f2;
  padding: 25px 0 50px; }
  .greybg::after {
    clear: both;
    content: "";
    display: block; }

.banner-text {
  text-align: center;
  display: inline-block; }
  .banner-text h1 {
    display: inline-block; }
    .banner-text h1::after {
      clear: both;
      content: "";
      display: block; }
  .banner-text p.tagline {
    display: inline-block;
    padding: 15px;
    color: #fff;
    margin-top: 0px;
    font-family: "Gotham Bold", "Roboto", sans-serif;
    text-shadow: 2px 2px #4c4c4c;
    background: rgba(0, 0, 0, 0.25); }

/*
**
** Structure Classes
**
*/
.w66 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .w66:last-child {
    margin-right: 0; }

.w33 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .w33:last-child {
    margin-right: 0; }

.w50 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .w50:last-child {
    margin-right: 0; }

.w25 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .w25:last-child {
    margin-right: 0; }

.w75 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .w75:last-child {
    margin-right: 0; }

.w100 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .w100:last-child {
    margin-right: 0; }

.left {
  float: left; }

.right {
  float: right; }

/*
**
**	Header & Navigation
**
*/
header {
  position: absolute;
  top: 40px;
  left: 200px; }
  header h1 {
    color: white;
    font-family: sans-serif;
    text-shadow: 2px 2px #4c4c4c; }
  header nav {
    width: 100%; }
    header nav::after {
      clear: both;
      content: "";
      display: block; }
    header nav ul {
      padding: 0; }
      header nav ul li {
        display: inline-block;
        margin: 5px; }
      header nav ul a {
        color: white;
        text-decoration: none;
        padding: 5px 10px;
        font-family: "Gotham Bold", "Roboto", sans-serif;
        transition: all ease-out .5s; }
      header nav ul a:hover, header nav ul a.active {
        background: #7a2a90; }

.facebook {
  float: right;
  margin-top: 10px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5); }

/*
**
**	Main Content Area
**
*/
.mobile-title {
  display: none; }

.content ul {
  list-style-image: url("/images/paw.png"); }
  .content ul li {
    margin: 5px 0;
    color: #f15a22; }
.content h2, .content h3 {
  color: #f15a22; }
.content ul.services {
  list-style: none;
  text-align: center;
  margin: 50px 0; }
  .content ul.services li {
    display: inline-block;
    width: 33%;
    position: relative; }
    .content ul.services li img {
      width: 90%;
      max-width: 300px;
      -webkit-filter: brightness(75%);
      filter: brightness(75%); }
    .content ul.services li img:hover {
      -webkit-filter: brightness(100%);
      filter: brightness(100%); }
    .content ul.services li p {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Gotham Bold", "Roboto", sans-serif;
      color: white;
      margin: 0; }
.content ul.therapy {
  list-style: none;
  padding: 0; }
  .content ul.therapy li {
    width: 45%;
    margin: 0 2.5%;
    padding: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    .content ul.therapy li img {
      border-radius: 300px;
      width: 90%;
      max-width: 300px;
      background: rgba(255, 255, 255, 0.75); }
    .content ul.therapy li p {
      color: #4c4c4c; }
.content a.button {
  background: #f15a22;
  font-family: "Gotham Bold", "Roboto", sans-serif;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px 10px 40px;
  font-size: 11pt;
  position: relative; }
.content a.button:before {
  content: url("/images/white-paw.png");
  position: absolute;
  top: 5px;
  left: 10px; }
.content .paw-points li {
  font-family: "Gotham Bold", "Roboto", sans-serif; }
.content .home-testimonial {
  width: 100%;
  height: auto;
  max-height: 440px;
  padding: 50px 0; }
  .content .home-testimonial .testimonial {
    background: rgba(255, 255, 255, 0.75);
    padding: 15px; }
    .content .home-testimonial .testimonial h2 {
      color: #f15a22; }
.content .bio {
  width: 250px;
  text-align: center;
  margin: 50px auto; }
  .content .bio hr {
    border: 1px solid #f15a22;
    margin: 1em 0; }
  .content .bio img {
    max-width: 50px;
    margin: 0 auto; }
  .content .bio p {
    color: #f15a22;
    font-family: "Gotham Bold", "Roboto", sans-serif; }
.content .profile h2 {
  color: #f15a22;
  margin-top: 5px;
  font-family: "Gotham Bold", "Roboto", sans-serif;
  font-size: 25pt; }
.content h3.profile {
  font-family: "Gotham Book", "Roboto", sans-serif;
  color: #f15a22;
  font-size: 22pt; }
.content img.profile-img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  border: 2px solid #e8e8e8;
  border-radius: 250px; }
.content .table {
  margin: 50px auto;
  display: table !important;
  width: 100% !important; }
  .content .table .cell {
    width: 50% !important;
    margin: 0 !important;
    display: table-cell;
    height: 400px;
    vertical-align: middle; }
  .content .table .cell2 {
    width: 50% !important;
    margin: 0 !important;
    display: table-cell;
    height: 250px;
    vertical-align: middle; }
    .content .table .cell2 img {
      margin: 0 auto;
      display: block; }
    .content .table .cell2 p {
      color: #4c4c4c;
      text-align: left; }
    .content .table .cell2 h2 {
      text-align: left;
      line-height: 1.5em;
      font-size: 20pt; }
    .content .table .cell2 h3 {
      text-align: left; }
  .content .table .cell3 {
    width: 33% !important;
    margin: 0 !important;
    display: table-cell;
    height: 250px;
    vertical-align: middle;
    text-align: center; }
    .content .table .cell3 img {
      margin: 0 auto;
      display: block; }
    .content .table .cell3 p {
      color: #4c4c4c; }
  .content .table .badge {
    background: #f9e0dd;
    margin: 0 auto -50px;
    vertical-align: middle;
    height: 200px;
    width: 200px;
    text-align: center;
    border-radius: 250px;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px 3px #f2f2f2; }
    .content .table .badge h2 {
      text-align: center;
      position: absolute;
      top: 50%;
      margin: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .content .table .info-panel {
    border: 1px dotted #c0c0c0;
    border-radius: 10px;
    width: 80%;
    height: 300px;
    padding: 50px 10px 10px;
    margin: 0 auto;
    text-align: center; }
    .content .table .info-panel ul {
      padding: 0px; }
      .content .table .info-panel ul li {
        list-style: disc;
        list-style-position: inside;
        color: #4c4c4c;
        display: list-item; }
.content hr.divider {
  color: #7a2a90;
  border: 1px solid #7a2a90;
  width: 100%; }
.content ul.points {
  list-style: none;
  text-align: center;
  padding: 0px; }
  .content ul.points li:not(.class):nth-of-type(1) {
    border-top: 2px solid #7a2a90;
    padding-top: 50px; }
  .content ul.points li:nth-of-type(1) {
    padding: 0px 0px 50px; }
  .content ul.points li {
    border-bottom: 2px solid #7a2a90;
    padding: 50px 0; }
    .content ul.points li::after {
      clear: both;
      content: "";
      display: block; }
.content .circle {
  border-radius: 250px;
  max-width: 250px;
  border: 2px solid #e8e8e8; }
.content ul.bios {
  list-style: none;
  text-align: center; }
  .content ul.bios li {
    display: inline-block;
    width: 25%;
    padding: 40px;
    box-sizing: border-box;
    vertical-align: top; }
  .content ul.bios img {
    width: 100%;
    max-width: 300px;
    border-radius: 150px;
    border: 2px solid #e8e8e8; }
  .content ul.bios h4 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    height: 50px; }
  .content ul.bios h4:before {
    content: url("/images/paw.png");
    position: absolute;
    top: 0px;
    left: -10px; }
  .content ul.bios p {
    color: #4c4c4c;
    margin: 0; }
.content .contact {
  text-align: center; }
  .content .contact img {
    border-radius: 250px;
    max-width: 400px;
    border: 2px solid #e8e8e8;
    width: 90%;
    margin: 0 auto;
    display: block; }
.content img.classes {
  max-width: 500px;
  width: 90%; }
.content .recommends-container {
  margin: 25px 0;
  float: left;
  width: 100%; }
  .content .recommends-container ul {
    padding: 0px;
    list-style-position: inside; }

/*
**
** Forms
**
*/
form {
  text-align: center;
  margin: 0 auto; }
  form #phone {
    max-width: 250px;
    width: 44%;
    float: left;
    margin-right: 2%; }
  form #mobile {
    max-width: 250px;
    width: 44%; }
    form #mobile::after {
      clear: both;
      content: "";
      display: block; }
  form h2 {
    text-align: left; }
  form h3 {
    text-align: left; }
  form label {
    width: 200px; }
  form div {
    margin-bottom: 25px; }
  form input, form textarea {
    padding: 5px;
    display: block;
    float: left;
    margin: 10px auto 25px;
    max-width: 500px;
    width: 90%; }
    form input::after, form textarea::after {
      clear: both;
      content: "";
      display: block; }
  form p {
    clear: left; }
  form input[type="submit"] {
    background: #f15a22 url("/images/white-paw.png") no-repeat;
    font-family: "Gotham Bold", "Roboto", sans-serif;
    color: white;
    border: 1px solid #f15a22;
    text-decoration: none;
    cursor: pointer;
    font-size: 11pt;
    width: 200px;
    position: relative;
    transition: all ease-out .5s; }
  form input[disabled="disabled"], form input[disabled="disabled"]:hover {
    background: #f2f2f2 !important;
    color: #4c4c4c !important;
    border: 1px solid #4c4c4c !important; }
  form .recaptcha {
    clear: left;
    display: block;
    margin: 15px 0px;
    position: relative; }
    form .recaptcha::after {
      clear: both;
      content: "";
      display: block; }
  form input[type="submit"]:hover {
    background: white;
    color: #f15a22; }
  form input, form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  form input:-webkit-autofill {
    background-color: inherit !important; }

/*
**
**	Angular Classes
**
*/
.error {
  opacity: 1;
  transition: all ease 0.5s;
  color: #ff0033; }

.error.ng-hide-remove, .submit.ng-hide-remove {
  opacity: 0;
  display: block !important; }

.error.ng-hide-remove.ng-hide-remove-active .submit.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important; }

.error.ng-hide, .submit.ng-hide {
  opacity: 0; }

.error.ng-hide-remove, .submit.ng-hide-remove {
  transition: 0.5s linear all; }

.ng-hide:not(.ng-hide-animate) {
  /* this is just another form of hiding an element */
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px; }

/*
**
**	Footer Details
**
*/
.footer-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  background-color: #4c4c4c;
  color: #fff;
  padding: 25px 0; }
  .footer-wrapper:last-child {
    margin-right: 0; }
  .footer-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .footer-wrapper .footer-links, .footer-wrapper a {
    color: #fff; }
    .footer-wrapper .footer-links ul, .footer-wrapper a ul {
      padding: 0; }
      .footer-wrapper .footer-links ul li, .footer-wrapper a ul li {
        display: inline-block;
        width: 50%;
        margin: 5px 0; }
        .footer-wrapper .footer-links ul li a, .footer-wrapper a ul li a {
          text-decoration: none; }
  .footer-wrapper .footer-details {
    text-align: right;
    font-family: "Gotham Bold", "Roboto", sans-serif; }
    .footer-wrapper .footer-details a {
      text-decoration: none; }
    .footer-wrapper .footer-details .website {
      font-family: "Gotham Book", "Roboto", sans-serif; }

/*
**
**	Media Queries
**
*/
@media screen and (max-width: 1400px) {
  header {
    left: 10%; }

  .header h3 {
    left: 10%; } }
@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 25px;
    box-sizing: border-box; } }
@media screen and (max-width: 1150px) {
  header {
    left: 5%; }

  .header h3 {
    left: 5%; } }
@media screen and (max-width: 1000px) {
  header {
    left: 10px;
    width: 520px; }

  .header h3 {
    left: 10px;
    bottom: 50px; }

  .content ul.bios li {
    width: 50%; }
  .content .info-panel {
    min-height: 350px !important;
    height: auto !important; } }
@media screen and (max-width: 900px) {
  .facebook {
    text-align: center;
    float: none;
    margin: 10px auto 0px; }

  .info-strip h2 {
    float: none;
    text-align: center; } }
@media screen and (max-width: 769px) {
  .header .left, .header .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .header .left:last-child, .header .right:last-child {
      margin-right: 0; }

  .w25, .w33, .w50, .w66, .w75 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .w25:last-child, .w33:last-child, .w50:last-child, .w66:last-child, .w75:last-child {
      margin-right: 0; }

  form input {
    float: none; }
  form textarea {
    float: none; }
  form h2, form h3 {
    text-align: center; }
  form #phone, form #mobile {
    max-width: 500px;
    width: 90%;
    float: none;
    margin: 10px auto 25px; }

  .mobile-title {
    display: block;
    color: #f15a22; }

  .content ul.services {
    padding: 0; }
    .content ul.services li {
      width: 100%; }
      .content ul.services li img {
        max-width: 400px; }
  .content .paw-points {
    margin: 25px 0; }
  .content h3.profile {
    margin: 10px 0; }
  .content ul.bios {
    max-width: 400px;
    margin: 0 auto;
    padding: 0; }
    .content ul.bios li {
      width: 100%; }
  .content ul.therapy {
    max-width: 400px;
    margin: 0 auto;
    padding: 0; }
    .content ul.therapy li {
      width: 100%; }
  .content .table {
    display: block !important; }
    .content .table .cell {
      display: block !important;
      height: auto;
      text-align: center;
      width: 100% !important; }
    .content .table .cell2 {
      display: block !important;
      height: auto;
      text-align: left;
      width: 100% !important; }
    .content .table .cell3 {
      display: block !important;
      height: auto;
      min-height: auto;
      margin: 25px auto !important;
      width: 100% !important; }
      .content .table .cell3 .info-panel {
        height: auto !important;
        min-height: 0px !important; }

  .footer-wrapper {
    margin: 0; }
    .footer-wrapper .footer-links {
      text-align: center; }
    .footer-wrapper .footer-details {
      text-align: center; }

  header {
    width: 100%;
    left: 0px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    top: 0px;
    background: #7a2a90; }
    header nav a {
      color: white;
      text-decoration: none;
      font-family: "Gotham Book", "Roboto", sans-serif;
      line-height: 50px;
      font-size: 20px; }
    header h1.title {
      margin: 0;
      display: none; }

  .header h3 {
    font-size: 16pt;
    width: 300px; }

  .info-strip {
    display: none; } }
@media screen and (max-width: 500px) {
  .header .left,
  .header .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .header .left:last-child,
    .header .right:last-child {
      margin-right: 0; }
  .header .info-strip h1 {
    font-size: 12pt; } }

/*# sourceMappingURL=style.css.map */
