/*
Responsive styles
*/
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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"],
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; }

html {
  box-sizing: border-box; }

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

@media screen and (max-width: 1024px) {
  #top_top_banner {
    width: 100%; }
    #top_top_banner * {
      width: 100% !important;
      height: auto !important; } }
.img-responsive {
  width: 100%;
  height: auto; }

.firstvet-logo {
  margin: 0;
  max-width: 75% !important; }

#page_header h1 a {
  padding: 0 20px; }

#content .firstvet-widget {
  padding: 20px; }
  #content .firstvet-widget h2 {
    font-size: 16px;
    margin-bottom: 4px; }
  #content .firstvet-widget p:last-child {
    margin-bottom: 0; }
  #content .firstvet-widget a {
    font-weight: bold; }

#content .page-firstvet {
  padding: 20px; }
  #content .page-firstvet ul {
    list-style-type: disc;
    margin: 0 0 20px 0;
    padding: 0 0 10px 10px;
    list-style: disc; }
    #content .page-firstvet ul li {
      margin: 0 0 0 10px;
      font-size: 14px; }
  #content .page-firstvet .firstvet-logo {
    max-width: 250px !important;
    margin-top: 0;
    margin-bottom: 20px; }
  #content .page-firstvet .box {
    padding: 20px; }

.row {
  background-color: #fff;
  margin-bottom: 10px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.box-half {
  width: 50%;
  float: left; }

.txt-firstvet {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 20px 0; }
  .txt-firstvet h2 {
    font-size: 16px; }

.btn-firstvet {
  display: inline-block;
  background-color: #1a9bac;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
  padding: 12px 22px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn-firstvet:hover {
    background-color: #1891a1; }

.ask-veterinary .btn-firstvet {
  display: block;
  text-align: center;
  margin-bottom: 10px; }

.alert-info.firstvet {
  float: left;
  width: 100%;
  background-color: #1dafc2;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  text-align: center; }
  .alert-info.firstvet p {
    margin-bottom: 0; }
  .alert-info.firstvet a {
    color: #fff;
    text-decoration: underline; }
  .alert-info.firstvet .btn {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: #1a9bac;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    padding: 8px 15px;
    text-decoration: none;
    margin-left: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .alert-info.firstvet .btn:hover {
      background-color: #1891a1;
      border-color: rgba(255, 255, 255, 0); }

.featured {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
  min-height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .featured > .text {
    display: block;
    width: 100%; }
  .featured h1 {
    color: #fff;
    font-weight: normal;
    margin-bottom: .25em; }
  .featured p {
    font-size: 15px; }
  @media screen and (max-width: 1024px) {
    .featured {
      padding: 10px;
      min-height: 275px; } }

#content .box.fastingmedel {
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/img/fastingmedel03-800.jpg"); }
  #content .box.fastingmedel .link {
    padding: 10px 10px 10px 10px;
    display: block;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #content .box.fastingmedel .link * {
      pointer-events: all;
      cursor: pointer; }
    #content .box.fastingmedel .link h2 {
      position: relative;
      color: #000;
      font-weight: bold;
      font-size: 16px;
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 5px;
      margin: 0 0 20px 0;
      padding: 10px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #content .box.fastingmedel .link h2:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -5px;
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(255, 255, 255, 0.95);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    #content .box.fastingmedel .link p {
      text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25); }
    #content .box.fastingmedel .link span {
      margin-top: 20px;
      display: block;
      border-radius: 2px;
      padding: 10px 10px;
      text-align: center;
      background-color: #1aafc2;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
      text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    #content .box.fastingmedel .link:hover {
      text-decoration: none;
      background-color: rgba(39, 68, 89, 0.55); }
      #content .box.fastingmedel .link:hover h2 {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px); }
      #content .box.fastingmedel .link:hover span {
        background-color: #1cb9cd; }
    #content .box.fastingmedel .link:focus {
      text-decoration: none; }

#firstvet-bar {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #1db0c2; }
  #firstvet-bar a {
    display: block;
    padding: 10px;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden; }
    #firstvet-bar a img {
      float: right;
      max-height: 50px;
      max-width: 100%; }
      #firstvet-bar a img.first {
        float: left; }
  @media screen and (max-width: 720px) {
    #firstvet-bar a {
      text-align: center; }
      #firstvet-bar a img {
        margin: 0 auto;
        float: none; }
        #firstvet-bar a img.first {
          float: none; } }

