/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 7.1pt;
  color: #4c4c4c;
}
/*
@static-prefix: '/vrsc/123';
*/
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .ie6,
.container ie7,
.container ie8 {
  width: 1230px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1230px) {
  .container {
    width: 1230px;
    padding-left: 0;
    padding-right: 0;
  }
}
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.make-me-a-table .table {
  display: table;
  width: 100%;
}
.make-me-a-table .table .row {
  display: table-row;
}
.make-me-a-table .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 840px) {
  .make-me-a-table .table {
    display: block;
  }
  .make-me-a-table .table .row {
    display: block;
  }
  .make-me-a-table .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.side-by-side {
  clear: both;
}
.side-by-side .left,
.side-by-side .right {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.side-by-side .right {
  padding-left: 7px;
}
.side-by-side .left {
  padding-right: 7px;
}
.side-by-side h2,
.side-by-side h3 {
  text-align: center;
}
.side-by-side .third {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.side-by-side .third img {
  width: 100%;
  max-width: 100%;
}
.side-by-side .two-third {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 66%;
}
.side-by-side .two-third img {
  width: 100%;
  max-width: 100%;
}
.inline-children {
  text-align: center;
  font-size: 0;
}
.inline-children > * {
  display: inline-block;
  font-size: 7.1pt;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.menu-link {
  text-decoration: none;
}
.menu-link:hover {
  text-decoration: underline;
}
.link-inherit a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.link-inherit a:hover {
  text-decoration: underline;
}
.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.v-h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overflow-hidden {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1230px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  text-align: right;
  padding: 15px 0;
  box-shadow: 1px 1px 20px #333333;
  z-index: 20;
}
body > header .logo {
  float: left;
  margin-bottom: 15px;
}
body > header .right-wrapper {
  display: inline-block;
}
body > header .info {
  display: inline-block;
}
body > header .links > * {
  vertical-align: middle;
}
body > header .links .phone {
  display: inline-block;
  padding-right: 40px;
  font-size: 180%;
  vertical-align: middle;
}
body > header .links .phone img {
  padding-right: 8px;
}
body > header .links .phone .tagline {
  display: inline-block;
  color: #273c8d;
  font-size: 17.04pt;
  vertical-align: middle;
  padding-right: 20px;
}
body > header .links .phone .tagline a {
  color: #273c8d;
}
body > header .links img {
  vertical-align: middle;
}
body > header .links .facebook {
  display: inline-block;
  margin-top: -3px;
}
body > header .main-menu {
  font-size: 180%;
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
body > header .main-menu a {
  text-transform: uppercase;
}
body > header .main-menu li {
  position: relative;
  display: inline-block;
  padding: 0 15px 10px 15px;
}
body > header .main-menu li:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s, bottom 0.3s;
}
body > header .main-menu li a {
  color: #273c8d;
  text-decoration: none;
}
body > header .main-menu li.current:after,
body > header .main-menu li:hover:after {
  background-color: #079645;
  bottom: 0;
}
body > header .main-menu li > ul {
  position: absolute;
  opacity: 0;
  left: -20000px;
  transition: opacity .3s;
  text-align: left;
  padding: 5px 0px;
  margin: 0;
  margin-top: 10px;
}
body > header .main-menu li > ul li {
  display: block;
  padding: 5px 15px 5px 15px;
  background-color: white;
}
body > header .main-menu li > ul a {
  white-space: nowrap;
}
body > header .main-menu li:hover > ul {
  z-index: 100;
  opacity: 1;
  left: 0;
}
body > header .tribar {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
body > header .tribar .one,
body > header .tribar .two,
body > header .tribar .three {
  border-bottom: solid 3px;
  border-color: black;
}
body > header .tribar .two {
  margin: 7px 0;
}
@media (max-width: 840px) {
  body > header {
    position: relative;
  }
  body > header:after {
    content: '';
    display: table;
    clear: both;
  }
  body > header .main-menu {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    top: 0;
    left: -20000px;
    opacity: 0;
    transition: opacity .3s;
    overflow: auto;
    padding: 50px 0;
    box-sizing: border-box;
    margin-top: 0;
  }
  body > header .main-menu > li {
    display: block;
    text-align: center;
  }
  body > header .main-menu > li > a {
    text-align: center;
    font-weight: 600;
  }
  body > header .main-menu > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  body > header .main-menu > li > ul a {
    text-align: center;
  }
  body > header .main-menu.open {
    left: 0;
    opacity: 1;
    background-color: white;
  }
  body > header .logo {
    margin-bottom: 10px;
  }
  body > header .right-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  body > header .right-wrapper .num,
  body > header .right-wrapper .facebook {
    display: block;
  }
  body > header .right-wrapper .phone {
    padding-right: 0;
  }
  body > header .right-wrapper .facebook {
    padding-top: 10px;
  }
  body > header .tribar {
    display: inline-block;
    margin-bottom: 6px;
  }
  body > header ul li:last-child {
    margin-right: 0;
  }
}
body {
  padding-top: 120px;
}
@media (max-width: 840px) {
  body {
    padding-top: 0;
  }
}
section {
  overflow: hidden;
}
.jumbo {
  position: relative;
  height: 830px;
  max-height: 80vh;
  background-image: url('/img/dogs-with-ball.jpg');
  background-position: center center;
  background-size: cover;
}
.jumbo .banner-box {
  position: absolute;
  left: 50%;
  top: 70%;
  border-radius: 110px;
  background-color: #182c72;
  background-color: rgba(24, 44, 114, 0.77);
  padding: 20px 80px;
  color: white;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jumbo .banner-box .one {
  font-size: 450%;
  font-weight: 400;
}
.jumbo .banner-box .two {
  font-size: 360%;
  font-weight: 200;
}
.jumbo .banner-box .three {
  font-size: 197%;
  font-weight: 200;
}
.jumbo .banner-box .four {
  font-size: 487%;
  font-weight: 600;
}
@media (max-width: 550px) {
  .jumbo .banner-box {
    font-size: 70%;
  }
}
@media (max-width: 650px) {
  .jumbo {
    max-height: 60vh;
  }
  .jumbo .banner-box .three {
    display: none;
  }
}
.ie6 .jumbo .banner-box,
ie7 .jumbo .banner-box,
ie8 .jumbo .banner-box {
  margin-left: -330px;
  margin-top: -110px;
}
.animal-box {
  font-weight: 300;
  color: white;
  background-image: url('/img/dog-and-cat.jpg');
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}
.animal-box .container {
  width: 845px;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}
.animal-box h2 {
  font-size: 520%;
  color: #4acd8e;
  font-weight: 100;
  margin-top: 0;
}
.animal-box p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
  font-size: 218%;
}
.animal-box p .bigger {
  font-size: 150%;
}
.animal-box .med-icons {
  max-width: 95%;
}
.animal-box.announcement h2 {
  color: white;
}
.animal-box.announcement a {
  color: white;
  font-size: 10.65pt;
}
.container article {
  padding-bottom: 60px;
  margin-top: 60px;
}
.container article h1,
.container article h2,
.container article h3,
.container article h4 {
  font-weight: 400;
}
.container article h1 {
  font-size: 21.3pt;
}
.container article h2 {
  font-size: 17.75pt;
}
.container article h3 {
  font-size: 15.62pt;
}
.container article h4 {
  font-size: 14.2pt;
  font-style: italic;
}
.container article .careguides {
  font-size: 15.62pt;
  cursor: pointer;
}
.container article .careguides:before {
  content: '+';
  display: inline-block;
  width: 2em;
}
.container article .careguides.open:before {
  content: '-';
}
.container article p,
.container article li,
.container article td {
  font-size: 12.78pt;
  line-height: 1.5em;
}
.container article .alignright {
  float: right;
  margin: 0px 0px 20px 20px;
  border: 2px solid #ececec;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.container article a.btn {
  display: inline-block;
  font-size: 18px !important;
  border: 0;
  background-color: #139151;
  color: white;
  padding: 14px 30px;
  font-size: 120%;
  line-height: 1em;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.container article a.btn.fb {
  background-color: #385592;
}
.container article a.btn.goo {
  background-color: #c53f2e;
}
.container article a.btn.yellow {
  background-color: #f9a811;
}
.container article a.btn.blue {
  background-color: #182c72;
}
.container article hr {
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 40px 0 20px 0;
  clear: both;
  position: relative;
}
.container article .ezcol-one-half {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.container article .ezcol-one-half:first-of-type {
  padding-right: 25px;
}
.container article .ezcol-one-half:last-of-type {
  padding-left: 25px;
}
.container article .ezcol-divider {
  clear: both;
}
.pricing table {
  width: 100%;
  border-collapse: collapse;
}
.pricing table td {
  border: solid 1px black;
  vertical-align: middle;
  padding: 4px 10px;
}
.staff-box {
  position: relative;
  padding-top: 1px;
}
.staff-box:before {
  content: '';
  display: inline-block;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
@media (max-width: 840px) {
  .staff-box:before {
    display: none;
  }
}
.staff-box .container {
  position: relative;
  z-index: 2;
}
.staff-box .container:after {
  content: '';
  display: table;
  clear: both;
}
.staff-box h1 {
  font-size: 520%;
  color: #273c8d;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}
.staff-box h2 {
  color: #273c8d;
  text-align: center;
  font-size: 400%;
  margin-bottom: 0;
  font-weight: 300;
}
.staff-box h3 {
  color: #7f92cd;
  font-size: 300%;
  margin-top: 0;
  font-weight: 300;
}
.staff-box .person {
  box-sizing: border-box;
  padding: 0 60px 80px 60px;
  float: left;
  width: 50%;
  text-align: center;
}
@media (max-width: 840px) {
  .staff-box .person {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 10px;
  }
}
.staff-box img {
  border-radius: 50%;
  border: solid 4px #98a1c0;
  width: 200px;
}
.staff-box p {
  font-size: 160%;
}
section.contact-box {
  background-color: #f2f2f2;
}
.contact-box {
  padding: 20px 0 60px 0;
  color: #4acd8e;
}
.contact-box:after {
  content: '';
  display: table;
  clear: both;
}
.contact-box .container.small {
  max-width: 650px;
}
.contact-box h1 {
  font-weight: 300;
  font-size: 360%;
}
.contact-box h1.center {
  padding-left: 0;
}
.contact-box input[type=text],
.contact-box textarea {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #4acd8e;
  width: 100%;
  color: #293d82;
  background: white;
  padding: 0 15px;
  line-height: 42px;
}
.contact-box input[type=text].red,
.contact-box textarea.red {
  border: solid 1px red;
}
.contact-box input[type=text] {
  height: 42px;
  font-size: 18px;
}
.contact-box input[type=radio] {
  display: inline;
}
.contact-box input[type=radio] + label {
  display: inline;
  padding: 0 6px;
}
.contact-box textarea,
.contact-box select {
  font-size: 180%;
}
.contact-box label {
  display: inline-block;
  width: 100%;
  font-size: 180%;
  color: #293d82;
  margin-bottom: 9px;
}
.contact-box label.much-space {
  margin: 30px 0;
}
.contact-box label input {
  margin-top: 9px;
}
.contact-box button {
  font-size: 18px !important;
  border: 0;
  background-color: #139151;
  color: white;
  padding: 14px 30px;
  font-size: 120%;
  line-height: 1em;
  text-transform: uppercase;
}
.contact-box .ie6 h1,
.contact-box ie7 h1,
.contact-box ie8 h1,
.contact-box .ie6 form,
.contact-box ie7 form,
.contact-box ie8 form {
  padding-left: 30px;
}
@media (min-width: 840px) {
  .contact-box h1,
  .contact-box form {
    padding-left: 30px;
  }
}
@media (max-width: 840px) {
  .contact-box form {
    margin-bottom: 30px;
  }
}
.contact-box form,
.contact-box .sent-msg,
.contact-box .error-msg {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact-box form {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.contact-box .sent-msg,
.contact-box .error-msg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  font-size: 180%;
}
.contact-box.sent form {
  opacity: 0;
  z-index: 0;
}
.contact-box.sent .sent-msg {
  opacity: 1;
}
.contact-box.error form {
  opacity: 0;
  z-index: 0;
}
.contact-box.error .error-msg {
  opacity: 1;
}
.contact-box .lefty {
  float: left;
  position: relative;
  width: 65%;
  box-sizing: border-box;
  margin-right: 5%;
  color: #139151;
}
.contact-box .lefty h2 {
  margin-top: 0;
  font-size: 260%;
  font-weight: 600;
}
.contact-box .lefty p {
  font-size: 180%;
}
.contact-box .lefty p a {
  color: #139151;
}
.contact-box .righty {
  float: right;
  width: 20%;
  margin-right: 0;
  box-sizing: border-box;
}
.contact-box .righty img {
  margin-top: 50px;
}
@media (max-width: 840px) {
  .contact-box .lefty,
  .contact-box .righty {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
form.contact-box label {
  margin: 20px 0 5px 0;
}
form.contact-box button {
  margin-top: 20px;
}
form.contact-box button[disabled="disabled"] {
  background-color: #f2f2f2;
}
form.contact-box .red {
  color: #ef3026;
}
footer {
  background-color: #152f72;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwYjIyNWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE1MmY3MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #0b225d 0%, #152f72 100%);
  background-image: -moz-linear-gradient(top, #0b225d 0%, #152f72 100%);
  background-image: -o-linear-gradient(top, #0b225d 0%, #152f72 100%);
  background-image: linear-gradient(to bottom, #0b225d 0%, #152f72 100%);
  box-sizing: border-box;
  min-height: 365px;
  padding: 30px 0;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer a,
footer a:hover {
  color: #4acd8e;
}
footer strong a,
footer strong a:hover {
  color: white;
  text-decoration: none;
}
footer .logo-side {
  float: left;
  box-sizing: border-box;
  width: 40%;
  margin-bottom: 40px;
}
footer .logo-side .copyright {
  color: white;
  font-size: 150%;
}
footer .serving-side {
  float: right;
  box-sizing: border-box;
  width: 60%;
  padding-right: 10%;
  text-align: right;
}
footer .serving-side .one {
  font-size: 370%;
  color: #4acd8e;
  font-weight: 300;
}
footer .serving-side .two {
  color: white;
  font-size: 240%;
  font-weight: 300;
}
footer .serving-side .phone {
  color: white;
  font-size: 370%;
}
@media (max-width: 840px) {
  footer .logo-side,
  footer .serving-side {
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
}
.pharmacy-bar {
  font-size: 11.36pt;
  background-color: #079645;
  color: white;
  text-align: center;
  padding: 0 0 12px 0;
  margin-bottom: 10px;
}
.pharmacy-bar .slanted-bar {
  height: 16px;
  background-image: url('/img/slanted-bar.png');
  background-position: top center;
  margin-bottom: 10px;
}
.pharmacy-bar a {
  color: white;
}
.cols:after {
  content: '';
  display: table;
  clear: both;
}
.cols .w12 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 10px;
}
.cols .w8 {
  box-sizing: border-box;
  width: 66.666%;
  float: left;
  padding: 0 10px;
}
.cols .w6 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.cols .w4 {
  box-sizing: border-box;
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
.staff-person:after {
  content: '';
  display: table;
  clear: both;
}
.staff-person h3 {
  margin-bottom: 0;
}
.staff-person h3 + p {
  margin-top: 0;
}
.staff-person .profile-img {
  max-width: 300px;
  display: block;
  margin: 20px auto;
}
.staff-person .ie6 .profile-img,
.staff-person ie7 .profile-img,
.staff-person ie8 .profile-img {
  float: right;
  margin-left: 30px;
}
@media (min-width: 840px) {
  .staff-person .profile-img {
    float: right;
    margin-left: 30px;
  }
}
.two-button-grid {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}
