@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Amaranth:700|Hind:400,500,700|PT+Serif:700");
/* Use the above image path and font path like this example:
  
  Example: $url_bkgd-slice: url('/wp-content/themes/intouch/images/bkgd-slice.jpg');

*/
html, body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, li a, td a {
  color: #589943;
  font-weight: 500;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, li a:hover, td a:hover {
    color: #4c843a;
    font-weight: 500;
    text-decoration: none; }

h1 {
  color: #000000;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0 0 1em 0;
  padding: 0 0 1rem 0; }

h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0; }

p, li, td {
  color: #000000;
  font-family: "Hind", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0; }

body {
  font-family: "Hind", sans-serif;
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
*:focus, a:focus {
  outline: none;
  border: none; }
*::-moz-focus-inner, a::-moz-focus-inner {
  border: none;
  outline: none; }

iframe {
  max-width: 99.99%; }

img {
  max-width: 99.99%; }

a img {
  border: none; }

h1 {
  font-family: "Amaranth", sans-serif;
  padding: 0 0 10px 0; }

h2 {
  font-family: "Amaranth", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0 0 10px 0; }

h3 {
  font-family: "Amaranth", sans-serif;
  padding: 0 0 10px 0; }

p {
  margin: 0;
  padding: 0 0 1em 0;
  padding: 0 0 1rem 0;
  line-height: 30px;
  line-height: 1.875rem; }

li {
  line-height: 30px;
  line-height: 1.875rem; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both;
  float: none; }

.floatfix {
  overflow: hidden; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.nowrap {
  white-space: nowrap; }

.normalcase {
  text-transform: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.smallcaps {
  font-variant: smallcaps; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.centeredblock {
  display: block;
  margin: 0 auto; }

.padding-bottom {
  padding-bottom: 1em;
  padding-bottom: 1rem; }

@media (max-width: 759px) {
  .centeredmobile {
    margin-left: auto !important;
    margin-right: auto !important; } }

@media (max-width: 759px) {
  .nomobile {
    display: none !important;
    visibility: hidden !important; } }

@media (max-width: 993px) {
  .notablet {
    display: none !important;
    visibility: hidden !important; } }

@media (min-width: 994px) {
  .nodesktop {
    display: none !important;
    visibility: hidden !important; } }

.container {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

.textcenter, .intouch {
  text-align: center; }

.roundedborder {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; }

.column {
  display: inline-block;
  *display: inline;
  width: 99.99%;
  box-sizing: border-box;
  padding-right: 1em;
  padding-right: 1rem; }
  .column.block {
    display: block; }
  .column.paddingnone {
    padding: 0; }
  .column.paddingsides {
    padding-left: 1em;
    padding-left: 1rem;
    padding-right: 1em;
    padding-right: 1rem; }
  .column.paddingtop {
    padding-top: 1em;
    padding-top: 1rem; }
  .column.paddingbottom {
    padding-bottom: 1em;
    padding-bottom: 1rem; }
  .column.paddingall {
    padding: 1em;
    padding: 1rem; }
  @media (min-width: 994px) {
    .column.fifth {
      width: 19%; } }
  .column.fifth.shrink {
    width: 19%; }
  @media (min-width: 994px) {
    .column.quarter {
      width: 24%; } }
  .column.quarter.shrink {
    width: 24%; }
  @media (min-width: 994px) {
    .column.third {
      width: 33%; } }
  .column.third.shrink {
    width: 33%; }
  @media (min-width: 994px) {
    .column.twofifths {
      width: 39%; } }
  .column.twofifths.shrink {
    width: 39%; }
  @media (min-width: 994px) {
    .column.half {
      width: 49%; } }
  .column.half.shrink {
    width: 49%; }
  @media (min-width: 994px) {
    .column.threefifths {
      width: 59%; } }
  .column.threefifths.shrink {
    width: 59%; }
  @media (min-width: 994px) {
    .column.twothirds {
      width: 66%; } }
  .column.twothirds.shrink {
    width: 66%; }
  @media (min-width: 994px) {
    .column.threequarters {
      width: 74%; } }
  .column.threequarters.shrink {
    width: 74%; }
  @media (min-width: 994px) {
    .column.fourfifths {
      width: 79%; } }
  .column.fourfifths.shrink {
    width: 79%; }
  @media (min-width: 994px) {
    .column.full {
      width: 99%; } }

@media (min-width: 994px) {
  .col-inline {
    float: none !important;
    display: inline-block;
    *display: inline;
    margin: 0 -0.2%; } }

@media (min-width: 520px) {
  .colspan2, .colspan3, .colspan4 {
    margin-bottom: 1em;
    margin-bottom: 1rem; }
    .colspan2.nomargin, .colspan3.nomargin, .colspan4.nomargin {
      margin-bottom: 0; }
  .colspan2 {
    -webkit-column-count: 2;
    -khtml-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .colspan3 {
    -webkit-column-count: 2;
    -khtml-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .colspan4 {
    -webkit-column-count: 2;
    -khtml-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; } }
@media (min-width: 760px) {
  .colspan2 {
    -webkit-column-count: 2;
    -khtml-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .colspan3 {
    -webkit-column-count: 3;
    -khtml-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .colspan4 {
    -webkit-column-count: 3;
    -khtml-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; } }
@media (min-width: 994px) {
  .colspan2 {
    -webkit-column-count: 2;
    -khtml-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .colspan3 {
    -webkit-column-count: 3;
    -khtml-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; }
  .colspan4 {
    -webkit-column-count: 4;
    -khtml-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.5em;
    -khtml-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -ms-column-gap: 1.5em;
    -o-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-column-gap: 1.5rem;
    -khtml-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem; } }

.mosaic {
  padding-bottom: 1em;
  padding-bottom: 1rem; }
  @media (min-width: 520px) {
    .mosaic.cols2 {
      -webkit-column-count: 2;
      -khtml-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2%;
      -khtml-column-gap: 2%;
      -moz-column-gap: 2%;
      -ms-column-gap: 2%;
      -o-column-gap: 2%;
      column-gap: 2%;
      -webkit-column-width: 40%;
      -khtml-column-width: 40%;
      -moz-column-width: 40%;
      -ms-column-width: 40%;
      -o-column-width: 40%;
      column-width: 40%; } }
  @media (min-width: 520px) {
    .mosaic.cols3 {
      -webkit-column-count: 2;
      -khtml-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2%;
      -khtml-column-gap: 2%;
      -moz-column-gap: 2%;
      -ms-column-gap: 2%;
      -o-column-gap: 2%;
      column-gap: 2%;
      -webkit-column-width: 40%;
      -khtml-column-width: 40%;
      -moz-column-width: 40%;
      -ms-column-width: 40%;
      -o-column-width: 40%;
      column-width: 40%; } }
  @media (min-width: 760px) {
    .mosaic.cols3 {
      -webkit-column-count: 3;
      -khtml-column-count: 3;
      -moz-column-count: 3;
      -ms-column-count: 3;
      -o-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 2%;
      -khtml-column-gap: 2%;
      -moz-column-gap: 2%;
      -ms-column-gap: 2%;
      -o-column-gap: 2%;
      column-gap: 2%;
      -webkit-column-width: 30%;
      -khtml-column-width: 30%;
      -moz-column-width: 30%;
      -ms-column-width: 30%;
      -o-column-width: 30%;
      column-width: 30%; } }
  @media (min-width: 520px) {
    .mosaic.cols4 {
      -webkit-column-count: 2;
      -khtml-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2%;
      -khtml-column-gap: 2%;
      -moz-column-gap: 2%;
      -ms-column-gap: 2%;
      -o-column-gap: 2%;
      column-gap: 2%;
      -webkit-column-width: 40%;
      -khtml-column-width: 40%;
      -moz-column-width: 40%;
      -ms-column-width: 40%;
      -o-column-width: 40%;
      column-width: 40%; } }
  @media (min-width: 760px) {
    .mosaic.cols4 {
      -webkit-column-count: 3;
      -khtml-column-count: 3;
      -moz-column-count: 3;
      -ms-column-count: 3;
      -o-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 2%;
      -khtml-column-gap: 2%;
      -moz-column-gap: 2%;
      -ms-column-gap: 2%;
      -o-column-gap: 2%;
      column-gap: 2%;
      -webkit-column-width: 30%;
      -khtml-column-width: 30%;
      -moz-column-width: 30%;
      -ms-column-width: 30%;
      -o-column-width: 30%;
      column-width: 30%; } }
  @media (min-width: 760px) {
    .mosaic.cols4 {
      -webkit-column-count: 4;
      -khtml-column-count: 4;
      -moz-column-count: 4;
      -ms-column-count: 4;
      -o-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 2%;
      -khtml-column-gap: 2%;
      -moz-column-gap: 2%;
      -ms-column-gap: 2%;
      -o-column-gap: 2%;
      column-gap: 2%;
      -webkit-column-width: 20%;
      -khtml-column-width: 20%;
      -moz-column-width: 20%;
      -ms-column-width: 20%;
      -o-column-width: 20%;
      column-width: 20%; } }

.bodywrapper ul, .bullets {
  margin: 0;
  padding: 0 0 1em 1.5em;
  padding: 0 0 1rem 1.5rem; }
  @media (max-width: 759px) {
    .bodywrapper ul.top, .bullets.top {
      padding-bottom: 0; } }
  .bodywrapper ul.inlist, .bullets.inlist {
    padding-bottom: 0; }
  .bodywrapper ul.spaceditems li, .bullets.spaceditems li {
    padding-bottom: 1em;
    padding-bottom: 1rem; }

.inset {
  display: block; }
  .inset.left {
    margin: 0 1em 1em 0;
    margin: 0 1rem 1rem 0; }
  .inset.right {
    margin: 0 0 1em 1em;
    margin: 0 0 1rem 1rem; }
  .inset.topspace {
    margin-top: 1em;
    margin-top: 1rem; }
  .inset.bottomspace {
    margin-bottom: 2em;
    margin-bottom: 2rem; }
  .inset.topbump {
    margin-top: -1em;
    margin-top: -1rem; }
  @media (max-width: 759px) {
    .inset.left, .inset.right {
      float: none;
      margin: 0.5em auto 1em auto;
      margin: 0.5rem auto 1rem auto; } }
  .inset.center {
    float: none;
    margin: 0.5em auto 1em;
    margin: 0.5rem auto 1rem; }
  .inset.nomargin-bottom {
    margin-bottom: 0;
    margin-bottom: 0; }

img.alignleft {
  margin: 0 1em 1em 0 !important;
  margin: 0 1rem 1rem 0 !important; }
img.alignright {
  margin: 0 0 1em 1em !important;
  margin: 0 0 1rem 1rem !important; }
@media (max-width: 759px) {
  img.alignleft, img.alignright {
    display: block;
    float: none;
    margin: 0.5em auto 1em auto !important;
    margin: 0.5rem auto 1rem auto !important; } }

.button {
  display: inline-block;
  *display: inline;
  padding: 0.2em 0.5em;
  padding: 0.2rem 0.5rem;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box; }
  .button:after {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    content: '';
    min-height: 1.2em;
    min-height: 1.2rem;
    margin-left: -0.3em; }
  .button.icontop:after {
    display: none; }
  .button.icontop .icon {
    display: block;
    margin: 0 auto; }
  .button.icontop .btntext {
    vertical-align: top; }

.btntext, .icon {
  display: inline-block;
  *display: inline;
  vertical-align: middle; }

.bodywrapper a:not([href]) {
  color: #000000;
  font-family: "Hind", sans-serif;
  font-weight: normal;
  text-decoration: none; }
  .bodywrapper a:not([href]):hover {
    color: #000000;
    font-family: "Hind", sans-serif;
    font-weight: normal;
    text-decoration: none; }

ΓÇï
.staffbio {
  display: block;
  margin: 0.5em 0 1em;
  margin: 0.5rem 0 1rem; }
  ΓÇï
  .staffbio .staffsupport {
    padding: 0;
    font-style: italic; }
  ΓÇï
  .staffbio .staffphoto {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor; }

.intouch {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 0.5em 0;
  padding: 0.5rem 0; }

.large-name {
  font-size: 60px;
  font-size: 3.75rem; }
  @media (max-width: 993px) {
    .large-name {
      font-size: 48px;
      font-size: 3rem; } }
  @media (max-width: 519px) {
    .large-name {
      font-size: 30px;
      font-size: 1.875rem; } }

.logo a {
  text-decoration: none !important; }
@media (max-width: 993px) {
  .logo {
    text-align: center; } }

.logo-image {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 993px) {
    .logo-image {
      margin: auto;
      max-width: 40px; } }

.text-name {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin: 30px 0 0 40px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000000; }
  @media (max-width: 993px) {
    .text-name {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 10px 0 0 20px; } }
  @media (max-width: 519px) {
    .text-name {
      font-size: 16px;
      font-size: 1rem; } }

.masthead-wrapper {
  padding: 20px 0 0 0;
  height: 130px;
  -webkit-box-shadow: 0px 2px 16px 0px #555;
  -moz-box-shadow: 0px 2px 16px 0px #555;
  box-shadow: 0px 2px 16px 0px #555;
  z-index: 1;
  position: relative; }
  @media (max-width: 993px) {
    .masthead-wrapper {
      height: 160px; } }
  .masthead-wrapper .masthead-contact-info {
    text-align: right; }
    @media (max-width: 993px) {
      .masthead-wrapper .masthead-contact-info {
        text-align: center;
        margin: 20px auto 20px; } }
    .masthead-wrapper .masthead-contact-info .addresslink {
      font-weight: 400;
      font-size: 24px;
      font-size: 1.5rem;
      text-decoration: none;
      color: #000000 !important;
      line-height: 18px;
      line-height: 1.125rem; }
      @media (max-width: 993px) {
        .masthead-wrapper .masthead-contact-info .addresslink {
          display: none; } }
    .masthead-wrapper .masthead-contact-info .phonelink {
      font-weight: 700;
      font-size: 36px;
      font-size: 2.25rem;
      text-decoration: none;
      color: #589943 !important; }
      @media (max-width: 993px) {
        .masthead-wrapper .masthead-contact-info .phonelink {
          font-size: 28px;
          font-size: 1.75rem; } }
    .masthead-wrapper .masthead-contact-info .addressstreetbreak {
      display: none; }
      .masthead-wrapper .masthead-contact-info .addressstreetbreak:after {
        content: ","; }
      @media (max-width: 993px) {
        .masthead-wrapper .masthead-contact-info .addressstreetbreak {
          content: none; }
          .masthead-wrapper .masthead-contact-info .addressstreetbreak:after {
            content: none; } }

.menu-background {
  background: #323D82;
  width: 56%;
  float: right;
  margin: -40px 0 0 0;
  border-radius: 4px 0 0 4px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0px 4px 8px 0px #777777;
  -moz-box-shadow: 0px 4px 8px 0px #777777;
  box-shadow: 0px 4px 8px 0px #777777;
  height: 50px;
  max-width: 2000px; }
  @media (max-width: 1199px) {
    .menu-background {
      width: 61%; } }
  @media (max-width: 993px) {
    .menu-background {
      float: none;
      margin: auto;
      width: 100%;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; } }

.menu-wrapper {
  margin-top: -80px; }

.slider {
  margin-top: -10px; }

.menu-column {
  margin-top: -48px;
  z-index: 1;
  position: relative; }

.client-footer-wrapper {
  height: 280px;
  text-align: center;
  background-image: url("../images/animal-print-background.png");
  background-color: #323D82;
  background-repeat: repeat-x; }
  @media (max-width: 993px) {
    .client-footer-wrapper {
      height: auto; } }
  .client-footer-wrapper .client-footer-container .left-column {
    padding: 0;
    height: 280px; }
    @media (max-width: 993px) {
      .client-footer-wrapper .client-footer-container .left-column {
        height: auto; } }
    .client-footer-wrapper .client-footer-container .left-column .google-map iframe {
      height: 280px;
      width: 100%; }
  .client-footer-wrapper .client-footer-container .center-column {
    height: 280px;
    background-image: url("../images/animal-print-background.png");
    background-color: #323D82;
    padding: 20px 0; }
    @media (max-width: 993px) {
      .client-footer-wrapper .client-footer-container .center-column {
        height: auto; } }
    .client-footer-wrapper .client-footer-container .center-column .heading {
      font-family: "Amaranth", sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 700;
      color: #ffffff;
      border-bottom: 2px solid #ffffff;
      display: inline-block;
      padding: 20px 0 0px 0;
      margin: 0 0 10px 0; }
      @media (max-width: 993px) {
        .client-footer-wrapper .client-footer-container .center-column .heading {
          display: none; } }
    .client-footer-wrapper .client-footer-container .center-column .addresslink {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-weight: 700;
      color: #ffffff; }
    .client-footer-wrapper .client-footer-container .center-column .phonelink {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 32px;
      line-height: 2rem;
      font-weight: 700;
      color: #ffffff;
      text-decoration: none !important; }
    .client-footer-wrapper .client-footer-container .center-column .social-media a {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 32px;
      line-height: 2rem;
      font-weight: 700;
      color: #ffffff;
      background: #d9bb27;
      padding: 2px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      display: inline-block;
      width: 42px;
      margin: 4px;
      text-decoration: none; }
      .client-footer-wrapper .client-footer-container .center-column .social-media a:hover {
        background: #ae961f; }
      .client-footer-wrapper .client-footer-container .center-column .social-media a .fa {
        padding: 4px; }
  .client-footer-wrapper .client-footer-container .right-column {
    height: 280px;
    background-image: url("../images/animal-print-background.png");
    background-color: #589943;
    padding: 20px 0; }
    @media (max-width: 993px) {
      .client-footer-wrapper .client-footer-container .right-column {
        height: auto; } }
    .client-footer-wrapper .client-footer-container .right-column .heading {
      font-family: "Amaranth", sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 700;
      color: #ffffff;
      border-bottom: 2px solid #ffffff;
      display: inline-block;
      padding: 20px 0 0px 0;
      margin: 0 0 10px 0; }
      @media (max-width: 993px) {
        .client-footer-wrapper .client-footer-container .right-column .heading {
          display: none; } }
    .client-footer-wrapper .client-footer-container .right-column .hours {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-weight: 500;
      color: #ffffff; }

.page-content-wrapper {
  padding: 40px 0; }
  @media (max-width: 993px) {
    .page-content-wrapper {
      padding: 10px 0; } }

.emergency-button {
  padding: 10px 20px 10px 80px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
  background: #970909 url("../images/heart-button.png") 20px no-repeat;
  max-width: 500px;
  margin: auto; }
  @media (max-width: 993px) {
    .emergency-button {
      padding: 10px 10px;
      background: #970909; } }
  @media (max-width: 519px) {
    .emergency-button {
      padding: 10px 4px; } }
  .emergency-button:hover {
    background: #700707 url("../images/heart-button.png") 20px no-repeat; }
    @media (max-width: 993px) {
      .emergency-button:hover {
        background: #700707; } }
  .emergency-button a {
    color: #ffffff;
    text-decoration: none; }
    .emergency-button a .button-heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "Amaranth", sans-serif; }
      @media (max-width: 1199px) {
        .emergency-button a .button-heading {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media (max-width: 993px) {
        .emergency-button a .button-heading {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 26px;
          line-height: 1.625rem;
          font-family: "Hind", sans-serif; } }
    @media (max-width: 993px) {
      .emergency-button a br {
        content: "\00a0";
        width: 6px;
        display: inline-block; } }
    @media (max-width: 993px) {
      .emergency-button a:before {
        content: "";
        width: 64px;
        display: inline-block;
        background: url("../images/heart-button.png") 20px no-repeat;
        height: 40px;
        background-size: 40px;
        vertical-align: middle; } }

.appointment-button {
  padding: 10px 20px 10px 80px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
  background: #323D82 url("../images/stethoscope-button.png") 20px no-repeat;
  max-width: 500px;
  margin: 20px auto; }
  @media (max-width: 993px) {
    .appointment-button {
      padding: 10px 10px;
      background: #323D82; } }
  @media (max-width: 519px) {
    .appointment-button {
      padding: 10px 4px; } }
  .appointment-button:hover {
    background: #272f65 url("../images/stethoscope-button.png") 20px no-repeat; }
    @media (max-width: 993px) {
      .appointment-button:hover {
        background: #272f65; } }
  .appointment-button a {
    color: #ffffff;
    text-decoration: none; }
    .appointment-button a .button-heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "Amaranth", sans-serif; }
      @media (max-width: 1199px) {
        .appointment-button a .button-heading {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media (max-width: 993px) {
        .appointment-button a .button-heading {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 26px;
          line-height: 1.625rem;
          font-family: "Hind", sans-serif; } }
    @media (max-width: 993px) {
      .appointment-button a br {
        content: "\00a0";
        width: 6px;
        display: inline-block; } }
    @media (max-width: 993px) {
      .appointment-button a:before {
        content: "";
        width: 64px;
        display: inline-block;
        background: url("../images/stethoscope-button.png") 20px no-repeat;
        height: 40px;
        background-size: 40px;
        vertical-align: middle; } }

.mobile-button {
  padding: 10px 20px 10px 80px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
  background: #323D82 url("../images/phone-button.png") 20px no-repeat; }
  @media (max-width: 993px) {
    .mobile-button {
      display: none; } }
  .mobile-button:hover {
    background: #272f65 url("../images/phone-button.png") 20px no-repeat; }
  .mobile-button a {
    color: #ffffff;
    text-decoration: none; }
    .mobile-button a .button-heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "Amaranth", sans-serif; }
      @media (max-width: 1199px) {
        .mobile-button a .button-heading {
          font-size: 22px;
          font-size: 1.375rem; } }

.primary-button-style {
  padding: 8px 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
  background: #d9bb27;
  display: inline-flex;
  display: -webkit-inline-box;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box; }
  .primary-button-style:hover {
    background: #b79e20; }
  .primary-button-style a {
    color: #ffffff;
    text-decoration: none; }

.home-testimonial-row {
  background: #323D82 url("../images/animal-print-background.png");
  text-align: center; }
  .home-testimonial-row .quote-text {
    margin: 20px 0 0 0; }
    .home-testimonial-row .quote-text p {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem;
      font-family: "Amaranth", sans-serif;
      color: #ffffff;
      font-style: italic;
      padding: 0; }
      @media (max-width: 993px) {
        .home-testimonial-row .quote-text p {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 24px;
          line-height: 1.5rem; }
          .home-testimonial-row .quote-text p img {
            width: 24px; } }
  .home-testimonial-row .quote-author {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "Amaranth", sans-serif;
    color: #ffffff; }
    @media (max-width: 993px) {
      .home-testimonial-row .quote-author {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 10px; } }

.home-subheading-row {
  padding: 40px 0 0 0; }

.bullets {
  margin: 0 auto;
  padding: 0 20px; }
  .bullets ul {
    margin: 0 auto;
    padding: 0 20px; }

.rounded-image img {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box; }

.entry-content img {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box; }

@media (max-width: 993px) {
  .home-buttons-column, .home-heading-column {
    display: block;
    width: 100%; } }

.home-heading-column {
  padding-left: 40px; }
  @media (max-width: 993px) {
    .home-heading-column {
      padding-left: 0; } }

.intouch-footer-wrapper {
  background: #ffffff;
  padding: 20px; }
  .intouch-footer-wrapper p {
    color: #323D82; }
    .intouch-footer-wrapper p a {
      color: #323D82; }
      .intouch-footer-wrapper p a:hover {
        color: #404ea7; }

.subpage-banner-wrapper {
  border-top: #589943 solid 24px !important;
  padding: 20px 0;
  margin-top: -10px; }

.subpage-testimonial-row {
  text-align: center; }
  .subpage-testimonial-row .quote-text p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-family: "Amaranth", sans-serif;
    font-style: italic;
    padding: 0; }
    @media (max-width: 993px) {
      .subpage-testimonial-row .quote-text p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; }
        .subpage-testimonial-row .quote-text p img {
          width: 24px; } }
  .subpage-testimonial-row .quote-author {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "Amaranth", sans-serif;
    color: #323D82; }
    @media (max-width: 993px) {
      .subpage-testimonial-row .quote-author {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 36px;
        line-height: 2.25rem;
        margin-bottom: 10px; } }

.widget-404-copy ul {
  list-style: disc; }
  .widget-404-copy ul li a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem; }

.sidr {
  padding-bottom: 100px; }

.vc_row {
  margin-left: -15px;
  margin-right: -10px; }

#featured-img-id {
  text-align: center; }

.weekday {
  min-width: 100px;
  display: inline-block; }

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


/* Begin WAH Code */

/* YOU CAN CHANGE THESE SETTINGS */

/* Container Position */

#wp_access_helper_container {
  top: auto;
  bottom: 0 !important;
}

/* Icon Position & BG Color */
#wp_access_helper_container button.wahout.aicon_link {
  top: auto;
  bottom: 0;
  left: -5px;
  background-color:#d9bb27 !important;
}


/* Icon Color */
#wp_access_helper_container button.wahout.aicon_link:before {
  color: #ffffff;
}
/* Icon BG Hover Color & Container BG Color */
#wp_access_helper_container.accessability_container button.wahout.aicon_link:hover, #wp_access_helper_container.accessability_container.active button.wahout.aicon_link, #wp_access_helper_container {
  background-color:#b79e20 !important;
}
/* Button BG Hover Color & Hover Text Color */
#wp_access_helper_container button.wahout:not(.convar):hover {
  background-color:#d9bb27 !important;
  color:#fff !important;
}
/* All Text Color */
#wp_access_helper_container .a_module_title, #wp_access_helper_container button.wahout#contrast_trigger, #wp_access_helper_container button.wahout:not(.convar):hover, #wp_access_helper_container button.wahout.aicon_link:hover:before  {
  color:#fff !important;
}

/* DO NOT TOUCH THESE SETTINGS */
#wp_access_helper_container *:not(.convar) {
  background:transparent !important;
  font-family:'Lato', sans-serif;
}
#wp_access_helper_container {
  height:auto;
  border: 1px solid black;
  border-radius: 6px;
}
#wp_access_helper_container button.wahout.aicon_link {
  position:absolute;
  transform:translate(-100%, 0);
  width: 40px;
  height: 40px;
}



#wp_access_helper_container button.wahout.aicon_link img {
  display:none;
}
#wp_access_helper_container button.wahout.aicon_link:before {
  content:'\f193';
  font-family:"FontAwesome";
  font-weight:700;
  font-size:24px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#wp_access_helper_container button.close_container {
  border: 1px solid #fff !important;
  padding-bottom: 35px !important;
}

/* End WAH Code */