#firstvet-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99998;
  left: 0;
  top: 0;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  display: none; }
  #firstvet-overlay .overlay-content {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 1140px;
    margin: 120px auto 50px auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 900px) {
    #firstvet-overlay .overlay-content {
      margin-top: 0;
      border-radius: 0; } }

.firstvet-app-info {
  position: relative;
  font-family: 'Lato', Helvetica, sans-serif; }
  .firstvet-app-info .overlay-content .overlay-link {
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none; }
  .firstvet-app-info .overlay-content img {
    margin: 0 auto;
    max-width: 100%; }
  .firstvet-app-info .overlay-content .row {
    background-color: #fff;
    display: block;
    margin-bottom: 0; }
    .firstvet-app-info .overlay-content .row::after {
      clear: both;
      content: "";
      display: table; }
    .firstvet-app-info .overlay-content .row.background {
      background-color: #333;
      background-image: url("/_firstvet_assets/images/vet-overlay/OC_FIRSTVET-05285_cropped.jpg");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      color: #fff; }
    .firstvet-app-info .overlay-content .row .col-1 {
      float: right;
      display: block;
      margin-left: 2.1276595745%;
      width: 57.4468085106%; }
      .firstvet-app-info .overlay-content .row .col-1:last-child {
        margin-left: 0; }
    .firstvet-app-info .overlay-content .row .col-2 {
      float: right;
      display: block;
      margin-left: 2.1276595745%;
      width: 40.4255319149%; }
      .firstvet-app-info .overlay-content .row .col-2:last-child {
        margin-left: 0; }
    .firstvet-app-info .overlay-content .row .col-12 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .firstvet-app-info .overlay-content .row .col-12:last-child {
        margin-right: 0; }
    .firstvet-app-info .overlay-content .row .col-2 img {
      width: 100%;
      max-width: 400px;
      margin: 50px auto 50px auto; }
    .firstvet-app-info .overlay-content .row .content {
      padding: 50px 50px 20px 20px;
      text-align: left; }
      .firstvet-app-info .overlay-content .row .content h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 30px; }
      .firstvet-app-info .overlay-content .row .content p {
        font-size: 24px; }
      .firstvet-app-info .overlay-content .row .content ul {
        font-size: 20px;
        list-style: none;
        padding: 0;
        margin-bottom: 30px; }
        .firstvet-app-info .overlay-content .row .content ul li {
          padding: 0 0 2px 0;
          margin: 0; }
      .firstvet-app-info .overlay-content .row .content .btn-flat {
        display: inline-block;
        background-color: #ff99ac;
        border: none;
        border-radius: 7px;
        color: #ffffff;
        font-weight: 700;
        font-size: 15px;
        padding: 15px 30px;
        margin-bottom: 20px;
        margin-top: 20px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .firstvet-app-info .overlay-content .row .content .btn-flat:hover {
          background-color: #ff8097;
          color: #fff; }
      .firstvet-app-info .overlay-content .row .content .logo {
        margin: 0;
        max-height: 90px; }
      .firstvet-app-info .overlay-content .row .content .alert {
        display: inline-block;
        font-size: 16px;
        margin: 0; }
        .firstvet-app-info .overlay-content .row .content .alert.alert-info {
          padding: 10px 15px;
          background-color: rgba(255, 255, 255, 0.7);
          border-color: #189bac;
          border-radius: 5px;
          color: #000; }
    .firstvet-app-info .overlay-content .row .download {
      padding: 50px;
      text-align: center; }
      .firstvet-app-info .overlay-content .row .download .logo {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px; }
    .firstvet-app-info .overlay-content .row .app-badges {
      padding-top: 20px;
      text-align: center; }
      .firstvet-app-info .overlay-content .row .app-badges .app-badge {
        display: inline-block;
        padding: 5px 5px; }
        .firstvet-app-info .overlay-content .row .app-badges .app-badge img {
          max-height: 55px; }
  .firstvet-app-info .cookie {
    display: none; }
  .firstvet-app-info .btn {
    display: none; }
  .firstvet-app-info .close-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 14vh;
    background-color: #fff; }
    .firstvet-app-info .close-overlay:hover {
      background-color: #eee; }
    .firstvet-app-info .close-overlay .close-content {
      padding: 15px 20px;
      overflow: hidden; }
      .firstvet-app-info .close-overlay .close-content img {
        float: left;
        max-height: 60px; }
      .firstvet-app-info .close-overlay .close-content .btn {
        border-radius: 3px;
        padding: 10px 25px;
        background-color: #1d2338;
        color: #fff; }
      .firstvet-app-info .close-overlay .close-content .close {
        float: right; }
  @media screen and (max-height: 1200px) and (min-height: 600px) {
    .firstvet-app-info .overlay-content img {
      max-height: 85vh; } }
  @media screen and (max-width: 900px) {
    .firstvet-app-info .close-overlay {
      display: block;
      position: relative; }
    .firstvet-app-info .overlay-content .row .col-1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin: 0; }
      .firstvet-app-info .overlay-content .row .col-1:last-child {
        margin-right: 0; }
      .firstvet-app-info .overlay-content .row .col-1 img {
        margin: 0 auto;
        max-height: 300px; }
    .firstvet-app-info .overlay-content .row .col-2 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin: 0; }
      .firstvet-app-info .overlay-content .row .col-2:last-child {
        margin-right: 0; }
      .firstvet-app-info .overlay-content .row .col-2 img {
        margin: 10px auto 10px auto; }
    .firstvet-app-info .overlay-content .row .content {
      text-align: center;
      padding: 30px;
      margin: 0; }
      .firstvet-app-info .overlay-content .row .content h1 {
        font-size: 40px;
        margin-top: 0; }
      .firstvet-app-info .overlay-content .row .content p {
        font-size: 16px; }
      .firstvet-app-info .overlay-content .row .content ul {
        font-size: 16px; }
      .firstvet-app-info .overlay-content .row .content .logo {
        max-height: 50px; } }
  @media screen and (max-width: 900px) {
    .firstvet-app-info .close-overlay .close-content {
      text-align: center; }
      .firstvet-app-info .close-overlay .close-content img {
        max-width: 150px;
        float: none;
        margin: 0 auto 10px auto; }
      .firstvet-app-info .close-overlay .close-content .close {
        float: none; }
      .firstvet-app-info .close-overlay .close-content .btn {
        margin-top: 10px;
        border-radius: 0;
        float: none;
        color: #1d2338;
        background-color: transparent;
        border-top: 2px solid #eee; } }

@media screen and (max-width: 1024px) {
  #page_wrap {
    max-width: 100%; }
    #page_wrap img {
      margin: 0;
      max-width: 100%;
      height: auto; }
    #page_wrap .post-author img {
      margin: 0 10px 0 0; }
    #page_wrap .box-half {
      width: 100%; }
    #page_wrap #container {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      #page_wrap #container::after {
        clear: both;
        content: "";
        display: table; }
      #page_wrap #container .banner_box {
        width: 100% !important;
        padding: 0;
        margin: 0 !important; }
      #page_wrap #container #page_header {
        display: block; }
        #page_wrap #container #page_header::after {
          clear: both;
          content: "";
          display: table; }
        #page_wrap #container #page_header h1 {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          height: inherit; }
          #page_wrap #container #page_header h1:last-child {
            margin-right: 0; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #page_header h1 {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%;
            text-align: center;
            margin: 0; }
            #page_wrap #container #page_header h1:last-child {
              margin-right: 0; }
            #page_wrap #container #page_header h1 img {
              display: inline-block; } }
@media screen and (max-width: 1024px) {
        #page_wrap #container #page_header #site_nav {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin: 10px 0;
          padding-left: 20px; }
          #page_wrap #container #page_header #site_nav:last-child {
            margin-right: 0; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #page_header #site_nav {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%; }
            #page_wrap #container #page_header #site_nav:last-child {
              margin-right: 0; }
            #page_wrap #container #page_header #site_nav .main-nav,
            #page_wrap #container #page_header #site_nav .login-nav {
              width: 100%;
              text-align: center; }
              #page_wrap #container #page_header #site_nav .main-nav li,
              #page_wrap #container #page_header #site_nav .login-nav li {
                display: inline-block;
                float: none; }
            #page_wrap #container #page_header #site_nav .login-nav {
              position: relative;
              right: inherit;
              top: inherit;
              max-width: inherit;
              padding: 1rem 0; } }
@media screen and (max-width: 1024px) {
        #page_wrap #container #page_header #animal_nav {
          width: 100%; }
          #page_wrap #container #page_header #animal_nav ul {
            width: 100%; }
            #page_wrap #container #page_header #animal_nav ul li a {
              padding: 0 10px 0 50px; } }
            @media screen and (max-width: 1024px) and (max-width: 885px) {
              #page_wrap #container #page_header #animal_nav ul li a {
                padding: 0 10px; }
                #page_wrap #container #page_header #animal_nav ul li a:before {
                  display: none; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #page_header #animal_nav {
            background-repeat: repeat;
            height: inherit;
            margin: 0; } }
      @media screen and (max-width: 1024px) and (max-width: 768px) {
        #page_wrap #container #page_header {
          padding-top: 0; }
          #page_wrap #container #page_header h1 .logo {
            float: left;
            padding: 10px; }
            #page_wrap #container #page_header h1 .logo img {
              max-width: 200px; }
          #page_wrap #container #page_header h1 .menu-toggle {
            float: right;
            display: block;
            box-sizing: content-box;
            float: right;
            width: 47px;
            height: 47px;
            line-height: 47px;
            padding: 10px; }
            #page_wrap #container #page_header h1 .menu-toggle .line {
              box-sizing: content-box;
              background-color: #000;
              display: block;
              width: 50%;
              margin-left: 25%;
              height: 2px;
              -webkit-transform: translateY(0em) rotate(0deg);
              -moz-transform: translateY(0em) rotate(0deg);
              -ms-transform: translateY(0em) rotate(0deg);
              -o-transform: translateY(0em) rotate(0deg);
              transform: translateY(0em) rotate(0deg);
              -webkit-transition: -webkit-transform 0.3s ease-out, background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease, margin 0.3s ease;
              -moz-transition: -moz-transform 0.3s ease-out, background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease, margin 0.3s ease;
              transition: transform 0.3s ease-out, background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease, margin 0.3s ease; }
              #page_wrap #container #page_header h1 .menu-toggle .line.top {
                margin-top: 14px;
                margin-bottom: 6px; }
              #page_wrap #container #page_header h1 .menu-toggle .line.middle {
                margin-bottom: 6px; }
          #page_wrap #container #page_header #page-navs {
            display: none;
            background-color: #3b5b72;
            padding: 10px;
            float: left;
            width: 100%; }
            #page_wrap #container #page_header #page-navs::after {
              clear: both;
              content: "";
              display: table; }
            #page_wrap #container #page_header #page-navs #site_nav {
              margin: 0;
              padding: 0; }
              #page_wrap #container #page_header #page-navs #site_nav .main-nav li {
                display: block;
                margin: 0 0 5px 0; }
                #page_wrap #container #page_header #page-navs #site_nav .main-nav li.search {
                  margin-right: 0 !important; }
                  #page_wrap #container #page_header #page-navs #site_nav .main-nav li.search #search {
                    width: 100%; }
                #page_wrap #container #page_header #page-navs #site_nav .main-nav li a {
                  color: #fff;
                  display: block;
                  background-color: #3b5b72;
                  border-color: #2a4050;
                  border: none;
                  padding: 5px 10px;
                  text-transform: uppercase;
                  font-weight: bold;
                  -webkit-font-smoothing: antialiased; }
                #page_wrap #container #page_header #page-navs #site_nav .main-nav li.current a {
                  background-color: #2a4050;
                  border-color: #2a4050; }
              #page_wrap #container #page_header #page-navs #site_nav .login-nav {
                background-color: rgba(255, 255, 255, 0.15);
                border-radius: 3px; }
                #page_wrap #container #page_header #page-navs #site_nav .login-nav a {
                  color: #fff; }
                  #page_wrap #container #page_header #page-navs #site_nav .login-nav a.login {
                    border-color: #fff; }
            #page_wrap #container #page_header #page-navs #animal_nav {
              padding-top: 10px; }
              #page_wrap #container #page_header #page-navs #animal_nav li {
                display: block; }
                #page_wrap #container #page_header #page-navs #animal_nav li a {
                  display: block;
                  border-radius: 3px; }
                  #page_wrap #container #page_header #page-navs #animal_nav li a:before {
                    display: block; }
          #page_wrap #container #page_header.nav-open h1 .menu-toggle .line.top {
            -webkit-transform: translateY(8px) rotate(45deg);
            -moz-transform: translateY(8px) rotate(45deg);
            -ms-transform: translateY(8px) rotate(45deg);
            -o-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg); }
          #page_wrap #container #page_header.nav-open h1 .menu-toggle .line.middle {
            margin-left: 1.25em;
            width: 0em;
            opacity: 0; }
          #page_wrap #container #page_header.nav-open h1 .menu-toggle .line.bottom {
            -webkit-transform: translateY(-8px) rotate(-45deg);
            -moz-transform: translateY(-8px) rotate(-45deg);
            -ms-transform: translateY(-8px) rotate(-45deg);
            -o-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); }
          #page_wrap #container #page_header.nav-open #page-navs {
            display: block; } }
      @media screen and (max-width: 1024px) and (max-width: 300px) {
        #page_wrap #container #page_header h1 .logo {
          padding-right: 0; }
          #page_wrap #container #page_header h1 .logo img {
            max-width: 150px; } }
@media screen and (max-width: 1024px) {
      #page_wrap #container #content {
        /*
        .col_1 {
        	@include span-columns(4);
        	@include media($break_small) {
        		@include span-columns(12);
        		@include omega;
        	}
        }
        .col_2 {
        	@include span-columns(8);
        	@include media($break_small) {
        		@include span-columns(12);
        		@include omega;
        	}
        }
        */ }
        #page_wrap #container #content .cols {
          display: block; }
          #page_wrap #container #content .cols::after {
            clear: both;
            content: "";
            display: table; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #content .cols .feature-boxes .col_1 {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%; }
            #page_wrap #container #content .cols .feature-boxes .col_1:last-child {
              margin-right: 0; }
            #page_wrap #container #content .cols .feature-boxes .col_1 .box {
              margin-right: 0;
              margin-left: 0; } }
@media screen and (max-width: 1024px) {
          #page_wrap #container #content .cols .feature-boxes .col_1.hide {
            display: none; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #content .cols .col_1 {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%;
            margin-right: 0; }
            #page_wrap #container #content .cols .col_1:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #content .cols .col_2 {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%;
            margin-right: 0; }
            #page_wrap #container #content .cols .col_2:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #content .cols .col_3 {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%;
            padding-right: 0; }
            #page_wrap #container #content .cols .col_3:last-child {
              margin-right: 0; } }
@media screen and (max-width: 1024px) {
        #page_wrap #container #content .cols_2 {
          width: 100%; }
        #page_wrap #container #content .cols_3 {
          width: 100%; }
      #page_wrap #container #page_footer #footer_animals ul {
        display: block;
        width: inherit; }
        #page_wrap #container #page_footer #footer_animals ul::after {
          clear: both;
          content: "";
          display: table; }
        #page_wrap #container #page_footer #footer_animals ul .animal {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 14.8936170213%; }
          #page_wrap #container #page_footer #footer_animals ul .animal:last-child {
            margin-right: 0; }
      #page_wrap #container #page_footer #footer_info {
        display: block; }
        #page_wrap #container #page_footer #footer_info::after {
          clear: both;
          content: "";
          display: table; }
        #page_wrap #container #page_footer #footer_info section {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%; }
          #page_wrap #container #page_footer #footer_info section:last-child {
            margin-right: 0; } }
        @media screen and (max-width: 1024px) and (max-width: 768px) {
          #page_wrap #container #page_footer #footer_info section {
            float: left;
            display: block;
            margin-right: 2.1276595745%;
            width: 100%; }
            #page_wrap #container #page_footer #footer_info section:last-child {
              margin-right: 0; }
            #page_wrap #container #page_footer #footer_info section#disclaimer {
              padding-right: 0;
              margin-right: 0;
              border-right: none; } }

#page_wrap #offset_banners {
  display: none; }

@media screen and (max-width: 768px) {
  #search_results {
    padding: 10px; }

  #clinic_filter {
    width: 100%; }

  #clinic_list li {
    width: 100%;
    min-height: inherit; }

  div.pager {
    height: auto;
    text-align: center; }
    div.pager nav.pager {
      float: none;
      margin: 0 auto; } }
.AppStore {
  color: #1d2338; }

.GooglePlay {
  color: #1d2338; }

.FooterTag {
  position: absolute;
  z-index: 11;
  bottom: 0;
  margin-left: 39%;
  margin-bottom: 4% !important;
  font-size: 12px; }

@media (max-width: 900px) {
  .content {
    margin-left: 0 !important; }

  .background {
    height: 86vh;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-position: 75% 50% !important; }
    .background .col-1 {
      display: flex !important;
      justify-content: center; }

  #firstvet-overlay .overlay-content {
    margin: 0; }

  .close-overlay {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }

  .FooterTag {
    display: none; }

  .logo {
    margin-left: 60px !important; } }
@media (max-width: 600px) {
  .content {
    padding-right: 30px; }

  .btn-flat {
    width: 50vw; }

  .h1 {
    width: 50vw; }

  p {
    width: 50vw; }

  #firstvet-overlay .overlay-content {
    margin: 0; }

  .logo {
    margin-bottom: 13px !important;
    margin-left: 37px !important; }

  .background {
    background-position: 75% 50% !important; }

  .FooterTag {
    display: none; } }
.ad_wrapper {
  overflow: hidden;
  background-color: white; }
  .ad_wrapper.format_980_240 {
    max-width: 980px; }
  .ad_wrapper.format_620_360 {
    max-width: 620px; }
    .ad_wrapper.format_620_360 .ad {
      max-height: 420px; }
  .ad_wrapper.format_468_360 {
    max-width: 468px; }
    .ad_wrapper.format_468_360 .ad {
      max-height: 360px; }
  .ad_wrapper.format_468_240 {
    max-width: 468px; }
    .ad_wrapper.format_468_240 .ad {
      max-height: 240px; }
  .ad_wrapper a {
    display: block; }
  .ad_wrapper ins iframe {
    display: block; }

.ad_wrapper_center {
  padding: 5px 10px 10px 10px;
  width: 100%; }
  .ad_wrapper_center .ad-text {
    font-size: 10px;
    line-height: 20px;
    color: #777; }
  .ad_wrapper_center .ad_wrapper {
    margin: 0 auto; }

.cols .ad_wrapper_center {
  padding: 0 0 10px 0; }

/*
// Extra Ad column
#page_wrap {
	max-width: 1440px;
	#container {
		max-width: 1140px;
		float: left;
	}
	#ad_column {
		float: right;
		width: 300px;
		min-height: 1000px;
		background-color: #fff;
	}
}
*/

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